Question:
How can I define the path so that delivery becomes a sibling of shots and a child of the episode folder (e.g., ep201), based on the context of the selected version?
Try this one : root[work]}/{project[name]}/<{folder[parents][0]}>/delivery
{folder[parents][0]} is the first folder under the project (you can experiment with 1, 2, 3, etc…)
The surrounding <> is the “Optional” syntax, that protects the universe from destruction in case its content cannot be evaluated (which can happen if an asset is placed directly under the project).
I have a question about version control for delivery files:
When we deliver files using a template (like for client review), is there any built-in versioning system for those deliveries?
For example:
If we have 100 shots, each might go through multiple internal versions (like v010, v011, etc.). But for delivery to the client, we might want to package and label them as a clean version, like v001.
Is there a way to control or manage this client-facing version separately from the internal version?