From ecde009de1b2f83a76dfff9b1381079a72f88bf0 Mon Sep 17 00:00:00 2001 From: Clement Ducarteron Date: Tue, 4 Apr 2023 12:21:32 +0200 Subject: [PATCH] remove new_episode ops from UI --- panels.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)