Question
Accessing layer startTime/outTime in Timeline via JSX
I've been searching for a way to access the start/end properties of a layer in the Timeline or moving the Current time to that position but I can't find any solution.
Here's what I've discovered:
- in PIStringTerminology.h startTime and outTime exist;
- when adjusting the start/end time, ScriptListener records a moveStartTime and moveOutTime with a time offset;
- Timeline shortcut (Layer+Up or Layer+Down) works - it moves the current time to where the layer starts or end BUT ScriptListener displays this as a move to a specific timecode. Recording an action operates the same.
Is there any way the Timeline shortcuts can be accessed and triggered?
Is there any other way to move the current time to where a layer begins or ends?
