Votes
0
Product:
iClone 7
Version:
7.41
Status:
Released in 7.7
Issue 5710
GetTransformKey make key scale values as "nan"
When get the key from a object with:

object.GetControl("Transform").GetTransformKey(RLPy.RTime(time_value),new_key)
new_key.GetTransform().S()

Some values of the S() is returned as "nan".
Don't know if this is a wanted behaviour?
OS: Windows 10
  •  1
  •  897
Submitted byThe-any-Key
1
COMMENTS (1)
AllenLee (RL)
Hi The any Key,

Will this issue still happen in the latest version of iClone?

Could you please try this

key_transform = new_key.GetTransform()

print( key_transform.S().x )

Allen Lee
1