mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
resaved defaults of optional plugins with active key
This commit is contained in:
parent
92591d45aa
commit
722909b2db
2 changed files with 52 additions and 26 deletions
|
|
@ -169,91 +169,113 @@
|
||||||
},
|
},
|
||||||
"ValidateColorSets": {
|
"ValidateColorSets": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateMeshHasOverlappingUVs": {
|
"ValidateMeshHasOverlappingUVs": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateMeshArnoldAttributes": {
|
"ValidateMeshArnoldAttributes": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateMeshShaderConnections": {
|
"ValidateMeshShaderConnections": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateMeshSingleUVSet": {
|
"ValidateMeshSingleUVSet": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateMeshHasUVs": {
|
"ValidateMeshHasUVs": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateMeshLaminaFaces": {
|
"ValidateMeshLaminaFaces": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateMeshNonManifold": {
|
"ValidateMeshNonManifold": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateMeshNormalsUnlocked": {
|
"ValidateMeshNormalsUnlocked": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateMeshUVSetMap1": {
|
"ValidateMeshUVSetMap1": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateMeshVerticesHaveEdges": {
|
"ValidateMeshVerticesHaveEdges": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateNoAnimation": {
|
"ValidateNoAnimation": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateNoNamespace": {
|
"ValidateNoNamespace": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateNoNullTransforms": {
|
"ValidateNoNullTransforms": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateNoUnknownNodes": {
|
"ValidateNoUnknownNodes": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateNodeNoGhosting": {
|
"ValidateNodeNoGhosting": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateShapeDefaultNames": {
|
"ValidateShapeDefaultNames": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateShapeRenderStats": {
|
"ValidateShapeRenderStats": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateTransformZero": {
|
"ValidateTransformZero": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateCameraAttributes": {
|
"ValidateCameraAttributes": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateAssemblyName": {
|
"ValidateAssemblyName": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateAssRelativePaths": {
|
"ValidateAssRelativePaths": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ExtractPlayblast": {
|
"ExtractPlayblast": {
|
||||||
"capture_preset": {
|
"capture_preset": {
|
||||||
|
|
|
||||||
|
|
@ -30,19 +30,23 @@
|
||||||
},
|
},
|
||||||
"ValidateOutputResolution": {
|
"ValidateOutputResolution": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateGizmo": {
|
"ValidateGizmo": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateScript": {
|
"ValidateScript": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ValidateNukeWriteBoundingBox": {
|
"ValidateNukeWriteBoundingBox": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"active": true
|
||||||
},
|
},
|
||||||
"ExtractThumbnail": {
|
"ExtractThumbnail": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue