mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
update docstring and rename the validator
This commit is contained in:
parent
7b0c85de2c
commit
136ffcb019
3 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -338,7 +338,7 @@
|
|||
"rig"
|
||||
]
|
||||
},
|
||||
"ValidatePathForPlugin": {
|
||||
"ValidatePluginPathAttributes": {
|
||||
"enabled": true,
|
||||
"optional": false,
|
||||
"active": true,
|
||||
|
|
|
|||
|
|
@ -317,7 +317,7 @@
|
|||
"type": "dict",
|
||||
"collapsible": true,
|
||||
"checkbox_key": "enabled",
|
||||
"key": "ValidatePathForPlugin",
|
||||
"key": "ValidatePluginPathAttributes",
|
||||
"label": "Plug-in Path Attributes",
|
||||
"is_group": true,
|
||||
"children": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue