set_active_scene
Sets the active Blender scene by name, allowing quick switching between scenes for editing or rendering.
Instructions
Set the active scene by name.
Return Format
Standard dict with keys: success, message, data
Examples
await call_tool("set_active_scene", {"scene_name": "Scene"})Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |