mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
#680 - Toggle Ftrack upload in StandalonePublisher
Removed default_family in collect_context
This commit is contained in:
parent
b5df50f4bc
commit
5692d570b7
4 changed files with 146 additions and 27 deletions
|
|
@ -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}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue