I’m modifying my template settings and trying to change the shot_root
structure from:
shot_root: sequences/{Sequence}/{Shot}/{Task}
to:
shot_root: sequences/{Sequence}/{Sequence}_{Shot}/{Task}
However, the folders are still being created as sequences/Sequence/Shot/Task
.
this is current folder schema
Am I missing something?