Flip animation

I’ve searched the forum and manual and I couldn’t find an answer:
Can you flip an animation so that its exactly the same, but flipped? For example if you have an animation where the actor takes a step with his right foot, get the same animation except he appears to start with his left.

Thanks for any help.

Well, the easiest way would be to give it an inverse X scale:

model.setSx(model, -1)

You could then call flattenLight or so to flatten the transform.