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:
authorCampbell Barton <ideasman42@gmail.com>2010-07-04 02:25:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-07-04 02:25:22 +0400
commit281902d6eed8be1f2de0a9c3877303672aa8644a (patch)
tree1e1d0b01f4fd4f18a99f9a2d4a55d44117a6de6f /release
parent6e5a436f56a6d7e69a61393d3a34940aecbf8a92 (diff)
sequencer re-assign inputs back
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_sequencer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/space_sequencer.py b/release/scripts/ui/space_sequencer.py
index cf88397ced4..d29f4381dc4 100644
--- a/release/scripts/ui/space_sequencer.py
+++ b/release/scripts/ui/space_sequencer.py
@@ -279,6 +279,7 @@ class SEQUENCER_MT_strip(bpy.types.Menu):
layout.separator()
layout.operator("sequencer.reload")
+ layout.operator("sequencer.reassign_inputs")
layout.separator()
layout.operator("sequencer.lock")
layout.operator("sequencer.unlock")