Votes
0
Product:
iClone 7
Version:
7.4
Status:
Not a Bug
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)
OS: Windows 10
  •  1
  •  924
Submitted byThe-any-Key
1
COMMENTS (1)
The-any-Key
Oh.Wait. Do R() just get the rotation values from the matrix? And not the iClone transform settings. My mistake.
1