Animation interpolation causes jitter between frames

#THE WHY

I found a work around to this, it is a MAYA (3d package) joint problem not a UE4 or game engine problem.

If you go to settings in maya and change from ntsc to miliseconds you will also be able to see the jittering in maya as it begins to interpolate between the keys.

There is a single (or multiple - lord help you) offending joint that was not oriented/frozen during the rigging process among countless other possible problems that cause this.

#HOW TO FIX

There are two ways

1 THE PROPER FIX

Fix the offending joint in the rig source file, be it orientation, rotation order, or unfrozen rotations on the joint etc

2 THE LAZY FIX

  • Select the initial joints connected to the offending joint
  • Parent constraint and bake locators to those peripheral joints in 24/30fps
  • By doing so, the locators will not inherit the jitters as they’re interpolating in world space, not counter animating themselves from the offending joint, neither receiving the interpolation because the frame rate is too small to catch it
  • Delete the constraints on the locators and parent constraint those joints to the locators
  • Bake the constrained joints in MILLISECONDS not in fps, this guarantees it will be counter animated to world space leaving the offending joint to have a tantrum all on its own

The lazy fix makes the animation very heavy, baking to miliseconds balloons animation data considerably

EDIT:

So because baking on milliseconds is kind of daft, I found if you bake a locator to the offending joint as well, then constrain that joint and zero out the locators rotations to force the joint to bake out as if it had zero rotations, then you can happily bake in fps instead of milliseconds