Hello !
Is it possible to play a bone animation (created in Blender) backward ?
For example : we make strafe right and want to play strafe left via code.
I imagine something like : scene.beginAnimation(skeleton, 40, 0, true, 1.0);
Do you think it's a cool feature ?
Implemeting all reverse animations in Blender is not complicated but heavy.