mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
optional validator for resolution settings in review product type
This commit is contained in:
parent
4390318f20
commit
7fde8ac0bc
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class ValidateResolutionSetting(pyblish.api.InstancePlugin,
|
|||
"""Validate the resolution setting aligned with DB"""
|
||||
|
||||
order = pyblish.api.ValidatorOrder - 0.01
|
||||
families = ["maxrender"]
|
||||
families = ["maxrender", "review"]
|
||||
hosts = ["max"]
|
||||
label = "Validate Resolution Setting"
|
||||
optional = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue