WorkArea start point
Hello Friends,
my script shout shift the start point of the work area.
If the start point is smaller the current time it’s work fine,
but if it’s bigger the start point don’t fit and the duration also change to a bigger value. ???
I think its a bug.
var activeComp = app.project.activeItem;
activeComp.workAreaStart = 5;
activeComp.workAreaDuration = 2;
