summaryrefslogtreecommitdiff
path: root/VRCSDK3AvatarsQuestLegacy/Assets/Avatars/Changyu/changyu.fbx.meta
blob: 7ff8d4d6ae794b859342555c47f94da902b5fed9 (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
fileFormatVersion: 2
guid: 80c52a61b5a76dc4abc4d6726fd7e2ed
ModelImporter:
  serializedVersion: 23
  fileIDToRecycleName:
    100000: Armature
    100002: Body
    100004: Bone007
    100006: Bone008
    100008: Bone009
    100010: Bone010
    100012: Bone011
    100014: Bone012
    100016: Bone013
    100018: Bone014
    100020: Bone016
    100022: Bone017
    100024: Bone018
    100026: Bone036
    100028: Bone040
    100030: Bone044
    100032: Bone048
    100034: Bone054
    100036: Bone057
    100038: Bone058
    100040: Bone059
    100042: Bone060
    100044: Bone063
    100046: Bone067
    100048: //RootNode
    100050: Chest
    100052: Eye_L
    100054: Eye_R
    100056: Hair_0_1
    100058: Hair_1_1
    100060: Hair_2_1
    100062: Hair_3_1
    100064: Hair_4_1
    100066: Hair_5_1
    100068: Hair_6_1
    100070: Hair_7_1
    100072: Hair_8_1
    100074: Head
    100076: Hips
    100078: IndexFinger1_L
    100080: IndexFinger1_R
    100082: IndexFinger2_L
    100084: IndexFinger2_R
    100086: IndexFinger3_L
    100088: IndexFinger3_R
    100090: Left ankle
    100092: Left arm
    100094: Left elbow
    100096: Left knee
    100098: Left leg
    100100: Left shoulder
    100102: Left toe
    100104: Left wrist
    100106: LeftEye
    100108: LittleFinger1_L
    100110: LittleFinger1_R
    100112: LittleFinger2_L
    100114: LittleFinger2_R
    100116: LittleFinger3_L
    100118: LittleFinger3_R
    100120: MiddleFinger1_L
    100122: MiddleFinger1_R
    100124: MiddleFinger2_L
    100126: MiddleFinger2_R
    100128: MiddleFinger3_L
    100130: MiddleFinger3_R
    100132: Neck
    100134: Qian_0_1
    100136: Qian_1_1
    100138: Qian_2_1
    100140: Qian_3_1
    100142: Right ankle
    100144: Right arm
    100146: Right elbow
    100148: Right knee
    100150: Right leg
    100152: Right shoulder
    100154: Right toe
    100156: Right wrist
    100158: RightEye
    100160: RingFinger1_L
    100162: RingFinger1_R
    100164: RingFinger2_L
    100166: RingFinger2_R
    100168: RingFinger3_L
    100170: RingFinger3_R
    100172: She
    100174: Spine
    100176: Thumb0_L
    100178: Thumb0_R
    100180: Thumb1_L
    100182: Thumb1_R
    100184: Thumb2_L
    100186: Thumb2_R
    100188: zArmTwist_L
    100190: zArmTwist_R
    100192: zHandTwist_L
    100194: zHandTwist_R
    400000: Armature
    400002: Body
    400004: Bone007
    400006: Bone008
    400008: Bone009
    400010: Bone010
    400012: Bone011
    400014: Bone012
    400016: Bone013
    400018: Bone014
    400020: Bone016
    400022: Bone017
    400024: Bone018
    400026: Bone036
    400028: Bone040
    400030: Bone044
    400032: Bone048
    400034: Bone054
    400036: Bone057
    400038: Bone058
    400040: Bone059
    400042: Bone060
    400044: Bone063
    400046: Bone067
    400048: //RootNode
    400050: Chest
    400052: Eye_L
    400054: Eye_R
    400056: Hair_0_1
    400058: Hair_1_1
    400060: Hair_2_1
    400062: Hair_3_1
    400064: Hair_4_1
    400066: Hair_5_1
    400068: Hair_6_1
    400070: Hair_7_1
    400072: Hair_8_1
    400074: Head
    400076: Hips
    400078: IndexFinger1_L
    400080: IndexFinger1_R
    400082: IndexFinger2_L
    400084: IndexFinger2_R
    400086: IndexFinger3_L
    400088: IndexFinger3_R
    400090: Left ankle
    400092: Left arm
    400094: Left elbow
    400096: Left knee
    400098: Left leg
    400100: Left shoulder
    400102: Left toe
    400104: Left wrist
    400106: LeftEye
    400108: LittleFinger1_L
    400110: LittleFinger1_R
    400112: LittleFinger2_L
    400114: LittleFinger2_R
    400116: LittleFinger3_L
    400118: LittleFinger3_R
    400120: MiddleFinger1_L
    400122: MiddleFinger1_R
    400124: MiddleFinger2_L
    400126: MiddleFinger2_R
    400128: MiddleFinger3_L
    400130: MiddleFinger3_R
    400132: Neck
    400134: Qian_0_1
    400136: Qian_1_1
    400138: Qian_2_1
    400140: Qian_3_1
    400142: Right ankle
    400144: Right arm
    400146: Right elbow
    400148: Right knee
    400150: Right leg
    400152: Right shoulder
    400154: Right toe
    400156: Right wrist
    400158: RightEye
    400160: RingFinger1_L
    400162: RingFinger1_R
    400164: RingFinger2_L
    400166: RingFinger2_R
    400168: RingFinger3_L
    400170: RingFinger3_R
    400172: She
    400174: Spine
    400176: Thumb0_L
    400178: Thumb0_R
    400180: Thumb1_L
    400182: Thumb1_R
    400184: Thumb2_L
    400186: Thumb2_R
    400188: zArmTwist_L
    400190: zArmTwist_R
    400192: zHandTwist_L
    400194: zHandTwist_R
    2100000: ear
    2100002: cheek
    2100004: bizi
    2100006: bodyx2
    2100008: "\u8FAB\u5B50"
    2100010: AL niyuanx2
    2100012: "\u5708+"
    2100014: eye+
    2100016: eye++
    4300000: Body
    9500000: //RootNode
    13700000: Body
    2186277476908879412: ImportLogs
  externalObjects:
  - first:
      type: UnityEngine:Material
      assembly: UnityEngine.CoreModule
      name: AL niyuanx2
    second: {fileID: 2100000, guid: bbf11a8ec5676d44bb7d71c38920ddfe, type: 2}
  - first:
      type: UnityEngine:Material
      assembly: UnityEngine.CoreModule
      name: bizi
    second: {fileID: 2100000, guid: 4e3d71837aaf50d42a3022b67e548d2d, type: 2}
  - first:
      type: UnityEngine:Material
      assembly: UnityEngine.CoreModule
      name: bodyx2
    second: {fileID: 2100000, guid: 6f0b4803ca1cad748af07853028a3cb4, type: 2}
  - first:
      type: UnityEngine:Material
      assembly: UnityEngine.CoreModule
      name: cheek
    second: {fileID: 2100000, guid: db195731d333c5140a455a905a438854, type: 2}
  - first:
      type: UnityEngine:Material
      assembly: UnityEngine.CoreModule
      name: ear
    second: {fileID: 2100000, guid: 4e3d71837aaf50d42a3022b67e548d2d, type: 2}
  - first:
      type: UnityEngine:Material
      assembly: UnityEngine.CoreModule
      name: eye+
    second: {fileID: 2100000, guid: 7efb4258a61885848b4389535ee94dde, type: 2}
  - first:
      type: UnityEngine:Material
      assembly: UnityEngine.CoreModule
      name: eye++
    second: {fileID: 2100000, guid: 5958f1f10f790e040bcfc7af19973adc, type: 2}
  - first:
      type: UnityEngine:Material
      assembly: UnityEngine.CoreModule
      name: "\u5708+"
    second: {fileID: 2100000, guid: 37cc35601c8d9cd44a1adc3cb8885558, type: 2}
  - first:
      type: UnityEngine:Material
      assembly: UnityEngine.CoreModule
      name: "\u8FAB\u5B50"
    second: {fileID: 2100000, guid: be784eaea5b39b644ae6c262179a70b5, type: 2}
  materials:
    importMaterials: 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
    importVisibility: 1
    importBlendShapes: 1
    importCameras: 1
    importLights: 1
    swapUVChannels: 0
    generateSecondaryUV: 0
    useFileUnits: 1
    optimizeMeshForGPU: 1
    keepQuads: 0
    weldVertices: 1
    preserveHierarchy: 0
    indexFormat: 0
    secondaryUVAngleDistortion: 8
    secondaryUVAreaDistortion: 15.000001
    secondaryUVHardAngle: 88
    secondaryUVPackMargin: 4
    useFileScale: 1
    previousCalculatedGlobalScale: 1
    hasPreviousCalculatedGlobalScale: 1
  tangentSpace:
    normalSmoothAngle: 60
    normalImportMode: 0
    tangentImportMode: 3
    normalCalculationMode: 4
    legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1
    blendShapeNormalImportMode: 1
    normalSmoothingSource: 0
  importAnimation: 1
  copyAvatar: 0
  humanDescription:
    serializedVersion: 2
    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: changyu(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: changyu(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, y: -0.29851508, z: 11.635553}
      rotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: Right leg
      parentName: Hips
      position: {x: 0.87891126, y: -0.35103035, z: -0.18684536}
      rotation: {x: 0.99974495, y: 0.0011090703, z: 0.0011004896, w: -0.022528708}
      scale: {x: 0.9999997, y: 1.0000004, z: 0.9998304}
    - name: Right knee
      parentName: Right leg
      position: {x: 0.00000000896398, y: 5.061362, z: 0.00000000547152}
      rotation: {x: 0.012388298, y: -0.001183959, z: 0.0012668752, w: 0.99992174}
      scale: {x: 1, y: 1.0000011, z: 1.000001}
    - name: Right ankle
      parentName: Right knee
      position: {x: 0.000000006861228, y: 4.616957, z: -0.000000006373739}
      rotation: {x: -0.42490396, y: 0.056415953, z: -0.06040215, w: 0.9014574}
      scale: {x: 1, y: 0.9999967, z: 1.000005}
    - name: Right toe
      parentName: Right ankle
      position: {x: -0.000000029802322, y: 1.9820238, z: -0.000000074505806}
      rotation: {x: -0.0000039521983, y: 0.92555374, z: -0.36951858, w: 0.08250144}
      scale: {x: 0.9999992, y: 1.000085, z: 0.9999189}
    - name: Left leg
      parentName: Hips
      position: {x: -0.87891126, y: -0.35103035, z: -0.18684536}
      rotation: {x: 0.99974495, y: -0.0011090703, z: -0.0011004896, w: -0.022528708}
      scale: {x: 0.9999997, y: 1.0000004, z: 0.9998304}
    - name: Left knee
      parentName: Left leg
      position: {x: -0.00000000896398, y: 5.061362, z: 0.00000000547152}
      rotation: {x: 0.012388298, y: 0.001183959, z: -0.0012668752, w: 0.99992174}
      scale: {x: 1, y: 1.0000011, z: 1.000001}
    - name: Left ankle
      parentName: Left knee
      position: {x: -0.000000006861228, y: 4.616957, z: -0.000000006373739}
      rotation: {x: -0.42490396, y: -0.056415953, z: 0.06040215, w: 0.9014574}
      scale: {x: 1, y: 0.9999967, z: 1.000005}
    - name: Left toe
      parentName: Left ankle
      position: {x: 0.000000029802322, y: 1.9820238, z: -0.000000074505806}
      rotation: {x: 0.0000039521983, y: 0.92555374, z: -0.36951858, w: -0.08250144}
      scale: {x: 0.9999992, y: 1.000085, z: 0.9999189}
    - name: Spine
      parentName: Hips
      position: {x: -0.000001220181, y: 0.712697, z: -0.00024557114}
      rotation: {x: 0.00000008940697, y: 0.0000006934002, z: 0.00000069340007, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Chest
      parentName: Spine
      position: {x: 1.3193358e-10, y: 2.4654112, z: -0.00009274575}
      rotation: {x: -0.14486168, y: 0.00000015928951, z: -0.000000041604444, w: 0.9894519}
      scale: {x: 1, y: 1, z: 1}
    - name: Neck
      parentName: Chest
      position: {x: 1.1368684e-12, y: 1.7323555, z: -0.0000004321432}
      rotation: {x: 0.19834319, y: 0.00000003605119, z: 0.00000039829467, w: 0.9801327}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: Head
      parentName: Neck
      position: {x: 9.80549e-13, y: 0.7288441, z: -0.00000006707344}
      rotation: {x: -0.05426745, y: -0.0000009712488, z: -0.0000009712484, w: 0.99852645}
      scale: {x: 1, y: 1.0000001, z: 1.0000001}
    - name: Bone017
      parentName: Head
      position: {x: -0.79341644, y: 0.501215, z: 0.11944655}
      rotation: {x: 1, y: 0.00000028936114, z: 0.0000013560058, w: 0.00000058114364}
      scale: {x: 1, y: 0.99999976, z: 0.99999994}
    - name: Bone018
      parentName: Bone017
      position: {x: -0.000000027255908, y: 0.34188035, z: -2.046363e-12}
      rotation: {x: 0.00003427366, y: -0.005859046, z: 0.005858987, w: 0.9999657}
      scale: {x: 0.9999998, y: 0.99999994, z: 0.99999964}
    - name: Bone036
      parentName: Head
      position: {x: -0.0000028265695, y: 1.5723705, z: 1.5010337}
      rotation: {x: 0.999846, y: -0.00000028761377, z: -0.0000002834909, w: -0.017552461}
      scale: {x: 1, y: 1.0000008, z: 0.99975395}
    - name: Bone063
      parentName: Head
      position: {x: -0.7964586, y: 1.4582405, z: 0.9750388}
      rotation: {x: 1, y: 4.6185278e-14, z: 0.000000043711264, w: -4.469591e-14}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: Bone048
      parentName: Head
      position: {x: -0.2390613, y: 2.5760403, z: -0.2672317}
      rotation: {x: 1, y: 4.6185278e-14, z: 0.000000043711264, w: -4.469591e-14}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: Bone067
      parentName: Head
      position: {x: 0.1243114, y: 2.750761, z: 0.1255695}
      rotation: {x: 1, y: -1.0658141e-14, z: -1.1368684e-13, w: 1.0842022e-19}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: Bone058
      parentName: Head
      position: {x: 0.8823237, y: 1.1200104, z: 0.5693131}
      rotation: {x: 1, y: 4.6185278e-14, z: 0.000000043711264, w: -4.469591e-14}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: Bone059
      parentName: Bone058
      position: {x: -0.00000002026998, y: 0.55685997, z: -0.000000058756868}
      rotation: {x: -4.4696018e-14, y: -0.000000043711378, z: 5.684342e-14, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Bone060
      parentName: Bone059
      position: {x: 5.5890848e-12, y: 0.6270809, z: -0.00000002980271}
      rotation: {x: -0, y: -0, z: -1.9537245e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Bone054
      parentName: Head
      position: {x: 0.1027247, y: 2.420782, z: 0.8955845}
      rotation: {x: 1, y: 4.6185278e-14, z: 0.000000043711264, w: -4.469591e-14}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: Bone057
      parentName: Bone054
      position: {x: 8.0351403e-10, y: 0.45995143, z: -0.000000027090898}
      rotation: {x: -1, y: -7.1054274e-14, z: -0.00000007549788, w: -4.469591e-14}
      scale: {x: 1, y: 1, z: 1}
    - name: Bone040
      parentName: Head
      position: {x: 0.7358748, y: 1.775032, z: 0.99676603}
      rotation: {x: 1, y: 4.6185278e-14, z: 0.000000043711264, w: -4.469591e-14}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: Bone044
      parentName: Head
      position: {x: 0.8084572, y: 2.2306404, z: 0.37410915}
      rotation: {x: 1, y: 4.6185278e-14, z: 0.000000043711264, w: -4.469591e-14}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: Hair_0_1
      parentName: Head
      position: {x: 0.000008903689, y: 0.15900232, z: -0.85651594}
      rotation: {x: 0.9263979, y: -2.8421706e-14, z: 8.526512e-14, w: -0.376546}
      scale: {x: 1, y: 1.0000001, z: 1.0000001}
    - name: Hair_1_1
      parentName: Hair_0_1
      position: {x: 4.3368087e-19, y: 0.29027212, z: 0.00000035762787}
      rotation: {x: -0.024854686, y: -1.3913103e-13, z: 2.6903203e-13, w: 0.9996911}
      scale: {x: 1, y: 1.0000006, z: 1.0000006}
    - name: Hair_2_1
      parentName: Hair_1_1
      position: {x: 5.8004315e-20, y: 0.29406852, z: -0.00000047683716}
      rotation: {x: -0.030372377, y: 2.0423002e-13, z: -1.15485616e-14, w: 0.9995387}
      scale: {x: 1, y: 1.0000004, z: 1.0000004}
    - name: Hair_3_1
      parentName: Hair_2_1
      position: {x: 7.283093e-20, y: 0.2981851, z: 0.00000011920929}
      rotation: {x: -0.03556067, y: -1.0210783e-13, z: -1.3162582e-13, w: 0.9993676}
      scale: {x: 1, y: 1, z: 1}
    - name: Hair_4_1
      parentName: Hair_3_1
      position: {x: -4.895354e-20, y: 0.303232, z: 0.00000023841858}
      rotation: {x: -0.04023204, y: -2.7331107e-14, z: 3.902473e-14, w: 0.99919045}
      scale: {x: 1, y: 1.0000007, z: 1.0000007}
    - name: Hair_5_1
      parentName: Hair_4_1
      position: {x: -1.5172265e-20, y: 0.30993283, z: -0.00000011920929}
      rotation: {x: -0.044073164, y: -1.2401644e-13, z: -3.802896e-14, w: 0.9990283}
      scale: {x: 1, y: 1.0000005, z: 1.0000002}
    - name: Hair_6_1
      parentName: Hair_5_1
      position: {x: -7.20205e-20, y: 0.3190468, z: 0.00000011920929}
      rotation: {x: -0.04680051, y: 1.0472692e-14, z: -3.707376e-14, w: 0.99890435}
      scale: {x: 1, y: 1.000001, z: 1.0000011}
    - name: Hair_7_1
      parentName: Hair_6_1
      position: {x: -4.0728225e-20, y: 0.33133394, z: 0.00000023841858}
      rotation: {x: -0.048187118, y: 5.368068e-15, z: 1.2975433e-13, w: 0.9988383}
      scale: {x: 1, y: 0.99999976, z: 0.99999976}
    - name: Hair_8_1
      parentName: Hair_7_1
      position: {x: -3.714125e-20, y: 0.34749353, z: 0.00000023841858}
      rotation: {x: -0.048162863, y: -1.2488427e-13, z: -9.434244e-14, w: 0.99883956}
      scale: {x: 1, y: 1.0000008, z: 1.0000007}
    - name: Eye_R
      parentName: Head
      position: {x: 0.3479888, y: 0.82266426, z: 0.64310235}
      rotation: {x: 0.07963094, y: 0.70256656, z: 0.70256674, w: -0.08036896}
      scale: {x: 1.0000005, y: 0.99999994, z: 1.0000002}
    - name: Eye_L
      parentName: Head
      position: {x: -0.3479712, y: 0.82266426, z: 0.6431026}
      rotation: {x: -0.0796306, y: 0.7025666, z: 0.70256674, w: 0.08036871}
      scale: {x: 1.0000005, y: 1.0000002, z: 1.0000002}
    - name: She
      parentName: Head
      position: {x: 0.000008903689, y: 0.12376211, z: 1.0018355}
      rotation: {x: -0, y: 1.1368684e-13, z: -5.5422333e-13, w: 1}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: LeftEye
      parentName: Head
      position: {x: -0.36778638, y: 0.8256397, z: 0.6381914}
      rotation: {x: -0, y: 1.1368684e-13, z: 1.4210855e-14, w: 1}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: RightEye
      parentName: Head
      position: {x: 0.36705026, y: 0.8256283, z: 0.6384291}
      rotation: {x: -0, y: 1.1368684e-13, z: 1.4210855e-14, w: 1}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: Left shoulder
      parentName: Chest
      position: {x: -0.4053199, y: 1.3515273, z: -0.23737827}
      rotation: {x: 0.49267322, y: -0.4338861, z: -0.5827234, w: -0.47900876}
      scale: {x: 1.0000001, y: 0.9999997, z: 1.0000002}
    - name: Left arm
      parentName: Left shoulder
      position: {x: 0.00000016391277, y: 1.212919, z: -0.0000009797513}
      rotation: {x: 0.06369518, y: 0.29660589, z: -0.015476134, w: 0.9527478}
      scale: {x: 1.0000001, y: 1, z: 1}
    - name: zArmTwist_L
      parentName: Left arm
      position: {x: -0.005075276, y: 1.5847634, z: -0.0063013136}
      rotation: {x: -0.001988396, y: 0.00026717782, z: 0.0016009808, w: 0.9999968}
      scale: {x: 1.0000002, y: 1.0000012, z: 1.0000013}
    - name: Left elbow
      parentName: Left arm
      position: {x: 0.00000032782555, y: 2.6415985, z: 0.0000004172325}
      rotation: {x: -0.020263731, y: 0.0037540793, z: 0.014755674, w: 0.99967873}
      scale: {x: 1.0000001, y: 1.0000008, z: 1.0000013}
    - name: zHandTwist_L
      parentName: Left elbow
      position: {x: 0.0000014007092, y: 1.58176, z: 0.00000011920929}
      rotation: {x: -0.00000020302829, y: 0.00000018626449, z: -0.00000022890887,
        w: 1}
      scale: {x: 0.99999994, y: 1.0000007, z: 1.0000005}
    - name: Left wrist
      parentName: Left elbow
      position: {x: 0.0000014305115, y: 2.636266, z: -0.00000020861626}
      rotation: {x: -0.036451682, y: 0.0796145, z: -0.077286445, w: 0.99315643}
      scale: {x: 1, y: 1.000001, z: 1.0000013}
    - name: Thumb0_L
      parentName: Left wrist
      position: {x: -0.05780448, y: 0.24100487, z: -0.3379342}
      rotation: {x: -0.36386374, y: 0.25512034, z: 0.1240836, w: 0.8871979}
      scale: {x: 1, y: 0.9999998, z: 1.0000002}
    - name: Thumb1_L
      parentName: Thumb0_L
      position: {x: -0.0000000048894435, y: 0.2908542, z: 0.00000048289075}
      rotation: {x: 0.039912988, y: -0.023957634, z: -0.001918606, w: 0.99891406}
      scale: {x: 1.0000002, y: 1.0000002, z: 1.0000004}
    - name: Thumb2_L
      parentName: Thumb1_L
      position: {x: 0.0000003874302, y: 0.290855, z: -0.000000029802322}
      rotation: {x: -0.11152108, y: -0.00874803, z: 0.04029923, w: 0.9929061}
      scale: {x: 0.99999994, y: 1.0000007, z: 1.000001}
    - name: IndexFinger1_L
      parentName: Left wrist
      position: {x: -0.20629728, y: 0.7402564, z: -0.21011893}
      rotation: {x: 0.011269995, y: -0.031988088, z: 0.03344202, w: 0.998865}
      scale: {x: 1, y: 0.99999994, z: 0.9999999}
    - name: IndexFinger2_L
      parentName: IndexFinger1_L
      position: {x: 0.00000021606684, y: 0.45383427, z: -0.000000834465}
      rotation: {x: -0.01889636, y: 0.012314629, z: -0.0010317651, w: 0.99974513}
      scale: {x: 1.0000001, y: 1.0000006, z: 0.99999976}
    - name: IndexFinger3_L
      parentName: IndexFinger2_L
      position: {x: 0.00000024586916, y: 0.28043875, z: 0.00000022351742}
      rotation: {x: 0.01995612, y: -0.0029657013, z: -0.011653789, w: 0.9997286}
      scale: {x: 1.0000004, y: 1.0000004, z: 1.0000005}
    - name: MiddleFinger1_L
      parentName: Left wrist
      position: {x: -0.12921089, y: 0.79153687, z: 0.004202068}
      rotation: {x: 0.0137497615, y: -0.0033039595, z: -0.0012925327, w: 0.9998992}
      scale: {x: 1.0000001, y: 1.0000002, z: 0.9999999}
    - name: MiddleFinger2_L
      parentName: MiddleFinger1_L
      position: {x: -0.0000007301569, y: 0.4538477, z: 0.0000005364418}
      rotation: {x: -0.0016035289, y: -0.02079849, z: 0.029051784, w: 0.99936026}
      scale: {x: 0.9999998, y: 1.000001, z: 1.0000005}
    - name: MiddleFinger3_L
      parentName: MiddleFinger2_L
      position: {x: -0.0000005364418, y: 0.3111041, z: -0.00000008940697}
      rotation: {x: 0.00091812736, y: -0.00038010807, z: -0.0002156971, w: 0.9999995}
      scale: {x: 0.99999994, y: 0.9999992, z: 0.9999999}
    - name: RingFinger1_L
      parentName: Left wrist
      position: {x: 0.039199263, y: 0.7712236, z: 0.15269902}
      rotation: {x: 0.026963398, y: -0.021239385, z: 0.008416506, w: 0.9993754}
      scale: {x: 1.0000002, y: 1.0000008, z: 1.0000005}
    - name: RingFinger2_L
      parentName: RingFinger1_L
      position: {x: -0.00000071525574, y: 0.4023064, z: 0.00000017881393}
      rotation: {x: -0.019523138, y: 0.011595167, z: -0.00085363147, w: 0.9997418}
      scale: {x: 0.9999998, y: 1.0000004, z: 1.0000006}
    - name: RingFinger3_L
      parentName: RingFinger2_L
      position: {x: -0.0000010430813, y: 0.27955958, z: 0.00000017881393}
      rotation: {x: 0.0037486977, y: -0.010714984, z: 0.011357125, w: 0.99987113}
      scale: {x: 1.0000001, y: 1.0000001, z: 1.0000007}
    - name: LittleFinger1_L
      parentName: Left wrist
      position: {x: 0.23300424, y: 0.71099496, z: 0.2591077}
      rotation: {x: 0.06531037, y: -0.05551056, z: 0.025649639, w: 0.9959896}
      scale: {x: 1, y: 1.0000002, z: 0.99999976}
    - name: LittleFinger2_L
      parentName: LittleFinger1_L
      position: {x: 0.0000004172325, y: 0.34297717, z: 0.0000010728836}
      rotation: {x: -0.02937657, y: 0.023708656, z: -0.009606088, w: 0.9992411}
      scale: {x: 1.0000005, y: 1.0000014, z: 1.0000013}
    - name: LittleFinger3_L
      parentName: LittleFinger2_L
      position: {x: 0.0000014305115, y: 0.26091143, z: -0.00000011920929}
      rotation: {x: -0.027716655, y: 0.017362336, z: -0.0019655945, w: 0.99946314}
      scale: {x: 1, y: 1.0000002, z: 1.0000008}
    - name: Right shoulder
      parentName: Chest
      position: {x: 0.4053216, y: 1.3515279, z: -0.23737696}
      rotation: {x: 0.4926716, y: 0.43388632, z: 0.5827248, w: -0.4790085}
      scale: {x: 1.0000006, y: 1.0000005, z: 1.0000001}
    - name: Right arm
      parentName: Right shoulder
      position: {x: 0.00000016391277, y: 1.2129196, z: -0.00000055134296}
      rotation: {x: 0.06369344, y: -0.296606, z: 0.015477181, w: 0.9527478}
      scale: {x: 1, y: 1.0000002, z: 1.0000001}
    - name: zArmTwist_R
      parentName: Right arm
      position: {x: 0.0050545186, y: 1.5847633, z: -0.006274745}
      rotation: {x: -0.0019802302, y: -0.00026616454, z: -0.0015938357, w: 0.9999968}
      scale: {x: 1.0000002, y: 1.0000014, z: 1.0000013}
    - name: Right elbow
      parentName: Right arm
      position: {x: 0.00000047683716, y: 2.641598, z: 0.00000011920929}
      rotation: {x: -0.02026355, y: -0.003753602, z: -0.014756067, w: 0.99967873}
      scale: {x: 1.0000004, y: 1.0000005, z: 1.0000006}
    - name: zHandTwist_R
      parentName: Right elbow
      position: {x: 0.00000008940697, y: 1.5817584, z: -0.0000002682209}
      rotation: {x: -0.00000004656613, y: -0.0000000030267984, z: 0.000000087340595,
        w: 1}
      scale: {x: 0.99999964, y: 0.99999905, z: 0.9999994}
    - name: Right wrist
      parentName: Right elbow
      position: {x: -0.00000008940697, y: 2.6362634, z: -0.000000029802322}
      rotation: {x: -0.036452666, y: -0.07961608, z: 0.07728777, w: 0.9931561}
      scale: {x: 0.9999998, y: 1, z: 1}
    - name: Thumb0_R
      parentName: Right wrist
      position: {x: 0.057804763, y: 0.2410074, z: -0.3379333}
      rotation: {x: -0.3638624, y: -0.2551208, z: -0.12408405, w: 0.88719827}
      scale: {x: 1, y: 1.0000008, z: 1.0000011}
    - name: Thumb1_R
      parentName: Thumb0_R
      position: {x: -0.0000002430752, y: 0.29085436, z: 0.00000034971163}
      rotation: {x: 0.03991306, y: 0.023958042, z: 0.0019192249, w: 0.9989141}
      scale: {x: 1, y: 0.99999964, z: 1.0000005}
    - name: Thumb2_R
      parentName: Thumb1_R
      position: {x: 0.0000004898757, y: 0.2908547, z: 0.00000025331974}
      rotation: {x: -0.11152139, y: 0.00874701, z: -0.04029868, w: 0.9929061}
      scale: {x: 1, y: 1.0000013, z: 1.0000007}
    - name: IndexFinger1_R
      parentName: Right wrist
      position: {x: 0.20629811, y: 0.740258, z: -0.21011814}
      rotation: {x: 0.011270573, y: 0.0319893, z: -0.033443075, w: 0.998865}
      scale: {x: 1.0000002, y: 1.000001, z: 1.0000008}
    - name: IndexFinger2_R
      parentName: IndexFinger1_R
      position: {x: -0.00000029057264, y: 0.45383343, z: 0.0000005364418}
      rotation: {x: -0.018896148, y: -0.01231451, z: 0.0010314328, w: 0.9997451}
      scale: {x: 1, y: 1.0000001, z: 1.0000002}
    - name: IndexFinger3_R
      parentName: IndexFinger2_R
      position: {x: -0.00000008940697, y: 0.28043914, z: -0.00000016391277}
      rotation: {x: 0.019955212, y: 0.002964269, z: 0.011655168, w: 0.99972856}
      scale: {x: 1.0000002, y: 1.000001, z: 1.0000005}
    - name: MiddleFinger1_R
      parentName: Right wrist
      position: {x: 0.12921038, y: 0.791537, z: 0.0042020082}
      rotation: {x: 0.0137506835, y: 0.0033058089, z: 0.0012915767, w: 0.9998992}
      scale: {x: 1.0000001, y: 0.9999995, z: 0.9999998}
    - name: MiddleFinger2_R
      parentName: MiddleFinger1_R
      position: {x: -0.0000001937151, y: 0.4538494, z: 0.0000006854534}
      rotation: {x: -0.0016048905, y: 0.020796511, z: -0.029049862, w: 0.9993604}
      scale: {x: 1.0000002, y: 1.0000007, z: 1.0000008}
    - name: MiddleFinger3_R
      parentName: MiddleFinger2_R
      position: {x: -0.0000006556511, y: 0.3111036, z: -0.00000017881393}
      rotation: {x: 0.0009183326, y: 0.00038030915, z: 0.00021581427, w: 0.99999946}
      scale: {x: 1.0000001, y: 1.0000004, z: 1.0000006}
    - name: RingFinger1_R
      parentName: Right wrist
      position: {x: -0.03919843, y: 0.77122676, z: 0.15269965}
      rotation: {x: 0.026963407, y: 0.021239314, z: -0.008416556, w: 0.99937534}
      scale: {x: 1.0000002, y: 0.99999964, z: 0.9999995}
    - name: RingFinger2_R
      parentName: RingFinger1_R
      position: {x: -0.00000062584877, y: 0.40230638, z: 0.0000007748604}
      rotation: {x: -0.019523477, y: -0.011595427, z: 0.00085394556, w: 0.9997418}
      scale: {x: 1, y: 1.0000006, z: 1.000001}
    - name: RingFinger3_R
      parentName: RingFinger2_R
      position: {x: -0.0000004172325, y: 0.27956107, z: -0.00000017881393}
      rotation: {x: 0.0037484579, y: 0.010714556, z: -0.011356696, w: 0.99987113}
      scale: {x: 1.0000001, y: 1.0000008, z: 1.0000007}
    - name: LittleFinger1_R
      parentName: Right wrist
      position: {x: -0.23300314, y: 0.71099687, z: 0.25910866}
      rotation: {x: 0.065310866, y: 0.05551141, z: -0.025650581, w: 0.9959895}
      scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
    - name: LittleFinger2_R
      parentName: LittleFinger1_R
      position: {x: 0.0000008940697, y: 0.3429752, z: -0.00000047683716}
      rotation: {x: -0.029375028, y: -0.023706537, z: 0.009604049, w: 0.9992412}
      scale: {x: 1.0000004, y: 1.0000018, z: 1.0000014}
    - name: LittleFinger3_R
      parentName: LittleFinger2_R
      position: {x: 0.00000029802322, y: 0.2609131, z: -0.00000029802322}
      rotation: {x: -0.027718637, y: -0.017365513, z: 0.0019683496, w: 0.999463}
      scale: {x: 0.9999998, y: 0.9999995, z: 1}
    - name: Qian_0_1
      parentName: Chest
      position: {x: 0.000005223784, y: 0.8842745, z: 0.72304547}
      rotation: {x: 0.98945194, y: -0.0000007449294, z: 0.00000074493056, w: -0.1448617}
      scale: {x: 1, y: 1.0000002, z: 0.9999997}
    - name: Qian_1_1
      parentName: Qian_0_1
      position: {x: -6.505213e-19, y: 0.18488857, z: 0.0000000029592684}
      rotation: {x: -0.00000008940697, y: 6.3948846e-13, z: -6.252776e-13, w: 1}
      scale: {x: 1, y: 0.9999999, z: 0.99999994}
    - name: Qian_2_1
      parentName: Qian_1_1
      position: {x: 5.7854175e-22, y: 0.1848887, z: 1.5417667e-12}
      rotation: {x: -0, y: -0, z: 2.9646153e-21, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Qian_3_1
      parentName: Qian_2_1
      position: {x: -3.0496732e-25, y: 0.18488966, z: 1.523337e-12}
      rotation: {x: -0, y: -0, z: -0, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Bone016
      parentName: Spine
      position: {x: -0.0000003314999, y: 0.1287174, z: -0.9516747}
      rotation: {x: 0.99663395, y: -0.00000010198474, z: 0.0000012801465, w: -0.08198103}
      scale: {x: 1, y: 1.0000001, z: 0.9999891}
    - name: Bone007
      parentName: Bone016
      position: {x: -5.1159077e-13, y: 0.19534165, z: 0.00000017881118}
      rotation: {x: 0.3285285, y: -0.0000003077357, z: 0.0000007452484, w: 0.9444941}
      scale: {x: 1, y: 1.0000012, z: 1.0000011}
    - name: Bone008
      parentName: Bone007
      position: {x: 1.1368684e-13, y: 1.8716964, z: -0.00000035762775}
      rotation: {x: -0.10900643, y: 0.00000012815703, z: -0.00000031471734, w: 0.994041}
      scale: {x: 1, y: 0.9999971, z: 1.000002}
    - name: Bone009
      parentName: Bone008
      position: {x: 3.410605e-13, y: 1.6745199, z: -0.0000004768377}
      rotation: {x: -0.07569746, y: 0.00000007773051, z: -0.00000019679734, w: 0.9971308}
      scale: {x: 1, y: 0.99999946, z: 1.0000021}
    - name: Bone010
      parentName: Bone009
      position: {x: -2.2737368e-13, y: 2.1608973, z: -1.9007018e-13}
      rotation: {x: 0.03449415, y: -0.000000042965492, z: 0.000000101883735, w: 0.99940497}
      scale: {x: 1, y: 1.0000019, z: 1.0000007}
    - name: Bone011
      parentName: Bone010
      position: {x: -4.1922021e-13, y: 2.0107584, z: 0.00000023841895}
      rotation: {x: 0.08840104, y: -0.00000009626863, z: 0.00000023688057, w: 0.996085}
      scale: {x: 1, y: 1.0000021, z: 0.9999994}
    - name: Bone012
      parentName: Bone011
      position: {x: 8.526513e-14, y: 1.874881, z: 1.5187851e-13}
      rotation: {x: 0.12083815, y: -0.00000014466562, z: 0.00000035226535, w: 0.99267226}
      scale: {x: 1, y: 1.0000021, z: 0.99999845}
    - name: Bone013
      parentName: Bone012
      position: {x: -0, y: 1.477421, z: -1.0746959e-13}
      rotation: {x: -0.09276019, y: 0.00000008713349, z: -0.00000019559454, w: -0.99568856}
      scale: {x: 1, y: 1.0000019, z: 0.99999917}
    - name: Bone014
      parentName: Bone013
      position: {x: 9.663381e-13, y: 1.8682064, z: 1.9806379e-13}
      rotation: {x: 0.071411416, y: -0.000000064673145, z: 0.00000013963368, w: -0.997447}
      scale: {x: 1, y: 1.0000001, z: 1.0000024}
    - name: Body
      parentName: changyu(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
    rootMotionBoneName: 
    hasTranslationDoF: 0
    hasExtraRoot: 1
    skeletonHasParents: 1
  lastHumanDescriptionAvatarSource: {instanceID: 0}
  animationType: 3
  humanoidOversampling: 1
  additionalBone: 0
  userData: 
  assetBundleName: 
  assetBundleVariant: