scene_get_hierarchy
Retrieve the full scene hierarchy as a JSON-formatted string to inspect object relationships and scene structure in Blender.
Instructions
Get the full scene hierarchy as a JSON-formatted string.
Return Format
Standard dict with keys: success, message, data
Examples
await call_tool("scene_get_hierarchy")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |