Blender Git Commit Log
Git Commits -> Revision bd67bf4
Revision bd67bf4 by Richard Antalik (master) August 30, 2021, 22:27 (GMT) |
Fix VSE move_to_meta function moving meta strip API function `move_to_meta` should move strips without changing context data like `MetaStack` that tells UI which meta strip should be displayed and operated upon. `SEQ_time_update_sequence` relied on `MetaStack` to update meta strip content length. Instead of changing function `SEQ_time_update_sequence`, use function `SEQ_time_update_meta_strip_range` directly. This is because caller would have to be aware of parent meta strip that needs update anyway. |
Commit Details:
Full Hash: bd67bf4d106e260a9b246931187862d54f9fb69c
Parent Commit: 1541fbb
Lines Changed: +1, -0
1 Modified Path:
/source/blender/sequencer/intern/strip_edit.c (+1, -0) (Diff)