diff --git a/openpype/hosts/maya/plugins/publish/validate_path_attributes.py b/openpype/hosts/maya/plugins/publish/validate_path_attributes.py index 870f304162..69e7f23c8e 100644 --- a/openpype/hosts/maya/plugins/publish/validate_path_attributes.py +++ b/openpype/hosts/maya/plugins/publish/validate_path_attributes.py @@ -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 diff --git a/openpype/settings/defaults/project_settings/maya.json b/openpype/settings/defaults/project_settings/maya.json index b5f8f46ccd..dcf165e8b8 100644 --- a/openpype/settings/defaults/project_settings/maya.json +++ b/openpype/settings/defaults/project_settings/maya.json @@ -338,7 +338,7 @@ "rig" ] }, - "ValidatePathForPlugin": { + "ValidatePluginPathAttributes": { "enabled": true, "optional": false, "active": true, diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json index 74fff31ce5..873bb79c95 100644 --- a/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json +++ b/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json @@ -317,7 +317,7 @@ "type": "dict", "collapsible": true, "checkbox_key": "enabled", - "key": "ValidatePathForPlugin", + "key": "ValidatePluginPathAttributes", "label": "Plug-in Path Attributes", "is_group": true, "children": [