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