execute_blender_code
Execute Python code in Blender step-by-step to automate 3D modeling, scene creation, and manipulation tasks. Integrates with Claude AI via the BlenderMCP server for prompt-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 |