Marcus Ottosson

Results 867 comments of Marcus Ottosson

Here are some more visuals of what I've got in mind. ![untitled](https://cloud.githubusercontent.com/assets/2152766/26406014/ebfae1fc-408e-11e7-8755-fb4a0d8e307f.gif) Questions remain, how does one define what to include in a shot? Does it involve setting one up,...

Reference on how asset groups could work, known as "packages" at MPC. - [Packages at MPC during 10,000 BC](https://youtu.be/I9ql13bEzmc?t=1h36m34s)

> After the animator is done I would assume the animations are baked. That would be used to build a shot *for* the animators. Such that they can start animating...

Oh, and another important attribute of building the scene as an animation scene rather than with pointcaches, is that you can update versions of the assets, without going through the...

Evaluate whether USD is a good candidate for this. - https://graphics.pixar.com/usd/docs/index.html - https://github.com/AnimalLogic/AL_USDMaya Expecting it to: 1. Describe a shot in its entirety 2. Provide the means of building an...

I haven't tested it no, I just recently had a conversation about it that shed some light on what it could potentially be used for. Attaching it below (with permission)....

Hey @frankrousseau, > Can it be based on the workflow? Could you define workflow? Is it different from "task" for example? > (I use the Shotgun terminology here). Is "workflow"...

Summary from community driven conversation earlier today. - [Conversation](https://gitter.im/getavalon/Lobby?at=59ca0bb0cfeed2eb654f07b1) Summary below. # Avalon - Set Dress Discussion *26th of September 2017* --- ### What are the goals? * Is it...

Ooo most interesting! Could you post a gif of what it looks like?

If I'm reading this correctly, then it'd be like Maya's `userSetup.py`, but cross-application? How about if each application got something to subclass? ```python from avalon import api class Maya(api.Application): def...