mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-13 06:53:36 +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)
|
writer.write_ods(filepath)
|
||||||
elif props.format == "xlsx":
|
elif props.format == "xlsx":
|
||||||
writer.write_xlsx(filepath)
|
writer.write_xlsx(filepath)
|
||||||
|
self.report({"INFO"}, "IfcFM spreadsheet is saved.")
|
||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|
||||||
|
|
||||||
@@ -134,4 +135,5 @@ class ExecuteIfcFMFederate(bpy.types.Operator):
|
|||||||
writer.write_ods(self.filepath)
|
writer.write_ods(self.filepath)
|
||||||
elif props.format == "xlsx":
|
elif props.format == "xlsx":
|
||||||
writer.write_xlsx(self.filepath)
|
writer.write_xlsx(self.filepath)
|
||||||
|
self.report({"INFO"}, "IfcFM spreadsheets is saved.")
|
||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|||||||
Reference in New Issue
Block a user