aggregate.unassign_object - support batching #4474

This commit is contained in:
Andrej730
2024-04-08 17:38:41 +05:00
parent 833f67cf45
commit 163f5f2611
10 changed files with 51 additions and 38 deletions
@@ -173,7 +173,7 @@ class SvIfcAddSpatialElement(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.h
ifcopenshell.api.run(
"aggregate.unassign_object",
self.file,
product=removed_element,
products=[removed_element],
relating_object=result,
)
else: