collector.sync note

This commit is contained in:
Andrej730
2024-03-19 16:29:59 +05:00
parent bf770ce8d4
commit 0bd52e2431
@@ -77,6 +77,9 @@ class Collector(blenderbim.core.tool.Collector):
blenderbim.core.spatial.assign_container(
tool.Ifc, tool.Collector, tool.Spatial, structure_obj=parent_obj, element_obj=obj
)
# NOTE: won't allow assigning IfcElements to the IfcProject directly
# and some elements might get missing in other viewers if they're don't support displaying
# elements without hierarchy
blenderbim.core.aggregate.assign_object(
tool.Ifc, tool.Aggregate, tool.Collector, relating_obj=parent_obj, related_obj=obj
)