Schema versions are no longer locked to IFC4 and 2X3. You can now load express schemas at run time.

This commit is contained in:
Dion Moult
2022-01-10 10:45:46 +11:00
parent 6c991ed356
commit 43c74010a5
20 changed files with 282 additions and 14 deletions
@@ -57,7 +57,7 @@ class CreateProject(bpy.types.Operator):
return {"FINISHED"}
IfcStore.file = ifcopenshell.api.run(
"project.create_file", **{"version": context.scene.BIMProperties.export_schema}
"project.create_file", **{"version": context.scene.BIMProjectProperties.export_schema}
)
self.file = IfcStore.get_file()