fix(nuke): validator had wrong family

This commit is contained in:
Jakub Jezek 2019-12-06 14:03:16 +01:00
parent 5754450b88
commit f4a0b341ac

View file

@ -28,7 +28,7 @@ class ValidateRenderedFrames(pyblish.api.InstancePlugin):
""" Validates file output. """
order = pyblish.api.ValidatorOrder + 0.1
families = ["render.no"]
families = ["render"]
label = "Validate rendered frame"
hosts = ["nuke", "nukestudio"]