execute_blender_code
Execute Python code within Blender to automate 3D modeling tasks, control scenes, manipulate objects, and integrate with external assets.
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 |