Blender Create Object
blender_create_objectAdd a new mesh primitive or empty object to a Blender scene. Supports cubes, spheres, cylinders, planes, cones, torus, empty, camera, and light.
Instructions
Create a new mesh primitive or empty object in the Blender scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Object type to create. | |
| name | No | Optional object name. | |
| location | No | World location. | |
| scale | No | Scale. | |
| timeoutMs | No | Command timeout. |