Issue 5647
Avatar bone keys make axis rotate extra 360
When you set an angle like 359 degrees on frame 1 with code like this:
control=transform_settings.GetControl("Rotation/RotationZ")
control.SetValue(RLPy.RTime(time_value), float(math.radians(rot_z)))
And then you add another key with angle 361 on frame 5 with code too.
If you go to iClone and check the animation between these keys. iClone will do a full 360 rotation between these keys to angle 1 or 721. (361-360=1 or 361+360=721)
Submitted byThe-any-Key
Jan 24, 2019