#680 - Toggle Ftrack upload in StandalonePublisher

Removed default_family in collect_context
This commit is contained in:
Petr Kalis 2021-06-15 11:08:36 +02:00
parent b5df50f4bc
commit 5692d570b7
4 changed files with 146 additions and 27 deletions

View file

@ -200,6 +200,37 @@
}
},
"publish": {
"CollectFtrackFamily": {
"enabled": true,
"profiles": [
{
"families": [
"render",
"image"
],
"tasks": [],
"hosts": [
"standalonepublisher"
],
"add_ftrack_family": true
},
{
"families": [
"model",
"setdress",
"animation",
"look",
"rig",
"camera"
],
"tasks": [],
"hosts": [
"maya"
],
"add_ftrack_family": true
}
]
},
"IntegrateFtrackNote": {
"enabled": true,
"note_with_intent_template": "{intent}: {comment}",