From 941ca8b8b0d694c79d16329c5f1fc30a93d80065 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 11 Mar 2021 12:06:53 +0100 Subject: [PATCH] Tweaked animation controller 1.10.0 --- .../1.10.0/animation_controller.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/resource/animation_controllers/1.10.0/animation_controller.json b/source/resource/animation_controllers/1.10.0/animation_controller.json index b4dd1958..ed41a5d2 100644 --- a/source/resource/animation_controllers/1.10.0/animation_controller.json +++ b/source/resource/animation_controllers/1.10.0/animation_controller.json @@ -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" } }