diff --git a/Fange Pipeline/ui/export.py b/Fange Pipeline/ui/export.py index 4edd2fe..e0fbec2 100644 --- a/Fange Pipeline/ui/export.py +++ b/Fange Pipeline/ui/export.py @@ -26,4 +26,4 @@ class GRAOU_PT_panel(bpy.types.Panel): layout.label(text='Export scene:') box = layout.box() box.label(text='Sanity Check') - layout.operator('graou.building_export', text='Export all assets', icon='EXPORT') + layout.operator('graou.building_export', text='Export Placeholder', icon='EXPORT')