Fix bim.export_cost_schedules #6463 (4594f59)

This commit is contained in:
Andrej730
2025-03-29 23:30:04 +05:00
parent f37bda2d7c
commit 7bdbfee041
@@ -695,6 +695,10 @@ class ExportCostSchedules(bpy.types.Operator, ExportHelper):
default=True,
)
@property
def filename_ext(self) -> str:
return f".{self.format.lower()}"
def execute(self, context):
cost_schedule = tool.Ifc.get().by_id(self.cost_schedule) if self.cost_schedule else None
r = core.export_cost_schedules(