Scripting API - Proper values for retimed clips
GetLeftOffset() and GetRightOffset() currently return the wrong values on retimed clips. And since there is no way in a script to differentiate clips that have and have not been retimed, your values could be all over the place and you'd never know.
I believe that GetLeftOffset() and GetRightOffset() either need to return the absolute in and out frames post retiming, or BMD needs to add the retime properties and keyframes of a clip in the GetProperty() function of a timeline item so we can calculate it ourselves.
Thanks for your consideration!
I believe that GetLeftOffset() and GetRightOffset() either need to return the absolute in and out frames post retiming, or BMD needs to add the retime properties and keyframes of a clip in the GetProperty() function of a timeline item so we can calculate it ourselves.
Thanks for your consideration!