sequencer swap data operator.
needed for durian so we can swap out preview AVI's for EXR sequences.
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user