execute_blender_code
Execute Python code directly within Blender to automate 3D modeling tasks, manipulate objects, control materials, and manage scenes through AI assistance.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |