Home
last modified time | relevance | path

Searched refs:link_child_collections_to_parent (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/object_collection_manager/
H A Doperators.py66 link_child_collections_to_parent,
1142 link_child_collections_to_parent(laycol, collection, parent_collection)
1195 link_child_collections_to_parent(laycol, collection, parent_collection)
H A Doperator_utils.py418 def link_child_collections_to_parent(laycol, collection, parent_collection): function