blender_object_get_hierarchy
Retrieve the parent-child hierarchy of Blender objects. Provide an optional object name to get its subtree, or omit it to return the full scene hierarchy.
Instructions
Get the parent/child hierarchy of objects. If name is provided, returns the subtree for that object. Otherwise returns the full scene hierarchy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |