Blender Run Python
blender_run_pythonExecute Python code in Blender's environment via bpy to automate tasks and manipulate 3D scenes.
Instructions
Execute arbitrary Python code in Blender's Python environment via bpy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Python code to execute. | |
| timeoutMs | No | Command timeout. |