list_scenes
Retrieve all scenes in the current Blender file with a single command. Get a structured response listing each scene to manage and navigate your 3D project efficiently.
Instructions
List all scenes in the current Blender file.
Return Format
Standard dict with keys: success, message, data
Examples
await call_tool("list_scenes")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |