added targets to tvpaint related plugins

This commit is contained in:
iLLiCiTiT 2021-11-09 18:34:02 +01:00
parent f55c2f44a0
commit 948daa5b76
2 changed files with 2 additions and 0 deletions

View file

@ -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):

View file

@ -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]