ifccsv - support importing enum values #4608

This commit is contained in:
Andrej730
2024-11-27 18:10:26 +05:00
parent b7db3da017
commit c9847caa6a
3 changed files with 77 additions and 10 deletions
@@ -329,6 +329,7 @@ class ImportIfcCsv(bpy.types.Operator, tool.Ifc.Operator):
empty=props.empty_value,
bool_true=props.true_value,
bool_false=props.false_value,
concat=props.concat_value,
)
if not props.should_load_from_memory:
ifc_file.write(props.csv_ifc_file)