mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +00:00
@@ -37,6 +37,7 @@ class CreateProject(bpy.types.Operator):
|
|||||||
bl_idname = "bim.create_project"
|
bl_idname = "bim.create_project"
|
||||||
bl_label = "Create Project"
|
bl_label = "Create Project"
|
||||||
bl_options = {"REGISTER", "UNDO"}
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
|
bl_description = "Create a new IFC project"
|
||||||
|
|
||||||
def execute(self, context):
|
def execute(self, context):
|
||||||
IfcStore.begin_transaction(self)
|
IfcStore.begin_transaction(self)
|
||||||
|
|||||||
Reference in New Issue
Block a user