Merge remote-tracking branch 'origin/develop' into feature/maya-dirmapping-support

This commit is contained in:
Ondřej Samohel 2021-08-03 11:12:20 +02:00
commit 70df6cfebb
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
83 changed files with 5128 additions and 287 deletions

View file

@ -20,6 +20,22 @@
]
}
},
"scriptsmenu": {
"name": "OpenPype Tools",
"definition": [
{
"type": "action",
"command": "import openpype.hosts.maya.api.commands as op_cmds; op_cmds.edit_shader_definitions()",
"sourcetype": "python",
"title": "Edit shader name definitions",
"tooltip": "Edit shader name definitions used in validation and renaming.",
"tags": [
"pipeline",
"shader"
]
}
]
},
"create": {
"CreateLook": {
"enabled": true,