blender_execute_python
Run Python scripts directly in Blender to automate tasks or modify 3D scenes. Use with caution as it can alter the scene.
Instructions
Execute Python code in Blender.
Note: Use with caution as this may modify the scene or perform dangerous operations.
Args: params: Python code and timeout
Returns: Execution result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |