This commit is contained in:
Kayla 2023-10-03 13:54:37 +08:00
parent 4330281688
commit a49cacc74f

View file

@ -20,7 +20,7 @@ class ValidateRigContents(pyblish.api.InstancePlugin):
label = "Rig Contents"
hosts = ["maya"]
families = ["rig"]
action = [openpype.hosts.maya.api.action.SelectInvalidAction ]
action = [openpype.hosts.maya.api.action.SelectInvalidAction]
accepted_output = ["mesh", "transform"]
accepted_controllers = ["transform"]