Issue 5570
object.GetControl("Transform").GetValue(RLPy.RTime(time_value), transform_object) only get half rotation value
I transform the x rotation in iClone to 14 degrees (0.24... radians)
When I run:
transform_object = RLPy.RTransform()
object.GetControl("Transform").GetValue(RLPy.RTime(time_value), transform_object)
print transform_object.R().x
I get 0.12... radians (half the value)
Submitted byThe-any-Key
You are going to edit a submitted issue. This issue will be changed to private draft mode until you click submit again. Are you sure?
Do you want to delete this issue?