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