mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
ifcfm operators - add info message when it's finished
This commit is contained in:
@@ -78,6 +78,7 @@ class ExecuteIfcFM(bpy.types.Operator):
|
||||
writer.write_ods(filepath)
|
||||
elif props.format == "xlsx":
|
||||
writer.write_xlsx(filepath)
|
||||
self.report({"INFO"}, "IfcFM spreadsheet is saved.")
|
||||
return {"FINISHED"}
|
||||
|
||||
|
||||
@@ -134,4 +135,5 @@ class ExecuteIfcFMFederate(bpy.types.Operator):
|
||||
writer.write_ods(self.filepath)
|
||||
elif props.format == "xlsx":
|
||||
writer.write_xlsx(self.filepath)
|
||||
self.report({"INFO"}, "IfcFM spreadsheets is saved.")
|
||||
return {"FINISHED"}
|
||||
|
||||
Reference in New Issue
Block a user