Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2521 from BigRoy/settings_validate_look_shading_e…
Browse files Browse the repository at this point in the history
…ngine_naming
  • Loading branch information
mkolar authored Jan 12, 2022
2 parents f5c0c64 + 87c5eb5 commit f871bae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openpype/settings/defaults/project_settings/maya.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@
"enabled": false,
"regex": "(?P<asset>.*)_(.*)_SHD"
},
"ValidateShadingEngine": {
"enabled": true,
"optional": true,
"active": true
},
"ValidateAttributes": {
"enabled": false,
"attributes": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f871bae

Please sign in to comment.