execute_blender_code
Run Python code within Blender using the MCP server to automate 3D modeling, scene manipulation, and rendering tasks. Execute commands step-by-step for precise control and efficient workflows.
Instructions
Execute arbitrary Python code in Blender. Make sure to do it step-by-step by breaking it into smaller chunks.
Parameters:
- code: The Python code to execute
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes |