change family to render in extractor

This commit is contained in:
iLLiCiTiT 2020-11-12 10:54:42 +01:00
parent 49f611701b
commit 86d1bededa

View file

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