new operator to merge shots

This commit is contained in:
2024-05-23 10:07:43 +02:00
parent a53ceaf134
commit b68b43e3e1
2 changed files with 27 additions and 9 deletions
+2 -1
View File
@@ -451,7 +451,8 @@ class VSETB_MT_main_menu(Menu):
layout.separator()
layout.operator('vse_toolbox.insert_channel', text='Insert Channel', icon='TRIA_UP_BAR')
layout.operator('vse_toolbox.remove_channel', text='Remove Channel', icon='TRIA_DOWN_BAR')
layout.separator()
layout.operator('vse_toolbox.merge_shot_strips', text='Merge Shots')
def draw_vse_toolbox_menu(self, context):
self.layout.menu("VSETB_MT_main_menu")