remove new_episode ops from UI

pull/5/head
Clément Ducarteron 2023-04-04 12:21:32 +02:00
parent 51cbe54299
commit ecde009de1
1 changed files with 2 additions and 2 deletions

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)