From 86d1bededabd7fe0a7e15c8f7d40bea8edd2484c Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 12 Nov 2020 10:54:42 +0100 Subject: [PATCH] change family to `render` in extractor --- pype/plugins/tvpaint/publish/extract_sequence.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pype/plugins/tvpaint/publish/extract_sequence.py b/pype/plugins/tvpaint/publish/extract_sequence.py index 239dec5249..aaad88fd5d 100644 --- a/pype/plugins/tvpaint/publish/extract_sequence.py +++ b/pype/plugins/tvpaint/publish/extract_sequence.py @@ -158,6 +158,10 @@ class ExtractSequence(pyblish.api.Extractor): instance.data["representations"].append(new_repre) + if family_lowered in ("renderpass", "renderlayer"): + # Change family to render + instance.data["family"] = "render" + if not thumbnail_fullpath: return