create_collections_from_path
-
compas_blender.utilities.
create_collections_from_path
(path: str, separator: str = '::') → List[bpy.types.Collection][source] Create nested collections from a collection path string.
- Parameters
path (str) – The collection path with collection names separated by the specified separator.
separator (str, optional)
- Returns
list of
bpy.types.Collection