small fixes
This commit is contained in:
@@ -53,6 +53,9 @@ class VSETB_PT_main(VSETB_main, Panel):
|
||||
|
||||
project = settings.active_project
|
||||
|
||||
if not project:
|
||||
return
|
||||
|
||||
if project and project.type == 'TVSHOW':
|
||||
row.separator(factor=0.5)
|
||||
row.prop(project, 'episode_name', text='')
|
||||
|
||||
Reference in New Issue
Block a user