blender_set_camera
Position a Blender camera, set its target point, and adjust focal length. Automatically selects the active camera or creates one.
Instructions
Configure a camera's position, aim target, and focal length.
Uses the active scene camera if no name is given. Creates a new camera if the scene has none. Optionally points the camera at a 3D target point.
Args: params: SetCameraInput with optional name, location, target (point to aim at), lens (focal length in mm), and set_active flag.
Returns: JSON with the camera name, location, rotation, and lens.
Example: blender_set_camera(location=(5, -5, 3), target=(0, 0, 0), lens=50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |