summaryrefslogtreecommitdiff
path: root/VRCSDK3AvatarsQuestLegacy/Assets/Avatars/Ryuko Matoi/Ryuko Matoi.fbx.meta
blob: 9f805340b6a0eb18b297a9d9d54aed2a321518b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
fileFormatVersion: 2
guid: d3cfef48cdef04d4a8f038af38b9802c
ModelImporter:
  serializedVersion: 19301
  internalIDToNameTable: []
  externalObjects:
  - first:
      type: UnityEngine:Material
      assembly: UnityEngine.CoreModule
      name: Face Lines
    second: {fileID: 2100000, guid: 56ef57c15cad86e4dbeb7772cdbc0d05, type: 2}
  - first:
      type: UnityEngine:Material
      assembly: UnityEngine.CoreModule
      name: Main
    second: {fileID: 2100000, guid: 8e88c34dc3538a5468faef29b0bc82e9, type: 2}
  - first:
      type: UnityEngine:Material
      assembly: UnityEngine.CoreModule
      name: R Weapon 4
    second: {fileID: 2100000, guid: 07c31d04bd0327146ab70eb298c030ba, type: 2}
  materials:
    materialImportMode: 1
    materialName: 0
    materialSearch: 1
    materialLocation: 0
  animations:
    legacyGenerateAnimations: 4
    bakeSimulation: 0
    resampleCurves: 1
    optimizeGameObjects: 0
    motionNodeName: 
    rigImportErrors: 
    rigImportWarnings: 
    animationImportErrors: 
    animationImportWarnings: 
    animationRetargetingWarnings: 
    animationDoRetargetingWarnings: 0
    importAnimatedCustomProperties: 0
    importConstraints: 0
    animationCompression: 3
    animationRotationError: 0.5
    animationPositionError: 0.5
    animationScaleError: 0.5
    animationWrapMode: 0
    extraExposedTransformPaths: []
    extraUserProperties: []
    clipAnimations: []
    isReadable: 1
  meshes:
    lODScreenPercentages: []
    globalScale: 1
    meshCompression: 0
    addColliders: 0
    useSRGBMaterialColor: 1
    sortHierarchyByName: 1
    importVisibility: 1
    importBlendShapes: 1
    importCameras: 1
    importLights: 1
    fileIdsGeneration: 2
    swapUVChannels: 0
    generateSecondaryUV: 0
    useFileUnits: 1
    keepQuads: 0
    weldVertices: 1
    preserveHierarchy: 0
    skinWeightsMode: 0
    maxBonesPerVertex: 4
    minBoneWeight: 0.001
    meshOptimizationFlags: 0
    indexFormat: 0
    secondaryUVAngleDistortion: 8
    secondaryUVAreaDistortion: 15.000001
    secondaryUVHardAngle: 88
    secondaryUVPackMargin: 4
    useFileScale: 1
  tangentSpace:
    normalSmoothAngle: 60
    normalImportMode: 0
    tangentImportMode: 3
    normalCalculationMode: 4
    legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1
    blendShapeNormalImportMode: 1
    normalSmoothingSource: 0
  referencedClips: []
  importAnimation: 1
  humanDescription:
    serializedVersion: 3
    human:
    - boneName: Hips
      humanName: Hips
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Left leg
      humanName: LeftUpperLeg
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Right leg
      humanName: RightUpperLeg
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Left knee
      humanName: LeftLowerLeg
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Right knee
      humanName: RightLowerLeg
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Left ankle
      humanName: LeftFoot
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Right ankle
      humanName: RightFoot
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Spine
      humanName: Spine
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Neck
      humanName: Neck
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Head
      humanName: Head
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Left shoulder
      humanName: LeftShoulder
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Right shoulder
      humanName: RightShoulder
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Left arm
      humanName: LeftUpperArm
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Right arm
      humanName: RightUpperArm
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Left elbow
      humanName: LeftLowerArm
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Right elbow
      humanName: RightLowerArm
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Left wrist
      humanName: LeftHand
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Right wrist
      humanName: RightHand
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Left toe
      humanName: LeftToes
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Right toe
      humanName: RightToes
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: LeftEye
      humanName: LeftEye
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: RightEye
      humanName: RightEye
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Thumb0_L
      humanName: Left Thumb Proximal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Thumb1_L
      humanName: Left Thumb Intermediate
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Thumb2_L
      humanName: Left Thumb Distal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: IndexFinger1_L
      humanName: Left Index Proximal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: IndexFinger2_L
      humanName: Left Index Intermediate
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: IndexFinger3_L
      humanName: Left Index Distal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: MiddleFinger1_L
      humanName: Left Middle Proximal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: MiddleFinger2_L
      humanName: Left Middle Intermediate
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: MiddleFinger3_L
      humanName: Left Middle Distal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: RingFinger1_L
      humanName: Left Ring Proximal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: RingFinger2_L
      humanName: Left Ring Intermediate
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: RingFinger3_L
      humanName: Left Ring Distal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: LittleFinger1_L
      humanName: Left Little Proximal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: LittleFinger2_L
      humanName: Left Little Intermediate
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: LittleFinger3_L
      humanName: Left Little Distal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Thumb0_R
      humanName: Right Thumb Proximal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Thumb1_R
      humanName: Right Thumb Intermediate
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Thumb2_R
      humanName: Right Thumb Distal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: IndexFinger1_R
      humanName: Right Index Proximal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: IndexFinger2_R
      humanName: Right Index Intermediate
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: IndexFinger3_R
      humanName: Right Index Distal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: MiddleFinger1_R
      humanName: Right Middle Proximal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: MiddleFinger2_R
      humanName: Right Middle Intermediate
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: MiddleFinger3_R
      humanName: Right Middle Distal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: RingFinger1_R
      humanName: Right Ring Proximal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: RingFinger2_R
      humanName: Right Ring Intermediate
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: RingFinger3_R
      humanName: Right Ring Distal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: LittleFinger1_R
      humanName: Right Little Proximal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: LittleFinger2_R
      humanName: Right Little Intermediate
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: LittleFinger3_R
      humanName: Right Little Distal
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    - boneName: Chest
      humanName: Chest
      limit:
        min: {x: 0, y: 0, z: 0}
        max: {x: 0, y: 0, z: 0}
        value: {x: 0, y: 0, z: 0}
        length: 0
        modified: 0
    skeleton:
    - name: Ryuko Matoi(Clone)
      parentName: 
      position: {x: 0, y: 0, z: 0}
      rotation: {x: 0, y: 0, z: 0, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Armature
      parentName: Ryuko Matoi(Clone)
      position: {x: -0, y: 0, z: 0}
      rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067}
      scale: {x: 1, y: 1, z: 1}
    - name: Hips
      parentName: Armature
      position: {x: 0.0000007748604, y: -0.0000004101178, z: 9.767752}
      rotation: {x: 0.7071068, y: 0, z: -0, w: 0.7071067}
      scale: {x: 1, y: 1, z: 1}
    - name: Belt_Root
      parentName: Hips
      position: {x: -0.0000015748603, y: 0.57775784, z: -0.00000075790126}
      rotation: {x: -0.5065396, y: -0.49337387, z: -0.49337706, w: 0.50653625}
      scale: {x: 1, y: 1, z: 1}
    - name: BeltBack
      parentName: Belt_Root
      position: {x: -1.0936197, y: -0.0000010498305, z: 0.085879296}
      rotation: {x: 0.64565116, y: 0.6288737, z: 0.30225235, w: 0.31031594}
      scale: {x: 1, y: 1, z: 1.0000001}
    - name: BeltFront_L
      parentName: Belt_Root
      position: {x: 0.84977376, y: -0.6988872, z: 0.01983931}
      rotation: {x: 0.41885892, y: 0.40797466, z: 0.5660347, w: 0.5811357}
      scale: {x: 1, y: 0.9999999, z: 0.9999999}
    - name: BeltFront_R
      parentName: Belt_Root
      position: {x: 0.8497714, y: 0.6992023, z: 0.0198498}
      rotation: {x: 0.41885886, y: 0.40797466, z: 0.56603456, w: 0.58113587}
      scale: {x: 0.99999994, y: 0.9999999, z: 0.99999994}
    - name: BeltParts_L
      parentName: Belt_Root
      position: {x: -0.06101601, y: -1.5861667, z: 0.23063946}
      rotation: {x: -0.47030863, y: -0.45808774, z: 0.6814988, w: 0.32330292}
      scale: {x: 1.0000001, y: 1, z: 1}
    - name: BeltParts_R
      parentName: Belt_Root
      position: {x: -0.061017632, y: 1.5864016, z: 0.23064995}
      rotation: {x: -0.47030884, y: -0.45808753, z: 0.30525193, w: 0.6897729}
      scale: {x: 1.0000001, y: 1, z: 1}
    - name: Left leg
      parentName: Hips
      position: {x: -0.9975456, y: -0.38535023, z: 0}
      rotation: {x: 1, y: 0.00006536934, z: 0.00003273884, w: 0.0000327367}
      scale: {x: 1, y: 1, z: 1}
    - name: Left knee
      parentName: Left leg
      position: {x: 0.0000000067116455, y: 3.3901227, z: -1.4551915e-11}
      rotation: {x: 0.008744201, y: -0.00005338289, z: 0.00008686639, w: 0.9999618}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: Left ankle
      parentName: Left knee
      position: {x: 0.00000004054982, y: 5.1420703, z: -0.0000000016079866}
      rotation: {x: -0.45873132, y: 0.000025368692, z: -0.000006177121, w: 0.888575}
      scale: {x: 1, y: 1.0000002, z: 1}
    - name: Left toe
      parentName: Left ankle
      position: {x: -0.00000012213647, y: 1.3661894, z: -0.000000039388397}
      rotation: {x: 0.89253783, y: -0.0000026952332, z: -0.0000033146869, w: -0.45097256}
      scale: {x: 1, y: 0.9999998, z: 0.9999996}
    - name: Right leg
      parentName: Hips
      position: {x: 0.9975456, y: -0.38535023, z: 0}
      rotation: {x: 1, y: 0.00006561544, z: 0.00003285805, w: -0.00000055449107}
      scale: {x: 1, y: 1, z: 1}
    - name: Right knee
      parentName: Right leg
      position: {x: 0.000000007074161, y: 3.3901255, z: -1.2050805e-11}
      rotation: {x: 0.008699886, y: -0.00008363227, z: 0.000117247044, w: 0.99996215}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: Right ankle
      parentName: Right knee
      position: {x: 0.000000065001586, y: 5.142069, z: 0.0000000091749826}
      rotation: {x: -0.45872274, y: 0.00032329024, z: -0.00028143974, w: 0.88857937}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: Right toe
      parentName: Right ankle
      position: {x: -0.00000006866321, y: 1.3661929, z: -0.000000051106326}
      rotation: {x: 0.8925372, y: 0.00025701147, z: 0.00025639287, w: -0.45097372}
      scale: {x: 0.9999999, y: 1.0000001, z: 1}
    - name: Skirt_0_0
      parentName: Hips
      position: {x: -0.00000040064975, y: 0.73578167, z: 0.7551562}
      rotation: {x: 0.99582726, y: 0.000000032892324, z: 0.000000032889652, w: 0.091258295}
      scale: {x: 1, y: 1, z: 1.0000014}
    - name: Skirt_1_0
      parentName: Skirt_0_0
      position: {x: 4.6185278e-14, y: 0.88782126, z: -0.000000059604613}
      rotation: {x: 0.048069157, y: 0.000000008046175, z: -0.000000003786607, w: 0.998844}
      scale: {x: 1, y: 0.99999994, z: 1}
    - name: Skirt_2_0
      parentName: Skirt_1_0
      position: {x: -3.5527137e-14, y: 0.8763143, z: 0.00000005960469}
      rotation: {x: 0.04041117, y: 0.000000002220335, z: 9.832766e-10, w: 0.9991832}
      scale: {x: 1, y: 0.99999994, z: 1}
    - name: Skirt_0_1
      parentName: Hips
      position: {x: -1.1682751, y: 0.73578167, z: 0.5035224}
      rotation: {x: 0.98971903, y: -0.09723427, z: -0.09721016, w: 0.03939538}
      scale: {x: 1.0000045, y: 1.0000002, z: 1.0000012}
    - name: Skirt_1_1
      parentName: Skirt_0_1
      position: {x: -0.00000022351742, y: 0.89267147, z: -0.000000029802322}
      rotation: {x: 0.034208607, y: -0.022614336, z: 0.014420623, w: 0.9990548}
      scale: {x: 1, y: 0.9999998, z: 0.99999994}
    - name: Skirt_2_1
      parentName: Skirt_1_1
      position: {x: 0.00000011920929, y: 0.89704764, z: 0.000000007450581}
      rotation: {x: 0.025944162, y: -0.0063359304, z: 0.00022438171, w: 0.9996433}
      scale: {x: 1.0000001, y: 1.0000001, z: 1}
    - name: Skirt_0_2
      parentName: Hips
      position: {x: -1.6521907, y: 0.73578167, z: -0.10397606}
      rotation: {x: 0.9826093, y: -0.122176886, z: -0.12216951, w: -0.068018414}
      scale: {x: 1.0000021, y: 1.0000001, z: 1.0000004}
    - name: Skirt_1_2
      parentName: Skirt_0_2
      position: {x: 0.0000000037252903, y: 0.9085623, z: 0.00000035762787}
      rotation: {x: -0.0038237728, y: -0.026135026, z: 0.031044064, w: 0.999169}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: Skirt_2_2
      parentName: Skirt_1_2
      position: {x: 0.000000022351742, y: 0.92217296, z: -0.000000029802322}
      rotation: {x: -0.005943256, y: -0.0078224875, z: 0.010874706, w: 0.99989265}
      scale: {x: 0.99999994, y: 1, z: 1}
    - name: Skirt_0_3
      parentName: Hips
      position: {x: -1.1682756, y: 0.73578167, z: -0.7114741}
      rotation: {x: 0.981456, y: -0.07788543, z: -0.0778853, w: -0.15688205}
      scale: {x: 1.0000001, y: 1, z: 1}
    - name: Skirt_1_3
      parentName: Skirt_0_3
      position: {x: 0.00000010430813, y: 0.93010086, z: -0.000000059604645}
      rotation: {x: -0.046895027, y: -0.015977675, z: 0.030916445, w: 0.99829346}
      scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
    - name: Skirt_2_3
      parentName: Skirt_1_3
      position: {x: -0.000000059604645, y: 0.9139093, z: -0.00000008940697}
      rotation: {x: -0.040136617, y: -0.005309205, z: 0.016000291, w: 0.999052}
      scale: {x: 1, y: 1, z: 1}
    - name: Skirt_0_4
      parentName: Hips
      position: {x: -0.00000089959724, y: 0.73578167, z: -0.96310836}
      rotation: {x: 0.9818803, y: -0.0000000079913045, z: -0.000000007991174, w: -0.18950225}
      scale: {x: 1, y: 1, z: 1.0000013}
    - name: Skirt_1_4
      parentName: Skirt_0_4
      position: {x: -2.1316282e-14, y: 0.94058776, z: 1.7763568e-15}
      rotation: {x: -0.06652766, y: -0.0000000016289994, z: 0.00000000375004, w: 0.9977846}
      scale: {x: 1, y: 0.9999999, z: 1}
    - name: Skirt_2_4
      parentName: Skirt_1_4
      position: {x: -0, y: 0.9006198, z: 3.1086245e-15}
      rotation: {x: -0.057227977, y: -5.7251076e-10, z: 0.0000000021608688, w: 0.9983612}
      scale: {x: 1, y: 0.99999994, z: 1}
    - name: Skirt_0_5
      parentName: Hips
      position: {x: 1.1682739, y: 0.73578167, z: -0.7114746}
      rotation: {x: 0.98145604, y: 0.07788429, z: 0.077885255, w: -0.1568823}
      scale: {x: 0.99999976, y: 0.99999994, z: 0.9999994}
    - name: Skirt_1_5
      parentName: Skirt_0_5
      position: {x: 0.0000001937151, y: 0.93010074, z: 0.00000031292439}
      rotation: {x: -0.04689518, y: 0.015977697, z: -0.030916547, w: 0.9982934}
      scale: {x: 1, y: 0.99999994, z: 0.9999999}
    - name: Skirt_2_5
      parentName: Skirt_1_5
      position: {x: -0.0000003874302, y: 0.91391075, z: -0.00000032782555}
      rotation: {x: -0.04013651, y: 0.00530917, z: -0.01600025, w: 0.999052}
      scale: {x: 0.99999994, y: 0.9999999, z: 0.9999998}
    - name: Skirt_0_6
      parentName: Hips
      position: {x: 1.6521893, y: 0.73578167, z: -0.10397618}
      rotation: {x: 0.9826092, y: 0.12217717, z: 0.122169554, w: -0.06801822}
      scale: {x: 1.0000023, y: 1.0000002, z: 1.0000004}
    - name: Skirt_1_6
      parentName: Skirt_0_6
      position: {x: 0.00000026077032, y: 0.90856147, z: 0.000000059604645}
      rotation: {x: -0.0038237826, y: 0.026134918, z: -0.031044047, w: 0.999169}
      scale: {x: 1.0000001, y: 1, z: 0.99999994}
    - name: Skirt_2_6
      parentName: Skirt_1_6
      position: {x: 0.00000040233135, y: 0.92217183, z: -0.00000020861626}
      rotation: {x: -0.0059432387, y: 0.007822317, z: -0.010874643, w: 0.99989265}
      scale: {x: 0.99999994, y: 1, z: 0.99999994}
    - name: Skirt_0_7
      parentName: Hips
      position: {x: 1.1682742, y: 0.73578167, z: 0.5035219}
      rotation: {x: 0.98971903, y: 0.09723427, z: 0.09721016, w: 0.03939538}
      scale: {x: 1.0000045, y: 1.0000002, z: 1.0000012}
    - name: Skirt_1_7
      parentName: Skirt_0_7
      position: {x: 0.00000037252903, y: 0.89267147, z: 0}
      rotation: {x: 0.03420862, y: 0.022614395, z: -0.014420709, w: 0.9990548}
      scale: {x: 1, y: 0.9999998, z: 0.99999994}
    - name: Skirt_2_7
      parentName: Skirt_1_7
      position: {x: -0.00000016391277, y: 0.8970461, z: -0.000000059604645}
      rotation: {x: 0.025944224, y: 0.0063358676, z: -0.00022431002, w: 0.9996433}
      scale: {x: 1, y: 1.0000001, z: 1.0000001}
    - name: Spine
      parentName: Hips
      position: {x: -0.0000007748604, y: 0.7823782, z: 0.08951605}
      rotation: {x: -0.00047546078, y: 0.0000001748207, z: 0.00000017482071, w: 0.9999999}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: ClothBack
      parentName: Spine
      position: {x: 0.0000004757618, y: 1.769802, z: -0.6533283}
      rotation: {x: 0.9924493, y: -0.00000015213874, z: 0.00000019487217, w: -0.122655526}
      scale: {x: 1, y: 0.99999994, z: 0.99999726}
    - name: ClothC_L
      parentName: Spine
      position: {x: -0.84157574, y: 1.7714262, z: -0.4365016}
      rotation: {x: 0.9924493, y: -0.00000016947178, z: 0.00000019273011, w: -0.122655526}
      scale: {x: 1, y: 0.99999994, z: 0.9999979}
    - name: ClothC_R
      parentName: Spine
      position: {x: 0.8415764, y: 1.7765756, z: -0.43658268}
      rotation: {x: 0.9924494, y: -0.00000016949404, z: 0.00000019272798, w: -0.12265482}
      scale: {x: 1, y: 1, z: 1.0000026}
    - name: ClothFrom
      parentName: Spine
      position: {x: 0.0000047467656, y: 1.8495018, z: 0.85065705}
      rotation: {x: 0.9999999, y: 0.00000017465422, z: 0.00000017504497, w: -0.0004754821}
      scale: {x: 1, y: 1, z: 1.0000005}
    - name: ClthB_L
      parentName: Spine
      position: {x: -0.88766354, y: 1.7752262, z: 0.47852525}
      rotation: {x: 0.9999999, y: 0.00000018618121, z: 0.00000017505953, w: -0.0004754821}
      scale: {x: 1, y: 1, z: 1.0000005}
    - name: ClthB_R
      parentName: Spine
      position: {x: 0.88811177, y: 1.9188114, z: 0.49301183}
      rotation: {x: 0.9999999, y: 0.0000001861812, z: 0.00000017505953, w: -0.0004754821}
      scale: {x: 1, y: 0.99999994, z: 1.0000005}
    - name: Chest
      parentName: Spine
      position: {x: 9.414691e-13, y: 2.27112, z: 0.000000013969561}
      rotation: {x: -0.03460152, y: -0.00000050894687, z: -0.00000052153496, w: 0.9994012}
      scale: {x: 1, y: 1, z: 1}
    - name: Breast_L
      parentName: Chest
      position: {x: -0.6039989, y: 0.16495521, z: 0.48352924}
      rotation: {x: 0.035076704, y: -0.00000066888606, z: -0.00000072126375, w: 0.99938464}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: Breast_R
      parentName: Chest
      position: {x: 0.6040005, y: 0.15327545, z: 0.51878875}
      rotation: {x: 0.035076704, y: 0.0000010122832, z: 0.0000010822099, w: 0.99938464}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: Left shoulder
      parentName: Chest
      position: {x: -0.083200626, y: 1.2210339, z: 0.010274496}
      rotation: {x: -0.4821534, y: 0.48215455, z: 0.5172312, w: 0.5172301}
      scale: {x: 1, y: 1, z: 1}
    - name: Left arm
      parentName: Left shoulder
      position: {x: -0.0000000011477823, y: 1.1735146, z: 0.000000973341}
      rotation: {x: -0.026073651, y: 0.3171992, z: -0.008697034, w: 0.94796056}
      scale: {x: 1, y: 1, z: 1}
    - name: Left elbow
      parentName: Left arm
      position: {x: -0.00000019185245, y: 2.5340722, z: -0.00000017881393}
      rotation: {x: -0.00000035120883, y: 0.00000064074993, z: -0.00000086692296,
        w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: zHandTwist_L
      parentName: Left elbow
      position: {x: 0.0000014593825, y: 1.1769657, z: -0.000006448012}
      rotation: {x: 0.7002294, y: -0.49999997, z: -0.09840549, w: 0.4999953}
      scale: {x: 1, y: 1, z: 1}
    - name: Left wrist
      parentName: Left elbow
      position: {x: 0.00000021699816, y: 2.3539305, z: -0.0000011743978}
      rotation: {x: 0.70022947, y: -0.49999946, z: -0.09840582, w: 0.4999955}
      scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
    - name: Thumb0_L
      parentName: Left wrist
      position: {x: -0.33248648, y: -0.053420324, z: 0.059819207}
      rotation: {x: 0.7447561, y: -0.6463229, z: -0.16426507, w: -0.024941683}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: Thumb1_L
      parentName: Thumb0_L
      position: {x: -0.0000003874302, y: 0.41658843, z: 0.000000029802322}
      rotation: {x: -0.000014305115, y: 0.000011689962, z: 0.000002425164, w: 1}
      scale: {x: 0.99999994, y: 1, z: 1}
    - name: Thumb2_L
      parentName: Thumb1_L
      position: {x: -0.0000004172325, y: 0.30658033, z: -0.00000017881393}
      rotation: {x: 0.8602449, y: 0.00019019381, z: -0.5098804, w: -0.0007314167}
      scale: {x: 1, y: 1, z: 1}
    - name: IndexFinger1_L
      parentName: Left wrist
      position: {x: -0.87815994, y: -0.03673852, z: -0.28306267}
      rotation: {x: -0.70022494, y: 0.49999613, z: 0.09840504, w: 0.5000054}
      scale: {x: 1, y: 1, z: 1}
    - name: IndexFinger2_L
      parentName: IndexFinger1_L
      position: {x: -0.00000020861626, y: 0.33001718, z: -0.00000093877316}
      rotation: {x: -0.000019776118, y: 0.000019591302, z: -0.0000060309044, w: 1}
      scale: {x: 1, y: 0.99999994, z: 1}
    - name: IndexFinger3_L
      parentName: IndexFinger2_L
      position: {x: -0.000000834465, y: 0.24415675, z: 0.00000055134296}
      rotation: {x: 0.7002396, y: -0.49999854, z: -0.09839968, w: 0.4999835}
      scale: {x: 0.99999994, y: 1, z: 0.99999994}
    - name: MiddleFinger1_L
      parentName: Left wrist
      position: {x: -0.77302945, y: -0.024478406, z: -0.46061248}
      rotation: {x: -0.7002244, y: 0.49999973, z: 0.09840985, w: 0.5000016}
      scale: {x: 1, y: 1, z: 1}
    - name: MiddleFinger2_L
      parentName: MiddleFinger1_L
      position: {x: -0.0000009685755, y: 0.37013564, z: 0.0000006482005}
      rotation: {x: 0.0000016277179, y: 0.0000001527369, z: -0.0000022742952, w: 1}
      scale: {x: 1, y: 0.9999999, z: 1}
    - name: MiddleFinger3_L
      parentName: MiddleFinger2_L
      position: {x: -0.00000014901161, y: 0.27396712, z: -0.0000007376075}
      rotation: {x: 0.7002248, y: -0.49999836, z: -0.09840773, w: 0.5000028}
      scale: {x: 0.9999999, y: 0.99999994, z: 0.99999994}
    - name: RingFinger1_L
      parentName: Left wrist
      position: {x: -0.6405121, y: -0.024757948, z: -0.598328}
      rotation: {x: -0.7002239, y: 0.5000004, z: 0.09841093, w: 0.5000015}
      scale: {x: 1, y: 1, z: 1}
    - name: RingFinger2_L
      parentName: RingFinger1_L
      position: {x: -0.0000003427267, y: 0.3236955, z: -0.0000012479722}
      rotation: {x: -0.000014935049, y: 0.000019684434, z: -0.000012759996, w: 1}
      scale: {x: 1, y: 0.9999999, z: 1}
    - name: RingFinger3_L
      parentName: RingFinger2_L
      position: {x: -0.000000044703484, y: 0.24180822, z: 0.0000001899898}
      rotation: {x: 0.7002397, y: -0.49999923, z: -0.09839909, w: 0.49998286}
      scale: {x: 1, y: 1, z: 1}
    - name: LittleFinger1_L
      parentName: Left wrist
      position: {x: -0.4898602, y: -0.025047764, z: -0.707432}
      rotation: {x: -0.7002243, y: 0.49999982, z: 0.0984099, w: 0.5000016}
      scale: {x: 0.99999994, y: 0.9999997, z: 0.99999976}
    - name: LittleFinger2_L
      parentName: LittleFinger1_L
      position: {x: 0.0000003427267, y: 0.28862342, z: -0.00000022351742}
      rotation: {x: 0.000093526665, y: -0.00043514385, z: 0.0005989258, w: 0.99999976}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: LittleFinger3_L
      parentName: LittleFinger2_L
      position: {x: -0.00000031292439, y: 0.18377759, z: -0.0000003427267}
      rotation: {x: 0.69983506, y: -0.5002107, z: -0.09896746, w: 0.50022554}
      scale: {x: 1, y: 1, z: 1.0000001}
    - name: WpnL_A00
      parentName: Left wrist
      position: {x: -1.1790154, y: -0.37450957, z: -1.0569147}
      rotation: {x: -0.000045341352, y: 0.00007581711, z: 0.00006135518, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: WpnL_A01
      parentName: WpnL_A00
      position: {x: -3.00937, y: -0.000005763839, z: 2.1515813}
      rotation: {x: -0.43056932, y: 0.7070792, z: 0.56090057, w: 0.006297093}
      scale: {x: 1.0000001, y: 1.0000001, z: 1}
    - name: WpnL_A02
      parentName: WpnL_A01
      position: {x: 0.000000074505806, y: 2.9093995, z: 0.00000044703484}
      rotation: {x: 0.0009056561, y: 0.000056009638, z: -0.0012026466, w: 0.99999887}
      scale: {x: 0.99999994, y: 1, z: 1}
    - name: WpnL_A03
      parentName: WpnL_A02
      position: {x: -0.0000002682209, y: 3.0167186, z: -0.000000037252903}
      rotation: {x: -0.43291837, y: 0.5646297, z: 0.5646296, w: 0.41829225}
      scale: {x: 0.9999998, y: 1, z: 1}
    - name: WpnL_C01
      parentName: WpnL_A03
      position: {x: -0.00000023941297, y: 1.0000019, z: 0.0000009904369}
      rotation: {x: 0.80302286, y: -0.020120943, z: -0.020120984, w: 0.5952685}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: WpnL_C02
      parentName: WpnL_C01
      position: {x: -0.000000059604645, y: 3.518658, z: 0.00000014901161}
      rotation: {x: -0.056004662, y: -0.7720085, z: 0.11631489, w: 0.6223642}
      scale: {x: 1, y: 0.9999999, z: 0.9999999}
    - name: WpnL_C03
      parentName: WpnL_C02
      position: {x: 0.00000047683716, y: 2.3241565, z: 0.00000035762787}
      rotation: {x: -0.44389686, y: 0.70672786, z: 0.5504134, w: -0.023159683}
      scale: {x: 1, y: 1.0000001, z: 0.99999994}
    - name: WpnL_D01
      parentName: WpnL_A00
      position: {x: -3.00937, y: -0.0000052870014, z: 2.1515803}
      rotation: {x: -0.4306732, y: 0.7070803, z: 0.5608208, w: 0.006166071}
      scale: {x: 1.0000001, y: 1, z: 1}
    - name: WpnL_D02
      parentName: WpnL_D01
      position: {x: -0.00000012665987, y: 2.9093993, z: 0.000000059604645}
      rotation: {x: 0.0009057476, y: -0.00026392483, z: -0.0012026331, w: 0.99999887}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: WpnL_D03
      parentName: WpnL_D02
      position: {x: 0.0000006109476, y: 3.016723, z: -0.0000004246831}
      rotation: {x: -0.43136963, y: 0.70706815, z: 0.56028557, w: -0.0074169384}
      scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
    - name: Glove_Pin
      parentName: Left elbow
      position: {x: 0.5546097, y: 2.0678446, z: 0.476446}
      rotation: {x: 0.70022947, y: -0.49999982, z: -0.09840553, w: 0.4999952}
      scale: {x: 0.9999998, y: 0.99999964, z: 0.9999999}
    - name: zArmTwist_L
      parentName: Left arm
      position: {x: -0.0000031199306, y: 1.2670388, z: 0.0000040535815}
      rotation: {x: 0.70022917, y: -0.50000024, z: -0.09840711, w: 0.49999487}
      scale: {x: 1, y: 0.99999964, z: 0.99999976}
    - name: Right shoulder
      parentName: Chest
      position: {x: 0.08320177, y: 1.2210444, z: 0.010275606}
      rotation: {x: -0.48229322, y: -0.4820941, z: -0.51716596, w: 0.51722133}
      scale: {x: 0.99999976, y: 0.9999997, z: 0.99999994}
    - name: Right arm
      parentName: Right shoulder
      position: {x: 0.0000000010186341, y: 1.1735183, z: -0.000000493509}
      rotation: {x: -0.026026279, y: -0.3170916, z: 0.008601576, w: 0.94799876}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: Right elbow
      parentName: Right arm
      position: {x: 0.0000005736947, y: 2.534209, z: 0.0000005001202}
      rotation: {x: -0.00000053831536, y: -0.00009348617, z: 0.00015432904, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: zHandTwist_R
      parentName: Right elbow
      position: {x: 0.00018876698, y: 1.1768938, z: 0.0000085849315}
      rotation: {x: 0.70028144, y: 0.49996847, z: 0.098325565, w: 0.49996954}
      scale: {x: 0.99999994, y: 1.0000001, z: 1.0000001}
    - name: Right wrist
      parentName: Right elbow
      position: {x: 0.00000025518239, y: 2.3537908, z: -0.00000042282045}
      rotation: {x: 0.70028216, y: 0.49996865, z: 0.09832634, w: 0.49996832}
      scale: {x: 0.99999994, y: 1.0000001, z: 1}
    - name: Thumb0_R
      parentName: Right wrist
      position: {x: 0.3326956, y: -0.0523798, z: 0.060105592}
      rotation: {x: 0.74431694, y: 0.64660907, z: 0.16511585, w: -0.025015194}
      scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
    - name: Thumb1_R
      parentName: Thumb0_R
      position: {x: 0.00000078976154, y: 0.41660163, z: -0.00000008940697}
      rotation: {x: -0.00005529821, y: 0.00003710389, z: -0.000052444637, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Thumb2_R
      parentName: Thumb1_R
      position: {x: 0.00000086426735, y: 0.30657247, z: 0.00000032782555}
      rotation: {x: 0.8598085, y: -0.0007084981, z: 0.5106076, w: -0.0029492124}
      scale: {x: 1.0000031, y: 1, z: 1.0000023}
    - name: IndexFinger1_R
      parentName: Right wrist
      position: {x: 0.8783917, y: -0.03481854, z: -0.28275207}
      rotation: {x: 0.70024896, y: 0.5000005, z: 0.09839135, w: -0.4999701}
      scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
    - name: IndexFinger2_R
      parentName: IndexFinger1_R
      position: {x: -0.00000029802322, y: 0.3300162, z: 0.0000007301569}
      rotation: {x: -0.000008583593, y: -0.00001063943, z: 0.000006458814, w: 1}
      scale: {x: 0.99999994, y: 0.9999999, z: 0.99999994}
    - name: IndexFinger3_R
      parentName: IndexFinger2_R
      position: {x: -0.000000029802322, y: 0.24415569, z: 0.0000003874302}
      rotation: {x: 0.70025694, y: 0.50000036, z: 0.09838413, w: 0.49996048}
      scale: {x: 1, y: 0.9999998, z: 0.99999994}
    - name: MiddleFinger1_R
      parentName: Right wrist
      position: {x: 0.7733718, y: -0.023068307, z: -0.4601516}
      rotation: {x: 0.70119697, y: 0.49987733, z: 0.09752301, w: -0.4989336}
      scale: {x: 1, y: 0.9999998, z: 0.99999994}
    - name: MiddleFinger2_R
      parentName: MiddleFinger1_R
      position: {x: 0.0000001937151, y: 0.3701443, z: 0.00000055134296}
      rotation: {x: 0.00078752416, y: 0.0011702644, z: -0.000899658, w: 0.9999986}
      scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
    - name: MiddleFinger3_R
      parentName: MiddleFinger2_R
      position: {x: 0.00000016391277, y: 0.2739613, z: 0.0000018849969}
      rotation: {x: 0.7002387, y: 0.50000054, z: 0.09839778, w: 0.49998322}
      scale: {x: 1, y: 1, z: 1}
    - name: RingFinger1_R
      parentName: Right wrist
      position: {x: 0.64074945, y: -0.025589317, z: -0.5980109}
      rotation: {x: 0.70026094, y: 0.5000004, z: 0.098382525, w: -0.4999552}
      scale: {x: 1.0000001, y: 1, z: 1.0000001}
    - name: RingFinger2_R
      parentName: RingFinger1_R
      position: {x: -0.00000010430813, y: 0.32369053, z: 0.0000013634562}
      rotation: {x: 0.000018550547, y: 0.000023063272, z: -0.0000139047825, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: RingFinger3_R
      parentName: RingFinger2_R
      position: {x: -0.00000043213367, y: 0.24181247, z: 0.00000078976154}
      rotation: {x: 0.7002416, y: 0.50000036, z: 0.09839557, w: 0.4999796}
      scale: {x: 1, y: 1, z: 1}
    - name: LittleFinger1_R
      parentName: Right wrist
      position: {x: 0.4900993, y: -0.02715926, z: -0.7071159}
      rotation: {x: -0.70022446, y: -0.49999988, z: -0.09840926, w: 0.50000143}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: LittleFinger2_R
      parentName: LittleFinger1_R
      position: {x: -0.0000010579824, y: 0.28862342, z: 0.0000003874302}
      rotation: {x: 0.00005950767, y: -0.00000010803341, z: 0.00007872729, w: 1}
      scale: {x: 1, y: 1.0000001, z: 1.0000001}
    - name: LittleFinger3_R
      parentName: LittleFinger2_R
      position: {x: 0.000000044703484, y: 0.18377712, z: 0.000000044703484}
      rotation: {x: 0.70023346, y: 0.49995056, z: 0.09833929, w: 0.5000519}
      scale: {x: 0.99999994, y: 0.99999994, z: 1}
    - name: Right_Hand_Item
      parentName: Right wrist
      position: {x: 0.64454806, y: -0.29444742, z: -0.50596565}
      rotation: {x: -0.00018132648, y: 0.000072490424, z: 0.00022734205, w: 0.99999994}
      scale: {x: 0.99999994, y: 0.99999994, z: 1}
    - name: Weapon_A01_R
      parentName: Right_Hand_Item
      position: {x: 0.88774943, y: -0.098972395, z: 1.1476363}
      rotation: {x: 0.34178498, y: 0.69890594, z: 0.61804605, w: 0.11283948}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: Weapon_A02_R
      parentName: Weapon_A01_R
      position: {x: -0.0000012516975, y: 2.1090207, z: -0.00000029802322}
      rotation: {x: 0.10346249, y: 0.021156188, z: 0.13979393, w: 0.98453325}
      scale: {x: 1, y: 0.99999994, z: 1}
    - name: Weapon_A03_R
      parentName: Weapon_A02_R
      position: {x: 0.0000006556511, y: 2.2143898, z: 0.00000011920929}
      rotation: {x: -0.0039041913, y: 0.4447768, z: -0.023945903, w: 0.8953128}
      scale: {x: 1, y: 0.9999999, z: 1}
    - name: Weapon_A04_R
      parentName: Weapon_A03_R
      position: {x: 0.0000002789311, y: 1.8525053, z: 0.00000053970143}
      rotation: {x: 0.00000038472032, y: -0.0014359972, z: -0.0000004351582, w: 0.999999}
      scale: {x: 1, y: 1, z: 1}
    - name: Weapon_A05_R
      parentName: Weapon_A04_R
      position: {x: 0.0000003655441, y: 1.8525028, z: -0.00000009872019}
      rotation: {x: 0.123031504, y: 0.6964591, z: 0.6962733, w: -0.12252118}
      scale: {x: 1, y: 1.0000001, z: 0.99999994}
    - name: Weapon_C01_R
      parentName: Weapon_A05_R
      position: {x: -0.0000005605275, y: 1, z: 0.00000019302917}
      rotation: {x: 0.7755927, y: -0.16425811, z: -0.16425793, w: 0.5869368}
      scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994}
    - name: Weapon_C02_R
      parentName: Weapon_C01_R
      position: {x: -0.000000059604645, y: 3.2923648, z: -0.0000009536743}
      rotation: {x: -0.19190669, y: 0.90312105, z: -0.07877593, w: 0.37595034}
      scale: {x: 1, y: 0.9999999, z: 1}
    - name: Weapon_C03_R
      parentName: Weapon_C02_R
      position: {x: 0.00000059604645, y: 2.1728582, z: -0.00000023841858}
      rotation: {x: 0.35694104, y: 0.70210075, z: 0.6106279, w: -0.08234806}
      scale: {x: 1.0000001, y: 0.99999994, z: 1.0000001}
    - name: Weapon_B01_R
      parentName: Right_Hand_Item
      position: {x: -1.1445374, y: 0.0017704732, z: -1.2991459}
      rotation: {x: 0.69652665, y: 0.51613176, z: 0.12184687, w: -0.4833343}
      scale: {x: 1, y: 1.0000001, z: 0.99999994}
    - name: Weapon_B02_R
      parentName: Weapon_B01_R
      position: {x: -0.00000011920929, y: 0.9252132, z: -0.00000035762787}
      rotation: {x: 0.6965261, y: 0.5161317, z: 0.12184598, w: 0.48333532}
      scale: {x: 0.9999999, y: 1, z: 1.0000001}
    - name: Weapon_D01_R
      parentName: Right_Hand_Item
      position: {x: 0.8877481, y: -0.099017456, z: 1.1476376}
      rotation: {x: 0.34179938, y: 0.6989062, z: 0.6180346, w: 0.11285694}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: Weapon_D02_R
      parentName: Weapon_D01_R
      position: {x: -0.00000059604645, y: 2.109024, z: -0.0000004172325}
      rotation: {x: 0.103465274, y: 0.02116502, z: 0.1397919, w: 0.984533}
      scale: {x: 1, y: 0.99999994, z: 1}
    - name: Weapon_D03_R
      parentName: Weapon_D02_R
      position: {x: -0.000000074505806, y: 2.2143874, z: -0.00000062584877}
      rotation: {x: -0.003809692, y: 0.4484232, z: -0.023961604, w: 0.893492}
      scale: {x: 1.0000001, y: 1, z: 0.99999994}
    - name: Weapon_D04_R
      parentName: Weapon_D03_R
      position: {x: -0.00000029383227, y: 1.8525059, z: -0.0000009306241}
      rotation: {x: 0.0000015771393, y: -0.0038611079, z: -0.00000024817294, w: 0.99999255}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: Weapon_D05_R
      parentName: Weapon_D04_R
      position: {x: 0.00000020861626, y: 1.8525027, z: 0.00000006100163}
      rotation: {x: 0.12182057, y: 0.6294648, z: 0.6965375, w: 0.3221325}
      scale: {x: 0.99999994, y: 0.9999996, z: 0.9999998}
    - name: zArmTwist_R
      parentName: Right arm
      position: {x: 0.00016691815, y: 1.2671013, z: -0.000019504689}
      rotation: {x: 0.70019567, y: 0.5000298, z: 0.09846871, w: 0.5000002}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: Collar_Root
      parentName: Chest
      position: {x: 0.0000016000001, y: -0.00000010756719, z: -0.00000002980285}
      rotation: {x: -0.48156828, y: -0.48271593, z: -0.51783335, w: 0.51664877}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: CollarBack_C01
      parentName: Collar_Root
      position: {x: -0.8147496, y: 0.000008784293, z: 1.4607447}
      rotation: {x: -0.46912614, y: -0.47019747, z: 0.52913624, w: 0.52806246}
      scale: {x: 0.99999994, y: 0.9999998, z: 0.9999999}
    - name: CollarBack_C02
      parentName: CollarBack_C01
      position: {x: -3.3469405e-10, y: 0.7030693, z: 0.000000037855642}
      rotation: {x: -0.058959827, y: -0.00009045389, z: 0.00009042142, w: 0.9982604}
      scale: {x: 0.99999994, y: 1, z: 1}
    - name: CollarBack_L01
      parentName: Collar_Root
      position: {x: -0.69352543, y: -0.86293215, z: 1.4263525}
      rotation: {x: -0.42191765, y: -0.42287794, z: 0.5437584, w: 0.5894799}
      scale: {x: 0.99999994, y: 0.9999999, z: 1}
    - name: CollarBack_L02
      parentName: CollarBack_L01
      position: {x: 0.00000009685755, y: 0.70051825, z: 0.00000052526593}
      rotation: {x: -0.14421661, y: -0.023531284, z: 0.023531254, w: 0.98898643}
      scale: {x: 1, y: 1.0000002, z: 1.0000001}
    - name: CollarBack_R01
      parentName: Collar_Root
      position: {x: -0.6935252, y: 0.8629485, z: 1.4263402}
      rotation: {x: -0.42187926, y: -0.42283738, z: 0.5901998, w: 0.5430384}
      scale: {x: 1, y: 1.0000001, z: 1.0000001}
    - name: CollarBack_R02
      parentName: CollarBack_R01
      position: {x: 0.000000040978193, y: 0.7005139, z: 0.00000035762787}
      rotation: {x: -0.14430933, y: 0.022910032, z: -0.022910058, w: 0.9890021}
      scale: {x: 1, y: 0.9999999, z: 0.99999994}
    - name: CollarFront_L
      parentName: Collar_Root
      position: {x: 0.4706377, y: -0.3770163, z: 1.1754286}
      rotation: {x: 0.61775947, y: 0.6191864, z: -0.343183, w: -0.34235495}
      scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
    - name: CollarFront_R
      parentName: Collar_Root
      position: {x: 0.47063684, y: 0.37680596, z: 1.1754237}
      rotation: {x: 0.6177594, y: 0.61918634, z: -0.343183, w: -0.3423551}
      scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001}
    - name: CollarSide_L
      parentName: Collar_Root
      position: {x: -0.16290273, y: -0.4658885, z: 1.8665045}
      rotation: {x: -0.000022211096, y: -0.00002293846, z: 0.99999934, w: -0.0011671347}
      scale: {x: 1.0000027, y: 1, z: 1}
    - name: CollarSide_R
      parentName: Collar_Root
      position: {x: -0.16508147, y: 0.46529853, z: 1.8664618}
      rotation: {x: -0.000022904225, y: -0.00002234122, z: 0.0011662715, w: 0.99999934}
      scale: {x: 0.99999994, y: 1, z: 1}
    - name: Neck
      parentName: Chest
      position: {x: -1.1901591e-13, y: 1.6188333, z: -0.000000005588163}
      rotation: {x: 0.035076704, y: 0.0000016158233, z: 0.000001708601, w: 0.99938464}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: Head
      parentName: Neck
      position: {x: -8.526513e-14, y: 0.90737057, z: -0.0000000015175244}
      rotation: {x: -0.000000018686404, y: -0.0000013224982, z: -0.000001322498, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: CheekLine_L
      parentName: Head
      position: {x: -0.56127673, y: -0.18589973, z: 0.9007557}
      rotation: {x: -0.4991852, y: 0.50081354, z: 0.49918061, w: 0.5008181}
      scale: {x: 1, y: 1, z: 1}
    - name: CheekLine_R
      parentName: Head
      position: {x: 0.5616025, y: -0.18589878, z: 0.90075195}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Cheek_L
      parentName: Head
      position: {x: -0.7111332, y: 0.1557827, z: 0.85291135}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Cheek_R
      parentName: Head
      position: {x: 0.7112013, y: 0.15578556, z: 0.85291135}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: FaceDetail01
      parentName: Head
      position: {x: 0.00001274455, y: 0.6117687, z: 1.060505}
      rotation: {x: -5.2041713e-18, y: -5.206672e-12, z: -5.3203587e-12, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: FaceDetail02
      parentName: Head
      position: {x: 0.089455545, y: 0.6297083, z: 1.0155226}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: FaceDetail03
      parentName: Head
      position: {x: -0.08933567, y: 0.6297083, z: 1.0155225}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: FaceDetail04
      parentName: Head
      position: {x: 0.29764304, y: 0.44845486, z: 0.77646315}
      rotation: {x: 0.0000003486827, y: 1.1368682e-13, z: 4.3375606e-20, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: FaceDetail05
      parentName: Head
      position: {x: 0.56081, y: 0.48536873, z: 0.6747799}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: FaceDetail06
      parentName: Head
      position: {x: -0.2976402, y: 0.44845486, z: 0.7764629}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: FaceDetail07
      parentName: Head
      position: {x: -0.56080765, y: 0.48536777, z: 0.6747812}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: FaceDetail08
      parentName: Head
      position: {x: 0.00013306376, y: -0.30472183, z: 0.8293066}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Hair03a
      parentName: Head
      position: {x: 0.60239094, y: 1.5062075, z: 1.2183363}
      rotation: {x: 0.9963484, y: 0.05133032, z: 0.051334184, w: -0.04494396}
      scale: {x: 0.99999946, y: 0.99999994, z: 0.9999998}
    - name: Hair03b
      parentName: Hair03a
      position: {x: -0.00000014901161, y: 0.4982143, z: -0.00000009685755}
      rotation: {x: -0.029398983, y: 0.06557327, z: -0.0749412, w: 0.9945952}
      scale: {x: 1, y: 1.0000001, z: 1.0000001}
    - name: Hair04a
      parentName: Head
      position: {x: 0.86369795, y: 1.501544, z: 1.0328771}
      rotation: {x: 0.96722054, y: 0.14329873, z: 0.14329806, w: -0.15302156}
      scale: {x: 1.0000002, y: 1, z: 1.0000002}
    - name: Hair04b
      parentName: Hair04a
      position: {x: 0.00000059604645, y: 0.5585611, z: -0.00000017881393}
      rotation: {x: 0.19733527, y: 0.0012174129, z: 0.067786604, w: 0.9779889}
      scale: {x: 0.9999999, y: 0.9999998, z: 0.99999994}
    - name: Hair04c
      parentName: Hair04b
      position: {x: 0.0000001937151, y: 0.6147007, z: 0.00000014901161}
      rotation: {x: 0.16178836, y: 0.06367, z: -0.08349945, w: 0.981223}
      scale: {x: 0.9999999, y: 1, z: 1}
    - name: Hair08a
      parentName: Head
      position: {x: -0.44795066, y: 1.5480318, z: 1.3035433}
      rotation: {x: 0.9175858, y: -0.24647833, z: -0.24647853, w: -0.19113618}
      scale: {x: 0.9999999, y: 1, z: 1}
    - name: Hair08b
      parentName: Hair08a
      position: {x: -0.0000005364418, y: 0.55390406, z: 0.00000011920929}
      rotation: {x: 0.17411202, y: 0.016844679, z: -0.14385827, w: 0.9740155}
      scale: {x: 1.0000001, y: 1, z: 1.0000001}
    - name: Hair08c
      parentName: Hair08b
      position: {x: -0.00000017881393, y: 0.67382824, z: 0.000000014901161}
      rotation: {x: 0.057364833, y: -0.0007543072, z: -0.031995587, w: 0.99784017}
      scale: {x: 0.99999994, y: 0.9999999, z: 1}
    - name: Hair08d
      parentName: Hair08c
      position: {x: -0.0000001937151, y: 0.5784581, z: -0.00000081956387}
      rotation: {x: 0.030242184, y: -0.05674762, z: 0.14838597, w: 0.98683673}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: Hair08c01
      parentName: Hair08b
      position: {x: -0.10728866, y: 0.568379, z: -0.14288068}
      rotation: {x: 0.27227435, y: -0.12381033, z: 0.14186502, w: 0.94361645}
      scale: {x: 1, y: 0.9999998, z: 0.99999994}
    - name: Hair08c02
      parentName: Hair08b
      position: {x: -0.17368546, y: 0.43255058, z: 0.2232613}
      rotation: {x: 0.27227426, y: -0.12381031, z: 0.141865, w: 0.94361645}
      scale: {x: 0.99999994, y: 1, z: 0.9999999}
    - name: Hair10a
      parentName: Head
      position: {x: 1.0378046, y: 0.86142445, z: 0.4361436}
      rotation: {x: 0.9976837, y: -0.048060562, z: -0.048060637, w: -0.0027661314}
      scale: {x: 0.9999945, y: 0.9999999, z: 1}
    - name: Hair10b
      parentName: Hair10a
      position: {x: -0.000000022351742, y: 0.5374892, z: -0.000000007450581}
      rotation: {x: 0.0045203464, y: 0.03751267, z: -0.038158208, w: 0.99855715}
      scale: {x: 0.9999999, y: 1, z: 1.0000001}
    - name: Hair10c
      parentName: Hair10b
      position: {x: 0.00000007264316, y: 0.49634582, z: 0.0000000018626451}
      rotation: {x: -0.007303042, y: 0.010242937, z: -0.010242794, w: 0.99986845}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: Hair11a
      parentName: Head
      position: {x: -0.99157006, y: 0.86498165, z: 0.3069578}
      rotation: {x: 0.9959592, y: 0.0602297, z: 0.06022728, w: 0.028467733}
      scale: {x: 1.0000004, y: 1.0000001, z: 1.0000001}
    - name: Hair11b
      parentName: Hair11a
      position: {x: -0.0000001937151, y: 0.6255103, z: 0.000000007450581}
      rotation: {x: 0.007805649, y: -0.05565147, z: 0.05347633, w: 0.9969866}
      scale: {x: 1, y: 1, z: 1}
    - name: Hair11c
      parentName: Hair11b
      position: {x: -0.00000001071021, y: 0.57245463, z: -0.000000056810677}
      rotation: {x: 0.020738384, y: -0.0056709456, z: 0.0056709503, w: 0.99975276}
      scale: {x: 0.99999994, y: 1, z: 0.99999994}
    - name: Hair12a
      parentName: Head
      position: {x: 0.9303369, y: 1.8806238, z: 0.4687078}
      rotation: {x: 0.9101639, y: 0.27455345, z: 0.274553, w: -0.14437069}
      scale: {x: 1.0000005, y: 1.0000002, z: 1}
    - name: Hair12b
      parentName: Hair12a
      position: {x: -0.0000007301569, y: 0.58681554, z: -0.0000011622906}
      rotation: {x: -0.075461425, y: -0.13119638, z: 0.12655514, w: 0.9803453}
      scale: {x: 0.9999998, y: 1, z: 1}
    - name: Hair12c
      parentName: Hair12b
      position: {x: 0.00000032037497, y: 0.5110882, z: -0.00000017881393}
      rotation: {x: -0.061425578, y: -0.06075497, z: 0.04967289, w: 0.99502176}
      scale: {x: 0.9999999, y: 0.9999999, z: 0.9999998}
    - name: Hair01_B
      parentName: Head
      position: {x: -0.000016261973, y: 0.40616417, z: -1.2666545}
      rotation: {x: 1, y: -0.000009564655, z: -0.000004724661, w: -0.0001382391}
      scale: {x: 1, y: 1, z: 1}
    - name: Hair02_B
      parentName: Hair01_B
      position: {x: 3.5470293e-11, y: 0.5622128, z: 0.00000009387254}
      rotation: {x: -0.0001382492, y: 0.0000047246604, z: -0.000009564656, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Hair01_BL
      parentName: Head
      position: {x: -0.8000136, y: 0.4069376, z: -0.98424846}
      rotation: {x: 0.9952531, y: -0.06863868, z: -0.06863829, w: 0.006991111}
      scale: {x: 1.0000036, y: 1.0000001, z: 1.0000001}
    - name: Hair02_BL
      parentName: Hair01_BL
      position: {x: -0.00000017881393, y: 0.54841846, z: -0.000000014901161}
      rotation: {x: 0.0069911606, y: 0.068638586, z: -0.068638295, w: 0.9952531}
      scale: {x: 0.9999999, y: 0.9999998, z: 1}
    - name: Hair01_BR
      parentName: Head
      position: {x: 0.7999863, y: 0.40719128, z: -0.9838852}
      rotation: {x: 0.9952903, y: 0.06838031, z: 0.0683806, w: 0.0067446455}
      scale: {x: 0.99999774, y: 0.9999999, z: 1}
    - name: Hair02_BR
      parentName: Hair01_BR
      position: {x: -0.000000014901161, y: 0.54846984, z: -0.00000008568168}
      rotation: {x: 0.006744555, y: -0.06838043, z: 0.06838054, w: 0.9952903}
      scale: {x: 0.9999998, y: 0.9999999, z: 0.99999994}
    - name: Hair_Side01_L
      parentName: Head
      position: {x: -1.2000046, y: 0.36528873, z: -0.048257187}
      rotation: {x: 0.9933516, y: -0.08107176, z: -0.08111144, w: -0.010048845}
      scale: {x: 0.9999934, y: 0.9999999, z: 1.0000001}
    - name: Hair_Side02_L
      parentName: Hair_Side01_L
      position: {x: -0.0000002635643, y: 0.5138686, z: -0.00000009685755}
      rotation: {x: -0.010046331, y: 0.08108515, z: -0.08108562, w: 0.99335265}
      scale: {x: 1, y: 0.99999994, z: 0.9999999}
    - name: Hair_Side01_R
      parentName: Head
      position: {x: 1.2000012, y: 0.36533165, z: -0.04825799}
      rotation: {x: 0.9944406, y: 0.07445686, z: 0.074457005, w: 0.0005011777}
      scale: {x: 0.999998, y: 1, z: 1}
    - name: Hair_Side02_R
      parentName: Hair_Side01_R
      position: {x: -0.00000012572855, y: 0.51247305, z: 0.000000044703484}
      rotation: {x: 0.0005011597, y: -0.074456915, z: 0.07445709, w: 0.99444056}
      scale: {x: 1, y: 0.99999994, z: 1.0000001}
    - name: Hair_Front_01
      parentName: Head
      position: {x: 0.21539961, y: 1.5386362, z: 1.4689118}
      rotation: {x: 0.99293184, y: -0.083885126, z: -0.08388534, w: -0.003603915}
      scale: {x: 0.99999654, y: 0.9999998, z: 1.0000001}
    - name: Hair_Front_02
      parentName: Hair_Front_01
      position: {x: 0.00000025331974, y: 0.5521798, z: -0.00000012852252}
      rotation: {x: 0.0060721315, y: -0.0147552965, z: 0.013833143, w: 0.999777}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: Jaw
      parentName: Head
      position: {x: 0.0000024832805, y: 0.0066108704, z: 0.1870312}
      rotation: {x: 0.86052394, y: -0.000003087717, z: -0.0000030877181, w: 0.50940996}
      scale: {x: 1, y: 1, z: 0.9999998}
    - name: MouthDown
      parentName: Jaw
      position: {x: -0.00000049562027, y: 1.020719, z: -0.3216837}
      rotation: {x: -0.86052394, y: 0.00000308771, z: 0.0000030877188, w: 0.50940996}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: MouthDownIn_L
      parentName: Jaw
      position: {x: -0.068257295, y: 1.0055292, z: -0.316085}
      rotation: {x: -0.860524, y: 0.0000030858341, z: 0.0000030866013, w: 0.5094099}
      scale: {x: 1, y: 1, z: 1}
    - name: MouthDownIn_R
      parentName: Jaw
      position: {x: 0.06825551, y: 1.0055287, z: -0.31608602}
      rotation: {x: -0.860524, y: 0.0000030858341, z: 0.0000030866013, w: 0.5094099}
      scale: {x: 1, y: 1, z: 1}
    - name: MouthDownOut_L
      parentName: Jaw
      position: {x: -0.13779896, y: 0.9573348, z: -0.30922684}
      rotation: {x: -0.86052394, y: 0.0000031233408, z: 0.0000031088025, w: 0.50940996}
      scale: {x: 1, y: 1, z: 1.0000002}
    - name: MouthDownOut_R
      parentName: Jaw
      position: {x: 0.13759863, y: 0.9573341, z: -0.3092291}
      rotation: {x: -0.8605239, y: 0.0000031233403, z: 0.000003108802, w: 0.5094101}
      scale: {x: 1, y: 1, z: 1}
    - name: MouthDownSide_L
      parentName: Jaw
      position: {x: -0.19711106, y: 0.9137595, z: -0.29991043}
      rotation: {x: -0.86052394, y: 0.0000030482872, z: 0.0000030643735, w: 0.50940996}
      scale: {x: 1, y: 1, z: 1.0000001}
    - name: MouthDownSide_R
      parentName: Jaw
      position: {x: 0.19679937, y: 0.9137585, z: -0.29991364}
      rotation: {x: -0.86052394, y: 0.0000030482872, z: 0.0000030643735, w: 0.50940996}
      scale: {x: 1, y: 1, z: 1.0000001}
    - name: TeethLow
      parentName: Jaw
      position: {x: 0.00000088589695, y: 0.793133, z: -0.061685026}
      rotation: {x: -0.86052394, y: 0.000004457646, z: 0.0000027366032, w: 0.50940996}
      scale: {x: 1, y: 1, z: 1}
    - name: TeethLow_Tip
      parentName: TeethLow
      position: {x: -4.73932e-12, y: -0.0000016697236, z: 0.00000083452534}
      rotation: {x: -1.9942147e-12, y: -1.8394123e-12, z: 5.4800695e-13, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Tongue1
      parentName: Jaw
      position: {x: 0.0002410556, y: 0.5427949, z: 0.055117544}
      rotation: {x: -0.860524, y: 0.0000030877377, z: 0.0000030877284, w: 0.5094099}
      scale: {x: 1, y: 1, z: 1}
    - name: Era_L
      parentName: Jaw
      position: {x: -0.5643569, y: 0.2310957, z: 0.09806978}
      rotation: {x: -0.860524, y: 0.0000030483275, z: 0.0000030643985, w: 0.5094099}
      scale: {x: 1, y: 1, z: 1}
    - name: Era_R
      parentName: Jaw
      position: {x: 0.56399894, y: 0.29486713, z: 0.06306918}
      rotation: {x: -0.8605239, y: 0.0000030482884, z: 0.0000030643737, w: 0.5094101}
      scale: {x: 1, y: 1, z: 1}
    - name: Ago_End
      parentName: Jaw
      position: {x: 1.5916157e-11, y: 1.0509048, z: -0.0000002980076}
      rotation: {x: -0.86052394, y: 0.0000030877097, z: 0.0000030877184, w: 0.50940996}
      scale: {x: 1, y: 1, z: 1}
    - name: MouthCorner_L
      parentName: Head
      position: {x: -0.20381606, y: -0.1569891, z: 1.0915042}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: MouthCorner_R
      parentName: Head
      position: {x: 0.20400156, y: -0.1569891, z: 1.091503}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: MouthUp
      parentName: Head
      position: {x: 0.0000017427492, y: -0.11656284, z: 1.2835256}
      rotation: {x: -5.2041717e-18, y: -5.871784e-12, z: -5.98547e-12, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: MouthUpIn_L
      parentName: Head
      position: {x: -0.069186285, y: -0.12100124, z: 1.2536794}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: MouthUpIn_R
      parentName: Head
      position: {x: 0.069188915, y: -0.12100124, z: 1.2536784}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: MouthUpOut_L
      parentName: Head
      position: {x: -0.13887033, y: -0.13161087, z: 1.2107321}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: MouthUpOut_R
      parentName: Head
      position: {x: 0.13887368, y: -0.13161087, z: 1.210732}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: MouthUpSide_L
      parentName: Head
      position: {x: -0.188708, y: -0.14386368, z: 1.1428226}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: MouthUpSide_R
      parentName: Head
      position: {x: 0.18880162, y: -0.14386368, z: 1.1428224}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: TeethUp
      parentName: Head
      position: {x: 0.0000013709675, y: 0.0040187836, z: 0.91174257}
      rotation: {x: 0.0000003486789, y: -6.2043122e-12, z: -5.9854725e-12, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: TeethUp_Tip
      parentName: TeethUp
      position: {x: -1.4527008e-13, y: 0.0000034785016, z: 0.00000008764255}
      rotation: {x: -0.0000003464522, y: 0.00000050000665, z: 0.0000005000059, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Mayu_Lin
      parentName: Head
      position: {x: -0.17038763, y: 0.7429266, z: 1.2875928}
      rotation: {x: -1.8996775e-13, y: 0.0000004358488, z: 0.00000043584868, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Mayu_Lmid
      parentName: Head
      position: {x: -0.5063267, y: 0.83983326, z: 1.2211887}
      rotation: {x: 0.00000069735734, y: 0.00000069735836, z: 0.00000069735836, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Mayu_Lout
      parentName: Head
      position: {x: -0.8381032, y: 0.8432741, z: 1.0784084}
      rotation: {x: 0.00000069735677, y: 0.0000010460377, z: 0.0000010460376, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Mayu_Rin
      parentName: Head
      position: {x: 0.17040119, y: 0.74293613, z: 1.287593}
      rotation: {x: 0.0000006973577, y: 0.00000043584902, z: 0.00000043584896, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Mayu_Rmid
      parentName: Head
      position: {x: 0.50640136, y: 0.839839, z: 1.22119}
      rotation: {x: 0.00000069735734, y: 0.00000069735836, z: 0.00000069735836, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Mayu_Rout
      parentName: Head
      position: {x: 0.8384009, y: 0.8432684, z: 1.0784085}
      rotation: {x: 0.00000069735773, y: 0.00000034867924, z: 0.00000034867918, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: NoseBase
      parentName: Head
      position: {x: 0.0000021826695, y: 0.04114151, z: 1.3980745}
      rotation: {x: -5.2041713e-18, y: -5.871784e-12, z: -5.3204177e-12, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: NoseHeight
      parentName: NoseBase
      position: {x: 0.00000009707319, y: 0.13251877, z: 0.097072124}
      rotation: {x: -0.44904667, y: 0.00000029885433, z: 0.0000002988588, w: 0.8935083}
      scale: {x: 1, y: 1, z: 1}
    - name: NoseLineH_R
      parentName: NoseHeight
      position: {x: 4.405365e-13, y: 0.05465722, z: -0.0000003576278}
      rotation: {x: 0.4490474, y: -0.00000029885499, z: -0.00000029886127, w: 0.89350796}
      scale: {x: 1, y: 1, z: 0.9999999}
    - name: NoseLineB_R
      parentName: NoseBase
      position: {x: -0.000000041322956, y: 0.008950233, z: -0.041322347}
      rotation: {x: 0.0000020920968, y: -1.4964555e-12, z: -2.2030134e-12, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: NoseLineT_R
      parentName: NoseBase
      position: {x: -0.00000010268964, y: 0.3045187, z: -0.10268855}
      rotation: {x: 0.0000013947313, y: -1.5172364e-12, z: -2.2030134e-12, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Root_EyeAll
      parentName: Head
      position: {x: -5.294456e-12, y: 0.16312122, z: -0.00000079157326}
      rotation: {x: 0.00000003274684, y: -5.2067317e-12, z: -5.3701557e-12, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Root_Eye_L
      parentName: Root_EyeAll
      position: {x: -0.43808883, y: 0.473651, z: 0.7653887}
      rotation: {x: -0.00000034867892, y: 5.3204147e-12, z: -2.438749e-18, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidDownIn_L
      parentName: Root_Eye_L
      position: {x: 0.12340662, y: -0.25580284, z: 0.3259382}
      rotation: {x: 0.0000010460365, y: 0.00000052301857, z: 0.0000005230189, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidDownMid_L
      parentName: Root_Eye_L
      position: {x: -0.002166957, y: -0.30366582, z: 0.28325242}
      rotation: {x: 0.0000010460476, y: 0.00000069736586, z: 0.00000069736615, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidDownOut_L
      parentName: Root_Eye_L
      position: {x: -0.1635423, y: -0.24803223, z: 0.22092651}
      rotation: {x: 0.0000006101943, y: 0.00000069736564, z: 0.000000697366, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidIn_L
      parentName: Root_Eye_L
      position: {x: 0.17198735, y: -0.15589876, z: 0.32995373}
      rotation: {x: 0.0000010460362, y: 0.00000052301857, z: 0.0000005230188, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidOut_L
      parentName: Root_Eye_L
      position: {x: -0.294309, y: -0.024134241, z: 0.14523514}
      rotation: {x: 0.0000020920497, y: 0.00000034867554, z: 0.0000003486757, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidUpIn_L
      parentName: Root_Eye_L
      position: {x: 0.14973477, y: 0.018605497, z: 0.35197666}
      rotation: {x: 0.0000015690722, y: 0.00000052302477, z: 0.00000052302494, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidUpMid_L
      parentName: Root_Eye_L
      position: {x: -0.032449305, y: 0.056406304, z: 0.32185453}
      rotation: {x: 0.0000010460365, y: 0.00000052301857, z: 0.0000005230189, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidUpOut_L
      parentName: Root_Eye_L
      position: {x: -0.20474622, y: 0.050924648, z: 0.22172266}
      rotation: {x: 0.0000016562245, y: 0.00000034867927, z: 0.00000034867944, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Eye_L
      parentName: Root_Eye_L
      position: {x: 0.2513091, y: -0.09890951, z: -0.52933156}
      rotation: {x: 0.00000034867887, y: 3.2767776e-18, z: -4.33681e-19, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Root_Eye_R
      parentName: Root_EyeAll
      position: {x: 0.43840075, y: 0.473651, z: 0.76538783}
      rotation: {x: -0.00000034867892, y: 5.3204147e-12, z: -2.438749e-18, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidDownIN_R
      parentName: Root_Eye_R
      position: {x: -0.12399891, y: -0.25579807, z: 0.32593933}
      rotation: {x: 0.000005230183, y: -0.0000010460416, z: -0.0000010460423, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidDownMid_R
      parentName: Root_Eye_R
      position: {x: 0.0016010999, y: -0.30366582, z: 0.2832533}
      rotation: {x: 0.0000059276044, y: -0.000001046054, z: -0.0000010467354, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidDownOut_R
      parentName: Root_Eye_R
      position: {x: 0.16320094, y: -0.24803223, z: 0.22092776}
      rotation: {x: 0.0000051430698, y: -0.0000010460533, z: -0.0000010460537, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidIn_R
      parentName: Root_Eye_R
      position: {x: -0.17199901, y: -0.15589686, z: 0.32995486}
      rotation: {x: 0.00000592754, y: -0.0000010460423, z: -0.0000010460428, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidOut_R
      parentName: Root_Eye_R
      position: {x: 0.29359987, y: -0.02413138, z: 0.14523633}
      rotation: {x: 0.0000017433847, y: -0.0000031381137, z: -0.0000031381155, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidUpIn_R
      parentName: Root_Eye_R
      position: {x: -0.15039718, y: 0.018605497, z: 0.35197935}
      rotation: {x: 0.0000057532643, y: -0.0000010460539, z: -0.0000010460543, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidUpMid_R
      parentName: Root_Eye_R
      position: {x: 0.032001138, y: 0.05641012, z: 0.32185543}
      rotation: {x: 0.00000592754, y: -0.0000010460423, z: -0.0000010460428, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: EyelidUpOut_R
      parentName: Root_Eye_R
      position: {x: 0.20480189, y: 0.050924648, z: 0.22172308}
      rotation: {x: 0.0000061890496, y: -0.0000010460425, z: -0.000001046043, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Eye_R
      parentName: Root_Eye_R
      position: {x: -0.2520005, y: -0.09890951, z: -0.5296207}
      rotation: {x: -0.011136893, y: -0.0000010345873, z: -0.0000010345879, w: 0.999938}
      scale: {x: 1, y: 1, z: 1}
    - name: LeftEye
      parentName: Head
      position: {x: -0.24035875, y: 0.5352354, z: 0.39527318}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: RightEye
      parentName: Head
      position: {x: 0.24132977, y: 0.5352287, z: 0.39470008}
      rotation: {x: -5.2041704e-18, y: 1.1368685e-13, z: 3.3951467e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: WingUp_L
      parentName: Chest
      position: {x: -0.037891448, y: 0.30841094, z: 1.0661513}
      rotation: {x: 0.8886811, y: -0.31260034, z: -0.33534268, w: -0.008502158}
      scale: {x: 1, y: 1, z: 0.9999999}
    - name: WingMid_L
      parentName: WingUp_L
      position: {x: 0.0000014901161, y: 0.5073695, z: -0.00000014901161}
      rotation: {x: -0.010371009, y: 0.2785014, z: -0.25725916, w: 0.92528224}
      scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
    - name: WingEnd_L
      parentName: WingMid_L
      position: {x: -0.00000022351742, y: 0.67182237, z: 0.00000019744039}
      rotation: {x: 0.04199946, y: 0.1459884, z: -0.14052373, w: 0.978354}
      scale: {x: 0.9999998, y: 1, z: 0.99999994}
    - name: WingUp_R
      parentName: Chest
      position: {x: 0.05996061, y: 0.29554647, z: 1.0513712}
      rotation: {x: 0.91420174, y: 0.2762144, z: 0.2963093, w: 0.011904193}
      scale: {x: 1.0000004, y: 1.0000001, z: 1}
    - name: WingMid_R
      parentName: WingUp_R
      position: {x: 0.000000461936, y: 0.54368746, z: -0.00000044703484}
      rotation: {x: 0.050227266, y: -0.2391983, z: 0.24728511, w: 0.93760943}
      scale: {x: 0.9999999, y: 1, z: 0.99999994}
    - name: WingEnd_R
      parentName: WingMid_R
      position: {x: -0, y: 0.5879512, z: -0.000000014901161}
      rotation: {x: -0.0017316908, y: -0.12762557, z: 0.12925641, w: 0.9833624}
      scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
    - name: Body
      parentName: Ryuko Matoi(Clone)
      position: {x: -0, y: 0, z: 0}
      rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067}
      scale: {x: 1, y: 1, z: 1}
    armTwist: 0.5
    foreArmTwist: 0.5
    upperLegTwist: 0.5
    legTwist: 0.5
    armStretch: 0.05
    legStretch: 0.05
    feetSpacing: 0
    globalScale: 1
    rootMotionBoneName: 
    hasTranslationDoF: 0
    hasExtraRoot: 1
    skeletonHasParents: 1
  lastHumanDescriptionAvatarSource: {instanceID: 0}
  autoGenerateAvatarMappingIfUnspecified: 1
  animationType: 3
  humanoidOversampling: 1
  avatarSetup: 1
  additionalBone: 0
  userData: 
  assetBundleName: 
  assetBundleVariant: