point_camera_at
Align a camera to focus on a specific object or coordinate location in Blender 3D scenes using Track To constraints for precise view control.
Instructions
Point a camera at an object or a specific location using a Track To constraint.
Args: camera_name: Name of the camera object. target: Name of the target object to point at. Mutually exclusive with location. location: XYZ location to point at as [x, y, z]. Mutually exclusive with target.
Returns: Confirmation dict.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera_name | Yes | ||
| target | No | ||
| location | No |