Blender Git Loki
Git Commits -> Revision e1db5a0
Revision e1db5a0 by Ton Roosendaal (master) March 26, 2013, 15:00 (GMT) |
Sequencer usability: Brought back old tools "Remove Gap(s)" and "Insert Gap". It's actually one of the first tools I ever coded for it in 90ies, so useful! * Remove Gap(s) This checks if there's no strip at a given position, and slides all strips together to the left, until the gap is closed. - BackSpace key, remove gap at current frame (or first gap at right of frame) - SHIFT+BackSpace, remove all gaps at or to right of current frame. * Insert Gap Shifts all strips to right of current frame with 10 frames. (Amount can be set in Toolbar redo panel). |
Commit Details:
Full Hash: e1db5a050d2be78836a389705003595df29e1eb7
SVN Revision: 55600
Parent Commit: b4bd43e
Lines Changed: +95, -7