A visual production tracking tool. https://watchtower.blender.org/
Go to file
Francesco Siddi 42ae371939 Add episodes support
Watchtower now supports episodes! Some of the data structures have
been updated to reflect this. To changes are relevant:
- Projects now include an episodes property, which collects the
  episode id, and the list of sequences that are part of that episode.
  This is used to filter shots and sequences when populating the state
- edit.json is now called edits.json, and contains a list of all
  edits. In order to find the correct edit depending on the context
  (project and episode), we find the edit with matching episode id, or
  simply take the first episode in the list.
2024-03-09 19:15:07 +01:00
client-web Add episodes support 2024-03-09 19:15:07 +01:00
docs Docs: clarifications 2023-08-11 21:26:31 +02:00
pipeline Add episodes support 2024-03-09 19:15:07 +01:00
.env.local.example Remove unused code 2023-05-11 01:05:33 +02:00
.gitignore Pipeline: Full rewrite 2023-08-04 19:07:46 +02:00
LICENSE Add LICENSE 2022-01-31 01:37:20 +00:00
README.md Docs: update main README and the web client development instructions 2023-08-11 17:51:11 +02:00

README.md

Watchtower

Interactive film production management tool. Watchtower allows you to see the big picture of a short film or episode and unpack as much information as needed, down to the duration of a shot and assets used in it. All in the space of one screen.
Read the announcement on studio.blender.org. Keep up to date at watchtower.blender.org. See the Live Demo.

Features

  • Grid view for shots and assets with grouping and filtering tools
  • Timeline showing individual shots as well as task statuses and asset casting
  • Video player for preview of the edit export
  • Detail view for the current shot and sequence
  • Production tracking tool agnostic (fetch data once, store as static JSON files)
  • Read-only, no-authentication

Setup Guide

You can deploy Watchtower in your pipeline by following the instructions in pipeline/README.

Development Guide

Contributions to Watchtower are welcome! Check out docs/develop-client-web or docs/develop-pipeline for info on how to get started.