execute_blender_code
Run Python code within Blender to automate tasks, manipulate 3D models, and create scenes step-by-step using the Model Context Protocol for AI-assisted 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 |