Does anyone know if it is possible to do any kind of scripting that would manipulate the grey box track for a sequencer binding. It’s the top most part that will slip the binding along with all it’s children, tracks, and keyframes. I do a lot of slipping and nudging of bindings forward and backward single frames at a time and would like to throw together an editor utility widget that will do that rather than having to zoom all the way in and drag the track.
I’m pretty competent with utility widgets and python and can manipulate tracks and sections with no issues, however if there are key frames its worse. The key frames don’t respect how much the sections/tracks hav moved by so I am needing to loop over every key, casting to every possible channel type to hopefully hit the right one and then apply an offset. The bindings themselves seem to have nothing exposed that references where they are temporally within the sequence to be able to manipulate it at that top most binding level.