Fixing more animations
This commit is contained in:
@@ -164,20 +164,39 @@
|
|||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"title": "Timeline Object",
|
"title": "Timeline Object",
|
||||||
"description": "A single point in time",
|
"description": "A single point in time",
|
||||||
"additionalProperties": false,
|
"oneOf": [
|
||||||
"type": "object",
|
{
|
||||||
"examples": [{ "0.0": {} }],
|
"type": "array",
|
||||||
"properties": {
|
|
||||||
"lerp_mode": {
|
|
||||||
"type": "string",
|
|
||||||
"title": "Lerp Mode",
|
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
"enum": ["linear", "catmullrom"]
|
"$ref": "#/definitions/PositionV3"
|
||||||
},
|
},
|
||||||
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/PositionV3" },
|
{
|
||||||
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/PositionV3" }
|
"additionalProperties": false,
|
||||||
}
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"lerp_mode": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Lerp Mode",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"enum": ["linear", "catmullrom"]
|
||||||
|
},
|
||||||
|
"pre": {
|
||||||
|
"title": "Pre",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$ref": "#/definitions/PositionV3"
|
||||||
|
},
|
||||||
|
"post": {
|
||||||
|
"title": "Pre",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$ref": "#/definitions/PositionV3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -186,27 +205,46 @@
|
|||||||
"title": "Rotation",
|
"title": "Rotation",
|
||||||
"description": "The rotation transformation during this animation",
|
"description": "The rotation transformation during this animation",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "$ref": "#/definitions/RotationV3" },
|
{ "type": "array", "$ref": "#/definitions/RotationV3" },
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
|
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"title": "Timeline Object",
|
"title": "Timeline Object",
|
||||||
"description": "A single point in time",
|
"description": "A single point in time",
|
||||||
"additionalProperties": false,
|
"oneOf": [
|
||||||
"type": "object",
|
{
|
||||||
"examples": [{ "0.0": {} }],
|
"type": "array",
|
||||||
"properties": {
|
|
||||||
"lerp_mode": {
|
|
||||||
"type": "string",
|
|
||||||
"title": "Lerp Mode",
|
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
"enum": ["linear", "catmullrom"]
|
"$ref": "#/definitions/RotationV3"
|
||||||
},
|
},
|
||||||
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/RotationV3" },
|
{
|
||||||
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/RotationV3" }
|
"additionalProperties": false,
|
||||||
}
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"lerp_mode": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Lerp Mode",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"enum": ["linear", "catmullrom"]
|
||||||
|
},
|
||||||
|
"pre": {
|
||||||
|
"title": "Pre",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$ref": "#/definitions/RotationV3"
|
||||||
|
},
|
||||||
|
"post": {
|
||||||
|
"title": "Pre",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$ref": "#/definitions/RotationV3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -164,19 +164,39 @@
|
|||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"title": "Timeline Object",
|
"title": "Timeline Object",
|
||||||
"description": "A single point in time",
|
"description": "A single point in time",
|
||||||
"additionalProperties": false,
|
"oneOf": [
|
||||||
"type": "object",
|
{
|
||||||
"properties": {
|
"type": "array",
|
||||||
"lerp_mode": {
|
|
||||||
"type": "string",
|
|
||||||
"title": "Lerp Mode",
|
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
"enum": ["linear", "catmullrom"]
|
"$ref": "#/definitions/PositionV3"
|
||||||
},
|
},
|
||||||
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/PositionV3" },
|
{
|
||||||
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/PositionV3" }
|
"additionalProperties": false,
|
||||||
}
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"lerp_mode": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Lerp Mode",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"enum": ["linear", "catmullrom"]
|
||||||
|
},
|
||||||
|
"pre": {
|
||||||
|
"title": "Pre",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$ref": "#/definitions/PositionV3"
|
||||||
|
},
|
||||||
|
"post": {
|
||||||
|
"title": "Pre",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$ref": "#/definitions/PositionV3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -192,19 +212,39 @@
|
|||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"title": "Timeline Object",
|
"title": "Timeline Object",
|
||||||
"description": "A single point in time",
|
"description": "A single point in time",
|
||||||
"additionalProperties": false,
|
"oneOf": [
|
||||||
"type": "object",
|
{
|
||||||
"properties": {
|
"type": "array",
|
||||||
"lerp_mode": {
|
|
||||||
"type": "string",
|
|
||||||
"title": "Lerp Mode",
|
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
"enum": ["linear", "catmullrom"]
|
"$ref": "#/definitions/RotationV3"
|
||||||
},
|
},
|
||||||
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/RotationV3" },
|
{
|
||||||
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/RotationV3" }
|
"additionalProperties": false,
|
||||||
}
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"lerp_mode": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Lerp Mode",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"enum": ["linear", "catmullrom"]
|
||||||
|
},
|
||||||
|
"pre": {
|
||||||
|
"title": "Pre",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$ref": "#/definitions/RotationV3"
|
||||||
|
},
|
||||||
|
"post": {
|
||||||
|
"title": "Pre",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$ref": "#/definitions/RotationV3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user