Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

@@ -9,10 +9,10 @@
"description": "A single material instance",
"additionalProperties": false,
"properties": {
"ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTATED" },
"face_dimming": { "title": "Face Dimming", "type": "boolean", "description": "UNDOCUMENTATED" },
"render_method": { "type": "string", "title": "Render Method", "description": "UNDOCUMENTATED", "enum": ["blend", "opaque", "alpha_test"] },
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTATED" }
"ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTED" },
"face_dimming": { "title": "Face Dimming", "type": "boolean", "description": "UNDOCUMENTED" },
"render_method": { "type": "string", "title": "Render Method", "description": "UNDOCUMENTED", "enum": ["blend", "opaque", "alpha_test"] },
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTED" }
}
}
},