mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #129 from ynput/enhancement/AY-753-add_missing_hosts_to_collect_audio
Added missing hosts to collect_audio
This commit is contained in:
commit
558493568f
1 changed files with 4 additions and 1 deletions
|
|
@ -40,7 +40,10 @@ class CollectAudio(pyblish.api.ContextPlugin):
|
|||
"webpublisher",
|
||||
"aftereffects",
|
||||
"flame",
|
||||
"unreal"
|
||||
"unreal",
|
||||
"blender",
|
||||
"houdini",
|
||||
"max",
|
||||
]
|
||||
|
||||
audio_product_name = "audioMain"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue