Skip to content

Shots

A Shot represents a single deliverable image for a specific shot type within a shooting look.

What Shots Are

  • The actual deliverable — one image per shot type
  • Belongs to a shooting look and has a shot type
  • Tracks revisions (versions) of the image

Shot Properties

Field Description
Shooting Look Parent shooting look
Shot Type The type of shot (framing + view angle)
Current Revision The active revision being displayed/used
Revisions History of all versions

Revisions

Each shot can have multiple revisions (versions). A revision contains:

Field Description
Version Sequential version number
Status Pending, In Review, Approved, Rejected, etc.
Images One or more images from predictions, uploads, or refines
Notes Optional notes about this revision

The shot's status is determined by its current revision's status.

flowchart LR
    Shot --> Rev1[Revision 1]
    Shot --> Rev2[Revision 2]
    Shot --> Rev3[Revision 3]
    Rev3 -.-> |current| Shot