Refactoring, split the panel

This commit is contained in:
2024-06-06 19:41:11 +02:00
parent a9564255da
commit cd8301e29c
5 changed files with 53 additions and 5 deletions
+2 -2
View File
@@ -15,11 +15,11 @@ import bpy
# pcoll.load(name.upper(), entry.path, "IMAGE")
class GRAOU_PT_panel(bpy.types.Panel):
class GRAOU_PT_export(bpy.types.Panel):
bl_idname = 'GRAOU_PT_MAIN'
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_label = 'Pipeline'
bl_label = 'Export'
bl_category = 'Graou Studio'
def draw(self, context):