mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge pull request #1246 from ynput/bugfix/1245-default-render-product-name-profile-is-not-unique-for-each-aov
add optional `aov` key to render template profile name
This commit is contained in:
commit
b1c7c847a3
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ DEFAULT_TOOLS_VALUES = {
|
|||
"hosts": [],
|
||||
"task_types": [],
|
||||
"tasks": [],
|
||||
"template": "{product[type]}{Task[name]}{Variant}"
|
||||
"template": "{product[type]}{Task[name]}{Variant}<_{Aov}>"
|
||||
},
|
||||
{
|
||||
"product_types": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue