mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
add openpype settings
This commit is contained in:
parent
d4827bcc7a
commit
9b712d5a62
2 changed files with 70 additions and 0 deletions
|
|
@ -169,6 +169,55 @@
|
|||
"enabled": false,
|
||||
"attributes": {}
|
||||
},
|
||||
"ValidateLoadedPlugin": {
|
||||
"enabled": false,
|
||||
"authorized_plugins": [
|
||||
"stereoCamera",
|
||||
"svgFileTranslator",
|
||||
"invertShape",
|
||||
"mayaHIK",
|
||||
"GamePipeline",
|
||||
"curveWarp",
|
||||
"tiffFloatReader",
|
||||
"MASH",
|
||||
"poseInterpolator",
|
||||
"ATFPlugin",
|
||||
"hairPhysicalShader",
|
||||
"cacheEvaluator",
|
||||
"ikSpringSolver",
|
||||
"ik2Bsolver",
|
||||
"xgenToolkit",
|
||||
"AbcExport",
|
||||
"retargeterNodes",
|
||||
"gameFbxExporter",
|
||||
"VectorRender",
|
||||
"OpenEXRLoader",
|
||||
"lookdevKit",
|
||||
"Unfold3D",
|
||||
"Type",
|
||||
"mayaCharacterization",
|
||||
"meshReorder",
|
||||
"modelingToolkit",
|
||||
"MayaMuscle",
|
||||
"rotateHelper",
|
||||
"dx11Shader",
|
||||
"matrixNodes",
|
||||
"AbcImport",
|
||||
"autoLoader",
|
||||
"deformerEvaluator",
|
||||
"sceneAssembly",
|
||||
"gpuCache",
|
||||
"OneClick",
|
||||
"shaderFXPlugin",
|
||||
"objExport",
|
||||
"renderSetup",
|
||||
"GPUBuiltInDeformer",
|
||||
"ArubaTessellator",
|
||||
"quatNodes",
|
||||
"fbxmaya",
|
||||
"Turtle"
|
||||
]
|
||||
},
|
||||
"ValidateRenderSettings": {
|
||||
"arnold_render_attributes": [],
|
||||
"vray_render_attributes": [],
|
||||
|
|
|
|||
|
|
@ -82,6 +82,27 @@
|
|||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "dict",
|
||||
"collapsible": true,
|
||||
"key": "ValidateLoadedPlugin",
|
||||
"label": "Validate Loaded Plugin",
|
||||
"checkbox_key": "enabled",
|
||||
"children": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"type": "list",
|
||||
"key": "authorized_plugins",
|
||||
"label": "Authorized plugins",
|
||||
"object_type": "text"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "dict",
|
||||
"collapsible": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue