mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge branch 'develop' into bugfix/maya-vrscene-loader-fixes
This commit is contained in:
commit
4a0597bdb2
525 changed files with 27053 additions and 389709 deletions
|
|
@ -170,6 +170,11 @@
|
|||
"optional": true,
|
||||
"active": true
|
||||
},
|
||||
"ValidateFrameRange": {
|
||||
"enabled": true,
|
||||
"optional": true,
|
||||
"active": true
|
||||
},
|
||||
"ValidateShaderName": {
|
||||
"enabled": false,
|
||||
"regex": "(?P<asset>.*)_(.*)_SHD"
|
||||
|
|
@ -188,6 +193,20 @@
|
|||
"whitelist_native_plugins": false,
|
||||
"authorized_plugins": []
|
||||
},
|
||||
"ValidateMayaUnits": {
|
||||
"enabled": true,
|
||||
"optional": false,
|
||||
"validate_linear_units": true,
|
||||
"linear_units": "cm",
|
||||
"validate_angular_units": true,
|
||||
"angular_units": "deg",
|
||||
"validate_fps": true
|
||||
},
|
||||
"ValidateUnrealStaticMeshName": {
|
||||
"enabled": true,
|
||||
"validate_mesh": false,
|
||||
"validate_collision": true
|
||||
},
|
||||
"ValidateCycleError": {
|
||||
"enabled": true,
|
||||
"optional": false,
|
||||
|
|
@ -195,11 +214,6 @@
|
|||
"rig"
|
||||
]
|
||||
},
|
||||
"ValidateUnrealStaticMeshName": {
|
||||
"enabled": true,
|
||||
"validate_mesh": false,
|
||||
"validate_collision": true
|
||||
},
|
||||
"ValidateRenderSettings": {
|
||||
"arnold_render_attributes": [],
|
||||
"vray_render_attributes": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue