Blender Git Loki
Git Commits -> Revision 3d64c35
Revision 3d64c35 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 4, 2014, 10:50 (GMT) |
Trim operator, accessible through T key, also in Strip menu. It moves the contents of the strip around. Only tested with movie strips now, metastrips won't work. Also there might be some lingering bugs. Sonetimes refresh is needed to get contents showing up correctly. |
Commit Details:
Full Hash: 3d64c3530b536dfd70ae84672058d320d3a4a5ad
Parent Commit: 458fcfd
Lines Changed: +154, -2
5 Modified Paths:
/release/scripts/startup/bl_ui/space_sequencer.py (+1, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+146, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_intern.h (+1, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_ops.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+3, -2) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+146, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_intern.h (+1, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_ops.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+3, -2) (Diff)