mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
#680 - allow configuration for editorial
This commit is contained in:
parent
582f228d0a
commit
10f5c76973
2 changed files with 20 additions and 14 deletions
|
|
@ -204,22 +204,30 @@
|
|||
"enabled": true,
|
||||
"profiles": [
|
||||
{
|
||||
"hosts": [
|
||||
"standalonepublisher"
|
||||
],
|
||||
"families": [],
|
||||
"tasks": [],
|
||||
"add_ftrack_family": true,
|
||||
"advanced_filtering": []
|
||||
},
|
||||
{
|
||||
"hosts": [
|
||||
"standalonepublisher"
|
||||
],
|
||||
"add_ftrack_family": true
|
||||
},
|
||||
{
|
||||
"families": ["matchmove"],
|
||||
"families": [
|
||||
"matchmove",
|
||||
"shot"
|
||||
],
|
||||
"tasks": [],
|
||||
"hosts": [
|
||||
"standalonepublisher"
|
||||
],
|
||||
"add_ftrack_family": false
|
||||
"add_ftrack_family": false,
|
||||
"advanced_filtering": []
|
||||
},
|
||||
{
|
||||
"hosts": [
|
||||
"maya"
|
||||
],
|
||||
"families": [
|
||||
"model",
|
||||
"setdress",
|
||||
|
|
@ -229,10 +237,8 @@
|
|||
"camera"
|
||||
],
|
||||
"tasks": [],
|
||||
"hosts": [
|
||||
"maya"
|
||||
],
|
||||
"add_ftrack_family": true
|
||||
"add_ftrack_family": true,
|
||||
"advanced_filtering": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue