mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
insert 'v' before {version:0>3}
This commit is contained in:
parent
c148e9b65e
commit
bf30d1ef82
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ def get_avalon_project_template():
|
|||
"""
|
||||
template = Templates(type=["anatomy"])
|
||||
proj_template = {}
|
||||
proj_template['workfile'] = '{asset[name]}_{task[name]}_{version:0>3}<_{comment}>'
|
||||
proj_template['workfile'] = '{asset[name]}_{task[name]}_v{version:0>3}<_{comment}>'
|
||||
proj_template['work'] = '{root}/{project}/{hierarchy}/{asset}/work/{task}'
|
||||
proj_template['publish'] = '{root}/{project}/{hierarchy}/{asset}/publish/{family}/{subset}/v{version}/{projectcode}_{asset}_{subset}_v{version}.{representation}'
|
||||
# TODO this down should work but it can't be in default.toml:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue