Hi,
In the templates.yml under maya_shot_work, instead of {name} key we use {SHOT} key to avoid human error in entering the shot name. We’ve also added an optional key name_descript to add a description to the file name:
name:
type: str
filter_by: alphanumeric
name_descript:
type: str
filter_by: alphanumeric
maya_shot_work:
#definition: '@shot_root/work/{current_user_name}/maya/{Shot}.[{name_descript}.{Step}.v{version}.{maya_extension}'
SG File Open shows both files with/without the optional key, but the SG File Save does not allow input for the optional key.
Is there a way to make SG File Save to allow input for the optional key without taking over tk-multi-workfiles2 app?