blender_list_collections
View and analyze Blender scene organization by listing all collections with optional object details to understand structure and manage assets.
Instructions
List all collections in the current Blender scene with optional object details.
Provides comprehensive view of scene organization structure, including nested collections and object membership.
Args:
include_objects (boolean, default false): Include objects in each collection
object_details (boolean, default false): Include detailed object information
Returns: Hierarchical list of collections with optional object details and statistics
Examples:
Simple list: include_objects=false, object_details=false
With objects: include_objects=true, object_details=false
Full details: include_objects=true, object_details=true
Use when: Understanding scene structure, managing assets, planning organization Don't use when: Creating new collections (use create_collection instead)
Performance: Fast operation, minimal performance impact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_objects | No | Include objects in each collection | |
| object_details | No | Include detailed object information |