-
Nudge frames in scripting
If you were to go back one frame (equivalent to Page Up), how would you calculate that in a script?
// move CTI one frame back
curTime = activeItem.time;
newTime = curTime-1;
selectedLayer.timeRemap.addKey(newTime);
/Terje
If you were to go back one frame (equivalent to Page Up), how would you calculate that in a script?
// move CTI one frame back
curTime = activeItem.time;
newTime = curTime-1;
selectedLayer.timeRemap.addKey(newTime);
/Terje
We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy