mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
bim.save_library - add info message for more responsive ui
This commit is contained in:
@@ -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"}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user