mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
set frame range validator to switch off by default
This commit is contained in:
parent
eb78b8359b
commit
c544473723
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class ValidateFrameRange(pyblish.api.InstancePlugin,
|
|||
order = ValidateContentsOrder
|
||||
families = ["maxrender"]
|
||||
hosts = ["max"]
|
||||
optional = True
|
||||
optional = False
|
||||
actions = [RepairAction]
|
||||
|
||||
def process(self, instance):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue