blender_camera
Create and control cameras in Blender scenes.
Instructions
Create and control cameras in Blender scenes.
Supports multiple operations through the operation parameter:
create_camera: Create a new camera
set_active_camera: Set the active camera
set_camera_lens: Adjust camera lens and sensor settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fov | No | Field of view in degrees | |
| lens | No | Camera lens focal length in mm | |
| clip_end | No | Far clipping distance | |
| location | No | Camera position coordinates | |
| rotation | No | Camera rotation angles in degrees | |
| operation | No | Camera operation type | create_camera |
| clip_start | No | Near clipping distance | |
| camera_name | No | Name for the camera | Camera |
| sensor_width | No | Camera sensor width in mm | |
| target_location | No | Target position for look_at operations |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |