Fix issue reported by copias on irc, shift duplicate and snap crashes in
sequencer. Missing snap callback case. Quick patch is to use the sequencer specific operator instead of generic translate. We really need to support proper snap/snap options at some point though.
This commit is contained in:
@@ -365,5 +365,5 @@ void ED_operatormacros_sequencer(void)
|
||||
"Duplicate selected strips and move them", OPTYPE_UNDO | OPTYPE_REGISTER);
|
||||
|
||||
WM_operatortype_macro_define(ot, "SEQUENCER_OT_duplicate");
|
||||
WM_operatortype_macro_define(ot, "TRANSFORM_OT_translate");
|
||||
WM_operatortype_macro_define(ot, "TRANSFORM_OT_seq_slide");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user