list_scenes
Retrieve a list of all scenes in the current Blender file, including each scene's name and object count. Helps manage and navigate between scenes.
Instructions
List all scenes in the current Blender file.
Returns a list of dicts, each containing the scene name and object count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |