mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fix(nuke): validator had wrong family
This commit is contained in:
parent
5754450b88
commit
f4a0b341ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue