blender_object_create
Create a Blender primitive object (cube, sphere, cylinder, plane, cone, torus, monkey, circle, grid, empty, camera, light) with optional location, rotation, and scale to build 3D scenes.
Instructions
Create a primitive object (cube, sphere, cylinder, plane, cone, torus, monkey, circle, grid, empty, camera, light)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional name for the object | |
| type | Yes | Type of primitive to create | |
| scale | No | Scale [x, y, z] | |
| location | No | Location [x, y, z] | |
| rotation | No | Rotation in degrees or radians [x, y, z] |