mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
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:
parent
255de27405
commit
4390c85e5a
2 changed files with 3 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ class CollectWorkfile(pyblish.api.ContextPlugin):
|
||||||
"subset": subset,
|
"subset": subset,
|
||||||
"label": scene_file,
|
"label": scene_file,
|
||||||
"family": family,
|
"family": family,
|
||||||
"families": [family, "ftrack"],
|
"families": [family],
|
||||||
"representations": list()
|
"representations": list()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -304,7 +304,8 @@
|
||||||
"aftereffects"
|
"aftereffects"
|
||||||
],
|
],
|
||||||
"families": [
|
"families": [
|
||||||
"render"
|
"render",
|
||||||
|
"workfile"
|
||||||
],
|
],
|
||||||
"tasks": [],
|
"tasks": [],
|
||||||
"add_ftrack_family": true,
|
"add_ftrack_family": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue