UI info message when patch execution was finished

This commit is contained in:
Andrej730
2024-02-13 12:33:36 +05:00
parent c5c7363a93
commit bd093303c4
@@ -100,6 +100,7 @@ class ExecuteIfcPatch(bpy.types.Operator):
}
)
ifcpatch.write(output, ifc_patch_output)
self.report({"INFO"}, f"{props.ifc_patch_recipes} patch executed successfully")
return {"FINISHED"}