mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +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,
|
||||
"label": scene_file,
|
||||
"family": family,
|
||||
"families": [family, "ftrack"],
|
||||
"families": [family],
|
||||
"representations": list()
|
||||
})
|
||||
|
||||
|
|
|
|||
|
|
@ -304,7 +304,8 @@
|
|||
"aftereffects"
|
||||
],
|
||||
"families": [
|
||||
"render"
|
||||
"render",
|
||||
"workfile"
|
||||
],
|
||||
"tasks": [],
|
||||
"add_ftrack_family": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue