From 70cb0e00691a5cbfbdf508dfe78caa486b638dec Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Thu, 9 May 2024 01:39:02 +0200 Subject: [PATCH] Update the UI --- Fange Pipeline/ui.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Fange Pipeline/ui.py b/Fange Pipeline/ui.py index d9876bd..c88e17c 100644 --- a/Fange Pipeline/ui.py +++ b/Fange Pipeline/ui.py @@ -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')