Hi,
I have a simple usd scene (“myModel.usd”) that is fed via a live session from another tool. As part of that, a prim (a human) is moved around. The prim itself is using another usd file (“walkingHuman.usd”) that includes a walking animation.
Opening the “walkingHuman.usd”, I can easily play the animation:
However, as soon as I try this with “walkingHuman.usd” embedded in “myModel.usd”, it does not work anymore.
I already tried to embed the “walkingHuman.usd” as a proper layer right into the world scene (I think?). But clicking hte “play” button does not make the prim walk anymore
So 2 challenges:
- How can I see the animation of an embedded usd file within another usd file
- How can I see the animation in a live session where the prim is sometimes moved (would like to see the walking animation) and sometimes not (static animation only pls)
Is this even possible in live sessions?
thx for any pointers