mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +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):
|
||||
bpy.ops.bim.load_project(should_start_fresh_session=True, filepath=context.scene.BIMProperties.ifc_file)
|
||||
return {"FINISHED"}
|
||||
|
||||
|
||||
class LoadProjectElements(bpy.types.Operator):
|
||||
|
||||
Reference in New Issue
Block a user