Copy link to clipboard
Copied
When executing this simple code in Premiere 2020 (14.3.1 Build 45) :
var clip = app.project.activeSequence.videoTracks[0].clips[0];
clip.end = 12;
The end time of the clip changes properly but I get the error "Cannot set property end".
I tested the exact same code in Premiere 2019 (13.1.5 Build 47) and it changes the clip end without throwing any error...
Any idea why it does that ?
Many thanks
Copy link to clipboard
Copied
When executing this simple code in Premiere 2020 (14.3.1 Build 45) :
var clip = app.project.activeSequence.videoTracks[0].clips[0];
clip.end = 12;
The end time of the clip changes properly but I get the error "Cannot set property end".
I tested the exact same code in Premiere 2019 (13.1.5 Build 47) and it changes the clip end without throwing any error...
Any idea why it does that ?
Many thanks
Copy link to clipboard
Copied
I still get the same issue in Premiere 2020 (14.5.0.51).
Thanks