bim.save_library - add info message for more responsive ui

This commit is contained in:
Andrej730
2025-08-28 18:14:40 +05:00
parent b5aeab6404
commit 6702e912e7
@@ -506,6 +506,7 @@ class SaveLibraryFile(bpy.types.Operator):
def execute(self, context):
IfcStore.library_file.write(IfcStore.library_path)
self.report({"INFO"}, f"Library saved to {IfcStore.library_path}")
return {"FINISHED"}