Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2014-10-20 17:40:06 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-10-20 17:40:18 +0400
commitf95241eb3e76fc208a260200c873b43849e165ac (patch)
tree2fd8ecfaede3e952733de12e2dcc1aa97fa874a9 /release/scripts/startup/bl_ui/space_sequencer.py
parent52232141994327c55ec631b702ec3def327f1489 (diff)
Merge trim tool from terrible_consequencer
The trim tool (T key) allows users to change the position of the contents of a strip without moving the strip itself.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_sequencer.py')
-rw-r--r--release/scripts/startup/bl_ui/space_sequencer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py
index 7b1b02271c5..2f90dae2782 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -338,6 +338,7 @@ class SEQUENCER_MT_strip(Menu):
layout.operator("sequencer.cut", text="Cut (hard) at frame").type = 'HARD'
layout.operator("sequencer.cut", text="Cut (soft) at frame").type = 'SOFT'
+ layout.operator("sequencer.trim", text="Trim Contents")
layout.operator("sequencer.images_separate")
layout.operator("sequencer.offset_clear")
layout.operator("sequencer.deinterlace_selected_movies")