-
Scripting for time remapped layers
I am trying to create a script that among other things, identifies the user defined start point of a layer. I am experiencing issues however identifying this for a time remapped layer that has been extended before its inpoint(see image below). Does anyone know what attribute i need to reference to access the point within the layer that is represented by the beginning(left most point) of the white squiggly line in the image. Sorry, i am sure i am using incorrect verbiage.
I have used the following and both are not working as expected:
app.project.activeItem.selectedLayers[i].startTime…
app.project.activeItem.selectedLayers[i].inPoint…Any help is greatly appreciated. Thank you in advance.
