execute_blender_code
Execute Python code directly in Blender to automate 3D modeling tasks, manipulate scenes, control materials, and integrate with external assets through step-by-step code execution.
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 |