You can now convert ArchiCAD spaces across multiple stories to Revit rooms

This commit is contained in:
Dion Moult
2023-01-25 13:55:38 +11:00
parent 1e2ac1fe24
commit bf3063ec00
4 changed files with 24 additions and 15 deletions
@@ -82,7 +82,8 @@ class ExecuteIfcPatch(bpy.types.Operator):
output = ifcpatch.execute(
{
"input": ifcopenshell.open(props.ifc_patch_input),
"input": props.ifc_patch_input,
"file": ifcopenshell.open(props.ifc_patch_input),
"recipe": props.ifc_patch_recipes,
"arguments": arguments,
"log": os.path.join(context.scene.BIMProperties.data_dir, "process.log"),