Hello,
I was going to create two topics, but they’re both part and parcel of the same question really.
Firstly, I’ve got to the stage where I’m reasonably confident that AYON includes out-of-the-box the concept of recording dependency links between product versions; which I’d like to have for the pipeline I’m setting up.
I can’t see that information represented anywhere obvious in the web application, but that’s ok; as long as it’s recorded.
I’ve been writing python in the console to interact with the API to get access to it, and have tried calling get_version_link(project_name, version_id=version_id), but I’m getting this error:
ValueError: Missing child definitions for edges project/versions/links/author
Anyone know what that might be about?
The reason I’m particularly focused on this feature atm, is that I’d like to use it for the editorial turnover system I have planned.
So my other question is about whether there are already standard ways to do this.
I have a load of MXF files on disk for the live action raw footage.
I want to begin by publishing each as a product version - hoping to also record the reel name as an attribute (or perhaps just as its name).
Next I write some python code (perhaps as part of my own add on?) which can be given: reel name, start/end timecode, shot name, other parts of the name, and writes out and publishes an EXR sequence under the shot with the appropriate name which serves as one of the shot’s plates to be loaded in and worked on.
And of course that can then be used by code which processes a turnover EDL from editorial.