generated from stilobique/BlenderTemplate
12 lines
235 B
Python
12 lines
235 B
Python
from .main import GraouPanel
|
|
|
|
|
|
class GraouPanel_thumbnail(GraouPanel):
|
|
bl_idname = 'GRAOU_PT_thumbnail'
|
|
bl_label = 'Thumbnail'
|
|
|
|
def draw(self, context):
|
|
layout = self.layout
|
|
|
|
layout.label(text='Thumbnail:')
|