blender/execute_python
Run arbitrary Python code within Blender and capture output in the 'result' variable.
Instructions
任意の Python コードを Blender 内で実行する(上級者向け)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | 実行する Python コード(result 変数に dict を格納して返す) |