Updates plugin families

Removes "circuit" from plugin families and adds "batchdelivery" to align with current project needs.

This change ensures that the collect, extract, and review processes are correctly associated with the appropriate families, streamlining publishing workflows.
This commit is contained in:
Jakub Jezek 2025-05-05 12:02:22 +02:00
parent c67958d9dd
commit 3483a7bd0e
No known key found for this signature in database
GPG key ID: 06DBD609ADF27FD9
4 changed files with 4 additions and 4 deletions

View file

@ -39,7 +39,7 @@ class CollectAudio(pyblish.api.ContextPlugin):
"blender",
"houdini",
"max",
"circuit",
"batchdelivery",
]
audio_product_name = "audioMain"

View file

@ -55,7 +55,7 @@ class ExtractBurnin(publish.Extractor):
"max",
"blender",
"unreal",
"circuit",
"batchdelivery",
]
optional = True

View file

@ -92,7 +92,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
"aftereffects",
"flame",
"unreal",
"circuit",
"batchdelivery",
]
# Supported extensions

View file

@ -40,7 +40,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
"aftereffects",
"unreal",
"houdini",
"circuit",
"batchdelivery",
]
enabled = False