daz_apply_composition_rule
Position a camera to frame a subject using photography composition rules: rule of thirds, golden ratio, center frame, or leading lines.
Instructions
Position camera so subject is framed according to a photography composition rule.
The camera maintains approximately its current horizontal distance from the subject while adjusting position and aim to satisfy the chosen rule.
Args: camera_label: Node label of the camera to reposition. subject_label: Node label of the subject to frame. rule: One of: - "rule-of-thirds" — Subject on right vertical third at eye level (default) - "golden-ratio" — Subject at the golden section (1.618 proportion) - "center-frame" — Subject centred, symmetric framing - "leading-lines" — Low angle with diagonal offset toward subject
Returns: Dict with camera, subject, rule, camera_position, and explanation string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera_label | Yes | ||
| subject_label | Yes | ||
| rule | No | rule-of-thirds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||