update docstring and rename the validator

This commit is contained in:
Kayla Man 2023-01-18 17:35:52 +08:00
parent 7b0c85de2c
commit 136ffcb019
3 changed files with 4 additions and 5 deletions

View file

@ -7,10 +7,9 @@ import pyblish.api
from openpype.pipeline.publish import ValidateContentsOrder
class ValidatePathForPlugin(pyblish.api.InstancePlugin):
class ValidatePluginPathAttributes(pyblish.api.InstancePlugin):
"""
Ensure Paths in Non-Maya Nodes(from plugins
such as Yeti, AbcExport) are correct
Validate plug-in path attributes point to existing file paths.
"""
order = ValidateContentsOrder

View file

@ -338,7 +338,7 @@
"rig"
]
},
"ValidatePathForPlugin": {
"ValidatePluginPathAttributes": {
"enabled": true,
"optional": false,
"active": true,

View file

@ -317,7 +317,7 @@
"type": "dict",
"collapsible": true,
"checkbox_key": "enabled",
"key": "ValidatePathForPlugin",
"key": "ValidatePluginPathAttributes",
"label": "Plug-in Path Attributes",
"is_group": true,
"children": [