create_scene
Creates a new Blender scene with a user-specified name, providing a blank canvas for 3D modeling and animation.
Instructions
Create a new Blender scene with the specified name.
Return Format
Standard dict with keys: success, message, data
Examples
await call_tool("create_scene", {"scene_name": "MyScene"})Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_name | No | NewScene |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |