mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Small fix for 05d4dc566
This commit is contained in:
@@ -691,6 +691,7 @@ class RevertProject(bpy.types.Operator, IFCFileSelector):
|
|||||||
|
|
||||||
def execute(self, context):
|
def execute(self, context):
|
||||||
bpy.ops.bim.load_project(should_start_fresh_session=True, filepath=context.scene.BIMProperties.ifc_file)
|
bpy.ops.bim.load_project(should_start_fresh_session=True, filepath=context.scene.BIMProperties.ifc_file)
|
||||||
|
return {"FINISHED"}
|
||||||
|
|
||||||
|
|
||||||
class LoadProjectElements(bpy.types.Operator):
|
class LoadProjectElements(bpy.types.Operator):
|
||||||
|
|||||||
Reference in New Issue
Block a user