execute_blender_code
Automate Blender tasks by executing Python code directly for 3D modeling and scene control.
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 |