Merge pull request #930 from ynput/feature/AY-5235_Delivery-Farm-Publishing

Offloaded delivery processing workflow changes
This commit is contained in:
Jakub Ježek 2025-04-02 12:03:12 +02:00 committed by GitHub
commit 0d34afac0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 3 deletions

View file

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

View file

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

View file

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

View file

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