blender_batch_execute
Execute multiple Blender operations in a single batch request to reduce MCP round-trips for complex workflows.
Instructions
Execute multiple operations in a single batch request. Reduces MCP round-trips for complex workflows.
Use this when: you need to perform multiple independent operations efficiently.
Do NOT use for: single operations (use the specific tool directly).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | List of operations to execute. | |
| stop_on_error | No | Stop on first error (default: true). | |
| continue_on_error | No | Continue even on errors (default: false). |