I currently have a FBX animation model of a biped moving slightly forward (positive Z axis), turning around 180 degrees, and starting to run in the opposite direction (negative Z axis). However, I would like to completely mirror such animation, in other words, start heading the negative Z axis, and the turning forward the positive Z axis. This, preferably through 3dsMax.

I know what you must be thinking, "Why the hell doesn't he just rotate the transform component/object of his animation character??". Well, unfortunately the current code I am working on depends that the characters movement should be independent of the actual animation, among other limitations.

Apparently, according to our 3d designer here, there is no trivial "Rotate Animation" option in 3dsMax (does that check?), so I am looking for possible scripts that could help me out. Anyone ever heard of such solution? Thanks in advance.

link|improve this question
haven't used 3dsmax in a while, but as far as I can remember you could parent/link the object with the animation keyframe to the a dummy object that has the 180 rotation on Y axis. As far as code goes, if you have a transform matrix with the 180 rotation on Y and multiply it with all the keyframed positions, you should get the animation oriented by that matrix(180 reversed). Haven't tried it yet (no PC available at the moment), but conceptually, it should work – George Profenza Nov 12 '11 at 0:32
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.