Description
In Cinesite, we are currently exploring basic functionality of XSTUDIO and how much of it fits with our workflow/pipeline. One of the basic requirements we started out with was publishing annotations.
However, we're coming up with an issue that it difficult to work around.
Our workflow is simply that we pull images from the project server (FTrack), annotate the images, and export the images (from the review application) in a way that allows us to identify the asset version it originally came from. Once we get the entity id, we publish the notes+drawings against the asset version.
Getting Bookmark data is very easy, but associating it with an annotated image is difficult.
The closest functionality in XS is in render_annotations_atom
, but according to the comments in the code, it was intended for debugging. render_annotations_atom
dumps all annotated images as a single series, not identify the original image, and so it's not possible for us to send these notes back to the server.
Are there any plans of expanding the viewport render toolset that addresses these sort of issues?
(I planned on making an adhoc fix to render_annotations_atom
to insert media reference source file path to solve this issue to allow us to continue testing XS in other areas.)
Thanks for reading.