Sequencer: comment out unimplemented operator to avoid error print.

This commit is contained in:
Brecht Van Lommel
2009-12-08 18:09:08 +00:00
parent 1b3a295e4f
commit 445e4c9a8c

View File

@@ -223,7 +223,7 @@ class SEQUENCER_MT_strip(bpy.types.Menu):
layout.operator("sequencer.effect_reassign_inputs")
elif stype == 'IMAGE':
layout.separator()
layout.operator("sequencer.image_change")
# layout.operator("sequencer.image_change")
layout.operator("sequencer.rendersize")
elif stype == 'SCENE':
layout.separator()