generated from stilobique/BlenderTemplate
Make a class panel to easily draw each class
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
import bpy
|
||||
from .main import GraouPanel
|
||||
|
||||
|
||||
class GRAOU_PT_thumbnail(bpy.types.Panel):
|
||||
class GraouPanel_thumbnail(GraouPanel):
|
||||
bl_idname = 'GRAOU_PT_thumbnail'
|
||||
bl_space_type = 'VIEW_3D'
|
||||
bl_region_type = 'UI'
|
||||
bl_label = 'Thumbnail'
|
||||
bl_category = 'Graou Studio'
|
||||
|
||||
def draw(self, context):
|
||||
layout = self.layout
|
||||
|
||||
Reference in New Issue
Block a user