mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
UI info message when patch execution was finished
This commit is contained in:
@@ -100,6 +100,7 @@ class ExecuteIfcPatch(bpy.types.Operator):
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
ifcpatch.write(output, ifc_patch_output)
|
ifcpatch.write(output, ifc_patch_output)
|
||||||
|
self.report({"INFO"}, f"{props.ifc_patch_recipes} patch executed successfully")
|
||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user