The explanation is probably here, although even the examples on this page don’t work:
https://tinyurl.com/yeypuehsBut anyway, I’m not at my pc and I’m not sure which iClone version you’re using. Bottom line, in iClone 7 time used to be this:
X = RLPy.RTime(0)
And now in iClone 8 it’s:
X = RLPy.RTime.FromValue(0)
Then you if you want to print that variable you made, in iClone 8 you’ll need to convert it to an integer like this:
print( X.ToInt() )
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

virtualfilmer.com | youtube