Page 1 of 1

Animation play doesn't work

Posted: Sun Nov 20, 2022 9:54 pm
by Andrei_03
Hello, I import anim.pmd and an animation (oil.pma), but if I play it, nothing happens in the 3D scene

What should I do? Thank you

Re: Animation play doesn't work

Posted: Mon Nov 21, 2022 12:37 am
by Oleg
you need to bind scene objects to animation tracks first. In most of cases, you can do this by drag&dropping scene's branch (anim) onto animation in Tracks Editor. A window will appear, specify "Match by ID".

If you have imported with "merge objects" option, you are likely dealing with skeleton and geometry object, in this case a skeleton should be drag&dropped. Also, you need to toggle-off "Setup mode" on a skeleton (right-click, Skeleton->setup mode).

Re: Animation play doesn't work

Posted: Sat Nov 26, 2022 3:21 am
by Andrei_03
Thank you!