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:
2012-03-22 13:22:28 +00:00
parent 5cf739c2da
commit 44eb9cc272
4 changed files with 68 additions and 0 deletions

View File

@@ -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);
}