execute_blender_code
Run Python code within Blender to automate tasks, modify scenes, or enhance workflows. Break complex code into manageable steps for efficient 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
Name | Required | Description | Default |
---|---|---|---|
code | Yes |