I didn't even realize that there was a separate do_versions_after_linking_400
. Thanks :)
Oops, must've happened when dealing with merges somewhere down the line, thanks for the catch :)
This seems to be a wrapper around SEQ_query_selected_strips
but with some extra preview code that doesn't apply for retiming keys, which would add some unnecessary overhead IMO, which is why I…
Thanks for repro steps. Seems that there indeed can not be one centralized way to do this check. Perhaps it would be more elegant to implement this as a filter in cases where VectorSet is…
The reset retiming operator is not supposed to run when "retiming mode" (some key is selected) is active.
I would make this run purely on normal selection. IMO key selection is bad and…
Can you provide steps to reproduce crash? I would be happier if the check could be done in some common point so not that many checks are needed, but hard to tell without seeing a crash.
1.…