Fix - make AE workfile publish to Ftrack configurable

By default workfile is sent to Ftrack, could be disabled by Settings
This commit is contained in:
Petr Kalis 2021-08-13 14:13:12 +02:00
parent 255de27405
commit 4390c85e5a
2 changed files with 3 additions and 2 deletions

View file

@ -47,7 +47,7 @@ class CollectWorkfile(pyblish.api.ContextPlugin):
"subset": subset,
"label": scene_file,
"family": family,
"families": [family, "ftrack"],
"families": [family],
"representations": list()
})

View file

@ -304,7 +304,8 @@
"aftereffects"
],
"families": [
"render"
"render",
"workfile"
],
"tasks": [],
"add_ftrack_family": true,