Merge branch 'enhancement/batch-delivery-hosts' into bugfix/some-batchdelivery-related-issues

This commit is contained in:
Jakub Jezek 2025-05-16 06:27:57 +02:00
commit 0e2537f195
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

@ -96,7 +96,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