mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
70 lines
No EOL
1.7 KiB
JSON
70 lines
No EOL
1.7 KiB
JSON
{
|
|
"workfile_builder": {
|
|
"create_first_version": false,
|
|
"custom_templates": []
|
|
},
|
|
"publish": {
|
|
"ValidateCameraZeroKeyframe": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
},
|
|
"ValidateMeshHasUvs": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
},
|
|
"ValidateMeshNoNegativeScale": {
|
|
"enabled": true,
|
|
"optional": false,
|
|
"active": true
|
|
},
|
|
"ValidateTransformZero": {
|
|
"enabled": true,
|
|
"optional": false,
|
|
"active": true
|
|
},
|
|
"ExtractBlend": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true,
|
|
"families": [
|
|
"model",
|
|
"camera",
|
|
"rig",
|
|
"action",
|
|
"layout"
|
|
]
|
|
},
|
|
"ExtractFBX": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": false
|
|
},
|
|
"ExtractABC": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": false
|
|
},
|
|
"ExtractBlendAnimation": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
},
|
|
"ExtractAnimationFBX": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": false
|
|
},
|
|
"ExtractCamera": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
},
|
|
"ExtractLayout": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": false
|
|
}
|
|
}
|
|
} |