mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
Fix bug where you couldn't delete a quantity from a quantity set
This commit is contained in:
@@ -192,6 +192,9 @@ class EditPset(bpy.types.Operator):
|
||||
},
|
||||
)
|
||||
else:
|
||||
for key, value in properties.items():
|
||||
if isinstance(value, float):
|
||||
properties[key] = round(value, 4)
|
||||
ifcopenshell.api.run(
|
||||
"pset.edit_qto",
|
||||
self.file,
|
||||
|
||||
Reference in New Issue
Block a user