How to set the start frame (or time) of a composition in Automation Blocks
I was trying to set the start frame of the active composition (where the start frame is 1000) using:
set attribute time of project item active composition to 0
When I run the script, I'm not seeing any change, and the console shows:
"execution result:undefined
destructor final end point 'main script' reached"
