Blender Git Loki
Git Commits -> Revision f5629b7
Revision f5629b7 by Bastien Montagne (master) July 18, 2015, 12:45 (GMT) |
Fix/enhance behavior of VES's 'alt-rmb' selection. Main issue in previous code was that you could not shift-alt-rmb select several contiguous strips, result was pretty much unusable. Also, enhanced general behavior of this selection mode, now (similar to alt-rm clicking on handles), when you alt-rmb click on a same strip several times, you alternate between: * Strip is selected, neighbor handles are selected; * Strip and its handles are selected, neighbor handles are selected. �?�which allows you to either grab or slide the strip. And refactored a bit code too, linked_handle has a complete different logic than without this option, simpler and clearer to completely separate them in code. Initial issue reported by Leon Cheung on IRC, thanks! |
Commit Details:
Full Hash: f5629b72654fc1e8e51b3fef1d3cef5f0584a877
Parent Commit: cdd1be4
Lines Changed: +85, -68
1 Modified Path:
/source/blender/editors/space_sequencer/sequencer_select.c (+85, -68) (Diff)