Hello all!
Been getting into the thick of the toolkit code but am having trouble setting up a schema using Episode as the parent entity for Shots as opposed to Sequence.
The reason for this is to match our existing folder structure which is organized by episode. The episode name the first token in our sequence name.
I am working with the tk-flame-export toolkit. I have defined Episode in templates.yml and replaced Sequence in the corresponding templates. Also, I have found the relevant portion in the export_preset.py where the template_defs are replaced.
I believe I need to change the “shot_parent_entity_type” but do not know where that setting is. But I am still confused as to why the Episode field from the templates.yml is not working with this line:
template_defs[t] = template_defs[t].replace("{Episode}", "<name>")
Any help is much appreciated! Also it seems difficult to switch from the Sequence based setup. Is switching to Episode / a different shot_parent_entity ill-advised? What other difficulties will I encounter if change the default structure?
Thank you!