generated from stilobique/BlenderTemplate
Add basic plugin preference
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user