updated maya plugins

This commit is contained in:
iLLiCiTiT 2020-08-24 19:04:06 +02:00
parent dbd50e0ad2
commit 4301c5dcdc

View file

@ -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"
}
]
}
]
}, {