remove new_episode ops from UI
parent
51cbe54299
commit
ecde009de1
|
@ -50,8 +50,8 @@ class VSETB_PT_main(VSETB_main, Panel):
|
||||||
col.prop(project, 'episode_name', text='Episodes')
|
col.prop(project, 'episode_name', text='Episodes')
|
||||||
|
|
||||||
col.prop(project, 'shot_template')
|
col.prop(project, 'shot_template')
|
||||||
col.separator()
|
# col.separator()
|
||||||
col.operator('vse_toolbox.new_episode', text='Add Episode', icon='IMPORT')
|
# col.operator('vse_toolbox.new_episode', text='Add Episode', icon='IMPORT')
|
||||||
|
|
||||||
col = layout.column()
|
col = layout.column()
|
||||||
row = col.row(align=True)
|
row = col.row(align=True)
|
||||||
|
|
Loading…
Reference in New Issue