sequencer swap data operator.

needed for durian so we can swap out preview AVI's for EXR sequences.
This commit is contained in:
Campbell Barton
2010-06-21 17:37:50 +00:00
parent 3f4121cea5
commit 72d21c35ad
10 changed files with 138 additions and 36 deletions

View File

@@ -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'