How can I get the timeOffset value on the label of a TimeOffset node ?
I’ve tried this: thisNode.timeOffset.getValue()
and this: thisNode.timeOffset.get()
but the result is allways empty.
Thank you for your time
How can I get the timeOffset value on the label of a TimeOffset node ?
I’ve tried this: thisNode.timeOffset.getValue()
and this: thisNode.timeOffset.get()
but the result is allways empty.
Thank you for your time
The result is an int, but the label expects a string.
str(thisNode.timeOffset.getValue())
Should work.
thank you, finally I’ll move to fusion cause I can’t work with mp4 in sync.