Updated
This commit is contained in:
@@ -309,6 +309,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"override_previous_animation": {
|
||||
"title": "Override previous animation",
|
||||
"description": "Reset bones in this animation to the default pose before applying this animation.",
|
||||
|
||||
@@ -317,33 +317,16 @@
|
||||
"particle_effects": {
|
||||
"title": "Particle effects",
|
||||
"description": "TODO",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/definitions/ParticleEffect"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"propertyNames": {
|
||||
"pattern": "^[\\d.]+$"
|
||||
},
|
||||
"additionalProperties": {
|
||||
"title": "Timeline object",
|
||||
"description": "A single point in time",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/ParticleEffect"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/ParticleEffect"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
"type": "object",
|
||||
"propertyNames": {
|
||||
"pattern": "^[\\d.]+$",
|
||||
"examples": ["0.0", "1.0", "2.3"]
|
||||
},
|
||||
"additionalProperties": {
|
||||
"title": "Timeline object",
|
||||
"description": "A single point in time",
|
||||
"$ref": "#/definitions/ParticleEffect"
|
||||
}
|
||||
},
|
||||
"start_delay": {
|
||||
"title": "Start delay",
|
||||
|
||||
Reference in New Issue
Block a user