repair accident deletion

This commit is contained in:
Ondřej Samohel 2021-08-12 14:49:47 +02:00
parent bafcd28e4a
commit 6479e09ecb

View file

@ -177,12 +177,14 @@
},
"ValidateModelName": {
"enabled": false,
"database": true,
"material_file": {
"windows": "",
"darwin": "",
"linux": ""
},
"regex": "(.*)_(\\\\d)*_(.*)_(GEO)"
"regex": "(.*)_(\\d)*_(?P<shader>.*)_(GEO)",
"top_level_regex": ".*_GRP"
},
"ValidateTransformNamingSuffix": {
"enabled": true,