Fix #30491: Not Updating Scene Length
(also fixes special request from Ian for Mango) Added operator to update actual content length of all selected strips. Can be useful for scenes and movies as well after doing making changes to scene/movie. Can be improved further to deal better with cases when strip has got effect and it's get reshuffled because of overlapping after changing it's length.
This commit is contained in:
@@ -113,6 +113,8 @@ void sequencer_operatortypes(void)
|
||||
|
||||
WM_operatortype_append(SEQUENCER_OT_copy);
|
||||
WM_operatortype_append(SEQUENCER_OT_paste);
|
||||
|
||||
WM_operatortype_append(SEQUENCER_OT_update_strip_length);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user