mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #930 from ynput/feature/AY-5235_Delivery-Farm-Publishing
Offloaded delivery processing workflow changes
This commit is contained in:
commit
0d34afac0f
4 changed files with 7 additions and 3 deletions
|
|
@ -39,6 +39,7 @@ class CollectAudio(pyblish.api.ContextPlugin):
|
||||||
"blender",
|
"blender",
|
||||||
"houdini",
|
"houdini",
|
||||||
"max",
|
"max",
|
||||||
|
"circuit",
|
||||||
]
|
]
|
||||||
|
|
||||||
audio_product_name = "audioMain"
|
audio_product_name = "audioMain"
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,8 @@ class ExtractBurnin(publish.Extractor):
|
||||||
"houdini",
|
"houdini",
|
||||||
"max",
|
"max",
|
||||||
"blender",
|
"blender",
|
||||||
"unreal"
|
"unreal",
|
||||||
|
"circuit",
|
||||||
]
|
]
|
||||||
|
|
||||||
optional = True
|
optional = True
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,8 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
||||||
"webpublisher",
|
"webpublisher",
|
||||||
"aftereffects",
|
"aftereffects",
|
||||||
"flame",
|
"flame",
|
||||||
"unreal"
|
"unreal",
|
||||||
|
"circuit",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Supported extensions
|
# Supported extensions
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,8 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
||||||
"nuke",
|
"nuke",
|
||||||
"aftereffects",
|
"aftereffects",
|
||||||
"unreal",
|
"unreal",
|
||||||
"houdini"
|
"houdini",
|
||||||
|
"circuit",
|
||||||
]
|
]
|
||||||
enabled = False
|
enabled = False
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue