mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
updated maya plugins
This commit is contained in:
parent
dbd50e0ad2
commit
4301c5dcdc
1 changed files with 38 additions and 0 deletions
|
|
@ -275,6 +275,15 @@
|
|||
"type": "boolean",
|
||||
"key": "enabled",
|
||||
"label": "Enabled"
|
||||
}, {
|
||||
"type": "text-singleline",
|
||||
"key": "material_file",
|
||||
"label": "Material File"
|
||||
}, {
|
||||
"type": "text-singleline",
|
||||
"key": "regex",
|
||||
"label": "Validation regex",
|
||||
"default": "(.*)_(\\d)*_(?P<shader>.*)_(GEO)"
|
||||
}
|
||||
]
|
||||
}, {
|
||||
|
|
@ -289,6 +298,35 @@
|
|||
"label": "Enabled"
|
||||
}
|
||||
]
|
||||
}, {
|
||||
"type": "dict",
|
||||
"key": "ValidateShaderName",
|
||||
"label": "ValidateShaderName",
|
||||
"is_group": true,
|
||||
"children": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "enabled",
|
||||
"label": "Enabled"
|
||||
}, {
|
||||
"type": "text-singleline",
|
||||
"key": "regex",
|
||||
"label": "Validation regex",
|
||||
"default": "(?P<asset>.*)_(.*)_SHD"
|
||||
}
|
||||
]
|
||||
}, {
|
||||
"type": "dict",
|
||||
"key": "ValidateMeshHasOverlappingUVs",
|
||||
"label": "ValidateMeshHasOverlappingUVs",
|
||||
"is_group": true,
|
||||
"children": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "enabled",
|
||||
"label": "Enabled"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue