summaryrefslogtreecommitdiff
path: root/VRCSDK3AvatarsLegacy/Assets/Avatars/Ryunosuke Tsunashi/cani 2.0/cani 2.0.fbx.meta
blob: 5af973ad777d85e3aed881b91bdeb4da9111121e (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
fileFormatVersion: 2
guid: 30da109e9f2372a46a62bec4e499ff88
ModelImporter:
  serializedVersion: 23
  fileIDToRecycleName:
    100000: Armature
    100002: Body
    100004: //RootNode
    100006: Chest
    100008: Collar
    100010: Collar_R
    100012: Eye_L
    100014: Eye_R
    100016: Hair02
    100018: Hair03
    100020: Hair04
    100022: Hair05
    100024: Hair06
    100026: Head
    100028: Hips
    100030: IndexFinger1_L
    100032: IndexFinger1_R
    100034: IndexFinger2_L
    100036: IndexFinger2_R
    100038: IndexFinger3_L
    100040: IndexFinger3_R
    100042: Left ankle
    100044: Left arm
    100046: Left elbow
    100048: Left knee
    100050: Left leg
    100052: Left shoulder
    100054: Left toe
    100056: Left wrist
    100058: LeftEye
    100060: LittleFinger1_L
    100062: LittleFinger1_R
    100064: LittleFinger2_L
    100066: LittleFinger2_R
    100068: LittleFinger3_L
    100070: LittleFinger3_R
    100072: LowerClothes_0_0
    100074: LowerClothes_0_1
    100076: LowerClothes_0_2
    100078: LowerClothes_0_3
    100080: LowerClothes_0_4
    100082: LowerClothes_0_5
    100084: LowerClothes_0_6
    100086: LowerClothes_0_7
    100088: LowerClothes_0_8
    100090: LowerClothes_0_9
    100092: LowerClothes_1_0
    100094: LowerClothes_1_1
    100096: LowerClothes_1_2
    100098: LowerClothes_1_3
    100100: LowerClothes_1_4
    100102: LowerClothes_1_6
    100104: LowerClothes_1_7
    100106: LowerClothes_1_8
    100108: LowerClothes_1_9
    100110: LowerClothes_2_0
    100112: LowerClothes_2_1
    100114: LowerClothes_2_2
    100116: LowerClothes_2_3
    100118: LowerClothes_2_4
    100120: LowerClothes_2_6
    100122: LowerClothes_2_7
    100124: LowerClothes_2_8
    100126: LowerClothes_2_9
    100128: MiddleFinger1_L
    100130: MiddleFinger1_R
    100132: MiddleFinger2_L
    100134: MiddleFinger2_R
    100136: MiddleFinger3_L
    100138: MiddleFinger3_R
    100140: Neck
    100142: OneHmmOneHmm
    100144: PatioThis
    100146: Right ankle
    100148: Right arm
    100150: Right elbow
    100152: Right knee
    100154: Right leg
    100156: Right shoulder
    100158: Right toe
    100160: Right wrist
    100162: RightEye
    100164: RingFinger1_L
    100166: RingFinger1_R
    100168: RingFinger2_L
    100170: RingFinger2_R
    100172: RingFinger3_L
    100174: RingFinger3_R
    100176: Spine
    100178: String01
    100180: String02
    100182: String03
    100184: String05
    100186: String06
    100188: Thumb0_L
    100190: Thumb0_R
    100192: Thumb1_L
    100194: Thumb1_R
    100196: Thumb2_L
    100198: Thumb2_R
    100200: Tongue1
    100202: Tongue2
    100204: Tongue3
    400000: Armature
    400002: Body
    400004: //RootNode
    400006: Chest
    400008: Collar
    400010: Collar_R
    400012: Eye_L
    400014: Eye_R
    400016: Hair02
    400018: Hair03
    400020: Hair04
    400022: Hair05
    400024: Hair06
    400026: Head
    400028: Hips
    400030: IndexFinger1_L
    400032: IndexFinger1_R
    400034: IndexFinger2_L
    400036: IndexFinger2_R
    400038: IndexFinger3_L
    400040: IndexFinger3_R
    400042: Left ankle
    400044: Left arm
    400046: Left elbow
    400048: Left knee
    400050: Left leg
    400052: Left shoulder
    400054: Left toe
    400056: Left wrist
    400058: LeftEye
    400060: LittleFinger1_L
    400062: LittleFinger1_R
    400064: LittleFinger2_L
    400066: LittleFinger2_R
    400068: LittleFinger3_L
    400070: LittleFinger3_R
    400072: LowerClothes_0_0
    400074: LowerClothes_0_1
    400076: LowerClothes_0_2
    400078: LowerClothes_0_3
    400080: LowerClothes_0_4
    400082: LowerClothes_0_5
    400084: LowerClothes_0_6
    400086: LowerClothes_0_7
    400088: LowerClothes_0_8
    400090: LowerClothes_0_9
    400092: LowerClothes_1_0
    400094: LowerClothes_1_1
    400096: LowerClothes_1_2
    400098: LowerClothes_1_3
    400100: LowerClothes_1_4
    400102: LowerClothes_1_6
    400104: LowerClothes_1_7
    400106: LowerClothes_1_8
    400108: LowerClothes_1_9
    400110: LowerClothes_2_0
    400112: LowerClothes_2_1
    400114: LowerClothes_2_2
    400116: LowerClothes_2_3
    400118: LowerClothes_2_4
    400120: LowerClothes_2_6
    400122: LowerClothes_2_7
    400124: LowerClothes_2_8
    400126: LowerClothes_2_9
    400128: MiddleFinger1_L
    400130: MiddleFinger1_R
    400132: MiddleFinger2_L
    400134: MiddleFinger2_R
    400136: MiddleFinger3_L
    400138: MiddleFinger3_R
    400140: Neck
    400142: OneHmmOneHmm
    400144: PatioThis
    400146: Right ankle
    400148: Right arm
    400150: Right elbow
    400152: Right knee
    400154: Right leg
    400156: Right shoulder
    400158: Right toe
    400160: Right wrist
    400162: RightEye
    400164: RingFinger1_L
    400166: RingFinger1_R
    400168: RingFinger2_L
    400170: RingFinger2_R
    400172: RingFinger3_L
    400174: RingFinger3_R
    400176: Spine
    400178: String01
    400180: String02
    400182: String03
    400184: String05
    400186: String06
    400188: Thumb0_L
    400190: Thumb0_R
    400192: Thumb1_L
    400194: Thumb1_R
    400196: Thumb2_L
    400198: Thumb2_R
    400200: Tongue1
    400202: Tongue2
    400204: Tongue3
    2100000: BlackEye
    2100002: Ears
    2100004: Eyelash
    2100006: Eyebrow
    2100008: MouthnoMiddle
    2100010: LowernoTeeth
    2100012: Double
    2100014: BareEWhen
    2100016: Lower
    2100018: Hair
    2100020: Coat
    4300000: Body
    9500000: //RootNode
    13700000: Body
    2186277476908879412: ImportLogs
  externalObjects: {}
  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: 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
    - 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: Eye_R
      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
    skeleton:
    - name: cani 2.0(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: cani 2.0(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.10502705, z: 14.6061325}
      rotation: {x: 0.7071068, y: 0, z: -0, w: 0.7071067}
      scale: {x: 1, y: 1, z: 1}
    - name: Spine
      parentName: Hips
      position: {x: -0, y: 1.1078014, z: -0.000000007450581}
      rotation: {x: -0.02295963, y: 0, z: -0, w: 0.9997364}
      scale: {x: 1, y: 1, z: 1}
    - name: Chest
      parentName: Spine
      position: {x: -0, y: 1.9214596, z: 0.000000007450581}
      rotation: {x: -0.01568211, y: 0, z: -0, w: 0.99987704}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: Neck
      parentName: Chest
      position: {x: -0, y: 3.3530495, z: 0.00000010430813}
      rotation: {x: 0.0916543, y: 0, z: -0, w: 0.9957909}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: Head
      parentName: Neck
      position: {x: -0, y: 0.90839374, z: 0.0000001937151}
      rotation: {x: -0.053113732, y: 0, z: -0, w: 0.9985885}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: Eye_L
      parentName: Head
      position: {x: -0.32020417, y: 0.7298031, z: 0.70899063}
      rotation: {x: -0.31108305, y: 0.66840214, z: 0.66840184, w: -0.09851338}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: Eye_R
      parentName: Head
      position: {x: 0.32020417, y: 0.7298031, z: 0.70899063}
      rotation: {x: 0.31108305, y: 0.66840214, z: 0.66840184, w: 0.09851338}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: Tongue1
      parentName: Head
      position: {x: -0, y: 0.9807968, z: 0.5929568}
      rotation: {x: 0.9954279, y: 0.00059351785, z: 0.00059349876, w: 0.09551253}
      scale: {x: 0.99999994, y: 1, z: 1.0000006}
    - name: Tongue2
      parentName: Tongue1
      position: {x: -8.731149e-10, y: 1.0816699, z: 0.0000003041299}
      rotation: {x: -0.3628898, y: 0.010081196, z: -0.008710805, w: 0.9317368}
      scale: {x: 0.99999994, y: 1.0000001, z: 0.99999994}
    - name: Tongue3
      parentName: Tongue2
      position: {x: -0.000000044237822, y: 0.18356079, z: -0.0000010582226}
      rotation: {x: -0.00035376052, y: -0.016188947, z: 0.005329669, w: 0.9998547}
      scale: {x: 1, y: 0.9999999, z: 0.99999994}
    - name: Hair02
      parentName: Head
      position: {x: -0.88924, y: 1.385025, z: 0.6442318}
      rotation: {x: 0.998823, y: 0.03425093, z: 0.034255844, w: 0.0024615678}
      scale: {x: 0.9999303, y: 0.9999995, z: 0.9999992}
    - name: Hair03
      parentName: Head
      position: {x: 0.83155346, y: 1.7067165, z: 0.59566903}
      rotation: {x: 0.91772383, y: 0.26373264, z: 0.26373234, w: -0.13665037}
      scale: {x: 1.0000002, y: 1.0000001, z: 1}
    - name: Hair04
      parentName: Head
      position: {x: -1.0849715, y: 1.2453976, z: 0.21244071}
      rotation: {x: 0.87765247, y: -0.1952509, z: -0.19525109, w: -0.39176556}
      scale: {x: 0.99999994, y: 0.99999994, z: 0.9999998}
    - name: Hair05
      parentName: Head
      position: {x: -0, y: 0.9039097, z: -0.84351945}
      rotation: {x: 0.9337223, y: 0.008361976, z: 0.0083619775, w: -0.35780275}
      scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
    - name: Hair06
      parentName: Head
      position: {x: -0, y: 1.7950287, z: -0.7304248}
      rotation: {x: 0.9090669, y: -0.002447882, z: -0.0024478831, w: -0.41663575}
      scale: {x: 0.99999994, y: 1, z: 1.0000001}
    - name: OneHmmOneHmm
      parentName: Head
      position: {x: 0.4222561, y: 2.1081123, z: 0.7638879}
      rotation: {x: -0.37527347, y: 0.39287418, z: 0.39287445, w: 0.74193627}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: PatioThis
      parentName: Head
      position: {x: 0.7821067, y: 2.0368958, z: 0.46837395}
      rotation: {x: 0.82681257, y: 0.38076118, z: 0.3807611, w: -0.16255136}
      scale: {x: 1.0000001, y: 1.0000001, z: 1}
    - name: LeftEye
      parentName: Head
      position: {x: -0.33735242, y: 0.7212906, z: 0.78098196}
      rotation: {x: 0, y: -0, z: -0, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: RightEye
      parentName: Head
      position: {x: 0.33634886, y: 0.7211933, z: 0.7809286}
      rotation: {x: 0, y: -0, z: -0, w: 1}
      scale: {x: 1, y: 1, z: 1}
    - name: Left shoulder
      parentName: Chest
      position: {x: -1.1630868, y: 2.7308822, z: -0.16322568}
      rotation: {x: 0.65945053, y: -0.45326558, z: -0.4749541, w: -0.36618838}
      scale: {x: 0.99999976, y: 0.9999999, z: 0.9999999}
    - name: Left arm
      parentName: Left shoulder
      position: {x: 0.00000029802322, y: 0.9517904, z: 0.000002026558}
      rotation: {x: 0.115908355, y: 0.102578916, z: 0.070074216, w: 0.98546046}
      scale: {x: 0.9999999, y: 0.9999999, z: 1}
    - name: Left elbow
      parentName: Left arm
      position: {x: 0.00000032782555, y: 2.965864, z: 0.0000007748604}
      rotation: {x: -0.016317584, y: 0.013446286, z: 0.007479338, w: 0.99974847}
      scale: {x: 0.99999994, y: 1.0000001, z: 0.9999999}
    - name: Left wrist
      parentName: Left elbow
      position: {x: 0.0000002682209, y: 3.5290549, z: 0.0000002682209}
      rotation: {x: 0.034059655, y: -0.044049278, z: 0.028839216, w: 0.99803203}
      scale: {x: 1, y: 1, z: 0.9999999}
    - name: Thumb0_L
      parentName: Left wrist
      position: {x: -0.25536695, y: 0.19919597, z: -0.5114195}
      rotation: {x: -0.20968078, y: 0.09778517, z: 0.26436254, w: 0.93626094}
      scale: {x: 0.99999994, y: 1, z: 1}
    - name: Thumb1_L
      parentName: Thumb0_L
      position: {x: -0.00000086426735, y: 0.40625155, z: -0.0000001527369}
      rotation: {x: 0.034235846, y: -0.19102117, z: -0.0037130334, w: 0.9809817}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: Thumb2_L
      parentName: Thumb1_L
      position: {x: 0.00000036507845, y: 0.4499477, z: -0.000002041459}
      rotation: {x: -0.035549223, y: 0.09640132, z: -0.14658089, w: 0.9838481}
      scale: {x: 0.99999994, y: 1, z: 1}
    - name: IndexFinger1_L
      parentName: Left wrist
      position: {x: -0.28819832, y: 1.2744648, z: -0.17704704}
      rotation: {x: 0.029182747, y: -0.041939843, z: 0.03322816, w: 0.99814093}
      scale: {x: 1.0000001, y: 1, z: 1}
    - name: IndexFinger2_L
      parentName: IndexFinger1_L
      position: {x: 0.0000006854534, y: 0.35628864, z: -0.0000008940697}
      rotation: {x: -0.033523146, y: 0.07389764, z: -0.021881942, w: 0.99646205}
      scale: {x: 1, y: 1.0000001, z: 0.99999994}
    - name: IndexFinger3_L
      parentName: IndexFinger2_L
      position: {x: 0.00000013411045, y: 0.277891, z: 0.0000010430813}
      rotation: {x: 0.060897015, y: -0.066741414, z: 0.025471115, w: 0.9955845}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: MiddleFinger1_L
      parentName: Left wrist
      position: {x: -0.052075595, y: 1.2678597, z: -0.023322538}
      rotation: {x: -0.008759077, y: 0.0027656283, z: 0.009958138, w: 0.99990827}
      scale: {x: 0.99999994, y: 1, z: 1}
    - name: MiddleFinger2_L
      parentName: MiddleFinger1_L
      position: {x: 0.0000004172325, y: 0.36286727, z: -0.00000035762787}
      rotation: {x: -0.006584439, y: -0.0029060927, z: 0.017248355, w: 0.99982536}
      scale: {x: 1.0000001, y: 1, z: 1}
    - name: MiddleFinger3_L
      parentName: MiddleFinger2_L
      position: {x: 0.000001013279, y: 0.3008079, z: 0.000002220273}
      rotation: {x: 0.011813356, y: -0.0066372217, z: -0.008350837, w: 0.99987334}
      scale: {x: 1, y: 1, z: 1}
    - name: RingFinger1_L
      parentName: Left wrist
      position: {x: 0.16196805, y: 1.2596223, z: 0.12374213}
      rotation: {x: 0.022012258, y: -0.040466912, z: 0.042985648, w: 0.99801314}
      scale: {x: 1, y: 1, z: 1}
    - name: RingFinger2_L
      parentName: RingFinger1_L
      position: {x: -0.00000011920929, y: 0.35750777, z: 0.000000059604645}
      rotation: {x: -0.032500505, y: 0.09880227, z: -0.021444479, w: 0.994345}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: RingFinger3_L
      parentName: RingFinger2_L
      position: {x: -0.00000029802322, y: 0.29587808, z: 0.0000010430813}
      rotation: {x: 0.020516885, y: -0.03422964, z: 0.027205711, w: 0.99883294}
      scale: {x: 1, y: 0.99999994, z: 1}
    - name: LittleFinger1_L
      parentName: Left wrist
      position: {x: 0.38445824, y: 1.1506224, z: 0.19090015}
      rotation: {x: 0.011921383, y: -0.0296875, z: 0.03904988, w: 0.99872506}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: LittleFinger2_L
      parentName: LittleFinger1_L
      position: {x: -0.0000004172325, y: 0.30902648, z: -0.00000029802322}
      rotation: {x: -0.022013647, y: 0.028202849, z: -0.015247611, w: 0.9992435}
      scale: {x: 0.99999994, y: 1, z: 1}
    - name: LittleFinger3_L
      parentName: LittleFinger2_L
      position: {x: 0.00000011920929, y: 0.2025635, z: -0.0000015199184}
      rotation: {x: -0.013467931, y: 0.013586212, z: -0.0022046883, w: 0.99981457}
      scale: {x: 0.99999994, y: 0.99999994, z: 1}
    - name: Right shoulder
      parentName: Chest
      position: {x: 1.1630868, y: 2.7308822, z: -0.16322568}
      rotation: {x: 0.63063514, y: 0.45250976, z: 0.48890835, w: -0.39812416}
      scale: {x: 1.0000001, y: 1.0000002, z: 1}
    - name: Right arm
      parentName: Right shoulder
      position: {x: -0.0000005662441, y: 0.738304, z: 0.00000008195639}
      rotation: {x: 0.09465045, y: -0.14297464, z: -0.061328858, w: 0.9832794}
      scale: {x: 0.9999999, y: 0.9999999, z: 1}
    - name: Right elbow
      parentName: Right arm
      position: {x: 0.0000008046627, y: 3.188793, z: -0.0000008046627}
      rotation: {x: -0.018591296, y: -0.0118688475, z: -0.0059665763, w: 0.99973893}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: Right wrist
      parentName: Right elbow
      position: {x: 0.0000002682209, y: 3.5290546, z: -0.00000044703484}
      rotation: {x: 0.03406019, y: 0.04404966, z: -0.028839476, w: 0.998032}
      scale: {x: 1, y: 0.99999994, z: 1}
    - name: Thumb0_R
      parentName: Right wrist
      position: {x: 0.25536624, y: 0.19919834, z: -0.51141775}
      rotation: {x: -0.20987809, y: -0.097749606, z: -0.26418632, w: 0.9362702}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: Thumb1_R
      parentName: Thumb0_R
      position: {x: 0.0000004172325, y: 0.4062483, z: 0.0000008009374}
      rotation: {x: 0.034233864, y: 0.19103709, z: 0.0037147454, w: 0.9809786}
      scale: {x: 1, y: 1, z: 1}
    - name: Thumb2_R
      parentName: Thumb1_R
      position: {x: 0.00000052154064, y: 0.44995335, z: 0.0000016018748}
      rotation: {x: -0.03555263, y: -0.09640487, z: 0.1465827, w: 0.9838474}
      scale: {x: 1.0000001, y: 1, z: 1}
    - name: IndexFinger1_R
      parentName: Right wrist
      position: {x: 0.28819776, y: 1.2744658, z: -0.17704664}
      rotation: {x: 0.02918147, y: 0.04194033, z: -0.033231292, w: 0.9981409}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: IndexFinger2_R
      parentName: IndexFinger1_R
      position: {x: 0.000000044703484, y: 0.35629028, z: -0.0000005811453}
      rotation: {x: -0.033514585, y: -0.07390212, z: 0.021883888, w: 0.996462}
      scale: {x: 1, y: 1.0000001, z: 0.9999999}
    - name: IndexFinger3_R
      parentName: IndexFinger2_R
      position: {x: 0.00000093877316, y: 0.2778894, z: -0.000000059604645}
      rotation: {x: 0.0609007, y: 0.06674592, z: -0.025473729, w: 0.99558383}
      scale: {x: 0.9999999, y: 1, z: 1.0000001}
    - name: MiddleFinger1_R
      parentName: Right wrist
      position: {x: 0.05207464, y: 1.267861, z: -0.023323298}
      rotation: {x: -0.008766233, y: -0.0027715035, z: -0.009958839, w: 0.99990815}
      scale: {x: 0.99999994, y: 1, z: 1}
    - name: MiddleFinger2_R
      parentName: MiddleFinger1_R
      position: {x: 0.00000008940697, y: 0.36286417, z: 0.00000032782555}
      rotation: {x: -0.0065725883, y: 0.0029166613, z: -0.017247934, w: 0.99982536}
      scale: {x: 0.9999998, y: 1, z: 0.99999994}
    - name: MiddleFinger3_R
      parentName: MiddleFinger2_R
      position: {x: -0.0000005066395, y: 0.30081075, z: 0.0000011622906}
      rotation: {x: 0.011808392, y: 0.00663244, z: 0.008351194, w: 0.99987346}
      scale: {x: 1, y: 0.9999999, z: 0.99999994}
    - name: RingFinger1_R
      parentName: Right wrist
      position: {x: -0.16196918, y: 1.2596236, z: 0.12374073}
      rotation: {x: 0.022013145, y: 0.040468562, z: -0.0429873, w: 0.99801296}
      scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
    - name: RingFinger2_R
      parentName: RingFinger1_R
      position: {x: -0.00000017881393, y: 0.35750785, z: -0.000002592802}
      rotation: {x: -0.03250252, y: -0.09880895, z: 0.021442898, w: 0.9943443}
      scale: {x: 1, y: 1.0000001, z: 0.99999994}
    - name: RingFinger3_R
      parentName: RingFinger2_R
      position: {x: 0.0000004172325, y: 0.2958739, z: -0.00000062584877}
      rotation: {x: 0.020522255, y: 0.0342342, z: -0.027205566, w: 0.9988327}
      scale: {x: 0.9999999, y: 0.99999994, z: 0.99999994}
    - name: LittleFinger1_R
      parentName: Right wrist
      position: {x: -0.38445848, y: 1.1506222, z: 0.19089937}
      rotation: {x: 0.011918412, y: 0.02968595, z: -0.039051946, w: 0.99872506}
      scale: {x: 1.0000001, y: 0.99999994, z: 1}
    - name: LittleFinger2_R
      parentName: LittleFinger1_R
      position: {x: 0.00000035762787, y: 0.3090272, z: 0.0000014305115}
      rotation: {x: -0.02202019, y: -0.02821077, z: 0.015251042, w: 0.9992431}
      scale: {x: 1, y: 0.9999999, z: 1}
    - name: LittleFinger3_R
      parentName: LittleFinger2_R
      position: {x: 0.00000059604645, y: 0.20256168, z: -0.0000003874302}
      rotation: {x: -0.013460111, y: -0.013578854, z: 0.0022042266, w: 0.99981475}
      scale: {x: 1, y: 1, z: 1}
    - name: Collar
      parentName: Chest
      position: {x: -1.0643997, y: 3.054492, z: 0.58051705}
      rotation: {x: 0.45676473, y: 0.18142295, z: 0.19601612, w: 0.84854543}
      scale: {x: 0.99999994, y: 0.9999999, z: 0.99999994}
    - name: Collar_R
      parentName: Chest
      position: {x: 1.0643997, y: 3.054492, z: 0.58051705}
      rotation: {x: 0.45676473, y: -0.18142295, z: -0.19601612, w: 0.84854543}
      scale: {x: 0.99999994, y: 0.9999999, z: 0.99999994}
    - name: String01
      parentName: Chest
      position: {x: 0.79159635, y: 1.2094115, z: 1.7686745}
      rotation: {x: 0.82201093, y: -0.3743301, z: -0.40444052, w: -0.14353734}
      scale: {x: 0.9999998, y: 0.9999999, z: 0.99999994}
    - name: String02
      parentName: String01
      position: {x: -0.00000064074993, y: 0.74793494, z: -0.00000062584877}
      rotation: {x: 0.34335613, y: -0.34390843, z: 0.07717763, w: 0.8705615}
      scale: {x: 0.99999994, y: 1, z: 1.0000001}
    - name: String03
      parentName: String02
      position: {x: -0.00000014621764, y: 0.81038177, z: -0.00000047311187}
      rotation: {x: 0.31588337, y: -0.3065722, z: -0.2330475, w: 0.86713326}
      scale: {x: 1.0000001, y: 1, z: 1}
    - name: String05
      parentName: Chest
      position: {x: -1.2922161, y: 1.0323653, z: 1.6156733}
      rotation: {x: 0.99947566, y: -0.0027839942, z: -0.0030642992, w: 0.032113094}
      scale: {x: 0.99999976, y: 0.9999999, z: 0.9999616}
    - name: String06
      parentName: String05
      position: {x: -0.000000015832484, y: 0.64486784, z: -0.00000019837171}
      rotation: {x: 0.00000047182493, y: -0.00000009901124, z: 0.00000006999471, w: 1}
      scale: {x: 0.99999994, y: 1, z: 1}
    - name: LowerClothes_0_0
      parentName: Hips
      position: {x: -0.00000022896856, y: -0.082632065, z: 1.3472826}
      rotation: {x: 0.9917979, y: -0.000000021169356, z: -0.0000000211709, w: 0.1278158}
      scale: {x: 1, y: 0.99999994, z: 0.99999756}
    - name: LowerClothes_1_0
      parentName: LowerClothes_0_0
      position: {x: -1.4210855e-14, y: 1.9295547, z: 0.00000023841858}
      rotation: {x: 0.007882233, y: -6.8772305e-10, z: 2.3258673e-10, w: 0.99996895}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: LowerClothes_2_0
      parentName: LowerClothes_1_0
      position: {x: 8.526513e-14, y: 1.9218546, z: 0.00000047683716}
      rotation: {x: 0.0064681633, y: -0.0000000039601646, z: 0.0000000028543257, w: 0.9999791}
      scale: {x: 1, y: 1, z: 1}
    - name: LowerClothes_0_1
      parentName: Hips
      position: {x: -1.0263106, y: -0.082632065, z: 1.0699157}
      rotation: {x: 0.98697734, y: -0.09171343, z: -0.09171653, w: 0.09514483}
      scale: {x: 0.9999994, y: 0.9999999, z: 0.99999917}
    - name: LowerClothes_1_1
      parentName: LowerClothes_0_1
      position: {x: 0.00000014901161, y: 1.9340639, z: -0.0000005066395}
      rotation: {x: 0.0068116398, y: -0.0028793176, z: 0.0012183598, w: 0.9999719}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: LowerClothes_2_1
      parentName: LowerClothes_1_1
      position: {x: -0.00000011920929, y: 1.9305756, z: 0.000000059604645}
      rotation: {x: 0.008161958, y: -0.016500674, z: 0.012368248, w: 0.9997541}
      scale: {x: 1, y: 0.99999994, z: 1}
    - name: LowerClothes_0_2
      parentName: Hips
      position: {x: -1.660605, y: -0.082632065, z: 0.3437597}
      rotation: {x: 0.98074704, y: -0.13733092, z: -0.13731745, w: 0.020479323}
      scale: {x: 1.0000033, y: 1.0000004, z: 1.0000002}
    - name: LowerClothes_1_2
      parentName: LowerClothes_0_2
      position: {x: -0.00000028312206, y: 1.9413378, z: -0.00000017229468}
      rotation: {x: 0.0034605104, y: -0.0039950176, z: 0.0028824296, w: 0.9999819}
      scale: {x: 0.9999998, y: 0.9999999, z: 0.9999999}
    - name: LowerClothes_2_2
      parentName: LowerClothes_1_2
      position: {x: -0.00000017881393, y: 1.9445993, z: 0.00000014156103}
      rotation: {x: 0.00857064, y: -0.022812413, z: 0.019618124, w: 0.9995105}
      scale: {x: 1, y: 1, z: 0.99999994}
    - name: LowerClothes_0_3
      parentName: Hips
      position: {x: -1.660605, y: -0.082632065, z: -0.5538186}
      rotation: {x: 0.98213917, y: -0.12701051, z: -0.12699682, w: -0.05606164}
      scale: {x: 1.0000042, y: 1.0000005, z: 1.0000004}
    - name: LowerClothes_1_3
      parentName: LowerClothes_0_3
      position: {x: 0.0000006854534, y: 1.9413364, z: 0.00000017881393}
      rotation: {x: -0.0014741267, y: -0.003435461, z: 0.004255822, w: 0.99998397}
      scale: {x: 1, y: 1, z: 1}
    - name: LowerClothes_2_3
      parentName: LowerClothes_1_3
      position: {x: -0.00000028312206, y: 1.9446036, z: -0.00000017881393}
      rotation: {x: 0.003853728, y: -0.01981512, z: 0.021058386, w: 0.9995745}
      scale: {x: 0.9999999, y: 0.9999998, z: 0.9999998}
    - name: LowerClothes_0_4
      parentName: Hips
      position: {x: -1.0263103, y: -0.082632065, z: -1.2799747}
      rotation: {x: 0.9884237, y: -0.0745266, z: -0.07452517, w: -0.10913504}
      scale: {x: 1.0000002, y: 0.99999994, z: 1.0000004}
    - name: LowerClothes_1_4
      parentName: LowerClothes_0_4
      position: {x: -0.000000029802322, y: 1.9340659, z: 0.00000040233135}
      rotation: {x: -0.0060128784, y: -0.0019265659, z: 0.0034241125, w: 0.9999742}
      scale: {x: 1, y: 1, z: 1}
    - name: LowerClothes_2_4
      parentName: LowerClothes_1_4
      position: {x: 0.00000011920929, y: 1.9305701, z: 0.00000062584877}
      rotation: {x: -0.0030902317, y: -0.011318732, z: 0.014492705, w: 0.99982613}
      scale: {x: 1, y: 0.99999994, z: 0.99999994}
    - name: LowerClothes_0_5
      parentName: Hips
      position: {x: 0.000000076322856, y: -0.082632065, z: -1.5573416}
      rotation: {x: 0.991798, y: 0.000000005446579, z: 0.0000000054457874, w: -0.1278152}
      scale: {x: 1, y: 1, z: 1.0000048}
    - name: LowerClothes_0_6
      parentName: Hips
      position: {x: 1.0263104, y: -0.082632065, z: -1.2799743}
      rotation: {x: 0.9884242, y: 0.074518435, z: 0.07452471, w: -0.10913634}
      scale: {x: 0.9999987, y: 0.9999999, z: 0.9999981}
    - name: LowerClothes_1_6
      parentName: LowerClothes_0_6
      position: {x: -0.000000029802322, y: 1.934064, z: 0.00000025331974}
      rotation: {x: -0.006013148, y: 0.0019262896, z: -0.0034237907, w: 0.9999742}
      scale: {x: 1.0000001, y: 1.0000001, z: 1}
    - name: LowerClothes_2_6
      parentName: LowerClothes_1_6
      position: {x: 0.0000003874302, y: 1.9305743, z: 0.00000014901161}
      rotation: {x: -0.0030899374, y: 0.011319153, z: -0.014493246, w: 0.99982613}
      scale: {x: 1.0000001, y: 1, z: 0.99999994}
    - name: LowerClothes_0_7
      parentName: Hips
      position: {x: 1.6606048, y: -0.082632065, z: -0.55381846}
      rotation: {x: 0.9821393, y: 0.12700741, z: 0.12699798, w: -0.056063224}
      scale: {x: 1.0000029, y: 1.0000002, z: 1.0000002}
    - name: LowerClothes_1_7
      parentName: LowerClothes_0_7
      position: {x: -0.00000047683716, y: 1.941342, z: -0.00000029802322}
      rotation: {x: -0.0014743095, y: 0.0034350257, z: -0.0042554047, w: 0.99998397}
      scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
    - name: LowerClothes_2_7
      parentName: LowerClothes_1_7
      position: {x: 0.00000071525574, y: 1.9446006, z: 0.00000011920929}
      rotation: {x: 0.003853946, y: 0.019815514, z: -0.021058774, w: 0.9995744}
      scale: {x: 1.0000001, y: 1.0000001, z: 1}
    - name: LowerClothes_0_8
      parentName: Hips
      position: {x: 1.6606047, y: -0.082632065, z: 0.34375992}
      rotation: {x: 0.9807515, y: 0.13730931, z: 0.13730747, w: 0.020476477}
      scale: {x: 1.0000002, y: 1, z: 1}
    - name: LowerClothes_1_8
      parentName: LowerClothes_0_8
      position: {x: 0.0000008046627, y: 1.9413397, z: 0.000000095926225}
      rotation: {x: 0.0034604506, y: 0.003995082, z: -0.002882477, w: 0.9999819}
      scale: {x: 0.9999999, y: 0.9999998, z: 0.99999976}
    - name: LowerClothes_2_8
      parentName: LowerClothes_1_8
      position: {x: -0.0000004172325, y: 1.9445993, z: 0.00000014901161}
      rotation: {x: 0.008570794, y: 0.022812039, z: -0.019617813, w: 0.9995105}
      scale: {x: 1, y: 1, z: 1}
    - name: LowerClothes_0_9
      parentName: Hips
      position: {x: 1.0263102, y: -0.082632065, z: 1.0699157}
      rotation: {x: 0.9869767, y: 0.091719285, z: 0.09171655, w: 0.095145404}
      scale: {x: 1.0000004, y: 1.0000001, z: 1.0000006}
    - name: LowerClothes_1_9
      parentName: LowerClothes_0_9
      position: {x: 0.00000011920929, y: 1.9340671, z: 0.00000008940697}
      rotation: {x: 0.006811691, y: 0.0028791733, z: -0.0012181968, w: 0.9999719}
      scale: {x: 1, y: 0.99999994, z: 1}
    - name: LowerClothes_2_9
      parentName: LowerClothes_1_9
      position: {x: 0.00000035762787, y: 1.9305723, z: -0.0000005364418}
      rotation: {x: 0.008161641, y: 0.016500643, z: -0.012368289, w: 0.9997541}
      scale: {x: 1, y: 1.0000001, z: 1}
    - name: Left leg
      parentName: Hips
      position: {x: -0.9922189, y: -0.5456333, z: -0.08459467}
      rotation: {x: 0.99994344, y: -0.0074027064, z: -0.0074426383, w: 0.00172944}
      scale: {x: 0.99967897, y: 0.9999999, z: 0.9999812}
    - name: Left knee
      parentName: Left leg
      position: {x: -0.00000008742791, y: 5.8926754, z: 0}
      rotation: {x: 0.021938715, y: 0.0067063044, z: -0.0070097237, w: 0.9997123}
      scale: {x: 1, y: 1, z: 0.9999999}
    - name: Left ankle
      parentName: Left knee
      position: {x: 0.00000003009336, y: 7.36296, z: -0.000000009546056}
      rotation: {x: -0.6014408, y: 0.00071982265, z: -0.00007660612, w: 0.7989171}
      scale: {x: 0.99999994, y: 1, z: 1}
    - name: Left toe
      parentName: Left ankle
      position: {x: -0.000000035339866, y: 2.569968, z: 0.00000007636845}
      rotation: {x: -0.123448014, y: -0.0014859905, z: 0.00024820952, w: 0.9923499}
      scale: {x: 1, y: 0.9999999, z: 0.99999994}
    - name: Right leg
      parentName: Hips
      position: {x: 0.9922189, y: -0.5456333, z: -0.08459467}
      rotation: {x: 0.99994344, y: 0.0074027064, z: 0.0074426383, w: 0.00172944}
      scale: {x: 0.99967897, y: 0.9999999, z: 0.9999812}
    - name: Right knee
      parentName: Right leg
      position: {x: 0.00000008742791, y: 5.8926754, z: 0}
      rotation: {x: 0.021938715, y: -0.0067063044, z: 0.0070097237, w: 0.9997123}
      scale: {x: 1, y: 1, z: 0.9999999}
    - name: Right ankle
      parentName: Right knee
      position: {x: -0.00000003009336, y: 7.36296, z: -0.000000009546056}
      rotation: {x: -0.6014408, y: -0.00071962224, z: 0.000076397264, w: 0.7989171}
      scale: {x: 0.99999994, y: 1, z: 1}
    - name: Right toe
      parentName: Right ankle
      position: {x: -0.00000012046605, y: 2.569968, z: -0.000000023137545}
      rotation: {x: -0.12333796, y: 0.0014492129, z: -0.00024229223, w: 0.9923637}
      scale: {x: 0.99999994, y: 1, z: 0.9999998}
    - name: Body
      parentName: cani 2.0(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: