Votes
0
Product:
iClone 7
Version:
7.4
Status:
Assigned
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)
OS: Windows 10
  •  2
  •  920
Submitted byThe-any-Key
1
COMMENTS (2)
The-any-Key
Sorry, my bad. I expected getting the euler angles would return the editor values in iClone.

But we really would need to get the serialized values from the iClone editor.
The-any-Key
Ex GIF:
Attachment:
  • bone key bug.gif
1