From 948daa5b76c8a87f2ed10404cba55faf5ffbdb41 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 9 Nov 2021 18:34:02 +0100 Subject: [PATCH] added targets to tvpaint related plugins --- .../plugins/publish/collect_tvpaint_workfile_data.py | 1 + .../webpublisher/plugins/publish/extract_tvpaint_workfile.py | 1 + 2 files changed, 2 insertions(+) diff --git a/openpype/hosts/webpublisher/plugins/publish/collect_tvpaint_workfile_data.py b/openpype/hosts/webpublisher/plugins/publish/collect_tvpaint_workfile_data.py index f4562c6f63..593816114e 100644 --- a/openpype/hosts/webpublisher/plugins/publish/collect_tvpaint_workfile_data.py +++ b/openpype/hosts/webpublisher/plugins/publish/collect_tvpaint_workfile_data.py @@ -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): diff --git a/openpype/hosts/webpublisher/plugins/publish/extract_tvpaint_workfile.py b/openpype/hosts/webpublisher/plugins/publish/extract_tvpaint_workfile.py index 3659e9f0df..c012841f31 100644 --- a/openpype/hosts/webpublisher/plugins/publish/extract_tvpaint_workfile.py +++ b/openpype/hosts/webpublisher/plugins/publish/extract_tvpaint_workfile.py @@ -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]