Quick question, previously we weren’t able to use {episode} in our anatomy naming to get the episode name. Seems to still be the case, is that correct?
I’m basically trying to do this for file naming: {project[code]}{episode}{parent}{folder[name]}{task[name]}{@version}<{comment}>.{ext}
that is correct, in our fork of AYON I added this ayon-core/client/ayon_core/pipeline/template_data.py at release/alkemyx · fabiaserra/ayon-core · GitHub so we can make use of {episode}, {seq}, {shot}, {shotnum} (just the number part of the shot as our shots are a combination of show code, episode, seq and shotnum), {asset_type} and I’m passing it through prepare_template_data so we can use any of the different variants (i.e. {Shot} to capitalize it or {SHOT} to use all capital letters) to fit the different requirement specs
Perfecto! Thanks for sharing, I’d assume most studios would want to be able to use “episode” for naming conventions. Hopefully this will become part of the main build anyway. Thanks again
Hi ,
This sounds very interesting, is there an easy way to implement this ? Shall I just get the python code from your github to test it, or should I get the full Ayon-core from your github and package it first ?
Sorry , For now I am using the packaged version and did not dig into those kind of variations.