set frame range validator to switch off by default

This commit is contained in:
Kayla Man 2023-04-28 17:59:36 +08:00
parent eb78b8359b
commit c544473723

View file

@ -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):