generated from stilobique/BlenderTemplate
Update the UI
This commit is contained in:
@@ -22,9 +22,6 @@ class GRAOU_PT_panel(bpy.types.Panel):
|
||||
row.label(text='Asset:')
|
||||
layout.operator('graou.make_collision', text='Make all collision', icon='MOD_PHYSICS')
|
||||
|
||||
layout.label(text='Building', icon='WORLD_DATA')
|
||||
layout.operator('graou.building_export')
|
||||
|
||||
row = layout.row(align=False)
|
||||
row = layout.row(align=True)
|
||||
row.label(text='Export scene:')
|
||||
layout.operator('graou.building_export', text='Export all assets', icon='EXPORT')
|
||||
|
||||
Reference in New Issue
Block a user