public static void PassThrough(AnimationStream stream, TransformHandle handle)
 {
     handle.SetLocalPosition(stream, handle.GetLocalPosition(stream));
     handle.SetLocalRotation(stream, handle.GetLocalRotation(stream));
     handle.SetLocalScale(stream, handle.GetLocalScale(stream));
 }