Merge pull request #2521 from BigRoy/settings_validate_look_shading_engine_naming

This commit is contained in:
Milan Kolar 2022-01-12 18:28:21 +01:00 committed by GitHub
commit f871baeafc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,