From 57379a0ff67abd0d9f2de4272752beb9d4fe06e0 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Thu, 9 May 2024 16:00:54 +0200 Subject: [PATCH] WIP about the Sanity Check --- Fange Pipeline/ui.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Fange Pipeline/ui.py b/Fange Pipeline/ui.py index c88e17c..8dbc642 100644 --- a/Fange Pipeline/ui.py +++ b/Fange Pipeline/ui.py @@ -24,4 +24,6 @@ class GRAOU_PT_panel(bpy.types.Panel): row = layout.row(align=True) row.label(text='Export scene:') + box = layout.box() + box.label(text='Sanity Check') layout.operator('graou.building_export', text='Export all assets', icon='EXPORT')