Expose toggle publish plug-in settings for Maya Look Shading Engine Naming

This commit is contained in:
Roy Nieterau 2022-01-12 17:55:22 +01:00
parent f5c0c64533
commit 87c5eb5497
2 changed files with 16 additions and 0 deletions

View file

@ -166,6 +166,11 @@
"enabled": false,
"regex": "(?P<asset>.*)_(.*)_SHD"
},
"ValidateShadingEngine": {
"enabled": true,
"optional": true,
"active": true
},
"ValidateAttributes": {
"enabled": false,
"attributes": {}

View file

@ -72,6 +72,17 @@
]
},
{
"type": "schema_template",
"name": "template_publish_plugin",
"template_data": [
{
"key": "ValidateShadingEngine",
"label": "Validate Look Shading Engine Naming"
}
]
},
{
"type": "dict",
"collapsible": true,