blender/create_object
Create meshes, lights, cameras, and empties in Blender by specifying object type with optional name and position.
Instructions
メッシュ・ライト・カメラ等を作成する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | オブジェクトタイプ(CUBE / SPHERE / CYLINDER / CONE / PLANE / TORUS / MONKEY / LIGHT / CAMERA / EMPTY) | |
| name | No | オブジェクト名(任意) | |
| location | No | 位置 [x, y, z](任意、デフォルト [0, 0, 0]) |