• Editor
  • when a animation didn't finish, how to switch to another ?

  • संपादित
Related Discussions
...

I have a slide and a stand animation. when slide animation haven't finished, I switch it to stand, then stand animation is not correct. Can you give me a hand?

Animations only change what is keyed. If the first animation changes bones or slots, they will stay changed if the second doesn't key those. You can call setToSetupPose between animations, or key the things that changed at frame 0 of the second animation,

"key the things that changed at frame 0 of the second animation"
May I ask how should I do this?
Thank you very much!

If animation 1 rotates bone X, set a key in animation 2 for bone X so it gets the value you want.

I use setToSetupPose between animations finally.
Thank you again.