remove new_episode ops from UI

This commit is contained in:
Clément Ducarteron 2023-04-04 12:21:32 +02:00
parent 51cbe54299
commit ecde009de1

View File

@ -50,8 +50,8 @@ class VSETB_PT_main(VSETB_main, Panel):
col.prop(project, 'episode_name', text='Episodes')
col.prop(project, 'shot_template')
col.separator()
col.operator('vse_toolbox.new_episode', text='Add Episode', icon='IMPORT')
# col.separator()
# col.operator('vse_toolbox.new_episode', text='Add Episode', icon='IMPORT')
col = layout.column()
row = col.row(align=True)