Merge pull request #1859 from pypeclub/feature/maya-dirmapping-support

Maya: support for configurable `dirmap` 🗺️
This commit is contained in:
Ondřej Samohel 2021-08-12 13:52:58 +02:00 committed by GitHub
commit bafcd28e4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 93 additions and 4 deletions

View file

@ -7,6 +7,19 @@
"workfile": "ma",
"yetiRig": "ma"
},
"maya-dirmap": {
"enabled": true,
"paths": {
"source-path": [
"foo1",
"foo2"
],
"destination-path": [
"bar1",
"bar2"
]
}
},
"scriptsmenu": {
"name": "OpenPype Tools",
"definition": [
@ -164,14 +177,12 @@
},
"ValidateModelName": {
"enabled": false,
"database": true,
"material_file": {
"windows": "",
"darwin": "",
"linux": ""
},
"regex": "(.*)_(\\d)*_(?P<shader>.*)_(GEO)",
"top_level_regex": ".*_GRP"
"regex": "(.*)_(\\\\d)*_(.*)_(GEO)"
},
"ValidateTransformNamingSuffix": {
"enabled": true,