point_camera_at
Point a camera at a target object or a specific XYZ location using a Track To constraint.
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
| Name | Required | Description | Default |
|---|---|---|---|
| camera_name | Yes | ||
| target | No | ||
| location | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||