Rename export operator, it's only the placeholder exporter

This commit is contained in:
2024-05-14 00:10:19 +02:00
parent 9758304066
commit 9ed89657c3
+1 -1
View File
@@ -26,4 +26,4 @@ class GRAOU_PT_panel(bpy.types.Panel):
layout.label(text='Export scene:') layout.label(text='Export scene:')
box = layout.box() box = layout.box()
box.label(text='Sanity Check') 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')