diff --git a/panels.py b/panels.py index 4d4d950..ca2b10a 100644 --- a/panels.py +++ b/panels.py @@ -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)