spatial.unassign_container - support batching #4474

This commit is contained in:
Andrej730
2024-04-05 16:28:16 +05:00
parent 109787d869
commit cefa088b59
3 changed files with 22 additions and 19 deletions
@@ -180,7 +180,7 @@ class SvIfcAddSpatialElement(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.h
ifcopenshell.api.run(
"spatial.unassign_container",
self.file,
product=removed_element,
products=[removed_element],
relating_object=result,
)
for added_element in element_set - subelements: