mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Do not auto-add ftrack family
- That should be left up to plug-ins in Ftrack module
This commit is contained in:
parent
8d4d80c225
commit
e12de9b3b2
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class CollectInstances(pyblish.api.ContextPlugin):
|
|||
"frameStartHandle": context.data["frameStartHandle"],
|
||||
"frameEndHandle": context.data["frameStartHandle"],
|
||||
"fps": context.data["fps"],
|
||||
"families": ["render", "review", "ftrack"],
|
||||
"families": ["render", "review"],
|
||||
"family": "render",
|
||||
"active": active,
|
||||
"publish": active # backwards compatibility
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue