Updating filters and behaviors
This commit is contained in:
@@ -190,6 +190,11 @@
|
||||
"additionalProperties": { "oneOf": [{ "type": "string" }, { "type": "boolean" }, { "type": "number" }] }
|
||||
}
|
||||
},
|
||||
"rebuild_animation_matrices": {
|
||||
"type": "boolean",
|
||||
"description": "Whenever or not to rebuild the animation matrices.",
|
||||
"title": "Rebuild Animation Matrices"
|
||||
},
|
||||
"textures": {
|
||||
"title": "Textures",
|
||||
"description": "The texture to apply, multiple texture can be used as to create an overlay effect, a specific material is required though.",
|
||||
|
||||
@@ -87,7 +87,13 @@
|
||||
"max_distance": {
|
||||
"title": "Max Distance",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"type": "number",
|
||||
"type": ["number", "null"],
|
||||
"minimum": 0
|
||||
},
|
||||
"min_distance": {
|
||||
"title": "Min Distance",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"type": ["number", "null"],
|
||||
"minimum": 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user