Mecanim Elizabeth Warren rigged 1.fbx.meta
70.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
fileFormatVersion: 2
guid: 1f078c7471488dc48ab38935b3e2f3e8
timeCreated: 1503510674
licenseType: Store
ModelImporter:
serializedVersion: 21
fileIDToRecycleName:
100000: Character1_Ctrl_ChestEndEffector
100002: Character1_Ctrl_ChestOriginEffector
100004: Character1_Ctrl_Head
100006: Character1_Ctrl_HeadEffector
100008: Character1_Ctrl_Hips
100010: Character1_Ctrl_HipsEffector
100012: Character1_Ctrl_LeftAnkleEffector
100014: Character1_Ctrl_LeftArm
100016: Character1_Ctrl_LeftElbowEffector
100018: Character1_Ctrl_LeftFoot
100020: Character1_Ctrl_LeftFootEffector
100022: Character1_Ctrl_LeftForeArm
100024: Character1_Ctrl_LeftHand
100026: Character1_Ctrl_LeftHandIndex1
100028: Character1_Ctrl_LeftHandIndex2
100030: Character1_Ctrl_LeftHandIndex3
100032: Character1_Ctrl_LeftHandIndex4
100034: Character1_Ctrl_LeftHandIndexEffector
100036: Character1_Ctrl_LeftHandMiddle1
100038: Character1_Ctrl_LeftHandMiddle2
100040: Character1_Ctrl_LeftHandMiddle3
100042: Character1_Ctrl_LeftHandMiddle4
100044: Character1_Ctrl_LeftHandMiddleEffector
100046: Character1_Ctrl_LeftHandPinky1
100048: Character1_Ctrl_LeftHandPinky2
100050: Character1_Ctrl_LeftHandPinky3
100052: Character1_Ctrl_LeftHandPinky4
100054: Character1_Ctrl_LeftHandPinkyEffector
100056: Character1_Ctrl_LeftHandRing1
100058: Character1_Ctrl_LeftHandRing2
100060: Character1_Ctrl_LeftHandRing3
100062: Character1_Ctrl_LeftHandRing4
100064: Character1_Ctrl_LeftHandRingEffector
100066: Character1_Ctrl_LeftHandThumb1
100068: Character1_Ctrl_LeftHandThumb2
100070: Character1_Ctrl_LeftHandThumb3
100072: Character1_Ctrl_LeftHandThumb4
100074: Character1_Ctrl_LeftHandThumbEffector
100076: Character1_Ctrl_LeftHipEffector
100078: Character1_Ctrl_LeftKneeEffector
100080: Character1_Ctrl_LeftLeg
100082: Character1_Ctrl_LeftShoulder
100084: Character1_Ctrl_LeftShoulderEffector
100086: Character1_Ctrl_LeftToeBase
100088: Character1_Ctrl_LeftUpLeg
100090: Character1_Ctrl_LeftWristEffector
100092: Character1_Ctrl_Neck
100094: Character1_Ctrl_Reference
100096: Character1_Ctrl_RightAnkleEffector
100098: Character1_Ctrl_RightArm
100100: Character1_Ctrl_RightElbowEffector
100102: Character1_Ctrl_RightFoot
100104: Character1_Ctrl_RightFootEffector
100106: Character1_Ctrl_RightForeArm
100108: Character1_Ctrl_RightHand
100110: Character1_Ctrl_RightHandIndex1
100112: Character1_Ctrl_RightHandIndex2
100114: Character1_Ctrl_RightHandIndex3
100116: Character1_Ctrl_RightHandIndex4
100118: Character1_Ctrl_RightHandIndexEffector
100120: Character1_Ctrl_RightHandMiddle1
100122: Character1_Ctrl_RightHandMiddle2
100124: Character1_Ctrl_RightHandMiddle3
100126: Character1_Ctrl_RightHandMiddle4
100128: Character1_Ctrl_RightHandMiddleEffector
100130: Character1_Ctrl_RightHandPinky1
100132: Character1_Ctrl_RightHandPinky2
100134: Character1_Ctrl_RightHandPinky3
100136: Character1_Ctrl_RightHandPinky4
100138: Character1_Ctrl_RightHandPinkyEffector
100140: Character1_Ctrl_RightHandRing1
100142: Character1_Ctrl_RightHandRing2
100144: Character1_Ctrl_RightHandRing3
100146: Character1_Ctrl_RightHandRing4
100148: Character1_Ctrl_RightHandRingEffector
100150: Character1_Ctrl_RightHandThumb1
100152: Character1_Ctrl_RightHandThumb2
100154: Character1_Ctrl_RightHandThumb3
100156: Character1_Ctrl_RightHandThumb4
100158: Character1_Ctrl_RightHandThumbEffector
100160: Character1_Ctrl_RightHipEffector
100162: Character1_Ctrl_RightKneeEffector
100164: Character1_Ctrl_RightLeg
100166: Character1_Ctrl_RightShoulder
100168: Character1_Ctrl_RightShoulderEffector
100170: Character1_Ctrl_RightToeBase
100172: Character1_Ctrl_RightUpLeg
100174: Character1_Ctrl_RightWristEffector
100176: Character1_Ctrl_Spine
100178: Character1_Ctrl_Spine1
100180: Character1_Ctrl_Spine2
100182: Character1_Head
100184: Character1_Hips
100186: Character1_LeftArm
100188: Character1_LeftFoot
100190: Character1_LeftForeArm
100192: Character1_LeftHand
100194: Character1_LeftHandIndex1
100196: Character1_LeftHandIndex2
100198: Character1_LeftHandIndex3
100200: Character1_LeftHandIndex4
100202: Character1_LeftHandMiddle1
100204: Character1_LeftHandMiddle2
100206: Character1_LeftHandMiddle3
100208: Character1_LeftHandMiddle4
100210: Character1_LeftHandPinky1
100212: Character1_LeftHandPinky2
100214: Character1_LeftHandPinky3
100216: Character1_LeftHandPinky4
100218: Character1_LeftHandRing1
100220: Character1_LeftHandRing2
100222: Character1_LeftHandRing3
100224: Character1_LeftHandRing4
100226: Character1_LeftHandThumb1
100228: Character1_LeftHandThumb2
100230: Character1_LeftHandThumb3
100232: Character1_LeftHandThumb4
100234: Character1_LeftLeg
100236: Character1_LeftShoulder
100238: Character1_LeftToeBase
100240: Character1_LeftUpLeg
100242: Character1_Neck
100244: Character1_Reference
100246: Character1_RightArm
100248: Character1_RightFoot
100250: Character1_RightForeArm
100252: Character1_RightHand
100254: Character1_RightHandIndex1
100256: Character1_RightHandIndex2
100258: Character1_RightHandIndex3
100260: Character1_RightHandIndex4
100262: Character1_RightHandMiddle1
100264: Character1_RightHandMiddle2
100266: Character1_RightHandMiddle3
100268: Character1_RightHandMiddle4
100270: Character1_RightHandPinky1
100272: Character1_RightHandPinky2
100274: Character1_RightHandPinky3
100276: Character1_RightHandPinky4
100278: Character1_RightHandRing1
100280: Character1_RightHandRing2
100282: Character1_RightHandRing3
100284: Character1_RightHandRing4
100286: Character1_RightHandThumb1
100288: Character1_RightHandThumb2
100290: Character1_RightHandThumb3
100292: Character1_RightHandThumb4
100294: Character1_RightLeg
100296: Character1_RightShoulder
100298: Character1_RightToeBase
100300: Character1_RightUpLeg
100302: Character1_Spine
100304: Character1_Spine1
100306: Character1_Spine2
100308: //RootNode
100310: Elizabeth_Warren:clothes_shoes_clothes
100312: Elizabeth_Warren:eyes_Sphere_eyes_Sphere_eyes
100314: Elizabeth_Warren:glasses_Plane_glasses_Plane_glasses
100316: Elizabeth_Warren:skin_hands_skin
100318: Elizabeth_Warren:teeth_bot_teeth_bot_teeth_bot
100320: Elizabeth_Warren:teeth_top_teeth_top_teeth_top
100322: Eye_L
100324: Eye_L_tip
100326: Eye_R
100328: Eye_R_tip
100330: Eyelid_L_bot
100332: Eyelid_L_bot_tip
100334: Eyelid_L_top
100336: Eyelid_L_top_tip
100338: Eyelid_R_bot
100340: Eyelid_R_bot_tip
100342: Eyelid_R_top
100344: Eyelid_R_top_tip
100346: Head
100348: Jaw
100350: Jaw_tip
100352: lip_top
100354: Lip_top_L
100356: Lip_top_R
400000: Character1_Ctrl_ChestEndEffector
400002: Character1_Ctrl_ChestOriginEffector
400004: Character1_Ctrl_Head
400006: Character1_Ctrl_HeadEffector
400008: Character1_Ctrl_Hips
400010: Character1_Ctrl_HipsEffector
400012: Character1_Ctrl_LeftAnkleEffector
400014: Character1_Ctrl_LeftArm
400016: Character1_Ctrl_LeftElbowEffector
400018: Character1_Ctrl_LeftFoot
400020: Character1_Ctrl_LeftFootEffector
400022: Character1_Ctrl_LeftForeArm
400024: Character1_Ctrl_LeftHand
400026: Character1_Ctrl_LeftHandIndex1
400028: Character1_Ctrl_LeftHandIndex2
400030: Character1_Ctrl_LeftHandIndex3
400032: Character1_Ctrl_LeftHandIndex4
400034: Character1_Ctrl_LeftHandIndexEffector
400036: Character1_Ctrl_LeftHandMiddle1
400038: Character1_Ctrl_LeftHandMiddle2
400040: Character1_Ctrl_LeftHandMiddle3
400042: Character1_Ctrl_LeftHandMiddle4
400044: Character1_Ctrl_LeftHandMiddleEffector
400046: Character1_Ctrl_LeftHandPinky1
400048: Character1_Ctrl_LeftHandPinky2
400050: Character1_Ctrl_LeftHandPinky3
400052: Character1_Ctrl_LeftHandPinky4
400054: Character1_Ctrl_LeftHandPinkyEffector
400056: Character1_Ctrl_LeftHandRing1
400058: Character1_Ctrl_LeftHandRing2
400060: Character1_Ctrl_LeftHandRing3
400062: Character1_Ctrl_LeftHandRing4
400064: Character1_Ctrl_LeftHandRingEffector
400066: Character1_Ctrl_LeftHandThumb1
400068: Character1_Ctrl_LeftHandThumb2
400070: Character1_Ctrl_LeftHandThumb3
400072: Character1_Ctrl_LeftHandThumb4
400074: Character1_Ctrl_LeftHandThumbEffector
400076: Character1_Ctrl_LeftHipEffector
400078: Character1_Ctrl_LeftKneeEffector
400080: Character1_Ctrl_LeftLeg
400082: Character1_Ctrl_LeftShoulder
400084: Character1_Ctrl_LeftShoulderEffector
400086: Character1_Ctrl_LeftToeBase
400088: Character1_Ctrl_LeftUpLeg
400090: Character1_Ctrl_LeftWristEffector
400092: Character1_Ctrl_Neck
400094: Character1_Ctrl_Reference
400096: Character1_Ctrl_RightAnkleEffector
400098: Character1_Ctrl_RightArm
400100: Character1_Ctrl_RightElbowEffector
400102: Character1_Ctrl_RightFoot
400104: Character1_Ctrl_RightFootEffector
400106: Character1_Ctrl_RightForeArm
400108: Character1_Ctrl_RightHand
400110: Character1_Ctrl_RightHandIndex1
400112: Character1_Ctrl_RightHandIndex2
400114: Character1_Ctrl_RightHandIndex3
400116: Character1_Ctrl_RightHandIndex4
400118: Character1_Ctrl_RightHandIndexEffector
400120: Character1_Ctrl_RightHandMiddle1
400122: Character1_Ctrl_RightHandMiddle2
400124: Character1_Ctrl_RightHandMiddle3
400126: Character1_Ctrl_RightHandMiddle4
400128: Character1_Ctrl_RightHandMiddleEffector
400130: Character1_Ctrl_RightHandPinky1
400132: Character1_Ctrl_RightHandPinky2
400134: Character1_Ctrl_RightHandPinky3
400136: Character1_Ctrl_RightHandPinky4
400138: Character1_Ctrl_RightHandPinkyEffector
400140: Character1_Ctrl_RightHandRing1
400142: Character1_Ctrl_RightHandRing2
400144: Character1_Ctrl_RightHandRing3
400146: Character1_Ctrl_RightHandRing4
400148: Character1_Ctrl_RightHandRingEffector
400150: Character1_Ctrl_RightHandThumb1
400152: Character1_Ctrl_RightHandThumb2
400154: Character1_Ctrl_RightHandThumb3
400156: Character1_Ctrl_RightHandThumb4
400158: Character1_Ctrl_RightHandThumbEffector
400160: Character1_Ctrl_RightHipEffector
400162: Character1_Ctrl_RightKneeEffector
400164: Character1_Ctrl_RightLeg
400166: Character1_Ctrl_RightShoulder
400168: Character1_Ctrl_RightShoulderEffector
400170: Character1_Ctrl_RightToeBase
400172: Character1_Ctrl_RightUpLeg
400174: Character1_Ctrl_RightWristEffector
400176: Character1_Ctrl_Spine
400178: Character1_Ctrl_Spine1
400180: Character1_Ctrl_Spine2
400182: Character1_Head
400184: Character1_Hips
400186: Character1_LeftArm
400188: Character1_LeftFoot
400190: Character1_LeftForeArm
400192: Character1_LeftHand
400194: Character1_LeftHandIndex1
400196: Character1_LeftHandIndex2
400198: Character1_LeftHandIndex3
400200: Character1_LeftHandIndex4
400202: Character1_LeftHandMiddle1
400204: Character1_LeftHandMiddle2
400206: Character1_LeftHandMiddle3
400208: Character1_LeftHandMiddle4
400210: Character1_LeftHandPinky1
400212: Character1_LeftHandPinky2
400214: Character1_LeftHandPinky3
400216: Character1_LeftHandPinky4
400218: Character1_LeftHandRing1
400220: Character1_LeftHandRing2
400222: Character1_LeftHandRing3
400224: Character1_LeftHandRing4
400226: Character1_LeftHandThumb1
400228: Character1_LeftHandThumb2
400230: Character1_LeftHandThumb3
400232: Character1_LeftHandThumb4
400234: Character1_LeftLeg
400236: Character1_LeftShoulder
400238: Character1_LeftToeBase
400240: Character1_LeftUpLeg
400242: Character1_Neck
400244: Character1_Reference
400246: Character1_RightArm
400248: Character1_RightFoot
400250: Character1_RightForeArm
400252: Character1_RightHand
400254: Character1_RightHandIndex1
400256: Character1_RightHandIndex2
400258: Character1_RightHandIndex3
400260: Character1_RightHandIndex4
400262: Character1_RightHandMiddle1
400264: Character1_RightHandMiddle2
400266: Character1_RightHandMiddle3
400268: Character1_RightHandMiddle4
400270: Character1_RightHandPinky1
400272: Character1_RightHandPinky2
400274: Character1_RightHandPinky3
400276: Character1_RightHandPinky4
400278: Character1_RightHandRing1
400280: Character1_RightHandRing2
400282: Character1_RightHandRing3
400284: Character1_RightHandRing4
400286: Character1_RightHandThumb1
400288: Character1_RightHandThumb2
400290: Character1_RightHandThumb3
400292: Character1_RightHandThumb4
400294: Character1_RightLeg
400296: Character1_RightShoulder
400298: Character1_RightToeBase
400300: Character1_RightUpLeg
400302: Character1_Spine
400304: Character1_Spine1
400306: Character1_Spine2
400308: //RootNode
400310: Elizabeth_Warren:clothes_shoes_clothes
400312: Elizabeth_Warren:eyes_Sphere_eyes_Sphere_eyes
400314: Elizabeth_Warren:glasses_Plane_glasses_Plane_glasses
400316: Elizabeth_Warren:skin_hands_skin
400318: Elizabeth_Warren:teeth_bot_teeth_bot_teeth_bot
400320: Elizabeth_Warren:teeth_top_teeth_top_teeth_top
400322: Eye_L
400324: Eye_L_tip
400326: Eye_R
400328: Eye_R_tip
400330: Eyelid_L_bot
400332: Eyelid_L_bot_tip
400334: Eyelid_L_top
400336: Eyelid_L_top_tip
400338: Eyelid_R_bot
400340: Eyelid_R_bot_tip
400342: Eyelid_R_top
400344: Eyelid_R_top_tip
400346: Head
400348: Jaw
400350: Jaw_tip
400352: lip_top
400354: Lip_top_L
400356: Lip_top_R
4300000: Elizabeth_Warren:glasses_Plane_glasses_Plane_glasses
4300002: Elizabeth_Warren:clothes_shoes_clothes
4300004: Elizabeth_Warren:teeth_bot_teeth_bot_teeth_bot
4300006: Elizabeth_Warren:skin_hands_skin
4300008: Elizabeth_Warren:teeth_top_teeth_top_teeth_top
4300010: Elizabeth_Warren:eyes_Sphere_eyes_Sphere_eyes
9500000: //RootNode
13700000: Elizabeth_Warren:clothes_shoes_clothes
13700002: Elizabeth_Warren:eyes_Sphere_eyes_Sphere_eyes
13700004: Elizabeth_Warren:glasses_Plane_glasses_Plane_glasses
13700006: Elizabeth_Warren:skin_hands_skin
13700008: Elizabeth_Warren:teeth_bot_teeth_bot_teeth_bot
13700010: Elizabeth_Warren:teeth_top_teeth_top_teeth_top
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
motionNodeName:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 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
importVisibility: 1
importBlendShapes: 1
importCameras: 1
importLights: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 3
normalCalculationMode: 4
importAnimation: 1
copyAvatar: 0
humanDescription:
serializedVersion: 2
human:
- boneName: Character1_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: Character1_LeftUpLeg
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: Character1_RightUpLeg
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: Character1_LeftLeg
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: Character1_RightLeg
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: Character1_LeftFoot
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: Character1_RightFoot
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: Character1_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: Character1_Spine1
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: Character1_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: Character1_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: Character1_LeftShoulder
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: Character1_RightShoulder
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: Character1_LeftArm
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: Character1_RightArm
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: Character1_LeftForeArm
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: Character1_RightForeArm
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: Character1_LeftHand
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: Character1_RightHand
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: Character1_LeftToeBase
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: Character1_RightToeBase
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: Eye_L
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: Jaw
humanName: Jaw
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: Character1_LeftHandThumb1
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: Character1_LeftHandThumb2
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: Character1_LeftHandThumb3
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: Character1_LeftHandIndex1
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: Character1_LeftHandIndex2
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: Character1_LeftHandIndex3
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: Character1_LeftHandMiddle1
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: Character1_LeftHandMiddle2
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: Character1_LeftHandMiddle3
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: Character1_LeftHandRing1
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: Character1_LeftHandRing2
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: Character1_LeftHandRing3
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: Character1_LeftHandPinky1
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: Character1_LeftHandPinky2
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: Character1_LeftHandPinky3
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: Character1_RightHandThumb1
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: Character1_RightHandThumb2
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: Character1_RightHandThumb3
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: Character1_RightHandIndex1
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: Character1_RightHandIndex2
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: Character1_RightHandIndex3
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: Character1_RightHandMiddle1
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: Character1_RightHandMiddle2
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: Character1_RightHandMiddle3
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: Character1_RightHandRing1
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: Character1_RightHandRing2
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: Character1_RightHandRing3
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: Character1_RightHandPinky1
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: Character1_RightHandPinky2
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: Character1_RightHandPinky3
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: Character1_Spine2
humanName: UpperChest
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: Elizabeth Warren rigged 1(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: Character1_Ctrl_Reference
parentName: Elizabeth Warren rigged 1(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_ChestEndEffector
parentName: Character1_Ctrl_Reference
position: {x: -0, y: 1.432404, z: -0.020204667}
rotation: {x: 8.612732e-17, y: -5.551115e-17, z: 5.551115e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_ChestOriginEffector
parentName: Character1_Ctrl_Reference
position: {x: -0, y: 1.0699999, z: 0}
rotation: {x: 8.612732e-17, y: -5.551115e-17, z: 5.551115e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_HeadEffector
parentName: Character1_Ctrl_Reference
position: {x: -0, y: 1.6665224, z: 0.052339554}
rotation: {x: 8.612732e-17, y: -5.551115e-17, z: 5.551115e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_Hips
parentName: Character1_Ctrl_Reference
position: {x: -0, y: 1, z: 0}
rotation: {x: 8.612732e-17, y: -5.551115e-17, z: 5.551115e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftUpLeg
parentName: Character1_Ctrl_Hips
position: {x: -0.0891, y: -0.06270004, z: 0}
rotation: {x: -6.8299316e-16, y: -1.8908486e-16, z: -3.1918912e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftLeg
parentName: Character1_Ctrl_LeftUpLeg
position: {x: -0.033474825, y: -0.4122787, z: 0.045975965}
rotation: {x: 1.2490009e-16, y: 1.9032335e-16, z: -1.7105157e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftFoot
parentName: Character1_Ctrl_LeftLeg
position: {x: -1.7763568e-17, y: -0.35348627, z: -0.046231993}
rotation: {x: -1.5612511e-16, y: -8.326673e-17, z: -2.0122792e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftToeBase
parentName: Character1_Ctrl_LeftFoot
position: {x: -0.080109544, y: -0.14590351, z: 0.308769}
rotation: {x: 2.2365468e-32, y: -0, z: -1.2246469e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightUpLeg
parentName: Character1_Ctrl_Hips
position: {x: 0.0891, y: -0.06270004, z: 0}
rotation: {x: 2.735442e-16, y: 4.7704896e-17, z: 2.220446e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightLeg
parentName: Character1_Ctrl_RightUpLeg
position: {x: 0.033474825, y: -0.4122787, z: 0.045975965}
rotation: {x: 1.2490009e-16, y: 1.9032335e-16, z: -1.7105157e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightFoot
parentName: Character1_Ctrl_RightLeg
position: {x: 1.7763568e-17, y: -0.35348627, z: -0.046231993}
rotation: {x: 1.8388069e-16, y: 1.2490009e-16, z: -6.2450045e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightToeBase
parentName: Character1_Ctrl_RightFoot
position: {x: 0.080109544, y: -0.14590351, z: 0.308769}
rotation: {x: 2.2365468e-32, y: -0, z: -1.2246469e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_Spine
parentName: Character1_Ctrl_Hips
position: {x: -0, y: 0.07, z: 0}
rotation: {x: 8.612732e-17, y: -5.551115e-17, z: 5.551115e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_Spine1
parentName: Character1_Ctrl_Spine
position: {x: -0, y: 0.12666664, z: 0}
rotation: {x: 8.612732e-17, y: -5.551115e-17, z: 5.551115e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_Spine2
parentName: Character1_Ctrl_Spine1
position: {x: -0, y: 0.12666664, z: 0}
rotation: {x: 8.612732e-17, y: -5.551115e-17, z: 5.551115e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftShoulder
parentName: Character1_Ctrl_Spine2
position: {x: -0.10160068, y: 0.10907074, z: -0.020204667}
rotation: {x: 0, y: 0, z: -1.6940659e-21, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftArm
parentName: Character1_Ctrl_LeftShoulder
position: {x: -0.10707251, y: 0.000001373291, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftForeArm
parentName: Character1_Ctrl_LeftArm
position: {x: -0.27305463, y: 0, z: -4.440892e-18}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHand
parentName: Character1_Ctrl_LeftForeArm
position: {x: -0.29953283, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandIndex1
parentName: Character1_Ctrl_LeftHand
position: {x: -0.12651901, y: 0.007900848, z: 0.061706364}
rotation: {x: -1.2143064e-17, y: -4.1633363e-17, z: -1.8648277e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandIndex2
parentName: Character1_Ctrl_LeftHandIndex1
position: {x: -0.046702042, y: 0.0044740294, z: 0.012401633}
rotation: {x: -1.1779846e-16, y: 1.3877788e-17, z: 2.2638861e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandIndex3
parentName: Character1_Ctrl_LeftHandIndex2
position: {x: -0.030423507, y: -0.00000015258789, z: 0.005846648}
rotation: {x: -1.210865e-16, y: -1.0965873e-33, z: 9.0562314e-18, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandIndex4
parentName: Character1_Ctrl_LeftHandIndex3
position: {x: -0.026821822, y: -2.842171e-16, z: 0.004058275}
rotation: {x: 6.054325e-17, y: -9.7144515e-17, z: 5.2071847e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandMiddle1
parentName: Character1_Ctrl_LeftHand
position: {x: -0.13678847, y: 0.010484466, z: 0.024082942}
rotation: {x: 3.5233618e-35, y: 6.938894e-18, z: -5.0776995e-18, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandMiddle2
parentName: Character1_Ctrl_LeftHandMiddle1
position: {x: -0.042881545, y: 0, z: -0.0035559577}
rotation: {x: 0, y: 0, z: -4.6121705e-18, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandMiddle3
parentName: Character1_Ctrl_LeftHandMiddle2
position: {x: -0.035312958, y: -2.842171e-16, z: -0.0026598587}
rotation: {x: 3.4043948e-16, y: 1.3877788e-17, z: 2.236167e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandMiddle4
parentName: Character1_Ctrl_LeftHandMiddle3
position: {x: -0.027253112, y: -0.0023094176, z: -0.0020536769}
rotation: {x: 2.2117724e-16, y: 1.3877788e-17, z: 1.37422625e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandPinky1
parentName: Character1_Ctrl_LeftHand
position: {x: -0.11691383, y: -0.01881958, z: -0.031917706}
rotation: {x: -1.071304e-16, y: -5.551115e-17, z: -4.137777e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandPinky2
parentName: Character1_Ctrl_LeftHandPinky1
position: {x: -0.027995605, y: 0.00000030517577, z: -0.010812621}
rotation: {x: 1.110223e-16, y: 2.7755576e-17, z: 1.5612511e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandPinky3
parentName: Character1_Ctrl_LeftHandPinky2
position: {x: -0.02872467, y: -0.0044247434, z: -0.007022524}
rotation: {x: 1.2143064e-16, y: 3.7126814e-33, z: 3.05745e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandPinky4
parentName: Character1_Ctrl_LeftHandPinky3
position: {x: -0.016370086, y: -0.0024719238, z: -0.0020280266}
rotation: {x: -2.2551405e-17, y: -2.0816682e-17, z: 2.086005e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandRing1
parentName: Character1_Ctrl_LeftHand
position: {x: -0.12986298, y: -0.0000076293945, z: -0.009191672}
rotation: {x: 1.2143064e-16, y: 6.938894e-17, z: 2.8189256e-18, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandRing2
parentName: Character1_Ctrl_LeftHandRing1
position: {x: -0.03835495, y: -0.002068634, z: -0.007504558}
rotation: {x: 0, y: 0, z: -9.132363e-18, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandRing3
parentName: Character1_Ctrl_LeftHandRing2
position: {x: -0.03167488, y: 0, z: -0.0047240807}
rotation: {x: 1.22856954e-32, y: -6.938894e-18, z: -5.801523e-18, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandRing4
parentName: Character1_Ctrl_LeftHandRing3
position: {x: -0.029166183, y: 0, z: -0.002763381}
rotation: {x: 6.095934e-17, y: -1.110223e-16, z: 6.7007996e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandThumb1
parentName: Character1_Ctrl_LeftHand
position: {x: -0.044877242, y: -0.01207199, z: 0.061233137}
rotation: {x: 8.326673e-17, y: -4.8572257e-17, z: -2.0816682e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandThumb2
parentName: Character1_Ctrl_LeftHandThumb1
position: {x: -0.01902916, y: -0.014793701, z: 0.024295816}
rotation: {x: -8.326673e-17, y: 7.632783e-17, z: 2.7755576e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandThumb3
parentName: Character1_Ctrl_LeftHandThumb2
position: {x: -0.030886153, y: -0.017525328, z: 0.017873382}
rotation: {x: -9.7144515e-17, y: -5.551115e-17, z: 1.110223e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandThumb4
parentName: Character1_Ctrl_LeftHandThumb3
position: {x: -0.032657545, y: -0.022234192, z: 0.010376701}
rotation: {x: -6.938894e-17, y: -4.1633363e-17, z: 1.110223e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_Neck
parentName: Character1_Ctrl_Spine2
position: {x: -0, y: 0.12666671, z: 0}
rotation: {x: -1.6653345e-16, y: 2.1582843e-16, z: 5.2171807e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_Head
parentName: Character1_Ctrl_Neck
position: {x: -0, y: 0.21652237, z: 0.052339554}
rotation: {x: 8.612732e-17, y: -5.551115e-17, z: 5.551115e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightShoulder
parentName: Character1_Ctrl_Spine2
position: {x: 0.10160068, y: 0.10907074, z: -0.020204667}
rotation: {x: 0, y: 0, z: 1.6940659e-21, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightArm
parentName: Character1_Ctrl_RightShoulder
position: {x: 0.10707251, y: 0.000001373291, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightForeArm
parentName: Character1_Ctrl_RightArm
position: {x: 0.27305463, y: 0, z: -4.440892e-18}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHand
parentName: Character1_Ctrl_RightForeArm
position: {x: 0.29953283, y: 0, z: 0}
rotation: {x: -1.2325952e-32, y: 6.123234e-17, z: 0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandIndex1
parentName: Character1_Ctrl_RightHand
position: {x: 0.12651901, y: 0.007900848, z: 0.061706364}
rotation: {x: 2.0816682e-17, y: 2.7755576e-17, z: 2.1684043e-18, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandIndex2
parentName: Character1_Ctrl_RightHandIndex1
position: {x: 0.046702042, y: 0.0044740294, z: 0.012401633}
rotation: {x: -9.241129e-19, y: 1.3877788e-17, z: -1.7720194e-19, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandIndex3
parentName: Character1_Ctrl_RightHandIndex2
position: {x: 0.030423507, y: -0.00000015258789, z: 0.005846648}
rotation: {x: -2.7275303e-17, y: 1.3877788e-17, z: 1.183378e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandIndex4
parentName: Character1_Ctrl_RightHandIndex3
position: {x: 0.026821822, y: -2.842171e-16, z: 0.004058275}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandMiddle1
parentName: Character1_Ctrl_RightHand
position: {x: 0.13678847, y: 0.010484466, z: 0.024082942}
rotation: {x: -5.0603303e-18, y: -2.0816682e-17, z: 4.1962854e-19, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandMiddle2
parentName: Character1_Ctrl_RightHandMiddle1
position: {x: 0.042881545, y: 0, z: -0.0035559577}
rotation: {x: -4.5991424e-18, y: -1.593229e-36, z: 3.464187e-19, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandMiddle3
parentName: Character1_Ctrl_RightHandMiddle2
position: {x: 0.035312958, y: -2.842171e-16, z: -0.0026598587}
rotation: {x: 6.505213e-18, y: -1.3877788e-17, z: 2.5478751e-18, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandMiddle4
parentName: Character1_Ctrl_RightHandMiddle3
position: {x: 0.027253112, y: -0.0023094176, z: -0.0020536769}
rotation: {x: 8.6736174e-19, y: -9.592034e-36, z: -1.1058862e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandPinky1
parentName: Character1_Ctrl_RightHand
position: {x: 0.11691383, y: -0.01881958, z: -0.031917706}
rotation: {x: -1.12723145e-17, y: -5.551115e-17, z: 4.3538552e-18, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandPinky2
parentName: Character1_Ctrl_RightHandPinky1
position: {x: 0.027995605, y: 0.00000030517577, z: -0.010812621}
rotation: {x: -1.0408341e-17, y: -1.1736136e-34, z: 1.1275703e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandPinky3
parentName: Character1_Ctrl_RightHandPinky2
position: {x: 0.02872467, y: -0.0044247434, z: -0.007022524}
rotation: {x: -4.363435e-35, y: 6.938894e-18, z: 6.2883726e-18, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandPinky4
parentName: Character1_Ctrl_RightHandPinky3
position: {x: 0.016370086, y: -0.0024719238, z: -0.0020280266}
rotation: {x: 1.7347235e-18, y: 6.938894e-18, z: 4.7704896e-18, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandRing1
parentName: Character1_Ctrl_RightHand
position: {x: 0.12986298, y: -0.0000076293945, z: -0.009191672}
rotation: {x: -1.6479873e-17, y: -1.3877788e-17, z: 4.553649e-18, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandRing2
parentName: Character1_Ctrl_RightHandRing1
position: {x: 0.03835495, y: -0.002068634, z: -0.007504558}
rotation: {x: -9.032458e-18, y: -1.216786e-35, z: 1.3471262e-18, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandRing3
parentName: Character1_Ctrl_RightHandRing2
position: {x: 0.03167488, y: 0, z: -0.0047240807}
rotation: {x: -5.7756575e-18, y: 6.938894e-18, z: 5.472208e-19, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandRing4
parentName: Character1_Ctrl_RightHandRing3
position: {x: 0.029166183, y: 0, z: -0.002763381}
rotation: {x: 0, y: 6.938894e-18, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandThumb1
parentName: Character1_Ctrl_RightHand
position: {x: 0.044877242, y: -0.01207199, z: 0.061233137}
rotation: {x: -5.546678e-32, y: 3.330669e-16, z: 1.6653345e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandThumb2
parentName: Character1_Ctrl_RightHandThumb1
position: {x: 0.01902916, y: -0.014793701, z: 0.024295816}
rotation: {x: -3.469447e-16, y: 7.632783e-17, z: -1.3877788e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandThumb3
parentName: Character1_Ctrl_RightHandThumb2
position: {x: 0.030886153, y: -0.017525328, z: 0.017873382}
rotation: {x: -6.938894e-17, y: 4.1633363e-17, z: -1.110223e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandThumb4
parentName: Character1_Ctrl_RightHandThumb3
position: {x: 0.032657545, y: -0.022234192, z: 0.010376701}
rotation: {x: -2.7755576e-16, y: 1.110223e-16, z: -1.9428903e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_HipsEffector
parentName: Character1_Ctrl_Reference
position: {x: -0, y: 0.9372999, z: 0}
rotation: {x: 8.612732e-17, y: -5.551115e-17, z: 5.551115e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftAnkleEffector
parentName: Character1_Ctrl_Reference
position: {x: -0.12257483, y: 0.17153496, z: -0.0002560302}
rotation: {x: -1.5612511e-16, y: -8.326673e-17, z: -2.0122792e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftElbowEffector
parentName: Character1_Ctrl_Reference
position: {x: -0.4817278, y: 1.4324054, z: -0.020204667}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftFootEffector
parentName: Character1_Ctrl_Reference
position: {x: -0.20268437, y: 0.025631448, z: 0.30851296}
rotation: {x: 2.2365468e-32, y: -0, z: -1.2246469e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandIndexEffector
parentName: Character1_Ctrl_Reference
position: {x: -1.0117271, y: 1.4447801, z: 0.063808255}
rotation: {x: 6.054325e-17, y: -9.7144515e-17, z: 5.2071847e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandMiddleEffector
parentName: Character1_Ctrl_Reference
position: {x: -1.0234967, y: 1.4405804, z: -0.00439122}
rotation: {x: 2.2117724e-16, y: 1.3877788e-17, z: 1.37422625e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandPinkyEffector
parentName: Character1_Ctrl_Reference
position: {x: -0.97126484, y: 1.4066894, z: -0.07198554}
rotation: {x: -2.2551405e-17, y: -2.0816682e-17, z: 2.086005e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandRingEffector
parentName: Character1_Ctrl_Reference
position: {x: -1.0103196, y: 1.4303291, z: -0.04438836}
rotation: {x: 6.095934e-17, y: -1.110223e-16, z: 6.7007996e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHandThumbEffector
parentName: Character1_Ctrl_Reference
position: {x: -0.9087108, y: 1.3657801, z: 0.09357437}
rotation: {x: -6.938894e-17, y: -4.1633363e-17, z: 1.110223e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftHipEffector
parentName: Character1_Ctrl_Reference
position: {x: -0.0891, y: 0.9372999, z: 0}
rotation: {x: -6.8299316e-16, y: -1.8908486e-16, z: -3.1918912e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftKneeEffector
parentName: Character1_Ctrl_Reference
position: {x: -0.12257483, y: 0.52502126, z: 0.045975965}
rotation: {x: 1.2490009e-16, y: 1.9032335e-16, z: -1.7105157e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftShoulderEffector
parentName: Character1_Ctrl_Reference
position: {x: -0.20867318, y: 1.4324054, z: -0.020204667}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_LeftWristEffector
parentName: Character1_Ctrl_Reference
position: {x: -0.78126067, y: 1.4324054, z: -0.020204667}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightAnkleEffector
parentName: Character1_Ctrl_Reference
position: {x: 0.12257483, y: 0.17153496, z: -0.0002560302}
rotation: {x: 1.8388069e-16, y: 1.2490009e-16, z: -6.2450045e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightElbowEffector
parentName: Character1_Ctrl_Reference
position: {x: 0.4817278, y: 1.4324054, z: -0.020204667}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightFootEffector
parentName: Character1_Ctrl_Reference
position: {x: 0.20268437, y: 0.025631448, z: 0.30851296}
rotation: {x: 2.2365468e-32, y: -0, z: -1.2246469e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandIndexEffector
parentName: Character1_Ctrl_Reference
position: {x: 1.0117271, y: 1.4447801, z: 0.063808255}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandMiddleEffector
parentName: Character1_Ctrl_Reference
position: {x: 1.0234967, y: 1.4405804, z: -0.00439122}
rotation: {x: 8.6736174e-19, y: -9.592034e-36, z: -1.1058862e-17, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandPinkyEffector
parentName: Character1_Ctrl_Reference
position: {x: 0.97126484, y: 1.4066894, z: -0.07198554}
rotation: {x: 1.7347235e-18, y: 6.938894e-18, z: 4.7704896e-18, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandRingEffector
parentName: Character1_Ctrl_Reference
position: {x: 1.0103196, y: 1.4303291, z: -0.04438836}
rotation: {x: 0, y: 6.938894e-18, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHandThumbEffector
parentName: Character1_Ctrl_Reference
position: {x: 0.9087108, y: 1.3657801, z: 0.09357437}
rotation: {x: -2.7755576e-16, y: 1.110223e-16, z: -1.9428903e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightHipEffector
parentName: Character1_Ctrl_Reference
position: {x: 0.0891, y: 0.9372999, z: 0}
rotation: {x: 2.735442e-16, y: 4.7704896e-17, z: 2.220446e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightKneeEffector
parentName: Character1_Ctrl_Reference
position: {x: 0.12257483, y: 0.52502126, z: 0.045975965}
rotation: {x: 1.2490009e-16, y: 1.9032335e-16, z: -1.7105157e-16, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightShoulderEffector
parentName: Character1_Ctrl_Reference
position: {x: 0.20867318, y: 1.4324054, z: -0.020204667}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Ctrl_RightWristEffector
parentName: Character1_Ctrl_Reference
position: {x: 0.78126067, y: 1.4324054, z: -0.020204667}
rotation: {x: -1.2325952e-32, y: 6.123234e-17, z: 0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Reference
parentName: Elizabeth Warren rigged 1(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Hips
parentName: Character1_Reference
position: {x: -1.3922206e-17, y: 1, z: 1.5456753e-33}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftUpLeg
parentName: Character1_Hips
position: {x: -0.0891, y: -0.06270004, z: 1.9784175e-17}
rotation: {x: -0.00000074505806, y: 0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftLeg
parentName: Character1_LeftUpLeg
position: {x: -0.033474825, y: -0.41227877, z: 0.04597535}
rotation: {x: 0.0000006284865, y: 0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftFoot
parentName: Character1_LeftLeg
position: {x: 1.7763568e-17, y: -0.35348627, z: -0.046232074}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftToeBase
parentName: Character1_LeftFoot
position: {x: -0.080109544, y: -0.14590359, z: 0.30876896}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightUpLeg
parentName: Character1_Hips
position: {x: 0.0891, y: -0.06270004, z: -1.9784175e-17}
rotation: {x: -0.00000072829414, y: 0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightLeg
parentName: Character1_RightUpLeg
position: {x: 0.033474825, y: -0.41227877, z: 0.045975365}
rotation: {x: 0.00000061172256, y: 0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightFoot
parentName: Character1_RightLeg
position: {x: -0, y: -0.35348627, z: -0.046232074}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightToeBase
parentName: Character1_RightFoot
position: {x: 0.080109544, y: -0.14590359, z: 0.30876896}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Spine
parentName: Character1_Hips
position: {x: -1.5543122e-17, y: 0.07, z: 1.7256332e-33}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Spine1
parentName: Character1_Spine
position: {x: -5.6251286e-17, y: 0.12666664, z: 1.2490295e-32}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Spine2
parentName: Character1_Spine1
position: {x: -8.437693e-17, y: 0.12666664, z: 2.810316e-32}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftShoulder
parentName: Character1_Spine2
position: {x: -0.10160068, y: 0.10907074, z: -0.020204667}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftArm
parentName: Character1_LeftShoulder
position: {x: -0.10707251, y: 0.000001373291, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftForeArm
parentName: Character1_LeftArm
position: {x: -0.27305463, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHand
parentName: Character1_LeftForeArm
position: {x: -0.29953283, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandIndex1
parentName: Character1_LeftHand
position: {x: -0.12651901, y: 0.007900848, z: 0.061706364}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandIndex2
parentName: Character1_LeftHandIndex1
position: {x: -0.046702042, y: 0.0044740294, z: 0.012401633}
rotation: {x: -0.0025740783, y: 0.010252571, z: -0.013393834, w: 0.99985445}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandIndex3
parentName: Character1_LeftHandIndex2
position: {x: -0.030423446, y: -0.00000015258789, z: 0.0058469716}
rotation: {x: 0, y: 0.00001594973, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandIndex4
parentName: Character1_LeftHandIndex3
position: {x: -0.026821908, y: -2.842171e-16, z: 0.004057705}
rotation: {x: 0, y: -0.00001594973, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandMiddle1
parentName: Character1_LeftHand
position: {x: -0.13678847, y: 0.010484466, z: 0.024082942}
rotation: {x: 0.0012509989, y: 0.05097395, z: -0.015085865, w: 0.9985853}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandMiddle2
parentName: Character1_LeftHandMiddle1
position: {x: -0.042881545, y: 0, z: -0.0035559577}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandMiddle3
parentName: Character1_LeftHandMiddle2
position: {x: -0.035312958, y: -2.842171e-16, z: -0.0026598587}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandMiddle4
parentName: Character1_LeftHandMiddle3
position: {x: -0.027253112, y: -0.0023094176, z: -0.0020536769}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandRing1
parentName: Character1_LeftHand
position: {x: -0.12986298, y: -0.0000076293945, z: -0.009191672}
rotation: {x: 0.001629738, y: 0.11012209, z: -0.038684692, w: 0.99316365}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandRing2
parentName: Character1_LeftHandRing1
position: {x: -0.03835495, y: -0.002068634, z: -0.007504558}
rotation: {x: -0.0039037862, y: 0.000000004773889, z: 0.02617482, w: 0.99964976}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Character1_LeftHandRing3
parentName: Character1_LeftHandRing2
position: {x: -0.031674918, y: -0.000000027924916, z: -0.0047240783}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Character1_LeftHandRing4
parentName: Character1_LeftHandRing3
position: {x: -0.029166192, y: 0.000000021387283, z: -0.002763379}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Character1_LeftHandPinky1
parentName: Character1_LeftHand
position: {x: -0.11691383, y: -0.01881958, z: -0.031917706}
rotation: {x: 0.010375967, y: 0.19706737, z: -0.026858503, w: 0.97996706}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandPinky2
parentName: Character1_LeftHandPinky1
position: {x: -0.027995605, y: 0.00000030517577, z: -0.010812621}
rotation: {x: 0.01623709, y: -0.03868465, z: -0.04204141, w: 0.9982346}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandPinky3
parentName: Character1_LeftHandPinky2
position: {x: -0.02872467, y: -0.0044247434, z: -0.007022524}
rotation: {x: 0.002465673, y: -0.016672669, z: 0.0004194574, w: 0.9998579}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandPinky4
parentName: Character1_LeftHandPinky3
position: {x: -0.016370086, y: -0.0024719238, z: -0.0020280266}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandThumb1
parentName: Character1_LeftHand
position: {x: -0.044877242, y: -0.01207199, z: 0.061233137}
rotation: {x: -0.14115052, y: 0.017819794, z: -0.09970248, w: 0.9847936}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandThumb2
parentName: Character1_LeftHandThumb1
position: {x: -0.01902916, y: -0.014793701, z: 0.024295816}
rotation: {x: -0.048009053, y: 0.12205604, z: 0.03671737, w: 0.9906813}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandThumb3
parentName: Character1_LeftHandThumb2
position: {x: -0.030886153, y: -0.017525328, z: 0.017873382}
rotation: {x: -0.044028763, y: 0.053764217, z: -0.023366764, w: 0.99730885}
scale: {x: 1, y: 1, z: 1}
- name: Character1_LeftHandThumb4
parentName: Character1_LeftHandThumb3
position: {x: -0.032657545, y: -0.022234192, z: 0.010376701}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightShoulder
parentName: Character1_Spine2
position: {x: 0.10160068, y: 0.10907074, z: -0.020204667}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightArm
parentName: Character1_RightShoulder
position: {x: 0.10707251, y: 0.000001373291, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightForeArm
parentName: Character1_RightArm
position: {x: 0.27305463, y: 2.842171e-16, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHand
parentName: Character1_RightForeArm
position: {x: 0.29953283, y: -5.684342e-16, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandIndex1
parentName: Character1_RightHand
position: {x: 0.12651901, y: 0.007900848, z: 0.061706364}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandIndex2
parentName: Character1_RightHandIndex1
position: {x: 0.046702042, y: 0.0044740294, z: 0.012401633}
rotation: {x: -0.0025739358, y: -0.010263203, z: 0.013393862, w: 0.9998543}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandIndex3
parentName: Character1_RightHandIndex2
position: {x: 0.030423569, y: -0.00000015258789, z: 0.0058463244}
rotation: {x: 0, y: 0.000015950247, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandIndex4
parentName: Character1_RightHandIndex3
position: {x: 0.026821736, y: 0, z: 0.0040588453}
rotation: {x: 0, y: -0.000015950247, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandMiddle1
parentName: Character1_RightHand
position: {x: 0.13678847, y: 0.010484466, z: 0.024082942}
rotation: {x: 0.0012509989, y: -0.05097395, z: 0.015085865, w: 0.9985853}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandMiddle2
parentName: Character1_RightHandMiddle1
position: {x: 0.042881545, y: 2.842171e-16, z: -0.0035559577}
rotation: {x: 0, y: -0.0000053167487, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandMiddle3
parentName: Character1_RightHandMiddle2
position: {x: 0.03531293, y: 0, z: -0.0026602342}
rotation: {x: 0, y: 0.000015950247, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandMiddle4
parentName: Character1_RightHandMiddle3
position: {x: 0.027253155, y: -0.0023094176, z: -0.0020530971}
rotation: {x: 0, y: -0.000015950247, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandRing1
parentName: Character1_RightHand
position: {x: 0.12986298, y: -0.0000076293945, z: -0.009191672}
rotation: {x: 0.001629738, y: -0.11012209, z: 0.038684692, w: 0.99316365}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandRing2
parentName: Character1_RightHandRing1
position: {x: 0.03835495, y: -0.002068634, z: -0.007504558}
rotation: {x: -0.003903924, y: -0.000005324428, z: -0.026174799, w: 0.99964976}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Character1_RightHandRing3
parentName: Character1_RightHandRing2
position: {x: 0.031674866, y: -0.000000027899391, z: -0.0047244155}
rotation: {x: 0, y: 0.000015950247, z: -0, w: 1}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Character1_RightHandRing4
parentName: Character1_RightHandRing3
position: {x: 0.029166251, y: 0.000000021415218, z: -0.0027627586}
rotation: {x: 0, y: -0.000015950247, z: -0, w: 1}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Character1_RightHandPinky1
parentName: Character1_RightHand
position: {x: 0.11691383, y: -0.01881958, z: -0.031917706}
rotation: {x: 0.010375967, y: -0.19706737, z: 0.026858503, w: 0.97996706}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandPinky2
parentName: Character1_RightHandPinky1
position: {x: 0.027995605, y: 0.00000030517577, z: -0.010812621}
rotation: {x: 0.016237313, y: 0.038679317, z: 0.042041317, w: 0.99823487}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandPinky3
parentName: Character1_RightHandPinky2
position: {x: 0.028724596, y: -0.0044247434, z: -0.007022829}
rotation: {x: 0.0024656707, y: 0.016688617, z: -0.00041944406, w: 0.9998576}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandPinky4
parentName: Character1_RightHandPinky3
position: {x: 0.016370129, y: -0.0024719238, z: -0.0020276785}
rotation: {x: 0, y: -0.000015950247, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandThumb1
parentName: Character1_RightHand
position: {x: 0.044877242, y: -0.01207199, z: 0.061233137}
rotation: {x: -0.14115052, y: -0.017819794, z: 0.09970248, w: 0.9847936}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandThumb2
parentName: Character1_RightHandThumb1
position: {x: 0.01902916, y: -0.014793701, z: 0.024295816}
rotation: {x: -0.048009053, y: -0.12205604, z: -0.03671737, w: 0.9906813}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandThumb3
parentName: Character1_RightHandThumb2
position: {x: 0.030886153, y: -0.017525328, z: 0.017873382}
rotation: {x: -0.044028763, y: -0.053764217, z: 0.023366764, w: 0.99730885}
scale: {x: 1, y: 1, z: 1}
- name: Character1_RightHandThumb4
parentName: Character1_RightHandThumb3
position: {x: 0.032657545, y: -0.022234192, z: 0.010376701}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Neck
parentName: Character1_Spine2
position: {x: -1.1250264e-16, y: 0.12666671, z: 4.9961214e-32}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character1_Head
parentName: Character1_Neck
position: {x: -1.640516e-16, y: 0.21652237, z: 0.052339554}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Character1_Head
position: {x: -0, y: -0.009402099, z: 0.04212588}
rotation: {x: 0.120683566, y: 0.69673204, z: 0.120683566, w: 0.69673204}
scale: {x: 1, y: 1, z: 1}
- name: Jaw_tip
parentName: Jaw
position: {x: -0.16853876, y: 2.6645352e-17, z: 5.6134687e-17}
rotation: {x: -0.120683566, y: -0.69673204, z: -0.120683566, w: 0.69673204}
scale: {x: 1, y: 1, z: 1}
- name: Head
parentName: Character1_Head
position: {x: -0, y: 0.18785813, z: -0.0026753163}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: lip_top
parentName: Head
position: {x: 0.00017794875, y: -0.18504438, z: 0.22303623}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Lip_top_L
parentName: Head
position: {x: -0.06505806, y: -0.18956433, z: 0.19598804}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Lip_top_R
parentName: Head
position: {x: 0.0650581, y: -0.18956049, z: 0.19598776}
rotation: {x: 1, y: -0, z: 0, w: -6.123234e-17}
scale: {x: 1, y: 1, z: 1}
- name: Eye_L
parentName: Head
position: {x: -0.072104834, y: -0.04136855, z: 0.14554769}
rotation: {x: 0.0031286995, y: 0.7070999, z: 0.0031286995, w: 0.7070999}
scale: {x: 1, y: 1, z: 1}
- name: Eye_L_tip
parentName: Eye_L
position: {x: -0.039156843, y: 0.0003465207, z: -8.881784e-18}
rotation: {x: -0.0031286995, y: -0.7070999, z: -0.0031286995, w: 0.7070999}
scale: {x: 1, y: 1, z: 1}
- name: Eyelid_L_top
parentName: Head
position: {x: -0.072104834, y: -0.04136855, z: 0.14554769}
rotation: {x: -0.0667582, y: 0.7039484, z: -0.0667582, w: 0.7039484}
scale: {x: 1, y: 1, z: 1}
- name: Eyelid_L_top_tip
parentName: Eyelid_L_top
position: {x: -0.042082265, y: -0.000553434, z: -0.001993022}
rotation: {x: -0.0031286995, y: -0.7070999, z: -0.0031286995, w: 0.7070999}
scale: {x: 1, y: 1, z: 1}
- name: Eyelid_L_bot
parentName: Head
position: {x: -0.072104834, y: -0.04136855, z: 0.14554769}
rotation: {x: 0.085464574, y: 0.70192295, z: 0.085464574, w: 0.70192295}
scale: {x: 1, y: 1, z: 1}
- name: Eyelid_L_bot_tip
parentName: Eyelid_L_bot
position: {x: -0.04033021, y: -0.002642689, z: -0.009182157}
rotation: {x: -0.0031286995, y: -0.7070999, z: -0.0031286995, w: 0.7070999}
scale: {x: 1, y: 1, z: 1}
- name: Eyelid_R_bot
parentName: Head
position: {x: 0.072104804, y: -0.04137048, z: 0.14554776}
rotation: {x: 0.70192295, y: -0.085464574, z: 0.70192295, w: -0.085464574}
scale: {x: 1, y: 1, z: 1}
- name: Eyelid_R_bot_tip
parentName: Eyelid_R_bot
position: {x: 0.040329717, y: 0.0026396774, z: 0.0091822}
rotation: {x: -0.0031286995, y: -0.7070999, z: -0.0031286995, w: 0.7070999}
scale: {x: 1, y: 1, z: 1}
- name: Eye_R
parentName: Head
position: {x: 0.072104804, y: -0.04137048, z: 0.14554776}
rotation: {x: 0.7070999, y: -0.0031286995, z: 0.7070999, w: -0.0031286995}
scale: {x: 1, y: 1, z: 1}
- name: Eye_R_tip
parentName: Eye_R
position: {x: 0.039156467, y: -0.0003465174, z: 8.881784e-18}
rotation: {x: -0.0031286995, y: -0.7070999, z: -0.0031286995, w: 0.7070999}
scale: {x: 1, y: 1, z: 1}
- name: Eyelid_R_top
parentName: Head
position: {x: 0.072104804, y: -0.04137048, z: 0.14554776}
rotation: {x: 0.7039484, y: 0.0667582, z: 0.7039484, w: 0.0667582}
scale: {x: 1, y: 1, z: 1}
- name: Eyelid_R_top_tip
parentName: Eyelid_R_top
position: {x: 0.042082727, y: 0.0005504105, z: 0.0019931}
rotation: {x: -0.0031286995, y: -0.7070999, z: -0.0031286995, w: 0.7070999}
scale: {x: 1, y: 1, z: 1}
- name: Elizabeth_Warren:clothes_shoes_clothes
parentName: Elizabeth Warren rigged 1(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Elizabeth_Warren:eyes_Sphere_eyes_Sphere_eyes
parentName: Elizabeth Warren rigged 1(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Elizabeth_Warren:glasses_Plane_glasses_Plane_glasses
parentName: Elizabeth Warren rigged 1(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Elizabeth_Warren:skin_hands_skin
parentName: Elizabeth Warren rigged 1(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Elizabeth_Warren:teeth_bot_teeth_bot_teeth_bot
parentName: Elizabeth Warren rigged 1(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Elizabeth_Warren:teeth_top_teeth_top_teeth_top
parentName: Elizabeth Warren rigged 1(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
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:
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
hasTranslationDoF: 0
hasExtraRoot: 1
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 3
humanoidOversampling: 1
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant: