Add basic plugin preference

This commit is contained in:
2024-05-07 00:03:22 +02:00
parent 85f5f3c931
commit f9628eda0f
3 changed files with 62 additions and 3 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ from pathlib import Path
class ExportForFange(bpy.types.Operator):
"""Export a building for fange"""
bl_idname = "graou.building_export"
bl_label = "Easily export a building asset"
bl_idname = 'graou.building_export'
bl_label = 'Easily export a building asset'
def __init__(self):
self.coll_layout = bpy.data.collections.get('Placeholder')