Is there a way to get the current timeline frame number in Frame Animation mode?
I would like to know which frame is the active frame in Frame Animation mode.
I am using three scriptListener funcitons in order to avoid frame 1 propagation to ruin the timeline when something is changing in frame 1:
duplicateTimelineFrame(); <<< do something with layers >>>; deleteTimelineFrame(); stepBackOneTimelineFrame();
But when im doing something on the last frame, this sequence is stepping back one more frame.
I have found a few user made getCurrentFrame(), getFrameCount() functions but they all working on Video Timeline, and returnning 0 when I am trying to use them on a Frame Animation.
The PS DOM dont have any timeline related calsses or methods and I am confused from the script listener output. I dont have the willpower and intelligence to reverse engineer the code and make modifications in it.
Thank You!
