mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 04:19:42 -05:00
Updated JsonSchema
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "vrm.blendshapebind",
|
||||
"title": "vrm.blendshape.bind",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"mesh": {
|
||||
@@ -1,6 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7d7e602351f4ab24eaad71cc5d8f6945
|
||||
timeCreated: 1534850992
|
||||
guid: b2da3d63aa3b59c408d10d28110b14bc
|
||||
timeCreated: 1534915424
|
||||
licenseType: Free
|
||||
TextScriptImporter:
|
||||
userData:
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "vrm.blendshapegroup",
|
||||
"title": "vrm.blendshape.group",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
@@ -15,14 +15,14 @@
|
||||
"description": "Low level blendshape references.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "vrm.blendshapebind.schema.json"
|
||||
"$ref": "vrm.blendshape.bind.schema.json"
|
||||
}
|
||||
},
|
||||
"materialValues": {
|
||||
"description": "Material animation references.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "vrm.materialbind.schema.json"
|
||||
"$ref": "vrm.blendshape.materialbind.schema.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7539ff50c232c5d469ec72bb3e0b05e6
|
||||
timeCreated: 1534859666
|
||||
guid: 5aed45e7198eecd48b57665cff2b2215
|
||||
timeCreated: 1534915424
|
||||
licenseType: Free
|
||||
TextScriptImporter:
|
||||
userData:
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "vrm.materialbind",
|
||||
"title": "vrm.blendshape.materialbind",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"materialName": {
|
||||
@@ -1,6 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
guid: da54af2780f620241a8cb8dac933fa15
|
||||
timeCreated: 1534861231
|
||||
guid: b4be71a369e363e40ade2080e715d935
|
||||
timeCreated: 1534915424
|
||||
licenseType: Free
|
||||
TextScriptImporter:
|
||||
userData:
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"title": "vrm.blendshapemaster",
|
||||
"title": "vrm.blendshape",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"blendShapeGroups": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "vrm.blendshapegroup.schema.json"
|
||||
"$ref": "vrm.blendshape.group.schema.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 00a1e5901b4fb3a468ea24d05ff77855
|
||||
timeCreated: 1534861231
|
||||
guid: f11c63275ed687e4dbe1585a5d9e8dbf
|
||||
timeCreated: 1534915424
|
||||
licenseType: Free
|
||||
TextScriptImporter:
|
||||
userData:
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "vrm.degreemap",
|
||||
"title": "vrm.firstperson.degreemap",
|
||||
"description": "Eye controller setting.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b29f5977b30e7cc438ee1cfea74edd6c
|
||||
timeCreated: 1534915424
|
||||
licenseType: Free
|
||||
TextScriptImporter:
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"title": "vrm.firstperson.meshannotation",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"mesh": {
|
||||
"type": "integer"
|
||||
},
|
||||
"firstPersonFlag": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3f99b8fd1e3320e4fac4f67ab093452c
|
||||
timeCreated: 1534915424
|
||||
licenseType: Free
|
||||
TextScriptImporter:
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -14,15 +14,7 @@
|
||||
"description": "Switch on \/ off mesh for display in first-person view, third-person view, or the others.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"mesh": {
|
||||
"type": "integer"
|
||||
},
|
||||
"firstPersonFlag": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
"$ref": "vrm.firstperson.meshannotation.schema.json"
|
||||
}
|
||||
},
|
||||
"lookAtTypeName": {
|
||||
@@ -31,16 +23,16 @@
|
||||
"enum": ["Bone","BlendShape"]
|
||||
},
|
||||
"lookAtHorizontalInner": {
|
||||
"$ref": "vrm.degreemap.schema.json"
|
||||
"$ref": "vrm.firstperson.degreemap.schema.json"
|
||||
},
|
||||
"lookAtHorizontalOuter": {
|
||||
"$ref": "vrm.degreemap.schema.json"
|
||||
"$ref": "vrm.firstperson.degreemap.schema.json"
|
||||
},
|
||||
"lookAtVerticalDown": {
|
||||
"$ref": "vrm.degreemap.schema.json"
|
||||
"$ref": "vrm.firstperson.degreemap.schema.json"
|
||||
},
|
||||
"lookAtVerticalUp": {
|
||||
"$ref": "vrm.degreemap.schema.json"
|
||||
"$ref": "vrm.firstperson.degreemap.schema.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "vrm.humanoidbone",
|
||||
"title": "vrm.humanoid.bone",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"bone": {
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a0058c092f212dd4ca7b9fc313beff40
|
||||
timeCreated: 1534915424
|
||||
licenseType: Free
|
||||
TextScriptImporter:
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -5,7 +5,7 @@
|
||||
"humanBones": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "vrm.humanoidbone.schema.json"
|
||||
"$ref": "vrm.humanoid.bone.schema.json"
|
||||
}
|
||||
},
|
||||
"armStretch": {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"$ref": "vrm.firstperson.schema.json"
|
||||
},
|
||||
"blendShapeMaster": {
|
||||
"$ref": "vrm.blendshapemaster.schema.json"
|
||||
"$ref": "vrm.blendshape.schema.json"
|
||||
},
|
||||
"secondaryAnimation": {
|
||||
"$ref": "vrm.secondaryanimation.schema.json"
|
||||
|
||||
Reference in New Issue
Block a user