Tweaked animation controller 1.10.0

This commit is contained in:
DaanV2
2021-03-11 12:06:53 +01:00
parent bccb5f95aa
commit 941ca8b8b0

View File

@@ -101,9 +101,7 @@
"states": {
"title": "The states definition",
"description": "The states of this animation controller",
"propertyNames": {
"pattern": "[a-z\\.]+"
},
"propertyNames": { "pattern": "[a-z\\.]+", "examples": ["default"] },
"minProperties": 1,
"additionalProperties": {
"additionalProperties": false,
@@ -123,6 +121,7 @@
},
"blend_transition": {
"title": "Blend Transition",
"description": "when transitioning away from this state, cross-fade over",
"oneOf": [
{
"type": "number",
@@ -189,10 +188,14 @@
"required": ["input"],
"properties": {
"input": {
"title": "Input",
"description": "",
"$ref": "../../../molang/1.8.0/number.json"
},
"remap_curve": {
"title": "Remap curve",
"additionalProperties": {
"propertyNames": { "pattern": "^([\\-\\+0-9]+|[\\-\\+0-9]+.[0-9]+)$" },
"type": "number"
}
}