add openpype settings

This commit is contained in:
clement.hector 2021-09-23 11:11:02 +02:00
parent d4827bcc7a
commit 9b712d5a62
2 changed files with 70 additions and 0 deletions

View file

@ -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": [],

View file

@ -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,