Is there a way programmatically to know what is the current frame for a certain wick object?
Yep! Unfortunately this is hidden from the reference at the moment, but there is a clip.currentFrameNumber
and clip.currentFrameName
value on all clip objects, and the project object.
To get the main timeline’s frame number, the syntax is project.currentFrameNumber
2 Likes
Thank you!, I will try it.
It worked. Thank you so much!
1 Like