Merge branch 'feature/PYPE-2-pyblish-ftrack' into develop

This commit is contained in:
Milan Kolar 2018-12-02 12:36:13 +01:00
commit c0385b3e95

View file

@ -146,7 +146,7 @@ class SyncToAvalon(BaseAction):
'apps': apps,
# TODO redo work!!!
'template': {
'workfile': '{asset[name]}_{task[name]}_{version:0>3}<_{comment}>',
'workfile': '{asset[name]}_{task[name]}_v{version:0>3}<_{comment}>',
'work': '{root}/{project}/{hierarchy}/{asset}/work/{task}',
'publish':'{root}/{project}/{hierarchy}/{asset}/publish/{family}/{subset}/v{version}/{projectcode}_{asset}_{subset}_v{version}.{representation}'}
}