patch from Xavier Thomas, add back the sequencer snap operator

This commit is contained in:
2009-06-09 21:29:59 +00:00
parent a796a74fb5
commit b9ef34b6e5
4 changed files with 45 additions and 14 deletions

View File

@@ -239,7 +239,7 @@ class SEQUENCER_MT_strip(bpy.types.Menu):
layout.item_enumO("SEQUENCER_OT_mute", property="type", value='UNSELECTED', text="Mute Deselected Strips")
layout.itemO("SEQUENCER_OT_snap")
# Panels
class SequencerButtonsPanel(bpy.types.Panel):