Files
Blender-Fange-Pipeline/Fange_Pipeline/ui/asset.py
T

15 lines
303 B
Python

import bpy
class GRAOU_PT_asset(bpy.types.Panel):
bl_idname = 'GRAOU_PT_asset'
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_label = 'Generate Assets'
bl_category = 'Graou Studio'
def draw(self, context):
layout = self.layout
layout.label(text='Asset:')