mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
added settings for validator no colons in name
This commit is contained in:
parent
c1437c0a39
commit
de4a5c4953
2 changed files with 9 additions and 0 deletions
|
|
@ -24,6 +24,11 @@
|
|||
"optional": false,
|
||||
"active": true
|
||||
},
|
||||
"ValidateNoColonsInName": {
|
||||
"enabled": true,
|
||||
"optional": false,
|
||||
"active": true
|
||||
},
|
||||
"ExtractBlend": {
|
||||
"enabled": true,
|
||||
"optional": true,
|
||||
|
|
|
|||
|
|
@ -37,6 +37,10 @@
|
|||
{
|
||||
"key": "ValidateTransformZero",
|
||||
"label": "Validate Transform Zero"
|
||||
},
|
||||
{
|
||||
"key": "ValidateNoColonsInName",
|
||||
"label": "Validate No Colons In Name"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue