mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Webpublisher - added webpublisher host to extract burnin and review
This commit is contained in:
parent
35f35e9c31
commit
8c5941dde8
2 changed files with 4 additions and 2 deletions
|
|
@ -44,7 +44,8 @@ class ExtractBurnin(openpype.api.Extractor):
|
|||
"harmony",
|
||||
"fusion",
|
||||
"aftereffects",
|
||||
"tvpaint"
|
||||
"tvpaint",
|
||||
"webpublisher"
|
||||
# "resolve"
|
||||
]
|
||||
optional = True
|
||||
|
|
|
|||
|
|
@ -44,7 +44,8 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
"standalonepublisher",
|
||||
"fusion",
|
||||
"tvpaint",
|
||||
"resolve"
|
||||
"resolve",
|
||||
"webpublisher"
|
||||
]
|
||||
|
||||
# Supported extensions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue