fix(nuke): making sure validator will run on all render families

This commit is contained in:
Jakub Jezek 2020-01-24 14:27:16 +01:00
parent da990057f4
commit 675da4d135
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -57,7 +57,7 @@ class ValidateNukeWriteBoundingBox(pyblish.api.InstancePlugin):
order = pyblish.api.ValidatorOrder
optional = True
families = ["render"]
families = ["render", "render.local", "render.farm"]
label = "Write Bounding Box"
hosts = ["nuke"]
actions = [RepairNukeBoundingBoxAction]