disable attribute validator in maya by default

This commit is contained in:
Milan Kolar 2020-12-04 15:42:09 +01:00
parent 7c08d8cd92
commit 318e8d60ea

View file

@ -123,6 +123,19 @@
"label": "Enabled"
}]
},
{
"type": "dict",
"collapsable": true,
"key": "ValidateAttributes",
"label": "ValidateAttributes",
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
}]
},
{
"type": "splitter"
},