list_scenes
Retrieve all scenes in a Blender file with their names and object counts for project management and navigation.
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 |