make validator animated reference being optional

This commit is contained in:
Kayla Man 2024-05-16 19:38:26 +08:00
parent 5172a1bf57
commit 340c07317f
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ class ValidateAnimatedReferenceRig(pyblish.api.InstancePlugin,
label = "Animated Reference Rig"
accepted_controllers = ["transform", "locator"]
actions = [ayon_core.hosts.maya.api.action.SelectInvalidAction]
optional = False
optional = True
def process(self, instance):
if not self.is_active(instance.data):

View file

@ -1448,8 +1448,8 @@ DEFAULT_PUBLISH_SETTINGS = {
"active": True
},
"ValidateAnimatedReferenceRig": {
"enabled": True,
"optional": False,
"enabled": False,
"optional": True,
"active": True
},
"ValidateAnimationContent": {