mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
added targets to tvpaint related plugins
This commit is contained in:
parent
f55c2f44a0
commit
948daa5b76
2 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ class CollectTVPaintWorkfileData(pyblish.api.InstancePlugin):
|
|||
label = "Collect TVPaint Workfile data"
|
||||
order = pyblish.api.CollectorOrder + 0.1
|
||||
hosts = ["webpublisher"]
|
||||
targets = ["tvpaint"]
|
||||
# TODO add families filter
|
||||
|
||||
def process(self, instance):
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ class ExtractTVPaintSequences(pyblish.api.Extractor):
|
|||
label = "Extract TVPaint Sequences"
|
||||
hosts = ["webpublisher"]
|
||||
families = ["review", "renderPass", "renderLayer"]
|
||||
targets = ["tvpaint"]
|
||||
|
||||
# Modifiable with settings
|
||||
review_bg = [255, 255, 255, 255]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue