So I am trying something right out of the iClone 8 API docs:
# Get time value
time = RLPy.RTime(0)
time_value = time.GetValue()
print(time_value)
which fails at the first line of code, so clearly RLPy.RTime doesn't work the say it says it should work. I *seem* to remember it having changed somewhere along the line but I can't find any change docs nor do I remember HOW it was changed (and apparently have no code which used the change). I think it's also why all the rest of my coding isn't work but we'll cross that bridge when we come to it.
Any clues, guys?