Is it possible to flip 3D animation?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By blockchan

I have two hand models (left and right) and set of animations for right hand only.
When I apply these animations to left hand, it warps the model because bones are moving in wrong directions.

Is it possible to flip transforms and rotations along chosen axis in animation tracks, so they will work for left hand?

:bust_in_silhouette: Reply From: stormreaver

I’m not 100% certain that it will affect the animations, but you can instance the left hand model for both the left and right hand, then set the right hand instance scale to (-1,0,0). This will flip the left hand model to serve as a right hand model, and I THINK it will also handle the animations correctly.