mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
PS subset grouping - changed defaults, added label
This commit is contained in:
parent
df9b15a59d
commit
b7743757ce
2 changed files with 6 additions and 2 deletions
|
|
@ -113,9 +113,9 @@
|
|||
"subset_grouping_profiles": [
|
||||
{
|
||||
"families": [],
|
||||
"hosts": ["photoshop"],
|
||||
"hosts": [],
|
||||
"tasks": [],
|
||||
"template": "{Task}"
|
||||
"template": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -425,6 +425,10 @@
|
|||
"object_type": {
|
||||
"type": "dict",
|
||||
"children": [
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Set all published instances as a part of specific group named according to 'Template'. <br>Implemented placeholders [{task},{Task},{family},{Family}]"
|
||||
},
|
||||
{
|
||||
"key": "families",
|
||||
"label": "Families",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue