blender_camera
Create and control cameras in Blender scenes with operations to set active camera, adjust lens, sensor, and clipping distances.
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 |
|---|---|---|---|
| operation | No | Camera operation type | create_camera |
| camera_name | No | Name for the camera | Camera |
| location | No | Camera position coordinates | |
| rotation | No | Camera rotation angles in degrees | |
| target_location | No | Target position for look_at operations | |
| lens | No | Camera lens focal length in mm | |
| sensor_width | No | Camera sensor width in mm | |
| fov | No | Field of view in degrees | |
| clip_start | No | Near clipping distance | |
| clip_end | No | Far clipping distance |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |