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-06-21 21:37:50 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-21 21:37:50 +0400
commit72d21c35adcea937bbf2e2423472c9ca5ed315c6 (patch)
treedb996aab43585032910c0e1a96885926e342111f /release/scripts/ui/space_sequencer.py
parent3f4121cea5d10b76fac30f4fc60390f0d5e8ad20 (diff)
sequencer swap data operator.
needed for durian so we can swap out preview AVI's for EXR sequences.
Diffstat (limited to 'release/scripts/ui/space_sequencer.py')
-rw-r--r--release/scripts/ui/space_sequencer.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/scripts/ui/space_sequencer.py b/release/scripts/ui/space_sequencer.py
index befb05cff44..8d5bed53c4c 100644
--- a/release/scripts/ui/space_sequencer.py
+++ b/release/scripts/ui/space_sequencer.py
@@ -291,6 +291,10 @@ class SEQUENCER_MT_strip(bpy.types.Menu):
layout.operator_menu_enum("sequencer.swap", "side")
+ layout.separator()
+
+ layout.operator("sequencer.swap_data")
+
class SequencerButtonsPanel(bpy.types.Panel):
bl_space_type = 'SEQUENCE_EDITOR'