diff --git a/resources/config2/npcs_uni_interior.json b/resources/config2/npcs_uni_interior.json index cae302f..832da21 100644 --- a/resources/config2/npcs_uni_interior.json +++ b/resources/config2/npcs_uni_interior.json @@ -71,22 +71,24 @@ { "id": "ghost_01x", "name": "Тень", - "texturePath": "resources/w/ghost_skin002.png", - "animationIdlePath": "resources/w/default_float001.anim", - "animationWalkPath": "resources/w/default_float001.anim", - "animationActionIdlePath": "resources/w/float_attack003_cut.anim", - "animationActionAttackPath": "resources/w/float_attack003.anim", - "animationStandToActionPath": "resources/w/default_float001_cut.anim", - "animationActionToStandPath": "resources/w/default_float001_cut.anim", - "animationActionToDeathPath": "resources/w/default_float001_cut.anim", - "animationDeathIdlePath": "resources/w/default_float001_cut.anim", + "meshTextures": { + "Shadow_NPC_Rigged": "resources/w/shadow/Shadow_BaseColor.png" + }, + "animationIdlePath": "resources/w/shadow/shadow_idle003.txt", + "animationWalkPath": "resources/w/shadow/shadow_idle003.txt", + "animationActionIdlePath": "resources/w/shadow/shadow_idle003.txt", + "animationActionAttackPath": "resources/w/shadow/shadow_attack003.txt", + "animationStandToActionPath": "resources/w/shadow/shadow_idle003.txt", + "animationActionToStandPath": "resources/w/shadow/shadow_idle003.txt", + "animationActionToDeathPath": "resources/w/shadow/shadow_die003.txt", + "animationDeathIdlePath": "resources/w/shadow/shadow_dead003.txt", "positionX": 0.0, "positionY": 0.0, "positionZ": -6.4, "walkSpeed": 1.5, "rotationSpeed": 8.0, - "modelScale": 0.01, - "modelCorrectionRotX": 0.0, + "modelScale": 1.0, + "modelCorrectionRotX": -90.0, "modelCorrectionRotY": 180.0, "modelCorrectionRotZ": 0.0, "hp": 35, @@ -95,22 +97,24 @@ { "id": "ghost_02x", "name": "Тень", - "texturePath": "resources/w/ghost_skin002.png", - "animationIdlePath": "resources/w/default_float001.anim", - "animationWalkPath": "resources/w/default_float001.anim", - "animationActionIdlePath": "resources/w/float_attack003_cut.anim", - "animationActionAttackPath": "resources/w/float_attack003.anim", - "animationStandToActionPath": "resources/w/default_float001_cut.anim", - "animationActionToStandPath": "resources/w/default_float001_cut.anim", - "animationActionToDeathPath": "resources/w/default_float001_cut.anim", - "animationDeathIdlePath": "resources/w/default_float001_cut.anim", + "meshTextures": { + "Shadow_NPC_Rigged": "resources/w/shadow/Shadow_BaseColor.png" + }, + "animationIdlePath": "resources/w/shadow/shadow_idle003.txt", + "animationWalkPath": "resources/w/shadow/shadow_idle003.txt", + "animationActionIdlePath": "resources/w/shadow/shadow_idle003.txt", + "animationActionAttackPath": "resources/w/shadow/shadow_attack003.txt", + "animationStandToActionPath": "resources/w/shadow/shadow_idle003.txt", + "animationActionToStandPath": "resources/w/shadow/shadow_idle003.txt", + "animationActionToDeathPath": "resources/w/shadow/shadow_die003.txt", + "animationDeathIdlePath": "resources/w/shadow/shadow_dead003.txt", "positionX": -5.0, "positionY": 0.0, "positionZ": 12.0, "walkSpeed": 1.5, "rotationSpeed": 8.0, - "modelScale": 0.01, - "modelCorrectionRotX": 0.0, + "modelScale": 1.0, + "modelCorrectionRotX": -90.0, "modelCorrectionRotY": 180.0, "modelCorrectionRotZ": 0.0, "hp": 35, @@ -119,22 +123,24 @@ { "id": "ghost_03x", "name": "Тень", - "texturePath": "resources/w/ghost_skin002.png", - "animationIdlePath": "resources/w/default_float001.anim", - "animationWalkPath": "resources/w/default_float001.anim", - "animationActionIdlePath": "resources/w/float_attack003_cut.anim", - "animationActionAttackPath": "resources/w/float_attack003.anim", - "animationStandToActionPath": "resources/w/default_float001_cut.anim", - "animationActionToStandPath": "resources/w/default_float001_cut.anim", - "animationActionToDeathPath": "resources/w/default_float001_cut.anim", - "animationDeathIdlePath": "resources/w/default_float001_cut.anim", + "meshTextures": { + "Shadow_NPC_Rigged": "resources/w/shadow/Shadow_BaseColor.png" + }, + "animationIdlePath": "resources/w/shadow/shadow_idle003.txt", + "animationWalkPath": "resources/w/shadow/shadow_idle003.txt", + "animationActionIdlePath": "resources/w/shadow/shadow_idle003.txt", + "animationActionAttackPath": "resources/w/shadow/shadow_attack003.txt", + "animationStandToActionPath": "resources/w/shadow/shadow_idle003.txt", + "animationActionToStandPath": "resources/w/shadow/shadow_idle003.txt", + "animationActionToDeathPath": "resources/w/shadow/shadow_die003.txt", + "animationDeathIdlePath": "resources/w/shadow/shadow_dead003.txt", "positionX": 5.0, "positionY": 0.0, "positionZ": 12.0, "walkSpeed": 1.5, "rotationSpeed": 8.0, - "modelScale": 0.01, - "modelCorrectionRotX": 0.0, + "modelScale": 1.0, + "modelCorrectionRotX": -90.0, "modelCorrectionRotY": 180.0, "modelCorrectionRotZ": 0.0, "hp": 35, diff --git a/resources/w/shadow/Shadow_BaseColor.png b/resources/w/shadow/Shadow_BaseColor.png new file mode 100644 index 0000000..10c7e65 --- /dev/null +++ b/resources/w/shadow/Shadow_BaseColor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b282e885ee02a7518103a0b842bf8a1090005a2ca4296b984ed6a24b0b7338 +size 463458 diff --git a/resources/w/shadow/shadow_attack003.txt b/resources/w/shadow/shadow_attack003.txt new file mode 100644 index 0000000..9d2156f --- /dev/null +++ b/resources/w/shadow/shadow_attack003.txt @@ -0,0 +1,97498 @@ +=== Armature Matrix === + + + + +=== Armature Bones: 38 +Bone: spine + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.14538497551776422 + + + + Parent: None + Children: ['spine.001'] +Bone: spine.001 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09518011967795607 + + + + Parent: spine + Children: ['spine.002'] +Bone: spine.002 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1215128936633829 + + + + Parent: spine.001 + Children: ['spine.003'] +Bone: spine.003 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.112579900223692 + + + + Parent: spine.002 + Children: ['spine.004', 'shoulder.L', 'shoulder.R'] +Bone: spine.004 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04642813051227379 + + + + Parent: spine.003 + Children: ['spine.005'] +Bone: spine.005 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04471281747648945 + + + + Parent: spine.004 + Children: ['Head'] +Bone: Head + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.044712782490291675 + + + + Parent: spine.005 + Children: [] +Bone: shoulder.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09377606215972899 + + + + Parent: spine.003 + Children: ['upper_arm.L'] +Bone: upper_arm.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.22562149704423543 + + + + Parent: shoulder.L + Children: ['forearm.L'] +Bone: forearm.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.18554608719501253 + + + + Parent: upper_arm.L + Children: ['hand.L'] +Bone: hand.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.08843077769432313 + + + + Parent: forearm.L + Children: ['thumb.01.L', 'palm.02.L', 'palm.03.L'] +Bone: thumb.01.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.042760808799966715 + + + + Parent: hand.L + Children: ['thumb.02.L'] +Bone: thumb.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03528378928504266 + + + + Parent: thumb.01.L + Children: ['thumb.03.L'] +Bone: thumb.03.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.035283792790654606 + + + + Parent: thumb.02.L + Children: [] +Bone: palm.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.043167344500944706 + + + + Parent: hand.L + Children: ['f_middle.01.L'] +Bone: f_middle.01.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.05333360538612737 + + + + Parent: palm.02.L + Children: ['f_middle.02.L'] +Bone: f_middle.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.05333360545433913 + + + + Parent: f_middle.01.L + Children: [] +Bone: palm.03.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.054472468595704704 + + + + Parent: hand.L + Children: ['f_ring.01.L'] +Bone: f_ring.01.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732557942843606 + + + + Parent: palm.03.L + Children: ['f_ring.02.L'] +Bone: f_ring.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732557693695869 + + + + Parent: f_ring.01.L + Children: [] +Bone: shoulder.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09377603779689124 + + + + Parent: spine.003 + Children: ['upper_arm.R'] +Bone: upper_arm.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.2256213728713048 + + + + Parent: shoulder.R + Children: ['forearm.R'] +Bone: forearm.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1855461361337643 + + + + Parent: upper_arm.R + Children: ['hand.R'] +Bone: hand.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.0884306460485189 + + + + Parent: forearm.R + Children: ['thumb.01.R', 'palm.02.R', 'palm.03.R'] +Bone: thumb.01.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04276087822307587 + + + + Parent: hand.R + Children: ['thumb.02.R'] +Bone: thumb.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03528377691229182 + + + + Parent: thumb.01.R + Children: ['thumb.03.R'] +Bone: thumb.03.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03528375031086283 + + + + Parent: thumb.02.R + Children: [] +Bone: palm.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04316749147834885 + + + + Parent: hand.R + Children: ['f_middle.01.R'] +Bone: f_middle.01.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.053333582466972874 + + + + Parent: palm.02.R + Children: ['f_middle.02.R'] +Bone: f_middle.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.05333358362657319 + + + + Parent: f_middle.01.R + Children: [] +Bone: palm.03.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.054472408755736265 + + + + Parent: hand.R + Children: ['f_ring.01.R'] +Bone: f_ring.01.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732561919458532 + + + + Parent: palm.03.R + Children: ['f_ring.02.R'] +Bone: f_ring.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732567206376134 + + + + Parent: f_ring.01.R + Children: [] +Bone: spine1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10557497968953111 + + + + Parent: None + Children: ['spine1.001'] +Bone: spine1.001 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.11934970563234676 + + + + Parent: spine1 + Children: ['spine1.002'] +Bone: spine1.002 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.13505779146796712 + + + + Parent: spine1.001 + Children: ['spine1.003'] +Bone: spine1.003 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10722895334702276 + + + + Parent: spine1.002 + Children: ['spine2'] +Bone: spine2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1072289567397458 + + + + Parent: spine1.003 + Children: [] +=== TOTAL MESHES TO EXPORT: 1 === +=== Mesh Object: Shadow_NPC_Rigged === +===Vertices: 4644 +Vertex 0: +Vertex 1: +Vertex 2: +Vertex 3: +Vertex 4: +Vertex 5: +Vertex 6: +Vertex 7: +Vertex 8: +Vertex 9: +Vertex 10: +Vertex 11: +Vertex 12: +Vertex 13: +Vertex 14: +Vertex 15: +Vertex 16: +Vertex 17: +Vertex 18: +Vertex 19: +Vertex 20: +Vertex 21: +Vertex 22: +Vertex 23: +Vertex 24: +Vertex 25: +Vertex 26: +Vertex 27: +Vertex 28: +Vertex 29: +Vertex 30: +Vertex 31: +Vertex 32: +Vertex 33: +Vertex 34: +Vertex 35: +Vertex 36: +Vertex 37: +Vertex 38: +Vertex 39: +Vertex 40: +Vertex 41: +Vertex 42: +Vertex 43: +Vertex 44: +Vertex 45: +Vertex 46: +Vertex 47: +Vertex 48: +Vertex 49: +Vertex 50: +Vertex 51: +Vertex 52: +Vertex 53: +Vertex 54: +Vertex 55: +Vertex 56: +Vertex 57: +Vertex 58: +Vertex 59: +Vertex 60: +Vertex 61: +Vertex 62: +Vertex 63: +Vertex 64: +Vertex 65: +Vertex 66: +Vertex 67: +Vertex 68: +Vertex 69: +Vertex 70: +Vertex 71: +Vertex 72: +Vertex 73: +Vertex 74: +Vertex 75: +Vertex 76: +Vertex 77: +Vertex 78: +Vertex 79: +Vertex 80: +Vertex 81: +Vertex 82: +Vertex 83: +Vertex 84: +Vertex 85: +Vertex 86: +Vertex 87: +Vertex 88: +Vertex 89: +Vertex 90: +Vertex 91: +Vertex 92: +Vertex 93: +Vertex 94: +Vertex 95: +Vertex 96: +Vertex 97: +Vertex 98: +Vertex 99: +Vertex 100: +Vertex 101: +Vertex 102: +Vertex 103: +Vertex 104: +Vertex 105: +Vertex 106: +Vertex 107: +Vertex 108: +Vertex 109: +Vertex 110: +Vertex 111: +Vertex 112: +Vertex 113: +Vertex 114: +Vertex 115: +Vertex 116: +Vertex 117: +Vertex 118: +Vertex 119: +Vertex 120: +Vertex 121: +Vertex 122: +Vertex 123: +Vertex 124: +Vertex 125: +Vertex 126: +Vertex 127: +Vertex 128: +Vertex 129: +Vertex 130: +Vertex 131: +Vertex 132: +Vertex 133: +Vertex 134: +Vertex 135: +Vertex 136: +Vertex 137: +Vertex 138: +Vertex 139: +Vertex 140: +Vertex 141: +Vertex 142: +Vertex 143: +Vertex 144: +Vertex 145: +Vertex 146: +Vertex 147: +Vertex 148: +Vertex 149: +Vertex 150: +Vertex 151: +Vertex 152: +Vertex 153: +Vertex 154: +Vertex 155: +Vertex 156: +Vertex 157: +Vertex 158: +Vertex 159: +Vertex 160: +Vertex 161: +Vertex 162: +Vertex 163: +Vertex 164: +Vertex 165: +Vertex 166: +Vertex 167: +Vertex 168: +Vertex 169: +Vertex 170: +Vertex 171: +Vertex 172: +Vertex 173: +Vertex 174: +Vertex 175: +Vertex 176: +Vertex 177: +Vertex 178: +Vertex 179: +Vertex 180: +Vertex 181: +Vertex 182: +Vertex 183: +Vertex 184: +Vertex 185: +Vertex 186: +Vertex 187: +Vertex 188: +Vertex 189: +Vertex 190: +Vertex 191: +Vertex 192: +Vertex 193: +Vertex 194: +Vertex 195: +Vertex 196: +Vertex 197: +Vertex 198: +Vertex 199: +Vertex 200: +Vertex 201: +Vertex 202: +Vertex 203: +Vertex 204: +Vertex 205: +Vertex 206: +Vertex 207: +Vertex 208: +Vertex 209: +Vertex 210: +Vertex 211: +Vertex 212: +Vertex 213: +Vertex 214: +Vertex 215: +Vertex 216: +Vertex 217: +Vertex 218: +Vertex 219: +Vertex 220: +Vertex 221: +Vertex 222: +Vertex 223: +Vertex 224: +Vertex 225: +Vertex 226: +Vertex 227: +Vertex 228: +Vertex 229: +Vertex 230: +Vertex 231: +Vertex 232: +Vertex 233: +Vertex 234: +Vertex 235: +Vertex 236: +Vertex 237: +Vertex 238: +Vertex 239: +Vertex 240: +Vertex 241: +Vertex 242: +Vertex 243: +Vertex 244: +Vertex 245: +Vertex 246: +Vertex 247: +Vertex 248: +Vertex 249: +Vertex 250: +Vertex 251: +Vertex 252: +Vertex 253: +Vertex 254: +Vertex 255: +Vertex 256: +Vertex 257: +Vertex 258: +Vertex 259: +Vertex 260: +Vertex 261: +Vertex 262: +Vertex 263: +Vertex 264: +Vertex 265: +Vertex 266: +Vertex 267: +Vertex 268: +Vertex 269: +Vertex 270: +Vertex 271: +Vertex 272: +Vertex 273: +Vertex 274: +Vertex 275: +Vertex 276: +Vertex 277: +Vertex 278: +Vertex 279: +Vertex 280: +Vertex 281: +Vertex 282: +Vertex 283: +Vertex 284: +Vertex 285: +Vertex 286: +Vertex 287: +Vertex 288: +Vertex 289: +Vertex 290: +Vertex 291: +Vertex 292: +Vertex 293: +Vertex 294: +Vertex 295: +Vertex 296: +Vertex 297: +Vertex 298: +Vertex 299: +Vertex 300: +Vertex 301: +Vertex 302: +Vertex 303: +Vertex 304: +Vertex 305: +Vertex 306: +Vertex 307: +Vertex 308: +Vertex 309: +Vertex 310: +Vertex 311: +Vertex 312: +Vertex 313: +Vertex 314: +Vertex 315: +Vertex 316: +Vertex 317: +Vertex 318: +Vertex 319: +Vertex 320: +Vertex 321: +Vertex 322: +Vertex 323: +Vertex 324: +Vertex 325: +Vertex 326: +Vertex 327: +Vertex 328: +Vertex 329: +Vertex 330: +Vertex 331: +Vertex 332: +Vertex 333: +Vertex 334: +Vertex 335: +Vertex 336: +Vertex 337: +Vertex 338: +Vertex 339: +Vertex 340: +Vertex 341: +Vertex 342: +Vertex 343: +Vertex 344: +Vertex 345: +Vertex 346: +Vertex 347: +Vertex 348: +Vertex 349: +Vertex 350: +Vertex 351: +Vertex 352: +Vertex 353: +Vertex 354: +Vertex 355: +Vertex 356: +Vertex 357: +Vertex 358: +Vertex 359: +Vertex 360: +Vertex 361: +Vertex 362: +Vertex 363: +Vertex 364: +Vertex 365: +Vertex 366: +Vertex 367: +Vertex 368: +Vertex 369: +Vertex 370: +Vertex 371: +Vertex 372: +Vertex 373: +Vertex 374: +Vertex 375: +Vertex 376: +Vertex 377: +Vertex 378: +Vertex 379: +Vertex 380: +Vertex 381: +Vertex 382: +Vertex 383: +Vertex 384: +Vertex 385: +Vertex 386: +Vertex 387: +Vertex 388: +Vertex 389: +Vertex 390: +Vertex 391: +Vertex 392: +Vertex 393: +Vertex 394: +Vertex 395: +Vertex 396: +Vertex 397: +Vertex 398: +Vertex 399: +Vertex 400: +Vertex 401: +Vertex 402: +Vertex 403: +Vertex 404: +Vertex 405: +Vertex 406: +Vertex 407: +Vertex 408: +Vertex 409: +Vertex 410: +Vertex 411: +Vertex 412: +Vertex 413: +Vertex 414: +Vertex 415: +Vertex 416: +Vertex 417: +Vertex 418: +Vertex 419: +Vertex 420: +Vertex 421: +Vertex 422: +Vertex 423: +Vertex 424: +Vertex 425: +Vertex 426: +Vertex 427: +Vertex 428: +Vertex 429: +Vertex 430: +Vertex 431: +Vertex 432: +Vertex 433: +Vertex 434: +Vertex 435: +Vertex 436: +Vertex 437: +Vertex 438: +Vertex 439: +Vertex 440: +Vertex 441: +Vertex 442: +Vertex 443: +Vertex 444: +Vertex 445: +Vertex 446: +Vertex 447: +Vertex 448: +Vertex 449: +Vertex 450: +Vertex 451: +Vertex 452: +Vertex 453: +Vertex 454: +Vertex 455: +Vertex 456: +Vertex 457: +Vertex 458: +Vertex 459: +Vertex 460: +Vertex 461: +Vertex 462: +Vertex 463: +Vertex 464: +Vertex 465: +Vertex 466: +Vertex 467: +Vertex 468: +Vertex 469: +Vertex 470: +Vertex 471: +Vertex 472: +Vertex 473: +Vertex 474: +Vertex 475: +Vertex 476: +Vertex 477: +Vertex 478: +Vertex 479: +Vertex 480: +Vertex 481: +Vertex 482: +Vertex 483: +Vertex 484: +Vertex 485: +Vertex 486: +Vertex 487: +Vertex 488: +Vertex 489: +Vertex 490: +Vertex 491: +Vertex 492: +Vertex 493: +Vertex 494: +Vertex 495: +Vertex 496: +Vertex 497: +Vertex 498: +Vertex 499: +Vertex 500: +Vertex 501: +Vertex 502: +Vertex 503: +Vertex 504: +Vertex 505: +Vertex 506: +Vertex 507: +Vertex 508: +Vertex 509: +Vertex 510: +Vertex 511: +Vertex 512: +Vertex 513: +Vertex 514: +Vertex 515: +Vertex 516: +Vertex 517: +Vertex 518: +Vertex 519: +Vertex 520: +Vertex 521: +Vertex 522: +Vertex 523: +Vertex 524: +Vertex 525: +Vertex 526: +Vertex 527: +Vertex 528: +Vertex 529: +Vertex 530: +Vertex 531: +Vertex 532: +Vertex 533: +Vertex 534: +Vertex 535: +Vertex 536: +Vertex 537: +Vertex 538: +Vertex 539: +Vertex 540: +Vertex 541: +Vertex 542: +Vertex 543: +Vertex 544: +Vertex 545: +Vertex 546: +Vertex 547: +Vertex 548: +Vertex 549: +Vertex 550: +Vertex 551: +Vertex 552: +Vertex 553: +Vertex 554: +Vertex 555: +Vertex 556: +Vertex 557: +Vertex 558: +Vertex 559: +Vertex 560: +Vertex 561: +Vertex 562: +Vertex 563: +Vertex 564: +Vertex 565: +Vertex 566: +Vertex 567: +Vertex 568: +Vertex 569: +Vertex 570: +Vertex 571: +Vertex 572: +Vertex 573: +Vertex 574: +Vertex 575: +Vertex 576: +Vertex 577: +Vertex 578: +Vertex 579: +Vertex 580: +Vertex 581: +Vertex 582: +Vertex 583: +Vertex 584: +Vertex 585: +Vertex 586: +Vertex 587: +Vertex 588: +Vertex 589: +Vertex 590: +Vertex 591: +Vertex 592: +Vertex 593: +Vertex 594: +Vertex 595: +Vertex 596: +Vertex 597: +Vertex 598: +Vertex 599: +Vertex 600: +Vertex 601: +Vertex 602: +Vertex 603: +Vertex 604: +Vertex 605: +Vertex 606: +Vertex 607: +Vertex 608: +Vertex 609: +Vertex 610: +Vertex 611: +Vertex 612: +Vertex 613: +Vertex 614: +Vertex 615: +Vertex 616: +Vertex 617: +Vertex 618: +Vertex 619: +Vertex 620: +Vertex 621: +Vertex 622: +Vertex 623: +Vertex 624: +Vertex 625: +Vertex 626: +Vertex 627: +Vertex 628: +Vertex 629: +Vertex 630: +Vertex 631: +Vertex 632: +Vertex 633: +Vertex 634: +Vertex 635: +Vertex 636: +Vertex 637: +Vertex 638: +Vertex 639: +Vertex 640: +Vertex 641: +Vertex 642: +Vertex 643: +Vertex 644: +Vertex 645: +Vertex 646: +Vertex 647: +Vertex 648: +Vertex 649: +Vertex 650: +Vertex 651: +Vertex 652: +Vertex 653: +Vertex 654: +Vertex 655: +Vertex 656: +Vertex 657: +Vertex 658: +Vertex 659: +Vertex 660: +Vertex 661: +Vertex 662: +Vertex 663: +Vertex 664: +Vertex 665: +Vertex 666: +Vertex 667: +Vertex 668: +Vertex 669: +Vertex 670: +Vertex 671: +Vertex 672: +Vertex 673: +Vertex 674: +Vertex 675: +Vertex 676: +Vertex 677: +Vertex 678: +Vertex 679: +Vertex 680: +Vertex 681: +Vertex 682: +Vertex 683: +Vertex 684: +Vertex 685: +Vertex 686: +Vertex 687: +Vertex 688: +Vertex 689: +Vertex 690: +Vertex 691: +Vertex 692: +Vertex 693: +Vertex 694: +Vertex 695: +Vertex 696: +Vertex 697: +Vertex 698: +Vertex 699: +Vertex 700: +Vertex 701: +Vertex 702: +Vertex 703: +Vertex 704: +Vertex 705: +Vertex 706: +Vertex 707: +Vertex 708: +Vertex 709: +Vertex 710: +Vertex 711: +Vertex 712: +Vertex 713: +Vertex 714: +Vertex 715: +Vertex 716: +Vertex 717: +Vertex 718: +Vertex 719: +Vertex 720: +Vertex 721: +Vertex 722: +Vertex 723: +Vertex 724: +Vertex 725: +Vertex 726: +Vertex 727: +Vertex 728: +Vertex 729: +Vertex 730: +Vertex 731: +Vertex 732: +Vertex 733: +Vertex 734: +Vertex 735: +Vertex 736: +Vertex 737: +Vertex 738: +Vertex 739: +Vertex 740: +Vertex 741: +Vertex 742: +Vertex 743: +Vertex 744: +Vertex 745: +Vertex 746: +Vertex 747: +Vertex 748: +Vertex 749: +Vertex 750: +Vertex 751: +Vertex 752: +Vertex 753: +Vertex 754: +Vertex 755: +Vertex 756: +Vertex 757: +Vertex 758: +Vertex 759: +Vertex 760: +Vertex 761: +Vertex 762: +Vertex 763: +Vertex 764: +Vertex 765: +Vertex 766: +Vertex 767: +Vertex 768: +Vertex 769: +Vertex 770: +Vertex 771: +Vertex 772: +Vertex 773: +Vertex 774: +Vertex 775: +Vertex 776: +Vertex 777: +Vertex 778: +Vertex 779: +Vertex 780: +Vertex 781: +Vertex 782: +Vertex 783: +Vertex 784: +Vertex 785: +Vertex 786: +Vertex 787: +Vertex 788: +Vertex 789: +Vertex 790: +Vertex 791: +Vertex 792: +Vertex 793: +Vertex 794: +Vertex 795: +Vertex 796: +Vertex 797: +Vertex 798: +Vertex 799: +Vertex 800: +Vertex 801: +Vertex 802: +Vertex 803: +Vertex 804: +Vertex 805: +Vertex 806: +Vertex 807: +Vertex 808: +Vertex 809: +Vertex 810: +Vertex 811: +Vertex 812: +Vertex 813: +Vertex 814: +Vertex 815: +Vertex 816: +Vertex 817: +Vertex 818: +Vertex 819: +Vertex 820: +Vertex 821: +Vertex 822: +Vertex 823: +Vertex 824: +Vertex 825: +Vertex 826: +Vertex 827: +Vertex 828: +Vertex 829: +Vertex 830: +Vertex 831: +Vertex 832: +Vertex 833: +Vertex 834: +Vertex 835: +Vertex 836: +Vertex 837: +Vertex 838: +Vertex 839: +Vertex 840: +Vertex 841: +Vertex 842: +Vertex 843: +Vertex 844: +Vertex 845: +Vertex 846: +Vertex 847: +Vertex 848: +Vertex 849: +Vertex 850: +Vertex 851: +Vertex 852: +Vertex 853: +Vertex 854: +Vertex 855: +Vertex 856: +Vertex 857: +Vertex 858: +Vertex 859: +Vertex 860: +Vertex 861: +Vertex 862: +Vertex 863: +Vertex 864: +Vertex 865: +Vertex 866: +Vertex 867: +Vertex 868: +Vertex 869: +Vertex 870: +Vertex 871: +Vertex 872: +Vertex 873: +Vertex 874: +Vertex 875: +Vertex 876: +Vertex 877: +Vertex 878: +Vertex 879: +Vertex 880: +Vertex 881: +Vertex 882: +Vertex 883: +Vertex 884: +Vertex 885: +Vertex 886: +Vertex 887: +Vertex 888: +Vertex 889: +Vertex 890: +Vertex 891: +Vertex 892: +Vertex 893: +Vertex 894: +Vertex 895: +Vertex 896: +Vertex 897: +Vertex 898: +Vertex 899: +Vertex 900: +Vertex 901: +Vertex 902: +Vertex 903: +Vertex 904: +Vertex 905: +Vertex 906: +Vertex 907: +Vertex 908: +Vertex 909: +Vertex 910: +Vertex 911: +Vertex 912: +Vertex 913: +Vertex 914: +Vertex 915: +Vertex 916: +Vertex 917: +Vertex 918: +Vertex 919: +Vertex 920: +Vertex 921: +Vertex 922: +Vertex 923: +Vertex 924: +Vertex 925: +Vertex 926: +Vertex 927: +Vertex 928: +Vertex 929: +Vertex 930: +Vertex 931: +Vertex 932: +Vertex 933: +Vertex 934: +Vertex 935: +Vertex 936: +Vertex 937: +Vertex 938: +Vertex 939: +Vertex 940: +Vertex 941: +Vertex 942: +Vertex 943: +Vertex 944: +Vertex 945: +Vertex 946: +Vertex 947: +Vertex 948: +Vertex 949: +Vertex 950: +Vertex 951: +Vertex 952: +Vertex 953: +Vertex 954: +Vertex 955: +Vertex 956: +Vertex 957: +Vertex 958: +Vertex 959: +Vertex 960: +Vertex 961: +Vertex 962: +Vertex 963: +Vertex 964: +Vertex 965: +Vertex 966: +Vertex 967: +Vertex 968: +Vertex 969: +Vertex 970: +Vertex 971: +Vertex 972: +Vertex 973: +Vertex 974: +Vertex 975: +Vertex 976: +Vertex 977: +Vertex 978: +Vertex 979: +Vertex 980: +Vertex 981: +Vertex 982: +Vertex 983: +Vertex 984: +Vertex 985: +Vertex 986: +Vertex 987: +Vertex 988: +Vertex 989: +Vertex 990: +Vertex 991: +Vertex 992: +Vertex 993: +Vertex 994: +Vertex 995: +Vertex 996: +Vertex 997: +Vertex 998: +Vertex 999: +Vertex 1000: +Vertex 1001: +Vertex 1002: +Vertex 1003: +Vertex 1004: +Vertex 1005: +Vertex 1006: +Vertex 1007: +Vertex 1008: +Vertex 1009: +Vertex 1010: +Vertex 1011: +Vertex 1012: +Vertex 1013: +Vertex 1014: +Vertex 1015: +Vertex 1016: +Vertex 1017: +Vertex 1018: +Vertex 1019: +Vertex 1020: +Vertex 1021: +Vertex 1022: +Vertex 1023: +Vertex 1024: +Vertex 1025: +Vertex 1026: +Vertex 1027: +Vertex 1028: +Vertex 1029: +Vertex 1030: +Vertex 1031: +Vertex 1032: +Vertex 1033: +Vertex 1034: +Vertex 1035: +Vertex 1036: +Vertex 1037: +Vertex 1038: +Vertex 1039: +Vertex 1040: +Vertex 1041: +Vertex 1042: +Vertex 1043: +Vertex 1044: +Vertex 1045: +Vertex 1046: +Vertex 1047: +Vertex 1048: +Vertex 1049: +Vertex 1050: +Vertex 1051: +Vertex 1052: +Vertex 1053: +Vertex 1054: +Vertex 1055: +Vertex 1056: +Vertex 1057: +Vertex 1058: +Vertex 1059: +Vertex 1060: +Vertex 1061: +Vertex 1062: +Vertex 1063: +Vertex 1064: +Vertex 1065: +Vertex 1066: +Vertex 1067: +Vertex 1068: +Vertex 1069: +Vertex 1070: +Vertex 1071: +Vertex 1072: +Vertex 1073: +Vertex 1074: +Vertex 1075: +Vertex 1076: +Vertex 1077: +Vertex 1078: +Vertex 1079: +Vertex 1080: +Vertex 1081: +Vertex 1082: +Vertex 1083: +Vertex 1084: +Vertex 1085: +Vertex 1086: +Vertex 1087: +Vertex 1088: +Vertex 1089: +Vertex 1090: +Vertex 1091: +Vertex 1092: +Vertex 1093: +Vertex 1094: +Vertex 1095: +Vertex 1096: +Vertex 1097: +Vertex 1098: +Vertex 1099: +Vertex 1100: +Vertex 1101: +Vertex 1102: +Vertex 1103: +Vertex 1104: +Vertex 1105: +Vertex 1106: +Vertex 1107: +Vertex 1108: +Vertex 1109: +Vertex 1110: +Vertex 1111: +Vertex 1112: +Vertex 1113: +Vertex 1114: +Vertex 1115: +Vertex 1116: +Vertex 1117: +Vertex 1118: +Vertex 1119: +Vertex 1120: +Vertex 1121: +Vertex 1122: +Vertex 1123: +Vertex 1124: +Vertex 1125: +Vertex 1126: +Vertex 1127: +Vertex 1128: +Vertex 1129: +Vertex 1130: +Vertex 1131: +Vertex 1132: +Vertex 1133: +Vertex 1134: +Vertex 1135: +Vertex 1136: +Vertex 1137: +Vertex 1138: +Vertex 1139: +Vertex 1140: +Vertex 1141: +Vertex 1142: +Vertex 1143: +Vertex 1144: +Vertex 1145: +Vertex 1146: +Vertex 1147: +Vertex 1148: +Vertex 1149: +Vertex 1150: +Vertex 1151: +Vertex 1152: +Vertex 1153: +Vertex 1154: +Vertex 1155: +Vertex 1156: +Vertex 1157: +Vertex 1158: +Vertex 1159: +Vertex 1160: +Vertex 1161: +Vertex 1162: +Vertex 1163: +Vertex 1164: +Vertex 1165: +Vertex 1166: +Vertex 1167: +Vertex 1168: +Vertex 1169: +Vertex 1170: +Vertex 1171: +Vertex 1172: +Vertex 1173: +Vertex 1174: +Vertex 1175: +Vertex 1176: +Vertex 1177: +Vertex 1178: +Vertex 1179: +Vertex 1180: +Vertex 1181: +Vertex 1182: +Vertex 1183: +Vertex 1184: +Vertex 1185: +Vertex 1186: +Vertex 1187: +Vertex 1188: +Vertex 1189: +Vertex 1190: +Vertex 1191: +Vertex 1192: +Vertex 1193: +Vertex 1194: +Vertex 1195: +Vertex 1196: +Vertex 1197: +Vertex 1198: +Vertex 1199: +Vertex 1200: +Vertex 1201: +Vertex 1202: +Vertex 1203: +Vertex 1204: +Vertex 1205: +Vertex 1206: +Vertex 1207: +Vertex 1208: +Vertex 1209: +Vertex 1210: +Vertex 1211: +Vertex 1212: +Vertex 1213: +Vertex 1214: +Vertex 1215: +Vertex 1216: +Vertex 1217: +Vertex 1218: +Vertex 1219: +Vertex 1220: +Vertex 1221: +Vertex 1222: +Vertex 1223: +Vertex 1224: +Vertex 1225: +Vertex 1226: +Vertex 1227: +Vertex 1228: +Vertex 1229: +Vertex 1230: +Vertex 1231: +Vertex 1232: +Vertex 1233: +Vertex 1234: +Vertex 1235: +Vertex 1236: +Vertex 1237: +Vertex 1238: +Vertex 1239: +Vertex 1240: +Vertex 1241: +Vertex 1242: +Vertex 1243: +Vertex 1244: +Vertex 1245: +Vertex 1246: +Vertex 1247: +Vertex 1248: +Vertex 1249: +Vertex 1250: +Vertex 1251: +Vertex 1252: +Vertex 1253: +Vertex 1254: +Vertex 1255: +Vertex 1256: +Vertex 1257: +Vertex 1258: +Vertex 1259: +Vertex 1260: +Vertex 1261: +Vertex 1262: +Vertex 1263: +Vertex 1264: +Vertex 1265: +Vertex 1266: +Vertex 1267: +Vertex 1268: +Vertex 1269: +Vertex 1270: +Vertex 1271: +Vertex 1272: +Vertex 1273: +Vertex 1274: +Vertex 1275: +Vertex 1276: +Vertex 1277: +Vertex 1278: +Vertex 1279: +Vertex 1280: +Vertex 1281: +Vertex 1282: +Vertex 1283: +Vertex 1284: +Vertex 1285: +Vertex 1286: +Vertex 1287: +Vertex 1288: +Vertex 1289: +Vertex 1290: +Vertex 1291: +Vertex 1292: +Vertex 1293: +Vertex 1294: +Vertex 1295: +Vertex 1296: +Vertex 1297: +Vertex 1298: +Vertex 1299: +Vertex 1300: +Vertex 1301: +Vertex 1302: +Vertex 1303: +Vertex 1304: +Vertex 1305: +Vertex 1306: +Vertex 1307: +Vertex 1308: +Vertex 1309: +Vertex 1310: +Vertex 1311: +Vertex 1312: +Vertex 1313: +Vertex 1314: +Vertex 1315: +Vertex 1316: +Vertex 1317: +Vertex 1318: +Vertex 1319: +Vertex 1320: +Vertex 1321: +Vertex 1322: +Vertex 1323: +Vertex 1324: +Vertex 1325: +Vertex 1326: +Vertex 1327: +Vertex 1328: +Vertex 1329: +Vertex 1330: +Vertex 1331: +Vertex 1332: +Vertex 1333: +Vertex 1334: +Vertex 1335: +Vertex 1336: +Vertex 1337: +Vertex 1338: +Vertex 1339: +Vertex 1340: +Vertex 1341: +Vertex 1342: +Vertex 1343: +Vertex 1344: +Vertex 1345: +Vertex 1346: +Vertex 1347: +Vertex 1348: +Vertex 1349: +Vertex 1350: +Vertex 1351: +Vertex 1352: +Vertex 1353: +Vertex 1354: +Vertex 1355: +Vertex 1356: +Vertex 1357: +Vertex 1358: +Vertex 1359: +Vertex 1360: +Vertex 1361: +Vertex 1362: +Vertex 1363: +Vertex 1364: +Vertex 1365: +Vertex 1366: +Vertex 1367: +Vertex 1368: +Vertex 1369: +Vertex 1370: +Vertex 1371: +Vertex 1372: +Vertex 1373: +Vertex 1374: +Vertex 1375: +Vertex 1376: +Vertex 1377: +Vertex 1378: +Vertex 1379: +Vertex 1380: +Vertex 1381: +Vertex 1382: +Vertex 1383: +Vertex 1384: +Vertex 1385: +Vertex 1386: +Vertex 1387: +Vertex 1388: +Vertex 1389: +Vertex 1390: +Vertex 1391: +Vertex 1392: +Vertex 1393: +Vertex 1394: +Vertex 1395: +Vertex 1396: +Vertex 1397: +Vertex 1398: +Vertex 1399: +Vertex 1400: +Vertex 1401: +Vertex 1402: +Vertex 1403: +Vertex 1404: +Vertex 1405: +Vertex 1406: +Vertex 1407: +Vertex 1408: +Vertex 1409: +Vertex 1410: +Vertex 1411: +Vertex 1412: +Vertex 1413: +Vertex 1414: +Vertex 1415: +Vertex 1416: +Vertex 1417: +Vertex 1418: +Vertex 1419: +Vertex 1420: +Vertex 1421: +Vertex 1422: +Vertex 1423: +Vertex 1424: +Vertex 1425: +Vertex 1426: +Vertex 1427: +Vertex 1428: +Vertex 1429: +Vertex 1430: +Vertex 1431: +Vertex 1432: +Vertex 1433: +Vertex 1434: +Vertex 1435: +Vertex 1436: +Vertex 1437: +Vertex 1438: +Vertex 1439: +Vertex 1440: +Vertex 1441: +Vertex 1442: +Vertex 1443: +Vertex 1444: +Vertex 1445: +Vertex 1446: +Vertex 1447: +Vertex 1448: +Vertex 1449: +Vertex 1450: +Vertex 1451: +Vertex 1452: +Vertex 1453: +Vertex 1454: +Vertex 1455: +Vertex 1456: +Vertex 1457: +Vertex 1458: +Vertex 1459: +Vertex 1460: +Vertex 1461: +Vertex 1462: +Vertex 1463: +Vertex 1464: +Vertex 1465: +Vertex 1466: +Vertex 1467: +Vertex 1468: +Vertex 1469: +Vertex 1470: +Vertex 1471: +Vertex 1472: +Vertex 1473: +Vertex 1474: +Vertex 1475: +Vertex 1476: +Vertex 1477: +Vertex 1478: +Vertex 1479: +Vertex 1480: +Vertex 1481: +Vertex 1482: +Vertex 1483: +Vertex 1484: +Vertex 1485: +Vertex 1486: +Vertex 1487: +Vertex 1488: +Vertex 1489: +Vertex 1490: +Vertex 1491: +Vertex 1492: +Vertex 1493: +Vertex 1494: +Vertex 1495: +Vertex 1496: +Vertex 1497: +Vertex 1498: +Vertex 1499: +Vertex 1500: +Vertex 1501: +Vertex 1502: +Vertex 1503: +Vertex 1504: +Vertex 1505: +Vertex 1506: +Vertex 1507: +Vertex 1508: +Vertex 1509: +Vertex 1510: +Vertex 1511: +Vertex 1512: +Vertex 1513: +Vertex 1514: +Vertex 1515: +Vertex 1516: +Vertex 1517: +Vertex 1518: +Vertex 1519: +Vertex 1520: +Vertex 1521: +Vertex 1522: +Vertex 1523: +Vertex 1524: +Vertex 1525: +Vertex 1526: +Vertex 1527: +Vertex 1528: +Vertex 1529: +Vertex 1530: +Vertex 1531: +Vertex 1532: +Vertex 1533: +Vertex 1534: +Vertex 1535: +Vertex 1536: +Vertex 1537: +Vertex 1538: +Vertex 1539: +Vertex 1540: +Vertex 1541: +Vertex 1542: +Vertex 1543: +Vertex 1544: +Vertex 1545: +Vertex 1546: +Vertex 1547: +Vertex 1548: +Vertex 1549: +Vertex 1550: +Vertex 1551: +Vertex 1552: +Vertex 1553: +Vertex 1554: +Vertex 1555: +Vertex 1556: +Vertex 1557: +Vertex 1558: +Vertex 1559: +Vertex 1560: +Vertex 1561: +Vertex 1562: +Vertex 1563: +Vertex 1564: +Vertex 1565: +Vertex 1566: +Vertex 1567: +Vertex 1568: +Vertex 1569: +Vertex 1570: +Vertex 1571: +Vertex 1572: +Vertex 1573: +Vertex 1574: +Vertex 1575: +Vertex 1576: +Vertex 1577: +Vertex 1578: +Vertex 1579: +Vertex 1580: +Vertex 1581: +Vertex 1582: +Vertex 1583: +Vertex 1584: +Vertex 1585: +Vertex 1586: +Vertex 1587: +Vertex 1588: +Vertex 1589: +Vertex 1590: +Vertex 1591: +Vertex 1592: +Vertex 1593: +Vertex 1594: +Vertex 1595: +Vertex 1596: +Vertex 1597: +Vertex 1598: +Vertex 1599: +Vertex 1600: +Vertex 1601: +Vertex 1602: +Vertex 1603: +Vertex 1604: +Vertex 1605: +Vertex 1606: +Vertex 1607: +Vertex 1608: +Vertex 1609: +Vertex 1610: +Vertex 1611: +Vertex 1612: +Vertex 1613: +Vertex 1614: +Vertex 1615: +Vertex 1616: +Vertex 1617: +Vertex 1618: +Vertex 1619: +Vertex 1620: +Vertex 1621: +Vertex 1622: +Vertex 1623: +Vertex 1624: +Vertex 1625: +Vertex 1626: +Vertex 1627: +Vertex 1628: +Vertex 1629: +Vertex 1630: +Vertex 1631: +Vertex 1632: +Vertex 1633: +Vertex 1634: +Vertex 1635: +Vertex 1636: +Vertex 1637: +Vertex 1638: +Vertex 1639: +Vertex 1640: +Vertex 1641: +Vertex 1642: +Vertex 1643: +Vertex 1644: +Vertex 1645: +Vertex 1646: +Vertex 1647: +Vertex 1648: +Vertex 1649: +Vertex 1650: +Vertex 1651: +Vertex 1652: +Vertex 1653: +Vertex 1654: +Vertex 1655: +Vertex 1656: +Vertex 1657: +Vertex 1658: +Vertex 1659: +Vertex 1660: +Vertex 1661: +Vertex 1662: +Vertex 1663: +Vertex 1664: +Vertex 1665: +Vertex 1666: +Vertex 1667: +Vertex 1668: +Vertex 1669: +Vertex 1670: +Vertex 1671: +Vertex 1672: +Vertex 1673: +Vertex 1674: +Vertex 1675: +Vertex 1676: +Vertex 1677: +Vertex 1678: +Vertex 1679: +Vertex 1680: +Vertex 1681: +Vertex 1682: +Vertex 1683: +Vertex 1684: +Vertex 1685: +Vertex 1686: +Vertex 1687: +Vertex 1688: +Vertex 1689: +Vertex 1690: +Vertex 1691: +Vertex 1692: +Vertex 1693: +Vertex 1694: +Vertex 1695: +Vertex 1696: +Vertex 1697: +Vertex 1698: +Vertex 1699: +Vertex 1700: +Vertex 1701: +Vertex 1702: +Vertex 1703: +Vertex 1704: +Vertex 1705: +Vertex 1706: +Vertex 1707: +Vertex 1708: +Vertex 1709: +Vertex 1710: +Vertex 1711: +Vertex 1712: +Vertex 1713: +Vertex 1714: +Vertex 1715: +Vertex 1716: +Vertex 1717: +Vertex 1718: +Vertex 1719: +Vertex 1720: +Vertex 1721: +Vertex 1722: +Vertex 1723: +Vertex 1724: +Vertex 1725: +Vertex 1726: +Vertex 1727: +Vertex 1728: +Vertex 1729: +Vertex 1730: +Vertex 1731: +Vertex 1732: +Vertex 1733: +Vertex 1734: +Vertex 1735: +Vertex 1736: +Vertex 1737: +Vertex 1738: +Vertex 1739: +Vertex 1740: +Vertex 1741: +Vertex 1742: +Vertex 1743: +Vertex 1744: +Vertex 1745: +Vertex 1746: +Vertex 1747: +Vertex 1748: +Vertex 1749: +Vertex 1750: +Vertex 1751: +Vertex 1752: +Vertex 1753: +Vertex 1754: +Vertex 1755: +Vertex 1756: +Vertex 1757: +Vertex 1758: +Vertex 1759: +Vertex 1760: +Vertex 1761: +Vertex 1762: +Vertex 1763: +Vertex 1764: +Vertex 1765: +Vertex 1766: +Vertex 1767: +Vertex 1768: +Vertex 1769: +Vertex 1770: +Vertex 1771: +Vertex 1772: +Vertex 1773: +Vertex 1774: +Vertex 1775: +Vertex 1776: +Vertex 1777: +Vertex 1778: +Vertex 1779: +Vertex 1780: +Vertex 1781: +Vertex 1782: +Vertex 1783: +Vertex 1784: +Vertex 1785: +Vertex 1786: +Vertex 1787: +Vertex 1788: +Vertex 1789: +Vertex 1790: +Vertex 1791: +Vertex 1792: +Vertex 1793: +Vertex 1794: +Vertex 1795: +Vertex 1796: +Vertex 1797: +Vertex 1798: +Vertex 1799: +Vertex 1800: +Vertex 1801: +Vertex 1802: +Vertex 1803: +Vertex 1804: +Vertex 1805: +Vertex 1806: +Vertex 1807: +Vertex 1808: +Vertex 1809: +Vertex 1810: +Vertex 1811: +Vertex 1812: +Vertex 1813: +Vertex 1814: +Vertex 1815: +Vertex 1816: +Vertex 1817: +Vertex 1818: +Vertex 1819: +Vertex 1820: +Vertex 1821: +Vertex 1822: +Vertex 1823: +Vertex 1824: +Vertex 1825: +Vertex 1826: +Vertex 1827: +Vertex 1828: +Vertex 1829: +Vertex 1830: +Vertex 1831: +Vertex 1832: +Vertex 1833: +Vertex 1834: +Vertex 1835: +Vertex 1836: +Vertex 1837: +Vertex 1838: +Vertex 1839: +Vertex 1840: +Vertex 1841: +Vertex 1842: +Vertex 1843: +Vertex 1844: +Vertex 1845: +Vertex 1846: +Vertex 1847: +Vertex 1848: +Vertex 1849: +Vertex 1850: +Vertex 1851: +Vertex 1852: +Vertex 1853: +Vertex 1854: +Vertex 1855: +Vertex 1856: +Vertex 1857: +Vertex 1858: +Vertex 1859: +Vertex 1860: +Vertex 1861: +Vertex 1862: +Vertex 1863: +Vertex 1864: +Vertex 1865: +Vertex 1866: +Vertex 1867: +Vertex 1868: +Vertex 1869: +Vertex 1870: +Vertex 1871: +Vertex 1872: +Vertex 1873: +Vertex 1874: +Vertex 1875: +Vertex 1876: +Vertex 1877: +Vertex 1878: +Vertex 1879: +Vertex 1880: +Vertex 1881: +Vertex 1882: +Vertex 1883: +Vertex 1884: +Vertex 1885: +Vertex 1886: +Vertex 1887: +Vertex 1888: +Vertex 1889: +Vertex 1890: +Vertex 1891: +Vertex 1892: +Vertex 1893: +Vertex 1894: +Vertex 1895: +Vertex 1896: +Vertex 1897: +Vertex 1898: +Vertex 1899: +Vertex 1900: +Vertex 1901: +Vertex 1902: +Vertex 1903: +Vertex 1904: +Vertex 1905: +Vertex 1906: +Vertex 1907: +Vertex 1908: +Vertex 1909: +Vertex 1910: +Vertex 1911: +Vertex 1912: +Vertex 1913: +Vertex 1914: +Vertex 1915: +Vertex 1916: +Vertex 1917: +Vertex 1918: +Vertex 1919: +Vertex 1920: +Vertex 1921: +Vertex 1922: +Vertex 1923: +Vertex 1924: +Vertex 1925: +Vertex 1926: +Vertex 1927: +Vertex 1928: +Vertex 1929: +Vertex 1930: +Vertex 1931: +Vertex 1932: +Vertex 1933: +Vertex 1934: +Vertex 1935: +Vertex 1936: +Vertex 1937: +Vertex 1938: +Vertex 1939: +Vertex 1940: +Vertex 1941: +Vertex 1942: +Vertex 1943: +Vertex 1944: +Vertex 1945: +Vertex 1946: +Vertex 1947: +Vertex 1948: +Vertex 1949: +Vertex 1950: +Vertex 1951: +Vertex 1952: +Vertex 1953: +Vertex 1954: +Vertex 1955: +Vertex 1956: +Vertex 1957: +Vertex 1958: +Vertex 1959: +Vertex 1960: +Vertex 1961: +Vertex 1962: +Vertex 1963: +Vertex 1964: +Vertex 1965: +Vertex 1966: +Vertex 1967: +Vertex 1968: +Vertex 1969: +Vertex 1970: +Vertex 1971: +Vertex 1972: +Vertex 1973: +Vertex 1974: +Vertex 1975: +Vertex 1976: +Vertex 1977: +Vertex 1978: +Vertex 1979: +Vertex 1980: +Vertex 1981: +Vertex 1982: +Vertex 1983: +Vertex 1984: +Vertex 1985: +Vertex 1986: +Vertex 1987: +Vertex 1988: +Vertex 1989: +Vertex 1990: +Vertex 1991: +Vertex 1992: +Vertex 1993: +Vertex 1994: +Vertex 1995: +Vertex 1996: +Vertex 1997: +Vertex 1998: +Vertex 1999: +Vertex 2000: +Vertex 2001: +Vertex 2002: +Vertex 2003: +Vertex 2004: +Vertex 2005: +Vertex 2006: +Vertex 2007: +Vertex 2008: +Vertex 2009: +Vertex 2010: +Vertex 2011: +Vertex 2012: +Vertex 2013: +Vertex 2014: +Vertex 2015: +Vertex 2016: +Vertex 2017: +Vertex 2018: +Vertex 2019: +Vertex 2020: +Vertex 2021: +Vertex 2022: +Vertex 2023: +Vertex 2024: +Vertex 2025: +Vertex 2026: +Vertex 2027: +Vertex 2028: +Vertex 2029: +Vertex 2030: +Vertex 2031: +Vertex 2032: +Vertex 2033: +Vertex 2034: +Vertex 2035: +Vertex 2036: +Vertex 2037: +Vertex 2038: +Vertex 2039: +Vertex 2040: +Vertex 2041: +Vertex 2042: +Vertex 2043: +Vertex 2044: +Vertex 2045: +Vertex 2046: +Vertex 2047: +Vertex 2048: +Vertex 2049: +Vertex 2050: +Vertex 2051: +Vertex 2052: +Vertex 2053: +Vertex 2054: +Vertex 2055: +Vertex 2056: +Vertex 2057: +Vertex 2058: +Vertex 2059: +Vertex 2060: +Vertex 2061: +Vertex 2062: +Vertex 2063: +Vertex 2064: +Vertex 2065: +Vertex 2066: +Vertex 2067: +Vertex 2068: +Vertex 2069: +Vertex 2070: +Vertex 2071: +Vertex 2072: +Vertex 2073: +Vertex 2074: +Vertex 2075: +Vertex 2076: +Vertex 2077: +Vertex 2078: +Vertex 2079: +Vertex 2080: +Vertex 2081: +Vertex 2082: +Vertex 2083: +Vertex 2084: +Vertex 2085: +Vertex 2086: +Vertex 2087: +Vertex 2088: +Vertex 2089: +Vertex 2090: +Vertex 2091: +Vertex 2092: +Vertex 2093: +Vertex 2094: +Vertex 2095: +Vertex 2096: +Vertex 2097: +Vertex 2098: +Vertex 2099: +Vertex 2100: +Vertex 2101: +Vertex 2102: +Vertex 2103: +Vertex 2104: +Vertex 2105: +Vertex 2106: +Vertex 2107: +Vertex 2108: +Vertex 2109: +Vertex 2110: +Vertex 2111: +Vertex 2112: +Vertex 2113: +Vertex 2114: +Vertex 2115: +Vertex 2116: +Vertex 2117: +Vertex 2118: +Vertex 2119: +Vertex 2120: +Vertex 2121: +Vertex 2122: +Vertex 2123: +Vertex 2124: +Vertex 2125: +Vertex 2126: +Vertex 2127: +Vertex 2128: +Vertex 2129: +Vertex 2130: +Vertex 2131: +Vertex 2132: +Vertex 2133: +Vertex 2134: +Vertex 2135: +Vertex 2136: +Vertex 2137: +Vertex 2138: +Vertex 2139: +Vertex 2140: +Vertex 2141: +Vertex 2142: +Vertex 2143: +Vertex 2144: +Vertex 2145: +Vertex 2146: +Vertex 2147: +Vertex 2148: +Vertex 2149: +Vertex 2150: +Vertex 2151: +Vertex 2152: +Vertex 2153: +Vertex 2154: +Vertex 2155: +Vertex 2156: +Vertex 2157: +Vertex 2158: +Vertex 2159: +Vertex 2160: +Vertex 2161: +Vertex 2162: +Vertex 2163: +Vertex 2164: +Vertex 2165: +Vertex 2166: +Vertex 2167: +Vertex 2168: +Vertex 2169: +Vertex 2170: +Vertex 2171: +Vertex 2172: +Vertex 2173: +Vertex 2174: +Vertex 2175: +Vertex 2176: +Vertex 2177: +Vertex 2178: +Vertex 2179: +Vertex 2180: +Vertex 2181: +Vertex 2182: +Vertex 2183: +Vertex 2184: +Vertex 2185: +Vertex 2186: +Vertex 2187: +Vertex 2188: +Vertex 2189: +Vertex 2190: +Vertex 2191: +Vertex 2192: +Vertex 2193: +Vertex 2194: +Vertex 2195: +Vertex 2196: +Vertex 2197: +Vertex 2198: +Vertex 2199: +Vertex 2200: +Vertex 2201: +Vertex 2202: +Vertex 2203: +Vertex 2204: +Vertex 2205: +Vertex 2206: +Vertex 2207: +Vertex 2208: +Vertex 2209: +Vertex 2210: +Vertex 2211: +Vertex 2212: +Vertex 2213: +Vertex 2214: +Vertex 2215: +Vertex 2216: +Vertex 2217: +Vertex 2218: +Vertex 2219: +Vertex 2220: +Vertex 2221: +Vertex 2222: +Vertex 2223: +Vertex 2224: +Vertex 2225: +Vertex 2226: +Vertex 2227: +Vertex 2228: +Vertex 2229: +Vertex 2230: +Vertex 2231: +Vertex 2232: +Vertex 2233: +Vertex 2234: +Vertex 2235: +Vertex 2236: +Vertex 2237: +Vertex 2238: +Vertex 2239: +Vertex 2240: +Vertex 2241: +Vertex 2242: +Vertex 2243: +Vertex 2244: +Vertex 2245: +Vertex 2246: +Vertex 2247: +Vertex 2248: +Vertex 2249: +Vertex 2250: +Vertex 2251: +Vertex 2252: +Vertex 2253: +Vertex 2254: +Vertex 2255: +Vertex 2256: +Vertex 2257: +Vertex 2258: +Vertex 2259: +Vertex 2260: +Vertex 2261: +Vertex 2262: +Vertex 2263: +Vertex 2264: +Vertex 2265: +Vertex 2266: +Vertex 2267: +Vertex 2268: +Vertex 2269: +Vertex 2270: +Vertex 2271: +Vertex 2272: +Vertex 2273: +Vertex 2274: +Vertex 2275: +Vertex 2276: +Vertex 2277: +Vertex 2278: +Vertex 2279: +Vertex 2280: +Vertex 2281: +Vertex 2282: +Vertex 2283: +Vertex 2284: +Vertex 2285: +Vertex 2286: +Vertex 2287: +Vertex 2288: +Vertex 2289: +Vertex 2290: +Vertex 2291: +Vertex 2292: +Vertex 2293: +Vertex 2294: +Vertex 2295: +Vertex 2296: +Vertex 2297: +Vertex 2298: +Vertex 2299: +Vertex 2300: +Vertex 2301: +Vertex 2302: +Vertex 2303: +Vertex 2304: +Vertex 2305: +Vertex 2306: +Vertex 2307: +Vertex 2308: +Vertex 2309: +Vertex 2310: +Vertex 2311: +Vertex 2312: +Vertex 2313: +Vertex 2314: +Vertex 2315: +Vertex 2316: +Vertex 2317: +Vertex 2318: +Vertex 2319: +Vertex 2320: +Vertex 2321: +Vertex 2322: +Vertex 2323: +Vertex 2324: +Vertex 2325: +Vertex 2326: +Vertex 2327: +Vertex 2328: +Vertex 2329: +Vertex 2330: +Vertex 2331: +Vertex 2332: +Vertex 2333: +Vertex 2334: +Vertex 2335: +Vertex 2336: +Vertex 2337: +Vertex 2338: +Vertex 2339: +Vertex 2340: +Vertex 2341: +Vertex 2342: +Vertex 2343: +Vertex 2344: +Vertex 2345: +Vertex 2346: +Vertex 2347: +Vertex 2348: +Vertex 2349: +Vertex 2350: +Vertex 2351: +Vertex 2352: +Vertex 2353: +Vertex 2354: +Vertex 2355: +Vertex 2356: +Vertex 2357: +Vertex 2358: +Vertex 2359: +Vertex 2360: +Vertex 2361: +Vertex 2362: +Vertex 2363: +Vertex 2364: +Vertex 2365: +Vertex 2366: +Vertex 2367: +Vertex 2368: +Vertex 2369: +Vertex 2370: +Vertex 2371: +Vertex 2372: +Vertex 2373: +Vertex 2374: +Vertex 2375: +Vertex 2376: +Vertex 2377: +Vertex 2378: +Vertex 2379: +Vertex 2380: +Vertex 2381: +Vertex 2382: +Vertex 2383: +Vertex 2384: +Vertex 2385: +Vertex 2386: +Vertex 2387: +Vertex 2388: +Vertex 2389: +Vertex 2390: +Vertex 2391: +Vertex 2392: +Vertex 2393: +Vertex 2394: +Vertex 2395: +Vertex 2396: +Vertex 2397: +Vertex 2398: +Vertex 2399: +Vertex 2400: +Vertex 2401: +Vertex 2402: +Vertex 2403: +Vertex 2404: +Vertex 2405: +Vertex 2406: +Vertex 2407: +Vertex 2408: +Vertex 2409: +Vertex 2410: +Vertex 2411: +Vertex 2412: +Vertex 2413: +Vertex 2414: +Vertex 2415: +Vertex 2416: +Vertex 2417: +Vertex 2418: +Vertex 2419: +Vertex 2420: +Vertex 2421: +Vertex 2422: +Vertex 2423: +Vertex 2424: +Vertex 2425: +Vertex 2426: +Vertex 2427: +Vertex 2428: +Vertex 2429: +Vertex 2430: +Vertex 2431: +Vertex 2432: +Vertex 2433: +Vertex 2434: +Vertex 2435: +Vertex 2436: +Vertex 2437: +Vertex 2438: +Vertex 2439: +Vertex 2440: +Vertex 2441: +Vertex 2442: +Vertex 2443: +Vertex 2444: +Vertex 2445: +Vertex 2446: +Vertex 2447: +Vertex 2448: +Vertex 2449: +Vertex 2450: +Vertex 2451: +Vertex 2452: +Vertex 2453: +Vertex 2454: +Vertex 2455: +Vertex 2456: +Vertex 2457: +Vertex 2458: +Vertex 2459: +Vertex 2460: +Vertex 2461: +Vertex 2462: +Vertex 2463: +Vertex 2464: +Vertex 2465: +Vertex 2466: +Vertex 2467: +Vertex 2468: +Vertex 2469: +Vertex 2470: +Vertex 2471: +Vertex 2472: +Vertex 2473: +Vertex 2474: +Vertex 2475: +Vertex 2476: +Vertex 2477: +Vertex 2478: +Vertex 2479: +Vertex 2480: +Vertex 2481: +Vertex 2482: +Vertex 2483: +Vertex 2484: +Vertex 2485: +Vertex 2486: +Vertex 2487: +Vertex 2488: +Vertex 2489: +Vertex 2490: +Vertex 2491: +Vertex 2492: +Vertex 2493: +Vertex 2494: +Vertex 2495: +Vertex 2496: +Vertex 2497: +Vertex 2498: +Vertex 2499: +Vertex 2500: +Vertex 2501: +Vertex 2502: +Vertex 2503: +Vertex 2504: +Vertex 2505: +Vertex 2506: +Vertex 2507: +Vertex 2508: +Vertex 2509: +Vertex 2510: +Vertex 2511: +Vertex 2512: +Vertex 2513: +Vertex 2514: +Vertex 2515: +Vertex 2516: +Vertex 2517: +Vertex 2518: +Vertex 2519: +Vertex 2520: +Vertex 2521: +Vertex 2522: +Vertex 2523: +Vertex 2524: +Vertex 2525: +Vertex 2526: +Vertex 2527: +Vertex 2528: +Vertex 2529: +Vertex 2530: +Vertex 2531: +Vertex 2532: +Vertex 2533: +Vertex 2534: +Vertex 2535: +Vertex 2536: +Vertex 2537: +Vertex 2538: +Vertex 2539: +Vertex 2540: +Vertex 2541: +Vertex 2542: +Vertex 2543: +Vertex 2544: +Vertex 2545: +Vertex 2546: +Vertex 2547: +Vertex 2548: +Vertex 2549: +Vertex 2550: +Vertex 2551: +Vertex 2552: +Vertex 2553: +Vertex 2554: +Vertex 2555: +Vertex 2556: +Vertex 2557: +Vertex 2558: +Vertex 2559: +Vertex 2560: +Vertex 2561: +Vertex 2562: +Vertex 2563: +Vertex 2564: +Vertex 2565: +Vertex 2566: +Vertex 2567: +Vertex 2568: +Vertex 2569: +Vertex 2570: +Vertex 2571: +Vertex 2572: +Vertex 2573: +Vertex 2574: +Vertex 2575: +Vertex 2576: +Vertex 2577: +Vertex 2578: +Vertex 2579: +Vertex 2580: +Vertex 2581: +Vertex 2582: +Vertex 2583: +Vertex 2584: +Vertex 2585: +Vertex 2586: +Vertex 2587: +Vertex 2588: +Vertex 2589: +Vertex 2590: +Vertex 2591: +Vertex 2592: +Vertex 2593: +Vertex 2594: +Vertex 2595: +Vertex 2596: +Vertex 2597: +Vertex 2598: +Vertex 2599: +Vertex 2600: +Vertex 2601: +Vertex 2602: +Vertex 2603: +Vertex 2604: +Vertex 2605: +Vertex 2606: +Vertex 2607: +Vertex 2608: +Vertex 2609: +Vertex 2610: +Vertex 2611: +Vertex 2612: +Vertex 2613: +Vertex 2614: +Vertex 2615: +Vertex 2616: +Vertex 2617: +Vertex 2618: +Vertex 2619: +Vertex 2620: +Vertex 2621: +Vertex 2622: +Vertex 2623: +Vertex 2624: +Vertex 2625: +Vertex 2626: +Vertex 2627: +Vertex 2628: +Vertex 2629: +Vertex 2630: +Vertex 2631: +Vertex 2632: +Vertex 2633: +Vertex 2634: +Vertex 2635: +Vertex 2636: +Vertex 2637: +Vertex 2638: +Vertex 2639: +Vertex 2640: +Vertex 2641: +Vertex 2642: +Vertex 2643: +Vertex 2644: +Vertex 2645: +Vertex 2646: +Vertex 2647: +Vertex 2648: +Vertex 2649: +Vertex 2650: +Vertex 2651: +Vertex 2652: +Vertex 2653: +Vertex 2654: +Vertex 2655: +Vertex 2656: +Vertex 2657: +Vertex 2658: +Vertex 2659: +Vertex 2660: +Vertex 2661: +Vertex 2662: +Vertex 2663: +Vertex 2664: +Vertex 2665: +Vertex 2666: +Vertex 2667: +Vertex 2668: +Vertex 2669: +Vertex 2670: +Vertex 2671: +Vertex 2672: +Vertex 2673: +Vertex 2674: +Vertex 2675: +Vertex 2676: +Vertex 2677: +Vertex 2678: +Vertex 2679: +Vertex 2680: +Vertex 2681: +Vertex 2682: +Vertex 2683: +Vertex 2684: +Vertex 2685: +Vertex 2686: +Vertex 2687: +Vertex 2688: +Vertex 2689: +Vertex 2690: +Vertex 2691: +Vertex 2692: +Vertex 2693: +Vertex 2694: +Vertex 2695: +Vertex 2696: +Vertex 2697: +Vertex 2698: +Vertex 2699: +Vertex 2700: +Vertex 2701: +Vertex 2702: +Vertex 2703: +Vertex 2704: +Vertex 2705: +Vertex 2706: +Vertex 2707: +Vertex 2708: +Vertex 2709: +Vertex 2710: +Vertex 2711: +Vertex 2712: +Vertex 2713: +Vertex 2714: +Vertex 2715: +Vertex 2716: +Vertex 2717: +Vertex 2718: +Vertex 2719: +Vertex 2720: +Vertex 2721: +Vertex 2722: +Vertex 2723: +Vertex 2724: +Vertex 2725: +Vertex 2726: +Vertex 2727: +Vertex 2728: +Vertex 2729: +Vertex 2730: +Vertex 2731: +Vertex 2732: +Vertex 2733: +Vertex 2734: +Vertex 2735: +Vertex 2736: +Vertex 2737: +Vertex 2738: +Vertex 2739: +Vertex 2740: +Vertex 2741: +Vertex 2742: +Vertex 2743: +Vertex 2744: +Vertex 2745: +Vertex 2746: +Vertex 2747: +Vertex 2748: +Vertex 2749: +Vertex 2750: +Vertex 2751: +Vertex 2752: +Vertex 2753: +Vertex 2754: +Vertex 2755: +Vertex 2756: +Vertex 2757: +Vertex 2758: +Vertex 2759: +Vertex 2760: +Vertex 2761: +Vertex 2762: +Vertex 2763: +Vertex 2764: +Vertex 2765: +Vertex 2766: +Vertex 2767: +Vertex 2768: +Vertex 2769: +Vertex 2770: +Vertex 2771: +Vertex 2772: +Vertex 2773: +Vertex 2774: +Vertex 2775: +Vertex 2776: +Vertex 2777: +Vertex 2778: +Vertex 2779: +Vertex 2780: +Vertex 2781: +Vertex 2782: +Vertex 2783: +Vertex 2784: +Vertex 2785: +Vertex 2786: +Vertex 2787: +Vertex 2788: +Vertex 2789: +Vertex 2790: +Vertex 2791: +Vertex 2792: +Vertex 2793: +Vertex 2794: +Vertex 2795: +Vertex 2796: +Vertex 2797: +Vertex 2798: +Vertex 2799: +Vertex 2800: +Vertex 2801: +Vertex 2802: +Vertex 2803: +Vertex 2804: +Vertex 2805: +Vertex 2806: +Vertex 2807: +Vertex 2808: +Vertex 2809: +Vertex 2810: +Vertex 2811: +Vertex 2812: +Vertex 2813: +Vertex 2814: +Vertex 2815: +Vertex 2816: +Vertex 2817: +Vertex 2818: +Vertex 2819: +Vertex 2820: +Vertex 2821: +Vertex 2822: +Vertex 2823: +Vertex 2824: +Vertex 2825: +Vertex 2826: +Vertex 2827: +Vertex 2828: +Vertex 2829: +Vertex 2830: +Vertex 2831: +Vertex 2832: +Vertex 2833: +Vertex 2834: +Vertex 2835: +Vertex 2836: +Vertex 2837: +Vertex 2838: +Vertex 2839: +Vertex 2840: +Vertex 2841: +Vertex 2842: +Vertex 2843: +Vertex 2844: +Vertex 2845: +Vertex 2846: +Vertex 2847: +Vertex 2848: +Vertex 2849: +Vertex 2850: +Vertex 2851: +Vertex 2852: +Vertex 2853: +Vertex 2854: +Vertex 2855: +Vertex 2856: +Vertex 2857: +Vertex 2858: +Vertex 2859: +Vertex 2860: +Vertex 2861: +Vertex 2862: +Vertex 2863: +Vertex 2864: +Vertex 2865: +Vertex 2866: +Vertex 2867: +Vertex 2868: +Vertex 2869: +Vertex 2870: +Vertex 2871: +Vertex 2872: +Vertex 2873: +Vertex 2874: +Vertex 2875: +Vertex 2876: +Vertex 2877: +Vertex 2878: +Vertex 2879: +Vertex 2880: +Vertex 2881: +Vertex 2882: +Vertex 2883: +Vertex 2884: +Vertex 2885: +Vertex 2886: +Vertex 2887: +Vertex 2888: +Vertex 2889: +Vertex 2890: +Vertex 2891: +Vertex 2892: +Vertex 2893: +Vertex 2894: +Vertex 2895: +Vertex 2896: +Vertex 2897: +Vertex 2898: +Vertex 2899: +Vertex 2900: +Vertex 2901: +Vertex 2902: +Vertex 2903: +Vertex 2904: +Vertex 2905: +Vertex 2906: +Vertex 2907: +Vertex 2908: +Vertex 2909: +Vertex 2910: +Vertex 2911: +Vertex 2912: +Vertex 2913: +Vertex 2914: +Vertex 2915: +Vertex 2916: +Vertex 2917: +Vertex 2918: +Vertex 2919: +Vertex 2920: +Vertex 2921: +Vertex 2922: +Vertex 2923: +Vertex 2924: +Vertex 2925: +Vertex 2926: +Vertex 2927: +Vertex 2928: +Vertex 2929: +Vertex 2930: +Vertex 2931: +Vertex 2932: +Vertex 2933: +Vertex 2934: +Vertex 2935: +Vertex 2936: +Vertex 2937: +Vertex 2938: +Vertex 2939: +Vertex 2940: +Vertex 2941: +Vertex 2942: +Vertex 2943: +Vertex 2944: +Vertex 2945: +Vertex 2946: +Vertex 2947: +Vertex 2948: +Vertex 2949: +Vertex 2950: +Vertex 2951: +Vertex 2952: +Vertex 2953: +Vertex 2954: +Vertex 2955: +Vertex 2956: +Vertex 2957: +Vertex 2958: +Vertex 2959: +Vertex 2960: +Vertex 2961: +Vertex 2962: +Vertex 2963: +Vertex 2964: +Vertex 2965: +Vertex 2966: +Vertex 2967: +Vertex 2968: +Vertex 2969: +Vertex 2970: +Vertex 2971: +Vertex 2972: +Vertex 2973: +Vertex 2974: +Vertex 2975: +Vertex 2976: +Vertex 2977: +Vertex 2978: +Vertex 2979: +Vertex 2980: +Vertex 2981: +Vertex 2982: +Vertex 2983: +Vertex 2984: +Vertex 2985: +Vertex 2986: +Vertex 2987: +Vertex 2988: +Vertex 2989: +Vertex 2990: +Vertex 2991: +Vertex 2992: +Vertex 2993: +Vertex 2994: +Vertex 2995: +Vertex 2996: +Vertex 2997: +Vertex 2998: +Vertex 2999: +Vertex 3000: +Vertex 3001: +Vertex 3002: +Vertex 3003: +Vertex 3004: +Vertex 3005: +Vertex 3006: +Vertex 3007: +Vertex 3008: +Vertex 3009: +Vertex 3010: +Vertex 3011: +Vertex 3012: +Vertex 3013: +Vertex 3014: +Vertex 3015: +Vertex 3016: +Vertex 3017: +Vertex 3018: +Vertex 3019: +Vertex 3020: +Vertex 3021: +Vertex 3022: +Vertex 3023: +Vertex 3024: +Vertex 3025: +Vertex 3026: +Vertex 3027: +Vertex 3028: +Vertex 3029: +Vertex 3030: +Vertex 3031: +Vertex 3032: +Vertex 3033: +Vertex 3034: +Vertex 3035: +Vertex 3036: +Vertex 3037: +Vertex 3038: +Vertex 3039: +Vertex 3040: +Vertex 3041: +Vertex 3042: +Vertex 3043: +Vertex 3044: +Vertex 3045: +Vertex 3046: +Vertex 3047: +Vertex 3048: +Vertex 3049: +Vertex 3050: +Vertex 3051: +Vertex 3052: +Vertex 3053: +Vertex 3054: +Vertex 3055: +Vertex 3056: +Vertex 3057: +Vertex 3058: +Vertex 3059: +Vertex 3060: +Vertex 3061: +Vertex 3062: +Vertex 3063: +Vertex 3064: +Vertex 3065: +Vertex 3066: +Vertex 3067: +Vertex 3068: +Vertex 3069: +Vertex 3070: +Vertex 3071: +Vertex 3072: +Vertex 3073: +Vertex 3074: +Vertex 3075: +Vertex 3076: +Vertex 3077: +Vertex 3078: +Vertex 3079: +Vertex 3080: +Vertex 3081: +Vertex 3082: +Vertex 3083: +Vertex 3084: +Vertex 3085: +Vertex 3086: +Vertex 3087: +Vertex 3088: +Vertex 3089: +Vertex 3090: +Vertex 3091: +Vertex 3092: +Vertex 3093: +Vertex 3094: +Vertex 3095: +Vertex 3096: +Vertex 3097: +Vertex 3098: +Vertex 3099: +Vertex 3100: +Vertex 3101: +Vertex 3102: +Vertex 3103: +Vertex 3104: +Vertex 3105: +Vertex 3106: +Vertex 3107: +Vertex 3108: +Vertex 3109: +Vertex 3110: +Vertex 3111: +Vertex 3112: +Vertex 3113: +Vertex 3114: +Vertex 3115: +Vertex 3116: +Vertex 3117: +Vertex 3118: +Vertex 3119: +Vertex 3120: +Vertex 3121: +Vertex 3122: +Vertex 3123: +Vertex 3124: +Vertex 3125: +Vertex 3126: +Vertex 3127: +Vertex 3128: +Vertex 3129: +Vertex 3130: +Vertex 3131: +Vertex 3132: +Vertex 3133: +Vertex 3134: +Vertex 3135: +Vertex 3136: +Vertex 3137: +Vertex 3138: +Vertex 3139: +Vertex 3140: +Vertex 3141: +Vertex 3142: +Vertex 3143: +Vertex 3144: +Vertex 3145: +Vertex 3146: +Vertex 3147: +Vertex 3148: +Vertex 3149: +Vertex 3150: +Vertex 3151: +Vertex 3152: +Vertex 3153: +Vertex 3154: +Vertex 3155: +Vertex 3156: +Vertex 3157: +Vertex 3158: +Vertex 3159: +Vertex 3160: +Vertex 3161: +Vertex 3162: +Vertex 3163: +Vertex 3164: +Vertex 3165: +Vertex 3166: +Vertex 3167: +Vertex 3168: +Vertex 3169: +Vertex 3170: +Vertex 3171: +Vertex 3172: +Vertex 3173: +Vertex 3174: +Vertex 3175: +Vertex 3176: +Vertex 3177: +Vertex 3178: +Vertex 3179: +Vertex 3180: +Vertex 3181: +Vertex 3182: +Vertex 3183: +Vertex 3184: +Vertex 3185: +Vertex 3186: +Vertex 3187: +Vertex 3188: +Vertex 3189: +Vertex 3190: +Vertex 3191: +Vertex 3192: +Vertex 3193: +Vertex 3194: +Vertex 3195: +Vertex 3196: +Vertex 3197: +Vertex 3198: +Vertex 3199: +Vertex 3200: +Vertex 3201: +Vertex 3202: +Vertex 3203: +Vertex 3204: +Vertex 3205: +Vertex 3206: +Vertex 3207: +Vertex 3208: +Vertex 3209: +Vertex 3210: +Vertex 3211: +Vertex 3212: +Vertex 3213: +Vertex 3214: +Vertex 3215: +Vertex 3216: +Vertex 3217: +Vertex 3218: +Vertex 3219: +Vertex 3220: +Vertex 3221: +Vertex 3222: +Vertex 3223: +Vertex 3224: +Vertex 3225: +Vertex 3226: +Vertex 3227: +Vertex 3228: +Vertex 3229: +Vertex 3230: +Vertex 3231: +Vertex 3232: +Vertex 3233: +Vertex 3234: +Vertex 3235: +Vertex 3236: +Vertex 3237: +Vertex 3238: +Vertex 3239: +Vertex 3240: +Vertex 3241: +Vertex 3242: +Vertex 3243: +Vertex 3244: +Vertex 3245: +Vertex 3246: +Vertex 3247: +Vertex 3248: +Vertex 3249: +Vertex 3250: +Vertex 3251: +Vertex 3252: +Vertex 3253: +Vertex 3254: +Vertex 3255: +Vertex 3256: +Vertex 3257: +Vertex 3258: +Vertex 3259: +Vertex 3260: +Vertex 3261: +Vertex 3262: +Vertex 3263: +Vertex 3264: +Vertex 3265: +Vertex 3266: +Vertex 3267: +Vertex 3268: +Vertex 3269: +Vertex 3270: +Vertex 3271: +Vertex 3272: +Vertex 3273: +Vertex 3274: +Vertex 3275: +Vertex 3276: +Vertex 3277: +Vertex 3278: +Vertex 3279: +Vertex 3280: +Vertex 3281: +Vertex 3282: +Vertex 3283: +Vertex 3284: +Vertex 3285: +Vertex 3286: +Vertex 3287: +Vertex 3288: +Vertex 3289: +Vertex 3290: +Vertex 3291: +Vertex 3292: +Vertex 3293: +Vertex 3294: +Vertex 3295: +Vertex 3296: +Vertex 3297: +Vertex 3298: +Vertex 3299: +Vertex 3300: +Vertex 3301: +Vertex 3302: +Vertex 3303: +Vertex 3304: +Vertex 3305: +Vertex 3306: +Vertex 3307: +Vertex 3308: +Vertex 3309: +Vertex 3310: +Vertex 3311: +Vertex 3312: +Vertex 3313: +Vertex 3314: +Vertex 3315: +Vertex 3316: +Vertex 3317: +Vertex 3318: +Vertex 3319: +Vertex 3320: +Vertex 3321: +Vertex 3322: +Vertex 3323: +Vertex 3324: +Vertex 3325: +Vertex 3326: +Vertex 3327: +Vertex 3328: +Vertex 3329: +Vertex 3330: +Vertex 3331: +Vertex 3332: +Vertex 3333: +Vertex 3334: +Vertex 3335: +Vertex 3336: +Vertex 3337: +Vertex 3338: +Vertex 3339: +Vertex 3340: +Vertex 3341: +Vertex 3342: +Vertex 3343: +Vertex 3344: +Vertex 3345: +Vertex 3346: +Vertex 3347: +Vertex 3348: +Vertex 3349: +Vertex 3350: +Vertex 3351: +Vertex 3352: +Vertex 3353: +Vertex 3354: +Vertex 3355: +Vertex 3356: +Vertex 3357: +Vertex 3358: +Vertex 3359: +Vertex 3360: +Vertex 3361: +Vertex 3362: +Vertex 3363: +Vertex 3364: +Vertex 3365: +Vertex 3366: +Vertex 3367: +Vertex 3368: +Vertex 3369: +Vertex 3370: +Vertex 3371: +Vertex 3372: +Vertex 3373: +Vertex 3374: +Vertex 3375: +Vertex 3376: +Vertex 3377: +Vertex 3378: +Vertex 3379: +Vertex 3380: +Vertex 3381: +Vertex 3382: +Vertex 3383: +Vertex 3384: +Vertex 3385: +Vertex 3386: +Vertex 3387: +Vertex 3388: +Vertex 3389: +Vertex 3390: +Vertex 3391: +Vertex 3392: +Vertex 3393: +Vertex 3394: +Vertex 3395: +Vertex 3396: +Vertex 3397: +Vertex 3398: +Vertex 3399: +Vertex 3400: +Vertex 3401: +Vertex 3402: +Vertex 3403: +Vertex 3404: +Vertex 3405: +Vertex 3406: +Vertex 3407: +Vertex 3408: +Vertex 3409: +Vertex 3410: +Vertex 3411: +Vertex 3412: +Vertex 3413: +Vertex 3414: +Vertex 3415: +Vertex 3416: +Vertex 3417: +Vertex 3418: +Vertex 3419: +Vertex 3420: +Vertex 3421: +Vertex 3422: +Vertex 3423: +Vertex 3424: +Vertex 3425: +Vertex 3426: +Vertex 3427: +Vertex 3428: +Vertex 3429: +Vertex 3430: +Vertex 3431: +Vertex 3432: +Vertex 3433: +Vertex 3434: +Vertex 3435: +Vertex 3436: +Vertex 3437: +Vertex 3438: +Vertex 3439: +Vertex 3440: +Vertex 3441: +Vertex 3442: +Vertex 3443: +Vertex 3444: +Vertex 3445: +Vertex 3446: +Vertex 3447: +Vertex 3448: +Vertex 3449: +Vertex 3450: +Vertex 3451: +Vertex 3452: +Vertex 3453: +Vertex 3454: +Vertex 3455: +Vertex 3456: +Vertex 3457: +Vertex 3458: +Vertex 3459: +Vertex 3460: +Vertex 3461: +Vertex 3462: +Vertex 3463: +Vertex 3464: +Vertex 3465: +Vertex 3466: +Vertex 3467: +Vertex 3468: +Vertex 3469: +Vertex 3470: +Vertex 3471: +Vertex 3472: +Vertex 3473: +Vertex 3474: +Vertex 3475: +Vertex 3476: +Vertex 3477: +Vertex 3478: +Vertex 3479: +Vertex 3480: +Vertex 3481: +Vertex 3482: +Vertex 3483: +Vertex 3484: +Vertex 3485: +Vertex 3486: +Vertex 3487: +Vertex 3488: +Vertex 3489: +Vertex 3490: +Vertex 3491: +Vertex 3492: +Vertex 3493: +Vertex 3494: +Vertex 3495: +Vertex 3496: +Vertex 3497: +Vertex 3498: +Vertex 3499: +Vertex 3500: +Vertex 3501: +Vertex 3502: +Vertex 3503: +Vertex 3504: +Vertex 3505: +Vertex 3506: +Vertex 3507: +Vertex 3508: +Vertex 3509: +Vertex 3510: +Vertex 3511: +Vertex 3512: +Vertex 3513: +Vertex 3514: +Vertex 3515: +Vertex 3516: +Vertex 3517: +Vertex 3518: +Vertex 3519: +Vertex 3520: +Vertex 3521: +Vertex 3522: +Vertex 3523: +Vertex 3524: +Vertex 3525: +Vertex 3526: +Vertex 3527: +Vertex 3528: +Vertex 3529: +Vertex 3530: +Vertex 3531: +Vertex 3532: +Vertex 3533: +Vertex 3534: +Vertex 3535: +Vertex 3536: +Vertex 3537: +Vertex 3538: +Vertex 3539: +Vertex 3540: +Vertex 3541: +Vertex 3542: +Vertex 3543: +Vertex 3544: +Vertex 3545: +Vertex 3546: +Vertex 3547: +Vertex 3548: +Vertex 3549: +Vertex 3550: +Vertex 3551: +Vertex 3552: +Vertex 3553: +Vertex 3554: +Vertex 3555: +Vertex 3556: +Vertex 3557: +Vertex 3558: +Vertex 3559: +Vertex 3560: +Vertex 3561: +Vertex 3562: +Vertex 3563: +Vertex 3564: +Vertex 3565: +Vertex 3566: +Vertex 3567: +Vertex 3568: +Vertex 3569: +Vertex 3570: +Vertex 3571: +Vertex 3572: +Vertex 3573: +Vertex 3574: +Vertex 3575: +Vertex 3576: +Vertex 3577: +Vertex 3578: +Vertex 3579: +Vertex 3580: +Vertex 3581: +Vertex 3582: +Vertex 3583: +Vertex 3584: +Vertex 3585: +Vertex 3586: +Vertex 3587: +Vertex 3588: +Vertex 3589: +Vertex 3590: +Vertex 3591: +Vertex 3592: +Vertex 3593: +Vertex 3594: +Vertex 3595: +Vertex 3596: +Vertex 3597: +Vertex 3598: +Vertex 3599: +Vertex 3600: +Vertex 3601: +Vertex 3602: +Vertex 3603: +Vertex 3604: +Vertex 3605: +Vertex 3606: +Vertex 3607: +Vertex 3608: +Vertex 3609: +Vertex 3610: +Vertex 3611: +Vertex 3612: +Vertex 3613: +Vertex 3614: +Vertex 3615: +Vertex 3616: +Vertex 3617: +Vertex 3618: +Vertex 3619: +Vertex 3620: +Vertex 3621: +Vertex 3622: +Vertex 3623: +Vertex 3624: +Vertex 3625: +Vertex 3626: +Vertex 3627: +Vertex 3628: +Vertex 3629: +Vertex 3630: +Vertex 3631: +Vertex 3632: +Vertex 3633: +Vertex 3634: +Vertex 3635: +Vertex 3636: +Vertex 3637: +Vertex 3638: +Vertex 3639: +Vertex 3640: +Vertex 3641: +Vertex 3642: +Vertex 3643: +Vertex 3644: +Vertex 3645: +Vertex 3646: +Vertex 3647: +Vertex 3648: +Vertex 3649: +Vertex 3650: +Vertex 3651: +Vertex 3652: +Vertex 3653: +Vertex 3654: +Vertex 3655: +Vertex 3656: +Vertex 3657: +Vertex 3658: +Vertex 3659: +Vertex 3660: +Vertex 3661: +Vertex 3662: +Vertex 3663: +Vertex 3664: +Vertex 3665: +Vertex 3666: +Vertex 3667: +Vertex 3668: +Vertex 3669: +Vertex 3670: +Vertex 3671: +Vertex 3672: +Vertex 3673: +Vertex 3674: +Vertex 3675: +Vertex 3676: +Vertex 3677: +Vertex 3678: +Vertex 3679: +Vertex 3680: +Vertex 3681: +Vertex 3682: +Vertex 3683: +Vertex 3684: +Vertex 3685: +Vertex 3686: +Vertex 3687: +Vertex 3688: +Vertex 3689: +Vertex 3690: +Vertex 3691: +Vertex 3692: +Vertex 3693: +Vertex 3694: +Vertex 3695: +Vertex 3696: +Vertex 3697: +Vertex 3698: +Vertex 3699: +Vertex 3700: +Vertex 3701: +Vertex 3702: +Vertex 3703: +Vertex 3704: +Vertex 3705: +Vertex 3706: +Vertex 3707: +Vertex 3708: +Vertex 3709: +Vertex 3710: +Vertex 3711: +Vertex 3712: +Vertex 3713: +Vertex 3714: +Vertex 3715: +Vertex 3716: +Vertex 3717: +Vertex 3718: +Vertex 3719: +Vertex 3720: +Vertex 3721: +Vertex 3722: +Vertex 3723: +Vertex 3724: +Vertex 3725: +Vertex 3726: +Vertex 3727: +Vertex 3728: +Vertex 3729: +Vertex 3730: +Vertex 3731: +Vertex 3732: +Vertex 3733: +Vertex 3734: +Vertex 3735: +Vertex 3736: +Vertex 3737: +Vertex 3738: +Vertex 3739: +Vertex 3740: +Vertex 3741: +Vertex 3742: +Vertex 3743: +Vertex 3744: +Vertex 3745: +Vertex 3746: +Vertex 3747: +Vertex 3748: +Vertex 3749: +Vertex 3750: +Vertex 3751: +Vertex 3752: +Vertex 3753: +Vertex 3754: +Vertex 3755: +Vertex 3756: +Vertex 3757: +Vertex 3758: +Vertex 3759: +Vertex 3760: +Vertex 3761: +Vertex 3762: +Vertex 3763: +Vertex 3764: +Vertex 3765: +Vertex 3766: +Vertex 3767: +Vertex 3768: +Vertex 3769: +Vertex 3770: +Vertex 3771: +Vertex 3772: +Vertex 3773: +Vertex 3774: +Vertex 3775: +Vertex 3776: +Vertex 3777: +Vertex 3778: +Vertex 3779: +Vertex 3780: +Vertex 3781: +Vertex 3782: +Vertex 3783: +Vertex 3784: +Vertex 3785: +Vertex 3786: +Vertex 3787: +Vertex 3788: +Vertex 3789: +Vertex 3790: +Vertex 3791: +Vertex 3792: +Vertex 3793: +Vertex 3794: +Vertex 3795: +Vertex 3796: +Vertex 3797: +Vertex 3798: +Vertex 3799: +Vertex 3800: +Vertex 3801: +Vertex 3802: +Vertex 3803: +Vertex 3804: +Vertex 3805: +Vertex 3806: +Vertex 3807: +Vertex 3808: +Vertex 3809: +Vertex 3810: +Vertex 3811: +Vertex 3812: +Vertex 3813: +Vertex 3814: +Vertex 3815: +Vertex 3816: +Vertex 3817: +Vertex 3818: +Vertex 3819: +Vertex 3820: +Vertex 3821: +Vertex 3822: +Vertex 3823: +Vertex 3824: +Vertex 3825: +Vertex 3826: +Vertex 3827: +Vertex 3828: +Vertex 3829: +Vertex 3830: +Vertex 3831: +Vertex 3832: +Vertex 3833: +Vertex 3834: +Vertex 3835: +Vertex 3836: +Vertex 3837: +Vertex 3838: +Vertex 3839: +Vertex 3840: +Vertex 3841: +Vertex 3842: +Vertex 3843: +Vertex 3844: +Vertex 3845: +Vertex 3846: +Vertex 3847: +Vertex 3848: +Vertex 3849: +Vertex 3850: +Vertex 3851: +Vertex 3852: +Vertex 3853: +Vertex 3854: +Vertex 3855: +Vertex 3856: +Vertex 3857: +Vertex 3858: +Vertex 3859: +Vertex 3860: +Vertex 3861: +Vertex 3862: +Vertex 3863: +Vertex 3864: +Vertex 3865: +Vertex 3866: +Vertex 3867: +Vertex 3868: +Vertex 3869: +Vertex 3870: +Vertex 3871: +Vertex 3872: +Vertex 3873: +Vertex 3874: +Vertex 3875: +Vertex 3876: +Vertex 3877: +Vertex 3878: +Vertex 3879: +Vertex 3880: +Vertex 3881: +Vertex 3882: +Vertex 3883: +Vertex 3884: +Vertex 3885: +Vertex 3886: +Vertex 3887: +Vertex 3888: +Vertex 3889: +Vertex 3890: +Vertex 3891: +Vertex 3892: +Vertex 3893: +Vertex 3894: +Vertex 3895: +Vertex 3896: +Vertex 3897: +Vertex 3898: +Vertex 3899: +Vertex 3900: +Vertex 3901: +Vertex 3902: +Vertex 3903: +Vertex 3904: +Vertex 3905: +Vertex 3906: +Vertex 3907: +Vertex 3908: +Vertex 3909: +Vertex 3910: +Vertex 3911: +Vertex 3912: +Vertex 3913: +Vertex 3914: +Vertex 3915: +Vertex 3916: +Vertex 3917: +Vertex 3918: +Vertex 3919: +Vertex 3920: +Vertex 3921: +Vertex 3922: +Vertex 3923: +Vertex 3924: +Vertex 3925: +Vertex 3926: +Vertex 3927: +Vertex 3928: +Vertex 3929: +Vertex 3930: +Vertex 3931: +Vertex 3932: +Vertex 3933: +Vertex 3934: +Vertex 3935: +Vertex 3936: +Vertex 3937: +Vertex 3938: +Vertex 3939: +Vertex 3940: +Vertex 3941: +Vertex 3942: +Vertex 3943: +Vertex 3944: +Vertex 3945: +Vertex 3946: +Vertex 3947: +Vertex 3948: +Vertex 3949: +Vertex 3950: +Vertex 3951: +Vertex 3952: +Vertex 3953: +Vertex 3954: +Vertex 3955: +Vertex 3956: +Vertex 3957: +Vertex 3958: +Vertex 3959: +Vertex 3960: +Vertex 3961: +Vertex 3962: +Vertex 3963: +Vertex 3964: +Vertex 3965: +Vertex 3966: +Vertex 3967: +Vertex 3968: +Vertex 3969: +Vertex 3970: +Vertex 3971: +Vertex 3972: +Vertex 3973: +Vertex 3974: +Vertex 3975: +Vertex 3976: +Vertex 3977: +Vertex 3978: +Vertex 3979: +Vertex 3980: +Vertex 3981: +Vertex 3982: +Vertex 3983: +Vertex 3984: +Vertex 3985: +Vertex 3986: +Vertex 3987: +Vertex 3988: +Vertex 3989: +Vertex 3990: +Vertex 3991: +Vertex 3992: +Vertex 3993: +Vertex 3994: +Vertex 3995: +Vertex 3996: +Vertex 3997: +Vertex 3998: +Vertex 3999: +Vertex 4000: +Vertex 4001: +Vertex 4002: +Vertex 4003: +Vertex 4004: +Vertex 4005: +Vertex 4006: +Vertex 4007: +Vertex 4008: +Vertex 4009: +Vertex 4010: +Vertex 4011: +Vertex 4012: +Vertex 4013: +Vertex 4014: +Vertex 4015: +Vertex 4016: +Vertex 4017: +Vertex 4018: +Vertex 4019: +Vertex 4020: +Vertex 4021: +Vertex 4022: +Vertex 4023: +Vertex 4024: +Vertex 4025: +Vertex 4026: +Vertex 4027: +Vertex 4028: +Vertex 4029: +Vertex 4030: +Vertex 4031: +Vertex 4032: +Vertex 4033: +Vertex 4034: +Vertex 4035: +Vertex 4036: +Vertex 4037: +Vertex 4038: +Vertex 4039: +Vertex 4040: +Vertex 4041: +Vertex 4042: +Vertex 4043: +Vertex 4044: +Vertex 4045: +Vertex 4046: +Vertex 4047: +Vertex 4048: +Vertex 4049: +Vertex 4050: +Vertex 4051: +Vertex 4052: +Vertex 4053: +Vertex 4054: +Vertex 4055: +Vertex 4056: +Vertex 4057: +Vertex 4058: +Vertex 4059: +Vertex 4060: +Vertex 4061: +Vertex 4062: +Vertex 4063: +Vertex 4064: +Vertex 4065: +Vertex 4066: +Vertex 4067: +Vertex 4068: +Vertex 4069: +Vertex 4070: +Vertex 4071: +Vertex 4072: +Vertex 4073: +Vertex 4074: +Vertex 4075: +Vertex 4076: +Vertex 4077: +Vertex 4078: +Vertex 4079: +Vertex 4080: +Vertex 4081: +Vertex 4082: +Vertex 4083: +Vertex 4084: +Vertex 4085: +Vertex 4086: +Vertex 4087: +Vertex 4088: +Vertex 4089: +Vertex 4090: +Vertex 4091: +Vertex 4092: +Vertex 4093: +Vertex 4094: +Vertex 4095: +Vertex 4096: +Vertex 4097: +Vertex 4098: +Vertex 4099: +Vertex 4100: +Vertex 4101: +Vertex 4102: +Vertex 4103: +Vertex 4104: +Vertex 4105: +Vertex 4106: +Vertex 4107: +Vertex 4108: +Vertex 4109: +Vertex 4110: +Vertex 4111: +Vertex 4112: +Vertex 4113: +Vertex 4114: +Vertex 4115: +Vertex 4116: +Vertex 4117: +Vertex 4118: +Vertex 4119: +Vertex 4120: +Vertex 4121: +Vertex 4122: +Vertex 4123: +Vertex 4124: +Vertex 4125: +Vertex 4126: +Vertex 4127: +Vertex 4128: +Vertex 4129: +Vertex 4130: +Vertex 4131: +Vertex 4132: +Vertex 4133: +Vertex 4134: +Vertex 4135: +Vertex 4136: +Vertex 4137: +Vertex 4138: +Vertex 4139: +Vertex 4140: +Vertex 4141: +Vertex 4142: +Vertex 4143: +Vertex 4144: +Vertex 4145: +Vertex 4146: +Vertex 4147: +Vertex 4148: +Vertex 4149: +Vertex 4150: +Vertex 4151: +Vertex 4152: +Vertex 4153: +Vertex 4154: +Vertex 4155: +Vertex 4156: +Vertex 4157: +Vertex 4158: +Vertex 4159: +Vertex 4160: +Vertex 4161: +Vertex 4162: +Vertex 4163: +Vertex 4164: +Vertex 4165: +Vertex 4166: +Vertex 4167: +Vertex 4168: +Vertex 4169: +Vertex 4170: +Vertex 4171: +Vertex 4172: +Vertex 4173: +Vertex 4174: +Vertex 4175: +Vertex 4176: +Vertex 4177: +Vertex 4178: +Vertex 4179: +Vertex 4180: +Vertex 4181: +Vertex 4182: +Vertex 4183: +Vertex 4184: +Vertex 4185: +Vertex 4186: +Vertex 4187: +Vertex 4188: +Vertex 4189: +Vertex 4190: +Vertex 4191: +Vertex 4192: +Vertex 4193: +Vertex 4194: +Vertex 4195: +Vertex 4196: +Vertex 4197: +Vertex 4198: +Vertex 4199: +Vertex 4200: +Vertex 4201: +Vertex 4202: +Vertex 4203: +Vertex 4204: +Vertex 4205: +Vertex 4206: +Vertex 4207: +Vertex 4208: +Vertex 4209: +Vertex 4210: +Vertex 4211: +Vertex 4212: +Vertex 4213: +Vertex 4214: +Vertex 4215: +Vertex 4216: +Vertex 4217: +Vertex 4218: +Vertex 4219: +Vertex 4220: +Vertex 4221: +Vertex 4222: +Vertex 4223: +Vertex 4224: +Vertex 4225: +Vertex 4226: +Vertex 4227: +Vertex 4228: +Vertex 4229: +Vertex 4230: +Vertex 4231: +Vertex 4232: +Vertex 4233: +Vertex 4234: +Vertex 4235: +Vertex 4236: +Vertex 4237: +Vertex 4238: +Vertex 4239: +Vertex 4240: +Vertex 4241: +Vertex 4242: +Vertex 4243: +Vertex 4244: +Vertex 4245: +Vertex 4246: +Vertex 4247: +Vertex 4248: +Vertex 4249: +Vertex 4250: +Vertex 4251: +Vertex 4252: +Vertex 4253: +Vertex 4254: +Vertex 4255: +Vertex 4256: +Vertex 4257: +Vertex 4258: +Vertex 4259: +Vertex 4260: +Vertex 4261: +Vertex 4262: +Vertex 4263: +Vertex 4264: +Vertex 4265: +Vertex 4266: +Vertex 4267: +Vertex 4268: +Vertex 4269: +Vertex 4270: +Vertex 4271: +Vertex 4272: +Vertex 4273: +Vertex 4274: +Vertex 4275: +Vertex 4276: +Vertex 4277: +Vertex 4278: +Vertex 4279: +Vertex 4280: +Vertex 4281: +Vertex 4282: +Vertex 4283: +Vertex 4284: +Vertex 4285: +Vertex 4286: +Vertex 4287: +Vertex 4288: +Vertex 4289: +Vertex 4290: +Vertex 4291: +Vertex 4292: +Vertex 4293: +Vertex 4294: +Vertex 4295: +Vertex 4296: +Vertex 4297: +Vertex 4298: +Vertex 4299: +Vertex 4300: +Vertex 4301: +Vertex 4302: +Vertex 4303: +Vertex 4304: +Vertex 4305: +Vertex 4306: +Vertex 4307: +Vertex 4308: +Vertex 4309: +Vertex 4310: +Vertex 4311: +Vertex 4312: +Vertex 4313: +Vertex 4314: +Vertex 4315: +Vertex 4316: +Vertex 4317: +Vertex 4318: +Vertex 4319: +Vertex 4320: +Vertex 4321: +Vertex 4322: +Vertex 4323: +Vertex 4324: +Vertex 4325: +Vertex 4326: +Vertex 4327: +Vertex 4328: +Vertex 4329: +Vertex 4330: +Vertex 4331: +Vertex 4332: +Vertex 4333: +Vertex 4334: +Vertex 4335: +Vertex 4336: +Vertex 4337: +Vertex 4338: +Vertex 4339: +Vertex 4340: +Vertex 4341: +Vertex 4342: +Vertex 4343: +Vertex 4344: +Vertex 4345: +Vertex 4346: +Vertex 4347: +Vertex 4348: +Vertex 4349: +Vertex 4350: +Vertex 4351: +Vertex 4352: +Vertex 4353: +Vertex 4354: +Vertex 4355: +Vertex 4356: +Vertex 4357: +Vertex 4358: +Vertex 4359: +Vertex 4360: +Vertex 4361: +Vertex 4362: +Vertex 4363: +Vertex 4364: +Vertex 4365: +Vertex 4366: +Vertex 4367: +Vertex 4368: +Vertex 4369: +Vertex 4370: +Vertex 4371: +Vertex 4372: +Vertex 4373: +Vertex 4374: +Vertex 4375: +Vertex 4376: +Vertex 4377: +Vertex 4378: +Vertex 4379: +Vertex 4380: +Vertex 4381: +Vertex 4382: +Vertex 4383: +Vertex 4384: +Vertex 4385: +Vertex 4386: +Vertex 4387: +Vertex 4388: +Vertex 4389: +Vertex 4390: +Vertex 4391: +Vertex 4392: +Vertex 4393: +Vertex 4394: +Vertex 4395: +Vertex 4396: +Vertex 4397: +Vertex 4398: +Vertex 4399: +Vertex 4400: +Vertex 4401: +Vertex 4402: +Vertex 4403: +Vertex 4404: +Vertex 4405: +Vertex 4406: +Vertex 4407: +Vertex 4408: +Vertex 4409: +Vertex 4410: +Vertex 4411: +Vertex 4412: +Vertex 4413: +Vertex 4414: +Vertex 4415: +Vertex 4416: +Vertex 4417: +Vertex 4418: +Vertex 4419: +Vertex 4420: +Vertex 4421: +Vertex 4422: +Vertex 4423: +Vertex 4424: +Vertex 4425: +Vertex 4426: +Vertex 4427: +Vertex 4428: +Vertex 4429: +Vertex 4430: +Vertex 4431: +Vertex 4432: +Vertex 4433: +Vertex 4434: +Vertex 4435: +Vertex 4436: +Vertex 4437: +Vertex 4438: +Vertex 4439: +Vertex 4440: +Vertex 4441: +Vertex 4442: +Vertex 4443: +Vertex 4444: +Vertex 4445: +Vertex 4446: +Vertex 4447: +Vertex 4448: +Vertex 4449: +Vertex 4450: +Vertex 4451: +Vertex 4452: +Vertex 4453: +Vertex 4454: +Vertex 4455: +Vertex 4456: +Vertex 4457: +Vertex 4458: +Vertex 4459: +Vertex 4460: +Vertex 4461: +Vertex 4462: +Vertex 4463: +Vertex 4464: +Vertex 4465: +Vertex 4466: +Vertex 4467: +Vertex 4468: +Vertex 4469: +Vertex 4470: +Vertex 4471: +Vertex 4472: +Vertex 4473: +Vertex 4474: +Vertex 4475: +Vertex 4476: +Vertex 4477: +Vertex 4478: +Vertex 4479: +Vertex 4480: +Vertex 4481: +Vertex 4482: +Vertex 4483: +Vertex 4484: +Vertex 4485: +Vertex 4486: +Vertex 4487: +Vertex 4488: +Vertex 4489: +Vertex 4490: +Vertex 4491: +Vertex 4492: +Vertex 4493: +Vertex 4494: +Vertex 4495: +Vertex 4496: +Vertex 4497: +Vertex 4498: +Vertex 4499: +Vertex 4500: +Vertex 4501: +Vertex 4502: +Vertex 4503: +Vertex 4504: +Vertex 4505: +Vertex 4506: +Vertex 4507: +Vertex 4508: +Vertex 4509: +Vertex 4510: +Vertex 4511: +Vertex 4512: +Vertex 4513: +Vertex 4514: +Vertex 4515: +Vertex 4516: +Vertex 4517: +Vertex 4518: +Vertex 4519: +Vertex 4520: +Vertex 4521: +Vertex 4522: +Vertex 4523: +Vertex 4524: +Vertex 4525: +Vertex 4526: +Vertex 4527: +Vertex 4528: +Vertex 4529: +Vertex 4530: +Vertex 4531: +Vertex 4532: +Vertex 4533: +Vertex 4534: +Vertex 4535: +Vertex 4536: +Vertex 4537: +Vertex 4538: +Vertex 4539: +Vertex 4540: +Vertex 4541: +Vertex 4542: +Vertex 4543: +Vertex 4544: +Vertex 4545: +Vertex 4546: +Vertex 4547: +Vertex 4548: +Vertex 4549: +Vertex 4550: +Vertex 4551: +Vertex 4552: +Vertex 4553: +Vertex 4554: +Vertex 4555: +Vertex 4556: +Vertex 4557: +Vertex 4558: +Vertex 4559: +Vertex 4560: +Vertex 4561: +Vertex 4562: +Vertex 4563: +Vertex 4564: +Vertex 4565: +Vertex 4566: +Vertex 4567: +Vertex 4568: +Vertex 4569: +Vertex 4570: +Vertex 4571: +Vertex 4572: +Vertex 4573: +Vertex 4574: +Vertex 4575: +Vertex 4576: +Vertex 4577: +Vertex 4578: +Vertex 4579: +Vertex 4580: +Vertex 4581: +Vertex 4582: +Vertex 4583: +Vertex 4584: +Vertex 4585: +Vertex 4586: +Vertex 4587: +Vertex 4588: +Vertex 4589: +Vertex 4590: +Vertex 4591: +Vertex 4592: +Vertex 4593: +Vertex 4594: +Vertex 4595: +Vertex 4596: +Vertex 4597: +Vertex 4598: +Vertex 4599: +Vertex 4600: +Vertex 4601: +Vertex 4602: +Vertex 4603: +Vertex 4604: +Vertex 4605: +Vertex 4606: +Vertex 4607: +Vertex 4608: +Vertex 4609: +Vertex 4610: +Vertex 4611: +Vertex 4612: +Vertex 4613: +Vertex 4614: +Vertex 4615: +Vertex 4616: +Vertex 4617: +Vertex 4618: +Vertex 4619: +Vertex 4620: +Vertex 4621: +Vertex 4622: +Vertex 4623: +Vertex 4624: +Vertex 4625: +Vertex 4626: +Vertex 4627: +Vertex 4628: +Vertex 4629: +Vertex 4630: +Vertex 4631: +Vertex 4632: +Vertex 4633: +Vertex 4634: +Vertex 4635: +Vertex 4636: +Vertex 4637: +Vertex 4638: +Vertex 4639: +Vertex 4640: +Vertex 4641: +Vertex 4642: +Vertex 4643: +===UV Coordinates: +Face count: 9126 +Face 0 +UV Count: 3 + UV + UV + UV +Face 1 +UV Count: 3 + UV + UV + UV +Face 2 +UV Count: 3 + UV + UV + UV +Face 3 +UV Count: 3 + UV + UV + UV +Face 4 +UV Count: 3 + UV + UV + UV +Face 5 +UV Count: 3 + UV + UV + UV +Face 6 +UV Count: 3 + UV + UV + UV +Face 7 +UV Count: 3 + UV + UV + UV +Face 8 +UV Count: 3 + UV + UV + UV +Face 9 +UV Count: 3 + UV + UV + UV +Face 10 +UV Count: 3 + UV + UV + UV +Face 11 +UV Count: 3 + UV + UV + UV +Face 12 +UV Count: 3 + UV + UV + UV +Face 13 +UV Count: 3 + UV + UV + UV +Face 14 +UV Count: 3 + UV + UV + UV +Face 15 +UV Count: 3 + UV + UV + UV +Face 16 +UV Count: 3 + UV + UV + UV +Face 17 +UV Count: 3 + UV + UV + UV +Face 18 +UV Count: 3 + UV + UV + UV +Face 19 +UV Count: 3 + UV + UV + UV +Face 20 +UV Count: 3 + UV + UV + UV +Face 21 +UV Count: 3 + UV + UV + UV +Face 22 +UV Count: 3 + UV + UV + UV +Face 23 +UV Count: 3 + UV + UV + UV +Face 24 +UV Count: 3 + UV + UV + UV +Face 25 +UV Count: 3 + UV + UV + UV +Face 26 +UV Count: 3 + UV + UV + UV +Face 27 +UV Count: 3 + UV + UV + UV +Face 28 +UV Count: 3 + UV + UV + UV +Face 29 +UV Count: 3 + UV + UV + UV +Face 30 +UV Count: 3 + UV + UV + UV +Face 31 +UV Count: 3 + UV + UV + UV +Face 32 +UV Count: 3 + UV + UV + UV +Face 33 +UV Count: 3 + UV + UV + UV +Face 34 +UV Count: 3 + UV + UV + UV +Face 35 +UV Count: 3 + UV + UV + UV +Face 36 +UV Count: 3 + UV + UV + UV +Face 37 +UV Count: 3 + UV + UV + UV +Face 38 +UV Count: 3 + UV + UV + UV +Face 39 +UV Count: 3 + UV + UV + UV +Face 40 +UV Count: 3 + UV + UV + UV +Face 41 +UV Count: 3 + UV + UV + UV +Face 42 +UV Count: 3 + UV + UV + UV +Face 43 +UV Count: 3 + UV + UV + UV +Face 44 +UV Count: 3 + UV + UV + UV +Face 45 +UV Count: 3 + UV + UV + UV +Face 46 +UV Count: 3 + UV + UV + UV +Face 47 +UV Count: 3 + UV + UV + UV +Face 48 +UV Count: 3 + UV + UV + UV +Face 49 +UV Count: 3 + UV + UV + UV +Face 50 +UV Count: 3 + UV + UV + UV +Face 51 +UV Count: 3 + UV + UV + UV +Face 52 +UV Count: 3 + UV + UV + UV +Face 53 +UV Count: 3 + UV + UV + UV +Face 54 +UV Count: 3 + UV + UV + UV +Face 55 +UV Count: 3 + UV + UV + UV +Face 56 +UV Count: 3 + UV + UV + UV +Face 57 +UV Count: 3 + UV + UV + UV +Face 58 +UV Count: 3 + UV + UV + UV +Face 59 +UV Count: 3 + UV + UV + UV +Face 60 +UV Count: 3 + UV + UV + UV +Face 61 +UV Count: 3 + UV + UV + UV +Face 62 +UV Count: 3 + UV + UV + UV +Face 63 +UV Count: 3 + UV + UV + UV +Face 64 +UV Count: 3 + UV + UV + UV +Face 65 +UV Count: 3 + UV + UV + UV +Face 66 +UV Count: 3 + UV + UV + UV +Face 67 +UV Count: 3 + UV + UV + UV +Face 68 +UV Count: 3 + UV + UV + UV +Face 69 +UV Count: 3 + UV + UV + UV +Face 70 +UV Count: 3 + UV + UV + UV +Face 71 +UV Count: 3 + UV + UV + UV +Face 72 +UV Count: 3 + UV + UV + UV +Face 73 +UV Count: 3 + UV + UV + UV +Face 74 +UV Count: 3 + UV + UV + UV +Face 75 +UV Count: 3 + UV + UV + UV +Face 76 +UV Count: 3 + UV + UV + UV +Face 77 +UV Count: 3 + UV + UV + UV +Face 78 +UV Count: 3 + UV + UV + UV +Face 79 +UV Count: 3 + UV + UV + UV +Face 80 +UV Count: 3 + UV + UV + UV +Face 81 +UV Count: 3 + UV + UV + UV +Face 82 +UV Count: 3 + UV + UV + UV +Face 83 +UV Count: 3 + UV + UV + UV +Face 84 +UV Count: 3 + UV + UV + UV +Face 85 +UV Count: 3 + UV + UV + UV +Face 86 +UV Count: 3 + UV + UV + UV +Face 87 +UV Count: 3 + UV + UV + UV +Face 88 +UV Count: 3 + UV + UV + UV +Face 89 +UV Count: 3 + UV + UV + UV +Face 90 +UV Count: 3 + UV + UV + UV +Face 91 +UV Count: 3 + UV + UV + UV +Face 92 +UV Count: 3 + UV + UV + UV +Face 93 +UV Count: 3 + UV + UV + UV +Face 94 +UV Count: 3 + UV + UV + UV +Face 95 +UV Count: 3 + UV + UV + UV +Face 96 +UV Count: 3 + UV + UV + UV +Face 97 +UV Count: 3 + UV + UV + UV +Face 98 +UV Count: 3 + UV + UV + UV +Face 99 +UV Count: 3 + UV + UV + UV +Face 100 +UV Count: 3 + UV + UV + UV +Face 101 +UV Count: 3 + UV + UV + UV +Face 102 +UV Count: 3 + UV + UV + UV +Face 103 +UV Count: 3 + UV + UV + UV +Face 104 +UV Count: 3 + UV + UV + UV +Face 105 +UV Count: 3 + UV + UV + UV +Face 106 +UV Count: 3 + UV + UV + UV +Face 107 +UV Count: 3 + UV + UV + UV +Face 108 +UV Count: 3 + UV + UV + UV +Face 109 +UV Count: 3 + UV + UV + UV +Face 110 +UV Count: 3 + UV + UV + UV +Face 111 +UV Count: 3 + UV + UV + UV +Face 112 +UV Count: 3 + UV + UV + UV +Face 113 +UV Count: 3 + UV + UV + UV +Face 114 +UV Count: 3 + UV + UV + UV +Face 115 +UV Count: 3 + UV + UV + UV +Face 116 +UV Count: 3 + UV + UV + UV +Face 117 +UV Count: 3 + UV + UV + UV +Face 118 +UV Count: 3 + UV + UV + UV +Face 119 +UV Count: 3 + UV + UV + UV +Face 120 +UV Count: 3 + UV + UV + UV +Face 121 +UV Count: 3 + UV + UV + UV +Face 122 +UV Count: 3 + UV + UV + UV +Face 123 +UV Count: 3 + UV + UV + UV +Face 124 +UV Count: 3 + UV + UV + UV +Face 125 +UV Count: 3 + UV + UV + UV +Face 126 +UV Count: 3 + UV + UV + UV +Face 127 +UV Count: 3 + UV + UV + UV +Face 128 +UV Count: 3 + UV + UV + UV +Face 129 +UV Count: 3 + UV + UV + UV +Face 130 +UV Count: 3 + UV + UV + UV +Face 131 +UV Count: 3 + UV + UV + UV +Face 132 +UV Count: 3 + UV + UV + UV +Face 133 +UV Count: 3 + UV + UV + UV +Face 134 +UV Count: 3 + UV + UV + UV +Face 135 +UV Count: 3 + UV + UV + UV +Face 136 +UV Count: 3 + UV + UV + UV +Face 137 +UV Count: 3 + UV + UV + UV +Face 138 +UV Count: 3 + UV + UV + UV +Face 139 +UV Count: 3 + UV + UV + UV +Face 140 +UV Count: 3 + UV + UV + UV +Face 141 +UV Count: 3 + UV + UV + UV +Face 142 +UV Count: 3 + UV + UV + UV +Face 143 +UV Count: 3 + UV + UV + UV +Face 144 +UV Count: 3 + UV + UV + UV +Face 145 +UV Count: 3 + UV + UV + UV +Face 146 +UV Count: 3 + UV + UV + UV +Face 147 +UV Count: 3 + UV + UV + UV +Face 148 +UV Count: 3 + UV + UV + UV +Face 149 +UV Count: 3 + UV + UV + UV +Face 150 +UV Count: 3 + UV + UV + UV +Face 151 +UV Count: 3 + UV + UV + UV +Face 152 +UV Count: 3 + UV + UV + UV +Face 153 +UV Count: 3 + UV + UV + UV +Face 154 +UV Count: 3 + UV + UV + UV +Face 155 +UV Count: 3 + UV + UV + UV +Face 156 +UV Count: 3 + UV + UV + UV +Face 157 +UV Count: 3 + UV + UV + UV +Face 158 +UV Count: 3 + UV + UV + UV +Face 159 +UV Count: 3 + UV + UV + UV +Face 160 +UV Count: 3 + UV + UV + UV +Face 161 +UV Count: 3 + UV + UV + UV +Face 162 +UV Count: 3 + UV + UV + UV +Face 163 +UV Count: 3 + UV + UV + UV +Face 164 +UV Count: 3 + UV + UV + UV +Face 165 +UV Count: 3 + UV + UV + UV +Face 166 +UV Count: 3 + UV + UV + UV +Face 167 +UV Count: 3 + UV + UV + UV +Face 168 +UV Count: 3 + UV + UV + UV +Face 169 +UV Count: 3 + UV + UV + UV +Face 170 +UV Count: 3 + UV + UV + UV +Face 171 +UV Count: 3 + UV + UV + UV +Face 172 +UV Count: 3 + UV + UV + UV +Face 173 +UV Count: 3 + UV + UV + UV +Face 174 +UV Count: 3 + UV + UV + UV +Face 175 +UV Count: 3 + UV + UV + UV +Face 176 +UV Count: 3 + UV + UV + UV +Face 177 +UV Count: 3 + UV + UV + UV +Face 178 +UV Count: 3 + UV + UV + UV +Face 179 +UV Count: 3 + UV + UV + UV +Face 180 +UV Count: 3 + UV + UV + UV +Face 181 +UV Count: 3 + UV + UV + UV +Face 182 +UV Count: 3 + UV + UV + UV +Face 183 +UV Count: 3 + UV + UV + UV +Face 184 +UV Count: 3 + UV + UV + UV +Face 185 +UV Count: 3 + UV + UV + UV +Face 186 +UV Count: 3 + UV + UV + UV +Face 187 +UV Count: 3 + UV + UV + UV +Face 188 +UV Count: 3 + UV + UV + UV +Face 189 +UV Count: 3 + UV + UV + UV +Face 190 +UV Count: 3 + UV + UV + UV +Face 191 +UV Count: 3 + UV + UV + UV +Face 192 +UV Count: 3 + UV + UV + UV +Face 193 +UV Count: 3 + UV + UV + UV +Face 194 +UV Count: 3 + UV + UV + UV +Face 195 +UV Count: 3 + UV + UV + UV +Face 196 +UV Count: 3 + UV + UV + UV +Face 197 +UV Count: 3 + UV + UV + UV +Face 198 +UV Count: 3 + UV + UV + UV +Face 199 +UV Count: 3 + UV + UV + UV +Face 200 +UV Count: 3 + UV + UV + UV +Face 201 +UV Count: 3 + UV + UV + UV +Face 202 +UV Count: 3 + UV + UV + UV +Face 203 +UV Count: 3 + UV + UV + UV +Face 204 +UV Count: 3 + UV + UV + UV +Face 205 +UV Count: 3 + UV + UV + UV +Face 206 +UV Count: 3 + UV + UV + UV +Face 207 +UV Count: 3 + UV + UV + UV +Face 208 +UV Count: 3 + UV + UV + UV +Face 209 +UV Count: 3 + UV + UV + UV +Face 210 +UV Count: 3 + UV + UV + UV +Face 211 +UV Count: 3 + UV + UV + UV +Face 212 +UV Count: 3 + UV + UV + UV +Face 213 +UV Count: 3 + UV + UV + UV +Face 214 +UV Count: 3 + UV + UV + UV +Face 215 +UV Count: 3 + UV + UV + UV +Face 216 +UV Count: 3 + UV + UV + UV +Face 217 +UV Count: 3 + UV + UV + UV +Face 218 +UV Count: 3 + UV + UV + UV +Face 219 +UV Count: 3 + UV + UV + UV +Face 220 +UV Count: 3 + UV + UV + UV +Face 221 +UV Count: 3 + UV + UV + UV +Face 222 +UV Count: 3 + UV + UV + UV +Face 223 +UV Count: 3 + UV + UV + UV +Face 224 +UV Count: 3 + UV + UV + UV +Face 225 +UV Count: 3 + UV + UV + UV +Face 226 +UV Count: 3 + UV + UV + UV +Face 227 +UV Count: 3 + UV + UV + UV +Face 228 +UV Count: 3 + UV + UV + UV +Face 229 +UV Count: 3 + UV + UV + UV +Face 230 +UV Count: 3 + UV + UV + UV +Face 231 +UV Count: 3 + UV + UV + UV +Face 232 +UV Count: 3 + UV + UV + UV +Face 233 +UV Count: 3 + UV + UV + UV +Face 234 +UV Count: 3 + UV + UV + UV +Face 235 +UV Count: 3 + UV + UV + UV +Face 236 +UV Count: 3 + UV + UV + UV +Face 237 +UV Count: 3 + UV + UV + UV +Face 238 +UV Count: 3 + UV + UV + UV +Face 239 +UV Count: 3 + UV + UV + UV +Face 240 +UV Count: 3 + UV + UV + UV +Face 241 +UV Count: 3 + UV + UV + UV +Face 242 +UV Count: 3 + UV + UV + UV +Face 243 +UV Count: 3 + UV + UV + UV +Face 244 +UV Count: 3 + UV + UV + UV +Face 245 +UV Count: 3 + UV + UV + UV +Face 246 +UV Count: 3 + UV + UV + UV +Face 247 +UV Count: 3 + UV + UV + UV +Face 248 +UV Count: 3 + UV + UV + UV +Face 249 +UV Count: 3 + UV + UV + UV +Face 250 +UV Count: 3 + UV + UV + UV +Face 251 +UV Count: 3 + UV + UV + UV +Face 252 +UV Count: 3 + UV + UV + UV +Face 253 +UV Count: 3 + UV + UV + UV +Face 254 +UV Count: 3 + UV + UV + UV +Face 255 +UV Count: 3 + UV + UV + UV +Face 256 +UV Count: 3 + UV + UV + UV +Face 257 +UV Count: 3 + UV + UV + UV +Face 258 +UV Count: 3 + UV + UV + UV +Face 259 +UV Count: 3 + UV + UV + UV +Face 260 +UV Count: 3 + UV + UV + UV +Face 261 +UV Count: 3 + UV + UV + UV +Face 262 +UV Count: 3 + UV + UV + UV +Face 263 +UV Count: 3 + UV + UV + UV +Face 264 +UV Count: 3 + UV + UV + UV +Face 265 +UV Count: 3 + UV + UV + UV +Face 266 +UV Count: 3 + UV + UV + UV +Face 267 +UV Count: 3 + UV + UV + UV +Face 268 +UV Count: 3 + UV + UV + UV +Face 269 +UV Count: 3 + UV + UV + UV +Face 270 +UV Count: 3 + UV + UV + UV +Face 271 +UV Count: 3 + UV + UV + UV +Face 272 +UV Count: 3 + UV + UV + UV +Face 273 +UV Count: 3 + UV + UV + UV +Face 274 +UV Count: 3 + UV + UV + UV +Face 275 +UV Count: 3 + UV + UV + UV +Face 276 +UV Count: 3 + UV + UV + UV +Face 277 +UV Count: 3 + UV + UV + UV +Face 278 +UV Count: 3 + UV + UV + UV +Face 279 +UV Count: 3 + UV + UV + UV +Face 280 +UV Count: 3 + UV + UV + UV +Face 281 +UV Count: 3 + UV + UV + UV +Face 282 +UV Count: 3 + UV + UV + UV +Face 283 +UV Count: 3 + UV + UV + UV +Face 284 +UV Count: 3 + UV + UV + UV +Face 285 +UV Count: 3 + UV + UV + UV +Face 286 +UV Count: 3 + UV + UV + UV +Face 287 +UV Count: 3 + UV + UV + UV +Face 288 +UV Count: 3 + UV + UV + UV +Face 289 +UV Count: 3 + UV + UV + UV +Face 290 +UV Count: 3 + UV + UV + UV +Face 291 +UV Count: 3 + UV + UV + UV +Face 292 +UV Count: 3 + UV + UV + UV +Face 293 +UV Count: 3 + UV + UV + UV +Face 294 +UV Count: 3 + UV + UV + UV +Face 295 +UV Count: 3 + UV + UV + UV +Face 296 +UV Count: 3 + UV + UV + UV +Face 297 +UV Count: 3 + UV + UV + UV +Face 298 +UV Count: 3 + UV + UV + UV +Face 299 +UV Count: 3 + UV + UV + UV +Face 300 +UV Count: 3 + UV + UV + UV +Face 301 +UV Count: 3 + UV + UV + UV +Face 302 +UV Count: 3 + UV + UV + UV +Face 303 +UV Count: 3 + UV + UV + UV +Face 304 +UV Count: 3 + UV + UV + UV +Face 305 +UV Count: 3 + UV + UV + UV +Face 306 +UV Count: 3 + UV + UV + UV +Face 307 +UV Count: 3 + UV + UV + UV +Face 308 +UV Count: 3 + UV + UV + UV +Face 309 +UV Count: 3 + UV + UV + UV +Face 310 +UV Count: 3 + UV + UV + UV +Face 311 +UV Count: 3 + UV + UV + UV +Face 312 +UV Count: 3 + UV + UV + UV +Face 313 +UV Count: 3 + UV + UV + UV +Face 314 +UV Count: 3 + UV + UV + UV +Face 315 +UV Count: 3 + UV + UV + UV +Face 316 +UV Count: 3 + UV + UV + UV +Face 317 +UV Count: 3 + UV + UV + UV +Face 318 +UV Count: 3 + UV + UV + UV +Face 319 +UV Count: 3 + UV + UV + UV +Face 320 +UV Count: 3 + UV + UV + UV +Face 321 +UV Count: 3 + UV + UV + UV +Face 322 +UV Count: 3 + UV + UV + UV +Face 323 +UV Count: 3 + UV + UV + UV +Face 324 +UV Count: 3 + UV + UV + UV +Face 325 +UV Count: 3 + UV + UV + UV +Face 326 +UV Count: 3 + UV + UV + UV +Face 327 +UV Count: 3 + UV + UV + UV +Face 328 +UV Count: 3 + UV + UV + UV +Face 329 +UV Count: 3 + UV + UV + UV +Face 330 +UV Count: 3 + UV + UV + UV +Face 331 +UV Count: 3 + UV + UV + UV +Face 332 +UV Count: 3 + UV + UV + UV +Face 333 +UV Count: 3 + UV + UV + UV +Face 334 +UV Count: 3 + UV + UV + UV +Face 335 +UV Count: 3 + UV + UV + UV +Face 336 +UV Count: 3 + UV + UV + UV +Face 337 +UV Count: 3 + UV + UV + UV +Face 338 +UV Count: 3 + UV + UV + UV +Face 339 +UV Count: 3 + UV + UV + UV +Face 340 +UV Count: 3 + UV + UV + UV +Face 341 +UV Count: 3 + UV + UV + UV +Face 342 +UV Count: 3 + UV + UV + UV +Face 343 +UV Count: 3 + UV + UV + UV +Face 344 +UV Count: 3 + UV + UV + UV +Face 345 +UV Count: 3 + UV + UV + UV +Face 346 +UV Count: 3 + UV + UV + UV +Face 347 +UV Count: 3 + UV + UV + UV +Face 348 +UV Count: 3 + UV + UV + UV +Face 349 +UV Count: 3 + UV + UV + UV +Face 350 +UV Count: 3 + UV + UV + UV +Face 351 +UV Count: 3 + UV + UV + UV +Face 352 +UV Count: 3 + UV + UV + UV +Face 353 +UV Count: 3 + UV + UV + UV +Face 354 +UV Count: 3 + UV + UV + UV +Face 355 +UV Count: 3 + UV + UV + UV +Face 356 +UV Count: 3 + UV + UV + UV +Face 357 +UV Count: 3 + UV + UV + UV +Face 358 +UV Count: 3 + UV + UV + UV +Face 359 +UV Count: 3 + UV + UV + UV +Face 360 +UV Count: 3 + UV + UV + UV +Face 361 +UV Count: 3 + UV + UV + UV +Face 362 +UV Count: 3 + UV + UV + UV +Face 363 +UV Count: 3 + UV + UV + UV +Face 364 +UV Count: 3 + UV + UV + UV +Face 365 +UV Count: 3 + UV + UV + UV +Face 366 +UV Count: 3 + UV + UV + UV +Face 367 +UV Count: 3 + UV + UV + UV +Face 368 +UV Count: 3 + UV + UV + UV +Face 369 +UV Count: 3 + UV + UV + UV +Face 370 +UV Count: 3 + UV + UV + UV +Face 371 +UV Count: 3 + UV + UV + UV +Face 372 +UV Count: 3 + UV + UV + UV +Face 373 +UV Count: 3 + UV + UV + UV +Face 374 +UV Count: 3 + UV + UV + UV +Face 375 +UV Count: 3 + UV + UV + UV +Face 376 +UV Count: 3 + UV + UV + UV +Face 377 +UV Count: 3 + UV + UV + UV +Face 378 +UV Count: 3 + UV + UV + UV +Face 379 +UV Count: 3 + UV + UV + UV +Face 380 +UV Count: 3 + UV + UV + UV +Face 381 +UV Count: 3 + UV + UV + UV +Face 382 +UV Count: 3 + UV + UV + UV +Face 383 +UV Count: 3 + UV + UV + UV +Face 384 +UV Count: 3 + UV + UV + UV +Face 385 +UV Count: 3 + UV + UV + UV +Face 386 +UV Count: 3 + UV + UV + UV +Face 387 +UV Count: 3 + UV + UV + UV +Face 388 +UV Count: 3 + UV + UV + UV +Face 389 +UV Count: 3 + UV + UV + UV +Face 390 +UV Count: 3 + UV + UV + UV +Face 391 +UV Count: 3 + UV + UV + UV +Face 392 +UV Count: 3 + UV + UV + UV +Face 393 +UV Count: 3 + UV + UV + UV +Face 394 +UV Count: 3 + UV + UV + UV +Face 395 +UV Count: 3 + UV + UV + UV +Face 396 +UV Count: 3 + UV + UV + UV +Face 397 +UV Count: 3 + UV + UV + UV +Face 398 +UV Count: 3 + UV + UV + UV +Face 399 +UV Count: 3 + UV + UV + UV +Face 400 +UV Count: 3 + UV + UV + UV +Face 401 +UV Count: 3 + UV + UV + UV +Face 402 +UV Count: 3 + UV + UV + UV +Face 403 +UV Count: 3 + UV + UV + UV +Face 404 +UV Count: 3 + UV + UV + UV +Face 405 +UV Count: 3 + UV + UV + UV +Face 406 +UV Count: 3 + UV + UV + UV +Face 407 +UV Count: 3 + UV + UV + UV +Face 408 +UV Count: 3 + UV + UV + UV +Face 409 +UV Count: 3 + UV + UV + UV +Face 410 +UV Count: 3 + UV + UV + UV +Face 411 +UV Count: 3 + UV + UV + UV +Face 412 +UV Count: 3 + UV + UV + UV +Face 413 +UV Count: 3 + UV + UV + UV +Face 414 +UV Count: 3 + UV + UV + UV +Face 415 +UV Count: 3 + UV + UV + UV +Face 416 +UV Count: 3 + UV + UV + UV +Face 417 +UV Count: 3 + UV + UV + UV +Face 418 +UV Count: 3 + UV + UV + UV +Face 419 +UV Count: 3 + UV + UV + UV +Face 420 +UV Count: 3 + UV + UV + UV +Face 421 +UV Count: 3 + UV + UV + UV +Face 422 +UV Count: 3 + UV + UV + UV +Face 423 +UV Count: 3 + UV + UV + UV +Face 424 +UV Count: 3 + UV + UV + UV +Face 425 +UV Count: 3 + UV + UV + UV +Face 426 +UV Count: 3 + UV + UV + UV +Face 427 +UV Count: 3 + UV + UV + UV +Face 428 +UV Count: 3 + UV + UV + UV +Face 429 +UV Count: 3 + UV + UV + UV +Face 430 +UV Count: 3 + UV + UV + UV +Face 431 +UV Count: 3 + UV + UV + UV +Face 432 +UV Count: 3 + UV + UV + UV +Face 433 +UV Count: 3 + UV + UV + UV +Face 434 +UV Count: 3 + UV + UV + UV +Face 435 +UV Count: 3 + UV + UV + UV +Face 436 +UV Count: 3 + UV + UV + UV +Face 437 +UV Count: 3 + UV + UV + UV +Face 438 +UV Count: 3 + UV + UV + UV +Face 439 +UV Count: 3 + UV + UV + UV +Face 440 +UV Count: 3 + UV + UV + UV +Face 441 +UV Count: 3 + UV + UV + UV +Face 442 +UV Count: 3 + UV + UV + UV +Face 443 +UV Count: 3 + UV + UV + UV +Face 444 +UV Count: 3 + UV + UV + UV +Face 445 +UV Count: 3 + UV + UV + UV +Face 446 +UV Count: 3 + UV + UV + UV +Face 447 +UV Count: 3 + UV + UV + UV +Face 448 +UV Count: 3 + UV + UV + UV +Face 449 +UV Count: 3 + UV + UV + UV +Face 450 +UV Count: 3 + UV + UV + UV +Face 451 +UV Count: 3 + UV + UV + UV +Face 452 +UV Count: 3 + UV + UV + UV +Face 453 +UV Count: 3 + UV + UV + UV +Face 454 +UV Count: 3 + UV + UV + UV +Face 455 +UV Count: 3 + UV + UV + UV +Face 456 +UV Count: 3 + UV + UV + UV +Face 457 +UV Count: 3 + UV + UV + UV +Face 458 +UV Count: 3 + UV + UV + UV +Face 459 +UV Count: 3 + UV + UV + UV +Face 460 +UV Count: 3 + UV + UV + UV +Face 461 +UV Count: 3 + UV + UV + UV +Face 462 +UV Count: 3 + UV + UV + UV +Face 463 +UV Count: 3 + UV + UV + UV +Face 464 +UV Count: 3 + UV + UV + UV +Face 465 +UV Count: 3 + UV + UV + UV +Face 466 +UV Count: 3 + UV + UV + UV +Face 467 +UV Count: 3 + UV + UV + UV +Face 468 +UV Count: 3 + UV + UV + UV +Face 469 +UV Count: 3 + UV + UV + UV +Face 470 +UV Count: 3 + UV + UV + UV +Face 471 +UV Count: 3 + UV + UV + UV +Face 472 +UV Count: 3 + UV + UV + UV +Face 473 +UV Count: 3 + UV + UV + UV +Face 474 +UV Count: 3 + UV + UV + UV +Face 475 +UV Count: 3 + UV + UV + UV +Face 476 +UV Count: 3 + UV + UV + UV +Face 477 +UV Count: 3 + UV + UV + UV +Face 478 +UV Count: 3 + UV + UV + UV +Face 479 +UV Count: 3 + UV + UV + UV +Face 480 +UV Count: 3 + UV + UV + UV +Face 481 +UV Count: 3 + UV + UV + UV +Face 482 +UV Count: 3 + UV + UV + UV +Face 483 +UV Count: 3 + UV + UV + UV +Face 484 +UV Count: 3 + UV + UV + UV +Face 485 +UV Count: 3 + UV + UV + UV +Face 486 +UV Count: 3 + UV + UV + UV +Face 487 +UV Count: 3 + UV + UV + UV +Face 488 +UV Count: 3 + UV + UV + UV +Face 489 +UV Count: 3 + UV + UV + UV +Face 490 +UV Count: 3 + UV + UV + UV +Face 491 +UV Count: 3 + UV + UV + UV +Face 492 +UV Count: 3 + UV + UV + UV +Face 493 +UV Count: 3 + UV + UV + UV +Face 494 +UV Count: 3 + UV + UV + UV +Face 495 +UV Count: 3 + UV + UV + UV +Face 496 +UV Count: 3 + UV + UV + UV +Face 497 +UV Count: 3 + UV + UV + UV +Face 498 +UV Count: 3 + UV + UV + UV +Face 499 +UV Count: 3 + UV + UV + UV +Face 500 +UV Count: 3 + UV + UV + UV +Face 501 +UV Count: 3 + UV + UV + UV +Face 502 +UV Count: 3 + UV + UV + UV +Face 503 +UV Count: 3 + UV + UV + UV +Face 504 +UV Count: 3 + UV + UV + UV +Face 505 +UV Count: 3 + UV + UV + UV +Face 506 +UV Count: 3 + UV + UV + UV +Face 507 +UV Count: 3 + UV + UV + UV +Face 508 +UV Count: 3 + UV + UV + UV +Face 509 +UV Count: 3 + UV + UV + UV +Face 510 +UV Count: 3 + UV + UV + UV +Face 511 +UV Count: 3 + UV + UV + UV +Face 512 +UV Count: 3 + UV + UV + UV +Face 513 +UV Count: 3 + UV + UV + UV +Face 514 +UV Count: 3 + UV + UV + UV +Face 515 +UV Count: 3 + UV + UV + UV +Face 516 +UV Count: 3 + UV + UV + UV +Face 517 +UV Count: 3 + UV + UV + UV +Face 518 +UV Count: 3 + UV + UV + UV +Face 519 +UV Count: 3 + UV + UV + UV +Face 520 +UV Count: 3 + UV + UV + UV +Face 521 +UV Count: 3 + UV + UV + UV +Face 522 +UV Count: 3 + UV + UV + UV +Face 523 +UV Count: 3 + UV + UV + UV +Face 524 +UV Count: 3 + UV + UV + UV +Face 525 +UV Count: 3 + UV + UV + UV +Face 526 +UV Count: 3 + UV + UV + UV +Face 527 +UV Count: 3 + UV + UV + UV +Face 528 +UV Count: 3 + UV + UV + UV +Face 529 +UV Count: 3 + UV + UV + UV +Face 530 +UV Count: 3 + UV + UV + UV +Face 531 +UV Count: 3 + UV + UV + UV +Face 532 +UV Count: 3 + UV + UV + UV +Face 533 +UV Count: 3 + UV + UV + UV +Face 534 +UV Count: 3 + UV + UV + UV +Face 535 +UV Count: 3 + UV + UV + UV +Face 536 +UV Count: 3 + UV + UV + UV +Face 537 +UV Count: 3 + UV + UV + UV +Face 538 +UV Count: 3 + UV + UV + UV +Face 539 +UV Count: 3 + UV + UV + UV +Face 540 +UV Count: 3 + UV + UV + UV +Face 541 +UV Count: 3 + UV + UV + UV +Face 542 +UV Count: 3 + UV + UV + UV +Face 543 +UV Count: 3 + UV + UV + UV +Face 544 +UV Count: 3 + UV + UV + UV +Face 545 +UV Count: 3 + UV + UV + UV +Face 546 +UV Count: 3 + UV + UV + UV +Face 547 +UV Count: 3 + UV + UV + UV +Face 548 +UV Count: 3 + UV + UV + UV +Face 549 +UV Count: 3 + UV + UV + UV +Face 550 +UV Count: 3 + UV + UV + UV +Face 551 +UV Count: 3 + UV + UV + UV +Face 552 +UV Count: 3 + UV + UV + UV +Face 553 +UV Count: 3 + UV + UV + UV +Face 554 +UV Count: 3 + UV + UV + UV +Face 555 +UV Count: 3 + UV + UV + UV +Face 556 +UV Count: 3 + UV + UV + UV +Face 557 +UV Count: 3 + UV + UV + UV +Face 558 +UV Count: 3 + UV + UV + UV +Face 559 +UV Count: 3 + UV + UV + UV +Face 560 +UV Count: 3 + UV + UV + UV +Face 561 +UV Count: 3 + UV + UV + UV +Face 562 +UV Count: 3 + UV + UV + UV +Face 563 +UV Count: 3 + UV + UV + UV +Face 564 +UV Count: 3 + UV + UV + UV +Face 565 +UV Count: 3 + UV + UV + UV +Face 566 +UV Count: 3 + UV + UV + UV +Face 567 +UV Count: 3 + UV + UV + UV +Face 568 +UV Count: 3 + UV + UV + UV +Face 569 +UV Count: 3 + UV + UV + UV +Face 570 +UV Count: 3 + UV + UV + UV +Face 571 +UV Count: 3 + UV + UV + UV +Face 572 +UV Count: 3 + UV + UV + UV +Face 573 +UV Count: 3 + UV + UV + UV +Face 574 +UV Count: 3 + UV + UV + UV +Face 575 +UV Count: 3 + UV + UV + UV +Face 576 +UV Count: 3 + UV + UV + UV +Face 577 +UV Count: 3 + UV + UV + UV +Face 578 +UV Count: 3 + UV + UV + UV +Face 579 +UV Count: 3 + UV + UV + UV +Face 580 +UV Count: 3 + UV + UV + UV +Face 581 +UV Count: 3 + UV + UV + UV +Face 582 +UV Count: 3 + UV + UV + UV +Face 583 +UV Count: 3 + UV + UV + UV +Face 584 +UV Count: 3 + UV + UV + UV +Face 585 +UV Count: 3 + UV + UV + UV +Face 586 +UV Count: 3 + UV + UV + UV +Face 587 +UV Count: 3 + UV + UV + UV +Face 588 +UV Count: 3 + UV + UV + UV +Face 589 +UV Count: 3 + UV + UV + UV +Face 590 +UV Count: 3 + UV + UV + UV +Face 591 +UV Count: 3 + UV + UV + UV +Face 592 +UV Count: 3 + UV + UV + UV +Face 593 +UV Count: 3 + UV + UV + UV +Face 594 +UV Count: 3 + UV + UV + UV +Face 595 +UV Count: 3 + UV + UV + UV +Face 596 +UV Count: 3 + UV + UV + UV +Face 597 +UV Count: 3 + UV + UV + UV +Face 598 +UV Count: 3 + UV + UV + UV +Face 599 +UV Count: 3 + UV + UV + UV +Face 600 +UV Count: 3 + UV + UV + UV +Face 601 +UV Count: 3 + UV + UV + UV +Face 602 +UV Count: 3 + UV + UV + UV +Face 603 +UV Count: 3 + UV + UV + UV +Face 604 +UV Count: 3 + UV + UV + UV +Face 605 +UV Count: 3 + UV + UV + UV +Face 606 +UV Count: 3 + UV + UV + UV +Face 607 +UV Count: 3 + UV + UV + UV +Face 608 +UV Count: 3 + UV + UV + UV +Face 609 +UV Count: 3 + UV + UV + UV +Face 610 +UV Count: 3 + UV + UV + UV +Face 611 +UV Count: 3 + UV + UV + UV +Face 612 +UV Count: 3 + UV + UV + UV +Face 613 +UV Count: 3 + UV + UV + UV +Face 614 +UV Count: 3 + UV + UV + UV +Face 615 +UV Count: 3 + UV + UV + UV +Face 616 +UV Count: 3 + UV + UV + UV +Face 617 +UV Count: 3 + UV + UV + UV +Face 618 +UV Count: 3 + UV + UV + UV +Face 619 +UV Count: 3 + UV + UV + UV +Face 620 +UV Count: 3 + UV + UV + UV +Face 621 +UV Count: 3 + UV + UV + UV +Face 622 +UV Count: 3 + UV + UV + UV +Face 623 +UV Count: 3 + UV + UV + UV +Face 624 +UV Count: 3 + UV + UV + UV +Face 625 +UV Count: 3 + UV + UV + UV +Face 626 +UV Count: 3 + UV + UV + UV +Face 627 +UV Count: 3 + UV + UV + UV +Face 628 +UV Count: 3 + UV + UV + UV +Face 629 +UV Count: 3 + UV + UV + UV +Face 630 +UV Count: 3 + UV + UV + UV +Face 631 +UV Count: 3 + UV + UV + UV +Face 632 +UV Count: 3 + UV + UV + UV +Face 633 +UV Count: 3 + UV + UV + UV +Face 634 +UV Count: 3 + UV + UV + UV +Face 635 +UV Count: 3 + UV + UV + UV +Face 636 +UV Count: 3 + UV + UV + UV +Face 637 +UV Count: 3 + UV + UV + UV +Face 638 +UV Count: 3 + UV + UV + UV +Face 639 +UV Count: 3 + UV + UV + UV +Face 640 +UV Count: 3 + UV + UV + UV +Face 641 +UV Count: 3 + UV + UV + UV +Face 642 +UV Count: 3 + UV + UV + UV +Face 643 +UV Count: 3 + UV + UV + UV +Face 644 +UV Count: 3 + UV + UV + UV +Face 645 +UV Count: 3 + UV + UV + UV +Face 646 +UV Count: 3 + UV + UV + UV +Face 647 +UV Count: 3 + UV + UV + UV +Face 648 +UV Count: 3 + UV + UV + UV +Face 649 +UV Count: 3 + UV + UV + UV +Face 650 +UV Count: 3 + UV + UV + UV +Face 651 +UV Count: 3 + UV + UV + UV +Face 652 +UV Count: 3 + UV + UV + UV +Face 653 +UV Count: 3 + UV + UV + UV +Face 654 +UV Count: 3 + UV + UV + UV +Face 655 +UV Count: 3 + UV + UV + UV +Face 656 +UV Count: 3 + UV + UV + UV +Face 657 +UV Count: 3 + UV + UV + UV +Face 658 +UV Count: 3 + UV + UV + UV +Face 659 +UV Count: 3 + UV + UV + UV +Face 660 +UV Count: 3 + UV + UV + UV +Face 661 +UV Count: 3 + UV + UV + UV +Face 662 +UV Count: 3 + UV + UV + UV +Face 663 +UV Count: 3 + UV + UV + UV +Face 664 +UV Count: 3 + UV + UV + UV +Face 665 +UV Count: 3 + UV + UV + UV +Face 666 +UV Count: 3 + UV + UV + UV +Face 667 +UV Count: 3 + UV + UV + UV +Face 668 +UV Count: 3 + UV + UV + UV +Face 669 +UV Count: 3 + UV + UV + UV +Face 670 +UV Count: 3 + UV + UV + UV +Face 671 +UV Count: 3 + UV + UV + UV +Face 672 +UV Count: 3 + UV + UV + UV +Face 673 +UV Count: 3 + UV + UV + UV +Face 674 +UV Count: 3 + UV + UV + UV +Face 675 +UV Count: 3 + UV + UV + UV +Face 676 +UV Count: 3 + UV + UV + UV +Face 677 +UV Count: 3 + UV + UV + UV +Face 678 +UV Count: 3 + UV + UV + UV +Face 679 +UV Count: 3 + UV + UV + UV +Face 680 +UV Count: 3 + UV + UV + UV +Face 681 +UV Count: 3 + UV + UV + UV +Face 682 +UV Count: 3 + UV + UV + UV +Face 683 +UV Count: 3 + UV + UV + UV +Face 684 +UV Count: 3 + UV + UV + UV +Face 685 +UV Count: 3 + UV + UV + UV +Face 686 +UV Count: 3 + UV + UV + UV +Face 687 +UV Count: 3 + UV + UV + UV +Face 688 +UV Count: 3 + UV + UV + UV +Face 689 +UV Count: 3 + UV + UV + UV +Face 690 +UV Count: 3 + UV + UV + UV +Face 691 +UV Count: 3 + UV + UV + UV +Face 692 +UV Count: 3 + UV + UV + UV +Face 693 +UV Count: 3 + UV + UV + UV +Face 694 +UV Count: 3 + UV + UV + UV +Face 695 +UV Count: 3 + UV + UV + UV +Face 696 +UV Count: 3 + UV + UV + UV +Face 697 +UV Count: 3 + UV + UV + UV +Face 698 +UV Count: 3 + UV + UV + UV +Face 699 +UV Count: 3 + UV + UV + UV +Face 700 +UV Count: 3 + UV + UV + UV +Face 701 +UV Count: 3 + UV + UV + UV +Face 702 +UV Count: 3 + UV + UV + UV +Face 703 +UV Count: 3 + UV + UV + UV +Face 704 +UV Count: 3 + UV + UV + UV +Face 705 +UV Count: 3 + UV + UV + UV +Face 706 +UV Count: 3 + UV + UV + UV +Face 707 +UV Count: 3 + UV + UV + UV +Face 708 +UV Count: 3 + UV + UV + UV +Face 709 +UV Count: 3 + UV + UV + UV +Face 710 +UV Count: 3 + UV + UV + UV +Face 711 +UV Count: 3 + UV + UV + UV +Face 712 +UV Count: 3 + UV + UV + UV +Face 713 +UV Count: 3 + UV + UV + UV +Face 714 +UV Count: 3 + UV + UV + UV +Face 715 +UV Count: 3 + UV + UV + UV +Face 716 +UV Count: 3 + UV + UV + UV +Face 717 +UV Count: 3 + UV + UV + UV +Face 718 +UV Count: 3 + UV + UV + UV +Face 719 +UV Count: 3 + UV + UV + UV +Face 720 +UV Count: 3 + UV + UV + UV +Face 721 +UV Count: 3 + UV + UV + UV +Face 722 +UV Count: 3 + UV + UV + UV +Face 723 +UV Count: 3 + UV + UV + UV +Face 724 +UV Count: 3 + UV + UV + UV +Face 725 +UV Count: 3 + UV + UV + UV +Face 726 +UV Count: 3 + UV + UV + UV +Face 727 +UV Count: 3 + UV + UV + UV +Face 728 +UV Count: 3 + UV + UV + UV +Face 729 +UV Count: 3 + UV + UV + UV +Face 730 +UV Count: 3 + UV + UV + UV +Face 731 +UV Count: 3 + UV + UV + UV +Face 732 +UV Count: 3 + UV + UV + UV +Face 733 +UV Count: 3 + UV + UV + UV +Face 734 +UV Count: 3 + UV + UV + UV +Face 735 +UV Count: 3 + UV + UV + UV +Face 736 +UV Count: 3 + UV + UV + UV +Face 737 +UV Count: 3 + UV + UV + UV +Face 738 +UV Count: 3 + UV + UV + UV +Face 739 +UV Count: 3 + UV + UV + UV +Face 740 +UV Count: 3 + UV + UV + UV +Face 741 +UV Count: 3 + UV + UV + UV +Face 742 +UV Count: 3 + UV + UV + UV +Face 743 +UV Count: 3 + UV + UV + UV +Face 744 +UV Count: 3 + UV + UV + UV +Face 745 +UV Count: 3 + UV + UV + UV +Face 746 +UV Count: 3 + UV + UV + UV +Face 747 +UV Count: 3 + UV + UV + UV +Face 748 +UV Count: 3 + UV + UV + UV +Face 749 +UV Count: 3 + UV + UV + UV +Face 750 +UV Count: 3 + UV + UV + UV +Face 751 +UV Count: 3 + UV + UV + UV +Face 752 +UV Count: 3 + UV + UV + UV +Face 753 +UV Count: 3 + UV + UV + UV +Face 754 +UV Count: 3 + UV + UV + UV +Face 755 +UV Count: 3 + UV + UV + UV +Face 756 +UV Count: 3 + UV + UV + UV +Face 757 +UV Count: 3 + UV + UV + UV +Face 758 +UV Count: 3 + UV + UV + UV +Face 759 +UV Count: 3 + UV + UV + UV +Face 760 +UV Count: 3 + UV + UV + UV +Face 761 +UV Count: 3 + UV + UV + UV +Face 762 +UV Count: 3 + UV + UV + UV +Face 763 +UV Count: 3 + UV + UV + UV +Face 764 +UV Count: 3 + UV + UV + UV +Face 765 +UV Count: 3 + UV + UV + UV +Face 766 +UV Count: 3 + UV + UV + UV +Face 767 +UV Count: 3 + UV + UV + UV +Face 768 +UV Count: 3 + UV + UV + UV +Face 769 +UV Count: 3 + UV + UV + UV +Face 770 +UV Count: 3 + UV + UV + UV +Face 771 +UV Count: 3 + UV + UV + UV +Face 772 +UV Count: 3 + UV + UV + UV +Face 773 +UV Count: 3 + UV + UV + UV +Face 774 +UV Count: 3 + UV + UV + UV +Face 775 +UV Count: 3 + UV + UV + UV +Face 776 +UV Count: 3 + UV + UV + UV +Face 777 +UV Count: 3 + UV + UV + UV +Face 778 +UV Count: 3 + UV + UV + UV +Face 779 +UV Count: 3 + UV + UV + UV +Face 780 +UV Count: 3 + UV + UV + UV +Face 781 +UV Count: 3 + UV + UV + UV +Face 782 +UV Count: 3 + UV + UV + UV +Face 783 +UV Count: 3 + UV + UV + UV +Face 784 +UV Count: 3 + UV + UV + UV +Face 785 +UV Count: 3 + UV + UV + UV +Face 786 +UV Count: 3 + UV + UV + UV +Face 787 +UV Count: 3 + UV + UV + UV +Face 788 +UV Count: 3 + UV + UV + UV +Face 789 +UV Count: 3 + UV + UV + UV +Face 790 +UV Count: 3 + UV + UV + UV +Face 791 +UV Count: 3 + UV + UV + UV +Face 792 +UV Count: 3 + UV + UV + UV +Face 793 +UV Count: 3 + UV + UV + UV +Face 794 +UV Count: 3 + UV + UV + UV +Face 795 +UV Count: 3 + UV + UV + UV +Face 796 +UV Count: 3 + UV + UV + UV +Face 797 +UV Count: 3 + UV + UV + UV +Face 798 +UV Count: 3 + UV + UV + UV +Face 799 +UV Count: 3 + UV + UV + UV +Face 800 +UV Count: 3 + UV + UV + UV +Face 801 +UV Count: 3 + UV + UV + UV +Face 802 +UV Count: 3 + UV + UV + UV +Face 803 +UV Count: 3 + UV + UV + UV +Face 804 +UV Count: 3 + UV + UV + UV +Face 805 +UV Count: 3 + UV + UV + UV +Face 806 +UV Count: 3 + UV + UV + UV +Face 807 +UV Count: 3 + UV + UV + UV +Face 808 +UV Count: 3 + UV + UV + UV +Face 809 +UV Count: 3 + UV + UV + UV +Face 810 +UV Count: 3 + UV + UV + UV +Face 811 +UV Count: 3 + UV + UV + UV +Face 812 +UV Count: 3 + UV + UV + UV +Face 813 +UV Count: 3 + UV + UV + UV +Face 814 +UV Count: 3 + UV + UV + UV +Face 815 +UV Count: 3 + UV + UV + UV +Face 816 +UV Count: 3 + UV + UV + UV +Face 817 +UV Count: 3 + UV + UV + UV +Face 818 +UV Count: 3 + UV + UV + UV +Face 819 +UV Count: 3 + UV + UV + UV +Face 820 +UV Count: 3 + UV + UV + UV +Face 821 +UV Count: 3 + UV + UV + UV +Face 822 +UV Count: 3 + UV + UV + UV +Face 823 +UV Count: 3 + UV + UV + UV +Face 824 +UV Count: 3 + UV + UV + UV +Face 825 +UV Count: 3 + UV + UV + UV +Face 826 +UV Count: 3 + UV + UV + UV +Face 827 +UV Count: 3 + UV + UV + UV +Face 828 +UV Count: 3 + UV + UV + UV +Face 829 +UV Count: 3 + UV + UV + UV +Face 830 +UV Count: 3 + UV + UV + UV +Face 831 +UV Count: 3 + UV + UV + UV +Face 832 +UV Count: 3 + UV + UV + UV +Face 833 +UV Count: 3 + UV + UV + UV +Face 834 +UV Count: 3 + UV + UV + UV +Face 835 +UV Count: 3 + UV + UV + UV +Face 836 +UV Count: 3 + UV + UV + UV +Face 837 +UV Count: 3 + UV + UV + UV +Face 838 +UV Count: 3 + UV + UV + UV +Face 839 +UV Count: 3 + UV + UV + UV +Face 840 +UV Count: 3 + UV + UV + UV +Face 841 +UV Count: 3 + UV + UV + UV +Face 842 +UV Count: 3 + UV + UV + UV +Face 843 +UV Count: 3 + UV + UV + UV +Face 844 +UV Count: 3 + UV + UV + UV +Face 845 +UV Count: 3 + UV + UV + UV +Face 846 +UV Count: 3 + UV + UV + UV +Face 847 +UV Count: 3 + UV + UV + UV +Face 848 +UV Count: 3 + UV + UV + UV +Face 849 +UV Count: 3 + UV + UV + UV +Face 850 +UV Count: 3 + UV + UV + UV +Face 851 +UV Count: 3 + UV + UV + UV +Face 852 +UV Count: 3 + UV + UV + UV +Face 853 +UV Count: 3 + UV + UV + UV +Face 854 +UV Count: 3 + UV + UV + UV +Face 855 +UV Count: 3 + UV + UV + UV +Face 856 +UV Count: 3 + UV + UV + UV +Face 857 +UV Count: 3 + UV + UV + UV +Face 858 +UV Count: 3 + UV + UV + UV +Face 859 +UV Count: 3 + UV + UV + UV +Face 860 +UV Count: 3 + UV + UV + UV +Face 861 +UV Count: 3 + UV + UV + UV +Face 862 +UV Count: 3 + UV + UV + UV +Face 863 +UV Count: 3 + UV + UV + UV +Face 864 +UV Count: 3 + UV + UV + UV +Face 865 +UV Count: 3 + UV + UV + UV +Face 866 +UV Count: 3 + UV + UV + UV +Face 867 +UV Count: 3 + UV + UV + UV +Face 868 +UV Count: 3 + UV + UV + UV +Face 869 +UV Count: 3 + UV + UV + UV +Face 870 +UV Count: 3 + UV + UV + UV +Face 871 +UV Count: 3 + UV + UV + UV +Face 872 +UV Count: 3 + UV + UV + UV +Face 873 +UV Count: 3 + UV + UV + UV +Face 874 +UV Count: 3 + UV + UV + UV +Face 875 +UV Count: 3 + UV + UV + UV +Face 876 +UV Count: 3 + UV + UV + UV +Face 877 +UV Count: 3 + UV + UV + UV +Face 878 +UV Count: 3 + UV + UV + UV +Face 879 +UV Count: 3 + UV + UV + UV +Face 880 +UV Count: 3 + UV + UV + UV +Face 881 +UV Count: 3 + UV + UV + UV +Face 882 +UV Count: 3 + UV + UV + UV +Face 883 +UV Count: 3 + UV + UV + UV +Face 884 +UV Count: 3 + UV + UV + UV +Face 885 +UV Count: 3 + UV + UV + UV +Face 886 +UV Count: 3 + UV + UV + UV +Face 887 +UV Count: 3 + UV + UV + UV +Face 888 +UV Count: 3 + UV + UV + UV +Face 889 +UV Count: 3 + UV + UV + UV +Face 890 +UV Count: 3 + UV + UV + UV +Face 891 +UV Count: 3 + UV + UV + UV +Face 892 +UV Count: 3 + UV + UV + UV +Face 893 +UV Count: 3 + UV + UV + UV +Face 894 +UV Count: 3 + UV + UV + UV +Face 895 +UV Count: 3 + UV + UV + UV +Face 896 +UV Count: 3 + UV + UV + UV +Face 897 +UV Count: 3 + UV + UV + UV +Face 898 +UV Count: 3 + UV + UV + UV +Face 899 +UV Count: 3 + UV + UV + UV +Face 900 +UV Count: 3 + UV + UV + UV +Face 901 +UV Count: 3 + UV + UV + UV +Face 902 +UV Count: 3 + UV + UV + UV +Face 903 +UV Count: 3 + UV + UV + UV +Face 904 +UV Count: 3 + UV + UV + UV +Face 905 +UV Count: 3 + UV + UV + UV +Face 906 +UV Count: 3 + UV + UV + UV +Face 907 +UV Count: 3 + UV + UV + UV +Face 908 +UV Count: 3 + UV + UV + UV +Face 909 +UV Count: 3 + UV + UV + UV +Face 910 +UV Count: 3 + UV + UV + UV +Face 911 +UV Count: 3 + UV + UV + UV +Face 912 +UV Count: 3 + UV + UV + UV +Face 913 +UV Count: 3 + UV + UV + UV +Face 914 +UV Count: 3 + UV + UV + UV +Face 915 +UV Count: 3 + UV + UV + UV +Face 916 +UV Count: 3 + UV + UV + UV +Face 917 +UV Count: 3 + UV + UV + UV +Face 918 +UV Count: 3 + UV + UV + UV +Face 919 +UV Count: 3 + UV + UV + UV +Face 920 +UV Count: 3 + UV + UV + UV +Face 921 +UV Count: 3 + UV + UV + UV +Face 922 +UV Count: 3 + UV + UV + UV +Face 923 +UV Count: 3 + UV + UV + UV +Face 924 +UV Count: 3 + UV + UV + UV +Face 925 +UV Count: 3 + UV + UV + UV +Face 926 +UV Count: 3 + UV + UV + UV +Face 927 +UV Count: 3 + UV + UV + UV +Face 928 +UV Count: 3 + UV + UV + UV +Face 929 +UV Count: 3 + UV + UV + UV +Face 930 +UV Count: 3 + UV + UV + UV +Face 931 +UV Count: 3 + UV + UV + UV +Face 932 +UV Count: 3 + UV + UV + UV +Face 933 +UV Count: 3 + UV + UV + UV +Face 934 +UV Count: 3 + UV + UV + UV +Face 935 +UV Count: 3 + UV + UV + UV +Face 936 +UV Count: 3 + UV + UV + UV +Face 937 +UV Count: 3 + UV + UV + UV +Face 938 +UV Count: 3 + UV + UV + UV +Face 939 +UV Count: 3 + UV + UV + UV +Face 940 +UV Count: 3 + UV + UV + UV +Face 941 +UV Count: 3 + UV + UV + UV +Face 942 +UV Count: 3 + UV + UV + UV +Face 943 +UV Count: 3 + UV + UV + UV +Face 944 +UV Count: 3 + UV + UV + UV +Face 945 +UV Count: 3 + UV + UV + UV +Face 946 +UV Count: 3 + UV + UV + UV +Face 947 +UV Count: 3 + UV + UV + UV +Face 948 +UV Count: 3 + UV + UV + UV +Face 949 +UV Count: 3 + UV + UV + UV +Face 950 +UV Count: 3 + UV + UV + UV +Face 951 +UV Count: 3 + UV + UV + UV +Face 952 +UV Count: 3 + UV + UV + UV +Face 953 +UV Count: 3 + UV + UV + UV +Face 954 +UV Count: 3 + UV + UV + UV +Face 955 +UV Count: 3 + UV + UV + UV +Face 956 +UV Count: 3 + UV + UV + UV +Face 957 +UV Count: 3 + UV + UV + UV +Face 958 +UV Count: 3 + UV + UV + UV +Face 959 +UV Count: 3 + UV + UV + UV +Face 960 +UV Count: 3 + UV + UV + UV +Face 961 +UV Count: 3 + UV + UV + UV +Face 962 +UV Count: 3 + UV + UV + UV +Face 963 +UV Count: 3 + UV + UV + UV +Face 964 +UV Count: 3 + UV + UV + UV +Face 965 +UV Count: 3 + UV + UV + UV +Face 966 +UV Count: 3 + UV + UV + UV +Face 967 +UV Count: 3 + UV + UV + UV +Face 968 +UV Count: 3 + UV + UV + UV +Face 969 +UV Count: 3 + UV + UV + UV +Face 970 +UV Count: 3 + UV + UV + UV +Face 971 +UV Count: 3 + UV + UV + UV +Face 972 +UV Count: 3 + UV + UV + UV +Face 973 +UV Count: 3 + UV + UV + UV +Face 974 +UV Count: 3 + UV + UV + UV +Face 975 +UV Count: 3 + UV + UV + UV +Face 976 +UV Count: 3 + UV + UV + UV +Face 977 +UV Count: 3 + UV + UV + UV +Face 978 +UV Count: 3 + UV + UV + UV +Face 979 +UV Count: 3 + UV + UV + UV +Face 980 +UV Count: 3 + UV + UV + UV +Face 981 +UV Count: 3 + UV + UV + UV +Face 982 +UV Count: 3 + UV + UV + UV +Face 983 +UV Count: 3 + UV + UV + UV +Face 984 +UV Count: 3 + UV + UV + UV +Face 985 +UV Count: 3 + UV + UV + UV +Face 986 +UV Count: 3 + UV + UV + UV +Face 987 +UV Count: 3 + UV + UV + UV +Face 988 +UV Count: 3 + UV + UV + UV +Face 989 +UV Count: 3 + UV + UV + UV +Face 990 +UV Count: 3 + UV + UV + UV +Face 991 +UV Count: 3 + UV + UV + UV +Face 992 +UV Count: 3 + UV + UV + UV +Face 993 +UV Count: 3 + UV + UV + UV +Face 994 +UV Count: 3 + UV + UV + UV +Face 995 +UV Count: 3 + UV + UV + UV +Face 996 +UV Count: 3 + UV + UV + UV +Face 997 +UV Count: 3 + UV + UV + UV +Face 998 +UV Count: 3 + UV + UV + UV +Face 999 +UV Count: 3 + UV + UV + UV +Face 1000 +UV Count: 3 + UV + UV + UV +Face 1001 +UV Count: 3 + UV + UV + UV +Face 1002 +UV Count: 3 + UV + UV + UV +Face 1003 +UV Count: 3 + UV + UV + UV +Face 1004 +UV Count: 3 + UV + UV + UV +Face 1005 +UV Count: 3 + UV + UV + UV +Face 1006 +UV Count: 3 + UV + UV + UV +Face 1007 +UV Count: 3 + UV + UV + UV +Face 1008 +UV Count: 3 + UV + UV + UV +Face 1009 +UV Count: 3 + UV + UV + UV +Face 1010 +UV Count: 3 + UV + UV + UV +Face 1011 +UV Count: 3 + UV + UV + UV +Face 1012 +UV Count: 3 + UV + UV + UV +Face 1013 +UV Count: 3 + UV + UV + UV +Face 1014 +UV Count: 3 + UV + UV + UV +Face 1015 +UV Count: 3 + UV + UV + UV +Face 1016 +UV Count: 3 + UV + UV + UV +Face 1017 +UV Count: 3 + UV + UV + UV +Face 1018 +UV Count: 3 + UV + UV + UV +Face 1019 +UV Count: 3 + UV + UV + UV +Face 1020 +UV Count: 3 + UV + UV + UV +Face 1021 +UV Count: 3 + UV + UV + UV +Face 1022 +UV Count: 3 + UV + UV + UV +Face 1023 +UV Count: 3 + UV + UV + UV +Face 1024 +UV Count: 3 + UV + UV + UV +Face 1025 +UV Count: 3 + UV + UV + UV +Face 1026 +UV Count: 3 + UV + UV + UV +Face 1027 +UV Count: 3 + UV + UV + UV +Face 1028 +UV Count: 3 + UV + UV + UV +Face 1029 +UV Count: 3 + UV + UV + UV +Face 1030 +UV Count: 3 + UV + UV + UV +Face 1031 +UV Count: 3 + UV + UV + UV +Face 1032 +UV Count: 3 + UV + UV + UV +Face 1033 +UV Count: 3 + UV + UV + UV +Face 1034 +UV Count: 3 + UV + UV + UV +Face 1035 +UV Count: 3 + UV + UV + UV +Face 1036 +UV Count: 3 + UV + UV + UV +Face 1037 +UV Count: 3 + UV + UV + UV +Face 1038 +UV Count: 3 + UV + UV + UV +Face 1039 +UV Count: 3 + UV + UV + UV +Face 1040 +UV Count: 3 + UV + UV + UV +Face 1041 +UV Count: 3 + UV + UV + UV +Face 1042 +UV Count: 3 + UV + UV + UV +Face 1043 +UV Count: 3 + UV + UV + UV +Face 1044 +UV Count: 3 + UV + UV + UV +Face 1045 +UV Count: 3 + UV + UV + UV +Face 1046 +UV Count: 3 + UV + UV + UV +Face 1047 +UV Count: 3 + UV + UV + UV +Face 1048 +UV Count: 3 + UV + UV + UV +Face 1049 +UV Count: 3 + UV + UV + UV +Face 1050 +UV Count: 3 + UV + UV + UV +Face 1051 +UV Count: 3 + UV + UV + UV +Face 1052 +UV Count: 3 + UV + UV + UV +Face 1053 +UV Count: 3 + UV + UV + UV +Face 1054 +UV Count: 3 + UV + UV + UV +Face 1055 +UV Count: 3 + UV + UV + UV +Face 1056 +UV Count: 3 + UV + UV + UV +Face 1057 +UV Count: 3 + UV + UV + UV +Face 1058 +UV Count: 3 + UV + UV + UV +Face 1059 +UV Count: 3 + UV + UV + UV +Face 1060 +UV Count: 3 + UV + UV + UV +Face 1061 +UV Count: 3 + UV + UV + UV +Face 1062 +UV Count: 3 + UV + UV + UV +Face 1063 +UV Count: 3 + UV + UV + UV +Face 1064 +UV Count: 3 + UV + UV + UV +Face 1065 +UV Count: 3 + UV + UV + UV +Face 1066 +UV Count: 3 + UV + UV + UV +Face 1067 +UV Count: 3 + UV + UV + UV +Face 1068 +UV Count: 3 + UV + UV + UV +Face 1069 +UV Count: 3 + UV + UV + UV +Face 1070 +UV Count: 3 + UV + UV + UV +Face 1071 +UV Count: 3 + UV + UV + UV +Face 1072 +UV Count: 3 + UV + UV + UV +Face 1073 +UV Count: 3 + UV + UV + UV +Face 1074 +UV Count: 3 + UV + UV + UV +Face 1075 +UV Count: 3 + UV + UV + UV +Face 1076 +UV Count: 3 + UV + UV + UV +Face 1077 +UV Count: 3 + UV + UV + UV +Face 1078 +UV Count: 3 + UV + UV + UV +Face 1079 +UV Count: 3 + UV + UV + UV +Face 1080 +UV Count: 3 + UV + UV + UV +Face 1081 +UV Count: 3 + UV + UV + UV +Face 1082 +UV Count: 3 + UV + UV + UV +Face 1083 +UV Count: 3 + UV + UV + UV +Face 1084 +UV Count: 3 + UV + UV + UV +Face 1085 +UV Count: 3 + UV + UV + UV +Face 1086 +UV Count: 3 + UV + UV + UV +Face 1087 +UV Count: 3 + UV + UV + UV +Face 1088 +UV Count: 3 + UV + UV + UV +Face 1089 +UV Count: 3 + UV + UV + UV +Face 1090 +UV Count: 3 + UV + UV + UV +Face 1091 +UV Count: 3 + UV + UV + UV +Face 1092 +UV Count: 3 + UV + UV + UV +Face 1093 +UV Count: 3 + UV + UV + UV +Face 1094 +UV Count: 3 + UV + UV + UV +Face 1095 +UV Count: 3 + UV + UV + UV +Face 1096 +UV Count: 3 + UV + UV + UV +Face 1097 +UV Count: 3 + UV + UV + UV +Face 1098 +UV Count: 3 + UV + UV + UV +Face 1099 +UV Count: 3 + UV + UV + UV +Face 1100 +UV Count: 3 + UV + UV + UV +Face 1101 +UV Count: 3 + UV + UV + UV +Face 1102 +UV Count: 3 + UV + UV + UV +Face 1103 +UV Count: 3 + UV + UV + UV +Face 1104 +UV Count: 3 + UV + UV + UV +Face 1105 +UV Count: 3 + UV + UV + UV +Face 1106 +UV Count: 3 + UV + UV + UV +Face 1107 +UV Count: 3 + UV + UV + UV +Face 1108 +UV Count: 3 + UV + UV + UV +Face 1109 +UV Count: 3 + UV + UV + UV +Face 1110 +UV Count: 3 + UV + UV + UV +Face 1111 +UV Count: 3 + UV + UV + UV +Face 1112 +UV Count: 3 + UV + UV + UV +Face 1113 +UV Count: 3 + UV + UV + UV +Face 1114 +UV Count: 3 + UV + UV + UV +Face 1115 +UV Count: 3 + UV + UV + UV +Face 1116 +UV Count: 3 + UV + UV + UV +Face 1117 +UV Count: 3 + UV + UV + UV +Face 1118 +UV Count: 3 + UV + UV + UV +Face 1119 +UV Count: 3 + UV + UV + UV +Face 1120 +UV Count: 3 + UV + UV + UV +Face 1121 +UV Count: 3 + UV + UV + UV +Face 1122 +UV Count: 3 + UV + UV + UV +Face 1123 +UV Count: 3 + UV + UV + UV +Face 1124 +UV Count: 3 + UV + UV + UV +Face 1125 +UV Count: 3 + UV + UV + UV +Face 1126 +UV Count: 3 + UV + UV + UV +Face 1127 +UV Count: 3 + UV + UV + UV +Face 1128 +UV Count: 3 + UV + UV + UV +Face 1129 +UV Count: 3 + UV + UV + UV +Face 1130 +UV Count: 3 + UV + UV + UV +Face 1131 +UV Count: 3 + UV + UV + UV +Face 1132 +UV Count: 3 + UV + UV + UV +Face 1133 +UV Count: 3 + UV + UV + UV +Face 1134 +UV Count: 3 + UV + UV + UV +Face 1135 +UV Count: 3 + UV + UV + UV +Face 1136 +UV Count: 3 + UV + UV + UV +Face 1137 +UV Count: 3 + UV + UV + UV +Face 1138 +UV Count: 3 + UV + UV + UV +Face 1139 +UV Count: 3 + UV + UV + UV +Face 1140 +UV Count: 3 + UV + UV + UV +Face 1141 +UV Count: 3 + UV + UV + UV +Face 1142 +UV Count: 3 + UV + UV + UV +Face 1143 +UV Count: 3 + UV + UV + UV +Face 1144 +UV Count: 3 + UV + UV + UV +Face 1145 +UV Count: 3 + UV + UV + UV +Face 1146 +UV Count: 3 + UV + UV + UV +Face 1147 +UV Count: 3 + UV + UV + UV +Face 1148 +UV Count: 3 + UV + UV + UV +Face 1149 +UV Count: 3 + UV + UV + UV +Face 1150 +UV Count: 3 + UV + UV + UV +Face 1151 +UV Count: 3 + UV + UV + UV +Face 1152 +UV Count: 3 + UV + UV + UV +Face 1153 +UV Count: 3 + UV + UV + UV +Face 1154 +UV Count: 3 + UV + UV + UV +Face 1155 +UV Count: 3 + UV + UV + UV +Face 1156 +UV Count: 3 + UV + UV + UV +Face 1157 +UV Count: 3 + UV + UV + UV +Face 1158 +UV Count: 3 + UV + UV + UV +Face 1159 +UV Count: 3 + UV + UV + UV +Face 1160 +UV Count: 3 + UV + UV + UV +Face 1161 +UV Count: 3 + UV + UV + UV +Face 1162 +UV Count: 3 + UV + UV + UV +Face 1163 +UV Count: 3 + UV + UV + UV +Face 1164 +UV Count: 3 + UV + UV + UV +Face 1165 +UV Count: 3 + UV + UV + UV +Face 1166 +UV Count: 3 + UV + UV + UV +Face 1167 +UV Count: 3 + UV + UV + UV +Face 1168 +UV Count: 3 + UV + UV + UV +Face 1169 +UV Count: 3 + UV + UV + UV +Face 1170 +UV Count: 3 + UV + UV + UV +Face 1171 +UV Count: 3 + UV + UV + UV +Face 1172 +UV Count: 3 + UV + UV + UV +Face 1173 +UV Count: 3 + UV + UV + UV +Face 1174 +UV Count: 3 + UV + UV + UV +Face 1175 +UV Count: 3 + UV + UV + UV +Face 1176 +UV Count: 3 + UV + UV + UV +Face 1177 +UV Count: 3 + UV + UV + UV +Face 1178 +UV Count: 3 + UV + UV + UV +Face 1179 +UV Count: 3 + UV + UV + UV +Face 1180 +UV Count: 3 + UV + UV + UV +Face 1181 +UV Count: 3 + UV + UV + UV +Face 1182 +UV Count: 3 + UV + UV + UV +Face 1183 +UV Count: 3 + UV + UV + UV +Face 1184 +UV Count: 3 + UV + UV + UV +Face 1185 +UV Count: 3 + UV + UV + UV +Face 1186 +UV Count: 3 + UV + UV + UV +Face 1187 +UV Count: 3 + UV + UV + UV +Face 1188 +UV Count: 3 + UV + UV + UV +Face 1189 +UV Count: 3 + UV + UV + UV +Face 1190 +UV Count: 3 + UV + UV + UV +Face 1191 +UV Count: 3 + UV + UV + UV +Face 1192 +UV Count: 3 + UV + UV + UV +Face 1193 +UV Count: 3 + UV + UV + UV +Face 1194 +UV Count: 3 + UV + UV + UV +Face 1195 +UV Count: 3 + UV + UV + UV +Face 1196 +UV Count: 3 + UV + UV + UV +Face 1197 +UV Count: 3 + UV + UV + UV +Face 1198 +UV Count: 3 + UV + UV + UV +Face 1199 +UV Count: 3 + UV + UV + UV +Face 1200 +UV Count: 3 + UV + UV + UV +Face 1201 +UV Count: 3 + UV + UV + UV +Face 1202 +UV Count: 3 + UV + UV + UV +Face 1203 +UV Count: 3 + UV + UV + UV +Face 1204 +UV Count: 3 + UV + UV + UV +Face 1205 +UV Count: 3 + UV + UV + UV +Face 1206 +UV Count: 3 + UV + UV + UV +Face 1207 +UV Count: 3 + UV + UV + UV +Face 1208 +UV Count: 3 + UV + UV + UV +Face 1209 +UV Count: 3 + UV + UV + UV +Face 1210 +UV Count: 3 + UV + UV + UV +Face 1211 +UV Count: 3 + UV + UV + UV +Face 1212 +UV Count: 3 + UV + UV + UV +Face 1213 +UV Count: 3 + UV + UV + UV +Face 1214 +UV Count: 3 + UV + UV + UV +Face 1215 +UV Count: 3 + UV + UV + UV +Face 1216 +UV Count: 3 + UV + UV + UV +Face 1217 +UV Count: 3 + UV + UV + UV +Face 1218 +UV Count: 3 + UV + UV + UV +Face 1219 +UV Count: 3 + UV + UV + UV +Face 1220 +UV Count: 3 + UV + UV + UV +Face 1221 +UV Count: 3 + UV + UV + UV +Face 1222 +UV Count: 3 + UV + UV + UV +Face 1223 +UV Count: 3 + UV + UV + UV +Face 1224 +UV Count: 3 + UV + UV + UV +Face 1225 +UV Count: 3 + UV + UV + UV +Face 1226 +UV Count: 3 + UV + UV + UV +Face 1227 +UV Count: 3 + UV + UV + UV +Face 1228 +UV Count: 3 + UV + UV + UV +Face 1229 +UV Count: 3 + UV + UV + UV +Face 1230 +UV Count: 3 + UV + UV + UV +Face 1231 +UV Count: 3 + UV + UV + UV +Face 1232 +UV Count: 3 + UV + UV + UV +Face 1233 +UV Count: 3 + UV + UV + UV +Face 1234 +UV Count: 3 + UV + UV + UV +Face 1235 +UV Count: 3 + UV + UV + UV +Face 1236 +UV Count: 3 + UV + UV + UV +Face 1237 +UV Count: 3 + UV + UV + UV +Face 1238 +UV Count: 3 + UV + UV + UV +Face 1239 +UV Count: 3 + UV + UV + UV +Face 1240 +UV Count: 3 + UV + UV + UV +Face 1241 +UV Count: 3 + UV + UV + UV +Face 1242 +UV Count: 3 + UV + UV + UV +Face 1243 +UV Count: 3 + UV + UV + UV +Face 1244 +UV Count: 3 + UV + UV + UV +Face 1245 +UV Count: 3 + UV + UV + UV +Face 1246 +UV Count: 3 + UV + UV + UV +Face 1247 +UV Count: 3 + UV + UV + UV +Face 1248 +UV Count: 3 + UV + UV + UV +Face 1249 +UV Count: 3 + UV + UV + UV +Face 1250 +UV Count: 3 + UV + UV + UV +Face 1251 +UV Count: 3 + UV + UV + UV +Face 1252 +UV Count: 3 + UV + UV + UV +Face 1253 +UV Count: 3 + UV + UV + UV +Face 1254 +UV Count: 3 + UV + UV + UV +Face 1255 +UV Count: 3 + UV + UV + UV +Face 1256 +UV Count: 3 + UV + UV + UV +Face 1257 +UV Count: 3 + UV + UV + UV +Face 1258 +UV Count: 3 + UV + UV + UV +Face 1259 +UV Count: 3 + UV + UV + UV +Face 1260 +UV Count: 3 + UV + UV + UV +Face 1261 +UV Count: 3 + UV + UV + UV +Face 1262 +UV Count: 3 + UV + UV + UV +Face 1263 +UV Count: 3 + UV + UV + UV +Face 1264 +UV Count: 3 + UV + UV + UV +Face 1265 +UV Count: 3 + UV + UV + UV +Face 1266 +UV Count: 3 + UV + UV + UV +Face 1267 +UV Count: 3 + UV + UV + UV +Face 1268 +UV Count: 3 + UV + UV + UV +Face 1269 +UV Count: 3 + UV + UV + UV +Face 1270 +UV Count: 3 + UV + UV + UV +Face 1271 +UV Count: 3 + UV + UV + UV +Face 1272 +UV Count: 3 + UV + UV + UV +Face 1273 +UV Count: 3 + UV + UV + UV +Face 1274 +UV Count: 3 + UV + UV + UV +Face 1275 +UV Count: 3 + UV + UV + UV +Face 1276 +UV Count: 3 + UV + UV + UV +Face 1277 +UV Count: 3 + UV + UV + UV +Face 1278 +UV Count: 3 + UV + UV + UV +Face 1279 +UV Count: 3 + UV + UV + UV +Face 1280 +UV Count: 3 + UV + UV + UV +Face 1281 +UV Count: 3 + UV + UV + UV +Face 1282 +UV Count: 3 + UV + UV + UV +Face 1283 +UV Count: 3 + UV + UV + UV +Face 1284 +UV Count: 3 + UV + UV + UV +Face 1285 +UV Count: 3 + UV + UV + UV +Face 1286 +UV Count: 3 + UV + UV + UV +Face 1287 +UV Count: 3 + UV + UV + UV +Face 1288 +UV Count: 3 + UV + UV + UV +Face 1289 +UV Count: 3 + UV + UV + UV +Face 1290 +UV Count: 3 + UV + UV + UV +Face 1291 +UV Count: 3 + UV + UV + UV +Face 1292 +UV Count: 3 + UV + UV + UV +Face 1293 +UV Count: 3 + UV + UV + UV +Face 1294 +UV Count: 3 + UV + UV + UV +Face 1295 +UV Count: 3 + UV + UV + UV +Face 1296 +UV Count: 3 + UV + UV + UV +Face 1297 +UV Count: 3 + UV + UV + UV +Face 1298 +UV Count: 3 + UV + UV + UV +Face 1299 +UV Count: 3 + UV + UV + UV +Face 1300 +UV Count: 3 + UV + UV + UV +Face 1301 +UV Count: 3 + UV + UV + UV +Face 1302 +UV Count: 3 + UV + UV + UV +Face 1303 +UV Count: 3 + UV + UV + UV +Face 1304 +UV Count: 3 + UV + UV + UV +Face 1305 +UV Count: 3 + UV + UV + UV +Face 1306 +UV Count: 3 + UV + UV + UV +Face 1307 +UV Count: 3 + UV + UV + UV +Face 1308 +UV Count: 3 + UV + UV + UV +Face 1309 +UV Count: 3 + UV + UV + UV +Face 1310 +UV Count: 3 + UV + UV + UV +Face 1311 +UV Count: 3 + UV + UV + UV +Face 1312 +UV Count: 3 + UV + UV + UV +Face 1313 +UV Count: 3 + UV + UV + UV +Face 1314 +UV Count: 3 + UV + UV + UV +Face 1315 +UV Count: 3 + UV + UV + UV +Face 1316 +UV Count: 3 + UV + UV + UV +Face 1317 +UV Count: 3 + UV + UV + UV +Face 1318 +UV Count: 3 + UV + UV + UV +Face 1319 +UV Count: 3 + UV + UV + UV +Face 1320 +UV Count: 3 + UV + UV + UV +Face 1321 +UV Count: 3 + UV + UV + UV +Face 1322 +UV Count: 3 + UV + UV + UV +Face 1323 +UV Count: 3 + UV + UV + UV +Face 1324 +UV Count: 3 + UV + UV + UV +Face 1325 +UV Count: 3 + UV + UV + UV +Face 1326 +UV Count: 3 + UV + UV + UV +Face 1327 +UV Count: 3 + UV + UV + UV +Face 1328 +UV Count: 3 + UV + UV + UV +Face 1329 +UV Count: 3 + UV + UV + UV +Face 1330 +UV Count: 3 + UV + UV + UV +Face 1331 +UV Count: 3 + UV + UV + UV +Face 1332 +UV Count: 3 + UV + UV + UV +Face 1333 +UV Count: 3 + UV + UV + UV +Face 1334 +UV Count: 3 + UV + UV + UV +Face 1335 +UV Count: 3 + UV + UV + UV +Face 1336 +UV Count: 3 + UV + UV + UV +Face 1337 +UV Count: 3 + UV + UV + UV +Face 1338 +UV Count: 3 + UV + UV + UV +Face 1339 +UV Count: 3 + UV + UV + UV +Face 1340 +UV Count: 3 + UV + UV + UV +Face 1341 +UV Count: 3 + UV + UV + UV +Face 1342 +UV Count: 3 + UV + UV + UV +Face 1343 +UV Count: 3 + UV + UV + UV +Face 1344 +UV Count: 3 + UV + UV + UV +Face 1345 +UV Count: 3 + UV + UV + UV +Face 1346 +UV Count: 3 + UV + UV + UV +Face 1347 +UV Count: 3 + UV + UV + UV +Face 1348 +UV Count: 3 + UV + UV + UV +Face 1349 +UV Count: 3 + UV + UV + UV +Face 1350 +UV Count: 3 + UV + UV + UV +Face 1351 +UV Count: 3 + UV + UV + UV +Face 1352 +UV Count: 3 + UV + UV + UV +Face 1353 +UV Count: 3 + UV + UV + UV +Face 1354 +UV Count: 3 + UV + UV + UV +Face 1355 +UV Count: 3 + UV + UV + UV +Face 1356 +UV Count: 3 + UV + UV + UV +Face 1357 +UV Count: 3 + UV + UV + UV +Face 1358 +UV Count: 3 + UV + UV + UV +Face 1359 +UV Count: 3 + UV + UV + UV +Face 1360 +UV Count: 3 + UV + UV + UV +Face 1361 +UV Count: 3 + UV + UV + UV +Face 1362 +UV Count: 3 + UV + UV + UV +Face 1363 +UV Count: 3 + UV + UV + UV +Face 1364 +UV Count: 3 + UV + UV + UV +Face 1365 +UV Count: 3 + UV + UV + UV +Face 1366 +UV Count: 3 + UV + UV + UV +Face 1367 +UV Count: 3 + UV + UV + UV +Face 1368 +UV Count: 3 + UV + UV + UV +Face 1369 +UV Count: 3 + UV + UV + UV +Face 1370 +UV Count: 3 + UV + UV + UV +Face 1371 +UV Count: 3 + UV + UV + UV +Face 1372 +UV Count: 3 + UV + UV + UV +Face 1373 +UV Count: 3 + UV + UV + UV +Face 1374 +UV Count: 3 + UV + UV + UV +Face 1375 +UV Count: 3 + UV + UV + UV +Face 1376 +UV Count: 3 + UV + UV + UV +Face 1377 +UV Count: 3 + UV + UV + UV +Face 1378 +UV Count: 3 + UV + UV + UV +Face 1379 +UV Count: 3 + UV + UV + UV +Face 1380 +UV Count: 3 + UV + UV + UV +Face 1381 +UV Count: 3 + UV + UV + UV +Face 1382 +UV Count: 3 + UV + UV + UV +Face 1383 +UV Count: 3 + UV + UV + UV +Face 1384 +UV Count: 3 + UV + UV + UV +Face 1385 +UV Count: 3 + UV + UV + UV +Face 1386 +UV Count: 3 + UV + UV + UV +Face 1387 +UV Count: 3 + UV + UV + UV +Face 1388 +UV Count: 3 + UV + UV + UV +Face 1389 +UV Count: 3 + UV + UV + UV +Face 1390 +UV Count: 3 + UV + UV + UV +Face 1391 +UV Count: 3 + UV + UV + UV +Face 1392 +UV Count: 3 + UV + UV + UV +Face 1393 +UV Count: 3 + UV + UV + UV +Face 1394 +UV Count: 3 + UV + UV + UV +Face 1395 +UV Count: 3 + UV + UV + UV +Face 1396 +UV Count: 3 + UV + UV + UV +Face 1397 +UV Count: 3 + UV + UV + UV +Face 1398 +UV Count: 3 + UV + UV + UV +Face 1399 +UV Count: 3 + UV + UV + UV +Face 1400 +UV Count: 3 + UV + UV + UV +Face 1401 +UV Count: 3 + UV + UV + UV +Face 1402 +UV Count: 3 + UV + UV + UV +Face 1403 +UV Count: 3 + UV + UV + UV +Face 1404 +UV Count: 3 + UV + UV + UV +Face 1405 +UV Count: 3 + UV + UV + UV +Face 1406 +UV Count: 3 + UV + UV + UV +Face 1407 +UV Count: 3 + UV + UV + UV +Face 1408 +UV Count: 3 + UV + UV + UV +Face 1409 +UV Count: 3 + UV + UV + UV +Face 1410 +UV Count: 3 + UV + UV + UV +Face 1411 +UV Count: 3 + UV + UV + UV +Face 1412 +UV Count: 3 + UV + UV + UV +Face 1413 +UV Count: 3 + UV + UV + UV +Face 1414 +UV Count: 3 + UV + UV + UV +Face 1415 +UV Count: 3 + UV + UV + UV +Face 1416 +UV Count: 3 + UV + UV + UV +Face 1417 +UV Count: 3 + UV + UV + UV +Face 1418 +UV Count: 3 + UV + UV + UV +Face 1419 +UV Count: 3 + UV + UV + UV +Face 1420 +UV Count: 3 + UV + UV + UV +Face 1421 +UV Count: 3 + UV + UV + UV +Face 1422 +UV Count: 3 + UV + UV + UV +Face 1423 +UV Count: 3 + UV + UV + UV +Face 1424 +UV Count: 3 + UV + UV + UV +Face 1425 +UV Count: 3 + UV + UV + UV +Face 1426 +UV Count: 3 + UV + UV + UV +Face 1427 +UV Count: 3 + UV + UV + UV +Face 1428 +UV Count: 3 + UV + UV + UV +Face 1429 +UV Count: 3 + UV + UV + UV +Face 1430 +UV Count: 3 + UV + UV + UV +Face 1431 +UV Count: 3 + UV + UV + UV +Face 1432 +UV Count: 3 + UV + UV + UV +Face 1433 +UV Count: 3 + UV + UV + UV +Face 1434 +UV Count: 3 + UV + UV + UV +Face 1435 +UV Count: 3 + UV + UV + UV +Face 1436 +UV Count: 3 + UV + UV + UV +Face 1437 +UV Count: 3 + UV + UV + UV +Face 1438 +UV Count: 3 + UV + UV + UV +Face 1439 +UV Count: 3 + UV + UV + UV +Face 1440 +UV Count: 3 + UV + UV + UV +Face 1441 +UV Count: 3 + UV + UV + UV +Face 1442 +UV Count: 3 + UV + UV + UV +Face 1443 +UV Count: 3 + UV + UV + UV +Face 1444 +UV Count: 3 + UV + UV + UV +Face 1445 +UV Count: 3 + UV + UV + UV +Face 1446 +UV Count: 3 + UV + UV + UV +Face 1447 +UV Count: 3 + UV + UV + UV +Face 1448 +UV Count: 3 + UV + UV + UV +Face 1449 +UV Count: 3 + UV + UV + UV +Face 1450 +UV Count: 3 + UV + UV + UV +Face 1451 +UV Count: 3 + UV + UV + UV +Face 1452 +UV Count: 3 + UV + UV + UV +Face 1453 +UV Count: 3 + UV + UV + UV +Face 1454 +UV Count: 3 + UV + UV + UV +Face 1455 +UV Count: 3 + UV + UV + UV +Face 1456 +UV Count: 3 + UV + UV + UV +Face 1457 +UV Count: 3 + UV + UV + UV +Face 1458 +UV Count: 3 + UV + UV + UV +Face 1459 +UV Count: 3 + UV + UV + UV +Face 1460 +UV Count: 3 + UV + UV + UV +Face 1461 +UV Count: 3 + UV + UV + UV +Face 1462 +UV Count: 3 + UV + UV + UV +Face 1463 +UV Count: 3 + UV + UV + UV +Face 1464 +UV Count: 3 + UV + UV + UV +Face 1465 +UV Count: 3 + UV + UV + UV +Face 1466 +UV Count: 3 + UV + UV + UV +Face 1467 +UV Count: 3 + UV + UV + UV +Face 1468 +UV Count: 3 + UV + UV + UV +Face 1469 +UV Count: 3 + UV + UV + UV +Face 1470 +UV Count: 3 + UV + UV + UV +Face 1471 +UV Count: 3 + UV + UV + UV +Face 1472 +UV Count: 3 + UV + UV + UV +Face 1473 +UV Count: 3 + UV + UV + UV +Face 1474 +UV Count: 3 + UV + UV + UV +Face 1475 +UV Count: 3 + UV + UV + UV +Face 1476 +UV Count: 3 + UV + UV + UV +Face 1477 +UV Count: 3 + UV + UV + UV +Face 1478 +UV Count: 3 + UV + UV + UV +Face 1479 +UV Count: 3 + UV + UV + UV +Face 1480 +UV Count: 3 + UV + UV + UV +Face 1481 +UV Count: 3 + UV + UV + UV +Face 1482 +UV Count: 3 + UV + UV + UV +Face 1483 +UV Count: 3 + UV + UV + UV +Face 1484 +UV Count: 3 + UV + UV + UV +Face 1485 +UV Count: 3 + UV + UV + UV +Face 1486 +UV Count: 3 + UV + UV + UV +Face 1487 +UV Count: 3 + UV + UV + UV +Face 1488 +UV Count: 3 + UV + UV + UV +Face 1489 +UV Count: 3 + UV + UV + UV +Face 1490 +UV Count: 3 + UV + UV + UV +Face 1491 +UV Count: 3 + UV + UV + UV +Face 1492 +UV Count: 3 + UV + UV + UV +Face 1493 +UV Count: 3 + UV + UV + UV +Face 1494 +UV Count: 3 + UV + UV + UV +Face 1495 +UV Count: 3 + UV + UV + UV +Face 1496 +UV Count: 3 + UV + UV + UV +Face 1497 +UV Count: 3 + UV + UV + UV +Face 1498 +UV Count: 3 + UV + UV + UV +Face 1499 +UV Count: 3 + UV + UV + UV +Face 1500 +UV Count: 3 + UV + UV + UV +Face 1501 +UV Count: 3 + UV + UV + UV +Face 1502 +UV Count: 3 + UV + UV + UV +Face 1503 +UV Count: 3 + UV + UV + UV +Face 1504 +UV Count: 3 + UV + UV + UV +Face 1505 +UV Count: 3 + UV + UV + UV +Face 1506 +UV Count: 3 + UV + UV + UV +Face 1507 +UV Count: 3 + UV + UV + UV +Face 1508 +UV Count: 3 + UV + UV + UV +Face 1509 +UV Count: 3 + UV + UV + UV +Face 1510 +UV Count: 3 + UV + UV + UV +Face 1511 +UV Count: 3 + UV + UV + UV +Face 1512 +UV Count: 3 + UV + UV + UV +Face 1513 +UV Count: 3 + UV + UV + UV +Face 1514 +UV Count: 3 + UV + UV + UV +Face 1515 +UV Count: 3 + UV + UV + UV +Face 1516 +UV Count: 3 + UV + UV + UV +Face 1517 +UV Count: 3 + UV + UV + UV +Face 1518 +UV Count: 3 + UV + UV + UV +Face 1519 +UV Count: 3 + UV + UV + UV +Face 1520 +UV Count: 3 + UV + UV + UV +Face 1521 +UV Count: 3 + UV + UV + UV +Face 1522 +UV Count: 3 + UV + UV + UV +Face 1523 +UV Count: 3 + UV + UV + UV +Face 1524 +UV Count: 3 + UV + UV + UV +Face 1525 +UV Count: 3 + UV + UV + UV +Face 1526 +UV Count: 3 + UV + UV + UV +Face 1527 +UV Count: 3 + UV + UV + UV +Face 1528 +UV Count: 3 + UV + UV + UV +Face 1529 +UV Count: 3 + UV + UV + UV +Face 1530 +UV Count: 3 + UV + UV + UV +Face 1531 +UV Count: 3 + UV + UV + UV +Face 1532 +UV Count: 3 + UV + UV + UV +Face 1533 +UV Count: 3 + UV + UV + UV +Face 1534 +UV Count: 3 + UV + UV + UV +Face 1535 +UV Count: 3 + UV + UV + UV +Face 1536 +UV Count: 3 + UV + UV + UV +Face 1537 +UV Count: 3 + UV + UV + UV +Face 1538 +UV Count: 3 + UV + UV + UV +Face 1539 +UV Count: 3 + UV + UV + UV +Face 1540 +UV Count: 3 + UV + UV + UV +Face 1541 +UV Count: 3 + UV + UV + UV +Face 1542 +UV Count: 3 + UV + UV + UV +Face 1543 +UV Count: 3 + UV + UV + UV +Face 1544 +UV Count: 3 + UV + UV + UV +Face 1545 +UV Count: 3 + UV + UV + UV +Face 1546 +UV Count: 3 + UV + UV + UV +Face 1547 +UV Count: 3 + UV + UV + UV +Face 1548 +UV Count: 3 + UV + UV + UV +Face 1549 +UV Count: 3 + UV + UV + UV +Face 1550 +UV Count: 3 + UV + UV + UV +Face 1551 +UV Count: 3 + UV + UV + UV +Face 1552 +UV Count: 3 + UV + UV + UV +Face 1553 +UV Count: 3 + UV + UV + UV +Face 1554 +UV Count: 3 + UV + UV + UV +Face 1555 +UV Count: 3 + UV + UV + UV +Face 1556 +UV Count: 3 + UV + UV + UV +Face 1557 +UV Count: 3 + UV + UV + UV +Face 1558 +UV Count: 3 + UV + UV + UV +Face 1559 +UV Count: 3 + UV + UV + UV +Face 1560 +UV Count: 3 + UV + UV + UV +Face 1561 +UV Count: 3 + UV + UV + UV +Face 1562 +UV Count: 3 + UV + UV + UV +Face 1563 +UV Count: 3 + UV + UV + UV +Face 1564 +UV Count: 3 + UV + UV + UV +Face 1565 +UV Count: 3 + UV + UV + UV +Face 1566 +UV Count: 3 + UV + UV + UV +Face 1567 +UV Count: 3 + UV + UV + UV +Face 1568 +UV Count: 3 + UV + UV + UV +Face 1569 +UV Count: 3 + UV + UV + UV +Face 1570 +UV Count: 3 + UV + UV + UV +Face 1571 +UV Count: 3 + UV + UV + UV +Face 1572 +UV Count: 3 + UV + UV + UV +Face 1573 +UV Count: 3 + UV + UV + UV +Face 1574 +UV Count: 3 + UV + UV + UV +Face 1575 +UV Count: 3 + UV + UV + UV +Face 1576 +UV Count: 3 + UV + UV + UV +Face 1577 +UV Count: 3 + UV + UV + UV +Face 1578 +UV Count: 3 + UV + UV + UV +Face 1579 +UV Count: 3 + UV + UV + UV +Face 1580 +UV Count: 3 + UV + UV + UV +Face 1581 +UV Count: 3 + UV + UV + UV +Face 1582 +UV Count: 3 + UV + UV + UV +Face 1583 +UV Count: 3 + UV + UV + UV +Face 1584 +UV Count: 3 + UV + UV + UV +Face 1585 +UV Count: 3 + UV + UV + UV +Face 1586 +UV Count: 3 + UV + UV + UV +Face 1587 +UV Count: 3 + UV + UV + UV +Face 1588 +UV Count: 3 + UV + UV + UV +Face 1589 +UV Count: 3 + UV + UV + UV +Face 1590 +UV Count: 3 + UV + UV + UV +Face 1591 +UV Count: 3 + UV + UV + UV +Face 1592 +UV Count: 3 + UV + UV + UV +Face 1593 +UV Count: 3 + UV + UV + UV +Face 1594 +UV Count: 3 + UV + UV + UV +Face 1595 +UV Count: 3 + UV + UV + UV +Face 1596 +UV Count: 3 + UV + UV + UV +Face 1597 +UV Count: 3 + UV + UV + UV +Face 1598 +UV Count: 3 + UV + UV + UV +Face 1599 +UV Count: 3 + UV + UV + UV +Face 1600 +UV Count: 3 + UV + UV + UV +Face 1601 +UV Count: 3 + UV + UV + UV +Face 1602 +UV Count: 3 + UV + UV + UV +Face 1603 +UV Count: 3 + UV + UV + UV +Face 1604 +UV Count: 3 + UV + UV + UV +Face 1605 +UV Count: 3 + UV + UV + UV +Face 1606 +UV Count: 3 + UV + UV + UV +Face 1607 +UV Count: 3 + UV + UV + UV +Face 1608 +UV Count: 3 + UV + UV + UV +Face 1609 +UV Count: 3 + UV + UV + UV +Face 1610 +UV Count: 3 + UV + UV + UV +Face 1611 +UV Count: 3 + UV + UV + UV +Face 1612 +UV Count: 3 + UV + UV + UV +Face 1613 +UV Count: 3 + UV + UV + UV +Face 1614 +UV Count: 3 + UV + UV + UV +Face 1615 +UV Count: 3 + UV + UV + UV +Face 1616 +UV Count: 3 + UV + UV + UV +Face 1617 +UV Count: 3 + UV + UV + UV +Face 1618 +UV Count: 3 + UV + UV + UV +Face 1619 +UV Count: 3 + UV + UV + UV +Face 1620 +UV Count: 3 + UV + UV + UV +Face 1621 +UV Count: 3 + UV + UV + UV +Face 1622 +UV Count: 3 + UV + UV + UV +Face 1623 +UV Count: 3 + UV + UV + UV +Face 1624 +UV Count: 3 + UV + UV + UV +Face 1625 +UV Count: 3 + UV + UV + UV +Face 1626 +UV Count: 3 + UV + UV + UV +Face 1627 +UV Count: 3 + UV + UV + UV +Face 1628 +UV Count: 3 + UV + UV + UV +Face 1629 +UV Count: 3 + UV + UV + UV +Face 1630 +UV Count: 3 + UV + UV + UV +Face 1631 +UV Count: 3 + UV + UV + UV +Face 1632 +UV Count: 3 + UV + UV + UV +Face 1633 +UV Count: 3 + UV + UV + UV +Face 1634 +UV Count: 3 + UV + UV + UV +Face 1635 +UV Count: 3 + UV + UV + UV +Face 1636 +UV Count: 3 + UV + UV + UV +Face 1637 +UV Count: 3 + UV + UV + UV +Face 1638 +UV Count: 3 + UV + UV + UV +Face 1639 +UV Count: 3 + UV + UV + UV +Face 1640 +UV Count: 3 + UV + UV + UV +Face 1641 +UV Count: 3 + UV + UV + UV +Face 1642 +UV Count: 3 + UV + UV + UV +Face 1643 +UV Count: 3 + UV + UV + UV +Face 1644 +UV Count: 3 + UV + UV + UV +Face 1645 +UV Count: 3 + UV + UV + UV +Face 1646 +UV Count: 3 + UV + UV + UV +Face 1647 +UV Count: 3 + UV + UV + UV +Face 1648 +UV Count: 3 + UV + UV + UV +Face 1649 +UV Count: 3 + UV + UV + UV +Face 1650 +UV Count: 3 + UV + UV + UV +Face 1651 +UV Count: 3 + UV + UV + UV +Face 1652 +UV Count: 3 + UV + UV + UV +Face 1653 +UV Count: 3 + UV + UV + UV +Face 1654 +UV Count: 3 + UV + UV + UV +Face 1655 +UV Count: 3 + UV + UV + UV +Face 1656 +UV Count: 3 + UV + UV + UV +Face 1657 +UV Count: 3 + UV + UV + UV +Face 1658 +UV Count: 3 + UV + UV + UV +Face 1659 +UV Count: 3 + UV + UV + UV +Face 1660 +UV Count: 3 + UV + UV + UV +Face 1661 +UV Count: 3 + UV + UV + UV +Face 1662 +UV Count: 3 + UV + UV + UV +Face 1663 +UV Count: 3 + UV + UV + UV +Face 1664 +UV Count: 3 + UV + UV + UV +Face 1665 +UV Count: 3 + UV + UV + UV +Face 1666 +UV Count: 3 + UV + UV + UV +Face 1667 +UV Count: 3 + UV + UV + UV +Face 1668 +UV Count: 3 + UV + UV + UV +Face 1669 +UV Count: 3 + UV + UV + UV +Face 1670 +UV Count: 3 + UV + UV + UV +Face 1671 +UV Count: 3 + UV + UV + UV +Face 1672 +UV Count: 3 + UV + UV + UV +Face 1673 +UV Count: 3 + UV + UV + UV +Face 1674 +UV Count: 3 + UV + UV + UV +Face 1675 +UV Count: 3 + UV + UV + UV +Face 1676 +UV Count: 3 + UV + UV + UV +Face 1677 +UV Count: 3 + UV + UV + UV +Face 1678 +UV Count: 3 + UV + UV + UV +Face 1679 +UV Count: 3 + UV + UV + UV +Face 1680 +UV Count: 3 + UV + UV + UV +Face 1681 +UV Count: 3 + UV + UV + UV +Face 1682 +UV Count: 3 + UV + UV + UV +Face 1683 +UV Count: 3 + UV + UV + UV +Face 1684 +UV Count: 3 + UV + UV + UV +Face 1685 +UV Count: 3 + UV + UV + UV +Face 1686 +UV Count: 3 + UV + UV + UV +Face 1687 +UV Count: 3 + UV + UV + UV +Face 1688 +UV Count: 3 + UV + UV + UV +Face 1689 +UV Count: 3 + UV + UV + UV +Face 1690 +UV Count: 3 + UV + UV + UV +Face 1691 +UV Count: 3 + UV + UV + UV +Face 1692 +UV Count: 3 + UV + UV + UV +Face 1693 +UV Count: 3 + UV + UV + UV +Face 1694 +UV Count: 3 + UV + UV + UV +Face 1695 +UV Count: 3 + UV + UV + UV +Face 1696 +UV Count: 3 + UV + UV + UV +Face 1697 +UV Count: 3 + UV + UV + UV +Face 1698 +UV Count: 3 + UV + UV + UV +Face 1699 +UV Count: 3 + UV + UV + UV +Face 1700 +UV Count: 3 + UV + UV + UV +Face 1701 +UV Count: 3 + UV + UV + UV +Face 1702 +UV Count: 3 + UV + UV + UV +Face 1703 +UV Count: 3 + UV + UV + UV +Face 1704 +UV Count: 3 + UV + UV + UV +Face 1705 +UV Count: 3 + UV + UV + UV +Face 1706 +UV Count: 3 + UV + UV + UV +Face 1707 +UV Count: 3 + UV + UV + UV +Face 1708 +UV Count: 3 + UV + UV + UV +Face 1709 +UV Count: 3 + UV + UV + UV +Face 1710 +UV Count: 3 + UV + UV + UV +Face 1711 +UV Count: 3 + UV + UV + UV +Face 1712 +UV Count: 3 + UV + UV + UV +Face 1713 +UV Count: 3 + UV + UV + UV +Face 1714 +UV Count: 3 + UV + UV + UV +Face 1715 +UV Count: 3 + UV + UV + UV +Face 1716 +UV Count: 3 + UV + UV + UV +Face 1717 +UV Count: 3 + UV + UV + UV +Face 1718 +UV Count: 3 + UV + UV + UV +Face 1719 +UV Count: 3 + UV + UV + UV +Face 1720 +UV Count: 3 + UV + UV + UV +Face 1721 +UV Count: 3 + UV + UV + UV +Face 1722 +UV Count: 3 + UV + UV + UV +Face 1723 +UV Count: 3 + UV + UV + UV +Face 1724 +UV Count: 3 + UV + UV + UV +Face 1725 +UV Count: 3 + UV + UV + UV +Face 1726 +UV Count: 3 + UV + UV + UV +Face 1727 +UV Count: 3 + UV + UV + UV +Face 1728 +UV Count: 3 + UV + UV + UV +Face 1729 +UV Count: 3 + UV + UV + UV +Face 1730 +UV Count: 3 + UV + UV + UV +Face 1731 +UV Count: 3 + UV + UV + UV +Face 1732 +UV Count: 3 + UV + UV + UV +Face 1733 +UV Count: 3 + UV + UV + UV +Face 1734 +UV Count: 3 + UV + UV + UV +Face 1735 +UV Count: 3 + UV + UV + UV +Face 1736 +UV Count: 3 + UV + UV + UV +Face 1737 +UV Count: 3 + UV + UV + UV +Face 1738 +UV Count: 3 + UV + UV + UV +Face 1739 +UV Count: 3 + UV + UV + UV +Face 1740 +UV Count: 3 + UV + UV + UV +Face 1741 +UV Count: 3 + UV + UV + UV +Face 1742 +UV Count: 3 + UV + UV + UV +Face 1743 +UV Count: 3 + UV + UV + UV +Face 1744 +UV Count: 3 + UV + UV + UV +Face 1745 +UV Count: 3 + UV + UV + UV +Face 1746 +UV Count: 3 + UV + UV + UV +Face 1747 +UV Count: 3 + UV + UV + UV +Face 1748 +UV Count: 3 + UV + UV + UV +Face 1749 +UV Count: 3 + UV + UV + UV +Face 1750 +UV Count: 3 + UV + UV + UV +Face 1751 +UV Count: 3 + UV + UV + UV +Face 1752 +UV Count: 3 + UV + UV + UV +Face 1753 +UV Count: 3 + UV + UV + UV +Face 1754 +UV Count: 3 + UV + UV + UV +Face 1755 +UV Count: 3 + UV + UV + UV +Face 1756 +UV Count: 3 + UV + UV + UV +Face 1757 +UV Count: 3 + UV + UV + UV +Face 1758 +UV Count: 3 + UV + UV + UV +Face 1759 +UV Count: 3 + UV + UV + UV +Face 1760 +UV Count: 3 + UV + UV + UV +Face 1761 +UV Count: 3 + UV + UV + UV +Face 1762 +UV Count: 3 + UV + UV + UV +Face 1763 +UV Count: 3 + UV + UV + UV +Face 1764 +UV Count: 3 + UV + UV + UV +Face 1765 +UV Count: 3 + UV + UV + UV +Face 1766 +UV Count: 3 + UV + UV + UV +Face 1767 +UV Count: 3 + UV + UV + UV +Face 1768 +UV Count: 3 + UV + UV + UV +Face 1769 +UV Count: 3 + UV + UV + UV +Face 1770 +UV Count: 3 + UV + UV + UV +Face 1771 +UV Count: 3 + UV + UV + UV +Face 1772 +UV Count: 3 + UV + UV + UV +Face 1773 +UV Count: 3 + UV + UV + UV +Face 1774 +UV Count: 3 + UV + UV + UV +Face 1775 +UV Count: 3 + UV + UV + UV +Face 1776 +UV Count: 3 + UV + UV + UV +Face 1777 +UV Count: 3 + UV + UV + UV +Face 1778 +UV Count: 3 + UV + UV + UV +Face 1779 +UV Count: 3 + UV + UV + UV +Face 1780 +UV Count: 3 + UV + UV + UV +Face 1781 +UV Count: 3 + UV + UV + UV +Face 1782 +UV Count: 3 + UV + UV + UV +Face 1783 +UV Count: 3 + UV + UV + UV +Face 1784 +UV Count: 3 + UV + UV + UV +Face 1785 +UV Count: 3 + UV + UV + UV +Face 1786 +UV Count: 3 + UV + UV + UV +Face 1787 +UV Count: 3 + UV + UV + UV +Face 1788 +UV Count: 3 + UV + UV + UV +Face 1789 +UV Count: 3 + UV + UV + UV +Face 1790 +UV Count: 3 + UV + UV + UV +Face 1791 +UV Count: 3 + UV + UV + UV +Face 1792 +UV Count: 3 + UV + UV + UV +Face 1793 +UV Count: 3 + UV + UV + UV +Face 1794 +UV Count: 3 + UV + UV + UV +Face 1795 +UV Count: 3 + UV + UV + UV +Face 1796 +UV Count: 3 + UV + UV + UV +Face 1797 +UV Count: 3 + UV + UV + UV +Face 1798 +UV Count: 3 + UV + UV + UV +Face 1799 +UV Count: 3 + UV + UV + UV +Face 1800 +UV Count: 3 + UV + UV + UV +Face 1801 +UV Count: 3 + UV + UV + UV +Face 1802 +UV Count: 3 + UV + UV + UV +Face 1803 +UV Count: 3 + UV + UV + UV +Face 1804 +UV Count: 3 + UV + UV + UV +Face 1805 +UV Count: 3 + UV + UV + UV +Face 1806 +UV Count: 3 + UV + UV + UV +Face 1807 +UV Count: 3 + UV + UV + UV +Face 1808 +UV Count: 3 + UV + UV + UV +Face 1809 +UV Count: 3 + UV + UV + UV +Face 1810 +UV Count: 3 + UV + UV + UV +Face 1811 +UV Count: 3 + UV + UV + UV +Face 1812 +UV Count: 3 + UV + UV + UV +Face 1813 +UV Count: 3 + UV + UV + UV +Face 1814 +UV Count: 3 + UV + UV + UV +Face 1815 +UV Count: 3 + UV + UV + UV +Face 1816 +UV Count: 3 + UV + UV + UV +Face 1817 +UV Count: 3 + UV + UV + UV +Face 1818 +UV Count: 3 + UV + UV + UV +Face 1819 +UV Count: 3 + UV + UV + UV +Face 1820 +UV Count: 3 + UV + UV + UV +Face 1821 +UV Count: 3 + UV + UV + UV +Face 1822 +UV Count: 3 + UV + UV + UV +Face 1823 +UV Count: 3 + UV + UV + UV +Face 1824 +UV Count: 3 + UV + UV + UV +Face 1825 +UV Count: 3 + UV + UV + UV +Face 1826 +UV Count: 3 + UV + UV + UV +Face 1827 +UV Count: 3 + UV + UV + UV +Face 1828 +UV Count: 3 + UV + UV + UV +Face 1829 +UV Count: 3 + UV + UV + UV +Face 1830 +UV Count: 3 + UV + UV + UV +Face 1831 +UV Count: 3 + UV + UV + UV +Face 1832 +UV Count: 3 + UV + UV + UV +Face 1833 +UV Count: 3 + UV + UV + UV +Face 1834 +UV Count: 3 + UV + UV + UV +Face 1835 +UV Count: 3 + UV + UV + UV +Face 1836 +UV Count: 3 + UV + UV + UV +Face 1837 +UV Count: 3 + UV + UV + UV +Face 1838 +UV Count: 3 + UV + UV + UV +Face 1839 +UV Count: 3 + UV + UV + UV +Face 1840 +UV Count: 3 + UV + UV + UV +Face 1841 +UV Count: 3 + UV + UV + UV +Face 1842 +UV Count: 3 + UV + UV + UV +Face 1843 +UV Count: 3 + UV + UV + UV +Face 1844 +UV Count: 3 + UV + UV + UV +Face 1845 +UV Count: 3 + UV + UV + UV +Face 1846 +UV Count: 3 + UV + UV + UV +Face 1847 +UV Count: 3 + UV + UV + UV +Face 1848 +UV Count: 3 + UV + UV + UV +Face 1849 +UV Count: 3 + UV + UV + UV +Face 1850 +UV Count: 3 + UV + UV + UV +Face 1851 +UV Count: 3 + UV + UV + UV +Face 1852 +UV Count: 3 + UV + UV + UV +Face 1853 +UV Count: 3 + UV + UV + UV +Face 1854 +UV Count: 3 + UV + UV + UV +Face 1855 +UV Count: 3 + UV + UV + UV +Face 1856 +UV Count: 3 + UV + UV + UV +Face 1857 +UV Count: 3 + UV + UV + UV +Face 1858 +UV Count: 3 + UV + UV + UV +Face 1859 +UV Count: 3 + UV + UV + UV +Face 1860 +UV Count: 3 + UV + UV + UV +Face 1861 +UV Count: 3 + UV + UV + UV +Face 1862 +UV Count: 3 + UV + UV + UV +Face 1863 +UV Count: 3 + UV + UV + UV +Face 1864 +UV Count: 3 + UV + UV + UV +Face 1865 +UV Count: 3 + UV + UV + UV +Face 1866 +UV Count: 3 + UV + UV + UV +Face 1867 +UV Count: 3 + UV + UV + UV +Face 1868 +UV Count: 3 + UV + UV + UV +Face 1869 +UV Count: 3 + UV + UV + UV +Face 1870 +UV Count: 3 + UV + UV + UV +Face 1871 +UV Count: 3 + UV + UV + UV +Face 1872 +UV Count: 3 + UV + UV + UV +Face 1873 +UV Count: 3 + UV + UV + UV +Face 1874 +UV Count: 3 + UV + UV + UV +Face 1875 +UV Count: 3 + UV + UV + UV +Face 1876 +UV Count: 3 + UV + UV + UV +Face 1877 +UV Count: 3 + UV + UV + UV +Face 1878 +UV Count: 3 + UV + UV + UV +Face 1879 +UV Count: 3 + UV + UV + UV +Face 1880 +UV Count: 3 + UV + UV + UV +Face 1881 +UV Count: 3 + UV + UV + UV +Face 1882 +UV Count: 3 + UV + UV + UV +Face 1883 +UV Count: 3 + UV + UV + UV +Face 1884 +UV Count: 3 + UV + UV + UV +Face 1885 +UV Count: 3 + UV + UV + UV +Face 1886 +UV Count: 3 + UV + UV + UV +Face 1887 +UV Count: 3 + UV + UV + UV +Face 1888 +UV Count: 3 + UV + UV + UV +Face 1889 +UV Count: 3 + UV + UV + UV +Face 1890 +UV Count: 3 + UV + UV + UV +Face 1891 +UV Count: 3 + UV + UV + UV +Face 1892 +UV Count: 3 + UV + UV + UV +Face 1893 +UV Count: 3 + UV + UV + UV +Face 1894 +UV Count: 3 + UV + UV + UV +Face 1895 +UV Count: 3 + UV + UV + UV +Face 1896 +UV Count: 3 + UV + UV + UV +Face 1897 +UV Count: 3 + UV + UV + UV +Face 1898 +UV Count: 3 + UV + UV + UV +Face 1899 +UV Count: 3 + UV + UV + UV +Face 1900 +UV Count: 3 + UV + UV + UV +Face 1901 +UV Count: 3 + UV + UV + UV +Face 1902 +UV Count: 3 + UV + UV + UV +Face 1903 +UV Count: 3 + UV + UV + UV +Face 1904 +UV Count: 3 + UV + UV + UV +Face 1905 +UV Count: 3 + UV + UV + UV +Face 1906 +UV Count: 3 + UV + UV + UV +Face 1907 +UV Count: 3 + UV + UV + UV +Face 1908 +UV Count: 3 + UV + UV + UV +Face 1909 +UV Count: 3 + UV + UV + UV +Face 1910 +UV Count: 3 + UV + UV + UV +Face 1911 +UV Count: 3 + UV + UV + UV +Face 1912 +UV Count: 3 + UV + UV + UV +Face 1913 +UV Count: 3 + UV + UV + UV +Face 1914 +UV Count: 3 + UV + UV + UV +Face 1915 +UV Count: 3 + UV + UV + UV +Face 1916 +UV Count: 3 + UV + UV + UV +Face 1917 +UV Count: 3 + UV + UV + UV +Face 1918 +UV Count: 3 + UV + UV + UV +Face 1919 +UV Count: 3 + UV + UV + UV +Face 1920 +UV Count: 3 + UV + UV + UV +Face 1921 +UV Count: 3 + UV + UV + UV +Face 1922 +UV Count: 3 + UV + UV + UV +Face 1923 +UV Count: 3 + UV + UV + UV +Face 1924 +UV Count: 3 + UV + UV + UV +Face 1925 +UV Count: 3 + UV + UV + UV +Face 1926 +UV Count: 3 + UV + UV + UV +Face 1927 +UV Count: 3 + UV + UV + UV +Face 1928 +UV Count: 3 + UV + UV + UV +Face 1929 +UV Count: 3 + UV + UV + UV +Face 1930 +UV Count: 3 + UV + UV + UV +Face 1931 +UV Count: 3 + UV + UV + UV +Face 1932 +UV Count: 3 + UV + UV + UV +Face 1933 +UV Count: 3 + UV + UV + UV +Face 1934 +UV Count: 3 + UV + UV + UV +Face 1935 +UV Count: 3 + UV + UV + UV +Face 1936 +UV Count: 3 + UV + UV + UV +Face 1937 +UV Count: 3 + UV + UV + UV +Face 1938 +UV Count: 3 + UV + UV + UV +Face 1939 +UV Count: 3 + UV + UV + UV +Face 1940 +UV Count: 3 + UV + UV + UV +Face 1941 +UV Count: 3 + UV + UV + UV +Face 1942 +UV Count: 3 + UV + UV + UV +Face 1943 +UV Count: 3 + UV + UV + UV +Face 1944 +UV Count: 3 + UV + UV + UV +Face 1945 +UV Count: 3 + UV + UV + UV +Face 1946 +UV Count: 3 + UV + UV + UV +Face 1947 +UV Count: 3 + UV + UV + UV +Face 1948 +UV Count: 3 + UV + UV + UV +Face 1949 +UV Count: 3 + UV + UV + UV +Face 1950 +UV Count: 3 + UV + UV + UV +Face 1951 +UV Count: 3 + UV + UV + UV +Face 1952 +UV Count: 3 + UV + UV + UV +Face 1953 +UV Count: 3 + UV + UV + UV +Face 1954 +UV Count: 3 + UV + UV + UV +Face 1955 +UV Count: 3 + UV + UV + UV +Face 1956 +UV Count: 3 + UV + UV + UV +Face 1957 +UV Count: 3 + UV + UV + UV +Face 1958 +UV Count: 3 + UV + UV + UV +Face 1959 +UV Count: 3 + UV + UV + UV +Face 1960 +UV Count: 3 + UV + UV + UV +Face 1961 +UV Count: 3 + UV + UV + UV +Face 1962 +UV Count: 3 + UV + UV + UV +Face 1963 +UV Count: 3 + UV + UV + UV +Face 1964 +UV Count: 3 + UV + UV + UV +Face 1965 +UV Count: 3 + UV + UV + UV +Face 1966 +UV Count: 3 + UV + UV + UV +Face 1967 +UV Count: 3 + UV + UV + UV +Face 1968 +UV Count: 3 + UV + UV + UV +Face 1969 +UV Count: 3 + UV + UV + UV +Face 1970 +UV Count: 3 + UV + UV + UV +Face 1971 +UV Count: 3 + UV + UV + UV +Face 1972 +UV Count: 3 + UV + UV + UV +Face 1973 +UV Count: 3 + UV + UV + UV +Face 1974 +UV Count: 3 + UV + UV + UV +Face 1975 +UV Count: 3 + UV + UV + UV +Face 1976 +UV Count: 3 + UV + UV + UV +Face 1977 +UV Count: 3 + UV + UV + UV +Face 1978 +UV Count: 3 + UV + UV + UV +Face 1979 +UV Count: 3 + UV + UV + UV +Face 1980 +UV Count: 3 + UV + UV + UV +Face 1981 +UV Count: 3 + UV + UV + UV +Face 1982 +UV Count: 3 + UV + UV + UV +Face 1983 +UV Count: 3 + UV + UV + UV +Face 1984 +UV Count: 3 + UV + UV + UV +Face 1985 +UV Count: 3 + UV + UV + UV +Face 1986 +UV Count: 3 + UV + UV + UV +Face 1987 +UV Count: 3 + UV + UV + UV +Face 1988 +UV Count: 3 + UV + UV + UV +Face 1989 +UV Count: 3 + UV + UV + UV +Face 1990 +UV Count: 3 + UV + UV + UV +Face 1991 +UV Count: 3 + UV + UV + UV +Face 1992 +UV Count: 3 + UV + UV + UV +Face 1993 +UV Count: 3 + UV + UV + UV +Face 1994 +UV Count: 3 + UV + UV + UV +Face 1995 +UV Count: 3 + UV + UV + UV +Face 1996 +UV Count: 3 + UV + UV + UV +Face 1997 +UV Count: 3 + UV + UV + UV +Face 1998 +UV Count: 3 + UV + UV + UV +Face 1999 +UV Count: 3 + UV + UV + UV +Face 2000 +UV Count: 3 + UV + UV + UV +Face 2001 +UV Count: 3 + UV + UV + UV +Face 2002 +UV Count: 3 + UV + UV + UV +Face 2003 +UV Count: 3 + UV + UV + UV +Face 2004 +UV Count: 3 + UV + UV + UV +Face 2005 +UV Count: 3 + UV + UV + UV +Face 2006 +UV Count: 3 + UV + UV + UV +Face 2007 +UV Count: 3 + UV + UV + UV +Face 2008 +UV Count: 3 + UV + UV + UV +Face 2009 +UV Count: 3 + UV + UV + UV +Face 2010 +UV Count: 3 + UV + UV + UV +Face 2011 +UV Count: 3 + UV + UV + UV +Face 2012 +UV Count: 3 + UV + UV + UV +Face 2013 +UV Count: 3 + UV + UV + UV +Face 2014 +UV Count: 3 + UV + UV + UV +Face 2015 +UV Count: 3 + UV + UV + UV +Face 2016 +UV Count: 3 + UV + UV + UV +Face 2017 +UV Count: 3 + UV + UV + UV +Face 2018 +UV Count: 3 + UV + UV + UV +Face 2019 +UV Count: 3 + UV + UV + UV +Face 2020 +UV Count: 3 + UV + UV + UV +Face 2021 +UV Count: 3 + UV + UV + UV +Face 2022 +UV Count: 3 + UV + UV + UV +Face 2023 +UV Count: 3 + UV + UV + UV +Face 2024 +UV Count: 3 + UV + UV + UV +Face 2025 +UV Count: 3 + UV + UV + UV +Face 2026 +UV Count: 3 + UV + UV + UV +Face 2027 +UV Count: 3 + UV + UV + UV +Face 2028 +UV Count: 3 + UV + UV + UV +Face 2029 +UV Count: 3 + UV + UV + UV +Face 2030 +UV Count: 3 + UV + UV + UV +Face 2031 +UV Count: 3 + UV + UV + UV +Face 2032 +UV Count: 3 + UV + UV + UV +Face 2033 +UV Count: 3 + UV + UV + UV +Face 2034 +UV Count: 3 + UV + UV + UV +Face 2035 +UV Count: 3 + UV + UV + UV +Face 2036 +UV Count: 3 + UV + UV + UV +Face 2037 +UV Count: 3 + UV + UV + UV +Face 2038 +UV Count: 3 + UV + UV + UV +Face 2039 +UV Count: 3 + UV + UV + UV +Face 2040 +UV Count: 3 + UV + UV + UV +Face 2041 +UV Count: 3 + UV + UV + UV +Face 2042 +UV Count: 3 + UV + UV + UV +Face 2043 +UV Count: 3 + UV + UV + UV +Face 2044 +UV Count: 3 + UV + UV + UV +Face 2045 +UV Count: 3 + UV + UV + UV +Face 2046 +UV Count: 3 + UV + UV + UV +Face 2047 +UV Count: 3 + UV + UV + UV +Face 2048 +UV Count: 3 + UV + UV + UV +Face 2049 +UV Count: 3 + UV + UV + UV +Face 2050 +UV Count: 3 + UV + UV + UV +Face 2051 +UV Count: 3 + UV + UV + UV +Face 2052 +UV Count: 3 + UV + UV + UV +Face 2053 +UV Count: 3 + UV + UV + UV +Face 2054 +UV Count: 3 + UV + UV + UV +Face 2055 +UV Count: 3 + UV + UV + UV +Face 2056 +UV Count: 3 + UV + UV + UV +Face 2057 +UV Count: 3 + UV + UV + UV +Face 2058 +UV Count: 3 + UV + UV + UV +Face 2059 +UV Count: 3 + UV + UV + UV +Face 2060 +UV Count: 3 + UV + UV + UV +Face 2061 +UV Count: 3 + UV + UV + UV +Face 2062 +UV Count: 3 + UV + UV + UV +Face 2063 +UV Count: 3 + UV + UV + UV +Face 2064 +UV Count: 3 + UV + UV + UV +Face 2065 +UV Count: 3 + UV + UV + UV +Face 2066 +UV Count: 3 + UV + UV + UV +Face 2067 +UV Count: 3 + UV + UV + UV +Face 2068 +UV Count: 3 + UV + UV + UV +Face 2069 +UV Count: 3 + UV + UV + UV +Face 2070 +UV Count: 3 + UV + UV + UV +Face 2071 +UV Count: 3 + UV + UV + UV +Face 2072 +UV Count: 3 + UV + UV + UV +Face 2073 +UV Count: 3 + UV + UV + UV +Face 2074 +UV Count: 3 + UV + UV + UV +Face 2075 +UV Count: 3 + UV + UV + UV +Face 2076 +UV Count: 3 + UV + UV + UV +Face 2077 +UV Count: 3 + UV + UV + UV +Face 2078 +UV Count: 3 + UV + UV + UV +Face 2079 +UV Count: 3 + UV + UV + UV +Face 2080 +UV Count: 3 + UV + UV + UV +Face 2081 +UV Count: 3 + UV + UV + UV +Face 2082 +UV Count: 3 + UV + UV + UV +Face 2083 +UV Count: 3 + UV + UV + UV +Face 2084 +UV Count: 3 + UV + UV + UV +Face 2085 +UV Count: 3 + UV + UV + UV +Face 2086 +UV Count: 3 + UV + UV + UV +Face 2087 +UV Count: 3 + UV + UV + UV +Face 2088 +UV Count: 3 + UV + UV + UV +Face 2089 +UV Count: 3 + UV + UV + UV +Face 2090 +UV Count: 3 + UV + UV + UV +Face 2091 +UV Count: 3 + UV + UV + UV +Face 2092 +UV Count: 3 + UV + UV + UV +Face 2093 +UV Count: 3 + UV + UV + UV +Face 2094 +UV Count: 3 + UV + UV + UV +Face 2095 +UV Count: 3 + UV + UV + UV +Face 2096 +UV Count: 3 + UV + UV + UV +Face 2097 +UV Count: 3 + UV + UV + UV +Face 2098 +UV Count: 3 + UV + UV + UV +Face 2099 +UV Count: 3 + UV + UV + UV +Face 2100 +UV Count: 3 + UV + UV + UV +Face 2101 +UV Count: 3 + UV + UV + UV +Face 2102 +UV Count: 3 + UV + UV + UV +Face 2103 +UV Count: 3 + UV + UV + UV +Face 2104 +UV Count: 3 + UV + UV + UV +Face 2105 +UV Count: 3 + UV + UV + UV +Face 2106 +UV Count: 3 + UV + UV + UV +Face 2107 +UV Count: 3 + UV + UV + UV +Face 2108 +UV Count: 3 + UV + UV + UV +Face 2109 +UV Count: 3 + UV + UV + UV +Face 2110 +UV Count: 3 + UV + UV + UV +Face 2111 +UV Count: 3 + UV + UV + UV +Face 2112 +UV Count: 3 + UV + UV + UV +Face 2113 +UV Count: 3 + UV + UV + UV +Face 2114 +UV Count: 3 + UV + UV + UV +Face 2115 +UV Count: 3 + UV + UV + UV +Face 2116 +UV Count: 3 + UV + UV + UV +Face 2117 +UV Count: 3 + UV + UV + UV +Face 2118 +UV Count: 3 + UV + UV + UV +Face 2119 +UV Count: 3 + UV + UV + UV +Face 2120 +UV Count: 3 + UV + UV + UV +Face 2121 +UV Count: 3 + UV + UV + UV +Face 2122 +UV Count: 3 + UV + UV + UV +Face 2123 +UV Count: 3 + UV + UV + UV +Face 2124 +UV Count: 3 + UV + UV + UV +Face 2125 +UV Count: 3 + UV + UV + UV +Face 2126 +UV Count: 3 + UV + UV + UV +Face 2127 +UV Count: 3 + UV + UV + UV +Face 2128 +UV Count: 3 + UV + UV + UV +Face 2129 +UV Count: 3 + UV + UV + UV +Face 2130 +UV Count: 3 + UV + UV + UV +Face 2131 +UV Count: 3 + UV + UV + UV +Face 2132 +UV Count: 3 + UV + UV + UV +Face 2133 +UV Count: 3 + UV + UV + UV +Face 2134 +UV Count: 3 + UV + UV + UV +Face 2135 +UV Count: 3 + UV + UV + UV +Face 2136 +UV Count: 3 + UV + UV + UV +Face 2137 +UV Count: 3 + UV + UV + UV +Face 2138 +UV Count: 3 + UV + UV + UV +Face 2139 +UV Count: 3 + UV + UV + UV +Face 2140 +UV Count: 3 + UV + UV + UV +Face 2141 +UV Count: 3 + UV + UV + UV +Face 2142 +UV Count: 3 + UV + UV + UV +Face 2143 +UV Count: 3 + UV + UV + UV +Face 2144 +UV Count: 3 + UV + UV + UV +Face 2145 +UV Count: 3 + UV + UV + UV +Face 2146 +UV Count: 3 + UV + UV + UV +Face 2147 +UV Count: 3 + UV + UV + UV +Face 2148 +UV Count: 3 + UV + UV + UV +Face 2149 +UV Count: 3 + UV + UV + UV +Face 2150 +UV Count: 3 + UV + UV + UV +Face 2151 +UV Count: 3 + UV + UV + UV +Face 2152 +UV Count: 3 + UV + UV + UV +Face 2153 +UV Count: 3 + UV + UV + UV +Face 2154 +UV Count: 3 + UV + UV + UV +Face 2155 +UV Count: 3 + UV + UV + UV +Face 2156 +UV Count: 3 + UV + UV + UV +Face 2157 +UV Count: 3 + UV + UV + UV +Face 2158 +UV Count: 3 + UV + UV + UV +Face 2159 +UV Count: 3 + UV + UV + UV +Face 2160 +UV Count: 3 + UV + UV + UV +Face 2161 +UV Count: 3 + UV + UV + UV +Face 2162 +UV Count: 3 + UV + UV + UV +Face 2163 +UV Count: 3 + UV + UV + UV +Face 2164 +UV Count: 3 + UV + UV + UV +Face 2165 +UV Count: 3 + UV + UV + UV +Face 2166 +UV Count: 3 + UV + UV + UV +Face 2167 +UV Count: 3 + UV + UV + UV +Face 2168 +UV Count: 3 + UV + UV + UV +Face 2169 +UV Count: 3 + UV + UV + UV +Face 2170 +UV Count: 3 + UV + UV + UV +Face 2171 +UV Count: 3 + UV + UV + UV +Face 2172 +UV Count: 3 + UV + UV + UV +Face 2173 +UV Count: 3 + UV + UV + UV +Face 2174 +UV Count: 3 + UV + UV + UV +Face 2175 +UV Count: 3 + UV + UV + UV +Face 2176 +UV Count: 3 + UV + UV + UV +Face 2177 +UV Count: 3 + UV + UV + UV +Face 2178 +UV Count: 3 + UV + UV + UV +Face 2179 +UV Count: 3 + UV + UV + UV +Face 2180 +UV Count: 3 + UV + UV + UV +Face 2181 +UV Count: 3 + UV + UV + UV +Face 2182 +UV Count: 3 + UV + UV + UV +Face 2183 +UV Count: 3 + UV + UV + UV +Face 2184 +UV Count: 3 + UV + UV + UV +Face 2185 +UV Count: 3 + UV + UV + UV +Face 2186 +UV Count: 3 + UV + UV + UV +Face 2187 +UV Count: 3 + UV + UV + UV +Face 2188 +UV Count: 3 + UV + UV + UV +Face 2189 +UV Count: 3 + UV + UV + UV +Face 2190 +UV Count: 3 + UV + UV + UV +Face 2191 +UV Count: 3 + UV + UV + UV +Face 2192 +UV Count: 3 + UV + UV + UV +Face 2193 +UV Count: 3 + UV + UV + UV +Face 2194 +UV Count: 3 + UV + UV + UV +Face 2195 +UV Count: 3 + UV + UV + UV +Face 2196 +UV Count: 3 + UV + UV + UV +Face 2197 +UV Count: 3 + UV + UV + UV +Face 2198 +UV Count: 3 + UV + UV + UV +Face 2199 +UV Count: 3 + UV + UV + UV +Face 2200 +UV Count: 3 + UV + UV + UV +Face 2201 +UV Count: 3 + UV + UV + UV +Face 2202 +UV Count: 3 + UV + UV + UV +Face 2203 +UV Count: 3 + UV + UV + UV +Face 2204 +UV Count: 3 + UV + UV + UV +Face 2205 +UV Count: 3 + UV + UV + UV +Face 2206 +UV Count: 3 + UV + UV + UV +Face 2207 +UV Count: 3 + UV + UV + UV +Face 2208 +UV Count: 3 + UV + UV + UV +Face 2209 +UV Count: 3 + UV + UV + UV +Face 2210 +UV Count: 3 + UV + UV + UV +Face 2211 +UV Count: 3 + UV + UV + UV +Face 2212 +UV Count: 3 + UV + UV + UV +Face 2213 +UV Count: 3 + UV + UV + UV +Face 2214 +UV Count: 3 + UV + UV + UV +Face 2215 +UV Count: 3 + UV + UV + UV +Face 2216 +UV Count: 3 + UV + UV + UV +Face 2217 +UV Count: 3 + UV + UV + UV +Face 2218 +UV Count: 3 + UV + UV + UV +Face 2219 +UV Count: 3 + UV + UV + UV +Face 2220 +UV Count: 3 + UV + UV + UV +Face 2221 +UV Count: 3 + UV + UV + UV +Face 2222 +UV Count: 3 + UV + UV + UV +Face 2223 +UV Count: 3 + UV + UV + UV +Face 2224 +UV Count: 3 + UV + UV + UV +Face 2225 +UV Count: 3 + UV + UV + UV +Face 2226 +UV Count: 3 + UV + UV + UV +Face 2227 +UV Count: 3 + UV + UV + UV +Face 2228 +UV Count: 3 + UV + UV + UV +Face 2229 +UV Count: 3 + UV + UV + UV +Face 2230 +UV Count: 3 + UV + UV + UV +Face 2231 +UV Count: 3 + UV + UV + UV +Face 2232 +UV Count: 3 + UV + UV + UV +Face 2233 +UV Count: 3 + UV + UV + UV +Face 2234 +UV Count: 3 + UV + UV + UV +Face 2235 +UV Count: 3 + UV + UV + UV +Face 2236 +UV Count: 3 + UV + UV + UV +Face 2237 +UV Count: 3 + UV + UV + UV +Face 2238 +UV Count: 3 + UV + UV + UV +Face 2239 +UV Count: 3 + UV + UV + UV +Face 2240 +UV Count: 3 + UV + UV + UV +Face 2241 +UV Count: 3 + UV + UV + UV +Face 2242 +UV Count: 3 + UV + UV + UV +Face 2243 +UV Count: 3 + UV + UV + UV +Face 2244 +UV Count: 3 + UV + UV + UV +Face 2245 +UV Count: 3 + UV + UV + UV +Face 2246 +UV Count: 3 + UV + UV + UV +Face 2247 +UV Count: 3 + UV + UV + UV +Face 2248 +UV Count: 3 + UV + UV + UV +Face 2249 +UV Count: 3 + UV + UV + UV +Face 2250 +UV Count: 3 + UV + UV + UV +Face 2251 +UV Count: 3 + UV + UV + UV +Face 2252 +UV Count: 3 + UV + UV + UV +Face 2253 +UV Count: 3 + UV + UV + UV +Face 2254 +UV Count: 3 + UV + UV + UV +Face 2255 +UV Count: 3 + UV + UV + UV +Face 2256 +UV Count: 3 + UV + UV + UV +Face 2257 +UV Count: 3 + UV + UV + UV +Face 2258 +UV Count: 3 + UV + UV + UV +Face 2259 +UV Count: 3 + UV + UV + UV +Face 2260 +UV Count: 3 + UV + UV + UV +Face 2261 +UV Count: 3 + UV + UV + UV +Face 2262 +UV Count: 3 + UV + UV + UV +Face 2263 +UV Count: 3 + UV + UV + UV +Face 2264 +UV Count: 3 + UV + UV + UV +Face 2265 +UV Count: 3 + UV + UV + UV +Face 2266 +UV Count: 3 + UV + UV + UV +Face 2267 +UV Count: 3 + UV + UV + UV +Face 2268 +UV Count: 3 + UV + UV + UV +Face 2269 +UV Count: 3 + UV + UV + UV +Face 2270 +UV Count: 3 + UV + UV + UV +Face 2271 +UV Count: 3 + UV + UV + UV +Face 2272 +UV Count: 3 + UV + UV + UV +Face 2273 +UV Count: 3 + UV + UV + UV +Face 2274 +UV Count: 3 + UV + UV + UV +Face 2275 +UV Count: 3 + UV + UV + UV +Face 2276 +UV Count: 3 + UV + UV + UV +Face 2277 +UV Count: 3 + UV + UV + UV +Face 2278 +UV Count: 3 + UV + UV + UV +Face 2279 +UV Count: 3 + UV + UV + UV +Face 2280 +UV Count: 3 + UV + UV + UV +Face 2281 +UV Count: 3 + UV + UV + UV +Face 2282 +UV Count: 3 + UV + UV + UV +Face 2283 +UV Count: 3 + UV + UV + UV +Face 2284 +UV Count: 3 + UV + UV + UV +Face 2285 +UV Count: 3 + UV + UV + UV +Face 2286 +UV Count: 3 + UV + UV + UV +Face 2287 +UV Count: 3 + UV + UV + UV +Face 2288 +UV Count: 3 + UV + UV + UV +Face 2289 +UV Count: 3 + UV + UV + UV +Face 2290 +UV Count: 3 + UV + UV + UV +Face 2291 +UV Count: 3 + UV + UV + UV +Face 2292 +UV Count: 3 + UV + UV + UV +Face 2293 +UV Count: 3 + UV + UV + UV +Face 2294 +UV Count: 3 + UV + UV + UV +Face 2295 +UV Count: 3 + UV + UV + UV +Face 2296 +UV Count: 3 + UV + UV + UV +Face 2297 +UV Count: 3 + UV + UV + UV +Face 2298 +UV Count: 3 + UV + UV + UV +Face 2299 +UV Count: 3 + UV + UV + UV +Face 2300 +UV Count: 3 + UV + UV + UV +Face 2301 +UV Count: 3 + UV + UV + UV +Face 2302 +UV Count: 3 + UV + UV + UV +Face 2303 +UV Count: 3 + UV + UV + UV +Face 2304 +UV Count: 3 + UV + UV + UV +Face 2305 +UV Count: 3 + UV + UV + UV +Face 2306 +UV Count: 3 + UV + UV + UV +Face 2307 +UV Count: 3 + UV + UV + UV +Face 2308 +UV Count: 3 + UV + UV + UV +Face 2309 +UV Count: 3 + UV + UV + UV +Face 2310 +UV Count: 3 + UV + UV + UV +Face 2311 +UV Count: 3 + UV + UV + UV +Face 2312 +UV Count: 3 + UV + UV + UV +Face 2313 +UV Count: 3 + UV + UV + UV +Face 2314 +UV Count: 3 + UV + UV + UV +Face 2315 +UV Count: 3 + UV + UV + UV +Face 2316 +UV Count: 3 + UV + UV + UV +Face 2317 +UV Count: 3 + UV + UV + UV +Face 2318 +UV Count: 3 + UV + UV + UV +Face 2319 +UV Count: 3 + UV + UV + UV +Face 2320 +UV Count: 3 + UV + UV + UV +Face 2321 +UV Count: 3 + UV + UV + UV +Face 2322 +UV Count: 3 + UV + UV + UV +Face 2323 +UV Count: 3 + UV + UV + UV +Face 2324 +UV Count: 3 + UV + UV + UV +Face 2325 +UV Count: 3 + UV + UV + UV +Face 2326 +UV Count: 3 + UV + UV + UV +Face 2327 +UV Count: 3 + UV + UV + UV +Face 2328 +UV Count: 3 + UV + UV + UV +Face 2329 +UV Count: 3 + UV + UV + UV +Face 2330 +UV Count: 3 + UV + UV + UV +Face 2331 +UV Count: 3 + UV + UV + UV +Face 2332 +UV Count: 3 + UV + UV + UV +Face 2333 +UV Count: 3 + UV + UV + UV +Face 2334 +UV Count: 3 + UV + UV + UV +Face 2335 +UV Count: 3 + UV + UV + UV +Face 2336 +UV Count: 3 + UV + UV + UV +Face 2337 +UV Count: 3 + UV + UV + UV +Face 2338 +UV Count: 3 + UV + UV + UV +Face 2339 +UV Count: 3 + UV + UV + UV +Face 2340 +UV Count: 3 + UV + UV + UV +Face 2341 +UV Count: 3 + UV + UV + UV +Face 2342 +UV Count: 3 + UV + UV + UV +Face 2343 +UV Count: 3 + UV + UV + UV +Face 2344 +UV Count: 3 + UV + UV + UV +Face 2345 +UV Count: 3 + UV + UV + UV +Face 2346 +UV Count: 3 + UV + UV + UV +Face 2347 +UV Count: 3 + UV + UV + UV +Face 2348 +UV Count: 3 + UV + UV + UV +Face 2349 +UV Count: 3 + UV + UV + UV +Face 2350 +UV Count: 3 + UV + UV + UV +Face 2351 +UV Count: 3 + UV + UV + UV +Face 2352 +UV Count: 3 + UV + UV + UV +Face 2353 +UV Count: 3 + UV + UV + UV +Face 2354 +UV Count: 3 + UV + UV + UV +Face 2355 +UV Count: 3 + UV + UV + UV +Face 2356 +UV Count: 3 + UV + UV + UV +Face 2357 +UV Count: 3 + UV + UV + UV +Face 2358 +UV Count: 3 + UV + UV + UV +Face 2359 +UV Count: 3 + UV + UV + UV +Face 2360 +UV Count: 3 + UV + UV + UV +Face 2361 +UV Count: 3 + UV + UV + UV +Face 2362 +UV Count: 3 + UV + UV + UV +Face 2363 +UV Count: 3 + UV + UV + UV +Face 2364 +UV Count: 3 + UV + UV + UV +Face 2365 +UV Count: 3 + UV + UV + UV +Face 2366 +UV Count: 3 + UV + UV + UV +Face 2367 +UV Count: 3 + UV + UV + UV +Face 2368 +UV Count: 3 + UV + UV + UV +Face 2369 +UV Count: 3 + UV + UV + UV +Face 2370 +UV Count: 3 + UV + UV + UV +Face 2371 +UV Count: 3 + UV + UV + UV +Face 2372 +UV Count: 3 + UV + UV + UV +Face 2373 +UV Count: 3 + UV + UV + UV +Face 2374 +UV Count: 3 + UV + UV + UV +Face 2375 +UV Count: 3 + UV + UV + UV +Face 2376 +UV Count: 3 + UV + UV + UV +Face 2377 +UV Count: 3 + UV + UV + UV +Face 2378 +UV Count: 3 + UV + UV + UV +Face 2379 +UV Count: 3 + UV + UV + UV +Face 2380 +UV Count: 3 + UV + UV + UV +Face 2381 +UV Count: 3 + UV + UV + UV +Face 2382 +UV Count: 3 + UV + UV + UV +Face 2383 +UV Count: 3 + UV + UV + UV +Face 2384 +UV Count: 3 + UV + UV + UV +Face 2385 +UV Count: 3 + UV + UV + UV +Face 2386 +UV Count: 3 + UV + UV + UV +Face 2387 +UV Count: 3 + UV + UV + UV +Face 2388 +UV Count: 3 + UV + UV + UV +Face 2389 +UV Count: 3 + UV + UV + UV +Face 2390 +UV Count: 3 + UV + UV + UV +Face 2391 +UV Count: 3 + UV + UV + UV +Face 2392 +UV Count: 3 + UV + UV + UV +Face 2393 +UV Count: 3 + UV + UV + UV +Face 2394 +UV Count: 3 + UV + UV + UV +Face 2395 +UV Count: 3 + UV + UV + UV +Face 2396 +UV Count: 3 + UV + UV + UV +Face 2397 +UV Count: 3 + UV + UV + UV +Face 2398 +UV Count: 3 + UV + UV + UV +Face 2399 +UV Count: 3 + UV + UV + UV +Face 2400 +UV Count: 3 + UV + UV + UV +Face 2401 +UV Count: 3 + UV + UV + UV +Face 2402 +UV Count: 3 + UV + UV + UV +Face 2403 +UV Count: 3 + UV + UV + UV +Face 2404 +UV Count: 3 + UV + UV + UV +Face 2405 +UV Count: 3 + UV + UV + UV +Face 2406 +UV Count: 3 + UV + UV + UV +Face 2407 +UV Count: 3 + UV + UV + UV +Face 2408 +UV Count: 3 + UV + UV + UV +Face 2409 +UV Count: 3 + UV + UV + UV +Face 2410 +UV Count: 3 + UV + UV + UV +Face 2411 +UV Count: 3 + UV + UV + UV +Face 2412 +UV Count: 3 + UV + UV + UV +Face 2413 +UV Count: 3 + UV + UV + UV +Face 2414 +UV Count: 3 + UV + UV + UV +Face 2415 +UV Count: 3 + UV + UV + UV +Face 2416 +UV Count: 3 + UV + UV + UV +Face 2417 +UV Count: 3 + UV + UV + UV +Face 2418 +UV Count: 3 + UV + UV + UV +Face 2419 +UV Count: 3 + UV + UV + UV +Face 2420 +UV Count: 3 + UV + UV + UV +Face 2421 +UV Count: 3 + UV + UV + UV +Face 2422 +UV Count: 3 + UV + UV + UV +Face 2423 +UV Count: 3 + UV + UV + UV +Face 2424 +UV Count: 3 + UV + UV + UV +Face 2425 +UV Count: 3 + UV + UV + UV +Face 2426 +UV Count: 3 + UV + UV + UV +Face 2427 +UV Count: 3 + UV + UV + UV +Face 2428 +UV Count: 3 + UV + UV + UV +Face 2429 +UV Count: 3 + UV + UV + UV +Face 2430 +UV Count: 3 + UV + UV + UV +Face 2431 +UV Count: 3 + UV + UV + UV +Face 2432 +UV Count: 3 + UV + UV + UV +Face 2433 +UV Count: 3 + UV + UV + UV +Face 2434 +UV Count: 3 + UV + UV + UV +Face 2435 +UV Count: 3 + UV + UV + UV +Face 2436 +UV Count: 3 + UV + UV + UV +Face 2437 +UV Count: 3 + UV + UV + UV +Face 2438 +UV Count: 3 + UV + UV + UV +Face 2439 +UV Count: 3 + UV + UV + UV +Face 2440 +UV Count: 3 + UV + UV + UV +Face 2441 +UV Count: 3 + UV + UV + UV +Face 2442 +UV Count: 3 + UV + UV + UV +Face 2443 +UV Count: 3 + UV + UV + UV +Face 2444 +UV Count: 3 + UV + UV + UV +Face 2445 +UV Count: 3 + UV + UV + UV +Face 2446 +UV Count: 3 + UV + UV + UV +Face 2447 +UV Count: 3 + UV + UV + UV +Face 2448 +UV Count: 3 + UV + UV + UV +Face 2449 +UV Count: 3 + UV + UV + UV +Face 2450 +UV Count: 3 + UV + UV + UV +Face 2451 +UV Count: 3 + UV + UV + UV +Face 2452 +UV Count: 3 + UV + UV + UV +Face 2453 +UV Count: 3 + UV + UV + UV +Face 2454 +UV Count: 3 + UV + UV + UV +Face 2455 +UV Count: 3 + UV + UV + UV +Face 2456 +UV Count: 3 + UV + UV + UV +Face 2457 +UV Count: 3 + UV + UV + UV +Face 2458 +UV Count: 3 + UV + UV + UV +Face 2459 +UV Count: 3 + UV + UV + UV +Face 2460 +UV Count: 3 + UV + UV + UV +Face 2461 +UV Count: 3 + UV + UV + UV +Face 2462 +UV Count: 3 + UV + UV + UV +Face 2463 +UV Count: 3 + UV + UV + UV +Face 2464 +UV Count: 3 + UV + UV + UV +Face 2465 +UV Count: 3 + UV + UV + UV +Face 2466 +UV Count: 3 + UV + UV + UV +Face 2467 +UV Count: 3 + UV + UV + UV +Face 2468 +UV Count: 3 + UV + UV + UV +Face 2469 +UV Count: 3 + UV + UV + UV +Face 2470 +UV Count: 3 + UV + UV + UV +Face 2471 +UV Count: 3 + UV + UV + UV +Face 2472 +UV Count: 3 + UV + UV + UV +Face 2473 +UV Count: 3 + UV + UV + UV +Face 2474 +UV Count: 3 + UV + UV + UV +Face 2475 +UV Count: 3 + UV + UV + UV +Face 2476 +UV Count: 3 + UV + UV + UV +Face 2477 +UV Count: 3 + UV + UV + UV +Face 2478 +UV Count: 3 + UV + UV + UV +Face 2479 +UV Count: 3 + UV + UV + UV +Face 2480 +UV Count: 3 + UV + UV + UV +Face 2481 +UV Count: 3 + UV + UV + UV +Face 2482 +UV Count: 3 + UV + UV + UV +Face 2483 +UV Count: 3 + UV + UV + UV +Face 2484 +UV Count: 3 + UV + UV + UV +Face 2485 +UV Count: 3 + UV + UV + UV +Face 2486 +UV Count: 3 + UV + UV + UV +Face 2487 +UV Count: 3 + UV + UV + UV +Face 2488 +UV Count: 3 + UV + UV + UV +Face 2489 +UV Count: 3 + UV + UV + UV +Face 2490 +UV Count: 3 + UV + UV + UV +Face 2491 +UV Count: 3 + UV + UV + UV +Face 2492 +UV Count: 3 + UV + UV + UV +Face 2493 +UV Count: 3 + UV + UV + UV +Face 2494 +UV Count: 3 + UV + UV + UV +Face 2495 +UV Count: 3 + UV + UV + UV +Face 2496 +UV Count: 3 + UV + UV + UV +Face 2497 +UV Count: 3 + UV + UV + UV +Face 2498 +UV Count: 3 + UV + UV + UV +Face 2499 +UV Count: 3 + UV + UV + UV +Face 2500 +UV Count: 3 + UV + UV + UV +Face 2501 +UV Count: 3 + UV + UV + UV +Face 2502 +UV Count: 3 + UV + UV + UV +Face 2503 +UV Count: 3 + UV + UV + UV +Face 2504 +UV Count: 3 + UV + UV + UV +Face 2505 +UV Count: 3 + UV + UV + UV +Face 2506 +UV Count: 3 + UV + UV + UV +Face 2507 +UV Count: 3 + UV + UV + UV +Face 2508 +UV Count: 3 + UV + UV + UV +Face 2509 +UV Count: 3 + UV + UV + UV +Face 2510 +UV Count: 3 + UV + UV + UV +Face 2511 +UV Count: 3 + UV + UV + UV +Face 2512 +UV Count: 3 + UV + UV + UV +Face 2513 +UV Count: 3 + UV + UV + UV +Face 2514 +UV Count: 3 + UV + UV + UV +Face 2515 +UV Count: 3 + UV + UV + UV +Face 2516 +UV Count: 3 + UV + UV + UV +Face 2517 +UV Count: 3 + UV + UV + UV +Face 2518 +UV Count: 3 + UV + UV + UV +Face 2519 +UV Count: 3 + UV + UV + UV +Face 2520 +UV Count: 3 + UV + UV + UV +Face 2521 +UV Count: 3 + UV + UV + UV +Face 2522 +UV Count: 3 + UV + UV + UV +Face 2523 +UV Count: 3 + UV + UV + UV +Face 2524 +UV Count: 3 + UV + UV + UV +Face 2525 +UV Count: 3 + UV + UV + UV +Face 2526 +UV Count: 3 + UV + UV + UV +Face 2527 +UV Count: 3 + UV + UV + UV +Face 2528 +UV Count: 3 + UV + UV + UV +Face 2529 +UV Count: 3 + UV + UV + UV +Face 2530 +UV Count: 3 + UV + UV + UV +Face 2531 +UV Count: 3 + UV + UV + UV +Face 2532 +UV Count: 3 + UV + UV + UV +Face 2533 +UV Count: 3 + UV + UV + UV +Face 2534 +UV Count: 3 + UV + UV + UV +Face 2535 +UV Count: 3 + UV + UV + UV +Face 2536 +UV Count: 3 + UV + UV + UV +Face 2537 +UV Count: 3 + UV + UV + UV +Face 2538 +UV Count: 3 + UV + UV + UV +Face 2539 +UV Count: 3 + UV + UV + UV +Face 2540 +UV Count: 3 + UV + UV + UV +Face 2541 +UV Count: 3 + UV + UV + UV +Face 2542 +UV Count: 3 + UV + UV + UV +Face 2543 +UV Count: 3 + UV + UV + UV +Face 2544 +UV Count: 3 + UV + UV + UV +Face 2545 +UV Count: 3 + UV + UV + UV +Face 2546 +UV Count: 3 + UV + UV + UV +Face 2547 +UV Count: 3 + UV + UV + UV +Face 2548 +UV Count: 3 + UV + UV + UV +Face 2549 +UV Count: 3 + UV + UV + UV +Face 2550 +UV Count: 3 + UV + UV + UV +Face 2551 +UV Count: 3 + UV + UV + UV +Face 2552 +UV Count: 3 + UV + UV + UV +Face 2553 +UV Count: 3 + UV + UV + UV +Face 2554 +UV Count: 3 + UV + UV + UV +Face 2555 +UV Count: 3 + UV + UV + UV +Face 2556 +UV Count: 3 + UV + UV + UV +Face 2557 +UV Count: 3 + UV + UV + UV +Face 2558 +UV Count: 3 + UV + UV + UV +Face 2559 +UV Count: 3 + UV + UV + UV +Face 2560 +UV Count: 3 + UV + UV + UV +Face 2561 +UV Count: 3 + UV + UV + UV +Face 2562 +UV Count: 3 + UV + UV + UV +Face 2563 +UV Count: 3 + UV + UV + UV +Face 2564 +UV Count: 3 + UV + UV + UV +Face 2565 +UV Count: 3 + UV + UV + UV +Face 2566 +UV Count: 3 + UV + UV + UV +Face 2567 +UV Count: 3 + UV + UV + UV +Face 2568 +UV Count: 3 + UV + UV + UV +Face 2569 +UV Count: 3 + UV + UV + UV +Face 2570 +UV Count: 3 + UV + UV + UV +Face 2571 +UV Count: 3 + UV + UV + UV +Face 2572 +UV Count: 3 + UV + UV + UV +Face 2573 +UV Count: 3 + UV + UV + UV +Face 2574 +UV Count: 3 + UV + UV + UV +Face 2575 +UV Count: 3 + UV + UV + UV +Face 2576 +UV Count: 3 + UV + UV + UV +Face 2577 +UV Count: 3 + UV + UV + UV +Face 2578 +UV Count: 3 + UV + UV + UV +Face 2579 +UV Count: 3 + UV + UV + UV +Face 2580 +UV Count: 3 + UV + UV + UV +Face 2581 +UV Count: 3 + UV + UV + UV +Face 2582 +UV Count: 3 + UV + UV + UV +Face 2583 +UV Count: 3 + UV + UV + UV +Face 2584 +UV Count: 3 + UV + UV + UV +Face 2585 +UV Count: 3 + UV + UV + UV +Face 2586 +UV Count: 3 + UV + UV + UV +Face 2587 +UV Count: 3 + UV + UV + UV +Face 2588 +UV Count: 3 + UV + UV + UV +Face 2589 +UV Count: 3 + UV + UV + UV +Face 2590 +UV Count: 3 + UV + UV + UV +Face 2591 +UV Count: 3 + UV + UV + UV +Face 2592 +UV Count: 3 + UV + UV + UV +Face 2593 +UV Count: 3 + UV + UV + UV +Face 2594 +UV Count: 3 + UV + UV + UV +Face 2595 +UV Count: 3 + UV + UV + UV +Face 2596 +UV Count: 3 + UV + UV + UV +Face 2597 +UV Count: 3 + UV + UV + UV +Face 2598 +UV Count: 3 + UV + UV + UV +Face 2599 +UV Count: 3 + UV + UV + UV +Face 2600 +UV Count: 3 + UV + UV + UV +Face 2601 +UV Count: 3 + UV + UV + UV +Face 2602 +UV Count: 3 + UV + UV + UV +Face 2603 +UV Count: 3 + UV + UV + UV +Face 2604 +UV Count: 3 + UV + UV + UV +Face 2605 +UV Count: 3 + UV + UV + UV +Face 2606 +UV Count: 3 + UV + UV + UV +Face 2607 +UV Count: 3 + UV + UV + UV +Face 2608 +UV Count: 3 + UV + UV + UV +Face 2609 +UV Count: 3 + UV + UV + UV +Face 2610 +UV Count: 3 + UV + UV + UV +Face 2611 +UV Count: 3 + UV + UV + UV +Face 2612 +UV Count: 3 + UV + UV + UV +Face 2613 +UV Count: 3 + UV + UV + UV +Face 2614 +UV Count: 3 + UV + UV + UV +Face 2615 +UV Count: 3 + UV + UV + UV +Face 2616 +UV Count: 3 + UV + UV + UV +Face 2617 +UV Count: 3 + UV + UV + UV +Face 2618 +UV Count: 3 + UV + UV + UV +Face 2619 +UV Count: 3 + UV + UV + UV +Face 2620 +UV Count: 3 + UV + UV + UV +Face 2621 +UV Count: 3 + UV + UV + UV +Face 2622 +UV Count: 3 + UV + UV + UV +Face 2623 +UV Count: 3 + UV + UV + UV +Face 2624 +UV Count: 3 + UV + UV + UV +Face 2625 +UV Count: 3 + UV + UV + UV +Face 2626 +UV Count: 3 + UV + UV + UV +Face 2627 +UV Count: 3 + UV + UV + UV +Face 2628 +UV Count: 3 + UV + UV + UV +Face 2629 +UV Count: 3 + UV + UV + UV +Face 2630 +UV Count: 3 + UV + UV + UV +Face 2631 +UV Count: 3 + UV + UV + UV +Face 2632 +UV Count: 3 + UV + UV + UV +Face 2633 +UV Count: 3 + UV + UV + UV +Face 2634 +UV Count: 3 + UV + UV + UV +Face 2635 +UV Count: 3 + UV + UV + UV +Face 2636 +UV Count: 3 + UV + UV + UV +Face 2637 +UV Count: 3 + UV + UV + UV +Face 2638 +UV Count: 3 + UV + UV + UV +Face 2639 +UV Count: 3 + UV + UV + UV +Face 2640 +UV Count: 3 + UV + UV + UV +Face 2641 +UV Count: 3 + UV + UV + UV +Face 2642 +UV Count: 3 + UV + UV + UV +Face 2643 +UV Count: 3 + UV + UV + UV +Face 2644 +UV Count: 3 + UV + UV + UV +Face 2645 +UV Count: 3 + UV + UV + UV +Face 2646 +UV Count: 3 + UV + UV + UV +Face 2647 +UV Count: 3 + UV + UV + UV +Face 2648 +UV Count: 3 + UV + UV + UV +Face 2649 +UV Count: 3 + UV + UV + UV +Face 2650 +UV Count: 3 + UV + UV + UV +Face 2651 +UV Count: 3 + UV + UV + UV +Face 2652 +UV Count: 3 + UV + UV + UV +Face 2653 +UV Count: 3 + UV + UV + UV +Face 2654 +UV Count: 3 + UV + UV + UV +Face 2655 +UV Count: 3 + UV + UV + UV +Face 2656 +UV Count: 3 + UV + UV + UV +Face 2657 +UV Count: 3 + UV + UV + UV +Face 2658 +UV Count: 3 + UV + UV + UV +Face 2659 +UV Count: 3 + UV + UV + UV +Face 2660 +UV Count: 3 + UV + UV + UV +Face 2661 +UV Count: 3 + UV + UV + UV +Face 2662 +UV Count: 3 + UV + UV + UV +Face 2663 +UV Count: 3 + UV + UV + UV +Face 2664 +UV Count: 3 + UV + UV + UV +Face 2665 +UV Count: 3 + UV + UV + UV +Face 2666 +UV Count: 3 + UV + UV + UV +Face 2667 +UV Count: 3 + UV + UV + UV +Face 2668 +UV Count: 3 + UV + UV + UV +Face 2669 +UV Count: 3 + UV + UV + UV +Face 2670 +UV Count: 3 + UV + UV + UV +Face 2671 +UV Count: 3 + UV + UV + UV +Face 2672 +UV Count: 3 + UV + UV + UV +Face 2673 +UV Count: 3 + UV + UV + UV +Face 2674 +UV Count: 3 + UV + UV + UV +Face 2675 +UV Count: 3 + UV + UV + UV +Face 2676 +UV Count: 3 + UV + UV + UV +Face 2677 +UV Count: 3 + UV + UV + UV +Face 2678 +UV Count: 3 + UV + UV + UV +Face 2679 +UV Count: 3 + UV + UV + UV +Face 2680 +UV Count: 3 + UV + UV + UV +Face 2681 +UV Count: 3 + UV + UV + UV +Face 2682 +UV Count: 3 + UV + UV + UV +Face 2683 +UV Count: 3 + UV + UV + UV +Face 2684 +UV Count: 3 + UV + UV + UV +Face 2685 +UV Count: 3 + UV + UV + UV +Face 2686 +UV Count: 3 + UV + UV + UV +Face 2687 +UV Count: 3 + UV + UV + UV +Face 2688 +UV Count: 3 + UV + UV + UV +Face 2689 +UV Count: 3 + UV + UV + UV +Face 2690 +UV Count: 3 + UV + UV + UV +Face 2691 +UV Count: 3 + UV + UV + UV +Face 2692 +UV Count: 3 + UV + UV + UV +Face 2693 +UV Count: 3 + UV + UV + UV +Face 2694 +UV Count: 3 + UV + UV + UV +Face 2695 +UV Count: 3 + UV + UV + UV +Face 2696 +UV Count: 3 + UV + UV + UV +Face 2697 +UV Count: 3 + UV + UV + UV +Face 2698 +UV Count: 3 + UV + UV + UV +Face 2699 +UV Count: 3 + UV + UV + UV +Face 2700 +UV Count: 3 + UV + UV + UV +Face 2701 +UV Count: 3 + UV + UV + UV +Face 2702 +UV Count: 3 + UV + UV + UV +Face 2703 +UV Count: 3 + UV + UV + UV +Face 2704 +UV Count: 3 + UV + UV + UV +Face 2705 +UV Count: 3 + UV + UV + UV +Face 2706 +UV Count: 3 + UV + UV + UV +Face 2707 +UV Count: 3 + UV + UV + UV +Face 2708 +UV Count: 3 + UV + UV + UV +Face 2709 +UV Count: 3 + UV + UV + UV +Face 2710 +UV Count: 3 + UV + UV + UV +Face 2711 +UV Count: 3 + UV + UV + UV +Face 2712 +UV Count: 3 + UV + UV + UV +Face 2713 +UV Count: 3 + UV + UV + UV +Face 2714 +UV Count: 3 + UV + UV + UV +Face 2715 +UV Count: 3 + UV + UV + UV +Face 2716 +UV Count: 3 + UV + UV + UV +Face 2717 +UV Count: 3 + UV + UV + UV +Face 2718 +UV Count: 3 + UV + UV + UV +Face 2719 +UV Count: 3 + UV + UV + UV +Face 2720 +UV Count: 3 + UV + UV + UV +Face 2721 +UV Count: 3 + UV + UV + UV +Face 2722 +UV Count: 3 + UV + UV + UV +Face 2723 +UV Count: 3 + UV + UV + UV +Face 2724 +UV Count: 3 + UV + UV + UV +Face 2725 +UV Count: 3 + UV + UV + UV +Face 2726 +UV Count: 3 + UV + UV + UV +Face 2727 +UV Count: 3 + UV + UV + UV +Face 2728 +UV Count: 3 + UV + UV + UV +Face 2729 +UV Count: 3 + UV + UV + UV +Face 2730 +UV Count: 3 + UV + UV + UV +Face 2731 +UV Count: 3 + UV + UV + UV +Face 2732 +UV Count: 3 + UV + UV + UV +Face 2733 +UV Count: 3 + UV + UV + UV +Face 2734 +UV Count: 3 + UV + UV + UV +Face 2735 +UV Count: 3 + UV + UV + UV +Face 2736 +UV Count: 3 + UV + UV + UV +Face 2737 +UV Count: 3 + UV + UV + UV +Face 2738 +UV Count: 3 + UV + UV + UV +Face 2739 +UV Count: 3 + UV + UV + UV +Face 2740 +UV Count: 3 + UV + UV + UV +Face 2741 +UV Count: 3 + UV + UV + UV +Face 2742 +UV Count: 3 + UV + UV + UV +Face 2743 +UV Count: 3 + UV + UV + UV +Face 2744 +UV Count: 3 + UV + UV + UV +Face 2745 +UV Count: 3 + UV + UV + UV +Face 2746 +UV Count: 3 + UV + UV + UV +Face 2747 +UV Count: 3 + UV + UV + UV +Face 2748 +UV Count: 3 + UV + UV + UV +Face 2749 +UV Count: 3 + UV + UV + UV +Face 2750 +UV Count: 3 + UV + UV + UV +Face 2751 +UV Count: 3 + UV + UV + UV +Face 2752 +UV Count: 3 + UV + UV + UV +Face 2753 +UV Count: 3 + UV + UV + UV +Face 2754 +UV Count: 3 + UV + UV + UV +Face 2755 +UV Count: 3 + UV + UV + UV +Face 2756 +UV Count: 3 + UV + UV + UV +Face 2757 +UV Count: 3 + UV + UV + UV +Face 2758 +UV Count: 3 + UV + UV + UV +Face 2759 +UV Count: 3 + UV + UV + UV +Face 2760 +UV Count: 3 + UV + UV + UV +Face 2761 +UV Count: 3 + UV + UV + UV +Face 2762 +UV Count: 3 + UV + UV + UV +Face 2763 +UV Count: 3 + UV + UV + UV +Face 2764 +UV Count: 3 + UV + UV + UV +Face 2765 +UV Count: 3 + UV + UV + UV +Face 2766 +UV Count: 3 + UV + UV + UV +Face 2767 +UV Count: 3 + UV + UV + UV +Face 2768 +UV Count: 3 + UV + UV + UV +Face 2769 +UV Count: 3 + UV + UV + UV +Face 2770 +UV Count: 3 + UV + UV + UV +Face 2771 +UV Count: 3 + UV + UV + UV +Face 2772 +UV Count: 3 + UV + UV + UV +Face 2773 +UV Count: 3 + UV + UV + UV +Face 2774 +UV Count: 3 + UV + UV + UV +Face 2775 +UV Count: 3 + UV + UV + UV +Face 2776 +UV Count: 3 + UV + UV + UV +Face 2777 +UV Count: 3 + UV + UV + UV +Face 2778 +UV Count: 3 + UV + UV + UV +Face 2779 +UV Count: 3 + UV + UV + UV +Face 2780 +UV Count: 3 + UV + UV + UV +Face 2781 +UV Count: 3 + UV + UV + UV +Face 2782 +UV Count: 3 + UV + UV + UV +Face 2783 +UV Count: 3 + UV + UV + UV +Face 2784 +UV Count: 3 + UV + UV + UV +Face 2785 +UV Count: 3 + UV + UV + UV +Face 2786 +UV Count: 3 + UV + UV + UV +Face 2787 +UV Count: 3 + UV + UV + UV +Face 2788 +UV Count: 3 + UV + UV + UV +Face 2789 +UV Count: 3 + UV + UV + UV +Face 2790 +UV Count: 3 + UV + UV + UV +Face 2791 +UV Count: 3 + UV + UV + UV +Face 2792 +UV Count: 3 + UV + UV + UV +Face 2793 +UV Count: 3 + UV + UV + UV +Face 2794 +UV Count: 3 + UV + UV + UV +Face 2795 +UV Count: 3 + UV + UV + UV +Face 2796 +UV Count: 3 + UV + UV + UV +Face 2797 +UV Count: 3 + UV + UV + UV +Face 2798 +UV Count: 3 + UV + UV + UV +Face 2799 +UV Count: 3 + UV + UV + UV +Face 2800 +UV Count: 3 + UV + UV + UV +Face 2801 +UV Count: 3 + UV + UV + UV +Face 2802 +UV Count: 3 + UV + UV + UV +Face 2803 +UV Count: 3 + UV + UV + UV +Face 2804 +UV Count: 3 + UV + UV + UV +Face 2805 +UV Count: 3 + UV + UV + UV +Face 2806 +UV Count: 3 + UV + UV + UV +Face 2807 +UV Count: 3 + UV + UV + UV +Face 2808 +UV Count: 3 + UV + UV + UV +Face 2809 +UV Count: 3 + UV + UV + UV +Face 2810 +UV Count: 3 + UV + UV + UV +Face 2811 +UV Count: 3 + UV + UV + UV +Face 2812 +UV Count: 3 + UV + UV + UV +Face 2813 +UV Count: 3 + UV + UV + UV +Face 2814 +UV Count: 3 + UV + UV + UV +Face 2815 +UV Count: 3 + UV + UV + UV +Face 2816 +UV Count: 3 + UV + UV + UV +Face 2817 +UV Count: 3 + UV + UV + UV +Face 2818 +UV Count: 3 + UV + UV + UV +Face 2819 +UV Count: 3 + UV + UV + UV +Face 2820 +UV Count: 3 + UV + UV + UV +Face 2821 +UV Count: 3 + UV + UV + UV +Face 2822 +UV Count: 3 + UV + UV + UV +Face 2823 +UV Count: 3 + UV + UV + UV +Face 2824 +UV Count: 3 + UV + UV + UV +Face 2825 +UV Count: 3 + UV + UV + UV +Face 2826 +UV Count: 3 + UV + UV + UV +Face 2827 +UV Count: 3 + UV + UV + UV +Face 2828 +UV Count: 3 + UV + UV + UV +Face 2829 +UV Count: 3 + UV + UV + UV +Face 2830 +UV Count: 3 + UV + UV + UV +Face 2831 +UV Count: 3 + UV + UV + UV +Face 2832 +UV Count: 3 + UV + UV + UV +Face 2833 +UV Count: 3 + UV + UV + UV +Face 2834 +UV Count: 3 + UV + UV + UV +Face 2835 +UV Count: 3 + UV + UV + UV +Face 2836 +UV Count: 3 + UV + UV + UV +Face 2837 +UV Count: 3 + UV + UV + UV +Face 2838 +UV Count: 3 + UV + UV + UV +Face 2839 +UV Count: 3 + UV + UV + UV +Face 2840 +UV Count: 3 + UV + UV + UV +Face 2841 +UV Count: 3 + UV + UV + UV +Face 2842 +UV Count: 3 + UV + UV + UV +Face 2843 +UV Count: 3 + UV + UV + UV +Face 2844 +UV Count: 3 + UV + UV + UV +Face 2845 +UV Count: 3 + UV + UV + UV +Face 2846 +UV Count: 3 + UV + UV + UV +Face 2847 +UV Count: 3 + UV + UV + UV +Face 2848 +UV Count: 3 + UV + UV + UV +Face 2849 +UV Count: 3 + UV + UV + UV +Face 2850 +UV Count: 3 + UV + UV + UV +Face 2851 +UV Count: 3 + UV + UV + UV +Face 2852 +UV Count: 3 + UV + UV + UV +Face 2853 +UV Count: 3 + UV + UV + UV +Face 2854 +UV Count: 3 + UV + UV + UV +Face 2855 +UV Count: 3 + UV + UV + UV +Face 2856 +UV Count: 3 + UV + UV + UV +Face 2857 +UV Count: 3 + UV + UV + UV +Face 2858 +UV Count: 3 + UV + UV + UV +Face 2859 +UV Count: 3 + UV + UV + UV +Face 2860 +UV Count: 3 + UV + UV + UV +Face 2861 +UV Count: 3 + UV + UV + UV +Face 2862 +UV Count: 3 + UV + UV + UV +Face 2863 +UV Count: 3 + UV + UV + UV +Face 2864 +UV Count: 3 + UV + UV + UV +Face 2865 +UV Count: 3 + UV + UV + UV +Face 2866 +UV Count: 3 + UV + UV + UV +Face 2867 +UV Count: 3 + UV + UV + UV +Face 2868 +UV Count: 3 + UV + UV + UV +Face 2869 +UV Count: 3 + UV + UV + UV +Face 2870 +UV Count: 3 + UV + UV + UV +Face 2871 +UV Count: 3 + UV + UV + UV +Face 2872 +UV Count: 3 + UV + UV + UV +Face 2873 +UV Count: 3 + UV + UV + UV +Face 2874 +UV Count: 3 + UV + UV + UV +Face 2875 +UV Count: 3 + UV + UV + UV +Face 2876 +UV Count: 3 + UV + UV + UV +Face 2877 +UV Count: 3 + UV + UV + UV +Face 2878 +UV Count: 3 + UV + UV + UV +Face 2879 +UV Count: 3 + UV + UV + UV +Face 2880 +UV Count: 3 + UV + UV + UV +Face 2881 +UV Count: 3 + UV + UV + UV +Face 2882 +UV Count: 3 + UV + UV + UV +Face 2883 +UV Count: 3 + UV + UV + UV +Face 2884 +UV Count: 3 + UV + UV + UV +Face 2885 +UV Count: 3 + UV + UV + UV +Face 2886 +UV Count: 3 + UV + UV + UV +Face 2887 +UV Count: 3 + UV + UV + UV +Face 2888 +UV Count: 3 + UV + UV + UV +Face 2889 +UV Count: 3 + UV + UV + UV +Face 2890 +UV Count: 3 + UV + UV + UV +Face 2891 +UV Count: 3 + UV + UV + UV +Face 2892 +UV Count: 3 + UV + UV + UV +Face 2893 +UV Count: 3 + UV + UV + UV +Face 2894 +UV Count: 3 + UV + UV + UV +Face 2895 +UV Count: 3 + UV + UV + UV +Face 2896 +UV Count: 3 + UV + UV + UV +Face 2897 +UV Count: 3 + UV + UV + UV +Face 2898 +UV Count: 3 + UV + UV + UV +Face 2899 +UV Count: 3 + UV + UV + UV +Face 2900 +UV Count: 3 + UV + UV + UV +Face 2901 +UV Count: 3 + UV + UV + UV +Face 2902 +UV Count: 3 + UV + UV + UV +Face 2903 +UV Count: 3 + UV + UV + UV +Face 2904 +UV Count: 3 + UV + UV + UV +Face 2905 +UV Count: 3 + UV + UV + UV +Face 2906 +UV Count: 3 + UV + UV + UV +Face 2907 +UV Count: 3 + UV + UV + UV +Face 2908 +UV Count: 3 + UV + UV + UV +Face 2909 +UV Count: 3 + UV + UV + UV +Face 2910 +UV Count: 3 + UV + UV + UV +Face 2911 +UV Count: 3 + UV + UV + UV +Face 2912 +UV Count: 3 + UV + UV + UV +Face 2913 +UV Count: 3 + UV + UV + UV +Face 2914 +UV Count: 3 + UV + UV + UV +Face 2915 +UV Count: 3 + UV + UV + UV +Face 2916 +UV Count: 3 + UV + UV + UV +Face 2917 +UV Count: 3 + UV + UV + UV +Face 2918 +UV Count: 3 + UV + UV + UV +Face 2919 +UV Count: 3 + UV + UV + UV +Face 2920 +UV Count: 3 + UV + UV + UV +Face 2921 +UV Count: 3 + UV + UV + UV +Face 2922 +UV Count: 3 + UV + UV + UV +Face 2923 +UV Count: 3 + UV + UV + UV +Face 2924 +UV Count: 3 + UV + UV + UV +Face 2925 +UV Count: 3 + UV + UV + UV +Face 2926 +UV Count: 3 + UV + UV + UV +Face 2927 +UV Count: 3 + UV + UV + UV +Face 2928 +UV Count: 3 + UV + UV + UV +Face 2929 +UV Count: 3 + UV + UV + UV +Face 2930 +UV Count: 3 + UV + UV + UV +Face 2931 +UV Count: 3 + UV + UV + UV +Face 2932 +UV Count: 3 + UV + UV + UV +Face 2933 +UV Count: 3 + UV + UV + UV +Face 2934 +UV Count: 3 + UV + UV + UV +Face 2935 +UV Count: 3 + UV + UV + UV +Face 2936 +UV Count: 3 + UV + UV + UV +Face 2937 +UV Count: 3 + UV + UV + UV +Face 2938 +UV Count: 3 + UV + UV + UV +Face 2939 +UV Count: 3 + UV + UV + UV +Face 2940 +UV Count: 3 + UV + UV + UV +Face 2941 +UV Count: 3 + UV + UV + UV +Face 2942 +UV Count: 3 + UV + UV + UV +Face 2943 +UV Count: 3 + UV + UV + UV +Face 2944 +UV Count: 3 + UV + UV + UV +Face 2945 +UV Count: 3 + UV + UV + UV +Face 2946 +UV Count: 3 + UV + UV + UV +Face 2947 +UV Count: 3 + UV + UV + UV +Face 2948 +UV Count: 3 + UV + UV + UV +Face 2949 +UV Count: 3 + UV + UV + UV +Face 2950 +UV Count: 3 + UV + UV + UV +Face 2951 +UV Count: 3 + UV + UV + UV +Face 2952 +UV Count: 3 + UV + UV + UV +Face 2953 +UV Count: 3 + UV + UV + UV +Face 2954 +UV Count: 3 + UV + UV + UV +Face 2955 +UV Count: 3 + UV + UV + UV +Face 2956 +UV Count: 3 + UV + UV + UV +Face 2957 +UV Count: 3 + UV + UV + UV +Face 2958 +UV Count: 3 + UV + UV + UV +Face 2959 +UV Count: 3 + UV + UV + UV +Face 2960 +UV Count: 3 + UV + UV + UV +Face 2961 +UV Count: 3 + UV + UV + UV +Face 2962 +UV Count: 3 + UV + UV + UV +Face 2963 +UV Count: 3 + UV + UV + UV +Face 2964 +UV Count: 3 + UV + UV + UV +Face 2965 +UV Count: 3 + UV + UV + UV +Face 2966 +UV Count: 3 + UV + UV + UV +Face 2967 +UV Count: 3 + UV + UV + UV +Face 2968 +UV Count: 3 + UV + UV + UV +Face 2969 +UV Count: 3 + UV + UV + UV +Face 2970 +UV Count: 3 + UV + UV + UV +Face 2971 +UV Count: 3 + UV + UV + UV +Face 2972 +UV Count: 3 + UV + UV + UV +Face 2973 +UV Count: 3 + UV + UV + UV +Face 2974 +UV Count: 3 + UV + UV + UV +Face 2975 +UV Count: 3 + UV + UV + UV +Face 2976 +UV Count: 3 + UV + UV + UV +Face 2977 +UV Count: 3 + UV + UV + UV +Face 2978 +UV Count: 3 + UV + UV + UV +Face 2979 +UV Count: 3 + UV + UV + UV +Face 2980 +UV Count: 3 + UV + UV + UV +Face 2981 +UV Count: 3 + UV + UV + UV +Face 2982 +UV Count: 3 + UV + UV + UV +Face 2983 +UV Count: 3 + UV + UV + UV +Face 2984 +UV Count: 3 + UV + UV + UV +Face 2985 +UV Count: 3 + UV + UV + UV +Face 2986 +UV Count: 3 + UV + UV + UV +Face 2987 +UV Count: 3 + UV + UV + UV +Face 2988 +UV Count: 3 + UV + UV + UV +Face 2989 +UV Count: 3 + UV + UV + UV +Face 2990 +UV Count: 3 + UV + UV + UV +Face 2991 +UV Count: 3 + UV + UV + UV +Face 2992 +UV Count: 3 + UV + UV + UV +Face 2993 +UV Count: 3 + UV + UV + UV +Face 2994 +UV Count: 3 + UV + UV + UV +Face 2995 +UV Count: 3 + UV + UV + UV +Face 2996 +UV Count: 3 + UV + UV + UV +Face 2997 +UV Count: 3 + UV + UV + UV +Face 2998 +UV Count: 3 + UV + UV + UV +Face 2999 +UV Count: 3 + UV + UV + UV +Face 3000 +UV Count: 3 + UV + UV + UV +Face 3001 +UV Count: 3 + UV + UV + UV +Face 3002 +UV Count: 3 + UV + UV + UV +Face 3003 +UV Count: 3 + UV + UV + UV +Face 3004 +UV Count: 3 + UV + UV + UV +Face 3005 +UV Count: 3 + UV + UV + UV +Face 3006 +UV Count: 3 + UV + UV + UV +Face 3007 +UV Count: 3 + UV + UV + UV +Face 3008 +UV Count: 3 + UV + UV + UV +Face 3009 +UV Count: 3 + UV + UV + UV +Face 3010 +UV Count: 3 + UV + UV + UV +Face 3011 +UV Count: 3 + UV + UV + UV +Face 3012 +UV Count: 3 + UV + UV + UV +Face 3013 +UV Count: 3 + UV + UV + UV +Face 3014 +UV Count: 3 + UV + UV + UV +Face 3015 +UV Count: 3 + UV + UV + UV +Face 3016 +UV Count: 3 + UV + UV + UV +Face 3017 +UV Count: 3 + UV + UV + UV +Face 3018 +UV Count: 3 + UV + UV + UV +Face 3019 +UV Count: 3 + UV + UV + UV +Face 3020 +UV Count: 3 + UV + UV + UV +Face 3021 +UV Count: 3 + UV + UV + UV +Face 3022 +UV Count: 3 + UV + UV + UV +Face 3023 +UV Count: 3 + UV + UV + UV +Face 3024 +UV Count: 3 + UV + UV + UV +Face 3025 +UV Count: 3 + UV + UV + UV +Face 3026 +UV Count: 3 + UV + UV + UV +Face 3027 +UV Count: 3 + UV + UV + UV +Face 3028 +UV Count: 3 + UV + UV + UV +Face 3029 +UV Count: 3 + UV + UV + UV +Face 3030 +UV Count: 3 + UV + UV + UV +Face 3031 +UV Count: 3 + UV + UV + UV +Face 3032 +UV Count: 3 + UV + UV + UV +Face 3033 +UV Count: 3 + UV + UV + UV +Face 3034 +UV Count: 3 + UV + UV + UV +Face 3035 +UV Count: 3 + UV + UV + UV +Face 3036 +UV Count: 3 + UV + UV + UV +Face 3037 +UV Count: 3 + UV + UV + UV +Face 3038 +UV Count: 3 + UV + UV + UV +Face 3039 +UV Count: 3 + UV + UV + UV +Face 3040 +UV Count: 3 + UV + UV + UV +Face 3041 +UV Count: 3 + UV + UV + UV +Face 3042 +UV Count: 3 + UV + UV + UV +Face 3043 +UV Count: 3 + UV + UV + UV +Face 3044 +UV Count: 3 + UV + UV + UV +Face 3045 +UV Count: 3 + UV + UV + UV +Face 3046 +UV Count: 3 + UV + UV + UV +Face 3047 +UV Count: 3 + UV + UV + UV +Face 3048 +UV Count: 3 + UV + UV + UV +Face 3049 +UV Count: 3 + UV + UV + UV +Face 3050 +UV Count: 3 + UV + UV + UV +Face 3051 +UV Count: 3 + UV + UV + UV +Face 3052 +UV Count: 3 + UV + UV + UV +Face 3053 +UV Count: 3 + UV + UV + UV +Face 3054 +UV Count: 3 + UV + UV + UV +Face 3055 +UV Count: 3 + UV + UV + UV +Face 3056 +UV Count: 3 + UV + UV + UV +Face 3057 +UV Count: 3 + UV + UV + UV +Face 3058 +UV Count: 3 + UV + UV + UV +Face 3059 +UV Count: 3 + UV + UV + UV +Face 3060 +UV Count: 3 + UV + UV + UV +Face 3061 +UV Count: 3 + UV + UV + UV +Face 3062 +UV Count: 3 + UV + UV + UV +Face 3063 +UV Count: 3 + UV + UV + UV +Face 3064 +UV Count: 3 + UV + UV + UV +Face 3065 +UV Count: 3 + UV + UV + UV +Face 3066 +UV Count: 3 + UV + UV + UV +Face 3067 +UV Count: 3 + UV + UV + UV +Face 3068 +UV Count: 3 + UV + UV + UV +Face 3069 +UV Count: 3 + UV + UV + UV +Face 3070 +UV Count: 3 + UV + UV + UV +Face 3071 +UV Count: 3 + UV + UV + UV +Face 3072 +UV Count: 3 + UV + UV + UV +Face 3073 +UV Count: 3 + UV + UV + UV +Face 3074 +UV Count: 3 + UV + UV + UV +Face 3075 +UV Count: 3 + UV + UV + UV +Face 3076 +UV Count: 3 + UV + UV + UV +Face 3077 +UV Count: 3 + UV + UV + UV +Face 3078 +UV Count: 3 + UV + UV + UV +Face 3079 +UV Count: 3 + UV + UV + UV +Face 3080 +UV Count: 3 + UV + UV + UV +Face 3081 +UV Count: 3 + UV + UV + UV +Face 3082 +UV Count: 3 + UV + UV + UV +Face 3083 +UV Count: 3 + UV + UV + UV +Face 3084 +UV Count: 3 + UV + UV + UV +Face 3085 +UV Count: 3 + UV + UV + UV +Face 3086 +UV Count: 3 + UV + UV + UV +Face 3087 +UV Count: 3 + UV + UV + UV +Face 3088 +UV Count: 3 + UV + UV + UV +Face 3089 +UV Count: 3 + UV + UV + UV +Face 3090 +UV Count: 3 + UV + UV + UV +Face 3091 +UV Count: 3 + UV + UV + UV +Face 3092 +UV Count: 3 + UV + UV + UV +Face 3093 +UV Count: 3 + UV + UV + UV +Face 3094 +UV Count: 3 + UV + UV + UV +Face 3095 +UV Count: 3 + UV + UV + UV +Face 3096 +UV Count: 3 + UV + UV + UV +Face 3097 +UV Count: 3 + UV + UV + UV +Face 3098 +UV Count: 3 + UV + UV + UV +Face 3099 +UV Count: 3 + UV + UV + UV +Face 3100 +UV Count: 3 + UV + UV + UV +Face 3101 +UV Count: 3 + UV + UV + UV +Face 3102 +UV Count: 3 + UV + UV + UV +Face 3103 +UV Count: 3 + UV + UV + UV +Face 3104 +UV Count: 3 + UV + UV + UV +Face 3105 +UV Count: 3 + UV + UV + UV +Face 3106 +UV Count: 3 + UV + UV + UV +Face 3107 +UV Count: 3 + UV + UV + UV +Face 3108 +UV Count: 3 + UV + UV + UV +Face 3109 +UV Count: 3 + UV + UV + UV +Face 3110 +UV Count: 3 + UV + UV + UV +Face 3111 +UV Count: 3 + UV + UV + UV +Face 3112 +UV Count: 3 + UV + UV + UV +Face 3113 +UV Count: 3 + UV + UV + UV +Face 3114 +UV Count: 3 + UV + UV + UV +Face 3115 +UV Count: 3 + UV + UV + UV +Face 3116 +UV Count: 3 + UV + UV + UV +Face 3117 +UV Count: 3 + UV + UV + UV +Face 3118 +UV Count: 3 + UV + UV + UV +Face 3119 +UV Count: 3 + UV + UV + UV +Face 3120 +UV Count: 3 + UV + UV + UV +Face 3121 +UV Count: 3 + UV + UV + UV +Face 3122 +UV Count: 3 + UV + UV + UV +Face 3123 +UV Count: 3 + UV + UV + UV +Face 3124 +UV Count: 3 + UV + UV + UV +Face 3125 +UV Count: 3 + UV + UV + UV +Face 3126 +UV Count: 3 + UV + UV + UV +Face 3127 +UV Count: 3 + UV + UV + UV +Face 3128 +UV Count: 3 + UV + UV + UV +Face 3129 +UV Count: 3 + UV + UV + UV +Face 3130 +UV Count: 3 + UV + UV + UV +Face 3131 +UV Count: 3 + UV + UV + UV +Face 3132 +UV Count: 3 + UV + UV + UV +Face 3133 +UV Count: 3 + UV + UV + UV +Face 3134 +UV Count: 3 + UV + UV + UV +Face 3135 +UV Count: 3 + UV + UV + UV +Face 3136 +UV Count: 3 + UV + UV + UV +Face 3137 +UV Count: 3 + UV + UV + UV +Face 3138 +UV Count: 3 + UV + UV + UV +Face 3139 +UV Count: 3 + UV + UV + UV +Face 3140 +UV Count: 3 + UV + UV + UV +Face 3141 +UV Count: 3 + UV + UV + UV +Face 3142 +UV Count: 3 + UV + UV + UV +Face 3143 +UV Count: 3 + UV + UV + UV +Face 3144 +UV Count: 3 + UV + UV + UV +Face 3145 +UV Count: 3 + UV + UV + UV +Face 3146 +UV Count: 3 + UV + UV + UV +Face 3147 +UV Count: 3 + UV + UV + UV +Face 3148 +UV Count: 3 + UV + UV + UV +Face 3149 +UV Count: 3 + UV + UV + UV +Face 3150 +UV Count: 3 + UV + UV + UV +Face 3151 +UV Count: 3 + UV + UV + UV +Face 3152 +UV Count: 3 + UV + UV + UV +Face 3153 +UV Count: 3 + UV + UV + UV +Face 3154 +UV Count: 3 + UV + UV + UV +Face 3155 +UV Count: 3 + UV + UV + UV +Face 3156 +UV Count: 3 + UV + UV + UV +Face 3157 +UV Count: 3 + UV + UV + UV +Face 3158 +UV Count: 3 + UV + UV + UV +Face 3159 +UV Count: 3 + UV + UV + UV +Face 3160 +UV Count: 3 + UV + UV + UV +Face 3161 +UV Count: 3 + UV + UV + UV +Face 3162 +UV Count: 3 + UV + UV + UV +Face 3163 +UV Count: 3 + UV + UV + UV +Face 3164 +UV Count: 3 + UV + UV + UV +Face 3165 +UV Count: 3 + UV + UV + UV +Face 3166 +UV Count: 3 + UV + UV + UV +Face 3167 +UV Count: 3 + UV + UV + UV +Face 3168 +UV Count: 3 + UV + UV + UV +Face 3169 +UV Count: 3 + UV + UV + UV +Face 3170 +UV Count: 3 + UV + UV + UV +Face 3171 +UV Count: 3 + UV + UV + UV +Face 3172 +UV Count: 3 + UV + UV + UV +Face 3173 +UV Count: 3 + UV + UV + UV +Face 3174 +UV Count: 3 + UV + UV + UV +Face 3175 +UV Count: 3 + UV + UV + UV +Face 3176 +UV Count: 3 + UV + UV + UV +Face 3177 +UV Count: 3 + UV + UV + UV +Face 3178 +UV Count: 3 + UV + UV + UV +Face 3179 +UV Count: 3 + UV + UV + UV +Face 3180 +UV Count: 3 + UV + UV + UV +Face 3181 +UV Count: 3 + UV + UV + UV +Face 3182 +UV Count: 3 + UV + UV + UV +Face 3183 +UV Count: 3 + UV + UV + UV +Face 3184 +UV Count: 3 + UV + UV + UV +Face 3185 +UV Count: 3 + UV + UV + UV +Face 3186 +UV Count: 3 + UV + UV + UV +Face 3187 +UV Count: 3 + UV + UV + UV +Face 3188 +UV Count: 3 + UV + UV + UV +Face 3189 +UV Count: 3 + UV + UV + UV +Face 3190 +UV Count: 3 + UV + UV + UV +Face 3191 +UV Count: 3 + UV + UV + UV +Face 3192 +UV Count: 3 + UV + UV + UV +Face 3193 +UV Count: 3 + UV + UV + UV +Face 3194 +UV Count: 3 + UV + UV + UV +Face 3195 +UV Count: 3 + UV + UV + UV +Face 3196 +UV Count: 3 + UV + UV + UV +Face 3197 +UV Count: 3 + UV + UV + UV +Face 3198 +UV Count: 3 + UV + UV + UV +Face 3199 +UV Count: 3 + UV + UV + UV +Face 3200 +UV Count: 3 + UV + UV + UV +Face 3201 +UV Count: 3 + UV + UV + UV +Face 3202 +UV Count: 3 + UV + UV + UV +Face 3203 +UV Count: 3 + UV + UV + UV +Face 3204 +UV Count: 3 + UV + UV + UV +Face 3205 +UV Count: 3 + UV + UV + UV +Face 3206 +UV Count: 3 + UV + UV + UV +Face 3207 +UV Count: 3 + UV + UV + UV +Face 3208 +UV Count: 3 + UV + UV + UV +Face 3209 +UV Count: 3 + UV + UV + UV +Face 3210 +UV Count: 3 + UV + UV + UV +Face 3211 +UV Count: 3 + UV + UV + UV +Face 3212 +UV Count: 3 + UV + UV + UV +Face 3213 +UV Count: 3 + UV + UV + UV +Face 3214 +UV Count: 3 + UV + UV + UV +Face 3215 +UV Count: 3 + UV + UV + UV +Face 3216 +UV Count: 3 + UV + UV + UV +Face 3217 +UV Count: 3 + UV + UV + UV +Face 3218 +UV Count: 3 + UV + UV + UV +Face 3219 +UV Count: 3 + UV + UV + UV +Face 3220 +UV Count: 3 + UV + UV + UV +Face 3221 +UV Count: 3 + UV + UV + UV +Face 3222 +UV Count: 3 + UV + UV + UV +Face 3223 +UV Count: 3 + UV + UV + UV +Face 3224 +UV Count: 3 + UV + UV + UV +Face 3225 +UV Count: 3 + UV + UV + UV +Face 3226 +UV Count: 3 + UV + UV + UV +Face 3227 +UV Count: 3 + UV + UV + UV +Face 3228 +UV Count: 3 + UV + UV + UV +Face 3229 +UV Count: 3 + UV + UV + UV +Face 3230 +UV Count: 3 + UV + UV + UV +Face 3231 +UV Count: 3 + UV + UV + UV +Face 3232 +UV Count: 3 + UV + UV + UV +Face 3233 +UV Count: 3 + UV + UV + UV +Face 3234 +UV Count: 3 + UV + UV + UV +Face 3235 +UV Count: 3 + UV + UV + UV +Face 3236 +UV Count: 3 + UV + UV + UV +Face 3237 +UV Count: 3 + UV + UV + UV +Face 3238 +UV Count: 3 + UV + UV + UV +Face 3239 +UV Count: 3 + UV + UV + UV +Face 3240 +UV Count: 3 + UV + UV + UV +Face 3241 +UV Count: 3 + UV + UV + UV +Face 3242 +UV Count: 3 + UV + UV + UV +Face 3243 +UV Count: 3 + UV + UV + UV +Face 3244 +UV Count: 3 + UV + UV + UV +Face 3245 +UV Count: 3 + UV + UV + UV +Face 3246 +UV Count: 3 + UV + UV + UV +Face 3247 +UV Count: 3 + UV + UV + UV +Face 3248 +UV Count: 3 + UV + UV + UV +Face 3249 +UV Count: 3 + UV + UV + UV +Face 3250 +UV Count: 3 + UV + UV + UV +Face 3251 +UV Count: 3 + UV + UV + UV +Face 3252 +UV Count: 3 + UV + UV + UV +Face 3253 +UV Count: 3 + UV + UV + UV +Face 3254 +UV Count: 3 + UV + UV + UV +Face 3255 +UV Count: 3 + UV + UV + UV +Face 3256 +UV Count: 3 + UV + UV + UV +Face 3257 +UV Count: 3 + UV + UV + UV +Face 3258 +UV Count: 3 + UV + UV + UV +Face 3259 +UV Count: 3 + UV + UV + UV +Face 3260 +UV Count: 3 + UV + UV + UV +Face 3261 +UV Count: 3 + UV + UV + UV +Face 3262 +UV Count: 3 + UV + UV + UV +Face 3263 +UV Count: 3 + UV + UV + UV +Face 3264 +UV Count: 3 + UV + UV + UV +Face 3265 +UV Count: 3 + UV + UV + UV +Face 3266 +UV Count: 3 + UV + UV + UV +Face 3267 +UV Count: 3 + UV + UV + UV +Face 3268 +UV Count: 3 + UV + UV + UV +Face 3269 +UV Count: 3 + UV + UV + UV +Face 3270 +UV Count: 3 + UV + UV + UV +Face 3271 +UV Count: 3 + UV + UV + UV +Face 3272 +UV Count: 3 + UV + UV + UV +Face 3273 +UV Count: 3 + UV + UV + UV +Face 3274 +UV Count: 3 + UV + UV + UV +Face 3275 +UV Count: 3 + UV + UV + UV +Face 3276 +UV Count: 3 + UV + UV + UV +Face 3277 +UV Count: 3 + UV + UV + UV +Face 3278 +UV Count: 3 + UV + UV + UV +Face 3279 +UV Count: 3 + UV + UV + UV +Face 3280 +UV Count: 3 + UV + UV + UV +Face 3281 +UV Count: 3 + UV + UV + UV +Face 3282 +UV Count: 3 + UV + UV + UV +Face 3283 +UV Count: 3 + UV + UV + UV +Face 3284 +UV Count: 3 + UV + UV + UV +Face 3285 +UV Count: 3 + UV + UV + UV +Face 3286 +UV Count: 3 + UV + UV + UV +Face 3287 +UV Count: 3 + UV + UV + UV +Face 3288 +UV Count: 3 + UV + UV + UV +Face 3289 +UV Count: 3 + UV + UV + UV +Face 3290 +UV Count: 3 + UV + UV + UV +Face 3291 +UV Count: 3 + UV + UV + UV +Face 3292 +UV Count: 3 + UV + UV + UV +Face 3293 +UV Count: 3 + UV + UV + UV +Face 3294 +UV Count: 3 + UV + UV + UV +Face 3295 +UV Count: 3 + UV + UV + UV +Face 3296 +UV Count: 3 + UV + UV + UV +Face 3297 +UV Count: 3 + UV + UV + UV +Face 3298 +UV Count: 3 + UV + UV + UV +Face 3299 +UV Count: 3 + UV + UV + UV +Face 3300 +UV Count: 3 + UV + UV + UV +Face 3301 +UV Count: 3 + UV + UV + UV +Face 3302 +UV Count: 3 + UV + UV + UV +Face 3303 +UV Count: 3 + UV + UV + UV +Face 3304 +UV Count: 3 + UV + UV + UV +Face 3305 +UV Count: 3 + UV + UV + UV +Face 3306 +UV Count: 3 + UV + UV + UV +Face 3307 +UV Count: 3 + UV + UV + UV +Face 3308 +UV Count: 3 + UV + UV + UV +Face 3309 +UV Count: 3 + UV + UV + UV +Face 3310 +UV Count: 3 + UV + UV + UV +Face 3311 +UV Count: 3 + UV + UV + UV +Face 3312 +UV Count: 3 + UV + UV + UV +Face 3313 +UV Count: 3 + UV + UV + UV +Face 3314 +UV Count: 3 + UV + UV + UV +Face 3315 +UV Count: 3 + UV + UV + UV +Face 3316 +UV Count: 3 + UV + UV + UV +Face 3317 +UV Count: 3 + UV + UV + UV +Face 3318 +UV Count: 3 + UV + UV + UV +Face 3319 +UV Count: 3 + UV + UV + UV +Face 3320 +UV Count: 3 + UV + UV + UV +Face 3321 +UV Count: 3 + UV + UV + UV +Face 3322 +UV Count: 3 + UV + UV + UV +Face 3323 +UV Count: 3 + UV + UV + UV +Face 3324 +UV Count: 3 + UV + UV + UV +Face 3325 +UV Count: 3 + UV + UV + UV +Face 3326 +UV Count: 3 + UV + UV + UV +Face 3327 +UV Count: 3 + UV + UV + UV +Face 3328 +UV Count: 3 + UV + UV + UV +Face 3329 +UV Count: 3 + UV + UV + UV +Face 3330 +UV Count: 3 + UV + UV + UV +Face 3331 +UV Count: 3 + UV + UV + UV +Face 3332 +UV Count: 3 + UV + UV + UV +Face 3333 +UV Count: 3 + UV + UV + UV +Face 3334 +UV Count: 3 + UV + UV + UV +Face 3335 +UV Count: 3 + UV + UV + UV +Face 3336 +UV Count: 3 + UV + UV + UV +Face 3337 +UV Count: 3 + UV + UV + UV +Face 3338 +UV Count: 3 + UV + UV + UV +Face 3339 +UV Count: 3 + UV + UV + UV +Face 3340 +UV Count: 3 + UV + UV + UV +Face 3341 +UV Count: 3 + UV + UV + UV +Face 3342 +UV Count: 3 + UV + UV + UV +Face 3343 +UV Count: 3 + UV + UV + UV +Face 3344 +UV Count: 3 + UV + UV + UV +Face 3345 +UV Count: 3 + UV + UV + UV +Face 3346 +UV Count: 3 + UV + UV + UV +Face 3347 +UV Count: 3 + UV + UV + UV +Face 3348 +UV Count: 3 + UV + UV + UV +Face 3349 +UV Count: 3 + UV + UV + UV +Face 3350 +UV Count: 3 + UV + UV + UV +Face 3351 +UV Count: 3 + UV + UV + UV +Face 3352 +UV Count: 3 + UV + UV + UV +Face 3353 +UV Count: 3 + UV + UV + UV +Face 3354 +UV Count: 3 + UV + UV + UV +Face 3355 +UV Count: 3 + UV + UV + UV +Face 3356 +UV Count: 3 + UV + UV + UV +Face 3357 +UV Count: 3 + UV + UV + UV +Face 3358 +UV Count: 3 + UV + UV + UV +Face 3359 +UV Count: 3 + UV + UV + UV +Face 3360 +UV Count: 3 + UV + UV + UV +Face 3361 +UV Count: 3 + UV + UV + UV +Face 3362 +UV Count: 3 + UV + UV + UV +Face 3363 +UV Count: 3 + UV + UV + UV +Face 3364 +UV Count: 3 + UV + UV + UV +Face 3365 +UV Count: 3 + UV + UV + UV +Face 3366 +UV Count: 3 + UV + UV + UV +Face 3367 +UV Count: 3 + UV + UV + UV +Face 3368 +UV Count: 3 + UV + UV + UV +Face 3369 +UV Count: 3 + UV + UV + UV +Face 3370 +UV Count: 3 + UV + UV + UV +Face 3371 +UV Count: 3 + UV + UV + UV +Face 3372 +UV Count: 3 + UV + UV + UV +Face 3373 +UV Count: 3 + UV + UV + UV +Face 3374 +UV Count: 3 + UV + UV + UV +Face 3375 +UV Count: 3 + UV + UV + UV +Face 3376 +UV Count: 3 + UV + UV + UV +Face 3377 +UV Count: 3 + UV + UV + UV +Face 3378 +UV Count: 3 + UV + UV + UV +Face 3379 +UV Count: 3 + UV + UV + UV +Face 3380 +UV Count: 3 + UV + UV + UV +Face 3381 +UV Count: 3 + UV + UV + UV +Face 3382 +UV Count: 3 + UV + UV + UV +Face 3383 +UV Count: 3 + UV + UV + UV +Face 3384 +UV Count: 3 + UV + UV + UV +Face 3385 +UV Count: 3 + UV + UV + UV +Face 3386 +UV Count: 3 + UV + UV + UV +Face 3387 +UV Count: 3 + UV + UV + UV +Face 3388 +UV Count: 3 + UV + UV + UV +Face 3389 +UV Count: 3 + UV + UV + UV +Face 3390 +UV Count: 3 + UV + UV + UV +Face 3391 +UV Count: 3 + UV + UV + UV +Face 3392 +UV Count: 3 + UV + UV + UV +Face 3393 +UV Count: 3 + UV + UV + UV +Face 3394 +UV Count: 3 + UV + UV + UV +Face 3395 +UV Count: 3 + UV + UV + UV +Face 3396 +UV Count: 3 + UV + UV + UV +Face 3397 +UV Count: 3 + UV + UV + UV +Face 3398 +UV Count: 3 + UV + UV + UV +Face 3399 +UV Count: 3 + UV + UV + UV +Face 3400 +UV Count: 3 + UV + UV + UV +Face 3401 +UV Count: 3 + UV + UV + UV +Face 3402 +UV Count: 3 + UV + UV + UV +Face 3403 +UV Count: 3 + UV + UV + UV +Face 3404 +UV Count: 3 + UV + UV + UV +Face 3405 +UV Count: 3 + UV + UV + UV +Face 3406 +UV Count: 3 + UV + UV + UV +Face 3407 +UV Count: 3 + UV + UV + UV +Face 3408 +UV Count: 3 + UV + UV + UV +Face 3409 +UV Count: 3 + UV + UV + UV +Face 3410 +UV Count: 3 + UV + UV + UV +Face 3411 +UV Count: 3 + UV + UV + UV +Face 3412 +UV Count: 3 + UV + UV + UV +Face 3413 +UV Count: 3 + UV + UV + UV +Face 3414 +UV Count: 3 + UV + UV + UV +Face 3415 +UV Count: 3 + UV + UV + UV +Face 3416 +UV Count: 3 + UV + UV + UV +Face 3417 +UV Count: 3 + UV + UV + UV +Face 3418 +UV Count: 3 + UV + UV + UV +Face 3419 +UV Count: 3 + UV + UV + UV +Face 3420 +UV Count: 3 + UV + UV + UV +Face 3421 +UV Count: 3 + UV + UV + UV +Face 3422 +UV Count: 3 + UV + UV + UV +Face 3423 +UV Count: 3 + UV + UV + UV +Face 3424 +UV Count: 3 + UV + UV + UV +Face 3425 +UV Count: 3 + UV + UV + UV +Face 3426 +UV Count: 3 + UV + UV + UV +Face 3427 +UV Count: 3 + UV + UV + UV +Face 3428 +UV Count: 3 + UV + UV + UV +Face 3429 +UV Count: 3 + UV + UV + UV +Face 3430 +UV Count: 3 + UV + UV + UV +Face 3431 +UV Count: 3 + UV + UV + UV +Face 3432 +UV Count: 3 + UV + UV + UV +Face 3433 +UV Count: 3 + UV + UV + UV +Face 3434 +UV Count: 3 + UV + UV + UV +Face 3435 +UV Count: 3 + UV + UV + UV +Face 3436 +UV Count: 3 + UV + UV + UV +Face 3437 +UV Count: 3 + UV + UV + UV +Face 3438 +UV Count: 3 + UV + UV + UV +Face 3439 +UV Count: 3 + UV + UV + UV +Face 3440 +UV Count: 3 + UV + UV + UV +Face 3441 +UV Count: 3 + UV + UV + UV +Face 3442 +UV Count: 3 + UV + UV + UV +Face 3443 +UV Count: 3 + UV + UV + UV +Face 3444 +UV Count: 3 + UV + UV + UV +Face 3445 +UV Count: 3 + UV + UV + UV +Face 3446 +UV Count: 3 + UV + UV + UV +Face 3447 +UV Count: 3 + UV + UV + UV +Face 3448 +UV Count: 3 + UV + UV + UV +Face 3449 +UV Count: 3 + UV + UV + UV +Face 3450 +UV Count: 3 + UV + UV + UV +Face 3451 +UV Count: 3 + UV + UV + UV +Face 3452 +UV Count: 3 + UV + UV + UV +Face 3453 +UV Count: 3 + UV + UV + UV +Face 3454 +UV Count: 3 + UV + UV + UV +Face 3455 +UV Count: 3 + UV + UV + UV +Face 3456 +UV Count: 3 + UV + UV + UV +Face 3457 +UV Count: 3 + UV + UV + UV +Face 3458 +UV Count: 3 + UV + UV + UV +Face 3459 +UV Count: 3 + UV + UV + UV +Face 3460 +UV Count: 3 + UV + UV + UV +Face 3461 +UV Count: 3 + UV + UV + UV +Face 3462 +UV Count: 3 + UV + UV + UV +Face 3463 +UV Count: 3 + UV + UV + UV +Face 3464 +UV Count: 3 + UV + UV + UV +Face 3465 +UV Count: 3 + UV + UV + UV +Face 3466 +UV Count: 3 + UV + UV + UV +Face 3467 +UV Count: 3 + UV + UV + UV +Face 3468 +UV Count: 3 + UV + UV + UV +Face 3469 +UV Count: 3 + UV + UV + UV +Face 3470 +UV Count: 3 + UV + UV + UV +Face 3471 +UV Count: 3 + UV + UV + UV +Face 3472 +UV Count: 3 + UV + UV + UV +Face 3473 +UV Count: 3 + UV + UV + UV +Face 3474 +UV Count: 3 + UV + UV + UV +Face 3475 +UV Count: 3 + UV + UV + UV +Face 3476 +UV Count: 3 + UV + UV + UV +Face 3477 +UV Count: 3 + UV + UV + UV +Face 3478 +UV Count: 3 + UV + UV + UV +Face 3479 +UV Count: 3 + UV + UV + UV +Face 3480 +UV Count: 3 + UV + UV + UV +Face 3481 +UV Count: 3 + UV + UV + UV +Face 3482 +UV Count: 3 + UV + UV + UV +Face 3483 +UV Count: 3 + UV + UV + UV +Face 3484 +UV Count: 3 + UV + UV + UV +Face 3485 +UV Count: 3 + UV + UV + UV +Face 3486 +UV Count: 3 + UV + UV + UV +Face 3487 +UV Count: 3 + UV + UV + UV +Face 3488 +UV Count: 3 + UV + UV + UV +Face 3489 +UV Count: 3 + UV + UV + UV +Face 3490 +UV Count: 3 + UV + UV + UV +Face 3491 +UV Count: 3 + UV + UV + UV +Face 3492 +UV Count: 3 + UV + UV + UV +Face 3493 +UV Count: 3 + UV + UV + UV +Face 3494 +UV Count: 3 + UV + UV + UV +Face 3495 +UV Count: 3 + UV + UV + UV +Face 3496 +UV Count: 3 + UV + UV + UV +Face 3497 +UV Count: 3 + UV + UV + UV +Face 3498 +UV Count: 3 + UV + UV + UV +Face 3499 +UV Count: 3 + UV + UV + UV +Face 3500 +UV Count: 3 + UV + UV + UV +Face 3501 +UV Count: 3 + UV + UV + UV +Face 3502 +UV Count: 3 + UV + UV + UV +Face 3503 +UV Count: 3 + UV + UV + UV +Face 3504 +UV Count: 3 + UV + UV + UV +Face 3505 +UV Count: 3 + UV + UV + UV +Face 3506 +UV Count: 3 + UV + UV + UV +Face 3507 +UV Count: 3 + UV + UV + UV +Face 3508 +UV Count: 3 + UV + UV + UV +Face 3509 +UV Count: 3 + UV + UV + UV +Face 3510 +UV Count: 3 + UV + UV + UV +Face 3511 +UV Count: 3 + UV + UV + UV +Face 3512 +UV Count: 3 + UV + UV + UV +Face 3513 +UV Count: 3 + UV + UV + UV +Face 3514 +UV Count: 3 + UV + UV + UV +Face 3515 +UV Count: 3 + UV + UV + UV +Face 3516 +UV Count: 3 + UV + UV + UV +Face 3517 +UV Count: 3 + UV + UV + UV +Face 3518 +UV Count: 3 + UV + UV + UV +Face 3519 +UV Count: 3 + UV + UV + UV +Face 3520 +UV Count: 3 + UV + UV + UV +Face 3521 +UV Count: 3 + UV + UV + UV +Face 3522 +UV Count: 3 + UV + UV + UV +Face 3523 +UV Count: 3 + UV + UV + UV +Face 3524 +UV Count: 3 + UV + UV + UV +Face 3525 +UV Count: 3 + UV + UV + UV +Face 3526 +UV Count: 3 + UV + UV + UV +Face 3527 +UV Count: 3 + UV + UV + UV +Face 3528 +UV Count: 3 + UV + UV + UV +Face 3529 +UV Count: 3 + UV + UV + UV +Face 3530 +UV Count: 3 + UV + UV + UV +Face 3531 +UV Count: 3 + UV + UV + UV +Face 3532 +UV Count: 3 + UV + UV + UV +Face 3533 +UV Count: 3 + UV + UV + UV +Face 3534 +UV Count: 3 + UV + UV + UV +Face 3535 +UV Count: 3 + UV + UV + UV +Face 3536 +UV Count: 3 + UV + UV + UV +Face 3537 +UV Count: 3 + UV + UV + UV +Face 3538 +UV Count: 3 + UV + UV + UV +Face 3539 +UV Count: 3 + UV + UV + UV +Face 3540 +UV Count: 3 + UV + UV + UV +Face 3541 +UV Count: 3 + UV + UV + UV +Face 3542 +UV Count: 3 + UV + UV + UV +Face 3543 +UV Count: 3 + UV + UV + UV +Face 3544 +UV Count: 3 + UV + UV + UV +Face 3545 +UV Count: 3 + UV + UV + UV +Face 3546 +UV Count: 3 + UV + UV + UV +Face 3547 +UV Count: 3 + UV + UV + UV +Face 3548 +UV Count: 3 + UV + UV + UV +Face 3549 +UV Count: 3 + UV + UV + UV +Face 3550 +UV Count: 3 + UV + UV + UV +Face 3551 +UV Count: 3 + UV + UV + UV +Face 3552 +UV Count: 3 + UV + UV + UV +Face 3553 +UV Count: 3 + UV + UV + UV +Face 3554 +UV Count: 3 + UV + UV + UV +Face 3555 +UV Count: 3 + UV + UV + UV +Face 3556 +UV Count: 3 + UV + UV + UV +Face 3557 +UV Count: 3 + UV + UV + UV +Face 3558 +UV Count: 3 + UV + UV + UV +Face 3559 +UV Count: 3 + UV + UV + UV +Face 3560 +UV Count: 3 + UV + UV + UV +Face 3561 +UV Count: 3 + UV + UV + UV +Face 3562 +UV Count: 3 + UV + UV + UV +Face 3563 +UV Count: 3 + UV + UV + UV +Face 3564 +UV Count: 3 + UV + UV + UV +Face 3565 +UV Count: 3 + UV + UV + UV +Face 3566 +UV Count: 3 + UV + UV + UV +Face 3567 +UV Count: 3 + UV + UV + UV +Face 3568 +UV Count: 3 + UV + UV + UV +Face 3569 +UV Count: 3 + UV + UV + UV +Face 3570 +UV Count: 3 + UV + UV + UV +Face 3571 +UV Count: 3 + UV + UV + UV +Face 3572 +UV Count: 3 + UV + UV + UV +Face 3573 +UV Count: 3 + UV + UV + UV +Face 3574 +UV Count: 3 + UV + UV + UV +Face 3575 +UV Count: 3 + UV + UV + UV +Face 3576 +UV Count: 3 + UV + UV + UV +Face 3577 +UV Count: 3 + UV + UV + UV +Face 3578 +UV Count: 3 + UV + UV + UV +Face 3579 +UV Count: 3 + UV + UV + UV +Face 3580 +UV Count: 3 + UV + UV + UV +Face 3581 +UV Count: 3 + UV + UV + UV +Face 3582 +UV Count: 3 + UV + UV + UV +Face 3583 +UV Count: 3 + UV + UV + UV +Face 3584 +UV Count: 3 + UV + UV + UV +Face 3585 +UV Count: 3 + UV + UV + UV +Face 3586 +UV Count: 3 + UV + UV + UV +Face 3587 +UV Count: 3 + UV + UV + UV +Face 3588 +UV Count: 3 + UV + UV + UV +Face 3589 +UV Count: 3 + UV + UV + UV +Face 3590 +UV Count: 3 + UV + UV + UV +Face 3591 +UV Count: 3 + UV + UV + UV +Face 3592 +UV Count: 3 + UV + UV + UV +Face 3593 +UV Count: 3 + UV + UV + UV +Face 3594 +UV Count: 3 + UV + UV + UV +Face 3595 +UV Count: 3 + UV + UV + UV +Face 3596 +UV Count: 3 + UV + UV + UV +Face 3597 +UV Count: 3 + UV + UV + UV +Face 3598 +UV Count: 3 + UV + UV + UV +Face 3599 +UV Count: 3 + UV + UV + UV +Face 3600 +UV Count: 3 + UV + UV + UV +Face 3601 +UV Count: 3 + UV + UV + UV +Face 3602 +UV Count: 3 + UV + UV + UV +Face 3603 +UV Count: 3 + UV + UV + UV +Face 3604 +UV Count: 3 + UV + UV + UV +Face 3605 +UV Count: 3 + UV + UV + UV +Face 3606 +UV Count: 3 + UV + UV + UV +Face 3607 +UV Count: 3 + UV + UV + UV +Face 3608 +UV Count: 3 + UV + UV + UV +Face 3609 +UV Count: 3 + UV + UV + UV +Face 3610 +UV Count: 3 + UV + UV + UV +Face 3611 +UV Count: 3 + UV + UV + UV +Face 3612 +UV Count: 3 + UV + UV + UV +Face 3613 +UV Count: 3 + UV + UV + UV +Face 3614 +UV Count: 3 + UV + UV + UV +Face 3615 +UV Count: 3 + UV + UV + UV +Face 3616 +UV Count: 3 + UV + UV + UV +Face 3617 +UV Count: 3 + UV + UV + UV +Face 3618 +UV Count: 3 + UV + UV + UV +Face 3619 +UV Count: 3 + UV + UV + UV +Face 3620 +UV Count: 3 + UV + UV + UV +Face 3621 +UV Count: 3 + UV + UV + UV +Face 3622 +UV Count: 3 + UV + UV + UV +Face 3623 +UV Count: 3 + UV + UV + UV +Face 3624 +UV Count: 3 + UV + UV + UV +Face 3625 +UV Count: 3 + UV + UV + UV +Face 3626 +UV Count: 3 + UV + UV + UV +Face 3627 +UV Count: 3 + UV + UV + UV +Face 3628 +UV Count: 3 + UV + UV + UV +Face 3629 +UV Count: 3 + UV + UV + UV +Face 3630 +UV Count: 3 + UV + UV + UV +Face 3631 +UV Count: 3 + UV + UV + UV +Face 3632 +UV Count: 3 + UV + UV + UV +Face 3633 +UV Count: 3 + UV + UV + UV +Face 3634 +UV Count: 3 + UV + UV + UV +Face 3635 +UV Count: 3 + UV + UV + UV +Face 3636 +UV Count: 3 + UV + UV + UV +Face 3637 +UV Count: 3 + UV + UV + UV +Face 3638 +UV Count: 3 + UV + UV + UV +Face 3639 +UV Count: 3 + UV + UV + UV +Face 3640 +UV Count: 3 + UV + UV + UV +Face 3641 +UV Count: 3 + UV + UV + UV +Face 3642 +UV Count: 3 + UV + UV + UV +Face 3643 +UV Count: 3 + UV + UV + UV +Face 3644 +UV Count: 3 + UV + UV + UV +Face 3645 +UV Count: 3 + UV + UV + UV +Face 3646 +UV Count: 3 + UV + UV + UV +Face 3647 +UV Count: 3 + UV + UV + UV +Face 3648 +UV Count: 3 + UV + UV + UV +Face 3649 +UV Count: 3 + UV + UV + UV +Face 3650 +UV Count: 3 + UV + UV + UV +Face 3651 +UV Count: 3 + UV + UV + UV +Face 3652 +UV Count: 3 + UV + UV + UV +Face 3653 +UV Count: 3 + UV + UV + UV +Face 3654 +UV Count: 3 + UV + UV + UV +Face 3655 +UV Count: 3 + UV + UV + UV +Face 3656 +UV Count: 3 + UV + UV + UV +Face 3657 +UV Count: 3 + UV + UV + UV +Face 3658 +UV Count: 3 + UV + UV + UV +Face 3659 +UV Count: 3 + UV + UV + UV +Face 3660 +UV Count: 3 + UV + UV + UV +Face 3661 +UV Count: 3 + UV + UV + UV +Face 3662 +UV Count: 3 + UV + UV + UV +Face 3663 +UV Count: 3 + UV + UV + UV +Face 3664 +UV Count: 3 + UV + UV + UV +Face 3665 +UV Count: 3 + UV + UV + UV +Face 3666 +UV Count: 3 + UV + UV + UV +Face 3667 +UV Count: 3 + UV + UV + UV +Face 3668 +UV Count: 3 + UV + UV + UV +Face 3669 +UV Count: 3 + UV + UV + UV +Face 3670 +UV Count: 3 + UV + UV + UV +Face 3671 +UV Count: 3 + UV + UV + UV +Face 3672 +UV Count: 3 + UV + UV + UV +Face 3673 +UV Count: 3 + UV + UV + UV +Face 3674 +UV Count: 3 + UV + UV + UV +Face 3675 +UV Count: 3 + UV + UV + UV +Face 3676 +UV Count: 3 + UV + UV + UV +Face 3677 +UV Count: 3 + UV + UV + UV +Face 3678 +UV Count: 3 + UV + UV + UV +Face 3679 +UV Count: 3 + UV + UV + UV +Face 3680 +UV Count: 3 + UV + UV + UV +Face 3681 +UV Count: 3 + UV + UV + UV +Face 3682 +UV Count: 3 + UV + UV + UV +Face 3683 +UV Count: 3 + UV + UV + UV +Face 3684 +UV Count: 3 + UV + UV + UV +Face 3685 +UV Count: 3 + UV + UV + UV +Face 3686 +UV Count: 3 + UV + UV + UV +Face 3687 +UV Count: 3 + UV + UV + UV +Face 3688 +UV Count: 3 + UV + UV + UV +Face 3689 +UV Count: 3 + UV + UV + UV +Face 3690 +UV Count: 3 + UV + UV + UV +Face 3691 +UV Count: 3 + UV + UV + UV +Face 3692 +UV Count: 3 + UV + UV + UV +Face 3693 +UV Count: 3 + UV + UV + UV +Face 3694 +UV Count: 3 + UV + UV + UV +Face 3695 +UV Count: 3 + UV + UV + UV +Face 3696 +UV Count: 3 + UV + UV + UV +Face 3697 +UV Count: 3 + UV + UV + UV +Face 3698 +UV Count: 3 + UV + UV + UV +Face 3699 +UV Count: 3 + UV + UV + UV +Face 3700 +UV Count: 3 + UV + UV + UV +Face 3701 +UV Count: 3 + UV + UV + UV +Face 3702 +UV Count: 3 + UV + UV + UV +Face 3703 +UV Count: 3 + UV + UV + UV +Face 3704 +UV Count: 3 + UV + UV + UV +Face 3705 +UV Count: 3 + UV + UV + UV +Face 3706 +UV Count: 3 + UV + UV + UV +Face 3707 +UV Count: 3 + UV + UV + UV +Face 3708 +UV Count: 3 + UV + UV + UV +Face 3709 +UV Count: 3 + UV + UV + UV +Face 3710 +UV Count: 3 + UV + UV + UV +Face 3711 +UV Count: 3 + UV + UV + UV +Face 3712 +UV Count: 3 + UV + UV + UV +Face 3713 +UV Count: 3 + UV + UV + UV +Face 3714 +UV Count: 3 + UV + UV + UV +Face 3715 +UV Count: 3 + UV + UV + UV +Face 3716 +UV Count: 3 + UV + UV + UV +Face 3717 +UV Count: 3 + UV + UV + UV +Face 3718 +UV Count: 3 + UV + UV + UV +Face 3719 +UV Count: 3 + UV + UV + UV +Face 3720 +UV Count: 3 + UV + UV + UV +Face 3721 +UV Count: 3 + UV + UV + UV +Face 3722 +UV Count: 3 + UV + UV + UV +Face 3723 +UV Count: 3 + UV + UV + UV +Face 3724 +UV Count: 3 + UV + UV + UV +Face 3725 +UV Count: 3 + UV + UV + UV +Face 3726 +UV Count: 3 + UV + UV + UV +Face 3727 +UV Count: 3 + UV + UV + UV +Face 3728 +UV Count: 3 + UV + UV + UV +Face 3729 +UV Count: 3 + UV + UV + UV +Face 3730 +UV Count: 3 + UV + UV + UV +Face 3731 +UV Count: 3 + UV + UV + UV +Face 3732 +UV Count: 3 + UV + UV + UV +Face 3733 +UV Count: 3 + UV + UV + UV +Face 3734 +UV Count: 3 + UV + UV + UV +Face 3735 +UV Count: 3 + UV + UV + UV +Face 3736 +UV Count: 3 + UV + UV + UV +Face 3737 +UV Count: 3 + UV + UV + UV +Face 3738 +UV Count: 3 + UV + UV + UV +Face 3739 +UV Count: 3 + UV + UV + UV +Face 3740 +UV Count: 3 + UV + UV + UV +Face 3741 +UV Count: 3 + UV + UV + UV +Face 3742 +UV Count: 3 + UV + UV + UV +Face 3743 +UV Count: 3 + UV + UV + UV +Face 3744 +UV Count: 3 + UV + UV + UV +Face 3745 +UV Count: 3 + UV + UV + UV +Face 3746 +UV Count: 3 + UV + UV + UV +Face 3747 +UV Count: 3 + UV + UV + UV +Face 3748 +UV Count: 3 + UV + UV + UV +Face 3749 +UV Count: 3 + UV + UV + UV +Face 3750 +UV Count: 3 + UV + UV + UV +Face 3751 +UV Count: 3 + UV + UV + UV +Face 3752 +UV Count: 3 + UV + UV + UV +Face 3753 +UV Count: 3 + UV + UV + UV +Face 3754 +UV Count: 3 + UV + UV + UV +Face 3755 +UV Count: 3 + UV + UV + UV +Face 3756 +UV Count: 3 + UV + UV + UV +Face 3757 +UV Count: 3 + UV + UV + UV +Face 3758 +UV Count: 3 + UV + UV + UV +Face 3759 +UV Count: 3 + UV + UV + UV +Face 3760 +UV Count: 3 + UV + UV + UV +Face 3761 +UV Count: 3 + UV + UV + UV +Face 3762 +UV Count: 3 + UV + UV + UV +Face 3763 +UV Count: 3 + UV + UV + UV +Face 3764 +UV Count: 3 + UV + UV + UV +Face 3765 +UV Count: 3 + UV + UV + UV +Face 3766 +UV Count: 3 + UV + UV + UV +Face 3767 +UV Count: 3 + UV + UV + UV +Face 3768 +UV Count: 3 + UV + UV + UV +Face 3769 +UV Count: 3 + UV + UV + UV +Face 3770 +UV Count: 3 + UV + UV + UV +Face 3771 +UV Count: 3 + UV + UV + UV +Face 3772 +UV Count: 3 + UV + UV + UV +Face 3773 +UV Count: 3 + UV + UV + UV +Face 3774 +UV Count: 3 + UV + UV + UV +Face 3775 +UV Count: 3 + UV + UV + UV +Face 3776 +UV Count: 3 + UV + UV + UV +Face 3777 +UV Count: 3 + UV + UV + UV +Face 3778 +UV Count: 3 + UV + UV + UV +Face 3779 +UV Count: 3 + UV + UV + UV +Face 3780 +UV Count: 3 + UV + UV + UV +Face 3781 +UV Count: 3 + UV + UV + UV +Face 3782 +UV Count: 3 + UV + UV + UV +Face 3783 +UV Count: 3 + UV + UV + UV +Face 3784 +UV Count: 3 + UV + UV + UV +Face 3785 +UV Count: 3 + UV + UV + UV +Face 3786 +UV Count: 3 + UV + UV + UV +Face 3787 +UV Count: 3 + UV + UV + UV +Face 3788 +UV Count: 3 + UV + UV + UV +Face 3789 +UV Count: 3 + UV + UV + UV +Face 3790 +UV Count: 3 + UV + UV + UV +Face 3791 +UV Count: 3 + UV + UV + UV +Face 3792 +UV Count: 3 + UV + UV + UV +Face 3793 +UV Count: 3 + UV + UV + UV +Face 3794 +UV Count: 3 + UV + UV + UV +Face 3795 +UV Count: 3 + UV + UV + UV +Face 3796 +UV Count: 3 + UV + UV + UV +Face 3797 +UV Count: 3 + UV + UV + UV +Face 3798 +UV Count: 3 + UV + UV + UV +Face 3799 +UV Count: 3 + UV + UV + UV +Face 3800 +UV Count: 3 + UV + UV + UV +Face 3801 +UV Count: 3 + UV + UV + UV +Face 3802 +UV Count: 3 + UV + UV + UV +Face 3803 +UV Count: 3 + UV + UV + UV +Face 3804 +UV Count: 3 + UV + UV + UV +Face 3805 +UV Count: 3 + UV + UV + UV +Face 3806 +UV Count: 3 + UV + UV + UV +Face 3807 +UV Count: 3 + UV + UV + UV +Face 3808 +UV Count: 3 + UV + UV + UV +Face 3809 +UV Count: 3 + UV + UV + UV +Face 3810 +UV Count: 3 + UV + UV + UV +Face 3811 +UV Count: 3 + UV + UV + UV +Face 3812 +UV Count: 3 + UV + UV + UV +Face 3813 +UV Count: 3 + UV + UV + UV +Face 3814 +UV Count: 3 + UV + UV + UV +Face 3815 +UV Count: 3 + UV + UV + UV +Face 3816 +UV Count: 3 + UV + UV + UV +Face 3817 +UV Count: 3 + UV + UV + UV +Face 3818 +UV Count: 3 + UV + UV + UV +Face 3819 +UV Count: 3 + UV + UV + UV +Face 3820 +UV Count: 3 + UV + UV + UV +Face 3821 +UV Count: 3 + UV + UV + UV +Face 3822 +UV Count: 3 + UV + UV + UV +Face 3823 +UV Count: 3 + UV + UV + UV +Face 3824 +UV Count: 3 + UV + UV + UV +Face 3825 +UV Count: 3 + UV + UV + UV +Face 3826 +UV Count: 3 + UV + UV + UV +Face 3827 +UV Count: 3 + UV + UV + UV +Face 3828 +UV Count: 3 + UV + UV + UV +Face 3829 +UV Count: 3 + UV + UV + UV +Face 3830 +UV Count: 3 + UV + UV + UV +Face 3831 +UV Count: 3 + UV + UV + UV +Face 3832 +UV Count: 3 + UV + UV + UV +Face 3833 +UV Count: 3 + UV + UV + UV +Face 3834 +UV Count: 3 + UV + UV + UV +Face 3835 +UV Count: 3 + UV + UV + UV +Face 3836 +UV Count: 3 + UV + UV + UV +Face 3837 +UV Count: 3 + UV + UV + UV +Face 3838 +UV Count: 3 + UV + UV + UV +Face 3839 +UV Count: 3 + UV + UV + UV +Face 3840 +UV Count: 3 + UV + UV + UV +Face 3841 +UV Count: 3 + UV + UV + UV +Face 3842 +UV Count: 3 + UV + UV + UV +Face 3843 +UV Count: 3 + UV + UV + UV +Face 3844 +UV Count: 3 + UV + UV + UV +Face 3845 +UV Count: 3 + UV + UV + UV +Face 3846 +UV Count: 3 + UV + UV + UV +Face 3847 +UV Count: 3 + UV + UV + UV +Face 3848 +UV Count: 3 + UV + UV + UV +Face 3849 +UV Count: 3 + UV + UV + UV +Face 3850 +UV Count: 3 + UV + UV + UV +Face 3851 +UV Count: 3 + UV + UV + UV +Face 3852 +UV Count: 3 + UV + UV + UV +Face 3853 +UV Count: 3 + UV + UV + UV +Face 3854 +UV Count: 3 + UV + UV + UV +Face 3855 +UV Count: 3 + UV + UV + UV +Face 3856 +UV Count: 3 + UV + UV + UV +Face 3857 +UV Count: 3 + UV + UV + UV +Face 3858 +UV Count: 3 + UV + UV + UV +Face 3859 +UV Count: 3 + UV + UV + UV +Face 3860 +UV Count: 3 + UV + UV + UV +Face 3861 +UV Count: 3 + UV + UV + UV +Face 3862 +UV Count: 3 + UV + UV + UV +Face 3863 +UV Count: 3 + UV + UV + UV +Face 3864 +UV Count: 3 + UV + UV + UV +Face 3865 +UV Count: 3 + UV + UV + UV +Face 3866 +UV Count: 3 + UV + UV + UV +Face 3867 +UV Count: 3 + UV + UV + UV +Face 3868 +UV Count: 3 + UV + UV + UV +Face 3869 +UV Count: 3 + UV + UV + UV +Face 3870 +UV Count: 3 + UV + UV + UV +Face 3871 +UV Count: 3 + UV + UV + UV +Face 3872 +UV Count: 3 + UV + UV + UV +Face 3873 +UV Count: 3 + UV + UV + UV +Face 3874 +UV Count: 3 + UV + UV + UV +Face 3875 +UV Count: 3 + UV + UV + UV +Face 3876 +UV Count: 3 + UV + UV + UV +Face 3877 +UV Count: 3 + UV + UV + UV +Face 3878 +UV Count: 3 + UV + UV + UV +Face 3879 +UV Count: 3 + UV + UV + UV +Face 3880 +UV Count: 3 + UV + UV + UV +Face 3881 +UV Count: 3 + UV + UV + UV +Face 3882 +UV Count: 3 + UV + UV + UV +Face 3883 +UV Count: 3 + UV + UV + UV +Face 3884 +UV Count: 3 + UV + UV + UV +Face 3885 +UV Count: 3 + UV + UV + UV +Face 3886 +UV Count: 3 + UV + UV + UV +Face 3887 +UV Count: 3 + UV + UV + UV +Face 3888 +UV Count: 3 + UV + UV + UV +Face 3889 +UV Count: 3 + UV + UV + UV +Face 3890 +UV Count: 3 + UV + UV + UV +Face 3891 +UV Count: 3 + UV + UV + UV +Face 3892 +UV Count: 3 + UV + UV + UV +Face 3893 +UV Count: 3 + UV + UV + UV +Face 3894 +UV Count: 3 + UV + UV + UV +Face 3895 +UV Count: 3 + UV + UV + UV +Face 3896 +UV Count: 3 + UV + UV + UV +Face 3897 +UV Count: 3 + UV + UV + UV +Face 3898 +UV Count: 3 + UV + UV + UV +Face 3899 +UV Count: 3 + UV + UV + UV +Face 3900 +UV Count: 3 + UV + UV + UV +Face 3901 +UV Count: 3 + UV + UV + UV +Face 3902 +UV Count: 3 + UV + UV + UV +Face 3903 +UV Count: 3 + UV + UV + UV +Face 3904 +UV Count: 3 + UV + UV + UV +Face 3905 +UV Count: 3 + UV + UV + UV +Face 3906 +UV Count: 3 + UV + UV + UV +Face 3907 +UV Count: 3 + UV + UV + UV +Face 3908 +UV Count: 3 + UV + UV + UV +Face 3909 +UV Count: 3 + UV + UV + UV +Face 3910 +UV Count: 3 + UV + UV + UV +Face 3911 +UV Count: 3 + UV + UV + UV +Face 3912 +UV Count: 3 + UV + UV + UV +Face 3913 +UV Count: 3 + UV + UV + UV +Face 3914 +UV Count: 3 + UV + UV + UV +Face 3915 +UV Count: 3 + UV + UV + UV +Face 3916 +UV Count: 3 + UV + UV + UV +Face 3917 +UV Count: 3 + UV + UV + UV +Face 3918 +UV Count: 3 + UV + UV + UV +Face 3919 +UV Count: 3 + UV + UV + UV +Face 3920 +UV Count: 3 + UV + UV + UV +Face 3921 +UV Count: 3 + UV + UV + UV +Face 3922 +UV Count: 3 + UV + UV + UV +Face 3923 +UV Count: 3 + UV + UV + UV +Face 3924 +UV Count: 3 + UV + UV + UV +Face 3925 +UV Count: 3 + UV + UV + UV +Face 3926 +UV Count: 3 + UV + UV + UV +Face 3927 +UV Count: 3 + UV + UV + UV +Face 3928 +UV Count: 3 + UV + UV + UV +Face 3929 +UV Count: 3 + UV + UV + UV +Face 3930 +UV Count: 3 + UV + UV + UV +Face 3931 +UV Count: 3 + UV + UV + UV +Face 3932 +UV Count: 3 + UV + UV + UV +Face 3933 +UV Count: 3 + UV + UV + UV +Face 3934 +UV Count: 3 + UV + UV + UV +Face 3935 +UV Count: 3 + UV + UV + UV +Face 3936 +UV Count: 3 + UV + UV + UV +Face 3937 +UV Count: 3 + UV + UV + UV +Face 3938 +UV Count: 3 + UV + UV + UV +Face 3939 +UV Count: 3 + UV + UV + UV +Face 3940 +UV Count: 3 + UV + UV + UV +Face 3941 +UV Count: 3 + UV + UV + UV +Face 3942 +UV Count: 3 + UV + UV + UV +Face 3943 +UV Count: 3 + UV + UV + UV +Face 3944 +UV Count: 3 + UV + UV + UV +Face 3945 +UV Count: 3 + UV + UV + UV +Face 3946 +UV Count: 3 + UV + UV + UV +Face 3947 +UV Count: 3 + UV + UV + UV +Face 3948 +UV Count: 3 + UV + UV + UV +Face 3949 +UV Count: 3 + UV + UV + UV +Face 3950 +UV Count: 3 + UV + UV + UV +Face 3951 +UV Count: 3 + UV + UV + UV +Face 3952 +UV Count: 3 + UV + UV + UV +Face 3953 +UV Count: 3 + UV + UV + UV +Face 3954 +UV Count: 3 + UV + UV + UV +Face 3955 +UV Count: 3 + UV + UV + UV +Face 3956 +UV Count: 3 + UV + UV + UV +Face 3957 +UV Count: 3 + UV + UV + UV +Face 3958 +UV Count: 3 + UV + UV + UV +Face 3959 +UV Count: 3 + UV + UV + UV +Face 3960 +UV Count: 3 + UV + UV + UV +Face 3961 +UV Count: 3 + UV + UV + UV +Face 3962 +UV Count: 3 + UV + UV + UV +Face 3963 +UV Count: 3 + UV + UV + UV +Face 3964 +UV Count: 3 + UV + UV + UV +Face 3965 +UV Count: 3 + UV + UV + UV +Face 3966 +UV Count: 3 + UV + UV + UV +Face 3967 +UV Count: 3 + UV + UV + UV +Face 3968 +UV Count: 3 + UV + UV + UV +Face 3969 +UV Count: 3 + UV + UV + UV +Face 3970 +UV Count: 3 + UV + UV + UV +Face 3971 +UV Count: 3 + UV + UV + UV +Face 3972 +UV Count: 3 + UV + UV + UV +Face 3973 +UV Count: 3 + UV + UV + UV +Face 3974 +UV Count: 3 + UV + UV + UV +Face 3975 +UV Count: 3 + UV + UV + UV +Face 3976 +UV Count: 3 + UV + UV + UV +Face 3977 +UV Count: 3 + UV + UV + UV +Face 3978 +UV Count: 3 + UV + UV + UV +Face 3979 +UV Count: 3 + UV + UV + UV +Face 3980 +UV Count: 3 + UV + UV + UV +Face 3981 +UV Count: 3 + UV + UV + UV +Face 3982 +UV Count: 3 + UV + UV + UV +Face 3983 +UV Count: 3 + UV + UV + UV +Face 3984 +UV Count: 3 + UV + UV + UV +Face 3985 +UV Count: 3 + UV + UV + UV +Face 3986 +UV Count: 3 + UV + UV + UV +Face 3987 +UV Count: 3 + UV + UV + UV +Face 3988 +UV Count: 3 + UV + UV + UV +Face 3989 +UV Count: 3 + UV + UV + UV +Face 3990 +UV Count: 3 + UV + UV + UV +Face 3991 +UV Count: 3 + UV + UV + UV +Face 3992 +UV Count: 3 + UV + UV + UV +Face 3993 +UV Count: 3 + UV + UV + UV +Face 3994 +UV Count: 3 + UV + UV + UV +Face 3995 +UV Count: 3 + UV + UV + UV +Face 3996 +UV Count: 3 + UV + UV + UV +Face 3997 +UV Count: 3 + UV + UV + UV +Face 3998 +UV Count: 3 + UV + UV + UV +Face 3999 +UV Count: 3 + UV + UV + UV +Face 4000 +UV Count: 3 + UV + UV + UV +Face 4001 +UV Count: 3 + UV + UV + UV +Face 4002 +UV Count: 3 + UV + UV + UV +Face 4003 +UV Count: 3 + UV + UV + UV +Face 4004 +UV Count: 3 + UV + UV + UV +Face 4005 +UV Count: 3 + UV + UV + UV +Face 4006 +UV Count: 3 + UV + UV + UV +Face 4007 +UV Count: 3 + UV + UV + UV +Face 4008 +UV Count: 3 + UV + UV + UV +Face 4009 +UV Count: 3 + UV + UV + UV +Face 4010 +UV Count: 3 + UV + UV + UV +Face 4011 +UV Count: 3 + UV + UV + UV +Face 4012 +UV Count: 3 + UV + UV + UV +Face 4013 +UV Count: 3 + UV + UV + UV +Face 4014 +UV Count: 3 + UV + UV + UV +Face 4015 +UV Count: 3 + UV + UV + UV +Face 4016 +UV Count: 3 + UV + UV + UV +Face 4017 +UV Count: 3 + UV + UV + UV +Face 4018 +UV Count: 3 + UV + UV + UV +Face 4019 +UV Count: 3 + UV + UV + UV +Face 4020 +UV Count: 3 + UV + UV + UV +Face 4021 +UV Count: 3 + UV + UV + UV +Face 4022 +UV Count: 3 + UV + UV + UV +Face 4023 +UV Count: 3 + UV + UV + UV +Face 4024 +UV Count: 3 + UV + UV + UV +Face 4025 +UV Count: 3 + UV + UV + UV +Face 4026 +UV Count: 3 + UV + UV + UV +Face 4027 +UV Count: 3 + UV + UV + UV +Face 4028 +UV Count: 3 + UV + UV + UV +Face 4029 +UV Count: 3 + UV + UV + UV +Face 4030 +UV Count: 3 + UV + UV + UV +Face 4031 +UV Count: 3 + UV + UV + UV +Face 4032 +UV Count: 3 + UV + UV + UV +Face 4033 +UV Count: 3 + UV + UV + UV +Face 4034 +UV Count: 3 + UV + UV + UV +Face 4035 +UV Count: 3 + UV + UV + UV +Face 4036 +UV Count: 3 + UV + UV + UV +Face 4037 +UV Count: 3 + UV + UV + UV +Face 4038 +UV Count: 3 + UV + UV + UV +Face 4039 +UV Count: 3 + UV + UV + UV +Face 4040 +UV Count: 3 + UV + UV + UV +Face 4041 +UV Count: 3 + UV + UV + UV +Face 4042 +UV Count: 3 + UV + UV + UV +Face 4043 +UV Count: 3 + UV + UV + UV +Face 4044 +UV Count: 3 + UV + UV + UV +Face 4045 +UV Count: 3 + UV + UV + UV +Face 4046 +UV Count: 3 + UV + UV + UV +Face 4047 +UV Count: 3 + UV + UV + UV +Face 4048 +UV Count: 3 + UV + UV + UV +Face 4049 +UV Count: 3 + UV + UV + UV +Face 4050 +UV Count: 3 + UV + UV + UV +Face 4051 +UV Count: 3 + UV + UV + UV +Face 4052 +UV Count: 3 + UV + UV + UV +Face 4053 +UV Count: 3 + UV + UV + UV +Face 4054 +UV Count: 3 + UV + UV + UV +Face 4055 +UV Count: 3 + UV + UV + UV +Face 4056 +UV Count: 3 + UV + UV + UV +Face 4057 +UV Count: 3 + UV + UV + UV +Face 4058 +UV Count: 3 + UV + UV + UV +Face 4059 +UV Count: 3 + UV + UV + UV +Face 4060 +UV Count: 3 + UV + UV + UV +Face 4061 +UV Count: 3 + UV + UV + UV +Face 4062 +UV Count: 3 + UV + UV + UV +Face 4063 +UV Count: 3 + UV + UV + UV +Face 4064 +UV Count: 3 + UV + UV + UV +Face 4065 +UV Count: 3 + UV + UV + UV +Face 4066 +UV Count: 3 + UV + UV + UV +Face 4067 +UV Count: 3 + UV + UV + UV +Face 4068 +UV Count: 3 + UV + UV + UV +Face 4069 +UV Count: 3 + UV + UV + UV +Face 4070 +UV Count: 3 + UV + UV + UV +Face 4071 +UV Count: 3 + UV + UV + UV +Face 4072 +UV Count: 3 + UV + UV + UV +Face 4073 +UV Count: 3 + UV + UV + UV +Face 4074 +UV Count: 3 + UV + UV + UV +Face 4075 +UV Count: 3 + UV + UV + UV +Face 4076 +UV Count: 3 + UV + UV + UV +Face 4077 +UV Count: 3 + UV + UV + UV +Face 4078 +UV Count: 3 + UV + UV + UV +Face 4079 +UV Count: 3 + UV + UV + UV +Face 4080 +UV Count: 3 + UV + UV + UV +Face 4081 +UV Count: 3 + UV + UV + UV +Face 4082 +UV Count: 3 + UV + UV + UV +Face 4083 +UV Count: 3 + UV + UV + UV +Face 4084 +UV Count: 3 + UV + UV + UV +Face 4085 +UV Count: 3 + UV + UV + UV +Face 4086 +UV Count: 3 + UV + UV + UV +Face 4087 +UV Count: 3 + UV + UV + UV +Face 4088 +UV Count: 3 + UV + UV + UV +Face 4089 +UV Count: 3 + UV + UV + UV +Face 4090 +UV Count: 3 + UV + UV + UV +Face 4091 +UV Count: 3 + UV + UV + UV +Face 4092 +UV Count: 3 + UV + UV + UV +Face 4093 +UV Count: 3 + UV + UV + UV +Face 4094 +UV Count: 3 + UV + UV + UV +Face 4095 +UV Count: 3 + UV + UV + UV +Face 4096 +UV Count: 3 + UV + UV + UV +Face 4097 +UV Count: 3 + UV + UV + UV +Face 4098 +UV Count: 3 + UV + UV + UV +Face 4099 +UV Count: 3 + UV + UV + UV +Face 4100 +UV Count: 3 + UV + UV + UV +Face 4101 +UV Count: 3 + UV + UV + UV +Face 4102 +UV Count: 3 + UV + UV + UV +Face 4103 +UV Count: 3 + UV + UV + UV +Face 4104 +UV Count: 3 + UV + UV + UV +Face 4105 +UV Count: 3 + UV + UV + UV +Face 4106 +UV Count: 3 + UV + UV + UV +Face 4107 +UV Count: 3 + UV + UV + UV +Face 4108 +UV Count: 3 + UV + UV + UV +Face 4109 +UV Count: 3 + UV + UV + UV +Face 4110 +UV Count: 3 + UV + UV + UV +Face 4111 +UV Count: 3 + UV + UV + UV +Face 4112 +UV Count: 3 + UV + UV + UV +Face 4113 +UV Count: 3 + UV + UV + UV +Face 4114 +UV Count: 3 + UV + UV + UV +Face 4115 +UV Count: 3 + UV + UV + UV +Face 4116 +UV Count: 3 + UV + UV + UV +Face 4117 +UV Count: 3 + UV + UV + UV +Face 4118 +UV Count: 3 + UV + UV + UV +Face 4119 +UV Count: 3 + UV + UV + UV +Face 4120 +UV Count: 3 + UV + UV + UV +Face 4121 +UV Count: 3 + UV + UV + UV +Face 4122 +UV Count: 3 + UV + UV + UV +Face 4123 +UV Count: 3 + UV + UV + UV +Face 4124 +UV Count: 3 + UV + UV + UV +Face 4125 +UV Count: 3 + UV + UV + UV +Face 4126 +UV Count: 3 + UV + UV + UV +Face 4127 +UV Count: 3 + UV + UV + UV +Face 4128 +UV Count: 3 + UV + UV + UV +Face 4129 +UV Count: 3 + UV + UV + UV +Face 4130 +UV Count: 3 + UV + UV + UV +Face 4131 +UV Count: 3 + UV + UV + UV +Face 4132 +UV Count: 3 + UV + UV + UV +Face 4133 +UV Count: 3 + UV + UV + UV +Face 4134 +UV Count: 3 + UV + UV + UV +Face 4135 +UV Count: 3 + UV + UV + UV +Face 4136 +UV Count: 3 + UV + UV + UV +Face 4137 +UV Count: 3 + UV + UV + UV +Face 4138 +UV Count: 3 + UV + UV + UV +Face 4139 +UV Count: 3 + UV + UV + UV +Face 4140 +UV Count: 3 + UV + UV + UV +Face 4141 +UV Count: 3 + UV + UV + UV +Face 4142 +UV Count: 3 + UV + UV + UV +Face 4143 +UV Count: 3 + UV + UV + UV +Face 4144 +UV Count: 3 + UV + UV + UV +Face 4145 +UV Count: 3 + UV + UV + UV +Face 4146 +UV Count: 3 + UV + UV + UV +Face 4147 +UV Count: 3 + UV + UV + UV +Face 4148 +UV Count: 3 + UV + UV + UV +Face 4149 +UV Count: 3 + UV + UV + UV +Face 4150 +UV Count: 3 + UV + UV + UV +Face 4151 +UV Count: 3 + UV + UV + UV +Face 4152 +UV Count: 3 + UV + UV + UV +Face 4153 +UV Count: 3 + UV + UV + UV +Face 4154 +UV Count: 3 + UV + UV + UV +Face 4155 +UV Count: 3 + UV + UV + UV +Face 4156 +UV Count: 3 + UV + UV + UV +Face 4157 +UV Count: 3 + UV + UV + UV +Face 4158 +UV Count: 3 + UV + UV + UV +Face 4159 +UV Count: 3 + UV + UV + UV +Face 4160 +UV Count: 3 + UV + UV + UV +Face 4161 +UV Count: 3 + UV + UV + UV +Face 4162 +UV Count: 3 + UV + UV + UV +Face 4163 +UV Count: 3 + UV + UV + UV +Face 4164 +UV Count: 3 + UV + UV + UV +Face 4165 +UV Count: 3 + UV + UV + UV +Face 4166 +UV Count: 3 + UV + UV + UV +Face 4167 +UV Count: 3 + UV + UV + UV +Face 4168 +UV Count: 3 + UV + UV + UV +Face 4169 +UV Count: 3 + UV + UV + UV +Face 4170 +UV Count: 3 + UV + UV + UV +Face 4171 +UV Count: 3 + UV + UV + UV +Face 4172 +UV Count: 3 + UV + UV + UV +Face 4173 +UV Count: 3 + UV + UV + UV +Face 4174 +UV Count: 3 + UV + UV + UV +Face 4175 +UV Count: 3 + UV + UV + UV +Face 4176 +UV Count: 3 + UV + UV + UV +Face 4177 +UV Count: 3 + UV + UV + UV +Face 4178 +UV Count: 3 + UV + UV + UV +Face 4179 +UV Count: 3 + UV + UV + UV +Face 4180 +UV Count: 3 + UV + UV + UV +Face 4181 +UV Count: 3 + UV + UV + UV +Face 4182 +UV Count: 3 + UV + UV + UV +Face 4183 +UV Count: 3 + UV + UV + UV +Face 4184 +UV Count: 3 + UV + UV + UV +Face 4185 +UV Count: 3 + UV + UV + UV +Face 4186 +UV Count: 3 + UV + UV + UV +Face 4187 +UV Count: 3 + UV + UV + UV +Face 4188 +UV Count: 3 + UV + UV + UV +Face 4189 +UV Count: 3 + UV + UV + UV +Face 4190 +UV Count: 3 + UV + UV + UV +Face 4191 +UV Count: 3 + UV + UV + UV +Face 4192 +UV Count: 3 + UV + UV + UV +Face 4193 +UV Count: 3 + UV + UV + UV +Face 4194 +UV Count: 3 + UV + UV + UV +Face 4195 +UV Count: 3 + UV + UV + UV +Face 4196 +UV Count: 3 + UV + UV + UV +Face 4197 +UV Count: 3 + UV + UV + UV +Face 4198 +UV Count: 3 + UV + UV + UV +Face 4199 +UV Count: 3 + UV + UV + UV +Face 4200 +UV Count: 3 + UV + UV + UV +Face 4201 +UV Count: 3 + UV + UV + UV +Face 4202 +UV Count: 3 + UV + UV + UV +Face 4203 +UV Count: 3 + UV + UV + UV +Face 4204 +UV Count: 3 + UV + UV + UV +Face 4205 +UV Count: 3 + UV + UV + UV +Face 4206 +UV Count: 3 + UV + UV + UV +Face 4207 +UV Count: 3 + UV + UV + UV +Face 4208 +UV Count: 3 + UV + UV + UV +Face 4209 +UV Count: 3 + UV + UV + UV +Face 4210 +UV Count: 3 + UV + UV + UV +Face 4211 +UV Count: 3 + UV + UV + UV +Face 4212 +UV Count: 3 + UV + UV + UV +Face 4213 +UV Count: 3 + UV + UV + UV +Face 4214 +UV Count: 3 + UV + UV + UV +Face 4215 +UV Count: 3 + UV + UV + UV +Face 4216 +UV Count: 3 + UV + UV + UV +Face 4217 +UV Count: 3 + UV + UV + UV +Face 4218 +UV Count: 3 + UV + UV + UV +Face 4219 +UV Count: 3 + UV + UV + UV +Face 4220 +UV Count: 3 + UV + UV + UV +Face 4221 +UV Count: 3 + UV + UV + UV +Face 4222 +UV Count: 3 + UV + UV + UV +Face 4223 +UV Count: 3 + UV + UV + UV +Face 4224 +UV Count: 3 + UV + UV + UV +Face 4225 +UV Count: 3 + UV + UV + UV +Face 4226 +UV Count: 3 + UV + UV + UV +Face 4227 +UV Count: 3 + UV + UV + UV +Face 4228 +UV Count: 3 + UV + UV + UV +Face 4229 +UV Count: 3 + UV + UV + UV +Face 4230 +UV Count: 3 + UV + UV + UV +Face 4231 +UV Count: 3 + UV + UV + UV +Face 4232 +UV Count: 3 + UV + UV + UV +Face 4233 +UV Count: 3 + UV + UV + UV +Face 4234 +UV Count: 3 + UV + UV + UV +Face 4235 +UV Count: 3 + UV + UV + UV +Face 4236 +UV Count: 3 + UV + UV + UV +Face 4237 +UV Count: 3 + UV + UV + UV +Face 4238 +UV Count: 3 + UV + UV + UV +Face 4239 +UV Count: 3 + UV + UV + UV +Face 4240 +UV Count: 3 + UV + UV + UV +Face 4241 +UV Count: 3 + UV + UV + UV +Face 4242 +UV Count: 3 + UV + UV + UV +Face 4243 +UV Count: 3 + UV + UV + UV +Face 4244 +UV Count: 3 + UV + UV + UV +Face 4245 +UV Count: 3 + UV + UV + UV +Face 4246 +UV Count: 3 + UV + UV + UV +Face 4247 +UV Count: 3 + UV + UV + UV +Face 4248 +UV Count: 3 + UV + UV + UV +Face 4249 +UV Count: 3 + UV + UV + UV +Face 4250 +UV Count: 3 + UV + UV + UV +Face 4251 +UV Count: 3 + UV + UV + UV +Face 4252 +UV Count: 3 + UV + UV + UV +Face 4253 +UV Count: 3 + UV + UV + UV +Face 4254 +UV Count: 3 + UV + UV + UV +Face 4255 +UV Count: 3 + UV + UV + UV +Face 4256 +UV Count: 3 + UV + UV + UV +Face 4257 +UV Count: 3 + UV + UV + UV +Face 4258 +UV Count: 3 + UV + UV + UV +Face 4259 +UV Count: 3 + UV + UV + UV +Face 4260 +UV Count: 3 + UV + UV + UV +Face 4261 +UV Count: 3 + UV + UV + UV +Face 4262 +UV Count: 3 + UV + UV + UV +Face 4263 +UV Count: 3 + UV + UV + UV +Face 4264 +UV Count: 3 + UV + UV + UV +Face 4265 +UV Count: 3 + UV + UV + UV +Face 4266 +UV Count: 3 + UV + UV + UV +Face 4267 +UV Count: 3 + UV + UV + UV +Face 4268 +UV Count: 3 + UV + UV + UV +Face 4269 +UV Count: 3 + UV + UV + UV +Face 4270 +UV Count: 3 + UV + UV + UV +Face 4271 +UV Count: 3 + UV + UV + UV +Face 4272 +UV Count: 3 + UV + UV + UV +Face 4273 +UV Count: 3 + UV + UV + UV +Face 4274 +UV Count: 3 + UV + UV + UV +Face 4275 +UV Count: 3 + UV + UV + UV +Face 4276 +UV Count: 3 + UV + UV + UV +Face 4277 +UV Count: 3 + UV + UV + UV +Face 4278 +UV Count: 3 + UV + UV + UV +Face 4279 +UV Count: 3 + UV + UV + UV +Face 4280 +UV Count: 3 + UV + UV + UV +Face 4281 +UV Count: 3 + UV + UV + UV +Face 4282 +UV Count: 3 + UV + UV + UV +Face 4283 +UV Count: 3 + UV + UV + UV +Face 4284 +UV Count: 3 + UV + UV + UV +Face 4285 +UV Count: 3 + UV + UV + UV +Face 4286 +UV Count: 3 + UV + UV + UV +Face 4287 +UV Count: 3 + UV + UV + UV +Face 4288 +UV Count: 3 + UV + UV + UV +Face 4289 +UV Count: 3 + UV + UV + UV +Face 4290 +UV Count: 3 + UV + UV + UV +Face 4291 +UV Count: 3 + UV + UV + UV +Face 4292 +UV Count: 3 + UV + UV + UV +Face 4293 +UV Count: 3 + UV + UV + UV +Face 4294 +UV Count: 3 + UV + UV + UV +Face 4295 +UV Count: 3 + UV + UV + UV +Face 4296 +UV Count: 3 + UV + UV + UV +Face 4297 +UV Count: 3 + UV + UV + UV +Face 4298 +UV Count: 3 + UV + UV + UV +Face 4299 +UV Count: 3 + UV + UV + UV +Face 4300 +UV Count: 3 + UV + UV + UV +Face 4301 +UV Count: 3 + UV + UV + UV +Face 4302 +UV Count: 3 + UV + UV + UV +Face 4303 +UV Count: 3 + UV + UV + UV +Face 4304 +UV Count: 3 + UV + UV + UV +Face 4305 +UV Count: 3 + UV + UV + UV +Face 4306 +UV Count: 3 + UV + UV + UV +Face 4307 +UV Count: 3 + UV + UV + UV +Face 4308 +UV Count: 3 + UV + UV + UV +Face 4309 +UV Count: 3 + UV + UV + UV +Face 4310 +UV Count: 3 + UV + UV + UV +Face 4311 +UV Count: 3 + UV + UV + UV +Face 4312 +UV Count: 3 + UV + UV + UV +Face 4313 +UV Count: 3 + UV + UV + UV +Face 4314 +UV Count: 3 + UV + UV + UV +Face 4315 +UV Count: 3 + UV + UV + UV +Face 4316 +UV Count: 3 + UV + UV + UV +Face 4317 +UV Count: 3 + UV + UV + UV +Face 4318 +UV Count: 3 + UV + UV + UV +Face 4319 +UV Count: 3 + UV + UV + UV +Face 4320 +UV Count: 3 + UV + UV + UV +Face 4321 +UV Count: 3 + UV + UV + UV +Face 4322 +UV Count: 3 + UV + UV + UV +Face 4323 +UV Count: 3 + UV + UV + UV +Face 4324 +UV Count: 3 + UV + UV + UV +Face 4325 +UV Count: 3 + UV + UV + UV +Face 4326 +UV Count: 3 + UV + UV + UV +Face 4327 +UV Count: 3 + UV + UV + UV +Face 4328 +UV Count: 3 + UV + UV + UV +Face 4329 +UV Count: 3 + UV + UV + UV +Face 4330 +UV Count: 3 + UV + UV + UV +Face 4331 +UV Count: 3 + UV + UV + UV +Face 4332 +UV Count: 3 + UV + UV + UV +Face 4333 +UV Count: 3 + UV + UV + UV +Face 4334 +UV Count: 3 + UV + UV + UV +Face 4335 +UV Count: 3 + UV + UV + UV +Face 4336 +UV Count: 3 + UV + UV + UV +Face 4337 +UV Count: 3 + UV + UV + UV +Face 4338 +UV Count: 3 + UV + UV + UV +Face 4339 +UV Count: 3 + UV + UV + UV +Face 4340 +UV Count: 3 + UV + UV + UV +Face 4341 +UV Count: 3 + UV + UV + UV +Face 4342 +UV Count: 3 + UV + UV + UV +Face 4343 +UV Count: 3 + UV + UV + UV +Face 4344 +UV Count: 3 + UV + UV + UV +Face 4345 +UV Count: 3 + UV + UV + UV +Face 4346 +UV Count: 3 + UV + UV + UV +Face 4347 +UV Count: 3 + UV + UV + UV +Face 4348 +UV Count: 3 + UV + UV + UV +Face 4349 +UV Count: 3 + UV + UV + UV +Face 4350 +UV Count: 3 + UV + UV + UV +Face 4351 +UV Count: 3 + UV + UV + UV +Face 4352 +UV Count: 3 + UV + UV + UV +Face 4353 +UV Count: 3 + UV + UV + UV +Face 4354 +UV Count: 3 + UV + UV + UV +Face 4355 +UV Count: 3 + UV + UV + UV +Face 4356 +UV Count: 3 + UV + UV + UV +Face 4357 +UV Count: 3 + UV + UV + UV +Face 4358 +UV Count: 3 + UV + UV + UV +Face 4359 +UV Count: 3 + UV + UV + UV +Face 4360 +UV Count: 3 + UV + UV + UV +Face 4361 +UV Count: 3 + UV + UV + UV +Face 4362 +UV Count: 3 + UV + UV + UV +Face 4363 +UV Count: 3 + UV + UV + UV +Face 4364 +UV Count: 3 + UV + UV + UV +Face 4365 +UV Count: 3 + UV + UV + UV +Face 4366 +UV Count: 3 + UV + UV + UV +Face 4367 +UV Count: 3 + UV + UV + UV +Face 4368 +UV Count: 3 + UV + UV + UV +Face 4369 +UV Count: 3 + UV + UV + UV +Face 4370 +UV Count: 3 + UV + UV + UV +Face 4371 +UV Count: 3 + UV + UV + UV +Face 4372 +UV Count: 3 + UV + UV + UV +Face 4373 +UV Count: 3 + UV + UV + UV +Face 4374 +UV Count: 3 + UV + UV + UV +Face 4375 +UV Count: 3 + UV + UV + UV +Face 4376 +UV Count: 3 + UV + UV + UV +Face 4377 +UV Count: 3 + UV + UV + UV +Face 4378 +UV Count: 3 + UV + UV + UV +Face 4379 +UV Count: 3 + UV + UV + UV +Face 4380 +UV Count: 3 + UV + UV + UV +Face 4381 +UV Count: 3 + UV + UV + UV +Face 4382 +UV Count: 3 + UV + UV + UV +Face 4383 +UV Count: 3 + UV + UV + UV +Face 4384 +UV Count: 3 + UV + UV + UV +Face 4385 +UV Count: 3 + UV + UV + UV +Face 4386 +UV Count: 3 + UV + UV + UV +Face 4387 +UV Count: 3 + UV + UV + UV +Face 4388 +UV Count: 3 + UV + UV + UV +Face 4389 +UV Count: 3 + UV + UV + UV +Face 4390 +UV Count: 3 + UV + UV + UV +Face 4391 +UV Count: 3 + UV + UV + UV +Face 4392 +UV Count: 3 + UV + UV + UV +Face 4393 +UV Count: 3 + UV + UV + UV +Face 4394 +UV Count: 3 + UV + UV + UV +Face 4395 +UV Count: 3 + UV + UV + UV +Face 4396 +UV Count: 3 + UV + UV + UV +Face 4397 +UV Count: 3 + UV + UV + UV +Face 4398 +UV Count: 3 + UV + UV + UV +Face 4399 +UV Count: 3 + UV + UV + UV +Face 4400 +UV Count: 3 + UV + UV + UV +Face 4401 +UV Count: 3 + UV + UV + UV +Face 4402 +UV Count: 3 + UV + UV + UV +Face 4403 +UV Count: 3 + UV + UV + UV +Face 4404 +UV Count: 3 + UV + UV + UV +Face 4405 +UV Count: 3 + UV + UV + UV +Face 4406 +UV Count: 3 + UV + UV + UV +Face 4407 +UV Count: 3 + UV + UV + UV +Face 4408 +UV Count: 3 + UV + UV + UV +Face 4409 +UV Count: 3 + UV + UV + UV +Face 4410 +UV Count: 3 + UV + UV + UV +Face 4411 +UV Count: 3 + UV + UV + UV +Face 4412 +UV Count: 3 + UV + UV + UV +Face 4413 +UV Count: 3 + UV + UV + UV +Face 4414 +UV Count: 3 + UV + UV + UV +Face 4415 +UV Count: 3 + UV + UV + UV +Face 4416 +UV Count: 3 + UV + UV + UV +Face 4417 +UV Count: 3 + UV + UV + UV +Face 4418 +UV Count: 3 + UV + UV + UV +Face 4419 +UV Count: 3 + UV + UV + UV +Face 4420 +UV Count: 3 + UV + UV + UV +Face 4421 +UV Count: 3 + UV + UV + UV +Face 4422 +UV Count: 3 + UV + UV + UV +Face 4423 +UV Count: 3 + UV + UV + UV +Face 4424 +UV Count: 3 + UV + UV + UV +Face 4425 +UV Count: 3 + UV + UV + UV +Face 4426 +UV Count: 3 + UV + UV + UV +Face 4427 +UV Count: 3 + UV + UV + UV +Face 4428 +UV Count: 3 + UV + UV + UV +Face 4429 +UV Count: 3 + UV + UV + UV +Face 4430 +UV Count: 3 + UV + UV + UV +Face 4431 +UV Count: 3 + UV + UV + UV +Face 4432 +UV Count: 3 + UV + UV + UV +Face 4433 +UV Count: 3 + UV + UV + UV +Face 4434 +UV Count: 3 + UV + UV + UV +Face 4435 +UV Count: 3 + UV + UV + UV +Face 4436 +UV Count: 3 + UV + UV + UV +Face 4437 +UV Count: 3 + UV + UV + UV +Face 4438 +UV Count: 3 + UV + UV + UV +Face 4439 +UV Count: 3 + UV + UV + UV +Face 4440 +UV Count: 3 + UV + UV + UV +Face 4441 +UV Count: 3 + UV + UV + UV +Face 4442 +UV Count: 3 + UV + UV + UV +Face 4443 +UV Count: 3 + UV + UV + UV +Face 4444 +UV Count: 3 + UV + UV + UV +Face 4445 +UV Count: 3 + UV + UV + UV +Face 4446 +UV Count: 3 + UV + UV + UV +Face 4447 +UV Count: 3 + UV + UV + UV +Face 4448 +UV Count: 3 + UV + UV + UV +Face 4449 +UV Count: 3 + UV + UV + UV +Face 4450 +UV Count: 3 + UV + UV + UV +Face 4451 +UV Count: 3 + UV + UV + UV +Face 4452 +UV Count: 3 + UV + UV + UV +Face 4453 +UV Count: 3 + UV + UV + UV +Face 4454 +UV Count: 3 + UV + UV + UV +Face 4455 +UV Count: 3 + UV + UV + UV +Face 4456 +UV Count: 3 + UV + UV + UV +Face 4457 +UV Count: 3 + UV + UV + UV +Face 4458 +UV Count: 3 + UV + UV + UV +Face 4459 +UV Count: 3 + UV + UV + UV +Face 4460 +UV Count: 3 + UV + UV + UV +Face 4461 +UV Count: 3 + UV + UV + UV +Face 4462 +UV Count: 3 + UV + UV + UV +Face 4463 +UV Count: 3 + UV + UV + UV +Face 4464 +UV Count: 3 + UV + UV + UV +Face 4465 +UV Count: 3 + UV + UV + UV +Face 4466 +UV Count: 3 + UV + UV + UV +Face 4467 +UV Count: 3 + UV + UV + UV +Face 4468 +UV Count: 3 + UV + UV + UV +Face 4469 +UV Count: 3 + UV + UV + UV +Face 4470 +UV Count: 3 + UV + UV + UV +Face 4471 +UV Count: 3 + UV + UV + UV +Face 4472 +UV Count: 3 + UV + UV + UV +Face 4473 +UV Count: 3 + UV + UV + UV +Face 4474 +UV Count: 3 + UV + UV + UV +Face 4475 +UV Count: 3 + UV + UV + UV +Face 4476 +UV Count: 3 + UV + UV + UV +Face 4477 +UV Count: 3 + UV + UV + UV +Face 4478 +UV Count: 3 + UV + UV + UV +Face 4479 +UV Count: 3 + UV + UV + UV +Face 4480 +UV Count: 3 + UV + UV + UV +Face 4481 +UV Count: 3 + UV + UV + UV +Face 4482 +UV Count: 3 + UV + UV + UV +Face 4483 +UV Count: 3 + UV + UV + UV +Face 4484 +UV Count: 3 + UV + UV + UV +Face 4485 +UV Count: 3 + UV + UV + UV +Face 4486 +UV Count: 3 + UV + UV + UV +Face 4487 +UV Count: 3 + UV + UV + UV +Face 4488 +UV Count: 3 + UV + UV + UV +Face 4489 +UV Count: 3 + UV + UV + UV +Face 4490 +UV Count: 3 + UV + UV + UV +Face 4491 +UV Count: 3 + UV + UV + UV +Face 4492 +UV Count: 3 + UV + UV + UV +Face 4493 +UV Count: 3 + UV + UV + UV +Face 4494 +UV Count: 3 + UV + UV + UV +Face 4495 +UV Count: 3 + UV + UV + UV +Face 4496 +UV Count: 3 + UV + UV + UV +Face 4497 +UV Count: 3 + UV + UV + UV +Face 4498 +UV Count: 3 + UV + UV + UV +Face 4499 +UV Count: 3 + UV + UV + UV +Face 4500 +UV Count: 3 + UV + UV + UV +Face 4501 +UV Count: 3 + UV + UV + UV +Face 4502 +UV Count: 3 + UV + UV + UV +Face 4503 +UV Count: 3 + UV + UV + UV +Face 4504 +UV Count: 3 + UV + UV + UV +Face 4505 +UV Count: 3 + UV + UV + UV +Face 4506 +UV Count: 3 + UV + UV + UV +Face 4507 +UV Count: 3 + UV + UV + UV +Face 4508 +UV Count: 3 + UV + UV + UV +Face 4509 +UV Count: 3 + UV + UV + UV +Face 4510 +UV Count: 3 + UV + UV + UV +Face 4511 +UV Count: 3 + UV + UV + UV +Face 4512 +UV Count: 3 + UV + UV + UV +Face 4513 +UV Count: 3 + UV + UV + UV +Face 4514 +UV Count: 3 + UV + UV + UV +Face 4515 +UV Count: 3 + UV + UV + UV +Face 4516 +UV Count: 3 + UV + UV + UV +Face 4517 +UV Count: 3 + UV + UV + UV +Face 4518 +UV Count: 3 + UV + UV + UV +Face 4519 +UV Count: 3 + UV + UV + UV +Face 4520 +UV Count: 3 + UV + UV + UV +Face 4521 +UV Count: 3 + UV + UV + UV +Face 4522 +UV Count: 3 + UV + UV + UV +Face 4523 +UV Count: 3 + UV + UV + UV +Face 4524 +UV Count: 3 + UV + UV + UV +Face 4525 +UV Count: 3 + UV + UV + UV +Face 4526 +UV Count: 3 + UV + UV + UV +Face 4527 +UV Count: 3 + UV + UV + UV +Face 4528 +UV Count: 3 + UV + UV + UV +Face 4529 +UV Count: 3 + UV + UV + UV +Face 4530 +UV Count: 3 + UV + UV + UV +Face 4531 +UV Count: 3 + UV + UV + UV +Face 4532 +UV Count: 3 + UV + UV + UV +Face 4533 +UV Count: 3 + UV + UV + UV +Face 4534 +UV Count: 3 + UV + UV + UV +Face 4535 +UV Count: 3 + UV + UV + UV +Face 4536 +UV Count: 3 + UV + UV + UV +Face 4537 +UV Count: 3 + UV + UV + UV +Face 4538 +UV Count: 3 + UV + UV + UV +Face 4539 +UV Count: 3 + UV + UV + UV +Face 4540 +UV Count: 3 + UV + UV + UV +Face 4541 +UV Count: 3 + UV + UV + UV +Face 4542 +UV Count: 3 + UV + UV + UV +Face 4543 +UV Count: 3 + UV + UV + UV +Face 4544 +UV Count: 3 + UV + UV + UV +Face 4545 +UV Count: 3 + UV + UV + UV +Face 4546 +UV Count: 3 + UV + UV + UV +Face 4547 +UV Count: 3 + UV + UV + UV +Face 4548 +UV Count: 3 + UV + UV + UV +Face 4549 +UV Count: 3 + UV + UV + UV +Face 4550 +UV Count: 3 + UV + UV + UV +Face 4551 +UV Count: 3 + UV + UV + UV +Face 4552 +UV Count: 3 + UV + UV + UV +Face 4553 +UV Count: 3 + UV + UV + UV +Face 4554 +UV Count: 3 + UV + UV + UV +Face 4555 +UV Count: 3 + UV + UV + UV +Face 4556 +UV Count: 3 + UV + UV + UV +Face 4557 +UV Count: 3 + UV + UV + UV +Face 4558 +UV Count: 3 + UV + UV + UV +Face 4559 +UV Count: 3 + UV + UV + UV +Face 4560 +UV Count: 3 + UV + UV + UV +Face 4561 +UV Count: 3 + UV + UV + UV +Face 4562 +UV Count: 3 + UV + UV + UV +Face 4563 +UV Count: 3 + UV + UV + UV +Face 4564 +UV Count: 3 + UV + UV + UV +Face 4565 +UV Count: 3 + UV + UV + UV +Face 4566 +UV Count: 3 + UV + UV + UV +Face 4567 +UV Count: 3 + UV + UV + UV +Face 4568 +UV Count: 3 + UV + UV + UV +Face 4569 +UV Count: 3 + UV + UV + UV +Face 4570 +UV Count: 3 + UV + UV + UV +Face 4571 +UV Count: 3 + UV + UV + UV +Face 4572 +UV Count: 3 + UV + UV + UV +Face 4573 +UV Count: 3 + UV + UV + UV +Face 4574 +UV Count: 3 + UV + UV + UV +Face 4575 +UV Count: 3 + UV + UV + UV +Face 4576 +UV Count: 3 + UV + UV + UV +Face 4577 +UV Count: 3 + UV + UV + UV +Face 4578 +UV Count: 3 + UV + UV + UV +Face 4579 +UV Count: 3 + UV + UV + UV +Face 4580 +UV Count: 3 + UV + UV + UV +Face 4581 +UV Count: 3 + UV + UV + UV +Face 4582 +UV Count: 3 + UV + UV + UV +Face 4583 +UV Count: 3 + UV + UV + UV +Face 4584 +UV Count: 3 + UV + UV + UV +Face 4585 +UV Count: 3 + UV + UV + UV +Face 4586 +UV Count: 3 + UV + UV + UV +Face 4587 +UV Count: 3 + UV + UV + UV +Face 4588 +UV Count: 3 + UV + UV + UV +Face 4589 +UV Count: 3 + UV + UV + UV +Face 4590 +UV Count: 3 + UV + UV + UV +Face 4591 +UV Count: 3 + UV + UV + UV +Face 4592 +UV Count: 3 + UV + UV + UV +Face 4593 +UV Count: 3 + UV + UV + UV +Face 4594 +UV Count: 3 + UV + UV + UV +Face 4595 +UV Count: 3 + UV + UV + UV +Face 4596 +UV Count: 3 + UV + UV + UV +Face 4597 +UV Count: 3 + UV + UV + UV +Face 4598 +UV Count: 3 + UV + UV + UV +Face 4599 +UV Count: 3 + UV + UV + UV +Face 4600 +UV Count: 3 + UV + UV + UV +Face 4601 +UV Count: 3 + UV + UV + UV +Face 4602 +UV Count: 3 + UV + UV + UV +Face 4603 +UV Count: 3 + UV + UV + UV +Face 4604 +UV Count: 3 + UV + UV + UV +Face 4605 +UV Count: 3 + UV + UV + UV +Face 4606 +UV Count: 3 + UV + UV + UV +Face 4607 +UV Count: 3 + UV + UV + UV +Face 4608 +UV Count: 3 + UV + UV + UV +Face 4609 +UV Count: 3 + UV + UV + UV +Face 4610 +UV Count: 3 + UV + UV + UV +Face 4611 +UV Count: 3 + UV + UV + UV +Face 4612 +UV Count: 3 + UV + UV + UV +Face 4613 +UV Count: 3 + UV + UV + UV +Face 4614 +UV Count: 3 + UV + UV + UV +Face 4615 +UV Count: 3 + UV + UV + UV +Face 4616 +UV Count: 3 + UV + UV + UV +Face 4617 +UV Count: 3 + UV + UV + UV +Face 4618 +UV Count: 3 + UV + UV + UV +Face 4619 +UV Count: 3 + UV + UV + UV +Face 4620 +UV Count: 3 + UV + UV + UV +Face 4621 +UV Count: 3 + UV + UV + UV +Face 4622 +UV Count: 3 + UV + UV + UV +Face 4623 +UV Count: 3 + UV + UV + UV +Face 4624 +UV Count: 3 + UV + UV + UV +Face 4625 +UV Count: 3 + UV + UV + UV +Face 4626 +UV Count: 3 + UV + UV + UV +Face 4627 +UV Count: 3 + UV + UV + UV +Face 4628 +UV Count: 3 + UV + UV + UV +Face 4629 +UV Count: 3 + UV + UV + UV +Face 4630 +UV Count: 3 + UV + UV + UV +Face 4631 +UV Count: 3 + UV + UV + UV +Face 4632 +UV Count: 3 + UV + UV + UV +Face 4633 +UV Count: 3 + UV + UV + UV +Face 4634 +UV Count: 3 + UV + UV + UV +Face 4635 +UV Count: 3 + UV + UV + UV +Face 4636 +UV Count: 3 + UV + UV + UV +Face 4637 +UV Count: 3 + UV + UV + UV +Face 4638 +UV Count: 3 + UV + UV + UV +Face 4639 +UV Count: 3 + UV + UV + UV +Face 4640 +UV Count: 3 + UV + UV + UV +Face 4641 +UV Count: 3 + UV + UV + UV +Face 4642 +UV Count: 3 + UV + UV + UV +Face 4643 +UV Count: 3 + UV + UV + UV +Face 4644 +UV Count: 3 + UV + UV + UV +Face 4645 +UV Count: 3 + UV + UV + UV +Face 4646 +UV Count: 3 + UV + UV + UV +Face 4647 +UV Count: 3 + UV + UV + UV +Face 4648 +UV Count: 3 + UV + UV + UV +Face 4649 +UV Count: 3 + UV + UV + UV +Face 4650 +UV Count: 3 + UV + UV + UV +Face 4651 +UV Count: 3 + UV + UV + UV +Face 4652 +UV Count: 3 + UV + UV + UV +Face 4653 +UV Count: 3 + UV + UV + UV +Face 4654 +UV Count: 3 + UV + UV + UV +Face 4655 +UV Count: 3 + UV + UV + UV +Face 4656 +UV Count: 3 + UV + UV + UV +Face 4657 +UV Count: 3 + UV + UV + UV +Face 4658 +UV Count: 3 + UV + UV + UV +Face 4659 +UV Count: 3 + UV + UV + UV +Face 4660 +UV Count: 3 + UV + UV + UV +Face 4661 +UV Count: 3 + UV + UV + UV +Face 4662 +UV Count: 3 + UV + UV + UV +Face 4663 +UV Count: 3 + UV + UV + UV +Face 4664 +UV Count: 3 + UV + UV + UV +Face 4665 +UV Count: 3 + UV + UV + UV +Face 4666 +UV Count: 3 + UV + UV + UV +Face 4667 +UV Count: 3 + UV + UV + UV +Face 4668 +UV Count: 3 + UV + UV + UV +Face 4669 +UV Count: 3 + UV + UV + UV +Face 4670 +UV Count: 3 + UV + UV + UV +Face 4671 +UV Count: 3 + UV + UV + UV +Face 4672 +UV Count: 3 + UV + UV + UV +Face 4673 +UV Count: 3 + UV + UV + UV +Face 4674 +UV Count: 3 + UV + UV + UV +Face 4675 +UV Count: 3 + UV + UV + UV +Face 4676 +UV Count: 3 + UV + UV + UV +Face 4677 +UV Count: 3 + UV + UV + UV +Face 4678 +UV Count: 3 + UV + UV + UV +Face 4679 +UV Count: 3 + UV + UV + UV +Face 4680 +UV Count: 3 + UV + UV + UV +Face 4681 +UV Count: 3 + UV + UV + UV +Face 4682 +UV Count: 3 + UV + UV + UV +Face 4683 +UV Count: 3 + UV + UV + UV +Face 4684 +UV Count: 3 + UV + UV + UV +Face 4685 +UV Count: 3 + UV + UV + UV +Face 4686 +UV Count: 3 + UV + UV + UV +Face 4687 +UV Count: 3 + UV + UV + UV +Face 4688 +UV Count: 3 + UV + UV + UV +Face 4689 +UV Count: 3 + UV + UV + UV +Face 4690 +UV Count: 3 + UV + UV + UV +Face 4691 +UV Count: 3 + UV + UV + UV +Face 4692 +UV Count: 3 + UV + UV + UV +Face 4693 +UV Count: 3 + UV + UV + UV +Face 4694 +UV Count: 3 + UV + UV + UV +Face 4695 +UV Count: 3 + UV + UV + UV +Face 4696 +UV Count: 3 + UV + UV + UV +Face 4697 +UV Count: 3 + UV + UV + UV +Face 4698 +UV Count: 3 + UV + UV + UV +Face 4699 +UV Count: 3 + UV + UV + UV +Face 4700 +UV Count: 3 + UV + UV + UV +Face 4701 +UV Count: 3 + UV + UV + UV +Face 4702 +UV Count: 3 + UV + UV + UV +Face 4703 +UV Count: 3 + UV + UV + UV +Face 4704 +UV Count: 3 + UV + UV + UV +Face 4705 +UV Count: 3 + UV + UV + UV +Face 4706 +UV Count: 3 + UV + UV + UV +Face 4707 +UV Count: 3 + UV + UV + UV +Face 4708 +UV Count: 3 + UV + UV + UV +Face 4709 +UV Count: 3 + UV + UV + UV +Face 4710 +UV Count: 3 + UV + UV + UV +Face 4711 +UV Count: 3 + UV + UV + UV +Face 4712 +UV Count: 3 + UV + UV + UV +Face 4713 +UV Count: 3 + UV + UV + UV +Face 4714 +UV Count: 3 + UV + UV + UV +Face 4715 +UV Count: 3 + UV + UV + UV +Face 4716 +UV Count: 3 + UV + UV + UV +Face 4717 +UV Count: 3 + UV + UV + UV +Face 4718 +UV Count: 3 + UV + UV + UV +Face 4719 +UV Count: 3 + UV + UV + UV +Face 4720 +UV Count: 3 + UV + UV + UV +Face 4721 +UV Count: 3 + UV + UV + UV +Face 4722 +UV Count: 3 + UV + UV + UV +Face 4723 +UV Count: 3 + UV + UV + UV +Face 4724 +UV Count: 3 + UV + UV + UV +Face 4725 +UV Count: 3 + UV + UV + UV +Face 4726 +UV Count: 3 + UV + UV + UV +Face 4727 +UV Count: 3 + UV + UV + UV +Face 4728 +UV Count: 3 + UV + UV + UV +Face 4729 +UV Count: 3 + UV + UV + UV +Face 4730 +UV Count: 3 + UV + UV + UV +Face 4731 +UV Count: 3 + UV + UV + UV +Face 4732 +UV Count: 3 + UV + UV + UV +Face 4733 +UV Count: 3 + UV + UV + UV +Face 4734 +UV Count: 3 + UV + UV + UV +Face 4735 +UV Count: 3 + UV + UV + UV +Face 4736 +UV Count: 3 + UV + UV + UV +Face 4737 +UV Count: 3 + UV + UV + UV +Face 4738 +UV Count: 3 + UV + UV + UV +Face 4739 +UV Count: 3 + UV + UV + UV +Face 4740 +UV Count: 3 + UV + UV + UV +Face 4741 +UV Count: 3 + UV + UV + UV +Face 4742 +UV Count: 3 + UV + UV + UV +Face 4743 +UV Count: 3 + UV + UV + UV +Face 4744 +UV Count: 3 + UV + UV + UV +Face 4745 +UV Count: 3 + UV + UV + UV +Face 4746 +UV Count: 3 + UV + UV + UV +Face 4747 +UV Count: 3 + UV + UV + UV +Face 4748 +UV Count: 3 + UV + UV + UV +Face 4749 +UV Count: 3 + UV + UV + UV +Face 4750 +UV Count: 3 + UV + UV + UV +Face 4751 +UV Count: 3 + UV + UV + UV +Face 4752 +UV Count: 3 + UV + UV + UV +Face 4753 +UV Count: 3 + UV + UV + UV +Face 4754 +UV Count: 3 + UV + UV + UV +Face 4755 +UV Count: 3 + UV + UV + UV +Face 4756 +UV Count: 3 + UV + UV + UV +Face 4757 +UV Count: 3 + UV + UV + UV +Face 4758 +UV Count: 3 + UV + UV + UV +Face 4759 +UV Count: 3 + UV + UV + UV +Face 4760 +UV Count: 3 + UV + UV + UV +Face 4761 +UV Count: 3 + UV + UV + UV +Face 4762 +UV Count: 3 + UV + UV + UV +Face 4763 +UV Count: 3 + UV + UV + UV +Face 4764 +UV Count: 3 + UV + UV + UV +Face 4765 +UV Count: 3 + UV + UV + UV +Face 4766 +UV Count: 3 + UV + UV + UV +Face 4767 +UV Count: 3 + UV + UV + UV +Face 4768 +UV Count: 3 + UV + UV + UV +Face 4769 +UV Count: 3 + UV + UV + UV +Face 4770 +UV Count: 3 + UV + UV + UV +Face 4771 +UV Count: 3 + UV + UV + UV +Face 4772 +UV Count: 3 + UV + UV + UV +Face 4773 +UV Count: 3 + UV + UV + UV +Face 4774 +UV Count: 3 + UV + UV + UV +Face 4775 +UV Count: 3 + UV + UV + UV +Face 4776 +UV Count: 3 + UV + UV + UV +Face 4777 +UV Count: 3 + UV + UV + UV +Face 4778 +UV Count: 3 + UV + UV + UV +Face 4779 +UV Count: 3 + UV + UV + UV +Face 4780 +UV Count: 3 + UV + UV + UV +Face 4781 +UV Count: 3 + UV + UV + UV +Face 4782 +UV Count: 3 + UV + UV + UV +Face 4783 +UV Count: 3 + UV + UV + UV +Face 4784 +UV Count: 3 + UV + UV + UV +Face 4785 +UV Count: 3 + UV + UV + UV +Face 4786 +UV Count: 3 + UV + UV + UV +Face 4787 +UV Count: 3 + UV + UV + UV +Face 4788 +UV Count: 3 + UV + UV + UV +Face 4789 +UV Count: 3 + UV + UV + UV +Face 4790 +UV Count: 3 + UV + UV + UV +Face 4791 +UV Count: 3 + UV + UV + UV +Face 4792 +UV Count: 3 + UV + UV + UV +Face 4793 +UV Count: 3 + UV + UV + UV +Face 4794 +UV Count: 3 + UV + UV + UV +Face 4795 +UV Count: 3 + UV + UV + UV +Face 4796 +UV Count: 3 + UV + UV + UV +Face 4797 +UV Count: 3 + UV + UV + UV +Face 4798 +UV Count: 3 + UV + UV + UV +Face 4799 +UV Count: 3 + UV + UV + UV +Face 4800 +UV Count: 3 + UV + UV + UV +Face 4801 +UV Count: 3 + UV + UV + UV +Face 4802 +UV Count: 3 + UV + UV + UV +Face 4803 +UV Count: 3 + UV + UV + UV +Face 4804 +UV Count: 3 + UV + UV + UV +Face 4805 +UV Count: 3 + UV + UV + UV +Face 4806 +UV Count: 3 + UV + UV + UV +Face 4807 +UV Count: 3 + UV + UV + UV +Face 4808 +UV Count: 3 + UV + UV + UV +Face 4809 +UV Count: 3 + UV + UV + UV +Face 4810 +UV Count: 3 + UV + UV + UV +Face 4811 +UV Count: 3 + UV + UV + UV +Face 4812 +UV Count: 3 + UV + UV + UV +Face 4813 +UV Count: 3 + UV + UV + UV +Face 4814 +UV Count: 3 + UV + UV + UV +Face 4815 +UV Count: 3 + UV + UV + UV +Face 4816 +UV Count: 3 + UV + UV + UV +Face 4817 +UV Count: 3 + UV + UV + UV +Face 4818 +UV Count: 3 + UV + UV + UV +Face 4819 +UV Count: 3 + UV + UV + UV +Face 4820 +UV Count: 3 + UV + UV + UV +Face 4821 +UV Count: 3 + UV + UV + UV +Face 4822 +UV Count: 3 + UV + UV + UV +Face 4823 +UV Count: 3 + UV + UV + UV +Face 4824 +UV Count: 3 + UV + UV + UV +Face 4825 +UV Count: 3 + UV + UV + UV +Face 4826 +UV Count: 3 + UV + UV + UV +Face 4827 +UV Count: 3 + UV + UV + UV +Face 4828 +UV Count: 3 + UV + UV + UV +Face 4829 +UV Count: 3 + UV + UV + UV +Face 4830 +UV Count: 3 + UV + UV + UV +Face 4831 +UV Count: 3 + UV + UV + UV +Face 4832 +UV Count: 3 + UV + UV + UV +Face 4833 +UV Count: 3 + UV + UV + UV +Face 4834 +UV Count: 3 + UV + UV + UV +Face 4835 +UV Count: 3 + UV + UV + UV +Face 4836 +UV Count: 3 + UV + UV + UV +Face 4837 +UV Count: 3 + UV + UV + UV +Face 4838 +UV Count: 3 + UV + UV + UV +Face 4839 +UV Count: 3 + UV + UV + UV +Face 4840 +UV Count: 3 + UV + UV + UV +Face 4841 +UV Count: 3 + UV + UV + UV +Face 4842 +UV Count: 3 + UV + UV + UV +Face 4843 +UV Count: 3 + UV + UV + UV +Face 4844 +UV Count: 3 + UV + UV + UV +Face 4845 +UV Count: 3 + UV + UV + UV +Face 4846 +UV Count: 3 + UV + UV + UV +Face 4847 +UV Count: 3 + UV + UV + UV +Face 4848 +UV Count: 3 + UV + UV + UV +Face 4849 +UV Count: 3 + UV + UV + UV +Face 4850 +UV Count: 3 + UV + UV + UV +Face 4851 +UV Count: 3 + UV + UV + UV +Face 4852 +UV Count: 3 + UV + UV + UV +Face 4853 +UV Count: 3 + UV + UV + UV +Face 4854 +UV Count: 3 + UV + UV + UV +Face 4855 +UV Count: 3 + UV + UV + UV +Face 4856 +UV Count: 3 + UV + UV + UV +Face 4857 +UV Count: 3 + UV + UV + UV +Face 4858 +UV Count: 3 + UV + UV + UV +Face 4859 +UV Count: 3 + UV + UV + UV +Face 4860 +UV Count: 3 + UV + UV + UV +Face 4861 +UV Count: 3 + UV + UV + UV +Face 4862 +UV Count: 3 + UV + UV + UV +Face 4863 +UV Count: 3 + UV + UV + UV +Face 4864 +UV Count: 3 + UV + UV + UV +Face 4865 +UV Count: 3 + UV + UV + UV +Face 4866 +UV Count: 3 + UV + UV + UV +Face 4867 +UV Count: 3 + UV + UV + UV +Face 4868 +UV Count: 3 + UV + UV + UV +Face 4869 +UV Count: 3 + UV + UV + UV +Face 4870 +UV Count: 3 + UV + UV + UV +Face 4871 +UV Count: 3 + UV + UV + UV +Face 4872 +UV Count: 3 + UV + UV + UV +Face 4873 +UV Count: 3 + UV + UV + UV +Face 4874 +UV Count: 3 + UV + UV + UV +Face 4875 +UV Count: 3 + UV + UV + UV +Face 4876 +UV Count: 3 + UV + UV + UV +Face 4877 +UV Count: 3 + UV + UV + UV +Face 4878 +UV Count: 3 + UV + UV + UV +Face 4879 +UV Count: 3 + UV + UV + UV +Face 4880 +UV Count: 3 + UV + UV + UV +Face 4881 +UV Count: 3 + UV + UV + UV +Face 4882 +UV Count: 3 + UV + UV + UV +Face 4883 +UV Count: 3 + UV + UV + UV +Face 4884 +UV Count: 3 + UV + UV + UV +Face 4885 +UV Count: 3 + UV + UV + UV +Face 4886 +UV Count: 3 + UV + UV + UV +Face 4887 +UV Count: 3 + UV + UV + UV +Face 4888 +UV Count: 3 + UV + UV + UV +Face 4889 +UV Count: 3 + UV + UV + UV +Face 4890 +UV Count: 3 + UV + UV + UV +Face 4891 +UV Count: 3 + UV + UV + UV +Face 4892 +UV Count: 3 + UV + UV + UV +Face 4893 +UV Count: 3 + UV + UV + UV +Face 4894 +UV Count: 3 + UV + UV + UV +Face 4895 +UV Count: 3 + UV + UV + UV +Face 4896 +UV Count: 3 + UV + UV + UV +Face 4897 +UV Count: 3 + UV + UV + UV +Face 4898 +UV Count: 3 + UV + UV + UV +Face 4899 +UV Count: 3 + UV + UV + UV +Face 4900 +UV Count: 3 + UV + UV + UV +Face 4901 +UV Count: 3 + UV + UV + UV +Face 4902 +UV Count: 3 + UV + UV + UV +Face 4903 +UV Count: 3 + UV + UV + UV +Face 4904 +UV Count: 3 + UV + UV + UV +Face 4905 +UV Count: 3 + UV + UV + UV +Face 4906 +UV Count: 3 + UV + UV + UV +Face 4907 +UV Count: 3 + UV + UV + UV +Face 4908 +UV Count: 3 + UV + UV + UV +Face 4909 +UV Count: 3 + UV + UV + UV +Face 4910 +UV Count: 3 + UV + UV + UV +Face 4911 +UV Count: 3 + UV + UV + UV +Face 4912 +UV Count: 3 + UV + UV + UV +Face 4913 +UV Count: 3 + UV + UV + UV +Face 4914 +UV Count: 3 + UV + UV + UV +Face 4915 +UV Count: 3 + UV + UV + UV +Face 4916 +UV Count: 3 + UV + UV + UV +Face 4917 +UV Count: 3 + UV + UV + UV +Face 4918 +UV Count: 3 + UV + UV + UV +Face 4919 +UV Count: 3 + UV + UV + UV +Face 4920 +UV Count: 3 + UV + UV + UV +Face 4921 +UV Count: 3 + UV + UV + UV +Face 4922 +UV Count: 3 + UV + UV + UV +Face 4923 +UV Count: 3 + UV + UV + UV +Face 4924 +UV Count: 3 + UV + UV + UV +Face 4925 +UV Count: 3 + UV + UV + UV +Face 4926 +UV Count: 3 + UV + UV + UV +Face 4927 +UV Count: 3 + UV + UV + UV +Face 4928 +UV Count: 3 + UV + UV + UV +Face 4929 +UV Count: 3 + UV + UV + UV +Face 4930 +UV Count: 3 + UV + UV + UV +Face 4931 +UV Count: 3 + UV + UV + UV +Face 4932 +UV Count: 3 + UV + UV + UV +Face 4933 +UV Count: 3 + UV + UV + UV +Face 4934 +UV Count: 3 + UV + UV + UV +Face 4935 +UV Count: 3 + UV + UV + UV +Face 4936 +UV Count: 3 + UV + UV + UV +Face 4937 +UV Count: 3 + UV + UV + UV +Face 4938 +UV Count: 3 + UV + UV + UV +Face 4939 +UV Count: 3 + UV + UV + UV +Face 4940 +UV Count: 3 + UV + UV + UV +Face 4941 +UV Count: 3 + UV + UV + UV +Face 4942 +UV Count: 3 + UV + UV + UV +Face 4943 +UV Count: 3 + UV + UV + UV +Face 4944 +UV Count: 3 + UV + UV + UV +Face 4945 +UV Count: 3 + UV + UV + UV +Face 4946 +UV Count: 3 + UV + UV + UV +Face 4947 +UV Count: 3 + UV + UV + UV +Face 4948 +UV Count: 3 + UV + UV + UV +Face 4949 +UV Count: 3 + UV + UV + UV +Face 4950 +UV Count: 3 + UV + UV + UV +Face 4951 +UV Count: 3 + UV + UV + UV +Face 4952 +UV Count: 3 + UV + UV + UV +Face 4953 +UV Count: 3 + UV + UV + UV +Face 4954 +UV Count: 3 + UV + UV + UV +Face 4955 +UV Count: 3 + UV + UV + UV +Face 4956 +UV Count: 3 + UV + UV + UV +Face 4957 +UV Count: 3 + UV + UV + UV +Face 4958 +UV Count: 3 + UV + UV + UV +Face 4959 +UV Count: 3 + UV + UV + UV +Face 4960 +UV Count: 3 + UV + UV + UV +Face 4961 +UV Count: 3 + UV + UV + UV +Face 4962 +UV Count: 3 + UV + UV + UV +Face 4963 +UV Count: 3 + UV + UV + UV +Face 4964 +UV Count: 3 + UV + UV + UV +Face 4965 +UV Count: 3 + UV + UV + UV +Face 4966 +UV Count: 3 + UV + UV + UV +Face 4967 +UV Count: 3 + UV + UV + UV +Face 4968 +UV Count: 3 + UV + UV + UV +Face 4969 +UV Count: 3 + UV + UV + UV +Face 4970 +UV Count: 3 + UV + UV + UV +Face 4971 +UV Count: 3 + UV + UV + UV +Face 4972 +UV Count: 3 + UV + UV + UV +Face 4973 +UV Count: 3 + UV + UV + UV +Face 4974 +UV Count: 3 + UV + UV + UV +Face 4975 +UV Count: 3 + UV + UV + UV +Face 4976 +UV Count: 3 + UV + UV + UV +Face 4977 +UV Count: 3 + UV + UV + UV +Face 4978 +UV Count: 3 + UV + UV + UV +Face 4979 +UV Count: 3 + UV + UV + UV +Face 4980 +UV Count: 3 + UV + UV + UV +Face 4981 +UV Count: 3 + UV + UV + UV +Face 4982 +UV Count: 3 + UV + UV + UV +Face 4983 +UV Count: 3 + UV + UV + UV +Face 4984 +UV Count: 3 + UV + UV + UV +Face 4985 +UV Count: 3 + UV + UV + UV +Face 4986 +UV Count: 3 + UV + UV + UV +Face 4987 +UV Count: 3 + UV + UV + UV +Face 4988 +UV Count: 3 + UV + UV + UV +Face 4989 +UV Count: 3 + UV + UV + UV +Face 4990 +UV Count: 3 + UV + UV + UV +Face 4991 +UV Count: 3 + UV + UV + UV +Face 4992 +UV Count: 3 + UV + UV + UV +Face 4993 +UV Count: 3 + UV + UV + UV +Face 4994 +UV Count: 3 + UV + UV + UV +Face 4995 +UV Count: 3 + UV + UV + UV +Face 4996 +UV Count: 3 + UV + UV + UV +Face 4997 +UV Count: 3 + UV + UV + UV +Face 4998 +UV Count: 3 + UV + UV + UV +Face 4999 +UV Count: 3 + UV + UV + UV +Face 5000 +UV Count: 3 + UV + UV + UV +Face 5001 +UV Count: 3 + UV + UV + UV +Face 5002 +UV Count: 3 + UV + UV + UV +Face 5003 +UV Count: 3 + UV + UV + UV +Face 5004 +UV Count: 3 + UV + UV + UV +Face 5005 +UV Count: 3 + UV + UV + UV +Face 5006 +UV Count: 3 + UV + UV + UV +Face 5007 +UV Count: 3 + UV + UV + UV +Face 5008 +UV Count: 3 + UV + UV + UV +Face 5009 +UV Count: 3 + UV + UV + UV +Face 5010 +UV Count: 3 + UV + UV + UV +Face 5011 +UV Count: 3 + UV + UV + UV +Face 5012 +UV Count: 3 + UV + UV + UV +Face 5013 +UV Count: 3 + UV + UV + UV +Face 5014 +UV Count: 3 + UV + UV + UV +Face 5015 +UV Count: 3 + UV + UV + UV +Face 5016 +UV Count: 3 + UV + UV + UV +Face 5017 +UV Count: 3 + UV + UV + UV +Face 5018 +UV Count: 3 + UV + UV + UV +Face 5019 +UV Count: 3 + UV + UV + UV +Face 5020 +UV Count: 3 + UV + UV + UV +Face 5021 +UV Count: 3 + UV + UV + UV +Face 5022 +UV Count: 3 + UV + UV + UV +Face 5023 +UV Count: 3 + UV + UV + UV +Face 5024 +UV Count: 3 + UV + UV + UV +Face 5025 +UV Count: 3 + UV + UV + UV +Face 5026 +UV Count: 3 + UV + UV + UV +Face 5027 +UV Count: 3 + UV + UV + UV +Face 5028 +UV Count: 3 + UV + UV + UV +Face 5029 +UV Count: 3 + UV + UV + UV +Face 5030 +UV Count: 3 + UV + UV + UV +Face 5031 +UV Count: 3 + UV + UV + UV +Face 5032 +UV Count: 3 + UV + UV + UV +Face 5033 +UV Count: 3 + UV + UV + UV +Face 5034 +UV Count: 3 + UV + UV + UV +Face 5035 +UV Count: 3 + UV + UV + UV +Face 5036 +UV Count: 3 + UV + UV + UV +Face 5037 +UV Count: 3 + UV + UV + UV +Face 5038 +UV Count: 3 + UV + UV + UV +Face 5039 +UV Count: 3 + UV + UV + UV +Face 5040 +UV Count: 3 + UV + UV + UV +Face 5041 +UV Count: 3 + UV + UV + UV +Face 5042 +UV Count: 3 + UV + UV + UV +Face 5043 +UV Count: 3 + UV + UV + UV +Face 5044 +UV Count: 3 + UV + UV + UV +Face 5045 +UV Count: 3 + UV + UV + UV +Face 5046 +UV Count: 3 + UV + UV + UV +Face 5047 +UV Count: 3 + UV + UV + UV +Face 5048 +UV Count: 3 + UV + UV + UV +Face 5049 +UV Count: 3 + UV + UV + UV +Face 5050 +UV Count: 3 + UV + UV + UV +Face 5051 +UV Count: 3 + UV + UV + UV +Face 5052 +UV Count: 3 + UV + UV + UV +Face 5053 +UV Count: 3 + UV + UV + UV +Face 5054 +UV Count: 3 + UV + UV + UV +Face 5055 +UV Count: 3 + UV + UV + UV +Face 5056 +UV Count: 3 + UV + UV + UV +Face 5057 +UV Count: 3 + UV + UV + UV +Face 5058 +UV Count: 3 + UV + UV + UV +Face 5059 +UV Count: 3 + UV + UV + UV +Face 5060 +UV Count: 3 + UV + UV + UV +Face 5061 +UV Count: 3 + UV + UV + UV +Face 5062 +UV Count: 3 + UV + UV + UV +Face 5063 +UV Count: 3 + UV + UV + UV +Face 5064 +UV Count: 3 + UV + UV + UV +Face 5065 +UV Count: 3 + UV + UV + UV +Face 5066 +UV Count: 3 + UV + UV + UV +Face 5067 +UV Count: 3 + UV + UV + UV +Face 5068 +UV Count: 3 + UV + UV + UV +Face 5069 +UV Count: 3 + UV + UV + UV +Face 5070 +UV Count: 3 + UV + UV + UV +Face 5071 +UV Count: 3 + UV + UV + UV +Face 5072 +UV Count: 3 + UV + UV + UV +Face 5073 +UV Count: 3 + UV + UV + UV +Face 5074 +UV Count: 3 + UV + UV + UV +Face 5075 +UV Count: 3 + UV + UV + UV +Face 5076 +UV Count: 3 + UV + UV + UV +Face 5077 +UV Count: 3 + UV + UV + UV +Face 5078 +UV Count: 3 + UV + UV + UV +Face 5079 +UV Count: 3 + UV + UV + UV +Face 5080 +UV Count: 3 + UV + UV + UV +Face 5081 +UV Count: 3 + UV + UV + UV +Face 5082 +UV Count: 3 + UV + UV + UV +Face 5083 +UV Count: 3 + UV + UV + UV +Face 5084 +UV Count: 3 + UV + UV + UV +Face 5085 +UV Count: 3 + UV + UV + UV +Face 5086 +UV Count: 3 + UV + UV + UV +Face 5087 +UV Count: 3 + UV + UV + UV +Face 5088 +UV Count: 3 + UV + UV + UV +Face 5089 +UV Count: 3 + UV + UV + UV +Face 5090 +UV Count: 3 + UV + UV + UV +Face 5091 +UV Count: 3 + UV + UV + UV +Face 5092 +UV Count: 3 + UV + UV + UV +Face 5093 +UV Count: 3 + UV + UV + UV +Face 5094 +UV Count: 3 + UV + UV + UV +Face 5095 +UV Count: 3 + UV + UV + UV +Face 5096 +UV Count: 3 + UV + UV + UV +Face 5097 +UV Count: 3 + UV + UV + UV +Face 5098 +UV Count: 3 + UV + UV + UV +Face 5099 +UV Count: 3 + UV + UV + UV +Face 5100 +UV Count: 3 + UV + UV + UV +Face 5101 +UV Count: 3 + UV + UV + UV +Face 5102 +UV Count: 3 + UV + UV + UV +Face 5103 +UV Count: 3 + UV + UV + UV +Face 5104 +UV Count: 3 + UV + UV + UV +Face 5105 +UV Count: 3 + UV + UV + UV +Face 5106 +UV Count: 3 + UV + UV + UV +Face 5107 +UV Count: 3 + UV + UV + UV +Face 5108 +UV Count: 3 + UV + UV + UV +Face 5109 +UV Count: 3 + UV + UV + UV +Face 5110 +UV Count: 3 + UV + UV + UV +Face 5111 +UV Count: 3 + UV + UV + UV +Face 5112 +UV Count: 3 + UV + UV + UV +Face 5113 +UV Count: 3 + UV + UV + UV +Face 5114 +UV Count: 3 + UV + UV + UV +Face 5115 +UV Count: 3 + UV + UV + UV +Face 5116 +UV Count: 3 + UV + UV + UV +Face 5117 +UV Count: 3 + UV + UV + UV +Face 5118 +UV Count: 3 + UV + UV + UV +Face 5119 +UV Count: 3 + UV + UV + UV +Face 5120 +UV Count: 3 + UV + UV + UV +Face 5121 +UV Count: 3 + UV + UV + UV +Face 5122 +UV Count: 3 + UV + UV + UV +Face 5123 +UV Count: 3 + UV + UV + UV +Face 5124 +UV Count: 3 + UV + UV + UV +Face 5125 +UV Count: 3 + UV + UV + UV +Face 5126 +UV Count: 3 + UV + UV + UV +Face 5127 +UV Count: 3 + UV + UV + UV +Face 5128 +UV Count: 3 + UV + UV + UV +Face 5129 +UV Count: 3 + UV + UV + UV +Face 5130 +UV Count: 3 + UV + UV + UV +Face 5131 +UV Count: 3 + UV + UV + UV +Face 5132 +UV Count: 3 + UV + UV + UV +Face 5133 +UV Count: 3 + UV + UV + UV +Face 5134 +UV Count: 3 + UV + UV + UV +Face 5135 +UV Count: 3 + UV + UV + UV +Face 5136 +UV Count: 3 + UV + UV + UV +Face 5137 +UV Count: 3 + UV + UV + UV +Face 5138 +UV Count: 3 + UV + UV + UV +Face 5139 +UV Count: 3 + UV + UV + UV +Face 5140 +UV Count: 3 + UV + UV + UV +Face 5141 +UV Count: 3 + UV + UV + UV +Face 5142 +UV Count: 3 + UV + UV + UV +Face 5143 +UV Count: 3 + UV + UV + UV +Face 5144 +UV Count: 3 + UV + UV + UV +Face 5145 +UV Count: 3 + UV + UV + UV +Face 5146 +UV Count: 3 + UV + UV + UV +Face 5147 +UV Count: 3 + UV + UV + UV +Face 5148 +UV Count: 3 + UV + UV + UV +Face 5149 +UV Count: 3 + UV + UV + UV +Face 5150 +UV Count: 3 + UV + UV + UV +Face 5151 +UV Count: 3 + UV + UV + UV +Face 5152 +UV Count: 3 + UV + UV + UV +Face 5153 +UV Count: 3 + UV + UV + UV +Face 5154 +UV Count: 3 + UV + UV + UV +Face 5155 +UV Count: 3 + UV + UV + UV +Face 5156 +UV Count: 3 + UV + UV + UV +Face 5157 +UV Count: 3 + UV + UV + UV +Face 5158 +UV Count: 3 + UV + UV + UV +Face 5159 +UV Count: 3 + UV + UV + UV +Face 5160 +UV Count: 3 + UV + UV + UV +Face 5161 +UV Count: 3 + UV + UV + UV +Face 5162 +UV Count: 3 + UV + UV + UV +Face 5163 +UV Count: 3 + UV + UV + UV +Face 5164 +UV Count: 3 + UV + UV + UV +Face 5165 +UV Count: 3 + UV + UV + UV +Face 5166 +UV Count: 3 + UV + UV + UV +Face 5167 +UV Count: 3 + UV + UV + UV +Face 5168 +UV Count: 3 + UV + UV + UV +Face 5169 +UV Count: 3 + UV + UV + UV +Face 5170 +UV Count: 3 + UV + UV + UV +Face 5171 +UV Count: 3 + UV + UV + UV +Face 5172 +UV Count: 3 + UV + UV + UV +Face 5173 +UV Count: 3 + UV + UV + UV +Face 5174 +UV Count: 3 + UV + UV + UV +Face 5175 +UV Count: 3 + UV + UV + UV +Face 5176 +UV Count: 3 + UV + UV + UV +Face 5177 +UV Count: 3 + UV + UV + UV +Face 5178 +UV Count: 3 + UV + UV + UV +Face 5179 +UV Count: 3 + UV + UV + UV +Face 5180 +UV Count: 3 + UV + UV + UV +Face 5181 +UV Count: 3 + UV + UV + UV +Face 5182 +UV Count: 3 + UV + UV + UV +Face 5183 +UV Count: 3 + UV + UV + UV +Face 5184 +UV Count: 3 + UV + UV + UV +Face 5185 +UV Count: 3 + UV + UV + UV +Face 5186 +UV Count: 3 + UV + UV + UV +Face 5187 +UV Count: 3 + UV + UV + UV +Face 5188 +UV Count: 3 + UV + UV + UV +Face 5189 +UV Count: 3 + UV + UV + UV +Face 5190 +UV Count: 3 + UV + UV + UV +Face 5191 +UV Count: 3 + UV + UV + UV +Face 5192 +UV Count: 3 + UV + UV + UV +Face 5193 +UV Count: 3 + UV + UV + UV +Face 5194 +UV Count: 3 + UV + UV + UV +Face 5195 +UV Count: 3 + UV + UV + UV +Face 5196 +UV Count: 3 + UV + UV + UV +Face 5197 +UV Count: 3 + UV + UV + UV +Face 5198 +UV Count: 3 + UV + UV + UV +Face 5199 +UV Count: 3 + UV + UV + UV +Face 5200 +UV Count: 3 + UV + UV + UV +Face 5201 +UV Count: 3 + UV + UV + UV +Face 5202 +UV Count: 3 + UV + UV + UV +Face 5203 +UV Count: 3 + UV + UV + UV +Face 5204 +UV Count: 3 + UV + UV + UV +Face 5205 +UV Count: 3 + UV + UV + UV +Face 5206 +UV Count: 3 + UV + UV + UV +Face 5207 +UV Count: 3 + UV + UV + UV +Face 5208 +UV Count: 3 + UV + UV + UV +Face 5209 +UV Count: 3 + UV + UV + UV +Face 5210 +UV Count: 3 + UV + UV + UV +Face 5211 +UV Count: 3 + UV + UV + UV +Face 5212 +UV Count: 3 + UV + UV + UV +Face 5213 +UV Count: 3 + UV + UV + UV +Face 5214 +UV Count: 3 + UV + UV + UV +Face 5215 +UV Count: 3 + UV + UV + UV +Face 5216 +UV Count: 3 + UV + UV + UV +Face 5217 +UV Count: 3 + UV + UV + UV +Face 5218 +UV Count: 3 + UV + UV + UV +Face 5219 +UV Count: 3 + UV + UV + UV +Face 5220 +UV Count: 3 + UV + UV + UV +Face 5221 +UV Count: 3 + UV + UV + UV +Face 5222 +UV Count: 3 + UV + UV + UV +Face 5223 +UV Count: 3 + UV + UV + UV +Face 5224 +UV Count: 3 + UV + UV + UV +Face 5225 +UV Count: 3 + UV + UV + UV +Face 5226 +UV Count: 3 + UV + UV + UV +Face 5227 +UV Count: 3 + UV + UV + UV +Face 5228 +UV Count: 3 + UV + UV + UV +Face 5229 +UV Count: 3 + UV + UV + UV +Face 5230 +UV Count: 3 + UV + UV + UV +Face 5231 +UV Count: 3 + UV + UV + UV +Face 5232 +UV Count: 3 + UV + UV + UV +Face 5233 +UV Count: 3 + UV + UV + UV +Face 5234 +UV Count: 3 + UV + UV + UV +Face 5235 +UV Count: 3 + UV + UV + UV +Face 5236 +UV Count: 3 + UV + UV + UV +Face 5237 +UV Count: 3 + UV + UV + UV +Face 5238 +UV Count: 3 + UV + UV + UV +Face 5239 +UV Count: 3 + UV + UV + UV +Face 5240 +UV Count: 3 + UV + UV + UV +Face 5241 +UV Count: 3 + UV + UV + UV +Face 5242 +UV Count: 3 + UV + UV + UV +Face 5243 +UV Count: 3 + UV + UV + UV +Face 5244 +UV Count: 3 + UV + UV + UV +Face 5245 +UV Count: 3 + UV + UV + UV +Face 5246 +UV Count: 3 + UV + UV + UV +Face 5247 +UV Count: 3 + UV + UV + UV +Face 5248 +UV Count: 3 + UV + UV + UV +Face 5249 +UV Count: 3 + UV + UV + UV +Face 5250 +UV Count: 3 + UV + UV + UV +Face 5251 +UV Count: 3 + UV + UV + UV +Face 5252 +UV Count: 3 + UV + UV + UV +Face 5253 +UV Count: 3 + UV + UV + UV +Face 5254 +UV Count: 3 + UV + UV + UV +Face 5255 +UV Count: 3 + UV + UV + UV +Face 5256 +UV Count: 3 + UV + UV + UV +Face 5257 +UV Count: 3 + UV + UV + UV +Face 5258 +UV Count: 3 + UV + UV + UV +Face 5259 +UV Count: 3 + UV + UV + UV +Face 5260 +UV Count: 3 + UV + UV + UV +Face 5261 +UV Count: 3 + UV + UV + UV +Face 5262 +UV Count: 3 + UV + UV + UV +Face 5263 +UV Count: 3 + UV + UV + UV +Face 5264 +UV Count: 3 + UV + UV + UV +Face 5265 +UV Count: 3 + UV + UV + UV +Face 5266 +UV Count: 3 + UV + UV + UV +Face 5267 +UV Count: 3 + UV + UV + UV +Face 5268 +UV Count: 3 + UV + UV + UV +Face 5269 +UV Count: 3 + UV + UV + UV +Face 5270 +UV Count: 3 + UV + UV + UV +Face 5271 +UV Count: 3 + UV + UV + UV +Face 5272 +UV Count: 3 + UV + UV + UV +Face 5273 +UV Count: 3 + UV + UV + UV +Face 5274 +UV Count: 3 + UV + UV + UV +Face 5275 +UV Count: 3 + UV + UV + UV +Face 5276 +UV Count: 3 + UV + UV + UV +Face 5277 +UV Count: 3 + UV + UV + UV +Face 5278 +UV Count: 3 + UV + UV + UV +Face 5279 +UV Count: 3 + UV + UV + UV +Face 5280 +UV Count: 3 + UV + UV + UV +Face 5281 +UV Count: 3 + UV + UV + UV +Face 5282 +UV Count: 3 + UV + UV + UV +Face 5283 +UV Count: 3 + UV + UV + UV +Face 5284 +UV Count: 3 + UV + UV + UV +Face 5285 +UV Count: 3 + UV + UV + UV +Face 5286 +UV Count: 3 + UV + UV + UV +Face 5287 +UV Count: 3 + UV + UV + UV +Face 5288 +UV Count: 3 + UV + UV + UV +Face 5289 +UV Count: 3 + UV + UV + UV +Face 5290 +UV Count: 3 + UV + UV + UV +Face 5291 +UV Count: 3 + UV + UV + UV +Face 5292 +UV Count: 3 + UV + UV + UV +Face 5293 +UV Count: 3 + UV + UV + UV +Face 5294 +UV Count: 3 + UV + UV + UV +Face 5295 +UV Count: 3 + UV + UV + UV +Face 5296 +UV Count: 3 + UV + UV + UV +Face 5297 +UV Count: 3 + UV + UV + UV +Face 5298 +UV Count: 3 + UV + UV + UV +Face 5299 +UV Count: 3 + UV + UV + UV +Face 5300 +UV Count: 3 + UV + UV + UV +Face 5301 +UV Count: 3 + UV + UV + UV +Face 5302 +UV Count: 3 + UV + UV + UV +Face 5303 +UV Count: 3 + UV + UV + UV +Face 5304 +UV Count: 3 + UV + UV + UV +Face 5305 +UV Count: 3 + UV + UV + UV +Face 5306 +UV Count: 3 + UV + UV + UV +Face 5307 +UV Count: 3 + UV + UV + UV +Face 5308 +UV Count: 3 + UV + UV + UV +Face 5309 +UV Count: 3 + UV + UV + UV +Face 5310 +UV Count: 3 + UV + UV + UV +Face 5311 +UV Count: 3 + UV + UV + UV +Face 5312 +UV Count: 3 + UV + UV + UV +Face 5313 +UV Count: 3 + UV + UV + UV +Face 5314 +UV Count: 3 + UV + UV + UV +Face 5315 +UV Count: 3 + UV + UV + UV +Face 5316 +UV Count: 3 + UV + UV + UV +Face 5317 +UV Count: 3 + UV + UV + UV +Face 5318 +UV Count: 3 + UV + UV + UV +Face 5319 +UV Count: 3 + UV + UV + UV +Face 5320 +UV Count: 3 + UV + UV + UV +Face 5321 +UV Count: 3 + UV + UV + UV +Face 5322 +UV Count: 3 + UV + UV + UV +Face 5323 +UV Count: 3 + UV + UV + UV +Face 5324 +UV Count: 3 + UV + UV + UV +Face 5325 +UV Count: 3 + UV + UV + UV +Face 5326 +UV Count: 3 + UV + UV + UV +Face 5327 +UV Count: 3 + UV + UV + UV +Face 5328 +UV Count: 3 + UV + UV + UV +Face 5329 +UV Count: 3 + UV + UV + UV +Face 5330 +UV Count: 3 + UV + UV + UV +Face 5331 +UV Count: 3 + UV + UV + UV +Face 5332 +UV Count: 3 + UV + UV + UV +Face 5333 +UV Count: 3 + UV + UV + UV +Face 5334 +UV Count: 3 + UV + UV + UV +Face 5335 +UV Count: 3 + UV + UV + UV +Face 5336 +UV Count: 3 + UV + UV + UV +Face 5337 +UV Count: 3 + UV + UV + UV +Face 5338 +UV Count: 3 + UV + UV + UV +Face 5339 +UV Count: 3 + UV + UV + UV +Face 5340 +UV Count: 3 + UV + UV + UV +Face 5341 +UV Count: 3 + UV + UV + UV +Face 5342 +UV Count: 3 + UV + UV + UV +Face 5343 +UV Count: 3 + UV + UV + UV +Face 5344 +UV Count: 3 + UV + UV + UV +Face 5345 +UV Count: 3 + UV + UV + UV +Face 5346 +UV Count: 3 + UV + UV + UV +Face 5347 +UV Count: 3 + UV + UV + UV +Face 5348 +UV Count: 3 + UV + UV + UV +Face 5349 +UV Count: 3 + UV + UV + UV +Face 5350 +UV Count: 3 + UV + UV + UV +Face 5351 +UV Count: 3 + UV + UV + UV +Face 5352 +UV Count: 3 + UV + UV + UV +Face 5353 +UV Count: 3 + UV + UV + UV +Face 5354 +UV Count: 3 + UV + UV + UV +Face 5355 +UV Count: 3 + UV + UV + UV +Face 5356 +UV Count: 3 + UV + UV + UV +Face 5357 +UV Count: 3 + UV + UV + UV +Face 5358 +UV Count: 3 + UV + UV + UV +Face 5359 +UV Count: 3 + UV + UV + UV +Face 5360 +UV Count: 3 + UV + UV + UV +Face 5361 +UV Count: 3 + UV + UV + UV +Face 5362 +UV Count: 3 + UV + UV + UV +Face 5363 +UV Count: 3 + UV + UV + UV +Face 5364 +UV Count: 3 + UV + UV + UV +Face 5365 +UV Count: 3 + UV + UV + UV +Face 5366 +UV Count: 3 + UV + UV + UV +Face 5367 +UV Count: 3 + UV + UV + UV +Face 5368 +UV Count: 3 + UV + UV + UV +Face 5369 +UV Count: 3 + UV + UV + UV +Face 5370 +UV Count: 3 + UV + UV + UV +Face 5371 +UV Count: 3 + UV + UV + UV +Face 5372 +UV Count: 3 + UV + UV + UV +Face 5373 +UV Count: 3 + UV + UV + UV +Face 5374 +UV Count: 3 + UV + UV + UV +Face 5375 +UV Count: 3 + UV + UV + UV +Face 5376 +UV Count: 3 + UV + UV + UV +Face 5377 +UV Count: 3 + UV + UV + UV +Face 5378 +UV Count: 3 + UV + UV + UV +Face 5379 +UV Count: 3 + UV + UV + UV +Face 5380 +UV Count: 3 + UV + UV + UV +Face 5381 +UV Count: 3 + UV + UV + UV +Face 5382 +UV Count: 3 + UV + UV + UV +Face 5383 +UV Count: 3 + UV + UV + UV +Face 5384 +UV Count: 3 + UV + UV + UV +Face 5385 +UV Count: 3 + UV + UV + UV +Face 5386 +UV Count: 3 + UV + UV + UV +Face 5387 +UV Count: 3 + UV + UV + UV +Face 5388 +UV Count: 3 + UV + UV + UV +Face 5389 +UV Count: 3 + UV + UV + UV +Face 5390 +UV Count: 3 + UV + UV + UV +Face 5391 +UV Count: 3 + UV + UV + UV +Face 5392 +UV Count: 3 + UV + UV + UV +Face 5393 +UV Count: 3 + UV + UV + UV +Face 5394 +UV Count: 3 + UV + UV + UV +Face 5395 +UV Count: 3 + UV + UV + UV +Face 5396 +UV Count: 3 + UV + UV + UV +Face 5397 +UV Count: 3 + UV + UV + UV +Face 5398 +UV Count: 3 + UV + UV + UV +Face 5399 +UV Count: 3 + UV + UV + UV +Face 5400 +UV Count: 3 + UV + UV + UV +Face 5401 +UV Count: 3 + UV + UV + UV +Face 5402 +UV Count: 3 + UV + UV + UV +Face 5403 +UV Count: 3 + UV + UV + UV +Face 5404 +UV Count: 3 + UV + UV + UV +Face 5405 +UV Count: 3 + UV + UV + UV +Face 5406 +UV Count: 3 + UV + UV + UV +Face 5407 +UV Count: 3 + UV + UV + UV +Face 5408 +UV Count: 3 + UV + UV + UV +Face 5409 +UV Count: 3 + UV + UV + UV +Face 5410 +UV Count: 3 + UV + UV + UV +Face 5411 +UV Count: 3 + UV + UV + UV +Face 5412 +UV Count: 3 + UV + UV + UV +Face 5413 +UV Count: 3 + UV + UV + UV +Face 5414 +UV Count: 3 + UV + UV + UV +Face 5415 +UV Count: 3 + UV + UV + UV +Face 5416 +UV Count: 3 + UV + UV + UV +Face 5417 +UV Count: 3 + UV + UV + UV +Face 5418 +UV Count: 3 + UV + UV + UV +Face 5419 +UV Count: 3 + UV + UV + UV +Face 5420 +UV Count: 3 + UV + UV + UV +Face 5421 +UV Count: 3 + UV + UV + UV +Face 5422 +UV Count: 3 + UV + UV + UV +Face 5423 +UV Count: 3 + UV + UV + UV +Face 5424 +UV Count: 3 + UV + UV + UV +Face 5425 +UV Count: 3 + UV + UV + UV +Face 5426 +UV Count: 3 + UV + UV + UV +Face 5427 +UV Count: 3 + UV + UV + UV +Face 5428 +UV Count: 3 + UV + UV + UV +Face 5429 +UV Count: 3 + UV + UV + UV +Face 5430 +UV Count: 3 + UV + UV + UV +Face 5431 +UV Count: 3 + UV + UV + UV +Face 5432 +UV Count: 3 + UV + UV + UV +Face 5433 +UV Count: 3 + UV + UV + UV +Face 5434 +UV Count: 3 + UV + UV + UV +Face 5435 +UV Count: 3 + UV + UV + UV +Face 5436 +UV Count: 3 + UV + UV + UV +Face 5437 +UV Count: 3 + UV + UV + UV +Face 5438 +UV Count: 3 + UV + UV + UV +Face 5439 +UV Count: 3 + UV + UV + UV +Face 5440 +UV Count: 3 + UV + UV + UV +Face 5441 +UV Count: 3 + UV + UV + UV +Face 5442 +UV Count: 3 + UV + UV + UV +Face 5443 +UV Count: 3 + UV + UV + UV +Face 5444 +UV Count: 3 + UV + UV + UV +Face 5445 +UV Count: 3 + UV + UV + UV +Face 5446 +UV Count: 3 + UV + UV + UV +Face 5447 +UV Count: 3 + UV + UV + UV +Face 5448 +UV Count: 3 + UV + UV + UV +Face 5449 +UV Count: 3 + UV + UV + UV +Face 5450 +UV Count: 3 + UV + UV + UV +Face 5451 +UV Count: 3 + UV + UV + UV +Face 5452 +UV Count: 3 + UV + UV + UV +Face 5453 +UV Count: 3 + UV + UV + UV +Face 5454 +UV Count: 3 + UV + UV + UV +Face 5455 +UV Count: 3 + UV + UV + UV +Face 5456 +UV Count: 3 + UV + UV + UV +Face 5457 +UV Count: 3 + UV + UV + UV +Face 5458 +UV Count: 3 + UV + UV + UV +Face 5459 +UV Count: 3 + UV + UV + UV +Face 5460 +UV Count: 3 + UV + UV + UV +Face 5461 +UV Count: 3 + UV + UV + UV +Face 5462 +UV Count: 3 + UV + UV + UV +Face 5463 +UV Count: 3 + UV + UV + UV +Face 5464 +UV Count: 3 + UV + UV + UV +Face 5465 +UV Count: 3 + UV + UV + UV +Face 5466 +UV Count: 3 + UV + UV + UV +Face 5467 +UV Count: 3 + UV + UV + UV +Face 5468 +UV Count: 3 + UV + UV + UV +Face 5469 +UV Count: 3 + UV + UV + UV +Face 5470 +UV Count: 3 + UV + UV + UV +Face 5471 +UV Count: 3 + UV + UV + UV +Face 5472 +UV Count: 3 + UV + UV + UV +Face 5473 +UV Count: 3 + UV + UV + UV +Face 5474 +UV Count: 3 + UV + UV + UV +Face 5475 +UV Count: 3 + UV + UV + UV +Face 5476 +UV Count: 3 + UV + UV + UV +Face 5477 +UV Count: 3 + UV + UV + UV +Face 5478 +UV Count: 3 + UV + UV + UV +Face 5479 +UV Count: 3 + UV + UV + UV +Face 5480 +UV Count: 3 + UV + UV + UV +Face 5481 +UV Count: 3 + UV + UV + UV +Face 5482 +UV Count: 3 + UV + UV + UV +Face 5483 +UV Count: 3 + UV + UV + UV +Face 5484 +UV Count: 3 + UV + UV + UV +Face 5485 +UV Count: 3 + UV + UV + UV +Face 5486 +UV Count: 3 + UV + UV + UV +Face 5487 +UV Count: 3 + UV + UV + UV +Face 5488 +UV Count: 3 + UV + UV + UV +Face 5489 +UV Count: 3 + UV + UV + UV +Face 5490 +UV Count: 3 + UV + UV + UV +Face 5491 +UV Count: 3 + UV + UV + UV +Face 5492 +UV Count: 3 + UV + UV + UV +Face 5493 +UV Count: 3 + UV + UV + UV +Face 5494 +UV Count: 3 + UV + UV + UV +Face 5495 +UV Count: 3 + UV + UV + UV +Face 5496 +UV Count: 3 + UV + UV + UV +Face 5497 +UV Count: 3 + UV + UV + UV +Face 5498 +UV Count: 3 + UV + UV + UV +Face 5499 +UV Count: 3 + UV + UV + UV +Face 5500 +UV Count: 3 + UV + UV + UV +Face 5501 +UV Count: 3 + UV + UV + UV +Face 5502 +UV Count: 3 + UV + UV + UV +Face 5503 +UV Count: 3 + UV + UV + UV +Face 5504 +UV Count: 3 + UV + UV + UV +Face 5505 +UV Count: 3 + UV + UV + UV +Face 5506 +UV Count: 3 + UV + UV + UV +Face 5507 +UV Count: 3 + UV + UV + UV +Face 5508 +UV Count: 3 + UV + UV + UV +Face 5509 +UV Count: 3 + UV + UV + UV +Face 5510 +UV Count: 3 + UV + UV + UV +Face 5511 +UV Count: 3 + UV + UV + UV +Face 5512 +UV Count: 3 + UV + UV + UV +Face 5513 +UV Count: 3 + UV + UV + UV +Face 5514 +UV Count: 3 + UV + UV + UV +Face 5515 +UV Count: 3 + UV + UV + UV +Face 5516 +UV Count: 3 + UV + UV + UV +Face 5517 +UV Count: 3 + UV + UV + UV +Face 5518 +UV Count: 3 + UV + UV + UV +Face 5519 +UV Count: 3 + UV + UV + UV +Face 5520 +UV Count: 3 + UV + UV + UV +Face 5521 +UV Count: 3 + UV + UV + UV +Face 5522 +UV Count: 3 + UV + UV + UV +Face 5523 +UV Count: 3 + UV + UV + UV +Face 5524 +UV Count: 3 + UV + UV + UV +Face 5525 +UV Count: 3 + UV + UV + UV +Face 5526 +UV Count: 3 + UV + UV + UV +Face 5527 +UV Count: 3 + UV + UV + UV +Face 5528 +UV Count: 3 + UV + UV + UV +Face 5529 +UV Count: 3 + UV + UV + UV +Face 5530 +UV Count: 3 + UV + UV + UV +Face 5531 +UV Count: 3 + UV + UV + UV +Face 5532 +UV Count: 3 + UV + UV + UV +Face 5533 +UV Count: 3 + UV + UV + UV +Face 5534 +UV Count: 3 + UV + UV + UV +Face 5535 +UV Count: 3 + UV + UV + UV +Face 5536 +UV Count: 3 + UV + UV + UV +Face 5537 +UV Count: 3 + UV + UV + UV +Face 5538 +UV Count: 3 + UV + UV + UV +Face 5539 +UV Count: 3 + UV + UV + UV +Face 5540 +UV Count: 3 + UV + UV + UV +Face 5541 +UV Count: 3 + UV + UV + UV +Face 5542 +UV Count: 3 + UV + UV + UV +Face 5543 +UV Count: 3 + UV + UV + UV +Face 5544 +UV Count: 3 + UV + UV + UV +Face 5545 +UV Count: 3 + UV + UV + UV +Face 5546 +UV Count: 3 + UV + UV + UV +Face 5547 +UV Count: 3 + UV + UV + UV +Face 5548 +UV Count: 3 + UV + UV + UV +Face 5549 +UV Count: 3 + UV + UV + UV +Face 5550 +UV Count: 3 + UV + UV + UV +Face 5551 +UV Count: 3 + UV + UV + UV +Face 5552 +UV Count: 3 + UV + UV + UV +Face 5553 +UV Count: 3 + UV + UV + UV +Face 5554 +UV Count: 3 + UV + UV + UV +Face 5555 +UV Count: 3 + UV + UV + UV +Face 5556 +UV Count: 3 + UV + UV + UV +Face 5557 +UV Count: 3 + UV + UV + UV +Face 5558 +UV Count: 3 + UV + UV + UV +Face 5559 +UV Count: 3 + UV + UV + UV +Face 5560 +UV Count: 3 + UV + UV + UV +Face 5561 +UV Count: 3 + UV + UV + UV +Face 5562 +UV Count: 3 + UV + UV + UV +Face 5563 +UV Count: 3 + UV + UV + UV +Face 5564 +UV Count: 3 + UV + UV + UV +Face 5565 +UV Count: 3 + UV + UV + UV +Face 5566 +UV Count: 3 + UV + UV + UV +Face 5567 +UV Count: 3 + UV + UV + UV +Face 5568 +UV Count: 3 + UV + UV + UV +Face 5569 +UV Count: 3 + UV + UV + UV +Face 5570 +UV Count: 3 + UV + UV + UV +Face 5571 +UV Count: 3 + UV + UV + UV +Face 5572 +UV Count: 3 + UV + UV + UV +Face 5573 +UV Count: 3 + UV + UV + UV +Face 5574 +UV Count: 3 + UV + UV + UV +Face 5575 +UV Count: 3 + UV + UV + UV +Face 5576 +UV Count: 3 + UV + UV + UV +Face 5577 +UV Count: 3 + UV + UV + UV +Face 5578 +UV Count: 3 + UV + UV + UV +Face 5579 +UV Count: 3 + UV + UV + UV +Face 5580 +UV Count: 3 + UV + UV + UV +Face 5581 +UV Count: 3 + UV + UV + UV +Face 5582 +UV Count: 3 + UV + UV + UV +Face 5583 +UV Count: 3 + UV + UV + UV +Face 5584 +UV Count: 3 + UV + UV + UV +Face 5585 +UV Count: 3 + UV + UV + UV +Face 5586 +UV Count: 3 + UV + UV + UV +Face 5587 +UV Count: 3 + UV + UV + UV +Face 5588 +UV Count: 3 + UV + UV + UV +Face 5589 +UV Count: 3 + UV + UV + UV +Face 5590 +UV Count: 3 + UV + UV + UV +Face 5591 +UV Count: 3 + UV + UV + UV +Face 5592 +UV Count: 3 + UV + UV + UV +Face 5593 +UV Count: 3 + UV + UV + UV +Face 5594 +UV Count: 3 + UV + UV + UV +Face 5595 +UV Count: 3 + UV + UV + UV +Face 5596 +UV Count: 3 + UV + UV + UV +Face 5597 +UV Count: 3 + UV + UV + UV +Face 5598 +UV Count: 3 + UV + UV + UV +Face 5599 +UV Count: 3 + UV + UV + UV +Face 5600 +UV Count: 3 + UV + UV + UV +Face 5601 +UV Count: 3 + UV + UV + UV +Face 5602 +UV Count: 3 + UV + UV + UV +Face 5603 +UV Count: 3 + UV + UV + UV +Face 5604 +UV Count: 3 + UV + UV + UV +Face 5605 +UV Count: 3 + UV + UV + UV +Face 5606 +UV Count: 3 + UV + UV + UV +Face 5607 +UV Count: 3 + UV + UV + UV +Face 5608 +UV Count: 3 + UV + UV + UV +Face 5609 +UV Count: 3 + UV + UV + UV +Face 5610 +UV Count: 3 + UV + UV + UV +Face 5611 +UV Count: 3 + UV + UV + UV +Face 5612 +UV Count: 3 + UV + UV + UV +Face 5613 +UV Count: 3 + UV + UV + UV +Face 5614 +UV Count: 3 + UV + UV + UV +Face 5615 +UV Count: 3 + UV + UV + UV +Face 5616 +UV Count: 3 + UV + UV + UV +Face 5617 +UV Count: 3 + UV + UV + UV +Face 5618 +UV Count: 3 + UV + UV + UV +Face 5619 +UV Count: 3 + UV + UV + UV +Face 5620 +UV Count: 3 + UV + UV + UV +Face 5621 +UV Count: 3 + UV + UV + UV +Face 5622 +UV Count: 3 + UV + UV + UV +Face 5623 +UV Count: 3 + UV + UV + UV +Face 5624 +UV Count: 3 + UV + UV + UV +Face 5625 +UV Count: 3 + UV + UV + UV +Face 5626 +UV Count: 3 + UV + UV + UV +Face 5627 +UV Count: 3 + UV + UV + UV +Face 5628 +UV Count: 3 + UV + UV + UV +Face 5629 +UV Count: 3 + UV + UV + UV +Face 5630 +UV Count: 3 + UV + UV + UV +Face 5631 +UV Count: 3 + UV + UV + UV +Face 5632 +UV Count: 3 + UV + UV + UV +Face 5633 +UV Count: 3 + UV + UV + UV +Face 5634 +UV Count: 3 + UV + UV + UV +Face 5635 +UV Count: 3 + UV + UV + UV +Face 5636 +UV Count: 3 + UV + UV + UV +Face 5637 +UV Count: 3 + UV + UV + UV +Face 5638 +UV Count: 3 + UV + UV + UV +Face 5639 +UV Count: 3 + UV + UV + UV +Face 5640 +UV Count: 3 + UV + UV + UV +Face 5641 +UV Count: 3 + UV + UV + UV +Face 5642 +UV Count: 3 + UV + UV + UV +Face 5643 +UV Count: 3 + UV + UV + UV +Face 5644 +UV Count: 3 + UV + UV + UV +Face 5645 +UV Count: 3 + UV + UV + UV +Face 5646 +UV Count: 3 + UV + UV + UV +Face 5647 +UV Count: 3 + UV + UV + UV +Face 5648 +UV Count: 3 + UV + UV + UV +Face 5649 +UV Count: 3 + UV + UV + UV +Face 5650 +UV Count: 3 + UV + UV + UV +Face 5651 +UV Count: 3 + UV + UV + UV +Face 5652 +UV Count: 3 + UV + UV + UV +Face 5653 +UV Count: 3 + UV + UV + UV +Face 5654 +UV Count: 3 + UV + UV + UV +Face 5655 +UV Count: 3 + UV + UV + UV +Face 5656 +UV Count: 3 + UV + UV + UV +Face 5657 +UV Count: 3 + UV + UV + UV +Face 5658 +UV Count: 3 + UV + UV + UV +Face 5659 +UV Count: 3 + UV + UV + UV +Face 5660 +UV Count: 3 + UV + UV + UV +Face 5661 +UV Count: 3 + UV + UV + UV +Face 5662 +UV Count: 3 + UV + UV + UV +Face 5663 +UV Count: 3 + UV + UV + UV +Face 5664 +UV Count: 3 + UV + UV + UV +Face 5665 +UV Count: 3 + UV + UV + UV +Face 5666 +UV Count: 3 + UV + UV + UV +Face 5667 +UV Count: 3 + UV + UV + UV +Face 5668 +UV Count: 3 + UV + UV + UV +Face 5669 +UV Count: 3 + UV + UV + UV +Face 5670 +UV Count: 3 + UV + UV + UV +Face 5671 +UV Count: 3 + UV + UV + UV +Face 5672 +UV Count: 3 + UV + UV + UV +Face 5673 +UV Count: 3 + UV + UV + UV +Face 5674 +UV Count: 3 + UV + UV + UV +Face 5675 +UV Count: 3 + UV + UV + UV +Face 5676 +UV Count: 3 + UV + UV + UV +Face 5677 +UV Count: 3 + UV + UV + UV +Face 5678 +UV Count: 3 + UV + UV + UV +Face 5679 +UV Count: 3 + UV + UV + UV +Face 5680 +UV Count: 3 + UV + UV + UV +Face 5681 +UV Count: 3 + UV + UV + UV +Face 5682 +UV Count: 3 + UV + UV + UV +Face 5683 +UV Count: 3 + UV + UV + UV +Face 5684 +UV Count: 3 + UV + UV + UV +Face 5685 +UV Count: 3 + UV + UV + UV +Face 5686 +UV Count: 3 + UV + UV + UV +Face 5687 +UV Count: 3 + UV + UV + UV +Face 5688 +UV Count: 3 + UV + UV + UV +Face 5689 +UV Count: 3 + UV + UV + UV +Face 5690 +UV Count: 3 + UV + UV + UV +Face 5691 +UV Count: 3 + UV + UV + UV +Face 5692 +UV Count: 3 + UV + UV + UV +Face 5693 +UV Count: 3 + UV + UV + UV +Face 5694 +UV Count: 3 + UV + UV + UV +Face 5695 +UV Count: 3 + UV + UV + UV +Face 5696 +UV Count: 3 + UV + UV + UV +Face 5697 +UV Count: 3 + UV + UV + UV +Face 5698 +UV Count: 3 + UV + UV + UV +Face 5699 +UV Count: 3 + UV + UV + UV +Face 5700 +UV Count: 3 + UV + UV + UV +Face 5701 +UV Count: 3 + UV + UV + UV +Face 5702 +UV Count: 3 + UV + UV + UV +Face 5703 +UV Count: 3 + UV + UV + UV +Face 5704 +UV Count: 3 + UV + UV + UV +Face 5705 +UV Count: 3 + UV + UV + UV +Face 5706 +UV Count: 3 + UV + UV + UV +Face 5707 +UV Count: 3 + UV + UV + UV +Face 5708 +UV Count: 3 + UV + UV + UV +Face 5709 +UV Count: 3 + UV + UV + UV +Face 5710 +UV Count: 3 + UV + UV + UV +Face 5711 +UV Count: 3 + UV + UV + UV +Face 5712 +UV Count: 3 + UV + UV + UV +Face 5713 +UV Count: 3 + UV + UV + UV +Face 5714 +UV Count: 3 + UV + UV + UV +Face 5715 +UV Count: 3 + UV + UV + UV +Face 5716 +UV Count: 3 + UV + UV + UV +Face 5717 +UV Count: 3 + UV + UV + UV +Face 5718 +UV Count: 3 + UV + UV + UV +Face 5719 +UV Count: 3 + UV + UV + UV +Face 5720 +UV Count: 3 + UV + UV + UV +Face 5721 +UV Count: 3 + UV + UV + UV +Face 5722 +UV Count: 3 + UV + UV + UV +Face 5723 +UV Count: 3 + UV + UV + UV +Face 5724 +UV Count: 3 + UV + UV + UV +Face 5725 +UV Count: 3 + UV + UV + UV +Face 5726 +UV Count: 3 + UV + UV + UV +Face 5727 +UV Count: 3 + UV + UV + UV +Face 5728 +UV Count: 3 + UV + UV + UV +Face 5729 +UV Count: 3 + UV + UV + UV +Face 5730 +UV Count: 3 + UV + UV + UV +Face 5731 +UV Count: 3 + UV + UV + UV +Face 5732 +UV Count: 3 + UV + UV + UV +Face 5733 +UV Count: 3 + UV + UV + UV +Face 5734 +UV Count: 3 + UV + UV + UV +Face 5735 +UV Count: 3 + UV + UV + UV +Face 5736 +UV Count: 3 + UV + UV + UV +Face 5737 +UV Count: 3 + UV + UV + UV +Face 5738 +UV Count: 3 + UV + UV + UV +Face 5739 +UV Count: 3 + UV + UV + UV +Face 5740 +UV Count: 3 + UV + UV + UV +Face 5741 +UV Count: 3 + UV + UV + UV +Face 5742 +UV Count: 3 + UV + UV + UV +Face 5743 +UV Count: 3 + UV + UV + UV +Face 5744 +UV Count: 3 + UV + UV + UV +Face 5745 +UV Count: 3 + UV + UV + UV +Face 5746 +UV Count: 3 + UV + UV + UV +Face 5747 +UV Count: 3 + UV + UV + UV +Face 5748 +UV Count: 3 + UV + UV + UV +Face 5749 +UV Count: 3 + UV + UV + UV +Face 5750 +UV Count: 3 + UV + UV + UV +Face 5751 +UV Count: 3 + UV + UV + UV +Face 5752 +UV Count: 3 + UV + UV + UV +Face 5753 +UV Count: 3 + UV + UV + UV +Face 5754 +UV Count: 3 + UV + UV + UV +Face 5755 +UV Count: 3 + UV + UV + UV +Face 5756 +UV Count: 3 + UV + UV + UV +Face 5757 +UV Count: 3 + UV + UV + UV +Face 5758 +UV Count: 3 + UV + UV + UV +Face 5759 +UV Count: 3 + UV + UV + UV +Face 5760 +UV Count: 3 + UV + UV + UV +Face 5761 +UV Count: 3 + UV + UV + UV +Face 5762 +UV Count: 3 + UV + UV + UV +Face 5763 +UV Count: 3 + UV + UV + UV +Face 5764 +UV Count: 3 + UV + UV + UV +Face 5765 +UV Count: 3 + UV + UV + UV +Face 5766 +UV Count: 3 + UV + UV + UV +Face 5767 +UV Count: 3 + UV + UV + UV +Face 5768 +UV Count: 3 + UV + UV + UV +Face 5769 +UV Count: 3 + UV + UV + UV +Face 5770 +UV Count: 3 + UV + UV + UV +Face 5771 +UV Count: 3 + UV + UV + UV +Face 5772 +UV Count: 3 + UV + UV + UV +Face 5773 +UV Count: 3 + UV + UV + UV +Face 5774 +UV Count: 3 + UV + UV + UV +Face 5775 +UV Count: 3 + UV + UV + UV +Face 5776 +UV Count: 3 + UV + UV + UV +Face 5777 +UV Count: 3 + UV + UV + UV +Face 5778 +UV Count: 3 + UV + UV + UV +Face 5779 +UV Count: 3 + UV + UV + UV +Face 5780 +UV Count: 3 + UV + UV + UV +Face 5781 +UV Count: 3 + UV + UV + UV +Face 5782 +UV Count: 3 + UV + UV + UV +Face 5783 +UV Count: 3 + UV + UV + UV +Face 5784 +UV Count: 3 + UV + UV + UV +Face 5785 +UV Count: 3 + UV + UV + UV +Face 5786 +UV Count: 3 + UV + UV + UV +Face 5787 +UV Count: 3 + UV + UV + UV +Face 5788 +UV Count: 3 + UV + UV + UV +Face 5789 +UV Count: 3 + UV + UV + UV +Face 5790 +UV Count: 3 + UV + UV + UV +Face 5791 +UV Count: 3 + UV + UV + UV +Face 5792 +UV Count: 3 + UV + UV + UV +Face 5793 +UV Count: 3 + UV + UV + UV +Face 5794 +UV Count: 3 + UV + UV + UV +Face 5795 +UV Count: 3 + UV + UV + UV +Face 5796 +UV Count: 3 + UV + UV + UV +Face 5797 +UV Count: 3 + UV + UV + UV +Face 5798 +UV Count: 3 + UV + UV + UV +Face 5799 +UV Count: 3 + UV + UV + UV +Face 5800 +UV Count: 3 + UV + UV + UV +Face 5801 +UV Count: 3 + UV + UV + UV +Face 5802 +UV Count: 3 + UV + UV + UV +Face 5803 +UV Count: 3 + UV + UV + UV +Face 5804 +UV Count: 3 + UV + UV + UV +Face 5805 +UV Count: 3 + UV + UV + UV +Face 5806 +UV Count: 3 + UV + UV + UV +Face 5807 +UV Count: 3 + UV + UV + UV +Face 5808 +UV Count: 3 + UV + UV + UV +Face 5809 +UV Count: 3 + UV + UV + UV +Face 5810 +UV Count: 3 + UV + UV + UV +Face 5811 +UV Count: 3 + UV + UV + UV +Face 5812 +UV Count: 3 + UV + UV + UV +Face 5813 +UV Count: 3 + UV + UV + UV +Face 5814 +UV Count: 3 + UV + UV + UV +Face 5815 +UV Count: 3 + UV + UV + UV +Face 5816 +UV Count: 3 + UV + UV + UV +Face 5817 +UV Count: 3 + UV + UV + UV +Face 5818 +UV Count: 3 + UV + UV + UV +Face 5819 +UV Count: 3 + UV + UV + UV +Face 5820 +UV Count: 3 + UV + UV + UV +Face 5821 +UV Count: 3 + UV + UV + UV +Face 5822 +UV Count: 3 + UV + UV + UV +Face 5823 +UV Count: 3 + UV + UV + UV +Face 5824 +UV Count: 3 + UV + UV + UV +Face 5825 +UV Count: 3 + UV + UV + UV +Face 5826 +UV Count: 3 + UV + UV + UV +Face 5827 +UV Count: 3 + UV + UV + UV +Face 5828 +UV Count: 3 + UV + UV + UV +Face 5829 +UV Count: 3 + UV + UV + UV +Face 5830 +UV Count: 3 + UV + UV + UV +Face 5831 +UV Count: 3 + UV + UV + UV +Face 5832 +UV Count: 3 + UV + UV + UV +Face 5833 +UV Count: 3 + UV + UV + UV +Face 5834 +UV Count: 3 + UV + UV + UV +Face 5835 +UV Count: 3 + UV + UV + UV +Face 5836 +UV Count: 3 + UV + UV + UV +Face 5837 +UV Count: 3 + UV + UV + UV +Face 5838 +UV Count: 3 + UV + UV + UV +Face 5839 +UV Count: 3 + UV + UV + UV +Face 5840 +UV Count: 3 + UV + UV + UV +Face 5841 +UV Count: 3 + UV + UV + UV +Face 5842 +UV Count: 3 + UV + UV + UV +Face 5843 +UV Count: 3 + UV + UV + UV +Face 5844 +UV Count: 3 + UV + UV + UV +Face 5845 +UV Count: 3 + UV + UV + UV +Face 5846 +UV Count: 3 + UV + UV + UV +Face 5847 +UV Count: 3 + UV + UV + UV +Face 5848 +UV Count: 3 + UV + UV + UV +Face 5849 +UV Count: 3 + UV + UV + UV +Face 5850 +UV Count: 3 + UV + UV + UV +Face 5851 +UV Count: 3 + UV + UV + UV +Face 5852 +UV Count: 3 + UV + UV + UV +Face 5853 +UV Count: 3 + UV + UV + UV +Face 5854 +UV Count: 3 + UV + UV + UV +Face 5855 +UV Count: 3 + UV + UV + UV +Face 5856 +UV Count: 3 + UV + UV + UV +Face 5857 +UV Count: 3 + UV + UV + UV +Face 5858 +UV Count: 3 + UV + UV + UV +Face 5859 +UV Count: 3 + UV + UV + UV +Face 5860 +UV Count: 3 + UV + UV + UV +Face 5861 +UV Count: 3 + UV + UV + UV +Face 5862 +UV Count: 3 + UV + UV + UV +Face 5863 +UV Count: 3 + UV + UV + UV +Face 5864 +UV Count: 3 + UV + UV + UV +Face 5865 +UV Count: 3 + UV + UV + UV +Face 5866 +UV Count: 3 + UV + UV + UV +Face 5867 +UV Count: 3 + UV + UV + UV +Face 5868 +UV Count: 3 + UV + UV + UV +Face 5869 +UV Count: 3 + UV + UV + UV +Face 5870 +UV Count: 3 + UV + UV + UV +Face 5871 +UV Count: 3 + UV + UV + UV +Face 5872 +UV Count: 3 + UV + UV + UV +Face 5873 +UV Count: 3 + UV + UV + UV +Face 5874 +UV Count: 3 + UV + UV + UV +Face 5875 +UV Count: 3 + UV + UV + UV +Face 5876 +UV Count: 3 + UV + UV + UV +Face 5877 +UV Count: 3 + UV + UV + UV +Face 5878 +UV Count: 3 + UV + UV + UV +Face 5879 +UV Count: 3 + UV + UV + UV +Face 5880 +UV Count: 3 + UV + UV + UV +Face 5881 +UV Count: 3 + UV + UV + UV +Face 5882 +UV Count: 3 + UV + UV + UV +Face 5883 +UV Count: 3 + UV + UV + UV +Face 5884 +UV Count: 3 + UV + UV + UV +Face 5885 +UV Count: 3 + UV + UV + UV +Face 5886 +UV Count: 3 + UV + UV + UV +Face 5887 +UV Count: 3 + UV + UV + UV +Face 5888 +UV Count: 3 + UV + UV + UV +Face 5889 +UV Count: 3 + UV + UV + UV +Face 5890 +UV Count: 3 + UV + UV + UV +Face 5891 +UV Count: 3 + UV + UV + UV +Face 5892 +UV Count: 3 + UV + UV + UV +Face 5893 +UV Count: 3 + UV + UV + UV +Face 5894 +UV Count: 3 + UV + UV + UV +Face 5895 +UV Count: 3 + UV + UV + UV +Face 5896 +UV Count: 3 + UV + UV + UV +Face 5897 +UV Count: 3 + UV + UV + UV +Face 5898 +UV Count: 3 + UV + UV + UV +Face 5899 +UV Count: 3 + UV + UV + UV +Face 5900 +UV Count: 3 + UV + UV + UV +Face 5901 +UV Count: 3 + UV + UV + UV +Face 5902 +UV Count: 3 + UV + UV + UV +Face 5903 +UV Count: 3 + UV + UV + UV +Face 5904 +UV Count: 3 + UV + UV + UV +Face 5905 +UV Count: 3 + UV + UV + UV +Face 5906 +UV Count: 3 + UV + UV + UV +Face 5907 +UV Count: 3 + UV + UV + UV +Face 5908 +UV Count: 3 + UV + UV + UV +Face 5909 +UV Count: 3 + UV + UV + UV +Face 5910 +UV Count: 3 + UV + UV + UV +Face 5911 +UV Count: 3 + UV + UV + UV +Face 5912 +UV Count: 3 + UV + UV + UV +Face 5913 +UV Count: 3 + UV + UV + UV +Face 5914 +UV Count: 3 + UV + UV + UV +Face 5915 +UV Count: 3 + UV + UV + UV +Face 5916 +UV Count: 3 + UV + UV + UV +Face 5917 +UV Count: 3 + UV + UV + UV +Face 5918 +UV Count: 3 + UV + UV + UV +Face 5919 +UV Count: 3 + UV + UV + UV +Face 5920 +UV Count: 3 + UV + UV + UV +Face 5921 +UV Count: 3 + UV + UV + UV +Face 5922 +UV Count: 3 + UV + UV + UV +Face 5923 +UV Count: 3 + UV + UV + UV +Face 5924 +UV Count: 3 + UV + UV + UV +Face 5925 +UV Count: 3 + UV + UV + UV +Face 5926 +UV Count: 3 + UV + UV + UV +Face 5927 +UV Count: 3 + UV + UV + UV +Face 5928 +UV Count: 3 + UV + UV + UV +Face 5929 +UV Count: 3 + UV + UV + UV +Face 5930 +UV Count: 3 + UV + UV + UV +Face 5931 +UV Count: 3 + UV + UV + UV +Face 5932 +UV Count: 3 + UV + UV + UV +Face 5933 +UV Count: 3 + UV + UV + UV +Face 5934 +UV Count: 3 + UV + UV + UV +Face 5935 +UV Count: 3 + UV + UV + UV +Face 5936 +UV Count: 3 + UV + UV + UV +Face 5937 +UV Count: 3 + UV + UV + UV +Face 5938 +UV Count: 3 + UV + UV + UV +Face 5939 +UV Count: 3 + UV + UV + UV +Face 5940 +UV Count: 3 + UV + UV + UV +Face 5941 +UV Count: 3 + UV + UV + UV +Face 5942 +UV Count: 3 + UV + UV + UV +Face 5943 +UV Count: 3 + UV + UV + UV +Face 5944 +UV Count: 3 + UV + UV + UV +Face 5945 +UV Count: 3 + UV + UV + UV +Face 5946 +UV Count: 3 + UV + UV + UV +Face 5947 +UV Count: 3 + UV + UV + UV +Face 5948 +UV Count: 3 + UV + UV + UV +Face 5949 +UV Count: 3 + UV + UV + UV +Face 5950 +UV Count: 3 + UV + UV + UV +Face 5951 +UV Count: 3 + UV + UV + UV +Face 5952 +UV Count: 3 + UV + UV + UV +Face 5953 +UV Count: 3 + UV + UV + UV +Face 5954 +UV Count: 3 + UV + UV + UV +Face 5955 +UV Count: 3 + UV + UV + UV +Face 5956 +UV Count: 3 + UV + UV + UV +Face 5957 +UV Count: 3 + UV + UV + UV +Face 5958 +UV Count: 3 + UV + UV + UV +Face 5959 +UV Count: 3 + UV + UV + UV +Face 5960 +UV Count: 3 + UV + UV + UV +Face 5961 +UV Count: 3 + UV + UV + UV +Face 5962 +UV Count: 3 + UV + UV + UV +Face 5963 +UV Count: 3 + UV + UV + UV +Face 5964 +UV Count: 3 + UV + UV + UV +Face 5965 +UV Count: 3 + UV + UV + UV +Face 5966 +UV Count: 3 + UV + UV + UV +Face 5967 +UV Count: 3 + UV + UV + UV +Face 5968 +UV Count: 3 + UV + UV + UV +Face 5969 +UV Count: 3 + UV + UV + UV +Face 5970 +UV Count: 3 + UV + UV + UV +Face 5971 +UV Count: 3 + UV + UV + UV +Face 5972 +UV Count: 3 + UV + UV + UV +Face 5973 +UV Count: 3 + UV + UV + UV +Face 5974 +UV Count: 3 + UV + UV + UV +Face 5975 +UV Count: 3 + UV + UV + UV +Face 5976 +UV Count: 3 + UV + UV + UV +Face 5977 +UV Count: 3 + UV + UV + UV +Face 5978 +UV Count: 3 + UV + UV + UV +Face 5979 +UV Count: 3 + UV + UV + UV +Face 5980 +UV Count: 3 + UV + UV + UV +Face 5981 +UV Count: 3 + UV + UV + UV +Face 5982 +UV Count: 3 + UV + UV + UV +Face 5983 +UV Count: 3 + UV + UV + UV +Face 5984 +UV Count: 3 + UV + UV + UV +Face 5985 +UV Count: 3 + UV + UV + UV +Face 5986 +UV Count: 3 + UV + UV + UV +Face 5987 +UV Count: 3 + UV + UV + UV +Face 5988 +UV Count: 3 + UV + UV + UV +Face 5989 +UV Count: 3 + UV + UV + UV +Face 5990 +UV Count: 3 + UV + UV + UV +Face 5991 +UV Count: 3 + UV + UV + UV +Face 5992 +UV Count: 3 + UV + UV + UV +Face 5993 +UV Count: 3 + UV + UV + UV +Face 5994 +UV Count: 3 + UV + UV + UV +Face 5995 +UV Count: 3 + UV + UV + UV +Face 5996 +UV Count: 3 + UV + UV + UV +Face 5997 +UV Count: 3 + UV + UV + UV +Face 5998 +UV Count: 3 + UV + UV + UV +Face 5999 +UV Count: 3 + UV + UV + UV +Face 6000 +UV Count: 3 + UV + UV + UV +Face 6001 +UV Count: 3 + UV + UV + UV +Face 6002 +UV Count: 3 + UV + UV + UV +Face 6003 +UV Count: 3 + UV + UV + UV +Face 6004 +UV Count: 3 + UV + UV + UV +Face 6005 +UV Count: 3 + UV + UV + UV +Face 6006 +UV Count: 3 + UV + UV + UV +Face 6007 +UV Count: 3 + UV + UV + UV +Face 6008 +UV Count: 3 + UV + UV + UV +Face 6009 +UV Count: 3 + UV + UV + UV +Face 6010 +UV Count: 3 + UV + UV + UV +Face 6011 +UV Count: 3 + UV + UV + UV +Face 6012 +UV Count: 3 + UV + UV + UV +Face 6013 +UV Count: 3 + UV + UV + UV +Face 6014 +UV Count: 3 + UV + UV + UV +Face 6015 +UV Count: 3 + UV + UV + UV +Face 6016 +UV Count: 3 + UV + UV + UV +Face 6017 +UV Count: 3 + UV + UV + UV +Face 6018 +UV Count: 3 + UV + UV + UV +Face 6019 +UV Count: 3 + UV + UV + UV +Face 6020 +UV Count: 3 + UV + UV + UV +Face 6021 +UV Count: 3 + UV + UV + UV +Face 6022 +UV Count: 3 + UV + UV + UV +Face 6023 +UV Count: 3 + UV + UV + UV +Face 6024 +UV Count: 3 + UV + UV + UV +Face 6025 +UV Count: 3 + UV + UV + UV +Face 6026 +UV Count: 3 + UV + UV + UV +Face 6027 +UV Count: 3 + UV + UV + UV +Face 6028 +UV Count: 3 + UV + UV + UV +Face 6029 +UV Count: 3 + UV + UV + UV +Face 6030 +UV Count: 3 + UV + UV + UV +Face 6031 +UV Count: 3 + UV + UV + UV +Face 6032 +UV Count: 3 + UV + UV + UV +Face 6033 +UV Count: 3 + UV + UV + UV +Face 6034 +UV Count: 3 + UV + UV + UV +Face 6035 +UV Count: 3 + UV + UV + UV +Face 6036 +UV Count: 3 + UV + UV + UV +Face 6037 +UV Count: 3 + UV + UV + UV +Face 6038 +UV Count: 3 + UV + UV + UV +Face 6039 +UV Count: 3 + UV + UV + UV +Face 6040 +UV Count: 3 + UV + UV + UV +Face 6041 +UV Count: 3 + UV + UV + UV +Face 6042 +UV Count: 3 + UV + UV + UV +Face 6043 +UV Count: 3 + UV + UV + UV +Face 6044 +UV Count: 3 + UV + UV + UV +Face 6045 +UV Count: 3 + UV + UV + UV +Face 6046 +UV Count: 3 + UV + UV + UV +Face 6047 +UV Count: 3 + UV + UV + UV +Face 6048 +UV Count: 3 + UV + UV + UV +Face 6049 +UV Count: 3 + UV + UV + UV +Face 6050 +UV Count: 3 + UV + UV + UV +Face 6051 +UV Count: 3 + UV + UV + UV +Face 6052 +UV Count: 3 + UV + UV + UV +Face 6053 +UV Count: 3 + UV + UV + UV +Face 6054 +UV Count: 3 + UV + UV + UV +Face 6055 +UV Count: 3 + UV + UV + UV +Face 6056 +UV Count: 3 + UV + UV + UV +Face 6057 +UV Count: 3 + UV + UV + UV +Face 6058 +UV Count: 3 + UV + UV + UV +Face 6059 +UV Count: 3 + UV + UV + UV +Face 6060 +UV Count: 3 + UV + UV + UV +Face 6061 +UV Count: 3 + UV + UV + UV +Face 6062 +UV Count: 3 + UV + UV + UV +Face 6063 +UV Count: 3 + UV + UV + UV +Face 6064 +UV Count: 3 + UV + UV + UV +Face 6065 +UV Count: 3 + UV + UV + UV +Face 6066 +UV Count: 3 + UV + UV + UV +Face 6067 +UV Count: 3 + UV + UV + UV +Face 6068 +UV Count: 3 + UV + UV + UV +Face 6069 +UV Count: 3 + UV + UV + UV +Face 6070 +UV Count: 3 + UV + UV + UV +Face 6071 +UV Count: 3 + UV + UV + UV +Face 6072 +UV Count: 3 + UV + UV + UV +Face 6073 +UV Count: 3 + UV + UV + UV +Face 6074 +UV Count: 3 + UV + UV + UV +Face 6075 +UV Count: 3 + UV + UV + UV +Face 6076 +UV Count: 3 + UV + UV + UV +Face 6077 +UV Count: 3 + UV + UV + UV +Face 6078 +UV Count: 3 + UV + UV + UV +Face 6079 +UV Count: 3 + UV + UV + UV +Face 6080 +UV Count: 3 + UV + UV + UV +Face 6081 +UV Count: 3 + UV + UV + UV +Face 6082 +UV Count: 3 + UV + UV + UV +Face 6083 +UV Count: 3 + UV + UV + UV +Face 6084 +UV Count: 3 + UV + UV + UV +Face 6085 +UV Count: 3 + UV + UV + UV +Face 6086 +UV Count: 3 + UV + UV + UV +Face 6087 +UV Count: 3 + UV + UV + UV +Face 6088 +UV Count: 3 + UV + UV + UV +Face 6089 +UV Count: 3 + UV + UV + UV +Face 6090 +UV Count: 3 + UV + UV + UV +Face 6091 +UV Count: 3 + UV + UV + UV +Face 6092 +UV Count: 3 + UV + UV + UV +Face 6093 +UV Count: 3 + UV + UV + UV +Face 6094 +UV Count: 3 + UV + UV + UV +Face 6095 +UV Count: 3 + UV + UV + UV +Face 6096 +UV Count: 3 + UV + UV + UV +Face 6097 +UV Count: 3 + UV + UV + UV +Face 6098 +UV Count: 3 + UV + UV + UV +Face 6099 +UV Count: 3 + UV + UV + UV +Face 6100 +UV Count: 3 + UV + UV + UV +Face 6101 +UV Count: 3 + UV + UV + UV +Face 6102 +UV Count: 3 + UV + UV + UV +Face 6103 +UV Count: 3 + UV + UV + UV +Face 6104 +UV Count: 3 + UV + UV + UV +Face 6105 +UV Count: 3 + UV + UV + UV +Face 6106 +UV Count: 3 + UV + UV + UV +Face 6107 +UV Count: 3 + UV + UV + UV +Face 6108 +UV Count: 3 + UV + UV + UV +Face 6109 +UV Count: 3 + UV + UV + UV +Face 6110 +UV Count: 3 + UV + UV + UV +Face 6111 +UV Count: 3 + UV + UV + UV +Face 6112 +UV Count: 3 + UV + UV + UV +Face 6113 +UV Count: 3 + UV + UV + UV +Face 6114 +UV Count: 3 + UV + UV + UV +Face 6115 +UV Count: 3 + UV + UV + UV +Face 6116 +UV Count: 3 + UV + UV + UV +Face 6117 +UV Count: 3 + UV + UV + UV +Face 6118 +UV Count: 3 + UV + UV + UV +Face 6119 +UV Count: 3 + UV + UV + UV +Face 6120 +UV Count: 3 + UV + UV + UV +Face 6121 +UV Count: 3 + UV + UV + UV +Face 6122 +UV Count: 3 + UV + UV + UV +Face 6123 +UV Count: 3 + UV + UV + UV +Face 6124 +UV Count: 3 + UV + UV + UV +Face 6125 +UV Count: 3 + UV + UV + UV +Face 6126 +UV Count: 3 + UV + UV + UV +Face 6127 +UV Count: 3 + UV + UV + UV +Face 6128 +UV Count: 3 + UV + UV + UV +Face 6129 +UV Count: 3 + UV + UV + UV +Face 6130 +UV Count: 3 + UV + UV + UV +Face 6131 +UV Count: 3 + UV + UV + UV +Face 6132 +UV Count: 3 + UV + UV + UV +Face 6133 +UV Count: 3 + UV + UV + UV +Face 6134 +UV Count: 3 + UV + UV + UV +Face 6135 +UV Count: 3 + UV + UV + UV +Face 6136 +UV Count: 3 + UV + UV + UV +Face 6137 +UV Count: 3 + UV + UV + UV +Face 6138 +UV Count: 3 + UV + UV + UV +Face 6139 +UV Count: 3 + UV + UV + UV +Face 6140 +UV Count: 3 + UV + UV + UV +Face 6141 +UV Count: 3 + UV + UV + UV +Face 6142 +UV Count: 3 + UV + UV + UV +Face 6143 +UV Count: 3 + UV + UV + UV +Face 6144 +UV Count: 3 + UV + UV + UV +Face 6145 +UV Count: 3 + UV + UV + UV +Face 6146 +UV Count: 3 + UV + UV + UV +Face 6147 +UV Count: 3 + UV + UV + UV +Face 6148 +UV Count: 3 + UV + UV + UV +Face 6149 +UV Count: 3 + UV + UV + UV +Face 6150 +UV Count: 3 + UV + UV + UV +Face 6151 +UV Count: 3 + UV + UV + UV +Face 6152 +UV Count: 3 + UV + UV + UV +Face 6153 +UV Count: 3 + UV + UV + UV +Face 6154 +UV Count: 3 + UV + UV + UV +Face 6155 +UV Count: 3 + UV + UV + UV +Face 6156 +UV Count: 3 + UV + UV + UV +Face 6157 +UV Count: 3 + UV + UV + UV +Face 6158 +UV Count: 3 + UV + UV + UV +Face 6159 +UV Count: 3 + UV + UV + UV +Face 6160 +UV Count: 3 + UV + UV + UV +Face 6161 +UV Count: 3 + UV + UV + UV +Face 6162 +UV Count: 3 + UV + UV + UV +Face 6163 +UV Count: 3 + UV + UV + UV +Face 6164 +UV Count: 3 + UV + UV + UV +Face 6165 +UV Count: 3 + UV + UV + UV +Face 6166 +UV Count: 3 + UV + UV + UV +Face 6167 +UV Count: 3 + UV + UV + UV +Face 6168 +UV Count: 3 + UV + UV + UV +Face 6169 +UV Count: 3 + UV + UV + UV +Face 6170 +UV Count: 3 + UV + UV + UV +Face 6171 +UV Count: 3 + UV + UV + UV +Face 6172 +UV Count: 3 + UV + UV + UV +Face 6173 +UV Count: 3 + UV + UV + UV +Face 6174 +UV Count: 3 + UV + UV + UV +Face 6175 +UV Count: 3 + UV + UV + UV +Face 6176 +UV Count: 3 + UV + UV + UV +Face 6177 +UV Count: 3 + UV + UV + UV +Face 6178 +UV Count: 3 + UV + UV + UV +Face 6179 +UV Count: 3 + UV + UV + UV +Face 6180 +UV Count: 3 + UV + UV + UV +Face 6181 +UV Count: 3 + UV + UV + UV +Face 6182 +UV Count: 3 + UV + UV + UV +Face 6183 +UV Count: 3 + UV + UV + UV +Face 6184 +UV Count: 3 + UV + UV + UV +Face 6185 +UV Count: 3 + UV + UV + UV +Face 6186 +UV Count: 3 + UV + UV + UV +Face 6187 +UV Count: 3 + UV + UV + UV +Face 6188 +UV Count: 3 + UV + UV + UV +Face 6189 +UV Count: 3 + UV + UV + UV +Face 6190 +UV Count: 3 + UV + UV + UV +Face 6191 +UV Count: 3 + UV + UV + UV +Face 6192 +UV Count: 3 + UV + UV + UV +Face 6193 +UV Count: 3 + UV + UV + UV +Face 6194 +UV Count: 3 + UV + UV + UV +Face 6195 +UV Count: 3 + UV + UV + UV +Face 6196 +UV Count: 3 + UV + UV + UV +Face 6197 +UV Count: 3 + UV + UV + UV +Face 6198 +UV Count: 3 + UV + UV + UV +Face 6199 +UV Count: 3 + UV + UV + UV +Face 6200 +UV Count: 3 + UV + UV + UV +Face 6201 +UV Count: 3 + UV + UV + UV +Face 6202 +UV Count: 3 + UV + UV + UV +Face 6203 +UV Count: 3 + UV + UV + UV +Face 6204 +UV Count: 3 + UV + UV + UV +Face 6205 +UV Count: 3 + UV + UV + UV +Face 6206 +UV Count: 3 + UV + UV + UV +Face 6207 +UV Count: 3 + UV + UV + UV +Face 6208 +UV Count: 3 + UV + UV + UV +Face 6209 +UV Count: 3 + UV + UV + UV +Face 6210 +UV Count: 3 + UV + UV + UV +Face 6211 +UV Count: 3 + UV + UV + UV +Face 6212 +UV Count: 3 + UV + UV + UV +Face 6213 +UV Count: 3 + UV + UV + UV +Face 6214 +UV Count: 3 + UV + UV + UV +Face 6215 +UV Count: 3 + UV + UV + UV +Face 6216 +UV Count: 3 + UV + UV + UV +Face 6217 +UV Count: 3 + UV + UV + UV +Face 6218 +UV Count: 3 + UV + UV + UV +Face 6219 +UV Count: 3 + UV + UV + UV +Face 6220 +UV Count: 3 + UV + UV + UV +Face 6221 +UV Count: 3 + UV + UV + UV +Face 6222 +UV Count: 3 + UV + UV + UV +Face 6223 +UV Count: 3 + UV + UV + UV +Face 6224 +UV Count: 3 + UV + UV + UV +Face 6225 +UV Count: 3 + UV + UV + UV +Face 6226 +UV Count: 3 + UV + UV + UV +Face 6227 +UV Count: 3 + UV + UV + UV +Face 6228 +UV Count: 3 + UV + UV + UV +Face 6229 +UV Count: 3 + UV + UV + UV +Face 6230 +UV Count: 3 + UV + UV + UV +Face 6231 +UV Count: 3 + UV + UV + UV +Face 6232 +UV Count: 3 + UV + UV + UV +Face 6233 +UV Count: 3 + UV + UV + UV +Face 6234 +UV Count: 3 + UV + UV + UV +Face 6235 +UV Count: 3 + UV + UV + UV +Face 6236 +UV Count: 3 + UV + UV + UV +Face 6237 +UV Count: 3 + UV + UV + UV +Face 6238 +UV Count: 3 + UV + UV + UV +Face 6239 +UV Count: 3 + UV + UV + UV +Face 6240 +UV Count: 3 + UV + UV + UV +Face 6241 +UV Count: 3 + UV + UV + UV +Face 6242 +UV Count: 3 + UV + UV + UV +Face 6243 +UV Count: 3 + UV + UV + UV +Face 6244 +UV Count: 3 + UV + UV + UV +Face 6245 +UV Count: 3 + UV + UV + UV +Face 6246 +UV Count: 3 + UV + UV + UV +Face 6247 +UV Count: 3 + UV + UV + UV +Face 6248 +UV Count: 3 + UV + UV + UV +Face 6249 +UV Count: 3 + UV + UV + UV +Face 6250 +UV Count: 3 + UV + UV + UV +Face 6251 +UV Count: 3 + UV + UV + UV +Face 6252 +UV Count: 3 + UV + UV + UV +Face 6253 +UV Count: 3 + UV + UV + UV +Face 6254 +UV Count: 3 + UV + UV + UV +Face 6255 +UV Count: 3 + UV + UV + UV +Face 6256 +UV Count: 3 + UV + UV + UV +Face 6257 +UV Count: 3 + UV + UV + UV +Face 6258 +UV Count: 3 + UV + UV + UV +Face 6259 +UV Count: 3 + UV + UV + UV +Face 6260 +UV Count: 3 + UV + UV + UV +Face 6261 +UV Count: 3 + UV + UV + UV +Face 6262 +UV Count: 3 + UV + UV + UV +Face 6263 +UV Count: 3 + UV + UV + UV +Face 6264 +UV Count: 3 + UV + UV + UV +Face 6265 +UV Count: 3 + UV + UV + UV +Face 6266 +UV Count: 3 + UV + UV + UV +Face 6267 +UV Count: 3 + UV + UV + UV +Face 6268 +UV Count: 3 + UV + UV + UV +Face 6269 +UV Count: 3 + UV + UV + UV +Face 6270 +UV Count: 3 + UV + UV + UV +Face 6271 +UV Count: 3 + UV + UV + UV +Face 6272 +UV Count: 3 + UV + UV + UV +Face 6273 +UV Count: 3 + UV + UV + UV +Face 6274 +UV Count: 3 + UV + UV + UV +Face 6275 +UV Count: 3 + UV + UV + UV +Face 6276 +UV Count: 3 + UV + UV + UV +Face 6277 +UV Count: 3 + UV + UV + UV +Face 6278 +UV Count: 3 + UV + UV + UV +Face 6279 +UV Count: 3 + UV + UV + UV +Face 6280 +UV Count: 3 + UV + UV + UV +Face 6281 +UV Count: 3 + UV + UV + UV +Face 6282 +UV Count: 3 + UV + UV + UV +Face 6283 +UV Count: 3 + UV + UV + UV +Face 6284 +UV Count: 3 + UV + UV + UV +Face 6285 +UV Count: 3 + UV + UV + UV +Face 6286 +UV Count: 3 + UV + UV + UV +Face 6287 +UV Count: 3 + UV + UV + UV +Face 6288 +UV Count: 3 + UV + UV + UV +Face 6289 +UV Count: 3 + UV + UV + UV +Face 6290 +UV Count: 3 + UV + UV + UV +Face 6291 +UV Count: 3 + UV + UV + UV +Face 6292 +UV Count: 3 + UV + UV + UV +Face 6293 +UV Count: 3 + UV + UV + UV +Face 6294 +UV Count: 3 + UV + UV + UV +Face 6295 +UV Count: 3 + UV + UV + UV +Face 6296 +UV Count: 3 + UV + UV + UV +Face 6297 +UV Count: 3 + UV + UV + UV +Face 6298 +UV Count: 3 + UV + UV + UV +Face 6299 +UV Count: 3 + UV + UV + UV +Face 6300 +UV Count: 3 + UV + UV + UV +Face 6301 +UV Count: 3 + UV + UV + UV +Face 6302 +UV Count: 3 + UV + UV + UV +Face 6303 +UV Count: 3 + UV + UV + UV +Face 6304 +UV Count: 3 + UV + UV + UV +Face 6305 +UV Count: 3 + UV + UV + UV +Face 6306 +UV Count: 3 + UV + UV + UV +Face 6307 +UV Count: 3 + UV + UV + UV +Face 6308 +UV Count: 3 + UV + UV + UV +Face 6309 +UV Count: 3 + UV + UV + UV +Face 6310 +UV Count: 3 + UV + UV + UV +Face 6311 +UV Count: 3 + UV + UV + UV +Face 6312 +UV Count: 3 + UV + UV + UV +Face 6313 +UV Count: 3 + UV + UV + UV +Face 6314 +UV Count: 3 + UV + UV + UV +Face 6315 +UV Count: 3 + UV + UV + UV +Face 6316 +UV Count: 3 + UV + UV + UV +Face 6317 +UV Count: 3 + UV + UV + UV +Face 6318 +UV Count: 3 + UV + UV + UV +Face 6319 +UV Count: 3 + UV + UV + UV +Face 6320 +UV Count: 3 + UV + UV + UV +Face 6321 +UV Count: 3 + UV + UV + UV +Face 6322 +UV Count: 3 + UV + UV + UV +Face 6323 +UV Count: 3 + UV + UV + UV +Face 6324 +UV Count: 3 + UV + UV + UV +Face 6325 +UV Count: 3 + UV + UV + UV +Face 6326 +UV Count: 3 + UV + UV + UV +Face 6327 +UV Count: 3 + UV + UV + UV +Face 6328 +UV Count: 3 + UV + UV + UV +Face 6329 +UV Count: 3 + UV + UV + UV +Face 6330 +UV Count: 3 + UV + UV + UV +Face 6331 +UV Count: 3 + UV + UV + UV +Face 6332 +UV Count: 3 + UV + UV + UV +Face 6333 +UV Count: 3 + UV + UV + UV +Face 6334 +UV Count: 3 + UV + UV + UV +Face 6335 +UV Count: 3 + UV + UV + UV +Face 6336 +UV Count: 3 + UV + UV + UV +Face 6337 +UV Count: 3 + UV + UV + UV +Face 6338 +UV Count: 3 + UV + UV + UV +Face 6339 +UV Count: 3 + UV + UV + UV +Face 6340 +UV Count: 3 + UV + UV + UV +Face 6341 +UV Count: 3 + UV + UV + UV +Face 6342 +UV Count: 3 + UV + UV + UV +Face 6343 +UV Count: 3 + UV + UV + UV +Face 6344 +UV Count: 3 + UV + UV + UV +Face 6345 +UV Count: 3 + UV + UV + UV +Face 6346 +UV Count: 3 + UV + UV + UV +Face 6347 +UV Count: 3 + UV + UV + UV +Face 6348 +UV Count: 3 + UV + UV + UV +Face 6349 +UV Count: 3 + UV + UV + UV +Face 6350 +UV Count: 3 + UV + UV + UV +Face 6351 +UV Count: 3 + UV + UV + UV +Face 6352 +UV Count: 3 + UV + UV + UV +Face 6353 +UV Count: 3 + UV + UV + UV +Face 6354 +UV Count: 3 + UV + UV + UV +Face 6355 +UV Count: 3 + UV + UV + UV +Face 6356 +UV Count: 3 + UV + UV + UV +Face 6357 +UV Count: 3 + UV + UV + UV +Face 6358 +UV Count: 3 + UV + UV + UV +Face 6359 +UV Count: 3 + UV + UV + UV +Face 6360 +UV Count: 3 + UV + UV + UV +Face 6361 +UV Count: 3 + UV + UV + UV +Face 6362 +UV Count: 3 + UV + UV + UV +Face 6363 +UV Count: 3 + UV + UV + UV +Face 6364 +UV Count: 3 + UV + UV + UV +Face 6365 +UV Count: 3 + UV + UV + UV +Face 6366 +UV Count: 3 + UV + UV + UV +Face 6367 +UV Count: 3 + UV + UV + UV +Face 6368 +UV Count: 3 + UV + UV + UV +Face 6369 +UV Count: 3 + UV + UV + UV +Face 6370 +UV Count: 3 + UV + UV + UV +Face 6371 +UV Count: 3 + UV + UV + UV +Face 6372 +UV Count: 3 + UV + UV + UV +Face 6373 +UV Count: 3 + UV + UV + UV +Face 6374 +UV Count: 3 + UV + UV + UV +Face 6375 +UV Count: 3 + UV + UV + UV +Face 6376 +UV Count: 3 + UV + UV + UV +Face 6377 +UV Count: 3 + UV + UV + UV +Face 6378 +UV Count: 3 + UV + UV + UV +Face 6379 +UV Count: 3 + UV + UV + UV +Face 6380 +UV Count: 3 + UV + UV + UV +Face 6381 +UV Count: 3 + UV + UV + UV +Face 6382 +UV Count: 3 + UV + UV + UV +Face 6383 +UV Count: 3 + UV + UV + UV +Face 6384 +UV Count: 3 + UV + UV + UV +Face 6385 +UV Count: 3 + UV + UV + UV +Face 6386 +UV Count: 3 + UV + UV + UV +Face 6387 +UV Count: 3 + UV + UV + UV +Face 6388 +UV Count: 3 + UV + UV + UV +Face 6389 +UV Count: 3 + UV + UV + UV +Face 6390 +UV Count: 3 + UV + UV + UV +Face 6391 +UV Count: 3 + UV + UV + UV +Face 6392 +UV Count: 3 + UV + UV + UV +Face 6393 +UV Count: 3 + UV + UV + UV +Face 6394 +UV Count: 3 + UV + UV + UV +Face 6395 +UV Count: 3 + UV + UV + UV +Face 6396 +UV Count: 3 + UV + UV + UV +Face 6397 +UV Count: 3 + UV + UV + UV +Face 6398 +UV Count: 3 + UV + UV + UV +Face 6399 +UV Count: 3 + UV + UV + UV +Face 6400 +UV Count: 3 + UV + UV + UV +Face 6401 +UV Count: 3 + UV + UV + UV +Face 6402 +UV Count: 3 + UV + UV + UV +Face 6403 +UV Count: 3 + UV + UV + UV +Face 6404 +UV Count: 3 + UV + UV + UV +Face 6405 +UV Count: 3 + UV + UV + UV +Face 6406 +UV Count: 3 + UV + UV + UV +Face 6407 +UV Count: 3 + UV + UV + UV +Face 6408 +UV Count: 3 + UV + UV + UV +Face 6409 +UV Count: 3 + UV + UV + UV +Face 6410 +UV Count: 3 + UV + UV + UV +Face 6411 +UV Count: 3 + UV + UV + UV +Face 6412 +UV Count: 3 + UV + UV + UV +Face 6413 +UV Count: 3 + UV + UV + UV +Face 6414 +UV Count: 3 + UV + UV + UV +Face 6415 +UV Count: 3 + UV + UV + UV +Face 6416 +UV Count: 3 + UV + UV + UV +Face 6417 +UV Count: 3 + UV + UV + UV +Face 6418 +UV Count: 3 + UV + UV + UV +Face 6419 +UV Count: 3 + UV + UV + UV +Face 6420 +UV Count: 3 + UV + UV + UV +Face 6421 +UV Count: 3 + UV + UV + UV +Face 6422 +UV Count: 3 + UV + UV + UV +Face 6423 +UV Count: 3 + UV + UV + UV +Face 6424 +UV Count: 3 + UV + UV + UV +Face 6425 +UV Count: 3 + UV + UV + UV +Face 6426 +UV Count: 3 + UV + UV + UV +Face 6427 +UV Count: 3 + UV + UV + UV +Face 6428 +UV Count: 3 + UV + UV + UV +Face 6429 +UV Count: 3 + UV + UV + UV +Face 6430 +UV Count: 3 + UV + UV + UV +Face 6431 +UV Count: 3 + UV + UV + UV +Face 6432 +UV Count: 3 + UV + UV + UV +Face 6433 +UV Count: 3 + UV + UV + UV +Face 6434 +UV Count: 3 + UV + UV + UV +Face 6435 +UV Count: 3 + UV + UV + UV +Face 6436 +UV Count: 3 + UV + UV + UV +Face 6437 +UV Count: 3 + UV + UV + UV +Face 6438 +UV Count: 3 + UV + UV + UV +Face 6439 +UV Count: 3 + UV + UV + UV +Face 6440 +UV Count: 3 + UV + UV + UV +Face 6441 +UV Count: 3 + UV + UV + UV +Face 6442 +UV Count: 3 + UV + UV + UV +Face 6443 +UV Count: 3 + UV + UV + UV +Face 6444 +UV Count: 3 + UV + UV + UV +Face 6445 +UV Count: 3 + UV + UV + UV +Face 6446 +UV Count: 3 + UV + UV + UV +Face 6447 +UV Count: 3 + UV + UV + UV +Face 6448 +UV Count: 3 + UV + UV + UV +Face 6449 +UV Count: 3 + UV + UV + UV +Face 6450 +UV Count: 3 + UV + UV + UV +Face 6451 +UV Count: 3 + UV + UV + UV +Face 6452 +UV Count: 3 + UV + UV + UV +Face 6453 +UV Count: 3 + UV + UV + UV +Face 6454 +UV Count: 3 + UV + UV + UV +Face 6455 +UV Count: 3 + UV + UV + UV +Face 6456 +UV Count: 3 + UV + UV + UV +Face 6457 +UV Count: 3 + UV + UV + UV +Face 6458 +UV Count: 3 + UV + UV + UV +Face 6459 +UV Count: 3 + UV + UV + UV +Face 6460 +UV Count: 3 + UV + UV + UV +Face 6461 +UV Count: 3 + UV + UV + UV +Face 6462 +UV Count: 3 + UV + UV + UV +Face 6463 +UV Count: 3 + UV + UV + UV +Face 6464 +UV Count: 3 + UV + UV + UV +Face 6465 +UV Count: 3 + UV + UV + UV +Face 6466 +UV Count: 3 + UV + UV + UV +Face 6467 +UV Count: 3 + UV + UV + UV +Face 6468 +UV Count: 3 + UV + UV + UV +Face 6469 +UV Count: 3 + UV + UV + UV +Face 6470 +UV Count: 3 + UV + UV + UV +Face 6471 +UV Count: 3 + UV + UV + UV +Face 6472 +UV Count: 3 + UV + UV + UV +Face 6473 +UV Count: 3 + UV + UV + UV +Face 6474 +UV Count: 3 + UV + UV + UV +Face 6475 +UV Count: 3 + UV + UV + UV +Face 6476 +UV Count: 3 + UV + UV + UV +Face 6477 +UV Count: 3 + UV + UV + UV +Face 6478 +UV Count: 3 + UV + UV + UV +Face 6479 +UV Count: 3 + UV + UV + UV +Face 6480 +UV Count: 3 + UV + UV + UV +Face 6481 +UV Count: 3 + UV + UV + UV +Face 6482 +UV Count: 3 + UV + UV + UV +Face 6483 +UV Count: 3 + UV + UV + UV +Face 6484 +UV Count: 3 + UV + UV + UV +Face 6485 +UV Count: 3 + UV + UV + UV +Face 6486 +UV Count: 3 + UV + UV + UV +Face 6487 +UV Count: 3 + UV + UV + UV +Face 6488 +UV Count: 3 + UV + UV + UV +Face 6489 +UV Count: 3 + UV + UV + UV +Face 6490 +UV Count: 3 + UV + UV + UV +Face 6491 +UV Count: 3 + UV + UV + UV +Face 6492 +UV Count: 3 + UV + UV + UV +Face 6493 +UV Count: 3 + UV + UV + UV +Face 6494 +UV Count: 3 + UV + UV + UV +Face 6495 +UV Count: 3 + UV + UV + UV +Face 6496 +UV Count: 3 + UV + UV + UV +Face 6497 +UV Count: 3 + UV + UV + UV +Face 6498 +UV Count: 3 + UV + UV + UV +Face 6499 +UV Count: 3 + UV + UV + UV +Face 6500 +UV Count: 3 + UV + UV + UV +Face 6501 +UV Count: 3 + UV + UV + UV +Face 6502 +UV Count: 3 + UV + UV + UV +Face 6503 +UV Count: 3 + UV + UV + UV +Face 6504 +UV Count: 3 + UV + UV + UV +Face 6505 +UV Count: 3 + UV + UV + UV +Face 6506 +UV Count: 3 + UV + UV + UV +Face 6507 +UV Count: 3 + UV + UV + UV +Face 6508 +UV Count: 3 + UV + UV + UV +Face 6509 +UV Count: 3 + UV + UV + UV +Face 6510 +UV Count: 3 + UV + UV + UV +Face 6511 +UV Count: 3 + UV + UV + UV +Face 6512 +UV Count: 3 + UV + UV + UV +Face 6513 +UV Count: 3 + UV + UV + UV +Face 6514 +UV Count: 3 + UV + UV + UV +Face 6515 +UV Count: 3 + UV + UV + UV +Face 6516 +UV Count: 3 + UV + UV + UV +Face 6517 +UV Count: 3 + UV + UV + UV +Face 6518 +UV Count: 3 + UV + UV + UV +Face 6519 +UV Count: 3 + UV + UV + UV +Face 6520 +UV Count: 3 + UV + UV + UV +Face 6521 +UV Count: 3 + UV + UV + UV +Face 6522 +UV Count: 3 + UV + UV + UV +Face 6523 +UV Count: 3 + UV + UV + UV +Face 6524 +UV Count: 3 + UV + UV + UV +Face 6525 +UV Count: 3 + UV + UV + UV +Face 6526 +UV Count: 3 + UV + UV + UV +Face 6527 +UV Count: 3 + UV + UV + UV +Face 6528 +UV Count: 3 + UV + UV + UV +Face 6529 +UV Count: 3 + UV + UV + UV +Face 6530 +UV Count: 3 + UV + UV + UV +Face 6531 +UV Count: 3 + UV + UV + UV +Face 6532 +UV Count: 3 + UV + UV + UV +Face 6533 +UV Count: 3 + UV + UV + UV +Face 6534 +UV Count: 3 + UV + UV + UV +Face 6535 +UV Count: 3 + UV + UV + UV +Face 6536 +UV Count: 3 + UV + UV + UV +Face 6537 +UV Count: 3 + UV + UV + UV +Face 6538 +UV Count: 3 + UV + UV + UV +Face 6539 +UV Count: 3 + UV + UV + UV +Face 6540 +UV Count: 3 + UV + UV + UV +Face 6541 +UV Count: 3 + UV + UV + UV +Face 6542 +UV Count: 3 + UV + UV + UV +Face 6543 +UV Count: 3 + UV + UV + UV +Face 6544 +UV Count: 3 + UV + UV + UV +Face 6545 +UV Count: 3 + UV + UV + UV +Face 6546 +UV Count: 3 + UV + UV + UV +Face 6547 +UV Count: 3 + UV + UV + UV +Face 6548 +UV Count: 3 + UV + UV + UV +Face 6549 +UV Count: 3 + UV + UV + UV +Face 6550 +UV Count: 3 + UV + UV + UV +Face 6551 +UV Count: 3 + UV + UV + UV +Face 6552 +UV Count: 3 + UV + UV + UV +Face 6553 +UV Count: 3 + UV + UV + UV +Face 6554 +UV Count: 3 + UV + UV + UV +Face 6555 +UV Count: 3 + UV + UV + UV +Face 6556 +UV Count: 3 + UV + UV + UV +Face 6557 +UV Count: 3 + UV + UV + UV +Face 6558 +UV Count: 3 + UV + UV + UV +Face 6559 +UV Count: 3 + UV + UV + UV +Face 6560 +UV Count: 3 + UV + UV + UV +Face 6561 +UV Count: 3 + UV + UV + UV +Face 6562 +UV Count: 3 + UV + UV + UV +Face 6563 +UV Count: 3 + UV + UV + UV +Face 6564 +UV Count: 3 + UV + UV + UV +Face 6565 +UV Count: 3 + UV + UV + UV +Face 6566 +UV Count: 3 + UV + UV + UV +Face 6567 +UV Count: 3 + UV + UV + UV +Face 6568 +UV Count: 3 + UV + UV + UV +Face 6569 +UV Count: 3 + UV + UV + UV +Face 6570 +UV Count: 3 + UV + UV + UV +Face 6571 +UV Count: 3 + UV + UV + UV +Face 6572 +UV Count: 3 + UV + UV + UV +Face 6573 +UV Count: 3 + UV + UV + UV +Face 6574 +UV Count: 3 + UV + UV + UV +Face 6575 +UV Count: 3 + UV + UV + UV +Face 6576 +UV Count: 3 + UV + UV + UV +Face 6577 +UV Count: 3 + UV + UV + UV +Face 6578 +UV Count: 3 + UV + UV + UV +Face 6579 +UV Count: 3 + UV + UV + UV +Face 6580 +UV Count: 3 + UV + UV + UV +Face 6581 +UV Count: 3 + UV + UV + UV +Face 6582 +UV Count: 3 + UV + UV + UV +Face 6583 +UV Count: 3 + UV + UV + UV +Face 6584 +UV Count: 3 + UV + UV + UV +Face 6585 +UV Count: 3 + UV + UV + UV +Face 6586 +UV Count: 3 + UV + UV + UV +Face 6587 +UV Count: 3 + UV + UV + UV +Face 6588 +UV Count: 3 + UV + UV + UV +Face 6589 +UV Count: 3 + UV + UV + UV +Face 6590 +UV Count: 3 + UV + UV + UV +Face 6591 +UV Count: 3 + UV + UV + UV +Face 6592 +UV Count: 3 + UV + UV + UV +Face 6593 +UV Count: 3 + UV + UV + UV +Face 6594 +UV Count: 3 + UV + UV + UV +Face 6595 +UV Count: 3 + UV + UV + UV +Face 6596 +UV Count: 3 + UV + UV + UV +Face 6597 +UV Count: 3 + UV + UV + UV +Face 6598 +UV Count: 3 + UV + UV + UV +Face 6599 +UV Count: 3 + UV + UV + UV +Face 6600 +UV Count: 3 + UV + UV + UV +Face 6601 +UV Count: 3 + UV + UV + UV +Face 6602 +UV Count: 3 + UV + UV + UV +Face 6603 +UV Count: 3 + UV + UV + UV +Face 6604 +UV Count: 3 + UV + UV + UV +Face 6605 +UV Count: 3 + UV + UV + UV +Face 6606 +UV Count: 3 + UV + UV + UV +Face 6607 +UV Count: 3 + UV + UV + UV +Face 6608 +UV Count: 3 + UV + UV + UV +Face 6609 +UV Count: 3 + UV + UV + UV +Face 6610 +UV Count: 3 + UV + UV + UV +Face 6611 +UV Count: 3 + UV + UV + UV +Face 6612 +UV Count: 3 + UV + UV + UV +Face 6613 +UV Count: 3 + UV + UV + UV +Face 6614 +UV Count: 3 + UV + UV + UV +Face 6615 +UV Count: 3 + UV + UV + UV +Face 6616 +UV Count: 3 + UV + UV + UV +Face 6617 +UV Count: 3 + UV + UV + UV +Face 6618 +UV Count: 3 + UV + UV + UV +Face 6619 +UV Count: 3 + UV + UV + UV +Face 6620 +UV Count: 3 + UV + UV + UV +Face 6621 +UV Count: 3 + UV + UV + UV +Face 6622 +UV Count: 3 + UV + UV + UV +Face 6623 +UV Count: 3 + UV + UV + UV +Face 6624 +UV Count: 3 + UV + UV + UV +Face 6625 +UV Count: 3 + UV + UV + UV +Face 6626 +UV Count: 3 + UV + UV + UV +Face 6627 +UV Count: 3 + UV + UV + UV +Face 6628 +UV Count: 3 + UV + UV + UV +Face 6629 +UV Count: 3 + UV + UV + UV +Face 6630 +UV Count: 3 + UV + UV + UV +Face 6631 +UV Count: 3 + UV + UV + UV +Face 6632 +UV Count: 3 + UV + UV + UV +Face 6633 +UV Count: 3 + UV + UV + UV +Face 6634 +UV Count: 3 + UV + UV + UV +Face 6635 +UV Count: 3 + UV + UV + UV +Face 6636 +UV Count: 3 + UV + UV + UV +Face 6637 +UV Count: 3 + UV + UV + UV +Face 6638 +UV Count: 3 + UV + UV + UV +Face 6639 +UV Count: 3 + UV + UV + UV +Face 6640 +UV Count: 3 + UV + UV + UV +Face 6641 +UV Count: 3 + UV + UV + UV +Face 6642 +UV Count: 3 + UV + UV + UV +Face 6643 +UV Count: 3 + UV + UV + UV +Face 6644 +UV Count: 3 + UV + UV + UV +Face 6645 +UV Count: 3 + UV + UV + UV +Face 6646 +UV Count: 3 + UV + UV + UV +Face 6647 +UV Count: 3 + UV + UV + UV +Face 6648 +UV Count: 3 + UV + UV + UV +Face 6649 +UV Count: 3 + UV + UV + UV +Face 6650 +UV Count: 3 + UV + UV + UV +Face 6651 +UV Count: 3 + UV + UV + UV +Face 6652 +UV Count: 3 + UV + UV + UV +Face 6653 +UV Count: 3 + UV + UV + UV +Face 6654 +UV Count: 3 + UV + UV + UV +Face 6655 +UV Count: 3 + UV + UV + UV +Face 6656 +UV Count: 3 + UV + UV + UV +Face 6657 +UV Count: 3 + UV + UV + UV +Face 6658 +UV Count: 3 + UV + UV + UV +Face 6659 +UV Count: 3 + UV + UV + UV +Face 6660 +UV Count: 3 + UV + UV + UV +Face 6661 +UV Count: 3 + UV + UV + UV +Face 6662 +UV Count: 3 + UV + UV + UV +Face 6663 +UV Count: 3 + UV + UV + UV +Face 6664 +UV Count: 3 + UV + UV + UV +Face 6665 +UV Count: 3 + UV + UV + UV +Face 6666 +UV Count: 3 + UV + UV + UV +Face 6667 +UV Count: 3 + UV + UV + UV +Face 6668 +UV Count: 3 + UV + UV + UV +Face 6669 +UV Count: 3 + UV + UV + UV +Face 6670 +UV Count: 3 + UV + UV + UV +Face 6671 +UV Count: 3 + UV + UV + UV +Face 6672 +UV Count: 3 + UV + UV + UV +Face 6673 +UV Count: 3 + UV + UV + UV +Face 6674 +UV Count: 3 + UV + UV + UV +Face 6675 +UV Count: 3 + UV + UV + UV +Face 6676 +UV Count: 3 + UV + UV + UV +Face 6677 +UV Count: 3 + UV + UV + UV +Face 6678 +UV Count: 3 + UV + UV + UV +Face 6679 +UV Count: 3 + UV + UV + UV +Face 6680 +UV Count: 3 + UV + UV + UV +Face 6681 +UV Count: 3 + UV + UV + UV +Face 6682 +UV Count: 3 + UV + UV + UV +Face 6683 +UV Count: 3 + UV + UV + UV +Face 6684 +UV Count: 3 + UV + UV + UV +Face 6685 +UV Count: 3 + UV + UV + UV +Face 6686 +UV Count: 3 + UV + UV + UV +Face 6687 +UV Count: 3 + UV + UV + UV +Face 6688 +UV Count: 3 + UV + UV + UV +Face 6689 +UV Count: 3 + UV + UV + UV +Face 6690 +UV Count: 3 + UV + UV + UV +Face 6691 +UV Count: 3 + UV + UV + UV +Face 6692 +UV Count: 3 + UV + UV + UV +Face 6693 +UV Count: 3 + UV + UV + UV +Face 6694 +UV Count: 3 + UV + UV + UV +Face 6695 +UV Count: 3 + UV + UV + UV +Face 6696 +UV Count: 3 + UV + UV + UV +Face 6697 +UV Count: 3 + UV + UV + UV +Face 6698 +UV Count: 3 + UV + UV + UV +Face 6699 +UV Count: 3 + UV + UV + UV +Face 6700 +UV Count: 3 + UV + UV + UV +Face 6701 +UV Count: 3 + UV + UV + UV +Face 6702 +UV Count: 3 + UV + UV + UV +Face 6703 +UV Count: 3 + UV + UV + UV +Face 6704 +UV Count: 3 + UV + UV + UV +Face 6705 +UV Count: 3 + UV + UV + UV +Face 6706 +UV Count: 3 + UV + UV + UV +Face 6707 +UV Count: 3 + UV + UV + UV +Face 6708 +UV Count: 3 + UV + UV + UV +Face 6709 +UV Count: 3 + UV + UV + UV +Face 6710 +UV Count: 3 + UV + UV + UV +Face 6711 +UV Count: 3 + UV + UV + UV +Face 6712 +UV Count: 3 + UV + UV + UV +Face 6713 +UV Count: 3 + UV + UV + UV +Face 6714 +UV Count: 3 + UV + UV + UV +Face 6715 +UV Count: 3 + UV + UV + UV +Face 6716 +UV Count: 3 + UV + UV + UV +Face 6717 +UV Count: 3 + UV + UV + UV +Face 6718 +UV Count: 3 + UV + UV + UV +Face 6719 +UV Count: 3 + UV + UV + UV +Face 6720 +UV Count: 3 + UV + UV + UV +Face 6721 +UV Count: 3 + UV + UV + UV +Face 6722 +UV Count: 3 + UV + UV + UV +Face 6723 +UV Count: 3 + UV + UV + UV +Face 6724 +UV Count: 3 + UV + UV + UV +Face 6725 +UV Count: 3 + UV + UV + UV +Face 6726 +UV Count: 3 + UV + UV + UV +Face 6727 +UV Count: 3 + UV + UV + UV +Face 6728 +UV Count: 3 + UV + UV + UV +Face 6729 +UV Count: 3 + UV + UV + UV +Face 6730 +UV Count: 3 + UV + UV + UV +Face 6731 +UV Count: 3 + UV + UV + UV +Face 6732 +UV Count: 3 + UV + UV + UV +Face 6733 +UV Count: 3 + UV + UV + UV +Face 6734 +UV Count: 3 + UV + UV + UV +Face 6735 +UV Count: 3 + UV + UV + UV +Face 6736 +UV Count: 3 + UV + UV + UV +Face 6737 +UV Count: 3 + UV + UV + UV +Face 6738 +UV Count: 3 + UV + UV + UV +Face 6739 +UV Count: 3 + UV + UV + UV +Face 6740 +UV Count: 3 + UV + UV + UV +Face 6741 +UV Count: 3 + UV + UV + UV +Face 6742 +UV Count: 3 + UV + UV + UV +Face 6743 +UV Count: 3 + UV + UV + UV +Face 6744 +UV Count: 3 + UV + UV + UV +Face 6745 +UV Count: 3 + UV + UV + UV +Face 6746 +UV Count: 3 + UV + UV + UV +Face 6747 +UV Count: 3 + UV + UV + UV +Face 6748 +UV Count: 3 + UV + UV + UV +Face 6749 +UV Count: 3 + UV + UV + UV +Face 6750 +UV Count: 3 + UV + UV + UV +Face 6751 +UV Count: 3 + UV + UV + UV +Face 6752 +UV Count: 3 + UV + UV + UV +Face 6753 +UV Count: 3 + UV + UV + UV +Face 6754 +UV Count: 3 + UV + UV + UV +Face 6755 +UV Count: 3 + UV + UV + UV +Face 6756 +UV Count: 3 + UV + UV + UV +Face 6757 +UV Count: 3 + UV + UV + UV +Face 6758 +UV Count: 3 + UV + UV + UV +Face 6759 +UV Count: 3 + UV + UV + UV +Face 6760 +UV Count: 3 + UV + UV + UV +Face 6761 +UV Count: 3 + UV + UV + UV +Face 6762 +UV Count: 3 + UV + UV + UV +Face 6763 +UV Count: 3 + UV + UV + UV +Face 6764 +UV Count: 3 + UV + UV + UV +Face 6765 +UV Count: 3 + UV + UV + UV +Face 6766 +UV Count: 3 + UV + UV + UV +Face 6767 +UV Count: 3 + UV + UV + UV +Face 6768 +UV Count: 3 + UV + UV + UV +Face 6769 +UV Count: 3 + UV + UV + UV +Face 6770 +UV Count: 3 + UV + UV + UV +Face 6771 +UV Count: 3 + UV + UV + UV +Face 6772 +UV Count: 3 + UV + UV + UV +Face 6773 +UV Count: 3 + UV + UV + UV +Face 6774 +UV Count: 3 + UV + UV + UV +Face 6775 +UV Count: 3 + UV + UV + UV +Face 6776 +UV Count: 3 + UV + UV + UV +Face 6777 +UV Count: 3 + UV + UV + UV +Face 6778 +UV Count: 3 + UV + UV + UV +Face 6779 +UV Count: 3 + UV + UV + UV +Face 6780 +UV Count: 3 + UV + UV + UV +Face 6781 +UV Count: 3 + UV + UV + UV +Face 6782 +UV Count: 3 + UV + UV + UV +Face 6783 +UV Count: 3 + UV + UV + UV +Face 6784 +UV Count: 3 + UV + UV + UV +Face 6785 +UV Count: 3 + UV + UV + UV +Face 6786 +UV Count: 3 + UV + UV + UV +Face 6787 +UV Count: 3 + UV + UV + UV +Face 6788 +UV Count: 3 + UV + UV + UV +Face 6789 +UV Count: 3 + UV + UV + UV +Face 6790 +UV Count: 3 + UV + UV + UV +Face 6791 +UV Count: 3 + UV + UV + UV +Face 6792 +UV Count: 3 + UV + UV + UV +Face 6793 +UV Count: 3 + UV + UV + UV +Face 6794 +UV Count: 3 + UV + UV + UV +Face 6795 +UV Count: 3 + UV + UV + UV +Face 6796 +UV Count: 3 + UV + UV + UV +Face 6797 +UV Count: 3 + UV + UV + UV +Face 6798 +UV Count: 3 + UV + UV + UV +Face 6799 +UV Count: 3 + UV + UV + UV +Face 6800 +UV Count: 3 + UV + UV + UV +Face 6801 +UV Count: 3 + UV + UV + UV +Face 6802 +UV Count: 3 + UV + UV + UV +Face 6803 +UV Count: 3 + UV + UV + UV +Face 6804 +UV Count: 3 + UV + UV + UV +Face 6805 +UV Count: 3 + UV + UV + UV +Face 6806 +UV Count: 3 + UV + UV + UV +Face 6807 +UV Count: 3 + UV + UV + UV +Face 6808 +UV Count: 3 + UV + UV + UV +Face 6809 +UV Count: 3 + UV + UV + UV +Face 6810 +UV Count: 3 + UV + UV + UV +Face 6811 +UV Count: 3 + UV + UV + UV +Face 6812 +UV Count: 3 + UV + UV + UV +Face 6813 +UV Count: 3 + UV + UV + UV +Face 6814 +UV Count: 3 + UV + UV + UV +Face 6815 +UV Count: 3 + UV + UV + UV +Face 6816 +UV Count: 3 + UV + UV + UV +Face 6817 +UV Count: 3 + UV + UV + UV +Face 6818 +UV Count: 3 + UV + UV + UV +Face 6819 +UV Count: 3 + UV + UV + UV +Face 6820 +UV Count: 3 + UV + UV + UV +Face 6821 +UV Count: 3 + UV + UV + UV +Face 6822 +UV Count: 3 + UV + UV + UV +Face 6823 +UV Count: 3 + UV + UV + UV +Face 6824 +UV Count: 3 + UV + UV + UV +Face 6825 +UV Count: 3 + UV + UV + UV +Face 6826 +UV Count: 3 + UV + UV + UV +Face 6827 +UV Count: 3 + UV + UV + UV +Face 6828 +UV Count: 3 + UV + UV + UV +Face 6829 +UV Count: 3 + UV + UV + UV +Face 6830 +UV Count: 3 + UV + UV + UV +Face 6831 +UV Count: 3 + UV + UV + UV +Face 6832 +UV Count: 3 + UV + UV + UV +Face 6833 +UV Count: 3 + UV + UV + UV +Face 6834 +UV Count: 3 + UV + UV + UV +Face 6835 +UV Count: 3 + UV + UV + UV +Face 6836 +UV Count: 3 + UV + UV + UV +Face 6837 +UV Count: 3 + UV + UV + UV +Face 6838 +UV Count: 3 + UV + UV + UV +Face 6839 +UV Count: 3 + UV + UV + UV +Face 6840 +UV Count: 3 + UV + UV + UV +Face 6841 +UV Count: 3 + UV + UV + UV +Face 6842 +UV Count: 3 + UV + UV + UV +Face 6843 +UV Count: 3 + UV + UV + UV +Face 6844 +UV Count: 3 + UV + UV + UV +Face 6845 +UV Count: 3 + UV + UV + UV +Face 6846 +UV Count: 3 + UV + UV + UV +Face 6847 +UV Count: 3 + UV + UV + UV +Face 6848 +UV Count: 3 + UV + UV + UV +Face 6849 +UV Count: 3 + UV + UV + UV +Face 6850 +UV Count: 3 + UV + UV + UV +Face 6851 +UV Count: 3 + UV + UV + UV +Face 6852 +UV Count: 3 + UV + UV + UV +Face 6853 +UV Count: 3 + UV + UV + UV +Face 6854 +UV Count: 3 + UV + UV + UV +Face 6855 +UV Count: 3 + UV + UV + UV +Face 6856 +UV Count: 3 + UV + UV + UV +Face 6857 +UV Count: 3 + UV + UV + UV +Face 6858 +UV Count: 3 + UV + UV + UV +Face 6859 +UV Count: 3 + UV + UV + UV +Face 6860 +UV Count: 3 + UV + UV + UV +Face 6861 +UV Count: 3 + UV + UV + UV +Face 6862 +UV Count: 3 + UV + UV + UV +Face 6863 +UV Count: 3 + UV + UV + UV +Face 6864 +UV Count: 3 + UV + UV + UV +Face 6865 +UV Count: 3 + UV + UV + UV +Face 6866 +UV Count: 3 + UV + UV + UV +Face 6867 +UV Count: 3 + UV + UV + UV +Face 6868 +UV Count: 3 + UV + UV + UV +Face 6869 +UV Count: 3 + UV + UV + UV +Face 6870 +UV Count: 3 + UV + UV + UV +Face 6871 +UV Count: 3 + UV + UV + UV +Face 6872 +UV Count: 3 + UV + UV + UV +Face 6873 +UV Count: 3 + UV + UV + UV +Face 6874 +UV Count: 3 + UV + UV + UV +Face 6875 +UV Count: 3 + UV + UV + UV +Face 6876 +UV Count: 3 + UV + UV + UV +Face 6877 +UV Count: 3 + UV + UV + UV +Face 6878 +UV Count: 3 + UV + UV + UV +Face 6879 +UV Count: 3 + UV + UV + UV +Face 6880 +UV Count: 3 + UV + UV + UV +Face 6881 +UV Count: 3 + UV + UV + UV +Face 6882 +UV Count: 3 + UV + UV + UV +Face 6883 +UV Count: 3 + UV + UV + UV +Face 6884 +UV Count: 3 + UV + UV + UV +Face 6885 +UV Count: 3 + UV + UV + UV +Face 6886 +UV Count: 3 + UV + UV + UV +Face 6887 +UV Count: 3 + UV + UV + UV +Face 6888 +UV Count: 3 + UV + UV + UV +Face 6889 +UV Count: 3 + UV + UV + UV +Face 6890 +UV Count: 3 + UV + UV + UV +Face 6891 +UV Count: 3 + UV + UV + UV +Face 6892 +UV Count: 3 + UV + UV + UV +Face 6893 +UV Count: 3 + UV + UV + UV +Face 6894 +UV Count: 3 + UV + UV + UV +Face 6895 +UV Count: 3 + UV + UV + UV +Face 6896 +UV Count: 3 + UV + UV + UV +Face 6897 +UV Count: 3 + UV + UV + UV +Face 6898 +UV Count: 3 + UV + UV + UV +Face 6899 +UV Count: 3 + UV + UV + UV +Face 6900 +UV Count: 3 + UV + UV + UV +Face 6901 +UV Count: 3 + UV + UV + UV +Face 6902 +UV Count: 3 + UV + UV + UV +Face 6903 +UV Count: 3 + UV + UV + UV +Face 6904 +UV Count: 3 + UV + UV + UV +Face 6905 +UV Count: 3 + UV + UV + UV +Face 6906 +UV Count: 3 + UV + UV + UV +Face 6907 +UV Count: 3 + UV + UV + UV +Face 6908 +UV Count: 3 + UV + UV + UV +Face 6909 +UV Count: 3 + UV + UV + UV +Face 6910 +UV Count: 3 + UV + UV + UV +Face 6911 +UV Count: 3 + UV + UV + UV +Face 6912 +UV Count: 3 + UV + UV + UV +Face 6913 +UV Count: 3 + UV + UV + UV +Face 6914 +UV Count: 3 + UV + UV + UV +Face 6915 +UV Count: 3 + UV + UV + UV +Face 6916 +UV Count: 3 + UV + UV + UV +Face 6917 +UV Count: 3 + UV + UV + UV +Face 6918 +UV Count: 3 + UV + UV + UV +Face 6919 +UV Count: 3 + UV + UV + UV +Face 6920 +UV Count: 3 + UV + UV + UV +Face 6921 +UV Count: 3 + UV + UV + UV +Face 6922 +UV Count: 3 + UV + UV + UV +Face 6923 +UV Count: 3 + UV + UV + UV +Face 6924 +UV Count: 3 + UV + UV + UV +Face 6925 +UV Count: 3 + UV + UV + UV +Face 6926 +UV Count: 3 + UV + UV + UV +Face 6927 +UV Count: 3 + UV + UV + UV +Face 6928 +UV Count: 3 + UV + UV + UV +Face 6929 +UV Count: 3 + UV + UV + UV +Face 6930 +UV Count: 3 + UV + UV + UV +Face 6931 +UV Count: 3 + UV + UV + UV +Face 6932 +UV Count: 3 + UV + UV + UV +Face 6933 +UV Count: 3 + UV + UV + UV +Face 6934 +UV Count: 3 + UV + UV + UV +Face 6935 +UV Count: 3 + UV + UV + UV +Face 6936 +UV Count: 3 + UV + UV + UV +Face 6937 +UV Count: 3 + UV + UV + UV +Face 6938 +UV Count: 3 + UV + UV + UV +Face 6939 +UV Count: 3 + UV + UV + UV +Face 6940 +UV Count: 3 + UV + UV + UV +Face 6941 +UV Count: 3 + UV + UV + UV +Face 6942 +UV Count: 3 + UV + UV + UV +Face 6943 +UV Count: 3 + UV + UV + UV +Face 6944 +UV Count: 3 + UV + UV + UV +Face 6945 +UV Count: 3 + UV + UV + UV +Face 6946 +UV Count: 3 + UV + UV + UV +Face 6947 +UV Count: 3 + UV + UV + UV +Face 6948 +UV Count: 3 + UV + UV + UV +Face 6949 +UV Count: 3 + UV + UV + UV +Face 6950 +UV Count: 3 + UV + UV + UV +Face 6951 +UV Count: 3 + UV + UV + UV +Face 6952 +UV Count: 3 + UV + UV + UV +Face 6953 +UV Count: 3 + UV + UV + UV +Face 6954 +UV Count: 3 + UV + UV + UV +Face 6955 +UV Count: 3 + UV + UV + UV +Face 6956 +UV Count: 3 + UV + UV + UV +Face 6957 +UV Count: 3 + UV + UV + UV +Face 6958 +UV Count: 3 + UV + UV + UV +Face 6959 +UV Count: 3 + UV + UV + UV +Face 6960 +UV Count: 3 + UV + UV + UV +Face 6961 +UV Count: 3 + UV + UV + UV +Face 6962 +UV Count: 3 + UV + UV + UV +Face 6963 +UV Count: 3 + UV + UV + UV +Face 6964 +UV Count: 3 + UV + UV + UV +Face 6965 +UV Count: 3 + UV + UV + UV +Face 6966 +UV Count: 3 + UV + UV + UV +Face 6967 +UV Count: 3 + UV + UV + UV +Face 6968 +UV Count: 3 + UV + UV + UV +Face 6969 +UV Count: 3 + UV + UV + UV +Face 6970 +UV Count: 3 + UV + UV + UV +Face 6971 +UV Count: 3 + UV + UV + UV +Face 6972 +UV Count: 3 + UV + UV + UV +Face 6973 +UV Count: 3 + UV + UV + UV +Face 6974 +UV Count: 3 + UV + UV + UV +Face 6975 +UV Count: 3 + UV + UV + UV +Face 6976 +UV Count: 3 + UV + UV + UV +Face 6977 +UV Count: 3 + UV + UV + UV +Face 6978 +UV Count: 3 + UV + UV + UV +Face 6979 +UV Count: 3 + UV + UV + UV +Face 6980 +UV Count: 3 + UV + UV + UV +Face 6981 +UV Count: 3 + UV + UV + UV +Face 6982 +UV Count: 3 + UV + UV + UV +Face 6983 +UV Count: 3 + UV + UV + UV +Face 6984 +UV Count: 3 + UV + UV + UV +Face 6985 +UV Count: 3 + UV + UV + UV +Face 6986 +UV Count: 3 + UV + UV + UV +Face 6987 +UV Count: 3 + UV + UV + UV +Face 6988 +UV Count: 3 + UV + UV + UV +Face 6989 +UV Count: 3 + UV + UV + UV +Face 6990 +UV Count: 3 + UV + UV + UV +Face 6991 +UV Count: 3 + UV + UV + UV +Face 6992 +UV Count: 3 + UV + UV + UV +Face 6993 +UV Count: 3 + UV + UV + UV +Face 6994 +UV Count: 3 + UV + UV + UV +Face 6995 +UV Count: 3 + UV + UV + UV +Face 6996 +UV Count: 3 + UV + UV + UV +Face 6997 +UV Count: 3 + UV + UV + UV +Face 6998 +UV Count: 3 + UV + UV + UV +Face 6999 +UV Count: 3 + UV + UV + UV +Face 7000 +UV Count: 3 + UV + UV + UV +Face 7001 +UV Count: 3 + UV + UV + UV +Face 7002 +UV Count: 3 + UV + UV + UV +Face 7003 +UV Count: 3 + UV + UV + UV +Face 7004 +UV Count: 3 + UV + UV + UV +Face 7005 +UV Count: 3 + UV + UV + UV +Face 7006 +UV Count: 3 + UV + UV + UV +Face 7007 +UV Count: 3 + UV + UV + UV +Face 7008 +UV Count: 3 + UV + UV + UV +Face 7009 +UV Count: 3 + UV + UV + UV +Face 7010 +UV Count: 3 + UV + UV + UV +Face 7011 +UV Count: 3 + UV + UV + UV +Face 7012 +UV Count: 3 + UV + UV + UV +Face 7013 +UV Count: 3 + UV + UV + UV +Face 7014 +UV Count: 3 + UV + UV + UV +Face 7015 +UV Count: 3 + UV + UV + UV +Face 7016 +UV Count: 3 + UV + UV + UV +Face 7017 +UV Count: 3 + UV + UV + UV +Face 7018 +UV Count: 3 + UV + UV + UV +Face 7019 +UV Count: 3 + UV + UV + UV +Face 7020 +UV Count: 3 + UV + UV + UV +Face 7021 +UV Count: 3 + UV + UV + UV +Face 7022 +UV Count: 3 + UV + UV + UV +Face 7023 +UV Count: 3 + UV + UV + UV +Face 7024 +UV Count: 3 + UV + UV + UV +Face 7025 +UV Count: 3 + UV + UV + UV +Face 7026 +UV Count: 3 + UV + UV + UV +Face 7027 +UV Count: 3 + UV + UV + UV +Face 7028 +UV Count: 3 + UV + UV + UV +Face 7029 +UV Count: 3 + UV + UV + UV +Face 7030 +UV Count: 3 + UV + UV + UV +Face 7031 +UV Count: 3 + UV + UV + UV +Face 7032 +UV Count: 3 + UV + UV + UV +Face 7033 +UV Count: 3 + UV + UV + UV +Face 7034 +UV Count: 3 + UV + UV + UV +Face 7035 +UV Count: 3 + UV + UV + UV +Face 7036 +UV Count: 3 + UV + UV + UV +Face 7037 +UV Count: 3 + UV + UV + UV +Face 7038 +UV Count: 3 + UV + UV + UV +Face 7039 +UV Count: 3 + UV + UV + UV +Face 7040 +UV Count: 3 + UV + UV + UV +Face 7041 +UV Count: 3 + UV + UV + UV +Face 7042 +UV Count: 3 + UV + UV + UV +Face 7043 +UV Count: 3 + UV + UV + UV +Face 7044 +UV Count: 3 + UV + UV + UV +Face 7045 +UV Count: 3 + UV + UV + UV +Face 7046 +UV Count: 3 + UV + UV + UV +Face 7047 +UV Count: 3 + UV + UV + UV +Face 7048 +UV Count: 3 + UV + UV + UV +Face 7049 +UV Count: 3 + UV + UV + UV +Face 7050 +UV Count: 3 + UV + UV + UV +Face 7051 +UV Count: 3 + UV + UV + UV +Face 7052 +UV Count: 3 + UV + UV + UV +Face 7053 +UV Count: 3 + UV + UV + UV +Face 7054 +UV Count: 3 + UV + UV + UV +Face 7055 +UV Count: 3 + UV + UV + UV +Face 7056 +UV Count: 3 + UV + UV + UV +Face 7057 +UV Count: 3 + UV + UV + UV +Face 7058 +UV Count: 3 + UV + UV + UV +Face 7059 +UV Count: 3 + UV + UV + UV +Face 7060 +UV Count: 3 + UV + UV + UV +Face 7061 +UV Count: 3 + UV + UV + UV +Face 7062 +UV Count: 3 + UV + UV + UV +Face 7063 +UV Count: 3 + UV + UV + UV +Face 7064 +UV Count: 3 + UV + UV + UV +Face 7065 +UV Count: 3 + UV + UV + UV +Face 7066 +UV Count: 3 + UV + UV + UV +Face 7067 +UV Count: 3 + UV + UV + UV +Face 7068 +UV Count: 3 + UV + UV + UV +Face 7069 +UV Count: 3 + UV + UV + UV +Face 7070 +UV Count: 3 + UV + UV + UV +Face 7071 +UV Count: 3 + UV + UV + UV +Face 7072 +UV Count: 3 + UV + UV + UV +Face 7073 +UV Count: 3 + UV + UV + UV +Face 7074 +UV Count: 3 + UV + UV + UV +Face 7075 +UV Count: 3 + UV + UV + UV +Face 7076 +UV Count: 3 + UV + UV + UV +Face 7077 +UV Count: 3 + UV + UV + UV +Face 7078 +UV Count: 3 + UV + UV + UV +Face 7079 +UV Count: 3 + UV + UV + UV +Face 7080 +UV Count: 3 + UV + UV + UV +Face 7081 +UV Count: 3 + UV + UV + UV +Face 7082 +UV Count: 3 + UV + UV + UV +Face 7083 +UV Count: 3 + UV + UV + UV +Face 7084 +UV Count: 3 + UV + UV + UV +Face 7085 +UV Count: 3 + UV + UV + UV +Face 7086 +UV Count: 3 + UV + UV + UV +Face 7087 +UV Count: 3 + UV + UV + UV +Face 7088 +UV Count: 3 + UV + UV + UV +Face 7089 +UV Count: 3 + UV + UV + UV +Face 7090 +UV Count: 3 + UV + UV + UV +Face 7091 +UV Count: 3 + UV + UV + UV +Face 7092 +UV Count: 3 + UV + UV + UV +Face 7093 +UV Count: 3 + UV + UV + UV +Face 7094 +UV Count: 3 + UV + UV + UV +Face 7095 +UV Count: 3 + UV + UV + UV +Face 7096 +UV Count: 3 + UV + UV + UV +Face 7097 +UV Count: 3 + UV + UV + UV +Face 7098 +UV Count: 3 + UV + UV + UV +Face 7099 +UV Count: 3 + UV + UV + UV +Face 7100 +UV Count: 3 + UV + UV + UV +Face 7101 +UV Count: 3 + UV + UV + UV +Face 7102 +UV Count: 3 + UV + UV + UV +Face 7103 +UV Count: 3 + UV + UV + UV +Face 7104 +UV Count: 3 + UV + UV + UV +Face 7105 +UV Count: 3 + UV + UV + UV +Face 7106 +UV Count: 3 + UV + UV + UV +Face 7107 +UV Count: 3 + UV + UV + UV +Face 7108 +UV Count: 3 + UV + UV + UV +Face 7109 +UV Count: 3 + UV + UV + UV +Face 7110 +UV Count: 3 + UV + UV + UV +Face 7111 +UV Count: 3 + UV + UV + UV +Face 7112 +UV Count: 3 + UV + UV + UV +Face 7113 +UV Count: 3 + UV + UV + UV +Face 7114 +UV Count: 3 + UV + UV + UV +Face 7115 +UV Count: 3 + UV + UV + UV +Face 7116 +UV Count: 3 + UV + UV + UV +Face 7117 +UV Count: 3 + UV + UV + UV +Face 7118 +UV Count: 3 + UV + UV + UV +Face 7119 +UV Count: 3 + UV + UV + UV +Face 7120 +UV Count: 3 + UV + UV + UV +Face 7121 +UV Count: 3 + UV + UV + UV +Face 7122 +UV Count: 3 + UV + UV + UV +Face 7123 +UV Count: 3 + UV + UV + UV +Face 7124 +UV Count: 3 + UV + UV + UV +Face 7125 +UV Count: 3 + UV + UV + UV +Face 7126 +UV Count: 3 + UV + UV + UV +Face 7127 +UV Count: 3 + UV + UV + UV +Face 7128 +UV Count: 3 + UV + UV + UV +Face 7129 +UV Count: 3 + UV + UV + UV +Face 7130 +UV Count: 3 + UV + UV + UV +Face 7131 +UV Count: 3 + UV + UV + UV +Face 7132 +UV Count: 3 + UV + UV + UV +Face 7133 +UV Count: 3 + UV + UV + UV +Face 7134 +UV Count: 3 + UV + UV + UV +Face 7135 +UV Count: 3 + UV + UV + UV +Face 7136 +UV Count: 3 + UV + UV + UV +Face 7137 +UV Count: 3 + UV + UV + UV +Face 7138 +UV Count: 3 + UV + UV + UV +Face 7139 +UV Count: 3 + UV + UV + UV +Face 7140 +UV Count: 3 + UV + UV + UV +Face 7141 +UV Count: 3 + UV + UV + UV +Face 7142 +UV Count: 3 + UV + UV + UV +Face 7143 +UV Count: 3 + UV + UV + UV +Face 7144 +UV Count: 3 + UV + UV + UV +Face 7145 +UV Count: 3 + UV + UV + UV +Face 7146 +UV Count: 3 + UV + UV + UV +Face 7147 +UV Count: 3 + UV + UV + UV +Face 7148 +UV Count: 3 + UV + UV + UV +Face 7149 +UV Count: 3 + UV + UV + UV +Face 7150 +UV Count: 3 + UV + UV + UV +Face 7151 +UV Count: 3 + UV + UV + UV +Face 7152 +UV Count: 3 + UV + UV + UV +Face 7153 +UV Count: 3 + UV + UV + UV +Face 7154 +UV Count: 3 + UV + UV + UV +Face 7155 +UV Count: 3 + UV + UV + UV +Face 7156 +UV Count: 3 + UV + UV + UV +Face 7157 +UV Count: 3 + UV + UV + UV +Face 7158 +UV Count: 3 + UV + UV + UV +Face 7159 +UV Count: 3 + UV + UV + UV +Face 7160 +UV Count: 3 + UV + UV + UV +Face 7161 +UV Count: 3 + UV + UV + UV +Face 7162 +UV Count: 3 + UV + UV + UV +Face 7163 +UV Count: 3 + UV + UV + UV +Face 7164 +UV Count: 3 + UV + UV + UV +Face 7165 +UV Count: 3 + UV + UV + UV +Face 7166 +UV Count: 3 + UV + UV + UV +Face 7167 +UV Count: 3 + UV + UV + UV +Face 7168 +UV Count: 3 + UV + UV + UV +Face 7169 +UV Count: 3 + UV + UV + UV +Face 7170 +UV Count: 3 + UV + UV + UV +Face 7171 +UV Count: 3 + UV + UV + UV +Face 7172 +UV Count: 3 + UV + UV + UV +Face 7173 +UV Count: 3 + UV + UV + UV +Face 7174 +UV Count: 3 + UV + UV + UV +Face 7175 +UV Count: 3 + UV + UV + UV +Face 7176 +UV Count: 3 + UV + UV + UV +Face 7177 +UV Count: 3 + UV + UV + UV +Face 7178 +UV Count: 3 + UV + UV + UV +Face 7179 +UV Count: 3 + UV + UV + UV +Face 7180 +UV Count: 3 + UV + UV + UV +Face 7181 +UV Count: 3 + UV + UV + UV +Face 7182 +UV Count: 3 + UV + UV + UV +Face 7183 +UV Count: 3 + UV + UV + UV +Face 7184 +UV Count: 3 + UV + UV + UV +Face 7185 +UV Count: 3 + UV + UV + UV +Face 7186 +UV Count: 3 + UV + UV + UV +Face 7187 +UV Count: 3 + UV + UV + UV +Face 7188 +UV Count: 3 + UV + UV + UV +Face 7189 +UV Count: 3 + UV + UV + UV +Face 7190 +UV Count: 3 + UV + UV + UV +Face 7191 +UV Count: 3 + UV + UV + UV +Face 7192 +UV Count: 3 + UV + UV + UV +Face 7193 +UV Count: 3 + UV + UV + UV +Face 7194 +UV Count: 3 + UV + UV + UV +Face 7195 +UV Count: 3 + UV + UV + UV +Face 7196 +UV Count: 3 + UV + UV + UV +Face 7197 +UV Count: 3 + UV + UV + UV +Face 7198 +UV Count: 3 + UV + UV + UV +Face 7199 +UV Count: 3 + UV + UV + UV +Face 7200 +UV Count: 3 + UV + UV + UV +Face 7201 +UV Count: 3 + UV + UV + UV +Face 7202 +UV Count: 3 + UV + UV + UV +Face 7203 +UV Count: 3 + UV + UV + UV +Face 7204 +UV Count: 3 + UV + UV + UV +Face 7205 +UV Count: 3 + UV + UV + UV +Face 7206 +UV Count: 3 + UV + UV + UV +Face 7207 +UV Count: 3 + UV + UV + UV +Face 7208 +UV Count: 3 + UV + UV + UV +Face 7209 +UV Count: 3 + UV + UV + UV +Face 7210 +UV Count: 3 + UV + UV + UV +Face 7211 +UV Count: 3 + UV + UV + UV +Face 7212 +UV Count: 3 + UV + UV + UV +Face 7213 +UV Count: 3 + UV + UV + UV +Face 7214 +UV Count: 3 + UV + UV + UV +Face 7215 +UV Count: 3 + UV + UV + UV +Face 7216 +UV Count: 3 + UV + UV + UV +Face 7217 +UV Count: 3 + UV + UV + UV +Face 7218 +UV Count: 3 + UV + UV + UV +Face 7219 +UV Count: 3 + UV + UV + UV +Face 7220 +UV Count: 3 + UV + UV + UV +Face 7221 +UV Count: 3 + UV + UV + UV +Face 7222 +UV Count: 3 + UV + UV + UV +Face 7223 +UV Count: 3 + UV + UV + UV +Face 7224 +UV Count: 3 + UV + UV + UV +Face 7225 +UV Count: 3 + UV + UV + UV +Face 7226 +UV Count: 3 + UV + UV + UV +Face 7227 +UV Count: 3 + UV + UV + UV +Face 7228 +UV Count: 3 + UV + UV + UV +Face 7229 +UV Count: 3 + UV + UV + UV +Face 7230 +UV Count: 3 + UV + UV + UV +Face 7231 +UV Count: 3 + UV + UV + UV +Face 7232 +UV Count: 3 + UV + UV + UV +Face 7233 +UV Count: 3 + UV + UV + UV +Face 7234 +UV Count: 3 + UV + UV + UV +Face 7235 +UV Count: 3 + UV + UV + UV +Face 7236 +UV Count: 3 + UV + UV + UV +Face 7237 +UV Count: 3 + UV + UV + UV +Face 7238 +UV Count: 3 + UV + UV + UV +Face 7239 +UV Count: 3 + UV + UV + UV +Face 7240 +UV Count: 3 + UV + UV + UV +Face 7241 +UV Count: 3 + UV + UV + UV +Face 7242 +UV Count: 3 + UV + UV + UV +Face 7243 +UV Count: 3 + UV + UV + UV +Face 7244 +UV Count: 3 + UV + UV + UV +Face 7245 +UV Count: 3 + UV + UV + UV +Face 7246 +UV Count: 3 + UV + UV + UV +Face 7247 +UV Count: 3 + UV + UV + UV +Face 7248 +UV Count: 3 + UV + UV + UV +Face 7249 +UV Count: 3 + UV + UV + UV +Face 7250 +UV Count: 3 + UV + UV + UV +Face 7251 +UV Count: 3 + UV + UV + UV +Face 7252 +UV Count: 3 + UV + UV + UV +Face 7253 +UV Count: 3 + UV + UV + UV +Face 7254 +UV Count: 3 + UV + UV + UV +Face 7255 +UV Count: 3 + UV + UV + UV +Face 7256 +UV Count: 3 + UV + UV + UV +Face 7257 +UV Count: 3 + UV + UV + UV +Face 7258 +UV Count: 3 + UV + UV + UV +Face 7259 +UV Count: 3 + UV + UV + UV +Face 7260 +UV Count: 3 + UV + UV + UV +Face 7261 +UV Count: 3 + UV + UV + UV +Face 7262 +UV Count: 3 + UV + UV + UV +Face 7263 +UV Count: 3 + UV + UV + UV +Face 7264 +UV Count: 3 + UV + UV + UV +Face 7265 +UV Count: 3 + UV + UV + UV +Face 7266 +UV Count: 3 + UV + UV + UV +Face 7267 +UV Count: 3 + UV + UV + UV +Face 7268 +UV Count: 3 + UV + UV + UV +Face 7269 +UV Count: 3 + UV + UV + UV +Face 7270 +UV Count: 3 + UV + UV + UV +Face 7271 +UV Count: 3 + UV + UV + UV +Face 7272 +UV Count: 3 + UV + UV + UV +Face 7273 +UV Count: 3 + UV + UV + UV +Face 7274 +UV Count: 3 + UV + UV + UV +Face 7275 +UV Count: 3 + UV + UV + UV +Face 7276 +UV Count: 3 + UV + UV + UV +Face 7277 +UV Count: 3 + UV + UV + UV +Face 7278 +UV Count: 3 + UV + UV + UV +Face 7279 +UV Count: 3 + UV + UV + UV +Face 7280 +UV Count: 3 + UV + UV + UV +Face 7281 +UV Count: 3 + UV + UV + UV +Face 7282 +UV Count: 3 + UV + UV + UV +Face 7283 +UV Count: 3 + UV + UV + UV +Face 7284 +UV Count: 3 + UV + UV + UV +Face 7285 +UV Count: 3 + UV + UV + UV +Face 7286 +UV Count: 3 + UV + UV + UV +Face 7287 +UV Count: 3 + UV + UV + UV +Face 7288 +UV Count: 3 + UV + UV + UV +Face 7289 +UV Count: 3 + UV + UV + UV +Face 7290 +UV Count: 3 + UV + UV + UV +Face 7291 +UV Count: 3 + UV + UV + UV +Face 7292 +UV Count: 3 + UV + UV + UV +Face 7293 +UV Count: 3 + UV + UV + UV +Face 7294 +UV Count: 3 + UV + UV + UV +Face 7295 +UV Count: 3 + UV + UV + UV +Face 7296 +UV Count: 3 + UV + UV + UV +Face 7297 +UV Count: 3 + UV + UV + UV +Face 7298 +UV Count: 3 + UV + UV + UV +Face 7299 +UV Count: 3 + UV + UV + UV +Face 7300 +UV Count: 3 + UV + UV + UV +Face 7301 +UV Count: 3 + UV + UV + UV +Face 7302 +UV Count: 3 + UV + UV + UV +Face 7303 +UV Count: 3 + UV + UV + UV +Face 7304 +UV Count: 3 + UV + UV + UV +Face 7305 +UV Count: 3 + UV + UV + UV +Face 7306 +UV Count: 3 + UV + UV + UV +Face 7307 +UV Count: 3 + UV + UV + UV +Face 7308 +UV Count: 3 + UV + UV + UV +Face 7309 +UV Count: 3 + UV + UV + UV +Face 7310 +UV Count: 3 + UV + UV + UV +Face 7311 +UV Count: 3 + UV + UV + UV +Face 7312 +UV Count: 3 + UV + UV + UV +Face 7313 +UV Count: 3 + UV + UV + UV +Face 7314 +UV Count: 3 + UV + UV + UV +Face 7315 +UV Count: 3 + UV + UV + UV +Face 7316 +UV Count: 3 + UV + UV + UV +Face 7317 +UV Count: 3 + UV + UV + UV +Face 7318 +UV Count: 3 + UV + UV + UV +Face 7319 +UV Count: 3 + UV + UV + UV +Face 7320 +UV Count: 3 + UV + UV + UV +Face 7321 +UV Count: 3 + UV + UV + UV +Face 7322 +UV Count: 3 + UV + UV + UV +Face 7323 +UV Count: 3 + UV + UV + UV +Face 7324 +UV Count: 3 + UV + UV + UV +Face 7325 +UV Count: 3 + UV + UV + UV +Face 7326 +UV Count: 3 + UV + UV + UV +Face 7327 +UV Count: 3 + UV + UV + UV +Face 7328 +UV Count: 3 + UV + UV + UV +Face 7329 +UV Count: 3 + UV + UV + UV +Face 7330 +UV Count: 3 + UV + UV + UV +Face 7331 +UV Count: 3 + UV + UV + UV +Face 7332 +UV Count: 3 + UV + UV + UV +Face 7333 +UV Count: 3 + UV + UV + UV +Face 7334 +UV Count: 3 + UV + UV + UV +Face 7335 +UV Count: 3 + UV + UV + UV +Face 7336 +UV Count: 3 + UV + UV + UV +Face 7337 +UV Count: 3 + UV + UV + UV +Face 7338 +UV Count: 3 + UV + UV + UV +Face 7339 +UV Count: 3 + UV + UV + UV +Face 7340 +UV Count: 3 + UV + UV + UV +Face 7341 +UV Count: 3 + UV + UV + UV +Face 7342 +UV Count: 3 + UV + UV + UV +Face 7343 +UV Count: 3 + UV + UV + UV +Face 7344 +UV Count: 3 + UV + UV + UV +Face 7345 +UV Count: 3 + UV + UV + UV +Face 7346 +UV Count: 3 + UV + UV + UV +Face 7347 +UV Count: 3 + UV + UV + UV +Face 7348 +UV Count: 3 + UV + UV + UV +Face 7349 +UV Count: 3 + UV + UV + UV +Face 7350 +UV Count: 3 + UV + UV + UV +Face 7351 +UV Count: 3 + UV + UV + UV +Face 7352 +UV Count: 3 + UV + UV + UV +Face 7353 +UV Count: 3 + UV + UV + UV +Face 7354 +UV Count: 3 + UV + UV + UV +Face 7355 +UV Count: 3 + UV + UV + UV +Face 7356 +UV Count: 3 + UV + UV + UV +Face 7357 +UV Count: 3 + UV + UV + UV +Face 7358 +UV Count: 3 + UV + UV + UV +Face 7359 +UV Count: 3 + UV + UV + UV +Face 7360 +UV Count: 3 + UV + UV + UV +Face 7361 +UV Count: 3 + UV + UV + UV +Face 7362 +UV Count: 3 + UV + UV + UV +Face 7363 +UV Count: 3 + UV + UV + UV +Face 7364 +UV Count: 3 + UV + UV + UV +Face 7365 +UV Count: 3 + UV + UV + UV +Face 7366 +UV Count: 3 + UV + UV + UV +Face 7367 +UV Count: 3 + UV + UV + UV +Face 7368 +UV Count: 3 + UV + UV + UV +Face 7369 +UV Count: 3 + UV + UV + UV +Face 7370 +UV Count: 3 + UV + UV + UV +Face 7371 +UV Count: 3 + UV + UV + UV +Face 7372 +UV Count: 3 + UV + UV + UV +Face 7373 +UV Count: 3 + UV + UV + UV +Face 7374 +UV Count: 3 + UV + UV + UV +Face 7375 +UV Count: 3 + UV + UV + UV +Face 7376 +UV Count: 3 + UV + UV + UV +Face 7377 +UV Count: 3 + UV + UV + UV +Face 7378 +UV Count: 3 + UV + UV + UV +Face 7379 +UV Count: 3 + UV + UV + UV +Face 7380 +UV Count: 3 + UV + UV + UV +Face 7381 +UV Count: 3 + UV + UV + UV +Face 7382 +UV Count: 3 + UV + UV + UV +Face 7383 +UV Count: 3 + UV + UV + UV +Face 7384 +UV Count: 3 + UV + UV + UV +Face 7385 +UV Count: 3 + UV + UV + UV +Face 7386 +UV Count: 3 + UV + UV + UV +Face 7387 +UV Count: 3 + UV + UV + UV +Face 7388 +UV Count: 3 + UV + UV + UV +Face 7389 +UV Count: 3 + UV + UV + UV +Face 7390 +UV Count: 3 + UV + UV + UV +Face 7391 +UV Count: 3 + UV + UV + UV +Face 7392 +UV Count: 3 + UV + UV + UV +Face 7393 +UV Count: 3 + UV + UV + UV +Face 7394 +UV Count: 3 + UV + UV + UV +Face 7395 +UV Count: 3 + UV + UV + UV +Face 7396 +UV Count: 3 + UV + UV + UV +Face 7397 +UV Count: 3 + UV + UV + UV +Face 7398 +UV Count: 3 + UV + UV + UV +Face 7399 +UV Count: 3 + UV + UV + UV +Face 7400 +UV Count: 3 + UV + UV + UV +Face 7401 +UV Count: 3 + UV + UV + UV +Face 7402 +UV Count: 3 + UV + UV + UV +Face 7403 +UV Count: 3 + UV + UV + UV +Face 7404 +UV Count: 3 + UV + UV + UV +Face 7405 +UV Count: 3 + UV + UV + UV +Face 7406 +UV Count: 3 + UV + UV + UV +Face 7407 +UV Count: 3 + UV + UV + UV +Face 7408 +UV Count: 3 + UV + UV + UV +Face 7409 +UV Count: 3 + UV + UV + UV +Face 7410 +UV Count: 3 + UV + UV + UV +Face 7411 +UV Count: 3 + UV + UV + UV +Face 7412 +UV Count: 3 + UV + UV + UV +Face 7413 +UV Count: 3 + UV + UV + UV +Face 7414 +UV Count: 3 + UV + UV + UV +Face 7415 +UV Count: 3 + UV + UV + UV +Face 7416 +UV Count: 3 + UV + UV + UV +Face 7417 +UV Count: 3 + UV + UV + UV +Face 7418 +UV Count: 3 + UV + UV + UV +Face 7419 +UV Count: 3 + UV + UV + UV +Face 7420 +UV Count: 3 + UV + UV + UV +Face 7421 +UV Count: 3 + UV + UV + UV +Face 7422 +UV Count: 3 + UV + UV + UV +Face 7423 +UV Count: 3 + UV + UV + UV +Face 7424 +UV Count: 3 + UV + UV + UV +Face 7425 +UV Count: 3 + UV + UV + UV +Face 7426 +UV Count: 3 + UV + UV + UV +Face 7427 +UV Count: 3 + UV + UV + UV +Face 7428 +UV Count: 3 + UV + UV + UV +Face 7429 +UV Count: 3 + UV + UV + UV +Face 7430 +UV Count: 3 + UV + UV + UV +Face 7431 +UV Count: 3 + UV + UV + UV +Face 7432 +UV Count: 3 + UV + UV + UV +Face 7433 +UV Count: 3 + UV + UV + UV +Face 7434 +UV Count: 3 + UV + UV + UV +Face 7435 +UV Count: 3 + UV + UV + UV +Face 7436 +UV Count: 3 + UV + UV + UV +Face 7437 +UV Count: 3 + UV + UV + UV +Face 7438 +UV Count: 3 + UV + UV + UV +Face 7439 +UV Count: 3 + UV + UV + UV +Face 7440 +UV Count: 3 + UV + UV + UV +Face 7441 +UV Count: 3 + UV + UV + UV +Face 7442 +UV Count: 3 + UV + UV + UV +Face 7443 +UV Count: 3 + UV + UV + UV +Face 7444 +UV Count: 3 + UV + UV + UV +Face 7445 +UV Count: 3 + UV + UV + UV +Face 7446 +UV Count: 3 + UV + UV + UV +Face 7447 +UV Count: 3 + UV + UV + UV +Face 7448 +UV Count: 3 + UV + UV + UV +Face 7449 +UV Count: 3 + UV + UV + UV +Face 7450 +UV Count: 3 + UV + UV + UV +Face 7451 +UV Count: 3 + UV + UV + UV +Face 7452 +UV Count: 3 + UV + UV + UV +Face 7453 +UV Count: 3 + UV + UV + UV +Face 7454 +UV Count: 3 + UV + UV + UV +Face 7455 +UV Count: 3 + UV + UV + UV +Face 7456 +UV Count: 3 + UV + UV + UV +Face 7457 +UV Count: 3 + UV + UV + UV +Face 7458 +UV Count: 3 + UV + UV + UV +Face 7459 +UV Count: 3 + UV + UV + UV +Face 7460 +UV Count: 3 + UV + UV + UV +Face 7461 +UV Count: 3 + UV + UV + UV +Face 7462 +UV Count: 3 + UV + UV + UV +Face 7463 +UV Count: 3 + UV + UV + UV +Face 7464 +UV Count: 3 + UV + UV + UV +Face 7465 +UV Count: 3 + UV + UV + UV +Face 7466 +UV Count: 3 + UV + UV + UV +Face 7467 +UV Count: 3 + UV + UV + UV +Face 7468 +UV Count: 3 + UV + UV + UV +Face 7469 +UV Count: 3 + UV + UV + UV +Face 7470 +UV Count: 3 + UV + UV + UV +Face 7471 +UV Count: 3 + UV + UV + UV +Face 7472 +UV Count: 3 + UV + UV + UV +Face 7473 +UV Count: 3 + UV + UV + UV +Face 7474 +UV Count: 3 + UV + UV + UV +Face 7475 +UV Count: 3 + UV + UV + UV +Face 7476 +UV Count: 3 + UV + UV + UV +Face 7477 +UV Count: 3 + UV + UV + UV +Face 7478 +UV Count: 3 + UV + UV + UV +Face 7479 +UV Count: 3 + UV + UV + UV +Face 7480 +UV Count: 3 + UV + UV + UV +Face 7481 +UV Count: 3 + UV + UV + UV +Face 7482 +UV Count: 3 + UV + UV + UV +Face 7483 +UV Count: 3 + UV + UV + UV +Face 7484 +UV Count: 3 + UV + UV + UV +Face 7485 +UV Count: 3 + UV + UV + UV +Face 7486 +UV Count: 3 + UV + UV + UV +Face 7487 +UV Count: 3 + UV + UV + UV +Face 7488 +UV Count: 3 + UV + UV + UV +Face 7489 +UV Count: 3 + UV + UV + UV +Face 7490 +UV Count: 3 + UV + UV + UV +Face 7491 +UV Count: 3 + UV + UV + UV +Face 7492 +UV Count: 3 + UV + UV + UV +Face 7493 +UV Count: 3 + UV + UV + UV +Face 7494 +UV Count: 3 + UV + UV + UV +Face 7495 +UV Count: 3 + UV + UV + UV +Face 7496 +UV Count: 3 + UV + UV + UV +Face 7497 +UV Count: 3 + UV + UV + UV +Face 7498 +UV Count: 3 + UV + UV + UV +Face 7499 +UV Count: 3 + UV + UV + UV +Face 7500 +UV Count: 3 + UV + UV + UV +Face 7501 +UV Count: 3 + UV + UV + UV +Face 7502 +UV Count: 3 + UV + UV + UV +Face 7503 +UV Count: 3 + UV + UV + UV +Face 7504 +UV Count: 3 + UV + UV + UV +Face 7505 +UV Count: 3 + UV + UV + UV +Face 7506 +UV Count: 3 + UV + UV + UV +Face 7507 +UV Count: 3 + UV + UV + UV +Face 7508 +UV Count: 3 + UV + UV + UV +Face 7509 +UV Count: 3 + UV + UV + UV +Face 7510 +UV Count: 3 + UV + UV + UV +Face 7511 +UV Count: 3 + UV + UV + UV +Face 7512 +UV Count: 3 + UV + UV + UV +Face 7513 +UV Count: 3 + UV + UV + UV +Face 7514 +UV Count: 3 + UV + UV + UV +Face 7515 +UV Count: 3 + UV + UV + UV +Face 7516 +UV Count: 3 + UV + UV + UV +Face 7517 +UV Count: 3 + UV + UV + UV +Face 7518 +UV Count: 3 + UV + UV + UV +Face 7519 +UV Count: 3 + UV + UV + UV +Face 7520 +UV Count: 3 + UV + UV + UV +Face 7521 +UV Count: 3 + UV + UV + UV +Face 7522 +UV Count: 3 + UV + UV + UV +Face 7523 +UV Count: 3 + UV + UV + UV +Face 7524 +UV Count: 3 + UV + UV + UV +Face 7525 +UV Count: 3 + UV + UV + UV +Face 7526 +UV Count: 3 + UV + UV + UV +Face 7527 +UV Count: 3 + UV + UV + UV +Face 7528 +UV Count: 3 + UV + UV + UV +Face 7529 +UV Count: 3 + UV + UV + UV +Face 7530 +UV Count: 3 + UV + UV + UV +Face 7531 +UV Count: 3 + UV + UV + UV +Face 7532 +UV Count: 3 + UV + UV + UV +Face 7533 +UV Count: 3 + UV + UV + UV +Face 7534 +UV Count: 3 + UV + UV + UV +Face 7535 +UV Count: 3 + UV + UV + UV +Face 7536 +UV Count: 3 + UV + UV + UV +Face 7537 +UV Count: 3 + UV + UV + UV +Face 7538 +UV Count: 3 + UV + UV + UV +Face 7539 +UV Count: 3 + UV + UV + UV +Face 7540 +UV Count: 3 + UV + UV + UV +Face 7541 +UV Count: 3 + UV + UV + UV +Face 7542 +UV Count: 3 + UV + UV + UV +Face 7543 +UV Count: 3 + UV + UV + UV +Face 7544 +UV Count: 3 + UV + UV + UV +Face 7545 +UV Count: 3 + UV + UV + UV +Face 7546 +UV Count: 3 + UV + UV + UV +Face 7547 +UV Count: 3 + UV + UV + UV +Face 7548 +UV Count: 3 + UV + UV + UV +Face 7549 +UV Count: 3 + UV + UV + UV +Face 7550 +UV Count: 3 + UV + UV + UV +Face 7551 +UV Count: 3 + UV + UV + UV +Face 7552 +UV Count: 3 + UV + UV + UV +Face 7553 +UV Count: 3 + UV + UV + UV +Face 7554 +UV Count: 3 + UV + UV + UV +Face 7555 +UV Count: 3 + UV + UV + UV +Face 7556 +UV Count: 3 + UV + UV + UV +Face 7557 +UV Count: 3 + UV + UV + UV +Face 7558 +UV Count: 3 + UV + UV + UV +Face 7559 +UV Count: 3 + UV + UV + UV +Face 7560 +UV Count: 3 + UV + UV + UV +Face 7561 +UV Count: 3 + UV + UV + UV +Face 7562 +UV Count: 3 + UV + UV + UV +Face 7563 +UV Count: 3 + UV + UV + UV +Face 7564 +UV Count: 3 + UV + UV + UV +Face 7565 +UV Count: 3 + UV + UV + UV +Face 7566 +UV Count: 3 + UV + UV + UV +Face 7567 +UV Count: 3 + UV + UV + UV +Face 7568 +UV Count: 3 + UV + UV + UV +Face 7569 +UV Count: 3 + UV + UV + UV +Face 7570 +UV Count: 3 + UV + UV + UV +Face 7571 +UV Count: 3 + UV + UV + UV +Face 7572 +UV Count: 3 + UV + UV + UV +Face 7573 +UV Count: 3 + UV + UV + UV +Face 7574 +UV Count: 3 + UV + UV + UV +Face 7575 +UV Count: 3 + UV + UV + UV +Face 7576 +UV Count: 3 + UV + UV + UV +Face 7577 +UV Count: 3 + UV + UV + UV +Face 7578 +UV Count: 3 + UV + UV + UV +Face 7579 +UV Count: 3 + UV + UV + UV +Face 7580 +UV Count: 3 + UV + UV + UV +Face 7581 +UV Count: 3 + UV + UV + UV +Face 7582 +UV Count: 3 + UV + UV + UV +Face 7583 +UV Count: 3 + UV + UV + UV +Face 7584 +UV Count: 3 + UV + UV + UV +Face 7585 +UV Count: 3 + UV + UV + UV +Face 7586 +UV Count: 3 + UV + UV + UV +Face 7587 +UV Count: 3 + UV + UV + UV +Face 7588 +UV Count: 3 + UV + UV + UV +Face 7589 +UV Count: 3 + UV + UV + UV +Face 7590 +UV Count: 3 + UV + UV + UV +Face 7591 +UV Count: 3 + UV + UV + UV +Face 7592 +UV Count: 3 + UV + UV + UV +Face 7593 +UV Count: 3 + UV + UV + UV +Face 7594 +UV Count: 3 + UV + UV + UV +Face 7595 +UV Count: 3 + UV + UV + UV +Face 7596 +UV Count: 3 + UV + UV + UV +Face 7597 +UV Count: 3 + UV + UV + UV +Face 7598 +UV Count: 3 + UV + UV + UV +Face 7599 +UV Count: 3 + UV + UV + UV +Face 7600 +UV Count: 3 + UV + UV + UV +Face 7601 +UV Count: 3 + UV + UV + UV +Face 7602 +UV Count: 3 + UV + UV + UV +Face 7603 +UV Count: 3 + UV + UV + UV +Face 7604 +UV Count: 3 + UV + UV + UV +Face 7605 +UV Count: 3 + UV + UV + UV +Face 7606 +UV Count: 3 + UV + UV + UV +Face 7607 +UV Count: 3 + UV + UV + UV +Face 7608 +UV Count: 3 + UV + UV + UV +Face 7609 +UV Count: 3 + UV + UV + UV +Face 7610 +UV Count: 3 + UV + UV + UV +Face 7611 +UV Count: 3 + UV + UV + UV +Face 7612 +UV Count: 3 + UV + UV + UV +Face 7613 +UV Count: 3 + UV + UV + UV +Face 7614 +UV Count: 3 + UV + UV + UV +Face 7615 +UV Count: 3 + UV + UV + UV +Face 7616 +UV Count: 3 + UV + UV + UV +Face 7617 +UV Count: 3 + UV + UV + UV +Face 7618 +UV Count: 3 + UV + UV + UV +Face 7619 +UV Count: 3 + UV + UV + UV +Face 7620 +UV Count: 3 + UV + UV + UV +Face 7621 +UV Count: 3 + UV + UV + UV +Face 7622 +UV Count: 3 + UV + UV + UV +Face 7623 +UV Count: 3 + UV + UV + UV +Face 7624 +UV Count: 3 + UV + UV + UV +Face 7625 +UV Count: 3 + UV + UV + UV +Face 7626 +UV Count: 3 + UV + UV + UV +Face 7627 +UV Count: 3 + UV + UV + UV +Face 7628 +UV Count: 3 + UV + UV + UV +Face 7629 +UV Count: 3 + UV + UV + UV +Face 7630 +UV Count: 3 + UV + UV + UV +Face 7631 +UV Count: 3 + UV + UV + UV +Face 7632 +UV Count: 3 + UV + UV + UV +Face 7633 +UV Count: 3 + UV + UV + UV +Face 7634 +UV Count: 3 + UV + UV + UV +Face 7635 +UV Count: 3 + UV + UV + UV +Face 7636 +UV Count: 3 + UV + UV + UV +Face 7637 +UV Count: 3 + UV + UV + UV +Face 7638 +UV Count: 3 + UV + UV + UV +Face 7639 +UV Count: 3 + UV + UV + UV +Face 7640 +UV Count: 3 + UV + UV + UV +Face 7641 +UV Count: 3 + UV + UV + UV +Face 7642 +UV Count: 3 + UV + UV + UV +Face 7643 +UV Count: 3 + UV + UV + UV +Face 7644 +UV Count: 3 + UV + UV + UV +Face 7645 +UV Count: 3 + UV + UV + UV +Face 7646 +UV Count: 3 + UV + UV + UV +Face 7647 +UV Count: 3 + UV + UV + UV +Face 7648 +UV Count: 3 + UV + UV + UV +Face 7649 +UV Count: 3 + UV + UV + UV +Face 7650 +UV Count: 3 + UV + UV + UV +Face 7651 +UV Count: 3 + UV + UV + UV +Face 7652 +UV Count: 3 + UV + UV + UV +Face 7653 +UV Count: 3 + UV + UV + UV +Face 7654 +UV Count: 3 + UV + UV + UV +Face 7655 +UV Count: 3 + UV + UV + UV +Face 7656 +UV Count: 3 + UV + UV + UV +Face 7657 +UV Count: 3 + UV + UV + UV +Face 7658 +UV Count: 3 + UV + UV + UV +Face 7659 +UV Count: 3 + UV + UV + UV +Face 7660 +UV Count: 3 + UV + UV + UV +Face 7661 +UV Count: 3 + UV + UV + UV +Face 7662 +UV Count: 3 + UV + UV + UV +Face 7663 +UV Count: 3 + UV + UV + UV +Face 7664 +UV Count: 3 + UV + UV + UV +Face 7665 +UV Count: 3 + UV + UV + UV +Face 7666 +UV Count: 3 + UV + UV + UV +Face 7667 +UV Count: 3 + UV + UV + UV +Face 7668 +UV Count: 3 + UV + UV + UV +Face 7669 +UV Count: 3 + UV + UV + UV +Face 7670 +UV Count: 3 + UV + UV + UV +Face 7671 +UV Count: 3 + UV + UV + UV +Face 7672 +UV Count: 3 + UV + UV + UV +Face 7673 +UV Count: 3 + UV + UV + UV +Face 7674 +UV Count: 3 + UV + UV + UV +Face 7675 +UV Count: 3 + UV + UV + UV +Face 7676 +UV Count: 3 + UV + UV + UV +Face 7677 +UV Count: 3 + UV + UV + UV +Face 7678 +UV Count: 3 + UV + UV + UV +Face 7679 +UV Count: 3 + UV + UV + UV +Face 7680 +UV Count: 3 + UV + UV + UV +Face 7681 +UV Count: 3 + UV + UV + UV +Face 7682 +UV Count: 3 + UV + UV + UV +Face 7683 +UV Count: 3 + UV + UV + UV +Face 7684 +UV Count: 3 + UV + UV + UV +Face 7685 +UV Count: 3 + UV + UV + UV +Face 7686 +UV Count: 3 + UV + UV + UV +Face 7687 +UV Count: 3 + UV + UV + UV +Face 7688 +UV Count: 3 + UV + UV + UV +Face 7689 +UV Count: 3 + UV + UV + UV +Face 7690 +UV Count: 3 + UV + UV + UV +Face 7691 +UV Count: 3 + UV + UV + UV +Face 7692 +UV Count: 3 + UV + UV + UV +Face 7693 +UV Count: 3 + UV + UV + UV +Face 7694 +UV Count: 3 + UV + UV + UV +Face 7695 +UV Count: 3 + UV + UV + UV +Face 7696 +UV Count: 3 + UV + UV + UV +Face 7697 +UV Count: 3 + UV + UV + UV +Face 7698 +UV Count: 3 + UV + UV + UV +Face 7699 +UV Count: 3 + UV + UV + UV +Face 7700 +UV Count: 3 + UV + UV + UV +Face 7701 +UV Count: 3 + UV + UV + UV +Face 7702 +UV Count: 3 + UV + UV + UV +Face 7703 +UV Count: 3 + UV + UV + UV +Face 7704 +UV Count: 3 + UV + UV + UV +Face 7705 +UV Count: 3 + UV + UV + UV +Face 7706 +UV Count: 3 + UV + UV + UV +Face 7707 +UV Count: 3 + UV + UV + UV +Face 7708 +UV Count: 3 + UV + UV + UV +Face 7709 +UV Count: 3 + UV + UV + UV +Face 7710 +UV Count: 3 + UV + UV + UV +Face 7711 +UV Count: 3 + UV + UV + UV +Face 7712 +UV Count: 3 + UV + UV + UV +Face 7713 +UV Count: 3 + UV + UV + UV +Face 7714 +UV Count: 3 + UV + UV + UV +Face 7715 +UV Count: 3 + UV + UV + UV +Face 7716 +UV Count: 3 + UV + UV + UV +Face 7717 +UV Count: 3 + UV + UV + UV +Face 7718 +UV Count: 3 + UV + UV + UV +Face 7719 +UV Count: 3 + UV + UV + UV +Face 7720 +UV Count: 3 + UV + UV + UV +Face 7721 +UV Count: 3 + UV + UV + UV +Face 7722 +UV Count: 3 + UV + UV + UV +Face 7723 +UV Count: 3 + UV + UV + UV +Face 7724 +UV Count: 3 + UV + UV + UV +Face 7725 +UV Count: 3 + UV + UV + UV +Face 7726 +UV Count: 3 + UV + UV + UV +Face 7727 +UV Count: 3 + UV + UV + UV +Face 7728 +UV Count: 3 + UV + UV + UV +Face 7729 +UV Count: 3 + UV + UV + UV +Face 7730 +UV Count: 3 + UV + UV + UV +Face 7731 +UV Count: 3 + UV + UV + UV +Face 7732 +UV Count: 3 + UV + UV + UV +Face 7733 +UV Count: 3 + UV + UV + UV +Face 7734 +UV Count: 3 + UV + UV + UV +Face 7735 +UV Count: 3 + UV + UV + UV +Face 7736 +UV Count: 3 + UV + UV + UV +Face 7737 +UV Count: 3 + UV + UV + UV +Face 7738 +UV Count: 3 + UV + UV + UV +Face 7739 +UV Count: 3 + UV + UV + UV +Face 7740 +UV Count: 3 + UV + UV + UV +Face 7741 +UV Count: 3 + UV + UV + UV +Face 7742 +UV Count: 3 + UV + UV + UV +Face 7743 +UV Count: 3 + UV + UV + UV +Face 7744 +UV Count: 3 + UV + UV + UV +Face 7745 +UV Count: 3 + UV + UV + UV +Face 7746 +UV Count: 3 + UV + UV + UV +Face 7747 +UV Count: 3 + UV + UV + UV +Face 7748 +UV Count: 3 + UV + UV + UV +Face 7749 +UV Count: 3 + UV + UV + UV +Face 7750 +UV Count: 3 + UV + UV + UV +Face 7751 +UV Count: 3 + UV + UV + UV +Face 7752 +UV Count: 3 + UV + UV + UV +Face 7753 +UV Count: 3 + UV + UV + UV +Face 7754 +UV Count: 3 + UV + UV + UV +Face 7755 +UV Count: 3 + UV + UV + UV +Face 7756 +UV Count: 3 + UV + UV + UV +Face 7757 +UV Count: 3 + UV + UV + UV +Face 7758 +UV Count: 3 + UV + UV + UV +Face 7759 +UV Count: 3 + UV + UV + UV +Face 7760 +UV Count: 3 + UV + UV + UV +Face 7761 +UV Count: 3 + UV + UV + UV +Face 7762 +UV Count: 3 + UV + UV + UV +Face 7763 +UV Count: 3 + UV + UV + UV +Face 7764 +UV Count: 3 + UV + UV + UV +Face 7765 +UV Count: 3 + UV + UV + UV +Face 7766 +UV Count: 3 + UV + UV + UV +Face 7767 +UV Count: 3 + UV + UV + UV +Face 7768 +UV Count: 3 + UV + UV + UV +Face 7769 +UV Count: 3 + UV + UV + UV +Face 7770 +UV Count: 3 + UV + UV + UV +Face 7771 +UV Count: 3 + UV + UV + UV +Face 7772 +UV Count: 3 + UV + UV + UV +Face 7773 +UV Count: 3 + UV + UV + UV +Face 7774 +UV Count: 3 + UV + UV + UV +Face 7775 +UV Count: 3 + UV + UV + UV +Face 7776 +UV Count: 3 + UV + UV + UV +Face 7777 +UV Count: 3 + UV + UV + UV +Face 7778 +UV Count: 3 + UV + UV + UV +Face 7779 +UV Count: 3 + UV + UV + UV +Face 7780 +UV Count: 3 + UV + UV + UV +Face 7781 +UV Count: 3 + UV + UV + UV +Face 7782 +UV Count: 3 + UV + UV + UV +Face 7783 +UV Count: 3 + UV + UV + UV +Face 7784 +UV Count: 3 + UV + UV + UV +Face 7785 +UV Count: 3 + UV + UV + UV +Face 7786 +UV Count: 3 + UV + UV + UV +Face 7787 +UV Count: 3 + UV + UV + UV +Face 7788 +UV Count: 3 + UV + UV + UV +Face 7789 +UV Count: 3 + UV + UV + UV +Face 7790 +UV Count: 3 + UV + UV + UV +Face 7791 +UV Count: 3 + UV + UV + UV +Face 7792 +UV Count: 3 + UV + UV + UV +Face 7793 +UV Count: 3 + UV + UV + UV +Face 7794 +UV Count: 3 + UV + UV + UV +Face 7795 +UV Count: 3 + UV + UV + UV +Face 7796 +UV Count: 3 + UV + UV + UV +Face 7797 +UV Count: 3 + UV + UV + UV +Face 7798 +UV Count: 3 + UV + UV + UV +Face 7799 +UV Count: 3 + UV + UV + UV +Face 7800 +UV Count: 3 + UV + UV + UV +Face 7801 +UV Count: 3 + UV + UV + UV +Face 7802 +UV Count: 3 + UV + UV + UV +Face 7803 +UV Count: 3 + UV + UV + UV +Face 7804 +UV Count: 3 + UV + UV + UV +Face 7805 +UV Count: 3 + UV + UV + UV +Face 7806 +UV Count: 3 + UV + UV + UV +Face 7807 +UV Count: 3 + UV + UV + UV +Face 7808 +UV Count: 3 + UV + UV + UV +Face 7809 +UV Count: 3 + UV + UV + UV +Face 7810 +UV Count: 3 + UV + UV + UV +Face 7811 +UV Count: 3 + UV + UV + UV +Face 7812 +UV Count: 3 + UV + UV + UV +Face 7813 +UV Count: 3 + UV + UV + UV +Face 7814 +UV Count: 3 + UV + UV + UV +Face 7815 +UV Count: 3 + UV + UV + UV +Face 7816 +UV Count: 3 + UV + UV + UV +Face 7817 +UV Count: 3 + UV + UV + UV +Face 7818 +UV Count: 3 + UV + UV + UV +Face 7819 +UV Count: 3 + UV + UV + UV +Face 7820 +UV Count: 3 + UV + UV + UV +Face 7821 +UV Count: 3 + UV + UV + UV +Face 7822 +UV Count: 3 + UV + UV + UV +Face 7823 +UV Count: 3 + UV + UV + UV +Face 7824 +UV Count: 3 + UV + UV + UV +Face 7825 +UV Count: 3 + UV + UV + UV +Face 7826 +UV Count: 3 + UV + UV + UV +Face 7827 +UV Count: 3 + UV + UV + UV +Face 7828 +UV Count: 3 + UV + UV + UV +Face 7829 +UV Count: 3 + UV + UV + UV +Face 7830 +UV Count: 3 + UV + UV + UV +Face 7831 +UV Count: 3 + UV + UV + UV +Face 7832 +UV Count: 3 + UV + UV + UV +Face 7833 +UV Count: 3 + UV + UV + UV +Face 7834 +UV Count: 3 + UV + UV + UV +Face 7835 +UV Count: 3 + UV + UV + UV +Face 7836 +UV Count: 3 + UV + UV + UV +Face 7837 +UV Count: 3 + UV + UV + UV +Face 7838 +UV Count: 3 + UV + UV + UV +Face 7839 +UV Count: 3 + UV + UV + UV +Face 7840 +UV Count: 3 + UV + UV + UV +Face 7841 +UV Count: 3 + UV + UV + UV +Face 7842 +UV Count: 3 + UV + UV + UV +Face 7843 +UV Count: 3 + UV + UV + UV +Face 7844 +UV Count: 3 + UV + UV + UV +Face 7845 +UV Count: 3 + UV + UV + UV +Face 7846 +UV Count: 3 + UV + UV + UV +Face 7847 +UV Count: 3 + UV + UV + UV +Face 7848 +UV Count: 3 + UV + UV + UV +Face 7849 +UV Count: 3 + UV + UV + UV +Face 7850 +UV Count: 3 + UV + UV + UV +Face 7851 +UV Count: 3 + UV + UV + UV +Face 7852 +UV Count: 3 + UV + UV + UV +Face 7853 +UV Count: 3 + UV + UV + UV +Face 7854 +UV Count: 3 + UV + UV + UV +Face 7855 +UV Count: 3 + UV + UV + UV +Face 7856 +UV Count: 3 + UV + UV + UV +Face 7857 +UV Count: 3 + UV + UV + UV +Face 7858 +UV Count: 3 + UV + UV + UV +Face 7859 +UV Count: 3 + UV + UV + UV +Face 7860 +UV Count: 3 + UV + UV + UV +Face 7861 +UV Count: 3 + UV + UV + UV +Face 7862 +UV Count: 3 + UV + UV + UV +Face 7863 +UV Count: 3 + UV + UV + UV +Face 7864 +UV Count: 3 + UV + UV + UV +Face 7865 +UV Count: 3 + UV + UV + UV +Face 7866 +UV Count: 3 + UV + UV + UV +Face 7867 +UV Count: 3 + UV + UV + UV +Face 7868 +UV Count: 3 + UV + UV + UV +Face 7869 +UV Count: 3 + UV + UV + UV +Face 7870 +UV Count: 3 + UV + UV + UV +Face 7871 +UV Count: 3 + UV + UV + UV +Face 7872 +UV Count: 3 + UV + UV + UV +Face 7873 +UV Count: 3 + UV + UV + UV +Face 7874 +UV Count: 3 + UV + UV + UV +Face 7875 +UV Count: 3 + UV + UV + UV +Face 7876 +UV Count: 3 + UV + UV + UV +Face 7877 +UV Count: 3 + UV + UV + UV +Face 7878 +UV Count: 3 + UV + UV + UV +Face 7879 +UV Count: 3 + UV + UV + UV +Face 7880 +UV Count: 3 + UV + UV + UV +Face 7881 +UV Count: 3 + UV + UV + UV +Face 7882 +UV Count: 3 + UV + UV + UV +Face 7883 +UV Count: 3 + UV + UV + UV +Face 7884 +UV Count: 3 + UV + UV + UV +Face 7885 +UV Count: 3 + UV + UV + UV +Face 7886 +UV Count: 3 + UV + UV + UV +Face 7887 +UV Count: 3 + UV + UV + UV +Face 7888 +UV Count: 3 + UV + UV + UV +Face 7889 +UV Count: 3 + UV + UV + UV +Face 7890 +UV Count: 3 + UV + UV + UV +Face 7891 +UV Count: 3 + UV + UV + UV +Face 7892 +UV Count: 3 + UV + UV + UV +Face 7893 +UV Count: 3 + UV + UV + UV +Face 7894 +UV Count: 3 + UV + UV + UV +Face 7895 +UV Count: 3 + UV + UV + UV +Face 7896 +UV Count: 3 + UV + UV + UV +Face 7897 +UV Count: 3 + UV + UV + UV +Face 7898 +UV Count: 3 + UV + UV + UV +Face 7899 +UV Count: 3 + UV + UV + UV +Face 7900 +UV Count: 3 + UV + UV + UV +Face 7901 +UV Count: 3 + UV + UV + UV +Face 7902 +UV Count: 3 + UV + UV + UV +Face 7903 +UV Count: 3 + UV + UV + UV +Face 7904 +UV Count: 3 + UV + UV + UV +Face 7905 +UV Count: 3 + UV + UV + UV +Face 7906 +UV Count: 3 + UV + UV + UV +Face 7907 +UV Count: 3 + UV + UV + UV +Face 7908 +UV Count: 3 + UV + UV + UV +Face 7909 +UV Count: 3 + UV + UV + UV +Face 7910 +UV Count: 3 + UV + UV + UV +Face 7911 +UV Count: 3 + UV + UV + UV +Face 7912 +UV Count: 3 + UV + UV + UV +Face 7913 +UV Count: 3 + UV + UV + UV +Face 7914 +UV Count: 3 + UV + UV + UV +Face 7915 +UV Count: 3 + UV + UV + UV +Face 7916 +UV Count: 3 + UV + UV + UV +Face 7917 +UV Count: 3 + UV + UV + UV +Face 7918 +UV Count: 3 + UV + UV + UV +Face 7919 +UV Count: 3 + UV + UV + UV +Face 7920 +UV Count: 3 + UV + UV + UV +Face 7921 +UV Count: 3 + UV + UV + UV +Face 7922 +UV Count: 3 + UV + UV + UV +Face 7923 +UV Count: 3 + UV + UV + UV +Face 7924 +UV Count: 3 + UV + UV + UV +Face 7925 +UV Count: 3 + UV + UV + UV +Face 7926 +UV Count: 3 + UV + UV + UV +Face 7927 +UV Count: 3 + UV + UV + UV +Face 7928 +UV Count: 3 + UV + UV + UV +Face 7929 +UV Count: 3 + UV + UV + UV +Face 7930 +UV Count: 3 + UV + UV + UV +Face 7931 +UV Count: 3 + UV + UV + UV +Face 7932 +UV Count: 3 + UV + UV + UV +Face 7933 +UV Count: 3 + UV + UV + UV +Face 7934 +UV Count: 3 + UV + UV + UV +Face 7935 +UV Count: 3 + UV + UV + UV +Face 7936 +UV Count: 3 + UV + UV + UV +Face 7937 +UV Count: 3 + UV + UV + UV +Face 7938 +UV Count: 3 + UV + UV + UV +Face 7939 +UV Count: 3 + UV + UV + UV +Face 7940 +UV Count: 3 + UV + UV + UV +Face 7941 +UV Count: 3 + UV + UV + UV +Face 7942 +UV Count: 3 + UV + UV + UV +Face 7943 +UV Count: 3 + UV + UV + UV +Face 7944 +UV Count: 3 + UV + UV + UV +Face 7945 +UV Count: 3 + UV + UV + UV +Face 7946 +UV Count: 3 + UV + UV + UV +Face 7947 +UV Count: 3 + UV + UV + UV +Face 7948 +UV Count: 3 + UV + UV + UV +Face 7949 +UV Count: 3 + UV + UV + UV +Face 7950 +UV Count: 3 + UV + UV + UV +Face 7951 +UV Count: 3 + UV + UV + UV +Face 7952 +UV Count: 3 + UV + UV + UV +Face 7953 +UV Count: 3 + UV + UV + UV +Face 7954 +UV Count: 3 + UV + UV + UV +Face 7955 +UV Count: 3 + UV + UV + UV +Face 7956 +UV Count: 3 + UV + UV + UV +Face 7957 +UV Count: 3 + UV + UV + UV +Face 7958 +UV Count: 3 + UV + UV + UV +Face 7959 +UV Count: 3 + UV + UV + UV +Face 7960 +UV Count: 3 + UV + UV + UV +Face 7961 +UV Count: 3 + UV + UV + UV +Face 7962 +UV Count: 3 + UV + UV + UV +Face 7963 +UV Count: 3 + UV + UV + UV +Face 7964 +UV Count: 3 + UV + UV + UV +Face 7965 +UV Count: 3 + UV + UV + UV +Face 7966 +UV Count: 3 + UV + UV + UV +Face 7967 +UV Count: 3 + UV + UV + UV +Face 7968 +UV Count: 3 + UV + UV + UV +Face 7969 +UV Count: 3 + UV + UV + UV +Face 7970 +UV Count: 3 + UV + UV + UV +Face 7971 +UV Count: 3 + UV + UV + UV +Face 7972 +UV Count: 3 + UV + UV + UV +Face 7973 +UV Count: 3 + UV + UV + UV +Face 7974 +UV Count: 3 + UV + UV + UV +Face 7975 +UV Count: 3 + UV + UV + UV +Face 7976 +UV Count: 3 + UV + UV + UV +Face 7977 +UV Count: 3 + UV + UV + UV +Face 7978 +UV Count: 3 + UV + UV + UV +Face 7979 +UV Count: 3 + UV + UV + UV +Face 7980 +UV Count: 3 + UV + UV + UV +Face 7981 +UV Count: 3 + UV + UV + UV +Face 7982 +UV Count: 3 + UV + UV + UV +Face 7983 +UV Count: 3 + UV + UV + UV +Face 7984 +UV Count: 3 + UV + UV + UV +Face 7985 +UV Count: 3 + UV + UV + UV +Face 7986 +UV Count: 3 + UV + UV + UV +Face 7987 +UV Count: 3 + UV + UV + UV +Face 7988 +UV Count: 3 + UV + UV + UV +Face 7989 +UV Count: 3 + UV + UV + UV +Face 7990 +UV Count: 3 + UV + UV + UV +Face 7991 +UV Count: 3 + UV + UV + UV +Face 7992 +UV Count: 3 + UV + UV + UV +Face 7993 +UV Count: 3 + UV + UV + UV +Face 7994 +UV Count: 3 + UV + UV + UV +Face 7995 +UV Count: 3 + UV + UV + UV +Face 7996 +UV Count: 3 + UV + UV + UV +Face 7997 +UV Count: 3 + UV + UV + UV +Face 7998 +UV Count: 3 + UV + UV + UV +Face 7999 +UV Count: 3 + UV + UV + UV +Face 8000 +UV Count: 3 + UV + UV + UV +Face 8001 +UV Count: 3 + UV + UV + UV +Face 8002 +UV Count: 3 + UV + UV + UV +Face 8003 +UV Count: 3 + UV + UV + UV +Face 8004 +UV Count: 3 + UV + UV + UV +Face 8005 +UV Count: 3 + UV + UV + UV +Face 8006 +UV Count: 3 + UV + UV + UV +Face 8007 +UV Count: 3 + UV + UV + UV +Face 8008 +UV Count: 3 + UV + UV + UV +Face 8009 +UV Count: 3 + UV + UV + UV +Face 8010 +UV Count: 3 + UV + UV + UV +Face 8011 +UV Count: 3 + UV + UV + UV +Face 8012 +UV Count: 3 + UV + UV + UV +Face 8013 +UV Count: 3 + UV + UV + UV +Face 8014 +UV Count: 3 + UV + UV + UV +Face 8015 +UV Count: 3 + UV + UV + UV +Face 8016 +UV Count: 3 + UV + UV + UV +Face 8017 +UV Count: 3 + UV + UV + UV +Face 8018 +UV Count: 3 + UV + UV + UV +Face 8019 +UV Count: 3 + UV + UV + UV +Face 8020 +UV Count: 3 + UV + UV + UV +Face 8021 +UV Count: 3 + UV + UV + UV +Face 8022 +UV Count: 3 + UV + UV + UV +Face 8023 +UV Count: 3 + UV + UV + UV +Face 8024 +UV Count: 3 + UV + UV + UV +Face 8025 +UV Count: 3 + UV + UV + UV +Face 8026 +UV Count: 3 + UV + UV + UV +Face 8027 +UV Count: 3 + UV + UV + UV +Face 8028 +UV Count: 3 + UV + UV + UV +Face 8029 +UV Count: 3 + UV + UV + UV +Face 8030 +UV Count: 3 + UV + UV + UV +Face 8031 +UV Count: 3 + UV + UV + UV +Face 8032 +UV Count: 3 + UV + UV + UV +Face 8033 +UV Count: 3 + UV + UV + UV +Face 8034 +UV Count: 3 + UV + UV + UV +Face 8035 +UV Count: 3 + UV + UV + UV +Face 8036 +UV Count: 3 + UV + UV + UV +Face 8037 +UV Count: 3 + UV + UV + UV +Face 8038 +UV Count: 3 + UV + UV + UV +Face 8039 +UV Count: 3 + UV + UV + UV +Face 8040 +UV Count: 3 + UV + UV + UV +Face 8041 +UV Count: 3 + UV + UV + UV +Face 8042 +UV Count: 3 + UV + UV + UV +Face 8043 +UV Count: 3 + UV + UV + UV +Face 8044 +UV Count: 3 + UV + UV + UV +Face 8045 +UV Count: 3 + UV + UV + UV +Face 8046 +UV Count: 3 + UV + UV + UV +Face 8047 +UV Count: 3 + UV + UV + UV +Face 8048 +UV Count: 3 + UV + UV + UV +Face 8049 +UV Count: 3 + UV + UV + UV +Face 8050 +UV Count: 3 + UV + UV + UV +Face 8051 +UV Count: 3 + UV + UV + UV +Face 8052 +UV Count: 3 + UV + UV + UV +Face 8053 +UV Count: 3 + UV + UV + UV +Face 8054 +UV Count: 3 + UV + UV + UV +Face 8055 +UV Count: 3 + UV + UV + UV +Face 8056 +UV Count: 3 + UV + UV + UV +Face 8057 +UV Count: 3 + UV + UV + UV +Face 8058 +UV Count: 3 + UV + UV + UV +Face 8059 +UV Count: 3 + UV + UV + UV +Face 8060 +UV Count: 3 + UV + UV + UV +Face 8061 +UV Count: 3 + UV + UV + UV +Face 8062 +UV Count: 3 + UV + UV + UV +Face 8063 +UV Count: 3 + UV + UV + UV +Face 8064 +UV Count: 3 + UV + UV + UV +Face 8065 +UV Count: 3 + UV + UV + UV +Face 8066 +UV Count: 3 + UV + UV + UV +Face 8067 +UV Count: 3 + UV + UV + UV +Face 8068 +UV Count: 3 + UV + UV + UV +Face 8069 +UV Count: 3 + UV + UV + UV +Face 8070 +UV Count: 3 + UV + UV + UV +Face 8071 +UV Count: 3 + UV + UV + UV +Face 8072 +UV Count: 3 + UV + UV + UV +Face 8073 +UV Count: 3 + UV + UV + UV +Face 8074 +UV Count: 3 + UV + UV + UV +Face 8075 +UV Count: 3 + UV + UV + UV +Face 8076 +UV Count: 3 + UV + UV + UV +Face 8077 +UV Count: 3 + UV + UV + UV +Face 8078 +UV Count: 3 + UV + UV + UV +Face 8079 +UV Count: 3 + UV + UV + UV +Face 8080 +UV Count: 3 + UV + UV + UV +Face 8081 +UV Count: 3 + UV + UV + UV +Face 8082 +UV Count: 3 + UV + UV + UV +Face 8083 +UV Count: 3 + UV + UV + UV +Face 8084 +UV Count: 3 + UV + UV + UV +Face 8085 +UV Count: 3 + UV + UV + UV +Face 8086 +UV Count: 3 + UV + UV + UV +Face 8087 +UV Count: 3 + UV + UV + UV +Face 8088 +UV Count: 3 + UV + UV + UV +Face 8089 +UV Count: 3 + UV + UV + UV +Face 8090 +UV Count: 3 + UV + UV + UV +Face 8091 +UV Count: 3 + UV + UV + UV +Face 8092 +UV Count: 3 + UV + UV + UV +Face 8093 +UV Count: 3 + UV + UV + UV +Face 8094 +UV Count: 3 + UV + UV + UV +Face 8095 +UV Count: 3 + UV + UV + UV +Face 8096 +UV Count: 3 + UV + UV + UV +Face 8097 +UV Count: 3 + UV + UV + UV +Face 8098 +UV Count: 3 + UV + UV + UV +Face 8099 +UV Count: 3 + UV + UV + UV +Face 8100 +UV Count: 3 + UV + UV + UV +Face 8101 +UV Count: 3 + UV + UV + UV +Face 8102 +UV Count: 3 + UV + UV + UV +Face 8103 +UV Count: 3 + UV + UV + UV +Face 8104 +UV Count: 3 + UV + UV + UV +Face 8105 +UV Count: 3 + UV + UV + UV +Face 8106 +UV Count: 3 + UV + UV + UV +Face 8107 +UV Count: 3 + UV + UV + UV +Face 8108 +UV Count: 3 + UV + UV + UV +Face 8109 +UV Count: 3 + UV + UV + UV +Face 8110 +UV Count: 3 + UV + UV + UV +Face 8111 +UV Count: 3 + UV + UV + UV +Face 8112 +UV Count: 3 + UV + UV + UV +Face 8113 +UV Count: 3 + UV + UV + UV +Face 8114 +UV Count: 3 + UV + UV + UV +Face 8115 +UV Count: 3 + UV + UV + UV +Face 8116 +UV Count: 3 + UV + UV + UV +Face 8117 +UV Count: 3 + UV + UV + UV +Face 8118 +UV Count: 3 + UV + UV + UV +Face 8119 +UV Count: 3 + UV + UV + UV +Face 8120 +UV Count: 3 + UV + UV + UV +Face 8121 +UV Count: 3 + UV + UV + UV +Face 8122 +UV Count: 3 + UV + UV + UV +Face 8123 +UV Count: 3 + UV + UV + UV +Face 8124 +UV Count: 3 + UV + UV + UV +Face 8125 +UV Count: 3 + UV + UV + UV +Face 8126 +UV Count: 3 + UV + UV + UV +Face 8127 +UV Count: 3 + UV + UV + UV +Face 8128 +UV Count: 3 + UV + UV + UV +Face 8129 +UV Count: 3 + UV + UV + UV +Face 8130 +UV Count: 3 + UV + UV + UV +Face 8131 +UV Count: 3 + UV + UV + UV +Face 8132 +UV Count: 3 + UV + UV + UV +Face 8133 +UV Count: 3 + UV + UV + UV +Face 8134 +UV Count: 3 + UV + UV + UV +Face 8135 +UV Count: 3 + UV + UV + UV +Face 8136 +UV Count: 3 + UV + UV + UV +Face 8137 +UV Count: 3 + UV + UV + UV +Face 8138 +UV Count: 3 + UV + UV + UV +Face 8139 +UV Count: 3 + UV + UV + UV +Face 8140 +UV Count: 3 + UV + UV + UV +Face 8141 +UV Count: 3 + UV + UV + UV +Face 8142 +UV Count: 3 + UV + UV + UV +Face 8143 +UV Count: 3 + UV + UV + UV +Face 8144 +UV Count: 3 + UV + UV + UV +Face 8145 +UV Count: 3 + UV + UV + UV +Face 8146 +UV Count: 3 + UV + UV + UV +Face 8147 +UV Count: 3 + UV + UV + UV +Face 8148 +UV Count: 3 + UV + UV + UV +Face 8149 +UV Count: 3 + UV + UV + UV +Face 8150 +UV Count: 3 + UV + UV + UV +Face 8151 +UV Count: 3 + UV + UV + UV +Face 8152 +UV Count: 3 + UV + UV + UV +Face 8153 +UV Count: 3 + UV + UV + UV +Face 8154 +UV Count: 3 + UV + UV + UV +Face 8155 +UV Count: 3 + UV + UV + UV +Face 8156 +UV Count: 3 + UV + UV + UV +Face 8157 +UV Count: 3 + UV + UV + UV +Face 8158 +UV Count: 3 + UV + UV + UV +Face 8159 +UV Count: 3 + UV + UV + UV +Face 8160 +UV Count: 3 + UV + UV + UV +Face 8161 +UV Count: 3 + UV + UV + UV +Face 8162 +UV Count: 3 + UV + UV + UV +Face 8163 +UV Count: 3 + UV + UV + UV +Face 8164 +UV Count: 3 + UV + UV + UV +Face 8165 +UV Count: 3 + UV + UV + UV +Face 8166 +UV Count: 3 + UV + UV + UV +Face 8167 +UV Count: 3 + UV + UV + UV +Face 8168 +UV Count: 3 + UV + UV + UV +Face 8169 +UV Count: 3 + UV + UV + UV +Face 8170 +UV Count: 3 + UV + UV + UV +Face 8171 +UV Count: 3 + UV + UV + UV +Face 8172 +UV Count: 3 + UV + UV + UV +Face 8173 +UV Count: 3 + UV + UV + UV +Face 8174 +UV Count: 3 + UV + UV + UV +Face 8175 +UV Count: 3 + UV + UV + UV +Face 8176 +UV Count: 3 + UV + UV + UV +Face 8177 +UV Count: 3 + UV + UV + UV +Face 8178 +UV Count: 3 + UV + UV + UV +Face 8179 +UV Count: 3 + UV + UV + UV +Face 8180 +UV Count: 3 + UV + UV + UV +Face 8181 +UV Count: 3 + UV + UV + UV +Face 8182 +UV Count: 3 + UV + UV + UV +Face 8183 +UV Count: 3 + UV + UV + UV +Face 8184 +UV Count: 3 + UV + UV + UV +Face 8185 +UV Count: 3 + UV + UV + UV +Face 8186 +UV Count: 3 + UV + UV + UV +Face 8187 +UV Count: 3 + UV + UV + UV +Face 8188 +UV Count: 3 + UV + UV + UV +Face 8189 +UV Count: 3 + UV + UV + UV +Face 8190 +UV Count: 3 + UV + UV + UV +Face 8191 +UV Count: 3 + UV + UV + UV +Face 8192 +UV Count: 3 + UV + UV + UV +Face 8193 +UV Count: 3 + UV + UV + UV +Face 8194 +UV Count: 3 + UV + UV + UV +Face 8195 +UV Count: 3 + UV + UV + UV +Face 8196 +UV Count: 3 + UV + UV + UV +Face 8197 +UV Count: 3 + UV + UV + UV +Face 8198 +UV Count: 3 + UV + UV + UV +Face 8199 +UV Count: 3 + UV + UV + UV +Face 8200 +UV Count: 3 + UV + UV + UV +Face 8201 +UV Count: 3 + UV + UV + UV +Face 8202 +UV Count: 3 + UV + UV + UV +Face 8203 +UV Count: 3 + UV + UV + UV +Face 8204 +UV Count: 3 + UV + UV + UV +Face 8205 +UV Count: 3 + UV + UV + UV +Face 8206 +UV Count: 3 + UV + UV + UV +Face 8207 +UV Count: 3 + UV + UV + UV +Face 8208 +UV Count: 3 + UV + UV + UV +Face 8209 +UV Count: 3 + UV + UV + UV +Face 8210 +UV Count: 3 + UV + UV + UV +Face 8211 +UV Count: 3 + UV + UV + UV +Face 8212 +UV Count: 3 + UV + UV + UV +Face 8213 +UV Count: 3 + UV + UV + UV +Face 8214 +UV Count: 3 + UV + UV + UV +Face 8215 +UV Count: 3 + UV + UV + UV +Face 8216 +UV Count: 3 + UV + UV + UV +Face 8217 +UV Count: 3 + UV + UV + UV +Face 8218 +UV Count: 3 + UV + UV + UV +Face 8219 +UV Count: 3 + UV + UV + UV +Face 8220 +UV Count: 3 + UV + UV + UV +Face 8221 +UV Count: 3 + UV + UV + UV +Face 8222 +UV Count: 3 + UV + UV + UV +Face 8223 +UV Count: 3 + UV + UV + UV +Face 8224 +UV Count: 3 + UV + UV + UV +Face 8225 +UV Count: 3 + UV + UV + UV +Face 8226 +UV Count: 3 + UV + UV + UV +Face 8227 +UV Count: 3 + UV + UV + UV +Face 8228 +UV Count: 3 + UV + UV + UV +Face 8229 +UV Count: 3 + UV + UV + UV +Face 8230 +UV Count: 3 + UV + UV + UV +Face 8231 +UV Count: 3 + UV + UV + UV +Face 8232 +UV Count: 3 + UV + UV + UV +Face 8233 +UV Count: 3 + UV + UV + UV +Face 8234 +UV Count: 3 + UV + UV + UV +Face 8235 +UV Count: 3 + UV + UV + UV +Face 8236 +UV Count: 3 + UV + UV + UV +Face 8237 +UV Count: 3 + UV + UV + UV +Face 8238 +UV Count: 3 + UV + UV + UV +Face 8239 +UV Count: 3 + UV + UV + UV +Face 8240 +UV Count: 3 + UV + UV + UV +Face 8241 +UV Count: 3 + UV + UV + UV +Face 8242 +UV Count: 3 + UV + UV + UV +Face 8243 +UV Count: 3 + UV + UV + UV +Face 8244 +UV Count: 3 + UV + UV + UV +Face 8245 +UV Count: 3 + UV + UV + UV +Face 8246 +UV Count: 3 + UV + UV + UV +Face 8247 +UV Count: 3 + UV + UV + UV +Face 8248 +UV Count: 3 + UV + UV + UV +Face 8249 +UV Count: 3 + UV + UV + UV +Face 8250 +UV Count: 3 + UV + UV + UV +Face 8251 +UV Count: 3 + UV + UV + UV +Face 8252 +UV Count: 3 + UV + UV + UV +Face 8253 +UV Count: 3 + UV + UV + UV +Face 8254 +UV Count: 3 + UV + UV + UV +Face 8255 +UV Count: 3 + UV + UV + UV +Face 8256 +UV Count: 3 + UV + UV + UV +Face 8257 +UV Count: 3 + UV + UV + UV +Face 8258 +UV Count: 3 + UV + UV + UV +Face 8259 +UV Count: 3 + UV + UV + UV +Face 8260 +UV Count: 3 + UV + UV + UV +Face 8261 +UV Count: 3 + UV + UV + UV +Face 8262 +UV Count: 3 + UV + UV + UV +Face 8263 +UV Count: 3 + UV + UV + UV +Face 8264 +UV Count: 3 + UV + UV + UV +Face 8265 +UV Count: 3 + UV + UV + UV +Face 8266 +UV Count: 3 + UV + UV + UV +Face 8267 +UV Count: 3 + UV + UV + UV +Face 8268 +UV Count: 3 + UV + UV + UV +Face 8269 +UV Count: 3 + UV + UV + UV +Face 8270 +UV Count: 3 + UV + UV + UV +Face 8271 +UV Count: 3 + UV + UV + UV +Face 8272 +UV Count: 3 + UV + UV + UV +Face 8273 +UV Count: 3 + UV + UV + UV +Face 8274 +UV Count: 3 + UV + UV + UV +Face 8275 +UV Count: 3 + UV + UV + UV +Face 8276 +UV Count: 3 + UV + UV + UV +Face 8277 +UV Count: 3 + UV + UV + UV +Face 8278 +UV Count: 3 + UV + UV + UV +Face 8279 +UV Count: 3 + UV + UV + UV +Face 8280 +UV Count: 3 + UV + UV + UV +Face 8281 +UV Count: 3 + UV + UV + UV +Face 8282 +UV Count: 3 + UV + UV + UV +Face 8283 +UV Count: 3 + UV + UV + UV +Face 8284 +UV Count: 3 + UV + UV + UV +Face 8285 +UV Count: 3 + UV + UV + UV +Face 8286 +UV Count: 3 + UV + UV + UV +Face 8287 +UV Count: 3 + UV + UV + UV +Face 8288 +UV Count: 3 + UV + UV + UV +Face 8289 +UV Count: 3 + UV + UV + UV +Face 8290 +UV Count: 3 + UV + UV + UV +Face 8291 +UV Count: 3 + UV + UV + UV +Face 8292 +UV Count: 3 + UV + UV + UV +Face 8293 +UV Count: 3 + UV + UV + UV +Face 8294 +UV Count: 3 + UV + UV + UV +Face 8295 +UV Count: 3 + UV + UV + UV +Face 8296 +UV Count: 3 + UV + UV + UV +Face 8297 +UV Count: 3 + UV + UV + UV +Face 8298 +UV Count: 3 + UV + UV + UV +Face 8299 +UV Count: 3 + UV + UV + UV +Face 8300 +UV Count: 3 + UV + UV + UV +Face 8301 +UV Count: 3 + UV + UV + UV +Face 8302 +UV Count: 3 + UV + UV + UV +Face 8303 +UV Count: 3 + UV + UV + UV +Face 8304 +UV Count: 3 + UV + UV + UV +Face 8305 +UV Count: 3 + UV + UV + UV +Face 8306 +UV Count: 3 + UV + UV + UV +Face 8307 +UV Count: 3 + UV + UV + UV +Face 8308 +UV Count: 3 + UV + UV + UV +Face 8309 +UV Count: 3 + UV + UV + UV +Face 8310 +UV Count: 3 + UV + UV + UV +Face 8311 +UV Count: 3 + UV + UV + UV +Face 8312 +UV Count: 3 + UV + UV + UV +Face 8313 +UV Count: 3 + UV + UV + UV +Face 8314 +UV Count: 3 + UV + UV + UV +Face 8315 +UV Count: 3 + UV + UV + UV +Face 8316 +UV Count: 3 + UV + UV + UV +Face 8317 +UV Count: 3 + UV + UV + UV +Face 8318 +UV Count: 3 + UV + UV + UV +Face 8319 +UV Count: 3 + UV + UV + UV +Face 8320 +UV Count: 3 + UV + UV + UV +Face 8321 +UV Count: 3 + UV + UV + UV +Face 8322 +UV Count: 3 + UV + UV + UV +Face 8323 +UV Count: 3 + UV + UV + UV +Face 8324 +UV Count: 3 + UV + UV + UV +Face 8325 +UV Count: 3 + UV + UV + UV +Face 8326 +UV Count: 3 + UV + UV + UV +Face 8327 +UV Count: 3 + UV + UV + UV +Face 8328 +UV Count: 3 + UV + UV + UV +Face 8329 +UV Count: 3 + UV + UV + UV +Face 8330 +UV Count: 3 + UV + UV + UV +Face 8331 +UV Count: 3 + UV + UV + UV +Face 8332 +UV Count: 3 + UV + UV + UV +Face 8333 +UV Count: 3 + UV + UV + UV +Face 8334 +UV Count: 3 + UV + UV + UV +Face 8335 +UV Count: 3 + UV + UV + UV +Face 8336 +UV Count: 3 + UV + UV + UV +Face 8337 +UV Count: 3 + UV + UV + UV +Face 8338 +UV Count: 3 + UV + UV + UV +Face 8339 +UV Count: 3 + UV + UV + UV +Face 8340 +UV Count: 3 + UV + UV + UV +Face 8341 +UV Count: 3 + UV + UV + UV +Face 8342 +UV Count: 3 + UV + UV + UV +Face 8343 +UV Count: 3 + UV + UV + UV +Face 8344 +UV Count: 3 + UV + UV + UV +Face 8345 +UV Count: 3 + UV + UV + UV +Face 8346 +UV Count: 3 + UV + UV + UV +Face 8347 +UV Count: 3 + UV + UV + UV +Face 8348 +UV Count: 3 + UV + UV + UV +Face 8349 +UV Count: 3 + UV + UV + UV +Face 8350 +UV Count: 3 + UV + UV + UV +Face 8351 +UV Count: 3 + UV + UV + UV +Face 8352 +UV Count: 3 + UV + UV + UV +Face 8353 +UV Count: 3 + UV + UV + UV +Face 8354 +UV Count: 3 + UV + UV + UV +Face 8355 +UV Count: 3 + UV + UV + UV +Face 8356 +UV Count: 3 + UV + UV + UV +Face 8357 +UV Count: 3 + UV + UV + UV +Face 8358 +UV Count: 3 + UV + UV + UV +Face 8359 +UV Count: 3 + UV + UV + UV +Face 8360 +UV Count: 3 + UV + UV + UV +Face 8361 +UV Count: 3 + UV + UV + UV +Face 8362 +UV Count: 3 + UV + UV + UV +Face 8363 +UV Count: 3 + UV + UV + UV +Face 8364 +UV Count: 3 + UV + UV + UV +Face 8365 +UV Count: 3 + UV + UV + UV +Face 8366 +UV Count: 3 + UV + UV + UV +Face 8367 +UV Count: 3 + UV + UV + UV +Face 8368 +UV Count: 3 + UV + UV + UV +Face 8369 +UV Count: 3 + UV + UV + UV +Face 8370 +UV Count: 3 + UV + UV + UV +Face 8371 +UV Count: 3 + UV + UV + UV +Face 8372 +UV Count: 3 + UV + UV + UV +Face 8373 +UV Count: 3 + UV + UV + UV +Face 8374 +UV Count: 3 + UV + UV + UV +Face 8375 +UV Count: 3 + UV + UV + UV +Face 8376 +UV Count: 3 + UV + UV + UV +Face 8377 +UV Count: 3 + UV + UV + UV +Face 8378 +UV Count: 3 + UV + UV + UV +Face 8379 +UV Count: 3 + UV + UV + UV +Face 8380 +UV Count: 3 + UV + UV + UV +Face 8381 +UV Count: 3 + UV + UV + UV +Face 8382 +UV Count: 3 + UV + UV + UV +Face 8383 +UV Count: 3 + UV + UV + UV +Face 8384 +UV Count: 3 + UV + UV + UV +Face 8385 +UV Count: 3 + UV + UV + UV +Face 8386 +UV Count: 3 + UV + UV + UV +Face 8387 +UV Count: 3 + UV + UV + UV +Face 8388 +UV Count: 3 + UV + UV + UV +Face 8389 +UV Count: 3 + UV + UV + UV +Face 8390 +UV Count: 3 + UV + UV + UV +Face 8391 +UV Count: 3 + UV + UV + UV +Face 8392 +UV Count: 3 + UV + UV + UV +Face 8393 +UV Count: 3 + UV + UV + UV +Face 8394 +UV Count: 3 + UV + UV + UV +Face 8395 +UV Count: 3 + UV + UV + UV +Face 8396 +UV Count: 3 + UV + UV + UV +Face 8397 +UV Count: 3 + UV + UV + UV +Face 8398 +UV Count: 3 + UV + UV + UV +Face 8399 +UV Count: 3 + UV + UV + UV +Face 8400 +UV Count: 3 + UV + UV + UV +Face 8401 +UV Count: 3 + UV + UV + UV +Face 8402 +UV Count: 3 + UV + UV + UV +Face 8403 +UV Count: 3 + UV + UV + UV +Face 8404 +UV Count: 3 + UV + UV + UV +Face 8405 +UV Count: 3 + UV + UV + UV +Face 8406 +UV Count: 3 + UV + UV + UV +Face 8407 +UV Count: 3 + UV + UV + UV +Face 8408 +UV Count: 3 + UV + UV + UV +Face 8409 +UV Count: 3 + UV + UV + UV +Face 8410 +UV Count: 3 + UV + UV + UV +Face 8411 +UV Count: 3 + UV + UV + UV +Face 8412 +UV Count: 3 + UV + UV + UV +Face 8413 +UV Count: 3 + UV + UV + UV +Face 8414 +UV Count: 3 + UV + UV + UV +Face 8415 +UV Count: 3 + UV + UV + UV +Face 8416 +UV Count: 3 + UV + UV + UV +Face 8417 +UV Count: 3 + UV + UV + UV +Face 8418 +UV Count: 3 + UV + UV + UV +Face 8419 +UV Count: 3 + UV + UV + UV +Face 8420 +UV Count: 3 + UV + UV + UV +Face 8421 +UV Count: 3 + UV + UV + UV +Face 8422 +UV Count: 3 + UV + UV + UV +Face 8423 +UV Count: 3 + UV + UV + UV +Face 8424 +UV Count: 3 + UV + UV + UV +Face 8425 +UV Count: 3 + UV + UV + UV +Face 8426 +UV Count: 3 + UV + UV + UV +Face 8427 +UV Count: 3 + UV + UV + UV +Face 8428 +UV Count: 3 + UV + UV + UV +Face 8429 +UV Count: 3 + UV + UV + UV +Face 8430 +UV Count: 3 + UV + UV + UV +Face 8431 +UV Count: 3 + UV + UV + UV +Face 8432 +UV Count: 3 + UV + UV + UV +Face 8433 +UV Count: 3 + UV + UV + UV +Face 8434 +UV Count: 3 + UV + UV + UV +Face 8435 +UV Count: 3 + UV + UV + UV +Face 8436 +UV Count: 3 + UV + UV + UV +Face 8437 +UV Count: 3 + UV + UV + UV +Face 8438 +UV Count: 3 + UV + UV + UV +Face 8439 +UV Count: 3 + UV + UV + UV +Face 8440 +UV Count: 3 + UV + UV + UV +Face 8441 +UV Count: 3 + UV + UV + UV +Face 8442 +UV Count: 3 + UV + UV + UV +Face 8443 +UV Count: 3 + UV + UV + UV +Face 8444 +UV Count: 3 + UV + UV + UV +Face 8445 +UV Count: 3 + UV + UV + UV +Face 8446 +UV Count: 3 + UV + UV + UV +Face 8447 +UV Count: 3 + UV + UV + UV +Face 8448 +UV Count: 3 + UV + UV + UV +Face 8449 +UV Count: 3 + UV + UV + UV +Face 8450 +UV Count: 3 + UV + UV + UV +Face 8451 +UV Count: 3 + UV + UV + UV +Face 8452 +UV Count: 3 + UV + UV + UV +Face 8453 +UV Count: 3 + UV + UV + UV +Face 8454 +UV Count: 3 + UV + UV + UV +Face 8455 +UV Count: 3 + UV + UV + UV +Face 8456 +UV Count: 3 + UV + UV + UV +Face 8457 +UV Count: 3 + UV + UV + UV +Face 8458 +UV Count: 3 + UV + UV + UV +Face 8459 +UV Count: 3 + UV + UV + UV +Face 8460 +UV Count: 3 + UV + UV + UV +Face 8461 +UV Count: 3 + UV + UV + UV +Face 8462 +UV Count: 3 + UV + UV + UV +Face 8463 +UV Count: 3 + UV + UV + UV +Face 8464 +UV Count: 3 + UV + UV + UV +Face 8465 +UV Count: 3 + UV + UV + UV +Face 8466 +UV Count: 3 + UV + UV + UV +Face 8467 +UV Count: 3 + UV + UV + UV +Face 8468 +UV Count: 3 + UV + UV + UV +Face 8469 +UV Count: 3 + UV + UV + UV +Face 8470 +UV Count: 3 + UV + UV + UV +Face 8471 +UV Count: 3 + UV + UV + UV +Face 8472 +UV Count: 3 + UV + UV + UV +Face 8473 +UV Count: 3 + UV + UV + UV +Face 8474 +UV Count: 3 + UV + UV + UV +Face 8475 +UV Count: 3 + UV + UV + UV +Face 8476 +UV Count: 3 + UV + UV + UV +Face 8477 +UV Count: 3 + UV + UV + UV +Face 8478 +UV Count: 3 + UV + UV + UV +Face 8479 +UV Count: 3 + UV + UV + UV +Face 8480 +UV Count: 3 + UV + UV + UV +Face 8481 +UV Count: 3 + UV + UV + UV +Face 8482 +UV Count: 3 + UV + UV + UV +Face 8483 +UV Count: 3 + UV + UV + UV +Face 8484 +UV Count: 3 + UV + UV + UV +Face 8485 +UV Count: 3 + UV + UV + UV +Face 8486 +UV Count: 3 + UV + UV + UV +Face 8487 +UV Count: 3 + UV + UV + UV +Face 8488 +UV Count: 3 + UV + UV + UV +Face 8489 +UV Count: 3 + UV + UV + UV +Face 8490 +UV Count: 3 + UV + UV + UV +Face 8491 +UV Count: 3 + UV + UV + UV +Face 8492 +UV Count: 3 + UV + UV + UV +Face 8493 +UV Count: 3 + UV + UV + UV +Face 8494 +UV Count: 3 + UV + UV + UV +Face 8495 +UV Count: 3 + UV + UV + UV +Face 8496 +UV Count: 3 + UV + UV + UV +Face 8497 +UV Count: 3 + UV + UV + UV +Face 8498 +UV Count: 3 + UV + UV + UV +Face 8499 +UV Count: 3 + UV + UV + UV +Face 8500 +UV Count: 3 + UV + UV + UV +Face 8501 +UV Count: 3 + UV + UV + UV +Face 8502 +UV Count: 3 + UV + UV + UV +Face 8503 +UV Count: 3 + UV + UV + UV +Face 8504 +UV Count: 3 + UV + UV + UV +Face 8505 +UV Count: 3 + UV + UV + UV +Face 8506 +UV Count: 3 + UV + UV + UV +Face 8507 +UV Count: 3 + UV + UV + UV +Face 8508 +UV Count: 3 + UV + UV + UV +Face 8509 +UV Count: 3 + UV + UV + UV +Face 8510 +UV Count: 3 + UV + UV + UV +Face 8511 +UV Count: 3 + UV + UV + UV +Face 8512 +UV Count: 3 + UV + UV + UV +Face 8513 +UV Count: 3 + UV + UV + UV +Face 8514 +UV Count: 3 + UV + UV + UV +Face 8515 +UV Count: 3 + UV + UV + UV +Face 8516 +UV Count: 3 + UV + UV + UV +Face 8517 +UV Count: 3 + UV + UV + UV +Face 8518 +UV Count: 3 + UV + UV + UV +Face 8519 +UV Count: 3 + UV + UV + UV +Face 8520 +UV Count: 3 + UV + UV + UV +Face 8521 +UV Count: 3 + UV + UV + UV +Face 8522 +UV Count: 3 + UV + UV + UV +Face 8523 +UV Count: 3 + UV + UV + UV +Face 8524 +UV Count: 3 + UV + UV + UV +Face 8525 +UV Count: 3 + UV + UV + UV +Face 8526 +UV Count: 3 + UV + UV + UV +Face 8527 +UV Count: 3 + UV + UV + UV +Face 8528 +UV Count: 3 + UV + UV + UV +Face 8529 +UV Count: 3 + UV + UV + UV +Face 8530 +UV Count: 3 + UV + UV + UV +Face 8531 +UV Count: 3 + UV + UV + UV +Face 8532 +UV Count: 3 + UV + UV + UV +Face 8533 +UV Count: 3 + UV + UV + UV +Face 8534 +UV Count: 3 + UV + UV + UV +Face 8535 +UV Count: 3 + UV + UV + UV +Face 8536 +UV Count: 3 + UV + UV + UV +Face 8537 +UV Count: 3 + UV + UV + UV +Face 8538 +UV Count: 3 + UV + UV + UV +Face 8539 +UV Count: 3 + UV + UV + UV +Face 8540 +UV Count: 3 + UV + UV + UV +Face 8541 +UV Count: 3 + UV + UV + UV +Face 8542 +UV Count: 3 + UV + UV + UV +Face 8543 +UV Count: 3 + UV + UV + UV +Face 8544 +UV Count: 3 + UV + UV + UV +Face 8545 +UV Count: 3 + UV + UV + UV +Face 8546 +UV Count: 3 + UV + UV + UV +Face 8547 +UV Count: 3 + UV + UV + UV +Face 8548 +UV Count: 3 + UV + UV + UV +Face 8549 +UV Count: 3 + UV + UV + UV +Face 8550 +UV Count: 3 + UV + UV + UV +Face 8551 +UV Count: 3 + UV + UV + UV +Face 8552 +UV Count: 3 + UV + UV + UV +Face 8553 +UV Count: 3 + UV + UV + UV +Face 8554 +UV Count: 3 + UV + UV + UV +Face 8555 +UV Count: 3 + UV + UV + UV +Face 8556 +UV Count: 3 + UV + UV + UV +Face 8557 +UV Count: 3 + UV + UV + UV +Face 8558 +UV Count: 3 + UV + UV + UV +Face 8559 +UV Count: 3 + UV + UV + UV +Face 8560 +UV Count: 3 + UV + UV + UV +Face 8561 +UV Count: 3 + UV + UV + UV +Face 8562 +UV Count: 3 + UV + UV + UV +Face 8563 +UV Count: 3 + UV + UV + UV +Face 8564 +UV Count: 3 + UV + UV + UV +Face 8565 +UV Count: 3 + UV + UV + UV +Face 8566 +UV Count: 3 + UV + UV + UV +Face 8567 +UV Count: 3 + UV + UV + UV +Face 8568 +UV Count: 3 + UV + UV + UV +Face 8569 +UV Count: 3 + UV + UV + UV +Face 8570 +UV Count: 3 + UV + UV + UV +Face 8571 +UV Count: 3 + UV + UV + UV +Face 8572 +UV Count: 3 + UV + UV + UV +Face 8573 +UV Count: 3 + UV + UV + UV +Face 8574 +UV Count: 3 + UV + UV + UV +Face 8575 +UV Count: 3 + UV + UV + UV +Face 8576 +UV Count: 3 + UV + UV + UV +Face 8577 +UV Count: 3 + UV + UV + UV +Face 8578 +UV Count: 3 + UV + UV + UV +Face 8579 +UV Count: 3 + UV + UV + UV +Face 8580 +UV Count: 3 + UV + UV + UV +Face 8581 +UV Count: 3 + UV + UV + UV +Face 8582 +UV Count: 3 + UV + UV + UV +Face 8583 +UV Count: 3 + UV + UV + UV +Face 8584 +UV Count: 3 + UV + UV + UV +Face 8585 +UV Count: 3 + UV + UV + UV +Face 8586 +UV Count: 3 + UV + UV + UV +Face 8587 +UV Count: 3 + UV + UV + UV +Face 8588 +UV Count: 3 + UV + UV + UV +Face 8589 +UV Count: 3 + UV + UV + UV +Face 8590 +UV Count: 3 + UV + UV + UV +Face 8591 +UV Count: 3 + UV + UV + UV +Face 8592 +UV Count: 3 + UV + UV + UV +Face 8593 +UV Count: 3 + UV + UV + UV +Face 8594 +UV Count: 3 + UV + UV + UV +Face 8595 +UV Count: 3 + UV + UV + UV +Face 8596 +UV Count: 3 + UV + UV + UV +Face 8597 +UV Count: 3 + UV + UV + UV +Face 8598 +UV Count: 3 + UV + UV + UV +Face 8599 +UV Count: 3 + UV + UV + UV +Face 8600 +UV Count: 3 + UV + UV + UV +Face 8601 +UV Count: 3 + UV + UV + UV +Face 8602 +UV Count: 3 + UV + UV + UV +Face 8603 +UV Count: 3 + UV + UV + UV +Face 8604 +UV Count: 3 + UV + UV + UV +Face 8605 +UV Count: 3 + UV + UV + UV +Face 8606 +UV Count: 3 + UV + UV + UV +Face 8607 +UV Count: 3 + UV + UV + UV +Face 8608 +UV Count: 3 + UV + UV + UV +Face 8609 +UV Count: 3 + UV + UV + UV +Face 8610 +UV Count: 3 + UV + UV + UV +Face 8611 +UV Count: 3 + UV + UV + UV +Face 8612 +UV Count: 3 + UV + UV + UV +Face 8613 +UV Count: 3 + UV + UV + UV +Face 8614 +UV Count: 3 + UV + UV + UV +Face 8615 +UV Count: 3 + UV + UV + UV +Face 8616 +UV Count: 3 + UV + UV + UV +Face 8617 +UV Count: 3 + UV + UV + UV +Face 8618 +UV Count: 3 + UV + UV + UV +Face 8619 +UV Count: 3 + UV + UV + UV +Face 8620 +UV Count: 3 + UV + UV + UV +Face 8621 +UV Count: 3 + UV + UV + UV +Face 8622 +UV Count: 3 + UV + UV + UV +Face 8623 +UV Count: 3 + UV + UV + UV +Face 8624 +UV Count: 3 + UV + UV + UV +Face 8625 +UV Count: 3 + UV + UV + UV +Face 8626 +UV Count: 3 + UV + UV + UV +Face 8627 +UV Count: 3 + UV + UV + UV +Face 8628 +UV Count: 3 + UV + UV + UV +Face 8629 +UV Count: 3 + UV + UV + UV +Face 8630 +UV Count: 3 + UV + UV + UV +Face 8631 +UV Count: 3 + UV + UV + UV +Face 8632 +UV Count: 3 + UV + UV + UV +Face 8633 +UV Count: 3 + UV + UV + UV +Face 8634 +UV Count: 3 + UV + UV + UV +Face 8635 +UV Count: 3 + UV + UV + UV +Face 8636 +UV Count: 3 + UV + UV + UV +Face 8637 +UV Count: 3 + UV + UV + UV +Face 8638 +UV Count: 3 + UV + UV + UV +Face 8639 +UV Count: 3 + UV + UV + UV +Face 8640 +UV Count: 3 + UV + UV + UV +Face 8641 +UV Count: 3 + UV + UV + UV +Face 8642 +UV Count: 3 + UV + UV + UV +Face 8643 +UV Count: 3 + UV + UV + UV +Face 8644 +UV Count: 3 + UV + UV + UV +Face 8645 +UV Count: 3 + UV + UV + UV +Face 8646 +UV Count: 3 + UV + UV + UV +Face 8647 +UV Count: 3 + UV + UV + UV +Face 8648 +UV Count: 3 + UV + UV + UV +Face 8649 +UV Count: 3 + UV + UV + UV +Face 8650 +UV Count: 3 + UV + UV + UV +Face 8651 +UV Count: 3 + UV + UV + UV +Face 8652 +UV Count: 3 + UV + UV + UV +Face 8653 +UV Count: 3 + UV + UV + UV +Face 8654 +UV Count: 3 + UV + UV + UV +Face 8655 +UV Count: 3 + UV + UV + UV +Face 8656 +UV Count: 3 + UV + UV + UV +Face 8657 +UV Count: 3 + UV + UV + UV +Face 8658 +UV Count: 3 + UV + UV + UV +Face 8659 +UV Count: 3 + UV + UV + UV +Face 8660 +UV Count: 3 + UV + UV + UV +Face 8661 +UV Count: 3 + UV + UV + UV +Face 8662 +UV Count: 3 + UV + UV + UV +Face 8663 +UV Count: 3 + UV + UV + UV +Face 8664 +UV Count: 3 + UV + UV + UV +Face 8665 +UV Count: 3 + UV + UV + UV +Face 8666 +UV Count: 3 + UV + UV + UV +Face 8667 +UV Count: 3 + UV + UV + UV +Face 8668 +UV Count: 3 + UV + UV + UV +Face 8669 +UV Count: 3 + UV + UV + UV +Face 8670 +UV Count: 3 + UV + UV + UV +Face 8671 +UV Count: 3 + UV + UV + UV +Face 8672 +UV Count: 3 + UV + UV + UV +Face 8673 +UV Count: 3 + UV + UV + UV +Face 8674 +UV Count: 3 + UV + UV + UV +Face 8675 +UV Count: 3 + UV + UV + UV +Face 8676 +UV Count: 3 + UV + UV + UV +Face 8677 +UV Count: 3 + UV + UV + UV +Face 8678 +UV Count: 3 + UV + UV + UV +Face 8679 +UV Count: 3 + UV + UV + UV +Face 8680 +UV Count: 3 + UV + UV + UV +Face 8681 +UV Count: 3 + UV + UV + UV +Face 8682 +UV Count: 3 + UV + UV + UV +Face 8683 +UV Count: 3 + UV + UV + UV +Face 8684 +UV Count: 3 + UV + UV + UV +Face 8685 +UV Count: 3 + UV + UV + UV +Face 8686 +UV Count: 3 + UV + UV + UV +Face 8687 +UV Count: 3 + UV + UV + UV +Face 8688 +UV Count: 3 + UV + UV + UV +Face 8689 +UV Count: 3 + UV + UV + UV +Face 8690 +UV Count: 3 + UV + UV + UV +Face 8691 +UV Count: 3 + UV + UV + UV +Face 8692 +UV Count: 3 + UV + UV + UV +Face 8693 +UV Count: 3 + UV + UV + UV +Face 8694 +UV Count: 3 + UV + UV + UV +Face 8695 +UV Count: 3 + UV + UV + UV +Face 8696 +UV Count: 3 + UV + UV + UV +Face 8697 +UV Count: 3 + UV + UV + UV +Face 8698 +UV Count: 3 + UV + UV + UV +Face 8699 +UV Count: 3 + UV + UV + UV +Face 8700 +UV Count: 3 + UV + UV + UV +Face 8701 +UV Count: 3 + UV + UV + UV +Face 8702 +UV Count: 3 + UV + UV + UV +Face 8703 +UV Count: 3 + UV + UV + UV +Face 8704 +UV Count: 3 + UV + UV + UV +Face 8705 +UV Count: 3 + UV + UV + UV +Face 8706 +UV Count: 3 + UV + UV + UV +Face 8707 +UV Count: 3 + UV + UV + UV +Face 8708 +UV Count: 3 + UV + UV + UV +Face 8709 +UV Count: 3 + UV + UV + UV +Face 8710 +UV Count: 3 + UV + UV + UV +Face 8711 +UV Count: 3 + UV + UV + UV +Face 8712 +UV Count: 3 + UV + UV + UV +Face 8713 +UV Count: 3 + UV + UV + UV +Face 8714 +UV Count: 3 + UV + UV + UV +Face 8715 +UV Count: 3 + UV + UV + UV +Face 8716 +UV Count: 3 + UV + UV + UV +Face 8717 +UV Count: 3 + UV + UV + UV +Face 8718 +UV Count: 3 + UV + UV + UV +Face 8719 +UV Count: 3 + UV + UV + UV +Face 8720 +UV Count: 3 + UV + UV + UV +Face 8721 +UV Count: 3 + UV + UV + UV +Face 8722 +UV Count: 3 + UV + UV + UV +Face 8723 +UV Count: 3 + UV + UV + UV +Face 8724 +UV Count: 3 + UV + UV + UV +Face 8725 +UV Count: 3 + UV + UV + UV +Face 8726 +UV Count: 3 + UV + UV + UV +Face 8727 +UV Count: 3 + UV + UV + UV +Face 8728 +UV Count: 3 + UV + UV + UV +Face 8729 +UV Count: 3 + UV + UV + UV +Face 8730 +UV Count: 3 + UV + UV + UV +Face 8731 +UV Count: 3 + UV + UV + UV +Face 8732 +UV Count: 3 + UV + UV + UV +Face 8733 +UV Count: 3 + UV + UV + UV +Face 8734 +UV Count: 3 + UV + UV + UV +Face 8735 +UV Count: 3 + UV + UV + UV +Face 8736 +UV Count: 3 + UV + UV + UV +Face 8737 +UV Count: 3 + UV + UV + UV +Face 8738 +UV Count: 3 + UV + UV + UV +Face 8739 +UV Count: 3 + UV + UV + UV +Face 8740 +UV Count: 3 + UV + UV + UV +Face 8741 +UV Count: 3 + UV + UV + UV +Face 8742 +UV Count: 3 + UV + UV + UV +Face 8743 +UV Count: 3 + UV + UV + UV +Face 8744 +UV Count: 3 + UV + UV + UV +Face 8745 +UV Count: 3 + UV + UV + UV +Face 8746 +UV Count: 3 + UV + UV + UV +Face 8747 +UV Count: 3 + UV + UV + UV +Face 8748 +UV Count: 3 + UV + UV + UV +Face 8749 +UV Count: 3 + UV + UV + UV +Face 8750 +UV Count: 3 + UV + UV + UV +Face 8751 +UV Count: 3 + UV + UV + UV +Face 8752 +UV Count: 3 + UV + UV + UV +Face 8753 +UV Count: 3 + UV + UV + UV +Face 8754 +UV Count: 3 + UV + UV + UV +Face 8755 +UV Count: 3 + UV + UV + UV +Face 8756 +UV Count: 3 + UV + UV + UV +Face 8757 +UV Count: 3 + UV + UV + UV +Face 8758 +UV Count: 3 + UV + UV + UV +Face 8759 +UV Count: 3 + UV + UV + UV +Face 8760 +UV Count: 3 + UV + UV + UV +Face 8761 +UV Count: 3 + UV + UV + UV +Face 8762 +UV Count: 3 + UV + UV + UV +Face 8763 +UV Count: 3 + UV + UV + UV +Face 8764 +UV Count: 3 + UV + UV + UV +Face 8765 +UV Count: 3 + UV + UV + UV +Face 8766 +UV Count: 3 + UV + UV + UV +Face 8767 +UV Count: 3 + UV + UV + UV +Face 8768 +UV Count: 3 + UV + UV + UV +Face 8769 +UV Count: 3 + UV + UV + UV +Face 8770 +UV Count: 3 + UV + UV + UV +Face 8771 +UV Count: 3 + UV + UV + UV +Face 8772 +UV Count: 3 + UV + UV + UV +Face 8773 +UV Count: 3 + UV + UV + UV +Face 8774 +UV Count: 3 + UV + UV + UV +Face 8775 +UV Count: 3 + UV + UV + UV +Face 8776 +UV Count: 3 + UV + UV + UV +Face 8777 +UV Count: 3 + UV + UV + UV +Face 8778 +UV Count: 3 + UV + UV + UV +Face 8779 +UV Count: 3 + UV + UV + UV +Face 8780 +UV Count: 3 + UV + UV + UV +Face 8781 +UV Count: 3 + UV + UV + UV +Face 8782 +UV Count: 3 + UV + UV + UV +Face 8783 +UV Count: 3 + UV + UV + UV +Face 8784 +UV Count: 3 + UV + UV + UV +Face 8785 +UV Count: 3 + UV + UV + UV +Face 8786 +UV Count: 3 + UV + UV + UV +Face 8787 +UV Count: 3 + UV + UV + UV +Face 8788 +UV Count: 3 + UV + UV + UV +Face 8789 +UV Count: 3 + UV + UV + UV +Face 8790 +UV Count: 3 + UV + UV + UV +Face 8791 +UV Count: 3 + UV + UV + UV +Face 8792 +UV Count: 3 + UV + UV + UV +Face 8793 +UV Count: 3 + UV + UV + UV +Face 8794 +UV Count: 3 + UV + UV + UV +Face 8795 +UV Count: 3 + UV + UV + UV +Face 8796 +UV Count: 3 + UV + UV + UV +Face 8797 +UV Count: 3 + UV + UV + UV +Face 8798 +UV Count: 3 + UV + UV + UV +Face 8799 +UV Count: 3 + UV + UV + UV +Face 8800 +UV Count: 3 + UV + UV + UV +Face 8801 +UV Count: 3 + UV + UV + UV +Face 8802 +UV Count: 3 + UV + UV + UV +Face 8803 +UV Count: 3 + UV + UV + UV +Face 8804 +UV Count: 3 + UV + UV + UV +Face 8805 +UV Count: 3 + UV + UV + UV +Face 8806 +UV Count: 3 + UV + UV + UV +Face 8807 +UV Count: 3 + UV + UV + UV +Face 8808 +UV Count: 3 + UV + UV + UV +Face 8809 +UV Count: 3 + UV + UV + UV +Face 8810 +UV Count: 3 + UV + UV + UV +Face 8811 +UV Count: 3 + UV + UV + UV +Face 8812 +UV Count: 3 + UV + UV + UV +Face 8813 +UV Count: 3 + UV + UV + UV +Face 8814 +UV Count: 3 + UV + UV + UV +Face 8815 +UV Count: 3 + UV + UV + UV +Face 8816 +UV Count: 3 + UV + UV + UV +Face 8817 +UV Count: 3 + UV + UV + UV +Face 8818 +UV Count: 3 + UV + UV + UV +Face 8819 +UV Count: 3 + UV + UV + UV +Face 8820 +UV Count: 3 + UV + UV + UV +Face 8821 +UV Count: 3 + UV + UV + UV +Face 8822 +UV Count: 3 + UV + UV + UV +Face 8823 +UV Count: 3 + UV + UV + UV +Face 8824 +UV Count: 3 + UV + UV + UV +Face 8825 +UV Count: 3 + UV + UV + UV +Face 8826 +UV Count: 3 + UV + UV + UV +Face 8827 +UV Count: 3 + UV + UV + UV +Face 8828 +UV Count: 3 + UV + UV + UV +Face 8829 +UV Count: 3 + UV + UV + UV +Face 8830 +UV Count: 3 + UV + UV + UV +Face 8831 +UV Count: 3 + UV + UV + UV +Face 8832 +UV Count: 3 + UV + UV + UV +Face 8833 +UV Count: 3 + UV + UV + UV +Face 8834 +UV Count: 3 + UV + UV + UV +Face 8835 +UV Count: 3 + UV + UV + UV +Face 8836 +UV Count: 3 + UV + UV + UV +Face 8837 +UV Count: 3 + UV + UV + UV +Face 8838 +UV Count: 3 + UV + UV + UV +Face 8839 +UV Count: 3 + UV + UV + UV +Face 8840 +UV Count: 3 + UV + UV + UV +Face 8841 +UV Count: 3 + UV + UV + UV +Face 8842 +UV Count: 3 + UV + UV + UV +Face 8843 +UV Count: 3 + UV + UV + UV +Face 8844 +UV Count: 3 + UV + UV + UV +Face 8845 +UV Count: 3 + UV + UV + UV +Face 8846 +UV Count: 3 + UV + UV + UV +Face 8847 +UV Count: 3 + UV + UV + UV +Face 8848 +UV Count: 3 + UV + UV + UV +Face 8849 +UV Count: 3 + UV + UV + UV +Face 8850 +UV Count: 3 + UV + UV + UV +Face 8851 +UV Count: 3 + UV + UV + UV +Face 8852 +UV Count: 3 + UV + UV + UV +Face 8853 +UV Count: 3 + UV + UV + UV +Face 8854 +UV Count: 3 + UV + UV + UV +Face 8855 +UV Count: 3 + UV + UV + UV +Face 8856 +UV Count: 3 + UV + UV + UV +Face 8857 +UV Count: 3 + UV + UV + UV +Face 8858 +UV Count: 3 + UV + UV + UV +Face 8859 +UV Count: 3 + UV + UV + UV +Face 8860 +UV Count: 3 + UV + UV + UV +Face 8861 +UV Count: 3 + UV + UV + UV +Face 8862 +UV Count: 3 + UV + UV + UV +Face 8863 +UV Count: 3 + UV + UV + UV +Face 8864 +UV Count: 3 + UV + UV + UV +Face 8865 +UV Count: 3 + UV + UV + UV +Face 8866 +UV Count: 3 + UV + UV + UV +Face 8867 +UV Count: 3 + UV + UV + UV +Face 8868 +UV Count: 3 + UV + UV + UV +Face 8869 +UV Count: 3 + UV + UV + UV +Face 8870 +UV Count: 3 + UV + UV + UV +Face 8871 +UV Count: 3 + UV + UV + UV +Face 8872 +UV Count: 3 + UV + UV + UV +Face 8873 +UV Count: 3 + UV + UV + UV +Face 8874 +UV Count: 3 + UV + UV + UV +Face 8875 +UV Count: 3 + UV + UV + UV +Face 8876 +UV Count: 3 + UV + UV + UV +Face 8877 +UV Count: 3 + UV + UV + UV +Face 8878 +UV Count: 3 + UV + UV + UV +Face 8879 +UV Count: 3 + UV + UV + UV +Face 8880 +UV Count: 3 + UV + UV + UV +Face 8881 +UV Count: 3 + UV + UV + UV +Face 8882 +UV Count: 3 + UV + UV + UV +Face 8883 +UV Count: 3 + UV + UV + UV +Face 8884 +UV Count: 3 + UV + UV + UV +Face 8885 +UV Count: 3 + UV + UV + UV +Face 8886 +UV Count: 3 + UV + UV + UV +Face 8887 +UV Count: 3 + UV + UV + UV +Face 8888 +UV Count: 3 + UV + UV + UV +Face 8889 +UV Count: 3 + UV + UV + UV +Face 8890 +UV Count: 3 + UV + UV + UV +Face 8891 +UV Count: 3 + UV + UV + UV +Face 8892 +UV Count: 3 + UV + UV + UV +Face 8893 +UV Count: 3 + UV + UV + UV +Face 8894 +UV Count: 3 + UV + UV + UV +Face 8895 +UV Count: 3 + UV + UV + UV +Face 8896 +UV Count: 3 + UV + UV + UV +Face 8897 +UV Count: 3 + UV + UV + UV +Face 8898 +UV Count: 3 + UV + UV + UV +Face 8899 +UV Count: 3 + UV + UV + UV +Face 8900 +UV Count: 3 + UV + UV + UV +Face 8901 +UV Count: 3 + UV + UV + UV +Face 8902 +UV Count: 3 + UV + UV + UV +Face 8903 +UV Count: 3 + UV + UV + UV +Face 8904 +UV Count: 3 + UV + UV + UV +Face 8905 +UV Count: 3 + UV + UV + UV +Face 8906 +UV Count: 3 + UV + UV + UV +Face 8907 +UV Count: 3 + UV + UV + UV +Face 8908 +UV Count: 3 + UV + UV + UV +Face 8909 +UV Count: 3 + UV + UV + UV +Face 8910 +UV Count: 3 + UV + UV + UV +Face 8911 +UV Count: 3 + UV + UV + UV +Face 8912 +UV Count: 3 + UV + UV + UV +Face 8913 +UV Count: 3 + UV + UV + UV +Face 8914 +UV Count: 3 + UV + UV + UV +Face 8915 +UV Count: 3 + UV + UV + UV +Face 8916 +UV Count: 3 + UV + UV + UV +Face 8917 +UV Count: 3 + UV + UV + UV +Face 8918 +UV Count: 3 + UV + UV + UV +Face 8919 +UV Count: 3 + UV + UV + UV +Face 8920 +UV Count: 3 + UV + UV + UV +Face 8921 +UV Count: 3 + UV + UV + UV +Face 8922 +UV Count: 3 + UV + UV + UV +Face 8923 +UV Count: 3 + UV + UV + UV +Face 8924 +UV Count: 3 + UV + UV + UV +Face 8925 +UV Count: 3 + UV + UV + UV +Face 8926 +UV Count: 3 + UV + UV + UV +Face 8927 +UV Count: 3 + UV + UV + UV +Face 8928 +UV Count: 3 + UV + UV + UV +Face 8929 +UV Count: 3 + UV + UV + UV +Face 8930 +UV Count: 3 + UV + UV + UV +Face 8931 +UV Count: 3 + UV + UV + UV +Face 8932 +UV Count: 3 + UV + UV + UV +Face 8933 +UV Count: 3 + UV + UV + UV +Face 8934 +UV Count: 3 + UV + UV + UV +Face 8935 +UV Count: 3 + UV + UV + UV +Face 8936 +UV Count: 3 + UV + UV + UV +Face 8937 +UV Count: 3 + UV + UV + UV +Face 8938 +UV Count: 3 + UV + UV + UV +Face 8939 +UV Count: 3 + UV + UV + UV +Face 8940 +UV Count: 3 + UV + UV + UV +Face 8941 +UV Count: 3 + UV + UV + UV +Face 8942 +UV Count: 3 + UV + UV + UV +Face 8943 +UV Count: 3 + UV + UV + UV +Face 8944 +UV Count: 3 + UV + UV + UV +Face 8945 +UV Count: 3 + UV + UV + UV +Face 8946 +UV Count: 3 + UV + UV + UV +Face 8947 +UV Count: 3 + UV + UV + UV +Face 8948 +UV Count: 3 + UV + UV + UV +Face 8949 +UV Count: 3 + UV + UV + UV +Face 8950 +UV Count: 3 + UV + UV + UV +Face 8951 +UV Count: 3 + UV + UV + UV +Face 8952 +UV Count: 3 + UV + UV + UV +Face 8953 +UV Count: 3 + UV + UV + UV +Face 8954 +UV Count: 3 + UV + UV + UV +Face 8955 +UV Count: 3 + UV + UV + UV +Face 8956 +UV Count: 3 + UV + UV + UV +Face 8957 +UV Count: 3 + UV + UV + UV +Face 8958 +UV Count: 3 + UV + UV + UV +Face 8959 +UV Count: 3 + UV + UV + UV +Face 8960 +UV Count: 3 + UV + UV + UV +Face 8961 +UV Count: 3 + UV + UV + UV +Face 8962 +UV Count: 3 + UV + UV + UV +Face 8963 +UV Count: 3 + UV + UV + UV +Face 8964 +UV Count: 3 + UV + UV + UV +Face 8965 +UV Count: 3 + UV + UV + UV +Face 8966 +UV Count: 3 + UV + UV + UV +Face 8967 +UV Count: 3 + UV + UV + UV +Face 8968 +UV Count: 3 + UV + UV + UV +Face 8969 +UV Count: 3 + UV + UV + UV +Face 8970 +UV Count: 3 + UV + UV + UV +Face 8971 +UV Count: 3 + UV + UV + UV +Face 8972 +UV Count: 3 + UV + UV + UV +Face 8973 +UV Count: 3 + UV + UV + UV +Face 8974 +UV Count: 3 + UV + UV + UV +Face 8975 +UV Count: 3 + UV + UV + UV +Face 8976 +UV Count: 3 + UV + UV + UV +Face 8977 +UV Count: 3 + UV + UV + UV +Face 8978 +UV Count: 3 + UV + UV + UV +Face 8979 +UV Count: 3 + UV + UV + UV +Face 8980 +UV Count: 3 + UV + UV + UV +Face 8981 +UV Count: 3 + UV + UV + UV +Face 8982 +UV Count: 3 + UV + UV + UV +Face 8983 +UV Count: 3 + UV + UV + UV +Face 8984 +UV Count: 3 + UV + UV + UV +Face 8985 +UV Count: 3 + UV + UV + UV +Face 8986 +UV Count: 3 + UV + UV + UV +Face 8987 +UV Count: 3 + UV + UV + UV +Face 8988 +UV Count: 3 + UV + UV + UV +Face 8989 +UV Count: 3 + UV + UV + UV +Face 8990 +UV Count: 3 + UV + UV + UV +Face 8991 +UV Count: 3 + UV + UV + UV +Face 8992 +UV Count: 3 + UV + UV + UV +Face 8993 +UV Count: 3 + UV + UV + UV +Face 8994 +UV Count: 3 + UV + UV + UV +Face 8995 +UV Count: 3 + UV + UV + UV +Face 8996 +UV Count: 3 + UV + UV + UV +Face 8997 +UV Count: 3 + UV + UV + UV +Face 8998 +UV Count: 3 + UV + UV + UV +Face 8999 +UV Count: 3 + UV + UV + UV +Face 9000 +UV Count: 3 + UV + UV + UV +Face 9001 +UV Count: 3 + UV + UV + UV +Face 9002 +UV Count: 3 + UV + UV + UV +Face 9003 +UV Count: 3 + UV + UV + UV +Face 9004 +UV Count: 3 + UV + UV + UV +Face 9005 +UV Count: 3 + UV + UV + UV +Face 9006 +UV Count: 3 + UV + UV + UV +Face 9007 +UV Count: 3 + UV + UV + UV +Face 9008 +UV Count: 3 + UV + UV + UV +Face 9009 +UV Count: 3 + UV + UV + UV +Face 9010 +UV Count: 3 + UV + UV + UV +Face 9011 +UV Count: 3 + UV + UV + UV +Face 9012 +UV Count: 3 + UV + UV + UV +Face 9013 +UV Count: 3 + UV + UV + UV +Face 9014 +UV Count: 3 + UV + UV + UV +Face 9015 +UV Count: 3 + UV + UV + UV +Face 9016 +UV Count: 3 + UV + UV + UV +Face 9017 +UV Count: 3 + UV + UV + UV +Face 9018 +UV Count: 3 + UV + UV + UV +Face 9019 +UV Count: 3 + UV + UV + UV +Face 9020 +UV Count: 3 + UV + UV + UV +Face 9021 +UV Count: 3 + UV + UV + UV +Face 9022 +UV Count: 3 + UV + UV + UV +Face 9023 +UV Count: 3 + UV + UV + UV +Face 9024 +UV Count: 3 + UV + UV + UV +Face 9025 +UV Count: 3 + UV + UV + UV +Face 9026 +UV Count: 3 + UV + UV + UV +Face 9027 +UV Count: 3 + UV + UV + UV +Face 9028 +UV Count: 3 + UV + UV + UV +Face 9029 +UV Count: 3 + UV + UV + UV +Face 9030 +UV Count: 3 + UV + UV + UV +Face 9031 +UV Count: 3 + UV + UV + UV +Face 9032 +UV Count: 3 + UV + UV + UV +Face 9033 +UV Count: 3 + UV + UV + UV +Face 9034 +UV Count: 3 + UV + UV + UV +Face 9035 +UV Count: 3 + UV + UV + UV +Face 9036 +UV Count: 3 + UV + UV + UV +Face 9037 +UV Count: 3 + UV + UV + UV +Face 9038 +UV Count: 3 + UV + UV + UV +Face 9039 +UV Count: 3 + UV + UV + UV +Face 9040 +UV Count: 3 + UV + UV + UV +Face 9041 +UV Count: 3 + UV + UV + UV +Face 9042 +UV Count: 3 + UV + UV + UV +Face 9043 +UV Count: 3 + UV + UV + UV +Face 9044 +UV Count: 3 + UV + UV + UV +Face 9045 +UV Count: 3 + UV + UV + UV +Face 9046 +UV Count: 3 + UV + UV + UV +Face 9047 +UV Count: 3 + UV + UV + UV +Face 9048 +UV Count: 3 + UV + UV + UV +Face 9049 +UV Count: 3 + UV + UV + UV +Face 9050 +UV Count: 3 + UV + UV + UV +Face 9051 +UV Count: 3 + UV + UV + UV +Face 9052 +UV Count: 3 + UV + UV + UV +Face 9053 +UV Count: 3 + UV + UV + UV +Face 9054 +UV Count: 3 + UV + UV + UV +Face 9055 +UV Count: 3 + UV + UV + UV +Face 9056 +UV Count: 3 + UV + UV + UV +Face 9057 +UV Count: 3 + UV + UV + UV +Face 9058 +UV Count: 3 + UV + UV + UV +Face 9059 +UV Count: 3 + UV + UV + UV +Face 9060 +UV Count: 3 + UV + UV + UV +Face 9061 +UV Count: 3 + UV + UV + UV +Face 9062 +UV Count: 3 + UV + UV + UV +Face 9063 +UV Count: 3 + UV + UV + UV +Face 9064 +UV Count: 3 + UV + UV + UV +Face 9065 +UV Count: 3 + UV + UV + UV +Face 9066 +UV Count: 3 + UV + UV + UV +Face 9067 +UV Count: 3 + UV + UV + UV +Face 9068 +UV Count: 3 + UV + UV + UV +Face 9069 +UV Count: 3 + UV + UV + UV +Face 9070 +UV Count: 3 + UV + UV + UV +Face 9071 +UV Count: 3 + UV + UV + UV +Face 9072 +UV Count: 3 + UV + UV + UV +Face 9073 +UV Count: 3 + UV + UV + UV +Face 9074 +UV Count: 3 + UV + UV + UV +Face 9075 +UV Count: 3 + UV + UV + UV +Face 9076 +UV Count: 3 + UV + UV + UV +Face 9077 +UV Count: 3 + UV + UV + UV +Face 9078 +UV Count: 3 + UV + UV + UV +Face 9079 +UV Count: 3 + UV + UV + UV +Face 9080 +UV Count: 3 + UV + UV + UV +Face 9081 +UV Count: 3 + UV + UV + UV +Face 9082 +UV Count: 3 + UV + UV + UV +Face 9083 +UV Count: 3 + UV + UV + UV +Face 9084 +UV Count: 3 + UV + UV + UV +Face 9085 +UV Count: 3 + UV + UV + UV +Face 9086 +UV Count: 3 + UV + UV + UV +Face 9087 +UV Count: 3 + UV + UV + UV +Face 9088 +UV Count: 3 + UV + UV + UV +Face 9089 +UV Count: 3 + UV + UV + UV +Face 9090 +UV Count: 3 + UV + UV + UV +Face 9091 +UV Count: 3 + UV + UV + UV +Face 9092 +UV Count: 3 + UV + UV + UV +Face 9093 +UV Count: 3 + UV + UV + UV +Face 9094 +UV Count: 3 + UV + UV + UV +Face 9095 +UV Count: 3 + UV + UV + UV +Face 9096 +UV Count: 3 + UV + UV + UV +Face 9097 +UV Count: 3 + UV + UV + UV +Face 9098 +UV Count: 3 + UV + UV + UV +Face 9099 +UV Count: 3 + UV + UV + UV +Face 9100 +UV Count: 3 + UV + UV + UV +Face 9101 +UV Count: 3 + UV + UV + UV +Face 9102 +UV Count: 3 + UV + UV + UV +Face 9103 +UV Count: 3 + UV + UV + UV +Face 9104 +UV Count: 3 + UV + UV + UV +Face 9105 +UV Count: 3 + UV + UV + UV +Face 9106 +UV Count: 3 + UV + UV + UV +Face 9107 +UV Count: 3 + UV + UV + UV +Face 9108 +UV Count: 3 + UV + UV + UV +Face 9109 +UV Count: 3 + UV + UV + UV +Face 9110 +UV Count: 3 + UV + UV + UV +Face 9111 +UV Count: 3 + UV + UV + UV +Face 9112 +UV Count: 3 + UV + UV + UV +Face 9113 +UV Count: 3 + UV + UV + UV +Face 9114 +UV Count: 3 + UV + UV + UV +Face 9115 +UV Count: 3 + UV + UV + UV +Face 9116 +UV Count: 3 + UV + UV + UV +Face 9117 +UV Count: 3 + UV + UV + UV +Face 9118 +UV Count: 3 + UV + UV + UV +Face 9119 +UV Count: 3 + UV + UV + UV +Face 9120 +UV Count: 3 + UV + UV + UV +Face 9121 +UV Count: 3 + UV + UV + UV +Face 9122 +UV Count: 3 + UV + UV + UV +Face 9123 +UV Count: 3 + UV + UV + UV +Face 9124 +UV Count: 3 + UV + UV + UV +Face 9125 +UV Count: 3 + UV + UV + UV +===Normals: +Vertex 0: Normal +Vertex 1: Normal +Vertex 2: Normal +Vertex 3: Normal +Vertex 4: Normal +Vertex 5: Normal +Vertex 6: Normal +Vertex 7: Normal +Vertex 8: Normal +Vertex 9: Normal +Vertex 10: Normal +Vertex 11: Normal +Vertex 12: Normal +Vertex 13: Normal +Vertex 14: Normal +Vertex 15: Normal +Vertex 16: Normal +Vertex 17: Normal +Vertex 18: Normal +Vertex 19: Normal +Vertex 20: Normal +Vertex 21: Normal +Vertex 22: Normal +Vertex 23: Normal +Vertex 24: Normal +Vertex 25: Normal +Vertex 26: Normal +Vertex 27: Normal +Vertex 28: Normal +Vertex 29: Normal +Vertex 30: Normal +Vertex 31: Normal +Vertex 32: Normal +Vertex 33: Normal +Vertex 34: Normal +Vertex 35: Normal +Vertex 36: Normal +Vertex 37: Normal +Vertex 38: Normal +Vertex 39: Normal +Vertex 40: Normal +Vertex 41: Normal +Vertex 42: Normal +Vertex 43: Normal +Vertex 44: Normal +Vertex 45: Normal +Vertex 46: Normal +Vertex 47: Normal +Vertex 48: Normal +Vertex 49: Normal +Vertex 50: Normal +Vertex 51: Normal +Vertex 52: Normal +Vertex 53: Normal +Vertex 54: Normal +Vertex 55: Normal +Vertex 56: Normal +Vertex 57: Normal +Vertex 58: Normal +Vertex 59: Normal +Vertex 60: Normal +Vertex 61: Normal +Vertex 62: Normal +Vertex 63: Normal +Vertex 64: Normal +Vertex 65: Normal +Vertex 66: Normal +Vertex 67: Normal +Vertex 68: Normal +Vertex 69: Normal +Vertex 70: Normal +Vertex 71: Normal +Vertex 72: Normal +Vertex 73: Normal +Vertex 74: Normal +Vertex 75: Normal +Vertex 76: Normal +Vertex 77: Normal +Vertex 78: Normal +Vertex 79: Normal +Vertex 80: Normal +Vertex 81: Normal +Vertex 82: Normal +Vertex 83: Normal +Vertex 84: Normal +Vertex 85: Normal +Vertex 86: Normal +Vertex 87: Normal +Vertex 88: Normal +Vertex 89: Normal +Vertex 90: Normal +Vertex 91: Normal +Vertex 92: Normal +Vertex 93: Normal +Vertex 94: Normal +Vertex 95: Normal +Vertex 96: Normal +Vertex 97: Normal +Vertex 98: Normal +Vertex 99: Normal +Vertex 100: Normal +Vertex 101: Normal +Vertex 102: Normal +Vertex 103: Normal +Vertex 104: Normal +Vertex 105: Normal +Vertex 106: Normal +Vertex 107: Normal +Vertex 108: Normal +Vertex 109: Normal +Vertex 110: Normal +Vertex 111: Normal +Vertex 112: Normal +Vertex 113: Normal +Vertex 114: Normal +Vertex 115: Normal +Vertex 116: Normal +Vertex 117: Normal +Vertex 118: Normal +Vertex 119: Normal +Vertex 120: Normal +Vertex 121: Normal +Vertex 122: Normal +Vertex 123: Normal +Vertex 124: Normal +Vertex 125: Normal +Vertex 126: Normal +Vertex 127: Normal +Vertex 128: Normal +Vertex 129: Normal +Vertex 130: Normal +Vertex 131: Normal +Vertex 132: Normal +Vertex 133: Normal +Vertex 134: Normal +Vertex 135: Normal +Vertex 136: Normal +Vertex 137: Normal +Vertex 138: Normal +Vertex 139: Normal +Vertex 140: Normal +Vertex 141: Normal +Vertex 142: Normal +Vertex 143: Normal +Vertex 144: Normal +Vertex 145: Normal +Vertex 146: Normal +Vertex 147: Normal +Vertex 148: Normal +Vertex 149: Normal +Vertex 150: Normal +Vertex 151: Normal +Vertex 152: Normal +Vertex 153: Normal +Vertex 154: Normal +Vertex 155: Normal +Vertex 156: Normal +Vertex 157: Normal +Vertex 158: Normal +Vertex 159: Normal +Vertex 160: Normal +Vertex 161: Normal +Vertex 162: Normal +Vertex 163: Normal +Vertex 164: Normal +Vertex 165: Normal +Vertex 166: Normal +Vertex 167: Normal +Vertex 168: Normal +Vertex 169: Normal +Vertex 170: Normal +Vertex 171: Normal +Vertex 172: Normal +Vertex 173: Normal +Vertex 174: Normal +Vertex 175: Normal +Vertex 176: Normal +Vertex 177: Normal +Vertex 178: Normal +Vertex 179: Normal +Vertex 180: Normal +Vertex 181: Normal +Vertex 182: Normal +Vertex 183: Normal +Vertex 184: Normal +Vertex 185: Normal +Vertex 186: Normal +Vertex 187: Normal +Vertex 188: Normal +Vertex 189: Normal +Vertex 190: Normal +Vertex 191: Normal +Vertex 192: Normal +Vertex 193: Normal +Vertex 194: Normal +Vertex 195: Normal +Vertex 196: Normal +Vertex 197: Normal +Vertex 198: Normal +Vertex 199: Normal +Vertex 200: Normal +Vertex 201: Normal +Vertex 202: Normal +Vertex 203: Normal +Vertex 204: Normal +Vertex 205: Normal +Vertex 206: Normal +Vertex 207: Normal +Vertex 208: Normal +Vertex 209: Normal +Vertex 210: Normal +Vertex 211: Normal +Vertex 212: Normal +Vertex 213: Normal +Vertex 214: Normal +Vertex 215: Normal +Vertex 216: Normal +Vertex 217: Normal +Vertex 218: Normal +Vertex 219: Normal +Vertex 220: Normal +Vertex 221: Normal +Vertex 222: Normal +Vertex 223: Normal +Vertex 224: Normal +Vertex 225: Normal +Vertex 226: Normal +Vertex 227: Normal +Vertex 228: Normal +Vertex 229: Normal +Vertex 230: Normal +Vertex 231: Normal +Vertex 232: Normal +Vertex 233: Normal +Vertex 234: Normal +Vertex 235: Normal +Vertex 236: Normal +Vertex 237: Normal +Vertex 238: Normal +Vertex 239: Normal +Vertex 240: Normal +Vertex 241: Normal +Vertex 242: Normal +Vertex 243: Normal +Vertex 244: Normal +Vertex 245: Normal +Vertex 246: Normal +Vertex 247: Normal +Vertex 248: Normal +Vertex 249: Normal +Vertex 250: Normal +Vertex 251: Normal +Vertex 252: Normal +Vertex 253: Normal +Vertex 254: Normal +Vertex 255: Normal +Vertex 256: Normal +Vertex 257: Normal +Vertex 258: Normal +Vertex 259: Normal +Vertex 260: Normal +Vertex 261: Normal +Vertex 262: Normal +Vertex 263: Normal +Vertex 264: Normal +Vertex 265: Normal +Vertex 266: Normal +Vertex 267: Normal +Vertex 268: Normal +Vertex 269: Normal +Vertex 270: Normal +Vertex 271: Normal +Vertex 272: Normal +Vertex 273: Normal +Vertex 274: Normal +Vertex 275: Normal +Vertex 276: Normal +Vertex 277: Normal +Vertex 278: Normal +Vertex 279: Normal +Vertex 280: Normal +Vertex 281: Normal +Vertex 282: Normal +Vertex 283: Normal +Vertex 284: Normal +Vertex 285: Normal +Vertex 286: Normal +Vertex 287: Normal +Vertex 288: Normal +Vertex 289: Normal +Vertex 290: Normal +Vertex 291: Normal +Vertex 292: Normal +Vertex 293: Normal +Vertex 294: Normal +Vertex 295: Normal +Vertex 296: Normal +Vertex 297: Normal +Vertex 298: Normal +Vertex 299: Normal +Vertex 300: Normal +Vertex 301: Normal +Vertex 302: Normal +Vertex 303: Normal +Vertex 304: Normal +Vertex 305: Normal +Vertex 306: Normal +Vertex 307: Normal +Vertex 308: Normal +Vertex 309: Normal +Vertex 310: Normal +Vertex 311: Normal +Vertex 312: Normal +Vertex 313: Normal +Vertex 314: Normal +Vertex 315: Normal +Vertex 316: Normal +Vertex 317: Normal +Vertex 318: Normal +Vertex 319: Normal +Vertex 320: Normal +Vertex 321: Normal +Vertex 322: Normal +Vertex 323: Normal +Vertex 324: Normal +Vertex 325: Normal +Vertex 326: Normal +Vertex 327: Normal +Vertex 328: Normal +Vertex 329: Normal +Vertex 330: Normal +Vertex 331: Normal +Vertex 332: Normal +Vertex 333: Normal +Vertex 334: Normal +Vertex 335: Normal +Vertex 336: Normal +Vertex 337: Normal +Vertex 338: Normal +Vertex 339: Normal +Vertex 340: Normal +Vertex 341: Normal +Vertex 342: Normal +Vertex 343: Normal +Vertex 344: Normal +Vertex 345: Normal +Vertex 346: Normal +Vertex 347: Normal +Vertex 348: Normal +Vertex 349: Normal +Vertex 350: Normal +Vertex 351: Normal +Vertex 352: Normal +Vertex 353: Normal +Vertex 354: Normal +Vertex 355: Normal +Vertex 356: Normal +Vertex 357: Normal +Vertex 358: Normal +Vertex 359: Normal +Vertex 360: Normal +Vertex 361: Normal +Vertex 362: Normal +Vertex 363: Normal +Vertex 364: Normal +Vertex 365: Normal +Vertex 366: Normal +Vertex 367: Normal +Vertex 368: Normal +Vertex 369: Normal +Vertex 370: Normal +Vertex 371: Normal +Vertex 372: Normal +Vertex 373: Normal +Vertex 374: Normal +Vertex 375: Normal +Vertex 376: Normal +Vertex 377: Normal +Vertex 378: Normal +Vertex 379: Normal +Vertex 380: Normal +Vertex 381: Normal +Vertex 382: Normal +Vertex 383: Normal +Vertex 384: Normal +Vertex 385: Normal +Vertex 386: Normal +Vertex 387: Normal +Vertex 388: Normal +Vertex 389: Normal +Vertex 390: Normal +Vertex 391: Normal +Vertex 392: Normal +Vertex 393: Normal +Vertex 394: Normal +Vertex 395: Normal +Vertex 396: Normal +Vertex 397: Normal +Vertex 398: Normal +Vertex 399: Normal +Vertex 400: Normal +Vertex 401: Normal +Vertex 402: Normal +Vertex 403: Normal +Vertex 404: Normal +Vertex 405: Normal +Vertex 406: Normal +Vertex 407: Normal +Vertex 408: Normal +Vertex 409: Normal +Vertex 410: Normal +Vertex 411: Normal +Vertex 412: Normal +Vertex 413: Normal +Vertex 414: Normal +Vertex 415: Normal +Vertex 416: Normal +Vertex 417: Normal +Vertex 418: Normal +Vertex 419: Normal +Vertex 420: Normal +Vertex 421: Normal +Vertex 422: Normal +Vertex 423: Normal +Vertex 424: Normal +Vertex 425: Normal +Vertex 426: Normal +Vertex 427: Normal +Vertex 428: Normal +Vertex 429: Normal +Vertex 430: Normal +Vertex 431: Normal +Vertex 432: Normal +Vertex 433: Normal +Vertex 434: Normal +Vertex 435: Normal +Vertex 436: Normal +Vertex 437: Normal +Vertex 438: Normal +Vertex 439: Normal +Vertex 440: Normal +Vertex 441: Normal +Vertex 442: Normal +Vertex 443: Normal +Vertex 444: Normal +Vertex 445: Normal +Vertex 446: Normal +Vertex 447: Normal +Vertex 448: Normal +Vertex 449: Normal +Vertex 450: Normal +Vertex 451: Normal +Vertex 452: Normal +Vertex 453: Normal +Vertex 454: Normal +Vertex 455: Normal +Vertex 456: Normal +Vertex 457: Normal +Vertex 458: Normal +Vertex 459: Normal +Vertex 460: Normal +Vertex 461: Normal +Vertex 462: Normal +Vertex 463: Normal +Vertex 464: Normal +Vertex 465: Normal +Vertex 466: Normal +Vertex 467: Normal +Vertex 468: Normal +Vertex 469: Normal +Vertex 470: Normal +Vertex 471: Normal +Vertex 472: Normal +Vertex 473: Normal +Vertex 474: Normal +Vertex 475: Normal +Vertex 476: Normal +Vertex 477: Normal +Vertex 478: Normal +Vertex 479: Normal +Vertex 480: Normal +Vertex 481: Normal +Vertex 482: Normal +Vertex 483: Normal +Vertex 484: Normal +Vertex 485: Normal +Vertex 486: Normal +Vertex 487: Normal +Vertex 488: Normal +Vertex 489: Normal +Vertex 490: Normal +Vertex 491: Normal +Vertex 492: Normal +Vertex 493: Normal +Vertex 494: Normal +Vertex 495: Normal +Vertex 496: Normal +Vertex 497: Normal +Vertex 498: Normal +Vertex 499: Normal +Vertex 500: Normal +Vertex 501: Normal +Vertex 502: Normal +Vertex 503: Normal +Vertex 504: Normal +Vertex 505: Normal +Vertex 506: Normal +Vertex 507: Normal +Vertex 508: Normal +Vertex 509: Normal +Vertex 510: Normal +Vertex 511: Normal +Vertex 512: Normal +Vertex 513: Normal +Vertex 514: Normal +Vertex 515: Normal +Vertex 516: Normal +Vertex 517: Normal +Vertex 518: Normal +Vertex 519: Normal +Vertex 520: Normal +Vertex 521: Normal +Vertex 522: Normal +Vertex 523: Normal +Vertex 524: Normal +Vertex 525: Normal +Vertex 526: Normal +Vertex 527: Normal +Vertex 528: Normal +Vertex 529: Normal +Vertex 530: Normal +Vertex 531: Normal +Vertex 532: Normal +Vertex 533: Normal +Vertex 534: Normal +Vertex 535: Normal +Vertex 536: Normal +Vertex 537: Normal +Vertex 538: Normal +Vertex 539: Normal +Vertex 540: Normal +Vertex 541: Normal +Vertex 542: Normal +Vertex 543: Normal +Vertex 544: Normal +Vertex 545: Normal +Vertex 546: Normal +Vertex 547: Normal +Vertex 548: Normal +Vertex 549: Normal +Vertex 550: Normal +Vertex 551: Normal +Vertex 552: Normal +Vertex 553: Normal +Vertex 554: Normal +Vertex 555: Normal +Vertex 556: Normal +Vertex 557: Normal +Vertex 558: Normal +Vertex 559: Normal +Vertex 560: Normal +Vertex 561: Normal +Vertex 562: Normal +Vertex 563: Normal +Vertex 564: Normal +Vertex 565: Normal +Vertex 566: Normal +Vertex 567: Normal +Vertex 568: Normal +Vertex 569: Normal +Vertex 570: Normal +Vertex 571: Normal +Vertex 572: Normal +Vertex 573: Normal +Vertex 574: Normal +Vertex 575: Normal +Vertex 576: Normal +Vertex 577: Normal +Vertex 578: Normal +Vertex 579: Normal +Vertex 580: Normal +Vertex 581: Normal +Vertex 582: Normal +Vertex 583: Normal +Vertex 584: Normal +Vertex 585: Normal +Vertex 586: Normal +Vertex 587: Normal +Vertex 588: Normal +Vertex 589: Normal +Vertex 590: Normal +Vertex 591: Normal +Vertex 592: Normal +Vertex 593: Normal +Vertex 594: Normal +Vertex 595: Normal +Vertex 596: Normal +Vertex 597: Normal +Vertex 598: Normal +Vertex 599: Normal +Vertex 600: Normal +Vertex 601: Normal +Vertex 602: Normal +Vertex 603: Normal +Vertex 604: Normal +Vertex 605: Normal +Vertex 606: Normal +Vertex 607: Normal +Vertex 608: Normal +Vertex 609: Normal +Vertex 610: Normal +Vertex 611: Normal +Vertex 612: Normal +Vertex 613: Normal +Vertex 614: Normal +Vertex 615: Normal +Vertex 616: Normal +Vertex 617: Normal +Vertex 618: Normal +Vertex 619: Normal +Vertex 620: Normal +Vertex 621: Normal +Vertex 622: Normal +Vertex 623: Normal +Vertex 624: Normal +Vertex 625: Normal +Vertex 626: Normal +Vertex 627: Normal +Vertex 628: Normal +Vertex 629: Normal +Vertex 630: Normal +Vertex 631: Normal +Vertex 632: Normal +Vertex 633: Normal +Vertex 634: Normal +Vertex 635: Normal +Vertex 636: Normal +Vertex 637: Normal +Vertex 638: Normal +Vertex 639: Normal +Vertex 640: Normal +Vertex 641: Normal +Vertex 642: Normal +Vertex 643: Normal +Vertex 644: Normal +Vertex 645: Normal +Vertex 646: Normal +Vertex 647: Normal +Vertex 648: Normal +Vertex 649: Normal +Vertex 650: Normal +Vertex 651: Normal +Vertex 652: Normal +Vertex 653: Normal +Vertex 654: Normal +Vertex 655: Normal +Vertex 656: Normal +Vertex 657: Normal +Vertex 658: Normal +Vertex 659: Normal +Vertex 660: Normal +Vertex 661: Normal +Vertex 662: Normal +Vertex 663: Normal +Vertex 664: Normal +Vertex 665: Normal +Vertex 666: Normal +Vertex 667: Normal +Vertex 668: Normal +Vertex 669: Normal +Vertex 670: Normal +Vertex 671: Normal +Vertex 672: Normal +Vertex 673: Normal +Vertex 674: Normal +Vertex 675: Normal +Vertex 676: Normal +Vertex 677: Normal +Vertex 678: Normal +Vertex 679: Normal +Vertex 680: Normal +Vertex 681: Normal +Vertex 682: Normal +Vertex 683: Normal +Vertex 684: Normal +Vertex 685: Normal +Vertex 686: Normal +Vertex 687: Normal +Vertex 688: Normal +Vertex 689: Normal +Vertex 690: Normal +Vertex 691: Normal +Vertex 692: Normal +Vertex 693: Normal +Vertex 694: Normal +Vertex 695: Normal +Vertex 696: Normal +Vertex 697: Normal +Vertex 698: Normal +Vertex 699: Normal +Vertex 700: Normal +Vertex 701: Normal +Vertex 702: Normal +Vertex 703: Normal +Vertex 704: Normal +Vertex 705: Normal +Vertex 706: Normal +Vertex 707: Normal +Vertex 708: Normal +Vertex 709: Normal +Vertex 710: Normal +Vertex 711: Normal +Vertex 712: Normal +Vertex 713: Normal +Vertex 714: Normal +Vertex 715: Normal +Vertex 716: Normal +Vertex 717: Normal +Vertex 718: Normal +Vertex 719: Normal +Vertex 720: Normal +Vertex 721: Normal +Vertex 722: Normal +Vertex 723: Normal +Vertex 724: Normal +Vertex 725: Normal +Vertex 726: Normal +Vertex 727: Normal +Vertex 728: Normal +Vertex 729: Normal +Vertex 730: Normal +Vertex 731: Normal +Vertex 732: Normal +Vertex 733: Normal +Vertex 734: Normal +Vertex 735: Normal +Vertex 736: Normal +Vertex 737: Normal +Vertex 738: Normal +Vertex 739: Normal +Vertex 740: Normal +Vertex 741: Normal +Vertex 742: Normal +Vertex 743: Normal +Vertex 744: Normal +Vertex 745: Normal +Vertex 746: Normal +Vertex 747: Normal +Vertex 748: Normal +Vertex 749: Normal +Vertex 750: Normal +Vertex 751: Normal +Vertex 752: Normal +Vertex 753: Normal +Vertex 754: Normal +Vertex 755: Normal +Vertex 756: Normal +Vertex 757: Normal +Vertex 758: Normal +Vertex 759: Normal +Vertex 760: Normal +Vertex 761: Normal +Vertex 762: Normal +Vertex 763: Normal +Vertex 764: Normal +Vertex 765: Normal +Vertex 766: Normal +Vertex 767: Normal +Vertex 768: Normal +Vertex 769: Normal +Vertex 770: Normal +Vertex 771: Normal +Vertex 772: Normal +Vertex 773: Normal +Vertex 774: Normal +Vertex 775: Normal +Vertex 776: Normal +Vertex 777: Normal +Vertex 778: Normal +Vertex 779: Normal +Vertex 780: Normal +Vertex 781: Normal +Vertex 782: Normal +Vertex 783: Normal +Vertex 784: Normal +Vertex 785: Normal +Vertex 786: Normal +Vertex 787: Normal +Vertex 788: Normal +Vertex 789: Normal +Vertex 790: Normal +Vertex 791: Normal +Vertex 792: Normal +Vertex 793: Normal +Vertex 794: Normal +Vertex 795: Normal +Vertex 796: Normal +Vertex 797: Normal +Vertex 798: Normal +Vertex 799: Normal +Vertex 800: Normal +Vertex 801: Normal +Vertex 802: Normal +Vertex 803: Normal +Vertex 804: Normal +Vertex 805: Normal +Vertex 806: Normal +Vertex 807: Normal +Vertex 808: Normal +Vertex 809: Normal +Vertex 810: Normal +Vertex 811: Normal +Vertex 812: Normal +Vertex 813: Normal +Vertex 814: Normal +Vertex 815: Normal +Vertex 816: Normal +Vertex 817: Normal +Vertex 818: Normal +Vertex 819: Normal +Vertex 820: Normal +Vertex 821: Normal +Vertex 822: Normal +Vertex 823: Normal +Vertex 824: Normal +Vertex 825: Normal +Vertex 826: Normal +Vertex 827: Normal +Vertex 828: Normal +Vertex 829: Normal +Vertex 830: Normal +Vertex 831: Normal +Vertex 832: Normal +Vertex 833: Normal +Vertex 834: Normal +Vertex 835: Normal +Vertex 836: Normal +Vertex 837: Normal +Vertex 838: Normal +Vertex 839: Normal +Vertex 840: Normal +Vertex 841: Normal +Vertex 842: Normal +Vertex 843: Normal +Vertex 844: Normal +Vertex 845: Normal +Vertex 846: Normal +Vertex 847: Normal +Vertex 848: Normal +Vertex 849: Normal +Vertex 850: Normal +Vertex 851: Normal +Vertex 852: Normal +Vertex 853: Normal +Vertex 854: Normal +Vertex 855: Normal +Vertex 856: Normal +Vertex 857: Normal +Vertex 858: Normal +Vertex 859: Normal +Vertex 860: Normal +Vertex 861: Normal +Vertex 862: Normal +Vertex 863: Normal +Vertex 864: Normal +Vertex 865: Normal +Vertex 866: Normal +Vertex 867: Normal +Vertex 868: Normal +Vertex 869: Normal +Vertex 870: Normal +Vertex 871: Normal +Vertex 872: Normal +Vertex 873: Normal +Vertex 874: Normal +Vertex 875: Normal +Vertex 876: Normal +Vertex 877: Normal +Vertex 878: Normal +Vertex 879: Normal +Vertex 880: Normal +Vertex 881: Normal +Vertex 882: Normal +Vertex 883: Normal +Vertex 884: Normal +Vertex 885: Normal +Vertex 886: Normal +Vertex 887: Normal +Vertex 888: Normal +Vertex 889: Normal +Vertex 890: Normal +Vertex 891: Normal +Vertex 892: Normal +Vertex 893: Normal +Vertex 894: Normal +Vertex 895: Normal +Vertex 896: Normal +Vertex 897: Normal +Vertex 898: Normal +Vertex 899: Normal +Vertex 900: Normal +Vertex 901: Normal +Vertex 902: Normal +Vertex 903: Normal +Vertex 904: Normal +Vertex 905: Normal +Vertex 906: Normal +Vertex 907: Normal +Vertex 908: Normal +Vertex 909: Normal +Vertex 910: Normal +Vertex 911: Normal +Vertex 912: Normal +Vertex 913: Normal +Vertex 914: Normal +Vertex 915: Normal +Vertex 916: Normal +Vertex 917: Normal +Vertex 918: Normal +Vertex 919: Normal +Vertex 920: Normal +Vertex 921: Normal +Vertex 922: Normal +Vertex 923: Normal +Vertex 924: Normal +Vertex 925: Normal +Vertex 926: Normal +Vertex 927: Normal +Vertex 928: Normal +Vertex 929: Normal +Vertex 930: Normal +Vertex 931: Normal +Vertex 932: Normal +Vertex 933: Normal +Vertex 934: Normal +Vertex 935: Normal +Vertex 936: Normal +Vertex 937: Normal +Vertex 938: Normal +Vertex 939: Normal +Vertex 940: Normal +Vertex 941: Normal +Vertex 942: Normal +Vertex 943: Normal +Vertex 944: Normal +Vertex 945: Normal +Vertex 946: Normal +Vertex 947: Normal +Vertex 948: Normal +Vertex 949: Normal +Vertex 950: Normal +Vertex 951: Normal +Vertex 952: Normal +Vertex 953: Normal +Vertex 954: Normal +Vertex 955: Normal +Vertex 956: Normal +Vertex 957: Normal +Vertex 958: Normal +Vertex 959: Normal +Vertex 960: Normal +Vertex 961: Normal +Vertex 962: Normal +Vertex 963: Normal +Vertex 964: Normal +Vertex 965: Normal +Vertex 966: Normal +Vertex 967: Normal +Vertex 968: Normal +Vertex 969: Normal +Vertex 970: Normal +Vertex 971: Normal +Vertex 972: Normal +Vertex 973: Normal +Vertex 974: Normal +Vertex 975: Normal +Vertex 976: Normal +Vertex 977: Normal +Vertex 978: Normal +Vertex 979: Normal +Vertex 980: Normal +Vertex 981: Normal +Vertex 982: Normal +Vertex 983: Normal +Vertex 984: Normal +Vertex 985: Normal +Vertex 986: Normal +Vertex 987: Normal +Vertex 988: Normal +Vertex 989: Normal +Vertex 990: Normal +Vertex 991: Normal +Vertex 992: Normal +Vertex 993: Normal +Vertex 994: Normal +Vertex 995: Normal +Vertex 996: Normal +Vertex 997: Normal +Vertex 998: Normal +Vertex 999: Normal +Vertex 1000: Normal +Vertex 1001: Normal +Vertex 1002: Normal +Vertex 1003: Normal +Vertex 1004: Normal +Vertex 1005: Normal +Vertex 1006: Normal +Vertex 1007: Normal +Vertex 1008: Normal +Vertex 1009: Normal +Vertex 1010: Normal +Vertex 1011: Normal +Vertex 1012: Normal +Vertex 1013: Normal +Vertex 1014: Normal +Vertex 1015: Normal +Vertex 1016: Normal +Vertex 1017: Normal +Vertex 1018: Normal +Vertex 1019: Normal +Vertex 1020: Normal +Vertex 1021: Normal +Vertex 1022: Normal +Vertex 1023: Normal +Vertex 1024: Normal +Vertex 1025: Normal +Vertex 1026: Normal +Vertex 1027: Normal +Vertex 1028: Normal +Vertex 1029: Normal +Vertex 1030: Normal +Vertex 1031: Normal +Vertex 1032: Normal +Vertex 1033: Normal +Vertex 1034: Normal +Vertex 1035: Normal +Vertex 1036: Normal +Vertex 1037: Normal +Vertex 1038: Normal +Vertex 1039: Normal +Vertex 1040: Normal +Vertex 1041: Normal +Vertex 1042: Normal +Vertex 1043: Normal +Vertex 1044: Normal +Vertex 1045: Normal +Vertex 1046: Normal +Vertex 1047: Normal +Vertex 1048: Normal +Vertex 1049: Normal +Vertex 1050: Normal +Vertex 1051: Normal +Vertex 1052: Normal +Vertex 1053: Normal +Vertex 1054: Normal +Vertex 1055: Normal +Vertex 1056: Normal +Vertex 1057: Normal +Vertex 1058: Normal +Vertex 1059: Normal +Vertex 1060: Normal +Vertex 1061: Normal +Vertex 1062: Normal +Vertex 1063: Normal +Vertex 1064: Normal +Vertex 1065: Normal +Vertex 1066: Normal +Vertex 1067: Normal +Vertex 1068: Normal +Vertex 1069: Normal +Vertex 1070: Normal +Vertex 1071: Normal +Vertex 1072: Normal +Vertex 1073: Normal +Vertex 1074: Normal +Vertex 1075: Normal +Vertex 1076: Normal +Vertex 1077: Normal +Vertex 1078: Normal +Vertex 1079: Normal +Vertex 1080: Normal +Vertex 1081: Normal +Vertex 1082: Normal +Vertex 1083: Normal +Vertex 1084: Normal +Vertex 1085: Normal +Vertex 1086: Normal +Vertex 1087: Normal +Vertex 1088: Normal +Vertex 1089: Normal +Vertex 1090: Normal +Vertex 1091: Normal +Vertex 1092: Normal +Vertex 1093: Normal +Vertex 1094: Normal +Vertex 1095: Normal +Vertex 1096: Normal +Vertex 1097: Normal +Vertex 1098: Normal +Vertex 1099: Normal +Vertex 1100: Normal +Vertex 1101: Normal +Vertex 1102: Normal +Vertex 1103: Normal +Vertex 1104: Normal +Vertex 1105: Normal +Vertex 1106: Normal +Vertex 1107: Normal +Vertex 1108: Normal +Vertex 1109: Normal +Vertex 1110: Normal +Vertex 1111: Normal +Vertex 1112: Normal +Vertex 1113: Normal +Vertex 1114: Normal +Vertex 1115: Normal +Vertex 1116: Normal +Vertex 1117: Normal +Vertex 1118: Normal +Vertex 1119: Normal +Vertex 1120: Normal +Vertex 1121: Normal +Vertex 1122: Normal +Vertex 1123: Normal +Vertex 1124: Normal +Vertex 1125: Normal +Vertex 1126: Normal +Vertex 1127: Normal +Vertex 1128: Normal +Vertex 1129: Normal +Vertex 1130: Normal +Vertex 1131: Normal +Vertex 1132: Normal +Vertex 1133: Normal +Vertex 1134: Normal +Vertex 1135: Normal +Vertex 1136: Normal +Vertex 1137: Normal +Vertex 1138: Normal +Vertex 1139: Normal +Vertex 1140: Normal +Vertex 1141: Normal +Vertex 1142: Normal +Vertex 1143: Normal +Vertex 1144: Normal +Vertex 1145: Normal +Vertex 1146: Normal +Vertex 1147: Normal +Vertex 1148: Normal +Vertex 1149: Normal +Vertex 1150: Normal +Vertex 1151: Normal +Vertex 1152: Normal +Vertex 1153: Normal +Vertex 1154: Normal +Vertex 1155: Normal +Vertex 1156: Normal +Vertex 1157: Normal +Vertex 1158: Normal +Vertex 1159: Normal +Vertex 1160: Normal +Vertex 1161: Normal +Vertex 1162: Normal +Vertex 1163: Normal +Vertex 1164: Normal +Vertex 1165: Normal +Vertex 1166: Normal +Vertex 1167: Normal +Vertex 1168: Normal +Vertex 1169: Normal +Vertex 1170: Normal +Vertex 1171: Normal +Vertex 1172: Normal +Vertex 1173: Normal +Vertex 1174: Normal +Vertex 1175: Normal +Vertex 1176: Normal +Vertex 1177: Normal +Vertex 1178: Normal +Vertex 1179: Normal +Vertex 1180: Normal +Vertex 1181: Normal +Vertex 1182: Normal +Vertex 1183: Normal +Vertex 1184: Normal +Vertex 1185: Normal +Vertex 1186: Normal +Vertex 1187: Normal +Vertex 1188: Normal +Vertex 1189: Normal +Vertex 1190: Normal +Vertex 1191: Normal +Vertex 1192: Normal +Vertex 1193: Normal +Vertex 1194: Normal +Vertex 1195: Normal +Vertex 1196: Normal +Vertex 1197: Normal +Vertex 1198: Normal +Vertex 1199: Normal +Vertex 1200: Normal +Vertex 1201: Normal +Vertex 1202: Normal +Vertex 1203: Normal +Vertex 1204: Normal +Vertex 1205: Normal +Vertex 1206: Normal +Vertex 1207: Normal +Vertex 1208: Normal +Vertex 1209: Normal +Vertex 1210: Normal +Vertex 1211: Normal +Vertex 1212: Normal +Vertex 1213: Normal +Vertex 1214: Normal +Vertex 1215: Normal +Vertex 1216: Normal +Vertex 1217: Normal +Vertex 1218: Normal +Vertex 1219: Normal +Vertex 1220: Normal +Vertex 1221: Normal +Vertex 1222: Normal +Vertex 1223: Normal +Vertex 1224: Normal +Vertex 1225: Normal +Vertex 1226: Normal +Vertex 1227: Normal +Vertex 1228: Normal +Vertex 1229: Normal +Vertex 1230: Normal +Vertex 1231: Normal +Vertex 1232: Normal +Vertex 1233: Normal +Vertex 1234: Normal +Vertex 1235: Normal +Vertex 1236: Normal +Vertex 1237: Normal +Vertex 1238: Normal +Vertex 1239: Normal +Vertex 1240: Normal +Vertex 1241: Normal +Vertex 1242: Normal +Vertex 1243: Normal +Vertex 1244: Normal +Vertex 1245: Normal +Vertex 1246: Normal +Vertex 1247: Normal +Vertex 1248: Normal +Vertex 1249: Normal +Vertex 1250: Normal +Vertex 1251: Normal +Vertex 1252: Normal +Vertex 1253: Normal +Vertex 1254: Normal +Vertex 1255: Normal +Vertex 1256: Normal +Vertex 1257: Normal +Vertex 1258: Normal +Vertex 1259: Normal +Vertex 1260: Normal +Vertex 1261: Normal +Vertex 1262: Normal +Vertex 1263: Normal +Vertex 1264: Normal +Vertex 1265: Normal +Vertex 1266: Normal +Vertex 1267: Normal +Vertex 1268: Normal +Vertex 1269: Normal +Vertex 1270: Normal +Vertex 1271: Normal +Vertex 1272: Normal +Vertex 1273: Normal +Vertex 1274: Normal +Vertex 1275: Normal +Vertex 1276: Normal +Vertex 1277: Normal +Vertex 1278: Normal +Vertex 1279: Normal +Vertex 1280: Normal +Vertex 1281: Normal +Vertex 1282: Normal +Vertex 1283: Normal +Vertex 1284: Normal +Vertex 1285: Normal +Vertex 1286: Normal +Vertex 1287: Normal +Vertex 1288: Normal +Vertex 1289: Normal +Vertex 1290: Normal +Vertex 1291: Normal +Vertex 1292: Normal +Vertex 1293: Normal +Vertex 1294: Normal +Vertex 1295: Normal +Vertex 1296: Normal +Vertex 1297: Normal +Vertex 1298: Normal +Vertex 1299: Normal +Vertex 1300: Normal +Vertex 1301: Normal +Vertex 1302: Normal +Vertex 1303: Normal +Vertex 1304: Normal +Vertex 1305: Normal +Vertex 1306: Normal +Vertex 1307: Normal +Vertex 1308: Normal +Vertex 1309: Normal +Vertex 1310: Normal +Vertex 1311: Normal +Vertex 1312: Normal +Vertex 1313: Normal +Vertex 1314: Normal +Vertex 1315: Normal +Vertex 1316: Normal +Vertex 1317: Normal +Vertex 1318: Normal +Vertex 1319: Normal +Vertex 1320: Normal +Vertex 1321: Normal +Vertex 1322: Normal +Vertex 1323: Normal +Vertex 1324: Normal +Vertex 1325: Normal +Vertex 1326: Normal +Vertex 1327: Normal +Vertex 1328: Normal +Vertex 1329: Normal +Vertex 1330: Normal +Vertex 1331: Normal +Vertex 1332: Normal +Vertex 1333: Normal +Vertex 1334: Normal +Vertex 1335: Normal +Vertex 1336: Normal +Vertex 1337: Normal +Vertex 1338: Normal +Vertex 1339: Normal +Vertex 1340: Normal +Vertex 1341: Normal +Vertex 1342: Normal +Vertex 1343: Normal +Vertex 1344: Normal +Vertex 1345: Normal +Vertex 1346: Normal +Vertex 1347: Normal +Vertex 1348: Normal +Vertex 1349: Normal +Vertex 1350: Normal +Vertex 1351: Normal +Vertex 1352: Normal +Vertex 1353: Normal +Vertex 1354: Normal +Vertex 1355: Normal +Vertex 1356: Normal +Vertex 1357: Normal +Vertex 1358: Normal +Vertex 1359: Normal +Vertex 1360: Normal +Vertex 1361: Normal +Vertex 1362: Normal +Vertex 1363: Normal +Vertex 1364: Normal +Vertex 1365: Normal +Vertex 1366: Normal +Vertex 1367: Normal +Vertex 1368: Normal +Vertex 1369: Normal +Vertex 1370: Normal +Vertex 1371: Normal +Vertex 1372: Normal +Vertex 1373: Normal +Vertex 1374: Normal +Vertex 1375: Normal +Vertex 1376: Normal +Vertex 1377: Normal +Vertex 1378: Normal +Vertex 1379: Normal +Vertex 1380: Normal +Vertex 1381: Normal +Vertex 1382: Normal +Vertex 1383: Normal +Vertex 1384: Normal +Vertex 1385: Normal +Vertex 1386: Normal +Vertex 1387: Normal +Vertex 1388: Normal +Vertex 1389: Normal +Vertex 1390: Normal +Vertex 1391: Normal +Vertex 1392: Normal +Vertex 1393: Normal +Vertex 1394: Normal +Vertex 1395: Normal +Vertex 1396: Normal +Vertex 1397: Normal +Vertex 1398: Normal +Vertex 1399: Normal +Vertex 1400: Normal +Vertex 1401: Normal +Vertex 1402: Normal +Vertex 1403: Normal +Vertex 1404: Normal +Vertex 1405: Normal +Vertex 1406: Normal +Vertex 1407: Normal +Vertex 1408: Normal +Vertex 1409: Normal +Vertex 1410: Normal +Vertex 1411: Normal +Vertex 1412: Normal +Vertex 1413: Normal +Vertex 1414: Normal +Vertex 1415: Normal +Vertex 1416: Normal +Vertex 1417: Normal +Vertex 1418: Normal +Vertex 1419: Normal +Vertex 1420: Normal +Vertex 1421: Normal +Vertex 1422: Normal +Vertex 1423: Normal +Vertex 1424: Normal +Vertex 1425: Normal +Vertex 1426: Normal +Vertex 1427: Normal +Vertex 1428: Normal +Vertex 1429: Normal +Vertex 1430: Normal +Vertex 1431: Normal +Vertex 1432: Normal +Vertex 1433: Normal +Vertex 1434: Normal +Vertex 1435: Normal +Vertex 1436: Normal +Vertex 1437: Normal +Vertex 1438: Normal +Vertex 1439: Normal +Vertex 1440: Normal +Vertex 1441: Normal +Vertex 1442: Normal +Vertex 1443: Normal +Vertex 1444: Normal +Vertex 1445: Normal +Vertex 1446: Normal +Vertex 1447: Normal +Vertex 1448: Normal +Vertex 1449: Normal +Vertex 1450: Normal +Vertex 1451: Normal +Vertex 1452: Normal +Vertex 1453: Normal +Vertex 1454: Normal +Vertex 1455: Normal +Vertex 1456: Normal +Vertex 1457: Normal +Vertex 1458: Normal +Vertex 1459: Normal +Vertex 1460: Normal +Vertex 1461: Normal +Vertex 1462: Normal +Vertex 1463: Normal +Vertex 1464: Normal +Vertex 1465: Normal +Vertex 1466: Normal +Vertex 1467: Normal +Vertex 1468: Normal +Vertex 1469: Normal +Vertex 1470: Normal +Vertex 1471: Normal +Vertex 1472: Normal +Vertex 1473: Normal +Vertex 1474: Normal +Vertex 1475: Normal +Vertex 1476: Normal +Vertex 1477: Normal +Vertex 1478: Normal +Vertex 1479: Normal +Vertex 1480: Normal +Vertex 1481: Normal +Vertex 1482: Normal +Vertex 1483: Normal +Vertex 1484: Normal +Vertex 1485: Normal +Vertex 1486: Normal +Vertex 1487: Normal +Vertex 1488: Normal +Vertex 1489: Normal +Vertex 1490: Normal +Vertex 1491: Normal +Vertex 1492: Normal +Vertex 1493: Normal +Vertex 1494: Normal +Vertex 1495: Normal +Vertex 1496: Normal +Vertex 1497: Normal +Vertex 1498: Normal +Vertex 1499: Normal +Vertex 1500: Normal +Vertex 1501: Normal +Vertex 1502: Normal +Vertex 1503: Normal +Vertex 1504: Normal +Vertex 1505: Normal +Vertex 1506: Normal +Vertex 1507: Normal +Vertex 1508: Normal +Vertex 1509: Normal +Vertex 1510: Normal +Vertex 1511: Normal +Vertex 1512: Normal +Vertex 1513: Normal +Vertex 1514: Normal +Vertex 1515: Normal +Vertex 1516: Normal +Vertex 1517: Normal +Vertex 1518: Normal +Vertex 1519: Normal +Vertex 1520: Normal +Vertex 1521: Normal +Vertex 1522: Normal +Vertex 1523: Normal +Vertex 1524: Normal +Vertex 1525: Normal +Vertex 1526: Normal +Vertex 1527: Normal +Vertex 1528: Normal +Vertex 1529: Normal +Vertex 1530: Normal +Vertex 1531: Normal +Vertex 1532: Normal +Vertex 1533: Normal +Vertex 1534: Normal +Vertex 1535: Normal +Vertex 1536: Normal +Vertex 1537: Normal +Vertex 1538: Normal +Vertex 1539: Normal +Vertex 1540: Normal +Vertex 1541: Normal +Vertex 1542: Normal +Vertex 1543: Normal +Vertex 1544: Normal +Vertex 1545: Normal +Vertex 1546: Normal +Vertex 1547: Normal +Vertex 1548: Normal +Vertex 1549: Normal +Vertex 1550: Normal +Vertex 1551: Normal +Vertex 1552: Normal +Vertex 1553: Normal +Vertex 1554: Normal +Vertex 1555: Normal +Vertex 1556: Normal +Vertex 1557: Normal +Vertex 1558: Normal +Vertex 1559: Normal +Vertex 1560: Normal +Vertex 1561: Normal +Vertex 1562: Normal +Vertex 1563: Normal +Vertex 1564: Normal +Vertex 1565: Normal +Vertex 1566: Normal +Vertex 1567: Normal +Vertex 1568: Normal +Vertex 1569: Normal +Vertex 1570: Normal +Vertex 1571: Normal +Vertex 1572: Normal +Vertex 1573: Normal +Vertex 1574: Normal +Vertex 1575: Normal +Vertex 1576: Normal +Vertex 1577: Normal +Vertex 1578: Normal +Vertex 1579: Normal +Vertex 1580: Normal +Vertex 1581: Normal +Vertex 1582: Normal +Vertex 1583: Normal +Vertex 1584: Normal +Vertex 1585: Normal +Vertex 1586: Normal +Vertex 1587: Normal +Vertex 1588: Normal +Vertex 1589: Normal +Vertex 1590: Normal +Vertex 1591: Normal +Vertex 1592: Normal +Vertex 1593: Normal +Vertex 1594: Normal +Vertex 1595: Normal +Vertex 1596: Normal +Vertex 1597: Normal +Vertex 1598: Normal +Vertex 1599: Normal +Vertex 1600: Normal +Vertex 1601: Normal +Vertex 1602: Normal +Vertex 1603: Normal +Vertex 1604: Normal +Vertex 1605: Normal +Vertex 1606: Normal +Vertex 1607: Normal +Vertex 1608: Normal +Vertex 1609: Normal +Vertex 1610: Normal +Vertex 1611: Normal +Vertex 1612: Normal +Vertex 1613: Normal +Vertex 1614: Normal +Vertex 1615: Normal +Vertex 1616: Normal +Vertex 1617: Normal +Vertex 1618: Normal +Vertex 1619: Normal +Vertex 1620: Normal +Vertex 1621: Normal +Vertex 1622: Normal +Vertex 1623: Normal +Vertex 1624: Normal +Vertex 1625: Normal +Vertex 1626: Normal +Vertex 1627: Normal +Vertex 1628: Normal +Vertex 1629: Normal +Vertex 1630: Normal +Vertex 1631: Normal +Vertex 1632: Normal +Vertex 1633: Normal +Vertex 1634: Normal +Vertex 1635: Normal +Vertex 1636: Normal +Vertex 1637: Normal +Vertex 1638: Normal +Vertex 1639: Normal +Vertex 1640: Normal +Vertex 1641: Normal +Vertex 1642: Normal +Vertex 1643: Normal +Vertex 1644: Normal +Vertex 1645: Normal +Vertex 1646: Normal +Vertex 1647: Normal +Vertex 1648: Normal +Vertex 1649: Normal +Vertex 1650: Normal +Vertex 1651: Normal +Vertex 1652: Normal +Vertex 1653: Normal +Vertex 1654: Normal +Vertex 1655: Normal +Vertex 1656: Normal +Vertex 1657: Normal +Vertex 1658: Normal +Vertex 1659: Normal +Vertex 1660: Normal +Vertex 1661: Normal +Vertex 1662: Normal +Vertex 1663: Normal +Vertex 1664: Normal +Vertex 1665: Normal +Vertex 1666: Normal +Vertex 1667: Normal +Vertex 1668: Normal +Vertex 1669: Normal +Vertex 1670: Normal +Vertex 1671: Normal +Vertex 1672: Normal +Vertex 1673: Normal +Vertex 1674: Normal +Vertex 1675: Normal +Vertex 1676: Normal +Vertex 1677: Normal +Vertex 1678: Normal +Vertex 1679: Normal +Vertex 1680: Normal +Vertex 1681: Normal +Vertex 1682: Normal +Vertex 1683: Normal +Vertex 1684: Normal +Vertex 1685: Normal +Vertex 1686: Normal +Vertex 1687: Normal +Vertex 1688: Normal +Vertex 1689: Normal +Vertex 1690: Normal +Vertex 1691: Normal +Vertex 1692: Normal +Vertex 1693: Normal +Vertex 1694: Normal +Vertex 1695: Normal +Vertex 1696: Normal +Vertex 1697: Normal +Vertex 1698: Normal +Vertex 1699: Normal +Vertex 1700: Normal +Vertex 1701: Normal +Vertex 1702: Normal +Vertex 1703: Normal +Vertex 1704: Normal +Vertex 1705: Normal +Vertex 1706: Normal +Vertex 1707: Normal +Vertex 1708: Normal +Vertex 1709: Normal +Vertex 1710: Normal +Vertex 1711: Normal +Vertex 1712: Normal +Vertex 1713: Normal +Vertex 1714: Normal +Vertex 1715: Normal +Vertex 1716: Normal +Vertex 1717: Normal +Vertex 1718: Normal +Vertex 1719: Normal +Vertex 1720: Normal +Vertex 1721: Normal +Vertex 1722: Normal +Vertex 1723: Normal +Vertex 1724: Normal +Vertex 1725: Normal +Vertex 1726: Normal +Vertex 1727: Normal +Vertex 1728: Normal +Vertex 1729: Normal +Vertex 1730: Normal +Vertex 1731: Normal +Vertex 1732: Normal +Vertex 1733: Normal +Vertex 1734: Normal +Vertex 1735: Normal +Vertex 1736: Normal +Vertex 1737: Normal +Vertex 1738: Normal +Vertex 1739: Normal +Vertex 1740: Normal +Vertex 1741: Normal +Vertex 1742: Normal +Vertex 1743: Normal +Vertex 1744: Normal +Vertex 1745: Normal +Vertex 1746: Normal +Vertex 1747: Normal +Vertex 1748: Normal +Vertex 1749: Normal +Vertex 1750: Normal +Vertex 1751: Normal +Vertex 1752: Normal +Vertex 1753: Normal +Vertex 1754: Normal +Vertex 1755: Normal +Vertex 1756: Normal +Vertex 1757: Normal +Vertex 1758: Normal +Vertex 1759: Normal +Vertex 1760: Normal +Vertex 1761: Normal +Vertex 1762: Normal +Vertex 1763: Normal +Vertex 1764: Normal +Vertex 1765: Normal +Vertex 1766: Normal +Vertex 1767: Normal +Vertex 1768: Normal +Vertex 1769: Normal +Vertex 1770: Normal +Vertex 1771: Normal +Vertex 1772: Normal +Vertex 1773: Normal +Vertex 1774: Normal +Vertex 1775: Normal +Vertex 1776: Normal +Vertex 1777: Normal +Vertex 1778: Normal +Vertex 1779: Normal +Vertex 1780: Normal +Vertex 1781: Normal +Vertex 1782: Normal +Vertex 1783: Normal +Vertex 1784: Normal +Vertex 1785: Normal +Vertex 1786: Normal +Vertex 1787: Normal +Vertex 1788: Normal +Vertex 1789: Normal +Vertex 1790: Normal +Vertex 1791: Normal +Vertex 1792: Normal +Vertex 1793: Normal +Vertex 1794: Normal +Vertex 1795: Normal +Vertex 1796: Normal +Vertex 1797: Normal +Vertex 1798: Normal +Vertex 1799: Normal +Vertex 1800: Normal +Vertex 1801: Normal +Vertex 1802: Normal +Vertex 1803: Normal +Vertex 1804: Normal +Vertex 1805: Normal +Vertex 1806: Normal +Vertex 1807: Normal +Vertex 1808: Normal +Vertex 1809: Normal +Vertex 1810: Normal +Vertex 1811: Normal +Vertex 1812: Normal +Vertex 1813: Normal +Vertex 1814: Normal +Vertex 1815: Normal +Vertex 1816: Normal +Vertex 1817: Normal +Vertex 1818: Normal +Vertex 1819: Normal +Vertex 1820: Normal +Vertex 1821: Normal +Vertex 1822: Normal +Vertex 1823: Normal +Vertex 1824: Normal +Vertex 1825: Normal +Vertex 1826: Normal +Vertex 1827: Normal +Vertex 1828: Normal +Vertex 1829: Normal +Vertex 1830: Normal +Vertex 1831: Normal +Vertex 1832: Normal +Vertex 1833: Normal +Vertex 1834: Normal +Vertex 1835: Normal +Vertex 1836: Normal +Vertex 1837: Normal +Vertex 1838: Normal +Vertex 1839: Normal +Vertex 1840: Normal +Vertex 1841: Normal +Vertex 1842: Normal +Vertex 1843: Normal +Vertex 1844: Normal +Vertex 1845: Normal +Vertex 1846: Normal +Vertex 1847: Normal +Vertex 1848: Normal +Vertex 1849: Normal +Vertex 1850: Normal +Vertex 1851: Normal +Vertex 1852: Normal +Vertex 1853: Normal +Vertex 1854: Normal +Vertex 1855: Normal +Vertex 1856: Normal +Vertex 1857: Normal +Vertex 1858: Normal +Vertex 1859: Normal +Vertex 1860: Normal +Vertex 1861: Normal +Vertex 1862: Normal +Vertex 1863: Normal +Vertex 1864: Normal +Vertex 1865: Normal +Vertex 1866: Normal +Vertex 1867: Normal +Vertex 1868: Normal +Vertex 1869: Normal +Vertex 1870: Normal +Vertex 1871: Normal +Vertex 1872: Normal +Vertex 1873: Normal +Vertex 1874: Normal +Vertex 1875: Normal +Vertex 1876: Normal +Vertex 1877: Normal +Vertex 1878: Normal +Vertex 1879: Normal +Vertex 1880: Normal +Vertex 1881: Normal +Vertex 1882: Normal +Vertex 1883: Normal +Vertex 1884: Normal +Vertex 1885: Normal +Vertex 1886: Normal +Vertex 1887: Normal +Vertex 1888: Normal +Vertex 1889: Normal +Vertex 1890: Normal +Vertex 1891: Normal +Vertex 1892: Normal +Vertex 1893: Normal +Vertex 1894: Normal +Vertex 1895: Normal +Vertex 1896: Normal +Vertex 1897: Normal +Vertex 1898: Normal +Vertex 1899: Normal +Vertex 1900: Normal +Vertex 1901: Normal +Vertex 1902: Normal +Vertex 1903: Normal +Vertex 1904: Normal +Vertex 1905: Normal +Vertex 1906: Normal +Vertex 1907: Normal +Vertex 1908: Normal +Vertex 1909: Normal +Vertex 1910: Normal +Vertex 1911: Normal +Vertex 1912: Normal +Vertex 1913: Normal +Vertex 1914: Normal +Vertex 1915: Normal +Vertex 1916: Normal +Vertex 1917: Normal +Vertex 1918: Normal +Vertex 1919: Normal +Vertex 1920: Normal +Vertex 1921: Normal +Vertex 1922: Normal +Vertex 1923: Normal +Vertex 1924: Normal +Vertex 1925: Normal +Vertex 1926: Normal +Vertex 1927: Normal +Vertex 1928: Normal +Vertex 1929: Normal +Vertex 1930: Normal +Vertex 1931: Normal +Vertex 1932: Normal +Vertex 1933: Normal +Vertex 1934: Normal +Vertex 1935: Normal +Vertex 1936: Normal +Vertex 1937: Normal +Vertex 1938: Normal +Vertex 1939: Normal +Vertex 1940: Normal +Vertex 1941: Normal +Vertex 1942: Normal +Vertex 1943: Normal +Vertex 1944: Normal +Vertex 1945: Normal +Vertex 1946: Normal +Vertex 1947: Normal +Vertex 1948: Normal +Vertex 1949: Normal +Vertex 1950: Normal +Vertex 1951: Normal +Vertex 1952: Normal +Vertex 1953: Normal +Vertex 1954: Normal +Vertex 1955: Normal +Vertex 1956: Normal +Vertex 1957: Normal +Vertex 1958: Normal +Vertex 1959: Normal +Vertex 1960: Normal +Vertex 1961: Normal +Vertex 1962: Normal +Vertex 1963: Normal +Vertex 1964: Normal +Vertex 1965: Normal +Vertex 1966: Normal +Vertex 1967: Normal +Vertex 1968: Normal +Vertex 1969: Normal +Vertex 1970: Normal +Vertex 1971: Normal +Vertex 1972: Normal +Vertex 1973: Normal +Vertex 1974: Normal +Vertex 1975: Normal +Vertex 1976: Normal +Vertex 1977: Normal +Vertex 1978: Normal +Vertex 1979: Normal +Vertex 1980: Normal +Vertex 1981: Normal +Vertex 1982: Normal +Vertex 1983: Normal +Vertex 1984: Normal +Vertex 1985: Normal +Vertex 1986: Normal +Vertex 1987: Normal +Vertex 1988: Normal +Vertex 1989: Normal +Vertex 1990: Normal +Vertex 1991: Normal +Vertex 1992: Normal +Vertex 1993: Normal +Vertex 1994: Normal +Vertex 1995: Normal +Vertex 1996: Normal +Vertex 1997: Normal +Vertex 1998: Normal +Vertex 1999: Normal +Vertex 2000: Normal +Vertex 2001: Normal +Vertex 2002: Normal +Vertex 2003: Normal +Vertex 2004: Normal +Vertex 2005: Normal +Vertex 2006: Normal +Vertex 2007: Normal +Vertex 2008: Normal +Vertex 2009: Normal +Vertex 2010: Normal +Vertex 2011: Normal +Vertex 2012: Normal +Vertex 2013: Normal +Vertex 2014: Normal +Vertex 2015: Normal +Vertex 2016: Normal +Vertex 2017: Normal +Vertex 2018: Normal +Vertex 2019: Normal +Vertex 2020: Normal +Vertex 2021: Normal +Vertex 2022: Normal +Vertex 2023: Normal +Vertex 2024: Normal +Vertex 2025: Normal +Vertex 2026: Normal +Vertex 2027: Normal +Vertex 2028: Normal +Vertex 2029: Normal +Vertex 2030: Normal +Vertex 2031: Normal +Vertex 2032: Normal +Vertex 2033: Normal +Vertex 2034: Normal +Vertex 2035: Normal +Vertex 2036: Normal +Vertex 2037: Normal +Vertex 2038: Normal +Vertex 2039: Normal +Vertex 2040: Normal +Vertex 2041: Normal +Vertex 2042: Normal +Vertex 2043: Normal +Vertex 2044: Normal +Vertex 2045: Normal +Vertex 2046: Normal +Vertex 2047: Normal +Vertex 2048: Normal +Vertex 2049: Normal +Vertex 2050: Normal +Vertex 2051: Normal +Vertex 2052: Normal +Vertex 2053: Normal +Vertex 2054: Normal +Vertex 2055: Normal +Vertex 2056: Normal +Vertex 2057: Normal +Vertex 2058: Normal +Vertex 2059: Normal +Vertex 2060: Normal +Vertex 2061: Normal +Vertex 2062: Normal +Vertex 2063: Normal +Vertex 2064: Normal +Vertex 2065: Normal +Vertex 2066: Normal +Vertex 2067: Normal +Vertex 2068: Normal +Vertex 2069: Normal +Vertex 2070: Normal +Vertex 2071: Normal +Vertex 2072: Normal +Vertex 2073: Normal +Vertex 2074: Normal +Vertex 2075: Normal +Vertex 2076: Normal +Vertex 2077: Normal +Vertex 2078: Normal +Vertex 2079: Normal +Vertex 2080: Normal +Vertex 2081: Normal +Vertex 2082: Normal +Vertex 2083: Normal +Vertex 2084: Normal +Vertex 2085: Normal +Vertex 2086: Normal +Vertex 2087: Normal +Vertex 2088: Normal +Vertex 2089: Normal +Vertex 2090: Normal +Vertex 2091: Normal +Vertex 2092: Normal +Vertex 2093: Normal +Vertex 2094: Normal +Vertex 2095: Normal +Vertex 2096: Normal +Vertex 2097: Normal +Vertex 2098: Normal +Vertex 2099: Normal +Vertex 2100: Normal +Vertex 2101: Normal +Vertex 2102: Normal +Vertex 2103: Normal +Vertex 2104: Normal +Vertex 2105: Normal +Vertex 2106: Normal +Vertex 2107: Normal +Vertex 2108: Normal +Vertex 2109: Normal +Vertex 2110: Normal +Vertex 2111: Normal +Vertex 2112: Normal +Vertex 2113: Normal +Vertex 2114: Normal +Vertex 2115: Normal +Vertex 2116: Normal +Vertex 2117: Normal +Vertex 2118: Normal +Vertex 2119: Normal +Vertex 2120: Normal +Vertex 2121: Normal +Vertex 2122: Normal +Vertex 2123: Normal +Vertex 2124: Normal +Vertex 2125: Normal +Vertex 2126: Normal +Vertex 2127: Normal +Vertex 2128: Normal +Vertex 2129: Normal +Vertex 2130: Normal +Vertex 2131: Normal +Vertex 2132: Normal +Vertex 2133: Normal +Vertex 2134: Normal +Vertex 2135: Normal +Vertex 2136: Normal +Vertex 2137: Normal +Vertex 2138: Normal +Vertex 2139: Normal +Vertex 2140: Normal +Vertex 2141: Normal +Vertex 2142: Normal +Vertex 2143: Normal +Vertex 2144: Normal +Vertex 2145: Normal +Vertex 2146: Normal +Vertex 2147: Normal +Vertex 2148: Normal +Vertex 2149: Normal +Vertex 2150: Normal +Vertex 2151: Normal +Vertex 2152: Normal +Vertex 2153: Normal +Vertex 2154: Normal +Vertex 2155: Normal +Vertex 2156: Normal +Vertex 2157: Normal +Vertex 2158: Normal +Vertex 2159: Normal +Vertex 2160: Normal +Vertex 2161: Normal +Vertex 2162: Normal +Vertex 2163: Normal +Vertex 2164: Normal +Vertex 2165: Normal +Vertex 2166: Normal +Vertex 2167: Normal +Vertex 2168: Normal +Vertex 2169: Normal +Vertex 2170: Normal +Vertex 2171: Normal +Vertex 2172: Normal +Vertex 2173: Normal +Vertex 2174: Normal +Vertex 2175: Normal +Vertex 2176: Normal +Vertex 2177: Normal +Vertex 2178: Normal +Vertex 2179: Normal +Vertex 2180: Normal +Vertex 2181: Normal +Vertex 2182: Normal +Vertex 2183: Normal +Vertex 2184: Normal +Vertex 2185: Normal +Vertex 2186: Normal +Vertex 2187: Normal +Vertex 2188: Normal +Vertex 2189: Normal +Vertex 2190: Normal +Vertex 2191: Normal +Vertex 2192: Normal +Vertex 2193: Normal +Vertex 2194: Normal +Vertex 2195: Normal +Vertex 2196: Normal +Vertex 2197: Normal +Vertex 2198: Normal +Vertex 2199: Normal +Vertex 2200: Normal +Vertex 2201: Normal +Vertex 2202: Normal +Vertex 2203: Normal +Vertex 2204: Normal +Vertex 2205: Normal +Vertex 2206: Normal +Vertex 2207: Normal +Vertex 2208: Normal +Vertex 2209: Normal +Vertex 2210: Normal +Vertex 2211: Normal +Vertex 2212: Normal +Vertex 2213: Normal +Vertex 2214: Normal +Vertex 2215: Normal +Vertex 2216: Normal +Vertex 2217: Normal +Vertex 2218: Normal +Vertex 2219: Normal +Vertex 2220: Normal +Vertex 2221: Normal +Vertex 2222: Normal +Vertex 2223: Normal +Vertex 2224: Normal +Vertex 2225: Normal +Vertex 2226: Normal +Vertex 2227: Normal +Vertex 2228: Normal +Vertex 2229: Normal +Vertex 2230: Normal +Vertex 2231: Normal +Vertex 2232: Normal +Vertex 2233: Normal +Vertex 2234: Normal +Vertex 2235: Normal +Vertex 2236: Normal +Vertex 2237: Normal +Vertex 2238: Normal +Vertex 2239: Normal +Vertex 2240: Normal +Vertex 2241: Normal +Vertex 2242: Normal +Vertex 2243: Normal +Vertex 2244: Normal +Vertex 2245: Normal +Vertex 2246: Normal +Vertex 2247: Normal +Vertex 2248: Normal +Vertex 2249: Normal +Vertex 2250: Normal +Vertex 2251: Normal +Vertex 2252: Normal +Vertex 2253: Normal +Vertex 2254: Normal +Vertex 2255: Normal +Vertex 2256: Normal +Vertex 2257: Normal +Vertex 2258: Normal +Vertex 2259: Normal +Vertex 2260: Normal +Vertex 2261: Normal +Vertex 2262: Normal +Vertex 2263: Normal +Vertex 2264: Normal +Vertex 2265: Normal +Vertex 2266: Normal +Vertex 2267: Normal +Vertex 2268: Normal +Vertex 2269: Normal +Vertex 2270: Normal +Vertex 2271: Normal +Vertex 2272: Normal +Vertex 2273: Normal +Vertex 2274: Normal +Vertex 2275: Normal +Vertex 2276: Normal +Vertex 2277: Normal +Vertex 2278: Normal +Vertex 2279: Normal +Vertex 2280: Normal +Vertex 2281: Normal +Vertex 2282: Normal +Vertex 2283: Normal +Vertex 2284: Normal +Vertex 2285: Normal +Vertex 2286: Normal +Vertex 2287: Normal +Vertex 2288: Normal +Vertex 2289: Normal +Vertex 2290: Normal +Vertex 2291: Normal +Vertex 2292: Normal +Vertex 2293: Normal +Vertex 2294: Normal +Vertex 2295: Normal +Vertex 2296: Normal +Vertex 2297: Normal +Vertex 2298: Normal +Vertex 2299: Normal +Vertex 2300: Normal +Vertex 2301: Normal +Vertex 2302: Normal +Vertex 2303: Normal +Vertex 2304: Normal +Vertex 2305: Normal +Vertex 2306: Normal +Vertex 2307: Normal +Vertex 2308: Normal +Vertex 2309: Normal +Vertex 2310: Normal +Vertex 2311: Normal +Vertex 2312: Normal +Vertex 2313: Normal +Vertex 2314: Normal +Vertex 2315: Normal +Vertex 2316: Normal +Vertex 2317: Normal +Vertex 2318: Normal +Vertex 2319: Normal +Vertex 2320: Normal +Vertex 2321: Normal +Vertex 2322: Normal +Vertex 2323: Normal +Vertex 2324: Normal +Vertex 2325: Normal +Vertex 2326: Normal +Vertex 2327: Normal +Vertex 2328: Normal +Vertex 2329: Normal +Vertex 2330: Normal +Vertex 2331: Normal +Vertex 2332: Normal +Vertex 2333: Normal +Vertex 2334: Normal +Vertex 2335: Normal +Vertex 2336: Normal +Vertex 2337: Normal +Vertex 2338: Normal +Vertex 2339: Normal +Vertex 2340: Normal +Vertex 2341: Normal +Vertex 2342: Normal +Vertex 2343: Normal +Vertex 2344: Normal +Vertex 2345: Normal +Vertex 2346: Normal +Vertex 2347: Normal +Vertex 2348: Normal +Vertex 2349: Normal +Vertex 2350: Normal +Vertex 2351: Normal +Vertex 2352: Normal +Vertex 2353: Normal +Vertex 2354: Normal +Vertex 2355: Normal +Vertex 2356: Normal +Vertex 2357: Normal +Vertex 2358: Normal +Vertex 2359: Normal +Vertex 2360: Normal +Vertex 2361: Normal +Vertex 2362: Normal +Vertex 2363: Normal +Vertex 2364: Normal +Vertex 2365: Normal +Vertex 2366: Normal +Vertex 2367: Normal +Vertex 2368: Normal +Vertex 2369: Normal +Vertex 2370: Normal +Vertex 2371: Normal +Vertex 2372: Normal +Vertex 2373: Normal +Vertex 2374: Normal +Vertex 2375: Normal +Vertex 2376: Normal +Vertex 2377: Normal +Vertex 2378: Normal +Vertex 2379: Normal +Vertex 2380: Normal +Vertex 2381: Normal +Vertex 2382: Normal +Vertex 2383: Normal +Vertex 2384: Normal +Vertex 2385: Normal +Vertex 2386: Normal +Vertex 2387: Normal +Vertex 2388: Normal +Vertex 2389: Normal +Vertex 2390: Normal +Vertex 2391: Normal +Vertex 2392: Normal +Vertex 2393: Normal +Vertex 2394: Normal +Vertex 2395: Normal +Vertex 2396: Normal +Vertex 2397: Normal +Vertex 2398: Normal +Vertex 2399: Normal +Vertex 2400: Normal +Vertex 2401: Normal +Vertex 2402: Normal +Vertex 2403: Normal +Vertex 2404: Normal +Vertex 2405: Normal +Vertex 2406: Normal +Vertex 2407: Normal +Vertex 2408: Normal +Vertex 2409: Normal +Vertex 2410: Normal +Vertex 2411: Normal +Vertex 2412: Normal +Vertex 2413: Normal +Vertex 2414: Normal +Vertex 2415: Normal +Vertex 2416: Normal +Vertex 2417: Normal +Vertex 2418: Normal +Vertex 2419: Normal +Vertex 2420: Normal +Vertex 2421: Normal +Vertex 2422: Normal +Vertex 2423: Normal +Vertex 2424: Normal +Vertex 2425: Normal +Vertex 2426: Normal +Vertex 2427: Normal +Vertex 2428: Normal +Vertex 2429: Normal +Vertex 2430: Normal +Vertex 2431: Normal +Vertex 2432: Normal +Vertex 2433: Normal +Vertex 2434: Normal +Vertex 2435: Normal +Vertex 2436: Normal +Vertex 2437: Normal +Vertex 2438: Normal +Vertex 2439: Normal +Vertex 2440: Normal +Vertex 2441: Normal +Vertex 2442: Normal +Vertex 2443: Normal +Vertex 2444: Normal +Vertex 2445: Normal +Vertex 2446: Normal +Vertex 2447: Normal +Vertex 2448: Normal +Vertex 2449: Normal +Vertex 2450: Normal +Vertex 2451: Normal +Vertex 2452: Normal +Vertex 2453: Normal +Vertex 2454: Normal +Vertex 2455: Normal +Vertex 2456: Normal +Vertex 2457: Normal +Vertex 2458: Normal +Vertex 2459: Normal +Vertex 2460: Normal +Vertex 2461: Normal +Vertex 2462: Normal +Vertex 2463: Normal +Vertex 2464: Normal +Vertex 2465: Normal +Vertex 2466: Normal +Vertex 2467: Normal +Vertex 2468: Normal +Vertex 2469: Normal +Vertex 2470: Normal +Vertex 2471: Normal +Vertex 2472: Normal +Vertex 2473: Normal +Vertex 2474: Normal +Vertex 2475: Normal +Vertex 2476: Normal +Vertex 2477: Normal +Vertex 2478: Normal +Vertex 2479: Normal +Vertex 2480: Normal +Vertex 2481: Normal +Vertex 2482: Normal +Vertex 2483: Normal +Vertex 2484: Normal +Vertex 2485: Normal +Vertex 2486: Normal +Vertex 2487: Normal +Vertex 2488: Normal +Vertex 2489: Normal +Vertex 2490: Normal +Vertex 2491: Normal +Vertex 2492: Normal +Vertex 2493: Normal +Vertex 2494: Normal +Vertex 2495: Normal +Vertex 2496: Normal +Vertex 2497: Normal +Vertex 2498: Normal +Vertex 2499: Normal +Vertex 2500: Normal +Vertex 2501: Normal +Vertex 2502: Normal +Vertex 2503: Normal +Vertex 2504: Normal +Vertex 2505: Normal +Vertex 2506: Normal +Vertex 2507: Normal +Vertex 2508: Normal +Vertex 2509: Normal +Vertex 2510: Normal +Vertex 2511: Normal +Vertex 2512: Normal +Vertex 2513: Normal +Vertex 2514: Normal +Vertex 2515: Normal +Vertex 2516: Normal +Vertex 2517: Normal +Vertex 2518: Normal +Vertex 2519: Normal +Vertex 2520: Normal +Vertex 2521: Normal +Vertex 2522: Normal +Vertex 2523: Normal +Vertex 2524: Normal +Vertex 2525: Normal +Vertex 2526: Normal +Vertex 2527: Normal +Vertex 2528: Normal +Vertex 2529: Normal +Vertex 2530: Normal +Vertex 2531: Normal +Vertex 2532: Normal +Vertex 2533: Normal +Vertex 2534: Normal +Vertex 2535: Normal +Vertex 2536: Normal +Vertex 2537: Normal +Vertex 2538: Normal +Vertex 2539: Normal +Vertex 2540: Normal +Vertex 2541: Normal +Vertex 2542: Normal +Vertex 2543: Normal +Vertex 2544: Normal +Vertex 2545: Normal +Vertex 2546: Normal +Vertex 2547: Normal +Vertex 2548: Normal +Vertex 2549: Normal +Vertex 2550: Normal +Vertex 2551: Normal +Vertex 2552: Normal +Vertex 2553: Normal +Vertex 2554: Normal +Vertex 2555: Normal +Vertex 2556: Normal +Vertex 2557: Normal +Vertex 2558: Normal +Vertex 2559: Normal +Vertex 2560: Normal +Vertex 2561: Normal +Vertex 2562: Normal +Vertex 2563: Normal +Vertex 2564: Normal +Vertex 2565: Normal +Vertex 2566: Normal +Vertex 2567: Normal +Vertex 2568: Normal +Vertex 2569: Normal +Vertex 2570: Normal +Vertex 2571: Normal +Vertex 2572: Normal +Vertex 2573: Normal +Vertex 2574: Normal +Vertex 2575: Normal +Vertex 2576: Normal +Vertex 2577: Normal +Vertex 2578: Normal +Vertex 2579: Normal +Vertex 2580: Normal +Vertex 2581: Normal +Vertex 2582: Normal +Vertex 2583: Normal +Vertex 2584: Normal +Vertex 2585: Normal +Vertex 2586: Normal +Vertex 2587: Normal +Vertex 2588: Normal +Vertex 2589: Normal +Vertex 2590: Normal +Vertex 2591: Normal +Vertex 2592: Normal +Vertex 2593: Normal +Vertex 2594: Normal +Vertex 2595: Normal +Vertex 2596: Normal +Vertex 2597: Normal +Vertex 2598: Normal +Vertex 2599: Normal +Vertex 2600: Normal +Vertex 2601: Normal +Vertex 2602: Normal +Vertex 2603: Normal +Vertex 2604: Normal +Vertex 2605: Normal +Vertex 2606: Normal +Vertex 2607: Normal +Vertex 2608: Normal +Vertex 2609: Normal +Vertex 2610: Normal +Vertex 2611: Normal +Vertex 2612: Normal +Vertex 2613: Normal +Vertex 2614: Normal +Vertex 2615: Normal +Vertex 2616: Normal +Vertex 2617: Normal +Vertex 2618: Normal +Vertex 2619: Normal +Vertex 2620: Normal +Vertex 2621: Normal +Vertex 2622: Normal +Vertex 2623: Normal +Vertex 2624: Normal +Vertex 2625: Normal +Vertex 2626: Normal +Vertex 2627: Normal +Vertex 2628: Normal +Vertex 2629: Normal +Vertex 2630: Normal +Vertex 2631: Normal +Vertex 2632: Normal +Vertex 2633: Normal +Vertex 2634: Normal +Vertex 2635: Normal +Vertex 2636: Normal +Vertex 2637: Normal +Vertex 2638: Normal +Vertex 2639: Normal +Vertex 2640: Normal +Vertex 2641: Normal +Vertex 2642: Normal +Vertex 2643: Normal +Vertex 2644: Normal +Vertex 2645: Normal +Vertex 2646: Normal +Vertex 2647: Normal +Vertex 2648: Normal +Vertex 2649: Normal +Vertex 2650: Normal +Vertex 2651: Normal +Vertex 2652: Normal +Vertex 2653: Normal +Vertex 2654: Normal +Vertex 2655: Normal +Vertex 2656: Normal +Vertex 2657: Normal +Vertex 2658: Normal +Vertex 2659: Normal +Vertex 2660: Normal +Vertex 2661: Normal +Vertex 2662: Normal +Vertex 2663: Normal +Vertex 2664: Normal +Vertex 2665: Normal +Vertex 2666: Normal +Vertex 2667: Normal +Vertex 2668: Normal +Vertex 2669: Normal +Vertex 2670: Normal +Vertex 2671: Normal +Vertex 2672: Normal +Vertex 2673: Normal +Vertex 2674: Normal +Vertex 2675: Normal +Vertex 2676: Normal +Vertex 2677: Normal +Vertex 2678: Normal +Vertex 2679: Normal +Vertex 2680: Normal +Vertex 2681: Normal +Vertex 2682: Normal +Vertex 2683: Normal +Vertex 2684: Normal +Vertex 2685: Normal +Vertex 2686: Normal +Vertex 2687: Normal +Vertex 2688: Normal +Vertex 2689: Normal +Vertex 2690: Normal +Vertex 2691: Normal +Vertex 2692: Normal +Vertex 2693: Normal +Vertex 2694: Normal +Vertex 2695: Normal +Vertex 2696: Normal +Vertex 2697: Normal +Vertex 2698: Normal +Vertex 2699: Normal +Vertex 2700: Normal +Vertex 2701: Normal +Vertex 2702: Normal +Vertex 2703: Normal +Vertex 2704: Normal +Vertex 2705: Normal +Vertex 2706: Normal +Vertex 2707: Normal +Vertex 2708: Normal +Vertex 2709: Normal +Vertex 2710: Normal +Vertex 2711: Normal +Vertex 2712: Normal +Vertex 2713: Normal +Vertex 2714: Normal +Vertex 2715: Normal +Vertex 2716: Normal +Vertex 2717: Normal +Vertex 2718: Normal +Vertex 2719: Normal +Vertex 2720: Normal +Vertex 2721: Normal +Vertex 2722: Normal +Vertex 2723: Normal +Vertex 2724: Normal +Vertex 2725: Normal +Vertex 2726: Normal +Vertex 2727: Normal +Vertex 2728: Normal +Vertex 2729: Normal +Vertex 2730: Normal +Vertex 2731: Normal +Vertex 2732: Normal +Vertex 2733: Normal +Vertex 2734: Normal +Vertex 2735: Normal +Vertex 2736: Normal +Vertex 2737: Normal +Vertex 2738: Normal +Vertex 2739: Normal +Vertex 2740: Normal +Vertex 2741: Normal +Vertex 2742: Normal +Vertex 2743: Normal +Vertex 2744: Normal +Vertex 2745: Normal +Vertex 2746: Normal +Vertex 2747: Normal +Vertex 2748: Normal +Vertex 2749: Normal +Vertex 2750: Normal +Vertex 2751: Normal +Vertex 2752: Normal +Vertex 2753: Normal +Vertex 2754: Normal +Vertex 2755: Normal +Vertex 2756: Normal +Vertex 2757: Normal +Vertex 2758: Normal +Vertex 2759: Normal +Vertex 2760: Normal +Vertex 2761: Normal +Vertex 2762: Normal +Vertex 2763: Normal +Vertex 2764: Normal +Vertex 2765: Normal +Vertex 2766: Normal +Vertex 2767: Normal +Vertex 2768: Normal +Vertex 2769: Normal +Vertex 2770: Normal +Vertex 2771: Normal +Vertex 2772: Normal +Vertex 2773: Normal +Vertex 2774: Normal +Vertex 2775: Normal +Vertex 2776: Normal +Vertex 2777: Normal +Vertex 2778: Normal +Vertex 2779: Normal +Vertex 2780: Normal +Vertex 2781: Normal +Vertex 2782: Normal +Vertex 2783: Normal +Vertex 2784: Normal +Vertex 2785: Normal +Vertex 2786: Normal +Vertex 2787: Normal +Vertex 2788: Normal +Vertex 2789: Normal +Vertex 2790: Normal +Vertex 2791: Normal +Vertex 2792: Normal +Vertex 2793: Normal +Vertex 2794: Normal +Vertex 2795: Normal +Vertex 2796: Normal +Vertex 2797: Normal +Vertex 2798: Normal +Vertex 2799: Normal +Vertex 2800: Normal +Vertex 2801: Normal +Vertex 2802: Normal +Vertex 2803: Normal +Vertex 2804: Normal +Vertex 2805: Normal +Vertex 2806: Normal +Vertex 2807: Normal +Vertex 2808: Normal +Vertex 2809: Normal +Vertex 2810: Normal +Vertex 2811: Normal +Vertex 2812: Normal +Vertex 2813: Normal +Vertex 2814: Normal +Vertex 2815: Normal +Vertex 2816: Normal +Vertex 2817: Normal +Vertex 2818: Normal +Vertex 2819: Normal +Vertex 2820: Normal +Vertex 2821: Normal +Vertex 2822: Normal +Vertex 2823: Normal +Vertex 2824: Normal +Vertex 2825: Normal +Vertex 2826: Normal +Vertex 2827: Normal +Vertex 2828: Normal +Vertex 2829: Normal +Vertex 2830: Normal +Vertex 2831: Normal +Vertex 2832: Normal +Vertex 2833: Normal +Vertex 2834: Normal +Vertex 2835: Normal +Vertex 2836: Normal +Vertex 2837: Normal +Vertex 2838: Normal +Vertex 2839: Normal +Vertex 2840: Normal +Vertex 2841: Normal +Vertex 2842: Normal +Vertex 2843: Normal +Vertex 2844: Normal +Vertex 2845: Normal +Vertex 2846: Normal +Vertex 2847: Normal +Vertex 2848: Normal +Vertex 2849: Normal +Vertex 2850: Normal +Vertex 2851: Normal +Vertex 2852: Normal +Vertex 2853: Normal +Vertex 2854: Normal +Vertex 2855: Normal +Vertex 2856: Normal +Vertex 2857: Normal +Vertex 2858: Normal +Vertex 2859: Normal +Vertex 2860: Normal +Vertex 2861: Normal +Vertex 2862: Normal +Vertex 2863: Normal +Vertex 2864: Normal +Vertex 2865: Normal +Vertex 2866: Normal +Vertex 2867: Normal +Vertex 2868: Normal +Vertex 2869: Normal +Vertex 2870: Normal +Vertex 2871: Normal +Vertex 2872: Normal +Vertex 2873: Normal +Vertex 2874: Normal +Vertex 2875: Normal +Vertex 2876: Normal +Vertex 2877: Normal +Vertex 2878: Normal +Vertex 2879: Normal +Vertex 2880: Normal +Vertex 2881: Normal +Vertex 2882: Normal +Vertex 2883: Normal +Vertex 2884: Normal +Vertex 2885: Normal +Vertex 2886: Normal +Vertex 2887: Normal +Vertex 2888: Normal +Vertex 2889: Normal +Vertex 2890: Normal +Vertex 2891: Normal +Vertex 2892: Normal +Vertex 2893: Normal +Vertex 2894: Normal +Vertex 2895: Normal +Vertex 2896: Normal +Vertex 2897: Normal +Vertex 2898: Normal +Vertex 2899: Normal +Vertex 2900: Normal +Vertex 2901: Normal +Vertex 2902: Normal +Vertex 2903: Normal +Vertex 2904: Normal +Vertex 2905: Normal +Vertex 2906: Normal +Vertex 2907: Normal +Vertex 2908: Normal +Vertex 2909: Normal +Vertex 2910: Normal +Vertex 2911: Normal +Vertex 2912: Normal +Vertex 2913: Normal +Vertex 2914: Normal +Vertex 2915: Normal +Vertex 2916: Normal +Vertex 2917: Normal +Vertex 2918: Normal +Vertex 2919: Normal +Vertex 2920: Normal +Vertex 2921: Normal +Vertex 2922: Normal +Vertex 2923: Normal +Vertex 2924: Normal +Vertex 2925: Normal +Vertex 2926: Normal +Vertex 2927: Normal +Vertex 2928: Normal +Vertex 2929: Normal +Vertex 2930: Normal +Vertex 2931: Normal +Vertex 2932: Normal +Vertex 2933: Normal +Vertex 2934: Normal +Vertex 2935: Normal +Vertex 2936: Normal +Vertex 2937: Normal +Vertex 2938: Normal +Vertex 2939: Normal +Vertex 2940: Normal +Vertex 2941: Normal +Vertex 2942: Normal +Vertex 2943: Normal +Vertex 2944: Normal +Vertex 2945: Normal +Vertex 2946: Normal +Vertex 2947: Normal +Vertex 2948: Normal +Vertex 2949: Normal +Vertex 2950: Normal +Vertex 2951: Normal +Vertex 2952: Normal +Vertex 2953: Normal +Vertex 2954: Normal +Vertex 2955: Normal +Vertex 2956: Normal +Vertex 2957: Normal +Vertex 2958: Normal +Vertex 2959: Normal +Vertex 2960: Normal +Vertex 2961: Normal +Vertex 2962: Normal +Vertex 2963: Normal +Vertex 2964: Normal +Vertex 2965: Normal +Vertex 2966: Normal +Vertex 2967: Normal +Vertex 2968: Normal +Vertex 2969: Normal +Vertex 2970: Normal +Vertex 2971: Normal +Vertex 2972: Normal +Vertex 2973: Normal +Vertex 2974: Normal +Vertex 2975: Normal +Vertex 2976: Normal +Vertex 2977: Normal +Vertex 2978: Normal +Vertex 2979: Normal +Vertex 2980: Normal +Vertex 2981: Normal +Vertex 2982: Normal +Vertex 2983: Normal +Vertex 2984: Normal +Vertex 2985: Normal +Vertex 2986: Normal +Vertex 2987: Normal +Vertex 2988: Normal +Vertex 2989: Normal +Vertex 2990: Normal +Vertex 2991: Normal +Vertex 2992: Normal +Vertex 2993: Normal +Vertex 2994: Normal +Vertex 2995: Normal +Vertex 2996: Normal +Vertex 2997: Normal +Vertex 2998: Normal +Vertex 2999: Normal +Vertex 3000: Normal +Vertex 3001: Normal +Vertex 3002: Normal +Vertex 3003: Normal +Vertex 3004: Normal +Vertex 3005: Normal +Vertex 3006: Normal +Vertex 3007: Normal +Vertex 3008: Normal +Vertex 3009: Normal +Vertex 3010: Normal +Vertex 3011: Normal +Vertex 3012: Normal +Vertex 3013: Normal +Vertex 3014: Normal +Vertex 3015: Normal +Vertex 3016: Normal +Vertex 3017: Normal +Vertex 3018: Normal +Vertex 3019: Normal +Vertex 3020: Normal +Vertex 3021: Normal +Vertex 3022: Normal +Vertex 3023: Normal +Vertex 3024: Normal +Vertex 3025: Normal +Vertex 3026: Normal +Vertex 3027: Normal +Vertex 3028: Normal +Vertex 3029: Normal +Vertex 3030: Normal +Vertex 3031: Normal +Vertex 3032: Normal +Vertex 3033: Normal +Vertex 3034: Normal +Vertex 3035: Normal +Vertex 3036: Normal +Vertex 3037: Normal +Vertex 3038: Normal +Vertex 3039: Normal +Vertex 3040: Normal +Vertex 3041: Normal +Vertex 3042: Normal +Vertex 3043: Normal +Vertex 3044: Normal +Vertex 3045: Normal +Vertex 3046: Normal +Vertex 3047: Normal +Vertex 3048: Normal +Vertex 3049: Normal +Vertex 3050: Normal +Vertex 3051: Normal +Vertex 3052: Normal +Vertex 3053: Normal +Vertex 3054: Normal +Vertex 3055: Normal +Vertex 3056: Normal +Vertex 3057: Normal +Vertex 3058: Normal +Vertex 3059: Normal +Vertex 3060: Normal +Vertex 3061: Normal +Vertex 3062: Normal +Vertex 3063: Normal +Vertex 3064: Normal +Vertex 3065: Normal +Vertex 3066: Normal +Vertex 3067: Normal +Vertex 3068: Normal +Vertex 3069: Normal +Vertex 3070: Normal +Vertex 3071: Normal +Vertex 3072: Normal +Vertex 3073: Normal +Vertex 3074: Normal +Vertex 3075: Normal +Vertex 3076: Normal +Vertex 3077: Normal +Vertex 3078: Normal +Vertex 3079: Normal +Vertex 3080: Normal +Vertex 3081: Normal +Vertex 3082: Normal +Vertex 3083: Normal +Vertex 3084: Normal +Vertex 3085: Normal +Vertex 3086: Normal +Vertex 3087: Normal +Vertex 3088: Normal +Vertex 3089: Normal +Vertex 3090: Normal +Vertex 3091: Normal +Vertex 3092: Normal +Vertex 3093: Normal +Vertex 3094: Normal +Vertex 3095: Normal +Vertex 3096: Normal +Vertex 3097: Normal +Vertex 3098: Normal +Vertex 3099: Normal +Vertex 3100: Normal +Vertex 3101: Normal +Vertex 3102: Normal +Vertex 3103: Normal +Vertex 3104: Normal +Vertex 3105: Normal +Vertex 3106: Normal +Vertex 3107: Normal +Vertex 3108: Normal +Vertex 3109: Normal +Vertex 3110: Normal +Vertex 3111: Normal +Vertex 3112: Normal +Vertex 3113: Normal +Vertex 3114: Normal +Vertex 3115: Normal +Vertex 3116: Normal +Vertex 3117: Normal +Vertex 3118: Normal +Vertex 3119: Normal +Vertex 3120: Normal +Vertex 3121: Normal +Vertex 3122: Normal +Vertex 3123: Normal +Vertex 3124: Normal +Vertex 3125: Normal +Vertex 3126: Normal +Vertex 3127: Normal +Vertex 3128: Normal +Vertex 3129: Normal +Vertex 3130: Normal +Vertex 3131: Normal +Vertex 3132: Normal +Vertex 3133: Normal +Vertex 3134: Normal +Vertex 3135: Normal +Vertex 3136: Normal +Vertex 3137: Normal +Vertex 3138: Normal +Vertex 3139: Normal +Vertex 3140: Normal +Vertex 3141: Normal +Vertex 3142: Normal +Vertex 3143: Normal +Vertex 3144: Normal +Vertex 3145: Normal +Vertex 3146: Normal +Vertex 3147: Normal +Vertex 3148: Normal +Vertex 3149: Normal +Vertex 3150: Normal +Vertex 3151: Normal +Vertex 3152: Normal +Vertex 3153: Normal +Vertex 3154: Normal +Vertex 3155: Normal +Vertex 3156: Normal +Vertex 3157: Normal +Vertex 3158: Normal +Vertex 3159: Normal +Vertex 3160: Normal +Vertex 3161: Normal +Vertex 3162: Normal +Vertex 3163: Normal +Vertex 3164: Normal +Vertex 3165: Normal +Vertex 3166: Normal +Vertex 3167: Normal +Vertex 3168: Normal +Vertex 3169: Normal +Vertex 3170: Normal +Vertex 3171: Normal +Vertex 3172: Normal +Vertex 3173: Normal +Vertex 3174: Normal +Vertex 3175: Normal +Vertex 3176: Normal +Vertex 3177: Normal +Vertex 3178: Normal +Vertex 3179: Normal +Vertex 3180: Normal +Vertex 3181: Normal +Vertex 3182: Normal +Vertex 3183: Normal +Vertex 3184: Normal +Vertex 3185: Normal +Vertex 3186: Normal +Vertex 3187: Normal +Vertex 3188: Normal +Vertex 3189: Normal +Vertex 3190: Normal +Vertex 3191: Normal +Vertex 3192: Normal +Vertex 3193: Normal +Vertex 3194: Normal +Vertex 3195: Normal +Vertex 3196: Normal +Vertex 3197: Normal +Vertex 3198: Normal +Vertex 3199: Normal +Vertex 3200: Normal +Vertex 3201: Normal +Vertex 3202: Normal +Vertex 3203: Normal +Vertex 3204: Normal +Vertex 3205: Normal +Vertex 3206: Normal +Vertex 3207: Normal +Vertex 3208: Normal +Vertex 3209: Normal +Vertex 3210: Normal +Vertex 3211: Normal +Vertex 3212: Normal +Vertex 3213: Normal +Vertex 3214: Normal +Vertex 3215: Normal +Vertex 3216: Normal +Vertex 3217: Normal +Vertex 3218: Normal +Vertex 3219: Normal +Vertex 3220: Normal +Vertex 3221: Normal +Vertex 3222: Normal +Vertex 3223: Normal +Vertex 3224: Normal +Vertex 3225: Normal +Vertex 3226: Normal +Vertex 3227: Normal +Vertex 3228: Normal +Vertex 3229: Normal +Vertex 3230: Normal +Vertex 3231: Normal +Vertex 3232: Normal +Vertex 3233: Normal +Vertex 3234: Normal +Vertex 3235: Normal +Vertex 3236: Normal +Vertex 3237: Normal +Vertex 3238: Normal +Vertex 3239: Normal +Vertex 3240: Normal +Vertex 3241: Normal +Vertex 3242: Normal +Vertex 3243: Normal +Vertex 3244: Normal +Vertex 3245: Normal +Vertex 3246: Normal +Vertex 3247: Normal +Vertex 3248: Normal +Vertex 3249: Normal +Vertex 3250: Normal +Vertex 3251: Normal +Vertex 3252: Normal +Vertex 3253: Normal +Vertex 3254: Normal +Vertex 3255: Normal +Vertex 3256: Normal +Vertex 3257: Normal +Vertex 3258: Normal +Vertex 3259: Normal +Vertex 3260: Normal +Vertex 3261: Normal +Vertex 3262: Normal +Vertex 3263: Normal +Vertex 3264: Normal +Vertex 3265: Normal +Vertex 3266: Normal +Vertex 3267: Normal +Vertex 3268: Normal +Vertex 3269: Normal +Vertex 3270: Normal +Vertex 3271: Normal +Vertex 3272: Normal +Vertex 3273: Normal +Vertex 3274: Normal +Vertex 3275: Normal +Vertex 3276: Normal +Vertex 3277: Normal +Vertex 3278: Normal +Vertex 3279: Normal +Vertex 3280: Normal +Vertex 3281: Normal +Vertex 3282: Normal +Vertex 3283: Normal +Vertex 3284: Normal +Vertex 3285: Normal +Vertex 3286: Normal +Vertex 3287: Normal +Vertex 3288: Normal +Vertex 3289: Normal +Vertex 3290: Normal +Vertex 3291: Normal +Vertex 3292: Normal +Vertex 3293: Normal +Vertex 3294: Normal +Vertex 3295: Normal +Vertex 3296: Normal +Vertex 3297: Normal +Vertex 3298: Normal +Vertex 3299: Normal +Vertex 3300: Normal +Vertex 3301: Normal +Vertex 3302: Normal +Vertex 3303: Normal +Vertex 3304: Normal +Vertex 3305: Normal +Vertex 3306: Normal +Vertex 3307: Normal +Vertex 3308: Normal +Vertex 3309: Normal +Vertex 3310: Normal +Vertex 3311: Normal +Vertex 3312: Normal +Vertex 3313: Normal +Vertex 3314: Normal +Vertex 3315: Normal +Vertex 3316: Normal +Vertex 3317: Normal +Vertex 3318: Normal +Vertex 3319: Normal +Vertex 3320: Normal +Vertex 3321: Normal +Vertex 3322: Normal +Vertex 3323: Normal +Vertex 3324: Normal +Vertex 3325: Normal +Vertex 3326: Normal +Vertex 3327: Normal +Vertex 3328: Normal +Vertex 3329: Normal +Vertex 3330: Normal +Vertex 3331: Normal +Vertex 3332: Normal +Vertex 3333: Normal +Vertex 3334: Normal +Vertex 3335: Normal +Vertex 3336: Normal +Vertex 3337: Normal +Vertex 3338: Normal +Vertex 3339: Normal +Vertex 3340: Normal +Vertex 3341: Normal +Vertex 3342: Normal +Vertex 3343: Normal +Vertex 3344: Normal +Vertex 3345: Normal +Vertex 3346: Normal +Vertex 3347: Normal +Vertex 3348: Normal +Vertex 3349: Normal +Vertex 3350: Normal +Vertex 3351: Normal +Vertex 3352: Normal +Vertex 3353: Normal +Vertex 3354: Normal +Vertex 3355: Normal +Vertex 3356: Normal +Vertex 3357: Normal +Vertex 3358: Normal +Vertex 3359: Normal +Vertex 3360: Normal +Vertex 3361: Normal +Vertex 3362: Normal +Vertex 3363: Normal +Vertex 3364: Normal +Vertex 3365: Normal +Vertex 3366: Normal +Vertex 3367: Normal +Vertex 3368: Normal +Vertex 3369: Normal +Vertex 3370: Normal +Vertex 3371: Normal +Vertex 3372: Normal +Vertex 3373: Normal +Vertex 3374: Normal +Vertex 3375: Normal +Vertex 3376: Normal +Vertex 3377: Normal +Vertex 3378: Normal +Vertex 3379: Normal +Vertex 3380: Normal +Vertex 3381: Normal +Vertex 3382: Normal +Vertex 3383: Normal +Vertex 3384: Normal +Vertex 3385: Normal +Vertex 3386: Normal +Vertex 3387: Normal +Vertex 3388: Normal +Vertex 3389: Normal +Vertex 3390: Normal +Vertex 3391: Normal +Vertex 3392: Normal +Vertex 3393: Normal +Vertex 3394: Normal +Vertex 3395: Normal +Vertex 3396: Normal +Vertex 3397: Normal +Vertex 3398: Normal +Vertex 3399: Normal +Vertex 3400: Normal +Vertex 3401: Normal +Vertex 3402: Normal +Vertex 3403: Normal +Vertex 3404: Normal +Vertex 3405: Normal +Vertex 3406: Normal +Vertex 3407: Normal +Vertex 3408: Normal +Vertex 3409: Normal +Vertex 3410: Normal +Vertex 3411: Normal +Vertex 3412: Normal +Vertex 3413: Normal +Vertex 3414: Normal +Vertex 3415: Normal +Vertex 3416: Normal +Vertex 3417: Normal +Vertex 3418: Normal +Vertex 3419: Normal +Vertex 3420: Normal +Vertex 3421: Normal +Vertex 3422: Normal +Vertex 3423: Normal +Vertex 3424: Normal +Vertex 3425: Normal +Vertex 3426: Normal +Vertex 3427: Normal +Vertex 3428: Normal +Vertex 3429: Normal +Vertex 3430: Normal +Vertex 3431: Normal +Vertex 3432: Normal +Vertex 3433: Normal +Vertex 3434: Normal +Vertex 3435: Normal +Vertex 3436: Normal +Vertex 3437: Normal +Vertex 3438: Normal +Vertex 3439: Normal +Vertex 3440: Normal +Vertex 3441: Normal +Vertex 3442: Normal +Vertex 3443: Normal +Vertex 3444: Normal +Vertex 3445: Normal +Vertex 3446: Normal +Vertex 3447: Normal +Vertex 3448: Normal +Vertex 3449: Normal +Vertex 3450: Normal +Vertex 3451: Normal +Vertex 3452: Normal +Vertex 3453: Normal +Vertex 3454: Normal +Vertex 3455: Normal +Vertex 3456: Normal +Vertex 3457: Normal +Vertex 3458: Normal +Vertex 3459: Normal +Vertex 3460: Normal +Vertex 3461: Normal +Vertex 3462: Normal +Vertex 3463: Normal +Vertex 3464: Normal +Vertex 3465: Normal +Vertex 3466: Normal +Vertex 3467: Normal +Vertex 3468: Normal +Vertex 3469: Normal +Vertex 3470: Normal +Vertex 3471: Normal +Vertex 3472: Normal +Vertex 3473: Normal +Vertex 3474: Normal +Vertex 3475: Normal +Vertex 3476: Normal +Vertex 3477: Normal +Vertex 3478: Normal +Vertex 3479: Normal +Vertex 3480: Normal +Vertex 3481: Normal +Vertex 3482: Normal +Vertex 3483: Normal +Vertex 3484: Normal +Vertex 3485: Normal +Vertex 3486: Normal +Vertex 3487: Normal +Vertex 3488: Normal +Vertex 3489: Normal +Vertex 3490: Normal +Vertex 3491: Normal +Vertex 3492: Normal +Vertex 3493: Normal +Vertex 3494: Normal +Vertex 3495: Normal +Vertex 3496: Normal +Vertex 3497: Normal +Vertex 3498: Normal +Vertex 3499: Normal +Vertex 3500: Normal +Vertex 3501: Normal +Vertex 3502: Normal +Vertex 3503: Normal +Vertex 3504: Normal +Vertex 3505: Normal +Vertex 3506: Normal +Vertex 3507: Normal +Vertex 3508: Normal +Vertex 3509: Normal +Vertex 3510: Normal +Vertex 3511: Normal +Vertex 3512: Normal +Vertex 3513: Normal +Vertex 3514: Normal +Vertex 3515: Normal +Vertex 3516: Normal +Vertex 3517: Normal +Vertex 3518: Normal +Vertex 3519: Normal +Vertex 3520: Normal +Vertex 3521: Normal +Vertex 3522: Normal +Vertex 3523: Normal +Vertex 3524: Normal +Vertex 3525: Normal +Vertex 3526: Normal +Vertex 3527: Normal +Vertex 3528: Normal +Vertex 3529: Normal +Vertex 3530: Normal +Vertex 3531: Normal +Vertex 3532: Normal +Vertex 3533: Normal +Vertex 3534: Normal +Vertex 3535: Normal +Vertex 3536: Normal +Vertex 3537: Normal +Vertex 3538: Normal +Vertex 3539: Normal +Vertex 3540: Normal +Vertex 3541: Normal +Vertex 3542: Normal +Vertex 3543: Normal +Vertex 3544: Normal +Vertex 3545: Normal +Vertex 3546: Normal +Vertex 3547: Normal +Vertex 3548: Normal +Vertex 3549: Normal +Vertex 3550: Normal +Vertex 3551: Normal +Vertex 3552: Normal +Vertex 3553: Normal +Vertex 3554: Normal +Vertex 3555: Normal +Vertex 3556: Normal +Vertex 3557: Normal +Vertex 3558: Normal +Vertex 3559: Normal +Vertex 3560: Normal +Vertex 3561: Normal +Vertex 3562: Normal +Vertex 3563: Normal +Vertex 3564: Normal +Vertex 3565: Normal +Vertex 3566: Normal +Vertex 3567: Normal +Vertex 3568: Normal +Vertex 3569: Normal +Vertex 3570: Normal +Vertex 3571: Normal +Vertex 3572: Normal +Vertex 3573: Normal +Vertex 3574: Normal +Vertex 3575: Normal +Vertex 3576: Normal +Vertex 3577: Normal +Vertex 3578: Normal +Vertex 3579: Normal +Vertex 3580: Normal +Vertex 3581: Normal +Vertex 3582: Normal +Vertex 3583: Normal +Vertex 3584: Normal +Vertex 3585: Normal +Vertex 3586: Normal +Vertex 3587: Normal +Vertex 3588: Normal +Vertex 3589: Normal +Vertex 3590: Normal +Vertex 3591: Normal +Vertex 3592: Normal +Vertex 3593: Normal +Vertex 3594: Normal +Vertex 3595: Normal +Vertex 3596: Normal +Vertex 3597: Normal +Vertex 3598: Normal +Vertex 3599: Normal +Vertex 3600: Normal +Vertex 3601: Normal +Vertex 3602: Normal +Vertex 3603: Normal +Vertex 3604: Normal +Vertex 3605: Normal +Vertex 3606: Normal +Vertex 3607: Normal +Vertex 3608: Normal +Vertex 3609: Normal +Vertex 3610: Normal +Vertex 3611: Normal +Vertex 3612: Normal +Vertex 3613: Normal +Vertex 3614: Normal +Vertex 3615: Normal +Vertex 3616: Normal +Vertex 3617: Normal +Vertex 3618: Normal +Vertex 3619: Normal +Vertex 3620: Normal +Vertex 3621: Normal +Vertex 3622: Normal +Vertex 3623: Normal +Vertex 3624: Normal +Vertex 3625: Normal +Vertex 3626: Normal +Vertex 3627: Normal +Vertex 3628: Normal +Vertex 3629: Normal +Vertex 3630: Normal +Vertex 3631: Normal +Vertex 3632: Normal +Vertex 3633: Normal +Vertex 3634: Normal +Vertex 3635: Normal +Vertex 3636: Normal +Vertex 3637: Normal +Vertex 3638: Normal +Vertex 3639: Normal +Vertex 3640: Normal +Vertex 3641: Normal +Vertex 3642: Normal +Vertex 3643: Normal +Vertex 3644: Normal +Vertex 3645: Normal +Vertex 3646: Normal +Vertex 3647: Normal +Vertex 3648: Normal +Vertex 3649: Normal +Vertex 3650: Normal +Vertex 3651: Normal +Vertex 3652: Normal +Vertex 3653: Normal +Vertex 3654: Normal +Vertex 3655: Normal +Vertex 3656: Normal +Vertex 3657: Normal +Vertex 3658: Normal +Vertex 3659: Normal +Vertex 3660: Normal +Vertex 3661: Normal +Vertex 3662: Normal +Vertex 3663: Normal +Vertex 3664: Normal +Vertex 3665: Normal +Vertex 3666: Normal +Vertex 3667: Normal +Vertex 3668: Normal +Vertex 3669: Normal +Vertex 3670: Normal +Vertex 3671: Normal +Vertex 3672: Normal +Vertex 3673: Normal +Vertex 3674: Normal +Vertex 3675: Normal +Vertex 3676: Normal +Vertex 3677: Normal +Vertex 3678: Normal +Vertex 3679: Normal +Vertex 3680: Normal +Vertex 3681: Normal +Vertex 3682: Normal +Vertex 3683: Normal +Vertex 3684: Normal +Vertex 3685: Normal +Vertex 3686: Normal +Vertex 3687: Normal +Vertex 3688: Normal +Vertex 3689: Normal +Vertex 3690: Normal +Vertex 3691: Normal +Vertex 3692: Normal +Vertex 3693: Normal +Vertex 3694: Normal +Vertex 3695: Normal +Vertex 3696: Normal +Vertex 3697: Normal +Vertex 3698: Normal +Vertex 3699: Normal +Vertex 3700: Normal +Vertex 3701: Normal +Vertex 3702: Normal +Vertex 3703: Normal +Vertex 3704: Normal +Vertex 3705: Normal +Vertex 3706: Normal +Vertex 3707: Normal +Vertex 3708: Normal +Vertex 3709: Normal +Vertex 3710: Normal +Vertex 3711: Normal +Vertex 3712: Normal +Vertex 3713: Normal +Vertex 3714: Normal +Vertex 3715: Normal +Vertex 3716: Normal +Vertex 3717: Normal +Vertex 3718: Normal +Vertex 3719: Normal +Vertex 3720: Normal +Vertex 3721: Normal +Vertex 3722: Normal +Vertex 3723: Normal +Vertex 3724: Normal +Vertex 3725: Normal +Vertex 3726: Normal +Vertex 3727: Normal +Vertex 3728: Normal +Vertex 3729: Normal +Vertex 3730: Normal +Vertex 3731: Normal +Vertex 3732: Normal +Vertex 3733: Normal +Vertex 3734: Normal +Vertex 3735: Normal +Vertex 3736: Normal +Vertex 3737: Normal +Vertex 3738: Normal +Vertex 3739: Normal +Vertex 3740: Normal +Vertex 3741: Normal +Vertex 3742: Normal +Vertex 3743: Normal +Vertex 3744: Normal +Vertex 3745: Normal +Vertex 3746: Normal +Vertex 3747: Normal +Vertex 3748: Normal +Vertex 3749: Normal +Vertex 3750: Normal +Vertex 3751: Normal +Vertex 3752: Normal +Vertex 3753: Normal +Vertex 3754: Normal +Vertex 3755: Normal +Vertex 3756: Normal +Vertex 3757: Normal +Vertex 3758: Normal +Vertex 3759: Normal +Vertex 3760: Normal +Vertex 3761: Normal +Vertex 3762: Normal +Vertex 3763: Normal +Vertex 3764: Normal +Vertex 3765: Normal +Vertex 3766: Normal +Vertex 3767: Normal +Vertex 3768: Normal +Vertex 3769: Normal +Vertex 3770: Normal +Vertex 3771: Normal +Vertex 3772: Normal +Vertex 3773: Normal +Vertex 3774: Normal +Vertex 3775: Normal +Vertex 3776: Normal +Vertex 3777: Normal +Vertex 3778: Normal +Vertex 3779: Normal +Vertex 3780: Normal +Vertex 3781: Normal +Vertex 3782: Normal +Vertex 3783: Normal +Vertex 3784: Normal +Vertex 3785: Normal +Vertex 3786: Normal +Vertex 3787: Normal +Vertex 3788: Normal +Vertex 3789: Normal +Vertex 3790: Normal +Vertex 3791: Normal +Vertex 3792: Normal +Vertex 3793: Normal +Vertex 3794: Normal +Vertex 3795: Normal +Vertex 3796: Normal +Vertex 3797: Normal +Vertex 3798: Normal +Vertex 3799: Normal +Vertex 3800: Normal +Vertex 3801: Normal +Vertex 3802: Normal +Vertex 3803: Normal +Vertex 3804: Normal +Vertex 3805: Normal +Vertex 3806: Normal +Vertex 3807: Normal +Vertex 3808: Normal +Vertex 3809: Normal +Vertex 3810: Normal +Vertex 3811: Normal +Vertex 3812: Normal +Vertex 3813: Normal +Vertex 3814: Normal +Vertex 3815: Normal +Vertex 3816: Normal +Vertex 3817: Normal +Vertex 3818: Normal +Vertex 3819: Normal +Vertex 3820: Normal +Vertex 3821: Normal +Vertex 3822: Normal +Vertex 3823: Normal +Vertex 3824: Normal +Vertex 3825: Normal +Vertex 3826: Normal +Vertex 3827: Normal +Vertex 3828: Normal +Vertex 3829: Normal +Vertex 3830: Normal +Vertex 3831: Normal +Vertex 3832: Normal +Vertex 3833: Normal +Vertex 3834: Normal +Vertex 3835: Normal +Vertex 3836: Normal +Vertex 3837: Normal +Vertex 3838: Normal +Vertex 3839: Normal +Vertex 3840: Normal +Vertex 3841: Normal +Vertex 3842: Normal +Vertex 3843: Normal +Vertex 3844: Normal +Vertex 3845: Normal +Vertex 3846: Normal +Vertex 3847: Normal +Vertex 3848: Normal +Vertex 3849: Normal +Vertex 3850: Normal +Vertex 3851: Normal +Vertex 3852: Normal +Vertex 3853: Normal +Vertex 3854: Normal +Vertex 3855: Normal +Vertex 3856: Normal +Vertex 3857: Normal +Vertex 3858: Normal +Vertex 3859: Normal +Vertex 3860: Normal +Vertex 3861: Normal +Vertex 3862: Normal +Vertex 3863: Normal +Vertex 3864: Normal +Vertex 3865: Normal +Vertex 3866: Normal +Vertex 3867: Normal +Vertex 3868: Normal +Vertex 3869: Normal +Vertex 3870: Normal +Vertex 3871: Normal +Vertex 3872: Normal +Vertex 3873: Normal +Vertex 3874: Normal +Vertex 3875: Normal +Vertex 3876: Normal +Vertex 3877: Normal +Vertex 3878: Normal +Vertex 3879: Normal +Vertex 3880: Normal +Vertex 3881: Normal +Vertex 3882: Normal +Vertex 3883: Normal +Vertex 3884: Normal +Vertex 3885: Normal +Vertex 3886: Normal +Vertex 3887: Normal +Vertex 3888: Normal +Vertex 3889: Normal +Vertex 3890: Normal +Vertex 3891: Normal +Vertex 3892: Normal +Vertex 3893: Normal +Vertex 3894: Normal +Vertex 3895: Normal +Vertex 3896: Normal +Vertex 3897: Normal +Vertex 3898: Normal +Vertex 3899: Normal +Vertex 3900: Normal +Vertex 3901: Normal +Vertex 3902: Normal +Vertex 3903: Normal +Vertex 3904: Normal +Vertex 3905: Normal +Vertex 3906: Normal +Vertex 3907: Normal +Vertex 3908: Normal +Vertex 3909: Normal +Vertex 3910: Normal +Vertex 3911: Normal +Vertex 3912: Normal +Vertex 3913: Normal +Vertex 3914: Normal +Vertex 3915: Normal +Vertex 3916: Normal +Vertex 3917: Normal +Vertex 3918: Normal +Vertex 3919: Normal +Vertex 3920: Normal +Vertex 3921: Normal +Vertex 3922: Normal +Vertex 3923: Normal +Vertex 3924: Normal +Vertex 3925: Normal +Vertex 3926: Normal +Vertex 3927: Normal +Vertex 3928: Normal +Vertex 3929: Normal +Vertex 3930: Normal +Vertex 3931: Normal +Vertex 3932: Normal +Vertex 3933: Normal +Vertex 3934: Normal +Vertex 3935: Normal +Vertex 3936: Normal +Vertex 3937: Normal +Vertex 3938: Normal +Vertex 3939: Normal +Vertex 3940: Normal +Vertex 3941: Normal +Vertex 3942: Normal +Vertex 3943: Normal +Vertex 3944: Normal +Vertex 3945: Normal +Vertex 3946: Normal +Vertex 3947: Normal +Vertex 3948: Normal +Vertex 3949: Normal +Vertex 3950: Normal +Vertex 3951: Normal +Vertex 3952: Normal +Vertex 3953: Normal +Vertex 3954: Normal +Vertex 3955: Normal +Vertex 3956: Normal +Vertex 3957: Normal +Vertex 3958: Normal +Vertex 3959: Normal +Vertex 3960: Normal +Vertex 3961: Normal +Vertex 3962: Normal +Vertex 3963: Normal +Vertex 3964: Normal +Vertex 3965: Normal +Vertex 3966: Normal +Vertex 3967: Normal +Vertex 3968: Normal +Vertex 3969: Normal +Vertex 3970: Normal +Vertex 3971: Normal +Vertex 3972: Normal +Vertex 3973: Normal +Vertex 3974: Normal +Vertex 3975: Normal +Vertex 3976: Normal +Vertex 3977: Normal +Vertex 3978: Normal +Vertex 3979: Normal +Vertex 3980: Normal +Vertex 3981: Normal +Vertex 3982: Normal +Vertex 3983: Normal +Vertex 3984: Normal +Vertex 3985: Normal +Vertex 3986: Normal +Vertex 3987: Normal +Vertex 3988: Normal +Vertex 3989: Normal +Vertex 3990: Normal +Vertex 3991: Normal +Vertex 3992: Normal +Vertex 3993: Normal +Vertex 3994: Normal +Vertex 3995: Normal +Vertex 3996: Normal +Vertex 3997: Normal +Vertex 3998: Normal +Vertex 3999: Normal +Vertex 4000: Normal +Vertex 4001: Normal +Vertex 4002: Normal +Vertex 4003: Normal +Vertex 4004: Normal +Vertex 4005: Normal +Vertex 4006: Normal +Vertex 4007: Normal +Vertex 4008: Normal +Vertex 4009: Normal +Vertex 4010: Normal +Vertex 4011: Normal +Vertex 4012: Normal +Vertex 4013: Normal +Vertex 4014: Normal +Vertex 4015: Normal +Vertex 4016: Normal +Vertex 4017: Normal +Vertex 4018: Normal +Vertex 4019: Normal +Vertex 4020: Normal +Vertex 4021: Normal +Vertex 4022: Normal +Vertex 4023: Normal +Vertex 4024: Normal +Vertex 4025: Normal +Vertex 4026: Normal +Vertex 4027: Normal +Vertex 4028: Normal +Vertex 4029: Normal +Vertex 4030: Normal +Vertex 4031: Normal +Vertex 4032: Normal +Vertex 4033: Normal +Vertex 4034: Normal +Vertex 4035: Normal +Vertex 4036: Normal +Vertex 4037: Normal +Vertex 4038: Normal +Vertex 4039: Normal +Vertex 4040: Normal +Vertex 4041: Normal +Vertex 4042: Normal +Vertex 4043: Normal +Vertex 4044: Normal +Vertex 4045: Normal +Vertex 4046: Normal +Vertex 4047: Normal +Vertex 4048: Normal +Vertex 4049: Normal +Vertex 4050: Normal +Vertex 4051: Normal +Vertex 4052: Normal +Vertex 4053: Normal +Vertex 4054: Normal +Vertex 4055: Normal +Vertex 4056: Normal +Vertex 4057: Normal +Vertex 4058: Normal +Vertex 4059: Normal +Vertex 4060: Normal +Vertex 4061: Normal +Vertex 4062: Normal +Vertex 4063: Normal +Vertex 4064: Normal +Vertex 4065: Normal +Vertex 4066: Normal +Vertex 4067: Normal +Vertex 4068: Normal +Vertex 4069: Normal +Vertex 4070: Normal +Vertex 4071: Normal +Vertex 4072: Normal +Vertex 4073: Normal +Vertex 4074: Normal +Vertex 4075: Normal +Vertex 4076: Normal +Vertex 4077: Normal +Vertex 4078: Normal +Vertex 4079: Normal +Vertex 4080: Normal +Vertex 4081: Normal +Vertex 4082: Normal +Vertex 4083: Normal +Vertex 4084: Normal +Vertex 4085: Normal +Vertex 4086: Normal +Vertex 4087: Normal +Vertex 4088: Normal +Vertex 4089: Normal +Vertex 4090: Normal +Vertex 4091: Normal +Vertex 4092: Normal +Vertex 4093: Normal +Vertex 4094: Normal +Vertex 4095: Normal +Vertex 4096: Normal +Vertex 4097: Normal +Vertex 4098: Normal +Vertex 4099: Normal +Vertex 4100: Normal +Vertex 4101: Normal +Vertex 4102: Normal +Vertex 4103: Normal +Vertex 4104: Normal +Vertex 4105: Normal +Vertex 4106: Normal +Vertex 4107: Normal +Vertex 4108: Normal +Vertex 4109: Normal +Vertex 4110: Normal +Vertex 4111: Normal +Vertex 4112: Normal +Vertex 4113: Normal +Vertex 4114: Normal +Vertex 4115: Normal +Vertex 4116: Normal +Vertex 4117: Normal +Vertex 4118: Normal +Vertex 4119: Normal +Vertex 4120: Normal +Vertex 4121: Normal +Vertex 4122: Normal +Vertex 4123: Normal +Vertex 4124: Normal +Vertex 4125: Normal +Vertex 4126: Normal +Vertex 4127: Normal +Vertex 4128: Normal +Vertex 4129: Normal +Vertex 4130: Normal +Vertex 4131: Normal +Vertex 4132: Normal +Vertex 4133: Normal +Vertex 4134: Normal +Vertex 4135: Normal +Vertex 4136: Normal +Vertex 4137: Normal +Vertex 4138: Normal +Vertex 4139: Normal +Vertex 4140: Normal +Vertex 4141: Normal +Vertex 4142: Normal +Vertex 4143: Normal +Vertex 4144: Normal +Vertex 4145: Normal +Vertex 4146: Normal +Vertex 4147: Normal +Vertex 4148: Normal +Vertex 4149: Normal +Vertex 4150: Normal +Vertex 4151: Normal +Vertex 4152: Normal +Vertex 4153: Normal +Vertex 4154: Normal +Vertex 4155: Normal +Vertex 4156: Normal +Vertex 4157: Normal +Vertex 4158: Normal +Vertex 4159: Normal +Vertex 4160: Normal +Vertex 4161: Normal +Vertex 4162: Normal +Vertex 4163: Normal +Vertex 4164: Normal +Vertex 4165: Normal +Vertex 4166: Normal +Vertex 4167: Normal +Vertex 4168: Normal +Vertex 4169: Normal +Vertex 4170: Normal +Vertex 4171: Normal +Vertex 4172: Normal +Vertex 4173: Normal +Vertex 4174: Normal +Vertex 4175: Normal +Vertex 4176: Normal +Vertex 4177: Normal +Vertex 4178: Normal +Vertex 4179: Normal +Vertex 4180: Normal +Vertex 4181: Normal +Vertex 4182: Normal +Vertex 4183: Normal +Vertex 4184: Normal +Vertex 4185: Normal +Vertex 4186: Normal +Vertex 4187: Normal +Vertex 4188: Normal +Vertex 4189: Normal +Vertex 4190: Normal +Vertex 4191: Normal +Vertex 4192: Normal +Vertex 4193: Normal +Vertex 4194: Normal +Vertex 4195: Normal +Vertex 4196: Normal +Vertex 4197: Normal +Vertex 4198: Normal +Vertex 4199: Normal +Vertex 4200: Normal +Vertex 4201: Normal +Vertex 4202: Normal +Vertex 4203: Normal +Vertex 4204: Normal +Vertex 4205: Normal +Vertex 4206: Normal +Vertex 4207: Normal +Vertex 4208: Normal +Vertex 4209: Normal +Vertex 4210: Normal +Vertex 4211: Normal +Vertex 4212: Normal +Vertex 4213: Normal +Vertex 4214: Normal +Vertex 4215: Normal +Vertex 4216: Normal +Vertex 4217: Normal +Vertex 4218: Normal +Vertex 4219: Normal +Vertex 4220: Normal +Vertex 4221: Normal +Vertex 4222: Normal +Vertex 4223: Normal +Vertex 4224: Normal +Vertex 4225: Normal +Vertex 4226: Normal +Vertex 4227: Normal +Vertex 4228: Normal +Vertex 4229: Normal +Vertex 4230: Normal +Vertex 4231: Normal +Vertex 4232: Normal +Vertex 4233: Normal +Vertex 4234: Normal +Vertex 4235: Normal +Vertex 4236: Normal +Vertex 4237: Normal +Vertex 4238: Normal +Vertex 4239: Normal +Vertex 4240: Normal +Vertex 4241: Normal +Vertex 4242: Normal +Vertex 4243: Normal +Vertex 4244: Normal +Vertex 4245: Normal +Vertex 4246: Normal +Vertex 4247: Normal +Vertex 4248: Normal +Vertex 4249: Normal +Vertex 4250: Normal +Vertex 4251: Normal +Vertex 4252: Normal +Vertex 4253: Normal +Vertex 4254: Normal +Vertex 4255: Normal +Vertex 4256: Normal +Vertex 4257: Normal +Vertex 4258: Normal +Vertex 4259: Normal +Vertex 4260: Normal +Vertex 4261: Normal +Vertex 4262: Normal +Vertex 4263: Normal +Vertex 4264: Normal +Vertex 4265: Normal +Vertex 4266: Normal +Vertex 4267: Normal +Vertex 4268: Normal +Vertex 4269: Normal +Vertex 4270: Normal +Vertex 4271: Normal +Vertex 4272: Normal +Vertex 4273: Normal +Vertex 4274: Normal +Vertex 4275: Normal +Vertex 4276: Normal +Vertex 4277: Normal +Vertex 4278: Normal +Vertex 4279: Normal +Vertex 4280: Normal +Vertex 4281: Normal +Vertex 4282: Normal +Vertex 4283: Normal +Vertex 4284: Normal +Vertex 4285: Normal +Vertex 4286: Normal +Vertex 4287: Normal +Vertex 4288: Normal +Vertex 4289: Normal +Vertex 4290: Normal +Vertex 4291: Normal +Vertex 4292: Normal +Vertex 4293: Normal +Vertex 4294: Normal +Vertex 4295: Normal +Vertex 4296: Normal +Vertex 4297: Normal +Vertex 4298: Normal +Vertex 4299: Normal +Vertex 4300: Normal +Vertex 4301: Normal +Vertex 4302: Normal +Vertex 4303: Normal +Vertex 4304: Normal +Vertex 4305: Normal +Vertex 4306: Normal +Vertex 4307: Normal +Vertex 4308: Normal +Vertex 4309: Normal +Vertex 4310: Normal +Vertex 4311: Normal +Vertex 4312: Normal +Vertex 4313: Normal +Vertex 4314: Normal +Vertex 4315: Normal +Vertex 4316: Normal +Vertex 4317: Normal +Vertex 4318: Normal +Vertex 4319: Normal +Vertex 4320: Normal +Vertex 4321: Normal +Vertex 4322: Normal +Vertex 4323: Normal +Vertex 4324: Normal +Vertex 4325: Normal +Vertex 4326: Normal +Vertex 4327: Normal +Vertex 4328: Normal +Vertex 4329: Normal +Vertex 4330: Normal +Vertex 4331: Normal +Vertex 4332: Normal +Vertex 4333: Normal +Vertex 4334: Normal +Vertex 4335: Normal +Vertex 4336: Normal +Vertex 4337: Normal +Vertex 4338: Normal +Vertex 4339: Normal +Vertex 4340: Normal +Vertex 4341: Normal +Vertex 4342: Normal +Vertex 4343: Normal +Vertex 4344: Normal +Vertex 4345: Normal +Vertex 4346: Normal +Vertex 4347: Normal +Vertex 4348: Normal +Vertex 4349: Normal +Vertex 4350: Normal +Vertex 4351: Normal +Vertex 4352: Normal +Vertex 4353: Normal +Vertex 4354: Normal +Vertex 4355: Normal +Vertex 4356: Normal +Vertex 4357: Normal +Vertex 4358: Normal +Vertex 4359: Normal +Vertex 4360: Normal +Vertex 4361: Normal +Vertex 4362: Normal +Vertex 4363: Normal +Vertex 4364: Normal +Vertex 4365: Normal +Vertex 4366: Normal +Vertex 4367: Normal +Vertex 4368: Normal +Vertex 4369: Normal +Vertex 4370: Normal +Vertex 4371: Normal +Vertex 4372: Normal +Vertex 4373: Normal +Vertex 4374: Normal +Vertex 4375: Normal +Vertex 4376: Normal +Vertex 4377: Normal +Vertex 4378: Normal +Vertex 4379: Normal +Vertex 4380: Normal +Vertex 4381: Normal +Vertex 4382: Normal +Vertex 4383: Normal +Vertex 4384: Normal +Vertex 4385: Normal +Vertex 4386: Normal +Vertex 4387: Normal +Vertex 4388: Normal +Vertex 4389: Normal +Vertex 4390: Normal +Vertex 4391: Normal +Vertex 4392: Normal +Vertex 4393: Normal +Vertex 4394: Normal +Vertex 4395: Normal +Vertex 4396: Normal +Vertex 4397: Normal +Vertex 4398: Normal +Vertex 4399: Normal +Vertex 4400: Normal +Vertex 4401: Normal +Vertex 4402: Normal +Vertex 4403: Normal +Vertex 4404: Normal +Vertex 4405: Normal +Vertex 4406: Normal +Vertex 4407: Normal +Vertex 4408: Normal +Vertex 4409: Normal +Vertex 4410: Normal +Vertex 4411: Normal +Vertex 4412: Normal +Vertex 4413: Normal +Vertex 4414: Normal +Vertex 4415: Normal +Vertex 4416: Normal +Vertex 4417: Normal +Vertex 4418: Normal +Vertex 4419: Normal +Vertex 4420: Normal +Vertex 4421: Normal +Vertex 4422: Normal +Vertex 4423: Normal +Vertex 4424: Normal +Vertex 4425: Normal +Vertex 4426: Normal +Vertex 4427: Normal +Vertex 4428: Normal +Vertex 4429: Normal +Vertex 4430: Normal +Vertex 4431: Normal +Vertex 4432: Normal +Vertex 4433: Normal +Vertex 4434: Normal +Vertex 4435: Normal +Vertex 4436: Normal +Vertex 4437: Normal +Vertex 4438: Normal +Vertex 4439: Normal +Vertex 4440: Normal +Vertex 4441: Normal +Vertex 4442: Normal +Vertex 4443: Normal +Vertex 4444: Normal +Vertex 4445: Normal +Vertex 4446: Normal +Vertex 4447: Normal +Vertex 4448: Normal +Vertex 4449: Normal +Vertex 4450: Normal +Vertex 4451: Normal +Vertex 4452: Normal +Vertex 4453: Normal +Vertex 4454: Normal +Vertex 4455: Normal +Vertex 4456: Normal +Vertex 4457: Normal +Vertex 4458: Normal +Vertex 4459: Normal +Vertex 4460: Normal +Vertex 4461: Normal +Vertex 4462: Normal +Vertex 4463: Normal +Vertex 4464: Normal +Vertex 4465: Normal +Vertex 4466: Normal +Vertex 4467: Normal +Vertex 4468: Normal +Vertex 4469: Normal +Vertex 4470: Normal +Vertex 4471: Normal +Vertex 4472: Normal +Vertex 4473: Normal +Vertex 4474: Normal +Vertex 4475: Normal +Vertex 4476: Normal +Vertex 4477: Normal +Vertex 4478: Normal +Vertex 4479: Normal +Vertex 4480: Normal +Vertex 4481: Normal +Vertex 4482: Normal +Vertex 4483: Normal +Vertex 4484: Normal +Vertex 4485: Normal +Vertex 4486: Normal +Vertex 4487: Normal +Vertex 4488: Normal +Vertex 4489: Normal +Vertex 4490: Normal +Vertex 4491: Normal +Vertex 4492: Normal +Vertex 4493: Normal +Vertex 4494: Normal +Vertex 4495: Normal +Vertex 4496: Normal +Vertex 4497: Normal +Vertex 4498: Normal +Vertex 4499: Normal +Vertex 4500: Normal +Vertex 4501: Normal +Vertex 4502: Normal +Vertex 4503: Normal +Vertex 4504: Normal +Vertex 4505: Normal +Vertex 4506: Normal +Vertex 4507: Normal +Vertex 4508: Normal +Vertex 4509: Normal +Vertex 4510: Normal +Vertex 4511: Normal +Vertex 4512: Normal +Vertex 4513: Normal +Vertex 4514: Normal +Vertex 4515: Normal +Vertex 4516: Normal +Vertex 4517: Normal +Vertex 4518: Normal +Vertex 4519: Normal +Vertex 4520: Normal +Vertex 4521: Normal +Vertex 4522: Normal +Vertex 4523: Normal +Vertex 4524: Normal +Vertex 4525: Normal +Vertex 4526: Normal +Vertex 4527: Normal +Vertex 4528: Normal +Vertex 4529: Normal +Vertex 4530: Normal +Vertex 4531: Normal +Vertex 4532: Normal +Vertex 4533: Normal +Vertex 4534: Normal +Vertex 4535: Normal +Vertex 4536: Normal +Vertex 4537: Normal +Vertex 4538: Normal +Vertex 4539: Normal +Vertex 4540: Normal +Vertex 4541: Normal +Vertex 4542: Normal +Vertex 4543: Normal +Vertex 4544: Normal +Vertex 4545: Normal +Vertex 4546: Normal +Vertex 4547: Normal +Vertex 4548: Normal +Vertex 4549: Normal +Vertex 4550: Normal +Vertex 4551: Normal +Vertex 4552: Normal +Vertex 4553: Normal +Vertex 4554: Normal +Vertex 4555: Normal +Vertex 4556: Normal +Vertex 4557: Normal +Vertex 4558: Normal +Vertex 4559: Normal +Vertex 4560: Normal +Vertex 4561: Normal +Vertex 4562: Normal +Vertex 4563: Normal +Vertex 4564: Normal +Vertex 4565: Normal +Vertex 4566: Normal +Vertex 4567: Normal +Vertex 4568: Normal +Vertex 4569: Normal +Vertex 4570: Normal +Vertex 4571: Normal +Vertex 4572: Normal +Vertex 4573: Normal +Vertex 4574: Normal +Vertex 4575: Normal +Vertex 4576: Normal +Vertex 4577: Normal +Vertex 4578: Normal +Vertex 4579: Normal +Vertex 4580: Normal +Vertex 4581: Normal +Vertex 4582: Normal +Vertex 4583: Normal +Vertex 4584: Normal +Vertex 4585: Normal +Vertex 4586: Normal +Vertex 4587: Normal +Vertex 4588: Normal +Vertex 4589: Normal +Vertex 4590: Normal +Vertex 4591: Normal +Vertex 4592: Normal +Vertex 4593: Normal +Vertex 4594: Normal +Vertex 4595: Normal +Vertex 4596: Normal +Vertex 4597: Normal +Vertex 4598: Normal +Vertex 4599: Normal +Vertex 4600: Normal +Vertex 4601: Normal +Vertex 4602: Normal +Vertex 4603: Normal +Vertex 4604: Normal +Vertex 4605: Normal +Vertex 4606: Normal +Vertex 4607: Normal +Vertex 4608: Normal +Vertex 4609: Normal +Vertex 4610: Normal +Vertex 4611: Normal +Vertex 4612: Normal +Vertex 4613: Normal +Vertex 4614: Normal +Vertex 4615: Normal +Vertex 4616: Normal +Vertex 4617: Normal +Vertex 4618: Normal +Vertex 4619: Normal +Vertex 4620: Normal +Vertex 4621: Normal +Vertex 4622: Normal +Vertex 4623: Normal +Vertex 4624: Normal +Vertex 4625: Normal +Vertex 4626: Normal +Vertex 4627: Normal +Vertex 4628: Normal +Vertex 4629: Normal +Vertex 4630: Normal +Vertex 4631: Normal +Vertex 4632: Normal +Vertex 4633: Normal +Vertex 4634: Normal +Vertex 4635: Normal +Vertex 4636: Normal +Vertex 4637: Normal +Vertex 4638: Normal +Vertex 4639: Normal +Vertex 4640: Normal +Vertex 4641: Normal +Vertex 4642: Normal +Vertex 4643: Normal +===Triangles: 9126 +Triangle: [3, 6, 4] +Triangle: [11, 10, 9] +Triangle: [8, 11, 9] +Triangle: [13, 7, 14] +Triangle: [15, 14, 7] +Triangle: [15, 18, 16] +Triangle: [82, 30, 171] +Triangle: [24, 29, 30] +Triangle: [23, 28, 29] +Triangle: [20, 158, 122] +Triangle: [21, 27, 20] +Triangle: [1277, 25, 1269] +Triangle: [12, 22, 10] +Triangle: [25, 31, 32] +Triangle: [928, 180, 178] +Triangle: [1113, 36, 1126] +Triangle: [11, 31, 12] +Triangle: [1236, 34, 1240] +Triangle: [2257, 930, 2263] +Triangle: [13, 892, 891] +Triangle: [13, 37, 11] +Triangle: [40, 895, 44] +Triangle: [3, 887, 886] +Triangle: [41, 891, 894] +Triangle: [42, 889, 16] +Triangle: [42, 18, 43] +Triangle: [5, 42, 43] +Triangle: [177, 41, 180] +Triangle: [47, 1203, 1202] +Triangle: [1134, 45, 1144] +Triangle: [1101, 2272, 2275] +Triangle: [176, 37, 177] +Triangle: [169, 205, 68] +Triangle: [2259, 70, 2260] +Triangle: [182, 66, 183] +Triangle: [26, 64, 27] +Triangle: [73, 72, 71] +Triangle: [7, 73, 15] +Triangle: [76, 77, 78] +Triangle: [71, 77, 75] +Triangle: [76, 79, 75] +Triangle: [84, 82, 81] +Triangle: [79, 83, 84] +Triangle: [75, 85, 71] +Triangle: [71, 86, 73] +Triangle: [73, 17, 15] +Triangle: [84, 85, 79] +Triangle: [81, 86, 84] +Triangle: [74, 8, 87] +Triangle: [120, 10, 88] +Triangle: [10, 89, 88] +Triangle: [88, 113, 114] +Triangle: [111, 95, 112] +Triangle: [119, 90, 92] +Triangle: [115, 91, 118] +Triangle: [136, 154, 153] +Triangle: [117, 92, 93] +Triangle: [107, 101, 97] +Triangle: [110, 98, 103] +Triangle: [109, 102, 100] +Triangle: [110, 99, 108] +Triangle: [105, 100, 101] +Triangle: [104, 97, 98] +Triangle: [92, 1186, 1185] +Triangle: [1184, 96, 1180] +Triangle: [93, 1185, 1181] +Triangle: [121, 87, 120] +Triangle: [147, 1050, 141] +Triangle: [1179, 95, 1184] +Triangle: [91, 1179, 1182] +Triangle: [72, 118, 116] +Triangle: [112, 121, 114] +Triangle: [87, 118, 74] +Triangle: [78, 119, 117] +Triangle: [77, 116, 119] +Triangle: [114, 111, 112] +Triangle: [112, 94, 115] +Triangle: [121, 88, 114] +Triangle: [87, 9, 120] +Triangle: [123, 126, 125] +Triangle: [125, 122, 19] +Triangle: [78, 127, 76] +Triangle: [123, 128, 124] +Triangle: [129, 76, 127] +Triangle: [130, 82, 83] +Triangle: [129, 83, 80] +Triangle: [131, 127, 123] +Triangle: [125, 131, 123] +Triangle: [19, 132, 125] +Triangle: [130, 131, 132] +Triangle: [24, 132, 23] +Triangle: [133, 122, 126] +Triangle: [156, 134, 21] +Triangle: [1263, 22, 1277] +Triangle: [1268, 89, 1263] +Triangle: [1264, 111, 1267] +Triangle: [138, 153, 155] +Triangle: [154, 139, 152] +Triangle: [93, 155, 117] +Triangle: [1214, 104, 1208] +Triangle: [141, 1167, 147] +Triangle: [149, 1217, 1210] +Triangle: [1265, 106, 1266] +Triangle: [108, 1154, 1158] +Triangle: [144, 148, 146] +Triangle: [149, 1052, 1051] +Triangle: [1160, 1226, 1227] +Triangle: [1298, 140, 1187] +Triangle: [1157, 1228, 1226] +Triangle: [157, 133, 152] +Triangle: [140, 1183, 1187] +Triangle: [1183, 137, 1188] +Triangle: [124, 154, 126] +Triangle: [151, 152, 150] +Triangle: [126, 152, 133] +Triangle: [117, 128, 78] +Triangle: [128, 153, 124] +Triangle: [1267, 113, 1268] +Triangle: [139, 150, 152] +Triangle: [135, 157, 151] +Triangle: [156, 20, 133] +Triangle: [116, 91, 90] +Triangle: [19, 158, 28] +Triangle: [134, 26, 21] +Triangle: [159, 66, 26] +Triangle: [183, 160, 184] +Triangle: [2260, 161, 2261] +Triangle: [1270, 159, 1269] +Triangle: [184, 1270, 1274] +Triangle: [2261, 1271, 2267] +Triangle: [35, 931, 36] +Triangle: [941, 1142, 1152] +Triangle: [1141, 941, 1152] +Triangle: [162, 937, 67] +Triangle: [1070, 1089, 1090] +Triangle: [1089, 944, 917] +Triangle: [1272, 936, 162] +Triangle: [81, 171, 172] +Triangle: [17, 172, 18] +Triangle: [1117, 63, 1128] +Triangle: [62, 182, 181] +Triangle: [61, 64, 62] +Triangle: [27, 174, 158] +Triangle: [181, 2290, 2287] +Triangle: [2292, 1274, 2293] +Triangle: [2291, 184, 2292] +Triangle: [2290, 183, 2291] +Triangle: [2289, 177, 2288] +Triangle: [933, 178, 40] +Triangle: [31, 175, 32] +Triangle: [40, 180, 41] +Triangle: [29, 211, 30] +Triangle: [496, 174, 61] +Triangle: [1074, 56, 188] +Triangle: [188, 58, 189] +Triangle: [1275, 57, 1262] +Triangle: [1075, 53, 1074] +Triangle: [1075, 54, 55] +Triangle: [195, 204, 59] +Triangle: [189, 57, 190] +Triangle: [194, 51, 52] +Triangle: [170, 194, 169] +Triangle: [163, 190, 164] +Triangle: [1145, 1076, 1088] +Triangle: [1145, 187, 1147] +Triangle: [164, 1275, 1273] +Triangle: [165, 189, 163] +Triangle: [1071, 188, 165] +Triangle: [745, 201, 744] +Triangle: [746, 199, 200] +Triangle: [749, 1276, 1278] +Triangle: [744, 203, 750] +Triangle: [753, 2, 1] +Triangle: [750, 202, 749] +Triangle: [746, 198, 745] +Triangle: [748, 197, 752] +Triangle: [205, 206, 68] +Triangle: [205, 52, 204] +Triangle: [204, 752, 751] +Triangle: [939, 63, 65] +Triangle: [67, 939, 65] +Triangle: [208, 18, 207] +Triangle: [172, 207, 18] +Triangle: [171, 209, 172] +Triangle: [291, 559, 222] +Triangle: [540, 490, 549] +Triangle: [558, 490, 225] +Triangle: [286, 508, 226] +Triangle: [234, 244, 245] +Triangle: [945, 236, 946] +Triangle: [238, 945, 947] +Triangle: [948, 231, 230] +Triangle: [242, 948, 950] +Triangle: [949, 242, 950] +Triangle: [245, 236, 237] +Triangle: [243, 245, 246] +Triangle: [248, 246, 249] +Triangle: [245, 238, 246] +Triangle: [247, 246, 238] +Triangle: [260, 267, 266] +Triangle: [264, 263, 265] +Triangle: [264, 261, 260] +Triangle: [234, 484, 235] +Triangle: [483, 234, 243] +Triangle: [260, 268, 271] +Triangle: [269, 271, 268] +Triangle: [270, 272, 269] +Triangle: [243, 259, 483] +Triangle: [257, 269, 2348] +Triangle: [280, 580, 575] +Triangle: [276, 580, 217] +Triangle: [214, 579, 276] +Triangle: [279, 219, 277] +Triangle: [537, 213, 535] +Triangle: [218, 575, 381] +Triangle: [511, 286, 301] +Triangle: [287, 494, 491] +Triangle: [541, 491, 550] +Triangle: [559, 485, 222] +Triangle: [1192, 469, 1200] +Triangle: [542, 293, 543] +Triangle: [543, 287, 541] +Triangle: [289, 293, 294] +Triangle: [283, 294, 295] +Triangle: [292, 294, 293] +Triangle: [283, 296, 297] +Triangle: [289, 298, 299] +Triangle: [288, 494, 289] +Triangle: [300, 298, 284] +Triangle: [558, 301, 224] +Triangle: [540, 300, 544] +Triangle: [544, 284, 539] +Triangle: [538, 292, 542] +Triangle: [295, 282, 296] +Triangle: [545, 282, 538] +Triangle: [296, 303, 304] +Triangle: [537, 303, 545] +Triangle: [304, 278, 279] +Triangle: [539, 228, 536] +Triangle: [228, 306, 305] +Triangle: [305, 240, 229] +Triangle: [239, 247, 238] +Triangle: [251, 239, 242] +Triangle: [252, 242, 241] +Triangle: [288, 299, 300] +Triangle: [951, 241, 949] +Triangle: [951, 310, 308] +Triangle: [953, 310, 952] +Triangle: [953, 314, 312] +Triangle: [308, 252, 241] +Triangle: [306, 298, 316] +Triangle: [311, 316, 318] +Triangle: [316, 317, 318] +Triangle: [297, 298, 283] +Triangle: [319, 260, 271] +Triangle: [264, 320, 262] +Triangle: [262, 323, 263] +Triangle: [322, 325, 323] +Triangle: [326, 368, 369] +Triangle: [321, 328, 320] +Triangle: [329, 330, 328] +Triangle: [371, 333, 332] +Triangle: [328, 262, 320] +Triangle: [322, 330, 324] +Triangle: [369, 332, 326] +Triangle: [272, 319, 271] +Triangle: [273, 320, 272] +Triangle: [307, 310, 253] +Triangle: [253, 312, 254] +Triangle: [253, 342, 341] +Triangle: [249, 336, 248] +Triangle: [255, 350, 349] +Triangle: [256, 343, 255] +Triangle: [247, 337, 249] +Triangle: [351, 345, 352] +Triangle: [250, 335, 247] +Triangle: [257, 2346, 345] +Triangle: [250, 339, 338] +Triangle: [259, 346, 258] +Triangle: [251, 340, 339] +Triangle: [248, 347, 259] +Triangle: [307, 341, 348] +Triangle: [306, 309, 240] +Triangle: [481, 2296, 483] +Triangle: [482, 2295, 484] +Triangle: [483, 2294, 482] +Triangle: [254, 350, 342] +Triangle: [252, 348, 340] +Triangle: [483, 258, 481] +Triangle: [351, 344, 256] +Triangle: [353, 312, 314] +Triangle: [349, 353, 357] +Triangle: [349, 356, 255] +Triangle: [255, 355, 256] +Triangle: [256, 354, 351] +Triangle: [351, 270, 257] +Triangle: [321, 358, 362] +Triangle: [273, 354, 358] +Triangle: [355, 358, 354] +Triangle: [356, 359, 355] +Triangle: [357, 360, 356] +Triangle: [329, 362, 363] +Triangle: [359, 362, 358] +Triangle: [363, 364, 365] +Triangle: [331, 363, 366] +Triangle: [370, 366, 372] +Triangle: [370, 367, 333] +Triangle: [330, 369, 324] +Triangle: [331, 371, 330] +Triangle: [324, 368, 325] +Triangle: [297, 304, 334] +Triangle: [373, 277, 215] +Triangle: [279, 334, 304] +Triangle: [317, 334, 318] +Triangle: [374, 311, 318] +Triangle: [374, 334, 373] +Triangle: [375, 313, 374] +Triangle: [375, 373, 376] +Triangle: [376, 215, 377] +Triangle: [378, 357, 353] +Triangle: [376, 383, 375] +Triangle: [860, 451, 546] +Triangle: [383, 315, 375] +Triangle: [955, 314, 954] +Triangle: [380, 577, 382] +Triangle: [360, 364, 359] +Triangle: [365, 366, 363] +Triangle: [372, 384, 385] +Triangle: [367, 385, 386] +Triangle: [387, 365, 360] +Triangle: [384, 388, 385] +Triangle: [386, 388, 389] +Triangle: [361, 387, 360] +Triangle: [387, 391, 388] +Triangle: [379, 353, 314] +Triangle: [378, 393, 392] +Triangle: [393, 394, 392] +Triangle: [392, 361, 378] +Triangle: [392, 391, 390] +Triangle: [955, 382, 956] +Triangle: [388, 411, 389] +Triangle: [412, 960, 957] +Triangle: [959, 417, 962] +Triangle: [737, 397, 736] +Triangle: [408, 404, 410] +Triangle: [409, 403, 408] +Triangle: [961, 382, 274] +Triangle: [412, 406, 407] +Triangle: [405, 396, 397] +Triangle: [399, 416, 417] +Triangle: [413, 416, 398] +Triangle: [419, 413, 414] +Triangle: [420, 414, 415] +Triangle: [962, 421, 963] +Triangle: [964, 421, 422] +Triangle: [965, 422, 423] +Triangle: [416, 421, 417] +Triangle: [422, 418, 419] +Triangle: [423, 419, 420] +Triangle: [958, 399, 959] +Triangle: [398, 401, 400] +Triangle: [960, 401, 958] +Triangle: [401, 406, 400] +Triangle: [400, 425, 424] +Triangle: [426, 400, 424] +Triangle: [413, 426, 427] +Triangle: [414, 427, 428] +Triangle: [415, 428, 429] +Triangle: [428, 432, 429] +Triangle: [427, 431, 428] +Triangle: [430, 426, 424] +Triangle: [431, 435, 432] +Triangle: [430, 434, 431] +Triangle: [433, 424, 425] +Triangle: [425, 437, 433] +Triangle: [739, 439, 738] +Triangle: [439, 440, 441] +Triangle: [441, 443, 439] +Triangle: [439, 740, 738] +Triangle: [444, 446, 443] +Triangle: [443, 741, 740] +Triangle: [437, 434, 433] +Triangle: [434, 445, 435] +Triangle: [405, 425, 406] +Triangle: [739, 405, 737] +Triangle: [440, 404, 403] +Triangle: [452, 277, 219] +Triangle: [213, 582, 860] +Triangle: [872, 452, 547] +Triangle: [470, 864, 872] +Triangle: [863, 377, 215] +Triangle: [535, 860, 546] +Triangle: [215, 453, 863] +Triangle: [1194, 472, 1193] +Triangle: [216, 448, 402] +Triangle: [1195, 475, 474] +Triangle: [1196, 476, 475] +Triangle: [1198, 476, 1197] +Triangle: [1199, 477, 1198] +Triangle: [859, 469, 547] +Triangle: [477, 871, 870] +Triangle: [869, 477, 870] +Triangle: [475, 869, 868] +Triangle: [474, 868, 867] +Triangle: [403, 873, 459] +Triangle: [864, 473, 865] +Triangle: [872, 455, 453] +Triangle: [471, 457, 448] +Triangle: [546, 862, 547] +Triangle: [557, 487, 485] +Triangle: [487, 560, 489] +Triangle: [548, 493, 549] +Triangle: [550, 492, 548] +Triangle: [493, 492, 494] +Triangle: [492, 491, 494] +Triangle: [210, 30, 211] +Triangle: [495, 212, 60] +Triangle: [465, 447, 444] +Triangle: [463, 444, 441] +Triangle: [461, 441, 440] +Triangle: [459, 440, 403] +Triangle: [473, 867, 865] +Triangle: [471, 216, 377] +Triangle: [582, 450, 451] +Triangle: [232, 500, 501] +Triangle: [568, 501, 500] +Triangle: [503, 499, 498] +Triangle: [504, 498, 497] +Triangle: [504, 506, 505] +Triangle: [572, 505, 506] +Triangle: [530, 226, 508] +Triangle: [508, 285, 227] +Triangle: [514, 521, 551] +Triangle: [510, 302, 285] +Triangle: [514, 228, 305] +Triangle: [530, 552, 507] +Triangle: [518, 517, 516] +Triangle: [520, 519, 518] +Triangle: [507, 574, 573] +Triangle: [232, 525, 231] +Triangle: [569, 524, 570] +Triangle: [502, 523, 524] +Triangle: [522, 503, 504] +Triangle: [515, 522, 504] +Triangle: [517, 526, 515] +Triangle: [519, 527, 517] +Triangle: [529, 519, 521] +Triangle: [507, 531, 530] +Triangle: [534, 227, 533] +Triangle: [486, 548, 488] +Triangle: [488, 549, 490] +Triangle: [219, 546, 452] +Triangle: [539, 227, 285] +Triangle: [220, 537, 545] +Triangle: [545, 281, 220] +Triangle: [221, 538, 542] +Triangle: [302, 539, 285] +Triangle: [225, 544, 302] +Triangle: [290, 541, 223] +Triangle: [221, 543, 290] +Triangle: [223, 550, 486] +Triangle: [278, 535, 219] +Triangle: [288, 549, 493] +Triangle: [533, 536, 532] +Triangle: [228, 532, 536] +Triangle: [520, 551, 521] +Triangle: [508, 553, 530] +Triangle: [517, 555, 516] +Triangle: [515, 554, 555] +Triangle: [505, 554, 504] +Triangle: [225, 511, 558] +Triangle: [561, 490, 560] +Triangle: [560, 224, 489] +Triangle: [559, 486, 557] +Triangle: [556, 223, 559] +Triangle: [523, 526, 513] +Triangle: [557, 488, 561] +Triangle: [524, 513, 562] +Triangle: [570, 562, 571] +Triangle: [231, 563, 230] +Triangle: [513, 527, 562] +Triangle: [525, 571, 563] +Triangle: [528, 565, 564] +Triangle: [529, 305, 565] +Triangle: [229, 565, 305] +Triangle: [564, 566, 567] +Triangle: [567, 229, 230] +Triangle: [563, 567, 230] +Triangle: [569, 525, 501] +Triangle: [502, 568, 499] +Triangle: [571, 527, 528] +Triangle: [571, 564, 563] +Triangle: [573, 512, 505] +Triangle: [509, 573, 572] +Triangle: [552, 553, 574] +Triangle: [554, 574, 553] +Triangle: [553, 555, 554] +Triangle: [534, 516, 555] +Triangle: [533, 518, 516] +Triangle: [518, 532, 520] +Triangle: [581, 578, 214] +Triangle: [221, 556, 381] +Triangle: [578, 275, 579] +Triangle: [575, 220, 281] +Triangle: [381, 281, 221] +Triangle: [580, 275, 220] +Triangle: [381, 291, 218] +Triangle: [577, 585, 576] +Triangle: [583, 577, 383] +Triangle: [584, 216, 402] +Triangle: [583, 377, 216] +Triangle: [584, 409, 585] +Triangle: [274, 577, 576] +Triangle: [576, 587, 586] +Triangle: [587, 588, 586] +Triangle: [588, 591, 590] +Triangle: [591, 592, 590] +Triangle: [593, 594, 592] +Triangle: [595, 596, 594] +Triangle: [597, 598, 596] +Triangle: [967, 601, 600] +Triangle: [600, 603, 602] +Triangle: [968, 604, 969] +Triangle: [604, 607, 606] +Triangle: [970, 608, 971] +Triangle: [609, 610, 608] +Triangle: [610, 613, 612] +Triangle: [612, 615, 614] +Triangle: [637, 617, 616] +Triangle: [616, 619, 618] +Triangle: [619, 620, 618] +Triangle: [972, 622, 973] +Triangle: [606, 626, 604] +Triangle: [973, 635, 976] +Triangle: [969, 626, 974] +Triangle: [618, 634, 633] +Triangle: [600, 625, 624] +Triangle: [616, 633, 632] +Triangle: [616, 638, 637] +Triangle: [612, 631, 630] +Triangle: [612, 629, 610] +Triangle: [610, 628, 608] +Triangle: [608, 975, 971] +Triangle: [637, 631, 614] +Triangle: [614, 636, 637] +Triangle: [627, 641, 626] +Triangle: [633, 649, 648] +Triangle: [631, 645, 630] +Triangle: [628, 978, 975] +Triangle: [976, 650, 979] +Triangle: [624, 640, 639] +Triangle: [638, 646, 631] +Triangle: [629, 643, 628] +Triangle: [626, 977, 974] +Triangle: [638, 647, 651] +Triangle: [632, 648, 647] +Triangle: [630, 644, 629] +Triangle: [576, 660, 274] +Triangle: [967, 624, 983] +Triangle: [596, 674, 675] +Triangle: [594, 675, 673] +Triangle: [594, 676, 592] +Triangle: [676, 590, 592] +Triangle: [672, 588, 590] +Triangle: [671, 586, 588] +Triangle: [670, 660, 586] +Triangle: [703, 701, 702] +Triangle: [659, 663, 658] +Triangle: [657, 663, 664] +Triangle: [656, 664, 665] +Triangle: [655, 665, 666] +Triangle: [654, 666, 667] +Triangle: [668, 884, 880] +Triangle: [690, 874, 885] +Triangle: [984, 674, 983] +Triangle: [675, 677, 678] +Triangle: [675, 679, 673] +Triangle: [673, 680, 676] +Triangle: [672, 680, 681] +Triangle: [671, 681, 682] +Triangle: [670, 682, 661] +Triangle: [659, 684, 662] +Triangle: [660, 684, 683] +Triangle: [684, 682, 662] +Triangle: [682, 663, 662] +Triangle: [681, 664, 663] +Triangle: [664, 679, 665] +Triangle: [665, 678, 666] +Triangle: [678, 667, 666] +Triangle: [669, 881, 687] +Triangle: [984, 668, 982] +Triangle: [687, 1009, 986] +Triangle: [686, 639, 640] +Triangle: [977, 686, 640] +Triangle: [644, 990, 991] +Triangle: [980, 878, 1006] +Triangle: [987, 703, 702] +Triangle: [989, 645, 646] +Triangle: [654, 693, 655] +Triangle: [980, 695, 993] +Triangle: [653, 696, 695] +Triangle: [996, 696, 994] +Triangle: [985, 698, 994] +Triangle: [1010, 649, 979] +Triangle: [699, 981, 992] +Triangle: [700, 988, 981] +Triangle: [688, 701, 698] +Triangle: [702, 652, 689] +Triangle: [989, 702, 689] +Triangle: [991, 643, 644] +Triangle: [700, 698, 701] +Triangle: [642, 687, 641] +Triangle: [655, 692, 656] +Triangle: [657, 692, 691] +Triangle: [696, 704, 695] +Triangle: [704, 995, 997] +Triangle: [993, 704, 997] +Triangle: [693, 705, 706] +Triangle: [706, 650, 635] +Triangle: [691, 635, 622] +Triangle: [692, 706, 691] +Triangle: [691, 658, 657] +Triangle: [623, 658, 622] +Triangle: [707, 587, 585] +Triangle: [707, 409, 708] +Triangle: [708, 709, 707] +Triangle: [589, 709, 591] +Triangle: [408, 708, 409] +Triangle: [709, 712, 711] +Triangle: [712, 713, 711] +Triangle: [713, 716, 715] +Triangle: [709, 593, 591] +Triangle: [711, 595, 593] +Triangle: [595, 715, 597] +Triangle: [715, 718, 717] +Triangle: [999, 720, 719] +Triangle: [719, 722, 721] +Triangle: [1000, 723, 1001] +Triangle: [597, 717, 599] +Triangle: [966, 719, 601] +Triangle: [601, 721, 603] +Triangle: [1001, 605, 968] +Triangle: [619, 731, 732] +Triangle: [733, 731, 395] +Triangle: [274, 1003, 961] +Triangle: [617, 730, 731] +Triangle: [636, 729, 730] +Triangle: [613, 729, 615] +Triangle: [611, 728, 613] +Triangle: [611, 726, 727] +Triangle: [970, 725, 1002] +Triangle: [607, 723, 725] +Triangle: [395, 730, 394] +Triangle: [394, 729, 391] +Triangle: [727, 735, 728] +Triangle: [728, 391, 729] +Triangle: [391, 734, 411] +Triangle: [727, 411, 734] +Triangle: [1002, 412, 957] +Triangle: [724, 725, 723] +Triangle: [1000, 720, 998] +Triangle: [412, 718, 396] +Triangle: [718, 397, 396] +Triangle: [712, 408, 410] +Triangle: [438, 737, 404] +Triangle: [740, 445, 442] +Triangle: [738, 442, 437] +Triangle: [436, 738, 437] +Triangle: [404, 736, 410] +Triangle: [714, 410, 736] +Triangle: [716, 736, 397] +Triangle: [1004, 733, 1003] +Triangle: [1005, 623, 972] +Triangle: [1005, 732, 1004] +Triangle: [158, 495, 28] +Triangle: [185, 29, 28] +Triangle: [495, 185, 28] +Triangle: [2, 752, 197] +Triangle: [52, 748, 752] +Triangle: [55, 745, 53] +Triangle: [58, 749, 57] +Triangle: [59, 751, 753] +Triangle: [56, 750, 58] +Triangle: [57, 1278, 1262] +Triangle: [54, 746, 55] +Triangle: [53, 744, 56] +Triangle: [742, 6, 5] +Triangle: [208, 5, 43] +Triangle: [1174, 763, 1170] +Triangle: [1171, 770, 764] +Triangle: [1177, 769, 1175] +Triangle: [1176, 765, 770] +Triangle: [1170, 771, 1177] +Triangle: [1171, 768, 1174] +Triangle: [1156, 141, 142] +Triangle: [1173, 773, 1178] +Triangle: [774, 1159, 1162] +Triangle: [1279, 1172, 1297] +Triangle: [145, 1156, 142] +Triangle: [1166, 1164, 141] +Triangle: [775, 759, 776] +Triangle: [777, 758, 775] +Triangle: [775, 754, 0] +Triangle: [777, 0, 761] +Triangle: [778, 761, 762] +Triangle: [760, 778, 757] +Triangle: [1281, 762, 1280] +Triangle: [757, 1281, 755] +Triangle: [830, 1283, 1287] +Triangle: [840, 1284, 1288] +Triangle: [1289, 784, 1285] +Triangle: [851, 793, 790] +Triangle: [842, 789, 841] +Triangle: [832, 787, 831] +Triangle: [852, 801, 793] +Triangle: [844, 794, 842] +Triangle: [834, 792, 832] +Triangle: [855, 809, 806] +Triangle: [846, 805, 845] +Triangle: [836, 803, 835] +Triangle: [856, 813, 809] +Triangle: [847, 810, 846] +Triangle: [837, 808, 836] +Triangle: [854, 786, 801] +Triangle: [840, 802, 844] +Triangle: [830, 800, 834] +Triangle: [829, 805, 835] +Triangle: [839, 806, 845] +Triangle: [855, 779, 804] +Triangle: [837, 818, 838] +Triangle: [847, 817, 848] +Triangle: [858, 811, 815] +Triangle: [858, 798, 817] +Triangle: [843, 818, 848] +Triangle: [833, 816, 838] +Triangle: [1286, 783, 1282] +Triangle: [1252, 1285, 1303] +Triangle: [1253, 779, 1252] +Triangle: [819, 803, 821] +Triangle: [1258, 799, 1259] +Triangle: [820, 800, 783] +Triangle: [1255, 788, 1254] +Triangle: [823, 792, 824] +Triangle: [824, 800, 822] +Triangle: [1259, 791, 1255] +Triangle: [1261, 796, 815] +Triangle: [826, 795, 825] +Triangle: [1256, 804, 1253] +Triangle: [821, 808, 827] +Triangle: [827, 812, 828] +Triangle: [1257, 807, 1256] +Triangle: [828, 816, 826] +Triangle: [1261, 811, 1257] +Triangle: [760, 826, 758] +Triangle: [757, 828, 760] +Triangle: [755, 827, 757] +Triangle: [758, 825, 759] +Triangle: [761, 824, 822] +Triangle: [0, 823, 824] +Triangle: [762, 822, 820] +Triangle: [756, 821, 755] +Triangle: [1280, 820, 1286] +Triangle: [797, 838, 818] +Triangle: [812, 838, 816] +Triangle: [780, 835, 803] +Triangle: [785, 834, 802] +Triangle: [814, 836, 810] +Triangle: [810, 835, 805] +Triangle: [802, 832, 794] +Triangle: [794, 831, 789] +Triangle: [783, 1287, 1282] +Triangle: [798, 848, 817] +Triangle: [814, 848, 818] +Triangle: [782, 845, 805] +Triangle: [786, 844, 801] +Triangle: [813, 846, 809] +Triangle: [809, 845, 806] +Triangle: [801, 842, 793] +Triangle: [793, 841, 790] +Triangle: [785, 1288, 1283] +Triangle: [815, 853, 858] +Triangle: [817, 857, 858] +Triangle: [806, 849, 855] +Triangle: [799, 850, 854] +Triangle: [807, 857, 856] +Triangle: [804, 856, 855] +Triangle: [791, 854, 852] +Triangle: [788, 852, 851] +Triangle: [1284, 850, 1289] +Triangle: [1200, 468, 1191] +Triangle: [859, 862, 861] +Triangle: [862, 450, 861] +Triangle: [547, 452, 546] +Triangle: [863, 455, 471] +Triangle: [448, 866, 402] +Triangle: [455, 865, 457] +Triangle: [1194, 474, 473] +Triangle: [867, 461, 459] +Triangle: [868, 463, 461] +Triangle: [463, 870, 465] +Triangle: [870, 467, 465] +Triangle: [872, 469, 470] +Triangle: [1013, 449, 1019] +Triangle: [1018, 742, 1020] +Triangle: [1016, 464, 1015] +Triangle: [867, 457, 865] +Triangle: [1012, 211, 1017] +Triangle: [1020, 208, 1019] +Triangle: [1014, 210, 1012] +Triangle: [1017, 186, 1011] +Triangle: [1014, 454, 1013] +Triangle: [866, 403, 402] +Triangle: [459, 866, 457] +Triangle: [1006, 879, 1007] +Triangle: [876, 880, 884] +Triangle: [1009, 876, 884] +Triangle: [882, 883, 881] +Triangle: [875, 885, 874] +Triangle: [667, 878, 654] +Triangle: [688, 875, 652] +Triangle: [652, 874, 689] +Triangle: [685, 877, 876] +Triangle: [982, 880, 1007] +Triangle: [690, 882, 669] +Triangle: [685, 1008, 985] +Triangle: [891, 906, 894] +Triangle: [888, 897, 887] +Triangle: [892, 900, 903] +Triangle: [895, 899, 888] +Triangle: [891, 903, 902] +Triangle: [893, 907, 895] +Triangle: [40, 894, 893] +Triangle: [3, 890, 42] +Triangle: [14, 889, 892] +Triangle: [897, 898, 896] +Triangle: [902, 904, 906] +Triangle: [901, 903, 900] +Triangle: [906, 898, 905] +Triangle: [896, 904, 901] +Triangle: [907, 898, 899] +Triangle: [886, 897, 896] +Triangle: [886, 901, 890] +Triangle: [890, 900, 889] +Triangle: [894, 905, 893] +Triangle: [916, 934, 917] +Triangle: [915, 2268, 929] +Triangle: [913, 935, 918] +Triangle: [919, 179, 910] +Triangle: [909, 2258, 2262] +Triangle: [913, 1068, 915] +Triangle: [916, 164, 908] +Triangle: [922, 170, 169] +Triangle: [923, 68, 206] +Triangle: [908, 1273, 1290] +Triangle: [920, 169, 68] +Triangle: [926, 928, 178] +Triangle: [927, 919, 933] +Triangle: [930, 912, 909] +Triangle: [930, 2262, 2263] +Triangle: [929, 2279, 180] +Triangle: [929, 913, 915] +Triangle: [931, 916, 908] +Triangle: [911, 934, 924] +Triangle: [910, 935, 926] +Triangle: [936, 922, 937] +Triangle: [938, 920, 923] +Triangle: [1291, 908, 1290] +Triangle: [937, 920, 939] +Triangle: [944, 916, 917] +Triangle: [942, 163, 944] +Triangle: [1150, 166, 1086] +Triangle: [942, 1071, 165] +Triangle: [941, 1080, 166] +Triangle: [688, 1008, 883] +Triangle: [982, 879, 667] +Triangle: [881, 1008, 1009] +Triangle: [877, 1007, 880] +Triangle: [659, 1004, 683] +Triangle: [1005, 621, 619] +Triangle: [683, 1003, 660] +Triangle: [724, 998, 718] +Triangle: [726, 957, 411] +Triangle: [609, 1002, 726] +Triangle: [961, 733, 395] +Triangle: [721, 968, 603] +Triangle: [599, 999, 966] +Triangle: [722, 1001, 721] +Triangle: [717, 998, 999] +Triangle: [694, 997, 705] +Triangle: [705, 995, 650] +Triangle: [669, 978, 991] +Triangle: [646, 987, 989] +Triangle: [981, 647, 648] +Triangle: [992, 648, 649] +Triangle: [995, 979, 650] +Triangle: [697, 1010, 995] +Triangle: [996, 992, 1010] +Triangle: [685, 994, 696] +Triangle: [699, 994, 698] +Triangle: [980, 694, 654] +Triangle: [689, 990, 989] +Triangle: [651, 988, 987] +Triangle: [653, 1006, 877] +Triangle: [991, 690, 669] +Triangle: [641, 986, 977] +Triangle: [986, 884, 686] +Triangle: [677, 982, 667] +Triangle: [639, 983, 624] +Triangle: [598, 983, 674] +Triangle: [974, 640, 625] +Triangle: [634, 979, 649] +Triangle: [975, 642, 627] +Triangle: [971, 627, 606] +Triangle: [602, 974, 625] +Triangle: [620, 976, 634] +Triangle: [621, 973, 620] +Triangle: [607, 971, 606] +Triangle: [603, 969, 602] +Triangle: [598, 966, 967] +Triangle: [389, 958, 386] +Triangle: [386, 959, 367] +Triangle: [327, 964, 965] +Triangle: [332, 964, 326] +Triangle: [333, 963, 332] +Triangle: [393, 961, 395] +Triangle: [367, 962, 333] +Triangle: [411, 960, 389] +Triangle: [379, 956, 393] +Triangle: [380, 954, 315] +Triangle: [315, 953, 313] +Triangle: [313, 952, 311] +Triangle: [309, 952, 951] +Triangle: [309, 949, 240] +Triangle: [240, 950, 229] +Triangle: [950, 230, 229] +Triangle: [239, 947, 948] +Triangle: [947, 232, 231] +Triangle: [945, 233, 232] +Triangle: [1015, 462, 1011] +Triangle: [185, 1011, 186] +Triangle: [209, 1013, 207] +Triangle: [460, 1011, 462] +Triangle: [456, 1012, 458] +Triangle: [458, 1017, 460] +Triangle: [60, 1015, 185] +Triangle: [480, 1019, 449] +Triangle: [479, 1020, 480] +Triangle: [207, 1019, 208] +Triangle: [1192, 454, 1193] +Triangle: [1029, 1221, 1215] +Triangle: [1209, 1029, 1215] +Triangle: [1155, 1213, 1220] +Triangle: [1299, 1028, 1209] +Triangle: [142, 1052, 145] +Triangle: [1234, 1026, 1224] +Triangle: [1027, 1211, 1214] +Triangle: [1022, 1206, 1211] +Triangle: [1160, 1188, 1189] +Triangle: [1025, 1207, 1213] +Triangle: [1206, 1023, 1212] +Triangle: [1207, 1026, 1208] +Triangle: [1251, 1040, 1042] +Triangle: [1250, 1042, 1041] +Triangle: [1250, 1035, 1247] +Triangle: [1245, 1039, 1040] +Triangle: [1243, 1038, 1249] +Triangle: [1249, 1037, 1248] +Triangle: [1242, 1036, 1243] +Triangle: [1247, 1034, 1246] +Triangle: [1246, 1293, 1302] +Triangle: [888, 1044, 1048] +Triangle: [1044, 1043, 1048] +Triangle: [888, 1045, 895] +Triangle: [1047, 1048, 1043] +Triangle: [4, 1044, 887] +Triangle: [895, 1047, 44] +Triangle: [1054, 1219, 1218] +Triangle: [1052, 1054, 1051] +Triangle: [1053, 1049, 1054] +Triangle: [1056, 1217, 1218] +Triangle: [1216, 1057, 1219] +Triangle: [1032, 1056, 1057] +Triangle: [1031, 1055, 1056] +Triangle: [142, 1050, 1053] +Triangle: [772, 1304, 767] +Triangle: [1064, 766, 774] +Triangle: [1279, 1306, 765] +Triangle: [1059, 774, 769] +Triangle: [767, 1063, 773] +Triangle: [1305, 772, 766] +Triangle: [768, 1307, 1058] +Triangle: [763, 1061, 771] +Triangle: [765, 1060, 770] +Triangle: [771, 1059, 769] +Triangle: [764, 1060, 1307] +Triangle: [768, 1308, 763] +Triangle: [2245, 1069, 2246] +Triangle: [1067, 2283, 2285] +Triangle: [940, 1071, 1070] +Triangle: [1073, 943, 167] +Triangle: [1087, 1071, 168] +Triangle: [1081, 167, 193] +Triangle: [1081, 1075, 192] +Triangle: [1087, 1075, 1074] +Triangle: [1093, 1070, 1090] +Triangle: [1092, 46, 1094] +Triangle: [2274, 1100, 1132] +Triangle: [1146, 1079, 1073] +Triangle: [1076, 1073, 1081] +Triangle: [1078, 1092, 1149] +Triangle: [1082, 1077, 1129] +Triangle: [2244, 50, 2245] +Triangle: [1082, 1083, 1067] +Triangle: [1085, 168, 940] +Triangle: [1147, 1087, 168] +Triangle: [1076, 192, 1088] +Triangle: [187, 192, 1087] +Triangle: [1151, 940, 1093] +Triangle: [1084, 1093, 50] +Triangle: [1072, 1092, 1079] +Triangle: [1079, 1094, 943] +Triangle: [50, 1090, 1069] +Triangle: [1090, 39, 1069] +Triangle: [1138, 1091, 45] +Triangle: [45, 1096, 1140] +Triangle: [39, 917, 911] +Triangle: [2277, 1083, 1131] +Triangle: [1132, 2249, 2251] +Triangle: [912, 38, 909] +Triangle: [1100, 2250, 2249] +Triangle: [1121, 1107, 1120] +Triangle: [1120, 1099, 1114] +Triangle: [2259, 1106, 2256] +Triangle: [1119, 1295, 1296] +Triangle: [1118, 1105, 1119] +Triangle: [1117, 1104, 1118] +Triangle: [1125, 1101, 1136] +Triangle: [1065, 2275, 1130] +Triangle: [1113, 1108, 1121] +Triangle: [2257, 1097, 2255] +Triangle: [35, 1121, 924] +Triangle: [1135, 1127, 1144] +Triangle: [45, 1135, 1144] +Triangle: [65, 1118, 67] +Triangle: [67, 1119, 162] +Triangle: [162, 1296, 1272] +Triangle: [911, 1114, 39] +Triangle: [924, 1120, 911] +Triangle: [1115, 2253, 2252] +Triangle: [2254, 1115, 2252] +Triangle: [2266, 1123, 2265] +Triangle: [1123, 2264, 2265] +Triangle: [1103, 1128, 1106] +Triangle: [1111, 1136, 1101] +Triangle: [1098, 1126, 1097] +Triangle: [1065, 1082, 1129] +Triangle: [1130, 1131, 1082] +Triangle: [2269, 1132, 1111] +Triangle: [49, 2277, 1131] +Triangle: [1134, 1137, 2254] +Triangle: [1139, 1135, 2244] +Triangle: [1136, 2247, 1125] +Triangle: [2248, 2251, 1137] +Triangle: [1115, 2250, 1122] +Triangle: [1140, 2244, 1135] +Triangle: [1095, 1078, 1149] +Triangle: [1096, 1084, 1140] +Triangle: [1095, 1143, 1091] +Triangle: [1096, 1143, 1151] +Triangle: [1136, 2248, 1127] +Triangle: [1144, 2248, 1134] +Triangle: [166, 1146, 1145] +Triangle: [1086, 1145, 1147] +Triangle: [1080, 1072, 1146] +Triangle: [1141, 1072, 1148] +Triangle: [1086, 1085, 1150] +Triangle: [1142, 1085, 1151] +Triangle: [1152, 1149, 1141] +Triangle: [1142, 1143, 1152] +Triangle: [1077, 1205, 1204] +Triangle: [212, 1016, 60] +Triangle: [1153, 466, 1016] +Triangle: [1158, 145, 149] +Triangle: [1181, 138, 93] +Triangle: [1154, 1159, 145] +Triangle: [1156, 774, 766] +Triangle: [1189, 138, 1190] +Triangle: [1030, 1220, 1210] +Triangle: [1297, 102, 1265] +Triangle: [1168, 1229, 1230] +Triangle: [1166, 766, 772] +Triangle: [767, 1173, 1169] +Triangle: [1163, 1216, 1221] +Triangle: [1164, 146, 1167] +Triangle: [1229, 1031, 1032] +Triangle: [1173, 143, 144] +Triangle: [97, 1171, 1174] +Triangle: [98, 1177, 103] +Triangle: [100, 1172, 1176] +Triangle: [103, 1175, 99] +Triangle: [101, 1176, 1171] +Triangle: [98, 1174, 1170] +Triangle: [1169, 144, 1164] +Triangle: [99, 1162, 1154] +Triangle: [90, 1182, 1186] +Triangle: [1187, 1235, 1225] +Triangle: [1300, 1187, 1225] +Triangle: [1182, 1231, 1234] +Triangle: [1179, 1222, 1231] +Triangle: [1181, 1223, 1233] +Triangle: [1222, 1180, 1232] +Triangle: [1223, 1186, 1224] +Triangle: [1157, 1189, 1190] +Triangle: [136, 1188, 137] +Triangle: [1188, 1168, 1183] +Triangle: [1161, 1190, 1181] +Triangle: [1235, 1168, 1230] +Triangle: [1161, 1233, 1228] +Triangle: [470, 1193, 472] +Triangle: [458, 1194, 456] +Triangle: [480, 1191, 479] +Triangle: [464, 1199, 1198] +Triangle: [464, 1197, 462] +Triangle: [462, 1196, 460] +Triangle: [458, 1196, 1195] +Triangle: [456, 1193, 454] +Triangle: [449, 1200, 480] +Triangle: [1201, 910, 179] +Triangle: [918, 48, 913] +Triangle: [1201, 1203, 918] +Triangle: [2278, 1109, 1100] +Triangle: [2285, 1205, 1067] +Triangle: [44, 933, 40] +Triangle: [926, 919, 910] +Triangle: [1221, 147, 1167] +Triangle: [1210, 1158, 149] +Triangle: [1216, 1049, 147] +Triangle: [1218, 1051, 1054] +Triangle: [1218, 1057, 1056] +Triangle: [110, 1208, 104] +Triangle: [109, 1212, 106] +Triangle: [1213, 110, 108] +Triangle: [1211, 109, 105] +Triangle: [1214, 105, 107] +Triangle: [1266, 1209, 148] +Triangle: [1220, 108, 1158] +Triangle: [148, 1215, 146] +Triangle: [1215, 1167, 146] +Triangle: [1210, 1055, 1030] +Triangle: [1027, 1208, 1026] +Triangle: [1228, 1025, 1155] +Triangle: [1029, 1230, 1163] +Triangle: [1024, 1224, 1026] +Triangle: [1021, 1232, 1023] +Triangle: [1233, 1024, 1025] +Triangle: [1231, 1021, 1022] +Triangle: [1234, 1022, 1027] +Triangle: [1292, 1225, 1028] +Triangle: [1225, 1029, 1028] +Triangle: [1165, 1227, 1229] +Triangle: [1230, 1032, 1163] +Triangle: [1182, 1224, 1186] +Triangle: [1226, 1155, 1030] +Triangle: [1227, 1030, 1031] +Triangle: [69, 1238, 70] +Triangle: [70, 1239, 161] +Triangle: [161, 1301, 1271] +Triangle: [1241, 69, 173] +Triangle: [2289, 1240, 2286] +Triangle: [33, 925, 930] +Triangle: [202, 1302, 1276] +Triangle: [203, 1246, 202] +Triangle: [196, 1243, 197] +Triangle: [2, 1248, 1] +Triangle: [197, 1249, 2] +Triangle: [200, 1244, 1245] +Triangle: [201, 1247, 203] +Triangle: [198, 1250, 201] +Triangle: [198, 1245, 1251] +Triangle: [1042, 1261, 1257] +Triangle: [1041, 1257, 1256] +Triangle: [1041, 1253, 1035] +Triangle: [1040, 1260, 1261] +Triangle: [1036, 1255, 1038] +Triangle: [1038, 1254, 1037] +Triangle: [1033, 1259, 1036] +Triangle: [1035, 1252, 1034] +Triangle: [1034, 1303, 1293] +Triangle: [1293, 1258, 1033] +Triangle: [1276, 1242, 196] +Triangle: [1271, 1240, 34] +Triangle: [1023, 1300, 1292] +Triangle: [106, 1299, 1266] +Triangle: [1232, 1298, 1300] +Triangle: [143, 1297, 1265] +Triangle: [1272, 1126, 36] +Triangle: [1296, 1097, 1126] +Triangle: [773, 1294, 1279] +Triangle: [1302, 1033, 1242] +Triangle: [1212, 1292, 1299] +Triangle: [936, 1290, 921] +Triangle: [921, 1273, 170] +Triangle: [781, 1289, 849] +Triangle: [1283, 839, 782] +Triangle: [1282, 829, 780] +Triangle: [756, 1286, 819] +Triangle: [1303, 784, 1258] +Triangle: [819, 1282, 780] +Triangle: [849, 1285, 779] +Triangle: [1288, 781, 839] +Triangle: [1287, 782, 829] +Triangle: [755, 1280, 756] +Triangle: [1178, 1279, 1297] +Triangle: [1262, 748, 51] +Triangle: [1278, 196, 748] +Triangle: [1273, 191, 170] +Triangle: [1275, 51, 191] +Triangle: [2293, 175, 2286] +Triangle: [931, 1272, 36] +Triangle: [2267, 34, 2255] +Triangle: [1274, 32, 175] +Triangle: [32, 1269, 25] +Triangle: [150, 1268, 151] +Triangle: [1180, 1264, 1298] +Triangle: [143, 1266, 148] +Triangle: [140, 1267, 150] +Triangle: [151, 1263, 135] +Triangle: [135, 1277, 134] +Triangle: [134, 1269, 159] +Triangle: [1316, 1315, 1309] +Triangle: [1317, 1309, 1310] +Triangle: [1311, 1317, 1310] +Triangle: [1320, 1312, 1313] +Triangle: [1321, 1313, 1314] +Triangle: [1322, 1314, 1315] +Triangle: [1323, 1322, 1316] +Triangle: [1324, 1316, 1317] +Triangle: [1318, 1324, 1317] +Triangle: [1327, 1319, 1320] +Triangle: [1328, 1320, 1321] +Triangle: [1329, 1321, 1322] +Triangle: [1330, 1329, 1323] +Triangle: [1331, 1323, 1324] +Triangle: [1332, 1324, 323] +Triangle: [1325, 1332, 323] +Triangle: [1334, 1325, 1326] +Triangle: [1327, 1334, 1326] +Triangle: [1336, 1327, 1328] +Triangle: [1337, 1328, 1329] +Triangle: [1338, 1337, 1330] +Triangle: [1339, 1330, 1331] +Triangle: [1340, 1331, 1332] +Triangle: [1333, 1340, 1332] +Triangle: [1334, 1341, 1333] +Triangle: [1335, 1342, 1334] +Triangle: [1336, 1343, 1335] +Triangle: [1345, 1336, 1337] +Triangle: [1346, 1345, 1338] +Triangle: [1347, 1338, 1339] +Triangle: [1348, 1339, 1340] +Triangle: [1349, 1340, 1341] +Triangle: [1342, 1349, 1341] +Triangle: [1343, 1350, 1342] +Triangle: [1344, 1351, 1343] +Triangle: [1345, 1352, 1344] +Triangle: [1346, 1361, 1353] +Triangle: [1355, 1346, 1347] +Triangle: [1356, 1347, 1348] +Triangle: [1357, 1348, 1349] +Triangle: [1358, 1349, 1350] +Triangle: [1351, 1358, 1350] +Triangle: [1352, 1359, 1351] +Triangle: [1353, 1360, 1352] +Triangle: [1354, 1369, 1361] +Triangle: [1363, 1354, 1355] +Triangle: [1364, 1355, 1356] +Triangle: [1365, 1356, 1357] +Triangle: [1366, 1357, 1358] +Triangle: [1359, 1366, 1358] +Triangle: [1360, 1367, 1359] +Triangle: [1361, 1368, 1360] +Triangle: [1362, 1377, 1369] +Triangle: [1371, 1362, 1363] +Triangle: [1372, 1363, 1364] +Triangle: [1373, 1364, 1365] +Triangle: [1374, 1365, 1366] +Triangle: [1367, 1374, 1366] +Triangle: [1368, 1375, 1367] +Triangle: [1369, 1376, 1368] +Triangle: [1370, 1385, 1377] +Triangle: [1379, 1370, 1371] +Triangle: [1380, 1371, 1372] +Triangle: [1381, 1372, 1373] +Triangle: [1382, 1373, 1374] +Triangle: [1375, 1382, 1374] +Triangle: [1376, 1383, 1375] +Triangle: [1377, 1384, 1376] +Triangle: [1378, 1393, 1385] +Triangle: [1387, 1378, 1379] +Triangle: [1388, 1379, 1380] +Triangle: [1389, 1380, 1381] +Triangle: [1390, 1381, 1382] +Triangle: [1383, 1390, 1382] +Triangle: [1384, 1391, 1383] +Triangle: [1385, 1392, 1384] +Triangle: [1386, 1401, 1393] +Triangle: [1395, 1386, 1387] +Triangle: [1396, 1387, 1388] +Triangle: [1397, 1388, 1389] +Triangle: [1398, 1389, 1390] +Triangle: [1391, 1398, 1390] +Triangle: [1392, 1399, 1391] +Triangle: [1393, 1400, 1392] +Triangle: [1394, 1409, 1401] +Triangle: [1403, 1394, 1395] +Triangle: [1404, 1395, 1396] +Triangle: [1405, 1396, 1397] +Triangle: [1406, 1397, 1398] +Triangle: [1399, 1406, 1398] +Triangle: [1400, 1407, 1399] +Triangle: [1401, 1408, 1400] +Triangle: [1402, 1417, 1409] +Triangle: [1411, 1402, 1403] +Triangle: [1412, 1403, 1404] +Triangle: [1413, 1404, 1405] +Triangle: [1414, 1405, 1406] +Triangle: [1415, 1406, 1407] +Triangle: [1408, 1415, 1407] +Triangle: [1409, 1416, 1408] +Triangle: [1410, 1425, 1417] +Triangle: [1411, 1418, 1410] +Triangle: [1420, 1411, 1412] +Triangle: [1421, 1412, 1413] +Triangle: [1422, 1413, 1414] +Triangle: [1423, 1414, 1415] +Triangle: [1416, 1423, 1415] +Triangle: [1417, 1424, 1416] +Triangle: [1418, 1433, 1425] +Triangle: [1419, 1426, 1418] +Triangle: [1420, 1427, 1419] +Triangle: [1429, 1420, 1421] +Triangle: [1430, 1421, 1422] +Triangle: [1431, 1422, 1423] +Triangle: [1432, 1423, 1424] +Triangle: [1425, 1432, 1424] +Triangle: [1426, 1441, 1433] +Triangle: [1427, 1434, 1426] +Triangle: [1428, 1435, 1427] +Triangle: [1429, 1436, 1428] +Triangle: [1438, 1429, 1430] +Triangle: [1439, 1430, 1431] +Triangle: [1440, 1431, 1432] +Triangle: [1441, 1432, 1433] +Triangle: [1434, 1442, 1441] +Triangle: [1435, 1442, 1434] +Triangle: [1436, 1442, 1435] +Triangle: [1437, 1442, 1436] +Triangle: [1438, 1442, 1437] +Triangle: [1439, 1442, 1438] +Triangle: [1440, 1442, 1439] +Triangle: [1441, 1442, 1440] +Triangle: [1443, 1458, 1450] +Triangle: [1444, 1451, 1443] +Triangle: [1445, 1452, 1444] +Triangle: [1454, 1445, 1446] +Triangle: [1455, 1446, 1447] +Triangle: [1456, 1447, 1448] +Triangle: [1457, 1448, 1449] +Triangle: [1450, 1457, 1449] +Triangle: [1451, 1466, 1458] +Triangle: [1452, 1459, 1451] +Triangle: [1453, 1460, 1452] +Triangle: [1462, 1453, 1454] +Triangle: [1463, 1454, 1455] +Triangle: [1464, 1455, 1456] +Triangle: [1465, 1456, 1457] +Triangle: [1458, 1465, 1457] +Triangle: [1459, 1474, 1466] +Triangle: [1460, 1467, 1459] +Triangle: [1461, 1468, 1460] +Triangle: [1470, 1461, 1462] +Triangle: [1471, 1462, 1463] +Triangle: [1472, 1463, 1464] +Triangle: [1473, 1464, 1465] +Triangle: [1466, 1473, 1465] +Triangle: [1475, 1474, 1467] +Triangle: [1476, 1467, 1468] +Triangle: [1477, 1468, 1469] +Triangle: [1470, 1477, 1469] +Triangle: [1471, 1478, 1470] +Triangle: [1472, 1479, 1471] +Triangle: [1473, 1480, 1472] +Triangle: [1482, 1473, 1474] +Triangle: [1483, 1482, 1475] +Triangle: [1484, 1475, 1476] +Triangle: [1485, 1476, 1477] +Triangle: [1478, 1485, 1477] +Triangle: [1479, 1486, 1478] +Triangle: [1480, 1487, 1479] +Triangle: [1481, 1488, 1480] +Triangle: [1490, 1481, 1482] +Triangle: [1491, 1490, 1483] +Triangle: [1492, 1483, 1484] +Triangle: [1493, 1484, 1485] +Triangle: [1486, 1493, 1485] +Triangle: [1487, 1494, 1486] +Triangle: [1488, 1495, 1487] +Triangle: [1489, 1496, 1488] +Triangle: [1498, 1489, 1490] +Triangle: [1499, 1498, 1491] +Triangle: [1500, 1491, 1492] +Triangle: [1501, 1492, 1493] +Triangle: [1494, 1501, 1493] +Triangle: [1495, 1502, 1494] +Triangle: [1496, 1503, 1495] +Triangle: [1505, 1496, 1497] +Triangle: [1506, 1497, 1498] +Triangle: [1507, 1506, 1499] +Triangle: [1508, 1499, 1500] +Triangle: [1509, 1500, 1501] +Triangle: [1502, 1509, 1501] +Triangle: [1503, 1510, 1502] +Triangle: [1504, 1511, 1503] +Triangle: [1513, 1504, 1505] +Triangle: [1514, 1505, 1506] +Triangle: [1515, 1514, 1507] +Triangle: [1516, 1507, 1508] +Triangle: [1517, 1508, 1509] +Triangle: [1510, 1517, 1509] +Triangle: [1511, 1518, 1510] +Triangle: [1512, 1519, 1511] +Triangle: [1521, 1512, 1513] +Triangle: [1522, 1513, 1514] +Triangle: [1515, 1530, 1522] +Triangle: [1524, 1515, 1516] +Triangle: [1525, 1516, 1517] +Triangle: [1518, 1525, 1517] +Triangle: [1519, 1526, 1518] +Triangle: [1520, 1527, 1519] +Triangle: [1529, 1520, 1521] +Triangle: [1530, 1521, 1522] +Triangle: [1523, 1538, 1530] +Triangle: [1532, 1523, 1524] +Triangle: [1533, 1524, 1525] +Triangle: [1534, 1525, 1526] +Triangle: [1527, 1534, 1526] +Triangle: [1528, 1535, 1527] +Triangle: [1529, 1536, 1528] +Triangle: [1530, 1537, 1529] +Triangle: [1539, 1538, 1531] +Triangle: [1540, 1531, 1532] +Triangle: [1541, 1532, 1533] +Triangle: [1542, 1533, 1534] +Triangle: [1535, 1542, 1534] +Triangle: [1536, 1543, 1535] +Triangle: [1537, 1544, 1536] +Triangle: [1538, 1545, 1537] +Triangle: [1547, 1546, 1539] +Triangle: [1548, 1539, 1540] +Triangle: [1549, 1540, 1541] +Triangle: [1550, 1541, 1542] +Triangle: [1551, 1542, 1543] +Triangle: [1544, 1551, 1543] +Triangle: [1545, 1552, 1544] +Triangle: [1546, 1553, 1545] +Triangle: [1547, 1562, 1554] +Triangle: [1556, 1547, 1548] +Triangle: [1557, 1548, 1549] +Triangle: [1558, 1549, 1550] +Triangle: [1559, 1550, 1551] +Triangle: [1552, 1559, 1551] +Triangle: [1553, 1560, 1552] +Triangle: [1554, 1561, 1553] +Triangle: [1555, 1570, 1562] +Triangle: [1556, 1563, 1555] +Triangle: [1565, 1556, 1557] +Triangle: [1566, 1557, 1558] +Triangle: [1567, 1558, 1559] +Triangle: [1568, 1559, 1560] +Triangle: [1561, 1568, 1560] +Triangle: [1562, 1569, 1561] +Triangle: [1563, 1578, 1570] +Triangle: [1564, 1571, 1563] +Triangle: [1565, 1572, 1564] +Triangle: [1574, 1565, 1566] +Triangle: [1575, 1566, 1567] +Triangle: [1576, 1567, 1568] +Triangle: [1577, 1568, 1569] +Triangle: [1570, 1577, 1569] +Triangle: [1571, 1579, 1578] +Triangle: [1572, 1579, 1571] +Triangle: [1573, 1579, 1572] +Triangle: [1574, 1579, 1573] +Triangle: [1575, 1579, 1574] +Triangle: [1576, 1579, 1575] +Triangle: [1577, 1579, 1576] +Triangle: [1578, 1579, 1577] +Triangle: [1588, 1587, 1580] +Triangle: [1589, 1580, 1581] +Triangle: [1590, 1581, 1582] +Triangle: [1583, 1590, 1582] +Triangle: [1584, 1591, 1583] +Triangle: [1585, 1592, 1584] +Triangle: [1586, 1593, 1585] +Triangle: [1587, 1594, 1586] +Triangle: [1596, 1595, 1588] +Triangle: [1597, 1588, 1589] +Triangle: [1590, 1597, 1589] +Triangle: [1591, 1598, 1590] +Triangle: [1592, 1599, 1591] +Triangle: [1601, 1592, 1593] +Triangle: [1602, 1593, 1594] +Triangle: [1603, 1594, 1595] +Triangle: [1604, 1603, 1596] +Triangle: [1597, 1604, 1596] +Triangle: [1598, 1605, 1597] +Triangle: [1599, 1606, 1598] +Triangle: [1600, 1607, 1599] +Triangle: [1609, 1600, 1601] +Triangle: [1610, 1601, 1602] +Triangle: [1611, 1602, 1603] +Triangle: [1604, 1619, 1611] +Triangle: [1605, 1612, 1604] +Triangle: [1614, 1605, 1606] +Triangle: [1615, 1606, 1607] +Triangle: [1616, 1607, 1608] +Triangle: [1617, 1608, 1609] +Triangle: [1610, 1617, 1609] +Triangle: [1611, 1618, 1610] +Triangle: [1612, 1627, 1619] +Triangle: [1613, 1620, 1612] +Triangle: [1622, 1613, 1614] +Triangle: [1623, 1614, 1615] +Triangle: [1624, 1615, 1616] +Triangle: [1625, 1616, 1617] +Triangle: [1618, 1625, 1617] +Triangle: [1619, 1626, 1618] +Triangle: [1620, 1635, 1627] +Triangle: [1629, 1620, 1621] +Triangle: [1622, 1629, 1621] +Triangle: [1623, 1630, 1622] +Triangle: [1624, 1631, 1623] +Triangle: [1625, 1632, 1624] +Triangle: [1634, 1625, 1626] +Triangle: [1635, 1626, 1627] +Triangle: [1628, 1643, 1635] +Triangle: [1637, 1628, 1629] +Triangle: [1630, 1637, 1629] +Triangle: [1631, 1638, 1630] +Triangle: [1632, 1639, 1631] +Triangle: [1641, 1632, 1633] +Triangle: [1642, 1633, 1634] +Triangle: [1643, 1634, 1635] +Triangle: [1636, 1644, 1643] +Triangle: [1637, 1644, 1636] +Triangle: [1638, 1644, 1637] +Triangle: [1639, 1644, 1638] +Triangle: [1640, 1644, 1639] +Triangle: [1641, 1644, 1640] +Triangle: [1642, 1644, 1641] +Triangle: [1643, 1644, 1642] +Triangle: [1693, 1652, 1694] +Triangle: [1698, 1649, 1693] +Triangle: [1651, 1695, 1696] +Triangle: [1678, 1696, 1697] +Triangle: [1649, 1656, 1652] +Triangle: [1686, 1653, 1649] +Triangle: [1655, 1650, 1651] +Triangle: [1679, 1651, 1678] +Triangle: [1657, 1656, 1653] +Triangle: [1687, 1657, 1653] +Triangle: [1655, 1658, 1654] +Triangle: [1680, 1655, 1679] +Triangle: [1657, 1664, 1660] +Triangle: [1688, 1661, 1657] +Triangle: [1659, 1662, 1658] +Triangle: [1681, 1659, 1680] +Triangle: [1661, 1668, 1664] +Triangle: [1689, 1665, 1661] +Triangle: [1667, 1662, 1663] +Triangle: [1682, 1663, 1681] +Triangle: [1669, 1668, 1665] +Triangle: [1690, 1669, 1665] +Triangle: [1667, 1670, 1666] +Triangle: [1682, 1671, 1667] +Triangle: [1673, 1672, 1669] +Triangle: [1692, 1669, 1691] +Triangle: [1671, 1674, 1670] +Triangle: [1684, 1671, 1683] +Triangle: [1672, 1684, 1683] +Triangle: [1672, 1682, 1668] +Triangle: [1664, 1682, 1681] +Triangle: [1664, 1680, 1660] +Triangle: [1660, 1679, 1656] +Triangle: [1656, 1678, 1652] +Triangle: [1652, 1697, 1694] +Triangle: [1674, 1691, 1670] +Triangle: [1670, 1690, 1666] +Triangle: [1666, 1689, 1662] +Triangle: [1658, 1689, 1688] +Triangle: [1654, 1688, 1687] +Triangle: [1650, 1687, 1686] +Triangle: [1695, 1686, 1698] +Triangle: [1646, 1698, 1685] +Triangle: [1694, 1677, 1648] +Triangle: [1697, 1647, 1677] +Triangle: [1647, 1695, 1646] +Triangle: [1685, 1693, 1645] +Triangle: [1693, 1648, 1645] +Triangle: [1699, 1706, 1702] +Triangle: [1720, 1703, 1699] +Triangle: [1705, 1700, 1701] +Triangle: [1717, 1701, 1716] +Triangle: [1703, 1710, 1706] +Triangle: [1704, 1722, 1721] +Triangle: [1710, 1717, 1706] +Triangle: [1721, 1707, 1703] +Triangle: [1711, 1710, 1707] +Triangle: [1722, 1711, 1707] +Triangle: [1709, 1712, 1708] +Triangle: [1718, 1713, 1709] +Triangle: [1711, 1715, 1714] +Triangle: [1723, 1715, 1711] +Triangle: [1713, 1715, 1712] +Triangle: [1719, 1715, 1713] +Triangle: [1714, 1715, 1719] +Triangle: [1714, 1718, 1710] +Triangle: [1705, 1718, 1709] +Triangle: [1706, 1716, 1702] +Triangle: [1712, 1715, 1723] +Triangle: [1712, 1722, 1708] +Triangle: [1705, 1708, 1704] +Triangle: [1700, 1721, 1720] +Triangle: [1764, 1725, 1724] +Triangle: [1765, 1729, 1728] +Triangle: [1763, 1727, 1761] +Triangle: [1762, 1730, 1729] +Triangle: [1763, 1724, 1726] +Triangle: [1760, 1728, 1725] +Triangle: [1733, 1738, 1740] +Triangle: [1735, 1739, 1732] +Triangle: [1732, 1738, 1731] +Triangle: [1736, 1742, 1735] +Triangle: [1733, 1741, 1734] +Triangle: [1736, 1744, 1743] +Triangle: [1770, 1746, 1767] +Triangle: [1771, 1749, 1768] +Triangle: [1761, 1747, 1769] +Triangle: [2120, 1766, 2123] +Triangle: [1769, 1745, 1770] +Triangle: [1746, 1771, 1767] +Triangle: [1752, 1755, 1750] +Triangle: [1756, 1753, 1751] +Triangle: [1750, 1756, 1751] +Triangle: [1758, 1754, 1753] +Triangle: [1734, 1757, 1752] +Triangle: [2122, 1737, 2121] +Triangle: [1731, 1726, 1724] +Triangle: [1734, 1726, 1733] +Triangle: [1752, 1727, 1734] +Triangle: [1750, 1747, 1752] +Triangle: [1751, 1745, 1750] +Triangle: [1751, 1748, 1746] +Triangle: [1754, 1748, 1753] +Triangle: [2121, 1730, 2120] +Triangle: [1737, 1729, 1730] +Triangle: [1736, 1728, 1729] +Triangle: [1732, 1728, 1735] +Triangle: [1732, 1724, 1725] +Triangle: [1767, 2102, 2095] +Triangle: [1769, 2101, 2097] +Triangle: [2123, 2100, 2219] +Triangle: [1761, 2097, 2092] +Triangle: [1771, 2096, 2102] +Triangle: [1770, 2095, 2101] +Triangle: [2091, 1765, 1760] +Triangle: [2094, 1764, 1763] +Triangle: [2093, 1766, 1762] +Triangle: [2092, 1763, 1761] +Triangle: [2099, 1762, 1765] +Triangle: [2098, 1760, 1764] +Triangle: [1742, 1774, 1739] +Triangle: [1785, 1974, 1975] +Triangle: [1743, 1775, 1742] +Triangle: [1738, 1774, 1785] +Triangle: [1785, 1740, 1738] +Triangle: [1740, 1783, 1741] +Triangle: [1741, 1782, 1757] +Triangle: [1757, 1781, 1755] +Triangle: [1755, 1780, 1756] +Triangle: [1780, 1758, 1756] +Triangle: [1779, 1759, 1758] +Triangle: [2124, 1744, 2122] +Triangle: [1777, 1743, 1744] +Triangle: [2008, 2032, 2007] +Triangle: [1807, 2105, 2106] +Triangle: [1808, 2105, 1806] +Triangle: [2237, 1792, 2238] +Triangle: [2239, 1790, 2237] +Triangle: [1794, 1812, 1813] +Triangle: [1795, 1814, 1812] +Triangle: [1793, 1813, 1815] +Triangle: [1816, 1796, 1797] +Triangle: [1811, 1793, 1815] +Triangle: [1816, 1792, 1810] +Triangle: [2241, 1798, 1799] +Triangle: [2242, 1799, 2233] +Triangle: [2240, 1791, 2239] +Triangle: [1800, 2230, 2232] +Triangle: [1801, 1804, 2104] +Triangle: [2112, 1804, 1800] +Triangle: [1773, 1806, 1772] +Triangle: [1772, 1807, 1786] +Triangle: [1789, 2235, 2106] +Triangle: [2114, 1788, 2107] +Triangle: [1791, 1809, 1790] +Triangle: [1790, 1810, 1792] +Triangle: [1823, 1820, 1825] +Triangle: [2127, 1820, 2125] +Triangle: [2126, 1825, 2127] +Triangle: [1819, 1825, 1817] +Triangle: [1880, 1846, 1881] +Triangle: [1859, 2130, 2137] +Triangle: [1864, 1839, 1841] +Triangle: [2141, 1849, 1876] +Triangle: [1858, 1837, 1859] +Triangle: [1842, 1879, 1878] +Triangle: [1879, 1845, 1880] +Triangle: [1876, 1831, 1830] +Triangle: [1829, 2387, 2383] +Triangle: [2392, 1830, 2390] +Triangle: [2140, 1833, 2128] +Triangle: [2390, 1864, 1865] +Triangle: [2387, 1827, 2385] +Triangle: [1875, 1829, 1833] +Triangle: [1874, 1832, 1831] +Triangle: [2385, 1826, 2386] +Triangle: [2126, 1846, 1817] +Triangle: [1824, 1849, 1818] +Triangle: [1822, 1848, 1824] +Triangle: [2133, 1822, 2125] +Triangle: [1817, 1845, 1819] +Triangle: [1845, 1823, 1819] +Triangle: [1844, 1821, 1823] +Triangle: [1842, 1820, 1821] +Triangle: [1855, 1866, 1867] +Triangle: [1857, 1868, 1866] +Triangle: [2135, 1869, 2139] +Triangle: [1871, 1853, 1870] +Triangle: [1872, 1854, 1871] +Triangle: [1873, 1856, 1872] +Triangle: [1869, 1852, 1873] +Triangle: [2138, 1855, 1867] +Triangle: [1865, 1841, 1835] +Triangle: [1836, 1861, 1834] +Triangle: [1840, 1860, 1836] +Triangle: [2131, 1865, 1835] +Triangle: [1858, 1840, 1838] +Triangle: [2383, 1859, 2384] +Triangle: [2389, 1863, 1864] +Triangle: [2384, 2137, 2391] +Triangle: [2138, 1839, 2130] +Triangle: [1834, 1873, 1836] +Triangle: [1836, 1872, 1840] +Triangle: [1840, 1871, 1838] +Triangle: [1838, 1870, 1837] +Triangle: [2139, 1834, 2131] +Triangle: [1866, 1835, 1841] +Triangle: [1867, 1841, 1839] +Triangle: [1847, 1874, 1848] +Triangle: [1843, 1878, 1875] +Triangle: [2133, 1875, 2140] +Triangle: [1848, 1876, 1849] +Triangle: [1828, 1880, 1827] +Triangle: [1878, 1828, 1829] +Triangle: [2129, 1876, 1830] +Triangle: [1827, 1881, 1826] +Triangle: [2152, 1902, 1901] +Triangle: [2150, 1901, 1903] +Triangle: [1899, 1906, 1905] +Triangle: [1898, 1904, 1906] +Triangle: [1926, 1962, 1961] +Triangle: [1940, 1920, 1944] +Triangle: [1944, 2155, 2162] +Triangle: [1927, 1957, 1962] +Triangle: [1939, 1918, 1940] +Triangle: [2166, 1925, 1960] +Triangle: [1960, 1926, 1961] +Triangle: [1955, 1911, 1957] +Triangle: [2161, 1909, 1943] +Triangle: [1907, 1946, 1942] +Triangle: [1956, 1913, 1958] +Triangle: [1911, 1945, 1946] +Triangle: [1943, 1908, 1941] +Triangle: [1956, 1910, 1914] +Triangle: [1958, 2153, 2165] +Triangle: [1941, 1907, 1942] +Triangle: [1899, 1927, 1898] +Triangle: [1929, 1899, 1905] +Triangle: [2150, 1929, 1905] +Triangle: [1924, 1903, 1901] +Triangle: [1927, 1900, 1898] +Triangle: [1900, 1925, 1904] +Triangle: [2158, 1902, 2151] +Triangle: [1923, 1901, 1902] +Triangle: [2159, 1947, 2164] +Triangle: [1947, 1932, 1949] +Triangle: [1949, 1931, 1950] +Triangle: [1935, 1951, 1952] +Triangle: [2163, 1935, 1952] +Triangle: [1954, 1937, 1953] +Triangle: [1950, 1933, 1954] +Triangle: [1934, 1948, 1951] +Triangle: [1945, 1916, 1946] +Triangle: [1941, 1915, 1917] +Triangle: [1943, 1917, 1921] +Triangle: [1942, 1916, 1915] +Triangle: [2161, 1921, 2156] +Triangle: [1910, 1940, 1914] +Triangle: [1913, 2162, 2153] +Triangle: [1914, 1944, 1913] +Triangle: [1951, 1920, 1918] +Triangle: [1950, 1917, 1915] +Triangle: [1917, 1953, 1921] +Triangle: [2156, 1952, 1919] +Triangle: [1919, 1951, 1918] +Triangle: [1916, 1950, 1915] +Triangle: [1922, 1949, 1916] +Triangle: [2164, 1922, 2155] +Triangle: [1928, 2165, 2157] +Triangle: [1924, 1959, 1956] +Triangle: [1924, 1958, 1928] +Triangle: [1929, 1957, 1930] +Triangle: [1909, 1961, 1908] +Triangle: [2154, 1960, 1909] +Triangle: [1962, 1911, 1907] +Triangle: [1908, 1962, 1907] +Triangle: [1857, 1888, 1884] +Triangle: [1887, 1892, 1889] +Triangle: [1895, 1933, 1897] +Triangle: [1964, 2159, 2167] +Triangle: [2168, 1964, 2167] +Triangle: [1988, 2023, 1989] +Triangle: [1782, 2024, 1781] +Triangle: [2169, 1966, 2168] +Triangle: [1971, 1965, 1963] +Triangle: [2169, 1777, 2124] +Triangle: [1974, 1786, 1975] +Triangle: [1969, 1977, 2227] +Triangle: [2171, 2067, 2206] +Triangle: [1987, 2049, 2066] +Triangle: [1971, 1981, 1970] +Triangle: [1970, 1967, 1965] +Triangle: [1971, 1984, 1982] +Triangle: [1986, 1977, 1976] +Triangle: [1986, 1981, 1982] +Triangle: [1985, 1982, 1984] +Triangle: [1853, 2050, 2058] +Triangle: [2025, 1781, 2024] +Triangle: [1783, 2023, 1782] +Triangle: [2024, 2011, 2025] +Triangle: [2022, 1989, 2023] +Triangle: [2145, 1992, 2172] +Triangle: [1882, 1993, 1884] +Triangle: [1883, 1994, 1992] +Triangle: [2135, 1996, 2173] +Triangle: [1850, 1997, 1852] +Triangle: [1851, 1998, 1996] +Triangle: [1891, 2174, 2149] +Triangle: [1890, 2001, 1892] +Triangle: [1891, 2002, 2000] +Triangle: [2001, 1889, 1892] +Triangle: [1857, 1993, 1998] +Triangle: [1932, 2003, 1931] +Triangle: [1931, 2005, 1933] +Triangle: [1932, 1964, 2004] +Triangle: [2005, 1897, 1933] +Triangle: [2000, 2005, 2003] +Triangle: [1994, 1999, 1992] +Triangle: [1991, 1998, 1993] +Triangle: [1807, 2115, 1786] +Triangle: [2119, 2009, 2008] +Triangle: [2010, 2009, 2006] +Triangle: [2176, 2006, 2175] +Triangle: [1780, 2026, 1779] +Triangle: [2025, 2021, 2026] +Triangle: [2177, 2018, 2180] +Triangle: [1989, 2180, 2181] +Triangle: [2013, 2018, 2012] +Triangle: [2177, 2176, 2226] +Triangle: [2013, 2182, 2183] +Triangle: [2178, 2183, 2225] +Triangle: [2015, 2184, 2185] +Triangle: [2224, 2015, 2185] +Triangle: [2187, 2016, 2186] +Triangle: [2188, 2017, 2187] +Triangle: [2004, 2011, 2003] +Triangle: [1966, 2004, 1964] +Triangle: [1966, 2026, 2021] +Triangle: [1779, 1968, 1778] +Triangle: [2034, 1990, 2022] +Triangle: [1784, 2022, 1783] +Triangle: [2189, 2011, 1988] +Triangle: [2017, 2027, 2016] +Triangle: [2016, 2191, 2179] +Triangle: [2223, 2029, 2190] +Triangle: [2181, 2029, 2192] +Triangle: [2193, 2013, 2178] +Triangle: [2029, 2193, 2190] +Triangle: [2015, 2030, 2014] +Triangle: [1785, 2031, 1784] +Triangle: [1772, 1973, 1773] +Triangle: [2031, 2032, 2033] +Triangle: [2031, 2034, 2022] +Triangle: [2037, 1973, 1972] +Triangle: [2009, 2033, 2008] +Triangle: [2035, 1804, 2103] +Triangle: [1979, 2111, 2036] +Triangle: [2037, 1808, 1773] +Triangle: [1980, 1985, 1987] +Triangle: [1980, 2036, 2228] +Triangle: [1977, 2228, 2227] +Triangle: [2038, 1936, 1934] +Triangle: [1963, 1983, 1971] +Triangle: [1937, 2039, 2040] +Triangle: [2195, 2041, 2042] +Triangle: [2147, 2039, 1895] +Triangle: [2195, 1935, 2160] +Triangle: [2043, 2038, 1934] +Triangle: [1934, 2042, 2043] +Triangle: [1983, 2044, 1984] +Triangle: [2046, 2042, 2041] +Triangle: [2045, 2043, 2042] +Triangle: [2198, 2063, 2205] +Triangle: [2049, 1984, 2048] +Triangle: [2048, 2044, 2047] +Triangle: [2047, 2045, 2046] +Triangle: [1896, 2052, 2053] +Triangle: [2196, 2054, 2055] +Triangle: [2196, 1894, 2146] +Triangle: [2143, 2052, 1887] +Triangle: [1855, 2057, 1888] +Triangle: [2202, 2056, 2170] +Triangle: [2198, 1886, 2142] +Triangle: [2199, 1885, 2144] +Triangle: [1979, 1987, 1978] +Triangle: [2148, 2055, 2200] +Triangle: [2060, 2041, 1893] +Triangle: [2048, 2046, 2060] +Triangle: [2201, 2060, 2200] +Triangle: [2202, 2061, 2062] +Triangle: [2062, 2055, 2054] +Triangle: [2204, 2050, 2171] +Triangle: [1978, 2066, 2051] +Triangle: [2204, 2054, 2199] +Triangle: [2058, 2065, 2059] +Triangle: [1970, 1976, 1969] +Triangle: [2203, 2056, 2064] +Triangle: [2134, 2063, 1855] +Triangle: [1854, 2069, 2068] +Triangle: [1852, 2069, 1856] +Triangle: [1854, 2067, 1853] +Triangle: [2209, 2071, 2070] +Triangle: [2207, 2073, 2072] +Triangle: [2206, 2072, 2064] +Triangle: [2203, 2070, 2051] +Triangle: [2051, 2074, 1978] +Triangle: [2110, 2074, 2103] +Triangle: [2071, 2074, 2070] +Triangle: [2076, 2210, 2211] +Triangle: [2073, 2212, 2208] +Triangle: [2071, 2078, 2075] +Triangle: [2222, 2076, 2211] +Triangle: [2117, 2007, 2115] +Triangle: [2229, 2075, 2078] +Triangle: [1974, 1775, 1973] +Triangle: [1058, 2086, 1308] +Triangle: [1060, 2087, 1307] +Triangle: [1061, 2080, 1059] +Triangle: [1306, 2081, 1060] +Triangle: [1308, 2082, 1061] +Triangle: [1058, 2087, 2079] +Triangle: [2089, 1062, 1305] +Triangle: [1304, 2084, 1063] +Triangle: [2080, 1064, 1059] +Triangle: [1294, 2088, 1306] +Triangle: [2085, 1305, 1064] +Triangle: [1062, 2090, 1304] +Triangle: [2149, 1892, 2215] +Triangle: [2216, 1897, 2215] +Triangle: [2221, 1895, 2216] +Triangle: [2145, 1884, 2217] +Triangle: [1887, 2217, 2218] +Triangle: [2220, 1887, 2218] +Triangle: [2086, 2091, 2098] +Triangle: [2087, 2093, 2099] +Triangle: [2082, 2092, 2080] +Triangle: [2081, 2100, 2093] +Triangle: [2086, 2094, 2082] +Triangle: [2079, 2099, 2091] +Triangle: [2101, 2083, 2089] +Triangle: [2102, 2084, 2090] +Triangle: [2092, 2085, 2080] +Triangle: [2214, 2100, 2088] +Triangle: [2097, 2089, 2085] +Triangle: [2083, 2102, 2090] +Triangle: [2103, 2075, 2035] +Triangle: [1803, 2111, 2108] +Triangle: [1805, 2035, 2229] +Triangle: [1801, 1805, 2235] +Triangle: [2110, 1979, 1978] +Triangle: [2105, 1789, 2106] +Triangle: [2235, 1807, 2106] +Triangle: [2107, 1787, 2105] +Triangle: [2110, 1804, 2109] +Triangle: [2111, 1804, 2108] +Triangle: [1799, 2114, 2113] +Triangle: [1802, 2107, 1808] +Triangle: [1975, 1786, 2116] +Triangle: [2032, 2116, 2007] +Triangle: [2116, 2115, 2007] +Triangle: [2078, 2117, 2229] +Triangle: [2117, 2119, 2008] +Triangle: [2118, 2077, 2213] +Triangle: [2096, 2214, 2084] +Triangle: [2220, 1888, 2142] +Triangle: [1886, 2220, 2142] +Triangle: [2144, 2143, 2220] +Triangle: [2218, 1884, 1888] +Triangle: [1883, 2217, 1889] +Triangle: [2146, 2216, 1896] +Triangle: [1894, 2221, 2146] +Triangle: [2148, 2147, 2221] +Triangle: [1896, 2215, 1892] +Triangle: [1891, 2215, 1897] +Triangle: [1063, 2214, 1294] +Triangle: [2175, 2211, 1997] +Triangle: [2006, 2222, 2175] +Triangle: [2213, 2212, 2222] +Triangle: [2208, 2077, 2071] +Triangle: [2211, 2069, 1997] +Triangle: [2064, 2209, 2203] +Triangle: [2067, 2207, 2206] +Triangle: [2068, 2210, 2207] +Triangle: [2072, 2208, 2209] +Triangle: [2058, 2134, 1853] +Triangle: [2051, 2170, 2203] +Triangle: [2065, 2199, 2059] +Triangle: [2062, 2171, 2056] +Triangle: [2048, 2202, 2049] +Triangle: [2061, 2200, 2055] +Triangle: [1893, 2200, 2060] +Triangle: [2059, 2144, 1886] +Triangle: [2057, 2142, 1888] +Triangle: [2049, 2170, 2066] +Triangle: [1885, 2197, 2143] +Triangle: [2053, 2146, 1896] +Triangle: [2053, 2197, 2196] +Triangle: [2059, 2205, 2058] +Triangle: [2040, 2160, 1937] +Triangle: [1893, 2194, 2147] +Triangle: [2040, 2194, 2195] +Triangle: [2190, 2030, 2028] +Triangle: [2030, 2178, 2014] +Triangle: [1989, 2192, 1988] +Triangle: [2223, 2028, 2191] +Triangle: [2189, 2191, 2027] +Triangle: [1988, 2223, 2189] +Triangle: [2179, 2028, 2015] +Triangle: [2027, 2188, 2189] +Triangle: [2011, 2187, 2003] +Triangle: [2003, 2186, 2000] +Triangle: [2174, 2185, 1999] +Triangle: [2000, 2224, 2174] +Triangle: [2186, 2179, 2224] +Triangle: [2185, 1992, 1999] +Triangle: [2225, 1991, 2172] +Triangle: [2184, 2172, 1992] +Triangle: [2014, 2225, 2184] +Triangle: [2183, 1996, 1991] +Triangle: [2226, 1995, 2173] +Triangle: [2182, 2173, 1996] +Triangle: [2012, 2226, 2182] +Triangle: [2181, 2018, 2019] +Triangle: [2010, 2180, 1990] +Triangle: [1995, 2175, 1997] +Triangle: [2149, 1999, 1890] +Triangle: [1850, 2173, 1995] +Triangle: [1882, 2172, 1991] +Triangle: [2056, 2206, 2064] +Triangle: [1968, 2124, 1778] +Triangle: [1967, 2168, 1965] +Triangle: [1965, 2167, 1963] +Triangle: [2167, 1936, 1963] +Triangle: [1959, 2154, 1910] +Triangle: [2157, 1955, 1929] +Triangle: [1948, 2155, 1920] +Triangle: [1921, 2163, 2156] +Triangle: [2153, 1945, 1912] +Triangle: [1939, 2156, 1919] +Triangle: [1953, 2160, 2163] +Triangle: [1948, 2159, 2164] +Triangle: [1904, 2158, 2151] +Triangle: [1903, 2157, 2150] +Triangle: [2165, 1912, 1955] +Triangle: [1939, 2154, 2161] +Triangle: [1923, 2166, 1959] +Triangle: [2162, 1922, 1945] +Triangle: [1905, 2152, 2150] +Triangle: [1906, 2151, 2152] +Triangle: [1826, 2141, 2129] +Triangle: [1847, 2140, 1877] +Triangle: [1835, 2139, 2131] +Triangle: [1837, 2138, 2130] +Triangle: [2388, 2137, 1863] +Triangle: [1834, 2136, 2131] +Triangle: [1870, 2134, 2138] +Triangle: [1851, 2139, 1868] +Triangle: [1843, 2125, 1820] +Triangle: [1818, 2132, 2126] +Triangle: [1877, 2128, 1832] +Triangle: [2386, 2129, 2392] +Triangle: [1881, 2132, 2141] +Triangle: [2137, 1839, 1863] +Triangle: [1818, 2127, 1824] +Triangle: [1824, 2125, 1822] +Triangle: [1778, 2122, 1759] +Triangle: [1768, 2219, 2096] +Triangle: [2121, 1749, 1754] +Triangle: [1759, 2121, 1754] +Triangle: [1768, 2120, 2123] +Triangle: [2119, 2213, 2006] +Triangle: [2115, 2229, 2117] +Triangle: [2037, 2231, 1802] +Triangle: [2232, 1797, 1796] +Triangle: [1777, 1969, 1776] +Triangle: [1802, 2113, 2114] +Triangle: [1972, 2234, 2037] +Triangle: [1775, 1972, 1973] +Triangle: [1969, 1972, 1776] +Triangle: [2228, 2234, 2227] +Triangle: [1803, 2234, 2036] +Triangle: [2231, 2236, 2113] +Triangle: [2113, 2233, 1799] +Triangle: [1803, 2112, 2236] +Triangle: [1800, 2236, 2112] +Triangle: [1798, 2239, 1788] +Triangle: [1795, 2241, 2242] +Triangle: [1794, 2240, 2241] +Triangle: [1788, 2237, 1787] +Triangle: [1787, 2238, 1789] +Triangle: [2230, 1789, 2238] +Triangle: [1797, 2238, 1792] +Triangle: [2243, 1811, 1815] +Triangle: [2243, 1813, 1812] +Triangle: [1814, 2243, 1812] +Triangle: [1810, 2243, 1816] +Triangle: [1796, 2242, 2232] +Triangle: [2232, 2233, 1800] +Triangle: [2271, 915, 1068] +Triangle: [1124, 1132, 2251] +Triangle: [38, 2264, 2258] +Triangle: [1123, 2246, 1116] +Triangle: [1139, 2245, 1123] +Triangle: [1137, 2249, 1115] +Triangle: [1114, 1069, 39] +Triangle: [1099, 2246, 1114] +Triangle: [1125, 1139, 2266] +Triangle: [2254, 1066, 1078] +Triangle: [1066, 2253, 46] +Triangle: [1138, 2254, 1078] +Triangle: [2258, 1116, 1099] +Triangle: [1295, 2255, 1097] +Triangle: [1110, 2264, 1102] +Triangle: [1133, 2265, 1110] +Triangle: [33, 2255, 34] +Triangle: [69, 2256, 173] +Triangle: [2263, 1107, 1108] +Triangle: [2262, 1099, 1107] +Triangle: [1105, 2267, 1295] +Triangle: [1104, 2261, 1105] +Triangle: [1103, 2260, 1104] +Triangle: [1098, 2263, 1108] +Triangle: [1125, 1133, 1112] +Triangle: [2280, 1102, 38] +Triangle: [2276, 925, 2268] +Triangle: [2273, 1133, 1110] +Triangle: [2273, 2283, 1083] +Triangle: [2269, 1101, 2275] +Triangle: [2270, 1077, 1204] +Triangle: [2274, 1065, 1129] +Triangle: [2277, 1112, 1133] +Triangle: [2268, 2288, 2279] +Triangle: [2278, 1129, 1077] +Triangle: [2275, 49, 1130] +Triangle: [2281, 2273, 1110] +Triangle: [2280, 2276, 2271] +Triangle: [2282, 48, 47] +Triangle: [2284, 1068, 2283] +Triangle: [2285, 1068, 48] +Triangle: [2281, 2271, 2284] +Triangle: [1301, 2286, 1240] +Triangle: [176, 2286, 175] +Triangle: [1236, 2288, 925] +Triangle: [1237, 2291, 1238] +Triangle: [1238, 2292, 1239] +Triangle: [1239, 2293, 1301] +Triangle: [2287, 1237, 1241] +Triangle: [2279, 177, 180] +Triangle: [932, 924, 934] +Triangle: [2294, 267, 2295] +Triangle: [2296, 266, 2294] +Triangle: [481, 268, 2296] +Triangle: [2330, 344, 2331] +Triangle: [2330, 2309, 2332] +Triangle: [342, 2332, 2333] +Triangle: [341, 2333, 2334] +Triangle: [2310, 2329, 2334] +Triangle: [2329, 2298, 2335] +Triangle: [2335, 2299, 2336] +Triangle: [2336, 2300, 2337] +Triangle: [2338, 2306, 2331] +Triangle: [2338, 2304, 2305] +Triangle: [2345, 2304, 2339] +Triangle: [2341, 2303, 2340] +Triangle: [2342, 2302, 2341] +Triangle: [2337, 2312, 2343] +Triangle: [2343, 2311, 2344] +Triangle: [2342, 2311, 2301] +Triangle: [2305, 2320, 2321] +Triangle: [2297, 2314, 2298] +Triangle: [2306, 2321, 2322] +Triangle: [2299, 2314, 2315] +Triangle: [2308, 2326, 2310] +Triangle: [2307, 2322, 2323] +Triangle: [2300, 2315, 2316] +Triangle: [2301, 2327, 2317] +Triangle: [2310, 2313, 2297] +Triangle: [2302, 2317, 2318] +Triangle: [2309, 2324, 2308] +Triangle: [2311, 2328, 2327] +Triangle: [2303, 2318, 2319] +Triangle: [2307, 2325, 2309] +Triangle: [2300, 2328, 2312] +Triangle: [2347, 2319, 2349] +Triangle: [337, 2342, 336] +Triangle: [337, 2343, 2344] +Triangle: [338, 2343, 335] +Triangle: [347, 2342, 2341] +Triangle: [347, 2340, 346] +Triangle: [2346, 2339, 345] +Triangle: [345, 2338, 352] +Triangle: [352, 2331, 344] +Triangle: [339, 2337, 338] +Triangle: [340, 2336, 339] +Triangle: [340, 2329, 2335] +Triangle: [2334, 348, 341] +Triangle: [2334, 2308, 2310] +Triangle: [2333, 2309, 2308] +Triangle: [343, 2332, 350] +Triangle: [2307, 2331, 2306] +Triangle: [2347, 2320, 2304] +Triangle: [2347, 2340, 2303] +Triangle: [2348, 346, 2346] +Triangle: [2345, 346, 2340] +Triangle: [269, 258, 2348] +Triangle: [2353, 2354, 2352] +Triangle: [2355, 2351, 2357] +Triangle: [2355, 2356, 2354] +Triangle: [2357, 2358, 2356] +Triangle: [2357, 2351, 2359] +Triangle: [2358, 2361, 2360] +Triangle: [2359, 2351, 2361] +Triangle: [2360, 2363, 2362] +Triangle: [2361, 2351, 2363] +Triangle: [2362, 2365, 2364] +Triangle: [2363, 2351, 2365] +Triangle: [2365, 2366, 2364] +Triangle: [2365, 2351, 2367] +Triangle: [2367, 2368, 2366] +Triangle: [2367, 2351, 2369] +Triangle: [2369, 2351, 2371] +Triangle: [2369, 2370, 2368] +Triangle: [2371, 2351, 2373] +Triangle: [2371, 2372, 2370] +Triangle: [2373, 2351, 2375] +Triangle: [2372, 2375, 2374] +Triangle: [2375, 2351, 2377] +Triangle: [2374, 2377, 2376] +Triangle: [2377, 2351, 2379] +Triangle: [2376, 2379, 2378] +Triangle: [2379, 2351, 2381] +Triangle: [2378, 2381, 2380] +Triangle: [2381, 2350, 2380] +Triangle: [2381, 2351, 2382] +Triangle: [2353, 2382, 2351] +Triangle: [2351, 2355, 2353] +Triangle: [2350, 2353, 2352] +Triangle: [1861, 2392, 2136] +Triangle: [1832, 2391, 2388] +Triangle: [1833, 2391, 2128] +Triangle: [1831, 2388, 2389] +Triangle: [1833, 2383, 2384] +Triangle: [1860, 2386, 1861] +Triangle: [1862, 2385, 1860] +Triangle: [1830, 2389, 2390] +Triangle: [2136, 2390, 1865] +Triangle: [2383, 1862, 1858] +Triangle: [2395, 6, 2396] +Triangle: [2400, 2401, 2399] +Triangle: [2398, 2401, 2403] +Triangle: [2397, 2403, 2404] +Triangle: [2404, 2405, 2397] +Triangle: [2405, 2408, 2407] +Triangle: [2420, 2464, 2552] +Triangle: [2414, 2419, 2413] +Triangle: [2413, 2418, 2409] +Triangle: [2540, 2410, 2504] +Triangle: [2417, 2411, 2410] +Triangle: [3541, 2415, 2412] +Triangle: [2402, 2412, 2415] +Triangle: [2415, 2421, 2402] +Triangle: [2559, 3219, 2558] +Triangle: [2426, 3391, 3403] +Triangle: [2401, 2421, 2427] +Triangle: [2424, 3505, 3509] +Triangle: [4512, 3221, 2423] +Triangle: [2403, 3186, 2404] +Triangle: [2403, 2427, 2431] +Triangle: [3189, 2430, 44] +Triangle: [2395, 3181, 4] +Triangle: [2431, 3185, 2403] +Triangle: [3183, 2432, 2406] +Triangle: [2408, 2432, 2433] +Triangle: [2396, 2432, 2395] +Triangle: [2557, 2431, 2427] +Triangle: [3474, 47, 1202] +Triangle: [2434, 3410, 3420] +Triangle: [3381, 4526, 3390] +Triangle: [2556, 2427, 2421] +Triangle: [2550, 2580, 2571] +Triangle: [4514, 2452, 2451] +Triangle: [2560, 2448, 2446] +Triangle: [2416, 2446, 2448] +Triangle: [2455, 2454, 2456] +Triangle: [2455, 2397, 2405] +Triangle: [2459, 2458, 2460] +Triangle: [2453, 2459, 2454] +Triangle: [2461, 2458, 2457] +Triangle: [2466, 2464, 2465] +Triangle: [2461, 2465, 2462] +Triangle: [2467, 2457, 2453] +Triangle: [2468, 2453, 2455] +Triangle: [2407, 2455, 2405] +Triangle: [2466, 2467, 2468] +Triangle: [2463, 2468, 2407] +Triangle: [2456, 2398, 2397] +Triangle: [2502, 2400, 2399] +Triangle: [2471, 2400, 2470] +Triangle: [2470, 2495, 2471] +Triangle: [2477, 2493, 2494] +Triangle: [2501, 2472, 2498] +Triangle: [2473, 2497, 2500] +Triangle: [2536, 2518, 2535] +Triangle: [2499, 2474, 2501] +Triangle: [2489, 2483, 2487] +Triangle: [2492, 2480, 2486] +Triangle: [2491, 2484, 2488] +Triangle: [2481, 2492, 2490] +Triangle: [2487, 2482, 2491] +Triangle: [2486, 2479, 2489] +Triangle: [3461, 2474, 3460] +Triangle: [3459, 2478, 2477] +Triangle: [3460, 2475, 3456] +Triangle: [2503, 2469, 2497] +Triangle: [3331, 2529, 2523] +Triangle: [3454, 2477, 2476] +Triangle: [3454, 2473, 3457] +Triangle: [2454, 2500, 2456] +Triangle: [2503, 2494, 2496] +Triangle: [2500, 2469, 2456] +Triangle: [2460, 2501, 2459] +Triangle: [2459, 2498, 2454] +Triangle: [2496, 2493, 2495] +Triangle: [2476, 2494, 2497] +Triangle: [2470, 2503, 2496] +Triangle: [2469, 2399, 2398] +Triangle: [2508, 2505, 2507] +Triangle: [2504, 2507, 2409] +Triangle: [2460, 2509, 2510] +Triangle: [2505, 2510, 2509] +Triangle: [2458, 2511, 2509] +Triangle: [2512, 2464, 2414] +Triangle: [2511, 2465, 2512] +Triangle: [2509, 2513, 2505] +Triangle: [2507, 2513, 2514] +Triangle: [2409, 2514, 2413] +Triangle: [2512, 2513, 2511] +Triangle: [2414, 2514, 2512] +Triangle: [2504, 2515, 2508] +Triangle: [2538, 2516, 2517] +Triangle: [3527, 2412, 2471] +Triangle: [2471, 3532, 3527] +Triangle: [2493, 3528, 3531] +Triangle: [2535, 2520, 2537] +Triangle: [2536, 2521, 2519] +Triangle: [2537, 2475, 2499] +Triangle: [2486, 3483, 3477] +Triangle: [3442, 2523, 2529] +Triangle: [3486, 2531, 3479] +Triangle: [2488, 3529, 3530] +Triangle: [2490, 3429, 2481] +Triangle: [2530, 2526, 2528] +Triangle: [2531, 3333, 2527] +Triangle: [3495, 3435, 3496] +Triangle: [3562, 2522, 3528] +Triangle: [3497, 3432, 3495] +Triangle: [2539, 2515, 2538] +Triangle: [3458, 2522, 3462] +Triangle: [3458, 2519, 2521] +Triangle: [2506, 2536, 2535] +Triangle: [2533, 2534, 2539] +Triangle: [2508, 2534, 2536] +Triangle: [2510, 2499, 2460] +Triangle: [2510, 2535, 2537] +Triangle: [2495, 3531, 3532] +Triangle: [2532, 2521, 2534] +Triangle: [2539, 2517, 2533] +Triangle: [2410, 2538, 2515] +Triangle: [2498, 2473, 2500] +Triangle: [2409, 2540, 2504] +Triangle: [2416, 2516, 2411] +Triangle: [2541, 2448, 2542] +Triangle: [2561, 2542, 2448] +Triangle: [4515, 2543, 2452] +Triangle: [3534, 2541, 2542] +Triangle: [3534, 2562, 3538] +Triangle: [3535, 4516, 4522] +Triangle: [2425, 3222, 3223] +Triangle: [3418, 3231, 3428] +Triangle: [3417, 3231, 3424] +Triangle: [2544, 3228, 3227] +Triangle: [3370, 3351, 3371] +Triangle: [3370, 3233, 3232] +Triangle: [3536, 3227, 3555] +Triangle: [2552, 2463, 2553] +Triangle: [2553, 2407, 2408] +Triangle: [3395, 63, 2447] +Triangle: [2560, 62, 181] +Triangle: [61, 2446, 2554] +Triangle: [2417, 2554, 2446] +Triangle: [4542, 181, 2287] +Triangle: [3538, 4544, 4545] +Triangle: [4543, 2562, 2561] +Triangle: [4542, 2561, 2560] +Triangle: [4541, 2557, 2556] +Triangle: [2558, 3224, 2430] +Triangle: [2555, 2421, 2422] +Triangle: [2430, 2559, 2558] +Triangle: [2419, 2585, 2564] +Triangle: [2554, 496, 61] +Triangle: [2442, 3355, 2566] +Triangle: [2444, 2566, 2567] +Triangle: [3539, 2443, 2568] +Triangle: [2440, 3356, 3355] +Triangle: [3356, 54, 193] +Triangle: [195, 2579, 2580] +Triangle: [2443, 2567, 2568] +Triangle: [2571, 2438, 2569] +Triangle: [2571, 2551, 2550] +Triangle: [2568, 2545, 2546] +Triangle: [3421, 3357, 3422] +Triangle: [2565, 3421, 3423] +Triangle: [3539, 2546, 3537] +Triangle: [2567, 2547, 2545] +Triangle: [2566, 3352, 2547] +Triangle: [2576, 3063, 3062] +Triangle: [3064, 199, 747] +Triangle: [3540, 3066, 3542] +Triangle: [2578, 3062, 3067] +Triangle: [753, 2394, 3068] +Triangle: [2577, 3067, 3066] +Triangle: [2574, 3064, 3063] +Triangle: [2573, 3065, 3069] +Triangle: [206, 2580, 2450] +Triangle: [2439, 2580, 2579] +Triangle: [3069, 2579, 3068] +Triangle: [63, 3229, 2447] +Triangle: [2449, 3229, 3228] +Triangle: [2582, 2408, 2433] +Triangle: [2553, 2581, 2583] +Triangle: [2552, 2583, 2584] +Triangle: [291, 2882, 2879] +Triangle: [2863, 2821, 2593] +Triangle: [2821, 2881, 2593] +Triangle: [286, 2833, 2834] +Triangle: [244, 2600, 2608] +Triangle: [3234, 236, 2601] +Triangle: [3234, 2602, 3235] +Triangle: [3236, 2598, 3235] +Triangle: [3236, 2606, 3238] +Triangle: [3237, 2606, 2605] +Triangle: [236, 2608, 2601] +Triangle: [2607, 2608, 2600] +Triangle: [2611, 2609, 2607] +Triangle: [2608, 2602, 2601] +Triangle: [2610, 2609, 2612] +Triangle: [267, 2623, 2626] +Triangle: [2625, 263, 2624] +Triangle: [261, 2625, 2623] +Triangle: [2600, 484, 2817] +Triangle: [2600, 2818, 2607] +Triangle: [2627, 2623, 2630] +Triangle: [2628, 2630, 2631] +Triangle: [2629, 2631, 2632] +Triangle: [2607, 2622, 2611] +Triangle: [2620, 2628, 2629] +Triangle: [280, 2901, 217] +Triangle: [2901, 276, 217] +Triangle: [214, 2900, 2899] +Triangle: [2589, 2637, 2635] +Triangle: [2586, 2860, 2858] +Triangle: [218, 2896, 280] +Triangle: [286, 2835, 301] +Triangle: [2643, 2825, 2645] +Triangle: [2864, 2822, 2643] +Triangle: [485, 2882, 222] +Triangle: [2806, 3466, 3473] +Triangle: [2648, 2865, 2866] +Triangle: [2866, 2643, 2648] +Triangle: [2645, 2648, 2643] +Triangle: [2649, 2640, 2650] +Triangle: [2647, 2649, 2650] +Triangle: [2640, 2651, 2650] +Triangle: [2645, 2653, 2640] +Triangle: [2825, 2644, 2645] +Triangle: [2653, 2655, 2641] +Triangle: [301, 2881, 224] +Triangle: [2863, 2655, 2644] +Triangle: [2867, 2641, 2655] +Triangle: [2647, 2861, 2865] +Triangle: [2650, 2639, 2647] +Triangle: [2868, 2639, 2657] +Triangle: [2651, 2657, 2639] +Triangle: [2657, 2860, 2868] +Triangle: [2636, 2658, 2637] +Triangle: [2862, 2595, 2641] +Triangle: [2660, 2595, 2659] +Triangle: [2659, 2604, 2660] +Triangle: [2603, 2610, 2613] +Triangle: [2603, 2614, 2606] +Triangle: [2606, 2615, 2605] +Triangle: [2644, 2654, 2645] +Triangle: [3239, 2605, 2662] +Triangle: [3239, 2664, 3240] +Triangle: [2664, 3241, 3240] +Triangle: [3241, 2668, 3242] +Triangle: [2615, 2662, 2605] +Triangle: [2653, 2660, 2670] +Triangle: [2670, 2665, 2672] +Triangle: [2671, 2670, 2672] +Triangle: [2652, 2653, 2671] +Triangle: [2673, 2623, 2625] +Triangle: [2674, 2625, 2624] +Triangle: [2624, 323, 2676] +Triangle: [2676, 325, 2677] +Triangle: [368, 2678, 2719] +Triangle: [2679, 2675, 2674] +Triangle: [2681, 2680, 2679] +Triangle: [2721, 2684, 2720] +Triangle: [2624, 2679, 2674] +Triangle: [2676, 2681, 2679] +Triangle: [2719, 2683, 2721] +Triangle: [2631, 2673, 2674] +Triangle: [2632, 2674, 2675] +Triangle: [2664, 2661, 2616] +Triangle: [2666, 2616, 2617] +Triangle: [2616, 2693, 2617] +Triangle: [2687, 2612, 2611] +Triangle: [2701, 2618, 2700] +Triangle: [2694, 2619, 2618] +Triangle: [2688, 2610, 2612] +Triangle: [2702, 2696, 2620] +Triangle: [2686, 2613, 2610] +Triangle: [2620, 4597, 4599] +Triangle: [2613, 2690, 2614] +Triangle: [2697, 2622, 2621] +Triangle: [2614, 2691, 2615] +Triangle: [2698, 2611, 2622] +Triangle: [2661, 2692, 2616] +Triangle: [2660, 2663, 2670] +Triangle: [2816, 2818, 4547] +Triangle: [2295, 2817, 484] +Triangle: [4546, 2818, 2817] +Triangle: [2617, 2701, 2700] +Triangle: [2615, 2699, 2661] +Triangle: [2818, 2621, 2622] +Triangle: [2695, 2702, 2619] +Triangle: [2666, 2704, 2668] +Triangle: [2700, 2704, 2617] +Triangle: [2700, 2707, 2708] +Triangle: [2618, 2706, 2707] +Triangle: [2619, 2705, 2706] +Triangle: [2702, 2629, 2705] +Triangle: [2675, 2709, 2632] +Triangle: [2632, 2705, 2629] +Triangle: [2706, 2709, 2710] +Triangle: [2707, 2710, 2711] +Triangle: [2708, 2711, 2712] +Triangle: [2680, 2713, 2675] +Triangle: [2710, 2713, 2715] +Triangle: [2714, 2715, 2713] +Triangle: [2682, 2714, 2680] +Triangle: [2720, 2717, 2682] +Triangle: [2718, 2720, 2684] +Triangle: [2719, 2681, 2677] +Triangle: [2721, 2682, 2681] +Triangle: [2677, 368, 2719] +Triangle: [2652, 2658, 2651] +Triangle: [2723, 2635, 2637] +Triangle: [2637, 2685, 2723] +Triangle: [2685, 2671, 2672] +Triangle: [2724, 2665, 2667] +Triangle: [2685, 2724, 2723] +Triangle: [2725, 2667, 2669] +Triangle: [2723, 2725, 2726] +Triangle: [2587, 2726, 2727] +Triangle: [2708, 2728, 2704] +Triangle: [2726, 2733, 2903] +Triangle: [2791, 3156, 2869] +Triangle: [2733, 2669, 2730] +Triangle: [2668, 3243, 3242] +Triangle: [2730, 2898, 2733] +Triangle: [2711, 2715, 2716] +Triangle: [2716, 2717, 2734] +Triangle: [2722, 2734, 2717] +Triangle: [2718, 2735, 2722] +Triangle: [2716, 2737, 2711] +Triangle: [2738, 2734, 2735] +Triangle: [2736, 2738, 2735] +Triangle: [2712, 2737, 2740] +Triangle: [2741, 2737, 2738] +Triangle: [2704, 2729, 2668] +Triangle: [2728, 2743, 2729] +Triangle: [2744, 2743, 2742] +Triangle: [2712, 2742, 2728] +Triangle: [2741, 2742, 2740] +Triangle: [3243, 2732, 2730] +Triangle: [2738, 2761, 2741] +Triangle: [3248, 2762, 3245] +Triangle: [2766, 3247, 3250] +Triangle: [2747, 3057, 3056] +Triangle: [2758, 2754, 2753] +Triangle: [2753, 2759, 2758] +Triangle: [3249, 2732, 3244] +Triangle: [2756, 2762, 2757] +Triangle: [2746, 2755, 2747] +Triangle: [2749, 2765, 2748] +Triangle: [2763, 2765, 2767] +Triangle: [2763, 2768, 2764] +Triangle: [2764, 420, 415] +Triangle: [2769, 3250, 3251] +Triangle: [3252, 2769, 3251] +Triangle: [965, 2770, 3252] +Triangle: [2769, 2765, 2766] +Triangle: [2767, 2770, 2768] +Triangle: [2768, 423, 420] +Triangle: [2749, 3246, 3247] +Triangle: [2748, 2751, 2749] +Triangle: [3248, 2751, 2757] +Triangle: [2756, 2751, 2750] +Triangle: [2750, 2772, 2756] +Triangle: [2773, 2750, 2748] +Triangle: [2763, 2773, 2748] +Triangle: [2764, 2774, 2763] +Triangle: [415, 2775, 2764] +Triangle: [432, 2775, 429] +Triangle: [2777, 2774, 2775] +Triangle: [2773, 2776, 2771] +Triangle: [435, 2777, 432] +Triangle: [2779, 2776, 2777] +Triangle: [2771, 2778, 2772] +Triangle: [2781, 2772, 2778] +Triangle: [2783, 3059, 3058] +Triangle: [2783, 2784, 2782] +Triangle: [2787, 2785, 2783] +Triangle: [3060, 2783, 3058] +Triangle: [446, 2788, 2787] +Triangle: [741, 2787, 3060] +Triangle: [2779, 2781, 2778] +Triangle: [2779, 445, 2786] +Triangle: [2755, 2772, 2780] +Triangle: [2755, 3059, 3057] +Triangle: [2754, 2784, 2753] +Triangle: [2635, 2792, 2589] +Triangle: [2586, 2902, 2899] +Triangle: [3166, 2792, 2793] +Triangle: [3159, 2807, 3166] +Triangle: [2727, 3158, 2587] +Triangle: [2858, 3156, 2586] +Triangle: [2587, 2793, 2635] +Triangle: [2809, 3468, 3467] +Triangle: [2588, 2752, 2789] +Triangle: [3469, 2812, 3470] +Triangle: [3470, 2813, 3471] +Triangle: [2813, 3472, 3471] +Triangle: [2814, 1199, 3472] +Triangle: [2806, 859, 2870] +Triangle: [871, 2814, 3165] +Triangle: [3164, 2814, 2813] +Triangle: [3164, 2812, 3163] +Triangle: [3163, 2811, 3162] +Triangle: [2753, 2799, 3167] +Triangle: [3159, 2810, 2809] +Triangle: [3166, 2795, 3159] +Triangle: [2797, 2808, 2789] +Triangle: [3157, 2869, 2870] +Triangle: [487, 2880, 485] +Triangle: [487, 2883, 2884] +Triangle: [2824, 2871, 2872] +Triangle: [2823, 2873, 2871] +Triangle: [2824, 2825, 2823] +Triangle: [2823, 2825, 2822] +Triangle: [2584, 2420, 2552] +Triangle: [212, 2826, 2445] +Triangle: [447, 2805, 2788] +Triangle: [2788, 2803, 2785] +Triangle: [2785, 2801, 2784] +Triangle: [2784, 2799, 2753] +Triangle: [3162, 2810, 3160] +Triangle: [2588, 2808, 2727] +Triangle: [450, 2902, 2791] +Triangle: [2599, 500, 233] +Triangle: [568, 2827, 2891] +Triangle: [499, 2829, 498] +Triangle: [498, 2830, 497] +Triangle: [506, 2830, 2831] +Triangle: [572, 2831, 2894] +Triangle: [2854, 226, 531] +Triangle: [2833, 2642, 2834] +Triangle: [2838, 2845, 2853] +Triangle: [2834, 2656, 2835] +Triangle: [2595, 2838, 2659] +Triangle: [2875, 2854, 2832] +Triangle: [2841, 2842, 2840] +Triangle: [2843, 2844, 2842] +Triangle: [2895, 2832, 2894] +Triangle: [2849, 2599, 2598] +Triangle: [2891, 2848, 2828] +Triangle: [2828, 2847, 2829] +Triangle: [2846, 2829, 2847] +Triangle: [2839, 2846, 2850] +Triangle: [2841, 2850, 2851] +Triangle: [2843, 2851, 2852] +Triangle: [2843, 2853, 2845] +Triangle: [2832, 531, 509] +Triangle: [2857, 2594, 2833] +Triangle: [2871, 2819, 2820] +Triangle: [2872, 2820, 2821] +Triangle: [2589, 2869, 2858] +Triangle: [2594, 2862, 2642] +Triangle: [2590, 2860, 2634] +Triangle: [2638, 2868, 2590] +Triangle: [2591, 2861, 2638] +Triangle: [2656, 2862, 2867] +Triangle: [2593, 2867, 2863] +Triangle: [2646, 2864, 2866] +Triangle: [2866, 2591, 2646] +Triangle: [2592, 2873, 2864] +Triangle: [2858, 2636, 2589] +Triangle: [2644, 2872, 2863] +Triangle: [2859, 2856, 2855] +Triangle: [2595, 2855, 2874] +Triangle: [2874, 2844, 2845] +Triangle: [2833, 2876, 2857] +Triangle: [2878, 2841, 2840] +Triangle: [2839, 2877, 2830] +Triangle: [2877, 2831, 2830] +Triangle: [2835, 2593, 2881] +Triangle: [2821, 2884, 2883] +Triangle: [2883, 224, 2881] +Triangle: [2819, 2882, 2880] +Triangle: [2592, 2879, 2882] +Triangle: [2850, 2847, 2837] +Triangle: [2820, 2880, 2884] +Triangle: [2848, 2837, 2847] +Triangle: [2892, 2885, 2848] +Triangle: [2886, 2598, 2597] +Triangle: [2837, 2851, 2850] +Triangle: [2849, 2893, 2892] +Triangle: [2852, 2888, 2853] +Triangle: [2853, 2659, 2838] +Triangle: [2596, 2888, 2889] +Triangle: [2889, 2887, 2890] +Triangle: [2596, 2890, 2597] +Triangle: [2890, 2886, 2597] +Triangle: [2849, 2891, 2827] +Triangle: [568, 2828, 499] +Triangle: [2851, 2893, 2852] +Triangle: [2893, 2887, 2852] +Triangle: [2836, 2894, 2831] +Triangle: [509, 2894, 2832] +Triangle: [2875, 2895, 2876] +Triangle: [2895, 2877, 2876] +Triangle: [2876, 2878, 2857] +Triangle: [2840, 2857, 2878] +Triangle: [2842, 2856, 2840] +Triangle: [2842, 2844, 2855] +Triangle: [581, 2899, 2902] +Triangle: [2879, 2591, 2731] +Triangle: [2634, 2899, 2900] +Triangle: [2896, 2590, 2901] +Triangle: [2731, 2638, 2896] +Triangle: [2901, 2634, 2900] +Triangle: [291, 2731, 218] +Triangle: [2905, 2898, 2897] +Triangle: [2898, 2903, 2733] +Triangle: [2904, 2588, 2903] +Triangle: [2727, 2903, 2588] +Triangle: [2904, 2759, 2752] +Triangle: [2633, 2898, 2732] +Triangle: [2897, 2907, 2905] +Triangle: [2908, 2907, 2906] +Triangle: [2908, 2911, 2909] +Triangle: [2912, 2911, 2910] +Triangle: [2914, 2913, 2912] +Triangle: [2916, 2915, 2914] +Triangle: [2918, 2917, 2916] +Triangle: [3254, 2921, 3253] +Triangle: [2920, 2923, 2921] +Triangle: [2924, 3255, 3256] +Triangle: [2924, 2927, 2925] +Triangle: [2928, 3257, 3258] +Triangle: [2930, 2929, 2928] +Triangle: [2930, 2933, 2931] +Triangle: [2932, 2935, 2933] +Triangle: [2957, 2937, 2956] +Triangle: [2936, 2939, 2937] +Triangle: [2940, 2939, 2938] +Triangle: [2942, 3259, 3260] +Triangle: [2946, 2926, 2924] +Triangle: [3260, 2955, 2942] +Triangle: [3256, 2946, 2924] +Triangle: [2938, 2954, 2940] +Triangle: [2920, 2945, 2922] +Triangle: [2936, 2953, 2938] +Triangle: [2958, 2936, 2957] +Triangle: [2932, 2951, 2934] +Triangle: [2949, 2932, 2930] +Triangle: [2948, 2930, 2928] +Triangle: [3262, 2928, 3258] +Triangle: [2951, 2957, 2934] +Triangle: [2934, 2956, 2935] +Triangle: [2961, 2947, 2946] +Triangle: [2953, 2969, 2954] +Triangle: [2965, 2951, 2950] +Triangle: [3265, 2948, 3262] +Triangle: [3263, 2970, 2955] +Triangle: [2944, 2960, 2945] +Triangle: [2966, 2958, 2951] +Triangle: [2963, 2949, 2948] +Triangle: [3264, 2946, 3261] +Triangle: [2958, 2967, 2952] +Triangle: [2952, 2968, 2953] +Triangle: [2964, 2950, 2949] +Triangle: [2980, 2897, 2633] +Triangle: [3254, 2944, 2920] +Triangle: [2916, 2994, 2918] +Triangle: [2914, 2995, 2916] +Triangle: [2914, 2996, 2993] +Triangle: [2910, 2996, 2912] +Triangle: [2908, 2992, 2910] +Triangle: [2906, 2991, 2908] +Triangle: [2980, 2990, 2906] +Triangle: [3021, 3023, 3022] +Triangle: [2983, 2979, 2978] +Triangle: [2977, 2983, 2978] +Triangle: [2976, 2984, 2977] +Triangle: [2975, 2985, 2976] +Triangle: [2974, 2986, 2975] +Triangle: [2988, 3178, 3006] +Triangle: [3010, 3168, 3009] +Triangle: [3271, 2994, 2997] +Triangle: [2995, 2997, 2994] +Triangle: [2999, 2995, 2993] +Triangle: [3000, 2993, 2996] +Triangle: [2992, 3000, 2996] +Triangle: [3001, 2991, 3002] +Triangle: [3002, 2990, 2981] +Triangle: [2979, 3004, 3003] +Triangle: [3004, 2980, 3003] +Triangle: [3002, 3004, 2982] +Triangle: [2983, 3002, 2982] +Triangle: [2984, 3001, 2983] +Triangle: [2984, 2999, 3000] +Triangle: [2985, 2998, 2999] +Triangle: [2987, 2998, 2986] +Triangle: [3175, 2989, 3007] +Triangle: [2988, 3271, 3269] +Triangle: [3296, 3007, 3273] +Triangle: [2959, 3006, 2960] +Triangle: [3264, 3006, 3273] +Triangle: [3277, 2964, 3278] +Triangle: [3267, 3172, 2974] +Triangle: [3274, 3023, 3275] +Triangle: [3276, 2965, 3277] +Triangle: [3013, 2974, 2975] +Triangle: [3267, 3015, 2973] +Triangle: [2973, 3016, 3005] +Triangle: [3283, 3016, 3017] +Triangle: [3018, 3272, 3281] +Triangle: [3297, 2969, 3279] +Triangle: [3268, 3019, 3279] +Triangle: [3275, 3020, 3268] +Triangle: [3021, 3008, 3018] +Triangle: [2972, 3022, 3009] +Triangle: [3276, 3022, 3274] +Triangle: [3278, 2963, 3265] +Triangle: [3018, 3020, 3021] +Triangle: [2962, 3007, 2989] +Triangle: [3012, 2975, 2976] +Triangle: [2977, 3012, 2976] +Triangle: [3024, 3016, 3015] +Triangle: [3282, 3024, 3284] +Triangle: [3280, 3024, 3015] +Triangle: [3013, 3025, 3014] +Triangle: [2970, 3026, 2955] +Triangle: [2955, 3011, 2942] +Triangle: [3012, 3026, 3013] +Triangle: [2978, 3011, 2977] +Triangle: [2943, 2978, 2979] +Triangle: [2907, 3027, 2905] +Triangle: [3027, 2759, 2905] +Triangle: [3029, 3028, 3027] +Triangle: [2909, 3029, 3027] +Triangle: [2758, 3028, 3030] +Triangle: [3029, 3032, 3030] +Triangle: [3033, 3032, 3031] +Triangle: [3033, 3036, 3034] +Triangle: [2913, 3029, 2911] +Triangle: [2915, 3031, 2913] +Triangle: [2915, 3035, 3033] +Triangle: [3035, 3038, 3036] +Triangle: [3286, 3040, 3285] +Triangle: [3039, 3042, 3040] +Triangle: [3043, 3287, 3288] +Triangle: [2917, 3037, 3035] +Triangle: [3253, 3039, 3286] +Triangle: [2921, 3041, 3039] +Triangle: [2925, 3288, 3255] +Triangle: [2939, 3051, 2937] +Triangle: [3053, 3051, 3052] +Triangle: [3290, 2633, 3249] +Triangle: [2937, 3050, 2956] +Triangle: [2956, 3049, 2935] +Triangle: [3049, 2933, 2935] +Triangle: [3048, 2931, 2933] +Triangle: [2931, 3046, 2929] +Triangle: [3257, 3045, 2927] +Triangle: [2927, 3043, 2925] +Triangle: [2745, 3050, 3051] +Triangle: [2744, 3049, 3050] +Triangle: [3055, 3047, 3048] +Triangle: [3048, 2741, 3055] +Triangle: [2741, 3054, 3055] +Triangle: [3047, 2761, 3046] +Triangle: [2762, 3289, 3245] +Triangle: [3045, 3044, 3043] +Triangle: [3040, 3287, 3285] +Triangle: [2762, 3038, 3044] +Triangle: [2747, 3038, 2746] +Triangle: [2758, 3032, 2760] +Triangle: [3057, 2782, 2754] +Triangle: [445, 3060, 2786] +Triangle: [2786, 3058, 2781] +Triangle: [3058, 2780, 2781] +Triangle: [3056, 2754, 2760] +Triangle: [3034, 2760, 3032] +Triangle: [3056, 3036, 2747] +Triangle: [3053, 3291, 3290] +Triangle: [3292, 2943, 2979] +Triangle: [3052, 3292, 3291] +Triangle: [2826, 2540, 2418] +Triangle: [2563, 2419, 2564] +Triangle: [2563, 2826, 2418] +Triangle: [2394, 3069, 3068] +Triangle: [2439, 3065, 2438] +Triangle: [3063, 2441, 2440] +Triangle: [3066, 2444, 2443] +Triangle: [59, 3068, 2579] +Triangle: [3067, 2442, 2444] +Triangle: [3542, 2443, 3526] +Triangle: [3064, 54, 2441] +Triangle: [3062, 2440, 2442] +Triangle: [6, 3061, 2396] +Triangle: [2396, 2582, 2433] +Triangle: [3077, 3449, 3445] +Triangle: [3446, 3084, 3451] +Triangle: [3083, 3452, 3450] +Triangle: [3451, 3079, 3447] +Triangle: [3085, 3445, 3452] +Triangle: [3082, 3446, 3449] +Triangle: [2523, 3431, 2524] +Triangle: [3448, 3087, 3081] +Triangle: [3437, 3434, 3088] +Triangle: [3447, 3543, 3561] +Triangle: [2527, 3431, 3434] +Triangle: [3439, 3441, 2523] +Triangle: [3089, 759, 3073] +Triangle: [3090, 3073, 3074] +Triangle: [754, 3089, 2393] +Triangle: [2393, 3090, 3075] +Triangle: [3075, 3091, 3076] +Triangle: [3091, 3074, 3072] +Triangle: [3076, 3545, 3544] +Triangle: [3545, 3072, 3070] +Triangle: [3547, 3133, 3551] +Triangle: [3548, 3141, 3552] +Triangle: [3553, 3097, 3149] +Triangle: [851, 3102, 3150] +Triangle: [789, 3142, 841] +Triangle: [787, 3134, 831] +Triangle: [3150, 3106, 3151] +Triangle: [3103, 3143, 3142] +Triangle: [3101, 3135, 3134] +Triangle: [3152, 3114, 3153] +Triangle: [3110, 3145, 3144] +Triangle: [3108, 3137, 3136] +Triangle: [3153, 3118, 3154] +Triangle: [3115, 3146, 3145] +Triangle: [3113, 3138, 3137] +Triangle: [3151, 3099, 3149] +Triangle: [3107, 3141, 3143] +Triangle: [3105, 3133, 3135] +Triangle: [3110, 3132, 3136] +Triangle: [3111, 3140, 3144] +Triangle: [3152, 3092, 3148] +Triangle: [3123, 3138, 3139] +Triangle: [3122, 3146, 3147] +Triangle: [3155, 3116, 3154] +Triangle: [3155, 798, 853] +Triangle: [3123, 843, 3147] +Triangle: [3121, 833, 3139] +Triangle: [3550, 3096, 3125] +Triangle: [3549, 3518, 3567] +Triangle: [3092, 3519, 3518] +Triangle: [3108, 3124, 3126] +Triangle: [3104, 3523, 3524] +Triangle: [3125, 3105, 3127] +Triangle: [788, 3520, 1254] +Triangle: [3101, 823, 3128] +Triangle: [3105, 3128, 3127] +Triangle: [3100, 3524, 3520] +Triangle: [3525, 796, 1260] +Triangle: [795, 3129, 825] +Triangle: [3109, 3521, 3519] +Triangle: [3113, 3126, 3130] +Triangle: [3117, 3130, 3131] +Triangle: [3112, 3522, 3521] +Triangle: [3121, 3131, 3129] +Triangle: [3116, 3525, 3522] +Triangle: [3129, 3074, 3073] +Triangle: [3131, 3072, 3074] +Triangle: [3130, 3070, 3072] +Triangle: [825, 3073, 759] +Triangle: [3075, 3128, 2393] +Triangle: [2393, 823, 754] +Triangle: [3076, 3127, 3075] +Triangle: [3126, 3071, 3070] +Triangle: [3544, 3125, 3076] +Triangle: [3139, 797, 3123] +Triangle: [3139, 3117, 3121] +Triangle: [3136, 3093, 3108] +Triangle: [3135, 3098, 3107] +Triangle: [3137, 3119, 3115] +Triangle: [3136, 3115, 3110] +Triangle: [3134, 3107, 3103] +Triangle: [831, 3103, 789] +Triangle: [3551, 3096, 3546] +Triangle: [3147, 798, 3122] +Triangle: [3147, 3119, 3123] +Triangle: [3144, 3095, 3110] +Triangle: [3143, 3099, 3106] +Triangle: [3145, 3118, 3114] +Triangle: [3144, 3114, 3111] +Triangle: [3142, 3106, 3102] +Triangle: [841, 3102, 790] +Triangle: [3552, 3098, 3547] +Triangle: [3120, 853, 796] +Triangle: [3122, 3154, 3118] +Triangle: [3111, 3148, 3094] +Triangle: [3104, 3149, 3097] +Triangle: [3112, 3154, 3116] +Triangle: [3109, 3153, 3112] +Triangle: [3100, 3151, 3104] +Triangle: [788, 3150, 3100] +Triangle: [3548, 3149, 3099] +Triangle: [468, 3473, 1191] +Triangle: [859, 3157, 2870] +Triangle: [450, 3157, 861] +Triangle: [2870, 2869, 2792] +Triangle: [2795, 3158, 2808] +Triangle: [2789, 3161, 2797] +Triangle: [2795, 3160, 3159] +Triangle: [3468, 2811, 3469] +Triangle: [2801, 3162, 2799] +Triangle: [2803, 3163, 2801] +Triangle: [2803, 3165, 3164] +Triangle: [467, 3165, 2805] +Triangle: [2806, 3166, 2807] +Triangle: [2790, 3300, 3305] +Triangle: [1018, 3061, 743] +Triangle: [2804, 3303, 3302] +Triangle: [2797, 3162, 3160] +Triangle: [2585, 3299, 3304] +Triangle: [3306, 2582, 3061] +Triangle: [3301, 2584, 2583] +Triangle: [3304, 2564, 2585] +Triangle: [2794, 3301, 3300] +Triangle: [2753, 3161, 2752] +Triangle: [2799, 3161, 3167] +Triangle: [3293, 3173, 3172] +Triangle: [3174, 3170, 3178] +Triangle: [3296, 3170, 3295] +Triangle: [3176, 3177, 3169] +Triangle: [3169, 3179, 3176] +Triangle: [3172, 2987, 2974] +Triangle: [3169, 3008, 2972] +Triangle: [3168, 2972, 3009] +Triangle: [3005, 3171, 2973] +Triangle: [3269, 3174, 2988] +Triangle: [3176, 3010, 2989] +Triangle: [3295, 3005, 3272] +Triangle: [3200, 3185, 3188] +Triangle: [3191, 3182, 3181] +Triangle: [3186, 3194, 3183] +Triangle: [3193, 3189, 3182] +Triangle: [3185, 3197, 3186] +Triangle: [3201, 3187, 3189] +Triangle: [2430, 3188, 2431] +Triangle: [3184, 2395, 2432] +Triangle: [2404, 3183, 2406] +Triangle: [3191, 3192, 3193] +Triangle: [3196, 3198, 3197] +Triangle: [3195, 3197, 3198] +Triangle: [3200, 3192, 3198] +Triangle: [3190, 3198, 3192] +Triangle: [3192, 3201, 3193] +Triangle: [3180, 3191, 3181] +Triangle: [3195, 3180, 3184] +Triangle: [3194, 3184, 3183] +Triangle: [3199, 3188, 3187] +Triangle: [3225, 3209, 3210] +Triangle: [3208, 4523, 4530] +Triangle: [3226, 3207, 3211] +Triangle: [179, 3212, 3204] +Triangle: [4513, 3203, 4517] +Triangle: [3349, 3207, 3208] +Triangle: [2546, 3209, 3202] +Triangle: [3215, 2551, 3214] +Triangle: [923, 2450, 3213] +Triangle: [3537, 3202, 3554] +Triangle: [3213, 2550, 3215] +Triangle: [3218, 3219, 3226] +Triangle: [3212, 927, 3224] +Triangle: [3221, 3206, 3217] +Triangle: [4517, 3221, 4518] +Triangle: [3220, 4533, 4523] +Triangle: [3220, 3207, 3219] +Triangle: [3222, 3209, 3223] +Triangle: [3205, 3225, 3210] +Triangle: [3204, 3226, 3211] +Triangle: [3215, 3227, 3228] +Triangle: [938, 3213, 3229] +Triangle: [3555, 3202, 3222] +Triangle: [3213, 3228, 3229] +Triangle: [3209, 3233, 3210] +Triangle: [2545, 3232, 3233] +Triangle: [3426, 2548, 3231] +Triangle: [3232, 3352, 3351] +Triangle: [3231, 3361, 3424] +Triangle: [3008, 3295, 3272] +Triangle: [3173, 3269, 2987] +Triangle: [3175, 3295, 3177] +Triangle: [3171, 3294, 3293] +Triangle: [3291, 2979, 3003] +Triangle: [2941, 3292, 2939] +Triangle: [3290, 3003, 2980] +Triangle: [3285, 3044, 3038] +Triangle: [3245, 3046, 2761] +Triangle: [2929, 3289, 3257] +Triangle: [3053, 3249, 2745] +Triangle: [3255, 3041, 2923] +Triangle: [2919, 3286, 3037] +Triangle: [3288, 3042, 3041] +Triangle: [3037, 3285, 3038] +Triangle: [3014, 3284, 3280] +Triangle: [3025, 3282, 3284] +Triangle: [2989, 3265, 2962] +Triangle: [2966, 3274, 2971] +Triangle: [2967, 3268, 2968] +Triangle: [2968, 3279, 2969] +Triangle: [3282, 3266, 3297] +Triangle: [3017, 3297, 3283] +Triangle: [3283, 3279, 3019] +Triangle: [3281, 3005, 3016] +Triangle: [3019, 3281, 3283] +Triangle: [3014, 3267, 2974] +Triangle: [3009, 3277, 3010] +Triangle: [2971, 3275, 2967] +Triangle: [2973, 3293, 3267] +Triangle: [3010, 3278, 2989] +Triangle: [2961, 3273, 3007] +Triangle: [3178, 3273, 3006] +Triangle: [3269, 2997, 2987] +Triangle: [2959, 3270, 3271] +Triangle: [2918, 3270, 3254] +Triangle: [2960, 3261, 2945] +Triangle: [2954, 3266, 3263] +Triangle: [2962, 3262, 2947] +Triangle: [2947, 3258, 2926] +Triangle: [2922, 3261, 3256] +Triangle: [2940, 3263, 3260] +Triangle: [3260, 2941, 2940] +Triangle: [3258, 2927, 2926] +Triangle: [3256, 2923, 2922] +Triangle: [2918, 3253, 2919] +Triangle: [2739, 3246, 3248] +Triangle: [3247, 2736, 2718] +Triangle: [327, 3252, 2678] +Triangle: [3252, 2683, 2678] +Triangle: [3251, 2684, 2683] +Triangle: [3249, 2743, 2745] +Triangle: [3250, 2718, 2684] +Triangle: [2761, 3248, 3245] +Triangle: [2729, 3244, 3243] +Triangle: [3242, 2730, 2669] +Triangle: [3241, 2669, 2667] +Triangle: [3240, 2667, 2665] +Triangle: [2663, 3240, 2665] +Triangle: [2663, 3237, 3239] +Triangle: [2604, 3238, 3237] +Triangle: [2597, 3238, 2596] +Triangle: [2603, 3235, 2602] +Triangle: [2599, 3235, 2598] +Triangle: [233, 3234, 2599] +Triangle: [3302, 2802, 2804] +Triangle: [2563, 3298, 3302] +Triangle: [3300, 2583, 2581] +Triangle: [2800, 3298, 3304] +Triangle: [2796, 3299, 3301] +Triangle: [3304, 2798, 2800] +Triangle: [3302, 2445, 2563] +Triangle: [2815, 3305, 3306] +Triangle: [479, 3306, 1018] +Triangle: [3305, 2581, 2582] +Triangle: [3466, 2794, 2790] +Triangle: [3490, 3315, 3484] +Triangle: [3478, 3315, 3314] +Triangle: [3482, 3430, 3489] +Triangle: [3563, 3314, 3556] +Triangle: [3333, 2524, 2527] +Triangle: [3312, 3503, 3493] +Triangle: [3480, 3313, 3483] +Triangle: [3475, 3308, 3480] +Triangle: [3463, 3435, 3464] +Triangle: [3476, 3311, 3482] +Triangle: [3475, 3309, 3307] +Triangle: [3476, 3312, 3310] +Triangle: [3517, 3324, 3512] +Triangle: [3516, 3326, 3517] +Triangle: [3321, 3516, 3514] +Triangle: [3512, 1039, 1244] +Triangle: [3323, 3511, 3515] +Triangle: [1037, 3515, 1248] +Triangle: [3322, 3510, 3511] +Triangle: [3320, 3514, 3513] +Triangle: [3557, 3513, 3566] +Triangle: [3182, 3327, 3181] +Triangle: [1043, 3327, 3329] +Triangle: [3182, 3328, 3329] +Triangle: [3329, 1047, 1043] +Triangle: [4, 3327, 1046] +Triangle: [1047, 3189, 44] +Triangle: [3488, 3335, 3487] +Triangle: [3335, 3333, 3332] +Triangle: [3330, 3334, 3335] +Triangle: [3486, 3337, 3487] +Triangle: [3485, 3338, 3318] +Triangle: [3318, 3337, 3317] +Triangle: [3317, 3336, 3316] +Triangle: [2524, 3331, 2523] +Triangle: [3086, 3568, 3343] +Triangle: [3080, 3345, 3088] +Triangle: [3543, 3570, 3558] +Triangle: [3088, 3340, 3083] +Triangle: [3081, 3344, 3568] +Triangle: [3086, 3569, 3080] +Triangle: [3082, 3571, 3078] +Triangle: [3342, 3077, 3085] +Triangle: [3341, 3079, 3084] +Triangle: [3340, 3085, 3083] +Triangle: [3078, 3341, 3084] +Triangle: [3572, 3082, 3077] +Triangle: [4503, 3350, 2437] +Triangle: [3348, 4536, 3364] +Triangle: [3230, 3352, 2549] +Triangle: [3354, 943, 3360] +Triangle: [3352, 3368, 2549] +Triangle: [3362, 167, 3354] +Triangle: [3356, 3362, 2570] +Triangle: [3368, 3356, 2570] +Triangle: [3374, 3351, 3230] +Triangle: [3373, 46, 3347] +Triangle: [3380, 4528, 3408] +Triangle: [3422, 3360, 3353] +Triangle: [3357, 3354, 3422] +Triangle: [3373, 3359, 3425] +Triangle: [3358, 3363, 3405] +Triangle: [4502, 2437, 3365] +Triangle: [3363, 3364, 3407] +Triangle: [3366, 2549, 3423] +Triangle: [3423, 3368, 2565] +Triangle: [2570, 3357, 3369] +Triangle: [2565, 2570, 3369] +Triangle: [3427, 3230, 3366] +Triangle: [3365, 3374, 3427] +Triangle: [3353, 3373, 3425] +Triangle: [3360, 1094, 3373] +Triangle: [2437, 3371, 3374] +Triangle: [2429, 3371, 3350] +Triangle: [3414, 3372, 3375] +Triangle: [2434, 3376, 3372] +Triangle: [2429, 3210, 3370] +Triangle: [3364, 4531, 3407] +Triangle: [4507, 3408, 4508] +Triangle: [3206, 2428, 4534] +Triangle: [2250, 3380, 4507] +Triangle: [3399, 3386, 3387] +Triangle: [3398, 3379, 3386] +Triangle: [4514, 1106, 3383] +Triangle: [3559, 3397, 3560] +Triangle: [3396, 3385, 3384] +Triangle: [3395, 3384, 3383] +Triangle: [3381, 3402, 3412] +Triangle: [4529, 3346, 3406] +Triangle: [3391, 3387, 3378] +Triangle: [3377, 4512, 4511] +Triangle: [2425, 3399, 3391] +Triangle: [3404, 3411, 3420] +Triangle: [2434, 3411, 3416] +Triangle: [2447, 3396, 3395] +Triangle: [2449, 3397, 3396] +Triangle: [3560, 2544, 3536] +Triangle: [3205, 3392, 3398] +Triangle: [3216, 3398, 3399] +Triangle: [2253, 3393, 4509] +Triangle: [4510, 3393, 3413] +Triangle: [4521, 3400, 3415] +Triangle: [4519, 3400, 4520] +Triangle: [3383, 1128, 3395] +Triangle: [3412, 3389, 3381] +Triangle: [3403, 3378, 3377] +Triangle: [3346, 3363, 3406] +Triangle: [3406, 3407, 2436] +Triangle: [3408, 4524, 3389] +Triangle: [2436, 4531, 4526] +Triangle: [3410, 3413, 4506] +Triangle: [3415, 3411, 4505] +Triangle: [4505, 3412, 3402] +Triangle: [4508, 4506, 3413] +Triangle: [3393, 2250, 4507] +Triangle: [4502, 3416, 3411] +Triangle: [3375, 3359, 3414] +Triangle: [3365, 3376, 3416] +Triangle: [3419, 3375, 3372] +Triangle: [3376, 3419, 3372] +Triangle: [3412, 4506, 3401] +Triangle: [4506, 3420, 3410] +Triangle: [2548, 3422, 3361] +Triangle: [3367, 3421, 2548] +Triangle: [3361, 3353, 3424] +Triangle: [3353, 3417, 3424] +Triangle: [3366, 3367, 3426] +Triangle: [3418, 3366, 3426] +Triangle: [3425, 3428, 3417] +Triangle: [3419, 3418, 3428] +Triangle: [3358, 1205, 3348] +Triangle: [212, 3303, 1153] +Triangle: [1153, 3303, 466] +Triangle: [3433, 2527, 3429] +Triangle: [3456, 2520, 3465] +Triangle: [3429, 3434, 3437] +Triangle: [3431, 3088, 3434] +Triangle: [2520, 3464, 3465] +Triangle: [3489, 3316, 3479] +Triangle: [2484, 3561, 3529] +Triangle: [3498, 3443, 3499] +Triangle: [3441, 3080, 3431] +Triangle: [3086, 3441, 3444] +Triangle: [3485, 3438, 3490] +Triangle: [2528, 3439, 3442] +Triangle: [3498, 3317, 3496] +Triangle: [2525, 3448, 2526] +Triangle: [2479, 3446, 2483] +Triangle: [3452, 2480, 2485] +Triangle: [2482, 3447, 2484] +Triangle: [3450, 2485, 2481] +Triangle: [2483, 3451, 2482] +Triangle: [2480, 3449, 2479] +Triangle: [2526, 3444, 3439] +Triangle: [2481, 3437, 3450] +Triangle: [2472, 3457, 2473] +Triangle: [3504, 3462, 3494] +Triangle: [3564, 3462, 3562] +Triangle: [3500, 3457, 3503] +Triangle: [3491, 3454, 3500] +Triangle: [3492, 3456, 3502] +Triangle: [3491, 3455, 3459] +Triangle: [3492, 3461, 3460] +Triangle: [3432, 3464, 3435] +Triangle: [2518, 3463, 3464] +Triangle: [3443, 3463, 3458] +Triangle: [3436, 3465, 3432] +Triangle: [3504, 3443, 3458] +Triangle: [3502, 3436, 3497] +Triangle: [2807, 3467, 3466] +Triangle: [3468, 2798, 2796] +Triangle: [1191, 2815, 479] +Triangle: [2804, 1199, 466] +Triangle: [3471, 2804, 2802] +Triangle: [3470, 2802, 2800] +Triangle: [2798, 3470, 2800] +Triangle: [3467, 2796, 2794] +Triangle: [3473, 2790, 2815] +Triangle: [3204, 1201, 179] +Triangle: [3211, 2435, 3474] +Triangle: [1201, 3474, 1202] +Triangle: [1109, 4532, 3380] +Triangle: [1205, 4538, 3348] +Triangle: [44, 3224, 927] +Triangle: [3218, 3212, 3224] +Triangle: [2529, 3490, 3442] +Triangle: [3433, 3479, 2531] +Triangle: [3330, 3485, 2529] +Triangle: [3332, 3487, 3335] +Triangle: [3338, 3487, 3337] +Triangle: [2492, 3477, 3476] +Triangle: [2491, 3481, 3475] +Triangle: [2492, 3482, 2490] +Triangle: [2491, 3480, 2487] +Triangle: [2487, 3483, 2489] +Triangle: [3530, 3478, 3563] +Triangle: [2490, 3489, 3433] +Triangle: [2530, 3484, 3478] +Triangle: [3442, 3484, 2528] +Triangle: [3336, 3479, 3316] +Triangle: [3477, 3313, 3312] +Triangle: [3311, 3497, 3430] +Triangle: [3315, 3499, 3504] +Triangle: [3310, 3493, 3492] +Triangle: [3307, 3501, 3491] +Triangle: [3310, 3502, 3311] +Triangle: [3307, 3500, 3308] +Triangle: [3308, 3503, 3313] +Triangle: [3556, 3494, 3564] +Triangle: [3315, 3494, 3314] +Triangle: [3440, 3496, 3435] +Triangle: [3318, 3499, 3438] +Triangle: [3493, 3457, 3461] +Triangle: [3430, 3495, 3316] +Triangle: [3316, 3496, 3317] +Triangle: [2451, 3507, 3506] +Triangle: [2452, 3508, 3507] +Triangle: [3565, 2543, 3535] +Triangle: [2451, 1241, 173] +Triangle: [3509, 4541, 4539] +Triangle: [2423, 3217, 3505] +Triangle: [3566, 2577, 3540] +Triangle: [3513, 2578, 2577] +Triangle: [3511, 2572, 2573] +Triangle: [1248, 2394, 1] +Triangle: [3515, 2573, 2394] +Triangle: [2575, 1244, 199] +Triangle: [3514, 2576, 2578] +Triangle: [3516, 2574, 2576] +Triangle: [2574, 3512, 2575] +Triangle: [3326, 3525, 3324] +Triangle: [3325, 3522, 3326] +Triangle: [3519, 3325, 3321] +Triangle: [3324, 1260, 1039] +Triangle: [3520, 3322, 3323] +Triangle: [1254, 3323, 1037] +Triangle: [3524, 3319, 3322] +Triangle: [3518, 3321, 3320] +Triangle: [3567, 3320, 3557] +Triangle: [3523, 3557, 3319] +Triangle: [3510, 3540, 2572] +Triangle: [3509, 3535, 2424] +Triangle: [3309, 3564, 3501] +Triangle: [2488, 3563, 3481] +Triangle: [3501, 3562, 3455] +Triangle: [2525, 3561, 3453] +Triangle: [3403, 3536, 2426] +Triangle: [3377, 3560, 3403] +Triangle: [3087, 3558, 3344] +Triangle: [3319, 3566, 3510] +Triangle: [3481, 3556, 3309] +Triangle: [3227, 3554, 3555] +Triangle: [3214, 3537, 3554] +Triangle: [3094, 3553, 3548] +Triangle: [3140, 3547, 3095] +Triangle: [3132, 3546, 3093] +Triangle: [3071, 3550, 3544] +Triangle: [3097, 3567, 3523] +Triangle: [3124, 3546, 3550] +Triangle: [3148, 3549, 3553] +Triangle: [3094, 3552, 3140] +Triangle: [3095, 3551, 3132] +Triangle: [3544, 3070, 3071] +Triangle: [3453, 3543, 3087] +Triangle: [3065, 3526, 2438] +Triangle: [2572, 3542, 3065] +Triangle: [2569, 3537, 2551] +Triangle: [2438, 3539, 2569] +Triangle: [2555, 4545, 4539] +Triangle: [3536, 3222, 2426] +Triangle: [2424, 4522, 4511] +Triangle: [2422, 3538, 2555] +Triangle: [2422, 3533, 3534] +Triangle: [3532, 2532, 2533] +Triangle: [3455, 3528, 2478] +Triangle: [3530, 2525, 2530] +Triangle: [3531, 2522, 2532] +Triangle: [3527, 2533, 2517] +Triangle: [2517, 3541, 3527] +Triangle: [2516, 3533, 3541] +Triangle: [3577, 3578, 3573] +Triangle: [3573, 3579, 3574] +Triangle: [1311, 3579, 1318] +Triangle: [1312, 3580, 3575] +Triangle: [3575, 3581, 3576] +Triangle: [3576, 3582, 3577] +Triangle: [3582, 3583, 3578] +Triangle: [3578, 3584, 3579] +Triangle: [1318, 3584, 323] +Triangle: [1319, 3585, 3580] +Triangle: [3580, 3586, 3581] +Triangle: [3581, 3587, 3582] +Triangle: [3587, 3588, 3583] +Triangle: [3583, 3589, 3584] +Triangle: [3584, 3590, 323] +Triangle: [1325, 3590, 3591] +Triangle: [1325, 3592, 1326] +Triangle: [3585, 3592, 3593] +Triangle: [3585, 3594, 3586] +Triangle: [3586, 3595, 3587] +Triangle: [3595, 3596, 3588] +Triangle: [3588, 3597, 3589] +Triangle: [3589, 3598, 3590] +Triangle: [3591, 3598, 3599] +Triangle: [3592, 3599, 3600] +Triangle: [3593, 3600, 3601] +Triangle: [3594, 3601, 3602] +Triangle: [3594, 3603, 3595] +Triangle: [3603, 3604, 3596] +Triangle: [3596, 3605, 3597] +Triangle: [3597, 3606, 3598] +Triangle: [3598, 3607, 3599] +Triangle: [3600, 3607, 3608] +Triangle: [3601, 3608, 3609] +Triangle: [3602, 3609, 3610] +Triangle: [3603, 3610, 3611] +Triangle: [3604, 3619, 3612] +Triangle: [3604, 3613, 3605] +Triangle: [3605, 3614, 3606] +Triangle: [3606, 3615, 3607] +Triangle: [3607, 3616, 3608] +Triangle: [3609, 3616, 3617] +Triangle: [3610, 3617, 3618] +Triangle: [3611, 3618, 3619] +Triangle: [3612, 3627, 3620] +Triangle: [3612, 3621, 3613] +Triangle: [3613, 3622, 3614] +Triangle: [3614, 3623, 3615] +Triangle: [3615, 3624, 3616] +Triangle: [3617, 3624, 3625] +Triangle: [3618, 3625, 3626] +Triangle: [3619, 3626, 3627] +Triangle: [3620, 3635, 3628] +Triangle: [3620, 3629, 3621] +Triangle: [3621, 3630, 3622] +Triangle: [3622, 3631, 3623] +Triangle: [3623, 3632, 3624] +Triangle: [3625, 3632, 3633] +Triangle: [3626, 3633, 3634] +Triangle: [3627, 3634, 3635] +Triangle: [3628, 3643, 3636] +Triangle: [3628, 3637, 3629] +Triangle: [3629, 3638, 3630] +Triangle: [3630, 3639, 3631] +Triangle: [3631, 3640, 3632] +Triangle: [3633, 3640, 3641] +Triangle: [3634, 3641, 3642] +Triangle: [3635, 3642, 3643] +Triangle: [3636, 3651, 3644] +Triangle: [3636, 3645, 3637] +Triangle: [3637, 3646, 3638] +Triangle: [3638, 3647, 3639] +Triangle: [3639, 3648, 3640] +Triangle: [3641, 3648, 3649] +Triangle: [3642, 3649, 3650] +Triangle: [3643, 3650, 3651] +Triangle: [3644, 3659, 3652] +Triangle: [3644, 3653, 3645] +Triangle: [3645, 3654, 3646] +Triangle: [3646, 3655, 3647] +Triangle: [3647, 3656, 3648] +Triangle: [3649, 3656, 3657] +Triangle: [3650, 3657, 3658] +Triangle: [3651, 3658, 3659] +Triangle: [3652, 3667, 3660] +Triangle: [3652, 3661, 3653] +Triangle: [3653, 3662, 3654] +Triangle: [3654, 3663, 3655] +Triangle: [3655, 3664, 3656] +Triangle: [3657, 3664, 3665] +Triangle: [3658, 3665, 3666] +Triangle: [3659, 3666, 3667] +Triangle: [3660, 3675, 3668] +Triangle: [3660, 3669, 3661] +Triangle: [3661, 3670, 3662] +Triangle: [3662, 3671, 3663] +Triangle: [3663, 3672, 3664] +Triangle: [3664, 3673, 3665] +Triangle: [3666, 3673, 3674] +Triangle: [3667, 3674, 3675] +Triangle: [3668, 3683, 3676] +Triangle: [3669, 3676, 3677] +Triangle: [3669, 3678, 3670] +Triangle: [3670, 3679, 3671] +Triangle: [3671, 3680, 3672] +Triangle: [3672, 3681, 3673] +Triangle: [3674, 3681, 3682] +Triangle: [3675, 3682, 3683] +Triangle: [3676, 3691, 3684] +Triangle: [3677, 3684, 3685] +Triangle: [3678, 3685, 3686] +Triangle: [3678, 3687, 3679] +Triangle: [3679, 3688, 3680] +Triangle: [3680, 3689, 3681] +Triangle: [3681, 3690, 3682] +Triangle: [3683, 3690, 3691] +Triangle: [3684, 3699, 3692] +Triangle: [3685, 3692, 3693] +Triangle: [3686, 3693, 3694] +Triangle: [3687, 3694, 3695] +Triangle: [3687, 3696, 3688] +Triangle: [3688, 3697, 3689] +Triangle: [3689, 3698, 3690] +Triangle: [3690, 3699, 3691] +Triangle: [3692, 3699, 3700] +Triangle: [3693, 3692, 3700] +Triangle: [3694, 3693, 3700] +Triangle: [3695, 3694, 3700] +Triangle: [3696, 3695, 3700] +Triangle: [3697, 3696, 3700] +Triangle: [3698, 3697, 3700] +Triangle: [3699, 3698, 3700] +Triangle: [3701, 3716, 3709] +Triangle: [3702, 3709, 3710] +Triangle: [3703, 3710, 3711] +Triangle: [3703, 3712, 3704] +Triangle: [3704, 3713, 3705] +Triangle: [3705, 3714, 3706] +Triangle: [3706, 3715, 3707] +Triangle: [3708, 3715, 3716] +Triangle: [3709, 3724, 3717] +Triangle: [3710, 3717, 3718] +Triangle: [3711, 3718, 3719] +Triangle: [3711, 3720, 3712] +Triangle: [3712, 3721, 3713] +Triangle: [3713, 3722, 3714] +Triangle: [3714, 3723, 3715] +Triangle: [3716, 3723, 3724] +Triangle: [3717, 3732, 3725] +Triangle: [3718, 3725, 3726] +Triangle: [3719, 3726, 3727] +Triangle: [3719, 3728, 3720] +Triangle: [3720, 3729, 3721] +Triangle: [3721, 3730, 3722] +Triangle: [3722, 3731, 3723] +Triangle: [3724, 3731, 3732] +Triangle: [3732, 3733, 3725] +Triangle: [3725, 3734, 3726] +Triangle: [3726, 3735, 3727] +Triangle: [3728, 3735, 3736] +Triangle: [3729, 3736, 3737] +Triangle: [3730, 3737, 3738] +Triangle: [3731, 3738, 3739] +Triangle: [3731, 3740, 3732] +Triangle: [3740, 3741, 3733] +Triangle: [3733, 3742, 3734] +Triangle: [3734, 3743, 3735] +Triangle: [3736, 3743, 3744] +Triangle: [3737, 3744, 3745] +Triangle: [3738, 3745, 3746] +Triangle: [3739, 3746, 3747] +Triangle: [3739, 3748, 3740] +Triangle: [3748, 3749, 3741] +Triangle: [3741, 3750, 3742] +Triangle: [3742, 3751, 3743] +Triangle: [3744, 3751, 3752] +Triangle: [3745, 3752, 3753] +Triangle: [3746, 3753, 3754] +Triangle: [3747, 3754, 3755] +Triangle: [3747, 3756, 3748] +Triangle: [3756, 3757, 3749] +Triangle: [3749, 3758, 3750] +Triangle: [3750, 3759, 3751] +Triangle: [3752, 3759, 3760] +Triangle: [3753, 3760, 3761] +Triangle: [3754, 3761, 3762] +Triangle: [3754, 3763, 3755] +Triangle: [3755, 3764, 3756] +Triangle: [3764, 3765, 3757] +Triangle: [3757, 3766, 3758] +Triangle: [3758, 3767, 3759] +Triangle: [3760, 3767, 3768] +Triangle: [3761, 3768, 3769] +Triangle: [3762, 3769, 3770] +Triangle: [3762, 3771, 3763] +Triangle: [3763, 3772, 3764] +Triangle: [3772, 3773, 3765] +Triangle: [3765, 3774, 3766] +Triangle: [3766, 3775, 3767] +Triangle: [3768, 3775, 3776] +Triangle: [3769, 3776, 3777] +Triangle: [3770, 3777, 3778] +Triangle: [3770, 3779, 3771] +Triangle: [3771, 3780, 3772] +Triangle: [3773, 3788, 3781] +Triangle: [3773, 3782, 3774] +Triangle: [3774, 3783, 3775] +Triangle: [3776, 3783, 3784] +Triangle: [3777, 3784, 3785] +Triangle: [3778, 3785, 3786] +Triangle: [3778, 3787, 3779] +Triangle: [3779, 3788, 3780] +Triangle: [3781, 3796, 3789] +Triangle: [3781, 3790, 3782] +Triangle: [3782, 3791, 3783] +Triangle: [3783, 3792, 3784] +Triangle: [3785, 3792, 3793] +Triangle: [3786, 3793, 3794] +Triangle: [3787, 3794, 3795] +Triangle: [3788, 3795, 3796] +Triangle: [3796, 3797, 3789] +Triangle: [3789, 3798, 3790] +Triangle: [3790, 3799, 3791] +Triangle: [3791, 3800, 3792] +Triangle: [3793, 3800, 3801] +Triangle: [3794, 3801, 3802] +Triangle: [3795, 3802, 3803] +Triangle: [3796, 3803, 3804] +Triangle: [3804, 3805, 3797] +Triangle: [3797, 3806, 3798] +Triangle: [3798, 3807, 3799] +Triangle: [3799, 3808, 3800] +Triangle: [3800, 3809, 3801] +Triangle: [3802, 3809, 3810] +Triangle: [3803, 3810, 3811] +Triangle: [3804, 3811, 3812] +Triangle: [3805, 3820, 3813] +Triangle: [3805, 3814, 3806] +Triangle: [3806, 3815, 3807] +Triangle: [3807, 3816, 3808] +Triangle: [3808, 3817, 3809] +Triangle: [3810, 3817, 3818] +Triangle: [3811, 3818, 3819] +Triangle: [3812, 3819, 3820] +Triangle: [3813, 3828, 3821] +Triangle: [3814, 3821, 3822] +Triangle: [3814, 3823, 3815] +Triangle: [3815, 3824, 3816] +Triangle: [3816, 3825, 3817] +Triangle: [3817, 3826, 3818] +Triangle: [3819, 3826, 3827] +Triangle: [3820, 3827, 3828] +Triangle: [3821, 3836, 3829] +Triangle: [3822, 3829, 3830] +Triangle: [3823, 3830, 3831] +Triangle: [3823, 3832, 3824] +Triangle: [3824, 3833, 3825] +Triangle: [3825, 3834, 3826] +Triangle: [3826, 3835, 3827] +Triangle: [3828, 3835, 3836] +Triangle: [3829, 3836, 3837] +Triangle: [3830, 3829, 3837] +Triangle: [3831, 3830, 3837] +Triangle: [3832, 3831, 3837] +Triangle: [3833, 3832, 3837] +Triangle: [3834, 3833, 3837] +Triangle: [3835, 3834, 3837] +Triangle: [3836, 3835, 3837] +Triangle: [3845, 3846, 3838] +Triangle: [3838, 3847, 3839] +Triangle: [3839, 3848, 3840] +Triangle: [3841, 3848, 3849] +Triangle: [3842, 3849, 3850] +Triangle: [3843, 3850, 3851] +Triangle: [3844, 3851, 3852] +Triangle: [3845, 3852, 3853] +Triangle: [3853, 3854, 3846] +Triangle: [3846, 3855, 3847] +Triangle: [3848, 3855, 3856] +Triangle: [3849, 3856, 3857] +Triangle: [3850, 3857, 3858] +Triangle: [3850, 3859, 3851] +Triangle: [3851, 3860, 3852] +Triangle: [3852, 3861, 3853] +Triangle: [3861, 3862, 3854] +Triangle: [3855, 3862, 3863] +Triangle: [3856, 3863, 3864] +Triangle: [3857, 3864, 3865] +Triangle: [3858, 3865, 3866] +Triangle: [3858, 3867, 3859] +Triangle: [3859, 3868, 3860] +Triangle: [3860, 3869, 3861] +Triangle: [3862, 3877, 3870] +Triangle: [3863, 3870, 3871] +Triangle: [3863, 3872, 3864] +Triangle: [3864, 3873, 3865] +Triangle: [3865, 3874, 3866] +Triangle: [3866, 3875, 3867] +Triangle: [3868, 3875, 3876] +Triangle: [3869, 3876, 3877] +Triangle: [3870, 3885, 3878] +Triangle: [3871, 3878, 3879] +Triangle: [3871, 3880, 3872] +Triangle: [3872, 3881, 3873] +Triangle: [3873, 3882, 3874] +Triangle: [3874, 3883, 3875] +Triangle: [3876, 3883, 3884] +Triangle: [3877, 3884, 3885] +Triangle: [3878, 3893, 3886] +Triangle: [3878, 3887, 3879] +Triangle: [3880, 3887, 3888] +Triangle: [3881, 3888, 3889] +Triangle: [3882, 3889, 3890] +Triangle: [3883, 3890, 3891] +Triangle: [3883, 3892, 3884] +Triangle: [3884, 3893, 3885] +Triangle: [3886, 3901, 3894] +Triangle: [3886, 3895, 3887] +Triangle: [3888, 3895, 3896] +Triangle: [3889, 3896, 3897] +Triangle: [3890, 3897, 3898] +Triangle: [3890, 3899, 3891] +Triangle: [3891, 3900, 3892] +Triangle: [3892, 3901, 3893] +Triangle: [3894, 3901, 3902] +Triangle: [3895, 3894, 3902] +Triangle: [3896, 3895, 3902] +Triangle: [3897, 3896, 3902] +Triangle: [3898, 3897, 3902] +Triangle: [3899, 3898, 3902] +Triangle: [3900, 3899, 3902] +Triangle: [3901, 3900, 3902] +Triangle: [3951, 3910, 3907] +Triangle: [3956, 3907, 3944] +Triangle: [3953, 3909, 3954] +Triangle: [3954, 3936, 3955] +Triangle: [3907, 3914, 3911] +Triangle: [3944, 3911, 3945] +Triangle: [3908, 3913, 3909] +Triangle: [3909, 3937, 3936] +Triangle: [3914, 3915, 3911] +Triangle: [3945, 3915, 3946] +Triangle: [3913, 3916, 3917] +Triangle: [3913, 3938, 3937] +Triangle: [3915, 3922, 3919] +Triangle: [3946, 3919, 3947] +Triangle: [3917, 3920, 3921] +Triangle: [3917, 3939, 3938] +Triangle: [3919, 3926, 3923] +Triangle: [3947, 3923, 3948] +Triangle: [3920, 3925, 3921] +Triangle: [3921, 3940, 3939] +Triangle: [3926, 3927, 3923] +Triangle: [3948, 3927, 3949] +Triangle: [3925, 3928, 3929] +Triangle: [3940, 3929, 3941] +Triangle: [3930, 3931, 3927] +Triangle: [3927, 3950, 3949] +Triangle: [3929, 3932, 3933] +Triangle: [3929, 3942, 3941] +Triangle: [3930, 3942, 3934] +Triangle: [3940, 3930, 3926] +Triangle: [3922, 3940, 3926] +Triangle: [3938, 3922, 3918] +Triangle: [3937, 3918, 3914] +Triangle: [3936, 3914, 3910] +Triangle: [3955, 3910, 3952] +Triangle: [3949, 3932, 3928] +Triangle: [3948, 3928, 3924] +Triangle: [3947, 3924, 3920] +Triangle: [3916, 3947, 3920] +Triangle: [3912, 3946, 3916] +Triangle: [3908, 3945, 3912] +Triangle: [3953, 3944, 3908] +Triangle: [3904, 3956, 3953] +Triangle: [3935, 3952, 3906] +Triangle: [3905, 3955, 3935] +Triangle: [3905, 3953, 3954] +Triangle: [3943, 3951, 3956] +Triangle: [3906, 3951, 3903] +Triangle: [3957, 3964, 3961] +Triangle: [3978, 3961, 3979] +Triangle: [3958, 3963, 3959] +Triangle: [3959, 3975, 3974] +Triangle: [3961, 3968, 3965] +Triangle: [3962, 3980, 3966] +Triangle: [3975, 3968, 3964] +Triangle: [3965, 3979, 3961] +Triangle: [3968, 3969, 3965] +Triangle: [3980, 3969, 3981] +Triangle: [3967, 3970, 3971] +Triangle: [3976, 3971, 3977] +Triangle: [3969, 3972, 3973] +Triangle: [3981, 3969, 3973] +Triangle: [3971, 3970, 3973] +Triangle: [3977, 3971, 3973] +Triangle: [3972, 3977, 3973] +Triangle: [3976, 3972, 3968] +Triangle: [3963, 3976, 3975] +Triangle: [3974, 3964, 3960] +Triangle: [3970, 3981, 3973] +Triangle: [3980, 3970, 3966] +Triangle: [3963, 3966, 3967] +Triangle: [3958, 3979, 3962] +Triangle: [4022, 3983, 4018] +Triangle: [4023, 3987, 4020] +Triangle: [3985, 4021, 4019] +Triangle: [4020, 3988, 4024] +Triangle: [4021, 3982, 4022] +Triangle: [4018, 3986, 4023] +Triangle: [3991, 3996, 3989] +Triangle: [3997, 3993, 3990] +Triangle: [3996, 3990, 3989] +Triangle: [4000, 3994, 3993] +Triangle: [3999, 3991, 3992] +Triangle: [3994, 4002, 3995] +Triangle: [4028, 4004, 4003] +Triangle: [4029, 4007, 4006] +Triangle: [4019, 4005, 3985] +Triangle: [4024, 4378, 4381] +Triangle: [4027, 4003, 4005] +Triangle: [4029, 4004, 4025] +Triangle: [4010, 4013, 4015] +Triangle: [4011, 4014, 4009] +Triangle: [4008, 4014, 4013] +Triangle: [4012, 4016, 4011] +Triangle: [3992, 4015, 3999] +Triangle: [3995, 4380, 4379] +Triangle: [3989, 3984, 3991] +Triangle: [3984, 3992, 3991] +Triangle: [3985, 4010, 3992] +Triangle: [4005, 4008, 4010] +Triangle: [4003, 4009, 4008] +Triangle: [4009, 4006, 4011] +Triangle: [4006, 4012, 4011] +Triangle: [4379, 3988, 3995] +Triangle: [3995, 3987, 3994] +Triangle: [3994, 3986, 3993] +Triangle: [3986, 3990, 3993] +Triangle: [3990, 3982, 3989] +Triangle: [4360, 4025, 4353] +Triangle: [4359, 4027, 4355] +Triangle: [4358, 4381, 4477] +Triangle: [4355, 4019, 4350] +Triangle: [4354, 4029, 4360] +Triangle: [4353, 4028, 4359] +Triangle: [4349, 4023, 4357] +Triangle: [4352, 4022, 4356] +Triangle: [4351, 4024, 4358] +Triangle: [4350, 4021, 4352] +Triangle: [4357, 4020, 4351] +Triangle: [4356, 4018, 4349] +Triangle: [4000, 4032, 4033] +Triangle: [4232, 4043, 4233] +Triangle: [4033, 4001, 4000] +Triangle: [3996, 4032, 3997] +Triangle: [3998, 4043, 3996] +Triangle: [3998, 4041, 4042] +Triangle: [3999, 4040, 4041] +Triangle: [4015, 4039, 4040] +Triangle: [4013, 4038, 4039] +Triangle: [4016, 4038, 4014] +Triangle: [4017, 4037, 4016] +Triangle: [4002, 4382, 4380] +Triangle: [4001, 4035, 4002] +Triangle: [4290, 4266, 4265] +Triangle: [4065, 4363, 4064] +Triangle: [4363, 4066, 4064] +Triangle: [4050, 4495, 4496] +Triangle: [4048, 4497, 4495] +Triangle: [4070, 4052, 4071] +Triangle: [4072, 4053, 4070] +Triangle: [4071, 4051, 4073] +Triangle: [4074, 4054, 4072] +Triangle: [4069, 4051, 4049] +Triangle: [4050, 4074, 4068] +Triangle: [4499, 4056, 4498] +Triangle: [4500, 4057, 4499] +Triangle: [4049, 4498, 4497] +Triangle: [4058, 4488, 4059] +Triangle: [4059, 4062, 4058] +Triangle: [4062, 4370, 4058] +Triangle: [4064, 4031, 4030] +Triangle: [4065, 4030, 4044] +Triangle: [4047, 4493, 4059] +Triangle: [4046, 4372, 4365] +Triangle: [4067, 4049, 4048] +Triangle: [4068, 4048, 4050] +Triangle: [4078, 4081, 4083] +Triangle: [4385, 4078, 4083] +Triangle: [4384, 4083, 4075] +Triangle: [4083, 4077, 4075] +Triangle: [4138, 4104, 4103] +Triangle: [4388, 4117, 4395] +Triangle: [4122, 4097, 4121] +Triangle: [4399, 4107, 4390] +Triangle: [4095, 4116, 4117] +Triangle: [4137, 4100, 4136] +Triangle: [4137, 4103, 4102] +Triangle: [4134, 4089, 4132] +Triangle: [4638, 4087, 4634] +Triangle: [4643, 4088, 4387] +Triangle: [4398, 4091, 4133] +Triangle: [4641, 4122, 4640] +Triangle: [4638, 4085, 4086] +Triangle: [4133, 4087, 4136] +Triangle: [4132, 4090, 4135] +Triangle: [4636, 4084, 4085] +Triangle: [4384, 4104, 4390] +Triangle: [4082, 4107, 4106] +Triangle: [4080, 4106, 4105] +Triangle: [4080, 4391, 4383] +Triangle: [4075, 4103, 4104] +Triangle: [4081, 4103, 4077] +Triangle: [4079, 4102, 4081] +Triangle: [4078, 4100, 4079] +Triangle: [4124, 4113, 4125] +Triangle: [4126, 4115, 4124] +Triangle: [4127, 4393, 4397] +Triangle: [4129, 4111, 4112] +Triangle: [4130, 4112, 4114] +Triangle: [4131, 4114, 4110] +Triangle: [4127, 4110, 4108] +Triangle: [4396, 4113, 4392] +Triangle: [4123, 4099, 4122] +Triangle: [4094, 4119, 4118] +Triangle: [4098, 4118, 4120] +Triangle: [4389, 4123, 4394] +Triangle: [4098, 4116, 4096] +Triangle: [4117, 4634, 4635] +Triangle: [4640, 4121, 4639] +Triangle: [4395, 4635, 4642] +Triangle: [4097, 4396, 4388] +Triangle: [4092, 4131, 4127] +Triangle: [4094, 4130, 4131] +Triangle: [4098, 4129, 4130] +Triangle: [4096, 4128, 4129] +Triangle: [4092, 4397, 4389] +Triangle: [4093, 4124, 4099] +Triangle: [4099, 4125, 4097] +Triangle: [4132, 4105, 4106] +Triangle: [4101, 4136, 4100] +Triangle: [4391, 4133, 4101] +Triangle: [4134, 4106, 4107] +Triangle: [4086, 4138, 4137] +Triangle: [4086, 4136, 4087] +Triangle: [4387, 4134, 4399] +Triangle: [4085, 4139, 4138] +Triangle: [4410, 4160, 4409] +Triangle: [4408, 4159, 4410] +Triangle: [4157, 4164, 4156] +Triangle: [4156, 4162, 4158] +Triangle: [4220, 4184, 4219] +Triangle: [4178, 4198, 4202] +Triangle: [4413, 4202, 4420] +Triangle: [4215, 4185, 4220] +Triangle: [4176, 4197, 4198] +Triangle: [4424, 4183, 4416] +Triangle: [4218, 4184, 4183] +Triangle: [4169, 4213, 4215] +Triangle: [4419, 4167, 4412] +Triangle: [4204, 4165, 4200] +Triangle: [4171, 4214, 4216] +Triangle: [4169, 4203, 4170] +Triangle: [4201, 4166, 4167] +Triangle: [4214, 4168, 4217] +Triangle: [4411, 4216, 4423] +Triangle: [4199, 4165, 4166] +Triangle: [4157, 4185, 4188] +Triangle: [4157, 4187, 4163] +Triangle: [4408, 4187, 4415] +Triangle: [4161, 4182, 4159] +Triangle: [4158, 4185, 4156] +Triangle: [4158, 4183, 4184] +Triangle: [4160, 4416, 4409] +Triangle: [4159, 4181, 4160] +Triangle: [4205, 4417, 4422] +Triangle: [4205, 4190, 4196] +Triangle: [4207, 4189, 4190] +Triangle: [4209, 4193, 4210] +Triangle: [4421, 4193, 4418] +Triangle: [4212, 4195, 4191] +Triangle: [4208, 4191, 4189] +Triangle: [4206, 4192, 4209] +Triangle: [4174, 4203, 4204] +Triangle: [4173, 4199, 4175] +Triangle: [4175, 4201, 4179] +Triangle: [4174, 4200, 4173] +Triangle: [4179, 4419, 4414] +Triangle: [4198, 4168, 4172] +Triangle: [4420, 4171, 4411] +Triangle: [4202, 4172, 4171] +Triangle: [4178, 4209, 4176] +Triangle: [4175, 4208, 4173] +Triangle: [4175, 4211, 4212] +Triangle: [4414, 4210, 4421] +Triangle: [4177, 4209, 4210] +Triangle: [4174, 4208, 4207] +Triangle: [4180, 4207, 4205] +Triangle: [4180, 4422, 4413] +Triangle: [4423, 4186, 4415] +Triangle: [4182, 4217, 4181] +Triangle: [4216, 4182, 4186] +Triangle: [4215, 4187, 4188] +Triangle: [4167, 4219, 4218] +Triangle: [4412, 4218, 4424] +Triangle: [4169, 4220, 4165] +Triangle: [4166, 4220, 4219] +Triangle: [4115, 4146, 4113] +Triangle: [4150, 4145, 4147] +Triangle: [4191, 4153, 4155] +Triangle: [4417, 4222, 4425] +Triangle: [4426, 4222, 4224] +Triangle: [4281, 4246, 4247] +Triangle: [4040, 4282, 4281] +Triangle: [4427, 4224, 4226] +Triangle: [4223, 4229, 4221] +Triangle: [4035, 4427, 4382] +Triangle: [4232, 4044, 4030] +Triangle: [4235, 4227, 4485] +Triangle: [4325, 4429, 4464] +Triangle: [4245, 4307, 4243] +Triangle: [4239, 4229, 4228] +Triangle: [4225, 4228, 4223] +Triangle: [4242, 4229, 4240] +Triangle: [4235, 4244, 4234] +Triangle: [4244, 4239, 4234] +Triangle: [4243, 4240, 4244] +Triangle: [4111, 4308, 4325] +Triangle: [4039, 4283, 4282] +Triangle: [4041, 4281, 4280] +Triangle: [4269, 4282, 4283] +Triangle: [4280, 4247, 4248] +Triangle: [4403, 4250, 4141] +Triangle: [4251, 4140, 4142] +Triangle: [4141, 4252, 4147] +Triangle: [4393, 4254, 4109] +Triangle: [4255, 4108, 4110] +Triangle: [4109, 4256, 4115] +Triangle: [4432, 4149, 4407] +Triangle: [4259, 4148, 4150] +Triangle: [4149, 4260, 4155] +Triangle: [4147, 4259, 4150] +Triangle: [4115, 4251, 4142] +Triangle: [4261, 4190, 4189] +Triangle: [4263, 4189, 4191] +Triangle: [4190, 4222, 4196] +Triangle: [4155, 4263, 4191] +Triangle: [4258, 4263, 4260] +Triangle: [4257, 4252, 4250] +Triangle: [4249, 4256, 4254] +Triangle: [4373, 4065, 4044] +Triangle: [4267, 4377, 4266] +Triangle: [4268, 4267, 4248] +Triangle: [4434, 4264, 4268] +Triangle: [4038, 4284, 4283] +Triangle: [4283, 4279, 4269] +Triangle: [4435, 4276, 4270] +Triangle: [4438, 4247, 4439] +Triangle: [4271, 4276, 4277] +Triangle: [4434, 4435, 4484] +Triangle: [4440, 4271, 4441] +Triangle: [4441, 4436, 4483] +Triangle: [4442, 4273, 4443] +Triangle: [4482, 4273, 4437] +Triangle: [4445, 4274, 4275] +Triangle: [4446, 4275, 4278] +Triangle: [4262, 4269, 4279] +Triangle: [4224, 4262, 4279] +Triangle: [4224, 4284, 4226] +Triangle: [4037, 4226, 4284] +Triangle: [4292, 4248, 4267] +Triangle: [4280, 4042, 4041] +Triangle: [4447, 4269, 4446] +Triangle: [4285, 4275, 4274] +Triangle: [4449, 4274, 4437] +Triangle: [4481, 4287, 4450] +Triangle: [4287, 4439, 4450] +Triangle: [4271, 4451, 4436] +Triangle: [4451, 4287, 4448] +Triangle: [4288, 4273, 4272] +Triangle: [4289, 4043, 4042] +Triangle: [4231, 4030, 4031] +Triangle: [4289, 4290, 4233] +Triangle: [4292, 4289, 4280] +Triangle: [4231, 4295, 4230] +Triangle: [4291, 4267, 4266] +Triangle: [4062, 4293, 4361] +Triangle: [4369, 4237, 4294] +Triangle: [4066, 4295, 4031] +Triangle: [4243, 4238, 4245] +Triangle: [4238, 4294, 4237] +Triangle: [4486, 4235, 4485] +Triangle: [4194, 4296, 4192] +Triangle: [4221, 4241, 4296] +Triangle: [4195, 4297, 4153] +Triangle: [4453, 4299, 4452] +Triangle: [4405, 4297, 4452] +Triangle: [4193, 4453, 4418] +Triangle: [4301, 4296, 4241] +Triangle: [4192, 4300, 4193] +Triangle: [4302, 4241, 4242] +Triangle: [4304, 4300, 4303] +Triangle: [4301, 4303, 4300] +Triangle: [4321, 4456, 4463] +Triangle: [4307, 4242, 4243] +Triangle: [4302, 4306, 4305] +Triangle: [4303, 4305, 4304] +Triangle: [4154, 4310, 4145] +Triangle: [4454, 4312, 4455] +Triangle: [4152, 4454, 4404] +Triangle: [4401, 4310, 4455] +Triangle: [4315, 4113, 4146] +Triangle: [4314, 4460, 4428] +Triangle: [4144, 4456, 4400] +Triangle: [4143, 4457, 4402] +Triangle: [4245, 4237, 4236] +Triangle: [4313, 4406, 4458] +Triangle: [4299, 4318, 4151] +Triangle: [4306, 4304, 4305] +Triangle: [4318, 4459, 4458] +Triangle: [4460, 4319, 4459] +Triangle: [4313, 4320, 4312] +Triangle: [4308, 4462, 4429] +Triangle: [4236, 4324, 4245] +Triangle: [4312, 4462, 4457] +Triangle: [4316, 4323, 4308] +Triangle: [4228, 4234, 4239] +Triangle: [4461, 4314, 4428] +Triangle: [4392, 4321, 4463] +Triangle: [4112, 4327, 4114] +Triangle: [4327, 4110, 4114] +Triangle: [4112, 4325, 4326] +Triangle: [4467, 4329, 4466] +Triangle: [4465, 4331, 4468] +Triangle: [4464, 4330, 4465] +Triangle: [4461, 4328, 4467] +Triangle: [4332, 4309, 4236] +Triangle: [4332, 4368, 4361] +Triangle: [4329, 4332, 4333] +Triangle: [4468, 4334, 4469] +Triangle: [4470, 4331, 4466] +Triangle: [4336, 4329, 4333] +Triangle: [4480, 4334, 4470] +Triangle: [4265, 4375, 4373] +Triangle: [4487, 4333, 4293] +Triangle: [4033, 4232, 4231] +Triangle: [4344, 3339, 3572] +Triangle: [4345, 3341, 3571] +Triangle: [4338, 3342, 3340] +Triangle: [4339, 3570, 3341] +Triangle: [4340, 3572, 3342] +Triangle: [3339, 4345, 3571] +Triangle: [3343, 4347, 3569] +Triangle: [3568, 4342, 4348] +Triangle: [3345, 4338, 3340] +Triangle: [3558, 4346, 4472] +Triangle: [3569, 4343, 3345] +Triangle: [3343, 4348, 4341] +Triangle: [4407, 4150, 4148] +Triangle: [4474, 4155, 4153] +Triangle: [4479, 4153, 4405] +Triangle: [4403, 4142, 4140] +Triangle: [4475, 4145, 4476] +Triangle: [4478, 4145, 4401] +Triangle: [4344, 4349, 4337] +Triangle: [4345, 4351, 4339] +Triangle: [4350, 4340, 4338] +Triangle: [4339, 4358, 4346] +Triangle: [4352, 4344, 4340] +Triangle: [4337, 4357, 4345] +Triangle: [4341, 4359, 4347] +Triangle: [4342, 4360, 4348] +Triangle: [4343, 4350, 4338] +Triangle: [4472, 4358, 4477] +Triangle: [4347, 4355, 4343] +Triangle: [4341, 4360, 4353] +Triangle: [4333, 4361, 4293] +Triangle: [4061, 4369, 4294] +Triangle: [4063, 4293, 4362] +Triangle: [4059, 4063, 4362] +Triangle: [4368, 4237, 4367] +Triangle: [4047, 4363, 4364] +Triangle: [4065, 4493, 4364] +Triangle: [4045, 4365, 4363] +Triangle: [4062, 4368, 4367] +Triangle: [4062, 4369, 4366] +Triangle: [4057, 4372, 4056] +Triangle: [4365, 4060, 4066] +Triangle: [4233, 4374, 4044] +Triangle: [4290, 4374, 4233] +Triangle: [4373, 4374, 4265] +Triangle: [4375, 4336, 4487] +Triangle: [4375, 4377, 4376] +Triangle: [4376, 4335, 4336] +Triangle: [4472, 4354, 4342] +Triangle: [4146, 4478, 4400] +Triangle: [4144, 4478, 4402] +Triangle: [4402, 4401, 4143] +Triangle: [4142, 4476, 4146] +Triangle: [4141, 4475, 4403] +Triangle: [4404, 4474, 4479] +Triangle: [4152, 4479, 4406] +Triangle: [4406, 4405, 4151] +Triangle: [4154, 4473, 4474] +Triangle: [4149, 4473, 4407] +Triangle: [3344, 4472, 4342] +Triangle: [4433, 4469, 4480] +Triangle: [4264, 4480, 4471] +Triangle: [4471, 4470, 4335] +Triangle: [4335, 4466, 4329] +Triangle: [4327, 4469, 4255] +Triangle: [4322, 4467, 4330] +Triangle: [4325, 4465, 4326] +Triangle: [4326, 4468, 4327] +Triangle: [4330, 4466, 4331] +Triangle: [4392, 4316, 4111] +Triangle: [4309, 4428, 4324] +Triangle: [4457, 4323, 4317] +Triangle: [4429, 4320, 4314] +Triangle: [4460, 4306, 4307] +Triangle: [4458, 4319, 4313] +Triangle: [4458, 4151, 4318] +Triangle: [4402, 4317, 4144] +Triangle: [4400, 4315, 4146] +Triangle: [4428, 4307, 4324] +Triangle: [4143, 4455, 4312] +Triangle: [4404, 4311, 4154] +Triangle: [4311, 4455, 4310] +Triangle: [4463, 4317, 4316] +Triangle: [4418, 4298, 4195] +Triangle: [4151, 4452, 4299] +Triangle: [4298, 4452, 4297] +Triangle: [4288, 4448, 4286] +Triangle: [4436, 4288, 4272] +Triangle: [4450, 4247, 4246] +Triangle: [4286, 4481, 4449] +Triangle: [4449, 4447, 4285] +Triangle: [4481, 4246, 4447] +Triangle: [4286, 4437, 4273] +Triangle: [4285, 4446, 4278] +Triangle: [4269, 4445, 4446] +Triangle: [4261, 4444, 4445] +Triangle: [4432, 4443, 4482] +Triangle: [4258, 4482, 4444] +Triangle: [4444, 4437, 4274] +Triangle: [4250, 4443, 4257] +Triangle: [4249, 4483, 4430] +Triangle: [4430, 4442, 4250] +Triangle: [4483, 4272, 4442] +Triangle: [4254, 4441, 4249] +Triangle: [4253, 4484, 4431] +Triangle: [4431, 4440, 4254] +Triangle: [4484, 4270, 4440] +Triangle: [4276, 4439, 4277] +Triangle: [4268, 4438, 4435] +Triangle: [4253, 4433, 4434] +Triangle: [4257, 4407, 4148] +Triangle: [4108, 4431, 4393] +Triangle: [4140, 4430, 4403] +Triangle: [4464, 4314, 4322] +Triangle: [4382, 4226, 4036] +Triangle: [4225, 4426, 4427] +Triangle: [4223, 4425, 4426] +Triangle: [4194, 4425, 4221] +Triangle: [4412, 4217, 4168] +Triangle: [4213, 4415, 4187] +Triangle: [4413, 4206, 4178] +Triangle: [4179, 4421, 4211] +Triangle: [4203, 4411, 4170] +Triangle: [4414, 4197, 4177] +Triangle: [4211, 4418, 4195] +Triangle: [4206, 4417, 4194] +Triangle: [4162, 4416, 4183] +Triangle: [4161, 4415, 4186] +Triangle: [4170, 4423, 4213] +Triangle: [4197, 4412, 4168] +Triangle: [4424, 4181, 4217] +Triangle: [4180, 4420, 4203] +Triangle: [4163, 4410, 4164] +Triangle: [4164, 4409, 4162] +Triangle: [4084, 4399, 4139] +Triangle: [4105, 4398, 4391] +Triangle: [4093, 4397, 4126] +Triangle: [4095, 4396, 4128] +Triangle: [4639, 4395, 4642] +Triangle: [4092, 4394, 4119] +Triangle: [4128, 4392, 4111] +Triangle: [4397, 4109, 4126] +Triangle: [4383, 4101, 4078] +Triangle: [4076, 4390, 4107] +Triangle: [4135, 4386, 4398] +Triangle: [4637, 4387, 4084] +Triangle: [4139, 4390, 4104] +Triangle: [4097, 4395, 4121] +Triangle: [4076, 4385, 4384] +Triangle: [4082, 4383, 4385] +Triangle: [4380, 4036, 4017] +Triangle: [4477, 4026, 4354] +Triangle: [4007, 4379, 4012] +Triangle: [4379, 4017, 4012] +Triangle: [4026, 4378, 4007] +Triangle: [4377, 4471, 4376] +Triangle: [4487, 4373, 4375] +Triangle: [4489, 4295, 4060] +Triangle: [4055, 4490, 4054] +Triangle: [4227, 4035, 4034] +Triangle: [4060, 4371, 4489] +Triangle: [4492, 4230, 4295] +Triangle: [4033, 4230, 4034] +Triangle: [4227, 4230, 4485] +Triangle: [4486, 4492, 4294] +Triangle: [4492, 4061, 4294] +Triangle: [4494, 4489, 4371] +Triangle: [4371, 4491, 4494] +Triangle: [4061, 4370, 4366] +Triangle: [4494, 4058, 4370] +Triangle: [4497, 4056, 4046] +Triangle: [4053, 4499, 4052] +Triangle: [4052, 4498, 4051] +Triangle: [4495, 4046, 4045] +Triangle: [4496, 4045, 4047] +Triangle: [4047, 4488, 4496] +Triangle: [4055, 4496, 4488] +Triangle: [4501, 4069, 4067] +Triangle: [4071, 4501, 4070] +Triangle: [4072, 4501, 4074] +Triangle: [4501, 4068, 4074] +Triangle: [4054, 4500, 4053] +Triangle: [4491, 4490, 4058] +Triangle: [4525, 3208, 4530] +Triangle: [3408, 3401, 4508] +Triangle: [4519, 2428, 4513] +Triangle: [3400, 4504, 4503] +Triangle: [3415, 4503, 4502] +Triangle: [3413, 4507, 4508] +Triangle: [3350, 3392, 2429] +Triangle: [4504, 3379, 3392] +Triangle: [3402, 3415, 4505] +Triangle: [3347, 4510, 3359] +Triangle: [3347, 2253, 4509] +Triangle: [3414, 4510, 3410] +Triangle: [3394, 4513, 3379] +Triangle: [4511, 3559, 3377] +Triangle: [3388, 4519, 4520] +Triangle: [3409, 4520, 4521] +Triangle: [4511, 2423, 2424] +Triangle: [2451, 2256, 4514] +Triangle: [3386, 4518, 3387] +Triangle: [3379, 4517, 3386] +Triangle: [4522, 3385, 3559] +Triangle: [3384, 4516, 4515] +Triangle: [3383, 4515, 4514] +Triangle: [3378, 4518, 4512] +Triangle: [3409, 3402, 3390] +Triangle: [3382, 4534, 2428] +Triangle: [3217, 4530, 4523] +Triangle: [4527, 3409, 4531] +Triangle: [4527, 4536, 4537] +Triangle: [3381, 4524, 4529] +Triangle: [2270, 3358, 4532] +Triangle: [4528, 3346, 4524] +Triangle: [4531, 3390, 4526] +Triangle: [4540, 4523, 4533] +Triangle: [4532, 3405, 4528] +Triangle: [4529, 2436, 4526] +Triangle: [4527, 4537, 4535] +Triangle: [4534, 4530, 3206] +Triangle: [2282, 2435, 4538] +Triangle: [3349, 4537, 4536] +Triangle: [4538, 3349, 4536] +Triangle: [4525, 4535, 4537] +Triangle: [4539, 3565, 3509] +Triangle: [4539, 2556, 2555] +Triangle: [3505, 4540, 4541] +Triangle: [3506, 4543, 4542] +Triangle: [3507, 4544, 4543] +Triangle: [4545, 3508, 3565] +Triangle: [3506, 2287, 1241] +Triangle: [2557, 4533, 2559] +Triangle: [3216, 3223, 3225] +Triangle: [267, 4546, 2295] +Triangle: [2626, 4547, 4546] +Triangle: [2627, 2816, 4547] +Triangle: [4581, 2695, 2694] +Triangle: [4560, 4581, 4583] +Triangle: [4583, 2693, 4584] +Triangle: [4584, 2692, 4585] +Triangle: [4580, 4561, 4585] +Triangle: [4549, 4580, 4586] +Triangle: [4550, 4586, 4587] +Triangle: [4551, 4587, 4588] +Triangle: [4557, 4589, 4582] +Triangle: [4589, 4555, 4590] +Triangle: [4555, 4596, 4590] +Triangle: [4554, 4592, 4591] +Triangle: [4553, 4593, 4592] +Triangle: [4563, 4588, 4594] +Triangle: [4562, 4594, 4595] +Triangle: [4593, 4562, 4595] +Triangle: [4556, 4571, 4555] +Triangle: [4565, 4548, 4549] +Triangle: [4557, 4572, 4556] +Triangle: [4550, 4565, 4549] +Triangle: [4577, 4559, 4561] +Triangle: [4558, 4573, 4557] +Triangle: [4551, 4566, 4550] +Triangle: [4552, 4578, 4562] +Triangle: [4564, 4561, 4548] +Triangle: [4553, 4568, 4552] +Triangle: [4575, 4560, 4559] +Triangle: [4562, 4579, 4563] +Triangle: [4554, 4569, 4553] +Triangle: [4576, 4558, 4560] +Triangle: [4579, 4551, 4563] +Triangle: [4598, 4570, 4554] +Triangle: [4593, 2688, 2687] +Triangle: [2688, 4594, 2686] +Triangle: [4594, 2689, 2686] +Triangle: [2698, 4593, 2687] +Triangle: [4591, 2698, 2697] +Triangle: [4590, 4597, 2696] +Triangle: [4589, 2696, 2703] +Triangle: [4582, 2703, 2695] +Triangle: [4588, 2690, 2689] +Triangle: [4587, 2691, 2690] +Triangle: [2691, 4580, 2699] +Triangle: [2699, 4585, 2692] +Triangle: [4559, 4585, 4561] +Triangle: [4560, 4584, 4559] +Triangle: [4583, 2694, 2701] +Triangle: [4558, 4582, 4581] +Triangle: [4571, 4598, 4555] +Triangle: [4598, 4591, 4596] +Triangle: [2697, 4599, 4597] +Triangle: [4596, 2697, 4597] +Triangle: [2621, 2628, 4599] +Triangle: [4604, 4605, 4606] +Triangle: [4606, 4608, 4602] +Triangle: [4607, 4606, 4605] +Triangle: [4609, 4608, 4607] +Triangle: [4608, 4610, 4602] +Triangle: [4609, 4612, 4610] +Triangle: [4610, 4612, 4602] +Triangle: [4611, 4614, 4612] +Triangle: [4612, 4614, 4602] +Triangle: [4613, 4616, 4614] +Triangle: [4614, 4616, 4602] +Triangle: [4617, 4616, 4615] +Triangle: [4616, 4618, 4602] +Triangle: [4619, 4618, 4617] +Triangle: [4618, 4620, 4602] +Triangle: [4620, 4622, 4602] +Triangle: [4621, 4620, 4619] +Triangle: [4622, 4624, 4602] +Triangle: [4623, 4622, 4621] +Triangle: [4624, 4626, 4602] +Triangle: [4623, 4626, 4624] +Triangle: [4626, 4628, 4602] +Triangle: [4625, 4628, 4626] +Triangle: [4628, 4630, 4602] +Triangle: [4627, 4630, 4628] +Triangle: [4630, 4632, 4602] +Triangle: [4629, 4632, 4630] +Triangle: [4601, 4632, 4631] +Triangle: [4632, 4633, 4602] +Triangle: [4604, 4602, 4633] +Triangle: [4602, 4604, 4606] +Triangle: [4601, 4604, 4633] +Triangle: [4119, 4643, 4637] +Triangle: [4090, 4642, 4386] +Triangle: [4642, 4091, 4386] +Triangle: [4089, 4639, 4090] +Triangle: [4091, 4634, 4087] +Triangle: [4118, 4637, 4636] +Triangle: [4120, 4636, 4638] +Triangle: [4088, 4640, 4089] +Triangle: [4394, 4641, 4643] +Triangle: [4120, 4634, 4116] +Triangle: [3, 5, 6] +Triangle: [11, 12, 10] +Triangle: [8, 13, 11] +Triangle: [13, 8, 7] +Triangle: [15, 16, 14] +Triangle: [15, 17, 18] +Triangle: [82, 24, 30] +Triangle: [24, 23, 29] +Triangle: [23, 19, 28] +Triangle: [20, 27, 158] +Triangle: [21, 26, 27] +Triangle: [1277, 22, 25] +Triangle: [12, 25, 22] +Triangle: [25, 12, 31] +Triangle: [928, 929, 180] +Triangle: [1113, 35, 36] +Triangle: [11, 37, 31] +Triangle: [1236, 33, 34] +Triangle: [2257, 33, 930] +Triangle: [13, 14, 892] +Triangle: [13, 41, 37] +Triangle: [40, 893, 895] +Triangle: [3, 4, 887] +Triangle: [41, 13, 891] +Triangle: [42, 890, 889] +Triangle: [42, 16, 18] +Triangle: [5, 3, 42] +Triangle: [177, 37, 41] +Triangle: [47, 48, 1203] +Triangle: [1134, 1138, 45] +Triangle: [1101, 1112, 2272] +Triangle: [176, 31, 37] +Triangle: [169, 194, 205] +Triangle: [2259, 69, 70] +Triangle: [182, 64, 66] +Triangle: [26, 66, 64] +Triangle: [73, 74, 72] +Triangle: [7, 74, 73] +Triangle: [76, 75, 77] +Triangle: [71, 72, 77] +Triangle: [76, 80, 79] +Triangle: [84, 83, 82] +Triangle: [79, 80, 83] +Triangle: [75, 79, 85] +Triangle: [71, 85, 86] +Triangle: [73, 86, 17] +Triangle: [84, 86, 85] +Triangle: [81, 17, 86] +Triangle: [74, 7, 8] +Triangle: [120, 9, 10] +Triangle: [10, 22, 89] +Triangle: [88, 89, 113] +Triangle: [111, 96, 95] +Triangle: [119, 116, 90] +Triangle: [115, 94, 91] +Triangle: [136, 137, 154] +Triangle: [117, 119, 92] +Triangle: [107, 105, 101] +Triangle: [110, 104, 98] +Triangle: [109, 106, 102] +Triangle: [110, 103, 99] +Triangle: [105, 109, 100] +Triangle: [104, 107, 97] +Triangle: [92, 90, 1186] +Triangle: [1184, 95, 96] +Triangle: [93, 92, 1185] +Triangle: [121, 115, 87] +Triangle: [147, 1049, 1050] +Triangle: [1179, 94, 95] +Triangle: [91, 94, 1179] +Triangle: [72, 74, 118] +Triangle: [112, 115, 121] +Triangle: [87, 115, 118] +Triangle: [78, 77, 119] +Triangle: [77, 72, 116] +Triangle: [114, 113, 111] +Triangle: [112, 95, 94] +Triangle: [121, 120, 88] +Triangle: [87, 8, 9] +Triangle: [123, 124, 126] +Triangle: [125, 126, 122] +Triangle: [78, 128, 127] +Triangle: [123, 127, 128] +Triangle: [129, 80, 76] +Triangle: [130, 24, 82] +Triangle: [129, 130, 83] +Triangle: [131, 129, 127] +Triangle: [125, 132, 131] +Triangle: [19, 23, 132] +Triangle: [130, 129, 131] +Triangle: [24, 130, 132] +Triangle: [133, 20, 122] +Triangle: [156, 135, 134] +Triangle: [1263, 89, 22] +Triangle: [1268, 113, 89] +Triangle: [1264, 96, 111] +Triangle: [138, 136, 153] +Triangle: [154, 137, 139] +Triangle: [93, 138, 155] +Triangle: [1214, 107, 104] +Triangle: [141, 1164, 1167] +Triangle: [149, 1051, 1217] +Triangle: [1265, 102, 106] +Triangle: [108, 99, 1154] +Triangle: [144, 143, 148] +Triangle: [149, 145, 1052] +Triangle: [1160, 1157, 1226] +Triangle: [1298, 1264, 140] +Triangle: [1157, 1161, 1228] +Triangle: [157, 156, 133] +Triangle: [140, 139, 1183] +Triangle: [1183, 139, 137] +Triangle: [124, 153, 154] +Triangle: [151, 157, 152] +Triangle: [126, 154, 152] +Triangle: [117, 155, 128] +Triangle: [128, 155, 153] +Triangle: [1267, 111, 113] +Triangle: [139, 140, 150] +Triangle: [135, 156, 157] +Triangle: [156, 21, 20] +Triangle: [116, 118, 91] +Triangle: [19, 122, 158] +Triangle: [134, 159, 26] +Triangle: [159, 160, 66] +Triangle: [183, 66, 160] +Triangle: [2260, 70, 161] +Triangle: [1270, 160, 159] +Triangle: [184, 160, 1270] +Triangle: [2261, 161, 1271] +Triangle: [35, 932, 931] +Triangle: [941, 1150, 1142] +Triangle: [1141, 1148, 941] +Triangle: [162, 936, 937] +Triangle: [1070, 942, 1089] +Triangle: [1089, 942, 944] +Triangle: [1272, 1291, 936] +Triangle: [81, 82, 171] +Triangle: [17, 81, 172] +Triangle: [1117, 65, 63] +Triangle: [62, 64, 182] +Triangle: [61, 174, 64] +Triangle: [27, 64, 174] +Triangle: [181, 182, 2290] +Triangle: [2292, 184, 1274] +Triangle: [2291, 183, 184] +Triangle: [2290, 182, 183] +Triangle: [2289, 176, 177] +Triangle: [933, 926, 178] +Triangle: [31, 176, 175] +Triangle: [40, 178, 180] +Triangle: [29, 186, 211] +Triangle: [496, 495, 174] +Triangle: [1074, 53, 56] +Triangle: [188, 56, 58] +Triangle: [1275, 190, 57] +Triangle: [1075, 55, 53] +Triangle: [1075, 193, 54] +Triangle: [195, 205, 204] +Triangle: [189, 58, 57] +Triangle: [194, 191, 51] +Triangle: [170, 191, 194] +Triangle: [163, 189, 190] +Triangle: [1145, 1146, 1076] +Triangle: [1145, 1088, 187] +Triangle: [164, 190, 1275] +Triangle: [165, 188, 189] +Triangle: [1071, 1074, 188] +Triangle: [745, 198, 201] +Triangle: [746, 747, 199] +Triangle: [749, 202, 1276] +Triangle: [744, 201, 203] +Triangle: [753, 751, 2] +Triangle: [750, 203, 202] +Triangle: [746, 200, 198] +Triangle: [748, 196, 197] +Triangle: [205, 195, 206] +Triangle: [205, 194, 52] +Triangle: [204, 52, 752] +Triangle: [939, 938, 63] +Triangle: [67, 937, 939] +Triangle: [208, 43, 18] +Triangle: [172, 209, 207] +Triangle: [171, 210, 209] +Triangle: [291, 556, 559] +Triangle: [540, 225, 490] +Triangle: [558, 560, 490] +Triangle: [286, 510, 508] +Triangle: [234, 235, 244] +Triangle: [945, 237, 236] +Triangle: [238, 237, 945] +Triangle: [948, 947, 231] +Triangle: [242, 239, 948] +Triangle: [949, 241, 242] +Triangle: [245, 244, 236] +Triangle: [243, 234, 245] +Triangle: [248, 243, 246] +Triangle: [245, 237, 238] +Triangle: [247, 249, 246] +Triangle: [260, 261, 267] +Triangle: [264, 262, 263] +Triangle: [264, 265, 261] +Triangle: [234, 482, 484] +Triangle: [483, 482, 234] +Triangle: [260, 266, 268] +Triangle: [269, 272, 271] +Triangle: [270, 273, 272] +Triangle: [243, 248, 259] +Triangle: [257, 270, 269] +Triangle: [280, 217, 580] +Triangle: [276, 579, 580] +Triangle: [214, 578, 579] +Triangle: [279, 278, 219] +Triangle: [537, 275, 213] +Triangle: [218, 280, 575] +Triangle: [511, 510, 286] +Triangle: [287, 289, 494] +Triangle: [541, 287, 491] +Triangle: [559, 557, 485] +Triangle: [1192, 470, 469] +Triangle: [542, 292, 293] +Triangle: [543, 293, 287] +Triangle: [289, 287, 293] +Triangle: [283, 289, 294] +Triangle: [292, 295, 294] +Triangle: [283, 295, 296] +Triangle: [289, 283, 298] +Triangle: [288, 493, 494] +Triangle: [300, 299, 298] +Triangle: [558, 511, 301] +Triangle: [540, 288, 300] +Triangle: [544, 300, 284] +Triangle: [538, 282, 292] +Triangle: [295, 292, 282] +Triangle: [545, 303, 282] +Triangle: [296, 282, 303] +Triangle: [537, 278, 303] +Triangle: [304, 303, 278] +Triangle: [539, 284, 228] +Triangle: [228, 284, 306] +Triangle: [305, 306, 240] +Triangle: [239, 250, 247] +Triangle: [251, 250, 239] +Triangle: [252, 251, 242] +Triangle: [288, 289, 299] +Triangle: [951, 308, 241] +Triangle: [951, 952, 310] +Triangle: [953, 312, 310] +Triangle: [953, 954, 314] +Triangle: [308, 307, 252] +Triangle: [306, 284, 298] +Triangle: [311, 309, 316] +Triangle: [316, 298, 317] +Triangle: [297, 317, 298] +Triangle: [319, 264, 260] +Triangle: [264, 319, 320] +Triangle: [262, 322, 323] +Triangle: [322, 324, 325] +Triangle: [326, 327, 368] +Triangle: [321, 329, 328] +Triangle: [329, 331, 330] +Triangle: [371, 370, 333] +Triangle: [328, 322, 262] +Triangle: [322, 328, 330] +Triangle: [369, 371, 332] +Triangle: [272, 320, 319] +Triangle: [273, 321, 320] +Triangle: [307, 308, 310] +Triangle: [253, 310, 312] +Triangle: [253, 254, 342] +Triangle: [249, 337, 336] +Triangle: [255, 343, 350] +Triangle: [256, 344, 343] +Triangle: [247, 335, 337] +Triangle: [351, 257, 345] +Triangle: [250, 338, 335] +Triangle: [257, 2348, 2346] +Triangle: [250, 251, 339] +Triangle: [259, 347, 346] +Triangle: [251, 252, 340] +Triangle: [248, 336, 347] +Triangle: [307, 253, 341] +Triangle: [306, 316, 309] +Triangle: [482, 2294, 2295] +Triangle: [483, 2296, 2294] +Triangle: [254, 349, 350] +Triangle: [252, 307, 348] +Triangle: [483, 259, 258] +Triangle: [351, 352, 344] +Triangle: [353, 254, 312] +Triangle: [349, 254, 353] +Triangle: [349, 357, 356] +Triangle: [255, 356, 355] +Triangle: [256, 355, 354] +Triangle: [351, 354, 270] +Triangle: [321, 273, 358] +Triangle: [273, 270, 354] +Triangle: [355, 359, 358] +Triangle: [356, 360, 359] +Triangle: [357, 361, 360] +Triangle: [329, 321, 362] +Triangle: [359, 364, 362] +Triangle: [363, 362, 364] +Triangle: [331, 329, 363] +Triangle: [370, 331, 366] +Triangle: [370, 372, 367] +Triangle: [330, 371, 369] +Triangle: [331, 370, 371] +Triangle: [324, 369, 368] +Triangle: [297, 296, 304] +Triangle: [373, 279, 277] +Triangle: [279, 373, 334] +Triangle: [317, 297, 334] +Triangle: [374, 313, 311] +Triangle: [374, 318, 334] +Triangle: [375, 315, 313] +Triangle: [375, 374, 373] +Triangle: [376, 373, 215] +Triangle: [378, 361, 357] +Triangle: [376, 583, 383] +Triangle: [860, 582, 451] +Triangle: [383, 380, 315] +Triangle: [955, 379, 314] +Triangle: [380, 383, 577] +Triangle: [360, 365, 364] +Triangle: [365, 384, 366] +Triangle: [372, 366, 384] +Triangle: [367, 372, 385] +Triangle: [387, 384, 365] +Triangle: [384, 387, 388] +Triangle: [386, 385, 388] +Triangle: [361, 390, 387] +Triangle: [387, 390, 391] +Triangle: [379, 378, 353] +Triangle: [378, 379, 393] +Triangle: [393, 395, 394] +Triangle: [392, 390, 361] +Triangle: [392, 394, 391] +Triangle: [955, 380, 382] +Triangle: [388, 391, 411] +Triangle: [412, 407, 960] +Triangle: [959, 399, 417] +Triangle: [737, 405, 397] +Triangle: [408, 403, 404] +Triangle: [409, 402, 403] +Triangle: [961, 956, 382] +Triangle: [412, 396, 406] +Triangle: [405, 406, 396] +Triangle: [399, 398, 416] +Triangle: [413, 418, 416] +Triangle: [419, 418, 413] +Triangle: [420, 419, 414] +Triangle: [962, 417, 421] +Triangle: [964, 963, 421] +Triangle: [965, 964, 422] +Triangle: [416, 418, 421] +Triangle: [422, 421, 418] +Triangle: [423, 422, 419] +Triangle: [958, 401, 399] +Triangle: [398, 399, 401] +Triangle: [960, 407, 401] +Triangle: [401, 407, 406] +Triangle: [400, 406, 425] +Triangle: [426, 398, 400] +Triangle: [413, 398, 426] +Triangle: [414, 413, 427] +Triangle: [415, 414, 428] +Triangle: [428, 431, 432] +Triangle: [427, 430, 431] +Triangle: [430, 427, 426] +Triangle: [431, 434, 435] +Triangle: [430, 433, 434] +Triangle: [433, 430, 424] +Triangle: [425, 436, 437] +Triangle: [739, 438, 439] +Triangle: [439, 438, 440] +Triangle: [441, 444, 443] +Triangle: [439, 443, 740] +Triangle: [444, 447, 446] +Triangle: [443, 446, 741] +Triangle: [437, 442, 434] +Triangle: [434, 442, 445] +Triangle: [405, 436, 425] +Triangle: [739, 436, 405] +Triangle: [440, 438, 404] +Triangle: [452, 453, 277] +Triangle: [213, 578, 582] +Triangle: [872, 453, 452] +Triangle: [470, 472, 864] +Triangle: [863, 471, 377] +Triangle: [535, 213, 860] +Triangle: [215, 277, 453] +Triangle: [1194, 473, 472] +Triangle: [1195, 1196, 475] +Triangle: [1196, 1197, 476] +Triangle: [1198, 477, 476] +Triangle: [1199, 478, 477] +Triangle: [859, 468, 469] +Triangle: [477, 478, 871] +Triangle: [869, 476, 477] +Triangle: [475, 476, 869] +Triangle: [474, 475, 868] +Triangle: [864, 472, 473] +Triangle: [872, 864, 455] +Triangle: [471, 455, 457] +Triangle: [546, 451, 862] +Triangle: [557, 561, 487] +Triangle: [487, 561, 560] +Triangle: [548, 492, 493] +Triangle: [550, 491, 492] +Triangle: [210, 171, 30] +Triangle: [495, 496, 212] +Triangle: [465, 467, 447] +Triangle: [463, 465, 444] +Triangle: [461, 463, 441] +Triangle: [459, 461, 440] +Triangle: [473, 474, 867] +Triangle: [471, 448, 216] +Triangle: [582, 581, 450] +Triangle: [232, 233, 500] +Triangle: [568, 569, 501] +Triangle: [503, 502, 499] +Triangle: [504, 503, 498] +Triangle: [504, 497, 506] +Triangle: [572, 573, 505] +Triangle: [530, 531, 226] +Triangle: [508, 510, 285] +Triangle: [514, 529, 521] +Triangle: [510, 511, 302] +Triangle: [514, 551, 228] +Triangle: [530, 553, 552] +Triangle: [518, 519, 517] +Triangle: [520, 521, 519] +Triangle: [507, 552, 574] +Triangle: [232, 501, 525] +Triangle: [569, 502, 524] +Triangle: [502, 503, 523] +Triangle: [522, 523, 503] +Triangle: [515, 526, 522] +Triangle: [517, 527, 526] +Triangle: [519, 528, 527] +Triangle: [529, 528, 519] +Triangle: [507, 509, 531] +Triangle: [534, 508, 227] +Triangle: [486, 550, 548] +Triangle: [488, 548, 549] +Triangle: [219, 535, 546] +Triangle: [539, 536, 227] +Triangle: [220, 275, 537] +Triangle: [545, 538, 281] +Triangle: [221, 281, 538] +Triangle: [302, 544, 539] +Triangle: [225, 540, 544] +Triangle: [290, 543, 541] +Triangle: [221, 542, 543] +Triangle: [223, 541, 550] +Triangle: [278, 537, 535] +Triangle: [288, 540, 549] +Triangle: [533, 227, 536] +Triangle: [228, 551, 532] +Triangle: [520, 532, 551] +Triangle: [508, 534, 553] +Triangle: [517, 515, 555] +Triangle: [515, 504, 554] +Triangle: [505, 512, 554] +Triangle: [225, 302, 511] +Triangle: [561, 488, 490] +Triangle: [560, 558, 224] +Triangle: [559, 223, 486] +Triangle: [556, 290, 223] +Triangle: [523, 522, 526] +Triangle: [557, 486, 488] +Triangle: [524, 523, 513] +Triangle: [570, 524, 562] +Triangle: [231, 525, 563] +Triangle: [513, 526, 527] +Triangle: [525, 570, 571] +Triangle: [528, 529, 565] +Triangle: [529, 514, 305] +Triangle: [229, 566, 565] +Triangle: [564, 565, 566] +Triangle: [567, 566, 229] +Triangle: [563, 564, 567] +Triangle: [569, 570, 525] +Triangle: [502, 569, 568] +Triangle: [571, 562, 527] +Triangle: [571, 528, 564] +Triangle: [573, 574, 512] +Triangle: [509, 507, 573] +Triangle: [554, 512, 574] +Triangle: [553, 534, 555] +Triangle: [534, 533, 516] +Triangle: [533, 532, 518] +Triangle: [581, 582, 578] +Triangle: [221, 290, 556] +Triangle: [578, 213, 275] +Triangle: [575, 580, 220] +Triangle: [381, 575, 281] +Triangle: [580, 579, 275] +Triangle: [381, 556, 291] +Triangle: [577, 584, 585] +Triangle: [583, 584, 577] +Triangle: [584, 583, 216] +Triangle: [583, 376, 377] +Triangle: [584, 402, 409] +Triangle: [274, 382, 577] +Triangle: [576, 585, 587] +Triangle: [587, 589, 588] +Triangle: [588, 589, 591] +Triangle: [591, 593, 592] +Triangle: [593, 595, 594] +Triangle: [595, 597, 596] +Triangle: [597, 599, 598] +Triangle: [967, 966, 601] +Triangle: [600, 601, 603] +Triangle: [968, 605, 604] +Triangle: [604, 605, 607] +Triangle: [970, 609, 608] +Triangle: [609, 611, 610] +Triangle: [610, 611, 613] +Triangle: [612, 613, 615] +Triangle: [637, 636, 617] +Triangle: [616, 617, 619] +Triangle: [619, 621, 620] +Triangle: [972, 623, 622] +Triangle: [606, 627, 626] +Triangle: [973, 622, 635] +Triangle: [969, 604, 626] +Triangle: [618, 620, 634] +Triangle: [600, 602, 625] +Triangle: [616, 618, 633] +Triangle: [616, 632, 638] +Triangle: [612, 614, 631] +Triangle: [612, 630, 629] +Triangle: [610, 629, 628] +Triangle: [608, 628, 975] +Triangle: [637, 638, 631] +Triangle: [614, 615, 636] +Triangle: [627, 642, 641] +Triangle: [633, 634, 649] +Triangle: [631, 646, 645] +Triangle: [628, 643, 978] +Triangle: [976, 635, 650] +Triangle: [624, 625, 640] +Triangle: [638, 651, 646] +Triangle: [629, 644, 643] +Triangle: [626, 641, 977] +Triangle: [638, 632, 647] +Triangle: [632, 633, 648] +Triangle: [630, 645, 644] +Triangle: [576, 586, 660] +Triangle: [967, 600, 624] +Triangle: [596, 598, 674] +Triangle: [594, 596, 675] +Triangle: [594, 673, 676] +Triangle: [676, 672, 590] +Triangle: [672, 671, 588] +Triangle: [671, 670, 586] +Triangle: [670, 661, 660] +Triangle: [703, 700, 701] +Triangle: [659, 662, 663] +Triangle: [657, 658, 663] +Triangle: [656, 657, 664] +Triangle: [655, 656, 665] +Triangle: [654, 655, 666] +Triangle: [668, 686, 884] +Triangle: [690, 689, 874] +Triangle: [984, 677, 674] +Triangle: [675, 674, 677] +Triangle: [675, 678, 679] +Triangle: [673, 679, 680] +Triangle: [672, 676, 680] +Triangle: [671, 672, 681] +Triangle: [670, 671, 682] +Triangle: [659, 683, 684] +Triangle: [660, 661, 684] +Triangle: [684, 661, 682] +Triangle: [682, 681, 663] +Triangle: [681, 680, 664] +Triangle: [664, 680, 679] +Triangle: [665, 679, 678] +Triangle: [678, 677, 667] +Triangle: [669, 882, 881] +Triangle: [984, 639, 668] +Triangle: [687, 881, 1009] +Triangle: [686, 668, 639] +Triangle: [977, 986, 686] +Triangle: [644, 645, 990] +Triangle: [980, 654, 878] +Triangle: [987, 988, 703] +Triangle: [989, 990, 645] +Triangle: [654, 694, 693] +Triangle: [980, 653, 695] +Triangle: [653, 685, 696] +Triangle: [996, 697, 696] +Triangle: [985, 688, 698] +Triangle: [1010, 992, 649] +Triangle: [699, 700, 981] +Triangle: [700, 703, 988] +Triangle: [688, 652, 701] +Triangle: [702, 701, 652] +Triangle: [989, 987, 702] +Triangle: [991, 978, 643] +Triangle: [700, 699, 698] +Triangle: [642, 669, 687] +Triangle: [655, 693, 692] +Triangle: [657, 656, 692] +Triangle: [696, 697, 704] +Triangle: [704, 697, 995] +Triangle: [993, 695, 704] +Triangle: [693, 694, 705] +Triangle: [706, 705, 650] +Triangle: [691, 706, 635] +Triangle: [692, 693, 706] +Triangle: [691, 622, 658] +Triangle: [623, 659, 658] +Triangle: [707, 589, 587] +Triangle: [707, 585, 409] +Triangle: [708, 710, 709] +Triangle: [589, 707, 709] +Triangle: [408, 710, 708] +Triangle: [709, 710, 712] +Triangle: [712, 714, 713] +Triangle: [713, 714, 716] +Triangle: [709, 711, 593] +Triangle: [711, 713, 595] +Triangle: [595, 713, 715] +Triangle: [715, 716, 718] +Triangle: [999, 998, 720] +Triangle: [719, 720, 722] +Triangle: [1000, 724, 723] +Triangle: [597, 715, 717] +Triangle: [966, 999, 719] +Triangle: [601, 719, 721] +Triangle: [1001, 723, 605] +Triangle: [619, 617, 731] +Triangle: [733, 732, 731] +Triangle: [274, 660, 1003] +Triangle: [617, 636, 730] +Triangle: [636, 615, 729] +Triangle: [613, 728, 729] +Triangle: [611, 727, 728] +Triangle: [611, 609, 726] +Triangle: [970, 607, 725] +Triangle: [607, 605, 723] +Triangle: [395, 731, 730] +Triangle: [394, 730, 729] +Triangle: [727, 734, 735] +Triangle: [728, 735, 391] +Triangle: [391, 735, 734] +Triangle: [727, 726, 411] +Triangle: [1002, 725, 412] +Triangle: [724, 412, 725] +Triangle: [1000, 722, 720] +Triangle: [412, 724, 718] +Triangle: [718, 716, 397] +Triangle: [712, 710, 408] +Triangle: [438, 739, 737] +Triangle: [740, 741, 445] +Triangle: [738, 740, 442] +Triangle: [436, 739, 738] +Triangle: [404, 737, 736] +Triangle: [714, 712, 410] +Triangle: [716, 714, 736] +Triangle: [1004, 732, 733] +Triangle: [1005, 659, 623] +Triangle: [1005, 619, 732] +Triangle: [158, 174, 495] +Triangle: [185, 186, 29] +Triangle: [495, 60, 185] +Triangle: [2, 751, 752] +Triangle: [52, 51, 748] +Triangle: [55, 746, 745] +Triangle: [58, 750, 749] +Triangle: [59, 204, 751] +Triangle: [56, 744, 750] +Triangle: [57, 749, 1278] +Triangle: [54, 747, 746] +Triangle: [53, 745, 744] +Triangle: [742, 743, 6] +Triangle: [208, 742, 5] +Triangle: [1174, 768, 763] +Triangle: [1171, 1176, 770] +Triangle: [1177, 771, 769] +Triangle: [1176, 1172, 765] +Triangle: [1170, 763, 771] +Triangle: [1171, 764, 768] +Triangle: [1156, 1166, 141] +Triangle: [1173, 767, 773] +Triangle: [1162, 1175, 774] +Triangle: [1175, 769, 774] +Triangle: [1279, 765, 1172] +Triangle: [145, 1159, 1156] +Triangle: [1166, 1169, 1164] +Triangle: [775, 758, 759] +Triangle: [777, 760, 758] +Triangle: [775, 776, 754] +Triangle: [777, 775, 0] +Triangle: [778, 777, 761] +Triangle: [760, 777, 778] +Triangle: [1281, 778, 762] +Triangle: [757, 778, 1281] +Triangle: [830, 785, 1283] +Triangle: [840, 786, 1284] +Triangle: [1289, 850, 784] +Triangle: [851, 852, 793] +Triangle: [842, 794, 789] +Triangle: [832, 792, 787] +Triangle: [852, 854, 801] +Triangle: [844, 802, 794] +Triangle: [834, 800, 792] +Triangle: [855, 856, 809] +Triangle: [846, 810, 805] +Triangle: [836, 808, 803] +Triangle: [856, 857, 813] +Triangle: [847, 814, 810] +Triangle: [837, 812, 808] +Triangle: [854, 850, 786] +Triangle: [840, 785, 802] +Triangle: [830, 783, 800] +Triangle: [829, 782, 805] +Triangle: [839, 781, 806] +Triangle: [855, 849, 779] +Triangle: [837, 814, 818] +Triangle: [847, 813, 817] +Triangle: [858, 857, 811] +Triangle: [858, 853, 798] +Triangle: [843, 797, 818] +Triangle: [833, 795, 816] +Triangle: [1286, 820, 783] +Triangle: [1252, 779, 1285] +Triangle: [1253, 804, 779] +Triangle: [819, 780, 803] +Triangle: [1258, 784, 799] +Triangle: [820, 822, 800] +Triangle: [1255, 791, 788] +Triangle: [823, 787, 792] +Triangle: [824, 792, 800] +Triangle: [1259, 799, 791] +Triangle: [1261, 1260, 796] +Triangle: [826, 816, 795] +Triangle: [1256, 807, 804] +Triangle: [821, 803, 808] +Triangle: [827, 808, 812] +Triangle: [1257, 811, 807] +Triangle: [828, 812, 816] +Triangle: [1261, 815, 811] +Triangle: [760, 828, 826] +Triangle: [757, 827, 828] +Triangle: [755, 821, 827] +Triangle: [758, 826, 825] +Triangle: [761, 0, 824] +Triangle: [0, 754, 823] +Triangle: [762, 761, 822] +Triangle: [756, 819, 821] +Triangle: [1280, 762, 820] +Triangle: [797, 833, 838] +Triangle: [812, 837, 838] +Triangle: [780, 829, 835] +Triangle: [785, 830, 834] +Triangle: [814, 837, 836] +Triangle: [810, 836, 835] +Triangle: [802, 834, 832] +Triangle: [794, 832, 831] +Triangle: [783, 830, 1287] +Triangle: [798, 843, 848] +Triangle: [814, 847, 848] +Triangle: [782, 839, 845] +Triangle: [786, 840, 844] +Triangle: [813, 847, 846] +Triangle: [809, 846, 845] +Triangle: [801, 844, 842] +Triangle: [793, 842, 841] +Triangle: [785, 840, 1288] +Triangle: [815, 796, 853] +Triangle: [817, 813, 857] +Triangle: [806, 781, 849] +Triangle: [799, 784, 850] +Triangle: [807, 811, 857] +Triangle: [804, 807, 856] +Triangle: [791, 799, 854] +Triangle: [788, 791, 852] +Triangle: [1284, 786, 850] +Triangle: [1200, 469, 468] +Triangle: [859, 547, 862] +Triangle: [862, 451, 450] +Triangle: [863, 453, 455] +Triangle: [448, 457, 866] +Triangle: [455, 864, 865] +Triangle: [1194, 1195, 474] +Triangle: [867, 868, 461] +Triangle: [868, 869, 463] +Triangle: [463, 869, 870] +Triangle: [870, 871, 467] +Triangle: [872, 547, 469] +Triangle: [1013, 454, 449] +Triangle: [1018, 743, 742] +Triangle: [1016, 466, 464] +Triangle: [867, 459, 457] +Triangle: [1012, 210, 211] +Triangle: [1020, 742, 208] +Triangle: [1014, 209, 210] +Triangle: [1017, 211, 186] +Triangle: [1014, 456, 454] +Triangle: [866, 873, 403] +Triangle: [459, 873, 866] +Triangle: [1006, 878, 879] +Triangle: [876, 877, 880] +Triangle: [1009, 1008, 876] +Triangle: [882, 875, 883] +Triangle: [875, 882, 885] +Triangle: [667, 879, 878] +Triangle: [688, 883, 875] +Triangle: [652, 875, 874] +Triangle: [685, 653, 877] +Triangle: [982, 668, 880] +Triangle: [690, 885, 882] +Triangle: [685, 876, 1008] +Triangle: [891, 902, 906] +Triangle: [888, 899, 897] +Triangle: [892, 889, 900] +Triangle: [895, 907, 899] +Triangle: [891, 892, 903] +Triangle: [893, 905, 907] +Triangle: [40, 41, 894] +Triangle: [3, 886, 890] +Triangle: [14, 16, 889] +Triangle: [897, 899, 898] +Triangle: [902, 903, 904] +Triangle: [901, 904, 903] +Triangle: [906, 904, 898] +Triangle: [896, 898, 904] +Triangle: [907, 905, 898] +Triangle: [886, 887, 897] +Triangle: [886, 896, 901] +Triangle: [890, 901, 900] +Triangle: [894, 906, 905] +Triangle: [916, 932, 934] +Triangle: [915, 2276, 2268] +Triangle: [913, 928, 935] +Triangle: [919, 914, 179] +Triangle: [909, 38, 2258] +Triangle: [913, 48, 1068] +Triangle: [916, 163, 164] +Triangle: [922, 921, 170] +Triangle: [923, 920, 68] +Triangle: [908, 164, 1273] +Triangle: [920, 922, 169] +Triangle: [926, 935, 928] +Triangle: [927, 914, 919] +Triangle: [930, 925, 912] +Triangle: [930, 909, 2262] +Triangle: [929, 2268, 2279] +Triangle: [929, 928, 913] +Triangle: [931, 932, 916] +Triangle: [911, 917, 934] +Triangle: [910, 918, 935] +Triangle: [936, 921, 922] +Triangle: [938, 939, 920] +Triangle: [1291, 931, 908] +Triangle: [937, 922, 920] +Triangle: [944, 163, 916] +Triangle: [942, 165, 163] +Triangle: [1150, 941, 166] +Triangle: [942, 1070, 1071] +Triangle: [941, 1148, 1080] +Triangle: [688, 985, 1008] +Triangle: [982, 1007, 879] +Triangle: [881, 883, 1008] +Triangle: [877, 1006, 1007] +Triangle: [659, 1005, 1004] +Triangle: [1005, 972, 621] +Triangle: [683, 1004, 1003] +Triangle: [724, 1000, 998] +Triangle: [726, 1002, 957] +Triangle: [609, 970, 1002] +Triangle: [961, 1003, 733] +Triangle: [721, 1001, 968] +Triangle: [599, 717, 999] +Triangle: [722, 1000, 1001] +Triangle: [717, 718, 998] +Triangle: [694, 993, 997] +Triangle: [705, 997, 995] +Triangle: [669, 642, 978] +Triangle: [646, 651, 987] +Triangle: [981, 988, 647] +Triangle: [992, 981, 648] +Triangle: [995, 1010, 979] +Triangle: [697, 996, 1010] +Triangle: [996, 699, 992] +Triangle: [685, 985, 994] +Triangle: [699, 996, 994] +Triangle: [980, 993, 694] +Triangle: [689, 690, 990] +Triangle: [651, 647, 988] +Triangle: [653, 980, 1006] +Triangle: [991, 990, 690] +Triangle: [641, 687, 986] +Triangle: [986, 1009, 884] +Triangle: [677, 984, 982] +Triangle: [639, 984, 983] +Triangle: [598, 967, 983] +Triangle: [974, 977, 640] +Triangle: [634, 976, 979] +Triangle: [975, 978, 642] +Triangle: [971, 975, 627] +Triangle: [602, 969, 974] +Triangle: [620, 973, 976] +Triangle: [621, 972, 973] +Triangle: [607, 970, 971] +Triangle: [603, 968, 969] +Triangle: [598, 599, 966] +Triangle: [389, 960, 958] +Triangle: [386, 958, 959] +Triangle: [327, 326, 964] +Triangle: [332, 963, 964] +Triangle: [333, 962, 963] +Triangle: [393, 956, 961] +Triangle: [367, 959, 962] +Triangle: [411, 957, 960] +Triangle: [379, 955, 956] +Triangle: [380, 955, 954] +Triangle: [315, 954, 953] +Triangle: [313, 953, 952] +Triangle: [309, 311, 952] +Triangle: [309, 951, 949] +Triangle: [240, 949, 950] +Triangle: [950, 948, 230] +Triangle: [239, 238, 947] +Triangle: [947, 945, 232] +Triangle: [945, 946, 233] +Triangle: [1015, 464, 462] +Triangle: [185, 1015, 1011] +Triangle: [209, 1014, 1013] +Triangle: [460, 1017, 1011] +Triangle: [456, 1014, 1012] +Triangle: [458, 1012, 1017] +Triangle: [60, 1016, 1015] +Triangle: [480, 1020, 1019] +Triangle: [479, 1018, 1020] +Triangle: [207, 1013, 1019] +Triangle: [1192, 449, 454] +Triangle: [1029, 1163, 1221] +Triangle: [1209, 1028, 1029] +Triangle: [1155, 1025, 1213] +Triangle: [1299, 1292, 1028] +Triangle: [142, 1053, 1052] +Triangle: [1234, 1027, 1026] +Triangle: [1027, 1022, 1211] +Triangle: [1022, 1021, 1206] +Triangle: [1160, 1165, 1188] +Triangle: [1025, 1024, 1207] +Triangle: [1206, 1021, 1023] +Triangle: [1207, 1024, 1026] +Triangle: [1251, 1245, 1040] +Triangle: [1250, 1251, 1042] +Triangle: [1250, 1041, 1035] +Triangle: [1245, 1244, 1039] +Triangle: [1243, 1036, 1038] +Triangle: [1249, 1038, 1037] +Triangle: [1242, 1033, 1036] +Triangle: [1247, 1035, 1034] +Triangle: [1246, 1034, 1293] +Triangle: [888, 887, 1044] +Triangle: [1044, 1046, 1043] +Triangle: [888, 1048, 1045] +Triangle: [1047, 1045, 1048] +Triangle: [4, 1046, 1044] +Triangle: [895, 1045, 1047] +Triangle: [1054, 1049, 1219] +Triangle: [1052, 1053, 1054] +Triangle: [1053, 1050, 1049] +Triangle: [1056, 1055, 1217] +Triangle: [1216, 1032, 1057] +Triangle: [1032, 1031, 1056] +Triangle: [1031, 1030, 1055] +Triangle: [142, 141, 1050] +Triangle: [772, 1062, 1304] +Triangle: [1064, 1305, 766] +Triangle: [1279, 1294, 1306] +Triangle: [1059, 1064, 774] +Triangle: [767, 1304, 1063] +Triangle: [1305, 1062, 772] +Triangle: [768, 764, 1307] +Triangle: [763, 1308, 1061] +Triangle: [765, 1306, 1060] +Triangle: [771, 1061, 1059] +Triangle: [764, 770, 1060] +Triangle: [768, 1058, 1308] +Triangle: [2245, 50, 1069] +Triangle: [1067, 1083, 2283] +Triangle: [940, 168, 1071] +Triangle: [1073, 1079, 943] +Triangle: [1087, 1074, 1071] +Triangle: [1081, 1073, 167] +Triangle: [1081, 193, 1075] +Triangle: [1087, 192, 1075] +Triangle: [1093, 940, 1070] +Triangle: [1092, 1066, 46] +Triangle: [2274, 2278, 1100] +Triangle: [1146, 1072, 1079] +Triangle: [1076, 1146, 1073] +Triangle: [1078, 1066, 1092] +Triangle: [1082, 1067, 1077] +Triangle: [2244, 1084, 50] +Triangle: [1082, 1131, 1083] +Triangle: [1085, 1147, 168] +Triangle: [1147, 187, 1087] +Triangle: [1076, 1081, 192] +Triangle: [187, 1088, 192] +Triangle: [1151, 1085, 940] +Triangle: [1084, 1151, 1093] +Triangle: [1072, 1149, 1092] +Triangle: [1079, 1092, 1094] +Triangle: [50, 1093, 1090] +Triangle: [1090, 1089, 39] +Triangle: [1138, 1095, 1091] +Triangle: [45, 1091, 1096] +Triangle: [39, 1089, 917] +Triangle: [2277, 2273, 1083] +Triangle: [1132, 1100, 2249] +Triangle: [912, 2280, 38] +Triangle: [1100, 1109, 2250] +Triangle: [1121, 1108, 1107] +Triangle: [1120, 1107, 1099] +Triangle: [2259, 1103, 1106] +Triangle: [1119, 1105, 1295] +Triangle: [1118, 1104, 1105] +Triangle: [1117, 1103, 1104] +Triangle: [1125, 1112, 1101] +Triangle: [1065, 2269, 2275] +Triangle: [1113, 1098, 1108] +Triangle: [2257, 1098, 1097] +Triangle: [35, 1113, 1121] +Triangle: [1135, 2247, 1127] +Triangle: [45, 1140, 1135] +Triangle: [65, 1117, 1118] +Triangle: [67, 1118, 1119] +Triangle: [162, 1119, 1296] +Triangle: [911, 1120, 1114] +Triangle: [924, 1121, 1120] +Triangle: [1115, 1122, 2253] +Triangle: [2254, 1137, 1115] +Triangle: [2266, 1139, 1123] +Triangle: [1123, 1116, 2264] +Triangle: [1103, 1117, 1128] +Triangle: [1111, 1124, 1136] +Triangle: [1098, 1113, 1126] +Triangle: [1065, 1130, 1082] +Triangle: [1130, 49, 1131] +Triangle: [2269, 2274, 1132] +Triangle: [49, 2272, 2277] +Triangle: [1134, 2248, 1137] +Triangle: [1139, 2247, 1135] +Triangle: [1136, 1127, 2247] +Triangle: [2248, 1124, 2251] +Triangle: [1115, 2249, 2250] +Triangle: [1140, 1084, 2244] +Triangle: [1095, 1138, 1078] +Triangle: [1096, 1151, 1084] +Triangle: [1095, 1149, 1143] +Triangle: [1096, 1091, 1143] +Triangle: [1136, 1124, 2248] +Triangle: [1144, 1127, 2248] +Triangle: [166, 1080, 1146] +Triangle: [1086, 166, 1145] +Triangle: [1080, 1148, 1072] +Triangle: [1141, 1149, 1072] +Triangle: [1086, 1147, 1085] +Triangle: [1142, 1150, 1085] +Triangle: [1152, 1143, 1149] +Triangle: [1142, 1151, 1143] +Triangle: [1077, 1067, 1205] +Triangle: [212, 1153, 1016] +Triangle: [1158, 1154, 145] +Triangle: [1181, 1190, 138] +Triangle: [1154, 1162, 1159] +Triangle: [1156, 1159, 774] +Triangle: [1189, 136, 138] +Triangle: [1030, 1155, 1220] +Triangle: [1297, 1172, 102] +Triangle: [1168, 1165, 1229] +Triangle: [1166, 1156, 766] +Triangle: [1169, 1166, 772] +Triangle: [772, 767, 1169] +Triangle: [1163, 1032, 1216] +Triangle: [1164, 144, 146] +Triangle: [1229, 1227, 1031] +Triangle: [1173, 1178, 143] +Triangle: [97, 101, 1171] +Triangle: [98, 1170, 1177] +Triangle: [100, 102, 1172] +Triangle: [103, 1177, 1175] +Triangle: [101, 100, 1176] +Triangle: [98, 97, 1174] +Triangle: [1169, 1173, 144] +Triangle: [99, 1175, 1162] +Triangle: [90, 91, 1182] +Triangle: [1187, 1183, 1235] +Triangle: [1300, 1298, 1187] +Triangle: [1182, 1179, 1231] +Triangle: [1179, 1184, 1222] +Triangle: [1181, 1185, 1223] +Triangle: [1222, 1184, 1180] +Triangle: [1223, 1185, 1186] +Triangle: [1157, 1160, 1189] +Triangle: [136, 1189, 1188] +Triangle: [1188, 1165, 1168] +Triangle: [1161, 1157, 1190] +Triangle: [1235, 1183, 1168] +Triangle: [1161, 1181, 1233] +Triangle: [470, 1192, 1193] +Triangle: [458, 1195, 1194] +Triangle: [480, 1200, 1191] +Triangle: [464, 466, 1199] +Triangle: [464, 1198, 1197] +Triangle: [462, 1197, 1196] +Triangle: [458, 460, 1196] +Triangle: [456, 1194, 1193] +Triangle: [449, 1192, 1200] +Triangle: [1201, 918, 910] +Triangle: [918, 1203, 48] +Triangle: [1201, 1202, 1203] +Triangle: [2278, 2270, 1109] +Triangle: [2285, 2282, 1205] +Triangle: [44, 927, 933] +Triangle: [926, 933, 919] +Triangle: [1221, 1216, 147] +Triangle: [1210, 1220, 1158] +Triangle: [1216, 1219, 1049] +Triangle: [1218, 1217, 1051] +Triangle: [1218, 1219, 1057] +Triangle: [110, 1207, 1208] +Triangle: [109, 1206, 1212] +Triangle: [1213, 1207, 110] +Triangle: [1211, 1206, 109] +Triangle: [1214, 1211, 105] +Triangle: [1266, 1299, 1209] +Triangle: [1220, 1213, 108] +Triangle: [148, 1209, 1215] +Triangle: [1215, 1221, 1167] +Triangle: [1210, 1217, 1055] +Triangle: [1027, 1214, 1208] +Triangle: [1228, 1233, 1025] +Triangle: [1029, 1235, 1230] +Triangle: [1024, 1223, 1224] +Triangle: [1021, 1222, 1232] +Triangle: [1233, 1223, 1024] +Triangle: [1231, 1222, 1021] +Triangle: [1234, 1231, 1022] +Triangle: [1292, 1300, 1225] +Triangle: [1225, 1235, 1029] +Triangle: [1165, 1160, 1227] +Triangle: [1230, 1229, 1032] +Triangle: [1182, 1234, 1224] +Triangle: [1226, 1228, 1155] +Triangle: [1227, 1226, 1030] +Triangle: [69, 1237, 1238] +Triangle: [70, 1238, 1239] +Triangle: [161, 1239, 1301] +Triangle: [1241, 1237, 69] +Triangle: [2289, 1236, 1240] +Triangle: [33, 1236, 925] +Triangle: [202, 1246, 1302] +Triangle: [203, 1247, 1246] +Triangle: [196, 1242, 1243] +Triangle: [2, 1249, 1248] +Triangle: [197, 1243, 1249] +Triangle: [200, 199, 1244] +Triangle: [201, 1250, 1247] +Triangle: [198, 1251, 1250] +Triangle: [198, 200, 1245] +Triangle: [1042, 1040, 1261] +Triangle: [1041, 1042, 1257] +Triangle: [1041, 1256, 1253] +Triangle: [1040, 1039, 1260] +Triangle: [1036, 1259, 1255] +Triangle: [1038, 1255, 1254] +Triangle: [1033, 1258, 1259] +Triangle: [1035, 1253, 1252] +Triangle: [1034, 1252, 1303] +Triangle: [1293, 1303, 1258] +Triangle: [1276, 1302, 1242] +Triangle: [1271, 1301, 1240] +Triangle: [1023, 1232, 1300] +Triangle: [106, 1212, 1299] +Triangle: [1232, 1180, 1298] +Triangle: [143, 1178, 1297] +Triangle: [1272, 1296, 1126] +Triangle: [1296, 1295, 1097] +Triangle: [773, 1063, 1294] +Triangle: [1302, 1293, 1033] +Triangle: [1212, 1023, 1292] +Triangle: [936, 1291, 1290] +Triangle: [921, 1290, 1273] +Triangle: [781, 1284, 1289] +Triangle: [1283, 1288, 839] +Triangle: [1282, 1287, 829] +Triangle: [756, 1280, 1286] +Triangle: [1303, 1285, 784] +Triangle: [819, 1286, 1282] +Triangle: [849, 1289, 1285] +Triangle: [1288, 1284, 781] +Triangle: [1287, 1283, 782] +Triangle: [755, 1281, 1280] +Triangle: [1178, 773, 1279] +Triangle: [1262, 1278, 748] +Triangle: [1278, 1276, 196] +Triangle: [1273, 1275, 191] +Triangle: [1275, 1262, 51] +Triangle: [2293, 1274, 175] +Triangle: [931, 1291, 1272] +Triangle: [2267, 1271, 34] +Triangle: [1274, 1270, 32] +Triangle: [32, 1270, 1269] +Triangle: [150, 1267, 1268] +Triangle: [1180, 96, 1264] +Triangle: [143, 1265, 1266] +Triangle: [140, 1264, 1267] +Triangle: [151, 1268, 1263] +Triangle: [135, 1263, 1277] +Triangle: [134, 1277, 1269] +Triangle: [1316, 1322, 1315] +Triangle: [1317, 1316, 1309] +Triangle: [1311, 1318, 1317] +Triangle: [1320, 1319, 1312] +Triangle: [1321, 1320, 1313] +Triangle: [1322, 1321, 1314] +Triangle: [1323, 1329, 1322] +Triangle: [1324, 1323, 1316] +Triangle: [1318, 323, 1324] +Triangle: [1327, 1326, 1319] +Triangle: [1328, 1327, 1320] +Triangle: [1329, 1328, 1321] +Triangle: [1330, 1337, 1329] +Triangle: [1331, 1330, 1323] +Triangle: [1332, 1331, 1324] +Triangle: [1325, 1333, 1332] +Triangle: [1334, 1333, 1325] +Triangle: [1327, 1335, 1334] +Triangle: [1336, 1335, 1327] +Triangle: [1337, 1336, 1328] +Triangle: [1338, 1345, 1337] +Triangle: [1339, 1338, 1330] +Triangle: [1340, 1339, 1331] +Triangle: [1333, 1341, 1340] +Triangle: [1334, 1342, 1341] +Triangle: [1335, 1343, 1342] +Triangle: [1336, 1344, 1343] +Triangle: [1345, 1344, 1336] +Triangle: [1346, 1353, 1345] +Triangle: [1347, 1346, 1338] +Triangle: [1348, 1347, 1339] +Triangle: [1349, 1348, 1340] +Triangle: [1342, 1350, 1349] +Triangle: [1343, 1351, 1350] +Triangle: [1344, 1352, 1351] +Triangle: [1345, 1353, 1352] +Triangle: [1346, 1354, 1361] +Triangle: [1355, 1354, 1346] +Triangle: [1356, 1355, 1347] +Triangle: [1357, 1356, 1348] +Triangle: [1358, 1357, 1349] +Triangle: [1351, 1359, 1358] +Triangle: [1352, 1360, 1359] +Triangle: [1353, 1361, 1360] +Triangle: [1354, 1362, 1369] +Triangle: [1363, 1362, 1354] +Triangle: [1364, 1363, 1355] +Triangle: [1365, 1364, 1356] +Triangle: [1366, 1365, 1357] +Triangle: [1359, 1367, 1366] +Triangle: [1360, 1368, 1367] +Triangle: [1361, 1369, 1368] +Triangle: [1362, 1370, 1377] +Triangle: [1371, 1370, 1362] +Triangle: [1372, 1371, 1363] +Triangle: [1373, 1372, 1364] +Triangle: [1374, 1373, 1365] +Triangle: [1367, 1375, 1374] +Triangle: [1368, 1376, 1375] +Triangle: [1369, 1377, 1376] +Triangle: [1370, 1378, 1385] +Triangle: [1379, 1378, 1370] +Triangle: [1380, 1379, 1371] +Triangle: [1381, 1380, 1372] +Triangle: [1382, 1381, 1373] +Triangle: [1375, 1383, 1382] +Triangle: [1376, 1384, 1383] +Triangle: [1377, 1385, 1384] +Triangle: [1378, 1386, 1393] +Triangle: [1387, 1386, 1378] +Triangle: [1388, 1387, 1379] +Triangle: [1389, 1388, 1380] +Triangle: [1390, 1389, 1381] +Triangle: [1383, 1391, 1390] +Triangle: [1384, 1392, 1391] +Triangle: [1385, 1393, 1392] +Triangle: [1386, 1394, 1401] +Triangle: [1395, 1394, 1386] +Triangle: [1396, 1395, 1387] +Triangle: [1397, 1396, 1388] +Triangle: [1398, 1397, 1389] +Triangle: [1391, 1399, 1398] +Triangle: [1392, 1400, 1399] +Triangle: [1393, 1401, 1400] +Triangle: [1394, 1402, 1409] +Triangle: [1403, 1402, 1394] +Triangle: [1404, 1403, 1395] +Triangle: [1405, 1404, 1396] +Triangle: [1406, 1405, 1397] +Triangle: [1399, 1407, 1406] +Triangle: [1400, 1408, 1407] +Triangle: [1401, 1409, 1408] +Triangle: [1402, 1410, 1417] +Triangle: [1411, 1410, 1402] +Triangle: [1412, 1411, 1403] +Triangle: [1413, 1412, 1404] +Triangle: [1414, 1413, 1405] +Triangle: [1415, 1414, 1406] +Triangle: [1408, 1416, 1415] +Triangle: [1409, 1417, 1416] +Triangle: [1410, 1418, 1425] +Triangle: [1411, 1419, 1418] +Triangle: [1420, 1419, 1411] +Triangle: [1421, 1420, 1412] +Triangle: [1422, 1421, 1413] +Triangle: [1423, 1422, 1414] +Triangle: [1416, 1424, 1423] +Triangle: [1417, 1425, 1424] +Triangle: [1418, 1426, 1433] +Triangle: [1419, 1427, 1426] +Triangle: [1420, 1428, 1427] +Triangle: [1429, 1428, 1420] +Triangle: [1430, 1429, 1421] +Triangle: [1431, 1430, 1422] +Triangle: [1432, 1431, 1423] +Triangle: [1425, 1433, 1432] +Triangle: [1426, 1434, 1441] +Triangle: [1427, 1435, 1434] +Triangle: [1428, 1436, 1435] +Triangle: [1429, 1437, 1436] +Triangle: [1438, 1437, 1429] +Triangle: [1439, 1438, 1430] +Triangle: [1440, 1439, 1431] +Triangle: [1441, 1440, 1432] +Triangle: [1443, 1451, 1458] +Triangle: [1444, 1452, 1451] +Triangle: [1445, 1453, 1452] +Triangle: [1454, 1453, 1445] +Triangle: [1455, 1454, 1446] +Triangle: [1456, 1455, 1447] +Triangle: [1457, 1456, 1448] +Triangle: [1450, 1458, 1457] +Triangle: [1451, 1459, 1466] +Triangle: [1452, 1460, 1459] +Triangle: [1453, 1461, 1460] +Triangle: [1462, 1461, 1453] +Triangle: [1463, 1462, 1454] +Triangle: [1464, 1463, 1455] +Triangle: [1465, 1464, 1456] +Triangle: [1458, 1466, 1465] +Triangle: [1459, 1467, 1474] +Triangle: [1460, 1468, 1467] +Triangle: [1461, 1469, 1468] +Triangle: [1470, 1469, 1461] +Triangle: [1471, 1470, 1462] +Triangle: [1472, 1471, 1463] +Triangle: [1473, 1472, 1464] +Triangle: [1466, 1474, 1473] +Triangle: [1475, 1482, 1474] +Triangle: [1476, 1475, 1467] +Triangle: [1477, 1476, 1468] +Triangle: [1470, 1478, 1477] +Triangle: [1471, 1479, 1478] +Triangle: [1472, 1480, 1479] +Triangle: [1473, 1481, 1480] +Triangle: [1482, 1481, 1473] +Triangle: [1483, 1490, 1482] +Triangle: [1484, 1483, 1475] +Triangle: [1485, 1484, 1476] +Triangle: [1478, 1486, 1485] +Triangle: [1479, 1487, 1486] +Triangle: [1480, 1488, 1487] +Triangle: [1481, 1489, 1488] +Triangle: [1490, 1489, 1481] +Triangle: [1491, 1498, 1490] +Triangle: [1492, 1491, 1483] +Triangle: [1493, 1492, 1484] +Triangle: [1486, 1494, 1493] +Triangle: [1487, 1495, 1494] +Triangle: [1488, 1496, 1495] +Triangle: [1489, 1497, 1496] +Triangle: [1498, 1497, 1489] +Triangle: [1499, 1506, 1498] +Triangle: [1500, 1499, 1491] +Triangle: [1501, 1500, 1492] +Triangle: [1494, 1502, 1501] +Triangle: [1495, 1503, 1502] +Triangle: [1496, 1504, 1503] +Triangle: [1505, 1504, 1496] +Triangle: [1506, 1505, 1497] +Triangle: [1507, 1514, 1506] +Triangle: [1508, 1507, 1499] +Triangle: [1509, 1508, 1500] +Triangle: [1502, 1510, 1509] +Triangle: [1503, 1511, 1510] +Triangle: [1504, 1512, 1511] +Triangle: [1513, 1512, 1504] +Triangle: [1514, 1513, 1505] +Triangle: [1515, 1522, 1514] +Triangle: [1516, 1515, 1507] +Triangle: [1517, 1516, 1508] +Triangle: [1510, 1518, 1517] +Triangle: [1511, 1519, 1518] +Triangle: [1512, 1520, 1519] +Triangle: [1521, 1520, 1512] +Triangle: [1522, 1521, 1513] +Triangle: [1515, 1523, 1530] +Triangle: [1524, 1523, 1515] +Triangle: [1525, 1524, 1516] +Triangle: [1518, 1526, 1525] +Triangle: [1519, 1527, 1526] +Triangle: [1520, 1528, 1527] +Triangle: [1529, 1528, 1520] +Triangle: [1530, 1529, 1521] +Triangle: [1523, 1531, 1538] +Triangle: [1532, 1531, 1523] +Triangle: [1533, 1532, 1524] +Triangle: [1534, 1533, 1525] +Triangle: [1527, 1535, 1534] +Triangle: [1528, 1536, 1535] +Triangle: [1529, 1537, 1536] +Triangle: [1530, 1538, 1537] +Triangle: [1539, 1546, 1538] +Triangle: [1540, 1539, 1531] +Triangle: [1541, 1540, 1532] +Triangle: [1542, 1541, 1533] +Triangle: [1535, 1543, 1542] +Triangle: [1536, 1544, 1543] +Triangle: [1537, 1545, 1544] +Triangle: [1538, 1546, 1545] +Triangle: [1547, 1554, 1546] +Triangle: [1548, 1547, 1539] +Triangle: [1549, 1548, 1540] +Triangle: [1550, 1549, 1541] +Triangle: [1551, 1550, 1542] +Triangle: [1544, 1552, 1551] +Triangle: [1545, 1553, 1552] +Triangle: [1546, 1554, 1553] +Triangle: [1547, 1555, 1562] +Triangle: [1556, 1555, 1547] +Triangle: [1557, 1556, 1548] +Triangle: [1558, 1557, 1549] +Triangle: [1559, 1558, 1550] +Triangle: [1552, 1560, 1559] +Triangle: [1553, 1561, 1560] +Triangle: [1554, 1562, 1561] +Triangle: [1555, 1563, 1570] +Triangle: [1556, 1564, 1563] +Triangle: [1565, 1564, 1556] +Triangle: [1566, 1565, 1557] +Triangle: [1567, 1566, 1558] +Triangle: [1568, 1567, 1559] +Triangle: [1561, 1569, 1568] +Triangle: [1562, 1570, 1569] +Triangle: [1563, 1571, 1578] +Triangle: [1564, 1572, 1571] +Triangle: [1565, 1573, 1572] +Triangle: [1574, 1573, 1565] +Triangle: [1575, 1574, 1566] +Triangle: [1576, 1575, 1567] +Triangle: [1577, 1576, 1568] +Triangle: [1570, 1578, 1577] +Triangle: [1588, 1595, 1587] +Triangle: [1589, 1588, 1580] +Triangle: [1590, 1589, 1581] +Triangle: [1583, 1591, 1590] +Triangle: [1584, 1592, 1591] +Triangle: [1585, 1593, 1592] +Triangle: [1586, 1594, 1593] +Triangle: [1587, 1595, 1594] +Triangle: [1596, 1603, 1595] +Triangle: [1597, 1596, 1588] +Triangle: [1590, 1598, 1597] +Triangle: [1591, 1599, 1598] +Triangle: [1592, 1600, 1599] +Triangle: [1601, 1600, 1592] +Triangle: [1602, 1601, 1593] +Triangle: [1603, 1602, 1594] +Triangle: [1604, 1611, 1603] +Triangle: [1597, 1605, 1604] +Triangle: [1598, 1606, 1605] +Triangle: [1599, 1607, 1606] +Triangle: [1600, 1608, 1607] +Triangle: [1609, 1608, 1600] +Triangle: [1610, 1609, 1601] +Triangle: [1611, 1610, 1602] +Triangle: [1604, 1612, 1619] +Triangle: [1605, 1613, 1612] +Triangle: [1614, 1613, 1605] +Triangle: [1615, 1614, 1606] +Triangle: [1616, 1615, 1607] +Triangle: [1617, 1616, 1608] +Triangle: [1610, 1618, 1617] +Triangle: [1611, 1619, 1618] +Triangle: [1612, 1620, 1627] +Triangle: [1613, 1621, 1620] +Triangle: [1622, 1621, 1613] +Triangle: [1623, 1622, 1614] +Triangle: [1624, 1623, 1615] +Triangle: [1625, 1624, 1616] +Triangle: [1618, 1626, 1625] +Triangle: [1619, 1627, 1626] +Triangle: [1620, 1628, 1635] +Triangle: [1629, 1628, 1620] +Triangle: [1622, 1630, 1629] +Triangle: [1623, 1631, 1630] +Triangle: [1624, 1632, 1631] +Triangle: [1625, 1633, 1632] +Triangle: [1634, 1633, 1625] +Triangle: [1635, 1634, 1626] +Triangle: [1628, 1636, 1643] +Triangle: [1637, 1636, 1628] +Triangle: [1630, 1638, 1637] +Triangle: [1631, 1639, 1638] +Triangle: [1632, 1640, 1639] +Triangle: [1641, 1640, 1632] +Triangle: [1642, 1641, 1633] +Triangle: [1643, 1642, 1634] +Triangle: [1693, 1649, 1652] +Triangle: [1698, 1686, 1649] +Triangle: [1651, 1650, 1695] +Triangle: [1678, 1651, 1696] +Triangle: [1649, 1653, 1656] +Triangle: [1686, 1687, 1653] +Triangle: [1655, 1654, 1650] +Triangle: [1679, 1655, 1651] +Triangle: [1657, 1660, 1656] +Triangle: [1687, 1688, 1657] +Triangle: [1655, 1659, 1658] +Triangle: [1680, 1659, 1655] +Triangle: [1657, 1661, 1664] +Triangle: [1688, 1689, 1661] +Triangle: [1659, 1663, 1662] +Triangle: [1681, 1663, 1659] +Triangle: [1661, 1665, 1668] +Triangle: [1689, 1690, 1665] +Triangle: [1667, 1666, 1662] +Triangle: [1682, 1667, 1663] +Triangle: [1669, 1672, 1668] +Triangle: [1690, 1691, 1669] +Triangle: [1667, 1671, 1670] +Triangle: [1682, 1683, 1671] +Triangle: [1673, 1676, 1672] +Triangle: [1692, 1673, 1669] +Triangle: [1671, 1675, 1674] +Triangle: [1684, 1675, 1671] +Triangle: [1672, 1676, 1684] +Triangle: [1672, 1683, 1682] +Triangle: [1664, 1668, 1682] +Triangle: [1664, 1681, 1680] +Triangle: [1660, 1680, 1679] +Triangle: [1656, 1679, 1678] +Triangle: [1652, 1678, 1697] +Triangle: [1674, 1692, 1691] +Triangle: [1670, 1691, 1690] +Triangle: [1666, 1690, 1689] +Triangle: [1658, 1662, 1689] +Triangle: [1654, 1658, 1688] +Triangle: [1650, 1654, 1687] +Triangle: [1695, 1650, 1686] +Triangle: [1646, 1695, 1698] +Triangle: [1694, 1697, 1677] +Triangle: [1697, 1696, 1647] +Triangle: [1647, 1696, 1695] +Triangle: [1685, 1698, 1693] +Triangle: [1693, 1694, 1648] +Triangle: [1699, 1703, 1706] +Triangle: [1720, 1721, 1703] +Triangle: [1705, 1704, 1700] +Triangle: [1717, 1705, 1701] +Triangle: [1703, 1707, 1710] +Triangle: [1704, 1708, 1722] +Triangle: [1710, 1718, 1717] +Triangle: [1721, 1722, 1707] +Triangle: [1711, 1714, 1710] +Triangle: [1722, 1723, 1711] +Triangle: [1709, 1713, 1712] +Triangle: [1718, 1719, 1713] +Triangle: [1714, 1719, 1718] +Triangle: [1705, 1717, 1718] +Triangle: [1706, 1717, 1716] +Triangle: [1712, 1723, 1722] +Triangle: [1705, 1709, 1708] +Triangle: [1700, 1704, 1721] +Triangle: [1764, 1760, 1725] +Triangle: [1765, 1762, 1729] +Triangle: [1763, 1726, 1727] +Triangle: [1762, 1766, 1730] +Triangle: [1763, 1764, 1724] +Triangle: [1760, 1765, 1728] +Triangle: [1733, 1731, 1738] +Triangle: [1735, 1742, 1739] +Triangle: [1732, 1739, 1738] +Triangle: [1736, 1743, 1742] +Triangle: [1733, 1740, 1741] +Triangle: [1736, 1737, 1744] +Triangle: [1770, 1745, 1746] +Triangle: [1771, 1748, 1749] +Triangle: [1761, 1727, 1747] +Triangle: [2120, 1730, 1766] +Triangle: [1769, 1747, 1745] +Triangle: [1746, 1748, 1771] +Triangle: [1752, 1757, 1755] +Triangle: [1756, 1758, 1753] +Triangle: [1750, 1755, 1756] +Triangle: [1758, 1759, 1754] +Triangle: [1734, 1741, 1757] +Triangle: [2122, 1744, 1737] +Triangle: [1731, 1733, 1726] +Triangle: [1734, 1727, 1726] +Triangle: [1752, 1747, 1727] +Triangle: [1750, 1745, 1747] +Triangle: [1751, 1746, 1745] +Triangle: [1751, 1753, 1748] +Triangle: [1754, 1749, 1748] +Triangle: [2121, 1737, 1730] +Triangle: [1737, 1736, 1729] +Triangle: [1736, 1735, 1728] +Triangle: [1732, 1725, 1728] +Triangle: [1732, 1731, 1724] +Triangle: [1767, 1771, 2102] +Triangle: [1769, 1770, 2101] +Triangle: [2123, 1766, 2100] +Triangle: [1761, 1769, 2097] +Triangle: [1771, 1768, 2096] +Triangle: [1770, 1767, 2095] +Triangle: [2091, 2099, 1765] +Triangle: [2094, 2098, 1764] +Triangle: [2093, 2100, 1766] +Triangle: [2092, 2094, 1763] +Triangle: [2099, 2093, 1762] +Triangle: [2098, 2091, 1760] +Triangle: [1742, 1775, 1774] +Triangle: [1785, 1774, 1974] +Triangle: [1743, 1776, 1775] +Triangle: [1738, 1739, 1774] +Triangle: [1785, 1784, 1740] +Triangle: [1740, 1784, 1783] +Triangle: [1741, 1783, 1782] +Triangle: [1757, 1782, 1781] +Triangle: [1755, 1781, 1780] +Triangle: [1780, 1779, 1758] +Triangle: [1779, 1778, 1759] +Triangle: [2124, 1777, 1744] +Triangle: [1777, 1776, 1743] +Triangle: [2008, 2033, 2032] +Triangle: [1807, 1806, 2105] +Triangle: [1808, 2107, 2105] +Triangle: [2237, 1790, 1792] +Triangle: [2239, 1791, 1790] +Triangle: [1794, 1795, 1812] +Triangle: [1795, 1796, 1814] +Triangle: [1793, 1794, 1813] +Triangle: [1816, 1814, 1796] +Triangle: [1811, 1791, 1793] +Triangle: [1816, 1797, 1792] +Triangle: [2241, 2240, 1798] +Triangle: [2242, 2241, 1799] +Triangle: [2240, 1793, 1791] +Triangle: [1800, 1801, 2230] +Triangle: [1801, 1800, 1804] +Triangle: [2112, 2108, 1804] +Triangle: [1773, 1808, 1806] +Triangle: [1772, 1806, 1807] +Triangle: [1789, 1801, 2235] +Triangle: [2114, 1798, 1788] +Triangle: [1791, 1811, 1809] +Triangle: [1790, 1809, 1810] +Triangle: [1823, 1821, 1820] +Triangle: [2127, 1825, 1820] +Triangle: [2126, 1817, 1825] +Triangle: [1819, 1823, 1825] +Triangle: [1880, 1845, 1846] +Triangle: [1859, 1837, 2130] +Triangle: [1864, 1863, 1839] +Triangle: [2141, 2132, 1849] +Triangle: [1858, 1838, 1837] +Triangle: [1842, 1844, 1879] +Triangle: [1879, 1844, 1845] +Triangle: [1876, 1874, 1831] +Triangle: [1829, 1828, 2387] +Triangle: [2392, 2129, 1830] +Triangle: [2140, 1875, 1833] +Triangle: [2390, 2389, 1864] +Triangle: [2387, 1828, 1827] +Triangle: [1875, 1878, 1829] +Triangle: [1874, 1877, 1832] +Triangle: [2385, 1827, 1826] +Triangle: [2126, 2132, 1846] +Triangle: [1824, 1848, 1849] +Triangle: [1822, 1847, 1848] +Triangle: [2133, 1847, 1822] +Triangle: [1817, 1846, 1845] +Triangle: [1845, 1844, 1823] +Triangle: [1844, 1842, 1821] +Triangle: [1842, 1843, 1820] +Triangle: [1855, 1857, 1866] +Triangle: [1857, 1851, 1868] +Triangle: [2135, 1850, 1869] +Triangle: [1871, 1854, 1853] +Triangle: [1872, 1856, 1854] +Triangle: [1873, 1852, 1856] +Triangle: [1869, 1850, 1852] +Triangle: [2138, 2134, 1855] +Triangle: [1865, 1864, 1841] +Triangle: [1836, 1860, 1861] +Triangle: [1840, 1862, 1860] +Triangle: [2131, 2136, 1865] +Triangle: [1858, 1862, 1840] +Triangle: [2383, 1858, 1859] +Triangle: [2389, 2388, 1863] +Triangle: [2384, 1859, 2137] +Triangle: [2138, 1867, 1839] +Triangle: [1834, 1869, 1873] +Triangle: [1836, 1873, 1872] +Triangle: [1840, 1872, 1871] +Triangle: [1838, 1871, 1870] +Triangle: [2139, 1869, 1834] +Triangle: [1866, 1868, 1835] +Triangle: [1867, 1866, 1841] +Triangle: [1847, 1877, 1874] +Triangle: [1843, 1842, 1878] +Triangle: [2133, 1843, 1875] +Triangle: [1848, 1874, 1876] +Triangle: [1828, 1879, 1880] +Triangle: [1878, 1879, 1828] +Triangle: [2129, 2141, 1876] +Triangle: [1827, 1880, 1881] +Triangle: [2152, 2151, 1902] +Triangle: [2150, 2152, 1901] +Triangle: [1899, 1898, 1906] +Triangle: [1898, 1900, 1904] +Triangle: [1926, 1927, 1962] +Triangle: [1940, 1918, 1920] +Triangle: [1944, 1920, 2155] +Triangle: [1927, 1930, 1957] +Triangle: [1939, 1919, 1918] +Triangle: [2166, 2158, 1925] +Triangle: [1960, 1925, 1926] +Triangle: [1955, 1912, 1911] +Triangle: [2161, 2154, 1909] +Triangle: [1907, 1911, 1946] +Triangle: [1956, 1914, 1913] +Triangle: [1911, 1912, 1945] +Triangle: [1943, 1909, 1908] +Triangle: [1956, 1959, 1910] +Triangle: [1958, 1913, 2153] +Triangle: [1941, 1908, 1907] +Triangle: [1899, 1930, 1927] +Triangle: [1929, 1930, 1899] +Triangle: [2150, 2157, 1929] +Triangle: [1924, 1928, 1903] +Triangle: [1927, 1926, 1900] +Triangle: [1900, 1926, 1925] +Triangle: [2158, 1923, 1902] +Triangle: [1923, 1924, 1901] +Triangle: [2159, 1938, 1947] +Triangle: [1947, 1938, 1932] +Triangle: [1949, 1932, 1931] +Triangle: [1935, 1934, 1951] +Triangle: [2163, 2160, 1935] +Triangle: [1954, 1933, 1937] +Triangle: [1950, 1931, 1933] +Triangle: [1934, 1936, 1948] +Triangle: [1945, 1922, 1916] +Triangle: [1941, 1942, 1915] +Triangle: [1943, 1941, 1917] +Triangle: [1942, 1946, 1916] +Triangle: [2161, 1943, 1921] +Triangle: [1910, 1939, 1940] +Triangle: [1913, 1944, 2162] +Triangle: [1914, 1940, 1944] +Triangle: [1951, 1948, 1920] +Triangle: [1950, 1954, 1917] +Triangle: [1917, 1954, 1953] +Triangle: [2156, 2163, 1952] +Triangle: [1919, 1952, 1951] +Triangle: [1916, 1949, 1950] +Triangle: [1922, 1947, 1949] +Triangle: [2164, 1947, 1922] +Triangle: [1928, 1958, 2165] +Triangle: [1924, 1923, 1959] +Triangle: [1924, 1956, 1958] +Triangle: [1929, 1955, 1957] +Triangle: [1909, 1960, 1961] +Triangle: [2154, 2166, 1960] +Triangle: [1962, 1957, 1911] +Triangle: [1908, 1961, 1962] +Triangle: [1857, 1855, 1888] +Triangle: [1887, 1896, 1892] +Triangle: [1895, 1937, 1933] +Triangle: [1964, 1938, 2159] +Triangle: [2168, 1966, 1964] +Triangle: [1988, 2024, 2023] +Triangle: [1782, 2023, 2024] +Triangle: [2169, 1968, 1966] +Triangle: [1971, 1970, 1965] +Triangle: [2169, 1967, 1777] +Triangle: [1974, 1772, 1786] +Triangle: [1969, 1976, 1977] +Triangle: [2171, 2050, 2067] +Triangle: [1987, 1985, 2049] +Triangle: [1971, 1982, 1981] +Triangle: [1970, 1969, 1967] +Triangle: [1971, 1983, 1984] +Triangle: [1986, 1980, 1977] +Triangle: [1986, 1976, 1981] +Triangle: [1985, 1986, 1982] +Triangle: [1853, 2067, 2050] +Triangle: [2025, 1780, 1781] +Triangle: [1783, 2022, 2023] +Triangle: [2024, 1988, 2011] +Triangle: [2022, 1990, 1989] +Triangle: [2145, 1883, 1992] +Triangle: [1882, 1991, 1993] +Triangle: [1883, 1889, 1994] +Triangle: [2135, 1851, 1996] +Triangle: [1850, 1995, 1997] +Triangle: [1851, 1857, 1998] +Triangle: [1891, 2000, 2174] +Triangle: [1890, 1999, 2001] +Triangle: [1891, 1897, 2002] +Triangle: [2001, 1994, 1889] +Triangle: [1857, 1884, 1993] +Triangle: [1932, 2004, 2003] +Triangle: [1931, 2003, 2005] +Triangle: [1932, 1938, 1964] +Triangle: [2005, 2002, 1897] +Triangle: [2000, 2002, 2005] +Triangle: [1994, 2001, 1999] +Triangle: [1991, 1996, 1998] +Triangle: [1807, 1805, 2115] +Triangle: [2119, 2006, 2009] +Triangle: [2010, 1990, 2009] +Triangle: [2176, 2010, 2006] +Triangle: [1780, 2025, 2026] +Triangle: [2025, 2011, 2021] +Triangle: [2177, 2012, 2018] +Triangle: [1989, 1990, 2180] +Triangle: [2013, 2019, 2018] +Triangle: [2177, 2010, 2176] +Triangle: [2013, 2012, 2182] +Triangle: [2178, 2013, 2183] +Triangle: [2015, 2014, 2184] +Triangle: [2224, 2179, 2015] +Triangle: [2187, 2017, 2016] +Triangle: [2188, 2020, 2017] +Triangle: [2004, 2021, 2011] +Triangle: [1966, 2021, 2004] +Triangle: [1966, 1968, 2026] +Triangle: [1779, 2026, 1968] +Triangle: [2034, 2009, 1990] +Triangle: [1784, 2031, 2022] +Triangle: [2189, 2188, 2011] +Triangle: [2017, 2020, 2027] +Triangle: [2016, 2027, 2191] +Triangle: [2223, 2192, 2029] +Triangle: [2181, 2019, 2029] +Triangle: [2193, 2019, 2013] +Triangle: [2029, 2019, 2193] +Triangle: [2015, 2028, 2030] +Triangle: [1785, 1975, 2031] +Triangle: [1772, 1974, 1973] +Triangle: [2031, 1975, 2032] +Triangle: [2031, 2033, 2034] +Triangle: [2037, 1773, 1973] +Triangle: [2009, 2034, 2033] +Triangle: [2035, 2104, 1804] +Triangle: [1979, 2109, 2111] +Triangle: [2037, 1802, 1808] +Triangle: [1980, 1986, 1985] +Triangle: [1980, 1979, 2036] +Triangle: [1977, 1980, 2228] +Triangle: [2038, 1963, 1936] +Triangle: [1963, 2038, 1983] +Triangle: [1937, 1895, 2039] +Triangle: [2195, 2194, 2041] +Triangle: [2147, 2194, 2039] +Triangle: [2195, 2042, 1935] +Triangle: [2043, 1983, 2038] +Triangle: [1934, 1935, 2042] +Triangle: [1983, 2043, 2044] +Triangle: [2046, 2045, 2042] +Triangle: [2045, 2044, 2043] +Triangle: [2198, 2057, 2063] +Triangle: [2049, 1985, 1984] +Triangle: [2048, 1984, 2044] +Triangle: [2047, 2044, 2045] +Triangle: [1896, 1887, 2052] +Triangle: [2196, 2197, 2054] +Triangle: [2196, 2055, 1894] +Triangle: [2143, 2197, 2052] +Triangle: [1855, 2063, 2057] +Triangle: [2202, 2062, 2056] +Triangle: [2198, 2059, 1886] +Triangle: [2199, 2054, 1885] +Triangle: [1979, 1980, 1987] +Triangle: [2148, 1894, 2055] +Triangle: [2060, 2046, 2041] +Triangle: [2048, 2047, 2046] +Triangle: [2201, 2048, 2060] +Triangle: [2202, 2201, 2061] +Triangle: [2062, 2061, 2055] +Triangle: [2204, 2065, 2050] +Triangle: [1978, 1987, 2066] +Triangle: [2204, 2062, 2054] +Triangle: [2058, 2050, 2065] +Triangle: [1970, 1981, 1976] +Triangle: [2203, 2170, 2056] +Triangle: [2134, 2205, 2063] +Triangle: [1854, 1856, 2069] +Triangle: [1852, 1997, 2069] +Triangle: [1854, 2068, 2067] +Triangle: [2209, 2208, 2071] +Triangle: [2207, 2210, 2073] +Triangle: [2206, 2207, 2072] +Triangle: [2203, 2209, 2070] +Triangle: [2051, 2070, 2074] +Triangle: [2110, 1978, 2074] +Triangle: [2071, 2075, 2074] +Triangle: [2076, 2073, 2210] +Triangle: [2073, 2076, 2212] +Triangle: [2071, 2077, 2078] +Triangle: [2222, 2212, 2076] +Triangle: [2117, 2008, 2007] +Triangle: [2229, 2035, 2075] +Triangle: [1974, 1774, 1775] +Triangle: [1058, 2079, 2086] +Triangle: [1060, 2081, 2087] +Triangle: [1061, 2082, 2080] +Triangle: [1306, 2088, 2081] +Triangle: [1308, 2086, 2082] +Triangle: [1058, 1307, 2087] +Triangle: [2089, 2083, 1062] +Triangle: [1304, 2090, 2084] +Triangle: [2080, 2085, 1064] +Triangle: [1294, 2214, 2088] +Triangle: [2085, 2089, 1305] +Triangle: [1062, 2083, 2090] +Triangle: [2149, 1890, 1892] +Triangle: [2216, 1895, 1897] +Triangle: [2221, 2147, 1895] +Triangle: [2145, 1882, 1884] +Triangle: [1887, 1889, 2217] +Triangle: [2220, 2143, 1887] +Triangle: [2086, 2079, 2091] +Triangle: [2087, 2081, 2093] +Triangle: [2082, 2094, 2092] +Triangle: [2081, 2088, 2100] +Triangle: [2086, 2098, 2094] +Triangle: [2079, 2087, 2099] +Triangle: [2101, 2095, 2083] +Triangle: [2102, 2096, 2084] +Triangle: [2092, 2097, 2085] +Triangle: [2214, 2219, 2100] +Triangle: [2097, 2101, 2089] +Triangle: [2083, 2095, 2102] +Triangle: [2103, 2074, 2075] +Triangle: [1803, 2036, 2111] +Triangle: [1805, 2104, 2035] +Triangle: [1801, 2104, 1805] +Triangle: [2110, 2109, 1979] +Triangle: [2105, 1787, 1789] +Triangle: [2235, 1805, 1807] +Triangle: [2107, 1788, 1787] +Triangle: [2110, 2103, 1804] +Triangle: [2111, 2109, 1804] +Triangle: [1799, 1798, 2114] +Triangle: [1802, 2114, 2107] +Triangle: [2032, 1975, 2116] +Triangle: [2116, 1786, 2115] +Triangle: [2078, 2118, 2117] +Triangle: [2117, 2118, 2119] +Triangle: [2118, 2078, 2077] +Triangle: [2096, 2219, 2214] +Triangle: [2220, 2218, 1888] +Triangle: [1886, 2144, 2220] +Triangle: [2144, 1885, 2143] +Triangle: [2218, 2217, 1884] +Triangle: [1883, 2145, 2217] +Triangle: [2146, 2221, 2216] +Triangle: [1894, 2148, 2221] +Triangle: [2148, 1893, 2147] +Triangle: [1896, 2216, 2215] +Triangle: [1891, 2149, 2215] +Triangle: [1063, 2084, 2214] +Triangle: [2175, 2222, 2211] +Triangle: [2006, 2213, 2222] +Triangle: [2213, 2077, 2212] +Triangle: [2208, 2212, 2077] +Triangle: [2211, 2210, 2069] +Triangle: [2064, 2072, 2209] +Triangle: [2067, 2068, 2207] +Triangle: [2068, 2069, 2210] +Triangle: [2072, 2073, 2208] +Triangle: [2058, 2205, 2134] +Triangle: [2051, 2066, 2170] +Triangle: [2065, 2204, 2199] +Triangle: [2062, 2204, 2171] +Triangle: [2048, 2201, 2202] +Triangle: [2061, 2201, 2200] +Triangle: [1893, 2148, 2200] +Triangle: [2059, 2199, 2144] +Triangle: [2057, 2198, 2142] +Triangle: [2049, 2202, 2170] +Triangle: [1885, 2054, 2197] +Triangle: [2053, 2196, 2146] +Triangle: [2053, 2052, 2197] +Triangle: [2059, 2198, 2205] +Triangle: [2040, 2195, 2160] +Triangle: [1893, 2041, 2194] +Triangle: [2040, 2039, 2194] +Triangle: [2190, 2193, 2030] +Triangle: [2030, 2193, 2178] +Triangle: [1989, 2181, 2192] +Triangle: [2223, 2190, 2028] +Triangle: [2189, 2223, 2191] +Triangle: [1988, 2192, 2223] +Triangle: [2179, 2191, 2028] +Triangle: [2027, 2020, 2188] +Triangle: [2011, 2188, 2187] +Triangle: [2003, 2187, 2186] +Triangle: [2174, 2224, 2185] +Triangle: [2000, 2186, 2224] +Triangle: [2186, 2016, 2179] +Triangle: [2185, 2184, 1992] +Triangle: [2225, 2183, 1991] +Triangle: [2184, 2225, 2172] +Triangle: [2014, 2178, 2225] +Triangle: [2183, 2182, 1996] +Triangle: [2226, 2176, 1995] +Triangle: [2182, 2226, 2173] +Triangle: [2012, 2177, 2226] +Triangle: [2181, 2180, 2018] +Triangle: [2010, 2177, 2180] +Triangle: [1995, 2176, 2175] +Triangle: [2149, 2174, 1999] +Triangle: [1850, 2135, 2173] +Triangle: [1882, 2145, 2172] +Triangle: [2056, 2171, 2206] +Triangle: [1968, 2169, 2124] +Triangle: [1967, 2169, 2168] +Triangle: [1965, 2168, 2167] +Triangle: [2167, 2159, 1936] +Triangle: [1959, 2166, 2154] +Triangle: [2157, 2165, 1955] +Triangle: [1948, 2164, 2155] +Triangle: [1921, 1953, 2163] +Triangle: [2153, 2162, 1945] +Triangle: [1939, 2161, 2156] +Triangle: [1953, 1937, 2160] +Triangle: [1948, 1936, 2159] +Triangle: [1904, 1925, 2158] +Triangle: [1903, 1928, 2157] +Triangle: [2165, 2153, 1912] +Triangle: [1939, 1910, 2154] +Triangle: [1923, 2158, 2166] +Triangle: [2162, 2155, 1922] +Triangle: [1905, 1906, 2152] +Triangle: [1906, 1904, 2151] +Triangle: [1826, 1881, 2141] +Triangle: [1847, 2133, 2140] +Triangle: [1835, 1868, 2139] +Triangle: [1837, 1870, 2138] +Triangle: [2388, 2391, 2137] +Triangle: [1834, 1861, 2136] +Triangle: [1870, 1853, 2134] +Triangle: [1851, 2135, 2139] +Triangle: [1843, 2133, 2125] +Triangle: [1818, 1849, 2132] +Triangle: [1877, 2140, 2128] +Triangle: [2386, 1826, 2129] +Triangle: [1881, 1846, 2132] +Triangle: [2137, 2130, 1839] +Triangle: [1818, 2126, 2127] +Triangle: [1824, 2127, 2125] +Triangle: [1778, 2124, 2122] +Triangle: [1768, 2123, 2219] +Triangle: [2121, 2120, 1749] +Triangle: [1759, 2122, 2121] +Triangle: [1768, 1749, 2120] +Triangle: [2119, 2118, 2213] +Triangle: [2115, 1805, 2229] +Triangle: [2037, 2234, 2231] +Triangle: [2232, 2230, 1797] +Triangle: [1777, 1967, 1969] +Triangle: [1802, 2231, 2113] +Triangle: [1972, 2227, 2234] +Triangle: [1775, 1776, 1972] +Triangle: [1969, 2227, 1972] +Triangle: [2228, 2036, 2234] +Triangle: [1803, 2231, 2234] +Triangle: [2231, 1803, 2236] +Triangle: [2113, 2236, 2233] +Triangle: [1803, 2108, 2112] +Triangle: [1800, 2233, 2236] +Triangle: [1798, 2240, 2239] +Triangle: [1795, 1794, 2241] +Triangle: [1794, 1793, 2240] +Triangle: [1788, 2239, 2237] +Triangle: [1787, 2237, 2238] +Triangle: [2230, 1801, 1789] +Triangle: [1797, 2230, 2238] +Triangle: [2243, 1809, 1811] +Triangle: [2243, 1815, 1813] +Triangle: [1814, 1816, 2243] +Triangle: [1810, 1809, 2243] +Triangle: [1796, 1795, 2242] +Triangle: [2232, 2242, 2233] +Triangle: [2271, 2276, 915] +Triangle: [1124, 1111, 1132] +Triangle: [38, 1102, 2264] +Triangle: [1123, 2245, 2246] +Triangle: [1139, 2244, 2245] +Triangle: [1137, 2251, 2249] +Triangle: [1114, 2246, 1069] +Triangle: [1099, 1116, 2246] +Triangle: [1125, 2247, 1139] +Triangle: [2254, 2252, 1066] +Triangle: [1066, 2252, 2253] +Triangle: [1138, 1134, 2254] +Triangle: [2258, 2264, 1116] +Triangle: [1295, 2267, 2255] +Triangle: [1110, 2265, 2264] +Triangle: [1133, 2266, 2265] +Triangle: [33, 2257, 2255] +Triangle: [69, 2259, 2256] +Triangle: [2263, 2262, 1107] +Triangle: [2262, 2258, 1099] +Triangle: [1105, 2261, 2267] +Triangle: [1104, 2260, 2261] +Triangle: [1103, 2259, 2260] +Triangle: [1098, 2257, 2263] +Triangle: [1125, 2266, 1133] +Triangle: [2280, 2281, 1102] +Triangle: [2276, 912, 925] +Triangle: [2273, 2277, 1133] +Triangle: [2273, 2284, 2283] +Triangle: [2269, 1111, 1101] +Triangle: [2270, 2278, 1077] +Triangle: [2274, 2269, 1065] +Triangle: [2277, 2272, 1112] +Triangle: [2268, 925, 2288] +Triangle: [2278, 2274, 1129] +Triangle: [2275, 2272, 49] +Triangle: [1110, 1102, 2281] +Triangle: [2281, 2284, 2273] +Triangle: [2280, 912, 2276] +Triangle: [2282, 2285, 48] +Triangle: [2284, 2271, 1068] +Triangle: [2285, 2283, 1068] +Triangle: [2281, 2280, 2271] +Triangle: [1301, 2293, 2286] +Triangle: [176, 2289, 2286] +Triangle: [1236, 2289, 2288] +Triangle: [1237, 2290, 2291] +Triangle: [1238, 2291, 2292] +Triangle: [1239, 2292, 2293] +Triangle: [2287, 2290, 1237] +Triangle: [2279, 2288, 177] +Triangle: [932, 35, 924] +Triangle: [2294, 266, 267] +Triangle: [2296, 268, 266] +Triangle: [481, 269, 268] +Triangle: [2330, 343, 344] +Triangle: [2330, 2307, 2309] +Triangle: [342, 350, 2332] +Triangle: [341, 342, 2333] +Triangle: [2310, 2297, 2329] +Triangle: [2329, 2297, 2298] +Triangle: [2335, 2298, 2299] +Triangle: [2336, 2299, 2300] +Triangle: [2338, 2305, 2306] +Triangle: [2338, 2339, 2304] +Triangle: [2345, 2347, 2304] +Triangle: [2341, 2302, 2303] +Triangle: [2342, 2301, 2302] +Triangle: [2337, 2300, 2312] +Triangle: [2343, 2312, 2311] +Triangle: [2342, 2344, 2311] +Triangle: [2305, 2304, 2320] +Triangle: [2297, 2313, 2314] +Triangle: [2306, 2305, 2321] +Triangle: [2299, 2298, 2314] +Triangle: [2308, 2324, 2326] +Triangle: [2307, 2306, 2322] +Triangle: [2300, 2299, 2315] +Triangle: [2301, 2311, 2327] +Triangle: [2310, 2326, 2313] +Triangle: [2302, 2301, 2317] +Triangle: [2309, 2325, 2324] +Triangle: [2311, 2312, 2328] +Triangle: [2303, 2302, 2318] +Triangle: [2307, 2323, 2325] +Triangle: [2300, 2316, 2328] +Triangle: [2347, 2303, 2319] +Triangle: [337, 2344, 2342] +Triangle: [337, 335, 2343] +Triangle: [338, 2337, 2343] +Triangle: [347, 336, 2342] +Triangle: [347, 2341, 2340] +Triangle: [2346, 2345, 2339] +Triangle: [345, 2339, 2338] +Triangle: [352, 2338, 2331] +Triangle: [339, 2336, 2337] +Triangle: [340, 2335, 2336] +Triangle: [340, 348, 2329] +Triangle: [2334, 2329, 348] +Triangle: [2334, 2333, 2308] +Triangle: [2333, 2332, 2309] +Triangle: [343, 2330, 2332] +Triangle: [2307, 2330, 2331] +Triangle: [2347, 2349, 2320] +Triangle: [2347, 2345, 2340] +Triangle: [2348, 258, 346] +Triangle: [2345, 2346, 346] +Triangle: [269, 481, 258] +Triangle: [2353, 2355, 2354] +Triangle: [2355, 2357, 2356] +Triangle: [2357, 2359, 2358] +Triangle: [2358, 2359, 2361] +Triangle: [2360, 2361, 2363] +Triangle: [2362, 2363, 2365] +Triangle: [2365, 2367, 2366] +Triangle: [2367, 2369, 2368] +Triangle: [2369, 2371, 2370] +Triangle: [2371, 2373, 2372] +Triangle: [2372, 2373, 2375] +Triangle: [2374, 2375, 2377] +Triangle: [2376, 2377, 2379] +Triangle: [2378, 2379, 2381] +Triangle: [2381, 2382, 2350] +Triangle: [2350, 2382, 2353] +Triangle: [1861, 2386, 2392] +Triangle: [1832, 2128, 2391] +Triangle: [1833, 2384, 2391] +Triangle: [1831, 1832, 2388] +Triangle: [1833, 1829, 2383] +Triangle: [1860, 2385, 2386] +Triangle: [1862, 2387, 2385] +Triangle: [1830, 1831, 2389] +Triangle: [2136, 2392, 2390] +Triangle: [2383, 2387, 1862] +Triangle: [2395, 4, 6] +Triangle: [2400, 2402, 2401] +Triangle: [2398, 2399, 2401] +Triangle: [2397, 2398, 2403] +Triangle: [2404, 2406, 2405] +Triangle: [2405, 2406, 2408] +Triangle: [2420, 2414, 2464] +Triangle: [2414, 2420, 2419] +Triangle: [2413, 2419, 2418] +Triangle: [2540, 2417, 2410] +Triangle: [2417, 2416, 2411] +Triangle: [3541, 3533, 2415] +Triangle: [2402, 2400, 2412] +Triangle: [2415, 2422, 2421] +Triangle: [2559, 3220, 3219] +Triangle: [2426, 2425, 3391] +Triangle: [2401, 2402, 2421] +Triangle: [2424, 2423, 3505] +Triangle: [4512, 4518, 3221] +Triangle: [2403, 3185, 3186] +Triangle: [2403, 2401, 2427] +Triangle: [3189, 3187, 2430] +Triangle: [2395, 3180, 3181] +Triangle: [2431, 3188, 3185] +Triangle: [3183, 3184, 2432] +Triangle: [2408, 2406, 2432] +Triangle: [2396, 2433, 2432] +Triangle: [2557, 2559, 2431] +Triangle: [3474, 2435, 47] +Triangle: [2434, 3414, 3410] +Triangle: [3381, 4529, 4526] +Triangle: [2556, 2557, 2427] +Triangle: [2550, 2450, 2580] +Triangle: [4514, 4515, 2452] +Triangle: [2560, 2561, 2448] +Triangle: [2416, 2417, 2446] +Triangle: [2455, 2453, 2454] +Triangle: [2455, 2456, 2397] +Triangle: [2459, 2457, 2458] +Triangle: [2453, 2457, 2459] +Triangle: [2461, 2462, 2458] +Triangle: [2466, 2463, 2464] +Triangle: [2461, 2466, 2465] +Triangle: [2467, 2461, 2457] +Triangle: [2468, 2467, 2453] +Triangle: [2407, 2468, 2455] +Triangle: [2466, 2461, 2467] +Triangle: [2463, 2466, 2468] +Triangle: [2456, 2469, 2398] +Triangle: [2502, 2470, 2400] +Triangle: [2471, 2412, 2400] +Triangle: [2470, 2496, 2495] +Triangle: [2477, 2478, 2493] +Triangle: [2501, 2474, 2472] +Triangle: [2473, 2476, 2497] +Triangle: [2536, 2519, 2518] +Triangle: [2499, 2475, 2474] +Triangle: [2489, 2479, 2483] +Triangle: [2492, 2485, 2480] +Triangle: [2491, 2482, 2484] +Triangle: [2481, 2485, 2492] +Triangle: [2487, 2483, 2482] +Triangle: [2486, 2480, 2479] +Triangle: [3461, 2472, 2474] +Triangle: [3459, 3455, 2478] +Triangle: [3460, 2474, 2475] +Triangle: [2503, 2502, 2469] +Triangle: [3331, 3330, 2529] +Triangle: [3454, 3459, 2477] +Triangle: [3454, 2476, 2473] +Triangle: [2454, 2498, 2500] +Triangle: [2503, 2497, 2494] +Triangle: [2500, 2497, 2469] +Triangle: [2460, 2499, 2501] +Triangle: [2459, 2501, 2498] +Triangle: [2496, 2494, 2493] +Triangle: [2476, 2477, 2494] +Triangle: [2470, 2502, 2503] +Triangle: [2469, 2502, 2399] +Triangle: [2508, 2506, 2505] +Triangle: [2504, 2508, 2507] +Triangle: [2460, 2458, 2509] +Triangle: [2505, 2506, 2510] +Triangle: [2458, 2462, 2511] +Triangle: [2512, 2465, 2464] +Triangle: [2511, 2462, 2465] +Triangle: [2509, 2511, 2513] +Triangle: [2507, 2505, 2513] +Triangle: [2409, 2507, 2514] +Triangle: [2512, 2514, 2513] +Triangle: [2414, 2413, 2514] +Triangle: [2504, 2410, 2515] +Triangle: [2538, 2411, 2516] +Triangle: [3527, 3541, 2412] +Triangle: [2471, 2495, 3532] +Triangle: [2493, 2478, 3528] +Triangle: [2535, 2518, 2520] +Triangle: [2536, 2534, 2521] +Triangle: [2537, 2520, 2475] +Triangle: [2486, 2489, 3483] +Triangle: [3442, 3439, 2523] +Triangle: [3486, 3332, 2531] +Triangle: [2488, 2484, 3529] +Triangle: [2490, 3433, 3429] +Triangle: [2530, 2525, 2526] +Triangle: [2531, 3332, 3333] +Triangle: [3495, 3432, 3435] +Triangle: [3562, 3462, 2522] +Triangle: [3497, 3436, 3432] +Triangle: [2539, 2534, 2515] +Triangle: [3458, 2521, 2522] +Triangle: [3458, 3463, 2519] +Triangle: [2506, 2508, 2536] +Triangle: [2533, 2532, 2534] +Triangle: [2508, 2515, 2534] +Triangle: [2510, 2537, 2499] +Triangle: [2510, 2506, 2535] +Triangle: [2495, 2493, 3531] +Triangle: [2532, 2522, 2521] +Triangle: [2539, 2538, 2517] +Triangle: [2410, 2411, 2538] +Triangle: [2498, 2472, 2473] +Triangle: [2409, 2418, 2540] +Triangle: [2416, 2541, 2516] +Triangle: [2541, 2416, 2448] +Triangle: [2561, 2562, 2542] +Triangle: [4515, 4516, 2543] +Triangle: [3534, 3533, 2541] +Triangle: [3534, 2542, 2562] +Triangle: [3535, 2543, 4516] +Triangle: [2425, 2426, 3222] +Triangle: [3418, 3426, 3231] +Triangle: [3417, 3428, 3231] +Triangle: [2544, 2449, 3228] +Triangle: [3370, 3232, 3351] +Triangle: [3370, 3210, 3233] +Triangle: [3536, 2544, 3227] +Triangle: [2552, 2464, 2463] +Triangle: [2553, 2463, 2407] +Triangle: [3395, 1128, 63] +Triangle: [2560, 2446, 62] +Triangle: [61, 62, 2446] +Triangle: [2417, 2540, 2554] +Triangle: [4542, 2560, 181] +Triangle: [3538, 2562, 4544] +Triangle: [4543, 4544, 2562] +Triangle: [4542, 4543, 2561] +Triangle: [4541, 4540, 2557] +Triangle: [2558, 3218, 3224] +Triangle: [2555, 2556, 2421] +Triangle: [2430, 2431, 2559] +Triangle: [2419, 2420, 2585] +Triangle: [2554, 2826, 496] +Triangle: [2442, 2440, 3355] +Triangle: [2444, 2442, 2566] +Triangle: [3539, 3526, 2443] +Triangle: [2440, 2441, 3356] +Triangle: [3356, 2441, 54] +Triangle: [195, 59, 2579] +Triangle: [2443, 2444, 2567] +Triangle: [2571, 2439, 2438] +Triangle: [2571, 2569, 2551] +Triangle: [2568, 2567, 2545] +Triangle: [3421, 3369, 3357] +Triangle: [2565, 3369, 3421] +Triangle: [3539, 2568, 2546] +Triangle: [2567, 2566, 2547] +Triangle: [2566, 3355, 3352] +Triangle: [2576, 2574, 3063] +Triangle: [3064, 2575, 199] +Triangle: [3540, 2577, 3066] +Triangle: [2578, 2576, 3062] +Triangle: [753, 1, 2394] +Triangle: [2577, 2578, 3067] +Triangle: [2574, 2575, 3064] +Triangle: [2573, 2572, 3065] +Triangle: [206, 195, 2580] +Triangle: [2439, 2571, 2580] +Triangle: [3069, 2439, 2579] +Triangle: [63, 938, 3229] +Triangle: [2449, 2447, 3229] +Triangle: [2582, 2581, 2408] +Triangle: [2553, 2408, 2581] +Triangle: [2552, 2553, 2583] +Triangle: [291, 222, 2882] +Triangle: [2863, 2872, 2821] +Triangle: [2821, 2883, 2881] +Triangle: [286, 226, 2833] +Triangle: [244, 235, 2600] +Triangle: [3234, 946, 236] +Triangle: [3234, 2601, 2602] +Triangle: [3236, 2597, 2598] +Triangle: [3236, 2603, 2606] +Triangle: [3237, 3238, 2606] +Triangle: [236, 244, 2608] +Triangle: [2607, 2609, 2608] +Triangle: [2611, 2612, 2609] +Triangle: [2608, 2609, 2602] +Triangle: [2610, 2602, 2609] +Triangle: [267, 261, 2623] +Triangle: [2625, 265, 263] +Triangle: [261, 265, 2625] +Triangle: [2600, 235, 484] +Triangle: [2600, 2817, 2818] +Triangle: [2627, 2626, 2623] +Triangle: [2628, 2627, 2630] +Triangle: [2629, 2628, 2631] +Triangle: [2607, 2818, 2622] +Triangle: [2620, 4599, 2628] +Triangle: [280, 2896, 2901] +Triangle: [2901, 2900, 276] +Triangle: [214, 276, 2900] +Triangle: [2589, 2636, 2637] +Triangle: [2586, 2634, 2860] +Triangle: [218, 2731, 2896] +Triangle: [286, 2834, 2835] +Triangle: [2643, 2822, 2825] +Triangle: [2864, 2873, 2822] +Triangle: [485, 2880, 2882] +Triangle: [2806, 2807, 3466] +Triangle: [2648, 2647, 2865] +Triangle: [2866, 2864, 2643] +Triangle: [2645, 2649, 2648] +Triangle: [2649, 2645, 2640] +Triangle: [2647, 2648, 2649] +Triangle: [2640, 2652, 2651] +Triangle: [2645, 2654, 2653] +Triangle: [2825, 2824, 2644] +Triangle: [2653, 2654, 2655] +Triangle: [301, 2835, 2881] +Triangle: [2863, 2867, 2655] +Triangle: [2867, 2862, 2641] +Triangle: [2647, 2639, 2861] +Triangle: [2650, 2651, 2639] +Triangle: [2868, 2861, 2639] +Triangle: [2651, 2658, 2657] +Triangle: [2657, 2636, 2860] +Triangle: [2636, 2657, 2658] +Triangle: [2862, 2859, 2595] +Triangle: [2660, 2641, 2595] +Triangle: [2659, 2596, 2604] +Triangle: [2603, 2602, 2610] +Triangle: [2603, 2613, 2614] +Triangle: [2606, 2614, 2615] +Triangle: [2644, 2655, 2654] +Triangle: [3239, 3237, 2605] +Triangle: [3239, 2662, 2664] +Triangle: [2664, 2666, 3241] +Triangle: [3241, 2666, 2668] +Triangle: [2615, 2661, 2662] +Triangle: [2653, 2641, 2660] +Triangle: [2670, 2663, 2665] +Triangle: [2671, 2653, 2670] +Triangle: [2652, 2640, 2653] +Triangle: [2673, 2630, 2623] +Triangle: [2674, 2673, 2625] +Triangle: [2624, 263, 323] +Triangle: [2676, 323, 325] +Triangle: [368, 327, 2678] +Triangle: [2679, 2680, 2675] +Triangle: [2681, 2682, 2680] +Triangle: [2721, 2683, 2684] +Triangle: [2624, 2676, 2679] +Triangle: [2676, 2677, 2681] +Triangle: [2719, 2678, 2683] +Triangle: [2631, 2630, 2673] +Triangle: [2632, 2631, 2674] +Triangle: [2664, 2662, 2661] +Triangle: [2666, 2664, 2616] +Triangle: [2616, 2692, 2693] +Triangle: [2687, 2688, 2612] +Triangle: [2701, 2694, 2618] +Triangle: [2694, 2695, 2619] +Triangle: [2688, 2686, 2610] +Triangle: [2702, 2703, 2696] +Triangle: [2686, 2689, 2613] +Triangle: [2620, 2696, 4597] +Triangle: [2613, 2689, 2690] +Triangle: [2697, 2698, 2622] +Triangle: [2614, 2690, 2691] +Triangle: [2698, 2687, 2611] +Triangle: [2661, 2699, 2692] +Triangle: [2660, 2604, 2663] +Triangle: [2295, 4546, 2817] +Triangle: [4546, 4547, 2818] +Triangle: [2617, 2693, 2701] +Triangle: [2615, 2691, 2699] +Triangle: [2818, 2816, 2621] +Triangle: [2695, 2703, 2702] +Triangle: [2666, 2617, 2704] +Triangle: [2700, 2708, 2704] +Triangle: [2700, 2618, 2707] +Triangle: [2618, 2619, 2706] +Triangle: [2619, 2702, 2705] +Triangle: [2702, 2620, 2629] +Triangle: [2675, 2713, 2709] +Triangle: [2632, 2709, 2705] +Triangle: [2706, 2705, 2709] +Triangle: [2707, 2706, 2710] +Triangle: [2708, 2707, 2711] +Triangle: [2680, 2714, 2713] +Triangle: [2710, 2709, 2713] +Triangle: [2714, 2716, 2715] +Triangle: [2682, 2717, 2714] +Triangle: [2720, 2722, 2717] +Triangle: [2718, 2722, 2720] +Triangle: [2719, 2721, 2681] +Triangle: [2721, 2720, 2682] +Triangle: [2677, 325, 368] +Triangle: [2652, 2685, 2658] +Triangle: [2723, 2587, 2635] +Triangle: [2637, 2658, 2685] +Triangle: [2685, 2652, 2671] +Triangle: [2724, 2672, 2665] +Triangle: [2685, 2672, 2724] +Triangle: [2725, 2724, 2667] +Triangle: [2723, 2724, 2725] +Triangle: [2587, 2723, 2726] +Triangle: [2708, 2712, 2728] +Triangle: [2726, 2725, 2733] +Triangle: [2791, 2902, 3156] +Triangle: [2733, 2725, 2669] +Triangle: [2668, 2729, 3243] +Triangle: [2730, 2732, 2898] +Triangle: [2711, 2710, 2715] +Triangle: [2716, 2714, 2717] +Triangle: [2722, 2735, 2734] +Triangle: [2718, 2736, 2735] +Triangle: [2716, 2734, 2737] +Triangle: [2738, 2737, 2734] +Triangle: [2736, 2739, 2738] +Triangle: [2712, 2711, 2737] +Triangle: [2741, 2740, 2737] +Triangle: [2704, 2728, 2729] +Triangle: [2728, 2742, 2743] +Triangle: [2744, 2745, 2743] +Triangle: [2712, 2740, 2742] +Triangle: [2741, 2744, 2742] +Triangle: [3243, 3244, 2732] +Triangle: [2738, 2739, 2761] +Triangle: [3248, 2757, 2762] +Triangle: [2766, 2749, 3247] +Triangle: [2747, 2755, 3057] +Triangle: [2758, 2760, 2754] +Triangle: [2753, 2752, 2759] +Triangle: [3249, 2633, 2732] +Triangle: [2756, 2746, 2762] +Triangle: [2746, 2756, 2755] +Triangle: [2749, 2766, 2765] +Triangle: [2763, 2748, 2765] +Triangle: [2763, 2767, 2768] +Triangle: [2764, 2768, 420] +Triangle: [2769, 2766, 3250] +Triangle: [3252, 2770, 2769] +Triangle: [965, 423, 2770] +Triangle: [2769, 2767, 2765] +Triangle: [2767, 2769, 2770] +Triangle: [2768, 2770, 423] +Triangle: [2749, 2751, 3246] +Triangle: [2748, 2750, 2751] +Triangle: [3248, 3246, 2751] +Triangle: [2756, 2757, 2751] +Triangle: [2750, 2771, 2772] +Triangle: [2773, 2771, 2750] +Triangle: [2763, 2774, 2773] +Triangle: [2764, 2775, 2774] +Triangle: [415, 429, 2775] +Triangle: [432, 2777, 2775] +Triangle: [2777, 2776, 2774] +Triangle: [2773, 2774, 2776] +Triangle: [435, 2779, 2777] +Triangle: [2779, 2778, 2776] +Triangle: [2771, 2776, 2778] +Triangle: [2781, 2780, 2772] +Triangle: [2783, 2782, 3059] +Triangle: [2783, 2785, 2784] +Triangle: [2787, 2788, 2785] +Triangle: [3060, 2787, 2783] +Triangle: [446, 447, 2788] +Triangle: [741, 446, 2787] +Triangle: [2779, 2786, 2781] +Triangle: [2779, 435, 445] +Triangle: [2755, 2756, 2772] +Triangle: [2755, 2780, 3059] +Triangle: [2754, 2782, 2784] +Triangle: [2635, 2793, 2792] +Triangle: [2586, 3156, 2902] +Triangle: [3166, 2870, 2792] +Triangle: [3159, 2809, 2807] +Triangle: [2727, 2808, 3158] +Triangle: [2858, 2869, 3156] +Triangle: [2587, 3158, 2793] +Triangle: [2809, 2810, 3468] +Triangle: [3469, 2811, 2812] +Triangle: [3470, 2812, 2813] +Triangle: [2813, 2814, 3472] +Triangle: [2814, 478, 1199] +Triangle: [2806, 468, 859] +Triangle: [871, 478, 2814] +Triangle: [3164, 3165, 2814] +Triangle: [3164, 2813, 2812] +Triangle: [3163, 2812, 2811] +Triangle: [3159, 3160, 2810] +Triangle: [3166, 2793, 2795] +Triangle: [2797, 2795, 2808] +Triangle: [3157, 2791, 2869] +Triangle: [487, 2884, 2880] +Triangle: [487, 489, 2883] +Triangle: [2824, 2823, 2871] +Triangle: [2823, 2822, 2873] +Triangle: [2584, 2585, 2420] +Triangle: [212, 496, 2826] +Triangle: [447, 467, 2805] +Triangle: [2788, 2805, 2803] +Triangle: [2785, 2803, 2801] +Triangle: [2784, 2801, 2799] +Triangle: [3162, 2811, 2810] +Triangle: [2588, 2789, 2808] +Triangle: [450, 581, 2902] +Triangle: [2599, 2827, 500] +Triangle: [568, 500, 2827] +Triangle: [499, 2828, 2829] +Triangle: [498, 2829, 2830] +Triangle: [506, 497, 2830] +Triangle: [572, 506, 2831] +Triangle: [2854, 2833, 226] +Triangle: [2833, 2594, 2642] +Triangle: [2838, 2874, 2845] +Triangle: [2834, 2642, 2656] +Triangle: [2595, 2874, 2838] +Triangle: [2875, 2876, 2854] +Triangle: [2841, 2843, 2842] +Triangle: [2843, 2845, 2844] +Triangle: [2895, 2875, 2832] +Triangle: [2849, 2827, 2599] +Triangle: [2891, 2892, 2848] +Triangle: [2828, 2848, 2847] +Triangle: [2846, 2830, 2829] +Triangle: [2839, 2830, 2846] +Triangle: [2841, 2839, 2850] +Triangle: [2843, 2841, 2851] +Triangle: [2843, 2852, 2853] +Triangle: [2832, 2854, 531] +Triangle: [2857, 2856, 2594] +Triangle: [2871, 2873, 2819] +Triangle: [2872, 2871, 2820] +Triangle: [2589, 2792, 2869] +Triangle: [2594, 2859, 2862] +Triangle: [2590, 2868, 2860] +Triangle: [2638, 2861, 2868] +Triangle: [2591, 2865, 2861] +Triangle: [2656, 2642, 2862] +Triangle: [2593, 2656, 2867] +Triangle: [2646, 2592, 2864] +Triangle: [2866, 2865, 2591] +Triangle: [2592, 2819, 2873] +Triangle: [2858, 2860, 2636] +Triangle: [2644, 2824, 2872] +Triangle: [2859, 2594, 2856] +Triangle: [2595, 2859, 2855] +Triangle: [2874, 2855, 2844] +Triangle: [2833, 2854, 2876] +Triangle: [2878, 2839, 2841] +Triangle: [2839, 2878, 2877] +Triangle: [2877, 2836, 2831] +Triangle: [2835, 2656, 2593] +Triangle: [2821, 2820, 2884] +Triangle: [2883, 489, 224] +Triangle: [2819, 2592, 2882] +Triangle: [2592, 2646, 2879] +Triangle: [2850, 2846, 2847] +Triangle: [2820, 2819, 2880] +Triangle: [2848, 2885, 2837] +Triangle: [2892, 2893, 2885] +Triangle: [2886, 2849, 2598] +Triangle: [2837, 2885, 2851] +Triangle: [2849, 2886, 2893] +Triangle: [2852, 2887, 2888] +Triangle: [2853, 2888, 2659] +Triangle: [2596, 2659, 2888] +Triangle: [2889, 2888, 2887] +Triangle: [2596, 2889, 2890] +Triangle: [2890, 2887, 2886] +Triangle: [2849, 2892, 2891] +Triangle: [568, 2891, 2828] +Triangle: [2851, 2885, 2893] +Triangle: [2893, 2886, 2887] +Triangle: [2836, 2895, 2894] +Triangle: [509, 572, 2894] +Triangle: [2895, 2836, 2877] +Triangle: [2876, 2877, 2878] +Triangle: [2840, 2856, 2857] +Triangle: [2842, 2855, 2856] +Triangle: [581, 214, 2899] +Triangle: [2879, 2646, 2591] +Triangle: [2634, 2586, 2899] +Triangle: [2896, 2638, 2590] +Triangle: [2731, 2591, 2638] +Triangle: [2901, 2590, 2634] +Triangle: [291, 2879, 2731] +Triangle: [2905, 2904, 2898] +Triangle: [2898, 2904, 2903] +Triangle: [2904, 2752, 2588] +Triangle: [2727, 2726, 2903] +Triangle: [2904, 2905, 2759] +Triangle: [2633, 2897, 2898] +Triangle: [2897, 2906, 2907] +Triangle: [2908, 2909, 2907] +Triangle: [2908, 2910, 2911] +Triangle: [2912, 2913, 2911] +Triangle: [2914, 2915, 2913] +Triangle: [2916, 2917, 2915] +Triangle: [2918, 2919, 2917] +Triangle: [3254, 2920, 2921] +Triangle: [2920, 2922, 2923] +Triangle: [2924, 2925, 3255] +Triangle: [2924, 2926, 2927] +Triangle: [2928, 2929, 3257] +Triangle: [2930, 2931, 2929] +Triangle: [2930, 2932, 2933] +Triangle: [2932, 2934, 2935] +Triangle: [2957, 2936, 2937] +Triangle: [2936, 2938, 2939] +Triangle: [2940, 2941, 2939] +Triangle: [2942, 2943, 3259] +Triangle: [2946, 2947, 2926] +Triangle: [3260, 3263, 2955] +Triangle: [3256, 3261, 2946] +Triangle: [2938, 2953, 2954] +Triangle: [2920, 2944, 2945] +Triangle: [2936, 2952, 2953] +Triangle: [2958, 2952, 2936] +Triangle: [2932, 2950, 2951] +Triangle: [2949, 2950, 2932] +Triangle: [2948, 2949, 2930] +Triangle: [3262, 2948, 2928] +Triangle: [2951, 2958, 2957] +Triangle: [2934, 2957, 2956] +Triangle: [2961, 2962, 2947] +Triangle: [2953, 2968, 2969] +Triangle: [2965, 2966, 2951] +Triangle: [3265, 2963, 2948] +Triangle: [3263, 3266, 2970] +Triangle: [2944, 2959, 2960] +Triangle: [2966, 2971, 2958] +Triangle: [2963, 2964, 2949] +Triangle: [3264, 2961, 2946] +Triangle: [2958, 2971, 2967] +Triangle: [2952, 2967, 2968] +Triangle: [2964, 2965, 2950] +Triangle: [2980, 2906, 2897] +Triangle: [3254, 3270, 2944] +Triangle: [2916, 2995, 2994] +Triangle: [2914, 2993, 2995] +Triangle: [2914, 2912, 2996] +Triangle: [2910, 2992, 2996] +Triangle: [2908, 2991, 2992] +Triangle: [2906, 2990, 2991] +Triangle: [2980, 2981, 2990] +Triangle: [3021, 3020, 3023] +Triangle: [2983, 2982, 2979] +Triangle: [2977, 2984, 2983] +Triangle: [2976, 2985, 2984] +Triangle: [2975, 2986, 2985] +Triangle: [2974, 2987, 2986] +Triangle: [2988, 3174, 3178] +Triangle: [3010, 3179, 3168] +Triangle: [3271, 3270, 2994] +Triangle: [2995, 2998, 2997] +Triangle: [2999, 2998, 2995] +Triangle: [3000, 2999, 2993] +Triangle: [2992, 3001, 3000] +Triangle: [3001, 2992, 2991] +Triangle: [3002, 2991, 2990] +Triangle: [2979, 2982, 3004] +Triangle: [3004, 2981, 2980] +Triangle: [3002, 2981, 3004] +Triangle: [2983, 3001, 3002] +Triangle: [2984, 3000, 3001] +Triangle: [2984, 2985, 2999] +Triangle: [2985, 2986, 2998] +Triangle: [2987, 2997, 2998] +Triangle: [3175, 3176, 2989] +Triangle: [2988, 2959, 3271] +Triangle: [3296, 3175, 3007] +Triangle: [2959, 2988, 3006] +Triangle: [3264, 2960, 3006] +Triangle: [3277, 2965, 2964] +Triangle: [3267, 3293, 3172] +Triangle: [3274, 3022, 3023] +Triangle: [3276, 2966, 2965] +Triangle: [3013, 3014, 2974] +Triangle: [3267, 3280, 3015] +Triangle: [2973, 3015, 3016] +Triangle: [3283, 3281, 3016] +Triangle: [3018, 3008, 3272] +Triangle: [3297, 3266, 2969] +Triangle: [3268, 3020, 3019] +Triangle: [3275, 3023, 3020] +Triangle: [3021, 2972, 3008] +Triangle: [2972, 3021, 3022] +Triangle: [3276, 3009, 3022] +Triangle: [3278, 2964, 2963] +Triangle: [3018, 3019, 3020] +Triangle: [2962, 2961, 3007] +Triangle: [3012, 3013, 2975] +Triangle: [2977, 3011, 3012] +Triangle: [3024, 3017, 3016] +Triangle: [3282, 3017, 3024] +Triangle: [3280, 3284, 3024] +Triangle: [3013, 3026, 3025] +Triangle: [2970, 3025, 3026] +Triangle: [2955, 3026, 3011] +Triangle: [3012, 3011, 3026] +Triangle: [2978, 2942, 3011] +Triangle: [2943, 2942, 2978] +Triangle: [2907, 2909, 3027] +Triangle: [3027, 3028, 2759] +Triangle: [3029, 3030, 3028] +Triangle: [2909, 2911, 3029] +Triangle: [2758, 2759, 3028] +Triangle: [3029, 3031, 3032] +Triangle: [3033, 3034, 3032] +Triangle: [3033, 3035, 3036] +Triangle: [2913, 3031, 3029] +Triangle: [2915, 3033, 3031] +Triangle: [2915, 2917, 3035] +Triangle: [3035, 3037, 3038] +Triangle: [3286, 3039, 3040] +Triangle: [3039, 3041, 3042] +Triangle: [3043, 3044, 3287] +Triangle: [2917, 2919, 3037] +Triangle: [3253, 2921, 3039] +Triangle: [2921, 2923, 3041] +Triangle: [2925, 3043, 3288] +Triangle: [2939, 3052, 3051] +Triangle: [3053, 2745, 3051] +Triangle: [3290, 2980, 2633] +Triangle: [2937, 3051, 3050] +Triangle: [2956, 3050, 3049] +Triangle: [3049, 3048, 2933] +Triangle: [3048, 3047, 2931] +Triangle: [2931, 3047, 3046] +Triangle: [3257, 3289, 3045] +Triangle: [2927, 3045, 3043] +Triangle: [2745, 2744, 3050] +Triangle: [2744, 2741, 3049] +Triangle: [3055, 3054, 3047] +Triangle: [3048, 3049, 2741] +Triangle: [2741, 2761, 3054] +Triangle: [3047, 3054, 2761] +Triangle: [2762, 3045, 3289] +Triangle: [3045, 2762, 3044] +Triangle: [3040, 3042, 3287] +Triangle: [2762, 2746, 3038] +Triangle: [2747, 3036, 3038] +Triangle: [2758, 3030, 3032] +Triangle: [3057, 3059, 2782] +Triangle: [445, 741, 3060] +Triangle: [2786, 3060, 3058] +Triangle: [3058, 3059, 2780] +Triangle: [3056, 3057, 2754] +Triangle: [3034, 3056, 2760] +Triangle: [3056, 3034, 3036] +Triangle: [3053, 3052, 3291] +Triangle: [3292, 3259, 2943] +Triangle: [3052, 2939, 3292] +Triangle: [2826, 2554, 2540] +Triangle: [2563, 2418, 2419] +Triangle: [2563, 2445, 2826] +Triangle: [2394, 2573, 3069] +Triangle: [2439, 3069, 3065] +Triangle: [3063, 3064, 2441] +Triangle: [3066, 3067, 2444] +Triangle: [59, 753, 3068] +Triangle: [3067, 3062, 2442] +Triangle: [3542, 3066, 2443] +Triangle: [3064, 747, 54] +Triangle: [3062, 3063, 2440] +Triangle: [6, 743, 3061] +Triangle: [2396, 3061, 2582] +Triangle: [3077, 3082, 3449] +Triangle: [3446, 3078, 3084] +Triangle: [3083, 3085, 3452] +Triangle: [3451, 3084, 3079] +Triangle: [3085, 3077, 3445] +Triangle: [3082, 3078, 3446] +Triangle: [2523, 3441, 3431] +Triangle: [3448, 3453, 3087] +Triangle: [3083, 3450, 3088] +Triangle: [3450, 3437, 3088] +Triangle: [3447, 3079, 3543] +Triangle: [2527, 2524, 3431] +Triangle: [3439, 3444, 3441] +Triangle: [3089, 776, 759] +Triangle: [3090, 3089, 3073] +Triangle: [754, 776, 3089] +Triangle: [2393, 3089, 3090] +Triangle: [3075, 3090, 3091] +Triangle: [3091, 3090, 3074] +Triangle: [3076, 3091, 3545] +Triangle: [3545, 3091, 3072] +Triangle: [3547, 3098, 3133] +Triangle: [3548, 3099, 3141] +Triangle: [3553, 3549, 3097] +Triangle: [851, 790, 3102] +Triangle: [789, 3103, 3142] +Triangle: [787, 3101, 3134] +Triangle: [3150, 3102, 3106] +Triangle: [3103, 3107, 3143] +Triangle: [3101, 3105, 3135] +Triangle: [3152, 3111, 3114] +Triangle: [3110, 3115, 3145] +Triangle: [3108, 3113, 3137] +Triangle: [3153, 3114, 3118] +Triangle: [3115, 3119, 3146] +Triangle: [3113, 3117, 3138] +Triangle: [3151, 3106, 3099] +Triangle: [3107, 3098, 3141] +Triangle: [3105, 3096, 3133] +Triangle: [3110, 3095, 3132] +Triangle: [3111, 3094, 3140] +Triangle: [3152, 3109, 3092] +Triangle: [3123, 3119, 3138] +Triangle: [3122, 3118, 3146] +Triangle: [3155, 3120, 3116] +Triangle: [3155, 3122, 798] +Triangle: [3123, 797, 843] +Triangle: [3121, 795, 833] +Triangle: [3550, 3546, 3096] +Triangle: [3549, 3092, 3518] +Triangle: [3092, 3109, 3519] +Triangle: [3108, 3093, 3124] +Triangle: [3104, 3097, 3523] +Triangle: [3125, 3096, 3105] +Triangle: [788, 3100, 3520] +Triangle: [3101, 787, 823] +Triangle: [3105, 3101, 3128] +Triangle: [3100, 3104, 3524] +Triangle: [3525, 3120, 796] +Triangle: [795, 3121, 3129] +Triangle: [3109, 3112, 3521] +Triangle: [3113, 3108, 3126] +Triangle: [3117, 3113, 3130] +Triangle: [3112, 3116, 3522] +Triangle: [3121, 3117, 3131] +Triangle: [3116, 3120, 3525] +Triangle: [3129, 3131, 3074] +Triangle: [3131, 3130, 3072] +Triangle: [3130, 3126, 3070] +Triangle: [825, 3129, 3073] +Triangle: [3075, 3127, 3128] +Triangle: [2393, 3128, 823] +Triangle: [3076, 3125, 3127] +Triangle: [3126, 3124, 3071] +Triangle: [3544, 3550, 3125] +Triangle: [3139, 833, 797] +Triangle: [3139, 3138, 3117] +Triangle: [3136, 3132, 3093] +Triangle: [3135, 3133, 3098] +Triangle: [3137, 3138, 3119] +Triangle: [3136, 3137, 3115] +Triangle: [3134, 3135, 3107] +Triangle: [831, 3134, 3103] +Triangle: [3551, 3133, 3096] +Triangle: [3147, 843, 798] +Triangle: [3147, 3146, 3119] +Triangle: [3144, 3140, 3095] +Triangle: [3143, 3141, 3099] +Triangle: [3145, 3146, 3118] +Triangle: [3144, 3145, 3114] +Triangle: [3142, 3143, 3106] +Triangle: [841, 3142, 3102] +Triangle: [3552, 3141, 3098] +Triangle: [3120, 3155, 853] +Triangle: [3122, 3155, 3154] +Triangle: [3111, 3152, 3148] +Triangle: [3104, 3151, 3149] +Triangle: [3112, 3153, 3154] +Triangle: [3109, 3152, 3153] +Triangle: [3100, 3150, 3151] +Triangle: [788, 851, 3150] +Triangle: [3548, 3553, 3149] +Triangle: [468, 2806, 3473] +Triangle: [859, 861, 3157] +Triangle: [450, 2791, 3157] +Triangle: [2795, 2793, 3158] +Triangle: [2789, 2752, 3161] +Triangle: [2795, 2797, 3160] +Triangle: [3468, 2810, 2811] +Triangle: [2801, 3163, 3162] +Triangle: [2803, 3164, 3163] +Triangle: [2803, 2805, 3165] +Triangle: [467, 871, 3165] +Triangle: [2806, 2870, 3166] +Triangle: [2790, 2794, 3300] +Triangle: [1018, 3306, 3061] +Triangle: [2804, 466, 3303] +Triangle: [2797, 2799, 3162] +Triangle: [2585, 2584, 3299] +Triangle: [3306, 3305, 2582] +Triangle: [3301, 3299, 2584] +Triangle: [3304, 3298, 2564] +Triangle: [2794, 2796, 3301] +Triangle: [2753, 3167, 3161] +Triangle: [2799, 2797, 3161] +Triangle: [3293, 3294, 3173] +Triangle: [3174, 3171, 3170] +Triangle: [3296, 3178, 3170] +Triangle: [3176, 3175, 3177] +Triangle: [3169, 3168, 3179] +Triangle: [3172, 3173, 2987] +Triangle: [3169, 3177, 3008] +Triangle: [3168, 3169, 2972] +Triangle: [3005, 3170, 3171] +Triangle: [3269, 3294, 3174] +Triangle: [3176, 3179, 3010] +Triangle: [3295, 3170, 3005] +Triangle: [3200, 3196, 3185] +Triangle: [3191, 3193, 3182] +Triangle: [3186, 3197, 3194] +Triangle: [3193, 3201, 3189] +Triangle: [3185, 3196, 3197] +Triangle: [3201, 3199, 3187] +Triangle: [2430, 3187, 3188] +Triangle: [3184, 3180, 2395] +Triangle: [2404, 3186, 3183] +Triangle: [3191, 3190, 3192] +Triangle: [3196, 3200, 3198] +Triangle: [3195, 3194, 3197] +Triangle: [3200, 3199, 3192] +Triangle: [3190, 3195, 3198] +Triangle: [3192, 3199, 3201] +Triangle: [3180, 3190, 3191] +Triangle: [3195, 3190, 3180] +Triangle: [3194, 3195, 3184] +Triangle: [3199, 3200, 3188] +Triangle: [3225, 3223, 3209] +Triangle: [3208, 3220, 4523] +Triangle: [3226, 3219, 3207] +Triangle: [179, 914, 3212] +Triangle: [4513, 2428, 3203] +Triangle: [3349, 2435, 3207] +Triangle: [2546, 2545, 3209] +Triangle: [3215, 2550, 2551] +Triangle: [923, 206, 2450] +Triangle: [3537, 2546, 3202] +Triangle: [3213, 2450, 2550] +Triangle: [3218, 2558, 3219] +Triangle: [3212, 914, 927] +Triangle: [3221, 3203, 3206] +Triangle: [4517, 3203, 3221] +Triangle: [3220, 2559, 4533] +Triangle: [3220, 3208, 3207] +Triangle: [3222, 3202, 3209] +Triangle: [3205, 3216, 3225] +Triangle: [3204, 3218, 3226] +Triangle: [3215, 3214, 3227] +Triangle: [938, 923, 3213] +Triangle: [3555, 3554, 3202] +Triangle: [3213, 3215, 3228] +Triangle: [3209, 2545, 3233] +Triangle: [2545, 2547, 3232] +Triangle: [3426, 3367, 2548] +Triangle: [3232, 2547, 3352] +Triangle: [3231, 2548, 3361] +Triangle: [3008, 3177, 3295] +Triangle: [3173, 3294, 3269] +Triangle: [3175, 3296, 3295] +Triangle: [3171, 3174, 3294] +Triangle: [3291, 3292, 2979] +Triangle: [2941, 3259, 3292] +Triangle: [3290, 3291, 3003] +Triangle: [3285, 3287, 3044] +Triangle: [3245, 3289, 3046] +Triangle: [2929, 3046, 3289] +Triangle: [3053, 3290, 3249] +Triangle: [3255, 3288, 3041] +Triangle: [2919, 3253, 3286] +Triangle: [3288, 3287, 3042] +Triangle: [3037, 3286, 3285] +Triangle: [3014, 3025, 3284] +Triangle: [3025, 2970, 3282] +Triangle: [2989, 3278, 3265] +Triangle: [2966, 3276, 3274] +Triangle: [2967, 3275, 3268] +Triangle: [2968, 3268, 3279] +Triangle: [3282, 2970, 3266] +Triangle: [3017, 3282, 3297] +Triangle: [3283, 3297, 3279] +Triangle: [3281, 3272, 3005] +Triangle: [3019, 3018, 3281] +Triangle: [3014, 3280, 3267] +Triangle: [3009, 3276, 3277] +Triangle: [2971, 3274, 3275] +Triangle: [2973, 3171, 3293] +Triangle: [3010, 3277, 3278] +Triangle: [2961, 3264, 3273] +Triangle: [3178, 3296, 3273] +Triangle: [3269, 3271, 2997] +Triangle: [2959, 2944, 3270] +Triangle: [2918, 2994, 3270] +Triangle: [2960, 3264, 3261] +Triangle: [2954, 2969, 3266] +Triangle: [2962, 3265, 3262] +Triangle: [2947, 3262, 3258] +Triangle: [2922, 2945, 3261] +Triangle: [2940, 2954, 3263] +Triangle: [3260, 3259, 2941] +Triangle: [3258, 3257, 2927] +Triangle: [3256, 3255, 2923] +Triangle: [2918, 3254, 3253] +Triangle: [2739, 2736, 3246] +Triangle: [3247, 3246, 2736] +Triangle: [327, 965, 3252] +Triangle: [3252, 3251, 2683] +Triangle: [3251, 3250, 2684] +Triangle: [3249, 3244, 2743] +Triangle: [3250, 3247, 2718] +Triangle: [2761, 2739, 3248] +Triangle: [2729, 2743, 3244] +Triangle: [3242, 3243, 2730] +Triangle: [3241, 3242, 2669] +Triangle: [3240, 3241, 2667] +Triangle: [2663, 3239, 3240] +Triangle: [2663, 2604, 3237] +Triangle: [2604, 2596, 3238] +Triangle: [2597, 3236, 3238] +Triangle: [2603, 3236, 3235] +Triangle: [2599, 3234, 3235] +Triangle: [233, 946, 3234] +Triangle: [3302, 3298, 2802] +Triangle: [2563, 2564, 3298] +Triangle: [3300, 3301, 2583] +Triangle: [2800, 2802, 3298] +Triangle: [2796, 2798, 3299] +Triangle: [3304, 3299, 2798] +Triangle: [3302, 3303, 2445] +Triangle: [2815, 2790, 3305] +Triangle: [479, 2815, 3306] +Triangle: [3305, 3300, 2581] +Triangle: [3466, 3467, 2794] +Triangle: [3490, 3438, 3315] +Triangle: [3478, 3484, 3315] +Triangle: [3482, 3311, 3430] +Triangle: [3563, 3478, 3314] +Triangle: [3333, 3334, 2524] +Triangle: [3312, 3313, 3503] +Triangle: [3480, 3308, 3313] +Triangle: [3475, 3307, 3308] +Triangle: [3463, 3440, 3435] +Triangle: [3476, 3310, 3311] +Triangle: [3475, 3481, 3309] +Triangle: [3476, 3477, 3312] +Triangle: [3517, 3326, 3324] +Triangle: [3516, 3325, 3326] +Triangle: [3321, 3325, 3516] +Triangle: [3512, 3324, 1039] +Triangle: [3323, 3322, 3511] +Triangle: [1037, 3323, 3515] +Triangle: [3322, 3319, 3510] +Triangle: [3320, 3321, 3514] +Triangle: [3557, 3320, 3513] +Triangle: [3182, 3329, 3327] +Triangle: [1043, 1046, 3327] +Triangle: [3182, 3189, 3328] +Triangle: [3329, 3328, 1047] +Triangle: [4, 3181, 3327] +Triangle: [1047, 3328, 3189] +Triangle: [3488, 3330, 3335] +Triangle: [3335, 3334, 3333] +Triangle: [3330, 3331, 3334] +Triangle: [3486, 3336, 3337] +Triangle: [3485, 3488, 3338] +Triangle: [3318, 3338, 3337] +Triangle: [3317, 3337, 3336] +Triangle: [2524, 3334, 3331] +Triangle: [3086, 3081, 3568] +Triangle: [3080, 3569, 3345] +Triangle: [3543, 3079, 3570] +Triangle: [3088, 3345, 3340] +Triangle: [3081, 3087, 3344] +Triangle: [3086, 3343, 3569] +Triangle: [3082, 3339, 3571] +Triangle: [3342, 3572, 3077] +Triangle: [3341, 3570, 3079] +Triangle: [3340, 3342, 3085] +Triangle: [3078, 3571, 3341] +Triangle: [3572, 3339, 3082] +Triangle: [4503, 4504, 3350] +Triangle: [3348, 4538, 4536] +Triangle: [3230, 3351, 3352] +Triangle: [3354, 167, 943] +Triangle: [3352, 3355, 3368] +Triangle: [3362, 193, 167] +Triangle: [3356, 193, 3362] +Triangle: [3368, 3355, 3356] +Triangle: [3374, 3371, 3351] +Triangle: [3373, 1094, 46] +Triangle: [3380, 4532, 4528] +Triangle: [3422, 3354, 3360] +Triangle: [3357, 3362, 3354] +Triangle: [3373, 3347, 3359] +Triangle: [3358, 3348, 3363] +Triangle: [4502, 4503, 2437] +Triangle: [3363, 3348, 3364] +Triangle: [3366, 3230, 2549] +Triangle: [3423, 2549, 3368] +Triangle: [2570, 3362, 3357] +Triangle: [2565, 3368, 2570] +Triangle: [3427, 3374, 3230] +Triangle: [3365, 2437, 3374] +Triangle: [3353, 3360, 3373] +Triangle: [3360, 943, 1094] +Triangle: [2437, 3350, 3371] +Triangle: [2429, 3370, 3371] +Triangle: [3414, 2434, 3372] +Triangle: [2434, 3416, 3376] +Triangle: [2429, 3205, 3210] +Triangle: [3364, 4527, 4531] +Triangle: [4507, 3380, 3408] +Triangle: [3206, 3203, 2428] +Triangle: [2250, 1109, 3380] +Triangle: [3399, 3398, 3386] +Triangle: [3398, 3392, 3379] +Triangle: [4514, 2256, 1106] +Triangle: [3559, 3385, 3397] +Triangle: [3396, 3397, 3385] +Triangle: [3395, 3396, 3384] +Triangle: [3381, 3390, 3402] +Triangle: [4529, 4524, 3346] +Triangle: [3391, 3399, 3387] +Triangle: [3377, 3378, 4512] +Triangle: [2425, 3216, 3399] +Triangle: [3404, 4505, 3411] +Triangle: [2434, 3420, 3411] +Triangle: [2447, 2449, 3396] +Triangle: [2449, 2544, 3397] +Triangle: [3560, 3397, 2544] +Triangle: [3205, 2429, 3392] +Triangle: [3216, 3205, 3398] +Triangle: [2253, 1122, 3393] +Triangle: [4510, 4509, 3393] +Triangle: [4521, 4520, 3400] +Triangle: [4519, 3394, 3400] +Triangle: [3383, 1106, 1128] +Triangle: [3412, 3401, 3389] +Triangle: [3403, 3391, 3378] +Triangle: [3346, 3405, 3363] +Triangle: [3406, 3363, 3407] +Triangle: [3408, 4528, 4524] +Triangle: [2436, 3407, 4531] +Triangle: [3410, 4510, 3413] +Triangle: [3415, 4502, 3411] +Triangle: [4505, 3404, 3412] +Triangle: [4508, 3401, 4506] +Triangle: [3393, 1122, 2250] +Triangle: [4502, 3365, 3416] +Triangle: [3375, 3425, 3359] +Triangle: [3365, 3427, 3376] +Triangle: [3419, 3425, 3375] +Triangle: [3376, 3427, 3419] +Triangle: [3412, 3404, 4506] +Triangle: [4506, 3404, 3420] +Triangle: [2548, 3421, 3422] +Triangle: [3367, 3423, 3421] +Triangle: [3361, 3422, 3353] +Triangle: [3353, 3425, 3417] +Triangle: [3366, 3423, 3367] +Triangle: [3418, 3427, 3366] +Triangle: [3425, 3419, 3428] +Triangle: [3419, 3427, 3418] +Triangle: [3358, 1204, 1205] +Triangle: [212, 2445, 3303] +Triangle: [3433, 2531, 2527] +Triangle: [3456, 2475, 2520] +Triangle: [3429, 2527, 3434] +Triangle: [3431, 3080, 3088] +Triangle: [2520, 2518, 3464] +Triangle: [3489, 3430, 3316] +Triangle: [2484, 3447, 3561] +Triangle: [3498, 3440, 3443] +Triangle: [3441, 3086, 3080] +Triangle: [3444, 3448, 3081] +Triangle: [3081, 3086, 3444] +Triangle: [3485, 3318, 3438] +Triangle: [2528, 2526, 3439] +Triangle: [3498, 3318, 3317] +Triangle: [2525, 3453, 3448] +Triangle: [2479, 3449, 3446] +Triangle: [3452, 3445, 2480] +Triangle: [2482, 3451, 3447] +Triangle: [3450, 3452, 2485] +Triangle: [2483, 3446, 3451] +Triangle: [2480, 3445, 3449] +Triangle: [2526, 3448, 3444] +Triangle: [2481, 3429, 3437] +Triangle: [2472, 3461, 3457] +Triangle: [3504, 3458, 3462] +Triangle: [3564, 3494, 3462] +Triangle: [3500, 3454, 3457] +Triangle: [3491, 3459, 3454] +Triangle: [3492, 3460, 3456] +Triangle: [3491, 3501, 3455] +Triangle: [3492, 3493, 3461] +Triangle: [3432, 3465, 3464] +Triangle: [2518, 2519, 3463] +Triangle: [3443, 3440, 3463] +Triangle: [3436, 3456, 3465] +Triangle: [3504, 3499, 3443] +Triangle: [3502, 3456, 3436] +Triangle: [2807, 2809, 3467] +Triangle: [3468, 3469, 2798] +Triangle: [1191, 3473, 2815] +Triangle: [2804, 3472, 1199] +Triangle: [3471, 3472, 2804] +Triangle: [3470, 3471, 2802] +Triangle: [2798, 3469, 3470] +Triangle: [3467, 3468, 2796] +Triangle: [3473, 3466, 2790] +Triangle: [3204, 3211, 1201] +Triangle: [3211, 3207, 2435] +Triangle: [1201, 3211, 3474] +Triangle: [1109, 2270, 4532] +Triangle: [1205, 2282, 4538] +Triangle: [44, 2430, 3224] +Triangle: [3218, 3204, 3212] +Triangle: [2529, 3485, 3490] +Triangle: [3433, 3489, 3479] +Triangle: [3330, 3488, 3485] +Triangle: [3332, 3486, 3487] +Triangle: [3338, 3488, 3487] +Triangle: [2492, 2486, 3477] +Triangle: [2491, 2488, 3481] +Triangle: [2492, 3476, 3482] +Triangle: [2491, 3475, 3480] +Triangle: [2487, 3480, 3483] +Triangle: [3530, 2530, 3478] +Triangle: [2490, 3482, 3489] +Triangle: [2530, 2528, 3484] +Triangle: [3442, 3490, 3484] +Triangle: [3336, 3486, 3479] +Triangle: [3477, 3483, 3313] +Triangle: [3311, 3502, 3497] +Triangle: [3315, 3438, 3499] +Triangle: [3310, 3312, 3493] +Triangle: [3307, 3309, 3501] +Triangle: [3310, 3492, 3502] +Triangle: [3307, 3491, 3500] +Triangle: [3308, 3500, 3503] +Triangle: [3556, 3314, 3494] +Triangle: [3315, 3504, 3494] +Triangle: [3440, 3498, 3496] +Triangle: [3318, 3498, 3499] +Triangle: [3493, 3503, 3457] +Triangle: [3430, 3497, 3495] +Triangle: [3316, 3495, 3496] +Triangle: [2451, 2452, 3507] +Triangle: [2452, 2543, 3508] +Triangle: [3565, 3508, 2543] +Triangle: [2451, 3506, 1241] +Triangle: [3509, 3505, 4541] +Triangle: [2423, 3221, 3217] +Triangle: [3566, 3513, 2577] +Triangle: [3513, 3514, 2578] +Triangle: [3511, 3510, 2572] +Triangle: [1248, 3515, 2394] +Triangle: [3515, 3511, 2573] +Triangle: [2575, 3512, 1244] +Triangle: [3514, 3516, 2576] +Triangle: [3516, 3517, 2574] +Triangle: [2574, 3517, 3512] +Triangle: [3326, 3522, 3525] +Triangle: [3325, 3521, 3522] +Triangle: [3519, 3521, 3325] +Triangle: [3324, 3525, 1260] +Triangle: [3520, 3524, 3322] +Triangle: [1254, 3520, 3323] +Triangle: [3524, 3523, 3319] +Triangle: [3518, 3519, 3321] +Triangle: [3567, 3518, 3320] +Triangle: [3523, 3567, 3557] +Triangle: [3510, 3566, 3540] +Triangle: [3509, 3565, 3535] +Triangle: [3309, 3556, 3564] +Triangle: [2488, 3530, 3563] +Triangle: [3501, 3564, 3562] +Triangle: [2525, 3529, 3561] +Triangle: [3403, 3560, 3536] +Triangle: [3377, 3559, 3560] +Triangle: [3087, 3543, 3558] +Triangle: [3319, 3557, 3566] +Triangle: [3481, 3563, 3556] +Triangle: [3227, 3214, 3554] +Triangle: [3214, 2551, 3537] +Triangle: [3094, 3148, 3553] +Triangle: [3140, 3552, 3547] +Triangle: [3132, 3551, 3546] +Triangle: [3071, 3124, 3550] +Triangle: [3097, 3549, 3567] +Triangle: [3124, 3093, 3546] +Triangle: [3148, 3092, 3549] +Triangle: [3094, 3548, 3552] +Triangle: [3095, 3547, 3551] +Triangle: [3544, 3545, 3070] +Triangle: [3453, 3561, 3543] +Triangle: [3065, 3542, 3526] +Triangle: [2572, 3540, 3542] +Triangle: [2569, 3539, 3537] +Triangle: [2438, 3526, 3539] +Triangle: [2555, 3538, 4545] +Triangle: [3536, 3555, 3222] +Triangle: [2424, 3535, 4522] +Triangle: [2422, 3534, 3538] +Triangle: [2422, 2415, 3533] +Triangle: [3532, 3531, 2532] +Triangle: [3455, 3562, 3528] +Triangle: [3530, 3529, 2525] +Triangle: [3531, 3528, 2522] +Triangle: [3527, 3532, 2533] +Triangle: [2517, 2516, 3541] +Triangle: [2516, 2541, 3533] +Triangle: [3577, 3582, 3578] +Triangle: [3573, 3578, 3579] +Triangle: [1311, 3574, 3579] +Triangle: [1312, 1319, 3580] +Triangle: [3575, 3580, 3581] +Triangle: [3576, 3581, 3582] +Triangle: [3582, 3587, 3583] +Triangle: [3578, 3583, 3584] +Triangle: [1318, 3579, 3584] +Triangle: [1319, 1326, 3585] +Triangle: [3580, 3585, 3586] +Triangle: [3581, 3586, 3587] +Triangle: [3587, 3595, 3588] +Triangle: [3583, 3588, 3589] +Triangle: [3584, 3589, 3590] +Triangle: [1325, 323, 3590] +Triangle: [1325, 3591, 3592] +Triangle: [3585, 1326, 3592] +Triangle: [3585, 3593, 3594] +Triangle: [3586, 3594, 3595] +Triangle: [3595, 3603, 3596] +Triangle: [3588, 3596, 3597] +Triangle: [3589, 3597, 3598] +Triangle: [3591, 3590, 3598] +Triangle: [3592, 3591, 3599] +Triangle: [3593, 3592, 3600] +Triangle: [3594, 3593, 3601] +Triangle: [3594, 3602, 3603] +Triangle: [3603, 3611, 3604] +Triangle: [3596, 3604, 3605] +Triangle: [3597, 3605, 3606] +Triangle: [3598, 3606, 3607] +Triangle: [3600, 3599, 3607] +Triangle: [3601, 3600, 3608] +Triangle: [3602, 3601, 3609] +Triangle: [3603, 3602, 3610] +Triangle: [3604, 3611, 3619] +Triangle: [3604, 3612, 3613] +Triangle: [3605, 3613, 3614] +Triangle: [3606, 3614, 3615] +Triangle: [3607, 3615, 3616] +Triangle: [3609, 3608, 3616] +Triangle: [3610, 3609, 3617] +Triangle: [3611, 3610, 3618] +Triangle: [3612, 3619, 3627] +Triangle: [3612, 3620, 3621] +Triangle: [3613, 3621, 3622] +Triangle: [3614, 3622, 3623] +Triangle: [3615, 3623, 3624] +Triangle: [3617, 3616, 3624] +Triangle: [3618, 3617, 3625] +Triangle: [3619, 3618, 3626] +Triangle: [3620, 3627, 3635] +Triangle: [3620, 3628, 3629] +Triangle: [3621, 3629, 3630] +Triangle: [3622, 3630, 3631] +Triangle: [3623, 3631, 3632] +Triangle: [3625, 3624, 3632] +Triangle: [3626, 3625, 3633] +Triangle: [3627, 3626, 3634] +Triangle: [3628, 3635, 3643] +Triangle: [3628, 3636, 3637] +Triangle: [3629, 3637, 3638] +Triangle: [3630, 3638, 3639] +Triangle: [3631, 3639, 3640] +Triangle: [3633, 3632, 3640] +Triangle: [3634, 3633, 3641] +Triangle: [3635, 3634, 3642] +Triangle: [3636, 3643, 3651] +Triangle: [3636, 3644, 3645] +Triangle: [3637, 3645, 3646] +Triangle: [3638, 3646, 3647] +Triangle: [3639, 3647, 3648] +Triangle: [3641, 3640, 3648] +Triangle: [3642, 3641, 3649] +Triangle: [3643, 3642, 3650] +Triangle: [3644, 3651, 3659] +Triangle: [3644, 3652, 3653] +Triangle: [3645, 3653, 3654] +Triangle: [3646, 3654, 3655] +Triangle: [3647, 3655, 3656] +Triangle: [3649, 3648, 3656] +Triangle: [3650, 3649, 3657] +Triangle: [3651, 3650, 3658] +Triangle: [3652, 3659, 3667] +Triangle: [3652, 3660, 3661] +Triangle: [3653, 3661, 3662] +Triangle: [3654, 3662, 3663] +Triangle: [3655, 3663, 3664] +Triangle: [3657, 3656, 3664] +Triangle: [3658, 3657, 3665] +Triangle: [3659, 3658, 3666] +Triangle: [3660, 3667, 3675] +Triangle: [3660, 3668, 3669] +Triangle: [3661, 3669, 3670] +Triangle: [3662, 3670, 3671] +Triangle: [3663, 3671, 3672] +Triangle: [3664, 3672, 3673] +Triangle: [3666, 3665, 3673] +Triangle: [3667, 3666, 3674] +Triangle: [3668, 3675, 3683] +Triangle: [3669, 3668, 3676] +Triangle: [3669, 3677, 3678] +Triangle: [3670, 3678, 3679] +Triangle: [3671, 3679, 3680] +Triangle: [3672, 3680, 3681] +Triangle: [3674, 3673, 3681] +Triangle: [3675, 3674, 3682] +Triangle: [3676, 3683, 3691] +Triangle: [3677, 3676, 3684] +Triangle: [3678, 3677, 3685] +Triangle: [3678, 3686, 3687] +Triangle: [3679, 3687, 3688] +Triangle: [3680, 3688, 3689] +Triangle: [3681, 3689, 3690] +Triangle: [3683, 3682, 3690] +Triangle: [3684, 3691, 3699] +Triangle: [3685, 3684, 3692] +Triangle: [3686, 3685, 3693] +Triangle: [3687, 3686, 3694] +Triangle: [3687, 3695, 3696] +Triangle: [3688, 3696, 3697] +Triangle: [3689, 3697, 3698] +Triangle: [3690, 3698, 3699] +Triangle: [3701, 3708, 3716] +Triangle: [3702, 3701, 3709] +Triangle: [3703, 3702, 3710] +Triangle: [3703, 3711, 3712] +Triangle: [3704, 3712, 3713] +Triangle: [3705, 3713, 3714] +Triangle: [3706, 3714, 3715] +Triangle: [3708, 3707, 3715] +Triangle: [3709, 3716, 3724] +Triangle: [3710, 3709, 3717] +Triangle: [3711, 3710, 3718] +Triangle: [3711, 3719, 3720] +Triangle: [3712, 3720, 3721] +Triangle: [3713, 3721, 3722] +Triangle: [3714, 3722, 3723] +Triangle: [3716, 3715, 3723] +Triangle: [3717, 3724, 3732] +Triangle: [3718, 3717, 3725] +Triangle: [3719, 3718, 3726] +Triangle: [3719, 3727, 3728] +Triangle: [3720, 3728, 3729] +Triangle: [3721, 3729, 3730] +Triangle: [3722, 3730, 3731] +Triangle: [3724, 3723, 3731] +Triangle: [3732, 3740, 3733] +Triangle: [3725, 3733, 3734] +Triangle: [3726, 3734, 3735] +Triangle: [3728, 3727, 3735] +Triangle: [3729, 3728, 3736] +Triangle: [3730, 3729, 3737] +Triangle: [3731, 3730, 3738] +Triangle: [3731, 3739, 3740] +Triangle: [3740, 3748, 3741] +Triangle: [3733, 3741, 3742] +Triangle: [3734, 3742, 3743] +Triangle: [3736, 3735, 3743] +Triangle: [3737, 3736, 3744] +Triangle: [3738, 3737, 3745] +Triangle: [3739, 3738, 3746] +Triangle: [3739, 3747, 3748] +Triangle: [3748, 3756, 3749] +Triangle: [3741, 3749, 3750] +Triangle: [3742, 3750, 3751] +Triangle: [3744, 3743, 3751] +Triangle: [3745, 3744, 3752] +Triangle: [3746, 3745, 3753] +Triangle: [3747, 3746, 3754] +Triangle: [3747, 3755, 3756] +Triangle: [3756, 3764, 3757] +Triangle: [3749, 3757, 3758] +Triangle: [3750, 3758, 3759] +Triangle: [3752, 3751, 3759] +Triangle: [3753, 3752, 3760] +Triangle: [3754, 3753, 3761] +Triangle: [3754, 3762, 3763] +Triangle: [3755, 3763, 3764] +Triangle: [3764, 3772, 3765] +Triangle: [3757, 3765, 3766] +Triangle: [3758, 3766, 3767] +Triangle: [3760, 3759, 3767] +Triangle: [3761, 3760, 3768] +Triangle: [3762, 3761, 3769] +Triangle: [3762, 3770, 3771] +Triangle: [3763, 3771, 3772] +Triangle: [3772, 3780, 3773] +Triangle: [3765, 3773, 3774] +Triangle: [3766, 3774, 3775] +Triangle: [3768, 3767, 3775] +Triangle: [3769, 3768, 3776] +Triangle: [3770, 3769, 3777] +Triangle: [3770, 3778, 3779] +Triangle: [3771, 3779, 3780] +Triangle: [3773, 3780, 3788] +Triangle: [3773, 3781, 3782] +Triangle: [3774, 3782, 3783] +Triangle: [3776, 3775, 3783] +Triangle: [3777, 3776, 3784] +Triangle: [3778, 3777, 3785] +Triangle: [3778, 3786, 3787] +Triangle: [3779, 3787, 3788] +Triangle: [3781, 3788, 3796] +Triangle: [3781, 3789, 3790] +Triangle: [3782, 3790, 3791] +Triangle: [3783, 3791, 3792] +Triangle: [3785, 3784, 3792] +Triangle: [3786, 3785, 3793] +Triangle: [3787, 3786, 3794] +Triangle: [3788, 3787, 3795] +Triangle: [3796, 3804, 3797] +Triangle: [3789, 3797, 3798] +Triangle: [3790, 3798, 3799] +Triangle: [3791, 3799, 3800] +Triangle: [3793, 3792, 3800] +Triangle: [3794, 3793, 3801] +Triangle: [3795, 3794, 3802] +Triangle: [3796, 3795, 3803] +Triangle: [3804, 3812, 3805] +Triangle: [3797, 3805, 3806] +Triangle: [3798, 3806, 3807] +Triangle: [3799, 3807, 3808] +Triangle: [3800, 3808, 3809] +Triangle: [3802, 3801, 3809] +Triangle: [3803, 3802, 3810] +Triangle: [3804, 3803, 3811] +Triangle: [3805, 3812, 3820] +Triangle: [3805, 3813, 3814] +Triangle: [3806, 3814, 3815] +Triangle: [3807, 3815, 3816] +Triangle: [3808, 3816, 3817] +Triangle: [3810, 3809, 3817] +Triangle: [3811, 3810, 3818] +Triangle: [3812, 3811, 3819] +Triangle: [3813, 3820, 3828] +Triangle: [3814, 3813, 3821] +Triangle: [3814, 3822, 3823] +Triangle: [3815, 3823, 3824] +Triangle: [3816, 3824, 3825] +Triangle: [3817, 3825, 3826] +Triangle: [3819, 3818, 3826] +Triangle: [3820, 3819, 3827] +Triangle: [3821, 3828, 3836] +Triangle: [3822, 3821, 3829] +Triangle: [3823, 3822, 3830] +Triangle: [3823, 3831, 3832] +Triangle: [3824, 3832, 3833] +Triangle: [3825, 3833, 3834] +Triangle: [3826, 3834, 3835] +Triangle: [3828, 3827, 3835] +Triangle: [3845, 3853, 3846] +Triangle: [3838, 3846, 3847] +Triangle: [3839, 3847, 3848] +Triangle: [3841, 3840, 3848] +Triangle: [3842, 3841, 3849] +Triangle: [3843, 3842, 3850] +Triangle: [3844, 3843, 3851] +Triangle: [3845, 3844, 3852] +Triangle: [3853, 3861, 3854] +Triangle: [3846, 3854, 3855] +Triangle: [3848, 3847, 3855] +Triangle: [3849, 3848, 3856] +Triangle: [3850, 3849, 3857] +Triangle: [3850, 3858, 3859] +Triangle: [3851, 3859, 3860] +Triangle: [3852, 3860, 3861] +Triangle: [3861, 3869, 3862] +Triangle: [3855, 3854, 3862] +Triangle: [3856, 3855, 3863] +Triangle: [3857, 3856, 3864] +Triangle: [3858, 3857, 3865] +Triangle: [3858, 3866, 3867] +Triangle: [3859, 3867, 3868] +Triangle: [3860, 3868, 3869] +Triangle: [3862, 3869, 3877] +Triangle: [3863, 3862, 3870] +Triangle: [3863, 3871, 3872] +Triangle: [3864, 3872, 3873] +Triangle: [3865, 3873, 3874] +Triangle: [3866, 3874, 3875] +Triangle: [3868, 3867, 3875] +Triangle: [3869, 3868, 3876] +Triangle: [3870, 3877, 3885] +Triangle: [3871, 3870, 3878] +Triangle: [3871, 3879, 3880] +Triangle: [3872, 3880, 3881] +Triangle: [3873, 3881, 3882] +Triangle: [3874, 3882, 3883] +Triangle: [3876, 3875, 3883] +Triangle: [3877, 3876, 3884] +Triangle: [3878, 3885, 3893] +Triangle: [3878, 3886, 3887] +Triangle: [3880, 3879, 3887] +Triangle: [3881, 3880, 3888] +Triangle: [3882, 3881, 3889] +Triangle: [3883, 3882, 3890] +Triangle: [3883, 3891, 3892] +Triangle: [3884, 3892, 3893] +Triangle: [3886, 3893, 3901] +Triangle: [3886, 3894, 3895] +Triangle: [3888, 3887, 3895] +Triangle: [3889, 3888, 3896] +Triangle: [3890, 3889, 3897] +Triangle: [3890, 3898, 3899] +Triangle: [3891, 3899, 3900] +Triangle: [3892, 3900, 3901] +Triangle: [3951, 3952, 3910] +Triangle: [3956, 3951, 3907] +Triangle: [3953, 3908, 3909] +Triangle: [3954, 3909, 3936] +Triangle: [3907, 3910, 3914] +Triangle: [3944, 3907, 3911] +Triangle: [3908, 3912, 3913] +Triangle: [3909, 3913, 3937] +Triangle: [3914, 3918, 3915] +Triangle: [3945, 3911, 3915] +Triangle: [3913, 3912, 3916] +Triangle: [3913, 3917, 3938] +Triangle: [3915, 3918, 3922] +Triangle: [3946, 3915, 3919] +Triangle: [3917, 3916, 3920] +Triangle: [3917, 3921, 3939] +Triangle: [3919, 3922, 3926] +Triangle: [3947, 3919, 3923] +Triangle: [3920, 3924, 3925] +Triangle: [3921, 3925, 3940] +Triangle: [3926, 3930, 3927] +Triangle: [3948, 3923, 3927] +Triangle: [3925, 3924, 3928] +Triangle: [3940, 3925, 3929] +Triangle: [3930, 3934, 3931] +Triangle: [3927, 3931, 3950] +Triangle: [3929, 3928, 3932] +Triangle: [3929, 3933, 3942] +Triangle: [3930, 3941, 3942] +Triangle: [3940, 3941, 3930] +Triangle: [3922, 3939, 3940] +Triangle: [3938, 3939, 3922] +Triangle: [3937, 3938, 3918] +Triangle: [3936, 3937, 3914] +Triangle: [3955, 3936, 3910] +Triangle: [3949, 3950, 3932] +Triangle: [3948, 3949, 3928] +Triangle: [3947, 3948, 3924] +Triangle: [3916, 3946, 3947] +Triangle: [3912, 3945, 3946] +Triangle: [3908, 3944, 3945] +Triangle: [3953, 3956, 3944] +Triangle: [3904, 3943, 3956] +Triangle: [3935, 3955, 3952] +Triangle: [3905, 3954, 3955] +Triangle: [3905, 3904, 3953] +Triangle: [3943, 3903, 3951] +Triangle: [3906, 3952, 3951] +Triangle: [3957, 3960, 3964] +Triangle: [3978, 3957, 3961] +Triangle: [3958, 3962, 3963] +Triangle: [3959, 3963, 3975] +Triangle: [3961, 3964, 3968] +Triangle: [3962, 3979, 3980] +Triangle: [3975, 3976, 3968] +Triangle: [3965, 3980, 3979] +Triangle: [3968, 3972, 3969] +Triangle: [3980, 3965, 3969] +Triangle: [3967, 3966, 3970] +Triangle: [3976, 3967, 3971] +Triangle: [3976, 3977, 3972] +Triangle: [3963, 3967, 3976] +Triangle: [3974, 3975, 3964] +Triangle: [3980, 3981, 3970] +Triangle: [3963, 3962, 3966] +Triangle: [3958, 3978, 3979] +Triangle: [4022, 3982, 3983] +Triangle: [4023, 3986, 3987] +Triangle: [3985, 3984, 4021] +Triangle: [4020, 3987, 3988] +Triangle: [4021, 3984, 3982] +Triangle: [4018, 3983, 3986] +Triangle: [3991, 3998, 3996] +Triangle: [3997, 4000, 3993] +Triangle: [3996, 3997, 3990] +Triangle: [4000, 4001, 3994] +Triangle: [3999, 3998, 3991] +Triangle: [3994, 4001, 4002] +Triangle: [4028, 4025, 4004] +Triangle: [4029, 4026, 4007] +Triangle: [4019, 4027, 4005] +Triangle: [4024, 3988, 4378] +Triangle: [4027, 4028, 4003] +Triangle: [4029, 4006, 4004] +Triangle: [4010, 4008, 4013] +Triangle: [4011, 4016, 4014] +Triangle: [4008, 4009, 4014] +Triangle: [4012, 4017, 4016] +Triangle: [3992, 4010, 4015] +Triangle: [3995, 4002, 4380] +Triangle: [3989, 3982, 3984] +Triangle: [3984, 3985, 3992] +Triangle: [3985, 4005, 4010] +Triangle: [4005, 4003, 4008] +Triangle: [4003, 4004, 4009] +Triangle: [4009, 4004, 4006] +Triangle: [4006, 4007, 4012] +Triangle: [4379, 4378, 3988] +Triangle: [3995, 3988, 3987] +Triangle: [3994, 3987, 3986] +Triangle: [3986, 3983, 3990] +Triangle: [3990, 3983, 3982] +Triangle: [4360, 4029, 4025] +Triangle: [4359, 4028, 4027] +Triangle: [4358, 4024, 4381] +Triangle: [4355, 4027, 4019] +Triangle: [4354, 4026, 4029] +Triangle: [4353, 4025, 4028] +Triangle: [4349, 4018, 4023] +Triangle: [4352, 4021, 4022] +Triangle: [4351, 4020, 4024] +Triangle: [4350, 4019, 4021] +Triangle: [4357, 4023, 4020] +Triangle: [4356, 4022, 4018] +Triangle: [4000, 3997, 4032] +Triangle: [4232, 4032, 4043] +Triangle: [4033, 4034, 4001] +Triangle: [3996, 4043, 4032] +Triangle: [3998, 4042, 4043] +Triangle: [3998, 3999, 4041] +Triangle: [3999, 4015, 4040] +Triangle: [4015, 4013, 4039] +Triangle: [4013, 4014, 4038] +Triangle: [4016, 4037, 4038] +Triangle: [4017, 4036, 4037] +Triangle: [4002, 4035, 4382] +Triangle: [4001, 4034, 4035] +Triangle: [4290, 4291, 4266] +Triangle: [4065, 4364, 4363] +Triangle: [4363, 4365, 4066] +Triangle: [4050, 4048, 4495] +Triangle: [4048, 4049, 4497] +Triangle: [4070, 4053, 4052] +Triangle: [4072, 4054, 4053] +Triangle: [4071, 4052, 4051] +Triangle: [4074, 4055, 4054] +Triangle: [4069, 4073, 4051] +Triangle: [4050, 4055, 4074] +Triangle: [4499, 4057, 4056] +Triangle: [4500, 4491, 4057] +Triangle: [4049, 4051, 4498] +Triangle: [4058, 4490, 4488] +Triangle: [4059, 4362, 4062] +Triangle: [4062, 4366, 4370] +Triangle: [4064, 4066, 4031] +Triangle: [4065, 4064, 4030] +Triangle: [4047, 4364, 4493] +Triangle: [4046, 4056, 4372] +Triangle: [4067, 4069, 4049] +Triangle: [4068, 4067, 4048] +Triangle: [4078, 4079, 4081] +Triangle: [4385, 4383, 4078] +Triangle: [4384, 4385, 4083] +Triangle: [4083, 4081, 4077] +Triangle: [4138, 4139, 4104] +Triangle: [4388, 4095, 4117] +Triangle: [4122, 4099, 4097] +Triangle: [4399, 4134, 4107] +Triangle: [4095, 4096, 4116] +Triangle: [4137, 4102, 4100] +Triangle: [4137, 4138, 4103] +Triangle: [4134, 4088, 4089] +Triangle: [4638, 4086, 4087] +Triangle: [4643, 4641, 4088] +Triangle: [4398, 4386, 4091] +Triangle: [4641, 4123, 4122] +Triangle: [4638, 4636, 4085] +Triangle: [4133, 4091, 4087] +Triangle: [4132, 4089, 4090] +Triangle: [4636, 4637, 4084] +Triangle: [4384, 4075, 4104] +Triangle: [4082, 4076, 4107] +Triangle: [4080, 4082, 4106] +Triangle: [4080, 4105, 4391] +Triangle: [4075, 4077, 4103] +Triangle: [4081, 4102, 4103] +Triangle: [4079, 4100, 4102] +Triangle: [4078, 4101, 4100] +Triangle: [4124, 4115, 4113] +Triangle: [4126, 4109, 4115] +Triangle: [4127, 4108, 4393] +Triangle: [4129, 4128, 4111] +Triangle: [4130, 4129, 4112] +Triangle: [4131, 4130, 4114] +Triangle: [4127, 4131, 4110] +Triangle: [4396, 4125, 4113] +Triangle: [4123, 4093, 4099] +Triangle: [4094, 4092, 4119] +Triangle: [4098, 4094, 4118] +Triangle: [4389, 4093, 4123] +Triangle: [4098, 4120, 4116] +Triangle: [4117, 4116, 4634] +Triangle: [4640, 4122, 4121] +Triangle: [4395, 4117, 4635] +Triangle: [4097, 4125, 4396] +Triangle: [4092, 4094, 4131] +Triangle: [4094, 4098, 4130] +Triangle: [4098, 4096, 4129] +Triangle: [4096, 4095, 4128] +Triangle: [4092, 4127, 4397] +Triangle: [4093, 4126, 4124] +Triangle: [4099, 4124, 4125] +Triangle: [4132, 4135, 4105] +Triangle: [4101, 4133, 4136] +Triangle: [4391, 4398, 4133] +Triangle: [4134, 4132, 4106] +Triangle: [4086, 4085, 4138] +Triangle: [4086, 4137, 4136] +Triangle: [4387, 4088, 4134] +Triangle: [4085, 4084, 4139] +Triangle: [4410, 4159, 4160] +Triangle: [4408, 4161, 4159] +Triangle: [4157, 4163, 4164] +Triangle: [4156, 4164, 4162] +Triangle: [4220, 4185, 4184] +Triangle: [4178, 4176, 4198] +Triangle: [4413, 4178, 4202] +Triangle: [4215, 4188, 4185] +Triangle: [4176, 4177, 4197] +Triangle: [4424, 4218, 4183] +Triangle: [4218, 4219, 4184] +Triangle: [4169, 4170, 4213] +Triangle: [4419, 4201, 4167] +Triangle: [4204, 4169, 4165] +Triangle: [4171, 4172, 4214] +Triangle: [4169, 4204, 4203] +Triangle: [4201, 4199, 4166] +Triangle: [4214, 4172, 4168] +Triangle: [4411, 4171, 4216] +Triangle: [4199, 4200, 4165] +Triangle: [4157, 4156, 4185] +Triangle: [4157, 4188, 4187] +Triangle: [4408, 4163, 4187] +Triangle: [4161, 4186, 4182] +Triangle: [4158, 4184, 4185] +Triangle: [4158, 4162, 4183] +Triangle: [4160, 4181, 4416] +Triangle: [4159, 4182, 4181] +Triangle: [4205, 4196, 4417] +Triangle: [4205, 4207, 4190] +Triangle: [4207, 4208, 4189] +Triangle: [4209, 4192, 4193] +Triangle: [4421, 4210, 4193] +Triangle: [4212, 4211, 4195] +Triangle: [4208, 4212, 4191] +Triangle: [4206, 4194, 4192] +Triangle: [4174, 4180, 4203] +Triangle: [4173, 4200, 4199] +Triangle: [4175, 4199, 4201] +Triangle: [4174, 4204, 4200] +Triangle: [4179, 4201, 4419] +Triangle: [4198, 4197, 4168] +Triangle: [4420, 4202, 4171] +Triangle: [4202, 4198, 4172] +Triangle: [4178, 4206, 4209] +Triangle: [4175, 4212, 4208] +Triangle: [4175, 4179, 4211] +Triangle: [4414, 4177, 4210] +Triangle: [4177, 4176, 4209] +Triangle: [4174, 4173, 4208] +Triangle: [4180, 4174, 4207] +Triangle: [4180, 4205, 4422] +Triangle: [4423, 4216, 4186] +Triangle: [4182, 4214, 4217] +Triangle: [4216, 4214, 4182] +Triangle: [4215, 4213, 4187] +Triangle: [4167, 4166, 4219] +Triangle: [4412, 4167, 4218] +Triangle: [4169, 4215, 4220] +Triangle: [4166, 4165, 4220] +Triangle: [4115, 4142, 4146] +Triangle: [4150, 4154, 4145] +Triangle: [4191, 4195, 4153] +Triangle: [4417, 4196, 4222] +Triangle: [4426, 4425, 4222] +Triangle: [4281, 4282, 4246] +Triangle: [4040, 4039, 4282] +Triangle: [4427, 4426, 4224] +Triangle: [4223, 4228, 4229] +Triangle: [4035, 4225, 4427] +Triangle: [4232, 4233, 4044] +Triangle: [4235, 4234, 4227] +Triangle: [4325, 4308, 4429] +Triangle: [4245, 4324, 4307] +Triangle: [4239, 4240, 4229] +Triangle: [4225, 4227, 4228] +Triangle: [4242, 4241, 4229] +Triangle: [4235, 4238, 4244] +Triangle: [4244, 4240, 4239] +Triangle: [4243, 4242, 4240] +Triangle: [4111, 4316, 4308] +Triangle: [4039, 4038, 4283] +Triangle: [4041, 4040, 4281] +Triangle: [4269, 4246, 4282] +Triangle: [4280, 4281, 4247] +Triangle: [4403, 4430, 4250] +Triangle: [4251, 4249, 4140] +Triangle: [4141, 4250, 4252] +Triangle: [4393, 4431, 4254] +Triangle: [4255, 4253, 4108] +Triangle: [4109, 4254, 4256] +Triangle: [4432, 4258, 4149] +Triangle: [4259, 4257, 4148] +Triangle: [4149, 4258, 4260] +Triangle: [4147, 4252, 4259] +Triangle: [4115, 4256, 4251] +Triangle: [4261, 4262, 4190] +Triangle: [4263, 4261, 4189] +Triangle: [4190, 4262, 4222] +Triangle: [4155, 4260, 4263] +Triangle: [4258, 4261, 4263] +Triangle: [4257, 4259, 4252] +Triangle: [4249, 4251, 4256] +Triangle: [4373, 4063, 4065] +Triangle: [4267, 4264, 4377] +Triangle: [4268, 4264, 4267] +Triangle: [4434, 4433, 4264] +Triangle: [4038, 4037, 4284] +Triangle: [4283, 4284, 4279] +Triangle: [4435, 4438, 4276] +Triangle: [4438, 4248, 4247] +Triangle: [4271, 4270, 4276] +Triangle: [4434, 4268, 4435] +Triangle: [4440, 4270, 4271] +Triangle: [4441, 4271, 4436] +Triangle: [4442, 4272, 4273] +Triangle: [4482, 4443, 4273] +Triangle: [4445, 4444, 4274] +Triangle: [4446, 4445, 4275] +Triangle: [4262, 4261, 4269] +Triangle: [4224, 4222, 4262] +Triangle: [4224, 4279, 4284] +Triangle: [4037, 4036, 4226] +Triangle: [4292, 4280, 4248] +Triangle: [4280, 4289, 4042] +Triangle: [4447, 4246, 4269] +Triangle: [4285, 4278, 4275] +Triangle: [4449, 4285, 4274] +Triangle: [4481, 4448, 4287] +Triangle: [4287, 4277, 4439] +Triangle: [4271, 4277, 4451] +Triangle: [4451, 4277, 4287] +Triangle: [4288, 4286, 4273] +Triangle: [4289, 4233, 4043] +Triangle: [4231, 4232, 4030] +Triangle: [4289, 4291, 4290] +Triangle: [4292, 4291, 4289] +Triangle: [4231, 4031, 4295] +Triangle: [4291, 4292, 4267] +Triangle: [4062, 4362, 4293] +Triangle: [4369, 4367, 4237] +Triangle: [4066, 4060, 4295] +Triangle: [4243, 4244, 4238] +Triangle: [4238, 4486, 4294] +Triangle: [4486, 4238, 4235] +Triangle: [4194, 4221, 4296] +Triangle: [4221, 4229, 4241] +Triangle: [4195, 4298, 4297] +Triangle: [4453, 4300, 4299] +Triangle: [4405, 4153, 4297] +Triangle: [4193, 4300, 4453] +Triangle: [4301, 4192, 4296] +Triangle: [4192, 4301, 4300] +Triangle: [4302, 4301, 4241] +Triangle: [4304, 4299, 4300] +Triangle: [4301, 4302, 4303] +Triangle: [4321, 4315, 4456] +Triangle: [4307, 4306, 4242] +Triangle: [4302, 4242, 4306] +Triangle: [4303, 4302, 4305] +Triangle: [4154, 4311, 4310] +Triangle: [4454, 4313, 4312] +Triangle: [4152, 4313, 4454] +Triangle: [4401, 4145, 4310] +Triangle: [4315, 4321, 4113] +Triangle: [4314, 4320, 4460] +Triangle: [4144, 4317, 4456] +Triangle: [4143, 4312, 4457] +Triangle: [4245, 4238, 4237] +Triangle: [4313, 4152, 4406] +Triangle: [4299, 4304, 4318] +Triangle: [4306, 4318, 4304] +Triangle: [4318, 4306, 4459] +Triangle: [4460, 4320, 4319] +Triangle: [4313, 4319, 4320] +Triangle: [4308, 4323, 4462] +Triangle: [4236, 4309, 4324] +Triangle: [4312, 4320, 4462] +Triangle: [4316, 4317, 4323] +Triangle: [4228, 4227, 4234] +Triangle: [4461, 4322, 4314] +Triangle: [4392, 4113, 4321] +Triangle: [4112, 4326, 4327] +Triangle: [4327, 4255, 4110] +Triangle: [4112, 4111, 4325] +Triangle: [4467, 4328, 4329] +Triangle: [4465, 4330, 4331] +Triangle: [4464, 4322, 4330] +Triangle: [4461, 4309, 4328] +Triangle: [4332, 4328, 4309] +Triangle: [4332, 4236, 4368] +Triangle: [4329, 4328, 4332] +Triangle: [4468, 4331, 4334] +Triangle: [4470, 4334, 4331] +Triangle: [4336, 4335, 4329] +Triangle: [4480, 4469, 4334] +Triangle: [4265, 4266, 4375] +Triangle: [4487, 4336, 4333] +Triangle: [4033, 4032, 4232] +Triangle: [4344, 4337, 3339] +Triangle: [4345, 4339, 3341] +Triangle: [4338, 4340, 3342] +Triangle: [4339, 4346, 3570] +Triangle: [4340, 4344, 3572] +Triangle: [3339, 4337, 4345] +Triangle: [3343, 4341, 4347] +Triangle: [3568, 3344, 4342] +Triangle: [3345, 4343, 4338] +Triangle: [3558, 3570, 4346] +Triangle: [3569, 4347, 4343] +Triangle: [3343, 3568, 4348] +Triangle: [4407, 4473, 4150] +Triangle: [4474, 4473, 4155] +Triangle: [4479, 4474, 4153] +Triangle: [4403, 4475, 4142] +Triangle: [4475, 4147, 4145] +Triangle: [4478, 4476, 4145] +Triangle: [4344, 4356, 4349] +Triangle: [4345, 4357, 4351] +Triangle: [4350, 4352, 4340] +Triangle: [4339, 4351, 4358] +Triangle: [4352, 4356, 4344] +Triangle: [4337, 4349, 4357] +Triangle: [4341, 4353, 4359] +Triangle: [4342, 4354, 4360] +Triangle: [4343, 4355, 4350] +Triangle: [4472, 4346, 4358] +Triangle: [4347, 4359, 4355] +Triangle: [4341, 4348, 4360] +Triangle: [4333, 4332, 4361] +Triangle: [4061, 4366, 4369] +Triangle: [4063, 4487, 4293] +Triangle: [4059, 4493, 4063] +Triangle: [4368, 4236, 4237] +Triangle: [4047, 4045, 4363] +Triangle: [4065, 4063, 4493] +Triangle: [4045, 4046, 4365] +Triangle: [4062, 4361, 4368] +Triangle: [4062, 4367, 4369] +Triangle: [4057, 4371, 4372] +Triangle: [4365, 4372, 4060] +Triangle: [4290, 4265, 4374] +Triangle: [4373, 4044, 4374] +Triangle: [4375, 4376, 4336] +Triangle: [4375, 4266, 4377] +Triangle: [4376, 4471, 4335] +Triangle: [4472, 4477, 4354] +Triangle: [4146, 4476, 4478] +Triangle: [4144, 4400, 4478] +Triangle: [4402, 4478, 4401] +Triangle: [4142, 4475, 4476] +Triangle: [4141, 4147, 4475] +Triangle: [4404, 4154, 4474] +Triangle: [4152, 4404, 4479] +Triangle: [4406, 4479, 4405] +Triangle: [4154, 4150, 4473] +Triangle: [4149, 4155, 4473] +Triangle: [3344, 3558, 4472] +Triangle: [4433, 4255, 4469] +Triangle: [4264, 4433, 4480] +Triangle: [4471, 4480, 4470] +Triangle: [4335, 4470, 4466] +Triangle: [4327, 4468, 4469] +Triangle: [4322, 4461, 4467] +Triangle: [4325, 4464, 4465] +Triangle: [4326, 4465, 4468] +Triangle: [4330, 4467, 4466] +Triangle: [4392, 4463, 4316] +Triangle: [4309, 4461, 4428] +Triangle: [4457, 4462, 4323] +Triangle: [4429, 4462, 4320] +Triangle: [4460, 4459, 4306] +Triangle: [4458, 4459, 4319] +Triangle: [4458, 4406, 4151] +Triangle: [4402, 4457, 4317] +Triangle: [4400, 4456, 4315] +Triangle: [4428, 4460, 4307] +Triangle: [4143, 4401, 4455] +Triangle: [4404, 4454, 4311] +Triangle: [4311, 4454, 4455] +Triangle: [4463, 4456, 4317] +Triangle: [4418, 4453, 4298] +Triangle: [4151, 4405, 4452] +Triangle: [4298, 4453, 4452] +Triangle: [4288, 4451, 4448] +Triangle: [4436, 4451, 4288] +Triangle: [4450, 4439, 4247] +Triangle: [4286, 4448, 4481] +Triangle: [4449, 4481, 4447] +Triangle: [4481, 4450, 4246] +Triangle: [4286, 4449, 4437] +Triangle: [4285, 4447, 4446] +Triangle: [4269, 4261, 4445] +Triangle: [4261, 4258, 4444] +Triangle: [4432, 4257, 4443] +Triangle: [4258, 4432, 4482] +Triangle: [4444, 4482, 4437] +Triangle: [4250, 4442, 4443] +Triangle: [4249, 4441, 4483] +Triangle: [4430, 4483, 4442] +Triangle: [4483, 4436, 4272] +Triangle: [4254, 4440, 4441] +Triangle: [4253, 4434, 4484] +Triangle: [4431, 4484, 4440] +Triangle: [4484, 4435, 4270] +Triangle: [4276, 4438, 4439] +Triangle: [4268, 4248, 4438] +Triangle: [4253, 4255, 4433] +Triangle: [4257, 4432, 4407] +Triangle: [4108, 4253, 4431] +Triangle: [4140, 4249, 4430] +Triangle: [4464, 4429, 4314] +Triangle: [4382, 4427, 4226] +Triangle: [4225, 4223, 4426] +Triangle: [4223, 4221, 4425] +Triangle: [4194, 4417, 4425] +Triangle: [4412, 4424, 4217] +Triangle: [4213, 4423, 4415] +Triangle: [4413, 4422, 4206] +Triangle: [4179, 4414, 4421] +Triangle: [4203, 4420, 4411] +Triangle: [4414, 4419, 4197] +Triangle: [4211, 4421, 4418] +Triangle: [4206, 4422, 4417] +Triangle: [4162, 4409, 4416] +Triangle: [4161, 4408, 4415] +Triangle: [4170, 4411, 4423] +Triangle: [4197, 4419, 4412] +Triangle: [4424, 4416, 4181] +Triangle: [4180, 4413, 4420] +Triangle: [4163, 4408, 4410] +Triangle: [4164, 4410, 4409] +Triangle: [4084, 4387, 4399] +Triangle: [4105, 4135, 4398] +Triangle: [4093, 4389, 4397] +Triangle: [4095, 4388, 4396] +Triangle: [4639, 4121, 4395] +Triangle: [4092, 4389, 4394] +Triangle: [4128, 4396, 4392] +Triangle: [4397, 4393, 4109] +Triangle: [4383, 4391, 4101] +Triangle: [4076, 4384, 4390] +Triangle: [4135, 4090, 4386] +Triangle: [4637, 4643, 4387] +Triangle: [4139, 4399, 4390] +Triangle: [4097, 4388, 4395] +Triangle: [4076, 4082, 4385] +Triangle: [4082, 4080, 4383] +Triangle: [4380, 4382, 4036] +Triangle: [4477, 4381, 4026] +Triangle: [4007, 4378, 4379] +Triangle: [4379, 4380, 4017] +Triangle: [4026, 4381, 4378] +Triangle: [4377, 4264, 4471] +Triangle: [4487, 4063, 4373] +Triangle: [4489, 4492, 4295] +Triangle: [4055, 4488, 4490] +Triangle: [4227, 4225, 4035] +Triangle: [4060, 4372, 4371] +Triangle: [4492, 4485, 4230] +Triangle: [4033, 4231, 4230] +Triangle: [4227, 4034, 4230] +Triangle: [4486, 4485, 4492] +Triangle: [4492, 4489, 4061] +Triangle: [4494, 4061, 4489] +Triangle: [4371, 4057, 4491] +Triangle: [4061, 4494, 4370] +Triangle: [4494, 4491, 4058] +Triangle: [4497, 4498, 4056] +Triangle: [4053, 4500, 4499] +Triangle: [4052, 4499, 4498] +Triangle: [4495, 4497, 4046] +Triangle: [4496, 4495, 4045] +Triangle: [4047, 4059, 4488] +Triangle: [4055, 4050, 4496] +Triangle: [4501, 4073, 4069] +Triangle: [4071, 4073, 4501] +Triangle: [4072, 4070, 4501] +Triangle: [4501, 4067, 4068] +Triangle: [4054, 4490, 4500] +Triangle: [4491, 4500, 4490] +Triangle: [4525, 3349, 3208] +Triangle: [3408, 3389, 3401] +Triangle: [4519, 3382, 2428] +Triangle: [3400, 3394, 4504] +Triangle: [3415, 3400, 4503] +Triangle: [3413, 3393, 4507] +Triangle: [3350, 4504, 3392] +Triangle: [4504, 3394, 3379] +Triangle: [3402, 4521, 3415] +Triangle: [3347, 4509, 4510] +Triangle: [3347, 46, 2253] +Triangle: [3414, 3359, 4510] +Triangle: [3394, 4519, 4513] +Triangle: [4511, 4522, 3559] +Triangle: [3388, 3382, 4519] +Triangle: [3409, 3388, 4520] +Triangle: [4511, 4512, 2423] +Triangle: [2451, 173, 2256] +Triangle: [3386, 4517, 4518] +Triangle: [3379, 4513, 4517] +Triangle: [4522, 4516, 3385] +Triangle: [3384, 3385, 4516] +Triangle: [3383, 3384, 4515] +Triangle: [3378, 3387, 4518] +Triangle: [3409, 4521, 3402] +Triangle: [3382, 4535, 4534] +Triangle: [3217, 3206, 4530] +Triangle: [4527, 3388, 3409] +Triangle: [4527, 3364, 4536] +Triangle: [3381, 3389, 4524] +Triangle: [2270, 1204, 3358] +Triangle: [4528, 3405, 3346] +Triangle: [4531, 3409, 3390] +Triangle: [4540, 3217, 4523] +Triangle: [4532, 3358, 3405] +Triangle: [4529, 3406, 2436] +Triangle: [4535, 3382, 3388] +Triangle: [3388, 4527, 4535] +Triangle: [4534, 4525, 4530] +Triangle: [2282, 47, 2435] +Triangle: [3349, 4525, 4537] +Triangle: [4538, 2435, 3349] +Triangle: [4525, 4534, 4535] +Triangle: [4539, 4545, 3565] +Triangle: [4539, 4541, 2556] +Triangle: [3505, 3217, 4540] +Triangle: [3506, 3507, 4543] +Triangle: [3507, 3508, 4544] +Triangle: [4545, 4544, 3508] +Triangle: [3506, 4542, 2287] +Triangle: [2557, 4540, 4533] +Triangle: [3216, 2425, 3223] +Triangle: [267, 2626, 4546] +Triangle: [2626, 2627, 4547] +Triangle: [2627, 2628, 2816] +Triangle: [4581, 4582, 2695] +Triangle: [4560, 4558, 4581] +Triangle: [4583, 2701, 2693] +Triangle: [4584, 2693, 2692] +Triangle: [4580, 4548, 4561] +Triangle: [4549, 4548, 4580] +Triangle: [4550, 4549, 4586] +Triangle: [4551, 4550, 4587] +Triangle: [4557, 4556, 4589] +Triangle: [4589, 4556, 4555] +Triangle: [4555, 4598, 4596] +Triangle: [4554, 4553, 4592] +Triangle: [4553, 4552, 4593] +Triangle: [4563, 4551, 4588] +Triangle: [4562, 4563, 4594] +Triangle: [4593, 4552, 4562] +Triangle: [4556, 4572, 4571] +Triangle: [4565, 4564, 4548] +Triangle: [4557, 4573, 4572] +Triangle: [4550, 4566, 4565] +Triangle: [4577, 4575, 4559] +Triangle: [4558, 4574, 4573] +Triangle: [4551, 4567, 4566] +Triangle: [4552, 4568, 4578] +Triangle: [4564, 4577, 4561] +Triangle: [4553, 4569, 4568] +Triangle: [4575, 4576, 4560] +Triangle: [4562, 4578, 4579] +Triangle: [4554, 4570, 4569] +Triangle: [4576, 4574, 4558] +Triangle: [4579, 4567, 4551] +Triangle: [4598, 4600, 4570] +Triangle: [4593, 4595, 2688] +Triangle: [2688, 4595, 4594] +Triangle: [4594, 4588, 2689] +Triangle: [2698, 4592, 4593] +Triangle: [4591, 4592, 2698] +Triangle: [4590, 4596, 4597] +Triangle: [4589, 4590, 2696] +Triangle: [4582, 4589, 2703] +Triangle: [4588, 4587, 2690] +Triangle: [4587, 4586, 2691] +Triangle: [2691, 4586, 4580] +Triangle: [2699, 4580, 4585] +Triangle: [4559, 4584, 4585] +Triangle: [4560, 4583, 4584] +Triangle: [4583, 4581, 2694] +Triangle: [4558, 4557, 4582] +Triangle: [4571, 4600, 4598] +Triangle: [4598, 4554, 4591] +Triangle: [2697, 2621, 4599] +Triangle: [4596, 4591, 2697] +Triangle: [2621, 2816, 2628] +Triangle: [4604, 4603, 4605] +Triangle: [4607, 4608, 4606] +Triangle: [4609, 4610, 4608] +Triangle: [4609, 4611, 4612] +Triangle: [4611, 4613, 4614] +Triangle: [4613, 4615, 4616] +Triangle: [4617, 4618, 4616] +Triangle: [4619, 4620, 4618] +Triangle: [4621, 4622, 4620] +Triangle: [4623, 4624, 4622] +Triangle: [4623, 4625, 4626] +Triangle: [4625, 4627, 4628] +Triangle: [4627, 4629, 4630] +Triangle: [4629, 4631, 4632] +Triangle: [4601, 4633, 4632] +Triangle: [4601, 4603, 4604] +Triangle: [4119, 4394, 4643] +Triangle: [4090, 4639, 4642] +Triangle: [4642, 4635, 4091] +Triangle: [4089, 4640, 4639] +Triangle: [4091, 4635, 4634] +Triangle: [4118, 4119, 4637] +Triangle: [4120, 4118, 4636] +Triangle: [4088, 4641, 4640] +Triangle: [4394, 4123, 4641] +Triangle: [4120, 4638, 4634] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999425 +Vertex 1: +Vertex groups: 3 + Group: 'spine', Weight: 0.836326 + Group: 'spine.001', Weight: 0.090082 + Group: 'spine1', Weight: 0.043006 +Vertex 2: +Vertex groups: 3 + Group: 'spine', Weight: 0.835656 + Group: 'spine.001', Weight: 0.088611 + Group: 'spine1', Weight: 0.048553 +Vertex 3: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.115406 + Group: 'spine.003', Weight: 0.395058 + Group: 'shoulder.L', Weight: 0.368170 + Group: 'upper_arm.L', Weight: 0.051657 + Group: 'shoulder.R', Weight: 0.040754 +Vertex 4: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.148105 + Group: 'spine.003', Weight: 0.562162 + Group: 'shoulder.L', Weight: 0.122677 + Group: 'shoulder.R', Weight: 0.122677 +Vertex 5: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.068780 + Group: 'spine.003', Weight: 0.267383 + Group: 'shoulder.L', Weight: 0.534719 + Group: 'upper_arm.L', Weight: 0.035399 + Group: 'shoulder.R', Weight: 0.055499 +Vertex 6: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.068955 + Group: 'spine.003', Weight: 0.501343 + Group: 'shoulder.L', Weight: 0.191656 + Group: 'shoulder.R', Weight: 0.191656 +Vertex 7: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089033 + Group: 'spine.003', Weight: 0.177599 + Group: 'shoulder.L', Weight: 0.151872 + Group: 'upper_arm.L', Weight: 0.568838 +Vertex 8: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107712 + Group: 'spine.003', Weight: 0.181569 + Group: 'shoulder.L', Weight: 0.136085 + Group: 'upper_arm.L', Weight: 0.561274 +Vertex 9: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.115101 + Group: 'spine.003', Weight: 0.187309 + Group: 'shoulder.L', Weight: 0.101247 + Group: 'upper_arm.L', Weight: 0.582196 +Vertex 10: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131039 + Group: 'spine.003', Weight: 0.175148 + Group: 'shoulder.L', Weight: 0.085877 + Group: 'upper_arm.L', Weight: 0.591059 +Vertex 11: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.172420 + Group: 'spine.003', Weight: 0.286620 + Group: 'shoulder.L', Weight: 0.101674 + Group: 'upper_arm.L', Weight: 0.419574 +Vertex 12: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.200335 + Group: 'spine.003', Weight: 0.251630 + Group: 'shoulder.L', Weight: 0.092868 + Group: 'upper_arm.L', Weight: 0.430771 +Vertex 13: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.213215 + Group: 'spine.003', Weight: 0.310427 + Group: 'shoulder.L', Weight: 0.107280 + Group: 'upper_arm.L', Weight: 0.347048 +Vertex 14: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099976 + Group: 'spine.003', Weight: 0.209667 + Group: 'shoulder.L', Weight: 0.173509 + Group: 'upper_arm.L', Weight: 0.502421 +Vertex 15: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.021374 + Group: 'spine.003', Weight: 0.081696 + Group: 'shoulder.L', Weight: 0.323238 + Group: 'upper_arm.L', Weight: 0.547746 +Vertex 16: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.048436 + Group: 'spine.003', Weight: 0.118013 + Group: 'shoulder.L', Weight: 0.457418 + Group: 'upper_arm.L', Weight: 0.358557 +Vertex 17: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.762454 + Group: 'upper_arm.L', Weight: 0.193786 +Vertex 18: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.040194 + Group: 'shoulder.L', Weight: 0.797043 + Group: 'upper_arm.L', Weight: 0.118771 +Vertex 19: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.046894 + Group: 'spine.004', Weight: 0.052870 + Group: 'shoulder.L', Weight: 0.608209 + Group: 'upper_arm.L', Weight: 0.234217 +Vertex 20: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.085326 + Group: 'spine.003', Weight: 0.132797 + Group: 'shoulder.L', Weight: 0.333207 + Group: 'upper_arm.L', Weight: 0.392885 +Vertex 21: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131722 + Group: 'spine.003', Weight: 0.162370 + Group: 'shoulder.L', Weight: 0.285295 + Group: 'upper_arm.L', Weight: 0.369498 +Vertex 22: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.129775 + Group: 'spine.003', Weight: 0.143586 + Group: 'shoulder.L', Weight: 0.158616 + Group: 'upper_arm.L', Weight: 0.545842 +Vertex 23: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.010030 + Group: 'spine.004', Weight: 0.076530 + Group: 'shoulder.L', Weight: 0.662398 + Group: 'upper_arm.L', Weight: 0.183964 +Vertex 24: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.083912 + Group: 'shoulder.L', Weight: 0.688166 + Group: 'upper_arm.L', Weight: 0.181238 +Vertex 25: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.247815 + Group: 'spine.003', Weight: 0.245380 + Group: 'shoulder.L', Weight: 0.121382 + Group: 'upper_arm.L', Weight: 0.347911 +Vertex 26: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.203326 + Group: 'spine.003', Weight: 0.231959 + Group: 'shoulder.L', Weight: 0.242460 + Group: 'upper_arm.L', Weight: 0.257295 +Vertex 27: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.127108 + Group: 'spine.003', Weight: 0.207993 + Group: 'shoulder.L', Weight: 0.279030 + Group: 'upper_arm.L', Weight: 0.309946 + Group: 'shoulder.R', Weight: 0.005167 +Vertex 28: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.057672 + Group: 'spine.004', Weight: 0.119274 + Group: 'shoulder.L', Weight: 0.616171 + Group: 'upper_arm.L', Weight: 0.121978 + Group: 'shoulder.R', Weight: 0.040169 +Vertex 29: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.188896 + Group: 'shoulder.L', Weight: 0.620574 + Group: 'upper_arm.L', Weight: 0.095450 + Group: 'shoulder.R', Weight: 0.006317 +Vertex 30: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.121889 + Group: 'shoulder.L', Weight: 0.714066 + Group: 'upper_arm.L', Weight: 0.112689 +Vertex 31: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037620 + Group: 'spine.002', Weight: 0.615593 + Group: 'spine.003', Weight: 0.136524 + Group: 'shoulder.L', Weight: 0.047578 + Group: 'upper_arm.L', Weight: 0.140064 +Vertex 32: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040062 + Group: 'spine.002', Weight: 0.540467 + Group: 'spine.003', Weight: 0.165664 + Group: 'shoulder.L', Weight: 0.068285 + Group: 'upper_arm.L', Weight: 0.159374 +Vertex 33: +Vertex groups: 3 + Group: 'spine', Weight: 0.055545 + Group: 'spine.001', Weight: 0.335975 + Group: 'spine.002', Weight: 0.567258 +Vertex 34: +Vertex groups: 5 + Group: 'spine', Weight: 0.053970 + Group: 'spine.001', Weight: 0.240900 + Group: 'spine.002', Weight: 0.617407 + Group: 'spine.003', Weight: 0.032999 + Group: 'upper_arm.L', Weight: 0.002920 +Vertex 35: +Vertex groups: 3 + Group: 'spine', Weight: 0.225108 + Group: 'spine.001', Weight: 0.628920 + Group: 'spine.002', Weight: 0.132458 +Vertex 36: +Vertex groups: 3 + Group: 'spine', Weight: 0.228772 + Group: 'spine.001', Weight: 0.591090 + Group: 'spine.002', Weight: 0.160366 +Vertex 37: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.025667 + Group: 'spine.002', Weight: 0.624349 + Group: 'spine.003', Weight: 0.170238 + Group: 'shoulder.L', Weight: 0.047112 + Group: 'upper_arm.L', Weight: 0.106224 +Vertex 38: +Vertex groups: 3 + Group: 'spine', Weight: 0.072258 + Group: 'spine.001', Weight: 0.508373 + Group: 'spine.002', Weight: 0.398866 +Vertex 39: +Vertex groups: 3 + Group: 'spine', Weight: 0.273863 + Group: 'spine.001', Weight: 0.615550 + Group: 'spine.002', Weight: 0.099143 +Vertex 40: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.053154 + Group: 'spine.002', Weight: 0.782398 + Group: 'spine.003', Weight: 0.100473 +Vertex 41: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.030256 + Group: 'spine.002', Weight: 0.657454 + Group: 'spine.003', Weight: 0.183054 + Group: 'shoulder.L', Weight: 0.038030 + Group: 'upper_arm.L', Weight: 0.061579 +Vertex 42: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.067276 + Group: 'spine.003', Weight: 0.191444 + Group: 'shoulder.L', Weight: 0.579370 + Group: 'upper_arm.L', Weight: 0.123812 +Vertex 43: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.036560 + Group: 'spine.003', Weight: 0.135336 + Group: 'shoulder.L', Weight: 0.698335 + Group: 'upper_arm.L', Weight: 0.080269 +Vertex 44: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.045918 + Group: 'spine.002', Weight: 0.792086 + Group: 'spine.003', Weight: 0.103876 +Vertex 45: +Vertex groups: 3 + Group: 'spine', Weight: 0.197297 + Group: 'spine.001', Weight: 0.696585 + Group: 'spine.002', Weight: 0.097567 +Vertex 46: +Vertex groups: 3 + Group: 'spine', Weight: 0.208759 + Group: 'spine.001', Weight: 0.699277 + Group: 'spine.002', Weight: 0.084018 +Vertex 47: +Vertex groups: 2 + Group: 'spine.001', Weight: 0.259326 + Group: 'spine.002', Weight: 0.680355 +Vertex 48: +Vertex groups: 3 + Group: 'spine', Weight: 0.000206 + Group: 'spine.001', Weight: 0.280681 + Group: 'spine.002', Weight: 0.658539 +Vertex 49: +Vertex groups: 3 + Group: 'spine', Weight: 0.045113 + Group: 'spine.001', Weight: 0.493547 + Group: 'spine.002', Weight: 0.436937 +Vertex 50: +Vertex groups: 3 + Group: 'spine', Weight: 0.205276 + Group: 'spine.001', Weight: 0.677212 + Group: 'spine.002', Weight: 0.107656 +Vertex 51: +Vertex groups: 3 + Group: 'spine', Weight: 0.742425 + Group: 'spine.001', Weight: 0.191323 + Group: 'spine.002', Weight: 0.021880 +Vertex 52: +Vertex groups: 4 + Group: 'spine', Weight: 0.725094 + Group: 'spine.001', Weight: 0.205251 + Group: 'spine.002', Weight: 0.024484 + Group: 'spine1', Weight: 0.001281 +Vertex 53: +Vertex groups: 3 + Group: 'spine', Weight: 0.855750 + Group: 'spine.001', Weight: 0.058739 + Group: 'spine1', Weight: 0.074174 +Vertex 54: +Vertex groups: 3 + Group: 'spine', Weight: 0.877903 + Group: 'spine.001', Weight: 0.038352 + Group: 'spine1', Weight: 0.069707 +Vertex 55: +Vertex groups: 3 + Group: 'spine', Weight: 0.865988 + Group: 'spine.001', Weight: 0.045477 + Group: 'spine1', Weight: 0.076916 +Vertex 56: +Vertex groups: 3 + Group: 'spine', Weight: 0.849942 + Group: 'spine.001', Weight: 0.080407 + Group: 'spine1', Weight: 0.054881 +Vertex 57: +Vertex groups: 4 + Group: 'spine', Weight: 0.785702 + Group: 'spine.001', Weight: 0.158034 + Group: 'spine.002', Weight: 0.002761 + Group: 'spine1', Weight: 0.000783 +Vertex 58: +Vertex groups: 3 + Group: 'spine', Weight: 0.835423 + Group: 'spine.001', Weight: 0.096585 + Group: 'spine1', Weight: 0.048108 +Vertex 59: +Vertex groups: 3 + Group: 'spine', Weight: 0.756839 + Group: 'spine.001', Weight: 0.170307 + Group: 'spine.002', Weight: 0.032143 +Vertex 60: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.076488 + Group: 'spine.004', Weight: 0.397824 + Group: 'shoulder.L', Weight: 0.304120 + Group: 'upper_arm.L', Weight: 0.031881 + Group: 'shoulder.R', Weight: 0.114123 +Vertex 61: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.462725 + Group: 'shoulder.R', Weight: 0.182106 + Group: 'shoulder.L', Weight: 0.182103 + Group: 'spine.002', Weight: 0.109696 + Group: 'upper_arm.R', Weight: 0.063371 +Vertex 62: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.478502 + Group: 'spine.002', Weight: 0.259897 + Group: 'shoulder.L', Weight: 0.102224 + Group: 'shoulder.R', Weight: 0.102211 + Group: 'upper_arm.L', Weight: 0.057166 +Vertex 63: +Vertex groups: 4 + Group: 'spine', Weight: 0.080055 + Group: 'spine.001', Weight: 0.263059 + Group: 'spine.002', Weight: 0.578978 + Group: 'spine.003', Weight: 0.036341 +Vertex 64: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.167247 + Group: 'spine.003', Weight: 0.389941 + Group: 'shoulder.L', Weight: 0.187878 + Group: 'upper_arm.L', Weight: 0.131945 + Group: 'shoulder.R', Weight: 0.051824 +Vertex 65: +Vertex groups: 4 + Group: 'spine', Weight: 0.084576 + Group: 'spine.001', Weight: 0.283053 + Group: 'spine.002', Weight: 0.554929 + Group: 'spine.003', Weight: 0.033987 +Vertex 66: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.026031 + Group: 'spine.002', Weight: 0.335974 + Group: 'spine.003', Weight: 0.316051 + Group: 'shoulder.L', Weight: 0.124306 + Group: 'upper_arm.L', Weight: 0.137844 +Vertex 67: +Vertex groups: 4 + Group: 'spine', Weight: 0.131371 + Group: 'spine.001', Weight: 0.469006 + Group: 'spine.002', Weight: 0.348637 + Group: 'spine.003', Weight: 0.000622 +Vertex 68: +Vertex groups: 3 + Group: 'spine', Weight: 0.543293 + Group: 'spine.001', Weight: 0.342631 + Group: 'spine.002', Weight: 0.090051 +Vertex 69: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697635 + Group: 'spine.003', Weight: 0.149428 + Group: 'spine.001', Weight: 0.109506 + Group: 'upper_arm.L', Weight: 0.023570 + Group: 'shoulder.L', Weight: 0.019862 +Vertex 70: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.695958 + Group: 'spine.001', Weight: 0.153444 + Group: 'spine.003', Weight: 0.096064 + Group: 'spine', Weight: 0.028683 + Group: 'upper_arm.L', Weight: 0.025851 +Vertex 71: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.247882 + Group: 'upper_arm.L', Weight: 0.731331 +Vertex 72: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.088247 + Group: 'upper_arm.L', Weight: 0.886785 +Vertex 73: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.001239 + Group: 'spine.003', Weight: 0.056435 + Group: 'shoulder.L', Weight: 0.226595 + Group: 'upper_arm.L', Weight: 0.683407 +Vertex 74: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.071558 + Group: 'spine.003', Weight: 0.133413 + Group: 'shoulder.L', Weight: 0.106451 + Group: 'upper_arm.L', Weight: 0.678746 +Vertex 75: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.203379 + Group: 'upper_arm.L', Weight: 0.785124 +Vertex 76: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.198323 + Group: 'upper_arm.L', Weight: 0.786249 +Vertex 77: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.083054 + Group: 'upper_arm.L', Weight: 0.909609 +Vertex 78: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.062359 + Group: 'upper_arm.L', Weight: 0.931375 +Vertex 79: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.354783 + Group: 'upper_arm.L', Weight: 0.629871 +Vertex 80: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.320087 + Group: 'upper_arm.L', Weight: 0.657037 +Vertex 81: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.821501 + Group: 'upper_arm.L', Weight: 0.141762 +Vertex 82: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.043322 + Group: 'shoulder.L', Weight: 0.769709 + Group: 'upper_arm.L', Weight: 0.163474 +Vertex 83: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002326 + Group: 'shoulder.L', Weight: 0.657662 + Group: 'upper_arm.L', Weight: 0.302159 +Vertex 84: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.703228 + Group: 'upper_arm.L', Weight: 0.270690 +Vertex 85: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.574383 + Group: 'upper_arm.L', Weight: 0.408089 +Vertex 86: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.697939 + Group: 'upper_arm.L', Weight: 0.275640 +Vertex 87: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.084731 + Group: 'spine.003', Weight: 0.140543 + Group: 'shoulder.L', Weight: 0.097091 + Group: 'upper_arm.L', Weight: 0.666563 +Vertex 88: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089539 + Group: 'spine.003', Weight: 0.119107 + Group: 'shoulder.L', Weight: 0.075175 + Group: 'upper_arm.L', Weight: 0.703321 +Vertex 89: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.104393 + Group: 'spine.003', Weight: 0.118452 + Group: 'shoulder.L', Weight: 0.127160 + Group: 'upper_arm.L', Weight: 0.631541 +Vertex 90: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990396 +Vertex 91: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.975113 +Vertex 92: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994474 +Vertex 93: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996533 +Vertex 94: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.962558 +Vertex 95: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.959730 +Vertex 96: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.969580 +Vertex 97: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.617030 + Group: 'forearm.L', Weight: 0.382497 +Vertex 98: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.419600 + Group: 'forearm.L', Weight: 0.579913 +Vertex 99: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.608589 + Group: 'forearm.L', Weight: 0.391245 +Vertex 100: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.370374 + Group: 'forearm.L', Weight: 0.629241 +Vertex 101: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.410697 + Group: 'forearm.L', Weight: 0.588878 +Vertex 102: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.374896 + Group: 'forearm.L', Weight: 0.624742 +Vertex 103: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.412214 + Group: 'forearm.L', Weight: 0.587521 +Vertex 104: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.799033 + Group: 'forearm.L', Weight: 0.200503 +Vertex 105: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.729814 + Group: 'forearm.L', Weight: 0.269682 +Vertex 106: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.723087 + Group: 'forearm.L', Weight: 0.276304 +Vertex 107: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.754766 + Group: 'forearm.L', Weight: 0.244762 +Vertex 108: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.892860 + Group: 'forearm.L', Weight: 0.107041 +Vertex 109: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.749944 + Group: 'forearm.L', Weight: 0.249500 +Vertex 110: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.795341 + Group: 'forearm.L', Weight: 0.204393 +Vertex 111: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.002341 + Group: 'shoulder.L', Weight: 0.013730 + Group: 'upper_arm.L', Weight: 0.914452 +Vertex 112: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.016725 + Group: 'shoulder.L', Weight: 0.010144 + Group: 'upper_arm.L', Weight: 0.905797 +Vertex 113: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.059646 + Group: 'spine.003', Weight: 0.070426 + Group: 'shoulder.L', Weight: 0.077084 + Group: 'upper_arm.L', Weight: 0.780943 +Vertex 114: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.045216 + Group: 'spine.003', Weight: 0.061591 + Group: 'shoulder.L', Weight: 0.048710 + Group: 'upper_arm.L', Weight: 0.833099 +Vertex 115: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002683 + Group: 'spine.003', Weight: 0.028026 + Group: 'shoulder.L', Weight: 0.013758 + Group: 'upper_arm.L', Weight: 0.897857 +Vertex 116: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.971917 +Vertex 117: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990490 +Vertex 118: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.000746 + Group: 'shoulder.L', Weight: 0.008349 + Group: 'upper_arm.L', Weight: 0.927473 +Vertex 119: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.985854 +Vertex 120: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.090055 + Group: 'spine.003', Weight: 0.138833 + Group: 'shoulder.L', Weight: 0.085176 + Group: 'upper_arm.L', Weight: 0.674138 +Vertex 121: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.041746 + Group: 'spine.003', Weight: 0.066328 + Group: 'shoulder.L', Weight: 0.046083 + Group: 'upper_arm.L', Weight: 0.832449 +Vertex 122: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.025337 + Group: 'spine.003', Weight: 0.074588 + Group: 'spine.004', Weight: 0.004521 + Group: 'shoulder.L', Weight: 0.374069 + Group: 'upper_arm.L', Weight: 0.452107 +Vertex 123: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.212681 + Group: 'upper_arm.L', Weight: 0.752022 +Vertex 124: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.086627 + Group: 'upper_arm.L', Weight: 0.888727 +Vertex 125: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.008669 + Group: 'spine.004', Weight: 0.009307 + Group: 'shoulder.L', Weight: 0.538900 + Group: 'upper_arm.L', Weight: 0.368090 +Vertex 126: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002100 + Group: 'spine.003', Weight: 0.035467 + Group: 'shoulder.L', Weight: 0.257139 + Group: 'upper_arm.L', Weight: 0.643776 +Vertex 127: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.185788 + Group: 'upper_arm.L', Weight: 0.790940 +Vertex 128: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.046643 + Group: 'upper_arm.L', Weight: 0.944114 +Vertex 129: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.384843 + Group: 'upper_arm.L', Weight: 0.571450 +Vertex 130: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052395 + Group: 'shoulder.L', Weight: 0.644064 + Group: 'upper_arm.L', Weight: 0.270150 +Vertex 131: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012347 + Group: 'shoulder.L', Weight: 0.556416 + Group: 'upper_arm.L', Weight: 0.377203 +Vertex 132: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051981 + Group: 'shoulder.L', Weight: 0.641144 + Group: 'upper_arm.L', Weight: 0.250324 +Vertex 133: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063395 + Group: 'spine.003', Weight: 0.093602 + Group: 'shoulder.L', Weight: 0.307198 + Group: 'upper_arm.L', Weight: 0.495032 +Vertex 134: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.156085 + Group: 'spine.003', Weight: 0.169355 + Group: 'shoulder.L', Weight: 0.218966 + Group: 'upper_arm.L', Weight: 0.416452 +Vertex 135: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.112938 + Group: 'spine.003', Weight: 0.125573 + Group: 'shoulder.L', Weight: 0.198563 + Group: 'upper_arm.L', Weight: 0.534113 +Vertex 136: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.984690 +Vertex 137: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.971403 +Vertex 138: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.995215 +Vertex 139: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.963028 +Vertex 140: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.972514 +Vertex 141: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.537929 + Group: 'forearm.L', Weight: 0.461969 +Vertex 142: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.697578 + Group: 'forearm.L', Weight: 0.302321 +Vertex 143: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.368715 + Group: 'forearm.L', Weight: 0.630988 +Vertex 144: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.460740 + Group: 'forearm.L', Weight: 0.539022 +Vertex 145: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.728746 + Group: 'forearm.L', Weight: 0.271141 +Vertex 146: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.755897 + Group: 'forearm.L', Weight: 0.243784 +Vertex 147: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.810320 + Group: 'forearm.L', Weight: 0.189458 +Vertex 148: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.714610 + Group: 'forearm.L', Weight: 0.284938 +Vertex 149: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.902210 + Group: 'forearm.L', Weight: 0.097647 +Vertex 150: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.008088 + Group: 'shoulder.L', Weight: 0.051082 + Group: 'upper_arm.L', Weight: 0.886797 +Vertex 151: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.068757 + Group: 'spine.003', Weight: 0.078251 + Group: 'shoulder.L', Weight: 0.118842 + Group: 'upper_arm.L', Weight: 0.716707 +Vertex 152: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.016553 + Group: 'spine.003', Weight: 0.031645 + Group: 'shoulder.L', Weight: 0.089508 + Group: 'upper_arm.L', Weight: 0.823600 +Vertex 153: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.973470 +Vertex 154: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.069645 + Group: 'upper_arm.L', Weight: 0.882112 +Vertex 155: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990221 +Vertex 156: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099941 + Group: 'spine.003', Weight: 0.123276 + Group: 'shoulder.L', Weight: 0.269761 + Group: 'upper_arm.L', Weight: 0.467892 +Vertex 157: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.073577 + Group: 'spine.003', Weight: 0.089013 + Group: 'shoulder.L', Weight: 0.180179 + Group: 'upper_arm.L', Weight: 0.631232 +Vertex 158: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.505117 + Group: 'upper_arm.L', Weight: 0.254649 + Group: 'spine.003', Weight: 0.146395 + Group: 'spine.002', Weight: 0.060672 + Group: 'shoulder.R', Weight: 0.033167 +Vertex 159: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.245408 + Group: 'spine.003', Weight: 0.253313 + Group: 'shoulder.L', Weight: 0.168811 + Group: 'upper_arm.L', Weight: 0.279049 +Vertex 160: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037469 + Group: 'spine.002', Weight: 0.419690 + Group: 'spine.003', Weight: 0.254370 + Group: 'shoulder.L', Weight: 0.095169 + Group: 'upper_arm.L', Weight: 0.155946 +Vertex 161: +Vertex groups: 5 + Group: 'spine', Weight: 0.037259 + Group: 'spine.001', Weight: 0.177205 + Group: 'spine.002', Weight: 0.649272 + Group: 'spine.003', Weight: 0.064183 + Group: 'upper_arm.L', Weight: 0.019965 +Vertex 162: +Vertex groups: 3 + Group: 'spine', Weight: 0.222577 + Group: 'spine.001', Weight: 0.548043 + Group: 'spine.002', Weight: 0.200581 +Vertex 163: +Vertex groups: 3 + Group: 'spine', Weight: 0.706284 + Group: 'spine.001', Weight: 0.235642 + Group: 'spine.002', Weight: 0.022420 +Vertex 164: +Vertex groups: 3 + Group: 'spine', Weight: 0.639856 + Group: 'spine.001', Weight: 0.290339 + Group: 'spine.002', Weight: 0.050086 +Vertex 165: +Vertex groups: 2 + Group: 'spine', Weight: 0.761773 + Group: 'spine.001', Weight: 0.188246 +Vertex 166: +Vertex groups: 2 + Group: 'spine', Weight: 0.729143 + Group: 'spine.001', Weight: 0.232875 +Vertex 167: +Vertex groups: 2 + Group: 'spine', Weight: 0.795713 + Group: 'spine.001', Weight: 0.168240 +Vertex 168: +Vertex groups: 2 + Group: 'spine', Weight: 0.762006 + Group: 'spine.001', Weight: 0.195093 +Vertex 169: +Vertex groups: 3 + Group: 'spine', Weight: 0.563564 + Group: 'spine.001', Weight: 0.334577 + Group: 'spine.002', Weight: 0.078078 +Vertex 170: +Vertex groups: 3 + Group: 'spine', Weight: 0.591492 + Group: 'spine.001', Weight: 0.313358 + Group: 'spine.002', Weight: 0.072856 +Vertex 171: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086472 + Group: 'shoulder.L', Weight: 0.786144 + Group: 'upper_arm.L', Weight: 0.095030 +Vertex 172: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.041705 + Group: 'shoulder.L', Weight: 0.875086 + Group: 'upper_arm.L', Weight: 0.056690 +Vertex 173: +Vertex groups: 4 + Group: 'spine', Weight: 0.006106 + Group: 'spine.001', Weight: 0.096685 + Group: 'spine.002', Weight: 0.648113 + Group: 'spine.003', Weight: 0.133873 +Vertex 174: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.449334 + Group: 'spine.003', Weight: 0.247193 + Group: 'upper_arm.L', Weight: 0.139266 + Group: 'shoulder.R', Weight: 0.084065 + Group: 'spine.002', Weight: 0.080142 +Vertex 175: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.085544 + Group: 'spine.002', Weight: 0.673573 + Group: 'spine.003', Weight: 0.097798 + Group: 'shoulder.L', Weight: 0.023192 + Group: 'upper_arm.L', Weight: 0.078906 +Vertex 176: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.094842 + Group: 'spine.002', Weight: 0.724418 + Group: 'spine.003', Weight: 0.073571 + Group: 'upper_arm.L', Weight: 0.059220 +Vertex 177: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.088001 + Group: 'spine.002', Weight: 0.764033 + Group: 'spine.003', Weight: 0.074578 + Group: 'upper_arm.L', Weight: 0.021018 +Vertex 178: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.078807 + Group: 'spine.002', Weight: 0.799922 + Group: 'spine.003', Weight: 0.070267 +Vertex 179: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.089078 + Group: 'spine.002', Weight: 0.810786 + Group: 'spine.003', Weight: 0.059180 +Vertex 180: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.082015 + Group: 'spine.002', Weight: 0.788597 + Group: 'spine.003', Weight: 0.070992 +Vertex 181: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.584791 + Group: 'spine.003', Weight: 0.276488 + Group: 'spine.001', Weight: 0.056453 + Group: 'shoulder.R', Weight: 0.041135 + Group: 'shoulder.L', Weight: 0.041134 +Vertex 182: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.448789 + Group: 'spine.003', Weight: 0.335927 + Group: 'shoulder.L', Weight: 0.086686 + Group: 'upper_arm.L', Weight: 0.080699 + Group: 'spine.001', Weight: 0.047899 +Vertex 183: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.070452 + Group: 'spine.002', Weight: 0.557707 + Group: 'spine.003', Weight: 0.188047 + Group: 'shoulder.L', Weight: 0.061851 + Group: 'upper_arm.L', Weight: 0.076810 +Vertex 184: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.080180 + Group: 'spine.002', Weight: 0.611425 + Group: 'spine.003', Weight: 0.140500 + Group: 'shoulder.L', Weight: 0.050254 + Group: 'upper_arm.L', Weight: 0.082673 +Vertex 185: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.508883 + Group: 'spine.004', Weight: 0.322153 + Group: 'upper_arm.L', Weight: 0.064601 + Group: 'shoulder.R', Weight: 0.064530 + Group: 'spine.003', Weight: 0.039834 +Vertex 186: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.605659 + Group: 'spine.004', Weight: 0.282925 + Group: 'upper_arm.L', Weight: 0.079699 + Group: 'shoulder.R', Weight: 0.021375 + Group: 'spine.005', Weight: 0.010343 +Vertex 187: +Vertex groups: 3 + Group: 'spine', Weight: 0.818104 + Group: 'spine.001', Weight: 0.136615 + Group: 'spine1', Weight: 0.009114 +Vertex 188: +Vertex groups: 3 + Group: 'spine', Weight: 0.826207 + Group: 'spine.001', Weight: 0.118699 + Group: 'spine1', Weight: 0.022844 +Vertex 189: +Vertex groups: 3 + Group: 'spine', Weight: 0.783924 + Group: 'spine.001', Weight: 0.159831 + Group: 'spine1', Weight: 0.006555 +Vertex 190: +Vertex groups: 3 + Group: 'spine', Weight: 0.733120 + Group: 'spine.001', Weight: 0.208270 + Group: 'spine.002', Weight: 0.018962 +Vertex 191: +Vertex groups: 3 + Group: 'spine', Weight: 0.692626 + Group: 'spine.001', Weight: 0.235265 + Group: 'spine.002', Weight: 0.042489 +Vertex 192: +Vertex groups: 3 + Group: 'spine', Weight: 0.841354 + Group: 'spine.001', Weight: 0.112360 + Group: 'spine1', Weight: 0.017120 +Vertex 193: +Vertex groups: 3 + Group: 'spine', Weight: 0.864753 + Group: 'spine.001', Weight: 0.090884 + Group: 'spine1', Weight: 0.018059 +Vertex 194: +Vertex groups: 3 + Group: 'spine', Weight: 0.648221 + Group: 'spine.001', Weight: 0.275829 + Group: 'spine.002', Weight: 0.046057 +Vertex 195: +Vertex groups: 3 + Group: 'spine', Weight: 0.732512 + Group: 'spine.001', Weight: 0.191258 + Group: 'spine.002', Weight: 0.043794 +Vertex 196: +Vertex groups: 3 + Group: 'spine', Weight: 0.834612 + Group: 'spine.001', Weight: 0.073453 + Group: 'spine1', Weight: 0.071816 +Vertex 197: +Vertex groups: 3 + Group: 'spine', Weight: 0.827008 + Group: 'spine.001', Weight: 0.096090 + Group: 'spine1', Weight: 0.051956 +Vertex 198: +Vertex groups: 2 + Group: 'spine', Weight: 0.637811 + Group: 'spine1', Weight: 0.331537 +Vertex 199: +Vertex groups: 2 + Group: 'spine', Weight: 0.706787 + Group: 'spine1', Weight: 0.266398 +Vertex 200: +Vertex groups: 2 + Group: 'spine', Weight: 0.651356 + Group: 'spine1', Weight: 0.320029 +Vertex 201: +Vertex groups: 2 + Group: 'spine', Weight: 0.659751 + Group: 'spine1', Weight: 0.307312 +Vertex 202: +Vertex groups: 3 + Group: 'spine', Weight: 0.791768 + Group: 'spine.001', Weight: 0.023875 + Group: 'spine1', Weight: 0.153511 +Vertex 203: +Vertex groups: 2 + Group: 'spine', Weight: 0.698371 + Group: 'spine1', Weight: 0.264853 +Vertex 204: +Vertex groups: 3 + Group: 'spine', Weight: 0.751218 + Group: 'spine.001', Weight: 0.176141 + Group: 'spine.002', Weight: 0.031985 +Vertex 205: +Vertex groups: 3 + Group: 'spine', Weight: 0.714206 + Group: 'spine.001', Weight: 0.208221 + Group: 'spine.002', Weight: 0.047770 +Vertex 206: +Vertex groups: 3 + Group: 'spine', Weight: 0.553407 + Group: 'spine.001', Weight: 0.333268 + Group: 'spine.002', Weight: 0.089453 +Vertex 207: +Vertex groups: 2 + Group: 'spine.004', Weight: 0.080727 + Group: 'shoulder.L', Weight: 0.862345 +Vertex 208: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004300 + Group: 'spine.004', Weight: 0.072657 + Group: 'shoulder.L', Weight: 0.849531 +Vertex 209: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.113805 + Group: 'shoulder.L', Weight: 0.813474 + Group: 'upper_arm.L', Weight: 0.020196 +Vertex 210: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.145393 + Group: 'spine.005', Weight: 0.002737 + Group: 'shoulder.L', Weight: 0.739763 + Group: 'upper_arm.L', Weight: 0.065155 +Vertex 211: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.209292 + Group: 'spine.005', Weight: 0.014019 + Group: 'shoulder.L', Weight: 0.634274 + Group: 'upper_arm.L', Weight: 0.075906 +Vertex 212: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.435556 + Group: 'shoulder.L', Weight: 0.216386 + Group: 'shoulder.R', Weight: 0.216385 + Group: 'spine.003', Weight: 0.123091 + Group: 'upper_arm.R', Weight: 0.008581 +Vertex 213: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052095 + Group: 'spine.005', Weight: 0.567285 + Group: 'Head', Weight: 0.375973 +Vertex 214: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.050403 + Group: 'spine.005', Weight: 0.564038 + Group: 'Head', Weight: 0.381103 +Vertex 215: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.068324 + Group: 'spine.005', Weight: 0.664955 + Group: 'Head', Weight: 0.256811 +Vertex 216: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066909 + Group: 'spine.005', Weight: 0.567923 + Group: 'Head', Weight: 0.351489 +Vertex 217: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023926 + Group: 'spine.005', Weight: 0.590191 + Group: 'Head', Weight: 0.369456 +Vertex 218: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.552369 + Group: 'Head', Weight: 0.420717 +Vertex 219: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.060931 + Group: 'spine.005', Weight: 0.597684 + Group: 'Head', Weight: 0.335663 +Vertex 220: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.022392 + Group: 'spine.005', Weight: 0.588035 + Group: 'Head', Weight: 0.372398 +Vertex 221: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.522346 + Group: 'Head', Weight: 0.453027 +Vertex 222: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.490449 + Group: 'Head', Weight: 0.490722 +Vertex 223: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489957 + Group: 'Head', Weight: 0.490691 +Vertex 224: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.430563 + Group: 'Head', Weight: 0.555973 +Vertex 225: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.422736 + Group: 'Head', Weight: 0.564100 +Vertex 226: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.346949 + Group: 'Head', Weight: 0.642928 +Vertex 227: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352636 + Group: 'Head', Weight: 0.636953 +Vertex 228: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.334243 + Group: 'Head', Weight: 0.655445 +Vertex 229: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.263741 + Group: 'Head', Weight: 0.727872 +Vertex 230: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258323 + Group: 'Head', Weight: 0.733867 +Vertex 231: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.248660 + Group: 'Head', Weight: 0.744209 +Vertex 232: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.240736 + Group: 'Head', Weight: 0.752725 +Vertex 233: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.236853 + Group: 'Head', Weight: 0.756747 +Vertex 234: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114548 + Group: 'Head', Weight: 0.881480 +Vertex 235: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113144 + Group: 'Head', Weight: 0.882929 +Vertex 236: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177791 + Group: 'Head', Weight: 0.816831 +Vertex 237: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177975 + Group: 'Head', Weight: 0.816625 +Vertex 238: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177656 + Group: 'Head', Weight: 0.816856 +Vertex 239: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.188982 + Group: 'Head', Weight: 0.804904 +Vertex 240: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.261079 + Group: 'Head', Weight: 0.729636 +Vertex 241: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.187970 + Group: 'Head', Weight: 0.804762 +Vertex 242: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192679 + Group: 'Head', Weight: 0.800539 +Vertex 243: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125705 + Group: 'Head', Weight: 0.870012 +Vertex 244: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.135567 + Group: 'Head', Weight: 0.859961 +Vertex 245: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139190 + Group: 'Head', Weight: 0.856236 +Vertex 246: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143020 + Group: 'Head', Weight: 0.852255 +Vertex 247: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152478 + Group: 'Head', Weight: 0.842413 +Vertex 248: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128576 + Group: 'Head', Weight: 0.866959 +Vertex 249: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139274 + Group: 'Head', Weight: 0.855976 +Vertex 250: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169115 + Group: 'Head', Weight: 0.825197 +Vertex 251: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178288 + Group: 'Head', Weight: 0.815473 +Vertex 252: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178496 + Group: 'Head', Weight: 0.814617 +Vertex 253: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144578 + Group: 'Head', Weight: 0.848143 +Vertex 254: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118692 + Group: 'Head', Weight: 0.874306 +Vertex 255: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093873 + Group: 'Head', Weight: 0.900724 +Vertex 256: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089659 + Group: 'Head', Weight: 0.905543 +Vertex 257: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084540 + Group: 'Head', Weight: 0.911769 +Vertex 258: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093793 + Group: 'Head', Weight: 0.902554 +Vertex 259: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113393 + Group: 'Head', Weight: 0.882508 +Vertex 260: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065502 + Group: 'Head', Weight: 0.931820 +Vertex 261: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.063649 + Group: 'Head', Weight: 0.933770 +Vertex 262: +Vertex groups: 1 + Group: 'Head', Weight: 0.984502 +Vertex 263: +Vertex groups: 1 + Group: 'Head', Weight: 0.984509 +Vertex 264: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.000026 + Group: 'Head', Weight: 0.973705 +Vertex 265: +Vertex groups: 1 + Group: 'Head', Weight: 0.974220 +Vertex 266: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075655 + Group: 'Head', Weight: 0.921382 +Vertex 267: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074956 + Group: 'Head', Weight: 0.922137 +Vertex 268: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074754 + Group: 'Head', Weight: 0.922249 +Vertex 269: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078572 + Group: 'Head', Weight: 0.918188 +Vertex 270: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074465 + Group: 'Head', Weight: 0.922132 +Vertex 271: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065478 + Group: 'Head', Weight: 0.931764 +Vertex 272: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.063359 + Group: 'Head', Weight: 0.933777 +Vertex 273: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061854 + Group: 'Head', Weight: 0.934992 +Vertex 274: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179800 + Group: 'Head', Weight: 0.794376 +Vertex 275: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.036851 + Group: 'spine.005', Weight: 0.585686 + Group: 'Head', Weight: 0.366940 +Vertex 276: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.036099 + Group: 'spine.005', Weight: 0.584489 + Group: 'Head', Weight: 0.368586 +Vertex 277: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066517 + Group: 'spine.005', Weight: 0.639342 + Group: 'Head', Weight: 0.286816 +Vertex 278: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.045977 + Group: 'spine.005', Weight: 0.601044 + Group: 'Head', Weight: 0.346310 +Vertex 279: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.040293 + Group: 'spine.005', Weight: 0.612682 + Group: 'Head', Weight: 0.337281 +Vertex 280: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010837 + Group: 'spine.005', Weight: 0.580035 + Group: 'Head', Weight: 0.386688 +Vertex 281: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008456 + Group: 'spine.005', Weight: 0.570444 + Group: 'Head', Weight: 0.397529 +Vertex 282: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011012 + Group: 'spine.005', Weight: 0.570931 + Group: 'Head', Weight: 0.395571 +Vertex 283: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510476 + Group: 'Head', Weight: 0.463442 +Vertex 284: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.394134 + Group: 'Head', Weight: 0.593185 +Vertex 285: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.385943 + Group: 'Head', Weight: 0.602592 +Vertex 286: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.378793 + Group: 'Head', Weight: 0.610017 +Vertex 287: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.490931 + Group: 'Head', Weight: 0.488143 +Vertex 288: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.446949 + Group: 'Head', Weight: 0.537017 +Vertex 289: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.488354 + Group: 'Head', Weight: 0.489538 +Vertex 290: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.501522 + Group: 'Head', Weight: 0.477396 +Vertex 291: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.509260 + Group: 'Head', Weight: 0.469624 +Vertex 292: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.528757 + Group: 'Head', Weight: 0.445053 +Vertex 293: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.499719 + Group: 'Head', Weight: 0.478134 +Vertex 294: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510847 + Group: 'Head', Weight: 0.464750 +Vertex 295: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002962 + Group: 'spine.005', Weight: 0.542611 + Group: 'Head', Weight: 0.428161 +Vertex 296: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011937 + Group: 'spine.005', Weight: 0.564864 + Group: 'Head', Weight: 0.400962 +Vertex 297: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.484533 + Group: 'Head', Weight: 0.488702 +Vertex 298: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.429591 + Group: 'Head', Weight: 0.552179 +Vertex 299: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459047 + Group: 'Head', Weight: 0.521584 +Vertex 300: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425182 + Group: 'Head', Weight: 0.560342 +Vertex 301: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.405336 + Group: 'Head', Weight: 0.582540 +Vertex 302: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.405743 + Group: 'Head', Weight: 0.581998 +Vertex 303: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026507 + Group: 'spine.005', Weight: 0.587805 + Group: 'Head', Weight: 0.370237 +Vertex 304: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020311 + Group: 'spine.005', Weight: 0.577911 + Group: 'Head', Weight: 0.383204 +Vertex 305: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302601 + Group: 'Head', Weight: 0.687761 +Vertex 306: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310863 + Group: 'Head', Weight: 0.678143 +Vertex 307: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156925 + Group: 'Head', Weight: 0.836111 +Vertex 308: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.182749 + Group: 'Head', Weight: 0.809281 +Vertex 309: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258351 + Group: 'Head', Weight: 0.730402 +Vertex 310: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169059 + Group: 'Head', Weight: 0.822286 +Vertex 311: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.292447 + Group: 'Head', Weight: 0.693178 +Vertex 312: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153635 + Group: 'Head', Weight: 0.836908 +Vertex 313: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249769 + Group: 'Head', Weight: 0.735916 +Vertex 314: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138437 + Group: 'Head', Weight: 0.850921 +Vertex 315: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216881 + Group: 'Head', Weight: 0.766901 +Vertex 316: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.322560 + Group: 'Head', Weight: 0.663793 +Vertex 317: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.415825 + Group: 'Head', Weight: 0.563357 +Vertex 318: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352826 + Group: 'Head', Weight: 0.630414 +Vertex 319: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013444 + Group: 'Head', Weight: 0.966633 +Vertex 320: +Vertex groups: 1 + Group: 'Head', Weight: 0.974791 +Vertex 321: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.005277 + Group: 'Head', Weight: 0.970342 +Vertex 322: +Vertex groups: 1 + Group: 'Head', Weight: 0.990618 +Vertex 323: +Vertex groups: 1 + Group: 'Head', Weight: 0.986465 +Vertex 324: +Vertex groups: 1 + Group: 'Head', Weight: 0.995798 +Vertex 325: +Vertex groups: 1 + Group: 'Head', Weight: 0.999467 +Vertex 326: +Vertex groups: 1 + Group: 'Head', Weight: 0.988467 +Vertex 327: +Vertex groups: 1 + Group: 'Head', Weight: 0.989864 +Vertex 328: +Vertex groups: 1 + Group: 'Head', Weight: 0.985852 +Vertex 329: +Vertex groups: 1 + Group: 'Head', Weight: 0.982322 +Vertex 330: +Vertex groups: 1 + Group: 'Head', Weight: 0.990157 +Vertex 331: +Vertex groups: 1 + Group: 'Head', Weight: 0.985076 +Vertex 332: +Vertex groups: 1 + Group: 'Head', Weight: 0.984376 +Vertex 333: +Vertex groups: 1 + Group: 'Head', Weight: 0.979113 +Vertex 334: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.465326 + Group: 'Head', Weight: 0.508464 +Vertex 335: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146345 + Group: 'Head', Weight: 0.848600 +Vertex 336: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131076 + Group: 'Head', Weight: 0.864280 +Vertex 337: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138732 + Group: 'Head', Weight: 0.856426 +Vertex 338: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156808 + Group: 'Head', Weight: 0.837787 +Vertex 339: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169432 + Group: 'Head', Weight: 0.824595 +Vertex 340: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.171779 + Group: 'Head', Weight: 0.821666 +Vertex 341: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.140772 + Group: 'Head', Weight: 0.852642 +Vertex 342: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125454 + Group: 'Head', Weight: 0.868198 +Vertex 343: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104890 + Group: 'Head', Weight: 0.889647 +Vertex 344: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099619 + Group: 'Head', Weight: 0.895379 +Vertex 345: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.092393 + Group: 'Head', Weight: 0.903596 +Vertex 346: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104171 + Group: 'Head', Weight: 0.891763 +Vertex 347: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117873 + Group: 'Head', Weight: 0.877785 +Vertex 348: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156891 + Group: 'Head', Weight: 0.836366 +Vertex 349: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099857 + Group: 'Head', Weight: 0.893915 +Vertex 350: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115451 + Group: 'Head', Weight: 0.878445 +Vertex 351: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086248 + Group: 'Head', Weight: 0.909477 +Vertex 352: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093478 + Group: 'Head', Weight: 0.902080 +Vertex 353: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105025 + Group: 'Head', Weight: 0.886717 +Vertex 354: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074026 + Group: 'Head', Weight: 0.922097 +Vertex 355: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073662 + Group: 'Head', Weight: 0.921770 +Vertex 356: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074403 + Group: 'Head', Weight: 0.919954 +Vertex 357: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.083243 + Group: 'Head', Weight: 0.909892 +Vertex 358: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061896 + Group: 'Head', Weight: 0.934449 +Vertex 359: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050267 + Group: 'Head', Weight: 0.945729 +Vertex 360: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.054348 + Group: 'Head', Weight: 0.940417 +Vertex 361: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075793 + Group: 'Head', Weight: 0.916286 +Vertex 362: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.011455 + Group: 'Head', Weight: 0.966729 +Vertex 363: +Vertex groups: 1 + Group: 'Head', Weight: 0.976858 +Vertex 364: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021013 + Group: 'Head', Weight: 0.961244 +Vertex 365: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.017025 + Group: 'Head', Weight: 0.962714 +Vertex 366: +Vertex groups: 1 + Group: 'Head', Weight: 0.978402 +Vertex 367: +Vertex groups: 1 + Group: 'Head', Weight: 0.971826 +Vertex 368: +Vertex groups: 1 + Group: 'Head', Weight: 0.995013 +Vertex 369: +Vertex groups: 1 + Group: 'Head', Weight: 0.992902 +Vertex 370: +Vertex groups: 1 + Group: 'Head', Weight: 0.982613 +Vertex 371: +Vertex groups: 1 + Group: 'Head', Weight: 0.987908 +Vertex 372: +Vertex groups: 1 + Group: 'Head', Weight: 0.975699 +Vertex 373: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026054 + Group: 'spine.005', Weight: 0.610202 + Group: 'Head', Weight: 0.346697 +Vertex 374: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.387844 + Group: 'Head', Weight: 0.591779 +Vertex 375: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.362228 + Group: 'Head', Weight: 0.610869 +Vertex 376: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.031346 + Group: 'spine.005', Weight: 0.562388 + Group: 'Head', Weight: 0.389798 +Vertex 377: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.065088 + Group: 'spine.005', Weight: 0.614982 + Group: 'Head', Weight: 0.307875 +Vertex 378: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.096742 + Group: 'Head', Weight: 0.893417 +Vertex 379: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128453 + Group: 'Head', Weight: 0.859196 +Vertex 380: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.200080 + Group: 'Head', Weight: 0.781607 +Vertex 381: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.545890 + Group: 'Head', Weight: 0.427761 +Vertex 382: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177427 + Group: 'Head', Weight: 0.801740 +Vertex 383: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311372 + Group: 'Head', Weight: 0.659660 +Vertex 384: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.010860 + Group: 'Head', Weight: 0.964933 +Vertex 385: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013540 + Group: 'Head', Weight: 0.961928 +Vertex 386: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.019679 + Group: 'Head', Weight: 0.956805 +Vertex 387: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050348 + Group: 'Head', Weight: 0.942628 +Vertex 388: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.057382 + Group: 'Head', Weight: 0.932256 +Vertex 389: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064055 + Group: 'Head', Weight: 0.922755 +Vertex 390: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073975 + Group: 'Head', Weight: 0.916366 +Vertex 391: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087345 + Group: 'Head', Weight: 0.898772 +Vertex 392: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098429 + Group: 'Head', Weight: 0.889265 +Vertex 393: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126512 + Group: 'Head', Weight: 0.858296 +Vertex 394: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105020 + Group: 'Head', Weight: 0.879236 +Vertex 395: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124002 + Group: 'Head', Weight: 0.857766 +Vertex 396: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108584 + Group: 'Head', Weight: 0.863026 +Vertex 397: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010578 + Group: 'spine.005', Weight: 0.135061 + Group: 'Head', Weight: 0.828212 +Vertex 398: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.008298 + Group: 'Head', Weight: 0.960433 +Vertex 399: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.002604 + Group: 'Head', Weight: 0.965844 +Vertex 400: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.043094 + Group: 'Head', Weight: 0.937567 +Vertex 401: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.031362 + Group: 'Head', Weight: 0.947826 +Vertex 402: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.057896 + Group: 'spine.005', Weight: 0.446851 + Group: 'Head', Weight: 0.482833 +Vertex 403: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.062303 + Group: 'spine.005', Weight: 0.283650 + Group: 'Head', Weight: 0.640438 +Vertex 404: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051735 + Group: 'spine.005', Weight: 0.207519 + Group: 'Head', Weight: 0.729623 +Vertex 405: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002131 + Group: 'spine.005', Weight: 0.097675 + Group: 'Head', Weight: 0.870764 +Vertex 406: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078002 + Group: 'Head', Weight: 0.898960 +Vertex 407: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074753 + Group: 'Head', Weight: 0.907706 +Vertex 408: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035076 + Group: 'spine.005', Weight: 0.229757 + Group: 'Head', Weight: 0.718556 +Vertex 409: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030972 + Group: 'spine.005', Weight: 0.294780 + Group: 'Head', Weight: 0.656144 +Vertex 410: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026909 + Group: 'spine.005', Weight: 0.177490 + Group: 'Head', Weight: 0.775825 +Vertex 411: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082700 + Group: 'Head', Weight: 0.901775 +Vertex 412: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090234 + Group: 'Head', Weight: 0.890525 +Vertex 413: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.003384 + Group: 'Head', Weight: 0.962246 +Vertex 414: +Vertex groups: 1 + Group: 'Head', Weight: 0.964419 +Vertex 415: +Vertex groups: 1 + Group: 'Head', Weight: 0.965066 +Vertex 416: +Vertex groups: 1 + Group: 'Head', Weight: 0.969561 +Vertex 417: +Vertex groups: 1 + Group: 'Head', Weight: 0.974103 +Vertex 418: +Vertex groups: 1 + Group: 'Head', Weight: 0.972449 +Vertex 419: +Vertex groups: 1 + Group: 'Head', Weight: 0.975014 +Vertex 420: +Vertex groups: 1 + Group: 'Head', Weight: 0.976148 +Vertex 421: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 422: +Vertex groups: 1 + Group: 'Head', Weight: 0.982797 +Vertex 423: +Vertex groups: 1 + Group: 'Head', Weight: 0.983678 +Vertex 424: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.045371 + Group: 'Head', Weight: 0.933335 +Vertex 425: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064554 + Group: 'Head', Weight: 0.909212 +Vertex 426: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021592 + Group: 'Head', Weight: 0.950009 +Vertex 427: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.018074 + Group: 'Head', Weight: 0.951141 +Vertex 428: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.012025 + Group: 'Head', Weight: 0.954427 +Vertex 429: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.011291 + Group: 'Head', Weight: 0.954595 +Vertex 430: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.038348 + Group: 'Head', Weight: 0.935738 +Vertex 431: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.033368 + Group: 'Head', Weight: 0.937884 +Vertex 432: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.029805 + Group: 'Head', Weight: 0.939957 +Vertex 433: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060316 + Group: 'Head', Weight: 0.911242 +Vertex 434: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000546 + Group: 'spine.005', Weight: 0.059063 + Group: 'Head', Weight: 0.910456 +Vertex 435: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000948 + Group: 'spine.005', Weight: 0.057168 + Group: 'Head', Weight: 0.912123 +Vertex 436: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010937 + Group: 'spine.005', Weight: 0.087139 + Group: 'Head', Weight: 0.876029 +Vertex 437: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.019560 + Group: 'spine.005', Weight: 0.085076 + Group: 'Head', Weight: 0.872939 +Vertex 438: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.067229 + Group: 'spine.005', Weight: 0.187038 + Group: 'Head', Weight: 0.731514 +Vertex 439: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.081746 + Group: 'spine.005', Weight: 0.181042 + Group: 'Head', Weight: 0.720234 +Vertex 440: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099341 + Group: 'spine.005', Weight: 0.268418 + Group: 'Head', Weight: 0.611005 +Vertex 441: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.124925 + Group: 'spine.005', Weight: 0.258762 + Group: 'Head', Weight: 0.590318 +Vertex 442: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.027233 + Group: 'spine.005', Weight: 0.084614 + Group: 'Head', Weight: 0.868832 +Vertex 443: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093609 + Group: 'spine.005', Weight: 0.175734 + Group: 'Head', Weight: 0.711589 +Vertex 444: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.142770 + Group: 'spine.005', Weight: 0.245967 + Group: 'Head', Weight: 0.582388 +Vertex 445: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030188 + Group: 'spine.005', Weight: 0.083803 + Group: 'Head', Weight: 0.867893 +Vertex 446: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.098387 + Group: 'spine.005', Weight: 0.176485 + Group: 'Head', Weight: 0.705201 +Vertex 447: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.151409 + Group: 'spine.005', Weight: 0.247403 + Group: 'Head', Weight: 0.570825 +Vertex 448: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.087463 + Group: 'spine.005', Weight: 0.599435 + Group: 'Head', Weight: 0.294764 +Vertex 449: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.555112 + Group: 'spine.005', Weight: 0.060454 + Group: 'shoulder.L', Weight: 0.329383 +Vertex 450: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.111257 + Group: 'spine.005', Weight: 0.599160 + Group: 'Head', Weight: 0.280627 +Vertex 451: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.108522 + Group: 'spine.005', Weight: 0.598522 + Group: 'Head', Weight: 0.284145 +Vertex 452: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.101552 + Group: 'spine.005', Weight: 0.659781 + Group: 'Head', Weight: 0.228934 +Vertex 453: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093312 + Group: 'spine.005', Weight: 0.697713 + Group: 'Head', Weight: 0.197332 +Vertex 454: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.566757 + Group: 'spine.005', Weight: 0.086388 + Group: 'shoulder.L', Weight: 0.306328 +Vertex 455: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.117273 + Group: 'spine.005', Weight: 0.664707 + Group: 'Head', Weight: 0.195558 +Vertex 456: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.543647 + Group: 'spine.005', Weight: 0.102769 + Group: 'shoulder.L', Weight: 0.306232 +Vertex 457: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.120933 + Group: 'spine.005', Weight: 0.628573 + Group: 'Head', Weight: 0.224458 +Vertex 458: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.519289 + Group: 'spine.005', Weight: 0.110389 + Group: 'Head', Weight: 0.018357 + Group: 'shoulder.L', Weight: 0.295594 +Vertex 459: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.161086 + Group: 'spine.005', Weight: 0.521005 + Group: 'Head', Weight: 0.281157 + Group: 'shoulder.L', Weight: 0.005508 +Vertex 460: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.537110 + Group: 'spine.005', Weight: 0.101660 + Group: 'Head', Weight: 0.027665 + Group: 'shoulder.L', Weight: 0.263815 +Vertex 461: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.202947 + Group: 'spine.005', Weight: 0.460019 + Group: 'Head', Weight: 0.293145 + Group: 'shoulder.L', Weight: 0.011469 +Vertex 462: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.586149 + Group: 'spine.005', Weight: 0.097345 + Group: 'Head', Weight: 0.041167 + Group: 'shoulder.L', Weight: 0.190812 + Group: 'shoulder.R', Weight: 0.027748 +Vertex 463: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.232029 + Group: 'spine.005', Weight: 0.409043 + Group: 'Head', Weight: 0.310801 + Group: 'shoulder.L', Weight: 0.010375 +Vertex 464: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.611669 + Group: 'spine.005', Weight: 0.093929 + Group: 'Head', Weight: 0.047874 + Group: 'shoulder.L', Weight: 0.139835 + Group: 'shoulder.R', Weight: 0.062190 +Vertex 465: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.238690 + Group: 'spine.005', Weight: 0.367793 + Group: 'Head', Weight: 0.345807 + Group: 'shoulder.L', Weight: 0.000083 +Vertex 466: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.632750 + Group: 'spine.005', Weight: 0.091068 + Group: 'Head', Weight: 0.047685 + Group: 'shoulder.L', Weight: 0.091640 + Group: 'shoulder.R', Weight: 0.091639 +Vertex 467: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.247909 + Group: 'spine.005', Weight: 0.358056 + Group: 'Head', Weight: 0.345128 +Vertex 468: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.298334 + Group: 'spine.005', Weight: 0.633037 + Group: 'Head', Weight: 0.036379 +Vertex 469: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.354909 + Group: 'spine.005', Weight: 0.574933 + Group: 'Head', Weight: 0.049727 +Vertex 470: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.242193 + Group: 'spine.005', Weight: 0.663568 + Group: 'Head', Weight: 0.062975 + Group: 'shoulder.L', Weight: 0.002858 +Vertex 471: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088518 + Group: 'spine.005', Weight: 0.619605 + Group: 'Head', Weight: 0.275014 +Vertex 472: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.229809 + Group: 'spine.005', Weight: 0.630962 + Group: 'Head', Weight: 0.094080 + Group: 'shoulder.L', Weight: 0.028930 +Vertex 473: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.215394 + Group: 'spine.005', Weight: 0.618862 + Group: 'Head', Weight: 0.118131 + Group: 'shoulder.L', Weight: 0.031861 +Vertex 474: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295443 + Group: 'spine.005', Weight: 0.491117 + Group: 'Head', Weight: 0.140228 + Group: 'shoulder.L', Weight: 0.058967 +Vertex 475: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.414663 + Group: 'spine.005', Weight: 0.351694 + Group: 'Head', Weight: 0.144775 + Group: 'shoulder.L', Weight: 0.066502 +Vertex 476: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.443027 + Group: 'spine.005', Weight: 0.305248 + Group: 'Head', Weight: 0.160132 + Group: 'shoulder.L', Weight: 0.060494 +Vertex 477: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.437991 + Group: 'spine.005', Weight: 0.292472 + Group: 'Head', Weight: 0.184884 + Group: 'shoulder.L', Weight: 0.040118 + Group: 'shoulder.R', Weight: 0.003793 +Vertex 478: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.441652 + Group: 'spine.005', Weight: 0.285788 + Group: 'Head', Weight: 0.188665 + Group: 'shoulder.L', Weight: 0.020975 + Group: 'shoulder.R', Weight: 0.020974 +Vertex 479: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.073689 + Group: 'spine.004', Weight: 0.606315 + Group: 'spine.005', Weight: 0.007308 + Group: 'shoulder.L', Weight: 0.141897 + Group: 'shoulder.R', Weight: 0.141896 +Vertex 480: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.024386 + Group: 'spine.004', Weight: 0.597902 + Group: 'spine.005', Weight: 0.026245 + Group: 'shoulder.L', Weight: 0.258818 + Group: 'shoulder.R', Weight: 0.058581 +Vertex 481: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086745 + Group: 'Head', Weight: 0.909881 +Vertex 482: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097583 + Group: 'Head', Weight: 0.898865 +Vertex 483: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098882 + Group: 'Head', Weight: 0.897487 +Vertex 484: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099363 + Group: 'Head', Weight: 0.897065 +Vertex 485: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.478140 + Group: 'Head', Weight: 0.504361 +Vertex 486: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.476310 + Group: 'Head', Weight: 0.505893 +Vertex 487: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.464921 + Group: 'Head', Weight: 0.518859 +Vertex 488: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459871 + Group: 'Head', Weight: 0.524016 +Vertex 489: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.443628 + Group: 'Head', Weight: 0.541970 +Vertex 490: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.438711 + Group: 'Head', Weight: 0.547050 +Vertex 491: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.480740 + Group: 'Head', Weight: 0.499818 +Vertex 492: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.470653 + Group: 'Head', Weight: 0.511041 +Vertex 493: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.458463 + Group: 'Head', Weight: 0.524382 +Vertex 494: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.481728 + Group: 'Head', Weight: 0.497947 +Vertex 495: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.126579 + Group: 'spine.004', Weight: 0.175172 + Group: 'shoulder.L', Weight: 0.461434 + Group: 'upper_arm.L', Weight: 0.068807 + Group: 'shoulder.R', Weight: 0.105889 +Vertex 496: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.288390 + Group: 'shoulder.L', Weight: 0.243889 + Group: 'shoulder.R', Weight: 0.243887 + Group: 'spine.004', Weight: 0.193473 + Group: 'upper_arm.R', Weight: 0.030363 +Vertex 497: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.301851 + Group: 'Head', Weight: 0.689868 +Vertex 498: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298445 + Group: 'Head', Weight: 0.693639 +Vertex 499: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.288919 + Group: 'Head', Weight: 0.703576 +Vertex 500: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.261577 + Group: 'Head', Weight: 0.731578 +Vertex 501: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260691 + Group: 'Head', Weight: 0.732407 +Vertex 502: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285801 + Group: 'Head', Weight: 0.706682 +Vertex 503: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.295622 + Group: 'Head', Weight: 0.696403 +Vertex 504: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.300715 + Group: 'Head', Weight: 0.691012 +Vertex 505: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306705 + Group: 'Head', Weight: 0.684720 +Vertex 506: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306727 + Group: 'Head', Weight: 0.684732 +Vertex 507: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325721 + Group: 'Head', Weight: 0.664929 +Vertex 508: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.349080 + Group: 'Head', Weight: 0.640697 +Vertex 509: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.323323 + Group: 'Head', Weight: 0.667430 +Vertex 510: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.384061 + Group: 'Head', Weight: 0.604603 +Vertex 511: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.406154 + Group: 'Head', Weight: 0.581656 +Vertex 512: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311748 + Group: 'Head', Weight: 0.679425 +Vertex 513: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293276 + Group: 'Head', Weight: 0.698475 +Vertex 514: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306633 + Group: 'Head', Weight: 0.683684 +Vertex 515: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302269 + Group: 'Head', Weight: 0.689284 +Vertex 516: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.317559 + Group: 'Head', Weight: 0.673128 +Vertex 517: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310714 + Group: 'Head', Weight: 0.680152 +Vertex 518: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.324092 + Group: 'Head', Weight: 0.666187 +Vertex 519: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315360 + Group: 'Head', Weight: 0.675040 +Vertex 520: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330141 + Group: 'Head', Weight: 0.659899 +Vertex 521: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.320943 + Group: 'Head', Weight: 0.669172 +Vertex 522: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298434 + Group: 'Head', Weight: 0.693392 +Vertex 523: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293956 + Group: 'Head', Weight: 0.698097 +Vertex 524: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.282764 + Group: 'Head', Weight: 0.709540 +Vertex 525: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259568 + Group: 'Head', Weight: 0.733215 +Vertex 526: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298449 + Group: 'Head', Weight: 0.693213 +Vertex 527: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.296050 + Group: 'Head', Weight: 0.695081 +Vertex 528: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.288900 + Group: 'Head', Weight: 0.702194 +Vertex 529: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298305 + Group: 'Head', Weight: 0.692315 +Vertex 530: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.340373 + Group: 'Head', Weight: 0.649718 +Vertex 531: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.338072 + Group: 'Head', Weight: 0.652123 +Vertex 532: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.338404 + Group: 'Head', Weight: 0.651426 +Vertex 533: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341554 + Group: 'Head', Weight: 0.648320 +Vertex 534: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341748 + Group: 'Head', Weight: 0.648241 +Vertex 535: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.054471 + Group: 'spine.005', Weight: 0.570816 + Group: 'Head', Weight: 0.369811 +Vertex 536: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.347827 + Group: 'Head', Weight: 0.641729 +Vertex 537: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.038932 + Group: 'spine.005', Weight: 0.587193 + Group: 'Head', Weight: 0.364241 +Vertex 538: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006882 + Group: 'spine.005', Weight: 0.563145 + Group: 'Head', Weight: 0.405641 +Vertex 539: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.393032 + Group: 'Head', Weight: 0.594911 +Vertex 540: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.433498 + Group: 'Head', Weight: 0.552217 +Vertex 541: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489175 + Group: 'Head', Weight: 0.490975 +Vertex 542: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.511864 + Group: 'Head', Weight: 0.464612 +Vertex 543: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.495970 + Group: 'Head', Weight: 0.483075 +Vertex 544: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.413547 + Group: 'Head', Weight: 0.573414 +Vertex 545: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.021335 + Group: 'spine.005', Weight: 0.584833 + Group: 'Head', Weight: 0.376132 +Vertex 546: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.105670 + Group: 'spine.005', Weight: 0.606496 + Group: 'Head', Weight: 0.278922 +Vertex 547: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.183947 + Group: 'spine.005', Weight: 0.664981 + Group: 'Head', Weight: 0.138132 +Vertex 548: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459480 + Group: 'Head', Weight: 0.524091 +Vertex 549: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.443050 + Group: 'Head', Weight: 0.542036 +Vertex 550: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.477048 + Group: 'Head', Weight: 0.504781 +Vertex 551: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325957 + Group: 'Head', Weight: 0.663974 +Vertex 552: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330085 + Group: 'Head', Weight: 0.660371 +Vertex 553: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.337327 + Group: 'Head', Weight: 0.652840 +Vertex 554: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.309753 + Group: 'Head', Weight: 0.681488 +Vertex 555: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.312283 + Group: 'Head', Weight: 0.678779 +Vertex 556: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.507301 + Group: 'Head', Weight: 0.471562 +Vertex 557: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.475126 + Group: 'Head', Weight: 0.507576 +Vertex 558: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425809 + Group: 'Head', Weight: 0.560953 +Vertex 559: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489503 + Group: 'Head', Weight: 0.491591 +Vertex 560: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.441261 + Group: 'Head', Weight: 0.544452 +Vertex 561: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.460252 + Group: 'Head', Weight: 0.523871 +Vertex 562: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285782 + Group: 'Head', Weight: 0.705960 +Vertex 563: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267348 + Group: 'Head', Weight: 0.724662 +Vertex 564: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.272272 + Group: 'Head', Weight: 0.719249 +Vertex 565: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.281721 + Group: 'Head', Weight: 0.709329 +Vertex 566: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267564 + Group: 'Head', Weight: 0.723985 +Vertex 567: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.265061 + Group: 'Head', Weight: 0.726716 +Vertex 568: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.277724 + Group: 'Head', Weight: 0.715080 +Vertex 569: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.274919 + Group: 'Head', Weight: 0.717862 +Vertex 570: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.271267 + Group: 'Head', Weight: 0.721301 +Vertex 571: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.275541 + Group: 'Head', Weight: 0.716310 +Vertex 572: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.313384 + Group: 'Head', Weight: 0.677775 +Vertex 573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315515 + Group: 'Head', Weight: 0.675536 +Vertex 574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.321677 + Group: 'Head', Weight: 0.669109 +Vertex 575: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010495 + Group: 'spine.005', Weight: 0.578235 + Group: 'Head', Weight: 0.388665 +Vertex 576: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.003737 + Group: 'spine.005', Weight: 0.222371 + Group: 'Head', Weight: 0.745200 +Vertex 577: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002323 + Group: 'spine.005', Weight: 0.262816 + Group: 'Head', Weight: 0.705784 +Vertex 578: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051058 + Group: 'spine.005', Weight: 0.565367 + Group: 'Head', Weight: 0.379053 +Vertex 579: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.037479 + Group: 'spine.005', Weight: 0.583941 + Group: 'Head', Weight: 0.368377 +Vertex 580: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023374 + Group: 'spine.005', Weight: 0.589710 + Group: 'Head', Weight: 0.370225 +Vertex 581: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.085318 + Group: 'spine.005', Weight: 0.566759 + Group: 'Head', Weight: 0.340827 +Vertex 582: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086698 + Group: 'spine.005', Weight: 0.570254 + Group: 'Head', Weight: 0.335830 +Vertex 583: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030152 + Group: 'spine.005', Weight: 0.477193 + Group: 'Head', Weight: 0.474900 +Vertex 584: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030589 + Group: 'spine.005', Weight: 0.373944 + Group: 'Head', Weight: 0.577487 +Vertex 585: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016985 + Group: 'spine.005', Weight: 0.265243 + Group: 'Head', Weight: 0.694259 +Vertex 586: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005269 + Group: 'spine.005', Weight: 0.215723 + Group: 'Head', Weight: 0.750879 +Vertex 587: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011202 + Group: 'spine.005', Weight: 0.237749 + Group: 'Head', Weight: 0.725251 +Vertex 588: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009946 + Group: 'spine.005', Weight: 0.212611 + Group: 'Head', Weight: 0.751100 +Vertex 589: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.015044 + Group: 'spine.005', Weight: 0.230354 + Group: 'Head', Weight: 0.730257 +Vertex 590: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008435 + Group: 'spine.005', Weight: 0.191155 + Group: 'Head', Weight: 0.773445 +Vertex 591: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012533 + Group: 'spine.005', Weight: 0.198653 + Group: 'Head', Weight: 0.763447 +Vertex 592: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.007169 + Group: 'spine.005', Weight: 0.172965 + Group: 'Head', Weight: 0.792388 +Vertex 593: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009646 + Group: 'spine.005', Weight: 0.175846 + Group: 'Head', Weight: 0.787995 +Vertex 594: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002778 + Group: 'spine.005', Weight: 0.153497 + Group: 'Head', Weight: 0.814520 +Vertex 595: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.004462 + Group: 'spine.005', Weight: 0.153896 + Group: 'Head', Weight: 0.813094 +Vertex 596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131549 + Group: 'Head', Weight: 0.840794 +Vertex 597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129902 + Group: 'Head', Weight: 0.842176 +Vertex 598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115337 + Group: 'Head', Weight: 0.860886 +Vertex 599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115375 + Group: 'Head', Weight: 0.860490 +Vertex 600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111066 + Group: 'Head', Weight: 0.866946 +Vertex 601: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111232 + Group: 'Head', Weight: 0.866430 +Vertex 602: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110457 + Group: 'Head', Weight: 0.868085 +Vertex 603: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110528 + Group: 'Head', Weight: 0.867850 +Vertex 604: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110322 + Group: 'Head', Weight: 0.868573 +Vertex 605: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110297 + Group: 'Head', Weight: 0.868533 +Vertex 606: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109709 + Group: 'Head', Weight: 0.869966 +Vertex 607: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110430 + Group: 'Head', Weight: 0.869354 +Vertex 608: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101559 + Group: 'Head', Weight: 0.880109 +Vertex 609: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099846 + Group: 'Head', Weight: 0.882114 +Vertex 610: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095644 + Group: 'Head', Weight: 0.887540 +Vertex 611: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093182 + Group: 'Head', Weight: 0.890408 +Vertex 612: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095738 + Group: 'Head', Weight: 0.888122 +Vertex 613: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.094157 + Group: 'Head', Weight: 0.890054 +Vertex 614: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100467 + Group: 'Head', Weight: 0.883145 +Vertex 615: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099523 + Group: 'Head', Weight: 0.884401 +Vertex 616: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114515 + Group: 'Head', Weight: 0.866902 +Vertex 617: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114449 + Group: 'Head', Weight: 0.867351 +Vertex 618: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124338 + Group: 'Head', Weight: 0.855229 +Vertex 619: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125713 + Group: 'Head', Weight: 0.853865 +Vertex 620: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133195 + Group: 'Head', Weight: 0.844527 +Vertex 621: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.137769 + Group: 'Head', Weight: 0.839509 +Vertex 622: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146368 + Group: 'Head', Weight: 0.828978 +Vertex 623: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148556 + Group: 'Head', Weight: 0.827052 +Vertex 624: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111201 + Group: 'Head', Weight: 0.866899 +Vertex 625: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110436 + Group: 'Head', Weight: 0.868132 +Vertex 626: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109956 + Group: 'Head', Weight: 0.869116 +Vertex 627: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109015 + Group: 'Head', Weight: 0.870844 +Vertex 628: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101381 + Group: 'Head', Weight: 0.880386 +Vertex 629: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098513 + Group: 'Head', Weight: 0.884175 +Vertex 630: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099972 + Group: 'Head', Weight: 0.882808 +Vertex 631: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102387 + Group: 'Head', Weight: 0.880415 +Vertex 632: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115297 + Group: 'Head', Weight: 0.865511 +Vertex 633: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122322 + Group: 'Head', Weight: 0.857327 +Vertex 634: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129751 + Group: 'Head', Weight: 0.848360 +Vertex 635: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134885 + Group: 'Head', Weight: 0.841972 +Vertex 636: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107821 + Group: 'Head', Weight: 0.875026 +Vertex 637: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107910 + Group: 'Head', Weight: 0.874707 +Vertex 638: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109851 + Group: 'Head', Weight: 0.871883 +Vertex 639: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111059 + Group: 'Head', Weight: 0.867219 +Vertex 640: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109837 + Group: 'Head', Weight: 0.869003 +Vertex 641: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108783 + Group: 'Head', Weight: 0.870772 +Vertex 642: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107298 + Group: 'Head', Weight: 0.872929 +Vertex 643: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102137 + Group: 'Head', Weight: 0.879546 +Vertex 644: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100392 + Group: 'Head', Weight: 0.881975 +Vertex 645: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100960 + Group: 'Head', Weight: 0.881596 +Vertex 646: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104000 + Group: 'Head', Weight: 0.878272 +Vertex 647: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114242 + Group: 'Head', Weight: 0.866590 +Vertex 648: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119672 + Group: 'Head', Weight: 0.860162 +Vertex 649: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125397 + Group: 'Head', Weight: 0.853327 +Vertex 650: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129495 + Group: 'Head', Weight: 0.848199 +Vertex 651: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110033 + Group: 'Head', Weight: 0.871474 +Vertex 652: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109301 + Group: 'Head', Weight: 0.871567 +Vertex 653: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119989 + Group: 'Head', Weight: 0.858261 +Vertex 654: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126981 + Group: 'Head', Weight: 0.849389 +Vertex 655: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.135049 + Group: 'Head', Weight: 0.840029 +Vertex 656: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146041 + Group: 'Head', Weight: 0.827381 +Vertex 657: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152959 + Group: 'Head', Weight: 0.820229 +Vertex 658: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157303 + Group: 'Head', Weight: 0.816175 +Vertex 659: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161691 + Group: 'Head', Weight: 0.812134 +Vertex 660: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179433 + Group: 'Head', Weight: 0.793124 +Vertex 661: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.184621 + Group: 'Head', Weight: 0.786227 +Vertex 662: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.174644 + Group: 'Head', Weight: 0.796692 +Vertex 663: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168584 + Group: 'Head', Weight: 0.802124 +Vertex 664: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157668 + Group: 'Head', Weight: 0.813176 +Vertex 665: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.145171 + Group: 'Head', Weight: 0.827258 +Vertex 666: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132025 + Group: 'Head', Weight: 0.842639 +Vertex 667: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124112 + Group: 'Head', Weight: 0.851746 +Vertex 668: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115253 + Group: 'Head', Weight: 0.862502 +Vertex 669: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103701 + Group: 'Head', Weight: 0.877644 +Vertex 670: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001852 + Group: 'spine.005', Weight: 0.196210 + Group: 'Head', Weight: 0.772445 +Vertex 671: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005317 + Group: 'spine.005', Weight: 0.198833 + Group: 'Head', Weight: 0.767695 +Vertex 672: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006611 + Group: 'spine.005', Weight: 0.187285 + Group: 'Head', Weight: 0.778427 +Vertex 673: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001245 + Group: 'spine.005', Weight: 0.152757 + Group: 'Head', Weight: 0.816195 +Vertex 674: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116437 + Group: 'Head', Weight: 0.859757 +Vertex 675: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133161 + Group: 'Head', Weight: 0.839504 +Vertex 676: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005341 + Group: 'spine.005', Weight: 0.170389 + Group: 'Head', Weight: 0.796078 +Vertex 677: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120166 + Group: 'Head', Weight: 0.855586 +Vertex 678: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132079 + Group: 'Head', Weight: 0.841428 +Vertex 679: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.149723 + Group: 'Head', Weight: 0.820553 +Vertex 680: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001553 + Group: 'spine.005', Weight: 0.164125 + Group: 'Head', Weight: 0.804651 +Vertex 681: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002279 + Group: 'spine.005', Weight: 0.177669 + Group: 'Head', Weight: 0.790681 +Vertex 682: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000958 + Group: 'spine.005', Weight: 0.185258 + Group: 'Head', Weight: 0.783920 +Vertex 683: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166345 + Group: 'Head', Weight: 0.807461 +Vertex 684: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177932 + Group: 'Head', Weight: 0.793824 +Vertex 685: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115986 + Group: 'Head', Weight: 0.863206 +Vertex 686: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110951 + Group: 'Head', Weight: 0.867983 +Vertex 687: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108175 + Group: 'Head', Weight: 0.871753 +Vertex 688: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112661 + Group: 'Head', Weight: 0.867363 +Vertex 689: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106015 + Group: 'Head', Weight: 0.875622 +Vertex 690: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103612 + Group: 'Head', Weight: 0.878222 +Vertex 691: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144934 + Group: 'Head', Weight: 0.829962 +Vertex 692: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143685 + Group: 'Head', Weight: 0.830633 +Vertex 693: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134918 + Group: 'Head', Weight: 0.840862 +Vertex 694: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126355 + Group: 'Head', Weight: 0.851042 +Vertex 695: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122281 + Group: 'Head', Weight: 0.855928 +Vertex 696: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118747 + Group: 'Head', Weight: 0.860289 +Vertex 697: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122585 + Group: 'Head', Weight: 0.856213 +Vertex 698: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115420 + Group: 'Head', Weight: 0.864426 +Vertex 699: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119357 + Group: 'Head', Weight: 0.860136 +Vertex 700: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116416 + Group: 'Head', Weight: 0.863698 +Vertex 701: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112833 + Group: 'Head', Weight: 0.867710 +Vertex 702: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110474 + Group: 'Head', Weight: 0.870687 +Vertex 703: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114189 + Group: 'Head', Weight: 0.866471 +Vertex 704: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123989 + Group: 'Head', Weight: 0.854259 +Vertex 705: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129060 + Group: 'Head', Weight: 0.848343 +Vertex 706: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.136277 + Group: 'Head', Weight: 0.839970 +Vertex 707: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020672 + Group: 'spine.005', Weight: 0.254440 + Group: 'Head', Weight: 0.702756 +Vertex 708: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.028223 + Group: 'spine.005', Weight: 0.269596 + Group: 'Head', Weight: 0.682981 +Vertex 709: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.018453 + Group: 'spine.005', Weight: 0.209246 + Group: 'Head', Weight: 0.749240 +Vertex 710: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.029056 + Group: 'spine.005', Weight: 0.226009 + Group: 'Head', Weight: 0.725994 +Vertex 711: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.013472 + Group: 'spine.005', Weight: 0.179630 + Group: 'Head', Weight: 0.781878 +Vertex 712: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023015 + Group: 'spine.005', Weight: 0.189416 + Group: 'Head', Weight: 0.766272 +Vertex 713: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008412 + Group: 'spine.005', Weight: 0.157454 + Group: 'Head', Weight: 0.807131 +Vertex 714: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016526 + Group: 'spine.005', Weight: 0.162333 + Group: 'Head', Weight: 0.797309 +Vertex 715: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131545 + Group: 'Head', Weight: 0.838856 +Vertex 716: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006329 + Group: 'spine.005', Weight: 0.135787 + Group: 'Head', Weight: 0.830064 +Vertex 717: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120884 + Group: 'Head', Weight: 0.852494 +Vertex 718: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115982 + Group: 'Head', Weight: 0.855428 +Vertex 719: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111117 + Group: 'Head', Weight: 0.866253 +Vertex 720: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110862 + Group: 'Head', Weight: 0.865548 +Vertex 721: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110427 + Group: 'Head', Weight: 0.867929 +Vertex 722: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106428 + Group: 'Head', Weight: 0.872267 +Vertex 723: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110286 + Group: 'Head', Weight: 0.868717 +Vertex 724: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097875 + Group: 'Head', Weight: 0.881924 +Vertex 725: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108314 + Group: 'Head', Weight: 0.871777 +Vertex 726: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093616 + Group: 'Head', Weight: 0.889358 +Vertex 727: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089397 + Group: 'Head', Weight: 0.894815 +Vertex 728: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089975 + Group: 'Head', Weight: 0.895067 +Vertex 729: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097738 + Group: 'Head', Weight: 0.886782 +Vertex 730: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108497 + Group: 'Head', Weight: 0.874622 +Vertex 731: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118586 + Group: 'Head', Weight: 0.862894 +Vertex 732: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127385 + Group: 'Head', Weight: 0.852579 +Vertex 733: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132535 + Group: 'Head', Weight: 0.847160 +Vertex 734: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087321 + Group: 'Head', Weight: 0.897214 +Vertex 735: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087969 + Group: 'Head', Weight: 0.897275 +Vertex 736: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.017320 + Group: 'spine.005', Weight: 0.151439 + Group: 'Head', Weight: 0.807728 +Vertex 737: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.024822 + Group: 'spine.005', Weight: 0.139045 + Group: 'Head', Weight: 0.815603 +Vertex 738: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.049671 + Group: 'spine.005', Weight: 0.117132 + Group: 'Head', Weight: 0.822698 +Vertex 739: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035897 + Group: 'spine.005', Weight: 0.120634 + Group: 'Head', Weight: 0.827409 +Vertex 740: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.055752 + Group: 'spine.005', Weight: 0.115113 + Group: 'Head', Weight: 0.817707 +Vertex 741: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.059984 + Group: 'spine.005', Weight: 0.117298 + Group: 'Head', Weight: 0.810487 +Vertex 742: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.097796 + Group: 'spine.004', Weight: 0.066981 + Group: 'shoulder.L', Weight: 0.645160 + Group: 'shoulder.R', Weight: 0.159214 +Vertex 743: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.121516 + Group: 'spine.004', Weight: 0.057665 + Group: 'shoulder.L', Weight: 0.399429 + Group: 'shoulder.R', Weight: 0.399429 +Vertex 744: +Vertex groups: 3 + Group: 'spine', Weight: 0.808373 + Group: 'spine.001', Weight: 0.007280 + Group: 'spine1', Weight: 0.149864 +Vertex 745: +Vertex groups: 2 + Group: 'spine', Weight: 0.798030 + Group: 'spine1', Weight: 0.167124 +Vertex 746: +Vertex groups: 2 + Group: 'spine', Weight: 0.806930 + Group: 'spine1', Weight: 0.160914 +Vertex 747: +Vertex groups: 2 + Group: 'spine', Weight: 0.818408 + Group: 'spine1', Weight: 0.151226 +Vertex 748: +Vertex groups: 3 + Group: 'spine', Weight: 0.815118 + Group: 'spine.001', Weight: 0.112948 + Group: 'spine1', Weight: 0.041022 +Vertex 749: +Vertex groups: 3 + Group: 'spine', Weight: 0.834869 + Group: 'spine.001', Weight: 0.074073 + Group: 'spine1', Weight: 0.072374 +Vertex 750: +Vertex groups: 3 + Group: 'spine', Weight: 0.824579 + Group: 'spine.001', Weight: 0.027281 + Group: 'spine1', Weight: 0.122800 +Vertex 751: +Vertex groups: 4 + Group: 'spine', Weight: 0.798481 + Group: 'spine.001', Weight: 0.132298 + Group: 'spine.002', Weight: 0.010029 + Group: 'spine1', Weight: 0.014796 +Vertex 752: +Vertex groups: 4 + Group: 'spine', Weight: 0.784958 + Group: 'spine.001', Weight: 0.146693 + Group: 'spine.002', Weight: 0.004893 + Group: 'spine1', Weight: 0.019211 +Vertex 753: +Vertex groups: 4 + Group: 'spine', Weight: 0.801474 + Group: 'spine.001', Weight: 0.129162 + Group: 'spine.002', Weight: 0.010060 + Group: 'spine1', Weight: 0.014927 +Vertex 754: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999681 +Vertex 755: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 756: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.008355 + Group: 'spine2', Weight: 0.970725 +Vertex 757: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 758: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 759: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 760: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 761: +Vertex groups: 1 + Group: 'spine2', Weight: 0.998267 +Vertex 762: +Vertex groups: 1 + Group: 'spine2', Weight: 0.993944 +Vertex 763: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.099610 + Group: 'forearm.L', Weight: 0.898211 +Vertex 764: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.107240 + Group: 'forearm.L', Weight: 0.891806 +Vertex 765: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.102333 + Group: 'forearm.L', Weight: 0.897176 +Vertex 766: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.071469 + Group: 'forearm.L', Weight: 0.928212 +Vertex 767: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.071145 + Group: 'forearm.L', Weight: 0.928428 +Vertex 768: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.090626 + Group: 'forearm.L', Weight: 0.907586 +Vertex 769: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.164569 + Group: 'forearm.L', Weight: 0.834927 +Vertex 770: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.116966 + Group: 'forearm.L', Weight: 0.882429 +Vertex 771: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.144250 + Group: 'forearm.L', Weight: 0.855124 +Vertex 772: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.066144 + Group: 'forearm.L', Weight: 0.933524 +Vertex 773: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.086965 + Group: 'forearm.L', Weight: 0.912619 +Vertex 774: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.128606 + Group: 'forearm.L', Weight: 0.870986 +Vertex 775: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 776: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 777: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 778: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 779: +Vertex groups: 4 + Group: 'spine', Weight: 0.042333 + Group: 'spine1', Weight: 0.679071 + Group: 'spine1.001', Weight: 0.240729 + Group: 'spine1.002', Weight: 0.015081 +Vertex 780: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.763769 + Group: 'spine2', Weight: 0.232587 +Vertex 781: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.152644 + Group: 'spine1.002', Weight: 0.812575 +Vertex 782: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.202816 + Group: 'spine1.003', Weight: 0.795117 +Vertex 783: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.837299 + Group: 'spine2', Weight: 0.158755 +Vertex 784: +Vertex groups: 4 + Group: 'spine', Weight: 0.058472 + Group: 'spine1', Weight: 0.686359 + Group: 'spine1.001', Weight: 0.213887 + Group: 'spine1.002', Weight: 0.028639 +Vertex 785: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.372473 + Group: 'spine1.003', Weight: 0.625931 +Vertex 786: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.126597 + Group: 'spine1.002', Weight: 0.841655 +Vertex 787: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.901854 + Group: 'spine2', Weight: 0.092942 +Vertex 788: +Vertex groups: 4 + Group: 'spine', Weight: 0.066831 + Group: 'spine1', Weight: 0.561228 + Group: 'spine1.001', Weight: 0.331488 + Group: 'spine1.002', Weight: 0.026556 +Vertex 789: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.480997 + Group: 'spine1.003', Weight: 0.517794 +Vertex 790: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.106491 + Group: 'spine1.002', Weight: 0.866540 +Vertex 791: +Vertex groups: 4 + Group: 'spine', Weight: 0.065921 + Group: 'spine1', Weight: 0.637333 + Group: 'spine1.001', Weight: 0.255765 + Group: 'spine1.002', Weight: 0.027637 +Vertex 792: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.894876 + Group: 'spine2', Weight: 0.100155 +Vertex 793: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.108238 + Group: 'spine1.002', Weight: 0.864214 +Vertex 794: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.474729 + Group: 'spine1.003', Weight: 0.524044 +Vertex 795: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.066531 + Group: 'spine2', Weight: 0.933399 +Vertex 796: +Vertex groups: 2 + Group: 'spine1', Weight: 0.495896 + Group: 'spine1.001', Weight: 0.483221 +Vertex 797: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.059040 + Group: 'spine1.003', Weight: 0.933620 +Vertex 798: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.540319 + Group: 'spine1.002', Weight: 0.429447 +Vertex 799: +Vertex groups: 4 + Group: 'spine', Weight: 0.063350 + Group: 'spine1', Weight: 0.672511 + Group: 'spine1.001', Weight: 0.221529 + Group: 'spine1.002', Weight: 0.030960 +Vertex 800: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.873761 + Group: 'spine2', Weight: 0.121804 +Vertex 801: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.114721 + Group: 'spine1.002', Weight: 0.855951 +Vertex 802: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.449004 + Group: 'spine1.003', Weight: 0.549661 +Vertex 803: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.600491 + Group: 'spine2', Weight: 0.398401 +Vertex 804: +Vertex groups: 2 + Group: 'spine1', Weight: 0.544240 + Group: 'spine1.001', Weight: 0.414183 +Vertex 805: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.129599 + Group: 'spine1.003', Weight: 0.866799 +Vertex 806: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.207393 + Group: 'spine1.002', Weight: 0.755282 +Vertex 807: +Vertex groups: 2 + Group: 'spine1', Weight: 0.517995 + Group: 'spine1.001', Weight: 0.451218 +Vertex 808: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.317571 + Group: 'spine2', Weight: 0.682181 +Vertex 809: +Vertex groups: 3 + Group: 'spine1', Weight: 0.000199 + Group: 'spine1.001', Weight: 0.304138 + Group: 'spine1.002', Weight: 0.657653 +Vertex 810: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.096093 + Group: 'spine1.003', Weight: 0.897500 +Vertex 811: +Vertex groups: 2 + Group: 'spine1', Weight: 0.510793 + Group: 'spine1.001', Weight: 0.463003 +Vertex 812: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.164309 + Group: 'spine2', Weight: 0.835645 +Vertex 813: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.455408 + Group: 'spine1.002', Weight: 0.507965 +Vertex 814: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.077017 + Group: 'spine1.003', Weight: 0.915078 +Vertex 815: +Vertex groups: 2 + Group: 'spine1', Weight: 0.499287 + Group: 'spine1.001', Weight: 0.477997 +Vertex 816: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.088990 + Group: 'spine2', Weight: 0.910957 +Vertex 817: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.404124 + Group: 'spine1.002', Weight: 0.563139 +Vertex 818: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064193 + Group: 'spine1.003', Weight: 0.928123 +Vertex 819: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.148665 + Group: 'spine2', Weight: 0.850762 +Vertex 820: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.083283 + Group: 'spine2', Weight: 0.916384 +Vertex 821: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.052262 + Group: 'spine2', Weight: 0.947735 +Vertex 822: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.045034 + Group: 'spine2', Weight: 0.952280 +Vertex 823: +Vertex groups: 1 + Group: 'spine2', Weight: 0.976105 +Vertex 824: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.009059 + Group: 'spine2', Weight: 0.970329 +Vertex 825: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999624 +Vertex 826: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 827: +Vertex groups: 1 + Group: 'spine2', Weight: 0.989229 +Vertex 828: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 829: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.017375 + Group: 'spine1.003', Weight: 0.969022 +Vertex 830: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.043734 + Group: 'spine1.003', Weight: 0.950372 +Vertex 831: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.066857 + Group: 'spine1.003', Weight: 0.928312 +Vertex 832: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064554 + Group: 'spine1.003', Weight: 0.930735 +Vertex 833: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.943390 + Group: 'spine2', Weight: 0.052933 +Vertex 834: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.058033 + Group: 'spine1.003', Weight: 0.937666 +Vertex 835: +Vertex groups: 1 + Group: 'spine1.003', Weight: 0.968650 +Vertex 836: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.947161 + Group: 'spine2', Weight: 0.033220 +Vertex 837: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.936006 + Group: 'spine2', Weight: 0.057138 +Vertex 838: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.938937 + Group: 'spine2', Weight: 0.056590 +Vertex 839: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.905466 + Group: 'spine1.003', Weight: 0.069656 +Vertex 840: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.919835 + Group: 'spine1.003', Weight: 0.060331 +Vertex 841: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.933647 + Group: 'spine1.003', Weight: 0.050663 +Vertex 842: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.932614 + Group: 'spine1.003', Weight: 0.051446 +Vertex 843: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.029723 + Group: 'spine1.002', Weight: 0.876684 + Group: 'spine1.003', Weight: 0.081181 +Vertex 844: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.928450 + Group: 'spine1.003', Weight: 0.054324 +Vertex 845: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.008946 + Group: 'spine1.002', Weight: 0.888770 + Group: 'spine1.003', Weight: 0.078598 +Vertex 846: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.026651 + Group: 'spine1.002', Weight: 0.874765 + Group: 'spine1.003', Weight: 0.083676 +Vertex 847: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.037107 + Group: 'spine1.002', Weight: 0.868564 + Group: 'spine1.003', Weight: 0.084892 +Vertex 848: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.029220 + Group: 'spine1.002', Weight: 0.874252 + Group: 'spine1.003', Weight: 0.083621 +Vertex 849: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131817 + Group: 'spine1.001', Weight: 0.693219 + Group: 'spine1.002', Weight: 0.163279 +Vertex 850: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132102 + Group: 'spine1.001', Weight: 0.681385 + Group: 'spine1.002', Weight: 0.173301 +Vertex 851: +Vertex groups: 3 + Group: 'spine1', Weight: 0.121047 + Group: 'spine1.001', Weight: 0.696517 + Group: 'spine1.002', Weight: 0.168481 +Vertex 852: +Vertex groups: 3 + Group: 'spine1', Weight: 0.124607 + Group: 'spine1.001', Weight: 0.692846 + Group: 'spine1.002', Weight: 0.168570 +Vertex 853: +Vertex groups: 3 + Group: 'spine1', Weight: 0.095450 + Group: 'spine1.001', Weight: 0.821215 + Group: 'spine1.002', Weight: 0.079164 +Vertex 854: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131357 + Group: 'spine1.001', Weight: 0.684969 + Group: 'spine1.002', Weight: 0.169689 +Vertex 855: +Vertex groups: 3 + Group: 'spine1', Weight: 0.123557 + Group: 'spine1.001', Weight: 0.730305 + Group: 'spine1.002', Weight: 0.137299 +Vertex 856: +Vertex groups: 3 + Group: 'spine1', Weight: 0.117894 + Group: 'spine1.001', Weight: 0.761368 + Group: 'spine1.002', Weight: 0.113876 +Vertex 857: +Vertex groups: 3 + Group: 'spine1', Weight: 0.112860 + Group: 'spine1.001', Weight: 0.782157 + Group: 'spine1.002', Weight: 0.099259 +Vertex 858: +Vertex groups: 3 + Group: 'spine1', Weight: 0.101073 + Group: 'spine1.001', Weight: 0.803583 + Group: 'spine1.002', Weight: 0.090643 +Vertex 859: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.177290 + Group: 'spine.005', Weight: 0.675833 + Group: 'Head', Weight: 0.132787 +Vertex 860: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082680 + Group: 'spine.005', Weight: 0.575184 + Group: 'Head', Weight: 0.335123 +Vertex 861: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.136595 + Group: 'spine.005', Weight: 0.644563 + Group: 'Head', Weight: 0.208135 +Vertex 862: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.137579 + Group: 'spine.005', Weight: 0.642438 + Group: 'Head', Weight: 0.209367 +Vertex 863: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082978 + Group: 'spine.005', Weight: 0.658943 + Group: 'Head', Weight: 0.245583 +Vertex 864: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.185796 + Group: 'spine.005', Weight: 0.659274 + Group: 'Head', Weight: 0.118621 + Group: 'shoulder.L', Weight: 0.013009 +Vertex 865: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.178737 + Group: 'spine.005', Weight: 0.636401 + Group: 'Head', Weight: 0.145655 + Group: 'shoulder.L', Weight: 0.016712 +Vertex 866: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088664 + Group: 'spine.005', Weight: 0.503139 + Group: 'Head', Weight: 0.388636 +Vertex 867: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.245675 + Group: 'spine.005', Weight: 0.520224 + Group: 'Head', Weight: 0.175202 + Group: 'shoulder.L', Weight: 0.043137 +Vertex 868: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.332062 + Group: 'spine.005', Weight: 0.416022 + Group: 'Head', Weight: 0.180149 + Group: 'shoulder.L', Weight: 0.052588 +Vertex 869: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.366635 + Group: 'spine.005', Weight: 0.361346 + Group: 'Head', Weight: 0.196312 + Group: 'shoulder.L', Weight: 0.048356 +Vertex 870: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.365631 + Group: 'spine.005', Weight: 0.337537 + Group: 'Head', Weight: 0.225289 + Group: 'shoulder.L', Weight: 0.025768 +Vertex 871: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.371067 + Group: 'spine.005', Weight: 0.328773 + Group: 'Head', Weight: 0.228668 + Group: 'shoulder.L', Weight: 0.010731 + Group: 'shoulder.R', Weight: 0.010730 +Vertex 872: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.147256 + Group: 'spine.005', Weight: 0.716056 + Group: 'Head', Weight: 0.118318 +Vertex 873: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099367 + Group: 'spine.005', Weight: 0.463324 + Group: 'Head', Weight: 0.415090 +Vertex 874: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106722 + Group: 'Head', Weight: 0.874549 +Vertex 875: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108374 + Group: 'Head', Weight: 0.872402 +Vertex 876: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113637 + Group: 'Head', Weight: 0.865628 +Vertex 877: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117949 + Group: 'Head', Weight: 0.860168 +Vertex 878: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122393 + Group: 'Head', Weight: 0.854709 +Vertex 879: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119866 + Group: 'Head', Weight: 0.857522 +Vertex 880: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116513 + Group: 'Head', Weight: 0.861518 +Vertex 881: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109454 + Group: 'Head', Weight: 0.870453 +Vertex 882: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106285 + Group: 'Head', Weight: 0.874668 +Vertex 883: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110851 + Group: 'Head', Weight: 0.869175 +Vertex 884: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112987 + Group: 'Head', Weight: 0.865807 +Vertex 885: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105208 + Group: 'Head', Weight: 0.876226 +Vertex 886: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.160577 + Group: 'spine.003', Weight: 0.437655 + Group: 'shoulder.L', Weight: 0.284048 + Group: 'upper_arm.L', Weight: 0.059965 + Group: 'shoulder.R', Weight: 0.022551 +Vertex 887: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.239846 + Group: 'spine.003', Weight: 0.531916 + Group: 'shoulder.L', Weight: 0.116634 + Group: 'upper_arm.L', Weight: 0.000045 + Group: 'shoulder.R', Weight: 0.061678 +Vertex 888: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.582120 + Group: 'spine.003', Weight: 0.281972 + Group: 'shoulder.L', Weight: 0.050376 + Group: 'shoulder.R', Weight: 0.023924 +Vertex 889: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.087883 + Group: 'spine.003', Weight: 0.206572 + Group: 'shoulder.L', Weight: 0.386074 + Group: 'upper_arm.L', Weight: 0.298862 +Vertex 890: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.102017 + Group: 'spine.003', Weight: 0.271941 + Group: 'shoulder.L', Weight: 0.468483 + Group: 'upper_arm.L', Weight: 0.119081 +Vertex 891: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.321653 + Group: 'spine.003', Weight: 0.342230 + Group: 'shoulder.L', Weight: 0.101565 + Group: 'upper_arm.L', Weight: 0.204819 +Vertex 892: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142029 + Group: 'spine.003', Weight: 0.299118 + Group: 'shoulder.L', Weight: 0.202931 + Group: 'upper_arm.L', Weight: 0.336048 +Vertex 893: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.037852 + Group: 'spine.002', Weight: 0.763405 + Group: 'spine.003', Weight: 0.119659 + Group: 'shoulder.L', Weight: 0.009227 +Vertex 894: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.019402 + Group: 'spine.002', Weight: 0.611010 + Group: 'spine.003', Weight: 0.220037 + Group: 'shoulder.L', Weight: 0.050899 + Group: 'upper_arm.L', Weight: 0.069305 +Vertex 895: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.017403 + Group: 'spine.002', Weight: 0.749942 + Group: 'spine.003', Weight: 0.142797 + Group: 'shoulder.L', Weight: 0.005382 +Vertex 896: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.222118 + Group: 'spine.003', Weight: 0.466623 + Group: 'shoulder.L', Weight: 0.197707 + Group: 'upper_arm.L', Weight: 0.064275 + Group: 'shoulder.R', Weight: 0.008322 +Vertex 897: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.293596 + Group: 'spine.003', Weight: 0.490521 + Group: 'shoulder.L', Weight: 0.115285 + Group: 'upper_arm.L', Weight: 0.012127 + Group: 'shoulder.R', Weight: 0.041811 +Vertex 898: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.578227 + Group: 'spine.003', Weight: 0.253021 + Group: 'shoulder.L', Weight: 0.075976 + Group: 'upper_arm.L', Weight: 0.047355 +Vertex 899: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.595619 + Group: 'spine.003', Weight: 0.265804 + Group: 'shoulder.L', Weight: 0.056523 + Group: 'shoulder.R', Weight: 0.008522 +Vertex 900: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.121208 + Group: 'spine.003', Weight: 0.284634 + Group: 'shoulder.L', Weight: 0.315931 + Group: 'upper_arm.L', Weight: 0.254532 +Vertex 901: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.158143 + Group: 'spine.003', Weight: 0.378056 + Group: 'shoulder.L', Weight: 0.299270 + Group: 'upper_arm.L', Weight: 0.129423 +Vertex 902: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.346955 + Group: 'spine.003', Weight: 0.352317 + Group: 'shoulder.L', Weight: 0.102668 + Group: 'upper_arm.L', Weight: 0.166623 +Vertex 903: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.183527 + Group: 'spine.003', Weight: 0.349220 + Group: 'shoulder.L', Weight: 0.202225 + Group: 'upper_arm.L', Weight: 0.240773 +Vertex 904: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.312846 + Group: 'spine.003', Weight: 0.392211 + Group: 'shoulder.L', Weight: 0.135620 + Group: 'upper_arm.L', Weight: 0.126780 +Vertex 905: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.022654 + Group: 'spine.002', Weight: 0.728058 + Group: 'spine.003', Weight: 0.146378 + Group: 'shoulder.L', Weight: 0.026175 + Group: 'upper_arm.L', Weight: 0.013308 +Vertex 906: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.005479 + Group: 'spine.002', Weight: 0.568450 + Group: 'spine.003', Weight: 0.242578 + Group: 'shoulder.L', Weight: 0.063760 + Group: 'upper_arm.L', Weight: 0.082600 +Vertex 907: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.009694 + Group: 'spine.002', Weight: 0.716154 + Group: 'spine.003', Weight: 0.167107 + Group: 'shoulder.L', Weight: 0.022809 +Vertex 908: +Vertex groups: 3 + Group: 'spine', Weight: 0.371022 + Group: 'spine.001', Weight: 0.521174 + Group: 'spine.002', Weight: 0.091308 +Vertex 909: +Vertex groups: 3 + Group: 'spine', Weight: 0.076232 + Group: 'spine.001', Weight: 0.511969 + Group: 'spine.002', Weight: 0.390729 +Vertex 910: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.099468 + Group: 'spine.002', Weight: 0.804575 + Group: 'spine.003', Weight: 0.054592 +Vertex 911: +Vertex groups: 3 + Group: 'spine', Weight: 0.240316 + Group: 'spine.001', Weight: 0.630233 + Group: 'spine.002', Weight: 0.117160 +Vertex 912: +Vertex groups: 3 + Group: 'spine', Weight: 0.056309 + Group: 'spine.001', Weight: 0.416120 + Group: 'spine.002', Weight: 0.501785 +Vertex 913: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.225950 + Group: 'spine.002', Weight: 0.708157 + Group: 'spine.003', Weight: 0.003126 +Vertex 914: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.068329 + Group: 'spine.002', Weight: 0.811124 + Group: 'spine.003', Weight: 0.074683 +Vertex 915: +Vertex groups: 3 + Group: 'spine', Weight: 0.017616 + Group: 'spine.001', Weight: 0.303815 + Group: 'spine.002', Weight: 0.627016 +Vertex 916: +Vertex groups: 3 + Group: 'spine', Weight: 0.326539 + Group: 'spine.001', Weight: 0.570256 + Group: 'spine.002', Weight: 0.089633 +Vertex 917: +Vertex groups: 3 + Group: 'spine', Weight: 0.329571 + Group: 'spine.001', Weight: 0.571622 + Group: 'spine.002', Weight: 0.086340 +Vertex 918: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.179598 + Group: 'spine.002', Weight: 0.751249 + Group: 'spine.003', Weight: 0.014744 +Vertex 919: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.072964 + Group: 'spine.002', Weight: 0.807003 + Group: 'spine.003', Weight: 0.072459 +Vertex 920: +Vertex groups: 3 + Group: 'spine', Weight: 0.370351 + Group: 'spine.001', Weight: 0.474381 + Group: 'spine.002', Weight: 0.129699 +Vertex 921: +Vertex groups: 3 + Group: 'spine', Weight: 0.459929 + Group: 'spine.001', Weight: 0.412057 + Group: 'spine.002', Weight: 0.106189 +Vertex 922: +Vertex groups: 3 + Group: 'spine', Weight: 0.378863 + Group: 'spine.001', Weight: 0.474356 + Group: 'spine.002', Weight: 0.122285 +Vertex 923: +Vertex groups: 3 + Group: 'spine', Weight: 0.335185 + Group: 'spine.001', Weight: 0.498681 + Group: 'spine.002', Weight: 0.140089 +Vertex 924: +Vertex groups: 3 + Group: 'spine', Weight: 0.233003 + Group: 'spine.001', Weight: 0.629977 + Group: 'spine.002', Weight: 0.124214 +Vertex 925: +Vertex groups: 3 + Group: 'spine', Weight: 0.029575 + Group: 'spine.001', Weight: 0.283986 + Group: 'spine.002', Weight: 0.635364 +Vertex 926: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.089187 + Group: 'spine.002', Weight: 0.803541 + Group: 'spine.003', Weight: 0.061560 +Vertex 927: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.058482 + Group: 'spine.002', Weight: 0.804833 + Group: 'spine.003', Weight: 0.086623 +Vertex 928: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.149342 + Group: 'spine.002', Weight: 0.769719 + Group: 'spine.003', Weight: 0.029353 +Vertex 929: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.174107 + Group: 'spine.002', Weight: 0.744651 + Group: 'spine.003', Weight: 0.020113 +Vertex 930: +Vertex groups: 3 + Group: 'spine', Weight: 0.067056 + Group: 'spine.001', Weight: 0.482939 + Group: 'spine.002', Weight: 0.423413 +Vertex 931: +Vertex groups: 3 + Group: 'spine', Weight: 0.285479 + Group: 'spine.001', Weight: 0.572294 + Group: 'spine.002', Weight: 0.124660 +Vertex 932: +Vertex groups: 3 + Group: 'spine', Weight: 0.274856 + Group: 'spine.001', Weight: 0.603298 + Group: 'spine.002', Weight: 0.108445 +Vertex 933: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.061993 + Group: 'spine.002', Weight: 0.798725 + Group: 'spine.003', Weight: 0.085087 +Vertex 934: +Vertex groups: 3 + Group: 'spine', Weight: 0.282574 + Group: 'spine.001', Weight: 0.601548 + Group: 'spine.002', Weight: 0.103161 +Vertex 935: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.136928 + Group: 'spine.002', Weight: 0.780809 + Group: 'spine.003', Weight: 0.034911 +Vertex 936: +Vertex groups: 3 + Group: 'spine', Weight: 0.324774 + Group: 'spine.001', Weight: 0.505769 + Group: 'spine.002', Weight: 0.145494 +Vertex 937: +Vertex groups: 3 + Group: 'spine', Weight: 0.228402 + Group: 'spine.001', Weight: 0.526339 + Group: 'spine.002', Weight: 0.211989 +Vertex 938: +Vertex groups: 3 + Group: 'spine', Weight: 0.166614 + Group: 'spine.001', Weight: 0.532130 + Group: 'spine.002', Weight: 0.262544 +Vertex 939: +Vertex groups: 3 + Group: 'spine', Weight: 0.158517 + Group: 'spine.001', Weight: 0.508018 + Group: 'spine.002', Weight: 0.290591 +Vertex 940: +Vertex groups: 3 + Group: 'spine', Weight: 0.674366 + Group: 'spine.001', Weight: 0.281727 + Group: 'spine.002', Weight: 0.004279 +Vertex 941: +Vertex groups: 2 + Group: 'spine', Weight: 0.654050 + Group: 'spine.001', Weight: 0.306483 +Vertex 942: +Vertex groups: 3 + Group: 'spine', Weight: 0.680839 + Group: 'spine.001', Weight: 0.264551 + Group: 'spine.002', Weight: 0.018999 +Vertex 943: +Vertex groups: 2 + Group: 'spine', Weight: 0.656718 + Group: 'spine.001', Weight: 0.305004 +Vertex 944: +Vertex groups: 3 + Group: 'spine', Weight: 0.603581 + Group: 'spine.001', Weight: 0.330811 + Group: 'spine.002', Weight: 0.046164 +Vertex 945: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.208716 + Group: 'Head', Weight: 0.785322 +Vertex 946: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.210393 + Group: 'Head', Weight: 0.783640 +Vertex 947: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.210600 + Group: 'Head', Weight: 0.783208 +Vertex 948: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.217569 + Group: 'Head', Weight: 0.775627 +Vertex 949: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220100 + Group: 'Head', Weight: 0.771713 +Vertex 950: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220493 + Group: 'Head', Weight: 0.772106 +Vertex 951: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216586 + Group: 'Head', Weight: 0.773890 +Vertex 952: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.214608 + Group: 'Head', Weight: 0.774439 +Vertex 953: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192375 + Group: 'Head', Weight: 0.795897 +Vertex 954: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.181309 + Group: 'Head', Weight: 0.804814 +Vertex 955: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168972 + Group: 'Head', Weight: 0.815175 +Vertex 956: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.151168 + Group: 'Head', Weight: 0.830971 +Vertex 957: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088539 + Group: 'Head', Weight: 0.894333 +Vertex 958: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.025752 + Group: 'Head', Weight: 0.952300 +Vertex 959: +Vertex groups: 1 + Group: 'Head', Weight: 0.968853 +Vertex 960: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.070922 + Group: 'Head', Weight: 0.913727 +Vertex 961: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.147991 + Group: 'Head', Weight: 0.830634 +Vertex 962: +Vertex groups: 1 + Group: 'Head', Weight: 0.976689 +Vertex 963: +Vertex groups: 1 + Group: 'Head', Weight: 0.982057 +Vertex 964: +Vertex groups: 1 + Group: 'Head', Weight: 0.985793 +Vertex 965: +Vertex groups: 1 + Group: 'Head', Weight: 0.986948 +Vertex 966: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112667 + Group: 'Head', Weight: 0.864277 +Vertex 967: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112448 + Group: 'Head', Weight: 0.864855 +Vertex 968: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110276 + Group: 'Head', Weight: 0.868355 +Vertex 969: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110315 + Group: 'Head', Weight: 0.868425 +Vertex 970: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106433 + Group: 'Head', Weight: 0.874415 +Vertex 971: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106698 + Group: 'Head', Weight: 0.873921 +Vertex 972: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142632 + Group: 'Head', Weight: 0.833922 +Vertex 973: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139533 + Group: 'Head', Weight: 0.837071 +Vertex 974: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110153 + Group: 'Head', Weight: 0.868689 +Vertex 975: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105568 + Group: 'Head', Weight: 0.875278 +Vertex 976: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132314 + Group: 'Head', Weight: 0.845185 +Vertex 977: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109489 + Group: 'Head', Weight: 0.869672 +Vertex 978: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104748 + Group: 'Head', Weight: 0.876237 +Vertex 979: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127453 + Group: 'Head', Weight: 0.850758 +Vertex 980: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123517 + Group: 'Head', Weight: 0.853833 +Vertex 981: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118053 + Group: 'Head', Weight: 0.861924 +Vertex 982: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118955 + Group: 'Head', Weight: 0.857988 +Vertex 983: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112478 + Group: 'Head', Weight: 0.865005 +Vertex 984: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113894 + Group: 'Head', Weight: 0.863491 +Vertex 985: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114346 + Group: 'Head', Weight: 0.865264 +Vertex 986: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109580 + Group: 'Head', Weight: 0.869855 +Vertex 987: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110241 + Group: 'Head', Weight: 0.871092 +Vertex 988: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114203 + Group: 'Head', Weight: 0.866545 +Vertex 989: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105035 + Group: 'Head', Weight: 0.876908 +Vertex 990: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102314 + Group: 'Head', Weight: 0.879863 +Vertex 991: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102072 + Group: 'Head', Weight: 0.879784 +Vertex 992: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122334 + Group: 'Head', Weight: 0.856782 +Vertex 993: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124314 + Group: 'Head', Weight: 0.853497 +Vertex 994: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117103 + Group: 'Head', Weight: 0.862335 +Vertex 995: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125964 + Group: 'Head', Weight: 0.852292 +Vertex 996: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120956 + Group: 'Head', Weight: 0.858192 +Vertex 997: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126489 + Group: 'Head', Weight: 0.851343 +Vertex 998: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112948 + Group: 'Head', Weight: 0.861130 +Vertex 999: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113972 + Group: 'Head', Weight: 0.861750 +Vertex 1000: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102687 + Group: 'Head', Weight: 0.876483 +Vertex 1001: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109963 + Group: 'Head', Weight: 0.868712 +Vertex 1002: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102032 + Group: 'Head', Weight: 0.879542 +Vertex 1003: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153308 + Group: 'Head', Weight: 0.823357 +Vertex 1004: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144605 + Group: 'Head', Weight: 0.832729 +Vertex 1005: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141021 + Group: 'Head', Weight: 0.836243 +Vertex 1006: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120019 + Group: 'Head', Weight: 0.857626 +Vertex 1007: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118184 + Group: 'Head', Weight: 0.859533 +Vertex 1008: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112270 + Group: 'Head', Weight: 0.867377 +Vertex 1009: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111235 + Group: 'Head', Weight: 0.868132 +Vertex 1010: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124128 + Group: 'Head', Weight: 0.854564 +Vertex 1011: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.450474 + Group: 'spine.005', Weight: 0.054166 + Group: 'shoulder.L', Weight: 0.361415 + Group: 'upper_arm.L', Weight: 0.032205 + Group: 'shoulder.R', Weight: 0.028035 +Vertex 1012: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295668 + Group: 'spine.005', Weight: 0.056605 + Group: 'shoulder.L', Weight: 0.572874 + Group: 'upper_arm.L', Weight: 0.026153 +Vertex 1013: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.263298 + Group: 'spine.005', Weight: 0.027415 + Group: 'shoulder.L', Weight: 0.654599 +Vertex 1014: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.275280 + Group: 'spine.005', Weight: 0.047789 + Group: 'shoulder.L', Weight: 0.627527 +Vertex 1015: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.559867 + Group: 'shoulder.L', Weight: 0.297023 + Group: 'shoulder.R', Weight: 0.070348 + Group: 'spine.005', Weight: 0.055829 + Group: 'upper_arm.L', Weight: 0.016933 +Vertex 1016: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.029706 + Group: 'spine.004', Weight: 0.556568 + Group: 'spine.005', Weight: 0.039959 + Group: 'shoulder.L', Weight: 0.182459 + Group: 'shoulder.R', Weight: 0.108140 +Vertex 1017: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.341782 + Group: 'spine.005', Weight: 0.056512 + Group: 'shoulder.L', Weight: 0.497622 + Group: 'upper_arm.L', Weight: 0.040606 +Vertex 1018: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.267423 + Group: 'spine.004', Weight: 0.218177 + Group: 'shoulder.L', Weight: 0.246023 + Group: 'shoulder.R', Weight: 0.246023 +Vertex 1019: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.255169 + Group: 'spine.005', Weight: 0.002223 + Group: 'shoulder.L', Weight: 0.656139 + Group: 'shoulder.R', Weight: 0.000433 +Vertex 1020: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.078072 + Group: 'spine.004', Weight: 0.209696 + Group: 'shoulder.L', Weight: 0.591683 + Group: 'shoulder.R', Weight: 0.094900 +Vertex 1021: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.936108 + Group: 'forearm.L', Weight: 0.061422 +Vertex 1022: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.934021 + Group: 'forearm.L', Weight: 0.063852 +Vertex 1023: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.933614 + Group: 'forearm.L', Weight: 0.063902 +Vertex 1024: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.977393 +Vertex 1025: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.985446 +Vertex 1026: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.940199 + Group: 'forearm.L', Weight: 0.059033 +Vertex 1027: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.927276 + Group: 'forearm.L', Weight: 0.071270 +Vertex 1028: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.922242 + Group: 'forearm.L', Weight: 0.075728 +Vertex 1029: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.940923 + Group: 'forearm.L', Weight: 0.057334 +Vertex 1030: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.983291 +Vertex 1031: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.977754 +Vertex 1032: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.964000 + Group: 'forearm.L', Weight: 0.019054 +Vertex 1033: +Vertex groups: 2 + Group: 'spine', Weight: 0.529300 + Group: 'spine1', Weight: 0.425430 +Vertex 1034: +Vertex groups: 3 + Group: 'spine', Weight: 0.307028 + Group: 'spine1', Weight: 0.629954 + Group: 'spine1.001', Weight: 0.048555 +Vertex 1035: +Vertex groups: 3 + Group: 'spine', Weight: 0.178170 + Group: 'spine1', Weight: 0.744802 + Group: 'spine1.001', Weight: 0.068680 +Vertex 1036: +Vertex groups: 2 + Group: 'spine', Weight: 0.651978 + Group: 'spine1', Weight: 0.301610 +Vertex 1037: +Vertex groups: 2 + Group: 'spine', Weight: 0.710286 + Group: 'spine1', Weight: 0.243907 +Vertex 1038: +Vertex groups: 2 + Group: 'spine', Weight: 0.695576 + Group: 'spine1', Weight: 0.258602 +Vertex 1039: +Vertex groups: 3 + Group: 'spine', Weight: 0.155815 + Group: 'spine1', Weight: 0.776709 + Group: 'spine1.001', Weight: 0.062635 +Vertex 1040: +Vertex groups: 3 + Group: 'spine', Weight: 0.148425 + Group: 'spine1', Weight: 0.778291 + Group: 'spine1.001', Weight: 0.068326 +Vertex 1041: +Vertex groups: 3 + Group: 'spine', Weight: 0.147791 + Group: 'spine1', Weight: 0.769354 + Group: 'spine1.001', Weight: 0.076758 +Vertex 1042: +Vertex groups: 3 + Group: 'spine', Weight: 0.145658 + Group: 'spine1', Weight: 0.775120 + Group: 'spine1.001', Weight: 0.073874 +Vertex 1043: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.556822 + Group: 'spine.003', Weight: 0.305270 + Group: 'shoulder.L', Weight: 0.040501 + Group: 'shoulder.R', Weight: 0.040501 +Vertex 1044: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.265691 + Group: 'spine.003', Weight: 0.522460 + Group: 'shoulder.L', Weight: 0.094913 + Group: 'shoulder.R', Weight: 0.070032 +Vertex 1045: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.006289 + Group: 'spine.002', Weight: 0.715795 + Group: 'spine.003', Weight: 0.173528 + Group: 'shoulder.L', Weight: 0.009386 +Vertex 1046: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.244698 + Group: 'spine.003', Weight: 0.537743 + Group: 'shoulder.L', Weight: 0.085857 + Group: 'shoulder.R', Weight: 0.085857 +Vertex 1047: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.007886 + Group: 'spine.002', Weight: 0.721465 + Group: 'spine.003', Weight: 0.169019 + Group: 'shoulder.L', Weight: 0.003227 + Group: 'shoulder.R', Weight: 0.003227 +Vertex 1048: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.566858 + Group: 'spine.003', Weight: 0.295743 + Group: 'shoulder.L', Weight: 0.046931 + Group: 'shoulder.R', Weight: 0.032383 +Vertex 1049: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.873770 + Group: 'forearm.L', Weight: 0.125991 +Vertex 1050: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.746445 + Group: 'forearm.L', Weight: 0.253406 +Vertex 1051: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.910110 + Group: 'forearm.L', Weight: 0.089679 +Vertex 1052: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.839638 + Group: 'forearm.L', Weight: 0.160229 +Vertex 1053: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.814775 + Group: 'forearm.L', Weight: 0.185085 +Vertex 1054: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.897328 + Group: 'forearm.L', Weight: 0.102442 +Vertex 1055: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.958796 + Group: 'forearm.L', Weight: 0.031657 +Vertex 1056: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.955047 + Group: 'forearm.L', Weight: 0.038901 +Vertex 1057: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.946941 + Group: 'forearm.L', Weight: 0.052377 +Vertex 1058: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.973044 +Vertex 1059: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.046557 + Group: 'forearm.L', Weight: 0.949598 +Vertex 1060: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.010515 + Group: 'forearm.L', Weight: 0.968152 +Vertex 1061: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.036897 + Group: 'forearm.L', Weight: 0.952955 +Vertex 1062: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.987422 +Vertex 1063: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.974782 +Vertex 1064: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.016390 + Group: 'forearm.L', Weight: 0.965230 +Vertex 1065: +Vertex groups: 3 + Group: 'spine', Weight: 0.044110 + Group: 'spine.001', Weight: 0.521459 + Group: 'spine.002', Weight: 0.412215 +Vertex 1066: +Vertex groups: 3 + Group: 'spine', Weight: 0.207869 + Group: 'spine.001', Weight: 0.699408 + Group: 'spine.002', Weight: 0.084753 +Vertex 1067: +Vertex groups: 3 + Group: 'spine', Weight: 0.009978 + Group: 'spine.001', Weight: 0.336645 + Group: 'spine.002', Weight: 0.602853 +Vertex 1068: +Vertex groups: 3 + Group: 'spine', Weight: 0.021261 + Group: 'spine.001', Weight: 0.347042 + Group: 'spine.002', Weight: 0.586551 +Vertex 1069: +Vertex groups: 3 + Group: 'spine', Weight: 0.202390 + Group: 'spine.001', Weight: 0.676083 + Group: 'spine.002', Weight: 0.111450 +Vertex 1070: +Vertex groups: 3 + Group: 'spine', Weight: 0.659964 + Group: 'spine.001', Weight: 0.294424 + Group: 'spine.002', Weight: 0.008103 +Vertex 1071: +Vertex groups: 2 + Group: 'spine', Weight: 0.760217 + Group: 'spine.001', Weight: 0.195752 +Vertex 1072: +Vertex groups: 3 + Group: 'spine', Weight: 0.642548 + Group: 'spine.001', Weight: 0.318385 + Group: 'spine.002', Weight: 0.001181 +Vertex 1073: +Vertex groups: 2 + Group: 'spine', Weight: 0.783176 + Group: 'spine.001', Weight: 0.180839 +Vertex 1074: +Vertex groups: 3 + Group: 'spine', Weight: 0.839232 + Group: 'spine.001', Weight: 0.108492 + Group: 'spine1', Weight: 0.026036 +Vertex 1075: +Vertex groups: 3 + Group: 'spine', Weight: 0.856409 + Group: 'spine.001', Weight: 0.090107 + Group: 'spine1', Weight: 0.034295 +Vertex 1076: +Vertex groups: 2 + Group: 'spine', Weight: 0.818858 + Group: 'spine.001', Weight: 0.142205 +Vertex 1077: +Vertex groups: 3 + Group: 'spine', Weight: 0.023528 + Group: 'spine.001', Weight: 0.444010 + Group: 'spine.002', Weight: 0.497185 +Vertex 1078: +Vertex groups: 3 + Group: 'spine', Weight: 0.210158 + Group: 'spine.001', Weight: 0.696556 + Group: 'spine.002', Weight: 0.085228 +Vertex 1079: +Vertex groups: 2 + Group: 'spine', Weight: 0.652928 + Group: 'spine.001', Weight: 0.308606 +Vertex 1080: +Vertex groups: 2 + Group: 'spine', Weight: 0.717951 + Group: 'spine.001', Weight: 0.244767 +Vertex 1081: +Vertex groups: 3 + Group: 'spine', Weight: 0.848522 + Group: 'spine.001', Weight: 0.109950 + Group: 'spine1', Weight: 0.009505 +Vertex 1082: +Vertex groups: 3 + Group: 'spine', Weight: 0.024577 + Group: 'spine.001', Weight: 0.426497 + Group: 'spine.002', Weight: 0.511791 +Vertex 1083: +Vertex groups: 3 + Group: 'spine', Weight: 0.024953 + Group: 'spine.001', Weight: 0.378277 + Group: 'spine.002', Weight: 0.555827 +Vertex 1084: +Vertex groups: 3 + Group: 'spine', Weight: 0.211113 + Group: 'spine.001', Weight: 0.674408 + Group: 'spine.002', Weight: 0.104675 +Vertex 1085: +Vertex groups: 3 + Group: 'spine', Weight: 0.679906 + Group: 'spine.001', Weight: 0.277538 + Group: 'spine.002', Weight: 0.001539 +Vertex 1086: +Vertex groups: 2 + Group: 'spine', Weight: 0.739549 + Group: 'spine.001', Weight: 0.221169 +Vertex 1087: +Vertex groups: 3 + Group: 'spine', Weight: 0.825393 + Group: 'spine.001', Weight: 0.126577 + Group: 'spine1', Weight: 0.015345 +Vertex 1088: +Vertex groups: 3 + Group: 'spine', Weight: 0.819153 + Group: 'spine.001', Weight: 0.138877 + Group: 'spine1', Weight: 0.004756 +Vertex 1089: +Vertex groups: 3 + Group: 'spine', Weight: 0.474096 + Group: 'spine.001', Weight: 0.453060 + Group: 'spine.002', Weight: 0.059954 +Vertex 1090: +Vertex groups: 3 + Group: 'spine', Weight: 0.381029 + Group: 'spine.001', Weight: 0.554203 + Group: 'spine.002', Weight: 0.053997 +Vertex 1091: +Vertex groups: 3 + Group: 'spine', Weight: 0.285461 + Group: 'spine.001', Weight: 0.639348 + Group: 'spine.002', Weight: 0.066465 +Vertex 1092: +Vertex groups: 3 + Group: 'spine', Weight: 0.374473 + Group: 'spine.001', Weight: 0.571132 + Group: 'spine.002', Weight: 0.040410 +Vertex 1093: +Vertex groups: 3 + Group: 'spine', Weight: 0.382152 + Group: 'spine.001', Weight: 0.553979 + Group: 'spine.002', Weight: 0.053124 +Vertex 1094: +Vertex groups: 3 + Group: 'spine', Weight: 0.376369 + Group: 'spine.001', Weight: 0.569739 + Group: 'spine.002', Weight: 0.039367 +Vertex 1095: +Vertex groups: 3 + Group: 'spine', Weight: 0.286762 + Group: 'spine.001', Weight: 0.639523 + Group: 'spine.002', Weight: 0.065154 +Vertex 1096: +Vertex groups: 3 + Group: 'spine', Weight: 0.286198 + Group: 'spine.001', Weight: 0.633566 + Group: 'spine.002', Weight: 0.071027 +Vertex 1097: +Vertex groups: 3 + Group: 'spine', Weight: 0.110210 + Group: 'spine.001', Weight: 0.489712 + Group: 'spine.002', Weight: 0.360734 +Vertex 1098: +Vertex groups: 3 + Group: 'spine', Weight: 0.113324 + Group: 'spine.001', Weight: 0.591347 + Group: 'spine.002', Weight: 0.275452 +Vertex 1099: +Vertex groups: 3 + Group: 'spine', Weight: 0.119337 + Group: 'spine.001', Weight: 0.632972 + Group: 'spine.002', Weight: 0.232602 +Vertex 1100: +Vertex groups: 3 + Group: 'spine', Weight: 0.061246 + Group: 'spine.001', Weight: 0.613750 + Group: 'spine.002', Weight: 0.310015 +Vertex 1101: +Vertex groups: 3 + Group: 'spine', Weight: 0.059915 + Group: 'spine.001', Weight: 0.588566 + Group: 'spine.002', Weight: 0.334774 +Vertex 1102: +Vertex groups: 3 + Group: 'spine', Weight: 0.073921 + Group: 'spine.001', Weight: 0.548982 + Group: 'spine.002', Weight: 0.358339 +Vertex 1103: +Vertex groups: 4 + Group: 'spine', Weight: 0.032207 + Group: 'spine.001', Weight: 0.142362 + Group: 'spine.002', Weight: 0.653943 + Group: 'spine.003', Weight: 0.091942 +Vertex 1104: +Vertex groups: 4 + Group: 'spine', Weight: 0.060568 + Group: 'spine.001', Weight: 0.223816 + Group: 'spine.002', Weight: 0.609471 + Group: 'spine.003', Weight: 0.055195 +Vertex 1105: +Vertex groups: 4 + Group: 'spine', Weight: 0.079190 + Group: 'spine.001', Weight: 0.332907 + Group: 'spine.002', Weight: 0.516376 + Group: 'spine.003', Weight: 0.020052 +Vertex 1106: +Vertex groups: 4 + Group: 'spine', Weight: 0.030569 + Group: 'spine.001', Weight: 0.136572 + Group: 'spine.002', Weight: 0.663241 + Group: 'spine.003', Weight: 0.092538 +Vertex 1107: +Vertex groups: 3 + Group: 'spine', Weight: 0.118653 + Group: 'spine.001', Weight: 0.621770 + Group: 'spine.002', Weight: 0.243093 +Vertex 1108: +Vertex groups: 3 + Group: 'spine', Weight: 0.117183 + Group: 'spine.001', Weight: 0.610480 + Group: 'spine.002', Weight: 0.254375 +Vertex 1109: +Vertex groups: 3 + Group: 'spine', Weight: 0.055743 + Group: 'spine.001', Weight: 0.593141 + Group: 'spine.002', Weight: 0.335217 +Vertex 1110: +Vertex groups: 3 + Group: 'spine', Weight: 0.073741 + Group: 'spine.001', Weight: 0.570802 + Group: 'spine.002', Weight: 0.337674 +Vertex 1111: +Vertex groups: 3 + Group: 'spine', Weight: 0.064240 + Group: 'spine.001', Weight: 0.616459 + Group: 'spine.002', Weight: 0.304228 +Vertex 1112: +Vertex groups: 3 + Group: 'spine', Weight: 0.063530 + Group: 'spine.001', Weight: 0.567561 + Group: 'spine.002', Weight: 0.350811 +Vertex 1113: +Vertex groups: 3 + Group: 'spine', Weight: 0.154414 + Group: 'spine.001', Weight: 0.631021 + Group: 'spine.002', Weight: 0.198355 +Vertex 1114: +Vertex groups: 3 + Group: 'spine', Weight: 0.173450 + Group: 'spine.001', Weight: 0.658505 + Group: 'spine.002', Weight: 0.155618 +Vertex 1115: +Vertex groups: 3 + Group: 'spine', Weight: 0.112594 + Group: 'spine.001', Weight: 0.713394 + Group: 'spine.002', Weight: 0.164258 +Vertex 1116: +Vertex groups: 3 + Group: 'spine', Weight: 0.110476 + Group: 'spine.001', Weight: 0.649158 + Group: 'spine.002', Weight: 0.226570 +Vertex 1117: +Vertex groups: 4 + Group: 'spine', Weight: 0.054338 + Group: 'spine.001', Weight: 0.186172 + Group: 'spine.002', Weight: 0.636445 + Group: 'spine.003', Weight: 0.068620 +Vertex 1118: +Vertex groups: 4 + Group: 'spine', Weight: 0.080250 + Group: 'spine.001', Weight: 0.294886 + Group: 'spine.002', Weight: 0.544611 + Group: 'spine.003', Weight: 0.032469 +Vertex 1119: +Vertex groups: 3 + Group: 'spine', Weight: 0.124401 + Group: 'spine.001', Weight: 0.483889 + Group: 'spine.002', Weight: 0.345200 +Vertex 1120: +Vertex groups: 3 + Group: 'spine', Weight: 0.162066 + Group: 'spine.001', Weight: 0.648166 + Group: 'spine.002', Weight: 0.175819 +Vertex 1121: +Vertex groups: 3 + Group: 'spine', Weight: 0.158026 + Group: 'spine.001', Weight: 0.640074 + Group: 'spine.002', Weight: 0.186892 +Vertex 1122: +Vertex groups: 3 + Group: 'spine', Weight: 0.112364 + Group: 'spine.001', Weight: 0.714435 + Group: 'spine.002', Weight: 0.163498 +Vertex 1123: +Vertex groups: 3 + Group: 'spine', Weight: 0.103818 + Group: 'spine.001', Weight: 0.653284 + Group: 'spine.002', Weight: 0.229389 +Vertex 1124: +Vertex groups: 3 + Group: 'spine', Weight: 0.086204 + Group: 'spine.001', Weight: 0.677217 + Group: 'spine.002', Weight: 0.224544 +Vertex 1125: +Vertex groups: 3 + Group: 'spine', Weight: 0.086770 + Group: 'spine.001', Weight: 0.647609 + Group: 'spine.002', Weight: 0.251803 +Vertex 1126: +Vertex groups: 3 + Group: 'spine', Weight: 0.165477 + Group: 'spine.001', Weight: 0.577133 + Group: 'spine.002', Weight: 0.231466 +Vertex 1127: +Vertex groups: 3 + Group: 'spine', Weight: 0.112239 + Group: 'spine.001', Weight: 0.699280 + Group: 'spine.002', Weight: 0.177844 +Vertex 1128: +Vertex groups: 4 + Group: 'spine', Weight: 0.053165 + Group: 'spine.001', Weight: 0.177982 + Group: 'spine.002', Weight: 0.648341 + Group: 'spine.003', Weight: 0.068685 +Vertex 1129: +Vertex groups: 3 + Group: 'spine', Weight: 0.034763 + Group: 'spine.001', Weight: 0.483495 + Group: 'spine.002', Weight: 0.453711 +Vertex 1130: +Vertex groups: 3 + Group: 'spine', Weight: 0.042168 + Group: 'spine.001', Weight: 0.506724 + Group: 'spine.002', Weight: 0.426545 +Vertex 1131: +Vertex groups: 3 + Group: 'spine', Weight: 0.033863 + Group: 'spine.001', Weight: 0.439793 + Group: 'spine.002', Weight: 0.493347 +Vertex 1132: +Vertex groups: 3 + Group: 'spine', Weight: 0.064541 + Group: 'spine.001', Weight: 0.622966 + Group: 'spine.002', Weight: 0.297855 +Vertex 1133: +Vertex groups: 3 + Group: 'spine', Weight: 0.072331 + Group: 'spine.001', Weight: 0.574083 + Group: 'spine.002', Weight: 0.335916 +Vertex 1134: +Vertex groups: 3 + Group: 'spine', Weight: 0.147822 + Group: 'spine.001', Weight: 0.714851 + Group: 'spine.002', Weight: 0.128401 +Vertex 1135: +Vertex groups: 3 + Group: 'spine', Weight: 0.145054 + Group: 'spine.001', Weight: 0.702704 + Group: 'spine.002', Weight: 0.142400 +Vertex 1136: +Vertex groups: 3 + Group: 'spine', Weight: 0.087782 + Group: 'spine.001', Weight: 0.670782 + Group: 'spine.002', Weight: 0.228956 +Vertex 1137: +Vertex groups: 3 + Group: 'spine', Weight: 0.112489 + Group: 'spine.001', Weight: 0.710584 + Group: 'spine.002', Weight: 0.167011 +Vertex 1138: +Vertex groups: 3 + Group: 'spine', Weight: 0.204320 + Group: 'spine.001', Weight: 0.697042 + Group: 'spine.002', Weight: 0.090404 +Vertex 1139: +Vertex groups: 3 + Group: 'spine', Weight: 0.114984 + Group: 'spine.001', Weight: 0.670914 + Group: 'spine.002', Weight: 0.201753 +Vertex 1140: +Vertex groups: 3 + Group: 'spine', Weight: 0.199067 + Group: 'spine.001', Weight: 0.691609 + Group: 'spine.002', Weight: 0.100390 +Vertex 1141: +Vertex groups: 3 + Group: 'spine', Weight: 0.517562 + Group: 'spine.001', Weight: 0.436104 + Group: 'spine.002', Weight: 0.019875 +Vertex 1142: +Vertex groups: 3 + Group: 'spine', Weight: 0.514845 + Group: 'spine.001', Weight: 0.439128 + Group: 'spine.002', Weight: 0.018803 +Vertex 1143: +Vertex groups: 3 + Group: 'spine', Weight: 0.369808 + Group: 'spine.001', Weight: 0.571339 + Group: 'spine.002', Weight: 0.048810 +Vertex 1144: +Vertex groups: 3 + Group: 'spine', Weight: 0.141931 + Group: 'spine.001', Weight: 0.710492 + Group: 'spine.002', Weight: 0.138191 +Vertex 1145: +Vertex groups: 2 + Group: 'spine', Weight: 0.778457 + Group: 'spine.001', Weight: 0.182740 +Vertex 1146: +Vertex groups: 2 + Group: 'spine', Weight: 0.760416 + Group: 'spine.001', Weight: 0.203130 +Vertex 1147: +Vertex groups: 2 + Group: 'spine', Weight: 0.775022 + Group: 'spine.001', Weight: 0.183104 +Vertex 1148: +Vertex groups: 3 + Group: 'spine', Weight: 0.649218 + Group: 'spine.001', Weight: 0.311894 + Group: 'spine.002', Weight: 0.000015 +Vertex 1149: +Vertex groups: 3 + Group: 'spine', Weight: 0.374612 + Group: 'spine.001', Weight: 0.569892 + Group: 'spine.002', Weight: 0.042605 +Vertex 1150: +Vertex groups: 2 + Group: 'spine', Weight: 0.673546 + Group: 'spine.001', Weight: 0.286376 +Vertex 1151: +Vertex groups: 3 + Group: 'spine', Weight: 0.374563 + Group: 'spine.001', Weight: 0.565938 + Group: 'spine.002', Weight: 0.048905 +Vertex 1152: +Vertex groups: 3 + Group: 'spine', Weight: 0.508747 + Group: 'spine.001', Weight: 0.445647 + Group: 'spine.002', Weight: 0.019014 +Vertex 1153: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.035101 + Group: 'spine.004', Weight: 0.561136 + Group: 'spine.005', Weight: 0.039042 + Group: 'shoulder.L', Weight: 0.142018 + Group: 'shoulder.R', Weight: 0.142018 +Vertex 1154: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.685228 + Group: 'forearm.L', Weight: 0.314642 +Vertex 1155: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.984939 +Vertex 1156: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.234557 + Group: 'forearm.L', Weight: 0.765309 +Vertex 1157: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994091 +Vertex 1158: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.902456 + Group: 'forearm.L', Weight: 0.097428 +Vertex 1159: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.308013 + Group: 'forearm.L', Weight: 0.691800 +Vertex 1160: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.987977 +Vertex 1161: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994153 +Vertex 1162: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.342349 + Group: 'forearm.L', Weight: 0.657434 +Vertex 1163: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.950900 + Group: 'forearm.L', Weight: 0.044809 +Vertex 1164: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.510261 + Group: 'forearm.L', Weight: 0.489612 +Vertex 1165: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.977275 +Vertex 1166: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.296761 + Group: 'forearm.L', Weight: 0.703057 +Vertex 1167: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.790645 + Group: 'forearm.L', Weight: 0.209090 +Vertex 1168: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.970906 +Vertex 1169: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.267171 + Group: 'forearm.L', Weight: 0.732624 +Vertex 1170: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.190264 + Group: 'forearm.L', Weight: 0.808689 +Vertex 1171: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.185927 + Group: 'forearm.L', Weight: 0.813427 +Vertex 1172: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.194031 + Group: 'forearm.L', Weight: 0.805630 +Vertex 1173: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.206530 + Group: 'forearm.L', Weight: 0.793255 +Vertex 1174: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.203487 + Group: 'forearm.L', Weight: 0.795595 +Vertex 1175: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.268172 + Group: 'forearm.L', Weight: 0.731490 +Vertex 1176: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.185993 + Group: 'forearm.L', Weight: 0.813549 +Vertex 1177: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.214186 + Group: 'forearm.L', Weight: 0.785403 +Vertex 1178: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.161792 + Group: 'forearm.L', Weight: 0.837927 +Vertex 1179: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.976125 +Vertex 1180: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.974206 +Vertex 1181: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996447 +Vertex 1182: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.978547 +Vertex 1183: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.972509 +Vertex 1184: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.975010 +Vertex 1185: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994486 +Vertex 1186: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.988876 +Vertex 1187: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.972967 +Vertex 1188: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.978767 +Vertex 1189: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990288 +Vertex 1190: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996131 +Vertex 1191: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.772349 + Group: 'spine.005', Weight: 0.111165 + Group: 'shoulder.L', Weight: 0.041254 + Group: 'shoulder.R', Weight: 0.041252 +Vertex 1192: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.691659 + Group: 'spine.005', Weight: 0.167931 + Group: 'shoulder.L', Weight: 0.104321 +Vertex 1193: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.618193 + Group: 'spine.005', Weight: 0.219579 + Group: 'Head', Weight: 0.018567 + Group: 'shoulder.L', Weight: 0.114825 +Vertex 1194: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.584129 + Group: 'spine.005', Weight: 0.235831 + Group: 'Head', Weight: 0.043137 + Group: 'shoulder.L', Weight: 0.119348 +Vertex 1195: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.557318 + Group: 'spine.005', Weight: 0.210053 + Group: 'Head', Weight: 0.063246 + Group: 'shoulder.L', Weight: 0.143773 +Vertex 1196: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.571509 + Group: 'spine.005', Weight: 0.173887 + Group: 'Head', Weight: 0.068211 + Group: 'shoulder.L', Weight: 0.147083 +Vertex 1197: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.588817 + Group: 'spine.005', Weight: 0.159945 + Group: 'Head', Weight: 0.077838 + Group: 'shoulder.L', Weight: 0.118451 + Group: 'shoulder.R', Weight: 0.009818 +Vertex 1198: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.597447 + Group: 'spine.005', Weight: 0.155865 + Group: 'Head', Weight: 0.087226 + Group: 'shoulder.L', Weight: 0.088108 + Group: 'shoulder.R', Weight: 0.040791 +Vertex 1199: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.603244 + Group: 'spine.005', Weight: 0.153221 + Group: 'Head', Weight: 0.088973 + Group: 'shoulder.L', Weight: 0.064121 + Group: 'shoulder.R', Weight: 0.064120 +Vertex 1200: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.752629 + Group: 'spine.005', Weight: 0.127895 + Group: 'shoulder.L', Weight: 0.076301 +Vertex 1201: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.161307 + Group: 'spine.002', Weight: 0.766082 + Group: 'spine.003', Weight: 0.022793 +Vertex 1202: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.207163 + Group: 'spine.002', Weight: 0.728710 + Group: 'spine.003', Weight: 0.006557 +Vertex 1203: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.220397 + Group: 'spine.002', Weight: 0.715919 + Group: 'spine.003', Weight: 0.004203 +Vertex 1204: +Vertex groups: 3 + Group: 'spine', Weight: 0.019329 + Group: 'spine.001', Weight: 0.412072 + Group: 'spine.002', Weight: 0.529779 +Vertex 1205: +Vertex groups: 3 + Group: 'spine', Weight: 0.005450 + Group: 'spine.001', Weight: 0.321799 + Group: 'spine.002', Weight: 0.620523 +Vertex 1206: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.860499 + Group: 'forearm.L', Weight: 0.138453 +Vertex 1207: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.917858 + Group: 'forearm.L', Weight: 0.081882 +Vertex 1208: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.874613 + Group: 'forearm.L', Weight: 0.124807 +Vertex 1209: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.835604 + Group: 'forearm.L', Weight: 0.163541 +Vertex 1210: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.950481 + Group: 'forearm.L', Weight: 0.048644 +Vertex 1211: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.847666 + Group: 'forearm.L', Weight: 0.151487 +Vertex 1212: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.852048 + Group: 'forearm.L', Weight: 0.146845 +Vertex 1213: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.950821 + Group: 'forearm.L', Weight: 0.048125 +Vertex 1214: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.843208 + Group: 'forearm.L', Weight: 0.156165 +Vertex 1215: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.867770 + Group: 'forearm.L', Weight: 0.131617 +Vertex 1216: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.911309 + Group: 'forearm.L', Weight: 0.088227 +Vertex 1217: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.936666 + Group: 'forearm.L', Weight: 0.063064 +Vertex 1218: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.927902 + Group: 'forearm.L', Weight: 0.071776 +Vertex 1219: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.914835 + Group: 'forearm.L', Weight: 0.084796 +Vertex 1220: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.954044 + Group: 'forearm.L', Weight: 0.041625 +Vertex 1221: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.891420 + Group: 'forearm.L', Weight: 0.108016 +Vertex 1222: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.965327 + Group: 'forearm.L', Weight: 0.008609 +Vertex 1223: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990254 +Vertex 1224: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.974062 +Vertex 1225: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.958360 + Group: 'forearm.L', Weight: 0.025149 +Vertex 1226: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990436 +Vertex 1227: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.984409 +Vertex 1228: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.991225 +Vertex 1229: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.972129 + Group: 'forearm.L', Weight: 0.001135 +Vertex 1230: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.962359 + Group: 'forearm.L', Weight: 0.019713 +Vertex 1231: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.965335 + Group: 'forearm.L', Weight: 0.009916 +Vertex 1232: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.962861 + Group: 'forearm.L', Weight: 0.014192 +Vertex 1233: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.993350 +Vertex 1234: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.965225 + Group: 'forearm.L', Weight: 0.013773 +Vertex 1235: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.968452 + Group: 'forearm.L', Weight: 0.003660 +Vertex 1236: +Vertex groups: 5 + Group: 'spine', Weight: 0.009866 + Group: 'spine.001', Weight: 0.170687 + Group: 'spine.002', Weight: 0.708324 + Group: 'spine.003', Weight: 0.036776 + Group: 'upper_arm.L', Weight: 0.009416 +Vertex 1237: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.067468 + Group: 'spine.002', Weight: 0.546880 + Group: 'spine.003', Weight: 0.215925 + Group: 'shoulder.L', Weight: 0.055199 + Group: 'upper_arm.L', Weight: 0.054544 +Vertex 1238: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.657971 + Group: 'spine.003', Weight: 0.142788 + Group: 'spine.001', Weight: 0.102673 + Group: 'upper_arm.L', Weight: 0.058878 + Group: 'shoulder.L', Weight: 0.037690 +Vertex 1239: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697724 + Group: 'spine.001', Weight: 0.121026 + Group: 'spine.003', Weight: 0.103669 + Group: 'upper_arm.L', Weight: 0.059099 + Group: 'shoulder.L', Weight: 0.018482 +Vertex 1240: +Vertex groups: 5 + Group: 'spine', Weight: 0.013138 + Group: 'spine.001', Weight: 0.136213 + Group: 'spine.002', Weight: 0.688802 + Group: 'spine.003', Weight: 0.066372 + Group: 'upper_arm.L', Weight: 0.043293 +Vertex 1241: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.669730 + Group: 'spine.003', Weight: 0.214352 + Group: 'spine.001', Weight: 0.077716 + Group: 'shoulder.R', Weight: 0.019101 + Group: 'shoulder.L', Weight: 0.019101 +Vertex 1242: +Vertex groups: 3 + Group: 'spine', Weight: 0.778970 + Group: 'spine.001', Weight: 0.026891 + Group: 'spine1', Weight: 0.163683 +Vertex 1243: +Vertex groups: 3 + Group: 'spine', Weight: 0.822525 + Group: 'spine.001', Weight: 0.041361 + Group: 'spine1', Weight: 0.112372 +Vertex 1244: +Vertex groups: 3 + Group: 'spine', Weight: 0.360651 + Group: 'spine1', Weight: 0.604626 + Group: 'spine1.001', Weight: 0.004437 +Vertex 1245: +Vertex groups: 3 + Group: 'spine', Weight: 0.329338 + Group: 'spine1', Weight: 0.631655 + Group: 'spine1.001', Weight: 0.013825 +Vertex 1246: +Vertex groups: 3 + Group: 'spine', Weight: 0.566364 + Group: 'spine1', Weight: 0.387173 + Group: 'spine1.001', Weight: 0.001562 +Vertex 1247: +Vertex groups: 3 + Group: 'spine', Weight: 0.337947 + Group: 'spine1', Weight: 0.616086 + Group: 'spine1.001', Weight: 0.021243 +Vertex 1248: +Vertex groups: 3 + Group: 'spine', Weight: 0.840898 + Group: 'spine.001', Weight: 0.041663 + Group: 'spine1', Weight: 0.093148 +Vertex 1249: +Vertex groups: 3 + Group: 'spine', Weight: 0.835792 + Group: 'spine.001', Weight: 0.039664 + Group: 'spine1', Weight: 0.099348 +Vertex 1250: +Vertex groups: 3 + Group: 'spine', Weight: 0.292182 + Group: 'spine1', Weight: 0.660977 + Group: 'spine1.001', Weight: 0.028650 +Vertex 1251: +Vertex groups: 3 + Group: 'spine', Weight: 0.302592 + Group: 'spine1', Weight: 0.653898 + Group: 'spine1.001', Weight: 0.023130 +Vertex 1252: +Vertex groups: 3 + Group: 'spine', Weight: 0.131471 + Group: 'spine1', Weight: 0.749934 + Group: 'spine1.001', Weight: 0.101889 +Vertex 1253: +Vertex groups: 3 + Group: 'spine', Weight: 0.079552 + Group: 'spine1', Weight: 0.759647 + Group: 'spine1.001', Weight: 0.150249 +Vertex 1254: +Vertex groups: 3 + Group: 'spine', Weight: 0.219823 + Group: 'spine1', Weight: 0.686044 + Group: 'spine1.001', Weight: 0.077285 +Vertex 1255: +Vertex groups: 3 + Group: 'spine', Weight: 0.214616 + Group: 'spine1', Weight: 0.693877 + Group: 'spine1.001', Weight: 0.074461 +Vertex 1256: +Vertex groups: 3 + Group: 'spine', Weight: 0.063234 + Group: 'spine1', Weight: 0.761213 + Group: 'spine1.001', Weight: 0.167840 +Vertex 1257: +Vertex groups: 3 + Group: 'spine', Weight: 0.059946 + Group: 'spine1', Weight: 0.769741 + Group: 'spine1.001', Weight: 0.163861 +Vertex 1258: +Vertex groups: 3 + Group: 'spine', Weight: 0.204086 + Group: 'spine1', Weight: 0.705809 + Group: 'spine1.001', Weight: 0.072701 +Vertex 1259: +Vertex groups: 3 + Group: 'spine', Weight: 0.219934 + Group: 'spine1', Weight: 0.691704 + Group: 'spine1.001', Weight: 0.070568 +Vertex 1260: +Vertex groups: 3 + Group: 'spine', Weight: 0.057019 + Group: 'spine1', Weight: 0.786686 + Group: 'spine1.001', Weight: 0.151012 +Vertex 1261: +Vertex groups: 3 + Group: 'spine', Weight: 0.056860 + Group: 'spine1', Weight: 0.778491 + Group: 'spine1.001', Weight: 0.158949 +Vertex 1262: +Vertex groups: 4 + Group: 'spine', Weight: 0.761168 + Group: 'spine.001', Weight: 0.177786 + Group: 'spine.002', Weight: 0.011694 + Group: 'spine1', Weight: 0.000090 +Vertex 1263: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107878 + Group: 'spine.003', Weight: 0.119026 + Group: 'shoulder.L', Weight: 0.149435 + Group: 'upper_arm.L', Weight: 0.601252 +Vertex 1264: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.970717 +Vertex 1265: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.372525 + Group: 'forearm.L', Weight: 0.627144 +Vertex 1266: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.721791 + Group: 'forearm.L', Weight: 0.277673 +Vertex 1267: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004210 + Group: 'shoulder.L', Weight: 0.029487 + Group: 'upper_arm.L', Weight: 0.903311 +Vertex 1268: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063809 + Group: 'spine.003', Weight: 0.073213 + Group: 'shoulder.L', Weight: 0.093576 + Group: 'upper_arm.L', Weight: 0.755221 +Vertex 1269: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.249001 + Group: 'spine.003', Weight: 0.246589 + Group: 'shoulder.L', Weight: 0.143977 + Group: 'upper_arm.L', Weight: 0.315682 +Vertex 1270: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040080 + Group: 'spine.002', Weight: 0.490315 + Group: 'spine.003', Weight: 0.198410 + Group: 'shoulder.L', Weight: 0.081137 + Group: 'upper_arm.L', Weight: 0.159506 +Vertex 1271: +Vertex groups: 5 + Group: 'spine', Weight: 0.048214 + Group: 'spine.001', Weight: 0.209664 + Group: 'spine.002', Weight: 0.635133 + Group: 'spine.003', Weight: 0.051066 + Group: 'upper_arm.L', Weight: 0.011198 +Vertex 1272: +Vertex groups: 3 + Group: 'spine', Weight: 0.242314 + Group: 'spine.001', Weight: 0.563305 + Group: 'spine.002', Weight: 0.170788 +Vertex 1273: +Vertex groups: 3 + Group: 'spine', Weight: 0.602967 + Group: 'spine.001', Weight: 0.309197 + Group: 'spine.002', Weight: 0.066393 +Vertex 1274: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.083839 + Group: 'spine.002', Weight: 0.646205 + Group: 'spine.003', Weight: 0.114600 + Group: 'shoulder.L', Weight: 0.035548 + Group: 'upper_arm.L', Weight: 0.081609 +Vertex 1275: +Vertex groups: 3 + Group: 'spine', Weight: 0.691939 + Group: 'spine.001', Weight: 0.242080 + Group: 'spine.002', Weight: 0.032572 +Vertex 1276: +Vertex groups: 3 + Group: 'spine', Weight: 0.810019 + Group: 'spine.001', Weight: 0.050750 + Group: 'spine1', Weight: 0.121007 +Vertex 1277: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142121 + Group: 'spine.003', Weight: 0.151699 + Group: 'shoulder.L', Weight: 0.182617 + Group: 'upper_arm.L', Weight: 0.494371 +Vertex 1278: +Vertex groups: 3 + Group: 'spine', Weight: 0.823657 + Group: 'spine.001', Weight: 0.098811 + Group: 'spine1', Weight: 0.054737 +Vertex 1279: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.103725 + Group: 'forearm.L', Weight: 0.895890 +Vertex 1280: +Vertex groups: 1 + Group: 'spine2', Weight: 0.985816 +Vertex 1281: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 1282: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.806102 + Group: 'spine2', Weight: 0.190188 +Vertex 1283: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.269530 + Group: 'spine1.003', Weight: 0.728594 +Vertex 1284: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.136715 + Group: 'spine1.002', Weight: 0.830054 +Vertex 1285: +Vertex groups: 4 + Group: 'spine', Weight: 0.052035 + Group: 'spine1', Weight: 0.689816 + Group: 'spine1.001', Weight: 0.219964 + Group: 'spine1.002', Weight: 0.022958 +Vertex 1286: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.114443 + Group: 'spine2', Weight: 0.885106 +Vertex 1287: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.028340 + Group: 'spine1.003', Weight: 0.959829 +Vertex 1288: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.912321 + Group: 'spine1.003', Weight: 0.065832 +Vertex 1289: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132562 + Group: 'spine1.001', Weight: 0.685427 + Group: 'spine1.002', Weight: 0.169450 +Vertex 1290: +Vertex groups: 3 + Group: 'spine', Weight: 0.459960 + Group: 'spine.001', Weight: 0.419347 + Group: 'spine.002', Weight: 0.100268 +Vertex 1291: +Vertex groups: 3 + Group: 'spine', Weight: 0.342839 + Group: 'spine.001', Weight: 0.508438 + Group: 'spine.002', Weight: 0.127657 +Vertex 1292: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.926847 + Group: 'forearm.L', Weight: 0.070899 +Vertex 1293: +Vertex groups: 3 + Group: 'spine', Weight: 0.409949 + Group: 'spine1', Weight: 0.537718 + Group: 'spine1.001', Weight: 0.022015 +Vertex 1294: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.002391 + Group: 'forearm.L', Weight: 0.972582 +Vertex 1295: +Vertex groups: 4 + Group: 'spine', Weight: 0.095895 + Group: 'spine.001', Weight: 0.420951 + Group: 'spine.002', Weight: 0.429436 + Group: 'spine.003', Weight: 0.000997 +Vertex 1296: +Vertex groups: 3 + Group: 'spine', Weight: 0.145790 + Group: 'spine.001', Weight: 0.535125 + Group: 'spine.002', Weight: 0.284078 +Vertex 1297: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.179094 + Group: 'forearm.L', Weight: 0.820603 +Vertex 1298: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.973469 +Vertex 1299: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.838959 + Group: 'forearm.L', Weight: 0.160062 +Vertex 1300: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.960124 + Group: 'forearm.L', Weight: 0.020774 +Vertex 1301: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.714602 + Group: 'spine.001', Weight: 0.134474 + Group: 'spine.003', Weight: 0.084785 + Group: 'upper_arm.L', Weight: 0.054692 + Group: 'spine', Weight: 0.011447 +Vertex 1302: +Vertex groups: 2 + Group: 'spine', Weight: 0.680803 + Group: 'spine1', Weight: 0.271224 +Vertex 1303: +Vertex groups: 3 + Group: 'spine', Weight: 0.164296 + Group: 'spine1', Weight: 0.732616 + Group: 'spine1.001', Weight: 0.085956 +Vertex 1304: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.980847 +Vertex 1305: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.985917 +Vertex 1306: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.009618 + Group: 'forearm.L', Weight: 0.969020 +Vertex 1307: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.017872 + Group: 'forearm.L', Weight: 0.963738 +Vertex 1308: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.971983 +Vertex 1309: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013587 + Group: 'Head', Weight: 0.968089 +Vertex 1310: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.034632 + Group: 'Head', Weight: 0.957557 +Vertex 1311: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.038668 + Group: 'Head', Weight: 0.955536 +Vertex 1312: +Vertex groups: 1 + Group: 'Head', Weight: 0.981628 +Vertex 1313: +Vertex groups: 1 + Group: 'Head', Weight: 0.981409 +Vertex 1314: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 1315: +Vertex groups: 1 + Group: 'Head', Weight: 0.975647 +Vertex 1316: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.004109 + Group: 'Head', Weight: 0.972807 +Vertex 1317: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021524 + Group: 'Head', Weight: 0.964078 +Vertex 1318: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.022938 + Group: 'Head', Weight: 0.963354 +Vertex 1319: +Vertex groups: 1 + Group: 'Head', Weight: 0.982183 +Vertex 1320: +Vertex groups: 1 + Group: 'Head', Weight: 0.981767 +Vertex 1321: +Vertex groups: 1 + Group: 'Head', Weight: 0.980399 +Vertex 1322: +Vertex groups: 1 + Group: 'Head', Weight: 0.977530 +Vertex 1323: +Vertex groups: 1 + Group: 'Head', Weight: 0.980551 +Vertex 1324: +Vertex groups: 1 + Group: 'Head', Weight: 0.980001 +Vertex 1325: +Vertex groups: 1 + Group: 'Head', Weight: 0.986819 +Vertex 1326: +Vertex groups: 1 + Group: 'Head', Weight: 0.985855 +Vertex 1327: +Vertex groups: 1 + Group: 'Head', Weight: 0.984899 +Vertex 1328: +Vertex groups: 1 + Group: 'Head', Weight: 0.983770 +Vertex 1329: +Vertex groups: 1 + Group: 'Head', Weight: 0.982237 +Vertex 1330: +Vertex groups: 1 + Group: 'Head', Weight: 0.985156 +Vertex 1331: +Vertex groups: 1 + Group: 'Head', Weight: 0.985279 +Vertex 1332: +Vertex groups: 1 + Group: 'Head', Weight: 0.987319 +Vertex 1333: +Vertex groups: 1 + Group: 'Head', Weight: 0.988391 +Vertex 1334: +Vertex groups: 1 + Group: 'Head', Weight: 0.988680 +Vertex 1335: +Vertex groups: 1 + Group: 'Head', Weight: 0.987940 +Vertex 1336: +Vertex groups: 1 + Group: 'Head', Weight: 0.987098 +Vertex 1337: +Vertex groups: 1 + Group: 'Head', Weight: 0.986033 +Vertex 1338: +Vertex groups: 1 + Group: 'Head', Weight: 0.988269 +Vertex 1339: +Vertex groups: 1 + Group: 'Head', Weight: 0.988379 +Vertex 1340: +Vertex groups: 1 + Group: 'Head', Weight: 0.989432 +Vertex 1341: +Vertex groups: 1 + Group: 'Head', Weight: 0.990345 +Vertex 1342: +Vertex groups: 1 + Group: 'Head', Weight: 0.990951 +Vertex 1343: +Vertex groups: 1 + Group: 'Head', Weight: 0.990979 +Vertex 1344: +Vertex groups: 1 + Group: 'Head', Weight: 0.990386 +Vertex 1345: +Vertex groups: 1 + Group: 'Head', Weight: 0.989131 +Vertex 1346: +Vertex groups: 1 + Group: 'Head', Weight: 0.990757 +Vertex 1347: +Vertex groups: 1 + Group: 'Head', Weight: 0.990635 +Vertex 1348: +Vertex groups: 1 + Group: 'Head', Weight: 0.991244 +Vertex 1349: +Vertex groups: 1 + Group: 'Head', Weight: 0.992020 +Vertex 1350: +Vertex groups: 1 + Group: 'Head', Weight: 0.992651 +Vertex 1351: +Vertex groups: 1 + Group: 'Head', Weight: 0.992857 +Vertex 1352: +Vertex groups: 1 + Group: 'Head', Weight: 0.992536 +Vertex 1353: +Vertex groups: 1 + Group: 'Head', Weight: 0.991704 +Vertex 1354: +Vertex groups: 1 + Group: 'Head', Weight: 0.992826 +Vertex 1355: +Vertex groups: 1 + Group: 'Head', Weight: 0.992520 +Vertex 1356: +Vertex groups: 1 + Group: 'Head', Weight: 0.992798 +Vertex 1357: +Vertex groups: 1 + Group: 'Head', Weight: 0.993372 +Vertex 1358: +Vertex groups: 1 + Group: 'Head', Weight: 0.993915 +Vertex 1359: +Vertex groups: 1 + Group: 'Head', Weight: 0.994161 +Vertex 1360: +Vertex groups: 1 + Group: 'Head', Weight: 0.994019 +Vertex 1361: +Vertex groups: 1 + Group: 'Head', Weight: 0.993502 +Vertex 1362: +Vertex groups: 1 + Group: 'Head', Weight: 0.994295 +Vertex 1363: +Vertex groups: 1 + Group: 'Head', Weight: 0.993991 +Vertex 1364: +Vertex groups: 1 + Group: 'Head', Weight: 0.994066 +Vertex 1365: +Vertex groups: 1 + Group: 'Head', Weight: 0.994437 +Vertex 1366: +Vertex groups: 1 + Group: 'Head', Weight: 0.994853 +Vertex 1367: +Vertex groups: 1 + Group: 'Head', Weight: 0.995085 +Vertex 1368: +Vertex groups: 1 + Group: 'Head', Weight: 0.995048 +Vertex 1369: +Vertex groups: 1 + Group: 'Head', Weight: 0.994745 +Vertex 1370: +Vertex groups: 1 + Group: 'Head', Weight: 0.995283 +Vertex 1371: +Vertex groups: 1 + Group: 'Head', Weight: 0.995035 +Vertex 1372: +Vertex groups: 1 + Group: 'Head', Weight: 0.995015 +Vertex 1373: +Vertex groups: 1 + Group: 'Head', Weight: 0.995236 +Vertex 1374: +Vertex groups: 1 + Group: 'Head', Weight: 0.995538 +Vertex 1375: +Vertex groups: 1 + Group: 'Head', Weight: 0.995736 +Vertex 1376: +Vertex groups: 1 + Group: 'Head', Weight: 0.995750 +Vertex 1377: +Vertex groups: 1 + Group: 'Head', Weight: 0.995578 +Vertex 1378: +Vertex groups: 1 + Group: 'Head', Weight: 0.995929 +Vertex 1379: +Vertex groups: 1 + Group: 'Head', Weight: 0.995740 +Vertex 1380: +Vertex groups: 1 + Group: 'Head', Weight: 0.995685 +Vertex 1381: +Vertex groups: 1 + Group: 'Head', Weight: 0.995809 +Vertex 1382: +Vertex groups: 1 + Group: 'Head', Weight: 0.996024 +Vertex 1383: +Vertex groups: 1 + Group: 'Head', Weight: 0.996187 +Vertex 1384: +Vertex groups: 1 + Group: 'Head', Weight: 0.996222 +Vertex 1385: +Vertex groups: 1 + Group: 'Head', Weight: 0.996124 +Vertex 1386: +Vertex groups: 1 + Group: 'Head', Weight: 0.996349 +Vertex 1387: +Vertex groups: 1 + Group: 'Head', Weight: 0.996209 +Vertex 1388: +Vertex groups: 1 + Group: 'Head', Weight: 0.996146 +Vertex 1389: +Vertex groups: 1 + Group: 'Head', Weight: 0.996208 +Vertex 1390: +Vertex groups: 1 + Group: 'Head', Weight: 0.996364 +Vertex 1391: +Vertex groups: 1 + Group: 'Head', Weight: 0.996494 +Vertex 1392: +Vertex groups: 1 + Group: 'Head', Weight: 0.996536 +Vertex 1393: +Vertex groups: 1 + Group: 'Head', Weight: 0.996479 +Vertex 1394: +Vertex groups: 1 + Group: 'Head', Weight: 0.996622 +Vertex 1395: +Vertex groups: 1 + Group: 'Head', Weight: 0.996521 +Vertex 1396: +Vertex groups: 1 + Group: 'Head', Weight: 0.996465 +Vertex 1397: +Vertex groups: 1 + Group: 'Head', Weight: 0.996494 +Vertex 1398: +Vertex groups: 1 + Group: 'Head', Weight: 0.996602 +Vertex 1399: +Vertex groups: 1 + Group: 'Head', Weight: 0.996703 +Vertex 1400: +Vertex groups: 1 + Group: 'Head', Weight: 0.996743 +Vertex 1401: +Vertex groups: 1 + Group: 'Head', Weight: 0.996710 +Vertex 1402: +Vertex groups: 1 + Group: 'Head', Weight: 0.996798 +Vertex 1403: +Vertex groups: 1 + Group: 'Head', Weight: 0.996728 +Vertex 1404: +Vertex groups: 1 + Group: 'Head', Weight: 0.996683 +Vertex 1405: +Vertex groups: 1 + Group: 'Head', Weight: 0.996694 +Vertex 1406: +Vertex groups: 1 + Group: 'Head', Weight: 0.996765 +Vertex 1407: +Vertex groups: 1 + Group: 'Head', Weight: 0.996841 +Vertex 1408: +Vertex groups: 1 + Group: 'Head', Weight: 0.996876 +Vertex 1409: +Vertex groups: 1 + Group: 'Head', Weight: 0.996858 +Vertex 1410: +Vertex groups: 1 + Group: 'Head', Weight: 0.996911 +Vertex 1411: +Vertex groups: 1 + Group: 'Head', Weight: 0.996863 +Vertex 1412: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 1413: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 1414: +Vertex groups: 1 + Group: 'Head', Weight: 0.996874 +Vertex 1415: +Vertex groups: 1 + Group: 'Head', Weight: 0.996928 +Vertex 1416: +Vertex groups: 1 + Group: 'Head', Weight: 0.996957 +Vertex 1417: +Vertex groups: 1 + Group: 'Head', Weight: 0.996949 +Vertex 1418: +Vertex groups: 1 + Group: 'Head', Weight: 0.996981 +Vertex 1419: +Vertex groups: 1 + Group: 'Head', Weight: 0.996952 +Vertex 1420: +Vertex groups: 1 + Group: 'Head', Weight: 0.996929 +Vertex 1421: +Vertex groups: 1 + Group: 'Head', Weight: 0.996924 +Vertex 1422: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 1423: +Vertex groups: 1 + Group: 'Head', Weight: 0.996982 +Vertex 1424: +Vertex groups: 1 + Group: 'Head', Weight: 0.997005 +Vertex 1425: +Vertex groups: 1 + Group: 'Head', Weight: 0.997003 +Vertex 1426: +Vertex groups: 1 + Group: 'Head', Weight: 0.997026 +Vertex 1427: +Vertex groups: 1 + Group: 'Head', Weight: 0.997011 +Vertex 1428: +Vertex groups: 1 + Group: 'Head', Weight: 0.996999 +Vertex 1429: +Vertex groups: 1 + Group: 'Head', Weight: 0.996994 +Vertex 1430: +Vertex groups: 1 + Group: 'Head', Weight: 0.997002 +Vertex 1431: +Vertex groups: 1 + Group: 'Head', Weight: 0.997020 +Vertex 1432: +Vertex groups: 1 + Group: 'Head', Weight: 0.997035 +Vertex 1433: +Vertex groups: 1 + Group: 'Head', Weight: 0.997036 +Vertex 1434: +Vertex groups: 1 + Group: 'Head', Weight: 0.997054 +Vertex 1435: +Vertex groups: 1 + Group: 'Head', Weight: 0.997050 +Vertex 1436: +Vertex groups: 1 + Group: 'Head', Weight: 0.997047 +Vertex 1437: +Vertex groups: 1 + Group: 'Head', Weight: 0.997045 +Vertex 1438: +Vertex groups: 1 + Group: 'Head', Weight: 0.997047 +Vertex 1439: +Vertex groups: 1 + Group: 'Head', Weight: 0.997052 +Vertex 1440: +Vertex groups: 1 + Group: 'Head', Weight: 0.997056 +Vertex 1441: +Vertex groups: 1 + Group: 'Head', Weight: 0.997057 +Vertex 1442: +Vertex groups: 1 + Group: 'Head', Weight: 0.997063 +Vertex 1443: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078156 + Group: 'Head', Weight: 0.921843 +Vertex 1444: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072807 + Group: 'Head', Weight: 0.927192 +Vertex 1445: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.066087 + Group: 'Head', Weight: 0.933912 +Vertex 1446: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061519 + Group: 'Head', Weight: 0.938480 +Vertex 1447: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.059701 + Group: 'Head', Weight: 0.940299 +Vertex 1448: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060764 + Group: 'Head', Weight: 0.939236 +Vertex 1449: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064771 + Group: 'Head', Weight: 0.935228 +Vertex 1450: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071584 + Group: 'Head', Weight: 0.928415 +Vertex 1451: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088659 + Group: 'Head', Weight: 0.911340 +Vertex 1452: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090111 + Group: 'Head', Weight: 0.909888 +Vertex 1453: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077926 + Group: 'Head', Weight: 0.922073 +Vertex 1454: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074114 + Group: 'Head', Weight: 0.925885 +Vertex 1455: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071818 + Group: 'Head', Weight: 0.928181 +Vertex 1456: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071055 + Group: 'Head', Weight: 0.928944 +Vertex 1457: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071676 + Group: 'Head', Weight: 0.928323 +Vertex 1458: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078405 + Group: 'Head', Weight: 0.921594 +Vertex 1459: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084981 + Group: 'Head', Weight: 0.915018 +Vertex 1460: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082712 + Group: 'Head', Weight: 0.917287 +Vertex 1461: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079558 + Group: 'Head', Weight: 0.920441 +Vertex 1462: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077245 + Group: 'Head', Weight: 0.922755 +Vertex 1463: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075609 + Group: 'Head', Weight: 0.924390 +Vertex 1464: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074897 + Group: 'Head', Weight: 0.925103 +Vertex 1465: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075759 + Group: 'Head', Weight: 0.924240 +Vertex 1466: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079239 + Group: 'Head', Weight: 0.920760 +Vertex 1467: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.080428 + Group: 'Head', Weight: 0.919571 +Vertex 1468: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079809 + Group: 'Head', Weight: 0.920190 +Vertex 1469: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078676 + Group: 'Head', Weight: 0.921323 +Vertex 1470: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077581 + Group: 'Head', Weight: 0.922418 +Vertex 1471: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076630 + Group: 'Head', Weight: 0.923369 +Vertex 1472: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076081 + Group: 'Head', Weight: 0.923918 +Vertex 1473: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076597 + Group: 'Head', Weight: 0.923402 +Vertex 1474: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078479 + Group: 'Head', Weight: 0.921521 +Vertex 1475: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078654 + Group: 'Head', Weight: 0.921345 +Vertex 1476: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078395 + Group: 'Head', Weight: 0.921604 +Vertex 1477: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077881 + Group: 'Head', Weight: 0.922118 +Vertex 1478: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077340 + Group: 'Head', Weight: 0.922659 +Vertex 1479: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076838 + Group: 'Head', Weight: 0.923161 +Vertex 1480: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076529 + Group: 'Head', Weight: 0.923470 +Vertex 1481: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076843 + Group: 'Head', Weight: 0.923156 +Vertex 1482: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077908 + Group: 'Head', Weight: 0.922091 +Vertex 1483: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077639 + Group: 'Head', Weight: 0.922360 +Vertex 1484: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077515 + Group: 'Head', Weight: 0.922484 +Vertex 1485: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077257 + Group: 'Head', Weight: 0.922742 +Vertex 1486: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076988 + Group: 'Head', Weight: 0.923011 +Vertex 1487: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076755 + Group: 'Head', Weight: 0.923243 +Vertex 1488: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076644 + Group: 'Head', Weight: 0.923355 +Vertex 1489: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076836 + Group: 'Head', Weight: 0.923163 +Vertex 1490: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077343 + Group: 'Head', Weight: 0.922656 +Vertex 1491: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076935 + Group: 'Head', Weight: 0.923063 +Vertex 1492: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076867 + Group: 'Head', Weight: 0.923132 +Vertex 1493: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076732 + Group: 'Head', Weight: 0.923267 +Vertex 1494: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076605 + Group: 'Head', Weight: 0.923394 +Vertex 1495: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076518 + Group: 'Head', Weight: 0.923480 +Vertex 1496: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076505 + Group: 'Head', Weight: 0.923493 +Vertex 1497: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076615 + Group: 'Head', Weight: 0.923384 +Vertex 1498: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076824 + Group: 'Head', Weight: 0.923174 +Vertex 1499: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076385 + Group: 'Head', Weight: 0.923613 +Vertex 1500: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076337 + Group: 'Head', Weight: 0.923661 +Vertex 1501: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076261 + Group: 'Head', Weight: 0.923738 +Vertex 1502: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076206 + Group: 'Head', Weight: 0.923792 +Vertex 1503: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076187 + Group: 'Head', Weight: 0.923811 +Vertex 1504: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076208 + Group: 'Head', Weight: 0.923791 +Vertex 1505: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076270 + Group: 'Head', Weight: 0.923729 +Vertex 1506: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076352 + Group: 'Head', Weight: 0.923646 +Vertex 1507: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075914 + Group: 'Head', Weight: 0.924084 +Vertex 1508: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075876 + Group: 'Head', Weight: 0.924122 +Vertex 1509: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075827 + Group: 'Head', Weight: 0.924172 +Vertex 1510: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075803 + Group: 'Head', Weight: 0.924196 +Vertex 1511: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075809 + Group: 'Head', Weight: 0.924190 +Vertex 1512: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075835 + Group: 'Head', Weight: 0.924163 +Vertex 1513: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075873 + Group: 'Head', Weight: 0.924125 +Vertex 1514: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075910 + Group: 'Head', Weight: 0.924088 +Vertex 1515: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075482 + Group: 'Head', Weight: 0.924516 +Vertex 1516: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075456 + Group: 'Head', Weight: 0.924542 +Vertex 1517: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075418 + Group: 'Head', Weight: 0.924580 +Vertex 1518: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075400 + Group: 'Head', Weight: 0.924598 +Vertex 1519: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075408 + Group: 'Head', Weight: 0.924591 +Vertex 1520: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075430 + Group: 'Head', Weight: 0.924568 +Vertex 1521: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075458 + Group: 'Head', Weight: 0.924541 +Vertex 1522: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075481 + Group: 'Head', Weight: 0.924517 +Vertex 1523: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075058 + Group: 'Head', Weight: 0.924940 +Vertex 1524: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075047 + Group: 'Head', Weight: 0.924951 +Vertex 1525: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075016 + Group: 'Head', Weight: 0.924982 +Vertex 1526: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074991 + Group: 'Head', Weight: 0.925007 +Vertex 1527: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074989 + Group: 'Head', Weight: 0.925009 +Vertex 1528: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075004 + Group: 'Head', Weight: 0.924995 +Vertex 1529: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075026 + Group: 'Head', Weight: 0.924972 +Vertex 1530: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075049 + Group: 'Head', Weight: 0.924950 +Vertex 1531: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074618 + Group: 'Head', Weight: 0.925380 +Vertex 1532: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074621 + Group: 'Head', Weight: 0.925377 +Vertex 1533: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074596 + Group: 'Head', Weight: 0.925402 +Vertex 1534: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074561 + Group: 'Head', Weight: 0.925437 +Vertex 1535: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074547 + Group: 'Head', Weight: 0.925452 +Vertex 1536: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074553 + Group: 'Head', Weight: 0.925445 +Vertex 1537: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074573 + Group: 'Head', Weight: 0.925425 +Vertex 1538: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074598 + Group: 'Head', Weight: 0.925400 +Vertex 1539: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074150 + Group: 'Head', Weight: 0.925848 +Vertex 1540: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074167 + Group: 'Head', Weight: 0.925832 +Vertex 1541: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074149 + Group: 'Head', Weight: 0.925849 +Vertex 1542: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074105 + Group: 'Head', Weight: 0.925893 +Vertex 1543: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074077 + Group: 'Head', Weight: 0.925922 +Vertex 1544: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074074 + Group: 'Head', Weight: 0.925925 +Vertex 1545: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074090 + Group: 'Head', Weight: 0.925909 +Vertex 1546: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074119 + Group: 'Head', Weight: 0.925879 +Vertex 1547: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073647 + Group: 'Head', Weight: 0.926352 +Vertex 1548: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073690 + Group: 'Head', Weight: 0.926308 +Vertex 1549: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073691 + Group: 'Head', Weight: 0.926307 +Vertex 1550: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073639 + Group: 'Head', Weight: 0.926359 +Vertex 1551: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073590 + Group: 'Head', Weight: 0.926409 +Vertex 1552: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073558 + Group: 'Head', Weight: 0.926441 +Vertex 1553: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073553 + Group: 'Head', Weight: 0.926446 +Vertex 1554: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073590 + Group: 'Head', Weight: 0.926408 +Vertex 1555: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073091 + Group: 'Head', Weight: 0.926908 +Vertex 1556: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073190 + Group: 'Head', Weight: 0.926808 +Vertex 1557: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073224 + Group: 'Head', Weight: 0.926774 +Vertex 1558: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073158 + Group: 'Head', Weight: 0.926840 +Vertex 1559: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073092 + Group: 'Head', Weight: 0.926906 +Vertex 1560: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072988 + Group: 'Head', Weight: 0.927010 +Vertex 1561: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072853 + Group: 'Head', Weight: 0.927145 +Vertex 1562: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072935 + Group: 'Head', Weight: 0.927063 +Vertex 1563: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072625 + Group: 'Head', Weight: 0.927374 +Vertex 1564: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072713 + Group: 'Head', Weight: 0.927286 +Vertex 1565: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072748 + Group: 'Head', Weight: 0.927250 +Vertex 1566: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072695 + Group: 'Head', Weight: 0.927303 +Vertex 1567: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072573 + Group: 'Head', Weight: 0.927425 +Vertex 1568: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072449 + Group: 'Head', Weight: 0.927549 +Vertex 1569: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072415 + Group: 'Head', Weight: 0.927583 +Vertex 1570: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072496 + Group: 'Head', Weight: 0.927502 +Vertex 1571: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072272 + Group: 'Head', Weight: 0.927726 +Vertex 1572: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072302 + Group: 'Head', Weight: 0.927696 +Vertex 1573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072311 + Group: 'Head', Weight: 0.927687 +Vertex 1574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072288 + Group: 'Head', Weight: 0.927710 +Vertex 1575: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072241 + Group: 'Head', Weight: 0.927758 +Vertex 1576: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072197 + Group: 'Head', Weight: 0.927801 +Vertex 1577: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072193 + Group: 'Head', Weight: 0.927805 +Vertex 1578: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072225 + Group: 'Head', Weight: 0.927773 +Vertex 1579: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072151 + Group: 'Head', Weight: 0.927847 +Vertex 1580: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246544 + Group: 'Head', Weight: 0.753455 +Vertex 1581: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256958 + Group: 'Head', Weight: 0.743041 +Vertex 1582: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246330 + Group: 'Head', Weight: 0.753668 +Vertex 1583: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235216 + Group: 'Head', Weight: 0.764783 +Vertex 1584: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.228879 + Group: 'Head', Weight: 0.771119 +Vertex 1585: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.227396 + Group: 'Head', Weight: 0.772602 +Vertex 1586: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.229229 + Group: 'Head', Weight: 0.770770 +Vertex 1587: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235251 + Group: 'Head', Weight: 0.764747 +Vertex 1588: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260810 + Group: 'Head', Weight: 0.739189 +Vertex 1589: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267887 + Group: 'Head', Weight: 0.732111 +Vertex 1590: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.264154 + Group: 'Head', Weight: 0.735844 +Vertex 1591: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251489 + Group: 'Head', Weight: 0.748509 +Vertex 1592: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245201 + Group: 'Head', Weight: 0.754798 +Vertex 1593: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242709 + Group: 'Head', Weight: 0.757290 +Vertex 1594: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242944 + Group: 'Head', Weight: 0.757055 +Vertex 1595: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245809 + Group: 'Head', Weight: 0.754189 +Vertex 1596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256310 + Group: 'Head', Weight: 0.743688 +Vertex 1597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259172 + Group: 'Head', Weight: 0.740826 +Vertex 1598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.257418 + Group: 'Head', Weight: 0.742580 +Vertex 1599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253305 + Group: 'Head', Weight: 0.746693 +Vertex 1600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250434 + Group: 'Head', Weight: 0.749564 +Vertex 1601: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249005 + Group: 'Head', Weight: 0.750993 +Vertex 1602: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249036 + Group: 'Head', Weight: 0.750962 +Vertex 1603: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250987 + Group: 'Head', Weight: 0.749011 +Vertex 1604: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255022 + Group: 'Head', Weight: 0.744976 +Vertex 1605: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256369 + Group: 'Head', Weight: 0.743629 +Vertex 1606: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255394 + Group: 'Head', Weight: 0.744605 +Vertex 1607: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253691 + Group: 'Head', Weight: 0.746308 +Vertex 1608: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252407 + Group: 'Head', Weight: 0.747591 +Vertex 1609: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251666 + Group: 'Head', Weight: 0.748333 +Vertex 1610: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251549 + Group: 'Head', Weight: 0.748449 +Vertex 1611: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252508 + Group: 'Head', Weight: 0.747490 +Vertex 1612: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254451 + Group: 'Head', Weight: 0.745547 +Vertex 1613: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255030 + Group: 'Head', Weight: 0.744968 +Vertex 1614: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254607 + Group: 'Head', Weight: 0.745392 +Vertex 1615: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253845 + Group: 'Head', Weight: 0.746153 +Vertex 1616: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253185 + Group: 'Head', Weight: 0.746813 +Vertex 1617: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252755 + Group: 'Head', Weight: 0.747243 +Vertex 1618: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252682 + Group: 'Head', Weight: 0.747316 +Vertex 1619: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253262 + Group: 'Head', Weight: 0.746737 +Vertex 1620: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253960 + Group: 'Head', Weight: 0.746038 +Vertex 1621: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254141 + Group: 'Head', Weight: 0.745857 +Vertex 1622: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254048 + Group: 'Head', Weight: 0.745950 +Vertex 1623: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253782 + Group: 'Head', Weight: 0.746216 +Vertex 1624: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253464 + Group: 'Head', Weight: 0.746534 +Vertex 1625: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253231 + Group: 'Head', Weight: 0.746767 +Vertex 1626: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253246 + Group: 'Head', Weight: 0.746752 +Vertex 1627: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253563 + Group: 'Head', Weight: 0.746435 +Vertex 1628: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253694 + Group: 'Head', Weight: 0.746304 +Vertex 1629: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253736 + Group: 'Head', Weight: 0.746262 +Vertex 1630: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253723 + Group: 'Head', Weight: 0.746275 +Vertex 1631: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253661 + Group: 'Head', Weight: 0.746337 +Vertex 1632: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253573 + Group: 'Head', Weight: 0.746425 +Vertex 1633: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253505 + Group: 'Head', Weight: 0.746493 +Vertex 1634: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253518 + Group: 'Head', Weight: 0.746480 +Vertex 1635: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253604 + Group: 'Head', Weight: 0.746394 +Vertex 1636: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253623 + Group: 'Head', Weight: 0.746375 +Vertex 1637: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253628 + Group: 'Head', Weight: 0.746370 +Vertex 1638: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253626 + Group: 'Head', Weight: 0.746372 +Vertex 1639: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253620 + Group: 'Head', Weight: 0.746378 +Vertex 1640: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253611 + Group: 'Head', Weight: 0.746387 +Vertex 1641: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253604 + Group: 'Head', Weight: 0.746394 +Vertex 1642: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253605 + Group: 'Head', Weight: 0.746393 +Vertex 1643: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253614 + Group: 'Head', Weight: 0.746384 +Vertex 1644: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253615 + Group: 'Head', Weight: 0.746383 +Vertex 1645: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996387 +Vertex 1646: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998831 +Vertex 1647: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998529 +Vertex 1648: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.992881 +Vertex 1649: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997754 +Vertex 1650: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998484 +Vertex 1651: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998443 +Vertex 1652: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997223 +Vertex 1653: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998161 +Vertex 1654: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998335 +Vertex 1655: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998335 +Vertex 1656: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998018 +Vertex 1657: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998205 +Vertex 1658: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998276 +Vertex 1659: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998264 +Vertex 1660: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998165 +Vertex 1661: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998224 +Vertex 1662: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998246 +Vertex 1663: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998237 +Vertex 1664: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998207 +Vertex 1665: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998236 +Vertex 1666: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998241 +Vertex 1667: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998239 +Vertex 1668: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998233 +Vertex 1669: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998242 +Vertex 1670: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998242 +Vertex 1671: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998245 +Vertex 1672: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998245 +Vertex 1673: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1674: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1675: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1676: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1677: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996554 +Vertex 1678: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997844 +Vertex 1679: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998094 +Vertex 1680: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998198 +Vertex 1681: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998221 +Vertex 1682: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998234 +Vertex 1683: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998247 +Vertex 1684: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998267 +Vertex 1685: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998363 +Vertex 1686: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998325 +Vertex 1687: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998275 +Vertex 1688: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998256 +Vertex 1689: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998241 +Vertex 1690: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998239 +Vertex 1691: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998242 +Vertex 1692: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1693: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997599 +Vertex 1694: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996199 +Vertex 1695: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998727 +Vertex 1696: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998549 +Vertex 1697: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997513 +Vertex 1698: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998557 +Vertex 1699: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.161395 + Group: 'forearm.L', Weight: 0.838605 +Vertex 1700: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.255578 + Group: 'forearm.L', Weight: 0.744422 +Vertex 1701: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.376758 + Group: 'forearm.L', Weight: 0.623242 +Vertex 1702: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.165084 + Group: 'forearm.L', Weight: 0.834916 +Vertex 1703: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.348389 + Group: 'forearm.L', Weight: 0.651611 +Vertex 1704: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.357753 + Group: 'forearm.L', Weight: 0.642247 +Vertex 1705: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.336438 + Group: 'forearm.L', Weight: 0.663563 +Vertex 1706: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.405302 + Group: 'forearm.L', Weight: 0.594699 +Vertex 1707: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.350290 + Group: 'forearm.L', Weight: 0.649711 +Vertex 1708: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347924 + Group: 'forearm.L', Weight: 0.652077 +Vertex 1709: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.345928 + Group: 'forearm.L', Weight: 0.654073 +Vertex 1710: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.352565 + Group: 'forearm.L', Weight: 0.647436 +Vertex 1711: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347350 + Group: 'forearm.L', Weight: 0.652651 +Vertex 1712: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347162 + Group: 'forearm.L', Weight: 0.652839 +Vertex 1713: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347025 + Group: 'forearm.L', Weight: 0.652976 +Vertex 1714: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347319 + Group: 'forearm.L', Weight: 0.652682 +Vertex 1715: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347079 + Group: 'forearm.L', Weight: 0.652922 +Vertex 1716: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.255748 + Group: 'forearm.L', Weight: 0.744252 +Vertex 1717: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.367159 + Group: 'forearm.L', Weight: 0.632841 +Vertex 1718: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.345766 + Group: 'forearm.L', Weight: 0.654235 +Vertex 1719: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347004 + Group: 'forearm.L', Weight: 0.652997 +Vertex 1720: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.199665 + Group: 'forearm.L', Weight: 0.800335 +Vertex 1721: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.341802 + Group: 'forearm.L', Weight: 0.658198 +Vertex 1722: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.348569 + Group: 'forearm.L', Weight: 0.651432 +Vertex 1723: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347245 + Group: 'forearm.L', Weight: 0.652756 +Vertex 1724: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.746386 + Group: 'hand.L', Weight: 0.205328 + Group: 'thumb.01.L', Weight: 0.041462 +Vertex 1725: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.704755 + Group: 'hand.L', Weight: 0.194581 + Group: 'thumb.01.L', Weight: 0.097458 +Vertex 1726: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.753070 + Group: 'hand.L', Weight: 0.225666 +Vertex 1727: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.774396 + Group: 'hand.L', Weight: 0.217108 +Vertex 1728: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.702511 + Group: 'hand.L', Weight: 0.194801 + Group: 'thumb.01.L', Weight: 0.097155 +Vertex 1729: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.708446 + Group: 'hand.L', Weight: 0.236045 + Group: 'thumb.01.L', Weight: 0.046806 +Vertex 1730: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.708817 + Group: 'hand.L', Weight: 0.258991 + Group: 'thumb.01.L', Weight: 0.000360 +Vertex 1731: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.253823 + Group: 'hand.L', Weight: 0.640354 + Group: 'thumb.01.L', Weight: 0.099725 +Vertex 1732: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.293182 + Group: 'hand.L', Weight: 0.443804 + Group: 'thumb.01.L', Weight: 0.257204 +Vertex 1733: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.197743 + Group: 'hand.L', Weight: 0.756481 + Group: 'thumb.01.L', Weight: 0.029948 +Vertex 1734: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.181200 + Group: 'hand.L', Weight: 0.800078 +Vertex 1735: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.251546 + Group: 'hand.L', Weight: 0.440949 + Group: 'thumb.01.L', Weight: 0.294258 +Vertex 1736: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.242724 + Group: 'hand.L', Weight: 0.626099 + Group: 'thumb.01.L', Weight: 0.111167 +Vertex 1737: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.288314 + Group: 'hand.L', Weight: 0.638636 + Group: 'thumb.01.L', Weight: 0.053631 +Vertex 1738: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.141568 + Group: 'hand.L', Weight: 0.679864 + Group: 'thumb.01.L', Weight: 0.167236 +Vertex 1739: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.198830 + Group: 'hand.L', Weight: 0.392784 + Group: 'thumb.01.L', Weight: 0.399716 +Vertex 1740: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.085263 + Group: 'hand.L', Weight: 0.825284 + Group: 'thumb.01.L', Weight: 0.073666 +Vertex 1741: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.061354 + Group: 'hand.L', Weight: 0.890106 + Group: 'thumb.01.L', Weight: 0.019761 +Vertex 1742: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.122148 + Group: 'hand.L', Weight: 0.321470 + Group: 'thumb.01.L', Weight: 0.531758 +Vertex 1743: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.090665 + Group: 'hand.L', Weight: 0.623575 + Group: 'thumb.01.L', Weight: 0.233322 + Group: 'palm.03.L', Weight: 0.033692 +Vertex 1744: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.151019 + Group: 'hand.L', Weight: 0.736903 + Group: 'thumb.01.L', Weight: 0.074610 + Group: 'palm.03.L', Weight: 0.016941 +Vertex 1745: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.866040 + Group: 'hand.L', Weight: 0.131851 +Vertex 1746: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.860274 + Group: 'hand.L', Weight: 0.136182 +Vertex 1747: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.812465 + Group: 'hand.L', Weight: 0.183907 +Vertex 1748: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.742326 + Group: 'hand.L', Weight: 0.248874 +Vertex 1749: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.724031 + Group: 'hand.L', Weight: 0.260388 +Vertex 1750: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.224992 + Group: 'hand.L', Weight: 0.768880 +Vertex 1751: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.613876 + Group: 'hand.L', Weight: 0.380048 +Vertex 1752: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.171688 + Group: 'hand.L', Weight: 0.818939 +Vertex 1753: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.380411 + Group: 'hand.L', Weight: 0.605285 +Vertex 1754: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.340649 + Group: 'hand.L', Weight: 0.633999 +Vertex 1755: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.069093 + Group: 'hand.L', Weight: 0.918748 +Vertex 1756: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.213719 + Group: 'hand.L', Weight: 0.775295 +Vertex 1757: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.039967 + Group: 'hand.L', Weight: 0.927837 +Vertex 1758: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.220534 + Group: 'hand.L', Weight: 0.759275 +Vertex 1759: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.198651 + Group: 'hand.L', Weight: 0.762049 +Vertex 1760: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.850674 + Group: 'hand.L', Weight: 0.101054 + Group: 'thumb.01.L', Weight: 0.041711 +Vertex 1761: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.933401 + Group: 'hand.L', Weight: 0.061744 +Vertex 1762: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.883553 + Group: 'hand.L', Weight: 0.094974 +Vertex 1763: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.911103 + Group: 'hand.L', Weight: 0.077436 +Vertex 1764: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.883673 + Group: 'hand.L', Weight: 0.091397 +Vertex 1765: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.862471 + Group: 'hand.L', Weight: 0.096519 + Group: 'thumb.01.L', Weight: 0.026076 +Vertex 1766: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.881885 + Group: 'hand.L', Weight: 0.103854 +Vertex 1767: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.927211 + Group: 'hand.L', Weight: 0.070218 +Vertex 1768: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.884454 + Group: 'hand.L', Weight: 0.106762 +Vertex 1769: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.945962 + Group: 'hand.L', Weight: 0.051545 +Vertex 1770: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.944471 + Group: 'hand.L', Weight: 0.053999 +Vertex 1771: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.891034 + Group: 'hand.L', Weight: 0.103428 +Vertex 1772: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.931301 + Group: 'thumb.02.L', Weight: 0.039899 +Vertex 1773: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.859475 + Group: 'thumb.02.L', Weight: 0.123358 +Vertex 1774: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.115199 + Group: 'hand.L', Weight: 0.261527 + Group: 'thumb.01.L', Weight: 0.612216 +Vertex 1775: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.069852 + Group: 'hand.L', Weight: 0.237106 + Group: 'thumb.01.L', Weight: 0.659709 +Vertex 1776: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.073284 + Group: 'hand.L', Weight: 0.629181 + Group: 'thumb.01.L', Weight: 0.234689 + Group: 'palm.03.L', Weight: 0.050718 +Vertex 1777: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.089404 + Group: 'hand.L', Weight: 0.763313 + Group: 'thumb.01.L', Weight: 0.082440 + Group: 'palm.03.L', Weight: 0.059304 +Vertex 1778: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.117521 + Group: 'hand.L', Weight: 0.824878 + Group: 'palm.03.L', Weight: 0.015876 +Vertex 1779: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.126667 + Group: 'hand.L', Weight: 0.841172 +Vertex 1780: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.104835 + Group: 'hand.L', Weight: 0.875616 +Vertex 1781: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.051230 + Group: 'hand.L', Weight: 0.934156 +Vertex 1782: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.002412 + Group: 'hand.L', Weight: 0.938778 +Vertex 1783: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.017340 + Group: 'hand.L', Weight: 0.884869 + Group: 'thumb.01.L', Weight: 0.052680 + Group: 'palm.02.L', Weight: 0.001129 +Vertex 1784: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.034088 + Group: 'hand.L', Weight: 0.794188 + Group: 'thumb.01.L', Weight: 0.129149 + Group: 'palm.02.L', Weight: 0.010232 +Vertex 1785: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.070210 + Group: 'hand.L', Weight: 0.609418 + Group: 'thumb.01.L', Weight: 0.297203 +Vertex 1786: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.021747 + Group: 'thumb.01.L', Weight: 0.808288 + Group: 'thumb.02.L', Weight: 0.125972 + Group: 'palm.02.L', Weight: 0.000390 +Vertex 1787: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.457445 + Group: 'thumb.03.L', Weight: 0.534351 +Vertex 1788: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.171000 + Group: 'thumb.03.L', Weight: 0.834187 +Vertex 1789: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.002551 + Group: 'thumb.02.L', Weight: 0.820008 + Group: 'thumb.03.L', Weight: 0.147909 +Vertex 1790: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.993989 +Vertex 1791: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1792: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.975546 +Vertex 1793: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.999654 +Vertex 1794: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998498 +Vertex 1795: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.995506 +Vertex 1796: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.976657 +Vertex 1797: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.034584 + Group: 'thumb.03.L', Weight: 0.956616 +Vertex 1798: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.102908 + Group: 'thumb.03.L', Weight: 0.896142 +Vertex 1799: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.184346 + Group: 'thumb.03.L', Weight: 0.808527 +Vertex 1800: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.142121 + Group: 'thumb.02.L', Weight: 0.866177 + Group: 'palm.02.L', Weight: 0.002940 +Vertex 1801: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.176626 + Group: 'thumb.02.L', Weight: 0.869372 + Group: 'palm.02.L', Weight: 0.024124 +Vertex 1802: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.181651 + Group: 'thumb.02.L', Weight: 0.773578 + Group: 'thumb.03.L', Weight: 0.012458 +Vertex 1803: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.273586 + Group: 'thumb.02.L', Weight: 0.648183 +Vertex 1804: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.019248 + Group: 'thumb.01.L', Weight: 0.465291 + Group: 'thumb.02.L', Weight: 0.371003 + Group: 'palm.02.L', Weight: 0.110353 + Group: 'palm.03.L', Weight: 0.026332 +Vertex 1805: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.510727 + Group: 'thumb.02.L', Weight: 0.371644 + Group: 'palm.02.L', Weight: 0.099699 +Vertex 1806: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.692903 + Group: 'thumb.02.L', Weight: 0.303441 +Vertex 1807: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.253212 + Group: 'thumb.02.L', Weight: 0.724332 +Vertex 1808: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.235434 + Group: 'thumb.02.L', Weight: 0.751528 +Vertex 1809: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1810: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998709 +Vertex 1811: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1812: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1813: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1814: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998517 +Vertex 1815: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1816: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998412 +Vertex 1817: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1818: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1819: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1820: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1821: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1822: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999994 +Vertex 1823: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1824: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1825: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1826: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.048289 + Group: 'f_middle.02.L', Weight: 0.950832 +Vertex 1827: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.046321 + Group: 'f_middle.02.L', Weight: 0.951812 +Vertex 1828: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.050453 + Group: 'f_middle.02.L', Weight: 0.949526 +Vertex 1829: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.104740 + Group: 'f_middle.02.L', Weight: 0.895141 +Vertex 1830: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.049373 + Group: 'f_middle.02.L', Weight: 0.950303 +Vertex 1831: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.082750 + Group: 'f_middle.02.L', Weight: 0.917259 +Vertex 1832: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.113381 + Group: 'f_middle.02.L', Weight: 0.886628 +Vertex 1833: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.099826 + Group: 'f_middle.02.L', Weight: 0.900139 +Vertex 1834: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.067395 + Group: 'f_middle.01.L', Weight: 0.931715 +Vertex 1835: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.075471 + Group: 'f_middle.01.L', Weight: 0.923335 +Vertex 1836: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.071145 + Group: 'f_middle.01.L', Weight: 0.927626 +Vertex 1837: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.985501 +Vertex 1838: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.065635 + Group: 'f_middle.01.L', Weight: 0.931101 +Vertex 1839: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 1.000000 +Vertex 1840: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.090934 + Group: 'f_middle.01.L', Weight: 0.906561 +Vertex 1841: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.034507 + Group: 'f_middle.01.L', Weight: 0.954482 +Vertex 1842: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999587 +Vertex 1843: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999597 +Vertex 1844: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1845: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1846: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1847: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999344 +Vertex 1848: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999694 +Vertex 1849: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999982 +Vertex 1850: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.040750 + Group: 'palm.02.L', Weight: 0.938234 +Vertex 1851: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.033180 + Group: 'palm.02.L', Weight: 0.952756 +Vertex 1852: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.014145 + Group: 'palm.02.L', Weight: 0.927799 +Vertex 1853: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.867827 + Group: 'f_middle.01.L', Weight: 0.094791 + Group: 'palm.03.L', Weight: 0.006378 +Vertex 1854: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.886294 + Group: 'f_middle.01.L', Weight: 0.030034 + Group: 'palm.03.L', Weight: 0.015982 +Vertex 1855: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.742937 + Group: 'f_middle.01.L', Weight: 0.175173 + Group: 'palm.03.L', Weight: 0.062795 +Vertex 1856: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.000191 + Group: 'palm.02.L', Weight: 0.917554 +Vertex 1857: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.022902 + Group: 'palm.02.L', Weight: 0.880912 + Group: 'palm.03.L', Weight: 0.059501 +Vertex 1858: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.973423 +Vertex 1859: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.989146 +Vertex 1860: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.985807 +Vertex 1861: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.989188 +Vertex 1862: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.974290 +Vertex 1863: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.979185 +Vertex 1864: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.991278 +Vertex 1865: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.992005 +Vertex 1866: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.689450 + Group: 'f_middle.01.L', Weight: 0.282871 +Vertex 1867: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.285107 + Group: 'f_middle.01.L', Weight: 0.704058 +Vertex 1868: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.921939 + Group: 'f_middle.01.L', Weight: 0.068266 +Vertex 1869: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.954642 + Group: 'f_middle.01.L', Weight: 0.024313 +Vertex 1870: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.105630 + Group: 'f_middle.01.L', Weight: 0.890221 +Vertex 1871: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.749378 + Group: 'f_middle.01.L', Weight: 0.240262 +Vertex 1872: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.875203 + Group: 'f_middle.01.L', Weight: 0.113398 +Vertex 1873: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.931198 + Group: 'f_middle.01.L', Weight: 0.059230 +Vertex 1874: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.995228 +Vertex 1875: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.995063 +Vertex 1876: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.998390 +Vertex 1877: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.992978 +Vertex 1878: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.994042 +Vertex 1879: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1880: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999451 +Vertex 1881: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.998586 +Vertex 1882: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.179262 + Group: 'palm.02.L', Weight: 0.720162 + Group: 'palm.03.L', Weight: 0.090433 +Vertex 1883: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.233716 + Group: 'palm.02.L', Weight: 0.598120 + Group: 'palm.03.L', Weight: 0.154973 +Vertex 1884: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.086772 + Group: 'palm.02.L', Weight: 0.774405 + Group: 'palm.03.L', Weight: 0.120596 +Vertex 1885: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.649022 + Group: 'f_middle.01.L', Weight: 0.043096 + Group: 'palm.03.L', Weight: 0.256727 +Vertex 1886: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.710629 + Group: 'f_middle.01.L', Weight: 0.058228 + Group: 'palm.03.L', Weight: 0.191958 +Vertex 1887: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.027843 + Group: 'palm.02.L', Weight: 0.595108 + Group: 'f_middle.01.L', Weight: 0.028428 + Group: 'palm.03.L', Weight: 0.299198 +Vertex 1888: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.732246 + Group: 'f_middle.01.L', Weight: 0.070489 + Group: 'palm.03.L', Weight: 0.157817 +Vertex 1889: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.121158 + Group: 'palm.02.L', Weight: 0.610262 + Group: 'palm.03.L', Weight: 0.243922 +Vertex 1890: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.317917 + Group: 'palm.02.L', Weight: 0.361211 + Group: 'palm.03.L', Weight: 0.302050 +Vertex 1891: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.285043 + Group: 'palm.02.L', Weight: 0.226474 + Group: 'palm.03.L', Weight: 0.465738 +Vertex 1892: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.125674 + Group: 'palm.02.L', Weight: 0.491094 + Group: 'palm.03.L', Weight: 0.354385 +Vertex 1893: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.269248 + Group: 'palm.03.L', Weight: 0.634916 + Group: 'f_ring.01.L', Weight: 0.055379 +Vertex 1894: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.412226 + Group: 'palm.03.L', Weight: 0.494617 + Group: 'f_ring.01.L', Weight: 0.029488 +Vertex 1895: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.273649 + Group: 'palm.03.L', Weight: 0.612102 + Group: 'f_ring.01.L', Weight: 0.070295 +Vertex 1896: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.018711 + Group: 'palm.02.L', Weight: 0.488814 + Group: 'f_middle.01.L', Weight: 0.012406 + Group: 'palm.03.L', Weight: 0.406701 + Group: 'f_ring.01.L', Weight: 0.019015 +Vertex 1897: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.088222 + Group: 'palm.02.L', Weight: 0.236262 + Group: 'palm.03.L', Weight: 0.635343 + Group: 'f_ring.01.L', Weight: 0.011583 +Vertex 1898: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999608 +Vertex 1899: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999541 +Vertex 1900: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999609 +Vertex 1901: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999484 +Vertex 1902: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999569 +Vertex 1903: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999451 +Vertex 1904: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999629 +Vertex 1905: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999533 +Vertex 1906: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999602 +Vertex 1907: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.025050 + Group: 'f_ring.02.L', Weight: 0.962469 +Vertex 1908: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.030021 + Group: 'f_ring.02.L', Weight: 0.959979 +Vertex 1909: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.000119 + Group: 'f_ring.02.L', Weight: 0.974934 +Vertex 1910: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.034767 + Group: 'f_ring.02.L', Weight: 0.957593 +Vertex 1911: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.002724 + Group: 'f_ring.02.L', Weight: 0.973633 +Vertex 1912: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.020269 + Group: 'f_ring.02.L', Weight: 0.964855 +Vertex 1913: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.063346 + Group: 'f_ring.02.L', Weight: 0.936611 +Vertex 1914: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.070797 + Group: 'f_ring.02.L', Weight: 0.929152 +Vertex 1915: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.960011 + Group: 'f_ring.02.L', Weight: 0.025822 +Vertex 1916: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.964814 + Group: 'f_ring.02.L', Weight: 0.016719 +Vertex 1917: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.972696 +Vertex 1918: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.986864 +Vertex 1919: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.988955 +Vertex 1920: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.985424 +Vertex 1921: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.986859 +Vertex 1922: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.987642 +Vertex 1923: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999455 +Vertex 1924: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999127 +Vertex 1925: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999590 +Vertex 1926: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999470 +Vertex 1927: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999472 +Vertex 1928: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999085 +Vertex 1929: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999444 +Vertex 1930: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999507 +Vertex 1931: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.917217 + Group: 'f_ring.01.L', Weight: 0.040744 +Vertex 1932: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.933050 + Group: 'f_ring.01.L', Weight: 0.045041 +Vertex 1933: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.066200 + Group: 'palm.03.L', Weight: 0.829746 + Group: 'f_ring.01.L', Weight: 0.076416 +Vertex 1934: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.882562 + Group: 'f_ring.01.L', Weight: 0.096251 +Vertex 1935: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.735762 + Group: 'f_ring.01.L', Weight: 0.237308 +Vertex 1936: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.923984 + Group: 'f_ring.01.L', Weight: 0.055611 +Vertex 1937: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.065876 + Group: 'palm.03.L', Weight: 0.738396 + Group: 'f_ring.01.L', Weight: 0.185134 +Vertex 1938: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.914852 + Group: 'f_ring.01.L', Weight: 0.072392 +Vertex 1939: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.951915 + Group: 'f_ring.02.L', Weight: 0.045176 +Vertex 1940: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.924542 + Group: 'f_ring.02.L', Weight: 0.074719 +Vertex 1941: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.583968 + Group: 'f_ring.02.L', Weight: 0.415821 +Vertex 1942: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.536156 + Group: 'f_ring.02.L', Weight: 0.463829 +Vertex 1943: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.911634 + Group: 'f_ring.02.L', Weight: 0.088151 +Vertex 1944: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.910917 + Group: 'f_ring.02.L', Weight: 0.088328 +Vertex 1945: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.838613 + Group: 'f_ring.02.L', Weight: 0.161195 +Vertex 1946: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.553514 + Group: 'f_ring.02.L', Weight: 0.446435 +Vertex 1947: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.096072 + Group: 'f_ring.01.L', Weight: 0.901710 +Vertex 1948: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.088732 + Group: 'f_ring.01.L', Weight: 0.908761 +Vertex 1949: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.010572 + Group: 'f_ring.01.L', Weight: 0.967588 +Vertex 1950: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.009031 + Group: 'f_ring.01.L', Weight: 0.966835 +Vertex 1951: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.061429 + Group: 'f_ring.01.L', Weight: 0.935966 +Vertex 1952: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.073504 + Group: 'f_ring.01.L', Weight: 0.922318 +Vertex 1953: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.075166 + Group: 'f_ring.01.L', Weight: 0.917623 +Vertex 1954: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.071456 + Group: 'f_ring.01.L', Weight: 0.921031 +Vertex 1955: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999100 +Vertex 1956: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.995329 +Vertex 1957: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999305 +Vertex 1958: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.996489 +Vertex 1959: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.997841 +Vertex 1960: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.998714 +Vertex 1961: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.997771 +Vertex 1962: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.997945 +Vertex 1963: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.048343 + Group: 'palm.03.L', Weight: 0.926340 +Vertex 1964: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.008765 + Group: 'palm.03.L', Weight: 0.947803 +Vertex 1965: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.576373 + Group: 'thumb.01.L', Weight: 0.025769 + Group: 'palm.03.L', Weight: 0.360325 +Vertex 1966: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.786741 + Group: 'palm.03.L', Weight: 0.169085 +Vertex 1967: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.033063 + Group: 'hand.L', Weight: 0.733457 + Group: 'thumb.01.L', Weight: 0.078274 + Group: 'palm.03.L', Weight: 0.138375 +Vertex 1968: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.058568 + Group: 'hand.L', Weight: 0.850161 + Group: 'palm.03.L', Weight: 0.064474 +Vertex 1969: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.015131 + Group: 'hand.L', Weight: 0.600624 + Group: 'thumb.01.L', Weight: 0.212217 + Group: 'palm.03.L', Weight: 0.133190 +Vertex 1970: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.537539 + Group: 'thumb.01.L', Weight: 0.110302 + Group: 'palm.03.L', Weight: 0.319560 +Vertex 1971: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.238132 + Group: 'thumb.01.L', Weight: 0.066358 + Group: 'palm.03.L', Weight: 0.671330 +Vertex 1972: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.113496 + Group: 'thumb.01.L', Weight: 0.761193 + Group: 'thumb.02.L', Weight: 0.066716 + Group: 'palm.03.L', Weight: 0.026846 +Vertex 1973: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.081562 + Group: 'thumb.01.L', Weight: 0.844771 + Group: 'thumb.02.L', Weight: 0.029397 +Vertex 1974: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.023958 + Group: 'hand.L', Weight: 0.099506 + Group: 'thumb.01.L', Weight: 0.845175 +Vertex 1975: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.219121 + Group: 'thumb.01.L', Weight: 0.711565 + Group: 'palm.02.L', Weight: 0.013011 +Vertex 1976: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.467341 + Group: 'thumb.01.L', Weight: 0.241788 + Group: 'palm.03.L', Weight: 0.245537 +Vertex 1977: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.288420 + Group: 'thumb.01.L', Weight: 0.448981 + Group: 'thumb.02.L', Weight: 0.036126 + Group: 'palm.03.L', Weight: 0.188879 +Vertex 1978: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.166340 + Group: 'thumb.01.L', Weight: 0.274272 + Group: 'thumb.02.L', Weight: 0.099723 + Group: 'palm.02.L', Weight: 0.261299 + Group: 'palm.03.L', Weight: 0.195614 +Vertex 1979: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.105507 + Group: 'thumb.01.L', Weight: 0.498859 + Group: 'thumb.02.L', Weight: 0.144804 + Group: 'palm.02.L', Weight: 0.122069 + Group: 'palm.03.L', Weight: 0.127192 +Vertex 1980: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.180449 + Group: 'thumb.01.L', Weight: 0.463517 + Group: 'thumb.02.L', Weight: 0.064230 + Group: 'palm.02.L', Weight: 0.043026 + Group: 'palm.03.L', Weight: 0.240046 +Vertex 1981: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.453718 + Group: 'thumb.01.L', Weight: 0.164567 + Group: 'palm.03.L', Weight: 0.343632 +Vertex 1982: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.225258 + Group: 'thumb.01.L', Weight: 0.118596 + Group: 'palm.03.L', Weight: 0.619658 +Vertex 1983: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.040847 + Group: 'palm.03.L', Weight: 0.907871 +Vertex 1984: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.052077 + Group: 'thumb.01.L', Weight: 0.022821 + Group: 'palm.02.L', Weight: 0.016874 + Group: 'palm.03.L', Weight: 0.863025 +Vertex 1985: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.127948 + Group: 'thumb.01.L', Weight: 0.112784 + Group: 'palm.02.L', Weight: 0.072970 + Group: 'palm.03.L', Weight: 0.658205 +Vertex 1986: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.312117 + Group: 'thumb.01.L', Weight: 0.225437 + Group: 'thumb.02.L', Weight: 0.006410 + Group: 'palm.03.L', Weight: 0.404454 +Vertex 1987: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.214528 + Group: 'thumb.01.L', Weight: 0.224661 + Group: 'thumb.02.L', Weight: 0.053396 + Group: 'palm.02.L', Weight: 0.155664 + Group: 'palm.03.L', Weight: 0.347051 +Vertex 1988: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.942778 + Group: 'palm.03.L', Weight: 0.001045 +Vertex 1989: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.886052 + Group: 'palm.02.L', Weight: 0.079985 +Vertex 1990: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.661644 + Group: 'thumb.01.L', Weight: 0.066686 + Group: 'palm.02.L', Weight: 0.260115 +Vertex 1991: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.225313 + Group: 'palm.02.L', Weight: 0.734677 + Group: 'palm.03.L', Weight: 0.026014 +Vertex 1992: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.422137 + Group: 'palm.02.L', Weight: 0.447618 + Group: 'palm.03.L', Weight: 0.123147 +Vertex 1993: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.139216 + Group: 'palm.02.L', Weight: 0.796850 + Group: 'palm.03.L', Weight: 0.057882 +Vertex 1994: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.259318 + Group: 'palm.02.L', Weight: 0.531476 + Group: 'palm.03.L', Weight: 0.194128 +Vertex 1995: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.130830 + Group: 'palm.02.L', Weight: 0.836403 +Vertex 1996: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.154602 + Group: 'palm.02.L', Weight: 0.823960 +Vertex 1997: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.076866 + Group: 'thumb.01.L', Weight: 0.059210 + Group: 'palm.02.L', Weight: 0.846834 +Vertex 1998: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.103881 + Group: 'palm.02.L', Weight: 0.856956 + Group: 'palm.03.L', Weight: 0.025064 +Vertex 1999: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.473985 + Group: 'palm.02.L', Weight: 0.324947 + Group: 'palm.03.L', Weight: 0.192201 +Vertex 2000: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.457582 + Group: 'palm.02.L', Weight: 0.118655 + Group: 'palm.03.L', Weight: 0.412517 +Vertex 2001: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.284050 + Group: 'palm.02.L', Weight: 0.462505 + Group: 'palm.03.L', Weight: 0.236537 +Vertex 2002: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.218656 + Group: 'palm.02.L', Weight: 0.152690 + Group: 'palm.03.L', Weight: 0.602453 +Vertex 2003: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.251494 + Group: 'palm.02.L', Weight: 0.038187 + Group: 'palm.03.L', Weight: 0.701620 +Vertex 2004: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.108515 + Group: 'palm.03.L', Weight: 0.875475 +Vertex 2005: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.167595 + Group: 'palm.02.L', Weight: 0.083424 + Group: 'palm.03.L', Weight: 0.714659 + Group: 'f_ring.01.L', Weight: 0.013131 +Vertex 2006: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.190647 + Group: 'thumb.01.L', Weight: 0.119594 + Group: 'palm.02.L', Weight: 0.669193 +Vertex 2007: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.136464 + Group: 'thumb.01.L', Weight: 0.619601 + Group: 'thumb.02.L', Weight: 0.080581 + Group: 'palm.02.L', Weight: 0.156278 +Vertex 2008: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.303793 + Group: 'thumb.01.L', Weight: 0.356061 + Group: 'palm.02.L', Weight: 0.310563 +Vertex 2009: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.462870 + Group: 'thumb.01.L', Weight: 0.163654 + Group: 'palm.02.L', Weight: 0.356283 +Vertex 2010: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.287111 + Group: 'thumb.01.L', Weight: 0.047166 + Group: 'palm.02.L', Weight: 0.654692 +Vertex 2011: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.882330 + Group: 'palm.03.L', Weight: 0.095301 +Vertex 2012: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.438157 + Group: 'palm.02.L', Weight: 0.529934 +Vertex 2013: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.623100 + Group: 'palm.02.L', Weight: 0.346661 +Vertex 2014: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.758596 + Group: 'palm.02.L', Weight: 0.182663 + Group: 'palm.03.L', Weight: 0.053763 +Vertex 2015: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.787859 + Group: 'palm.02.L', Weight: 0.127289 + Group: 'palm.03.L', Weight: 0.080617 +Vertex 2016: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.774099 + Group: 'palm.02.L', Weight: 0.060387 + Group: 'palm.03.L', Weight: 0.161710 +Vertex 2017: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.751366 + Group: 'palm.02.L', Weight: 0.042867 + Group: 'palm.03.L', Weight: 0.198209 +Vertex 2018: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.625614 + Group: 'thumb.01.L', Weight: 0.003522 + Group: 'palm.02.L', Weight: 0.334505 +Vertex 2019: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.776084 + Group: 'palm.02.L', Weight: 0.194068 +Vertex 2020: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.811993 + Group: 'palm.02.L', Weight: 0.030325 + Group: 'palm.03.L', Weight: 0.143277 +Vertex 2021: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.801533 + Group: 'palm.03.L', Weight: 0.170452 +Vertex 2022: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.832196 + Group: 'thumb.01.L', Weight: 0.078696 + Group: 'palm.02.L', Weight: 0.070495 +Vertex 2023: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.932708 + Group: 'palm.02.L', Weight: 0.008220 +Vertex 2024: +Vertex groups: 1 + Group: 'hand.L', Weight: 0.961628 +Vertex 2025: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.000925 + Group: 'hand.L', Weight: 0.923144 + Group: 'palm.03.L', Weight: 0.033094 +Vertex 2026: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.048776 + Group: 'hand.L', Weight: 0.891573 + Group: 'palm.03.L', Weight: 0.040741 +Vertex 2027: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.843776 + Group: 'palm.02.L', Weight: 0.046079 + Group: 'palm.03.L', Weight: 0.103839 +Vertex 2028: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.836079 + Group: 'palm.02.L', Weight: 0.103559 + Group: 'palm.03.L', Weight: 0.055292 +Vertex 2029: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.852829 + Group: 'palm.02.L', Weight: 0.113321 +Vertex 2030: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.805563 + Group: 'palm.02.L', Weight: 0.143627 + Group: 'palm.03.L', Weight: 0.039731 +Vertex 2031: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.653945 + Group: 'thumb.01.L', Weight: 0.247863 + Group: 'palm.02.L', Weight: 0.071044 +Vertex 2032: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.221798 + Group: 'thumb.01.L', Weight: 0.633062 + Group: 'thumb.02.L', Weight: 0.017282 + Group: 'palm.02.L', Weight: 0.101264 +Vertex 2033: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.403062 + Group: 'thumb.01.L', Weight: 0.413324 + Group: 'palm.02.L', Weight: 0.159426 +Vertex 2034: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.598538 + Group: 'thumb.01.L', Weight: 0.204518 + Group: 'palm.02.L', Weight: 0.179681 +Vertex 2035: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.051809 + Group: 'thumb.01.L', Weight: 0.407100 + Group: 'thumb.02.L', Weight: 0.199175 + Group: 'palm.02.L', Weight: 0.306340 + Group: 'palm.03.L', Weight: 0.036188 +Vertex 2036: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.064536 + Group: 'thumb.01.L', Weight: 0.641867 + Group: 'thumb.02.L', Weight: 0.189697 + Group: 'palm.02.L', Weight: 0.020693 + Group: 'palm.03.L', Weight: 0.063231 +Vertex 2037: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.002405 + Group: 'thumb.01.L', Weight: 0.739507 + Group: 'thumb.02.L', Weight: 0.207506 +Vertex 2038: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.022318 + Group: 'palm.03.L', Weight: 0.920870 +Vertex 2039: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.140333 + Group: 'palm.03.L', Weight: 0.729631 + Group: 'f_ring.01.L', Weight: 0.107101 +Vertex 2040: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.074592 + Group: 'palm.03.L', Weight: 0.762548 + Group: 'f_ring.01.L', Weight: 0.149628 +Vertex 2041: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.127469 + Group: 'palm.03.L', Weight: 0.766768 + Group: 'f_ring.01.L', Weight: 0.082553 +Vertex 2042: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.049811 + Group: 'palm.03.L', Weight: 0.835159 + Group: 'f_ring.01.L', Weight: 0.102178 +Vertex 2043: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.910619 + Group: 'f_ring.01.L', Weight: 0.038288 +Vertex 2044: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.038007 + Group: 'palm.03.L', Weight: 0.890844 + Group: 'f_ring.01.L', Weight: 0.006392 +Vertex 2045: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.064026 + Group: 'palm.03.L', Weight: 0.849781 + Group: 'f_ring.01.L', Weight: 0.061972 +Vertex 2046: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.111383 + Group: 'palm.03.L', Weight: 0.806513 + Group: 'f_ring.01.L', Weight: 0.053720 +Vertex 2047: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.091687 + Group: 'palm.03.L', Weight: 0.837099 + Group: 'f_ring.01.L', Weight: 0.014422 +Vertex 2048: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.001228 + Group: 'thumb.01.L', Weight: 0.006985 + Group: 'palm.02.L', Weight: 0.141437 + Group: 'palm.03.L', Weight: 0.772475 +Vertex 2049: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.053858 + Group: 'thumb.01.L', Weight: 0.064060 + Group: 'palm.02.L', Weight: 0.231507 + Group: 'palm.03.L', Weight: 0.617825 +Vertex 2050: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.766563 + Group: 'f_middle.01.L', Weight: 0.015192 + Group: 'palm.03.L', Weight: 0.153855 +Vertex 2051: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.082141 + Group: 'thumb.01.L', Weight: 0.145871 + Group: 'thumb.02.L', Weight: 0.052343 + Group: 'palm.02.L', Weight: 0.489054 + Group: 'palm.03.L', Weight: 0.222452 +Vertex 2052: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.590043 + Group: 'f_middle.01.L', Weight: 0.028009 + Group: 'palm.03.L', Weight: 0.315655 +Vertex 2053: +Vertex groups: 4 + Group: 'palm.02.L', Weight: 0.535040 + Group: 'f_middle.01.L', Weight: 0.015951 + Group: 'palm.03.L', Weight: 0.371350 + Group: 'f_ring.01.L', Weight: 0.008119 +Vertex 2054: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.600153 + Group: 'f_middle.01.L', Weight: 0.019206 + Group: 'palm.03.L', Weight: 0.314246 +Vertex 2055: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.454127 + Group: 'palm.03.L', Weight: 0.459681 + Group: 'f_ring.01.L', Weight: 0.010565 +Vertex 2056: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.014581 + Group: 'thumb.01.L', Weight: 0.053901 + Group: 'palm.02.L', Weight: 0.606761 + Group: 'palm.03.L', Weight: 0.267683 +Vertex 2057: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.750563 + Group: 'f_middle.01.L', Weight: 0.080175 + Group: 'palm.03.L', Weight: 0.138706 +Vertex 2058: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.800329 + Group: 'f_middle.01.L', Weight: 0.067848 + Group: 'palm.03.L', Weight: 0.107933 +Vertex 2059: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.720487 + Group: 'f_middle.01.L', Weight: 0.052587 + Group: 'palm.03.L', Weight: 0.191771 +Vertex 2060: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.241481 + Group: 'palm.03.L', Weight: 0.675819 + Group: 'f_ring.01.L', Weight: 0.026994 +Vertex 2061: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.362672 + Group: 'palm.03.L', Weight: 0.549652 +Vertex 2062: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.003613 + Group: 'palm.02.L', Weight: 0.515864 + Group: 'palm.03.L', Weight: 0.396128 +Vertex 2063: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.773552 + Group: 'f_middle.01.L', Weight: 0.108419 + Group: 'palm.03.L', Weight: 0.095675 +Vertex 2064: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.017292 + Group: 'thumb.01.L', Weight: 0.071831 + Group: 'thumb.02.L', Weight: 0.003011 + Group: 'palm.02.L', Weight: 0.686987 + Group: 'palm.03.L', Weight: 0.165052 +Vertex 2065: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.698096 + Group: 'f_middle.01.L', Weight: 0.017833 + Group: 'palm.03.L', Weight: 0.221100 +Vertex 2066: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.083483 + Group: 'thumb.01.L', Weight: 0.114270 + Group: 'thumb.02.L', Weight: 0.021003 + Group: 'palm.02.L', Weight: 0.391698 + Group: 'palm.03.L', Weight: 0.364957 +Vertex 2067: +Vertex groups: 4 + Group: 'thumb.01.L', Weight: 0.012236 + Group: 'palm.02.L', Weight: 0.816152 + Group: 'f_middle.01.L', Weight: 0.000186 + Group: 'palm.03.L', Weight: 0.097491 +Vertex 2068: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.046434 + Group: 'palm.02.L', Weight: 0.833164 + Group: 'palm.03.L', Weight: 0.059209 +Vertex 2069: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.002379 + Group: 'thumb.01.L', Weight: 0.052712 + Group: 'palm.02.L', Weight: 0.870961 +Vertex 2070: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.045844 + Group: 'thumb.01.L', Weight: 0.142933 + Group: 'thumb.02.L', Weight: 0.056595 + Group: 'palm.02.L', Weight: 0.620327 + Group: 'palm.03.L', Weight: 0.124385 +Vertex 2071: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.032990 + Group: 'thumb.01.L', Weight: 0.168151 + Group: 'thumb.02.L', Weight: 0.068196 + Group: 'palm.02.L', Weight: 0.662045 + Group: 'palm.03.L', Weight: 0.054938 +Vertex 2072: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.007303 + Group: 'thumb.01.L', Weight: 0.081398 + Group: 'thumb.02.L', Weight: 0.012430 + Group: 'palm.02.L', Weight: 0.755642 + Group: 'palm.03.L', Weight: 0.088431 +Vertex 2073: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.009569 + Group: 'thumb.01.L', Weight: 0.092463 + Group: 'thumb.02.L', Weight: 0.016934 + Group: 'palm.02.L', Weight: 0.796859 + Group: 'palm.03.L', Weight: 0.023570 +Vertex 2074: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.080970 + Group: 'thumb.01.L', Weight: 0.219775 + Group: 'thumb.02.L', Weight: 0.087234 + Group: 'palm.02.L', Weight: 0.481178 + Group: 'palm.03.L', Weight: 0.126772 +Vertex 2075: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.052475 + Group: 'thumb.01.L', Weight: 0.269766 + Group: 'thumb.02.L', Weight: 0.117148 + Group: 'palm.02.L', Weight: 0.511773 + Group: 'palm.03.L', Weight: 0.048342 +Vertex 2076: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.069035 + Group: 'thumb.01.L', Weight: 0.112924 + Group: 'thumb.02.L', Weight: 0.002225 + Group: 'palm.02.L', Weight: 0.775287 +Vertex 2077: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.070286 + Group: 'thumb.01.L', Weight: 0.184481 + Group: 'thumb.02.L', Weight: 0.052309 + Group: 'palm.02.L', Weight: 0.669387 +Vertex 2078: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.075335 + Group: 'thumb.01.L', Weight: 0.294359 + Group: 'thumb.02.L', Weight: 0.097915 + Group: 'palm.02.L', Weight: 0.508730 +Vertex 2079: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.977791 +Vertex 2080: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.978572 +Vertex 2081: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.988613 +Vertex 2082: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.975277 +Vertex 2083: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.990084 +Vertex 2084: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.988964 +Vertex 2085: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.985470 +Vertex 2086: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.974200 +Vertex 2087: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.984524 +Vertex 2088: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.989062 +Vertex 2089: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.991098 +Vertex 2090: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.989078 +Vertex 2091: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.951362 + Group: 'hand.L', Weight: 0.015733 +Vertex 2092: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.975311 +Vertex 2093: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.968883 +Vertex 2094: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.966203 +Vertex 2095: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.975196 +Vertex 2096: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.967157 + Group: 'hand.L', Weight: 0.008597 +Vertex 2097: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.979075 +Vertex 2098: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.954048 + Group: 'hand.L', Weight: 0.017292 +Vertex 2099: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.963720 + Group: 'hand.L', Weight: 0.001604 +Vertex 2100: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.967066 + Group: 'hand.L', Weight: 0.006024 +Vertex 2101: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.979401 +Vertex 2102: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.968539 + Group: 'hand.L', Weight: 0.007731 +Vertex 2103: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.077690 + Group: 'thumb.01.L', Weight: 0.359027 + Group: 'thumb.02.L', Weight: 0.155685 + Group: 'palm.02.L', Weight: 0.312432 + Group: 'palm.03.L', Weight: 0.097145 +Vertex 2104: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.001978 + Group: 'thumb.01.L', Weight: 0.468279 + Group: 'thumb.02.L', Weight: 0.393838 + Group: 'palm.02.L', Weight: 0.115988 +Vertex 2105: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.115922 + Group: 'thumb.02.L', Weight: 0.868523 +Vertex 2106: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.071226 + Group: 'thumb.02.L', Weight: 0.911166 +Vertex 2107: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.902109 + Group: 'thumb.03.L', Weight: 0.080403 +Vertex 2108: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.005824 + Group: 'thumb.01.L', Weight: 0.434176 + Group: 'thumb.02.L', Weight: 0.460455 + Group: 'palm.02.L', Weight: 0.042461 + Group: 'palm.03.L', Weight: 0.010549 +Vertex 2109: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.082941 + Group: 'thumb.01.L', Weight: 0.491672 + Group: 'thumb.02.L', Weight: 0.193984 + Group: 'palm.02.L', Weight: 0.133498 + Group: 'palm.03.L', Weight: 0.098952 +Vertex 2110: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.110364 + Group: 'thumb.01.L', Weight: 0.371604 + Group: 'thumb.02.L', Weight: 0.147995 + Group: 'palm.02.L', Weight: 0.237870 + Group: 'palm.03.L', Weight: 0.132186 +Vertex 2111: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.060059 + Group: 'thumb.01.L', Weight: 0.530612 + Group: 'thumb.02.L', Weight: 0.258328 + Group: 'palm.02.L', Weight: 0.081985 + Group: 'palm.03.L', Weight: 0.067848 +Vertex 2112: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.239551 + Group: 'thumb.02.L', Weight: 0.707628 + Group: 'palm.02.L', Weight: 0.006744 +Vertex 2113: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.051955 + Group: 'thumb.02.L', Weight: 0.823810 + Group: 'thumb.03.L', Weight: 0.114459 +Vertex 2114: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.825312 + Group: 'thumb.03.L', Weight: 0.148022 +Vertex 2115: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.054409 + Group: 'thumb.01.L', Weight: 0.600275 + Group: 'thumb.02.L', Weight: 0.182780 + Group: 'palm.02.L', Weight: 0.157591 +Vertex 2116: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.115528 + Group: 'thumb.01.L', Weight: 0.738027 + Group: 'thumb.02.L', Weight: 0.065613 + Group: 'palm.02.L', Weight: 0.073095 +Vertex 2117: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.141365 + Group: 'thumb.01.L', Weight: 0.437677 + Group: 'thumb.02.L', Weight: 0.064600 + Group: 'palm.02.L', Weight: 0.343755 +Vertex 2118: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.124255 + Group: 'thumb.01.L', Weight: 0.308221 + Group: 'thumb.02.L', Weight: 0.053158 + Group: 'palm.02.L', Weight: 0.499923 +Vertex 2119: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.209433 + Group: 'thumb.01.L', Weight: 0.254031 + Group: 'palm.02.L', Weight: 0.502269 +Vertex 2120: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.720065 + Group: 'hand.L', Weight: 0.260359 +Vertex 2121: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.322503 + Group: 'hand.L', Weight: 0.642295 +Vertex 2122: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.165083 + Group: 'hand.L', Weight: 0.772276 + Group: 'thumb.01.L', Weight: 0.016702 + Group: 'palm.03.L', Weight: 0.004060 +Vertex 2123: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.884937 + Group: 'hand.L', Weight: 0.104748 +Vertex 2124: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.107528 + Group: 'hand.L', Weight: 0.809020 + Group: 'thumb.01.L', Weight: 0.027026 + Group: 'palm.03.L', Weight: 0.033863 +Vertex 2125: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2126: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2127: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2128: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.105281 + Group: 'f_middle.02.L', Weight: 0.894711 +Vertex 2129: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.035285 + Group: 'f_middle.02.L', Weight: 0.957342 +Vertex 2130: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.995117 +Vertex 2131: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.060672 + Group: 'f_middle.01.L', Weight: 0.938486 +Vertex 2132: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2133: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999547 +Vertex 2134: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.791277 + Group: 'f_middle.01.L', Weight: 0.146409 + Group: 'palm.03.L', Weight: 0.049087 +Vertex 2135: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.042822 + Group: 'palm.02.L', Weight: 0.943514 +Vertex 2136: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.991228 +Vertex 2137: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.983149 +Vertex 2138: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.150941 + Group: 'f_middle.01.L', Weight: 0.841808 +Vertex 2139: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.943804 + Group: 'f_middle.01.L', Weight: 0.048872 +Vertex 2140: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.994511 +Vertex 2141: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.998732 +Vertex 2142: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.715593 + Group: 'f_middle.01.L', Weight: 0.063925 + Group: 'palm.03.L', Weight: 0.180713 +Vertex 2143: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.003662 + Group: 'palm.02.L', Weight: 0.629526 + Group: 'f_middle.01.L', Weight: 0.039566 + Group: 'palm.03.L', Weight: 0.271958 +Vertex 2144: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.682272 + Group: 'f_middle.01.L', Weight: 0.051994 + Group: 'palm.03.L', Weight: 0.222386 +Vertex 2145: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.210334 + Group: 'palm.02.L', Weight: 0.660132 + Group: 'palm.03.L', Weight: 0.118365 +Vertex 2146: +Vertex groups: 4 + Group: 'palm.02.L', Weight: 0.448475 + Group: 'f_middle.01.L', Weight: 0.003492 + Group: 'palm.03.L', Weight: 0.454599 + Group: 'f_ring.01.L', Weight: 0.026698 +Vertex 2147: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.278268 + Group: 'palm.03.L', Weight: 0.618456 + Group: 'f_ring.01.L', Weight: 0.061589 +Vertex 2148: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.340866 + Group: 'palm.03.L', Weight: 0.564914 + Group: 'f_ring.01.L', Weight: 0.044173 +Vertex 2149: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.314740 + Group: 'palm.02.L', Weight: 0.294370 + Group: 'palm.03.L', Weight: 0.370567 +Vertex 2150: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999514 +Vertex 2151: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999612 +Vertex 2152: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999570 +Vertex 2153: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.046756 + Group: 'f_ring.02.L', Weight: 0.951601 +Vertex 2154: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.000196 + Group: 'f_ring.02.L', Weight: 0.974892 +Vertex 2155: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.987439 +Vertex 2156: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.989789 +Vertex 2157: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999334 +Vertex 2158: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999580 +Vertex 2159: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.912446 + Group: 'f_ring.01.L', Weight: 0.072803 +Vertex 2160: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.029571 + Group: 'palm.03.L', Weight: 0.751960 + Group: 'f_ring.01.L', Weight: 0.200885 +Vertex 2161: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.960812 + Group: 'f_ring.02.L', Weight: 0.027961 +Vertex 2162: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.887697 + Group: 'f_ring.02.L', Weight: 0.111912 +Vertex 2163: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.071552 + Group: 'f_ring.01.L', Weight: 0.923166 +Vertex 2164: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.084764 + Group: 'f_ring.01.L', Weight: 0.913037 +Vertex 2165: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.998114 +Vertex 2166: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.998766 +Vertex 2167: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.032926 + Group: 'palm.03.L', Weight: 0.935202 +Vertex 2168: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.696983 + Group: 'thumb.01.L', Weight: 0.005122 + Group: 'palm.03.L', Weight: 0.250266 +Vertex 2169: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.058595 + Group: 'hand.L', Weight: 0.812439 + Group: 'thumb.01.L', Weight: 0.029112 + Group: 'palm.03.L', Weight: 0.084954 +Vertex 2170: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.051305 + Group: 'thumb.01.L', Weight: 0.079606 + Group: 'thumb.02.L', Weight: 0.003068 + Group: 'palm.02.L', Weight: 0.498625 + Group: 'palm.03.L', Weight: 0.329278 +Vertex 2171: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.018045 + Group: 'palm.02.L', Weight: 0.691011 + Group: 'palm.03.L', Weight: 0.213434 +Vertex 2172: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.341961 + Group: 'palm.02.L', Weight: 0.582376 + Group: 'palm.03.L', Weight: 0.071045 +Vertex 2173: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.150684 + Group: 'palm.02.L', Weight: 0.825936 +Vertex 2174: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.525515 + Group: 'palm.02.L', Weight: 0.198797 + Group: 'palm.03.L', Weight: 0.266254 +Vertex 2175: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.127702 + Group: 'thumb.01.L', Weight: 0.086152 + Group: 'palm.02.L', Weight: 0.767146 +Vertex 2176: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.198568 + Group: 'thumb.01.L', Weight: 0.020882 + Group: 'palm.02.L', Weight: 0.757260 +Vertex 2177: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.353178 + Group: 'thumb.01.L', Weight: 0.012000 + Group: 'palm.02.L', Weight: 0.606007 +Vertex 2178: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.714014 + Group: 'palm.02.L', Weight: 0.246619 + Group: 'palm.03.L', Weight: 0.015102 +Vertex 2179: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.793394 + Group: 'palm.02.L', Weight: 0.086437 + Group: 'palm.03.L', Weight: 0.116295 +Vertex 2180: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.638149 + Group: 'thumb.01.L', Weight: 0.033883 + Group: 'palm.02.L', Weight: 0.308507 +Vertex 2181: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.835901 + Group: 'palm.02.L', Weight: 0.132604 +Vertex 2182: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.301353 + Group: 'palm.02.L', Weight: 0.673251 +Vertex 2183: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.412217 + Group: 'palm.02.L', Weight: 0.556598 +Vertex 2184: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.649469 + Group: 'palm.02.L', Weight: 0.269819 + Group: 'palm.03.L', Weight: 0.076174 +Vertex 2185: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.691045 + Group: 'palm.02.L', Weight: 0.184533 + Group: 'palm.03.L', Weight: 0.119738 +Vertex 2186: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.671285 + Group: 'palm.02.L', Weight: 0.075932 + Group: 'palm.03.L', Weight: 0.248564 +Vertex 2187: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.656084 + Group: 'palm.02.L', Weight: 0.038018 + Group: 'palm.03.L', Weight: 0.296143 +Vertex 2188: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.830599 + Group: 'palm.02.L', Weight: 0.011567 + Group: 'palm.03.L', Weight: 0.133208 +Vertex 2189: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.896708 + Group: 'palm.02.L', Weight: 0.020652 + Group: 'palm.03.L', Weight: 0.062686 +Vertex 2190: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.857045 + Group: 'palm.02.L', Weight: 0.100646 + Group: 'palm.03.L', Weight: 0.021109 +Vertex 2191: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.851169 + Group: 'palm.02.L', Weight: 0.069580 + Group: 'palm.03.L', Weight: 0.074734 +Vertex 2192: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.896243 + Group: 'palm.02.L', Weight: 0.070409 +Vertex 2193: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.802025 + Group: 'palm.02.L', Weight: 0.160317 + Group: 'palm.03.L', Weight: 0.009472 +Vertex 2194: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.134917 + Group: 'palm.03.L', Weight: 0.748141 + Group: 'f_ring.01.L', Weight: 0.094051 +Vertex 2195: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.062342 + Group: 'palm.03.L', Weight: 0.795288 + Group: 'f_ring.01.L', Weight: 0.129684 +Vertex 2196: +Vertex groups: 4 + Group: 'palm.02.L', Weight: 0.497252 + Group: 'f_middle.01.L', Weight: 0.006949 + Group: 'palm.03.L', Weight: 0.412982 + Group: 'f_ring.01.L', Weight: 0.012555 +Vertex 2197: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.596129 + Group: 'f_middle.01.L', Weight: 0.025509 + Group: 'palm.03.L', Weight: 0.313725 +Vertex 2198: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.736687 + Group: 'f_middle.01.L', Weight: 0.066993 + Group: 'palm.03.L', Weight: 0.163698 +Vertex 2199: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.664877 + Group: 'f_middle.01.L', Weight: 0.034585 + Group: 'palm.03.L', Weight: 0.249718 +Vertex 2200: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.337383 + Group: 'palm.03.L', Weight: 0.577467 + Group: 'f_ring.01.L', Weight: 0.019502 +Vertex 2201: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.003031 + Group: 'palm.02.L', Weight: 0.237719 + Group: 'palm.03.L', Weight: 0.674384 +Vertex 2202: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.018180 + Group: 'thumb.01.L', Weight: 0.040171 + Group: 'palm.02.L', Weight: 0.353447 + Group: 'palm.03.L', Weight: 0.530605 +Vertex 2203: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.051561 + Group: 'thumb.01.L', Weight: 0.104059 + Group: 'thumb.02.L', Weight: 0.026356 + Group: 'palm.02.L', Weight: 0.597608 + Group: 'palm.03.L', Weight: 0.197114 +Vertex 2204: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.616663 + Group: 'palm.03.L', Weight: 0.300551 +Vertex 2205: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.785127 + Group: 'f_middle.01.L', Weight: 0.089112 + Group: 'palm.03.L', Weight: 0.103134 +Vertex 2206: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.048290 + Group: 'palm.02.L', Weight: 0.756918 + Group: 'palm.03.L', Weight: 0.131696 +Vertex 2207: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.063571 + Group: 'palm.02.L', Weight: 0.798016 + Group: 'palm.03.L', Weight: 0.073059 +Vertex 2208: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.021297 + Group: 'thumb.01.L', Weight: 0.126575 + Group: 'thumb.02.L', Weight: 0.046861 + Group: 'palm.02.L', Weight: 0.735691 + Group: 'palm.03.L', Weight: 0.041614 +Vertex 2209: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.024702 + Group: 'thumb.01.L', Weight: 0.109405 + Group: 'thumb.02.L', Weight: 0.035556 + Group: 'palm.02.L', Weight: 0.693053 + Group: 'palm.03.L', Weight: 0.106556 +Vertex 2210: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.005806 + Group: 'thumb.01.L', Weight: 0.070753 + Group: 'palm.02.L', Weight: 0.837885 + Group: 'palm.03.L', Weight: 0.004374 +Vertex 2211: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.072442 + Group: 'thumb.01.L', Weight: 0.082967 + Group: 'palm.02.L', Weight: 0.816340 +Vertex 2212: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.069830 + Group: 'thumb.01.L', Weight: 0.145576 + Group: 'thumb.02.L', Weight: 0.023933 + Group: 'palm.02.L', Weight: 0.727979 +Vertex 2213: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.108304 + Group: 'thumb.01.L', Weight: 0.180400 + Group: 'thumb.02.L', Weight: 0.013073 + Group: 'palm.02.L', Weight: 0.666298 +Vertex 2214: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.989052 +Vertex 2215: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.097710 + Group: 'palm.02.L', Weight: 0.369606 + Group: 'palm.03.L', Weight: 0.495024 +Vertex 2216: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.010781 + Group: 'palm.02.L', Weight: 0.382004 + Group: 'palm.03.L', Weight: 0.511282 + Group: 'f_ring.01.L', Weight: 0.046072 +Vertex 2217: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.094854 + Group: 'palm.02.L', Weight: 0.693089 + Group: 'palm.03.L', Weight: 0.186302 +Vertex 2218: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.020402 + Group: 'palm.02.L', Weight: 0.674775 + Group: 'f_middle.01.L', Weight: 0.050698 + Group: 'palm.03.L', Weight: 0.219372 +Vertex 2219: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.967376 + Group: 'hand.L', Weight: 0.007385 +Vertex 2220: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.000640 + Group: 'palm.02.L', Weight: 0.678205 + Group: 'f_middle.01.L', Weight: 0.053754 + Group: 'palm.03.L', Weight: 0.220949 +Vertex 2221: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.362499 + Group: 'palm.03.L', Weight: 0.537657 + Group: 'f_ring.01.L', Weight: 0.048378 +Vertex 2222: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.091341 + Group: 'thumb.01.L', Weight: 0.115385 + Group: 'palm.02.L', Weight: 0.760354 +Vertex 2223: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.886397 + Group: 'palm.02.L', Weight: 0.062420 + Group: 'palm.03.L', Weight: 0.040157 +Vertex 2224: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.700761 + Group: 'palm.02.L', Weight: 0.120889 + Group: 'palm.03.L', Weight: 0.173703 +Vertex 2225: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.571703 + Group: 'palm.02.L', Weight: 0.379562 + Group: 'palm.03.L', Weight: 0.037692 +Vertex 2226: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.242521 + Group: 'palm.02.L', Weight: 0.726768 +Vertex 2227: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.181584 + Group: 'thumb.01.L', Weight: 0.642423 + Group: 'thumb.02.L', Weight: 0.060446 + Group: 'palm.03.L', Weight: 0.091464 +Vertex 2228: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.135033 + Group: 'thumb.01.L', Weight: 0.609641 + Group: 'thumb.02.L', Weight: 0.093329 + Group: 'palm.02.L', Weight: 0.006460 + Group: 'palm.03.L', Weight: 0.126680 +Vertex 2229: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.080914 + Group: 'thumb.01.L', Weight: 0.431512 + Group: 'thumb.02.L', Weight: 0.155280 + Group: 'palm.02.L', Weight: 0.317200 +Vertex 2230: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.011010 + Group: 'thumb.02.L', Weight: 0.649240 + Group: 'thumb.03.L', Weight: 0.310794 +Vertex 2231: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.225463 + Group: 'thumb.02.L', Weight: 0.714452 + Group: 'thumb.03.L', Weight: 0.003814 +Vertex 2232: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.004098 + Group: 'thumb.02.L', Weight: 0.644354 + Group: 'thumb.03.L', Weight: 0.320194 +Vertex 2233: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.022088 + Group: 'thumb.02.L', Weight: 0.715531 + Group: 'thumb.03.L', Weight: 0.238356 +Vertex 2234: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.048353 + Group: 'thumb.01.L', Weight: 0.688014 + Group: 'thumb.02.L', Weight: 0.206819 + Group: 'palm.03.L', Weight: 0.018207 +Vertex 2235: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.228487 + Group: 'thumb.02.L', Weight: 0.733556 + Group: 'palm.02.L', Weight: 0.035967 +Vertex 2236: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.118630 + Group: 'thumb.02.L', Weight: 0.789004 + Group: 'thumb.03.L', Weight: 0.063997 +Vertex 2237: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.085967 + Group: 'thumb.03.L', Weight: 0.917992 +Vertex 2238: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.247461 + Group: 'thumb.03.L', Weight: 0.762813 +Vertex 2239: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.983834 +Vertex 2240: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.985250 +Vertex 2241: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.019659 + Group: 'thumb.03.L', Weight: 0.964767 +Vertex 2242: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.177295 + Group: 'thumb.03.L', Weight: 0.823284 +Vertex 2243: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 2244: +Vertex groups: 3 + Group: 'spine', Weight: 0.157332 + Group: 'spine.001', Weight: 0.689207 + Group: 'spine.002', Weight: 0.142942 +Vertex 2245: +Vertex groups: 3 + Group: 'spine', Weight: 0.153367 + Group: 'spine.001', Weight: 0.687854 + Group: 'spine.002', Weight: 0.148043 +Vertex 2246: +Vertex groups: 3 + Group: 'spine', Weight: 0.151600 + Group: 'spine.001', Weight: 0.683079 + Group: 'spine.002', Weight: 0.154163 +Vertex 2247: +Vertex groups: 3 + Group: 'spine', Weight: 0.110185 + Group: 'spine.001', Weight: 0.683652 + Group: 'spine.002', Weight: 0.194555 +Vertex 2248: +Vertex groups: 3 + Group: 'spine', Weight: 0.112345 + Group: 'spine.001', Weight: 0.706145 + Group: 'spine.002', Weight: 0.171321 +Vertex 2249: +Vertex groups: 3 + Group: 'spine', Weight: 0.086754 + Group: 'spine.001', Weight: 0.686590 + Group: 'spine.002', Weight: 0.215178 +Vertex 2250: +Vertex groups: 3 + Group: 'spine', Weight: 0.086270 + Group: 'spine.001', Weight: 0.686780 + Group: 'spine.002', Weight: 0.215487 +Vertex 2251: +Vertex groups: 3 + Group: 'spine', Weight: 0.086382 + Group: 'spine.001', Weight: 0.682458 + Group: 'spine.002', Weight: 0.219447 +Vertex 2252: +Vertex groups: 3 + Group: 'spine', Weight: 0.146737 + Group: 'spine.001', Weight: 0.720574 + Group: 'spine.002', Weight: 0.124076 +Vertex 2253: +Vertex groups: 3 + Group: 'spine', Weight: 0.145465 + Group: 'spine.001', Weight: 0.721487 + Group: 'spine.002', Weight: 0.124452 +Vertex 2254: +Vertex groups: 3 + Group: 'spine', Weight: 0.148725 + Group: 'spine.001', Weight: 0.718241 + Group: 'spine.002', Weight: 0.124340 +Vertex 2255: +Vertex groups: 4 + Group: 'spine', Weight: 0.079140 + Group: 'spine.001', Weight: 0.364446 + Group: 'spine.002', Weight: 0.498786 + Group: 'spine.003', Weight: 0.004426 +Vertex 2256: +Vertex groups: 4 + Group: 'spine', Weight: 0.017938 + Group: 'spine.001', Weight: 0.116056 + Group: 'spine.002', Weight: 0.660857 + Group: 'spine.003', Weight: 0.110406 +Vertex 2257: +Vertex groups: 3 + Group: 'spine', Weight: 0.081031 + Group: 'spine.001', Weight: 0.496362 + Group: 'spine.002', Weight: 0.395032 +Vertex 2258: +Vertex groups: 3 + Group: 'spine', Weight: 0.094078 + Group: 'spine.001', Weight: 0.589855 + Group: 'spine.002', Weight: 0.298775 +Vertex 2259: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.715826 + Group: 'spine.001', Weight: 0.131907 + Group: 'spine.003', Weight: 0.121435 + Group: 'spine', Weight: 0.020689 + Group: 'upper_arm.L', Weight: 0.010142 +Vertex 2260: +Vertex groups: 5 + Group: 'spine', Weight: 0.047689 + Group: 'spine.001', Weight: 0.181152 + Group: 'spine.002', Weight: 0.637658 + Group: 'spine.003', Weight: 0.069350 + Group: 'upper_arm.L', Weight: 0.007981 +Vertex 2261: +Vertex groups: 4 + Group: 'spine', Weight: 0.059935 + Group: 'spine.001', Weight: 0.249062 + Group: 'spine.002', Weight: 0.596626 + Group: 'spine.003', Weight: 0.043054 +Vertex 2262: +Vertex groups: 3 + Group: 'spine', Weight: 0.096393 + Group: 'spine.001', Weight: 0.584554 + Group: 'spine.002', Weight: 0.300679 +Vertex 2263: +Vertex groups: 3 + Group: 'spine', Weight: 0.090024 + Group: 'spine.001', Weight: 0.561188 + Group: 'spine.002', Weight: 0.327340 +Vertex 2264: +Vertex groups: 3 + Group: 'spine', Weight: 0.088733 + Group: 'spine.001', Weight: 0.602039 + Group: 'spine.002', Weight: 0.292906 +Vertex 2265: +Vertex groups: 3 + Group: 'spine', Weight: 0.087817 + Group: 'spine.001', Weight: 0.620393 + Group: 'spine.002', Weight: 0.276481 +Vertex 2266: +Vertex groups: 3 + Group: 'spine', Weight: 0.089172 + Group: 'spine.001', Weight: 0.629901 + Group: 'spine.002', Weight: 0.266123 +Vertex 2267: +Vertex groups: 4 + Group: 'spine', Weight: 0.070042 + Group: 'spine.001', Weight: 0.308323 + Group: 'spine.002', Weight: 0.547772 + Group: 'spine.003', Weight: 0.020925 +Vertex 2268: +Vertex groups: 4 + Group: 'spine', Weight: 0.008644 + Group: 'spine.001', Weight: 0.225399 + Group: 'spine.002', Weight: 0.694816 + Group: 'spine.003', Weight: 0.006647 +Vertex 2269: +Vertex groups: 3 + Group: 'spine', Weight: 0.053494 + Group: 'spine.001', Weight: 0.565569 + Group: 'spine.002', Weight: 0.363574 +Vertex 2270: +Vertex groups: 3 + Group: 'spine', Weight: 0.040923 + Group: 'spine.001', Weight: 0.532298 + Group: 'spine.002', Weight: 0.403755 +Vertex 2271: +Vertex groups: 3 + Group: 'spine', Weight: 0.051435 + Group: 'spine.001', Weight: 0.438761 + Group: 'spine.002', Weight: 0.485346 +Vertex 2272: +Vertex groups: 3 + Group: 'spine', Weight: 0.054839 + Group: 'spine.001', Weight: 0.533340 + Group: 'spine.002', Weight: 0.391958 +Vertex 2273: +Vertex groups: 3 + Group: 'spine', Weight: 0.054393 + Group: 'spine.001', Weight: 0.488345 + Group: 'spine.002', Weight: 0.435267 +Vertex 2274: +Vertex groups: 3 + Group: 'spine', Weight: 0.051614 + Group: 'spine.001', Weight: 0.560497 + Group: 'spine.002', Weight: 0.370511 +Vertex 2275: +Vertex groups: 3 + Group: 'spine', Weight: 0.053582 + Group: 'spine.001', Weight: 0.556526 + Group: 'spine.002', Weight: 0.371601 +Vertex 2276: +Vertex groups: 3 + Group: 'spine', Weight: 0.038169 + Group: 'spine.001', Weight: 0.357785 + Group: 'spine.002', Weight: 0.567426 +Vertex 2277: +Vertex groups: 3 + Group: 'spine', Weight: 0.055729 + Group: 'spine.001', Weight: 0.515481 + Group: 'spine.002', Weight: 0.408076 +Vertex 2278: +Vertex groups: 3 + Group: 'spine', Weight: 0.045833 + Group: 'spine.001', Weight: 0.544317 + Group: 'spine.002', Weight: 0.389785 +Vertex 2279: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.128630 + Group: 'spine.002', Weight: 0.764515 + Group: 'spine.003', Weight: 0.050807 +Vertex 2280: +Vertex groups: 3 + Group: 'spine', Weight: 0.062129 + Group: 'spine.001', Weight: 0.468236 + Group: 'spine.002', Weight: 0.447164 +Vertex 2281: +Vertex groups: 3 + Group: 'spine', Weight: 0.067148 + Group: 'spine.001', Weight: 0.523377 + Group: 'spine.002', Weight: 0.389459 +Vertex 2282: +Vertex groups: 3 + Group: 'spine', Weight: 0.000986 + Group: 'spine.001', Weight: 0.292315 + Group: 'spine.002', Weight: 0.649126 +Vertex 2283: +Vertex groups: 3 + Group: 'spine', Weight: 0.022968 + Group: 'spine.001', Weight: 0.361254 + Group: 'spine.002', Weight: 0.572622 +Vertex 2284: +Vertex groups: 3 + Group: 'spine', Weight: 0.052971 + Group: 'spine.001', Weight: 0.462109 + Group: 'spine.002', Weight: 0.461724 +Vertex 2285: +Vertex groups: 3 + Group: 'spine', Weight: 0.005969 + Group: 'spine.001', Weight: 0.312791 + Group: 'spine.002', Weight: 0.626628 +Vertex 2286: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.106346 + Group: 'spine.002', Weight: 0.688712 + Group: 'spine.003', Weight: 0.081698 + Group: 'shoulder.L', Weight: 0.009361 + Group: 'upper_arm.L', Weight: 0.061522 +Vertex 2287: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.627915 + Group: 'spine.003', Weight: 0.245744 + Group: 'spine.001', Weight: 0.065846 + Group: 'shoulder.R', Weight: 0.030248 + Group: 'shoulder.L', Weight: 0.030247 +Vertex 2288: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.156072 + Group: 'spine.002', Weight: 0.743782 + Group: 'spine.003', Weight: 0.034438 +Vertex 2289: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.125541 + Group: 'spine.002', Weight: 0.727687 + Group: 'spine.003', Weight: 0.057659 + Group: 'upper_arm.L', Weight: 0.035265 +Vertex 2290: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.056144 + Group: 'spine.002', Weight: 0.486369 + Group: 'spine.003', Weight: 0.263162 + Group: 'shoulder.L', Weight: 0.067749 + Group: 'upper_arm.L', Weight: 0.064950 +Vertex 2291: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.081994 + Group: 'spine.002', Weight: 0.593023 + Group: 'spine.003', Weight: 0.161194 + Group: 'shoulder.L', Weight: 0.052060 + Group: 'upper_arm.L', Weight: 0.066162 +Vertex 2292: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.094742 + Group: 'spine.002', Weight: 0.638965 + Group: 'spine.003', Weight: 0.118525 + Group: 'shoulder.L', Weight: 0.033391 + Group: 'upper_arm.L', Weight: 0.068802 +Vertex 2293: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.101964 + Group: 'spine.002', Weight: 0.665405 + Group: 'spine.003', Weight: 0.097096 + Group: 'shoulder.L', Weight: 0.020421 + Group: 'upper_arm.L', Weight: 0.065815 +Vertex 2294: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.085124 + Group: 'Head', Weight: 0.911654 +Vertex 2295: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086409 + Group: 'Head', Weight: 0.910365 +Vertex 2296: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082596 + Group: 'Head', Weight: 0.914199 +Vertex 2297: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.154121 + Group: 'Head', Weight: 0.839491 +Vertex 2298: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165709 + Group: 'Head', Weight: 0.828103 +Vertex 2299: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165504 + Group: 'Head', Weight: 0.828663 +Vertex 2300: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155291 + Group: 'Head', Weight: 0.839335 +Vertex 2301: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133880 + Group: 'Head', Weight: 0.861322 +Vertex 2302: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123022 + Group: 'Head', Weight: 0.872430 +Vertex 2303: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111958 + Group: 'Head', Weight: 0.883709 +Vertex 2304: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099577 + Group: 'Head', Weight: 0.896167 +Vertex 2305: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098473 + Group: 'Head', Weight: 0.896982 +Vertex 2306: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103937 + Group: 'Head', Weight: 0.891109 +Vertex 2307: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113956 + Group: 'Head', Weight: 0.880619 +Vertex 2308: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133220 + Group: 'Head', Weight: 0.860725 +Vertex 2309: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124055 + Group: 'Head', Weight: 0.870088 +Vertex 2310: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141531 + Group: 'Head', Weight: 0.852243 +Vertex 2311: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142622 + Group: 'Head', Weight: 0.852364 +Vertex 2312: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148503 + Group: 'Head', Weight: 0.846321 +Vertex 2313: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150723 + Group: 'Head', Weight: 0.843138 +Vertex 2314: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161240 + Group: 'Head', Weight: 0.832768 +Vertex 2315: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.160039 + Group: 'Head', Weight: 0.834282 +Vertex 2316: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150785 + Group: 'Head', Weight: 0.843915 +Vertex 2317: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132111 + Group: 'Head', Weight: 0.863057 +Vertex 2318: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124856 + Group: 'Head', Weight: 0.870470 +Vertex 2319: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115741 + Group: 'Head', Weight: 0.879745 +Vertex 2320: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105365 + Group: 'Head', Weight: 0.890161 +Vertex 2321: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104969 + Group: 'Head', Weight: 0.890265 +Vertex 2322: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111311 + Group: 'Head', Weight: 0.883537 +Vertex 2323: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.121916 + Group: 'Head', Weight: 0.872545 +Vertex 2324: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132739 + Group: 'Head', Weight: 0.861409 +Vertex 2325: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127087 + Group: 'Head', Weight: 0.867199 +Vertex 2326: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139867 + Group: 'Head', Weight: 0.854127 +Vertex 2327: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139116 + Group: 'Head', Weight: 0.855888 +Vertex 2328: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144933 + Group: 'Head', Weight: 0.849923 +Vertex 2329: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155604 + Group: 'Head', Weight: 0.837876 +Vertex 2330: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108891 + Group: 'Head', Weight: 0.885704 +Vertex 2331: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101871 + Group: 'Head', Weight: 0.893176 +Vertex 2332: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118894 + Group: 'Head', Weight: 0.875175 +Vertex 2333: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128669 + Group: 'Head', Weight: 0.865183 +Vertex 2334: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141188 + Group: 'Head', Weight: 0.852460 +Vertex 2335: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.167857 + Group: 'Head', Weight: 0.825831 +Vertex 2336: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166153 + Group: 'Head', Weight: 0.827969 +Vertex 2337: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155663 + Group: 'Head', Weight: 0.838944 +Vertex 2338: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095648 + Group: 'Head', Weight: 0.899889 +Vertex 2339: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095431 + Group: 'Head', Weight: 0.900464 +Vertex 2340: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107329 + Group: 'Head', Weight: 0.888496 +Vertex 2341: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119805 + Group: 'Head', Weight: 0.875769 +Vertex 2342: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131994 + Group: 'Head', Weight: 0.863300 +Vertex 2343: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146676 + Group: 'Head', Weight: 0.848224 +Vertex 2344: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139689 + Group: 'Head', Weight: 0.855411 +Vertex 2345: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101069 + Group: 'Head', Weight: 0.894817 +Vertex 2346: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098371 + Group: 'Head', Weight: 0.897608 +Vertex 2347: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104757 + Group: 'Head', Weight: 0.890992 +Vertex 2348: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088506 + Group: 'Head', Weight: 0.907844 +Vertex 2349: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109390 + Group: 'Head', Weight: 0.886154 +Vertex 2350: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2351: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2352: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2353: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2354: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2355: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2356: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2357: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2358: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2359: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2360: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2361: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2362: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2363: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2364: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2365: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2366: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2367: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2368: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2370: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2372: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2373: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2374: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2375: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2376: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2377: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2378: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2379: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2380: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2381: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2382: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2383: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.865204 + Group: 'f_middle.02.L', Weight: 0.133564 +Vertex 2384: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.901075 + Group: 'f_middle.02.L', Weight: 0.098779 +Vertex 2385: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.874365 + Group: 'f_middle.02.L', Weight: 0.125195 +Vertex 2386: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.957049 + Group: 'f_middle.02.L', Weight: 0.035052 +Vertex 2387: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.828876 + Group: 'f_middle.02.L', Weight: 0.170537 +Vertex 2388: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.857761 + Group: 'f_middle.02.L', Weight: 0.142457 +Vertex 2389: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.916974 + Group: 'f_middle.02.L', Weight: 0.083159 +Vertex 2390: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.960783 + Group: 'f_middle.02.L', Weight: 0.028005 +Vertex 2391: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.877555 + Group: 'f_middle.02.L', Weight: 0.122514 +Vertex 2392: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.957608 + Group: 'f_middle.02.L', Weight: 0.034157 +Vertex 2393: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999425 +Vertex 2394: +Vertex groups: 3 + Group: 'spine', Weight: 0.835656 + Group: 'spine.001', Weight: 0.088611 + Group: 'spine1', Weight: 0.048552 +Vertex 2395: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.115407 + Group: 'spine.003', Weight: 0.395060 + Group: 'shoulder.L', Weight: 0.040753 + Group: 'shoulder.R', Weight: 0.368169 + Group: 'upper_arm.R', Weight: 0.051656 +Vertex 2396: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.068780 + Group: 'spine.003', Weight: 0.267384 + Group: 'shoulder.L', Weight: 0.055498 + Group: 'shoulder.R', Weight: 0.534719 + Group: 'upper_arm.R', Weight: 0.035398 +Vertex 2397: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089035 + Group: 'spine.003', Weight: 0.177600 + Group: 'shoulder.R', Weight: 0.151872 + Group: 'upper_arm.R', Weight: 0.568838 +Vertex 2398: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107714 + Group: 'spine.003', Weight: 0.181570 + Group: 'shoulder.R', Weight: 0.136085 + Group: 'upper_arm.R', Weight: 0.561274 +Vertex 2399: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.115103 + Group: 'spine.003', Weight: 0.187310 + Group: 'shoulder.R', Weight: 0.101247 + Group: 'upper_arm.R', Weight: 0.582195 +Vertex 2400: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131041 + Group: 'spine.003', Weight: 0.175149 + Group: 'shoulder.R', Weight: 0.085877 + Group: 'upper_arm.R', Weight: 0.591059 +Vertex 2401: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.172424 + Group: 'spine.003', Weight: 0.286623 + Group: 'shoulder.R', Weight: 0.101673 + Group: 'upper_arm.R', Weight: 0.419573 +Vertex 2402: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.200339 + Group: 'spine.003', Weight: 0.251632 + Group: 'shoulder.R', Weight: 0.092867 + Group: 'upper_arm.R', Weight: 0.430770 +Vertex 2403: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.213220 + Group: 'spine.003', Weight: 0.310429 + Group: 'shoulder.R', Weight: 0.107279 + Group: 'upper_arm.R', Weight: 0.347047 +Vertex 2404: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099978 + Group: 'spine.003', Weight: 0.209668 + Group: 'shoulder.R', Weight: 0.173508 + Group: 'upper_arm.R', Weight: 0.502421 +Vertex 2405: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.021375 + Group: 'spine.003', Weight: 0.081696 + Group: 'shoulder.R', Weight: 0.323239 + Group: 'upper_arm.R', Weight: 0.547746 +Vertex 2406: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.048437 + Group: 'spine.003', Weight: 0.118014 + Group: 'shoulder.R', Weight: 0.457419 + Group: 'upper_arm.R', Weight: 0.358556 +Vertex 2407: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.762455 + Group: 'upper_arm.R', Weight: 0.193785 +Vertex 2408: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.040194 + Group: 'shoulder.R', Weight: 0.797044 + Group: 'upper_arm.R', Weight: 0.118770 +Vertex 2409: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.046895 + Group: 'spine.004', Weight: 0.052870 + Group: 'shoulder.R', Weight: 0.608208 + Group: 'upper_arm.R', Weight: 0.234217 +Vertex 2410: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.085327 + Group: 'spine.003', Weight: 0.132797 + Group: 'shoulder.R', Weight: 0.333206 + Group: 'upper_arm.R', Weight: 0.392886 +Vertex 2411: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131724 + Group: 'spine.003', Weight: 0.162370 + Group: 'shoulder.R', Weight: 0.285294 + Group: 'upper_arm.R', Weight: 0.369499 +Vertex 2412: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.129777 + Group: 'spine.003', Weight: 0.143587 + Group: 'shoulder.R', Weight: 0.158615 + Group: 'upper_arm.R', Weight: 0.545842 +Vertex 2413: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.010031 + Group: 'spine.004', Weight: 0.076530 + Group: 'shoulder.R', Weight: 0.662397 + Group: 'upper_arm.R', Weight: 0.183965 +Vertex 2414: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.083912 + Group: 'shoulder.R', Weight: 0.688165 + Group: 'upper_arm.R', Weight: 0.181238 +Vertex 2415: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.247819 + Group: 'spine.003', Weight: 0.245381 + Group: 'shoulder.R', Weight: 0.121381 + Group: 'upper_arm.R', Weight: 0.347910 +Vertex 2416: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.203329 + Group: 'spine.003', Weight: 0.231960 + Group: 'shoulder.R', Weight: 0.242459 + Group: 'upper_arm.R', Weight: 0.257295 +Vertex 2417: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.127110 + Group: 'spine.003', Weight: 0.207992 + Group: 'shoulder.L', Weight: 0.005168 + Group: 'shoulder.R', Weight: 0.279028 + Group: 'upper_arm.R', Weight: 0.309947 +Vertex 2418: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.057672 + Group: 'spine.004', Weight: 0.119274 + Group: 'shoulder.L', Weight: 0.040170 + Group: 'shoulder.R', Weight: 0.616169 + Group: 'upper_arm.R', Weight: 0.121978 +Vertex 2419: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.188897 + Group: 'shoulder.L', Weight: 0.006318 + Group: 'shoulder.R', Weight: 0.620573 + Group: 'upper_arm.R', Weight: 0.095450 +Vertex 2420: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.121891 + Group: 'shoulder.R', Weight: 0.714065 + Group: 'upper_arm.R', Weight: 0.112689 +Vertex 2421: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037592 + Group: 'spine.002', Weight: 0.615609 + Group: 'spine.003', Weight: 0.136524 + Group: 'shoulder.R', Weight: 0.047577 + Group: 'upper_arm.R', Weight: 0.140063 +Vertex 2422: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040045 + Group: 'spine.002', Weight: 0.540477 + Group: 'spine.003', Weight: 0.165664 + Group: 'shoulder.R', Weight: 0.068284 + Group: 'upper_arm.R', Weight: 0.159373 +Vertex 2423: +Vertex groups: 3 + Group: 'spine', Weight: 0.055545 + Group: 'spine.001', Weight: 0.335872 + Group: 'spine.002', Weight: 0.567362 +Vertex 2424: +Vertex groups: 5 + Group: 'spine', Weight: 0.053969 + Group: 'spine.001', Weight: 0.240867 + Group: 'spine.002', Weight: 0.617441 + Group: 'spine.003', Weight: 0.032999 + Group: 'upper_arm.R', Weight: 0.002919 +Vertex 2425: +Vertex groups: 3 + Group: 'spine', Weight: 0.225107 + Group: 'spine.001', Weight: 0.628855 + Group: 'spine.002', Weight: 0.132525 +Vertex 2426: +Vertex groups: 3 + Group: 'spine', Weight: 0.228771 + Group: 'spine.001', Weight: 0.591053 + Group: 'spine.002', Weight: 0.160404 +Vertex 2427: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.025627 + Group: 'spine.002', Weight: 0.624370 + Group: 'spine.003', Weight: 0.170239 + Group: 'shoulder.R', Weight: 0.047111 + Group: 'upper_arm.R', Weight: 0.106223 +Vertex 2428: +Vertex groups: 3 + Group: 'spine', Weight: 0.072265 + Group: 'spine.001', Weight: 0.507898 + Group: 'spine.002', Weight: 0.399332 +Vertex 2429: +Vertex groups: 3 + Group: 'spine', Weight: 0.273862 + Group: 'spine.001', Weight: 0.615482 + Group: 'spine.002', Weight: 0.099213 +Vertex 2430: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.053127 + Group: 'spine.002', Weight: 0.782426 + Group: 'spine.003', Weight: 0.100473 +Vertex 2431: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.030209 + Group: 'spine.002', Weight: 0.657479 + Group: 'spine.003', Weight: 0.183054 + Group: 'shoulder.R', Weight: 0.038029 + Group: 'upper_arm.R', Weight: 0.061578 +Vertex 2432: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.067277 + Group: 'spine.003', Weight: 0.191445 + Group: 'shoulder.R', Weight: 0.579370 + Group: 'upper_arm.R', Weight: 0.123812 +Vertex 2433: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.036560 + Group: 'spine.003', Weight: 0.135337 + Group: 'shoulder.R', Weight: 0.698336 + Group: 'upper_arm.R', Weight: 0.080268 +Vertex 2434: +Vertex groups: 3 + Group: 'spine', Weight: 0.197296 + Group: 'spine.001', Weight: 0.696526 + Group: 'spine.002', Weight: 0.097628 +Vertex 2435: +Vertex groups: 3 + Group: 'spine', Weight: 0.000205 + Group: 'spine.001', Weight: 0.280578 + Group: 'spine.002', Weight: 0.658642 +Vertex 2436: +Vertex groups: 3 + Group: 'spine', Weight: 0.045116 + Group: 'spine.001', Weight: 0.493107 + Group: 'spine.002', Weight: 0.437376 +Vertex 2437: +Vertex groups: 3 + Group: 'spine', Weight: 0.205274 + Group: 'spine.001', Weight: 0.677118 + Group: 'spine.002', Weight: 0.107753 +Vertex 2438: +Vertex groups: 3 + Group: 'spine', Weight: 0.742426 + Group: 'spine.001', Weight: 0.191317 + Group: 'spine.002', Weight: 0.021889 +Vertex 2439: +Vertex groups: 4 + Group: 'spine', Weight: 0.725094 + Group: 'spine.001', Weight: 0.205249 + Group: 'spine.002', Weight: 0.024488 + Group: 'spine1', Weight: 0.001281 +Vertex 2440: +Vertex groups: 3 + Group: 'spine', Weight: 0.855752 + Group: 'spine.001', Weight: 0.058736 + Group: 'spine1', Weight: 0.074173 +Vertex 2441: +Vertex groups: 3 + Group: 'spine', Weight: 0.865989 + Group: 'spine.001', Weight: 0.045474 + Group: 'spine1', Weight: 0.076916 +Vertex 2442: +Vertex groups: 3 + Group: 'spine', Weight: 0.849944 + Group: 'spine.001', Weight: 0.080402 + Group: 'spine1', Weight: 0.054881 +Vertex 2443: +Vertex groups: 4 + Group: 'spine', Weight: 0.785703 + Group: 'spine.001', Weight: 0.158027 + Group: 'spine.002', Weight: 0.002774 + Group: 'spine1', Weight: 0.000782 +Vertex 2444: +Vertex groups: 3 + Group: 'spine', Weight: 0.835425 + Group: 'spine.001', Weight: 0.096579 + Group: 'spine1', Weight: 0.048107 +Vertex 2445: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.076488 + Group: 'spine.004', Weight: 0.397825 + Group: 'shoulder.L', Weight: 0.114124 + Group: 'shoulder.R', Weight: 0.304119 + Group: 'upper_arm.R', Weight: 0.031882 +Vertex 2446: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.167250 + Group: 'spine.003', Weight: 0.389939 + Group: 'shoulder.L', Weight: 0.051825 + Group: 'shoulder.R', Weight: 0.187876 + Group: 'upper_arm.R', Weight: 0.131945 +Vertex 2447: +Vertex groups: 4 + Group: 'spine', Weight: 0.084576 + Group: 'spine.001', Weight: 0.283049 + Group: 'spine.002', Weight: 0.554933 + Group: 'spine.003', Weight: 0.033987 +Vertex 2448: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.026025 + Group: 'spine.002', Weight: 0.335978 + Group: 'spine.003', Weight: 0.316052 + Group: 'shoulder.R', Weight: 0.124305 + Group: 'upper_arm.R', Weight: 0.137844 +Vertex 2449: +Vertex groups: 4 + Group: 'spine', Weight: 0.131371 + Group: 'spine.001', Weight: 0.468998 + Group: 'spine.002', Weight: 0.348646 + Group: 'spine.003', Weight: 0.000622 +Vertex 2450: +Vertex groups: 3 + Group: 'spine', Weight: 0.543293 + Group: 'spine.001', Weight: 0.342630 + Group: 'spine.002', Weight: 0.090052 +Vertex 2451: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697639 + Group: 'spine.003', Weight: 0.149427 + Group: 'spine.001', Weight: 0.109503 + Group: 'upper_arm.R', Weight: 0.023569 + Group: 'shoulder.R', Weight: 0.019862 +Vertex 2452: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.695967 + Group: 'spine.001', Weight: 0.153436 + Group: 'spine.003', Weight: 0.096064 + Group: 'spine', Weight: 0.028682 + Group: 'upper_arm.R', Weight: 0.025850 +Vertex 2453: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.247883 + Group: 'upper_arm.R', Weight: 0.731330 +Vertex 2454: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.088248 + Group: 'upper_arm.R', Weight: 0.886784 +Vertex 2455: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.001240 + Group: 'spine.003', Weight: 0.056436 + Group: 'shoulder.R', Weight: 0.226596 + Group: 'upper_arm.R', Weight: 0.683407 +Vertex 2456: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.071559 + Group: 'spine.003', Weight: 0.133414 + Group: 'shoulder.R', Weight: 0.106451 + Group: 'upper_arm.R', Weight: 0.678746 +Vertex 2457: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.203380 + Group: 'upper_arm.R', Weight: 0.785124 +Vertex 2458: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.198324 + Group: 'upper_arm.R', Weight: 0.786249 +Vertex 2459: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.083055 + Group: 'upper_arm.R', Weight: 0.909608 +Vertex 2460: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.062360 + Group: 'upper_arm.R', Weight: 0.931375 +Vertex 2461: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.354784 + Group: 'upper_arm.R', Weight: 0.629870 +Vertex 2462: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.320088 + Group: 'upper_arm.R', Weight: 0.657036 +Vertex 2463: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.821501 + Group: 'upper_arm.R', Weight: 0.141761 +Vertex 2464: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.043323 + Group: 'shoulder.R', Weight: 0.769708 + Group: 'upper_arm.R', Weight: 0.163473 +Vertex 2465: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002327 + Group: 'shoulder.R', Weight: 0.657663 + Group: 'upper_arm.R', Weight: 0.302159 +Vertex 2466: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.703229 + Group: 'upper_arm.R', Weight: 0.270689 +Vertex 2467: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.574385 + Group: 'upper_arm.R', Weight: 0.408087 +Vertex 2468: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.697940 + Group: 'upper_arm.R', Weight: 0.275639 +Vertex 2469: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.084732 + Group: 'spine.003', Weight: 0.140544 + Group: 'shoulder.R', Weight: 0.097091 + Group: 'upper_arm.R', Weight: 0.666563 +Vertex 2470: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089541 + Group: 'spine.003', Weight: 0.119107 + Group: 'shoulder.R', Weight: 0.075175 + Group: 'upper_arm.R', Weight: 0.703322 +Vertex 2471: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.104395 + Group: 'spine.003', Weight: 0.118452 + Group: 'shoulder.R', Weight: 0.127159 + Group: 'upper_arm.R', Weight: 0.631542 +Vertex 2472: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990396 +Vertex 2473: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.975115 +Vertex 2474: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994473 +Vertex 2475: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996532 +Vertex 2476: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.962561 +Vertex 2477: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.959735 +Vertex 2478: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.969588 +Vertex 2479: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.616981 + Group: 'forearm.R', Weight: 0.382546 +Vertex 2480: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.419321 + Group: 'forearm.R', Weight: 0.580191 +Vertex 2481: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.607139 + Group: 'forearm.R', Weight: 0.392696 +Vertex 2482: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.370612 + Group: 'forearm.R', Weight: 0.629003 +Vertex 2483: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.410784 + Group: 'forearm.R', Weight: 0.588791 +Vertex 2484: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.375452 + Group: 'forearm.R', Weight: 0.624186 +Vertex 2485: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.411395 + Group: 'forearm.R', Weight: 0.588341 +Vertex 2486: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.798988 + Group: 'forearm.R', Weight: 0.200548 +Vertex 2487: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.729866 + Group: 'forearm.R', Weight: 0.269630 +Vertex 2488: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.723438 + Group: 'forearm.R', Weight: 0.275953 +Vertex 2489: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.754757 + Group: 'forearm.R', Weight: 0.244771 +Vertex 2490: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.892572 + Group: 'forearm.R', Weight: 0.107330 +Vertex 2491: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.750078 + Group: 'forearm.R', Weight: 0.249366 +Vertex 2492: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.795176 + Group: 'forearm.R', Weight: 0.204559 +Vertex 2493: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.002341 + Group: 'shoulder.R', Weight: 0.013730 + Group: 'upper_arm.R', Weight: 0.914455 +Vertex 2494: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.016725 + Group: 'shoulder.R', Weight: 0.010143 + Group: 'upper_arm.R', Weight: 0.905799 +Vertex 2495: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.059647 + Group: 'spine.003', Weight: 0.070426 + Group: 'shoulder.R', Weight: 0.077084 + Group: 'upper_arm.R', Weight: 0.780944 +Vertex 2496: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.045218 + Group: 'spine.003', Weight: 0.061592 + Group: 'shoulder.R', Weight: 0.048710 + Group: 'upper_arm.R', Weight: 0.833100 +Vertex 2497: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002684 + Group: 'spine.003', Weight: 0.028027 + Group: 'shoulder.R', Weight: 0.013757 + Group: 'upper_arm.R', Weight: 0.897858 +Vertex 2498: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.971917 +Vertex 2499: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990490 +Vertex 2500: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.000746 + Group: 'shoulder.R', Weight: 0.008349 + Group: 'upper_arm.R', Weight: 0.927473 +Vertex 2501: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.985854 +Vertex 2502: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.090056 + Group: 'spine.003', Weight: 0.138834 + Group: 'shoulder.R', Weight: 0.085176 + Group: 'upper_arm.R', Weight: 0.674138 +Vertex 2503: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.041748 + Group: 'spine.003', Weight: 0.066328 + Group: 'shoulder.R', Weight: 0.046082 + Group: 'upper_arm.R', Weight: 0.832450 +Vertex 2504: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.025338 + Group: 'spine.003', Weight: 0.074588 + Group: 'spine.004', Weight: 0.004522 + Group: 'shoulder.R', Weight: 0.374068 + Group: 'upper_arm.R', Weight: 0.452108 +Vertex 2505: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.212681 + Group: 'upper_arm.R', Weight: 0.752022 +Vertex 2506: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.086627 + Group: 'upper_arm.R', Weight: 0.888727 +Vertex 2507: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.008669 + Group: 'spine.004', Weight: 0.009307 + Group: 'shoulder.R', Weight: 0.538900 + Group: 'upper_arm.R', Weight: 0.368091 +Vertex 2508: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002101 + Group: 'spine.003', Weight: 0.035467 + Group: 'shoulder.R', Weight: 0.257138 + Group: 'upper_arm.R', Weight: 0.643777 +Vertex 2509: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.185788 + Group: 'upper_arm.R', Weight: 0.790940 +Vertex 2510: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.046643 + Group: 'upper_arm.R', Weight: 0.944114 +Vertex 2511: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.384844 + Group: 'upper_arm.R', Weight: 0.571450 +Vertex 2512: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052395 + Group: 'shoulder.R', Weight: 0.644064 + Group: 'upper_arm.R', Weight: 0.270150 +Vertex 2513: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012347 + Group: 'shoulder.R', Weight: 0.556416 + Group: 'upper_arm.R', Weight: 0.377202 +Vertex 2514: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051982 + Group: 'shoulder.R', Weight: 0.641143 + Group: 'upper_arm.R', Weight: 0.250324 +Vertex 2515: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063396 + Group: 'spine.003', Weight: 0.093602 + Group: 'shoulder.R', Weight: 0.307197 + Group: 'upper_arm.R', Weight: 0.495032 +Vertex 2516: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.156088 + Group: 'spine.003', Weight: 0.169356 + Group: 'shoulder.R', Weight: 0.218965 + Group: 'upper_arm.R', Weight: 0.416452 +Vertex 2517: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.112940 + Group: 'spine.003', Weight: 0.125573 + Group: 'shoulder.R', Weight: 0.198562 + Group: 'upper_arm.R', Weight: 0.534114 +Vertex 2518: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.984694 +Vertex 2519: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.971411 +Vertex 2520: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.995216 +Vertex 2521: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.963039 +Vertex 2522: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.972525 +Vertex 2523: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.538736 + Group: 'forearm.R', Weight: 0.461162 +Vertex 2524: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.697765 + Group: 'forearm.R', Weight: 0.302133 +Vertex 2525: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.369998 + Group: 'forearm.R', Weight: 0.629703 +Vertex 2526: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.463943 + Group: 'forearm.R', Weight: 0.535815 +Vertex 2527: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.728478 + Group: 'forearm.R', Weight: 0.271410 +Vertex 2528: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.757121 + Group: 'forearm.R', Weight: 0.242559 +Vertex 2529: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.810817 + Group: 'forearm.R', Weight: 0.188961 +Vertex 2530: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.715341 + Group: 'forearm.R', Weight: 0.284206 +Vertex 2531: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.902127 + Group: 'forearm.R', Weight: 0.097730 +Vertex 2532: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.008088 + Group: 'shoulder.R', Weight: 0.051082 + Group: 'upper_arm.R', Weight: 0.886800 +Vertex 2533: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.068758 + Group: 'spine.003', Weight: 0.078252 + Group: 'shoulder.R', Weight: 0.118841 + Group: 'upper_arm.R', Weight: 0.716708 +Vertex 2534: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.016554 + Group: 'spine.003', Weight: 0.031645 + Group: 'shoulder.R', Weight: 0.089507 + Group: 'upper_arm.R', Weight: 0.823601 +Vertex 2535: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.973471 +Vertex 2536: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.069644 + Group: 'upper_arm.R', Weight: 0.882113 +Vertex 2537: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990221 +Vertex 2538: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099942 + Group: 'spine.003', Weight: 0.123276 + Group: 'shoulder.R', Weight: 0.269760 + Group: 'upper_arm.R', Weight: 0.467892 +Vertex 2539: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.073578 + Group: 'spine.003', Weight: 0.089013 + Group: 'shoulder.R', Weight: 0.180178 + Group: 'upper_arm.R', Weight: 0.631233 +Vertex 2540: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.505114 + Group: 'upper_arm.R', Weight: 0.254650 + Group: 'spine.003', Weight: 0.146396 + Group: 'spine.002', Weight: 0.060672 + Group: 'shoulder.L', Weight: 0.033168 +Vertex 2541: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.245411 + Group: 'spine.003', Weight: 0.253314 + Group: 'shoulder.R', Weight: 0.168810 + Group: 'upper_arm.R', Weight: 0.279049 +Vertex 2542: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037458 + Group: 'spine.002', Weight: 0.419696 + Group: 'spine.003', Weight: 0.254370 + Group: 'shoulder.R', Weight: 0.095168 + Group: 'upper_arm.R', Weight: 0.155946 +Vertex 2543: +Vertex groups: 5 + Group: 'spine', Weight: 0.037258 + Group: 'spine.001', Weight: 0.177190 + Group: 'spine.002', Weight: 0.649288 + Group: 'spine.003', Weight: 0.064182 + Group: 'upper_arm.R', Weight: 0.019965 +Vertex 2544: +Vertex groups: 3 + Group: 'spine', Weight: 0.222576 + Group: 'spine.001', Weight: 0.548026 + Group: 'spine.002', Weight: 0.200599 +Vertex 2545: +Vertex groups: 3 + Group: 'spine', Weight: 0.706285 + Group: 'spine.001', Weight: 0.235627 + Group: 'spine.002', Weight: 0.022448 +Vertex 2546: +Vertex groups: 3 + Group: 'spine', Weight: 0.639857 + Group: 'spine.001', Weight: 0.290324 + Group: 'spine.002', Weight: 0.050101 +Vertex 2547: +Vertex groups: 2 + Group: 'spine', Weight: 0.761774 + Group: 'spine.001', Weight: 0.188233 +Vertex 2548: +Vertex groups: 2 + Group: 'spine', Weight: 0.729144 + Group: 'spine.001', Weight: 0.232868 +Vertex 2549: +Vertex groups: 2 + Group: 'spine', Weight: 0.762008 + Group: 'spine.001', Weight: 0.195082 +Vertex 2550: +Vertex groups: 3 + Group: 'spine', Weight: 0.563564 + Group: 'spine.001', Weight: 0.334574 + Group: 'spine.002', Weight: 0.078082 +Vertex 2551: +Vertex groups: 3 + Group: 'spine', Weight: 0.591492 + Group: 'spine.001', Weight: 0.313350 + Group: 'spine.002', Weight: 0.072864 +Vertex 2552: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086473 + Group: 'shoulder.R', Weight: 0.786143 + Group: 'upper_arm.R', Weight: 0.095030 +Vertex 2553: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.041707 + Group: 'shoulder.R', Weight: 0.875085 + Group: 'upper_arm.R', Weight: 0.056690 +Vertex 2554: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.449330 + Group: 'spine.003', Weight: 0.247195 + Group: 'upper_arm.R', Weight: 0.139267 + Group: 'shoulder.L', Weight: 0.084065 + Group: 'spine.002', Weight: 0.080143 +Vertex 2555: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.085529 + Group: 'spine.002', Weight: 0.673590 + Group: 'spine.003', Weight: 0.097798 + Group: 'shoulder.R', Weight: 0.023191 + Group: 'upper_arm.R', Weight: 0.078905 +Vertex 2556: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.094811 + Group: 'spine.002', Weight: 0.724452 + Group: 'spine.003', Weight: 0.073570 + Group: 'upper_arm.R', Weight: 0.059219 +Vertex 2557: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.087944 + Group: 'spine.002', Weight: 0.764092 + Group: 'spine.003', Weight: 0.074578 + Group: 'upper_arm.R', Weight: 0.021017 +Vertex 2558: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.078764 + Group: 'spine.002', Weight: 0.799966 + Group: 'spine.003', Weight: 0.070267 +Vertex 2559: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.081953 + Group: 'spine.002', Weight: 0.788660 + Group: 'spine.003', Weight: 0.070992 +Vertex 2560: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.448792 + Group: 'spine.003', Weight: 0.335928 + Group: 'shoulder.R', Weight: 0.086686 + Group: 'upper_arm.R', Weight: 0.080699 + Group: 'spine.001', Weight: 0.047895 +Vertex 2561: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.070447 + Group: 'spine.002', Weight: 0.557713 + Group: 'spine.003', Weight: 0.188047 + Group: 'shoulder.R', Weight: 0.061851 + Group: 'upper_arm.R', Weight: 0.076809 +Vertex 2562: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.080172 + Group: 'spine.002', Weight: 0.611435 + Group: 'spine.003', Weight: 0.140500 + Group: 'shoulder.R', Weight: 0.050254 + Group: 'upper_arm.R', Weight: 0.082673 +Vertex 2563: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.508881 + Group: 'spine.004', Weight: 0.322154 + Group: 'upper_arm.R', Weight: 0.064601 + Group: 'shoulder.L', Weight: 0.064531 + Group: 'spine.003', Weight: 0.039834 +Vertex 2564: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.605657 + Group: 'spine.004', Weight: 0.282927 + Group: 'upper_arm.R', Weight: 0.079699 + Group: 'shoulder.L', Weight: 0.021376 + Group: 'spine.005', Weight: 0.010342 +Vertex 2565: +Vertex groups: 3 + Group: 'spine', Weight: 0.818105 + Group: 'spine.001', Weight: 0.136609 + Group: 'spine1', Weight: 0.009114 +Vertex 2566: +Vertex groups: 3 + Group: 'spine', Weight: 0.826209 + Group: 'spine.001', Weight: 0.118691 + Group: 'spine1', Weight: 0.022843 +Vertex 2567: +Vertex groups: 3 + Group: 'spine', Weight: 0.783926 + Group: 'spine.001', Weight: 0.159821 + Group: 'spine1', Weight: 0.006554 +Vertex 2568: +Vertex groups: 3 + Group: 'spine', Weight: 0.733121 + Group: 'spine.001', Weight: 0.208260 + Group: 'spine.002', Weight: 0.018981 +Vertex 2569: +Vertex groups: 3 + Group: 'spine', Weight: 0.692627 + Group: 'spine.001', Weight: 0.235259 + Group: 'spine.002', Weight: 0.042500 +Vertex 2570: +Vertex groups: 3 + Group: 'spine', Weight: 0.841355 + Group: 'spine.001', Weight: 0.112356 + Group: 'spine1', Weight: 0.017119 +Vertex 2571: +Vertex groups: 3 + Group: 'spine', Weight: 0.648221 + Group: 'spine.001', Weight: 0.275826 + Group: 'spine.002', Weight: 0.046063 +Vertex 2572: +Vertex groups: 3 + Group: 'spine', Weight: 0.834613 + Group: 'spine.001', Weight: 0.073451 + Group: 'spine1', Weight: 0.071816 +Vertex 2573: +Vertex groups: 3 + Group: 'spine', Weight: 0.827009 + Group: 'spine.001', Weight: 0.096089 + Group: 'spine1', Weight: 0.051956 +Vertex 2574: +Vertex groups: 2 + Group: 'spine', Weight: 0.637811 + Group: 'spine1', Weight: 0.331536 +Vertex 2575: +Vertex groups: 2 + Group: 'spine', Weight: 0.651356 + Group: 'spine1', Weight: 0.320029 +Vertex 2576: +Vertex groups: 2 + Group: 'spine', Weight: 0.659752 + Group: 'spine1', Weight: 0.307311 +Vertex 2577: +Vertex groups: 3 + Group: 'spine', Weight: 0.791770 + Group: 'spine.001', Weight: 0.023872 + Group: 'spine1', Weight: 0.153510 +Vertex 2578: +Vertex groups: 2 + Group: 'spine', Weight: 0.698372 + Group: 'spine1', Weight: 0.264852 +Vertex 2579: +Vertex groups: 3 + Group: 'spine', Weight: 0.751218 + Group: 'spine.001', Weight: 0.176140 + Group: 'spine.002', Weight: 0.031987 +Vertex 2580: +Vertex groups: 3 + Group: 'spine', Weight: 0.714206 + Group: 'spine.001', Weight: 0.208219 + Group: 'spine.002', Weight: 0.047772 +Vertex 2581: +Vertex groups: 2 + Group: 'spine.004', Weight: 0.080729 + Group: 'shoulder.R', Weight: 0.862344 +Vertex 2582: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004299 + Group: 'spine.004', Weight: 0.072657 + Group: 'shoulder.R', Weight: 0.849531 +Vertex 2583: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.113807 + Group: 'shoulder.R', Weight: 0.813472 + Group: 'upper_arm.R', Weight: 0.020196 +Vertex 2584: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.145395 + Group: 'spine.005', Weight: 0.002736 + Group: 'shoulder.R', Weight: 0.739762 + Group: 'upper_arm.R', Weight: 0.065155 +Vertex 2585: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.209294 + Group: 'spine.005', Weight: 0.014019 + Group: 'shoulder.R', Weight: 0.634272 + Group: 'upper_arm.R', Weight: 0.075906 +Vertex 2586: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052095 + Group: 'spine.005', Weight: 0.567285 + Group: 'Head', Weight: 0.375972 +Vertex 2587: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.068323 + Group: 'spine.005', Weight: 0.664961 + Group: 'Head', Weight: 0.256808 +Vertex 2588: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066907 + Group: 'spine.005', Weight: 0.567929 + Group: 'Head', Weight: 0.351486 +Vertex 2589: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.060930 + Group: 'spine.005', Weight: 0.597686 + Group: 'Head', Weight: 0.335662 +Vertex 2590: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.022392 + Group: 'spine.005', Weight: 0.588036 + Group: 'Head', Weight: 0.372398 +Vertex 2591: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.522346 + Group: 'Head', Weight: 0.453027 +Vertex 2592: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489957 + Group: 'Head', Weight: 0.490691 +Vertex 2593: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.422736 + Group: 'Head', Weight: 0.564101 +Vertex 2594: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352635 + Group: 'Head', Weight: 0.636953 +Vertex 2595: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.334243 + Group: 'Head', Weight: 0.655445 +Vertex 2596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.263741 + Group: 'Head', Weight: 0.727873 +Vertex 2597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258323 + Group: 'Head', Weight: 0.733868 +Vertex 2598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.248660 + Group: 'Head', Weight: 0.744209 +Vertex 2599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.240736 + Group: 'Head', Weight: 0.752725 +Vertex 2600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114548 + Group: 'Head', Weight: 0.881480 +Vertex 2601: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177975 + Group: 'Head', Weight: 0.816625 +Vertex 2602: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177656 + Group: 'Head', Weight: 0.816856 +Vertex 2603: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.188982 + Group: 'Head', Weight: 0.804904 +Vertex 2604: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.261078 + Group: 'Head', Weight: 0.729637 +Vertex 2605: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.187969 + Group: 'Head', Weight: 0.804763 +Vertex 2606: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192679 + Group: 'Head', Weight: 0.800540 +Vertex 2607: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125705 + Group: 'Head', Weight: 0.870012 +Vertex 2608: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139190 + Group: 'Head', Weight: 0.856236 +Vertex 2609: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143020 + Group: 'Head', Weight: 0.852255 +Vertex 2610: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152477 + Group: 'Head', Weight: 0.842414 +Vertex 2611: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128576 + Group: 'Head', Weight: 0.866960 +Vertex 2612: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139273 + Group: 'Head', Weight: 0.855977 +Vertex 2613: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169114 + Group: 'Head', Weight: 0.825198 +Vertex 2614: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178287 + Group: 'Head', Weight: 0.815474 +Vertex 2615: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178495 + Group: 'Head', Weight: 0.814618 +Vertex 2616: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144577 + Group: 'Head', Weight: 0.848145 +Vertex 2617: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118691 + Group: 'Head', Weight: 0.874308 +Vertex 2618: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093872 + Group: 'Head', Weight: 0.900726 +Vertex 2619: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089658 + Group: 'Head', Weight: 0.905545 +Vertex 2620: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084540 + Group: 'Head', Weight: 0.911770 +Vertex 2621: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093792 + Group: 'Head', Weight: 0.902555 +Vertex 2622: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113392 + Group: 'Head', Weight: 0.882508 +Vertex 2623: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065502 + Group: 'Head', Weight: 0.931820 +Vertex 2624: +Vertex groups: 1 + Group: 'Head', Weight: 0.984502 +Vertex 2625: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.000026 + Group: 'Head', Weight: 0.973705 +Vertex 2626: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075654 + Group: 'Head', Weight: 0.921382 +Vertex 2627: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074753 + Group: 'Head', Weight: 0.922249 +Vertex 2628: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078572 + Group: 'Head', Weight: 0.918189 +Vertex 2629: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074465 + Group: 'Head', Weight: 0.922132 +Vertex 2630: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065478 + Group: 'Head', Weight: 0.931764 +Vertex 2631: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.063358 + Group: 'Head', Weight: 0.933778 +Vertex 2632: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061853 + Group: 'Head', Weight: 0.934993 +Vertex 2633: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179798 + Group: 'Head', Weight: 0.794379 +Vertex 2634: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.036850 + Group: 'spine.005', Weight: 0.585687 + Group: 'Head', Weight: 0.366939 +Vertex 2635: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066516 + Group: 'spine.005', Weight: 0.639345 + Group: 'Head', Weight: 0.286814 +Vertex 2636: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.045976 + Group: 'spine.005', Weight: 0.601046 + Group: 'Head', Weight: 0.346309 +Vertex 2637: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.040291 + Group: 'spine.005', Weight: 0.612684 + Group: 'Head', Weight: 0.337279 +Vertex 2638: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008456 + Group: 'spine.005', Weight: 0.570445 + Group: 'Head', Weight: 0.397529 +Vertex 2639: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011011 + Group: 'spine.005', Weight: 0.570932 + Group: 'Head', Weight: 0.395570 +Vertex 2640: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510477 + Group: 'Head', Weight: 0.463442 +Vertex 2641: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.394134 + Group: 'Head', Weight: 0.593185 +Vertex 2642: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.385943 + Group: 'Head', Weight: 0.602592 +Vertex 2643: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.490931 + Group: 'Head', Weight: 0.488143 +Vertex 2644: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.446949 + Group: 'Head', Weight: 0.537017 +Vertex 2645: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.488354 + Group: 'Head', Weight: 0.489538 +Vertex 2646: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.501522 + Group: 'Head', Weight: 0.477396 +Vertex 2647: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.528758 + Group: 'Head', Weight: 0.445052 +Vertex 2648: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.499719 + Group: 'Head', Weight: 0.478134 +Vertex 2649: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510848 + Group: 'Head', Weight: 0.464750 +Vertex 2650: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002961 + Group: 'spine.005', Weight: 0.542612 + Group: 'Head', Weight: 0.428161 +Vertex 2651: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011936 + Group: 'spine.005', Weight: 0.564865 + Group: 'Head', Weight: 0.400961 +Vertex 2652: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.484535 + Group: 'Head', Weight: 0.488702 +Vertex 2653: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.429591 + Group: 'Head', Weight: 0.552179 +Vertex 2654: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459048 + Group: 'Head', Weight: 0.521584 +Vertex 2655: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425182 + Group: 'Head', Weight: 0.560343 +Vertex 2656: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.405743 + Group: 'Head', Weight: 0.581998 +Vertex 2657: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026506 + Group: 'spine.005', Weight: 0.587806 + Group: 'Head', Weight: 0.370237 +Vertex 2658: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020310 + Group: 'spine.005', Weight: 0.577913 + Group: 'Head', Weight: 0.383203 +Vertex 2659: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302600 + Group: 'Head', Weight: 0.687761 +Vertex 2660: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310862 + Group: 'Head', Weight: 0.678144 +Vertex 2661: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156924 + Group: 'Head', Weight: 0.836113 +Vertex 2662: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.182748 + Group: 'Head', Weight: 0.809282 +Vertex 2663: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258350 + Group: 'Head', Weight: 0.730403 +Vertex 2664: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169058 + Group: 'Head', Weight: 0.822287 +Vertex 2665: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.292446 + Group: 'Head', Weight: 0.693179 +Vertex 2666: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153634 + Group: 'Head', Weight: 0.836910 +Vertex 2667: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249768 + Group: 'Head', Weight: 0.735917 +Vertex 2668: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138435 + Group: 'Head', Weight: 0.850924 +Vertex 2669: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216880 + Group: 'Head', Weight: 0.766904 +Vertex 2670: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.322560 + Group: 'Head', Weight: 0.663794 +Vertex 2671: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.415826 + Group: 'Head', Weight: 0.563357 +Vertex 2672: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352825 + Group: 'Head', Weight: 0.630415 +Vertex 2673: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013443 + Group: 'Head', Weight: 0.966633 +Vertex 2674: +Vertex groups: 1 + Group: 'Head', Weight: 0.974792 +Vertex 2675: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.005276 + Group: 'Head', Weight: 0.970343 +Vertex 2676: +Vertex groups: 1 + Group: 'Head', Weight: 0.990618 +Vertex 2677: +Vertex groups: 1 + Group: 'Head', Weight: 0.995798 +Vertex 2678: +Vertex groups: 1 + Group: 'Head', Weight: 0.988467 +Vertex 2679: +Vertex groups: 1 + Group: 'Head', Weight: 0.985852 +Vertex 2680: +Vertex groups: 1 + Group: 'Head', Weight: 0.982322 +Vertex 2681: +Vertex groups: 1 + Group: 'Head', Weight: 0.990157 +Vertex 2682: +Vertex groups: 1 + Group: 'Head', Weight: 0.985077 +Vertex 2683: +Vertex groups: 1 + Group: 'Head', Weight: 0.984377 +Vertex 2684: +Vertex groups: 1 + Group: 'Head', Weight: 0.979113 +Vertex 2685: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.465327 + Group: 'Head', Weight: 0.508463 +Vertex 2686: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146344 + Group: 'Head', Weight: 0.848600 +Vertex 2687: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131076 + Group: 'Head', Weight: 0.864280 +Vertex 2688: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138732 + Group: 'Head', Weight: 0.856427 +Vertex 2689: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156808 + Group: 'Head', Weight: 0.837788 +Vertex 2690: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169431 + Group: 'Head', Weight: 0.824595 +Vertex 2691: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.171778 + Group: 'Head', Weight: 0.821667 +Vertex 2692: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.140771 + Group: 'Head', Weight: 0.852644 +Vertex 2693: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125453 + Group: 'Head', Weight: 0.868200 +Vertex 2694: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104888 + Group: 'Head', Weight: 0.889648 +Vertex 2695: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099618 + Group: 'Head', Weight: 0.895381 +Vertex 2696: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.092393 + Group: 'Head', Weight: 0.903597 +Vertex 2697: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104170 + Group: 'Head', Weight: 0.891764 +Vertex 2698: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117873 + Group: 'Head', Weight: 0.877786 +Vertex 2699: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156890 + Group: 'Head', Weight: 0.836367 +Vertex 2700: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099856 + Group: 'Head', Weight: 0.893917 +Vertex 2701: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115450 + Group: 'Head', Weight: 0.878446 +Vertex 2702: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086247 + Group: 'Head', Weight: 0.909478 +Vertex 2703: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093477 + Group: 'Head', Weight: 0.902081 +Vertex 2704: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105023 + Group: 'Head', Weight: 0.886720 +Vertex 2705: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074025 + Group: 'Head', Weight: 0.922098 +Vertex 2706: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073661 + Group: 'Head', Weight: 0.921772 +Vertex 2707: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074402 + Group: 'Head', Weight: 0.919956 +Vertex 2708: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.083241 + Group: 'Head', Weight: 0.909894 +Vertex 2709: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061895 + Group: 'Head', Weight: 0.934450 +Vertex 2710: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050266 + Group: 'Head', Weight: 0.945730 +Vertex 2711: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.054347 + Group: 'Head', Weight: 0.940419 +Vertex 2712: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075791 + Group: 'Head', Weight: 0.916288 +Vertex 2713: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.011454 + Group: 'Head', Weight: 0.966730 +Vertex 2714: +Vertex groups: 1 + Group: 'Head', Weight: 0.976859 +Vertex 2715: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021011 + Group: 'Head', Weight: 0.961245 +Vertex 2716: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.017023 + Group: 'Head', Weight: 0.962716 +Vertex 2717: +Vertex groups: 1 + Group: 'Head', Weight: 0.978403 +Vertex 2718: +Vertex groups: 1 + Group: 'Head', Weight: 0.971827 +Vertex 2719: +Vertex groups: 1 + Group: 'Head', Weight: 0.992903 +Vertex 2720: +Vertex groups: 1 + Group: 'Head', Weight: 0.982614 +Vertex 2721: +Vertex groups: 1 + Group: 'Head', Weight: 0.987908 +Vertex 2722: +Vertex groups: 1 + Group: 'Head', Weight: 0.975700 +Vertex 2723: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026052 + Group: 'spine.005', Weight: 0.610206 + Group: 'Head', Weight: 0.346694 +Vertex 2724: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.387845 + Group: 'Head', Weight: 0.591780 +Vertex 2725: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.362228 + Group: 'Head', Weight: 0.610870 +Vertex 2726: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.031343 + Group: 'spine.005', Weight: 0.562393 + Group: 'Head', Weight: 0.389795 +Vertex 2727: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.065086 + Group: 'spine.005', Weight: 0.614989 + Group: 'Head', Weight: 0.307872 +Vertex 2728: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.096740 + Group: 'Head', Weight: 0.893420 +Vertex 2729: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128451 + Group: 'Head', Weight: 0.859199 +Vertex 2730: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.200078 + Group: 'Head', Weight: 0.781609 +Vertex 2731: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.545890 + Group: 'Head', Weight: 0.427761 +Vertex 2732: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177425 + Group: 'Head', Weight: 0.801743 +Vertex 2733: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311372 + Group: 'Head', Weight: 0.659662 +Vertex 2734: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.010858 + Group: 'Head', Weight: 0.964934 +Vertex 2735: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013539 + Group: 'Head', Weight: 0.961929 +Vertex 2736: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.019678 + Group: 'Head', Weight: 0.956807 +Vertex 2737: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050346 + Group: 'Head', Weight: 0.942629 +Vertex 2738: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.057381 + Group: 'Head', Weight: 0.932257 +Vertex 2739: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064054 + Group: 'Head', Weight: 0.922756 +Vertex 2740: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073974 + Group: 'Head', Weight: 0.916368 +Vertex 2741: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087343 + Group: 'Head', Weight: 0.898774 +Vertex 2742: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098427 + Group: 'Head', Weight: 0.889267 +Vertex 2743: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126510 + Group: 'Head', Weight: 0.858299 +Vertex 2744: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105018 + Group: 'Head', Weight: 0.879239 +Vertex 2745: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124000 + Group: 'Head', Weight: 0.857769 +Vertex 2746: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108583 + Group: 'Head', Weight: 0.863028 +Vertex 2747: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010577 + Group: 'spine.005', Weight: 0.135060 + Group: 'Head', Weight: 0.828214 +Vertex 2748: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.008297 + Group: 'Head', Weight: 0.960434 +Vertex 2749: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.002603 + Group: 'Head', Weight: 0.965845 +Vertex 2750: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.043092 + Group: 'Head', Weight: 0.937568 +Vertex 2751: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.031361 + Group: 'Head', Weight: 0.947827 +Vertex 2752: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.057894 + Group: 'spine.005', Weight: 0.446854 + Group: 'Head', Weight: 0.482832 +Vertex 2753: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.062301 + Group: 'spine.005', Weight: 0.283651 + Group: 'Head', Weight: 0.640439 +Vertex 2754: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051734 + Group: 'spine.005', Weight: 0.207519 + Group: 'Head', Weight: 0.729624 +Vertex 2755: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002130 + Group: 'spine.005', Weight: 0.097674 + Group: 'Head', Weight: 0.870765 +Vertex 2756: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078001 + Group: 'Head', Weight: 0.898961 +Vertex 2757: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074752 + Group: 'Head', Weight: 0.907707 +Vertex 2758: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035074 + Group: 'spine.005', Weight: 0.229757 + Group: 'Head', Weight: 0.718558 +Vertex 2759: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030970 + Group: 'spine.005', Weight: 0.294780 + Group: 'Head', Weight: 0.656145 +Vertex 2760: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026908 + Group: 'spine.005', Weight: 0.177489 + Group: 'Head', Weight: 0.775827 +Vertex 2761: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082699 + Group: 'Head', Weight: 0.901777 +Vertex 2762: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090233 + Group: 'Head', Weight: 0.890527 +Vertex 2763: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.003383 + Group: 'Head', Weight: 0.962247 +Vertex 2764: +Vertex groups: 1 + Group: 'Head', Weight: 0.964419 +Vertex 2765: +Vertex groups: 1 + Group: 'Head', Weight: 0.969561 +Vertex 2766: +Vertex groups: 1 + Group: 'Head', Weight: 0.974104 +Vertex 2767: +Vertex groups: 1 + Group: 'Head', Weight: 0.972450 +Vertex 2768: +Vertex groups: 1 + Group: 'Head', Weight: 0.975014 +Vertex 2769: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 2770: +Vertex groups: 1 + Group: 'Head', Weight: 0.982798 +Vertex 2771: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.045370 + Group: 'Head', Weight: 0.933335 +Vertex 2772: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064553 + Group: 'Head', Weight: 0.909213 +Vertex 2773: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021591 + Group: 'Head', Weight: 0.950010 +Vertex 2774: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.018074 + Group: 'Head', Weight: 0.951141 +Vertex 2775: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.012025 + Group: 'Head', Weight: 0.954427 +Vertex 2776: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.038347 + Group: 'Head', Weight: 0.935738 +Vertex 2777: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.033368 + Group: 'Head', Weight: 0.937885 +Vertex 2778: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060316 + Group: 'Head', Weight: 0.911243 +Vertex 2779: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000546 + Group: 'spine.005', Weight: 0.059063 + Group: 'Head', Weight: 0.910457 +Vertex 2780: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010936 + Group: 'spine.005', Weight: 0.087139 + Group: 'Head', Weight: 0.876030 +Vertex 2781: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.019559 + Group: 'spine.005', Weight: 0.085076 + Group: 'Head', Weight: 0.872939 +Vertex 2782: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.067228 + Group: 'spine.005', Weight: 0.187038 + Group: 'Head', Weight: 0.731515 +Vertex 2783: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.081745 + Group: 'spine.005', Weight: 0.181042 + Group: 'Head', Weight: 0.720235 +Vertex 2784: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099341 + Group: 'spine.005', Weight: 0.268419 + Group: 'Head', Weight: 0.611005 +Vertex 2785: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.124924 + Group: 'spine.005', Weight: 0.258763 + Group: 'Head', Weight: 0.590319 +Vertex 2786: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.027233 + Group: 'spine.005', Weight: 0.084614 + Group: 'Head', Weight: 0.868832 +Vertex 2787: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093609 + Group: 'spine.005', Weight: 0.175734 + Group: 'Head', Weight: 0.711589 +Vertex 2788: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.142770 + Group: 'spine.005', Weight: 0.245967 + Group: 'Head', Weight: 0.582388 +Vertex 2789: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.087461 + Group: 'spine.005', Weight: 0.599441 + Group: 'Head', Weight: 0.294760 +Vertex 2790: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.555120 + Group: 'spine.005', Weight: 0.060452 + Group: 'shoulder.R', Weight: 0.329378 +Vertex 2791: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.108521 + Group: 'spine.005', Weight: 0.598523 + Group: 'Head', Weight: 0.284145 +Vertex 2792: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.101551 + Group: 'spine.005', Weight: 0.659784 + Group: 'Head', Weight: 0.228932 +Vertex 2793: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093310 + Group: 'spine.005', Weight: 0.697718 + Group: 'Head', Weight: 0.197329 +Vertex 2794: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.566766 + Group: 'spine.005', Weight: 0.086386 + Group: 'shoulder.R', Weight: 0.306322 +Vertex 2795: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.117270 + Group: 'spine.005', Weight: 0.664714 + Group: 'Head', Weight: 0.195555 +Vertex 2796: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.543655 + Group: 'spine.005', Weight: 0.102767 + Group: 'shoulder.R', Weight: 0.306226 +Vertex 2797: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.120931 + Group: 'spine.005', Weight: 0.628580 + Group: 'Head', Weight: 0.224454 +Vertex 2798: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.519295 + Group: 'spine.005', Weight: 0.110388 + Group: 'Head', Weight: 0.018355 + Group: 'shoulder.R', Weight: 0.295590 +Vertex 2799: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.161085 + Group: 'spine.005', Weight: 0.521009 + Group: 'Head', Weight: 0.281155 + Group: 'shoulder.R', Weight: 0.005506 +Vertex 2800: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.537114 + Group: 'spine.005', Weight: 0.101659 + Group: 'Head', Weight: 0.027663 + Group: 'shoulder.R', Weight: 0.263813 +Vertex 2801: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.202946 + Group: 'spine.005', Weight: 0.460022 + Group: 'Head', Weight: 0.293144 + Group: 'shoulder.R', Weight: 0.011467 +Vertex 2802: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.586151 + Group: 'spine.005', Weight: 0.097345 + Group: 'Head', Weight: 0.041167 + Group: 'shoulder.L', Weight: 0.027749 + Group: 'shoulder.R', Weight: 0.190810 +Vertex 2803: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.232028 + Group: 'spine.005', Weight: 0.409045 + Group: 'Head', Weight: 0.310800 + Group: 'shoulder.R', Weight: 0.010374 +Vertex 2804: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.611670 + Group: 'spine.005', Weight: 0.093929 + Group: 'Head', Weight: 0.047873 + Group: 'shoulder.L', Weight: 0.062191 + Group: 'shoulder.R', Weight: 0.139834 +Vertex 2805: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.238689 + Group: 'spine.005', Weight: 0.367794 + Group: 'Head', Weight: 0.345807 + Group: 'shoulder.R', Weight: 0.000082 +Vertex 2806: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.354911 + Group: 'spine.005', Weight: 0.574934 + Group: 'Head', Weight: 0.049723 +Vertex 2807: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.242191 + Group: 'spine.005', Weight: 0.663574 + Group: 'Head', Weight: 0.062973 + Group: 'shoulder.R', Weight: 0.002854 +Vertex 2808: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088516 + Group: 'spine.005', Weight: 0.619611 + Group: 'Head', Weight: 0.275012 +Vertex 2809: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.229807 + Group: 'spine.005', Weight: 0.630970 + Group: 'Head', Weight: 0.094076 + Group: 'shoulder.R', Weight: 0.028926 +Vertex 2810: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.215392 + Group: 'spine.005', Weight: 0.618870 + Group: 'Head', Weight: 0.118128 + Group: 'shoulder.R', Weight: 0.031857 +Vertex 2811: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295443 + Group: 'spine.005', Weight: 0.491121 + Group: 'Head', Weight: 0.140225 + Group: 'shoulder.R', Weight: 0.058966 +Vertex 2812: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.414664 + Group: 'spine.005', Weight: 0.351695 + Group: 'Head', Weight: 0.144773 + Group: 'shoulder.R', Weight: 0.066500 +Vertex 2813: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.443028 + Group: 'spine.005', Weight: 0.305248 + Group: 'Head', Weight: 0.160131 + Group: 'shoulder.R', Weight: 0.060492 +Vertex 2814: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.437991 + Group: 'spine.005', Weight: 0.292473 + Group: 'Head', Weight: 0.184884 + Group: 'shoulder.L', Weight: 0.003794 + Group: 'shoulder.R', Weight: 0.040116 +Vertex 2815: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.024385 + Group: 'spine.004', Weight: 0.597908 + Group: 'spine.005', Weight: 0.026243 + Group: 'shoulder.L', Weight: 0.058580 + Group: 'shoulder.R', Weight: 0.258814 +Vertex 2816: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086745 + Group: 'Head', Weight: 0.909882 +Vertex 2817: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097583 + Group: 'Head', Weight: 0.898865 +Vertex 2818: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098882 + Group: 'Head', Weight: 0.897487 +Vertex 2819: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.476310 + Group: 'Head', Weight: 0.505893 +Vertex 2820: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459871 + Group: 'Head', Weight: 0.524016 +Vertex 2821: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.438711 + Group: 'Head', Weight: 0.547050 +Vertex 2822: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.480740 + Group: 'Head', Weight: 0.499818 +Vertex 2823: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.470653 + Group: 'Head', Weight: 0.511041 +Vertex 2824: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.458463 + Group: 'Head', Weight: 0.524382 +Vertex 2825: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.481728 + Group: 'Head', Weight: 0.497947 +Vertex 2826: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.126579 + Group: 'spine.004', Weight: 0.175172 + Group: 'shoulder.L', Weight: 0.105889 + Group: 'shoulder.R', Weight: 0.461432 + Group: 'upper_arm.R', Weight: 0.068807 +Vertex 2827: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260691 + Group: 'Head', Weight: 0.732407 +Vertex 2828: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285801 + Group: 'Head', Weight: 0.706682 +Vertex 2829: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.295622 + Group: 'Head', Weight: 0.696403 +Vertex 2830: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.300715 + Group: 'Head', Weight: 0.691013 +Vertex 2831: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306705 + Group: 'Head', Weight: 0.684721 +Vertex 2832: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325721 + Group: 'Head', Weight: 0.664929 +Vertex 2833: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.349080 + Group: 'Head', Weight: 0.640697 +Vertex 2834: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.384061 + Group: 'Head', Weight: 0.604603 +Vertex 2835: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.406154 + Group: 'Head', Weight: 0.581656 +Vertex 2836: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311748 + Group: 'Head', Weight: 0.679425 +Vertex 2837: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293276 + Group: 'Head', Weight: 0.698475 +Vertex 2838: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306633 + Group: 'Head', Weight: 0.683685 +Vertex 2839: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302269 + Group: 'Head', Weight: 0.689284 +Vertex 2840: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.317559 + Group: 'Head', Weight: 0.673128 +Vertex 2841: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310714 + Group: 'Head', Weight: 0.680152 +Vertex 2842: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.324092 + Group: 'Head', Weight: 0.666187 +Vertex 2843: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315360 + Group: 'Head', Weight: 0.675040 +Vertex 2844: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330140 + Group: 'Head', Weight: 0.659899 +Vertex 2845: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.320943 + Group: 'Head', Weight: 0.669172 +Vertex 2846: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298434 + Group: 'Head', Weight: 0.693392 +Vertex 2847: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293956 + Group: 'Head', Weight: 0.698097 +Vertex 2848: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.282764 + Group: 'Head', Weight: 0.709540 +Vertex 2849: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259568 + Group: 'Head', Weight: 0.733216 +Vertex 2850: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298449 + Group: 'Head', Weight: 0.693213 +Vertex 2851: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.296050 + Group: 'Head', Weight: 0.695081 +Vertex 2852: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.288900 + Group: 'Head', Weight: 0.702194 +Vertex 2853: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298305 + Group: 'Head', Weight: 0.692316 +Vertex 2854: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.340373 + Group: 'Head', Weight: 0.649718 +Vertex 2855: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.338404 + Group: 'Head', Weight: 0.651426 +Vertex 2856: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341554 + Group: 'Head', Weight: 0.648320 +Vertex 2857: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341748 + Group: 'Head', Weight: 0.648241 +Vertex 2858: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.054470 + Group: 'spine.005', Weight: 0.570817 + Group: 'Head', Weight: 0.369811 +Vertex 2859: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.347826 + Group: 'Head', Weight: 0.641730 +Vertex 2860: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.038931 + Group: 'spine.005', Weight: 0.587193 + Group: 'Head', Weight: 0.364241 +Vertex 2861: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006882 + Group: 'spine.005', Weight: 0.563146 + Group: 'Head', Weight: 0.405641 +Vertex 2862: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.393031 + Group: 'Head', Weight: 0.594911 +Vertex 2863: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.433498 + Group: 'Head', Weight: 0.552217 +Vertex 2864: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489176 + Group: 'Head', Weight: 0.490975 +Vertex 2865: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.511864 + Group: 'Head', Weight: 0.464612 +Vertex 2866: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.495970 + Group: 'Head', Weight: 0.483075 +Vertex 2867: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.413547 + Group: 'Head', Weight: 0.573414 +Vertex 2868: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.021335 + Group: 'spine.005', Weight: 0.584834 + Group: 'Head', Weight: 0.376131 +Vertex 2869: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.105669 + Group: 'spine.005', Weight: 0.606498 + Group: 'Head', Weight: 0.278921 +Vertex 2870: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.183947 + Group: 'spine.005', Weight: 0.664983 + Group: 'Head', Weight: 0.138130 +Vertex 2871: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459480 + Group: 'Head', Weight: 0.524091 +Vertex 2872: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.443051 + Group: 'Head', Weight: 0.542036 +Vertex 2873: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.477048 + Group: 'Head', Weight: 0.504781 +Vertex 2874: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325957 + Group: 'Head', Weight: 0.663975 +Vertex 2875: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330085 + Group: 'Head', Weight: 0.660371 +Vertex 2876: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.337327 + Group: 'Head', Weight: 0.652840 +Vertex 2877: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.309753 + Group: 'Head', Weight: 0.681488 +Vertex 2878: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.312283 + Group: 'Head', Weight: 0.678779 +Vertex 2879: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.507301 + Group: 'Head', Weight: 0.471562 +Vertex 2880: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.475126 + Group: 'Head', Weight: 0.507576 +Vertex 2881: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425809 + Group: 'Head', Weight: 0.560953 +Vertex 2882: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489503 + Group: 'Head', Weight: 0.491591 +Vertex 2883: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.441261 + Group: 'Head', Weight: 0.544452 +Vertex 2884: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.460252 + Group: 'Head', Weight: 0.523871 +Vertex 2885: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285781 + Group: 'Head', Weight: 0.705960 +Vertex 2886: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267348 + Group: 'Head', Weight: 0.724662 +Vertex 2887: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.272272 + Group: 'Head', Weight: 0.719250 +Vertex 2888: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.281721 + Group: 'Head', Weight: 0.709329 +Vertex 2889: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267563 + Group: 'Head', Weight: 0.723986 +Vertex 2890: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.265060 + Group: 'Head', Weight: 0.726716 +Vertex 2891: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.274918 + Group: 'Head', Weight: 0.717863 +Vertex 2892: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.271267 + Group: 'Head', Weight: 0.721301 +Vertex 2893: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.275540 + Group: 'Head', Weight: 0.716311 +Vertex 2894: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315515 + Group: 'Head', Weight: 0.675536 +Vertex 2895: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.321677 + Group: 'Head', Weight: 0.669109 +Vertex 2896: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010495 + Group: 'spine.005', Weight: 0.578235 + Group: 'Head', Weight: 0.388664 +Vertex 2897: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.003735 + Group: 'spine.005', Weight: 0.222370 + Group: 'Head', Weight: 0.745203 +Vertex 2898: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002321 + Group: 'spine.005', Weight: 0.262815 + Group: 'Head', Weight: 0.705786 +Vertex 2899: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051057 + Group: 'spine.005', Weight: 0.565367 + Group: 'Head', Weight: 0.379052 +Vertex 2900: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.037479 + Group: 'spine.005', Weight: 0.583942 + Group: 'Head', Weight: 0.368377 +Vertex 2901: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023374 + Group: 'spine.005', Weight: 0.589710 + Group: 'Head', Weight: 0.370225 +Vertex 2902: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086698 + Group: 'spine.005', Weight: 0.570255 + Group: 'Head', Weight: 0.335830 +Vertex 2903: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030149 + Group: 'spine.005', Weight: 0.477197 + Group: 'Head', Weight: 0.474898 +Vertex 2904: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030586 + Group: 'spine.005', Weight: 0.373946 + Group: 'Head', Weight: 0.577488 +Vertex 2905: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016983 + Group: 'spine.005', Weight: 0.265243 + Group: 'Head', Weight: 0.694261 +Vertex 2906: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005267 + Group: 'spine.005', Weight: 0.215722 + Group: 'Head', Weight: 0.750881 +Vertex 2907: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011199 + Group: 'spine.005', Weight: 0.237748 + Group: 'Head', Weight: 0.725253 +Vertex 2908: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009944 + Group: 'spine.005', Weight: 0.212610 + Group: 'Head', Weight: 0.751102 +Vertex 2909: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.015042 + Group: 'spine.005', Weight: 0.230353 + Group: 'Head', Weight: 0.730259 +Vertex 2910: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008433 + Group: 'spine.005', Weight: 0.191154 + Group: 'Head', Weight: 0.773447 +Vertex 2911: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012531 + Group: 'spine.005', Weight: 0.198652 + Group: 'Head', Weight: 0.763449 +Vertex 2912: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.007167 + Group: 'spine.005', Weight: 0.172964 + Group: 'Head', Weight: 0.792390 +Vertex 2913: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009645 + Group: 'spine.005', Weight: 0.175846 + Group: 'Head', Weight: 0.787997 +Vertex 2914: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002777 + Group: 'spine.005', Weight: 0.153496 + Group: 'Head', Weight: 0.814522 +Vertex 2915: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.004461 + Group: 'spine.005', Weight: 0.153895 + Group: 'Head', Weight: 0.813096 +Vertex 2916: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131547 + Group: 'Head', Weight: 0.840796 +Vertex 2917: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129901 + Group: 'Head', Weight: 0.842178 +Vertex 2918: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115336 + Group: 'Head', Weight: 0.860888 +Vertex 2919: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115373 + Group: 'Head', Weight: 0.860492 +Vertex 2920: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111065 + Group: 'Head', Weight: 0.866948 +Vertex 2921: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111231 + Group: 'Head', Weight: 0.866432 +Vertex 2922: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110456 + Group: 'Head', Weight: 0.868086 +Vertex 2923: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110527 + Group: 'Head', Weight: 0.867851 +Vertex 2924: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110321 + Group: 'Head', Weight: 0.868574 +Vertex 2925: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110296 + Group: 'Head', Weight: 0.868534 +Vertex 2926: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109708 + Group: 'Head', Weight: 0.869968 +Vertex 2927: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110429 + Group: 'Head', Weight: 0.869356 +Vertex 2928: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101558 + Group: 'Head', Weight: 0.880111 +Vertex 2929: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099845 + Group: 'Head', Weight: 0.882115 +Vertex 2930: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095643 + Group: 'Head', Weight: 0.887542 +Vertex 2931: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093180 + Group: 'Head', Weight: 0.890410 +Vertex 2932: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095737 + Group: 'Head', Weight: 0.888124 +Vertex 2933: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.094156 + Group: 'Head', Weight: 0.890056 +Vertex 2934: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100466 + Group: 'Head', Weight: 0.883147 +Vertex 2935: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099521 + Group: 'Head', Weight: 0.884403 +Vertex 2936: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114514 + Group: 'Head', Weight: 0.866905 +Vertex 2937: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114447 + Group: 'Head', Weight: 0.867354 +Vertex 2938: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124336 + Group: 'Head', Weight: 0.855232 +Vertex 2939: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125711 + Group: 'Head', Weight: 0.853867 +Vertex 2940: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133194 + Group: 'Head', Weight: 0.844529 +Vertex 2941: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.137767 + Group: 'Head', Weight: 0.839511 +Vertex 2942: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146367 + Group: 'Head', Weight: 0.828981 +Vertex 2943: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148554 + Group: 'Head', Weight: 0.827054 +Vertex 2944: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111199 + Group: 'Head', Weight: 0.866901 +Vertex 2945: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110434 + Group: 'Head', Weight: 0.868134 +Vertex 2946: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109955 + Group: 'Head', Weight: 0.869118 +Vertex 2947: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109014 + Group: 'Head', Weight: 0.870846 +Vertex 2948: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101379 + Group: 'Head', Weight: 0.880387 +Vertex 2949: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098512 + Group: 'Head', Weight: 0.884177 +Vertex 2950: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099970 + Group: 'Head', Weight: 0.882810 +Vertex 2951: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102386 + Group: 'Head', Weight: 0.880418 +Vertex 2952: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115295 + Group: 'Head', Weight: 0.865514 +Vertex 2953: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122321 + Group: 'Head', Weight: 0.857329 +Vertex 2954: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129750 + Group: 'Head', Weight: 0.848362 +Vertex 2955: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134884 + Group: 'Head', Weight: 0.841974 +Vertex 2956: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107819 + Group: 'Head', Weight: 0.875029 +Vertex 2957: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107909 + Group: 'Head', Weight: 0.874709 +Vertex 2958: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109849 + Group: 'Head', Weight: 0.871885 +Vertex 2959: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111058 + Group: 'Head', Weight: 0.867220 +Vertex 2960: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109835 + Group: 'Head', Weight: 0.869005 +Vertex 2961: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108782 + Group: 'Head', Weight: 0.870774 +Vertex 2962: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107297 + Group: 'Head', Weight: 0.872931 +Vertex 2963: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102136 + Group: 'Head', Weight: 0.879548 +Vertex 2964: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100391 + Group: 'Head', Weight: 0.881977 +Vertex 2965: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100958 + Group: 'Head', Weight: 0.881598 +Vertex 2966: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103999 + Group: 'Head', Weight: 0.878274 +Vertex 2967: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114241 + Group: 'Head', Weight: 0.866593 +Vertex 2968: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119670 + Group: 'Head', Weight: 0.860164 +Vertex 2969: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125395 + Group: 'Head', Weight: 0.853329 +Vertex 2970: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129494 + Group: 'Head', Weight: 0.848201 +Vertex 2971: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110031 + Group: 'Head', Weight: 0.871476 +Vertex 2972: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109300 + Group: 'Head', Weight: 0.871569 +Vertex 2973: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119988 + Group: 'Head', Weight: 0.858263 +Vertex 2974: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126980 + Group: 'Head', Weight: 0.849391 +Vertex 2975: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.135048 + Group: 'Head', Weight: 0.840031 +Vertex 2976: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146040 + Group: 'Head', Weight: 0.827383 +Vertex 2977: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152958 + Group: 'Head', Weight: 0.820232 +Vertex 2978: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157302 + Group: 'Head', Weight: 0.816177 +Vertex 2979: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161690 + Group: 'Head', Weight: 0.812137 +Vertex 2980: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179431 + Group: 'Head', Weight: 0.793126 +Vertex 2981: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.184620 + Group: 'Head', Weight: 0.786230 +Vertex 2982: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.174643 + Group: 'Head', Weight: 0.796694 +Vertex 2983: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168582 + Group: 'Head', Weight: 0.802126 +Vertex 2984: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157667 + Group: 'Head', Weight: 0.813178 +Vertex 2985: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.145170 + Group: 'Head', Weight: 0.827260 +Vertex 2986: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132023 + Group: 'Head', Weight: 0.842641 +Vertex 2987: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124111 + Group: 'Head', Weight: 0.851748 +Vertex 2988: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115252 + Group: 'Head', Weight: 0.862504 +Vertex 2989: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103700 + Group: 'Head', Weight: 0.877646 +Vertex 2990: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001850 + Group: 'spine.005', Weight: 0.196209 + Group: 'Head', Weight: 0.772447 +Vertex 2991: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005315 + Group: 'spine.005', Weight: 0.198832 + Group: 'Head', Weight: 0.767697 +Vertex 2992: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006609 + Group: 'spine.005', Weight: 0.187284 + Group: 'Head', Weight: 0.778429 +Vertex 2993: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001243 + Group: 'spine.005', Weight: 0.152756 + Group: 'Head', Weight: 0.816197 +Vertex 2994: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116435 + Group: 'Head', Weight: 0.859759 +Vertex 2995: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133160 + Group: 'Head', Weight: 0.839506 +Vertex 2996: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005339 + Group: 'spine.005', Weight: 0.170388 + Group: 'Head', Weight: 0.796080 +Vertex 2997: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120164 + Group: 'Head', Weight: 0.855587 +Vertex 2998: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132078 + Group: 'Head', Weight: 0.841430 +Vertex 2999: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.149722 + Group: 'Head', Weight: 0.820555 +Vertex 3000: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001551 + Group: 'spine.005', Weight: 0.164123 + Group: 'Head', Weight: 0.804653 +Vertex 3001: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002278 + Group: 'spine.005', Weight: 0.177668 + Group: 'Head', Weight: 0.790684 +Vertex 3002: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000956 + Group: 'spine.005', Weight: 0.185257 + Group: 'Head', Weight: 0.783922 +Vertex 3003: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166344 + Group: 'Head', Weight: 0.807464 +Vertex 3004: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177931 + Group: 'Head', Weight: 0.793826 +Vertex 3005: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115984 + Group: 'Head', Weight: 0.863208 +Vertex 3006: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110950 + Group: 'Head', Weight: 0.867985 +Vertex 3007: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108174 + Group: 'Head', Weight: 0.871754 +Vertex 3008: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112660 + Group: 'Head', Weight: 0.867365 +Vertex 3009: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106014 + Group: 'Head', Weight: 0.875624 +Vertex 3010: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103610 + Group: 'Head', Weight: 0.878224 +Vertex 3011: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144933 + Group: 'Head', Weight: 0.829965 +Vertex 3012: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143684 + Group: 'Head', Weight: 0.830635 +Vertex 3013: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134917 + Group: 'Head', Weight: 0.840864 +Vertex 3014: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126354 + Group: 'Head', Weight: 0.851045 +Vertex 3015: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122280 + Group: 'Head', Weight: 0.855930 +Vertex 3016: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118745 + Group: 'Head', Weight: 0.860291 +Vertex 3017: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122583 + Group: 'Head', Weight: 0.856216 +Vertex 3018: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115419 + Group: 'Head', Weight: 0.864428 +Vertex 3019: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119355 + Group: 'Head', Weight: 0.860138 +Vertex 3020: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116415 + Group: 'Head', Weight: 0.863700 +Vertex 3021: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112831 + Group: 'Head', Weight: 0.867713 +Vertex 3022: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110472 + Group: 'Head', Weight: 0.870689 +Vertex 3023: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114187 + Group: 'Head', Weight: 0.866474 +Vertex 3024: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123988 + Group: 'Head', Weight: 0.854261 +Vertex 3025: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129059 + Group: 'Head', Weight: 0.848346 +Vertex 3026: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.136276 + Group: 'Head', Weight: 0.839972 +Vertex 3027: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020669 + Group: 'spine.005', Weight: 0.254440 + Group: 'Head', Weight: 0.702757 +Vertex 3028: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.028221 + Group: 'spine.005', Weight: 0.269596 + Group: 'Head', Weight: 0.682982 +Vertex 3029: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.018451 + Group: 'spine.005', Weight: 0.209245 + Group: 'Head', Weight: 0.749242 +Vertex 3030: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.029053 + Group: 'spine.005', Weight: 0.226009 + Group: 'Head', Weight: 0.725995 +Vertex 3031: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.013470 + Group: 'spine.005', Weight: 0.179629 + Group: 'Head', Weight: 0.781880 +Vertex 3032: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023013 + Group: 'spine.005', Weight: 0.189415 + Group: 'Head', Weight: 0.766274 +Vertex 3033: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008410 + Group: 'spine.005', Weight: 0.157453 + Group: 'Head', Weight: 0.807132 +Vertex 3034: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016525 + Group: 'spine.005', Weight: 0.162332 + Group: 'Head', Weight: 0.797311 +Vertex 3035: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131543 + Group: 'Head', Weight: 0.838858 +Vertex 3036: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006327 + Group: 'spine.005', Weight: 0.135786 + Group: 'Head', Weight: 0.830066 +Vertex 3037: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120883 + Group: 'Head', Weight: 0.852495 +Vertex 3038: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115981 + Group: 'Head', Weight: 0.855430 +Vertex 3039: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111116 + Group: 'Head', Weight: 0.866254 +Vertex 3040: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110861 + Group: 'Head', Weight: 0.865550 +Vertex 3041: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110426 + Group: 'Head', Weight: 0.867931 +Vertex 3042: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106427 + Group: 'Head', Weight: 0.872269 +Vertex 3043: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110285 + Group: 'Head', Weight: 0.868718 +Vertex 3044: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097874 + Group: 'Head', Weight: 0.881926 +Vertex 3045: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108313 + Group: 'Head', Weight: 0.871779 +Vertex 3046: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093615 + Group: 'Head', Weight: 0.889360 +Vertex 3047: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089396 + Group: 'Head', Weight: 0.894816 +Vertex 3048: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089974 + Group: 'Head', Weight: 0.895069 +Vertex 3049: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097736 + Group: 'Head', Weight: 0.886784 +Vertex 3050: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108495 + Group: 'Head', Weight: 0.874624 +Vertex 3051: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118584 + Group: 'Head', Weight: 0.862896 +Vertex 3052: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127383 + Group: 'Head', Weight: 0.852582 +Vertex 3053: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132533 + Group: 'Head', Weight: 0.847162 +Vertex 3054: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087319 + Group: 'Head', Weight: 0.897215 +Vertex 3055: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087967 + Group: 'Head', Weight: 0.897277 +Vertex 3056: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.017319 + Group: 'spine.005', Weight: 0.151438 + Group: 'Head', Weight: 0.807729 +Vertex 3057: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.024821 + Group: 'spine.005', Weight: 0.139044 + Group: 'Head', Weight: 0.815605 +Vertex 3058: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.049670 + Group: 'spine.005', Weight: 0.117132 + Group: 'Head', Weight: 0.822699 +Vertex 3059: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035896 + Group: 'spine.005', Weight: 0.120634 + Group: 'Head', Weight: 0.827411 +Vertex 3060: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.055752 + Group: 'spine.005', Weight: 0.115113 + Group: 'Head', Weight: 0.817708 +Vertex 3061: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.097796 + Group: 'spine.004', Weight: 0.066981 + Group: 'shoulder.L', Weight: 0.159214 + Group: 'shoulder.R', Weight: 0.645160 +Vertex 3062: +Vertex groups: 3 + Group: 'spine', Weight: 0.808374 + Group: 'spine.001', Weight: 0.007277 + Group: 'spine1', Weight: 0.149863 +Vertex 3063: +Vertex groups: 2 + Group: 'spine', Weight: 0.798032 + Group: 'spine1', Weight: 0.167123 +Vertex 3064: +Vertex groups: 2 + Group: 'spine', Weight: 0.806931 + Group: 'spine1', Weight: 0.160913 +Vertex 3065: +Vertex groups: 3 + Group: 'spine', Weight: 0.815119 + Group: 'spine.001', Weight: 0.112945 + Group: 'spine1', Weight: 0.041022 +Vertex 3066: +Vertex groups: 3 + Group: 'spine', Weight: 0.834870 + Group: 'spine.001', Weight: 0.074069 + Group: 'spine1', Weight: 0.072374 +Vertex 3067: +Vertex groups: 3 + Group: 'spine', Weight: 0.824581 + Group: 'spine.001', Weight: 0.027276 + Group: 'spine1', Weight: 0.122799 +Vertex 3068: +Vertex groups: 4 + Group: 'spine', Weight: 0.798481 + Group: 'spine.001', Weight: 0.132297 + Group: 'spine.002', Weight: 0.010031 + Group: 'spine1', Weight: 0.014795 +Vertex 3069: +Vertex groups: 4 + Group: 'spine', Weight: 0.784959 + Group: 'spine.001', Weight: 0.146691 + Group: 'spine.002', Weight: 0.004896 + Group: 'spine1', Weight: 0.019210 +Vertex 3070: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3071: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.008355 + Group: 'spine2', Weight: 0.970725 +Vertex 3072: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3073: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3074: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3075: +Vertex groups: 1 + Group: 'spine2', Weight: 0.998267 +Vertex 3076: +Vertex groups: 1 + Group: 'spine2', Weight: 0.993944 +Vertex 3077: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.099355 + Group: 'forearm.R', Weight: 0.898466 +Vertex 3078: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.107324 + Group: 'forearm.R', Weight: 0.891722 +Vertex 3079: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.102878 + Group: 'forearm.R', Weight: 0.896631 +Vertex 3080: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.071659 + Group: 'forearm.R', Weight: 0.928021 +Vertex 3081: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.074321 + Group: 'forearm.R', Weight: 0.925248 +Vertex 3082: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.090568 + Group: 'forearm.R', Weight: 0.907645 +Vertex 3083: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.162365 + Group: 'forearm.R', Weight: 0.837131 +Vertex 3084: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.117214 + Group: 'forearm.R', Weight: 0.882181 +Vertex 3085: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.143438 + Group: 'forearm.R', Weight: 0.855936 +Vertex 3086: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.066401 + Group: 'forearm.R', Weight: 0.933267 +Vertex 3087: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.088614 + Group: 'forearm.R', Weight: 0.910968 +Vertex 3088: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.129156 + Group: 'forearm.R', Weight: 0.870436 +Vertex 3089: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3090: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3091: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3092: +Vertex groups: 4 + Group: 'spine', Weight: 0.042332 + Group: 'spine1', Weight: 0.679072 + Group: 'spine1.001', Weight: 0.240729 + Group: 'spine1.002', Weight: 0.015080 +Vertex 3093: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.763770 + Group: 'spine2', Weight: 0.232587 +Vertex 3094: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.152643 + Group: 'spine1.002', Weight: 0.812576 +Vertex 3095: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.202815 + Group: 'spine1.003', Weight: 0.795118 +Vertex 3096: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.837299 + Group: 'spine2', Weight: 0.158755 +Vertex 3097: +Vertex groups: 4 + Group: 'spine', Weight: 0.058471 + Group: 'spine1', Weight: 0.686360 + Group: 'spine1.001', Weight: 0.213886 + Group: 'spine1.002', Weight: 0.028639 +Vertex 3098: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.372473 + Group: 'spine1.003', Weight: 0.625931 +Vertex 3099: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.126596 + Group: 'spine1.002', Weight: 0.841656 +Vertex 3100: +Vertex groups: 4 + Group: 'spine', Weight: 0.065921 + Group: 'spine1', Weight: 0.637334 + Group: 'spine1.001', Weight: 0.255764 + Group: 'spine1.002', Weight: 0.027637 +Vertex 3101: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.894876 + Group: 'spine2', Weight: 0.100155 +Vertex 3102: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.108238 + Group: 'spine1.002', Weight: 0.864215 +Vertex 3103: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.474729 + Group: 'spine1.003', Weight: 0.524044 +Vertex 3104: +Vertex groups: 4 + Group: 'spine', Weight: 0.063350 + Group: 'spine1', Weight: 0.672512 + Group: 'spine1.001', Weight: 0.221528 + Group: 'spine1.002', Weight: 0.030960 +Vertex 3105: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.873761 + Group: 'spine2', Weight: 0.121804 +Vertex 3106: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.114721 + Group: 'spine1.002', Weight: 0.855952 +Vertex 3107: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.449004 + Group: 'spine1.003', Weight: 0.549661 +Vertex 3108: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.600491 + Group: 'spine2', Weight: 0.398401 +Vertex 3109: +Vertex groups: 2 + Group: 'spine1', Weight: 0.544240 + Group: 'spine1.001', Weight: 0.414183 +Vertex 3110: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.129598 + Group: 'spine1.003', Weight: 0.866799 +Vertex 3111: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.207393 + Group: 'spine1.002', Weight: 0.755283 +Vertex 3112: +Vertex groups: 2 + Group: 'spine1', Weight: 0.517995 + Group: 'spine1.001', Weight: 0.451218 +Vertex 3113: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.317571 + Group: 'spine2', Weight: 0.682182 +Vertex 3114: +Vertex groups: 3 + Group: 'spine1', Weight: 0.000198 + Group: 'spine1.001', Weight: 0.304138 + Group: 'spine1.002', Weight: 0.657654 +Vertex 3115: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.096092 + Group: 'spine1.003', Weight: 0.897501 +Vertex 3116: +Vertex groups: 2 + Group: 'spine1', Weight: 0.510793 + Group: 'spine1.001', Weight: 0.463003 +Vertex 3117: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.164309 + Group: 'spine2', Weight: 0.835646 +Vertex 3118: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.455408 + Group: 'spine1.002', Weight: 0.507964 +Vertex 3119: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.077017 + Group: 'spine1.003', Weight: 0.915078 +Vertex 3120: +Vertex groups: 2 + Group: 'spine1', Weight: 0.499287 + Group: 'spine1.001', Weight: 0.477997 +Vertex 3121: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.088990 + Group: 'spine2', Weight: 0.910957 +Vertex 3122: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.404124 + Group: 'spine1.002', Weight: 0.563140 +Vertex 3123: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064193 + Group: 'spine1.003', Weight: 0.928124 +Vertex 3124: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.148664 + Group: 'spine2', Weight: 0.850763 +Vertex 3125: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.083283 + Group: 'spine2', Weight: 0.916384 +Vertex 3126: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.052262 + Group: 'spine2', Weight: 0.947735 +Vertex 3127: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.045033 + Group: 'spine2', Weight: 0.952280 +Vertex 3128: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.009059 + Group: 'spine2', Weight: 0.970329 +Vertex 3129: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3130: +Vertex groups: 1 + Group: 'spine2', Weight: 0.989229 +Vertex 3131: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3132: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.017375 + Group: 'spine1.003', Weight: 0.969023 +Vertex 3133: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.043734 + Group: 'spine1.003', Weight: 0.950372 +Vertex 3134: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064554 + Group: 'spine1.003', Weight: 0.930735 +Vertex 3135: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.058033 + Group: 'spine1.003', Weight: 0.937666 +Vertex 3136: +Vertex groups: 1 + Group: 'spine1.003', Weight: 0.968650 +Vertex 3137: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.947161 + Group: 'spine2', Weight: 0.033219 +Vertex 3138: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.936006 + Group: 'spine2', Weight: 0.057138 +Vertex 3139: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.938937 + Group: 'spine2', Weight: 0.056590 +Vertex 3140: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.905467 + Group: 'spine1.003', Weight: 0.069656 +Vertex 3141: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.919835 + Group: 'spine1.003', Weight: 0.060330 +Vertex 3142: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.932614 + Group: 'spine1.003', Weight: 0.051445 +Vertex 3143: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.928450 + Group: 'spine1.003', Weight: 0.054324 +Vertex 3144: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.008946 + Group: 'spine1.002', Weight: 0.888770 + Group: 'spine1.003', Weight: 0.078598 +Vertex 3145: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.026651 + Group: 'spine1.002', Weight: 0.874765 + Group: 'spine1.003', Weight: 0.083675 +Vertex 3146: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.037107 + Group: 'spine1.002', Weight: 0.868565 + Group: 'spine1.003', Weight: 0.084892 +Vertex 3147: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.029220 + Group: 'spine1.002', Weight: 0.874252 + Group: 'spine1.003', Weight: 0.083621 +Vertex 3148: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131817 + Group: 'spine1.001', Weight: 0.693220 + Group: 'spine1.002', Weight: 0.163279 +Vertex 3149: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132101 + Group: 'spine1.001', Weight: 0.681386 + Group: 'spine1.002', Weight: 0.173301 +Vertex 3150: +Vertex groups: 3 + Group: 'spine1', Weight: 0.124607 + Group: 'spine1.001', Weight: 0.692846 + Group: 'spine1.002', Weight: 0.168570 +Vertex 3151: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131357 + Group: 'spine1.001', Weight: 0.684970 + Group: 'spine1.002', Weight: 0.169689 +Vertex 3152: +Vertex groups: 3 + Group: 'spine1', Weight: 0.123557 + Group: 'spine1.001', Weight: 0.730306 + Group: 'spine1.002', Weight: 0.137298 +Vertex 3153: +Vertex groups: 3 + Group: 'spine1', Weight: 0.117894 + Group: 'spine1.001', Weight: 0.761369 + Group: 'spine1.002', Weight: 0.113875 +Vertex 3154: +Vertex groups: 3 + Group: 'spine1', Weight: 0.112859 + Group: 'spine1.001', Weight: 0.782158 + Group: 'spine1.002', Weight: 0.099258 +Vertex 3155: +Vertex groups: 3 + Group: 'spine1', Weight: 0.101073 + Group: 'spine1.001', Weight: 0.803584 + Group: 'spine1.002', Weight: 0.090643 +Vertex 3156: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082680 + Group: 'spine.005', Weight: 0.575184 + Group: 'Head', Weight: 0.335123 +Vertex 3157: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.137578 + Group: 'spine.005', Weight: 0.642439 + Group: 'Head', Weight: 0.209366 +Vertex 3158: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082976 + Group: 'spine.005', Weight: 0.658948 + Group: 'Head', Weight: 0.245580 +Vertex 3159: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.185793 + Group: 'spine.005', Weight: 0.659282 + Group: 'Head', Weight: 0.118617 + Group: 'shoulder.R', Weight: 0.013005 +Vertex 3160: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.178735 + Group: 'spine.005', Weight: 0.636409 + Group: 'Head', Weight: 0.145651 + Group: 'shoulder.R', Weight: 0.016709 +Vertex 3161: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088662 + Group: 'spine.005', Weight: 0.503144 + Group: 'Head', Weight: 0.388633 +Vertex 3162: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.245675 + Group: 'spine.005', Weight: 0.520229 + Group: 'Head', Weight: 0.175200 + Group: 'shoulder.R', Weight: 0.043134 +Vertex 3163: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.332063 + Group: 'spine.005', Weight: 0.416025 + Group: 'Head', Weight: 0.180147 + Group: 'shoulder.R', Weight: 0.052587 +Vertex 3164: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.366635 + Group: 'spine.005', Weight: 0.361348 + Group: 'Head', Weight: 0.196311 + Group: 'shoulder.R', Weight: 0.048354 +Vertex 3165: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.365631 + Group: 'spine.005', Weight: 0.337537 + Group: 'Head', Weight: 0.225289 + Group: 'shoulder.R', Weight: 0.025767 +Vertex 3166: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.147254 + Group: 'spine.005', Weight: 0.716063 + Group: 'Head', Weight: 0.118315 +Vertex 3167: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099365 + Group: 'spine.005', Weight: 0.463328 + Group: 'Head', Weight: 0.415088 +Vertex 3168: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106721 + Group: 'Head', Weight: 0.874551 +Vertex 3169: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108372 + Group: 'Head', Weight: 0.872404 +Vertex 3170: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113635 + Group: 'Head', Weight: 0.865630 +Vertex 3171: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117948 + Group: 'Head', Weight: 0.860170 +Vertex 3172: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122392 + Group: 'Head', Weight: 0.854711 +Vertex 3173: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119864 + Group: 'Head', Weight: 0.857524 +Vertex 3174: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116512 + Group: 'Head', Weight: 0.861519 +Vertex 3175: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109452 + Group: 'Head', Weight: 0.870455 +Vertex 3176: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106284 + Group: 'Head', Weight: 0.874670 +Vertex 3177: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110849 + Group: 'Head', Weight: 0.869177 +Vertex 3178: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112986 + Group: 'Head', Weight: 0.865809 +Vertex 3179: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105207 + Group: 'Head', Weight: 0.876228 +Vertex 3180: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.160578 + Group: 'spine.003', Weight: 0.437657 + Group: 'shoulder.L', Weight: 0.022551 + Group: 'shoulder.R', Weight: 0.284048 + Group: 'upper_arm.R', Weight: 0.059965 +Vertex 3181: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.239847 + Group: 'spine.003', Weight: 0.531917 + Group: 'shoulder.L', Weight: 0.061678 + Group: 'shoulder.R', Weight: 0.116633 + Group: 'upper_arm.R', Weight: 0.000044 +Vertex 3182: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.582122 + Group: 'spine.003', Weight: 0.281972 + Group: 'shoulder.L', Weight: 0.023924 + Group: 'shoulder.R', Weight: 0.050375 +Vertex 3183: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.087885 + Group: 'spine.003', Weight: 0.206573 + Group: 'shoulder.R', Weight: 0.386075 + Group: 'upper_arm.R', Weight: 0.298861 +Vertex 3184: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.102018 + Group: 'spine.003', Weight: 0.271942 + Group: 'shoulder.R', Weight: 0.468483 + Group: 'upper_arm.R', Weight: 0.119081 +Vertex 3185: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.321662 + Group: 'spine.003', Weight: 0.342232 + Group: 'shoulder.R', Weight: 0.101564 + Group: 'upper_arm.R', Weight: 0.204817 +Vertex 3186: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142031 + Group: 'spine.003', Weight: 0.299121 + Group: 'shoulder.R', Weight: 0.202931 + Group: 'upper_arm.R', Weight: 0.336046 +Vertex 3187: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.037809 + Group: 'spine.002', Weight: 0.763427 + Group: 'spine.003', Weight: 0.119659 + Group: 'shoulder.R', Weight: 0.009227 +Vertex 3188: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.019363 + Group: 'spine.002', Weight: 0.611030 + Group: 'spine.003', Weight: 0.220038 + Group: 'shoulder.R', Weight: 0.050899 + Group: 'upper_arm.R', Weight: 0.069304 +Vertex 3189: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.017392 + Group: 'spine.002', Weight: 0.749948 + Group: 'spine.003', Weight: 0.142797 + Group: 'shoulder.R', Weight: 0.005382 +Vertex 3190: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.222120 + Group: 'spine.003', Weight: 0.466626 + Group: 'shoulder.L', Weight: 0.008322 + Group: 'shoulder.R', Weight: 0.197706 + Group: 'upper_arm.R', Weight: 0.064274 +Vertex 3191: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.293597 + Group: 'spine.003', Weight: 0.490522 + Group: 'shoulder.L', Weight: 0.041811 + Group: 'shoulder.R', Weight: 0.115285 + Group: 'upper_arm.R', Weight: 0.012126 +Vertex 3192: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.578235 + Group: 'spine.003', Weight: 0.253022 + Group: 'shoulder.R', Weight: 0.075976 + Group: 'upper_arm.R', Weight: 0.047354 +Vertex 3193: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.595623 + Group: 'spine.003', Weight: 0.265804 + Group: 'shoulder.L', Weight: 0.008522 + Group: 'shoulder.R', Weight: 0.056522 +Vertex 3194: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.121210 + Group: 'spine.003', Weight: 0.284636 + Group: 'shoulder.R', Weight: 0.315931 + Group: 'upper_arm.R', Weight: 0.254531 +Vertex 3195: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.158145 + Group: 'spine.003', Weight: 0.378058 + Group: 'shoulder.R', Weight: 0.299269 + Group: 'upper_arm.R', Weight: 0.129422 +Vertex 3196: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.346964 + Group: 'spine.003', Weight: 0.352319 + Group: 'shoulder.R', Weight: 0.102668 + Group: 'upper_arm.R', Weight: 0.166621 +Vertex 3197: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.183531 + Group: 'spine.003', Weight: 0.349222 + Group: 'shoulder.R', Weight: 0.202224 + Group: 'upper_arm.R', Weight: 0.240772 +Vertex 3198: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.312852 + Group: 'spine.003', Weight: 0.392213 + Group: 'shoulder.R', Weight: 0.135619 + Group: 'upper_arm.R', Weight: 0.126779 +Vertex 3199: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.022620 + Group: 'spine.002', Weight: 0.728076 + Group: 'spine.003', Weight: 0.146378 + Group: 'shoulder.R', Weight: 0.026174 + Group: 'upper_arm.R', Weight: 0.013308 +Vertex 3200: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.005449 + Group: 'spine.002', Weight: 0.568466 + Group: 'spine.003', Weight: 0.242579 + Group: 'shoulder.R', Weight: 0.063759 + Group: 'upper_arm.R', Weight: 0.082599 +Vertex 3201: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.009678 + Group: 'spine.002', Weight: 0.716163 + Group: 'spine.003', Weight: 0.167107 + Group: 'shoulder.R', Weight: 0.022808 +Vertex 3202: +Vertex groups: 3 + Group: 'spine', Weight: 0.371022 + Group: 'spine.001', Weight: 0.521148 + Group: 'spine.002', Weight: 0.091335 +Vertex 3203: +Vertex groups: 3 + Group: 'spine', Weight: 0.076236 + Group: 'spine.001', Weight: 0.511611 + Group: 'spine.002', Weight: 0.391083 +Vertex 3204: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.099433 + Group: 'spine.002', Weight: 0.804610 + Group: 'spine.003', Weight: 0.054592 +Vertex 3205: +Vertex groups: 3 + Group: 'spine', Weight: 0.240315 + Group: 'spine.001', Weight: 0.630162 + Group: 'spine.002', Weight: 0.117232 +Vertex 3206: +Vertex groups: 3 + Group: 'spine', Weight: 0.056313 + Group: 'spine.001', Weight: 0.415648 + Group: 'spine.002', Weight: 0.502251 +Vertex 3207: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.225808 + Group: 'spine.002', Weight: 0.708301 + Group: 'spine.003', Weight: 0.003126 +Vertex 3208: +Vertex groups: 3 + Group: 'spine', Weight: 0.017612 + Group: 'spine.001', Weight: 0.303432 + Group: 'spine.002', Weight: 0.627403 +Vertex 3209: +Vertex groups: 3 + Group: 'spine', Weight: 0.326538 + Group: 'spine.001', Weight: 0.570214 + Group: 'spine.002', Weight: 0.089677 +Vertex 3210: +Vertex groups: 3 + Group: 'spine', Weight: 0.329570 + Group: 'spine.001', Weight: 0.571575 + Group: 'spine.002', Weight: 0.086388 +Vertex 3211: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.179535 + Group: 'spine.002', Weight: 0.751313 + Group: 'spine.003', Weight: 0.014744 +Vertex 3212: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.072943 + Group: 'spine.002', Weight: 0.807024 + Group: 'spine.003', Weight: 0.072458 +Vertex 3213: +Vertex groups: 3 + Group: 'spine', Weight: 0.370350 + Group: 'spine.001', Weight: 0.474379 + Group: 'spine.002', Weight: 0.129701 +Vertex 3214: +Vertex groups: 3 + Group: 'spine', Weight: 0.459929 + Group: 'spine.001', Weight: 0.412047 + Group: 'spine.002', Weight: 0.106200 +Vertex 3215: +Vertex groups: 3 + Group: 'spine', Weight: 0.378863 + Group: 'spine.001', Weight: 0.474351 + Group: 'spine.002', Weight: 0.122290 +Vertex 3216: +Vertex groups: 3 + Group: 'spine', Weight: 0.233002 + Group: 'spine.001', Weight: 0.629908 + Group: 'spine.002', Weight: 0.124285 +Vertex 3217: +Vertex groups: 3 + Group: 'spine', Weight: 0.029576 + Group: 'spine.001', Weight: 0.283763 + Group: 'spine.002', Weight: 0.635587 +Vertex 3218: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.089144 + Group: 'spine.002', Weight: 0.803585 + Group: 'spine.003', Weight: 0.061559 +Vertex 3219: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.149239 + Group: 'spine.002', Weight: 0.769824 + Group: 'spine.003', Weight: 0.029352 +Vertex 3220: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.173940 + Group: 'spine.002', Weight: 0.744819 + Group: 'spine.003', Weight: 0.020112 +Vertex 3221: +Vertex groups: 3 + Group: 'spine', Weight: 0.067057 + Group: 'spine.001', Weight: 0.482713 + Group: 'spine.002', Weight: 0.423638 +Vertex 3222: +Vertex groups: 3 + Group: 'spine', Weight: 0.285478 + Group: 'spine.001', Weight: 0.572262 + Group: 'spine.002', Weight: 0.124694 +Vertex 3223: +Vertex groups: 3 + Group: 'spine', Weight: 0.274855 + Group: 'spine.001', Weight: 0.603245 + Group: 'spine.002', Weight: 0.108498 +Vertex 3224: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.061969 + Group: 'spine.002', Weight: 0.798749 + Group: 'spine.003', Weight: 0.085086 +Vertex 3225: +Vertex groups: 3 + Group: 'spine', Weight: 0.282573 + Group: 'spine.001', Weight: 0.601493 + Group: 'spine.002', Weight: 0.103218 +Vertex 3226: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.136857 + Group: 'spine.002', Weight: 0.780881 + Group: 'spine.003', Weight: 0.034911 +Vertex 3227: +Vertex groups: 3 + Group: 'spine', Weight: 0.324774 + Group: 'spine.001', Weight: 0.505755 + Group: 'spine.002', Weight: 0.145509 +Vertex 3228: +Vertex groups: 3 + Group: 'spine', Weight: 0.228401 + Group: 'spine.001', Weight: 0.526332 + Group: 'spine.002', Weight: 0.211997 +Vertex 3229: +Vertex groups: 3 + Group: 'spine', Weight: 0.158517 + Group: 'spine.001', Weight: 0.508015 + Group: 'spine.002', Weight: 0.290594 +Vertex 3230: +Vertex groups: 3 + Group: 'spine', Weight: 0.674367 + Group: 'spine.001', Weight: 0.281711 + Group: 'spine.002', Weight: 0.004310 +Vertex 3231: +Vertex groups: 2 + Group: 'spine', Weight: 0.654050 + Group: 'spine.001', Weight: 0.306473 +Vertex 3232: +Vertex groups: 3 + Group: 'spine', Weight: 0.680841 + Group: 'spine.001', Weight: 0.264532 + Group: 'spine.002', Weight: 0.019036 +Vertex 3233: +Vertex groups: 3 + Group: 'spine', Weight: 0.603582 + Group: 'spine.001', Weight: 0.330786 + Group: 'spine.002', Weight: 0.046213 +Vertex 3234: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.208716 + Group: 'Head', Weight: 0.785322 +Vertex 3235: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.210600 + Group: 'Head', Weight: 0.783208 +Vertex 3236: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.217569 + Group: 'Head', Weight: 0.775627 +Vertex 3237: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220099 + Group: 'Head', Weight: 0.771714 +Vertex 3238: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220492 + Group: 'Head', Weight: 0.772107 +Vertex 3239: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216585 + Group: 'Head', Weight: 0.773892 +Vertex 3240: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.214607 + Group: 'Head', Weight: 0.774441 +Vertex 3241: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192374 + Group: 'Head', Weight: 0.795899 +Vertex 3242: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.181307 + Group: 'Head', Weight: 0.804817 +Vertex 3243: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168970 + Group: 'Head', Weight: 0.815178 +Vertex 3244: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.151166 + Group: 'Head', Weight: 0.830974 +Vertex 3245: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088539 + Group: 'Head', Weight: 0.894335 +Vertex 3246: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.025750 + Group: 'Head', Weight: 0.952302 +Vertex 3247: +Vertex groups: 1 + Group: 'Head', Weight: 0.968854 +Vertex 3248: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.070921 + Group: 'Head', Weight: 0.913728 +Vertex 3249: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.147989 + Group: 'Head', Weight: 0.830637 +Vertex 3250: +Vertex groups: 1 + Group: 'Head', Weight: 0.976689 +Vertex 3251: +Vertex groups: 1 + Group: 'Head', Weight: 0.982058 +Vertex 3252: +Vertex groups: 1 + Group: 'Head', Weight: 0.985793 +Vertex 3253: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112666 + Group: 'Head', Weight: 0.864278 +Vertex 3254: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112446 + Group: 'Head', Weight: 0.864857 +Vertex 3255: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110275 + Group: 'Head', Weight: 0.868357 +Vertex 3256: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110314 + Group: 'Head', Weight: 0.868426 +Vertex 3257: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106432 + Group: 'Head', Weight: 0.874417 +Vertex 3258: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106697 + Group: 'Head', Weight: 0.873923 +Vertex 3259: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142631 + Group: 'Head', Weight: 0.833925 +Vertex 3260: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139532 + Group: 'Head', Weight: 0.837073 +Vertex 3261: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110152 + Group: 'Head', Weight: 0.868690 +Vertex 3262: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105567 + Group: 'Head', Weight: 0.875279 +Vertex 3263: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132312 + Group: 'Head', Weight: 0.845187 +Vertex 3264: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109488 + Group: 'Head', Weight: 0.869674 +Vertex 3265: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104747 + Group: 'Head', Weight: 0.876238 +Vertex 3266: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127452 + Group: 'Head', Weight: 0.850760 +Vertex 3267: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123516 + Group: 'Head', Weight: 0.853836 +Vertex 3268: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118051 + Group: 'Head', Weight: 0.861926 +Vertex 3269: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118954 + Group: 'Head', Weight: 0.857990 +Vertex 3270: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112477 + Group: 'Head', Weight: 0.865006 +Vertex 3271: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113893 + Group: 'Head', Weight: 0.863493 +Vertex 3272: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114344 + Group: 'Head', Weight: 0.865266 +Vertex 3273: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109579 + Group: 'Head', Weight: 0.869857 +Vertex 3274: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110240 + Group: 'Head', Weight: 0.871095 +Vertex 3275: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114202 + Group: 'Head', Weight: 0.866548 +Vertex 3276: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105033 + Group: 'Head', Weight: 0.876910 +Vertex 3277: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102313 + Group: 'Head', Weight: 0.879865 +Vertex 3278: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102071 + Group: 'Head', Weight: 0.879786 +Vertex 3279: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122333 + Group: 'Head', Weight: 0.856785 +Vertex 3280: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124313 + Group: 'Head', Weight: 0.853499 +Vertex 3281: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117102 + Group: 'Head', Weight: 0.862338 +Vertex 3282: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125963 + Group: 'Head', Weight: 0.852294 +Vertex 3283: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120955 + Group: 'Head', Weight: 0.858195 +Vertex 3284: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126487 + Group: 'Head', Weight: 0.851345 +Vertex 3285: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112947 + Group: 'Head', Weight: 0.861132 +Vertex 3286: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113971 + Group: 'Head', Weight: 0.861752 +Vertex 3287: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102686 + Group: 'Head', Weight: 0.876484 +Vertex 3288: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109962 + Group: 'Head', Weight: 0.868713 +Vertex 3289: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102031 + Group: 'Head', Weight: 0.879543 +Vertex 3290: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153307 + Group: 'Head', Weight: 0.823360 +Vertex 3291: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144604 + Group: 'Head', Weight: 0.832732 +Vertex 3292: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141019 + Group: 'Head', Weight: 0.836245 +Vertex 3293: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120018 + Group: 'Head', Weight: 0.857628 +Vertex 3294: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118183 + Group: 'Head', Weight: 0.859535 +Vertex 3295: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112269 + Group: 'Head', Weight: 0.867379 +Vertex 3296: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111234 + Group: 'Head', Weight: 0.868133 +Vertex 3297: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124127 + Group: 'Head', Weight: 0.854566 +Vertex 3298: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.450477 + Group: 'spine.005', Weight: 0.054166 + Group: 'shoulder.L', Weight: 0.028036 + Group: 'shoulder.R', Weight: 0.361413 + Group: 'upper_arm.R', Weight: 0.032205 +Vertex 3299: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295672 + Group: 'spine.005', Weight: 0.056604 + Group: 'shoulder.R', Weight: 0.572871 + Group: 'upper_arm.R', Weight: 0.026153 +Vertex 3300: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.263303 + Group: 'spine.005', Weight: 0.027414 + Group: 'shoulder.R', Weight: 0.654596 +Vertex 3301: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.275285 + Group: 'spine.005', Weight: 0.047788 + Group: 'shoulder.R', Weight: 0.627524 +Vertex 3302: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.559869 + Group: 'shoulder.R', Weight: 0.297021 + Group: 'shoulder.L', Weight: 0.070348 + Group: 'spine.005', Weight: 0.055829 + Group: 'upper_arm.R', Weight: 0.016933 +Vertex 3303: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.029706 + Group: 'spine.004', Weight: 0.556569 + Group: 'spine.005', Weight: 0.039959 + Group: 'shoulder.L', Weight: 0.108141 + Group: 'shoulder.R', Weight: 0.182457 +Vertex 3304: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.341785 + Group: 'spine.005', Weight: 0.056512 + Group: 'shoulder.R', Weight: 0.497620 + Group: 'upper_arm.R', Weight: 0.040606 +Vertex 3305: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.255173 + Group: 'spine.005', Weight: 0.002222 + Group: 'shoulder.L', Weight: 0.000433 + Group: 'shoulder.R', Weight: 0.656137 +Vertex 3306: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.078072 + Group: 'spine.004', Weight: 0.209698 + Group: 'shoulder.L', Weight: 0.094900 + Group: 'shoulder.R', Weight: 0.591681 +Vertex 3307: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.936152 + Group: 'forearm.R', Weight: 0.061378 +Vertex 3308: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.934043 + Group: 'forearm.R', Weight: 0.063831 +Vertex 3309: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.933686 + Group: 'forearm.R', Weight: 0.063830 +Vertex 3310: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.977373 +Vertex 3311: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.985422 +Vertex 3312: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.940175 + Group: 'forearm.R', Weight: 0.059058 +Vertex 3313: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.927278 + Group: 'forearm.R', Weight: 0.071269 +Vertex 3314: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.922377 + Group: 'forearm.R', Weight: 0.075592 +Vertex 3315: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.941083 + Group: 'forearm.R', Weight: 0.057174 +Vertex 3316: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.983274 +Vertex 3317: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.977771 +Vertex 3318: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.964079 + Group: 'forearm.R', Weight: 0.018896 +Vertex 3319: +Vertex groups: 2 + Group: 'spine', Weight: 0.529300 + Group: 'spine1', Weight: 0.425431 +Vertex 3320: +Vertex groups: 3 + Group: 'spine', Weight: 0.307028 + Group: 'spine1', Weight: 0.629955 + Group: 'spine1.001', Weight: 0.048554 +Vertex 3321: +Vertex groups: 3 + Group: 'spine', Weight: 0.178169 + Group: 'spine1', Weight: 0.744804 + Group: 'spine1.001', Weight: 0.068680 +Vertex 3322: +Vertex groups: 2 + Group: 'spine', Weight: 0.651978 + Group: 'spine1', Weight: 0.301610 +Vertex 3323: +Vertex groups: 2 + Group: 'spine', Weight: 0.695576 + Group: 'spine1', Weight: 0.258602 +Vertex 3324: +Vertex groups: 3 + Group: 'spine', Weight: 0.148425 + Group: 'spine1', Weight: 0.778291 + Group: 'spine1.001', Weight: 0.068326 +Vertex 3325: +Vertex groups: 3 + Group: 'spine', Weight: 0.147790 + Group: 'spine1', Weight: 0.769355 + Group: 'spine1.001', Weight: 0.076758 +Vertex 3326: +Vertex groups: 3 + Group: 'spine', Weight: 0.145657 + Group: 'spine1', Weight: 0.775121 + Group: 'spine1.001', Weight: 0.073874 +Vertex 3327: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.265691 + Group: 'spine.003', Weight: 0.522461 + Group: 'shoulder.L', Weight: 0.070032 + Group: 'shoulder.R', Weight: 0.094913 +Vertex 3328: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.006285 + Group: 'spine.002', Weight: 0.715797 + Group: 'spine.003', Weight: 0.173528 + Group: 'shoulder.R', Weight: 0.009385 +Vertex 3329: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.566859 + Group: 'spine.003', Weight: 0.295743 + Group: 'shoulder.L', Weight: 0.032383 + Group: 'shoulder.R', Weight: 0.046931 +Vertex 3330: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.874041 + Group: 'forearm.R', Weight: 0.125720 +Vertex 3331: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.746854 + Group: 'forearm.R', Weight: 0.252997 +Vertex 3332: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.910120 + Group: 'forearm.R', Weight: 0.089669 +Vertex 3333: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.839607 + Group: 'forearm.R', Weight: 0.160259 +Vertex 3334: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.814956 + Group: 'forearm.R', Weight: 0.184904 +Vertex 3335: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.897448 + Group: 'forearm.R', Weight: 0.102321 +Vertex 3336: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.958799 + Group: 'forearm.R', Weight: 0.031651 +Vertex 3337: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.955095 + Group: 'forearm.R', Weight: 0.038804 +Vertex 3338: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.947046 + Group: 'forearm.R', Weight: 0.052272 +Vertex 3339: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.973037 +Vertex 3340: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.045767 + Group: 'forearm.R', Weight: 0.949993 +Vertex 3341: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.010870 + Group: 'forearm.R', Weight: 0.967974 +Vertex 3342: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.036497 + Group: 'forearm.R', Weight: 0.953156 +Vertex 3343: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.987312 +Vertex 3344: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.974139 +Vertex 3345: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.016427 + Group: 'forearm.R', Weight: 0.965212 +Vertex 3346: +Vertex groups: 3 + Group: 'spine', Weight: 0.044110 + Group: 'spine.001', Weight: 0.521290 + Group: 'spine.002', Weight: 0.412385 +Vertex 3347: +Vertex groups: 3 + Group: 'spine', Weight: 0.207869 + Group: 'spine.001', Weight: 0.699399 + Group: 'spine.002', Weight: 0.084763 +Vertex 3348: +Vertex groups: 3 + Group: 'spine', Weight: 0.009977 + Group: 'spine.001', Weight: 0.336493 + Group: 'spine.002', Weight: 0.603006 +Vertex 3349: +Vertex groups: 3 + Group: 'spine', Weight: 0.021258 + Group: 'spine.001', Weight: 0.346661 + Group: 'spine.002', Weight: 0.586935 +Vertex 3350: +Vertex groups: 3 + Group: 'spine', Weight: 0.202389 + Group: 'spine.001', Weight: 0.675986 + Group: 'spine.002', Weight: 0.111550 +Vertex 3351: +Vertex groups: 3 + Group: 'spine', Weight: 0.659965 + Group: 'spine.001', Weight: 0.294406 + Group: 'spine.002', Weight: 0.008137 +Vertex 3352: +Vertex groups: 2 + Group: 'spine', Weight: 0.760218 + Group: 'spine.001', Weight: 0.195741 +Vertex 3353: +Vertex groups: 3 + Group: 'spine', Weight: 0.642548 + Group: 'spine.001', Weight: 0.318381 + Group: 'spine.002', Weight: 0.001190 +Vertex 3354: +Vertex groups: 2 + Group: 'spine', Weight: 0.783177 + Group: 'spine.001', Weight: 0.180838 +Vertex 3355: +Vertex groups: 3 + Group: 'spine', Weight: 0.839233 + Group: 'spine.001', Weight: 0.108486 + Group: 'spine1', Weight: 0.026035 +Vertex 3356: +Vertex groups: 3 + Group: 'spine', Weight: 0.856410 + Group: 'spine.001', Weight: 0.090104 + Group: 'spine1', Weight: 0.034294 +Vertex 3357: +Vertex groups: 2 + Group: 'spine', Weight: 0.818859 + Group: 'spine.001', Weight: 0.142203 +Vertex 3358: +Vertex groups: 3 + Group: 'spine', Weight: 0.023528 + Group: 'spine.001', Weight: 0.443932 + Group: 'spine.002', Weight: 0.497264 +Vertex 3359: +Vertex groups: 3 + Group: 'spine', Weight: 0.210158 + Group: 'spine.001', Weight: 0.696534 + Group: 'spine.002', Weight: 0.085250 +Vertex 3360: +Vertex groups: 2 + Group: 'spine', Weight: 0.652928 + Group: 'spine.001', Weight: 0.308604 +Vertex 3361: +Vertex groups: 2 + Group: 'spine', Weight: 0.717951 + Group: 'spine.001', Weight: 0.244761 +Vertex 3362: +Vertex groups: 3 + Group: 'spine', Weight: 0.848522 + Group: 'spine.001', Weight: 0.109949 + Group: 'spine1', Weight: 0.009505 +Vertex 3363: +Vertex groups: 3 + Group: 'spine', Weight: 0.024577 + Group: 'spine.001', Weight: 0.426284 + Group: 'spine.002', Weight: 0.512004 +Vertex 3364: +Vertex groups: 3 + Group: 'spine', Weight: 0.024952 + Group: 'spine.001', Weight: 0.377893 + Group: 'spine.002', Weight: 0.556212 +Vertex 3365: +Vertex groups: 3 + Group: 'spine', Weight: 0.211112 + Group: 'spine.001', Weight: 0.674317 + Group: 'spine.002', Weight: 0.104769 +Vertex 3366: +Vertex groups: 3 + Group: 'spine', Weight: 0.679907 + Group: 'spine.001', Weight: 0.277523 + Group: 'spine.002', Weight: 0.001567 +Vertex 3367: +Vertex groups: 2 + Group: 'spine', Weight: 0.739550 + Group: 'spine.001', Weight: 0.221161 +Vertex 3368: +Vertex groups: 3 + Group: 'spine', Weight: 0.825394 + Group: 'spine.001', Weight: 0.126571 + Group: 'spine1', Weight: 0.015344 +Vertex 3369: +Vertex groups: 3 + Group: 'spine', Weight: 0.819154 + Group: 'spine.001', Weight: 0.138873 + Group: 'spine1', Weight: 0.004756 +Vertex 3370: +Vertex groups: 3 + Group: 'spine', Weight: 0.474096 + Group: 'spine.001', Weight: 0.453023 + Group: 'spine.002', Weight: 0.059991 +Vertex 3371: +Vertex groups: 3 + Group: 'spine', Weight: 0.381028 + Group: 'spine.001', Weight: 0.554166 + Group: 'spine.002', Weight: 0.054035 +Vertex 3372: +Vertex groups: 3 + Group: 'spine', Weight: 0.285460 + Group: 'spine.001', Weight: 0.639313 + Group: 'spine.002', Weight: 0.066501 +Vertex 3373: +Vertex groups: 3 + Group: 'spine', Weight: 0.374473 + Group: 'spine.001', Weight: 0.571127 + Group: 'spine.002', Weight: 0.040420 +Vertex 3374: +Vertex groups: 3 + Group: 'spine', Weight: 0.382151 + Group: 'spine.001', Weight: 0.553943 + Group: 'spine.002', Weight: 0.053161 +Vertex 3375: +Vertex groups: 3 + Group: 'spine', Weight: 0.286761 + Group: 'spine.001', Weight: 0.639499 + Group: 'spine.002', Weight: 0.065179 +Vertex 3376: +Vertex groups: 3 + Group: 'spine', Weight: 0.286197 + Group: 'spine.001', Weight: 0.633518 + Group: 'spine.002', Weight: 0.071078 +Vertex 3377: +Vertex groups: 3 + Group: 'spine', Weight: 0.110209 + Group: 'spine.001', Weight: 0.489664 + Group: 'spine.002', Weight: 0.360784 +Vertex 3378: +Vertex groups: 3 + Group: 'spine', Weight: 0.113323 + Group: 'spine.001', Weight: 0.591243 + Group: 'spine.002', Weight: 0.275556 +Vertex 3379: +Vertex groups: 3 + Group: 'spine', Weight: 0.119337 + Group: 'spine.001', Weight: 0.632771 + Group: 'spine.002', Weight: 0.232804 +Vertex 3380: +Vertex groups: 3 + Group: 'spine', Weight: 0.061246 + Group: 'spine.001', Weight: 0.613705 + Group: 'spine.002', Weight: 0.310060 +Vertex 3381: +Vertex groups: 3 + Group: 'spine', Weight: 0.059915 + Group: 'spine.001', Weight: 0.588295 + Group: 'spine.002', Weight: 0.335044 +Vertex 3382: +Vertex groups: 3 + Group: 'spine', Weight: 0.073931 + Group: 'spine.001', Weight: 0.548393 + Group: 'spine.002', Weight: 0.358915 +Vertex 3383: +Vertex groups: 4 + Group: 'spine', Weight: 0.032206 + Group: 'spine.001', Weight: 0.142359 + Group: 'spine.002', Weight: 0.653947 + Group: 'spine.003', Weight: 0.091942 +Vertex 3384: +Vertex groups: 4 + Group: 'spine', Weight: 0.060567 + Group: 'spine.001', Weight: 0.223808 + Group: 'spine.002', Weight: 0.609481 + Group: 'spine.003', Weight: 0.055195 +Vertex 3385: +Vertex groups: 4 + Group: 'spine', Weight: 0.079189 + Group: 'spine.001', Weight: 0.332887 + Group: 'spine.002', Weight: 0.516397 + Group: 'spine.003', Weight: 0.020051 +Vertex 3386: +Vertex groups: 3 + Group: 'spine', Weight: 0.118653 + Group: 'spine.001', Weight: 0.621608 + Group: 'spine.002', Weight: 0.243255 +Vertex 3387: +Vertex groups: 3 + Group: 'spine', Weight: 0.117182 + Group: 'spine.001', Weight: 0.610349 + Group: 'spine.002', Weight: 0.254507 +Vertex 3388: +Vertex groups: 3 + Group: 'spine', Weight: 0.073713 + Group: 'spine.001', Weight: 0.570416 + Group: 'spine.002', Weight: 0.338094 +Vertex 3389: +Vertex groups: 3 + Group: 'spine', Weight: 0.064240 + Group: 'spine.001', Weight: 0.616310 + Group: 'spine.002', Weight: 0.304377 +Vertex 3390: +Vertex groups: 3 + Group: 'spine', Weight: 0.063530 + Group: 'spine.001', Weight: 0.566974 + Group: 'spine.002', Weight: 0.351397 +Vertex 3391: +Vertex groups: 3 + Group: 'spine', Weight: 0.154413 + Group: 'spine.001', Weight: 0.630935 + Group: 'spine.002', Weight: 0.198443 +Vertex 3392: +Vertex groups: 3 + Group: 'spine', Weight: 0.173449 + Group: 'spine.001', Weight: 0.658385 + Group: 'spine.002', Weight: 0.155740 +Vertex 3393: +Vertex groups: 3 + Group: 'spine', Weight: 0.112594 + Group: 'spine.001', Weight: 0.713368 + Group: 'spine.002', Weight: 0.164284 +Vertex 3394: +Vertex groups: 3 + Group: 'spine', Weight: 0.110474 + Group: 'spine.001', Weight: 0.648902 + Group: 'spine.002', Weight: 0.226828 +Vertex 3395: +Vertex groups: 4 + Group: 'spine', Weight: 0.054338 + Group: 'spine.001', Weight: 0.186168 + Group: 'spine.002', Weight: 0.636450 + Group: 'spine.003', Weight: 0.068620 +Vertex 3396: +Vertex groups: 4 + Group: 'spine', Weight: 0.080250 + Group: 'spine.001', Weight: 0.294877 + Group: 'spine.002', Weight: 0.544622 + Group: 'spine.003', Weight: 0.032469 +Vertex 3397: +Vertex groups: 3 + Group: 'spine', Weight: 0.124401 + Group: 'spine.001', Weight: 0.483868 + Group: 'spine.002', Weight: 0.345222 +Vertex 3398: +Vertex groups: 3 + Group: 'spine', Weight: 0.162065 + Group: 'spine.001', Weight: 0.648056 + Group: 'spine.002', Weight: 0.175930 +Vertex 3399: +Vertex groups: 3 + Group: 'spine', Weight: 0.158025 + Group: 'spine.001', Weight: 0.639975 + Group: 'spine.002', Weight: 0.186992 +Vertex 3400: +Vertex groups: 3 + Group: 'spine', Weight: 0.103813 + Group: 'spine.001', Weight: 0.653013 + Group: 'spine.002', Weight: 0.229666 +Vertex 3401: +Vertex groups: 3 + Group: 'spine', Weight: 0.086204 + Group: 'spine.001', Weight: 0.677100 + Group: 'spine.002', Weight: 0.224661 +Vertex 3402: +Vertex groups: 3 + Group: 'spine', Weight: 0.086767 + Group: 'spine.001', Weight: 0.647291 + Group: 'spine.002', Weight: 0.252124 +Vertex 3403: +Vertex groups: 3 + Group: 'spine', Weight: 0.165476 + Group: 'spine.001', Weight: 0.577090 + Group: 'spine.002', Weight: 0.231511 +Vertex 3404: +Vertex groups: 3 + Group: 'spine', Weight: 0.112237 + Group: 'spine.001', Weight: 0.699143 + Group: 'spine.002', Weight: 0.177982 +Vertex 3405: +Vertex groups: 3 + Group: 'spine', Weight: 0.034763 + Group: 'spine.001', Weight: 0.483363 + Group: 'spine.002', Weight: 0.453844 +Vertex 3406: +Vertex groups: 3 + Group: 'spine', Weight: 0.042168 + Group: 'spine.001', Weight: 0.506465 + Group: 'spine.002', Weight: 0.426804 +Vertex 3407: +Vertex groups: 3 + Group: 'spine', Weight: 0.033864 + Group: 'spine.001', Weight: 0.439386 + Group: 'spine.002', Weight: 0.493754 +Vertex 3408: +Vertex groups: 3 + Group: 'spine', Weight: 0.064541 + Group: 'spine.001', Weight: 0.622875 + Group: 'spine.002', Weight: 0.297946 +Vertex 3409: +Vertex groups: 3 + Group: 'spine', Weight: 0.072315 + Group: 'spine.001', Weight: 0.573588 + Group: 'spine.002', Weight: 0.336431 +Vertex 3410: +Vertex groups: 3 + Group: 'spine', Weight: 0.147821 + Group: 'spine.001', Weight: 0.714789 + Group: 'spine.002', Weight: 0.128463 +Vertex 3411: +Vertex groups: 3 + Group: 'spine', Weight: 0.145052 + Group: 'spine.001', Weight: 0.702574 + Group: 'spine.002', Weight: 0.142532 +Vertex 3412: +Vertex groups: 3 + Group: 'spine', Weight: 0.087781 + Group: 'spine.001', Weight: 0.670598 + Group: 'spine.002', Weight: 0.229143 +Vertex 3413: +Vertex groups: 3 + Group: 'spine', Weight: 0.112488 + Group: 'spine.001', Weight: 0.710530 + Group: 'spine.002', Weight: 0.167066 +Vertex 3414: +Vertex groups: 3 + Group: 'spine', Weight: 0.204319 + Group: 'spine.001', Weight: 0.697005 + Group: 'spine.002', Weight: 0.090441 +Vertex 3415: +Vertex groups: 3 + Group: 'spine', Weight: 0.114981 + Group: 'spine.001', Weight: 0.670685 + Group: 'spine.002', Weight: 0.201986 +Vertex 3416: +Vertex groups: 3 + Group: 'spine', Weight: 0.199066 + Group: 'spine.001', Weight: 0.691530 + Group: 'spine.002', Weight: 0.100472 +Vertex 3417: +Vertex groups: 3 + Group: 'spine', Weight: 0.517562 + Group: 'spine.001', Weight: 0.436094 + Group: 'spine.002', Weight: 0.019897 +Vertex 3418: +Vertex groups: 3 + Group: 'spine', Weight: 0.514845 + Group: 'spine.001', Weight: 0.439110 + Group: 'spine.002', Weight: 0.018839 +Vertex 3419: +Vertex groups: 3 + Group: 'spine', Weight: 0.369808 + Group: 'spine.001', Weight: 0.571315 + Group: 'spine.002', Weight: 0.048859 +Vertex 3420: +Vertex groups: 3 + Group: 'spine', Weight: 0.141930 + Group: 'spine.001', Weight: 0.710396 + Group: 'spine.002', Weight: 0.138288 +Vertex 3421: +Vertex groups: 2 + Group: 'spine', Weight: 0.778458 + Group: 'spine.001', Weight: 0.182735 +Vertex 3422: +Vertex groups: 2 + Group: 'spine', Weight: 0.760416 + Group: 'spine.001', Weight: 0.203126 +Vertex 3423: +Vertex groups: 2 + Group: 'spine', Weight: 0.775023 + Group: 'spine.001', Weight: 0.183095 +Vertex 3424: +Vertex groups: 3 + Group: 'spine', Weight: 0.649219 + Group: 'spine.001', Weight: 0.311888 + Group: 'spine.002', Weight: 0.000029 +Vertex 3425: +Vertex groups: 3 + Group: 'spine', Weight: 0.374612 + Group: 'spine.001', Weight: 0.569880 + Group: 'spine.002', Weight: 0.042631 +Vertex 3426: +Vertex groups: 2 + Group: 'spine', Weight: 0.673547 + Group: 'spine.001', Weight: 0.286364 +Vertex 3427: +Vertex groups: 3 + Group: 'spine', Weight: 0.374562 + Group: 'spine.001', Weight: 0.565907 + Group: 'spine.002', Weight: 0.048970 +Vertex 3428: +Vertex groups: 3 + Group: 'spine', Weight: 0.508747 + Group: 'spine.001', Weight: 0.445633 + Group: 'spine.002', Weight: 0.019043 +Vertex 3429: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.684213 + Group: 'forearm.R', Weight: 0.315658 +Vertex 3430: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.984915 +Vertex 3431: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.234893 + Group: 'forearm.R', Weight: 0.764973 +Vertex 3432: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994088 +Vertex 3433: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.902279 + Group: 'forearm.R', Weight: 0.097605 +Vertex 3434: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.308429 + Group: 'forearm.R', Weight: 0.691381 +Vertex 3435: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.987988 +Vertex 3436: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994146 +Vertex 3437: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.337531 + Group: 'forearm.R', Weight: 0.662258 +Vertex 3438: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.951032 + Group: 'forearm.R', Weight: 0.044546 +Vertex 3439: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.512656 + Group: 'forearm.R', Weight: 0.487215 +Vertex 3440: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.977317 +Vertex 3441: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.298095 + Group: 'forearm.R', Weight: 0.701723 +Vertex 3442: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.791517 + Group: 'forearm.R', Weight: 0.208217 +Vertex 3443: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.970965 +Vertex 3444: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.278604 + Group: 'forearm.R', Weight: 0.721180 +Vertex 3445: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.189894 + Group: 'forearm.R', Weight: 0.809059 +Vertex 3446: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.186001 + Group: 'forearm.R', Weight: 0.813353 +Vertex 3447: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.194680 + Group: 'forearm.R', Weight: 0.804980 +Vertex 3448: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.213466 + Group: 'forearm.R', Weight: 0.786310 +Vertex 3449: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.203395 + Group: 'forearm.R', Weight: 0.795687 +Vertex 3450: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.265690 + Group: 'forearm.R', Weight: 0.733974 +Vertex 3451: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.186246 + Group: 'forearm.R', Weight: 0.813296 +Vertex 3452: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.213220 + Group: 'forearm.R', Weight: 0.786369 +Vertex 3453: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.163860 + Group: 'forearm.R', Weight: 0.835855 +Vertex 3454: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.976132 +Vertex 3455: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.974224 +Vertex 3456: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996445 +Vertex 3457: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.978549 +Vertex 3458: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.972543 +Vertex 3459: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.975021 +Vertex 3460: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994484 +Vertex 3461: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.988872 +Vertex 3462: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.972998 +Vertex 3463: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.978791 +Vertex 3464: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990296 +Vertex 3465: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996130 +Vertex 3466: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.691667 + Group: 'spine.005', Weight: 0.167929 + Group: 'shoulder.R', Weight: 0.104317 +Vertex 3467: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.618202 + Group: 'spine.005', Weight: 0.219577 + Group: 'Head', Weight: 0.018564 + Group: 'shoulder.R', Weight: 0.114821 +Vertex 3468: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.584137 + Group: 'spine.005', Weight: 0.235830 + Group: 'Head', Weight: 0.043133 + Group: 'shoulder.R', Weight: 0.119344 +Vertex 3469: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.557324 + Group: 'spine.005', Weight: 0.210052 + Group: 'Head', Weight: 0.063245 + Group: 'shoulder.R', Weight: 0.143770 +Vertex 3470: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.571513 + Group: 'spine.005', Weight: 0.173887 + Group: 'Head', Weight: 0.068210 + Group: 'shoulder.R', Weight: 0.147080 +Vertex 3471: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.588819 + Group: 'spine.005', Weight: 0.159945 + Group: 'Head', Weight: 0.077837 + Group: 'shoulder.L', Weight: 0.009818 + Group: 'shoulder.R', Weight: 0.118449 +Vertex 3472: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.597448 + Group: 'spine.005', Weight: 0.155865 + Group: 'Head', Weight: 0.087225 + Group: 'shoulder.L', Weight: 0.040792 + Group: 'shoulder.R', Weight: 0.088107 +Vertex 3473: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.752635 + Group: 'spine.005', Weight: 0.127893 + Group: 'shoulder.R', Weight: 0.076298 +Vertex 3474: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.220355 + Group: 'spine.002', Weight: 0.715962 + Group: 'spine.003', Weight: 0.004203 +Vertex 3475: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.860582 + Group: 'forearm.R', Weight: 0.138370 +Vertex 3476: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.917787 + Group: 'forearm.R', Weight: 0.081954 +Vertex 3477: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.874580 + Group: 'forearm.R', Weight: 0.124840 +Vertex 3478: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.835956 + Group: 'forearm.R', Weight: 0.163188 +Vertex 3479: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.950433 + Group: 'forearm.R', Weight: 0.048739 +Vertex 3480: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.847700 + Group: 'forearm.R', Weight: 0.151453 +Vertex 3481: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.852232 + Group: 'forearm.R', Weight: 0.146661 +Vertex 3482: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.950714 + Group: 'forearm.R', Weight: 0.048339 +Vertex 3483: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.843200 + Group: 'forearm.R', Weight: 0.156173 +Vertex 3484: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.868255 + Group: 'forearm.R', Weight: 0.131132 +Vertex 3485: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.911553 + Group: 'forearm.R', Weight: 0.087982 +Vertex 3486: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.936667 + Group: 'forearm.R', Weight: 0.063063 +Vertex 3487: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.927981 + Group: 'forearm.R', Weight: 0.071697 +Vertex 3488: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.915011 + Group: 'forearm.R', Weight: 0.084620 +Vertex 3489: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.953963 + Group: 'forearm.R', Weight: 0.041787 +Vertex 3490: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.891799 + Group: 'forearm.R', Weight: 0.107637 +Vertex 3491: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.965351 + Group: 'forearm.R', Weight: 0.008561 +Vertex 3492: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990247 +Vertex 3493: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.974051 +Vertex 3494: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.958424 + Group: 'forearm.R', Weight: 0.025020 +Vertex 3495: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990428 +Vertex 3496: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.984422 +Vertex 3497: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.991213 +Vertex 3498: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.972186 + Group: 'forearm.R', Weight: 0.001021 +Vertex 3499: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.962449 + Group: 'forearm.R', Weight: 0.019532 +Vertex 3500: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.965349 + Group: 'forearm.R', Weight: 0.009887 +Vertex 3501: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.962897 + Group: 'forearm.R', Weight: 0.014119 +Vertex 3502: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.993342 +Vertex 3503: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.965228 + Group: 'forearm.R', Weight: 0.013768 +Vertex 3504: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.968515 + Group: 'forearm.R', Weight: 0.003534 +Vertex 3505: +Vertex groups: 5 + Group: 'spine', Weight: 0.009865 + Group: 'spine.001', Weight: 0.170627 + Group: 'spine.002', Weight: 0.708385 + Group: 'spine.003', Weight: 0.036775 + Group: 'upper_arm.R', Weight: 0.009415 +Vertex 3506: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.067466 + Group: 'spine.002', Weight: 0.546883 + Group: 'spine.003', Weight: 0.215925 + Group: 'shoulder.R', Weight: 0.055199 + Group: 'upper_arm.R', Weight: 0.054544 +Vertex 3507: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.657979 + Group: 'spine.003', Weight: 0.142787 + Group: 'spine.001', Weight: 0.102667 + Group: 'upper_arm.R', Weight: 0.058878 + Group: 'shoulder.R', Weight: 0.037689 +Vertex 3508: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697737 + Group: 'spine.001', Weight: 0.121015 + Group: 'spine.003', Weight: 0.103668 + Group: 'upper_arm.R', Weight: 0.059098 + Group: 'shoulder.R', Weight: 0.018482 +Vertex 3509: +Vertex groups: 5 + Group: 'spine', Weight: 0.013138 + Group: 'spine.001', Weight: 0.136193 + Group: 'spine.002', Weight: 0.688823 + Group: 'spine.003', Weight: 0.066372 + Group: 'upper_arm.R', Weight: 0.043292 +Vertex 3510: +Vertex groups: 3 + Group: 'spine', Weight: 0.778971 + Group: 'spine.001', Weight: 0.026889 + Group: 'spine1', Weight: 0.163683 +Vertex 3511: +Vertex groups: 3 + Group: 'spine', Weight: 0.822526 + Group: 'spine.001', Weight: 0.041359 + Group: 'spine1', Weight: 0.112371 +Vertex 3512: +Vertex groups: 3 + Group: 'spine', Weight: 0.329338 + Group: 'spine1', Weight: 0.631655 + Group: 'spine1.001', Weight: 0.013825 +Vertex 3513: +Vertex groups: 3 + Group: 'spine', Weight: 0.566365 + Group: 'spine1', Weight: 0.387173 + Group: 'spine1.001', Weight: 0.001561 +Vertex 3514: +Vertex groups: 3 + Group: 'spine', Weight: 0.337946 + Group: 'spine1', Weight: 0.616087 + Group: 'spine1.001', Weight: 0.021243 +Vertex 3515: +Vertex groups: 3 + Group: 'spine', Weight: 0.835793 + Group: 'spine.001', Weight: 0.039663 + Group: 'spine1', Weight: 0.099348 +Vertex 3516: +Vertex groups: 3 + Group: 'spine', Weight: 0.292182 + Group: 'spine1', Weight: 0.660978 + Group: 'spine1.001', Weight: 0.028649 +Vertex 3517: +Vertex groups: 3 + Group: 'spine', Weight: 0.302592 + Group: 'spine1', Weight: 0.653899 + Group: 'spine1.001', Weight: 0.023130 +Vertex 3518: +Vertex groups: 3 + Group: 'spine', Weight: 0.131470 + Group: 'spine1', Weight: 0.749936 + Group: 'spine1.001', Weight: 0.101889 +Vertex 3519: +Vertex groups: 3 + Group: 'spine', Weight: 0.079551 + Group: 'spine1', Weight: 0.759648 + Group: 'spine1.001', Weight: 0.150248 +Vertex 3520: +Vertex groups: 3 + Group: 'spine', Weight: 0.214616 + Group: 'spine1', Weight: 0.693877 + Group: 'spine1.001', Weight: 0.074460 +Vertex 3521: +Vertex groups: 3 + Group: 'spine', Weight: 0.063234 + Group: 'spine1', Weight: 0.761214 + Group: 'spine1.001', Weight: 0.167840 +Vertex 3522: +Vertex groups: 3 + Group: 'spine', Weight: 0.059945 + Group: 'spine1', Weight: 0.769742 + Group: 'spine1.001', Weight: 0.163861 +Vertex 3523: +Vertex groups: 3 + Group: 'spine', Weight: 0.204085 + Group: 'spine1', Weight: 0.705810 + Group: 'spine1.001', Weight: 0.072701 +Vertex 3524: +Vertex groups: 3 + Group: 'spine', Weight: 0.219934 + Group: 'spine1', Weight: 0.691705 + Group: 'spine1.001', Weight: 0.070568 +Vertex 3525: +Vertex groups: 3 + Group: 'spine', Weight: 0.056860 + Group: 'spine1', Weight: 0.778492 + Group: 'spine1.001', Weight: 0.158949 +Vertex 3526: +Vertex groups: 4 + Group: 'spine', Weight: 0.761169 + Group: 'spine.001', Weight: 0.177780 + Group: 'spine.002', Weight: 0.011705 + Group: 'spine1', Weight: 0.000089 +Vertex 3527: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107879 + Group: 'spine.003', Weight: 0.119027 + Group: 'shoulder.R', Weight: 0.149434 + Group: 'upper_arm.R', Weight: 0.601253 +Vertex 3528: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.970726 +Vertex 3529: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.373364 + Group: 'forearm.R', Weight: 0.626304 +Vertex 3530: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.722308 + Group: 'forearm.R', Weight: 0.277156 +Vertex 3531: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004210 + Group: 'shoulder.R', Weight: 0.029486 + Group: 'upper_arm.R', Weight: 0.903314 +Vertex 3532: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063810 + Group: 'spine.003', Weight: 0.073213 + Group: 'shoulder.R', Weight: 0.093575 + Group: 'upper_arm.R', Weight: 0.755223 +Vertex 3533: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.249005 + Group: 'spine.003', Weight: 0.246591 + Group: 'shoulder.R', Weight: 0.143976 + Group: 'upper_arm.R', Weight: 0.315682 +Vertex 3534: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040067 + Group: 'spine.002', Weight: 0.490323 + Group: 'spine.003', Weight: 0.198410 + Group: 'shoulder.R', Weight: 0.081136 + Group: 'upper_arm.R', Weight: 0.159505 +Vertex 3535: +Vertex groups: 5 + Group: 'spine', Weight: 0.048212 + Group: 'spine.001', Weight: 0.209642 + Group: 'spine.002', Weight: 0.635156 + Group: 'spine.003', Weight: 0.051066 + Group: 'upper_arm.R', Weight: 0.011197 +Vertex 3536: +Vertex groups: 3 + Group: 'spine', Weight: 0.242313 + Group: 'spine.001', Weight: 0.563282 + Group: 'spine.002', Weight: 0.170812 +Vertex 3537: +Vertex groups: 3 + Group: 'spine', Weight: 0.602968 + Group: 'spine.001', Weight: 0.309187 + Group: 'spine.002', Weight: 0.066402 +Vertex 3538: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.083827 + Group: 'spine.002', Weight: 0.646219 + Group: 'spine.003', Weight: 0.114600 + Group: 'shoulder.R', Weight: 0.035547 + Group: 'upper_arm.R', Weight: 0.081609 +Vertex 3539: +Vertex groups: 3 + Group: 'spine', Weight: 0.691940 + Group: 'spine.001', Weight: 0.242073 + Group: 'spine.002', Weight: 0.032586 +Vertex 3540: +Vertex groups: 3 + Group: 'spine', Weight: 0.810020 + Group: 'spine.001', Weight: 0.050748 + Group: 'spine1', Weight: 0.121006 +Vertex 3541: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142123 + Group: 'spine.003', Weight: 0.151700 + Group: 'shoulder.R', Weight: 0.182616 + Group: 'upper_arm.R', Weight: 0.494372 +Vertex 3542: +Vertex groups: 3 + Group: 'spine', Weight: 0.823659 + Group: 'spine.001', Weight: 0.098808 + Group: 'spine1', Weight: 0.054736 +Vertex 3543: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.104816 + Group: 'forearm.R', Weight: 0.894798 +Vertex 3544: +Vertex groups: 1 + Group: 'spine2', Weight: 0.985816 +Vertex 3545: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3546: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.806102 + Group: 'spine2', Weight: 0.190187 +Vertex 3547: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.269529 + Group: 'spine1.003', Weight: 0.728594 +Vertex 3548: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.136714 + Group: 'spine1.002', Weight: 0.830055 +Vertex 3549: +Vertex groups: 4 + Group: 'spine', Weight: 0.052035 + Group: 'spine1', Weight: 0.689817 + Group: 'spine1.001', Weight: 0.219964 + Group: 'spine1.002', Weight: 0.022958 +Vertex 3550: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.114443 + Group: 'spine2', Weight: 0.885106 +Vertex 3551: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.028340 + Group: 'spine1.003', Weight: 0.959829 +Vertex 3552: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.912322 + Group: 'spine1.003', Weight: 0.065831 +Vertex 3553: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132561 + Group: 'spine1.001', Weight: 0.685428 + Group: 'spine1.002', Weight: 0.169449 +Vertex 3554: +Vertex groups: 3 + Group: 'spine', Weight: 0.459960 + Group: 'spine.001', Weight: 0.419333 + Group: 'spine.002', Weight: 0.100282 +Vertex 3555: +Vertex groups: 3 + Group: 'spine', Weight: 0.342838 + Group: 'spine.001', Weight: 0.508420 + Group: 'spine.002', Weight: 0.127676 +Vertex 3556: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.926947 + Group: 'forearm.R', Weight: 0.070799 +Vertex 3557: +Vertex groups: 3 + Group: 'spine', Weight: 0.409949 + Group: 'spine1', Weight: 0.537719 + Group: 'spine1.001', Weight: 0.022014 +Vertex 3558: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.003384 + Group: 'forearm.R', Weight: 0.972084 +Vertex 3559: +Vertex groups: 4 + Group: 'spine', Weight: 0.095894 + Group: 'spine.001', Weight: 0.420920 + Group: 'spine.002', Weight: 0.429469 + Group: 'spine.003', Weight: 0.000996 +Vertex 3560: +Vertex groups: 3 + Group: 'spine', Weight: 0.145789 + Group: 'spine.001', Weight: 0.535095 + Group: 'spine.002', Weight: 0.284110 +Vertex 3561: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.180216 + Group: 'forearm.R', Weight: 0.819480 +Vertex 3562: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.973494 +Vertex 3563: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.839217 + Group: 'forearm.R', Weight: 0.159803 +Vertex 3564: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.960174 + Group: 'forearm.R', Weight: 0.020674 +Vertex 3565: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.714619 + Group: 'spine.001', Weight: 0.134458 + Group: 'spine.003', Weight: 0.084785 + Group: 'upper_arm.R', Weight: 0.054691 + Group: 'spine', Weight: 0.011446 +Vertex 3566: +Vertex groups: 2 + Group: 'spine', Weight: 0.680804 + Group: 'spine1', Weight: 0.271223 +Vertex 3567: +Vertex groups: 3 + Group: 'spine', Weight: 0.164295 + Group: 'spine1', Weight: 0.732618 + Group: 'spine1.001', Weight: 0.085956 +Vertex 3568: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.980386 +Vertex 3569: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.985890 +Vertex 3570: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.010351 + Group: 'forearm.R', Weight: 0.968653 +Vertex 3571: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.018012 + Group: 'forearm.R', Weight: 0.963668 +Vertex 3572: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.971998 +Vertex 3573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013587 + Group: 'Head', Weight: 0.968089 +Vertex 3574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.034632 + Group: 'Head', Weight: 0.957557 +Vertex 3575: +Vertex groups: 1 + Group: 'Head', Weight: 0.981409 +Vertex 3576: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 3577: +Vertex groups: 1 + Group: 'Head', Weight: 0.975647 +Vertex 3578: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.004109 + Group: 'Head', Weight: 0.972807 +Vertex 3579: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021524 + Group: 'Head', Weight: 0.964078 +Vertex 3580: +Vertex groups: 1 + Group: 'Head', Weight: 0.981767 +Vertex 3581: +Vertex groups: 1 + Group: 'Head', Weight: 0.980399 +Vertex 3582: +Vertex groups: 1 + Group: 'Head', Weight: 0.977530 +Vertex 3583: +Vertex groups: 1 + Group: 'Head', Weight: 0.980551 +Vertex 3584: +Vertex groups: 1 + Group: 'Head', Weight: 0.980001 +Vertex 3585: +Vertex groups: 1 + Group: 'Head', Weight: 0.984899 +Vertex 3586: +Vertex groups: 1 + Group: 'Head', Weight: 0.983770 +Vertex 3587: +Vertex groups: 1 + Group: 'Head', Weight: 0.982237 +Vertex 3588: +Vertex groups: 1 + Group: 'Head', Weight: 0.985156 +Vertex 3589: +Vertex groups: 1 + Group: 'Head', Weight: 0.985279 +Vertex 3590: +Vertex groups: 1 + Group: 'Head', Weight: 0.987319 +Vertex 3591: +Vertex groups: 1 + Group: 'Head', Weight: 0.988391 +Vertex 3592: +Vertex groups: 1 + Group: 'Head', Weight: 0.988680 +Vertex 3593: +Vertex groups: 1 + Group: 'Head', Weight: 0.987940 +Vertex 3594: +Vertex groups: 1 + Group: 'Head', Weight: 0.987098 +Vertex 3595: +Vertex groups: 1 + Group: 'Head', Weight: 0.986034 +Vertex 3596: +Vertex groups: 1 + Group: 'Head', Weight: 0.988269 +Vertex 3597: +Vertex groups: 1 + Group: 'Head', Weight: 0.988379 +Vertex 3598: +Vertex groups: 1 + Group: 'Head', Weight: 0.989432 +Vertex 3599: +Vertex groups: 1 + Group: 'Head', Weight: 0.990345 +Vertex 3600: +Vertex groups: 1 + Group: 'Head', Weight: 0.990951 +Vertex 3601: +Vertex groups: 1 + Group: 'Head', Weight: 0.990980 +Vertex 3602: +Vertex groups: 1 + Group: 'Head', Weight: 0.990386 +Vertex 3603: +Vertex groups: 1 + Group: 'Head', Weight: 0.989131 +Vertex 3604: +Vertex groups: 1 + Group: 'Head', Weight: 0.990757 +Vertex 3605: +Vertex groups: 1 + Group: 'Head', Weight: 0.990635 +Vertex 3606: +Vertex groups: 1 + Group: 'Head', Weight: 0.991244 +Vertex 3607: +Vertex groups: 1 + Group: 'Head', Weight: 0.992020 +Vertex 3608: +Vertex groups: 1 + Group: 'Head', Weight: 0.992651 +Vertex 3609: +Vertex groups: 1 + Group: 'Head', Weight: 0.992857 +Vertex 3610: +Vertex groups: 1 + Group: 'Head', Weight: 0.992537 +Vertex 3611: +Vertex groups: 1 + Group: 'Head', Weight: 0.991704 +Vertex 3612: +Vertex groups: 1 + Group: 'Head', Weight: 0.992826 +Vertex 3613: +Vertex groups: 1 + Group: 'Head', Weight: 0.992520 +Vertex 3614: +Vertex groups: 1 + Group: 'Head', Weight: 0.992798 +Vertex 3615: +Vertex groups: 1 + Group: 'Head', Weight: 0.993373 +Vertex 3616: +Vertex groups: 1 + Group: 'Head', Weight: 0.993915 +Vertex 3617: +Vertex groups: 1 + Group: 'Head', Weight: 0.994161 +Vertex 3618: +Vertex groups: 1 + Group: 'Head', Weight: 0.994019 +Vertex 3619: +Vertex groups: 1 + Group: 'Head', Weight: 0.993502 +Vertex 3620: +Vertex groups: 1 + Group: 'Head', Weight: 0.994295 +Vertex 3621: +Vertex groups: 1 + Group: 'Head', Weight: 0.993991 +Vertex 3622: +Vertex groups: 1 + Group: 'Head', Weight: 0.994066 +Vertex 3623: +Vertex groups: 1 + Group: 'Head', Weight: 0.994437 +Vertex 3624: +Vertex groups: 1 + Group: 'Head', Weight: 0.994854 +Vertex 3625: +Vertex groups: 1 + Group: 'Head', Weight: 0.995085 +Vertex 3626: +Vertex groups: 1 + Group: 'Head', Weight: 0.995048 +Vertex 3627: +Vertex groups: 1 + Group: 'Head', Weight: 0.994745 +Vertex 3628: +Vertex groups: 1 + Group: 'Head', Weight: 0.995283 +Vertex 3629: +Vertex groups: 1 + Group: 'Head', Weight: 0.995035 +Vertex 3630: +Vertex groups: 1 + Group: 'Head', Weight: 0.995015 +Vertex 3631: +Vertex groups: 1 + Group: 'Head', Weight: 0.995236 +Vertex 3632: +Vertex groups: 1 + Group: 'Head', Weight: 0.995538 +Vertex 3633: +Vertex groups: 1 + Group: 'Head', Weight: 0.995736 +Vertex 3634: +Vertex groups: 1 + Group: 'Head', Weight: 0.995750 +Vertex 3635: +Vertex groups: 1 + Group: 'Head', Weight: 0.995579 +Vertex 3636: +Vertex groups: 1 + Group: 'Head', Weight: 0.995930 +Vertex 3637: +Vertex groups: 1 + Group: 'Head', Weight: 0.995740 +Vertex 3638: +Vertex groups: 1 + Group: 'Head', Weight: 0.995685 +Vertex 3639: +Vertex groups: 1 + Group: 'Head', Weight: 0.995809 +Vertex 3640: +Vertex groups: 1 + Group: 'Head', Weight: 0.996025 +Vertex 3641: +Vertex groups: 1 + Group: 'Head', Weight: 0.996187 +Vertex 3642: +Vertex groups: 1 + Group: 'Head', Weight: 0.996223 +Vertex 3643: +Vertex groups: 1 + Group: 'Head', Weight: 0.996124 +Vertex 3644: +Vertex groups: 1 + Group: 'Head', Weight: 0.996349 +Vertex 3645: +Vertex groups: 1 + Group: 'Head', Weight: 0.996209 +Vertex 3646: +Vertex groups: 1 + Group: 'Head', Weight: 0.996147 +Vertex 3647: +Vertex groups: 1 + Group: 'Head', Weight: 0.996209 +Vertex 3648: +Vertex groups: 1 + Group: 'Head', Weight: 0.996364 +Vertex 3649: +Vertex groups: 1 + Group: 'Head', Weight: 0.996495 +Vertex 3650: +Vertex groups: 1 + Group: 'Head', Weight: 0.996537 +Vertex 3651: +Vertex groups: 1 + Group: 'Head', Weight: 0.996480 +Vertex 3652: +Vertex groups: 1 + Group: 'Head', Weight: 0.996622 +Vertex 3653: +Vertex groups: 1 + Group: 'Head', Weight: 0.996521 +Vertex 3654: +Vertex groups: 1 + Group: 'Head', Weight: 0.996465 +Vertex 3655: +Vertex groups: 1 + Group: 'Head', Weight: 0.996495 +Vertex 3656: +Vertex groups: 1 + Group: 'Head', Weight: 0.996602 +Vertex 3657: +Vertex groups: 1 + Group: 'Head', Weight: 0.996703 +Vertex 3658: +Vertex groups: 1 + Group: 'Head', Weight: 0.996743 +Vertex 3659: +Vertex groups: 1 + Group: 'Head', Weight: 0.996711 +Vertex 3660: +Vertex groups: 1 + Group: 'Head', Weight: 0.996799 +Vertex 3661: +Vertex groups: 1 + Group: 'Head', Weight: 0.996728 +Vertex 3662: +Vertex groups: 1 + Group: 'Head', Weight: 0.996683 +Vertex 3663: +Vertex groups: 1 + Group: 'Head', Weight: 0.996695 +Vertex 3664: +Vertex groups: 1 + Group: 'Head', Weight: 0.996766 +Vertex 3665: +Vertex groups: 1 + Group: 'Head', Weight: 0.996841 +Vertex 3666: +Vertex groups: 1 + Group: 'Head', Weight: 0.996876 +Vertex 3667: +Vertex groups: 1 + Group: 'Head', Weight: 0.996858 +Vertex 3668: +Vertex groups: 1 + Group: 'Head', Weight: 0.996911 +Vertex 3669: +Vertex groups: 1 + Group: 'Head', Weight: 0.996864 +Vertex 3670: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 3671: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 3672: +Vertex groups: 1 + Group: 'Head', Weight: 0.996874 +Vertex 3673: +Vertex groups: 1 + Group: 'Head', Weight: 0.996929 +Vertex 3674: +Vertex groups: 1 + Group: 'Head', Weight: 0.996957 +Vertex 3675: +Vertex groups: 1 + Group: 'Head', Weight: 0.996949 +Vertex 3676: +Vertex groups: 1 + Group: 'Head', Weight: 0.996982 +Vertex 3677: +Vertex groups: 1 + Group: 'Head', Weight: 0.996953 +Vertex 3678: +Vertex groups: 1 + Group: 'Head', Weight: 0.996930 +Vertex 3679: +Vertex groups: 1 + Group: 'Head', Weight: 0.996924 +Vertex 3680: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 3681: +Vertex groups: 1 + Group: 'Head', Weight: 0.996983 +Vertex 3682: +Vertex groups: 1 + Group: 'Head', Weight: 0.997005 +Vertex 3683: +Vertex groups: 1 + Group: 'Head', Weight: 0.997003 +Vertex 3684: +Vertex groups: 1 + Group: 'Head', Weight: 0.997027 +Vertex 3685: +Vertex groups: 1 + Group: 'Head', Weight: 0.997012 +Vertex 3686: +Vertex groups: 1 + Group: 'Head', Weight: 0.997000 +Vertex 3687: +Vertex groups: 1 + Group: 'Head', Weight: 0.996995 +Vertex 3688: +Vertex groups: 1 + Group: 'Head', Weight: 0.997003 +Vertex 3689: +Vertex groups: 1 + Group: 'Head', Weight: 0.997021 +Vertex 3690: +Vertex groups: 1 + Group: 'Head', Weight: 0.997035 +Vertex 3691: +Vertex groups: 1 + Group: 'Head', Weight: 0.997036 +Vertex 3692: +Vertex groups: 1 + Group: 'Head', Weight: 0.997054 +Vertex 3693: +Vertex groups: 1 + Group: 'Head', Weight: 0.997050 +Vertex 3694: +Vertex groups: 1 + Group: 'Head', Weight: 0.997047 +Vertex 3695: +Vertex groups: 1 + Group: 'Head', Weight: 0.997046 +Vertex 3696: +Vertex groups: 1 + Group: 'Head', Weight: 0.997048 +Vertex 3697: +Vertex groups: 1 + Group: 'Head', Weight: 0.997052 +Vertex 3698: +Vertex groups: 1 + Group: 'Head', Weight: 0.997057 +Vertex 3699: +Vertex groups: 1 + Group: 'Head', Weight: 0.997057 +Vertex 3700: +Vertex groups: 1 + Group: 'Head', Weight: 0.997064 +Vertex 3701: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078155 + Group: 'Head', Weight: 0.921844 +Vertex 3702: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072806 + Group: 'Head', Weight: 0.927193 +Vertex 3703: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.066086 + Group: 'Head', Weight: 0.933913 +Vertex 3704: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061518 + Group: 'Head', Weight: 0.938482 +Vertex 3705: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.059699 + Group: 'Head', Weight: 0.940300 +Vertex 3706: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060762 + Group: 'Head', Weight: 0.939237 +Vertex 3707: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064770 + Group: 'Head', Weight: 0.935229 +Vertex 3708: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071583 + Group: 'Head', Weight: 0.928416 +Vertex 3709: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088658 + Group: 'Head', Weight: 0.911341 +Vertex 3710: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090111 + Group: 'Head', Weight: 0.909888 +Vertex 3711: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077925 + Group: 'Head', Weight: 0.922074 +Vertex 3712: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074113 + Group: 'Head', Weight: 0.925887 +Vertex 3713: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071817 + Group: 'Head', Weight: 0.928182 +Vertex 3714: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071054 + Group: 'Head', Weight: 0.928945 +Vertex 3715: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071675 + Group: 'Head', Weight: 0.928324 +Vertex 3716: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078404 + Group: 'Head', Weight: 0.921595 +Vertex 3717: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084980 + Group: 'Head', Weight: 0.915019 +Vertex 3718: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082711 + Group: 'Head', Weight: 0.917288 +Vertex 3719: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079557 + Group: 'Head', Weight: 0.920442 +Vertex 3720: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077243 + Group: 'Head', Weight: 0.922756 +Vertex 3721: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075608 + Group: 'Head', Weight: 0.924391 +Vertex 3722: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074895 + Group: 'Head', Weight: 0.925104 +Vertex 3723: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075758 + Group: 'Head', Weight: 0.924241 +Vertex 3724: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079238 + Group: 'Head', Weight: 0.920761 +Vertex 3725: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.080427 + Group: 'Head', Weight: 0.919572 +Vertex 3726: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079808 + Group: 'Head', Weight: 0.920191 +Vertex 3727: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078675 + Group: 'Head', Weight: 0.921323 +Vertex 3728: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077580 + Group: 'Head', Weight: 0.922419 +Vertex 3729: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076628 + Group: 'Head', Weight: 0.923370 +Vertex 3730: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076080 + Group: 'Head', Weight: 0.923919 +Vertex 3731: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076596 + Group: 'Head', Weight: 0.923403 +Vertex 3732: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078477 + Group: 'Head', Weight: 0.921521 +Vertex 3733: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078652 + Group: 'Head', Weight: 0.921346 +Vertex 3734: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078394 + Group: 'Head', Weight: 0.921605 +Vertex 3735: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077880 + Group: 'Head', Weight: 0.922119 +Vertex 3736: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077339 + Group: 'Head', Weight: 0.922660 +Vertex 3737: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076837 + Group: 'Head', Weight: 0.923162 +Vertex 3738: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076527 + Group: 'Head', Weight: 0.923471 +Vertex 3739: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076842 + Group: 'Head', Weight: 0.923157 +Vertex 3740: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077906 + Group: 'Head', Weight: 0.922092 +Vertex 3741: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077638 + Group: 'Head', Weight: 0.922361 +Vertex 3742: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077514 + Group: 'Head', Weight: 0.922484 +Vertex 3743: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077256 + Group: 'Head', Weight: 0.922743 +Vertex 3744: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076986 + Group: 'Head', Weight: 0.923012 +Vertex 3745: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076754 + Group: 'Head', Weight: 0.923244 +Vertex 3746: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076643 + Group: 'Head', Weight: 0.923356 +Vertex 3747: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076835 + Group: 'Head', Weight: 0.923164 +Vertex 3748: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077342 + Group: 'Head', Weight: 0.922657 +Vertex 3749: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076934 + Group: 'Head', Weight: 0.923064 +Vertex 3750: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076866 + Group: 'Head', Weight: 0.923132 +Vertex 3751: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076731 + Group: 'Head', Weight: 0.923268 +Vertex 3752: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076604 + Group: 'Head', Weight: 0.923395 +Vertex 3753: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076517 + Group: 'Head', Weight: 0.923481 +Vertex 3754: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076504 + Group: 'Head', Weight: 0.923494 +Vertex 3755: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076614 + Group: 'Head', Weight: 0.923385 +Vertex 3756: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076823 + Group: 'Head', Weight: 0.923175 +Vertex 3757: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076384 + Group: 'Head', Weight: 0.923614 +Vertex 3758: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076336 + Group: 'Head', Weight: 0.923662 +Vertex 3759: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076260 + Group: 'Head', Weight: 0.923739 +Vertex 3760: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076205 + Group: 'Head', Weight: 0.923793 +Vertex 3761: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076186 + Group: 'Head', Weight: 0.923812 +Vertex 3762: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076207 + Group: 'Head', Weight: 0.923792 +Vertex 3763: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076268 + Group: 'Head', Weight: 0.923730 +Vertex 3764: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076351 + Group: 'Head', Weight: 0.923647 +Vertex 3765: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075913 + Group: 'Head', Weight: 0.924085 +Vertex 3766: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075875 + Group: 'Head', Weight: 0.924123 +Vertex 3767: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075826 + Group: 'Head', Weight: 0.924173 +Vertex 3768: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075802 + Group: 'Head', Weight: 0.924197 +Vertex 3769: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075808 + Group: 'Head', Weight: 0.924191 +Vertex 3770: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075834 + Group: 'Head', Weight: 0.924164 +Vertex 3771: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075872 + Group: 'Head', Weight: 0.924126 +Vertex 3772: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075909 + Group: 'Head', Weight: 0.924089 +Vertex 3773: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075481 + Group: 'Head', Weight: 0.924517 +Vertex 3774: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075455 + Group: 'Head', Weight: 0.924543 +Vertex 3775: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075417 + Group: 'Head', Weight: 0.924581 +Vertex 3776: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075399 + Group: 'Head', Weight: 0.924599 +Vertex 3777: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075406 + Group: 'Head', Weight: 0.924592 +Vertex 3778: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075429 + Group: 'Head', Weight: 0.924569 +Vertex 3779: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075457 + Group: 'Head', Weight: 0.924542 +Vertex 3780: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075480 + Group: 'Head', Weight: 0.924518 +Vertex 3781: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075057 + Group: 'Head', Weight: 0.924941 +Vertex 3782: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075046 + Group: 'Head', Weight: 0.924952 +Vertex 3783: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075015 + Group: 'Head', Weight: 0.924983 +Vertex 3784: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074990 + Group: 'Head', Weight: 0.925008 +Vertex 3785: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074988 + Group: 'Head', Weight: 0.925010 +Vertex 3786: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075002 + Group: 'Head', Weight: 0.924995 +Vertex 3787: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075025 + Group: 'Head', Weight: 0.924973 +Vertex 3788: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075048 + Group: 'Head', Weight: 0.924950 +Vertex 3789: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074617 + Group: 'Head', Weight: 0.925381 +Vertex 3790: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074620 + Group: 'Head', Weight: 0.925378 +Vertex 3791: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074595 + Group: 'Head', Weight: 0.925403 +Vertex 3792: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074560 + Group: 'Head', Weight: 0.925438 +Vertex 3793: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074546 + Group: 'Head', Weight: 0.925452 +Vertex 3794: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074552 + Group: 'Head', Weight: 0.925446 +Vertex 3795: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074572 + Group: 'Head', Weight: 0.925426 +Vertex 3796: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074597 + Group: 'Head', Weight: 0.925401 +Vertex 3797: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074149 + Group: 'Head', Weight: 0.925849 +Vertex 3798: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074166 + Group: 'Head', Weight: 0.925832 +Vertex 3799: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074148 + Group: 'Head', Weight: 0.925850 +Vertex 3800: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074104 + Group: 'Head', Weight: 0.925894 +Vertex 3801: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074076 + Group: 'Head', Weight: 0.925922 +Vertex 3802: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074072 + Group: 'Head', Weight: 0.925926 +Vertex 3803: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074089 + Group: 'Head', Weight: 0.925909 +Vertex 3804: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074118 + Group: 'Head', Weight: 0.925880 +Vertex 3805: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073646 + Group: 'Head', Weight: 0.926352 +Vertex 3806: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073689 + Group: 'Head', Weight: 0.926309 +Vertex 3807: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073690 + Group: 'Head', Weight: 0.926308 +Vertex 3808: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073638 + Group: 'Head', Weight: 0.926360 +Vertex 3809: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073589 + Group: 'Head', Weight: 0.926410 +Vertex 3810: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073556 + Group: 'Head', Weight: 0.926442 +Vertex 3811: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073552 + Group: 'Head', Weight: 0.926447 +Vertex 3812: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073589 + Group: 'Head', Weight: 0.926409 +Vertex 3813: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073090 + Group: 'Head', Weight: 0.926909 +Vertex 3814: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073189 + Group: 'Head', Weight: 0.926809 +Vertex 3815: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073223 + Group: 'Head', Weight: 0.926775 +Vertex 3816: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073157 + Group: 'Head', Weight: 0.926841 +Vertex 3817: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073091 + Group: 'Head', Weight: 0.926907 +Vertex 3818: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072987 + Group: 'Head', Weight: 0.927011 +Vertex 3819: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072852 + Group: 'Head', Weight: 0.927146 +Vertex 3820: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072934 + Group: 'Head', Weight: 0.927064 +Vertex 3821: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072623 + Group: 'Head', Weight: 0.927375 +Vertex 3822: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072712 + Group: 'Head', Weight: 0.927287 +Vertex 3823: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072747 + Group: 'Head', Weight: 0.927251 +Vertex 3824: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072694 + Group: 'Head', Weight: 0.927304 +Vertex 3825: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072572 + Group: 'Head', Weight: 0.927426 +Vertex 3826: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072448 + Group: 'Head', Weight: 0.927550 +Vertex 3827: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072414 + Group: 'Head', Weight: 0.927584 +Vertex 3828: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072495 + Group: 'Head', Weight: 0.927503 +Vertex 3829: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072271 + Group: 'Head', Weight: 0.927727 +Vertex 3830: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072301 + Group: 'Head', Weight: 0.927697 +Vertex 3831: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072310 + Group: 'Head', Weight: 0.927688 +Vertex 3832: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072287 + Group: 'Head', Weight: 0.927711 +Vertex 3833: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072240 + Group: 'Head', Weight: 0.927758 +Vertex 3834: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072196 + Group: 'Head', Weight: 0.927802 +Vertex 3835: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072192 + Group: 'Head', Weight: 0.927806 +Vertex 3836: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072224 + Group: 'Head', Weight: 0.927774 +Vertex 3837: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072150 + Group: 'Head', Weight: 0.927848 +Vertex 3838: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246538 + Group: 'Head', Weight: 0.753460 +Vertex 3839: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256952 + Group: 'Head', Weight: 0.743046 +Vertex 3840: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246325 + Group: 'Head', Weight: 0.753674 +Vertex 3841: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235210 + Group: 'Head', Weight: 0.764788 +Vertex 3842: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.228873 + Group: 'Head', Weight: 0.771125 +Vertex 3843: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.227390 + Group: 'Head', Weight: 0.772608 +Vertex 3844: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.229223 + Group: 'Head', Weight: 0.770775 +Vertex 3845: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235245 + Group: 'Head', Weight: 0.764753 +Vertex 3846: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260805 + Group: 'Head', Weight: 0.739193 +Vertex 3847: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267883 + Group: 'Head', Weight: 0.732116 +Vertex 3848: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.264149 + Group: 'Head', Weight: 0.735849 +Vertex 3849: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251484 + Group: 'Head', Weight: 0.748514 +Vertex 3850: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245195 + Group: 'Head', Weight: 0.754803 +Vertex 3851: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242703 + Group: 'Head', Weight: 0.757295 +Vertex 3852: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242938 + Group: 'Head', Weight: 0.757060 +Vertex 3853: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245804 + Group: 'Head', Weight: 0.754194 +Vertex 3854: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256305 + Group: 'Head', Weight: 0.743693 +Vertex 3855: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259167 + Group: 'Head', Weight: 0.740831 +Vertex 3856: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.257413 + Group: 'Head', Weight: 0.742585 +Vertex 3857: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253300 + Group: 'Head', Weight: 0.746698 +Vertex 3858: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250429 + Group: 'Head', Weight: 0.749569 +Vertex 3859: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249000 + Group: 'Head', Weight: 0.750998 +Vertex 3860: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249031 + Group: 'Head', Weight: 0.750967 +Vertex 3861: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250982 + Group: 'Head', Weight: 0.749016 +Vertex 3862: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255017 + Group: 'Head', Weight: 0.744981 +Vertex 3863: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256364 + Group: 'Head', Weight: 0.743634 +Vertex 3864: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255388 + Group: 'Head', Weight: 0.744610 +Vertex 3865: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253685 + Group: 'Head', Weight: 0.746313 +Vertex 3866: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252402 + Group: 'Head', Weight: 0.747596 +Vertex 3867: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251660 + Group: 'Head', Weight: 0.748338 +Vertex 3868: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251544 + Group: 'Head', Weight: 0.748454 +Vertex 3869: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252503 + Group: 'Head', Weight: 0.747495 +Vertex 3870: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254446 + Group: 'Head', Weight: 0.745552 +Vertex 3871: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255025 + Group: 'Head', Weight: 0.744973 +Vertex 3872: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254601 + Group: 'Head', Weight: 0.745396 +Vertex 3873: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253840 + Group: 'Head', Weight: 0.746158 +Vertex 3874: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253180 + Group: 'Head', Weight: 0.746818 +Vertex 3875: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252750 + Group: 'Head', Weight: 0.747248 +Vertex 3876: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252677 + Group: 'Head', Weight: 0.747321 +Vertex 3877: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253256 + Group: 'Head', Weight: 0.746742 +Vertex 3878: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253955 + Group: 'Head', Weight: 0.746043 +Vertex 3879: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254136 + Group: 'Head', Weight: 0.745862 +Vertex 3880: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254043 + Group: 'Head', Weight: 0.745955 +Vertex 3881: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253776 + Group: 'Head', Weight: 0.746221 +Vertex 3882: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253458 + Group: 'Head', Weight: 0.746539 +Vertex 3883: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253226 + Group: 'Head', Weight: 0.746772 +Vertex 3884: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253241 + Group: 'Head', Weight: 0.746757 +Vertex 3885: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253557 + Group: 'Head', Weight: 0.746440 +Vertex 3886: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253688 + Group: 'Head', Weight: 0.746309 +Vertex 3887: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253730 + Group: 'Head', Weight: 0.746267 +Vertex 3888: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253717 + Group: 'Head', Weight: 0.746280 +Vertex 3889: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253656 + Group: 'Head', Weight: 0.746342 +Vertex 3890: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253568 + Group: 'Head', Weight: 0.746430 +Vertex 3891: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253500 + Group: 'Head', Weight: 0.746498 +Vertex 3892: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253513 + Group: 'Head', Weight: 0.746485 +Vertex 3893: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253599 + Group: 'Head', Weight: 0.746399 +Vertex 3894: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253618 + Group: 'Head', Weight: 0.746380 +Vertex 3895: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253622 + Group: 'Head', Weight: 0.746375 +Vertex 3896: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253621 + Group: 'Head', Weight: 0.746377 +Vertex 3897: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253615 + Group: 'Head', Weight: 0.746383 +Vertex 3898: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253605 + Group: 'Head', Weight: 0.746392 +Vertex 3899: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253598 + Group: 'Head', Weight: 0.746399 +Vertex 3900: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253600 + Group: 'Head', Weight: 0.746398 +Vertex 3901: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253609 + Group: 'Head', Weight: 0.746389 +Vertex 3902: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253610 + Group: 'Head', Weight: 0.746388 +Vertex 3903: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996386 +Vertex 3904: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998830 +Vertex 3905: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998527 +Vertex 3906: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.992879 +Vertex 3907: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997752 +Vertex 3908: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998480 +Vertex 3909: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998439 +Vertex 3910: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997220 +Vertex 3911: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998156 +Vertex 3912: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998329 +Vertex 3913: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998329 +Vertex 3914: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998013 +Vertex 3915: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998198 +Vertex 3916: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998269 +Vertex 3917: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998257 +Vertex 3918: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998158 +Vertex 3919: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998215 +Vertex 3920: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998237 +Vertex 3921: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3922: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998199 +Vertex 3923: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998225 +Vertex 3924: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998229 +Vertex 3925: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998227 +Vertex 3926: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998222 +Vertex 3927: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3928: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3929: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998229 +Vertex 3930: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998229 +Vertex 3931: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3932: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3933: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3934: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3935: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996552 +Vertex 3936: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997841 +Vertex 3937: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998090 +Vertex 3938: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998191 +Vertex 3939: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998212 +Vertex 3940: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998223 +Vertex 3941: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998230 +Vertex 3942: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3943: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998362 +Vertex 3944: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998322 +Vertex 3945: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998269 +Vertex 3946: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998248 +Vertex 3947: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998232 +Vertex 3948: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998227 +Vertex 3949: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3950: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3951: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997597 +Vertex 3952: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996198 +Vertex 3953: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998724 +Vertex 3954: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998546 +Vertex 3955: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997510 +Vertex 3956: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998555 +Vertex 3957: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.161385 + Group: 'forearm.R', Weight: 0.838615 +Vertex 3958: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.255574 + Group: 'forearm.R', Weight: 0.744426 +Vertex 3959: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.376758 + Group: 'forearm.R', Weight: 0.623242 +Vertex 3960: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.165071 + Group: 'forearm.R', Weight: 0.834929 +Vertex 3961: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.348389 + Group: 'forearm.R', Weight: 0.651612 +Vertex 3962: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.357752 + Group: 'forearm.R', Weight: 0.642248 +Vertex 3963: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.336434 + Group: 'forearm.R', Weight: 0.663566 +Vertex 3964: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.405303 + Group: 'forearm.R', Weight: 0.594697 +Vertex 3965: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.350288 + Group: 'forearm.R', Weight: 0.649712 +Vertex 3966: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347922 + Group: 'forearm.R', Weight: 0.652078 +Vertex 3967: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.345926 + Group: 'forearm.R', Weight: 0.654075 +Vertex 3968: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.352563 + Group: 'forearm.R', Weight: 0.647437 +Vertex 3969: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347348 + Group: 'forearm.R', Weight: 0.652652 +Vertex 3970: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347159 + Group: 'forearm.R', Weight: 0.652841 +Vertex 3971: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347023 + Group: 'forearm.R', Weight: 0.652978 +Vertex 3972: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347317 + Group: 'forearm.R', Weight: 0.652683 +Vertex 3973: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347077 + Group: 'forearm.R', Weight: 0.652924 +Vertex 3974: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.255732 + Group: 'forearm.R', Weight: 0.744269 +Vertex 3975: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.367157 + Group: 'forearm.R', Weight: 0.632843 +Vertex 3976: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.345763 + Group: 'forearm.R', Weight: 0.654237 +Vertex 3977: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347002 + Group: 'forearm.R', Weight: 0.652999 +Vertex 3978: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.199659 + Group: 'forearm.R', Weight: 0.800341 +Vertex 3979: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.341801 + Group: 'forearm.R', Weight: 0.658200 +Vertex 3980: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.348567 + Group: 'forearm.R', Weight: 0.651434 +Vertex 3981: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347243 + Group: 'forearm.R', Weight: 0.652758 +Vertex 3982: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.746382 + Group: 'hand.R', Weight: 0.205330 + Group: 'thumb.01.R', Weight: 0.041466 +Vertex 3983: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.704752 + Group: 'hand.R', Weight: 0.194582 + Group: 'thumb.01.R', Weight: 0.097460 +Vertex 3984: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.753067 + Group: 'hand.R', Weight: 0.225669 +Vertex 3985: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.774396 + Group: 'hand.R', Weight: 0.217108 +Vertex 3986: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.702507 + Group: 'hand.R', Weight: 0.194802 + Group: 'thumb.01.R', Weight: 0.097157 +Vertex 3987: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.708444 + Group: 'hand.R', Weight: 0.236045 + Group: 'thumb.01.R', Weight: 0.046808 +Vertex 3988: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.708816 + Group: 'hand.R', Weight: 0.258990 + Group: 'thumb.01.R', Weight: 0.000361 +Vertex 3989: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.253826 + Group: 'hand.R', Weight: 0.640348 + Group: 'thumb.01.R', Weight: 0.099728 +Vertex 3990: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.293185 + Group: 'hand.R', Weight: 0.443799 + Group: 'thumb.01.R', Weight: 0.257206 +Vertex 3991: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.197744 + Group: 'hand.R', Weight: 0.756479 + Group: 'thumb.01.R', Weight: 0.029951 +Vertex 3992: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.181197 + Group: 'hand.R', Weight: 0.800080 +Vertex 3993: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.251548 + Group: 'hand.R', Weight: 0.440944 + Group: 'thumb.01.R', Weight: 0.294260 +Vertex 3994: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.242725 + Group: 'hand.R', Weight: 0.626096 + Group: 'thumb.01.R', Weight: 0.111169 +Vertex 3995: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.288314 + Group: 'hand.R', Weight: 0.638635 + Group: 'thumb.01.R', Weight: 0.053631 +Vertex 3996: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.141571 + Group: 'hand.R', Weight: 0.679858 + Group: 'thumb.01.R', Weight: 0.167239 +Vertex 3997: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.198833 + Group: 'hand.R', Weight: 0.392780 + Group: 'thumb.01.R', Weight: 0.399715 +Vertex 3998: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.085264 + Group: 'hand.R', Weight: 0.825281 + Group: 'thumb.01.R', Weight: 0.073668 +Vertex 3999: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.061353 + Group: 'hand.R', Weight: 0.890105 + Group: 'thumb.01.R', Weight: 0.019763 +Vertex 4000: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.122150 + Group: 'hand.R', Weight: 0.321469 + Group: 'thumb.01.R', Weight: 0.531757 +Vertex 4001: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.090666 + Group: 'hand.R', Weight: 0.623572 + Group: 'thumb.01.R', Weight: 0.233325 + Group: 'palm.03.R', Weight: 0.033691 +Vertex 4002: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.151018 + Group: 'hand.R', Weight: 0.736903 + Group: 'thumb.01.R', Weight: 0.074610 + Group: 'palm.03.R', Weight: 0.016940 +Vertex 4003: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.866042 + Group: 'hand.R', Weight: 0.131849 +Vertex 4004: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.860277 + Group: 'hand.R', Weight: 0.136178 +Vertex 4005: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.812467 + Group: 'hand.R', Weight: 0.183905 +Vertex 4006: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.742327 + Group: 'hand.R', Weight: 0.248872 +Vertex 4007: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.724032 + Group: 'hand.R', Weight: 0.260386 +Vertex 4008: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.224986 + Group: 'hand.R', Weight: 0.768886 +Vertex 4009: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.613878 + Group: 'hand.R', Weight: 0.380045 +Vertex 4010: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.171684 + Group: 'hand.R', Weight: 0.818943 +Vertex 4011: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.380409 + Group: 'hand.R', Weight: 0.605288 +Vertex 4012: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.340646 + Group: 'hand.R', Weight: 0.634002 +Vertex 4013: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.069090 + Group: 'hand.R', Weight: 0.918752 +Vertex 4014: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.213714 + Group: 'hand.R', Weight: 0.775301 +Vertex 4015: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.039964 + Group: 'hand.R', Weight: 0.927838 +Vertex 4016: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.220530 + Group: 'hand.R', Weight: 0.759279 +Vertex 4017: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.198648 + Group: 'hand.R', Weight: 0.762053 +Vertex 4018: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.850670 + Group: 'hand.R', Weight: 0.101056 + Group: 'thumb.01.R', Weight: 0.041714 +Vertex 4019: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.933404 + Group: 'hand.R', Weight: 0.061744 +Vertex 4020: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.883550 + Group: 'hand.R', Weight: 0.094974 +Vertex 4021: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.911105 + Group: 'hand.R', Weight: 0.077437 +Vertex 4022: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.883670 + Group: 'hand.R', Weight: 0.091399 +Vertex 4023: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.862467 + Group: 'hand.R', Weight: 0.096520 + Group: 'thumb.01.R', Weight: 0.026078 +Vertex 4024: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.881882 + Group: 'hand.R', Weight: 0.103853 +Vertex 4025: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.927211 + Group: 'hand.R', Weight: 0.070215 +Vertex 4026: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.884451 + Group: 'hand.R', Weight: 0.106760 +Vertex 4027: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.945963 + Group: 'hand.R', Weight: 0.051544 +Vertex 4028: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.944471 + Group: 'hand.R', Weight: 0.053996 +Vertex 4029: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.891033 + Group: 'hand.R', Weight: 0.103426 +Vertex 4030: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.931290 + Group: 'thumb.02.R', Weight: 0.039914 +Vertex 4031: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.859472 + Group: 'thumb.02.R', Weight: 0.123362 +Vertex 4032: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.115202 + Group: 'hand.R', Weight: 0.261528 + Group: 'thumb.01.R', Weight: 0.612211 +Vertex 4033: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.069854 + Group: 'hand.R', Weight: 0.237105 + Group: 'thumb.01.R', Weight: 0.659709 +Vertex 4034: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.073285 + Group: 'hand.R', Weight: 0.629178 + Group: 'thumb.01.R', Weight: 0.234692 + Group: 'palm.03.R', Weight: 0.050717 +Vertex 4035: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.089404 + Group: 'hand.R', Weight: 0.763313 + Group: 'thumb.01.R', Weight: 0.082440 + Group: 'palm.03.R', Weight: 0.059303 +Vertex 4036: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.117519 + Group: 'hand.R', Weight: 0.824882 + Group: 'palm.03.R', Weight: 0.015873 +Vertex 4037: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.126663 + Group: 'hand.R', Weight: 0.841177 +Vertex 4038: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.104831 + Group: 'hand.R', Weight: 0.875621 +Vertex 4039: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.051227 + Group: 'hand.R', Weight: 0.934160 +Vertex 4040: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.002410 + Group: 'hand.R', Weight: 0.938780 +Vertex 4041: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.017340 + Group: 'hand.R', Weight: 0.884868 + Group: 'thumb.01.R', Weight: 0.052681 + Group: 'palm.02.R', Weight: 0.001130 +Vertex 4042: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.034089 + Group: 'hand.R', Weight: 0.794184 + Group: 'thumb.01.R', Weight: 0.129152 + Group: 'palm.02.R', Weight: 0.010232 +Vertex 4043: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.070213 + Group: 'hand.R', Weight: 0.609413 + Group: 'thumb.01.R', Weight: 0.297206 +Vertex 4044: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.021749 + Group: 'thumb.01.R', Weight: 0.808285 + Group: 'thumb.02.R', Weight: 0.125975 + Group: 'palm.02.R', Weight: 0.000389 +Vertex 4045: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.457443 + Group: 'thumb.03.R', Weight: 0.534351 +Vertex 4046: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.171010 + Group: 'thumb.03.R', Weight: 0.834178 +Vertex 4047: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.002549 + Group: 'thumb.02.R', Weight: 0.820018 + Group: 'thumb.03.R', Weight: 0.147900 +Vertex 4048: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.993986 +Vertex 4049: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4050: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.975542 +Vertex 4051: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.999654 +Vertex 4052: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998498 +Vertex 4053: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.995509 +Vertex 4054: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.976662 +Vertex 4055: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.034584 + Group: 'thumb.03.R', Weight: 0.956616 +Vertex 4056: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.102912 + Group: 'thumb.03.R', Weight: 0.896139 +Vertex 4057: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.184339 + Group: 'thumb.03.R', Weight: 0.808536 +Vertex 4058: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.142115 + Group: 'thumb.02.R', Weight: 0.866205 + Group: 'palm.02.R', Weight: 0.002935 +Vertex 4059: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.176622 + Group: 'thumb.02.R', Weight: 0.869390 + Group: 'palm.02.R', Weight: 0.024118 +Vertex 4060: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.181649 + Group: 'thumb.02.R', Weight: 0.773584 + Group: 'thumb.03.R', Weight: 0.012454 +Vertex 4061: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.273582 + Group: 'thumb.02.R', Weight: 0.648198 +Vertex 4062: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.019244 + Group: 'thumb.01.R', Weight: 0.465302 + Group: 'thumb.02.R', Weight: 0.371005 + Group: 'palm.02.R', Weight: 0.110348 + Group: 'palm.03.R', Weight: 0.026328 +Vertex 4063: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.510735 + Group: 'thumb.02.R', Weight: 0.371645 + Group: 'palm.02.R', Weight: 0.099693 +Vertex 4064: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.692877 + Group: 'thumb.02.R', Weight: 0.303466 +Vertex 4065: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.253208 + Group: 'thumb.02.R', Weight: 0.724337 +Vertex 4066: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.235439 + Group: 'thumb.02.R', Weight: 0.751522 +Vertex 4067: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4068: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998709 +Vertex 4069: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4070: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4071: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4072: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998517 +Vertex 4073: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4074: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998413 +Vertex 4075: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4076: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4077: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4078: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4079: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4080: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999994 +Vertex 4081: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4082: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4083: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4084: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.048285 + Group: 'f_middle.02.R', Weight: 0.950834 +Vertex 4085: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.046338 + Group: 'f_middle.02.R', Weight: 0.951804 +Vertex 4086: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.050467 + Group: 'f_middle.02.R', Weight: 0.949512 +Vertex 4087: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.104762 + Group: 'f_middle.02.R', Weight: 0.895119 +Vertex 4088: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.049345 + Group: 'f_middle.02.R', Weight: 0.950317 +Vertex 4089: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.082734 + Group: 'f_middle.02.R', Weight: 0.917276 +Vertex 4090: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.113374 + Group: 'f_middle.02.R', Weight: 0.886635 +Vertex 4091: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.099831 + Group: 'f_middle.02.R', Weight: 0.900135 +Vertex 4092: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.067396 + Group: 'f_middle.01.R', Weight: 0.931714 +Vertex 4093: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.075462 + Group: 'f_middle.01.R', Weight: 0.923345 +Vertex 4094: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.071150 + Group: 'f_middle.01.R', Weight: 0.927621 +Vertex 4095: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.985500 +Vertex 4096: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.065643 + Group: 'f_middle.01.R', Weight: 0.931093 +Vertex 4097: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 1.000000 +Vertex 4098: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.090942 + Group: 'f_middle.01.R', Weight: 0.906553 +Vertex 4099: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.034496 + Group: 'f_middle.01.R', Weight: 0.954489 +Vertex 4100: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999587 +Vertex 4101: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999597 +Vertex 4102: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4103: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4104: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4105: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999344 +Vertex 4106: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999694 +Vertex 4107: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999982 +Vertex 4108: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.040751 + Group: 'palm.02.R', Weight: 0.938233 +Vertex 4109: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.033173 + Group: 'palm.02.R', Weight: 0.952763 +Vertex 4110: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.014150 + Group: 'palm.02.R', Weight: 0.927792 +Vertex 4111: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.867822 + Group: 'f_middle.01.R', Weight: 0.094795 + Group: 'palm.03.R', Weight: 0.006379 +Vertex 4112: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.886283 + Group: 'f_middle.01.R', Weight: 0.030042 + Group: 'palm.03.R', Weight: 0.015986 +Vertex 4113: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.742945 + Group: 'f_middle.01.R', Weight: 0.175169 + Group: 'palm.03.R', Weight: 0.062790 +Vertex 4114: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.000198 + Group: 'palm.02.R', Weight: 0.917544 +Vertex 4115: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.022897 + Group: 'palm.02.R', Weight: 0.880926 + Group: 'palm.03.R', Weight: 0.059495 +Vertex 4116: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.973416 +Vertex 4117: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.989146 +Vertex 4118: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.985804 +Vertex 4119: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.989188 +Vertex 4120: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.974284 +Vertex 4121: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.979190 +Vertex 4122: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.991282 +Vertex 4123: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.992007 +Vertex 4124: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.689461 + Group: 'f_middle.01.R', Weight: 0.282864 +Vertex 4125: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.285103 + Group: 'f_middle.01.R', Weight: 0.704064 +Vertex 4126: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.921950 + Group: 'f_middle.01.R', Weight: 0.068258 +Vertex 4127: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.954642 + Group: 'f_middle.01.R', Weight: 0.024314 +Vertex 4128: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.105631 + Group: 'f_middle.01.R', Weight: 0.890219 +Vertex 4129: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.749360 + Group: 'f_middle.01.R', Weight: 0.240278 +Vertex 4130: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.875191 + Group: 'f_middle.01.R', Weight: 0.113408 +Vertex 4131: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.931191 + Group: 'f_middle.01.R', Weight: 0.059236 +Vertex 4132: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.995230 +Vertex 4133: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.995062 +Vertex 4134: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.998391 +Vertex 4135: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.992979 +Vertex 4136: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.994039 +Vertex 4137: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4138: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999451 +Vertex 4139: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.998586 +Vertex 4140: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.179258 + Group: 'palm.02.R', Weight: 0.720175 + Group: 'palm.03.R', Weight: 0.090425 +Vertex 4141: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.233717 + Group: 'palm.02.R', Weight: 0.598132 + Group: 'palm.03.R', Weight: 0.154963 +Vertex 4142: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.086769 + Group: 'palm.02.R', Weight: 0.774419 + Group: 'palm.03.R', Weight: 0.120587 +Vertex 4143: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.649028 + Group: 'f_middle.01.R', Weight: 0.043094 + Group: 'palm.03.R', Weight: 0.256720 +Vertex 4144: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.710636 + Group: 'f_middle.01.R', Weight: 0.058227 + Group: 'palm.03.R', Weight: 0.191951 +Vertex 4145: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.027842 + Group: 'palm.02.R', Weight: 0.595118 + Group: 'f_middle.01.R', Weight: 0.028425 + Group: 'palm.03.R', Weight: 0.299188 +Vertex 4146: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.732256 + Group: 'f_middle.01.R', Weight: 0.070486 + Group: 'palm.03.R', Weight: 0.157810 +Vertex 4147: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.121158 + Group: 'palm.02.R', Weight: 0.610274 + Group: 'palm.03.R', Weight: 0.243913 +Vertex 4148: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.317925 + Group: 'palm.02.R', Weight: 0.361215 + Group: 'palm.03.R', Weight: 0.302040 +Vertex 4149: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.285050 + Group: 'palm.02.R', Weight: 0.226475 + Group: 'palm.03.R', Weight: 0.465730 +Vertex 4150: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.125674 + Group: 'palm.02.R', Weight: 0.491105 + Group: 'palm.03.R', Weight: 0.354376 +Vertex 4151: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.269255 + Group: 'palm.03.R', Weight: 0.634901 + Group: 'f_ring.01.R', Weight: 0.055383 +Vertex 4152: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.412233 + Group: 'palm.03.R', Weight: 0.494606 + Group: 'f_ring.01.R', Weight: 0.029495 +Vertex 4153: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.273658 + Group: 'palm.03.R', Weight: 0.612087 + Group: 'f_ring.01.R', Weight: 0.070300 +Vertex 4154: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.018712 + Group: 'palm.02.R', Weight: 0.488823 + Group: 'f_middle.01.R', Weight: 0.012404 + Group: 'palm.03.R', Weight: 0.406690 + Group: 'f_ring.01.R', Weight: 0.019019 +Vertex 4155: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.088225 + Group: 'palm.02.R', Weight: 0.236268 + Group: 'palm.03.R', Weight: 0.635335 + Group: 'f_ring.01.R', Weight: 0.011584 +Vertex 4156: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999607 +Vertex 4157: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999541 +Vertex 4158: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999609 +Vertex 4159: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999484 +Vertex 4160: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999569 +Vertex 4161: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999451 +Vertex 4162: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999629 +Vertex 4163: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999533 +Vertex 4164: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999601 +Vertex 4165: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.025033 + Group: 'f_ring.02.R', Weight: 0.962477 +Vertex 4166: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.030012 + Group: 'f_ring.02.R', Weight: 0.959984 +Vertex 4167: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.000133 + Group: 'f_ring.02.R', Weight: 0.974927 +Vertex 4168: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.034794 + Group: 'f_ring.02.R', Weight: 0.957579 +Vertex 4169: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.002703 + Group: 'f_ring.02.R', Weight: 0.973643 +Vertex 4170: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.020257 + Group: 'f_ring.02.R', Weight: 0.964861 +Vertex 4171: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.063347 + Group: 'f_ring.02.R', Weight: 0.936611 +Vertex 4172: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.070807 + Group: 'f_ring.02.R', Weight: 0.929141 +Vertex 4173: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.960014 + Group: 'f_ring.02.R', Weight: 0.025816 +Vertex 4174: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.964819 + Group: 'f_ring.02.R', Weight: 0.016709 +Vertex 4175: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.972696 +Vertex 4176: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.986861 +Vertex 4177: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.988951 +Vertex 4178: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.985424 +Vertex 4179: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.986857 +Vertex 4180: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.987645 +Vertex 4181: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999455 +Vertex 4182: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999126 +Vertex 4183: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999590 +Vertex 4184: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999470 +Vertex 4185: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999472 +Vertex 4186: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999085 +Vertex 4187: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999444 +Vertex 4188: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999507 +Vertex 4189: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.917223 + Group: 'f_ring.01.R', Weight: 0.040737 +Vertex 4190: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.933057 + Group: 'f_ring.01.R', Weight: 0.045032 +Vertex 4191: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.066202 + Group: 'palm.03.R', Weight: 0.829741 + Group: 'f_ring.01.R', Weight: 0.076418 +Vertex 4192: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.882556 + Group: 'f_ring.01.R', Weight: 0.096254 +Vertex 4193: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.735744 + Group: 'f_ring.01.R', Weight: 0.237321 +Vertex 4194: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.923983 + Group: 'f_ring.01.R', Weight: 0.055611 +Vertex 4195: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.065880 + Group: 'palm.03.R', Weight: 0.738380 + Group: 'f_ring.01.R', Weight: 0.185146 +Vertex 4196: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.914856 + Group: 'f_ring.01.R', Weight: 0.072390 +Vertex 4197: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.951900 + Group: 'f_ring.02.R', Weight: 0.045206 +Vertex 4198: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.924535 + Group: 'f_ring.02.R', Weight: 0.074726 +Vertex 4199: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.583955 + Group: 'f_ring.02.R', Weight: 0.415834 +Vertex 4200: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.536146 + Group: 'f_ring.02.R', Weight: 0.463839 +Vertex 4201: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.911624 + Group: 'f_ring.02.R', Weight: 0.088161 +Vertex 4202: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.910919 + Group: 'f_ring.02.R', Weight: 0.088326 +Vertex 4203: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.838626 + Group: 'f_ring.02.R', Weight: 0.161181 +Vertex 4204: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.553503 + Group: 'f_ring.02.R', Weight: 0.446447 +Vertex 4205: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.096068 + Group: 'f_ring.01.R', Weight: 0.901715 +Vertex 4206: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.088732 + Group: 'f_ring.01.R', Weight: 0.908761 +Vertex 4207: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.010560 + Group: 'f_ring.01.R', Weight: 0.967594 +Vertex 4208: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.009024 + Group: 'f_ring.01.R', Weight: 0.966840 +Vertex 4209: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.061435 + Group: 'f_ring.01.R', Weight: 0.935960 +Vertex 4210: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.073514 + Group: 'f_ring.01.R', Weight: 0.922307 +Vertex 4211: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.075171 + Group: 'f_ring.01.R', Weight: 0.917617 +Vertex 4212: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.071456 + Group: 'f_ring.01.R', Weight: 0.921030 +Vertex 4213: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999101 +Vertex 4214: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.995328 +Vertex 4215: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999306 +Vertex 4216: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.996489 +Vertex 4217: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.997840 +Vertex 4218: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.998713 +Vertex 4219: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.997771 +Vertex 4220: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.997946 +Vertex 4221: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.048343 + Group: 'palm.03.R', Weight: 0.926339 +Vertex 4222: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.008760 + Group: 'palm.03.R', Weight: 0.947806 +Vertex 4223: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.576377 + Group: 'thumb.01.R', Weight: 0.025771 + Group: 'palm.03.R', Weight: 0.360321 +Vertex 4224: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.786747 + Group: 'palm.03.R', Weight: 0.169080 +Vertex 4225: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.033062 + Group: 'hand.R', Weight: 0.733458 + Group: 'thumb.01.R', Weight: 0.078276 + Group: 'palm.03.R', Weight: 0.138373 +Vertex 4226: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.058566 + Group: 'hand.R', Weight: 0.850165 + Group: 'palm.03.R', Weight: 0.064471 +Vertex 4227: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.015131 + Group: 'hand.R', Weight: 0.600622 + Group: 'thumb.01.R', Weight: 0.212221 + Group: 'palm.03.R', Weight: 0.133188 +Vertex 4228: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.537541 + Group: 'thumb.01.R', Weight: 0.110305 + Group: 'palm.03.R', Weight: 0.319555 +Vertex 4229: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.238134 + Group: 'thumb.01.R', Weight: 0.066361 + Group: 'palm.03.R', Weight: 0.671325 +Vertex 4230: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.113493 + Group: 'thumb.01.R', Weight: 0.761200 + Group: 'thumb.02.R', Weight: 0.066714 + Group: 'palm.03.R', Weight: 0.026842 +Vertex 4231: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.081561 + Group: 'thumb.01.R', Weight: 0.844772 + Group: 'thumb.02.R', Weight: 0.029397 +Vertex 4232: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.023964 + Group: 'hand.R', Weight: 0.099511 + Group: 'thumb.01.R', Weight: 0.845165 +Vertex 4233: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.219120 + Group: 'thumb.01.R', Weight: 0.711565 + Group: 'palm.02.R', Weight: 0.013010 +Vertex 4234: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.467339 + Group: 'thumb.01.R', Weight: 0.241794 + Group: 'palm.03.R', Weight: 0.245533 +Vertex 4235: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.288416 + Group: 'thumb.01.R', Weight: 0.448992 + Group: 'thumb.02.R', Weight: 0.036123 + Group: 'palm.03.R', Weight: 0.188874 +Vertex 4236: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.166332 + Group: 'thumb.01.R', Weight: 0.274284 + Group: 'thumb.02.R', Weight: 0.099724 + Group: 'palm.02.R', Weight: 0.261296 + Group: 'palm.03.R', Weight: 0.195612 +Vertex 4237: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.105501 + Group: 'thumb.01.R', Weight: 0.498874 + Group: 'thumb.02.R', Weight: 0.144802 + Group: 'palm.02.R', Weight: 0.122066 + Group: 'palm.03.R', Weight: 0.127188 +Vertex 4238: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.180444 + Group: 'thumb.01.R', Weight: 0.463531 + Group: 'thumb.02.R', Weight: 0.064228 + Group: 'palm.02.R', Weight: 0.043026 + Group: 'palm.03.R', Weight: 0.240040 +Vertex 4239: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.453719 + Group: 'thumb.01.R', Weight: 0.164572 + Group: 'palm.03.R', Weight: 0.343627 +Vertex 4240: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.225262 + Group: 'thumb.01.R', Weight: 0.118603 + Group: 'palm.03.R', Weight: 0.619645 +Vertex 4241: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.040849 + Group: 'palm.03.R', Weight: 0.907866 +Vertex 4242: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.052080 + Group: 'thumb.01.R', Weight: 0.022829 + Group: 'palm.02.R', Weight: 0.016879 + Group: 'palm.03.R', Weight: 0.863014 +Vertex 4243: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.127950 + Group: 'thumb.01.R', Weight: 0.112794 + Group: 'palm.02.R', Weight: 0.072973 + Group: 'palm.03.R', Weight: 0.658188 +Vertex 4244: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.312116 + Group: 'thumb.01.R', Weight: 0.225446 + Group: 'thumb.02.R', Weight: 0.006409 + Group: 'palm.03.R', Weight: 0.404446 +Vertex 4245: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.214521 + Group: 'thumb.01.R', Weight: 0.224672 + Group: 'thumb.02.R', Weight: 0.053397 + Group: 'palm.02.R', Weight: 0.155664 + Group: 'palm.03.R', Weight: 0.347046 +Vertex 4246: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.942784 + Group: 'palm.03.R', Weight: 0.001039 +Vertex 4247: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.886053 + Group: 'palm.02.R', Weight: 0.079984 +Vertex 4248: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.661642 + Group: 'thumb.01.R', Weight: 0.066688 + Group: 'palm.02.R', Weight: 0.260116 +Vertex 4249: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.225307 + Group: 'palm.02.R', Weight: 0.734689 + Group: 'palm.03.R', Weight: 0.026004 +Vertex 4250: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.422144 + Group: 'palm.02.R', Weight: 0.447620 + Group: 'palm.03.R', Weight: 0.123138 +Vertex 4251: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.139210 + Group: 'palm.02.R', Weight: 0.796863 + Group: 'palm.03.R', Weight: 0.057876 +Vertex 4252: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.259321 + Group: 'palm.02.R', Weight: 0.531483 + Group: 'palm.03.R', Weight: 0.194118 +Vertex 4253: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.130831 + Group: 'palm.02.R', Weight: 0.836400 +Vertex 4254: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.154596 + Group: 'palm.02.R', Weight: 0.823968 +Vertex 4255: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.076869 + Group: 'thumb.01.R', Weight: 0.059215 + Group: 'palm.02.R', Weight: 0.846824 +Vertex 4256: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.103875 + Group: 'palm.02.R', Weight: 0.856969 + Group: 'palm.03.R', Weight: 0.025054 +Vertex 4257: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.473997 + Group: 'palm.02.R', Weight: 0.324947 + Group: 'palm.03.R', Weight: 0.192191 +Vertex 4258: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.457596 + Group: 'palm.02.R', Weight: 0.118651 + Group: 'palm.03.R', Weight: 0.412508 +Vertex 4259: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.284056 + Group: 'palm.02.R', Weight: 0.462510 + Group: 'palm.03.R', Weight: 0.236528 +Vertex 4260: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.218663 + Group: 'palm.02.R', Weight: 0.152693 + Group: 'palm.03.R', Weight: 0.602445 +Vertex 4261: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.251490 + Group: 'palm.02.R', Weight: 0.038180 + Group: 'palm.03.R', Weight: 0.701628 +Vertex 4262: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.108507 + Group: 'palm.03.R', Weight: 0.875485 +Vertex 4263: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.167596 + Group: 'palm.02.R', Weight: 0.083424 + Group: 'palm.03.R', Weight: 0.714658 + Group: 'f_ring.01.R', Weight: 0.013131 +Vertex 4264: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.190650 + Group: 'thumb.01.R', Weight: 0.119602 + Group: 'palm.02.R', Weight: 0.669181 +Vertex 4265: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.136462 + Group: 'thumb.01.R', Weight: 0.619608 + Group: 'thumb.02.R', Weight: 0.080581 + Group: 'palm.02.R', Weight: 0.156273 +Vertex 4266: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.303789 + Group: 'thumb.01.R', Weight: 0.356069 + Group: 'palm.02.R', Weight: 0.310558 +Vertex 4267: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.462866 + Group: 'thumb.01.R', Weight: 0.163659 + Group: 'palm.02.R', Weight: 0.356281 +Vertex 4268: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.287113 + Group: 'thumb.01.R', Weight: 0.047171 + Group: 'palm.02.R', Weight: 0.654688 +Vertex 4269: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.882338 + Group: 'palm.03.R', Weight: 0.095295 +Vertex 4270: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.438158 + Group: 'palm.02.R', Weight: 0.529934 +Vertex 4271: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.623102 + Group: 'palm.02.R', Weight: 0.346661 +Vertex 4272: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.758609 + Group: 'palm.02.R', Weight: 0.182657 + Group: 'palm.03.R', Weight: 0.053757 +Vertex 4273: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.787875 + Group: 'palm.02.R', Weight: 0.127282 + Group: 'palm.03.R', Weight: 0.080609 +Vertex 4274: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.774114 + Group: 'palm.02.R', Weight: 0.060382 + Group: 'palm.03.R', Weight: 0.161701 +Vertex 4275: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.751380 + Group: 'palm.02.R', Weight: 0.042858 + Group: 'palm.03.R', Weight: 0.198200 +Vertex 4276: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.625615 + Group: 'thumb.01.R', Weight: 0.003524 + Group: 'palm.02.R', Weight: 0.334504 +Vertex 4277: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.776088 + Group: 'palm.02.R', Weight: 0.194066 +Vertex 4278: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.812006 + Group: 'palm.02.R', Weight: 0.030317 + Group: 'palm.03.R', Weight: 0.143269 +Vertex 4279: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.801539 + Group: 'palm.03.R', Weight: 0.170448 +Vertex 4280: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.832193 + Group: 'thumb.01.R', Weight: 0.078698 + Group: 'palm.02.R', Weight: 0.070495 +Vertex 4281: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.932709 + Group: 'palm.02.R', Weight: 0.008219 +Vertex 4282: +Vertex groups: 1 + Group: 'hand.R', Weight: 0.961631 +Vertex 4283: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.000921 + Group: 'hand.R', Weight: 0.923149 + Group: 'palm.03.R', Weight: 0.033089 +Vertex 4284: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.048771 + Group: 'hand.R', Weight: 0.891577 + Group: 'palm.03.R', Weight: 0.040737 +Vertex 4285: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.843789 + Group: 'palm.02.R', Weight: 0.046070 + Group: 'palm.03.R', Weight: 0.103832 +Vertex 4286: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.836091 + Group: 'palm.02.R', Weight: 0.103554 + Group: 'palm.03.R', Weight: 0.055286 +Vertex 4287: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.852836 + Group: 'palm.02.R', Weight: 0.113318 +Vertex 4288: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.805573 + Group: 'palm.02.R', Weight: 0.143622 + Group: 'palm.03.R', Weight: 0.039720 +Vertex 4289: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.653940 + Group: 'thumb.01.R', Weight: 0.247867 + Group: 'palm.02.R', Weight: 0.071044 +Vertex 4290: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.221795 + Group: 'thumb.01.R', Weight: 0.633067 + Group: 'thumb.02.R', Weight: 0.017282 + Group: 'palm.02.R', Weight: 0.101261 +Vertex 4291: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.403056 + Group: 'thumb.01.R', Weight: 0.413331 + Group: 'palm.02.R', Weight: 0.159424 +Vertex 4292: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.598534 + Group: 'thumb.01.R', Weight: 0.204523 + Group: 'palm.02.R', Weight: 0.179681 +Vertex 4293: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.051808 + Group: 'thumb.01.R', Weight: 0.407110 + Group: 'thumb.02.R', Weight: 0.199176 + Group: 'palm.02.R', Weight: 0.306332 + Group: 'palm.03.R', Weight: 0.036187 +Vertex 4294: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.064532 + Group: 'thumb.01.R', Weight: 0.641881 + Group: 'thumb.02.R', Weight: 0.189695 + Group: 'palm.02.R', Weight: 0.020689 + Group: 'palm.03.R', Weight: 0.063227 +Vertex 4295: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.002401 + Group: 'thumb.01.R', Weight: 0.739515 + Group: 'thumb.02.R', Weight: 0.207503 +Vertex 4296: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.022319 + Group: 'palm.03.R', Weight: 0.920867 +Vertex 4297: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.140340 + Group: 'palm.03.R', Weight: 0.729614 + Group: 'f_ring.01.R', Weight: 0.107108 +Vertex 4298: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.074598 + Group: 'palm.03.R', Weight: 0.762530 + Group: 'f_ring.01.R', Weight: 0.149638 +Vertex 4299: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.127476 + Group: 'palm.03.R', Weight: 0.766751 + Group: 'f_ring.01.R', Weight: 0.082561 +Vertex 4300: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.049821 + Group: 'palm.03.R', Weight: 0.835142 + Group: 'f_ring.01.R', Weight: 0.102188 +Vertex 4301: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.910611 + Group: 'f_ring.01.R', Weight: 0.038295 +Vertex 4302: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.038015 + Group: 'palm.03.R', Weight: 0.890834 + Group: 'f_ring.01.R', Weight: 0.006397 +Vertex 4303: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.064031 + Group: 'palm.03.R', Weight: 0.849767 + Group: 'f_ring.01.R', Weight: 0.061978 +Vertex 4304: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.111388 + Group: 'palm.03.R', Weight: 0.806499 + Group: 'f_ring.01.R', Weight: 0.053726 +Vertex 4305: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.091692 + Group: 'palm.03.R', Weight: 0.837086 + Group: 'f_ring.01.R', Weight: 0.014430 +Vertex 4306: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.001230 + Group: 'thumb.01.R', Weight: 0.006991 + Group: 'palm.02.R', Weight: 0.141442 + Group: 'palm.03.R', Weight: 0.772462 +Vertex 4307: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.053859 + Group: 'thumb.01.R', Weight: 0.064065 + Group: 'palm.02.R', Weight: 0.231510 + Group: 'palm.03.R', Weight: 0.617814 +Vertex 4308: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.766560 + Group: 'f_middle.01.R', Weight: 0.015194 + Group: 'palm.03.R', Weight: 0.153853 +Vertex 4309: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.082139 + Group: 'thumb.01.R', Weight: 0.145878 + Group: 'thumb.02.R', Weight: 0.052344 + Group: 'palm.02.R', Weight: 0.489048 + Group: 'palm.03.R', Weight: 0.222450 +Vertex 4310: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.590048 + Group: 'f_middle.01.R', Weight: 0.028007 + Group: 'palm.03.R', Weight: 0.315649 +Vertex 4311: +Vertex groups: 4 + Group: 'palm.02.R', Weight: 0.535049 + Group: 'f_middle.01.R', Weight: 0.015950 + Group: 'palm.03.R', Weight: 0.371339 + Group: 'f_ring.01.R', Weight: 0.008123 +Vertex 4312: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.600157 + Group: 'f_middle.01.R', Weight: 0.019206 + Group: 'palm.03.R', Weight: 0.314238 +Vertex 4313: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.454133 + Group: 'palm.03.R', Weight: 0.459670 + Group: 'f_ring.01.R', Weight: 0.010570 +Vertex 4314: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.014581 + Group: 'thumb.01.R', Weight: 0.053905 + Group: 'palm.02.R', Weight: 0.606757 + Group: 'palm.03.R', Weight: 0.267681 +Vertex 4315: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.750570 + Group: 'f_middle.01.R', Weight: 0.080173 + Group: 'palm.03.R', Weight: 0.138700 +Vertex 4316: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.800329 + Group: 'f_middle.01.R', Weight: 0.067849 + Group: 'palm.03.R', Weight: 0.107930 +Vertex 4317: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.720493 + Group: 'f_middle.01.R', Weight: 0.052587 + Group: 'palm.03.R', Weight: 0.191763 +Vertex 4318: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.241490 + Group: 'palm.03.R', Weight: 0.675803 + Group: 'f_ring.01.R', Weight: 0.027002 +Vertex 4319: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.362677 + Group: 'palm.03.R', Weight: 0.549642 +Vertex 4320: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.003618 + Group: 'palm.02.R', Weight: 0.515865 + Group: 'palm.03.R', Weight: 0.396121 +Vertex 4321: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.773559 + Group: 'f_middle.01.R', Weight: 0.108417 + Group: 'palm.03.R', Weight: 0.095670 +Vertex 4322: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.017293 + Group: 'thumb.01.R', Weight: 0.071837 + Group: 'thumb.02.R', Weight: 0.003013 + Group: 'palm.02.R', Weight: 0.686979 + Group: 'palm.03.R', Weight: 0.165052 +Vertex 4323: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.698097 + Group: 'f_middle.01.R', Weight: 0.017834 + Group: 'palm.03.R', Weight: 0.221096 +Vertex 4324: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.083481 + Group: 'thumb.01.R', Weight: 0.114277 + Group: 'thumb.02.R', Weight: 0.021005 + Group: 'palm.02.R', Weight: 0.391697 + Group: 'palm.03.R', Weight: 0.364951 +Vertex 4325: +Vertex groups: 4 + Group: 'thumb.01.R', Weight: 0.012243 + Group: 'palm.02.R', Weight: 0.816144 + Group: 'f_middle.01.R', Weight: 0.000190 + Group: 'palm.03.R', Weight: 0.097492 +Vertex 4326: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.046443 + Group: 'palm.02.R', Weight: 0.833153 + Group: 'palm.03.R', Weight: 0.059211 +Vertex 4327: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.002383 + Group: 'thumb.01.R', Weight: 0.052718 + Group: 'palm.02.R', Weight: 0.870950 +Vertex 4328: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.045843 + Group: 'thumb.01.R', Weight: 0.142941 + Group: 'thumb.02.R', Weight: 0.056597 + Group: 'palm.02.R', Weight: 0.620317 + Group: 'palm.03.R', Weight: 0.124386 +Vertex 4329: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.032991 + Group: 'thumb.01.R', Weight: 0.168160 + Group: 'thumb.02.R', Weight: 0.068198 + Group: 'palm.02.R', Weight: 0.662032 + Group: 'palm.03.R', Weight: 0.054939 +Vertex 4330: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.007304 + Group: 'thumb.01.R', Weight: 0.081404 + Group: 'thumb.02.R', Weight: 0.012433 + Group: 'palm.02.R', Weight: 0.755630 + Group: 'palm.03.R', Weight: 0.088432 +Vertex 4331: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.009572 + Group: 'thumb.01.R', Weight: 0.092471 + Group: 'thumb.02.R', Weight: 0.016938 + Group: 'palm.02.R', Weight: 0.796846 + Group: 'palm.03.R', Weight: 0.023573 +Vertex 4332: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.080967 + Group: 'thumb.01.R', Weight: 0.219785 + Group: 'thumb.02.R', Weight: 0.087235 + Group: 'palm.02.R', Weight: 0.481170 + Group: 'palm.03.R', Weight: 0.126771 +Vertex 4333: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.052475 + Group: 'thumb.01.R', Weight: 0.269776 + Group: 'thumb.02.R', Weight: 0.117149 + Group: 'palm.02.R', Weight: 0.511762 + Group: 'palm.03.R', Weight: 0.048343 +Vertex 4334: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.069037 + Group: 'thumb.01.R', Weight: 0.112931 + Group: 'thumb.02.R', Weight: 0.002228 + Group: 'palm.02.R', Weight: 0.775275 +Vertex 4335: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.070288 + Group: 'thumb.01.R', Weight: 0.184490 + Group: 'thumb.02.R', Weight: 0.052310 + Group: 'palm.02.R', Weight: 0.669374 +Vertex 4336: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.075336 + Group: 'thumb.01.R', Weight: 0.294370 + Group: 'thumb.02.R', Weight: 0.097916 + Group: 'palm.02.R', Weight: 0.508717 +Vertex 4337: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.977783 +Vertex 4338: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.978653 +Vertex 4339: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988571 +Vertex 4340: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.975329 +Vertex 4341: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.990057 +Vertex 4342: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988898 +Vertex 4343: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.985469 +Vertex 4344: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.974195 +Vertex 4345: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.984500 +Vertex 4346: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988993 +Vertex 4347: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.991090 +Vertex 4348: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.989033 +Vertex 4349: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.951357 + Group: 'hand.R', Weight: 0.015736 +Vertex 4350: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.975332 +Vertex 4351: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.968873 +Vertex 4352: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.966220 +Vertex 4353: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.975188 +Vertex 4354: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.967142 + Group: 'hand.R', Weight: 0.008596 +Vertex 4355: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.979075 +Vertex 4356: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.954044 + Group: 'hand.R', Weight: 0.017294 +Vertex 4357: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.963714 + Group: 'hand.R', Weight: 0.001606 +Vertex 4358: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.967052 + Group: 'hand.R', Weight: 0.006023 +Vertex 4359: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.979398 +Vertex 4360: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.968526 + Group: 'hand.R', Weight: 0.007728 +Vertex 4361: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.077687 + Group: 'thumb.01.R', Weight: 0.359038 + Group: 'thumb.02.R', Weight: 0.155685 + Group: 'palm.02.R', Weight: 0.312426 + Group: 'palm.03.R', Weight: 0.097144 +Vertex 4362: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.001976 + Group: 'thumb.01.R', Weight: 0.468289 + Group: 'thumb.02.R', Weight: 0.393840 + Group: 'palm.02.R', Weight: 0.115983 +Vertex 4363: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.115935 + Group: 'thumb.02.R', Weight: 0.868508 +Vertex 4364: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.071225 + Group: 'thumb.02.R', Weight: 0.911169 +Vertex 4365: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.902105 + Group: 'thumb.03.R', Weight: 0.080403 +Vertex 4366: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.005819 + Group: 'thumb.01.R', Weight: 0.434185 + Group: 'thumb.02.R', Weight: 0.460459 + Group: 'palm.02.R', Weight: 0.042454 + Group: 'palm.03.R', Weight: 0.010544 +Vertex 4367: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.082936 + Group: 'thumb.01.R', Weight: 0.491686 + Group: 'thumb.02.R', Weight: 0.193983 + Group: 'palm.02.R', Weight: 0.133494 + Group: 'palm.03.R', Weight: 0.098949 +Vertex 4368: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.110359 + Group: 'thumb.01.R', Weight: 0.371617 + Group: 'thumb.02.R', Weight: 0.147996 + Group: 'palm.02.R', Weight: 0.237865 + Group: 'palm.03.R', Weight: 0.132183 +Vertex 4369: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.060056 + Group: 'thumb.01.R', Weight: 0.530625 + Group: 'thumb.02.R', Weight: 0.258327 + Group: 'palm.02.R', Weight: 0.081981 + Group: 'palm.03.R', Weight: 0.067845 +Vertex 4370: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.239549 + Group: 'thumb.02.R', Weight: 0.707645 + Group: 'palm.02.R', Weight: 0.006739 +Vertex 4371: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.051950 + Group: 'thumb.02.R', Weight: 0.823825 + Group: 'thumb.03.R', Weight: 0.114450 +Vertex 4372: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.825319 + Group: 'thumb.03.R', Weight: 0.148017 +Vertex 4373: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.054408 + Group: 'thumb.01.R', Weight: 0.600283 + Group: 'thumb.02.R', Weight: 0.182779 + Group: 'palm.02.R', Weight: 0.157586 +Vertex 4374: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.115527 + Group: 'thumb.01.R', Weight: 0.738029 + Group: 'thumb.02.R', Weight: 0.065614 + Group: 'palm.02.R', Weight: 0.073094 +Vertex 4375: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.141363 + Group: 'thumb.01.R', Weight: 0.437687 + Group: 'thumb.02.R', Weight: 0.064601 + Group: 'palm.02.R', Weight: 0.343746 +Vertex 4376: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.124256 + Group: 'thumb.01.R', Weight: 0.308231 + Group: 'thumb.02.R', Weight: 0.053159 + Group: 'palm.02.R', Weight: 0.499910 +Vertex 4377: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.209433 + Group: 'thumb.01.R', Weight: 0.254039 + Group: 'palm.02.R', Weight: 0.502260 +Vertex 4378: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.720066 + Group: 'hand.R', Weight: 0.260357 +Vertex 4379: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.322500 + Group: 'hand.R', Weight: 0.642298 +Vertex 4380: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.165081 + Group: 'hand.R', Weight: 0.772279 + Group: 'thumb.01.R', Weight: 0.016702 + Group: 'palm.03.R', Weight: 0.004058 +Vertex 4381: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.884934 + Group: 'hand.R', Weight: 0.104747 +Vertex 4382: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.107526 + Group: 'hand.R', Weight: 0.809022 + Group: 'thumb.01.R', Weight: 0.027027 + Group: 'palm.03.R', Weight: 0.033860 +Vertex 4383: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4384: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4385: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4386: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.105277 + Group: 'f_middle.02.R', Weight: 0.894715 +Vertex 4387: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.035269 + Group: 'f_middle.02.R', Weight: 0.957350 +Vertex 4388: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.995119 +Vertex 4389: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.060668 + Group: 'f_middle.01.R', Weight: 0.938491 +Vertex 4390: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4391: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999547 +Vertex 4392: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.791282 + Group: 'f_middle.01.R', Weight: 0.146407 + Group: 'palm.03.R', Weight: 0.049081 +Vertex 4393: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.042818 + Group: 'palm.02.R', Weight: 0.943516 +Vertex 4394: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.991228 +Vertex 4395: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.983152 +Vertex 4396: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.150932 + Group: 'f_middle.01.R', Weight: 0.841818 +Vertex 4397: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.943808 + Group: 'f_middle.01.R', Weight: 0.048865 +Vertex 4398: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.994511 +Vertex 4399: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.998732 +Vertex 4400: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.715600 + Group: 'f_middle.01.R', Weight: 0.063923 + Group: 'palm.03.R', Weight: 0.180707 +Vertex 4401: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.003661 + Group: 'palm.02.R', Weight: 0.629533 + Group: 'f_middle.01.R', Weight: 0.039563 + Group: 'palm.03.R', Weight: 0.271950 +Vertex 4402: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.682278 + Group: 'f_middle.01.R', Weight: 0.051992 + Group: 'palm.03.R', Weight: 0.222379 +Vertex 4403: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.210332 + Group: 'palm.02.R', Weight: 0.660144 + Group: 'palm.03.R', Weight: 0.118357 +Vertex 4404: +Vertex groups: 4 + Group: 'palm.02.R', Weight: 0.448483 + Group: 'f_middle.01.R', Weight: 0.003491 + Group: 'palm.03.R', Weight: 0.454588 + Group: 'f_ring.01.R', Weight: 0.026703 +Vertex 4405: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.278275 + Group: 'palm.03.R', Weight: 0.618442 + Group: 'f_ring.01.R', Weight: 0.061594 +Vertex 4406: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.340876 + Group: 'palm.03.R', Weight: 0.564898 + Group: 'f_ring.01.R', Weight: 0.044180 +Vertex 4407: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.314748 + Group: 'palm.02.R', Weight: 0.294372 + Group: 'palm.03.R', Weight: 0.370558 +Vertex 4408: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999514 +Vertex 4409: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999612 +Vertex 4410: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999570 +Vertex 4411: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.046751 + Group: 'f_ring.02.R', Weight: 0.951603 +Vertex 4412: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.000225 + Group: 'f_ring.02.R', Weight: 0.974878 +Vertex 4413: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.987441 +Vertex 4414: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.989785 +Vertex 4415: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999334 +Vertex 4416: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999579 +Vertex 4417: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.912448 + Group: 'f_ring.01.R', Weight: 0.072802 +Vertex 4418: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.029581 + Group: 'palm.03.R', Weight: 0.751942 + Group: 'f_ring.01.R', Weight: 0.200897 +Vertex 4419: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.960794 + Group: 'f_ring.02.R', Weight: 0.027997 +Vertex 4420: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.887704 + Group: 'f_ring.02.R', Weight: 0.111904 +Vertex 4421: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.071560 + Group: 'f_ring.01.R', Weight: 0.923156 +Vertex 4422: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.084763 + Group: 'f_ring.01.R', Weight: 0.913039 +Vertex 4423: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.998114 +Vertex 4424: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.998765 +Vertex 4425: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.032924 + Group: 'palm.03.R', Weight: 0.935203 +Vertex 4426: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.696989 + Group: 'thumb.01.R', Weight: 0.005123 + Group: 'palm.03.R', Weight: 0.250261 +Vertex 4427: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.058594 + Group: 'hand.R', Weight: 0.812442 + Group: 'thumb.01.R', Weight: 0.029112 + Group: 'palm.03.R', Weight: 0.084952 +Vertex 4428: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.051305 + Group: 'thumb.01.R', Weight: 0.079612 + Group: 'thumb.02.R', Weight: 0.003069 + Group: 'palm.02.R', Weight: 0.498621 + Group: 'palm.03.R', Weight: 0.329274 +Vertex 4429: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.018051 + Group: 'palm.02.R', Weight: 0.691007 + Group: 'palm.03.R', Weight: 0.213432 +Vertex 4430: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.341962 + Group: 'palm.02.R', Weight: 0.582384 + Group: 'palm.03.R', Weight: 0.071038 +Vertex 4431: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.150682 + Group: 'palm.02.R', Weight: 0.825938 +Vertex 4432: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.525531 + Group: 'palm.02.R', Weight: 0.198793 + Group: 'palm.03.R', Weight: 0.266243 +Vertex 4433: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.127705 + Group: 'thumb.01.R', Weight: 0.086158 + Group: 'palm.02.R', Weight: 0.767136 +Vertex 4434: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.198570 + Group: 'thumb.01.R', Weight: 0.020887 + Group: 'palm.02.R', Weight: 0.757256 +Vertex 4435: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.353180 + Group: 'thumb.01.R', Weight: 0.012004 + Group: 'palm.02.R', Weight: 0.606003 +Vertex 4436: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.714022 + Group: 'palm.02.R', Weight: 0.246615 + Group: 'palm.03.R', Weight: 0.015094 +Vertex 4437: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.793410 + Group: 'palm.02.R', Weight: 0.086431 + Group: 'palm.03.R', Weight: 0.116285 +Vertex 4438: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.638148 + Group: 'thumb.01.R', Weight: 0.033887 + Group: 'palm.02.R', Weight: 0.308507 +Vertex 4439: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.835904 + Group: 'palm.02.R', Weight: 0.132602 +Vertex 4440: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.301351 + Group: 'palm.02.R', Weight: 0.673254 +Vertex 4441: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.412217 + Group: 'palm.02.R', Weight: 0.556602 +Vertex 4442: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.649483 + Group: 'palm.02.R', Weight: 0.269812 + Group: 'palm.03.R', Weight: 0.076166 +Vertex 4443: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.691063 + Group: 'palm.02.R', Weight: 0.184525 + Group: 'palm.03.R', Weight: 0.119728 +Vertex 4444: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.671303 + Group: 'palm.02.R', Weight: 0.075926 + Group: 'palm.03.R', Weight: 0.248554 +Vertex 4445: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.656099 + Group: 'palm.02.R', Weight: 0.038010 + Group: 'palm.03.R', Weight: 0.296133 +Vertex 4446: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.830609 + Group: 'palm.02.R', Weight: 0.011560 + Group: 'palm.03.R', Weight: 0.133202 +Vertex 4447: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.896717 + Group: 'palm.02.R', Weight: 0.020645 + Group: 'palm.03.R', Weight: 0.062681 +Vertex 4448: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.857053 + Group: 'palm.02.R', Weight: 0.100641 + Group: 'palm.03.R', Weight: 0.021102 +Vertex 4449: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.851182 + Group: 'palm.02.R', Weight: 0.069575 + Group: 'palm.03.R', Weight: 0.074727 +Vertex 4450: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.896248 + Group: 'palm.02.R', Weight: 0.070407 +Vertex 4451: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.802032 + Group: 'palm.02.R', Weight: 0.160313 + Group: 'palm.03.R', Weight: 0.009465 +Vertex 4452: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.134926 + Group: 'palm.03.R', Weight: 0.748122 + Group: 'f_ring.01.R', Weight: 0.094058 +Vertex 4453: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.062348 + Group: 'palm.03.R', Weight: 0.795271 + Group: 'f_ring.01.R', Weight: 0.129694 +Vertex 4454: +Vertex groups: 4 + Group: 'palm.02.R', Weight: 0.497258 + Group: 'f_middle.01.R', Weight: 0.006948 + Group: 'palm.03.R', Weight: 0.412971 + Group: 'f_ring.01.R', Weight: 0.012560 +Vertex 4455: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.596133 + Group: 'f_middle.01.R', Weight: 0.025507 + Group: 'palm.03.R', Weight: 0.313718 +Vertex 4456: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.736693 + Group: 'f_middle.01.R', Weight: 0.066992 + Group: 'palm.03.R', Weight: 0.163691 +Vertex 4457: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.664881 + Group: 'f_middle.01.R', Weight: 0.034584 + Group: 'palm.03.R', Weight: 0.249712 +Vertex 4458: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.337386 + Group: 'palm.03.R', Weight: 0.577458 + Group: 'f_ring.01.R', Weight: 0.019509 +Vertex 4459: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.003036 + Group: 'palm.02.R', Weight: 0.237723 + Group: 'palm.03.R', Weight: 0.674373 +Vertex 4460: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.018181 + Group: 'thumb.01.R', Weight: 0.040178 + Group: 'palm.02.R', Weight: 0.353449 + Group: 'palm.03.R', Weight: 0.530596 +Vertex 4461: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.051560 + Group: 'thumb.01.R', Weight: 0.104065 + Group: 'thumb.02.R', Weight: 0.026358 + Group: 'palm.02.R', Weight: 0.597602 + Group: 'palm.03.R', Weight: 0.197114 +Vertex 4462: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.616664 + Group: 'palm.03.R', Weight: 0.300545 +Vertex 4463: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.785131 + Group: 'f_middle.01.R', Weight: 0.089111 + Group: 'palm.03.R', Weight: 0.103129 +Vertex 4464: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.048299 + Group: 'palm.02.R', Weight: 0.756910 + Group: 'palm.03.R', Weight: 0.131697 +Vertex 4465: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.063576 + Group: 'palm.02.R', Weight: 0.798005 + Group: 'palm.03.R', Weight: 0.073061 +Vertex 4466: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.021299 + Group: 'thumb.01.R', Weight: 0.126583 + Group: 'thumb.02.R', Weight: 0.046864 + Group: 'palm.02.R', Weight: 0.735678 + Group: 'palm.03.R', Weight: 0.041617 +Vertex 4467: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.024702 + Group: 'thumb.01.R', Weight: 0.109412 + Group: 'thumb.02.R', Weight: 0.035558 + Group: 'palm.02.R', Weight: 0.693042 + Group: 'palm.03.R', Weight: 0.106557 +Vertex 4468: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.005809 + Group: 'thumb.01.R', Weight: 0.070760 + Group: 'palm.02.R', Weight: 0.837872 + Group: 'palm.03.R', Weight: 0.004376 +Vertex 4469: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.072444 + Group: 'thumb.01.R', Weight: 0.082973 + Group: 'palm.02.R', Weight: 0.816329 +Vertex 4470: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.069832 + Group: 'thumb.01.R', Weight: 0.145585 + Group: 'thumb.02.R', Weight: 0.023936 + Group: 'palm.02.R', Weight: 0.727965 +Vertex 4471: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.108306 + Group: 'thumb.01.R', Weight: 0.180409 + Group: 'thumb.02.R', Weight: 0.013076 + Group: 'palm.02.R', Weight: 0.666285 +Vertex 4472: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988986 +Vertex 4473: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.097712 + Group: 'palm.02.R', Weight: 0.369618 + Group: 'palm.03.R', Weight: 0.495011 +Vertex 4474: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.010782 + Group: 'palm.02.R', Weight: 0.382013 + Group: 'palm.03.R', Weight: 0.511270 + Group: 'f_ring.01.R', Weight: 0.046078 +Vertex 4475: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.094853 + Group: 'palm.02.R', Weight: 0.693100 + Group: 'palm.03.R', Weight: 0.186295 +Vertex 4476: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.020400 + Group: 'palm.02.R', Weight: 0.674785 + Group: 'f_middle.01.R', Weight: 0.050695 + Group: 'palm.03.R', Weight: 0.219365 +Vertex 4477: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.967361 + Group: 'hand.R', Weight: 0.007384 +Vertex 4478: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.000639 + Group: 'palm.02.R', Weight: 0.678214 + Group: 'f_middle.01.R', Weight: 0.053752 + Group: 'palm.03.R', Weight: 0.220941 +Vertex 4479: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.362508 + Group: 'palm.03.R', Weight: 0.537643 + Group: 'f_ring.01.R', Weight: 0.048385 +Vertex 4480: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.091343 + Group: 'thumb.01.R', Weight: 0.115392 + Group: 'palm.02.R', Weight: 0.760342 +Vertex 4481: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.886406 + Group: 'palm.02.R', Weight: 0.062416 + Group: 'palm.03.R', Weight: 0.040147 +Vertex 4482: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.700780 + Group: 'palm.02.R', Weight: 0.120882 + Group: 'palm.03.R', Weight: 0.173691 +Vertex 4483: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.571711 + Group: 'palm.02.R', Weight: 0.379559 + Group: 'palm.03.R', Weight: 0.037681 +Vertex 4484: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.242521 + Group: 'palm.02.R', Weight: 0.726767 +Vertex 4485: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.181580 + Group: 'thumb.01.R', Weight: 0.642434 + Group: 'thumb.02.R', Weight: 0.060444 + Group: 'palm.03.R', Weight: 0.091460 +Vertex 4486: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.135028 + Group: 'thumb.01.R', Weight: 0.609656 + Group: 'thumb.02.R', Weight: 0.093327 + Group: 'palm.02.R', Weight: 0.006458 + Group: 'palm.03.R', Weight: 0.126675 +Vertex 4487: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.080914 + Group: 'thumb.01.R', Weight: 0.431522 + Group: 'thumb.02.R', Weight: 0.155280 + Group: 'palm.02.R', Weight: 0.317191 +Vertex 4488: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.011002 + Group: 'thumb.02.R', Weight: 0.649283 + Group: 'thumb.03.R', Weight: 0.310757 +Vertex 4489: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.225458 + Group: 'thumb.02.R', Weight: 0.714464 + Group: 'thumb.03.R', Weight: 0.003807 +Vertex 4490: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.004090 + Group: 'thumb.02.R', Weight: 0.644392 + Group: 'thumb.03.R', Weight: 0.320162 +Vertex 4491: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.022077 + Group: 'thumb.02.R', Weight: 0.715558 + Group: 'thumb.03.R', Weight: 0.238337 +Vertex 4492: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.048348 + Group: 'thumb.01.R', Weight: 0.688025 + Group: 'thumb.02.R', Weight: 0.206815 + Group: 'palm.03.R', Weight: 0.018202 +Vertex 4493: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.228485 + Group: 'thumb.02.R', Weight: 0.733566 + Group: 'palm.02.R', Weight: 0.035960 +Vertex 4494: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.118623 + Group: 'thumb.02.R', Weight: 0.789025 + Group: 'thumb.03.R', Weight: 0.063988 +Vertex 4495: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.085985 + Group: 'thumb.03.R', Weight: 0.917974 +Vertex 4496: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.247496 + Group: 'thumb.03.R', Weight: 0.762780 +Vertex 4497: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.983827 +Vertex 4498: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.985249 +Vertex 4499: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.019651 + Group: 'thumb.03.R', Weight: 0.964772 +Vertex 4500: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.177275 + Group: 'thumb.03.R', Weight: 0.823306 +Vertex 4501: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4502: +Vertex groups: 3 + Group: 'spine', Weight: 0.157330 + Group: 'spine.001', Weight: 0.689067 + Group: 'spine.002', Weight: 0.143085 +Vertex 4503: +Vertex groups: 3 + Group: 'spine', Weight: 0.153365 + Group: 'spine.001', Weight: 0.687708 + Group: 'spine.002', Weight: 0.148193 +Vertex 4504: +Vertex groups: 3 + Group: 'spine', Weight: 0.151598 + Group: 'spine.001', Weight: 0.682928 + Group: 'spine.002', Weight: 0.154316 +Vertex 4505: +Vertex groups: 3 + Group: 'spine', Weight: 0.110182 + Group: 'spine.001', Weight: 0.683443 + Group: 'spine.002', Weight: 0.194767 +Vertex 4506: +Vertex groups: 3 + Group: 'spine', Weight: 0.112345 + Group: 'spine.001', Weight: 0.706055 + Group: 'spine.002', Weight: 0.171412 +Vertex 4507: +Vertex groups: 3 + Group: 'spine', Weight: 0.086754 + Group: 'spine.001', Weight: 0.686555 + Group: 'spine.002', Weight: 0.215212 +Vertex 4508: +Vertex groups: 3 + Group: 'spine', Weight: 0.086382 + Group: 'spine.001', Weight: 0.682386 + Group: 'spine.002', Weight: 0.219520 +Vertex 4509: +Vertex groups: 3 + Group: 'spine', Weight: 0.146737 + Group: 'spine.001', Weight: 0.720556 + Group: 'spine.002', Weight: 0.124094 +Vertex 4510: +Vertex groups: 3 + Group: 'spine', Weight: 0.148724 + Group: 'spine.001', Weight: 0.718203 + Group: 'spine.002', Weight: 0.124378 +Vertex 4511: +Vertex groups: 4 + Group: 'spine', Weight: 0.079139 + Group: 'spine.001', Weight: 0.364403 + Group: 'spine.002', Weight: 0.498831 + Group: 'spine.003', Weight: 0.004425 +Vertex 4512: +Vertex groups: 3 + Group: 'spine', Weight: 0.081031 + Group: 'spine.001', Weight: 0.496253 + Group: 'spine.002', Weight: 0.395142 +Vertex 4513: +Vertex groups: 3 + Group: 'spine', Weight: 0.094079 + Group: 'spine.001', Weight: 0.589551 + Group: 'spine.002', Weight: 0.299077 +Vertex 4514: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.715830 + Group: 'spine.001', Weight: 0.131904 + Group: 'spine.003', Weight: 0.121435 + Group: 'spine', Weight: 0.020689 + Group: 'upper_arm.R', Weight: 0.010142 +Vertex 4515: +Vertex groups: 5 + Group: 'spine', Weight: 0.047688 + Group: 'spine.001', Weight: 0.181144 + Group: 'spine.002', Weight: 0.637668 + Group: 'spine.003', Weight: 0.069350 + Group: 'upper_arm.R', Weight: 0.007980 +Vertex 4516: +Vertex groups: 4 + Group: 'spine', Weight: 0.059935 + Group: 'spine.001', Weight: 0.249044 + Group: 'spine.002', Weight: 0.596646 + Group: 'spine.003', Weight: 0.043053 +Vertex 4517: +Vertex groups: 3 + Group: 'spine', Weight: 0.096394 + Group: 'spine.001', Weight: 0.584319 + Group: 'spine.002', Weight: 0.300913 +Vertex 4518: +Vertex groups: 3 + Group: 'spine', Weight: 0.090024 + Group: 'spine.001', Weight: 0.561013 + Group: 'spine.002', Weight: 0.327515 +Vertex 4519: +Vertex groups: 3 + Group: 'spine', Weight: 0.088734 + Group: 'spine.001', Weight: 0.601657 + Group: 'spine.002', Weight: 0.293287 +Vertex 4520: +Vertex groups: 3 + Group: 'spine', Weight: 0.087807 + Group: 'spine.001', Weight: 0.620047 + Group: 'spine.002', Weight: 0.276839 +Vertex 4521: +Vertex groups: 3 + Group: 'spine', Weight: 0.089163 + Group: 'spine.001', Weight: 0.629563 + Group: 'spine.002', Weight: 0.266471 +Vertex 4522: +Vertex groups: 4 + Group: 'spine', Weight: 0.070041 + Group: 'spine.001', Weight: 0.308295 + Group: 'spine.002', Weight: 0.547801 + Group: 'spine.003', Weight: 0.020924 +Vertex 4523: +Vertex groups: 4 + Group: 'spine', Weight: 0.008642 + Group: 'spine.001', Weight: 0.225174 + Group: 'spine.002', Weight: 0.695043 + Group: 'spine.003', Weight: 0.006646 +Vertex 4524: +Vertex groups: 3 + Group: 'spine', Weight: 0.053494 + Group: 'spine.001', Weight: 0.565409 + Group: 'spine.002', Weight: 0.363734 +Vertex 4525: +Vertex groups: 3 + Group: 'spine', Weight: 0.051418 + Group: 'spine.001', Weight: 0.437767 + Group: 'spine.002', Weight: 0.486364 +Vertex 4526: +Vertex groups: 3 + Group: 'spine', Weight: 0.054842 + Group: 'spine.001', Weight: 0.532767 + Group: 'spine.002', Weight: 0.392528 +Vertex 4527: +Vertex groups: 3 + Group: 'spine', Weight: 0.054410 + Group: 'spine.001', Weight: 0.487094 + Group: 'spine.002', Weight: 0.436496 +Vertex 4528: +Vertex groups: 3 + Group: 'spine', Weight: 0.051614 + Group: 'spine.001', Weight: 0.560393 + Group: 'spine.002', Weight: 0.370615 +Vertex 4529: +Vertex groups: 3 + Group: 'spine', Weight: 0.053582 + Group: 'spine.001', Weight: 0.556257 + Group: 'spine.002', Weight: 0.371870 +Vertex 4530: +Vertex groups: 3 + Group: 'spine', Weight: 0.038161 + Group: 'spine.001', Weight: 0.357226 + Group: 'spine.002', Weight: 0.567992 +Vertex 4531: +Vertex groups: 3 + Group: 'spine', Weight: 0.055738 + Group: 'spine.001', Weight: 0.514551 + Group: 'spine.002', Weight: 0.408994 +Vertex 4532: +Vertex groups: 3 + Group: 'spine', Weight: 0.045833 + Group: 'spine.001', Weight: 0.544262 + Group: 'spine.002', Weight: 0.389840 +Vertex 4533: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.128529 + Group: 'spine.002', Weight: 0.764618 + Group: 'spine.003', Weight: 0.050806 +Vertex 4534: +Vertex groups: 3 + Group: 'spine', Weight: 0.062144 + Group: 'spine.001', Weight: 0.467573 + Group: 'spine.002', Weight: 0.447808 +Vertex 4535: +Vertex groups: 3 + Group: 'spine', Weight: 0.067188 + Group: 'spine.001', Weight: 0.522452 + Group: 'spine.002', Weight: 0.390332 +Vertex 4536: +Vertex groups: 3 + Group: 'spine', Weight: 0.022966 + Group: 'spine.001', Weight: 0.360868 + Group: 'spine.002', Weight: 0.573010 +Vertex 4537: +Vertex groups: 3 + Group: 'spine', Weight: 0.052946 + Group: 'spine.001', Weight: 0.460947 + Group: 'spine.002', Weight: 0.462921 +Vertex 4538: +Vertex groups: 3 + Group: 'spine', Weight: 0.005968 + Group: 'spine.001', Weight: 0.312656 + Group: 'spine.002', Weight: 0.626762 +Vertex 4539: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.106329 + Group: 'spine.002', Weight: 0.688732 + Group: 'spine.003', Weight: 0.081697 + Group: 'shoulder.R', Weight: 0.009360 + Group: 'upper_arm.R', Weight: 0.061521 +Vertex 4540: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.155957 + Group: 'spine.002', Weight: 0.743899 + Group: 'spine.003', Weight: 0.034437 +Vertex 4541: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.125498 + Group: 'spine.002', Weight: 0.727732 + Group: 'spine.003', Weight: 0.057659 + Group: 'upper_arm.R', Weight: 0.035263 +Vertex 4542: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.056142 + Group: 'spine.002', Weight: 0.486372 + Group: 'spine.003', Weight: 0.263162 + Group: 'shoulder.R', Weight: 0.067749 + Group: 'upper_arm.R', Weight: 0.064950 +Vertex 4543: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.081989 + Group: 'spine.002', Weight: 0.593029 + Group: 'spine.003', Weight: 0.161194 + Group: 'shoulder.R', Weight: 0.052059 + Group: 'upper_arm.R', Weight: 0.066162 +Vertex 4544: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.094732 + Group: 'spine.002', Weight: 0.638976 + Group: 'spine.003', Weight: 0.118525 + Group: 'shoulder.R', Weight: 0.033390 + Group: 'upper_arm.R', Weight: 0.068802 +Vertex 4545: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.101951 + Group: 'spine.002', Weight: 0.665420 + Group: 'spine.003', Weight: 0.097095 + Group: 'shoulder.R', Weight: 0.020420 + Group: 'upper_arm.R', Weight: 0.065814 +Vertex 4546: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.085124 + Group: 'Head', Weight: 0.911655 +Vertex 4547: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082596 + Group: 'Head', Weight: 0.914199 +Vertex 4548: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.154120 + Group: 'Head', Weight: 0.839492 +Vertex 4549: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165708 + Group: 'Head', Weight: 0.828104 +Vertex 4550: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165504 + Group: 'Head', Weight: 0.828664 +Vertex 4551: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155290 + Group: 'Head', Weight: 0.839336 +Vertex 4552: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133879 + Group: 'Head', Weight: 0.861323 +Vertex 4553: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123022 + Group: 'Head', Weight: 0.872431 +Vertex 4554: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111957 + Group: 'Head', Weight: 0.883710 +Vertex 4555: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099577 + Group: 'Head', Weight: 0.896168 +Vertex 4556: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098472 + Group: 'Head', Weight: 0.896984 +Vertex 4557: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103936 + Group: 'Head', Weight: 0.891111 +Vertex 4558: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113955 + Group: 'Head', Weight: 0.880621 +Vertex 4559: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133219 + Group: 'Head', Weight: 0.860727 +Vertex 4560: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124054 + Group: 'Head', Weight: 0.870090 +Vertex 4561: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141530 + Group: 'Head', Weight: 0.852245 +Vertex 4562: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142622 + Group: 'Head', Weight: 0.852365 +Vertex 4563: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148502 + Group: 'Head', Weight: 0.846322 +Vertex 4564: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150722 + Group: 'Head', Weight: 0.843139 +Vertex 4565: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161239 + Group: 'Head', Weight: 0.832769 +Vertex 4566: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.160038 + Group: 'Head', Weight: 0.834283 +Vertex 4567: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150784 + Group: 'Head', Weight: 0.843916 +Vertex 4568: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132111 + Group: 'Head', Weight: 0.863058 +Vertex 4569: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124855 + Group: 'Head', Weight: 0.870471 +Vertex 4570: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115740 + Group: 'Head', Weight: 0.879746 +Vertex 4571: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105364 + Group: 'Head', Weight: 0.890162 +Vertex 4572: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104968 + Group: 'Head', Weight: 0.890266 +Vertex 4573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111310 + Group: 'Head', Weight: 0.883539 +Vertex 4574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.121915 + Group: 'Head', Weight: 0.872546 +Vertex 4575: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132738 + Group: 'Head', Weight: 0.861410 +Vertex 4576: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127086 + Group: 'Head', Weight: 0.867201 +Vertex 4577: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139867 + Group: 'Head', Weight: 0.854129 +Vertex 4578: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139116 + Group: 'Head', Weight: 0.855888 +Vertex 4579: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144932 + Group: 'Head', Weight: 0.849924 +Vertex 4580: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155603 + Group: 'Head', Weight: 0.837877 +Vertex 4581: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108890 + Group: 'Head', Weight: 0.885705 +Vertex 4582: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101870 + Group: 'Head', Weight: 0.893178 +Vertex 4583: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118893 + Group: 'Head', Weight: 0.875177 +Vertex 4584: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128668 + Group: 'Head', Weight: 0.865185 +Vertex 4585: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141187 + Group: 'Head', Weight: 0.852462 +Vertex 4586: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.167856 + Group: 'Head', Weight: 0.825832 +Vertex 4587: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166152 + Group: 'Head', Weight: 0.827970 +Vertex 4588: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155662 + Group: 'Head', Weight: 0.838944 +Vertex 4589: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095647 + Group: 'Head', Weight: 0.899890 +Vertex 4590: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095430 + Group: 'Head', Weight: 0.900465 +Vertex 4591: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107329 + Group: 'Head', Weight: 0.888497 +Vertex 4592: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119804 + Group: 'Head', Weight: 0.875770 +Vertex 4593: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131993 + Group: 'Head', Weight: 0.863301 +Vertex 4594: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146676 + Group: 'Head', Weight: 0.848224 +Vertex 4595: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139688 + Group: 'Head', Weight: 0.855411 +Vertex 4596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101068 + Group: 'Head', Weight: 0.894818 +Vertex 4597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098370 + Group: 'Head', Weight: 0.897609 +Vertex 4598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104756 + Group: 'Head', Weight: 0.890993 +Vertex 4599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088505 + Group: 'Head', Weight: 0.907845 +Vertex 4600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109389 + Group: 'Head', Weight: 0.886155 +Vertex 4601: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4602: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4603: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4604: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4605: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4606: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4607: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4608: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4609: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4610: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4611: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4612: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4613: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4614: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4615: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4616: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4617: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4618: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4619: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4620: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4621: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4622: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4623: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4624: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4625: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4626: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4627: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4628: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4629: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4630: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4631: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4632: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4633: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4634: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.865184 + Group: 'f_middle.02.R', Weight: 0.133583 +Vertex 4635: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.901072 + Group: 'f_middle.02.R', Weight: 0.098783 +Vertex 4636: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.874345 + Group: 'f_middle.02.R', Weight: 0.125216 +Vertex 4637: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.957046 + Group: 'f_middle.02.R', Weight: 0.035057 +Vertex 4638: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.828853 + Group: 'f_middle.02.R', Weight: 0.170559 +Vertex 4639: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.857769 + Group: 'f_middle.02.R', Weight: 0.142449 +Vertex 4640: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.916989 + Group: 'f_middle.02.R', Weight: 0.083144 +Vertex 4641: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.960789 + Group: 'f_middle.02.R', Weight: 0.027993 +Vertex 4642: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.877561 + Group: 'f_middle.02.R', Weight: 0.122508 +Vertex 4643: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.957612 + Group: 'f_middle.02.R', Weight: 0.034151 +=== Animation Keyframes === +=== Bone Transforms per Keyframe === +Keyframes: 43 +Frame: 0 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 1 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 2 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 3 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 4 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 5 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 6 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 7 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 8 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 9 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 10 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 11 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 12 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 13 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 14 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 15 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 16 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 17 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 18 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 19 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 20 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 21 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 22 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 23 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 24 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 25 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 26 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 27 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 28 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 29 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 30 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 31 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 32 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 33 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 34 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 35 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 36 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 37 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 38 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 39 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 40 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 42 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 43 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + diff --git a/resources/w/shadow/shadow_dead003.txt b/resources/w/shadow/shadow_dead003.txt new file mode 100644 index 0000000..a4ce5be --- /dev/null +++ b/resources/w/shadow/shadow_dead003.txt @@ -0,0 +1,84993 @@ +=== Armature Matrix === + + + + +=== Armature Bones: 38 +Bone: spine + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.14538497551776422 + + + + Parent: None + Children: ['spine.001'] +Bone: spine.001 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09518011967795607 + + + + Parent: spine + Children: ['spine.002'] +Bone: spine.002 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1215128936633829 + + + + Parent: spine.001 + Children: ['spine.003'] +Bone: spine.003 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.112579900223692 + + + + Parent: spine.002 + Children: ['spine.004', 'shoulder.L', 'shoulder.R'] +Bone: spine.004 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04642813051227379 + + + + Parent: spine.003 + Children: ['spine.005'] +Bone: spine.005 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04471281747648945 + + + + Parent: spine.004 + Children: ['Head'] +Bone: Head + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.044712782490291675 + + + + Parent: spine.005 + Children: [] +Bone: shoulder.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09377606215972899 + + + + Parent: spine.003 + Children: ['upper_arm.L'] +Bone: upper_arm.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.22562149704423543 + + + + Parent: shoulder.L + Children: ['forearm.L'] +Bone: forearm.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.18554608719501253 + + + + Parent: upper_arm.L + Children: ['hand.L'] +Bone: hand.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.08843077769432313 + + + + Parent: forearm.L + Children: ['thumb.01.L', 'palm.02.L', 'palm.03.L'] +Bone: thumb.01.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.042760808799966715 + + + + Parent: hand.L + Children: ['thumb.02.L'] +Bone: thumb.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03528378928504266 + + + + Parent: thumb.01.L + Children: ['thumb.03.L'] +Bone: thumb.03.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.035283792790654606 + + + + Parent: thumb.02.L + Children: [] +Bone: palm.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.043167344500944706 + + + + Parent: hand.L + Children: ['f_middle.01.L'] +Bone: f_middle.01.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.05333360538612737 + + + + Parent: palm.02.L + Children: ['f_middle.02.L'] +Bone: f_middle.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.05333360545433913 + + + + Parent: f_middle.01.L + Children: [] +Bone: palm.03.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.054472468595704704 + + + + Parent: hand.L + Children: ['f_ring.01.L'] +Bone: f_ring.01.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732557942843606 + + + + Parent: palm.03.L + Children: ['f_ring.02.L'] +Bone: f_ring.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732557693695869 + + + + Parent: f_ring.01.L + Children: [] +Bone: shoulder.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09377603779689124 + + + + Parent: spine.003 + Children: ['upper_arm.R'] +Bone: upper_arm.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.2256213728713048 + + + + Parent: shoulder.R + Children: ['forearm.R'] +Bone: forearm.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1855461361337643 + + + + Parent: upper_arm.R + Children: ['hand.R'] +Bone: hand.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.0884306460485189 + + + + Parent: forearm.R + Children: ['thumb.01.R', 'palm.02.R', 'palm.03.R'] +Bone: thumb.01.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04276087822307587 + + + + Parent: hand.R + Children: ['thumb.02.R'] +Bone: thumb.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03528377691229182 + + + + Parent: thumb.01.R + Children: ['thumb.03.R'] +Bone: thumb.03.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03528375031086283 + + + + Parent: thumb.02.R + Children: [] +Bone: palm.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04316749147834885 + + + + Parent: hand.R + Children: ['f_middle.01.R'] +Bone: f_middle.01.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.053333582466972874 + + + + Parent: palm.02.R + Children: ['f_middle.02.R'] +Bone: f_middle.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.05333358362657319 + + + + Parent: f_middle.01.R + Children: [] +Bone: palm.03.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.054472408755736265 + + + + Parent: hand.R + Children: ['f_ring.01.R'] +Bone: f_ring.01.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732561919458532 + + + + Parent: palm.03.R + Children: ['f_ring.02.R'] +Bone: f_ring.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732567206376134 + + + + Parent: f_ring.01.R + Children: [] +Bone: spine1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10557497968953111 + + + + Parent: None + Children: ['spine1.001'] +Bone: spine1.001 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.11934970563234676 + + + + Parent: spine1 + Children: ['spine1.002'] +Bone: spine1.002 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.13505779146796712 + + + + Parent: spine1.001 + Children: ['spine1.003'] +Bone: spine1.003 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10722895334702276 + + + + Parent: spine1.002 + Children: ['spine2'] +Bone: spine2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1072289567397458 + + + + Parent: spine1.003 + Children: [] +=== TOTAL MESHES TO EXPORT: 1 === +=== Mesh Object: Shadow_NPC_Rigged === +===Vertices: 4644 +Vertex 0: +Vertex 1: +Vertex 2: +Vertex 3: +Vertex 4: +Vertex 5: +Vertex 6: +Vertex 7: +Vertex 8: +Vertex 9: +Vertex 10: +Vertex 11: +Vertex 12: +Vertex 13: +Vertex 14: +Vertex 15: +Vertex 16: +Vertex 17: +Vertex 18: +Vertex 19: +Vertex 20: +Vertex 21: +Vertex 22: +Vertex 23: +Vertex 24: +Vertex 25: +Vertex 26: +Vertex 27: +Vertex 28: +Vertex 29: +Vertex 30: +Vertex 31: +Vertex 32: +Vertex 33: +Vertex 34: +Vertex 35: +Vertex 36: +Vertex 37: +Vertex 38: +Vertex 39: +Vertex 40: +Vertex 41: +Vertex 42: +Vertex 43: +Vertex 44: +Vertex 45: +Vertex 46: +Vertex 47: +Vertex 48: +Vertex 49: +Vertex 50: +Vertex 51: +Vertex 52: +Vertex 53: +Vertex 54: +Vertex 55: +Vertex 56: +Vertex 57: +Vertex 58: +Vertex 59: +Vertex 60: +Vertex 61: +Vertex 62: +Vertex 63: +Vertex 64: +Vertex 65: +Vertex 66: +Vertex 67: +Vertex 68: +Vertex 69: +Vertex 70: +Vertex 71: +Vertex 72: +Vertex 73: +Vertex 74: +Vertex 75: +Vertex 76: +Vertex 77: +Vertex 78: +Vertex 79: +Vertex 80: +Vertex 81: +Vertex 82: +Vertex 83: +Vertex 84: +Vertex 85: +Vertex 86: +Vertex 87: +Vertex 88: +Vertex 89: +Vertex 90: +Vertex 91: +Vertex 92: +Vertex 93: +Vertex 94: +Vertex 95: +Vertex 96: +Vertex 97: +Vertex 98: +Vertex 99: +Vertex 100: +Vertex 101: +Vertex 102: +Vertex 103: +Vertex 104: +Vertex 105: +Vertex 106: +Vertex 107: +Vertex 108: +Vertex 109: +Vertex 110: +Vertex 111: +Vertex 112: +Vertex 113: +Vertex 114: +Vertex 115: +Vertex 116: +Vertex 117: +Vertex 118: +Vertex 119: +Vertex 120: +Vertex 121: +Vertex 122: +Vertex 123: +Vertex 124: +Vertex 125: +Vertex 126: +Vertex 127: +Vertex 128: +Vertex 129: +Vertex 130: +Vertex 131: +Vertex 132: +Vertex 133: +Vertex 134: +Vertex 135: +Vertex 136: +Vertex 137: +Vertex 138: +Vertex 139: +Vertex 140: +Vertex 141: +Vertex 142: +Vertex 143: +Vertex 144: +Vertex 145: +Vertex 146: +Vertex 147: +Vertex 148: +Vertex 149: +Vertex 150: +Vertex 151: +Vertex 152: +Vertex 153: +Vertex 154: +Vertex 155: +Vertex 156: +Vertex 157: +Vertex 158: +Vertex 159: +Vertex 160: +Vertex 161: +Vertex 162: +Vertex 163: +Vertex 164: +Vertex 165: +Vertex 166: +Vertex 167: +Vertex 168: +Vertex 169: +Vertex 170: +Vertex 171: +Vertex 172: +Vertex 173: +Vertex 174: +Vertex 175: +Vertex 176: +Vertex 177: +Vertex 178: +Vertex 179: +Vertex 180: +Vertex 181: +Vertex 182: +Vertex 183: +Vertex 184: +Vertex 185: +Vertex 186: +Vertex 187: +Vertex 188: +Vertex 189: +Vertex 190: +Vertex 191: +Vertex 192: +Vertex 193: +Vertex 194: +Vertex 195: +Vertex 196: +Vertex 197: +Vertex 198: +Vertex 199: +Vertex 200: +Vertex 201: +Vertex 202: +Vertex 203: +Vertex 204: +Vertex 205: +Vertex 206: +Vertex 207: +Vertex 208: +Vertex 209: +Vertex 210: +Vertex 211: +Vertex 212: +Vertex 213: +Vertex 214: +Vertex 215: +Vertex 216: +Vertex 217: +Vertex 218: +Vertex 219: +Vertex 220: +Vertex 221: +Vertex 222: +Vertex 223: +Vertex 224: +Vertex 225: +Vertex 226: +Vertex 227: +Vertex 228: +Vertex 229: +Vertex 230: +Vertex 231: +Vertex 232: +Vertex 233: +Vertex 234: +Vertex 235: +Vertex 236: +Vertex 237: +Vertex 238: +Vertex 239: +Vertex 240: +Vertex 241: +Vertex 242: +Vertex 243: +Vertex 244: +Vertex 245: +Vertex 246: +Vertex 247: +Vertex 248: +Vertex 249: +Vertex 250: +Vertex 251: +Vertex 252: +Vertex 253: +Vertex 254: +Vertex 255: +Vertex 256: +Vertex 257: +Vertex 258: +Vertex 259: +Vertex 260: +Vertex 261: +Vertex 262: +Vertex 263: +Vertex 264: +Vertex 265: +Vertex 266: +Vertex 267: +Vertex 268: +Vertex 269: +Vertex 270: +Vertex 271: +Vertex 272: +Vertex 273: +Vertex 274: +Vertex 275: +Vertex 276: +Vertex 277: +Vertex 278: +Vertex 279: +Vertex 280: +Vertex 281: +Vertex 282: +Vertex 283: +Vertex 284: +Vertex 285: +Vertex 286: +Vertex 287: +Vertex 288: +Vertex 289: +Vertex 290: +Vertex 291: +Vertex 292: +Vertex 293: +Vertex 294: +Vertex 295: +Vertex 296: +Vertex 297: +Vertex 298: +Vertex 299: +Vertex 300: +Vertex 301: +Vertex 302: +Vertex 303: +Vertex 304: +Vertex 305: +Vertex 306: +Vertex 307: +Vertex 308: +Vertex 309: +Vertex 310: +Vertex 311: +Vertex 312: +Vertex 313: +Vertex 314: +Vertex 315: +Vertex 316: +Vertex 317: +Vertex 318: +Vertex 319: +Vertex 320: +Vertex 321: +Vertex 322: +Vertex 323: +Vertex 324: +Vertex 325: +Vertex 326: +Vertex 327: +Vertex 328: +Vertex 329: +Vertex 330: +Vertex 331: +Vertex 332: +Vertex 333: +Vertex 334: +Vertex 335: +Vertex 336: +Vertex 337: +Vertex 338: +Vertex 339: +Vertex 340: +Vertex 341: +Vertex 342: +Vertex 343: +Vertex 344: +Vertex 345: +Vertex 346: +Vertex 347: +Vertex 348: +Vertex 349: +Vertex 350: +Vertex 351: +Vertex 352: +Vertex 353: +Vertex 354: +Vertex 355: +Vertex 356: +Vertex 357: +Vertex 358: +Vertex 359: +Vertex 360: +Vertex 361: +Vertex 362: +Vertex 363: +Vertex 364: +Vertex 365: +Vertex 366: +Vertex 367: +Vertex 368: +Vertex 369: +Vertex 370: +Vertex 371: +Vertex 372: +Vertex 373: +Vertex 374: +Vertex 375: +Vertex 376: +Vertex 377: +Vertex 378: +Vertex 379: +Vertex 380: +Vertex 381: +Vertex 382: +Vertex 383: +Vertex 384: +Vertex 385: +Vertex 386: +Vertex 387: +Vertex 388: +Vertex 389: +Vertex 390: +Vertex 391: +Vertex 392: +Vertex 393: +Vertex 394: +Vertex 395: +Vertex 396: +Vertex 397: +Vertex 398: +Vertex 399: +Vertex 400: +Vertex 401: +Vertex 402: +Vertex 403: +Vertex 404: +Vertex 405: +Vertex 406: +Vertex 407: +Vertex 408: +Vertex 409: +Vertex 410: +Vertex 411: +Vertex 412: +Vertex 413: +Vertex 414: +Vertex 415: +Vertex 416: +Vertex 417: +Vertex 418: +Vertex 419: +Vertex 420: +Vertex 421: +Vertex 422: +Vertex 423: +Vertex 424: +Vertex 425: +Vertex 426: +Vertex 427: +Vertex 428: +Vertex 429: +Vertex 430: +Vertex 431: +Vertex 432: +Vertex 433: +Vertex 434: +Vertex 435: +Vertex 436: +Vertex 437: +Vertex 438: +Vertex 439: +Vertex 440: +Vertex 441: +Vertex 442: +Vertex 443: +Vertex 444: +Vertex 445: +Vertex 446: +Vertex 447: +Vertex 448: +Vertex 449: +Vertex 450: +Vertex 451: +Vertex 452: +Vertex 453: +Vertex 454: +Vertex 455: +Vertex 456: +Vertex 457: +Vertex 458: +Vertex 459: +Vertex 460: +Vertex 461: +Vertex 462: +Vertex 463: +Vertex 464: +Vertex 465: +Vertex 466: +Vertex 467: +Vertex 468: +Vertex 469: +Vertex 470: +Vertex 471: +Vertex 472: +Vertex 473: +Vertex 474: +Vertex 475: +Vertex 476: +Vertex 477: +Vertex 478: +Vertex 479: +Vertex 480: +Vertex 481: +Vertex 482: +Vertex 483: +Vertex 484: +Vertex 485: +Vertex 486: +Vertex 487: +Vertex 488: +Vertex 489: +Vertex 490: +Vertex 491: +Vertex 492: +Vertex 493: +Vertex 494: +Vertex 495: +Vertex 496: +Vertex 497: +Vertex 498: +Vertex 499: +Vertex 500: +Vertex 501: +Vertex 502: +Vertex 503: +Vertex 504: +Vertex 505: +Vertex 506: +Vertex 507: +Vertex 508: +Vertex 509: +Vertex 510: +Vertex 511: +Vertex 512: +Vertex 513: +Vertex 514: +Vertex 515: +Vertex 516: +Vertex 517: +Vertex 518: +Vertex 519: +Vertex 520: +Vertex 521: +Vertex 522: +Vertex 523: +Vertex 524: +Vertex 525: +Vertex 526: +Vertex 527: +Vertex 528: +Vertex 529: +Vertex 530: +Vertex 531: +Vertex 532: +Vertex 533: +Vertex 534: +Vertex 535: +Vertex 536: +Vertex 537: +Vertex 538: +Vertex 539: +Vertex 540: +Vertex 541: +Vertex 542: +Vertex 543: +Vertex 544: +Vertex 545: +Vertex 546: +Vertex 547: +Vertex 548: +Vertex 549: +Vertex 550: +Vertex 551: +Vertex 552: +Vertex 553: +Vertex 554: +Vertex 555: +Vertex 556: +Vertex 557: +Vertex 558: +Vertex 559: +Vertex 560: +Vertex 561: +Vertex 562: +Vertex 563: +Vertex 564: +Vertex 565: +Vertex 566: +Vertex 567: +Vertex 568: +Vertex 569: +Vertex 570: +Vertex 571: +Vertex 572: +Vertex 573: +Vertex 574: +Vertex 575: +Vertex 576: +Vertex 577: +Vertex 578: +Vertex 579: +Vertex 580: +Vertex 581: +Vertex 582: +Vertex 583: +Vertex 584: +Vertex 585: +Vertex 586: +Vertex 587: +Vertex 588: +Vertex 589: +Vertex 590: +Vertex 591: +Vertex 592: +Vertex 593: +Vertex 594: +Vertex 595: +Vertex 596: +Vertex 597: +Vertex 598: +Vertex 599: +Vertex 600: +Vertex 601: +Vertex 602: +Vertex 603: +Vertex 604: +Vertex 605: +Vertex 606: +Vertex 607: +Vertex 608: +Vertex 609: +Vertex 610: +Vertex 611: +Vertex 612: +Vertex 613: +Vertex 614: +Vertex 615: +Vertex 616: +Vertex 617: +Vertex 618: +Vertex 619: +Vertex 620: +Vertex 621: +Vertex 622: +Vertex 623: +Vertex 624: +Vertex 625: +Vertex 626: +Vertex 627: +Vertex 628: +Vertex 629: +Vertex 630: +Vertex 631: +Vertex 632: +Vertex 633: +Vertex 634: +Vertex 635: +Vertex 636: +Vertex 637: +Vertex 638: +Vertex 639: +Vertex 640: +Vertex 641: +Vertex 642: +Vertex 643: +Vertex 644: +Vertex 645: +Vertex 646: +Vertex 647: +Vertex 648: +Vertex 649: +Vertex 650: +Vertex 651: +Vertex 652: +Vertex 653: +Vertex 654: +Vertex 655: +Vertex 656: +Vertex 657: +Vertex 658: +Vertex 659: +Vertex 660: +Vertex 661: +Vertex 662: +Vertex 663: +Vertex 664: +Vertex 665: +Vertex 666: +Vertex 667: +Vertex 668: +Vertex 669: +Vertex 670: +Vertex 671: +Vertex 672: +Vertex 673: +Vertex 674: +Vertex 675: +Vertex 676: +Vertex 677: +Vertex 678: +Vertex 679: +Vertex 680: +Vertex 681: +Vertex 682: +Vertex 683: +Vertex 684: +Vertex 685: +Vertex 686: +Vertex 687: +Vertex 688: +Vertex 689: +Vertex 690: +Vertex 691: +Vertex 692: +Vertex 693: +Vertex 694: +Vertex 695: +Vertex 696: +Vertex 697: +Vertex 698: +Vertex 699: +Vertex 700: +Vertex 701: +Vertex 702: +Vertex 703: +Vertex 704: +Vertex 705: +Vertex 706: +Vertex 707: +Vertex 708: +Vertex 709: +Vertex 710: +Vertex 711: +Vertex 712: +Vertex 713: +Vertex 714: +Vertex 715: +Vertex 716: +Vertex 717: +Vertex 718: +Vertex 719: +Vertex 720: +Vertex 721: +Vertex 722: +Vertex 723: +Vertex 724: +Vertex 725: +Vertex 726: +Vertex 727: +Vertex 728: +Vertex 729: +Vertex 730: +Vertex 731: +Vertex 732: +Vertex 733: +Vertex 734: +Vertex 735: +Vertex 736: +Vertex 737: +Vertex 738: +Vertex 739: +Vertex 740: +Vertex 741: +Vertex 742: +Vertex 743: +Vertex 744: +Vertex 745: +Vertex 746: +Vertex 747: +Vertex 748: +Vertex 749: +Vertex 750: +Vertex 751: +Vertex 752: +Vertex 753: +Vertex 754: +Vertex 755: +Vertex 756: +Vertex 757: +Vertex 758: +Vertex 759: +Vertex 760: +Vertex 761: +Vertex 762: +Vertex 763: +Vertex 764: +Vertex 765: +Vertex 766: +Vertex 767: +Vertex 768: +Vertex 769: +Vertex 770: +Vertex 771: +Vertex 772: +Vertex 773: +Vertex 774: +Vertex 775: +Vertex 776: +Vertex 777: +Vertex 778: +Vertex 779: +Vertex 780: +Vertex 781: +Vertex 782: +Vertex 783: +Vertex 784: +Vertex 785: +Vertex 786: +Vertex 787: +Vertex 788: +Vertex 789: +Vertex 790: +Vertex 791: +Vertex 792: +Vertex 793: +Vertex 794: +Vertex 795: +Vertex 796: +Vertex 797: +Vertex 798: +Vertex 799: +Vertex 800: +Vertex 801: +Vertex 802: +Vertex 803: +Vertex 804: +Vertex 805: +Vertex 806: +Vertex 807: +Vertex 808: +Vertex 809: +Vertex 810: +Vertex 811: +Vertex 812: +Vertex 813: +Vertex 814: +Vertex 815: +Vertex 816: +Vertex 817: +Vertex 818: +Vertex 819: +Vertex 820: +Vertex 821: +Vertex 822: +Vertex 823: +Vertex 824: +Vertex 825: +Vertex 826: +Vertex 827: +Vertex 828: +Vertex 829: +Vertex 830: +Vertex 831: +Vertex 832: +Vertex 833: +Vertex 834: +Vertex 835: +Vertex 836: +Vertex 837: +Vertex 838: +Vertex 839: +Vertex 840: +Vertex 841: +Vertex 842: +Vertex 843: +Vertex 844: +Vertex 845: +Vertex 846: +Vertex 847: +Vertex 848: +Vertex 849: +Vertex 850: +Vertex 851: +Vertex 852: +Vertex 853: +Vertex 854: +Vertex 855: +Vertex 856: +Vertex 857: +Vertex 858: +Vertex 859: +Vertex 860: +Vertex 861: +Vertex 862: +Vertex 863: +Vertex 864: +Vertex 865: +Vertex 866: +Vertex 867: +Vertex 868: +Vertex 869: +Vertex 870: +Vertex 871: +Vertex 872: +Vertex 873: +Vertex 874: +Vertex 875: +Vertex 876: +Vertex 877: +Vertex 878: +Vertex 879: +Vertex 880: +Vertex 881: +Vertex 882: +Vertex 883: +Vertex 884: +Vertex 885: +Vertex 886: +Vertex 887: +Vertex 888: +Vertex 889: +Vertex 890: +Vertex 891: +Vertex 892: +Vertex 893: +Vertex 894: +Vertex 895: +Vertex 896: +Vertex 897: +Vertex 898: +Vertex 899: +Vertex 900: +Vertex 901: +Vertex 902: +Vertex 903: +Vertex 904: +Vertex 905: +Vertex 906: +Vertex 907: +Vertex 908: +Vertex 909: +Vertex 910: +Vertex 911: +Vertex 912: +Vertex 913: +Vertex 914: +Vertex 915: +Vertex 916: +Vertex 917: +Vertex 918: +Vertex 919: +Vertex 920: +Vertex 921: +Vertex 922: +Vertex 923: +Vertex 924: +Vertex 925: +Vertex 926: +Vertex 927: +Vertex 928: +Vertex 929: +Vertex 930: +Vertex 931: +Vertex 932: +Vertex 933: +Vertex 934: +Vertex 935: +Vertex 936: +Vertex 937: +Vertex 938: +Vertex 939: +Vertex 940: +Vertex 941: +Vertex 942: +Vertex 943: +Vertex 944: +Vertex 945: +Vertex 946: +Vertex 947: +Vertex 948: +Vertex 949: +Vertex 950: +Vertex 951: +Vertex 952: +Vertex 953: +Vertex 954: +Vertex 955: +Vertex 956: +Vertex 957: +Vertex 958: +Vertex 959: +Vertex 960: +Vertex 961: +Vertex 962: +Vertex 963: +Vertex 964: +Vertex 965: +Vertex 966: +Vertex 967: +Vertex 968: +Vertex 969: +Vertex 970: +Vertex 971: +Vertex 972: +Vertex 973: +Vertex 974: +Vertex 975: +Vertex 976: +Vertex 977: +Vertex 978: +Vertex 979: +Vertex 980: +Vertex 981: +Vertex 982: +Vertex 983: +Vertex 984: +Vertex 985: +Vertex 986: +Vertex 987: +Vertex 988: +Vertex 989: +Vertex 990: +Vertex 991: +Vertex 992: +Vertex 993: +Vertex 994: +Vertex 995: +Vertex 996: +Vertex 997: +Vertex 998: +Vertex 999: +Vertex 1000: +Vertex 1001: +Vertex 1002: +Vertex 1003: +Vertex 1004: +Vertex 1005: +Vertex 1006: +Vertex 1007: +Vertex 1008: +Vertex 1009: +Vertex 1010: +Vertex 1011: +Vertex 1012: +Vertex 1013: +Vertex 1014: +Vertex 1015: +Vertex 1016: +Vertex 1017: +Vertex 1018: +Vertex 1019: +Vertex 1020: +Vertex 1021: +Vertex 1022: +Vertex 1023: +Vertex 1024: +Vertex 1025: +Vertex 1026: +Vertex 1027: +Vertex 1028: +Vertex 1029: +Vertex 1030: +Vertex 1031: +Vertex 1032: +Vertex 1033: +Vertex 1034: +Vertex 1035: +Vertex 1036: +Vertex 1037: +Vertex 1038: +Vertex 1039: +Vertex 1040: +Vertex 1041: +Vertex 1042: +Vertex 1043: +Vertex 1044: +Vertex 1045: +Vertex 1046: +Vertex 1047: +Vertex 1048: +Vertex 1049: +Vertex 1050: +Vertex 1051: +Vertex 1052: +Vertex 1053: +Vertex 1054: +Vertex 1055: +Vertex 1056: +Vertex 1057: +Vertex 1058: +Vertex 1059: +Vertex 1060: +Vertex 1061: +Vertex 1062: +Vertex 1063: +Vertex 1064: +Vertex 1065: +Vertex 1066: +Vertex 1067: +Vertex 1068: +Vertex 1069: +Vertex 1070: +Vertex 1071: +Vertex 1072: +Vertex 1073: +Vertex 1074: +Vertex 1075: +Vertex 1076: +Vertex 1077: +Vertex 1078: +Vertex 1079: +Vertex 1080: +Vertex 1081: +Vertex 1082: +Vertex 1083: +Vertex 1084: +Vertex 1085: +Vertex 1086: +Vertex 1087: +Vertex 1088: +Vertex 1089: +Vertex 1090: +Vertex 1091: +Vertex 1092: +Vertex 1093: +Vertex 1094: +Vertex 1095: +Vertex 1096: +Vertex 1097: +Vertex 1098: +Vertex 1099: +Vertex 1100: +Vertex 1101: +Vertex 1102: +Vertex 1103: +Vertex 1104: +Vertex 1105: +Vertex 1106: +Vertex 1107: +Vertex 1108: +Vertex 1109: +Vertex 1110: +Vertex 1111: +Vertex 1112: +Vertex 1113: +Vertex 1114: +Vertex 1115: +Vertex 1116: +Vertex 1117: +Vertex 1118: +Vertex 1119: +Vertex 1120: +Vertex 1121: +Vertex 1122: +Vertex 1123: +Vertex 1124: +Vertex 1125: +Vertex 1126: +Vertex 1127: +Vertex 1128: +Vertex 1129: +Vertex 1130: +Vertex 1131: +Vertex 1132: +Vertex 1133: +Vertex 1134: +Vertex 1135: +Vertex 1136: +Vertex 1137: +Vertex 1138: +Vertex 1139: +Vertex 1140: +Vertex 1141: +Vertex 1142: +Vertex 1143: +Vertex 1144: +Vertex 1145: +Vertex 1146: +Vertex 1147: +Vertex 1148: +Vertex 1149: +Vertex 1150: +Vertex 1151: +Vertex 1152: +Vertex 1153: +Vertex 1154: +Vertex 1155: +Vertex 1156: +Vertex 1157: +Vertex 1158: +Vertex 1159: +Vertex 1160: +Vertex 1161: +Vertex 1162: +Vertex 1163: +Vertex 1164: +Vertex 1165: +Vertex 1166: +Vertex 1167: +Vertex 1168: +Vertex 1169: +Vertex 1170: +Vertex 1171: +Vertex 1172: +Vertex 1173: +Vertex 1174: +Vertex 1175: +Vertex 1176: +Vertex 1177: +Vertex 1178: +Vertex 1179: +Vertex 1180: +Vertex 1181: +Vertex 1182: +Vertex 1183: +Vertex 1184: +Vertex 1185: +Vertex 1186: +Vertex 1187: +Vertex 1188: +Vertex 1189: +Vertex 1190: +Vertex 1191: +Vertex 1192: +Vertex 1193: +Vertex 1194: +Vertex 1195: +Vertex 1196: +Vertex 1197: +Vertex 1198: +Vertex 1199: +Vertex 1200: +Vertex 1201: +Vertex 1202: +Vertex 1203: +Vertex 1204: +Vertex 1205: +Vertex 1206: +Vertex 1207: +Vertex 1208: +Vertex 1209: +Vertex 1210: +Vertex 1211: +Vertex 1212: +Vertex 1213: +Vertex 1214: +Vertex 1215: +Vertex 1216: +Vertex 1217: +Vertex 1218: +Vertex 1219: +Vertex 1220: +Vertex 1221: +Vertex 1222: +Vertex 1223: +Vertex 1224: +Vertex 1225: +Vertex 1226: +Vertex 1227: +Vertex 1228: +Vertex 1229: +Vertex 1230: +Vertex 1231: +Vertex 1232: +Vertex 1233: +Vertex 1234: +Vertex 1235: +Vertex 1236: +Vertex 1237: +Vertex 1238: +Vertex 1239: +Vertex 1240: +Vertex 1241: +Vertex 1242: +Vertex 1243: +Vertex 1244: +Vertex 1245: +Vertex 1246: +Vertex 1247: +Vertex 1248: +Vertex 1249: +Vertex 1250: +Vertex 1251: +Vertex 1252: +Vertex 1253: +Vertex 1254: +Vertex 1255: +Vertex 1256: +Vertex 1257: +Vertex 1258: +Vertex 1259: +Vertex 1260: +Vertex 1261: +Vertex 1262: +Vertex 1263: +Vertex 1264: +Vertex 1265: +Vertex 1266: +Vertex 1267: +Vertex 1268: +Vertex 1269: +Vertex 1270: +Vertex 1271: +Vertex 1272: +Vertex 1273: +Vertex 1274: +Vertex 1275: +Vertex 1276: +Vertex 1277: +Vertex 1278: +Vertex 1279: +Vertex 1280: +Vertex 1281: +Vertex 1282: +Vertex 1283: +Vertex 1284: +Vertex 1285: +Vertex 1286: +Vertex 1287: +Vertex 1288: +Vertex 1289: +Vertex 1290: +Vertex 1291: +Vertex 1292: +Vertex 1293: +Vertex 1294: +Vertex 1295: +Vertex 1296: +Vertex 1297: +Vertex 1298: +Vertex 1299: +Vertex 1300: +Vertex 1301: +Vertex 1302: +Vertex 1303: +Vertex 1304: +Vertex 1305: +Vertex 1306: +Vertex 1307: +Vertex 1308: +Vertex 1309: +Vertex 1310: +Vertex 1311: +Vertex 1312: +Vertex 1313: +Vertex 1314: +Vertex 1315: +Vertex 1316: +Vertex 1317: +Vertex 1318: +Vertex 1319: +Vertex 1320: +Vertex 1321: +Vertex 1322: +Vertex 1323: +Vertex 1324: +Vertex 1325: +Vertex 1326: +Vertex 1327: +Vertex 1328: +Vertex 1329: +Vertex 1330: +Vertex 1331: +Vertex 1332: +Vertex 1333: +Vertex 1334: +Vertex 1335: +Vertex 1336: +Vertex 1337: +Vertex 1338: +Vertex 1339: +Vertex 1340: +Vertex 1341: +Vertex 1342: +Vertex 1343: +Vertex 1344: +Vertex 1345: +Vertex 1346: +Vertex 1347: +Vertex 1348: +Vertex 1349: +Vertex 1350: +Vertex 1351: +Vertex 1352: +Vertex 1353: +Vertex 1354: +Vertex 1355: +Vertex 1356: +Vertex 1357: +Vertex 1358: +Vertex 1359: +Vertex 1360: +Vertex 1361: +Vertex 1362: +Vertex 1363: +Vertex 1364: +Vertex 1365: +Vertex 1366: +Vertex 1367: +Vertex 1368: +Vertex 1369: +Vertex 1370: +Vertex 1371: +Vertex 1372: +Vertex 1373: +Vertex 1374: +Vertex 1375: +Vertex 1376: +Vertex 1377: +Vertex 1378: +Vertex 1379: +Vertex 1380: +Vertex 1381: +Vertex 1382: +Vertex 1383: +Vertex 1384: +Vertex 1385: +Vertex 1386: +Vertex 1387: +Vertex 1388: +Vertex 1389: +Vertex 1390: +Vertex 1391: +Vertex 1392: +Vertex 1393: +Vertex 1394: +Vertex 1395: +Vertex 1396: +Vertex 1397: +Vertex 1398: +Vertex 1399: +Vertex 1400: +Vertex 1401: +Vertex 1402: +Vertex 1403: +Vertex 1404: +Vertex 1405: +Vertex 1406: +Vertex 1407: +Vertex 1408: +Vertex 1409: +Vertex 1410: +Vertex 1411: +Vertex 1412: +Vertex 1413: +Vertex 1414: +Vertex 1415: +Vertex 1416: +Vertex 1417: +Vertex 1418: +Vertex 1419: +Vertex 1420: +Vertex 1421: +Vertex 1422: +Vertex 1423: +Vertex 1424: +Vertex 1425: +Vertex 1426: +Vertex 1427: +Vertex 1428: +Vertex 1429: +Vertex 1430: +Vertex 1431: +Vertex 1432: +Vertex 1433: +Vertex 1434: +Vertex 1435: +Vertex 1436: +Vertex 1437: +Vertex 1438: +Vertex 1439: +Vertex 1440: +Vertex 1441: +Vertex 1442: +Vertex 1443: +Vertex 1444: +Vertex 1445: +Vertex 1446: +Vertex 1447: +Vertex 1448: +Vertex 1449: +Vertex 1450: +Vertex 1451: +Vertex 1452: +Vertex 1453: +Vertex 1454: +Vertex 1455: +Vertex 1456: +Vertex 1457: +Vertex 1458: +Vertex 1459: +Vertex 1460: +Vertex 1461: +Vertex 1462: +Vertex 1463: +Vertex 1464: +Vertex 1465: +Vertex 1466: +Vertex 1467: +Vertex 1468: +Vertex 1469: +Vertex 1470: +Vertex 1471: +Vertex 1472: +Vertex 1473: +Vertex 1474: +Vertex 1475: +Vertex 1476: +Vertex 1477: +Vertex 1478: +Vertex 1479: +Vertex 1480: +Vertex 1481: +Vertex 1482: +Vertex 1483: +Vertex 1484: +Vertex 1485: +Vertex 1486: +Vertex 1487: +Vertex 1488: +Vertex 1489: +Vertex 1490: +Vertex 1491: +Vertex 1492: +Vertex 1493: +Vertex 1494: +Vertex 1495: +Vertex 1496: +Vertex 1497: +Vertex 1498: +Vertex 1499: +Vertex 1500: +Vertex 1501: +Vertex 1502: +Vertex 1503: +Vertex 1504: +Vertex 1505: +Vertex 1506: +Vertex 1507: +Vertex 1508: +Vertex 1509: +Vertex 1510: +Vertex 1511: +Vertex 1512: +Vertex 1513: +Vertex 1514: +Vertex 1515: +Vertex 1516: +Vertex 1517: +Vertex 1518: +Vertex 1519: +Vertex 1520: +Vertex 1521: +Vertex 1522: +Vertex 1523: +Vertex 1524: +Vertex 1525: +Vertex 1526: +Vertex 1527: +Vertex 1528: +Vertex 1529: +Vertex 1530: +Vertex 1531: +Vertex 1532: +Vertex 1533: +Vertex 1534: +Vertex 1535: +Vertex 1536: +Vertex 1537: +Vertex 1538: +Vertex 1539: +Vertex 1540: +Vertex 1541: +Vertex 1542: +Vertex 1543: +Vertex 1544: +Vertex 1545: +Vertex 1546: +Vertex 1547: +Vertex 1548: +Vertex 1549: +Vertex 1550: +Vertex 1551: +Vertex 1552: +Vertex 1553: +Vertex 1554: +Vertex 1555: +Vertex 1556: +Vertex 1557: +Vertex 1558: +Vertex 1559: +Vertex 1560: +Vertex 1561: +Vertex 1562: +Vertex 1563: +Vertex 1564: +Vertex 1565: +Vertex 1566: +Vertex 1567: +Vertex 1568: +Vertex 1569: +Vertex 1570: +Vertex 1571: +Vertex 1572: +Vertex 1573: +Vertex 1574: +Vertex 1575: +Vertex 1576: +Vertex 1577: +Vertex 1578: +Vertex 1579: +Vertex 1580: +Vertex 1581: +Vertex 1582: +Vertex 1583: +Vertex 1584: +Vertex 1585: +Vertex 1586: +Vertex 1587: +Vertex 1588: +Vertex 1589: +Vertex 1590: +Vertex 1591: +Vertex 1592: +Vertex 1593: +Vertex 1594: +Vertex 1595: +Vertex 1596: +Vertex 1597: +Vertex 1598: +Vertex 1599: +Vertex 1600: +Vertex 1601: +Vertex 1602: +Vertex 1603: +Vertex 1604: +Vertex 1605: +Vertex 1606: +Vertex 1607: +Vertex 1608: +Vertex 1609: +Vertex 1610: +Vertex 1611: +Vertex 1612: +Vertex 1613: +Vertex 1614: +Vertex 1615: +Vertex 1616: +Vertex 1617: +Vertex 1618: +Vertex 1619: +Vertex 1620: +Vertex 1621: +Vertex 1622: +Vertex 1623: +Vertex 1624: +Vertex 1625: +Vertex 1626: +Vertex 1627: +Vertex 1628: +Vertex 1629: +Vertex 1630: +Vertex 1631: +Vertex 1632: +Vertex 1633: +Vertex 1634: +Vertex 1635: +Vertex 1636: +Vertex 1637: +Vertex 1638: +Vertex 1639: +Vertex 1640: +Vertex 1641: +Vertex 1642: +Vertex 1643: +Vertex 1644: +Vertex 1645: +Vertex 1646: +Vertex 1647: +Vertex 1648: +Vertex 1649: +Vertex 1650: +Vertex 1651: +Vertex 1652: +Vertex 1653: +Vertex 1654: +Vertex 1655: +Vertex 1656: +Vertex 1657: +Vertex 1658: +Vertex 1659: +Vertex 1660: +Vertex 1661: +Vertex 1662: +Vertex 1663: +Vertex 1664: +Vertex 1665: +Vertex 1666: +Vertex 1667: +Vertex 1668: +Vertex 1669: +Vertex 1670: +Vertex 1671: +Vertex 1672: +Vertex 1673: +Vertex 1674: +Vertex 1675: +Vertex 1676: +Vertex 1677: +Vertex 1678: +Vertex 1679: +Vertex 1680: +Vertex 1681: +Vertex 1682: +Vertex 1683: +Vertex 1684: +Vertex 1685: +Vertex 1686: +Vertex 1687: +Vertex 1688: +Vertex 1689: +Vertex 1690: +Vertex 1691: +Vertex 1692: +Vertex 1693: +Vertex 1694: +Vertex 1695: +Vertex 1696: +Vertex 1697: +Vertex 1698: +Vertex 1699: +Vertex 1700: +Vertex 1701: +Vertex 1702: +Vertex 1703: +Vertex 1704: +Vertex 1705: +Vertex 1706: +Vertex 1707: +Vertex 1708: +Vertex 1709: +Vertex 1710: +Vertex 1711: +Vertex 1712: +Vertex 1713: +Vertex 1714: +Vertex 1715: +Vertex 1716: +Vertex 1717: +Vertex 1718: +Vertex 1719: +Vertex 1720: +Vertex 1721: +Vertex 1722: +Vertex 1723: +Vertex 1724: +Vertex 1725: +Vertex 1726: +Vertex 1727: +Vertex 1728: +Vertex 1729: +Vertex 1730: +Vertex 1731: +Vertex 1732: +Vertex 1733: +Vertex 1734: +Vertex 1735: +Vertex 1736: +Vertex 1737: +Vertex 1738: +Vertex 1739: +Vertex 1740: +Vertex 1741: +Vertex 1742: +Vertex 1743: +Vertex 1744: +Vertex 1745: +Vertex 1746: +Vertex 1747: +Vertex 1748: +Vertex 1749: +Vertex 1750: +Vertex 1751: +Vertex 1752: +Vertex 1753: +Vertex 1754: +Vertex 1755: +Vertex 1756: +Vertex 1757: +Vertex 1758: +Vertex 1759: +Vertex 1760: +Vertex 1761: +Vertex 1762: +Vertex 1763: +Vertex 1764: +Vertex 1765: +Vertex 1766: +Vertex 1767: +Vertex 1768: +Vertex 1769: +Vertex 1770: +Vertex 1771: +Vertex 1772: +Vertex 1773: +Vertex 1774: +Vertex 1775: +Vertex 1776: +Vertex 1777: +Vertex 1778: +Vertex 1779: +Vertex 1780: +Vertex 1781: +Vertex 1782: +Vertex 1783: +Vertex 1784: +Vertex 1785: +Vertex 1786: +Vertex 1787: +Vertex 1788: +Vertex 1789: +Vertex 1790: +Vertex 1791: +Vertex 1792: +Vertex 1793: +Vertex 1794: +Vertex 1795: +Vertex 1796: +Vertex 1797: +Vertex 1798: +Vertex 1799: +Vertex 1800: +Vertex 1801: +Vertex 1802: +Vertex 1803: +Vertex 1804: +Vertex 1805: +Vertex 1806: +Vertex 1807: +Vertex 1808: +Vertex 1809: +Vertex 1810: +Vertex 1811: +Vertex 1812: +Vertex 1813: +Vertex 1814: +Vertex 1815: +Vertex 1816: +Vertex 1817: +Vertex 1818: +Vertex 1819: +Vertex 1820: +Vertex 1821: +Vertex 1822: +Vertex 1823: +Vertex 1824: +Vertex 1825: +Vertex 1826: +Vertex 1827: +Vertex 1828: +Vertex 1829: +Vertex 1830: +Vertex 1831: +Vertex 1832: +Vertex 1833: +Vertex 1834: +Vertex 1835: +Vertex 1836: +Vertex 1837: +Vertex 1838: +Vertex 1839: +Vertex 1840: +Vertex 1841: +Vertex 1842: +Vertex 1843: +Vertex 1844: +Vertex 1845: +Vertex 1846: +Vertex 1847: +Vertex 1848: +Vertex 1849: +Vertex 1850: +Vertex 1851: +Vertex 1852: +Vertex 1853: +Vertex 1854: +Vertex 1855: +Vertex 1856: +Vertex 1857: +Vertex 1858: +Vertex 1859: +Vertex 1860: +Vertex 1861: +Vertex 1862: +Vertex 1863: +Vertex 1864: +Vertex 1865: +Vertex 1866: +Vertex 1867: +Vertex 1868: +Vertex 1869: +Vertex 1870: +Vertex 1871: +Vertex 1872: +Vertex 1873: +Vertex 1874: +Vertex 1875: +Vertex 1876: +Vertex 1877: +Vertex 1878: +Vertex 1879: +Vertex 1880: +Vertex 1881: +Vertex 1882: +Vertex 1883: +Vertex 1884: +Vertex 1885: +Vertex 1886: +Vertex 1887: +Vertex 1888: +Vertex 1889: +Vertex 1890: +Vertex 1891: +Vertex 1892: +Vertex 1893: +Vertex 1894: +Vertex 1895: +Vertex 1896: +Vertex 1897: +Vertex 1898: +Vertex 1899: +Vertex 1900: +Vertex 1901: +Vertex 1902: +Vertex 1903: +Vertex 1904: +Vertex 1905: +Vertex 1906: +Vertex 1907: +Vertex 1908: +Vertex 1909: +Vertex 1910: +Vertex 1911: +Vertex 1912: +Vertex 1913: +Vertex 1914: +Vertex 1915: +Vertex 1916: +Vertex 1917: +Vertex 1918: +Vertex 1919: +Vertex 1920: +Vertex 1921: +Vertex 1922: +Vertex 1923: +Vertex 1924: +Vertex 1925: +Vertex 1926: +Vertex 1927: +Vertex 1928: +Vertex 1929: +Vertex 1930: +Vertex 1931: +Vertex 1932: +Vertex 1933: +Vertex 1934: +Vertex 1935: +Vertex 1936: +Vertex 1937: +Vertex 1938: +Vertex 1939: +Vertex 1940: +Vertex 1941: +Vertex 1942: +Vertex 1943: +Vertex 1944: +Vertex 1945: +Vertex 1946: +Vertex 1947: +Vertex 1948: +Vertex 1949: +Vertex 1950: +Vertex 1951: +Vertex 1952: +Vertex 1953: +Vertex 1954: +Vertex 1955: +Vertex 1956: +Vertex 1957: +Vertex 1958: +Vertex 1959: +Vertex 1960: +Vertex 1961: +Vertex 1962: +Vertex 1963: +Vertex 1964: +Vertex 1965: +Vertex 1966: +Vertex 1967: +Vertex 1968: +Vertex 1969: +Vertex 1970: +Vertex 1971: +Vertex 1972: +Vertex 1973: +Vertex 1974: +Vertex 1975: +Vertex 1976: +Vertex 1977: +Vertex 1978: +Vertex 1979: +Vertex 1980: +Vertex 1981: +Vertex 1982: +Vertex 1983: +Vertex 1984: +Vertex 1985: +Vertex 1986: +Vertex 1987: +Vertex 1988: +Vertex 1989: +Vertex 1990: +Vertex 1991: +Vertex 1992: +Vertex 1993: +Vertex 1994: +Vertex 1995: +Vertex 1996: +Vertex 1997: +Vertex 1998: +Vertex 1999: +Vertex 2000: +Vertex 2001: +Vertex 2002: +Vertex 2003: +Vertex 2004: +Vertex 2005: +Vertex 2006: +Vertex 2007: +Vertex 2008: +Vertex 2009: +Vertex 2010: +Vertex 2011: +Vertex 2012: +Vertex 2013: +Vertex 2014: +Vertex 2015: +Vertex 2016: +Vertex 2017: +Vertex 2018: +Vertex 2019: +Vertex 2020: +Vertex 2021: +Vertex 2022: +Vertex 2023: +Vertex 2024: +Vertex 2025: +Vertex 2026: +Vertex 2027: +Vertex 2028: +Vertex 2029: +Vertex 2030: +Vertex 2031: +Vertex 2032: +Vertex 2033: +Vertex 2034: +Vertex 2035: +Vertex 2036: +Vertex 2037: +Vertex 2038: +Vertex 2039: +Vertex 2040: +Vertex 2041: +Vertex 2042: +Vertex 2043: +Vertex 2044: +Vertex 2045: +Vertex 2046: +Vertex 2047: +Vertex 2048: +Vertex 2049: +Vertex 2050: +Vertex 2051: +Vertex 2052: +Vertex 2053: +Vertex 2054: +Vertex 2055: +Vertex 2056: +Vertex 2057: +Vertex 2058: +Vertex 2059: +Vertex 2060: +Vertex 2061: +Vertex 2062: +Vertex 2063: +Vertex 2064: +Vertex 2065: +Vertex 2066: +Vertex 2067: +Vertex 2068: +Vertex 2069: +Vertex 2070: +Vertex 2071: +Vertex 2072: +Vertex 2073: +Vertex 2074: +Vertex 2075: +Vertex 2076: +Vertex 2077: +Vertex 2078: +Vertex 2079: +Vertex 2080: +Vertex 2081: +Vertex 2082: +Vertex 2083: +Vertex 2084: +Vertex 2085: +Vertex 2086: +Vertex 2087: +Vertex 2088: +Vertex 2089: +Vertex 2090: +Vertex 2091: +Vertex 2092: +Vertex 2093: +Vertex 2094: +Vertex 2095: +Vertex 2096: +Vertex 2097: +Vertex 2098: +Vertex 2099: +Vertex 2100: +Vertex 2101: +Vertex 2102: +Vertex 2103: +Vertex 2104: +Vertex 2105: +Vertex 2106: +Vertex 2107: +Vertex 2108: +Vertex 2109: +Vertex 2110: +Vertex 2111: +Vertex 2112: +Vertex 2113: +Vertex 2114: +Vertex 2115: +Vertex 2116: +Vertex 2117: +Vertex 2118: +Vertex 2119: +Vertex 2120: +Vertex 2121: +Vertex 2122: +Vertex 2123: +Vertex 2124: +Vertex 2125: +Vertex 2126: +Vertex 2127: +Vertex 2128: +Vertex 2129: +Vertex 2130: +Vertex 2131: +Vertex 2132: +Vertex 2133: +Vertex 2134: +Vertex 2135: +Vertex 2136: +Vertex 2137: +Vertex 2138: +Vertex 2139: +Vertex 2140: +Vertex 2141: +Vertex 2142: +Vertex 2143: +Vertex 2144: +Vertex 2145: +Vertex 2146: +Vertex 2147: +Vertex 2148: +Vertex 2149: +Vertex 2150: +Vertex 2151: +Vertex 2152: +Vertex 2153: +Vertex 2154: +Vertex 2155: +Vertex 2156: +Vertex 2157: +Vertex 2158: +Vertex 2159: +Vertex 2160: +Vertex 2161: +Vertex 2162: +Vertex 2163: +Vertex 2164: +Vertex 2165: +Vertex 2166: +Vertex 2167: +Vertex 2168: +Vertex 2169: +Vertex 2170: +Vertex 2171: +Vertex 2172: +Vertex 2173: +Vertex 2174: +Vertex 2175: +Vertex 2176: +Vertex 2177: +Vertex 2178: +Vertex 2179: +Vertex 2180: +Vertex 2181: +Vertex 2182: +Vertex 2183: +Vertex 2184: +Vertex 2185: +Vertex 2186: +Vertex 2187: +Vertex 2188: +Vertex 2189: +Vertex 2190: +Vertex 2191: +Vertex 2192: +Vertex 2193: +Vertex 2194: +Vertex 2195: +Vertex 2196: +Vertex 2197: +Vertex 2198: +Vertex 2199: +Vertex 2200: +Vertex 2201: +Vertex 2202: +Vertex 2203: +Vertex 2204: +Vertex 2205: +Vertex 2206: +Vertex 2207: +Vertex 2208: +Vertex 2209: +Vertex 2210: +Vertex 2211: +Vertex 2212: +Vertex 2213: +Vertex 2214: +Vertex 2215: +Vertex 2216: +Vertex 2217: +Vertex 2218: +Vertex 2219: +Vertex 2220: +Vertex 2221: +Vertex 2222: +Vertex 2223: +Vertex 2224: +Vertex 2225: +Vertex 2226: +Vertex 2227: +Vertex 2228: +Vertex 2229: +Vertex 2230: +Vertex 2231: +Vertex 2232: +Vertex 2233: +Vertex 2234: +Vertex 2235: +Vertex 2236: +Vertex 2237: +Vertex 2238: +Vertex 2239: +Vertex 2240: +Vertex 2241: +Vertex 2242: +Vertex 2243: +Vertex 2244: +Vertex 2245: +Vertex 2246: +Vertex 2247: +Vertex 2248: +Vertex 2249: +Vertex 2250: +Vertex 2251: +Vertex 2252: +Vertex 2253: +Vertex 2254: +Vertex 2255: +Vertex 2256: +Vertex 2257: +Vertex 2258: +Vertex 2259: +Vertex 2260: +Vertex 2261: +Vertex 2262: +Vertex 2263: +Vertex 2264: +Vertex 2265: +Vertex 2266: +Vertex 2267: +Vertex 2268: +Vertex 2269: +Vertex 2270: +Vertex 2271: +Vertex 2272: +Vertex 2273: +Vertex 2274: +Vertex 2275: +Vertex 2276: +Vertex 2277: +Vertex 2278: +Vertex 2279: +Vertex 2280: +Vertex 2281: +Vertex 2282: +Vertex 2283: +Vertex 2284: +Vertex 2285: +Vertex 2286: +Vertex 2287: +Vertex 2288: +Vertex 2289: +Vertex 2290: +Vertex 2291: +Vertex 2292: +Vertex 2293: +Vertex 2294: +Vertex 2295: +Vertex 2296: +Vertex 2297: +Vertex 2298: +Vertex 2299: +Vertex 2300: +Vertex 2301: +Vertex 2302: +Vertex 2303: +Vertex 2304: +Vertex 2305: +Vertex 2306: +Vertex 2307: +Vertex 2308: +Vertex 2309: +Vertex 2310: +Vertex 2311: +Vertex 2312: +Vertex 2313: +Vertex 2314: +Vertex 2315: +Vertex 2316: +Vertex 2317: +Vertex 2318: +Vertex 2319: +Vertex 2320: +Vertex 2321: +Vertex 2322: +Vertex 2323: +Vertex 2324: +Vertex 2325: +Vertex 2326: +Vertex 2327: +Vertex 2328: +Vertex 2329: +Vertex 2330: +Vertex 2331: +Vertex 2332: +Vertex 2333: +Vertex 2334: +Vertex 2335: +Vertex 2336: +Vertex 2337: +Vertex 2338: +Vertex 2339: +Vertex 2340: +Vertex 2341: +Vertex 2342: +Vertex 2343: +Vertex 2344: +Vertex 2345: +Vertex 2346: +Vertex 2347: +Vertex 2348: +Vertex 2349: +Vertex 2350: +Vertex 2351: +Vertex 2352: +Vertex 2353: +Vertex 2354: +Vertex 2355: +Vertex 2356: +Vertex 2357: +Vertex 2358: +Vertex 2359: +Vertex 2360: +Vertex 2361: +Vertex 2362: +Vertex 2363: +Vertex 2364: +Vertex 2365: +Vertex 2366: +Vertex 2367: +Vertex 2368: +Vertex 2369: +Vertex 2370: +Vertex 2371: +Vertex 2372: +Vertex 2373: +Vertex 2374: +Vertex 2375: +Vertex 2376: +Vertex 2377: +Vertex 2378: +Vertex 2379: +Vertex 2380: +Vertex 2381: +Vertex 2382: +Vertex 2383: +Vertex 2384: +Vertex 2385: +Vertex 2386: +Vertex 2387: +Vertex 2388: +Vertex 2389: +Vertex 2390: +Vertex 2391: +Vertex 2392: +Vertex 2393: +Vertex 2394: +Vertex 2395: +Vertex 2396: +Vertex 2397: +Vertex 2398: +Vertex 2399: +Vertex 2400: +Vertex 2401: +Vertex 2402: +Vertex 2403: +Vertex 2404: +Vertex 2405: +Vertex 2406: +Vertex 2407: +Vertex 2408: +Vertex 2409: +Vertex 2410: +Vertex 2411: +Vertex 2412: +Vertex 2413: +Vertex 2414: +Vertex 2415: +Vertex 2416: +Vertex 2417: +Vertex 2418: +Vertex 2419: +Vertex 2420: +Vertex 2421: +Vertex 2422: +Vertex 2423: +Vertex 2424: +Vertex 2425: +Vertex 2426: +Vertex 2427: +Vertex 2428: +Vertex 2429: +Vertex 2430: +Vertex 2431: +Vertex 2432: +Vertex 2433: +Vertex 2434: +Vertex 2435: +Vertex 2436: +Vertex 2437: +Vertex 2438: +Vertex 2439: +Vertex 2440: +Vertex 2441: +Vertex 2442: +Vertex 2443: +Vertex 2444: +Vertex 2445: +Vertex 2446: +Vertex 2447: +Vertex 2448: +Vertex 2449: +Vertex 2450: +Vertex 2451: +Vertex 2452: +Vertex 2453: +Vertex 2454: +Vertex 2455: +Vertex 2456: +Vertex 2457: +Vertex 2458: +Vertex 2459: +Vertex 2460: +Vertex 2461: +Vertex 2462: +Vertex 2463: +Vertex 2464: +Vertex 2465: +Vertex 2466: +Vertex 2467: +Vertex 2468: +Vertex 2469: +Vertex 2470: +Vertex 2471: +Vertex 2472: +Vertex 2473: +Vertex 2474: +Vertex 2475: +Vertex 2476: +Vertex 2477: +Vertex 2478: +Vertex 2479: +Vertex 2480: +Vertex 2481: +Vertex 2482: +Vertex 2483: +Vertex 2484: +Vertex 2485: +Vertex 2486: +Vertex 2487: +Vertex 2488: +Vertex 2489: +Vertex 2490: +Vertex 2491: +Vertex 2492: +Vertex 2493: +Vertex 2494: +Vertex 2495: +Vertex 2496: +Vertex 2497: +Vertex 2498: +Vertex 2499: +Vertex 2500: +Vertex 2501: +Vertex 2502: +Vertex 2503: +Vertex 2504: +Vertex 2505: +Vertex 2506: +Vertex 2507: +Vertex 2508: +Vertex 2509: +Vertex 2510: +Vertex 2511: +Vertex 2512: +Vertex 2513: +Vertex 2514: +Vertex 2515: +Vertex 2516: +Vertex 2517: +Vertex 2518: +Vertex 2519: +Vertex 2520: +Vertex 2521: +Vertex 2522: +Vertex 2523: +Vertex 2524: +Vertex 2525: +Vertex 2526: +Vertex 2527: +Vertex 2528: +Vertex 2529: +Vertex 2530: +Vertex 2531: +Vertex 2532: +Vertex 2533: +Vertex 2534: +Vertex 2535: +Vertex 2536: +Vertex 2537: +Vertex 2538: +Vertex 2539: +Vertex 2540: +Vertex 2541: +Vertex 2542: +Vertex 2543: +Vertex 2544: +Vertex 2545: +Vertex 2546: +Vertex 2547: +Vertex 2548: +Vertex 2549: +Vertex 2550: +Vertex 2551: +Vertex 2552: +Vertex 2553: +Vertex 2554: +Vertex 2555: +Vertex 2556: +Vertex 2557: +Vertex 2558: +Vertex 2559: +Vertex 2560: +Vertex 2561: +Vertex 2562: +Vertex 2563: +Vertex 2564: +Vertex 2565: +Vertex 2566: +Vertex 2567: +Vertex 2568: +Vertex 2569: +Vertex 2570: +Vertex 2571: +Vertex 2572: +Vertex 2573: +Vertex 2574: +Vertex 2575: +Vertex 2576: +Vertex 2577: +Vertex 2578: +Vertex 2579: +Vertex 2580: +Vertex 2581: +Vertex 2582: +Vertex 2583: +Vertex 2584: +Vertex 2585: +Vertex 2586: +Vertex 2587: +Vertex 2588: +Vertex 2589: +Vertex 2590: +Vertex 2591: +Vertex 2592: +Vertex 2593: +Vertex 2594: +Vertex 2595: +Vertex 2596: +Vertex 2597: +Vertex 2598: +Vertex 2599: +Vertex 2600: +Vertex 2601: +Vertex 2602: +Vertex 2603: +Vertex 2604: +Vertex 2605: +Vertex 2606: +Vertex 2607: +Vertex 2608: +Vertex 2609: +Vertex 2610: +Vertex 2611: +Vertex 2612: +Vertex 2613: +Vertex 2614: +Vertex 2615: +Vertex 2616: +Vertex 2617: +Vertex 2618: +Vertex 2619: +Vertex 2620: +Vertex 2621: +Vertex 2622: +Vertex 2623: +Vertex 2624: +Vertex 2625: +Vertex 2626: +Vertex 2627: +Vertex 2628: +Vertex 2629: +Vertex 2630: +Vertex 2631: +Vertex 2632: +Vertex 2633: +Vertex 2634: +Vertex 2635: +Vertex 2636: +Vertex 2637: +Vertex 2638: +Vertex 2639: +Vertex 2640: +Vertex 2641: +Vertex 2642: +Vertex 2643: +Vertex 2644: +Vertex 2645: +Vertex 2646: +Vertex 2647: +Vertex 2648: +Vertex 2649: +Vertex 2650: +Vertex 2651: +Vertex 2652: +Vertex 2653: +Vertex 2654: +Vertex 2655: +Vertex 2656: +Vertex 2657: +Vertex 2658: +Vertex 2659: +Vertex 2660: +Vertex 2661: +Vertex 2662: +Vertex 2663: +Vertex 2664: +Vertex 2665: +Vertex 2666: +Vertex 2667: +Vertex 2668: +Vertex 2669: +Vertex 2670: +Vertex 2671: +Vertex 2672: +Vertex 2673: +Vertex 2674: +Vertex 2675: +Vertex 2676: +Vertex 2677: +Vertex 2678: +Vertex 2679: +Vertex 2680: +Vertex 2681: +Vertex 2682: +Vertex 2683: +Vertex 2684: +Vertex 2685: +Vertex 2686: +Vertex 2687: +Vertex 2688: +Vertex 2689: +Vertex 2690: +Vertex 2691: +Vertex 2692: +Vertex 2693: +Vertex 2694: +Vertex 2695: +Vertex 2696: +Vertex 2697: +Vertex 2698: +Vertex 2699: +Vertex 2700: +Vertex 2701: +Vertex 2702: +Vertex 2703: +Vertex 2704: +Vertex 2705: +Vertex 2706: +Vertex 2707: +Vertex 2708: +Vertex 2709: +Vertex 2710: +Vertex 2711: +Vertex 2712: +Vertex 2713: +Vertex 2714: +Vertex 2715: +Vertex 2716: +Vertex 2717: +Vertex 2718: +Vertex 2719: +Vertex 2720: +Vertex 2721: +Vertex 2722: +Vertex 2723: +Vertex 2724: +Vertex 2725: +Vertex 2726: +Vertex 2727: +Vertex 2728: +Vertex 2729: +Vertex 2730: +Vertex 2731: +Vertex 2732: +Vertex 2733: +Vertex 2734: +Vertex 2735: +Vertex 2736: +Vertex 2737: +Vertex 2738: +Vertex 2739: +Vertex 2740: +Vertex 2741: +Vertex 2742: +Vertex 2743: +Vertex 2744: +Vertex 2745: +Vertex 2746: +Vertex 2747: +Vertex 2748: +Vertex 2749: +Vertex 2750: +Vertex 2751: +Vertex 2752: +Vertex 2753: +Vertex 2754: +Vertex 2755: +Vertex 2756: +Vertex 2757: +Vertex 2758: +Vertex 2759: +Vertex 2760: +Vertex 2761: +Vertex 2762: +Vertex 2763: +Vertex 2764: +Vertex 2765: +Vertex 2766: +Vertex 2767: +Vertex 2768: +Vertex 2769: +Vertex 2770: +Vertex 2771: +Vertex 2772: +Vertex 2773: +Vertex 2774: +Vertex 2775: +Vertex 2776: +Vertex 2777: +Vertex 2778: +Vertex 2779: +Vertex 2780: +Vertex 2781: +Vertex 2782: +Vertex 2783: +Vertex 2784: +Vertex 2785: +Vertex 2786: +Vertex 2787: +Vertex 2788: +Vertex 2789: +Vertex 2790: +Vertex 2791: +Vertex 2792: +Vertex 2793: +Vertex 2794: +Vertex 2795: +Vertex 2796: +Vertex 2797: +Vertex 2798: +Vertex 2799: +Vertex 2800: +Vertex 2801: +Vertex 2802: +Vertex 2803: +Vertex 2804: +Vertex 2805: +Vertex 2806: +Vertex 2807: +Vertex 2808: +Vertex 2809: +Vertex 2810: +Vertex 2811: +Vertex 2812: +Vertex 2813: +Vertex 2814: +Vertex 2815: +Vertex 2816: +Vertex 2817: +Vertex 2818: +Vertex 2819: +Vertex 2820: +Vertex 2821: +Vertex 2822: +Vertex 2823: +Vertex 2824: +Vertex 2825: +Vertex 2826: +Vertex 2827: +Vertex 2828: +Vertex 2829: +Vertex 2830: +Vertex 2831: +Vertex 2832: +Vertex 2833: +Vertex 2834: +Vertex 2835: +Vertex 2836: +Vertex 2837: +Vertex 2838: +Vertex 2839: +Vertex 2840: +Vertex 2841: +Vertex 2842: +Vertex 2843: +Vertex 2844: +Vertex 2845: +Vertex 2846: +Vertex 2847: +Vertex 2848: +Vertex 2849: +Vertex 2850: +Vertex 2851: +Vertex 2852: +Vertex 2853: +Vertex 2854: +Vertex 2855: +Vertex 2856: +Vertex 2857: +Vertex 2858: +Vertex 2859: +Vertex 2860: +Vertex 2861: +Vertex 2862: +Vertex 2863: +Vertex 2864: +Vertex 2865: +Vertex 2866: +Vertex 2867: +Vertex 2868: +Vertex 2869: +Vertex 2870: +Vertex 2871: +Vertex 2872: +Vertex 2873: +Vertex 2874: +Vertex 2875: +Vertex 2876: +Vertex 2877: +Vertex 2878: +Vertex 2879: +Vertex 2880: +Vertex 2881: +Vertex 2882: +Vertex 2883: +Vertex 2884: +Vertex 2885: +Vertex 2886: +Vertex 2887: +Vertex 2888: +Vertex 2889: +Vertex 2890: +Vertex 2891: +Vertex 2892: +Vertex 2893: +Vertex 2894: +Vertex 2895: +Vertex 2896: +Vertex 2897: +Vertex 2898: +Vertex 2899: +Vertex 2900: +Vertex 2901: +Vertex 2902: +Vertex 2903: +Vertex 2904: +Vertex 2905: +Vertex 2906: +Vertex 2907: +Vertex 2908: +Vertex 2909: +Vertex 2910: +Vertex 2911: +Vertex 2912: +Vertex 2913: +Vertex 2914: +Vertex 2915: +Vertex 2916: +Vertex 2917: +Vertex 2918: +Vertex 2919: +Vertex 2920: +Vertex 2921: +Vertex 2922: +Vertex 2923: +Vertex 2924: +Vertex 2925: +Vertex 2926: +Vertex 2927: +Vertex 2928: +Vertex 2929: +Vertex 2930: +Vertex 2931: +Vertex 2932: +Vertex 2933: +Vertex 2934: +Vertex 2935: +Vertex 2936: +Vertex 2937: +Vertex 2938: +Vertex 2939: +Vertex 2940: +Vertex 2941: +Vertex 2942: +Vertex 2943: +Vertex 2944: +Vertex 2945: +Vertex 2946: +Vertex 2947: +Vertex 2948: +Vertex 2949: +Vertex 2950: +Vertex 2951: +Vertex 2952: +Vertex 2953: +Vertex 2954: +Vertex 2955: +Vertex 2956: +Vertex 2957: +Vertex 2958: +Vertex 2959: +Vertex 2960: +Vertex 2961: +Vertex 2962: +Vertex 2963: +Vertex 2964: +Vertex 2965: +Vertex 2966: +Vertex 2967: +Vertex 2968: +Vertex 2969: +Vertex 2970: +Vertex 2971: +Vertex 2972: +Vertex 2973: +Vertex 2974: +Vertex 2975: +Vertex 2976: +Vertex 2977: +Vertex 2978: +Vertex 2979: +Vertex 2980: +Vertex 2981: +Vertex 2982: +Vertex 2983: +Vertex 2984: +Vertex 2985: +Vertex 2986: +Vertex 2987: +Vertex 2988: +Vertex 2989: +Vertex 2990: +Vertex 2991: +Vertex 2992: +Vertex 2993: +Vertex 2994: +Vertex 2995: +Vertex 2996: +Vertex 2997: +Vertex 2998: +Vertex 2999: +Vertex 3000: +Vertex 3001: +Vertex 3002: +Vertex 3003: +Vertex 3004: +Vertex 3005: +Vertex 3006: +Vertex 3007: +Vertex 3008: +Vertex 3009: +Vertex 3010: +Vertex 3011: +Vertex 3012: +Vertex 3013: +Vertex 3014: +Vertex 3015: +Vertex 3016: +Vertex 3017: +Vertex 3018: +Vertex 3019: +Vertex 3020: +Vertex 3021: +Vertex 3022: +Vertex 3023: +Vertex 3024: +Vertex 3025: +Vertex 3026: +Vertex 3027: +Vertex 3028: +Vertex 3029: +Vertex 3030: +Vertex 3031: +Vertex 3032: +Vertex 3033: +Vertex 3034: +Vertex 3035: +Vertex 3036: +Vertex 3037: +Vertex 3038: +Vertex 3039: +Vertex 3040: +Vertex 3041: +Vertex 3042: +Vertex 3043: +Vertex 3044: +Vertex 3045: +Vertex 3046: +Vertex 3047: +Vertex 3048: +Vertex 3049: +Vertex 3050: +Vertex 3051: +Vertex 3052: +Vertex 3053: +Vertex 3054: +Vertex 3055: +Vertex 3056: +Vertex 3057: +Vertex 3058: +Vertex 3059: +Vertex 3060: +Vertex 3061: +Vertex 3062: +Vertex 3063: +Vertex 3064: +Vertex 3065: +Vertex 3066: +Vertex 3067: +Vertex 3068: +Vertex 3069: +Vertex 3070: +Vertex 3071: +Vertex 3072: +Vertex 3073: +Vertex 3074: +Vertex 3075: +Vertex 3076: +Vertex 3077: +Vertex 3078: +Vertex 3079: +Vertex 3080: +Vertex 3081: +Vertex 3082: +Vertex 3083: +Vertex 3084: +Vertex 3085: +Vertex 3086: +Vertex 3087: +Vertex 3088: +Vertex 3089: +Vertex 3090: +Vertex 3091: +Vertex 3092: +Vertex 3093: +Vertex 3094: +Vertex 3095: +Vertex 3096: +Vertex 3097: +Vertex 3098: +Vertex 3099: +Vertex 3100: +Vertex 3101: +Vertex 3102: +Vertex 3103: +Vertex 3104: +Vertex 3105: +Vertex 3106: +Vertex 3107: +Vertex 3108: +Vertex 3109: +Vertex 3110: +Vertex 3111: +Vertex 3112: +Vertex 3113: +Vertex 3114: +Vertex 3115: +Vertex 3116: +Vertex 3117: +Vertex 3118: +Vertex 3119: +Vertex 3120: +Vertex 3121: +Vertex 3122: +Vertex 3123: +Vertex 3124: +Vertex 3125: +Vertex 3126: +Vertex 3127: +Vertex 3128: +Vertex 3129: +Vertex 3130: +Vertex 3131: +Vertex 3132: +Vertex 3133: +Vertex 3134: +Vertex 3135: +Vertex 3136: +Vertex 3137: +Vertex 3138: +Vertex 3139: +Vertex 3140: +Vertex 3141: +Vertex 3142: +Vertex 3143: +Vertex 3144: +Vertex 3145: +Vertex 3146: +Vertex 3147: +Vertex 3148: +Vertex 3149: +Vertex 3150: +Vertex 3151: +Vertex 3152: +Vertex 3153: +Vertex 3154: +Vertex 3155: +Vertex 3156: +Vertex 3157: +Vertex 3158: +Vertex 3159: +Vertex 3160: +Vertex 3161: +Vertex 3162: +Vertex 3163: +Vertex 3164: +Vertex 3165: +Vertex 3166: +Vertex 3167: +Vertex 3168: +Vertex 3169: +Vertex 3170: +Vertex 3171: +Vertex 3172: +Vertex 3173: +Vertex 3174: +Vertex 3175: +Vertex 3176: +Vertex 3177: +Vertex 3178: +Vertex 3179: +Vertex 3180: +Vertex 3181: +Vertex 3182: +Vertex 3183: +Vertex 3184: +Vertex 3185: +Vertex 3186: +Vertex 3187: +Vertex 3188: +Vertex 3189: +Vertex 3190: +Vertex 3191: +Vertex 3192: +Vertex 3193: +Vertex 3194: +Vertex 3195: +Vertex 3196: +Vertex 3197: +Vertex 3198: +Vertex 3199: +Vertex 3200: +Vertex 3201: +Vertex 3202: +Vertex 3203: +Vertex 3204: +Vertex 3205: +Vertex 3206: +Vertex 3207: +Vertex 3208: +Vertex 3209: +Vertex 3210: +Vertex 3211: +Vertex 3212: +Vertex 3213: +Vertex 3214: +Vertex 3215: +Vertex 3216: +Vertex 3217: +Vertex 3218: +Vertex 3219: +Vertex 3220: +Vertex 3221: +Vertex 3222: +Vertex 3223: +Vertex 3224: +Vertex 3225: +Vertex 3226: +Vertex 3227: +Vertex 3228: +Vertex 3229: +Vertex 3230: +Vertex 3231: +Vertex 3232: +Vertex 3233: +Vertex 3234: +Vertex 3235: +Vertex 3236: +Vertex 3237: +Vertex 3238: +Vertex 3239: +Vertex 3240: +Vertex 3241: +Vertex 3242: +Vertex 3243: +Vertex 3244: +Vertex 3245: +Vertex 3246: +Vertex 3247: +Vertex 3248: +Vertex 3249: +Vertex 3250: +Vertex 3251: +Vertex 3252: +Vertex 3253: +Vertex 3254: +Vertex 3255: +Vertex 3256: +Vertex 3257: +Vertex 3258: +Vertex 3259: +Vertex 3260: +Vertex 3261: +Vertex 3262: +Vertex 3263: +Vertex 3264: +Vertex 3265: +Vertex 3266: +Vertex 3267: +Vertex 3268: +Vertex 3269: +Vertex 3270: +Vertex 3271: +Vertex 3272: +Vertex 3273: +Vertex 3274: +Vertex 3275: +Vertex 3276: +Vertex 3277: +Vertex 3278: +Vertex 3279: +Vertex 3280: +Vertex 3281: +Vertex 3282: +Vertex 3283: +Vertex 3284: +Vertex 3285: +Vertex 3286: +Vertex 3287: +Vertex 3288: +Vertex 3289: +Vertex 3290: +Vertex 3291: +Vertex 3292: +Vertex 3293: +Vertex 3294: +Vertex 3295: +Vertex 3296: +Vertex 3297: +Vertex 3298: +Vertex 3299: +Vertex 3300: +Vertex 3301: +Vertex 3302: +Vertex 3303: +Vertex 3304: +Vertex 3305: +Vertex 3306: +Vertex 3307: +Vertex 3308: +Vertex 3309: +Vertex 3310: +Vertex 3311: +Vertex 3312: +Vertex 3313: +Vertex 3314: +Vertex 3315: +Vertex 3316: +Vertex 3317: +Vertex 3318: +Vertex 3319: +Vertex 3320: +Vertex 3321: +Vertex 3322: +Vertex 3323: +Vertex 3324: +Vertex 3325: +Vertex 3326: +Vertex 3327: +Vertex 3328: +Vertex 3329: +Vertex 3330: +Vertex 3331: +Vertex 3332: +Vertex 3333: +Vertex 3334: +Vertex 3335: +Vertex 3336: +Vertex 3337: +Vertex 3338: +Vertex 3339: +Vertex 3340: +Vertex 3341: +Vertex 3342: +Vertex 3343: +Vertex 3344: +Vertex 3345: +Vertex 3346: +Vertex 3347: +Vertex 3348: +Vertex 3349: +Vertex 3350: +Vertex 3351: +Vertex 3352: +Vertex 3353: +Vertex 3354: +Vertex 3355: +Vertex 3356: +Vertex 3357: +Vertex 3358: +Vertex 3359: +Vertex 3360: +Vertex 3361: +Vertex 3362: +Vertex 3363: +Vertex 3364: +Vertex 3365: +Vertex 3366: +Vertex 3367: +Vertex 3368: +Vertex 3369: +Vertex 3370: +Vertex 3371: +Vertex 3372: +Vertex 3373: +Vertex 3374: +Vertex 3375: +Vertex 3376: +Vertex 3377: +Vertex 3378: +Vertex 3379: +Vertex 3380: +Vertex 3381: +Vertex 3382: +Vertex 3383: +Vertex 3384: +Vertex 3385: +Vertex 3386: +Vertex 3387: +Vertex 3388: +Vertex 3389: +Vertex 3390: +Vertex 3391: +Vertex 3392: +Vertex 3393: +Vertex 3394: +Vertex 3395: +Vertex 3396: +Vertex 3397: +Vertex 3398: +Vertex 3399: +Vertex 3400: +Vertex 3401: +Vertex 3402: +Vertex 3403: +Vertex 3404: +Vertex 3405: +Vertex 3406: +Vertex 3407: +Vertex 3408: +Vertex 3409: +Vertex 3410: +Vertex 3411: +Vertex 3412: +Vertex 3413: +Vertex 3414: +Vertex 3415: +Vertex 3416: +Vertex 3417: +Vertex 3418: +Vertex 3419: +Vertex 3420: +Vertex 3421: +Vertex 3422: +Vertex 3423: +Vertex 3424: +Vertex 3425: +Vertex 3426: +Vertex 3427: +Vertex 3428: +Vertex 3429: +Vertex 3430: +Vertex 3431: +Vertex 3432: +Vertex 3433: +Vertex 3434: +Vertex 3435: +Vertex 3436: +Vertex 3437: +Vertex 3438: +Vertex 3439: +Vertex 3440: +Vertex 3441: +Vertex 3442: +Vertex 3443: +Vertex 3444: +Vertex 3445: +Vertex 3446: +Vertex 3447: +Vertex 3448: +Vertex 3449: +Vertex 3450: +Vertex 3451: +Vertex 3452: +Vertex 3453: +Vertex 3454: +Vertex 3455: +Vertex 3456: +Vertex 3457: +Vertex 3458: +Vertex 3459: +Vertex 3460: +Vertex 3461: +Vertex 3462: +Vertex 3463: +Vertex 3464: +Vertex 3465: +Vertex 3466: +Vertex 3467: +Vertex 3468: +Vertex 3469: +Vertex 3470: +Vertex 3471: +Vertex 3472: +Vertex 3473: +Vertex 3474: +Vertex 3475: +Vertex 3476: +Vertex 3477: +Vertex 3478: +Vertex 3479: +Vertex 3480: +Vertex 3481: +Vertex 3482: +Vertex 3483: +Vertex 3484: +Vertex 3485: +Vertex 3486: +Vertex 3487: +Vertex 3488: +Vertex 3489: +Vertex 3490: +Vertex 3491: +Vertex 3492: +Vertex 3493: +Vertex 3494: +Vertex 3495: +Vertex 3496: +Vertex 3497: +Vertex 3498: +Vertex 3499: +Vertex 3500: +Vertex 3501: +Vertex 3502: +Vertex 3503: +Vertex 3504: +Vertex 3505: +Vertex 3506: +Vertex 3507: +Vertex 3508: +Vertex 3509: +Vertex 3510: +Vertex 3511: +Vertex 3512: +Vertex 3513: +Vertex 3514: +Vertex 3515: +Vertex 3516: +Vertex 3517: +Vertex 3518: +Vertex 3519: +Vertex 3520: +Vertex 3521: +Vertex 3522: +Vertex 3523: +Vertex 3524: +Vertex 3525: +Vertex 3526: +Vertex 3527: +Vertex 3528: +Vertex 3529: +Vertex 3530: +Vertex 3531: +Vertex 3532: +Vertex 3533: +Vertex 3534: +Vertex 3535: +Vertex 3536: +Vertex 3537: +Vertex 3538: +Vertex 3539: +Vertex 3540: +Vertex 3541: +Vertex 3542: +Vertex 3543: +Vertex 3544: +Vertex 3545: +Vertex 3546: +Vertex 3547: +Vertex 3548: +Vertex 3549: +Vertex 3550: +Vertex 3551: +Vertex 3552: +Vertex 3553: +Vertex 3554: +Vertex 3555: +Vertex 3556: +Vertex 3557: +Vertex 3558: +Vertex 3559: +Vertex 3560: +Vertex 3561: +Vertex 3562: +Vertex 3563: +Vertex 3564: +Vertex 3565: +Vertex 3566: +Vertex 3567: +Vertex 3568: +Vertex 3569: +Vertex 3570: +Vertex 3571: +Vertex 3572: +Vertex 3573: +Vertex 3574: +Vertex 3575: +Vertex 3576: +Vertex 3577: +Vertex 3578: +Vertex 3579: +Vertex 3580: +Vertex 3581: +Vertex 3582: +Vertex 3583: +Vertex 3584: +Vertex 3585: +Vertex 3586: +Vertex 3587: +Vertex 3588: +Vertex 3589: +Vertex 3590: +Vertex 3591: +Vertex 3592: +Vertex 3593: +Vertex 3594: +Vertex 3595: +Vertex 3596: +Vertex 3597: +Vertex 3598: +Vertex 3599: +Vertex 3600: +Vertex 3601: +Vertex 3602: +Vertex 3603: +Vertex 3604: +Vertex 3605: +Vertex 3606: +Vertex 3607: +Vertex 3608: +Vertex 3609: +Vertex 3610: +Vertex 3611: +Vertex 3612: +Vertex 3613: +Vertex 3614: +Vertex 3615: +Vertex 3616: +Vertex 3617: +Vertex 3618: +Vertex 3619: +Vertex 3620: +Vertex 3621: +Vertex 3622: +Vertex 3623: +Vertex 3624: +Vertex 3625: +Vertex 3626: +Vertex 3627: +Vertex 3628: +Vertex 3629: +Vertex 3630: +Vertex 3631: +Vertex 3632: +Vertex 3633: +Vertex 3634: +Vertex 3635: +Vertex 3636: +Vertex 3637: +Vertex 3638: +Vertex 3639: +Vertex 3640: +Vertex 3641: +Vertex 3642: +Vertex 3643: +Vertex 3644: +Vertex 3645: +Vertex 3646: +Vertex 3647: +Vertex 3648: +Vertex 3649: +Vertex 3650: +Vertex 3651: +Vertex 3652: +Vertex 3653: +Vertex 3654: +Vertex 3655: +Vertex 3656: +Vertex 3657: +Vertex 3658: +Vertex 3659: +Vertex 3660: +Vertex 3661: +Vertex 3662: +Vertex 3663: +Vertex 3664: +Vertex 3665: +Vertex 3666: +Vertex 3667: +Vertex 3668: +Vertex 3669: +Vertex 3670: +Vertex 3671: +Vertex 3672: +Vertex 3673: +Vertex 3674: +Vertex 3675: +Vertex 3676: +Vertex 3677: +Vertex 3678: +Vertex 3679: +Vertex 3680: +Vertex 3681: +Vertex 3682: +Vertex 3683: +Vertex 3684: +Vertex 3685: +Vertex 3686: +Vertex 3687: +Vertex 3688: +Vertex 3689: +Vertex 3690: +Vertex 3691: +Vertex 3692: +Vertex 3693: +Vertex 3694: +Vertex 3695: +Vertex 3696: +Vertex 3697: +Vertex 3698: +Vertex 3699: +Vertex 3700: +Vertex 3701: +Vertex 3702: +Vertex 3703: +Vertex 3704: +Vertex 3705: +Vertex 3706: +Vertex 3707: +Vertex 3708: +Vertex 3709: +Vertex 3710: +Vertex 3711: +Vertex 3712: +Vertex 3713: +Vertex 3714: +Vertex 3715: +Vertex 3716: +Vertex 3717: +Vertex 3718: +Vertex 3719: +Vertex 3720: +Vertex 3721: +Vertex 3722: +Vertex 3723: +Vertex 3724: +Vertex 3725: +Vertex 3726: +Vertex 3727: +Vertex 3728: +Vertex 3729: +Vertex 3730: +Vertex 3731: +Vertex 3732: +Vertex 3733: +Vertex 3734: +Vertex 3735: +Vertex 3736: +Vertex 3737: +Vertex 3738: +Vertex 3739: +Vertex 3740: +Vertex 3741: +Vertex 3742: +Vertex 3743: +Vertex 3744: +Vertex 3745: +Vertex 3746: +Vertex 3747: +Vertex 3748: +Vertex 3749: +Vertex 3750: +Vertex 3751: +Vertex 3752: +Vertex 3753: +Vertex 3754: +Vertex 3755: +Vertex 3756: +Vertex 3757: +Vertex 3758: +Vertex 3759: +Vertex 3760: +Vertex 3761: +Vertex 3762: +Vertex 3763: +Vertex 3764: +Vertex 3765: +Vertex 3766: +Vertex 3767: +Vertex 3768: +Vertex 3769: +Vertex 3770: +Vertex 3771: +Vertex 3772: +Vertex 3773: +Vertex 3774: +Vertex 3775: +Vertex 3776: +Vertex 3777: +Vertex 3778: +Vertex 3779: +Vertex 3780: +Vertex 3781: +Vertex 3782: +Vertex 3783: +Vertex 3784: +Vertex 3785: +Vertex 3786: +Vertex 3787: +Vertex 3788: +Vertex 3789: +Vertex 3790: +Vertex 3791: +Vertex 3792: +Vertex 3793: +Vertex 3794: +Vertex 3795: +Vertex 3796: +Vertex 3797: +Vertex 3798: +Vertex 3799: +Vertex 3800: +Vertex 3801: +Vertex 3802: +Vertex 3803: +Vertex 3804: +Vertex 3805: +Vertex 3806: +Vertex 3807: +Vertex 3808: +Vertex 3809: +Vertex 3810: +Vertex 3811: +Vertex 3812: +Vertex 3813: +Vertex 3814: +Vertex 3815: +Vertex 3816: +Vertex 3817: +Vertex 3818: +Vertex 3819: +Vertex 3820: +Vertex 3821: +Vertex 3822: +Vertex 3823: +Vertex 3824: +Vertex 3825: +Vertex 3826: +Vertex 3827: +Vertex 3828: +Vertex 3829: +Vertex 3830: +Vertex 3831: +Vertex 3832: +Vertex 3833: +Vertex 3834: +Vertex 3835: +Vertex 3836: +Vertex 3837: +Vertex 3838: +Vertex 3839: +Vertex 3840: +Vertex 3841: +Vertex 3842: +Vertex 3843: +Vertex 3844: +Vertex 3845: +Vertex 3846: +Vertex 3847: +Vertex 3848: +Vertex 3849: +Vertex 3850: +Vertex 3851: +Vertex 3852: +Vertex 3853: +Vertex 3854: +Vertex 3855: +Vertex 3856: +Vertex 3857: +Vertex 3858: +Vertex 3859: +Vertex 3860: +Vertex 3861: +Vertex 3862: +Vertex 3863: +Vertex 3864: +Vertex 3865: +Vertex 3866: +Vertex 3867: +Vertex 3868: +Vertex 3869: +Vertex 3870: +Vertex 3871: +Vertex 3872: +Vertex 3873: +Vertex 3874: +Vertex 3875: +Vertex 3876: +Vertex 3877: +Vertex 3878: +Vertex 3879: +Vertex 3880: +Vertex 3881: +Vertex 3882: +Vertex 3883: +Vertex 3884: +Vertex 3885: +Vertex 3886: +Vertex 3887: +Vertex 3888: +Vertex 3889: +Vertex 3890: +Vertex 3891: +Vertex 3892: +Vertex 3893: +Vertex 3894: +Vertex 3895: +Vertex 3896: +Vertex 3897: +Vertex 3898: +Vertex 3899: +Vertex 3900: +Vertex 3901: +Vertex 3902: +Vertex 3903: +Vertex 3904: +Vertex 3905: +Vertex 3906: +Vertex 3907: +Vertex 3908: +Vertex 3909: +Vertex 3910: +Vertex 3911: +Vertex 3912: +Vertex 3913: +Vertex 3914: +Vertex 3915: +Vertex 3916: +Vertex 3917: +Vertex 3918: +Vertex 3919: +Vertex 3920: +Vertex 3921: +Vertex 3922: +Vertex 3923: +Vertex 3924: +Vertex 3925: +Vertex 3926: +Vertex 3927: +Vertex 3928: +Vertex 3929: +Vertex 3930: +Vertex 3931: +Vertex 3932: +Vertex 3933: +Vertex 3934: +Vertex 3935: +Vertex 3936: +Vertex 3937: +Vertex 3938: +Vertex 3939: +Vertex 3940: +Vertex 3941: +Vertex 3942: +Vertex 3943: +Vertex 3944: +Vertex 3945: +Vertex 3946: +Vertex 3947: +Vertex 3948: +Vertex 3949: +Vertex 3950: +Vertex 3951: +Vertex 3952: +Vertex 3953: +Vertex 3954: +Vertex 3955: +Vertex 3956: +Vertex 3957: +Vertex 3958: +Vertex 3959: +Vertex 3960: +Vertex 3961: +Vertex 3962: +Vertex 3963: +Vertex 3964: +Vertex 3965: +Vertex 3966: +Vertex 3967: +Vertex 3968: +Vertex 3969: +Vertex 3970: +Vertex 3971: +Vertex 3972: +Vertex 3973: +Vertex 3974: +Vertex 3975: +Vertex 3976: +Vertex 3977: +Vertex 3978: +Vertex 3979: +Vertex 3980: +Vertex 3981: +Vertex 3982: +Vertex 3983: +Vertex 3984: +Vertex 3985: +Vertex 3986: +Vertex 3987: +Vertex 3988: +Vertex 3989: +Vertex 3990: +Vertex 3991: +Vertex 3992: +Vertex 3993: +Vertex 3994: +Vertex 3995: +Vertex 3996: +Vertex 3997: +Vertex 3998: +Vertex 3999: +Vertex 4000: +Vertex 4001: +Vertex 4002: +Vertex 4003: +Vertex 4004: +Vertex 4005: +Vertex 4006: +Vertex 4007: +Vertex 4008: +Vertex 4009: +Vertex 4010: +Vertex 4011: +Vertex 4012: +Vertex 4013: +Vertex 4014: +Vertex 4015: +Vertex 4016: +Vertex 4017: +Vertex 4018: +Vertex 4019: +Vertex 4020: +Vertex 4021: +Vertex 4022: +Vertex 4023: +Vertex 4024: +Vertex 4025: +Vertex 4026: +Vertex 4027: +Vertex 4028: +Vertex 4029: +Vertex 4030: +Vertex 4031: +Vertex 4032: +Vertex 4033: +Vertex 4034: +Vertex 4035: +Vertex 4036: +Vertex 4037: +Vertex 4038: +Vertex 4039: +Vertex 4040: +Vertex 4041: +Vertex 4042: +Vertex 4043: +Vertex 4044: +Vertex 4045: +Vertex 4046: +Vertex 4047: +Vertex 4048: +Vertex 4049: +Vertex 4050: +Vertex 4051: +Vertex 4052: +Vertex 4053: +Vertex 4054: +Vertex 4055: +Vertex 4056: +Vertex 4057: +Vertex 4058: +Vertex 4059: +Vertex 4060: +Vertex 4061: +Vertex 4062: +Vertex 4063: +Vertex 4064: +Vertex 4065: +Vertex 4066: +Vertex 4067: +Vertex 4068: +Vertex 4069: +Vertex 4070: +Vertex 4071: +Vertex 4072: +Vertex 4073: +Vertex 4074: +Vertex 4075: +Vertex 4076: +Vertex 4077: +Vertex 4078: +Vertex 4079: +Vertex 4080: +Vertex 4081: +Vertex 4082: +Vertex 4083: +Vertex 4084: +Vertex 4085: +Vertex 4086: +Vertex 4087: +Vertex 4088: +Vertex 4089: +Vertex 4090: +Vertex 4091: +Vertex 4092: +Vertex 4093: +Vertex 4094: +Vertex 4095: +Vertex 4096: +Vertex 4097: +Vertex 4098: +Vertex 4099: +Vertex 4100: +Vertex 4101: +Vertex 4102: +Vertex 4103: +Vertex 4104: +Vertex 4105: +Vertex 4106: +Vertex 4107: +Vertex 4108: +Vertex 4109: +Vertex 4110: +Vertex 4111: +Vertex 4112: +Vertex 4113: +Vertex 4114: +Vertex 4115: +Vertex 4116: +Vertex 4117: +Vertex 4118: +Vertex 4119: +Vertex 4120: +Vertex 4121: +Vertex 4122: +Vertex 4123: +Vertex 4124: +Vertex 4125: +Vertex 4126: +Vertex 4127: +Vertex 4128: +Vertex 4129: +Vertex 4130: +Vertex 4131: +Vertex 4132: +Vertex 4133: +Vertex 4134: +Vertex 4135: +Vertex 4136: +Vertex 4137: +Vertex 4138: +Vertex 4139: +Vertex 4140: +Vertex 4141: +Vertex 4142: +Vertex 4143: +Vertex 4144: +Vertex 4145: +Vertex 4146: +Vertex 4147: +Vertex 4148: +Vertex 4149: +Vertex 4150: +Vertex 4151: +Vertex 4152: +Vertex 4153: +Vertex 4154: +Vertex 4155: +Vertex 4156: +Vertex 4157: +Vertex 4158: +Vertex 4159: +Vertex 4160: +Vertex 4161: +Vertex 4162: +Vertex 4163: +Vertex 4164: +Vertex 4165: +Vertex 4166: +Vertex 4167: +Vertex 4168: +Vertex 4169: +Vertex 4170: +Vertex 4171: +Vertex 4172: +Vertex 4173: +Vertex 4174: +Vertex 4175: +Vertex 4176: +Vertex 4177: +Vertex 4178: +Vertex 4179: +Vertex 4180: +Vertex 4181: +Vertex 4182: +Vertex 4183: +Vertex 4184: +Vertex 4185: +Vertex 4186: +Vertex 4187: +Vertex 4188: +Vertex 4189: +Vertex 4190: +Vertex 4191: +Vertex 4192: +Vertex 4193: +Vertex 4194: +Vertex 4195: +Vertex 4196: +Vertex 4197: +Vertex 4198: +Vertex 4199: +Vertex 4200: +Vertex 4201: +Vertex 4202: +Vertex 4203: +Vertex 4204: +Vertex 4205: +Vertex 4206: +Vertex 4207: +Vertex 4208: +Vertex 4209: +Vertex 4210: +Vertex 4211: +Vertex 4212: +Vertex 4213: +Vertex 4214: +Vertex 4215: +Vertex 4216: +Vertex 4217: +Vertex 4218: +Vertex 4219: +Vertex 4220: +Vertex 4221: +Vertex 4222: +Vertex 4223: +Vertex 4224: +Vertex 4225: +Vertex 4226: +Vertex 4227: +Vertex 4228: +Vertex 4229: +Vertex 4230: +Vertex 4231: +Vertex 4232: +Vertex 4233: +Vertex 4234: +Vertex 4235: +Vertex 4236: +Vertex 4237: +Vertex 4238: +Vertex 4239: +Vertex 4240: +Vertex 4241: +Vertex 4242: +Vertex 4243: +Vertex 4244: +Vertex 4245: +Vertex 4246: +Vertex 4247: +Vertex 4248: +Vertex 4249: +Vertex 4250: +Vertex 4251: +Vertex 4252: +Vertex 4253: +Vertex 4254: +Vertex 4255: +Vertex 4256: +Vertex 4257: +Vertex 4258: +Vertex 4259: +Vertex 4260: +Vertex 4261: +Vertex 4262: +Vertex 4263: +Vertex 4264: +Vertex 4265: +Vertex 4266: +Vertex 4267: +Vertex 4268: +Vertex 4269: +Vertex 4270: +Vertex 4271: +Vertex 4272: +Vertex 4273: +Vertex 4274: +Vertex 4275: +Vertex 4276: +Vertex 4277: +Vertex 4278: +Vertex 4279: +Vertex 4280: +Vertex 4281: +Vertex 4282: +Vertex 4283: +Vertex 4284: +Vertex 4285: +Vertex 4286: +Vertex 4287: +Vertex 4288: +Vertex 4289: +Vertex 4290: +Vertex 4291: +Vertex 4292: +Vertex 4293: +Vertex 4294: +Vertex 4295: +Vertex 4296: +Vertex 4297: +Vertex 4298: +Vertex 4299: +Vertex 4300: +Vertex 4301: +Vertex 4302: +Vertex 4303: +Vertex 4304: +Vertex 4305: +Vertex 4306: +Vertex 4307: +Vertex 4308: +Vertex 4309: +Vertex 4310: +Vertex 4311: +Vertex 4312: +Vertex 4313: +Vertex 4314: +Vertex 4315: +Vertex 4316: +Vertex 4317: +Vertex 4318: +Vertex 4319: +Vertex 4320: +Vertex 4321: +Vertex 4322: +Vertex 4323: +Vertex 4324: +Vertex 4325: +Vertex 4326: +Vertex 4327: +Vertex 4328: +Vertex 4329: +Vertex 4330: +Vertex 4331: +Vertex 4332: +Vertex 4333: +Vertex 4334: +Vertex 4335: +Vertex 4336: +Vertex 4337: +Vertex 4338: +Vertex 4339: +Vertex 4340: +Vertex 4341: +Vertex 4342: +Vertex 4343: +Vertex 4344: +Vertex 4345: +Vertex 4346: +Vertex 4347: +Vertex 4348: +Vertex 4349: +Vertex 4350: +Vertex 4351: +Vertex 4352: +Vertex 4353: +Vertex 4354: +Vertex 4355: +Vertex 4356: +Vertex 4357: +Vertex 4358: +Vertex 4359: +Vertex 4360: +Vertex 4361: +Vertex 4362: +Vertex 4363: +Vertex 4364: +Vertex 4365: +Vertex 4366: +Vertex 4367: +Vertex 4368: +Vertex 4369: +Vertex 4370: +Vertex 4371: +Vertex 4372: +Vertex 4373: +Vertex 4374: +Vertex 4375: +Vertex 4376: +Vertex 4377: +Vertex 4378: +Vertex 4379: +Vertex 4380: +Vertex 4381: +Vertex 4382: +Vertex 4383: +Vertex 4384: +Vertex 4385: +Vertex 4386: +Vertex 4387: +Vertex 4388: +Vertex 4389: +Vertex 4390: +Vertex 4391: +Vertex 4392: +Vertex 4393: +Vertex 4394: +Vertex 4395: +Vertex 4396: +Vertex 4397: +Vertex 4398: +Vertex 4399: +Vertex 4400: +Vertex 4401: +Vertex 4402: +Vertex 4403: +Vertex 4404: +Vertex 4405: +Vertex 4406: +Vertex 4407: +Vertex 4408: +Vertex 4409: +Vertex 4410: +Vertex 4411: +Vertex 4412: +Vertex 4413: +Vertex 4414: +Vertex 4415: +Vertex 4416: +Vertex 4417: +Vertex 4418: +Vertex 4419: +Vertex 4420: +Vertex 4421: +Vertex 4422: +Vertex 4423: +Vertex 4424: +Vertex 4425: +Vertex 4426: +Vertex 4427: +Vertex 4428: +Vertex 4429: +Vertex 4430: +Vertex 4431: +Vertex 4432: +Vertex 4433: +Vertex 4434: +Vertex 4435: +Vertex 4436: +Vertex 4437: +Vertex 4438: +Vertex 4439: +Vertex 4440: +Vertex 4441: +Vertex 4442: +Vertex 4443: +Vertex 4444: +Vertex 4445: +Vertex 4446: +Vertex 4447: +Vertex 4448: +Vertex 4449: +Vertex 4450: +Vertex 4451: +Vertex 4452: +Vertex 4453: +Vertex 4454: +Vertex 4455: +Vertex 4456: +Vertex 4457: +Vertex 4458: +Vertex 4459: +Vertex 4460: +Vertex 4461: +Vertex 4462: +Vertex 4463: +Vertex 4464: +Vertex 4465: +Vertex 4466: +Vertex 4467: +Vertex 4468: +Vertex 4469: +Vertex 4470: +Vertex 4471: +Vertex 4472: +Vertex 4473: +Vertex 4474: +Vertex 4475: +Vertex 4476: +Vertex 4477: +Vertex 4478: +Vertex 4479: +Vertex 4480: +Vertex 4481: +Vertex 4482: +Vertex 4483: +Vertex 4484: +Vertex 4485: +Vertex 4486: +Vertex 4487: +Vertex 4488: +Vertex 4489: +Vertex 4490: +Vertex 4491: +Vertex 4492: +Vertex 4493: +Vertex 4494: +Vertex 4495: +Vertex 4496: +Vertex 4497: +Vertex 4498: +Vertex 4499: +Vertex 4500: +Vertex 4501: +Vertex 4502: +Vertex 4503: +Vertex 4504: +Vertex 4505: +Vertex 4506: +Vertex 4507: +Vertex 4508: +Vertex 4509: +Vertex 4510: +Vertex 4511: +Vertex 4512: +Vertex 4513: +Vertex 4514: +Vertex 4515: +Vertex 4516: +Vertex 4517: +Vertex 4518: +Vertex 4519: +Vertex 4520: +Vertex 4521: +Vertex 4522: +Vertex 4523: +Vertex 4524: +Vertex 4525: +Vertex 4526: +Vertex 4527: +Vertex 4528: +Vertex 4529: +Vertex 4530: +Vertex 4531: +Vertex 4532: +Vertex 4533: +Vertex 4534: +Vertex 4535: +Vertex 4536: +Vertex 4537: +Vertex 4538: +Vertex 4539: +Vertex 4540: +Vertex 4541: +Vertex 4542: +Vertex 4543: +Vertex 4544: +Vertex 4545: +Vertex 4546: +Vertex 4547: +Vertex 4548: +Vertex 4549: +Vertex 4550: +Vertex 4551: +Vertex 4552: +Vertex 4553: +Vertex 4554: +Vertex 4555: +Vertex 4556: +Vertex 4557: +Vertex 4558: +Vertex 4559: +Vertex 4560: +Vertex 4561: +Vertex 4562: +Vertex 4563: +Vertex 4564: +Vertex 4565: +Vertex 4566: +Vertex 4567: +Vertex 4568: +Vertex 4569: +Vertex 4570: +Vertex 4571: +Vertex 4572: +Vertex 4573: +Vertex 4574: +Vertex 4575: +Vertex 4576: +Vertex 4577: +Vertex 4578: +Vertex 4579: +Vertex 4580: +Vertex 4581: +Vertex 4582: +Vertex 4583: +Vertex 4584: +Vertex 4585: +Vertex 4586: +Vertex 4587: +Vertex 4588: +Vertex 4589: +Vertex 4590: +Vertex 4591: +Vertex 4592: +Vertex 4593: +Vertex 4594: +Vertex 4595: +Vertex 4596: +Vertex 4597: +Vertex 4598: +Vertex 4599: +Vertex 4600: +Vertex 4601: +Vertex 4602: +Vertex 4603: +Vertex 4604: +Vertex 4605: +Vertex 4606: +Vertex 4607: +Vertex 4608: +Vertex 4609: +Vertex 4610: +Vertex 4611: +Vertex 4612: +Vertex 4613: +Vertex 4614: +Vertex 4615: +Vertex 4616: +Vertex 4617: +Vertex 4618: +Vertex 4619: +Vertex 4620: +Vertex 4621: +Vertex 4622: +Vertex 4623: +Vertex 4624: +Vertex 4625: +Vertex 4626: +Vertex 4627: +Vertex 4628: +Vertex 4629: +Vertex 4630: +Vertex 4631: +Vertex 4632: +Vertex 4633: +Vertex 4634: +Vertex 4635: +Vertex 4636: +Vertex 4637: +Vertex 4638: +Vertex 4639: +Vertex 4640: +Vertex 4641: +Vertex 4642: +Vertex 4643: +===UV Coordinates: +Face count: 9126 +Face 0 +UV Count: 3 + UV + UV + UV +Face 1 +UV Count: 3 + UV + UV + UV +Face 2 +UV Count: 3 + UV + UV + UV +Face 3 +UV Count: 3 + UV + UV + UV +Face 4 +UV Count: 3 + UV + UV + UV +Face 5 +UV Count: 3 + UV + UV + UV +Face 6 +UV Count: 3 + UV + UV + UV +Face 7 +UV Count: 3 + UV + UV + UV +Face 8 +UV Count: 3 + UV + UV + UV +Face 9 +UV Count: 3 + UV + UV + UV +Face 10 +UV Count: 3 + UV + UV + UV +Face 11 +UV Count: 3 + UV + UV + UV +Face 12 +UV Count: 3 + UV + UV + UV +Face 13 +UV Count: 3 + UV + UV + UV +Face 14 +UV Count: 3 + UV + UV + UV +Face 15 +UV Count: 3 + UV + UV + UV +Face 16 +UV Count: 3 + UV + UV + UV +Face 17 +UV Count: 3 + UV + UV + UV +Face 18 +UV Count: 3 + UV + UV + UV +Face 19 +UV Count: 3 + UV + UV + UV +Face 20 +UV Count: 3 + UV + UV + UV +Face 21 +UV Count: 3 + UV + UV + UV +Face 22 +UV Count: 3 + UV + UV + UV +Face 23 +UV Count: 3 + UV + UV + UV +Face 24 +UV Count: 3 + UV + UV + UV +Face 25 +UV Count: 3 + UV + UV + UV +Face 26 +UV Count: 3 + UV + UV + UV +Face 27 +UV Count: 3 + UV + UV + UV +Face 28 +UV Count: 3 + UV + UV + UV +Face 29 +UV Count: 3 + UV + UV + UV +Face 30 +UV Count: 3 + UV + UV + UV +Face 31 +UV Count: 3 + UV + UV + UV +Face 32 +UV Count: 3 + UV + UV + UV +Face 33 +UV Count: 3 + UV + UV + UV +Face 34 +UV Count: 3 + UV + UV + UV +Face 35 +UV Count: 3 + UV + UV + UV +Face 36 +UV Count: 3 + UV + UV + UV +Face 37 +UV Count: 3 + UV + UV + UV +Face 38 +UV Count: 3 + UV + UV + UV +Face 39 +UV Count: 3 + UV + UV + UV +Face 40 +UV Count: 3 + UV + UV + UV +Face 41 +UV Count: 3 + UV + UV + UV +Face 42 +UV Count: 3 + UV + UV + UV +Face 43 +UV Count: 3 + UV + UV + UV +Face 44 +UV Count: 3 + UV + UV + UV +Face 45 +UV Count: 3 + UV + UV + UV +Face 46 +UV Count: 3 + UV + UV + UV +Face 47 +UV Count: 3 + UV + UV + UV +Face 48 +UV Count: 3 + UV + UV + UV +Face 49 +UV Count: 3 + UV + UV + UV +Face 50 +UV Count: 3 + UV + UV + UV +Face 51 +UV Count: 3 + UV + UV + UV +Face 52 +UV Count: 3 + UV + UV + UV +Face 53 +UV Count: 3 + UV + UV + UV +Face 54 +UV Count: 3 + UV + UV + UV +Face 55 +UV Count: 3 + UV + UV + UV +Face 56 +UV Count: 3 + UV + UV + UV +Face 57 +UV Count: 3 + UV + UV + UV +Face 58 +UV Count: 3 + UV + UV + UV +Face 59 +UV Count: 3 + UV + UV + UV +Face 60 +UV Count: 3 + UV + UV + UV +Face 61 +UV Count: 3 + UV + UV + UV +Face 62 +UV Count: 3 + UV + UV + UV +Face 63 +UV Count: 3 + UV + UV + UV +Face 64 +UV Count: 3 + UV + UV + UV +Face 65 +UV Count: 3 + UV + UV + UV +Face 66 +UV Count: 3 + UV + UV + UV +Face 67 +UV Count: 3 + UV + UV + UV +Face 68 +UV Count: 3 + UV + UV + UV +Face 69 +UV Count: 3 + UV + UV + UV +Face 70 +UV Count: 3 + UV + UV + UV +Face 71 +UV Count: 3 + UV + UV + UV +Face 72 +UV Count: 3 + UV + UV + UV +Face 73 +UV Count: 3 + UV + UV + UV +Face 74 +UV Count: 3 + UV + UV + UV +Face 75 +UV Count: 3 + UV + UV + UV +Face 76 +UV Count: 3 + UV + UV + UV +Face 77 +UV Count: 3 + UV + UV + UV +Face 78 +UV Count: 3 + UV + UV + UV +Face 79 +UV Count: 3 + UV + UV + UV +Face 80 +UV Count: 3 + UV + UV + UV +Face 81 +UV Count: 3 + UV + UV + UV +Face 82 +UV Count: 3 + UV + UV + UV +Face 83 +UV Count: 3 + UV + UV + UV +Face 84 +UV Count: 3 + UV + UV + UV +Face 85 +UV Count: 3 + UV + UV + UV +Face 86 +UV Count: 3 + UV + UV + UV +Face 87 +UV Count: 3 + UV + UV + UV +Face 88 +UV Count: 3 + UV + UV + UV +Face 89 +UV Count: 3 + UV + UV + UV +Face 90 +UV Count: 3 + UV + UV + UV +Face 91 +UV Count: 3 + UV + UV + UV +Face 92 +UV Count: 3 + UV + UV + UV +Face 93 +UV Count: 3 + UV + UV + UV +Face 94 +UV Count: 3 + UV + UV + UV +Face 95 +UV Count: 3 + UV + UV + UV +Face 96 +UV Count: 3 + UV + UV + UV +Face 97 +UV Count: 3 + UV + UV + UV +Face 98 +UV Count: 3 + UV + UV + UV +Face 99 +UV Count: 3 + UV + UV + UV +Face 100 +UV Count: 3 + UV + UV + UV +Face 101 +UV Count: 3 + UV + UV + UV +Face 102 +UV Count: 3 + UV + UV + UV +Face 103 +UV Count: 3 + UV + UV + UV +Face 104 +UV Count: 3 + UV + UV + UV +Face 105 +UV Count: 3 + UV + UV + UV +Face 106 +UV Count: 3 + UV + UV + UV +Face 107 +UV Count: 3 + UV + UV + UV +Face 108 +UV Count: 3 + UV + UV + UV +Face 109 +UV Count: 3 + UV + UV + UV +Face 110 +UV Count: 3 + UV + UV + UV +Face 111 +UV Count: 3 + UV + UV + UV +Face 112 +UV Count: 3 + UV + UV + UV +Face 113 +UV Count: 3 + UV + UV + UV +Face 114 +UV Count: 3 + UV + UV + UV +Face 115 +UV Count: 3 + UV + UV + UV +Face 116 +UV Count: 3 + UV + UV + UV +Face 117 +UV Count: 3 + UV + UV + UV +Face 118 +UV Count: 3 + UV + UV + UV +Face 119 +UV Count: 3 + UV + UV + UV +Face 120 +UV Count: 3 + UV + UV + UV +Face 121 +UV Count: 3 + UV + UV + UV +Face 122 +UV Count: 3 + UV + UV + UV +Face 123 +UV Count: 3 + UV + UV + UV +Face 124 +UV Count: 3 + UV + UV + UV +Face 125 +UV Count: 3 + UV + UV + UV +Face 126 +UV Count: 3 + UV + UV + UV +Face 127 +UV Count: 3 + UV + UV + UV +Face 128 +UV Count: 3 + UV + UV + UV +Face 129 +UV Count: 3 + UV + UV + UV +Face 130 +UV Count: 3 + UV + UV + UV +Face 131 +UV Count: 3 + UV + UV + UV +Face 132 +UV Count: 3 + UV + UV + UV +Face 133 +UV Count: 3 + UV + UV + UV +Face 134 +UV Count: 3 + UV + UV + UV +Face 135 +UV Count: 3 + UV + UV + UV +Face 136 +UV Count: 3 + UV + UV + UV +Face 137 +UV Count: 3 + UV + UV + UV +Face 138 +UV Count: 3 + UV + UV + UV +Face 139 +UV Count: 3 + UV + UV + UV +Face 140 +UV Count: 3 + UV + UV + UV +Face 141 +UV Count: 3 + UV + UV + UV +Face 142 +UV Count: 3 + UV + UV + UV +Face 143 +UV Count: 3 + UV + UV + UV +Face 144 +UV Count: 3 + UV + UV + UV +Face 145 +UV Count: 3 + UV + UV + UV +Face 146 +UV Count: 3 + UV + UV + UV +Face 147 +UV Count: 3 + UV + UV + UV +Face 148 +UV Count: 3 + UV + UV + UV +Face 149 +UV Count: 3 + UV + UV + UV +Face 150 +UV Count: 3 + UV + UV + UV +Face 151 +UV Count: 3 + UV + UV + UV +Face 152 +UV Count: 3 + UV + UV + UV +Face 153 +UV Count: 3 + UV + UV + UV +Face 154 +UV Count: 3 + UV + UV + UV +Face 155 +UV Count: 3 + UV + UV + UV +Face 156 +UV Count: 3 + UV + UV + UV +Face 157 +UV Count: 3 + UV + UV + UV +Face 158 +UV Count: 3 + UV + UV + UV +Face 159 +UV Count: 3 + UV + UV + UV +Face 160 +UV Count: 3 + UV + UV + UV +Face 161 +UV Count: 3 + UV + UV + UV +Face 162 +UV Count: 3 + UV + UV + UV +Face 163 +UV Count: 3 + UV + UV + UV +Face 164 +UV Count: 3 + UV + UV + UV +Face 165 +UV Count: 3 + UV + UV + UV +Face 166 +UV Count: 3 + UV + UV + UV +Face 167 +UV Count: 3 + UV + UV + UV +Face 168 +UV Count: 3 + UV + UV + UV +Face 169 +UV Count: 3 + UV + UV + UV +Face 170 +UV Count: 3 + UV + UV + UV +Face 171 +UV Count: 3 + UV + UV + UV +Face 172 +UV Count: 3 + UV + UV + UV +Face 173 +UV Count: 3 + UV + UV + UV +Face 174 +UV Count: 3 + UV + UV + UV +Face 175 +UV Count: 3 + UV + UV + UV +Face 176 +UV Count: 3 + UV + UV + UV +Face 177 +UV Count: 3 + UV + UV + UV +Face 178 +UV Count: 3 + UV + UV + UV +Face 179 +UV Count: 3 + UV + UV + UV +Face 180 +UV Count: 3 + UV + UV + UV +Face 181 +UV Count: 3 + UV + UV + UV +Face 182 +UV Count: 3 + UV + UV + UV +Face 183 +UV Count: 3 + UV + UV + UV +Face 184 +UV Count: 3 + UV + UV + UV +Face 185 +UV Count: 3 + UV + UV + UV +Face 186 +UV Count: 3 + UV + UV + UV +Face 187 +UV Count: 3 + UV + UV + UV +Face 188 +UV Count: 3 + UV + UV + UV +Face 189 +UV Count: 3 + UV + UV + UV +Face 190 +UV Count: 3 + UV + UV + UV +Face 191 +UV Count: 3 + UV + UV + UV +Face 192 +UV Count: 3 + UV + UV + UV +Face 193 +UV Count: 3 + UV + UV + UV +Face 194 +UV Count: 3 + UV + UV + UV +Face 195 +UV Count: 3 + UV + UV + UV +Face 196 +UV Count: 3 + UV + UV + UV +Face 197 +UV Count: 3 + UV + UV + UV +Face 198 +UV Count: 3 + UV + UV + UV +Face 199 +UV Count: 3 + UV + UV + UV +Face 200 +UV Count: 3 + UV + UV + UV +Face 201 +UV Count: 3 + UV + UV + UV +Face 202 +UV Count: 3 + UV + UV + UV +Face 203 +UV Count: 3 + UV + UV + UV +Face 204 +UV Count: 3 + UV + UV + UV +Face 205 +UV Count: 3 + UV + UV + UV +Face 206 +UV Count: 3 + UV + UV + UV +Face 207 +UV Count: 3 + UV + UV + UV +Face 208 +UV Count: 3 + UV + UV + UV +Face 209 +UV Count: 3 + UV + UV + UV +Face 210 +UV Count: 3 + UV + UV + UV +Face 211 +UV Count: 3 + UV + UV + UV +Face 212 +UV Count: 3 + UV + UV + UV +Face 213 +UV Count: 3 + UV + UV + UV +Face 214 +UV Count: 3 + UV + UV + UV +Face 215 +UV Count: 3 + UV + UV + UV +Face 216 +UV Count: 3 + UV + UV + UV +Face 217 +UV Count: 3 + UV + UV + UV +Face 218 +UV Count: 3 + UV + UV + UV +Face 219 +UV Count: 3 + UV + UV + UV +Face 220 +UV Count: 3 + UV + UV + UV +Face 221 +UV Count: 3 + UV + UV + UV +Face 222 +UV Count: 3 + UV + UV + UV +Face 223 +UV Count: 3 + UV + UV + UV +Face 224 +UV Count: 3 + UV + UV + UV +Face 225 +UV Count: 3 + UV + UV + UV +Face 226 +UV Count: 3 + UV + UV + UV +Face 227 +UV Count: 3 + UV + UV + UV +Face 228 +UV Count: 3 + UV + UV + UV +Face 229 +UV Count: 3 + UV + UV + UV +Face 230 +UV Count: 3 + UV + UV + UV +Face 231 +UV Count: 3 + UV + UV + UV +Face 232 +UV Count: 3 + UV + UV + UV +Face 233 +UV Count: 3 + UV + UV + UV +Face 234 +UV Count: 3 + UV + UV + UV +Face 235 +UV Count: 3 + UV + UV + UV +Face 236 +UV Count: 3 + UV + UV + UV +Face 237 +UV Count: 3 + UV + UV + UV +Face 238 +UV Count: 3 + UV + UV + UV +Face 239 +UV Count: 3 + UV + UV + UV +Face 240 +UV Count: 3 + UV + UV + UV +Face 241 +UV Count: 3 + UV + UV + UV +Face 242 +UV Count: 3 + UV + UV + UV +Face 243 +UV Count: 3 + UV + UV + UV +Face 244 +UV Count: 3 + UV + UV + UV +Face 245 +UV Count: 3 + UV + UV + UV +Face 246 +UV Count: 3 + UV + UV + UV +Face 247 +UV Count: 3 + UV + UV + UV +Face 248 +UV Count: 3 + UV + UV + UV +Face 249 +UV Count: 3 + UV + UV + UV +Face 250 +UV Count: 3 + UV + UV + UV +Face 251 +UV Count: 3 + UV + UV + UV +Face 252 +UV Count: 3 + UV + UV + UV +Face 253 +UV Count: 3 + UV + UV + UV +Face 254 +UV Count: 3 + UV + UV + UV +Face 255 +UV Count: 3 + UV + UV + UV +Face 256 +UV Count: 3 + UV + UV + UV +Face 257 +UV Count: 3 + UV + UV + UV +Face 258 +UV Count: 3 + UV + UV + UV +Face 259 +UV Count: 3 + UV + UV + UV +Face 260 +UV Count: 3 + UV + UV + UV +Face 261 +UV Count: 3 + UV + UV + UV +Face 262 +UV Count: 3 + UV + UV + UV +Face 263 +UV Count: 3 + UV + UV + UV +Face 264 +UV Count: 3 + UV + UV + UV +Face 265 +UV Count: 3 + UV + UV + UV +Face 266 +UV Count: 3 + UV + UV + UV +Face 267 +UV Count: 3 + UV + UV + UV +Face 268 +UV Count: 3 + UV + UV + UV +Face 269 +UV Count: 3 + UV + UV + UV +Face 270 +UV Count: 3 + UV + UV + UV +Face 271 +UV Count: 3 + UV + UV + UV +Face 272 +UV Count: 3 + UV + UV + UV +Face 273 +UV Count: 3 + UV + UV + UV +Face 274 +UV Count: 3 + UV + UV + UV +Face 275 +UV Count: 3 + UV + UV + UV +Face 276 +UV Count: 3 + UV + UV + UV +Face 277 +UV Count: 3 + UV + UV + UV +Face 278 +UV Count: 3 + UV + UV + UV +Face 279 +UV Count: 3 + UV + UV + UV +Face 280 +UV Count: 3 + UV + UV + UV +Face 281 +UV Count: 3 + UV + UV + UV +Face 282 +UV Count: 3 + UV + UV + UV +Face 283 +UV Count: 3 + UV + UV + UV +Face 284 +UV Count: 3 + UV + UV + UV +Face 285 +UV Count: 3 + UV + UV + UV +Face 286 +UV Count: 3 + UV + UV + UV +Face 287 +UV Count: 3 + UV + UV + UV +Face 288 +UV Count: 3 + UV + UV + UV +Face 289 +UV Count: 3 + UV + UV + UV +Face 290 +UV Count: 3 + UV + UV + UV +Face 291 +UV Count: 3 + UV + UV + UV +Face 292 +UV Count: 3 + UV + UV + UV +Face 293 +UV Count: 3 + UV + UV + UV +Face 294 +UV Count: 3 + UV + UV + UV +Face 295 +UV Count: 3 + UV + UV + UV +Face 296 +UV Count: 3 + UV + UV + UV +Face 297 +UV Count: 3 + UV + UV + UV +Face 298 +UV Count: 3 + UV + UV + UV +Face 299 +UV Count: 3 + UV + UV + UV +Face 300 +UV Count: 3 + UV + UV + UV +Face 301 +UV Count: 3 + UV + UV + UV +Face 302 +UV Count: 3 + UV + UV + UV +Face 303 +UV Count: 3 + UV + UV + UV +Face 304 +UV Count: 3 + UV + UV + UV +Face 305 +UV Count: 3 + UV + UV + UV +Face 306 +UV Count: 3 + UV + UV + UV +Face 307 +UV Count: 3 + UV + UV + UV +Face 308 +UV Count: 3 + UV + UV + UV +Face 309 +UV Count: 3 + UV + UV + UV +Face 310 +UV Count: 3 + UV + UV + UV +Face 311 +UV Count: 3 + UV + UV + UV +Face 312 +UV Count: 3 + UV + UV + UV +Face 313 +UV Count: 3 + UV + UV + UV +Face 314 +UV Count: 3 + UV + UV + UV +Face 315 +UV Count: 3 + UV + UV + UV +Face 316 +UV Count: 3 + UV + UV + UV +Face 317 +UV Count: 3 + UV + UV + UV +Face 318 +UV Count: 3 + UV + UV + UV +Face 319 +UV Count: 3 + UV + UV + UV +Face 320 +UV Count: 3 + UV + UV + UV +Face 321 +UV Count: 3 + UV + UV + UV +Face 322 +UV Count: 3 + UV + UV + UV +Face 323 +UV Count: 3 + UV + UV + UV +Face 324 +UV Count: 3 + UV + UV + UV +Face 325 +UV Count: 3 + UV + UV + UV +Face 326 +UV Count: 3 + UV + UV + UV +Face 327 +UV Count: 3 + UV + UV + UV +Face 328 +UV Count: 3 + UV + UV + UV +Face 329 +UV Count: 3 + UV + UV + UV +Face 330 +UV Count: 3 + UV + UV + UV +Face 331 +UV Count: 3 + UV + UV + UV +Face 332 +UV Count: 3 + UV + UV + UV +Face 333 +UV Count: 3 + UV + UV + UV +Face 334 +UV Count: 3 + UV + UV + UV +Face 335 +UV Count: 3 + UV + UV + UV +Face 336 +UV Count: 3 + UV + UV + UV +Face 337 +UV Count: 3 + UV + UV + UV +Face 338 +UV Count: 3 + UV + UV + UV +Face 339 +UV Count: 3 + UV + UV + UV +Face 340 +UV Count: 3 + UV + UV + UV +Face 341 +UV Count: 3 + UV + UV + UV +Face 342 +UV Count: 3 + UV + UV + UV +Face 343 +UV Count: 3 + UV + UV + UV +Face 344 +UV Count: 3 + UV + UV + UV +Face 345 +UV Count: 3 + UV + UV + UV +Face 346 +UV Count: 3 + UV + UV + UV +Face 347 +UV Count: 3 + UV + UV + UV +Face 348 +UV Count: 3 + UV + UV + UV +Face 349 +UV Count: 3 + UV + UV + UV +Face 350 +UV Count: 3 + UV + UV + UV +Face 351 +UV Count: 3 + UV + UV + UV +Face 352 +UV Count: 3 + UV + UV + UV +Face 353 +UV Count: 3 + UV + UV + UV +Face 354 +UV Count: 3 + UV + UV + UV +Face 355 +UV Count: 3 + UV + UV + UV +Face 356 +UV Count: 3 + UV + UV + UV +Face 357 +UV Count: 3 + UV + UV + UV +Face 358 +UV Count: 3 + UV + UV + UV +Face 359 +UV Count: 3 + UV + UV + UV +Face 360 +UV Count: 3 + UV + UV + UV +Face 361 +UV Count: 3 + UV + UV + UV +Face 362 +UV Count: 3 + UV + UV + UV +Face 363 +UV Count: 3 + UV + UV + UV +Face 364 +UV Count: 3 + UV + UV + UV +Face 365 +UV Count: 3 + UV + UV + UV +Face 366 +UV Count: 3 + UV + UV + UV +Face 367 +UV Count: 3 + UV + UV + UV +Face 368 +UV Count: 3 + UV + UV + UV +Face 369 +UV Count: 3 + UV + UV + UV +Face 370 +UV Count: 3 + UV + UV + UV +Face 371 +UV Count: 3 + UV + UV + UV +Face 372 +UV Count: 3 + UV + UV + UV +Face 373 +UV Count: 3 + UV + UV + UV +Face 374 +UV Count: 3 + UV + UV + UV +Face 375 +UV Count: 3 + UV + UV + UV +Face 376 +UV Count: 3 + UV + UV + UV +Face 377 +UV Count: 3 + UV + UV + UV +Face 378 +UV Count: 3 + UV + UV + UV +Face 379 +UV Count: 3 + UV + UV + UV +Face 380 +UV Count: 3 + UV + UV + UV +Face 381 +UV Count: 3 + UV + UV + UV +Face 382 +UV Count: 3 + UV + UV + UV +Face 383 +UV Count: 3 + UV + UV + UV +Face 384 +UV Count: 3 + UV + UV + UV +Face 385 +UV Count: 3 + UV + UV + UV +Face 386 +UV Count: 3 + UV + UV + UV +Face 387 +UV Count: 3 + UV + UV + UV +Face 388 +UV Count: 3 + UV + UV + UV +Face 389 +UV Count: 3 + UV + UV + UV +Face 390 +UV Count: 3 + UV + UV + UV +Face 391 +UV Count: 3 + UV + UV + UV +Face 392 +UV Count: 3 + UV + UV + UV +Face 393 +UV Count: 3 + UV + UV + UV +Face 394 +UV Count: 3 + UV + UV + UV +Face 395 +UV Count: 3 + UV + UV + UV +Face 396 +UV Count: 3 + UV + UV + UV +Face 397 +UV Count: 3 + UV + UV + UV +Face 398 +UV Count: 3 + UV + UV + UV +Face 399 +UV Count: 3 + UV + UV + UV +Face 400 +UV Count: 3 + UV + UV + UV +Face 401 +UV Count: 3 + UV + UV + UV +Face 402 +UV Count: 3 + UV + UV + UV +Face 403 +UV Count: 3 + UV + UV + UV +Face 404 +UV Count: 3 + UV + UV + UV +Face 405 +UV Count: 3 + UV + UV + UV +Face 406 +UV Count: 3 + UV + UV + UV +Face 407 +UV Count: 3 + UV + UV + UV +Face 408 +UV Count: 3 + UV + UV + UV +Face 409 +UV Count: 3 + UV + UV + UV +Face 410 +UV Count: 3 + UV + UV + UV +Face 411 +UV Count: 3 + UV + UV + UV +Face 412 +UV Count: 3 + UV + UV + UV +Face 413 +UV Count: 3 + UV + UV + UV +Face 414 +UV Count: 3 + UV + UV + UV +Face 415 +UV Count: 3 + UV + UV + UV +Face 416 +UV Count: 3 + UV + UV + UV +Face 417 +UV Count: 3 + UV + UV + UV +Face 418 +UV Count: 3 + UV + UV + UV +Face 419 +UV Count: 3 + UV + UV + UV +Face 420 +UV Count: 3 + UV + UV + UV +Face 421 +UV Count: 3 + UV + UV + UV +Face 422 +UV Count: 3 + UV + UV + UV +Face 423 +UV Count: 3 + UV + UV + UV +Face 424 +UV Count: 3 + UV + UV + UV +Face 425 +UV Count: 3 + UV + UV + UV +Face 426 +UV Count: 3 + UV + UV + UV +Face 427 +UV Count: 3 + UV + UV + UV +Face 428 +UV Count: 3 + UV + UV + UV +Face 429 +UV Count: 3 + UV + UV + UV +Face 430 +UV Count: 3 + UV + UV + UV +Face 431 +UV Count: 3 + UV + UV + UV +Face 432 +UV Count: 3 + UV + UV + UV +Face 433 +UV Count: 3 + UV + UV + UV +Face 434 +UV Count: 3 + UV + UV + UV +Face 435 +UV Count: 3 + UV + UV + UV +Face 436 +UV Count: 3 + UV + UV + UV +Face 437 +UV Count: 3 + UV + UV + UV +Face 438 +UV Count: 3 + UV + UV + UV +Face 439 +UV Count: 3 + UV + UV + UV +Face 440 +UV Count: 3 + UV + UV + UV +Face 441 +UV Count: 3 + UV + UV + UV +Face 442 +UV Count: 3 + UV + UV + UV +Face 443 +UV Count: 3 + UV + UV + UV +Face 444 +UV Count: 3 + UV + UV + UV +Face 445 +UV Count: 3 + UV + UV + UV +Face 446 +UV Count: 3 + UV + UV + UV +Face 447 +UV Count: 3 + UV + UV + UV +Face 448 +UV Count: 3 + UV + UV + UV +Face 449 +UV Count: 3 + UV + UV + UV +Face 450 +UV Count: 3 + UV + UV + UV +Face 451 +UV Count: 3 + UV + UV + UV +Face 452 +UV Count: 3 + UV + UV + UV +Face 453 +UV Count: 3 + UV + UV + UV +Face 454 +UV Count: 3 + UV + UV + UV +Face 455 +UV Count: 3 + UV + UV + UV +Face 456 +UV Count: 3 + UV + UV + UV +Face 457 +UV Count: 3 + UV + UV + UV +Face 458 +UV Count: 3 + UV + UV + UV +Face 459 +UV Count: 3 + UV + UV + UV +Face 460 +UV Count: 3 + UV + UV + UV +Face 461 +UV Count: 3 + UV + UV + UV +Face 462 +UV Count: 3 + UV + UV + UV +Face 463 +UV Count: 3 + UV + UV + UV +Face 464 +UV Count: 3 + UV + UV + UV +Face 465 +UV Count: 3 + UV + UV + UV +Face 466 +UV Count: 3 + UV + UV + UV +Face 467 +UV Count: 3 + UV + UV + UV +Face 468 +UV Count: 3 + UV + UV + UV +Face 469 +UV Count: 3 + UV + UV + UV +Face 470 +UV Count: 3 + UV + UV + UV +Face 471 +UV Count: 3 + UV + UV + UV +Face 472 +UV Count: 3 + UV + UV + UV +Face 473 +UV Count: 3 + UV + UV + UV +Face 474 +UV Count: 3 + UV + UV + UV +Face 475 +UV Count: 3 + UV + UV + UV +Face 476 +UV Count: 3 + UV + UV + UV +Face 477 +UV Count: 3 + UV + UV + UV +Face 478 +UV Count: 3 + UV + UV + UV +Face 479 +UV Count: 3 + UV + UV + UV +Face 480 +UV Count: 3 + UV + UV + UV +Face 481 +UV Count: 3 + UV + UV + UV +Face 482 +UV Count: 3 + UV + UV + UV +Face 483 +UV Count: 3 + UV + UV + UV +Face 484 +UV Count: 3 + UV + UV + UV +Face 485 +UV Count: 3 + UV + UV + UV +Face 486 +UV Count: 3 + UV + UV + UV +Face 487 +UV Count: 3 + UV + UV + UV +Face 488 +UV Count: 3 + UV + UV + UV +Face 489 +UV Count: 3 + UV + UV + UV +Face 490 +UV Count: 3 + UV + UV + UV +Face 491 +UV Count: 3 + UV + UV + UV +Face 492 +UV Count: 3 + UV + UV + UV +Face 493 +UV Count: 3 + UV + UV + UV +Face 494 +UV Count: 3 + UV + UV + UV +Face 495 +UV Count: 3 + UV + UV + UV +Face 496 +UV Count: 3 + UV + UV + UV +Face 497 +UV Count: 3 + UV + UV + UV +Face 498 +UV Count: 3 + UV + UV + UV +Face 499 +UV Count: 3 + UV + UV + UV +Face 500 +UV Count: 3 + UV + UV + UV +Face 501 +UV Count: 3 + UV + UV + UV +Face 502 +UV Count: 3 + UV + UV + UV +Face 503 +UV Count: 3 + UV + UV + UV +Face 504 +UV Count: 3 + UV + UV + UV +Face 505 +UV Count: 3 + UV + UV + UV +Face 506 +UV Count: 3 + UV + UV + UV +Face 507 +UV Count: 3 + UV + UV + UV +Face 508 +UV Count: 3 + UV + UV + UV +Face 509 +UV Count: 3 + UV + UV + UV +Face 510 +UV Count: 3 + UV + UV + UV +Face 511 +UV Count: 3 + UV + UV + UV +Face 512 +UV Count: 3 + UV + UV + UV +Face 513 +UV Count: 3 + UV + UV + UV +Face 514 +UV Count: 3 + UV + UV + UV +Face 515 +UV Count: 3 + UV + UV + UV +Face 516 +UV Count: 3 + UV + UV + UV +Face 517 +UV Count: 3 + UV + UV + UV +Face 518 +UV Count: 3 + UV + UV + UV +Face 519 +UV Count: 3 + UV + UV + UV +Face 520 +UV Count: 3 + UV + UV + UV +Face 521 +UV Count: 3 + UV + UV + UV +Face 522 +UV Count: 3 + UV + UV + UV +Face 523 +UV Count: 3 + UV + UV + UV +Face 524 +UV Count: 3 + UV + UV + UV +Face 525 +UV Count: 3 + UV + UV + UV +Face 526 +UV Count: 3 + UV + UV + UV +Face 527 +UV Count: 3 + UV + UV + UV +Face 528 +UV Count: 3 + UV + UV + UV +Face 529 +UV Count: 3 + UV + UV + UV +Face 530 +UV Count: 3 + UV + UV + UV +Face 531 +UV Count: 3 + UV + UV + UV +Face 532 +UV Count: 3 + UV + UV + UV +Face 533 +UV Count: 3 + UV + UV + UV +Face 534 +UV Count: 3 + UV + UV + UV +Face 535 +UV Count: 3 + UV + UV + UV +Face 536 +UV Count: 3 + UV + UV + UV +Face 537 +UV Count: 3 + UV + UV + UV +Face 538 +UV Count: 3 + UV + UV + UV +Face 539 +UV Count: 3 + UV + UV + UV +Face 540 +UV Count: 3 + UV + UV + UV +Face 541 +UV Count: 3 + UV + UV + UV +Face 542 +UV Count: 3 + UV + UV + UV +Face 543 +UV Count: 3 + UV + UV + UV +Face 544 +UV Count: 3 + UV + UV + UV +Face 545 +UV Count: 3 + UV + UV + UV +Face 546 +UV Count: 3 + UV + UV + UV +Face 547 +UV Count: 3 + UV + UV + UV +Face 548 +UV Count: 3 + UV + UV + UV +Face 549 +UV Count: 3 + UV + UV + UV +Face 550 +UV Count: 3 + UV + UV + UV +Face 551 +UV Count: 3 + UV + UV + UV +Face 552 +UV Count: 3 + UV + UV + UV +Face 553 +UV Count: 3 + UV + UV + UV +Face 554 +UV Count: 3 + UV + UV + UV +Face 555 +UV Count: 3 + UV + UV + UV +Face 556 +UV Count: 3 + UV + UV + UV +Face 557 +UV Count: 3 + UV + UV + UV +Face 558 +UV Count: 3 + UV + UV + UV +Face 559 +UV Count: 3 + UV + UV + UV +Face 560 +UV Count: 3 + UV + UV + UV +Face 561 +UV Count: 3 + UV + UV + UV +Face 562 +UV Count: 3 + UV + UV + UV +Face 563 +UV Count: 3 + UV + UV + UV +Face 564 +UV Count: 3 + UV + UV + UV +Face 565 +UV Count: 3 + UV + UV + UV +Face 566 +UV Count: 3 + UV + UV + UV +Face 567 +UV Count: 3 + UV + UV + UV +Face 568 +UV Count: 3 + UV + UV + UV +Face 569 +UV Count: 3 + UV + UV + UV +Face 570 +UV Count: 3 + UV + UV + UV +Face 571 +UV Count: 3 + UV + UV + UV +Face 572 +UV Count: 3 + UV + UV + UV +Face 573 +UV Count: 3 + UV + UV + UV +Face 574 +UV Count: 3 + UV + UV + UV +Face 575 +UV Count: 3 + UV + UV + UV +Face 576 +UV Count: 3 + UV + UV + UV +Face 577 +UV Count: 3 + UV + UV + UV +Face 578 +UV Count: 3 + UV + UV + UV +Face 579 +UV Count: 3 + UV + UV + UV +Face 580 +UV Count: 3 + UV + UV + UV +Face 581 +UV Count: 3 + UV + UV + UV +Face 582 +UV Count: 3 + UV + UV + UV +Face 583 +UV Count: 3 + UV + UV + UV +Face 584 +UV Count: 3 + UV + UV + UV +Face 585 +UV Count: 3 + UV + UV + UV +Face 586 +UV Count: 3 + UV + UV + UV +Face 587 +UV Count: 3 + UV + UV + UV +Face 588 +UV Count: 3 + UV + UV + UV +Face 589 +UV Count: 3 + UV + UV + UV +Face 590 +UV Count: 3 + UV + UV + UV +Face 591 +UV Count: 3 + UV + UV + UV +Face 592 +UV Count: 3 + UV + UV + UV +Face 593 +UV Count: 3 + UV + UV + UV +Face 594 +UV Count: 3 + UV + UV + UV +Face 595 +UV Count: 3 + UV + UV + UV +Face 596 +UV Count: 3 + UV + UV + UV +Face 597 +UV Count: 3 + UV + UV + UV +Face 598 +UV Count: 3 + UV + UV + UV +Face 599 +UV Count: 3 + UV + UV + UV +Face 600 +UV Count: 3 + UV + UV + UV +Face 601 +UV Count: 3 + UV + UV + UV +Face 602 +UV Count: 3 + UV + UV + UV +Face 603 +UV Count: 3 + UV + UV + UV +Face 604 +UV Count: 3 + UV + UV + UV +Face 605 +UV Count: 3 + UV + UV + UV +Face 606 +UV Count: 3 + UV + UV + UV +Face 607 +UV Count: 3 + UV + UV + UV +Face 608 +UV Count: 3 + UV + UV + UV +Face 609 +UV Count: 3 + UV + UV + UV +Face 610 +UV Count: 3 + UV + UV + UV +Face 611 +UV Count: 3 + UV + UV + UV +Face 612 +UV Count: 3 + UV + UV + UV +Face 613 +UV Count: 3 + UV + UV + UV +Face 614 +UV Count: 3 + UV + UV + UV +Face 615 +UV Count: 3 + UV + UV + UV +Face 616 +UV Count: 3 + UV + UV + UV +Face 617 +UV Count: 3 + UV + UV + UV +Face 618 +UV Count: 3 + UV + UV + UV +Face 619 +UV Count: 3 + UV + UV + UV +Face 620 +UV Count: 3 + UV + UV + UV +Face 621 +UV Count: 3 + UV + UV + UV +Face 622 +UV Count: 3 + UV + UV + UV +Face 623 +UV Count: 3 + UV + UV + UV +Face 624 +UV Count: 3 + UV + UV + UV +Face 625 +UV Count: 3 + UV + UV + UV +Face 626 +UV Count: 3 + UV + UV + UV +Face 627 +UV Count: 3 + UV + UV + UV +Face 628 +UV Count: 3 + UV + UV + UV +Face 629 +UV Count: 3 + UV + UV + UV +Face 630 +UV Count: 3 + UV + UV + UV +Face 631 +UV Count: 3 + UV + UV + UV +Face 632 +UV Count: 3 + UV + UV + UV +Face 633 +UV Count: 3 + UV + UV + UV +Face 634 +UV Count: 3 + UV + UV + UV +Face 635 +UV Count: 3 + UV + UV + UV +Face 636 +UV Count: 3 + UV + UV + UV +Face 637 +UV Count: 3 + UV + UV + UV +Face 638 +UV Count: 3 + UV + UV + UV +Face 639 +UV Count: 3 + UV + UV + UV +Face 640 +UV Count: 3 + UV + UV + UV +Face 641 +UV Count: 3 + UV + UV + UV +Face 642 +UV Count: 3 + UV + UV + UV +Face 643 +UV Count: 3 + UV + UV + UV +Face 644 +UV Count: 3 + UV + UV + UV +Face 645 +UV Count: 3 + UV + UV + UV +Face 646 +UV Count: 3 + UV + UV + UV +Face 647 +UV Count: 3 + UV + UV + UV +Face 648 +UV Count: 3 + UV + UV + UV +Face 649 +UV Count: 3 + UV + UV + UV +Face 650 +UV Count: 3 + UV + UV + UV +Face 651 +UV Count: 3 + UV + UV + UV +Face 652 +UV Count: 3 + UV + UV + UV +Face 653 +UV Count: 3 + UV + UV + UV +Face 654 +UV Count: 3 + UV + UV + UV +Face 655 +UV Count: 3 + UV + UV + UV +Face 656 +UV Count: 3 + UV + UV + UV +Face 657 +UV Count: 3 + UV + UV + UV +Face 658 +UV Count: 3 + UV + UV + UV +Face 659 +UV Count: 3 + UV + UV + UV +Face 660 +UV Count: 3 + UV + UV + UV +Face 661 +UV Count: 3 + UV + UV + UV +Face 662 +UV Count: 3 + UV + UV + UV +Face 663 +UV Count: 3 + UV + UV + UV +Face 664 +UV Count: 3 + UV + UV + UV +Face 665 +UV Count: 3 + UV + UV + UV +Face 666 +UV Count: 3 + UV + UV + UV +Face 667 +UV Count: 3 + UV + UV + UV +Face 668 +UV Count: 3 + UV + UV + UV +Face 669 +UV Count: 3 + UV + UV + UV +Face 670 +UV Count: 3 + UV + UV + UV +Face 671 +UV Count: 3 + UV + UV + UV +Face 672 +UV Count: 3 + UV + UV + UV +Face 673 +UV Count: 3 + UV + UV + UV +Face 674 +UV Count: 3 + UV + UV + UV +Face 675 +UV Count: 3 + UV + UV + UV +Face 676 +UV Count: 3 + UV + UV + UV +Face 677 +UV Count: 3 + UV + UV + UV +Face 678 +UV Count: 3 + UV + UV + UV +Face 679 +UV Count: 3 + UV + UV + UV +Face 680 +UV Count: 3 + UV + UV + UV +Face 681 +UV Count: 3 + UV + UV + UV +Face 682 +UV Count: 3 + UV + UV + UV +Face 683 +UV Count: 3 + UV + UV + UV +Face 684 +UV Count: 3 + UV + UV + UV +Face 685 +UV Count: 3 + UV + UV + UV +Face 686 +UV Count: 3 + UV + UV + UV +Face 687 +UV Count: 3 + UV + UV + UV +Face 688 +UV Count: 3 + UV + UV + UV +Face 689 +UV Count: 3 + UV + UV + UV +Face 690 +UV Count: 3 + UV + UV + UV +Face 691 +UV Count: 3 + UV + UV + UV +Face 692 +UV Count: 3 + UV + UV + UV +Face 693 +UV Count: 3 + UV + UV + UV +Face 694 +UV Count: 3 + UV + UV + UV +Face 695 +UV Count: 3 + UV + UV + UV +Face 696 +UV Count: 3 + UV + UV + UV +Face 697 +UV Count: 3 + UV + UV + UV +Face 698 +UV Count: 3 + UV + UV + UV +Face 699 +UV Count: 3 + UV + UV + UV +Face 700 +UV Count: 3 + UV + UV + UV +Face 701 +UV Count: 3 + UV + UV + UV +Face 702 +UV Count: 3 + UV + UV + UV +Face 703 +UV Count: 3 + UV + UV + UV +Face 704 +UV Count: 3 + UV + UV + UV +Face 705 +UV Count: 3 + UV + UV + UV +Face 706 +UV Count: 3 + UV + UV + UV +Face 707 +UV Count: 3 + UV + UV + UV +Face 708 +UV Count: 3 + UV + UV + UV +Face 709 +UV Count: 3 + UV + UV + UV +Face 710 +UV Count: 3 + UV + UV + UV +Face 711 +UV Count: 3 + UV + UV + UV +Face 712 +UV Count: 3 + UV + UV + UV +Face 713 +UV Count: 3 + UV + UV + UV +Face 714 +UV Count: 3 + UV + UV + UV +Face 715 +UV Count: 3 + UV + UV + UV +Face 716 +UV Count: 3 + UV + UV + UV +Face 717 +UV Count: 3 + UV + UV + UV +Face 718 +UV Count: 3 + UV + UV + UV +Face 719 +UV Count: 3 + UV + UV + UV +Face 720 +UV Count: 3 + UV + UV + UV +Face 721 +UV Count: 3 + UV + UV + UV +Face 722 +UV Count: 3 + UV + UV + UV +Face 723 +UV Count: 3 + UV + UV + UV +Face 724 +UV Count: 3 + UV + UV + UV +Face 725 +UV Count: 3 + UV + UV + UV +Face 726 +UV Count: 3 + UV + UV + UV +Face 727 +UV Count: 3 + UV + UV + UV +Face 728 +UV Count: 3 + UV + UV + UV +Face 729 +UV Count: 3 + UV + UV + UV +Face 730 +UV Count: 3 + UV + UV + UV +Face 731 +UV Count: 3 + UV + UV + UV +Face 732 +UV Count: 3 + UV + UV + UV +Face 733 +UV Count: 3 + UV + UV + UV +Face 734 +UV Count: 3 + UV + UV + UV +Face 735 +UV Count: 3 + UV + UV + UV +Face 736 +UV Count: 3 + UV + UV + UV +Face 737 +UV Count: 3 + UV + UV + UV +Face 738 +UV Count: 3 + UV + UV + UV +Face 739 +UV Count: 3 + UV + UV + UV +Face 740 +UV Count: 3 + UV + UV + UV +Face 741 +UV Count: 3 + UV + UV + UV +Face 742 +UV Count: 3 + UV + UV + UV +Face 743 +UV Count: 3 + UV + UV + UV +Face 744 +UV Count: 3 + UV + UV + UV +Face 745 +UV Count: 3 + UV + UV + UV +Face 746 +UV Count: 3 + UV + UV + UV +Face 747 +UV Count: 3 + UV + UV + UV +Face 748 +UV Count: 3 + UV + UV + UV +Face 749 +UV Count: 3 + UV + UV + UV +Face 750 +UV Count: 3 + UV + UV + UV +Face 751 +UV Count: 3 + UV + UV + UV +Face 752 +UV Count: 3 + UV + UV + UV +Face 753 +UV Count: 3 + UV + UV + UV +Face 754 +UV Count: 3 + UV + UV + UV +Face 755 +UV Count: 3 + UV + UV + UV +Face 756 +UV Count: 3 + UV + UV + UV +Face 757 +UV Count: 3 + UV + UV + UV +Face 758 +UV Count: 3 + UV + UV + UV +Face 759 +UV Count: 3 + UV + UV + UV +Face 760 +UV Count: 3 + UV + UV + UV +Face 761 +UV Count: 3 + UV + UV + UV +Face 762 +UV Count: 3 + UV + UV + UV +Face 763 +UV Count: 3 + UV + UV + UV +Face 764 +UV Count: 3 + UV + UV + UV +Face 765 +UV Count: 3 + UV + UV + UV +Face 766 +UV Count: 3 + UV + UV + UV +Face 767 +UV Count: 3 + UV + UV + UV +Face 768 +UV Count: 3 + UV + UV + UV +Face 769 +UV Count: 3 + UV + UV + UV +Face 770 +UV Count: 3 + UV + UV + UV +Face 771 +UV Count: 3 + UV + UV + UV +Face 772 +UV Count: 3 + UV + UV + UV +Face 773 +UV Count: 3 + UV + UV + UV +Face 774 +UV Count: 3 + UV + UV + UV +Face 775 +UV Count: 3 + UV + UV + UV +Face 776 +UV Count: 3 + UV + UV + UV +Face 777 +UV Count: 3 + UV + UV + UV +Face 778 +UV Count: 3 + UV + UV + UV +Face 779 +UV Count: 3 + UV + UV + UV +Face 780 +UV Count: 3 + UV + UV + UV +Face 781 +UV Count: 3 + UV + UV + UV +Face 782 +UV Count: 3 + UV + UV + UV +Face 783 +UV Count: 3 + UV + UV + UV +Face 784 +UV Count: 3 + UV + UV + UV +Face 785 +UV Count: 3 + UV + UV + UV +Face 786 +UV Count: 3 + UV + UV + UV +Face 787 +UV Count: 3 + UV + UV + UV +Face 788 +UV Count: 3 + UV + UV + UV +Face 789 +UV Count: 3 + UV + UV + UV +Face 790 +UV Count: 3 + UV + UV + UV +Face 791 +UV Count: 3 + UV + UV + UV +Face 792 +UV Count: 3 + UV + UV + UV +Face 793 +UV Count: 3 + UV + UV + UV +Face 794 +UV Count: 3 + UV + UV + UV +Face 795 +UV Count: 3 + UV + UV + UV +Face 796 +UV Count: 3 + UV + UV + UV +Face 797 +UV Count: 3 + UV + UV + UV +Face 798 +UV Count: 3 + UV + UV + UV +Face 799 +UV Count: 3 + UV + UV + UV +Face 800 +UV Count: 3 + UV + UV + UV +Face 801 +UV Count: 3 + UV + UV + UV +Face 802 +UV Count: 3 + UV + UV + UV +Face 803 +UV Count: 3 + UV + UV + UV +Face 804 +UV Count: 3 + UV + UV + UV +Face 805 +UV Count: 3 + UV + UV + UV +Face 806 +UV Count: 3 + UV + UV + UV +Face 807 +UV Count: 3 + UV + UV + UV +Face 808 +UV Count: 3 + UV + UV + UV +Face 809 +UV Count: 3 + UV + UV + UV +Face 810 +UV Count: 3 + UV + UV + UV +Face 811 +UV Count: 3 + UV + UV + UV +Face 812 +UV Count: 3 + UV + UV + UV +Face 813 +UV Count: 3 + UV + UV + UV +Face 814 +UV Count: 3 + UV + UV + UV +Face 815 +UV Count: 3 + UV + UV + UV +Face 816 +UV Count: 3 + UV + UV + UV +Face 817 +UV Count: 3 + UV + UV + UV +Face 818 +UV Count: 3 + UV + UV + UV +Face 819 +UV Count: 3 + UV + UV + UV +Face 820 +UV Count: 3 + UV + UV + UV +Face 821 +UV Count: 3 + UV + UV + UV +Face 822 +UV Count: 3 + UV + UV + UV +Face 823 +UV Count: 3 + UV + UV + UV +Face 824 +UV Count: 3 + UV + UV + UV +Face 825 +UV Count: 3 + UV + UV + UV +Face 826 +UV Count: 3 + UV + UV + UV +Face 827 +UV Count: 3 + UV + UV + UV +Face 828 +UV Count: 3 + UV + UV + UV +Face 829 +UV Count: 3 + UV + UV + UV +Face 830 +UV Count: 3 + UV + UV + UV +Face 831 +UV Count: 3 + UV + UV + UV +Face 832 +UV Count: 3 + UV + UV + UV +Face 833 +UV Count: 3 + UV + UV + UV +Face 834 +UV Count: 3 + UV + UV + UV +Face 835 +UV Count: 3 + UV + UV + UV +Face 836 +UV Count: 3 + UV + UV + UV +Face 837 +UV Count: 3 + UV + UV + UV +Face 838 +UV Count: 3 + UV + UV + UV +Face 839 +UV Count: 3 + UV + UV + UV +Face 840 +UV Count: 3 + UV + UV + UV +Face 841 +UV Count: 3 + UV + UV + UV +Face 842 +UV Count: 3 + UV + UV + UV +Face 843 +UV Count: 3 + UV + UV + UV +Face 844 +UV Count: 3 + UV + UV + UV +Face 845 +UV Count: 3 + UV + UV + UV +Face 846 +UV Count: 3 + UV + UV + UV +Face 847 +UV Count: 3 + UV + UV + UV +Face 848 +UV Count: 3 + UV + UV + UV +Face 849 +UV Count: 3 + UV + UV + UV +Face 850 +UV Count: 3 + UV + UV + UV +Face 851 +UV Count: 3 + UV + UV + UV +Face 852 +UV Count: 3 + UV + UV + UV +Face 853 +UV Count: 3 + UV + UV + UV +Face 854 +UV Count: 3 + UV + UV + UV +Face 855 +UV Count: 3 + UV + UV + UV +Face 856 +UV Count: 3 + UV + UV + UV +Face 857 +UV Count: 3 + UV + UV + UV +Face 858 +UV Count: 3 + UV + UV + UV +Face 859 +UV Count: 3 + UV + UV + UV +Face 860 +UV Count: 3 + UV + UV + UV +Face 861 +UV Count: 3 + UV + UV + UV +Face 862 +UV Count: 3 + UV + UV + UV +Face 863 +UV Count: 3 + UV + UV + UV +Face 864 +UV Count: 3 + UV + UV + UV +Face 865 +UV Count: 3 + UV + UV + UV +Face 866 +UV Count: 3 + UV + UV + UV +Face 867 +UV Count: 3 + UV + UV + UV +Face 868 +UV Count: 3 + UV + UV + UV +Face 869 +UV Count: 3 + UV + UV + UV +Face 870 +UV Count: 3 + UV + UV + UV +Face 871 +UV Count: 3 + UV + UV + UV +Face 872 +UV Count: 3 + UV + UV + UV +Face 873 +UV Count: 3 + UV + UV + UV +Face 874 +UV Count: 3 + UV + UV + UV +Face 875 +UV Count: 3 + UV + UV + UV +Face 876 +UV Count: 3 + UV + UV + UV +Face 877 +UV Count: 3 + UV + UV + UV +Face 878 +UV Count: 3 + UV + UV + UV +Face 879 +UV Count: 3 + UV + UV + UV +Face 880 +UV Count: 3 + UV + UV + UV +Face 881 +UV Count: 3 + UV + UV + UV +Face 882 +UV Count: 3 + UV + UV + UV +Face 883 +UV Count: 3 + UV + UV + UV +Face 884 +UV Count: 3 + UV + UV + UV +Face 885 +UV Count: 3 + UV + UV + UV +Face 886 +UV Count: 3 + UV + UV + UV +Face 887 +UV Count: 3 + UV + UV + UV +Face 888 +UV Count: 3 + UV + UV + UV +Face 889 +UV Count: 3 + UV + UV + UV +Face 890 +UV Count: 3 + UV + UV + UV +Face 891 +UV Count: 3 + UV + UV + UV +Face 892 +UV Count: 3 + UV + UV + UV +Face 893 +UV Count: 3 + UV + UV + UV +Face 894 +UV Count: 3 + UV + UV + UV +Face 895 +UV Count: 3 + UV + UV + UV +Face 896 +UV Count: 3 + UV + UV + UV +Face 897 +UV Count: 3 + UV + UV + UV +Face 898 +UV Count: 3 + UV + UV + UV +Face 899 +UV Count: 3 + UV + UV + UV +Face 900 +UV Count: 3 + UV + UV + UV +Face 901 +UV Count: 3 + UV + UV + UV +Face 902 +UV Count: 3 + UV + UV + UV +Face 903 +UV Count: 3 + UV + UV + UV +Face 904 +UV Count: 3 + UV + UV + UV +Face 905 +UV Count: 3 + UV + UV + UV +Face 906 +UV Count: 3 + UV + UV + UV +Face 907 +UV Count: 3 + UV + UV + UV +Face 908 +UV Count: 3 + UV + UV + UV +Face 909 +UV Count: 3 + UV + UV + UV +Face 910 +UV Count: 3 + UV + UV + UV +Face 911 +UV Count: 3 + UV + UV + UV +Face 912 +UV Count: 3 + UV + UV + UV +Face 913 +UV Count: 3 + UV + UV + UV +Face 914 +UV Count: 3 + UV + UV + UV +Face 915 +UV Count: 3 + UV + UV + UV +Face 916 +UV Count: 3 + UV + UV + UV +Face 917 +UV Count: 3 + UV + UV + UV +Face 918 +UV Count: 3 + UV + UV + UV +Face 919 +UV Count: 3 + UV + UV + UV +Face 920 +UV Count: 3 + UV + UV + UV +Face 921 +UV Count: 3 + UV + UV + UV +Face 922 +UV Count: 3 + UV + UV + UV +Face 923 +UV Count: 3 + UV + UV + UV +Face 924 +UV Count: 3 + UV + UV + UV +Face 925 +UV Count: 3 + UV + UV + UV +Face 926 +UV Count: 3 + UV + UV + UV +Face 927 +UV Count: 3 + UV + UV + UV +Face 928 +UV Count: 3 + UV + UV + UV +Face 929 +UV Count: 3 + UV + UV + UV +Face 930 +UV Count: 3 + UV + UV + UV +Face 931 +UV Count: 3 + UV + UV + UV +Face 932 +UV Count: 3 + UV + UV + UV +Face 933 +UV Count: 3 + UV + UV + UV +Face 934 +UV Count: 3 + UV + UV + UV +Face 935 +UV Count: 3 + UV + UV + UV +Face 936 +UV Count: 3 + UV + UV + UV +Face 937 +UV Count: 3 + UV + UV + UV +Face 938 +UV Count: 3 + UV + UV + UV +Face 939 +UV Count: 3 + UV + UV + UV +Face 940 +UV Count: 3 + UV + UV + UV +Face 941 +UV Count: 3 + UV + UV + UV +Face 942 +UV Count: 3 + UV + UV + UV +Face 943 +UV Count: 3 + UV + UV + UV +Face 944 +UV Count: 3 + UV + UV + UV +Face 945 +UV Count: 3 + UV + UV + UV +Face 946 +UV Count: 3 + UV + UV + UV +Face 947 +UV Count: 3 + UV + UV + UV +Face 948 +UV Count: 3 + UV + UV + UV +Face 949 +UV Count: 3 + UV + UV + UV +Face 950 +UV Count: 3 + UV + UV + UV +Face 951 +UV Count: 3 + UV + UV + UV +Face 952 +UV Count: 3 + UV + UV + UV +Face 953 +UV Count: 3 + UV + UV + UV +Face 954 +UV Count: 3 + UV + UV + UV +Face 955 +UV Count: 3 + UV + UV + UV +Face 956 +UV Count: 3 + UV + UV + UV +Face 957 +UV Count: 3 + UV + UV + UV +Face 958 +UV Count: 3 + UV + UV + UV +Face 959 +UV Count: 3 + UV + UV + UV +Face 960 +UV Count: 3 + UV + UV + UV +Face 961 +UV Count: 3 + UV + UV + UV +Face 962 +UV Count: 3 + UV + UV + UV +Face 963 +UV Count: 3 + UV + UV + UV +Face 964 +UV Count: 3 + UV + UV + UV +Face 965 +UV Count: 3 + UV + UV + UV +Face 966 +UV Count: 3 + UV + UV + UV +Face 967 +UV Count: 3 + UV + UV + UV +Face 968 +UV Count: 3 + UV + UV + UV +Face 969 +UV Count: 3 + UV + UV + UV +Face 970 +UV Count: 3 + UV + UV + UV +Face 971 +UV Count: 3 + UV + UV + UV +Face 972 +UV Count: 3 + UV + UV + UV +Face 973 +UV Count: 3 + UV + UV + UV +Face 974 +UV Count: 3 + UV + UV + UV +Face 975 +UV Count: 3 + UV + UV + UV +Face 976 +UV Count: 3 + UV + UV + UV +Face 977 +UV Count: 3 + UV + UV + UV +Face 978 +UV Count: 3 + UV + UV + UV +Face 979 +UV Count: 3 + UV + UV + UV +Face 980 +UV Count: 3 + UV + UV + UV +Face 981 +UV Count: 3 + UV + UV + UV +Face 982 +UV Count: 3 + UV + UV + UV +Face 983 +UV Count: 3 + UV + UV + UV +Face 984 +UV Count: 3 + UV + UV + UV +Face 985 +UV Count: 3 + UV + UV + UV +Face 986 +UV Count: 3 + UV + UV + UV +Face 987 +UV Count: 3 + UV + UV + UV +Face 988 +UV Count: 3 + UV + UV + UV +Face 989 +UV Count: 3 + UV + UV + UV +Face 990 +UV Count: 3 + UV + UV + UV +Face 991 +UV Count: 3 + UV + UV + UV +Face 992 +UV Count: 3 + UV + UV + UV +Face 993 +UV Count: 3 + UV + UV + UV +Face 994 +UV Count: 3 + UV + UV + UV +Face 995 +UV Count: 3 + UV + UV + UV +Face 996 +UV Count: 3 + UV + UV + UV +Face 997 +UV Count: 3 + UV + UV + UV +Face 998 +UV Count: 3 + UV + UV + UV +Face 999 +UV Count: 3 + UV + UV + UV +Face 1000 +UV Count: 3 + UV + UV + UV +Face 1001 +UV Count: 3 + UV + UV + UV +Face 1002 +UV Count: 3 + UV + UV + UV +Face 1003 +UV Count: 3 + UV + UV + UV +Face 1004 +UV Count: 3 + UV + UV + UV +Face 1005 +UV Count: 3 + UV + UV + UV +Face 1006 +UV Count: 3 + UV + UV + UV +Face 1007 +UV Count: 3 + UV + UV + UV +Face 1008 +UV Count: 3 + UV + UV + UV +Face 1009 +UV Count: 3 + UV + UV + UV +Face 1010 +UV Count: 3 + UV + UV + UV +Face 1011 +UV Count: 3 + UV + UV + UV +Face 1012 +UV Count: 3 + UV + UV + UV +Face 1013 +UV Count: 3 + UV + UV + UV +Face 1014 +UV Count: 3 + UV + UV + UV +Face 1015 +UV Count: 3 + UV + UV + UV +Face 1016 +UV Count: 3 + UV + UV + UV +Face 1017 +UV Count: 3 + UV + UV + UV +Face 1018 +UV Count: 3 + UV + UV + UV +Face 1019 +UV Count: 3 + UV + UV + UV +Face 1020 +UV Count: 3 + UV + UV + UV +Face 1021 +UV Count: 3 + UV + UV + UV +Face 1022 +UV Count: 3 + UV + UV + UV +Face 1023 +UV Count: 3 + UV + UV + UV +Face 1024 +UV Count: 3 + UV + UV + UV +Face 1025 +UV Count: 3 + UV + UV + UV +Face 1026 +UV Count: 3 + UV + UV + UV +Face 1027 +UV Count: 3 + UV + UV + UV +Face 1028 +UV Count: 3 + UV + UV + UV +Face 1029 +UV Count: 3 + UV + UV + UV +Face 1030 +UV Count: 3 + UV + UV + UV +Face 1031 +UV Count: 3 + UV + UV + UV +Face 1032 +UV Count: 3 + UV + UV + UV +Face 1033 +UV Count: 3 + UV + UV + UV +Face 1034 +UV Count: 3 + UV + UV + UV +Face 1035 +UV Count: 3 + UV + UV + UV +Face 1036 +UV Count: 3 + UV + UV + UV +Face 1037 +UV Count: 3 + UV + UV + UV +Face 1038 +UV Count: 3 + UV + UV + UV +Face 1039 +UV Count: 3 + UV + UV + UV +Face 1040 +UV Count: 3 + UV + UV + UV +Face 1041 +UV Count: 3 + UV + UV + UV +Face 1042 +UV Count: 3 + UV + UV + UV +Face 1043 +UV Count: 3 + UV + UV + UV +Face 1044 +UV Count: 3 + UV + UV + UV +Face 1045 +UV Count: 3 + UV + UV + UV +Face 1046 +UV Count: 3 + UV + UV + UV +Face 1047 +UV Count: 3 + UV + UV + UV +Face 1048 +UV Count: 3 + UV + UV + UV +Face 1049 +UV Count: 3 + UV + UV + UV +Face 1050 +UV Count: 3 + UV + UV + UV +Face 1051 +UV Count: 3 + UV + UV + UV +Face 1052 +UV Count: 3 + UV + UV + UV +Face 1053 +UV Count: 3 + UV + UV + UV +Face 1054 +UV Count: 3 + UV + UV + UV +Face 1055 +UV Count: 3 + UV + UV + UV +Face 1056 +UV Count: 3 + UV + UV + UV +Face 1057 +UV Count: 3 + UV + UV + UV +Face 1058 +UV Count: 3 + UV + UV + UV +Face 1059 +UV Count: 3 + UV + UV + UV +Face 1060 +UV Count: 3 + UV + UV + UV +Face 1061 +UV Count: 3 + UV + UV + UV +Face 1062 +UV Count: 3 + UV + UV + UV +Face 1063 +UV Count: 3 + UV + UV + UV +Face 1064 +UV Count: 3 + UV + UV + UV +Face 1065 +UV Count: 3 + UV + UV + UV +Face 1066 +UV Count: 3 + UV + UV + UV +Face 1067 +UV Count: 3 + UV + UV + UV +Face 1068 +UV Count: 3 + UV + UV + UV +Face 1069 +UV Count: 3 + UV + UV + UV +Face 1070 +UV Count: 3 + UV + UV + UV +Face 1071 +UV Count: 3 + UV + UV + UV +Face 1072 +UV Count: 3 + UV + UV + UV +Face 1073 +UV Count: 3 + UV + UV + UV +Face 1074 +UV Count: 3 + UV + UV + UV +Face 1075 +UV Count: 3 + UV + UV + UV +Face 1076 +UV Count: 3 + UV + UV + UV +Face 1077 +UV Count: 3 + UV + UV + UV +Face 1078 +UV Count: 3 + UV + UV + UV +Face 1079 +UV Count: 3 + UV + UV + UV +Face 1080 +UV Count: 3 + UV + UV + UV +Face 1081 +UV Count: 3 + UV + UV + UV +Face 1082 +UV Count: 3 + UV + UV + UV +Face 1083 +UV Count: 3 + UV + UV + UV +Face 1084 +UV Count: 3 + UV + UV + UV +Face 1085 +UV Count: 3 + UV + UV + UV +Face 1086 +UV Count: 3 + UV + UV + UV +Face 1087 +UV Count: 3 + UV + UV + UV +Face 1088 +UV Count: 3 + UV + UV + UV +Face 1089 +UV Count: 3 + UV + UV + UV +Face 1090 +UV Count: 3 + UV + UV + UV +Face 1091 +UV Count: 3 + UV + UV + UV +Face 1092 +UV Count: 3 + UV + UV + UV +Face 1093 +UV Count: 3 + UV + UV + UV +Face 1094 +UV Count: 3 + UV + UV + UV +Face 1095 +UV Count: 3 + UV + UV + UV +Face 1096 +UV Count: 3 + UV + UV + UV +Face 1097 +UV Count: 3 + UV + UV + UV +Face 1098 +UV Count: 3 + UV + UV + UV +Face 1099 +UV Count: 3 + UV + UV + UV +Face 1100 +UV Count: 3 + UV + UV + UV +Face 1101 +UV Count: 3 + UV + UV + UV +Face 1102 +UV Count: 3 + UV + UV + UV +Face 1103 +UV Count: 3 + UV + UV + UV +Face 1104 +UV Count: 3 + UV + UV + UV +Face 1105 +UV Count: 3 + UV + UV + UV +Face 1106 +UV Count: 3 + UV + UV + UV +Face 1107 +UV Count: 3 + UV + UV + UV +Face 1108 +UV Count: 3 + UV + UV + UV +Face 1109 +UV Count: 3 + UV + UV + UV +Face 1110 +UV Count: 3 + UV + UV + UV +Face 1111 +UV Count: 3 + UV + UV + UV +Face 1112 +UV Count: 3 + UV + UV + UV +Face 1113 +UV Count: 3 + UV + UV + UV +Face 1114 +UV Count: 3 + UV + UV + UV +Face 1115 +UV Count: 3 + UV + UV + UV +Face 1116 +UV Count: 3 + UV + UV + UV +Face 1117 +UV Count: 3 + UV + UV + UV +Face 1118 +UV Count: 3 + UV + UV + UV +Face 1119 +UV Count: 3 + UV + UV + UV +Face 1120 +UV Count: 3 + UV + UV + UV +Face 1121 +UV Count: 3 + UV + UV + UV +Face 1122 +UV Count: 3 + UV + UV + UV +Face 1123 +UV Count: 3 + UV + UV + UV +Face 1124 +UV Count: 3 + UV + UV + UV +Face 1125 +UV Count: 3 + UV + UV + UV +Face 1126 +UV Count: 3 + UV + UV + UV +Face 1127 +UV Count: 3 + UV + UV + UV +Face 1128 +UV Count: 3 + UV + UV + UV +Face 1129 +UV Count: 3 + UV + UV + UV +Face 1130 +UV Count: 3 + UV + UV + UV +Face 1131 +UV Count: 3 + UV + UV + UV +Face 1132 +UV Count: 3 + UV + UV + UV +Face 1133 +UV Count: 3 + UV + UV + UV +Face 1134 +UV Count: 3 + UV + UV + UV +Face 1135 +UV Count: 3 + UV + UV + UV +Face 1136 +UV Count: 3 + UV + UV + UV +Face 1137 +UV Count: 3 + UV + UV + UV +Face 1138 +UV Count: 3 + UV + UV + UV +Face 1139 +UV Count: 3 + UV + UV + UV +Face 1140 +UV Count: 3 + UV + UV + UV +Face 1141 +UV Count: 3 + UV + UV + UV +Face 1142 +UV Count: 3 + UV + UV + UV +Face 1143 +UV Count: 3 + UV + UV + UV +Face 1144 +UV Count: 3 + UV + UV + UV +Face 1145 +UV Count: 3 + UV + UV + UV +Face 1146 +UV Count: 3 + UV + UV + UV +Face 1147 +UV Count: 3 + UV + UV + UV +Face 1148 +UV Count: 3 + UV + UV + UV +Face 1149 +UV Count: 3 + UV + UV + UV +Face 1150 +UV Count: 3 + UV + UV + UV +Face 1151 +UV Count: 3 + UV + UV + UV +Face 1152 +UV Count: 3 + UV + UV + UV +Face 1153 +UV Count: 3 + UV + UV + UV +Face 1154 +UV Count: 3 + UV + UV + UV +Face 1155 +UV Count: 3 + UV + UV + UV +Face 1156 +UV Count: 3 + UV + UV + UV +Face 1157 +UV Count: 3 + UV + UV + UV +Face 1158 +UV Count: 3 + UV + UV + UV +Face 1159 +UV Count: 3 + UV + UV + UV +Face 1160 +UV Count: 3 + UV + UV + UV +Face 1161 +UV Count: 3 + UV + UV + UV +Face 1162 +UV Count: 3 + UV + UV + UV +Face 1163 +UV Count: 3 + UV + UV + UV +Face 1164 +UV Count: 3 + UV + UV + UV +Face 1165 +UV Count: 3 + UV + UV + UV +Face 1166 +UV Count: 3 + UV + UV + UV +Face 1167 +UV Count: 3 + UV + UV + UV +Face 1168 +UV Count: 3 + UV + UV + UV +Face 1169 +UV Count: 3 + UV + UV + UV +Face 1170 +UV Count: 3 + UV + UV + UV +Face 1171 +UV Count: 3 + UV + UV + UV +Face 1172 +UV Count: 3 + UV + UV + UV +Face 1173 +UV Count: 3 + UV + UV + UV +Face 1174 +UV Count: 3 + UV + UV + UV +Face 1175 +UV Count: 3 + UV + UV + UV +Face 1176 +UV Count: 3 + UV + UV + UV +Face 1177 +UV Count: 3 + UV + UV + UV +Face 1178 +UV Count: 3 + UV + UV + UV +Face 1179 +UV Count: 3 + UV + UV + UV +Face 1180 +UV Count: 3 + UV + UV + UV +Face 1181 +UV Count: 3 + UV + UV + UV +Face 1182 +UV Count: 3 + UV + UV + UV +Face 1183 +UV Count: 3 + UV + UV + UV +Face 1184 +UV Count: 3 + UV + UV + UV +Face 1185 +UV Count: 3 + UV + UV + UV +Face 1186 +UV Count: 3 + UV + UV + UV +Face 1187 +UV Count: 3 + UV + UV + UV +Face 1188 +UV Count: 3 + UV + UV + UV +Face 1189 +UV Count: 3 + UV + UV + UV +Face 1190 +UV Count: 3 + UV + UV + UV +Face 1191 +UV Count: 3 + UV + UV + UV +Face 1192 +UV Count: 3 + UV + UV + UV +Face 1193 +UV Count: 3 + UV + UV + UV +Face 1194 +UV Count: 3 + UV + UV + UV +Face 1195 +UV Count: 3 + UV + UV + UV +Face 1196 +UV Count: 3 + UV + UV + UV +Face 1197 +UV Count: 3 + UV + UV + UV +Face 1198 +UV Count: 3 + UV + UV + UV +Face 1199 +UV Count: 3 + UV + UV + UV +Face 1200 +UV Count: 3 + UV + UV + UV +Face 1201 +UV Count: 3 + UV + UV + UV +Face 1202 +UV Count: 3 + UV + UV + UV +Face 1203 +UV Count: 3 + UV + UV + UV +Face 1204 +UV Count: 3 + UV + UV + UV +Face 1205 +UV Count: 3 + UV + UV + UV +Face 1206 +UV Count: 3 + UV + UV + UV +Face 1207 +UV Count: 3 + UV + UV + UV +Face 1208 +UV Count: 3 + UV + UV + UV +Face 1209 +UV Count: 3 + UV + UV + UV +Face 1210 +UV Count: 3 + UV + UV + UV +Face 1211 +UV Count: 3 + UV + UV + UV +Face 1212 +UV Count: 3 + UV + UV + UV +Face 1213 +UV Count: 3 + UV + UV + UV +Face 1214 +UV Count: 3 + UV + UV + UV +Face 1215 +UV Count: 3 + UV + UV + UV +Face 1216 +UV Count: 3 + UV + UV + UV +Face 1217 +UV Count: 3 + UV + UV + UV +Face 1218 +UV Count: 3 + UV + UV + UV +Face 1219 +UV Count: 3 + UV + UV + UV +Face 1220 +UV Count: 3 + UV + UV + UV +Face 1221 +UV Count: 3 + UV + UV + UV +Face 1222 +UV Count: 3 + UV + UV + UV +Face 1223 +UV Count: 3 + UV + UV + UV +Face 1224 +UV Count: 3 + UV + UV + UV +Face 1225 +UV Count: 3 + UV + UV + UV +Face 1226 +UV Count: 3 + UV + UV + UV +Face 1227 +UV Count: 3 + UV + UV + UV +Face 1228 +UV Count: 3 + UV + UV + UV +Face 1229 +UV Count: 3 + UV + UV + UV +Face 1230 +UV Count: 3 + UV + UV + UV +Face 1231 +UV Count: 3 + UV + UV + UV +Face 1232 +UV Count: 3 + UV + UV + UV +Face 1233 +UV Count: 3 + UV + UV + UV +Face 1234 +UV Count: 3 + UV + UV + UV +Face 1235 +UV Count: 3 + UV + UV + UV +Face 1236 +UV Count: 3 + UV + UV + UV +Face 1237 +UV Count: 3 + UV + UV + UV +Face 1238 +UV Count: 3 + UV + UV + UV +Face 1239 +UV Count: 3 + UV + UV + UV +Face 1240 +UV Count: 3 + UV + UV + UV +Face 1241 +UV Count: 3 + UV + UV + UV +Face 1242 +UV Count: 3 + UV + UV + UV +Face 1243 +UV Count: 3 + UV + UV + UV +Face 1244 +UV Count: 3 + UV + UV + UV +Face 1245 +UV Count: 3 + UV + UV + UV +Face 1246 +UV Count: 3 + UV + UV + UV +Face 1247 +UV Count: 3 + UV + UV + UV +Face 1248 +UV Count: 3 + UV + UV + UV +Face 1249 +UV Count: 3 + UV + UV + UV +Face 1250 +UV Count: 3 + UV + UV + UV +Face 1251 +UV Count: 3 + UV + UV + UV +Face 1252 +UV Count: 3 + UV + UV + UV +Face 1253 +UV Count: 3 + UV + UV + UV +Face 1254 +UV Count: 3 + UV + UV + UV +Face 1255 +UV Count: 3 + UV + UV + UV +Face 1256 +UV Count: 3 + UV + UV + UV +Face 1257 +UV Count: 3 + UV + UV + UV +Face 1258 +UV Count: 3 + UV + UV + UV +Face 1259 +UV Count: 3 + UV + UV + UV +Face 1260 +UV Count: 3 + UV + UV + UV +Face 1261 +UV Count: 3 + UV + UV + UV +Face 1262 +UV Count: 3 + UV + UV + UV +Face 1263 +UV Count: 3 + UV + UV + UV +Face 1264 +UV Count: 3 + UV + UV + UV +Face 1265 +UV Count: 3 + UV + UV + UV +Face 1266 +UV Count: 3 + UV + UV + UV +Face 1267 +UV Count: 3 + UV + UV + UV +Face 1268 +UV Count: 3 + UV + UV + UV +Face 1269 +UV Count: 3 + UV + UV + UV +Face 1270 +UV Count: 3 + UV + UV + UV +Face 1271 +UV Count: 3 + UV + UV + UV +Face 1272 +UV Count: 3 + UV + UV + UV +Face 1273 +UV Count: 3 + UV + UV + UV +Face 1274 +UV Count: 3 + UV + UV + UV +Face 1275 +UV Count: 3 + UV + UV + UV +Face 1276 +UV Count: 3 + UV + UV + UV +Face 1277 +UV Count: 3 + UV + UV + UV +Face 1278 +UV Count: 3 + UV + UV + UV +Face 1279 +UV Count: 3 + UV + UV + UV +Face 1280 +UV Count: 3 + UV + UV + UV +Face 1281 +UV Count: 3 + UV + UV + UV +Face 1282 +UV Count: 3 + UV + UV + UV +Face 1283 +UV Count: 3 + UV + UV + UV +Face 1284 +UV Count: 3 + UV + UV + UV +Face 1285 +UV Count: 3 + UV + UV + UV +Face 1286 +UV Count: 3 + UV + UV + UV +Face 1287 +UV Count: 3 + UV + UV + UV +Face 1288 +UV Count: 3 + UV + UV + UV +Face 1289 +UV Count: 3 + UV + UV + UV +Face 1290 +UV Count: 3 + UV + UV + UV +Face 1291 +UV Count: 3 + UV + UV + UV +Face 1292 +UV Count: 3 + UV + UV + UV +Face 1293 +UV Count: 3 + UV + UV + UV +Face 1294 +UV Count: 3 + UV + UV + UV +Face 1295 +UV Count: 3 + UV + UV + UV +Face 1296 +UV Count: 3 + UV + UV + UV +Face 1297 +UV Count: 3 + UV + UV + UV +Face 1298 +UV Count: 3 + UV + UV + UV +Face 1299 +UV Count: 3 + UV + UV + UV +Face 1300 +UV Count: 3 + UV + UV + UV +Face 1301 +UV Count: 3 + UV + UV + UV +Face 1302 +UV Count: 3 + UV + UV + UV +Face 1303 +UV Count: 3 + UV + UV + UV +Face 1304 +UV Count: 3 + UV + UV + UV +Face 1305 +UV Count: 3 + UV + UV + UV +Face 1306 +UV Count: 3 + UV + UV + UV +Face 1307 +UV Count: 3 + UV + UV + UV +Face 1308 +UV Count: 3 + UV + UV + UV +Face 1309 +UV Count: 3 + UV + UV + UV +Face 1310 +UV Count: 3 + UV + UV + UV +Face 1311 +UV Count: 3 + UV + UV + UV +Face 1312 +UV Count: 3 + UV + UV + UV +Face 1313 +UV Count: 3 + UV + UV + UV +Face 1314 +UV Count: 3 + UV + UV + UV +Face 1315 +UV Count: 3 + UV + UV + UV +Face 1316 +UV Count: 3 + UV + UV + UV +Face 1317 +UV Count: 3 + UV + UV + UV +Face 1318 +UV Count: 3 + UV + UV + UV +Face 1319 +UV Count: 3 + UV + UV + UV +Face 1320 +UV Count: 3 + UV + UV + UV +Face 1321 +UV Count: 3 + UV + UV + UV +Face 1322 +UV Count: 3 + UV + UV + UV +Face 1323 +UV Count: 3 + UV + UV + UV +Face 1324 +UV Count: 3 + UV + UV + UV +Face 1325 +UV Count: 3 + UV + UV + UV +Face 1326 +UV Count: 3 + UV + UV + UV +Face 1327 +UV Count: 3 + UV + UV + UV +Face 1328 +UV Count: 3 + UV + UV + UV +Face 1329 +UV Count: 3 + UV + UV + UV +Face 1330 +UV Count: 3 + UV + UV + UV +Face 1331 +UV Count: 3 + UV + UV + UV +Face 1332 +UV Count: 3 + UV + UV + UV +Face 1333 +UV Count: 3 + UV + UV + UV +Face 1334 +UV Count: 3 + UV + UV + UV +Face 1335 +UV Count: 3 + UV + UV + UV +Face 1336 +UV Count: 3 + UV + UV + UV +Face 1337 +UV Count: 3 + UV + UV + UV +Face 1338 +UV Count: 3 + UV + UV + UV +Face 1339 +UV Count: 3 + UV + UV + UV +Face 1340 +UV Count: 3 + UV + UV + UV +Face 1341 +UV Count: 3 + UV + UV + UV +Face 1342 +UV Count: 3 + UV + UV + UV +Face 1343 +UV Count: 3 + UV + UV + UV +Face 1344 +UV Count: 3 + UV + UV + UV +Face 1345 +UV Count: 3 + UV + UV + UV +Face 1346 +UV Count: 3 + UV + UV + UV +Face 1347 +UV Count: 3 + UV + UV + UV +Face 1348 +UV Count: 3 + UV + UV + UV +Face 1349 +UV Count: 3 + UV + UV + UV +Face 1350 +UV Count: 3 + UV + UV + UV +Face 1351 +UV Count: 3 + UV + UV + UV +Face 1352 +UV Count: 3 + UV + UV + UV +Face 1353 +UV Count: 3 + UV + UV + UV +Face 1354 +UV Count: 3 + UV + UV + UV +Face 1355 +UV Count: 3 + UV + UV + UV +Face 1356 +UV Count: 3 + UV + UV + UV +Face 1357 +UV Count: 3 + UV + UV + UV +Face 1358 +UV Count: 3 + UV + UV + UV +Face 1359 +UV Count: 3 + UV + UV + UV +Face 1360 +UV Count: 3 + UV + UV + UV +Face 1361 +UV Count: 3 + UV + UV + UV +Face 1362 +UV Count: 3 + UV + UV + UV +Face 1363 +UV Count: 3 + UV + UV + UV +Face 1364 +UV Count: 3 + UV + UV + UV +Face 1365 +UV Count: 3 + UV + UV + UV +Face 1366 +UV Count: 3 + UV + UV + UV +Face 1367 +UV Count: 3 + UV + UV + UV +Face 1368 +UV Count: 3 + UV + UV + UV +Face 1369 +UV Count: 3 + UV + UV + UV +Face 1370 +UV Count: 3 + UV + UV + UV +Face 1371 +UV Count: 3 + UV + UV + UV +Face 1372 +UV Count: 3 + UV + UV + UV +Face 1373 +UV Count: 3 + UV + UV + UV +Face 1374 +UV Count: 3 + UV + UV + UV +Face 1375 +UV Count: 3 + UV + UV + UV +Face 1376 +UV Count: 3 + UV + UV + UV +Face 1377 +UV Count: 3 + UV + UV + UV +Face 1378 +UV Count: 3 + UV + UV + UV +Face 1379 +UV Count: 3 + UV + UV + UV +Face 1380 +UV Count: 3 + UV + UV + UV +Face 1381 +UV Count: 3 + UV + UV + UV +Face 1382 +UV Count: 3 + UV + UV + UV +Face 1383 +UV Count: 3 + UV + UV + UV +Face 1384 +UV Count: 3 + UV + UV + UV +Face 1385 +UV Count: 3 + UV + UV + UV +Face 1386 +UV Count: 3 + UV + UV + UV +Face 1387 +UV Count: 3 + UV + UV + UV +Face 1388 +UV Count: 3 + UV + UV + UV +Face 1389 +UV Count: 3 + UV + UV + UV +Face 1390 +UV Count: 3 + UV + UV + UV +Face 1391 +UV Count: 3 + UV + UV + UV +Face 1392 +UV Count: 3 + UV + UV + UV +Face 1393 +UV Count: 3 + UV + UV + UV +Face 1394 +UV Count: 3 + UV + UV + UV +Face 1395 +UV Count: 3 + UV + UV + UV +Face 1396 +UV Count: 3 + UV + UV + UV +Face 1397 +UV Count: 3 + UV + UV + UV +Face 1398 +UV Count: 3 + UV + UV + UV +Face 1399 +UV Count: 3 + UV + UV + UV +Face 1400 +UV Count: 3 + UV + UV + UV +Face 1401 +UV Count: 3 + UV + UV + UV +Face 1402 +UV Count: 3 + UV + UV + UV +Face 1403 +UV Count: 3 + UV + UV + UV +Face 1404 +UV Count: 3 + UV + UV + UV +Face 1405 +UV Count: 3 + UV + UV + UV +Face 1406 +UV Count: 3 + UV + UV + UV +Face 1407 +UV Count: 3 + UV + UV + UV +Face 1408 +UV Count: 3 + UV + UV + UV +Face 1409 +UV Count: 3 + UV + UV + UV +Face 1410 +UV Count: 3 + UV + UV + UV +Face 1411 +UV Count: 3 + UV + UV + UV +Face 1412 +UV Count: 3 + UV + UV + UV +Face 1413 +UV Count: 3 + UV + UV + UV +Face 1414 +UV Count: 3 + UV + UV + UV +Face 1415 +UV Count: 3 + UV + UV + UV +Face 1416 +UV Count: 3 + UV + UV + UV +Face 1417 +UV Count: 3 + UV + UV + UV +Face 1418 +UV Count: 3 + UV + UV + UV +Face 1419 +UV Count: 3 + UV + UV + UV +Face 1420 +UV Count: 3 + UV + UV + UV +Face 1421 +UV Count: 3 + UV + UV + UV +Face 1422 +UV Count: 3 + UV + UV + UV +Face 1423 +UV Count: 3 + UV + UV + UV +Face 1424 +UV Count: 3 + UV + UV + UV +Face 1425 +UV Count: 3 + UV + UV + UV +Face 1426 +UV Count: 3 + UV + UV + UV +Face 1427 +UV Count: 3 + UV + UV + UV +Face 1428 +UV Count: 3 + UV + UV + UV +Face 1429 +UV Count: 3 + UV + UV + UV +Face 1430 +UV Count: 3 + UV + UV + UV +Face 1431 +UV Count: 3 + UV + UV + UV +Face 1432 +UV Count: 3 + UV + UV + UV +Face 1433 +UV Count: 3 + UV + UV + UV +Face 1434 +UV Count: 3 + UV + UV + UV +Face 1435 +UV Count: 3 + UV + UV + UV +Face 1436 +UV Count: 3 + UV + UV + UV +Face 1437 +UV Count: 3 + UV + UV + UV +Face 1438 +UV Count: 3 + UV + UV + UV +Face 1439 +UV Count: 3 + UV + UV + UV +Face 1440 +UV Count: 3 + UV + UV + UV +Face 1441 +UV Count: 3 + UV + UV + UV +Face 1442 +UV Count: 3 + UV + UV + UV +Face 1443 +UV Count: 3 + UV + UV + UV +Face 1444 +UV Count: 3 + UV + UV + UV +Face 1445 +UV Count: 3 + UV + UV + UV +Face 1446 +UV Count: 3 + UV + UV + UV +Face 1447 +UV Count: 3 + UV + UV + UV +Face 1448 +UV Count: 3 + UV + UV + UV +Face 1449 +UV Count: 3 + UV + UV + UV +Face 1450 +UV Count: 3 + UV + UV + UV +Face 1451 +UV Count: 3 + UV + UV + UV +Face 1452 +UV Count: 3 + UV + UV + UV +Face 1453 +UV Count: 3 + UV + UV + UV +Face 1454 +UV Count: 3 + UV + UV + UV +Face 1455 +UV Count: 3 + UV + UV + UV +Face 1456 +UV Count: 3 + UV + UV + UV +Face 1457 +UV Count: 3 + UV + UV + UV +Face 1458 +UV Count: 3 + UV + UV + UV +Face 1459 +UV Count: 3 + UV + UV + UV +Face 1460 +UV Count: 3 + UV + UV + UV +Face 1461 +UV Count: 3 + UV + UV + UV +Face 1462 +UV Count: 3 + UV + UV + UV +Face 1463 +UV Count: 3 + UV + UV + UV +Face 1464 +UV Count: 3 + UV + UV + UV +Face 1465 +UV Count: 3 + UV + UV + UV +Face 1466 +UV Count: 3 + UV + UV + UV +Face 1467 +UV Count: 3 + UV + UV + UV +Face 1468 +UV Count: 3 + UV + UV + UV +Face 1469 +UV Count: 3 + UV + UV + UV +Face 1470 +UV Count: 3 + UV + UV + UV +Face 1471 +UV Count: 3 + UV + UV + UV +Face 1472 +UV Count: 3 + UV + UV + UV +Face 1473 +UV Count: 3 + UV + UV + UV +Face 1474 +UV Count: 3 + UV + UV + UV +Face 1475 +UV Count: 3 + UV + UV + UV +Face 1476 +UV Count: 3 + UV + UV + UV +Face 1477 +UV Count: 3 + UV + UV + UV +Face 1478 +UV Count: 3 + UV + UV + UV +Face 1479 +UV Count: 3 + UV + UV + UV +Face 1480 +UV Count: 3 + UV + UV + UV +Face 1481 +UV Count: 3 + UV + UV + UV +Face 1482 +UV Count: 3 + UV + UV + UV +Face 1483 +UV Count: 3 + UV + UV + UV +Face 1484 +UV Count: 3 + UV + UV + UV +Face 1485 +UV Count: 3 + UV + UV + UV +Face 1486 +UV Count: 3 + UV + UV + UV +Face 1487 +UV Count: 3 + UV + UV + UV +Face 1488 +UV Count: 3 + UV + UV + UV +Face 1489 +UV Count: 3 + UV + UV + UV +Face 1490 +UV Count: 3 + UV + UV + UV +Face 1491 +UV Count: 3 + UV + UV + UV +Face 1492 +UV Count: 3 + UV + UV + UV +Face 1493 +UV Count: 3 + UV + UV + UV +Face 1494 +UV Count: 3 + UV + UV + UV +Face 1495 +UV Count: 3 + UV + UV + UV +Face 1496 +UV Count: 3 + UV + UV + UV +Face 1497 +UV Count: 3 + UV + UV + UV +Face 1498 +UV Count: 3 + UV + UV + UV +Face 1499 +UV Count: 3 + UV + UV + UV +Face 1500 +UV Count: 3 + UV + UV + UV +Face 1501 +UV Count: 3 + UV + UV + UV +Face 1502 +UV Count: 3 + UV + UV + UV +Face 1503 +UV Count: 3 + UV + UV + UV +Face 1504 +UV Count: 3 + UV + UV + UV +Face 1505 +UV Count: 3 + UV + UV + UV +Face 1506 +UV Count: 3 + UV + UV + UV +Face 1507 +UV Count: 3 + UV + UV + UV +Face 1508 +UV Count: 3 + UV + UV + UV +Face 1509 +UV Count: 3 + UV + UV + UV +Face 1510 +UV Count: 3 + UV + UV + UV +Face 1511 +UV Count: 3 + UV + UV + UV +Face 1512 +UV Count: 3 + UV + UV + UV +Face 1513 +UV Count: 3 + UV + UV + UV +Face 1514 +UV Count: 3 + UV + UV + UV +Face 1515 +UV Count: 3 + UV + UV + UV +Face 1516 +UV Count: 3 + UV + UV + UV +Face 1517 +UV Count: 3 + UV + UV + UV +Face 1518 +UV Count: 3 + UV + UV + UV +Face 1519 +UV Count: 3 + UV + UV + UV +Face 1520 +UV Count: 3 + UV + UV + UV +Face 1521 +UV Count: 3 + UV + UV + UV +Face 1522 +UV Count: 3 + UV + UV + UV +Face 1523 +UV Count: 3 + UV + UV + UV +Face 1524 +UV Count: 3 + UV + UV + UV +Face 1525 +UV Count: 3 + UV + UV + UV +Face 1526 +UV Count: 3 + UV + UV + UV +Face 1527 +UV Count: 3 + UV + UV + UV +Face 1528 +UV Count: 3 + UV + UV + UV +Face 1529 +UV Count: 3 + UV + UV + UV +Face 1530 +UV Count: 3 + UV + UV + UV +Face 1531 +UV Count: 3 + UV + UV + UV +Face 1532 +UV Count: 3 + UV + UV + UV +Face 1533 +UV Count: 3 + UV + UV + UV +Face 1534 +UV Count: 3 + UV + UV + UV +Face 1535 +UV Count: 3 + UV + UV + UV +Face 1536 +UV Count: 3 + UV + UV + UV +Face 1537 +UV Count: 3 + UV + UV + UV +Face 1538 +UV Count: 3 + UV + UV + UV +Face 1539 +UV Count: 3 + UV + UV + UV +Face 1540 +UV Count: 3 + UV + UV + UV +Face 1541 +UV Count: 3 + UV + UV + UV +Face 1542 +UV Count: 3 + UV + UV + UV +Face 1543 +UV Count: 3 + UV + UV + UV +Face 1544 +UV Count: 3 + UV + UV + UV +Face 1545 +UV Count: 3 + UV + UV + UV +Face 1546 +UV Count: 3 + UV + UV + UV +Face 1547 +UV Count: 3 + UV + UV + UV +Face 1548 +UV Count: 3 + UV + UV + UV +Face 1549 +UV Count: 3 + UV + UV + UV +Face 1550 +UV Count: 3 + UV + UV + UV +Face 1551 +UV Count: 3 + UV + UV + UV +Face 1552 +UV Count: 3 + UV + UV + UV +Face 1553 +UV Count: 3 + UV + UV + UV +Face 1554 +UV Count: 3 + UV + UV + UV +Face 1555 +UV Count: 3 + UV + UV + UV +Face 1556 +UV Count: 3 + UV + UV + UV +Face 1557 +UV Count: 3 + UV + UV + UV +Face 1558 +UV Count: 3 + UV + UV + UV +Face 1559 +UV Count: 3 + UV + UV + UV +Face 1560 +UV Count: 3 + UV + UV + UV +Face 1561 +UV Count: 3 + UV + UV + UV +Face 1562 +UV Count: 3 + UV + UV + UV +Face 1563 +UV Count: 3 + UV + UV + UV +Face 1564 +UV Count: 3 + UV + UV + UV +Face 1565 +UV Count: 3 + UV + UV + UV +Face 1566 +UV Count: 3 + UV + UV + UV +Face 1567 +UV Count: 3 + UV + UV + UV +Face 1568 +UV Count: 3 + UV + UV + UV +Face 1569 +UV Count: 3 + UV + UV + UV +Face 1570 +UV Count: 3 + UV + UV + UV +Face 1571 +UV Count: 3 + UV + UV + UV +Face 1572 +UV Count: 3 + UV + UV + UV +Face 1573 +UV Count: 3 + UV + UV + UV +Face 1574 +UV Count: 3 + UV + UV + UV +Face 1575 +UV Count: 3 + UV + UV + UV +Face 1576 +UV Count: 3 + UV + UV + UV +Face 1577 +UV Count: 3 + UV + UV + UV +Face 1578 +UV Count: 3 + UV + UV + UV +Face 1579 +UV Count: 3 + UV + UV + UV +Face 1580 +UV Count: 3 + UV + UV + UV +Face 1581 +UV Count: 3 + UV + UV + UV +Face 1582 +UV Count: 3 + UV + UV + UV +Face 1583 +UV Count: 3 + UV + UV + UV +Face 1584 +UV Count: 3 + UV + UV + UV +Face 1585 +UV Count: 3 + UV + UV + UV +Face 1586 +UV Count: 3 + UV + UV + UV +Face 1587 +UV Count: 3 + UV + UV + UV +Face 1588 +UV Count: 3 + UV + UV + UV +Face 1589 +UV Count: 3 + UV + UV + UV +Face 1590 +UV Count: 3 + UV + UV + UV +Face 1591 +UV Count: 3 + UV + UV + UV +Face 1592 +UV Count: 3 + UV + UV + UV +Face 1593 +UV Count: 3 + UV + UV + UV +Face 1594 +UV Count: 3 + UV + UV + UV +Face 1595 +UV Count: 3 + UV + UV + UV +Face 1596 +UV Count: 3 + UV + UV + UV +Face 1597 +UV Count: 3 + UV + UV + UV +Face 1598 +UV Count: 3 + UV + UV + UV +Face 1599 +UV Count: 3 + UV + UV + UV +Face 1600 +UV Count: 3 + UV + UV + UV +Face 1601 +UV Count: 3 + UV + UV + UV +Face 1602 +UV Count: 3 + UV + UV + UV +Face 1603 +UV Count: 3 + UV + UV + UV +Face 1604 +UV Count: 3 + UV + UV + UV +Face 1605 +UV Count: 3 + UV + UV + UV +Face 1606 +UV Count: 3 + UV + UV + UV +Face 1607 +UV Count: 3 + UV + UV + UV +Face 1608 +UV Count: 3 + UV + UV + UV +Face 1609 +UV Count: 3 + UV + UV + UV +Face 1610 +UV Count: 3 + UV + UV + UV +Face 1611 +UV Count: 3 + UV + UV + UV +Face 1612 +UV Count: 3 + UV + UV + UV +Face 1613 +UV Count: 3 + UV + UV + UV +Face 1614 +UV Count: 3 + UV + UV + UV +Face 1615 +UV Count: 3 + UV + UV + UV +Face 1616 +UV Count: 3 + UV + UV + UV +Face 1617 +UV Count: 3 + UV + UV + UV +Face 1618 +UV Count: 3 + UV + UV + UV +Face 1619 +UV Count: 3 + UV + UV + UV +Face 1620 +UV Count: 3 + UV + UV + UV +Face 1621 +UV Count: 3 + UV + UV + UV +Face 1622 +UV Count: 3 + UV + UV + UV +Face 1623 +UV Count: 3 + UV + UV + UV +Face 1624 +UV Count: 3 + UV + UV + UV +Face 1625 +UV Count: 3 + UV + UV + UV +Face 1626 +UV Count: 3 + UV + UV + UV +Face 1627 +UV Count: 3 + UV + UV + UV +Face 1628 +UV Count: 3 + UV + UV + UV +Face 1629 +UV Count: 3 + UV + UV + UV +Face 1630 +UV Count: 3 + UV + UV + UV +Face 1631 +UV Count: 3 + UV + UV + UV +Face 1632 +UV Count: 3 + UV + UV + UV +Face 1633 +UV Count: 3 + UV + UV + UV +Face 1634 +UV Count: 3 + UV + UV + UV +Face 1635 +UV Count: 3 + UV + UV + UV +Face 1636 +UV Count: 3 + UV + UV + UV +Face 1637 +UV Count: 3 + UV + UV + UV +Face 1638 +UV Count: 3 + UV + UV + UV +Face 1639 +UV Count: 3 + UV + UV + UV +Face 1640 +UV Count: 3 + UV + UV + UV +Face 1641 +UV Count: 3 + UV + UV + UV +Face 1642 +UV Count: 3 + UV + UV + UV +Face 1643 +UV Count: 3 + UV + UV + UV +Face 1644 +UV Count: 3 + UV + UV + UV +Face 1645 +UV Count: 3 + UV + UV + UV +Face 1646 +UV Count: 3 + UV + UV + UV +Face 1647 +UV Count: 3 + UV + UV + UV +Face 1648 +UV Count: 3 + UV + UV + UV +Face 1649 +UV Count: 3 + UV + UV + UV +Face 1650 +UV Count: 3 + UV + UV + UV +Face 1651 +UV Count: 3 + UV + UV + UV +Face 1652 +UV Count: 3 + UV + UV + UV +Face 1653 +UV Count: 3 + UV + UV + UV +Face 1654 +UV Count: 3 + UV + UV + UV +Face 1655 +UV Count: 3 + UV + UV + UV +Face 1656 +UV Count: 3 + UV + UV + UV +Face 1657 +UV Count: 3 + UV + UV + UV +Face 1658 +UV Count: 3 + UV + UV + UV +Face 1659 +UV Count: 3 + UV + UV + UV +Face 1660 +UV Count: 3 + UV + UV + UV +Face 1661 +UV Count: 3 + UV + UV + UV +Face 1662 +UV Count: 3 + UV + UV + UV +Face 1663 +UV Count: 3 + UV + UV + UV +Face 1664 +UV Count: 3 + UV + UV + UV +Face 1665 +UV Count: 3 + UV + UV + UV +Face 1666 +UV Count: 3 + UV + UV + UV +Face 1667 +UV Count: 3 + UV + UV + UV +Face 1668 +UV Count: 3 + UV + UV + UV +Face 1669 +UV Count: 3 + UV + UV + UV +Face 1670 +UV Count: 3 + UV + UV + UV +Face 1671 +UV Count: 3 + UV + UV + UV +Face 1672 +UV Count: 3 + UV + UV + UV +Face 1673 +UV Count: 3 + UV + UV + UV +Face 1674 +UV Count: 3 + UV + UV + UV +Face 1675 +UV Count: 3 + UV + UV + UV +Face 1676 +UV Count: 3 + UV + UV + UV +Face 1677 +UV Count: 3 + UV + UV + UV +Face 1678 +UV Count: 3 + UV + UV + UV +Face 1679 +UV Count: 3 + UV + UV + UV +Face 1680 +UV Count: 3 + UV + UV + UV +Face 1681 +UV Count: 3 + UV + UV + UV +Face 1682 +UV Count: 3 + UV + UV + UV +Face 1683 +UV Count: 3 + UV + UV + UV +Face 1684 +UV Count: 3 + UV + UV + UV +Face 1685 +UV Count: 3 + UV + UV + UV +Face 1686 +UV Count: 3 + UV + UV + UV +Face 1687 +UV Count: 3 + UV + UV + UV +Face 1688 +UV Count: 3 + UV + UV + UV +Face 1689 +UV Count: 3 + UV + UV + UV +Face 1690 +UV Count: 3 + UV + UV + UV +Face 1691 +UV Count: 3 + UV + UV + UV +Face 1692 +UV Count: 3 + UV + UV + UV +Face 1693 +UV Count: 3 + UV + UV + UV +Face 1694 +UV Count: 3 + UV + UV + UV +Face 1695 +UV Count: 3 + UV + UV + UV +Face 1696 +UV Count: 3 + UV + UV + UV +Face 1697 +UV Count: 3 + UV + UV + UV +Face 1698 +UV Count: 3 + UV + UV + UV +Face 1699 +UV Count: 3 + UV + UV + UV +Face 1700 +UV Count: 3 + UV + UV + UV +Face 1701 +UV Count: 3 + UV + UV + UV +Face 1702 +UV Count: 3 + UV + UV + UV +Face 1703 +UV Count: 3 + UV + UV + UV +Face 1704 +UV Count: 3 + UV + UV + UV +Face 1705 +UV Count: 3 + UV + UV + UV +Face 1706 +UV Count: 3 + UV + UV + UV +Face 1707 +UV Count: 3 + UV + UV + UV +Face 1708 +UV Count: 3 + UV + UV + UV +Face 1709 +UV Count: 3 + UV + UV + UV +Face 1710 +UV Count: 3 + UV + UV + UV +Face 1711 +UV Count: 3 + UV + UV + UV +Face 1712 +UV Count: 3 + UV + UV + UV +Face 1713 +UV Count: 3 + UV + UV + UV +Face 1714 +UV Count: 3 + UV + UV + UV +Face 1715 +UV Count: 3 + UV + UV + UV +Face 1716 +UV Count: 3 + UV + UV + UV +Face 1717 +UV Count: 3 + UV + UV + UV +Face 1718 +UV Count: 3 + UV + UV + UV +Face 1719 +UV Count: 3 + UV + UV + UV +Face 1720 +UV Count: 3 + UV + UV + UV +Face 1721 +UV Count: 3 + UV + UV + UV +Face 1722 +UV Count: 3 + UV + UV + UV +Face 1723 +UV Count: 3 + UV + UV + UV +Face 1724 +UV Count: 3 + UV + UV + UV +Face 1725 +UV Count: 3 + UV + UV + UV +Face 1726 +UV Count: 3 + UV + UV + UV +Face 1727 +UV Count: 3 + UV + UV + UV +Face 1728 +UV Count: 3 + UV + UV + UV +Face 1729 +UV Count: 3 + UV + UV + UV +Face 1730 +UV Count: 3 + UV + UV + UV +Face 1731 +UV Count: 3 + UV + UV + UV +Face 1732 +UV Count: 3 + UV + UV + UV +Face 1733 +UV Count: 3 + UV + UV + UV +Face 1734 +UV Count: 3 + UV + UV + UV +Face 1735 +UV Count: 3 + UV + UV + UV +Face 1736 +UV Count: 3 + UV + UV + UV +Face 1737 +UV Count: 3 + UV + UV + UV +Face 1738 +UV Count: 3 + UV + UV + UV +Face 1739 +UV Count: 3 + UV + UV + UV +Face 1740 +UV Count: 3 + UV + UV + UV +Face 1741 +UV Count: 3 + UV + UV + UV +Face 1742 +UV Count: 3 + UV + UV + UV +Face 1743 +UV Count: 3 + UV + UV + UV +Face 1744 +UV Count: 3 + UV + UV + UV +Face 1745 +UV Count: 3 + UV + UV + UV +Face 1746 +UV Count: 3 + UV + UV + UV +Face 1747 +UV Count: 3 + UV + UV + UV +Face 1748 +UV Count: 3 + UV + UV + UV +Face 1749 +UV Count: 3 + UV + UV + UV +Face 1750 +UV Count: 3 + UV + UV + UV +Face 1751 +UV Count: 3 + UV + UV + UV +Face 1752 +UV Count: 3 + UV + UV + UV +Face 1753 +UV Count: 3 + UV + UV + UV +Face 1754 +UV Count: 3 + UV + UV + UV +Face 1755 +UV Count: 3 + UV + UV + UV +Face 1756 +UV Count: 3 + UV + UV + UV +Face 1757 +UV Count: 3 + UV + UV + UV +Face 1758 +UV Count: 3 + UV + UV + UV +Face 1759 +UV Count: 3 + UV + UV + UV +Face 1760 +UV Count: 3 + UV + UV + UV +Face 1761 +UV Count: 3 + UV + UV + UV +Face 1762 +UV Count: 3 + UV + UV + UV +Face 1763 +UV Count: 3 + UV + UV + UV +Face 1764 +UV Count: 3 + UV + UV + UV +Face 1765 +UV Count: 3 + UV + UV + UV +Face 1766 +UV Count: 3 + UV + UV + UV +Face 1767 +UV Count: 3 + UV + UV + UV +Face 1768 +UV Count: 3 + UV + UV + UV +Face 1769 +UV Count: 3 + UV + UV + UV +Face 1770 +UV Count: 3 + UV + UV + UV +Face 1771 +UV Count: 3 + UV + UV + UV +Face 1772 +UV Count: 3 + UV + UV + UV +Face 1773 +UV Count: 3 + UV + UV + UV +Face 1774 +UV Count: 3 + UV + UV + UV +Face 1775 +UV Count: 3 + UV + UV + UV +Face 1776 +UV Count: 3 + UV + UV + UV +Face 1777 +UV Count: 3 + UV + UV + UV +Face 1778 +UV Count: 3 + UV + UV + UV +Face 1779 +UV Count: 3 + UV + UV + UV +Face 1780 +UV Count: 3 + UV + UV + UV +Face 1781 +UV Count: 3 + UV + UV + UV +Face 1782 +UV Count: 3 + UV + UV + UV +Face 1783 +UV Count: 3 + UV + UV + UV +Face 1784 +UV Count: 3 + UV + UV + UV +Face 1785 +UV Count: 3 + UV + UV + UV +Face 1786 +UV Count: 3 + UV + UV + UV +Face 1787 +UV Count: 3 + UV + UV + UV +Face 1788 +UV Count: 3 + UV + UV + UV +Face 1789 +UV Count: 3 + UV + UV + UV +Face 1790 +UV Count: 3 + UV + UV + UV +Face 1791 +UV Count: 3 + UV + UV + UV +Face 1792 +UV Count: 3 + UV + UV + UV +Face 1793 +UV Count: 3 + UV + UV + UV +Face 1794 +UV Count: 3 + UV + UV + UV +Face 1795 +UV Count: 3 + UV + UV + UV +Face 1796 +UV Count: 3 + UV + UV + UV +Face 1797 +UV Count: 3 + UV + UV + UV +Face 1798 +UV Count: 3 + UV + UV + UV +Face 1799 +UV Count: 3 + UV + UV + UV +Face 1800 +UV Count: 3 + UV + UV + UV +Face 1801 +UV Count: 3 + UV + UV + UV +Face 1802 +UV Count: 3 + UV + UV + UV +Face 1803 +UV Count: 3 + UV + UV + UV +Face 1804 +UV Count: 3 + UV + UV + UV +Face 1805 +UV Count: 3 + UV + UV + UV +Face 1806 +UV Count: 3 + UV + UV + UV +Face 1807 +UV Count: 3 + UV + UV + UV +Face 1808 +UV Count: 3 + UV + UV + UV +Face 1809 +UV Count: 3 + UV + UV + UV +Face 1810 +UV Count: 3 + UV + UV + UV +Face 1811 +UV Count: 3 + UV + UV + UV +Face 1812 +UV Count: 3 + UV + UV + UV +Face 1813 +UV Count: 3 + UV + UV + UV +Face 1814 +UV Count: 3 + UV + UV + UV +Face 1815 +UV Count: 3 + UV + UV + UV +Face 1816 +UV Count: 3 + UV + UV + UV +Face 1817 +UV Count: 3 + UV + UV + UV +Face 1818 +UV Count: 3 + UV + UV + UV +Face 1819 +UV Count: 3 + UV + UV + UV +Face 1820 +UV Count: 3 + UV + UV + UV +Face 1821 +UV Count: 3 + UV + UV + UV +Face 1822 +UV Count: 3 + UV + UV + UV +Face 1823 +UV Count: 3 + UV + UV + UV +Face 1824 +UV Count: 3 + UV + UV + UV +Face 1825 +UV Count: 3 + UV + UV + UV +Face 1826 +UV Count: 3 + UV + UV + UV +Face 1827 +UV Count: 3 + UV + UV + UV +Face 1828 +UV Count: 3 + UV + UV + UV +Face 1829 +UV Count: 3 + UV + UV + UV +Face 1830 +UV Count: 3 + UV + UV + UV +Face 1831 +UV Count: 3 + UV + UV + UV +Face 1832 +UV Count: 3 + UV + UV + UV +Face 1833 +UV Count: 3 + UV + UV + UV +Face 1834 +UV Count: 3 + UV + UV + UV +Face 1835 +UV Count: 3 + UV + UV + UV +Face 1836 +UV Count: 3 + UV + UV + UV +Face 1837 +UV Count: 3 + UV + UV + UV +Face 1838 +UV Count: 3 + UV + UV + UV +Face 1839 +UV Count: 3 + UV + UV + UV +Face 1840 +UV Count: 3 + UV + UV + UV +Face 1841 +UV Count: 3 + UV + UV + UV +Face 1842 +UV Count: 3 + UV + UV + UV +Face 1843 +UV Count: 3 + UV + UV + UV +Face 1844 +UV Count: 3 + UV + UV + UV +Face 1845 +UV Count: 3 + UV + UV + UV +Face 1846 +UV Count: 3 + UV + UV + UV +Face 1847 +UV Count: 3 + UV + UV + UV +Face 1848 +UV Count: 3 + UV + UV + UV +Face 1849 +UV Count: 3 + UV + UV + UV +Face 1850 +UV Count: 3 + UV + UV + UV +Face 1851 +UV Count: 3 + UV + UV + UV +Face 1852 +UV Count: 3 + UV + UV + UV +Face 1853 +UV Count: 3 + UV + UV + UV +Face 1854 +UV Count: 3 + UV + UV + UV +Face 1855 +UV Count: 3 + UV + UV + UV +Face 1856 +UV Count: 3 + UV + UV + UV +Face 1857 +UV Count: 3 + UV + UV + UV +Face 1858 +UV Count: 3 + UV + UV + UV +Face 1859 +UV Count: 3 + UV + UV + UV +Face 1860 +UV Count: 3 + UV + UV + UV +Face 1861 +UV Count: 3 + UV + UV + UV +Face 1862 +UV Count: 3 + UV + UV + UV +Face 1863 +UV Count: 3 + UV + UV + UV +Face 1864 +UV Count: 3 + UV + UV + UV +Face 1865 +UV Count: 3 + UV + UV + UV +Face 1866 +UV Count: 3 + UV + UV + UV +Face 1867 +UV Count: 3 + UV + UV + UV +Face 1868 +UV Count: 3 + UV + UV + UV +Face 1869 +UV Count: 3 + UV + UV + UV +Face 1870 +UV Count: 3 + UV + UV + UV +Face 1871 +UV Count: 3 + UV + UV + UV +Face 1872 +UV Count: 3 + UV + UV + UV +Face 1873 +UV Count: 3 + UV + UV + UV +Face 1874 +UV Count: 3 + UV + UV + UV +Face 1875 +UV Count: 3 + UV + UV + UV +Face 1876 +UV Count: 3 + UV + UV + UV +Face 1877 +UV Count: 3 + UV + UV + UV +Face 1878 +UV Count: 3 + UV + UV + UV +Face 1879 +UV Count: 3 + UV + UV + UV +Face 1880 +UV Count: 3 + UV + UV + UV +Face 1881 +UV Count: 3 + UV + UV + UV +Face 1882 +UV Count: 3 + UV + UV + UV +Face 1883 +UV Count: 3 + UV + UV + UV +Face 1884 +UV Count: 3 + UV + UV + UV +Face 1885 +UV Count: 3 + UV + UV + UV +Face 1886 +UV Count: 3 + UV + UV + UV +Face 1887 +UV Count: 3 + UV + UV + UV +Face 1888 +UV Count: 3 + UV + UV + UV +Face 1889 +UV Count: 3 + UV + UV + UV +Face 1890 +UV Count: 3 + UV + UV + UV +Face 1891 +UV Count: 3 + UV + UV + UV +Face 1892 +UV Count: 3 + UV + UV + UV +Face 1893 +UV Count: 3 + UV + UV + UV +Face 1894 +UV Count: 3 + UV + UV + UV +Face 1895 +UV Count: 3 + UV + UV + UV +Face 1896 +UV Count: 3 + UV + UV + UV +Face 1897 +UV Count: 3 + UV + UV + UV +Face 1898 +UV Count: 3 + UV + UV + UV +Face 1899 +UV Count: 3 + UV + UV + UV +Face 1900 +UV Count: 3 + UV + UV + UV +Face 1901 +UV Count: 3 + UV + UV + UV +Face 1902 +UV Count: 3 + UV + UV + UV +Face 1903 +UV Count: 3 + UV + UV + UV +Face 1904 +UV Count: 3 + UV + UV + UV +Face 1905 +UV Count: 3 + UV + UV + UV +Face 1906 +UV Count: 3 + UV + UV + UV +Face 1907 +UV Count: 3 + UV + UV + UV +Face 1908 +UV Count: 3 + UV + UV + UV +Face 1909 +UV Count: 3 + UV + UV + UV +Face 1910 +UV Count: 3 + UV + UV + UV +Face 1911 +UV Count: 3 + UV + UV + UV +Face 1912 +UV Count: 3 + UV + UV + UV +Face 1913 +UV Count: 3 + UV + UV + UV +Face 1914 +UV Count: 3 + UV + UV + UV +Face 1915 +UV Count: 3 + UV + UV + UV +Face 1916 +UV Count: 3 + UV + UV + UV +Face 1917 +UV Count: 3 + UV + UV + UV +Face 1918 +UV Count: 3 + UV + UV + UV +Face 1919 +UV Count: 3 + UV + UV + UV +Face 1920 +UV Count: 3 + UV + UV + UV +Face 1921 +UV Count: 3 + UV + UV + UV +Face 1922 +UV Count: 3 + UV + UV + UV +Face 1923 +UV Count: 3 + UV + UV + UV +Face 1924 +UV Count: 3 + UV + UV + UV +Face 1925 +UV Count: 3 + UV + UV + UV +Face 1926 +UV Count: 3 + UV + UV + UV +Face 1927 +UV Count: 3 + UV + UV + UV +Face 1928 +UV Count: 3 + UV + UV + UV +Face 1929 +UV Count: 3 + UV + UV + UV +Face 1930 +UV Count: 3 + UV + UV + UV +Face 1931 +UV Count: 3 + UV + UV + UV +Face 1932 +UV Count: 3 + UV + UV + UV +Face 1933 +UV Count: 3 + UV + UV + UV +Face 1934 +UV Count: 3 + UV + UV + UV +Face 1935 +UV Count: 3 + UV + UV + UV +Face 1936 +UV Count: 3 + UV + UV + UV +Face 1937 +UV Count: 3 + UV + UV + UV +Face 1938 +UV Count: 3 + UV + UV + UV +Face 1939 +UV Count: 3 + UV + UV + UV +Face 1940 +UV Count: 3 + UV + UV + UV +Face 1941 +UV Count: 3 + UV + UV + UV +Face 1942 +UV Count: 3 + UV + UV + UV +Face 1943 +UV Count: 3 + UV + UV + UV +Face 1944 +UV Count: 3 + UV + UV + UV +Face 1945 +UV Count: 3 + UV + UV + UV +Face 1946 +UV Count: 3 + UV + UV + UV +Face 1947 +UV Count: 3 + UV + UV + UV +Face 1948 +UV Count: 3 + UV + UV + UV +Face 1949 +UV Count: 3 + UV + UV + UV +Face 1950 +UV Count: 3 + UV + UV + UV +Face 1951 +UV Count: 3 + UV + UV + UV +Face 1952 +UV Count: 3 + UV + UV + UV +Face 1953 +UV Count: 3 + UV + UV + UV +Face 1954 +UV Count: 3 + UV + UV + UV +Face 1955 +UV Count: 3 + UV + UV + UV +Face 1956 +UV Count: 3 + UV + UV + UV +Face 1957 +UV Count: 3 + UV + UV + UV +Face 1958 +UV Count: 3 + UV + UV + UV +Face 1959 +UV Count: 3 + UV + UV + UV +Face 1960 +UV Count: 3 + UV + UV + UV +Face 1961 +UV Count: 3 + UV + UV + UV +Face 1962 +UV Count: 3 + UV + UV + UV +Face 1963 +UV Count: 3 + UV + UV + UV +Face 1964 +UV Count: 3 + UV + UV + UV +Face 1965 +UV Count: 3 + UV + UV + UV +Face 1966 +UV Count: 3 + UV + UV + UV +Face 1967 +UV Count: 3 + UV + UV + UV +Face 1968 +UV Count: 3 + UV + UV + UV +Face 1969 +UV Count: 3 + UV + UV + UV +Face 1970 +UV Count: 3 + UV + UV + UV +Face 1971 +UV Count: 3 + UV + UV + UV +Face 1972 +UV Count: 3 + UV + UV + UV +Face 1973 +UV Count: 3 + UV + UV + UV +Face 1974 +UV Count: 3 + UV + UV + UV +Face 1975 +UV Count: 3 + UV + UV + UV +Face 1976 +UV Count: 3 + UV + UV + UV +Face 1977 +UV Count: 3 + UV + UV + UV +Face 1978 +UV Count: 3 + UV + UV + UV +Face 1979 +UV Count: 3 + UV + UV + UV +Face 1980 +UV Count: 3 + UV + UV + UV +Face 1981 +UV Count: 3 + UV + UV + UV +Face 1982 +UV Count: 3 + UV + UV + UV +Face 1983 +UV Count: 3 + UV + UV + UV +Face 1984 +UV Count: 3 + UV + UV + UV +Face 1985 +UV Count: 3 + UV + UV + UV +Face 1986 +UV Count: 3 + UV + UV + UV +Face 1987 +UV Count: 3 + UV + UV + UV +Face 1988 +UV Count: 3 + UV + UV + UV +Face 1989 +UV Count: 3 + UV + UV + UV +Face 1990 +UV Count: 3 + UV + UV + UV +Face 1991 +UV Count: 3 + UV + UV + UV +Face 1992 +UV Count: 3 + UV + UV + UV +Face 1993 +UV Count: 3 + UV + UV + UV +Face 1994 +UV Count: 3 + UV + UV + UV +Face 1995 +UV Count: 3 + UV + UV + UV +Face 1996 +UV Count: 3 + UV + UV + UV +Face 1997 +UV Count: 3 + UV + UV + UV +Face 1998 +UV Count: 3 + UV + UV + UV +Face 1999 +UV Count: 3 + UV + UV + UV +Face 2000 +UV Count: 3 + UV + UV + UV +Face 2001 +UV Count: 3 + UV + UV + UV +Face 2002 +UV Count: 3 + UV + UV + UV +Face 2003 +UV Count: 3 + UV + UV + UV +Face 2004 +UV Count: 3 + UV + UV + UV +Face 2005 +UV Count: 3 + UV + UV + UV +Face 2006 +UV Count: 3 + UV + UV + UV +Face 2007 +UV Count: 3 + UV + UV + UV +Face 2008 +UV Count: 3 + UV + UV + UV +Face 2009 +UV Count: 3 + UV + UV + UV +Face 2010 +UV Count: 3 + UV + UV + UV +Face 2011 +UV Count: 3 + UV + UV + UV +Face 2012 +UV Count: 3 + UV + UV + UV +Face 2013 +UV Count: 3 + UV + UV + UV +Face 2014 +UV Count: 3 + UV + UV + UV +Face 2015 +UV Count: 3 + UV + UV + UV +Face 2016 +UV Count: 3 + UV + UV + UV +Face 2017 +UV Count: 3 + UV + UV + UV +Face 2018 +UV Count: 3 + UV + UV + UV +Face 2019 +UV Count: 3 + UV + UV + UV +Face 2020 +UV Count: 3 + UV + UV + UV +Face 2021 +UV Count: 3 + UV + UV + UV +Face 2022 +UV Count: 3 + UV + UV + UV +Face 2023 +UV Count: 3 + UV + UV + UV +Face 2024 +UV Count: 3 + UV + UV + UV +Face 2025 +UV Count: 3 + UV + UV + UV +Face 2026 +UV Count: 3 + UV + UV + UV +Face 2027 +UV Count: 3 + UV + UV + UV +Face 2028 +UV Count: 3 + UV + UV + UV +Face 2029 +UV Count: 3 + UV + UV + UV +Face 2030 +UV Count: 3 + UV + UV + UV +Face 2031 +UV Count: 3 + UV + UV + UV +Face 2032 +UV Count: 3 + UV + UV + UV +Face 2033 +UV Count: 3 + UV + UV + UV +Face 2034 +UV Count: 3 + UV + UV + UV +Face 2035 +UV Count: 3 + UV + UV + UV +Face 2036 +UV Count: 3 + UV + UV + UV +Face 2037 +UV Count: 3 + UV + UV + UV +Face 2038 +UV Count: 3 + UV + UV + UV +Face 2039 +UV Count: 3 + UV + UV + UV +Face 2040 +UV Count: 3 + UV + UV + UV +Face 2041 +UV Count: 3 + UV + UV + UV +Face 2042 +UV Count: 3 + UV + UV + UV +Face 2043 +UV Count: 3 + UV + UV + UV +Face 2044 +UV Count: 3 + UV + UV + UV +Face 2045 +UV Count: 3 + UV + UV + UV +Face 2046 +UV Count: 3 + UV + UV + UV +Face 2047 +UV Count: 3 + UV + UV + UV +Face 2048 +UV Count: 3 + UV + UV + UV +Face 2049 +UV Count: 3 + UV + UV + UV +Face 2050 +UV Count: 3 + UV + UV + UV +Face 2051 +UV Count: 3 + UV + UV + UV +Face 2052 +UV Count: 3 + UV + UV + UV +Face 2053 +UV Count: 3 + UV + UV + UV +Face 2054 +UV Count: 3 + UV + UV + UV +Face 2055 +UV Count: 3 + UV + UV + UV +Face 2056 +UV Count: 3 + UV + UV + UV +Face 2057 +UV Count: 3 + UV + UV + UV +Face 2058 +UV Count: 3 + UV + UV + UV +Face 2059 +UV Count: 3 + UV + UV + UV +Face 2060 +UV Count: 3 + UV + UV + UV +Face 2061 +UV Count: 3 + UV + UV + UV +Face 2062 +UV Count: 3 + UV + UV + UV +Face 2063 +UV Count: 3 + UV + UV + UV +Face 2064 +UV Count: 3 + UV + UV + UV +Face 2065 +UV Count: 3 + UV + UV + UV +Face 2066 +UV Count: 3 + UV + UV + UV +Face 2067 +UV Count: 3 + UV + UV + UV +Face 2068 +UV Count: 3 + UV + UV + UV +Face 2069 +UV Count: 3 + UV + UV + UV +Face 2070 +UV Count: 3 + UV + UV + UV +Face 2071 +UV Count: 3 + UV + UV + UV +Face 2072 +UV Count: 3 + UV + UV + UV +Face 2073 +UV Count: 3 + UV + UV + UV +Face 2074 +UV Count: 3 + UV + UV + UV +Face 2075 +UV Count: 3 + UV + UV + UV +Face 2076 +UV Count: 3 + UV + UV + UV +Face 2077 +UV Count: 3 + UV + UV + UV +Face 2078 +UV Count: 3 + UV + UV + UV +Face 2079 +UV Count: 3 + UV + UV + UV +Face 2080 +UV Count: 3 + UV + UV + UV +Face 2081 +UV Count: 3 + UV + UV + UV +Face 2082 +UV Count: 3 + UV + UV + UV +Face 2083 +UV Count: 3 + UV + UV + UV +Face 2084 +UV Count: 3 + UV + UV + UV +Face 2085 +UV Count: 3 + UV + UV + UV +Face 2086 +UV Count: 3 + UV + UV + UV +Face 2087 +UV Count: 3 + UV + UV + UV +Face 2088 +UV Count: 3 + UV + UV + UV +Face 2089 +UV Count: 3 + UV + UV + UV +Face 2090 +UV Count: 3 + UV + UV + UV +Face 2091 +UV Count: 3 + UV + UV + UV +Face 2092 +UV Count: 3 + UV + UV + UV +Face 2093 +UV Count: 3 + UV + UV + UV +Face 2094 +UV Count: 3 + UV + UV + UV +Face 2095 +UV Count: 3 + UV + UV + UV +Face 2096 +UV Count: 3 + UV + UV + UV +Face 2097 +UV Count: 3 + UV + UV + UV +Face 2098 +UV Count: 3 + UV + UV + UV +Face 2099 +UV Count: 3 + UV + UV + UV +Face 2100 +UV Count: 3 + UV + UV + UV +Face 2101 +UV Count: 3 + UV + UV + UV +Face 2102 +UV Count: 3 + UV + UV + UV +Face 2103 +UV Count: 3 + UV + UV + UV +Face 2104 +UV Count: 3 + UV + UV + UV +Face 2105 +UV Count: 3 + UV + UV + UV +Face 2106 +UV Count: 3 + UV + UV + UV +Face 2107 +UV Count: 3 + UV + UV + UV +Face 2108 +UV Count: 3 + UV + UV + UV +Face 2109 +UV Count: 3 + UV + UV + UV +Face 2110 +UV Count: 3 + UV + UV + UV +Face 2111 +UV Count: 3 + UV + UV + UV +Face 2112 +UV Count: 3 + UV + UV + UV +Face 2113 +UV Count: 3 + UV + UV + UV +Face 2114 +UV Count: 3 + UV + UV + UV +Face 2115 +UV Count: 3 + UV + UV + UV +Face 2116 +UV Count: 3 + UV + UV + UV +Face 2117 +UV Count: 3 + UV + UV + UV +Face 2118 +UV Count: 3 + UV + UV + UV +Face 2119 +UV Count: 3 + UV + UV + UV +Face 2120 +UV Count: 3 + UV + UV + UV +Face 2121 +UV Count: 3 + UV + UV + UV +Face 2122 +UV Count: 3 + UV + UV + UV +Face 2123 +UV Count: 3 + UV + UV + UV +Face 2124 +UV Count: 3 + UV + UV + UV +Face 2125 +UV Count: 3 + UV + UV + UV +Face 2126 +UV Count: 3 + UV + UV + UV +Face 2127 +UV Count: 3 + UV + UV + UV +Face 2128 +UV Count: 3 + UV + UV + UV +Face 2129 +UV Count: 3 + UV + UV + UV +Face 2130 +UV Count: 3 + UV + UV + UV +Face 2131 +UV Count: 3 + UV + UV + UV +Face 2132 +UV Count: 3 + UV + UV + UV +Face 2133 +UV Count: 3 + UV + UV + UV +Face 2134 +UV Count: 3 + UV + UV + UV +Face 2135 +UV Count: 3 + UV + UV + UV +Face 2136 +UV Count: 3 + UV + UV + UV +Face 2137 +UV Count: 3 + UV + UV + UV +Face 2138 +UV Count: 3 + UV + UV + UV +Face 2139 +UV Count: 3 + UV + UV + UV +Face 2140 +UV Count: 3 + UV + UV + UV +Face 2141 +UV Count: 3 + UV + UV + UV +Face 2142 +UV Count: 3 + UV + UV + UV +Face 2143 +UV Count: 3 + UV + UV + UV +Face 2144 +UV Count: 3 + UV + UV + UV +Face 2145 +UV Count: 3 + UV + UV + UV +Face 2146 +UV Count: 3 + UV + UV + UV +Face 2147 +UV Count: 3 + UV + UV + UV +Face 2148 +UV Count: 3 + UV + UV + UV +Face 2149 +UV Count: 3 + UV + UV + UV +Face 2150 +UV Count: 3 + UV + UV + UV +Face 2151 +UV Count: 3 + UV + UV + UV +Face 2152 +UV Count: 3 + UV + UV + UV +Face 2153 +UV Count: 3 + UV + UV + UV +Face 2154 +UV Count: 3 + UV + UV + UV +Face 2155 +UV Count: 3 + UV + UV + UV +Face 2156 +UV Count: 3 + UV + UV + UV +Face 2157 +UV Count: 3 + UV + UV + UV +Face 2158 +UV Count: 3 + UV + UV + UV +Face 2159 +UV Count: 3 + UV + UV + UV +Face 2160 +UV Count: 3 + UV + UV + UV +Face 2161 +UV Count: 3 + UV + UV + UV +Face 2162 +UV Count: 3 + UV + UV + UV +Face 2163 +UV Count: 3 + UV + UV + UV +Face 2164 +UV Count: 3 + UV + UV + UV +Face 2165 +UV Count: 3 + UV + UV + UV +Face 2166 +UV Count: 3 + UV + UV + UV +Face 2167 +UV Count: 3 + UV + UV + UV +Face 2168 +UV Count: 3 + UV + UV + UV +Face 2169 +UV Count: 3 + UV + UV + UV +Face 2170 +UV Count: 3 + UV + UV + UV +Face 2171 +UV Count: 3 + UV + UV + UV +Face 2172 +UV Count: 3 + UV + UV + UV +Face 2173 +UV Count: 3 + UV + UV + UV +Face 2174 +UV Count: 3 + UV + UV + UV +Face 2175 +UV Count: 3 + UV + UV + UV +Face 2176 +UV Count: 3 + UV + UV + UV +Face 2177 +UV Count: 3 + UV + UV + UV +Face 2178 +UV Count: 3 + UV + UV + UV +Face 2179 +UV Count: 3 + UV + UV + UV +Face 2180 +UV Count: 3 + UV + UV + UV +Face 2181 +UV Count: 3 + UV + UV + UV +Face 2182 +UV Count: 3 + UV + UV + UV +Face 2183 +UV Count: 3 + UV + UV + UV +Face 2184 +UV Count: 3 + UV + UV + UV +Face 2185 +UV Count: 3 + UV + UV + UV +Face 2186 +UV Count: 3 + UV + UV + UV +Face 2187 +UV Count: 3 + UV + UV + UV +Face 2188 +UV Count: 3 + UV + UV + UV +Face 2189 +UV Count: 3 + UV + UV + UV +Face 2190 +UV Count: 3 + UV + UV + UV +Face 2191 +UV Count: 3 + UV + UV + UV +Face 2192 +UV Count: 3 + UV + UV + UV +Face 2193 +UV Count: 3 + UV + UV + UV +Face 2194 +UV Count: 3 + UV + UV + UV +Face 2195 +UV Count: 3 + UV + UV + UV +Face 2196 +UV Count: 3 + UV + UV + UV +Face 2197 +UV Count: 3 + UV + UV + UV +Face 2198 +UV Count: 3 + UV + UV + UV +Face 2199 +UV Count: 3 + UV + UV + UV +Face 2200 +UV Count: 3 + UV + UV + UV +Face 2201 +UV Count: 3 + UV + UV + UV +Face 2202 +UV Count: 3 + UV + UV + UV +Face 2203 +UV Count: 3 + UV + UV + UV +Face 2204 +UV Count: 3 + UV + UV + UV +Face 2205 +UV Count: 3 + UV + UV + UV +Face 2206 +UV Count: 3 + UV + UV + UV +Face 2207 +UV Count: 3 + UV + UV + UV +Face 2208 +UV Count: 3 + UV + UV + UV +Face 2209 +UV Count: 3 + UV + UV + UV +Face 2210 +UV Count: 3 + UV + UV + UV +Face 2211 +UV Count: 3 + UV + UV + UV +Face 2212 +UV Count: 3 + UV + UV + UV +Face 2213 +UV Count: 3 + UV + UV + UV +Face 2214 +UV Count: 3 + UV + UV + UV +Face 2215 +UV Count: 3 + UV + UV + UV +Face 2216 +UV Count: 3 + UV + UV + UV +Face 2217 +UV Count: 3 + UV + UV + UV +Face 2218 +UV Count: 3 + UV + UV + UV +Face 2219 +UV Count: 3 + UV + UV + UV +Face 2220 +UV Count: 3 + UV + UV + UV +Face 2221 +UV Count: 3 + UV + UV + UV +Face 2222 +UV Count: 3 + UV + UV + UV +Face 2223 +UV Count: 3 + UV + UV + UV +Face 2224 +UV Count: 3 + UV + UV + UV +Face 2225 +UV Count: 3 + UV + UV + UV +Face 2226 +UV Count: 3 + UV + UV + UV +Face 2227 +UV Count: 3 + UV + UV + UV +Face 2228 +UV Count: 3 + UV + UV + UV +Face 2229 +UV Count: 3 + UV + UV + UV +Face 2230 +UV Count: 3 + UV + UV + UV +Face 2231 +UV Count: 3 + UV + UV + UV +Face 2232 +UV Count: 3 + UV + UV + UV +Face 2233 +UV Count: 3 + UV + UV + UV +Face 2234 +UV Count: 3 + UV + UV + UV +Face 2235 +UV Count: 3 + UV + UV + UV +Face 2236 +UV Count: 3 + UV + UV + UV +Face 2237 +UV Count: 3 + UV + UV + UV +Face 2238 +UV Count: 3 + UV + UV + UV +Face 2239 +UV Count: 3 + UV + UV + UV +Face 2240 +UV Count: 3 + UV + UV + UV +Face 2241 +UV Count: 3 + UV + UV + UV +Face 2242 +UV Count: 3 + UV + UV + UV +Face 2243 +UV Count: 3 + UV + UV + UV +Face 2244 +UV Count: 3 + UV + UV + UV +Face 2245 +UV Count: 3 + UV + UV + UV +Face 2246 +UV Count: 3 + UV + UV + UV +Face 2247 +UV Count: 3 + UV + UV + UV +Face 2248 +UV Count: 3 + UV + UV + UV +Face 2249 +UV Count: 3 + UV + UV + UV +Face 2250 +UV Count: 3 + UV + UV + UV +Face 2251 +UV Count: 3 + UV + UV + UV +Face 2252 +UV Count: 3 + UV + UV + UV +Face 2253 +UV Count: 3 + UV + UV + UV +Face 2254 +UV Count: 3 + UV + UV + UV +Face 2255 +UV Count: 3 + UV + UV + UV +Face 2256 +UV Count: 3 + UV + UV + UV +Face 2257 +UV Count: 3 + UV + UV + UV +Face 2258 +UV Count: 3 + UV + UV + UV +Face 2259 +UV Count: 3 + UV + UV + UV +Face 2260 +UV Count: 3 + UV + UV + UV +Face 2261 +UV Count: 3 + UV + UV + UV +Face 2262 +UV Count: 3 + UV + UV + UV +Face 2263 +UV Count: 3 + UV + UV + UV +Face 2264 +UV Count: 3 + UV + UV + UV +Face 2265 +UV Count: 3 + UV + UV + UV +Face 2266 +UV Count: 3 + UV + UV + UV +Face 2267 +UV Count: 3 + UV + UV + UV +Face 2268 +UV Count: 3 + UV + UV + UV +Face 2269 +UV Count: 3 + UV + UV + UV +Face 2270 +UV Count: 3 + UV + UV + UV +Face 2271 +UV Count: 3 + UV + UV + UV +Face 2272 +UV Count: 3 + UV + UV + UV +Face 2273 +UV Count: 3 + UV + UV + UV +Face 2274 +UV Count: 3 + UV + UV + UV +Face 2275 +UV Count: 3 + UV + UV + UV +Face 2276 +UV Count: 3 + UV + UV + UV +Face 2277 +UV Count: 3 + UV + UV + UV +Face 2278 +UV Count: 3 + UV + UV + UV +Face 2279 +UV Count: 3 + UV + UV + UV +Face 2280 +UV Count: 3 + UV + UV + UV +Face 2281 +UV Count: 3 + UV + UV + UV +Face 2282 +UV Count: 3 + UV + UV + UV +Face 2283 +UV Count: 3 + UV + UV + UV +Face 2284 +UV Count: 3 + UV + UV + UV +Face 2285 +UV Count: 3 + UV + UV + UV +Face 2286 +UV Count: 3 + UV + UV + UV +Face 2287 +UV Count: 3 + UV + UV + UV +Face 2288 +UV Count: 3 + UV + UV + UV +Face 2289 +UV Count: 3 + UV + UV + UV +Face 2290 +UV Count: 3 + UV + UV + UV +Face 2291 +UV Count: 3 + UV + UV + UV +Face 2292 +UV Count: 3 + UV + UV + UV +Face 2293 +UV Count: 3 + UV + UV + UV +Face 2294 +UV Count: 3 + UV + UV + UV +Face 2295 +UV Count: 3 + UV + UV + UV +Face 2296 +UV Count: 3 + UV + UV + UV +Face 2297 +UV Count: 3 + UV + UV + UV +Face 2298 +UV Count: 3 + UV + UV + UV +Face 2299 +UV Count: 3 + UV + UV + UV +Face 2300 +UV Count: 3 + UV + UV + UV +Face 2301 +UV Count: 3 + UV + UV + UV +Face 2302 +UV Count: 3 + UV + UV + UV +Face 2303 +UV Count: 3 + UV + UV + UV +Face 2304 +UV Count: 3 + UV + UV + UV +Face 2305 +UV Count: 3 + UV + UV + UV +Face 2306 +UV Count: 3 + UV + UV + UV +Face 2307 +UV Count: 3 + UV + UV + UV +Face 2308 +UV Count: 3 + UV + UV + UV +Face 2309 +UV Count: 3 + UV + UV + UV +Face 2310 +UV Count: 3 + UV + UV + UV +Face 2311 +UV Count: 3 + UV + UV + UV +Face 2312 +UV Count: 3 + UV + UV + UV +Face 2313 +UV Count: 3 + UV + UV + UV +Face 2314 +UV Count: 3 + UV + UV + UV +Face 2315 +UV Count: 3 + UV + UV + UV +Face 2316 +UV Count: 3 + UV + UV + UV +Face 2317 +UV Count: 3 + UV + UV + UV +Face 2318 +UV Count: 3 + UV + UV + UV +Face 2319 +UV Count: 3 + UV + UV + UV +Face 2320 +UV Count: 3 + UV + UV + UV +Face 2321 +UV Count: 3 + UV + UV + UV +Face 2322 +UV Count: 3 + UV + UV + UV +Face 2323 +UV Count: 3 + UV + UV + UV +Face 2324 +UV Count: 3 + UV + UV + UV +Face 2325 +UV Count: 3 + UV + UV + UV +Face 2326 +UV Count: 3 + UV + UV + UV +Face 2327 +UV Count: 3 + UV + UV + UV +Face 2328 +UV Count: 3 + UV + UV + UV +Face 2329 +UV Count: 3 + UV + UV + UV +Face 2330 +UV Count: 3 + UV + UV + UV +Face 2331 +UV Count: 3 + UV + UV + UV +Face 2332 +UV Count: 3 + UV + UV + UV +Face 2333 +UV Count: 3 + UV + UV + UV +Face 2334 +UV Count: 3 + UV + UV + UV +Face 2335 +UV Count: 3 + UV + UV + UV +Face 2336 +UV Count: 3 + UV + UV + UV +Face 2337 +UV Count: 3 + UV + UV + UV +Face 2338 +UV Count: 3 + UV + UV + UV +Face 2339 +UV Count: 3 + UV + UV + UV +Face 2340 +UV Count: 3 + UV + UV + UV +Face 2341 +UV Count: 3 + UV + UV + UV +Face 2342 +UV Count: 3 + UV + UV + UV +Face 2343 +UV Count: 3 + UV + UV + UV +Face 2344 +UV Count: 3 + UV + UV + UV +Face 2345 +UV Count: 3 + UV + UV + UV +Face 2346 +UV Count: 3 + UV + UV + UV +Face 2347 +UV Count: 3 + UV + UV + UV +Face 2348 +UV Count: 3 + UV + UV + UV +Face 2349 +UV Count: 3 + UV + UV + UV +Face 2350 +UV Count: 3 + UV + UV + UV +Face 2351 +UV Count: 3 + UV + UV + UV +Face 2352 +UV Count: 3 + UV + UV + UV +Face 2353 +UV Count: 3 + UV + UV + UV +Face 2354 +UV Count: 3 + UV + UV + UV +Face 2355 +UV Count: 3 + UV + UV + UV +Face 2356 +UV Count: 3 + UV + UV + UV +Face 2357 +UV Count: 3 + UV + UV + UV +Face 2358 +UV Count: 3 + UV + UV + UV +Face 2359 +UV Count: 3 + UV + UV + UV +Face 2360 +UV Count: 3 + UV + UV + UV +Face 2361 +UV Count: 3 + UV + UV + UV +Face 2362 +UV Count: 3 + UV + UV + UV +Face 2363 +UV Count: 3 + UV + UV + UV +Face 2364 +UV Count: 3 + UV + UV + UV +Face 2365 +UV Count: 3 + UV + UV + UV +Face 2366 +UV Count: 3 + UV + UV + UV +Face 2367 +UV Count: 3 + UV + UV + UV +Face 2368 +UV Count: 3 + UV + UV + UV +Face 2369 +UV Count: 3 + UV + UV + UV +Face 2370 +UV Count: 3 + UV + UV + UV +Face 2371 +UV Count: 3 + UV + UV + UV +Face 2372 +UV Count: 3 + UV + UV + UV +Face 2373 +UV Count: 3 + UV + UV + UV +Face 2374 +UV Count: 3 + UV + UV + UV +Face 2375 +UV Count: 3 + UV + UV + UV +Face 2376 +UV Count: 3 + UV + UV + UV +Face 2377 +UV Count: 3 + UV + UV + UV +Face 2378 +UV Count: 3 + UV + UV + UV +Face 2379 +UV Count: 3 + UV + UV + UV +Face 2380 +UV Count: 3 + UV + UV + UV +Face 2381 +UV Count: 3 + UV + UV + UV +Face 2382 +UV Count: 3 + UV + UV + UV +Face 2383 +UV Count: 3 + UV + UV + UV +Face 2384 +UV Count: 3 + UV + UV + UV +Face 2385 +UV Count: 3 + UV + UV + UV +Face 2386 +UV Count: 3 + UV + UV + UV +Face 2387 +UV Count: 3 + UV + UV + UV +Face 2388 +UV Count: 3 + UV + UV + UV +Face 2389 +UV Count: 3 + UV + UV + UV +Face 2390 +UV Count: 3 + UV + UV + UV +Face 2391 +UV Count: 3 + UV + UV + UV +Face 2392 +UV Count: 3 + UV + UV + UV +Face 2393 +UV Count: 3 + UV + UV + UV +Face 2394 +UV Count: 3 + UV + UV + UV +Face 2395 +UV Count: 3 + UV + UV + UV +Face 2396 +UV Count: 3 + UV + UV + UV +Face 2397 +UV Count: 3 + UV + UV + UV +Face 2398 +UV Count: 3 + UV + UV + UV +Face 2399 +UV Count: 3 + UV + UV + UV +Face 2400 +UV Count: 3 + UV + UV + UV +Face 2401 +UV Count: 3 + UV + UV + UV +Face 2402 +UV Count: 3 + UV + UV + UV +Face 2403 +UV Count: 3 + UV + UV + UV +Face 2404 +UV Count: 3 + UV + UV + UV +Face 2405 +UV Count: 3 + UV + UV + UV +Face 2406 +UV Count: 3 + UV + UV + UV +Face 2407 +UV Count: 3 + UV + UV + UV +Face 2408 +UV Count: 3 + UV + UV + UV +Face 2409 +UV Count: 3 + UV + UV + UV +Face 2410 +UV Count: 3 + UV + UV + UV +Face 2411 +UV Count: 3 + UV + UV + UV +Face 2412 +UV Count: 3 + UV + UV + UV +Face 2413 +UV Count: 3 + UV + UV + UV +Face 2414 +UV Count: 3 + UV + UV + UV +Face 2415 +UV Count: 3 + UV + UV + UV +Face 2416 +UV Count: 3 + UV + UV + UV +Face 2417 +UV Count: 3 + UV + UV + UV +Face 2418 +UV Count: 3 + UV + UV + UV +Face 2419 +UV Count: 3 + UV + UV + UV +Face 2420 +UV Count: 3 + UV + UV + UV +Face 2421 +UV Count: 3 + UV + UV + UV +Face 2422 +UV Count: 3 + UV + UV + UV +Face 2423 +UV Count: 3 + UV + UV + UV +Face 2424 +UV Count: 3 + UV + UV + UV +Face 2425 +UV Count: 3 + UV + UV + UV +Face 2426 +UV Count: 3 + UV + UV + UV +Face 2427 +UV Count: 3 + UV + UV + UV +Face 2428 +UV Count: 3 + UV + UV + UV +Face 2429 +UV Count: 3 + UV + UV + UV +Face 2430 +UV Count: 3 + UV + UV + UV +Face 2431 +UV Count: 3 + UV + UV + UV +Face 2432 +UV Count: 3 + UV + UV + UV +Face 2433 +UV Count: 3 + UV + UV + UV +Face 2434 +UV Count: 3 + UV + UV + UV +Face 2435 +UV Count: 3 + UV + UV + UV +Face 2436 +UV Count: 3 + UV + UV + UV +Face 2437 +UV Count: 3 + UV + UV + UV +Face 2438 +UV Count: 3 + UV + UV + UV +Face 2439 +UV Count: 3 + UV + UV + UV +Face 2440 +UV Count: 3 + UV + UV + UV +Face 2441 +UV Count: 3 + UV + UV + UV +Face 2442 +UV Count: 3 + UV + UV + UV +Face 2443 +UV Count: 3 + UV + UV + UV +Face 2444 +UV Count: 3 + UV + UV + UV +Face 2445 +UV Count: 3 + UV + UV + UV +Face 2446 +UV Count: 3 + UV + UV + UV +Face 2447 +UV Count: 3 + UV + UV + UV +Face 2448 +UV Count: 3 + UV + UV + UV +Face 2449 +UV Count: 3 + UV + UV + UV +Face 2450 +UV Count: 3 + UV + UV + UV +Face 2451 +UV Count: 3 + UV + UV + UV +Face 2452 +UV Count: 3 + UV + UV + UV +Face 2453 +UV Count: 3 + UV + UV + UV +Face 2454 +UV Count: 3 + UV + UV + UV +Face 2455 +UV Count: 3 + UV + UV + UV +Face 2456 +UV Count: 3 + UV + UV + UV +Face 2457 +UV Count: 3 + UV + UV + UV +Face 2458 +UV Count: 3 + UV + UV + UV +Face 2459 +UV Count: 3 + UV + UV + UV +Face 2460 +UV Count: 3 + UV + UV + UV +Face 2461 +UV Count: 3 + UV + UV + UV +Face 2462 +UV Count: 3 + UV + UV + UV +Face 2463 +UV Count: 3 + UV + UV + UV +Face 2464 +UV Count: 3 + UV + UV + UV +Face 2465 +UV Count: 3 + UV + UV + UV +Face 2466 +UV Count: 3 + UV + UV + UV +Face 2467 +UV Count: 3 + UV + UV + UV +Face 2468 +UV Count: 3 + UV + UV + UV +Face 2469 +UV Count: 3 + UV + UV + UV +Face 2470 +UV Count: 3 + UV + UV + UV +Face 2471 +UV Count: 3 + UV + UV + UV +Face 2472 +UV Count: 3 + UV + UV + UV +Face 2473 +UV Count: 3 + UV + UV + UV +Face 2474 +UV Count: 3 + UV + UV + UV +Face 2475 +UV Count: 3 + UV + UV + UV +Face 2476 +UV Count: 3 + UV + UV + UV +Face 2477 +UV Count: 3 + UV + UV + UV +Face 2478 +UV Count: 3 + UV + UV + UV +Face 2479 +UV Count: 3 + UV + UV + UV +Face 2480 +UV Count: 3 + UV + UV + UV +Face 2481 +UV Count: 3 + UV + UV + UV +Face 2482 +UV Count: 3 + UV + UV + UV +Face 2483 +UV Count: 3 + UV + UV + UV +Face 2484 +UV Count: 3 + UV + UV + UV +Face 2485 +UV Count: 3 + UV + UV + UV +Face 2486 +UV Count: 3 + UV + UV + UV +Face 2487 +UV Count: 3 + UV + UV + UV +Face 2488 +UV Count: 3 + UV + UV + UV +Face 2489 +UV Count: 3 + UV + UV + UV +Face 2490 +UV Count: 3 + UV + UV + UV +Face 2491 +UV Count: 3 + UV + UV + UV +Face 2492 +UV Count: 3 + UV + UV + UV +Face 2493 +UV Count: 3 + UV + UV + UV +Face 2494 +UV Count: 3 + UV + UV + UV +Face 2495 +UV Count: 3 + UV + UV + UV +Face 2496 +UV Count: 3 + UV + UV + UV +Face 2497 +UV Count: 3 + UV + UV + UV +Face 2498 +UV Count: 3 + UV + UV + UV +Face 2499 +UV Count: 3 + UV + UV + UV +Face 2500 +UV Count: 3 + UV + UV + UV +Face 2501 +UV Count: 3 + UV + UV + UV +Face 2502 +UV Count: 3 + UV + UV + UV +Face 2503 +UV Count: 3 + UV + UV + UV +Face 2504 +UV Count: 3 + UV + UV + UV +Face 2505 +UV Count: 3 + UV + UV + UV +Face 2506 +UV Count: 3 + UV + UV + UV +Face 2507 +UV Count: 3 + UV + UV + UV +Face 2508 +UV Count: 3 + UV + UV + UV +Face 2509 +UV Count: 3 + UV + UV + UV +Face 2510 +UV Count: 3 + UV + UV + UV +Face 2511 +UV Count: 3 + UV + UV + UV +Face 2512 +UV Count: 3 + UV + UV + UV +Face 2513 +UV Count: 3 + UV + UV + UV +Face 2514 +UV Count: 3 + UV + UV + UV +Face 2515 +UV Count: 3 + UV + UV + UV +Face 2516 +UV Count: 3 + UV + UV + UV +Face 2517 +UV Count: 3 + UV + UV + UV +Face 2518 +UV Count: 3 + UV + UV + UV +Face 2519 +UV Count: 3 + UV + UV + UV +Face 2520 +UV Count: 3 + UV + UV + UV +Face 2521 +UV Count: 3 + UV + UV + UV +Face 2522 +UV Count: 3 + UV + UV + UV +Face 2523 +UV Count: 3 + UV + UV + UV +Face 2524 +UV Count: 3 + UV + UV + UV +Face 2525 +UV Count: 3 + UV + UV + UV +Face 2526 +UV Count: 3 + UV + UV + UV +Face 2527 +UV Count: 3 + UV + UV + UV +Face 2528 +UV Count: 3 + UV + UV + UV +Face 2529 +UV Count: 3 + UV + UV + UV +Face 2530 +UV Count: 3 + UV + UV + UV +Face 2531 +UV Count: 3 + UV + UV + UV +Face 2532 +UV Count: 3 + UV + UV + UV +Face 2533 +UV Count: 3 + UV + UV + UV +Face 2534 +UV Count: 3 + UV + UV + UV +Face 2535 +UV Count: 3 + UV + UV + UV +Face 2536 +UV Count: 3 + UV + UV + UV +Face 2537 +UV Count: 3 + UV + UV + UV +Face 2538 +UV Count: 3 + UV + UV + UV +Face 2539 +UV Count: 3 + UV + UV + UV +Face 2540 +UV Count: 3 + UV + UV + UV +Face 2541 +UV Count: 3 + UV + UV + UV +Face 2542 +UV Count: 3 + UV + UV + UV +Face 2543 +UV Count: 3 + UV + UV + UV +Face 2544 +UV Count: 3 + UV + UV + UV +Face 2545 +UV Count: 3 + UV + UV + UV +Face 2546 +UV Count: 3 + UV + UV + UV +Face 2547 +UV Count: 3 + UV + UV + UV +Face 2548 +UV Count: 3 + UV + UV + UV +Face 2549 +UV Count: 3 + UV + UV + UV +Face 2550 +UV Count: 3 + UV + UV + UV +Face 2551 +UV Count: 3 + UV + UV + UV +Face 2552 +UV Count: 3 + UV + UV + UV +Face 2553 +UV Count: 3 + UV + UV + UV +Face 2554 +UV Count: 3 + UV + UV + UV +Face 2555 +UV Count: 3 + UV + UV + UV +Face 2556 +UV Count: 3 + UV + UV + UV +Face 2557 +UV Count: 3 + UV + UV + UV +Face 2558 +UV Count: 3 + UV + UV + UV +Face 2559 +UV Count: 3 + UV + UV + UV +Face 2560 +UV Count: 3 + UV + UV + UV +Face 2561 +UV Count: 3 + UV + UV + UV +Face 2562 +UV Count: 3 + UV + UV + UV +Face 2563 +UV Count: 3 + UV + UV + UV +Face 2564 +UV Count: 3 + UV + UV + UV +Face 2565 +UV Count: 3 + UV + UV + UV +Face 2566 +UV Count: 3 + UV + UV + UV +Face 2567 +UV Count: 3 + UV + UV + UV +Face 2568 +UV Count: 3 + UV + UV + UV +Face 2569 +UV Count: 3 + UV + UV + UV +Face 2570 +UV Count: 3 + UV + UV + UV +Face 2571 +UV Count: 3 + UV + UV + UV +Face 2572 +UV Count: 3 + UV + UV + UV +Face 2573 +UV Count: 3 + UV + UV + UV +Face 2574 +UV Count: 3 + UV + UV + UV +Face 2575 +UV Count: 3 + UV + UV + UV +Face 2576 +UV Count: 3 + UV + UV + UV +Face 2577 +UV Count: 3 + UV + UV + UV +Face 2578 +UV Count: 3 + UV + UV + UV +Face 2579 +UV Count: 3 + UV + UV + UV +Face 2580 +UV Count: 3 + UV + UV + UV +Face 2581 +UV Count: 3 + UV + UV + UV +Face 2582 +UV Count: 3 + UV + UV + UV +Face 2583 +UV Count: 3 + UV + UV + UV +Face 2584 +UV Count: 3 + UV + UV + UV +Face 2585 +UV Count: 3 + UV + UV + UV +Face 2586 +UV Count: 3 + UV + UV + UV +Face 2587 +UV Count: 3 + UV + UV + UV +Face 2588 +UV Count: 3 + UV + UV + UV +Face 2589 +UV Count: 3 + UV + UV + UV +Face 2590 +UV Count: 3 + UV + UV + UV +Face 2591 +UV Count: 3 + UV + UV + UV +Face 2592 +UV Count: 3 + UV + UV + UV +Face 2593 +UV Count: 3 + UV + UV + UV +Face 2594 +UV Count: 3 + UV + UV + UV +Face 2595 +UV Count: 3 + UV + UV + UV +Face 2596 +UV Count: 3 + UV + UV + UV +Face 2597 +UV Count: 3 + UV + UV + UV +Face 2598 +UV Count: 3 + UV + UV + UV +Face 2599 +UV Count: 3 + UV + UV + UV +Face 2600 +UV Count: 3 + UV + UV + UV +Face 2601 +UV Count: 3 + UV + UV + UV +Face 2602 +UV Count: 3 + UV + UV + UV +Face 2603 +UV Count: 3 + UV + UV + UV +Face 2604 +UV Count: 3 + UV + UV + UV +Face 2605 +UV Count: 3 + UV + UV + UV +Face 2606 +UV Count: 3 + UV + UV + UV +Face 2607 +UV Count: 3 + UV + UV + UV +Face 2608 +UV Count: 3 + UV + UV + UV +Face 2609 +UV Count: 3 + UV + UV + UV +Face 2610 +UV Count: 3 + UV + UV + UV +Face 2611 +UV Count: 3 + UV + UV + UV +Face 2612 +UV Count: 3 + UV + UV + UV +Face 2613 +UV Count: 3 + UV + UV + UV +Face 2614 +UV Count: 3 + UV + UV + UV +Face 2615 +UV Count: 3 + UV + UV + UV +Face 2616 +UV Count: 3 + UV + UV + UV +Face 2617 +UV Count: 3 + UV + UV + UV +Face 2618 +UV Count: 3 + UV + UV + UV +Face 2619 +UV Count: 3 + UV + UV + UV +Face 2620 +UV Count: 3 + UV + UV + UV +Face 2621 +UV Count: 3 + UV + UV + UV +Face 2622 +UV Count: 3 + UV + UV + UV +Face 2623 +UV Count: 3 + UV + UV + UV +Face 2624 +UV Count: 3 + UV + UV + UV +Face 2625 +UV Count: 3 + UV + UV + UV +Face 2626 +UV Count: 3 + UV + UV + UV +Face 2627 +UV Count: 3 + UV + UV + UV +Face 2628 +UV Count: 3 + UV + UV + UV +Face 2629 +UV Count: 3 + UV + UV + UV +Face 2630 +UV Count: 3 + UV + UV + UV +Face 2631 +UV Count: 3 + UV + UV + UV +Face 2632 +UV Count: 3 + UV + UV + UV +Face 2633 +UV Count: 3 + UV + UV + UV +Face 2634 +UV Count: 3 + UV + UV + UV +Face 2635 +UV Count: 3 + UV + UV + UV +Face 2636 +UV Count: 3 + UV + UV + UV +Face 2637 +UV Count: 3 + UV + UV + UV +Face 2638 +UV Count: 3 + UV + UV + UV +Face 2639 +UV Count: 3 + UV + UV + UV +Face 2640 +UV Count: 3 + UV + UV + UV +Face 2641 +UV Count: 3 + UV + UV + UV +Face 2642 +UV Count: 3 + UV + UV + UV +Face 2643 +UV Count: 3 + UV + UV + UV +Face 2644 +UV Count: 3 + UV + UV + UV +Face 2645 +UV Count: 3 + UV + UV + UV +Face 2646 +UV Count: 3 + UV + UV + UV +Face 2647 +UV Count: 3 + UV + UV + UV +Face 2648 +UV Count: 3 + UV + UV + UV +Face 2649 +UV Count: 3 + UV + UV + UV +Face 2650 +UV Count: 3 + UV + UV + UV +Face 2651 +UV Count: 3 + UV + UV + UV +Face 2652 +UV Count: 3 + UV + UV + UV +Face 2653 +UV Count: 3 + UV + UV + UV +Face 2654 +UV Count: 3 + UV + UV + UV +Face 2655 +UV Count: 3 + UV + UV + UV +Face 2656 +UV Count: 3 + UV + UV + UV +Face 2657 +UV Count: 3 + UV + UV + UV +Face 2658 +UV Count: 3 + UV + UV + UV +Face 2659 +UV Count: 3 + UV + UV + UV +Face 2660 +UV Count: 3 + UV + UV + UV +Face 2661 +UV Count: 3 + UV + UV + UV +Face 2662 +UV Count: 3 + UV + UV + UV +Face 2663 +UV Count: 3 + UV + UV + UV +Face 2664 +UV Count: 3 + UV + UV + UV +Face 2665 +UV Count: 3 + UV + UV + UV +Face 2666 +UV Count: 3 + UV + UV + UV +Face 2667 +UV Count: 3 + UV + UV + UV +Face 2668 +UV Count: 3 + UV + UV + UV +Face 2669 +UV Count: 3 + UV + UV + UV +Face 2670 +UV Count: 3 + UV + UV + UV +Face 2671 +UV Count: 3 + UV + UV + UV +Face 2672 +UV Count: 3 + UV + UV + UV +Face 2673 +UV Count: 3 + UV + UV + UV +Face 2674 +UV Count: 3 + UV + UV + UV +Face 2675 +UV Count: 3 + UV + UV + UV +Face 2676 +UV Count: 3 + UV + UV + UV +Face 2677 +UV Count: 3 + UV + UV + UV +Face 2678 +UV Count: 3 + UV + UV + UV +Face 2679 +UV Count: 3 + UV + UV + UV +Face 2680 +UV Count: 3 + UV + UV + UV +Face 2681 +UV Count: 3 + UV + UV + UV +Face 2682 +UV Count: 3 + UV + UV + UV +Face 2683 +UV Count: 3 + UV + UV + UV +Face 2684 +UV Count: 3 + UV + UV + UV +Face 2685 +UV Count: 3 + UV + UV + UV +Face 2686 +UV Count: 3 + UV + UV + UV +Face 2687 +UV Count: 3 + UV + UV + UV +Face 2688 +UV Count: 3 + UV + UV + UV +Face 2689 +UV Count: 3 + UV + UV + UV +Face 2690 +UV Count: 3 + UV + UV + UV +Face 2691 +UV Count: 3 + UV + UV + UV +Face 2692 +UV Count: 3 + UV + UV + UV +Face 2693 +UV Count: 3 + UV + UV + UV +Face 2694 +UV Count: 3 + UV + UV + UV +Face 2695 +UV Count: 3 + UV + UV + UV +Face 2696 +UV Count: 3 + UV + UV + UV +Face 2697 +UV Count: 3 + UV + UV + UV +Face 2698 +UV Count: 3 + UV + UV + UV +Face 2699 +UV Count: 3 + UV + UV + UV +Face 2700 +UV Count: 3 + UV + UV + UV +Face 2701 +UV Count: 3 + UV + UV + UV +Face 2702 +UV Count: 3 + UV + UV + UV +Face 2703 +UV Count: 3 + UV + UV + UV +Face 2704 +UV Count: 3 + UV + UV + UV +Face 2705 +UV Count: 3 + UV + UV + UV +Face 2706 +UV Count: 3 + UV + UV + UV +Face 2707 +UV Count: 3 + UV + UV + UV +Face 2708 +UV Count: 3 + UV + UV + UV +Face 2709 +UV Count: 3 + UV + UV + UV +Face 2710 +UV Count: 3 + UV + UV + UV +Face 2711 +UV Count: 3 + UV + UV + UV +Face 2712 +UV Count: 3 + UV + UV + UV +Face 2713 +UV Count: 3 + UV + UV + UV +Face 2714 +UV Count: 3 + UV + UV + UV +Face 2715 +UV Count: 3 + UV + UV + UV +Face 2716 +UV Count: 3 + UV + UV + UV +Face 2717 +UV Count: 3 + UV + UV + UV +Face 2718 +UV Count: 3 + UV + UV + UV +Face 2719 +UV Count: 3 + UV + UV + UV +Face 2720 +UV Count: 3 + UV + UV + UV +Face 2721 +UV Count: 3 + UV + UV + UV +Face 2722 +UV Count: 3 + UV + UV + UV +Face 2723 +UV Count: 3 + UV + UV + UV +Face 2724 +UV Count: 3 + UV + UV + UV +Face 2725 +UV Count: 3 + UV + UV + UV +Face 2726 +UV Count: 3 + UV + UV + UV +Face 2727 +UV Count: 3 + UV + UV + UV +Face 2728 +UV Count: 3 + UV + UV + UV +Face 2729 +UV Count: 3 + UV + UV + UV +Face 2730 +UV Count: 3 + UV + UV + UV +Face 2731 +UV Count: 3 + UV + UV + UV +Face 2732 +UV Count: 3 + UV + UV + UV +Face 2733 +UV Count: 3 + UV + UV + UV +Face 2734 +UV Count: 3 + UV + UV + UV +Face 2735 +UV Count: 3 + UV + UV + UV +Face 2736 +UV Count: 3 + UV + UV + UV +Face 2737 +UV Count: 3 + UV + UV + UV +Face 2738 +UV Count: 3 + UV + UV + UV +Face 2739 +UV Count: 3 + UV + UV + UV +Face 2740 +UV Count: 3 + UV + UV + UV +Face 2741 +UV Count: 3 + UV + UV + UV +Face 2742 +UV Count: 3 + UV + UV + UV +Face 2743 +UV Count: 3 + UV + UV + UV +Face 2744 +UV Count: 3 + UV + UV + UV +Face 2745 +UV Count: 3 + UV + UV + UV +Face 2746 +UV Count: 3 + UV + UV + UV +Face 2747 +UV Count: 3 + UV + UV + UV +Face 2748 +UV Count: 3 + UV + UV + UV +Face 2749 +UV Count: 3 + UV + UV + UV +Face 2750 +UV Count: 3 + UV + UV + UV +Face 2751 +UV Count: 3 + UV + UV + UV +Face 2752 +UV Count: 3 + UV + UV + UV +Face 2753 +UV Count: 3 + UV + UV + UV +Face 2754 +UV Count: 3 + UV + UV + UV +Face 2755 +UV Count: 3 + UV + UV + UV +Face 2756 +UV Count: 3 + UV + UV + UV +Face 2757 +UV Count: 3 + UV + UV + UV +Face 2758 +UV Count: 3 + UV + UV + UV +Face 2759 +UV Count: 3 + UV + UV + UV +Face 2760 +UV Count: 3 + UV + UV + UV +Face 2761 +UV Count: 3 + UV + UV + UV +Face 2762 +UV Count: 3 + UV + UV + UV +Face 2763 +UV Count: 3 + UV + UV + UV +Face 2764 +UV Count: 3 + UV + UV + UV +Face 2765 +UV Count: 3 + UV + UV + UV +Face 2766 +UV Count: 3 + UV + UV + UV +Face 2767 +UV Count: 3 + UV + UV + UV +Face 2768 +UV Count: 3 + UV + UV + UV +Face 2769 +UV Count: 3 + UV + UV + UV +Face 2770 +UV Count: 3 + UV + UV + UV +Face 2771 +UV Count: 3 + UV + UV + UV +Face 2772 +UV Count: 3 + UV + UV + UV +Face 2773 +UV Count: 3 + UV + UV + UV +Face 2774 +UV Count: 3 + UV + UV + UV +Face 2775 +UV Count: 3 + UV + UV + UV +Face 2776 +UV Count: 3 + UV + UV + UV +Face 2777 +UV Count: 3 + UV + UV + UV +Face 2778 +UV Count: 3 + UV + UV + UV +Face 2779 +UV Count: 3 + UV + UV + UV +Face 2780 +UV Count: 3 + UV + UV + UV +Face 2781 +UV Count: 3 + UV + UV + UV +Face 2782 +UV Count: 3 + UV + UV + UV +Face 2783 +UV Count: 3 + UV + UV + UV +Face 2784 +UV Count: 3 + UV + UV + UV +Face 2785 +UV Count: 3 + UV + UV + UV +Face 2786 +UV Count: 3 + UV + UV + UV +Face 2787 +UV Count: 3 + UV + UV + UV +Face 2788 +UV Count: 3 + UV + UV + UV +Face 2789 +UV Count: 3 + UV + UV + UV +Face 2790 +UV Count: 3 + UV + UV + UV +Face 2791 +UV Count: 3 + UV + UV + UV +Face 2792 +UV Count: 3 + UV + UV + UV +Face 2793 +UV Count: 3 + UV + UV + UV +Face 2794 +UV Count: 3 + UV + UV + UV +Face 2795 +UV Count: 3 + UV + UV + UV +Face 2796 +UV Count: 3 + UV + UV + UV +Face 2797 +UV Count: 3 + UV + UV + UV +Face 2798 +UV Count: 3 + UV + UV + UV +Face 2799 +UV Count: 3 + UV + UV + UV +Face 2800 +UV Count: 3 + UV + UV + UV +Face 2801 +UV Count: 3 + UV + UV + UV +Face 2802 +UV Count: 3 + UV + UV + UV +Face 2803 +UV Count: 3 + UV + UV + UV +Face 2804 +UV Count: 3 + UV + UV + UV +Face 2805 +UV Count: 3 + UV + UV + UV +Face 2806 +UV Count: 3 + UV + UV + UV +Face 2807 +UV Count: 3 + UV + UV + UV +Face 2808 +UV Count: 3 + UV + UV + UV +Face 2809 +UV Count: 3 + UV + UV + UV +Face 2810 +UV Count: 3 + UV + UV + UV +Face 2811 +UV Count: 3 + UV + UV + UV +Face 2812 +UV Count: 3 + UV + UV + UV +Face 2813 +UV Count: 3 + UV + UV + UV +Face 2814 +UV Count: 3 + UV + UV + UV +Face 2815 +UV Count: 3 + UV + UV + UV +Face 2816 +UV Count: 3 + UV + UV + UV +Face 2817 +UV Count: 3 + UV + UV + UV +Face 2818 +UV Count: 3 + UV + UV + UV +Face 2819 +UV Count: 3 + UV + UV + UV +Face 2820 +UV Count: 3 + UV + UV + UV +Face 2821 +UV Count: 3 + UV + UV + UV +Face 2822 +UV Count: 3 + UV + UV + UV +Face 2823 +UV Count: 3 + UV + UV + UV +Face 2824 +UV Count: 3 + UV + UV + UV +Face 2825 +UV Count: 3 + UV + UV + UV +Face 2826 +UV Count: 3 + UV + UV + UV +Face 2827 +UV Count: 3 + UV + UV + UV +Face 2828 +UV Count: 3 + UV + UV + UV +Face 2829 +UV Count: 3 + UV + UV + UV +Face 2830 +UV Count: 3 + UV + UV + UV +Face 2831 +UV Count: 3 + UV + UV + UV +Face 2832 +UV Count: 3 + UV + UV + UV +Face 2833 +UV Count: 3 + UV + UV + UV +Face 2834 +UV Count: 3 + UV + UV + UV +Face 2835 +UV Count: 3 + UV + UV + UV +Face 2836 +UV Count: 3 + UV + UV + UV +Face 2837 +UV Count: 3 + UV + UV + UV +Face 2838 +UV Count: 3 + UV + UV + UV +Face 2839 +UV Count: 3 + UV + UV + UV +Face 2840 +UV Count: 3 + UV + UV + UV +Face 2841 +UV Count: 3 + UV + UV + UV +Face 2842 +UV Count: 3 + UV + UV + UV +Face 2843 +UV Count: 3 + UV + UV + UV +Face 2844 +UV Count: 3 + UV + UV + UV +Face 2845 +UV Count: 3 + UV + UV + UV +Face 2846 +UV Count: 3 + UV + UV + UV +Face 2847 +UV Count: 3 + UV + UV + UV +Face 2848 +UV Count: 3 + UV + UV + UV +Face 2849 +UV Count: 3 + UV + UV + UV +Face 2850 +UV Count: 3 + UV + UV + UV +Face 2851 +UV Count: 3 + UV + UV + UV +Face 2852 +UV Count: 3 + UV + UV + UV +Face 2853 +UV Count: 3 + UV + UV + UV +Face 2854 +UV Count: 3 + UV + UV + UV +Face 2855 +UV Count: 3 + UV + UV + UV +Face 2856 +UV Count: 3 + UV + UV + UV +Face 2857 +UV Count: 3 + UV + UV + UV +Face 2858 +UV Count: 3 + UV + UV + UV +Face 2859 +UV Count: 3 + UV + UV + UV +Face 2860 +UV Count: 3 + UV + UV + UV +Face 2861 +UV Count: 3 + UV + UV + UV +Face 2862 +UV Count: 3 + UV + UV + UV +Face 2863 +UV Count: 3 + UV + UV + UV +Face 2864 +UV Count: 3 + UV + UV + UV +Face 2865 +UV Count: 3 + UV + UV + UV +Face 2866 +UV Count: 3 + UV + UV + UV +Face 2867 +UV Count: 3 + UV + UV + UV +Face 2868 +UV Count: 3 + UV + UV + UV +Face 2869 +UV Count: 3 + UV + UV + UV +Face 2870 +UV Count: 3 + UV + UV + UV +Face 2871 +UV Count: 3 + UV + UV + UV +Face 2872 +UV Count: 3 + UV + UV + UV +Face 2873 +UV Count: 3 + UV + UV + UV +Face 2874 +UV Count: 3 + UV + UV + UV +Face 2875 +UV Count: 3 + UV + UV + UV +Face 2876 +UV Count: 3 + UV + UV + UV +Face 2877 +UV Count: 3 + UV + UV + UV +Face 2878 +UV Count: 3 + UV + UV + UV +Face 2879 +UV Count: 3 + UV + UV + UV +Face 2880 +UV Count: 3 + UV + UV + UV +Face 2881 +UV Count: 3 + UV + UV + UV +Face 2882 +UV Count: 3 + UV + UV + UV +Face 2883 +UV Count: 3 + UV + UV + UV +Face 2884 +UV Count: 3 + UV + UV + UV +Face 2885 +UV Count: 3 + UV + UV + UV +Face 2886 +UV Count: 3 + UV + UV + UV +Face 2887 +UV Count: 3 + UV + UV + UV +Face 2888 +UV Count: 3 + UV + UV + UV +Face 2889 +UV Count: 3 + UV + UV + UV +Face 2890 +UV Count: 3 + UV + UV + UV +Face 2891 +UV Count: 3 + UV + UV + UV +Face 2892 +UV Count: 3 + UV + UV + UV +Face 2893 +UV Count: 3 + UV + UV + UV +Face 2894 +UV Count: 3 + UV + UV + UV +Face 2895 +UV Count: 3 + UV + UV + UV +Face 2896 +UV Count: 3 + UV + UV + UV +Face 2897 +UV Count: 3 + UV + UV + UV +Face 2898 +UV Count: 3 + UV + UV + UV +Face 2899 +UV Count: 3 + UV + UV + UV +Face 2900 +UV Count: 3 + UV + UV + UV +Face 2901 +UV Count: 3 + UV + UV + UV +Face 2902 +UV Count: 3 + UV + UV + UV +Face 2903 +UV Count: 3 + UV + UV + UV +Face 2904 +UV Count: 3 + UV + UV + UV +Face 2905 +UV Count: 3 + UV + UV + UV +Face 2906 +UV Count: 3 + UV + UV + UV +Face 2907 +UV Count: 3 + UV + UV + UV +Face 2908 +UV Count: 3 + UV + UV + UV +Face 2909 +UV Count: 3 + UV + UV + UV +Face 2910 +UV Count: 3 + UV + UV + UV +Face 2911 +UV Count: 3 + UV + UV + UV +Face 2912 +UV Count: 3 + UV + UV + UV +Face 2913 +UV Count: 3 + UV + UV + UV +Face 2914 +UV Count: 3 + UV + UV + UV +Face 2915 +UV Count: 3 + UV + UV + UV +Face 2916 +UV Count: 3 + UV + UV + UV +Face 2917 +UV Count: 3 + UV + UV + UV +Face 2918 +UV Count: 3 + UV + UV + UV +Face 2919 +UV Count: 3 + UV + UV + UV +Face 2920 +UV Count: 3 + UV + UV + UV +Face 2921 +UV Count: 3 + UV + UV + UV +Face 2922 +UV Count: 3 + UV + UV + UV +Face 2923 +UV Count: 3 + UV + UV + UV +Face 2924 +UV Count: 3 + UV + UV + UV +Face 2925 +UV Count: 3 + UV + UV + UV +Face 2926 +UV Count: 3 + UV + UV + UV +Face 2927 +UV Count: 3 + UV + UV + UV +Face 2928 +UV Count: 3 + UV + UV + UV +Face 2929 +UV Count: 3 + UV + UV + UV +Face 2930 +UV Count: 3 + UV + UV + UV +Face 2931 +UV Count: 3 + UV + UV + UV +Face 2932 +UV Count: 3 + UV + UV + UV +Face 2933 +UV Count: 3 + UV + UV + UV +Face 2934 +UV Count: 3 + UV + UV + UV +Face 2935 +UV Count: 3 + UV + UV + UV +Face 2936 +UV Count: 3 + UV + UV + UV +Face 2937 +UV Count: 3 + UV + UV + UV +Face 2938 +UV Count: 3 + UV + UV + UV +Face 2939 +UV Count: 3 + UV + UV + UV +Face 2940 +UV Count: 3 + UV + UV + UV +Face 2941 +UV Count: 3 + UV + UV + UV +Face 2942 +UV Count: 3 + UV + UV + UV +Face 2943 +UV Count: 3 + UV + UV + UV +Face 2944 +UV Count: 3 + UV + UV + UV +Face 2945 +UV Count: 3 + UV + UV + UV +Face 2946 +UV Count: 3 + UV + UV + UV +Face 2947 +UV Count: 3 + UV + UV + UV +Face 2948 +UV Count: 3 + UV + UV + UV +Face 2949 +UV Count: 3 + UV + UV + UV +Face 2950 +UV Count: 3 + UV + UV + UV +Face 2951 +UV Count: 3 + UV + UV + UV +Face 2952 +UV Count: 3 + UV + UV + UV +Face 2953 +UV Count: 3 + UV + UV + UV +Face 2954 +UV Count: 3 + UV + UV + UV +Face 2955 +UV Count: 3 + UV + UV + UV +Face 2956 +UV Count: 3 + UV + UV + UV +Face 2957 +UV Count: 3 + UV + UV + UV +Face 2958 +UV Count: 3 + UV + UV + UV +Face 2959 +UV Count: 3 + UV + UV + UV +Face 2960 +UV Count: 3 + UV + UV + UV +Face 2961 +UV Count: 3 + UV + UV + UV +Face 2962 +UV Count: 3 + UV + UV + UV +Face 2963 +UV Count: 3 + UV + UV + UV +Face 2964 +UV Count: 3 + UV + UV + UV +Face 2965 +UV Count: 3 + UV + UV + UV +Face 2966 +UV Count: 3 + UV + UV + UV +Face 2967 +UV Count: 3 + UV + UV + UV +Face 2968 +UV Count: 3 + UV + UV + UV +Face 2969 +UV Count: 3 + UV + UV + UV +Face 2970 +UV Count: 3 + UV + UV + UV +Face 2971 +UV Count: 3 + UV + UV + UV +Face 2972 +UV Count: 3 + UV + UV + UV +Face 2973 +UV Count: 3 + UV + UV + UV +Face 2974 +UV Count: 3 + UV + UV + UV +Face 2975 +UV Count: 3 + UV + UV + UV +Face 2976 +UV Count: 3 + UV + UV + UV +Face 2977 +UV Count: 3 + UV + UV + UV +Face 2978 +UV Count: 3 + UV + UV + UV +Face 2979 +UV Count: 3 + UV + UV + UV +Face 2980 +UV Count: 3 + UV + UV + UV +Face 2981 +UV Count: 3 + UV + UV + UV +Face 2982 +UV Count: 3 + UV + UV + UV +Face 2983 +UV Count: 3 + UV + UV + UV +Face 2984 +UV Count: 3 + UV + UV + UV +Face 2985 +UV Count: 3 + UV + UV + UV +Face 2986 +UV Count: 3 + UV + UV + UV +Face 2987 +UV Count: 3 + UV + UV + UV +Face 2988 +UV Count: 3 + UV + UV + UV +Face 2989 +UV Count: 3 + UV + UV + UV +Face 2990 +UV Count: 3 + UV + UV + UV +Face 2991 +UV Count: 3 + UV + UV + UV +Face 2992 +UV Count: 3 + UV + UV + UV +Face 2993 +UV Count: 3 + UV + UV + UV +Face 2994 +UV Count: 3 + UV + UV + UV +Face 2995 +UV Count: 3 + UV + UV + UV +Face 2996 +UV Count: 3 + UV + UV + UV +Face 2997 +UV Count: 3 + UV + UV + UV +Face 2998 +UV Count: 3 + UV + UV + UV +Face 2999 +UV Count: 3 + UV + UV + UV +Face 3000 +UV Count: 3 + UV + UV + UV +Face 3001 +UV Count: 3 + UV + UV + UV +Face 3002 +UV Count: 3 + UV + UV + UV +Face 3003 +UV Count: 3 + UV + UV + UV +Face 3004 +UV Count: 3 + UV + UV + UV +Face 3005 +UV Count: 3 + UV + UV + UV +Face 3006 +UV Count: 3 + UV + UV + UV +Face 3007 +UV Count: 3 + UV + UV + UV +Face 3008 +UV Count: 3 + UV + UV + UV +Face 3009 +UV Count: 3 + UV + UV + UV +Face 3010 +UV Count: 3 + UV + UV + UV +Face 3011 +UV Count: 3 + UV + UV + UV +Face 3012 +UV Count: 3 + UV + UV + UV +Face 3013 +UV Count: 3 + UV + UV + UV +Face 3014 +UV Count: 3 + UV + UV + UV +Face 3015 +UV Count: 3 + UV + UV + UV +Face 3016 +UV Count: 3 + UV + UV + UV +Face 3017 +UV Count: 3 + UV + UV + UV +Face 3018 +UV Count: 3 + UV + UV + UV +Face 3019 +UV Count: 3 + UV + UV + UV +Face 3020 +UV Count: 3 + UV + UV + UV +Face 3021 +UV Count: 3 + UV + UV + UV +Face 3022 +UV Count: 3 + UV + UV + UV +Face 3023 +UV Count: 3 + UV + UV + UV +Face 3024 +UV Count: 3 + UV + UV + UV +Face 3025 +UV Count: 3 + UV + UV + UV +Face 3026 +UV Count: 3 + UV + UV + UV +Face 3027 +UV Count: 3 + UV + UV + UV +Face 3028 +UV Count: 3 + UV + UV + UV +Face 3029 +UV Count: 3 + UV + UV + UV +Face 3030 +UV Count: 3 + UV + UV + UV +Face 3031 +UV Count: 3 + UV + UV + UV +Face 3032 +UV Count: 3 + UV + UV + UV +Face 3033 +UV Count: 3 + UV + UV + UV +Face 3034 +UV Count: 3 + UV + UV + UV +Face 3035 +UV Count: 3 + UV + UV + UV +Face 3036 +UV Count: 3 + UV + UV + UV +Face 3037 +UV Count: 3 + UV + UV + UV +Face 3038 +UV Count: 3 + UV + UV + UV +Face 3039 +UV Count: 3 + UV + UV + UV +Face 3040 +UV Count: 3 + UV + UV + UV +Face 3041 +UV Count: 3 + UV + UV + UV +Face 3042 +UV Count: 3 + UV + UV + UV +Face 3043 +UV Count: 3 + UV + UV + UV +Face 3044 +UV Count: 3 + UV + UV + UV +Face 3045 +UV Count: 3 + UV + UV + UV +Face 3046 +UV Count: 3 + UV + UV + UV +Face 3047 +UV Count: 3 + UV + UV + UV +Face 3048 +UV Count: 3 + UV + UV + UV +Face 3049 +UV Count: 3 + UV + UV + UV +Face 3050 +UV Count: 3 + UV + UV + UV +Face 3051 +UV Count: 3 + UV + UV + UV +Face 3052 +UV Count: 3 + UV + UV + UV +Face 3053 +UV Count: 3 + UV + UV + UV +Face 3054 +UV Count: 3 + UV + UV + UV +Face 3055 +UV Count: 3 + UV + UV + UV +Face 3056 +UV Count: 3 + UV + UV + UV +Face 3057 +UV Count: 3 + UV + UV + UV +Face 3058 +UV Count: 3 + UV + UV + UV +Face 3059 +UV Count: 3 + UV + UV + UV +Face 3060 +UV Count: 3 + UV + UV + UV +Face 3061 +UV Count: 3 + UV + UV + UV +Face 3062 +UV Count: 3 + UV + UV + UV +Face 3063 +UV Count: 3 + UV + UV + UV +Face 3064 +UV Count: 3 + UV + UV + UV +Face 3065 +UV Count: 3 + UV + UV + UV +Face 3066 +UV Count: 3 + UV + UV + UV +Face 3067 +UV Count: 3 + UV + UV + UV +Face 3068 +UV Count: 3 + UV + UV + UV +Face 3069 +UV Count: 3 + UV + UV + UV +Face 3070 +UV Count: 3 + UV + UV + UV +Face 3071 +UV Count: 3 + UV + UV + UV +Face 3072 +UV Count: 3 + UV + UV + UV +Face 3073 +UV Count: 3 + UV + UV + UV +Face 3074 +UV Count: 3 + UV + UV + UV +Face 3075 +UV Count: 3 + UV + UV + UV +Face 3076 +UV Count: 3 + UV + UV + UV +Face 3077 +UV Count: 3 + UV + UV + UV +Face 3078 +UV Count: 3 + UV + UV + UV +Face 3079 +UV Count: 3 + UV + UV + UV +Face 3080 +UV Count: 3 + UV + UV + UV +Face 3081 +UV Count: 3 + UV + UV + UV +Face 3082 +UV Count: 3 + UV + UV + UV +Face 3083 +UV Count: 3 + UV + UV + UV +Face 3084 +UV Count: 3 + UV + UV + UV +Face 3085 +UV Count: 3 + UV + UV + UV +Face 3086 +UV Count: 3 + UV + UV + UV +Face 3087 +UV Count: 3 + UV + UV + UV +Face 3088 +UV Count: 3 + UV + UV + UV +Face 3089 +UV Count: 3 + UV + UV + UV +Face 3090 +UV Count: 3 + UV + UV + UV +Face 3091 +UV Count: 3 + UV + UV + UV +Face 3092 +UV Count: 3 + UV + UV + UV +Face 3093 +UV Count: 3 + UV + UV + UV +Face 3094 +UV Count: 3 + UV + UV + UV +Face 3095 +UV Count: 3 + UV + UV + UV +Face 3096 +UV Count: 3 + UV + UV + UV +Face 3097 +UV Count: 3 + UV + UV + UV +Face 3098 +UV Count: 3 + UV + UV + UV +Face 3099 +UV Count: 3 + UV + UV + UV +Face 3100 +UV Count: 3 + UV + UV + UV +Face 3101 +UV Count: 3 + UV + UV + UV +Face 3102 +UV Count: 3 + UV + UV + UV +Face 3103 +UV Count: 3 + UV + UV + UV +Face 3104 +UV Count: 3 + UV + UV + UV +Face 3105 +UV Count: 3 + UV + UV + UV +Face 3106 +UV Count: 3 + UV + UV + UV +Face 3107 +UV Count: 3 + UV + UV + UV +Face 3108 +UV Count: 3 + UV + UV + UV +Face 3109 +UV Count: 3 + UV + UV + UV +Face 3110 +UV Count: 3 + UV + UV + UV +Face 3111 +UV Count: 3 + UV + UV + UV +Face 3112 +UV Count: 3 + UV + UV + UV +Face 3113 +UV Count: 3 + UV + UV + UV +Face 3114 +UV Count: 3 + UV + UV + UV +Face 3115 +UV Count: 3 + UV + UV + UV +Face 3116 +UV Count: 3 + UV + UV + UV +Face 3117 +UV Count: 3 + UV + UV + UV +Face 3118 +UV Count: 3 + UV + UV + UV +Face 3119 +UV Count: 3 + UV + UV + UV +Face 3120 +UV Count: 3 + UV + UV + UV +Face 3121 +UV Count: 3 + UV + UV + UV +Face 3122 +UV Count: 3 + UV + UV + UV +Face 3123 +UV Count: 3 + UV + UV + UV +Face 3124 +UV Count: 3 + UV + UV + UV +Face 3125 +UV Count: 3 + UV + UV + UV +Face 3126 +UV Count: 3 + UV + UV + UV +Face 3127 +UV Count: 3 + UV + UV + UV +Face 3128 +UV Count: 3 + UV + UV + UV +Face 3129 +UV Count: 3 + UV + UV + UV +Face 3130 +UV Count: 3 + UV + UV + UV +Face 3131 +UV Count: 3 + UV + UV + UV +Face 3132 +UV Count: 3 + UV + UV + UV +Face 3133 +UV Count: 3 + UV + UV + UV +Face 3134 +UV Count: 3 + UV + UV + UV +Face 3135 +UV Count: 3 + UV + UV + UV +Face 3136 +UV Count: 3 + UV + UV + UV +Face 3137 +UV Count: 3 + UV + UV + UV +Face 3138 +UV Count: 3 + UV + UV + UV +Face 3139 +UV Count: 3 + UV + UV + UV +Face 3140 +UV Count: 3 + UV + UV + UV +Face 3141 +UV Count: 3 + UV + UV + UV +Face 3142 +UV Count: 3 + UV + UV + UV +Face 3143 +UV Count: 3 + UV + UV + UV +Face 3144 +UV Count: 3 + UV + UV + UV +Face 3145 +UV Count: 3 + UV + UV + UV +Face 3146 +UV Count: 3 + UV + UV + UV +Face 3147 +UV Count: 3 + UV + UV + UV +Face 3148 +UV Count: 3 + UV + UV + UV +Face 3149 +UV Count: 3 + UV + UV + UV +Face 3150 +UV Count: 3 + UV + UV + UV +Face 3151 +UV Count: 3 + UV + UV + UV +Face 3152 +UV Count: 3 + UV + UV + UV +Face 3153 +UV Count: 3 + UV + UV + UV +Face 3154 +UV Count: 3 + UV + UV + UV +Face 3155 +UV Count: 3 + UV + UV + UV +Face 3156 +UV Count: 3 + UV + UV + UV +Face 3157 +UV Count: 3 + UV + UV + UV +Face 3158 +UV Count: 3 + UV + UV + UV +Face 3159 +UV Count: 3 + UV + UV + UV +Face 3160 +UV Count: 3 + UV + UV + UV +Face 3161 +UV Count: 3 + UV + UV + UV +Face 3162 +UV Count: 3 + UV + UV + UV +Face 3163 +UV Count: 3 + UV + UV + UV +Face 3164 +UV Count: 3 + UV + UV + UV +Face 3165 +UV Count: 3 + UV + UV + UV +Face 3166 +UV Count: 3 + UV + UV + UV +Face 3167 +UV Count: 3 + UV + UV + UV +Face 3168 +UV Count: 3 + UV + UV + UV +Face 3169 +UV Count: 3 + UV + UV + UV +Face 3170 +UV Count: 3 + UV + UV + UV +Face 3171 +UV Count: 3 + UV + UV + UV +Face 3172 +UV Count: 3 + UV + UV + UV +Face 3173 +UV Count: 3 + UV + UV + UV +Face 3174 +UV Count: 3 + UV + UV + UV +Face 3175 +UV Count: 3 + UV + UV + UV +Face 3176 +UV Count: 3 + UV + UV + UV +Face 3177 +UV Count: 3 + UV + UV + UV +Face 3178 +UV Count: 3 + UV + UV + UV +Face 3179 +UV Count: 3 + UV + UV + UV +Face 3180 +UV Count: 3 + UV + UV + UV +Face 3181 +UV Count: 3 + UV + UV + UV +Face 3182 +UV Count: 3 + UV + UV + UV +Face 3183 +UV Count: 3 + UV + UV + UV +Face 3184 +UV Count: 3 + UV + UV + UV +Face 3185 +UV Count: 3 + UV + UV + UV +Face 3186 +UV Count: 3 + UV + UV + UV +Face 3187 +UV Count: 3 + UV + UV + UV +Face 3188 +UV Count: 3 + UV + UV + UV +Face 3189 +UV Count: 3 + UV + UV + UV +Face 3190 +UV Count: 3 + UV + UV + UV +Face 3191 +UV Count: 3 + UV + UV + UV +Face 3192 +UV Count: 3 + UV + UV + UV +Face 3193 +UV Count: 3 + UV + UV + UV +Face 3194 +UV Count: 3 + UV + UV + UV +Face 3195 +UV Count: 3 + UV + UV + UV +Face 3196 +UV Count: 3 + UV + UV + UV +Face 3197 +UV Count: 3 + UV + UV + UV +Face 3198 +UV Count: 3 + UV + UV + UV +Face 3199 +UV Count: 3 + UV + UV + UV +Face 3200 +UV Count: 3 + UV + UV + UV +Face 3201 +UV Count: 3 + UV + UV + UV +Face 3202 +UV Count: 3 + UV + UV + UV +Face 3203 +UV Count: 3 + UV + UV + UV +Face 3204 +UV Count: 3 + UV + UV + UV +Face 3205 +UV Count: 3 + UV + UV + UV +Face 3206 +UV Count: 3 + UV + UV + UV +Face 3207 +UV Count: 3 + UV + UV + UV +Face 3208 +UV Count: 3 + UV + UV + UV +Face 3209 +UV Count: 3 + UV + UV + UV +Face 3210 +UV Count: 3 + UV + UV + UV +Face 3211 +UV Count: 3 + UV + UV + UV +Face 3212 +UV Count: 3 + UV + UV + UV +Face 3213 +UV Count: 3 + UV + UV + UV +Face 3214 +UV Count: 3 + UV + UV + UV +Face 3215 +UV Count: 3 + UV + UV + UV +Face 3216 +UV Count: 3 + UV + UV + UV +Face 3217 +UV Count: 3 + UV + UV + UV +Face 3218 +UV Count: 3 + UV + UV + UV +Face 3219 +UV Count: 3 + UV + UV + UV +Face 3220 +UV Count: 3 + UV + UV + UV +Face 3221 +UV Count: 3 + UV + UV + UV +Face 3222 +UV Count: 3 + UV + UV + UV +Face 3223 +UV Count: 3 + UV + UV + UV +Face 3224 +UV Count: 3 + UV + UV + UV +Face 3225 +UV Count: 3 + UV + UV + UV +Face 3226 +UV Count: 3 + UV + UV + UV +Face 3227 +UV Count: 3 + UV + UV + UV +Face 3228 +UV Count: 3 + UV + UV + UV +Face 3229 +UV Count: 3 + UV + UV + UV +Face 3230 +UV Count: 3 + UV + UV + UV +Face 3231 +UV Count: 3 + UV + UV + UV +Face 3232 +UV Count: 3 + UV + UV + UV +Face 3233 +UV Count: 3 + UV + UV + UV +Face 3234 +UV Count: 3 + UV + UV + UV +Face 3235 +UV Count: 3 + UV + UV + UV +Face 3236 +UV Count: 3 + UV + UV + UV +Face 3237 +UV Count: 3 + UV + UV + UV +Face 3238 +UV Count: 3 + UV + UV + UV +Face 3239 +UV Count: 3 + UV + UV + UV +Face 3240 +UV Count: 3 + UV + UV + UV +Face 3241 +UV Count: 3 + UV + UV + UV +Face 3242 +UV Count: 3 + UV + UV + UV +Face 3243 +UV Count: 3 + UV + UV + UV +Face 3244 +UV Count: 3 + UV + UV + UV +Face 3245 +UV Count: 3 + UV + UV + UV +Face 3246 +UV Count: 3 + UV + UV + UV +Face 3247 +UV Count: 3 + UV + UV + UV +Face 3248 +UV Count: 3 + UV + UV + UV +Face 3249 +UV Count: 3 + UV + UV + UV +Face 3250 +UV Count: 3 + UV + UV + UV +Face 3251 +UV Count: 3 + UV + UV + UV +Face 3252 +UV Count: 3 + UV + UV + UV +Face 3253 +UV Count: 3 + UV + UV + UV +Face 3254 +UV Count: 3 + UV + UV + UV +Face 3255 +UV Count: 3 + UV + UV + UV +Face 3256 +UV Count: 3 + UV + UV + UV +Face 3257 +UV Count: 3 + UV + UV + UV +Face 3258 +UV Count: 3 + UV + UV + UV +Face 3259 +UV Count: 3 + UV + UV + UV +Face 3260 +UV Count: 3 + UV + UV + UV +Face 3261 +UV Count: 3 + UV + UV + UV +Face 3262 +UV Count: 3 + UV + UV + UV +Face 3263 +UV Count: 3 + UV + UV + UV +Face 3264 +UV Count: 3 + UV + UV + UV +Face 3265 +UV Count: 3 + UV + UV + UV +Face 3266 +UV Count: 3 + UV + UV + UV +Face 3267 +UV Count: 3 + UV + UV + UV +Face 3268 +UV Count: 3 + UV + UV + UV +Face 3269 +UV Count: 3 + UV + UV + UV +Face 3270 +UV Count: 3 + UV + UV + UV +Face 3271 +UV Count: 3 + UV + UV + UV +Face 3272 +UV Count: 3 + UV + UV + UV +Face 3273 +UV Count: 3 + UV + UV + UV +Face 3274 +UV Count: 3 + UV + UV + UV +Face 3275 +UV Count: 3 + UV + UV + UV +Face 3276 +UV Count: 3 + UV + UV + UV +Face 3277 +UV Count: 3 + UV + UV + UV +Face 3278 +UV Count: 3 + UV + UV + UV +Face 3279 +UV Count: 3 + UV + UV + UV +Face 3280 +UV Count: 3 + UV + UV + UV +Face 3281 +UV Count: 3 + UV + UV + UV +Face 3282 +UV Count: 3 + UV + UV + UV +Face 3283 +UV Count: 3 + UV + UV + UV +Face 3284 +UV Count: 3 + UV + UV + UV +Face 3285 +UV Count: 3 + UV + UV + UV +Face 3286 +UV Count: 3 + UV + UV + UV +Face 3287 +UV Count: 3 + UV + UV + UV +Face 3288 +UV Count: 3 + UV + UV + UV +Face 3289 +UV Count: 3 + UV + UV + UV +Face 3290 +UV Count: 3 + UV + UV + UV +Face 3291 +UV Count: 3 + UV + UV + UV +Face 3292 +UV Count: 3 + UV + UV + UV +Face 3293 +UV Count: 3 + UV + UV + UV +Face 3294 +UV Count: 3 + UV + UV + UV +Face 3295 +UV Count: 3 + UV + UV + UV +Face 3296 +UV Count: 3 + UV + UV + UV +Face 3297 +UV Count: 3 + UV + UV + UV +Face 3298 +UV Count: 3 + UV + UV + UV +Face 3299 +UV Count: 3 + UV + UV + UV +Face 3300 +UV Count: 3 + UV + UV + UV +Face 3301 +UV Count: 3 + UV + UV + UV +Face 3302 +UV Count: 3 + UV + UV + UV +Face 3303 +UV Count: 3 + UV + UV + UV +Face 3304 +UV Count: 3 + UV + UV + UV +Face 3305 +UV Count: 3 + UV + UV + UV +Face 3306 +UV Count: 3 + UV + UV + UV +Face 3307 +UV Count: 3 + UV + UV + UV +Face 3308 +UV Count: 3 + UV + UV + UV +Face 3309 +UV Count: 3 + UV + UV + UV +Face 3310 +UV Count: 3 + UV + UV + UV +Face 3311 +UV Count: 3 + UV + UV + UV +Face 3312 +UV Count: 3 + UV + UV + UV +Face 3313 +UV Count: 3 + UV + UV + UV +Face 3314 +UV Count: 3 + UV + UV + UV +Face 3315 +UV Count: 3 + UV + UV + UV +Face 3316 +UV Count: 3 + UV + UV + UV +Face 3317 +UV Count: 3 + UV + UV + UV +Face 3318 +UV Count: 3 + UV + UV + UV +Face 3319 +UV Count: 3 + UV + UV + UV +Face 3320 +UV Count: 3 + UV + UV + UV +Face 3321 +UV Count: 3 + UV + UV + UV +Face 3322 +UV Count: 3 + UV + UV + UV +Face 3323 +UV Count: 3 + UV + UV + UV +Face 3324 +UV Count: 3 + UV + UV + UV +Face 3325 +UV Count: 3 + UV + UV + UV +Face 3326 +UV Count: 3 + UV + UV + UV +Face 3327 +UV Count: 3 + UV + UV + UV +Face 3328 +UV Count: 3 + UV + UV + UV +Face 3329 +UV Count: 3 + UV + UV + UV +Face 3330 +UV Count: 3 + UV + UV + UV +Face 3331 +UV Count: 3 + UV + UV + UV +Face 3332 +UV Count: 3 + UV + UV + UV +Face 3333 +UV Count: 3 + UV + UV + UV +Face 3334 +UV Count: 3 + UV + UV + UV +Face 3335 +UV Count: 3 + UV + UV + UV +Face 3336 +UV Count: 3 + UV + UV + UV +Face 3337 +UV Count: 3 + UV + UV + UV +Face 3338 +UV Count: 3 + UV + UV + UV +Face 3339 +UV Count: 3 + UV + UV + UV +Face 3340 +UV Count: 3 + UV + UV + UV +Face 3341 +UV Count: 3 + UV + UV + UV +Face 3342 +UV Count: 3 + UV + UV + UV +Face 3343 +UV Count: 3 + UV + UV + UV +Face 3344 +UV Count: 3 + UV + UV + UV +Face 3345 +UV Count: 3 + UV + UV + UV +Face 3346 +UV Count: 3 + UV + UV + UV +Face 3347 +UV Count: 3 + UV + UV + UV +Face 3348 +UV Count: 3 + UV + UV + UV +Face 3349 +UV Count: 3 + UV + UV + UV +Face 3350 +UV Count: 3 + UV + UV + UV +Face 3351 +UV Count: 3 + UV + UV + UV +Face 3352 +UV Count: 3 + UV + UV + UV +Face 3353 +UV Count: 3 + UV + UV + UV +Face 3354 +UV Count: 3 + UV + UV + UV +Face 3355 +UV Count: 3 + UV + UV + UV +Face 3356 +UV Count: 3 + UV + UV + UV +Face 3357 +UV Count: 3 + UV + UV + UV +Face 3358 +UV Count: 3 + UV + UV + UV +Face 3359 +UV Count: 3 + UV + UV + UV +Face 3360 +UV Count: 3 + UV + UV + UV +Face 3361 +UV Count: 3 + UV + UV + UV +Face 3362 +UV Count: 3 + UV + UV + UV +Face 3363 +UV Count: 3 + UV + UV + UV +Face 3364 +UV Count: 3 + UV + UV + UV +Face 3365 +UV Count: 3 + UV + UV + UV +Face 3366 +UV Count: 3 + UV + UV + UV +Face 3367 +UV Count: 3 + UV + UV + UV +Face 3368 +UV Count: 3 + UV + UV + UV +Face 3369 +UV Count: 3 + UV + UV + UV +Face 3370 +UV Count: 3 + UV + UV + UV +Face 3371 +UV Count: 3 + UV + UV + UV +Face 3372 +UV Count: 3 + UV + UV + UV +Face 3373 +UV Count: 3 + UV + UV + UV +Face 3374 +UV Count: 3 + UV + UV + UV +Face 3375 +UV Count: 3 + UV + UV + UV +Face 3376 +UV Count: 3 + UV + UV + UV +Face 3377 +UV Count: 3 + UV + UV + UV +Face 3378 +UV Count: 3 + UV + UV + UV +Face 3379 +UV Count: 3 + UV + UV + UV +Face 3380 +UV Count: 3 + UV + UV + UV +Face 3381 +UV Count: 3 + UV + UV + UV +Face 3382 +UV Count: 3 + UV + UV + UV +Face 3383 +UV Count: 3 + UV + UV + UV +Face 3384 +UV Count: 3 + UV + UV + UV +Face 3385 +UV Count: 3 + UV + UV + UV +Face 3386 +UV Count: 3 + UV + UV + UV +Face 3387 +UV Count: 3 + UV + UV + UV +Face 3388 +UV Count: 3 + UV + UV + UV +Face 3389 +UV Count: 3 + UV + UV + UV +Face 3390 +UV Count: 3 + UV + UV + UV +Face 3391 +UV Count: 3 + UV + UV + UV +Face 3392 +UV Count: 3 + UV + UV + UV +Face 3393 +UV Count: 3 + UV + UV + UV +Face 3394 +UV Count: 3 + UV + UV + UV +Face 3395 +UV Count: 3 + UV + UV + UV +Face 3396 +UV Count: 3 + UV + UV + UV +Face 3397 +UV Count: 3 + UV + UV + UV +Face 3398 +UV Count: 3 + UV + UV + UV +Face 3399 +UV Count: 3 + UV + UV + UV +Face 3400 +UV Count: 3 + UV + UV + UV +Face 3401 +UV Count: 3 + UV + UV + UV +Face 3402 +UV Count: 3 + UV + UV + UV +Face 3403 +UV Count: 3 + UV + UV + UV +Face 3404 +UV Count: 3 + UV + UV + UV +Face 3405 +UV Count: 3 + UV + UV + UV +Face 3406 +UV Count: 3 + UV + UV + UV +Face 3407 +UV Count: 3 + UV + UV + UV +Face 3408 +UV Count: 3 + UV + UV + UV +Face 3409 +UV Count: 3 + UV + UV + UV +Face 3410 +UV Count: 3 + UV + UV + UV +Face 3411 +UV Count: 3 + UV + UV + UV +Face 3412 +UV Count: 3 + UV + UV + UV +Face 3413 +UV Count: 3 + UV + UV + UV +Face 3414 +UV Count: 3 + UV + UV + UV +Face 3415 +UV Count: 3 + UV + UV + UV +Face 3416 +UV Count: 3 + UV + UV + UV +Face 3417 +UV Count: 3 + UV + UV + UV +Face 3418 +UV Count: 3 + UV + UV + UV +Face 3419 +UV Count: 3 + UV + UV + UV +Face 3420 +UV Count: 3 + UV + UV + UV +Face 3421 +UV Count: 3 + UV + UV + UV +Face 3422 +UV Count: 3 + UV + UV + UV +Face 3423 +UV Count: 3 + UV + UV + UV +Face 3424 +UV Count: 3 + UV + UV + UV +Face 3425 +UV Count: 3 + UV + UV + UV +Face 3426 +UV Count: 3 + UV + UV + UV +Face 3427 +UV Count: 3 + UV + UV + UV +Face 3428 +UV Count: 3 + UV + UV + UV +Face 3429 +UV Count: 3 + UV + UV + UV +Face 3430 +UV Count: 3 + UV + UV + UV +Face 3431 +UV Count: 3 + UV + UV + UV +Face 3432 +UV Count: 3 + UV + UV + UV +Face 3433 +UV Count: 3 + UV + UV + UV +Face 3434 +UV Count: 3 + UV + UV + UV +Face 3435 +UV Count: 3 + UV + UV + UV +Face 3436 +UV Count: 3 + UV + UV + UV +Face 3437 +UV Count: 3 + UV + UV + UV +Face 3438 +UV Count: 3 + UV + UV + UV +Face 3439 +UV Count: 3 + UV + UV + UV +Face 3440 +UV Count: 3 + UV + UV + UV +Face 3441 +UV Count: 3 + UV + UV + UV +Face 3442 +UV Count: 3 + UV + UV + UV +Face 3443 +UV Count: 3 + UV + UV + UV +Face 3444 +UV Count: 3 + UV + UV + UV +Face 3445 +UV Count: 3 + UV + UV + UV +Face 3446 +UV Count: 3 + UV + UV + UV +Face 3447 +UV Count: 3 + UV + UV + UV +Face 3448 +UV Count: 3 + UV + UV + UV +Face 3449 +UV Count: 3 + UV + UV + UV +Face 3450 +UV Count: 3 + UV + UV + UV +Face 3451 +UV Count: 3 + UV + UV + UV +Face 3452 +UV Count: 3 + UV + UV + UV +Face 3453 +UV Count: 3 + UV + UV + UV +Face 3454 +UV Count: 3 + UV + UV + UV +Face 3455 +UV Count: 3 + UV + UV + UV +Face 3456 +UV Count: 3 + UV + UV + UV +Face 3457 +UV Count: 3 + UV + UV + UV +Face 3458 +UV Count: 3 + UV + UV + UV +Face 3459 +UV Count: 3 + UV + UV + UV +Face 3460 +UV Count: 3 + UV + UV + UV +Face 3461 +UV Count: 3 + UV + UV + UV +Face 3462 +UV Count: 3 + UV + UV + UV +Face 3463 +UV Count: 3 + UV + UV + UV +Face 3464 +UV Count: 3 + UV + UV + UV +Face 3465 +UV Count: 3 + UV + UV + UV +Face 3466 +UV Count: 3 + UV + UV + UV +Face 3467 +UV Count: 3 + UV + UV + UV +Face 3468 +UV Count: 3 + UV + UV + UV +Face 3469 +UV Count: 3 + UV + UV + UV +Face 3470 +UV Count: 3 + UV + UV + UV +Face 3471 +UV Count: 3 + UV + UV + UV +Face 3472 +UV Count: 3 + UV + UV + UV +Face 3473 +UV Count: 3 + UV + UV + UV +Face 3474 +UV Count: 3 + UV + UV + UV +Face 3475 +UV Count: 3 + UV + UV + UV +Face 3476 +UV Count: 3 + UV + UV + UV +Face 3477 +UV Count: 3 + UV + UV + UV +Face 3478 +UV Count: 3 + UV + UV + UV +Face 3479 +UV Count: 3 + UV + UV + UV +Face 3480 +UV Count: 3 + UV + UV + UV +Face 3481 +UV Count: 3 + UV + UV + UV +Face 3482 +UV Count: 3 + UV + UV + UV +Face 3483 +UV Count: 3 + UV + UV + UV +Face 3484 +UV Count: 3 + UV + UV + UV +Face 3485 +UV Count: 3 + UV + UV + UV +Face 3486 +UV Count: 3 + UV + UV + UV +Face 3487 +UV Count: 3 + UV + UV + UV +Face 3488 +UV Count: 3 + UV + UV + UV +Face 3489 +UV Count: 3 + UV + UV + UV +Face 3490 +UV Count: 3 + UV + UV + UV +Face 3491 +UV Count: 3 + UV + UV + UV +Face 3492 +UV Count: 3 + UV + UV + UV +Face 3493 +UV Count: 3 + UV + UV + UV +Face 3494 +UV Count: 3 + UV + UV + UV +Face 3495 +UV Count: 3 + UV + UV + UV +Face 3496 +UV Count: 3 + UV + UV + UV +Face 3497 +UV Count: 3 + UV + UV + UV +Face 3498 +UV Count: 3 + UV + UV + UV +Face 3499 +UV Count: 3 + UV + UV + UV +Face 3500 +UV Count: 3 + UV + UV + UV +Face 3501 +UV Count: 3 + UV + UV + UV +Face 3502 +UV Count: 3 + UV + UV + UV +Face 3503 +UV Count: 3 + UV + UV + UV +Face 3504 +UV Count: 3 + UV + UV + UV +Face 3505 +UV Count: 3 + UV + UV + UV +Face 3506 +UV Count: 3 + UV + UV + UV +Face 3507 +UV Count: 3 + UV + UV + UV +Face 3508 +UV Count: 3 + UV + UV + UV +Face 3509 +UV Count: 3 + UV + UV + UV +Face 3510 +UV Count: 3 + UV + UV + UV +Face 3511 +UV Count: 3 + UV + UV + UV +Face 3512 +UV Count: 3 + UV + UV + UV +Face 3513 +UV Count: 3 + UV + UV + UV +Face 3514 +UV Count: 3 + UV + UV + UV +Face 3515 +UV Count: 3 + UV + UV + UV +Face 3516 +UV Count: 3 + UV + UV + UV +Face 3517 +UV Count: 3 + UV + UV + UV +Face 3518 +UV Count: 3 + UV + UV + UV +Face 3519 +UV Count: 3 + UV + UV + UV +Face 3520 +UV Count: 3 + UV + UV + UV +Face 3521 +UV Count: 3 + UV + UV + UV +Face 3522 +UV Count: 3 + UV + UV + UV +Face 3523 +UV Count: 3 + UV + UV + UV +Face 3524 +UV Count: 3 + UV + UV + UV +Face 3525 +UV Count: 3 + UV + UV + UV +Face 3526 +UV Count: 3 + UV + UV + UV +Face 3527 +UV Count: 3 + UV + UV + UV +Face 3528 +UV Count: 3 + UV + UV + UV +Face 3529 +UV Count: 3 + UV + UV + UV +Face 3530 +UV Count: 3 + UV + UV + UV +Face 3531 +UV Count: 3 + UV + UV + UV +Face 3532 +UV Count: 3 + UV + UV + UV +Face 3533 +UV Count: 3 + UV + UV + UV +Face 3534 +UV Count: 3 + UV + UV + UV +Face 3535 +UV Count: 3 + UV + UV + UV +Face 3536 +UV Count: 3 + UV + UV + UV +Face 3537 +UV Count: 3 + UV + UV + UV +Face 3538 +UV Count: 3 + UV + UV + UV +Face 3539 +UV Count: 3 + UV + UV + UV +Face 3540 +UV Count: 3 + UV + UV + UV +Face 3541 +UV Count: 3 + UV + UV + UV +Face 3542 +UV Count: 3 + UV + UV + UV +Face 3543 +UV Count: 3 + UV + UV + UV +Face 3544 +UV Count: 3 + UV + UV + UV +Face 3545 +UV Count: 3 + UV + UV + UV +Face 3546 +UV Count: 3 + UV + UV + UV +Face 3547 +UV Count: 3 + UV + UV + UV +Face 3548 +UV Count: 3 + UV + UV + UV +Face 3549 +UV Count: 3 + UV + UV + UV +Face 3550 +UV Count: 3 + UV + UV + UV +Face 3551 +UV Count: 3 + UV + UV + UV +Face 3552 +UV Count: 3 + UV + UV + UV +Face 3553 +UV Count: 3 + UV + UV + UV +Face 3554 +UV Count: 3 + UV + UV + UV +Face 3555 +UV Count: 3 + UV + UV + UV +Face 3556 +UV Count: 3 + UV + UV + UV +Face 3557 +UV Count: 3 + UV + UV + UV +Face 3558 +UV Count: 3 + UV + UV + UV +Face 3559 +UV Count: 3 + UV + UV + UV +Face 3560 +UV Count: 3 + UV + UV + UV +Face 3561 +UV Count: 3 + UV + UV + UV +Face 3562 +UV Count: 3 + UV + UV + UV +Face 3563 +UV Count: 3 + UV + UV + UV +Face 3564 +UV Count: 3 + UV + UV + UV +Face 3565 +UV Count: 3 + UV + UV + UV +Face 3566 +UV Count: 3 + UV + UV + UV +Face 3567 +UV Count: 3 + UV + UV + UV +Face 3568 +UV Count: 3 + UV + UV + UV +Face 3569 +UV Count: 3 + UV + UV + UV +Face 3570 +UV Count: 3 + UV + UV + UV +Face 3571 +UV Count: 3 + UV + UV + UV +Face 3572 +UV Count: 3 + UV + UV + UV +Face 3573 +UV Count: 3 + UV + UV + UV +Face 3574 +UV Count: 3 + UV + UV + UV +Face 3575 +UV Count: 3 + UV + UV + UV +Face 3576 +UV Count: 3 + UV + UV + UV +Face 3577 +UV Count: 3 + UV + UV + UV +Face 3578 +UV Count: 3 + UV + UV + UV +Face 3579 +UV Count: 3 + UV + UV + UV +Face 3580 +UV Count: 3 + UV + UV + UV +Face 3581 +UV Count: 3 + UV + UV + UV +Face 3582 +UV Count: 3 + UV + UV + UV +Face 3583 +UV Count: 3 + UV + UV + UV +Face 3584 +UV Count: 3 + UV + UV + UV +Face 3585 +UV Count: 3 + UV + UV + UV +Face 3586 +UV Count: 3 + UV + UV + UV +Face 3587 +UV Count: 3 + UV + UV + UV +Face 3588 +UV Count: 3 + UV + UV + UV +Face 3589 +UV Count: 3 + UV + UV + UV +Face 3590 +UV Count: 3 + UV + UV + UV +Face 3591 +UV Count: 3 + UV + UV + UV +Face 3592 +UV Count: 3 + UV + UV + UV +Face 3593 +UV Count: 3 + UV + UV + UV +Face 3594 +UV Count: 3 + UV + UV + UV +Face 3595 +UV Count: 3 + UV + UV + UV +Face 3596 +UV Count: 3 + UV + UV + UV +Face 3597 +UV Count: 3 + UV + UV + UV +Face 3598 +UV Count: 3 + UV + UV + UV +Face 3599 +UV Count: 3 + UV + UV + UV +Face 3600 +UV Count: 3 + UV + UV + UV +Face 3601 +UV Count: 3 + UV + UV + UV +Face 3602 +UV Count: 3 + UV + UV + UV +Face 3603 +UV Count: 3 + UV + UV + UV +Face 3604 +UV Count: 3 + UV + UV + UV +Face 3605 +UV Count: 3 + UV + UV + UV +Face 3606 +UV Count: 3 + UV + UV + UV +Face 3607 +UV Count: 3 + UV + UV + UV +Face 3608 +UV Count: 3 + UV + UV + UV +Face 3609 +UV Count: 3 + UV + UV + UV +Face 3610 +UV Count: 3 + UV + UV + UV +Face 3611 +UV Count: 3 + UV + UV + UV +Face 3612 +UV Count: 3 + UV + UV + UV +Face 3613 +UV Count: 3 + UV + UV + UV +Face 3614 +UV Count: 3 + UV + UV + UV +Face 3615 +UV Count: 3 + UV + UV + UV +Face 3616 +UV Count: 3 + UV + UV + UV +Face 3617 +UV Count: 3 + UV + UV + UV +Face 3618 +UV Count: 3 + UV + UV + UV +Face 3619 +UV Count: 3 + UV + UV + UV +Face 3620 +UV Count: 3 + UV + UV + UV +Face 3621 +UV Count: 3 + UV + UV + UV +Face 3622 +UV Count: 3 + UV + UV + UV +Face 3623 +UV Count: 3 + UV + UV + UV +Face 3624 +UV Count: 3 + UV + UV + UV +Face 3625 +UV Count: 3 + UV + UV + UV +Face 3626 +UV Count: 3 + UV + UV + UV +Face 3627 +UV Count: 3 + UV + UV + UV +Face 3628 +UV Count: 3 + UV + UV + UV +Face 3629 +UV Count: 3 + UV + UV + UV +Face 3630 +UV Count: 3 + UV + UV + UV +Face 3631 +UV Count: 3 + UV + UV + UV +Face 3632 +UV Count: 3 + UV + UV + UV +Face 3633 +UV Count: 3 + UV + UV + UV +Face 3634 +UV Count: 3 + UV + UV + UV +Face 3635 +UV Count: 3 + UV + UV + UV +Face 3636 +UV Count: 3 + UV + UV + UV +Face 3637 +UV Count: 3 + UV + UV + UV +Face 3638 +UV Count: 3 + UV + UV + UV +Face 3639 +UV Count: 3 + UV + UV + UV +Face 3640 +UV Count: 3 + UV + UV + UV +Face 3641 +UV Count: 3 + UV + UV + UV +Face 3642 +UV Count: 3 + UV + UV + UV +Face 3643 +UV Count: 3 + UV + UV + UV +Face 3644 +UV Count: 3 + UV + UV + UV +Face 3645 +UV Count: 3 + UV + UV + UV +Face 3646 +UV Count: 3 + UV + UV + UV +Face 3647 +UV Count: 3 + UV + UV + UV +Face 3648 +UV Count: 3 + UV + UV + UV +Face 3649 +UV Count: 3 + UV + UV + UV +Face 3650 +UV Count: 3 + UV + UV + UV +Face 3651 +UV Count: 3 + UV + UV + UV +Face 3652 +UV Count: 3 + UV + UV + UV +Face 3653 +UV Count: 3 + UV + UV + UV +Face 3654 +UV Count: 3 + UV + UV + UV +Face 3655 +UV Count: 3 + UV + UV + UV +Face 3656 +UV Count: 3 + UV + UV + UV +Face 3657 +UV Count: 3 + UV + UV + UV +Face 3658 +UV Count: 3 + UV + UV + UV +Face 3659 +UV Count: 3 + UV + UV + UV +Face 3660 +UV Count: 3 + UV + UV + UV +Face 3661 +UV Count: 3 + UV + UV + UV +Face 3662 +UV Count: 3 + UV + UV + UV +Face 3663 +UV Count: 3 + UV + UV + UV +Face 3664 +UV Count: 3 + UV + UV + UV +Face 3665 +UV Count: 3 + UV + UV + UV +Face 3666 +UV Count: 3 + UV + UV + UV +Face 3667 +UV Count: 3 + UV + UV + UV +Face 3668 +UV Count: 3 + UV + UV + UV +Face 3669 +UV Count: 3 + UV + UV + UV +Face 3670 +UV Count: 3 + UV + UV + UV +Face 3671 +UV Count: 3 + UV + UV + UV +Face 3672 +UV Count: 3 + UV + UV + UV +Face 3673 +UV Count: 3 + UV + UV + UV +Face 3674 +UV Count: 3 + UV + UV + UV +Face 3675 +UV Count: 3 + UV + UV + UV +Face 3676 +UV Count: 3 + UV + UV + UV +Face 3677 +UV Count: 3 + UV + UV + UV +Face 3678 +UV Count: 3 + UV + UV + UV +Face 3679 +UV Count: 3 + UV + UV + UV +Face 3680 +UV Count: 3 + UV + UV + UV +Face 3681 +UV Count: 3 + UV + UV + UV +Face 3682 +UV Count: 3 + UV + UV + UV +Face 3683 +UV Count: 3 + UV + UV + UV +Face 3684 +UV Count: 3 + UV + UV + UV +Face 3685 +UV Count: 3 + UV + UV + UV +Face 3686 +UV Count: 3 + UV + UV + UV +Face 3687 +UV Count: 3 + UV + UV + UV +Face 3688 +UV Count: 3 + UV + UV + UV +Face 3689 +UV Count: 3 + UV + UV + UV +Face 3690 +UV Count: 3 + UV + UV + UV +Face 3691 +UV Count: 3 + UV + UV + UV +Face 3692 +UV Count: 3 + UV + UV + UV +Face 3693 +UV Count: 3 + UV + UV + UV +Face 3694 +UV Count: 3 + UV + UV + UV +Face 3695 +UV Count: 3 + UV + UV + UV +Face 3696 +UV Count: 3 + UV + UV + UV +Face 3697 +UV Count: 3 + UV + UV + UV +Face 3698 +UV Count: 3 + UV + UV + UV +Face 3699 +UV Count: 3 + UV + UV + UV +Face 3700 +UV Count: 3 + UV + UV + UV +Face 3701 +UV Count: 3 + UV + UV + UV +Face 3702 +UV Count: 3 + UV + UV + UV +Face 3703 +UV Count: 3 + UV + UV + UV +Face 3704 +UV Count: 3 + UV + UV + UV +Face 3705 +UV Count: 3 + UV + UV + UV +Face 3706 +UV Count: 3 + UV + UV + UV +Face 3707 +UV Count: 3 + UV + UV + UV +Face 3708 +UV Count: 3 + UV + UV + UV +Face 3709 +UV Count: 3 + UV + UV + UV +Face 3710 +UV Count: 3 + UV + UV + UV +Face 3711 +UV Count: 3 + UV + UV + UV +Face 3712 +UV Count: 3 + UV + UV + UV +Face 3713 +UV Count: 3 + UV + UV + UV +Face 3714 +UV Count: 3 + UV + UV + UV +Face 3715 +UV Count: 3 + UV + UV + UV +Face 3716 +UV Count: 3 + UV + UV + UV +Face 3717 +UV Count: 3 + UV + UV + UV +Face 3718 +UV Count: 3 + UV + UV + UV +Face 3719 +UV Count: 3 + UV + UV + UV +Face 3720 +UV Count: 3 + UV + UV + UV +Face 3721 +UV Count: 3 + UV + UV + UV +Face 3722 +UV Count: 3 + UV + UV + UV +Face 3723 +UV Count: 3 + UV + UV + UV +Face 3724 +UV Count: 3 + UV + UV + UV +Face 3725 +UV Count: 3 + UV + UV + UV +Face 3726 +UV Count: 3 + UV + UV + UV +Face 3727 +UV Count: 3 + UV + UV + UV +Face 3728 +UV Count: 3 + UV + UV + UV +Face 3729 +UV Count: 3 + UV + UV + UV +Face 3730 +UV Count: 3 + UV + UV + UV +Face 3731 +UV Count: 3 + UV + UV + UV +Face 3732 +UV Count: 3 + UV + UV + UV +Face 3733 +UV Count: 3 + UV + UV + UV +Face 3734 +UV Count: 3 + UV + UV + UV +Face 3735 +UV Count: 3 + UV + UV + UV +Face 3736 +UV Count: 3 + UV + UV + UV +Face 3737 +UV Count: 3 + UV + UV + UV +Face 3738 +UV Count: 3 + UV + UV + UV +Face 3739 +UV Count: 3 + UV + UV + UV +Face 3740 +UV Count: 3 + UV + UV + UV +Face 3741 +UV Count: 3 + UV + UV + UV +Face 3742 +UV Count: 3 + UV + UV + UV +Face 3743 +UV Count: 3 + UV + UV + UV +Face 3744 +UV Count: 3 + UV + UV + UV +Face 3745 +UV Count: 3 + UV + UV + UV +Face 3746 +UV Count: 3 + UV + UV + UV +Face 3747 +UV Count: 3 + UV + UV + UV +Face 3748 +UV Count: 3 + UV + UV + UV +Face 3749 +UV Count: 3 + UV + UV + UV +Face 3750 +UV Count: 3 + UV + UV + UV +Face 3751 +UV Count: 3 + UV + UV + UV +Face 3752 +UV Count: 3 + UV + UV + UV +Face 3753 +UV Count: 3 + UV + UV + UV +Face 3754 +UV Count: 3 + UV + UV + UV +Face 3755 +UV Count: 3 + UV + UV + UV +Face 3756 +UV Count: 3 + UV + UV + UV +Face 3757 +UV Count: 3 + UV + UV + UV +Face 3758 +UV Count: 3 + UV + UV + UV +Face 3759 +UV Count: 3 + UV + UV + UV +Face 3760 +UV Count: 3 + UV + UV + UV +Face 3761 +UV Count: 3 + UV + UV + UV +Face 3762 +UV Count: 3 + UV + UV + UV +Face 3763 +UV Count: 3 + UV + UV + UV +Face 3764 +UV Count: 3 + UV + UV + UV +Face 3765 +UV Count: 3 + UV + UV + UV +Face 3766 +UV Count: 3 + UV + UV + UV +Face 3767 +UV Count: 3 + UV + UV + UV +Face 3768 +UV Count: 3 + UV + UV + UV +Face 3769 +UV Count: 3 + UV + UV + UV +Face 3770 +UV Count: 3 + UV + UV + UV +Face 3771 +UV Count: 3 + UV + UV + UV +Face 3772 +UV Count: 3 + UV + UV + UV +Face 3773 +UV Count: 3 + UV + UV + UV +Face 3774 +UV Count: 3 + UV + UV + UV +Face 3775 +UV Count: 3 + UV + UV + UV +Face 3776 +UV Count: 3 + UV + UV + UV +Face 3777 +UV Count: 3 + UV + UV + UV +Face 3778 +UV Count: 3 + UV + UV + UV +Face 3779 +UV Count: 3 + UV + UV + UV +Face 3780 +UV Count: 3 + UV + UV + UV +Face 3781 +UV Count: 3 + UV + UV + UV +Face 3782 +UV Count: 3 + UV + UV + UV +Face 3783 +UV Count: 3 + UV + UV + UV +Face 3784 +UV Count: 3 + UV + UV + UV +Face 3785 +UV Count: 3 + UV + UV + UV +Face 3786 +UV Count: 3 + UV + UV + UV +Face 3787 +UV Count: 3 + UV + UV + UV +Face 3788 +UV Count: 3 + UV + UV + UV +Face 3789 +UV Count: 3 + UV + UV + UV +Face 3790 +UV Count: 3 + UV + UV + UV +Face 3791 +UV Count: 3 + UV + UV + UV +Face 3792 +UV Count: 3 + UV + UV + UV +Face 3793 +UV Count: 3 + UV + UV + UV +Face 3794 +UV Count: 3 + UV + UV + UV +Face 3795 +UV Count: 3 + UV + UV + UV +Face 3796 +UV Count: 3 + UV + UV + UV +Face 3797 +UV Count: 3 + UV + UV + UV +Face 3798 +UV Count: 3 + UV + UV + UV +Face 3799 +UV Count: 3 + UV + UV + UV +Face 3800 +UV Count: 3 + UV + UV + UV +Face 3801 +UV Count: 3 + UV + UV + UV +Face 3802 +UV Count: 3 + UV + UV + UV +Face 3803 +UV Count: 3 + UV + UV + UV +Face 3804 +UV Count: 3 + UV + UV + UV +Face 3805 +UV Count: 3 + UV + UV + UV +Face 3806 +UV Count: 3 + UV + UV + UV +Face 3807 +UV Count: 3 + UV + UV + UV +Face 3808 +UV Count: 3 + UV + UV + UV +Face 3809 +UV Count: 3 + UV + UV + UV +Face 3810 +UV Count: 3 + UV + UV + UV +Face 3811 +UV Count: 3 + UV + UV + UV +Face 3812 +UV Count: 3 + UV + UV + UV +Face 3813 +UV Count: 3 + UV + UV + UV +Face 3814 +UV Count: 3 + UV + UV + UV +Face 3815 +UV Count: 3 + UV + UV + UV +Face 3816 +UV Count: 3 + UV + UV + UV +Face 3817 +UV Count: 3 + UV + UV + UV +Face 3818 +UV Count: 3 + UV + UV + UV +Face 3819 +UV Count: 3 + UV + UV + UV +Face 3820 +UV Count: 3 + UV + UV + UV +Face 3821 +UV Count: 3 + UV + UV + UV +Face 3822 +UV Count: 3 + UV + UV + UV +Face 3823 +UV Count: 3 + UV + UV + UV +Face 3824 +UV Count: 3 + UV + UV + UV +Face 3825 +UV Count: 3 + UV + UV + UV +Face 3826 +UV Count: 3 + UV + UV + UV +Face 3827 +UV Count: 3 + UV + UV + UV +Face 3828 +UV Count: 3 + UV + UV + UV +Face 3829 +UV Count: 3 + UV + UV + UV +Face 3830 +UV Count: 3 + UV + UV + UV +Face 3831 +UV Count: 3 + UV + UV + UV +Face 3832 +UV Count: 3 + UV + UV + UV +Face 3833 +UV Count: 3 + UV + UV + UV +Face 3834 +UV Count: 3 + UV + UV + UV +Face 3835 +UV Count: 3 + UV + UV + UV +Face 3836 +UV Count: 3 + UV + UV + UV +Face 3837 +UV Count: 3 + UV + UV + UV +Face 3838 +UV Count: 3 + UV + UV + UV +Face 3839 +UV Count: 3 + UV + UV + UV +Face 3840 +UV Count: 3 + UV + UV + UV +Face 3841 +UV Count: 3 + UV + UV + UV +Face 3842 +UV Count: 3 + UV + UV + UV +Face 3843 +UV Count: 3 + UV + UV + UV +Face 3844 +UV Count: 3 + UV + UV + UV +Face 3845 +UV Count: 3 + UV + UV + UV +Face 3846 +UV Count: 3 + UV + UV + UV +Face 3847 +UV Count: 3 + UV + UV + UV +Face 3848 +UV Count: 3 + UV + UV + UV +Face 3849 +UV Count: 3 + UV + UV + UV +Face 3850 +UV Count: 3 + UV + UV + UV +Face 3851 +UV Count: 3 + UV + UV + UV +Face 3852 +UV Count: 3 + UV + UV + UV +Face 3853 +UV Count: 3 + UV + UV + UV +Face 3854 +UV Count: 3 + UV + UV + UV +Face 3855 +UV Count: 3 + UV + UV + UV +Face 3856 +UV Count: 3 + UV + UV + UV +Face 3857 +UV Count: 3 + UV + UV + UV +Face 3858 +UV Count: 3 + UV + UV + UV +Face 3859 +UV Count: 3 + UV + UV + UV +Face 3860 +UV Count: 3 + UV + UV + UV +Face 3861 +UV Count: 3 + UV + UV + UV +Face 3862 +UV Count: 3 + UV + UV + UV +Face 3863 +UV Count: 3 + UV + UV + UV +Face 3864 +UV Count: 3 + UV + UV + UV +Face 3865 +UV Count: 3 + UV + UV + UV +Face 3866 +UV Count: 3 + UV + UV + UV +Face 3867 +UV Count: 3 + UV + UV + UV +Face 3868 +UV Count: 3 + UV + UV + UV +Face 3869 +UV Count: 3 + UV + UV + UV +Face 3870 +UV Count: 3 + UV + UV + UV +Face 3871 +UV Count: 3 + UV + UV + UV +Face 3872 +UV Count: 3 + UV + UV + UV +Face 3873 +UV Count: 3 + UV + UV + UV +Face 3874 +UV Count: 3 + UV + UV + UV +Face 3875 +UV Count: 3 + UV + UV + UV +Face 3876 +UV Count: 3 + UV + UV + UV +Face 3877 +UV Count: 3 + UV + UV + UV +Face 3878 +UV Count: 3 + UV + UV + UV +Face 3879 +UV Count: 3 + UV + UV + UV +Face 3880 +UV Count: 3 + UV + UV + UV +Face 3881 +UV Count: 3 + UV + UV + UV +Face 3882 +UV Count: 3 + UV + UV + UV +Face 3883 +UV Count: 3 + UV + UV + UV +Face 3884 +UV Count: 3 + UV + UV + UV +Face 3885 +UV Count: 3 + UV + UV + UV +Face 3886 +UV Count: 3 + UV + UV + UV +Face 3887 +UV Count: 3 + UV + UV + UV +Face 3888 +UV Count: 3 + UV + UV + UV +Face 3889 +UV Count: 3 + UV + UV + UV +Face 3890 +UV Count: 3 + UV + UV + UV +Face 3891 +UV Count: 3 + UV + UV + UV +Face 3892 +UV Count: 3 + UV + UV + UV +Face 3893 +UV Count: 3 + UV + UV + UV +Face 3894 +UV Count: 3 + UV + UV + UV +Face 3895 +UV Count: 3 + UV + UV + UV +Face 3896 +UV Count: 3 + UV + UV + UV +Face 3897 +UV Count: 3 + UV + UV + UV +Face 3898 +UV Count: 3 + UV + UV + UV +Face 3899 +UV Count: 3 + UV + UV + UV +Face 3900 +UV Count: 3 + UV + UV + UV +Face 3901 +UV Count: 3 + UV + UV + UV +Face 3902 +UV Count: 3 + UV + UV + UV +Face 3903 +UV Count: 3 + UV + UV + UV +Face 3904 +UV Count: 3 + UV + UV + UV +Face 3905 +UV Count: 3 + UV + UV + UV +Face 3906 +UV Count: 3 + UV + UV + UV +Face 3907 +UV Count: 3 + UV + UV + UV +Face 3908 +UV Count: 3 + UV + UV + UV +Face 3909 +UV Count: 3 + UV + UV + UV +Face 3910 +UV Count: 3 + UV + UV + UV +Face 3911 +UV Count: 3 + UV + UV + UV +Face 3912 +UV Count: 3 + UV + UV + UV +Face 3913 +UV Count: 3 + UV + UV + UV +Face 3914 +UV Count: 3 + UV + UV + UV +Face 3915 +UV Count: 3 + UV + UV + UV +Face 3916 +UV Count: 3 + UV + UV + UV +Face 3917 +UV Count: 3 + UV + UV + UV +Face 3918 +UV Count: 3 + UV + UV + UV +Face 3919 +UV Count: 3 + UV + UV + UV +Face 3920 +UV Count: 3 + UV + UV + UV +Face 3921 +UV Count: 3 + UV + UV + UV +Face 3922 +UV Count: 3 + UV + UV + UV +Face 3923 +UV Count: 3 + UV + UV + UV +Face 3924 +UV Count: 3 + UV + UV + UV +Face 3925 +UV Count: 3 + UV + UV + UV +Face 3926 +UV Count: 3 + UV + UV + UV +Face 3927 +UV Count: 3 + UV + UV + UV +Face 3928 +UV Count: 3 + UV + UV + UV +Face 3929 +UV Count: 3 + UV + UV + UV +Face 3930 +UV Count: 3 + UV + UV + UV +Face 3931 +UV Count: 3 + UV + UV + UV +Face 3932 +UV Count: 3 + UV + UV + UV +Face 3933 +UV Count: 3 + UV + UV + UV +Face 3934 +UV Count: 3 + UV + UV + UV +Face 3935 +UV Count: 3 + UV + UV + UV +Face 3936 +UV Count: 3 + UV + UV + UV +Face 3937 +UV Count: 3 + UV + UV + UV +Face 3938 +UV Count: 3 + UV + UV + UV +Face 3939 +UV Count: 3 + UV + UV + UV +Face 3940 +UV Count: 3 + UV + UV + UV +Face 3941 +UV Count: 3 + UV + UV + UV +Face 3942 +UV Count: 3 + UV + UV + UV +Face 3943 +UV Count: 3 + UV + UV + UV +Face 3944 +UV Count: 3 + UV + UV + UV +Face 3945 +UV Count: 3 + UV + UV + UV +Face 3946 +UV Count: 3 + UV + UV + UV +Face 3947 +UV Count: 3 + UV + UV + UV +Face 3948 +UV Count: 3 + UV + UV + UV +Face 3949 +UV Count: 3 + UV + UV + UV +Face 3950 +UV Count: 3 + UV + UV + UV +Face 3951 +UV Count: 3 + UV + UV + UV +Face 3952 +UV Count: 3 + UV + UV + UV +Face 3953 +UV Count: 3 + UV + UV + UV +Face 3954 +UV Count: 3 + UV + UV + UV +Face 3955 +UV Count: 3 + UV + UV + UV +Face 3956 +UV Count: 3 + UV + UV + UV +Face 3957 +UV Count: 3 + UV + UV + UV +Face 3958 +UV Count: 3 + UV + UV + UV +Face 3959 +UV Count: 3 + UV + UV + UV +Face 3960 +UV Count: 3 + UV + UV + UV +Face 3961 +UV Count: 3 + UV + UV + UV +Face 3962 +UV Count: 3 + UV + UV + UV +Face 3963 +UV Count: 3 + UV + UV + UV +Face 3964 +UV Count: 3 + UV + UV + UV +Face 3965 +UV Count: 3 + UV + UV + UV +Face 3966 +UV Count: 3 + UV + UV + UV +Face 3967 +UV Count: 3 + UV + UV + UV +Face 3968 +UV Count: 3 + UV + UV + UV +Face 3969 +UV Count: 3 + UV + UV + UV +Face 3970 +UV Count: 3 + UV + UV + UV +Face 3971 +UV Count: 3 + UV + UV + UV +Face 3972 +UV Count: 3 + UV + UV + UV +Face 3973 +UV Count: 3 + UV + UV + UV +Face 3974 +UV Count: 3 + UV + UV + UV +Face 3975 +UV Count: 3 + UV + UV + UV +Face 3976 +UV Count: 3 + UV + UV + UV +Face 3977 +UV Count: 3 + UV + UV + UV +Face 3978 +UV Count: 3 + UV + UV + UV +Face 3979 +UV Count: 3 + UV + UV + UV +Face 3980 +UV Count: 3 + UV + UV + UV +Face 3981 +UV Count: 3 + UV + UV + UV +Face 3982 +UV Count: 3 + UV + UV + UV +Face 3983 +UV Count: 3 + UV + UV + UV +Face 3984 +UV Count: 3 + UV + UV + UV +Face 3985 +UV Count: 3 + UV + UV + UV +Face 3986 +UV Count: 3 + UV + UV + UV +Face 3987 +UV Count: 3 + UV + UV + UV +Face 3988 +UV Count: 3 + UV + UV + UV +Face 3989 +UV Count: 3 + UV + UV + UV +Face 3990 +UV Count: 3 + UV + UV + UV +Face 3991 +UV Count: 3 + UV + UV + UV +Face 3992 +UV Count: 3 + UV + UV + UV +Face 3993 +UV Count: 3 + UV + UV + UV +Face 3994 +UV Count: 3 + UV + UV + UV +Face 3995 +UV Count: 3 + UV + UV + UV +Face 3996 +UV Count: 3 + UV + UV + UV +Face 3997 +UV Count: 3 + UV + UV + UV +Face 3998 +UV Count: 3 + UV + UV + UV +Face 3999 +UV Count: 3 + UV + UV + UV +Face 4000 +UV Count: 3 + UV + UV + UV +Face 4001 +UV Count: 3 + UV + UV + UV +Face 4002 +UV Count: 3 + UV + UV + UV +Face 4003 +UV Count: 3 + UV + UV + UV +Face 4004 +UV Count: 3 + UV + UV + UV +Face 4005 +UV Count: 3 + UV + UV + UV +Face 4006 +UV Count: 3 + UV + UV + UV +Face 4007 +UV Count: 3 + UV + UV + UV +Face 4008 +UV Count: 3 + UV + UV + UV +Face 4009 +UV Count: 3 + UV + UV + UV +Face 4010 +UV Count: 3 + UV + UV + UV +Face 4011 +UV Count: 3 + UV + UV + UV +Face 4012 +UV Count: 3 + UV + UV + UV +Face 4013 +UV Count: 3 + UV + UV + UV +Face 4014 +UV Count: 3 + UV + UV + UV +Face 4015 +UV Count: 3 + UV + UV + UV +Face 4016 +UV Count: 3 + UV + UV + UV +Face 4017 +UV Count: 3 + UV + UV + UV +Face 4018 +UV Count: 3 + UV + UV + UV +Face 4019 +UV Count: 3 + UV + UV + UV +Face 4020 +UV Count: 3 + UV + UV + UV +Face 4021 +UV Count: 3 + UV + UV + UV +Face 4022 +UV Count: 3 + UV + UV + UV +Face 4023 +UV Count: 3 + UV + UV + UV +Face 4024 +UV Count: 3 + UV + UV + UV +Face 4025 +UV Count: 3 + UV + UV + UV +Face 4026 +UV Count: 3 + UV + UV + UV +Face 4027 +UV Count: 3 + UV + UV + UV +Face 4028 +UV Count: 3 + UV + UV + UV +Face 4029 +UV Count: 3 + UV + UV + UV +Face 4030 +UV Count: 3 + UV + UV + UV +Face 4031 +UV Count: 3 + UV + UV + UV +Face 4032 +UV Count: 3 + UV + UV + UV +Face 4033 +UV Count: 3 + UV + UV + UV +Face 4034 +UV Count: 3 + UV + UV + UV +Face 4035 +UV Count: 3 + UV + UV + UV +Face 4036 +UV Count: 3 + UV + UV + UV +Face 4037 +UV Count: 3 + UV + UV + UV +Face 4038 +UV Count: 3 + UV + UV + UV +Face 4039 +UV Count: 3 + UV + UV + UV +Face 4040 +UV Count: 3 + UV + UV + UV +Face 4041 +UV Count: 3 + UV + UV + UV +Face 4042 +UV Count: 3 + UV + UV + UV +Face 4043 +UV Count: 3 + UV + UV + UV +Face 4044 +UV Count: 3 + UV + UV + UV +Face 4045 +UV Count: 3 + UV + UV + UV +Face 4046 +UV Count: 3 + UV + UV + UV +Face 4047 +UV Count: 3 + UV + UV + UV +Face 4048 +UV Count: 3 + UV + UV + UV +Face 4049 +UV Count: 3 + UV + UV + UV +Face 4050 +UV Count: 3 + UV + UV + UV +Face 4051 +UV Count: 3 + UV + UV + UV +Face 4052 +UV Count: 3 + UV + UV + UV +Face 4053 +UV Count: 3 + UV + UV + UV +Face 4054 +UV Count: 3 + UV + UV + UV +Face 4055 +UV Count: 3 + UV + UV + UV +Face 4056 +UV Count: 3 + UV + UV + UV +Face 4057 +UV Count: 3 + UV + UV + UV +Face 4058 +UV Count: 3 + UV + UV + UV +Face 4059 +UV Count: 3 + UV + UV + UV +Face 4060 +UV Count: 3 + UV + UV + UV +Face 4061 +UV Count: 3 + UV + UV + UV +Face 4062 +UV Count: 3 + UV + UV + UV +Face 4063 +UV Count: 3 + UV + UV + UV +Face 4064 +UV Count: 3 + UV + UV + UV +Face 4065 +UV Count: 3 + UV + UV + UV +Face 4066 +UV Count: 3 + UV + UV + UV +Face 4067 +UV Count: 3 + UV + UV + UV +Face 4068 +UV Count: 3 + UV + UV + UV +Face 4069 +UV Count: 3 + UV + UV + UV +Face 4070 +UV Count: 3 + UV + UV + UV +Face 4071 +UV Count: 3 + UV + UV + UV +Face 4072 +UV Count: 3 + UV + UV + UV +Face 4073 +UV Count: 3 + UV + UV + UV +Face 4074 +UV Count: 3 + UV + UV + UV +Face 4075 +UV Count: 3 + UV + UV + UV +Face 4076 +UV Count: 3 + UV + UV + UV +Face 4077 +UV Count: 3 + UV + UV + UV +Face 4078 +UV Count: 3 + UV + UV + UV +Face 4079 +UV Count: 3 + UV + UV + UV +Face 4080 +UV Count: 3 + UV + UV + UV +Face 4081 +UV Count: 3 + UV + UV + UV +Face 4082 +UV Count: 3 + UV + UV + UV +Face 4083 +UV Count: 3 + UV + UV + UV +Face 4084 +UV Count: 3 + UV + UV + UV +Face 4085 +UV Count: 3 + UV + UV + UV +Face 4086 +UV Count: 3 + UV + UV + UV +Face 4087 +UV Count: 3 + UV + UV + UV +Face 4088 +UV Count: 3 + UV + UV + UV +Face 4089 +UV Count: 3 + UV + UV + UV +Face 4090 +UV Count: 3 + UV + UV + UV +Face 4091 +UV Count: 3 + UV + UV + UV +Face 4092 +UV Count: 3 + UV + UV + UV +Face 4093 +UV Count: 3 + UV + UV + UV +Face 4094 +UV Count: 3 + UV + UV + UV +Face 4095 +UV Count: 3 + UV + UV + UV +Face 4096 +UV Count: 3 + UV + UV + UV +Face 4097 +UV Count: 3 + UV + UV + UV +Face 4098 +UV Count: 3 + UV + UV + UV +Face 4099 +UV Count: 3 + UV + UV + UV +Face 4100 +UV Count: 3 + UV + UV + UV +Face 4101 +UV Count: 3 + UV + UV + UV +Face 4102 +UV Count: 3 + UV + UV + UV +Face 4103 +UV Count: 3 + UV + UV + UV +Face 4104 +UV Count: 3 + UV + UV + UV +Face 4105 +UV Count: 3 + UV + UV + UV +Face 4106 +UV Count: 3 + UV + UV + UV +Face 4107 +UV Count: 3 + UV + UV + UV +Face 4108 +UV Count: 3 + UV + UV + UV +Face 4109 +UV Count: 3 + UV + UV + UV +Face 4110 +UV Count: 3 + UV + UV + UV +Face 4111 +UV Count: 3 + UV + UV + UV +Face 4112 +UV Count: 3 + UV + UV + UV +Face 4113 +UV Count: 3 + UV + UV + UV +Face 4114 +UV Count: 3 + UV + UV + UV +Face 4115 +UV Count: 3 + UV + UV + UV +Face 4116 +UV Count: 3 + UV + UV + UV +Face 4117 +UV Count: 3 + UV + UV + UV +Face 4118 +UV Count: 3 + UV + UV + UV +Face 4119 +UV Count: 3 + UV + UV + UV +Face 4120 +UV Count: 3 + UV + UV + UV +Face 4121 +UV Count: 3 + UV + UV + UV +Face 4122 +UV Count: 3 + UV + UV + UV +Face 4123 +UV Count: 3 + UV + UV + UV +Face 4124 +UV Count: 3 + UV + UV + UV +Face 4125 +UV Count: 3 + UV + UV + UV +Face 4126 +UV Count: 3 + UV + UV + UV +Face 4127 +UV Count: 3 + UV + UV + UV +Face 4128 +UV Count: 3 + UV + UV + UV +Face 4129 +UV Count: 3 + UV + UV + UV +Face 4130 +UV Count: 3 + UV + UV + UV +Face 4131 +UV Count: 3 + UV + UV + UV +Face 4132 +UV Count: 3 + UV + UV + UV +Face 4133 +UV Count: 3 + UV + UV + UV +Face 4134 +UV Count: 3 + UV + UV + UV +Face 4135 +UV Count: 3 + UV + UV + UV +Face 4136 +UV Count: 3 + UV + UV + UV +Face 4137 +UV Count: 3 + UV + UV + UV +Face 4138 +UV Count: 3 + UV + UV + UV +Face 4139 +UV Count: 3 + UV + UV + UV +Face 4140 +UV Count: 3 + UV + UV + UV +Face 4141 +UV Count: 3 + UV + UV + UV +Face 4142 +UV Count: 3 + UV + UV + UV +Face 4143 +UV Count: 3 + UV + UV + UV +Face 4144 +UV Count: 3 + UV + UV + UV +Face 4145 +UV Count: 3 + UV + UV + UV +Face 4146 +UV Count: 3 + UV + UV + UV +Face 4147 +UV Count: 3 + UV + UV + UV +Face 4148 +UV Count: 3 + UV + UV + UV +Face 4149 +UV Count: 3 + UV + UV + UV +Face 4150 +UV Count: 3 + UV + UV + UV +Face 4151 +UV Count: 3 + UV + UV + UV +Face 4152 +UV Count: 3 + UV + UV + UV +Face 4153 +UV Count: 3 + UV + UV + UV +Face 4154 +UV Count: 3 + UV + UV + UV +Face 4155 +UV Count: 3 + UV + UV + UV +Face 4156 +UV Count: 3 + UV + UV + UV +Face 4157 +UV Count: 3 + UV + UV + UV +Face 4158 +UV Count: 3 + UV + UV + UV +Face 4159 +UV Count: 3 + UV + UV + UV +Face 4160 +UV Count: 3 + UV + UV + UV +Face 4161 +UV Count: 3 + UV + UV + UV +Face 4162 +UV Count: 3 + UV + UV + UV +Face 4163 +UV Count: 3 + UV + UV + UV +Face 4164 +UV Count: 3 + UV + UV + UV +Face 4165 +UV Count: 3 + UV + UV + UV +Face 4166 +UV Count: 3 + UV + UV + UV +Face 4167 +UV Count: 3 + UV + UV + UV +Face 4168 +UV Count: 3 + UV + UV + UV +Face 4169 +UV Count: 3 + UV + UV + UV +Face 4170 +UV Count: 3 + UV + UV + UV +Face 4171 +UV Count: 3 + UV + UV + UV +Face 4172 +UV Count: 3 + UV + UV + UV +Face 4173 +UV Count: 3 + UV + UV + UV +Face 4174 +UV Count: 3 + UV + UV + UV +Face 4175 +UV Count: 3 + UV + UV + UV +Face 4176 +UV Count: 3 + UV + UV + UV +Face 4177 +UV Count: 3 + UV + UV + UV +Face 4178 +UV Count: 3 + UV + UV + UV +Face 4179 +UV Count: 3 + UV + UV + UV +Face 4180 +UV Count: 3 + UV + UV + UV +Face 4181 +UV Count: 3 + UV + UV + UV +Face 4182 +UV Count: 3 + UV + UV + UV +Face 4183 +UV Count: 3 + UV + UV + UV +Face 4184 +UV Count: 3 + UV + UV + UV +Face 4185 +UV Count: 3 + UV + UV + UV +Face 4186 +UV Count: 3 + UV + UV + UV +Face 4187 +UV Count: 3 + UV + UV + UV +Face 4188 +UV Count: 3 + UV + UV + UV +Face 4189 +UV Count: 3 + UV + UV + UV +Face 4190 +UV Count: 3 + UV + UV + UV +Face 4191 +UV Count: 3 + UV + UV + UV +Face 4192 +UV Count: 3 + UV + UV + UV +Face 4193 +UV Count: 3 + UV + UV + UV +Face 4194 +UV Count: 3 + UV + UV + UV +Face 4195 +UV Count: 3 + UV + UV + UV +Face 4196 +UV Count: 3 + UV + UV + UV +Face 4197 +UV Count: 3 + UV + UV + UV +Face 4198 +UV Count: 3 + UV + UV + UV +Face 4199 +UV Count: 3 + UV + UV + UV +Face 4200 +UV Count: 3 + UV + UV + UV +Face 4201 +UV Count: 3 + UV + UV + UV +Face 4202 +UV Count: 3 + UV + UV + UV +Face 4203 +UV Count: 3 + UV + UV + UV +Face 4204 +UV Count: 3 + UV + UV + UV +Face 4205 +UV Count: 3 + UV + UV + UV +Face 4206 +UV Count: 3 + UV + UV + UV +Face 4207 +UV Count: 3 + UV + UV + UV +Face 4208 +UV Count: 3 + UV + UV + UV +Face 4209 +UV Count: 3 + UV + UV + UV +Face 4210 +UV Count: 3 + UV + UV + UV +Face 4211 +UV Count: 3 + UV + UV + UV +Face 4212 +UV Count: 3 + UV + UV + UV +Face 4213 +UV Count: 3 + UV + UV + UV +Face 4214 +UV Count: 3 + UV + UV + UV +Face 4215 +UV Count: 3 + UV + UV + UV +Face 4216 +UV Count: 3 + UV + UV + UV +Face 4217 +UV Count: 3 + UV + UV + UV +Face 4218 +UV Count: 3 + UV + UV + UV +Face 4219 +UV Count: 3 + UV + UV + UV +Face 4220 +UV Count: 3 + UV + UV + UV +Face 4221 +UV Count: 3 + UV + UV + UV +Face 4222 +UV Count: 3 + UV + UV + UV +Face 4223 +UV Count: 3 + UV + UV + UV +Face 4224 +UV Count: 3 + UV + UV + UV +Face 4225 +UV Count: 3 + UV + UV + UV +Face 4226 +UV Count: 3 + UV + UV + UV +Face 4227 +UV Count: 3 + UV + UV + UV +Face 4228 +UV Count: 3 + UV + UV + UV +Face 4229 +UV Count: 3 + UV + UV + UV +Face 4230 +UV Count: 3 + UV + UV + UV +Face 4231 +UV Count: 3 + UV + UV + UV +Face 4232 +UV Count: 3 + UV + UV + UV +Face 4233 +UV Count: 3 + UV + UV + UV +Face 4234 +UV Count: 3 + UV + UV + UV +Face 4235 +UV Count: 3 + UV + UV + UV +Face 4236 +UV Count: 3 + UV + UV + UV +Face 4237 +UV Count: 3 + UV + UV + UV +Face 4238 +UV Count: 3 + UV + UV + UV +Face 4239 +UV Count: 3 + UV + UV + UV +Face 4240 +UV Count: 3 + UV + UV + UV +Face 4241 +UV Count: 3 + UV + UV + UV +Face 4242 +UV Count: 3 + UV + UV + UV +Face 4243 +UV Count: 3 + UV + UV + UV +Face 4244 +UV Count: 3 + UV + UV + UV +Face 4245 +UV Count: 3 + UV + UV + UV +Face 4246 +UV Count: 3 + UV + UV + UV +Face 4247 +UV Count: 3 + UV + UV + UV +Face 4248 +UV Count: 3 + UV + UV + UV +Face 4249 +UV Count: 3 + UV + UV + UV +Face 4250 +UV Count: 3 + UV + UV + UV +Face 4251 +UV Count: 3 + UV + UV + UV +Face 4252 +UV Count: 3 + UV + UV + UV +Face 4253 +UV Count: 3 + UV + UV + UV +Face 4254 +UV Count: 3 + UV + UV + UV +Face 4255 +UV Count: 3 + UV + UV + UV +Face 4256 +UV Count: 3 + UV + UV + UV +Face 4257 +UV Count: 3 + UV + UV + UV +Face 4258 +UV Count: 3 + UV + UV + UV +Face 4259 +UV Count: 3 + UV + UV + UV +Face 4260 +UV Count: 3 + UV + UV + UV +Face 4261 +UV Count: 3 + UV + UV + UV +Face 4262 +UV Count: 3 + UV + UV + UV +Face 4263 +UV Count: 3 + UV + UV + UV +Face 4264 +UV Count: 3 + UV + UV + UV +Face 4265 +UV Count: 3 + UV + UV + UV +Face 4266 +UV Count: 3 + UV + UV + UV +Face 4267 +UV Count: 3 + UV + UV + UV +Face 4268 +UV Count: 3 + UV + UV + UV +Face 4269 +UV Count: 3 + UV + UV + UV +Face 4270 +UV Count: 3 + UV + UV + UV +Face 4271 +UV Count: 3 + UV + UV + UV +Face 4272 +UV Count: 3 + UV + UV + UV +Face 4273 +UV Count: 3 + UV + UV + UV +Face 4274 +UV Count: 3 + UV + UV + UV +Face 4275 +UV Count: 3 + UV + UV + UV +Face 4276 +UV Count: 3 + UV + UV + UV +Face 4277 +UV Count: 3 + UV + UV + UV +Face 4278 +UV Count: 3 + UV + UV + UV +Face 4279 +UV Count: 3 + UV + UV + UV +Face 4280 +UV Count: 3 + UV + UV + UV +Face 4281 +UV Count: 3 + UV + UV + UV +Face 4282 +UV Count: 3 + UV + UV + UV +Face 4283 +UV Count: 3 + UV + UV + UV +Face 4284 +UV Count: 3 + UV + UV + UV +Face 4285 +UV Count: 3 + UV + UV + UV +Face 4286 +UV Count: 3 + UV + UV + UV +Face 4287 +UV Count: 3 + UV + UV + UV +Face 4288 +UV Count: 3 + UV + UV + UV +Face 4289 +UV Count: 3 + UV + UV + UV +Face 4290 +UV Count: 3 + UV + UV + UV +Face 4291 +UV Count: 3 + UV + UV + UV +Face 4292 +UV Count: 3 + UV + UV + UV +Face 4293 +UV Count: 3 + UV + UV + UV +Face 4294 +UV Count: 3 + UV + UV + UV +Face 4295 +UV Count: 3 + UV + UV + UV +Face 4296 +UV Count: 3 + UV + UV + UV +Face 4297 +UV Count: 3 + UV + UV + UV +Face 4298 +UV Count: 3 + UV + UV + UV +Face 4299 +UV Count: 3 + UV + UV + UV +Face 4300 +UV Count: 3 + UV + UV + UV +Face 4301 +UV Count: 3 + UV + UV + UV +Face 4302 +UV Count: 3 + UV + UV + UV +Face 4303 +UV Count: 3 + UV + UV + UV +Face 4304 +UV Count: 3 + UV + UV + UV +Face 4305 +UV Count: 3 + UV + UV + UV +Face 4306 +UV Count: 3 + UV + UV + UV +Face 4307 +UV Count: 3 + UV + UV + UV +Face 4308 +UV Count: 3 + UV + UV + UV +Face 4309 +UV Count: 3 + UV + UV + UV +Face 4310 +UV Count: 3 + UV + UV + UV +Face 4311 +UV Count: 3 + UV + UV + UV +Face 4312 +UV Count: 3 + UV + UV + UV +Face 4313 +UV Count: 3 + UV + UV + UV +Face 4314 +UV Count: 3 + UV + UV + UV +Face 4315 +UV Count: 3 + UV + UV + UV +Face 4316 +UV Count: 3 + UV + UV + UV +Face 4317 +UV Count: 3 + UV + UV + UV +Face 4318 +UV Count: 3 + UV + UV + UV +Face 4319 +UV Count: 3 + UV + UV + UV +Face 4320 +UV Count: 3 + UV + UV + UV +Face 4321 +UV Count: 3 + UV + UV + UV +Face 4322 +UV Count: 3 + UV + UV + UV +Face 4323 +UV Count: 3 + UV + UV + UV +Face 4324 +UV Count: 3 + UV + UV + UV +Face 4325 +UV Count: 3 + UV + UV + UV +Face 4326 +UV Count: 3 + UV + UV + UV +Face 4327 +UV Count: 3 + UV + UV + UV +Face 4328 +UV Count: 3 + UV + UV + UV +Face 4329 +UV Count: 3 + UV + UV + UV +Face 4330 +UV Count: 3 + UV + UV + UV +Face 4331 +UV Count: 3 + UV + UV + UV +Face 4332 +UV Count: 3 + UV + UV + UV +Face 4333 +UV Count: 3 + UV + UV + UV +Face 4334 +UV Count: 3 + UV + UV + UV +Face 4335 +UV Count: 3 + UV + UV + UV +Face 4336 +UV Count: 3 + UV + UV + UV +Face 4337 +UV Count: 3 + UV + UV + UV +Face 4338 +UV Count: 3 + UV + UV + UV +Face 4339 +UV Count: 3 + UV + UV + UV +Face 4340 +UV Count: 3 + UV + UV + UV +Face 4341 +UV Count: 3 + UV + UV + UV +Face 4342 +UV Count: 3 + UV + UV + UV +Face 4343 +UV Count: 3 + UV + UV + UV +Face 4344 +UV Count: 3 + UV + UV + UV +Face 4345 +UV Count: 3 + UV + UV + UV +Face 4346 +UV Count: 3 + UV + UV + UV +Face 4347 +UV Count: 3 + UV + UV + UV +Face 4348 +UV Count: 3 + UV + UV + UV +Face 4349 +UV Count: 3 + UV + UV + UV +Face 4350 +UV Count: 3 + UV + UV + UV +Face 4351 +UV Count: 3 + UV + UV + UV +Face 4352 +UV Count: 3 + UV + UV + UV +Face 4353 +UV Count: 3 + UV + UV + UV +Face 4354 +UV Count: 3 + UV + UV + UV +Face 4355 +UV Count: 3 + UV + UV + UV +Face 4356 +UV Count: 3 + UV + UV + UV +Face 4357 +UV Count: 3 + UV + UV + UV +Face 4358 +UV Count: 3 + UV + UV + UV +Face 4359 +UV Count: 3 + UV + UV + UV +Face 4360 +UV Count: 3 + UV + UV + UV +Face 4361 +UV Count: 3 + UV + UV + UV +Face 4362 +UV Count: 3 + UV + UV + UV +Face 4363 +UV Count: 3 + UV + UV + UV +Face 4364 +UV Count: 3 + UV + UV + UV +Face 4365 +UV Count: 3 + UV + UV + UV +Face 4366 +UV Count: 3 + UV + UV + UV +Face 4367 +UV Count: 3 + UV + UV + UV +Face 4368 +UV Count: 3 + UV + UV + UV +Face 4369 +UV Count: 3 + UV + UV + UV +Face 4370 +UV Count: 3 + UV + UV + UV +Face 4371 +UV Count: 3 + UV + UV + UV +Face 4372 +UV Count: 3 + UV + UV + UV +Face 4373 +UV Count: 3 + UV + UV + UV +Face 4374 +UV Count: 3 + UV + UV + UV +Face 4375 +UV Count: 3 + UV + UV + UV +Face 4376 +UV Count: 3 + UV + UV + UV +Face 4377 +UV Count: 3 + UV + UV + UV +Face 4378 +UV Count: 3 + UV + UV + UV +Face 4379 +UV Count: 3 + UV + UV + UV +Face 4380 +UV Count: 3 + UV + UV + UV +Face 4381 +UV Count: 3 + UV + UV + UV +Face 4382 +UV Count: 3 + UV + UV + UV +Face 4383 +UV Count: 3 + UV + UV + UV +Face 4384 +UV Count: 3 + UV + UV + UV +Face 4385 +UV Count: 3 + UV + UV + UV +Face 4386 +UV Count: 3 + UV + UV + UV +Face 4387 +UV Count: 3 + UV + UV + UV +Face 4388 +UV Count: 3 + UV + UV + UV +Face 4389 +UV Count: 3 + UV + UV + UV +Face 4390 +UV Count: 3 + UV + UV + UV +Face 4391 +UV Count: 3 + UV + UV + UV +Face 4392 +UV Count: 3 + UV + UV + UV +Face 4393 +UV Count: 3 + UV + UV + UV +Face 4394 +UV Count: 3 + UV + UV + UV +Face 4395 +UV Count: 3 + UV + UV + UV +Face 4396 +UV Count: 3 + UV + UV + UV +Face 4397 +UV Count: 3 + UV + UV + UV +Face 4398 +UV Count: 3 + UV + UV + UV +Face 4399 +UV Count: 3 + UV + UV + UV +Face 4400 +UV Count: 3 + UV + UV + UV +Face 4401 +UV Count: 3 + UV + UV + UV +Face 4402 +UV Count: 3 + UV + UV + UV +Face 4403 +UV Count: 3 + UV + UV + UV +Face 4404 +UV Count: 3 + UV + UV + UV +Face 4405 +UV Count: 3 + UV + UV + UV +Face 4406 +UV Count: 3 + UV + UV + UV +Face 4407 +UV Count: 3 + UV + UV + UV +Face 4408 +UV Count: 3 + UV + UV + UV +Face 4409 +UV Count: 3 + UV + UV + UV +Face 4410 +UV Count: 3 + UV + UV + UV +Face 4411 +UV Count: 3 + UV + UV + UV +Face 4412 +UV Count: 3 + UV + UV + UV +Face 4413 +UV Count: 3 + UV + UV + UV +Face 4414 +UV Count: 3 + UV + UV + UV +Face 4415 +UV Count: 3 + UV + UV + UV +Face 4416 +UV Count: 3 + UV + UV + UV +Face 4417 +UV Count: 3 + UV + UV + UV +Face 4418 +UV Count: 3 + UV + UV + UV +Face 4419 +UV Count: 3 + UV + UV + UV +Face 4420 +UV Count: 3 + UV + UV + UV +Face 4421 +UV Count: 3 + UV + UV + UV +Face 4422 +UV Count: 3 + UV + UV + UV +Face 4423 +UV Count: 3 + UV + UV + UV +Face 4424 +UV Count: 3 + UV + UV + UV +Face 4425 +UV Count: 3 + UV + UV + UV +Face 4426 +UV Count: 3 + UV + UV + UV +Face 4427 +UV Count: 3 + UV + UV + UV +Face 4428 +UV Count: 3 + UV + UV + UV +Face 4429 +UV Count: 3 + UV + UV + UV +Face 4430 +UV Count: 3 + UV + UV + UV +Face 4431 +UV Count: 3 + UV + UV + UV +Face 4432 +UV Count: 3 + UV + UV + UV +Face 4433 +UV Count: 3 + UV + UV + UV +Face 4434 +UV Count: 3 + UV + UV + UV +Face 4435 +UV Count: 3 + UV + UV + UV +Face 4436 +UV Count: 3 + UV + UV + UV +Face 4437 +UV Count: 3 + UV + UV + UV +Face 4438 +UV Count: 3 + UV + UV + UV +Face 4439 +UV Count: 3 + UV + UV + UV +Face 4440 +UV Count: 3 + UV + UV + UV +Face 4441 +UV Count: 3 + UV + UV + UV +Face 4442 +UV Count: 3 + UV + UV + UV +Face 4443 +UV Count: 3 + UV + UV + UV +Face 4444 +UV Count: 3 + UV + UV + UV +Face 4445 +UV Count: 3 + UV + UV + UV +Face 4446 +UV Count: 3 + UV + UV + UV +Face 4447 +UV Count: 3 + UV + UV + UV +Face 4448 +UV Count: 3 + UV + UV + UV +Face 4449 +UV Count: 3 + UV + UV + UV +Face 4450 +UV Count: 3 + UV + UV + UV +Face 4451 +UV Count: 3 + UV + UV + UV +Face 4452 +UV Count: 3 + UV + UV + UV +Face 4453 +UV Count: 3 + UV + UV + UV +Face 4454 +UV Count: 3 + UV + UV + UV +Face 4455 +UV Count: 3 + UV + UV + UV +Face 4456 +UV Count: 3 + UV + UV + UV +Face 4457 +UV Count: 3 + UV + UV + UV +Face 4458 +UV Count: 3 + UV + UV + UV +Face 4459 +UV Count: 3 + UV + UV + UV +Face 4460 +UV Count: 3 + UV + UV + UV +Face 4461 +UV Count: 3 + UV + UV + UV +Face 4462 +UV Count: 3 + UV + UV + UV +Face 4463 +UV Count: 3 + UV + UV + UV +Face 4464 +UV Count: 3 + UV + UV + UV +Face 4465 +UV Count: 3 + UV + UV + UV +Face 4466 +UV Count: 3 + UV + UV + UV +Face 4467 +UV Count: 3 + UV + UV + UV +Face 4468 +UV Count: 3 + UV + UV + UV +Face 4469 +UV Count: 3 + UV + UV + UV +Face 4470 +UV Count: 3 + UV + UV + UV +Face 4471 +UV Count: 3 + UV + UV + UV +Face 4472 +UV Count: 3 + UV + UV + UV +Face 4473 +UV Count: 3 + UV + UV + UV +Face 4474 +UV Count: 3 + UV + UV + UV +Face 4475 +UV Count: 3 + UV + UV + UV +Face 4476 +UV Count: 3 + UV + UV + UV +Face 4477 +UV Count: 3 + UV + UV + UV +Face 4478 +UV Count: 3 + UV + UV + UV +Face 4479 +UV Count: 3 + UV + UV + UV +Face 4480 +UV Count: 3 + UV + UV + UV +Face 4481 +UV Count: 3 + UV + UV + UV +Face 4482 +UV Count: 3 + UV + UV + UV +Face 4483 +UV Count: 3 + UV + UV + UV +Face 4484 +UV Count: 3 + UV + UV + UV +Face 4485 +UV Count: 3 + UV + UV + UV +Face 4486 +UV Count: 3 + UV + UV + UV +Face 4487 +UV Count: 3 + UV + UV + UV +Face 4488 +UV Count: 3 + UV + UV + UV +Face 4489 +UV Count: 3 + UV + UV + UV +Face 4490 +UV Count: 3 + UV + UV + UV +Face 4491 +UV Count: 3 + UV + UV + UV +Face 4492 +UV Count: 3 + UV + UV + UV +Face 4493 +UV Count: 3 + UV + UV + UV +Face 4494 +UV Count: 3 + UV + UV + UV +Face 4495 +UV Count: 3 + UV + UV + UV +Face 4496 +UV Count: 3 + UV + UV + UV +Face 4497 +UV Count: 3 + UV + UV + UV +Face 4498 +UV Count: 3 + UV + UV + UV +Face 4499 +UV Count: 3 + UV + UV + UV +Face 4500 +UV Count: 3 + UV + UV + UV +Face 4501 +UV Count: 3 + UV + UV + UV +Face 4502 +UV Count: 3 + UV + UV + UV +Face 4503 +UV Count: 3 + UV + UV + UV +Face 4504 +UV Count: 3 + UV + UV + UV +Face 4505 +UV Count: 3 + UV + UV + UV +Face 4506 +UV Count: 3 + UV + UV + UV +Face 4507 +UV Count: 3 + UV + UV + UV +Face 4508 +UV Count: 3 + UV + UV + UV +Face 4509 +UV Count: 3 + UV + UV + UV +Face 4510 +UV Count: 3 + UV + UV + UV +Face 4511 +UV Count: 3 + UV + UV + UV +Face 4512 +UV Count: 3 + UV + UV + UV +Face 4513 +UV Count: 3 + UV + UV + UV +Face 4514 +UV Count: 3 + UV + UV + UV +Face 4515 +UV Count: 3 + UV + UV + UV +Face 4516 +UV Count: 3 + UV + UV + UV +Face 4517 +UV Count: 3 + UV + UV + UV +Face 4518 +UV Count: 3 + UV + UV + UV +Face 4519 +UV Count: 3 + UV + UV + UV +Face 4520 +UV Count: 3 + UV + UV + UV +Face 4521 +UV Count: 3 + UV + UV + UV +Face 4522 +UV Count: 3 + UV + UV + UV +Face 4523 +UV Count: 3 + UV + UV + UV +Face 4524 +UV Count: 3 + UV + UV + UV +Face 4525 +UV Count: 3 + UV + UV + UV +Face 4526 +UV Count: 3 + UV + UV + UV +Face 4527 +UV Count: 3 + UV + UV + UV +Face 4528 +UV Count: 3 + UV + UV + UV +Face 4529 +UV Count: 3 + UV + UV + UV +Face 4530 +UV Count: 3 + UV + UV + UV +Face 4531 +UV Count: 3 + UV + UV + UV +Face 4532 +UV Count: 3 + UV + UV + UV +Face 4533 +UV Count: 3 + UV + UV + UV +Face 4534 +UV Count: 3 + UV + UV + UV +Face 4535 +UV Count: 3 + UV + UV + UV +Face 4536 +UV Count: 3 + UV + UV + UV +Face 4537 +UV Count: 3 + UV + UV + UV +Face 4538 +UV Count: 3 + UV + UV + UV +Face 4539 +UV Count: 3 + UV + UV + UV +Face 4540 +UV Count: 3 + UV + UV + UV +Face 4541 +UV Count: 3 + UV + UV + UV +Face 4542 +UV Count: 3 + UV + UV + UV +Face 4543 +UV Count: 3 + UV + UV + UV +Face 4544 +UV Count: 3 + UV + UV + UV +Face 4545 +UV Count: 3 + UV + UV + UV +Face 4546 +UV Count: 3 + UV + UV + UV +Face 4547 +UV Count: 3 + UV + UV + UV +Face 4548 +UV Count: 3 + UV + UV + UV +Face 4549 +UV Count: 3 + UV + UV + UV +Face 4550 +UV Count: 3 + UV + UV + UV +Face 4551 +UV Count: 3 + UV + UV + UV +Face 4552 +UV Count: 3 + UV + UV + UV +Face 4553 +UV Count: 3 + UV + UV + UV +Face 4554 +UV Count: 3 + UV + UV + UV +Face 4555 +UV Count: 3 + UV + UV + UV +Face 4556 +UV Count: 3 + UV + UV + UV +Face 4557 +UV Count: 3 + UV + UV + UV +Face 4558 +UV Count: 3 + UV + UV + UV +Face 4559 +UV Count: 3 + UV + UV + UV +Face 4560 +UV Count: 3 + UV + UV + UV +Face 4561 +UV Count: 3 + UV + UV + UV +Face 4562 +UV Count: 3 + UV + UV + UV +Face 4563 +UV Count: 3 + UV + UV + UV +Face 4564 +UV Count: 3 + UV + UV + UV +Face 4565 +UV Count: 3 + UV + UV + UV +Face 4566 +UV Count: 3 + UV + UV + UV +Face 4567 +UV Count: 3 + UV + UV + UV +Face 4568 +UV Count: 3 + UV + UV + UV +Face 4569 +UV Count: 3 + UV + UV + UV +Face 4570 +UV Count: 3 + UV + UV + UV +Face 4571 +UV Count: 3 + UV + UV + UV +Face 4572 +UV Count: 3 + UV + UV + UV +Face 4573 +UV Count: 3 + UV + UV + UV +Face 4574 +UV Count: 3 + UV + UV + UV +Face 4575 +UV Count: 3 + UV + UV + UV +Face 4576 +UV Count: 3 + UV + UV + UV +Face 4577 +UV Count: 3 + UV + UV + UV +Face 4578 +UV Count: 3 + UV + UV + UV +Face 4579 +UV Count: 3 + UV + UV + UV +Face 4580 +UV Count: 3 + UV + UV + UV +Face 4581 +UV Count: 3 + UV + UV + UV +Face 4582 +UV Count: 3 + UV + UV + UV +Face 4583 +UV Count: 3 + UV + UV + UV +Face 4584 +UV Count: 3 + UV + UV + UV +Face 4585 +UV Count: 3 + UV + UV + UV +Face 4586 +UV Count: 3 + UV + UV + UV +Face 4587 +UV Count: 3 + UV + UV + UV +Face 4588 +UV Count: 3 + UV + UV + UV +Face 4589 +UV Count: 3 + UV + UV + UV +Face 4590 +UV Count: 3 + UV + UV + UV +Face 4591 +UV Count: 3 + UV + UV + UV +Face 4592 +UV Count: 3 + UV + UV + UV +Face 4593 +UV Count: 3 + UV + UV + UV +Face 4594 +UV Count: 3 + UV + UV + UV +Face 4595 +UV Count: 3 + UV + UV + UV +Face 4596 +UV Count: 3 + UV + UV + UV +Face 4597 +UV Count: 3 + UV + UV + UV +Face 4598 +UV Count: 3 + UV + UV + UV +Face 4599 +UV Count: 3 + UV + UV + UV +Face 4600 +UV Count: 3 + UV + UV + UV +Face 4601 +UV Count: 3 + UV + UV + UV +Face 4602 +UV Count: 3 + UV + UV + UV +Face 4603 +UV Count: 3 + UV + UV + UV +Face 4604 +UV Count: 3 + UV + UV + UV +Face 4605 +UV Count: 3 + UV + UV + UV +Face 4606 +UV Count: 3 + UV + UV + UV +Face 4607 +UV Count: 3 + UV + UV + UV +Face 4608 +UV Count: 3 + UV + UV + UV +Face 4609 +UV Count: 3 + UV + UV + UV +Face 4610 +UV Count: 3 + UV + UV + UV +Face 4611 +UV Count: 3 + UV + UV + UV +Face 4612 +UV Count: 3 + UV + UV + UV +Face 4613 +UV Count: 3 + UV + UV + UV +Face 4614 +UV Count: 3 + UV + UV + UV +Face 4615 +UV Count: 3 + UV + UV + UV +Face 4616 +UV Count: 3 + UV + UV + UV +Face 4617 +UV Count: 3 + UV + UV + UV +Face 4618 +UV Count: 3 + UV + UV + UV +Face 4619 +UV Count: 3 + UV + UV + UV +Face 4620 +UV Count: 3 + UV + UV + UV +Face 4621 +UV Count: 3 + UV + UV + UV +Face 4622 +UV Count: 3 + UV + UV + UV +Face 4623 +UV Count: 3 + UV + UV + UV +Face 4624 +UV Count: 3 + UV + UV + UV +Face 4625 +UV Count: 3 + UV + UV + UV +Face 4626 +UV Count: 3 + UV + UV + UV +Face 4627 +UV Count: 3 + UV + UV + UV +Face 4628 +UV Count: 3 + UV + UV + UV +Face 4629 +UV Count: 3 + UV + UV + UV +Face 4630 +UV Count: 3 + UV + UV + UV +Face 4631 +UV Count: 3 + UV + UV + UV +Face 4632 +UV Count: 3 + UV + UV + UV +Face 4633 +UV Count: 3 + UV + UV + UV +Face 4634 +UV Count: 3 + UV + UV + UV +Face 4635 +UV Count: 3 + UV + UV + UV +Face 4636 +UV Count: 3 + UV + UV + UV +Face 4637 +UV Count: 3 + UV + UV + UV +Face 4638 +UV Count: 3 + UV + UV + UV +Face 4639 +UV Count: 3 + UV + UV + UV +Face 4640 +UV Count: 3 + UV + UV + UV +Face 4641 +UV Count: 3 + UV + UV + UV +Face 4642 +UV Count: 3 + UV + UV + UV +Face 4643 +UV Count: 3 + UV + UV + UV +Face 4644 +UV Count: 3 + UV + UV + UV +Face 4645 +UV Count: 3 + UV + UV + UV +Face 4646 +UV Count: 3 + UV + UV + UV +Face 4647 +UV Count: 3 + UV + UV + UV +Face 4648 +UV Count: 3 + UV + UV + UV +Face 4649 +UV Count: 3 + UV + UV + UV +Face 4650 +UV Count: 3 + UV + UV + UV +Face 4651 +UV Count: 3 + UV + UV + UV +Face 4652 +UV Count: 3 + UV + UV + UV +Face 4653 +UV Count: 3 + UV + UV + UV +Face 4654 +UV Count: 3 + UV + UV + UV +Face 4655 +UV Count: 3 + UV + UV + UV +Face 4656 +UV Count: 3 + UV + UV + UV +Face 4657 +UV Count: 3 + UV + UV + UV +Face 4658 +UV Count: 3 + UV + UV + UV +Face 4659 +UV Count: 3 + UV + UV + UV +Face 4660 +UV Count: 3 + UV + UV + UV +Face 4661 +UV Count: 3 + UV + UV + UV +Face 4662 +UV Count: 3 + UV + UV + UV +Face 4663 +UV Count: 3 + UV + UV + UV +Face 4664 +UV Count: 3 + UV + UV + UV +Face 4665 +UV Count: 3 + UV + UV + UV +Face 4666 +UV Count: 3 + UV + UV + UV +Face 4667 +UV Count: 3 + UV + UV + UV +Face 4668 +UV Count: 3 + UV + UV + UV +Face 4669 +UV Count: 3 + UV + UV + UV +Face 4670 +UV Count: 3 + UV + UV + UV +Face 4671 +UV Count: 3 + UV + UV + UV +Face 4672 +UV Count: 3 + UV + UV + UV +Face 4673 +UV Count: 3 + UV + UV + UV +Face 4674 +UV Count: 3 + UV + UV + UV +Face 4675 +UV Count: 3 + UV + UV + UV +Face 4676 +UV Count: 3 + UV + UV + UV +Face 4677 +UV Count: 3 + UV + UV + UV +Face 4678 +UV Count: 3 + UV + UV + UV +Face 4679 +UV Count: 3 + UV + UV + UV +Face 4680 +UV Count: 3 + UV + UV + UV +Face 4681 +UV Count: 3 + UV + UV + UV +Face 4682 +UV Count: 3 + UV + UV + UV +Face 4683 +UV Count: 3 + UV + UV + UV +Face 4684 +UV Count: 3 + UV + UV + UV +Face 4685 +UV Count: 3 + UV + UV + UV +Face 4686 +UV Count: 3 + UV + UV + UV +Face 4687 +UV Count: 3 + UV + UV + UV +Face 4688 +UV Count: 3 + UV + UV + UV +Face 4689 +UV Count: 3 + UV + UV + UV +Face 4690 +UV Count: 3 + UV + UV + UV +Face 4691 +UV Count: 3 + UV + UV + UV +Face 4692 +UV Count: 3 + UV + UV + UV +Face 4693 +UV Count: 3 + UV + UV + UV +Face 4694 +UV Count: 3 + UV + UV + UV +Face 4695 +UV Count: 3 + UV + UV + UV +Face 4696 +UV Count: 3 + UV + UV + UV +Face 4697 +UV Count: 3 + UV + UV + UV +Face 4698 +UV Count: 3 + UV + UV + UV +Face 4699 +UV Count: 3 + UV + UV + UV +Face 4700 +UV Count: 3 + UV + UV + UV +Face 4701 +UV Count: 3 + UV + UV + UV +Face 4702 +UV Count: 3 + UV + UV + UV +Face 4703 +UV Count: 3 + UV + UV + UV +Face 4704 +UV Count: 3 + UV + UV + UV +Face 4705 +UV Count: 3 + UV + UV + UV +Face 4706 +UV Count: 3 + UV + UV + UV +Face 4707 +UV Count: 3 + UV + UV + UV +Face 4708 +UV Count: 3 + UV + UV + UV +Face 4709 +UV Count: 3 + UV + UV + UV +Face 4710 +UV Count: 3 + UV + UV + UV +Face 4711 +UV Count: 3 + UV + UV + UV +Face 4712 +UV Count: 3 + UV + UV + UV +Face 4713 +UV Count: 3 + UV + UV + UV +Face 4714 +UV Count: 3 + UV + UV + UV +Face 4715 +UV Count: 3 + UV + UV + UV +Face 4716 +UV Count: 3 + UV + UV + UV +Face 4717 +UV Count: 3 + UV + UV + UV +Face 4718 +UV Count: 3 + UV + UV + UV +Face 4719 +UV Count: 3 + UV + UV + UV +Face 4720 +UV Count: 3 + UV + UV + UV +Face 4721 +UV Count: 3 + UV + UV + UV +Face 4722 +UV Count: 3 + UV + UV + UV +Face 4723 +UV Count: 3 + UV + UV + UV +Face 4724 +UV Count: 3 + UV + UV + UV +Face 4725 +UV Count: 3 + UV + UV + UV +Face 4726 +UV Count: 3 + UV + UV + UV +Face 4727 +UV Count: 3 + UV + UV + UV +Face 4728 +UV Count: 3 + UV + UV + UV +Face 4729 +UV Count: 3 + UV + UV + UV +Face 4730 +UV Count: 3 + UV + UV + UV +Face 4731 +UV Count: 3 + UV + UV + UV +Face 4732 +UV Count: 3 + UV + UV + UV +Face 4733 +UV Count: 3 + UV + UV + UV +Face 4734 +UV Count: 3 + UV + UV + UV +Face 4735 +UV Count: 3 + UV + UV + UV +Face 4736 +UV Count: 3 + UV + UV + UV +Face 4737 +UV Count: 3 + UV + UV + UV +Face 4738 +UV Count: 3 + UV + UV + UV +Face 4739 +UV Count: 3 + UV + UV + UV +Face 4740 +UV Count: 3 + UV + UV + UV +Face 4741 +UV Count: 3 + UV + UV + UV +Face 4742 +UV Count: 3 + UV + UV + UV +Face 4743 +UV Count: 3 + UV + UV + UV +Face 4744 +UV Count: 3 + UV + UV + UV +Face 4745 +UV Count: 3 + UV + UV + UV +Face 4746 +UV Count: 3 + UV + UV + UV +Face 4747 +UV Count: 3 + UV + UV + UV +Face 4748 +UV Count: 3 + UV + UV + UV +Face 4749 +UV Count: 3 + UV + UV + UV +Face 4750 +UV Count: 3 + UV + UV + UV +Face 4751 +UV Count: 3 + UV + UV + UV +Face 4752 +UV Count: 3 + UV + UV + UV +Face 4753 +UV Count: 3 + UV + UV + UV +Face 4754 +UV Count: 3 + UV + UV + UV +Face 4755 +UV Count: 3 + UV + UV + UV +Face 4756 +UV Count: 3 + UV + UV + UV +Face 4757 +UV Count: 3 + UV + UV + UV +Face 4758 +UV Count: 3 + UV + UV + UV +Face 4759 +UV Count: 3 + UV + UV + UV +Face 4760 +UV Count: 3 + UV + UV + UV +Face 4761 +UV Count: 3 + UV + UV + UV +Face 4762 +UV Count: 3 + UV + UV + UV +Face 4763 +UV Count: 3 + UV + UV + UV +Face 4764 +UV Count: 3 + UV + UV + UV +Face 4765 +UV Count: 3 + UV + UV + UV +Face 4766 +UV Count: 3 + UV + UV + UV +Face 4767 +UV Count: 3 + UV + UV + UV +Face 4768 +UV Count: 3 + UV + UV + UV +Face 4769 +UV Count: 3 + UV + UV + UV +Face 4770 +UV Count: 3 + UV + UV + UV +Face 4771 +UV Count: 3 + UV + UV + UV +Face 4772 +UV Count: 3 + UV + UV + UV +Face 4773 +UV Count: 3 + UV + UV + UV +Face 4774 +UV Count: 3 + UV + UV + UV +Face 4775 +UV Count: 3 + UV + UV + UV +Face 4776 +UV Count: 3 + UV + UV + UV +Face 4777 +UV Count: 3 + UV + UV + UV +Face 4778 +UV Count: 3 + UV + UV + UV +Face 4779 +UV Count: 3 + UV + UV + UV +Face 4780 +UV Count: 3 + UV + UV + UV +Face 4781 +UV Count: 3 + UV + UV + UV +Face 4782 +UV Count: 3 + UV + UV + UV +Face 4783 +UV Count: 3 + UV + UV + UV +Face 4784 +UV Count: 3 + UV + UV + UV +Face 4785 +UV Count: 3 + UV + UV + UV +Face 4786 +UV Count: 3 + UV + UV + UV +Face 4787 +UV Count: 3 + UV + UV + UV +Face 4788 +UV Count: 3 + UV + UV + UV +Face 4789 +UV Count: 3 + UV + UV + UV +Face 4790 +UV Count: 3 + UV + UV + UV +Face 4791 +UV Count: 3 + UV + UV + UV +Face 4792 +UV Count: 3 + UV + UV + UV +Face 4793 +UV Count: 3 + UV + UV + UV +Face 4794 +UV Count: 3 + UV + UV + UV +Face 4795 +UV Count: 3 + UV + UV + UV +Face 4796 +UV Count: 3 + UV + UV + UV +Face 4797 +UV Count: 3 + UV + UV + UV +Face 4798 +UV Count: 3 + UV + UV + UV +Face 4799 +UV Count: 3 + UV + UV + UV +Face 4800 +UV Count: 3 + UV + UV + UV +Face 4801 +UV Count: 3 + UV + UV + UV +Face 4802 +UV Count: 3 + UV + UV + UV +Face 4803 +UV Count: 3 + UV + UV + UV +Face 4804 +UV Count: 3 + UV + UV + UV +Face 4805 +UV Count: 3 + UV + UV + UV +Face 4806 +UV Count: 3 + UV + UV + UV +Face 4807 +UV Count: 3 + UV + UV + UV +Face 4808 +UV Count: 3 + UV + UV + UV +Face 4809 +UV Count: 3 + UV + UV + UV +Face 4810 +UV Count: 3 + UV + UV + UV +Face 4811 +UV Count: 3 + UV + UV + UV +Face 4812 +UV Count: 3 + UV + UV + UV +Face 4813 +UV Count: 3 + UV + UV + UV +Face 4814 +UV Count: 3 + UV + UV + UV +Face 4815 +UV Count: 3 + UV + UV + UV +Face 4816 +UV Count: 3 + UV + UV + UV +Face 4817 +UV Count: 3 + UV + UV + UV +Face 4818 +UV Count: 3 + UV + UV + UV +Face 4819 +UV Count: 3 + UV + UV + UV +Face 4820 +UV Count: 3 + UV + UV + UV +Face 4821 +UV Count: 3 + UV + UV + UV +Face 4822 +UV Count: 3 + UV + UV + UV +Face 4823 +UV Count: 3 + UV + UV + UV +Face 4824 +UV Count: 3 + UV + UV + UV +Face 4825 +UV Count: 3 + UV + UV + UV +Face 4826 +UV Count: 3 + UV + UV + UV +Face 4827 +UV Count: 3 + UV + UV + UV +Face 4828 +UV Count: 3 + UV + UV + UV +Face 4829 +UV Count: 3 + UV + UV + UV +Face 4830 +UV Count: 3 + UV + UV + UV +Face 4831 +UV Count: 3 + UV + UV + UV +Face 4832 +UV Count: 3 + UV + UV + UV +Face 4833 +UV Count: 3 + UV + UV + UV +Face 4834 +UV Count: 3 + UV + UV + UV +Face 4835 +UV Count: 3 + UV + UV + UV +Face 4836 +UV Count: 3 + UV + UV + UV +Face 4837 +UV Count: 3 + UV + UV + UV +Face 4838 +UV Count: 3 + UV + UV + UV +Face 4839 +UV Count: 3 + UV + UV + UV +Face 4840 +UV Count: 3 + UV + UV + UV +Face 4841 +UV Count: 3 + UV + UV + UV +Face 4842 +UV Count: 3 + UV + UV + UV +Face 4843 +UV Count: 3 + UV + UV + UV +Face 4844 +UV Count: 3 + UV + UV + UV +Face 4845 +UV Count: 3 + UV + UV + UV +Face 4846 +UV Count: 3 + UV + UV + UV +Face 4847 +UV Count: 3 + UV + UV + UV +Face 4848 +UV Count: 3 + UV + UV + UV +Face 4849 +UV Count: 3 + UV + UV + UV +Face 4850 +UV Count: 3 + UV + UV + UV +Face 4851 +UV Count: 3 + UV + UV + UV +Face 4852 +UV Count: 3 + UV + UV + UV +Face 4853 +UV Count: 3 + UV + UV + UV +Face 4854 +UV Count: 3 + UV + UV + UV +Face 4855 +UV Count: 3 + UV + UV + UV +Face 4856 +UV Count: 3 + UV + UV + UV +Face 4857 +UV Count: 3 + UV + UV + UV +Face 4858 +UV Count: 3 + UV + UV + UV +Face 4859 +UV Count: 3 + UV + UV + UV +Face 4860 +UV Count: 3 + UV + UV + UV +Face 4861 +UV Count: 3 + UV + UV + UV +Face 4862 +UV Count: 3 + UV + UV + UV +Face 4863 +UV Count: 3 + UV + UV + UV +Face 4864 +UV Count: 3 + UV + UV + UV +Face 4865 +UV Count: 3 + UV + UV + UV +Face 4866 +UV Count: 3 + UV + UV + UV +Face 4867 +UV Count: 3 + UV + UV + UV +Face 4868 +UV Count: 3 + UV + UV + UV +Face 4869 +UV Count: 3 + UV + UV + UV +Face 4870 +UV Count: 3 + UV + UV + UV +Face 4871 +UV Count: 3 + UV + UV + UV +Face 4872 +UV Count: 3 + UV + UV + UV +Face 4873 +UV Count: 3 + UV + UV + UV +Face 4874 +UV Count: 3 + UV + UV + UV +Face 4875 +UV Count: 3 + UV + UV + UV +Face 4876 +UV Count: 3 + UV + UV + UV +Face 4877 +UV Count: 3 + UV + UV + UV +Face 4878 +UV Count: 3 + UV + UV + UV +Face 4879 +UV Count: 3 + UV + UV + UV +Face 4880 +UV Count: 3 + UV + UV + UV +Face 4881 +UV Count: 3 + UV + UV + UV +Face 4882 +UV Count: 3 + UV + UV + UV +Face 4883 +UV Count: 3 + UV + UV + UV +Face 4884 +UV Count: 3 + UV + UV + UV +Face 4885 +UV Count: 3 + UV + UV + UV +Face 4886 +UV Count: 3 + UV + UV + UV +Face 4887 +UV Count: 3 + UV + UV + UV +Face 4888 +UV Count: 3 + UV + UV + UV +Face 4889 +UV Count: 3 + UV + UV + UV +Face 4890 +UV Count: 3 + UV + UV + UV +Face 4891 +UV Count: 3 + UV + UV + UV +Face 4892 +UV Count: 3 + UV + UV + UV +Face 4893 +UV Count: 3 + UV + UV + UV +Face 4894 +UV Count: 3 + UV + UV + UV +Face 4895 +UV Count: 3 + UV + UV + UV +Face 4896 +UV Count: 3 + UV + UV + UV +Face 4897 +UV Count: 3 + UV + UV + UV +Face 4898 +UV Count: 3 + UV + UV + UV +Face 4899 +UV Count: 3 + UV + UV + UV +Face 4900 +UV Count: 3 + UV + UV + UV +Face 4901 +UV Count: 3 + UV + UV + UV +Face 4902 +UV Count: 3 + UV + UV + UV +Face 4903 +UV Count: 3 + UV + UV + UV +Face 4904 +UV Count: 3 + UV + UV + UV +Face 4905 +UV Count: 3 + UV + UV + UV +Face 4906 +UV Count: 3 + UV + UV + UV +Face 4907 +UV Count: 3 + UV + UV + UV +Face 4908 +UV Count: 3 + UV + UV + UV +Face 4909 +UV Count: 3 + UV + UV + UV +Face 4910 +UV Count: 3 + UV + UV + UV +Face 4911 +UV Count: 3 + UV + UV + UV +Face 4912 +UV Count: 3 + UV + UV + UV +Face 4913 +UV Count: 3 + UV + UV + UV +Face 4914 +UV Count: 3 + UV + UV + UV +Face 4915 +UV Count: 3 + UV + UV + UV +Face 4916 +UV Count: 3 + UV + UV + UV +Face 4917 +UV Count: 3 + UV + UV + UV +Face 4918 +UV Count: 3 + UV + UV + UV +Face 4919 +UV Count: 3 + UV + UV + UV +Face 4920 +UV Count: 3 + UV + UV + UV +Face 4921 +UV Count: 3 + UV + UV + UV +Face 4922 +UV Count: 3 + UV + UV + UV +Face 4923 +UV Count: 3 + UV + UV + UV +Face 4924 +UV Count: 3 + UV + UV + UV +Face 4925 +UV Count: 3 + UV + UV + UV +Face 4926 +UV Count: 3 + UV + UV + UV +Face 4927 +UV Count: 3 + UV + UV + UV +Face 4928 +UV Count: 3 + UV + UV + UV +Face 4929 +UV Count: 3 + UV + UV + UV +Face 4930 +UV Count: 3 + UV + UV + UV +Face 4931 +UV Count: 3 + UV + UV + UV +Face 4932 +UV Count: 3 + UV + UV + UV +Face 4933 +UV Count: 3 + UV + UV + UV +Face 4934 +UV Count: 3 + UV + UV + UV +Face 4935 +UV Count: 3 + UV + UV + UV +Face 4936 +UV Count: 3 + UV + UV + UV +Face 4937 +UV Count: 3 + UV + UV + UV +Face 4938 +UV Count: 3 + UV + UV + UV +Face 4939 +UV Count: 3 + UV + UV + UV +Face 4940 +UV Count: 3 + UV + UV + UV +Face 4941 +UV Count: 3 + UV + UV + UV +Face 4942 +UV Count: 3 + UV + UV + UV +Face 4943 +UV Count: 3 + UV + UV + UV +Face 4944 +UV Count: 3 + UV + UV + UV +Face 4945 +UV Count: 3 + UV + UV + UV +Face 4946 +UV Count: 3 + UV + UV + UV +Face 4947 +UV Count: 3 + UV + UV + UV +Face 4948 +UV Count: 3 + UV + UV + UV +Face 4949 +UV Count: 3 + UV + UV + UV +Face 4950 +UV Count: 3 + UV + UV + UV +Face 4951 +UV Count: 3 + UV + UV + UV +Face 4952 +UV Count: 3 + UV + UV + UV +Face 4953 +UV Count: 3 + UV + UV + UV +Face 4954 +UV Count: 3 + UV + UV + UV +Face 4955 +UV Count: 3 + UV + UV + UV +Face 4956 +UV Count: 3 + UV + UV + UV +Face 4957 +UV Count: 3 + UV + UV + UV +Face 4958 +UV Count: 3 + UV + UV + UV +Face 4959 +UV Count: 3 + UV + UV + UV +Face 4960 +UV Count: 3 + UV + UV + UV +Face 4961 +UV Count: 3 + UV + UV + UV +Face 4962 +UV Count: 3 + UV + UV + UV +Face 4963 +UV Count: 3 + UV + UV + UV +Face 4964 +UV Count: 3 + UV + UV + UV +Face 4965 +UV Count: 3 + UV + UV + UV +Face 4966 +UV Count: 3 + UV + UV + UV +Face 4967 +UV Count: 3 + UV + UV + UV +Face 4968 +UV Count: 3 + UV + UV + UV +Face 4969 +UV Count: 3 + UV + UV + UV +Face 4970 +UV Count: 3 + UV + UV + UV +Face 4971 +UV Count: 3 + UV + UV + UV +Face 4972 +UV Count: 3 + UV + UV + UV +Face 4973 +UV Count: 3 + UV + UV + UV +Face 4974 +UV Count: 3 + UV + UV + UV +Face 4975 +UV Count: 3 + UV + UV + UV +Face 4976 +UV Count: 3 + UV + UV + UV +Face 4977 +UV Count: 3 + UV + UV + UV +Face 4978 +UV Count: 3 + UV + UV + UV +Face 4979 +UV Count: 3 + UV + UV + UV +Face 4980 +UV Count: 3 + UV + UV + UV +Face 4981 +UV Count: 3 + UV + UV + UV +Face 4982 +UV Count: 3 + UV + UV + UV +Face 4983 +UV Count: 3 + UV + UV + UV +Face 4984 +UV Count: 3 + UV + UV + UV +Face 4985 +UV Count: 3 + UV + UV + UV +Face 4986 +UV Count: 3 + UV + UV + UV +Face 4987 +UV Count: 3 + UV + UV + UV +Face 4988 +UV Count: 3 + UV + UV + UV +Face 4989 +UV Count: 3 + UV + UV + UV +Face 4990 +UV Count: 3 + UV + UV + UV +Face 4991 +UV Count: 3 + UV + UV + UV +Face 4992 +UV Count: 3 + UV + UV + UV +Face 4993 +UV Count: 3 + UV + UV + UV +Face 4994 +UV Count: 3 + UV + UV + UV +Face 4995 +UV Count: 3 + UV + UV + UV +Face 4996 +UV Count: 3 + UV + UV + UV +Face 4997 +UV Count: 3 + UV + UV + UV +Face 4998 +UV Count: 3 + UV + UV + UV +Face 4999 +UV Count: 3 + UV + UV + UV +Face 5000 +UV Count: 3 + UV + UV + UV +Face 5001 +UV Count: 3 + UV + UV + UV +Face 5002 +UV Count: 3 + UV + UV + UV +Face 5003 +UV Count: 3 + UV + UV + UV +Face 5004 +UV Count: 3 + UV + UV + UV +Face 5005 +UV Count: 3 + UV + UV + UV +Face 5006 +UV Count: 3 + UV + UV + UV +Face 5007 +UV Count: 3 + UV + UV + UV +Face 5008 +UV Count: 3 + UV + UV + UV +Face 5009 +UV Count: 3 + UV + UV + UV +Face 5010 +UV Count: 3 + UV + UV + UV +Face 5011 +UV Count: 3 + UV + UV + UV +Face 5012 +UV Count: 3 + UV + UV + UV +Face 5013 +UV Count: 3 + UV + UV + UV +Face 5014 +UV Count: 3 + UV + UV + UV +Face 5015 +UV Count: 3 + UV + UV + UV +Face 5016 +UV Count: 3 + UV + UV + UV +Face 5017 +UV Count: 3 + UV + UV + UV +Face 5018 +UV Count: 3 + UV + UV + UV +Face 5019 +UV Count: 3 + UV + UV + UV +Face 5020 +UV Count: 3 + UV + UV + UV +Face 5021 +UV Count: 3 + UV + UV + UV +Face 5022 +UV Count: 3 + UV + UV + UV +Face 5023 +UV Count: 3 + UV + UV + UV +Face 5024 +UV Count: 3 + UV + UV + UV +Face 5025 +UV Count: 3 + UV + UV + UV +Face 5026 +UV Count: 3 + UV + UV + UV +Face 5027 +UV Count: 3 + UV + UV + UV +Face 5028 +UV Count: 3 + UV + UV + UV +Face 5029 +UV Count: 3 + UV + UV + UV +Face 5030 +UV Count: 3 + UV + UV + UV +Face 5031 +UV Count: 3 + UV + UV + UV +Face 5032 +UV Count: 3 + UV + UV + UV +Face 5033 +UV Count: 3 + UV + UV + UV +Face 5034 +UV Count: 3 + UV + UV + UV +Face 5035 +UV Count: 3 + UV + UV + UV +Face 5036 +UV Count: 3 + UV + UV + UV +Face 5037 +UV Count: 3 + UV + UV + UV +Face 5038 +UV Count: 3 + UV + UV + UV +Face 5039 +UV Count: 3 + UV + UV + UV +Face 5040 +UV Count: 3 + UV + UV + UV +Face 5041 +UV Count: 3 + UV + UV + UV +Face 5042 +UV Count: 3 + UV + UV + UV +Face 5043 +UV Count: 3 + UV + UV + UV +Face 5044 +UV Count: 3 + UV + UV + UV +Face 5045 +UV Count: 3 + UV + UV + UV +Face 5046 +UV Count: 3 + UV + UV + UV +Face 5047 +UV Count: 3 + UV + UV + UV +Face 5048 +UV Count: 3 + UV + UV + UV +Face 5049 +UV Count: 3 + UV + UV + UV +Face 5050 +UV Count: 3 + UV + UV + UV +Face 5051 +UV Count: 3 + UV + UV + UV +Face 5052 +UV Count: 3 + UV + UV + UV +Face 5053 +UV Count: 3 + UV + UV + UV +Face 5054 +UV Count: 3 + UV + UV + UV +Face 5055 +UV Count: 3 + UV + UV + UV +Face 5056 +UV Count: 3 + UV + UV + UV +Face 5057 +UV Count: 3 + UV + UV + UV +Face 5058 +UV Count: 3 + UV + UV + UV +Face 5059 +UV Count: 3 + UV + UV + UV +Face 5060 +UV Count: 3 + UV + UV + UV +Face 5061 +UV Count: 3 + UV + UV + UV +Face 5062 +UV Count: 3 + UV + UV + UV +Face 5063 +UV Count: 3 + UV + UV + UV +Face 5064 +UV Count: 3 + UV + UV + UV +Face 5065 +UV Count: 3 + UV + UV + UV +Face 5066 +UV Count: 3 + UV + UV + UV +Face 5067 +UV Count: 3 + UV + UV + UV +Face 5068 +UV Count: 3 + UV + UV + UV +Face 5069 +UV Count: 3 + UV + UV + UV +Face 5070 +UV Count: 3 + UV + UV + UV +Face 5071 +UV Count: 3 + UV + UV + UV +Face 5072 +UV Count: 3 + UV + UV + UV +Face 5073 +UV Count: 3 + UV + UV + UV +Face 5074 +UV Count: 3 + UV + UV + UV +Face 5075 +UV Count: 3 + UV + UV + UV +Face 5076 +UV Count: 3 + UV + UV + UV +Face 5077 +UV Count: 3 + UV + UV + UV +Face 5078 +UV Count: 3 + UV + UV + UV +Face 5079 +UV Count: 3 + UV + UV + UV +Face 5080 +UV Count: 3 + UV + UV + UV +Face 5081 +UV Count: 3 + UV + UV + UV +Face 5082 +UV Count: 3 + UV + UV + UV +Face 5083 +UV Count: 3 + UV + UV + UV +Face 5084 +UV Count: 3 + UV + UV + UV +Face 5085 +UV Count: 3 + UV + UV + UV +Face 5086 +UV Count: 3 + UV + UV + UV +Face 5087 +UV Count: 3 + UV + UV + UV +Face 5088 +UV Count: 3 + UV + UV + UV +Face 5089 +UV Count: 3 + UV + UV + UV +Face 5090 +UV Count: 3 + UV + UV + UV +Face 5091 +UV Count: 3 + UV + UV + UV +Face 5092 +UV Count: 3 + UV + UV + UV +Face 5093 +UV Count: 3 + UV + UV + UV +Face 5094 +UV Count: 3 + UV + UV + UV +Face 5095 +UV Count: 3 + UV + UV + UV +Face 5096 +UV Count: 3 + UV + UV + UV +Face 5097 +UV Count: 3 + UV + UV + UV +Face 5098 +UV Count: 3 + UV + UV + UV +Face 5099 +UV Count: 3 + UV + UV + UV +Face 5100 +UV Count: 3 + UV + UV + UV +Face 5101 +UV Count: 3 + UV + UV + UV +Face 5102 +UV Count: 3 + UV + UV + UV +Face 5103 +UV Count: 3 + UV + UV + UV +Face 5104 +UV Count: 3 + UV + UV + UV +Face 5105 +UV Count: 3 + UV + UV + UV +Face 5106 +UV Count: 3 + UV + UV + UV +Face 5107 +UV Count: 3 + UV + UV + UV +Face 5108 +UV Count: 3 + UV + UV + UV +Face 5109 +UV Count: 3 + UV + UV + UV +Face 5110 +UV Count: 3 + UV + UV + UV +Face 5111 +UV Count: 3 + UV + UV + UV +Face 5112 +UV Count: 3 + UV + UV + UV +Face 5113 +UV Count: 3 + UV + UV + UV +Face 5114 +UV Count: 3 + UV + UV + UV +Face 5115 +UV Count: 3 + UV + UV + UV +Face 5116 +UV Count: 3 + UV + UV + UV +Face 5117 +UV Count: 3 + UV + UV + UV +Face 5118 +UV Count: 3 + UV + UV + UV +Face 5119 +UV Count: 3 + UV + UV + UV +Face 5120 +UV Count: 3 + UV + UV + UV +Face 5121 +UV Count: 3 + UV + UV + UV +Face 5122 +UV Count: 3 + UV + UV + UV +Face 5123 +UV Count: 3 + UV + UV + UV +Face 5124 +UV Count: 3 + UV + UV + UV +Face 5125 +UV Count: 3 + UV + UV + UV +Face 5126 +UV Count: 3 + UV + UV + UV +Face 5127 +UV Count: 3 + UV + UV + UV +Face 5128 +UV Count: 3 + UV + UV + UV +Face 5129 +UV Count: 3 + UV + UV + UV +Face 5130 +UV Count: 3 + UV + UV + UV +Face 5131 +UV Count: 3 + UV + UV + UV +Face 5132 +UV Count: 3 + UV + UV + UV +Face 5133 +UV Count: 3 + UV + UV + UV +Face 5134 +UV Count: 3 + UV + UV + UV +Face 5135 +UV Count: 3 + UV + UV + UV +Face 5136 +UV Count: 3 + UV + UV + UV +Face 5137 +UV Count: 3 + UV + UV + UV +Face 5138 +UV Count: 3 + UV + UV + UV +Face 5139 +UV Count: 3 + UV + UV + UV +Face 5140 +UV Count: 3 + UV + UV + UV +Face 5141 +UV Count: 3 + UV + UV + UV +Face 5142 +UV Count: 3 + UV + UV + UV +Face 5143 +UV Count: 3 + UV + UV + UV +Face 5144 +UV Count: 3 + UV + UV + UV +Face 5145 +UV Count: 3 + UV + UV + UV +Face 5146 +UV Count: 3 + UV + UV + UV +Face 5147 +UV Count: 3 + UV + UV + UV +Face 5148 +UV Count: 3 + UV + UV + UV +Face 5149 +UV Count: 3 + UV + UV + UV +Face 5150 +UV Count: 3 + UV + UV + UV +Face 5151 +UV Count: 3 + UV + UV + UV +Face 5152 +UV Count: 3 + UV + UV + UV +Face 5153 +UV Count: 3 + UV + UV + UV +Face 5154 +UV Count: 3 + UV + UV + UV +Face 5155 +UV Count: 3 + UV + UV + UV +Face 5156 +UV Count: 3 + UV + UV + UV +Face 5157 +UV Count: 3 + UV + UV + UV +Face 5158 +UV Count: 3 + UV + UV + UV +Face 5159 +UV Count: 3 + UV + UV + UV +Face 5160 +UV Count: 3 + UV + UV + UV +Face 5161 +UV Count: 3 + UV + UV + UV +Face 5162 +UV Count: 3 + UV + UV + UV +Face 5163 +UV Count: 3 + UV + UV + UV +Face 5164 +UV Count: 3 + UV + UV + UV +Face 5165 +UV Count: 3 + UV + UV + UV +Face 5166 +UV Count: 3 + UV + UV + UV +Face 5167 +UV Count: 3 + UV + UV + UV +Face 5168 +UV Count: 3 + UV + UV + UV +Face 5169 +UV Count: 3 + UV + UV + UV +Face 5170 +UV Count: 3 + UV + UV + UV +Face 5171 +UV Count: 3 + UV + UV + UV +Face 5172 +UV Count: 3 + UV + UV + UV +Face 5173 +UV Count: 3 + UV + UV + UV +Face 5174 +UV Count: 3 + UV + UV + UV +Face 5175 +UV Count: 3 + UV + UV + UV +Face 5176 +UV Count: 3 + UV + UV + UV +Face 5177 +UV Count: 3 + UV + UV + UV +Face 5178 +UV Count: 3 + UV + UV + UV +Face 5179 +UV Count: 3 + UV + UV + UV +Face 5180 +UV Count: 3 + UV + UV + UV +Face 5181 +UV Count: 3 + UV + UV + UV +Face 5182 +UV Count: 3 + UV + UV + UV +Face 5183 +UV Count: 3 + UV + UV + UV +Face 5184 +UV Count: 3 + UV + UV + UV +Face 5185 +UV Count: 3 + UV + UV + UV +Face 5186 +UV Count: 3 + UV + UV + UV +Face 5187 +UV Count: 3 + UV + UV + UV +Face 5188 +UV Count: 3 + UV + UV + UV +Face 5189 +UV Count: 3 + UV + UV + UV +Face 5190 +UV Count: 3 + UV + UV + UV +Face 5191 +UV Count: 3 + UV + UV + UV +Face 5192 +UV Count: 3 + UV + UV + UV +Face 5193 +UV Count: 3 + UV + UV + UV +Face 5194 +UV Count: 3 + UV + UV + UV +Face 5195 +UV Count: 3 + UV + UV + UV +Face 5196 +UV Count: 3 + UV + UV + UV +Face 5197 +UV Count: 3 + UV + UV + UV +Face 5198 +UV Count: 3 + UV + UV + UV +Face 5199 +UV Count: 3 + UV + UV + UV +Face 5200 +UV Count: 3 + UV + UV + UV +Face 5201 +UV Count: 3 + UV + UV + UV +Face 5202 +UV Count: 3 + UV + UV + UV +Face 5203 +UV Count: 3 + UV + UV + UV +Face 5204 +UV Count: 3 + UV + UV + UV +Face 5205 +UV Count: 3 + UV + UV + UV +Face 5206 +UV Count: 3 + UV + UV + UV +Face 5207 +UV Count: 3 + UV + UV + UV +Face 5208 +UV Count: 3 + UV + UV + UV +Face 5209 +UV Count: 3 + UV + UV + UV +Face 5210 +UV Count: 3 + UV + UV + UV +Face 5211 +UV Count: 3 + UV + UV + UV +Face 5212 +UV Count: 3 + UV + UV + UV +Face 5213 +UV Count: 3 + UV + UV + UV +Face 5214 +UV Count: 3 + UV + UV + UV +Face 5215 +UV Count: 3 + UV + UV + UV +Face 5216 +UV Count: 3 + UV + UV + UV +Face 5217 +UV Count: 3 + UV + UV + UV +Face 5218 +UV Count: 3 + UV + UV + UV +Face 5219 +UV Count: 3 + UV + UV + UV +Face 5220 +UV Count: 3 + UV + UV + UV +Face 5221 +UV Count: 3 + UV + UV + UV +Face 5222 +UV Count: 3 + UV + UV + UV +Face 5223 +UV Count: 3 + UV + UV + UV +Face 5224 +UV Count: 3 + UV + UV + UV +Face 5225 +UV Count: 3 + UV + UV + UV +Face 5226 +UV Count: 3 + UV + UV + UV +Face 5227 +UV Count: 3 + UV + UV + UV +Face 5228 +UV Count: 3 + UV + UV + UV +Face 5229 +UV Count: 3 + UV + UV + UV +Face 5230 +UV Count: 3 + UV + UV + UV +Face 5231 +UV Count: 3 + UV + UV + UV +Face 5232 +UV Count: 3 + UV + UV + UV +Face 5233 +UV Count: 3 + UV + UV + UV +Face 5234 +UV Count: 3 + UV + UV + UV +Face 5235 +UV Count: 3 + UV + UV + UV +Face 5236 +UV Count: 3 + UV + UV + UV +Face 5237 +UV Count: 3 + UV + UV + UV +Face 5238 +UV Count: 3 + UV + UV + UV +Face 5239 +UV Count: 3 + UV + UV + UV +Face 5240 +UV Count: 3 + UV + UV + UV +Face 5241 +UV Count: 3 + UV + UV + UV +Face 5242 +UV Count: 3 + UV + UV + UV +Face 5243 +UV Count: 3 + UV + UV + UV +Face 5244 +UV Count: 3 + UV + UV + UV +Face 5245 +UV Count: 3 + UV + UV + UV +Face 5246 +UV Count: 3 + UV + UV + UV +Face 5247 +UV Count: 3 + UV + UV + UV +Face 5248 +UV Count: 3 + UV + UV + UV +Face 5249 +UV Count: 3 + UV + UV + UV +Face 5250 +UV Count: 3 + UV + UV + UV +Face 5251 +UV Count: 3 + UV + UV + UV +Face 5252 +UV Count: 3 + UV + UV + UV +Face 5253 +UV Count: 3 + UV + UV + UV +Face 5254 +UV Count: 3 + UV + UV + UV +Face 5255 +UV Count: 3 + UV + UV + UV +Face 5256 +UV Count: 3 + UV + UV + UV +Face 5257 +UV Count: 3 + UV + UV + UV +Face 5258 +UV Count: 3 + UV + UV + UV +Face 5259 +UV Count: 3 + UV + UV + UV +Face 5260 +UV Count: 3 + UV + UV + UV +Face 5261 +UV Count: 3 + UV + UV + UV +Face 5262 +UV Count: 3 + UV + UV + UV +Face 5263 +UV Count: 3 + UV + UV + UV +Face 5264 +UV Count: 3 + UV + UV + UV +Face 5265 +UV Count: 3 + UV + UV + UV +Face 5266 +UV Count: 3 + UV + UV + UV +Face 5267 +UV Count: 3 + UV + UV + UV +Face 5268 +UV Count: 3 + UV + UV + UV +Face 5269 +UV Count: 3 + UV + UV + UV +Face 5270 +UV Count: 3 + UV + UV + UV +Face 5271 +UV Count: 3 + UV + UV + UV +Face 5272 +UV Count: 3 + UV + UV + UV +Face 5273 +UV Count: 3 + UV + UV + UV +Face 5274 +UV Count: 3 + UV + UV + UV +Face 5275 +UV Count: 3 + UV + UV + UV +Face 5276 +UV Count: 3 + UV + UV + UV +Face 5277 +UV Count: 3 + UV + UV + UV +Face 5278 +UV Count: 3 + UV + UV + UV +Face 5279 +UV Count: 3 + UV + UV + UV +Face 5280 +UV Count: 3 + UV + UV + UV +Face 5281 +UV Count: 3 + UV + UV + UV +Face 5282 +UV Count: 3 + UV + UV + UV +Face 5283 +UV Count: 3 + UV + UV + UV +Face 5284 +UV Count: 3 + UV + UV + UV +Face 5285 +UV Count: 3 + UV + UV + UV +Face 5286 +UV Count: 3 + UV + UV + UV +Face 5287 +UV Count: 3 + UV + UV + UV +Face 5288 +UV Count: 3 + UV + UV + UV +Face 5289 +UV Count: 3 + UV + UV + UV +Face 5290 +UV Count: 3 + UV + UV + UV +Face 5291 +UV Count: 3 + UV + UV + UV +Face 5292 +UV Count: 3 + UV + UV + UV +Face 5293 +UV Count: 3 + UV + UV + UV +Face 5294 +UV Count: 3 + UV + UV + UV +Face 5295 +UV Count: 3 + UV + UV + UV +Face 5296 +UV Count: 3 + UV + UV + UV +Face 5297 +UV Count: 3 + UV + UV + UV +Face 5298 +UV Count: 3 + UV + UV + UV +Face 5299 +UV Count: 3 + UV + UV + UV +Face 5300 +UV Count: 3 + UV + UV + UV +Face 5301 +UV Count: 3 + UV + UV + UV +Face 5302 +UV Count: 3 + UV + UV + UV +Face 5303 +UV Count: 3 + UV + UV + UV +Face 5304 +UV Count: 3 + UV + UV + UV +Face 5305 +UV Count: 3 + UV + UV + UV +Face 5306 +UV Count: 3 + UV + UV + UV +Face 5307 +UV Count: 3 + UV + UV + UV +Face 5308 +UV Count: 3 + UV + UV + UV +Face 5309 +UV Count: 3 + UV + UV + UV +Face 5310 +UV Count: 3 + UV + UV + UV +Face 5311 +UV Count: 3 + UV + UV + UV +Face 5312 +UV Count: 3 + UV + UV + UV +Face 5313 +UV Count: 3 + UV + UV + UV +Face 5314 +UV Count: 3 + UV + UV + UV +Face 5315 +UV Count: 3 + UV + UV + UV +Face 5316 +UV Count: 3 + UV + UV + UV +Face 5317 +UV Count: 3 + UV + UV + UV +Face 5318 +UV Count: 3 + UV + UV + UV +Face 5319 +UV Count: 3 + UV + UV + UV +Face 5320 +UV Count: 3 + UV + UV + UV +Face 5321 +UV Count: 3 + UV + UV + UV +Face 5322 +UV Count: 3 + UV + UV + UV +Face 5323 +UV Count: 3 + UV + UV + UV +Face 5324 +UV Count: 3 + UV + UV + UV +Face 5325 +UV Count: 3 + UV + UV + UV +Face 5326 +UV Count: 3 + UV + UV + UV +Face 5327 +UV Count: 3 + UV + UV + UV +Face 5328 +UV Count: 3 + UV + UV + UV +Face 5329 +UV Count: 3 + UV + UV + UV +Face 5330 +UV Count: 3 + UV + UV + UV +Face 5331 +UV Count: 3 + UV + UV + UV +Face 5332 +UV Count: 3 + UV + UV + UV +Face 5333 +UV Count: 3 + UV + UV + UV +Face 5334 +UV Count: 3 + UV + UV + UV +Face 5335 +UV Count: 3 + UV + UV + UV +Face 5336 +UV Count: 3 + UV + UV + UV +Face 5337 +UV Count: 3 + UV + UV + UV +Face 5338 +UV Count: 3 + UV + UV + UV +Face 5339 +UV Count: 3 + UV + UV + UV +Face 5340 +UV Count: 3 + UV + UV + UV +Face 5341 +UV Count: 3 + UV + UV + UV +Face 5342 +UV Count: 3 + UV + UV + UV +Face 5343 +UV Count: 3 + UV + UV + UV +Face 5344 +UV Count: 3 + UV + UV + UV +Face 5345 +UV Count: 3 + UV + UV + UV +Face 5346 +UV Count: 3 + UV + UV + UV +Face 5347 +UV Count: 3 + UV + UV + UV +Face 5348 +UV Count: 3 + UV + UV + UV +Face 5349 +UV Count: 3 + UV + UV + UV +Face 5350 +UV Count: 3 + UV + UV + UV +Face 5351 +UV Count: 3 + UV + UV + UV +Face 5352 +UV Count: 3 + UV + UV + UV +Face 5353 +UV Count: 3 + UV + UV + UV +Face 5354 +UV Count: 3 + UV + UV + UV +Face 5355 +UV Count: 3 + UV + UV + UV +Face 5356 +UV Count: 3 + UV + UV + UV +Face 5357 +UV Count: 3 + UV + UV + UV +Face 5358 +UV Count: 3 + UV + UV + UV +Face 5359 +UV Count: 3 + UV + UV + UV +Face 5360 +UV Count: 3 + UV + UV + UV +Face 5361 +UV Count: 3 + UV + UV + UV +Face 5362 +UV Count: 3 + UV + UV + UV +Face 5363 +UV Count: 3 + UV + UV + UV +Face 5364 +UV Count: 3 + UV + UV + UV +Face 5365 +UV Count: 3 + UV + UV + UV +Face 5366 +UV Count: 3 + UV + UV + UV +Face 5367 +UV Count: 3 + UV + UV + UV +Face 5368 +UV Count: 3 + UV + UV + UV +Face 5369 +UV Count: 3 + UV + UV + UV +Face 5370 +UV Count: 3 + UV + UV + UV +Face 5371 +UV Count: 3 + UV + UV + UV +Face 5372 +UV Count: 3 + UV + UV + UV +Face 5373 +UV Count: 3 + UV + UV + UV +Face 5374 +UV Count: 3 + UV + UV + UV +Face 5375 +UV Count: 3 + UV + UV + UV +Face 5376 +UV Count: 3 + UV + UV + UV +Face 5377 +UV Count: 3 + UV + UV + UV +Face 5378 +UV Count: 3 + UV + UV + UV +Face 5379 +UV Count: 3 + UV + UV + UV +Face 5380 +UV Count: 3 + UV + UV + UV +Face 5381 +UV Count: 3 + UV + UV + UV +Face 5382 +UV Count: 3 + UV + UV + UV +Face 5383 +UV Count: 3 + UV + UV + UV +Face 5384 +UV Count: 3 + UV + UV + UV +Face 5385 +UV Count: 3 + UV + UV + UV +Face 5386 +UV Count: 3 + UV + UV + UV +Face 5387 +UV Count: 3 + UV + UV + UV +Face 5388 +UV Count: 3 + UV + UV + UV +Face 5389 +UV Count: 3 + UV + UV + UV +Face 5390 +UV Count: 3 + UV + UV + UV +Face 5391 +UV Count: 3 + UV + UV + UV +Face 5392 +UV Count: 3 + UV + UV + UV +Face 5393 +UV Count: 3 + UV + UV + UV +Face 5394 +UV Count: 3 + UV + UV + UV +Face 5395 +UV Count: 3 + UV + UV + UV +Face 5396 +UV Count: 3 + UV + UV + UV +Face 5397 +UV Count: 3 + UV + UV + UV +Face 5398 +UV Count: 3 + UV + UV + UV +Face 5399 +UV Count: 3 + UV + UV + UV +Face 5400 +UV Count: 3 + UV + UV + UV +Face 5401 +UV Count: 3 + UV + UV + UV +Face 5402 +UV Count: 3 + UV + UV + UV +Face 5403 +UV Count: 3 + UV + UV + UV +Face 5404 +UV Count: 3 + UV + UV + UV +Face 5405 +UV Count: 3 + UV + UV + UV +Face 5406 +UV Count: 3 + UV + UV + UV +Face 5407 +UV Count: 3 + UV + UV + UV +Face 5408 +UV Count: 3 + UV + UV + UV +Face 5409 +UV Count: 3 + UV + UV + UV +Face 5410 +UV Count: 3 + UV + UV + UV +Face 5411 +UV Count: 3 + UV + UV + UV +Face 5412 +UV Count: 3 + UV + UV + UV +Face 5413 +UV Count: 3 + UV + UV + UV +Face 5414 +UV Count: 3 + UV + UV + UV +Face 5415 +UV Count: 3 + UV + UV + UV +Face 5416 +UV Count: 3 + UV + UV + UV +Face 5417 +UV Count: 3 + UV + UV + UV +Face 5418 +UV Count: 3 + UV + UV + UV +Face 5419 +UV Count: 3 + UV + UV + UV +Face 5420 +UV Count: 3 + UV + UV + UV +Face 5421 +UV Count: 3 + UV + UV + UV +Face 5422 +UV Count: 3 + UV + UV + UV +Face 5423 +UV Count: 3 + UV + UV + UV +Face 5424 +UV Count: 3 + UV + UV + UV +Face 5425 +UV Count: 3 + UV + UV + UV +Face 5426 +UV Count: 3 + UV + UV + UV +Face 5427 +UV Count: 3 + UV + UV + UV +Face 5428 +UV Count: 3 + UV + UV + UV +Face 5429 +UV Count: 3 + UV + UV + UV +Face 5430 +UV Count: 3 + UV + UV + UV +Face 5431 +UV Count: 3 + UV + UV + UV +Face 5432 +UV Count: 3 + UV + UV + UV +Face 5433 +UV Count: 3 + UV + UV + UV +Face 5434 +UV Count: 3 + UV + UV + UV +Face 5435 +UV Count: 3 + UV + UV + UV +Face 5436 +UV Count: 3 + UV + UV + UV +Face 5437 +UV Count: 3 + UV + UV + UV +Face 5438 +UV Count: 3 + UV + UV + UV +Face 5439 +UV Count: 3 + UV + UV + UV +Face 5440 +UV Count: 3 + UV + UV + UV +Face 5441 +UV Count: 3 + UV + UV + UV +Face 5442 +UV Count: 3 + UV + UV + UV +Face 5443 +UV Count: 3 + UV + UV + UV +Face 5444 +UV Count: 3 + UV + UV + UV +Face 5445 +UV Count: 3 + UV + UV + UV +Face 5446 +UV Count: 3 + UV + UV + UV +Face 5447 +UV Count: 3 + UV + UV + UV +Face 5448 +UV Count: 3 + UV + UV + UV +Face 5449 +UV Count: 3 + UV + UV + UV +Face 5450 +UV Count: 3 + UV + UV + UV +Face 5451 +UV Count: 3 + UV + UV + UV +Face 5452 +UV Count: 3 + UV + UV + UV +Face 5453 +UV Count: 3 + UV + UV + UV +Face 5454 +UV Count: 3 + UV + UV + UV +Face 5455 +UV Count: 3 + UV + UV + UV +Face 5456 +UV Count: 3 + UV + UV + UV +Face 5457 +UV Count: 3 + UV + UV + UV +Face 5458 +UV Count: 3 + UV + UV + UV +Face 5459 +UV Count: 3 + UV + UV + UV +Face 5460 +UV Count: 3 + UV + UV + UV +Face 5461 +UV Count: 3 + UV + UV + UV +Face 5462 +UV Count: 3 + UV + UV + UV +Face 5463 +UV Count: 3 + UV + UV + UV +Face 5464 +UV Count: 3 + UV + UV + UV +Face 5465 +UV Count: 3 + UV + UV + UV +Face 5466 +UV Count: 3 + UV + UV + UV +Face 5467 +UV Count: 3 + UV + UV + UV +Face 5468 +UV Count: 3 + UV + UV + UV +Face 5469 +UV Count: 3 + UV + UV + UV +Face 5470 +UV Count: 3 + UV + UV + UV +Face 5471 +UV Count: 3 + UV + UV + UV +Face 5472 +UV Count: 3 + UV + UV + UV +Face 5473 +UV Count: 3 + UV + UV + UV +Face 5474 +UV Count: 3 + UV + UV + UV +Face 5475 +UV Count: 3 + UV + UV + UV +Face 5476 +UV Count: 3 + UV + UV + UV +Face 5477 +UV Count: 3 + UV + UV + UV +Face 5478 +UV Count: 3 + UV + UV + UV +Face 5479 +UV Count: 3 + UV + UV + UV +Face 5480 +UV Count: 3 + UV + UV + UV +Face 5481 +UV Count: 3 + UV + UV + UV +Face 5482 +UV Count: 3 + UV + UV + UV +Face 5483 +UV Count: 3 + UV + UV + UV +Face 5484 +UV Count: 3 + UV + UV + UV +Face 5485 +UV Count: 3 + UV + UV + UV +Face 5486 +UV Count: 3 + UV + UV + UV +Face 5487 +UV Count: 3 + UV + UV + UV +Face 5488 +UV Count: 3 + UV + UV + UV +Face 5489 +UV Count: 3 + UV + UV + UV +Face 5490 +UV Count: 3 + UV + UV + UV +Face 5491 +UV Count: 3 + UV + UV + UV +Face 5492 +UV Count: 3 + UV + UV + UV +Face 5493 +UV Count: 3 + UV + UV + UV +Face 5494 +UV Count: 3 + UV + UV + UV +Face 5495 +UV Count: 3 + UV + UV + UV +Face 5496 +UV Count: 3 + UV + UV + UV +Face 5497 +UV Count: 3 + UV + UV + UV +Face 5498 +UV Count: 3 + UV + UV + UV +Face 5499 +UV Count: 3 + UV + UV + UV +Face 5500 +UV Count: 3 + UV + UV + UV +Face 5501 +UV Count: 3 + UV + UV + UV +Face 5502 +UV Count: 3 + UV + UV + UV +Face 5503 +UV Count: 3 + UV + UV + UV +Face 5504 +UV Count: 3 + UV + UV + UV +Face 5505 +UV Count: 3 + UV + UV + UV +Face 5506 +UV Count: 3 + UV + UV + UV +Face 5507 +UV Count: 3 + UV + UV + UV +Face 5508 +UV Count: 3 + UV + UV + UV +Face 5509 +UV Count: 3 + UV + UV + UV +Face 5510 +UV Count: 3 + UV + UV + UV +Face 5511 +UV Count: 3 + UV + UV + UV +Face 5512 +UV Count: 3 + UV + UV + UV +Face 5513 +UV Count: 3 + UV + UV + UV +Face 5514 +UV Count: 3 + UV + UV + UV +Face 5515 +UV Count: 3 + UV + UV + UV +Face 5516 +UV Count: 3 + UV + UV + UV +Face 5517 +UV Count: 3 + UV + UV + UV +Face 5518 +UV Count: 3 + UV + UV + UV +Face 5519 +UV Count: 3 + UV + UV + UV +Face 5520 +UV Count: 3 + UV + UV + UV +Face 5521 +UV Count: 3 + UV + UV + UV +Face 5522 +UV Count: 3 + UV + UV + UV +Face 5523 +UV Count: 3 + UV + UV + UV +Face 5524 +UV Count: 3 + UV + UV + UV +Face 5525 +UV Count: 3 + UV + UV + UV +Face 5526 +UV Count: 3 + UV + UV + UV +Face 5527 +UV Count: 3 + UV + UV + UV +Face 5528 +UV Count: 3 + UV + UV + UV +Face 5529 +UV Count: 3 + UV + UV + UV +Face 5530 +UV Count: 3 + UV + UV + UV +Face 5531 +UV Count: 3 + UV + UV + UV +Face 5532 +UV Count: 3 + UV + UV + UV +Face 5533 +UV Count: 3 + UV + UV + UV +Face 5534 +UV Count: 3 + UV + UV + UV +Face 5535 +UV Count: 3 + UV + UV + UV +Face 5536 +UV Count: 3 + UV + UV + UV +Face 5537 +UV Count: 3 + UV + UV + UV +Face 5538 +UV Count: 3 + UV + UV + UV +Face 5539 +UV Count: 3 + UV + UV + UV +Face 5540 +UV Count: 3 + UV + UV + UV +Face 5541 +UV Count: 3 + UV + UV + UV +Face 5542 +UV Count: 3 + UV + UV + UV +Face 5543 +UV Count: 3 + UV + UV + UV +Face 5544 +UV Count: 3 + UV + UV + UV +Face 5545 +UV Count: 3 + UV + UV + UV +Face 5546 +UV Count: 3 + UV + UV + UV +Face 5547 +UV Count: 3 + UV + UV + UV +Face 5548 +UV Count: 3 + UV + UV + UV +Face 5549 +UV Count: 3 + UV + UV + UV +Face 5550 +UV Count: 3 + UV + UV + UV +Face 5551 +UV Count: 3 + UV + UV + UV +Face 5552 +UV Count: 3 + UV + UV + UV +Face 5553 +UV Count: 3 + UV + UV + UV +Face 5554 +UV Count: 3 + UV + UV + UV +Face 5555 +UV Count: 3 + UV + UV + UV +Face 5556 +UV Count: 3 + UV + UV + UV +Face 5557 +UV Count: 3 + UV + UV + UV +Face 5558 +UV Count: 3 + UV + UV + UV +Face 5559 +UV Count: 3 + UV + UV + UV +Face 5560 +UV Count: 3 + UV + UV + UV +Face 5561 +UV Count: 3 + UV + UV + UV +Face 5562 +UV Count: 3 + UV + UV + UV +Face 5563 +UV Count: 3 + UV + UV + UV +Face 5564 +UV Count: 3 + UV + UV + UV +Face 5565 +UV Count: 3 + UV + UV + UV +Face 5566 +UV Count: 3 + UV + UV + UV +Face 5567 +UV Count: 3 + UV + UV + UV +Face 5568 +UV Count: 3 + UV + UV + UV +Face 5569 +UV Count: 3 + UV + UV + UV +Face 5570 +UV Count: 3 + UV + UV + UV +Face 5571 +UV Count: 3 + UV + UV + UV +Face 5572 +UV Count: 3 + UV + UV + UV +Face 5573 +UV Count: 3 + UV + UV + UV +Face 5574 +UV Count: 3 + UV + UV + UV +Face 5575 +UV Count: 3 + UV + UV + UV +Face 5576 +UV Count: 3 + UV + UV + UV +Face 5577 +UV Count: 3 + UV + UV + UV +Face 5578 +UV Count: 3 + UV + UV + UV +Face 5579 +UV Count: 3 + UV + UV + UV +Face 5580 +UV Count: 3 + UV + UV + UV +Face 5581 +UV Count: 3 + UV + UV + UV +Face 5582 +UV Count: 3 + UV + UV + UV +Face 5583 +UV Count: 3 + UV + UV + UV +Face 5584 +UV Count: 3 + UV + UV + UV +Face 5585 +UV Count: 3 + UV + UV + UV +Face 5586 +UV Count: 3 + UV + UV + UV +Face 5587 +UV Count: 3 + UV + UV + UV +Face 5588 +UV Count: 3 + UV + UV + UV +Face 5589 +UV Count: 3 + UV + UV + UV +Face 5590 +UV Count: 3 + UV + UV + UV +Face 5591 +UV Count: 3 + UV + UV + UV +Face 5592 +UV Count: 3 + UV + UV + UV +Face 5593 +UV Count: 3 + UV + UV + UV +Face 5594 +UV Count: 3 + UV + UV + UV +Face 5595 +UV Count: 3 + UV + UV + UV +Face 5596 +UV Count: 3 + UV + UV + UV +Face 5597 +UV Count: 3 + UV + UV + UV +Face 5598 +UV Count: 3 + UV + UV + UV +Face 5599 +UV Count: 3 + UV + UV + UV +Face 5600 +UV Count: 3 + UV + UV + UV +Face 5601 +UV Count: 3 + UV + UV + UV +Face 5602 +UV Count: 3 + UV + UV + UV +Face 5603 +UV Count: 3 + UV + UV + UV +Face 5604 +UV Count: 3 + UV + UV + UV +Face 5605 +UV Count: 3 + UV + UV + UV +Face 5606 +UV Count: 3 + UV + UV + UV +Face 5607 +UV Count: 3 + UV + UV + UV +Face 5608 +UV Count: 3 + UV + UV + UV +Face 5609 +UV Count: 3 + UV + UV + UV +Face 5610 +UV Count: 3 + UV + UV + UV +Face 5611 +UV Count: 3 + UV + UV + UV +Face 5612 +UV Count: 3 + UV + UV + UV +Face 5613 +UV Count: 3 + UV + UV + UV +Face 5614 +UV Count: 3 + UV + UV + UV +Face 5615 +UV Count: 3 + UV + UV + UV +Face 5616 +UV Count: 3 + UV + UV + UV +Face 5617 +UV Count: 3 + UV + UV + UV +Face 5618 +UV Count: 3 + UV + UV + UV +Face 5619 +UV Count: 3 + UV + UV + UV +Face 5620 +UV Count: 3 + UV + UV + UV +Face 5621 +UV Count: 3 + UV + UV + UV +Face 5622 +UV Count: 3 + UV + UV + UV +Face 5623 +UV Count: 3 + UV + UV + UV +Face 5624 +UV Count: 3 + UV + UV + UV +Face 5625 +UV Count: 3 + UV + UV + UV +Face 5626 +UV Count: 3 + UV + UV + UV +Face 5627 +UV Count: 3 + UV + UV + UV +Face 5628 +UV Count: 3 + UV + UV + UV +Face 5629 +UV Count: 3 + UV + UV + UV +Face 5630 +UV Count: 3 + UV + UV + UV +Face 5631 +UV Count: 3 + UV + UV + UV +Face 5632 +UV Count: 3 + UV + UV + UV +Face 5633 +UV Count: 3 + UV + UV + UV +Face 5634 +UV Count: 3 + UV + UV + UV +Face 5635 +UV Count: 3 + UV + UV + UV +Face 5636 +UV Count: 3 + UV + UV + UV +Face 5637 +UV Count: 3 + UV + UV + UV +Face 5638 +UV Count: 3 + UV + UV + UV +Face 5639 +UV Count: 3 + UV + UV + UV +Face 5640 +UV Count: 3 + UV + UV + UV +Face 5641 +UV Count: 3 + UV + UV + UV +Face 5642 +UV Count: 3 + UV + UV + UV +Face 5643 +UV Count: 3 + UV + UV + UV +Face 5644 +UV Count: 3 + UV + UV + UV +Face 5645 +UV Count: 3 + UV + UV + UV +Face 5646 +UV Count: 3 + UV + UV + UV +Face 5647 +UV Count: 3 + UV + UV + UV +Face 5648 +UV Count: 3 + UV + UV + UV +Face 5649 +UV Count: 3 + UV + UV + UV +Face 5650 +UV Count: 3 + UV + UV + UV +Face 5651 +UV Count: 3 + UV + UV + UV +Face 5652 +UV Count: 3 + UV + UV + UV +Face 5653 +UV Count: 3 + UV + UV + UV +Face 5654 +UV Count: 3 + UV + UV + UV +Face 5655 +UV Count: 3 + UV + UV + UV +Face 5656 +UV Count: 3 + UV + UV + UV +Face 5657 +UV Count: 3 + UV + UV + UV +Face 5658 +UV Count: 3 + UV + UV + UV +Face 5659 +UV Count: 3 + UV + UV + UV +Face 5660 +UV Count: 3 + UV + UV + UV +Face 5661 +UV Count: 3 + UV + UV + UV +Face 5662 +UV Count: 3 + UV + UV + UV +Face 5663 +UV Count: 3 + UV + UV + UV +Face 5664 +UV Count: 3 + UV + UV + UV +Face 5665 +UV Count: 3 + UV + UV + UV +Face 5666 +UV Count: 3 + UV + UV + UV +Face 5667 +UV Count: 3 + UV + UV + UV +Face 5668 +UV Count: 3 + UV + UV + UV +Face 5669 +UV Count: 3 + UV + UV + UV +Face 5670 +UV Count: 3 + UV + UV + UV +Face 5671 +UV Count: 3 + UV + UV + UV +Face 5672 +UV Count: 3 + UV + UV + UV +Face 5673 +UV Count: 3 + UV + UV + UV +Face 5674 +UV Count: 3 + UV + UV + UV +Face 5675 +UV Count: 3 + UV + UV + UV +Face 5676 +UV Count: 3 + UV + UV + UV +Face 5677 +UV Count: 3 + UV + UV + UV +Face 5678 +UV Count: 3 + UV + UV + UV +Face 5679 +UV Count: 3 + UV + UV + UV +Face 5680 +UV Count: 3 + UV + UV + UV +Face 5681 +UV Count: 3 + UV + UV + UV +Face 5682 +UV Count: 3 + UV + UV + UV +Face 5683 +UV Count: 3 + UV + UV + UV +Face 5684 +UV Count: 3 + UV + UV + UV +Face 5685 +UV Count: 3 + UV + UV + UV +Face 5686 +UV Count: 3 + UV + UV + UV +Face 5687 +UV Count: 3 + UV + UV + UV +Face 5688 +UV Count: 3 + UV + UV + UV +Face 5689 +UV Count: 3 + UV + UV + UV +Face 5690 +UV Count: 3 + UV + UV + UV +Face 5691 +UV Count: 3 + UV + UV + UV +Face 5692 +UV Count: 3 + UV + UV + UV +Face 5693 +UV Count: 3 + UV + UV + UV +Face 5694 +UV Count: 3 + UV + UV + UV +Face 5695 +UV Count: 3 + UV + UV + UV +Face 5696 +UV Count: 3 + UV + UV + UV +Face 5697 +UV Count: 3 + UV + UV + UV +Face 5698 +UV Count: 3 + UV + UV + UV +Face 5699 +UV Count: 3 + UV + UV + UV +Face 5700 +UV Count: 3 + UV + UV + UV +Face 5701 +UV Count: 3 + UV + UV + UV +Face 5702 +UV Count: 3 + UV + UV + UV +Face 5703 +UV Count: 3 + UV + UV + UV +Face 5704 +UV Count: 3 + UV + UV + UV +Face 5705 +UV Count: 3 + UV + UV + UV +Face 5706 +UV Count: 3 + UV + UV + UV +Face 5707 +UV Count: 3 + UV + UV + UV +Face 5708 +UV Count: 3 + UV + UV + UV +Face 5709 +UV Count: 3 + UV + UV + UV +Face 5710 +UV Count: 3 + UV + UV + UV +Face 5711 +UV Count: 3 + UV + UV + UV +Face 5712 +UV Count: 3 + UV + UV + UV +Face 5713 +UV Count: 3 + UV + UV + UV +Face 5714 +UV Count: 3 + UV + UV + UV +Face 5715 +UV Count: 3 + UV + UV + UV +Face 5716 +UV Count: 3 + UV + UV + UV +Face 5717 +UV Count: 3 + UV + UV + UV +Face 5718 +UV Count: 3 + UV + UV + UV +Face 5719 +UV Count: 3 + UV + UV + UV +Face 5720 +UV Count: 3 + UV + UV + UV +Face 5721 +UV Count: 3 + UV + UV + UV +Face 5722 +UV Count: 3 + UV + UV + UV +Face 5723 +UV Count: 3 + UV + UV + UV +Face 5724 +UV Count: 3 + UV + UV + UV +Face 5725 +UV Count: 3 + UV + UV + UV +Face 5726 +UV Count: 3 + UV + UV + UV +Face 5727 +UV Count: 3 + UV + UV + UV +Face 5728 +UV Count: 3 + UV + UV + UV +Face 5729 +UV Count: 3 + UV + UV + UV +Face 5730 +UV Count: 3 + UV + UV + UV +Face 5731 +UV Count: 3 + UV + UV + UV +Face 5732 +UV Count: 3 + UV + UV + UV +Face 5733 +UV Count: 3 + UV + UV + UV +Face 5734 +UV Count: 3 + UV + UV + UV +Face 5735 +UV Count: 3 + UV + UV + UV +Face 5736 +UV Count: 3 + UV + UV + UV +Face 5737 +UV Count: 3 + UV + UV + UV +Face 5738 +UV Count: 3 + UV + UV + UV +Face 5739 +UV Count: 3 + UV + UV + UV +Face 5740 +UV Count: 3 + UV + UV + UV +Face 5741 +UV Count: 3 + UV + UV + UV +Face 5742 +UV Count: 3 + UV + UV + UV +Face 5743 +UV Count: 3 + UV + UV + UV +Face 5744 +UV Count: 3 + UV + UV + UV +Face 5745 +UV Count: 3 + UV + UV + UV +Face 5746 +UV Count: 3 + UV + UV + UV +Face 5747 +UV Count: 3 + UV + UV + UV +Face 5748 +UV Count: 3 + UV + UV + UV +Face 5749 +UV Count: 3 + UV + UV + UV +Face 5750 +UV Count: 3 + UV + UV + UV +Face 5751 +UV Count: 3 + UV + UV + UV +Face 5752 +UV Count: 3 + UV + UV + UV +Face 5753 +UV Count: 3 + UV + UV + UV +Face 5754 +UV Count: 3 + UV + UV + UV +Face 5755 +UV Count: 3 + UV + UV + UV +Face 5756 +UV Count: 3 + UV + UV + UV +Face 5757 +UV Count: 3 + UV + UV + UV +Face 5758 +UV Count: 3 + UV + UV + UV +Face 5759 +UV Count: 3 + UV + UV + UV +Face 5760 +UV Count: 3 + UV + UV + UV +Face 5761 +UV Count: 3 + UV + UV + UV +Face 5762 +UV Count: 3 + UV + UV + UV +Face 5763 +UV Count: 3 + UV + UV + UV +Face 5764 +UV Count: 3 + UV + UV + UV +Face 5765 +UV Count: 3 + UV + UV + UV +Face 5766 +UV Count: 3 + UV + UV + UV +Face 5767 +UV Count: 3 + UV + UV + UV +Face 5768 +UV Count: 3 + UV + UV + UV +Face 5769 +UV Count: 3 + UV + UV + UV +Face 5770 +UV Count: 3 + UV + UV + UV +Face 5771 +UV Count: 3 + UV + UV + UV +Face 5772 +UV Count: 3 + UV + UV + UV +Face 5773 +UV Count: 3 + UV + UV + UV +Face 5774 +UV Count: 3 + UV + UV + UV +Face 5775 +UV Count: 3 + UV + UV + UV +Face 5776 +UV Count: 3 + UV + UV + UV +Face 5777 +UV Count: 3 + UV + UV + UV +Face 5778 +UV Count: 3 + UV + UV + UV +Face 5779 +UV Count: 3 + UV + UV + UV +Face 5780 +UV Count: 3 + UV + UV + UV +Face 5781 +UV Count: 3 + UV + UV + UV +Face 5782 +UV Count: 3 + UV + UV + UV +Face 5783 +UV Count: 3 + UV + UV + UV +Face 5784 +UV Count: 3 + UV + UV + UV +Face 5785 +UV Count: 3 + UV + UV + UV +Face 5786 +UV Count: 3 + UV + UV + UV +Face 5787 +UV Count: 3 + UV + UV + UV +Face 5788 +UV Count: 3 + UV + UV + UV +Face 5789 +UV Count: 3 + UV + UV + UV +Face 5790 +UV Count: 3 + UV + UV + UV +Face 5791 +UV Count: 3 + UV + UV + UV +Face 5792 +UV Count: 3 + UV + UV + UV +Face 5793 +UV Count: 3 + UV + UV + UV +Face 5794 +UV Count: 3 + UV + UV + UV +Face 5795 +UV Count: 3 + UV + UV + UV +Face 5796 +UV Count: 3 + UV + UV + UV +Face 5797 +UV Count: 3 + UV + UV + UV +Face 5798 +UV Count: 3 + UV + UV + UV +Face 5799 +UV Count: 3 + UV + UV + UV +Face 5800 +UV Count: 3 + UV + UV + UV +Face 5801 +UV Count: 3 + UV + UV + UV +Face 5802 +UV Count: 3 + UV + UV + UV +Face 5803 +UV Count: 3 + UV + UV + UV +Face 5804 +UV Count: 3 + UV + UV + UV +Face 5805 +UV Count: 3 + UV + UV + UV +Face 5806 +UV Count: 3 + UV + UV + UV +Face 5807 +UV Count: 3 + UV + UV + UV +Face 5808 +UV Count: 3 + UV + UV + UV +Face 5809 +UV Count: 3 + UV + UV + UV +Face 5810 +UV Count: 3 + UV + UV + UV +Face 5811 +UV Count: 3 + UV + UV + UV +Face 5812 +UV Count: 3 + UV + UV + UV +Face 5813 +UV Count: 3 + UV + UV + UV +Face 5814 +UV Count: 3 + UV + UV + UV +Face 5815 +UV Count: 3 + UV + UV + UV +Face 5816 +UV Count: 3 + UV + UV + UV +Face 5817 +UV Count: 3 + UV + UV + UV +Face 5818 +UV Count: 3 + UV + UV + UV +Face 5819 +UV Count: 3 + UV + UV + UV +Face 5820 +UV Count: 3 + UV + UV + UV +Face 5821 +UV Count: 3 + UV + UV + UV +Face 5822 +UV Count: 3 + UV + UV + UV +Face 5823 +UV Count: 3 + UV + UV + UV +Face 5824 +UV Count: 3 + UV + UV + UV +Face 5825 +UV Count: 3 + UV + UV + UV +Face 5826 +UV Count: 3 + UV + UV + UV +Face 5827 +UV Count: 3 + UV + UV + UV +Face 5828 +UV Count: 3 + UV + UV + UV +Face 5829 +UV Count: 3 + UV + UV + UV +Face 5830 +UV Count: 3 + UV + UV + UV +Face 5831 +UV Count: 3 + UV + UV + UV +Face 5832 +UV Count: 3 + UV + UV + UV +Face 5833 +UV Count: 3 + UV + UV + UV +Face 5834 +UV Count: 3 + UV + UV + UV +Face 5835 +UV Count: 3 + UV + UV + UV +Face 5836 +UV Count: 3 + UV + UV + UV +Face 5837 +UV Count: 3 + UV + UV + UV +Face 5838 +UV Count: 3 + UV + UV + UV +Face 5839 +UV Count: 3 + UV + UV + UV +Face 5840 +UV Count: 3 + UV + UV + UV +Face 5841 +UV Count: 3 + UV + UV + UV +Face 5842 +UV Count: 3 + UV + UV + UV +Face 5843 +UV Count: 3 + UV + UV + UV +Face 5844 +UV Count: 3 + UV + UV + UV +Face 5845 +UV Count: 3 + UV + UV + UV +Face 5846 +UV Count: 3 + UV + UV + UV +Face 5847 +UV Count: 3 + UV + UV + UV +Face 5848 +UV Count: 3 + UV + UV + UV +Face 5849 +UV Count: 3 + UV + UV + UV +Face 5850 +UV Count: 3 + UV + UV + UV +Face 5851 +UV Count: 3 + UV + UV + UV +Face 5852 +UV Count: 3 + UV + UV + UV +Face 5853 +UV Count: 3 + UV + UV + UV +Face 5854 +UV Count: 3 + UV + UV + UV +Face 5855 +UV Count: 3 + UV + UV + UV +Face 5856 +UV Count: 3 + UV + UV + UV +Face 5857 +UV Count: 3 + UV + UV + UV +Face 5858 +UV Count: 3 + UV + UV + UV +Face 5859 +UV Count: 3 + UV + UV + UV +Face 5860 +UV Count: 3 + UV + UV + UV +Face 5861 +UV Count: 3 + UV + UV + UV +Face 5862 +UV Count: 3 + UV + UV + UV +Face 5863 +UV Count: 3 + UV + UV + UV +Face 5864 +UV Count: 3 + UV + UV + UV +Face 5865 +UV Count: 3 + UV + UV + UV +Face 5866 +UV Count: 3 + UV + UV + UV +Face 5867 +UV Count: 3 + UV + UV + UV +Face 5868 +UV Count: 3 + UV + UV + UV +Face 5869 +UV Count: 3 + UV + UV + UV +Face 5870 +UV Count: 3 + UV + UV + UV +Face 5871 +UV Count: 3 + UV + UV + UV +Face 5872 +UV Count: 3 + UV + UV + UV +Face 5873 +UV Count: 3 + UV + UV + UV +Face 5874 +UV Count: 3 + UV + UV + UV +Face 5875 +UV Count: 3 + UV + UV + UV +Face 5876 +UV Count: 3 + UV + UV + UV +Face 5877 +UV Count: 3 + UV + UV + UV +Face 5878 +UV Count: 3 + UV + UV + UV +Face 5879 +UV Count: 3 + UV + UV + UV +Face 5880 +UV Count: 3 + UV + UV + UV +Face 5881 +UV Count: 3 + UV + UV + UV +Face 5882 +UV Count: 3 + UV + UV + UV +Face 5883 +UV Count: 3 + UV + UV + UV +Face 5884 +UV Count: 3 + UV + UV + UV +Face 5885 +UV Count: 3 + UV + UV + UV +Face 5886 +UV Count: 3 + UV + UV + UV +Face 5887 +UV Count: 3 + UV + UV + UV +Face 5888 +UV Count: 3 + UV + UV + UV +Face 5889 +UV Count: 3 + UV + UV + UV +Face 5890 +UV Count: 3 + UV + UV + UV +Face 5891 +UV Count: 3 + UV + UV + UV +Face 5892 +UV Count: 3 + UV + UV + UV +Face 5893 +UV Count: 3 + UV + UV + UV +Face 5894 +UV Count: 3 + UV + UV + UV +Face 5895 +UV Count: 3 + UV + UV + UV +Face 5896 +UV Count: 3 + UV + UV + UV +Face 5897 +UV Count: 3 + UV + UV + UV +Face 5898 +UV Count: 3 + UV + UV + UV +Face 5899 +UV Count: 3 + UV + UV + UV +Face 5900 +UV Count: 3 + UV + UV + UV +Face 5901 +UV Count: 3 + UV + UV + UV +Face 5902 +UV Count: 3 + UV + UV + UV +Face 5903 +UV Count: 3 + UV + UV + UV +Face 5904 +UV Count: 3 + UV + UV + UV +Face 5905 +UV Count: 3 + UV + UV + UV +Face 5906 +UV Count: 3 + UV + UV + UV +Face 5907 +UV Count: 3 + UV + UV + UV +Face 5908 +UV Count: 3 + UV + UV + UV +Face 5909 +UV Count: 3 + UV + UV + UV +Face 5910 +UV Count: 3 + UV + UV + UV +Face 5911 +UV Count: 3 + UV + UV + UV +Face 5912 +UV Count: 3 + UV + UV + UV +Face 5913 +UV Count: 3 + UV + UV + UV +Face 5914 +UV Count: 3 + UV + UV + UV +Face 5915 +UV Count: 3 + UV + UV + UV +Face 5916 +UV Count: 3 + UV + UV + UV +Face 5917 +UV Count: 3 + UV + UV + UV +Face 5918 +UV Count: 3 + UV + UV + UV +Face 5919 +UV Count: 3 + UV + UV + UV +Face 5920 +UV Count: 3 + UV + UV + UV +Face 5921 +UV Count: 3 + UV + UV + UV +Face 5922 +UV Count: 3 + UV + UV + UV +Face 5923 +UV Count: 3 + UV + UV + UV +Face 5924 +UV Count: 3 + UV + UV + UV +Face 5925 +UV Count: 3 + UV + UV + UV +Face 5926 +UV Count: 3 + UV + UV + UV +Face 5927 +UV Count: 3 + UV + UV + UV +Face 5928 +UV Count: 3 + UV + UV + UV +Face 5929 +UV Count: 3 + UV + UV + UV +Face 5930 +UV Count: 3 + UV + UV + UV +Face 5931 +UV Count: 3 + UV + UV + UV +Face 5932 +UV Count: 3 + UV + UV + UV +Face 5933 +UV Count: 3 + UV + UV + UV +Face 5934 +UV Count: 3 + UV + UV + UV +Face 5935 +UV Count: 3 + UV + UV + UV +Face 5936 +UV Count: 3 + UV + UV + UV +Face 5937 +UV Count: 3 + UV + UV + UV +Face 5938 +UV Count: 3 + UV + UV + UV +Face 5939 +UV Count: 3 + UV + UV + UV +Face 5940 +UV Count: 3 + UV + UV + UV +Face 5941 +UV Count: 3 + UV + UV + UV +Face 5942 +UV Count: 3 + UV + UV + UV +Face 5943 +UV Count: 3 + UV + UV + UV +Face 5944 +UV Count: 3 + UV + UV + UV +Face 5945 +UV Count: 3 + UV + UV + UV +Face 5946 +UV Count: 3 + UV + UV + UV +Face 5947 +UV Count: 3 + UV + UV + UV +Face 5948 +UV Count: 3 + UV + UV + UV +Face 5949 +UV Count: 3 + UV + UV + UV +Face 5950 +UV Count: 3 + UV + UV + UV +Face 5951 +UV Count: 3 + UV + UV + UV +Face 5952 +UV Count: 3 + UV + UV + UV +Face 5953 +UV Count: 3 + UV + UV + UV +Face 5954 +UV Count: 3 + UV + UV + UV +Face 5955 +UV Count: 3 + UV + UV + UV +Face 5956 +UV Count: 3 + UV + UV + UV +Face 5957 +UV Count: 3 + UV + UV + UV +Face 5958 +UV Count: 3 + UV + UV + UV +Face 5959 +UV Count: 3 + UV + UV + UV +Face 5960 +UV Count: 3 + UV + UV + UV +Face 5961 +UV Count: 3 + UV + UV + UV +Face 5962 +UV Count: 3 + UV + UV + UV +Face 5963 +UV Count: 3 + UV + UV + UV +Face 5964 +UV Count: 3 + UV + UV + UV +Face 5965 +UV Count: 3 + UV + UV + UV +Face 5966 +UV Count: 3 + UV + UV + UV +Face 5967 +UV Count: 3 + UV + UV + UV +Face 5968 +UV Count: 3 + UV + UV + UV +Face 5969 +UV Count: 3 + UV + UV + UV +Face 5970 +UV Count: 3 + UV + UV + UV +Face 5971 +UV Count: 3 + UV + UV + UV +Face 5972 +UV Count: 3 + UV + UV + UV +Face 5973 +UV Count: 3 + UV + UV + UV +Face 5974 +UV Count: 3 + UV + UV + UV +Face 5975 +UV Count: 3 + UV + UV + UV +Face 5976 +UV Count: 3 + UV + UV + UV +Face 5977 +UV Count: 3 + UV + UV + UV +Face 5978 +UV Count: 3 + UV + UV + UV +Face 5979 +UV Count: 3 + UV + UV + UV +Face 5980 +UV Count: 3 + UV + UV + UV +Face 5981 +UV Count: 3 + UV + UV + UV +Face 5982 +UV Count: 3 + UV + UV + UV +Face 5983 +UV Count: 3 + UV + UV + UV +Face 5984 +UV Count: 3 + UV + UV + UV +Face 5985 +UV Count: 3 + UV + UV + UV +Face 5986 +UV Count: 3 + UV + UV + UV +Face 5987 +UV Count: 3 + UV + UV + UV +Face 5988 +UV Count: 3 + UV + UV + UV +Face 5989 +UV Count: 3 + UV + UV + UV +Face 5990 +UV Count: 3 + UV + UV + UV +Face 5991 +UV Count: 3 + UV + UV + UV +Face 5992 +UV Count: 3 + UV + UV + UV +Face 5993 +UV Count: 3 + UV + UV + UV +Face 5994 +UV Count: 3 + UV + UV + UV +Face 5995 +UV Count: 3 + UV + UV + UV +Face 5996 +UV Count: 3 + UV + UV + UV +Face 5997 +UV Count: 3 + UV + UV + UV +Face 5998 +UV Count: 3 + UV + UV + UV +Face 5999 +UV Count: 3 + UV + UV + UV +Face 6000 +UV Count: 3 + UV + UV + UV +Face 6001 +UV Count: 3 + UV + UV + UV +Face 6002 +UV Count: 3 + UV + UV + UV +Face 6003 +UV Count: 3 + UV + UV + UV +Face 6004 +UV Count: 3 + UV + UV + UV +Face 6005 +UV Count: 3 + UV + UV + UV +Face 6006 +UV Count: 3 + UV + UV + UV +Face 6007 +UV Count: 3 + UV + UV + UV +Face 6008 +UV Count: 3 + UV + UV + UV +Face 6009 +UV Count: 3 + UV + UV + UV +Face 6010 +UV Count: 3 + UV + UV + UV +Face 6011 +UV Count: 3 + UV + UV + UV +Face 6012 +UV Count: 3 + UV + UV + UV +Face 6013 +UV Count: 3 + UV + UV + UV +Face 6014 +UV Count: 3 + UV + UV + UV +Face 6015 +UV Count: 3 + UV + UV + UV +Face 6016 +UV Count: 3 + UV + UV + UV +Face 6017 +UV Count: 3 + UV + UV + UV +Face 6018 +UV Count: 3 + UV + UV + UV +Face 6019 +UV Count: 3 + UV + UV + UV +Face 6020 +UV Count: 3 + UV + UV + UV +Face 6021 +UV Count: 3 + UV + UV + UV +Face 6022 +UV Count: 3 + UV + UV + UV +Face 6023 +UV Count: 3 + UV + UV + UV +Face 6024 +UV Count: 3 + UV + UV + UV +Face 6025 +UV Count: 3 + UV + UV + UV +Face 6026 +UV Count: 3 + UV + UV + UV +Face 6027 +UV Count: 3 + UV + UV + UV +Face 6028 +UV Count: 3 + UV + UV + UV +Face 6029 +UV Count: 3 + UV + UV + UV +Face 6030 +UV Count: 3 + UV + UV + UV +Face 6031 +UV Count: 3 + UV + UV + UV +Face 6032 +UV Count: 3 + UV + UV + UV +Face 6033 +UV Count: 3 + UV + UV + UV +Face 6034 +UV Count: 3 + UV + UV + UV +Face 6035 +UV Count: 3 + UV + UV + UV +Face 6036 +UV Count: 3 + UV + UV + UV +Face 6037 +UV Count: 3 + UV + UV + UV +Face 6038 +UV Count: 3 + UV + UV + UV +Face 6039 +UV Count: 3 + UV + UV + UV +Face 6040 +UV Count: 3 + UV + UV + UV +Face 6041 +UV Count: 3 + UV + UV + UV +Face 6042 +UV Count: 3 + UV + UV + UV +Face 6043 +UV Count: 3 + UV + UV + UV +Face 6044 +UV Count: 3 + UV + UV + UV +Face 6045 +UV Count: 3 + UV + UV + UV +Face 6046 +UV Count: 3 + UV + UV + UV +Face 6047 +UV Count: 3 + UV + UV + UV +Face 6048 +UV Count: 3 + UV + UV + UV +Face 6049 +UV Count: 3 + UV + UV + UV +Face 6050 +UV Count: 3 + UV + UV + UV +Face 6051 +UV Count: 3 + UV + UV + UV +Face 6052 +UV Count: 3 + UV + UV + UV +Face 6053 +UV Count: 3 + UV + UV + UV +Face 6054 +UV Count: 3 + UV + UV + UV +Face 6055 +UV Count: 3 + UV + UV + UV +Face 6056 +UV Count: 3 + UV + UV + UV +Face 6057 +UV Count: 3 + UV + UV + UV +Face 6058 +UV Count: 3 + UV + UV + UV +Face 6059 +UV Count: 3 + UV + UV + UV +Face 6060 +UV Count: 3 + UV + UV + UV +Face 6061 +UV Count: 3 + UV + UV + UV +Face 6062 +UV Count: 3 + UV + UV + UV +Face 6063 +UV Count: 3 + UV + UV + UV +Face 6064 +UV Count: 3 + UV + UV + UV +Face 6065 +UV Count: 3 + UV + UV + UV +Face 6066 +UV Count: 3 + UV + UV + UV +Face 6067 +UV Count: 3 + UV + UV + UV +Face 6068 +UV Count: 3 + UV + UV + UV +Face 6069 +UV Count: 3 + UV + UV + UV +Face 6070 +UV Count: 3 + UV + UV + UV +Face 6071 +UV Count: 3 + UV + UV + UV +Face 6072 +UV Count: 3 + UV + UV + UV +Face 6073 +UV Count: 3 + UV + UV + UV +Face 6074 +UV Count: 3 + UV + UV + UV +Face 6075 +UV Count: 3 + UV + UV + UV +Face 6076 +UV Count: 3 + UV + UV + UV +Face 6077 +UV Count: 3 + UV + UV + UV +Face 6078 +UV Count: 3 + UV + UV + UV +Face 6079 +UV Count: 3 + UV + UV + UV +Face 6080 +UV Count: 3 + UV + UV + UV +Face 6081 +UV Count: 3 + UV + UV + UV +Face 6082 +UV Count: 3 + UV + UV + UV +Face 6083 +UV Count: 3 + UV + UV + UV +Face 6084 +UV Count: 3 + UV + UV + UV +Face 6085 +UV Count: 3 + UV + UV + UV +Face 6086 +UV Count: 3 + UV + UV + UV +Face 6087 +UV Count: 3 + UV + UV + UV +Face 6088 +UV Count: 3 + UV + UV + UV +Face 6089 +UV Count: 3 + UV + UV + UV +Face 6090 +UV Count: 3 + UV + UV + UV +Face 6091 +UV Count: 3 + UV + UV + UV +Face 6092 +UV Count: 3 + UV + UV + UV +Face 6093 +UV Count: 3 + UV + UV + UV +Face 6094 +UV Count: 3 + UV + UV + UV +Face 6095 +UV Count: 3 + UV + UV + UV +Face 6096 +UV Count: 3 + UV + UV + UV +Face 6097 +UV Count: 3 + UV + UV + UV +Face 6098 +UV Count: 3 + UV + UV + UV +Face 6099 +UV Count: 3 + UV + UV + UV +Face 6100 +UV Count: 3 + UV + UV + UV +Face 6101 +UV Count: 3 + UV + UV + UV +Face 6102 +UV Count: 3 + UV + UV + UV +Face 6103 +UV Count: 3 + UV + UV + UV +Face 6104 +UV Count: 3 + UV + UV + UV +Face 6105 +UV Count: 3 + UV + UV + UV +Face 6106 +UV Count: 3 + UV + UV + UV +Face 6107 +UV Count: 3 + UV + UV + UV +Face 6108 +UV Count: 3 + UV + UV + UV +Face 6109 +UV Count: 3 + UV + UV + UV +Face 6110 +UV Count: 3 + UV + UV + UV +Face 6111 +UV Count: 3 + UV + UV + UV +Face 6112 +UV Count: 3 + UV + UV + UV +Face 6113 +UV Count: 3 + UV + UV + UV +Face 6114 +UV Count: 3 + UV + UV + UV +Face 6115 +UV Count: 3 + UV + UV + UV +Face 6116 +UV Count: 3 + UV + UV + UV +Face 6117 +UV Count: 3 + UV + UV + UV +Face 6118 +UV Count: 3 + UV + UV + UV +Face 6119 +UV Count: 3 + UV + UV + UV +Face 6120 +UV Count: 3 + UV + UV + UV +Face 6121 +UV Count: 3 + UV + UV + UV +Face 6122 +UV Count: 3 + UV + UV + UV +Face 6123 +UV Count: 3 + UV + UV + UV +Face 6124 +UV Count: 3 + UV + UV + UV +Face 6125 +UV Count: 3 + UV + UV + UV +Face 6126 +UV Count: 3 + UV + UV + UV +Face 6127 +UV Count: 3 + UV + UV + UV +Face 6128 +UV Count: 3 + UV + UV + UV +Face 6129 +UV Count: 3 + UV + UV + UV +Face 6130 +UV Count: 3 + UV + UV + UV +Face 6131 +UV Count: 3 + UV + UV + UV +Face 6132 +UV Count: 3 + UV + UV + UV +Face 6133 +UV Count: 3 + UV + UV + UV +Face 6134 +UV Count: 3 + UV + UV + UV +Face 6135 +UV Count: 3 + UV + UV + UV +Face 6136 +UV Count: 3 + UV + UV + UV +Face 6137 +UV Count: 3 + UV + UV + UV +Face 6138 +UV Count: 3 + UV + UV + UV +Face 6139 +UV Count: 3 + UV + UV + UV +Face 6140 +UV Count: 3 + UV + UV + UV +Face 6141 +UV Count: 3 + UV + UV + UV +Face 6142 +UV Count: 3 + UV + UV + UV +Face 6143 +UV Count: 3 + UV + UV + UV +Face 6144 +UV Count: 3 + UV + UV + UV +Face 6145 +UV Count: 3 + UV + UV + UV +Face 6146 +UV Count: 3 + UV + UV + UV +Face 6147 +UV Count: 3 + UV + UV + UV +Face 6148 +UV Count: 3 + UV + UV + UV +Face 6149 +UV Count: 3 + UV + UV + UV +Face 6150 +UV Count: 3 + UV + UV + UV +Face 6151 +UV Count: 3 + UV + UV + UV +Face 6152 +UV Count: 3 + UV + UV + UV +Face 6153 +UV Count: 3 + UV + UV + UV +Face 6154 +UV Count: 3 + UV + UV + UV +Face 6155 +UV Count: 3 + UV + UV + UV +Face 6156 +UV Count: 3 + UV + UV + UV +Face 6157 +UV Count: 3 + UV + UV + UV +Face 6158 +UV Count: 3 + UV + UV + UV +Face 6159 +UV Count: 3 + UV + UV + UV +Face 6160 +UV Count: 3 + UV + UV + UV +Face 6161 +UV Count: 3 + UV + UV + UV +Face 6162 +UV Count: 3 + UV + UV + UV +Face 6163 +UV Count: 3 + UV + UV + UV +Face 6164 +UV Count: 3 + UV + UV + UV +Face 6165 +UV Count: 3 + UV + UV + UV +Face 6166 +UV Count: 3 + UV + UV + UV +Face 6167 +UV Count: 3 + UV + UV + UV +Face 6168 +UV Count: 3 + UV + UV + UV +Face 6169 +UV Count: 3 + UV + UV + UV +Face 6170 +UV Count: 3 + UV + UV + UV +Face 6171 +UV Count: 3 + UV + UV + UV +Face 6172 +UV Count: 3 + UV + UV + UV +Face 6173 +UV Count: 3 + UV + UV + UV +Face 6174 +UV Count: 3 + UV + UV + UV +Face 6175 +UV Count: 3 + UV + UV + UV +Face 6176 +UV Count: 3 + UV + UV + UV +Face 6177 +UV Count: 3 + UV + UV + UV +Face 6178 +UV Count: 3 + UV + UV + UV +Face 6179 +UV Count: 3 + UV + UV + UV +Face 6180 +UV Count: 3 + UV + UV + UV +Face 6181 +UV Count: 3 + UV + UV + UV +Face 6182 +UV Count: 3 + UV + UV + UV +Face 6183 +UV Count: 3 + UV + UV + UV +Face 6184 +UV Count: 3 + UV + UV + UV +Face 6185 +UV Count: 3 + UV + UV + UV +Face 6186 +UV Count: 3 + UV + UV + UV +Face 6187 +UV Count: 3 + UV + UV + UV +Face 6188 +UV Count: 3 + UV + UV + UV +Face 6189 +UV Count: 3 + UV + UV + UV +Face 6190 +UV Count: 3 + UV + UV + UV +Face 6191 +UV Count: 3 + UV + UV + UV +Face 6192 +UV Count: 3 + UV + UV + UV +Face 6193 +UV Count: 3 + UV + UV + UV +Face 6194 +UV Count: 3 + UV + UV + UV +Face 6195 +UV Count: 3 + UV + UV + UV +Face 6196 +UV Count: 3 + UV + UV + UV +Face 6197 +UV Count: 3 + UV + UV + UV +Face 6198 +UV Count: 3 + UV + UV + UV +Face 6199 +UV Count: 3 + UV + UV + UV +Face 6200 +UV Count: 3 + UV + UV + UV +Face 6201 +UV Count: 3 + UV + UV + UV +Face 6202 +UV Count: 3 + UV + UV + UV +Face 6203 +UV Count: 3 + UV + UV + UV +Face 6204 +UV Count: 3 + UV + UV + UV +Face 6205 +UV Count: 3 + UV + UV + UV +Face 6206 +UV Count: 3 + UV + UV + UV +Face 6207 +UV Count: 3 + UV + UV + UV +Face 6208 +UV Count: 3 + UV + UV + UV +Face 6209 +UV Count: 3 + UV + UV + UV +Face 6210 +UV Count: 3 + UV + UV + UV +Face 6211 +UV Count: 3 + UV + UV + UV +Face 6212 +UV Count: 3 + UV + UV + UV +Face 6213 +UV Count: 3 + UV + UV + UV +Face 6214 +UV Count: 3 + UV + UV + UV +Face 6215 +UV Count: 3 + UV + UV + UV +Face 6216 +UV Count: 3 + UV + UV + UV +Face 6217 +UV Count: 3 + UV + UV + UV +Face 6218 +UV Count: 3 + UV + UV + UV +Face 6219 +UV Count: 3 + UV + UV + UV +Face 6220 +UV Count: 3 + UV + UV + UV +Face 6221 +UV Count: 3 + UV + UV + UV +Face 6222 +UV Count: 3 + UV + UV + UV +Face 6223 +UV Count: 3 + UV + UV + UV +Face 6224 +UV Count: 3 + UV + UV + UV +Face 6225 +UV Count: 3 + UV + UV + UV +Face 6226 +UV Count: 3 + UV + UV + UV +Face 6227 +UV Count: 3 + UV + UV + UV +Face 6228 +UV Count: 3 + UV + UV + UV +Face 6229 +UV Count: 3 + UV + UV + UV +Face 6230 +UV Count: 3 + UV + UV + UV +Face 6231 +UV Count: 3 + UV + UV + UV +Face 6232 +UV Count: 3 + UV + UV + UV +Face 6233 +UV Count: 3 + UV + UV + UV +Face 6234 +UV Count: 3 + UV + UV + UV +Face 6235 +UV Count: 3 + UV + UV + UV +Face 6236 +UV Count: 3 + UV + UV + UV +Face 6237 +UV Count: 3 + UV + UV + UV +Face 6238 +UV Count: 3 + UV + UV + UV +Face 6239 +UV Count: 3 + UV + UV + UV +Face 6240 +UV Count: 3 + UV + UV + UV +Face 6241 +UV Count: 3 + UV + UV + UV +Face 6242 +UV Count: 3 + UV + UV + UV +Face 6243 +UV Count: 3 + UV + UV + UV +Face 6244 +UV Count: 3 + UV + UV + UV +Face 6245 +UV Count: 3 + UV + UV + UV +Face 6246 +UV Count: 3 + UV + UV + UV +Face 6247 +UV Count: 3 + UV + UV + UV +Face 6248 +UV Count: 3 + UV + UV + UV +Face 6249 +UV Count: 3 + UV + UV + UV +Face 6250 +UV Count: 3 + UV + UV + UV +Face 6251 +UV Count: 3 + UV + UV + UV +Face 6252 +UV Count: 3 + UV + UV + UV +Face 6253 +UV Count: 3 + UV + UV + UV +Face 6254 +UV Count: 3 + UV + UV + UV +Face 6255 +UV Count: 3 + UV + UV + UV +Face 6256 +UV Count: 3 + UV + UV + UV +Face 6257 +UV Count: 3 + UV + UV + UV +Face 6258 +UV Count: 3 + UV + UV + UV +Face 6259 +UV Count: 3 + UV + UV + UV +Face 6260 +UV Count: 3 + UV + UV + UV +Face 6261 +UV Count: 3 + UV + UV + UV +Face 6262 +UV Count: 3 + UV + UV + UV +Face 6263 +UV Count: 3 + UV + UV + UV +Face 6264 +UV Count: 3 + UV + UV + UV +Face 6265 +UV Count: 3 + UV + UV + UV +Face 6266 +UV Count: 3 + UV + UV + UV +Face 6267 +UV Count: 3 + UV + UV + UV +Face 6268 +UV Count: 3 + UV + UV + UV +Face 6269 +UV Count: 3 + UV + UV + UV +Face 6270 +UV Count: 3 + UV + UV + UV +Face 6271 +UV Count: 3 + UV + UV + UV +Face 6272 +UV Count: 3 + UV + UV + UV +Face 6273 +UV Count: 3 + UV + UV + UV +Face 6274 +UV Count: 3 + UV + UV + UV +Face 6275 +UV Count: 3 + UV + UV + UV +Face 6276 +UV Count: 3 + UV + UV + UV +Face 6277 +UV Count: 3 + UV + UV + UV +Face 6278 +UV Count: 3 + UV + UV + UV +Face 6279 +UV Count: 3 + UV + UV + UV +Face 6280 +UV Count: 3 + UV + UV + UV +Face 6281 +UV Count: 3 + UV + UV + UV +Face 6282 +UV Count: 3 + UV + UV + UV +Face 6283 +UV Count: 3 + UV + UV + UV +Face 6284 +UV Count: 3 + UV + UV + UV +Face 6285 +UV Count: 3 + UV + UV + UV +Face 6286 +UV Count: 3 + UV + UV + UV +Face 6287 +UV Count: 3 + UV + UV + UV +Face 6288 +UV Count: 3 + UV + UV + UV +Face 6289 +UV Count: 3 + UV + UV + UV +Face 6290 +UV Count: 3 + UV + UV + UV +Face 6291 +UV Count: 3 + UV + UV + UV +Face 6292 +UV Count: 3 + UV + UV + UV +Face 6293 +UV Count: 3 + UV + UV + UV +Face 6294 +UV Count: 3 + UV + UV + UV +Face 6295 +UV Count: 3 + UV + UV + UV +Face 6296 +UV Count: 3 + UV + UV + UV +Face 6297 +UV Count: 3 + UV + UV + UV +Face 6298 +UV Count: 3 + UV + UV + UV +Face 6299 +UV Count: 3 + UV + UV + UV +Face 6300 +UV Count: 3 + UV + UV + UV +Face 6301 +UV Count: 3 + UV + UV + UV +Face 6302 +UV Count: 3 + UV + UV + UV +Face 6303 +UV Count: 3 + UV + UV + UV +Face 6304 +UV Count: 3 + UV + UV + UV +Face 6305 +UV Count: 3 + UV + UV + UV +Face 6306 +UV Count: 3 + UV + UV + UV +Face 6307 +UV Count: 3 + UV + UV + UV +Face 6308 +UV Count: 3 + UV + UV + UV +Face 6309 +UV Count: 3 + UV + UV + UV +Face 6310 +UV Count: 3 + UV + UV + UV +Face 6311 +UV Count: 3 + UV + UV + UV +Face 6312 +UV Count: 3 + UV + UV + UV +Face 6313 +UV Count: 3 + UV + UV + UV +Face 6314 +UV Count: 3 + UV + UV + UV +Face 6315 +UV Count: 3 + UV + UV + UV +Face 6316 +UV Count: 3 + UV + UV + UV +Face 6317 +UV Count: 3 + UV + UV + UV +Face 6318 +UV Count: 3 + UV + UV + UV +Face 6319 +UV Count: 3 + UV + UV + UV +Face 6320 +UV Count: 3 + UV + UV + UV +Face 6321 +UV Count: 3 + UV + UV + UV +Face 6322 +UV Count: 3 + UV + UV + UV +Face 6323 +UV Count: 3 + UV + UV + UV +Face 6324 +UV Count: 3 + UV + UV + UV +Face 6325 +UV Count: 3 + UV + UV + UV +Face 6326 +UV Count: 3 + UV + UV + UV +Face 6327 +UV Count: 3 + UV + UV + UV +Face 6328 +UV Count: 3 + UV + UV + UV +Face 6329 +UV Count: 3 + UV + UV + UV +Face 6330 +UV Count: 3 + UV + UV + UV +Face 6331 +UV Count: 3 + UV + UV + UV +Face 6332 +UV Count: 3 + UV + UV + UV +Face 6333 +UV Count: 3 + UV + UV + UV +Face 6334 +UV Count: 3 + UV + UV + UV +Face 6335 +UV Count: 3 + UV + UV + UV +Face 6336 +UV Count: 3 + UV + UV + UV +Face 6337 +UV Count: 3 + UV + UV + UV +Face 6338 +UV Count: 3 + UV + UV + UV +Face 6339 +UV Count: 3 + UV + UV + UV +Face 6340 +UV Count: 3 + UV + UV + UV +Face 6341 +UV Count: 3 + UV + UV + UV +Face 6342 +UV Count: 3 + UV + UV + UV +Face 6343 +UV Count: 3 + UV + UV + UV +Face 6344 +UV Count: 3 + UV + UV + UV +Face 6345 +UV Count: 3 + UV + UV + UV +Face 6346 +UV Count: 3 + UV + UV + UV +Face 6347 +UV Count: 3 + UV + UV + UV +Face 6348 +UV Count: 3 + UV + UV + UV +Face 6349 +UV Count: 3 + UV + UV + UV +Face 6350 +UV Count: 3 + UV + UV + UV +Face 6351 +UV Count: 3 + UV + UV + UV +Face 6352 +UV Count: 3 + UV + UV + UV +Face 6353 +UV Count: 3 + UV + UV + UV +Face 6354 +UV Count: 3 + UV + UV + UV +Face 6355 +UV Count: 3 + UV + UV + UV +Face 6356 +UV Count: 3 + UV + UV + UV +Face 6357 +UV Count: 3 + UV + UV + UV +Face 6358 +UV Count: 3 + UV + UV + UV +Face 6359 +UV Count: 3 + UV + UV + UV +Face 6360 +UV Count: 3 + UV + UV + UV +Face 6361 +UV Count: 3 + UV + UV + UV +Face 6362 +UV Count: 3 + UV + UV + UV +Face 6363 +UV Count: 3 + UV + UV + UV +Face 6364 +UV Count: 3 + UV + UV + UV +Face 6365 +UV Count: 3 + UV + UV + UV +Face 6366 +UV Count: 3 + UV + UV + UV +Face 6367 +UV Count: 3 + UV + UV + UV +Face 6368 +UV Count: 3 + UV + UV + UV +Face 6369 +UV Count: 3 + UV + UV + UV +Face 6370 +UV Count: 3 + UV + UV + UV +Face 6371 +UV Count: 3 + UV + UV + UV +Face 6372 +UV Count: 3 + UV + UV + UV +Face 6373 +UV Count: 3 + UV + UV + UV +Face 6374 +UV Count: 3 + UV + UV + UV +Face 6375 +UV Count: 3 + UV + UV + UV +Face 6376 +UV Count: 3 + UV + UV + UV +Face 6377 +UV Count: 3 + UV + UV + UV +Face 6378 +UV Count: 3 + UV + UV + UV +Face 6379 +UV Count: 3 + UV + UV + UV +Face 6380 +UV Count: 3 + UV + UV + UV +Face 6381 +UV Count: 3 + UV + UV + UV +Face 6382 +UV Count: 3 + UV + UV + UV +Face 6383 +UV Count: 3 + UV + UV + UV +Face 6384 +UV Count: 3 + UV + UV + UV +Face 6385 +UV Count: 3 + UV + UV + UV +Face 6386 +UV Count: 3 + UV + UV + UV +Face 6387 +UV Count: 3 + UV + UV + UV +Face 6388 +UV Count: 3 + UV + UV + UV +Face 6389 +UV Count: 3 + UV + UV + UV +Face 6390 +UV Count: 3 + UV + UV + UV +Face 6391 +UV Count: 3 + UV + UV + UV +Face 6392 +UV Count: 3 + UV + UV + UV +Face 6393 +UV Count: 3 + UV + UV + UV +Face 6394 +UV Count: 3 + UV + UV + UV +Face 6395 +UV Count: 3 + UV + UV + UV +Face 6396 +UV Count: 3 + UV + UV + UV +Face 6397 +UV Count: 3 + UV + UV + UV +Face 6398 +UV Count: 3 + UV + UV + UV +Face 6399 +UV Count: 3 + UV + UV + UV +Face 6400 +UV Count: 3 + UV + UV + UV +Face 6401 +UV Count: 3 + UV + UV + UV +Face 6402 +UV Count: 3 + UV + UV + UV +Face 6403 +UV Count: 3 + UV + UV + UV +Face 6404 +UV Count: 3 + UV + UV + UV +Face 6405 +UV Count: 3 + UV + UV + UV +Face 6406 +UV Count: 3 + UV + UV + UV +Face 6407 +UV Count: 3 + UV + UV + UV +Face 6408 +UV Count: 3 + UV + UV + UV +Face 6409 +UV Count: 3 + UV + UV + UV +Face 6410 +UV Count: 3 + UV + UV + UV +Face 6411 +UV Count: 3 + UV + UV + UV +Face 6412 +UV Count: 3 + UV + UV + UV +Face 6413 +UV Count: 3 + UV + UV + UV +Face 6414 +UV Count: 3 + UV + UV + UV +Face 6415 +UV Count: 3 + UV + UV + UV +Face 6416 +UV Count: 3 + UV + UV + UV +Face 6417 +UV Count: 3 + UV + UV + UV +Face 6418 +UV Count: 3 + UV + UV + UV +Face 6419 +UV Count: 3 + UV + UV + UV +Face 6420 +UV Count: 3 + UV + UV + UV +Face 6421 +UV Count: 3 + UV + UV + UV +Face 6422 +UV Count: 3 + UV + UV + UV +Face 6423 +UV Count: 3 + UV + UV + UV +Face 6424 +UV Count: 3 + UV + UV + UV +Face 6425 +UV Count: 3 + UV + UV + UV +Face 6426 +UV Count: 3 + UV + UV + UV +Face 6427 +UV Count: 3 + UV + UV + UV +Face 6428 +UV Count: 3 + UV + UV + UV +Face 6429 +UV Count: 3 + UV + UV + UV +Face 6430 +UV Count: 3 + UV + UV + UV +Face 6431 +UV Count: 3 + UV + UV + UV +Face 6432 +UV Count: 3 + UV + UV + UV +Face 6433 +UV Count: 3 + UV + UV + UV +Face 6434 +UV Count: 3 + UV + UV + UV +Face 6435 +UV Count: 3 + UV + UV + UV +Face 6436 +UV Count: 3 + UV + UV + UV +Face 6437 +UV Count: 3 + UV + UV + UV +Face 6438 +UV Count: 3 + UV + UV + UV +Face 6439 +UV Count: 3 + UV + UV + UV +Face 6440 +UV Count: 3 + UV + UV + UV +Face 6441 +UV Count: 3 + UV + UV + UV +Face 6442 +UV Count: 3 + UV + UV + UV +Face 6443 +UV Count: 3 + UV + UV + UV +Face 6444 +UV Count: 3 + UV + UV + UV +Face 6445 +UV Count: 3 + UV + UV + UV +Face 6446 +UV Count: 3 + UV + UV + UV +Face 6447 +UV Count: 3 + UV + UV + UV +Face 6448 +UV Count: 3 + UV + UV + UV +Face 6449 +UV Count: 3 + UV + UV + UV +Face 6450 +UV Count: 3 + UV + UV + UV +Face 6451 +UV Count: 3 + UV + UV + UV +Face 6452 +UV Count: 3 + UV + UV + UV +Face 6453 +UV Count: 3 + UV + UV + UV +Face 6454 +UV Count: 3 + UV + UV + UV +Face 6455 +UV Count: 3 + UV + UV + UV +Face 6456 +UV Count: 3 + UV + UV + UV +Face 6457 +UV Count: 3 + UV + UV + UV +Face 6458 +UV Count: 3 + UV + UV + UV +Face 6459 +UV Count: 3 + UV + UV + UV +Face 6460 +UV Count: 3 + UV + UV + UV +Face 6461 +UV Count: 3 + UV + UV + UV +Face 6462 +UV Count: 3 + UV + UV + UV +Face 6463 +UV Count: 3 + UV + UV + UV +Face 6464 +UV Count: 3 + UV + UV + UV +Face 6465 +UV Count: 3 + UV + UV + UV +Face 6466 +UV Count: 3 + UV + UV + UV +Face 6467 +UV Count: 3 + UV + UV + UV +Face 6468 +UV Count: 3 + UV + UV + UV +Face 6469 +UV Count: 3 + UV + UV + UV +Face 6470 +UV Count: 3 + UV + UV + UV +Face 6471 +UV Count: 3 + UV + UV + UV +Face 6472 +UV Count: 3 + UV + UV + UV +Face 6473 +UV Count: 3 + UV + UV + UV +Face 6474 +UV Count: 3 + UV + UV + UV +Face 6475 +UV Count: 3 + UV + UV + UV +Face 6476 +UV Count: 3 + UV + UV + UV +Face 6477 +UV Count: 3 + UV + UV + UV +Face 6478 +UV Count: 3 + UV + UV + UV +Face 6479 +UV Count: 3 + UV + UV + UV +Face 6480 +UV Count: 3 + UV + UV + UV +Face 6481 +UV Count: 3 + UV + UV + UV +Face 6482 +UV Count: 3 + UV + UV + UV +Face 6483 +UV Count: 3 + UV + UV + UV +Face 6484 +UV Count: 3 + UV + UV + UV +Face 6485 +UV Count: 3 + UV + UV + UV +Face 6486 +UV Count: 3 + UV + UV + UV +Face 6487 +UV Count: 3 + UV + UV + UV +Face 6488 +UV Count: 3 + UV + UV + UV +Face 6489 +UV Count: 3 + UV + UV + UV +Face 6490 +UV Count: 3 + UV + UV + UV +Face 6491 +UV Count: 3 + UV + UV + UV +Face 6492 +UV Count: 3 + UV + UV + UV +Face 6493 +UV Count: 3 + UV + UV + UV +Face 6494 +UV Count: 3 + UV + UV + UV +Face 6495 +UV Count: 3 + UV + UV + UV +Face 6496 +UV Count: 3 + UV + UV + UV +Face 6497 +UV Count: 3 + UV + UV + UV +Face 6498 +UV Count: 3 + UV + UV + UV +Face 6499 +UV Count: 3 + UV + UV + UV +Face 6500 +UV Count: 3 + UV + UV + UV +Face 6501 +UV Count: 3 + UV + UV + UV +Face 6502 +UV Count: 3 + UV + UV + UV +Face 6503 +UV Count: 3 + UV + UV + UV +Face 6504 +UV Count: 3 + UV + UV + UV +Face 6505 +UV Count: 3 + UV + UV + UV +Face 6506 +UV Count: 3 + UV + UV + UV +Face 6507 +UV Count: 3 + UV + UV + UV +Face 6508 +UV Count: 3 + UV + UV + UV +Face 6509 +UV Count: 3 + UV + UV + UV +Face 6510 +UV Count: 3 + UV + UV + UV +Face 6511 +UV Count: 3 + UV + UV + UV +Face 6512 +UV Count: 3 + UV + UV + UV +Face 6513 +UV Count: 3 + UV + UV + UV +Face 6514 +UV Count: 3 + UV + UV + UV +Face 6515 +UV Count: 3 + UV + UV + UV +Face 6516 +UV Count: 3 + UV + UV + UV +Face 6517 +UV Count: 3 + UV + UV + UV +Face 6518 +UV Count: 3 + UV + UV + UV +Face 6519 +UV Count: 3 + UV + UV + UV +Face 6520 +UV Count: 3 + UV + UV + UV +Face 6521 +UV Count: 3 + UV + UV + UV +Face 6522 +UV Count: 3 + UV + UV + UV +Face 6523 +UV Count: 3 + UV + UV + UV +Face 6524 +UV Count: 3 + UV + UV + UV +Face 6525 +UV Count: 3 + UV + UV + UV +Face 6526 +UV Count: 3 + UV + UV + UV +Face 6527 +UV Count: 3 + UV + UV + UV +Face 6528 +UV Count: 3 + UV + UV + UV +Face 6529 +UV Count: 3 + UV + UV + UV +Face 6530 +UV Count: 3 + UV + UV + UV +Face 6531 +UV Count: 3 + UV + UV + UV +Face 6532 +UV Count: 3 + UV + UV + UV +Face 6533 +UV Count: 3 + UV + UV + UV +Face 6534 +UV Count: 3 + UV + UV + UV +Face 6535 +UV Count: 3 + UV + UV + UV +Face 6536 +UV Count: 3 + UV + UV + UV +Face 6537 +UV Count: 3 + UV + UV + UV +Face 6538 +UV Count: 3 + UV + UV + UV +Face 6539 +UV Count: 3 + UV + UV + UV +Face 6540 +UV Count: 3 + UV + UV + UV +Face 6541 +UV Count: 3 + UV + UV + UV +Face 6542 +UV Count: 3 + UV + UV + UV +Face 6543 +UV Count: 3 + UV + UV + UV +Face 6544 +UV Count: 3 + UV + UV + UV +Face 6545 +UV Count: 3 + UV + UV + UV +Face 6546 +UV Count: 3 + UV + UV + UV +Face 6547 +UV Count: 3 + UV + UV + UV +Face 6548 +UV Count: 3 + UV + UV + UV +Face 6549 +UV Count: 3 + UV + UV + UV +Face 6550 +UV Count: 3 + UV + UV + UV +Face 6551 +UV Count: 3 + UV + UV + UV +Face 6552 +UV Count: 3 + UV + UV + UV +Face 6553 +UV Count: 3 + UV + UV + UV +Face 6554 +UV Count: 3 + UV + UV + UV +Face 6555 +UV Count: 3 + UV + UV + UV +Face 6556 +UV Count: 3 + UV + UV + UV +Face 6557 +UV Count: 3 + UV + UV + UV +Face 6558 +UV Count: 3 + UV + UV + UV +Face 6559 +UV Count: 3 + UV + UV + UV +Face 6560 +UV Count: 3 + UV + UV + UV +Face 6561 +UV Count: 3 + UV + UV + UV +Face 6562 +UV Count: 3 + UV + UV + UV +Face 6563 +UV Count: 3 + UV + UV + UV +Face 6564 +UV Count: 3 + UV + UV + UV +Face 6565 +UV Count: 3 + UV + UV + UV +Face 6566 +UV Count: 3 + UV + UV + UV +Face 6567 +UV Count: 3 + UV + UV + UV +Face 6568 +UV Count: 3 + UV + UV + UV +Face 6569 +UV Count: 3 + UV + UV + UV +Face 6570 +UV Count: 3 + UV + UV + UV +Face 6571 +UV Count: 3 + UV + UV + UV +Face 6572 +UV Count: 3 + UV + UV + UV +Face 6573 +UV Count: 3 + UV + UV + UV +Face 6574 +UV Count: 3 + UV + UV + UV +Face 6575 +UV Count: 3 + UV + UV + UV +Face 6576 +UV Count: 3 + UV + UV + UV +Face 6577 +UV Count: 3 + UV + UV + UV +Face 6578 +UV Count: 3 + UV + UV + UV +Face 6579 +UV Count: 3 + UV + UV + UV +Face 6580 +UV Count: 3 + UV + UV + UV +Face 6581 +UV Count: 3 + UV + UV + UV +Face 6582 +UV Count: 3 + UV + UV + UV +Face 6583 +UV Count: 3 + UV + UV + UV +Face 6584 +UV Count: 3 + UV + UV + UV +Face 6585 +UV Count: 3 + UV + UV + UV +Face 6586 +UV Count: 3 + UV + UV + UV +Face 6587 +UV Count: 3 + UV + UV + UV +Face 6588 +UV Count: 3 + UV + UV + UV +Face 6589 +UV Count: 3 + UV + UV + UV +Face 6590 +UV Count: 3 + UV + UV + UV +Face 6591 +UV Count: 3 + UV + UV + UV +Face 6592 +UV Count: 3 + UV + UV + UV +Face 6593 +UV Count: 3 + UV + UV + UV +Face 6594 +UV Count: 3 + UV + UV + UV +Face 6595 +UV Count: 3 + UV + UV + UV +Face 6596 +UV Count: 3 + UV + UV + UV +Face 6597 +UV Count: 3 + UV + UV + UV +Face 6598 +UV Count: 3 + UV + UV + UV +Face 6599 +UV Count: 3 + UV + UV + UV +Face 6600 +UV Count: 3 + UV + UV + UV +Face 6601 +UV Count: 3 + UV + UV + UV +Face 6602 +UV Count: 3 + UV + UV + UV +Face 6603 +UV Count: 3 + UV + UV + UV +Face 6604 +UV Count: 3 + UV + UV + UV +Face 6605 +UV Count: 3 + UV + UV + UV +Face 6606 +UV Count: 3 + UV + UV + UV +Face 6607 +UV Count: 3 + UV + UV + UV +Face 6608 +UV Count: 3 + UV + UV + UV +Face 6609 +UV Count: 3 + UV + UV + UV +Face 6610 +UV Count: 3 + UV + UV + UV +Face 6611 +UV Count: 3 + UV + UV + UV +Face 6612 +UV Count: 3 + UV + UV + UV +Face 6613 +UV Count: 3 + UV + UV + UV +Face 6614 +UV Count: 3 + UV + UV + UV +Face 6615 +UV Count: 3 + UV + UV + UV +Face 6616 +UV Count: 3 + UV + UV + UV +Face 6617 +UV Count: 3 + UV + UV + UV +Face 6618 +UV Count: 3 + UV + UV + UV +Face 6619 +UV Count: 3 + UV + UV + UV +Face 6620 +UV Count: 3 + UV + UV + UV +Face 6621 +UV Count: 3 + UV + UV + UV +Face 6622 +UV Count: 3 + UV + UV + UV +Face 6623 +UV Count: 3 + UV + UV + UV +Face 6624 +UV Count: 3 + UV + UV + UV +Face 6625 +UV Count: 3 + UV + UV + UV +Face 6626 +UV Count: 3 + UV + UV + UV +Face 6627 +UV Count: 3 + UV + UV + UV +Face 6628 +UV Count: 3 + UV + UV + UV +Face 6629 +UV Count: 3 + UV + UV + UV +Face 6630 +UV Count: 3 + UV + UV + UV +Face 6631 +UV Count: 3 + UV + UV + UV +Face 6632 +UV Count: 3 + UV + UV + UV +Face 6633 +UV Count: 3 + UV + UV + UV +Face 6634 +UV Count: 3 + UV + UV + UV +Face 6635 +UV Count: 3 + UV + UV + UV +Face 6636 +UV Count: 3 + UV + UV + UV +Face 6637 +UV Count: 3 + UV + UV + UV +Face 6638 +UV Count: 3 + UV + UV + UV +Face 6639 +UV Count: 3 + UV + UV + UV +Face 6640 +UV Count: 3 + UV + UV + UV +Face 6641 +UV Count: 3 + UV + UV + UV +Face 6642 +UV Count: 3 + UV + UV + UV +Face 6643 +UV Count: 3 + UV + UV + UV +Face 6644 +UV Count: 3 + UV + UV + UV +Face 6645 +UV Count: 3 + UV + UV + UV +Face 6646 +UV Count: 3 + UV + UV + UV +Face 6647 +UV Count: 3 + UV + UV + UV +Face 6648 +UV Count: 3 + UV + UV + UV +Face 6649 +UV Count: 3 + UV + UV + UV +Face 6650 +UV Count: 3 + UV + UV + UV +Face 6651 +UV Count: 3 + UV + UV + UV +Face 6652 +UV Count: 3 + UV + UV + UV +Face 6653 +UV Count: 3 + UV + UV + UV +Face 6654 +UV Count: 3 + UV + UV + UV +Face 6655 +UV Count: 3 + UV + UV + UV +Face 6656 +UV Count: 3 + UV + UV + UV +Face 6657 +UV Count: 3 + UV + UV + UV +Face 6658 +UV Count: 3 + UV + UV + UV +Face 6659 +UV Count: 3 + UV + UV + UV +Face 6660 +UV Count: 3 + UV + UV + UV +Face 6661 +UV Count: 3 + UV + UV + UV +Face 6662 +UV Count: 3 + UV + UV + UV +Face 6663 +UV Count: 3 + UV + UV + UV +Face 6664 +UV Count: 3 + UV + UV + UV +Face 6665 +UV Count: 3 + UV + UV + UV +Face 6666 +UV Count: 3 + UV + UV + UV +Face 6667 +UV Count: 3 + UV + UV + UV +Face 6668 +UV Count: 3 + UV + UV + UV +Face 6669 +UV Count: 3 + UV + UV + UV +Face 6670 +UV Count: 3 + UV + UV + UV +Face 6671 +UV Count: 3 + UV + UV + UV +Face 6672 +UV Count: 3 + UV + UV + UV +Face 6673 +UV Count: 3 + UV + UV + UV +Face 6674 +UV Count: 3 + UV + UV + UV +Face 6675 +UV Count: 3 + UV + UV + UV +Face 6676 +UV Count: 3 + UV + UV + UV +Face 6677 +UV Count: 3 + UV + UV + UV +Face 6678 +UV Count: 3 + UV + UV + UV +Face 6679 +UV Count: 3 + UV + UV + UV +Face 6680 +UV Count: 3 + UV + UV + UV +Face 6681 +UV Count: 3 + UV + UV + UV +Face 6682 +UV Count: 3 + UV + UV + UV +Face 6683 +UV Count: 3 + UV + UV + UV +Face 6684 +UV Count: 3 + UV + UV + UV +Face 6685 +UV Count: 3 + UV + UV + UV +Face 6686 +UV Count: 3 + UV + UV + UV +Face 6687 +UV Count: 3 + UV + UV + UV +Face 6688 +UV Count: 3 + UV + UV + UV +Face 6689 +UV Count: 3 + UV + UV + UV +Face 6690 +UV Count: 3 + UV + UV + UV +Face 6691 +UV Count: 3 + UV + UV + UV +Face 6692 +UV Count: 3 + UV + UV + UV +Face 6693 +UV Count: 3 + UV + UV + UV +Face 6694 +UV Count: 3 + UV + UV + UV +Face 6695 +UV Count: 3 + UV + UV + UV +Face 6696 +UV Count: 3 + UV + UV + UV +Face 6697 +UV Count: 3 + UV + UV + UV +Face 6698 +UV Count: 3 + UV + UV + UV +Face 6699 +UV Count: 3 + UV + UV + UV +Face 6700 +UV Count: 3 + UV + UV + UV +Face 6701 +UV Count: 3 + UV + UV + UV +Face 6702 +UV Count: 3 + UV + UV + UV +Face 6703 +UV Count: 3 + UV + UV + UV +Face 6704 +UV Count: 3 + UV + UV + UV +Face 6705 +UV Count: 3 + UV + UV + UV +Face 6706 +UV Count: 3 + UV + UV + UV +Face 6707 +UV Count: 3 + UV + UV + UV +Face 6708 +UV Count: 3 + UV + UV + UV +Face 6709 +UV Count: 3 + UV + UV + UV +Face 6710 +UV Count: 3 + UV + UV + UV +Face 6711 +UV Count: 3 + UV + UV + UV +Face 6712 +UV Count: 3 + UV + UV + UV +Face 6713 +UV Count: 3 + UV + UV + UV +Face 6714 +UV Count: 3 + UV + UV + UV +Face 6715 +UV Count: 3 + UV + UV + UV +Face 6716 +UV Count: 3 + UV + UV + UV +Face 6717 +UV Count: 3 + UV + UV + UV +Face 6718 +UV Count: 3 + UV + UV + UV +Face 6719 +UV Count: 3 + UV + UV + UV +Face 6720 +UV Count: 3 + UV + UV + UV +Face 6721 +UV Count: 3 + UV + UV + UV +Face 6722 +UV Count: 3 + UV + UV + UV +Face 6723 +UV Count: 3 + UV + UV + UV +Face 6724 +UV Count: 3 + UV + UV + UV +Face 6725 +UV Count: 3 + UV + UV + UV +Face 6726 +UV Count: 3 + UV + UV + UV +Face 6727 +UV Count: 3 + UV + UV + UV +Face 6728 +UV Count: 3 + UV + UV + UV +Face 6729 +UV Count: 3 + UV + UV + UV +Face 6730 +UV Count: 3 + UV + UV + UV +Face 6731 +UV Count: 3 + UV + UV + UV +Face 6732 +UV Count: 3 + UV + UV + UV +Face 6733 +UV Count: 3 + UV + UV + UV +Face 6734 +UV Count: 3 + UV + UV + UV +Face 6735 +UV Count: 3 + UV + UV + UV +Face 6736 +UV Count: 3 + UV + UV + UV +Face 6737 +UV Count: 3 + UV + UV + UV +Face 6738 +UV Count: 3 + UV + UV + UV +Face 6739 +UV Count: 3 + UV + UV + UV +Face 6740 +UV Count: 3 + UV + UV + UV +Face 6741 +UV Count: 3 + UV + UV + UV +Face 6742 +UV Count: 3 + UV + UV + UV +Face 6743 +UV Count: 3 + UV + UV + UV +Face 6744 +UV Count: 3 + UV + UV + UV +Face 6745 +UV Count: 3 + UV + UV + UV +Face 6746 +UV Count: 3 + UV + UV + UV +Face 6747 +UV Count: 3 + UV + UV + UV +Face 6748 +UV Count: 3 + UV + UV + UV +Face 6749 +UV Count: 3 + UV + UV + UV +Face 6750 +UV Count: 3 + UV + UV + UV +Face 6751 +UV Count: 3 + UV + UV + UV +Face 6752 +UV Count: 3 + UV + UV + UV +Face 6753 +UV Count: 3 + UV + UV + UV +Face 6754 +UV Count: 3 + UV + UV + UV +Face 6755 +UV Count: 3 + UV + UV + UV +Face 6756 +UV Count: 3 + UV + UV + UV +Face 6757 +UV Count: 3 + UV + UV + UV +Face 6758 +UV Count: 3 + UV + UV + UV +Face 6759 +UV Count: 3 + UV + UV + UV +Face 6760 +UV Count: 3 + UV + UV + UV +Face 6761 +UV Count: 3 + UV + UV + UV +Face 6762 +UV Count: 3 + UV + UV + UV +Face 6763 +UV Count: 3 + UV + UV + UV +Face 6764 +UV Count: 3 + UV + UV + UV +Face 6765 +UV Count: 3 + UV + UV + UV +Face 6766 +UV Count: 3 + UV + UV + UV +Face 6767 +UV Count: 3 + UV + UV + UV +Face 6768 +UV Count: 3 + UV + UV + UV +Face 6769 +UV Count: 3 + UV + UV + UV +Face 6770 +UV Count: 3 + UV + UV + UV +Face 6771 +UV Count: 3 + UV + UV + UV +Face 6772 +UV Count: 3 + UV + UV + UV +Face 6773 +UV Count: 3 + UV + UV + UV +Face 6774 +UV Count: 3 + UV + UV + UV +Face 6775 +UV Count: 3 + UV + UV + UV +Face 6776 +UV Count: 3 + UV + UV + UV +Face 6777 +UV Count: 3 + UV + UV + UV +Face 6778 +UV Count: 3 + UV + UV + UV +Face 6779 +UV Count: 3 + UV + UV + UV +Face 6780 +UV Count: 3 + UV + UV + UV +Face 6781 +UV Count: 3 + UV + UV + UV +Face 6782 +UV Count: 3 + UV + UV + UV +Face 6783 +UV Count: 3 + UV + UV + UV +Face 6784 +UV Count: 3 + UV + UV + UV +Face 6785 +UV Count: 3 + UV + UV + UV +Face 6786 +UV Count: 3 + UV + UV + UV +Face 6787 +UV Count: 3 + UV + UV + UV +Face 6788 +UV Count: 3 + UV + UV + UV +Face 6789 +UV Count: 3 + UV + UV + UV +Face 6790 +UV Count: 3 + UV + UV + UV +Face 6791 +UV Count: 3 + UV + UV + UV +Face 6792 +UV Count: 3 + UV + UV + UV +Face 6793 +UV Count: 3 + UV + UV + UV +Face 6794 +UV Count: 3 + UV + UV + UV +Face 6795 +UV Count: 3 + UV + UV + UV +Face 6796 +UV Count: 3 + UV + UV + UV +Face 6797 +UV Count: 3 + UV + UV + UV +Face 6798 +UV Count: 3 + UV + UV + UV +Face 6799 +UV Count: 3 + UV + UV + UV +Face 6800 +UV Count: 3 + UV + UV + UV +Face 6801 +UV Count: 3 + UV + UV + UV +Face 6802 +UV Count: 3 + UV + UV + UV +Face 6803 +UV Count: 3 + UV + UV + UV +Face 6804 +UV Count: 3 + UV + UV + UV +Face 6805 +UV Count: 3 + UV + UV + UV +Face 6806 +UV Count: 3 + UV + UV + UV +Face 6807 +UV Count: 3 + UV + UV + UV +Face 6808 +UV Count: 3 + UV + UV + UV +Face 6809 +UV Count: 3 + UV + UV + UV +Face 6810 +UV Count: 3 + UV + UV + UV +Face 6811 +UV Count: 3 + UV + UV + UV +Face 6812 +UV Count: 3 + UV + UV + UV +Face 6813 +UV Count: 3 + UV + UV + UV +Face 6814 +UV Count: 3 + UV + UV + UV +Face 6815 +UV Count: 3 + UV + UV + UV +Face 6816 +UV Count: 3 + UV + UV + UV +Face 6817 +UV Count: 3 + UV + UV + UV +Face 6818 +UV Count: 3 + UV + UV + UV +Face 6819 +UV Count: 3 + UV + UV + UV +Face 6820 +UV Count: 3 + UV + UV + UV +Face 6821 +UV Count: 3 + UV + UV + UV +Face 6822 +UV Count: 3 + UV + UV + UV +Face 6823 +UV Count: 3 + UV + UV + UV +Face 6824 +UV Count: 3 + UV + UV + UV +Face 6825 +UV Count: 3 + UV + UV + UV +Face 6826 +UV Count: 3 + UV + UV + UV +Face 6827 +UV Count: 3 + UV + UV + UV +Face 6828 +UV Count: 3 + UV + UV + UV +Face 6829 +UV Count: 3 + UV + UV + UV +Face 6830 +UV Count: 3 + UV + UV + UV +Face 6831 +UV Count: 3 + UV + UV + UV +Face 6832 +UV Count: 3 + UV + UV + UV +Face 6833 +UV Count: 3 + UV + UV + UV +Face 6834 +UV Count: 3 + UV + UV + UV +Face 6835 +UV Count: 3 + UV + UV + UV +Face 6836 +UV Count: 3 + UV + UV + UV +Face 6837 +UV Count: 3 + UV + UV + UV +Face 6838 +UV Count: 3 + UV + UV + UV +Face 6839 +UV Count: 3 + UV + UV + UV +Face 6840 +UV Count: 3 + UV + UV + UV +Face 6841 +UV Count: 3 + UV + UV + UV +Face 6842 +UV Count: 3 + UV + UV + UV +Face 6843 +UV Count: 3 + UV + UV + UV +Face 6844 +UV Count: 3 + UV + UV + UV +Face 6845 +UV Count: 3 + UV + UV + UV +Face 6846 +UV Count: 3 + UV + UV + UV +Face 6847 +UV Count: 3 + UV + UV + UV +Face 6848 +UV Count: 3 + UV + UV + UV +Face 6849 +UV Count: 3 + UV + UV + UV +Face 6850 +UV Count: 3 + UV + UV + UV +Face 6851 +UV Count: 3 + UV + UV + UV +Face 6852 +UV Count: 3 + UV + UV + UV +Face 6853 +UV Count: 3 + UV + UV + UV +Face 6854 +UV Count: 3 + UV + UV + UV +Face 6855 +UV Count: 3 + UV + UV + UV +Face 6856 +UV Count: 3 + UV + UV + UV +Face 6857 +UV Count: 3 + UV + UV + UV +Face 6858 +UV Count: 3 + UV + UV + UV +Face 6859 +UV Count: 3 + UV + UV + UV +Face 6860 +UV Count: 3 + UV + UV + UV +Face 6861 +UV Count: 3 + UV + UV + UV +Face 6862 +UV Count: 3 + UV + UV + UV +Face 6863 +UV Count: 3 + UV + UV + UV +Face 6864 +UV Count: 3 + UV + UV + UV +Face 6865 +UV Count: 3 + UV + UV + UV +Face 6866 +UV Count: 3 + UV + UV + UV +Face 6867 +UV Count: 3 + UV + UV + UV +Face 6868 +UV Count: 3 + UV + UV + UV +Face 6869 +UV Count: 3 + UV + UV + UV +Face 6870 +UV Count: 3 + UV + UV + UV +Face 6871 +UV Count: 3 + UV + UV + UV +Face 6872 +UV Count: 3 + UV + UV + UV +Face 6873 +UV Count: 3 + UV + UV + UV +Face 6874 +UV Count: 3 + UV + UV + UV +Face 6875 +UV Count: 3 + UV + UV + UV +Face 6876 +UV Count: 3 + UV + UV + UV +Face 6877 +UV Count: 3 + UV + UV + UV +Face 6878 +UV Count: 3 + UV + UV + UV +Face 6879 +UV Count: 3 + UV + UV + UV +Face 6880 +UV Count: 3 + UV + UV + UV +Face 6881 +UV Count: 3 + UV + UV + UV +Face 6882 +UV Count: 3 + UV + UV + UV +Face 6883 +UV Count: 3 + UV + UV + UV +Face 6884 +UV Count: 3 + UV + UV + UV +Face 6885 +UV Count: 3 + UV + UV + UV +Face 6886 +UV Count: 3 + UV + UV + UV +Face 6887 +UV Count: 3 + UV + UV + UV +Face 6888 +UV Count: 3 + UV + UV + UV +Face 6889 +UV Count: 3 + UV + UV + UV +Face 6890 +UV Count: 3 + UV + UV + UV +Face 6891 +UV Count: 3 + UV + UV + UV +Face 6892 +UV Count: 3 + UV + UV + UV +Face 6893 +UV Count: 3 + UV + UV + UV +Face 6894 +UV Count: 3 + UV + UV + UV +Face 6895 +UV Count: 3 + UV + UV + UV +Face 6896 +UV Count: 3 + UV + UV + UV +Face 6897 +UV Count: 3 + UV + UV + UV +Face 6898 +UV Count: 3 + UV + UV + UV +Face 6899 +UV Count: 3 + UV + UV + UV +Face 6900 +UV Count: 3 + UV + UV + UV +Face 6901 +UV Count: 3 + UV + UV + UV +Face 6902 +UV Count: 3 + UV + UV + UV +Face 6903 +UV Count: 3 + UV + UV + UV +Face 6904 +UV Count: 3 + UV + UV + UV +Face 6905 +UV Count: 3 + UV + UV + UV +Face 6906 +UV Count: 3 + UV + UV + UV +Face 6907 +UV Count: 3 + UV + UV + UV +Face 6908 +UV Count: 3 + UV + UV + UV +Face 6909 +UV Count: 3 + UV + UV + UV +Face 6910 +UV Count: 3 + UV + UV + UV +Face 6911 +UV Count: 3 + UV + UV + UV +Face 6912 +UV Count: 3 + UV + UV + UV +Face 6913 +UV Count: 3 + UV + UV + UV +Face 6914 +UV Count: 3 + UV + UV + UV +Face 6915 +UV Count: 3 + UV + UV + UV +Face 6916 +UV Count: 3 + UV + UV + UV +Face 6917 +UV Count: 3 + UV + UV + UV +Face 6918 +UV Count: 3 + UV + UV + UV +Face 6919 +UV Count: 3 + UV + UV + UV +Face 6920 +UV Count: 3 + UV + UV + UV +Face 6921 +UV Count: 3 + UV + UV + UV +Face 6922 +UV Count: 3 + UV + UV + UV +Face 6923 +UV Count: 3 + UV + UV + UV +Face 6924 +UV Count: 3 + UV + UV + UV +Face 6925 +UV Count: 3 + UV + UV + UV +Face 6926 +UV Count: 3 + UV + UV + UV +Face 6927 +UV Count: 3 + UV + UV + UV +Face 6928 +UV Count: 3 + UV + UV + UV +Face 6929 +UV Count: 3 + UV + UV + UV +Face 6930 +UV Count: 3 + UV + UV + UV +Face 6931 +UV Count: 3 + UV + UV + UV +Face 6932 +UV Count: 3 + UV + UV + UV +Face 6933 +UV Count: 3 + UV + UV + UV +Face 6934 +UV Count: 3 + UV + UV + UV +Face 6935 +UV Count: 3 + UV + UV + UV +Face 6936 +UV Count: 3 + UV + UV + UV +Face 6937 +UV Count: 3 + UV + UV + UV +Face 6938 +UV Count: 3 + UV + UV + UV +Face 6939 +UV Count: 3 + UV + UV + UV +Face 6940 +UV Count: 3 + UV + UV + UV +Face 6941 +UV Count: 3 + UV + UV + UV +Face 6942 +UV Count: 3 + UV + UV + UV +Face 6943 +UV Count: 3 + UV + UV + UV +Face 6944 +UV Count: 3 + UV + UV + UV +Face 6945 +UV Count: 3 + UV + UV + UV +Face 6946 +UV Count: 3 + UV + UV + UV +Face 6947 +UV Count: 3 + UV + UV + UV +Face 6948 +UV Count: 3 + UV + UV + UV +Face 6949 +UV Count: 3 + UV + UV + UV +Face 6950 +UV Count: 3 + UV + UV + UV +Face 6951 +UV Count: 3 + UV + UV + UV +Face 6952 +UV Count: 3 + UV + UV + UV +Face 6953 +UV Count: 3 + UV + UV + UV +Face 6954 +UV Count: 3 + UV + UV + UV +Face 6955 +UV Count: 3 + UV + UV + UV +Face 6956 +UV Count: 3 + UV + UV + UV +Face 6957 +UV Count: 3 + UV + UV + UV +Face 6958 +UV Count: 3 + UV + UV + UV +Face 6959 +UV Count: 3 + UV + UV + UV +Face 6960 +UV Count: 3 + UV + UV + UV +Face 6961 +UV Count: 3 + UV + UV + UV +Face 6962 +UV Count: 3 + UV + UV + UV +Face 6963 +UV Count: 3 + UV + UV + UV +Face 6964 +UV Count: 3 + UV + UV + UV +Face 6965 +UV Count: 3 + UV + UV + UV +Face 6966 +UV Count: 3 + UV + UV + UV +Face 6967 +UV Count: 3 + UV + UV + UV +Face 6968 +UV Count: 3 + UV + UV + UV +Face 6969 +UV Count: 3 + UV + UV + UV +Face 6970 +UV Count: 3 + UV + UV + UV +Face 6971 +UV Count: 3 + UV + UV + UV +Face 6972 +UV Count: 3 + UV + UV + UV +Face 6973 +UV Count: 3 + UV + UV + UV +Face 6974 +UV Count: 3 + UV + UV + UV +Face 6975 +UV Count: 3 + UV + UV + UV +Face 6976 +UV Count: 3 + UV + UV + UV +Face 6977 +UV Count: 3 + UV + UV + UV +Face 6978 +UV Count: 3 + UV + UV + UV +Face 6979 +UV Count: 3 + UV + UV + UV +Face 6980 +UV Count: 3 + UV + UV + UV +Face 6981 +UV Count: 3 + UV + UV + UV +Face 6982 +UV Count: 3 + UV + UV + UV +Face 6983 +UV Count: 3 + UV + UV + UV +Face 6984 +UV Count: 3 + UV + UV + UV +Face 6985 +UV Count: 3 + UV + UV + UV +Face 6986 +UV Count: 3 + UV + UV + UV +Face 6987 +UV Count: 3 + UV + UV + UV +Face 6988 +UV Count: 3 + UV + UV + UV +Face 6989 +UV Count: 3 + UV + UV + UV +Face 6990 +UV Count: 3 + UV + UV + UV +Face 6991 +UV Count: 3 + UV + UV + UV +Face 6992 +UV Count: 3 + UV + UV + UV +Face 6993 +UV Count: 3 + UV + UV + UV +Face 6994 +UV Count: 3 + UV + UV + UV +Face 6995 +UV Count: 3 + UV + UV + UV +Face 6996 +UV Count: 3 + UV + UV + UV +Face 6997 +UV Count: 3 + UV + UV + UV +Face 6998 +UV Count: 3 + UV + UV + UV +Face 6999 +UV Count: 3 + UV + UV + UV +Face 7000 +UV Count: 3 + UV + UV + UV +Face 7001 +UV Count: 3 + UV + UV + UV +Face 7002 +UV Count: 3 + UV + UV + UV +Face 7003 +UV Count: 3 + UV + UV + UV +Face 7004 +UV Count: 3 + UV + UV + UV +Face 7005 +UV Count: 3 + UV + UV + UV +Face 7006 +UV Count: 3 + UV + UV + UV +Face 7007 +UV Count: 3 + UV + UV + UV +Face 7008 +UV Count: 3 + UV + UV + UV +Face 7009 +UV Count: 3 + UV + UV + UV +Face 7010 +UV Count: 3 + UV + UV + UV +Face 7011 +UV Count: 3 + UV + UV + UV +Face 7012 +UV Count: 3 + UV + UV + UV +Face 7013 +UV Count: 3 + UV + UV + UV +Face 7014 +UV Count: 3 + UV + UV + UV +Face 7015 +UV Count: 3 + UV + UV + UV +Face 7016 +UV Count: 3 + UV + UV + UV +Face 7017 +UV Count: 3 + UV + UV + UV +Face 7018 +UV Count: 3 + UV + UV + UV +Face 7019 +UV Count: 3 + UV + UV + UV +Face 7020 +UV Count: 3 + UV + UV + UV +Face 7021 +UV Count: 3 + UV + UV + UV +Face 7022 +UV Count: 3 + UV + UV + UV +Face 7023 +UV Count: 3 + UV + UV + UV +Face 7024 +UV Count: 3 + UV + UV + UV +Face 7025 +UV Count: 3 + UV + UV + UV +Face 7026 +UV Count: 3 + UV + UV + UV +Face 7027 +UV Count: 3 + UV + UV + UV +Face 7028 +UV Count: 3 + UV + UV + UV +Face 7029 +UV Count: 3 + UV + UV + UV +Face 7030 +UV Count: 3 + UV + UV + UV +Face 7031 +UV Count: 3 + UV + UV + UV +Face 7032 +UV Count: 3 + UV + UV + UV +Face 7033 +UV Count: 3 + UV + UV + UV +Face 7034 +UV Count: 3 + UV + UV + UV +Face 7035 +UV Count: 3 + UV + UV + UV +Face 7036 +UV Count: 3 + UV + UV + UV +Face 7037 +UV Count: 3 + UV + UV + UV +Face 7038 +UV Count: 3 + UV + UV + UV +Face 7039 +UV Count: 3 + UV + UV + UV +Face 7040 +UV Count: 3 + UV + UV + UV +Face 7041 +UV Count: 3 + UV + UV + UV +Face 7042 +UV Count: 3 + UV + UV + UV +Face 7043 +UV Count: 3 + UV + UV + UV +Face 7044 +UV Count: 3 + UV + UV + UV +Face 7045 +UV Count: 3 + UV + UV + UV +Face 7046 +UV Count: 3 + UV + UV + UV +Face 7047 +UV Count: 3 + UV + UV + UV +Face 7048 +UV Count: 3 + UV + UV + UV +Face 7049 +UV Count: 3 + UV + UV + UV +Face 7050 +UV Count: 3 + UV + UV + UV +Face 7051 +UV Count: 3 + UV + UV + UV +Face 7052 +UV Count: 3 + UV + UV + UV +Face 7053 +UV Count: 3 + UV + UV + UV +Face 7054 +UV Count: 3 + UV + UV + UV +Face 7055 +UV Count: 3 + UV + UV + UV +Face 7056 +UV Count: 3 + UV + UV + UV +Face 7057 +UV Count: 3 + UV + UV + UV +Face 7058 +UV Count: 3 + UV + UV + UV +Face 7059 +UV Count: 3 + UV + UV + UV +Face 7060 +UV Count: 3 + UV + UV + UV +Face 7061 +UV Count: 3 + UV + UV + UV +Face 7062 +UV Count: 3 + UV + UV + UV +Face 7063 +UV Count: 3 + UV + UV + UV +Face 7064 +UV Count: 3 + UV + UV + UV +Face 7065 +UV Count: 3 + UV + UV + UV +Face 7066 +UV Count: 3 + UV + UV + UV +Face 7067 +UV Count: 3 + UV + UV + UV +Face 7068 +UV Count: 3 + UV + UV + UV +Face 7069 +UV Count: 3 + UV + UV + UV +Face 7070 +UV Count: 3 + UV + UV + UV +Face 7071 +UV Count: 3 + UV + UV + UV +Face 7072 +UV Count: 3 + UV + UV + UV +Face 7073 +UV Count: 3 + UV + UV + UV +Face 7074 +UV Count: 3 + UV + UV + UV +Face 7075 +UV Count: 3 + UV + UV + UV +Face 7076 +UV Count: 3 + UV + UV + UV +Face 7077 +UV Count: 3 + UV + UV + UV +Face 7078 +UV Count: 3 + UV + UV + UV +Face 7079 +UV Count: 3 + UV + UV + UV +Face 7080 +UV Count: 3 + UV + UV + UV +Face 7081 +UV Count: 3 + UV + UV + UV +Face 7082 +UV Count: 3 + UV + UV + UV +Face 7083 +UV Count: 3 + UV + UV + UV +Face 7084 +UV Count: 3 + UV + UV + UV +Face 7085 +UV Count: 3 + UV + UV + UV +Face 7086 +UV Count: 3 + UV + UV + UV +Face 7087 +UV Count: 3 + UV + UV + UV +Face 7088 +UV Count: 3 + UV + UV + UV +Face 7089 +UV Count: 3 + UV + UV + UV +Face 7090 +UV Count: 3 + UV + UV + UV +Face 7091 +UV Count: 3 + UV + UV + UV +Face 7092 +UV Count: 3 + UV + UV + UV +Face 7093 +UV Count: 3 + UV + UV + UV +Face 7094 +UV Count: 3 + UV + UV + UV +Face 7095 +UV Count: 3 + UV + UV + UV +Face 7096 +UV Count: 3 + UV + UV + UV +Face 7097 +UV Count: 3 + UV + UV + UV +Face 7098 +UV Count: 3 + UV + UV + UV +Face 7099 +UV Count: 3 + UV + UV + UV +Face 7100 +UV Count: 3 + UV + UV + UV +Face 7101 +UV Count: 3 + UV + UV + UV +Face 7102 +UV Count: 3 + UV + UV + UV +Face 7103 +UV Count: 3 + UV + UV + UV +Face 7104 +UV Count: 3 + UV + UV + UV +Face 7105 +UV Count: 3 + UV + UV + UV +Face 7106 +UV Count: 3 + UV + UV + UV +Face 7107 +UV Count: 3 + UV + UV + UV +Face 7108 +UV Count: 3 + UV + UV + UV +Face 7109 +UV Count: 3 + UV + UV + UV +Face 7110 +UV Count: 3 + UV + UV + UV +Face 7111 +UV Count: 3 + UV + UV + UV +Face 7112 +UV Count: 3 + UV + UV + UV +Face 7113 +UV Count: 3 + UV + UV + UV +Face 7114 +UV Count: 3 + UV + UV + UV +Face 7115 +UV Count: 3 + UV + UV + UV +Face 7116 +UV Count: 3 + UV + UV + UV +Face 7117 +UV Count: 3 + UV + UV + UV +Face 7118 +UV Count: 3 + UV + UV + UV +Face 7119 +UV Count: 3 + UV + UV + UV +Face 7120 +UV Count: 3 + UV + UV + UV +Face 7121 +UV Count: 3 + UV + UV + UV +Face 7122 +UV Count: 3 + UV + UV + UV +Face 7123 +UV Count: 3 + UV + UV + UV +Face 7124 +UV Count: 3 + UV + UV + UV +Face 7125 +UV Count: 3 + UV + UV + UV +Face 7126 +UV Count: 3 + UV + UV + UV +Face 7127 +UV Count: 3 + UV + UV + UV +Face 7128 +UV Count: 3 + UV + UV + UV +Face 7129 +UV Count: 3 + UV + UV + UV +Face 7130 +UV Count: 3 + UV + UV + UV +Face 7131 +UV Count: 3 + UV + UV + UV +Face 7132 +UV Count: 3 + UV + UV + UV +Face 7133 +UV Count: 3 + UV + UV + UV +Face 7134 +UV Count: 3 + UV + UV + UV +Face 7135 +UV Count: 3 + UV + UV + UV +Face 7136 +UV Count: 3 + UV + UV + UV +Face 7137 +UV Count: 3 + UV + UV + UV +Face 7138 +UV Count: 3 + UV + UV + UV +Face 7139 +UV Count: 3 + UV + UV + UV +Face 7140 +UV Count: 3 + UV + UV + UV +Face 7141 +UV Count: 3 + UV + UV + UV +Face 7142 +UV Count: 3 + UV + UV + UV +Face 7143 +UV Count: 3 + UV + UV + UV +Face 7144 +UV Count: 3 + UV + UV + UV +Face 7145 +UV Count: 3 + UV + UV + UV +Face 7146 +UV Count: 3 + UV + UV + UV +Face 7147 +UV Count: 3 + UV + UV + UV +Face 7148 +UV Count: 3 + UV + UV + UV +Face 7149 +UV Count: 3 + UV + UV + UV +Face 7150 +UV Count: 3 + UV + UV + UV +Face 7151 +UV Count: 3 + UV + UV + UV +Face 7152 +UV Count: 3 + UV + UV + UV +Face 7153 +UV Count: 3 + UV + UV + UV +Face 7154 +UV Count: 3 + UV + UV + UV +Face 7155 +UV Count: 3 + UV + UV + UV +Face 7156 +UV Count: 3 + UV + UV + UV +Face 7157 +UV Count: 3 + UV + UV + UV +Face 7158 +UV Count: 3 + UV + UV + UV +Face 7159 +UV Count: 3 + UV + UV + UV +Face 7160 +UV Count: 3 + UV + UV + UV +Face 7161 +UV Count: 3 + UV + UV + UV +Face 7162 +UV Count: 3 + UV + UV + UV +Face 7163 +UV Count: 3 + UV + UV + UV +Face 7164 +UV Count: 3 + UV + UV + UV +Face 7165 +UV Count: 3 + UV + UV + UV +Face 7166 +UV Count: 3 + UV + UV + UV +Face 7167 +UV Count: 3 + UV + UV + UV +Face 7168 +UV Count: 3 + UV + UV + UV +Face 7169 +UV Count: 3 + UV + UV + UV +Face 7170 +UV Count: 3 + UV + UV + UV +Face 7171 +UV Count: 3 + UV + UV + UV +Face 7172 +UV Count: 3 + UV + UV + UV +Face 7173 +UV Count: 3 + UV + UV + UV +Face 7174 +UV Count: 3 + UV + UV + UV +Face 7175 +UV Count: 3 + UV + UV + UV +Face 7176 +UV Count: 3 + UV + UV + UV +Face 7177 +UV Count: 3 + UV + UV + UV +Face 7178 +UV Count: 3 + UV + UV + UV +Face 7179 +UV Count: 3 + UV + UV + UV +Face 7180 +UV Count: 3 + UV + UV + UV +Face 7181 +UV Count: 3 + UV + UV + UV +Face 7182 +UV Count: 3 + UV + UV + UV +Face 7183 +UV Count: 3 + UV + UV + UV +Face 7184 +UV Count: 3 + UV + UV + UV +Face 7185 +UV Count: 3 + UV + UV + UV +Face 7186 +UV Count: 3 + UV + UV + UV +Face 7187 +UV Count: 3 + UV + UV + UV +Face 7188 +UV Count: 3 + UV + UV + UV +Face 7189 +UV Count: 3 + UV + UV + UV +Face 7190 +UV Count: 3 + UV + UV + UV +Face 7191 +UV Count: 3 + UV + UV + UV +Face 7192 +UV Count: 3 + UV + UV + UV +Face 7193 +UV Count: 3 + UV + UV + UV +Face 7194 +UV Count: 3 + UV + UV + UV +Face 7195 +UV Count: 3 + UV + UV + UV +Face 7196 +UV Count: 3 + UV + UV + UV +Face 7197 +UV Count: 3 + UV + UV + UV +Face 7198 +UV Count: 3 + UV + UV + UV +Face 7199 +UV Count: 3 + UV + UV + UV +Face 7200 +UV Count: 3 + UV + UV + UV +Face 7201 +UV Count: 3 + UV + UV + UV +Face 7202 +UV Count: 3 + UV + UV + UV +Face 7203 +UV Count: 3 + UV + UV + UV +Face 7204 +UV Count: 3 + UV + UV + UV +Face 7205 +UV Count: 3 + UV + UV + UV +Face 7206 +UV Count: 3 + UV + UV + UV +Face 7207 +UV Count: 3 + UV + UV + UV +Face 7208 +UV Count: 3 + UV + UV + UV +Face 7209 +UV Count: 3 + UV + UV + UV +Face 7210 +UV Count: 3 + UV + UV + UV +Face 7211 +UV Count: 3 + UV + UV + UV +Face 7212 +UV Count: 3 + UV + UV + UV +Face 7213 +UV Count: 3 + UV + UV + UV +Face 7214 +UV Count: 3 + UV + UV + UV +Face 7215 +UV Count: 3 + UV + UV + UV +Face 7216 +UV Count: 3 + UV + UV + UV +Face 7217 +UV Count: 3 + UV + UV + UV +Face 7218 +UV Count: 3 + UV + UV + UV +Face 7219 +UV Count: 3 + UV + UV + UV +Face 7220 +UV Count: 3 + UV + UV + UV +Face 7221 +UV Count: 3 + UV + UV + UV +Face 7222 +UV Count: 3 + UV + UV + UV +Face 7223 +UV Count: 3 + UV + UV + UV +Face 7224 +UV Count: 3 + UV + UV + UV +Face 7225 +UV Count: 3 + UV + UV + UV +Face 7226 +UV Count: 3 + UV + UV + UV +Face 7227 +UV Count: 3 + UV + UV + UV +Face 7228 +UV Count: 3 + UV + UV + UV +Face 7229 +UV Count: 3 + UV + UV + UV +Face 7230 +UV Count: 3 + UV + UV + UV +Face 7231 +UV Count: 3 + UV + UV + UV +Face 7232 +UV Count: 3 + UV + UV + UV +Face 7233 +UV Count: 3 + UV + UV + UV +Face 7234 +UV Count: 3 + UV + UV + UV +Face 7235 +UV Count: 3 + UV + UV + UV +Face 7236 +UV Count: 3 + UV + UV + UV +Face 7237 +UV Count: 3 + UV + UV + UV +Face 7238 +UV Count: 3 + UV + UV + UV +Face 7239 +UV Count: 3 + UV + UV + UV +Face 7240 +UV Count: 3 + UV + UV + UV +Face 7241 +UV Count: 3 + UV + UV + UV +Face 7242 +UV Count: 3 + UV + UV + UV +Face 7243 +UV Count: 3 + UV + UV + UV +Face 7244 +UV Count: 3 + UV + UV + UV +Face 7245 +UV Count: 3 + UV + UV + UV +Face 7246 +UV Count: 3 + UV + UV + UV +Face 7247 +UV Count: 3 + UV + UV + UV +Face 7248 +UV Count: 3 + UV + UV + UV +Face 7249 +UV Count: 3 + UV + UV + UV +Face 7250 +UV Count: 3 + UV + UV + UV +Face 7251 +UV Count: 3 + UV + UV + UV +Face 7252 +UV Count: 3 + UV + UV + UV +Face 7253 +UV Count: 3 + UV + UV + UV +Face 7254 +UV Count: 3 + UV + UV + UV +Face 7255 +UV Count: 3 + UV + UV + UV +Face 7256 +UV Count: 3 + UV + UV + UV +Face 7257 +UV Count: 3 + UV + UV + UV +Face 7258 +UV Count: 3 + UV + UV + UV +Face 7259 +UV Count: 3 + UV + UV + UV +Face 7260 +UV Count: 3 + UV + UV + UV +Face 7261 +UV Count: 3 + UV + UV + UV +Face 7262 +UV Count: 3 + UV + UV + UV +Face 7263 +UV Count: 3 + UV + UV + UV +Face 7264 +UV Count: 3 + UV + UV + UV +Face 7265 +UV Count: 3 + UV + UV + UV +Face 7266 +UV Count: 3 + UV + UV + UV +Face 7267 +UV Count: 3 + UV + UV + UV +Face 7268 +UV Count: 3 + UV + UV + UV +Face 7269 +UV Count: 3 + UV + UV + UV +Face 7270 +UV Count: 3 + UV + UV + UV +Face 7271 +UV Count: 3 + UV + UV + UV +Face 7272 +UV Count: 3 + UV + UV + UV +Face 7273 +UV Count: 3 + UV + UV + UV +Face 7274 +UV Count: 3 + UV + UV + UV +Face 7275 +UV Count: 3 + UV + UV + UV +Face 7276 +UV Count: 3 + UV + UV + UV +Face 7277 +UV Count: 3 + UV + UV + UV +Face 7278 +UV Count: 3 + UV + UV + UV +Face 7279 +UV Count: 3 + UV + UV + UV +Face 7280 +UV Count: 3 + UV + UV + UV +Face 7281 +UV Count: 3 + UV + UV + UV +Face 7282 +UV Count: 3 + UV + UV + UV +Face 7283 +UV Count: 3 + UV + UV + UV +Face 7284 +UV Count: 3 + UV + UV + UV +Face 7285 +UV Count: 3 + UV + UV + UV +Face 7286 +UV Count: 3 + UV + UV + UV +Face 7287 +UV Count: 3 + UV + UV + UV +Face 7288 +UV Count: 3 + UV + UV + UV +Face 7289 +UV Count: 3 + UV + UV + UV +Face 7290 +UV Count: 3 + UV + UV + UV +Face 7291 +UV Count: 3 + UV + UV + UV +Face 7292 +UV Count: 3 + UV + UV + UV +Face 7293 +UV Count: 3 + UV + UV + UV +Face 7294 +UV Count: 3 + UV + UV + UV +Face 7295 +UV Count: 3 + UV + UV + UV +Face 7296 +UV Count: 3 + UV + UV + UV +Face 7297 +UV Count: 3 + UV + UV + UV +Face 7298 +UV Count: 3 + UV + UV + UV +Face 7299 +UV Count: 3 + UV + UV + UV +Face 7300 +UV Count: 3 + UV + UV + UV +Face 7301 +UV Count: 3 + UV + UV + UV +Face 7302 +UV Count: 3 + UV + UV + UV +Face 7303 +UV Count: 3 + UV + UV + UV +Face 7304 +UV Count: 3 + UV + UV + UV +Face 7305 +UV Count: 3 + UV + UV + UV +Face 7306 +UV Count: 3 + UV + UV + UV +Face 7307 +UV Count: 3 + UV + UV + UV +Face 7308 +UV Count: 3 + UV + UV + UV +Face 7309 +UV Count: 3 + UV + UV + UV +Face 7310 +UV Count: 3 + UV + UV + UV +Face 7311 +UV Count: 3 + UV + UV + UV +Face 7312 +UV Count: 3 + UV + UV + UV +Face 7313 +UV Count: 3 + UV + UV + UV +Face 7314 +UV Count: 3 + UV + UV + UV +Face 7315 +UV Count: 3 + UV + UV + UV +Face 7316 +UV Count: 3 + UV + UV + UV +Face 7317 +UV Count: 3 + UV + UV + UV +Face 7318 +UV Count: 3 + UV + UV + UV +Face 7319 +UV Count: 3 + UV + UV + UV +Face 7320 +UV Count: 3 + UV + UV + UV +Face 7321 +UV Count: 3 + UV + UV + UV +Face 7322 +UV Count: 3 + UV + UV + UV +Face 7323 +UV Count: 3 + UV + UV + UV +Face 7324 +UV Count: 3 + UV + UV + UV +Face 7325 +UV Count: 3 + UV + UV + UV +Face 7326 +UV Count: 3 + UV + UV + UV +Face 7327 +UV Count: 3 + UV + UV + UV +Face 7328 +UV Count: 3 + UV + UV + UV +Face 7329 +UV Count: 3 + UV + UV + UV +Face 7330 +UV Count: 3 + UV + UV + UV +Face 7331 +UV Count: 3 + UV + UV + UV +Face 7332 +UV Count: 3 + UV + UV + UV +Face 7333 +UV Count: 3 + UV + UV + UV +Face 7334 +UV Count: 3 + UV + UV + UV +Face 7335 +UV Count: 3 + UV + UV + UV +Face 7336 +UV Count: 3 + UV + UV + UV +Face 7337 +UV Count: 3 + UV + UV + UV +Face 7338 +UV Count: 3 + UV + UV + UV +Face 7339 +UV Count: 3 + UV + UV + UV +Face 7340 +UV Count: 3 + UV + UV + UV +Face 7341 +UV Count: 3 + UV + UV + UV +Face 7342 +UV Count: 3 + UV + UV + UV +Face 7343 +UV Count: 3 + UV + UV + UV +Face 7344 +UV Count: 3 + UV + UV + UV +Face 7345 +UV Count: 3 + UV + UV + UV +Face 7346 +UV Count: 3 + UV + UV + UV +Face 7347 +UV Count: 3 + UV + UV + UV +Face 7348 +UV Count: 3 + UV + UV + UV +Face 7349 +UV Count: 3 + UV + UV + UV +Face 7350 +UV Count: 3 + UV + UV + UV +Face 7351 +UV Count: 3 + UV + UV + UV +Face 7352 +UV Count: 3 + UV + UV + UV +Face 7353 +UV Count: 3 + UV + UV + UV +Face 7354 +UV Count: 3 + UV + UV + UV +Face 7355 +UV Count: 3 + UV + UV + UV +Face 7356 +UV Count: 3 + UV + UV + UV +Face 7357 +UV Count: 3 + UV + UV + UV +Face 7358 +UV Count: 3 + UV + UV + UV +Face 7359 +UV Count: 3 + UV + UV + UV +Face 7360 +UV Count: 3 + UV + UV + UV +Face 7361 +UV Count: 3 + UV + UV + UV +Face 7362 +UV Count: 3 + UV + UV + UV +Face 7363 +UV Count: 3 + UV + UV + UV +Face 7364 +UV Count: 3 + UV + UV + UV +Face 7365 +UV Count: 3 + UV + UV + UV +Face 7366 +UV Count: 3 + UV + UV + UV +Face 7367 +UV Count: 3 + UV + UV + UV +Face 7368 +UV Count: 3 + UV + UV + UV +Face 7369 +UV Count: 3 + UV + UV + UV +Face 7370 +UV Count: 3 + UV + UV + UV +Face 7371 +UV Count: 3 + UV + UV + UV +Face 7372 +UV Count: 3 + UV + UV + UV +Face 7373 +UV Count: 3 + UV + UV + UV +Face 7374 +UV Count: 3 + UV + UV + UV +Face 7375 +UV Count: 3 + UV + UV + UV +Face 7376 +UV Count: 3 + UV + UV + UV +Face 7377 +UV Count: 3 + UV + UV + UV +Face 7378 +UV Count: 3 + UV + UV + UV +Face 7379 +UV Count: 3 + UV + UV + UV +Face 7380 +UV Count: 3 + UV + UV + UV +Face 7381 +UV Count: 3 + UV + UV + UV +Face 7382 +UV Count: 3 + UV + UV + UV +Face 7383 +UV Count: 3 + UV + UV + UV +Face 7384 +UV Count: 3 + UV + UV + UV +Face 7385 +UV Count: 3 + UV + UV + UV +Face 7386 +UV Count: 3 + UV + UV + UV +Face 7387 +UV Count: 3 + UV + UV + UV +Face 7388 +UV Count: 3 + UV + UV + UV +Face 7389 +UV Count: 3 + UV + UV + UV +Face 7390 +UV Count: 3 + UV + UV + UV +Face 7391 +UV Count: 3 + UV + UV + UV +Face 7392 +UV Count: 3 + UV + UV + UV +Face 7393 +UV Count: 3 + UV + UV + UV +Face 7394 +UV Count: 3 + UV + UV + UV +Face 7395 +UV Count: 3 + UV + UV + UV +Face 7396 +UV Count: 3 + UV + UV + UV +Face 7397 +UV Count: 3 + UV + UV + UV +Face 7398 +UV Count: 3 + UV + UV + UV +Face 7399 +UV Count: 3 + UV + UV + UV +Face 7400 +UV Count: 3 + UV + UV + UV +Face 7401 +UV Count: 3 + UV + UV + UV +Face 7402 +UV Count: 3 + UV + UV + UV +Face 7403 +UV Count: 3 + UV + UV + UV +Face 7404 +UV Count: 3 + UV + UV + UV +Face 7405 +UV Count: 3 + UV + UV + UV +Face 7406 +UV Count: 3 + UV + UV + UV +Face 7407 +UV Count: 3 + UV + UV + UV +Face 7408 +UV Count: 3 + UV + UV + UV +Face 7409 +UV Count: 3 + UV + UV + UV +Face 7410 +UV Count: 3 + UV + UV + UV +Face 7411 +UV Count: 3 + UV + UV + UV +Face 7412 +UV Count: 3 + UV + UV + UV +Face 7413 +UV Count: 3 + UV + UV + UV +Face 7414 +UV Count: 3 + UV + UV + UV +Face 7415 +UV Count: 3 + UV + UV + UV +Face 7416 +UV Count: 3 + UV + UV + UV +Face 7417 +UV Count: 3 + UV + UV + UV +Face 7418 +UV Count: 3 + UV + UV + UV +Face 7419 +UV Count: 3 + UV + UV + UV +Face 7420 +UV Count: 3 + UV + UV + UV +Face 7421 +UV Count: 3 + UV + UV + UV +Face 7422 +UV Count: 3 + UV + UV + UV +Face 7423 +UV Count: 3 + UV + UV + UV +Face 7424 +UV Count: 3 + UV + UV + UV +Face 7425 +UV Count: 3 + UV + UV + UV +Face 7426 +UV Count: 3 + UV + UV + UV +Face 7427 +UV Count: 3 + UV + UV + UV +Face 7428 +UV Count: 3 + UV + UV + UV +Face 7429 +UV Count: 3 + UV + UV + UV +Face 7430 +UV Count: 3 + UV + UV + UV +Face 7431 +UV Count: 3 + UV + UV + UV +Face 7432 +UV Count: 3 + UV + UV + UV +Face 7433 +UV Count: 3 + UV + UV + UV +Face 7434 +UV Count: 3 + UV + UV + UV +Face 7435 +UV Count: 3 + UV + UV + UV +Face 7436 +UV Count: 3 + UV + UV + UV +Face 7437 +UV Count: 3 + UV + UV + UV +Face 7438 +UV Count: 3 + UV + UV + UV +Face 7439 +UV Count: 3 + UV + UV + UV +Face 7440 +UV Count: 3 + UV + UV + UV +Face 7441 +UV Count: 3 + UV + UV + UV +Face 7442 +UV Count: 3 + UV + UV + UV +Face 7443 +UV Count: 3 + UV + UV + UV +Face 7444 +UV Count: 3 + UV + UV + UV +Face 7445 +UV Count: 3 + UV + UV + UV +Face 7446 +UV Count: 3 + UV + UV + UV +Face 7447 +UV Count: 3 + UV + UV + UV +Face 7448 +UV Count: 3 + UV + UV + UV +Face 7449 +UV Count: 3 + UV + UV + UV +Face 7450 +UV Count: 3 + UV + UV + UV +Face 7451 +UV Count: 3 + UV + UV + UV +Face 7452 +UV Count: 3 + UV + UV + UV +Face 7453 +UV Count: 3 + UV + UV + UV +Face 7454 +UV Count: 3 + UV + UV + UV +Face 7455 +UV Count: 3 + UV + UV + UV +Face 7456 +UV Count: 3 + UV + UV + UV +Face 7457 +UV Count: 3 + UV + UV + UV +Face 7458 +UV Count: 3 + UV + UV + UV +Face 7459 +UV Count: 3 + UV + UV + UV +Face 7460 +UV Count: 3 + UV + UV + UV +Face 7461 +UV Count: 3 + UV + UV + UV +Face 7462 +UV Count: 3 + UV + UV + UV +Face 7463 +UV Count: 3 + UV + UV + UV +Face 7464 +UV Count: 3 + UV + UV + UV +Face 7465 +UV Count: 3 + UV + UV + UV +Face 7466 +UV Count: 3 + UV + UV + UV +Face 7467 +UV Count: 3 + UV + UV + UV +Face 7468 +UV Count: 3 + UV + UV + UV +Face 7469 +UV Count: 3 + UV + UV + UV +Face 7470 +UV Count: 3 + UV + UV + UV +Face 7471 +UV Count: 3 + UV + UV + UV +Face 7472 +UV Count: 3 + UV + UV + UV +Face 7473 +UV Count: 3 + UV + UV + UV +Face 7474 +UV Count: 3 + UV + UV + UV +Face 7475 +UV Count: 3 + UV + UV + UV +Face 7476 +UV Count: 3 + UV + UV + UV +Face 7477 +UV Count: 3 + UV + UV + UV +Face 7478 +UV Count: 3 + UV + UV + UV +Face 7479 +UV Count: 3 + UV + UV + UV +Face 7480 +UV Count: 3 + UV + UV + UV +Face 7481 +UV Count: 3 + UV + UV + UV +Face 7482 +UV Count: 3 + UV + UV + UV +Face 7483 +UV Count: 3 + UV + UV + UV +Face 7484 +UV Count: 3 + UV + UV + UV +Face 7485 +UV Count: 3 + UV + UV + UV +Face 7486 +UV Count: 3 + UV + UV + UV +Face 7487 +UV Count: 3 + UV + UV + UV +Face 7488 +UV Count: 3 + UV + UV + UV +Face 7489 +UV Count: 3 + UV + UV + UV +Face 7490 +UV Count: 3 + UV + UV + UV +Face 7491 +UV Count: 3 + UV + UV + UV +Face 7492 +UV Count: 3 + UV + UV + UV +Face 7493 +UV Count: 3 + UV + UV + UV +Face 7494 +UV Count: 3 + UV + UV + UV +Face 7495 +UV Count: 3 + UV + UV + UV +Face 7496 +UV Count: 3 + UV + UV + UV +Face 7497 +UV Count: 3 + UV + UV + UV +Face 7498 +UV Count: 3 + UV + UV + UV +Face 7499 +UV Count: 3 + UV + UV + UV +Face 7500 +UV Count: 3 + UV + UV + UV +Face 7501 +UV Count: 3 + UV + UV + UV +Face 7502 +UV Count: 3 + UV + UV + UV +Face 7503 +UV Count: 3 + UV + UV + UV +Face 7504 +UV Count: 3 + UV + UV + UV +Face 7505 +UV Count: 3 + UV + UV + UV +Face 7506 +UV Count: 3 + UV + UV + UV +Face 7507 +UV Count: 3 + UV + UV + UV +Face 7508 +UV Count: 3 + UV + UV + UV +Face 7509 +UV Count: 3 + UV + UV + UV +Face 7510 +UV Count: 3 + UV + UV + UV +Face 7511 +UV Count: 3 + UV + UV + UV +Face 7512 +UV Count: 3 + UV + UV + UV +Face 7513 +UV Count: 3 + UV + UV + UV +Face 7514 +UV Count: 3 + UV + UV + UV +Face 7515 +UV Count: 3 + UV + UV + UV +Face 7516 +UV Count: 3 + UV + UV + UV +Face 7517 +UV Count: 3 + UV + UV + UV +Face 7518 +UV Count: 3 + UV + UV + UV +Face 7519 +UV Count: 3 + UV + UV + UV +Face 7520 +UV Count: 3 + UV + UV + UV +Face 7521 +UV Count: 3 + UV + UV + UV +Face 7522 +UV Count: 3 + UV + UV + UV +Face 7523 +UV Count: 3 + UV + UV + UV +Face 7524 +UV Count: 3 + UV + UV + UV +Face 7525 +UV Count: 3 + UV + UV + UV +Face 7526 +UV Count: 3 + UV + UV + UV +Face 7527 +UV Count: 3 + UV + UV + UV +Face 7528 +UV Count: 3 + UV + UV + UV +Face 7529 +UV Count: 3 + UV + UV + UV +Face 7530 +UV Count: 3 + UV + UV + UV +Face 7531 +UV Count: 3 + UV + UV + UV +Face 7532 +UV Count: 3 + UV + UV + UV +Face 7533 +UV Count: 3 + UV + UV + UV +Face 7534 +UV Count: 3 + UV + UV + UV +Face 7535 +UV Count: 3 + UV + UV + UV +Face 7536 +UV Count: 3 + UV + UV + UV +Face 7537 +UV Count: 3 + UV + UV + UV +Face 7538 +UV Count: 3 + UV + UV + UV +Face 7539 +UV Count: 3 + UV + UV + UV +Face 7540 +UV Count: 3 + UV + UV + UV +Face 7541 +UV Count: 3 + UV + UV + UV +Face 7542 +UV Count: 3 + UV + UV + UV +Face 7543 +UV Count: 3 + UV + UV + UV +Face 7544 +UV Count: 3 + UV + UV + UV +Face 7545 +UV Count: 3 + UV + UV + UV +Face 7546 +UV Count: 3 + UV + UV + UV +Face 7547 +UV Count: 3 + UV + UV + UV +Face 7548 +UV Count: 3 + UV + UV + UV +Face 7549 +UV Count: 3 + UV + UV + UV +Face 7550 +UV Count: 3 + UV + UV + UV +Face 7551 +UV Count: 3 + UV + UV + UV +Face 7552 +UV Count: 3 + UV + UV + UV +Face 7553 +UV Count: 3 + UV + UV + UV +Face 7554 +UV Count: 3 + UV + UV + UV +Face 7555 +UV Count: 3 + UV + UV + UV +Face 7556 +UV Count: 3 + UV + UV + UV +Face 7557 +UV Count: 3 + UV + UV + UV +Face 7558 +UV Count: 3 + UV + UV + UV +Face 7559 +UV Count: 3 + UV + UV + UV +Face 7560 +UV Count: 3 + UV + UV + UV +Face 7561 +UV Count: 3 + UV + UV + UV +Face 7562 +UV Count: 3 + UV + UV + UV +Face 7563 +UV Count: 3 + UV + UV + UV +Face 7564 +UV Count: 3 + UV + UV + UV +Face 7565 +UV Count: 3 + UV + UV + UV +Face 7566 +UV Count: 3 + UV + UV + UV +Face 7567 +UV Count: 3 + UV + UV + UV +Face 7568 +UV Count: 3 + UV + UV + UV +Face 7569 +UV Count: 3 + UV + UV + UV +Face 7570 +UV Count: 3 + UV + UV + UV +Face 7571 +UV Count: 3 + UV + UV + UV +Face 7572 +UV Count: 3 + UV + UV + UV +Face 7573 +UV Count: 3 + UV + UV + UV +Face 7574 +UV Count: 3 + UV + UV + UV +Face 7575 +UV Count: 3 + UV + UV + UV +Face 7576 +UV Count: 3 + UV + UV + UV +Face 7577 +UV Count: 3 + UV + UV + UV +Face 7578 +UV Count: 3 + UV + UV + UV +Face 7579 +UV Count: 3 + UV + UV + UV +Face 7580 +UV Count: 3 + UV + UV + UV +Face 7581 +UV Count: 3 + UV + UV + UV +Face 7582 +UV Count: 3 + UV + UV + UV +Face 7583 +UV Count: 3 + UV + UV + UV +Face 7584 +UV Count: 3 + UV + UV + UV +Face 7585 +UV Count: 3 + UV + UV + UV +Face 7586 +UV Count: 3 + UV + UV + UV +Face 7587 +UV Count: 3 + UV + UV + UV +Face 7588 +UV Count: 3 + UV + UV + UV +Face 7589 +UV Count: 3 + UV + UV + UV +Face 7590 +UV Count: 3 + UV + UV + UV +Face 7591 +UV Count: 3 + UV + UV + UV +Face 7592 +UV Count: 3 + UV + UV + UV +Face 7593 +UV Count: 3 + UV + UV + UV +Face 7594 +UV Count: 3 + UV + UV + UV +Face 7595 +UV Count: 3 + UV + UV + UV +Face 7596 +UV Count: 3 + UV + UV + UV +Face 7597 +UV Count: 3 + UV + UV + UV +Face 7598 +UV Count: 3 + UV + UV + UV +Face 7599 +UV Count: 3 + UV + UV + UV +Face 7600 +UV Count: 3 + UV + UV + UV +Face 7601 +UV Count: 3 + UV + UV + UV +Face 7602 +UV Count: 3 + UV + UV + UV +Face 7603 +UV Count: 3 + UV + UV + UV +Face 7604 +UV Count: 3 + UV + UV + UV +Face 7605 +UV Count: 3 + UV + UV + UV +Face 7606 +UV Count: 3 + UV + UV + UV +Face 7607 +UV Count: 3 + UV + UV + UV +Face 7608 +UV Count: 3 + UV + UV + UV +Face 7609 +UV Count: 3 + UV + UV + UV +Face 7610 +UV Count: 3 + UV + UV + UV +Face 7611 +UV Count: 3 + UV + UV + UV +Face 7612 +UV Count: 3 + UV + UV + UV +Face 7613 +UV Count: 3 + UV + UV + UV +Face 7614 +UV Count: 3 + UV + UV + UV +Face 7615 +UV Count: 3 + UV + UV + UV +Face 7616 +UV Count: 3 + UV + UV + UV +Face 7617 +UV Count: 3 + UV + UV + UV +Face 7618 +UV Count: 3 + UV + UV + UV +Face 7619 +UV Count: 3 + UV + UV + UV +Face 7620 +UV Count: 3 + UV + UV + UV +Face 7621 +UV Count: 3 + UV + UV + UV +Face 7622 +UV Count: 3 + UV + UV + UV +Face 7623 +UV Count: 3 + UV + UV + UV +Face 7624 +UV Count: 3 + UV + UV + UV +Face 7625 +UV Count: 3 + UV + UV + UV +Face 7626 +UV Count: 3 + UV + UV + UV +Face 7627 +UV Count: 3 + UV + UV + UV +Face 7628 +UV Count: 3 + UV + UV + UV +Face 7629 +UV Count: 3 + UV + UV + UV +Face 7630 +UV Count: 3 + UV + UV + UV +Face 7631 +UV Count: 3 + UV + UV + UV +Face 7632 +UV Count: 3 + UV + UV + UV +Face 7633 +UV Count: 3 + UV + UV + UV +Face 7634 +UV Count: 3 + UV + UV + UV +Face 7635 +UV Count: 3 + UV + UV + UV +Face 7636 +UV Count: 3 + UV + UV + UV +Face 7637 +UV Count: 3 + UV + UV + UV +Face 7638 +UV Count: 3 + UV + UV + UV +Face 7639 +UV Count: 3 + UV + UV + UV +Face 7640 +UV Count: 3 + UV + UV + UV +Face 7641 +UV Count: 3 + UV + UV + UV +Face 7642 +UV Count: 3 + UV + UV + UV +Face 7643 +UV Count: 3 + UV + UV + UV +Face 7644 +UV Count: 3 + UV + UV + UV +Face 7645 +UV Count: 3 + UV + UV + UV +Face 7646 +UV Count: 3 + UV + UV + UV +Face 7647 +UV Count: 3 + UV + UV + UV +Face 7648 +UV Count: 3 + UV + UV + UV +Face 7649 +UV Count: 3 + UV + UV + UV +Face 7650 +UV Count: 3 + UV + UV + UV +Face 7651 +UV Count: 3 + UV + UV + UV +Face 7652 +UV Count: 3 + UV + UV + UV +Face 7653 +UV Count: 3 + UV + UV + UV +Face 7654 +UV Count: 3 + UV + UV + UV +Face 7655 +UV Count: 3 + UV + UV + UV +Face 7656 +UV Count: 3 + UV + UV + UV +Face 7657 +UV Count: 3 + UV + UV + UV +Face 7658 +UV Count: 3 + UV + UV + UV +Face 7659 +UV Count: 3 + UV + UV + UV +Face 7660 +UV Count: 3 + UV + UV + UV +Face 7661 +UV Count: 3 + UV + UV + UV +Face 7662 +UV Count: 3 + UV + UV + UV +Face 7663 +UV Count: 3 + UV + UV + UV +Face 7664 +UV Count: 3 + UV + UV + UV +Face 7665 +UV Count: 3 + UV + UV + UV +Face 7666 +UV Count: 3 + UV + UV + UV +Face 7667 +UV Count: 3 + UV + UV + UV +Face 7668 +UV Count: 3 + UV + UV + UV +Face 7669 +UV Count: 3 + UV + UV + UV +Face 7670 +UV Count: 3 + UV + UV + UV +Face 7671 +UV Count: 3 + UV + UV + UV +Face 7672 +UV Count: 3 + UV + UV + UV +Face 7673 +UV Count: 3 + UV + UV + UV +Face 7674 +UV Count: 3 + UV + UV + UV +Face 7675 +UV Count: 3 + UV + UV + UV +Face 7676 +UV Count: 3 + UV + UV + UV +Face 7677 +UV Count: 3 + UV + UV + UV +Face 7678 +UV Count: 3 + UV + UV + UV +Face 7679 +UV Count: 3 + UV + UV + UV +Face 7680 +UV Count: 3 + UV + UV + UV +Face 7681 +UV Count: 3 + UV + UV + UV +Face 7682 +UV Count: 3 + UV + UV + UV +Face 7683 +UV Count: 3 + UV + UV + UV +Face 7684 +UV Count: 3 + UV + UV + UV +Face 7685 +UV Count: 3 + UV + UV + UV +Face 7686 +UV Count: 3 + UV + UV + UV +Face 7687 +UV Count: 3 + UV + UV + UV +Face 7688 +UV Count: 3 + UV + UV + UV +Face 7689 +UV Count: 3 + UV + UV + UV +Face 7690 +UV Count: 3 + UV + UV + UV +Face 7691 +UV Count: 3 + UV + UV + UV +Face 7692 +UV Count: 3 + UV + UV + UV +Face 7693 +UV Count: 3 + UV + UV + UV +Face 7694 +UV Count: 3 + UV + UV + UV +Face 7695 +UV Count: 3 + UV + UV + UV +Face 7696 +UV Count: 3 + UV + UV + UV +Face 7697 +UV Count: 3 + UV + UV + UV +Face 7698 +UV Count: 3 + UV + UV + UV +Face 7699 +UV Count: 3 + UV + UV + UV +Face 7700 +UV Count: 3 + UV + UV + UV +Face 7701 +UV Count: 3 + UV + UV + UV +Face 7702 +UV Count: 3 + UV + UV + UV +Face 7703 +UV Count: 3 + UV + UV + UV +Face 7704 +UV Count: 3 + UV + UV + UV +Face 7705 +UV Count: 3 + UV + UV + UV +Face 7706 +UV Count: 3 + UV + UV + UV +Face 7707 +UV Count: 3 + UV + UV + UV +Face 7708 +UV Count: 3 + UV + UV + UV +Face 7709 +UV Count: 3 + UV + UV + UV +Face 7710 +UV Count: 3 + UV + UV + UV +Face 7711 +UV Count: 3 + UV + UV + UV +Face 7712 +UV Count: 3 + UV + UV + UV +Face 7713 +UV Count: 3 + UV + UV + UV +Face 7714 +UV Count: 3 + UV + UV + UV +Face 7715 +UV Count: 3 + UV + UV + UV +Face 7716 +UV Count: 3 + UV + UV + UV +Face 7717 +UV Count: 3 + UV + UV + UV +Face 7718 +UV Count: 3 + UV + UV + UV +Face 7719 +UV Count: 3 + UV + UV + UV +Face 7720 +UV Count: 3 + UV + UV + UV +Face 7721 +UV Count: 3 + UV + UV + UV +Face 7722 +UV Count: 3 + UV + UV + UV +Face 7723 +UV Count: 3 + UV + UV + UV +Face 7724 +UV Count: 3 + UV + UV + UV +Face 7725 +UV Count: 3 + UV + UV + UV +Face 7726 +UV Count: 3 + UV + UV + UV +Face 7727 +UV Count: 3 + UV + UV + UV +Face 7728 +UV Count: 3 + UV + UV + UV +Face 7729 +UV Count: 3 + UV + UV + UV +Face 7730 +UV Count: 3 + UV + UV + UV +Face 7731 +UV Count: 3 + UV + UV + UV +Face 7732 +UV Count: 3 + UV + UV + UV +Face 7733 +UV Count: 3 + UV + UV + UV +Face 7734 +UV Count: 3 + UV + UV + UV +Face 7735 +UV Count: 3 + UV + UV + UV +Face 7736 +UV Count: 3 + UV + UV + UV +Face 7737 +UV Count: 3 + UV + UV + UV +Face 7738 +UV Count: 3 + UV + UV + UV +Face 7739 +UV Count: 3 + UV + UV + UV +Face 7740 +UV Count: 3 + UV + UV + UV +Face 7741 +UV Count: 3 + UV + UV + UV +Face 7742 +UV Count: 3 + UV + UV + UV +Face 7743 +UV Count: 3 + UV + UV + UV +Face 7744 +UV Count: 3 + UV + UV + UV +Face 7745 +UV Count: 3 + UV + UV + UV +Face 7746 +UV Count: 3 + UV + UV + UV +Face 7747 +UV Count: 3 + UV + UV + UV +Face 7748 +UV Count: 3 + UV + UV + UV +Face 7749 +UV Count: 3 + UV + UV + UV +Face 7750 +UV Count: 3 + UV + UV + UV +Face 7751 +UV Count: 3 + UV + UV + UV +Face 7752 +UV Count: 3 + UV + UV + UV +Face 7753 +UV Count: 3 + UV + UV + UV +Face 7754 +UV Count: 3 + UV + UV + UV +Face 7755 +UV Count: 3 + UV + UV + UV +Face 7756 +UV Count: 3 + UV + UV + UV +Face 7757 +UV Count: 3 + UV + UV + UV +Face 7758 +UV Count: 3 + UV + UV + UV +Face 7759 +UV Count: 3 + UV + UV + UV +Face 7760 +UV Count: 3 + UV + UV + UV +Face 7761 +UV Count: 3 + UV + UV + UV +Face 7762 +UV Count: 3 + UV + UV + UV +Face 7763 +UV Count: 3 + UV + UV + UV +Face 7764 +UV Count: 3 + UV + UV + UV +Face 7765 +UV Count: 3 + UV + UV + UV +Face 7766 +UV Count: 3 + UV + UV + UV +Face 7767 +UV Count: 3 + UV + UV + UV +Face 7768 +UV Count: 3 + UV + UV + UV +Face 7769 +UV Count: 3 + UV + UV + UV +Face 7770 +UV Count: 3 + UV + UV + UV +Face 7771 +UV Count: 3 + UV + UV + UV +Face 7772 +UV Count: 3 + UV + UV + UV +Face 7773 +UV Count: 3 + UV + UV + UV +Face 7774 +UV Count: 3 + UV + UV + UV +Face 7775 +UV Count: 3 + UV + UV + UV +Face 7776 +UV Count: 3 + UV + UV + UV +Face 7777 +UV Count: 3 + UV + UV + UV +Face 7778 +UV Count: 3 + UV + UV + UV +Face 7779 +UV Count: 3 + UV + UV + UV +Face 7780 +UV Count: 3 + UV + UV + UV +Face 7781 +UV Count: 3 + UV + UV + UV +Face 7782 +UV Count: 3 + UV + UV + UV +Face 7783 +UV Count: 3 + UV + UV + UV +Face 7784 +UV Count: 3 + UV + UV + UV +Face 7785 +UV Count: 3 + UV + UV + UV +Face 7786 +UV Count: 3 + UV + UV + UV +Face 7787 +UV Count: 3 + UV + UV + UV +Face 7788 +UV Count: 3 + UV + UV + UV +Face 7789 +UV Count: 3 + UV + UV + UV +Face 7790 +UV Count: 3 + UV + UV + UV +Face 7791 +UV Count: 3 + UV + UV + UV +Face 7792 +UV Count: 3 + UV + UV + UV +Face 7793 +UV Count: 3 + UV + UV + UV +Face 7794 +UV Count: 3 + UV + UV + UV +Face 7795 +UV Count: 3 + UV + UV + UV +Face 7796 +UV Count: 3 + UV + UV + UV +Face 7797 +UV Count: 3 + UV + UV + UV +Face 7798 +UV Count: 3 + UV + UV + UV +Face 7799 +UV Count: 3 + UV + UV + UV +Face 7800 +UV Count: 3 + UV + UV + UV +Face 7801 +UV Count: 3 + UV + UV + UV +Face 7802 +UV Count: 3 + UV + UV + UV +Face 7803 +UV Count: 3 + UV + UV + UV +Face 7804 +UV Count: 3 + UV + UV + UV +Face 7805 +UV Count: 3 + UV + UV + UV +Face 7806 +UV Count: 3 + UV + UV + UV +Face 7807 +UV Count: 3 + UV + UV + UV +Face 7808 +UV Count: 3 + UV + UV + UV +Face 7809 +UV Count: 3 + UV + UV + UV +Face 7810 +UV Count: 3 + UV + UV + UV +Face 7811 +UV Count: 3 + UV + UV + UV +Face 7812 +UV Count: 3 + UV + UV + UV +Face 7813 +UV Count: 3 + UV + UV + UV +Face 7814 +UV Count: 3 + UV + UV + UV +Face 7815 +UV Count: 3 + UV + UV + UV +Face 7816 +UV Count: 3 + UV + UV + UV +Face 7817 +UV Count: 3 + UV + UV + UV +Face 7818 +UV Count: 3 + UV + UV + UV +Face 7819 +UV Count: 3 + UV + UV + UV +Face 7820 +UV Count: 3 + UV + UV + UV +Face 7821 +UV Count: 3 + UV + UV + UV +Face 7822 +UV Count: 3 + UV + UV + UV +Face 7823 +UV Count: 3 + UV + UV + UV +Face 7824 +UV Count: 3 + UV + UV + UV +Face 7825 +UV Count: 3 + UV + UV + UV +Face 7826 +UV Count: 3 + UV + UV + UV +Face 7827 +UV Count: 3 + UV + UV + UV +Face 7828 +UV Count: 3 + UV + UV + UV +Face 7829 +UV Count: 3 + UV + UV + UV +Face 7830 +UV Count: 3 + UV + UV + UV +Face 7831 +UV Count: 3 + UV + UV + UV +Face 7832 +UV Count: 3 + UV + UV + UV +Face 7833 +UV Count: 3 + UV + UV + UV +Face 7834 +UV Count: 3 + UV + UV + UV +Face 7835 +UV Count: 3 + UV + UV + UV +Face 7836 +UV Count: 3 + UV + UV + UV +Face 7837 +UV Count: 3 + UV + UV + UV +Face 7838 +UV Count: 3 + UV + UV + UV +Face 7839 +UV Count: 3 + UV + UV + UV +Face 7840 +UV Count: 3 + UV + UV + UV +Face 7841 +UV Count: 3 + UV + UV + UV +Face 7842 +UV Count: 3 + UV + UV + UV +Face 7843 +UV Count: 3 + UV + UV + UV +Face 7844 +UV Count: 3 + UV + UV + UV +Face 7845 +UV Count: 3 + UV + UV + UV +Face 7846 +UV Count: 3 + UV + UV + UV +Face 7847 +UV Count: 3 + UV + UV + UV +Face 7848 +UV Count: 3 + UV + UV + UV +Face 7849 +UV Count: 3 + UV + UV + UV +Face 7850 +UV Count: 3 + UV + UV + UV +Face 7851 +UV Count: 3 + UV + UV + UV +Face 7852 +UV Count: 3 + UV + UV + UV +Face 7853 +UV Count: 3 + UV + UV + UV +Face 7854 +UV Count: 3 + UV + UV + UV +Face 7855 +UV Count: 3 + UV + UV + UV +Face 7856 +UV Count: 3 + UV + UV + UV +Face 7857 +UV Count: 3 + UV + UV + UV +Face 7858 +UV Count: 3 + UV + UV + UV +Face 7859 +UV Count: 3 + UV + UV + UV +Face 7860 +UV Count: 3 + UV + UV + UV +Face 7861 +UV Count: 3 + UV + UV + UV +Face 7862 +UV Count: 3 + UV + UV + UV +Face 7863 +UV Count: 3 + UV + UV + UV +Face 7864 +UV Count: 3 + UV + UV + UV +Face 7865 +UV Count: 3 + UV + UV + UV +Face 7866 +UV Count: 3 + UV + UV + UV +Face 7867 +UV Count: 3 + UV + UV + UV +Face 7868 +UV Count: 3 + UV + UV + UV +Face 7869 +UV Count: 3 + UV + UV + UV +Face 7870 +UV Count: 3 + UV + UV + UV +Face 7871 +UV Count: 3 + UV + UV + UV +Face 7872 +UV Count: 3 + UV + UV + UV +Face 7873 +UV Count: 3 + UV + UV + UV +Face 7874 +UV Count: 3 + UV + UV + UV +Face 7875 +UV Count: 3 + UV + UV + UV +Face 7876 +UV Count: 3 + UV + UV + UV +Face 7877 +UV Count: 3 + UV + UV + UV +Face 7878 +UV Count: 3 + UV + UV + UV +Face 7879 +UV Count: 3 + UV + UV + UV +Face 7880 +UV Count: 3 + UV + UV + UV +Face 7881 +UV Count: 3 + UV + UV + UV +Face 7882 +UV Count: 3 + UV + UV + UV +Face 7883 +UV Count: 3 + UV + UV + UV +Face 7884 +UV Count: 3 + UV + UV + UV +Face 7885 +UV Count: 3 + UV + UV + UV +Face 7886 +UV Count: 3 + UV + UV + UV +Face 7887 +UV Count: 3 + UV + UV + UV +Face 7888 +UV Count: 3 + UV + UV + UV +Face 7889 +UV Count: 3 + UV + UV + UV +Face 7890 +UV Count: 3 + UV + UV + UV +Face 7891 +UV Count: 3 + UV + UV + UV +Face 7892 +UV Count: 3 + UV + UV + UV +Face 7893 +UV Count: 3 + UV + UV + UV +Face 7894 +UV Count: 3 + UV + UV + UV +Face 7895 +UV Count: 3 + UV + UV + UV +Face 7896 +UV Count: 3 + UV + UV + UV +Face 7897 +UV Count: 3 + UV + UV + UV +Face 7898 +UV Count: 3 + UV + UV + UV +Face 7899 +UV Count: 3 + UV + UV + UV +Face 7900 +UV Count: 3 + UV + UV + UV +Face 7901 +UV Count: 3 + UV + UV + UV +Face 7902 +UV Count: 3 + UV + UV + UV +Face 7903 +UV Count: 3 + UV + UV + UV +Face 7904 +UV Count: 3 + UV + UV + UV +Face 7905 +UV Count: 3 + UV + UV + UV +Face 7906 +UV Count: 3 + UV + UV + UV +Face 7907 +UV Count: 3 + UV + UV + UV +Face 7908 +UV Count: 3 + UV + UV + UV +Face 7909 +UV Count: 3 + UV + UV + UV +Face 7910 +UV Count: 3 + UV + UV + UV +Face 7911 +UV Count: 3 + UV + UV + UV +Face 7912 +UV Count: 3 + UV + UV + UV +Face 7913 +UV Count: 3 + UV + UV + UV +Face 7914 +UV Count: 3 + UV + UV + UV +Face 7915 +UV Count: 3 + UV + UV + UV +Face 7916 +UV Count: 3 + UV + UV + UV +Face 7917 +UV Count: 3 + UV + UV + UV +Face 7918 +UV Count: 3 + UV + UV + UV +Face 7919 +UV Count: 3 + UV + UV + UV +Face 7920 +UV Count: 3 + UV + UV + UV +Face 7921 +UV Count: 3 + UV + UV + UV +Face 7922 +UV Count: 3 + UV + UV + UV +Face 7923 +UV Count: 3 + UV + UV + UV +Face 7924 +UV Count: 3 + UV + UV + UV +Face 7925 +UV Count: 3 + UV + UV + UV +Face 7926 +UV Count: 3 + UV + UV + UV +Face 7927 +UV Count: 3 + UV + UV + UV +Face 7928 +UV Count: 3 + UV + UV + UV +Face 7929 +UV Count: 3 + UV + UV + UV +Face 7930 +UV Count: 3 + UV + UV + UV +Face 7931 +UV Count: 3 + UV + UV + UV +Face 7932 +UV Count: 3 + UV + UV + UV +Face 7933 +UV Count: 3 + UV + UV + UV +Face 7934 +UV Count: 3 + UV + UV + UV +Face 7935 +UV Count: 3 + UV + UV + UV +Face 7936 +UV Count: 3 + UV + UV + UV +Face 7937 +UV Count: 3 + UV + UV + UV +Face 7938 +UV Count: 3 + UV + UV + UV +Face 7939 +UV Count: 3 + UV + UV + UV +Face 7940 +UV Count: 3 + UV + UV + UV +Face 7941 +UV Count: 3 + UV + UV + UV +Face 7942 +UV Count: 3 + UV + UV + UV +Face 7943 +UV Count: 3 + UV + UV + UV +Face 7944 +UV Count: 3 + UV + UV + UV +Face 7945 +UV Count: 3 + UV + UV + UV +Face 7946 +UV Count: 3 + UV + UV + UV +Face 7947 +UV Count: 3 + UV + UV + UV +Face 7948 +UV Count: 3 + UV + UV + UV +Face 7949 +UV Count: 3 + UV + UV + UV +Face 7950 +UV Count: 3 + UV + UV + UV +Face 7951 +UV Count: 3 + UV + UV + UV +Face 7952 +UV Count: 3 + UV + UV + UV +Face 7953 +UV Count: 3 + UV + UV + UV +Face 7954 +UV Count: 3 + UV + UV + UV +Face 7955 +UV Count: 3 + UV + UV + UV +Face 7956 +UV Count: 3 + UV + UV + UV +Face 7957 +UV Count: 3 + UV + UV + UV +Face 7958 +UV Count: 3 + UV + UV + UV +Face 7959 +UV Count: 3 + UV + UV + UV +Face 7960 +UV Count: 3 + UV + UV + UV +Face 7961 +UV Count: 3 + UV + UV + UV +Face 7962 +UV Count: 3 + UV + UV + UV +Face 7963 +UV Count: 3 + UV + UV + UV +Face 7964 +UV Count: 3 + UV + UV + UV +Face 7965 +UV Count: 3 + UV + UV + UV +Face 7966 +UV Count: 3 + UV + UV + UV +Face 7967 +UV Count: 3 + UV + UV + UV +Face 7968 +UV Count: 3 + UV + UV + UV +Face 7969 +UV Count: 3 + UV + UV + UV +Face 7970 +UV Count: 3 + UV + UV + UV +Face 7971 +UV Count: 3 + UV + UV + UV +Face 7972 +UV Count: 3 + UV + UV + UV +Face 7973 +UV Count: 3 + UV + UV + UV +Face 7974 +UV Count: 3 + UV + UV + UV +Face 7975 +UV Count: 3 + UV + UV + UV +Face 7976 +UV Count: 3 + UV + UV + UV +Face 7977 +UV Count: 3 + UV + UV + UV +Face 7978 +UV Count: 3 + UV + UV + UV +Face 7979 +UV Count: 3 + UV + UV + UV +Face 7980 +UV Count: 3 + UV + UV + UV +Face 7981 +UV Count: 3 + UV + UV + UV +Face 7982 +UV Count: 3 + UV + UV + UV +Face 7983 +UV Count: 3 + UV + UV + UV +Face 7984 +UV Count: 3 + UV + UV + UV +Face 7985 +UV Count: 3 + UV + UV + UV +Face 7986 +UV Count: 3 + UV + UV + UV +Face 7987 +UV Count: 3 + UV + UV + UV +Face 7988 +UV Count: 3 + UV + UV + UV +Face 7989 +UV Count: 3 + UV + UV + UV +Face 7990 +UV Count: 3 + UV + UV + UV +Face 7991 +UV Count: 3 + UV + UV + UV +Face 7992 +UV Count: 3 + UV + UV + UV +Face 7993 +UV Count: 3 + UV + UV + UV +Face 7994 +UV Count: 3 + UV + UV + UV +Face 7995 +UV Count: 3 + UV + UV + UV +Face 7996 +UV Count: 3 + UV + UV + UV +Face 7997 +UV Count: 3 + UV + UV + UV +Face 7998 +UV Count: 3 + UV + UV + UV +Face 7999 +UV Count: 3 + UV + UV + UV +Face 8000 +UV Count: 3 + UV + UV + UV +Face 8001 +UV Count: 3 + UV + UV + UV +Face 8002 +UV Count: 3 + UV + UV + UV +Face 8003 +UV Count: 3 + UV + UV + UV +Face 8004 +UV Count: 3 + UV + UV + UV +Face 8005 +UV Count: 3 + UV + UV + UV +Face 8006 +UV Count: 3 + UV + UV + UV +Face 8007 +UV Count: 3 + UV + UV + UV +Face 8008 +UV Count: 3 + UV + UV + UV +Face 8009 +UV Count: 3 + UV + UV + UV +Face 8010 +UV Count: 3 + UV + UV + UV +Face 8011 +UV Count: 3 + UV + UV + UV +Face 8012 +UV Count: 3 + UV + UV + UV +Face 8013 +UV Count: 3 + UV + UV + UV +Face 8014 +UV Count: 3 + UV + UV + UV +Face 8015 +UV Count: 3 + UV + UV + UV +Face 8016 +UV Count: 3 + UV + UV + UV +Face 8017 +UV Count: 3 + UV + UV + UV +Face 8018 +UV Count: 3 + UV + UV + UV +Face 8019 +UV Count: 3 + UV + UV + UV +Face 8020 +UV Count: 3 + UV + UV + UV +Face 8021 +UV Count: 3 + UV + UV + UV +Face 8022 +UV Count: 3 + UV + UV + UV +Face 8023 +UV Count: 3 + UV + UV + UV +Face 8024 +UV Count: 3 + UV + UV + UV +Face 8025 +UV Count: 3 + UV + UV + UV +Face 8026 +UV Count: 3 + UV + UV + UV +Face 8027 +UV Count: 3 + UV + UV + UV +Face 8028 +UV Count: 3 + UV + UV + UV +Face 8029 +UV Count: 3 + UV + UV + UV +Face 8030 +UV Count: 3 + UV + UV + UV +Face 8031 +UV Count: 3 + UV + UV + UV +Face 8032 +UV Count: 3 + UV + UV + UV +Face 8033 +UV Count: 3 + UV + UV + UV +Face 8034 +UV Count: 3 + UV + UV + UV +Face 8035 +UV Count: 3 + UV + UV + UV +Face 8036 +UV Count: 3 + UV + UV + UV +Face 8037 +UV Count: 3 + UV + UV + UV +Face 8038 +UV Count: 3 + UV + UV + UV +Face 8039 +UV Count: 3 + UV + UV + UV +Face 8040 +UV Count: 3 + UV + UV + UV +Face 8041 +UV Count: 3 + UV + UV + UV +Face 8042 +UV Count: 3 + UV + UV + UV +Face 8043 +UV Count: 3 + UV + UV + UV +Face 8044 +UV Count: 3 + UV + UV + UV +Face 8045 +UV Count: 3 + UV + UV + UV +Face 8046 +UV Count: 3 + UV + UV + UV +Face 8047 +UV Count: 3 + UV + UV + UV +Face 8048 +UV Count: 3 + UV + UV + UV +Face 8049 +UV Count: 3 + UV + UV + UV +Face 8050 +UV Count: 3 + UV + UV + UV +Face 8051 +UV Count: 3 + UV + UV + UV +Face 8052 +UV Count: 3 + UV + UV + UV +Face 8053 +UV Count: 3 + UV + UV + UV +Face 8054 +UV Count: 3 + UV + UV + UV +Face 8055 +UV Count: 3 + UV + UV + UV +Face 8056 +UV Count: 3 + UV + UV + UV +Face 8057 +UV Count: 3 + UV + UV + UV +Face 8058 +UV Count: 3 + UV + UV + UV +Face 8059 +UV Count: 3 + UV + UV + UV +Face 8060 +UV Count: 3 + UV + UV + UV +Face 8061 +UV Count: 3 + UV + UV + UV +Face 8062 +UV Count: 3 + UV + UV + UV +Face 8063 +UV Count: 3 + UV + UV + UV +Face 8064 +UV Count: 3 + UV + UV + UV +Face 8065 +UV Count: 3 + UV + UV + UV +Face 8066 +UV Count: 3 + UV + UV + UV +Face 8067 +UV Count: 3 + UV + UV + UV +Face 8068 +UV Count: 3 + UV + UV + UV +Face 8069 +UV Count: 3 + UV + UV + UV +Face 8070 +UV Count: 3 + UV + UV + UV +Face 8071 +UV Count: 3 + UV + UV + UV +Face 8072 +UV Count: 3 + UV + UV + UV +Face 8073 +UV Count: 3 + UV + UV + UV +Face 8074 +UV Count: 3 + UV + UV + UV +Face 8075 +UV Count: 3 + UV + UV + UV +Face 8076 +UV Count: 3 + UV + UV + UV +Face 8077 +UV Count: 3 + UV + UV + UV +Face 8078 +UV Count: 3 + UV + UV + UV +Face 8079 +UV Count: 3 + UV + UV + UV +Face 8080 +UV Count: 3 + UV + UV + UV +Face 8081 +UV Count: 3 + UV + UV + UV +Face 8082 +UV Count: 3 + UV + UV + UV +Face 8083 +UV Count: 3 + UV + UV + UV +Face 8084 +UV Count: 3 + UV + UV + UV +Face 8085 +UV Count: 3 + UV + UV + UV +Face 8086 +UV Count: 3 + UV + UV + UV +Face 8087 +UV Count: 3 + UV + UV + UV +Face 8088 +UV Count: 3 + UV + UV + UV +Face 8089 +UV Count: 3 + UV + UV + UV +Face 8090 +UV Count: 3 + UV + UV + UV +Face 8091 +UV Count: 3 + UV + UV + UV +Face 8092 +UV Count: 3 + UV + UV + UV +Face 8093 +UV Count: 3 + UV + UV + UV +Face 8094 +UV Count: 3 + UV + UV + UV +Face 8095 +UV Count: 3 + UV + UV + UV +Face 8096 +UV Count: 3 + UV + UV + UV +Face 8097 +UV Count: 3 + UV + UV + UV +Face 8098 +UV Count: 3 + UV + UV + UV +Face 8099 +UV Count: 3 + UV + UV + UV +Face 8100 +UV Count: 3 + UV + UV + UV +Face 8101 +UV Count: 3 + UV + UV + UV +Face 8102 +UV Count: 3 + UV + UV + UV +Face 8103 +UV Count: 3 + UV + UV + UV +Face 8104 +UV Count: 3 + UV + UV + UV +Face 8105 +UV Count: 3 + UV + UV + UV +Face 8106 +UV Count: 3 + UV + UV + UV +Face 8107 +UV Count: 3 + UV + UV + UV +Face 8108 +UV Count: 3 + UV + UV + UV +Face 8109 +UV Count: 3 + UV + UV + UV +Face 8110 +UV Count: 3 + UV + UV + UV +Face 8111 +UV Count: 3 + UV + UV + UV +Face 8112 +UV Count: 3 + UV + UV + UV +Face 8113 +UV Count: 3 + UV + UV + UV +Face 8114 +UV Count: 3 + UV + UV + UV +Face 8115 +UV Count: 3 + UV + UV + UV +Face 8116 +UV Count: 3 + UV + UV + UV +Face 8117 +UV Count: 3 + UV + UV + UV +Face 8118 +UV Count: 3 + UV + UV + UV +Face 8119 +UV Count: 3 + UV + UV + UV +Face 8120 +UV Count: 3 + UV + UV + UV +Face 8121 +UV Count: 3 + UV + UV + UV +Face 8122 +UV Count: 3 + UV + UV + UV +Face 8123 +UV Count: 3 + UV + UV + UV +Face 8124 +UV Count: 3 + UV + UV + UV +Face 8125 +UV Count: 3 + UV + UV + UV +Face 8126 +UV Count: 3 + UV + UV + UV +Face 8127 +UV Count: 3 + UV + UV + UV +Face 8128 +UV Count: 3 + UV + UV + UV +Face 8129 +UV Count: 3 + UV + UV + UV +Face 8130 +UV Count: 3 + UV + UV + UV +Face 8131 +UV Count: 3 + UV + UV + UV +Face 8132 +UV Count: 3 + UV + UV + UV +Face 8133 +UV Count: 3 + UV + UV + UV +Face 8134 +UV Count: 3 + UV + UV + UV +Face 8135 +UV Count: 3 + UV + UV + UV +Face 8136 +UV Count: 3 + UV + UV + UV +Face 8137 +UV Count: 3 + UV + UV + UV +Face 8138 +UV Count: 3 + UV + UV + UV +Face 8139 +UV Count: 3 + UV + UV + UV +Face 8140 +UV Count: 3 + UV + UV + UV +Face 8141 +UV Count: 3 + UV + UV + UV +Face 8142 +UV Count: 3 + UV + UV + UV +Face 8143 +UV Count: 3 + UV + UV + UV +Face 8144 +UV Count: 3 + UV + UV + UV +Face 8145 +UV Count: 3 + UV + UV + UV +Face 8146 +UV Count: 3 + UV + UV + UV +Face 8147 +UV Count: 3 + UV + UV + UV +Face 8148 +UV Count: 3 + UV + UV + UV +Face 8149 +UV Count: 3 + UV + UV + UV +Face 8150 +UV Count: 3 + UV + UV + UV +Face 8151 +UV Count: 3 + UV + UV + UV +Face 8152 +UV Count: 3 + UV + UV + UV +Face 8153 +UV Count: 3 + UV + UV + UV +Face 8154 +UV Count: 3 + UV + UV + UV +Face 8155 +UV Count: 3 + UV + UV + UV +Face 8156 +UV Count: 3 + UV + UV + UV +Face 8157 +UV Count: 3 + UV + UV + UV +Face 8158 +UV Count: 3 + UV + UV + UV +Face 8159 +UV Count: 3 + UV + UV + UV +Face 8160 +UV Count: 3 + UV + UV + UV +Face 8161 +UV Count: 3 + UV + UV + UV +Face 8162 +UV Count: 3 + UV + UV + UV +Face 8163 +UV Count: 3 + UV + UV + UV +Face 8164 +UV Count: 3 + UV + UV + UV +Face 8165 +UV Count: 3 + UV + UV + UV +Face 8166 +UV Count: 3 + UV + UV + UV +Face 8167 +UV Count: 3 + UV + UV + UV +Face 8168 +UV Count: 3 + UV + UV + UV +Face 8169 +UV Count: 3 + UV + UV + UV +Face 8170 +UV Count: 3 + UV + UV + UV +Face 8171 +UV Count: 3 + UV + UV + UV +Face 8172 +UV Count: 3 + UV + UV + UV +Face 8173 +UV Count: 3 + UV + UV + UV +Face 8174 +UV Count: 3 + UV + UV + UV +Face 8175 +UV Count: 3 + UV + UV + UV +Face 8176 +UV Count: 3 + UV + UV + UV +Face 8177 +UV Count: 3 + UV + UV + UV +Face 8178 +UV Count: 3 + UV + UV + UV +Face 8179 +UV Count: 3 + UV + UV + UV +Face 8180 +UV Count: 3 + UV + UV + UV +Face 8181 +UV Count: 3 + UV + UV + UV +Face 8182 +UV Count: 3 + UV + UV + UV +Face 8183 +UV Count: 3 + UV + UV + UV +Face 8184 +UV Count: 3 + UV + UV + UV +Face 8185 +UV Count: 3 + UV + UV + UV +Face 8186 +UV Count: 3 + UV + UV + UV +Face 8187 +UV Count: 3 + UV + UV + UV +Face 8188 +UV Count: 3 + UV + UV + UV +Face 8189 +UV Count: 3 + UV + UV + UV +Face 8190 +UV Count: 3 + UV + UV + UV +Face 8191 +UV Count: 3 + UV + UV + UV +Face 8192 +UV Count: 3 + UV + UV + UV +Face 8193 +UV Count: 3 + UV + UV + UV +Face 8194 +UV Count: 3 + UV + UV + UV +Face 8195 +UV Count: 3 + UV + UV + UV +Face 8196 +UV Count: 3 + UV + UV + UV +Face 8197 +UV Count: 3 + UV + UV + UV +Face 8198 +UV Count: 3 + UV + UV + UV +Face 8199 +UV Count: 3 + UV + UV + UV +Face 8200 +UV Count: 3 + UV + UV + UV +Face 8201 +UV Count: 3 + UV + UV + UV +Face 8202 +UV Count: 3 + UV + UV + UV +Face 8203 +UV Count: 3 + UV + UV + UV +Face 8204 +UV Count: 3 + UV + UV + UV +Face 8205 +UV Count: 3 + UV + UV + UV +Face 8206 +UV Count: 3 + UV + UV + UV +Face 8207 +UV Count: 3 + UV + UV + UV +Face 8208 +UV Count: 3 + UV + UV + UV +Face 8209 +UV Count: 3 + UV + UV + UV +Face 8210 +UV Count: 3 + UV + UV + UV +Face 8211 +UV Count: 3 + UV + UV + UV +Face 8212 +UV Count: 3 + UV + UV + UV +Face 8213 +UV Count: 3 + UV + UV + UV +Face 8214 +UV Count: 3 + UV + UV + UV +Face 8215 +UV Count: 3 + UV + UV + UV +Face 8216 +UV Count: 3 + UV + UV + UV +Face 8217 +UV Count: 3 + UV + UV + UV +Face 8218 +UV Count: 3 + UV + UV + UV +Face 8219 +UV Count: 3 + UV + UV + UV +Face 8220 +UV Count: 3 + UV + UV + UV +Face 8221 +UV Count: 3 + UV + UV + UV +Face 8222 +UV Count: 3 + UV + UV + UV +Face 8223 +UV Count: 3 + UV + UV + UV +Face 8224 +UV Count: 3 + UV + UV + UV +Face 8225 +UV Count: 3 + UV + UV + UV +Face 8226 +UV Count: 3 + UV + UV + UV +Face 8227 +UV Count: 3 + UV + UV + UV +Face 8228 +UV Count: 3 + UV + UV + UV +Face 8229 +UV Count: 3 + UV + UV + UV +Face 8230 +UV Count: 3 + UV + UV + UV +Face 8231 +UV Count: 3 + UV + UV + UV +Face 8232 +UV Count: 3 + UV + UV + UV +Face 8233 +UV Count: 3 + UV + UV + UV +Face 8234 +UV Count: 3 + UV + UV + UV +Face 8235 +UV Count: 3 + UV + UV + UV +Face 8236 +UV Count: 3 + UV + UV + UV +Face 8237 +UV Count: 3 + UV + UV + UV +Face 8238 +UV Count: 3 + UV + UV + UV +Face 8239 +UV Count: 3 + UV + UV + UV +Face 8240 +UV Count: 3 + UV + UV + UV +Face 8241 +UV Count: 3 + UV + UV + UV +Face 8242 +UV Count: 3 + UV + UV + UV +Face 8243 +UV Count: 3 + UV + UV + UV +Face 8244 +UV Count: 3 + UV + UV + UV +Face 8245 +UV Count: 3 + UV + UV + UV +Face 8246 +UV Count: 3 + UV + UV + UV +Face 8247 +UV Count: 3 + UV + UV + UV +Face 8248 +UV Count: 3 + UV + UV + UV +Face 8249 +UV Count: 3 + UV + UV + UV +Face 8250 +UV Count: 3 + UV + UV + UV +Face 8251 +UV Count: 3 + UV + UV + UV +Face 8252 +UV Count: 3 + UV + UV + UV +Face 8253 +UV Count: 3 + UV + UV + UV +Face 8254 +UV Count: 3 + UV + UV + UV +Face 8255 +UV Count: 3 + UV + UV + UV +Face 8256 +UV Count: 3 + UV + UV + UV +Face 8257 +UV Count: 3 + UV + UV + UV +Face 8258 +UV Count: 3 + UV + UV + UV +Face 8259 +UV Count: 3 + UV + UV + UV +Face 8260 +UV Count: 3 + UV + UV + UV +Face 8261 +UV Count: 3 + UV + UV + UV +Face 8262 +UV Count: 3 + UV + UV + UV +Face 8263 +UV Count: 3 + UV + UV + UV +Face 8264 +UV Count: 3 + UV + UV + UV +Face 8265 +UV Count: 3 + UV + UV + UV +Face 8266 +UV Count: 3 + UV + UV + UV +Face 8267 +UV Count: 3 + UV + UV + UV +Face 8268 +UV Count: 3 + UV + UV + UV +Face 8269 +UV Count: 3 + UV + UV + UV +Face 8270 +UV Count: 3 + UV + UV + UV +Face 8271 +UV Count: 3 + UV + UV + UV +Face 8272 +UV Count: 3 + UV + UV + UV +Face 8273 +UV Count: 3 + UV + UV + UV +Face 8274 +UV Count: 3 + UV + UV + UV +Face 8275 +UV Count: 3 + UV + UV + UV +Face 8276 +UV Count: 3 + UV + UV + UV +Face 8277 +UV Count: 3 + UV + UV + UV +Face 8278 +UV Count: 3 + UV + UV + UV +Face 8279 +UV Count: 3 + UV + UV + UV +Face 8280 +UV Count: 3 + UV + UV + UV +Face 8281 +UV Count: 3 + UV + UV + UV +Face 8282 +UV Count: 3 + UV + UV + UV +Face 8283 +UV Count: 3 + UV + UV + UV +Face 8284 +UV Count: 3 + UV + UV + UV +Face 8285 +UV Count: 3 + UV + UV + UV +Face 8286 +UV Count: 3 + UV + UV + UV +Face 8287 +UV Count: 3 + UV + UV + UV +Face 8288 +UV Count: 3 + UV + UV + UV +Face 8289 +UV Count: 3 + UV + UV + UV +Face 8290 +UV Count: 3 + UV + UV + UV +Face 8291 +UV Count: 3 + UV + UV + UV +Face 8292 +UV Count: 3 + UV + UV + UV +Face 8293 +UV Count: 3 + UV + UV + UV +Face 8294 +UV Count: 3 + UV + UV + UV +Face 8295 +UV Count: 3 + UV + UV + UV +Face 8296 +UV Count: 3 + UV + UV + UV +Face 8297 +UV Count: 3 + UV + UV + UV +Face 8298 +UV Count: 3 + UV + UV + UV +Face 8299 +UV Count: 3 + UV + UV + UV +Face 8300 +UV Count: 3 + UV + UV + UV +Face 8301 +UV Count: 3 + UV + UV + UV +Face 8302 +UV Count: 3 + UV + UV + UV +Face 8303 +UV Count: 3 + UV + UV + UV +Face 8304 +UV Count: 3 + UV + UV + UV +Face 8305 +UV Count: 3 + UV + UV + UV +Face 8306 +UV Count: 3 + UV + UV + UV +Face 8307 +UV Count: 3 + UV + UV + UV +Face 8308 +UV Count: 3 + UV + UV + UV +Face 8309 +UV Count: 3 + UV + UV + UV +Face 8310 +UV Count: 3 + UV + UV + UV +Face 8311 +UV Count: 3 + UV + UV + UV +Face 8312 +UV Count: 3 + UV + UV + UV +Face 8313 +UV Count: 3 + UV + UV + UV +Face 8314 +UV Count: 3 + UV + UV + UV +Face 8315 +UV Count: 3 + UV + UV + UV +Face 8316 +UV Count: 3 + UV + UV + UV +Face 8317 +UV Count: 3 + UV + UV + UV +Face 8318 +UV Count: 3 + UV + UV + UV +Face 8319 +UV Count: 3 + UV + UV + UV +Face 8320 +UV Count: 3 + UV + UV + UV +Face 8321 +UV Count: 3 + UV + UV + UV +Face 8322 +UV Count: 3 + UV + UV + UV +Face 8323 +UV Count: 3 + UV + UV + UV +Face 8324 +UV Count: 3 + UV + UV + UV +Face 8325 +UV Count: 3 + UV + UV + UV +Face 8326 +UV Count: 3 + UV + UV + UV +Face 8327 +UV Count: 3 + UV + UV + UV +Face 8328 +UV Count: 3 + UV + UV + UV +Face 8329 +UV Count: 3 + UV + UV + UV +Face 8330 +UV Count: 3 + UV + UV + UV +Face 8331 +UV Count: 3 + UV + UV + UV +Face 8332 +UV Count: 3 + UV + UV + UV +Face 8333 +UV Count: 3 + UV + UV + UV +Face 8334 +UV Count: 3 + UV + UV + UV +Face 8335 +UV Count: 3 + UV + UV + UV +Face 8336 +UV Count: 3 + UV + UV + UV +Face 8337 +UV Count: 3 + UV + UV + UV +Face 8338 +UV Count: 3 + UV + UV + UV +Face 8339 +UV Count: 3 + UV + UV + UV +Face 8340 +UV Count: 3 + UV + UV + UV +Face 8341 +UV Count: 3 + UV + UV + UV +Face 8342 +UV Count: 3 + UV + UV + UV +Face 8343 +UV Count: 3 + UV + UV + UV +Face 8344 +UV Count: 3 + UV + UV + UV +Face 8345 +UV Count: 3 + UV + UV + UV +Face 8346 +UV Count: 3 + UV + UV + UV +Face 8347 +UV Count: 3 + UV + UV + UV +Face 8348 +UV Count: 3 + UV + UV + UV +Face 8349 +UV Count: 3 + UV + UV + UV +Face 8350 +UV Count: 3 + UV + UV + UV +Face 8351 +UV Count: 3 + UV + UV + UV +Face 8352 +UV Count: 3 + UV + UV + UV +Face 8353 +UV Count: 3 + UV + UV + UV +Face 8354 +UV Count: 3 + UV + UV + UV +Face 8355 +UV Count: 3 + UV + UV + UV +Face 8356 +UV Count: 3 + UV + UV + UV +Face 8357 +UV Count: 3 + UV + UV + UV +Face 8358 +UV Count: 3 + UV + UV + UV +Face 8359 +UV Count: 3 + UV + UV + UV +Face 8360 +UV Count: 3 + UV + UV + UV +Face 8361 +UV Count: 3 + UV + UV + UV +Face 8362 +UV Count: 3 + UV + UV + UV +Face 8363 +UV Count: 3 + UV + UV + UV +Face 8364 +UV Count: 3 + UV + UV + UV +Face 8365 +UV Count: 3 + UV + UV + UV +Face 8366 +UV Count: 3 + UV + UV + UV +Face 8367 +UV Count: 3 + UV + UV + UV +Face 8368 +UV Count: 3 + UV + UV + UV +Face 8369 +UV Count: 3 + UV + UV + UV +Face 8370 +UV Count: 3 + UV + UV + UV +Face 8371 +UV Count: 3 + UV + UV + UV +Face 8372 +UV Count: 3 + UV + UV + UV +Face 8373 +UV Count: 3 + UV + UV + UV +Face 8374 +UV Count: 3 + UV + UV + UV +Face 8375 +UV Count: 3 + UV + UV + UV +Face 8376 +UV Count: 3 + UV + UV + UV +Face 8377 +UV Count: 3 + UV + UV + UV +Face 8378 +UV Count: 3 + UV + UV + UV +Face 8379 +UV Count: 3 + UV + UV + UV +Face 8380 +UV Count: 3 + UV + UV + UV +Face 8381 +UV Count: 3 + UV + UV + UV +Face 8382 +UV Count: 3 + UV + UV + UV +Face 8383 +UV Count: 3 + UV + UV + UV +Face 8384 +UV Count: 3 + UV + UV + UV +Face 8385 +UV Count: 3 + UV + UV + UV +Face 8386 +UV Count: 3 + UV + UV + UV +Face 8387 +UV Count: 3 + UV + UV + UV +Face 8388 +UV Count: 3 + UV + UV + UV +Face 8389 +UV Count: 3 + UV + UV + UV +Face 8390 +UV Count: 3 + UV + UV + UV +Face 8391 +UV Count: 3 + UV + UV + UV +Face 8392 +UV Count: 3 + UV + UV + UV +Face 8393 +UV Count: 3 + UV + UV + UV +Face 8394 +UV Count: 3 + UV + UV + UV +Face 8395 +UV Count: 3 + UV + UV + UV +Face 8396 +UV Count: 3 + UV + UV + UV +Face 8397 +UV Count: 3 + UV + UV + UV +Face 8398 +UV Count: 3 + UV + UV + UV +Face 8399 +UV Count: 3 + UV + UV + UV +Face 8400 +UV Count: 3 + UV + UV + UV +Face 8401 +UV Count: 3 + UV + UV + UV +Face 8402 +UV Count: 3 + UV + UV + UV +Face 8403 +UV Count: 3 + UV + UV + UV +Face 8404 +UV Count: 3 + UV + UV + UV +Face 8405 +UV Count: 3 + UV + UV + UV +Face 8406 +UV Count: 3 + UV + UV + UV +Face 8407 +UV Count: 3 + UV + UV + UV +Face 8408 +UV Count: 3 + UV + UV + UV +Face 8409 +UV Count: 3 + UV + UV + UV +Face 8410 +UV Count: 3 + UV + UV + UV +Face 8411 +UV Count: 3 + UV + UV + UV +Face 8412 +UV Count: 3 + UV + UV + UV +Face 8413 +UV Count: 3 + UV + UV + UV +Face 8414 +UV Count: 3 + UV + UV + UV +Face 8415 +UV Count: 3 + UV + UV + UV +Face 8416 +UV Count: 3 + UV + UV + UV +Face 8417 +UV Count: 3 + UV + UV + UV +Face 8418 +UV Count: 3 + UV + UV + UV +Face 8419 +UV Count: 3 + UV + UV + UV +Face 8420 +UV Count: 3 + UV + UV + UV +Face 8421 +UV Count: 3 + UV + UV + UV +Face 8422 +UV Count: 3 + UV + UV + UV +Face 8423 +UV Count: 3 + UV + UV + UV +Face 8424 +UV Count: 3 + UV + UV + UV +Face 8425 +UV Count: 3 + UV + UV + UV +Face 8426 +UV Count: 3 + UV + UV + UV +Face 8427 +UV Count: 3 + UV + UV + UV +Face 8428 +UV Count: 3 + UV + UV + UV +Face 8429 +UV Count: 3 + UV + UV + UV +Face 8430 +UV Count: 3 + UV + UV + UV +Face 8431 +UV Count: 3 + UV + UV + UV +Face 8432 +UV Count: 3 + UV + UV + UV +Face 8433 +UV Count: 3 + UV + UV + UV +Face 8434 +UV Count: 3 + UV + UV + UV +Face 8435 +UV Count: 3 + UV + UV + UV +Face 8436 +UV Count: 3 + UV + UV + UV +Face 8437 +UV Count: 3 + UV + UV + UV +Face 8438 +UV Count: 3 + UV + UV + UV +Face 8439 +UV Count: 3 + UV + UV + UV +Face 8440 +UV Count: 3 + UV + UV + UV +Face 8441 +UV Count: 3 + UV + UV + UV +Face 8442 +UV Count: 3 + UV + UV + UV +Face 8443 +UV Count: 3 + UV + UV + UV +Face 8444 +UV Count: 3 + UV + UV + UV +Face 8445 +UV Count: 3 + UV + UV + UV +Face 8446 +UV Count: 3 + UV + UV + UV +Face 8447 +UV Count: 3 + UV + UV + UV +Face 8448 +UV Count: 3 + UV + UV + UV +Face 8449 +UV Count: 3 + UV + UV + UV +Face 8450 +UV Count: 3 + UV + UV + UV +Face 8451 +UV Count: 3 + UV + UV + UV +Face 8452 +UV Count: 3 + UV + UV + UV +Face 8453 +UV Count: 3 + UV + UV + UV +Face 8454 +UV Count: 3 + UV + UV + UV +Face 8455 +UV Count: 3 + UV + UV + UV +Face 8456 +UV Count: 3 + UV + UV + UV +Face 8457 +UV Count: 3 + UV + UV + UV +Face 8458 +UV Count: 3 + UV + UV + UV +Face 8459 +UV Count: 3 + UV + UV + UV +Face 8460 +UV Count: 3 + UV + UV + UV +Face 8461 +UV Count: 3 + UV + UV + UV +Face 8462 +UV Count: 3 + UV + UV + UV +Face 8463 +UV Count: 3 + UV + UV + UV +Face 8464 +UV Count: 3 + UV + UV + UV +Face 8465 +UV Count: 3 + UV + UV + UV +Face 8466 +UV Count: 3 + UV + UV + UV +Face 8467 +UV Count: 3 + UV + UV + UV +Face 8468 +UV Count: 3 + UV + UV + UV +Face 8469 +UV Count: 3 + UV + UV + UV +Face 8470 +UV Count: 3 + UV + UV + UV +Face 8471 +UV Count: 3 + UV + UV + UV +Face 8472 +UV Count: 3 + UV + UV + UV +Face 8473 +UV Count: 3 + UV + UV + UV +Face 8474 +UV Count: 3 + UV + UV + UV +Face 8475 +UV Count: 3 + UV + UV + UV +Face 8476 +UV Count: 3 + UV + UV + UV +Face 8477 +UV Count: 3 + UV + UV + UV +Face 8478 +UV Count: 3 + UV + UV + UV +Face 8479 +UV Count: 3 + UV + UV + UV +Face 8480 +UV Count: 3 + UV + UV + UV +Face 8481 +UV Count: 3 + UV + UV + UV +Face 8482 +UV Count: 3 + UV + UV + UV +Face 8483 +UV Count: 3 + UV + UV + UV +Face 8484 +UV Count: 3 + UV + UV + UV +Face 8485 +UV Count: 3 + UV + UV + UV +Face 8486 +UV Count: 3 + UV + UV + UV +Face 8487 +UV Count: 3 + UV + UV + UV +Face 8488 +UV Count: 3 + UV + UV + UV +Face 8489 +UV Count: 3 + UV + UV + UV +Face 8490 +UV Count: 3 + UV + UV + UV +Face 8491 +UV Count: 3 + UV + UV + UV +Face 8492 +UV Count: 3 + UV + UV + UV +Face 8493 +UV Count: 3 + UV + UV + UV +Face 8494 +UV Count: 3 + UV + UV + UV +Face 8495 +UV Count: 3 + UV + UV + UV +Face 8496 +UV Count: 3 + UV + UV + UV +Face 8497 +UV Count: 3 + UV + UV + UV +Face 8498 +UV Count: 3 + UV + UV + UV +Face 8499 +UV Count: 3 + UV + UV + UV +Face 8500 +UV Count: 3 + UV + UV + UV +Face 8501 +UV Count: 3 + UV + UV + UV +Face 8502 +UV Count: 3 + UV + UV + UV +Face 8503 +UV Count: 3 + UV + UV + UV +Face 8504 +UV Count: 3 + UV + UV + UV +Face 8505 +UV Count: 3 + UV + UV + UV +Face 8506 +UV Count: 3 + UV + UV + UV +Face 8507 +UV Count: 3 + UV + UV + UV +Face 8508 +UV Count: 3 + UV + UV + UV +Face 8509 +UV Count: 3 + UV + UV + UV +Face 8510 +UV Count: 3 + UV + UV + UV +Face 8511 +UV Count: 3 + UV + UV + UV +Face 8512 +UV Count: 3 + UV + UV + UV +Face 8513 +UV Count: 3 + UV + UV + UV +Face 8514 +UV Count: 3 + UV + UV + UV +Face 8515 +UV Count: 3 + UV + UV + UV +Face 8516 +UV Count: 3 + UV + UV + UV +Face 8517 +UV Count: 3 + UV + UV + UV +Face 8518 +UV Count: 3 + UV + UV + UV +Face 8519 +UV Count: 3 + UV + UV + UV +Face 8520 +UV Count: 3 + UV + UV + UV +Face 8521 +UV Count: 3 + UV + UV + UV +Face 8522 +UV Count: 3 + UV + UV + UV +Face 8523 +UV Count: 3 + UV + UV + UV +Face 8524 +UV Count: 3 + UV + UV + UV +Face 8525 +UV Count: 3 + UV + UV + UV +Face 8526 +UV Count: 3 + UV + UV + UV +Face 8527 +UV Count: 3 + UV + UV + UV +Face 8528 +UV Count: 3 + UV + UV + UV +Face 8529 +UV Count: 3 + UV + UV + UV +Face 8530 +UV Count: 3 + UV + UV + UV +Face 8531 +UV Count: 3 + UV + UV + UV +Face 8532 +UV Count: 3 + UV + UV + UV +Face 8533 +UV Count: 3 + UV + UV + UV +Face 8534 +UV Count: 3 + UV + UV + UV +Face 8535 +UV Count: 3 + UV + UV + UV +Face 8536 +UV Count: 3 + UV + UV + UV +Face 8537 +UV Count: 3 + UV + UV + UV +Face 8538 +UV Count: 3 + UV + UV + UV +Face 8539 +UV Count: 3 + UV + UV + UV +Face 8540 +UV Count: 3 + UV + UV + UV +Face 8541 +UV Count: 3 + UV + UV + UV +Face 8542 +UV Count: 3 + UV + UV + UV +Face 8543 +UV Count: 3 + UV + UV + UV +Face 8544 +UV Count: 3 + UV + UV + UV +Face 8545 +UV Count: 3 + UV + UV + UV +Face 8546 +UV Count: 3 + UV + UV + UV +Face 8547 +UV Count: 3 + UV + UV + UV +Face 8548 +UV Count: 3 + UV + UV + UV +Face 8549 +UV Count: 3 + UV + UV + UV +Face 8550 +UV Count: 3 + UV + UV + UV +Face 8551 +UV Count: 3 + UV + UV + UV +Face 8552 +UV Count: 3 + UV + UV + UV +Face 8553 +UV Count: 3 + UV + UV + UV +Face 8554 +UV Count: 3 + UV + UV + UV +Face 8555 +UV Count: 3 + UV + UV + UV +Face 8556 +UV Count: 3 + UV + UV + UV +Face 8557 +UV Count: 3 + UV + UV + UV +Face 8558 +UV Count: 3 + UV + UV + UV +Face 8559 +UV Count: 3 + UV + UV + UV +Face 8560 +UV Count: 3 + UV + UV + UV +Face 8561 +UV Count: 3 + UV + UV + UV +Face 8562 +UV Count: 3 + UV + UV + UV +Face 8563 +UV Count: 3 + UV + UV + UV +Face 8564 +UV Count: 3 + UV + UV + UV +Face 8565 +UV Count: 3 + UV + UV + UV +Face 8566 +UV Count: 3 + UV + UV + UV +Face 8567 +UV Count: 3 + UV + UV + UV +Face 8568 +UV Count: 3 + UV + UV + UV +Face 8569 +UV Count: 3 + UV + UV + UV +Face 8570 +UV Count: 3 + UV + UV + UV +Face 8571 +UV Count: 3 + UV + UV + UV +Face 8572 +UV Count: 3 + UV + UV + UV +Face 8573 +UV Count: 3 + UV + UV + UV +Face 8574 +UV Count: 3 + UV + UV + UV +Face 8575 +UV Count: 3 + UV + UV + UV +Face 8576 +UV Count: 3 + UV + UV + UV +Face 8577 +UV Count: 3 + UV + UV + UV +Face 8578 +UV Count: 3 + UV + UV + UV +Face 8579 +UV Count: 3 + UV + UV + UV +Face 8580 +UV Count: 3 + UV + UV + UV +Face 8581 +UV Count: 3 + UV + UV + UV +Face 8582 +UV Count: 3 + UV + UV + UV +Face 8583 +UV Count: 3 + UV + UV + UV +Face 8584 +UV Count: 3 + UV + UV + UV +Face 8585 +UV Count: 3 + UV + UV + UV +Face 8586 +UV Count: 3 + UV + UV + UV +Face 8587 +UV Count: 3 + UV + UV + UV +Face 8588 +UV Count: 3 + UV + UV + UV +Face 8589 +UV Count: 3 + UV + UV + UV +Face 8590 +UV Count: 3 + UV + UV + UV +Face 8591 +UV Count: 3 + UV + UV + UV +Face 8592 +UV Count: 3 + UV + UV + UV +Face 8593 +UV Count: 3 + UV + UV + UV +Face 8594 +UV Count: 3 + UV + UV + UV +Face 8595 +UV Count: 3 + UV + UV + UV +Face 8596 +UV Count: 3 + UV + UV + UV +Face 8597 +UV Count: 3 + UV + UV + UV +Face 8598 +UV Count: 3 + UV + UV + UV +Face 8599 +UV Count: 3 + UV + UV + UV +Face 8600 +UV Count: 3 + UV + UV + UV +Face 8601 +UV Count: 3 + UV + UV + UV +Face 8602 +UV Count: 3 + UV + UV + UV +Face 8603 +UV Count: 3 + UV + UV + UV +Face 8604 +UV Count: 3 + UV + UV + UV +Face 8605 +UV Count: 3 + UV + UV + UV +Face 8606 +UV Count: 3 + UV + UV + UV +Face 8607 +UV Count: 3 + UV + UV + UV +Face 8608 +UV Count: 3 + UV + UV + UV +Face 8609 +UV Count: 3 + UV + UV + UV +Face 8610 +UV Count: 3 + UV + UV + UV +Face 8611 +UV Count: 3 + UV + UV + UV +Face 8612 +UV Count: 3 + UV + UV + UV +Face 8613 +UV Count: 3 + UV + UV + UV +Face 8614 +UV Count: 3 + UV + UV + UV +Face 8615 +UV Count: 3 + UV + UV + UV +Face 8616 +UV Count: 3 + UV + UV + UV +Face 8617 +UV Count: 3 + UV + UV + UV +Face 8618 +UV Count: 3 + UV + UV + UV +Face 8619 +UV Count: 3 + UV + UV + UV +Face 8620 +UV Count: 3 + UV + UV + UV +Face 8621 +UV Count: 3 + UV + UV + UV +Face 8622 +UV Count: 3 + UV + UV + UV +Face 8623 +UV Count: 3 + UV + UV + UV +Face 8624 +UV Count: 3 + UV + UV + UV +Face 8625 +UV Count: 3 + UV + UV + UV +Face 8626 +UV Count: 3 + UV + UV + UV +Face 8627 +UV Count: 3 + UV + UV + UV +Face 8628 +UV Count: 3 + UV + UV + UV +Face 8629 +UV Count: 3 + UV + UV + UV +Face 8630 +UV Count: 3 + UV + UV + UV +Face 8631 +UV Count: 3 + UV + UV + UV +Face 8632 +UV Count: 3 + UV + UV + UV +Face 8633 +UV Count: 3 + UV + UV + UV +Face 8634 +UV Count: 3 + UV + UV + UV +Face 8635 +UV Count: 3 + UV + UV + UV +Face 8636 +UV Count: 3 + UV + UV + UV +Face 8637 +UV Count: 3 + UV + UV + UV +Face 8638 +UV Count: 3 + UV + UV + UV +Face 8639 +UV Count: 3 + UV + UV + UV +Face 8640 +UV Count: 3 + UV + UV + UV +Face 8641 +UV Count: 3 + UV + UV + UV +Face 8642 +UV Count: 3 + UV + UV + UV +Face 8643 +UV Count: 3 + UV + UV + UV +Face 8644 +UV Count: 3 + UV + UV + UV +Face 8645 +UV Count: 3 + UV + UV + UV +Face 8646 +UV Count: 3 + UV + UV + UV +Face 8647 +UV Count: 3 + UV + UV + UV +Face 8648 +UV Count: 3 + UV + UV + UV +Face 8649 +UV Count: 3 + UV + UV + UV +Face 8650 +UV Count: 3 + UV + UV + UV +Face 8651 +UV Count: 3 + UV + UV + UV +Face 8652 +UV Count: 3 + UV + UV + UV +Face 8653 +UV Count: 3 + UV + UV + UV +Face 8654 +UV Count: 3 + UV + UV + UV +Face 8655 +UV Count: 3 + UV + UV + UV +Face 8656 +UV Count: 3 + UV + UV + UV +Face 8657 +UV Count: 3 + UV + UV + UV +Face 8658 +UV Count: 3 + UV + UV + UV +Face 8659 +UV Count: 3 + UV + UV + UV +Face 8660 +UV Count: 3 + UV + UV + UV +Face 8661 +UV Count: 3 + UV + UV + UV +Face 8662 +UV Count: 3 + UV + UV + UV +Face 8663 +UV Count: 3 + UV + UV + UV +Face 8664 +UV Count: 3 + UV + UV + UV +Face 8665 +UV Count: 3 + UV + UV + UV +Face 8666 +UV Count: 3 + UV + UV + UV +Face 8667 +UV Count: 3 + UV + UV + UV +Face 8668 +UV Count: 3 + UV + UV + UV +Face 8669 +UV Count: 3 + UV + UV + UV +Face 8670 +UV Count: 3 + UV + UV + UV +Face 8671 +UV Count: 3 + UV + UV + UV +Face 8672 +UV Count: 3 + UV + UV + UV +Face 8673 +UV Count: 3 + UV + UV + UV +Face 8674 +UV Count: 3 + UV + UV + UV +Face 8675 +UV Count: 3 + UV + UV + UV +Face 8676 +UV Count: 3 + UV + UV + UV +Face 8677 +UV Count: 3 + UV + UV + UV +Face 8678 +UV Count: 3 + UV + UV + UV +Face 8679 +UV Count: 3 + UV + UV + UV +Face 8680 +UV Count: 3 + UV + UV + UV +Face 8681 +UV Count: 3 + UV + UV + UV +Face 8682 +UV Count: 3 + UV + UV + UV +Face 8683 +UV Count: 3 + UV + UV + UV +Face 8684 +UV Count: 3 + UV + UV + UV +Face 8685 +UV Count: 3 + UV + UV + UV +Face 8686 +UV Count: 3 + UV + UV + UV +Face 8687 +UV Count: 3 + UV + UV + UV +Face 8688 +UV Count: 3 + UV + UV + UV +Face 8689 +UV Count: 3 + UV + UV + UV +Face 8690 +UV Count: 3 + UV + UV + UV +Face 8691 +UV Count: 3 + UV + UV + UV +Face 8692 +UV Count: 3 + UV + UV + UV +Face 8693 +UV Count: 3 + UV + UV + UV +Face 8694 +UV Count: 3 + UV + UV + UV +Face 8695 +UV Count: 3 + UV + UV + UV +Face 8696 +UV Count: 3 + UV + UV + UV +Face 8697 +UV Count: 3 + UV + UV + UV +Face 8698 +UV Count: 3 + UV + UV + UV +Face 8699 +UV Count: 3 + UV + UV + UV +Face 8700 +UV Count: 3 + UV + UV + UV +Face 8701 +UV Count: 3 + UV + UV + UV +Face 8702 +UV Count: 3 + UV + UV + UV +Face 8703 +UV Count: 3 + UV + UV + UV +Face 8704 +UV Count: 3 + UV + UV + UV +Face 8705 +UV Count: 3 + UV + UV + UV +Face 8706 +UV Count: 3 + UV + UV + UV +Face 8707 +UV Count: 3 + UV + UV + UV +Face 8708 +UV Count: 3 + UV + UV + UV +Face 8709 +UV Count: 3 + UV + UV + UV +Face 8710 +UV Count: 3 + UV + UV + UV +Face 8711 +UV Count: 3 + UV + UV + UV +Face 8712 +UV Count: 3 + UV + UV + UV +Face 8713 +UV Count: 3 + UV + UV + UV +Face 8714 +UV Count: 3 + UV + UV + UV +Face 8715 +UV Count: 3 + UV + UV + UV +Face 8716 +UV Count: 3 + UV + UV + UV +Face 8717 +UV Count: 3 + UV + UV + UV +Face 8718 +UV Count: 3 + UV + UV + UV +Face 8719 +UV Count: 3 + UV + UV + UV +Face 8720 +UV Count: 3 + UV + UV + UV +Face 8721 +UV Count: 3 + UV + UV + UV +Face 8722 +UV Count: 3 + UV + UV + UV +Face 8723 +UV Count: 3 + UV + UV + UV +Face 8724 +UV Count: 3 + UV + UV + UV +Face 8725 +UV Count: 3 + UV + UV + UV +Face 8726 +UV Count: 3 + UV + UV + UV +Face 8727 +UV Count: 3 + UV + UV + UV +Face 8728 +UV Count: 3 + UV + UV + UV +Face 8729 +UV Count: 3 + UV + UV + UV +Face 8730 +UV Count: 3 + UV + UV + UV +Face 8731 +UV Count: 3 + UV + UV + UV +Face 8732 +UV Count: 3 + UV + UV + UV +Face 8733 +UV Count: 3 + UV + UV + UV +Face 8734 +UV Count: 3 + UV + UV + UV +Face 8735 +UV Count: 3 + UV + UV + UV +Face 8736 +UV Count: 3 + UV + UV + UV +Face 8737 +UV Count: 3 + UV + UV + UV +Face 8738 +UV Count: 3 + UV + UV + UV +Face 8739 +UV Count: 3 + UV + UV + UV +Face 8740 +UV Count: 3 + UV + UV + UV +Face 8741 +UV Count: 3 + UV + UV + UV +Face 8742 +UV Count: 3 + UV + UV + UV +Face 8743 +UV Count: 3 + UV + UV + UV +Face 8744 +UV Count: 3 + UV + UV + UV +Face 8745 +UV Count: 3 + UV + UV + UV +Face 8746 +UV Count: 3 + UV + UV + UV +Face 8747 +UV Count: 3 + UV + UV + UV +Face 8748 +UV Count: 3 + UV + UV + UV +Face 8749 +UV Count: 3 + UV + UV + UV +Face 8750 +UV Count: 3 + UV + UV + UV +Face 8751 +UV Count: 3 + UV + UV + UV +Face 8752 +UV Count: 3 + UV + UV + UV +Face 8753 +UV Count: 3 + UV + UV + UV +Face 8754 +UV Count: 3 + UV + UV + UV +Face 8755 +UV Count: 3 + UV + UV + UV +Face 8756 +UV Count: 3 + UV + UV + UV +Face 8757 +UV Count: 3 + UV + UV + UV +Face 8758 +UV Count: 3 + UV + UV + UV +Face 8759 +UV Count: 3 + UV + UV + UV +Face 8760 +UV Count: 3 + UV + UV + UV +Face 8761 +UV Count: 3 + UV + UV + UV +Face 8762 +UV Count: 3 + UV + UV + UV +Face 8763 +UV Count: 3 + UV + UV + UV +Face 8764 +UV Count: 3 + UV + UV + UV +Face 8765 +UV Count: 3 + UV + UV + UV +Face 8766 +UV Count: 3 + UV + UV + UV +Face 8767 +UV Count: 3 + UV + UV + UV +Face 8768 +UV Count: 3 + UV + UV + UV +Face 8769 +UV Count: 3 + UV + UV + UV +Face 8770 +UV Count: 3 + UV + UV + UV +Face 8771 +UV Count: 3 + UV + UV + UV +Face 8772 +UV Count: 3 + UV + UV + UV +Face 8773 +UV Count: 3 + UV + UV + UV +Face 8774 +UV Count: 3 + UV + UV + UV +Face 8775 +UV Count: 3 + UV + UV + UV +Face 8776 +UV Count: 3 + UV + UV + UV +Face 8777 +UV Count: 3 + UV + UV + UV +Face 8778 +UV Count: 3 + UV + UV + UV +Face 8779 +UV Count: 3 + UV + UV + UV +Face 8780 +UV Count: 3 + UV + UV + UV +Face 8781 +UV Count: 3 + UV + UV + UV +Face 8782 +UV Count: 3 + UV + UV + UV +Face 8783 +UV Count: 3 + UV + UV + UV +Face 8784 +UV Count: 3 + UV + UV + UV +Face 8785 +UV Count: 3 + UV + UV + UV +Face 8786 +UV Count: 3 + UV + UV + UV +Face 8787 +UV Count: 3 + UV + UV + UV +Face 8788 +UV Count: 3 + UV + UV + UV +Face 8789 +UV Count: 3 + UV + UV + UV +Face 8790 +UV Count: 3 + UV + UV + UV +Face 8791 +UV Count: 3 + UV + UV + UV +Face 8792 +UV Count: 3 + UV + UV + UV +Face 8793 +UV Count: 3 + UV + UV + UV +Face 8794 +UV Count: 3 + UV + UV + UV +Face 8795 +UV Count: 3 + UV + UV + UV +Face 8796 +UV Count: 3 + UV + UV + UV +Face 8797 +UV Count: 3 + UV + UV + UV +Face 8798 +UV Count: 3 + UV + UV + UV +Face 8799 +UV Count: 3 + UV + UV + UV +Face 8800 +UV Count: 3 + UV + UV + UV +Face 8801 +UV Count: 3 + UV + UV + UV +Face 8802 +UV Count: 3 + UV + UV + UV +Face 8803 +UV Count: 3 + UV + UV + UV +Face 8804 +UV Count: 3 + UV + UV + UV +Face 8805 +UV Count: 3 + UV + UV + UV +Face 8806 +UV Count: 3 + UV + UV + UV +Face 8807 +UV Count: 3 + UV + UV + UV +Face 8808 +UV Count: 3 + UV + UV + UV +Face 8809 +UV Count: 3 + UV + UV + UV +Face 8810 +UV Count: 3 + UV + UV + UV +Face 8811 +UV Count: 3 + UV + UV + UV +Face 8812 +UV Count: 3 + UV + UV + UV +Face 8813 +UV Count: 3 + UV + UV + UV +Face 8814 +UV Count: 3 + UV + UV + UV +Face 8815 +UV Count: 3 + UV + UV + UV +Face 8816 +UV Count: 3 + UV + UV + UV +Face 8817 +UV Count: 3 + UV + UV + UV +Face 8818 +UV Count: 3 + UV + UV + UV +Face 8819 +UV Count: 3 + UV + UV + UV +Face 8820 +UV Count: 3 + UV + UV + UV +Face 8821 +UV Count: 3 + UV + UV + UV +Face 8822 +UV Count: 3 + UV + UV + UV +Face 8823 +UV Count: 3 + UV + UV + UV +Face 8824 +UV Count: 3 + UV + UV + UV +Face 8825 +UV Count: 3 + UV + UV + UV +Face 8826 +UV Count: 3 + UV + UV + UV +Face 8827 +UV Count: 3 + UV + UV + UV +Face 8828 +UV Count: 3 + UV + UV + UV +Face 8829 +UV Count: 3 + UV + UV + UV +Face 8830 +UV Count: 3 + UV + UV + UV +Face 8831 +UV Count: 3 + UV + UV + UV +Face 8832 +UV Count: 3 + UV + UV + UV +Face 8833 +UV Count: 3 + UV + UV + UV +Face 8834 +UV Count: 3 + UV + UV + UV +Face 8835 +UV Count: 3 + UV + UV + UV +Face 8836 +UV Count: 3 + UV + UV + UV +Face 8837 +UV Count: 3 + UV + UV + UV +Face 8838 +UV Count: 3 + UV + UV + UV +Face 8839 +UV Count: 3 + UV + UV + UV +Face 8840 +UV Count: 3 + UV + UV + UV +Face 8841 +UV Count: 3 + UV + UV + UV +Face 8842 +UV Count: 3 + UV + UV + UV +Face 8843 +UV Count: 3 + UV + UV + UV +Face 8844 +UV Count: 3 + UV + UV + UV +Face 8845 +UV Count: 3 + UV + UV + UV +Face 8846 +UV Count: 3 + UV + UV + UV +Face 8847 +UV Count: 3 + UV + UV + UV +Face 8848 +UV Count: 3 + UV + UV + UV +Face 8849 +UV Count: 3 + UV + UV + UV +Face 8850 +UV Count: 3 + UV + UV + UV +Face 8851 +UV Count: 3 + UV + UV + UV +Face 8852 +UV Count: 3 + UV + UV + UV +Face 8853 +UV Count: 3 + UV + UV + UV +Face 8854 +UV Count: 3 + UV + UV + UV +Face 8855 +UV Count: 3 + UV + UV + UV +Face 8856 +UV Count: 3 + UV + UV + UV +Face 8857 +UV Count: 3 + UV + UV + UV +Face 8858 +UV Count: 3 + UV + UV + UV +Face 8859 +UV Count: 3 + UV + UV + UV +Face 8860 +UV Count: 3 + UV + UV + UV +Face 8861 +UV Count: 3 + UV + UV + UV +Face 8862 +UV Count: 3 + UV + UV + UV +Face 8863 +UV Count: 3 + UV + UV + UV +Face 8864 +UV Count: 3 + UV + UV + UV +Face 8865 +UV Count: 3 + UV + UV + UV +Face 8866 +UV Count: 3 + UV + UV + UV +Face 8867 +UV Count: 3 + UV + UV + UV +Face 8868 +UV Count: 3 + UV + UV + UV +Face 8869 +UV Count: 3 + UV + UV + UV +Face 8870 +UV Count: 3 + UV + UV + UV +Face 8871 +UV Count: 3 + UV + UV + UV +Face 8872 +UV Count: 3 + UV + UV + UV +Face 8873 +UV Count: 3 + UV + UV + UV +Face 8874 +UV Count: 3 + UV + UV + UV +Face 8875 +UV Count: 3 + UV + UV + UV +Face 8876 +UV Count: 3 + UV + UV + UV +Face 8877 +UV Count: 3 + UV + UV + UV +Face 8878 +UV Count: 3 + UV + UV + UV +Face 8879 +UV Count: 3 + UV + UV + UV +Face 8880 +UV Count: 3 + UV + UV + UV +Face 8881 +UV Count: 3 + UV + UV + UV +Face 8882 +UV Count: 3 + UV + UV + UV +Face 8883 +UV Count: 3 + UV + UV + UV +Face 8884 +UV Count: 3 + UV + UV + UV +Face 8885 +UV Count: 3 + UV + UV + UV +Face 8886 +UV Count: 3 + UV + UV + UV +Face 8887 +UV Count: 3 + UV + UV + UV +Face 8888 +UV Count: 3 + UV + UV + UV +Face 8889 +UV Count: 3 + UV + UV + UV +Face 8890 +UV Count: 3 + UV + UV + UV +Face 8891 +UV Count: 3 + UV + UV + UV +Face 8892 +UV Count: 3 + UV + UV + UV +Face 8893 +UV Count: 3 + UV + UV + UV +Face 8894 +UV Count: 3 + UV + UV + UV +Face 8895 +UV Count: 3 + UV + UV + UV +Face 8896 +UV Count: 3 + UV + UV + UV +Face 8897 +UV Count: 3 + UV + UV + UV +Face 8898 +UV Count: 3 + UV + UV + UV +Face 8899 +UV Count: 3 + UV + UV + UV +Face 8900 +UV Count: 3 + UV + UV + UV +Face 8901 +UV Count: 3 + UV + UV + UV +Face 8902 +UV Count: 3 + UV + UV + UV +Face 8903 +UV Count: 3 + UV + UV + UV +Face 8904 +UV Count: 3 + UV + UV + UV +Face 8905 +UV Count: 3 + UV + UV + UV +Face 8906 +UV Count: 3 + UV + UV + UV +Face 8907 +UV Count: 3 + UV + UV + UV +Face 8908 +UV Count: 3 + UV + UV + UV +Face 8909 +UV Count: 3 + UV + UV + UV +Face 8910 +UV Count: 3 + UV + UV + UV +Face 8911 +UV Count: 3 + UV + UV + UV +Face 8912 +UV Count: 3 + UV + UV + UV +Face 8913 +UV Count: 3 + UV + UV + UV +Face 8914 +UV Count: 3 + UV + UV + UV +Face 8915 +UV Count: 3 + UV + UV + UV +Face 8916 +UV Count: 3 + UV + UV + UV +Face 8917 +UV Count: 3 + UV + UV + UV +Face 8918 +UV Count: 3 + UV + UV + UV +Face 8919 +UV Count: 3 + UV + UV + UV +Face 8920 +UV Count: 3 + UV + UV + UV +Face 8921 +UV Count: 3 + UV + UV + UV +Face 8922 +UV Count: 3 + UV + UV + UV +Face 8923 +UV Count: 3 + UV + UV + UV +Face 8924 +UV Count: 3 + UV + UV + UV +Face 8925 +UV Count: 3 + UV + UV + UV +Face 8926 +UV Count: 3 + UV + UV + UV +Face 8927 +UV Count: 3 + UV + UV + UV +Face 8928 +UV Count: 3 + UV + UV + UV +Face 8929 +UV Count: 3 + UV + UV + UV +Face 8930 +UV Count: 3 + UV + UV + UV +Face 8931 +UV Count: 3 + UV + UV + UV +Face 8932 +UV Count: 3 + UV + UV + UV +Face 8933 +UV Count: 3 + UV + UV + UV +Face 8934 +UV Count: 3 + UV + UV + UV +Face 8935 +UV Count: 3 + UV + UV + UV +Face 8936 +UV Count: 3 + UV + UV + UV +Face 8937 +UV Count: 3 + UV + UV + UV +Face 8938 +UV Count: 3 + UV + UV + UV +Face 8939 +UV Count: 3 + UV + UV + UV +Face 8940 +UV Count: 3 + UV + UV + UV +Face 8941 +UV Count: 3 + UV + UV + UV +Face 8942 +UV Count: 3 + UV + UV + UV +Face 8943 +UV Count: 3 + UV + UV + UV +Face 8944 +UV Count: 3 + UV + UV + UV +Face 8945 +UV Count: 3 + UV + UV + UV +Face 8946 +UV Count: 3 + UV + UV + UV +Face 8947 +UV Count: 3 + UV + UV + UV +Face 8948 +UV Count: 3 + UV + UV + UV +Face 8949 +UV Count: 3 + UV + UV + UV +Face 8950 +UV Count: 3 + UV + UV + UV +Face 8951 +UV Count: 3 + UV + UV + UV +Face 8952 +UV Count: 3 + UV + UV + UV +Face 8953 +UV Count: 3 + UV + UV + UV +Face 8954 +UV Count: 3 + UV + UV + UV +Face 8955 +UV Count: 3 + UV + UV + UV +Face 8956 +UV Count: 3 + UV + UV + UV +Face 8957 +UV Count: 3 + UV + UV + UV +Face 8958 +UV Count: 3 + UV + UV + UV +Face 8959 +UV Count: 3 + UV + UV + UV +Face 8960 +UV Count: 3 + UV + UV + UV +Face 8961 +UV Count: 3 + UV + UV + UV +Face 8962 +UV Count: 3 + UV + UV + UV +Face 8963 +UV Count: 3 + UV + UV + UV +Face 8964 +UV Count: 3 + UV + UV + UV +Face 8965 +UV Count: 3 + UV + UV + UV +Face 8966 +UV Count: 3 + UV + UV + UV +Face 8967 +UV Count: 3 + UV + UV + UV +Face 8968 +UV Count: 3 + UV + UV + UV +Face 8969 +UV Count: 3 + UV + UV + UV +Face 8970 +UV Count: 3 + UV + UV + UV +Face 8971 +UV Count: 3 + UV + UV + UV +Face 8972 +UV Count: 3 + UV + UV + UV +Face 8973 +UV Count: 3 + UV + UV + UV +Face 8974 +UV Count: 3 + UV + UV + UV +Face 8975 +UV Count: 3 + UV + UV + UV +Face 8976 +UV Count: 3 + UV + UV + UV +Face 8977 +UV Count: 3 + UV + UV + UV +Face 8978 +UV Count: 3 + UV + UV + UV +Face 8979 +UV Count: 3 + UV + UV + UV +Face 8980 +UV Count: 3 + UV + UV + UV +Face 8981 +UV Count: 3 + UV + UV + UV +Face 8982 +UV Count: 3 + UV + UV + UV +Face 8983 +UV Count: 3 + UV + UV + UV +Face 8984 +UV Count: 3 + UV + UV + UV +Face 8985 +UV Count: 3 + UV + UV + UV +Face 8986 +UV Count: 3 + UV + UV + UV +Face 8987 +UV Count: 3 + UV + UV + UV +Face 8988 +UV Count: 3 + UV + UV + UV +Face 8989 +UV Count: 3 + UV + UV + UV +Face 8990 +UV Count: 3 + UV + UV + UV +Face 8991 +UV Count: 3 + UV + UV + UV +Face 8992 +UV Count: 3 + UV + UV + UV +Face 8993 +UV Count: 3 + UV + UV + UV +Face 8994 +UV Count: 3 + UV + UV + UV +Face 8995 +UV Count: 3 + UV + UV + UV +Face 8996 +UV Count: 3 + UV + UV + UV +Face 8997 +UV Count: 3 + UV + UV + UV +Face 8998 +UV Count: 3 + UV + UV + UV +Face 8999 +UV Count: 3 + UV + UV + UV +Face 9000 +UV Count: 3 + UV + UV + UV +Face 9001 +UV Count: 3 + UV + UV + UV +Face 9002 +UV Count: 3 + UV + UV + UV +Face 9003 +UV Count: 3 + UV + UV + UV +Face 9004 +UV Count: 3 + UV + UV + UV +Face 9005 +UV Count: 3 + UV + UV + UV +Face 9006 +UV Count: 3 + UV + UV + UV +Face 9007 +UV Count: 3 + UV + UV + UV +Face 9008 +UV Count: 3 + UV + UV + UV +Face 9009 +UV Count: 3 + UV + UV + UV +Face 9010 +UV Count: 3 + UV + UV + UV +Face 9011 +UV Count: 3 + UV + UV + UV +Face 9012 +UV Count: 3 + UV + UV + UV +Face 9013 +UV Count: 3 + UV + UV + UV +Face 9014 +UV Count: 3 + UV + UV + UV +Face 9015 +UV Count: 3 + UV + UV + UV +Face 9016 +UV Count: 3 + UV + UV + UV +Face 9017 +UV Count: 3 + UV + UV + UV +Face 9018 +UV Count: 3 + UV + UV + UV +Face 9019 +UV Count: 3 + UV + UV + UV +Face 9020 +UV Count: 3 + UV + UV + UV +Face 9021 +UV Count: 3 + UV + UV + UV +Face 9022 +UV Count: 3 + UV + UV + UV +Face 9023 +UV Count: 3 + UV + UV + UV +Face 9024 +UV Count: 3 + UV + UV + UV +Face 9025 +UV Count: 3 + UV + UV + UV +Face 9026 +UV Count: 3 + UV + UV + UV +Face 9027 +UV Count: 3 + UV + UV + UV +Face 9028 +UV Count: 3 + UV + UV + UV +Face 9029 +UV Count: 3 + UV + UV + UV +Face 9030 +UV Count: 3 + UV + UV + UV +Face 9031 +UV Count: 3 + UV + UV + UV +Face 9032 +UV Count: 3 + UV + UV + UV +Face 9033 +UV Count: 3 + UV + UV + UV +Face 9034 +UV Count: 3 + UV + UV + UV +Face 9035 +UV Count: 3 + UV + UV + UV +Face 9036 +UV Count: 3 + UV + UV + UV +Face 9037 +UV Count: 3 + UV + UV + UV +Face 9038 +UV Count: 3 + UV + UV + UV +Face 9039 +UV Count: 3 + UV + UV + UV +Face 9040 +UV Count: 3 + UV + UV + UV +Face 9041 +UV Count: 3 + UV + UV + UV +Face 9042 +UV Count: 3 + UV + UV + UV +Face 9043 +UV Count: 3 + UV + UV + UV +Face 9044 +UV Count: 3 + UV + UV + UV +Face 9045 +UV Count: 3 + UV + UV + UV +Face 9046 +UV Count: 3 + UV + UV + UV +Face 9047 +UV Count: 3 + UV + UV + UV +Face 9048 +UV Count: 3 + UV + UV + UV +Face 9049 +UV Count: 3 + UV + UV + UV +Face 9050 +UV Count: 3 + UV + UV + UV +Face 9051 +UV Count: 3 + UV + UV + UV +Face 9052 +UV Count: 3 + UV + UV + UV +Face 9053 +UV Count: 3 + UV + UV + UV +Face 9054 +UV Count: 3 + UV + UV + UV +Face 9055 +UV Count: 3 + UV + UV + UV +Face 9056 +UV Count: 3 + UV + UV + UV +Face 9057 +UV Count: 3 + UV + UV + UV +Face 9058 +UV Count: 3 + UV + UV + UV +Face 9059 +UV Count: 3 + UV + UV + UV +Face 9060 +UV Count: 3 + UV + UV + UV +Face 9061 +UV Count: 3 + UV + UV + UV +Face 9062 +UV Count: 3 + UV + UV + UV +Face 9063 +UV Count: 3 + UV + UV + UV +Face 9064 +UV Count: 3 + UV + UV + UV +Face 9065 +UV Count: 3 + UV + UV + UV +Face 9066 +UV Count: 3 + UV + UV + UV +Face 9067 +UV Count: 3 + UV + UV + UV +Face 9068 +UV Count: 3 + UV + UV + UV +Face 9069 +UV Count: 3 + UV + UV + UV +Face 9070 +UV Count: 3 + UV + UV + UV +Face 9071 +UV Count: 3 + UV + UV + UV +Face 9072 +UV Count: 3 + UV + UV + UV +Face 9073 +UV Count: 3 + UV + UV + UV +Face 9074 +UV Count: 3 + UV + UV + UV +Face 9075 +UV Count: 3 + UV + UV + UV +Face 9076 +UV Count: 3 + UV + UV + UV +Face 9077 +UV Count: 3 + UV + UV + UV +Face 9078 +UV Count: 3 + UV + UV + UV +Face 9079 +UV Count: 3 + UV + UV + UV +Face 9080 +UV Count: 3 + UV + UV + UV +Face 9081 +UV Count: 3 + UV + UV + UV +Face 9082 +UV Count: 3 + UV + UV + UV +Face 9083 +UV Count: 3 + UV + UV + UV +Face 9084 +UV Count: 3 + UV + UV + UV +Face 9085 +UV Count: 3 + UV + UV + UV +Face 9086 +UV Count: 3 + UV + UV + UV +Face 9087 +UV Count: 3 + UV + UV + UV +Face 9088 +UV Count: 3 + UV + UV + UV +Face 9089 +UV Count: 3 + UV + UV + UV +Face 9090 +UV Count: 3 + UV + UV + UV +Face 9091 +UV Count: 3 + UV + UV + UV +Face 9092 +UV Count: 3 + UV + UV + UV +Face 9093 +UV Count: 3 + UV + UV + UV +Face 9094 +UV Count: 3 + UV + UV + UV +Face 9095 +UV Count: 3 + UV + UV + UV +Face 9096 +UV Count: 3 + UV + UV + UV +Face 9097 +UV Count: 3 + UV + UV + UV +Face 9098 +UV Count: 3 + UV + UV + UV +Face 9099 +UV Count: 3 + UV + UV + UV +Face 9100 +UV Count: 3 + UV + UV + UV +Face 9101 +UV Count: 3 + UV + UV + UV +Face 9102 +UV Count: 3 + UV + UV + UV +Face 9103 +UV Count: 3 + UV + UV + UV +Face 9104 +UV Count: 3 + UV + UV + UV +Face 9105 +UV Count: 3 + UV + UV + UV +Face 9106 +UV Count: 3 + UV + UV + UV +Face 9107 +UV Count: 3 + UV + UV + UV +Face 9108 +UV Count: 3 + UV + UV + UV +Face 9109 +UV Count: 3 + UV + UV + UV +Face 9110 +UV Count: 3 + UV + UV + UV +Face 9111 +UV Count: 3 + UV + UV + UV +Face 9112 +UV Count: 3 + UV + UV + UV +Face 9113 +UV Count: 3 + UV + UV + UV +Face 9114 +UV Count: 3 + UV + UV + UV +Face 9115 +UV Count: 3 + UV + UV + UV +Face 9116 +UV Count: 3 + UV + UV + UV +Face 9117 +UV Count: 3 + UV + UV + UV +Face 9118 +UV Count: 3 + UV + UV + UV +Face 9119 +UV Count: 3 + UV + UV + UV +Face 9120 +UV Count: 3 + UV + UV + UV +Face 9121 +UV Count: 3 + UV + UV + UV +Face 9122 +UV Count: 3 + UV + UV + UV +Face 9123 +UV Count: 3 + UV + UV + UV +Face 9124 +UV Count: 3 + UV + UV + UV +Face 9125 +UV Count: 3 + UV + UV + UV +===Normals: +Vertex 0: Normal +Vertex 1: Normal +Vertex 2: Normal +Vertex 3: Normal +Vertex 4: Normal +Vertex 5: Normal +Vertex 6: Normal +Vertex 7: Normal +Vertex 8: Normal +Vertex 9: Normal +Vertex 10: Normal +Vertex 11: Normal +Vertex 12: Normal +Vertex 13: Normal +Vertex 14: Normal +Vertex 15: Normal +Vertex 16: Normal +Vertex 17: Normal +Vertex 18: Normal +Vertex 19: Normal +Vertex 20: Normal +Vertex 21: Normal +Vertex 22: Normal +Vertex 23: Normal +Vertex 24: Normal +Vertex 25: Normal +Vertex 26: Normal +Vertex 27: Normal +Vertex 28: Normal +Vertex 29: Normal +Vertex 30: Normal +Vertex 31: Normal +Vertex 32: Normal +Vertex 33: Normal +Vertex 34: Normal +Vertex 35: Normal +Vertex 36: Normal +Vertex 37: Normal +Vertex 38: Normal +Vertex 39: Normal +Vertex 40: Normal +Vertex 41: Normal +Vertex 42: Normal +Vertex 43: Normal +Vertex 44: Normal +Vertex 45: Normal +Vertex 46: Normal +Vertex 47: Normal +Vertex 48: Normal +Vertex 49: Normal +Vertex 50: Normal +Vertex 51: Normal +Vertex 52: Normal +Vertex 53: Normal +Vertex 54: Normal +Vertex 55: Normal +Vertex 56: Normal +Vertex 57: Normal +Vertex 58: Normal +Vertex 59: Normal +Vertex 60: Normal +Vertex 61: Normal +Vertex 62: Normal +Vertex 63: Normal +Vertex 64: Normal +Vertex 65: Normal +Vertex 66: Normal +Vertex 67: Normal +Vertex 68: Normal +Vertex 69: Normal +Vertex 70: Normal +Vertex 71: Normal +Vertex 72: Normal +Vertex 73: Normal +Vertex 74: Normal +Vertex 75: Normal +Vertex 76: Normal +Vertex 77: Normal +Vertex 78: Normal +Vertex 79: Normal +Vertex 80: Normal +Vertex 81: Normal +Vertex 82: Normal +Vertex 83: Normal +Vertex 84: Normal +Vertex 85: Normal +Vertex 86: Normal +Vertex 87: Normal +Vertex 88: Normal +Vertex 89: Normal +Vertex 90: Normal +Vertex 91: Normal +Vertex 92: Normal +Vertex 93: Normal +Vertex 94: Normal +Vertex 95: Normal +Vertex 96: Normal +Vertex 97: Normal +Vertex 98: Normal +Vertex 99: Normal +Vertex 100: Normal +Vertex 101: Normal +Vertex 102: Normal +Vertex 103: Normal +Vertex 104: Normal +Vertex 105: Normal +Vertex 106: Normal +Vertex 107: Normal +Vertex 108: Normal +Vertex 109: Normal +Vertex 110: Normal +Vertex 111: Normal +Vertex 112: Normal +Vertex 113: Normal +Vertex 114: Normal +Vertex 115: Normal +Vertex 116: Normal +Vertex 117: Normal +Vertex 118: Normal +Vertex 119: Normal +Vertex 120: Normal +Vertex 121: Normal +Vertex 122: Normal +Vertex 123: Normal +Vertex 124: Normal +Vertex 125: Normal +Vertex 126: Normal +Vertex 127: Normal +Vertex 128: Normal +Vertex 129: Normal +Vertex 130: Normal +Vertex 131: Normal +Vertex 132: Normal +Vertex 133: Normal +Vertex 134: Normal +Vertex 135: Normal +Vertex 136: Normal +Vertex 137: Normal +Vertex 138: Normal +Vertex 139: Normal +Vertex 140: Normal +Vertex 141: Normal +Vertex 142: Normal +Vertex 143: Normal +Vertex 144: Normal +Vertex 145: Normal +Vertex 146: Normal +Vertex 147: Normal +Vertex 148: Normal +Vertex 149: Normal +Vertex 150: Normal +Vertex 151: Normal +Vertex 152: Normal +Vertex 153: Normal +Vertex 154: Normal +Vertex 155: Normal +Vertex 156: Normal +Vertex 157: Normal +Vertex 158: Normal +Vertex 159: Normal +Vertex 160: Normal +Vertex 161: Normal +Vertex 162: Normal +Vertex 163: Normal +Vertex 164: Normal +Vertex 165: Normal +Vertex 166: Normal +Vertex 167: Normal +Vertex 168: Normal +Vertex 169: Normal +Vertex 170: Normal +Vertex 171: Normal +Vertex 172: Normal +Vertex 173: Normal +Vertex 174: Normal +Vertex 175: Normal +Vertex 176: Normal +Vertex 177: Normal +Vertex 178: Normal +Vertex 179: Normal +Vertex 180: Normal +Vertex 181: Normal +Vertex 182: Normal +Vertex 183: Normal +Vertex 184: Normal +Vertex 185: Normal +Vertex 186: Normal +Vertex 187: Normal +Vertex 188: Normal +Vertex 189: Normal +Vertex 190: Normal +Vertex 191: Normal +Vertex 192: Normal +Vertex 193: Normal +Vertex 194: Normal +Vertex 195: Normal +Vertex 196: Normal +Vertex 197: Normal +Vertex 198: Normal +Vertex 199: Normal +Vertex 200: Normal +Vertex 201: Normal +Vertex 202: Normal +Vertex 203: Normal +Vertex 204: Normal +Vertex 205: Normal +Vertex 206: Normal +Vertex 207: Normal +Vertex 208: Normal +Vertex 209: Normal +Vertex 210: Normal +Vertex 211: Normal +Vertex 212: Normal +Vertex 213: Normal +Vertex 214: Normal +Vertex 215: Normal +Vertex 216: Normal +Vertex 217: Normal +Vertex 218: Normal +Vertex 219: Normal +Vertex 220: Normal +Vertex 221: Normal +Vertex 222: Normal +Vertex 223: Normal +Vertex 224: Normal +Vertex 225: Normal +Vertex 226: Normal +Vertex 227: Normal +Vertex 228: Normal +Vertex 229: Normal +Vertex 230: Normal +Vertex 231: Normal +Vertex 232: Normal +Vertex 233: Normal +Vertex 234: Normal +Vertex 235: Normal +Vertex 236: Normal +Vertex 237: Normal +Vertex 238: Normal +Vertex 239: Normal +Vertex 240: Normal +Vertex 241: Normal +Vertex 242: Normal +Vertex 243: Normal +Vertex 244: Normal +Vertex 245: Normal +Vertex 246: Normal +Vertex 247: Normal +Vertex 248: Normal +Vertex 249: Normal +Vertex 250: Normal +Vertex 251: Normal +Vertex 252: Normal +Vertex 253: Normal +Vertex 254: Normal +Vertex 255: Normal +Vertex 256: Normal +Vertex 257: Normal +Vertex 258: Normal +Vertex 259: Normal +Vertex 260: Normal +Vertex 261: Normal +Vertex 262: Normal +Vertex 263: Normal +Vertex 264: Normal +Vertex 265: Normal +Vertex 266: Normal +Vertex 267: Normal +Vertex 268: Normal +Vertex 269: Normal +Vertex 270: Normal +Vertex 271: Normal +Vertex 272: Normal +Vertex 273: Normal +Vertex 274: Normal +Vertex 275: Normal +Vertex 276: Normal +Vertex 277: Normal +Vertex 278: Normal +Vertex 279: Normal +Vertex 280: Normal +Vertex 281: Normal +Vertex 282: Normal +Vertex 283: Normal +Vertex 284: Normal +Vertex 285: Normal +Vertex 286: Normal +Vertex 287: Normal +Vertex 288: Normal +Vertex 289: Normal +Vertex 290: Normal +Vertex 291: Normal +Vertex 292: Normal +Vertex 293: Normal +Vertex 294: Normal +Vertex 295: Normal +Vertex 296: Normal +Vertex 297: Normal +Vertex 298: Normal +Vertex 299: Normal +Vertex 300: Normal +Vertex 301: Normal +Vertex 302: Normal +Vertex 303: Normal +Vertex 304: Normal +Vertex 305: Normal +Vertex 306: Normal +Vertex 307: Normal +Vertex 308: Normal +Vertex 309: Normal +Vertex 310: Normal +Vertex 311: Normal +Vertex 312: Normal +Vertex 313: Normal +Vertex 314: Normal +Vertex 315: Normal +Vertex 316: Normal +Vertex 317: Normal +Vertex 318: Normal +Vertex 319: Normal +Vertex 320: Normal +Vertex 321: Normal +Vertex 322: Normal +Vertex 323: Normal +Vertex 324: Normal +Vertex 325: Normal +Vertex 326: Normal +Vertex 327: Normal +Vertex 328: Normal +Vertex 329: Normal +Vertex 330: Normal +Vertex 331: Normal +Vertex 332: Normal +Vertex 333: Normal +Vertex 334: Normal +Vertex 335: Normal +Vertex 336: Normal +Vertex 337: Normal +Vertex 338: Normal +Vertex 339: Normal +Vertex 340: Normal +Vertex 341: Normal +Vertex 342: Normal +Vertex 343: Normal +Vertex 344: Normal +Vertex 345: Normal +Vertex 346: Normal +Vertex 347: Normal +Vertex 348: Normal +Vertex 349: Normal +Vertex 350: Normal +Vertex 351: Normal +Vertex 352: Normal +Vertex 353: Normal +Vertex 354: Normal +Vertex 355: Normal +Vertex 356: Normal +Vertex 357: Normal +Vertex 358: Normal +Vertex 359: Normal +Vertex 360: Normal +Vertex 361: Normal +Vertex 362: Normal +Vertex 363: Normal +Vertex 364: Normal +Vertex 365: Normal +Vertex 366: Normal +Vertex 367: Normal +Vertex 368: Normal +Vertex 369: Normal +Vertex 370: Normal +Vertex 371: Normal +Vertex 372: Normal +Vertex 373: Normal +Vertex 374: Normal +Vertex 375: Normal +Vertex 376: Normal +Vertex 377: Normal +Vertex 378: Normal +Vertex 379: Normal +Vertex 380: Normal +Vertex 381: Normal +Vertex 382: Normal +Vertex 383: Normal +Vertex 384: Normal +Vertex 385: Normal +Vertex 386: Normal +Vertex 387: Normal +Vertex 388: Normal +Vertex 389: Normal +Vertex 390: Normal +Vertex 391: Normal +Vertex 392: Normal +Vertex 393: Normal +Vertex 394: Normal +Vertex 395: Normal +Vertex 396: Normal +Vertex 397: Normal +Vertex 398: Normal +Vertex 399: Normal +Vertex 400: Normal +Vertex 401: Normal +Vertex 402: Normal +Vertex 403: Normal +Vertex 404: Normal +Vertex 405: Normal +Vertex 406: Normal +Vertex 407: Normal +Vertex 408: Normal +Vertex 409: Normal +Vertex 410: Normal +Vertex 411: Normal +Vertex 412: Normal +Vertex 413: Normal +Vertex 414: Normal +Vertex 415: Normal +Vertex 416: Normal +Vertex 417: Normal +Vertex 418: Normal +Vertex 419: Normal +Vertex 420: Normal +Vertex 421: Normal +Vertex 422: Normal +Vertex 423: Normal +Vertex 424: Normal +Vertex 425: Normal +Vertex 426: Normal +Vertex 427: Normal +Vertex 428: Normal +Vertex 429: Normal +Vertex 430: Normal +Vertex 431: Normal +Vertex 432: Normal +Vertex 433: Normal +Vertex 434: Normal +Vertex 435: Normal +Vertex 436: Normal +Vertex 437: Normal +Vertex 438: Normal +Vertex 439: Normal +Vertex 440: Normal +Vertex 441: Normal +Vertex 442: Normal +Vertex 443: Normal +Vertex 444: Normal +Vertex 445: Normal +Vertex 446: Normal +Vertex 447: Normal +Vertex 448: Normal +Vertex 449: Normal +Vertex 450: Normal +Vertex 451: Normal +Vertex 452: Normal +Vertex 453: Normal +Vertex 454: Normal +Vertex 455: Normal +Vertex 456: Normal +Vertex 457: Normal +Vertex 458: Normal +Vertex 459: Normal +Vertex 460: Normal +Vertex 461: Normal +Vertex 462: Normal +Vertex 463: Normal +Vertex 464: Normal +Vertex 465: Normal +Vertex 466: Normal +Vertex 467: Normal +Vertex 468: Normal +Vertex 469: Normal +Vertex 470: Normal +Vertex 471: Normal +Vertex 472: Normal +Vertex 473: Normal +Vertex 474: Normal +Vertex 475: Normal +Vertex 476: Normal +Vertex 477: Normal +Vertex 478: Normal +Vertex 479: Normal +Vertex 480: Normal +Vertex 481: Normal +Vertex 482: Normal +Vertex 483: Normal +Vertex 484: Normal +Vertex 485: Normal +Vertex 486: Normal +Vertex 487: Normal +Vertex 488: Normal +Vertex 489: Normal +Vertex 490: Normal +Vertex 491: Normal +Vertex 492: Normal +Vertex 493: Normal +Vertex 494: Normal +Vertex 495: Normal +Vertex 496: Normal +Vertex 497: Normal +Vertex 498: Normal +Vertex 499: Normal +Vertex 500: Normal +Vertex 501: Normal +Vertex 502: Normal +Vertex 503: Normal +Vertex 504: Normal +Vertex 505: Normal +Vertex 506: Normal +Vertex 507: Normal +Vertex 508: Normal +Vertex 509: Normal +Vertex 510: Normal +Vertex 511: Normal +Vertex 512: Normal +Vertex 513: Normal +Vertex 514: Normal +Vertex 515: Normal +Vertex 516: Normal +Vertex 517: Normal +Vertex 518: Normal +Vertex 519: Normal +Vertex 520: Normal +Vertex 521: Normal +Vertex 522: Normal +Vertex 523: Normal +Vertex 524: Normal +Vertex 525: Normal +Vertex 526: Normal +Vertex 527: Normal +Vertex 528: Normal +Vertex 529: Normal +Vertex 530: Normal +Vertex 531: Normal +Vertex 532: Normal +Vertex 533: Normal +Vertex 534: Normal +Vertex 535: Normal +Vertex 536: Normal +Vertex 537: Normal +Vertex 538: Normal +Vertex 539: Normal +Vertex 540: Normal +Vertex 541: Normal +Vertex 542: Normal +Vertex 543: Normal +Vertex 544: Normal +Vertex 545: Normal +Vertex 546: Normal +Vertex 547: Normal +Vertex 548: Normal +Vertex 549: Normal +Vertex 550: Normal +Vertex 551: Normal +Vertex 552: Normal +Vertex 553: Normal +Vertex 554: Normal +Vertex 555: Normal +Vertex 556: Normal +Vertex 557: Normal +Vertex 558: Normal +Vertex 559: Normal +Vertex 560: Normal +Vertex 561: Normal +Vertex 562: Normal +Vertex 563: Normal +Vertex 564: Normal +Vertex 565: Normal +Vertex 566: Normal +Vertex 567: Normal +Vertex 568: Normal +Vertex 569: Normal +Vertex 570: Normal +Vertex 571: Normal +Vertex 572: Normal +Vertex 573: Normal +Vertex 574: Normal +Vertex 575: Normal +Vertex 576: Normal +Vertex 577: Normal +Vertex 578: Normal +Vertex 579: Normal +Vertex 580: Normal +Vertex 581: Normal +Vertex 582: Normal +Vertex 583: Normal +Vertex 584: Normal +Vertex 585: Normal +Vertex 586: Normal +Vertex 587: Normal +Vertex 588: Normal +Vertex 589: Normal +Vertex 590: Normal +Vertex 591: Normal +Vertex 592: Normal +Vertex 593: Normal +Vertex 594: Normal +Vertex 595: Normal +Vertex 596: Normal +Vertex 597: Normal +Vertex 598: Normal +Vertex 599: Normal +Vertex 600: Normal +Vertex 601: Normal +Vertex 602: Normal +Vertex 603: Normal +Vertex 604: Normal +Vertex 605: Normal +Vertex 606: Normal +Vertex 607: Normal +Vertex 608: Normal +Vertex 609: Normal +Vertex 610: Normal +Vertex 611: Normal +Vertex 612: Normal +Vertex 613: Normal +Vertex 614: Normal +Vertex 615: Normal +Vertex 616: Normal +Vertex 617: Normal +Vertex 618: Normal +Vertex 619: Normal +Vertex 620: Normal +Vertex 621: Normal +Vertex 622: Normal +Vertex 623: Normal +Vertex 624: Normal +Vertex 625: Normal +Vertex 626: Normal +Vertex 627: Normal +Vertex 628: Normal +Vertex 629: Normal +Vertex 630: Normal +Vertex 631: Normal +Vertex 632: Normal +Vertex 633: Normal +Vertex 634: Normal +Vertex 635: Normal +Vertex 636: Normal +Vertex 637: Normal +Vertex 638: Normal +Vertex 639: Normal +Vertex 640: Normal +Vertex 641: Normal +Vertex 642: Normal +Vertex 643: Normal +Vertex 644: Normal +Vertex 645: Normal +Vertex 646: Normal +Vertex 647: Normal +Vertex 648: Normal +Vertex 649: Normal +Vertex 650: Normal +Vertex 651: Normal +Vertex 652: Normal +Vertex 653: Normal +Vertex 654: Normal +Vertex 655: Normal +Vertex 656: Normal +Vertex 657: Normal +Vertex 658: Normal +Vertex 659: Normal +Vertex 660: Normal +Vertex 661: Normal +Vertex 662: Normal +Vertex 663: Normal +Vertex 664: Normal +Vertex 665: Normal +Vertex 666: Normal +Vertex 667: Normal +Vertex 668: Normal +Vertex 669: Normal +Vertex 670: Normal +Vertex 671: Normal +Vertex 672: Normal +Vertex 673: Normal +Vertex 674: Normal +Vertex 675: Normal +Vertex 676: Normal +Vertex 677: Normal +Vertex 678: Normal +Vertex 679: Normal +Vertex 680: Normal +Vertex 681: Normal +Vertex 682: Normal +Vertex 683: Normal +Vertex 684: Normal +Vertex 685: Normal +Vertex 686: Normal +Vertex 687: Normal +Vertex 688: Normal +Vertex 689: Normal +Vertex 690: Normal +Vertex 691: Normal +Vertex 692: Normal +Vertex 693: Normal +Vertex 694: Normal +Vertex 695: Normal +Vertex 696: Normal +Vertex 697: Normal +Vertex 698: Normal +Vertex 699: Normal +Vertex 700: Normal +Vertex 701: Normal +Vertex 702: Normal +Vertex 703: Normal +Vertex 704: Normal +Vertex 705: Normal +Vertex 706: Normal +Vertex 707: Normal +Vertex 708: Normal +Vertex 709: Normal +Vertex 710: Normal +Vertex 711: Normal +Vertex 712: Normal +Vertex 713: Normal +Vertex 714: Normal +Vertex 715: Normal +Vertex 716: Normal +Vertex 717: Normal +Vertex 718: Normal +Vertex 719: Normal +Vertex 720: Normal +Vertex 721: Normal +Vertex 722: Normal +Vertex 723: Normal +Vertex 724: Normal +Vertex 725: Normal +Vertex 726: Normal +Vertex 727: Normal +Vertex 728: Normal +Vertex 729: Normal +Vertex 730: Normal +Vertex 731: Normal +Vertex 732: Normal +Vertex 733: Normal +Vertex 734: Normal +Vertex 735: Normal +Vertex 736: Normal +Vertex 737: Normal +Vertex 738: Normal +Vertex 739: Normal +Vertex 740: Normal +Vertex 741: Normal +Vertex 742: Normal +Vertex 743: Normal +Vertex 744: Normal +Vertex 745: Normal +Vertex 746: Normal +Vertex 747: Normal +Vertex 748: Normal +Vertex 749: Normal +Vertex 750: Normal +Vertex 751: Normal +Vertex 752: Normal +Vertex 753: Normal +Vertex 754: Normal +Vertex 755: Normal +Vertex 756: Normal +Vertex 757: Normal +Vertex 758: Normal +Vertex 759: Normal +Vertex 760: Normal +Vertex 761: Normal +Vertex 762: Normal +Vertex 763: Normal +Vertex 764: Normal +Vertex 765: Normal +Vertex 766: Normal +Vertex 767: Normal +Vertex 768: Normal +Vertex 769: Normal +Vertex 770: Normal +Vertex 771: Normal +Vertex 772: Normal +Vertex 773: Normal +Vertex 774: Normal +Vertex 775: Normal +Vertex 776: Normal +Vertex 777: Normal +Vertex 778: Normal +Vertex 779: Normal +Vertex 780: Normal +Vertex 781: Normal +Vertex 782: Normal +Vertex 783: Normal +Vertex 784: Normal +Vertex 785: Normal +Vertex 786: Normal +Vertex 787: Normal +Vertex 788: Normal +Vertex 789: Normal +Vertex 790: Normal +Vertex 791: Normal +Vertex 792: Normal +Vertex 793: Normal +Vertex 794: Normal +Vertex 795: Normal +Vertex 796: Normal +Vertex 797: Normal +Vertex 798: Normal +Vertex 799: Normal +Vertex 800: Normal +Vertex 801: Normal +Vertex 802: Normal +Vertex 803: Normal +Vertex 804: Normal +Vertex 805: Normal +Vertex 806: Normal +Vertex 807: Normal +Vertex 808: Normal +Vertex 809: Normal +Vertex 810: Normal +Vertex 811: Normal +Vertex 812: Normal +Vertex 813: Normal +Vertex 814: Normal +Vertex 815: Normal +Vertex 816: Normal +Vertex 817: Normal +Vertex 818: Normal +Vertex 819: Normal +Vertex 820: Normal +Vertex 821: Normal +Vertex 822: Normal +Vertex 823: Normal +Vertex 824: Normal +Vertex 825: Normal +Vertex 826: Normal +Vertex 827: Normal +Vertex 828: Normal +Vertex 829: Normal +Vertex 830: Normal +Vertex 831: Normal +Vertex 832: Normal +Vertex 833: Normal +Vertex 834: Normal +Vertex 835: Normal +Vertex 836: Normal +Vertex 837: Normal +Vertex 838: Normal +Vertex 839: Normal +Vertex 840: Normal +Vertex 841: Normal +Vertex 842: Normal +Vertex 843: Normal +Vertex 844: Normal +Vertex 845: Normal +Vertex 846: Normal +Vertex 847: Normal +Vertex 848: Normal +Vertex 849: Normal +Vertex 850: Normal +Vertex 851: Normal +Vertex 852: Normal +Vertex 853: Normal +Vertex 854: Normal +Vertex 855: Normal +Vertex 856: Normal +Vertex 857: Normal +Vertex 858: Normal +Vertex 859: Normal +Vertex 860: Normal +Vertex 861: Normal +Vertex 862: Normal +Vertex 863: Normal +Vertex 864: Normal +Vertex 865: Normal +Vertex 866: Normal +Vertex 867: Normal +Vertex 868: Normal +Vertex 869: Normal +Vertex 870: Normal +Vertex 871: Normal +Vertex 872: Normal +Vertex 873: Normal +Vertex 874: Normal +Vertex 875: Normal +Vertex 876: Normal +Vertex 877: Normal +Vertex 878: Normal +Vertex 879: Normal +Vertex 880: Normal +Vertex 881: Normal +Vertex 882: Normal +Vertex 883: Normal +Vertex 884: Normal +Vertex 885: Normal +Vertex 886: Normal +Vertex 887: Normal +Vertex 888: Normal +Vertex 889: Normal +Vertex 890: Normal +Vertex 891: Normal +Vertex 892: Normal +Vertex 893: Normal +Vertex 894: Normal +Vertex 895: Normal +Vertex 896: Normal +Vertex 897: Normal +Vertex 898: Normal +Vertex 899: Normal +Vertex 900: Normal +Vertex 901: Normal +Vertex 902: Normal +Vertex 903: Normal +Vertex 904: Normal +Vertex 905: Normal +Vertex 906: Normal +Vertex 907: Normal +Vertex 908: Normal +Vertex 909: Normal +Vertex 910: Normal +Vertex 911: Normal +Vertex 912: Normal +Vertex 913: Normal +Vertex 914: Normal +Vertex 915: Normal +Vertex 916: Normal +Vertex 917: Normal +Vertex 918: Normal +Vertex 919: Normal +Vertex 920: Normal +Vertex 921: Normal +Vertex 922: Normal +Vertex 923: Normal +Vertex 924: Normal +Vertex 925: Normal +Vertex 926: Normal +Vertex 927: Normal +Vertex 928: Normal +Vertex 929: Normal +Vertex 930: Normal +Vertex 931: Normal +Vertex 932: Normal +Vertex 933: Normal +Vertex 934: Normal +Vertex 935: Normal +Vertex 936: Normal +Vertex 937: Normal +Vertex 938: Normal +Vertex 939: Normal +Vertex 940: Normal +Vertex 941: Normal +Vertex 942: Normal +Vertex 943: Normal +Vertex 944: Normal +Vertex 945: Normal +Vertex 946: Normal +Vertex 947: Normal +Vertex 948: Normal +Vertex 949: Normal +Vertex 950: Normal +Vertex 951: Normal +Vertex 952: Normal +Vertex 953: Normal +Vertex 954: Normal +Vertex 955: Normal +Vertex 956: Normal +Vertex 957: Normal +Vertex 958: Normal +Vertex 959: Normal +Vertex 960: Normal +Vertex 961: Normal +Vertex 962: Normal +Vertex 963: Normal +Vertex 964: Normal +Vertex 965: Normal +Vertex 966: Normal +Vertex 967: Normal +Vertex 968: Normal +Vertex 969: Normal +Vertex 970: Normal +Vertex 971: Normal +Vertex 972: Normal +Vertex 973: Normal +Vertex 974: Normal +Vertex 975: Normal +Vertex 976: Normal +Vertex 977: Normal +Vertex 978: Normal +Vertex 979: Normal +Vertex 980: Normal +Vertex 981: Normal +Vertex 982: Normal +Vertex 983: Normal +Vertex 984: Normal +Vertex 985: Normal +Vertex 986: Normal +Vertex 987: Normal +Vertex 988: Normal +Vertex 989: Normal +Vertex 990: Normal +Vertex 991: Normal +Vertex 992: Normal +Vertex 993: Normal +Vertex 994: Normal +Vertex 995: Normal +Vertex 996: Normal +Vertex 997: Normal +Vertex 998: Normal +Vertex 999: Normal +Vertex 1000: Normal +Vertex 1001: Normal +Vertex 1002: Normal +Vertex 1003: Normal +Vertex 1004: Normal +Vertex 1005: Normal +Vertex 1006: Normal +Vertex 1007: Normal +Vertex 1008: Normal +Vertex 1009: Normal +Vertex 1010: Normal +Vertex 1011: Normal +Vertex 1012: Normal +Vertex 1013: Normal +Vertex 1014: Normal +Vertex 1015: Normal +Vertex 1016: Normal +Vertex 1017: Normal +Vertex 1018: Normal +Vertex 1019: Normal +Vertex 1020: Normal +Vertex 1021: Normal +Vertex 1022: Normal +Vertex 1023: Normal +Vertex 1024: Normal +Vertex 1025: Normal +Vertex 1026: Normal +Vertex 1027: Normal +Vertex 1028: Normal +Vertex 1029: Normal +Vertex 1030: Normal +Vertex 1031: Normal +Vertex 1032: Normal +Vertex 1033: Normal +Vertex 1034: Normal +Vertex 1035: Normal +Vertex 1036: Normal +Vertex 1037: Normal +Vertex 1038: Normal +Vertex 1039: Normal +Vertex 1040: Normal +Vertex 1041: Normal +Vertex 1042: Normal +Vertex 1043: Normal +Vertex 1044: Normal +Vertex 1045: Normal +Vertex 1046: Normal +Vertex 1047: Normal +Vertex 1048: Normal +Vertex 1049: Normal +Vertex 1050: Normal +Vertex 1051: Normal +Vertex 1052: Normal +Vertex 1053: Normal +Vertex 1054: Normal +Vertex 1055: Normal +Vertex 1056: Normal +Vertex 1057: Normal +Vertex 1058: Normal +Vertex 1059: Normal +Vertex 1060: Normal +Vertex 1061: Normal +Vertex 1062: Normal +Vertex 1063: Normal +Vertex 1064: Normal +Vertex 1065: Normal +Vertex 1066: Normal +Vertex 1067: Normal +Vertex 1068: Normal +Vertex 1069: Normal +Vertex 1070: Normal +Vertex 1071: Normal +Vertex 1072: Normal +Vertex 1073: Normal +Vertex 1074: Normal +Vertex 1075: Normal +Vertex 1076: Normal +Vertex 1077: Normal +Vertex 1078: Normal +Vertex 1079: Normal +Vertex 1080: Normal +Vertex 1081: Normal +Vertex 1082: Normal +Vertex 1083: Normal +Vertex 1084: Normal +Vertex 1085: Normal +Vertex 1086: Normal +Vertex 1087: Normal +Vertex 1088: Normal +Vertex 1089: Normal +Vertex 1090: Normal +Vertex 1091: Normal +Vertex 1092: Normal +Vertex 1093: Normal +Vertex 1094: Normal +Vertex 1095: Normal +Vertex 1096: Normal +Vertex 1097: Normal +Vertex 1098: Normal +Vertex 1099: Normal +Vertex 1100: Normal +Vertex 1101: Normal +Vertex 1102: Normal +Vertex 1103: Normal +Vertex 1104: Normal +Vertex 1105: Normal +Vertex 1106: Normal +Vertex 1107: Normal +Vertex 1108: Normal +Vertex 1109: Normal +Vertex 1110: Normal +Vertex 1111: Normal +Vertex 1112: Normal +Vertex 1113: Normal +Vertex 1114: Normal +Vertex 1115: Normal +Vertex 1116: Normal +Vertex 1117: Normal +Vertex 1118: Normal +Vertex 1119: Normal +Vertex 1120: Normal +Vertex 1121: Normal +Vertex 1122: Normal +Vertex 1123: Normal +Vertex 1124: Normal +Vertex 1125: Normal +Vertex 1126: Normal +Vertex 1127: Normal +Vertex 1128: Normal +Vertex 1129: Normal +Vertex 1130: Normal +Vertex 1131: Normal +Vertex 1132: Normal +Vertex 1133: Normal +Vertex 1134: Normal +Vertex 1135: Normal +Vertex 1136: Normal +Vertex 1137: Normal +Vertex 1138: Normal +Vertex 1139: Normal +Vertex 1140: Normal +Vertex 1141: Normal +Vertex 1142: Normal +Vertex 1143: Normal +Vertex 1144: Normal +Vertex 1145: Normal +Vertex 1146: Normal +Vertex 1147: Normal +Vertex 1148: Normal +Vertex 1149: Normal +Vertex 1150: Normal +Vertex 1151: Normal +Vertex 1152: Normal +Vertex 1153: Normal +Vertex 1154: Normal +Vertex 1155: Normal +Vertex 1156: Normal +Vertex 1157: Normal +Vertex 1158: Normal +Vertex 1159: Normal +Vertex 1160: Normal +Vertex 1161: Normal +Vertex 1162: Normal +Vertex 1163: Normal +Vertex 1164: Normal +Vertex 1165: Normal +Vertex 1166: Normal +Vertex 1167: Normal +Vertex 1168: Normal +Vertex 1169: Normal +Vertex 1170: Normal +Vertex 1171: Normal +Vertex 1172: Normal +Vertex 1173: Normal +Vertex 1174: Normal +Vertex 1175: Normal +Vertex 1176: Normal +Vertex 1177: Normal +Vertex 1178: Normal +Vertex 1179: Normal +Vertex 1180: Normal +Vertex 1181: Normal +Vertex 1182: Normal +Vertex 1183: Normal +Vertex 1184: Normal +Vertex 1185: Normal +Vertex 1186: Normal +Vertex 1187: Normal +Vertex 1188: Normal +Vertex 1189: Normal +Vertex 1190: Normal +Vertex 1191: Normal +Vertex 1192: Normal +Vertex 1193: Normal +Vertex 1194: Normal +Vertex 1195: Normal +Vertex 1196: Normal +Vertex 1197: Normal +Vertex 1198: Normal +Vertex 1199: Normal +Vertex 1200: Normal +Vertex 1201: Normal +Vertex 1202: Normal +Vertex 1203: Normal +Vertex 1204: Normal +Vertex 1205: Normal +Vertex 1206: Normal +Vertex 1207: Normal +Vertex 1208: Normal +Vertex 1209: Normal +Vertex 1210: Normal +Vertex 1211: Normal +Vertex 1212: Normal +Vertex 1213: Normal +Vertex 1214: Normal +Vertex 1215: Normal +Vertex 1216: Normal +Vertex 1217: Normal +Vertex 1218: Normal +Vertex 1219: Normal +Vertex 1220: Normal +Vertex 1221: Normal +Vertex 1222: Normal +Vertex 1223: Normal +Vertex 1224: Normal +Vertex 1225: Normal +Vertex 1226: Normal +Vertex 1227: Normal +Vertex 1228: Normal +Vertex 1229: Normal +Vertex 1230: Normal +Vertex 1231: Normal +Vertex 1232: Normal +Vertex 1233: Normal +Vertex 1234: Normal +Vertex 1235: Normal +Vertex 1236: Normal +Vertex 1237: Normal +Vertex 1238: Normal +Vertex 1239: Normal +Vertex 1240: Normal +Vertex 1241: Normal +Vertex 1242: Normal +Vertex 1243: Normal +Vertex 1244: Normal +Vertex 1245: Normal +Vertex 1246: Normal +Vertex 1247: Normal +Vertex 1248: Normal +Vertex 1249: Normal +Vertex 1250: Normal +Vertex 1251: Normal +Vertex 1252: Normal +Vertex 1253: Normal +Vertex 1254: Normal +Vertex 1255: Normal +Vertex 1256: Normal +Vertex 1257: Normal +Vertex 1258: Normal +Vertex 1259: Normal +Vertex 1260: Normal +Vertex 1261: Normal +Vertex 1262: Normal +Vertex 1263: Normal +Vertex 1264: Normal +Vertex 1265: Normal +Vertex 1266: Normal +Vertex 1267: Normal +Vertex 1268: Normal +Vertex 1269: Normal +Vertex 1270: Normal +Vertex 1271: Normal +Vertex 1272: Normal +Vertex 1273: Normal +Vertex 1274: Normal +Vertex 1275: Normal +Vertex 1276: Normal +Vertex 1277: Normal +Vertex 1278: Normal +Vertex 1279: Normal +Vertex 1280: Normal +Vertex 1281: Normal +Vertex 1282: Normal +Vertex 1283: Normal +Vertex 1284: Normal +Vertex 1285: Normal +Vertex 1286: Normal +Vertex 1287: Normal +Vertex 1288: Normal +Vertex 1289: Normal +Vertex 1290: Normal +Vertex 1291: Normal +Vertex 1292: Normal +Vertex 1293: Normal +Vertex 1294: Normal +Vertex 1295: Normal +Vertex 1296: Normal +Vertex 1297: Normal +Vertex 1298: Normal +Vertex 1299: Normal +Vertex 1300: Normal +Vertex 1301: Normal +Vertex 1302: Normal +Vertex 1303: Normal +Vertex 1304: Normal +Vertex 1305: Normal +Vertex 1306: Normal +Vertex 1307: Normal +Vertex 1308: Normal +Vertex 1309: Normal +Vertex 1310: Normal +Vertex 1311: Normal +Vertex 1312: Normal +Vertex 1313: Normal +Vertex 1314: Normal +Vertex 1315: Normal +Vertex 1316: Normal +Vertex 1317: Normal +Vertex 1318: Normal +Vertex 1319: Normal +Vertex 1320: Normal +Vertex 1321: Normal +Vertex 1322: Normal +Vertex 1323: Normal +Vertex 1324: Normal +Vertex 1325: Normal +Vertex 1326: Normal +Vertex 1327: Normal +Vertex 1328: Normal +Vertex 1329: Normal +Vertex 1330: Normal +Vertex 1331: Normal +Vertex 1332: Normal +Vertex 1333: Normal +Vertex 1334: Normal +Vertex 1335: Normal +Vertex 1336: Normal +Vertex 1337: Normal +Vertex 1338: Normal +Vertex 1339: Normal +Vertex 1340: Normal +Vertex 1341: Normal +Vertex 1342: Normal +Vertex 1343: Normal +Vertex 1344: Normal +Vertex 1345: Normal +Vertex 1346: Normal +Vertex 1347: Normal +Vertex 1348: Normal +Vertex 1349: Normal +Vertex 1350: Normal +Vertex 1351: Normal +Vertex 1352: Normal +Vertex 1353: Normal +Vertex 1354: Normal +Vertex 1355: Normal +Vertex 1356: Normal +Vertex 1357: Normal +Vertex 1358: Normal +Vertex 1359: Normal +Vertex 1360: Normal +Vertex 1361: Normal +Vertex 1362: Normal +Vertex 1363: Normal +Vertex 1364: Normal +Vertex 1365: Normal +Vertex 1366: Normal +Vertex 1367: Normal +Vertex 1368: Normal +Vertex 1369: Normal +Vertex 1370: Normal +Vertex 1371: Normal +Vertex 1372: Normal +Vertex 1373: Normal +Vertex 1374: Normal +Vertex 1375: Normal +Vertex 1376: Normal +Vertex 1377: Normal +Vertex 1378: Normal +Vertex 1379: Normal +Vertex 1380: Normal +Vertex 1381: Normal +Vertex 1382: Normal +Vertex 1383: Normal +Vertex 1384: Normal +Vertex 1385: Normal +Vertex 1386: Normal +Vertex 1387: Normal +Vertex 1388: Normal +Vertex 1389: Normal +Vertex 1390: Normal +Vertex 1391: Normal +Vertex 1392: Normal +Vertex 1393: Normal +Vertex 1394: Normal +Vertex 1395: Normal +Vertex 1396: Normal +Vertex 1397: Normal +Vertex 1398: Normal +Vertex 1399: Normal +Vertex 1400: Normal +Vertex 1401: Normal +Vertex 1402: Normal +Vertex 1403: Normal +Vertex 1404: Normal +Vertex 1405: Normal +Vertex 1406: Normal +Vertex 1407: Normal +Vertex 1408: Normal +Vertex 1409: Normal +Vertex 1410: Normal +Vertex 1411: Normal +Vertex 1412: Normal +Vertex 1413: Normal +Vertex 1414: Normal +Vertex 1415: Normal +Vertex 1416: Normal +Vertex 1417: Normal +Vertex 1418: Normal +Vertex 1419: Normal +Vertex 1420: Normal +Vertex 1421: Normal +Vertex 1422: Normal +Vertex 1423: Normal +Vertex 1424: Normal +Vertex 1425: Normal +Vertex 1426: Normal +Vertex 1427: Normal +Vertex 1428: Normal +Vertex 1429: Normal +Vertex 1430: Normal +Vertex 1431: Normal +Vertex 1432: Normal +Vertex 1433: Normal +Vertex 1434: Normal +Vertex 1435: Normal +Vertex 1436: Normal +Vertex 1437: Normal +Vertex 1438: Normal +Vertex 1439: Normal +Vertex 1440: Normal +Vertex 1441: Normal +Vertex 1442: Normal +Vertex 1443: Normal +Vertex 1444: Normal +Vertex 1445: Normal +Vertex 1446: Normal +Vertex 1447: Normal +Vertex 1448: Normal +Vertex 1449: Normal +Vertex 1450: Normal +Vertex 1451: Normal +Vertex 1452: Normal +Vertex 1453: Normal +Vertex 1454: Normal +Vertex 1455: Normal +Vertex 1456: Normal +Vertex 1457: Normal +Vertex 1458: Normal +Vertex 1459: Normal +Vertex 1460: Normal +Vertex 1461: Normal +Vertex 1462: Normal +Vertex 1463: Normal +Vertex 1464: Normal +Vertex 1465: Normal +Vertex 1466: Normal +Vertex 1467: Normal +Vertex 1468: Normal +Vertex 1469: Normal +Vertex 1470: Normal +Vertex 1471: Normal +Vertex 1472: Normal +Vertex 1473: Normal +Vertex 1474: Normal +Vertex 1475: Normal +Vertex 1476: Normal +Vertex 1477: Normal +Vertex 1478: Normal +Vertex 1479: Normal +Vertex 1480: Normal +Vertex 1481: Normal +Vertex 1482: Normal +Vertex 1483: Normal +Vertex 1484: Normal +Vertex 1485: Normal +Vertex 1486: Normal +Vertex 1487: Normal +Vertex 1488: Normal +Vertex 1489: Normal +Vertex 1490: Normal +Vertex 1491: Normal +Vertex 1492: Normal +Vertex 1493: Normal +Vertex 1494: Normal +Vertex 1495: Normal +Vertex 1496: Normal +Vertex 1497: Normal +Vertex 1498: Normal +Vertex 1499: Normal +Vertex 1500: Normal +Vertex 1501: Normal +Vertex 1502: Normal +Vertex 1503: Normal +Vertex 1504: Normal +Vertex 1505: Normal +Vertex 1506: Normal +Vertex 1507: Normal +Vertex 1508: Normal +Vertex 1509: Normal +Vertex 1510: Normal +Vertex 1511: Normal +Vertex 1512: Normal +Vertex 1513: Normal +Vertex 1514: Normal +Vertex 1515: Normal +Vertex 1516: Normal +Vertex 1517: Normal +Vertex 1518: Normal +Vertex 1519: Normal +Vertex 1520: Normal +Vertex 1521: Normal +Vertex 1522: Normal +Vertex 1523: Normal +Vertex 1524: Normal +Vertex 1525: Normal +Vertex 1526: Normal +Vertex 1527: Normal +Vertex 1528: Normal +Vertex 1529: Normal +Vertex 1530: Normal +Vertex 1531: Normal +Vertex 1532: Normal +Vertex 1533: Normal +Vertex 1534: Normal +Vertex 1535: Normal +Vertex 1536: Normal +Vertex 1537: Normal +Vertex 1538: Normal +Vertex 1539: Normal +Vertex 1540: Normal +Vertex 1541: Normal +Vertex 1542: Normal +Vertex 1543: Normal +Vertex 1544: Normal +Vertex 1545: Normal +Vertex 1546: Normal +Vertex 1547: Normal +Vertex 1548: Normal +Vertex 1549: Normal +Vertex 1550: Normal +Vertex 1551: Normal +Vertex 1552: Normal +Vertex 1553: Normal +Vertex 1554: Normal +Vertex 1555: Normal +Vertex 1556: Normal +Vertex 1557: Normal +Vertex 1558: Normal +Vertex 1559: Normal +Vertex 1560: Normal +Vertex 1561: Normal +Vertex 1562: Normal +Vertex 1563: Normal +Vertex 1564: Normal +Vertex 1565: Normal +Vertex 1566: Normal +Vertex 1567: Normal +Vertex 1568: Normal +Vertex 1569: Normal +Vertex 1570: Normal +Vertex 1571: Normal +Vertex 1572: Normal +Vertex 1573: Normal +Vertex 1574: Normal +Vertex 1575: Normal +Vertex 1576: Normal +Vertex 1577: Normal +Vertex 1578: Normal +Vertex 1579: Normal +Vertex 1580: Normal +Vertex 1581: Normal +Vertex 1582: Normal +Vertex 1583: Normal +Vertex 1584: Normal +Vertex 1585: Normal +Vertex 1586: Normal +Vertex 1587: Normal +Vertex 1588: Normal +Vertex 1589: Normal +Vertex 1590: Normal +Vertex 1591: Normal +Vertex 1592: Normal +Vertex 1593: Normal +Vertex 1594: Normal +Vertex 1595: Normal +Vertex 1596: Normal +Vertex 1597: Normal +Vertex 1598: Normal +Vertex 1599: Normal +Vertex 1600: Normal +Vertex 1601: Normal +Vertex 1602: Normal +Vertex 1603: Normal +Vertex 1604: Normal +Vertex 1605: Normal +Vertex 1606: Normal +Vertex 1607: Normal +Vertex 1608: Normal +Vertex 1609: Normal +Vertex 1610: Normal +Vertex 1611: Normal +Vertex 1612: Normal +Vertex 1613: Normal +Vertex 1614: Normal +Vertex 1615: Normal +Vertex 1616: Normal +Vertex 1617: Normal +Vertex 1618: Normal +Vertex 1619: Normal +Vertex 1620: Normal +Vertex 1621: Normal +Vertex 1622: Normal +Vertex 1623: Normal +Vertex 1624: Normal +Vertex 1625: Normal +Vertex 1626: Normal +Vertex 1627: Normal +Vertex 1628: Normal +Vertex 1629: Normal +Vertex 1630: Normal +Vertex 1631: Normal +Vertex 1632: Normal +Vertex 1633: Normal +Vertex 1634: Normal +Vertex 1635: Normal +Vertex 1636: Normal +Vertex 1637: Normal +Vertex 1638: Normal +Vertex 1639: Normal +Vertex 1640: Normal +Vertex 1641: Normal +Vertex 1642: Normal +Vertex 1643: Normal +Vertex 1644: Normal +Vertex 1645: Normal +Vertex 1646: Normal +Vertex 1647: Normal +Vertex 1648: Normal +Vertex 1649: Normal +Vertex 1650: Normal +Vertex 1651: Normal +Vertex 1652: Normal +Vertex 1653: Normal +Vertex 1654: Normal +Vertex 1655: Normal +Vertex 1656: Normal +Vertex 1657: Normal +Vertex 1658: Normal +Vertex 1659: Normal +Vertex 1660: Normal +Vertex 1661: Normal +Vertex 1662: Normal +Vertex 1663: Normal +Vertex 1664: Normal +Vertex 1665: Normal +Vertex 1666: Normal +Vertex 1667: Normal +Vertex 1668: Normal +Vertex 1669: Normal +Vertex 1670: Normal +Vertex 1671: Normal +Vertex 1672: Normal +Vertex 1673: Normal +Vertex 1674: Normal +Vertex 1675: Normal +Vertex 1676: Normal +Vertex 1677: Normal +Vertex 1678: Normal +Vertex 1679: Normal +Vertex 1680: Normal +Vertex 1681: Normal +Vertex 1682: Normal +Vertex 1683: Normal +Vertex 1684: Normal +Vertex 1685: Normal +Vertex 1686: Normal +Vertex 1687: Normal +Vertex 1688: Normal +Vertex 1689: Normal +Vertex 1690: Normal +Vertex 1691: Normal +Vertex 1692: Normal +Vertex 1693: Normal +Vertex 1694: Normal +Vertex 1695: Normal +Vertex 1696: Normal +Vertex 1697: Normal +Vertex 1698: Normal +Vertex 1699: Normal +Vertex 1700: Normal +Vertex 1701: Normal +Vertex 1702: Normal +Vertex 1703: Normal +Vertex 1704: Normal +Vertex 1705: Normal +Vertex 1706: Normal +Vertex 1707: Normal +Vertex 1708: Normal +Vertex 1709: Normal +Vertex 1710: Normal +Vertex 1711: Normal +Vertex 1712: Normal +Vertex 1713: Normal +Vertex 1714: Normal +Vertex 1715: Normal +Vertex 1716: Normal +Vertex 1717: Normal +Vertex 1718: Normal +Vertex 1719: Normal +Vertex 1720: Normal +Vertex 1721: Normal +Vertex 1722: Normal +Vertex 1723: Normal +Vertex 1724: Normal +Vertex 1725: Normal +Vertex 1726: Normal +Vertex 1727: Normal +Vertex 1728: Normal +Vertex 1729: Normal +Vertex 1730: Normal +Vertex 1731: Normal +Vertex 1732: Normal +Vertex 1733: Normal +Vertex 1734: Normal +Vertex 1735: Normal +Vertex 1736: Normal +Vertex 1737: Normal +Vertex 1738: Normal +Vertex 1739: Normal +Vertex 1740: Normal +Vertex 1741: Normal +Vertex 1742: Normal +Vertex 1743: Normal +Vertex 1744: Normal +Vertex 1745: Normal +Vertex 1746: Normal +Vertex 1747: Normal +Vertex 1748: Normal +Vertex 1749: Normal +Vertex 1750: Normal +Vertex 1751: Normal +Vertex 1752: Normal +Vertex 1753: Normal +Vertex 1754: Normal +Vertex 1755: Normal +Vertex 1756: Normal +Vertex 1757: Normal +Vertex 1758: Normal +Vertex 1759: Normal +Vertex 1760: Normal +Vertex 1761: Normal +Vertex 1762: Normal +Vertex 1763: Normal +Vertex 1764: Normal +Vertex 1765: Normal +Vertex 1766: Normal +Vertex 1767: Normal +Vertex 1768: Normal +Vertex 1769: Normal +Vertex 1770: Normal +Vertex 1771: Normal +Vertex 1772: Normal +Vertex 1773: Normal +Vertex 1774: Normal +Vertex 1775: Normal +Vertex 1776: Normal +Vertex 1777: Normal +Vertex 1778: Normal +Vertex 1779: Normal +Vertex 1780: Normal +Vertex 1781: Normal +Vertex 1782: Normal +Vertex 1783: Normal +Vertex 1784: Normal +Vertex 1785: Normal +Vertex 1786: Normal +Vertex 1787: Normal +Vertex 1788: Normal +Vertex 1789: Normal +Vertex 1790: Normal +Vertex 1791: Normal +Vertex 1792: Normal +Vertex 1793: Normal +Vertex 1794: Normal +Vertex 1795: Normal +Vertex 1796: Normal +Vertex 1797: Normal +Vertex 1798: Normal +Vertex 1799: Normal +Vertex 1800: Normal +Vertex 1801: Normal +Vertex 1802: Normal +Vertex 1803: Normal +Vertex 1804: Normal +Vertex 1805: Normal +Vertex 1806: Normal +Vertex 1807: Normal +Vertex 1808: Normal +Vertex 1809: Normal +Vertex 1810: Normal +Vertex 1811: Normal +Vertex 1812: Normal +Vertex 1813: Normal +Vertex 1814: Normal +Vertex 1815: Normal +Vertex 1816: Normal +Vertex 1817: Normal +Vertex 1818: Normal +Vertex 1819: Normal +Vertex 1820: Normal +Vertex 1821: Normal +Vertex 1822: Normal +Vertex 1823: Normal +Vertex 1824: Normal +Vertex 1825: Normal +Vertex 1826: Normal +Vertex 1827: Normal +Vertex 1828: Normal +Vertex 1829: Normal +Vertex 1830: Normal +Vertex 1831: Normal +Vertex 1832: Normal +Vertex 1833: Normal +Vertex 1834: Normal +Vertex 1835: Normal +Vertex 1836: Normal +Vertex 1837: Normal +Vertex 1838: Normal +Vertex 1839: Normal +Vertex 1840: Normal +Vertex 1841: Normal +Vertex 1842: Normal +Vertex 1843: Normal +Vertex 1844: Normal +Vertex 1845: Normal +Vertex 1846: Normal +Vertex 1847: Normal +Vertex 1848: Normal +Vertex 1849: Normal +Vertex 1850: Normal +Vertex 1851: Normal +Vertex 1852: Normal +Vertex 1853: Normal +Vertex 1854: Normal +Vertex 1855: Normal +Vertex 1856: Normal +Vertex 1857: Normal +Vertex 1858: Normal +Vertex 1859: Normal +Vertex 1860: Normal +Vertex 1861: Normal +Vertex 1862: Normal +Vertex 1863: Normal +Vertex 1864: Normal +Vertex 1865: Normal +Vertex 1866: Normal +Vertex 1867: Normal +Vertex 1868: Normal +Vertex 1869: Normal +Vertex 1870: Normal +Vertex 1871: Normal +Vertex 1872: Normal +Vertex 1873: Normal +Vertex 1874: Normal +Vertex 1875: Normal +Vertex 1876: Normal +Vertex 1877: Normal +Vertex 1878: Normal +Vertex 1879: Normal +Vertex 1880: Normal +Vertex 1881: Normal +Vertex 1882: Normal +Vertex 1883: Normal +Vertex 1884: Normal +Vertex 1885: Normal +Vertex 1886: Normal +Vertex 1887: Normal +Vertex 1888: Normal +Vertex 1889: Normal +Vertex 1890: Normal +Vertex 1891: Normal +Vertex 1892: Normal +Vertex 1893: Normal +Vertex 1894: Normal +Vertex 1895: Normal +Vertex 1896: Normal +Vertex 1897: Normal +Vertex 1898: Normal +Vertex 1899: Normal +Vertex 1900: Normal +Vertex 1901: Normal +Vertex 1902: Normal +Vertex 1903: Normal +Vertex 1904: Normal +Vertex 1905: Normal +Vertex 1906: Normal +Vertex 1907: Normal +Vertex 1908: Normal +Vertex 1909: Normal +Vertex 1910: Normal +Vertex 1911: Normal +Vertex 1912: Normal +Vertex 1913: Normal +Vertex 1914: Normal +Vertex 1915: Normal +Vertex 1916: Normal +Vertex 1917: Normal +Vertex 1918: Normal +Vertex 1919: Normal +Vertex 1920: Normal +Vertex 1921: Normal +Vertex 1922: Normal +Vertex 1923: Normal +Vertex 1924: Normal +Vertex 1925: Normal +Vertex 1926: Normal +Vertex 1927: Normal +Vertex 1928: Normal +Vertex 1929: Normal +Vertex 1930: Normal +Vertex 1931: Normal +Vertex 1932: Normal +Vertex 1933: Normal +Vertex 1934: Normal +Vertex 1935: Normal +Vertex 1936: Normal +Vertex 1937: Normal +Vertex 1938: Normal +Vertex 1939: Normal +Vertex 1940: Normal +Vertex 1941: Normal +Vertex 1942: Normal +Vertex 1943: Normal +Vertex 1944: Normal +Vertex 1945: Normal +Vertex 1946: Normal +Vertex 1947: Normal +Vertex 1948: Normal +Vertex 1949: Normal +Vertex 1950: Normal +Vertex 1951: Normal +Vertex 1952: Normal +Vertex 1953: Normal +Vertex 1954: Normal +Vertex 1955: Normal +Vertex 1956: Normal +Vertex 1957: Normal +Vertex 1958: Normal +Vertex 1959: Normal +Vertex 1960: Normal +Vertex 1961: Normal +Vertex 1962: Normal +Vertex 1963: Normal +Vertex 1964: Normal +Vertex 1965: Normal +Vertex 1966: Normal +Vertex 1967: Normal +Vertex 1968: Normal +Vertex 1969: Normal +Vertex 1970: Normal +Vertex 1971: Normal +Vertex 1972: Normal +Vertex 1973: Normal +Vertex 1974: Normal +Vertex 1975: Normal +Vertex 1976: Normal +Vertex 1977: Normal +Vertex 1978: Normal +Vertex 1979: Normal +Vertex 1980: Normal +Vertex 1981: Normal +Vertex 1982: Normal +Vertex 1983: Normal +Vertex 1984: Normal +Vertex 1985: Normal +Vertex 1986: Normal +Vertex 1987: Normal +Vertex 1988: Normal +Vertex 1989: Normal +Vertex 1990: Normal +Vertex 1991: Normal +Vertex 1992: Normal +Vertex 1993: Normal +Vertex 1994: Normal +Vertex 1995: Normal +Vertex 1996: Normal +Vertex 1997: Normal +Vertex 1998: Normal +Vertex 1999: Normal +Vertex 2000: Normal +Vertex 2001: Normal +Vertex 2002: Normal +Vertex 2003: Normal +Vertex 2004: Normal +Vertex 2005: Normal +Vertex 2006: Normal +Vertex 2007: Normal +Vertex 2008: Normal +Vertex 2009: Normal +Vertex 2010: Normal +Vertex 2011: Normal +Vertex 2012: Normal +Vertex 2013: Normal +Vertex 2014: Normal +Vertex 2015: Normal +Vertex 2016: Normal +Vertex 2017: Normal +Vertex 2018: Normal +Vertex 2019: Normal +Vertex 2020: Normal +Vertex 2021: Normal +Vertex 2022: Normal +Vertex 2023: Normal +Vertex 2024: Normal +Vertex 2025: Normal +Vertex 2026: Normal +Vertex 2027: Normal +Vertex 2028: Normal +Vertex 2029: Normal +Vertex 2030: Normal +Vertex 2031: Normal +Vertex 2032: Normal +Vertex 2033: Normal +Vertex 2034: Normal +Vertex 2035: Normal +Vertex 2036: Normal +Vertex 2037: Normal +Vertex 2038: Normal +Vertex 2039: Normal +Vertex 2040: Normal +Vertex 2041: Normal +Vertex 2042: Normal +Vertex 2043: Normal +Vertex 2044: Normal +Vertex 2045: Normal +Vertex 2046: Normal +Vertex 2047: Normal +Vertex 2048: Normal +Vertex 2049: Normal +Vertex 2050: Normal +Vertex 2051: Normal +Vertex 2052: Normal +Vertex 2053: Normal +Vertex 2054: Normal +Vertex 2055: Normal +Vertex 2056: Normal +Vertex 2057: Normal +Vertex 2058: Normal +Vertex 2059: Normal +Vertex 2060: Normal +Vertex 2061: Normal +Vertex 2062: Normal +Vertex 2063: Normal +Vertex 2064: Normal +Vertex 2065: Normal +Vertex 2066: Normal +Vertex 2067: Normal +Vertex 2068: Normal +Vertex 2069: Normal +Vertex 2070: Normal +Vertex 2071: Normal +Vertex 2072: Normal +Vertex 2073: Normal +Vertex 2074: Normal +Vertex 2075: Normal +Vertex 2076: Normal +Vertex 2077: Normal +Vertex 2078: Normal +Vertex 2079: Normal +Vertex 2080: Normal +Vertex 2081: Normal +Vertex 2082: Normal +Vertex 2083: Normal +Vertex 2084: Normal +Vertex 2085: Normal +Vertex 2086: Normal +Vertex 2087: Normal +Vertex 2088: Normal +Vertex 2089: Normal +Vertex 2090: Normal +Vertex 2091: Normal +Vertex 2092: Normal +Vertex 2093: Normal +Vertex 2094: Normal +Vertex 2095: Normal +Vertex 2096: Normal +Vertex 2097: Normal +Vertex 2098: Normal +Vertex 2099: Normal +Vertex 2100: Normal +Vertex 2101: Normal +Vertex 2102: Normal +Vertex 2103: Normal +Vertex 2104: Normal +Vertex 2105: Normal +Vertex 2106: Normal +Vertex 2107: Normal +Vertex 2108: Normal +Vertex 2109: Normal +Vertex 2110: Normal +Vertex 2111: Normal +Vertex 2112: Normal +Vertex 2113: Normal +Vertex 2114: Normal +Vertex 2115: Normal +Vertex 2116: Normal +Vertex 2117: Normal +Vertex 2118: Normal +Vertex 2119: Normal +Vertex 2120: Normal +Vertex 2121: Normal +Vertex 2122: Normal +Vertex 2123: Normal +Vertex 2124: Normal +Vertex 2125: Normal +Vertex 2126: Normal +Vertex 2127: Normal +Vertex 2128: Normal +Vertex 2129: Normal +Vertex 2130: Normal +Vertex 2131: Normal +Vertex 2132: Normal +Vertex 2133: Normal +Vertex 2134: Normal +Vertex 2135: Normal +Vertex 2136: Normal +Vertex 2137: Normal +Vertex 2138: Normal +Vertex 2139: Normal +Vertex 2140: Normal +Vertex 2141: Normal +Vertex 2142: Normal +Vertex 2143: Normal +Vertex 2144: Normal +Vertex 2145: Normal +Vertex 2146: Normal +Vertex 2147: Normal +Vertex 2148: Normal +Vertex 2149: Normal +Vertex 2150: Normal +Vertex 2151: Normal +Vertex 2152: Normal +Vertex 2153: Normal +Vertex 2154: Normal +Vertex 2155: Normal +Vertex 2156: Normal +Vertex 2157: Normal +Vertex 2158: Normal +Vertex 2159: Normal +Vertex 2160: Normal +Vertex 2161: Normal +Vertex 2162: Normal +Vertex 2163: Normal +Vertex 2164: Normal +Vertex 2165: Normal +Vertex 2166: Normal +Vertex 2167: Normal +Vertex 2168: Normal +Vertex 2169: Normal +Vertex 2170: Normal +Vertex 2171: Normal +Vertex 2172: Normal +Vertex 2173: Normal +Vertex 2174: Normal +Vertex 2175: Normal +Vertex 2176: Normal +Vertex 2177: Normal +Vertex 2178: Normal +Vertex 2179: Normal +Vertex 2180: Normal +Vertex 2181: Normal +Vertex 2182: Normal +Vertex 2183: Normal +Vertex 2184: Normal +Vertex 2185: Normal +Vertex 2186: Normal +Vertex 2187: Normal +Vertex 2188: Normal +Vertex 2189: Normal +Vertex 2190: Normal +Vertex 2191: Normal +Vertex 2192: Normal +Vertex 2193: Normal +Vertex 2194: Normal +Vertex 2195: Normal +Vertex 2196: Normal +Vertex 2197: Normal +Vertex 2198: Normal +Vertex 2199: Normal +Vertex 2200: Normal +Vertex 2201: Normal +Vertex 2202: Normal +Vertex 2203: Normal +Vertex 2204: Normal +Vertex 2205: Normal +Vertex 2206: Normal +Vertex 2207: Normal +Vertex 2208: Normal +Vertex 2209: Normal +Vertex 2210: Normal +Vertex 2211: Normal +Vertex 2212: Normal +Vertex 2213: Normal +Vertex 2214: Normal +Vertex 2215: Normal +Vertex 2216: Normal +Vertex 2217: Normal +Vertex 2218: Normal +Vertex 2219: Normal +Vertex 2220: Normal +Vertex 2221: Normal +Vertex 2222: Normal +Vertex 2223: Normal +Vertex 2224: Normal +Vertex 2225: Normal +Vertex 2226: Normal +Vertex 2227: Normal +Vertex 2228: Normal +Vertex 2229: Normal +Vertex 2230: Normal +Vertex 2231: Normal +Vertex 2232: Normal +Vertex 2233: Normal +Vertex 2234: Normal +Vertex 2235: Normal +Vertex 2236: Normal +Vertex 2237: Normal +Vertex 2238: Normal +Vertex 2239: Normal +Vertex 2240: Normal +Vertex 2241: Normal +Vertex 2242: Normal +Vertex 2243: Normal +Vertex 2244: Normal +Vertex 2245: Normal +Vertex 2246: Normal +Vertex 2247: Normal +Vertex 2248: Normal +Vertex 2249: Normal +Vertex 2250: Normal +Vertex 2251: Normal +Vertex 2252: Normal +Vertex 2253: Normal +Vertex 2254: Normal +Vertex 2255: Normal +Vertex 2256: Normal +Vertex 2257: Normal +Vertex 2258: Normal +Vertex 2259: Normal +Vertex 2260: Normal +Vertex 2261: Normal +Vertex 2262: Normal +Vertex 2263: Normal +Vertex 2264: Normal +Vertex 2265: Normal +Vertex 2266: Normal +Vertex 2267: Normal +Vertex 2268: Normal +Vertex 2269: Normal +Vertex 2270: Normal +Vertex 2271: Normal +Vertex 2272: Normal +Vertex 2273: Normal +Vertex 2274: Normal +Vertex 2275: Normal +Vertex 2276: Normal +Vertex 2277: Normal +Vertex 2278: Normal +Vertex 2279: Normal +Vertex 2280: Normal +Vertex 2281: Normal +Vertex 2282: Normal +Vertex 2283: Normal +Vertex 2284: Normal +Vertex 2285: Normal +Vertex 2286: Normal +Vertex 2287: Normal +Vertex 2288: Normal +Vertex 2289: Normal +Vertex 2290: Normal +Vertex 2291: Normal +Vertex 2292: Normal +Vertex 2293: Normal +Vertex 2294: Normal +Vertex 2295: Normal +Vertex 2296: Normal +Vertex 2297: Normal +Vertex 2298: Normal +Vertex 2299: Normal +Vertex 2300: Normal +Vertex 2301: Normal +Vertex 2302: Normal +Vertex 2303: Normal +Vertex 2304: Normal +Vertex 2305: Normal +Vertex 2306: Normal +Vertex 2307: Normal +Vertex 2308: Normal +Vertex 2309: Normal +Vertex 2310: Normal +Vertex 2311: Normal +Vertex 2312: Normal +Vertex 2313: Normal +Vertex 2314: Normal +Vertex 2315: Normal +Vertex 2316: Normal +Vertex 2317: Normal +Vertex 2318: Normal +Vertex 2319: Normal +Vertex 2320: Normal +Vertex 2321: Normal +Vertex 2322: Normal +Vertex 2323: Normal +Vertex 2324: Normal +Vertex 2325: Normal +Vertex 2326: Normal +Vertex 2327: Normal +Vertex 2328: Normal +Vertex 2329: Normal +Vertex 2330: Normal +Vertex 2331: Normal +Vertex 2332: Normal +Vertex 2333: Normal +Vertex 2334: Normal +Vertex 2335: Normal +Vertex 2336: Normal +Vertex 2337: Normal +Vertex 2338: Normal +Vertex 2339: Normal +Vertex 2340: Normal +Vertex 2341: Normal +Vertex 2342: Normal +Vertex 2343: Normal +Vertex 2344: Normal +Vertex 2345: Normal +Vertex 2346: Normal +Vertex 2347: Normal +Vertex 2348: Normal +Vertex 2349: Normal +Vertex 2350: Normal +Vertex 2351: Normal +Vertex 2352: Normal +Vertex 2353: Normal +Vertex 2354: Normal +Vertex 2355: Normal +Vertex 2356: Normal +Vertex 2357: Normal +Vertex 2358: Normal +Vertex 2359: Normal +Vertex 2360: Normal +Vertex 2361: Normal +Vertex 2362: Normal +Vertex 2363: Normal +Vertex 2364: Normal +Vertex 2365: Normal +Vertex 2366: Normal +Vertex 2367: Normal +Vertex 2368: Normal +Vertex 2369: Normal +Vertex 2370: Normal +Vertex 2371: Normal +Vertex 2372: Normal +Vertex 2373: Normal +Vertex 2374: Normal +Vertex 2375: Normal +Vertex 2376: Normal +Vertex 2377: Normal +Vertex 2378: Normal +Vertex 2379: Normal +Vertex 2380: Normal +Vertex 2381: Normal +Vertex 2382: Normal +Vertex 2383: Normal +Vertex 2384: Normal +Vertex 2385: Normal +Vertex 2386: Normal +Vertex 2387: Normal +Vertex 2388: Normal +Vertex 2389: Normal +Vertex 2390: Normal +Vertex 2391: Normal +Vertex 2392: Normal +Vertex 2393: Normal +Vertex 2394: Normal +Vertex 2395: Normal +Vertex 2396: Normal +Vertex 2397: Normal +Vertex 2398: Normal +Vertex 2399: Normal +Vertex 2400: Normal +Vertex 2401: Normal +Vertex 2402: Normal +Vertex 2403: Normal +Vertex 2404: Normal +Vertex 2405: Normal +Vertex 2406: Normal +Vertex 2407: Normal +Vertex 2408: Normal +Vertex 2409: Normal +Vertex 2410: Normal +Vertex 2411: Normal +Vertex 2412: Normal +Vertex 2413: Normal +Vertex 2414: Normal +Vertex 2415: Normal +Vertex 2416: Normal +Vertex 2417: Normal +Vertex 2418: Normal +Vertex 2419: Normal +Vertex 2420: Normal +Vertex 2421: Normal +Vertex 2422: Normal +Vertex 2423: Normal +Vertex 2424: Normal +Vertex 2425: Normal +Vertex 2426: Normal +Vertex 2427: Normal +Vertex 2428: Normal +Vertex 2429: Normal +Vertex 2430: Normal +Vertex 2431: Normal +Vertex 2432: Normal +Vertex 2433: Normal +Vertex 2434: Normal +Vertex 2435: Normal +Vertex 2436: Normal +Vertex 2437: Normal +Vertex 2438: Normal +Vertex 2439: Normal +Vertex 2440: Normal +Vertex 2441: Normal +Vertex 2442: Normal +Vertex 2443: Normal +Vertex 2444: Normal +Vertex 2445: Normal +Vertex 2446: Normal +Vertex 2447: Normal +Vertex 2448: Normal +Vertex 2449: Normal +Vertex 2450: Normal +Vertex 2451: Normal +Vertex 2452: Normal +Vertex 2453: Normal +Vertex 2454: Normal +Vertex 2455: Normal +Vertex 2456: Normal +Vertex 2457: Normal +Vertex 2458: Normal +Vertex 2459: Normal +Vertex 2460: Normal +Vertex 2461: Normal +Vertex 2462: Normal +Vertex 2463: Normal +Vertex 2464: Normal +Vertex 2465: Normal +Vertex 2466: Normal +Vertex 2467: Normal +Vertex 2468: Normal +Vertex 2469: Normal +Vertex 2470: Normal +Vertex 2471: Normal +Vertex 2472: Normal +Vertex 2473: Normal +Vertex 2474: Normal +Vertex 2475: Normal +Vertex 2476: Normal +Vertex 2477: Normal +Vertex 2478: Normal +Vertex 2479: Normal +Vertex 2480: Normal +Vertex 2481: Normal +Vertex 2482: Normal +Vertex 2483: Normal +Vertex 2484: Normal +Vertex 2485: Normal +Vertex 2486: Normal +Vertex 2487: Normal +Vertex 2488: Normal +Vertex 2489: Normal +Vertex 2490: Normal +Vertex 2491: Normal +Vertex 2492: Normal +Vertex 2493: Normal +Vertex 2494: Normal +Vertex 2495: Normal +Vertex 2496: Normal +Vertex 2497: Normal +Vertex 2498: Normal +Vertex 2499: Normal +Vertex 2500: Normal +Vertex 2501: Normal +Vertex 2502: Normal +Vertex 2503: Normal +Vertex 2504: Normal +Vertex 2505: Normal +Vertex 2506: Normal +Vertex 2507: Normal +Vertex 2508: Normal +Vertex 2509: Normal +Vertex 2510: Normal +Vertex 2511: Normal +Vertex 2512: Normal +Vertex 2513: Normal +Vertex 2514: Normal +Vertex 2515: Normal +Vertex 2516: Normal +Vertex 2517: Normal +Vertex 2518: Normal +Vertex 2519: Normal +Vertex 2520: Normal +Vertex 2521: Normal +Vertex 2522: Normal +Vertex 2523: Normal +Vertex 2524: Normal +Vertex 2525: Normal +Vertex 2526: Normal +Vertex 2527: Normal +Vertex 2528: Normal +Vertex 2529: Normal +Vertex 2530: Normal +Vertex 2531: Normal +Vertex 2532: Normal +Vertex 2533: Normal +Vertex 2534: Normal +Vertex 2535: Normal +Vertex 2536: Normal +Vertex 2537: Normal +Vertex 2538: Normal +Vertex 2539: Normal +Vertex 2540: Normal +Vertex 2541: Normal +Vertex 2542: Normal +Vertex 2543: Normal +Vertex 2544: Normal +Vertex 2545: Normal +Vertex 2546: Normal +Vertex 2547: Normal +Vertex 2548: Normal +Vertex 2549: Normal +Vertex 2550: Normal +Vertex 2551: Normal +Vertex 2552: Normal +Vertex 2553: Normal +Vertex 2554: Normal +Vertex 2555: Normal +Vertex 2556: Normal +Vertex 2557: Normal +Vertex 2558: Normal +Vertex 2559: Normal +Vertex 2560: Normal +Vertex 2561: Normal +Vertex 2562: Normal +Vertex 2563: Normal +Vertex 2564: Normal +Vertex 2565: Normal +Vertex 2566: Normal +Vertex 2567: Normal +Vertex 2568: Normal +Vertex 2569: Normal +Vertex 2570: Normal +Vertex 2571: Normal +Vertex 2572: Normal +Vertex 2573: Normal +Vertex 2574: Normal +Vertex 2575: Normal +Vertex 2576: Normal +Vertex 2577: Normal +Vertex 2578: Normal +Vertex 2579: Normal +Vertex 2580: Normal +Vertex 2581: Normal +Vertex 2582: Normal +Vertex 2583: Normal +Vertex 2584: Normal +Vertex 2585: Normal +Vertex 2586: Normal +Vertex 2587: Normal +Vertex 2588: Normal +Vertex 2589: Normal +Vertex 2590: Normal +Vertex 2591: Normal +Vertex 2592: Normal +Vertex 2593: Normal +Vertex 2594: Normal +Vertex 2595: Normal +Vertex 2596: Normal +Vertex 2597: Normal +Vertex 2598: Normal +Vertex 2599: Normal +Vertex 2600: Normal +Vertex 2601: Normal +Vertex 2602: Normal +Vertex 2603: Normal +Vertex 2604: Normal +Vertex 2605: Normal +Vertex 2606: Normal +Vertex 2607: Normal +Vertex 2608: Normal +Vertex 2609: Normal +Vertex 2610: Normal +Vertex 2611: Normal +Vertex 2612: Normal +Vertex 2613: Normal +Vertex 2614: Normal +Vertex 2615: Normal +Vertex 2616: Normal +Vertex 2617: Normal +Vertex 2618: Normal +Vertex 2619: Normal +Vertex 2620: Normal +Vertex 2621: Normal +Vertex 2622: Normal +Vertex 2623: Normal +Vertex 2624: Normal +Vertex 2625: Normal +Vertex 2626: Normal +Vertex 2627: Normal +Vertex 2628: Normal +Vertex 2629: Normal +Vertex 2630: Normal +Vertex 2631: Normal +Vertex 2632: Normal +Vertex 2633: Normal +Vertex 2634: Normal +Vertex 2635: Normal +Vertex 2636: Normal +Vertex 2637: Normal +Vertex 2638: Normal +Vertex 2639: Normal +Vertex 2640: Normal +Vertex 2641: Normal +Vertex 2642: Normal +Vertex 2643: Normal +Vertex 2644: Normal +Vertex 2645: Normal +Vertex 2646: Normal +Vertex 2647: Normal +Vertex 2648: Normal +Vertex 2649: Normal +Vertex 2650: Normal +Vertex 2651: Normal +Vertex 2652: Normal +Vertex 2653: Normal +Vertex 2654: Normal +Vertex 2655: Normal +Vertex 2656: Normal +Vertex 2657: Normal +Vertex 2658: Normal +Vertex 2659: Normal +Vertex 2660: Normal +Vertex 2661: Normal +Vertex 2662: Normal +Vertex 2663: Normal +Vertex 2664: Normal +Vertex 2665: Normal +Vertex 2666: Normal +Vertex 2667: Normal +Vertex 2668: Normal +Vertex 2669: Normal +Vertex 2670: Normal +Vertex 2671: Normal +Vertex 2672: Normal +Vertex 2673: Normal +Vertex 2674: Normal +Vertex 2675: Normal +Vertex 2676: Normal +Vertex 2677: Normal +Vertex 2678: Normal +Vertex 2679: Normal +Vertex 2680: Normal +Vertex 2681: Normal +Vertex 2682: Normal +Vertex 2683: Normal +Vertex 2684: Normal +Vertex 2685: Normal +Vertex 2686: Normal +Vertex 2687: Normal +Vertex 2688: Normal +Vertex 2689: Normal +Vertex 2690: Normal +Vertex 2691: Normal +Vertex 2692: Normal +Vertex 2693: Normal +Vertex 2694: Normal +Vertex 2695: Normal +Vertex 2696: Normal +Vertex 2697: Normal +Vertex 2698: Normal +Vertex 2699: Normal +Vertex 2700: Normal +Vertex 2701: Normal +Vertex 2702: Normal +Vertex 2703: Normal +Vertex 2704: Normal +Vertex 2705: Normal +Vertex 2706: Normal +Vertex 2707: Normal +Vertex 2708: Normal +Vertex 2709: Normal +Vertex 2710: Normal +Vertex 2711: Normal +Vertex 2712: Normal +Vertex 2713: Normal +Vertex 2714: Normal +Vertex 2715: Normal +Vertex 2716: Normal +Vertex 2717: Normal +Vertex 2718: Normal +Vertex 2719: Normal +Vertex 2720: Normal +Vertex 2721: Normal +Vertex 2722: Normal +Vertex 2723: Normal +Vertex 2724: Normal +Vertex 2725: Normal +Vertex 2726: Normal +Vertex 2727: Normal +Vertex 2728: Normal +Vertex 2729: Normal +Vertex 2730: Normal +Vertex 2731: Normal +Vertex 2732: Normal +Vertex 2733: Normal +Vertex 2734: Normal +Vertex 2735: Normal +Vertex 2736: Normal +Vertex 2737: Normal +Vertex 2738: Normal +Vertex 2739: Normal +Vertex 2740: Normal +Vertex 2741: Normal +Vertex 2742: Normal +Vertex 2743: Normal +Vertex 2744: Normal +Vertex 2745: Normal +Vertex 2746: Normal +Vertex 2747: Normal +Vertex 2748: Normal +Vertex 2749: Normal +Vertex 2750: Normal +Vertex 2751: Normal +Vertex 2752: Normal +Vertex 2753: Normal +Vertex 2754: Normal +Vertex 2755: Normal +Vertex 2756: Normal +Vertex 2757: Normal +Vertex 2758: Normal +Vertex 2759: Normal +Vertex 2760: Normal +Vertex 2761: Normal +Vertex 2762: Normal +Vertex 2763: Normal +Vertex 2764: Normal +Vertex 2765: Normal +Vertex 2766: Normal +Vertex 2767: Normal +Vertex 2768: Normal +Vertex 2769: Normal +Vertex 2770: Normal +Vertex 2771: Normal +Vertex 2772: Normal +Vertex 2773: Normal +Vertex 2774: Normal +Vertex 2775: Normal +Vertex 2776: Normal +Vertex 2777: Normal +Vertex 2778: Normal +Vertex 2779: Normal +Vertex 2780: Normal +Vertex 2781: Normal +Vertex 2782: Normal +Vertex 2783: Normal +Vertex 2784: Normal +Vertex 2785: Normal +Vertex 2786: Normal +Vertex 2787: Normal +Vertex 2788: Normal +Vertex 2789: Normal +Vertex 2790: Normal +Vertex 2791: Normal +Vertex 2792: Normal +Vertex 2793: Normal +Vertex 2794: Normal +Vertex 2795: Normal +Vertex 2796: Normal +Vertex 2797: Normal +Vertex 2798: Normal +Vertex 2799: Normal +Vertex 2800: Normal +Vertex 2801: Normal +Vertex 2802: Normal +Vertex 2803: Normal +Vertex 2804: Normal +Vertex 2805: Normal +Vertex 2806: Normal +Vertex 2807: Normal +Vertex 2808: Normal +Vertex 2809: Normal +Vertex 2810: Normal +Vertex 2811: Normal +Vertex 2812: Normal +Vertex 2813: Normal +Vertex 2814: Normal +Vertex 2815: Normal +Vertex 2816: Normal +Vertex 2817: Normal +Vertex 2818: Normal +Vertex 2819: Normal +Vertex 2820: Normal +Vertex 2821: Normal +Vertex 2822: Normal +Vertex 2823: Normal +Vertex 2824: Normal +Vertex 2825: Normal +Vertex 2826: Normal +Vertex 2827: Normal +Vertex 2828: Normal +Vertex 2829: Normal +Vertex 2830: Normal +Vertex 2831: Normal +Vertex 2832: Normal +Vertex 2833: Normal +Vertex 2834: Normal +Vertex 2835: Normal +Vertex 2836: Normal +Vertex 2837: Normal +Vertex 2838: Normal +Vertex 2839: Normal +Vertex 2840: Normal +Vertex 2841: Normal +Vertex 2842: Normal +Vertex 2843: Normal +Vertex 2844: Normal +Vertex 2845: Normal +Vertex 2846: Normal +Vertex 2847: Normal +Vertex 2848: Normal +Vertex 2849: Normal +Vertex 2850: Normal +Vertex 2851: Normal +Vertex 2852: Normal +Vertex 2853: Normal +Vertex 2854: Normal +Vertex 2855: Normal +Vertex 2856: Normal +Vertex 2857: Normal +Vertex 2858: Normal +Vertex 2859: Normal +Vertex 2860: Normal +Vertex 2861: Normal +Vertex 2862: Normal +Vertex 2863: Normal +Vertex 2864: Normal +Vertex 2865: Normal +Vertex 2866: Normal +Vertex 2867: Normal +Vertex 2868: Normal +Vertex 2869: Normal +Vertex 2870: Normal +Vertex 2871: Normal +Vertex 2872: Normal +Vertex 2873: Normal +Vertex 2874: Normal +Vertex 2875: Normal +Vertex 2876: Normal +Vertex 2877: Normal +Vertex 2878: Normal +Vertex 2879: Normal +Vertex 2880: Normal +Vertex 2881: Normal +Vertex 2882: Normal +Vertex 2883: Normal +Vertex 2884: Normal +Vertex 2885: Normal +Vertex 2886: Normal +Vertex 2887: Normal +Vertex 2888: Normal +Vertex 2889: Normal +Vertex 2890: Normal +Vertex 2891: Normal +Vertex 2892: Normal +Vertex 2893: Normal +Vertex 2894: Normal +Vertex 2895: Normal +Vertex 2896: Normal +Vertex 2897: Normal +Vertex 2898: Normal +Vertex 2899: Normal +Vertex 2900: Normal +Vertex 2901: Normal +Vertex 2902: Normal +Vertex 2903: Normal +Vertex 2904: Normal +Vertex 2905: Normal +Vertex 2906: Normal +Vertex 2907: Normal +Vertex 2908: Normal +Vertex 2909: Normal +Vertex 2910: Normal +Vertex 2911: Normal +Vertex 2912: Normal +Vertex 2913: Normal +Vertex 2914: Normal +Vertex 2915: Normal +Vertex 2916: Normal +Vertex 2917: Normal +Vertex 2918: Normal +Vertex 2919: Normal +Vertex 2920: Normal +Vertex 2921: Normal +Vertex 2922: Normal +Vertex 2923: Normal +Vertex 2924: Normal +Vertex 2925: Normal +Vertex 2926: Normal +Vertex 2927: Normal +Vertex 2928: Normal +Vertex 2929: Normal +Vertex 2930: Normal +Vertex 2931: Normal +Vertex 2932: Normal +Vertex 2933: Normal +Vertex 2934: Normal +Vertex 2935: Normal +Vertex 2936: Normal +Vertex 2937: Normal +Vertex 2938: Normal +Vertex 2939: Normal +Vertex 2940: Normal +Vertex 2941: Normal +Vertex 2942: Normal +Vertex 2943: Normal +Vertex 2944: Normal +Vertex 2945: Normal +Vertex 2946: Normal +Vertex 2947: Normal +Vertex 2948: Normal +Vertex 2949: Normal +Vertex 2950: Normal +Vertex 2951: Normal +Vertex 2952: Normal +Vertex 2953: Normal +Vertex 2954: Normal +Vertex 2955: Normal +Vertex 2956: Normal +Vertex 2957: Normal +Vertex 2958: Normal +Vertex 2959: Normal +Vertex 2960: Normal +Vertex 2961: Normal +Vertex 2962: Normal +Vertex 2963: Normal +Vertex 2964: Normal +Vertex 2965: Normal +Vertex 2966: Normal +Vertex 2967: Normal +Vertex 2968: Normal +Vertex 2969: Normal +Vertex 2970: Normal +Vertex 2971: Normal +Vertex 2972: Normal +Vertex 2973: Normal +Vertex 2974: Normal +Vertex 2975: Normal +Vertex 2976: Normal +Vertex 2977: Normal +Vertex 2978: Normal +Vertex 2979: Normal +Vertex 2980: Normal +Vertex 2981: Normal +Vertex 2982: Normal +Vertex 2983: Normal +Vertex 2984: Normal +Vertex 2985: Normal +Vertex 2986: Normal +Vertex 2987: Normal +Vertex 2988: Normal +Vertex 2989: Normal +Vertex 2990: Normal +Vertex 2991: Normal +Vertex 2992: Normal +Vertex 2993: Normal +Vertex 2994: Normal +Vertex 2995: Normal +Vertex 2996: Normal +Vertex 2997: Normal +Vertex 2998: Normal +Vertex 2999: Normal +Vertex 3000: Normal +Vertex 3001: Normal +Vertex 3002: Normal +Vertex 3003: Normal +Vertex 3004: Normal +Vertex 3005: Normal +Vertex 3006: Normal +Vertex 3007: Normal +Vertex 3008: Normal +Vertex 3009: Normal +Vertex 3010: Normal +Vertex 3011: Normal +Vertex 3012: Normal +Vertex 3013: Normal +Vertex 3014: Normal +Vertex 3015: Normal +Vertex 3016: Normal +Vertex 3017: Normal +Vertex 3018: Normal +Vertex 3019: Normal +Vertex 3020: Normal +Vertex 3021: Normal +Vertex 3022: Normal +Vertex 3023: Normal +Vertex 3024: Normal +Vertex 3025: Normal +Vertex 3026: Normal +Vertex 3027: Normal +Vertex 3028: Normal +Vertex 3029: Normal +Vertex 3030: Normal +Vertex 3031: Normal +Vertex 3032: Normal +Vertex 3033: Normal +Vertex 3034: Normal +Vertex 3035: Normal +Vertex 3036: Normal +Vertex 3037: Normal +Vertex 3038: Normal +Vertex 3039: Normal +Vertex 3040: Normal +Vertex 3041: Normal +Vertex 3042: Normal +Vertex 3043: Normal +Vertex 3044: Normal +Vertex 3045: Normal +Vertex 3046: Normal +Vertex 3047: Normal +Vertex 3048: Normal +Vertex 3049: Normal +Vertex 3050: Normal +Vertex 3051: Normal +Vertex 3052: Normal +Vertex 3053: Normal +Vertex 3054: Normal +Vertex 3055: Normal +Vertex 3056: Normal +Vertex 3057: Normal +Vertex 3058: Normal +Vertex 3059: Normal +Vertex 3060: Normal +Vertex 3061: Normal +Vertex 3062: Normal +Vertex 3063: Normal +Vertex 3064: Normal +Vertex 3065: Normal +Vertex 3066: Normal +Vertex 3067: Normal +Vertex 3068: Normal +Vertex 3069: Normal +Vertex 3070: Normal +Vertex 3071: Normal +Vertex 3072: Normal +Vertex 3073: Normal +Vertex 3074: Normal +Vertex 3075: Normal +Vertex 3076: Normal +Vertex 3077: Normal +Vertex 3078: Normal +Vertex 3079: Normal +Vertex 3080: Normal +Vertex 3081: Normal +Vertex 3082: Normal +Vertex 3083: Normal +Vertex 3084: Normal +Vertex 3085: Normal +Vertex 3086: Normal +Vertex 3087: Normal +Vertex 3088: Normal +Vertex 3089: Normal +Vertex 3090: Normal +Vertex 3091: Normal +Vertex 3092: Normal +Vertex 3093: Normal +Vertex 3094: Normal +Vertex 3095: Normal +Vertex 3096: Normal +Vertex 3097: Normal +Vertex 3098: Normal +Vertex 3099: Normal +Vertex 3100: Normal +Vertex 3101: Normal +Vertex 3102: Normal +Vertex 3103: Normal +Vertex 3104: Normal +Vertex 3105: Normal +Vertex 3106: Normal +Vertex 3107: Normal +Vertex 3108: Normal +Vertex 3109: Normal +Vertex 3110: Normal +Vertex 3111: Normal +Vertex 3112: Normal +Vertex 3113: Normal +Vertex 3114: Normal +Vertex 3115: Normal +Vertex 3116: Normal +Vertex 3117: Normal +Vertex 3118: Normal +Vertex 3119: Normal +Vertex 3120: Normal +Vertex 3121: Normal +Vertex 3122: Normal +Vertex 3123: Normal +Vertex 3124: Normal +Vertex 3125: Normal +Vertex 3126: Normal +Vertex 3127: Normal +Vertex 3128: Normal +Vertex 3129: Normal +Vertex 3130: Normal +Vertex 3131: Normal +Vertex 3132: Normal +Vertex 3133: Normal +Vertex 3134: Normal +Vertex 3135: Normal +Vertex 3136: Normal +Vertex 3137: Normal +Vertex 3138: Normal +Vertex 3139: Normal +Vertex 3140: Normal +Vertex 3141: Normal +Vertex 3142: Normal +Vertex 3143: Normal +Vertex 3144: Normal +Vertex 3145: Normal +Vertex 3146: Normal +Vertex 3147: Normal +Vertex 3148: Normal +Vertex 3149: Normal +Vertex 3150: Normal +Vertex 3151: Normal +Vertex 3152: Normal +Vertex 3153: Normal +Vertex 3154: Normal +Vertex 3155: Normal +Vertex 3156: Normal +Vertex 3157: Normal +Vertex 3158: Normal +Vertex 3159: Normal +Vertex 3160: Normal +Vertex 3161: Normal +Vertex 3162: Normal +Vertex 3163: Normal +Vertex 3164: Normal +Vertex 3165: Normal +Vertex 3166: Normal +Vertex 3167: Normal +Vertex 3168: Normal +Vertex 3169: Normal +Vertex 3170: Normal +Vertex 3171: Normal +Vertex 3172: Normal +Vertex 3173: Normal +Vertex 3174: Normal +Vertex 3175: Normal +Vertex 3176: Normal +Vertex 3177: Normal +Vertex 3178: Normal +Vertex 3179: Normal +Vertex 3180: Normal +Vertex 3181: Normal +Vertex 3182: Normal +Vertex 3183: Normal +Vertex 3184: Normal +Vertex 3185: Normal +Vertex 3186: Normal +Vertex 3187: Normal +Vertex 3188: Normal +Vertex 3189: Normal +Vertex 3190: Normal +Vertex 3191: Normal +Vertex 3192: Normal +Vertex 3193: Normal +Vertex 3194: Normal +Vertex 3195: Normal +Vertex 3196: Normal +Vertex 3197: Normal +Vertex 3198: Normal +Vertex 3199: Normal +Vertex 3200: Normal +Vertex 3201: Normal +Vertex 3202: Normal +Vertex 3203: Normal +Vertex 3204: Normal +Vertex 3205: Normal +Vertex 3206: Normal +Vertex 3207: Normal +Vertex 3208: Normal +Vertex 3209: Normal +Vertex 3210: Normal +Vertex 3211: Normal +Vertex 3212: Normal +Vertex 3213: Normal +Vertex 3214: Normal +Vertex 3215: Normal +Vertex 3216: Normal +Vertex 3217: Normal +Vertex 3218: Normal +Vertex 3219: Normal +Vertex 3220: Normal +Vertex 3221: Normal +Vertex 3222: Normal +Vertex 3223: Normal +Vertex 3224: Normal +Vertex 3225: Normal +Vertex 3226: Normal +Vertex 3227: Normal +Vertex 3228: Normal +Vertex 3229: Normal +Vertex 3230: Normal +Vertex 3231: Normal +Vertex 3232: Normal +Vertex 3233: Normal +Vertex 3234: Normal +Vertex 3235: Normal +Vertex 3236: Normal +Vertex 3237: Normal +Vertex 3238: Normal +Vertex 3239: Normal +Vertex 3240: Normal +Vertex 3241: Normal +Vertex 3242: Normal +Vertex 3243: Normal +Vertex 3244: Normal +Vertex 3245: Normal +Vertex 3246: Normal +Vertex 3247: Normal +Vertex 3248: Normal +Vertex 3249: Normal +Vertex 3250: Normal +Vertex 3251: Normal +Vertex 3252: Normal +Vertex 3253: Normal +Vertex 3254: Normal +Vertex 3255: Normal +Vertex 3256: Normal +Vertex 3257: Normal +Vertex 3258: Normal +Vertex 3259: Normal +Vertex 3260: Normal +Vertex 3261: Normal +Vertex 3262: Normal +Vertex 3263: Normal +Vertex 3264: Normal +Vertex 3265: Normal +Vertex 3266: Normal +Vertex 3267: Normal +Vertex 3268: Normal +Vertex 3269: Normal +Vertex 3270: Normal +Vertex 3271: Normal +Vertex 3272: Normal +Vertex 3273: Normal +Vertex 3274: Normal +Vertex 3275: Normal +Vertex 3276: Normal +Vertex 3277: Normal +Vertex 3278: Normal +Vertex 3279: Normal +Vertex 3280: Normal +Vertex 3281: Normal +Vertex 3282: Normal +Vertex 3283: Normal +Vertex 3284: Normal +Vertex 3285: Normal +Vertex 3286: Normal +Vertex 3287: Normal +Vertex 3288: Normal +Vertex 3289: Normal +Vertex 3290: Normal +Vertex 3291: Normal +Vertex 3292: Normal +Vertex 3293: Normal +Vertex 3294: Normal +Vertex 3295: Normal +Vertex 3296: Normal +Vertex 3297: Normal +Vertex 3298: Normal +Vertex 3299: Normal +Vertex 3300: Normal +Vertex 3301: Normal +Vertex 3302: Normal +Vertex 3303: Normal +Vertex 3304: Normal +Vertex 3305: Normal +Vertex 3306: Normal +Vertex 3307: Normal +Vertex 3308: Normal +Vertex 3309: Normal +Vertex 3310: Normal +Vertex 3311: Normal +Vertex 3312: Normal +Vertex 3313: Normal +Vertex 3314: Normal +Vertex 3315: Normal +Vertex 3316: Normal +Vertex 3317: Normal +Vertex 3318: Normal +Vertex 3319: Normal +Vertex 3320: Normal +Vertex 3321: Normal +Vertex 3322: Normal +Vertex 3323: Normal +Vertex 3324: Normal +Vertex 3325: Normal +Vertex 3326: Normal +Vertex 3327: Normal +Vertex 3328: Normal +Vertex 3329: Normal +Vertex 3330: Normal +Vertex 3331: Normal +Vertex 3332: Normal +Vertex 3333: Normal +Vertex 3334: Normal +Vertex 3335: Normal +Vertex 3336: Normal +Vertex 3337: Normal +Vertex 3338: Normal +Vertex 3339: Normal +Vertex 3340: Normal +Vertex 3341: Normal +Vertex 3342: Normal +Vertex 3343: Normal +Vertex 3344: Normal +Vertex 3345: Normal +Vertex 3346: Normal +Vertex 3347: Normal +Vertex 3348: Normal +Vertex 3349: Normal +Vertex 3350: Normal +Vertex 3351: Normal +Vertex 3352: Normal +Vertex 3353: Normal +Vertex 3354: Normal +Vertex 3355: Normal +Vertex 3356: Normal +Vertex 3357: Normal +Vertex 3358: Normal +Vertex 3359: Normal +Vertex 3360: Normal +Vertex 3361: Normal +Vertex 3362: Normal +Vertex 3363: Normal +Vertex 3364: Normal +Vertex 3365: Normal +Vertex 3366: Normal +Vertex 3367: Normal +Vertex 3368: Normal +Vertex 3369: Normal +Vertex 3370: Normal +Vertex 3371: Normal +Vertex 3372: Normal +Vertex 3373: Normal +Vertex 3374: Normal +Vertex 3375: Normal +Vertex 3376: Normal +Vertex 3377: Normal +Vertex 3378: Normal +Vertex 3379: Normal +Vertex 3380: Normal +Vertex 3381: Normal +Vertex 3382: Normal +Vertex 3383: Normal +Vertex 3384: Normal +Vertex 3385: Normal +Vertex 3386: Normal +Vertex 3387: Normal +Vertex 3388: Normal +Vertex 3389: Normal +Vertex 3390: Normal +Vertex 3391: Normal +Vertex 3392: Normal +Vertex 3393: Normal +Vertex 3394: Normal +Vertex 3395: Normal +Vertex 3396: Normal +Vertex 3397: Normal +Vertex 3398: Normal +Vertex 3399: Normal +Vertex 3400: Normal +Vertex 3401: Normal +Vertex 3402: Normal +Vertex 3403: Normal +Vertex 3404: Normal +Vertex 3405: Normal +Vertex 3406: Normal +Vertex 3407: Normal +Vertex 3408: Normal +Vertex 3409: Normal +Vertex 3410: Normal +Vertex 3411: Normal +Vertex 3412: Normal +Vertex 3413: Normal +Vertex 3414: Normal +Vertex 3415: Normal +Vertex 3416: Normal +Vertex 3417: Normal +Vertex 3418: Normal +Vertex 3419: Normal +Vertex 3420: Normal +Vertex 3421: Normal +Vertex 3422: Normal +Vertex 3423: Normal +Vertex 3424: Normal +Vertex 3425: Normal +Vertex 3426: Normal +Vertex 3427: Normal +Vertex 3428: Normal +Vertex 3429: Normal +Vertex 3430: Normal +Vertex 3431: Normal +Vertex 3432: Normal +Vertex 3433: Normal +Vertex 3434: Normal +Vertex 3435: Normal +Vertex 3436: Normal +Vertex 3437: Normal +Vertex 3438: Normal +Vertex 3439: Normal +Vertex 3440: Normal +Vertex 3441: Normal +Vertex 3442: Normal +Vertex 3443: Normal +Vertex 3444: Normal +Vertex 3445: Normal +Vertex 3446: Normal +Vertex 3447: Normal +Vertex 3448: Normal +Vertex 3449: Normal +Vertex 3450: Normal +Vertex 3451: Normal +Vertex 3452: Normal +Vertex 3453: Normal +Vertex 3454: Normal +Vertex 3455: Normal +Vertex 3456: Normal +Vertex 3457: Normal +Vertex 3458: Normal +Vertex 3459: Normal +Vertex 3460: Normal +Vertex 3461: Normal +Vertex 3462: Normal +Vertex 3463: Normal +Vertex 3464: Normal +Vertex 3465: Normal +Vertex 3466: Normal +Vertex 3467: Normal +Vertex 3468: Normal +Vertex 3469: Normal +Vertex 3470: Normal +Vertex 3471: Normal +Vertex 3472: Normal +Vertex 3473: Normal +Vertex 3474: Normal +Vertex 3475: Normal +Vertex 3476: Normal +Vertex 3477: Normal +Vertex 3478: Normal +Vertex 3479: Normal +Vertex 3480: Normal +Vertex 3481: Normal +Vertex 3482: Normal +Vertex 3483: Normal +Vertex 3484: Normal +Vertex 3485: Normal +Vertex 3486: Normal +Vertex 3487: Normal +Vertex 3488: Normal +Vertex 3489: Normal +Vertex 3490: Normal +Vertex 3491: Normal +Vertex 3492: Normal +Vertex 3493: Normal +Vertex 3494: Normal +Vertex 3495: Normal +Vertex 3496: Normal +Vertex 3497: Normal +Vertex 3498: Normal +Vertex 3499: Normal +Vertex 3500: Normal +Vertex 3501: Normal +Vertex 3502: Normal +Vertex 3503: Normal +Vertex 3504: Normal +Vertex 3505: Normal +Vertex 3506: Normal +Vertex 3507: Normal +Vertex 3508: Normal +Vertex 3509: Normal +Vertex 3510: Normal +Vertex 3511: Normal +Vertex 3512: Normal +Vertex 3513: Normal +Vertex 3514: Normal +Vertex 3515: Normal +Vertex 3516: Normal +Vertex 3517: Normal +Vertex 3518: Normal +Vertex 3519: Normal +Vertex 3520: Normal +Vertex 3521: Normal +Vertex 3522: Normal +Vertex 3523: Normal +Vertex 3524: Normal +Vertex 3525: Normal +Vertex 3526: Normal +Vertex 3527: Normal +Vertex 3528: Normal +Vertex 3529: Normal +Vertex 3530: Normal +Vertex 3531: Normal +Vertex 3532: Normal +Vertex 3533: Normal +Vertex 3534: Normal +Vertex 3535: Normal +Vertex 3536: Normal +Vertex 3537: Normal +Vertex 3538: Normal +Vertex 3539: Normal +Vertex 3540: Normal +Vertex 3541: Normal +Vertex 3542: Normal +Vertex 3543: Normal +Vertex 3544: Normal +Vertex 3545: Normal +Vertex 3546: Normal +Vertex 3547: Normal +Vertex 3548: Normal +Vertex 3549: Normal +Vertex 3550: Normal +Vertex 3551: Normal +Vertex 3552: Normal +Vertex 3553: Normal +Vertex 3554: Normal +Vertex 3555: Normal +Vertex 3556: Normal +Vertex 3557: Normal +Vertex 3558: Normal +Vertex 3559: Normal +Vertex 3560: Normal +Vertex 3561: Normal +Vertex 3562: Normal +Vertex 3563: Normal +Vertex 3564: Normal +Vertex 3565: Normal +Vertex 3566: Normal +Vertex 3567: Normal +Vertex 3568: Normal +Vertex 3569: Normal +Vertex 3570: Normal +Vertex 3571: Normal +Vertex 3572: Normal +Vertex 3573: Normal +Vertex 3574: Normal +Vertex 3575: Normal +Vertex 3576: Normal +Vertex 3577: Normal +Vertex 3578: Normal +Vertex 3579: Normal +Vertex 3580: Normal +Vertex 3581: Normal +Vertex 3582: Normal +Vertex 3583: Normal +Vertex 3584: Normal +Vertex 3585: Normal +Vertex 3586: Normal +Vertex 3587: Normal +Vertex 3588: Normal +Vertex 3589: Normal +Vertex 3590: Normal +Vertex 3591: Normal +Vertex 3592: Normal +Vertex 3593: Normal +Vertex 3594: Normal +Vertex 3595: Normal +Vertex 3596: Normal +Vertex 3597: Normal +Vertex 3598: Normal +Vertex 3599: Normal +Vertex 3600: Normal +Vertex 3601: Normal +Vertex 3602: Normal +Vertex 3603: Normal +Vertex 3604: Normal +Vertex 3605: Normal +Vertex 3606: Normal +Vertex 3607: Normal +Vertex 3608: Normal +Vertex 3609: Normal +Vertex 3610: Normal +Vertex 3611: Normal +Vertex 3612: Normal +Vertex 3613: Normal +Vertex 3614: Normal +Vertex 3615: Normal +Vertex 3616: Normal +Vertex 3617: Normal +Vertex 3618: Normal +Vertex 3619: Normal +Vertex 3620: Normal +Vertex 3621: Normal +Vertex 3622: Normal +Vertex 3623: Normal +Vertex 3624: Normal +Vertex 3625: Normal +Vertex 3626: Normal +Vertex 3627: Normal +Vertex 3628: Normal +Vertex 3629: Normal +Vertex 3630: Normal +Vertex 3631: Normal +Vertex 3632: Normal +Vertex 3633: Normal +Vertex 3634: Normal +Vertex 3635: Normal +Vertex 3636: Normal +Vertex 3637: Normal +Vertex 3638: Normal +Vertex 3639: Normal +Vertex 3640: Normal +Vertex 3641: Normal +Vertex 3642: Normal +Vertex 3643: Normal +Vertex 3644: Normal +Vertex 3645: Normal +Vertex 3646: Normal +Vertex 3647: Normal +Vertex 3648: Normal +Vertex 3649: Normal +Vertex 3650: Normal +Vertex 3651: Normal +Vertex 3652: Normal +Vertex 3653: Normal +Vertex 3654: Normal +Vertex 3655: Normal +Vertex 3656: Normal +Vertex 3657: Normal +Vertex 3658: Normal +Vertex 3659: Normal +Vertex 3660: Normal +Vertex 3661: Normal +Vertex 3662: Normal +Vertex 3663: Normal +Vertex 3664: Normal +Vertex 3665: Normal +Vertex 3666: Normal +Vertex 3667: Normal +Vertex 3668: Normal +Vertex 3669: Normal +Vertex 3670: Normal +Vertex 3671: Normal +Vertex 3672: Normal +Vertex 3673: Normal +Vertex 3674: Normal +Vertex 3675: Normal +Vertex 3676: Normal +Vertex 3677: Normal +Vertex 3678: Normal +Vertex 3679: Normal +Vertex 3680: Normal +Vertex 3681: Normal +Vertex 3682: Normal +Vertex 3683: Normal +Vertex 3684: Normal +Vertex 3685: Normal +Vertex 3686: Normal +Vertex 3687: Normal +Vertex 3688: Normal +Vertex 3689: Normal +Vertex 3690: Normal +Vertex 3691: Normal +Vertex 3692: Normal +Vertex 3693: Normal +Vertex 3694: Normal +Vertex 3695: Normal +Vertex 3696: Normal +Vertex 3697: Normal +Vertex 3698: Normal +Vertex 3699: Normal +Vertex 3700: Normal +Vertex 3701: Normal +Vertex 3702: Normal +Vertex 3703: Normal +Vertex 3704: Normal +Vertex 3705: Normal +Vertex 3706: Normal +Vertex 3707: Normal +Vertex 3708: Normal +Vertex 3709: Normal +Vertex 3710: Normal +Vertex 3711: Normal +Vertex 3712: Normal +Vertex 3713: Normal +Vertex 3714: Normal +Vertex 3715: Normal +Vertex 3716: Normal +Vertex 3717: Normal +Vertex 3718: Normal +Vertex 3719: Normal +Vertex 3720: Normal +Vertex 3721: Normal +Vertex 3722: Normal +Vertex 3723: Normal +Vertex 3724: Normal +Vertex 3725: Normal +Vertex 3726: Normal +Vertex 3727: Normal +Vertex 3728: Normal +Vertex 3729: Normal +Vertex 3730: Normal +Vertex 3731: Normal +Vertex 3732: Normal +Vertex 3733: Normal +Vertex 3734: Normal +Vertex 3735: Normal +Vertex 3736: Normal +Vertex 3737: Normal +Vertex 3738: Normal +Vertex 3739: Normal +Vertex 3740: Normal +Vertex 3741: Normal +Vertex 3742: Normal +Vertex 3743: Normal +Vertex 3744: Normal +Vertex 3745: Normal +Vertex 3746: Normal +Vertex 3747: Normal +Vertex 3748: Normal +Vertex 3749: Normal +Vertex 3750: Normal +Vertex 3751: Normal +Vertex 3752: Normal +Vertex 3753: Normal +Vertex 3754: Normal +Vertex 3755: Normal +Vertex 3756: Normal +Vertex 3757: Normal +Vertex 3758: Normal +Vertex 3759: Normal +Vertex 3760: Normal +Vertex 3761: Normal +Vertex 3762: Normal +Vertex 3763: Normal +Vertex 3764: Normal +Vertex 3765: Normal +Vertex 3766: Normal +Vertex 3767: Normal +Vertex 3768: Normal +Vertex 3769: Normal +Vertex 3770: Normal +Vertex 3771: Normal +Vertex 3772: Normal +Vertex 3773: Normal +Vertex 3774: Normal +Vertex 3775: Normal +Vertex 3776: Normal +Vertex 3777: Normal +Vertex 3778: Normal +Vertex 3779: Normal +Vertex 3780: Normal +Vertex 3781: Normal +Vertex 3782: Normal +Vertex 3783: Normal +Vertex 3784: Normal +Vertex 3785: Normal +Vertex 3786: Normal +Vertex 3787: Normal +Vertex 3788: Normal +Vertex 3789: Normal +Vertex 3790: Normal +Vertex 3791: Normal +Vertex 3792: Normal +Vertex 3793: Normal +Vertex 3794: Normal +Vertex 3795: Normal +Vertex 3796: Normal +Vertex 3797: Normal +Vertex 3798: Normal +Vertex 3799: Normal +Vertex 3800: Normal +Vertex 3801: Normal +Vertex 3802: Normal +Vertex 3803: Normal +Vertex 3804: Normal +Vertex 3805: Normal +Vertex 3806: Normal +Vertex 3807: Normal +Vertex 3808: Normal +Vertex 3809: Normal +Vertex 3810: Normal +Vertex 3811: Normal +Vertex 3812: Normal +Vertex 3813: Normal +Vertex 3814: Normal +Vertex 3815: Normal +Vertex 3816: Normal +Vertex 3817: Normal +Vertex 3818: Normal +Vertex 3819: Normal +Vertex 3820: Normal +Vertex 3821: Normal +Vertex 3822: Normal +Vertex 3823: Normal +Vertex 3824: Normal +Vertex 3825: Normal +Vertex 3826: Normal +Vertex 3827: Normal +Vertex 3828: Normal +Vertex 3829: Normal +Vertex 3830: Normal +Vertex 3831: Normal +Vertex 3832: Normal +Vertex 3833: Normal +Vertex 3834: Normal +Vertex 3835: Normal +Vertex 3836: Normal +Vertex 3837: Normal +Vertex 3838: Normal +Vertex 3839: Normal +Vertex 3840: Normal +Vertex 3841: Normal +Vertex 3842: Normal +Vertex 3843: Normal +Vertex 3844: Normal +Vertex 3845: Normal +Vertex 3846: Normal +Vertex 3847: Normal +Vertex 3848: Normal +Vertex 3849: Normal +Vertex 3850: Normal +Vertex 3851: Normal +Vertex 3852: Normal +Vertex 3853: Normal +Vertex 3854: Normal +Vertex 3855: Normal +Vertex 3856: Normal +Vertex 3857: Normal +Vertex 3858: Normal +Vertex 3859: Normal +Vertex 3860: Normal +Vertex 3861: Normal +Vertex 3862: Normal +Vertex 3863: Normal +Vertex 3864: Normal +Vertex 3865: Normal +Vertex 3866: Normal +Vertex 3867: Normal +Vertex 3868: Normal +Vertex 3869: Normal +Vertex 3870: Normal +Vertex 3871: Normal +Vertex 3872: Normal +Vertex 3873: Normal +Vertex 3874: Normal +Vertex 3875: Normal +Vertex 3876: Normal +Vertex 3877: Normal +Vertex 3878: Normal +Vertex 3879: Normal +Vertex 3880: Normal +Vertex 3881: Normal +Vertex 3882: Normal +Vertex 3883: Normal +Vertex 3884: Normal +Vertex 3885: Normal +Vertex 3886: Normal +Vertex 3887: Normal +Vertex 3888: Normal +Vertex 3889: Normal +Vertex 3890: Normal +Vertex 3891: Normal +Vertex 3892: Normal +Vertex 3893: Normal +Vertex 3894: Normal +Vertex 3895: Normal +Vertex 3896: Normal +Vertex 3897: Normal +Vertex 3898: Normal +Vertex 3899: Normal +Vertex 3900: Normal +Vertex 3901: Normal +Vertex 3902: Normal +Vertex 3903: Normal +Vertex 3904: Normal +Vertex 3905: Normal +Vertex 3906: Normal +Vertex 3907: Normal +Vertex 3908: Normal +Vertex 3909: Normal +Vertex 3910: Normal +Vertex 3911: Normal +Vertex 3912: Normal +Vertex 3913: Normal +Vertex 3914: Normal +Vertex 3915: Normal +Vertex 3916: Normal +Vertex 3917: Normal +Vertex 3918: Normal +Vertex 3919: Normal +Vertex 3920: Normal +Vertex 3921: Normal +Vertex 3922: Normal +Vertex 3923: Normal +Vertex 3924: Normal +Vertex 3925: Normal +Vertex 3926: Normal +Vertex 3927: Normal +Vertex 3928: Normal +Vertex 3929: Normal +Vertex 3930: Normal +Vertex 3931: Normal +Vertex 3932: Normal +Vertex 3933: Normal +Vertex 3934: Normal +Vertex 3935: Normal +Vertex 3936: Normal +Vertex 3937: Normal +Vertex 3938: Normal +Vertex 3939: Normal +Vertex 3940: Normal +Vertex 3941: Normal +Vertex 3942: Normal +Vertex 3943: Normal +Vertex 3944: Normal +Vertex 3945: Normal +Vertex 3946: Normal +Vertex 3947: Normal +Vertex 3948: Normal +Vertex 3949: Normal +Vertex 3950: Normal +Vertex 3951: Normal +Vertex 3952: Normal +Vertex 3953: Normal +Vertex 3954: Normal +Vertex 3955: Normal +Vertex 3956: Normal +Vertex 3957: Normal +Vertex 3958: Normal +Vertex 3959: Normal +Vertex 3960: Normal +Vertex 3961: Normal +Vertex 3962: Normal +Vertex 3963: Normal +Vertex 3964: Normal +Vertex 3965: Normal +Vertex 3966: Normal +Vertex 3967: Normal +Vertex 3968: Normal +Vertex 3969: Normal +Vertex 3970: Normal +Vertex 3971: Normal +Vertex 3972: Normal +Vertex 3973: Normal +Vertex 3974: Normal +Vertex 3975: Normal +Vertex 3976: Normal +Vertex 3977: Normal +Vertex 3978: Normal +Vertex 3979: Normal +Vertex 3980: Normal +Vertex 3981: Normal +Vertex 3982: Normal +Vertex 3983: Normal +Vertex 3984: Normal +Vertex 3985: Normal +Vertex 3986: Normal +Vertex 3987: Normal +Vertex 3988: Normal +Vertex 3989: Normal +Vertex 3990: Normal +Vertex 3991: Normal +Vertex 3992: Normal +Vertex 3993: Normal +Vertex 3994: Normal +Vertex 3995: Normal +Vertex 3996: Normal +Vertex 3997: Normal +Vertex 3998: Normal +Vertex 3999: Normal +Vertex 4000: Normal +Vertex 4001: Normal +Vertex 4002: Normal +Vertex 4003: Normal +Vertex 4004: Normal +Vertex 4005: Normal +Vertex 4006: Normal +Vertex 4007: Normal +Vertex 4008: Normal +Vertex 4009: Normal +Vertex 4010: Normal +Vertex 4011: Normal +Vertex 4012: Normal +Vertex 4013: Normal +Vertex 4014: Normal +Vertex 4015: Normal +Vertex 4016: Normal +Vertex 4017: Normal +Vertex 4018: Normal +Vertex 4019: Normal +Vertex 4020: Normal +Vertex 4021: Normal +Vertex 4022: Normal +Vertex 4023: Normal +Vertex 4024: Normal +Vertex 4025: Normal +Vertex 4026: Normal +Vertex 4027: Normal +Vertex 4028: Normal +Vertex 4029: Normal +Vertex 4030: Normal +Vertex 4031: Normal +Vertex 4032: Normal +Vertex 4033: Normal +Vertex 4034: Normal +Vertex 4035: Normal +Vertex 4036: Normal +Vertex 4037: Normal +Vertex 4038: Normal +Vertex 4039: Normal +Vertex 4040: Normal +Vertex 4041: Normal +Vertex 4042: Normal +Vertex 4043: Normal +Vertex 4044: Normal +Vertex 4045: Normal +Vertex 4046: Normal +Vertex 4047: Normal +Vertex 4048: Normal +Vertex 4049: Normal +Vertex 4050: Normal +Vertex 4051: Normal +Vertex 4052: Normal +Vertex 4053: Normal +Vertex 4054: Normal +Vertex 4055: Normal +Vertex 4056: Normal +Vertex 4057: Normal +Vertex 4058: Normal +Vertex 4059: Normal +Vertex 4060: Normal +Vertex 4061: Normal +Vertex 4062: Normal +Vertex 4063: Normal +Vertex 4064: Normal +Vertex 4065: Normal +Vertex 4066: Normal +Vertex 4067: Normal +Vertex 4068: Normal +Vertex 4069: Normal +Vertex 4070: Normal +Vertex 4071: Normal +Vertex 4072: Normal +Vertex 4073: Normal +Vertex 4074: Normal +Vertex 4075: Normal +Vertex 4076: Normal +Vertex 4077: Normal +Vertex 4078: Normal +Vertex 4079: Normal +Vertex 4080: Normal +Vertex 4081: Normal +Vertex 4082: Normal +Vertex 4083: Normal +Vertex 4084: Normal +Vertex 4085: Normal +Vertex 4086: Normal +Vertex 4087: Normal +Vertex 4088: Normal +Vertex 4089: Normal +Vertex 4090: Normal +Vertex 4091: Normal +Vertex 4092: Normal +Vertex 4093: Normal +Vertex 4094: Normal +Vertex 4095: Normal +Vertex 4096: Normal +Vertex 4097: Normal +Vertex 4098: Normal +Vertex 4099: Normal +Vertex 4100: Normal +Vertex 4101: Normal +Vertex 4102: Normal +Vertex 4103: Normal +Vertex 4104: Normal +Vertex 4105: Normal +Vertex 4106: Normal +Vertex 4107: Normal +Vertex 4108: Normal +Vertex 4109: Normal +Vertex 4110: Normal +Vertex 4111: Normal +Vertex 4112: Normal +Vertex 4113: Normal +Vertex 4114: Normal +Vertex 4115: Normal +Vertex 4116: Normal +Vertex 4117: Normal +Vertex 4118: Normal +Vertex 4119: Normal +Vertex 4120: Normal +Vertex 4121: Normal +Vertex 4122: Normal +Vertex 4123: Normal +Vertex 4124: Normal +Vertex 4125: Normal +Vertex 4126: Normal +Vertex 4127: Normal +Vertex 4128: Normal +Vertex 4129: Normal +Vertex 4130: Normal +Vertex 4131: Normal +Vertex 4132: Normal +Vertex 4133: Normal +Vertex 4134: Normal +Vertex 4135: Normal +Vertex 4136: Normal +Vertex 4137: Normal +Vertex 4138: Normal +Vertex 4139: Normal +Vertex 4140: Normal +Vertex 4141: Normal +Vertex 4142: Normal +Vertex 4143: Normal +Vertex 4144: Normal +Vertex 4145: Normal +Vertex 4146: Normal +Vertex 4147: Normal +Vertex 4148: Normal +Vertex 4149: Normal +Vertex 4150: Normal +Vertex 4151: Normal +Vertex 4152: Normal +Vertex 4153: Normal +Vertex 4154: Normal +Vertex 4155: Normal +Vertex 4156: Normal +Vertex 4157: Normal +Vertex 4158: Normal +Vertex 4159: Normal +Vertex 4160: Normal +Vertex 4161: Normal +Vertex 4162: Normal +Vertex 4163: Normal +Vertex 4164: Normal +Vertex 4165: Normal +Vertex 4166: Normal +Vertex 4167: Normal +Vertex 4168: Normal +Vertex 4169: Normal +Vertex 4170: Normal +Vertex 4171: Normal +Vertex 4172: Normal +Vertex 4173: Normal +Vertex 4174: Normal +Vertex 4175: Normal +Vertex 4176: Normal +Vertex 4177: Normal +Vertex 4178: Normal +Vertex 4179: Normal +Vertex 4180: Normal +Vertex 4181: Normal +Vertex 4182: Normal +Vertex 4183: Normal +Vertex 4184: Normal +Vertex 4185: Normal +Vertex 4186: Normal +Vertex 4187: Normal +Vertex 4188: Normal +Vertex 4189: Normal +Vertex 4190: Normal +Vertex 4191: Normal +Vertex 4192: Normal +Vertex 4193: Normal +Vertex 4194: Normal +Vertex 4195: Normal +Vertex 4196: Normal +Vertex 4197: Normal +Vertex 4198: Normal +Vertex 4199: Normal +Vertex 4200: Normal +Vertex 4201: Normal +Vertex 4202: Normal +Vertex 4203: Normal +Vertex 4204: Normal +Vertex 4205: Normal +Vertex 4206: Normal +Vertex 4207: Normal +Vertex 4208: Normal +Vertex 4209: Normal +Vertex 4210: Normal +Vertex 4211: Normal +Vertex 4212: Normal +Vertex 4213: Normal +Vertex 4214: Normal +Vertex 4215: Normal +Vertex 4216: Normal +Vertex 4217: Normal +Vertex 4218: Normal +Vertex 4219: Normal +Vertex 4220: Normal +Vertex 4221: Normal +Vertex 4222: Normal +Vertex 4223: Normal +Vertex 4224: Normal +Vertex 4225: Normal +Vertex 4226: Normal +Vertex 4227: Normal +Vertex 4228: Normal +Vertex 4229: Normal +Vertex 4230: Normal +Vertex 4231: Normal +Vertex 4232: Normal +Vertex 4233: Normal +Vertex 4234: Normal +Vertex 4235: Normal +Vertex 4236: Normal +Vertex 4237: Normal +Vertex 4238: Normal +Vertex 4239: Normal +Vertex 4240: Normal +Vertex 4241: Normal +Vertex 4242: Normal +Vertex 4243: Normal +Vertex 4244: Normal +Vertex 4245: Normal +Vertex 4246: Normal +Vertex 4247: Normal +Vertex 4248: Normal +Vertex 4249: Normal +Vertex 4250: Normal +Vertex 4251: Normal +Vertex 4252: Normal +Vertex 4253: Normal +Vertex 4254: Normal +Vertex 4255: Normal +Vertex 4256: Normal +Vertex 4257: Normal +Vertex 4258: Normal +Vertex 4259: Normal +Vertex 4260: Normal +Vertex 4261: Normal +Vertex 4262: Normal +Vertex 4263: Normal +Vertex 4264: Normal +Vertex 4265: Normal +Vertex 4266: Normal +Vertex 4267: Normal +Vertex 4268: Normal +Vertex 4269: Normal +Vertex 4270: Normal +Vertex 4271: Normal +Vertex 4272: Normal +Vertex 4273: Normal +Vertex 4274: Normal +Vertex 4275: Normal +Vertex 4276: Normal +Vertex 4277: Normal +Vertex 4278: Normal +Vertex 4279: Normal +Vertex 4280: Normal +Vertex 4281: Normal +Vertex 4282: Normal +Vertex 4283: Normal +Vertex 4284: Normal +Vertex 4285: Normal +Vertex 4286: Normal +Vertex 4287: Normal +Vertex 4288: Normal +Vertex 4289: Normal +Vertex 4290: Normal +Vertex 4291: Normal +Vertex 4292: Normal +Vertex 4293: Normal +Vertex 4294: Normal +Vertex 4295: Normal +Vertex 4296: Normal +Vertex 4297: Normal +Vertex 4298: Normal +Vertex 4299: Normal +Vertex 4300: Normal +Vertex 4301: Normal +Vertex 4302: Normal +Vertex 4303: Normal +Vertex 4304: Normal +Vertex 4305: Normal +Vertex 4306: Normal +Vertex 4307: Normal +Vertex 4308: Normal +Vertex 4309: Normal +Vertex 4310: Normal +Vertex 4311: Normal +Vertex 4312: Normal +Vertex 4313: Normal +Vertex 4314: Normal +Vertex 4315: Normal +Vertex 4316: Normal +Vertex 4317: Normal +Vertex 4318: Normal +Vertex 4319: Normal +Vertex 4320: Normal +Vertex 4321: Normal +Vertex 4322: Normal +Vertex 4323: Normal +Vertex 4324: Normal +Vertex 4325: Normal +Vertex 4326: Normal +Vertex 4327: Normal +Vertex 4328: Normal +Vertex 4329: Normal +Vertex 4330: Normal +Vertex 4331: Normal +Vertex 4332: Normal +Vertex 4333: Normal +Vertex 4334: Normal +Vertex 4335: Normal +Vertex 4336: Normal +Vertex 4337: Normal +Vertex 4338: Normal +Vertex 4339: Normal +Vertex 4340: Normal +Vertex 4341: Normal +Vertex 4342: Normal +Vertex 4343: Normal +Vertex 4344: Normal +Vertex 4345: Normal +Vertex 4346: Normal +Vertex 4347: Normal +Vertex 4348: Normal +Vertex 4349: Normal +Vertex 4350: Normal +Vertex 4351: Normal +Vertex 4352: Normal +Vertex 4353: Normal +Vertex 4354: Normal +Vertex 4355: Normal +Vertex 4356: Normal +Vertex 4357: Normal +Vertex 4358: Normal +Vertex 4359: Normal +Vertex 4360: Normal +Vertex 4361: Normal +Vertex 4362: Normal +Vertex 4363: Normal +Vertex 4364: Normal +Vertex 4365: Normal +Vertex 4366: Normal +Vertex 4367: Normal +Vertex 4368: Normal +Vertex 4369: Normal +Vertex 4370: Normal +Vertex 4371: Normal +Vertex 4372: Normal +Vertex 4373: Normal +Vertex 4374: Normal +Vertex 4375: Normal +Vertex 4376: Normal +Vertex 4377: Normal +Vertex 4378: Normal +Vertex 4379: Normal +Vertex 4380: Normal +Vertex 4381: Normal +Vertex 4382: Normal +Vertex 4383: Normal +Vertex 4384: Normal +Vertex 4385: Normal +Vertex 4386: Normal +Vertex 4387: Normal +Vertex 4388: Normal +Vertex 4389: Normal +Vertex 4390: Normal +Vertex 4391: Normal +Vertex 4392: Normal +Vertex 4393: Normal +Vertex 4394: Normal +Vertex 4395: Normal +Vertex 4396: Normal +Vertex 4397: Normal +Vertex 4398: Normal +Vertex 4399: Normal +Vertex 4400: Normal +Vertex 4401: Normal +Vertex 4402: Normal +Vertex 4403: Normal +Vertex 4404: Normal +Vertex 4405: Normal +Vertex 4406: Normal +Vertex 4407: Normal +Vertex 4408: Normal +Vertex 4409: Normal +Vertex 4410: Normal +Vertex 4411: Normal +Vertex 4412: Normal +Vertex 4413: Normal +Vertex 4414: Normal +Vertex 4415: Normal +Vertex 4416: Normal +Vertex 4417: Normal +Vertex 4418: Normal +Vertex 4419: Normal +Vertex 4420: Normal +Vertex 4421: Normal +Vertex 4422: Normal +Vertex 4423: Normal +Vertex 4424: Normal +Vertex 4425: Normal +Vertex 4426: Normal +Vertex 4427: Normal +Vertex 4428: Normal +Vertex 4429: Normal +Vertex 4430: Normal +Vertex 4431: Normal +Vertex 4432: Normal +Vertex 4433: Normal +Vertex 4434: Normal +Vertex 4435: Normal +Vertex 4436: Normal +Vertex 4437: Normal +Vertex 4438: Normal +Vertex 4439: Normal +Vertex 4440: Normal +Vertex 4441: Normal +Vertex 4442: Normal +Vertex 4443: Normal +Vertex 4444: Normal +Vertex 4445: Normal +Vertex 4446: Normal +Vertex 4447: Normal +Vertex 4448: Normal +Vertex 4449: Normal +Vertex 4450: Normal +Vertex 4451: Normal +Vertex 4452: Normal +Vertex 4453: Normal +Vertex 4454: Normal +Vertex 4455: Normal +Vertex 4456: Normal +Vertex 4457: Normal +Vertex 4458: Normal +Vertex 4459: Normal +Vertex 4460: Normal +Vertex 4461: Normal +Vertex 4462: Normal +Vertex 4463: Normal +Vertex 4464: Normal +Vertex 4465: Normal +Vertex 4466: Normal +Vertex 4467: Normal +Vertex 4468: Normal +Vertex 4469: Normal +Vertex 4470: Normal +Vertex 4471: Normal +Vertex 4472: Normal +Vertex 4473: Normal +Vertex 4474: Normal +Vertex 4475: Normal +Vertex 4476: Normal +Vertex 4477: Normal +Vertex 4478: Normal +Vertex 4479: Normal +Vertex 4480: Normal +Vertex 4481: Normal +Vertex 4482: Normal +Vertex 4483: Normal +Vertex 4484: Normal +Vertex 4485: Normal +Vertex 4486: Normal +Vertex 4487: Normal +Vertex 4488: Normal +Vertex 4489: Normal +Vertex 4490: Normal +Vertex 4491: Normal +Vertex 4492: Normal +Vertex 4493: Normal +Vertex 4494: Normal +Vertex 4495: Normal +Vertex 4496: Normal +Vertex 4497: Normal +Vertex 4498: Normal +Vertex 4499: Normal +Vertex 4500: Normal +Vertex 4501: Normal +Vertex 4502: Normal +Vertex 4503: Normal +Vertex 4504: Normal +Vertex 4505: Normal +Vertex 4506: Normal +Vertex 4507: Normal +Vertex 4508: Normal +Vertex 4509: Normal +Vertex 4510: Normal +Vertex 4511: Normal +Vertex 4512: Normal +Vertex 4513: Normal +Vertex 4514: Normal +Vertex 4515: Normal +Vertex 4516: Normal +Vertex 4517: Normal +Vertex 4518: Normal +Vertex 4519: Normal +Vertex 4520: Normal +Vertex 4521: Normal +Vertex 4522: Normal +Vertex 4523: Normal +Vertex 4524: Normal +Vertex 4525: Normal +Vertex 4526: Normal +Vertex 4527: Normal +Vertex 4528: Normal +Vertex 4529: Normal +Vertex 4530: Normal +Vertex 4531: Normal +Vertex 4532: Normal +Vertex 4533: Normal +Vertex 4534: Normal +Vertex 4535: Normal +Vertex 4536: Normal +Vertex 4537: Normal +Vertex 4538: Normal +Vertex 4539: Normal +Vertex 4540: Normal +Vertex 4541: Normal +Vertex 4542: Normal +Vertex 4543: Normal +Vertex 4544: Normal +Vertex 4545: Normal +Vertex 4546: Normal +Vertex 4547: Normal +Vertex 4548: Normal +Vertex 4549: Normal +Vertex 4550: Normal +Vertex 4551: Normal +Vertex 4552: Normal +Vertex 4553: Normal +Vertex 4554: Normal +Vertex 4555: Normal +Vertex 4556: Normal +Vertex 4557: Normal +Vertex 4558: Normal +Vertex 4559: Normal +Vertex 4560: Normal +Vertex 4561: Normal +Vertex 4562: Normal +Vertex 4563: Normal +Vertex 4564: Normal +Vertex 4565: Normal +Vertex 4566: Normal +Vertex 4567: Normal +Vertex 4568: Normal +Vertex 4569: Normal +Vertex 4570: Normal +Vertex 4571: Normal +Vertex 4572: Normal +Vertex 4573: Normal +Vertex 4574: Normal +Vertex 4575: Normal +Vertex 4576: Normal +Vertex 4577: Normal +Vertex 4578: Normal +Vertex 4579: Normal +Vertex 4580: Normal +Vertex 4581: Normal +Vertex 4582: Normal +Vertex 4583: Normal +Vertex 4584: Normal +Vertex 4585: Normal +Vertex 4586: Normal +Vertex 4587: Normal +Vertex 4588: Normal +Vertex 4589: Normal +Vertex 4590: Normal +Vertex 4591: Normal +Vertex 4592: Normal +Vertex 4593: Normal +Vertex 4594: Normal +Vertex 4595: Normal +Vertex 4596: Normal +Vertex 4597: Normal +Vertex 4598: Normal +Vertex 4599: Normal +Vertex 4600: Normal +Vertex 4601: Normal +Vertex 4602: Normal +Vertex 4603: Normal +Vertex 4604: Normal +Vertex 4605: Normal +Vertex 4606: Normal +Vertex 4607: Normal +Vertex 4608: Normal +Vertex 4609: Normal +Vertex 4610: Normal +Vertex 4611: Normal +Vertex 4612: Normal +Vertex 4613: Normal +Vertex 4614: Normal +Vertex 4615: Normal +Vertex 4616: Normal +Vertex 4617: Normal +Vertex 4618: Normal +Vertex 4619: Normal +Vertex 4620: Normal +Vertex 4621: Normal +Vertex 4622: Normal +Vertex 4623: Normal +Vertex 4624: Normal +Vertex 4625: Normal +Vertex 4626: Normal +Vertex 4627: Normal +Vertex 4628: Normal +Vertex 4629: Normal +Vertex 4630: Normal +Vertex 4631: Normal +Vertex 4632: Normal +Vertex 4633: Normal +Vertex 4634: Normal +Vertex 4635: Normal +Vertex 4636: Normal +Vertex 4637: Normal +Vertex 4638: Normal +Vertex 4639: Normal +Vertex 4640: Normal +Vertex 4641: Normal +Vertex 4642: Normal +Vertex 4643: Normal +===Triangles: 9126 +Triangle: [3, 6, 4] +Triangle: [11, 10, 9] +Triangle: [8, 11, 9] +Triangle: [13, 7, 14] +Triangle: [15, 14, 7] +Triangle: [15, 18, 16] +Triangle: [82, 30, 171] +Triangle: [24, 29, 30] +Triangle: [23, 28, 29] +Triangle: [20, 158, 122] +Triangle: [21, 27, 20] +Triangle: [1277, 25, 1269] +Triangle: [12, 22, 10] +Triangle: [25, 31, 32] +Triangle: [928, 180, 178] +Triangle: [1113, 36, 1126] +Triangle: [11, 31, 12] +Triangle: [1236, 34, 1240] +Triangle: [2257, 930, 2263] +Triangle: [13, 892, 891] +Triangle: [13, 37, 11] +Triangle: [40, 895, 44] +Triangle: [3, 887, 886] +Triangle: [41, 891, 894] +Triangle: [42, 889, 16] +Triangle: [42, 18, 43] +Triangle: [5, 42, 43] +Triangle: [177, 41, 180] +Triangle: [47, 1203, 1202] +Triangle: [1134, 45, 1144] +Triangle: [1101, 2272, 2275] +Triangle: [176, 37, 177] +Triangle: [169, 205, 68] +Triangle: [2259, 70, 2260] +Triangle: [182, 66, 183] +Triangle: [26, 64, 27] +Triangle: [73, 72, 71] +Triangle: [7, 73, 15] +Triangle: [76, 77, 78] +Triangle: [71, 77, 75] +Triangle: [76, 79, 75] +Triangle: [84, 82, 81] +Triangle: [79, 83, 84] +Triangle: [75, 85, 71] +Triangle: [71, 86, 73] +Triangle: [73, 17, 15] +Triangle: [84, 85, 79] +Triangle: [81, 86, 84] +Triangle: [74, 8, 87] +Triangle: [120, 10, 88] +Triangle: [10, 89, 88] +Triangle: [88, 113, 114] +Triangle: [111, 95, 112] +Triangle: [119, 90, 92] +Triangle: [115, 91, 118] +Triangle: [136, 154, 153] +Triangle: [117, 92, 93] +Triangle: [107, 101, 97] +Triangle: [110, 98, 103] +Triangle: [109, 102, 100] +Triangle: [110, 99, 108] +Triangle: [105, 100, 101] +Triangle: [104, 97, 98] +Triangle: [92, 1186, 1185] +Triangle: [1184, 96, 1180] +Triangle: [93, 1185, 1181] +Triangle: [121, 87, 120] +Triangle: [147, 1050, 141] +Triangle: [1179, 95, 1184] +Triangle: [91, 1179, 1182] +Triangle: [72, 118, 116] +Triangle: [112, 121, 114] +Triangle: [87, 118, 74] +Triangle: [78, 119, 117] +Triangle: [77, 116, 119] +Triangle: [114, 111, 112] +Triangle: [112, 94, 115] +Triangle: [121, 88, 114] +Triangle: [87, 9, 120] +Triangle: [123, 126, 125] +Triangle: [125, 122, 19] +Triangle: [78, 127, 76] +Triangle: [123, 128, 124] +Triangle: [129, 76, 127] +Triangle: [130, 82, 83] +Triangle: [129, 83, 80] +Triangle: [131, 127, 123] +Triangle: [125, 131, 123] +Triangle: [19, 132, 125] +Triangle: [130, 131, 132] +Triangle: [24, 132, 23] +Triangle: [133, 122, 126] +Triangle: [156, 134, 21] +Triangle: [1263, 22, 1277] +Triangle: [1268, 89, 1263] +Triangle: [1264, 111, 1267] +Triangle: [138, 153, 155] +Triangle: [154, 139, 152] +Triangle: [93, 155, 117] +Triangle: [1214, 104, 1208] +Triangle: [141, 1167, 147] +Triangle: [149, 1217, 1210] +Triangle: [1265, 106, 1266] +Triangle: [108, 1154, 1158] +Triangle: [144, 148, 146] +Triangle: [149, 1052, 1051] +Triangle: [1160, 1226, 1227] +Triangle: [1298, 140, 1187] +Triangle: [1157, 1228, 1226] +Triangle: [157, 133, 152] +Triangle: [140, 1183, 1187] +Triangle: [1183, 137, 1188] +Triangle: [124, 154, 126] +Triangle: [151, 152, 150] +Triangle: [126, 152, 133] +Triangle: [117, 128, 78] +Triangle: [128, 153, 124] +Triangle: [1267, 113, 1268] +Triangle: [139, 150, 152] +Triangle: [135, 157, 151] +Triangle: [156, 20, 133] +Triangle: [116, 91, 90] +Triangle: [19, 158, 28] +Triangle: [134, 26, 21] +Triangle: [159, 66, 26] +Triangle: [183, 160, 184] +Triangle: [2260, 161, 2261] +Triangle: [1270, 159, 1269] +Triangle: [184, 1270, 1274] +Triangle: [2261, 1271, 2267] +Triangle: [35, 931, 36] +Triangle: [941, 1142, 1152] +Triangle: [1141, 941, 1152] +Triangle: [162, 937, 67] +Triangle: [1070, 1089, 1090] +Triangle: [1089, 944, 917] +Triangle: [1272, 936, 162] +Triangle: [81, 171, 172] +Triangle: [17, 172, 18] +Triangle: [1117, 63, 1128] +Triangle: [62, 182, 181] +Triangle: [61, 64, 62] +Triangle: [27, 174, 158] +Triangle: [181, 2290, 2287] +Triangle: [2292, 1274, 2293] +Triangle: [2291, 184, 2292] +Triangle: [2290, 183, 2291] +Triangle: [2289, 177, 2288] +Triangle: [933, 178, 40] +Triangle: [31, 175, 32] +Triangle: [40, 180, 41] +Triangle: [29, 211, 30] +Triangle: [496, 174, 61] +Triangle: [1074, 56, 188] +Triangle: [188, 58, 189] +Triangle: [1275, 57, 1262] +Triangle: [1075, 53, 1074] +Triangle: [1075, 54, 55] +Triangle: [195, 204, 59] +Triangle: [189, 57, 190] +Triangle: [194, 51, 52] +Triangle: [170, 194, 169] +Triangle: [163, 190, 164] +Triangle: [1145, 1076, 1088] +Triangle: [1145, 187, 1147] +Triangle: [164, 1275, 1273] +Triangle: [165, 189, 163] +Triangle: [1071, 188, 165] +Triangle: [745, 201, 744] +Triangle: [746, 199, 200] +Triangle: [749, 1276, 1278] +Triangle: [744, 203, 750] +Triangle: [753, 2, 1] +Triangle: [750, 202, 749] +Triangle: [746, 198, 745] +Triangle: [748, 197, 752] +Triangle: [205, 206, 68] +Triangle: [205, 52, 204] +Triangle: [204, 752, 751] +Triangle: [939, 63, 65] +Triangle: [67, 939, 65] +Triangle: [208, 18, 207] +Triangle: [172, 207, 18] +Triangle: [171, 209, 172] +Triangle: [291, 559, 222] +Triangle: [540, 490, 549] +Triangle: [558, 490, 225] +Triangle: [286, 508, 226] +Triangle: [234, 244, 245] +Triangle: [945, 236, 946] +Triangle: [238, 945, 947] +Triangle: [948, 231, 230] +Triangle: [242, 948, 950] +Triangle: [949, 242, 950] +Triangle: [245, 236, 237] +Triangle: [243, 245, 246] +Triangle: [248, 246, 249] +Triangle: [245, 238, 246] +Triangle: [247, 246, 238] +Triangle: [260, 267, 266] +Triangle: [264, 263, 265] +Triangle: [264, 261, 260] +Triangle: [234, 484, 235] +Triangle: [483, 234, 243] +Triangle: [260, 268, 271] +Triangle: [269, 271, 268] +Triangle: [270, 272, 269] +Triangle: [243, 259, 483] +Triangle: [257, 269, 2348] +Triangle: [280, 580, 575] +Triangle: [276, 580, 217] +Triangle: [214, 579, 276] +Triangle: [279, 219, 277] +Triangle: [537, 213, 535] +Triangle: [218, 575, 381] +Triangle: [511, 286, 301] +Triangle: [287, 494, 491] +Triangle: [541, 491, 550] +Triangle: [559, 485, 222] +Triangle: [1192, 469, 1200] +Triangle: [542, 293, 543] +Triangle: [543, 287, 541] +Triangle: [289, 293, 294] +Triangle: [283, 294, 295] +Triangle: [292, 294, 293] +Triangle: [283, 296, 297] +Triangle: [289, 298, 299] +Triangle: [288, 494, 289] +Triangle: [300, 298, 284] +Triangle: [558, 301, 224] +Triangle: [540, 300, 544] +Triangle: [544, 284, 539] +Triangle: [538, 292, 542] +Triangle: [295, 282, 296] +Triangle: [545, 282, 538] +Triangle: [296, 303, 304] +Triangle: [537, 303, 545] +Triangle: [304, 278, 279] +Triangle: [539, 228, 536] +Triangle: [228, 306, 305] +Triangle: [305, 240, 229] +Triangle: [239, 247, 238] +Triangle: [251, 239, 242] +Triangle: [252, 242, 241] +Triangle: [288, 299, 300] +Triangle: [951, 241, 949] +Triangle: [951, 310, 308] +Triangle: [953, 310, 952] +Triangle: [953, 314, 312] +Triangle: [308, 252, 241] +Triangle: [306, 298, 316] +Triangle: [311, 316, 318] +Triangle: [316, 317, 318] +Triangle: [297, 298, 283] +Triangle: [319, 260, 271] +Triangle: [264, 320, 262] +Triangle: [262, 323, 263] +Triangle: [322, 325, 323] +Triangle: [326, 368, 369] +Triangle: [321, 328, 320] +Triangle: [329, 330, 328] +Triangle: [371, 333, 332] +Triangle: [328, 262, 320] +Triangle: [322, 330, 324] +Triangle: [369, 332, 326] +Triangle: [272, 319, 271] +Triangle: [273, 320, 272] +Triangle: [307, 310, 253] +Triangle: [253, 312, 254] +Triangle: [253, 342, 341] +Triangle: [249, 336, 248] +Triangle: [255, 350, 349] +Triangle: [256, 343, 255] +Triangle: [247, 337, 249] +Triangle: [351, 345, 352] +Triangle: [250, 335, 247] +Triangle: [257, 2346, 345] +Triangle: [250, 339, 338] +Triangle: [259, 346, 258] +Triangle: [251, 340, 339] +Triangle: [248, 347, 259] +Triangle: [307, 341, 348] +Triangle: [306, 309, 240] +Triangle: [481, 2296, 483] +Triangle: [482, 2295, 484] +Triangle: [483, 2294, 482] +Triangle: [254, 350, 342] +Triangle: [252, 348, 340] +Triangle: [483, 258, 481] +Triangle: [351, 344, 256] +Triangle: [353, 312, 314] +Triangle: [349, 353, 357] +Triangle: [349, 356, 255] +Triangle: [255, 355, 256] +Triangle: [256, 354, 351] +Triangle: [351, 270, 257] +Triangle: [321, 358, 362] +Triangle: [273, 354, 358] +Triangle: [355, 358, 354] +Triangle: [356, 359, 355] +Triangle: [357, 360, 356] +Triangle: [329, 362, 363] +Triangle: [359, 362, 358] +Triangle: [363, 364, 365] +Triangle: [331, 363, 366] +Triangle: [370, 366, 372] +Triangle: [370, 367, 333] +Triangle: [330, 369, 324] +Triangle: [331, 371, 330] +Triangle: [324, 368, 325] +Triangle: [297, 304, 334] +Triangle: [373, 277, 215] +Triangle: [279, 334, 304] +Triangle: [317, 334, 318] +Triangle: [374, 311, 318] +Triangle: [374, 334, 373] +Triangle: [375, 313, 374] +Triangle: [375, 373, 376] +Triangle: [376, 215, 377] +Triangle: [378, 357, 353] +Triangle: [376, 383, 375] +Triangle: [860, 451, 546] +Triangle: [383, 315, 375] +Triangle: [955, 314, 954] +Triangle: [380, 577, 382] +Triangle: [360, 364, 359] +Triangle: [365, 366, 363] +Triangle: [372, 384, 385] +Triangle: [367, 385, 386] +Triangle: [387, 365, 360] +Triangle: [384, 388, 385] +Triangle: [386, 388, 389] +Triangle: [361, 387, 360] +Triangle: [387, 391, 388] +Triangle: [379, 353, 314] +Triangle: [378, 393, 392] +Triangle: [393, 394, 392] +Triangle: [392, 361, 378] +Triangle: [392, 391, 390] +Triangle: [955, 382, 956] +Triangle: [388, 411, 389] +Triangle: [412, 960, 957] +Triangle: [959, 417, 962] +Triangle: [737, 397, 736] +Triangle: [408, 404, 410] +Triangle: [409, 403, 408] +Triangle: [961, 382, 274] +Triangle: [412, 406, 407] +Triangle: [405, 396, 397] +Triangle: [399, 416, 417] +Triangle: [413, 416, 398] +Triangle: [419, 413, 414] +Triangle: [420, 414, 415] +Triangle: [962, 421, 963] +Triangle: [964, 421, 422] +Triangle: [965, 422, 423] +Triangle: [416, 421, 417] +Triangle: [422, 418, 419] +Triangle: [423, 419, 420] +Triangle: [958, 399, 959] +Triangle: [398, 401, 400] +Triangle: [960, 401, 958] +Triangle: [401, 406, 400] +Triangle: [400, 425, 424] +Triangle: [426, 400, 424] +Triangle: [413, 426, 427] +Triangle: [414, 427, 428] +Triangle: [415, 428, 429] +Triangle: [428, 432, 429] +Triangle: [427, 431, 428] +Triangle: [430, 426, 424] +Triangle: [431, 435, 432] +Triangle: [430, 434, 431] +Triangle: [433, 424, 425] +Triangle: [425, 437, 433] +Triangle: [739, 439, 738] +Triangle: [439, 440, 441] +Triangle: [441, 443, 439] +Triangle: [439, 740, 738] +Triangle: [444, 446, 443] +Triangle: [443, 741, 740] +Triangle: [437, 434, 433] +Triangle: [434, 445, 435] +Triangle: [405, 425, 406] +Triangle: [739, 405, 737] +Triangle: [440, 404, 403] +Triangle: [452, 277, 219] +Triangle: [213, 582, 860] +Triangle: [872, 452, 547] +Triangle: [470, 864, 872] +Triangle: [863, 377, 215] +Triangle: [535, 860, 546] +Triangle: [215, 453, 863] +Triangle: [1194, 472, 1193] +Triangle: [216, 448, 402] +Triangle: [1195, 475, 474] +Triangle: [1196, 476, 475] +Triangle: [1198, 476, 1197] +Triangle: [1199, 477, 1198] +Triangle: [859, 469, 547] +Triangle: [477, 871, 870] +Triangle: [869, 477, 870] +Triangle: [475, 869, 868] +Triangle: [474, 868, 867] +Triangle: [403, 873, 459] +Triangle: [864, 473, 865] +Triangle: [872, 455, 453] +Triangle: [471, 457, 448] +Triangle: [546, 862, 547] +Triangle: [557, 487, 485] +Triangle: [487, 560, 489] +Triangle: [548, 493, 549] +Triangle: [550, 492, 548] +Triangle: [493, 492, 494] +Triangle: [492, 491, 494] +Triangle: [210, 30, 211] +Triangle: [495, 212, 60] +Triangle: [465, 447, 444] +Triangle: [463, 444, 441] +Triangle: [461, 441, 440] +Triangle: [459, 440, 403] +Triangle: [473, 867, 865] +Triangle: [471, 216, 377] +Triangle: [582, 450, 451] +Triangle: [232, 500, 501] +Triangle: [568, 501, 500] +Triangle: [503, 499, 498] +Triangle: [504, 498, 497] +Triangle: [504, 506, 505] +Triangle: [572, 505, 506] +Triangle: [530, 226, 508] +Triangle: [508, 285, 227] +Triangle: [514, 521, 551] +Triangle: [510, 302, 285] +Triangle: [514, 228, 305] +Triangle: [530, 552, 507] +Triangle: [518, 517, 516] +Triangle: [520, 519, 518] +Triangle: [507, 574, 573] +Triangle: [232, 525, 231] +Triangle: [569, 524, 570] +Triangle: [502, 523, 524] +Triangle: [522, 503, 504] +Triangle: [515, 522, 504] +Triangle: [517, 526, 515] +Triangle: [519, 527, 517] +Triangle: [529, 519, 521] +Triangle: [507, 531, 530] +Triangle: [534, 227, 533] +Triangle: [486, 548, 488] +Triangle: [488, 549, 490] +Triangle: [219, 546, 452] +Triangle: [539, 227, 285] +Triangle: [220, 537, 545] +Triangle: [545, 281, 220] +Triangle: [221, 538, 542] +Triangle: [302, 539, 285] +Triangle: [225, 544, 302] +Triangle: [290, 541, 223] +Triangle: [221, 543, 290] +Triangle: [223, 550, 486] +Triangle: [278, 535, 219] +Triangle: [288, 549, 493] +Triangle: [533, 536, 532] +Triangle: [228, 532, 536] +Triangle: [520, 551, 521] +Triangle: [508, 553, 530] +Triangle: [517, 555, 516] +Triangle: [515, 554, 555] +Triangle: [505, 554, 504] +Triangle: [225, 511, 558] +Triangle: [561, 490, 560] +Triangle: [560, 224, 489] +Triangle: [559, 486, 557] +Triangle: [556, 223, 559] +Triangle: [523, 526, 513] +Triangle: [557, 488, 561] +Triangle: [524, 513, 562] +Triangle: [570, 562, 571] +Triangle: [231, 563, 230] +Triangle: [513, 527, 562] +Triangle: [525, 571, 563] +Triangle: [528, 565, 564] +Triangle: [529, 305, 565] +Triangle: [229, 565, 305] +Triangle: [564, 566, 567] +Triangle: [567, 229, 230] +Triangle: [563, 567, 230] +Triangle: [569, 525, 501] +Triangle: [502, 568, 499] +Triangle: [571, 527, 528] +Triangle: [571, 564, 563] +Triangle: [573, 512, 505] +Triangle: [509, 573, 572] +Triangle: [552, 553, 574] +Triangle: [554, 574, 553] +Triangle: [553, 555, 554] +Triangle: [534, 516, 555] +Triangle: [533, 518, 516] +Triangle: [518, 532, 520] +Triangle: [581, 578, 214] +Triangle: [221, 556, 381] +Triangle: [578, 275, 579] +Triangle: [575, 220, 281] +Triangle: [381, 281, 221] +Triangle: [580, 275, 220] +Triangle: [381, 291, 218] +Triangle: [577, 585, 576] +Triangle: [583, 577, 383] +Triangle: [584, 216, 402] +Triangle: [583, 377, 216] +Triangle: [584, 409, 585] +Triangle: [274, 577, 576] +Triangle: [576, 587, 586] +Triangle: [587, 588, 586] +Triangle: [588, 591, 590] +Triangle: [591, 592, 590] +Triangle: [593, 594, 592] +Triangle: [595, 596, 594] +Triangle: [597, 598, 596] +Triangle: [967, 601, 600] +Triangle: [600, 603, 602] +Triangle: [968, 604, 969] +Triangle: [604, 607, 606] +Triangle: [970, 608, 971] +Triangle: [609, 610, 608] +Triangle: [610, 613, 612] +Triangle: [612, 615, 614] +Triangle: [637, 617, 616] +Triangle: [616, 619, 618] +Triangle: [619, 620, 618] +Triangle: [972, 622, 973] +Triangle: [606, 626, 604] +Triangle: [973, 635, 976] +Triangle: [969, 626, 974] +Triangle: [618, 634, 633] +Triangle: [600, 625, 624] +Triangle: [616, 633, 632] +Triangle: [616, 638, 637] +Triangle: [612, 631, 630] +Triangle: [612, 629, 610] +Triangle: [610, 628, 608] +Triangle: [608, 975, 971] +Triangle: [637, 631, 614] +Triangle: [614, 636, 637] +Triangle: [627, 641, 626] +Triangle: [633, 649, 648] +Triangle: [631, 645, 630] +Triangle: [628, 978, 975] +Triangle: [976, 650, 979] +Triangle: [624, 640, 639] +Triangle: [638, 646, 631] +Triangle: [629, 643, 628] +Triangle: [626, 977, 974] +Triangle: [638, 647, 651] +Triangle: [632, 648, 647] +Triangle: [630, 644, 629] +Triangle: [576, 660, 274] +Triangle: [967, 624, 983] +Triangle: [596, 674, 675] +Triangle: [594, 675, 673] +Triangle: [594, 676, 592] +Triangle: [676, 590, 592] +Triangle: [672, 588, 590] +Triangle: [671, 586, 588] +Triangle: [670, 660, 586] +Triangle: [703, 701, 702] +Triangle: [659, 663, 658] +Triangle: [657, 663, 664] +Triangle: [656, 664, 665] +Triangle: [655, 665, 666] +Triangle: [654, 666, 667] +Triangle: [668, 884, 880] +Triangle: [690, 874, 885] +Triangle: [984, 674, 983] +Triangle: [675, 677, 678] +Triangle: [675, 679, 673] +Triangle: [673, 680, 676] +Triangle: [672, 680, 681] +Triangle: [671, 681, 682] +Triangle: [670, 682, 661] +Triangle: [659, 684, 662] +Triangle: [660, 684, 683] +Triangle: [684, 682, 662] +Triangle: [682, 663, 662] +Triangle: [681, 664, 663] +Triangle: [664, 679, 665] +Triangle: [665, 678, 666] +Triangle: [678, 667, 666] +Triangle: [669, 881, 687] +Triangle: [984, 668, 982] +Triangle: [687, 1009, 986] +Triangle: [686, 639, 640] +Triangle: [977, 686, 640] +Triangle: [644, 990, 991] +Triangle: [980, 878, 1006] +Triangle: [987, 703, 702] +Triangle: [989, 645, 646] +Triangle: [654, 693, 655] +Triangle: [980, 695, 993] +Triangle: [653, 696, 695] +Triangle: [996, 696, 994] +Triangle: [985, 698, 994] +Triangle: [1010, 649, 979] +Triangle: [699, 981, 992] +Triangle: [700, 988, 981] +Triangle: [688, 701, 698] +Triangle: [702, 652, 689] +Triangle: [989, 702, 689] +Triangle: [991, 643, 644] +Triangle: [700, 698, 701] +Triangle: [642, 687, 641] +Triangle: [655, 692, 656] +Triangle: [657, 692, 691] +Triangle: [696, 704, 695] +Triangle: [704, 995, 997] +Triangle: [993, 704, 997] +Triangle: [693, 705, 706] +Triangle: [706, 650, 635] +Triangle: [691, 635, 622] +Triangle: [692, 706, 691] +Triangle: [691, 658, 657] +Triangle: [623, 658, 622] +Triangle: [707, 587, 585] +Triangle: [707, 409, 708] +Triangle: [708, 709, 707] +Triangle: [589, 709, 591] +Triangle: [408, 708, 409] +Triangle: [709, 712, 711] +Triangle: [712, 713, 711] +Triangle: [713, 716, 715] +Triangle: [709, 593, 591] +Triangle: [711, 595, 593] +Triangle: [595, 715, 597] +Triangle: [715, 718, 717] +Triangle: [999, 720, 719] +Triangle: [719, 722, 721] +Triangle: [1000, 723, 1001] +Triangle: [597, 717, 599] +Triangle: [966, 719, 601] +Triangle: [601, 721, 603] +Triangle: [1001, 605, 968] +Triangle: [619, 731, 732] +Triangle: [733, 731, 395] +Triangle: [274, 1003, 961] +Triangle: [617, 730, 731] +Triangle: [636, 729, 730] +Triangle: [613, 729, 615] +Triangle: [611, 728, 613] +Triangle: [611, 726, 727] +Triangle: [970, 725, 1002] +Triangle: [607, 723, 725] +Triangle: [395, 730, 394] +Triangle: [394, 729, 391] +Triangle: [727, 735, 728] +Triangle: [728, 391, 729] +Triangle: [391, 734, 411] +Triangle: [727, 411, 734] +Triangle: [1002, 412, 957] +Triangle: [724, 725, 723] +Triangle: [1000, 720, 998] +Triangle: [412, 718, 396] +Triangle: [718, 397, 396] +Triangle: [712, 408, 410] +Triangle: [438, 737, 404] +Triangle: [740, 445, 442] +Triangle: [738, 442, 437] +Triangle: [436, 738, 437] +Triangle: [404, 736, 410] +Triangle: [714, 410, 736] +Triangle: [716, 736, 397] +Triangle: [1004, 733, 1003] +Triangle: [1005, 623, 972] +Triangle: [1005, 732, 1004] +Triangle: [158, 495, 28] +Triangle: [185, 29, 28] +Triangle: [495, 185, 28] +Triangle: [2, 752, 197] +Triangle: [52, 748, 752] +Triangle: [55, 745, 53] +Triangle: [58, 749, 57] +Triangle: [59, 751, 753] +Triangle: [56, 750, 58] +Triangle: [57, 1278, 1262] +Triangle: [54, 746, 55] +Triangle: [53, 744, 56] +Triangle: [742, 6, 5] +Triangle: [208, 5, 43] +Triangle: [1174, 763, 1170] +Triangle: [1171, 770, 764] +Triangle: [1177, 769, 1175] +Triangle: [1176, 765, 770] +Triangle: [1170, 771, 1177] +Triangle: [1171, 768, 1174] +Triangle: [1156, 141, 142] +Triangle: [1173, 773, 1178] +Triangle: [774, 1159, 1162] +Triangle: [1279, 1172, 1297] +Triangle: [145, 1156, 142] +Triangle: [1166, 1164, 141] +Triangle: [775, 759, 776] +Triangle: [777, 758, 775] +Triangle: [775, 754, 0] +Triangle: [777, 0, 761] +Triangle: [778, 761, 762] +Triangle: [760, 778, 757] +Triangle: [1281, 762, 1280] +Triangle: [757, 1281, 755] +Triangle: [830, 1283, 1287] +Triangle: [840, 1284, 1288] +Triangle: [1289, 784, 1285] +Triangle: [851, 793, 790] +Triangle: [842, 789, 841] +Triangle: [832, 787, 831] +Triangle: [852, 801, 793] +Triangle: [844, 794, 842] +Triangle: [834, 792, 832] +Triangle: [855, 809, 806] +Triangle: [846, 805, 845] +Triangle: [836, 803, 835] +Triangle: [856, 813, 809] +Triangle: [847, 810, 846] +Triangle: [837, 808, 836] +Triangle: [854, 786, 801] +Triangle: [840, 802, 844] +Triangle: [830, 800, 834] +Triangle: [829, 805, 835] +Triangle: [839, 806, 845] +Triangle: [855, 779, 804] +Triangle: [837, 818, 838] +Triangle: [847, 817, 848] +Triangle: [858, 811, 815] +Triangle: [858, 798, 817] +Triangle: [843, 818, 848] +Triangle: [833, 816, 838] +Triangle: [1286, 783, 1282] +Triangle: [1252, 1285, 1303] +Triangle: [1253, 779, 1252] +Triangle: [819, 803, 821] +Triangle: [1258, 799, 1259] +Triangle: [820, 800, 783] +Triangle: [1255, 788, 1254] +Triangle: [823, 792, 824] +Triangle: [824, 800, 822] +Triangle: [1259, 791, 1255] +Triangle: [1261, 796, 815] +Triangle: [826, 795, 825] +Triangle: [1256, 804, 1253] +Triangle: [821, 808, 827] +Triangle: [827, 812, 828] +Triangle: [1257, 807, 1256] +Triangle: [828, 816, 826] +Triangle: [1261, 811, 1257] +Triangle: [760, 826, 758] +Triangle: [757, 828, 760] +Triangle: [755, 827, 757] +Triangle: [758, 825, 759] +Triangle: [761, 824, 822] +Triangle: [0, 823, 824] +Triangle: [762, 822, 820] +Triangle: [756, 821, 755] +Triangle: [1280, 820, 1286] +Triangle: [797, 838, 818] +Triangle: [812, 838, 816] +Triangle: [780, 835, 803] +Triangle: [785, 834, 802] +Triangle: [814, 836, 810] +Triangle: [810, 835, 805] +Triangle: [802, 832, 794] +Triangle: [794, 831, 789] +Triangle: [783, 1287, 1282] +Triangle: [798, 848, 817] +Triangle: [814, 848, 818] +Triangle: [782, 845, 805] +Triangle: [786, 844, 801] +Triangle: [813, 846, 809] +Triangle: [809, 845, 806] +Triangle: [801, 842, 793] +Triangle: [793, 841, 790] +Triangle: [785, 1288, 1283] +Triangle: [815, 853, 858] +Triangle: [817, 857, 858] +Triangle: [806, 849, 855] +Triangle: [799, 850, 854] +Triangle: [807, 857, 856] +Triangle: [804, 856, 855] +Triangle: [791, 854, 852] +Triangle: [788, 852, 851] +Triangle: [1284, 850, 1289] +Triangle: [1200, 468, 1191] +Triangle: [859, 862, 861] +Triangle: [862, 450, 861] +Triangle: [547, 452, 546] +Triangle: [863, 455, 471] +Triangle: [448, 866, 402] +Triangle: [455, 865, 457] +Triangle: [1194, 474, 473] +Triangle: [867, 461, 459] +Triangle: [868, 463, 461] +Triangle: [463, 870, 465] +Triangle: [870, 467, 465] +Triangle: [872, 469, 470] +Triangle: [1013, 449, 1019] +Triangle: [1018, 742, 1020] +Triangle: [1016, 464, 1015] +Triangle: [867, 457, 865] +Triangle: [1012, 211, 1017] +Triangle: [1020, 208, 1019] +Triangle: [1014, 210, 1012] +Triangle: [1017, 186, 1011] +Triangle: [1014, 454, 1013] +Triangle: [866, 403, 402] +Triangle: [459, 866, 457] +Triangle: [1006, 879, 1007] +Triangle: [876, 880, 884] +Triangle: [1009, 876, 884] +Triangle: [882, 883, 881] +Triangle: [875, 885, 874] +Triangle: [667, 878, 654] +Triangle: [688, 875, 652] +Triangle: [652, 874, 689] +Triangle: [685, 877, 876] +Triangle: [982, 880, 1007] +Triangle: [690, 882, 669] +Triangle: [685, 1008, 985] +Triangle: [891, 906, 894] +Triangle: [888, 897, 887] +Triangle: [892, 900, 903] +Triangle: [895, 899, 888] +Triangle: [891, 903, 902] +Triangle: [893, 907, 895] +Triangle: [40, 894, 893] +Triangle: [3, 890, 42] +Triangle: [14, 889, 892] +Triangle: [897, 898, 896] +Triangle: [902, 904, 906] +Triangle: [901, 903, 900] +Triangle: [906, 898, 905] +Triangle: [896, 904, 901] +Triangle: [907, 898, 899] +Triangle: [886, 897, 896] +Triangle: [886, 901, 890] +Triangle: [890, 900, 889] +Triangle: [894, 905, 893] +Triangle: [916, 934, 917] +Triangle: [915, 2268, 929] +Triangle: [913, 935, 918] +Triangle: [919, 179, 910] +Triangle: [909, 2258, 2262] +Triangle: [913, 1068, 915] +Triangle: [916, 164, 908] +Triangle: [922, 170, 169] +Triangle: [923, 68, 206] +Triangle: [908, 1273, 1290] +Triangle: [920, 169, 68] +Triangle: [926, 928, 178] +Triangle: [927, 919, 933] +Triangle: [930, 912, 909] +Triangle: [930, 2262, 2263] +Triangle: [929, 2279, 180] +Triangle: [929, 913, 915] +Triangle: [931, 916, 908] +Triangle: [911, 934, 924] +Triangle: [910, 935, 926] +Triangle: [936, 922, 937] +Triangle: [938, 920, 923] +Triangle: [1291, 908, 1290] +Triangle: [937, 920, 939] +Triangle: [944, 916, 917] +Triangle: [942, 163, 944] +Triangle: [1150, 166, 1086] +Triangle: [942, 1071, 165] +Triangle: [941, 1080, 166] +Triangle: [688, 1008, 883] +Triangle: [982, 879, 667] +Triangle: [881, 1008, 1009] +Triangle: [877, 1007, 880] +Triangle: [659, 1004, 683] +Triangle: [1005, 621, 619] +Triangle: [683, 1003, 660] +Triangle: [724, 998, 718] +Triangle: [726, 957, 411] +Triangle: [609, 1002, 726] +Triangle: [961, 733, 395] +Triangle: [721, 968, 603] +Triangle: [599, 999, 966] +Triangle: [722, 1001, 721] +Triangle: [717, 998, 999] +Triangle: [694, 997, 705] +Triangle: [705, 995, 650] +Triangle: [669, 978, 991] +Triangle: [646, 987, 989] +Triangle: [981, 647, 648] +Triangle: [992, 648, 649] +Triangle: [995, 979, 650] +Triangle: [697, 1010, 995] +Triangle: [996, 992, 1010] +Triangle: [685, 994, 696] +Triangle: [699, 994, 698] +Triangle: [980, 694, 654] +Triangle: [689, 990, 989] +Triangle: [651, 988, 987] +Triangle: [653, 1006, 877] +Triangle: [991, 690, 669] +Triangle: [641, 986, 977] +Triangle: [986, 884, 686] +Triangle: [677, 982, 667] +Triangle: [639, 983, 624] +Triangle: [598, 983, 674] +Triangle: [974, 640, 625] +Triangle: [634, 979, 649] +Triangle: [975, 642, 627] +Triangle: [971, 627, 606] +Triangle: [602, 974, 625] +Triangle: [620, 976, 634] +Triangle: [621, 973, 620] +Triangle: [607, 971, 606] +Triangle: [603, 969, 602] +Triangle: [598, 966, 967] +Triangle: [389, 958, 386] +Triangle: [386, 959, 367] +Triangle: [327, 964, 965] +Triangle: [332, 964, 326] +Triangle: [333, 963, 332] +Triangle: [393, 961, 395] +Triangle: [367, 962, 333] +Triangle: [411, 960, 389] +Triangle: [379, 956, 393] +Triangle: [380, 954, 315] +Triangle: [315, 953, 313] +Triangle: [313, 952, 311] +Triangle: [309, 952, 951] +Triangle: [309, 949, 240] +Triangle: [240, 950, 229] +Triangle: [950, 230, 229] +Triangle: [239, 947, 948] +Triangle: [947, 232, 231] +Triangle: [945, 233, 232] +Triangle: [1015, 462, 1011] +Triangle: [185, 1011, 186] +Triangle: [209, 1013, 207] +Triangle: [460, 1011, 462] +Triangle: [456, 1012, 458] +Triangle: [458, 1017, 460] +Triangle: [60, 1015, 185] +Triangle: [480, 1019, 449] +Triangle: [479, 1020, 480] +Triangle: [207, 1019, 208] +Triangle: [1192, 454, 1193] +Triangle: [1029, 1221, 1215] +Triangle: [1209, 1029, 1215] +Triangle: [1155, 1213, 1220] +Triangle: [1299, 1028, 1209] +Triangle: [142, 1052, 145] +Triangle: [1234, 1026, 1224] +Triangle: [1027, 1211, 1214] +Triangle: [1022, 1206, 1211] +Triangle: [1160, 1188, 1189] +Triangle: [1025, 1207, 1213] +Triangle: [1206, 1023, 1212] +Triangle: [1207, 1026, 1208] +Triangle: [1251, 1040, 1042] +Triangle: [1250, 1042, 1041] +Triangle: [1250, 1035, 1247] +Triangle: [1245, 1039, 1040] +Triangle: [1243, 1038, 1249] +Triangle: [1249, 1037, 1248] +Triangle: [1242, 1036, 1243] +Triangle: [1247, 1034, 1246] +Triangle: [1246, 1293, 1302] +Triangle: [888, 1044, 1048] +Triangle: [1044, 1043, 1048] +Triangle: [888, 1045, 895] +Triangle: [1047, 1048, 1043] +Triangle: [4, 1044, 887] +Triangle: [895, 1047, 44] +Triangle: [1054, 1219, 1218] +Triangle: [1052, 1054, 1051] +Triangle: [1053, 1049, 1054] +Triangle: [1056, 1217, 1218] +Triangle: [1216, 1057, 1219] +Triangle: [1032, 1056, 1057] +Triangle: [1031, 1055, 1056] +Triangle: [142, 1050, 1053] +Triangle: [772, 1304, 767] +Triangle: [1064, 766, 774] +Triangle: [1279, 1306, 765] +Triangle: [1059, 774, 769] +Triangle: [767, 1063, 773] +Triangle: [1305, 772, 766] +Triangle: [768, 1307, 1058] +Triangle: [763, 1061, 771] +Triangle: [765, 1060, 770] +Triangle: [771, 1059, 769] +Triangle: [764, 1060, 1307] +Triangle: [768, 1308, 763] +Triangle: [2245, 1069, 2246] +Triangle: [1067, 2283, 2285] +Triangle: [940, 1071, 1070] +Triangle: [1073, 943, 167] +Triangle: [1087, 1071, 168] +Triangle: [1081, 167, 193] +Triangle: [1081, 1075, 192] +Triangle: [1087, 1075, 1074] +Triangle: [1093, 1070, 1090] +Triangle: [1092, 46, 1094] +Triangle: [2274, 1100, 1132] +Triangle: [1146, 1079, 1073] +Triangle: [1076, 1073, 1081] +Triangle: [1078, 1092, 1149] +Triangle: [1082, 1077, 1129] +Triangle: [2244, 50, 2245] +Triangle: [1082, 1083, 1067] +Triangle: [1085, 168, 940] +Triangle: [1147, 1087, 168] +Triangle: [1076, 192, 1088] +Triangle: [187, 192, 1087] +Triangle: [1151, 940, 1093] +Triangle: [1084, 1093, 50] +Triangle: [1072, 1092, 1079] +Triangle: [1079, 1094, 943] +Triangle: [50, 1090, 1069] +Triangle: [1090, 39, 1069] +Triangle: [1138, 1091, 45] +Triangle: [45, 1096, 1140] +Triangle: [39, 917, 911] +Triangle: [2277, 1083, 1131] +Triangle: [1132, 2249, 2251] +Triangle: [912, 38, 909] +Triangle: [1100, 2250, 2249] +Triangle: [1121, 1107, 1120] +Triangle: [1120, 1099, 1114] +Triangle: [2259, 1106, 2256] +Triangle: [1119, 1295, 1296] +Triangle: [1118, 1105, 1119] +Triangle: [1117, 1104, 1118] +Triangle: [1125, 1101, 1136] +Triangle: [1065, 2275, 1130] +Triangle: [1113, 1108, 1121] +Triangle: [2257, 1097, 2255] +Triangle: [35, 1121, 924] +Triangle: [1135, 1127, 1144] +Triangle: [45, 1135, 1144] +Triangle: [65, 1118, 67] +Triangle: [67, 1119, 162] +Triangle: [162, 1296, 1272] +Triangle: [911, 1114, 39] +Triangle: [924, 1120, 911] +Triangle: [1115, 2253, 2252] +Triangle: [2254, 1115, 2252] +Triangle: [2266, 1123, 2265] +Triangle: [1123, 2264, 2265] +Triangle: [1103, 1128, 1106] +Triangle: [1111, 1136, 1101] +Triangle: [1098, 1126, 1097] +Triangle: [1065, 1082, 1129] +Triangle: [1130, 1131, 1082] +Triangle: [2269, 1132, 1111] +Triangle: [49, 2277, 1131] +Triangle: [1134, 1137, 2254] +Triangle: [1139, 1135, 2244] +Triangle: [1136, 2247, 1125] +Triangle: [2248, 2251, 1137] +Triangle: [1115, 2250, 1122] +Triangle: [1140, 2244, 1135] +Triangle: [1095, 1078, 1149] +Triangle: [1096, 1084, 1140] +Triangle: [1095, 1143, 1091] +Triangle: [1096, 1143, 1151] +Triangle: [1136, 2248, 1127] +Triangle: [1144, 2248, 1134] +Triangle: [166, 1146, 1145] +Triangle: [1086, 1145, 1147] +Triangle: [1080, 1072, 1146] +Triangle: [1141, 1072, 1148] +Triangle: [1086, 1085, 1150] +Triangle: [1142, 1085, 1151] +Triangle: [1152, 1149, 1141] +Triangle: [1142, 1143, 1152] +Triangle: [1077, 1205, 1204] +Triangle: [212, 1016, 60] +Triangle: [1153, 466, 1016] +Triangle: [1158, 145, 149] +Triangle: [1181, 138, 93] +Triangle: [1154, 1159, 145] +Triangle: [1156, 774, 766] +Triangle: [1189, 138, 1190] +Triangle: [1030, 1220, 1210] +Triangle: [1297, 102, 1265] +Triangle: [1168, 1229, 1230] +Triangle: [1166, 766, 772] +Triangle: [767, 1173, 1169] +Triangle: [1163, 1216, 1221] +Triangle: [1164, 146, 1167] +Triangle: [1229, 1031, 1032] +Triangle: [1173, 143, 144] +Triangle: [97, 1171, 1174] +Triangle: [98, 1177, 103] +Triangle: [100, 1172, 1176] +Triangle: [103, 1175, 99] +Triangle: [101, 1176, 1171] +Triangle: [98, 1174, 1170] +Triangle: [1169, 144, 1164] +Triangle: [99, 1162, 1154] +Triangle: [90, 1182, 1186] +Triangle: [1187, 1235, 1225] +Triangle: [1300, 1187, 1225] +Triangle: [1182, 1231, 1234] +Triangle: [1179, 1222, 1231] +Triangle: [1181, 1223, 1233] +Triangle: [1222, 1180, 1232] +Triangle: [1223, 1186, 1224] +Triangle: [1157, 1189, 1190] +Triangle: [136, 1188, 137] +Triangle: [1188, 1168, 1183] +Triangle: [1161, 1190, 1181] +Triangle: [1235, 1168, 1230] +Triangle: [1161, 1233, 1228] +Triangle: [470, 1193, 472] +Triangle: [458, 1194, 456] +Triangle: [480, 1191, 479] +Triangle: [464, 1199, 1198] +Triangle: [464, 1197, 462] +Triangle: [462, 1196, 460] +Triangle: [458, 1196, 1195] +Triangle: [456, 1193, 454] +Triangle: [449, 1200, 480] +Triangle: [1201, 910, 179] +Triangle: [918, 48, 913] +Triangle: [1201, 1203, 918] +Triangle: [2278, 1109, 1100] +Triangle: [2285, 1205, 1067] +Triangle: [44, 933, 40] +Triangle: [926, 919, 910] +Triangle: [1221, 147, 1167] +Triangle: [1210, 1158, 149] +Triangle: [1216, 1049, 147] +Triangle: [1218, 1051, 1054] +Triangle: [1218, 1057, 1056] +Triangle: [110, 1208, 104] +Triangle: [109, 1212, 106] +Triangle: [1213, 110, 108] +Triangle: [1211, 109, 105] +Triangle: [1214, 105, 107] +Triangle: [1266, 1209, 148] +Triangle: [1220, 108, 1158] +Triangle: [148, 1215, 146] +Triangle: [1215, 1167, 146] +Triangle: [1210, 1055, 1030] +Triangle: [1027, 1208, 1026] +Triangle: [1228, 1025, 1155] +Triangle: [1029, 1230, 1163] +Triangle: [1024, 1224, 1026] +Triangle: [1021, 1232, 1023] +Triangle: [1233, 1024, 1025] +Triangle: [1231, 1021, 1022] +Triangle: [1234, 1022, 1027] +Triangle: [1292, 1225, 1028] +Triangle: [1225, 1029, 1028] +Triangle: [1165, 1227, 1229] +Triangle: [1230, 1032, 1163] +Triangle: [1182, 1224, 1186] +Triangle: [1226, 1155, 1030] +Triangle: [1227, 1030, 1031] +Triangle: [69, 1238, 70] +Triangle: [70, 1239, 161] +Triangle: [161, 1301, 1271] +Triangle: [1241, 69, 173] +Triangle: [2289, 1240, 2286] +Triangle: [33, 925, 930] +Triangle: [202, 1302, 1276] +Triangle: [203, 1246, 202] +Triangle: [196, 1243, 197] +Triangle: [2, 1248, 1] +Triangle: [197, 1249, 2] +Triangle: [200, 1244, 1245] +Triangle: [201, 1247, 203] +Triangle: [198, 1250, 201] +Triangle: [198, 1245, 1251] +Triangle: [1042, 1261, 1257] +Triangle: [1041, 1257, 1256] +Triangle: [1041, 1253, 1035] +Triangle: [1040, 1260, 1261] +Triangle: [1036, 1255, 1038] +Triangle: [1038, 1254, 1037] +Triangle: [1033, 1259, 1036] +Triangle: [1035, 1252, 1034] +Triangle: [1034, 1303, 1293] +Triangle: [1293, 1258, 1033] +Triangle: [1276, 1242, 196] +Triangle: [1271, 1240, 34] +Triangle: [1023, 1300, 1292] +Triangle: [106, 1299, 1266] +Triangle: [1232, 1298, 1300] +Triangle: [143, 1297, 1265] +Triangle: [1272, 1126, 36] +Triangle: [1296, 1097, 1126] +Triangle: [773, 1294, 1279] +Triangle: [1302, 1033, 1242] +Triangle: [1212, 1292, 1299] +Triangle: [936, 1290, 921] +Triangle: [921, 1273, 170] +Triangle: [781, 1289, 849] +Triangle: [1283, 839, 782] +Triangle: [1282, 829, 780] +Triangle: [756, 1286, 819] +Triangle: [1303, 784, 1258] +Triangle: [819, 1282, 780] +Triangle: [849, 1285, 779] +Triangle: [1288, 781, 839] +Triangle: [1287, 782, 829] +Triangle: [755, 1280, 756] +Triangle: [1178, 1279, 1297] +Triangle: [1262, 748, 51] +Triangle: [1278, 196, 748] +Triangle: [1273, 191, 170] +Triangle: [1275, 51, 191] +Triangle: [2293, 175, 2286] +Triangle: [931, 1272, 36] +Triangle: [2267, 34, 2255] +Triangle: [1274, 32, 175] +Triangle: [32, 1269, 25] +Triangle: [150, 1268, 151] +Triangle: [1180, 1264, 1298] +Triangle: [143, 1266, 148] +Triangle: [140, 1267, 150] +Triangle: [151, 1263, 135] +Triangle: [135, 1277, 134] +Triangle: [134, 1269, 159] +Triangle: [1316, 1315, 1309] +Triangle: [1317, 1309, 1310] +Triangle: [1311, 1317, 1310] +Triangle: [1320, 1312, 1313] +Triangle: [1321, 1313, 1314] +Triangle: [1322, 1314, 1315] +Triangle: [1323, 1322, 1316] +Triangle: [1324, 1316, 1317] +Triangle: [1318, 1324, 1317] +Triangle: [1327, 1319, 1320] +Triangle: [1328, 1320, 1321] +Triangle: [1329, 1321, 1322] +Triangle: [1330, 1329, 1323] +Triangle: [1331, 1323, 1324] +Triangle: [1332, 1324, 323] +Triangle: [1325, 1332, 323] +Triangle: [1334, 1325, 1326] +Triangle: [1327, 1334, 1326] +Triangle: [1336, 1327, 1328] +Triangle: [1337, 1328, 1329] +Triangle: [1338, 1337, 1330] +Triangle: [1339, 1330, 1331] +Triangle: [1340, 1331, 1332] +Triangle: [1333, 1340, 1332] +Triangle: [1334, 1341, 1333] +Triangle: [1335, 1342, 1334] +Triangle: [1336, 1343, 1335] +Triangle: [1345, 1336, 1337] +Triangle: [1346, 1345, 1338] +Triangle: [1347, 1338, 1339] +Triangle: [1348, 1339, 1340] +Triangle: [1349, 1340, 1341] +Triangle: [1342, 1349, 1341] +Triangle: [1343, 1350, 1342] +Triangle: [1344, 1351, 1343] +Triangle: [1345, 1352, 1344] +Triangle: [1346, 1361, 1353] +Triangle: [1355, 1346, 1347] +Triangle: [1356, 1347, 1348] +Triangle: [1357, 1348, 1349] +Triangle: [1358, 1349, 1350] +Triangle: [1351, 1358, 1350] +Triangle: [1352, 1359, 1351] +Triangle: [1353, 1360, 1352] +Triangle: [1354, 1369, 1361] +Triangle: [1363, 1354, 1355] +Triangle: [1364, 1355, 1356] +Triangle: [1365, 1356, 1357] +Triangle: [1366, 1357, 1358] +Triangle: [1359, 1366, 1358] +Triangle: [1360, 1367, 1359] +Triangle: [1361, 1368, 1360] +Triangle: [1362, 1377, 1369] +Triangle: [1371, 1362, 1363] +Triangle: [1372, 1363, 1364] +Triangle: [1373, 1364, 1365] +Triangle: [1374, 1365, 1366] +Triangle: [1367, 1374, 1366] +Triangle: [1368, 1375, 1367] +Triangle: [1369, 1376, 1368] +Triangle: [1370, 1385, 1377] +Triangle: [1379, 1370, 1371] +Triangle: [1380, 1371, 1372] +Triangle: [1381, 1372, 1373] +Triangle: [1382, 1373, 1374] +Triangle: [1375, 1382, 1374] +Triangle: [1376, 1383, 1375] +Triangle: [1377, 1384, 1376] +Triangle: [1378, 1393, 1385] +Triangle: [1387, 1378, 1379] +Triangle: [1388, 1379, 1380] +Triangle: [1389, 1380, 1381] +Triangle: [1390, 1381, 1382] +Triangle: [1383, 1390, 1382] +Triangle: [1384, 1391, 1383] +Triangle: [1385, 1392, 1384] +Triangle: [1386, 1401, 1393] +Triangle: [1395, 1386, 1387] +Triangle: [1396, 1387, 1388] +Triangle: [1397, 1388, 1389] +Triangle: [1398, 1389, 1390] +Triangle: [1391, 1398, 1390] +Triangle: [1392, 1399, 1391] +Triangle: [1393, 1400, 1392] +Triangle: [1394, 1409, 1401] +Triangle: [1403, 1394, 1395] +Triangle: [1404, 1395, 1396] +Triangle: [1405, 1396, 1397] +Triangle: [1406, 1397, 1398] +Triangle: [1399, 1406, 1398] +Triangle: [1400, 1407, 1399] +Triangle: [1401, 1408, 1400] +Triangle: [1402, 1417, 1409] +Triangle: [1411, 1402, 1403] +Triangle: [1412, 1403, 1404] +Triangle: [1413, 1404, 1405] +Triangle: [1414, 1405, 1406] +Triangle: [1415, 1406, 1407] +Triangle: [1408, 1415, 1407] +Triangle: [1409, 1416, 1408] +Triangle: [1410, 1425, 1417] +Triangle: [1411, 1418, 1410] +Triangle: [1420, 1411, 1412] +Triangle: [1421, 1412, 1413] +Triangle: [1422, 1413, 1414] +Triangle: [1423, 1414, 1415] +Triangle: [1416, 1423, 1415] +Triangle: [1417, 1424, 1416] +Triangle: [1418, 1433, 1425] +Triangle: [1419, 1426, 1418] +Triangle: [1420, 1427, 1419] +Triangle: [1429, 1420, 1421] +Triangle: [1430, 1421, 1422] +Triangle: [1431, 1422, 1423] +Triangle: [1432, 1423, 1424] +Triangle: [1425, 1432, 1424] +Triangle: [1426, 1441, 1433] +Triangle: [1427, 1434, 1426] +Triangle: [1428, 1435, 1427] +Triangle: [1429, 1436, 1428] +Triangle: [1438, 1429, 1430] +Triangle: [1439, 1430, 1431] +Triangle: [1440, 1431, 1432] +Triangle: [1441, 1432, 1433] +Triangle: [1434, 1442, 1441] +Triangle: [1435, 1442, 1434] +Triangle: [1436, 1442, 1435] +Triangle: [1437, 1442, 1436] +Triangle: [1438, 1442, 1437] +Triangle: [1439, 1442, 1438] +Triangle: [1440, 1442, 1439] +Triangle: [1441, 1442, 1440] +Triangle: [1443, 1458, 1450] +Triangle: [1444, 1451, 1443] +Triangle: [1445, 1452, 1444] +Triangle: [1454, 1445, 1446] +Triangle: [1455, 1446, 1447] +Triangle: [1456, 1447, 1448] +Triangle: [1457, 1448, 1449] +Triangle: [1450, 1457, 1449] +Triangle: [1451, 1466, 1458] +Triangle: [1452, 1459, 1451] +Triangle: [1453, 1460, 1452] +Triangle: [1462, 1453, 1454] +Triangle: [1463, 1454, 1455] +Triangle: [1464, 1455, 1456] +Triangle: [1465, 1456, 1457] +Triangle: [1458, 1465, 1457] +Triangle: [1459, 1474, 1466] +Triangle: [1460, 1467, 1459] +Triangle: [1461, 1468, 1460] +Triangle: [1470, 1461, 1462] +Triangle: [1471, 1462, 1463] +Triangle: [1472, 1463, 1464] +Triangle: [1473, 1464, 1465] +Triangle: [1466, 1473, 1465] +Triangle: [1475, 1474, 1467] +Triangle: [1476, 1467, 1468] +Triangle: [1477, 1468, 1469] +Triangle: [1470, 1477, 1469] +Triangle: [1471, 1478, 1470] +Triangle: [1472, 1479, 1471] +Triangle: [1473, 1480, 1472] +Triangle: [1482, 1473, 1474] +Triangle: [1483, 1482, 1475] +Triangle: [1484, 1475, 1476] +Triangle: [1485, 1476, 1477] +Triangle: [1478, 1485, 1477] +Triangle: [1479, 1486, 1478] +Triangle: [1480, 1487, 1479] +Triangle: [1481, 1488, 1480] +Triangle: [1490, 1481, 1482] +Triangle: [1491, 1490, 1483] +Triangle: [1492, 1483, 1484] +Triangle: [1493, 1484, 1485] +Triangle: [1486, 1493, 1485] +Triangle: [1487, 1494, 1486] +Triangle: [1488, 1495, 1487] +Triangle: [1489, 1496, 1488] +Triangle: [1498, 1489, 1490] +Triangle: [1499, 1498, 1491] +Triangle: [1500, 1491, 1492] +Triangle: [1501, 1492, 1493] +Triangle: [1494, 1501, 1493] +Triangle: [1495, 1502, 1494] +Triangle: [1496, 1503, 1495] +Triangle: [1505, 1496, 1497] +Triangle: [1506, 1497, 1498] +Triangle: [1507, 1506, 1499] +Triangle: [1508, 1499, 1500] +Triangle: [1509, 1500, 1501] +Triangle: [1502, 1509, 1501] +Triangle: [1503, 1510, 1502] +Triangle: [1504, 1511, 1503] +Triangle: [1513, 1504, 1505] +Triangle: [1514, 1505, 1506] +Triangle: [1515, 1514, 1507] +Triangle: [1516, 1507, 1508] +Triangle: [1517, 1508, 1509] +Triangle: [1510, 1517, 1509] +Triangle: [1511, 1518, 1510] +Triangle: [1512, 1519, 1511] +Triangle: [1521, 1512, 1513] +Triangle: [1522, 1513, 1514] +Triangle: [1515, 1530, 1522] +Triangle: [1524, 1515, 1516] +Triangle: [1525, 1516, 1517] +Triangle: [1518, 1525, 1517] +Triangle: [1519, 1526, 1518] +Triangle: [1520, 1527, 1519] +Triangle: [1529, 1520, 1521] +Triangle: [1530, 1521, 1522] +Triangle: [1523, 1538, 1530] +Triangle: [1532, 1523, 1524] +Triangle: [1533, 1524, 1525] +Triangle: [1534, 1525, 1526] +Triangle: [1527, 1534, 1526] +Triangle: [1528, 1535, 1527] +Triangle: [1529, 1536, 1528] +Triangle: [1530, 1537, 1529] +Triangle: [1539, 1538, 1531] +Triangle: [1540, 1531, 1532] +Triangle: [1541, 1532, 1533] +Triangle: [1542, 1533, 1534] +Triangle: [1535, 1542, 1534] +Triangle: [1536, 1543, 1535] +Triangle: [1537, 1544, 1536] +Triangle: [1538, 1545, 1537] +Triangle: [1547, 1546, 1539] +Triangle: [1548, 1539, 1540] +Triangle: [1549, 1540, 1541] +Triangle: [1550, 1541, 1542] +Triangle: [1551, 1542, 1543] +Triangle: [1544, 1551, 1543] +Triangle: [1545, 1552, 1544] +Triangle: [1546, 1553, 1545] +Triangle: [1547, 1562, 1554] +Triangle: [1556, 1547, 1548] +Triangle: [1557, 1548, 1549] +Triangle: [1558, 1549, 1550] +Triangle: [1559, 1550, 1551] +Triangle: [1552, 1559, 1551] +Triangle: [1553, 1560, 1552] +Triangle: [1554, 1561, 1553] +Triangle: [1555, 1570, 1562] +Triangle: [1556, 1563, 1555] +Triangle: [1565, 1556, 1557] +Triangle: [1566, 1557, 1558] +Triangle: [1567, 1558, 1559] +Triangle: [1568, 1559, 1560] +Triangle: [1561, 1568, 1560] +Triangle: [1562, 1569, 1561] +Triangle: [1563, 1578, 1570] +Triangle: [1564, 1571, 1563] +Triangle: [1565, 1572, 1564] +Triangle: [1574, 1565, 1566] +Triangle: [1575, 1566, 1567] +Triangle: [1576, 1567, 1568] +Triangle: [1577, 1568, 1569] +Triangle: [1570, 1577, 1569] +Triangle: [1571, 1579, 1578] +Triangle: [1572, 1579, 1571] +Triangle: [1573, 1579, 1572] +Triangle: [1574, 1579, 1573] +Triangle: [1575, 1579, 1574] +Triangle: [1576, 1579, 1575] +Triangle: [1577, 1579, 1576] +Triangle: [1578, 1579, 1577] +Triangle: [1588, 1587, 1580] +Triangle: [1589, 1580, 1581] +Triangle: [1590, 1581, 1582] +Triangle: [1583, 1590, 1582] +Triangle: [1584, 1591, 1583] +Triangle: [1585, 1592, 1584] +Triangle: [1586, 1593, 1585] +Triangle: [1587, 1594, 1586] +Triangle: [1596, 1595, 1588] +Triangle: [1597, 1588, 1589] +Triangle: [1590, 1597, 1589] +Triangle: [1591, 1598, 1590] +Triangle: [1592, 1599, 1591] +Triangle: [1601, 1592, 1593] +Triangle: [1602, 1593, 1594] +Triangle: [1603, 1594, 1595] +Triangle: [1604, 1603, 1596] +Triangle: [1597, 1604, 1596] +Triangle: [1598, 1605, 1597] +Triangle: [1599, 1606, 1598] +Triangle: [1600, 1607, 1599] +Triangle: [1609, 1600, 1601] +Triangle: [1610, 1601, 1602] +Triangle: [1611, 1602, 1603] +Triangle: [1604, 1619, 1611] +Triangle: [1605, 1612, 1604] +Triangle: [1614, 1605, 1606] +Triangle: [1615, 1606, 1607] +Triangle: [1616, 1607, 1608] +Triangle: [1617, 1608, 1609] +Triangle: [1610, 1617, 1609] +Triangle: [1611, 1618, 1610] +Triangle: [1612, 1627, 1619] +Triangle: [1613, 1620, 1612] +Triangle: [1622, 1613, 1614] +Triangle: [1623, 1614, 1615] +Triangle: [1624, 1615, 1616] +Triangle: [1625, 1616, 1617] +Triangle: [1618, 1625, 1617] +Triangle: [1619, 1626, 1618] +Triangle: [1620, 1635, 1627] +Triangle: [1629, 1620, 1621] +Triangle: [1622, 1629, 1621] +Triangle: [1623, 1630, 1622] +Triangle: [1624, 1631, 1623] +Triangle: [1625, 1632, 1624] +Triangle: [1634, 1625, 1626] +Triangle: [1635, 1626, 1627] +Triangle: [1628, 1643, 1635] +Triangle: [1637, 1628, 1629] +Triangle: [1630, 1637, 1629] +Triangle: [1631, 1638, 1630] +Triangle: [1632, 1639, 1631] +Triangle: [1641, 1632, 1633] +Triangle: [1642, 1633, 1634] +Triangle: [1643, 1634, 1635] +Triangle: [1636, 1644, 1643] +Triangle: [1637, 1644, 1636] +Triangle: [1638, 1644, 1637] +Triangle: [1639, 1644, 1638] +Triangle: [1640, 1644, 1639] +Triangle: [1641, 1644, 1640] +Triangle: [1642, 1644, 1641] +Triangle: [1643, 1644, 1642] +Triangle: [1693, 1652, 1694] +Triangle: [1698, 1649, 1693] +Triangle: [1651, 1695, 1696] +Triangle: [1678, 1696, 1697] +Triangle: [1649, 1656, 1652] +Triangle: [1686, 1653, 1649] +Triangle: [1655, 1650, 1651] +Triangle: [1679, 1651, 1678] +Triangle: [1657, 1656, 1653] +Triangle: [1687, 1657, 1653] +Triangle: [1655, 1658, 1654] +Triangle: [1680, 1655, 1679] +Triangle: [1657, 1664, 1660] +Triangle: [1688, 1661, 1657] +Triangle: [1659, 1662, 1658] +Triangle: [1681, 1659, 1680] +Triangle: [1661, 1668, 1664] +Triangle: [1689, 1665, 1661] +Triangle: [1667, 1662, 1663] +Triangle: [1682, 1663, 1681] +Triangle: [1669, 1668, 1665] +Triangle: [1690, 1669, 1665] +Triangle: [1667, 1670, 1666] +Triangle: [1682, 1671, 1667] +Triangle: [1673, 1672, 1669] +Triangle: [1692, 1669, 1691] +Triangle: [1671, 1674, 1670] +Triangle: [1684, 1671, 1683] +Triangle: [1672, 1684, 1683] +Triangle: [1672, 1682, 1668] +Triangle: [1664, 1682, 1681] +Triangle: [1664, 1680, 1660] +Triangle: [1660, 1679, 1656] +Triangle: [1656, 1678, 1652] +Triangle: [1652, 1697, 1694] +Triangle: [1674, 1691, 1670] +Triangle: [1670, 1690, 1666] +Triangle: [1666, 1689, 1662] +Triangle: [1658, 1689, 1688] +Triangle: [1654, 1688, 1687] +Triangle: [1650, 1687, 1686] +Triangle: [1695, 1686, 1698] +Triangle: [1646, 1698, 1685] +Triangle: [1694, 1677, 1648] +Triangle: [1697, 1647, 1677] +Triangle: [1647, 1695, 1646] +Triangle: [1685, 1693, 1645] +Triangle: [1693, 1648, 1645] +Triangle: [1699, 1706, 1702] +Triangle: [1720, 1703, 1699] +Triangle: [1705, 1700, 1701] +Triangle: [1717, 1701, 1716] +Triangle: [1703, 1710, 1706] +Triangle: [1704, 1722, 1721] +Triangle: [1710, 1717, 1706] +Triangle: [1721, 1707, 1703] +Triangle: [1711, 1710, 1707] +Triangle: [1722, 1711, 1707] +Triangle: [1709, 1712, 1708] +Triangle: [1718, 1713, 1709] +Triangle: [1711, 1715, 1714] +Triangle: [1723, 1715, 1711] +Triangle: [1713, 1715, 1712] +Triangle: [1719, 1715, 1713] +Triangle: [1714, 1715, 1719] +Triangle: [1714, 1718, 1710] +Triangle: [1705, 1718, 1709] +Triangle: [1706, 1716, 1702] +Triangle: [1712, 1715, 1723] +Triangle: [1712, 1722, 1708] +Triangle: [1705, 1708, 1704] +Triangle: [1700, 1721, 1720] +Triangle: [1764, 1725, 1724] +Triangle: [1765, 1729, 1728] +Triangle: [1763, 1727, 1761] +Triangle: [1762, 1730, 1729] +Triangle: [1763, 1724, 1726] +Triangle: [1760, 1728, 1725] +Triangle: [1733, 1738, 1740] +Triangle: [1735, 1739, 1732] +Triangle: [1732, 1738, 1731] +Triangle: [1736, 1742, 1735] +Triangle: [1733, 1741, 1734] +Triangle: [1736, 1744, 1743] +Triangle: [1770, 1746, 1767] +Triangle: [1771, 1749, 1768] +Triangle: [1761, 1747, 1769] +Triangle: [2120, 1766, 2123] +Triangle: [1769, 1745, 1770] +Triangle: [1746, 1771, 1767] +Triangle: [1752, 1755, 1750] +Triangle: [1756, 1753, 1751] +Triangle: [1750, 1756, 1751] +Triangle: [1758, 1754, 1753] +Triangle: [1734, 1757, 1752] +Triangle: [2122, 1737, 2121] +Triangle: [1731, 1726, 1724] +Triangle: [1734, 1726, 1733] +Triangle: [1752, 1727, 1734] +Triangle: [1750, 1747, 1752] +Triangle: [1751, 1745, 1750] +Triangle: [1751, 1748, 1746] +Triangle: [1754, 1748, 1753] +Triangle: [2121, 1730, 2120] +Triangle: [1737, 1729, 1730] +Triangle: [1736, 1728, 1729] +Triangle: [1732, 1728, 1735] +Triangle: [1732, 1724, 1725] +Triangle: [1767, 2102, 2095] +Triangle: [1769, 2101, 2097] +Triangle: [2123, 2100, 2219] +Triangle: [1761, 2097, 2092] +Triangle: [1771, 2096, 2102] +Triangle: [1770, 2095, 2101] +Triangle: [2091, 1765, 1760] +Triangle: [2094, 1764, 1763] +Triangle: [2093, 1766, 1762] +Triangle: [2092, 1763, 1761] +Triangle: [2099, 1762, 1765] +Triangle: [2098, 1760, 1764] +Triangle: [1742, 1774, 1739] +Triangle: [1785, 1974, 1975] +Triangle: [1743, 1775, 1742] +Triangle: [1738, 1774, 1785] +Triangle: [1785, 1740, 1738] +Triangle: [1740, 1783, 1741] +Triangle: [1741, 1782, 1757] +Triangle: [1757, 1781, 1755] +Triangle: [1755, 1780, 1756] +Triangle: [1780, 1758, 1756] +Triangle: [1779, 1759, 1758] +Triangle: [2124, 1744, 2122] +Triangle: [1777, 1743, 1744] +Triangle: [2008, 2032, 2007] +Triangle: [1807, 2105, 2106] +Triangle: [1808, 2105, 1806] +Triangle: [2237, 1792, 2238] +Triangle: [2239, 1790, 2237] +Triangle: [1794, 1812, 1813] +Triangle: [1795, 1814, 1812] +Triangle: [1793, 1813, 1815] +Triangle: [1816, 1796, 1797] +Triangle: [1811, 1793, 1815] +Triangle: [1816, 1792, 1810] +Triangle: [2241, 1798, 1799] +Triangle: [2242, 1799, 2233] +Triangle: [2240, 1791, 2239] +Triangle: [1800, 2230, 2232] +Triangle: [1801, 1804, 2104] +Triangle: [2112, 1804, 1800] +Triangle: [1773, 1806, 1772] +Triangle: [1772, 1807, 1786] +Triangle: [1789, 2235, 2106] +Triangle: [2114, 1788, 2107] +Triangle: [1791, 1809, 1790] +Triangle: [1790, 1810, 1792] +Triangle: [1823, 1820, 1825] +Triangle: [2127, 1820, 2125] +Triangle: [2126, 1825, 2127] +Triangle: [1819, 1825, 1817] +Triangle: [1880, 1846, 1881] +Triangle: [1859, 2130, 2137] +Triangle: [1864, 1839, 1841] +Triangle: [2141, 1849, 1876] +Triangle: [1858, 1837, 1859] +Triangle: [1842, 1879, 1878] +Triangle: [1879, 1845, 1880] +Triangle: [1876, 1831, 1830] +Triangle: [1829, 2387, 2383] +Triangle: [2392, 1830, 2390] +Triangle: [2140, 1833, 2128] +Triangle: [2390, 1864, 1865] +Triangle: [2387, 1827, 2385] +Triangle: [1875, 1829, 1833] +Triangle: [1874, 1832, 1831] +Triangle: [2385, 1826, 2386] +Triangle: [2126, 1846, 1817] +Triangle: [1824, 1849, 1818] +Triangle: [1822, 1848, 1824] +Triangle: [2133, 1822, 2125] +Triangle: [1817, 1845, 1819] +Triangle: [1845, 1823, 1819] +Triangle: [1844, 1821, 1823] +Triangle: [1842, 1820, 1821] +Triangle: [1855, 1866, 1867] +Triangle: [1857, 1868, 1866] +Triangle: [2135, 1869, 2139] +Triangle: [1871, 1853, 1870] +Triangle: [1872, 1854, 1871] +Triangle: [1873, 1856, 1872] +Triangle: [1869, 1852, 1873] +Triangle: [2138, 1855, 1867] +Triangle: [1865, 1841, 1835] +Triangle: [1836, 1861, 1834] +Triangle: [1840, 1860, 1836] +Triangle: [2131, 1865, 1835] +Triangle: [1858, 1840, 1838] +Triangle: [2383, 1859, 2384] +Triangle: [2389, 1863, 1864] +Triangle: [2384, 2137, 2391] +Triangle: [2138, 1839, 2130] +Triangle: [1834, 1873, 1836] +Triangle: [1836, 1872, 1840] +Triangle: [1840, 1871, 1838] +Triangle: [1838, 1870, 1837] +Triangle: [2139, 1834, 2131] +Triangle: [1866, 1835, 1841] +Triangle: [1867, 1841, 1839] +Triangle: [1847, 1874, 1848] +Triangle: [1843, 1878, 1875] +Triangle: [2133, 1875, 2140] +Triangle: [1848, 1876, 1849] +Triangle: [1828, 1880, 1827] +Triangle: [1878, 1828, 1829] +Triangle: [2129, 1876, 1830] +Triangle: [1827, 1881, 1826] +Triangle: [2152, 1902, 1901] +Triangle: [2150, 1901, 1903] +Triangle: [1899, 1906, 1905] +Triangle: [1898, 1904, 1906] +Triangle: [1926, 1962, 1961] +Triangle: [1940, 1920, 1944] +Triangle: [1944, 2155, 2162] +Triangle: [1927, 1957, 1962] +Triangle: [1939, 1918, 1940] +Triangle: [2166, 1925, 1960] +Triangle: [1960, 1926, 1961] +Triangle: [1955, 1911, 1957] +Triangle: [2161, 1909, 1943] +Triangle: [1907, 1946, 1942] +Triangle: [1956, 1913, 1958] +Triangle: [1911, 1945, 1946] +Triangle: [1943, 1908, 1941] +Triangle: [1956, 1910, 1914] +Triangle: [1958, 2153, 2165] +Triangle: [1941, 1907, 1942] +Triangle: [1899, 1927, 1898] +Triangle: [1929, 1899, 1905] +Triangle: [2150, 1929, 1905] +Triangle: [1924, 1903, 1901] +Triangle: [1927, 1900, 1898] +Triangle: [1900, 1925, 1904] +Triangle: [2158, 1902, 2151] +Triangle: [1923, 1901, 1902] +Triangle: [2159, 1947, 2164] +Triangle: [1947, 1932, 1949] +Triangle: [1949, 1931, 1950] +Triangle: [1935, 1951, 1952] +Triangle: [2163, 1935, 1952] +Triangle: [1954, 1937, 1953] +Triangle: [1950, 1933, 1954] +Triangle: [1934, 1948, 1951] +Triangle: [1945, 1916, 1946] +Triangle: [1941, 1915, 1917] +Triangle: [1943, 1917, 1921] +Triangle: [1942, 1916, 1915] +Triangle: [2161, 1921, 2156] +Triangle: [1910, 1940, 1914] +Triangle: [1913, 2162, 2153] +Triangle: [1914, 1944, 1913] +Triangle: [1951, 1920, 1918] +Triangle: [1950, 1917, 1915] +Triangle: [1917, 1953, 1921] +Triangle: [2156, 1952, 1919] +Triangle: [1919, 1951, 1918] +Triangle: [1916, 1950, 1915] +Triangle: [1922, 1949, 1916] +Triangle: [2164, 1922, 2155] +Triangle: [1928, 2165, 2157] +Triangle: [1924, 1959, 1956] +Triangle: [1924, 1958, 1928] +Triangle: [1929, 1957, 1930] +Triangle: [1909, 1961, 1908] +Triangle: [2154, 1960, 1909] +Triangle: [1962, 1911, 1907] +Triangle: [1908, 1962, 1907] +Triangle: [1857, 1888, 1884] +Triangle: [1887, 1892, 1889] +Triangle: [1895, 1933, 1897] +Triangle: [1964, 2159, 2167] +Triangle: [2168, 1964, 2167] +Triangle: [1988, 2023, 1989] +Triangle: [1782, 2024, 1781] +Triangle: [2169, 1966, 2168] +Triangle: [1971, 1965, 1963] +Triangle: [2169, 1777, 2124] +Triangle: [1974, 1786, 1975] +Triangle: [1969, 1977, 2227] +Triangle: [2171, 2067, 2206] +Triangle: [1987, 2049, 2066] +Triangle: [1971, 1981, 1970] +Triangle: [1970, 1967, 1965] +Triangle: [1971, 1984, 1982] +Triangle: [1986, 1977, 1976] +Triangle: [1986, 1981, 1982] +Triangle: [1985, 1982, 1984] +Triangle: [1853, 2050, 2058] +Triangle: [2025, 1781, 2024] +Triangle: [1783, 2023, 1782] +Triangle: [2024, 2011, 2025] +Triangle: [2022, 1989, 2023] +Triangle: [2145, 1992, 2172] +Triangle: [1882, 1993, 1884] +Triangle: [1883, 1994, 1992] +Triangle: [2135, 1996, 2173] +Triangle: [1850, 1997, 1852] +Triangle: [1851, 1998, 1996] +Triangle: [1891, 2174, 2149] +Triangle: [1890, 2001, 1892] +Triangle: [1891, 2002, 2000] +Triangle: [2001, 1889, 1892] +Triangle: [1857, 1993, 1998] +Triangle: [1932, 2003, 1931] +Triangle: [1931, 2005, 1933] +Triangle: [1932, 1964, 2004] +Triangle: [2005, 1897, 1933] +Triangle: [2000, 2005, 2003] +Triangle: [1994, 1999, 1992] +Triangle: [1991, 1998, 1993] +Triangle: [1807, 2115, 1786] +Triangle: [2119, 2009, 2008] +Triangle: [2010, 2009, 2006] +Triangle: [2176, 2006, 2175] +Triangle: [1780, 2026, 1779] +Triangle: [2025, 2021, 2026] +Triangle: [2177, 2018, 2180] +Triangle: [1989, 2180, 2181] +Triangle: [2013, 2018, 2012] +Triangle: [2177, 2176, 2226] +Triangle: [2013, 2182, 2183] +Triangle: [2178, 2183, 2225] +Triangle: [2015, 2184, 2185] +Triangle: [2224, 2015, 2185] +Triangle: [2187, 2016, 2186] +Triangle: [2188, 2017, 2187] +Triangle: [2004, 2011, 2003] +Triangle: [1966, 2004, 1964] +Triangle: [1966, 2026, 2021] +Triangle: [1779, 1968, 1778] +Triangle: [2034, 1990, 2022] +Triangle: [1784, 2022, 1783] +Triangle: [2189, 2011, 1988] +Triangle: [2017, 2027, 2016] +Triangle: [2016, 2191, 2179] +Triangle: [2223, 2029, 2190] +Triangle: [2181, 2029, 2192] +Triangle: [2193, 2013, 2178] +Triangle: [2029, 2193, 2190] +Triangle: [2015, 2030, 2014] +Triangle: [1785, 2031, 1784] +Triangle: [1772, 1973, 1773] +Triangle: [2031, 2032, 2033] +Triangle: [2031, 2034, 2022] +Triangle: [2037, 1973, 1972] +Triangle: [2009, 2033, 2008] +Triangle: [2035, 1804, 2103] +Triangle: [1979, 2111, 2036] +Triangle: [2037, 1808, 1773] +Triangle: [1980, 1985, 1987] +Triangle: [1980, 2036, 2228] +Triangle: [1977, 2228, 2227] +Triangle: [2038, 1936, 1934] +Triangle: [1963, 1983, 1971] +Triangle: [1937, 2039, 2040] +Triangle: [2195, 2041, 2042] +Triangle: [2147, 2039, 1895] +Triangle: [2195, 1935, 2160] +Triangle: [2043, 2038, 1934] +Triangle: [1934, 2042, 2043] +Triangle: [1983, 2044, 1984] +Triangle: [2046, 2042, 2041] +Triangle: [2045, 2043, 2042] +Triangle: [2198, 2063, 2205] +Triangle: [2049, 1984, 2048] +Triangle: [2048, 2044, 2047] +Triangle: [2047, 2045, 2046] +Triangle: [1896, 2052, 2053] +Triangle: [2196, 2054, 2055] +Triangle: [2196, 1894, 2146] +Triangle: [2143, 2052, 1887] +Triangle: [1855, 2057, 1888] +Triangle: [2202, 2056, 2170] +Triangle: [2198, 1886, 2142] +Triangle: [2199, 1885, 2144] +Triangle: [1979, 1987, 1978] +Triangle: [2148, 2055, 2200] +Triangle: [2060, 2041, 1893] +Triangle: [2048, 2046, 2060] +Triangle: [2201, 2060, 2200] +Triangle: [2202, 2061, 2062] +Triangle: [2062, 2055, 2054] +Triangle: [2204, 2050, 2171] +Triangle: [1978, 2066, 2051] +Triangle: [2204, 2054, 2199] +Triangle: [2058, 2065, 2059] +Triangle: [1970, 1976, 1969] +Triangle: [2203, 2056, 2064] +Triangle: [2134, 2063, 1855] +Triangle: [1854, 2069, 2068] +Triangle: [1852, 2069, 1856] +Triangle: [1854, 2067, 1853] +Triangle: [2209, 2071, 2070] +Triangle: [2207, 2073, 2072] +Triangle: [2206, 2072, 2064] +Triangle: [2203, 2070, 2051] +Triangle: [2051, 2074, 1978] +Triangle: [2110, 2074, 2103] +Triangle: [2071, 2074, 2070] +Triangle: [2076, 2210, 2211] +Triangle: [2073, 2212, 2208] +Triangle: [2071, 2078, 2075] +Triangle: [2222, 2076, 2211] +Triangle: [2117, 2007, 2115] +Triangle: [2229, 2075, 2078] +Triangle: [1974, 1775, 1973] +Triangle: [1058, 2086, 1308] +Triangle: [1060, 2087, 1307] +Triangle: [1061, 2080, 1059] +Triangle: [1306, 2081, 1060] +Triangle: [1308, 2082, 1061] +Triangle: [1058, 2087, 2079] +Triangle: [2089, 1062, 1305] +Triangle: [1304, 2084, 1063] +Triangle: [2080, 1064, 1059] +Triangle: [1294, 2088, 1306] +Triangle: [2085, 1305, 1064] +Triangle: [1062, 2090, 1304] +Triangle: [2149, 1892, 2215] +Triangle: [2216, 1897, 2215] +Triangle: [2221, 1895, 2216] +Triangle: [2145, 1884, 2217] +Triangle: [1887, 2217, 2218] +Triangle: [2220, 1887, 2218] +Triangle: [2086, 2091, 2098] +Triangle: [2087, 2093, 2099] +Triangle: [2082, 2092, 2080] +Triangle: [2081, 2100, 2093] +Triangle: [2086, 2094, 2082] +Triangle: [2079, 2099, 2091] +Triangle: [2101, 2083, 2089] +Triangle: [2102, 2084, 2090] +Triangle: [2092, 2085, 2080] +Triangle: [2214, 2100, 2088] +Triangle: [2097, 2089, 2085] +Triangle: [2083, 2102, 2090] +Triangle: [2103, 2075, 2035] +Triangle: [1803, 2111, 2108] +Triangle: [1805, 2035, 2229] +Triangle: [1801, 1805, 2235] +Triangle: [2110, 1979, 1978] +Triangle: [2105, 1789, 2106] +Triangle: [2235, 1807, 2106] +Triangle: [2107, 1787, 2105] +Triangle: [2110, 1804, 2109] +Triangle: [2111, 1804, 2108] +Triangle: [1799, 2114, 2113] +Triangle: [1802, 2107, 1808] +Triangle: [1975, 1786, 2116] +Triangle: [2032, 2116, 2007] +Triangle: [2116, 2115, 2007] +Triangle: [2078, 2117, 2229] +Triangle: [2117, 2119, 2008] +Triangle: [2118, 2077, 2213] +Triangle: [2096, 2214, 2084] +Triangle: [2220, 1888, 2142] +Triangle: [1886, 2220, 2142] +Triangle: [2144, 2143, 2220] +Triangle: [2218, 1884, 1888] +Triangle: [1883, 2217, 1889] +Triangle: [2146, 2216, 1896] +Triangle: [1894, 2221, 2146] +Triangle: [2148, 2147, 2221] +Triangle: [1896, 2215, 1892] +Triangle: [1891, 2215, 1897] +Triangle: [1063, 2214, 1294] +Triangle: [2175, 2211, 1997] +Triangle: [2006, 2222, 2175] +Triangle: [2213, 2212, 2222] +Triangle: [2208, 2077, 2071] +Triangle: [2211, 2069, 1997] +Triangle: [2064, 2209, 2203] +Triangle: [2067, 2207, 2206] +Triangle: [2068, 2210, 2207] +Triangle: [2072, 2208, 2209] +Triangle: [2058, 2134, 1853] +Triangle: [2051, 2170, 2203] +Triangle: [2065, 2199, 2059] +Triangle: [2062, 2171, 2056] +Triangle: [2048, 2202, 2049] +Triangle: [2061, 2200, 2055] +Triangle: [1893, 2200, 2060] +Triangle: [2059, 2144, 1886] +Triangle: [2057, 2142, 1888] +Triangle: [2049, 2170, 2066] +Triangle: [1885, 2197, 2143] +Triangle: [2053, 2146, 1896] +Triangle: [2053, 2197, 2196] +Triangle: [2059, 2205, 2058] +Triangle: [2040, 2160, 1937] +Triangle: [1893, 2194, 2147] +Triangle: [2040, 2194, 2195] +Triangle: [2190, 2030, 2028] +Triangle: [2030, 2178, 2014] +Triangle: [1989, 2192, 1988] +Triangle: [2223, 2028, 2191] +Triangle: [2189, 2191, 2027] +Triangle: [1988, 2223, 2189] +Triangle: [2179, 2028, 2015] +Triangle: [2027, 2188, 2189] +Triangle: [2011, 2187, 2003] +Triangle: [2003, 2186, 2000] +Triangle: [2174, 2185, 1999] +Triangle: [2000, 2224, 2174] +Triangle: [2186, 2179, 2224] +Triangle: [2185, 1992, 1999] +Triangle: [2225, 1991, 2172] +Triangle: [2184, 2172, 1992] +Triangle: [2014, 2225, 2184] +Triangle: [2183, 1996, 1991] +Triangle: [2226, 1995, 2173] +Triangle: [2182, 2173, 1996] +Triangle: [2012, 2226, 2182] +Triangle: [2181, 2018, 2019] +Triangle: [2010, 2180, 1990] +Triangle: [1995, 2175, 1997] +Triangle: [2149, 1999, 1890] +Triangle: [1850, 2173, 1995] +Triangle: [1882, 2172, 1991] +Triangle: [2056, 2206, 2064] +Triangle: [1968, 2124, 1778] +Triangle: [1967, 2168, 1965] +Triangle: [1965, 2167, 1963] +Triangle: [2167, 1936, 1963] +Triangle: [1959, 2154, 1910] +Triangle: [2157, 1955, 1929] +Triangle: [1948, 2155, 1920] +Triangle: [1921, 2163, 2156] +Triangle: [2153, 1945, 1912] +Triangle: [1939, 2156, 1919] +Triangle: [1953, 2160, 2163] +Triangle: [1948, 2159, 2164] +Triangle: [1904, 2158, 2151] +Triangle: [1903, 2157, 2150] +Triangle: [2165, 1912, 1955] +Triangle: [1939, 2154, 2161] +Triangle: [1923, 2166, 1959] +Triangle: [2162, 1922, 1945] +Triangle: [1905, 2152, 2150] +Triangle: [1906, 2151, 2152] +Triangle: [1826, 2141, 2129] +Triangle: [1847, 2140, 1877] +Triangle: [1835, 2139, 2131] +Triangle: [1837, 2138, 2130] +Triangle: [2388, 2137, 1863] +Triangle: [1834, 2136, 2131] +Triangle: [1870, 2134, 2138] +Triangle: [1851, 2139, 1868] +Triangle: [1843, 2125, 1820] +Triangle: [1818, 2132, 2126] +Triangle: [1877, 2128, 1832] +Triangle: [2386, 2129, 2392] +Triangle: [1881, 2132, 2141] +Triangle: [2137, 1839, 1863] +Triangle: [1818, 2127, 1824] +Triangle: [1824, 2125, 1822] +Triangle: [1778, 2122, 1759] +Triangle: [1768, 2219, 2096] +Triangle: [2121, 1749, 1754] +Triangle: [1759, 2121, 1754] +Triangle: [1768, 2120, 2123] +Triangle: [2119, 2213, 2006] +Triangle: [2115, 2229, 2117] +Triangle: [2037, 2231, 1802] +Triangle: [2232, 1797, 1796] +Triangle: [1777, 1969, 1776] +Triangle: [1802, 2113, 2114] +Triangle: [1972, 2234, 2037] +Triangle: [1775, 1972, 1973] +Triangle: [1969, 1972, 1776] +Triangle: [2228, 2234, 2227] +Triangle: [1803, 2234, 2036] +Triangle: [2231, 2236, 2113] +Triangle: [2113, 2233, 1799] +Triangle: [1803, 2112, 2236] +Triangle: [1800, 2236, 2112] +Triangle: [1798, 2239, 1788] +Triangle: [1795, 2241, 2242] +Triangle: [1794, 2240, 2241] +Triangle: [1788, 2237, 1787] +Triangle: [1787, 2238, 1789] +Triangle: [2230, 1789, 2238] +Triangle: [1797, 2238, 1792] +Triangle: [2243, 1811, 1815] +Triangle: [2243, 1813, 1812] +Triangle: [1814, 2243, 1812] +Triangle: [1810, 2243, 1816] +Triangle: [1796, 2242, 2232] +Triangle: [2232, 2233, 1800] +Triangle: [2271, 915, 1068] +Triangle: [1124, 1132, 2251] +Triangle: [38, 2264, 2258] +Triangle: [1123, 2246, 1116] +Triangle: [1139, 2245, 1123] +Triangle: [1137, 2249, 1115] +Triangle: [1114, 1069, 39] +Triangle: [1099, 2246, 1114] +Triangle: [1125, 1139, 2266] +Triangle: [2254, 1066, 1078] +Triangle: [1066, 2253, 46] +Triangle: [1138, 2254, 1078] +Triangle: [2258, 1116, 1099] +Triangle: [1295, 2255, 1097] +Triangle: [1110, 2264, 1102] +Triangle: [1133, 2265, 1110] +Triangle: [33, 2255, 34] +Triangle: [69, 2256, 173] +Triangle: [2263, 1107, 1108] +Triangle: [2262, 1099, 1107] +Triangle: [1105, 2267, 1295] +Triangle: [1104, 2261, 1105] +Triangle: [1103, 2260, 1104] +Triangle: [1098, 2263, 1108] +Triangle: [1125, 1133, 1112] +Triangle: [2280, 1102, 38] +Triangle: [2276, 925, 2268] +Triangle: [2273, 1133, 1110] +Triangle: [2273, 2283, 1083] +Triangle: [2269, 1101, 2275] +Triangle: [2270, 1077, 1204] +Triangle: [2274, 1065, 1129] +Triangle: [2277, 1112, 1133] +Triangle: [2268, 2288, 2279] +Triangle: [2278, 1129, 1077] +Triangle: [2275, 49, 1130] +Triangle: [2281, 2273, 1110] +Triangle: [2280, 2276, 2271] +Triangle: [2282, 48, 47] +Triangle: [2284, 1068, 2283] +Triangle: [2285, 1068, 48] +Triangle: [2281, 2271, 2284] +Triangle: [1301, 2286, 1240] +Triangle: [176, 2286, 175] +Triangle: [1236, 2288, 925] +Triangle: [1237, 2291, 1238] +Triangle: [1238, 2292, 1239] +Triangle: [1239, 2293, 1301] +Triangle: [2287, 1237, 1241] +Triangle: [2279, 177, 180] +Triangle: [932, 924, 934] +Triangle: [2294, 267, 2295] +Triangle: [2296, 266, 2294] +Triangle: [481, 268, 2296] +Triangle: [2330, 344, 2331] +Triangle: [2330, 2309, 2332] +Triangle: [342, 2332, 2333] +Triangle: [341, 2333, 2334] +Triangle: [2310, 2329, 2334] +Triangle: [2329, 2298, 2335] +Triangle: [2335, 2299, 2336] +Triangle: [2336, 2300, 2337] +Triangle: [2338, 2306, 2331] +Triangle: [2338, 2304, 2305] +Triangle: [2345, 2304, 2339] +Triangle: [2341, 2303, 2340] +Triangle: [2342, 2302, 2341] +Triangle: [2337, 2312, 2343] +Triangle: [2343, 2311, 2344] +Triangle: [2342, 2311, 2301] +Triangle: [2305, 2320, 2321] +Triangle: [2297, 2314, 2298] +Triangle: [2306, 2321, 2322] +Triangle: [2299, 2314, 2315] +Triangle: [2308, 2326, 2310] +Triangle: [2307, 2322, 2323] +Triangle: [2300, 2315, 2316] +Triangle: [2301, 2327, 2317] +Triangle: [2310, 2313, 2297] +Triangle: [2302, 2317, 2318] +Triangle: [2309, 2324, 2308] +Triangle: [2311, 2328, 2327] +Triangle: [2303, 2318, 2319] +Triangle: [2307, 2325, 2309] +Triangle: [2300, 2328, 2312] +Triangle: [2347, 2319, 2349] +Triangle: [337, 2342, 336] +Triangle: [337, 2343, 2344] +Triangle: [338, 2343, 335] +Triangle: [347, 2342, 2341] +Triangle: [347, 2340, 346] +Triangle: [2346, 2339, 345] +Triangle: [345, 2338, 352] +Triangle: [352, 2331, 344] +Triangle: [339, 2337, 338] +Triangle: [340, 2336, 339] +Triangle: [340, 2329, 2335] +Triangle: [2334, 348, 341] +Triangle: [2334, 2308, 2310] +Triangle: [2333, 2309, 2308] +Triangle: [343, 2332, 350] +Triangle: [2307, 2331, 2306] +Triangle: [2347, 2320, 2304] +Triangle: [2347, 2340, 2303] +Triangle: [2348, 346, 2346] +Triangle: [2345, 346, 2340] +Triangle: [269, 258, 2348] +Triangle: [2353, 2354, 2352] +Triangle: [2355, 2351, 2357] +Triangle: [2355, 2356, 2354] +Triangle: [2357, 2358, 2356] +Triangle: [2357, 2351, 2359] +Triangle: [2358, 2361, 2360] +Triangle: [2359, 2351, 2361] +Triangle: [2360, 2363, 2362] +Triangle: [2361, 2351, 2363] +Triangle: [2362, 2365, 2364] +Triangle: [2363, 2351, 2365] +Triangle: [2365, 2366, 2364] +Triangle: [2365, 2351, 2367] +Triangle: [2367, 2368, 2366] +Triangle: [2367, 2351, 2369] +Triangle: [2369, 2351, 2371] +Triangle: [2369, 2370, 2368] +Triangle: [2371, 2351, 2373] +Triangle: [2371, 2372, 2370] +Triangle: [2373, 2351, 2375] +Triangle: [2372, 2375, 2374] +Triangle: [2375, 2351, 2377] +Triangle: [2374, 2377, 2376] +Triangle: [2377, 2351, 2379] +Triangle: [2376, 2379, 2378] +Triangle: [2379, 2351, 2381] +Triangle: [2378, 2381, 2380] +Triangle: [2381, 2350, 2380] +Triangle: [2381, 2351, 2382] +Triangle: [2353, 2382, 2351] +Triangle: [2351, 2355, 2353] +Triangle: [2350, 2353, 2352] +Triangle: [1861, 2392, 2136] +Triangle: [1832, 2391, 2388] +Triangle: [1833, 2391, 2128] +Triangle: [1831, 2388, 2389] +Triangle: [1833, 2383, 2384] +Triangle: [1860, 2386, 1861] +Triangle: [1862, 2385, 1860] +Triangle: [1830, 2389, 2390] +Triangle: [2136, 2390, 1865] +Triangle: [2383, 1862, 1858] +Triangle: [2395, 6, 2396] +Triangle: [2400, 2401, 2399] +Triangle: [2398, 2401, 2403] +Triangle: [2397, 2403, 2404] +Triangle: [2404, 2405, 2397] +Triangle: [2405, 2408, 2407] +Triangle: [2420, 2464, 2552] +Triangle: [2414, 2419, 2413] +Triangle: [2413, 2418, 2409] +Triangle: [2540, 2410, 2504] +Triangle: [2417, 2411, 2410] +Triangle: [3541, 2415, 2412] +Triangle: [2402, 2412, 2415] +Triangle: [2415, 2421, 2402] +Triangle: [2559, 3219, 2558] +Triangle: [2426, 3391, 3403] +Triangle: [2401, 2421, 2427] +Triangle: [2424, 3505, 3509] +Triangle: [4512, 3221, 2423] +Triangle: [2403, 3186, 2404] +Triangle: [2403, 2427, 2431] +Triangle: [3189, 2430, 44] +Triangle: [2395, 3181, 4] +Triangle: [2431, 3185, 2403] +Triangle: [3183, 2432, 2406] +Triangle: [2408, 2432, 2433] +Triangle: [2396, 2432, 2395] +Triangle: [2557, 2431, 2427] +Triangle: [3474, 47, 1202] +Triangle: [2434, 3410, 3420] +Triangle: [3381, 4526, 3390] +Triangle: [2556, 2427, 2421] +Triangle: [2550, 2580, 2571] +Triangle: [4514, 2452, 2451] +Triangle: [2560, 2448, 2446] +Triangle: [2416, 2446, 2448] +Triangle: [2455, 2454, 2456] +Triangle: [2455, 2397, 2405] +Triangle: [2459, 2458, 2460] +Triangle: [2453, 2459, 2454] +Triangle: [2461, 2458, 2457] +Triangle: [2466, 2464, 2465] +Triangle: [2461, 2465, 2462] +Triangle: [2467, 2457, 2453] +Triangle: [2468, 2453, 2455] +Triangle: [2407, 2455, 2405] +Triangle: [2466, 2467, 2468] +Triangle: [2463, 2468, 2407] +Triangle: [2456, 2398, 2397] +Triangle: [2502, 2400, 2399] +Triangle: [2471, 2400, 2470] +Triangle: [2470, 2495, 2471] +Triangle: [2477, 2493, 2494] +Triangle: [2501, 2472, 2498] +Triangle: [2473, 2497, 2500] +Triangle: [2536, 2518, 2535] +Triangle: [2499, 2474, 2501] +Triangle: [2489, 2483, 2487] +Triangle: [2492, 2480, 2486] +Triangle: [2491, 2484, 2488] +Triangle: [2481, 2492, 2490] +Triangle: [2487, 2482, 2491] +Triangle: [2486, 2479, 2489] +Triangle: [3461, 2474, 3460] +Triangle: [3459, 2478, 2477] +Triangle: [3460, 2475, 3456] +Triangle: [2503, 2469, 2497] +Triangle: [3331, 2529, 2523] +Triangle: [3454, 2477, 2476] +Triangle: [3454, 2473, 3457] +Triangle: [2454, 2500, 2456] +Triangle: [2503, 2494, 2496] +Triangle: [2500, 2469, 2456] +Triangle: [2460, 2501, 2459] +Triangle: [2459, 2498, 2454] +Triangle: [2496, 2493, 2495] +Triangle: [2476, 2494, 2497] +Triangle: [2470, 2503, 2496] +Triangle: [2469, 2399, 2398] +Triangle: [2508, 2505, 2507] +Triangle: [2504, 2507, 2409] +Triangle: [2460, 2509, 2510] +Triangle: [2505, 2510, 2509] +Triangle: [2458, 2511, 2509] +Triangle: [2512, 2464, 2414] +Triangle: [2511, 2465, 2512] +Triangle: [2509, 2513, 2505] +Triangle: [2507, 2513, 2514] +Triangle: [2409, 2514, 2413] +Triangle: [2512, 2513, 2511] +Triangle: [2414, 2514, 2512] +Triangle: [2504, 2515, 2508] +Triangle: [2538, 2516, 2517] +Triangle: [3527, 2412, 2471] +Triangle: [2471, 3532, 3527] +Triangle: [2493, 3528, 3531] +Triangle: [2535, 2520, 2537] +Triangle: [2536, 2521, 2519] +Triangle: [2537, 2475, 2499] +Triangle: [2486, 3483, 3477] +Triangle: [3442, 2523, 2529] +Triangle: [3486, 2531, 3479] +Triangle: [2488, 3529, 3530] +Triangle: [2490, 3429, 2481] +Triangle: [2530, 2526, 2528] +Triangle: [2531, 3333, 2527] +Triangle: [3495, 3435, 3496] +Triangle: [3562, 2522, 3528] +Triangle: [3497, 3432, 3495] +Triangle: [2539, 2515, 2538] +Triangle: [3458, 2522, 3462] +Triangle: [3458, 2519, 2521] +Triangle: [2506, 2536, 2535] +Triangle: [2533, 2534, 2539] +Triangle: [2508, 2534, 2536] +Triangle: [2510, 2499, 2460] +Triangle: [2510, 2535, 2537] +Triangle: [2495, 3531, 3532] +Triangle: [2532, 2521, 2534] +Triangle: [2539, 2517, 2533] +Triangle: [2410, 2538, 2515] +Triangle: [2498, 2473, 2500] +Triangle: [2409, 2540, 2504] +Triangle: [2416, 2516, 2411] +Triangle: [2541, 2448, 2542] +Triangle: [2561, 2542, 2448] +Triangle: [4515, 2543, 2452] +Triangle: [3534, 2541, 2542] +Triangle: [3534, 2562, 3538] +Triangle: [3535, 4516, 4522] +Triangle: [2425, 3222, 3223] +Triangle: [3418, 3231, 3428] +Triangle: [3417, 3231, 3424] +Triangle: [2544, 3228, 3227] +Triangle: [3370, 3351, 3371] +Triangle: [3370, 3233, 3232] +Triangle: [3536, 3227, 3555] +Triangle: [2552, 2463, 2553] +Triangle: [2553, 2407, 2408] +Triangle: [3395, 63, 2447] +Triangle: [2560, 62, 181] +Triangle: [61, 2446, 2554] +Triangle: [2417, 2554, 2446] +Triangle: [4542, 181, 2287] +Triangle: [3538, 4544, 4545] +Triangle: [4543, 2562, 2561] +Triangle: [4542, 2561, 2560] +Triangle: [4541, 2557, 2556] +Triangle: [2558, 3224, 2430] +Triangle: [2555, 2421, 2422] +Triangle: [2430, 2559, 2558] +Triangle: [2419, 2585, 2564] +Triangle: [2554, 496, 61] +Triangle: [2442, 3355, 2566] +Triangle: [2444, 2566, 2567] +Triangle: [3539, 2443, 2568] +Triangle: [2440, 3356, 3355] +Triangle: [3356, 54, 193] +Triangle: [195, 2579, 2580] +Triangle: [2443, 2567, 2568] +Triangle: [2571, 2438, 2569] +Triangle: [2571, 2551, 2550] +Triangle: [2568, 2545, 2546] +Triangle: [3421, 3357, 3422] +Triangle: [2565, 3421, 3423] +Triangle: [3539, 2546, 3537] +Triangle: [2567, 2547, 2545] +Triangle: [2566, 3352, 2547] +Triangle: [2576, 3063, 3062] +Triangle: [3064, 199, 747] +Triangle: [3540, 3066, 3542] +Triangle: [2578, 3062, 3067] +Triangle: [753, 2394, 3068] +Triangle: [2577, 3067, 3066] +Triangle: [2574, 3064, 3063] +Triangle: [2573, 3065, 3069] +Triangle: [206, 2580, 2450] +Triangle: [2439, 2580, 2579] +Triangle: [3069, 2579, 3068] +Triangle: [63, 3229, 2447] +Triangle: [2449, 3229, 3228] +Triangle: [2582, 2408, 2433] +Triangle: [2553, 2581, 2583] +Triangle: [2552, 2583, 2584] +Triangle: [291, 2882, 2879] +Triangle: [2863, 2821, 2593] +Triangle: [2821, 2881, 2593] +Triangle: [286, 2833, 2834] +Triangle: [244, 2600, 2608] +Triangle: [3234, 236, 2601] +Triangle: [3234, 2602, 3235] +Triangle: [3236, 2598, 3235] +Triangle: [3236, 2606, 3238] +Triangle: [3237, 2606, 2605] +Triangle: [236, 2608, 2601] +Triangle: [2607, 2608, 2600] +Triangle: [2611, 2609, 2607] +Triangle: [2608, 2602, 2601] +Triangle: [2610, 2609, 2612] +Triangle: [267, 2623, 2626] +Triangle: [2625, 263, 2624] +Triangle: [261, 2625, 2623] +Triangle: [2600, 484, 2817] +Triangle: [2600, 2818, 2607] +Triangle: [2627, 2623, 2630] +Triangle: [2628, 2630, 2631] +Triangle: [2629, 2631, 2632] +Triangle: [2607, 2622, 2611] +Triangle: [2620, 2628, 2629] +Triangle: [280, 2901, 217] +Triangle: [2901, 276, 217] +Triangle: [214, 2900, 2899] +Triangle: [2589, 2637, 2635] +Triangle: [2586, 2860, 2858] +Triangle: [218, 2896, 280] +Triangle: [286, 2835, 301] +Triangle: [2643, 2825, 2645] +Triangle: [2864, 2822, 2643] +Triangle: [485, 2882, 222] +Triangle: [2806, 3466, 3473] +Triangle: [2648, 2865, 2866] +Triangle: [2866, 2643, 2648] +Triangle: [2645, 2648, 2643] +Triangle: [2649, 2640, 2650] +Triangle: [2647, 2649, 2650] +Triangle: [2640, 2651, 2650] +Triangle: [2645, 2653, 2640] +Triangle: [2825, 2644, 2645] +Triangle: [2653, 2655, 2641] +Triangle: [301, 2881, 224] +Triangle: [2863, 2655, 2644] +Triangle: [2867, 2641, 2655] +Triangle: [2647, 2861, 2865] +Triangle: [2650, 2639, 2647] +Triangle: [2868, 2639, 2657] +Triangle: [2651, 2657, 2639] +Triangle: [2657, 2860, 2868] +Triangle: [2636, 2658, 2637] +Triangle: [2862, 2595, 2641] +Triangle: [2660, 2595, 2659] +Triangle: [2659, 2604, 2660] +Triangle: [2603, 2610, 2613] +Triangle: [2603, 2614, 2606] +Triangle: [2606, 2615, 2605] +Triangle: [2644, 2654, 2645] +Triangle: [3239, 2605, 2662] +Triangle: [3239, 2664, 3240] +Triangle: [2664, 3241, 3240] +Triangle: [3241, 2668, 3242] +Triangle: [2615, 2662, 2605] +Triangle: [2653, 2660, 2670] +Triangle: [2670, 2665, 2672] +Triangle: [2671, 2670, 2672] +Triangle: [2652, 2653, 2671] +Triangle: [2673, 2623, 2625] +Triangle: [2674, 2625, 2624] +Triangle: [2624, 323, 2676] +Triangle: [2676, 325, 2677] +Triangle: [368, 2678, 2719] +Triangle: [2679, 2675, 2674] +Triangle: [2681, 2680, 2679] +Triangle: [2721, 2684, 2720] +Triangle: [2624, 2679, 2674] +Triangle: [2676, 2681, 2679] +Triangle: [2719, 2683, 2721] +Triangle: [2631, 2673, 2674] +Triangle: [2632, 2674, 2675] +Triangle: [2664, 2661, 2616] +Triangle: [2666, 2616, 2617] +Triangle: [2616, 2693, 2617] +Triangle: [2687, 2612, 2611] +Triangle: [2701, 2618, 2700] +Triangle: [2694, 2619, 2618] +Triangle: [2688, 2610, 2612] +Triangle: [2702, 2696, 2620] +Triangle: [2686, 2613, 2610] +Triangle: [2620, 4597, 4599] +Triangle: [2613, 2690, 2614] +Triangle: [2697, 2622, 2621] +Triangle: [2614, 2691, 2615] +Triangle: [2698, 2611, 2622] +Triangle: [2661, 2692, 2616] +Triangle: [2660, 2663, 2670] +Triangle: [2816, 2818, 4547] +Triangle: [2295, 2817, 484] +Triangle: [4546, 2818, 2817] +Triangle: [2617, 2701, 2700] +Triangle: [2615, 2699, 2661] +Triangle: [2818, 2621, 2622] +Triangle: [2695, 2702, 2619] +Triangle: [2666, 2704, 2668] +Triangle: [2700, 2704, 2617] +Triangle: [2700, 2707, 2708] +Triangle: [2618, 2706, 2707] +Triangle: [2619, 2705, 2706] +Triangle: [2702, 2629, 2705] +Triangle: [2675, 2709, 2632] +Triangle: [2632, 2705, 2629] +Triangle: [2706, 2709, 2710] +Triangle: [2707, 2710, 2711] +Triangle: [2708, 2711, 2712] +Triangle: [2680, 2713, 2675] +Triangle: [2710, 2713, 2715] +Triangle: [2714, 2715, 2713] +Triangle: [2682, 2714, 2680] +Triangle: [2720, 2717, 2682] +Triangle: [2718, 2720, 2684] +Triangle: [2719, 2681, 2677] +Triangle: [2721, 2682, 2681] +Triangle: [2677, 368, 2719] +Triangle: [2652, 2658, 2651] +Triangle: [2723, 2635, 2637] +Triangle: [2637, 2685, 2723] +Triangle: [2685, 2671, 2672] +Triangle: [2724, 2665, 2667] +Triangle: [2685, 2724, 2723] +Triangle: [2725, 2667, 2669] +Triangle: [2723, 2725, 2726] +Triangle: [2587, 2726, 2727] +Triangle: [2708, 2728, 2704] +Triangle: [2726, 2733, 2903] +Triangle: [2791, 3156, 2869] +Triangle: [2733, 2669, 2730] +Triangle: [2668, 3243, 3242] +Triangle: [2730, 2898, 2733] +Triangle: [2711, 2715, 2716] +Triangle: [2716, 2717, 2734] +Triangle: [2722, 2734, 2717] +Triangle: [2718, 2735, 2722] +Triangle: [2716, 2737, 2711] +Triangle: [2738, 2734, 2735] +Triangle: [2736, 2738, 2735] +Triangle: [2712, 2737, 2740] +Triangle: [2741, 2737, 2738] +Triangle: [2704, 2729, 2668] +Triangle: [2728, 2743, 2729] +Triangle: [2744, 2743, 2742] +Triangle: [2712, 2742, 2728] +Triangle: [2741, 2742, 2740] +Triangle: [3243, 2732, 2730] +Triangle: [2738, 2761, 2741] +Triangle: [3248, 2762, 3245] +Triangle: [2766, 3247, 3250] +Triangle: [2747, 3057, 3056] +Triangle: [2758, 2754, 2753] +Triangle: [2753, 2759, 2758] +Triangle: [3249, 2732, 3244] +Triangle: [2756, 2762, 2757] +Triangle: [2746, 2755, 2747] +Triangle: [2749, 2765, 2748] +Triangle: [2763, 2765, 2767] +Triangle: [2763, 2768, 2764] +Triangle: [2764, 420, 415] +Triangle: [2769, 3250, 3251] +Triangle: [3252, 2769, 3251] +Triangle: [965, 2770, 3252] +Triangle: [2769, 2765, 2766] +Triangle: [2767, 2770, 2768] +Triangle: [2768, 423, 420] +Triangle: [2749, 3246, 3247] +Triangle: [2748, 2751, 2749] +Triangle: [3248, 2751, 2757] +Triangle: [2756, 2751, 2750] +Triangle: [2750, 2772, 2756] +Triangle: [2773, 2750, 2748] +Triangle: [2763, 2773, 2748] +Triangle: [2764, 2774, 2763] +Triangle: [415, 2775, 2764] +Triangle: [432, 2775, 429] +Triangle: [2777, 2774, 2775] +Triangle: [2773, 2776, 2771] +Triangle: [435, 2777, 432] +Triangle: [2779, 2776, 2777] +Triangle: [2771, 2778, 2772] +Triangle: [2781, 2772, 2778] +Triangle: [2783, 3059, 3058] +Triangle: [2783, 2784, 2782] +Triangle: [2787, 2785, 2783] +Triangle: [3060, 2783, 3058] +Triangle: [446, 2788, 2787] +Triangle: [741, 2787, 3060] +Triangle: [2779, 2781, 2778] +Triangle: [2779, 445, 2786] +Triangle: [2755, 2772, 2780] +Triangle: [2755, 3059, 3057] +Triangle: [2754, 2784, 2753] +Triangle: [2635, 2792, 2589] +Triangle: [2586, 2902, 2899] +Triangle: [3166, 2792, 2793] +Triangle: [3159, 2807, 3166] +Triangle: [2727, 3158, 2587] +Triangle: [2858, 3156, 2586] +Triangle: [2587, 2793, 2635] +Triangle: [2809, 3468, 3467] +Triangle: [2588, 2752, 2789] +Triangle: [3469, 2812, 3470] +Triangle: [3470, 2813, 3471] +Triangle: [2813, 3472, 3471] +Triangle: [2814, 1199, 3472] +Triangle: [2806, 859, 2870] +Triangle: [871, 2814, 3165] +Triangle: [3164, 2814, 2813] +Triangle: [3164, 2812, 3163] +Triangle: [3163, 2811, 3162] +Triangle: [2753, 2799, 3167] +Triangle: [3159, 2810, 2809] +Triangle: [3166, 2795, 3159] +Triangle: [2797, 2808, 2789] +Triangle: [3157, 2869, 2870] +Triangle: [487, 2880, 485] +Triangle: [487, 2883, 2884] +Triangle: [2824, 2871, 2872] +Triangle: [2823, 2873, 2871] +Triangle: [2824, 2825, 2823] +Triangle: [2823, 2825, 2822] +Triangle: [2584, 2420, 2552] +Triangle: [212, 2826, 2445] +Triangle: [447, 2805, 2788] +Triangle: [2788, 2803, 2785] +Triangle: [2785, 2801, 2784] +Triangle: [2784, 2799, 2753] +Triangle: [3162, 2810, 3160] +Triangle: [2588, 2808, 2727] +Triangle: [450, 2902, 2791] +Triangle: [2599, 500, 233] +Triangle: [568, 2827, 2891] +Triangle: [499, 2829, 498] +Triangle: [498, 2830, 497] +Triangle: [506, 2830, 2831] +Triangle: [572, 2831, 2894] +Triangle: [2854, 226, 531] +Triangle: [2833, 2642, 2834] +Triangle: [2838, 2845, 2853] +Triangle: [2834, 2656, 2835] +Triangle: [2595, 2838, 2659] +Triangle: [2875, 2854, 2832] +Triangle: [2841, 2842, 2840] +Triangle: [2843, 2844, 2842] +Triangle: [2895, 2832, 2894] +Triangle: [2849, 2599, 2598] +Triangle: [2891, 2848, 2828] +Triangle: [2828, 2847, 2829] +Triangle: [2846, 2829, 2847] +Triangle: [2839, 2846, 2850] +Triangle: [2841, 2850, 2851] +Triangle: [2843, 2851, 2852] +Triangle: [2843, 2853, 2845] +Triangle: [2832, 531, 509] +Triangle: [2857, 2594, 2833] +Triangle: [2871, 2819, 2820] +Triangle: [2872, 2820, 2821] +Triangle: [2589, 2869, 2858] +Triangle: [2594, 2862, 2642] +Triangle: [2590, 2860, 2634] +Triangle: [2638, 2868, 2590] +Triangle: [2591, 2861, 2638] +Triangle: [2656, 2862, 2867] +Triangle: [2593, 2867, 2863] +Triangle: [2646, 2864, 2866] +Triangle: [2866, 2591, 2646] +Triangle: [2592, 2873, 2864] +Triangle: [2858, 2636, 2589] +Triangle: [2644, 2872, 2863] +Triangle: [2859, 2856, 2855] +Triangle: [2595, 2855, 2874] +Triangle: [2874, 2844, 2845] +Triangle: [2833, 2876, 2857] +Triangle: [2878, 2841, 2840] +Triangle: [2839, 2877, 2830] +Triangle: [2877, 2831, 2830] +Triangle: [2835, 2593, 2881] +Triangle: [2821, 2884, 2883] +Triangle: [2883, 224, 2881] +Triangle: [2819, 2882, 2880] +Triangle: [2592, 2879, 2882] +Triangle: [2850, 2847, 2837] +Triangle: [2820, 2880, 2884] +Triangle: [2848, 2837, 2847] +Triangle: [2892, 2885, 2848] +Triangle: [2886, 2598, 2597] +Triangle: [2837, 2851, 2850] +Triangle: [2849, 2893, 2892] +Triangle: [2852, 2888, 2853] +Triangle: [2853, 2659, 2838] +Triangle: [2596, 2888, 2889] +Triangle: [2889, 2887, 2890] +Triangle: [2596, 2890, 2597] +Triangle: [2890, 2886, 2597] +Triangle: [2849, 2891, 2827] +Triangle: [568, 2828, 499] +Triangle: [2851, 2893, 2852] +Triangle: [2893, 2887, 2852] +Triangle: [2836, 2894, 2831] +Triangle: [509, 2894, 2832] +Triangle: [2875, 2895, 2876] +Triangle: [2895, 2877, 2876] +Triangle: [2876, 2878, 2857] +Triangle: [2840, 2857, 2878] +Triangle: [2842, 2856, 2840] +Triangle: [2842, 2844, 2855] +Triangle: [581, 2899, 2902] +Triangle: [2879, 2591, 2731] +Triangle: [2634, 2899, 2900] +Triangle: [2896, 2590, 2901] +Triangle: [2731, 2638, 2896] +Triangle: [2901, 2634, 2900] +Triangle: [291, 2731, 218] +Triangle: [2905, 2898, 2897] +Triangle: [2898, 2903, 2733] +Triangle: [2904, 2588, 2903] +Triangle: [2727, 2903, 2588] +Triangle: [2904, 2759, 2752] +Triangle: [2633, 2898, 2732] +Triangle: [2897, 2907, 2905] +Triangle: [2908, 2907, 2906] +Triangle: [2908, 2911, 2909] +Triangle: [2912, 2911, 2910] +Triangle: [2914, 2913, 2912] +Triangle: [2916, 2915, 2914] +Triangle: [2918, 2917, 2916] +Triangle: [3254, 2921, 3253] +Triangle: [2920, 2923, 2921] +Triangle: [2924, 3255, 3256] +Triangle: [2924, 2927, 2925] +Triangle: [2928, 3257, 3258] +Triangle: [2930, 2929, 2928] +Triangle: [2930, 2933, 2931] +Triangle: [2932, 2935, 2933] +Triangle: [2957, 2937, 2956] +Triangle: [2936, 2939, 2937] +Triangle: [2940, 2939, 2938] +Triangle: [2942, 3259, 3260] +Triangle: [2946, 2926, 2924] +Triangle: [3260, 2955, 2942] +Triangle: [3256, 2946, 2924] +Triangle: [2938, 2954, 2940] +Triangle: [2920, 2945, 2922] +Triangle: [2936, 2953, 2938] +Triangle: [2958, 2936, 2957] +Triangle: [2932, 2951, 2934] +Triangle: [2949, 2932, 2930] +Triangle: [2948, 2930, 2928] +Triangle: [3262, 2928, 3258] +Triangle: [2951, 2957, 2934] +Triangle: [2934, 2956, 2935] +Triangle: [2961, 2947, 2946] +Triangle: [2953, 2969, 2954] +Triangle: [2965, 2951, 2950] +Triangle: [3265, 2948, 3262] +Triangle: [3263, 2970, 2955] +Triangle: [2944, 2960, 2945] +Triangle: [2966, 2958, 2951] +Triangle: [2963, 2949, 2948] +Triangle: [3264, 2946, 3261] +Triangle: [2958, 2967, 2952] +Triangle: [2952, 2968, 2953] +Triangle: [2964, 2950, 2949] +Triangle: [2980, 2897, 2633] +Triangle: [3254, 2944, 2920] +Triangle: [2916, 2994, 2918] +Triangle: [2914, 2995, 2916] +Triangle: [2914, 2996, 2993] +Triangle: [2910, 2996, 2912] +Triangle: [2908, 2992, 2910] +Triangle: [2906, 2991, 2908] +Triangle: [2980, 2990, 2906] +Triangle: [3021, 3023, 3022] +Triangle: [2983, 2979, 2978] +Triangle: [2977, 2983, 2978] +Triangle: [2976, 2984, 2977] +Triangle: [2975, 2985, 2976] +Triangle: [2974, 2986, 2975] +Triangle: [2988, 3178, 3006] +Triangle: [3010, 3168, 3009] +Triangle: [3271, 2994, 2997] +Triangle: [2995, 2997, 2994] +Triangle: [2999, 2995, 2993] +Triangle: [3000, 2993, 2996] +Triangle: [2992, 3000, 2996] +Triangle: [3001, 2991, 3002] +Triangle: [3002, 2990, 2981] +Triangle: [2979, 3004, 3003] +Triangle: [3004, 2980, 3003] +Triangle: [3002, 3004, 2982] +Triangle: [2983, 3002, 2982] +Triangle: [2984, 3001, 2983] +Triangle: [2984, 2999, 3000] +Triangle: [2985, 2998, 2999] +Triangle: [2987, 2998, 2986] +Triangle: [3175, 2989, 3007] +Triangle: [2988, 3271, 3269] +Triangle: [3296, 3007, 3273] +Triangle: [2959, 3006, 2960] +Triangle: [3264, 3006, 3273] +Triangle: [3277, 2964, 3278] +Triangle: [3267, 3172, 2974] +Triangle: [3274, 3023, 3275] +Triangle: [3276, 2965, 3277] +Triangle: [3013, 2974, 2975] +Triangle: [3267, 3015, 2973] +Triangle: [2973, 3016, 3005] +Triangle: [3283, 3016, 3017] +Triangle: [3018, 3272, 3281] +Triangle: [3297, 2969, 3279] +Triangle: [3268, 3019, 3279] +Triangle: [3275, 3020, 3268] +Triangle: [3021, 3008, 3018] +Triangle: [2972, 3022, 3009] +Triangle: [3276, 3022, 3274] +Triangle: [3278, 2963, 3265] +Triangle: [3018, 3020, 3021] +Triangle: [2962, 3007, 2989] +Triangle: [3012, 2975, 2976] +Triangle: [2977, 3012, 2976] +Triangle: [3024, 3016, 3015] +Triangle: [3282, 3024, 3284] +Triangle: [3280, 3024, 3015] +Triangle: [3013, 3025, 3014] +Triangle: [2970, 3026, 2955] +Triangle: [2955, 3011, 2942] +Triangle: [3012, 3026, 3013] +Triangle: [2978, 3011, 2977] +Triangle: [2943, 2978, 2979] +Triangle: [2907, 3027, 2905] +Triangle: [3027, 2759, 2905] +Triangle: [3029, 3028, 3027] +Triangle: [2909, 3029, 3027] +Triangle: [2758, 3028, 3030] +Triangle: [3029, 3032, 3030] +Triangle: [3033, 3032, 3031] +Triangle: [3033, 3036, 3034] +Triangle: [2913, 3029, 2911] +Triangle: [2915, 3031, 2913] +Triangle: [2915, 3035, 3033] +Triangle: [3035, 3038, 3036] +Triangle: [3286, 3040, 3285] +Triangle: [3039, 3042, 3040] +Triangle: [3043, 3287, 3288] +Triangle: [2917, 3037, 3035] +Triangle: [3253, 3039, 3286] +Triangle: [2921, 3041, 3039] +Triangle: [2925, 3288, 3255] +Triangle: [2939, 3051, 2937] +Triangle: [3053, 3051, 3052] +Triangle: [3290, 2633, 3249] +Triangle: [2937, 3050, 2956] +Triangle: [2956, 3049, 2935] +Triangle: [3049, 2933, 2935] +Triangle: [3048, 2931, 2933] +Triangle: [2931, 3046, 2929] +Triangle: [3257, 3045, 2927] +Triangle: [2927, 3043, 2925] +Triangle: [2745, 3050, 3051] +Triangle: [2744, 3049, 3050] +Triangle: [3055, 3047, 3048] +Triangle: [3048, 2741, 3055] +Triangle: [2741, 3054, 3055] +Triangle: [3047, 2761, 3046] +Triangle: [2762, 3289, 3245] +Triangle: [3045, 3044, 3043] +Triangle: [3040, 3287, 3285] +Triangle: [2762, 3038, 3044] +Triangle: [2747, 3038, 2746] +Triangle: [2758, 3032, 2760] +Triangle: [3057, 2782, 2754] +Triangle: [445, 3060, 2786] +Triangle: [2786, 3058, 2781] +Triangle: [3058, 2780, 2781] +Triangle: [3056, 2754, 2760] +Triangle: [3034, 2760, 3032] +Triangle: [3056, 3036, 2747] +Triangle: [3053, 3291, 3290] +Triangle: [3292, 2943, 2979] +Triangle: [3052, 3292, 3291] +Triangle: [2826, 2540, 2418] +Triangle: [2563, 2419, 2564] +Triangle: [2563, 2826, 2418] +Triangle: [2394, 3069, 3068] +Triangle: [2439, 3065, 2438] +Triangle: [3063, 2441, 2440] +Triangle: [3066, 2444, 2443] +Triangle: [59, 3068, 2579] +Triangle: [3067, 2442, 2444] +Triangle: [3542, 2443, 3526] +Triangle: [3064, 54, 2441] +Triangle: [3062, 2440, 2442] +Triangle: [6, 3061, 2396] +Triangle: [2396, 2582, 2433] +Triangle: [3077, 3449, 3445] +Triangle: [3446, 3084, 3451] +Triangle: [3083, 3452, 3450] +Triangle: [3451, 3079, 3447] +Triangle: [3085, 3445, 3452] +Triangle: [3082, 3446, 3449] +Triangle: [2523, 3431, 2524] +Triangle: [3448, 3087, 3081] +Triangle: [3437, 3434, 3088] +Triangle: [3447, 3543, 3561] +Triangle: [2527, 3431, 3434] +Triangle: [3439, 3441, 2523] +Triangle: [3089, 759, 3073] +Triangle: [3090, 3073, 3074] +Triangle: [754, 3089, 2393] +Triangle: [2393, 3090, 3075] +Triangle: [3075, 3091, 3076] +Triangle: [3091, 3074, 3072] +Triangle: [3076, 3545, 3544] +Triangle: [3545, 3072, 3070] +Triangle: [3547, 3133, 3551] +Triangle: [3548, 3141, 3552] +Triangle: [3553, 3097, 3149] +Triangle: [851, 3102, 3150] +Triangle: [789, 3142, 841] +Triangle: [787, 3134, 831] +Triangle: [3150, 3106, 3151] +Triangle: [3103, 3143, 3142] +Triangle: [3101, 3135, 3134] +Triangle: [3152, 3114, 3153] +Triangle: [3110, 3145, 3144] +Triangle: [3108, 3137, 3136] +Triangle: [3153, 3118, 3154] +Triangle: [3115, 3146, 3145] +Triangle: [3113, 3138, 3137] +Triangle: [3151, 3099, 3149] +Triangle: [3107, 3141, 3143] +Triangle: [3105, 3133, 3135] +Triangle: [3110, 3132, 3136] +Triangle: [3111, 3140, 3144] +Triangle: [3152, 3092, 3148] +Triangle: [3123, 3138, 3139] +Triangle: [3122, 3146, 3147] +Triangle: [3155, 3116, 3154] +Triangle: [3155, 798, 853] +Triangle: [3123, 843, 3147] +Triangle: [3121, 833, 3139] +Triangle: [3550, 3096, 3125] +Triangle: [3549, 3518, 3567] +Triangle: [3092, 3519, 3518] +Triangle: [3108, 3124, 3126] +Triangle: [3104, 3523, 3524] +Triangle: [3125, 3105, 3127] +Triangle: [788, 3520, 1254] +Triangle: [3101, 823, 3128] +Triangle: [3105, 3128, 3127] +Triangle: [3100, 3524, 3520] +Triangle: [3525, 796, 1260] +Triangle: [795, 3129, 825] +Triangle: [3109, 3521, 3519] +Triangle: [3113, 3126, 3130] +Triangle: [3117, 3130, 3131] +Triangle: [3112, 3522, 3521] +Triangle: [3121, 3131, 3129] +Triangle: [3116, 3525, 3522] +Triangle: [3129, 3074, 3073] +Triangle: [3131, 3072, 3074] +Triangle: [3130, 3070, 3072] +Triangle: [825, 3073, 759] +Triangle: [3075, 3128, 2393] +Triangle: [2393, 823, 754] +Triangle: [3076, 3127, 3075] +Triangle: [3126, 3071, 3070] +Triangle: [3544, 3125, 3076] +Triangle: [3139, 797, 3123] +Triangle: [3139, 3117, 3121] +Triangle: [3136, 3093, 3108] +Triangle: [3135, 3098, 3107] +Triangle: [3137, 3119, 3115] +Triangle: [3136, 3115, 3110] +Triangle: [3134, 3107, 3103] +Triangle: [831, 3103, 789] +Triangle: [3551, 3096, 3546] +Triangle: [3147, 798, 3122] +Triangle: [3147, 3119, 3123] +Triangle: [3144, 3095, 3110] +Triangle: [3143, 3099, 3106] +Triangle: [3145, 3118, 3114] +Triangle: [3144, 3114, 3111] +Triangle: [3142, 3106, 3102] +Triangle: [841, 3102, 790] +Triangle: [3552, 3098, 3547] +Triangle: [3120, 853, 796] +Triangle: [3122, 3154, 3118] +Triangle: [3111, 3148, 3094] +Triangle: [3104, 3149, 3097] +Triangle: [3112, 3154, 3116] +Triangle: [3109, 3153, 3112] +Triangle: [3100, 3151, 3104] +Triangle: [788, 3150, 3100] +Triangle: [3548, 3149, 3099] +Triangle: [468, 3473, 1191] +Triangle: [859, 3157, 2870] +Triangle: [450, 3157, 861] +Triangle: [2870, 2869, 2792] +Triangle: [2795, 3158, 2808] +Triangle: [2789, 3161, 2797] +Triangle: [2795, 3160, 3159] +Triangle: [3468, 2811, 3469] +Triangle: [2801, 3162, 2799] +Triangle: [2803, 3163, 2801] +Triangle: [2803, 3165, 3164] +Triangle: [467, 3165, 2805] +Triangle: [2806, 3166, 2807] +Triangle: [2790, 3300, 3305] +Triangle: [1018, 3061, 743] +Triangle: [2804, 3303, 3302] +Triangle: [2797, 3162, 3160] +Triangle: [2585, 3299, 3304] +Triangle: [3306, 2582, 3061] +Triangle: [3301, 2584, 2583] +Triangle: [3304, 2564, 2585] +Triangle: [2794, 3301, 3300] +Triangle: [2753, 3161, 2752] +Triangle: [2799, 3161, 3167] +Triangle: [3293, 3173, 3172] +Triangle: [3174, 3170, 3178] +Triangle: [3296, 3170, 3295] +Triangle: [3176, 3177, 3169] +Triangle: [3169, 3179, 3176] +Triangle: [3172, 2987, 2974] +Triangle: [3169, 3008, 2972] +Triangle: [3168, 2972, 3009] +Triangle: [3005, 3171, 2973] +Triangle: [3269, 3174, 2988] +Triangle: [3176, 3010, 2989] +Triangle: [3295, 3005, 3272] +Triangle: [3200, 3185, 3188] +Triangle: [3191, 3182, 3181] +Triangle: [3186, 3194, 3183] +Triangle: [3193, 3189, 3182] +Triangle: [3185, 3197, 3186] +Triangle: [3201, 3187, 3189] +Triangle: [2430, 3188, 2431] +Triangle: [3184, 2395, 2432] +Triangle: [2404, 3183, 2406] +Triangle: [3191, 3192, 3193] +Triangle: [3196, 3198, 3197] +Triangle: [3195, 3197, 3198] +Triangle: [3200, 3192, 3198] +Triangle: [3190, 3198, 3192] +Triangle: [3192, 3201, 3193] +Triangle: [3180, 3191, 3181] +Triangle: [3195, 3180, 3184] +Triangle: [3194, 3184, 3183] +Triangle: [3199, 3188, 3187] +Triangle: [3225, 3209, 3210] +Triangle: [3208, 4523, 4530] +Triangle: [3226, 3207, 3211] +Triangle: [179, 3212, 3204] +Triangle: [4513, 3203, 4517] +Triangle: [3349, 3207, 3208] +Triangle: [2546, 3209, 3202] +Triangle: [3215, 2551, 3214] +Triangle: [923, 2450, 3213] +Triangle: [3537, 3202, 3554] +Triangle: [3213, 2550, 3215] +Triangle: [3218, 3219, 3226] +Triangle: [3212, 927, 3224] +Triangle: [3221, 3206, 3217] +Triangle: [4517, 3221, 4518] +Triangle: [3220, 4533, 4523] +Triangle: [3220, 3207, 3219] +Triangle: [3222, 3209, 3223] +Triangle: [3205, 3225, 3210] +Triangle: [3204, 3226, 3211] +Triangle: [3215, 3227, 3228] +Triangle: [938, 3213, 3229] +Triangle: [3555, 3202, 3222] +Triangle: [3213, 3228, 3229] +Triangle: [3209, 3233, 3210] +Triangle: [2545, 3232, 3233] +Triangle: [3426, 2548, 3231] +Triangle: [3232, 3352, 3351] +Triangle: [3231, 3361, 3424] +Triangle: [3008, 3295, 3272] +Triangle: [3173, 3269, 2987] +Triangle: [3175, 3295, 3177] +Triangle: [3171, 3294, 3293] +Triangle: [3291, 2979, 3003] +Triangle: [2941, 3292, 2939] +Triangle: [3290, 3003, 2980] +Triangle: [3285, 3044, 3038] +Triangle: [3245, 3046, 2761] +Triangle: [2929, 3289, 3257] +Triangle: [3053, 3249, 2745] +Triangle: [3255, 3041, 2923] +Triangle: [2919, 3286, 3037] +Triangle: [3288, 3042, 3041] +Triangle: [3037, 3285, 3038] +Triangle: [3014, 3284, 3280] +Triangle: [3025, 3282, 3284] +Triangle: [2989, 3265, 2962] +Triangle: [2966, 3274, 2971] +Triangle: [2967, 3268, 2968] +Triangle: [2968, 3279, 2969] +Triangle: [3282, 3266, 3297] +Triangle: [3017, 3297, 3283] +Triangle: [3283, 3279, 3019] +Triangle: [3281, 3005, 3016] +Triangle: [3019, 3281, 3283] +Triangle: [3014, 3267, 2974] +Triangle: [3009, 3277, 3010] +Triangle: [2971, 3275, 2967] +Triangle: [2973, 3293, 3267] +Triangle: [3010, 3278, 2989] +Triangle: [2961, 3273, 3007] +Triangle: [3178, 3273, 3006] +Triangle: [3269, 2997, 2987] +Triangle: [2959, 3270, 3271] +Triangle: [2918, 3270, 3254] +Triangle: [2960, 3261, 2945] +Triangle: [2954, 3266, 3263] +Triangle: [2962, 3262, 2947] +Triangle: [2947, 3258, 2926] +Triangle: [2922, 3261, 3256] +Triangle: [2940, 3263, 3260] +Triangle: [3260, 2941, 2940] +Triangle: [3258, 2927, 2926] +Triangle: [3256, 2923, 2922] +Triangle: [2918, 3253, 2919] +Triangle: [2739, 3246, 3248] +Triangle: [3247, 2736, 2718] +Triangle: [327, 3252, 2678] +Triangle: [3252, 2683, 2678] +Triangle: [3251, 2684, 2683] +Triangle: [3249, 2743, 2745] +Triangle: [3250, 2718, 2684] +Triangle: [2761, 3248, 3245] +Triangle: [2729, 3244, 3243] +Triangle: [3242, 2730, 2669] +Triangle: [3241, 2669, 2667] +Triangle: [3240, 2667, 2665] +Triangle: [2663, 3240, 2665] +Triangle: [2663, 3237, 3239] +Triangle: [2604, 3238, 3237] +Triangle: [2597, 3238, 2596] +Triangle: [2603, 3235, 2602] +Triangle: [2599, 3235, 2598] +Triangle: [233, 3234, 2599] +Triangle: [3302, 2802, 2804] +Triangle: [2563, 3298, 3302] +Triangle: [3300, 2583, 2581] +Triangle: [2800, 3298, 3304] +Triangle: [2796, 3299, 3301] +Triangle: [3304, 2798, 2800] +Triangle: [3302, 2445, 2563] +Triangle: [2815, 3305, 3306] +Triangle: [479, 3306, 1018] +Triangle: [3305, 2581, 2582] +Triangle: [3466, 2794, 2790] +Triangle: [3490, 3315, 3484] +Triangle: [3478, 3315, 3314] +Triangle: [3482, 3430, 3489] +Triangle: [3563, 3314, 3556] +Triangle: [3333, 2524, 2527] +Triangle: [3312, 3503, 3493] +Triangle: [3480, 3313, 3483] +Triangle: [3475, 3308, 3480] +Triangle: [3463, 3435, 3464] +Triangle: [3476, 3311, 3482] +Triangle: [3475, 3309, 3307] +Triangle: [3476, 3312, 3310] +Triangle: [3517, 3324, 3512] +Triangle: [3516, 3326, 3517] +Triangle: [3321, 3516, 3514] +Triangle: [3512, 1039, 1244] +Triangle: [3323, 3511, 3515] +Triangle: [1037, 3515, 1248] +Triangle: [3322, 3510, 3511] +Triangle: [3320, 3514, 3513] +Triangle: [3557, 3513, 3566] +Triangle: [3182, 3327, 3181] +Triangle: [1043, 3327, 3329] +Triangle: [3182, 3328, 3329] +Triangle: [3329, 1047, 1043] +Triangle: [4, 3327, 1046] +Triangle: [1047, 3189, 44] +Triangle: [3488, 3335, 3487] +Triangle: [3335, 3333, 3332] +Triangle: [3330, 3334, 3335] +Triangle: [3486, 3337, 3487] +Triangle: [3485, 3338, 3318] +Triangle: [3318, 3337, 3317] +Triangle: [3317, 3336, 3316] +Triangle: [2524, 3331, 2523] +Triangle: [3086, 3568, 3343] +Triangle: [3080, 3345, 3088] +Triangle: [3543, 3570, 3558] +Triangle: [3088, 3340, 3083] +Triangle: [3081, 3344, 3568] +Triangle: [3086, 3569, 3080] +Triangle: [3082, 3571, 3078] +Triangle: [3342, 3077, 3085] +Triangle: [3341, 3079, 3084] +Triangle: [3340, 3085, 3083] +Triangle: [3078, 3341, 3084] +Triangle: [3572, 3082, 3077] +Triangle: [4503, 3350, 2437] +Triangle: [3348, 4536, 3364] +Triangle: [3230, 3352, 2549] +Triangle: [3354, 943, 3360] +Triangle: [3352, 3368, 2549] +Triangle: [3362, 167, 3354] +Triangle: [3356, 3362, 2570] +Triangle: [3368, 3356, 2570] +Triangle: [3374, 3351, 3230] +Triangle: [3373, 46, 3347] +Triangle: [3380, 4528, 3408] +Triangle: [3422, 3360, 3353] +Triangle: [3357, 3354, 3422] +Triangle: [3373, 3359, 3425] +Triangle: [3358, 3363, 3405] +Triangle: [4502, 2437, 3365] +Triangle: [3363, 3364, 3407] +Triangle: [3366, 2549, 3423] +Triangle: [3423, 3368, 2565] +Triangle: [2570, 3357, 3369] +Triangle: [2565, 2570, 3369] +Triangle: [3427, 3230, 3366] +Triangle: [3365, 3374, 3427] +Triangle: [3353, 3373, 3425] +Triangle: [3360, 1094, 3373] +Triangle: [2437, 3371, 3374] +Triangle: [2429, 3371, 3350] +Triangle: [3414, 3372, 3375] +Triangle: [2434, 3376, 3372] +Triangle: [2429, 3210, 3370] +Triangle: [3364, 4531, 3407] +Triangle: [4507, 3408, 4508] +Triangle: [3206, 2428, 4534] +Triangle: [2250, 3380, 4507] +Triangle: [3399, 3386, 3387] +Triangle: [3398, 3379, 3386] +Triangle: [4514, 1106, 3383] +Triangle: [3559, 3397, 3560] +Triangle: [3396, 3385, 3384] +Triangle: [3395, 3384, 3383] +Triangle: [3381, 3402, 3412] +Triangle: [4529, 3346, 3406] +Triangle: [3391, 3387, 3378] +Triangle: [3377, 4512, 4511] +Triangle: [2425, 3399, 3391] +Triangle: [3404, 3411, 3420] +Triangle: [2434, 3411, 3416] +Triangle: [2447, 3396, 3395] +Triangle: [2449, 3397, 3396] +Triangle: [3560, 2544, 3536] +Triangle: [3205, 3392, 3398] +Triangle: [3216, 3398, 3399] +Triangle: [2253, 3393, 4509] +Triangle: [4510, 3393, 3413] +Triangle: [4521, 3400, 3415] +Triangle: [4519, 3400, 4520] +Triangle: [3383, 1128, 3395] +Triangle: [3412, 3389, 3381] +Triangle: [3403, 3378, 3377] +Triangle: [3346, 3363, 3406] +Triangle: [3406, 3407, 2436] +Triangle: [3408, 4524, 3389] +Triangle: [2436, 4531, 4526] +Triangle: [3410, 3413, 4506] +Triangle: [3415, 3411, 4505] +Triangle: [4505, 3412, 3402] +Triangle: [4508, 4506, 3413] +Triangle: [3393, 2250, 4507] +Triangle: [4502, 3416, 3411] +Triangle: [3375, 3359, 3414] +Triangle: [3365, 3376, 3416] +Triangle: [3419, 3375, 3372] +Triangle: [3376, 3419, 3372] +Triangle: [3412, 4506, 3401] +Triangle: [4506, 3420, 3410] +Triangle: [2548, 3422, 3361] +Triangle: [3367, 3421, 2548] +Triangle: [3361, 3353, 3424] +Triangle: [3353, 3417, 3424] +Triangle: [3366, 3367, 3426] +Triangle: [3418, 3366, 3426] +Triangle: [3425, 3428, 3417] +Triangle: [3419, 3418, 3428] +Triangle: [3358, 1205, 3348] +Triangle: [212, 3303, 1153] +Triangle: [1153, 3303, 466] +Triangle: [3433, 2527, 3429] +Triangle: [3456, 2520, 3465] +Triangle: [3429, 3434, 3437] +Triangle: [3431, 3088, 3434] +Triangle: [2520, 3464, 3465] +Triangle: [3489, 3316, 3479] +Triangle: [2484, 3561, 3529] +Triangle: [3498, 3443, 3499] +Triangle: [3441, 3080, 3431] +Triangle: [3086, 3441, 3444] +Triangle: [3485, 3438, 3490] +Triangle: [2528, 3439, 3442] +Triangle: [3498, 3317, 3496] +Triangle: [2525, 3448, 2526] +Triangle: [2479, 3446, 2483] +Triangle: [3452, 2480, 2485] +Triangle: [2482, 3447, 2484] +Triangle: [3450, 2485, 2481] +Triangle: [2483, 3451, 2482] +Triangle: [2480, 3449, 2479] +Triangle: [2526, 3444, 3439] +Triangle: [2481, 3437, 3450] +Triangle: [2472, 3457, 2473] +Triangle: [3504, 3462, 3494] +Triangle: [3564, 3462, 3562] +Triangle: [3500, 3457, 3503] +Triangle: [3491, 3454, 3500] +Triangle: [3492, 3456, 3502] +Triangle: [3491, 3455, 3459] +Triangle: [3492, 3461, 3460] +Triangle: [3432, 3464, 3435] +Triangle: [2518, 3463, 3464] +Triangle: [3443, 3463, 3458] +Triangle: [3436, 3465, 3432] +Triangle: [3504, 3443, 3458] +Triangle: [3502, 3436, 3497] +Triangle: [2807, 3467, 3466] +Triangle: [3468, 2798, 2796] +Triangle: [1191, 2815, 479] +Triangle: [2804, 1199, 466] +Triangle: [3471, 2804, 2802] +Triangle: [3470, 2802, 2800] +Triangle: [2798, 3470, 2800] +Triangle: [3467, 2796, 2794] +Triangle: [3473, 2790, 2815] +Triangle: [3204, 1201, 179] +Triangle: [3211, 2435, 3474] +Triangle: [1201, 3474, 1202] +Triangle: [1109, 4532, 3380] +Triangle: [1205, 4538, 3348] +Triangle: [44, 3224, 927] +Triangle: [3218, 3212, 3224] +Triangle: [2529, 3490, 3442] +Triangle: [3433, 3479, 2531] +Triangle: [3330, 3485, 2529] +Triangle: [3332, 3487, 3335] +Triangle: [3338, 3487, 3337] +Triangle: [2492, 3477, 3476] +Triangle: [2491, 3481, 3475] +Triangle: [2492, 3482, 2490] +Triangle: [2491, 3480, 2487] +Triangle: [2487, 3483, 2489] +Triangle: [3530, 3478, 3563] +Triangle: [2490, 3489, 3433] +Triangle: [2530, 3484, 3478] +Triangle: [3442, 3484, 2528] +Triangle: [3336, 3479, 3316] +Triangle: [3477, 3313, 3312] +Triangle: [3311, 3497, 3430] +Triangle: [3315, 3499, 3504] +Triangle: [3310, 3493, 3492] +Triangle: [3307, 3501, 3491] +Triangle: [3310, 3502, 3311] +Triangle: [3307, 3500, 3308] +Triangle: [3308, 3503, 3313] +Triangle: [3556, 3494, 3564] +Triangle: [3315, 3494, 3314] +Triangle: [3440, 3496, 3435] +Triangle: [3318, 3499, 3438] +Triangle: [3493, 3457, 3461] +Triangle: [3430, 3495, 3316] +Triangle: [3316, 3496, 3317] +Triangle: [2451, 3507, 3506] +Triangle: [2452, 3508, 3507] +Triangle: [3565, 2543, 3535] +Triangle: [2451, 1241, 173] +Triangle: [3509, 4541, 4539] +Triangle: [2423, 3217, 3505] +Triangle: [3566, 2577, 3540] +Triangle: [3513, 2578, 2577] +Triangle: [3511, 2572, 2573] +Triangle: [1248, 2394, 1] +Triangle: [3515, 2573, 2394] +Triangle: [2575, 1244, 199] +Triangle: [3514, 2576, 2578] +Triangle: [3516, 2574, 2576] +Triangle: [2574, 3512, 2575] +Triangle: [3326, 3525, 3324] +Triangle: [3325, 3522, 3326] +Triangle: [3519, 3325, 3321] +Triangle: [3324, 1260, 1039] +Triangle: [3520, 3322, 3323] +Triangle: [1254, 3323, 1037] +Triangle: [3524, 3319, 3322] +Triangle: [3518, 3321, 3320] +Triangle: [3567, 3320, 3557] +Triangle: [3523, 3557, 3319] +Triangle: [3510, 3540, 2572] +Triangle: [3509, 3535, 2424] +Triangle: [3309, 3564, 3501] +Triangle: [2488, 3563, 3481] +Triangle: [3501, 3562, 3455] +Triangle: [2525, 3561, 3453] +Triangle: [3403, 3536, 2426] +Triangle: [3377, 3560, 3403] +Triangle: [3087, 3558, 3344] +Triangle: [3319, 3566, 3510] +Triangle: [3481, 3556, 3309] +Triangle: [3227, 3554, 3555] +Triangle: [3214, 3537, 3554] +Triangle: [3094, 3553, 3548] +Triangle: [3140, 3547, 3095] +Triangle: [3132, 3546, 3093] +Triangle: [3071, 3550, 3544] +Triangle: [3097, 3567, 3523] +Triangle: [3124, 3546, 3550] +Triangle: [3148, 3549, 3553] +Triangle: [3094, 3552, 3140] +Triangle: [3095, 3551, 3132] +Triangle: [3544, 3070, 3071] +Triangle: [3453, 3543, 3087] +Triangle: [3065, 3526, 2438] +Triangle: [2572, 3542, 3065] +Triangle: [2569, 3537, 2551] +Triangle: [2438, 3539, 2569] +Triangle: [2555, 4545, 4539] +Triangle: [3536, 3222, 2426] +Triangle: [2424, 4522, 4511] +Triangle: [2422, 3538, 2555] +Triangle: [2422, 3533, 3534] +Triangle: [3532, 2532, 2533] +Triangle: [3455, 3528, 2478] +Triangle: [3530, 2525, 2530] +Triangle: [3531, 2522, 2532] +Triangle: [3527, 2533, 2517] +Triangle: [2517, 3541, 3527] +Triangle: [2516, 3533, 3541] +Triangle: [3577, 3578, 3573] +Triangle: [3573, 3579, 3574] +Triangle: [1311, 3579, 1318] +Triangle: [1312, 3580, 3575] +Triangle: [3575, 3581, 3576] +Triangle: [3576, 3582, 3577] +Triangle: [3582, 3583, 3578] +Triangle: [3578, 3584, 3579] +Triangle: [1318, 3584, 323] +Triangle: [1319, 3585, 3580] +Triangle: [3580, 3586, 3581] +Triangle: [3581, 3587, 3582] +Triangle: [3587, 3588, 3583] +Triangle: [3583, 3589, 3584] +Triangle: [3584, 3590, 323] +Triangle: [1325, 3590, 3591] +Triangle: [1325, 3592, 1326] +Triangle: [3585, 3592, 3593] +Triangle: [3585, 3594, 3586] +Triangle: [3586, 3595, 3587] +Triangle: [3595, 3596, 3588] +Triangle: [3588, 3597, 3589] +Triangle: [3589, 3598, 3590] +Triangle: [3591, 3598, 3599] +Triangle: [3592, 3599, 3600] +Triangle: [3593, 3600, 3601] +Triangle: [3594, 3601, 3602] +Triangle: [3594, 3603, 3595] +Triangle: [3603, 3604, 3596] +Triangle: [3596, 3605, 3597] +Triangle: [3597, 3606, 3598] +Triangle: [3598, 3607, 3599] +Triangle: [3600, 3607, 3608] +Triangle: [3601, 3608, 3609] +Triangle: [3602, 3609, 3610] +Triangle: [3603, 3610, 3611] +Triangle: [3604, 3619, 3612] +Triangle: [3604, 3613, 3605] +Triangle: [3605, 3614, 3606] +Triangle: [3606, 3615, 3607] +Triangle: [3607, 3616, 3608] +Triangle: [3609, 3616, 3617] +Triangle: [3610, 3617, 3618] +Triangle: [3611, 3618, 3619] +Triangle: [3612, 3627, 3620] +Triangle: [3612, 3621, 3613] +Triangle: [3613, 3622, 3614] +Triangle: [3614, 3623, 3615] +Triangle: [3615, 3624, 3616] +Triangle: [3617, 3624, 3625] +Triangle: [3618, 3625, 3626] +Triangle: [3619, 3626, 3627] +Triangle: [3620, 3635, 3628] +Triangle: [3620, 3629, 3621] +Triangle: [3621, 3630, 3622] +Triangle: [3622, 3631, 3623] +Triangle: [3623, 3632, 3624] +Triangle: [3625, 3632, 3633] +Triangle: [3626, 3633, 3634] +Triangle: [3627, 3634, 3635] +Triangle: [3628, 3643, 3636] +Triangle: [3628, 3637, 3629] +Triangle: [3629, 3638, 3630] +Triangle: [3630, 3639, 3631] +Triangle: [3631, 3640, 3632] +Triangle: [3633, 3640, 3641] +Triangle: [3634, 3641, 3642] +Triangle: [3635, 3642, 3643] +Triangle: [3636, 3651, 3644] +Triangle: [3636, 3645, 3637] +Triangle: [3637, 3646, 3638] +Triangle: [3638, 3647, 3639] +Triangle: [3639, 3648, 3640] +Triangle: [3641, 3648, 3649] +Triangle: [3642, 3649, 3650] +Triangle: [3643, 3650, 3651] +Triangle: [3644, 3659, 3652] +Triangle: [3644, 3653, 3645] +Triangle: [3645, 3654, 3646] +Triangle: [3646, 3655, 3647] +Triangle: [3647, 3656, 3648] +Triangle: [3649, 3656, 3657] +Triangle: [3650, 3657, 3658] +Triangle: [3651, 3658, 3659] +Triangle: [3652, 3667, 3660] +Triangle: [3652, 3661, 3653] +Triangle: [3653, 3662, 3654] +Triangle: [3654, 3663, 3655] +Triangle: [3655, 3664, 3656] +Triangle: [3657, 3664, 3665] +Triangle: [3658, 3665, 3666] +Triangle: [3659, 3666, 3667] +Triangle: [3660, 3675, 3668] +Triangle: [3660, 3669, 3661] +Triangle: [3661, 3670, 3662] +Triangle: [3662, 3671, 3663] +Triangle: [3663, 3672, 3664] +Triangle: [3664, 3673, 3665] +Triangle: [3666, 3673, 3674] +Triangle: [3667, 3674, 3675] +Triangle: [3668, 3683, 3676] +Triangle: [3669, 3676, 3677] +Triangle: [3669, 3678, 3670] +Triangle: [3670, 3679, 3671] +Triangle: [3671, 3680, 3672] +Triangle: [3672, 3681, 3673] +Triangle: [3674, 3681, 3682] +Triangle: [3675, 3682, 3683] +Triangle: [3676, 3691, 3684] +Triangle: [3677, 3684, 3685] +Triangle: [3678, 3685, 3686] +Triangle: [3678, 3687, 3679] +Triangle: [3679, 3688, 3680] +Triangle: [3680, 3689, 3681] +Triangle: [3681, 3690, 3682] +Triangle: [3683, 3690, 3691] +Triangle: [3684, 3699, 3692] +Triangle: [3685, 3692, 3693] +Triangle: [3686, 3693, 3694] +Triangle: [3687, 3694, 3695] +Triangle: [3687, 3696, 3688] +Triangle: [3688, 3697, 3689] +Triangle: [3689, 3698, 3690] +Triangle: [3690, 3699, 3691] +Triangle: [3692, 3699, 3700] +Triangle: [3693, 3692, 3700] +Triangle: [3694, 3693, 3700] +Triangle: [3695, 3694, 3700] +Triangle: [3696, 3695, 3700] +Triangle: [3697, 3696, 3700] +Triangle: [3698, 3697, 3700] +Triangle: [3699, 3698, 3700] +Triangle: [3701, 3716, 3709] +Triangle: [3702, 3709, 3710] +Triangle: [3703, 3710, 3711] +Triangle: [3703, 3712, 3704] +Triangle: [3704, 3713, 3705] +Triangle: [3705, 3714, 3706] +Triangle: [3706, 3715, 3707] +Triangle: [3708, 3715, 3716] +Triangle: [3709, 3724, 3717] +Triangle: [3710, 3717, 3718] +Triangle: [3711, 3718, 3719] +Triangle: [3711, 3720, 3712] +Triangle: [3712, 3721, 3713] +Triangle: [3713, 3722, 3714] +Triangle: [3714, 3723, 3715] +Triangle: [3716, 3723, 3724] +Triangle: [3717, 3732, 3725] +Triangle: [3718, 3725, 3726] +Triangle: [3719, 3726, 3727] +Triangle: [3719, 3728, 3720] +Triangle: [3720, 3729, 3721] +Triangle: [3721, 3730, 3722] +Triangle: [3722, 3731, 3723] +Triangle: [3724, 3731, 3732] +Triangle: [3732, 3733, 3725] +Triangle: [3725, 3734, 3726] +Triangle: [3726, 3735, 3727] +Triangle: [3728, 3735, 3736] +Triangle: [3729, 3736, 3737] +Triangle: [3730, 3737, 3738] +Triangle: [3731, 3738, 3739] +Triangle: [3731, 3740, 3732] +Triangle: [3740, 3741, 3733] +Triangle: [3733, 3742, 3734] +Triangle: [3734, 3743, 3735] +Triangle: [3736, 3743, 3744] +Triangle: [3737, 3744, 3745] +Triangle: [3738, 3745, 3746] +Triangle: [3739, 3746, 3747] +Triangle: [3739, 3748, 3740] +Triangle: [3748, 3749, 3741] +Triangle: [3741, 3750, 3742] +Triangle: [3742, 3751, 3743] +Triangle: [3744, 3751, 3752] +Triangle: [3745, 3752, 3753] +Triangle: [3746, 3753, 3754] +Triangle: [3747, 3754, 3755] +Triangle: [3747, 3756, 3748] +Triangle: [3756, 3757, 3749] +Triangle: [3749, 3758, 3750] +Triangle: [3750, 3759, 3751] +Triangle: [3752, 3759, 3760] +Triangle: [3753, 3760, 3761] +Triangle: [3754, 3761, 3762] +Triangle: [3754, 3763, 3755] +Triangle: [3755, 3764, 3756] +Triangle: [3764, 3765, 3757] +Triangle: [3757, 3766, 3758] +Triangle: [3758, 3767, 3759] +Triangle: [3760, 3767, 3768] +Triangle: [3761, 3768, 3769] +Triangle: [3762, 3769, 3770] +Triangle: [3762, 3771, 3763] +Triangle: [3763, 3772, 3764] +Triangle: [3772, 3773, 3765] +Triangle: [3765, 3774, 3766] +Triangle: [3766, 3775, 3767] +Triangle: [3768, 3775, 3776] +Triangle: [3769, 3776, 3777] +Triangle: [3770, 3777, 3778] +Triangle: [3770, 3779, 3771] +Triangle: [3771, 3780, 3772] +Triangle: [3773, 3788, 3781] +Triangle: [3773, 3782, 3774] +Triangle: [3774, 3783, 3775] +Triangle: [3776, 3783, 3784] +Triangle: [3777, 3784, 3785] +Triangle: [3778, 3785, 3786] +Triangle: [3778, 3787, 3779] +Triangle: [3779, 3788, 3780] +Triangle: [3781, 3796, 3789] +Triangle: [3781, 3790, 3782] +Triangle: [3782, 3791, 3783] +Triangle: [3783, 3792, 3784] +Triangle: [3785, 3792, 3793] +Triangle: [3786, 3793, 3794] +Triangle: [3787, 3794, 3795] +Triangle: [3788, 3795, 3796] +Triangle: [3796, 3797, 3789] +Triangle: [3789, 3798, 3790] +Triangle: [3790, 3799, 3791] +Triangle: [3791, 3800, 3792] +Triangle: [3793, 3800, 3801] +Triangle: [3794, 3801, 3802] +Triangle: [3795, 3802, 3803] +Triangle: [3796, 3803, 3804] +Triangle: [3804, 3805, 3797] +Triangle: [3797, 3806, 3798] +Triangle: [3798, 3807, 3799] +Triangle: [3799, 3808, 3800] +Triangle: [3800, 3809, 3801] +Triangle: [3802, 3809, 3810] +Triangle: [3803, 3810, 3811] +Triangle: [3804, 3811, 3812] +Triangle: [3805, 3820, 3813] +Triangle: [3805, 3814, 3806] +Triangle: [3806, 3815, 3807] +Triangle: [3807, 3816, 3808] +Triangle: [3808, 3817, 3809] +Triangle: [3810, 3817, 3818] +Triangle: [3811, 3818, 3819] +Triangle: [3812, 3819, 3820] +Triangle: [3813, 3828, 3821] +Triangle: [3814, 3821, 3822] +Triangle: [3814, 3823, 3815] +Triangle: [3815, 3824, 3816] +Triangle: [3816, 3825, 3817] +Triangle: [3817, 3826, 3818] +Triangle: [3819, 3826, 3827] +Triangle: [3820, 3827, 3828] +Triangle: [3821, 3836, 3829] +Triangle: [3822, 3829, 3830] +Triangle: [3823, 3830, 3831] +Triangle: [3823, 3832, 3824] +Triangle: [3824, 3833, 3825] +Triangle: [3825, 3834, 3826] +Triangle: [3826, 3835, 3827] +Triangle: [3828, 3835, 3836] +Triangle: [3829, 3836, 3837] +Triangle: [3830, 3829, 3837] +Triangle: [3831, 3830, 3837] +Triangle: [3832, 3831, 3837] +Triangle: [3833, 3832, 3837] +Triangle: [3834, 3833, 3837] +Triangle: [3835, 3834, 3837] +Triangle: [3836, 3835, 3837] +Triangle: [3845, 3846, 3838] +Triangle: [3838, 3847, 3839] +Triangle: [3839, 3848, 3840] +Triangle: [3841, 3848, 3849] +Triangle: [3842, 3849, 3850] +Triangle: [3843, 3850, 3851] +Triangle: [3844, 3851, 3852] +Triangle: [3845, 3852, 3853] +Triangle: [3853, 3854, 3846] +Triangle: [3846, 3855, 3847] +Triangle: [3848, 3855, 3856] +Triangle: [3849, 3856, 3857] +Triangle: [3850, 3857, 3858] +Triangle: [3850, 3859, 3851] +Triangle: [3851, 3860, 3852] +Triangle: [3852, 3861, 3853] +Triangle: [3861, 3862, 3854] +Triangle: [3855, 3862, 3863] +Triangle: [3856, 3863, 3864] +Triangle: [3857, 3864, 3865] +Triangle: [3858, 3865, 3866] +Triangle: [3858, 3867, 3859] +Triangle: [3859, 3868, 3860] +Triangle: [3860, 3869, 3861] +Triangle: [3862, 3877, 3870] +Triangle: [3863, 3870, 3871] +Triangle: [3863, 3872, 3864] +Triangle: [3864, 3873, 3865] +Triangle: [3865, 3874, 3866] +Triangle: [3866, 3875, 3867] +Triangle: [3868, 3875, 3876] +Triangle: [3869, 3876, 3877] +Triangle: [3870, 3885, 3878] +Triangle: [3871, 3878, 3879] +Triangle: [3871, 3880, 3872] +Triangle: [3872, 3881, 3873] +Triangle: [3873, 3882, 3874] +Triangle: [3874, 3883, 3875] +Triangle: [3876, 3883, 3884] +Triangle: [3877, 3884, 3885] +Triangle: [3878, 3893, 3886] +Triangle: [3878, 3887, 3879] +Triangle: [3880, 3887, 3888] +Triangle: [3881, 3888, 3889] +Triangle: [3882, 3889, 3890] +Triangle: [3883, 3890, 3891] +Triangle: [3883, 3892, 3884] +Triangle: [3884, 3893, 3885] +Triangle: [3886, 3901, 3894] +Triangle: [3886, 3895, 3887] +Triangle: [3888, 3895, 3896] +Triangle: [3889, 3896, 3897] +Triangle: [3890, 3897, 3898] +Triangle: [3890, 3899, 3891] +Triangle: [3891, 3900, 3892] +Triangle: [3892, 3901, 3893] +Triangle: [3894, 3901, 3902] +Triangle: [3895, 3894, 3902] +Triangle: [3896, 3895, 3902] +Triangle: [3897, 3896, 3902] +Triangle: [3898, 3897, 3902] +Triangle: [3899, 3898, 3902] +Triangle: [3900, 3899, 3902] +Triangle: [3901, 3900, 3902] +Triangle: [3951, 3910, 3907] +Triangle: [3956, 3907, 3944] +Triangle: [3953, 3909, 3954] +Triangle: [3954, 3936, 3955] +Triangle: [3907, 3914, 3911] +Triangle: [3944, 3911, 3945] +Triangle: [3908, 3913, 3909] +Triangle: [3909, 3937, 3936] +Triangle: [3914, 3915, 3911] +Triangle: [3945, 3915, 3946] +Triangle: [3913, 3916, 3917] +Triangle: [3913, 3938, 3937] +Triangle: [3915, 3922, 3919] +Triangle: [3946, 3919, 3947] +Triangle: [3917, 3920, 3921] +Triangle: [3917, 3939, 3938] +Triangle: [3919, 3926, 3923] +Triangle: [3947, 3923, 3948] +Triangle: [3920, 3925, 3921] +Triangle: [3921, 3940, 3939] +Triangle: [3926, 3927, 3923] +Triangle: [3948, 3927, 3949] +Triangle: [3925, 3928, 3929] +Triangle: [3940, 3929, 3941] +Triangle: [3930, 3931, 3927] +Triangle: [3927, 3950, 3949] +Triangle: [3929, 3932, 3933] +Triangle: [3929, 3942, 3941] +Triangle: [3930, 3942, 3934] +Triangle: [3940, 3930, 3926] +Triangle: [3922, 3940, 3926] +Triangle: [3938, 3922, 3918] +Triangle: [3937, 3918, 3914] +Triangle: [3936, 3914, 3910] +Triangle: [3955, 3910, 3952] +Triangle: [3949, 3932, 3928] +Triangle: [3948, 3928, 3924] +Triangle: [3947, 3924, 3920] +Triangle: [3916, 3947, 3920] +Triangle: [3912, 3946, 3916] +Triangle: [3908, 3945, 3912] +Triangle: [3953, 3944, 3908] +Triangle: [3904, 3956, 3953] +Triangle: [3935, 3952, 3906] +Triangle: [3905, 3955, 3935] +Triangle: [3905, 3953, 3954] +Triangle: [3943, 3951, 3956] +Triangle: [3906, 3951, 3903] +Triangle: [3957, 3964, 3961] +Triangle: [3978, 3961, 3979] +Triangle: [3958, 3963, 3959] +Triangle: [3959, 3975, 3974] +Triangle: [3961, 3968, 3965] +Triangle: [3962, 3980, 3966] +Triangle: [3975, 3968, 3964] +Triangle: [3965, 3979, 3961] +Triangle: [3968, 3969, 3965] +Triangle: [3980, 3969, 3981] +Triangle: [3967, 3970, 3971] +Triangle: [3976, 3971, 3977] +Triangle: [3969, 3972, 3973] +Triangle: [3981, 3969, 3973] +Triangle: [3971, 3970, 3973] +Triangle: [3977, 3971, 3973] +Triangle: [3972, 3977, 3973] +Triangle: [3976, 3972, 3968] +Triangle: [3963, 3976, 3975] +Triangle: [3974, 3964, 3960] +Triangle: [3970, 3981, 3973] +Triangle: [3980, 3970, 3966] +Triangle: [3963, 3966, 3967] +Triangle: [3958, 3979, 3962] +Triangle: [4022, 3983, 4018] +Triangle: [4023, 3987, 4020] +Triangle: [3985, 4021, 4019] +Triangle: [4020, 3988, 4024] +Triangle: [4021, 3982, 4022] +Triangle: [4018, 3986, 4023] +Triangle: [3991, 3996, 3989] +Triangle: [3997, 3993, 3990] +Triangle: [3996, 3990, 3989] +Triangle: [4000, 3994, 3993] +Triangle: [3999, 3991, 3992] +Triangle: [3994, 4002, 3995] +Triangle: [4028, 4004, 4003] +Triangle: [4029, 4007, 4006] +Triangle: [4019, 4005, 3985] +Triangle: [4024, 4378, 4381] +Triangle: [4027, 4003, 4005] +Triangle: [4029, 4004, 4025] +Triangle: [4010, 4013, 4015] +Triangle: [4011, 4014, 4009] +Triangle: [4008, 4014, 4013] +Triangle: [4012, 4016, 4011] +Triangle: [3992, 4015, 3999] +Triangle: [3995, 4380, 4379] +Triangle: [3989, 3984, 3991] +Triangle: [3984, 3992, 3991] +Triangle: [3985, 4010, 3992] +Triangle: [4005, 4008, 4010] +Triangle: [4003, 4009, 4008] +Triangle: [4009, 4006, 4011] +Triangle: [4006, 4012, 4011] +Triangle: [4379, 3988, 3995] +Triangle: [3995, 3987, 3994] +Triangle: [3994, 3986, 3993] +Triangle: [3986, 3990, 3993] +Triangle: [3990, 3982, 3989] +Triangle: [4360, 4025, 4353] +Triangle: [4359, 4027, 4355] +Triangle: [4358, 4381, 4477] +Triangle: [4355, 4019, 4350] +Triangle: [4354, 4029, 4360] +Triangle: [4353, 4028, 4359] +Triangle: [4349, 4023, 4357] +Triangle: [4352, 4022, 4356] +Triangle: [4351, 4024, 4358] +Triangle: [4350, 4021, 4352] +Triangle: [4357, 4020, 4351] +Triangle: [4356, 4018, 4349] +Triangle: [4000, 4032, 4033] +Triangle: [4232, 4043, 4233] +Triangle: [4033, 4001, 4000] +Triangle: [3996, 4032, 3997] +Triangle: [3998, 4043, 3996] +Triangle: [3998, 4041, 4042] +Triangle: [3999, 4040, 4041] +Triangle: [4015, 4039, 4040] +Triangle: [4013, 4038, 4039] +Triangle: [4016, 4038, 4014] +Triangle: [4017, 4037, 4016] +Triangle: [4002, 4382, 4380] +Triangle: [4001, 4035, 4002] +Triangle: [4290, 4266, 4265] +Triangle: [4065, 4363, 4064] +Triangle: [4363, 4066, 4064] +Triangle: [4050, 4495, 4496] +Triangle: [4048, 4497, 4495] +Triangle: [4070, 4052, 4071] +Triangle: [4072, 4053, 4070] +Triangle: [4071, 4051, 4073] +Triangle: [4074, 4054, 4072] +Triangle: [4069, 4051, 4049] +Triangle: [4050, 4074, 4068] +Triangle: [4499, 4056, 4498] +Triangle: [4500, 4057, 4499] +Triangle: [4049, 4498, 4497] +Triangle: [4058, 4488, 4059] +Triangle: [4059, 4062, 4058] +Triangle: [4062, 4370, 4058] +Triangle: [4064, 4031, 4030] +Triangle: [4065, 4030, 4044] +Triangle: [4047, 4493, 4059] +Triangle: [4046, 4372, 4365] +Triangle: [4067, 4049, 4048] +Triangle: [4068, 4048, 4050] +Triangle: [4078, 4081, 4083] +Triangle: [4385, 4078, 4083] +Triangle: [4384, 4083, 4075] +Triangle: [4083, 4077, 4075] +Triangle: [4138, 4104, 4103] +Triangle: [4388, 4117, 4395] +Triangle: [4122, 4097, 4121] +Triangle: [4399, 4107, 4390] +Triangle: [4095, 4116, 4117] +Triangle: [4137, 4100, 4136] +Triangle: [4137, 4103, 4102] +Triangle: [4134, 4089, 4132] +Triangle: [4638, 4087, 4634] +Triangle: [4643, 4088, 4387] +Triangle: [4398, 4091, 4133] +Triangle: [4641, 4122, 4640] +Triangle: [4638, 4085, 4086] +Triangle: [4133, 4087, 4136] +Triangle: [4132, 4090, 4135] +Triangle: [4636, 4084, 4085] +Triangle: [4384, 4104, 4390] +Triangle: [4082, 4107, 4106] +Triangle: [4080, 4106, 4105] +Triangle: [4080, 4391, 4383] +Triangle: [4075, 4103, 4104] +Triangle: [4081, 4103, 4077] +Triangle: [4079, 4102, 4081] +Triangle: [4078, 4100, 4079] +Triangle: [4124, 4113, 4125] +Triangle: [4126, 4115, 4124] +Triangle: [4127, 4393, 4397] +Triangle: [4129, 4111, 4112] +Triangle: [4130, 4112, 4114] +Triangle: [4131, 4114, 4110] +Triangle: [4127, 4110, 4108] +Triangle: [4396, 4113, 4392] +Triangle: [4123, 4099, 4122] +Triangle: [4094, 4119, 4118] +Triangle: [4098, 4118, 4120] +Triangle: [4389, 4123, 4394] +Triangle: [4098, 4116, 4096] +Triangle: [4117, 4634, 4635] +Triangle: [4640, 4121, 4639] +Triangle: [4395, 4635, 4642] +Triangle: [4097, 4396, 4388] +Triangle: [4092, 4131, 4127] +Triangle: [4094, 4130, 4131] +Triangle: [4098, 4129, 4130] +Triangle: [4096, 4128, 4129] +Triangle: [4092, 4397, 4389] +Triangle: [4093, 4124, 4099] +Triangle: [4099, 4125, 4097] +Triangle: [4132, 4105, 4106] +Triangle: [4101, 4136, 4100] +Triangle: [4391, 4133, 4101] +Triangle: [4134, 4106, 4107] +Triangle: [4086, 4138, 4137] +Triangle: [4086, 4136, 4087] +Triangle: [4387, 4134, 4399] +Triangle: [4085, 4139, 4138] +Triangle: [4410, 4160, 4409] +Triangle: [4408, 4159, 4410] +Triangle: [4157, 4164, 4156] +Triangle: [4156, 4162, 4158] +Triangle: [4220, 4184, 4219] +Triangle: [4178, 4198, 4202] +Triangle: [4413, 4202, 4420] +Triangle: [4215, 4185, 4220] +Triangle: [4176, 4197, 4198] +Triangle: [4424, 4183, 4416] +Triangle: [4218, 4184, 4183] +Triangle: [4169, 4213, 4215] +Triangle: [4419, 4167, 4412] +Triangle: [4204, 4165, 4200] +Triangle: [4171, 4214, 4216] +Triangle: [4169, 4203, 4170] +Triangle: [4201, 4166, 4167] +Triangle: [4214, 4168, 4217] +Triangle: [4411, 4216, 4423] +Triangle: [4199, 4165, 4166] +Triangle: [4157, 4185, 4188] +Triangle: [4157, 4187, 4163] +Triangle: [4408, 4187, 4415] +Triangle: [4161, 4182, 4159] +Triangle: [4158, 4185, 4156] +Triangle: [4158, 4183, 4184] +Triangle: [4160, 4416, 4409] +Triangle: [4159, 4181, 4160] +Triangle: [4205, 4417, 4422] +Triangle: [4205, 4190, 4196] +Triangle: [4207, 4189, 4190] +Triangle: [4209, 4193, 4210] +Triangle: [4421, 4193, 4418] +Triangle: [4212, 4195, 4191] +Triangle: [4208, 4191, 4189] +Triangle: [4206, 4192, 4209] +Triangle: [4174, 4203, 4204] +Triangle: [4173, 4199, 4175] +Triangle: [4175, 4201, 4179] +Triangle: [4174, 4200, 4173] +Triangle: [4179, 4419, 4414] +Triangle: [4198, 4168, 4172] +Triangle: [4420, 4171, 4411] +Triangle: [4202, 4172, 4171] +Triangle: [4178, 4209, 4176] +Triangle: [4175, 4208, 4173] +Triangle: [4175, 4211, 4212] +Triangle: [4414, 4210, 4421] +Triangle: [4177, 4209, 4210] +Triangle: [4174, 4208, 4207] +Triangle: [4180, 4207, 4205] +Triangle: [4180, 4422, 4413] +Triangle: [4423, 4186, 4415] +Triangle: [4182, 4217, 4181] +Triangle: [4216, 4182, 4186] +Triangle: [4215, 4187, 4188] +Triangle: [4167, 4219, 4218] +Triangle: [4412, 4218, 4424] +Triangle: [4169, 4220, 4165] +Triangle: [4166, 4220, 4219] +Triangle: [4115, 4146, 4113] +Triangle: [4150, 4145, 4147] +Triangle: [4191, 4153, 4155] +Triangle: [4417, 4222, 4425] +Triangle: [4426, 4222, 4224] +Triangle: [4281, 4246, 4247] +Triangle: [4040, 4282, 4281] +Triangle: [4427, 4224, 4226] +Triangle: [4223, 4229, 4221] +Triangle: [4035, 4427, 4382] +Triangle: [4232, 4044, 4030] +Triangle: [4235, 4227, 4485] +Triangle: [4325, 4429, 4464] +Triangle: [4245, 4307, 4243] +Triangle: [4239, 4229, 4228] +Triangle: [4225, 4228, 4223] +Triangle: [4242, 4229, 4240] +Triangle: [4235, 4244, 4234] +Triangle: [4244, 4239, 4234] +Triangle: [4243, 4240, 4244] +Triangle: [4111, 4308, 4325] +Triangle: [4039, 4283, 4282] +Triangle: [4041, 4281, 4280] +Triangle: [4269, 4282, 4283] +Triangle: [4280, 4247, 4248] +Triangle: [4403, 4250, 4141] +Triangle: [4251, 4140, 4142] +Triangle: [4141, 4252, 4147] +Triangle: [4393, 4254, 4109] +Triangle: [4255, 4108, 4110] +Triangle: [4109, 4256, 4115] +Triangle: [4432, 4149, 4407] +Triangle: [4259, 4148, 4150] +Triangle: [4149, 4260, 4155] +Triangle: [4147, 4259, 4150] +Triangle: [4115, 4251, 4142] +Triangle: [4261, 4190, 4189] +Triangle: [4263, 4189, 4191] +Triangle: [4190, 4222, 4196] +Triangle: [4155, 4263, 4191] +Triangle: [4258, 4263, 4260] +Triangle: [4257, 4252, 4250] +Triangle: [4249, 4256, 4254] +Triangle: [4373, 4065, 4044] +Triangle: [4267, 4377, 4266] +Triangle: [4268, 4267, 4248] +Triangle: [4434, 4264, 4268] +Triangle: [4038, 4284, 4283] +Triangle: [4283, 4279, 4269] +Triangle: [4435, 4276, 4270] +Triangle: [4438, 4247, 4439] +Triangle: [4271, 4276, 4277] +Triangle: [4434, 4435, 4484] +Triangle: [4440, 4271, 4441] +Triangle: [4441, 4436, 4483] +Triangle: [4442, 4273, 4443] +Triangle: [4482, 4273, 4437] +Triangle: [4445, 4274, 4275] +Triangle: [4446, 4275, 4278] +Triangle: [4262, 4269, 4279] +Triangle: [4224, 4262, 4279] +Triangle: [4224, 4284, 4226] +Triangle: [4037, 4226, 4284] +Triangle: [4292, 4248, 4267] +Triangle: [4280, 4042, 4041] +Triangle: [4447, 4269, 4446] +Triangle: [4285, 4275, 4274] +Triangle: [4449, 4274, 4437] +Triangle: [4481, 4287, 4450] +Triangle: [4287, 4439, 4450] +Triangle: [4271, 4451, 4436] +Triangle: [4451, 4287, 4448] +Triangle: [4288, 4273, 4272] +Triangle: [4289, 4043, 4042] +Triangle: [4231, 4030, 4031] +Triangle: [4289, 4290, 4233] +Triangle: [4292, 4289, 4280] +Triangle: [4231, 4295, 4230] +Triangle: [4291, 4267, 4266] +Triangle: [4062, 4293, 4361] +Triangle: [4369, 4237, 4294] +Triangle: [4066, 4295, 4031] +Triangle: [4243, 4238, 4245] +Triangle: [4238, 4294, 4237] +Triangle: [4486, 4235, 4485] +Triangle: [4194, 4296, 4192] +Triangle: [4221, 4241, 4296] +Triangle: [4195, 4297, 4153] +Triangle: [4453, 4299, 4452] +Triangle: [4405, 4297, 4452] +Triangle: [4193, 4453, 4418] +Triangle: [4301, 4296, 4241] +Triangle: [4192, 4300, 4193] +Triangle: [4302, 4241, 4242] +Triangle: [4304, 4300, 4303] +Triangle: [4301, 4303, 4300] +Triangle: [4321, 4456, 4463] +Triangle: [4307, 4242, 4243] +Triangle: [4302, 4306, 4305] +Triangle: [4303, 4305, 4304] +Triangle: [4154, 4310, 4145] +Triangle: [4454, 4312, 4455] +Triangle: [4152, 4454, 4404] +Triangle: [4401, 4310, 4455] +Triangle: [4315, 4113, 4146] +Triangle: [4314, 4460, 4428] +Triangle: [4144, 4456, 4400] +Triangle: [4143, 4457, 4402] +Triangle: [4245, 4237, 4236] +Triangle: [4313, 4406, 4458] +Triangle: [4299, 4318, 4151] +Triangle: [4306, 4304, 4305] +Triangle: [4318, 4459, 4458] +Triangle: [4460, 4319, 4459] +Triangle: [4313, 4320, 4312] +Triangle: [4308, 4462, 4429] +Triangle: [4236, 4324, 4245] +Triangle: [4312, 4462, 4457] +Triangle: [4316, 4323, 4308] +Triangle: [4228, 4234, 4239] +Triangle: [4461, 4314, 4428] +Triangle: [4392, 4321, 4463] +Triangle: [4112, 4327, 4114] +Triangle: [4327, 4110, 4114] +Triangle: [4112, 4325, 4326] +Triangle: [4467, 4329, 4466] +Triangle: [4465, 4331, 4468] +Triangle: [4464, 4330, 4465] +Triangle: [4461, 4328, 4467] +Triangle: [4332, 4309, 4236] +Triangle: [4332, 4368, 4361] +Triangle: [4329, 4332, 4333] +Triangle: [4468, 4334, 4469] +Triangle: [4470, 4331, 4466] +Triangle: [4336, 4329, 4333] +Triangle: [4480, 4334, 4470] +Triangle: [4265, 4375, 4373] +Triangle: [4487, 4333, 4293] +Triangle: [4033, 4232, 4231] +Triangle: [4344, 3339, 3572] +Triangle: [4345, 3341, 3571] +Triangle: [4338, 3342, 3340] +Triangle: [4339, 3570, 3341] +Triangle: [4340, 3572, 3342] +Triangle: [3339, 4345, 3571] +Triangle: [3343, 4347, 3569] +Triangle: [3568, 4342, 4348] +Triangle: [3345, 4338, 3340] +Triangle: [3558, 4346, 4472] +Triangle: [3569, 4343, 3345] +Triangle: [3343, 4348, 4341] +Triangle: [4407, 4150, 4148] +Triangle: [4474, 4155, 4153] +Triangle: [4479, 4153, 4405] +Triangle: [4403, 4142, 4140] +Triangle: [4475, 4145, 4476] +Triangle: [4478, 4145, 4401] +Triangle: [4344, 4349, 4337] +Triangle: [4345, 4351, 4339] +Triangle: [4350, 4340, 4338] +Triangle: [4339, 4358, 4346] +Triangle: [4352, 4344, 4340] +Triangle: [4337, 4357, 4345] +Triangle: [4341, 4359, 4347] +Triangle: [4342, 4360, 4348] +Triangle: [4343, 4350, 4338] +Triangle: [4472, 4358, 4477] +Triangle: [4347, 4355, 4343] +Triangle: [4341, 4360, 4353] +Triangle: [4333, 4361, 4293] +Triangle: [4061, 4369, 4294] +Triangle: [4063, 4293, 4362] +Triangle: [4059, 4063, 4362] +Triangle: [4368, 4237, 4367] +Triangle: [4047, 4363, 4364] +Triangle: [4065, 4493, 4364] +Triangle: [4045, 4365, 4363] +Triangle: [4062, 4368, 4367] +Triangle: [4062, 4369, 4366] +Triangle: [4057, 4372, 4056] +Triangle: [4365, 4060, 4066] +Triangle: [4233, 4374, 4044] +Triangle: [4290, 4374, 4233] +Triangle: [4373, 4374, 4265] +Triangle: [4375, 4336, 4487] +Triangle: [4375, 4377, 4376] +Triangle: [4376, 4335, 4336] +Triangle: [4472, 4354, 4342] +Triangle: [4146, 4478, 4400] +Triangle: [4144, 4478, 4402] +Triangle: [4402, 4401, 4143] +Triangle: [4142, 4476, 4146] +Triangle: [4141, 4475, 4403] +Triangle: [4404, 4474, 4479] +Triangle: [4152, 4479, 4406] +Triangle: [4406, 4405, 4151] +Triangle: [4154, 4473, 4474] +Triangle: [4149, 4473, 4407] +Triangle: [3344, 4472, 4342] +Triangle: [4433, 4469, 4480] +Triangle: [4264, 4480, 4471] +Triangle: [4471, 4470, 4335] +Triangle: [4335, 4466, 4329] +Triangle: [4327, 4469, 4255] +Triangle: [4322, 4467, 4330] +Triangle: [4325, 4465, 4326] +Triangle: [4326, 4468, 4327] +Triangle: [4330, 4466, 4331] +Triangle: [4392, 4316, 4111] +Triangle: [4309, 4428, 4324] +Triangle: [4457, 4323, 4317] +Triangle: [4429, 4320, 4314] +Triangle: [4460, 4306, 4307] +Triangle: [4458, 4319, 4313] +Triangle: [4458, 4151, 4318] +Triangle: [4402, 4317, 4144] +Triangle: [4400, 4315, 4146] +Triangle: [4428, 4307, 4324] +Triangle: [4143, 4455, 4312] +Triangle: [4404, 4311, 4154] +Triangle: [4311, 4455, 4310] +Triangle: [4463, 4317, 4316] +Triangle: [4418, 4298, 4195] +Triangle: [4151, 4452, 4299] +Triangle: [4298, 4452, 4297] +Triangle: [4288, 4448, 4286] +Triangle: [4436, 4288, 4272] +Triangle: [4450, 4247, 4246] +Triangle: [4286, 4481, 4449] +Triangle: [4449, 4447, 4285] +Triangle: [4481, 4246, 4447] +Triangle: [4286, 4437, 4273] +Triangle: [4285, 4446, 4278] +Triangle: [4269, 4445, 4446] +Triangle: [4261, 4444, 4445] +Triangle: [4432, 4443, 4482] +Triangle: [4258, 4482, 4444] +Triangle: [4444, 4437, 4274] +Triangle: [4250, 4443, 4257] +Triangle: [4249, 4483, 4430] +Triangle: [4430, 4442, 4250] +Triangle: [4483, 4272, 4442] +Triangle: [4254, 4441, 4249] +Triangle: [4253, 4484, 4431] +Triangle: [4431, 4440, 4254] +Triangle: [4484, 4270, 4440] +Triangle: [4276, 4439, 4277] +Triangle: [4268, 4438, 4435] +Triangle: [4253, 4433, 4434] +Triangle: [4257, 4407, 4148] +Triangle: [4108, 4431, 4393] +Triangle: [4140, 4430, 4403] +Triangle: [4464, 4314, 4322] +Triangle: [4382, 4226, 4036] +Triangle: [4225, 4426, 4427] +Triangle: [4223, 4425, 4426] +Triangle: [4194, 4425, 4221] +Triangle: [4412, 4217, 4168] +Triangle: [4213, 4415, 4187] +Triangle: [4413, 4206, 4178] +Triangle: [4179, 4421, 4211] +Triangle: [4203, 4411, 4170] +Triangle: [4414, 4197, 4177] +Triangle: [4211, 4418, 4195] +Triangle: [4206, 4417, 4194] +Triangle: [4162, 4416, 4183] +Triangle: [4161, 4415, 4186] +Triangle: [4170, 4423, 4213] +Triangle: [4197, 4412, 4168] +Triangle: [4424, 4181, 4217] +Triangle: [4180, 4420, 4203] +Triangle: [4163, 4410, 4164] +Triangle: [4164, 4409, 4162] +Triangle: [4084, 4399, 4139] +Triangle: [4105, 4398, 4391] +Triangle: [4093, 4397, 4126] +Triangle: [4095, 4396, 4128] +Triangle: [4639, 4395, 4642] +Triangle: [4092, 4394, 4119] +Triangle: [4128, 4392, 4111] +Triangle: [4397, 4109, 4126] +Triangle: [4383, 4101, 4078] +Triangle: [4076, 4390, 4107] +Triangle: [4135, 4386, 4398] +Triangle: [4637, 4387, 4084] +Triangle: [4139, 4390, 4104] +Triangle: [4097, 4395, 4121] +Triangle: [4076, 4385, 4384] +Triangle: [4082, 4383, 4385] +Triangle: [4380, 4036, 4017] +Triangle: [4477, 4026, 4354] +Triangle: [4007, 4379, 4012] +Triangle: [4379, 4017, 4012] +Triangle: [4026, 4378, 4007] +Triangle: [4377, 4471, 4376] +Triangle: [4487, 4373, 4375] +Triangle: [4489, 4295, 4060] +Triangle: [4055, 4490, 4054] +Triangle: [4227, 4035, 4034] +Triangle: [4060, 4371, 4489] +Triangle: [4492, 4230, 4295] +Triangle: [4033, 4230, 4034] +Triangle: [4227, 4230, 4485] +Triangle: [4486, 4492, 4294] +Triangle: [4492, 4061, 4294] +Triangle: [4494, 4489, 4371] +Triangle: [4371, 4491, 4494] +Triangle: [4061, 4370, 4366] +Triangle: [4494, 4058, 4370] +Triangle: [4497, 4056, 4046] +Triangle: [4053, 4499, 4052] +Triangle: [4052, 4498, 4051] +Triangle: [4495, 4046, 4045] +Triangle: [4496, 4045, 4047] +Triangle: [4047, 4488, 4496] +Triangle: [4055, 4496, 4488] +Triangle: [4501, 4069, 4067] +Triangle: [4071, 4501, 4070] +Triangle: [4072, 4501, 4074] +Triangle: [4501, 4068, 4074] +Triangle: [4054, 4500, 4053] +Triangle: [4491, 4490, 4058] +Triangle: [4525, 3208, 4530] +Triangle: [3408, 3401, 4508] +Triangle: [4519, 2428, 4513] +Triangle: [3400, 4504, 4503] +Triangle: [3415, 4503, 4502] +Triangle: [3413, 4507, 4508] +Triangle: [3350, 3392, 2429] +Triangle: [4504, 3379, 3392] +Triangle: [3402, 3415, 4505] +Triangle: [3347, 4510, 3359] +Triangle: [3347, 2253, 4509] +Triangle: [3414, 4510, 3410] +Triangle: [3394, 4513, 3379] +Triangle: [4511, 3559, 3377] +Triangle: [3388, 4519, 4520] +Triangle: [3409, 4520, 4521] +Triangle: [4511, 2423, 2424] +Triangle: [2451, 2256, 4514] +Triangle: [3386, 4518, 3387] +Triangle: [3379, 4517, 3386] +Triangle: [4522, 3385, 3559] +Triangle: [3384, 4516, 4515] +Triangle: [3383, 4515, 4514] +Triangle: [3378, 4518, 4512] +Triangle: [3409, 3402, 3390] +Triangle: [3382, 4534, 2428] +Triangle: [3217, 4530, 4523] +Triangle: [4527, 3409, 4531] +Triangle: [4527, 4536, 4537] +Triangle: [3381, 4524, 4529] +Triangle: [2270, 3358, 4532] +Triangle: [4528, 3346, 4524] +Triangle: [4531, 3390, 4526] +Triangle: [4540, 4523, 4533] +Triangle: [4532, 3405, 4528] +Triangle: [4529, 2436, 4526] +Triangle: [4527, 4537, 4535] +Triangle: [4534, 4530, 3206] +Triangle: [2282, 2435, 4538] +Triangle: [3349, 4537, 4536] +Triangle: [4538, 3349, 4536] +Triangle: [4525, 4535, 4537] +Triangle: [4539, 3565, 3509] +Triangle: [4539, 2556, 2555] +Triangle: [3505, 4540, 4541] +Triangle: [3506, 4543, 4542] +Triangle: [3507, 4544, 4543] +Triangle: [4545, 3508, 3565] +Triangle: [3506, 2287, 1241] +Triangle: [2557, 4533, 2559] +Triangle: [3216, 3223, 3225] +Triangle: [267, 4546, 2295] +Triangle: [2626, 4547, 4546] +Triangle: [2627, 2816, 4547] +Triangle: [4581, 2695, 2694] +Triangle: [4560, 4581, 4583] +Triangle: [4583, 2693, 4584] +Triangle: [4584, 2692, 4585] +Triangle: [4580, 4561, 4585] +Triangle: [4549, 4580, 4586] +Triangle: [4550, 4586, 4587] +Triangle: [4551, 4587, 4588] +Triangle: [4557, 4589, 4582] +Triangle: [4589, 4555, 4590] +Triangle: [4555, 4596, 4590] +Triangle: [4554, 4592, 4591] +Triangle: [4553, 4593, 4592] +Triangle: [4563, 4588, 4594] +Triangle: [4562, 4594, 4595] +Triangle: [4593, 4562, 4595] +Triangle: [4556, 4571, 4555] +Triangle: [4565, 4548, 4549] +Triangle: [4557, 4572, 4556] +Triangle: [4550, 4565, 4549] +Triangle: [4577, 4559, 4561] +Triangle: [4558, 4573, 4557] +Triangle: [4551, 4566, 4550] +Triangle: [4552, 4578, 4562] +Triangle: [4564, 4561, 4548] +Triangle: [4553, 4568, 4552] +Triangle: [4575, 4560, 4559] +Triangle: [4562, 4579, 4563] +Triangle: [4554, 4569, 4553] +Triangle: [4576, 4558, 4560] +Triangle: [4579, 4551, 4563] +Triangle: [4598, 4570, 4554] +Triangle: [4593, 2688, 2687] +Triangle: [2688, 4594, 2686] +Triangle: [4594, 2689, 2686] +Triangle: [2698, 4593, 2687] +Triangle: [4591, 2698, 2697] +Triangle: [4590, 4597, 2696] +Triangle: [4589, 2696, 2703] +Triangle: [4582, 2703, 2695] +Triangle: [4588, 2690, 2689] +Triangle: [4587, 2691, 2690] +Triangle: [2691, 4580, 2699] +Triangle: [2699, 4585, 2692] +Triangle: [4559, 4585, 4561] +Triangle: [4560, 4584, 4559] +Triangle: [4583, 2694, 2701] +Triangle: [4558, 4582, 4581] +Triangle: [4571, 4598, 4555] +Triangle: [4598, 4591, 4596] +Triangle: [2697, 4599, 4597] +Triangle: [4596, 2697, 4597] +Triangle: [2621, 2628, 4599] +Triangle: [4604, 4605, 4606] +Triangle: [4606, 4608, 4602] +Triangle: [4607, 4606, 4605] +Triangle: [4609, 4608, 4607] +Triangle: [4608, 4610, 4602] +Triangle: [4609, 4612, 4610] +Triangle: [4610, 4612, 4602] +Triangle: [4611, 4614, 4612] +Triangle: [4612, 4614, 4602] +Triangle: [4613, 4616, 4614] +Triangle: [4614, 4616, 4602] +Triangle: [4617, 4616, 4615] +Triangle: [4616, 4618, 4602] +Triangle: [4619, 4618, 4617] +Triangle: [4618, 4620, 4602] +Triangle: [4620, 4622, 4602] +Triangle: [4621, 4620, 4619] +Triangle: [4622, 4624, 4602] +Triangle: [4623, 4622, 4621] +Triangle: [4624, 4626, 4602] +Triangle: [4623, 4626, 4624] +Triangle: [4626, 4628, 4602] +Triangle: [4625, 4628, 4626] +Triangle: [4628, 4630, 4602] +Triangle: [4627, 4630, 4628] +Triangle: [4630, 4632, 4602] +Triangle: [4629, 4632, 4630] +Triangle: [4601, 4632, 4631] +Triangle: [4632, 4633, 4602] +Triangle: [4604, 4602, 4633] +Triangle: [4602, 4604, 4606] +Triangle: [4601, 4604, 4633] +Triangle: [4119, 4643, 4637] +Triangle: [4090, 4642, 4386] +Triangle: [4642, 4091, 4386] +Triangle: [4089, 4639, 4090] +Triangle: [4091, 4634, 4087] +Triangle: [4118, 4637, 4636] +Triangle: [4120, 4636, 4638] +Triangle: [4088, 4640, 4089] +Triangle: [4394, 4641, 4643] +Triangle: [4120, 4634, 4116] +Triangle: [3, 5, 6] +Triangle: [11, 12, 10] +Triangle: [8, 13, 11] +Triangle: [13, 8, 7] +Triangle: [15, 16, 14] +Triangle: [15, 17, 18] +Triangle: [82, 24, 30] +Triangle: [24, 23, 29] +Triangle: [23, 19, 28] +Triangle: [20, 27, 158] +Triangle: [21, 26, 27] +Triangle: [1277, 22, 25] +Triangle: [12, 25, 22] +Triangle: [25, 12, 31] +Triangle: [928, 929, 180] +Triangle: [1113, 35, 36] +Triangle: [11, 37, 31] +Triangle: [1236, 33, 34] +Triangle: [2257, 33, 930] +Triangle: [13, 14, 892] +Triangle: [13, 41, 37] +Triangle: [40, 893, 895] +Triangle: [3, 4, 887] +Triangle: [41, 13, 891] +Triangle: [42, 890, 889] +Triangle: [42, 16, 18] +Triangle: [5, 3, 42] +Triangle: [177, 37, 41] +Triangle: [47, 48, 1203] +Triangle: [1134, 1138, 45] +Triangle: [1101, 1112, 2272] +Triangle: [176, 31, 37] +Triangle: [169, 194, 205] +Triangle: [2259, 69, 70] +Triangle: [182, 64, 66] +Triangle: [26, 66, 64] +Triangle: [73, 74, 72] +Triangle: [7, 74, 73] +Triangle: [76, 75, 77] +Triangle: [71, 72, 77] +Triangle: [76, 80, 79] +Triangle: [84, 83, 82] +Triangle: [79, 80, 83] +Triangle: [75, 79, 85] +Triangle: [71, 85, 86] +Triangle: [73, 86, 17] +Triangle: [84, 86, 85] +Triangle: [81, 17, 86] +Triangle: [74, 7, 8] +Triangle: [120, 9, 10] +Triangle: [10, 22, 89] +Triangle: [88, 89, 113] +Triangle: [111, 96, 95] +Triangle: [119, 116, 90] +Triangle: [115, 94, 91] +Triangle: [136, 137, 154] +Triangle: [117, 119, 92] +Triangle: [107, 105, 101] +Triangle: [110, 104, 98] +Triangle: [109, 106, 102] +Triangle: [110, 103, 99] +Triangle: [105, 109, 100] +Triangle: [104, 107, 97] +Triangle: [92, 90, 1186] +Triangle: [1184, 95, 96] +Triangle: [93, 92, 1185] +Triangle: [121, 115, 87] +Triangle: [147, 1049, 1050] +Triangle: [1179, 94, 95] +Triangle: [91, 94, 1179] +Triangle: [72, 74, 118] +Triangle: [112, 115, 121] +Triangle: [87, 115, 118] +Triangle: [78, 77, 119] +Triangle: [77, 72, 116] +Triangle: [114, 113, 111] +Triangle: [112, 95, 94] +Triangle: [121, 120, 88] +Triangle: [87, 8, 9] +Triangle: [123, 124, 126] +Triangle: [125, 126, 122] +Triangle: [78, 128, 127] +Triangle: [123, 127, 128] +Triangle: [129, 80, 76] +Triangle: [130, 24, 82] +Triangle: [129, 130, 83] +Triangle: [131, 129, 127] +Triangle: [125, 132, 131] +Triangle: [19, 23, 132] +Triangle: [130, 129, 131] +Triangle: [24, 130, 132] +Triangle: [133, 20, 122] +Triangle: [156, 135, 134] +Triangle: [1263, 89, 22] +Triangle: [1268, 113, 89] +Triangle: [1264, 96, 111] +Triangle: [138, 136, 153] +Triangle: [154, 137, 139] +Triangle: [93, 138, 155] +Triangle: [1214, 107, 104] +Triangle: [141, 1164, 1167] +Triangle: [149, 1051, 1217] +Triangle: [1265, 102, 106] +Triangle: [108, 99, 1154] +Triangle: [144, 143, 148] +Triangle: [149, 145, 1052] +Triangle: [1160, 1157, 1226] +Triangle: [1298, 1264, 140] +Triangle: [1157, 1161, 1228] +Triangle: [157, 156, 133] +Triangle: [140, 139, 1183] +Triangle: [1183, 139, 137] +Triangle: [124, 153, 154] +Triangle: [151, 157, 152] +Triangle: [126, 154, 152] +Triangle: [117, 155, 128] +Triangle: [128, 155, 153] +Triangle: [1267, 111, 113] +Triangle: [139, 140, 150] +Triangle: [135, 156, 157] +Triangle: [156, 21, 20] +Triangle: [116, 118, 91] +Triangle: [19, 122, 158] +Triangle: [134, 159, 26] +Triangle: [159, 160, 66] +Triangle: [183, 66, 160] +Triangle: [2260, 70, 161] +Triangle: [1270, 160, 159] +Triangle: [184, 160, 1270] +Triangle: [2261, 161, 1271] +Triangle: [35, 932, 931] +Triangle: [941, 1150, 1142] +Triangle: [1141, 1148, 941] +Triangle: [162, 936, 937] +Triangle: [1070, 942, 1089] +Triangle: [1089, 942, 944] +Triangle: [1272, 1291, 936] +Triangle: [81, 82, 171] +Triangle: [17, 81, 172] +Triangle: [1117, 65, 63] +Triangle: [62, 64, 182] +Triangle: [61, 174, 64] +Triangle: [27, 64, 174] +Triangle: [181, 182, 2290] +Triangle: [2292, 184, 1274] +Triangle: [2291, 183, 184] +Triangle: [2290, 182, 183] +Triangle: [2289, 176, 177] +Triangle: [933, 926, 178] +Triangle: [31, 176, 175] +Triangle: [40, 178, 180] +Triangle: [29, 186, 211] +Triangle: [496, 495, 174] +Triangle: [1074, 53, 56] +Triangle: [188, 56, 58] +Triangle: [1275, 190, 57] +Triangle: [1075, 55, 53] +Triangle: [1075, 193, 54] +Triangle: [195, 205, 204] +Triangle: [189, 58, 57] +Triangle: [194, 191, 51] +Triangle: [170, 191, 194] +Triangle: [163, 189, 190] +Triangle: [1145, 1146, 1076] +Triangle: [1145, 1088, 187] +Triangle: [164, 190, 1275] +Triangle: [165, 188, 189] +Triangle: [1071, 1074, 188] +Triangle: [745, 198, 201] +Triangle: [746, 747, 199] +Triangle: [749, 202, 1276] +Triangle: [744, 201, 203] +Triangle: [753, 751, 2] +Triangle: [750, 203, 202] +Triangle: [746, 200, 198] +Triangle: [748, 196, 197] +Triangle: [205, 195, 206] +Triangle: [205, 194, 52] +Triangle: [204, 52, 752] +Triangle: [939, 938, 63] +Triangle: [67, 937, 939] +Triangle: [208, 43, 18] +Triangle: [172, 209, 207] +Triangle: [171, 210, 209] +Triangle: [291, 556, 559] +Triangle: [540, 225, 490] +Triangle: [558, 560, 490] +Triangle: [286, 510, 508] +Triangle: [234, 235, 244] +Triangle: [945, 237, 236] +Triangle: [238, 237, 945] +Triangle: [948, 947, 231] +Triangle: [242, 239, 948] +Triangle: [949, 241, 242] +Triangle: [245, 244, 236] +Triangle: [243, 234, 245] +Triangle: [248, 243, 246] +Triangle: [245, 237, 238] +Triangle: [247, 249, 246] +Triangle: [260, 261, 267] +Triangle: [264, 262, 263] +Triangle: [264, 265, 261] +Triangle: [234, 482, 484] +Triangle: [483, 482, 234] +Triangle: [260, 266, 268] +Triangle: [269, 272, 271] +Triangle: [270, 273, 272] +Triangle: [243, 248, 259] +Triangle: [257, 270, 269] +Triangle: [280, 217, 580] +Triangle: [276, 579, 580] +Triangle: [214, 578, 579] +Triangle: [279, 278, 219] +Triangle: [537, 275, 213] +Triangle: [218, 280, 575] +Triangle: [511, 510, 286] +Triangle: [287, 289, 494] +Triangle: [541, 287, 491] +Triangle: [559, 557, 485] +Triangle: [1192, 470, 469] +Triangle: [542, 292, 293] +Triangle: [543, 293, 287] +Triangle: [289, 287, 293] +Triangle: [283, 289, 294] +Triangle: [292, 295, 294] +Triangle: [283, 295, 296] +Triangle: [289, 283, 298] +Triangle: [288, 493, 494] +Triangle: [300, 299, 298] +Triangle: [558, 511, 301] +Triangle: [540, 288, 300] +Triangle: [544, 300, 284] +Triangle: [538, 282, 292] +Triangle: [295, 292, 282] +Triangle: [545, 303, 282] +Triangle: [296, 282, 303] +Triangle: [537, 278, 303] +Triangle: [304, 303, 278] +Triangle: [539, 284, 228] +Triangle: [228, 284, 306] +Triangle: [305, 306, 240] +Triangle: [239, 250, 247] +Triangle: [251, 250, 239] +Triangle: [252, 251, 242] +Triangle: [288, 289, 299] +Triangle: [951, 308, 241] +Triangle: [951, 952, 310] +Triangle: [953, 312, 310] +Triangle: [953, 954, 314] +Triangle: [308, 307, 252] +Triangle: [306, 284, 298] +Triangle: [311, 309, 316] +Triangle: [316, 298, 317] +Triangle: [297, 317, 298] +Triangle: [319, 264, 260] +Triangle: [264, 319, 320] +Triangle: [262, 322, 323] +Triangle: [322, 324, 325] +Triangle: [326, 327, 368] +Triangle: [321, 329, 328] +Triangle: [329, 331, 330] +Triangle: [371, 370, 333] +Triangle: [328, 322, 262] +Triangle: [322, 328, 330] +Triangle: [369, 371, 332] +Triangle: [272, 320, 319] +Triangle: [273, 321, 320] +Triangle: [307, 308, 310] +Triangle: [253, 310, 312] +Triangle: [253, 254, 342] +Triangle: [249, 337, 336] +Triangle: [255, 343, 350] +Triangle: [256, 344, 343] +Triangle: [247, 335, 337] +Triangle: [351, 257, 345] +Triangle: [250, 338, 335] +Triangle: [257, 2348, 2346] +Triangle: [250, 251, 339] +Triangle: [259, 347, 346] +Triangle: [251, 252, 340] +Triangle: [248, 336, 347] +Triangle: [307, 253, 341] +Triangle: [306, 316, 309] +Triangle: [482, 2294, 2295] +Triangle: [483, 2296, 2294] +Triangle: [254, 349, 350] +Triangle: [252, 307, 348] +Triangle: [483, 259, 258] +Triangle: [351, 352, 344] +Triangle: [353, 254, 312] +Triangle: [349, 254, 353] +Triangle: [349, 357, 356] +Triangle: [255, 356, 355] +Triangle: [256, 355, 354] +Triangle: [351, 354, 270] +Triangle: [321, 273, 358] +Triangle: [273, 270, 354] +Triangle: [355, 359, 358] +Triangle: [356, 360, 359] +Triangle: [357, 361, 360] +Triangle: [329, 321, 362] +Triangle: [359, 364, 362] +Triangle: [363, 362, 364] +Triangle: [331, 329, 363] +Triangle: [370, 331, 366] +Triangle: [370, 372, 367] +Triangle: [330, 371, 369] +Triangle: [331, 370, 371] +Triangle: [324, 369, 368] +Triangle: [297, 296, 304] +Triangle: [373, 279, 277] +Triangle: [279, 373, 334] +Triangle: [317, 297, 334] +Triangle: [374, 313, 311] +Triangle: [374, 318, 334] +Triangle: [375, 315, 313] +Triangle: [375, 374, 373] +Triangle: [376, 373, 215] +Triangle: [378, 361, 357] +Triangle: [376, 583, 383] +Triangle: [860, 582, 451] +Triangle: [383, 380, 315] +Triangle: [955, 379, 314] +Triangle: [380, 383, 577] +Triangle: [360, 365, 364] +Triangle: [365, 384, 366] +Triangle: [372, 366, 384] +Triangle: [367, 372, 385] +Triangle: [387, 384, 365] +Triangle: [384, 387, 388] +Triangle: [386, 385, 388] +Triangle: [361, 390, 387] +Triangle: [387, 390, 391] +Triangle: [379, 378, 353] +Triangle: [378, 379, 393] +Triangle: [393, 395, 394] +Triangle: [392, 390, 361] +Triangle: [392, 394, 391] +Triangle: [955, 380, 382] +Triangle: [388, 391, 411] +Triangle: [412, 407, 960] +Triangle: [959, 399, 417] +Triangle: [737, 405, 397] +Triangle: [408, 403, 404] +Triangle: [409, 402, 403] +Triangle: [961, 956, 382] +Triangle: [412, 396, 406] +Triangle: [405, 406, 396] +Triangle: [399, 398, 416] +Triangle: [413, 418, 416] +Triangle: [419, 418, 413] +Triangle: [420, 419, 414] +Triangle: [962, 417, 421] +Triangle: [964, 963, 421] +Triangle: [965, 964, 422] +Triangle: [416, 418, 421] +Triangle: [422, 421, 418] +Triangle: [423, 422, 419] +Triangle: [958, 401, 399] +Triangle: [398, 399, 401] +Triangle: [960, 407, 401] +Triangle: [401, 407, 406] +Triangle: [400, 406, 425] +Triangle: [426, 398, 400] +Triangle: [413, 398, 426] +Triangle: [414, 413, 427] +Triangle: [415, 414, 428] +Triangle: [428, 431, 432] +Triangle: [427, 430, 431] +Triangle: [430, 427, 426] +Triangle: [431, 434, 435] +Triangle: [430, 433, 434] +Triangle: [433, 430, 424] +Triangle: [425, 436, 437] +Triangle: [739, 438, 439] +Triangle: [439, 438, 440] +Triangle: [441, 444, 443] +Triangle: [439, 443, 740] +Triangle: [444, 447, 446] +Triangle: [443, 446, 741] +Triangle: [437, 442, 434] +Triangle: [434, 442, 445] +Triangle: [405, 436, 425] +Triangle: [739, 436, 405] +Triangle: [440, 438, 404] +Triangle: [452, 453, 277] +Triangle: [213, 578, 582] +Triangle: [872, 453, 452] +Triangle: [470, 472, 864] +Triangle: [863, 471, 377] +Triangle: [535, 213, 860] +Triangle: [215, 277, 453] +Triangle: [1194, 473, 472] +Triangle: [1195, 1196, 475] +Triangle: [1196, 1197, 476] +Triangle: [1198, 477, 476] +Triangle: [1199, 478, 477] +Triangle: [859, 468, 469] +Triangle: [477, 478, 871] +Triangle: [869, 476, 477] +Triangle: [475, 476, 869] +Triangle: [474, 475, 868] +Triangle: [864, 472, 473] +Triangle: [872, 864, 455] +Triangle: [471, 455, 457] +Triangle: [546, 451, 862] +Triangle: [557, 561, 487] +Triangle: [487, 561, 560] +Triangle: [548, 492, 493] +Triangle: [550, 491, 492] +Triangle: [210, 171, 30] +Triangle: [495, 496, 212] +Triangle: [465, 467, 447] +Triangle: [463, 465, 444] +Triangle: [461, 463, 441] +Triangle: [459, 461, 440] +Triangle: [473, 474, 867] +Triangle: [471, 448, 216] +Triangle: [582, 581, 450] +Triangle: [232, 233, 500] +Triangle: [568, 569, 501] +Triangle: [503, 502, 499] +Triangle: [504, 503, 498] +Triangle: [504, 497, 506] +Triangle: [572, 573, 505] +Triangle: [530, 531, 226] +Triangle: [508, 510, 285] +Triangle: [514, 529, 521] +Triangle: [510, 511, 302] +Triangle: [514, 551, 228] +Triangle: [530, 553, 552] +Triangle: [518, 519, 517] +Triangle: [520, 521, 519] +Triangle: [507, 552, 574] +Triangle: [232, 501, 525] +Triangle: [569, 502, 524] +Triangle: [502, 503, 523] +Triangle: [522, 523, 503] +Triangle: [515, 526, 522] +Triangle: [517, 527, 526] +Triangle: [519, 528, 527] +Triangle: [529, 528, 519] +Triangle: [507, 509, 531] +Triangle: [534, 508, 227] +Triangle: [486, 550, 548] +Triangle: [488, 548, 549] +Triangle: [219, 535, 546] +Triangle: [539, 536, 227] +Triangle: [220, 275, 537] +Triangle: [545, 538, 281] +Triangle: [221, 281, 538] +Triangle: [302, 544, 539] +Triangle: [225, 540, 544] +Triangle: [290, 543, 541] +Triangle: [221, 542, 543] +Triangle: [223, 541, 550] +Triangle: [278, 537, 535] +Triangle: [288, 540, 549] +Triangle: [533, 227, 536] +Triangle: [228, 551, 532] +Triangle: [520, 532, 551] +Triangle: [508, 534, 553] +Triangle: [517, 515, 555] +Triangle: [515, 504, 554] +Triangle: [505, 512, 554] +Triangle: [225, 302, 511] +Triangle: [561, 488, 490] +Triangle: [560, 558, 224] +Triangle: [559, 223, 486] +Triangle: [556, 290, 223] +Triangle: [523, 522, 526] +Triangle: [557, 486, 488] +Triangle: [524, 523, 513] +Triangle: [570, 524, 562] +Triangle: [231, 525, 563] +Triangle: [513, 526, 527] +Triangle: [525, 570, 571] +Triangle: [528, 529, 565] +Triangle: [529, 514, 305] +Triangle: [229, 566, 565] +Triangle: [564, 565, 566] +Triangle: [567, 566, 229] +Triangle: [563, 564, 567] +Triangle: [569, 570, 525] +Triangle: [502, 569, 568] +Triangle: [571, 562, 527] +Triangle: [571, 528, 564] +Triangle: [573, 574, 512] +Triangle: [509, 507, 573] +Triangle: [554, 512, 574] +Triangle: [553, 534, 555] +Triangle: [534, 533, 516] +Triangle: [533, 532, 518] +Triangle: [581, 582, 578] +Triangle: [221, 290, 556] +Triangle: [578, 213, 275] +Triangle: [575, 580, 220] +Triangle: [381, 575, 281] +Triangle: [580, 579, 275] +Triangle: [381, 556, 291] +Triangle: [577, 584, 585] +Triangle: [583, 584, 577] +Triangle: [584, 583, 216] +Triangle: [583, 376, 377] +Triangle: [584, 402, 409] +Triangle: [274, 382, 577] +Triangle: [576, 585, 587] +Triangle: [587, 589, 588] +Triangle: [588, 589, 591] +Triangle: [591, 593, 592] +Triangle: [593, 595, 594] +Triangle: [595, 597, 596] +Triangle: [597, 599, 598] +Triangle: [967, 966, 601] +Triangle: [600, 601, 603] +Triangle: [968, 605, 604] +Triangle: [604, 605, 607] +Triangle: [970, 609, 608] +Triangle: [609, 611, 610] +Triangle: [610, 611, 613] +Triangle: [612, 613, 615] +Triangle: [637, 636, 617] +Triangle: [616, 617, 619] +Triangle: [619, 621, 620] +Triangle: [972, 623, 622] +Triangle: [606, 627, 626] +Triangle: [973, 622, 635] +Triangle: [969, 604, 626] +Triangle: [618, 620, 634] +Triangle: [600, 602, 625] +Triangle: [616, 618, 633] +Triangle: [616, 632, 638] +Triangle: [612, 614, 631] +Triangle: [612, 630, 629] +Triangle: [610, 629, 628] +Triangle: [608, 628, 975] +Triangle: [637, 638, 631] +Triangle: [614, 615, 636] +Triangle: [627, 642, 641] +Triangle: [633, 634, 649] +Triangle: [631, 646, 645] +Triangle: [628, 643, 978] +Triangle: [976, 635, 650] +Triangle: [624, 625, 640] +Triangle: [638, 651, 646] +Triangle: [629, 644, 643] +Triangle: [626, 641, 977] +Triangle: [638, 632, 647] +Triangle: [632, 633, 648] +Triangle: [630, 645, 644] +Triangle: [576, 586, 660] +Triangle: [967, 600, 624] +Triangle: [596, 598, 674] +Triangle: [594, 596, 675] +Triangle: [594, 673, 676] +Triangle: [676, 672, 590] +Triangle: [672, 671, 588] +Triangle: [671, 670, 586] +Triangle: [670, 661, 660] +Triangle: [703, 700, 701] +Triangle: [659, 662, 663] +Triangle: [657, 658, 663] +Triangle: [656, 657, 664] +Triangle: [655, 656, 665] +Triangle: [654, 655, 666] +Triangle: [668, 686, 884] +Triangle: [690, 689, 874] +Triangle: [984, 677, 674] +Triangle: [675, 674, 677] +Triangle: [675, 678, 679] +Triangle: [673, 679, 680] +Triangle: [672, 676, 680] +Triangle: [671, 672, 681] +Triangle: [670, 671, 682] +Triangle: [659, 683, 684] +Triangle: [660, 661, 684] +Triangle: [684, 661, 682] +Triangle: [682, 681, 663] +Triangle: [681, 680, 664] +Triangle: [664, 680, 679] +Triangle: [665, 679, 678] +Triangle: [678, 677, 667] +Triangle: [669, 882, 881] +Triangle: [984, 639, 668] +Triangle: [687, 881, 1009] +Triangle: [686, 668, 639] +Triangle: [977, 986, 686] +Triangle: [644, 645, 990] +Triangle: [980, 654, 878] +Triangle: [987, 988, 703] +Triangle: [989, 990, 645] +Triangle: [654, 694, 693] +Triangle: [980, 653, 695] +Triangle: [653, 685, 696] +Triangle: [996, 697, 696] +Triangle: [985, 688, 698] +Triangle: [1010, 992, 649] +Triangle: [699, 700, 981] +Triangle: [700, 703, 988] +Triangle: [688, 652, 701] +Triangle: [702, 701, 652] +Triangle: [989, 987, 702] +Triangle: [991, 978, 643] +Triangle: [700, 699, 698] +Triangle: [642, 669, 687] +Triangle: [655, 693, 692] +Triangle: [657, 656, 692] +Triangle: [696, 697, 704] +Triangle: [704, 697, 995] +Triangle: [993, 695, 704] +Triangle: [693, 694, 705] +Triangle: [706, 705, 650] +Triangle: [691, 706, 635] +Triangle: [692, 693, 706] +Triangle: [691, 622, 658] +Triangle: [623, 659, 658] +Triangle: [707, 589, 587] +Triangle: [707, 585, 409] +Triangle: [708, 710, 709] +Triangle: [589, 707, 709] +Triangle: [408, 710, 708] +Triangle: [709, 710, 712] +Triangle: [712, 714, 713] +Triangle: [713, 714, 716] +Triangle: [709, 711, 593] +Triangle: [711, 713, 595] +Triangle: [595, 713, 715] +Triangle: [715, 716, 718] +Triangle: [999, 998, 720] +Triangle: [719, 720, 722] +Triangle: [1000, 724, 723] +Triangle: [597, 715, 717] +Triangle: [966, 999, 719] +Triangle: [601, 719, 721] +Triangle: [1001, 723, 605] +Triangle: [619, 617, 731] +Triangle: [733, 732, 731] +Triangle: [274, 660, 1003] +Triangle: [617, 636, 730] +Triangle: [636, 615, 729] +Triangle: [613, 728, 729] +Triangle: [611, 727, 728] +Triangle: [611, 609, 726] +Triangle: [970, 607, 725] +Triangle: [607, 605, 723] +Triangle: [395, 731, 730] +Triangle: [394, 730, 729] +Triangle: [727, 734, 735] +Triangle: [728, 735, 391] +Triangle: [391, 735, 734] +Triangle: [727, 726, 411] +Triangle: [1002, 725, 412] +Triangle: [724, 412, 725] +Triangle: [1000, 722, 720] +Triangle: [412, 724, 718] +Triangle: [718, 716, 397] +Triangle: [712, 710, 408] +Triangle: [438, 739, 737] +Triangle: [740, 741, 445] +Triangle: [738, 740, 442] +Triangle: [436, 739, 738] +Triangle: [404, 737, 736] +Triangle: [714, 712, 410] +Triangle: [716, 714, 736] +Triangle: [1004, 732, 733] +Triangle: [1005, 659, 623] +Triangle: [1005, 619, 732] +Triangle: [158, 174, 495] +Triangle: [185, 186, 29] +Triangle: [495, 60, 185] +Triangle: [2, 751, 752] +Triangle: [52, 51, 748] +Triangle: [55, 746, 745] +Triangle: [58, 750, 749] +Triangle: [59, 204, 751] +Triangle: [56, 744, 750] +Triangle: [57, 749, 1278] +Triangle: [54, 747, 746] +Triangle: [53, 745, 744] +Triangle: [742, 743, 6] +Triangle: [208, 742, 5] +Triangle: [1174, 768, 763] +Triangle: [1171, 1176, 770] +Triangle: [1177, 771, 769] +Triangle: [1176, 1172, 765] +Triangle: [1170, 763, 771] +Triangle: [1171, 764, 768] +Triangle: [1156, 1166, 141] +Triangle: [1173, 767, 773] +Triangle: [1162, 1175, 774] +Triangle: [1175, 769, 774] +Triangle: [1279, 765, 1172] +Triangle: [145, 1159, 1156] +Triangle: [1166, 1169, 1164] +Triangle: [775, 758, 759] +Triangle: [777, 760, 758] +Triangle: [775, 776, 754] +Triangle: [777, 775, 0] +Triangle: [778, 777, 761] +Triangle: [760, 777, 778] +Triangle: [1281, 778, 762] +Triangle: [757, 778, 1281] +Triangle: [830, 785, 1283] +Triangle: [840, 786, 1284] +Triangle: [1289, 850, 784] +Triangle: [851, 852, 793] +Triangle: [842, 794, 789] +Triangle: [832, 792, 787] +Triangle: [852, 854, 801] +Triangle: [844, 802, 794] +Triangle: [834, 800, 792] +Triangle: [855, 856, 809] +Triangle: [846, 810, 805] +Triangle: [836, 808, 803] +Triangle: [856, 857, 813] +Triangle: [847, 814, 810] +Triangle: [837, 812, 808] +Triangle: [854, 850, 786] +Triangle: [840, 785, 802] +Triangle: [830, 783, 800] +Triangle: [829, 782, 805] +Triangle: [839, 781, 806] +Triangle: [855, 849, 779] +Triangle: [837, 814, 818] +Triangle: [847, 813, 817] +Triangle: [858, 857, 811] +Triangle: [858, 853, 798] +Triangle: [843, 797, 818] +Triangle: [833, 795, 816] +Triangle: [1286, 820, 783] +Triangle: [1252, 779, 1285] +Triangle: [1253, 804, 779] +Triangle: [819, 780, 803] +Triangle: [1258, 784, 799] +Triangle: [820, 822, 800] +Triangle: [1255, 791, 788] +Triangle: [823, 787, 792] +Triangle: [824, 792, 800] +Triangle: [1259, 799, 791] +Triangle: [1261, 1260, 796] +Triangle: [826, 816, 795] +Triangle: [1256, 807, 804] +Triangle: [821, 803, 808] +Triangle: [827, 808, 812] +Triangle: [1257, 811, 807] +Triangle: [828, 812, 816] +Triangle: [1261, 815, 811] +Triangle: [760, 828, 826] +Triangle: [757, 827, 828] +Triangle: [755, 821, 827] +Triangle: [758, 826, 825] +Triangle: [761, 0, 824] +Triangle: [0, 754, 823] +Triangle: [762, 761, 822] +Triangle: [756, 819, 821] +Triangle: [1280, 762, 820] +Triangle: [797, 833, 838] +Triangle: [812, 837, 838] +Triangle: [780, 829, 835] +Triangle: [785, 830, 834] +Triangle: [814, 837, 836] +Triangle: [810, 836, 835] +Triangle: [802, 834, 832] +Triangle: [794, 832, 831] +Triangle: [783, 830, 1287] +Triangle: [798, 843, 848] +Triangle: [814, 847, 848] +Triangle: [782, 839, 845] +Triangle: [786, 840, 844] +Triangle: [813, 847, 846] +Triangle: [809, 846, 845] +Triangle: [801, 844, 842] +Triangle: [793, 842, 841] +Triangle: [785, 840, 1288] +Triangle: [815, 796, 853] +Triangle: [817, 813, 857] +Triangle: [806, 781, 849] +Triangle: [799, 784, 850] +Triangle: [807, 811, 857] +Triangle: [804, 807, 856] +Triangle: [791, 799, 854] +Triangle: [788, 791, 852] +Triangle: [1284, 786, 850] +Triangle: [1200, 469, 468] +Triangle: [859, 547, 862] +Triangle: [862, 451, 450] +Triangle: [863, 453, 455] +Triangle: [448, 457, 866] +Triangle: [455, 864, 865] +Triangle: [1194, 1195, 474] +Triangle: [867, 868, 461] +Triangle: [868, 869, 463] +Triangle: [463, 869, 870] +Triangle: [870, 871, 467] +Triangle: [872, 547, 469] +Triangle: [1013, 454, 449] +Triangle: [1018, 743, 742] +Triangle: [1016, 466, 464] +Triangle: [867, 459, 457] +Triangle: [1012, 210, 211] +Triangle: [1020, 742, 208] +Triangle: [1014, 209, 210] +Triangle: [1017, 211, 186] +Triangle: [1014, 456, 454] +Triangle: [866, 873, 403] +Triangle: [459, 873, 866] +Triangle: [1006, 878, 879] +Triangle: [876, 877, 880] +Triangle: [1009, 1008, 876] +Triangle: [882, 875, 883] +Triangle: [875, 882, 885] +Triangle: [667, 879, 878] +Triangle: [688, 883, 875] +Triangle: [652, 875, 874] +Triangle: [685, 653, 877] +Triangle: [982, 668, 880] +Triangle: [690, 885, 882] +Triangle: [685, 876, 1008] +Triangle: [891, 902, 906] +Triangle: [888, 899, 897] +Triangle: [892, 889, 900] +Triangle: [895, 907, 899] +Triangle: [891, 892, 903] +Triangle: [893, 905, 907] +Triangle: [40, 41, 894] +Triangle: [3, 886, 890] +Triangle: [14, 16, 889] +Triangle: [897, 899, 898] +Triangle: [902, 903, 904] +Triangle: [901, 904, 903] +Triangle: [906, 904, 898] +Triangle: [896, 898, 904] +Triangle: [907, 905, 898] +Triangle: [886, 887, 897] +Triangle: [886, 896, 901] +Triangle: [890, 901, 900] +Triangle: [894, 906, 905] +Triangle: [916, 932, 934] +Triangle: [915, 2276, 2268] +Triangle: [913, 928, 935] +Triangle: [919, 914, 179] +Triangle: [909, 38, 2258] +Triangle: [913, 48, 1068] +Triangle: [916, 163, 164] +Triangle: [922, 921, 170] +Triangle: [923, 920, 68] +Triangle: [908, 164, 1273] +Triangle: [920, 922, 169] +Triangle: [926, 935, 928] +Triangle: [927, 914, 919] +Triangle: [930, 925, 912] +Triangle: [930, 909, 2262] +Triangle: [929, 2268, 2279] +Triangle: [929, 928, 913] +Triangle: [931, 932, 916] +Triangle: [911, 917, 934] +Triangle: [910, 918, 935] +Triangle: [936, 921, 922] +Triangle: [938, 939, 920] +Triangle: [1291, 931, 908] +Triangle: [937, 922, 920] +Triangle: [944, 163, 916] +Triangle: [942, 165, 163] +Triangle: [1150, 941, 166] +Triangle: [942, 1070, 1071] +Triangle: [941, 1148, 1080] +Triangle: [688, 985, 1008] +Triangle: [982, 1007, 879] +Triangle: [881, 883, 1008] +Triangle: [877, 1006, 1007] +Triangle: [659, 1005, 1004] +Triangle: [1005, 972, 621] +Triangle: [683, 1004, 1003] +Triangle: [724, 1000, 998] +Triangle: [726, 1002, 957] +Triangle: [609, 970, 1002] +Triangle: [961, 1003, 733] +Triangle: [721, 1001, 968] +Triangle: [599, 717, 999] +Triangle: [722, 1000, 1001] +Triangle: [717, 718, 998] +Triangle: [694, 993, 997] +Triangle: [705, 997, 995] +Triangle: [669, 642, 978] +Triangle: [646, 651, 987] +Triangle: [981, 988, 647] +Triangle: [992, 981, 648] +Triangle: [995, 1010, 979] +Triangle: [697, 996, 1010] +Triangle: [996, 699, 992] +Triangle: [685, 985, 994] +Triangle: [699, 996, 994] +Triangle: [980, 993, 694] +Triangle: [689, 690, 990] +Triangle: [651, 647, 988] +Triangle: [653, 980, 1006] +Triangle: [991, 990, 690] +Triangle: [641, 687, 986] +Triangle: [986, 1009, 884] +Triangle: [677, 984, 982] +Triangle: [639, 984, 983] +Triangle: [598, 967, 983] +Triangle: [974, 977, 640] +Triangle: [634, 976, 979] +Triangle: [975, 978, 642] +Triangle: [971, 975, 627] +Triangle: [602, 969, 974] +Triangle: [620, 973, 976] +Triangle: [621, 972, 973] +Triangle: [607, 970, 971] +Triangle: [603, 968, 969] +Triangle: [598, 599, 966] +Triangle: [389, 960, 958] +Triangle: [386, 958, 959] +Triangle: [327, 326, 964] +Triangle: [332, 963, 964] +Triangle: [333, 962, 963] +Triangle: [393, 956, 961] +Triangle: [367, 959, 962] +Triangle: [411, 957, 960] +Triangle: [379, 955, 956] +Triangle: [380, 955, 954] +Triangle: [315, 954, 953] +Triangle: [313, 953, 952] +Triangle: [309, 311, 952] +Triangle: [309, 951, 949] +Triangle: [240, 949, 950] +Triangle: [950, 948, 230] +Triangle: [239, 238, 947] +Triangle: [947, 945, 232] +Triangle: [945, 946, 233] +Triangle: [1015, 464, 462] +Triangle: [185, 1015, 1011] +Triangle: [209, 1014, 1013] +Triangle: [460, 1017, 1011] +Triangle: [456, 1014, 1012] +Triangle: [458, 1012, 1017] +Triangle: [60, 1016, 1015] +Triangle: [480, 1020, 1019] +Triangle: [479, 1018, 1020] +Triangle: [207, 1013, 1019] +Triangle: [1192, 449, 454] +Triangle: [1029, 1163, 1221] +Triangle: [1209, 1028, 1029] +Triangle: [1155, 1025, 1213] +Triangle: [1299, 1292, 1028] +Triangle: [142, 1053, 1052] +Triangle: [1234, 1027, 1026] +Triangle: [1027, 1022, 1211] +Triangle: [1022, 1021, 1206] +Triangle: [1160, 1165, 1188] +Triangle: [1025, 1024, 1207] +Triangle: [1206, 1021, 1023] +Triangle: [1207, 1024, 1026] +Triangle: [1251, 1245, 1040] +Triangle: [1250, 1251, 1042] +Triangle: [1250, 1041, 1035] +Triangle: [1245, 1244, 1039] +Triangle: [1243, 1036, 1038] +Triangle: [1249, 1038, 1037] +Triangle: [1242, 1033, 1036] +Triangle: [1247, 1035, 1034] +Triangle: [1246, 1034, 1293] +Triangle: [888, 887, 1044] +Triangle: [1044, 1046, 1043] +Triangle: [888, 1048, 1045] +Triangle: [1047, 1045, 1048] +Triangle: [4, 1046, 1044] +Triangle: [895, 1045, 1047] +Triangle: [1054, 1049, 1219] +Triangle: [1052, 1053, 1054] +Triangle: [1053, 1050, 1049] +Triangle: [1056, 1055, 1217] +Triangle: [1216, 1032, 1057] +Triangle: [1032, 1031, 1056] +Triangle: [1031, 1030, 1055] +Triangle: [142, 141, 1050] +Triangle: [772, 1062, 1304] +Triangle: [1064, 1305, 766] +Triangle: [1279, 1294, 1306] +Triangle: [1059, 1064, 774] +Triangle: [767, 1304, 1063] +Triangle: [1305, 1062, 772] +Triangle: [768, 764, 1307] +Triangle: [763, 1308, 1061] +Triangle: [765, 1306, 1060] +Triangle: [771, 1061, 1059] +Triangle: [764, 770, 1060] +Triangle: [768, 1058, 1308] +Triangle: [2245, 50, 1069] +Triangle: [1067, 1083, 2283] +Triangle: [940, 168, 1071] +Triangle: [1073, 1079, 943] +Triangle: [1087, 1074, 1071] +Triangle: [1081, 1073, 167] +Triangle: [1081, 193, 1075] +Triangle: [1087, 192, 1075] +Triangle: [1093, 940, 1070] +Triangle: [1092, 1066, 46] +Triangle: [2274, 2278, 1100] +Triangle: [1146, 1072, 1079] +Triangle: [1076, 1146, 1073] +Triangle: [1078, 1066, 1092] +Triangle: [1082, 1067, 1077] +Triangle: [2244, 1084, 50] +Triangle: [1082, 1131, 1083] +Triangle: [1085, 1147, 168] +Triangle: [1147, 187, 1087] +Triangle: [1076, 1081, 192] +Triangle: [187, 1088, 192] +Triangle: [1151, 1085, 940] +Triangle: [1084, 1151, 1093] +Triangle: [1072, 1149, 1092] +Triangle: [1079, 1092, 1094] +Triangle: [50, 1093, 1090] +Triangle: [1090, 1089, 39] +Triangle: [1138, 1095, 1091] +Triangle: [45, 1091, 1096] +Triangle: [39, 1089, 917] +Triangle: [2277, 2273, 1083] +Triangle: [1132, 1100, 2249] +Triangle: [912, 2280, 38] +Triangle: [1100, 1109, 2250] +Triangle: [1121, 1108, 1107] +Triangle: [1120, 1107, 1099] +Triangle: [2259, 1103, 1106] +Triangle: [1119, 1105, 1295] +Triangle: [1118, 1104, 1105] +Triangle: [1117, 1103, 1104] +Triangle: [1125, 1112, 1101] +Triangle: [1065, 2269, 2275] +Triangle: [1113, 1098, 1108] +Triangle: [2257, 1098, 1097] +Triangle: [35, 1113, 1121] +Triangle: [1135, 2247, 1127] +Triangle: [45, 1140, 1135] +Triangle: [65, 1117, 1118] +Triangle: [67, 1118, 1119] +Triangle: [162, 1119, 1296] +Triangle: [911, 1120, 1114] +Triangle: [924, 1121, 1120] +Triangle: [1115, 1122, 2253] +Triangle: [2254, 1137, 1115] +Triangle: [2266, 1139, 1123] +Triangle: [1123, 1116, 2264] +Triangle: [1103, 1117, 1128] +Triangle: [1111, 1124, 1136] +Triangle: [1098, 1113, 1126] +Triangle: [1065, 1130, 1082] +Triangle: [1130, 49, 1131] +Triangle: [2269, 2274, 1132] +Triangle: [49, 2272, 2277] +Triangle: [1134, 2248, 1137] +Triangle: [1139, 2247, 1135] +Triangle: [1136, 1127, 2247] +Triangle: [2248, 1124, 2251] +Triangle: [1115, 2249, 2250] +Triangle: [1140, 1084, 2244] +Triangle: [1095, 1138, 1078] +Triangle: [1096, 1151, 1084] +Triangle: [1095, 1149, 1143] +Triangle: [1096, 1091, 1143] +Triangle: [1136, 1124, 2248] +Triangle: [1144, 1127, 2248] +Triangle: [166, 1080, 1146] +Triangle: [1086, 166, 1145] +Triangle: [1080, 1148, 1072] +Triangle: [1141, 1149, 1072] +Triangle: [1086, 1147, 1085] +Triangle: [1142, 1150, 1085] +Triangle: [1152, 1143, 1149] +Triangle: [1142, 1151, 1143] +Triangle: [1077, 1067, 1205] +Triangle: [212, 1153, 1016] +Triangle: [1158, 1154, 145] +Triangle: [1181, 1190, 138] +Triangle: [1154, 1162, 1159] +Triangle: [1156, 1159, 774] +Triangle: [1189, 136, 138] +Triangle: [1030, 1155, 1220] +Triangle: [1297, 1172, 102] +Triangle: [1168, 1165, 1229] +Triangle: [1166, 1156, 766] +Triangle: [1169, 1166, 772] +Triangle: [772, 767, 1169] +Triangle: [1163, 1032, 1216] +Triangle: [1164, 144, 146] +Triangle: [1229, 1227, 1031] +Triangle: [1173, 1178, 143] +Triangle: [97, 101, 1171] +Triangle: [98, 1170, 1177] +Triangle: [100, 102, 1172] +Triangle: [103, 1177, 1175] +Triangle: [101, 100, 1176] +Triangle: [98, 97, 1174] +Triangle: [1169, 1173, 144] +Triangle: [99, 1175, 1162] +Triangle: [90, 91, 1182] +Triangle: [1187, 1183, 1235] +Triangle: [1300, 1298, 1187] +Triangle: [1182, 1179, 1231] +Triangle: [1179, 1184, 1222] +Triangle: [1181, 1185, 1223] +Triangle: [1222, 1184, 1180] +Triangle: [1223, 1185, 1186] +Triangle: [1157, 1160, 1189] +Triangle: [136, 1189, 1188] +Triangle: [1188, 1165, 1168] +Triangle: [1161, 1157, 1190] +Triangle: [1235, 1183, 1168] +Triangle: [1161, 1181, 1233] +Triangle: [470, 1192, 1193] +Triangle: [458, 1195, 1194] +Triangle: [480, 1200, 1191] +Triangle: [464, 466, 1199] +Triangle: [464, 1198, 1197] +Triangle: [462, 1197, 1196] +Triangle: [458, 460, 1196] +Triangle: [456, 1194, 1193] +Triangle: [449, 1192, 1200] +Triangle: [1201, 918, 910] +Triangle: [918, 1203, 48] +Triangle: [1201, 1202, 1203] +Triangle: [2278, 2270, 1109] +Triangle: [2285, 2282, 1205] +Triangle: [44, 927, 933] +Triangle: [926, 933, 919] +Triangle: [1221, 1216, 147] +Triangle: [1210, 1220, 1158] +Triangle: [1216, 1219, 1049] +Triangle: [1218, 1217, 1051] +Triangle: [1218, 1219, 1057] +Triangle: [110, 1207, 1208] +Triangle: [109, 1206, 1212] +Triangle: [1213, 1207, 110] +Triangle: [1211, 1206, 109] +Triangle: [1214, 1211, 105] +Triangle: [1266, 1299, 1209] +Triangle: [1220, 1213, 108] +Triangle: [148, 1209, 1215] +Triangle: [1215, 1221, 1167] +Triangle: [1210, 1217, 1055] +Triangle: [1027, 1214, 1208] +Triangle: [1228, 1233, 1025] +Triangle: [1029, 1235, 1230] +Triangle: [1024, 1223, 1224] +Triangle: [1021, 1222, 1232] +Triangle: [1233, 1223, 1024] +Triangle: [1231, 1222, 1021] +Triangle: [1234, 1231, 1022] +Triangle: [1292, 1300, 1225] +Triangle: [1225, 1235, 1029] +Triangle: [1165, 1160, 1227] +Triangle: [1230, 1229, 1032] +Triangle: [1182, 1234, 1224] +Triangle: [1226, 1228, 1155] +Triangle: [1227, 1226, 1030] +Triangle: [69, 1237, 1238] +Triangle: [70, 1238, 1239] +Triangle: [161, 1239, 1301] +Triangle: [1241, 1237, 69] +Triangle: [2289, 1236, 1240] +Triangle: [33, 1236, 925] +Triangle: [202, 1246, 1302] +Triangle: [203, 1247, 1246] +Triangle: [196, 1242, 1243] +Triangle: [2, 1249, 1248] +Triangle: [197, 1243, 1249] +Triangle: [200, 199, 1244] +Triangle: [201, 1250, 1247] +Triangle: [198, 1251, 1250] +Triangle: [198, 200, 1245] +Triangle: [1042, 1040, 1261] +Triangle: [1041, 1042, 1257] +Triangle: [1041, 1256, 1253] +Triangle: [1040, 1039, 1260] +Triangle: [1036, 1259, 1255] +Triangle: [1038, 1255, 1254] +Triangle: [1033, 1258, 1259] +Triangle: [1035, 1253, 1252] +Triangle: [1034, 1252, 1303] +Triangle: [1293, 1303, 1258] +Triangle: [1276, 1302, 1242] +Triangle: [1271, 1301, 1240] +Triangle: [1023, 1232, 1300] +Triangle: [106, 1212, 1299] +Triangle: [1232, 1180, 1298] +Triangle: [143, 1178, 1297] +Triangle: [1272, 1296, 1126] +Triangle: [1296, 1295, 1097] +Triangle: [773, 1063, 1294] +Triangle: [1302, 1293, 1033] +Triangle: [1212, 1023, 1292] +Triangle: [936, 1291, 1290] +Triangle: [921, 1290, 1273] +Triangle: [781, 1284, 1289] +Triangle: [1283, 1288, 839] +Triangle: [1282, 1287, 829] +Triangle: [756, 1280, 1286] +Triangle: [1303, 1285, 784] +Triangle: [819, 1286, 1282] +Triangle: [849, 1289, 1285] +Triangle: [1288, 1284, 781] +Triangle: [1287, 1283, 782] +Triangle: [755, 1281, 1280] +Triangle: [1178, 773, 1279] +Triangle: [1262, 1278, 748] +Triangle: [1278, 1276, 196] +Triangle: [1273, 1275, 191] +Triangle: [1275, 1262, 51] +Triangle: [2293, 1274, 175] +Triangle: [931, 1291, 1272] +Triangle: [2267, 1271, 34] +Triangle: [1274, 1270, 32] +Triangle: [32, 1270, 1269] +Triangle: [150, 1267, 1268] +Triangle: [1180, 96, 1264] +Triangle: [143, 1265, 1266] +Triangle: [140, 1264, 1267] +Triangle: [151, 1268, 1263] +Triangle: [135, 1263, 1277] +Triangle: [134, 1277, 1269] +Triangle: [1316, 1322, 1315] +Triangle: [1317, 1316, 1309] +Triangle: [1311, 1318, 1317] +Triangle: [1320, 1319, 1312] +Triangle: [1321, 1320, 1313] +Triangle: [1322, 1321, 1314] +Triangle: [1323, 1329, 1322] +Triangle: [1324, 1323, 1316] +Triangle: [1318, 323, 1324] +Triangle: [1327, 1326, 1319] +Triangle: [1328, 1327, 1320] +Triangle: [1329, 1328, 1321] +Triangle: [1330, 1337, 1329] +Triangle: [1331, 1330, 1323] +Triangle: [1332, 1331, 1324] +Triangle: [1325, 1333, 1332] +Triangle: [1334, 1333, 1325] +Triangle: [1327, 1335, 1334] +Triangle: [1336, 1335, 1327] +Triangle: [1337, 1336, 1328] +Triangle: [1338, 1345, 1337] +Triangle: [1339, 1338, 1330] +Triangle: [1340, 1339, 1331] +Triangle: [1333, 1341, 1340] +Triangle: [1334, 1342, 1341] +Triangle: [1335, 1343, 1342] +Triangle: [1336, 1344, 1343] +Triangle: [1345, 1344, 1336] +Triangle: [1346, 1353, 1345] +Triangle: [1347, 1346, 1338] +Triangle: [1348, 1347, 1339] +Triangle: [1349, 1348, 1340] +Triangle: [1342, 1350, 1349] +Triangle: [1343, 1351, 1350] +Triangle: [1344, 1352, 1351] +Triangle: [1345, 1353, 1352] +Triangle: [1346, 1354, 1361] +Triangle: [1355, 1354, 1346] +Triangle: [1356, 1355, 1347] +Triangle: [1357, 1356, 1348] +Triangle: [1358, 1357, 1349] +Triangle: [1351, 1359, 1358] +Triangle: [1352, 1360, 1359] +Triangle: [1353, 1361, 1360] +Triangle: [1354, 1362, 1369] +Triangle: [1363, 1362, 1354] +Triangle: [1364, 1363, 1355] +Triangle: [1365, 1364, 1356] +Triangle: [1366, 1365, 1357] +Triangle: [1359, 1367, 1366] +Triangle: [1360, 1368, 1367] +Triangle: [1361, 1369, 1368] +Triangle: [1362, 1370, 1377] +Triangle: [1371, 1370, 1362] +Triangle: [1372, 1371, 1363] +Triangle: [1373, 1372, 1364] +Triangle: [1374, 1373, 1365] +Triangle: [1367, 1375, 1374] +Triangle: [1368, 1376, 1375] +Triangle: [1369, 1377, 1376] +Triangle: [1370, 1378, 1385] +Triangle: [1379, 1378, 1370] +Triangle: [1380, 1379, 1371] +Triangle: [1381, 1380, 1372] +Triangle: [1382, 1381, 1373] +Triangle: [1375, 1383, 1382] +Triangle: [1376, 1384, 1383] +Triangle: [1377, 1385, 1384] +Triangle: [1378, 1386, 1393] +Triangle: [1387, 1386, 1378] +Triangle: [1388, 1387, 1379] +Triangle: [1389, 1388, 1380] +Triangle: [1390, 1389, 1381] +Triangle: [1383, 1391, 1390] +Triangle: [1384, 1392, 1391] +Triangle: [1385, 1393, 1392] +Triangle: [1386, 1394, 1401] +Triangle: [1395, 1394, 1386] +Triangle: [1396, 1395, 1387] +Triangle: [1397, 1396, 1388] +Triangle: [1398, 1397, 1389] +Triangle: [1391, 1399, 1398] +Triangle: [1392, 1400, 1399] +Triangle: [1393, 1401, 1400] +Triangle: [1394, 1402, 1409] +Triangle: [1403, 1402, 1394] +Triangle: [1404, 1403, 1395] +Triangle: [1405, 1404, 1396] +Triangle: [1406, 1405, 1397] +Triangle: [1399, 1407, 1406] +Triangle: [1400, 1408, 1407] +Triangle: [1401, 1409, 1408] +Triangle: [1402, 1410, 1417] +Triangle: [1411, 1410, 1402] +Triangle: [1412, 1411, 1403] +Triangle: [1413, 1412, 1404] +Triangle: [1414, 1413, 1405] +Triangle: [1415, 1414, 1406] +Triangle: [1408, 1416, 1415] +Triangle: [1409, 1417, 1416] +Triangle: [1410, 1418, 1425] +Triangle: [1411, 1419, 1418] +Triangle: [1420, 1419, 1411] +Triangle: [1421, 1420, 1412] +Triangle: [1422, 1421, 1413] +Triangle: [1423, 1422, 1414] +Triangle: [1416, 1424, 1423] +Triangle: [1417, 1425, 1424] +Triangle: [1418, 1426, 1433] +Triangle: [1419, 1427, 1426] +Triangle: [1420, 1428, 1427] +Triangle: [1429, 1428, 1420] +Triangle: [1430, 1429, 1421] +Triangle: [1431, 1430, 1422] +Triangle: [1432, 1431, 1423] +Triangle: [1425, 1433, 1432] +Triangle: [1426, 1434, 1441] +Triangle: [1427, 1435, 1434] +Triangle: [1428, 1436, 1435] +Triangle: [1429, 1437, 1436] +Triangle: [1438, 1437, 1429] +Triangle: [1439, 1438, 1430] +Triangle: [1440, 1439, 1431] +Triangle: [1441, 1440, 1432] +Triangle: [1443, 1451, 1458] +Triangle: [1444, 1452, 1451] +Triangle: [1445, 1453, 1452] +Triangle: [1454, 1453, 1445] +Triangle: [1455, 1454, 1446] +Triangle: [1456, 1455, 1447] +Triangle: [1457, 1456, 1448] +Triangle: [1450, 1458, 1457] +Triangle: [1451, 1459, 1466] +Triangle: [1452, 1460, 1459] +Triangle: [1453, 1461, 1460] +Triangle: [1462, 1461, 1453] +Triangle: [1463, 1462, 1454] +Triangle: [1464, 1463, 1455] +Triangle: [1465, 1464, 1456] +Triangle: [1458, 1466, 1465] +Triangle: [1459, 1467, 1474] +Triangle: [1460, 1468, 1467] +Triangle: [1461, 1469, 1468] +Triangle: [1470, 1469, 1461] +Triangle: [1471, 1470, 1462] +Triangle: [1472, 1471, 1463] +Triangle: [1473, 1472, 1464] +Triangle: [1466, 1474, 1473] +Triangle: [1475, 1482, 1474] +Triangle: [1476, 1475, 1467] +Triangle: [1477, 1476, 1468] +Triangle: [1470, 1478, 1477] +Triangle: [1471, 1479, 1478] +Triangle: [1472, 1480, 1479] +Triangle: [1473, 1481, 1480] +Triangle: [1482, 1481, 1473] +Triangle: [1483, 1490, 1482] +Triangle: [1484, 1483, 1475] +Triangle: [1485, 1484, 1476] +Triangle: [1478, 1486, 1485] +Triangle: [1479, 1487, 1486] +Triangle: [1480, 1488, 1487] +Triangle: [1481, 1489, 1488] +Triangle: [1490, 1489, 1481] +Triangle: [1491, 1498, 1490] +Triangle: [1492, 1491, 1483] +Triangle: [1493, 1492, 1484] +Triangle: [1486, 1494, 1493] +Triangle: [1487, 1495, 1494] +Triangle: [1488, 1496, 1495] +Triangle: [1489, 1497, 1496] +Triangle: [1498, 1497, 1489] +Triangle: [1499, 1506, 1498] +Triangle: [1500, 1499, 1491] +Triangle: [1501, 1500, 1492] +Triangle: [1494, 1502, 1501] +Triangle: [1495, 1503, 1502] +Triangle: [1496, 1504, 1503] +Triangle: [1505, 1504, 1496] +Triangle: [1506, 1505, 1497] +Triangle: [1507, 1514, 1506] +Triangle: [1508, 1507, 1499] +Triangle: [1509, 1508, 1500] +Triangle: [1502, 1510, 1509] +Triangle: [1503, 1511, 1510] +Triangle: [1504, 1512, 1511] +Triangle: [1513, 1512, 1504] +Triangle: [1514, 1513, 1505] +Triangle: [1515, 1522, 1514] +Triangle: [1516, 1515, 1507] +Triangle: [1517, 1516, 1508] +Triangle: [1510, 1518, 1517] +Triangle: [1511, 1519, 1518] +Triangle: [1512, 1520, 1519] +Triangle: [1521, 1520, 1512] +Triangle: [1522, 1521, 1513] +Triangle: [1515, 1523, 1530] +Triangle: [1524, 1523, 1515] +Triangle: [1525, 1524, 1516] +Triangle: [1518, 1526, 1525] +Triangle: [1519, 1527, 1526] +Triangle: [1520, 1528, 1527] +Triangle: [1529, 1528, 1520] +Triangle: [1530, 1529, 1521] +Triangle: [1523, 1531, 1538] +Triangle: [1532, 1531, 1523] +Triangle: [1533, 1532, 1524] +Triangle: [1534, 1533, 1525] +Triangle: [1527, 1535, 1534] +Triangle: [1528, 1536, 1535] +Triangle: [1529, 1537, 1536] +Triangle: [1530, 1538, 1537] +Triangle: [1539, 1546, 1538] +Triangle: [1540, 1539, 1531] +Triangle: [1541, 1540, 1532] +Triangle: [1542, 1541, 1533] +Triangle: [1535, 1543, 1542] +Triangle: [1536, 1544, 1543] +Triangle: [1537, 1545, 1544] +Triangle: [1538, 1546, 1545] +Triangle: [1547, 1554, 1546] +Triangle: [1548, 1547, 1539] +Triangle: [1549, 1548, 1540] +Triangle: [1550, 1549, 1541] +Triangle: [1551, 1550, 1542] +Triangle: [1544, 1552, 1551] +Triangle: [1545, 1553, 1552] +Triangle: [1546, 1554, 1553] +Triangle: [1547, 1555, 1562] +Triangle: [1556, 1555, 1547] +Triangle: [1557, 1556, 1548] +Triangle: [1558, 1557, 1549] +Triangle: [1559, 1558, 1550] +Triangle: [1552, 1560, 1559] +Triangle: [1553, 1561, 1560] +Triangle: [1554, 1562, 1561] +Triangle: [1555, 1563, 1570] +Triangle: [1556, 1564, 1563] +Triangle: [1565, 1564, 1556] +Triangle: [1566, 1565, 1557] +Triangle: [1567, 1566, 1558] +Triangle: [1568, 1567, 1559] +Triangle: [1561, 1569, 1568] +Triangle: [1562, 1570, 1569] +Triangle: [1563, 1571, 1578] +Triangle: [1564, 1572, 1571] +Triangle: [1565, 1573, 1572] +Triangle: [1574, 1573, 1565] +Triangle: [1575, 1574, 1566] +Triangle: [1576, 1575, 1567] +Triangle: [1577, 1576, 1568] +Triangle: [1570, 1578, 1577] +Triangle: [1588, 1595, 1587] +Triangle: [1589, 1588, 1580] +Triangle: [1590, 1589, 1581] +Triangle: [1583, 1591, 1590] +Triangle: [1584, 1592, 1591] +Triangle: [1585, 1593, 1592] +Triangle: [1586, 1594, 1593] +Triangle: [1587, 1595, 1594] +Triangle: [1596, 1603, 1595] +Triangle: [1597, 1596, 1588] +Triangle: [1590, 1598, 1597] +Triangle: [1591, 1599, 1598] +Triangle: [1592, 1600, 1599] +Triangle: [1601, 1600, 1592] +Triangle: [1602, 1601, 1593] +Triangle: [1603, 1602, 1594] +Triangle: [1604, 1611, 1603] +Triangle: [1597, 1605, 1604] +Triangle: [1598, 1606, 1605] +Triangle: [1599, 1607, 1606] +Triangle: [1600, 1608, 1607] +Triangle: [1609, 1608, 1600] +Triangle: [1610, 1609, 1601] +Triangle: [1611, 1610, 1602] +Triangle: [1604, 1612, 1619] +Triangle: [1605, 1613, 1612] +Triangle: [1614, 1613, 1605] +Triangle: [1615, 1614, 1606] +Triangle: [1616, 1615, 1607] +Triangle: [1617, 1616, 1608] +Triangle: [1610, 1618, 1617] +Triangle: [1611, 1619, 1618] +Triangle: [1612, 1620, 1627] +Triangle: [1613, 1621, 1620] +Triangle: [1622, 1621, 1613] +Triangle: [1623, 1622, 1614] +Triangle: [1624, 1623, 1615] +Triangle: [1625, 1624, 1616] +Triangle: [1618, 1626, 1625] +Triangle: [1619, 1627, 1626] +Triangle: [1620, 1628, 1635] +Triangle: [1629, 1628, 1620] +Triangle: [1622, 1630, 1629] +Triangle: [1623, 1631, 1630] +Triangle: [1624, 1632, 1631] +Triangle: [1625, 1633, 1632] +Triangle: [1634, 1633, 1625] +Triangle: [1635, 1634, 1626] +Triangle: [1628, 1636, 1643] +Triangle: [1637, 1636, 1628] +Triangle: [1630, 1638, 1637] +Triangle: [1631, 1639, 1638] +Triangle: [1632, 1640, 1639] +Triangle: [1641, 1640, 1632] +Triangle: [1642, 1641, 1633] +Triangle: [1643, 1642, 1634] +Triangle: [1693, 1649, 1652] +Triangle: [1698, 1686, 1649] +Triangle: [1651, 1650, 1695] +Triangle: [1678, 1651, 1696] +Triangle: [1649, 1653, 1656] +Triangle: [1686, 1687, 1653] +Triangle: [1655, 1654, 1650] +Triangle: [1679, 1655, 1651] +Triangle: [1657, 1660, 1656] +Triangle: [1687, 1688, 1657] +Triangle: [1655, 1659, 1658] +Triangle: [1680, 1659, 1655] +Triangle: [1657, 1661, 1664] +Triangle: [1688, 1689, 1661] +Triangle: [1659, 1663, 1662] +Triangle: [1681, 1663, 1659] +Triangle: [1661, 1665, 1668] +Triangle: [1689, 1690, 1665] +Triangle: [1667, 1666, 1662] +Triangle: [1682, 1667, 1663] +Triangle: [1669, 1672, 1668] +Triangle: [1690, 1691, 1669] +Triangle: [1667, 1671, 1670] +Triangle: [1682, 1683, 1671] +Triangle: [1673, 1676, 1672] +Triangle: [1692, 1673, 1669] +Triangle: [1671, 1675, 1674] +Triangle: [1684, 1675, 1671] +Triangle: [1672, 1676, 1684] +Triangle: [1672, 1683, 1682] +Triangle: [1664, 1668, 1682] +Triangle: [1664, 1681, 1680] +Triangle: [1660, 1680, 1679] +Triangle: [1656, 1679, 1678] +Triangle: [1652, 1678, 1697] +Triangle: [1674, 1692, 1691] +Triangle: [1670, 1691, 1690] +Triangle: [1666, 1690, 1689] +Triangle: [1658, 1662, 1689] +Triangle: [1654, 1658, 1688] +Triangle: [1650, 1654, 1687] +Triangle: [1695, 1650, 1686] +Triangle: [1646, 1695, 1698] +Triangle: [1694, 1697, 1677] +Triangle: [1697, 1696, 1647] +Triangle: [1647, 1696, 1695] +Triangle: [1685, 1698, 1693] +Triangle: [1693, 1694, 1648] +Triangle: [1699, 1703, 1706] +Triangle: [1720, 1721, 1703] +Triangle: [1705, 1704, 1700] +Triangle: [1717, 1705, 1701] +Triangle: [1703, 1707, 1710] +Triangle: [1704, 1708, 1722] +Triangle: [1710, 1718, 1717] +Triangle: [1721, 1722, 1707] +Triangle: [1711, 1714, 1710] +Triangle: [1722, 1723, 1711] +Triangle: [1709, 1713, 1712] +Triangle: [1718, 1719, 1713] +Triangle: [1714, 1719, 1718] +Triangle: [1705, 1717, 1718] +Triangle: [1706, 1717, 1716] +Triangle: [1712, 1723, 1722] +Triangle: [1705, 1709, 1708] +Triangle: [1700, 1704, 1721] +Triangle: [1764, 1760, 1725] +Triangle: [1765, 1762, 1729] +Triangle: [1763, 1726, 1727] +Triangle: [1762, 1766, 1730] +Triangle: [1763, 1764, 1724] +Triangle: [1760, 1765, 1728] +Triangle: [1733, 1731, 1738] +Triangle: [1735, 1742, 1739] +Triangle: [1732, 1739, 1738] +Triangle: [1736, 1743, 1742] +Triangle: [1733, 1740, 1741] +Triangle: [1736, 1737, 1744] +Triangle: [1770, 1745, 1746] +Triangle: [1771, 1748, 1749] +Triangle: [1761, 1727, 1747] +Triangle: [2120, 1730, 1766] +Triangle: [1769, 1747, 1745] +Triangle: [1746, 1748, 1771] +Triangle: [1752, 1757, 1755] +Triangle: [1756, 1758, 1753] +Triangle: [1750, 1755, 1756] +Triangle: [1758, 1759, 1754] +Triangle: [1734, 1741, 1757] +Triangle: [2122, 1744, 1737] +Triangle: [1731, 1733, 1726] +Triangle: [1734, 1727, 1726] +Triangle: [1752, 1747, 1727] +Triangle: [1750, 1745, 1747] +Triangle: [1751, 1746, 1745] +Triangle: [1751, 1753, 1748] +Triangle: [1754, 1749, 1748] +Triangle: [2121, 1737, 1730] +Triangle: [1737, 1736, 1729] +Triangle: [1736, 1735, 1728] +Triangle: [1732, 1725, 1728] +Triangle: [1732, 1731, 1724] +Triangle: [1767, 1771, 2102] +Triangle: [1769, 1770, 2101] +Triangle: [2123, 1766, 2100] +Triangle: [1761, 1769, 2097] +Triangle: [1771, 1768, 2096] +Triangle: [1770, 1767, 2095] +Triangle: [2091, 2099, 1765] +Triangle: [2094, 2098, 1764] +Triangle: [2093, 2100, 1766] +Triangle: [2092, 2094, 1763] +Triangle: [2099, 2093, 1762] +Triangle: [2098, 2091, 1760] +Triangle: [1742, 1775, 1774] +Triangle: [1785, 1774, 1974] +Triangle: [1743, 1776, 1775] +Triangle: [1738, 1739, 1774] +Triangle: [1785, 1784, 1740] +Triangle: [1740, 1784, 1783] +Triangle: [1741, 1783, 1782] +Triangle: [1757, 1782, 1781] +Triangle: [1755, 1781, 1780] +Triangle: [1780, 1779, 1758] +Triangle: [1779, 1778, 1759] +Triangle: [2124, 1777, 1744] +Triangle: [1777, 1776, 1743] +Triangle: [2008, 2033, 2032] +Triangle: [1807, 1806, 2105] +Triangle: [1808, 2107, 2105] +Triangle: [2237, 1790, 1792] +Triangle: [2239, 1791, 1790] +Triangle: [1794, 1795, 1812] +Triangle: [1795, 1796, 1814] +Triangle: [1793, 1794, 1813] +Triangle: [1816, 1814, 1796] +Triangle: [1811, 1791, 1793] +Triangle: [1816, 1797, 1792] +Triangle: [2241, 2240, 1798] +Triangle: [2242, 2241, 1799] +Triangle: [2240, 1793, 1791] +Triangle: [1800, 1801, 2230] +Triangle: [1801, 1800, 1804] +Triangle: [2112, 2108, 1804] +Triangle: [1773, 1808, 1806] +Triangle: [1772, 1806, 1807] +Triangle: [1789, 1801, 2235] +Triangle: [2114, 1798, 1788] +Triangle: [1791, 1811, 1809] +Triangle: [1790, 1809, 1810] +Triangle: [1823, 1821, 1820] +Triangle: [2127, 1825, 1820] +Triangle: [2126, 1817, 1825] +Triangle: [1819, 1823, 1825] +Triangle: [1880, 1845, 1846] +Triangle: [1859, 1837, 2130] +Triangle: [1864, 1863, 1839] +Triangle: [2141, 2132, 1849] +Triangle: [1858, 1838, 1837] +Triangle: [1842, 1844, 1879] +Triangle: [1879, 1844, 1845] +Triangle: [1876, 1874, 1831] +Triangle: [1829, 1828, 2387] +Triangle: [2392, 2129, 1830] +Triangle: [2140, 1875, 1833] +Triangle: [2390, 2389, 1864] +Triangle: [2387, 1828, 1827] +Triangle: [1875, 1878, 1829] +Triangle: [1874, 1877, 1832] +Triangle: [2385, 1827, 1826] +Triangle: [2126, 2132, 1846] +Triangle: [1824, 1848, 1849] +Triangle: [1822, 1847, 1848] +Triangle: [2133, 1847, 1822] +Triangle: [1817, 1846, 1845] +Triangle: [1845, 1844, 1823] +Triangle: [1844, 1842, 1821] +Triangle: [1842, 1843, 1820] +Triangle: [1855, 1857, 1866] +Triangle: [1857, 1851, 1868] +Triangle: [2135, 1850, 1869] +Triangle: [1871, 1854, 1853] +Triangle: [1872, 1856, 1854] +Triangle: [1873, 1852, 1856] +Triangle: [1869, 1850, 1852] +Triangle: [2138, 2134, 1855] +Triangle: [1865, 1864, 1841] +Triangle: [1836, 1860, 1861] +Triangle: [1840, 1862, 1860] +Triangle: [2131, 2136, 1865] +Triangle: [1858, 1862, 1840] +Triangle: [2383, 1858, 1859] +Triangle: [2389, 2388, 1863] +Triangle: [2384, 1859, 2137] +Triangle: [2138, 1867, 1839] +Triangle: [1834, 1869, 1873] +Triangle: [1836, 1873, 1872] +Triangle: [1840, 1872, 1871] +Triangle: [1838, 1871, 1870] +Triangle: [2139, 1869, 1834] +Triangle: [1866, 1868, 1835] +Triangle: [1867, 1866, 1841] +Triangle: [1847, 1877, 1874] +Triangle: [1843, 1842, 1878] +Triangle: [2133, 1843, 1875] +Triangle: [1848, 1874, 1876] +Triangle: [1828, 1879, 1880] +Triangle: [1878, 1879, 1828] +Triangle: [2129, 2141, 1876] +Triangle: [1827, 1880, 1881] +Triangle: [2152, 2151, 1902] +Triangle: [2150, 2152, 1901] +Triangle: [1899, 1898, 1906] +Triangle: [1898, 1900, 1904] +Triangle: [1926, 1927, 1962] +Triangle: [1940, 1918, 1920] +Triangle: [1944, 1920, 2155] +Triangle: [1927, 1930, 1957] +Triangle: [1939, 1919, 1918] +Triangle: [2166, 2158, 1925] +Triangle: [1960, 1925, 1926] +Triangle: [1955, 1912, 1911] +Triangle: [2161, 2154, 1909] +Triangle: [1907, 1911, 1946] +Triangle: [1956, 1914, 1913] +Triangle: [1911, 1912, 1945] +Triangle: [1943, 1909, 1908] +Triangle: [1956, 1959, 1910] +Triangle: [1958, 1913, 2153] +Triangle: [1941, 1908, 1907] +Triangle: [1899, 1930, 1927] +Triangle: [1929, 1930, 1899] +Triangle: [2150, 2157, 1929] +Triangle: [1924, 1928, 1903] +Triangle: [1927, 1926, 1900] +Triangle: [1900, 1926, 1925] +Triangle: [2158, 1923, 1902] +Triangle: [1923, 1924, 1901] +Triangle: [2159, 1938, 1947] +Triangle: [1947, 1938, 1932] +Triangle: [1949, 1932, 1931] +Triangle: [1935, 1934, 1951] +Triangle: [2163, 2160, 1935] +Triangle: [1954, 1933, 1937] +Triangle: [1950, 1931, 1933] +Triangle: [1934, 1936, 1948] +Triangle: [1945, 1922, 1916] +Triangle: [1941, 1942, 1915] +Triangle: [1943, 1941, 1917] +Triangle: [1942, 1946, 1916] +Triangle: [2161, 1943, 1921] +Triangle: [1910, 1939, 1940] +Triangle: [1913, 1944, 2162] +Triangle: [1914, 1940, 1944] +Triangle: [1951, 1948, 1920] +Triangle: [1950, 1954, 1917] +Triangle: [1917, 1954, 1953] +Triangle: [2156, 2163, 1952] +Triangle: [1919, 1952, 1951] +Triangle: [1916, 1949, 1950] +Triangle: [1922, 1947, 1949] +Triangle: [2164, 1947, 1922] +Triangle: [1928, 1958, 2165] +Triangle: [1924, 1923, 1959] +Triangle: [1924, 1956, 1958] +Triangle: [1929, 1955, 1957] +Triangle: [1909, 1960, 1961] +Triangle: [2154, 2166, 1960] +Triangle: [1962, 1957, 1911] +Triangle: [1908, 1961, 1962] +Triangle: [1857, 1855, 1888] +Triangle: [1887, 1896, 1892] +Triangle: [1895, 1937, 1933] +Triangle: [1964, 1938, 2159] +Triangle: [2168, 1966, 1964] +Triangle: [1988, 2024, 2023] +Triangle: [1782, 2023, 2024] +Triangle: [2169, 1968, 1966] +Triangle: [1971, 1970, 1965] +Triangle: [2169, 1967, 1777] +Triangle: [1974, 1772, 1786] +Triangle: [1969, 1976, 1977] +Triangle: [2171, 2050, 2067] +Triangle: [1987, 1985, 2049] +Triangle: [1971, 1982, 1981] +Triangle: [1970, 1969, 1967] +Triangle: [1971, 1983, 1984] +Triangle: [1986, 1980, 1977] +Triangle: [1986, 1976, 1981] +Triangle: [1985, 1986, 1982] +Triangle: [1853, 2067, 2050] +Triangle: [2025, 1780, 1781] +Triangle: [1783, 2022, 2023] +Triangle: [2024, 1988, 2011] +Triangle: [2022, 1990, 1989] +Triangle: [2145, 1883, 1992] +Triangle: [1882, 1991, 1993] +Triangle: [1883, 1889, 1994] +Triangle: [2135, 1851, 1996] +Triangle: [1850, 1995, 1997] +Triangle: [1851, 1857, 1998] +Triangle: [1891, 2000, 2174] +Triangle: [1890, 1999, 2001] +Triangle: [1891, 1897, 2002] +Triangle: [2001, 1994, 1889] +Triangle: [1857, 1884, 1993] +Triangle: [1932, 2004, 2003] +Triangle: [1931, 2003, 2005] +Triangle: [1932, 1938, 1964] +Triangle: [2005, 2002, 1897] +Triangle: [2000, 2002, 2005] +Triangle: [1994, 2001, 1999] +Triangle: [1991, 1996, 1998] +Triangle: [1807, 1805, 2115] +Triangle: [2119, 2006, 2009] +Triangle: [2010, 1990, 2009] +Triangle: [2176, 2010, 2006] +Triangle: [1780, 2025, 2026] +Triangle: [2025, 2011, 2021] +Triangle: [2177, 2012, 2018] +Triangle: [1989, 1990, 2180] +Triangle: [2013, 2019, 2018] +Triangle: [2177, 2010, 2176] +Triangle: [2013, 2012, 2182] +Triangle: [2178, 2013, 2183] +Triangle: [2015, 2014, 2184] +Triangle: [2224, 2179, 2015] +Triangle: [2187, 2017, 2016] +Triangle: [2188, 2020, 2017] +Triangle: [2004, 2021, 2011] +Triangle: [1966, 2021, 2004] +Triangle: [1966, 1968, 2026] +Triangle: [1779, 2026, 1968] +Triangle: [2034, 2009, 1990] +Triangle: [1784, 2031, 2022] +Triangle: [2189, 2188, 2011] +Triangle: [2017, 2020, 2027] +Triangle: [2016, 2027, 2191] +Triangle: [2223, 2192, 2029] +Triangle: [2181, 2019, 2029] +Triangle: [2193, 2019, 2013] +Triangle: [2029, 2019, 2193] +Triangle: [2015, 2028, 2030] +Triangle: [1785, 1975, 2031] +Triangle: [1772, 1974, 1973] +Triangle: [2031, 1975, 2032] +Triangle: [2031, 2033, 2034] +Triangle: [2037, 1773, 1973] +Triangle: [2009, 2034, 2033] +Triangle: [2035, 2104, 1804] +Triangle: [1979, 2109, 2111] +Triangle: [2037, 1802, 1808] +Triangle: [1980, 1986, 1985] +Triangle: [1980, 1979, 2036] +Triangle: [1977, 1980, 2228] +Triangle: [2038, 1963, 1936] +Triangle: [1963, 2038, 1983] +Triangle: [1937, 1895, 2039] +Triangle: [2195, 2194, 2041] +Triangle: [2147, 2194, 2039] +Triangle: [2195, 2042, 1935] +Triangle: [2043, 1983, 2038] +Triangle: [1934, 1935, 2042] +Triangle: [1983, 2043, 2044] +Triangle: [2046, 2045, 2042] +Triangle: [2045, 2044, 2043] +Triangle: [2198, 2057, 2063] +Triangle: [2049, 1985, 1984] +Triangle: [2048, 1984, 2044] +Triangle: [2047, 2044, 2045] +Triangle: [1896, 1887, 2052] +Triangle: [2196, 2197, 2054] +Triangle: [2196, 2055, 1894] +Triangle: [2143, 2197, 2052] +Triangle: [1855, 2063, 2057] +Triangle: [2202, 2062, 2056] +Triangle: [2198, 2059, 1886] +Triangle: [2199, 2054, 1885] +Triangle: [1979, 1980, 1987] +Triangle: [2148, 1894, 2055] +Triangle: [2060, 2046, 2041] +Triangle: [2048, 2047, 2046] +Triangle: [2201, 2048, 2060] +Triangle: [2202, 2201, 2061] +Triangle: [2062, 2061, 2055] +Triangle: [2204, 2065, 2050] +Triangle: [1978, 1987, 2066] +Triangle: [2204, 2062, 2054] +Triangle: [2058, 2050, 2065] +Triangle: [1970, 1981, 1976] +Triangle: [2203, 2170, 2056] +Triangle: [2134, 2205, 2063] +Triangle: [1854, 1856, 2069] +Triangle: [1852, 1997, 2069] +Triangle: [1854, 2068, 2067] +Triangle: [2209, 2208, 2071] +Triangle: [2207, 2210, 2073] +Triangle: [2206, 2207, 2072] +Triangle: [2203, 2209, 2070] +Triangle: [2051, 2070, 2074] +Triangle: [2110, 1978, 2074] +Triangle: [2071, 2075, 2074] +Triangle: [2076, 2073, 2210] +Triangle: [2073, 2076, 2212] +Triangle: [2071, 2077, 2078] +Triangle: [2222, 2212, 2076] +Triangle: [2117, 2008, 2007] +Triangle: [2229, 2035, 2075] +Triangle: [1974, 1774, 1775] +Triangle: [1058, 2079, 2086] +Triangle: [1060, 2081, 2087] +Triangle: [1061, 2082, 2080] +Triangle: [1306, 2088, 2081] +Triangle: [1308, 2086, 2082] +Triangle: [1058, 1307, 2087] +Triangle: [2089, 2083, 1062] +Triangle: [1304, 2090, 2084] +Triangle: [2080, 2085, 1064] +Triangle: [1294, 2214, 2088] +Triangle: [2085, 2089, 1305] +Triangle: [1062, 2083, 2090] +Triangle: [2149, 1890, 1892] +Triangle: [2216, 1895, 1897] +Triangle: [2221, 2147, 1895] +Triangle: [2145, 1882, 1884] +Triangle: [1887, 1889, 2217] +Triangle: [2220, 2143, 1887] +Triangle: [2086, 2079, 2091] +Triangle: [2087, 2081, 2093] +Triangle: [2082, 2094, 2092] +Triangle: [2081, 2088, 2100] +Triangle: [2086, 2098, 2094] +Triangle: [2079, 2087, 2099] +Triangle: [2101, 2095, 2083] +Triangle: [2102, 2096, 2084] +Triangle: [2092, 2097, 2085] +Triangle: [2214, 2219, 2100] +Triangle: [2097, 2101, 2089] +Triangle: [2083, 2095, 2102] +Triangle: [2103, 2074, 2075] +Triangle: [1803, 2036, 2111] +Triangle: [1805, 2104, 2035] +Triangle: [1801, 2104, 1805] +Triangle: [2110, 2109, 1979] +Triangle: [2105, 1787, 1789] +Triangle: [2235, 1805, 1807] +Triangle: [2107, 1788, 1787] +Triangle: [2110, 2103, 1804] +Triangle: [2111, 2109, 1804] +Triangle: [1799, 1798, 2114] +Triangle: [1802, 2114, 2107] +Triangle: [2032, 1975, 2116] +Triangle: [2116, 1786, 2115] +Triangle: [2078, 2118, 2117] +Triangle: [2117, 2118, 2119] +Triangle: [2118, 2078, 2077] +Triangle: [2096, 2219, 2214] +Triangle: [2220, 2218, 1888] +Triangle: [1886, 2144, 2220] +Triangle: [2144, 1885, 2143] +Triangle: [2218, 2217, 1884] +Triangle: [1883, 2145, 2217] +Triangle: [2146, 2221, 2216] +Triangle: [1894, 2148, 2221] +Triangle: [2148, 1893, 2147] +Triangle: [1896, 2216, 2215] +Triangle: [1891, 2149, 2215] +Triangle: [1063, 2084, 2214] +Triangle: [2175, 2222, 2211] +Triangle: [2006, 2213, 2222] +Triangle: [2213, 2077, 2212] +Triangle: [2208, 2212, 2077] +Triangle: [2211, 2210, 2069] +Triangle: [2064, 2072, 2209] +Triangle: [2067, 2068, 2207] +Triangle: [2068, 2069, 2210] +Triangle: [2072, 2073, 2208] +Triangle: [2058, 2205, 2134] +Triangle: [2051, 2066, 2170] +Triangle: [2065, 2204, 2199] +Triangle: [2062, 2204, 2171] +Triangle: [2048, 2201, 2202] +Triangle: [2061, 2201, 2200] +Triangle: [1893, 2148, 2200] +Triangle: [2059, 2199, 2144] +Triangle: [2057, 2198, 2142] +Triangle: [2049, 2202, 2170] +Triangle: [1885, 2054, 2197] +Triangle: [2053, 2196, 2146] +Triangle: [2053, 2052, 2197] +Triangle: [2059, 2198, 2205] +Triangle: [2040, 2195, 2160] +Triangle: [1893, 2041, 2194] +Triangle: [2040, 2039, 2194] +Triangle: [2190, 2193, 2030] +Triangle: [2030, 2193, 2178] +Triangle: [1989, 2181, 2192] +Triangle: [2223, 2190, 2028] +Triangle: [2189, 2223, 2191] +Triangle: [1988, 2192, 2223] +Triangle: [2179, 2191, 2028] +Triangle: [2027, 2020, 2188] +Triangle: [2011, 2188, 2187] +Triangle: [2003, 2187, 2186] +Triangle: [2174, 2224, 2185] +Triangle: [2000, 2186, 2224] +Triangle: [2186, 2016, 2179] +Triangle: [2185, 2184, 1992] +Triangle: [2225, 2183, 1991] +Triangle: [2184, 2225, 2172] +Triangle: [2014, 2178, 2225] +Triangle: [2183, 2182, 1996] +Triangle: [2226, 2176, 1995] +Triangle: [2182, 2226, 2173] +Triangle: [2012, 2177, 2226] +Triangle: [2181, 2180, 2018] +Triangle: [2010, 2177, 2180] +Triangle: [1995, 2176, 2175] +Triangle: [2149, 2174, 1999] +Triangle: [1850, 2135, 2173] +Triangle: [1882, 2145, 2172] +Triangle: [2056, 2171, 2206] +Triangle: [1968, 2169, 2124] +Triangle: [1967, 2169, 2168] +Triangle: [1965, 2168, 2167] +Triangle: [2167, 2159, 1936] +Triangle: [1959, 2166, 2154] +Triangle: [2157, 2165, 1955] +Triangle: [1948, 2164, 2155] +Triangle: [1921, 1953, 2163] +Triangle: [2153, 2162, 1945] +Triangle: [1939, 2161, 2156] +Triangle: [1953, 1937, 2160] +Triangle: [1948, 1936, 2159] +Triangle: [1904, 1925, 2158] +Triangle: [1903, 1928, 2157] +Triangle: [2165, 2153, 1912] +Triangle: [1939, 1910, 2154] +Triangle: [1923, 2158, 2166] +Triangle: [2162, 2155, 1922] +Triangle: [1905, 1906, 2152] +Triangle: [1906, 1904, 2151] +Triangle: [1826, 1881, 2141] +Triangle: [1847, 2133, 2140] +Triangle: [1835, 1868, 2139] +Triangle: [1837, 1870, 2138] +Triangle: [2388, 2391, 2137] +Triangle: [1834, 1861, 2136] +Triangle: [1870, 1853, 2134] +Triangle: [1851, 2135, 2139] +Triangle: [1843, 2133, 2125] +Triangle: [1818, 1849, 2132] +Triangle: [1877, 2140, 2128] +Triangle: [2386, 1826, 2129] +Triangle: [1881, 1846, 2132] +Triangle: [2137, 2130, 1839] +Triangle: [1818, 2126, 2127] +Triangle: [1824, 2127, 2125] +Triangle: [1778, 2124, 2122] +Triangle: [1768, 2123, 2219] +Triangle: [2121, 2120, 1749] +Triangle: [1759, 2122, 2121] +Triangle: [1768, 1749, 2120] +Triangle: [2119, 2118, 2213] +Triangle: [2115, 1805, 2229] +Triangle: [2037, 2234, 2231] +Triangle: [2232, 2230, 1797] +Triangle: [1777, 1967, 1969] +Triangle: [1802, 2231, 2113] +Triangle: [1972, 2227, 2234] +Triangle: [1775, 1776, 1972] +Triangle: [1969, 2227, 1972] +Triangle: [2228, 2036, 2234] +Triangle: [1803, 2231, 2234] +Triangle: [2231, 1803, 2236] +Triangle: [2113, 2236, 2233] +Triangle: [1803, 2108, 2112] +Triangle: [1800, 2233, 2236] +Triangle: [1798, 2240, 2239] +Triangle: [1795, 1794, 2241] +Triangle: [1794, 1793, 2240] +Triangle: [1788, 2239, 2237] +Triangle: [1787, 2237, 2238] +Triangle: [2230, 1801, 1789] +Triangle: [1797, 2230, 2238] +Triangle: [2243, 1809, 1811] +Triangle: [2243, 1815, 1813] +Triangle: [1814, 1816, 2243] +Triangle: [1810, 1809, 2243] +Triangle: [1796, 1795, 2242] +Triangle: [2232, 2242, 2233] +Triangle: [2271, 2276, 915] +Triangle: [1124, 1111, 1132] +Triangle: [38, 1102, 2264] +Triangle: [1123, 2245, 2246] +Triangle: [1139, 2244, 2245] +Triangle: [1137, 2251, 2249] +Triangle: [1114, 2246, 1069] +Triangle: [1099, 1116, 2246] +Triangle: [1125, 2247, 1139] +Triangle: [2254, 2252, 1066] +Triangle: [1066, 2252, 2253] +Triangle: [1138, 1134, 2254] +Triangle: [2258, 2264, 1116] +Triangle: [1295, 2267, 2255] +Triangle: [1110, 2265, 2264] +Triangle: [1133, 2266, 2265] +Triangle: [33, 2257, 2255] +Triangle: [69, 2259, 2256] +Triangle: [2263, 2262, 1107] +Triangle: [2262, 2258, 1099] +Triangle: [1105, 2261, 2267] +Triangle: [1104, 2260, 2261] +Triangle: [1103, 2259, 2260] +Triangle: [1098, 2257, 2263] +Triangle: [1125, 2266, 1133] +Triangle: [2280, 2281, 1102] +Triangle: [2276, 912, 925] +Triangle: [2273, 2277, 1133] +Triangle: [2273, 2284, 2283] +Triangle: [2269, 1111, 1101] +Triangle: [2270, 2278, 1077] +Triangle: [2274, 2269, 1065] +Triangle: [2277, 2272, 1112] +Triangle: [2268, 925, 2288] +Triangle: [2278, 2274, 1129] +Triangle: [2275, 2272, 49] +Triangle: [1110, 1102, 2281] +Triangle: [2281, 2284, 2273] +Triangle: [2280, 912, 2276] +Triangle: [2282, 2285, 48] +Triangle: [2284, 2271, 1068] +Triangle: [2285, 2283, 1068] +Triangle: [2281, 2280, 2271] +Triangle: [1301, 2293, 2286] +Triangle: [176, 2289, 2286] +Triangle: [1236, 2289, 2288] +Triangle: [1237, 2290, 2291] +Triangle: [1238, 2291, 2292] +Triangle: [1239, 2292, 2293] +Triangle: [2287, 2290, 1237] +Triangle: [2279, 2288, 177] +Triangle: [932, 35, 924] +Triangle: [2294, 266, 267] +Triangle: [2296, 268, 266] +Triangle: [481, 269, 268] +Triangle: [2330, 343, 344] +Triangle: [2330, 2307, 2309] +Triangle: [342, 350, 2332] +Triangle: [341, 342, 2333] +Triangle: [2310, 2297, 2329] +Triangle: [2329, 2297, 2298] +Triangle: [2335, 2298, 2299] +Triangle: [2336, 2299, 2300] +Triangle: [2338, 2305, 2306] +Triangle: [2338, 2339, 2304] +Triangle: [2345, 2347, 2304] +Triangle: [2341, 2302, 2303] +Triangle: [2342, 2301, 2302] +Triangle: [2337, 2300, 2312] +Triangle: [2343, 2312, 2311] +Triangle: [2342, 2344, 2311] +Triangle: [2305, 2304, 2320] +Triangle: [2297, 2313, 2314] +Triangle: [2306, 2305, 2321] +Triangle: [2299, 2298, 2314] +Triangle: [2308, 2324, 2326] +Triangle: [2307, 2306, 2322] +Triangle: [2300, 2299, 2315] +Triangle: [2301, 2311, 2327] +Triangle: [2310, 2326, 2313] +Triangle: [2302, 2301, 2317] +Triangle: [2309, 2325, 2324] +Triangle: [2311, 2312, 2328] +Triangle: [2303, 2302, 2318] +Triangle: [2307, 2323, 2325] +Triangle: [2300, 2316, 2328] +Triangle: [2347, 2303, 2319] +Triangle: [337, 2344, 2342] +Triangle: [337, 335, 2343] +Triangle: [338, 2337, 2343] +Triangle: [347, 336, 2342] +Triangle: [347, 2341, 2340] +Triangle: [2346, 2345, 2339] +Triangle: [345, 2339, 2338] +Triangle: [352, 2338, 2331] +Triangle: [339, 2336, 2337] +Triangle: [340, 2335, 2336] +Triangle: [340, 348, 2329] +Triangle: [2334, 2329, 348] +Triangle: [2334, 2333, 2308] +Triangle: [2333, 2332, 2309] +Triangle: [343, 2330, 2332] +Triangle: [2307, 2330, 2331] +Triangle: [2347, 2349, 2320] +Triangle: [2347, 2345, 2340] +Triangle: [2348, 258, 346] +Triangle: [2345, 2346, 346] +Triangle: [269, 481, 258] +Triangle: [2353, 2355, 2354] +Triangle: [2355, 2357, 2356] +Triangle: [2357, 2359, 2358] +Triangle: [2358, 2359, 2361] +Triangle: [2360, 2361, 2363] +Triangle: [2362, 2363, 2365] +Triangle: [2365, 2367, 2366] +Triangle: [2367, 2369, 2368] +Triangle: [2369, 2371, 2370] +Triangle: [2371, 2373, 2372] +Triangle: [2372, 2373, 2375] +Triangle: [2374, 2375, 2377] +Triangle: [2376, 2377, 2379] +Triangle: [2378, 2379, 2381] +Triangle: [2381, 2382, 2350] +Triangle: [2350, 2382, 2353] +Triangle: [1861, 2386, 2392] +Triangle: [1832, 2128, 2391] +Triangle: [1833, 2384, 2391] +Triangle: [1831, 1832, 2388] +Triangle: [1833, 1829, 2383] +Triangle: [1860, 2385, 2386] +Triangle: [1862, 2387, 2385] +Triangle: [1830, 1831, 2389] +Triangle: [2136, 2392, 2390] +Triangle: [2383, 2387, 1862] +Triangle: [2395, 4, 6] +Triangle: [2400, 2402, 2401] +Triangle: [2398, 2399, 2401] +Triangle: [2397, 2398, 2403] +Triangle: [2404, 2406, 2405] +Triangle: [2405, 2406, 2408] +Triangle: [2420, 2414, 2464] +Triangle: [2414, 2420, 2419] +Triangle: [2413, 2419, 2418] +Triangle: [2540, 2417, 2410] +Triangle: [2417, 2416, 2411] +Triangle: [3541, 3533, 2415] +Triangle: [2402, 2400, 2412] +Triangle: [2415, 2422, 2421] +Triangle: [2559, 3220, 3219] +Triangle: [2426, 2425, 3391] +Triangle: [2401, 2402, 2421] +Triangle: [2424, 2423, 3505] +Triangle: [4512, 4518, 3221] +Triangle: [2403, 3185, 3186] +Triangle: [2403, 2401, 2427] +Triangle: [3189, 3187, 2430] +Triangle: [2395, 3180, 3181] +Triangle: [2431, 3188, 3185] +Triangle: [3183, 3184, 2432] +Triangle: [2408, 2406, 2432] +Triangle: [2396, 2433, 2432] +Triangle: [2557, 2559, 2431] +Triangle: [3474, 2435, 47] +Triangle: [2434, 3414, 3410] +Triangle: [3381, 4529, 4526] +Triangle: [2556, 2557, 2427] +Triangle: [2550, 2450, 2580] +Triangle: [4514, 4515, 2452] +Triangle: [2560, 2561, 2448] +Triangle: [2416, 2417, 2446] +Triangle: [2455, 2453, 2454] +Triangle: [2455, 2456, 2397] +Triangle: [2459, 2457, 2458] +Triangle: [2453, 2457, 2459] +Triangle: [2461, 2462, 2458] +Triangle: [2466, 2463, 2464] +Triangle: [2461, 2466, 2465] +Triangle: [2467, 2461, 2457] +Triangle: [2468, 2467, 2453] +Triangle: [2407, 2468, 2455] +Triangle: [2466, 2461, 2467] +Triangle: [2463, 2466, 2468] +Triangle: [2456, 2469, 2398] +Triangle: [2502, 2470, 2400] +Triangle: [2471, 2412, 2400] +Triangle: [2470, 2496, 2495] +Triangle: [2477, 2478, 2493] +Triangle: [2501, 2474, 2472] +Triangle: [2473, 2476, 2497] +Triangle: [2536, 2519, 2518] +Triangle: [2499, 2475, 2474] +Triangle: [2489, 2479, 2483] +Triangle: [2492, 2485, 2480] +Triangle: [2491, 2482, 2484] +Triangle: [2481, 2485, 2492] +Triangle: [2487, 2483, 2482] +Triangle: [2486, 2480, 2479] +Triangle: [3461, 2472, 2474] +Triangle: [3459, 3455, 2478] +Triangle: [3460, 2474, 2475] +Triangle: [2503, 2502, 2469] +Triangle: [3331, 3330, 2529] +Triangle: [3454, 3459, 2477] +Triangle: [3454, 2476, 2473] +Triangle: [2454, 2498, 2500] +Triangle: [2503, 2497, 2494] +Triangle: [2500, 2497, 2469] +Triangle: [2460, 2499, 2501] +Triangle: [2459, 2501, 2498] +Triangle: [2496, 2494, 2493] +Triangle: [2476, 2477, 2494] +Triangle: [2470, 2502, 2503] +Triangle: [2469, 2502, 2399] +Triangle: [2508, 2506, 2505] +Triangle: [2504, 2508, 2507] +Triangle: [2460, 2458, 2509] +Triangle: [2505, 2506, 2510] +Triangle: [2458, 2462, 2511] +Triangle: [2512, 2465, 2464] +Triangle: [2511, 2462, 2465] +Triangle: [2509, 2511, 2513] +Triangle: [2507, 2505, 2513] +Triangle: [2409, 2507, 2514] +Triangle: [2512, 2514, 2513] +Triangle: [2414, 2413, 2514] +Triangle: [2504, 2410, 2515] +Triangle: [2538, 2411, 2516] +Triangle: [3527, 3541, 2412] +Triangle: [2471, 2495, 3532] +Triangle: [2493, 2478, 3528] +Triangle: [2535, 2518, 2520] +Triangle: [2536, 2534, 2521] +Triangle: [2537, 2520, 2475] +Triangle: [2486, 2489, 3483] +Triangle: [3442, 3439, 2523] +Triangle: [3486, 3332, 2531] +Triangle: [2488, 2484, 3529] +Triangle: [2490, 3433, 3429] +Triangle: [2530, 2525, 2526] +Triangle: [2531, 3332, 3333] +Triangle: [3495, 3432, 3435] +Triangle: [3562, 3462, 2522] +Triangle: [3497, 3436, 3432] +Triangle: [2539, 2534, 2515] +Triangle: [3458, 2521, 2522] +Triangle: [3458, 3463, 2519] +Triangle: [2506, 2508, 2536] +Triangle: [2533, 2532, 2534] +Triangle: [2508, 2515, 2534] +Triangle: [2510, 2537, 2499] +Triangle: [2510, 2506, 2535] +Triangle: [2495, 2493, 3531] +Triangle: [2532, 2522, 2521] +Triangle: [2539, 2538, 2517] +Triangle: [2410, 2411, 2538] +Triangle: [2498, 2472, 2473] +Triangle: [2409, 2418, 2540] +Triangle: [2416, 2541, 2516] +Triangle: [2541, 2416, 2448] +Triangle: [2561, 2562, 2542] +Triangle: [4515, 4516, 2543] +Triangle: [3534, 3533, 2541] +Triangle: [3534, 2542, 2562] +Triangle: [3535, 2543, 4516] +Triangle: [2425, 2426, 3222] +Triangle: [3418, 3426, 3231] +Triangle: [3417, 3428, 3231] +Triangle: [2544, 2449, 3228] +Triangle: [3370, 3232, 3351] +Triangle: [3370, 3210, 3233] +Triangle: [3536, 2544, 3227] +Triangle: [2552, 2464, 2463] +Triangle: [2553, 2463, 2407] +Triangle: [3395, 1128, 63] +Triangle: [2560, 2446, 62] +Triangle: [61, 62, 2446] +Triangle: [2417, 2540, 2554] +Triangle: [4542, 2560, 181] +Triangle: [3538, 2562, 4544] +Triangle: [4543, 4544, 2562] +Triangle: [4542, 4543, 2561] +Triangle: [4541, 4540, 2557] +Triangle: [2558, 3218, 3224] +Triangle: [2555, 2556, 2421] +Triangle: [2430, 2431, 2559] +Triangle: [2419, 2420, 2585] +Triangle: [2554, 2826, 496] +Triangle: [2442, 2440, 3355] +Triangle: [2444, 2442, 2566] +Triangle: [3539, 3526, 2443] +Triangle: [2440, 2441, 3356] +Triangle: [3356, 2441, 54] +Triangle: [195, 59, 2579] +Triangle: [2443, 2444, 2567] +Triangle: [2571, 2439, 2438] +Triangle: [2571, 2569, 2551] +Triangle: [2568, 2567, 2545] +Triangle: [3421, 3369, 3357] +Triangle: [2565, 3369, 3421] +Triangle: [3539, 2568, 2546] +Triangle: [2567, 2566, 2547] +Triangle: [2566, 3355, 3352] +Triangle: [2576, 2574, 3063] +Triangle: [3064, 2575, 199] +Triangle: [3540, 2577, 3066] +Triangle: [2578, 2576, 3062] +Triangle: [753, 1, 2394] +Triangle: [2577, 2578, 3067] +Triangle: [2574, 2575, 3064] +Triangle: [2573, 2572, 3065] +Triangle: [206, 195, 2580] +Triangle: [2439, 2571, 2580] +Triangle: [3069, 2439, 2579] +Triangle: [63, 938, 3229] +Triangle: [2449, 2447, 3229] +Triangle: [2582, 2581, 2408] +Triangle: [2553, 2408, 2581] +Triangle: [2552, 2553, 2583] +Triangle: [291, 222, 2882] +Triangle: [2863, 2872, 2821] +Triangle: [2821, 2883, 2881] +Triangle: [286, 226, 2833] +Triangle: [244, 235, 2600] +Triangle: [3234, 946, 236] +Triangle: [3234, 2601, 2602] +Triangle: [3236, 2597, 2598] +Triangle: [3236, 2603, 2606] +Triangle: [3237, 3238, 2606] +Triangle: [236, 244, 2608] +Triangle: [2607, 2609, 2608] +Triangle: [2611, 2612, 2609] +Triangle: [2608, 2609, 2602] +Triangle: [2610, 2602, 2609] +Triangle: [267, 261, 2623] +Triangle: [2625, 265, 263] +Triangle: [261, 265, 2625] +Triangle: [2600, 235, 484] +Triangle: [2600, 2817, 2818] +Triangle: [2627, 2626, 2623] +Triangle: [2628, 2627, 2630] +Triangle: [2629, 2628, 2631] +Triangle: [2607, 2818, 2622] +Triangle: [2620, 4599, 2628] +Triangle: [280, 2896, 2901] +Triangle: [2901, 2900, 276] +Triangle: [214, 276, 2900] +Triangle: [2589, 2636, 2637] +Triangle: [2586, 2634, 2860] +Triangle: [218, 2731, 2896] +Triangle: [286, 2834, 2835] +Triangle: [2643, 2822, 2825] +Triangle: [2864, 2873, 2822] +Triangle: [485, 2880, 2882] +Triangle: [2806, 2807, 3466] +Triangle: [2648, 2647, 2865] +Triangle: [2866, 2864, 2643] +Triangle: [2645, 2649, 2648] +Triangle: [2649, 2645, 2640] +Triangle: [2647, 2648, 2649] +Triangle: [2640, 2652, 2651] +Triangle: [2645, 2654, 2653] +Triangle: [2825, 2824, 2644] +Triangle: [2653, 2654, 2655] +Triangle: [301, 2835, 2881] +Triangle: [2863, 2867, 2655] +Triangle: [2867, 2862, 2641] +Triangle: [2647, 2639, 2861] +Triangle: [2650, 2651, 2639] +Triangle: [2868, 2861, 2639] +Triangle: [2651, 2658, 2657] +Triangle: [2657, 2636, 2860] +Triangle: [2636, 2657, 2658] +Triangle: [2862, 2859, 2595] +Triangle: [2660, 2641, 2595] +Triangle: [2659, 2596, 2604] +Triangle: [2603, 2602, 2610] +Triangle: [2603, 2613, 2614] +Triangle: [2606, 2614, 2615] +Triangle: [2644, 2655, 2654] +Triangle: [3239, 3237, 2605] +Triangle: [3239, 2662, 2664] +Triangle: [2664, 2666, 3241] +Triangle: [3241, 2666, 2668] +Triangle: [2615, 2661, 2662] +Triangle: [2653, 2641, 2660] +Triangle: [2670, 2663, 2665] +Triangle: [2671, 2653, 2670] +Triangle: [2652, 2640, 2653] +Triangle: [2673, 2630, 2623] +Triangle: [2674, 2673, 2625] +Triangle: [2624, 263, 323] +Triangle: [2676, 323, 325] +Triangle: [368, 327, 2678] +Triangle: [2679, 2680, 2675] +Triangle: [2681, 2682, 2680] +Triangle: [2721, 2683, 2684] +Triangle: [2624, 2676, 2679] +Triangle: [2676, 2677, 2681] +Triangle: [2719, 2678, 2683] +Triangle: [2631, 2630, 2673] +Triangle: [2632, 2631, 2674] +Triangle: [2664, 2662, 2661] +Triangle: [2666, 2664, 2616] +Triangle: [2616, 2692, 2693] +Triangle: [2687, 2688, 2612] +Triangle: [2701, 2694, 2618] +Triangle: [2694, 2695, 2619] +Triangle: [2688, 2686, 2610] +Triangle: [2702, 2703, 2696] +Triangle: [2686, 2689, 2613] +Triangle: [2620, 2696, 4597] +Triangle: [2613, 2689, 2690] +Triangle: [2697, 2698, 2622] +Triangle: [2614, 2690, 2691] +Triangle: [2698, 2687, 2611] +Triangle: [2661, 2699, 2692] +Triangle: [2660, 2604, 2663] +Triangle: [2295, 4546, 2817] +Triangle: [4546, 4547, 2818] +Triangle: [2617, 2693, 2701] +Triangle: [2615, 2691, 2699] +Triangle: [2818, 2816, 2621] +Triangle: [2695, 2703, 2702] +Triangle: [2666, 2617, 2704] +Triangle: [2700, 2708, 2704] +Triangle: [2700, 2618, 2707] +Triangle: [2618, 2619, 2706] +Triangle: [2619, 2702, 2705] +Triangle: [2702, 2620, 2629] +Triangle: [2675, 2713, 2709] +Triangle: [2632, 2709, 2705] +Triangle: [2706, 2705, 2709] +Triangle: [2707, 2706, 2710] +Triangle: [2708, 2707, 2711] +Triangle: [2680, 2714, 2713] +Triangle: [2710, 2709, 2713] +Triangle: [2714, 2716, 2715] +Triangle: [2682, 2717, 2714] +Triangle: [2720, 2722, 2717] +Triangle: [2718, 2722, 2720] +Triangle: [2719, 2721, 2681] +Triangle: [2721, 2720, 2682] +Triangle: [2677, 325, 368] +Triangle: [2652, 2685, 2658] +Triangle: [2723, 2587, 2635] +Triangle: [2637, 2658, 2685] +Triangle: [2685, 2652, 2671] +Triangle: [2724, 2672, 2665] +Triangle: [2685, 2672, 2724] +Triangle: [2725, 2724, 2667] +Triangle: [2723, 2724, 2725] +Triangle: [2587, 2723, 2726] +Triangle: [2708, 2712, 2728] +Triangle: [2726, 2725, 2733] +Triangle: [2791, 2902, 3156] +Triangle: [2733, 2725, 2669] +Triangle: [2668, 2729, 3243] +Triangle: [2730, 2732, 2898] +Triangle: [2711, 2710, 2715] +Triangle: [2716, 2714, 2717] +Triangle: [2722, 2735, 2734] +Triangle: [2718, 2736, 2735] +Triangle: [2716, 2734, 2737] +Triangle: [2738, 2737, 2734] +Triangle: [2736, 2739, 2738] +Triangle: [2712, 2711, 2737] +Triangle: [2741, 2740, 2737] +Triangle: [2704, 2728, 2729] +Triangle: [2728, 2742, 2743] +Triangle: [2744, 2745, 2743] +Triangle: [2712, 2740, 2742] +Triangle: [2741, 2744, 2742] +Triangle: [3243, 3244, 2732] +Triangle: [2738, 2739, 2761] +Triangle: [3248, 2757, 2762] +Triangle: [2766, 2749, 3247] +Triangle: [2747, 2755, 3057] +Triangle: [2758, 2760, 2754] +Triangle: [2753, 2752, 2759] +Triangle: [3249, 2633, 2732] +Triangle: [2756, 2746, 2762] +Triangle: [2746, 2756, 2755] +Triangle: [2749, 2766, 2765] +Triangle: [2763, 2748, 2765] +Triangle: [2763, 2767, 2768] +Triangle: [2764, 2768, 420] +Triangle: [2769, 2766, 3250] +Triangle: [3252, 2770, 2769] +Triangle: [965, 423, 2770] +Triangle: [2769, 2767, 2765] +Triangle: [2767, 2769, 2770] +Triangle: [2768, 2770, 423] +Triangle: [2749, 2751, 3246] +Triangle: [2748, 2750, 2751] +Triangle: [3248, 3246, 2751] +Triangle: [2756, 2757, 2751] +Triangle: [2750, 2771, 2772] +Triangle: [2773, 2771, 2750] +Triangle: [2763, 2774, 2773] +Triangle: [2764, 2775, 2774] +Triangle: [415, 429, 2775] +Triangle: [432, 2777, 2775] +Triangle: [2777, 2776, 2774] +Triangle: [2773, 2774, 2776] +Triangle: [435, 2779, 2777] +Triangle: [2779, 2778, 2776] +Triangle: [2771, 2776, 2778] +Triangle: [2781, 2780, 2772] +Triangle: [2783, 2782, 3059] +Triangle: [2783, 2785, 2784] +Triangle: [2787, 2788, 2785] +Triangle: [3060, 2787, 2783] +Triangle: [446, 447, 2788] +Triangle: [741, 446, 2787] +Triangle: [2779, 2786, 2781] +Triangle: [2779, 435, 445] +Triangle: [2755, 2756, 2772] +Triangle: [2755, 2780, 3059] +Triangle: [2754, 2782, 2784] +Triangle: [2635, 2793, 2792] +Triangle: [2586, 3156, 2902] +Triangle: [3166, 2870, 2792] +Triangle: [3159, 2809, 2807] +Triangle: [2727, 2808, 3158] +Triangle: [2858, 2869, 3156] +Triangle: [2587, 3158, 2793] +Triangle: [2809, 2810, 3468] +Triangle: [3469, 2811, 2812] +Triangle: [3470, 2812, 2813] +Triangle: [2813, 2814, 3472] +Triangle: [2814, 478, 1199] +Triangle: [2806, 468, 859] +Triangle: [871, 478, 2814] +Triangle: [3164, 3165, 2814] +Triangle: [3164, 2813, 2812] +Triangle: [3163, 2812, 2811] +Triangle: [3159, 3160, 2810] +Triangle: [3166, 2793, 2795] +Triangle: [2797, 2795, 2808] +Triangle: [3157, 2791, 2869] +Triangle: [487, 2884, 2880] +Triangle: [487, 489, 2883] +Triangle: [2824, 2823, 2871] +Triangle: [2823, 2822, 2873] +Triangle: [2584, 2585, 2420] +Triangle: [212, 496, 2826] +Triangle: [447, 467, 2805] +Triangle: [2788, 2805, 2803] +Triangle: [2785, 2803, 2801] +Triangle: [2784, 2801, 2799] +Triangle: [3162, 2811, 2810] +Triangle: [2588, 2789, 2808] +Triangle: [450, 581, 2902] +Triangle: [2599, 2827, 500] +Triangle: [568, 500, 2827] +Triangle: [499, 2828, 2829] +Triangle: [498, 2829, 2830] +Triangle: [506, 497, 2830] +Triangle: [572, 506, 2831] +Triangle: [2854, 2833, 226] +Triangle: [2833, 2594, 2642] +Triangle: [2838, 2874, 2845] +Triangle: [2834, 2642, 2656] +Triangle: [2595, 2874, 2838] +Triangle: [2875, 2876, 2854] +Triangle: [2841, 2843, 2842] +Triangle: [2843, 2845, 2844] +Triangle: [2895, 2875, 2832] +Triangle: [2849, 2827, 2599] +Triangle: [2891, 2892, 2848] +Triangle: [2828, 2848, 2847] +Triangle: [2846, 2830, 2829] +Triangle: [2839, 2830, 2846] +Triangle: [2841, 2839, 2850] +Triangle: [2843, 2841, 2851] +Triangle: [2843, 2852, 2853] +Triangle: [2832, 2854, 531] +Triangle: [2857, 2856, 2594] +Triangle: [2871, 2873, 2819] +Triangle: [2872, 2871, 2820] +Triangle: [2589, 2792, 2869] +Triangle: [2594, 2859, 2862] +Triangle: [2590, 2868, 2860] +Triangle: [2638, 2861, 2868] +Triangle: [2591, 2865, 2861] +Triangle: [2656, 2642, 2862] +Triangle: [2593, 2656, 2867] +Triangle: [2646, 2592, 2864] +Triangle: [2866, 2865, 2591] +Triangle: [2592, 2819, 2873] +Triangle: [2858, 2860, 2636] +Triangle: [2644, 2824, 2872] +Triangle: [2859, 2594, 2856] +Triangle: [2595, 2859, 2855] +Triangle: [2874, 2855, 2844] +Triangle: [2833, 2854, 2876] +Triangle: [2878, 2839, 2841] +Triangle: [2839, 2878, 2877] +Triangle: [2877, 2836, 2831] +Triangle: [2835, 2656, 2593] +Triangle: [2821, 2820, 2884] +Triangle: [2883, 489, 224] +Triangle: [2819, 2592, 2882] +Triangle: [2592, 2646, 2879] +Triangle: [2850, 2846, 2847] +Triangle: [2820, 2819, 2880] +Triangle: [2848, 2885, 2837] +Triangle: [2892, 2893, 2885] +Triangle: [2886, 2849, 2598] +Triangle: [2837, 2885, 2851] +Triangle: [2849, 2886, 2893] +Triangle: [2852, 2887, 2888] +Triangle: [2853, 2888, 2659] +Triangle: [2596, 2659, 2888] +Triangle: [2889, 2888, 2887] +Triangle: [2596, 2889, 2890] +Triangle: [2890, 2887, 2886] +Triangle: [2849, 2892, 2891] +Triangle: [568, 2891, 2828] +Triangle: [2851, 2885, 2893] +Triangle: [2893, 2886, 2887] +Triangle: [2836, 2895, 2894] +Triangle: [509, 572, 2894] +Triangle: [2895, 2836, 2877] +Triangle: [2876, 2877, 2878] +Triangle: [2840, 2856, 2857] +Triangle: [2842, 2855, 2856] +Triangle: [581, 214, 2899] +Triangle: [2879, 2646, 2591] +Triangle: [2634, 2586, 2899] +Triangle: [2896, 2638, 2590] +Triangle: [2731, 2591, 2638] +Triangle: [2901, 2590, 2634] +Triangle: [291, 2879, 2731] +Triangle: [2905, 2904, 2898] +Triangle: [2898, 2904, 2903] +Triangle: [2904, 2752, 2588] +Triangle: [2727, 2726, 2903] +Triangle: [2904, 2905, 2759] +Triangle: [2633, 2897, 2898] +Triangle: [2897, 2906, 2907] +Triangle: [2908, 2909, 2907] +Triangle: [2908, 2910, 2911] +Triangle: [2912, 2913, 2911] +Triangle: [2914, 2915, 2913] +Triangle: [2916, 2917, 2915] +Triangle: [2918, 2919, 2917] +Triangle: [3254, 2920, 2921] +Triangle: [2920, 2922, 2923] +Triangle: [2924, 2925, 3255] +Triangle: [2924, 2926, 2927] +Triangle: [2928, 2929, 3257] +Triangle: [2930, 2931, 2929] +Triangle: [2930, 2932, 2933] +Triangle: [2932, 2934, 2935] +Triangle: [2957, 2936, 2937] +Triangle: [2936, 2938, 2939] +Triangle: [2940, 2941, 2939] +Triangle: [2942, 2943, 3259] +Triangle: [2946, 2947, 2926] +Triangle: [3260, 3263, 2955] +Triangle: [3256, 3261, 2946] +Triangle: [2938, 2953, 2954] +Triangle: [2920, 2944, 2945] +Triangle: [2936, 2952, 2953] +Triangle: [2958, 2952, 2936] +Triangle: [2932, 2950, 2951] +Triangle: [2949, 2950, 2932] +Triangle: [2948, 2949, 2930] +Triangle: [3262, 2948, 2928] +Triangle: [2951, 2958, 2957] +Triangle: [2934, 2957, 2956] +Triangle: [2961, 2962, 2947] +Triangle: [2953, 2968, 2969] +Triangle: [2965, 2966, 2951] +Triangle: [3265, 2963, 2948] +Triangle: [3263, 3266, 2970] +Triangle: [2944, 2959, 2960] +Triangle: [2966, 2971, 2958] +Triangle: [2963, 2964, 2949] +Triangle: [3264, 2961, 2946] +Triangle: [2958, 2971, 2967] +Triangle: [2952, 2967, 2968] +Triangle: [2964, 2965, 2950] +Triangle: [2980, 2906, 2897] +Triangle: [3254, 3270, 2944] +Triangle: [2916, 2995, 2994] +Triangle: [2914, 2993, 2995] +Triangle: [2914, 2912, 2996] +Triangle: [2910, 2992, 2996] +Triangle: [2908, 2991, 2992] +Triangle: [2906, 2990, 2991] +Triangle: [2980, 2981, 2990] +Triangle: [3021, 3020, 3023] +Triangle: [2983, 2982, 2979] +Triangle: [2977, 2984, 2983] +Triangle: [2976, 2985, 2984] +Triangle: [2975, 2986, 2985] +Triangle: [2974, 2987, 2986] +Triangle: [2988, 3174, 3178] +Triangle: [3010, 3179, 3168] +Triangle: [3271, 3270, 2994] +Triangle: [2995, 2998, 2997] +Triangle: [2999, 2998, 2995] +Triangle: [3000, 2999, 2993] +Triangle: [2992, 3001, 3000] +Triangle: [3001, 2992, 2991] +Triangle: [3002, 2991, 2990] +Triangle: [2979, 2982, 3004] +Triangle: [3004, 2981, 2980] +Triangle: [3002, 2981, 3004] +Triangle: [2983, 3001, 3002] +Triangle: [2984, 3000, 3001] +Triangle: [2984, 2985, 2999] +Triangle: [2985, 2986, 2998] +Triangle: [2987, 2997, 2998] +Triangle: [3175, 3176, 2989] +Triangle: [2988, 2959, 3271] +Triangle: [3296, 3175, 3007] +Triangle: [2959, 2988, 3006] +Triangle: [3264, 2960, 3006] +Triangle: [3277, 2965, 2964] +Triangle: [3267, 3293, 3172] +Triangle: [3274, 3022, 3023] +Triangle: [3276, 2966, 2965] +Triangle: [3013, 3014, 2974] +Triangle: [3267, 3280, 3015] +Triangle: [2973, 3015, 3016] +Triangle: [3283, 3281, 3016] +Triangle: [3018, 3008, 3272] +Triangle: [3297, 3266, 2969] +Triangle: [3268, 3020, 3019] +Triangle: [3275, 3023, 3020] +Triangle: [3021, 2972, 3008] +Triangle: [2972, 3021, 3022] +Triangle: [3276, 3009, 3022] +Triangle: [3278, 2964, 2963] +Triangle: [3018, 3019, 3020] +Triangle: [2962, 2961, 3007] +Triangle: [3012, 3013, 2975] +Triangle: [2977, 3011, 3012] +Triangle: [3024, 3017, 3016] +Triangle: [3282, 3017, 3024] +Triangle: [3280, 3284, 3024] +Triangle: [3013, 3026, 3025] +Triangle: [2970, 3025, 3026] +Triangle: [2955, 3026, 3011] +Triangle: [3012, 3011, 3026] +Triangle: [2978, 2942, 3011] +Triangle: [2943, 2942, 2978] +Triangle: [2907, 2909, 3027] +Triangle: [3027, 3028, 2759] +Triangle: [3029, 3030, 3028] +Triangle: [2909, 2911, 3029] +Triangle: [2758, 2759, 3028] +Triangle: [3029, 3031, 3032] +Triangle: [3033, 3034, 3032] +Triangle: [3033, 3035, 3036] +Triangle: [2913, 3031, 3029] +Triangle: [2915, 3033, 3031] +Triangle: [2915, 2917, 3035] +Triangle: [3035, 3037, 3038] +Triangle: [3286, 3039, 3040] +Triangle: [3039, 3041, 3042] +Triangle: [3043, 3044, 3287] +Triangle: [2917, 2919, 3037] +Triangle: [3253, 2921, 3039] +Triangle: [2921, 2923, 3041] +Triangle: [2925, 3043, 3288] +Triangle: [2939, 3052, 3051] +Triangle: [3053, 2745, 3051] +Triangle: [3290, 2980, 2633] +Triangle: [2937, 3051, 3050] +Triangle: [2956, 3050, 3049] +Triangle: [3049, 3048, 2933] +Triangle: [3048, 3047, 2931] +Triangle: [2931, 3047, 3046] +Triangle: [3257, 3289, 3045] +Triangle: [2927, 3045, 3043] +Triangle: [2745, 2744, 3050] +Triangle: [2744, 2741, 3049] +Triangle: [3055, 3054, 3047] +Triangle: [3048, 3049, 2741] +Triangle: [2741, 2761, 3054] +Triangle: [3047, 3054, 2761] +Triangle: [2762, 3045, 3289] +Triangle: [3045, 2762, 3044] +Triangle: [3040, 3042, 3287] +Triangle: [2762, 2746, 3038] +Triangle: [2747, 3036, 3038] +Triangle: [2758, 3030, 3032] +Triangle: [3057, 3059, 2782] +Triangle: [445, 741, 3060] +Triangle: [2786, 3060, 3058] +Triangle: [3058, 3059, 2780] +Triangle: [3056, 3057, 2754] +Triangle: [3034, 3056, 2760] +Triangle: [3056, 3034, 3036] +Triangle: [3053, 3052, 3291] +Triangle: [3292, 3259, 2943] +Triangle: [3052, 2939, 3292] +Triangle: [2826, 2554, 2540] +Triangle: [2563, 2418, 2419] +Triangle: [2563, 2445, 2826] +Triangle: [2394, 2573, 3069] +Triangle: [2439, 3069, 3065] +Triangle: [3063, 3064, 2441] +Triangle: [3066, 3067, 2444] +Triangle: [59, 753, 3068] +Triangle: [3067, 3062, 2442] +Triangle: [3542, 3066, 2443] +Triangle: [3064, 747, 54] +Triangle: [3062, 3063, 2440] +Triangle: [6, 743, 3061] +Triangle: [2396, 3061, 2582] +Triangle: [3077, 3082, 3449] +Triangle: [3446, 3078, 3084] +Triangle: [3083, 3085, 3452] +Triangle: [3451, 3084, 3079] +Triangle: [3085, 3077, 3445] +Triangle: [3082, 3078, 3446] +Triangle: [2523, 3441, 3431] +Triangle: [3448, 3453, 3087] +Triangle: [3083, 3450, 3088] +Triangle: [3450, 3437, 3088] +Triangle: [3447, 3079, 3543] +Triangle: [2527, 2524, 3431] +Triangle: [3439, 3444, 3441] +Triangle: [3089, 776, 759] +Triangle: [3090, 3089, 3073] +Triangle: [754, 776, 3089] +Triangle: [2393, 3089, 3090] +Triangle: [3075, 3090, 3091] +Triangle: [3091, 3090, 3074] +Triangle: [3076, 3091, 3545] +Triangle: [3545, 3091, 3072] +Triangle: [3547, 3098, 3133] +Triangle: [3548, 3099, 3141] +Triangle: [3553, 3549, 3097] +Triangle: [851, 790, 3102] +Triangle: [789, 3103, 3142] +Triangle: [787, 3101, 3134] +Triangle: [3150, 3102, 3106] +Triangle: [3103, 3107, 3143] +Triangle: [3101, 3105, 3135] +Triangle: [3152, 3111, 3114] +Triangle: [3110, 3115, 3145] +Triangle: [3108, 3113, 3137] +Triangle: [3153, 3114, 3118] +Triangle: [3115, 3119, 3146] +Triangle: [3113, 3117, 3138] +Triangle: [3151, 3106, 3099] +Triangle: [3107, 3098, 3141] +Triangle: [3105, 3096, 3133] +Triangle: [3110, 3095, 3132] +Triangle: [3111, 3094, 3140] +Triangle: [3152, 3109, 3092] +Triangle: [3123, 3119, 3138] +Triangle: [3122, 3118, 3146] +Triangle: [3155, 3120, 3116] +Triangle: [3155, 3122, 798] +Triangle: [3123, 797, 843] +Triangle: [3121, 795, 833] +Triangle: [3550, 3546, 3096] +Triangle: [3549, 3092, 3518] +Triangle: [3092, 3109, 3519] +Triangle: [3108, 3093, 3124] +Triangle: [3104, 3097, 3523] +Triangle: [3125, 3096, 3105] +Triangle: [788, 3100, 3520] +Triangle: [3101, 787, 823] +Triangle: [3105, 3101, 3128] +Triangle: [3100, 3104, 3524] +Triangle: [3525, 3120, 796] +Triangle: [795, 3121, 3129] +Triangle: [3109, 3112, 3521] +Triangle: [3113, 3108, 3126] +Triangle: [3117, 3113, 3130] +Triangle: [3112, 3116, 3522] +Triangle: [3121, 3117, 3131] +Triangle: [3116, 3120, 3525] +Triangle: [3129, 3131, 3074] +Triangle: [3131, 3130, 3072] +Triangle: [3130, 3126, 3070] +Triangle: [825, 3129, 3073] +Triangle: [3075, 3127, 3128] +Triangle: [2393, 3128, 823] +Triangle: [3076, 3125, 3127] +Triangle: [3126, 3124, 3071] +Triangle: [3544, 3550, 3125] +Triangle: [3139, 833, 797] +Triangle: [3139, 3138, 3117] +Triangle: [3136, 3132, 3093] +Triangle: [3135, 3133, 3098] +Triangle: [3137, 3138, 3119] +Triangle: [3136, 3137, 3115] +Triangle: [3134, 3135, 3107] +Triangle: [831, 3134, 3103] +Triangle: [3551, 3133, 3096] +Triangle: [3147, 843, 798] +Triangle: [3147, 3146, 3119] +Triangle: [3144, 3140, 3095] +Triangle: [3143, 3141, 3099] +Triangle: [3145, 3146, 3118] +Triangle: [3144, 3145, 3114] +Triangle: [3142, 3143, 3106] +Triangle: [841, 3142, 3102] +Triangle: [3552, 3141, 3098] +Triangle: [3120, 3155, 853] +Triangle: [3122, 3155, 3154] +Triangle: [3111, 3152, 3148] +Triangle: [3104, 3151, 3149] +Triangle: [3112, 3153, 3154] +Triangle: [3109, 3152, 3153] +Triangle: [3100, 3150, 3151] +Triangle: [788, 851, 3150] +Triangle: [3548, 3553, 3149] +Triangle: [468, 2806, 3473] +Triangle: [859, 861, 3157] +Triangle: [450, 2791, 3157] +Triangle: [2795, 2793, 3158] +Triangle: [2789, 2752, 3161] +Triangle: [2795, 2797, 3160] +Triangle: [3468, 2810, 2811] +Triangle: [2801, 3163, 3162] +Triangle: [2803, 3164, 3163] +Triangle: [2803, 2805, 3165] +Triangle: [467, 871, 3165] +Triangle: [2806, 2870, 3166] +Triangle: [2790, 2794, 3300] +Triangle: [1018, 3306, 3061] +Triangle: [2804, 466, 3303] +Triangle: [2797, 2799, 3162] +Triangle: [2585, 2584, 3299] +Triangle: [3306, 3305, 2582] +Triangle: [3301, 3299, 2584] +Triangle: [3304, 3298, 2564] +Triangle: [2794, 2796, 3301] +Triangle: [2753, 3167, 3161] +Triangle: [2799, 2797, 3161] +Triangle: [3293, 3294, 3173] +Triangle: [3174, 3171, 3170] +Triangle: [3296, 3178, 3170] +Triangle: [3176, 3175, 3177] +Triangle: [3169, 3168, 3179] +Triangle: [3172, 3173, 2987] +Triangle: [3169, 3177, 3008] +Triangle: [3168, 3169, 2972] +Triangle: [3005, 3170, 3171] +Triangle: [3269, 3294, 3174] +Triangle: [3176, 3179, 3010] +Triangle: [3295, 3170, 3005] +Triangle: [3200, 3196, 3185] +Triangle: [3191, 3193, 3182] +Triangle: [3186, 3197, 3194] +Triangle: [3193, 3201, 3189] +Triangle: [3185, 3196, 3197] +Triangle: [3201, 3199, 3187] +Triangle: [2430, 3187, 3188] +Triangle: [3184, 3180, 2395] +Triangle: [2404, 3186, 3183] +Triangle: [3191, 3190, 3192] +Triangle: [3196, 3200, 3198] +Triangle: [3195, 3194, 3197] +Triangle: [3200, 3199, 3192] +Triangle: [3190, 3195, 3198] +Triangle: [3192, 3199, 3201] +Triangle: [3180, 3190, 3191] +Triangle: [3195, 3190, 3180] +Triangle: [3194, 3195, 3184] +Triangle: [3199, 3200, 3188] +Triangle: [3225, 3223, 3209] +Triangle: [3208, 3220, 4523] +Triangle: [3226, 3219, 3207] +Triangle: [179, 914, 3212] +Triangle: [4513, 2428, 3203] +Triangle: [3349, 2435, 3207] +Triangle: [2546, 2545, 3209] +Triangle: [3215, 2550, 2551] +Triangle: [923, 206, 2450] +Triangle: [3537, 2546, 3202] +Triangle: [3213, 2450, 2550] +Triangle: [3218, 2558, 3219] +Triangle: [3212, 914, 927] +Triangle: [3221, 3203, 3206] +Triangle: [4517, 3203, 3221] +Triangle: [3220, 2559, 4533] +Triangle: [3220, 3208, 3207] +Triangle: [3222, 3202, 3209] +Triangle: [3205, 3216, 3225] +Triangle: [3204, 3218, 3226] +Triangle: [3215, 3214, 3227] +Triangle: [938, 923, 3213] +Triangle: [3555, 3554, 3202] +Triangle: [3213, 3215, 3228] +Triangle: [3209, 2545, 3233] +Triangle: [2545, 2547, 3232] +Triangle: [3426, 3367, 2548] +Triangle: [3232, 2547, 3352] +Triangle: [3231, 2548, 3361] +Triangle: [3008, 3177, 3295] +Triangle: [3173, 3294, 3269] +Triangle: [3175, 3296, 3295] +Triangle: [3171, 3174, 3294] +Triangle: [3291, 3292, 2979] +Triangle: [2941, 3259, 3292] +Triangle: [3290, 3291, 3003] +Triangle: [3285, 3287, 3044] +Triangle: [3245, 3289, 3046] +Triangle: [2929, 3046, 3289] +Triangle: [3053, 3290, 3249] +Triangle: [3255, 3288, 3041] +Triangle: [2919, 3253, 3286] +Triangle: [3288, 3287, 3042] +Triangle: [3037, 3286, 3285] +Triangle: [3014, 3025, 3284] +Triangle: [3025, 2970, 3282] +Triangle: [2989, 3278, 3265] +Triangle: [2966, 3276, 3274] +Triangle: [2967, 3275, 3268] +Triangle: [2968, 3268, 3279] +Triangle: [3282, 2970, 3266] +Triangle: [3017, 3282, 3297] +Triangle: [3283, 3297, 3279] +Triangle: [3281, 3272, 3005] +Triangle: [3019, 3018, 3281] +Triangle: [3014, 3280, 3267] +Triangle: [3009, 3276, 3277] +Triangle: [2971, 3274, 3275] +Triangle: [2973, 3171, 3293] +Triangle: [3010, 3277, 3278] +Triangle: [2961, 3264, 3273] +Triangle: [3178, 3296, 3273] +Triangle: [3269, 3271, 2997] +Triangle: [2959, 2944, 3270] +Triangle: [2918, 2994, 3270] +Triangle: [2960, 3264, 3261] +Triangle: [2954, 2969, 3266] +Triangle: [2962, 3265, 3262] +Triangle: [2947, 3262, 3258] +Triangle: [2922, 2945, 3261] +Triangle: [2940, 2954, 3263] +Triangle: [3260, 3259, 2941] +Triangle: [3258, 3257, 2927] +Triangle: [3256, 3255, 2923] +Triangle: [2918, 3254, 3253] +Triangle: [2739, 2736, 3246] +Triangle: [3247, 3246, 2736] +Triangle: [327, 965, 3252] +Triangle: [3252, 3251, 2683] +Triangle: [3251, 3250, 2684] +Triangle: [3249, 3244, 2743] +Triangle: [3250, 3247, 2718] +Triangle: [2761, 2739, 3248] +Triangle: [2729, 2743, 3244] +Triangle: [3242, 3243, 2730] +Triangle: [3241, 3242, 2669] +Triangle: [3240, 3241, 2667] +Triangle: [2663, 3239, 3240] +Triangle: [2663, 2604, 3237] +Triangle: [2604, 2596, 3238] +Triangle: [2597, 3236, 3238] +Triangle: [2603, 3236, 3235] +Triangle: [2599, 3234, 3235] +Triangle: [233, 946, 3234] +Triangle: [3302, 3298, 2802] +Triangle: [2563, 2564, 3298] +Triangle: [3300, 3301, 2583] +Triangle: [2800, 2802, 3298] +Triangle: [2796, 2798, 3299] +Triangle: [3304, 3299, 2798] +Triangle: [3302, 3303, 2445] +Triangle: [2815, 2790, 3305] +Triangle: [479, 2815, 3306] +Triangle: [3305, 3300, 2581] +Triangle: [3466, 3467, 2794] +Triangle: [3490, 3438, 3315] +Triangle: [3478, 3484, 3315] +Triangle: [3482, 3311, 3430] +Triangle: [3563, 3478, 3314] +Triangle: [3333, 3334, 2524] +Triangle: [3312, 3313, 3503] +Triangle: [3480, 3308, 3313] +Triangle: [3475, 3307, 3308] +Triangle: [3463, 3440, 3435] +Triangle: [3476, 3310, 3311] +Triangle: [3475, 3481, 3309] +Triangle: [3476, 3477, 3312] +Triangle: [3517, 3326, 3324] +Triangle: [3516, 3325, 3326] +Triangle: [3321, 3325, 3516] +Triangle: [3512, 3324, 1039] +Triangle: [3323, 3322, 3511] +Triangle: [1037, 3323, 3515] +Triangle: [3322, 3319, 3510] +Triangle: [3320, 3321, 3514] +Triangle: [3557, 3320, 3513] +Triangle: [3182, 3329, 3327] +Triangle: [1043, 1046, 3327] +Triangle: [3182, 3189, 3328] +Triangle: [3329, 3328, 1047] +Triangle: [4, 3181, 3327] +Triangle: [1047, 3328, 3189] +Triangle: [3488, 3330, 3335] +Triangle: [3335, 3334, 3333] +Triangle: [3330, 3331, 3334] +Triangle: [3486, 3336, 3337] +Triangle: [3485, 3488, 3338] +Triangle: [3318, 3338, 3337] +Triangle: [3317, 3337, 3336] +Triangle: [2524, 3334, 3331] +Triangle: [3086, 3081, 3568] +Triangle: [3080, 3569, 3345] +Triangle: [3543, 3079, 3570] +Triangle: [3088, 3345, 3340] +Triangle: [3081, 3087, 3344] +Triangle: [3086, 3343, 3569] +Triangle: [3082, 3339, 3571] +Triangle: [3342, 3572, 3077] +Triangle: [3341, 3570, 3079] +Triangle: [3340, 3342, 3085] +Triangle: [3078, 3571, 3341] +Triangle: [3572, 3339, 3082] +Triangle: [4503, 4504, 3350] +Triangle: [3348, 4538, 4536] +Triangle: [3230, 3351, 3352] +Triangle: [3354, 167, 943] +Triangle: [3352, 3355, 3368] +Triangle: [3362, 193, 167] +Triangle: [3356, 193, 3362] +Triangle: [3368, 3355, 3356] +Triangle: [3374, 3371, 3351] +Triangle: [3373, 1094, 46] +Triangle: [3380, 4532, 4528] +Triangle: [3422, 3354, 3360] +Triangle: [3357, 3362, 3354] +Triangle: [3373, 3347, 3359] +Triangle: [3358, 3348, 3363] +Triangle: [4502, 4503, 2437] +Triangle: [3363, 3348, 3364] +Triangle: [3366, 3230, 2549] +Triangle: [3423, 2549, 3368] +Triangle: [2570, 3362, 3357] +Triangle: [2565, 3368, 2570] +Triangle: [3427, 3374, 3230] +Triangle: [3365, 2437, 3374] +Triangle: [3353, 3360, 3373] +Triangle: [3360, 943, 1094] +Triangle: [2437, 3350, 3371] +Triangle: [2429, 3370, 3371] +Triangle: [3414, 2434, 3372] +Triangle: [2434, 3416, 3376] +Triangle: [2429, 3205, 3210] +Triangle: [3364, 4527, 4531] +Triangle: [4507, 3380, 3408] +Triangle: [3206, 3203, 2428] +Triangle: [2250, 1109, 3380] +Triangle: [3399, 3398, 3386] +Triangle: [3398, 3392, 3379] +Triangle: [4514, 2256, 1106] +Triangle: [3559, 3385, 3397] +Triangle: [3396, 3397, 3385] +Triangle: [3395, 3396, 3384] +Triangle: [3381, 3390, 3402] +Triangle: [4529, 4524, 3346] +Triangle: [3391, 3399, 3387] +Triangle: [3377, 3378, 4512] +Triangle: [2425, 3216, 3399] +Triangle: [3404, 4505, 3411] +Triangle: [2434, 3420, 3411] +Triangle: [2447, 2449, 3396] +Triangle: [2449, 2544, 3397] +Triangle: [3560, 3397, 2544] +Triangle: [3205, 2429, 3392] +Triangle: [3216, 3205, 3398] +Triangle: [2253, 1122, 3393] +Triangle: [4510, 4509, 3393] +Triangle: [4521, 4520, 3400] +Triangle: [4519, 3394, 3400] +Triangle: [3383, 1106, 1128] +Triangle: [3412, 3401, 3389] +Triangle: [3403, 3391, 3378] +Triangle: [3346, 3405, 3363] +Triangle: [3406, 3363, 3407] +Triangle: [3408, 4528, 4524] +Triangle: [2436, 3407, 4531] +Triangle: [3410, 4510, 3413] +Triangle: [3415, 4502, 3411] +Triangle: [4505, 3404, 3412] +Triangle: [4508, 3401, 4506] +Triangle: [3393, 1122, 2250] +Triangle: [4502, 3365, 3416] +Triangle: [3375, 3425, 3359] +Triangle: [3365, 3427, 3376] +Triangle: [3419, 3425, 3375] +Triangle: [3376, 3427, 3419] +Triangle: [3412, 3404, 4506] +Triangle: [4506, 3404, 3420] +Triangle: [2548, 3421, 3422] +Triangle: [3367, 3423, 3421] +Triangle: [3361, 3422, 3353] +Triangle: [3353, 3425, 3417] +Triangle: [3366, 3423, 3367] +Triangle: [3418, 3427, 3366] +Triangle: [3425, 3419, 3428] +Triangle: [3419, 3427, 3418] +Triangle: [3358, 1204, 1205] +Triangle: [212, 2445, 3303] +Triangle: [3433, 2531, 2527] +Triangle: [3456, 2475, 2520] +Triangle: [3429, 2527, 3434] +Triangle: [3431, 3080, 3088] +Triangle: [2520, 2518, 3464] +Triangle: [3489, 3430, 3316] +Triangle: [2484, 3447, 3561] +Triangle: [3498, 3440, 3443] +Triangle: [3441, 3086, 3080] +Triangle: [3444, 3448, 3081] +Triangle: [3081, 3086, 3444] +Triangle: [3485, 3318, 3438] +Triangle: [2528, 2526, 3439] +Triangle: [3498, 3318, 3317] +Triangle: [2525, 3453, 3448] +Triangle: [2479, 3449, 3446] +Triangle: [3452, 3445, 2480] +Triangle: [2482, 3451, 3447] +Triangle: [3450, 3452, 2485] +Triangle: [2483, 3446, 3451] +Triangle: [2480, 3445, 3449] +Triangle: [2526, 3448, 3444] +Triangle: [2481, 3429, 3437] +Triangle: [2472, 3461, 3457] +Triangle: [3504, 3458, 3462] +Triangle: [3564, 3494, 3462] +Triangle: [3500, 3454, 3457] +Triangle: [3491, 3459, 3454] +Triangle: [3492, 3460, 3456] +Triangle: [3491, 3501, 3455] +Triangle: [3492, 3493, 3461] +Triangle: [3432, 3465, 3464] +Triangle: [2518, 2519, 3463] +Triangle: [3443, 3440, 3463] +Triangle: [3436, 3456, 3465] +Triangle: [3504, 3499, 3443] +Triangle: [3502, 3456, 3436] +Triangle: [2807, 2809, 3467] +Triangle: [3468, 3469, 2798] +Triangle: [1191, 3473, 2815] +Triangle: [2804, 3472, 1199] +Triangle: [3471, 3472, 2804] +Triangle: [3470, 3471, 2802] +Triangle: [2798, 3469, 3470] +Triangle: [3467, 3468, 2796] +Triangle: [3473, 3466, 2790] +Triangle: [3204, 3211, 1201] +Triangle: [3211, 3207, 2435] +Triangle: [1201, 3211, 3474] +Triangle: [1109, 2270, 4532] +Triangle: [1205, 2282, 4538] +Triangle: [44, 2430, 3224] +Triangle: [3218, 3204, 3212] +Triangle: [2529, 3485, 3490] +Triangle: [3433, 3489, 3479] +Triangle: [3330, 3488, 3485] +Triangle: [3332, 3486, 3487] +Triangle: [3338, 3488, 3487] +Triangle: [2492, 2486, 3477] +Triangle: [2491, 2488, 3481] +Triangle: [2492, 3476, 3482] +Triangle: [2491, 3475, 3480] +Triangle: [2487, 3480, 3483] +Triangle: [3530, 2530, 3478] +Triangle: [2490, 3482, 3489] +Triangle: [2530, 2528, 3484] +Triangle: [3442, 3490, 3484] +Triangle: [3336, 3486, 3479] +Triangle: [3477, 3483, 3313] +Triangle: [3311, 3502, 3497] +Triangle: [3315, 3438, 3499] +Triangle: [3310, 3312, 3493] +Triangle: [3307, 3309, 3501] +Triangle: [3310, 3492, 3502] +Triangle: [3307, 3491, 3500] +Triangle: [3308, 3500, 3503] +Triangle: [3556, 3314, 3494] +Triangle: [3315, 3504, 3494] +Triangle: [3440, 3498, 3496] +Triangle: [3318, 3498, 3499] +Triangle: [3493, 3503, 3457] +Triangle: [3430, 3497, 3495] +Triangle: [3316, 3495, 3496] +Triangle: [2451, 2452, 3507] +Triangle: [2452, 2543, 3508] +Triangle: [3565, 3508, 2543] +Triangle: [2451, 3506, 1241] +Triangle: [3509, 3505, 4541] +Triangle: [2423, 3221, 3217] +Triangle: [3566, 3513, 2577] +Triangle: [3513, 3514, 2578] +Triangle: [3511, 3510, 2572] +Triangle: [1248, 3515, 2394] +Triangle: [3515, 3511, 2573] +Triangle: [2575, 3512, 1244] +Triangle: [3514, 3516, 2576] +Triangle: [3516, 3517, 2574] +Triangle: [2574, 3517, 3512] +Triangle: [3326, 3522, 3525] +Triangle: [3325, 3521, 3522] +Triangle: [3519, 3521, 3325] +Triangle: [3324, 3525, 1260] +Triangle: [3520, 3524, 3322] +Triangle: [1254, 3520, 3323] +Triangle: [3524, 3523, 3319] +Triangle: [3518, 3519, 3321] +Triangle: [3567, 3518, 3320] +Triangle: [3523, 3567, 3557] +Triangle: [3510, 3566, 3540] +Triangle: [3509, 3565, 3535] +Triangle: [3309, 3556, 3564] +Triangle: [2488, 3530, 3563] +Triangle: [3501, 3564, 3562] +Triangle: [2525, 3529, 3561] +Triangle: [3403, 3560, 3536] +Triangle: [3377, 3559, 3560] +Triangle: [3087, 3543, 3558] +Triangle: [3319, 3557, 3566] +Triangle: [3481, 3563, 3556] +Triangle: [3227, 3214, 3554] +Triangle: [3214, 2551, 3537] +Triangle: [3094, 3148, 3553] +Triangle: [3140, 3552, 3547] +Triangle: [3132, 3551, 3546] +Triangle: [3071, 3124, 3550] +Triangle: [3097, 3549, 3567] +Triangle: [3124, 3093, 3546] +Triangle: [3148, 3092, 3549] +Triangle: [3094, 3548, 3552] +Triangle: [3095, 3547, 3551] +Triangle: [3544, 3545, 3070] +Triangle: [3453, 3561, 3543] +Triangle: [3065, 3542, 3526] +Triangle: [2572, 3540, 3542] +Triangle: [2569, 3539, 3537] +Triangle: [2438, 3526, 3539] +Triangle: [2555, 3538, 4545] +Triangle: [3536, 3555, 3222] +Triangle: [2424, 3535, 4522] +Triangle: [2422, 3534, 3538] +Triangle: [2422, 2415, 3533] +Triangle: [3532, 3531, 2532] +Triangle: [3455, 3562, 3528] +Triangle: [3530, 3529, 2525] +Triangle: [3531, 3528, 2522] +Triangle: [3527, 3532, 2533] +Triangle: [2517, 2516, 3541] +Triangle: [2516, 2541, 3533] +Triangle: [3577, 3582, 3578] +Triangle: [3573, 3578, 3579] +Triangle: [1311, 3574, 3579] +Triangle: [1312, 1319, 3580] +Triangle: [3575, 3580, 3581] +Triangle: [3576, 3581, 3582] +Triangle: [3582, 3587, 3583] +Triangle: [3578, 3583, 3584] +Triangle: [1318, 3579, 3584] +Triangle: [1319, 1326, 3585] +Triangle: [3580, 3585, 3586] +Triangle: [3581, 3586, 3587] +Triangle: [3587, 3595, 3588] +Triangle: [3583, 3588, 3589] +Triangle: [3584, 3589, 3590] +Triangle: [1325, 323, 3590] +Triangle: [1325, 3591, 3592] +Triangle: [3585, 1326, 3592] +Triangle: [3585, 3593, 3594] +Triangle: [3586, 3594, 3595] +Triangle: [3595, 3603, 3596] +Triangle: [3588, 3596, 3597] +Triangle: [3589, 3597, 3598] +Triangle: [3591, 3590, 3598] +Triangle: [3592, 3591, 3599] +Triangle: [3593, 3592, 3600] +Triangle: [3594, 3593, 3601] +Triangle: [3594, 3602, 3603] +Triangle: [3603, 3611, 3604] +Triangle: [3596, 3604, 3605] +Triangle: [3597, 3605, 3606] +Triangle: [3598, 3606, 3607] +Triangle: [3600, 3599, 3607] +Triangle: [3601, 3600, 3608] +Triangle: [3602, 3601, 3609] +Triangle: [3603, 3602, 3610] +Triangle: [3604, 3611, 3619] +Triangle: [3604, 3612, 3613] +Triangle: [3605, 3613, 3614] +Triangle: [3606, 3614, 3615] +Triangle: [3607, 3615, 3616] +Triangle: [3609, 3608, 3616] +Triangle: [3610, 3609, 3617] +Triangle: [3611, 3610, 3618] +Triangle: [3612, 3619, 3627] +Triangle: [3612, 3620, 3621] +Triangle: [3613, 3621, 3622] +Triangle: [3614, 3622, 3623] +Triangle: [3615, 3623, 3624] +Triangle: [3617, 3616, 3624] +Triangle: [3618, 3617, 3625] +Triangle: [3619, 3618, 3626] +Triangle: [3620, 3627, 3635] +Triangle: [3620, 3628, 3629] +Triangle: [3621, 3629, 3630] +Triangle: [3622, 3630, 3631] +Triangle: [3623, 3631, 3632] +Triangle: [3625, 3624, 3632] +Triangle: [3626, 3625, 3633] +Triangle: [3627, 3626, 3634] +Triangle: [3628, 3635, 3643] +Triangle: [3628, 3636, 3637] +Triangle: [3629, 3637, 3638] +Triangle: [3630, 3638, 3639] +Triangle: [3631, 3639, 3640] +Triangle: [3633, 3632, 3640] +Triangle: [3634, 3633, 3641] +Triangle: [3635, 3634, 3642] +Triangle: [3636, 3643, 3651] +Triangle: [3636, 3644, 3645] +Triangle: [3637, 3645, 3646] +Triangle: [3638, 3646, 3647] +Triangle: [3639, 3647, 3648] +Triangle: [3641, 3640, 3648] +Triangle: [3642, 3641, 3649] +Triangle: [3643, 3642, 3650] +Triangle: [3644, 3651, 3659] +Triangle: [3644, 3652, 3653] +Triangle: [3645, 3653, 3654] +Triangle: [3646, 3654, 3655] +Triangle: [3647, 3655, 3656] +Triangle: [3649, 3648, 3656] +Triangle: [3650, 3649, 3657] +Triangle: [3651, 3650, 3658] +Triangle: [3652, 3659, 3667] +Triangle: [3652, 3660, 3661] +Triangle: [3653, 3661, 3662] +Triangle: [3654, 3662, 3663] +Triangle: [3655, 3663, 3664] +Triangle: [3657, 3656, 3664] +Triangle: [3658, 3657, 3665] +Triangle: [3659, 3658, 3666] +Triangle: [3660, 3667, 3675] +Triangle: [3660, 3668, 3669] +Triangle: [3661, 3669, 3670] +Triangle: [3662, 3670, 3671] +Triangle: [3663, 3671, 3672] +Triangle: [3664, 3672, 3673] +Triangle: [3666, 3665, 3673] +Triangle: [3667, 3666, 3674] +Triangle: [3668, 3675, 3683] +Triangle: [3669, 3668, 3676] +Triangle: [3669, 3677, 3678] +Triangle: [3670, 3678, 3679] +Triangle: [3671, 3679, 3680] +Triangle: [3672, 3680, 3681] +Triangle: [3674, 3673, 3681] +Triangle: [3675, 3674, 3682] +Triangle: [3676, 3683, 3691] +Triangle: [3677, 3676, 3684] +Triangle: [3678, 3677, 3685] +Triangle: [3678, 3686, 3687] +Triangle: [3679, 3687, 3688] +Triangle: [3680, 3688, 3689] +Triangle: [3681, 3689, 3690] +Triangle: [3683, 3682, 3690] +Triangle: [3684, 3691, 3699] +Triangle: [3685, 3684, 3692] +Triangle: [3686, 3685, 3693] +Triangle: [3687, 3686, 3694] +Triangle: [3687, 3695, 3696] +Triangle: [3688, 3696, 3697] +Triangle: [3689, 3697, 3698] +Triangle: [3690, 3698, 3699] +Triangle: [3701, 3708, 3716] +Triangle: [3702, 3701, 3709] +Triangle: [3703, 3702, 3710] +Triangle: [3703, 3711, 3712] +Triangle: [3704, 3712, 3713] +Triangle: [3705, 3713, 3714] +Triangle: [3706, 3714, 3715] +Triangle: [3708, 3707, 3715] +Triangle: [3709, 3716, 3724] +Triangle: [3710, 3709, 3717] +Triangle: [3711, 3710, 3718] +Triangle: [3711, 3719, 3720] +Triangle: [3712, 3720, 3721] +Triangle: [3713, 3721, 3722] +Triangle: [3714, 3722, 3723] +Triangle: [3716, 3715, 3723] +Triangle: [3717, 3724, 3732] +Triangle: [3718, 3717, 3725] +Triangle: [3719, 3718, 3726] +Triangle: [3719, 3727, 3728] +Triangle: [3720, 3728, 3729] +Triangle: [3721, 3729, 3730] +Triangle: [3722, 3730, 3731] +Triangle: [3724, 3723, 3731] +Triangle: [3732, 3740, 3733] +Triangle: [3725, 3733, 3734] +Triangle: [3726, 3734, 3735] +Triangle: [3728, 3727, 3735] +Triangle: [3729, 3728, 3736] +Triangle: [3730, 3729, 3737] +Triangle: [3731, 3730, 3738] +Triangle: [3731, 3739, 3740] +Triangle: [3740, 3748, 3741] +Triangle: [3733, 3741, 3742] +Triangle: [3734, 3742, 3743] +Triangle: [3736, 3735, 3743] +Triangle: [3737, 3736, 3744] +Triangle: [3738, 3737, 3745] +Triangle: [3739, 3738, 3746] +Triangle: [3739, 3747, 3748] +Triangle: [3748, 3756, 3749] +Triangle: [3741, 3749, 3750] +Triangle: [3742, 3750, 3751] +Triangle: [3744, 3743, 3751] +Triangle: [3745, 3744, 3752] +Triangle: [3746, 3745, 3753] +Triangle: [3747, 3746, 3754] +Triangle: [3747, 3755, 3756] +Triangle: [3756, 3764, 3757] +Triangle: [3749, 3757, 3758] +Triangle: [3750, 3758, 3759] +Triangle: [3752, 3751, 3759] +Triangle: [3753, 3752, 3760] +Triangle: [3754, 3753, 3761] +Triangle: [3754, 3762, 3763] +Triangle: [3755, 3763, 3764] +Triangle: [3764, 3772, 3765] +Triangle: [3757, 3765, 3766] +Triangle: [3758, 3766, 3767] +Triangle: [3760, 3759, 3767] +Triangle: [3761, 3760, 3768] +Triangle: [3762, 3761, 3769] +Triangle: [3762, 3770, 3771] +Triangle: [3763, 3771, 3772] +Triangle: [3772, 3780, 3773] +Triangle: [3765, 3773, 3774] +Triangle: [3766, 3774, 3775] +Triangle: [3768, 3767, 3775] +Triangle: [3769, 3768, 3776] +Triangle: [3770, 3769, 3777] +Triangle: [3770, 3778, 3779] +Triangle: [3771, 3779, 3780] +Triangle: [3773, 3780, 3788] +Triangle: [3773, 3781, 3782] +Triangle: [3774, 3782, 3783] +Triangle: [3776, 3775, 3783] +Triangle: [3777, 3776, 3784] +Triangle: [3778, 3777, 3785] +Triangle: [3778, 3786, 3787] +Triangle: [3779, 3787, 3788] +Triangle: [3781, 3788, 3796] +Triangle: [3781, 3789, 3790] +Triangle: [3782, 3790, 3791] +Triangle: [3783, 3791, 3792] +Triangle: [3785, 3784, 3792] +Triangle: [3786, 3785, 3793] +Triangle: [3787, 3786, 3794] +Triangle: [3788, 3787, 3795] +Triangle: [3796, 3804, 3797] +Triangle: [3789, 3797, 3798] +Triangle: [3790, 3798, 3799] +Triangle: [3791, 3799, 3800] +Triangle: [3793, 3792, 3800] +Triangle: [3794, 3793, 3801] +Triangle: [3795, 3794, 3802] +Triangle: [3796, 3795, 3803] +Triangle: [3804, 3812, 3805] +Triangle: [3797, 3805, 3806] +Triangle: [3798, 3806, 3807] +Triangle: [3799, 3807, 3808] +Triangle: [3800, 3808, 3809] +Triangle: [3802, 3801, 3809] +Triangle: [3803, 3802, 3810] +Triangle: [3804, 3803, 3811] +Triangle: [3805, 3812, 3820] +Triangle: [3805, 3813, 3814] +Triangle: [3806, 3814, 3815] +Triangle: [3807, 3815, 3816] +Triangle: [3808, 3816, 3817] +Triangle: [3810, 3809, 3817] +Triangle: [3811, 3810, 3818] +Triangle: [3812, 3811, 3819] +Triangle: [3813, 3820, 3828] +Triangle: [3814, 3813, 3821] +Triangle: [3814, 3822, 3823] +Triangle: [3815, 3823, 3824] +Triangle: [3816, 3824, 3825] +Triangle: [3817, 3825, 3826] +Triangle: [3819, 3818, 3826] +Triangle: [3820, 3819, 3827] +Triangle: [3821, 3828, 3836] +Triangle: [3822, 3821, 3829] +Triangle: [3823, 3822, 3830] +Triangle: [3823, 3831, 3832] +Triangle: [3824, 3832, 3833] +Triangle: [3825, 3833, 3834] +Triangle: [3826, 3834, 3835] +Triangle: [3828, 3827, 3835] +Triangle: [3845, 3853, 3846] +Triangle: [3838, 3846, 3847] +Triangle: [3839, 3847, 3848] +Triangle: [3841, 3840, 3848] +Triangle: [3842, 3841, 3849] +Triangle: [3843, 3842, 3850] +Triangle: [3844, 3843, 3851] +Triangle: [3845, 3844, 3852] +Triangle: [3853, 3861, 3854] +Triangle: [3846, 3854, 3855] +Triangle: [3848, 3847, 3855] +Triangle: [3849, 3848, 3856] +Triangle: [3850, 3849, 3857] +Triangle: [3850, 3858, 3859] +Triangle: [3851, 3859, 3860] +Triangle: [3852, 3860, 3861] +Triangle: [3861, 3869, 3862] +Triangle: [3855, 3854, 3862] +Triangle: [3856, 3855, 3863] +Triangle: [3857, 3856, 3864] +Triangle: [3858, 3857, 3865] +Triangle: [3858, 3866, 3867] +Triangle: [3859, 3867, 3868] +Triangle: [3860, 3868, 3869] +Triangle: [3862, 3869, 3877] +Triangle: [3863, 3862, 3870] +Triangle: [3863, 3871, 3872] +Triangle: [3864, 3872, 3873] +Triangle: [3865, 3873, 3874] +Triangle: [3866, 3874, 3875] +Triangle: [3868, 3867, 3875] +Triangle: [3869, 3868, 3876] +Triangle: [3870, 3877, 3885] +Triangle: [3871, 3870, 3878] +Triangle: [3871, 3879, 3880] +Triangle: [3872, 3880, 3881] +Triangle: [3873, 3881, 3882] +Triangle: [3874, 3882, 3883] +Triangle: [3876, 3875, 3883] +Triangle: [3877, 3876, 3884] +Triangle: [3878, 3885, 3893] +Triangle: [3878, 3886, 3887] +Triangle: [3880, 3879, 3887] +Triangle: [3881, 3880, 3888] +Triangle: [3882, 3881, 3889] +Triangle: [3883, 3882, 3890] +Triangle: [3883, 3891, 3892] +Triangle: [3884, 3892, 3893] +Triangle: [3886, 3893, 3901] +Triangle: [3886, 3894, 3895] +Triangle: [3888, 3887, 3895] +Triangle: [3889, 3888, 3896] +Triangle: [3890, 3889, 3897] +Triangle: [3890, 3898, 3899] +Triangle: [3891, 3899, 3900] +Triangle: [3892, 3900, 3901] +Triangle: [3951, 3952, 3910] +Triangle: [3956, 3951, 3907] +Triangle: [3953, 3908, 3909] +Triangle: [3954, 3909, 3936] +Triangle: [3907, 3910, 3914] +Triangle: [3944, 3907, 3911] +Triangle: [3908, 3912, 3913] +Triangle: [3909, 3913, 3937] +Triangle: [3914, 3918, 3915] +Triangle: [3945, 3911, 3915] +Triangle: [3913, 3912, 3916] +Triangle: [3913, 3917, 3938] +Triangle: [3915, 3918, 3922] +Triangle: [3946, 3915, 3919] +Triangle: [3917, 3916, 3920] +Triangle: [3917, 3921, 3939] +Triangle: [3919, 3922, 3926] +Triangle: [3947, 3919, 3923] +Triangle: [3920, 3924, 3925] +Triangle: [3921, 3925, 3940] +Triangle: [3926, 3930, 3927] +Triangle: [3948, 3923, 3927] +Triangle: [3925, 3924, 3928] +Triangle: [3940, 3925, 3929] +Triangle: [3930, 3934, 3931] +Triangle: [3927, 3931, 3950] +Triangle: [3929, 3928, 3932] +Triangle: [3929, 3933, 3942] +Triangle: [3930, 3941, 3942] +Triangle: [3940, 3941, 3930] +Triangle: [3922, 3939, 3940] +Triangle: [3938, 3939, 3922] +Triangle: [3937, 3938, 3918] +Triangle: [3936, 3937, 3914] +Triangle: [3955, 3936, 3910] +Triangle: [3949, 3950, 3932] +Triangle: [3948, 3949, 3928] +Triangle: [3947, 3948, 3924] +Triangle: [3916, 3946, 3947] +Triangle: [3912, 3945, 3946] +Triangle: [3908, 3944, 3945] +Triangle: [3953, 3956, 3944] +Triangle: [3904, 3943, 3956] +Triangle: [3935, 3955, 3952] +Triangle: [3905, 3954, 3955] +Triangle: [3905, 3904, 3953] +Triangle: [3943, 3903, 3951] +Triangle: [3906, 3952, 3951] +Triangle: [3957, 3960, 3964] +Triangle: [3978, 3957, 3961] +Triangle: [3958, 3962, 3963] +Triangle: [3959, 3963, 3975] +Triangle: [3961, 3964, 3968] +Triangle: [3962, 3979, 3980] +Triangle: [3975, 3976, 3968] +Triangle: [3965, 3980, 3979] +Triangle: [3968, 3972, 3969] +Triangle: [3980, 3965, 3969] +Triangle: [3967, 3966, 3970] +Triangle: [3976, 3967, 3971] +Triangle: [3976, 3977, 3972] +Triangle: [3963, 3967, 3976] +Triangle: [3974, 3975, 3964] +Triangle: [3980, 3981, 3970] +Triangle: [3963, 3962, 3966] +Triangle: [3958, 3978, 3979] +Triangle: [4022, 3982, 3983] +Triangle: [4023, 3986, 3987] +Triangle: [3985, 3984, 4021] +Triangle: [4020, 3987, 3988] +Triangle: [4021, 3984, 3982] +Triangle: [4018, 3983, 3986] +Triangle: [3991, 3998, 3996] +Triangle: [3997, 4000, 3993] +Triangle: [3996, 3997, 3990] +Triangle: [4000, 4001, 3994] +Triangle: [3999, 3998, 3991] +Triangle: [3994, 4001, 4002] +Triangle: [4028, 4025, 4004] +Triangle: [4029, 4026, 4007] +Triangle: [4019, 4027, 4005] +Triangle: [4024, 3988, 4378] +Triangle: [4027, 4028, 4003] +Triangle: [4029, 4006, 4004] +Triangle: [4010, 4008, 4013] +Triangle: [4011, 4016, 4014] +Triangle: [4008, 4009, 4014] +Triangle: [4012, 4017, 4016] +Triangle: [3992, 4010, 4015] +Triangle: [3995, 4002, 4380] +Triangle: [3989, 3982, 3984] +Triangle: [3984, 3985, 3992] +Triangle: [3985, 4005, 4010] +Triangle: [4005, 4003, 4008] +Triangle: [4003, 4004, 4009] +Triangle: [4009, 4004, 4006] +Triangle: [4006, 4007, 4012] +Triangle: [4379, 4378, 3988] +Triangle: [3995, 3988, 3987] +Triangle: [3994, 3987, 3986] +Triangle: [3986, 3983, 3990] +Triangle: [3990, 3983, 3982] +Triangle: [4360, 4029, 4025] +Triangle: [4359, 4028, 4027] +Triangle: [4358, 4024, 4381] +Triangle: [4355, 4027, 4019] +Triangle: [4354, 4026, 4029] +Triangle: [4353, 4025, 4028] +Triangle: [4349, 4018, 4023] +Triangle: [4352, 4021, 4022] +Triangle: [4351, 4020, 4024] +Triangle: [4350, 4019, 4021] +Triangle: [4357, 4023, 4020] +Triangle: [4356, 4022, 4018] +Triangle: [4000, 3997, 4032] +Triangle: [4232, 4032, 4043] +Triangle: [4033, 4034, 4001] +Triangle: [3996, 4043, 4032] +Triangle: [3998, 4042, 4043] +Triangle: [3998, 3999, 4041] +Triangle: [3999, 4015, 4040] +Triangle: [4015, 4013, 4039] +Triangle: [4013, 4014, 4038] +Triangle: [4016, 4037, 4038] +Triangle: [4017, 4036, 4037] +Triangle: [4002, 4035, 4382] +Triangle: [4001, 4034, 4035] +Triangle: [4290, 4291, 4266] +Triangle: [4065, 4364, 4363] +Triangle: [4363, 4365, 4066] +Triangle: [4050, 4048, 4495] +Triangle: [4048, 4049, 4497] +Triangle: [4070, 4053, 4052] +Triangle: [4072, 4054, 4053] +Triangle: [4071, 4052, 4051] +Triangle: [4074, 4055, 4054] +Triangle: [4069, 4073, 4051] +Triangle: [4050, 4055, 4074] +Triangle: [4499, 4057, 4056] +Triangle: [4500, 4491, 4057] +Triangle: [4049, 4051, 4498] +Triangle: [4058, 4490, 4488] +Triangle: [4059, 4362, 4062] +Triangle: [4062, 4366, 4370] +Triangle: [4064, 4066, 4031] +Triangle: [4065, 4064, 4030] +Triangle: [4047, 4364, 4493] +Triangle: [4046, 4056, 4372] +Triangle: [4067, 4069, 4049] +Triangle: [4068, 4067, 4048] +Triangle: [4078, 4079, 4081] +Triangle: [4385, 4383, 4078] +Triangle: [4384, 4385, 4083] +Triangle: [4083, 4081, 4077] +Triangle: [4138, 4139, 4104] +Triangle: [4388, 4095, 4117] +Triangle: [4122, 4099, 4097] +Triangle: [4399, 4134, 4107] +Triangle: [4095, 4096, 4116] +Triangle: [4137, 4102, 4100] +Triangle: [4137, 4138, 4103] +Triangle: [4134, 4088, 4089] +Triangle: [4638, 4086, 4087] +Triangle: [4643, 4641, 4088] +Triangle: [4398, 4386, 4091] +Triangle: [4641, 4123, 4122] +Triangle: [4638, 4636, 4085] +Triangle: [4133, 4091, 4087] +Triangle: [4132, 4089, 4090] +Triangle: [4636, 4637, 4084] +Triangle: [4384, 4075, 4104] +Triangle: [4082, 4076, 4107] +Triangle: [4080, 4082, 4106] +Triangle: [4080, 4105, 4391] +Triangle: [4075, 4077, 4103] +Triangle: [4081, 4102, 4103] +Triangle: [4079, 4100, 4102] +Triangle: [4078, 4101, 4100] +Triangle: [4124, 4115, 4113] +Triangle: [4126, 4109, 4115] +Triangle: [4127, 4108, 4393] +Triangle: [4129, 4128, 4111] +Triangle: [4130, 4129, 4112] +Triangle: [4131, 4130, 4114] +Triangle: [4127, 4131, 4110] +Triangle: [4396, 4125, 4113] +Triangle: [4123, 4093, 4099] +Triangle: [4094, 4092, 4119] +Triangle: [4098, 4094, 4118] +Triangle: [4389, 4093, 4123] +Triangle: [4098, 4120, 4116] +Triangle: [4117, 4116, 4634] +Triangle: [4640, 4122, 4121] +Triangle: [4395, 4117, 4635] +Triangle: [4097, 4125, 4396] +Triangle: [4092, 4094, 4131] +Triangle: [4094, 4098, 4130] +Triangle: [4098, 4096, 4129] +Triangle: [4096, 4095, 4128] +Triangle: [4092, 4127, 4397] +Triangle: [4093, 4126, 4124] +Triangle: [4099, 4124, 4125] +Triangle: [4132, 4135, 4105] +Triangle: [4101, 4133, 4136] +Triangle: [4391, 4398, 4133] +Triangle: [4134, 4132, 4106] +Triangle: [4086, 4085, 4138] +Triangle: [4086, 4137, 4136] +Triangle: [4387, 4088, 4134] +Triangle: [4085, 4084, 4139] +Triangle: [4410, 4159, 4160] +Triangle: [4408, 4161, 4159] +Triangle: [4157, 4163, 4164] +Triangle: [4156, 4164, 4162] +Triangle: [4220, 4185, 4184] +Triangle: [4178, 4176, 4198] +Triangle: [4413, 4178, 4202] +Triangle: [4215, 4188, 4185] +Triangle: [4176, 4177, 4197] +Triangle: [4424, 4218, 4183] +Triangle: [4218, 4219, 4184] +Triangle: [4169, 4170, 4213] +Triangle: [4419, 4201, 4167] +Triangle: [4204, 4169, 4165] +Triangle: [4171, 4172, 4214] +Triangle: [4169, 4204, 4203] +Triangle: [4201, 4199, 4166] +Triangle: [4214, 4172, 4168] +Triangle: [4411, 4171, 4216] +Triangle: [4199, 4200, 4165] +Triangle: [4157, 4156, 4185] +Triangle: [4157, 4188, 4187] +Triangle: [4408, 4163, 4187] +Triangle: [4161, 4186, 4182] +Triangle: [4158, 4184, 4185] +Triangle: [4158, 4162, 4183] +Triangle: [4160, 4181, 4416] +Triangle: [4159, 4182, 4181] +Triangle: [4205, 4196, 4417] +Triangle: [4205, 4207, 4190] +Triangle: [4207, 4208, 4189] +Triangle: [4209, 4192, 4193] +Triangle: [4421, 4210, 4193] +Triangle: [4212, 4211, 4195] +Triangle: [4208, 4212, 4191] +Triangle: [4206, 4194, 4192] +Triangle: [4174, 4180, 4203] +Triangle: [4173, 4200, 4199] +Triangle: [4175, 4199, 4201] +Triangle: [4174, 4204, 4200] +Triangle: [4179, 4201, 4419] +Triangle: [4198, 4197, 4168] +Triangle: [4420, 4202, 4171] +Triangle: [4202, 4198, 4172] +Triangle: [4178, 4206, 4209] +Triangle: [4175, 4212, 4208] +Triangle: [4175, 4179, 4211] +Triangle: [4414, 4177, 4210] +Triangle: [4177, 4176, 4209] +Triangle: [4174, 4173, 4208] +Triangle: [4180, 4174, 4207] +Triangle: [4180, 4205, 4422] +Triangle: [4423, 4216, 4186] +Triangle: [4182, 4214, 4217] +Triangle: [4216, 4214, 4182] +Triangle: [4215, 4213, 4187] +Triangle: [4167, 4166, 4219] +Triangle: [4412, 4167, 4218] +Triangle: [4169, 4215, 4220] +Triangle: [4166, 4165, 4220] +Triangle: [4115, 4142, 4146] +Triangle: [4150, 4154, 4145] +Triangle: [4191, 4195, 4153] +Triangle: [4417, 4196, 4222] +Triangle: [4426, 4425, 4222] +Triangle: [4281, 4282, 4246] +Triangle: [4040, 4039, 4282] +Triangle: [4427, 4426, 4224] +Triangle: [4223, 4228, 4229] +Triangle: [4035, 4225, 4427] +Triangle: [4232, 4233, 4044] +Triangle: [4235, 4234, 4227] +Triangle: [4325, 4308, 4429] +Triangle: [4245, 4324, 4307] +Triangle: [4239, 4240, 4229] +Triangle: [4225, 4227, 4228] +Triangle: [4242, 4241, 4229] +Triangle: [4235, 4238, 4244] +Triangle: [4244, 4240, 4239] +Triangle: [4243, 4242, 4240] +Triangle: [4111, 4316, 4308] +Triangle: [4039, 4038, 4283] +Triangle: [4041, 4040, 4281] +Triangle: [4269, 4246, 4282] +Triangle: [4280, 4281, 4247] +Triangle: [4403, 4430, 4250] +Triangle: [4251, 4249, 4140] +Triangle: [4141, 4250, 4252] +Triangle: [4393, 4431, 4254] +Triangle: [4255, 4253, 4108] +Triangle: [4109, 4254, 4256] +Triangle: [4432, 4258, 4149] +Triangle: [4259, 4257, 4148] +Triangle: [4149, 4258, 4260] +Triangle: [4147, 4252, 4259] +Triangle: [4115, 4256, 4251] +Triangle: [4261, 4262, 4190] +Triangle: [4263, 4261, 4189] +Triangle: [4190, 4262, 4222] +Triangle: [4155, 4260, 4263] +Triangle: [4258, 4261, 4263] +Triangle: [4257, 4259, 4252] +Triangle: [4249, 4251, 4256] +Triangle: [4373, 4063, 4065] +Triangle: [4267, 4264, 4377] +Triangle: [4268, 4264, 4267] +Triangle: [4434, 4433, 4264] +Triangle: [4038, 4037, 4284] +Triangle: [4283, 4284, 4279] +Triangle: [4435, 4438, 4276] +Triangle: [4438, 4248, 4247] +Triangle: [4271, 4270, 4276] +Triangle: [4434, 4268, 4435] +Triangle: [4440, 4270, 4271] +Triangle: [4441, 4271, 4436] +Triangle: [4442, 4272, 4273] +Triangle: [4482, 4443, 4273] +Triangle: [4445, 4444, 4274] +Triangle: [4446, 4445, 4275] +Triangle: [4262, 4261, 4269] +Triangle: [4224, 4222, 4262] +Triangle: [4224, 4279, 4284] +Triangle: [4037, 4036, 4226] +Triangle: [4292, 4280, 4248] +Triangle: [4280, 4289, 4042] +Triangle: [4447, 4246, 4269] +Triangle: [4285, 4278, 4275] +Triangle: [4449, 4285, 4274] +Triangle: [4481, 4448, 4287] +Triangle: [4287, 4277, 4439] +Triangle: [4271, 4277, 4451] +Triangle: [4451, 4277, 4287] +Triangle: [4288, 4286, 4273] +Triangle: [4289, 4233, 4043] +Triangle: [4231, 4232, 4030] +Triangle: [4289, 4291, 4290] +Triangle: [4292, 4291, 4289] +Triangle: [4231, 4031, 4295] +Triangle: [4291, 4292, 4267] +Triangle: [4062, 4362, 4293] +Triangle: [4369, 4367, 4237] +Triangle: [4066, 4060, 4295] +Triangle: [4243, 4244, 4238] +Triangle: [4238, 4486, 4294] +Triangle: [4486, 4238, 4235] +Triangle: [4194, 4221, 4296] +Triangle: [4221, 4229, 4241] +Triangle: [4195, 4298, 4297] +Triangle: [4453, 4300, 4299] +Triangle: [4405, 4153, 4297] +Triangle: [4193, 4300, 4453] +Triangle: [4301, 4192, 4296] +Triangle: [4192, 4301, 4300] +Triangle: [4302, 4301, 4241] +Triangle: [4304, 4299, 4300] +Triangle: [4301, 4302, 4303] +Triangle: [4321, 4315, 4456] +Triangle: [4307, 4306, 4242] +Triangle: [4302, 4242, 4306] +Triangle: [4303, 4302, 4305] +Triangle: [4154, 4311, 4310] +Triangle: [4454, 4313, 4312] +Triangle: [4152, 4313, 4454] +Triangle: [4401, 4145, 4310] +Triangle: [4315, 4321, 4113] +Triangle: [4314, 4320, 4460] +Triangle: [4144, 4317, 4456] +Triangle: [4143, 4312, 4457] +Triangle: [4245, 4238, 4237] +Triangle: [4313, 4152, 4406] +Triangle: [4299, 4304, 4318] +Triangle: [4306, 4318, 4304] +Triangle: [4318, 4306, 4459] +Triangle: [4460, 4320, 4319] +Triangle: [4313, 4319, 4320] +Triangle: [4308, 4323, 4462] +Triangle: [4236, 4309, 4324] +Triangle: [4312, 4320, 4462] +Triangle: [4316, 4317, 4323] +Triangle: [4228, 4227, 4234] +Triangle: [4461, 4322, 4314] +Triangle: [4392, 4113, 4321] +Triangle: [4112, 4326, 4327] +Triangle: [4327, 4255, 4110] +Triangle: [4112, 4111, 4325] +Triangle: [4467, 4328, 4329] +Triangle: [4465, 4330, 4331] +Triangle: [4464, 4322, 4330] +Triangle: [4461, 4309, 4328] +Triangle: [4332, 4328, 4309] +Triangle: [4332, 4236, 4368] +Triangle: [4329, 4328, 4332] +Triangle: [4468, 4331, 4334] +Triangle: [4470, 4334, 4331] +Triangle: [4336, 4335, 4329] +Triangle: [4480, 4469, 4334] +Triangle: [4265, 4266, 4375] +Triangle: [4487, 4336, 4333] +Triangle: [4033, 4032, 4232] +Triangle: [4344, 4337, 3339] +Triangle: [4345, 4339, 3341] +Triangle: [4338, 4340, 3342] +Triangle: [4339, 4346, 3570] +Triangle: [4340, 4344, 3572] +Triangle: [3339, 4337, 4345] +Triangle: [3343, 4341, 4347] +Triangle: [3568, 3344, 4342] +Triangle: [3345, 4343, 4338] +Triangle: [3558, 3570, 4346] +Triangle: [3569, 4347, 4343] +Triangle: [3343, 3568, 4348] +Triangle: [4407, 4473, 4150] +Triangle: [4474, 4473, 4155] +Triangle: [4479, 4474, 4153] +Triangle: [4403, 4475, 4142] +Triangle: [4475, 4147, 4145] +Triangle: [4478, 4476, 4145] +Triangle: [4344, 4356, 4349] +Triangle: [4345, 4357, 4351] +Triangle: [4350, 4352, 4340] +Triangle: [4339, 4351, 4358] +Triangle: [4352, 4356, 4344] +Triangle: [4337, 4349, 4357] +Triangle: [4341, 4353, 4359] +Triangle: [4342, 4354, 4360] +Triangle: [4343, 4355, 4350] +Triangle: [4472, 4346, 4358] +Triangle: [4347, 4359, 4355] +Triangle: [4341, 4348, 4360] +Triangle: [4333, 4332, 4361] +Triangle: [4061, 4366, 4369] +Triangle: [4063, 4487, 4293] +Triangle: [4059, 4493, 4063] +Triangle: [4368, 4236, 4237] +Triangle: [4047, 4045, 4363] +Triangle: [4065, 4063, 4493] +Triangle: [4045, 4046, 4365] +Triangle: [4062, 4361, 4368] +Triangle: [4062, 4367, 4369] +Triangle: [4057, 4371, 4372] +Triangle: [4365, 4372, 4060] +Triangle: [4290, 4265, 4374] +Triangle: [4373, 4044, 4374] +Triangle: [4375, 4376, 4336] +Triangle: [4375, 4266, 4377] +Triangle: [4376, 4471, 4335] +Triangle: [4472, 4477, 4354] +Triangle: [4146, 4476, 4478] +Triangle: [4144, 4400, 4478] +Triangle: [4402, 4478, 4401] +Triangle: [4142, 4475, 4476] +Triangle: [4141, 4147, 4475] +Triangle: [4404, 4154, 4474] +Triangle: [4152, 4404, 4479] +Triangle: [4406, 4479, 4405] +Triangle: [4154, 4150, 4473] +Triangle: [4149, 4155, 4473] +Triangle: [3344, 3558, 4472] +Triangle: [4433, 4255, 4469] +Triangle: [4264, 4433, 4480] +Triangle: [4471, 4480, 4470] +Triangle: [4335, 4470, 4466] +Triangle: [4327, 4468, 4469] +Triangle: [4322, 4461, 4467] +Triangle: [4325, 4464, 4465] +Triangle: [4326, 4465, 4468] +Triangle: [4330, 4467, 4466] +Triangle: [4392, 4463, 4316] +Triangle: [4309, 4461, 4428] +Triangle: [4457, 4462, 4323] +Triangle: [4429, 4462, 4320] +Triangle: [4460, 4459, 4306] +Triangle: [4458, 4459, 4319] +Triangle: [4458, 4406, 4151] +Triangle: [4402, 4457, 4317] +Triangle: [4400, 4456, 4315] +Triangle: [4428, 4460, 4307] +Triangle: [4143, 4401, 4455] +Triangle: [4404, 4454, 4311] +Triangle: [4311, 4454, 4455] +Triangle: [4463, 4456, 4317] +Triangle: [4418, 4453, 4298] +Triangle: [4151, 4405, 4452] +Triangle: [4298, 4453, 4452] +Triangle: [4288, 4451, 4448] +Triangle: [4436, 4451, 4288] +Triangle: [4450, 4439, 4247] +Triangle: [4286, 4448, 4481] +Triangle: [4449, 4481, 4447] +Triangle: [4481, 4450, 4246] +Triangle: [4286, 4449, 4437] +Triangle: [4285, 4447, 4446] +Triangle: [4269, 4261, 4445] +Triangle: [4261, 4258, 4444] +Triangle: [4432, 4257, 4443] +Triangle: [4258, 4432, 4482] +Triangle: [4444, 4482, 4437] +Triangle: [4250, 4442, 4443] +Triangle: [4249, 4441, 4483] +Triangle: [4430, 4483, 4442] +Triangle: [4483, 4436, 4272] +Triangle: [4254, 4440, 4441] +Triangle: [4253, 4434, 4484] +Triangle: [4431, 4484, 4440] +Triangle: [4484, 4435, 4270] +Triangle: [4276, 4438, 4439] +Triangle: [4268, 4248, 4438] +Triangle: [4253, 4255, 4433] +Triangle: [4257, 4432, 4407] +Triangle: [4108, 4253, 4431] +Triangle: [4140, 4249, 4430] +Triangle: [4464, 4429, 4314] +Triangle: [4382, 4427, 4226] +Triangle: [4225, 4223, 4426] +Triangle: [4223, 4221, 4425] +Triangle: [4194, 4417, 4425] +Triangle: [4412, 4424, 4217] +Triangle: [4213, 4423, 4415] +Triangle: [4413, 4422, 4206] +Triangle: [4179, 4414, 4421] +Triangle: [4203, 4420, 4411] +Triangle: [4414, 4419, 4197] +Triangle: [4211, 4421, 4418] +Triangle: [4206, 4422, 4417] +Triangle: [4162, 4409, 4416] +Triangle: [4161, 4408, 4415] +Triangle: [4170, 4411, 4423] +Triangle: [4197, 4419, 4412] +Triangle: [4424, 4416, 4181] +Triangle: [4180, 4413, 4420] +Triangle: [4163, 4408, 4410] +Triangle: [4164, 4410, 4409] +Triangle: [4084, 4387, 4399] +Triangle: [4105, 4135, 4398] +Triangle: [4093, 4389, 4397] +Triangle: [4095, 4388, 4396] +Triangle: [4639, 4121, 4395] +Triangle: [4092, 4389, 4394] +Triangle: [4128, 4396, 4392] +Triangle: [4397, 4393, 4109] +Triangle: [4383, 4391, 4101] +Triangle: [4076, 4384, 4390] +Triangle: [4135, 4090, 4386] +Triangle: [4637, 4643, 4387] +Triangle: [4139, 4399, 4390] +Triangle: [4097, 4388, 4395] +Triangle: [4076, 4082, 4385] +Triangle: [4082, 4080, 4383] +Triangle: [4380, 4382, 4036] +Triangle: [4477, 4381, 4026] +Triangle: [4007, 4378, 4379] +Triangle: [4379, 4380, 4017] +Triangle: [4026, 4381, 4378] +Triangle: [4377, 4264, 4471] +Triangle: [4487, 4063, 4373] +Triangle: [4489, 4492, 4295] +Triangle: [4055, 4488, 4490] +Triangle: [4227, 4225, 4035] +Triangle: [4060, 4372, 4371] +Triangle: [4492, 4485, 4230] +Triangle: [4033, 4231, 4230] +Triangle: [4227, 4034, 4230] +Triangle: [4486, 4485, 4492] +Triangle: [4492, 4489, 4061] +Triangle: [4494, 4061, 4489] +Triangle: [4371, 4057, 4491] +Triangle: [4061, 4494, 4370] +Triangle: [4494, 4491, 4058] +Triangle: [4497, 4498, 4056] +Triangle: [4053, 4500, 4499] +Triangle: [4052, 4499, 4498] +Triangle: [4495, 4497, 4046] +Triangle: [4496, 4495, 4045] +Triangle: [4047, 4059, 4488] +Triangle: [4055, 4050, 4496] +Triangle: [4501, 4073, 4069] +Triangle: [4071, 4073, 4501] +Triangle: [4072, 4070, 4501] +Triangle: [4501, 4067, 4068] +Triangle: [4054, 4490, 4500] +Triangle: [4491, 4500, 4490] +Triangle: [4525, 3349, 3208] +Triangle: [3408, 3389, 3401] +Triangle: [4519, 3382, 2428] +Triangle: [3400, 3394, 4504] +Triangle: [3415, 3400, 4503] +Triangle: [3413, 3393, 4507] +Triangle: [3350, 4504, 3392] +Triangle: [4504, 3394, 3379] +Triangle: [3402, 4521, 3415] +Triangle: [3347, 4509, 4510] +Triangle: [3347, 46, 2253] +Triangle: [3414, 3359, 4510] +Triangle: [3394, 4519, 4513] +Triangle: [4511, 4522, 3559] +Triangle: [3388, 3382, 4519] +Triangle: [3409, 3388, 4520] +Triangle: [4511, 4512, 2423] +Triangle: [2451, 173, 2256] +Triangle: [3386, 4517, 4518] +Triangle: [3379, 4513, 4517] +Triangle: [4522, 4516, 3385] +Triangle: [3384, 3385, 4516] +Triangle: [3383, 3384, 4515] +Triangle: [3378, 3387, 4518] +Triangle: [3409, 4521, 3402] +Triangle: [3382, 4535, 4534] +Triangle: [3217, 3206, 4530] +Triangle: [4527, 3388, 3409] +Triangle: [4527, 3364, 4536] +Triangle: [3381, 3389, 4524] +Triangle: [2270, 1204, 3358] +Triangle: [4528, 3405, 3346] +Triangle: [4531, 3409, 3390] +Triangle: [4540, 3217, 4523] +Triangle: [4532, 3358, 3405] +Triangle: [4529, 3406, 2436] +Triangle: [4535, 3382, 3388] +Triangle: [3388, 4527, 4535] +Triangle: [4534, 4525, 4530] +Triangle: [2282, 47, 2435] +Triangle: [3349, 4525, 4537] +Triangle: [4538, 2435, 3349] +Triangle: [4525, 4534, 4535] +Triangle: [4539, 4545, 3565] +Triangle: [4539, 4541, 2556] +Triangle: [3505, 3217, 4540] +Triangle: [3506, 3507, 4543] +Triangle: [3507, 3508, 4544] +Triangle: [4545, 4544, 3508] +Triangle: [3506, 4542, 2287] +Triangle: [2557, 4540, 4533] +Triangle: [3216, 2425, 3223] +Triangle: [267, 2626, 4546] +Triangle: [2626, 2627, 4547] +Triangle: [2627, 2628, 2816] +Triangle: [4581, 4582, 2695] +Triangle: [4560, 4558, 4581] +Triangle: [4583, 2701, 2693] +Triangle: [4584, 2693, 2692] +Triangle: [4580, 4548, 4561] +Triangle: [4549, 4548, 4580] +Triangle: [4550, 4549, 4586] +Triangle: [4551, 4550, 4587] +Triangle: [4557, 4556, 4589] +Triangle: [4589, 4556, 4555] +Triangle: [4555, 4598, 4596] +Triangle: [4554, 4553, 4592] +Triangle: [4553, 4552, 4593] +Triangle: [4563, 4551, 4588] +Triangle: [4562, 4563, 4594] +Triangle: [4593, 4552, 4562] +Triangle: [4556, 4572, 4571] +Triangle: [4565, 4564, 4548] +Triangle: [4557, 4573, 4572] +Triangle: [4550, 4566, 4565] +Triangle: [4577, 4575, 4559] +Triangle: [4558, 4574, 4573] +Triangle: [4551, 4567, 4566] +Triangle: [4552, 4568, 4578] +Triangle: [4564, 4577, 4561] +Triangle: [4553, 4569, 4568] +Triangle: [4575, 4576, 4560] +Triangle: [4562, 4578, 4579] +Triangle: [4554, 4570, 4569] +Triangle: [4576, 4574, 4558] +Triangle: [4579, 4567, 4551] +Triangle: [4598, 4600, 4570] +Triangle: [4593, 4595, 2688] +Triangle: [2688, 4595, 4594] +Triangle: [4594, 4588, 2689] +Triangle: [2698, 4592, 4593] +Triangle: [4591, 4592, 2698] +Triangle: [4590, 4596, 4597] +Triangle: [4589, 4590, 2696] +Triangle: [4582, 4589, 2703] +Triangle: [4588, 4587, 2690] +Triangle: [4587, 4586, 2691] +Triangle: [2691, 4586, 4580] +Triangle: [2699, 4580, 4585] +Triangle: [4559, 4584, 4585] +Triangle: [4560, 4583, 4584] +Triangle: [4583, 4581, 2694] +Triangle: [4558, 4557, 4582] +Triangle: [4571, 4600, 4598] +Triangle: [4598, 4554, 4591] +Triangle: [2697, 2621, 4599] +Triangle: [4596, 4591, 2697] +Triangle: [2621, 2816, 2628] +Triangle: [4604, 4603, 4605] +Triangle: [4607, 4608, 4606] +Triangle: [4609, 4610, 4608] +Triangle: [4609, 4611, 4612] +Triangle: [4611, 4613, 4614] +Triangle: [4613, 4615, 4616] +Triangle: [4617, 4618, 4616] +Triangle: [4619, 4620, 4618] +Triangle: [4621, 4622, 4620] +Triangle: [4623, 4624, 4622] +Triangle: [4623, 4625, 4626] +Triangle: [4625, 4627, 4628] +Triangle: [4627, 4629, 4630] +Triangle: [4629, 4631, 4632] +Triangle: [4601, 4633, 4632] +Triangle: [4601, 4603, 4604] +Triangle: [4119, 4394, 4643] +Triangle: [4090, 4639, 4642] +Triangle: [4642, 4635, 4091] +Triangle: [4089, 4640, 4639] +Triangle: [4091, 4635, 4634] +Triangle: [4118, 4119, 4637] +Triangle: [4120, 4118, 4636] +Triangle: [4088, 4641, 4640] +Triangle: [4394, 4123, 4641] +Triangle: [4120, 4638, 4634] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999425 +Vertex 1: +Vertex groups: 3 + Group: 'spine', Weight: 0.836326 + Group: 'spine.001', Weight: 0.090082 + Group: 'spine1', Weight: 0.043006 +Vertex 2: +Vertex groups: 3 + Group: 'spine', Weight: 0.835656 + Group: 'spine.001', Weight: 0.088611 + Group: 'spine1', Weight: 0.048553 +Vertex 3: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.115406 + Group: 'spine.003', Weight: 0.395058 + Group: 'shoulder.L', Weight: 0.368170 + Group: 'upper_arm.L', Weight: 0.051657 + Group: 'shoulder.R', Weight: 0.040754 +Vertex 4: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.148105 + Group: 'spine.003', Weight: 0.562162 + Group: 'shoulder.L', Weight: 0.122677 + Group: 'shoulder.R', Weight: 0.122677 +Vertex 5: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.068780 + Group: 'spine.003', Weight: 0.267383 + Group: 'shoulder.L', Weight: 0.534719 + Group: 'upper_arm.L', Weight: 0.035399 + Group: 'shoulder.R', Weight: 0.055499 +Vertex 6: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.068955 + Group: 'spine.003', Weight: 0.501343 + Group: 'shoulder.L', Weight: 0.191656 + Group: 'shoulder.R', Weight: 0.191656 +Vertex 7: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089033 + Group: 'spine.003', Weight: 0.177599 + Group: 'shoulder.L', Weight: 0.151872 + Group: 'upper_arm.L', Weight: 0.568838 +Vertex 8: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107712 + Group: 'spine.003', Weight: 0.181569 + Group: 'shoulder.L', Weight: 0.136085 + Group: 'upper_arm.L', Weight: 0.561274 +Vertex 9: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.115101 + Group: 'spine.003', Weight: 0.187309 + Group: 'shoulder.L', Weight: 0.101247 + Group: 'upper_arm.L', Weight: 0.582196 +Vertex 10: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131039 + Group: 'spine.003', Weight: 0.175148 + Group: 'shoulder.L', Weight: 0.085877 + Group: 'upper_arm.L', Weight: 0.591059 +Vertex 11: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.172420 + Group: 'spine.003', Weight: 0.286620 + Group: 'shoulder.L', Weight: 0.101674 + Group: 'upper_arm.L', Weight: 0.419574 +Vertex 12: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.200335 + Group: 'spine.003', Weight: 0.251630 + Group: 'shoulder.L', Weight: 0.092868 + Group: 'upper_arm.L', Weight: 0.430771 +Vertex 13: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.213215 + Group: 'spine.003', Weight: 0.310427 + Group: 'shoulder.L', Weight: 0.107280 + Group: 'upper_arm.L', Weight: 0.347048 +Vertex 14: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099976 + Group: 'spine.003', Weight: 0.209667 + Group: 'shoulder.L', Weight: 0.173509 + Group: 'upper_arm.L', Weight: 0.502421 +Vertex 15: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.021374 + Group: 'spine.003', Weight: 0.081696 + Group: 'shoulder.L', Weight: 0.323238 + Group: 'upper_arm.L', Weight: 0.547746 +Vertex 16: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.048436 + Group: 'spine.003', Weight: 0.118013 + Group: 'shoulder.L', Weight: 0.457418 + Group: 'upper_arm.L', Weight: 0.358557 +Vertex 17: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.762454 + Group: 'upper_arm.L', Weight: 0.193786 +Vertex 18: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.040194 + Group: 'shoulder.L', Weight: 0.797043 + Group: 'upper_arm.L', Weight: 0.118771 +Vertex 19: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.046894 + Group: 'spine.004', Weight: 0.052870 + Group: 'shoulder.L', Weight: 0.608209 + Group: 'upper_arm.L', Weight: 0.234217 +Vertex 20: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.085326 + Group: 'spine.003', Weight: 0.132797 + Group: 'shoulder.L', Weight: 0.333207 + Group: 'upper_arm.L', Weight: 0.392885 +Vertex 21: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131722 + Group: 'spine.003', Weight: 0.162370 + Group: 'shoulder.L', Weight: 0.285295 + Group: 'upper_arm.L', Weight: 0.369498 +Vertex 22: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.129775 + Group: 'spine.003', Weight: 0.143586 + Group: 'shoulder.L', Weight: 0.158616 + Group: 'upper_arm.L', Weight: 0.545842 +Vertex 23: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.010030 + Group: 'spine.004', Weight: 0.076530 + Group: 'shoulder.L', Weight: 0.662398 + Group: 'upper_arm.L', Weight: 0.183964 +Vertex 24: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.083912 + Group: 'shoulder.L', Weight: 0.688166 + Group: 'upper_arm.L', Weight: 0.181238 +Vertex 25: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.247815 + Group: 'spine.003', Weight: 0.245380 + Group: 'shoulder.L', Weight: 0.121382 + Group: 'upper_arm.L', Weight: 0.347911 +Vertex 26: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.203326 + Group: 'spine.003', Weight: 0.231959 + Group: 'shoulder.L', Weight: 0.242460 + Group: 'upper_arm.L', Weight: 0.257295 +Vertex 27: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.127108 + Group: 'spine.003', Weight: 0.207993 + Group: 'shoulder.L', Weight: 0.279030 + Group: 'upper_arm.L', Weight: 0.309946 + Group: 'shoulder.R', Weight: 0.005167 +Vertex 28: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.057672 + Group: 'spine.004', Weight: 0.119274 + Group: 'shoulder.L', Weight: 0.616171 + Group: 'upper_arm.L', Weight: 0.121978 + Group: 'shoulder.R', Weight: 0.040169 +Vertex 29: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.188896 + Group: 'shoulder.L', Weight: 0.620574 + Group: 'upper_arm.L', Weight: 0.095450 + Group: 'shoulder.R', Weight: 0.006317 +Vertex 30: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.121889 + Group: 'shoulder.L', Weight: 0.714066 + Group: 'upper_arm.L', Weight: 0.112689 +Vertex 31: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037620 + Group: 'spine.002', Weight: 0.615593 + Group: 'spine.003', Weight: 0.136524 + Group: 'shoulder.L', Weight: 0.047578 + Group: 'upper_arm.L', Weight: 0.140064 +Vertex 32: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040062 + Group: 'spine.002', Weight: 0.540467 + Group: 'spine.003', Weight: 0.165664 + Group: 'shoulder.L', Weight: 0.068285 + Group: 'upper_arm.L', Weight: 0.159374 +Vertex 33: +Vertex groups: 3 + Group: 'spine', Weight: 0.055545 + Group: 'spine.001', Weight: 0.335975 + Group: 'spine.002', Weight: 0.567258 +Vertex 34: +Vertex groups: 5 + Group: 'spine', Weight: 0.053970 + Group: 'spine.001', Weight: 0.240900 + Group: 'spine.002', Weight: 0.617407 + Group: 'spine.003', Weight: 0.032999 + Group: 'upper_arm.L', Weight: 0.002920 +Vertex 35: +Vertex groups: 3 + Group: 'spine', Weight: 0.225108 + Group: 'spine.001', Weight: 0.628920 + Group: 'spine.002', Weight: 0.132458 +Vertex 36: +Vertex groups: 3 + Group: 'spine', Weight: 0.228772 + Group: 'spine.001', Weight: 0.591090 + Group: 'spine.002', Weight: 0.160366 +Vertex 37: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.025667 + Group: 'spine.002', Weight: 0.624349 + Group: 'spine.003', Weight: 0.170238 + Group: 'shoulder.L', Weight: 0.047112 + Group: 'upper_arm.L', Weight: 0.106224 +Vertex 38: +Vertex groups: 3 + Group: 'spine', Weight: 0.072258 + Group: 'spine.001', Weight: 0.508373 + Group: 'spine.002', Weight: 0.398866 +Vertex 39: +Vertex groups: 3 + Group: 'spine', Weight: 0.273863 + Group: 'spine.001', Weight: 0.615550 + Group: 'spine.002', Weight: 0.099143 +Vertex 40: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.053154 + Group: 'spine.002', Weight: 0.782398 + Group: 'spine.003', Weight: 0.100473 +Vertex 41: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.030256 + Group: 'spine.002', Weight: 0.657454 + Group: 'spine.003', Weight: 0.183054 + Group: 'shoulder.L', Weight: 0.038030 + Group: 'upper_arm.L', Weight: 0.061579 +Vertex 42: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.067276 + Group: 'spine.003', Weight: 0.191444 + Group: 'shoulder.L', Weight: 0.579370 + Group: 'upper_arm.L', Weight: 0.123812 +Vertex 43: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.036560 + Group: 'spine.003', Weight: 0.135336 + Group: 'shoulder.L', Weight: 0.698335 + Group: 'upper_arm.L', Weight: 0.080269 +Vertex 44: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.045918 + Group: 'spine.002', Weight: 0.792086 + Group: 'spine.003', Weight: 0.103876 +Vertex 45: +Vertex groups: 3 + Group: 'spine', Weight: 0.197297 + Group: 'spine.001', Weight: 0.696585 + Group: 'spine.002', Weight: 0.097567 +Vertex 46: +Vertex groups: 3 + Group: 'spine', Weight: 0.208759 + Group: 'spine.001', Weight: 0.699277 + Group: 'spine.002', Weight: 0.084018 +Vertex 47: +Vertex groups: 2 + Group: 'spine.001', Weight: 0.259326 + Group: 'spine.002', Weight: 0.680355 +Vertex 48: +Vertex groups: 3 + Group: 'spine', Weight: 0.000206 + Group: 'spine.001', Weight: 0.280681 + Group: 'spine.002', Weight: 0.658539 +Vertex 49: +Vertex groups: 3 + Group: 'spine', Weight: 0.045113 + Group: 'spine.001', Weight: 0.493547 + Group: 'spine.002', Weight: 0.436937 +Vertex 50: +Vertex groups: 3 + Group: 'spine', Weight: 0.205276 + Group: 'spine.001', Weight: 0.677212 + Group: 'spine.002', Weight: 0.107656 +Vertex 51: +Vertex groups: 3 + Group: 'spine', Weight: 0.742425 + Group: 'spine.001', Weight: 0.191323 + Group: 'spine.002', Weight: 0.021880 +Vertex 52: +Vertex groups: 4 + Group: 'spine', Weight: 0.725094 + Group: 'spine.001', Weight: 0.205251 + Group: 'spine.002', Weight: 0.024484 + Group: 'spine1', Weight: 0.001281 +Vertex 53: +Vertex groups: 3 + Group: 'spine', Weight: 0.855750 + Group: 'spine.001', Weight: 0.058739 + Group: 'spine1', Weight: 0.074174 +Vertex 54: +Vertex groups: 3 + Group: 'spine', Weight: 0.877903 + Group: 'spine.001', Weight: 0.038352 + Group: 'spine1', Weight: 0.069707 +Vertex 55: +Vertex groups: 3 + Group: 'spine', Weight: 0.865988 + Group: 'spine.001', Weight: 0.045477 + Group: 'spine1', Weight: 0.076916 +Vertex 56: +Vertex groups: 3 + Group: 'spine', Weight: 0.849942 + Group: 'spine.001', Weight: 0.080407 + Group: 'spine1', Weight: 0.054881 +Vertex 57: +Vertex groups: 4 + Group: 'spine', Weight: 0.785702 + Group: 'spine.001', Weight: 0.158034 + Group: 'spine.002', Weight: 0.002761 + Group: 'spine1', Weight: 0.000783 +Vertex 58: +Vertex groups: 3 + Group: 'spine', Weight: 0.835423 + Group: 'spine.001', Weight: 0.096585 + Group: 'spine1', Weight: 0.048108 +Vertex 59: +Vertex groups: 3 + Group: 'spine', Weight: 0.756839 + Group: 'spine.001', Weight: 0.170307 + Group: 'spine.002', Weight: 0.032143 +Vertex 60: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.076488 + Group: 'spine.004', Weight: 0.397824 + Group: 'shoulder.L', Weight: 0.304120 + Group: 'upper_arm.L', Weight: 0.031881 + Group: 'shoulder.R', Weight: 0.114123 +Vertex 61: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.462725 + Group: 'shoulder.R', Weight: 0.182106 + Group: 'shoulder.L', Weight: 0.182103 + Group: 'spine.002', Weight: 0.109696 + Group: 'upper_arm.R', Weight: 0.063371 +Vertex 62: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.478502 + Group: 'spine.002', Weight: 0.259897 + Group: 'shoulder.L', Weight: 0.102224 + Group: 'shoulder.R', Weight: 0.102211 + Group: 'upper_arm.L', Weight: 0.057166 +Vertex 63: +Vertex groups: 4 + Group: 'spine', Weight: 0.080055 + Group: 'spine.001', Weight: 0.263059 + Group: 'spine.002', Weight: 0.578978 + Group: 'spine.003', Weight: 0.036341 +Vertex 64: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.167247 + Group: 'spine.003', Weight: 0.389941 + Group: 'shoulder.L', Weight: 0.187878 + Group: 'upper_arm.L', Weight: 0.131945 + Group: 'shoulder.R', Weight: 0.051824 +Vertex 65: +Vertex groups: 4 + Group: 'spine', Weight: 0.084576 + Group: 'spine.001', Weight: 0.283053 + Group: 'spine.002', Weight: 0.554929 + Group: 'spine.003', Weight: 0.033987 +Vertex 66: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.026031 + Group: 'spine.002', Weight: 0.335974 + Group: 'spine.003', Weight: 0.316051 + Group: 'shoulder.L', Weight: 0.124306 + Group: 'upper_arm.L', Weight: 0.137844 +Vertex 67: +Vertex groups: 4 + Group: 'spine', Weight: 0.131371 + Group: 'spine.001', Weight: 0.469006 + Group: 'spine.002', Weight: 0.348637 + Group: 'spine.003', Weight: 0.000622 +Vertex 68: +Vertex groups: 3 + Group: 'spine', Weight: 0.543293 + Group: 'spine.001', Weight: 0.342631 + Group: 'spine.002', Weight: 0.090051 +Vertex 69: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697635 + Group: 'spine.003', Weight: 0.149428 + Group: 'spine.001', Weight: 0.109506 + Group: 'upper_arm.L', Weight: 0.023570 + Group: 'shoulder.L', Weight: 0.019862 +Vertex 70: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.695958 + Group: 'spine.001', Weight: 0.153444 + Group: 'spine.003', Weight: 0.096064 + Group: 'spine', Weight: 0.028683 + Group: 'upper_arm.L', Weight: 0.025851 +Vertex 71: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.247882 + Group: 'upper_arm.L', Weight: 0.731331 +Vertex 72: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.088247 + Group: 'upper_arm.L', Weight: 0.886785 +Vertex 73: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.001239 + Group: 'spine.003', Weight: 0.056435 + Group: 'shoulder.L', Weight: 0.226595 + Group: 'upper_arm.L', Weight: 0.683407 +Vertex 74: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.071558 + Group: 'spine.003', Weight: 0.133413 + Group: 'shoulder.L', Weight: 0.106451 + Group: 'upper_arm.L', Weight: 0.678746 +Vertex 75: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.203379 + Group: 'upper_arm.L', Weight: 0.785124 +Vertex 76: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.198323 + Group: 'upper_arm.L', Weight: 0.786249 +Vertex 77: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.083054 + Group: 'upper_arm.L', Weight: 0.909609 +Vertex 78: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.062359 + Group: 'upper_arm.L', Weight: 0.931375 +Vertex 79: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.354783 + Group: 'upper_arm.L', Weight: 0.629871 +Vertex 80: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.320087 + Group: 'upper_arm.L', Weight: 0.657037 +Vertex 81: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.821501 + Group: 'upper_arm.L', Weight: 0.141762 +Vertex 82: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.043322 + Group: 'shoulder.L', Weight: 0.769709 + Group: 'upper_arm.L', Weight: 0.163474 +Vertex 83: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002326 + Group: 'shoulder.L', Weight: 0.657662 + Group: 'upper_arm.L', Weight: 0.302159 +Vertex 84: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.703228 + Group: 'upper_arm.L', Weight: 0.270690 +Vertex 85: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.574383 + Group: 'upper_arm.L', Weight: 0.408089 +Vertex 86: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.697939 + Group: 'upper_arm.L', Weight: 0.275640 +Vertex 87: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.084731 + Group: 'spine.003', Weight: 0.140543 + Group: 'shoulder.L', Weight: 0.097091 + Group: 'upper_arm.L', Weight: 0.666563 +Vertex 88: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089539 + Group: 'spine.003', Weight: 0.119107 + Group: 'shoulder.L', Weight: 0.075175 + Group: 'upper_arm.L', Weight: 0.703321 +Vertex 89: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.104393 + Group: 'spine.003', Weight: 0.118452 + Group: 'shoulder.L', Weight: 0.127160 + Group: 'upper_arm.L', Weight: 0.631541 +Vertex 90: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990396 +Vertex 91: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.975113 +Vertex 92: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994474 +Vertex 93: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996533 +Vertex 94: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.962558 +Vertex 95: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.959730 +Vertex 96: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.969580 +Vertex 97: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.617030 + Group: 'forearm.L', Weight: 0.382497 +Vertex 98: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.419600 + Group: 'forearm.L', Weight: 0.579913 +Vertex 99: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.608589 + Group: 'forearm.L', Weight: 0.391245 +Vertex 100: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.370374 + Group: 'forearm.L', Weight: 0.629241 +Vertex 101: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.410697 + Group: 'forearm.L', Weight: 0.588878 +Vertex 102: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.374896 + Group: 'forearm.L', Weight: 0.624742 +Vertex 103: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.412214 + Group: 'forearm.L', Weight: 0.587521 +Vertex 104: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.799033 + Group: 'forearm.L', Weight: 0.200503 +Vertex 105: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.729814 + Group: 'forearm.L', Weight: 0.269682 +Vertex 106: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.723087 + Group: 'forearm.L', Weight: 0.276304 +Vertex 107: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.754766 + Group: 'forearm.L', Weight: 0.244762 +Vertex 108: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.892860 + Group: 'forearm.L', Weight: 0.107041 +Vertex 109: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.749944 + Group: 'forearm.L', Weight: 0.249500 +Vertex 110: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.795341 + Group: 'forearm.L', Weight: 0.204393 +Vertex 111: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.002341 + Group: 'shoulder.L', Weight: 0.013730 + Group: 'upper_arm.L', Weight: 0.914452 +Vertex 112: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.016725 + Group: 'shoulder.L', Weight: 0.010144 + Group: 'upper_arm.L', Weight: 0.905797 +Vertex 113: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.059646 + Group: 'spine.003', Weight: 0.070426 + Group: 'shoulder.L', Weight: 0.077084 + Group: 'upper_arm.L', Weight: 0.780943 +Vertex 114: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.045216 + Group: 'spine.003', Weight: 0.061591 + Group: 'shoulder.L', Weight: 0.048710 + Group: 'upper_arm.L', Weight: 0.833099 +Vertex 115: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002683 + Group: 'spine.003', Weight: 0.028026 + Group: 'shoulder.L', Weight: 0.013758 + Group: 'upper_arm.L', Weight: 0.897857 +Vertex 116: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.971917 +Vertex 117: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990490 +Vertex 118: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.000746 + Group: 'shoulder.L', Weight: 0.008349 + Group: 'upper_arm.L', Weight: 0.927473 +Vertex 119: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.985854 +Vertex 120: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.090055 + Group: 'spine.003', Weight: 0.138833 + Group: 'shoulder.L', Weight: 0.085176 + Group: 'upper_arm.L', Weight: 0.674138 +Vertex 121: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.041746 + Group: 'spine.003', Weight: 0.066328 + Group: 'shoulder.L', Weight: 0.046083 + Group: 'upper_arm.L', Weight: 0.832449 +Vertex 122: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.025337 + Group: 'spine.003', Weight: 0.074588 + Group: 'spine.004', Weight: 0.004521 + Group: 'shoulder.L', Weight: 0.374069 + Group: 'upper_arm.L', Weight: 0.452107 +Vertex 123: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.212681 + Group: 'upper_arm.L', Weight: 0.752022 +Vertex 124: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.086627 + Group: 'upper_arm.L', Weight: 0.888727 +Vertex 125: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.008669 + Group: 'spine.004', Weight: 0.009307 + Group: 'shoulder.L', Weight: 0.538900 + Group: 'upper_arm.L', Weight: 0.368090 +Vertex 126: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002100 + Group: 'spine.003', Weight: 0.035467 + Group: 'shoulder.L', Weight: 0.257139 + Group: 'upper_arm.L', Weight: 0.643776 +Vertex 127: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.185788 + Group: 'upper_arm.L', Weight: 0.790940 +Vertex 128: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.046643 + Group: 'upper_arm.L', Weight: 0.944114 +Vertex 129: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.384843 + Group: 'upper_arm.L', Weight: 0.571450 +Vertex 130: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052395 + Group: 'shoulder.L', Weight: 0.644064 + Group: 'upper_arm.L', Weight: 0.270150 +Vertex 131: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012347 + Group: 'shoulder.L', Weight: 0.556416 + Group: 'upper_arm.L', Weight: 0.377203 +Vertex 132: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051981 + Group: 'shoulder.L', Weight: 0.641144 + Group: 'upper_arm.L', Weight: 0.250324 +Vertex 133: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063395 + Group: 'spine.003', Weight: 0.093602 + Group: 'shoulder.L', Weight: 0.307198 + Group: 'upper_arm.L', Weight: 0.495032 +Vertex 134: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.156085 + Group: 'spine.003', Weight: 0.169355 + Group: 'shoulder.L', Weight: 0.218966 + Group: 'upper_arm.L', Weight: 0.416452 +Vertex 135: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.112938 + Group: 'spine.003', Weight: 0.125573 + Group: 'shoulder.L', Weight: 0.198563 + Group: 'upper_arm.L', Weight: 0.534113 +Vertex 136: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.984690 +Vertex 137: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.971403 +Vertex 138: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.995215 +Vertex 139: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.963028 +Vertex 140: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.972514 +Vertex 141: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.537929 + Group: 'forearm.L', Weight: 0.461969 +Vertex 142: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.697578 + Group: 'forearm.L', Weight: 0.302321 +Vertex 143: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.368715 + Group: 'forearm.L', Weight: 0.630988 +Vertex 144: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.460740 + Group: 'forearm.L', Weight: 0.539022 +Vertex 145: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.728746 + Group: 'forearm.L', Weight: 0.271141 +Vertex 146: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.755897 + Group: 'forearm.L', Weight: 0.243784 +Vertex 147: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.810320 + Group: 'forearm.L', Weight: 0.189458 +Vertex 148: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.714610 + Group: 'forearm.L', Weight: 0.284938 +Vertex 149: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.902210 + Group: 'forearm.L', Weight: 0.097647 +Vertex 150: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.008088 + Group: 'shoulder.L', Weight: 0.051082 + Group: 'upper_arm.L', Weight: 0.886797 +Vertex 151: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.068757 + Group: 'spine.003', Weight: 0.078251 + Group: 'shoulder.L', Weight: 0.118842 + Group: 'upper_arm.L', Weight: 0.716707 +Vertex 152: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.016553 + Group: 'spine.003', Weight: 0.031645 + Group: 'shoulder.L', Weight: 0.089508 + Group: 'upper_arm.L', Weight: 0.823600 +Vertex 153: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.973470 +Vertex 154: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.069645 + Group: 'upper_arm.L', Weight: 0.882112 +Vertex 155: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990221 +Vertex 156: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099941 + Group: 'spine.003', Weight: 0.123276 + Group: 'shoulder.L', Weight: 0.269761 + Group: 'upper_arm.L', Weight: 0.467892 +Vertex 157: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.073577 + Group: 'spine.003', Weight: 0.089013 + Group: 'shoulder.L', Weight: 0.180179 + Group: 'upper_arm.L', Weight: 0.631232 +Vertex 158: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.505117 + Group: 'upper_arm.L', Weight: 0.254649 + Group: 'spine.003', Weight: 0.146395 + Group: 'spine.002', Weight: 0.060672 + Group: 'shoulder.R', Weight: 0.033167 +Vertex 159: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.245408 + Group: 'spine.003', Weight: 0.253313 + Group: 'shoulder.L', Weight: 0.168811 + Group: 'upper_arm.L', Weight: 0.279049 +Vertex 160: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037469 + Group: 'spine.002', Weight: 0.419690 + Group: 'spine.003', Weight: 0.254370 + Group: 'shoulder.L', Weight: 0.095169 + Group: 'upper_arm.L', Weight: 0.155946 +Vertex 161: +Vertex groups: 5 + Group: 'spine', Weight: 0.037259 + Group: 'spine.001', Weight: 0.177205 + Group: 'spine.002', Weight: 0.649272 + Group: 'spine.003', Weight: 0.064183 + Group: 'upper_arm.L', Weight: 0.019965 +Vertex 162: +Vertex groups: 3 + Group: 'spine', Weight: 0.222577 + Group: 'spine.001', Weight: 0.548043 + Group: 'spine.002', Weight: 0.200581 +Vertex 163: +Vertex groups: 3 + Group: 'spine', Weight: 0.706284 + Group: 'spine.001', Weight: 0.235642 + Group: 'spine.002', Weight: 0.022420 +Vertex 164: +Vertex groups: 3 + Group: 'spine', Weight: 0.639856 + Group: 'spine.001', Weight: 0.290339 + Group: 'spine.002', Weight: 0.050086 +Vertex 165: +Vertex groups: 2 + Group: 'spine', Weight: 0.761773 + Group: 'spine.001', Weight: 0.188246 +Vertex 166: +Vertex groups: 2 + Group: 'spine', Weight: 0.729143 + Group: 'spine.001', Weight: 0.232875 +Vertex 167: +Vertex groups: 2 + Group: 'spine', Weight: 0.795713 + Group: 'spine.001', Weight: 0.168240 +Vertex 168: +Vertex groups: 2 + Group: 'spine', Weight: 0.762006 + Group: 'spine.001', Weight: 0.195093 +Vertex 169: +Vertex groups: 3 + Group: 'spine', Weight: 0.563564 + Group: 'spine.001', Weight: 0.334577 + Group: 'spine.002', Weight: 0.078078 +Vertex 170: +Vertex groups: 3 + Group: 'spine', Weight: 0.591492 + Group: 'spine.001', Weight: 0.313358 + Group: 'spine.002', Weight: 0.072856 +Vertex 171: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086472 + Group: 'shoulder.L', Weight: 0.786144 + Group: 'upper_arm.L', Weight: 0.095030 +Vertex 172: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.041705 + Group: 'shoulder.L', Weight: 0.875086 + Group: 'upper_arm.L', Weight: 0.056690 +Vertex 173: +Vertex groups: 4 + Group: 'spine', Weight: 0.006106 + Group: 'spine.001', Weight: 0.096685 + Group: 'spine.002', Weight: 0.648113 + Group: 'spine.003', Weight: 0.133873 +Vertex 174: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.449334 + Group: 'spine.003', Weight: 0.247193 + Group: 'upper_arm.L', Weight: 0.139266 + Group: 'shoulder.R', Weight: 0.084065 + Group: 'spine.002', Weight: 0.080142 +Vertex 175: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.085544 + Group: 'spine.002', Weight: 0.673573 + Group: 'spine.003', Weight: 0.097798 + Group: 'shoulder.L', Weight: 0.023192 + Group: 'upper_arm.L', Weight: 0.078906 +Vertex 176: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.094842 + Group: 'spine.002', Weight: 0.724418 + Group: 'spine.003', Weight: 0.073571 + Group: 'upper_arm.L', Weight: 0.059220 +Vertex 177: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.088001 + Group: 'spine.002', Weight: 0.764033 + Group: 'spine.003', Weight: 0.074578 + Group: 'upper_arm.L', Weight: 0.021018 +Vertex 178: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.078807 + Group: 'spine.002', Weight: 0.799922 + Group: 'spine.003', Weight: 0.070267 +Vertex 179: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.089078 + Group: 'spine.002', Weight: 0.810786 + Group: 'spine.003', Weight: 0.059180 +Vertex 180: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.082015 + Group: 'spine.002', Weight: 0.788597 + Group: 'spine.003', Weight: 0.070992 +Vertex 181: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.584791 + Group: 'spine.003', Weight: 0.276488 + Group: 'spine.001', Weight: 0.056453 + Group: 'shoulder.R', Weight: 0.041135 + Group: 'shoulder.L', Weight: 0.041134 +Vertex 182: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.448789 + Group: 'spine.003', Weight: 0.335927 + Group: 'shoulder.L', Weight: 0.086686 + Group: 'upper_arm.L', Weight: 0.080699 + Group: 'spine.001', Weight: 0.047899 +Vertex 183: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.070452 + Group: 'spine.002', Weight: 0.557707 + Group: 'spine.003', Weight: 0.188047 + Group: 'shoulder.L', Weight: 0.061851 + Group: 'upper_arm.L', Weight: 0.076810 +Vertex 184: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.080180 + Group: 'spine.002', Weight: 0.611425 + Group: 'spine.003', Weight: 0.140500 + Group: 'shoulder.L', Weight: 0.050254 + Group: 'upper_arm.L', Weight: 0.082673 +Vertex 185: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.508883 + Group: 'spine.004', Weight: 0.322153 + Group: 'upper_arm.L', Weight: 0.064601 + Group: 'shoulder.R', Weight: 0.064530 + Group: 'spine.003', Weight: 0.039834 +Vertex 186: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.605659 + Group: 'spine.004', Weight: 0.282925 + Group: 'upper_arm.L', Weight: 0.079699 + Group: 'shoulder.R', Weight: 0.021375 + Group: 'spine.005', Weight: 0.010343 +Vertex 187: +Vertex groups: 3 + Group: 'spine', Weight: 0.818104 + Group: 'spine.001', Weight: 0.136615 + Group: 'spine1', Weight: 0.009114 +Vertex 188: +Vertex groups: 3 + Group: 'spine', Weight: 0.826207 + Group: 'spine.001', Weight: 0.118699 + Group: 'spine1', Weight: 0.022844 +Vertex 189: +Vertex groups: 3 + Group: 'spine', Weight: 0.783924 + Group: 'spine.001', Weight: 0.159831 + Group: 'spine1', Weight: 0.006555 +Vertex 190: +Vertex groups: 3 + Group: 'spine', Weight: 0.733120 + Group: 'spine.001', Weight: 0.208270 + Group: 'spine.002', Weight: 0.018962 +Vertex 191: +Vertex groups: 3 + Group: 'spine', Weight: 0.692626 + Group: 'spine.001', Weight: 0.235265 + Group: 'spine.002', Weight: 0.042489 +Vertex 192: +Vertex groups: 3 + Group: 'spine', Weight: 0.841354 + Group: 'spine.001', Weight: 0.112360 + Group: 'spine1', Weight: 0.017120 +Vertex 193: +Vertex groups: 3 + Group: 'spine', Weight: 0.864753 + Group: 'spine.001', Weight: 0.090884 + Group: 'spine1', Weight: 0.018059 +Vertex 194: +Vertex groups: 3 + Group: 'spine', Weight: 0.648221 + Group: 'spine.001', Weight: 0.275829 + Group: 'spine.002', Weight: 0.046057 +Vertex 195: +Vertex groups: 3 + Group: 'spine', Weight: 0.732512 + Group: 'spine.001', Weight: 0.191258 + Group: 'spine.002', Weight: 0.043794 +Vertex 196: +Vertex groups: 3 + Group: 'spine', Weight: 0.834612 + Group: 'spine.001', Weight: 0.073453 + Group: 'spine1', Weight: 0.071816 +Vertex 197: +Vertex groups: 3 + Group: 'spine', Weight: 0.827008 + Group: 'spine.001', Weight: 0.096090 + Group: 'spine1', Weight: 0.051956 +Vertex 198: +Vertex groups: 2 + Group: 'spine', Weight: 0.637811 + Group: 'spine1', Weight: 0.331537 +Vertex 199: +Vertex groups: 2 + Group: 'spine', Weight: 0.706787 + Group: 'spine1', Weight: 0.266398 +Vertex 200: +Vertex groups: 2 + Group: 'spine', Weight: 0.651356 + Group: 'spine1', Weight: 0.320029 +Vertex 201: +Vertex groups: 2 + Group: 'spine', Weight: 0.659751 + Group: 'spine1', Weight: 0.307312 +Vertex 202: +Vertex groups: 3 + Group: 'spine', Weight: 0.791768 + Group: 'spine.001', Weight: 0.023875 + Group: 'spine1', Weight: 0.153511 +Vertex 203: +Vertex groups: 2 + Group: 'spine', Weight: 0.698371 + Group: 'spine1', Weight: 0.264853 +Vertex 204: +Vertex groups: 3 + Group: 'spine', Weight: 0.751218 + Group: 'spine.001', Weight: 0.176141 + Group: 'spine.002', Weight: 0.031985 +Vertex 205: +Vertex groups: 3 + Group: 'spine', Weight: 0.714206 + Group: 'spine.001', Weight: 0.208221 + Group: 'spine.002', Weight: 0.047770 +Vertex 206: +Vertex groups: 3 + Group: 'spine', Weight: 0.553407 + Group: 'spine.001', Weight: 0.333268 + Group: 'spine.002', Weight: 0.089453 +Vertex 207: +Vertex groups: 2 + Group: 'spine.004', Weight: 0.080727 + Group: 'shoulder.L', Weight: 0.862345 +Vertex 208: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004300 + Group: 'spine.004', Weight: 0.072657 + Group: 'shoulder.L', Weight: 0.849531 +Vertex 209: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.113805 + Group: 'shoulder.L', Weight: 0.813474 + Group: 'upper_arm.L', Weight: 0.020196 +Vertex 210: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.145393 + Group: 'spine.005', Weight: 0.002737 + Group: 'shoulder.L', Weight: 0.739763 + Group: 'upper_arm.L', Weight: 0.065155 +Vertex 211: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.209292 + Group: 'spine.005', Weight: 0.014019 + Group: 'shoulder.L', Weight: 0.634274 + Group: 'upper_arm.L', Weight: 0.075906 +Vertex 212: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.435556 + Group: 'shoulder.L', Weight: 0.216386 + Group: 'shoulder.R', Weight: 0.216385 + Group: 'spine.003', Weight: 0.123091 + Group: 'upper_arm.R', Weight: 0.008581 +Vertex 213: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052095 + Group: 'spine.005', Weight: 0.567285 + Group: 'Head', Weight: 0.375973 +Vertex 214: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.050403 + Group: 'spine.005', Weight: 0.564038 + Group: 'Head', Weight: 0.381103 +Vertex 215: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.068324 + Group: 'spine.005', Weight: 0.664955 + Group: 'Head', Weight: 0.256811 +Vertex 216: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066909 + Group: 'spine.005', Weight: 0.567923 + Group: 'Head', Weight: 0.351489 +Vertex 217: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023926 + Group: 'spine.005', Weight: 0.590191 + Group: 'Head', Weight: 0.369456 +Vertex 218: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.552369 + Group: 'Head', Weight: 0.420717 +Vertex 219: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.060931 + Group: 'spine.005', Weight: 0.597684 + Group: 'Head', Weight: 0.335663 +Vertex 220: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.022392 + Group: 'spine.005', Weight: 0.588035 + Group: 'Head', Weight: 0.372398 +Vertex 221: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.522346 + Group: 'Head', Weight: 0.453027 +Vertex 222: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.490449 + Group: 'Head', Weight: 0.490722 +Vertex 223: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489957 + Group: 'Head', Weight: 0.490691 +Vertex 224: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.430563 + Group: 'Head', Weight: 0.555973 +Vertex 225: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.422736 + Group: 'Head', Weight: 0.564100 +Vertex 226: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.346949 + Group: 'Head', Weight: 0.642928 +Vertex 227: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352636 + Group: 'Head', Weight: 0.636953 +Vertex 228: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.334243 + Group: 'Head', Weight: 0.655445 +Vertex 229: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.263741 + Group: 'Head', Weight: 0.727872 +Vertex 230: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258323 + Group: 'Head', Weight: 0.733867 +Vertex 231: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.248660 + Group: 'Head', Weight: 0.744209 +Vertex 232: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.240736 + Group: 'Head', Weight: 0.752725 +Vertex 233: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.236853 + Group: 'Head', Weight: 0.756747 +Vertex 234: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114548 + Group: 'Head', Weight: 0.881480 +Vertex 235: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113144 + Group: 'Head', Weight: 0.882929 +Vertex 236: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177791 + Group: 'Head', Weight: 0.816831 +Vertex 237: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177975 + Group: 'Head', Weight: 0.816625 +Vertex 238: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177656 + Group: 'Head', Weight: 0.816856 +Vertex 239: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.188982 + Group: 'Head', Weight: 0.804904 +Vertex 240: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.261079 + Group: 'Head', Weight: 0.729636 +Vertex 241: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.187970 + Group: 'Head', Weight: 0.804762 +Vertex 242: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192679 + Group: 'Head', Weight: 0.800539 +Vertex 243: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125705 + Group: 'Head', Weight: 0.870012 +Vertex 244: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.135567 + Group: 'Head', Weight: 0.859961 +Vertex 245: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139190 + Group: 'Head', Weight: 0.856236 +Vertex 246: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143020 + Group: 'Head', Weight: 0.852255 +Vertex 247: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152478 + Group: 'Head', Weight: 0.842413 +Vertex 248: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128576 + Group: 'Head', Weight: 0.866959 +Vertex 249: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139274 + Group: 'Head', Weight: 0.855976 +Vertex 250: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169115 + Group: 'Head', Weight: 0.825197 +Vertex 251: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178288 + Group: 'Head', Weight: 0.815473 +Vertex 252: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178496 + Group: 'Head', Weight: 0.814617 +Vertex 253: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144578 + Group: 'Head', Weight: 0.848143 +Vertex 254: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118692 + Group: 'Head', Weight: 0.874306 +Vertex 255: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093873 + Group: 'Head', Weight: 0.900724 +Vertex 256: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089659 + Group: 'Head', Weight: 0.905543 +Vertex 257: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084540 + Group: 'Head', Weight: 0.911769 +Vertex 258: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093793 + Group: 'Head', Weight: 0.902554 +Vertex 259: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113393 + Group: 'Head', Weight: 0.882508 +Vertex 260: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065502 + Group: 'Head', Weight: 0.931820 +Vertex 261: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.063649 + Group: 'Head', Weight: 0.933770 +Vertex 262: +Vertex groups: 1 + Group: 'Head', Weight: 0.984502 +Vertex 263: +Vertex groups: 1 + Group: 'Head', Weight: 0.984509 +Vertex 264: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.000026 + Group: 'Head', Weight: 0.973705 +Vertex 265: +Vertex groups: 1 + Group: 'Head', Weight: 0.974220 +Vertex 266: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075655 + Group: 'Head', Weight: 0.921382 +Vertex 267: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074956 + Group: 'Head', Weight: 0.922137 +Vertex 268: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074754 + Group: 'Head', Weight: 0.922249 +Vertex 269: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078572 + Group: 'Head', Weight: 0.918188 +Vertex 270: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074465 + Group: 'Head', Weight: 0.922132 +Vertex 271: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065478 + Group: 'Head', Weight: 0.931764 +Vertex 272: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.063359 + Group: 'Head', Weight: 0.933777 +Vertex 273: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061854 + Group: 'Head', Weight: 0.934992 +Vertex 274: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179800 + Group: 'Head', Weight: 0.794376 +Vertex 275: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.036851 + Group: 'spine.005', Weight: 0.585686 + Group: 'Head', Weight: 0.366940 +Vertex 276: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.036099 + Group: 'spine.005', Weight: 0.584489 + Group: 'Head', Weight: 0.368586 +Vertex 277: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066517 + Group: 'spine.005', Weight: 0.639342 + Group: 'Head', Weight: 0.286816 +Vertex 278: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.045977 + Group: 'spine.005', Weight: 0.601044 + Group: 'Head', Weight: 0.346310 +Vertex 279: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.040293 + Group: 'spine.005', Weight: 0.612682 + Group: 'Head', Weight: 0.337281 +Vertex 280: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010837 + Group: 'spine.005', Weight: 0.580035 + Group: 'Head', Weight: 0.386688 +Vertex 281: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008456 + Group: 'spine.005', Weight: 0.570444 + Group: 'Head', Weight: 0.397529 +Vertex 282: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011012 + Group: 'spine.005', Weight: 0.570931 + Group: 'Head', Weight: 0.395571 +Vertex 283: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510476 + Group: 'Head', Weight: 0.463442 +Vertex 284: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.394134 + Group: 'Head', Weight: 0.593185 +Vertex 285: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.385943 + Group: 'Head', Weight: 0.602592 +Vertex 286: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.378793 + Group: 'Head', Weight: 0.610017 +Vertex 287: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.490931 + Group: 'Head', Weight: 0.488143 +Vertex 288: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.446949 + Group: 'Head', Weight: 0.537017 +Vertex 289: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.488354 + Group: 'Head', Weight: 0.489538 +Vertex 290: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.501522 + Group: 'Head', Weight: 0.477396 +Vertex 291: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.509260 + Group: 'Head', Weight: 0.469624 +Vertex 292: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.528757 + Group: 'Head', Weight: 0.445053 +Vertex 293: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.499719 + Group: 'Head', Weight: 0.478134 +Vertex 294: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510847 + Group: 'Head', Weight: 0.464750 +Vertex 295: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002962 + Group: 'spine.005', Weight: 0.542611 + Group: 'Head', Weight: 0.428161 +Vertex 296: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011937 + Group: 'spine.005', Weight: 0.564864 + Group: 'Head', Weight: 0.400962 +Vertex 297: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.484533 + Group: 'Head', Weight: 0.488702 +Vertex 298: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.429591 + Group: 'Head', Weight: 0.552179 +Vertex 299: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459047 + Group: 'Head', Weight: 0.521584 +Vertex 300: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425182 + Group: 'Head', Weight: 0.560342 +Vertex 301: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.405336 + Group: 'Head', Weight: 0.582540 +Vertex 302: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.405743 + Group: 'Head', Weight: 0.581998 +Vertex 303: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026507 + Group: 'spine.005', Weight: 0.587805 + Group: 'Head', Weight: 0.370237 +Vertex 304: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020311 + Group: 'spine.005', Weight: 0.577911 + Group: 'Head', Weight: 0.383204 +Vertex 305: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302601 + Group: 'Head', Weight: 0.687761 +Vertex 306: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310863 + Group: 'Head', Weight: 0.678143 +Vertex 307: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156925 + Group: 'Head', Weight: 0.836111 +Vertex 308: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.182749 + Group: 'Head', Weight: 0.809281 +Vertex 309: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258351 + Group: 'Head', Weight: 0.730402 +Vertex 310: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169059 + Group: 'Head', Weight: 0.822286 +Vertex 311: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.292447 + Group: 'Head', Weight: 0.693178 +Vertex 312: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153635 + Group: 'Head', Weight: 0.836908 +Vertex 313: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249769 + Group: 'Head', Weight: 0.735916 +Vertex 314: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138437 + Group: 'Head', Weight: 0.850921 +Vertex 315: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216881 + Group: 'Head', Weight: 0.766901 +Vertex 316: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.322560 + Group: 'Head', Weight: 0.663793 +Vertex 317: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.415825 + Group: 'Head', Weight: 0.563357 +Vertex 318: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352826 + Group: 'Head', Weight: 0.630414 +Vertex 319: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013444 + Group: 'Head', Weight: 0.966633 +Vertex 320: +Vertex groups: 1 + Group: 'Head', Weight: 0.974791 +Vertex 321: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.005277 + Group: 'Head', Weight: 0.970342 +Vertex 322: +Vertex groups: 1 + Group: 'Head', Weight: 0.990618 +Vertex 323: +Vertex groups: 1 + Group: 'Head', Weight: 0.986465 +Vertex 324: +Vertex groups: 1 + Group: 'Head', Weight: 0.995798 +Vertex 325: +Vertex groups: 1 + Group: 'Head', Weight: 0.999467 +Vertex 326: +Vertex groups: 1 + Group: 'Head', Weight: 0.988467 +Vertex 327: +Vertex groups: 1 + Group: 'Head', Weight: 0.989864 +Vertex 328: +Vertex groups: 1 + Group: 'Head', Weight: 0.985852 +Vertex 329: +Vertex groups: 1 + Group: 'Head', Weight: 0.982322 +Vertex 330: +Vertex groups: 1 + Group: 'Head', Weight: 0.990157 +Vertex 331: +Vertex groups: 1 + Group: 'Head', Weight: 0.985076 +Vertex 332: +Vertex groups: 1 + Group: 'Head', Weight: 0.984376 +Vertex 333: +Vertex groups: 1 + Group: 'Head', Weight: 0.979113 +Vertex 334: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.465326 + Group: 'Head', Weight: 0.508464 +Vertex 335: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146345 + Group: 'Head', Weight: 0.848600 +Vertex 336: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131076 + Group: 'Head', Weight: 0.864280 +Vertex 337: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138732 + Group: 'Head', Weight: 0.856426 +Vertex 338: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156808 + Group: 'Head', Weight: 0.837787 +Vertex 339: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169432 + Group: 'Head', Weight: 0.824595 +Vertex 340: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.171779 + Group: 'Head', Weight: 0.821666 +Vertex 341: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.140772 + Group: 'Head', Weight: 0.852642 +Vertex 342: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125454 + Group: 'Head', Weight: 0.868198 +Vertex 343: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104890 + Group: 'Head', Weight: 0.889647 +Vertex 344: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099619 + Group: 'Head', Weight: 0.895379 +Vertex 345: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.092393 + Group: 'Head', Weight: 0.903596 +Vertex 346: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104171 + Group: 'Head', Weight: 0.891763 +Vertex 347: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117873 + Group: 'Head', Weight: 0.877785 +Vertex 348: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156891 + Group: 'Head', Weight: 0.836366 +Vertex 349: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099857 + Group: 'Head', Weight: 0.893915 +Vertex 350: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115451 + Group: 'Head', Weight: 0.878445 +Vertex 351: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086248 + Group: 'Head', Weight: 0.909477 +Vertex 352: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093478 + Group: 'Head', Weight: 0.902080 +Vertex 353: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105025 + Group: 'Head', Weight: 0.886717 +Vertex 354: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074026 + Group: 'Head', Weight: 0.922097 +Vertex 355: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073662 + Group: 'Head', Weight: 0.921770 +Vertex 356: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074403 + Group: 'Head', Weight: 0.919954 +Vertex 357: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.083243 + Group: 'Head', Weight: 0.909892 +Vertex 358: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061896 + Group: 'Head', Weight: 0.934449 +Vertex 359: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050267 + Group: 'Head', Weight: 0.945729 +Vertex 360: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.054348 + Group: 'Head', Weight: 0.940417 +Vertex 361: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075793 + Group: 'Head', Weight: 0.916286 +Vertex 362: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.011455 + Group: 'Head', Weight: 0.966729 +Vertex 363: +Vertex groups: 1 + Group: 'Head', Weight: 0.976858 +Vertex 364: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021013 + Group: 'Head', Weight: 0.961244 +Vertex 365: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.017025 + Group: 'Head', Weight: 0.962714 +Vertex 366: +Vertex groups: 1 + Group: 'Head', Weight: 0.978402 +Vertex 367: +Vertex groups: 1 + Group: 'Head', Weight: 0.971826 +Vertex 368: +Vertex groups: 1 + Group: 'Head', Weight: 0.995013 +Vertex 369: +Vertex groups: 1 + Group: 'Head', Weight: 0.992902 +Vertex 370: +Vertex groups: 1 + Group: 'Head', Weight: 0.982613 +Vertex 371: +Vertex groups: 1 + Group: 'Head', Weight: 0.987908 +Vertex 372: +Vertex groups: 1 + Group: 'Head', Weight: 0.975699 +Vertex 373: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026054 + Group: 'spine.005', Weight: 0.610202 + Group: 'Head', Weight: 0.346697 +Vertex 374: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.387844 + Group: 'Head', Weight: 0.591779 +Vertex 375: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.362228 + Group: 'Head', Weight: 0.610869 +Vertex 376: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.031346 + Group: 'spine.005', Weight: 0.562388 + Group: 'Head', Weight: 0.389798 +Vertex 377: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.065088 + Group: 'spine.005', Weight: 0.614982 + Group: 'Head', Weight: 0.307875 +Vertex 378: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.096742 + Group: 'Head', Weight: 0.893417 +Vertex 379: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128453 + Group: 'Head', Weight: 0.859196 +Vertex 380: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.200080 + Group: 'Head', Weight: 0.781607 +Vertex 381: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.545890 + Group: 'Head', Weight: 0.427761 +Vertex 382: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177427 + Group: 'Head', Weight: 0.801740 +Vertex 383: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311372 + Group: 'Head', Weight: 0.659660 +Vertex 384: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.010860 + Group: 'Head', Weight: 0.964933 +Vertex 385: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013540 + Group: 'Head', Weight: 0.961928 +Vertex 386: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.019679 + Group: 'Head', Weight: 0.956805 +Vertex 387: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050348 + Group: 'Head', Weight: 0.942628 +Vertex 388: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.057382 + Group: 'Head', Weight: 0.932256 +Vertex 389: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064055 + Group: 'Head', Weight: 0.922755 +Vertex 390: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073975 + Group: 'Head', Weight: 0.916366 +Vertex 391: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087345 + Group: 'Head', Weight: 0.898772 +Vertex 392: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098429 + Group: 'Head', Weight: 0.889265 +Vertex 393: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126512 + Group: 'Head', Weight: 0.858296 +Vertex 394: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105020 + Group: 'Head', Weight: 0.879236 +Vertex 395: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124002 + Group: 'Head', Weight: 0.857766 +Vertex 396: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108584 + Group: 'Head', Weight: 0.863026 +Vertex 397: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010578 + Group: 'spine.005', Weight: 0.135061 + Group: 'Head', Weight: 0.828212 +Vertex 398: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.008298 + Group: 'Head', Weight: 0.960433 +Vertex 399: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.002604 + Group: 'Head', Weight: 0.965844 +Vertex 400: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.043094 + Group: 'Head', Weight: 0.937567 +Vertex 401: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.031362 + Group: 'Head', Weight: 0.947826 +Vertex 402: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.057896 + Group: 'spine.005', Weight: 0.446851 + Group: 'Head', Weight: 0.482833 +Vertex 403: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.062303 + Group: 'spine.005', Weight: 0.283650 + Group: 'Head', Weight: 0.640438 +Vertex 404: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051735 + Group: 'spine.005', Weight: 0.207519 + Group: 'Head', Weight: 0.729623 +Vertex 405: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002131 + Group: 'spine.005', Weight: 0.097675 + Group: 'Head', Weight: 0.870764 +Vertex 406: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078002 + Group: 'Head', Weight: 0.898960 +Vertex 407: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074753 + Group: 'Head', Weight: 0.907706 +Vertex 408: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035076 + Group: 'spine.005', Weight: 0.229757 + Group: 'Head', Weight: 0.718556 +Vertex 409: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030972 + Group: 'spine.005', Weight: 0.294780 + Group: 'Head', Weight: 0.656144 +Vertex 410: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026909 + Group: 'spine.005', Weight: 0.177490 + Group: 'Head', Weight: 0.775825 +Vertex 411: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082700 + Group: 'Head', Weight: 0.901775 +Vertex 412: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090234 + Group: 'Head', Weight: 0.890525 +Vertex 413: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.003384 + Group: 'Head', Weight: 0.962246 +Vertex 414: +Vertex groups: 1 + Group: 'Head', Weight: 0.964419 +Vertex 415: +Vertex groups: 1 + Group: 'Head', Weight: 0.965066 +Vertex 416: +Vertex groups: 1 + Group: 'Head', Weight: 0.969561 +Vertex 417: +Vertex groups: 1 + Group: 'Head', Weight: 0.974103 +Vertex 418: +Vertex groups: 1 + Group: 'Head', Weight: 0.972449 +Vertex 419: +Vertex groups: 1 + Group: 'Head', Weight: 0.975014 +Vertex 420: +Vertex groups: 1 + Group: 'Head', Weight: 0.976148 +Vertex 421: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 422: +Vertex groups: 1 + Group: 'Head', Weight: 0.982797 +Vertex 423: +Vertex groups: 1 + Group: 'Head', Weight: 0.983678 +Vertex 424: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.045371 + Group: 'Head', Weight: 0.933335 +Vertex 425: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064554 + Group: 'Head', Weight: 0.909212 +Vertex 426: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021592 + Group: 'Head', Weight: 0.950009 +Vertex 427: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.018074 + Group: 'Head', Weight: 0.951141 +Vertex 428: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.012025 + Group: 'Head', Weight: 0.954427 +Vertex 429: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.011291 + Group: 'Head', Weight: 0.954595 +Vertex 430: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.038348 + Group: 'Head', Weight: 0.935738 +Vertex 431: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.033368 + Group: 'Head', Weight: 0.937884 +Vertex 432: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.029805 + Group: 'Head', Weight: 0.939957 +Vertex 433: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060316 + Group: 'Head', Weight: 0.911242 +Vertex 434: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000546 + Group: 'spine.005', Weight: 0.059063 + Group: 'Head', Weight: 0.910456 +Vertex 435: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000948 + Group: 'spine.005', Weight: 0.057168 + Group: 'Head', Weight: 0.912123 +Vertex 436: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010937 + Group: 'spine.005', Weight: 0.087139 + Group: 'Head', Weight: 0.876029 +Vertex 437: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.019560 + Group: 'spine.005', Weight: 0.085076 + Group: 'Head', Weight: 0.872939 +Vertex 438: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.067229 + Group: 'spine.005', Weight: 0.187038 + Group: 'Head', Weight: 0.731514 +Vertex 439: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.081746 + Group: 'spine.005', Weight: 0.181042 + Group: 'Head', Weight: 0.720234 +Vertex 440: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099341 + Group: 'spine.005', Weight: 0.268418 + Group: 'Head', Weight: 0.611005 +Vertex 441: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.124925 + Group: 'spine.005', Weight: 0.258762 + Group: 'Head', Weight: 0.590318 +Vertex 442: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.027233 + Group: 'spine.005', Weight: 0.084614 + Group: 'Head', Weight: 0.868832 +Vertex 443: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093609 + Group: 'spine.005', Weight: 0.175734 + Group: 'Head', Weight: 0.711589 +Vertex 444: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.142770 + Group: 'spine.005', Weight: 0.245967 + Group: 'Head', Weight: 0.582388 +Vertex 445: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030188 + Group: 'spine.005', Weight: 0.083803 + Group: 'Head', Weight: 0.867893 +Vertex 446: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.098387 + Group: 'spine.005', Weight: 0.176485 + Group: 'Head', Weight: 0.705201 +Vertex 447: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.151409 + Group: 'spine.005', Weight: 0.247403 + Group: 'Head', Weight: 0.570825 +Vertex 448: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.087463 + Group: 'spine.005', Weight: 0.599435 + Group: 'Head', Weight: 0.294764 +Vertex 449: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.555112 + Group: 'spine.005', Weight: 0.060454 + Group: 'shoulder.L', Weight: 0.329383 +Vertex 450: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.111257 + Group: 'spine.005', Weight: 0.599160 + Group: 'Head', Weight: 0.280627 +Vertex 451: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.108522 + Group: 'spine.005', Weight: 0.598522 + Group: 'Head', Weight: 0.284145 +Vertex 452: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.101552 + Group: 'spine.005', Weight: 0.659781 + Group: 'Head', Weight: 0.228934 +Vertex 453: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093312 + Group: 'spine.005', Weight: 0.697713 + Group: 'Head', Weight: 0.197332 +Vertex 454: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.566757 + Group: 'spine.005', Weight: 0.086388 + Group: 'shoulder.L', Weight: 0.306328 +Vertex 455: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.117273 + Group: 'spine.005', Weight: 0.664707 + Group: 'Head', Weight: 0.195558 +Vertex 456: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.543647 + Group: 'spine.005', Weight: 0.102769 + Group: 'shoulder.L', Weight: 0.306232 +Vertex 457: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.120933 + Group: 'spine.005', Weight: 0.628573 + Group: 'Head', Weight: 0.224458 +Vertex 458: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.519289 + Group: 'spine.005', Weight: 0.110389 + Group: 'Head', Weight: 0.018357 + Group: 'shoulder.L', Weight: 0.295594 +Vertex 459: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.161086 + Group: 'spine.005', Weight: 0.521005 + Group: 'Head', Weight: 0.281157 + Group: 'shoulder.L', Weight: 0.005508 +Vertex 460: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.537110 + Group: 'spine.005', Weight: 0.101660 + Group: 'Head', Weight: 0.027665 + Group: 'shoulder.L', Weight: 0.263815 +Vertex 461: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.202947 + Group: 'spine.005', Weight: 0.460019 + Group: 'Head', Weight: 0.293145 + Group: 'shoulder.L', Weight: 0.011469 +Vertex 462: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.586149 + Group: 'spine.005', Weight: 0.097345 + Group: 'Head', Weight: 0.041167 + Group: 'shoulder.L', Weight: 0.190812 + Group: 'shoulder.R', Weight: 0.027748 +Vertex 463: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.232029 + Group: 'spine.005', Weight: 0.409043 + Group: 'Head', Weight: 0.310801 + Group: 'shoulder.L', Weight: 0.010375 +Vertex 464: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.611669 + Group: 'spine.005', Weight: 0.093929 + Group: 'Head', Weight: 0.047874 + Group: 'shoulder.L', Weight: 0.139835 + Group: 'shoulder.R', Weight: 0.062190 +Vertex 465: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.238690 + Group: 'spine.005', Weight: 0.367793 + Group: 'Head', Weight: 0.345807 + Group: 'shoulder.L', Weight: 0.000083 +Vertex 466: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.632750 + Group: 'spine.005', Weight: 0.091068 + Group: 'Head', Weight: 0.047685 + Group: 'shoulder.L', Weight: 0.091640 + Group: 'shoulder.R', Weight: 0.091639 +Vertex 467: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.247909 + Group: 'spine.005', Weight: 0.358056 + Group: 'Head', Weight: 0.345128 +Vertex 468: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.298334 + Group: 'spine.005', Weight: 0.633037 + Group: 'Head', Weight: 0.036379 +Vertex 469: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.354909 + Group: 'spine.005', Weight: 0.574933 + Group: 'Head', Weight: 0.049727 +Vertex 470: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.242193 + Group: 'spine.005', Weight: 0.663568 + Group: 'Head', Weight: 0.062975 + Group: 'shoulder.L', Weight: 0.002858 +Vertex 471: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088518 + Group: 'spine.005', Weight: 0.619605 + Group: 'Head', Weight: 0.275014 +Vertex 472: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.229809 + Group: 'spine.005', Weight: 0.630962 + Group: 'Head', Weight: 0.094080 + Group: 'shoulder.L', Weight: 0.028930 +Vertex 473: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.215394 + Group: 'spine.005', Weight: 0.618862 + Group: 'Head', Weight: 0.118131 + Group: 'shoulder.L', Weight: 0.031861 +Vertex 474: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295443 + Group: 'spine.005', Weight: 0.491117 + Group: 'Head', Weight: 0.140228 + Group: 'shoulder.L', Weight: 0.058967 +Vertex 475: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.414663 + Group: 'spine.005', Weight: 0.351694 + Group: 'Head', Weight: 0.144775 + Group: 'shoulder.L', Weight: 0.066502 +Vertex 476: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.443027 + Group: 'spine.005', Weight: 0.305248 + Group: 'Head', Weight: 0.160132 + Group: 'shoulder.L', Weight: 0.060494 +Vertex 477: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.437991 + Group: 'spine.005', Weight: 0.292472 + Group: 'Head', Weight: 0.184884 + Group: 'shoulder.L', Weight: 0.040118 + Group: 'shoulder.R', Weight: 0.003793 +Vertex 478: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.441652 + Group: 'spine.005', Weight: 0.285788 + Group: 'Head', Weight: 0.188665 + Group: 'shoulder.L', Weight: 0.020975 + Group: 'shoulder.R', Weight: 0.020974 +Vertex 479: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.073689 + Group: 'spine.004', Weight: 0.606315 + Group: 'spine.005', Weight: 0.007308 + Group: 'shoulder.L', Weight: 0.141897 + Group: 'shoulder.R', Weight: 0.141896 +Vertex 480: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.024386 + Group: 'spine.004', Weight: 0.597902 + Group: 'spine.005', Weight: 0.026245 + Group: 'shoulder.L', Weight: 0.258818 + Group: 'shoulder.R', Weight: 0.058581 +Vertex 481: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086745 + Group: 'Head', Weight: 0.909881 +Vertex 482: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097583 + Group: 'Head', Weight: 0.898865 +Vertex 483: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098882 + Group: 'Head', Weight: 0.897487 +Vertex 484: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099363 + Group: 'Head', Weight: 0.897065 +Vertex 485: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.478140 + Group: 'Head', Weight: 0.504361 +Vertex 486: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.476310 + Group: 'Head', Weight: 0.505893 +Vertex 487: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.464921 + Group: 'Head', Weight: 0.518859 +Vertex 488: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459871 + Group: 'Head', Weight: 0.524016 +Vertex 489: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.443628 + Group: 'Head', Weight: 0.541970 +Vertex 490: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.438711 + Group: 'Head', Weight: 0.547050 +Vertex 491: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.480740 + Group: 'Head', Weight: 0.499818 +Vertex 492: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.470653 + Group: 'Head', Weight: 0.511041 +Vertex 493: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.458463 + Group: 'Head', Weight: 0.524382 +Vertex 494: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.481728 + Group: 'Head', Weight: 0.497947 +Vertex 495: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.126579 + Group: 'spine.004', Weight: 0.175172 + Group: 'shoulder.L', Weight: 0.461434 + Group: 'upper_arm.L', Weight: 0.068807 + Group: 'shoulder.R', Weight: 0.105889 +Vertex 496: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.288390 + Group: 'shoulder.L', Weight: 0.243889 + Group: 'shoulder.R', Weight: 0.243887 + Group: 'spine.004', Weight: 0.193473 + Group: 'upper_arm.R', Weight: 0.030363 +Vertex 497: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.301851 + Group: 'Head', Weight: 0.689868 +Vertex 498: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298445 + Group: 'Head', Weight: 0.693639 +Vertex 499: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.288919 + Group: 'Head', Weight: 0.703576 +Vertex 500: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.261577 + Group: 'Head', Weight: 0.731578 +Vertex 501: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260691 + Group: 'Head', Weight: 0.732407 +Vertex 502: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285801 + Group: 'Head', Weight: 0.706682 +Vertex 503: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.295622 + Group: 'Head', Weight: 0.696403 +Vertex 504: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.300715 + Group: 'Head', Weight: 0.691012 +Vertex 505: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306705 + Group: 'Head', Weight: 0.684720 +Vertex 506: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306727 + Group: 'Head', Weight: 0.684732 +Vertex 507: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325721 + Group: 'Head', Weight: 0.664929 +Vertex 508: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.349080 + Group: 'Head', Weight: 0.640697 +Vertex 509: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.323323 + Group: 'Head', Weight: 0.667430 +Vertex 510: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.384061 + Group: 'Head', Weight: 0.604603 +Vertex 511: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.406154 + Group: 'Head', Weight: 0.581656 +Vertex 512: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311748 + Group: 'Head', Weight: 0.679425 +Vertex 513: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293276 + Group: 'Head', Weight: 0.698475 +Vertex 514: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306633 + Group: 'Head', Weight: 0.683684 +Vertex 515: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302269 + Group: 'Head', Weight: 0.689284 +Vertex 516: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.317559 + Group: 'Head', Weight: 0.673128 +Vertex 517: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310714 + Group: 'Head', Weight: 0.680152 +Vertex 518: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.324092 + Group: 'Head', Weight: 0.666187 +Vertex 519: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315360 + Group: 'Head', Weight: 0.675040 +Vertex 520: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330141 + Group: 'Head', Weight: 0.659899 +Vertex 521: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.320943 + Group: 'Head', Weight: 0.669172 +Vertex 522: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298434 + Group: 'Head', Weight: 0.693392 +Vertex 523: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293956 + Group: 'Head', Weight: 0.698097 +Vertex 524: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.282764 + Group: 'Head', Weight: 0.709540 +Vertex 525: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259568 + Group: 'Head', Weight: 0.733215 +Vertex 526: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298449 + Group: 'Head', Weight: 0.693213 +Vertex 527: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.296050 + Group: 'Head', Weight: 0.695081 +Vertex 528: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.288900 + Group: 'Head', Weight: 0.702194 +Vertex 529: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298305 + Group: 'Head', Weight: 0.692315 +Vertex 530: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.340373 + Group: 'Head', Weight: 0.649718 +Vertex 531: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.338072 + Group: 'Head', Weight: 0.652123 +Vertex 532: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.338404 + Group: 'Head', Weight: 0.651426 +Vertex 533: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341554 + Group: 'Head', Weight: 0.648320 +Vertex 534: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341748 + Group: 'Head', Weight: 0.648241 +Vertex 535: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.054471 + Group: 'spine.005', Weight: 0.570816 + Group: 'Head', Weight: 0.369811 +Vertex 536: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.347827 + Group: 'Head', Weight: 0.641729 +Vertex 537: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.038932 + Group: 'spine.005', Weight: 0.587193 + Group: 'Head', Weight: 0.364241 +Vertex 538: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006882 + Group: 'spine.005', Weight: 0.563145 + Group: 'Head', Weight: 0.405641 +Vertex 539: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.393032 + Group: 'Head', Weight: 0.594911 +Vertex 540: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.433498 + Group: 'Head', Weight: 0.552217 +Vertex 541: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489175 + Group: 'Head', Weight: 0.490975 +Vertex 542: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.511864 + Group: 'Head', Weight: 0.464612 +Vertex 543: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.495970 + Group: 'Head', Weight: 0.483075 +Vertex 544: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.413547 + Group: 'Head', Weight: 0.573414 +Vertex 545: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.021335 + Group: 'spine.005', Weight: 0.584833 + Group: 'Head', Weight: 0.376132 +Vertex 546: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.105670 + Group: 'spine.005', Weight: 0.606496 + Group: 'Head', Weight: 0.278922 +Vertex 547: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.183947 + Group: 'spine.005', Weight: 0.664981 + Group: 'Head', Weight: 0.138132 +Vertex 548: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459480 + Group: 'Head', Weight: 0.524091 +Vertex 549: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.443050 + Group: 'Head', Weight: 0.542036 +Vertex 550: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.477048 + Group: 'Head', Weight: 0.504781 +Vertex 551: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325957 + Group: 'Head', Weight: 0.663974 +Vertex 552: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330085 + Group: 'Head', Weight: 0.660371 +Vertex 553: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.337327 + Group: 'Head', Weight: 0.652840 +Vertex 554: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.309753 + Group: 'Head', Weight: 0.681488 +Vertex 555: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.312283 + Group: 'Head', Weight: 0.678779 +Vertex 556: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.507301 + Group: 'Head', Weight: 0.471562 +Vertex 557: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.475126 + Group: 'Head', Weight: 0.507576 +Vertex 558: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425809 + Group: 'Head', Weight: 0.560953 +Vertex 559: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489503 + Group: 'Head', Weight: 0.491591 +Vertex 560: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.441261 + Group: 'Head', Weight: 0.544452 +Vertex 561: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.460252 + Group: 'Head', Weight: 0.523871 +Vertex 562: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285782 + Group: 'Head', Weight: 0.705960 +Vertex 563: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267348 + Group: 'Head', Weight: 0.724662 +Vertex 564: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.272272 + Group: 'Head', Weight: 0.719249 +Vertex 565: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.281721 + Group: 'Head', Weight: 0.709329 +Vertex 566: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267564 + Group: 'Head', Weight: 0.723985 +Vertex 567: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.265061 + Group: 'Head', Weight: 0.726716 +Vertex 568: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.277724 + Group: 'Head', Weight: 0.715080 +Vertex 569: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.274919 + Group: 'Head', Weight: 0.717862 +Vertex 570: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.271267 + Group: 'Head', Weight: 0.721301 +Vertex 571: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.275541 + Group: 'Head', Weight: 0.716310 +Vertex 572: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.313384 + Group: 'Head', Weight: 0.677775 +Vertex 573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315515 + Group: 'Head', Weight: 0.675536 +Vertex 574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.321677 + Group: 'Head', Weight: 0.669109 +Vertex 575: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010495 + Group: 'spine.005', Weight: 0.578235 + Group: 'Head', Weight: 0.388665 +Vertex 576: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.003737 + Group: 'spine.005', Weight: 0.222371 + Group: 'Head', Weight: 0.745200 +Vertex 577: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002323 + Group: 'spine.005', Weight: 0.262816 + Group: 'Head', Weight: 0.705784 +Vertex 578: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051058 + Group: 'spine.005', Weight: 0.565367 + Group: 'Head', Weight: 0.379053 +Vertex 579: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.037479 + Group: 'spine.005', Weight: 0.583941 + Group: 'Head', Weight: 0.368377 +Vertex 580: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023374 + Group: 'spine.005', Weight: 0.589710 + Group: 'Head', Weight: 0.370225 +Vertex 581: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.085318 + Group: 'spine.005', Weight: 0.566759 + Group: 'Head', Weight: 0.340827 +Vertex 582: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086698 + Group: 'spine.005', Weight: 0.570254 + Group: 'Head', Weight: 0.335830 +Vertex 583: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030152 + Group: 'spine.005', Weight: 0.477193 + Group: 'Head', Weight: 0.474900 +Vertex 584: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030589 + Group: 'spine.005', Weight: 0.373944 + Group: 'Head', Weight: 0.577487 +Vertex 585: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016985 + Group: 'spine.005', Weight: 0.265243 + Group: 'Head', Weight: 0.694259 +Vertex 586: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005269 + Group: 'spine.005', Weight: 0.215723 + Group: 'Head', Weight: 0.750879 +Vertex 587: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011202 + Group: 'spine.005', Weight: 0.237749 + Group: 'Head', Weight: 0.725251 +Vertex 588: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009946 + Group: 'spine.005', Weight: 0.212611 + Group: 'Head', Weight: 0.751100 +Vertex 589: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.015044 + Group: 'spine.005', Weight: 0.230354 + Group: 'Head', Weight: 0.730257 +Vertex 590: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008435 + Group: 'spine.005', Weight: 0.191155 + Group: 'Head', Weight: 0.773445 +Vertex 591: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012533 + Group: 'spine.005', Weight: 0.198653 + Group: 'Head', Weight: 0.763447 +Vertex 592: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.007169 + Group: 'spine.005', Weight: 0.172965 + Group: 'Head', Weight: 0.792388 +Vertex 593: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009646 + Group: 'spine.005', Weight: 0.175846 + Group: 'Head', Weight: 0.787995 +Vertex 594: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002778 + Group: 'spine.005', Weight: 0.153497 + Group: 'Head', Weight: 0.814520 +Vertex 595: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.004462 + Group: 'spine.005', Weight: 0.153896 + Group: 'Head', Weight: 0.813094 +Vertex 596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131549 + Group: 'Head', Weight: 0.840794 +Vertex 597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129902 + Group: 'Head', Weight: 0.842176 +Vertex 598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115337 + Group: 'Head', Weight: 0.860886 +Vertex 599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115375 + Group: 'Head', Weight: 0.860490 +Vertex 600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111066 + Group: 'Head', Weight: 0.866946 +Vertex 601: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111232 + Group: 'Head', Weight: 0.866430 +Vertex 602: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110457 + Group: 'Head', Weight: 0.868085 +Vertex 603: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110528 + Group: 'Head', Weight: 0.867850 +Vertex 604: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110322 + Group: 'Head', Weight: 0.868573 +Vertex 605: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110297 + Group: 'Head', Weight: 0.868533 +Vertex 606: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109709 + Group: 'Head', Weight: 0.869966 +Vertex 607: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110430 + Group: 'Head', Weight: 0.869354 +Vertex 608: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101559 + Group: 'Head', Weight: 0.880109 +Vertex 609: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099846 + Group: 'Head', Weight: 0.882114 +Vertex 610: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095644 + Group: 'Head', Weight: 0.887540 +Vertex 611: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093182 + Group: 'Head', Weight: 0.890408 +Vertex 612: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095738 + Group: 'Head', Weight: 0.888122 +Vertex 613: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.094157 + Group: 'Head', Weight: 0.890054 +Vertex 614: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100467 + Group: 'Head', Weight: 0.883145 +Vertex 615: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099523 + Group: 'Head', Weight: 0.884401 +Vertex 616: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114515 + Group: 'Head', Weight: 0.866902 +Vertex 617: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114449 + Group: 'Head', Weight: 0.867351 +Vertex 618: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124338 + Group: 'Head', Weight: 0.855229 +Vertex 619: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125713 + Group: 'Head', Weight: 0.853865 +Vertex 620: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133195 + Group: 'Head', Weight: 0.844527 +Vertex 621: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.137769 + Group: 'Head', Weight: 0.839509 +Vertex 622: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146368 + Group: 'Head', Weight: 0.828978 +Vertex 623: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148556 + Group: 'Head', Weight: 0.827052 +Vertex 624: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111201 + Group: 'Head', Weight: 0.866899 +Vertex 625: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110436 + Group: 'Head', Weight: 0.868132 +Vertex 626: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109956 + Group: 'Head', Weight: 0.869116 +Vertex 627: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109015 + Group: 'Head', Weight: 0.870844 +Vertex 628: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101381 + Group: 'Head', Weight: 0.880386 +Vertex 629: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098513 + Group: 'Head', Weight: 0.884175 +Vertex 630: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099972 + Group: 'Head', Weight: 0.882808 +Vertex 631: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102387 + Group: 'Head', Weight: 0.880415 +Vertex 632: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115297 + Group: 'Head', Weight: 0.865511 +Vertex 633: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122322 + Group: 'Head', Weight: 0.857327 +Vertex 634: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129751 + Group: 'Head', Weight: 0.848360 +Vertex 635: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134885 + Group: 'Head', Weight: 0.841972 +Vertex 636: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107821 + Group: 'Head', Weight: 0.875026 +Vertex 637: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107910 + Group: 'Head', Weight: 0.874707 +Vertex 638: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109851 + Group: 'Head', Weight: 0.871883 +Vertex 639: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111059 + Group: 'Head', Weight: 0.867219 +Vertex 640: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109837 + Group: 'Head', Weight: 0.869003 +Vertex 641: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108783 + Group: 'Head', Weight: 0.870772 +Vertex 642: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107298 + Group: 'Head', Weight: 0.872929 +Vertex 643: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102137 + Group: 'Head', Weight: 0.879546 +Vertex 644: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100392 + Group: 'Head', Weight: 0.881975 +Vertex 645: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100960 + Group: 'Head', Weight: 0.881596 +Vertex 646: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104000 + Group: 'Head', Weight: 0.878272 +Vertex 647: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114242 + Group: 'Head', Weight: 0.866590 +Vertex 648: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119672 + Group: 'Head', Weight: 0.860162 +Vertex 649: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125397 + Group: 'Head', Weight: 0.853327 +Vertex 650: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129495 + Group: 'Head', Weight: 0.848199 +Vertex 651: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110033 + Group: 'Head', Weight: 0.871474 +Vertex 652: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109301 + Group: 'Head', Weight: 0.871567 +Vertex 653: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119989 + Group: 'Head', Weight: 0.858261 +Vertex 654: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126981 + Group: 'Head', Weight: 0.849389 +Vertex 655: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.135049 + Group: 'Head', Weight: 0.840029 +Vertex 656: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146041 + Group: 'Head', Weight: 0.827381 +Vertex 657: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152959 + Group: 'Head', Weight: 0.820229 +Vertex 658: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157303 + Group: 'Head', Weight: 0.816175 +Vertex 659: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161691 + Group: 'Head', Weight: 0.812134 +Vertex 660: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179433 + Group: 'Head', Weight: 0.793124 +Vertex 661: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.184621 + Group: 'Head', Weight: 0.786227 +Vertex 662: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.174644 + Group: 'Head', Weight: 0.796692 +Vertex 663: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168584 + Group: 'Head', Weight: 0.802124 +Vertex 664: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157668 + Group: 'Head', Weight: 0.813176 +Vertex 665: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.145171 + Group: 'Head', Weight: 0.827258 +Vertex 666: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132025 + Group: 'Head', Weight: 0.842639 +Vertex 667: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124112 + Group: 'Head', Weight: 0.851746 +Vertex 668: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115253 + Group: 'Head', Weight: 0.862502 +Vertex 669: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103701 + Group: 'Head', Weight: 0.877644 +Vertex 670: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001852 + Group: 'spine.005', Weight: 0.196210 + Group: 'Head', Weight: 0.772445 +Vertex 671: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005317 + Group: 'spine.005', Weight: 0.198833 + Group: 'Head', Weight: 0.767695 +Vertex 672: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006611 + Group: 'spine.005', Weight: 0.187285 + Group: 'Head', Weight: 0.778427 +Vertex 673: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001245 + Group: 'spine.005', Weight: 0.152757 + Group: 'Head', Weight: 0.816195 +Vertex 674: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116437 + Group: 'Head', Weight: 0.859757 +Vertex 675: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133161 + Group: 'Head', Weight: 0.839504 +Vertex 676: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005341 + Group: 'spine.005', Weight: 0.170389 + Group: 'Head', Weight: 0.796078 +Vertex 677: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120166 + Group: 'Head', Weight: 0.855586 +Vertex 678: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132079 + Group: 'Head', Weight: 0.841428 +Vertex 679: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.149723 + Group: 'Head', Weight: 0.820553 +Vertex 680: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001553 + Group: 'spine.005', Weight: 0.164125 + Group: 'Head', Weight: 0.804651 +Vertex 681: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002279 + Group: 'spine.005', Weight: 0.177669 + Group: 'Head', Weight: 0.790681 +Vertex 682: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000958 + Group: 'spine.005', Weight: 0.185258 + Group: 'Head', Weight: 0.783920 +Vertex 683: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166345 + Group: 'Head', Weight: 0.807461 +Vertex 684: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177932 + Group: 'Head', Weight: 0.793824 +Vertex 685: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115986 + Group: 'Head', Weight: 0.863206 +Vertex 686: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110951 + Group: 'Head', Weight: 0.867983 +Vertex 687: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108175 + Group: 'Head', Weight: 0.871753 +Vertex 688: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112661 + Group: 'Head', Weight: 0.867363 +Vertex 689: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106015 + Group: 'Head', Weight: 0.875622 +Vertex 690: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103612 + Group: 'Head', Weight: 0.878222 +Vertex 691: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144934 + Group: 'Head', Weight: 0.829962 +Vertex 692: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143685 + Group: 'Head', Weight: 0.830633 +Vertex 693: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134918 + Group: 'Head', Weight: 0.840862 +Vertex 694: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126355 + Group: 'Head', Weight: 0.851042 +Vertex 695: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122281 + Group: 'Head', Weight: 0.855928 +Vertex 696: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118747 + Group: 'Head', Weight: 0.860289 +Vertex 697: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122585 + Group: 'Head', Weight: 0.856213 +Vertex 698: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115420 + Group: 'Head', Weight: 0.864426 +Vertex 699: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119357 + Group: 'Head', Weight: 0.860136 +Vertex 700: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116416 + Group: 'Head', Weight: 0.863698 +Vertex 701: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112833 + Group: 'Head', Weight: 0.867710 +Vertex 702: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110474 + Group: 'Head', Weight: 0.870687 +Vertex 703: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114189 + Group: 'Head', Weight: 0.866471 +Vertex 704: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123989 + Group: 'Head', Weight: 0.854259 +Vertex 705: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129060 + Group: 'Head', Weight: 0.848343 +Vertex 706: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.136277 + Group: 'Head', Weight: 0.839970 +Vertex 707: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020672 + Group: 'spine.005', Weight: 0.254440 + Group: 'Head', Weight: 0.702756 +Vertex 708: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.028223 + Group: 'spine.005', Weight: 0.269596 + Group: 'Head', Weight: 0.682981 +Vertex 709: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.018453 + Group: 'spine.005', Weight: 0.209246 + Group: 'Head', Weight: 0.749240 +Vertex 710: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.029056 + Group: 'spine.005', Weight: 0.226009 + Group: 'Head', Weight: 0.725994 +Vertex 711: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.013472 + Group: 'spine.005', Weight: 0.179630 + Group: 'Head', Weight: 0.781878 +Vertex 712: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023015 + Group: 'spine.005', Weight: 0.189416 + Group: 'Head', Weight: 0.766272 +Vertex 713: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008412 + Group: 'spine.005', Weight: 0.157454 + Group: 'Head', Weight: 0.807131 +Vertex 714: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016526 + Group: 'spine.005', Weight: 0.162333 + Group: 'Head', Weight: 0.797309 +Vertex 715: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131545 + Group: 'Head', Weight: 0.838856 +Vertex 716: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006329 + Group: 'spine.005', Weight: 0.135787 + Group: 'Head', Weight: 0.830064 +Vertex 717: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120884 + Group: 'Head', Weight: 0.852494 +Vertex 718: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115982 + Group: 'Head', Weight: 0.855428 +Vertex 719: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111117 + Group: 'Head', Weight: 0.866253 +Vertex 720: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110862 + Group: 'Head', Weight: 0.865548 +Vertex 721: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110427 + Group: 'Head', Weight: 0.867929 +Vertex 722: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106428 + Group: 'Head', Weight: 0.872267 +Vertex 723: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110286 + Group: 'Head', Weight: 0.868717 +Vertex 724: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097875 + Group: 'Head', Weight: 0.881924 +Vertex 725: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108314 + Group: 'Head', Weight: 0.871777 +Vertex 726: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093616 + Group: 'Head', Weight: 0.889358 +Vertex 727: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089397 + Group: 'Head', Weight: 0.894815 +Vertex 728: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089975 + Group: 'Head', Weight: 0.895067 +Vertex 729: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097738 + Group: 'Head', Weight: 0.886782 +Vertex 730: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108497 + Group: 'Head', Weight: 0.874622 +Vertex 731: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118586 + Group: 'Head', Weight: 0.862894 +Vertex 732: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127385 + Group: 'Head', Weight: 0.852579 +Vertex 733: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132535 + Group: 'Head', Weight: 0.847160 +Vertex 734: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087321 + Group: 'Head', Weight: 0.897214 +Vertex 735: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087969 + Group: 'Head', Weight: 0.897275 +Vertex 736: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.017320 + Group: 'spine.005', Weight: 0.151439 + Group: 'Head', Weight: 0.807728 +Vertex 737: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.024822 + Group: 'spine.005', Weight: 0.139045 + Group: 'Head', Weight: 0.815603 +Vertex 738: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.049671 + Group: 'spine.005', Weight: 0.117132 + Group: 'Head', Weight: 0.822698 +Vertex 739: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035897 + Group: 'spine.005', Weight: 0.120634 + Group: 'Head', Weight: 0.827409 +Vertex 740: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.055752 + Group: 'spine.005', Weight: 0.115113 + Group: 'Head', Weight: 0.817707 +Vertex 741: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.059984 + Group: 'spine.005', Weight: 0.117298 + Group: 'Head', Weight: 0.810487 +Vertex 742: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.097796 + Group: 'spine.004', Weight: 0.066981 + Group: 'shoulder.L', Weight: 0.645160 + Group: 'shoulder.R', Weight: 0.159214 +Vertex 743: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.121516 + Group: 'spine.004', Weight: 0.057665 + Group: 'shoulder.L', Weight: 0.399429 + Group: 'shoulder.R', Weight: 0.399429 +Vertex 744: +Vertex groups: 3 + Group: 'spine', Weight: 0.808373 + Group: 'spine.001', Weight: 0.007280 + Group: 'spine1', Weight: 0.149864 +Vertex 745: +Vertex groups: 2 + Group: 'spine', Weight: 0.798030 + Group: 'spine1', Weight: 0.167124 +Vertex 746: +Vertex groups: 2 + Group: 'spine', Weight: 0.806930 + Group: 'spine1', Weight: 0.160914 +Vertex 747: +Vertex groups: 2 + Group: 'spine', Weight: 0.818408 + Group: 'spine1', Weight: 0.151226 +Vertex 748: +Vertex groups: 3 + Group: 'spine', Weight: 0.815118 + Group: 'spine.001', Weight: 0.112948 + Group: 'spine1', Weight: 0.041022 +Vertex 749: +Vertex groups: 3 + Group: 'spine', Weight: 0.834869 + Group: 'spine.001', Weight: 0.074073 + Group: 'spine1', Weight: 0.072374 +Vertex 750: +Vertex groups: 3 + Group: 'spine', Weight: 0.824579 + Group: 'spine.001', Weight: 0.027281 + Group: 'spine1', Weight: 0.122800 +Vertex 751: +Vertex groups: 4 + Group: 'spine', Weight: 0.798481 + Group: 'spine.001', Weight: 0.132298 + Group: 'spine.002', Weight: 0.010029 + Group: 'spine1', Weight: 0.014796 +Vertex 752: +Vertex groups: 4 + Group: 'spine', Weight: 0.784958 + Group: 'spine.001', Weight: 0.146693 + Group: 'spine.002', Weight: 0.004893 + Group: 'spine1', Weight: 0.019211 +Vertex 753: +Vertex groups: 4 + Group: 'spine', Weight: 0.801474 + Group: 'spine.001', Weight: 0.129162 + Group: 'spine.002', Weight: 0.010060 + Group: 'spine1', Weight: 0.014927 +Vertex 754: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999681 +Vertex 755: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 756: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.008355 + Group: 'spine2', Weight: 0.970725 +Vertex 757: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 758: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 759: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 760: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 761: +Vertex groups: 1 + Group: 'spine2', Weight: 0.998267 +Vertex 762: +Vertex groups: 1 + Group: 'spine2', Weight: 0.993944 +Vertex 763: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.099610 + Group: 'forearm.L', Weight: 0.898211 +Vertex 764: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.107240 + Group: 'forearm.L', Weight: 0.891806 +Vertex 765: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.102333 + Group: 'forearm.L', Weight: 0.897176 +Vertex 766: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.071469 + Group: 'forearm.L', Weight: 0.928212 +Vertex 767: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.071145 + Group: 'forearm.L', Weight: 0.928428 +Vertex 768: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.090626 + Group: 'forearm.L', Weight: 0.907586 +Vertex 769: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.164569 + Group: 'forearm.L', Weight: 0.834927 +Vertex 770: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.116966 + Group: 'forearm.L', Weight: 0.882429 +Vertex 771: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.144250 + Group: 'forearm.L', Weight: 0.855124 +Vertex 772: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.066144 + Group: 'forearm.L', Weight: 0.933524 +Vertex 773: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.086965 + Group: 'forearm.L', Weight: 0.912619 +Vertex 774: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.128606 + Group: 'forearm.L', Weight: 0.870986 +Vertex 775: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 776: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 777: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 778: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 779: +Vertex groups: 4 + Group: 'spine', Weight: 0.042333 + Group: 'spine1', Weight: 0.679071 + Group: 'spine1.001', Weight: 0.240729 + Group: 'spine1.002', Weight: 0.015081 +Vertex 780: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.763769 + Group: 'spine2', Weight: 0.232587 +Vertex 781: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.152644 + Group: 'spine1.002', Weight: 0.812575 +Vertex 782: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.202816 + Group: 'spine1.003', Weight: 0.795117 +Vertex 783: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.837299 + Group: 'spine2', Weight: 0.158755 +Vertex 784: +Vertex groups: 4 + Group: 'spine', Weight: 0.058472 + Group: 'spine1', Weight: 0.686359 + Group: 'spine1.001', Weight: 0.213887 + Group: 'spine1.002', Weight: 0.028639 +Vertex 785: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.372473 + Group: 'spine1.003', Weight: 0.625931 +Vertex 786: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.126597 + Group: 'spine1.002', Weight: 0.841655 +Vertex 787: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.901854 + Group: 'spine2', Weight: 0.092942 +Vertex 788: +Vertex groups: 4 + Group: 'spine', Weight: 0.066831 + Group: 'spine1', Weight: 0.561228 + Group: 'spine1.001', Weight: 0.331488 + Group: 'spine1.002', Weight: 0.026556 +Vertex 789: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.480997 + Group: 'spine1.003', Weight: 0.517794 +Vertex 790: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.106491 + Group: 'spine1.002', Weight: 0.866540 +Vertex 791: +Vertex groups: 4 + Group: 'spine', Weight: 0.065921 + Group: 'spine1', Weight: 0.637333 + Group: 'spine1.001', Weight: 0.255765 + Group: 'spine1.002', Weight: 0.027637 +Vertex 792: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.894876 + Group: 'spine2', Weight: 0.100155 +Vertex 793: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.108238 + Group: 'spine1.002', Weight: 0.864214 +Vertex 794: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.474729 + Group: 'spine1.003', Weight: 0.524044 +Vertex 795: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.066531 + Group: 'spine2', Weight: 0.933399 +Vertex 796: +Vertex groups: 2 + Group: 'spine1', Weight: 0.495896 + Group: 'spine1.001', Weight: 0.483221 +Vertex 797: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.059040 + Group: 'spine1.003', Weight: 0.933620 +Vertex 798: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.540319 + Group: 'spine1.002', Weight: 0.429447 +Vertex 799: +Vertex groups: 4 + Group: 'spine', Weight: 0.063350 + Group: 'spine1', Weight: 0.672511 + Group: 'spine1.001', Weight: 0.221529 + Group: 'spine1.002', Weight: 0.030960 +Vertex 800: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.873761 + Group: 'spine2', Weight: 0.121804 +Vertex 801: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.114721 + Group: 'spine1.002', Weight: 0.855951 +Vertex 802: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.449004 + Group: 'spine1.003', Weight: 0.549661 +Vertex 803: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.600491 + Group: 'spine2', Weight: 0.398401 +Vertex 804: +Vertex groups: 2 + Group: 'spine1', Weight: 0.544240 + Group: 'spine1.001', Weight: 0.414183 +Vertex 805: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.129599 + Group: 'spine1.003', Weight: 0.866799 +Vertex 806: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.207393 + Group: 'spine1.002', Weight: 0.755282 +Vertex 807: +Vertex groups: 2 + Group: 'spine1', Weight: 0.517995 + Group: 'spine1.001', Weight: 0.451218 +Vertex 808: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.317571 + Group: 'spine2', Weight: 0.682181 +Vertex 809: +Vertex groups: 3 + Group: 'spine1', Weight: 0.000199 + Group: 'spine1.001', Weight: 0.304138 + Group: 'spine1.002', Weight: 0.657653 +Vertex 810: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.096093 + Group: 'spine1.003', Weight: 0.897500 +Vertex 811: +Vertex groups: 2 + Group: 'spine1', Weight: 0.510793 + Group: 'spine1.001', Weight: 0.463003 +Vertex 812: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.164309 + Group: 'spine2', Weight: 0.835645 +Vertex 813: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.455408 + Group: 'spine1.002', Weight: 0.507965 +Vertex 814: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.077017 + Group: 'spine1.003', Weight: 0.915078 +Vertex 815: +Vertex groups: 2 + Group: 'spine1', Weight: 0.499287 + Group: 'spine1.001', Weight: 0.477997 +Vertex 816: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.088990 + Group: 'spine2', Weight: 0.910957 +Vertex 817: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.404124 + Group: 'spine1.002', Weight: 0.563139 +Vertex 818: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064193 + Group: 'spine1.003', Weight: 0.928123 +Vertex 819: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.148665 + Group: 'spine2', Weight: 0.850762 +Vertex 820: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.083283 + Group: 'spine2', Weight: 0.916384 +Vertex 821: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.052262 + Group: 'spine2', Weight: 0.947735 +Vertex 822: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.045034 + Group: 'spine2', Weight: 0.952280 +Vertex 823: +Vertex groups: 1 + Group: 'spine2', Weight: 0.976105 +Vertex 824: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.009059 + Group: 'spine2', Weight: 0.970329 +Vertex 825: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999624 +Vertex 826: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 827: +Vertex groups: 1 + Group: 'spine2', Weight: 0.989229 +Vertex 828: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 829: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.017375 + Group: 'spine1.003', Weight: 0.969022 +Vertex 830: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.043734 + Group: 'spine1.003', Weight: 0.950372 +Vertex 831: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.066857 + Group: 'spine1.003', Weight: 0.928312 +Vertex 832: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064554 + Group: 'spine1.003', Weight: 0.930735 +Vertex 833: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.943390 + Group: 'spine2', Weight: 0.052933 +Vertex 834: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.058033 + Group: 'spine1.003', Weight: 0.937666 +Vertex 835: +Vertex groups: 1 + Group: 'spine1.003', Weight: 0.968650 +Vertex 836: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.947161 + Group: 'spine2', Weight: 0.033220 +Vertex 837: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.936006 + Group: 'spine2', Weight: 0.057138 +Vertex 838: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.938937 + Group: 'spine2', Weight: 0.056590 +Vertex 839: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.905466 + Group: 'spine1.003', Weight: 0.069656 +Vertex 840: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.919835 + Group: 'spine1.003', Weight: 0.060331 +Vertex 841: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.933647 + Group: 'spine1.003', Weight: 0.050663 +Vertex 842: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.932614 + Group: 'spine1.003', Weight: 0.051446 +Vertex 843: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.029723 + Group: 'spine1.002', Weight: 0.876684 + Group: 'spine1.003', Weight: 0.081181 +Vertex 844: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.928450 + Group: 'spine1.003', Weight: 0.054324 +Vertex 845: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.008946 + Group: 'spine1.002', Weight: 0.888770 + Group: 'spine1.003', Weight: 0.078598 +Vertex 846: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.026651 + Group: 'spine1.002', Weight: 0.874765 + Group: 'spine1.003', Weight: 0.083676 +Vertex 847: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.037107 + Group: 'spine1.002', Weight: 0.868564 + Group: 'spine1.003', Weight: 0.084892 +Vertex 848: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.029220 + Group: 'spine1.002', Weight: 0.874252 + Group: 'spine1.003', Weight: 0.083621 +Vertex 849: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131817 + Group: 'spine1.001', Weight: 0.693219 + Group: 'spine1.002', Weight: 0.163279 +Vertex 850: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132102 + Group: 'spine1.001', Weight: 0.681385 + Group: 'spine1.002', Weight: 0.173301 +Vertex 851: +Vertex groups: 3 + Group: 'spine1', Weight: 0.121047 + Group: 'spine1.001', Weight: 0.696517 + Group: 'spine1.002', Weight: 0.168481 +Vertex 852: +Vertex groups: 3 + Group: 'spine1', Weight: 0.124607 + Group: 'spine1.001', Weight: 0.692846 + Group: 'spine1.002', Weight: 0.168570 +Vertex 853: +Vertex groups: 3 + Group: 'spine1', Weight: 0.095450 + Group: 'spine1.001', Weight: 0.821215 + Group: 'spine1.002', Weight: 0.079164 +Vertex 854: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131357 + Group: 'spine1.001', Weight: 0.684969 + Group: 'spine1.002', Weight: 0.169689 +Vertex 855: +Vertex groups: 3 + Group: 'spine1', Weight: 0.123557 + Group: 'spine1.001', Weight: 0.730305 + Group: 'spine1.002', Weight: 0.137299 +Vertex 856: +Vertex groups: 3 + Group: 'spine1', Weight: 0.117894 + Group: 'spine1.001', Weight: 0.761368 + Group: 'spine1.002', Weight: 0.113876 +Vertex 857: +Vertex groups: 3 + Group: 'spine1', Weight: 0.112860 + Group: 'spine1.001', Weight: 0.782157 + Group: 'spine1.002', Weight: 0.099259 +Vertex 858: +Vertex groups: 3 + Group: 'spine1', Weight: 0.101073 + Group: 'spine1.001', Weight: 0.803583 + Group: 'spine1.002', Weight: 0.090643 +Vertex 859: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.177290 + Group: 'spine.005', Weight: 0.675833 + Group: 'Head', Weight: 0.132787 +Vertex 860: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082680 + Group: 'spine.005', Weight: 0.575184 + Group: 'Head', Weight: 0.335123 +Vertex 861: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.136595 + Group: 'spine.005', Weight: 0.644563 + Group: 'Head', Weight: 0.208135 +Vertex 862: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.137579 + Group: 'spine.005', Weight: 0.642438 + Group: 'Head', Weight: 0.209367 +Vertex 863: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082978 + Group: 'spine.005', Weight: 0.658943 + Group: 'Head', Weight: 0.245583 +Vertex 864: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.185796 + Group: 'spine.005', Weight: 0.659274 + Group: 'Head', Weight: 0.118621 + Group: 'shoulder.L', Weight: 0.013009 +Vertex 865: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.178737 + Group: 'spine.005', Weight: 0.636401 + Group: 'Head', Weight: 0.145655 + Group: 'shoulder.L', Weight: 0.016712 +Vertex 866: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088664 + Group: 'spine.005', Weight: 0.503139 + Group: 'Head', Weight: 0.388636 +Vertex 867: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.245675 + Group: 'spine.005', Weight: 0.520224 + Group: 'Head', Weight: 0.175202 + Group: 'shoulder.L', Weight: 0.043137 +Vertex 868: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.332062 + Group: 'spine.005', Weight: 0.416022 + Group: 'Head', Weight: 0.180149 + Group: 'shoulder.L', Weight: 0.052588 +Vertex 869: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.366635 + Group: 'spine.005', Weight: 0.361346 + Group: 'Head', Weight: 0.196312 + Group: 'shoulder.L', Weight: 0.048356 +Vertex 870: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.365631 + Group: 'spine.005', Weight: 0.337537 + Group: 'Head', Weight: 0.225289 + Group: 'shoulder.L', Weight: 0.025768 +Vertex 871: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.371067 + Group: 'spine.005', Weight: 0.328773 + Group: 'Head', Weight: 0.228668 + Group: 'shoulder.L', Weight: 0.010731 + Group: 'shoulder.R', Weight: 0.010730 +Vertex 872: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.147256 + Group: 'spine.005', Weight: 0.716056 + Group: 'Head', Weight: 0.118318 +Vertex 873: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099367 + Group: 'spine.005', Weight: 0.463324 + Group: 'Head', Weight: 0.415090 +Vertex 874: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106722 + Group: 'Head', Weight: 0.874549 +Vertex 875: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108374 + Group: 'Head', Weight: 0.872402 +Vertex 876: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113637 + Group: 'Head', Weight: 0.865628 +Vertex 877: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117949 + Group: 'Head', Weight: 0.860168 +Vertex 878: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122393 + Group: 'Head', Weight: 0.854709 +Vertex 879: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119866 + Group: 'Head', Weight: 0.857522 +Vertex 880: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116513 + Group: 'Head', Weight: 0.861518 +Vertex 881: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109454 + Group: 'Head', Weight: 0.870453 +Vertex 882: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106285 + Group: 'Head', Weight: 0.874668 +Vertex 883: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110851 + Group: 'Head', Weight: 0.869175 +Vertex 884: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112987 + Group: 'Head', Weight: 0.865807 +Vertex 885: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105208 + Group: 'Head', Weight: 0.876226 +Vertex 886: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.160577 + Group: 'spine.003', Weight: 0.437655 + Group: 'shoulder.L', Weight: 0.284048 + Group: 'upper_arm.L', Weight: 0.059965 + Group: 'shoulder.R', Weight: 0.022551 +Vertex 887: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.239846 + Group: 'spine.003', Weight: 0.531916 + Group: 'shoulder.L', Weight: 0.116634 + Group: 'upper_arm.L', Weight: 0.000045 + Group: 'shoulder.R', Weight: 0.061678 +Vertex 888: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.582120 + Group: 'spine.003', Weight: 0.281972 + Group: 'shoulder.L', Weight: 0.050376 + Group: 'shoulder.R', Weight: 0.023924 +Vertex 889: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.087883 + Group: 'spine.003', Weight: 0.206572 + Group: 'shoulder.L', Weight: 0.386074 + Group: 'upper_arm.L', Weight: 0.298862 +Vertex 890: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.102017 + Group: 'spine.003', Weight: 0.271941 + Group: 'shoulder.L', Weight: 0.468483 + Group: 'upper_arm.L', Weight: 0.119081 +Vertex 891: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.321653 + Group: 'spine.003', Weight: 0.342230 + Group: 'shoulder.L', Weight: 0.101565 + Group: 'upper_arm.L', Weight: 0.204819 +Vertex 892: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142029 + Group: 'spine.003', Weight: 0.299118 + Group: 'shoulder.L', Weight: 0.202931 + Group: 'upper_arm.L', Weight: 0.336048 +Vertex 893: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.037852 + Group: 'spine.002', Weight: 0.763405 + Group: 'spine.003', Weight: 0.119659 + Group: 'shoulder.L', Weight: 0.009227 +Vertex 894: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.019402 + Group: 'spine.002', Weight: 0.611010 + Group: 'spine.003', Weight: 0.220037 + Group: 'shoulder.L', Weight: 0.050899 + Group: 'upper_arm.L', Weight: 0.069305 +Vertex 895: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.017403 + Group: 'spine.002', Weight: 0.749942 + Group: 'spine.003', Weight: 0.142797 + Group: 'shoulder.L', Weight: 0.005382 +Vertex 896: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.222118 + Group: 'spine.003', Weight: 0.466623 + Group: 'shoulder.L', Weight: 0.197707 + Group: 'upper_arm.L', Weight: 0.064275 + Group: 'shoulder.R', Weight: 0.008322 +Vertex 897: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.293596 + Group: 'spine.003', Weight: 0.490521 + Group: 'shoulder.L', Weight: 0.115285 + Group: 'upper_arm.L', Weight: 0.012127 + Group: 'shoulder.R', Weight: 0.041811 +Vertex 898: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.578227 + Group: 'spine.003', Weight: 0.253021 + Group: 'shoulder.L', Weight: 0.075976 + Group: 'upper_arm.L', Weight: 0.047355 +Vertex 899: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.595619 + Group: 'spine.003', Weight: 0.265804 + Group: 'shoulder.L', Weight: 0.056523 + Group: 'shoulder.R', Weight: 0.008522 +Vertex 900: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.121208 + Group: 'spine.003', Weight: 0.284634 + Group: 'shoulder.L', Weight: 0.315931 + Group: 'upper_arm.L', Weight: 0.254532 +Vertex 901: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.158143 + Group: 'spine.003', Weight: 0.378056 + Group: 'shoulder.L', Weight: 0.299270 + Group: 'upper_arm.L', Weight: 0.129423 +Vertex 902: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.346955 + Group: 'spine.003', Weight: 0.352317 + Group: 'shoulder.L', Weight: 0.102668 + Group: 'upper_arm.L', Weight: 0.166623 +Vertex 903: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.183527 + Group: 'spine.003', Weight: 0.349220 + Group: 'shoulder.L', Weight: 0.202225 + Group: 'upper_arm.L', Weight: 0.240773 +Vertex 904: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.312846 + Group: 'spine.003', Weight: 0.392211 + Group: 'shoulder.L', Weight: 0.135620 + Group: 'upper_arm.L', Weight: 0.126780 +Vertex 905: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.022654 + Group: 'spine.002', Weight: 0.728058 + Group: 'spine.003', Weight: 0.146378 + Group: 'shoulder.L', Weight: 0.026175 + Group: 'upper_arm.L', Weight: 0.013308 +Vertex 906: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.005479 + Group: 'spine.002', Weight: 0.568450 + Group: 'spine.003', Weight: 0.242578 + Group: 'shoulder.L', Weight: 0.063760 + Group: 'upper_arm.L', Weight: 0.082600 +Vertex 907: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.009694 + Group: 'spine.002', Weight: 0.716154 + Group: 'spine.003', Weight: 0.167107 + Group: 'shoulder.L', Weight: 0.022809 +Vertex 908: +Vertex groups: 3 + Group: 'spine', Weight: 0.371022 + Group: 'spine.001', Weight: 0.521174 + Group: 'spine.002', Weight: 0.091308 +Vertex 909: +Vertex groups: 3 + Group: 'spine', Weight: 0.076232 + Group: 'spine.001', Weight: 0.511969 + Group: 'spine.002', Weight: 0.390729 +Vertex 910: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.099468 + Group: 'spine.002', Weight: 0.804575 + Group: 'spine.003', Weight: 0.054592 +Vertex 911: +Vertex groups: 3 + Group: 'spine', Weight: 0.240316 + Group: 'spine.001', Weight: 0.630233 + Group: 'spine.002', Weight: 0.117160 +Vertex 912: +Vertex groups: 3 + Group: 'spine', Weight: 0.056309 + Group: 'spine.001', Weight: 0.416120 + Group: 'spine.002', Weight: 0.501785 +Vertex 913: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.225950 + Group: 'spine.002', Weight: 0.708157 + Group: 'spine.003', Weight: 0.003126 +Vertex 914: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.068329 + Group: 'spine.002', Weight: 0.811124 + Group: 'spine.003', Weight: 0.074683 +Vertex 915: +Vertex groups: 3 + Group: 'spine', Weight: 0.017616 + Group: 'spine.001', Weight: 0.303815 + Group: 'spine.002', Weight: 0.627016 +Vertex 916: +Vertex groups: 3 + Group: 'spine', Weight: 0.326539 + Group: 'spine.001', Weight: 0.570256 + Group: 'spine.002', Weight: 0.089633 +Vertex 917: +Vertex groups: 3 + Group: 'spine', Weight: 0.329571 + Group: 'spine.001', Weight: 0.571622 + Group: 'spine.002', Weight: 0.086340 +Vertex 918: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.179598 + Group: 'spine.002', Weight: 0.751249 + Group: 'spine.003', Weight: 0.014744 +Vertex 919: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.072964 + Group: 'spine.002', Weight: 0.807003 + Group: 'spine.003', Weight: 0.072459 +Vertex 920: +Vertex groups: 3 + Group: 'spine', Weight: 0.370351 + Group: 'spine.001', Weight: 0.474381 + Group: 'spine.002', Weight: 0.129699 +Vertex 921: +Vertex groups: 3 + Group: 'spine', Weight: 0.459929 + Group: 'spine.001', Weight: 0.412057 + Group: 'spine.002', Weight: 0.106189 +Vertex 922: +Vertex groups: 3 + Group: 'spine', Weight: 0.378863 + Group: 'spine.001', Weight: 0.474356 + Group: 'spine.002', Weight: 0.122285 +Vertex 923: +Vertex groups: 3 + Group: 'spine', Weight: 0.335185 + Group: 'spine.001', Weight: 0.498681 + Group: 'spine.002', Weight: 0.140089 +Vertex 924: +Vertex groups: 3 + Group: 'spine', Weight: 0.233003 + Group: 'spine.001', Weight: 0.629977 + Group: 'spine.002', Weight: 0.124214 +Vertex 925: +Vertex groups: 3 + Group: 'spine', Weight: 0.029575 + Group: 'spine.001', Weight: 0.283986 + Group: 'spine.002', Weight: 0.635364 +Vertex 926: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.089187 + Group: 'spine.002', Weight: 0.803541 + Group: 'spine.003', Weight: 0.061560 +Vertex 927: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.058482 + Group: 'spine.002', Weight: 0.804833 + Group: 'spine.003', Weight: 0.086623 +Vertex 928: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.149342 + Group: 'spine.002', Weight: 0.769719 + Group: 'spine.003', Weight: 0.029353 +Vertex 929: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.174107 + Group: 'spine.002', Weight: 0.744651 + Group: 'spine.003', Weight: 0.020113 +Vertex 930: +Vertex groups: 3 + Group: 'spine', Weight: 0.067056 + Group: 'spine.001', Weight: 0.482939 + Group: 'spine.002', Weight: 0.423413 +Vertex 931: +Vertex groups: 3 + Group: 'spine', Weight: 0.285479 + Group: 'spine.001', Weight: 0.572294 + Group: 'spine.002', Weight: 0.124660 +Vertex 932: +Vertex groups: 3 + Group: 'spine', Weight: 0.274856 + Group: 'spine.001', Weight: 0.603298 + Group: 'spine.002', Weight: 0.108445 +Vertex 933: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.061993 + Group: 'spine.002', Weight: 0.798725 + Group: 'spine.003', Weight: 0.085087 +Vertex 934: +Vertex groups: 3 + Group: 'spine', Weight: 0.282574 + Group: 'spine.001', Weight: 0.601548 + Group: 'spine.002', Weight: 0.103161 +Vertex 935: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.136928 + Group: 'spine.002', Weight: 0.780809 + Group: 'spine.003', Weight: 0.034911 +Vertex 936: +Vertex groups: 3 + Group: 'spine', Weight: 0.324774 + Group: 'spine.001', Weight: 0.505769 + Group: 'spine.002', Weight: 0.145494 +Vertex 937: +Vertex groups: 3 + Group: 'spine', Weight: 0.228402 + Group: 'spine.001', Weight: 0.526339 + Group: 'spine.002', Weight: 0.211989 +Vertex 938: +Vertex groups: 3 + Group: 'spine', Weight: 0.166614 + Group: 'spine.001', Weight: 0.532130 + Group: 'spine.002', Weight: 0.262544 +Vertex 939: +Vertex groups: 3 + Group: 'spine', Weight: 0.158517 + Group: 'spine.001', Weight: 0.508018 + Group: 'spine.002', Weight: 0.290591 +Vertex 940: +Vertex groups: 3 + Group: 'spine', Weight: 0.674366 + Group: 'spine.001', Weight: 0.281727 + Group: 'spine.002', Weight: 0.004279 +Vertex 941: +Vertex groups: 2 + Group: 'spine', Weight: 0.654050 + Group: 'spine.001', Weight: 0.306483 +Vertex 942: +Vertex groups: 3 + Group: 'spine', Weight: 0.680839 + Group: 'spine.001', Weight: 0.264551 + Group: 'spine.002', Weight: 0.018999 +Vertex 943: +Vertex groups: 2 + Group: 'spine', Weight: 0.656718 + Group: 'spine.001', Weight: 0.305004 +Vertex 944: +Vertex groups: 3 + Group: 'spine', Weight: 0.603581 + Group: 'spine.001', Weight: 0.330811 + Group: 'spine.002', Weight: 0.046164 +Vertex 945: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.208716 + Group: 'Head', Weight: 0.785322 +Vertex 946: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.210393 + Group: 'Head', Weight: 0.783640 +Vertex 947: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.210600 + Group: 'Head', Weight: 0.783208 +Vertex 948: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.217569 + Group: 'Head', Weight: 0.775627 +Vertex 949: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220100 + Group: 'Head', Weight: 0.771713 +Vertex 950: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220493 + Group: 'Head', Weight: 0.772106 +Vertex 951: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216586 + Group: 'Head', Weight: 0.773890 +Vertex 952: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.214608 + Group: 'Head', Weight: 0.774439 +Vertex 953: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192375 + Group: 'Head', Weight: 0.795897 +Vertex 954: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.181309 + Group: 'Head', Weight: 0.804814 +Vertex 955: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168972 + Group: 'Head', Weight: 0.815175 +Vertex 956: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.151168 + Group: 'Head', Weight: 0.830971 +Vertex 957: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088539 + Group: 'Head', Weight: 0.894333 +Vertex 958: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.025752 + Group: 'Head', Weight: 0.952300 +Vertex 959: +Vertex groups: 1 + Group: 'Head', Weight: 0.968853 +Vertex 960: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.070922 + Group: 'Head', Weight: 0.913727 +Vertex 961: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.147991 + Group: 'Head', Weight: 0.830634 +Vertex 962: +Vertex groups: 1 + Group: 'Head', Weight: 0.976689 +Vertex 963: +Vertex groups: 1 + Group: 'Head', Weight: 0.982057 +Vertex 964: +Vertex groups: 1 + Group: 'Head', Weight: 0.985793 +Vertex 965: +Vertex groups: 1 + Group: 'Head', Weight: 0.986948 +Vertex 966: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112667 + Group: 'Head', Weight: 0.864277 +Vertex 967: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112448 + Group: 'Head', Weight: 0.864855 +Vertex 968: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110276 + Group: 'Head', Weight: 0.868355 +Vertex 969: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110315 + Group: 'Head', Weight: 0.868425 +Vertex 970: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106433 + Group: 'Head', Weight: 0.874415 +Vertex 971: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106698 + Group: 'Head', Weight: 0.873921 +Vertex 972: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142632 + Group: 'Head', Weight: 0.833922 +Vertex 973: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139533 + Group: 'Head', Weight: 0.837071 +Vertex 974: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110153 + Group: 'Head', Weight: 0.868689 +Vertex 975: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105568 + Group: 'Head', Weight: 0.875278 +Vertex 976: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132314 + Group: 'Head', Weight: 0.845185 +Vertex 977: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109489 + Group: 'Head', Weight: 0.869672 +Vertex 978: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104748 + Group: 'Head', Weight: 0.876237 +Vertex 979: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127453 + Group: 'Head', Weight: 0.850758 +Vertex 980: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123517 + Group: 'Head', Weight: 0.853833 +Vertex 981: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118053 + Group: 'Head', Weight: 0.861924 +Vertex 982: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118955 + Group: 'Head', Weight: 0.857988 +Vertex 983: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112478 + Group: 'Head', Weight: 0.865005 +Vertex 984: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113894 + Group: 'Head', Weight: 0.863491 +Vertex 985: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114346 + Group: 'Head', Weight: 0.865264 +Vertex 986: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109580 + Group: 'Head', Weight: 0.869855 +Vertex 987: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110241 + Group: 'Head', Weight: 0.871092 +Vertex 988: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114203 + Group: 'Head', Weight: 0.866545 +Vertex 989: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105035 + Group: 'Head', Weight: 0.876908 +Vertex 990: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102314 + Group: 'Head', Weight: 0.879863 +Vertex 991: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102072 + Group: 'Head', Weight: 0.879784 +Vertex 992: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122334 + Group: 'Head', Weight: 0.856782 +Vertex 993: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124314 + Group: 'Head', Weight: 0.853497 +Vertex 994: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117103 + Group: 'Head', Weight: 0.862335 +Vertex 995: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125964 + Group: 'Head', Weight: 0.852292 +Vertex 996: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120956 + Group: 'Head', Weight: 0.858192 +Vertex 997: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126489 + Group: 'Head', Weight: 0.851343 +Vertex 998: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112948 + Group: 'Head', Weight: 0.861130 +Vertex 999: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113972 + Group: 'Head', Weight: 0.861750 +Vertex 1000: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102687 + Group: 'Head', Weight: 0.876483 +Vertex 1001: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109963 + Group: 'Head', Weight: 0.868712 +Vertex 1002: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102032 + Group: 'Head', Weight: 0.879542 +Vertex 1003: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153308 + Group: 'Head', Weight: 0.823357 +Vertex 1004: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144605 + Group: 'Head', Weight: 0.832729 +Vertex 1005: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141021 + Group: 'Head', Weight: 0.836243 +Vertex 1006: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120019 + Group: 'Head', Weight: 0.857626 +Vertex 1007: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118184 + Group: 'Head', Weight: 0.859533 +Vertex 1008: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112270 + Group: 'Head', Weight: 0.867377 +Vertex 1009: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111235 + Group: 'Head', Weight: 0.868132 +Vertex 1010: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124128 + Group: 'Head', Weight: 0.854564 +Vertex 1011: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.450474 + Group: 'spine.005', Weight: 0.054166 + Group: 'shoulder.L', Weight: 0.361415 + Group: 'upper_arm.L', Weight: 0.032205 + Group: 'shoulder.R', Weight: 0.028035 +Vertex 1012: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295668 + Group: 'spine.005', Weight: 0.056605 + Group: 'shoulder.L', Weight: 0.572874 + Group: 'upper_arm.L', Weight: 0.026153 +Vertex 1013: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.263298 + Group: 'spine.005', Weight: 0.027415 + Group: 'shoulder.L', Weight: 0.654599 +Vertex 1014: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.275280 + Group: 'spine.005', Weight: 0.047789 + Group: 'shoulder.L', Weight: 0.627527 +Vertex 1015: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.559867 + Group: 'shoulder.L', Weight: 0.297023 + Group: 'shoulder.R', Weight: 0.070348 + Group: 'spine.005', Weight: 0.055829 + Group: 'upper_arm.L', Weight: 0.016933 +Vertex 1016: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.029706 + Group: 'spine.004', Weight: 0.556568 + Group: 'spine.005', Weight: 0.039959 + Group: 'shoulder.L', Weight: 0.182459 + Group: 'shoulder.R', Weight: 0.108140 +Vertex 1017: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.341782 + Group: 'spine.005', Weight: 0.056512 + Group: 'shoulder.L', Weight: 0.497622 + Group: 'upper_arm.L', Weight: 0.040606 +Vertex 1018: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.267423 + Group: 'spine.004', Weight: 0.218177 + Group: 'shoulder.L', Weight: 0.246023 + Group: 'shoulder.R', Weight: 0.246023 +Vertex 1019: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.255169 + Group: 'spine.005', Weight: 0.002223 + Group: 'shoulder.L', Weight: 0.656139 + Group: 'shoulder.R', Weight: 0.000433 +Vertex 1020: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.078072 + Group: 'spine.004', Weight: 0.209696 + Group: 'shoulder.L', Weight: 0.591683 + Group: 'shoulder.R', Weight: 0.094900 +Vertex 1021: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.936108 + Group: 'forearm.L', Weight: 0.061422 +Vertex 1022: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.934021 + Group: 'forearm.L', Weight: 0.063852 +Vertex 1023: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.933614 + Group: 'forearm.L', Weight: 0.063902 +Vertex 1024: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.977393 +Vertex 1025: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.985446 +Vertex 1026: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.940199 + Group: 'forearm.L', Weight: 0.059033 +Vertex 1027: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.927276 + Group: 'forearm.L', Weight: 0.071270 +Vertex 1028: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.922242 + Group: 'forearm.L', Weight: 0.075728 +Vertex 1029: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.940923 + Group: 'forearm.L', Weight: 0.057334 +Vertex 1030: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.983291 +Vertex 1031: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.977754 +Vertex 1032: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.964000 + Group: 'forearm.L', Weight: 0.019054 +Vertex 1033: +Vertex groups: 2 + Group: 'spine', Weight: 0.529300 + Group: 'spine1', Weight: 0.425430 +Vertex 1034: +Vertex groups: 3 + Group: 'spine', Weight: 0.307028 + Group: 'spine1', Weight: 0.629954 + Group: 'spine1.001', Weight: 0.048555 +Vertex 1035: +Vertex groups: 3 + Group: 'spine', Weight: 0.178170 + Group: 'spine1', Weight: 0.744802 + Group: 'spine1.001', Weight: 0.068680 +Vertex 1036: +Vertex groups: 2 + Group: 'spine', Weight: 0.651978 + Group: 'spine1', Weight: 0.301610 +Vertex 1037: +Vertex groups: 2 + Group: 'spine', Weight: 0.710286 + Group: 'spine1', Weight: 0.243907 +Vertex 1038: +Vertex groups: 2 + Group: 'spine', Weight: 0.695576 + Group: 'spine1', Weight: 0.258602 +Vertex 1039: +Vertex groups: 3 + Group: 'spine', Weight: 0.155815 + Group: 'spine1', Weight: 0.776709 + Group: 'spine1.001', Weight: 0.062635 +Vertex 1040: +Vertex groups: 3 + Group: 'spine', Weight: 0.148425 + Group: 'spine1', Weight: 0.778291 + Group: 'spine1.001', Weight: 0.068326 +Vertex 1041: +Vertex groups: 3 + Group: 'spine', Weight: 0.147791 + Group: 'spine1', Weight: 0.769354 + Group: 'spine1.001', Weight: 0.076758 +Vertex 1042: +Vertex groups: 3 + Group: 'spine', Weight: 0.145658 + Group: 'spine1', Weight: 0.775120 + Group: 'spine1.001', Weight: 0.073874 +Vertex 1043: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.556822 + Group: 'spine.003', Weight: 0.305270 + Group: 'shoulder.L', Weight: 0.040501 + Group: 'shoulder.R', Weight: 0.040501 +Vertex 1044: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.265691 + Group: 'spine.003', Weight: 0.522460 + Group: 'shoulder.L', Weight: 0.094913 + Group: 'shoulder.R', Weight: 0.070032 +Vertex 1045: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.006289 + Group: 'spine.002', Weight: 0.715795 + Group: 'spine.003', Weight: 0.173528 + Group: 'shoulder.L', Weight: 0.009386 +Vertex 1046: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.244698 + Group: 'spine.003', Weight: 0.537743 + Group: 'shoulder.L', Weight: 0.085857 + Group: 'shoulder.R', Weight: 0.085857 +Vertex 1047: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.007886 + Group: 'spine.002', Weight: 0.721465 + Group: 'spine.003', Weight: 0.169019 + Group: 'shoulder.L', Weight: 0.003227 + Group: 'shoulder.R', Weight: 0.003227 +Vertex 1048: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.566858 + Group: 'spine.003', Weight: 0.295743 + Group: 'shoulder.L', Weight: 0.046931 + Group: 'shoulder.R', Weight: 0.032383 +Vertex 1049: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.873770 + Group: 'forearm.L', Weight: 0.125991 +Vertex 1050: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.746445 + Group: 'forearm.L', Weight: 0.253406 +Vertex 1051: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.910110 + Group: 'forearm.L', Weight: 0.089679 +Vertex 1052: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.839638 + Group: 'forearm.L', Weight: 0.160229 +Vertex 1053: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.814775 + Group: 'forearm.L', Weight: 0.185085 +Vertex 1054: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.897328 + Group: 'forearm.L', Weight: 0.102442 +Vertex 1055: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.958796 + Group: 'forearm.L', Weight: 0.031657 +Vertex 1056: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.955047 + Group: 'forearm.L', Weight: 0.038901 +Vertex 1057: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.946941 + Group: 'forearm.L', Weight: 0.052377 +Vertex 1058: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.973044 +Vertex 1059: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.046557 + Group: 'forearm.L', Weight: 0.949598 +Vertex 1060: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.010515 + Group: 'forearm.L', Weight: 0.968152 +Vertex 1061: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.036897 + Group: 'forearm.L', Weight: 0.952955 +Vertex 1062: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.987422 +Vertex 1063: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.974782 +Vertex 1064: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.016390 + Group: 'forearm.L', Weight: 0.965230 +Vertex 1065: +Vertex groups: 3 + Group: 'spine', Weight: 0.044110 + Group: 'spine.001', Weight: 0.521459 + Group: 'spine.002', Weight: 0.412215 +Vertex 1066: +Vertex groups: 3 + Group: 'spine', Weight: 0.207869 + Group: 'spine.001', Weight: 0.699408 + Group: 'spine.002', Weight: 0.084753 +Vertex 1067: +Vertex groups: 3 + Group: 'spine', Weight: 0.009978 + Group: 'spine.001', Weight: 0.336645 + Group: 'spine.002', Weight: 0.602853 +Vertex 1068: +Vertex groups: 3 + Group: 'spine', Weight: 0.021261 + Group: 'spine.001', Weight: 0.347042 + Group: 'spine.002', Weight: 0.586551 +Vertex 1069: +Vertex groups: 3 + Group: 'spine', Weight: 0.202390 + Group: 'spine.001', Weight: 0.676083 + Group: 'spine.002', Weight: 0.111450 +Vertex 1070: +Vertex groups: 3 + Group: 'spine', Weight: 0.659964 + Group: 'spine.001', Weight: 0.294424 + Group: 'spine.002', Weight: 0.008103 +Vertex 1071: +Vertex groups: 2 + Group: 'spine', Weight: 0.760217 + Group: 'spine.001', Weight: 0.195752 +Vertex 1072: +Vertex groups: 3 + Group: 'spine', Weight: 0.642548 + Group: 'spine.001', Weight: 0.318385 + Group: 'spine.002', Weight: 0.001181 +Vertex 1073: +Vertex groups: 2 + Group: 'spine', Weight: 0.783176 + Group: 'spine.001', Weight: 0.180839 +Vertex 1074: +Vertex groups: 3 + Group: 'spine', Weight: 0.839232 + Group: 'spine.001', Weight: 0.108492 + Group: 'spine1', Weight: 0.026036 +Vertex 1075: +Vertex groups: 3 + Group: 'spine', Weight: 0.856409 + Group: 'spine.001', Weight: 0.090107 + Group: 'spine1', Weight: 0.034295 +Vertex 1076: +Vertex groups: 2 + Group: 'spine', Weight: 0.818858 + Group: 'spine.001', Weight: 0.142205 +Vertex 1077: +Vertex groups: 3 + Group: 'spine', Weight: 0.023528 + Group: 'spine.001', Weight: 0.444010 + Group: 'spine.002', Weight: 0.497185 +Vertex 1078: +Vertex groups: 3 + Group: 'spine', Weight: 0.210158 + Group: 'spine.001', Weight: 0.696556 + Group: 'spine.002', Weight: 0.085228 +Vertex 1079: +Vertex groups: 2 + Group: 'spine', Weight: 0.652928 + Group: 'spine.001', Weight: 0.308606 +Vertex 1080: +Vertex groups: 2 + Group: 'spine', Weight: 0.717951 + Group: 'spine.001', Weight: 0.244767 +Vertex 1081: +Vertex groups: 3 + Group: 'spine', Weight: 0.848522 + Group: 'spine.001', Weight: 0.109950 + Group: 'spine1', Weight: 0.009505 +Vertex 1082: +Vertex groups: 3 + Group: 'spine', Weight: 0.024577 + Group: 'spine.001', Weight: 0.426497 + Group: 'spine.002', Weight: 0.511791 +Vertex 1083: +Vertex groups: 3 + Group: 'spine', Weight: 0.024953 + Group: 'spine.001', Weight: 0.378277 + Group: 'spine.002', Weight: 0.555827 +Vertex 1084: +Vertex groups: 3 + Group: 'spine', Weight: 0.211113 + Group: 'spine.001', Weight: 0.674408 + Group: 'spine.002', Weight: 0.104675 +Vertex 1085: +Vertex groups: 3 + Group: 'spine', Weight: 0.679906 + Group: 'spine.001', Weight: 0.277538 + Group: 'spine.002', Weight: 0.001539 +Vertex 1086: +Vertex groups: 2 + Group: 'spine', Weight: 0.739549 + Group: 'spine.001', Weight: 0.221169 +Vertex 1087: +Vertex groups: 3 + Group: 'spine', Weight: 0.825393 + Group: 'spine.001', Weight: 0.126577 + Group: 'spine1', Weight: 0.015345 +Vertex 1088: +Vertex groups: 3 + Group: 'spine', Weight: 0.819153 + Group: 'spine.001', Weight: 0.138877 + Group: 'spine1', Weight: 0.004756 +Vertex 1089: +Vertex groups: 3 + Group: 'spine', Weight: 0.474096 + Group: 'spine.001', Weight: 0.453060 + Group: 'spine.002', Weight: 0.059954 +Vertex 1090: +Vertex groups: 3 + Group: 'spine', Weight: 0.381029 + Group: 'spine.001', Weight: 0.554203 + Group: 'spine.002', Weight: 0.053997 +Vertex 1091: +Vertex groups: 3 + Group: 'spine', Weight: 0.285461 + Group: 'spine.001', Weight: 0.639348 + Group: 'spine.002', Weight: 0.066465 +Vertex 1092: +Vertex groups: 3 + Group: 'spine', Weight: 0.374473 + Group: 'spine.001', Weight: 0.571132 + Group: 'spine.002', Weight: 0.040410 +Vertex 1093: +Vertex groups: 3 + Group: 'spine', Weight: 0.382152 + Group: 'spine.001', Weight: 0.553979 + Group: 'spine.002', Weight: 0.053124 +Vertex 1094: +Vertex groups: 3 + Group: 'spine', Weight: 0.376369 + Group: 'spine.001', Weight: 0.569739 + Group: 'spine.002', Weight: 0.039367 +Vertex 1095: +Vertex groups: 3 + Group: 'spine', Weight: 0.286762 + Group: 'spine.001', Weight: 0.639523 + Group: 'spine.002', Weight: 0.065154 +Vertex 1096: +Vertex groups: 3 + Group: 'spine', Weight: 0.286198 + Group: 'spine.001', Weight: 0.633566 + Group: 'spine.002', Weight: 0.071027 +Vertex 1097: +Vertex groups: 3 + Group: 'spine', Weight: 0.110210 + Group: 'spine.001', Weight: 0.489712 + Group: 'spine.002', Weight: 0.360734 +Vertex 1098: +Vertex groups: 3 + Group: 'spine', Weight: 0.113324 + Group: 'spine.001', Weight: 0.591347 + Group: 'spine.002', Weight: 0.275452 +Vertex 1099: +Vertex groups: 3 + Group: 'spine', Weight: 0.119337 + Group: 'spine.001', Weight: 0.632972 + Group: 'spine.002', Weight: 0.232602 +Vertex 1100: +Vertex groups: 3 + Group: 'spine', Weight: 0.061246 + Group: 'spine.001', Weight: 0.613750 + Group: 'spine.002', Weight: 0.310015 +Vertex 1101: +Vertex groups: 3 + Group: 'spine', Weight: 0.059915 + Group: 'spine.001', Weight: 0.588566 + Group: 'spine.002', Weight: 0.334774 +Vertex 1102: +Vertex groups: 3 + Group: 'spine', Weight: 0.073921 + Group: 'spine.001', Weight: 0.548982 + Group: 'spine.002', Weight: 0.358339 +Vertex 1103: +Vertex groups: 4 + Group: 'spine', Weight: 0.032207 + Group: 'spine.001', Weight: 0.142362 + Group: 'spine.002', Weight: 0.653943 + Group: 'spine.003', Weight: 0.091942 +Vertex 1104: +Vertex groups: 4 + Group: 'spine', Weight: 0.060568 + Group: 'spine.001', Weight: 0.223816 + Group: 'spine.002', Weight: 0.609471 + Group: 'spine.003', Weight: 0.055195 +Vertex 1105: +Vertex groups: 4 + Group: 'spine', Weight: 0.079190 + Group: 'spine.001', Weight: 0.332907 + Group: 'spine.002', Weight: 0.516376 + Group: 'spine.003', Weight: 0.020052 +Vertex 1106: +Vertex groups: 4 + Group: 'spine', Weight: 0.030569 + Group: 'spine.001', Weight: 0.136572 + Group: 'spine.002', Weight: 0.663241 + Group: 'spine.003', Weight: 0.092538 +Vertex 1107: +Vertex groups: 3 + Group: 'spine', Weight: 0.118653 + Group: 'spine.001', Weight: 0.621770 + Group: 'spine.002', Weight: 0.243093 +Vertex 1108: +Vertex groups: 3 + Group: 'spine', Weight: 0.117183 + Group: 'spine.001', Weight: 0.610480 + Group: 'spine.002', Weight: 0.254375 +Vertex 1109: +Vertex groups: 3 + Group: 'spine', Weight: 0.055743 + Group: 'spine.001', Weight: 0.593141 + Group: 'spine.002', Weight: 0.335217 +Vertex 1110: +Vertex groups: 3 + Group: 'spine', Weight: 0.073741 + Group: 'spine.001', Weight: 0.570802 + Group: 'spine.002', Weight: 0.337674 +Vertex 1111: +Vertex groups: 3 + Group: 'spine', Weight: 0.064240 + Group: 'spine.001', Weight: 0.616459 + Group: 'spine.002', Weight: 0.304228 +Vertex 1112: +Vertex groups: 3 + Group: 'spine', Weight: 0.063530 + Group: 'spine.001', Weight: 0.567561 + Group: 'spine.002', Weight: 0.350811 +Vertex 1113: +Vertex groups: 3 + Group: 'spine', Weight: 0.154414 + Group: 'spine.001', Weight: 0.631021 + Group: 'spine.002', Weight: 0.198355 +Vertex 1114: +Vertex groups: 3 + Group: 'spine', Weight: 0.173450 + Group: 'spine.001', Weight: 0.658505 + Group: 'spine.002', Weight: 0.155618 +Vertex 1115: +Vertex groups: 3 + Group: 'spine', Weight: 0.112594 + Group: 'spine.001', Weight: 0.713394 + Group: 'spine.002', Weight: 0.164258 +Vertex 1116: +Vertex groups: 3 + Group: 'spine', Weight: 0.110476 + Group: 'spine.001', Weight: 0.649158 + Group: 'spine.002', Weight: 0.226570 +Vertex 1117: +Vertex groups: 4 + Group: 'spine', Weight: 0.054338 + Group: 'spine.001', Weight: 0.186172 + Group: 'spine.002', Weight: 0.636445 + Group: 'spine.003', Weight: 0.068620 +Vertex 1118: +Vertex groups: 4 + Group: 'spine', Weight: 0.080250 + Group: 'spine.001', Weight: 0.294886 + Group: 'spine.002', Weight: 0.544611 + Group: 'spine.003', Weight: 0.032469 +Vertex 1119: +Vertex groups: 3 + Group: 'spine', Weight: 0.124401 + Group: 'spine.001', Weight: 0.483889 + Group: 'spine.002', Weight: 0.345200 +Vertex 1120: +Vertex groups: 3 + Group: 'spine', Weight: 0.162066 + Group: 'spine.001', Weight: 0.648166 + Group: 'spine.002', Weight: 0.175819 +Vertex 1121: +Vertex groups: 3 + Group: 'spine', Weight: 0.158026 + Group: 'spine.001', Weight: 0.640074 + Group: 'spine.002', Weight: 0.186892 +Vertex 1122: +Vertex groups: 3 + Group: 'spine', Weight: 0.112364 + Group: 'spine.001', Weight: 0.714435 + Group: 'spine.002', Weight: 0.163498 +Vertex 1123: +Vertex groups: 3 + Group: 'spine', Weight: 0.103818 + Group: 'spine.001', Weight: 0.653284 + Group: 'spine.002', Weight: 0.229389 +Vertex 1124: +Vertex groups: 3 + Group: 'spine', Weight: 0.086204 + Group: 'spine.001', Weight: 0.677217 + Group: 'spine.002', Weight: 0.224544 +Vertex 1125: +Vertex groups: 3 + Group: 'spine', Weight: 0.086770 + Group: 'spine.001', Weight: 0.647609 + Group: 'spine.002', Weight: 0.251803 +Vertex 1126: +Vertex groups: 3 + Group: 'spine', Weight: 0.165477 + Group: 'spine.001', Weight: 0.577133 + Group: 'spine.002', Weight: 0.231466 +Vertex 1127: +Vertex groups: 3 + Group: 'spine', Weight: 0.112239 + Group: 'spine.001', Weight: 0.699280 + Group: 'spine.002', Weight: 0.177844 +Vertex 1128: +Vertex groups: 4 + Group: 'spine', Weight: 0.053165 + Group: 'spine.001', Weight: 0.177982 + Group: 'spine.002', Weight: 0.648341 + Group: 'spine.003', Weight: 0.068685 +Vertex 1129: +Vertex groups: 3 + Group: 'spine', Weight: 0.034763 + Group: 'spine.001', Weight: 0.483495 + Group: 'spine.002', Weight: 0.453711 +Vertex 1130: +Vertex groups: 3 + Group: 'spine', Weight: 0.042168 + Group: 'spine.001', Weight: 0.506724 + Group: 'spine.002', Weight: 0.426545 +Vertex 1131: +Vertex groups: 3 + Group: 'spine', Weight: 0.033863 + Group: 'spine.001', Weight: 0.439793 + Group: 'spine.002', Weight: 0.493347 +Vertex 1132: +Vertex groups: 3 + Group: 'spine', Weight: 0.064541 + Group: 'spine.001', Weight: 0.622966 + Group: 'spine.002', Weight: 0.297855 +Vertex 1133: +Vertex groups: 3 + Group: 'spine', Weight: 0.072331 + Group: 'spine.001', Weight: 0.574083 + Group: 'spine.002', Weight: 0.335916 +Vertex 1134: +Vertex groups: 3 + Group: 'spine', Weight: 0.147822 + Group: 'spine.001', Weight: 0.714851 + Group: 'spine.002', Weight: 0.128401 +Vertex 1135: +Vertex groups: 3 + Group: 'spine', Weight: 0.145054 + Group: 'spine.001', Weight: 0.702704 + Group: 'spine.002', Weight: 0.142400 +Vertex 1136: +Vertex groups: 3 + Group: 'spine', Weight: 0.087782 + Group: 'spine.001', Weight: 0.670782 + Group: 'spine.002', Weight: 0.228956 +Vertex 1137: +Vertex groups: 3 + Group: 'spine', Weight: 0.112489 + Group: 'spine.001', Weight: 0.710584 + Group: 'spine.002', Weight: 0.167011 +Vertex 1138: +Vertex groups: 3 + Group: 'spine', Weight: 0.204320 + Group: 'spine.001', Weight: 0.697042 + Group: 'spine.002', Weight: 0.090404 +Vertex 1139: +Vertex groups: 3 + Group: 'spine', Weight: 0.114984 + Group: 'spine.001', Weight: 0.670914 + Group: 'spine.002', Weight: 0.201753 +Vertex 1140: +Vertex groups: 3 + Group: 'spine', Weight: 0.199067 + Group: 'spine.001', Weight: 0.691609 + Group: 'spine.002', Weight: 0.100390 +Vertex 1141: +Vertex groups: 3 + Group: 'spine', Weight: 0.517562 + Group: 'spine.001', Weight: 0.436104 + Group: 'spine.002', Weight: 0.019875 +Vertex 1142: +Vertex groups: 3 + Group: 'spine', Weight: 0.514845 + Group: 'spine.001', Weight: 0.439128 + Group: 'spine.002', Weight: 0.018803 +Vertex 1143: +Vertex groups: 3 + Group: 'spine', Weight: 0.369808 + Group: 'spine.001', Weight: 0.571339 + Group: 'spine.002', Weight: 0.048810 +Vertex 1144: +Vertex groups: 3 + Group: 'spine', Weight: 0.141931 + Group: 'spine.001', Weight: 0.710492 + Group: 'spine.002', Weight: 0.138191 +Vertex 1145: +Vertex groups: 2 + Group: 'spine', Weight: 0.778457 + Group: 'spine.001', Weight: 0.182740 +Vertex 1146: +Vertex groups: 2 + Group: 'spine', Weight: 0.760416 + Group: 'spine.001', Weight: 0.203130 +Vertex 1147: +Vertex groups: 2 + Group: 'spine', Weight: 0.775022 + Group: 'spine.001', Weight: 0.183104 +Vertex 1148: +Vertex groups: 3 + Group: 'spine', Weight: 0.649218 + Group: 'spine.001', Weight: 0.311894 + Group: 'spine.002', Weight: 0.000015 +Vertex 1149: +Vertex groups: 3 + Group: 'spine', Weight: 0.374612 + Group: 'spine.001', Weight: 0.569892 + Group: 'spine.002', Weight: 0.042605 +Vertex 1150: +Vertex groups: 2 + Group: 'spine', Weight: 0.673546 + Group: 'spine.001', Weight: 0.286376 +Vertex 1151: +Vertex groups: 3 + Group: 'spine', Weight: 0.374563 + Group: 'spine.001', Weight: 0.565938 + Group: 'spine.002', Weight: 0.048905 +Vertex 1152: +Vertex groups: 3 + Group: 'spine', Weight: 0.508747 + Group: 'spine.001', Weight: 0.445647 + Group: 'spine.002', Weight: 0.019014 +Vertex 1153: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.035101 + Group: 'spine.004', Weight: 0.561136 + Group: 'spine.005', Weight: 0.039042 + Group: 'shoulder.L', Weight: 0.142018 + Group: 'shoulder.R', Weight: 0.142018 +Vertex 1154: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.685228 + Group: 'forearm.L', Weight: 0.314642 +Vertex 1155: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.984939 +Vertex 1156: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.234557 + Group: 'forearm.L', Weight: 0.765309 +Vertex 1157: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994091 +Vertex 1158: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.902456 + Group: 'forearm.L', Weight: 0.097428 +Vertex 1159: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.308013 + Group: 'forearm.L', Weight: 0.691800 +Vertex 1160: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.987977 +Vertex 1161: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994153 +Vertex 1162: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.342349 + Group: 'forearm.L', Weight: 0.657434 +Vertex 1163: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.950900 + Group: 'forearm.L', Weight: 0.044809 +Vertex 1164: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.510261 + Group: 'forearm.L', Weight: 0.489612 +Vertex 1165: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.977275 +Vertex 1166: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.296761 + Group: 'forearm.L', Weight: 0.703057 +Vertex 1167: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.790645 + Group: 'forearm.L', Weight: 0.209090 +Vertex 1168: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.970906 +Vertex 1169: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.267171 + Group: 'forearm.L', Weight: 0.732624 +Vertex 1170: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.190264 + Group: 'forearm.L', Weight: 0.808689 +Vertex 1171: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.185927 + Group: 'forearm.L', Weight: 0.813427 +Vertex 1172: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.194031 + Group: 'forearm.L', Weight: 0.805630 +Vertex 1173: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.206530 + Group: 'forearm.L', Weight: 0.793255 +Vertex 1174: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.203487 + Group: 'forearm.L', Weight: 0.795595 +Vertex 1175: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.268172 + Group: 'forearm.L', Weight: 0.731490 +Vertex 1176: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.185993 + Group: 'forearm.L', Weight: 0.813549 +Vertex 1177: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.214186 + Group: 'forearm.L', Weight: 0.785403 +Vertex 1178: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.161792 + Group: 'forearm.L', Weight: 0.837927 +Vertex 1179: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.976125 +Vertex 1180: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.974206 +Vertex 1181: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996447 +Vertex 1182: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.978547 +Vertex 1183: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.972509 +Vertex 1184: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.975010 +Vertex 1185: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994486 +Vertex 1186: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.988876 +Vertex 1187: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.972967 +Vertex 1188: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.978767 +Vertex 1189: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990288 +Vertex 1190: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996131 +Vertex 1191: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.772349 + Group: 'spine.005', Weight: 0.111165 + Group: 'shoulder.L', Weight: 0.041254 + Group: 'shoulder.R', Weight: 0.041252 +Vertex 1192: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.691659 + Group: 'spine.005', Weight: 0.167931 + Group: 'shoulder.L', Weight: 0.104321 +Vertex 1193: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.618193 + Group: 'spine.005', Weight: 0.219579 + Group: 'Head', Weight: 0.018567 + Group: 'shoulder.L', Weight: 0.114825 +Vertex 1194: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.584129 + Group: 'spine.005', Weight: 0.235831 + Group: 'Head', Weight: 0.043137 + Group: 'shoulder.L', Weight: 0.119348 +Vertex 1195: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.557318 + Group: 'spine.005', Weight: 0.210053 + Group: 'Head', Weight: 0.063246 + Group: 'shoulder.L', Weight: 0.143773 +Vertex 1196: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.571509 + Group: 'spine.005', Weight: 0.173887 + Group: 'Head', Weight: 0.068211 + Group: 'shoulder.L', Weight: 0.147083 +Vertex 1197: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.588817 + Group: 'spine.005', Weight: 0.159945 + Group: 'Head', Weight: 0.077838 + Group: 'shoulder.L', Weight: 0.118451 + Group: 'shoulder.R', Weight: 0.009818 +Vertex 1198: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.597447 + Group: 'spine.005', Weight: 0.155865 + Group: 'Head', Weight: 0.087226 + Group: 'shoulder.L', Weight: 0.088108 + Group: 'shoulder.R', Weight: 0.040791 +Vertex 1199: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.603244 + Group: 'spine.005', Weight: 0.153221 + Group: 'Head', Weight: 0.088973 + Group: 'shoulder.L', Weight: 0.064121 + Group: 'shoulder.R', Weight: 0.064120 +Vertex 1200: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.752629 + Group: 'spine.005', Weight: 0.127895 + Group: 'shoulder.L', Weight: 0.076301 +Vertex 1201: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.161307 + Group: 'spine.002', Weight: 0.766082 + Group: 'spine.003', Weight: 0.022793 +Vertex 1202: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.207163 + Group: 'spine.002', Weight: 0.728710 + Group: 'spine.003', Weight: 0.006557 +Vertex 1203: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.220397 + Group: 'spine.002', Weight: 0.715919 + Group: 'spine.003', Weight: 0.004203 +Vertex 1204: +Vertex groups: 3 + Group: 'spine', Weight: 0.019329 + Group: 'spine.001', Weight: 0.412072 + Group: 'spine.002', Weight: 0.529779 +Vertex 1205: +Vertex groups: 3 + Group: 'spine', Weight: 0.005450 + Group: 'spine.001', Weight: 0.321799 + Group: 'spine.002', Weight: 0.620523 +Vertex 1206: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.860499 + Group: 'forearm.L', Weight: 0.138453 +Vertex 1207: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.917858 + Group: 'forearm.L', Weight: 0.081882 +Vertex 1208: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.874613 + Group: 'forearm.L', Weight: 0.124807 +Vertex 1209: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.835604 + Group: 'forearm.L', Weight: 0.163541 +Vertex 1210: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.950481 + Group: 'forearm.L', Weight: 0.048644 +Vertex 1211: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.847666 + Group: 'forearm.L', Weight: 0.151487 +Vertex 1212: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.852048 + Group: 'forearm.L', Weight: 0.146845 +Vertex 1213: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.950821 + Group: 'forearm.L', Weight: 0.048125 +Vertex 1214: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.843208 + Group: 'forearm.L', Weight: 0.156165 +Vertex 1215: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.867770 + Group: 'forearm.L', Weight: 0.131617 +Vertex 1216: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.911309 + Group: 'forearm.L', Weight: 0.088227 +Vertex 1217: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.936666 + Group: 'forearm.L', Weight: 0.063064 +Vertex 1218: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.927902 + Group: 'forearm.L', Weight: 0.071776 +Vertex 1219: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.914835 + Group: 'forearm.L', Weight: 0.084796 +Vertex 1220: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.954044 + Group: 'forearm.L', Weight: 0.041625 +Vertex 1221: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.891420 + Group: 'forearm.L', Weight: 0.108016 +Vertex 1222: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.965327 + Group: 'forearm.L', Weight: 0.008609 +Vertex 1223: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990254 +Vertex 1224: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.974062 +Vertex 1225: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.958360 + Group: 'forearm.L', Weight: 0.025149 +Vertex 1226: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990436 +Vertex 1227: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.984409 +Vertex 1228: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.991225 +Vertex 1229: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.972129 + Group: 'forearm.L', Weight: 0.001135 +Vertex 1230: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.962359 + Group: 'forearm.L', Weight: 0.019713 +Vertex 1231: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.965335 + Group: 'forearm.L', Weight: 0.009916 +Vertex 1232: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.962861 + Group: 'forearm.L', Weight: 0.014192 +Vertex 1233: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.993350 +Vertex 1234: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.965225 + Group: 'forearm.L', Weight: 0.013773 +Vertex 1235: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.968452 + Group: 'forearm.L', Weight: 0.003660 +Vertex 1236: +Vertex groups: 5 + Group: 'spine', Weight: 0.009866 + Group: 'spine.001', Weight: 0.170687 + Group: 'spine.002', Weight: 0.708324 + Group: 'spine.003', Weight: 0.036776 + Group: 'upper_arm.L', Weight: 0.009416 +Vertex 1237: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.067468 + Group: 'spine.002', Weight: 0.546880 + Group: 'spine.003', Weight: 0.215925 + Group: 'shoulder.L', Weight: 0.055199 + Group: 'upper_arm.L', Weight: 0.054544 +Vertex 1238: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.657971 + Group: 'spine.003', Weight: 0.142788 + Group: 'spine.001', Weight: 0.102673 + Group: 'upper_arm.L', Weight: 0.058878 + Group: 'shoulder.L', Weight: 0.037690 +Vertex 1239: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697724 + Group: 'spine.001', Weight: 0.121026 + Group: 'spine.003', Weight: 0.103669 + Group: 'upper_arm.L', Weight: 0.059099 + Group: 'shoulder.L', Weight: 0.018482 +Vertex 1240: +Vertex groups: 5 + Group: 'spine', Weight: 0.013138 + Group: 'spine.001', Weight: 0.136213 + Group: 'spine.002', Weight: 0.688802 + Group: 'spine.003', Weight: 0.066372 + Group: 'upper_arm.L', Weight: 0.043293 +Vertex 1241: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.669730 + Group: 'spine.003', Weight: 0.214352 + Group: 'spine.001', Weight: 0.077716 + Group: 'shoulder.R', Weight: 0.019101 + Group: 'shoulder.L', Weight: 0.019101 +Vertex 1242: +Vertex groups: 3 + Group: 'spine', Weight: 0.778970 + Group: 'spine.001', Weight: 0.026891 + Group: 'spine1', Weight: 0.163683 +Vertex 1243: +Vertex groups: 3 + Group: 'spine', Weight: 0.822525 + Group: 'spine.001', Weight: 0.041361 + Group: 'spine1', Weight: 0.112372 +Vertex 1244: +Vertex groups: 3 + Group: 'spine', Weight: 0.360651 + Group: 'spine1', Weight: 0.604626 + Group: 'spine1.001', Weight: 0.004437 +Vertex 1245: +Vertex groups: 3 + Group: 'spine', Weight: 0.329338 + Group: 'spine1', Weight: 0.631655 + Group: 'spine1.001', Weight: 0.013825 +Vertex 1246: +Vertex groups: 3 + Group: 'spine', Weight: 0.566364 + Group: 'spine1', Weight: 0.387173 + Group: 'spine1.001', Weight: 0.001562 +Vertex 1247: +Vertex groups: 3 + Group: 'spine', Weight: 0.337947 + Group: 'spine1', Weight: 0.616086 + Group: 'spine1.001', Weight: 0.021243 +Vertex 1248: +Vertex groups: 3 + Group: 'spine', Weight: 0.840898 + Group: 'spine.001', Weight: 0.041663 + Group: 'spine1', Weight: 0.093148 +Vertex 1249: +Vertex groups: 3 + Group: 'spine', Weight: 0.835792 + Group: 'spine.001', Weight: 0.039664 + Group: 'spine1', Weight: 0.099348 +Vertex 1250: +Vertex groups: 3 + Group: 'spine', Weight: 0.292182 + Group: 'spine1', Weight: 0.660977 + Group: 'spine1.001', Weight: 0.028650 +Vertex 1251: +Vertex groups: 3 + Group: 'spine', Weight: 0.302592 + Group: 'spine1', Weight: 0.653898 + Group: 'spine1.001', Weight: 0.023130 +Vertex 1252: +Vertex groups: 3 + Group: 'spine', Weight: 0.131471 + Group: 'spine1', Weight: 0.749934 + Group: 'spine1.001', Weight: 0.101889 +Vertex 1253: +Vertex groups: 3 + Group: 'spine', Weight: 0.079552 + Group: 'spine1', Weight: 0.759647 + Group: 'spine1.001', Weight: 0.150249 +Vertex 1254: +Vertex groups: 3 + Group: 'spine', Weight: 0.219823 + Group: 'spine1', Weight: 0.686044 + Group: 'spine1.001', Weight: 0.077285 +Vertex 1255: +Vertex groups: 3 + Group: 'spine', Weight: 0.214616 + Group: 'spine1', Weight: 0.693877 + Group: 'spine1.001', Weight: 0.074461 +Vertex 1256: +Vertex groups: 3 + Group: 'spine', Weight: 0.063234 + Group: 'spine1', Weight: 0.761213 + Group: 'spine1.001', Weight: 0.167840 +Vertex 1257: +Vertex groups: 3 + Group: 'spine', Weight: 0.059946 + Group: 'spine1', Weight: 0.769741 + Group: 'spine1.001', Weight: 0.163861 +Vertex 1258: +Vertex groups: 3 + Group: 'spine', Weight: 0.204086 + Group: 'spine1', Weight: 0.705809 + Group: 'spine1.001', Weight: 0.072701 +Vertex 1259: +Vertex groups: 3 + Group: 'spine', Weight: 0.219934 + Group: 'spine1', Weight: 0.691704 + Group: 'spine1.001', Weight: 0.070568 +Vertex 1260: +Vertex groups: 3 + Group: 'spine', Weight: 0.057019 + Group: 'spine1', Weight: 0.786686 + Group: 'spine1.001', Weight: 0.151012 +Vertex 1261: +Vertex groups: 3 + Group: 'spine', Weight: 0.056860 + Group: 'spine1', Weight: 0.778491 + Group: 'spine1.001', Weight: 0.158949 +Vertex 1262: +Vertex groups: 4 + Group: 'spine', Weight: 0.761168 + Group: 'spine.001', Weight: 0.177786 + Group: 'spine.002', Weight: 0.011694 + Group: 'spine1', Weight: 0.000090 +Vertex 1263: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107878 + Group: 'spine.003', Weight: 0.119026 + Group: 'shoulder.L', Weight: 0.149435 + Group: 'upper_arm.L', Weight: 0.601252 +Vertex 1264: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.970717 +Vertex 1265: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.372525 + Group: 'forearm.L', Weight: 0.627144 +Vertex 1266: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.721791 + Group: 'forearm.L', Weight: 0.277673 +Vertex 1267: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004210 + Group: 'shoulder.L', Weight: 0.029487 + Group: 'upper_arm.L', Weight: 0.903311 +Vertex 1268: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063809 + Group: 'spine.003', Weight: 0.073213 + Group: 'shoulder.L', Weight: 0.093576 + Group: 'upper_arm.L', Weight: 0.755221 +Vertex 1269: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.249001 + Group: 'spine.003', Weight: 0.246589 + Group: 'shoulder.L', Weight: 0.143977 + Group: 'upper_arm.L', Weight: 0.315682 +Vertex 1270: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040080 + Group: 'spine.002', Weight: 0.490315 + Group: 'spine.003', Weight: 0.198410 + Group: 'shoulder.L', Weight: 0.081137 + Group: 'upper_arm.L', Weight: 0.159506 +Vertex 1271: +Vertex groups: 5 + Group: 'spine', Weight: 0.048214 + Group: 'spine.001', Weight: 0.209664 + Group: 'spine.002', Weight: 0.635133 + Group: 'spine.003', Weight: 0.051066 + Group: 'upper_arm.L', Weight: 0.011198 +Vertex 1272: +Vertex groups: 3 + Group: 'spine', Weight: 0.242314 + Group: 'spine.001', Weight: 0.563305 + Group: 'spine.002', Weight: 0.170788 +Vertex 1273: +Vertex groups: 3 + Group: 'spine', Weight: 0.602967 + Group: 'spine.001', Weight: 0.309197 + Group: 'spine.002', Weight: 0.066393 +Vertex 1274: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.083839 + Group: 'spine.002', Weight: 0.646205 + Group: 'spine.003', Weight: 0.114600 + Group: 'shoulder.L', Weight: 0.035548 + Group: 'upper_arm.L', Weight: 0.081609 +Vertex 1275: +Vertex groups: 3 + Group: 'spine', Weight: 0.691939 + Group: 'spine.001', Weight: 0.242080 + Group: 'spine.002', Weight: 0.032572 +Vertex 1276: +Vertex groups: 3 + Group: 'spine', Weight: 0.810019 + Group: 'spine.001', Weight: 0.050750 + Group: 'spine1', Weight: 0.121007 +Vertex 1277: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142121 + Group: 'spine.003', Weight: 0.151699 + Group: 'shoulder.L', Weight: 0.182617 + Group: 'upper_arm.L', Weight: 0.494371 +Vertex 1278: +Vertex groups: 3 + Group: 'spine', Weight: 0.823657 + Group: 'spine.001', Weight: 0.098811 + Group: 'spine1', Weight: 0.054737 +Vertex 1279: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.103725 + Group: 'forearm.L', Weight: 0.895890 +Vertex 1280: +Vertex groups: 1 + Group: 'spine2', Weight: 0.985816 +Vertex 1281: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 1282: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.806102 + Group: 'spine2', Weight: 0.190188 +Vertex 1283: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.269530 + Group: 'spine1.003', Weight: 0.728594 +Vertex 1284: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.136715 + Group: 'spine1.002', Weight: 0.830054 +Vertex 1285: +Vertex groups: 4 + Group: 'spine', Weight: 0.052035 + Group: 'spine1', Weight: 0.689816 + Group: 'spine1.001', Weight: 0.219964 + Group: 'spine1.002', Weight: 0.022958 +Vertex 1286: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.114443 + Group: 'spine2', Weight: 0.885106 +Vertex 1287: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.028340 + Group: 'spine1.003', Weight: 0.959829 +Vertex 1288: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.912321 + Group: 'spine1.003', Weight: 0.065832 +Vertex 1289: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132562 + Group: 'spine1.001', Weight: 0.685427 + Group: 'spine1.002', Weight: 0.169450 +Vertex 1290: +Vertex groups: 3 + Group: 'spine', Weight: 0.459960 + Group: 'spine.001', Weight: 0.419347 + Group: 'spine.002', Weight: 0.100268 +Vertex 1291: +Vertex groups: 3 + Group: 'spine', Weight: 0.342839 + Group: 'spine.001', Weight: 0.508438 + Group: 'spine.002', Weight: 0.127657 +Vertex 1292: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.926847 + Group: 'forearm.L', Weight: 0.070899 +Vertex 1293: +Vertex groups: 3 + Group: 'spine', Weight: 0.409949 + Group: 'spine1', Weight: 0.537718 + Group: 'spine1.001', Weight: 0.022015 +Vertex 1294: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.002391 + Group: 'forearm.L', Weight: 0.972582 +Vertex 1295: +Vertex groups: 4 + Group: 'spine', Weight: 0.095895 + Group: 'spine.001', Weight: 0.420951 + Group: 'spine.002', Weight: 0.429436 + Group: 'spine.003', Weight: 0.000997 +Vertex 1296: +Vertex groups: 3 + Group: 'spine', Weight: 0.145790 + Group: 'spine.001', Weight: 0.535125 + Group: 'spine.002', Weight: 0.284078 +Vertex 1297: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.179094 + Group: 'forearm.L', Weight: 0.820603 +Vertex 1298: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.973469 +Vertex 1299: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.838959 + Group: 'forearm.L', Weight: 0.160062 +Vertex 1300: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.960124 + Group: 'forearm.L', Weight: 0.020774 +Vertex 1301: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.714602 + Group: 'spine.001', Weight: 0.134474 + Group: 'spine.003', Weight: 0.084785 + Group: 'upper_arm.L', Weight: 0.054692 + Group: 'spine', Weight: 0.011447 +Vertex 1302: +Vertex groups: 2 + Group: 'spine', Weight: 0.680803 + Group: 'spine1', Weight: 0.271224 +Vertex 1303: +Vertex groups: 3 + Group: 'spine', Weight: 0.164296 + Group: 'spine1', Weight: 0.732616 + Group: 'spine1.001', Weight: 0.085956 +Vertex 1304: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.980847 +Vertex 1305: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.985917 +Vertex 1306: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.009618 + Group: 'forearm.L', Weight: 0.969020 +Vertex 1307: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.017872 + Group: 'forearm.L', Weight: 0.963738 +Vertex 1308: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.971983 +Vertex 1309: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013587 + Group: 'Head', Weight: 0.968089 +Vertex 1310: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.034632 + Group: 'Head', Weight: 0.957557 +Vertex 1311: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.038668 + Group: 'Head', Weight: 0.955536 +Vertex 1312: +Vertex groups: 1 + Group: 'Head', Weight: 0.981628 +Vertex 1313: +Vertex groups: 1 + Group: 'Head', Weight: 0.981409 +Vertex 1314: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 1315: +Vertex groups: 1 + Group: 'Head', Weight: 0.975647 +Vertex 1316: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.004109 + Group: 'Head', Weight: 0.972807 +Vertex 1317: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021524 + Group: 'Head', Weight: 0.964078 +Vertex 1318: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.022938 + Group: 'Head', Weight: 0.963354 +Vertex 1319: +Vertex groups: 1 + Group: 'Head', Weight: 0.982183 +Vertex 1320: +Vertex groups: 1 + Group: 'Head', Weight: 0.981767 +Vertex 1321: +Vertex groups: 1 + Group: 'Head', Weight: 0.980399 +Vertex 1322: +Vertex groups: 1 + Group: 'Head', Weight: 0.977530 +Vertex 1323: +Vertex groups: 1 + Group: 'Head', Weight: 0.980551 +Vertex 1324: +Vertex groups: 1 + Group: 'Head', Weight: 0.980001 +Vertex 1325: +Vertex groups: 1 + Group: 'Head', Weight: 0.986819 +Vertex 1326: +Vertex groups: 1 + Group: 'Head', Weight: 0.985855 +Vertex 1327: +Vertex groups: 1 + Group: 'Head', Weight: 0.984899 +Vertex 1328: +Vertex groups: 1 + Group: 'Head', Weight: 0.983770 +Vertex 1329: +Vertex groups: 1 + Group: 'Head', Weight: 0.982237 +Vertex 1330: +Vertex groups: 1 + Group: 'Head', Weight: 0.985156 +Vertex 1331: +Vertex groups: 1 + Group: 'Head', Weight: 0.985279 +Vertex 1332: +Vertex groups: 1 + Group: 'Head', Weight: 0.987319 +Vertex 1333: +Vertex groups: 1 + Group: 'Head', Weight: 0.988391 +Vertex 1334: +Vertex groups: 1 + Group: 'Head', Weight: 0.988680 +Vertex 1335: +Vertex groups: 1 + Group: 'Head', Weight: 0.987940 +Vertex 1336: +Vertex groups: 1 + Group: 'Head', Weight: 0.987098 +Vertex 1337: +Vertex groups: 1 + Group: 'Head', Weight: 0.986033 +Vertex 1338: +Vertex groups: 1 + Group: 'Head', Weight: 0.988269 +Vertex 1339: +Vertex groups: 1 + Group: 'Head', Weight: 0.988379 +Vertex 1340: +Vertex groups: 1 + Group: 'Head', Weight: 0.989432 +Vertex 1341: +Vertex groups: 1 + Group: 'Head', Weight: 0.990345 +Vertex 1342: +Vertex groups: 1 + Group: 'Head', Weight: 0.990951 +Vertex 1343: +Vertex groups: 1 + Group: 'Head', Weight: 0.990979 +Vertex 1344: +Vertex groups: 1 + Group: 'Head', Weight: 0.990386 +Vertex 1345: +Vertex groups: 1 + Group: 'Head', Weight: 0.989131 +Vertex 1346: +Vertex groups: 1 + Group: 'Head', Weight: 0.990757 +Vertex 1347: +Vertex groups: 1 + Group: 'Head', Weight: 0.990635 +Vertex 1348: +Vertex groups: 1 + Group: 'Head', Weight: 0.991244 +Vertex 1349: +Vertex groups: 1 + Group: 'Head', Weight: 0.992020 +Vertex 1350: +Vertex groups: 1 + Group: 'Head', Weight: 0.992651 +Vertex 1351: +Vertex groups: 1 + Group: 'Head', Weight: 0.992857 +Vertex 1352: +Vertex groups: 1 + Group: 'Head', Weight: 0.992536 +Vertex 1353: +Vertex groups: 1 + Group: 'Head', Weight: 0.991704 +Vertex 1354: +Vertex groups: 1 + Group: 'Head', Weight: 0.992826 +Vertex 1355: +Vertex groups: 1 + Group: 'Head', Weight: 0.992520 +Vertex 1356: +Vertex groups: 1 + Group: 'Head', Weight: 0.992798 +Vertex 1357: +Vertex groups: 1 + Group: 'Head', Weight: 0.993372 +Vertex 1358: +Vertex groups: 1 + Group: 'Head', Weight: 0.993915 +Vertex 1359: +Vertex groups: 1 + Group: 'Head', Weight: 0.994161 +Vertex 1360: +Vertex groups: 1 + Group: 'Head', Weight: 0.994019 +Vertex 1361: +Vertex groups: 1 + Group: 'Head', Weight: 0.993502 +Vertex 1362: +Vertex groups: 1 + Group: 'Head', Weight: 0.994295 +Vertex 1363: +Vertex groups: 1 + Group: 'Head', Weight: 0.993991 +Vertex 1364: +Vertex groups: 1 + Group: 'Head', Weight: 0.994066 +Vertex 1365: +Vertex groups: 1 + Group: 'Head', Weight: 0.994437 +Vertex 1366: +Vertex groups: 1 + Group: 'Head', Weight: 0.994853 +Vertex 1367: +Vertex groups: 1 + Group: 'Head', Weight: 0.995085 +Vertex 1368: +Vertex groups: 1 + Group: 'Head', Weight: 0.995048 +Vertex 1369: +Vertex groups: 1 + Group: 'Head', Weight: 0.994745 +Vertex 1370: +Vertex groups: 1 + Group: 'Head', Weight: 0.995283 +Vertex 1371: +Vertex groups: 1 + Group: 'Head', Weight: 0.995035 +Vertex 1372: +Vertex groups: 1 + Group: 'Head', Weight: 0.995015 +Vertex 1373: +Vertex groups: 1 + Group: 'Head', Weight: 0.995236 +Vertex 1374: +Vertex groups: 1 + Group: 'Head', Weight: 0.995538 +Vertex 1375: +Vertex groups: 1 + Group: 'Head', Weight: 0.995736 +Vertex 1376: +Vertex groups: 1 + Group: 'Head', Weight: 0.995750 +Vertex 1377: +Vertex groups: 1 + Group: 'Head', Weight: 0.995578 +Vertex 1378: +Vertex groups: 1 + Group: 'Head', Weight: 0.995929 +Vertex 1379: +Vertex groups: 1 + Group: 'Head', Weight: 0.995740 +Vertex 1380: +Vertex groups: 1 + Group: 'Head', Weight: 0.995685 +Vertex 1381: +Vertex groups: 1 + Group: 'Head', Weight: 0.995809 +Vertex 1382: +Vertex groups: 1 + Group: 'Head', Weight: 0.996024 +Vertex 1383: +Vertex groups: 1 + Group: 'Head', Weight: 0.996187 +Vertex 1384: +Vertex groups: 1 + Group: 'Head', Weight: 0.996222 +Vertex 1385: +Vertex groups: 1 + Group: 'Head', Weight: 0.996124 +Vertex 1386: +Vertex groups: 1 + Group: 'Head', Weight: 0.996349 +Vertex 1387: +Vertex groups: 1 + Group: 'Head', Weight: 0.996209 +Vertex 1388: +Vertex groups: 1 + Group: 'Head', Weight: 0.996146 +Vertex 1389: +Vertex groups: 1 + Group: 'Head', Weight: 0.996208 +Vertex 1390: +Vertex groups: 1 + Group: 'Head', Weight: 0.996364 +Vertex 1391: +Vertex groups: 1 + Group: 'Head', Weight: 0.996494 +Vertex 1392: +Vertex groups: 1 + Group: 'Head', Weight: 0.996536 +Vertex 1393: +Vertex groups: 1 + Group: 'Head', Weight: 0.996479 +Vertex 1394: +Vertex groups: 1 + Group: 'Head', Weight: 0.996622 +Vertex 1395: +Vertex groups: 1 + Group: 'Head', Weight: 0.996521 +Vertex 1396: +Vertex groups: 1 + Group: 'Head', Weight: 0.996465 +Vertex 1397: +Vertex groups: 1 + Group: 'Head', Weight: 0.996494 +Vertex 1398: +Vertex groups: 1 + Group: 'Head', Weight: 0.996602 +Vertex 1399: +Vertex groups: 1 + Group: 'Head', Weight: 0.996703 +Vertex 1400: +Vertex groups: 1 + Group: 'Head', Weight: 0.996743 +Vertex 1401: +Vertex groups: 1 + Group: 'Head', Weight: 0.996710 +Vertex 1402: +Vertex groups: 1 + Group: 'Head', Weight: 0.996798 +Vertex 1403: +Vertex groups: 1 + Group: 'Head', Weight: 0.996728 +Vertex 1404: +Vertex groups: 1 + Group: 'Head', Weight: 0.996683 +Vertex 1405: +Vertex groups: 1 + Group: 'Head', Weight: 0.996694 +Vertex 1406: +Vertex groups: 1 + Group: 'Head', Weight: 0.996765 +Vertex 1407: +Vertex groups: 1 + Group: 'Head', Weight: 0.996841 +Vertex 1408: +Vertex groups: 1 + Group: 'Head', Weight: 0.996876 +Vertex 1409: +Vertex groups: 1 + Group: 'Head', Weight: 0.996858 +Vertex 1410: +Vertex groups: 1 + Group: 'Head', Weight: 0.996911 +Vertex 1411: +Vertex groups: 1 + Group: 'Head', Weight: 0.996863 +Vertex 1412: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 1413: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 1414: +Vertex groups: 1 + Group: 'Head', Weight: 0.996874 +Vertex 1415: +Vertex groups: 1 + Group: 'Head', Weight: 0.996928 +Vertex 1416: +Vertex groups: 1 + Group: 'Head', Weight: 0.996957 +Vertex 1417: +Vertex groups: 1 + Group: 'Head', Weight: 0.996949 +Vertex 1418: +Vertex groups: 1 + Group: 'Head', Weight: 0.996981 +Vertex 1419: +Vertex groups: 1 + Group: 'Head', Weight: 0.996952 +Vertex 1420: +Vertex groups: 1 + Group: 'Head', Weight: 0.996929 +Vertex 1421: +Vertex groups: 1 + Group: 'Head', Weight: 0.996924 +Vertex 1422: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 1423: +Vertex groups: 1 + Group: 'Head', Weight: 0.996982 +Vertex 1424: +Vertex groups: 1 + Group: 'Head', Weight: 0.997005 +Vertex 1425: +Vertex groups: 1 + Group: 'Head', Weight: 0.997003 +Vertex 1426: +Vertex groups: 1 + Group: 'Head', Weight: 0.997026 +Vertex 1427: +Vertex groups: 1 + Group: 'Head', Weight: 0.997011 +Vertex 1428: +Vertex groups: 1 + Group: 'Head', Weight: 0.996999 +Vertex 1429: +Vertex groups: 1 + Group: 'Head', Weight: 0.996994 +Vertex 1430: +Vertex groups: 1 + Group: 'Head', Weight: 0.997002 +Vertex 1431: +Vertex groups: 1 + Group: 'Head', Weight: 0.997020 +Vertex 1432: +Vertex groups: 1 + Group: 'Head', Weight: 0.997035 +Vertex 1433: +Vertex groups: 1 + Group: 'Head', Weight: 0.997036 +Vertex 1434: +Vertex groups: 1 + Group: 'Head', Weight: 0.997054 +Vertex 1435: +Vertex groups: 1 + Group: 'Head', Weight: 0.997050 +Vertex 1436: +Vertex groups: 1 + Group: 'Head', Weight: 0.997047 +Vertex 1437: +Vertex groups: 1 + Group: 'Head', Weight: 0.997045 +Vertex 1438: +Vertex groups: 1 + Group: 'Head', Weight: 0.997047 +Vertex 1439: +Vertex groups: 1 + Group: 'Head', Weight: 0.997052 +Vertex 1440: +Vertex groups: 1 + Group: 'Head', Weight: 0.997056 +Vertex 1441: +Vertex groups: 1 + Group: 'Head', Weight: 0.997057 +Vertex 1442: +Vertex groups: 1 + Group: 'Head', Weight: 0.997063 +Vertex 1443: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078156 + Group: 'Head', Weight: 0.921843 +Vertex 1444: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072807 + Group: 'Head', Weight: 0.927192 +Vertex 1445: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.066087 + Group: 'Head', Weight: 0.933912 +Vertex 1446: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061519 + Group: 'Head', Weight: 0.938480 +Vertex 1447: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.059701 + Group: 'Head', Weight: 0.940299 +Vertex 1448: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060764 + Group: 'Head', Weight: 0.939236 +Vertex 1449: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064771 + Group: 'Head', Weight: 0.935228 +Vertex 1450: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071584 + Group: 'Head', Weight: 0.928415 +Vertex 1451: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088659 + Group: 'Head', Weight: 0.911340 +Vertex 1452: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090111 + Group: 'Head', Weight: 0.909888 +Vertex 1453: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077926 + Group: 'Head', Weight: 0.922073 +Vertex 1454: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074114 + Group: 'Head', Weight: 0.925885 +Vertex 1455: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071818 + Group: 'Head', Weight: 0.928181 +Vertex 1456: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071055 + Group: 'Head', Weight: 0.928944 +Vertex 1457: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071676 + Group: 'Head', Weight: 0.928323 +Vertex 1458: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078405 + Group: 'Head', Weight: 0.921594 +Vertex 1459: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084981 + Group: 'Head', Weight: 0.915018 +Vertex 1460: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082712 + Group: 'Head', Weight: 0.917287 +Vertex 1461: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079558 + Group: 'Head', Weight: 0.920441 +Vertex 1462: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077245 + Group: 'Head', Weight: 0.922755 +Vertex 1463: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075609 + Group: 'Head', Weight: 0.924390 +Vertex 1464: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074897 + Group: 'Head', Weight: 0.925103 +Vertex 1465: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075759 + Group: 'Head', Weight: 0.924240 +Vertex 1466: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079239 + Group: 'Head', Weight: 0.920760 +Vertex 1467: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.080428 + Group: 'Head', Weight: 0.919571 +Vertex 1468: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079809 + Group: 'Head', Weight: 0.920190 +Vertex 1469: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078676 + Group: 'Head', Weight: 0.921323 +Vertex 1470: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077581 + Group: 'Head', Weight: 0.922418 +Vertex 1471: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076630 + Group: 'Head', Weight: 0.923369 +Vertex 1472: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076081 + Group: 'Head', Weight: 0.923918 +Vertex 1473: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076597 + Group: 'Head', Weight: 0.923402 +Vertex 1474: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078479 + Group: 'Head', Weight: 0.921521 +Vertex 1475: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078654 + Group: 'Head', Weight: 0.921345 +Vertex 1476: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078395 + Group: 'Head', Weight: 0.921604 +Vertex 1477: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077881 + Group: 'Head', Weight: 0.922118 +Vertex 1478: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077340 + Group: 'Head', Weight: 0.922659 +Vertex 1479: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076838 + Group: 'Head', Weight: 0.923161 +Vertex 1480: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076529 + Group: 'Head', Weight: 0.923470 +Vertex 1481: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076843 + Group: 'Head', Weight: 0.923156 +Vertex 1482: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077908 + Group: 'Head', Weight: 0.922091 +Vertex 1483: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077639 + Group: 'Head', Weight: 0.922360 +Vertex 1484: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077515 + Group: 'Head', Weight: 0.922484 +Vertex 1485: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077257 + Group: 'Head', Weight: 0.922742 +Vertex 1486: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076988 + Group: 'Head', Weight: 0.923011 +Vertex 1487: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076755 + Group: 'Head', Weight: 0.923243 +Vertex 1488: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076644 + Group: 'Head', Weight: 0.923355 +Vertex 1489: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076836 + Group: 'Head', Weight: 0.923163 +Vertex 1490: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077343 + Group: 'Head', Weight: 0.922656 +Vertex 1491: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076935 + Group: 'Head', Weight: 0.923063 +Vertex 1492: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076867 + Group: 'Head', Weight: 0.923132 +Vertex 1493: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076732 + Group: 'Head', Weight: 0.923267 +Vertex 1494: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076605 + Group: 'Head', Weight: 0.923394 +Vertex 1495: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076518 + Group: 'Head', Weight: 0.923480 +Vertex 1496: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076505 + Group: 'Head', Weight: 0.923493 +Vertex 1497: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076615 + Group: 'Head', Weight: 0.923384 +Vertex 1498: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076824 + Group: 'Head', Weight: 0.923174 +Vertex 1499: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076385 + Group: 'Head', Weight: 0.923613 +Vertex 1500: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076337 + Group: 'Head', Weight: 0.923661 +Vertex 1501: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076261 + Group: 'Head', Weight: 0.923738 +Vertex 1502: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076206 + Group: 'Head', Weight: 0.923792 +Vertex 1503: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076187 + Group: 'Head', Weight: 0.923811 +Vertex 1504: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076208 + Group: 'Head', Weight: 0.923791 +Vertex 1505: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076270 + Group: 'Head', Weight: 0.923729 +Vertex 1506: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076352 + Group: 'Head', Weight: 0.923646 +Vertex 1507: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075914 + Group: 'Head', Weight: 0.924084 +Vertex 1508: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075876 + Group: 'Head', Weight: 0.924122 +Vertex 1509: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075827 + Group: 'Head', Weight: 0.924172 +Vertex 1510: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075803 + Group: 'Head', Weight: 0.924196 +Vertex 1511: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075809 + Group: 'Head', Weight: 0.924190 +Vertex 1512: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075835 + Group: 'Head', Weight: 0.924163 +Vertex 1513: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075873 + Group: 'Head', Weight: 0.924125 +Vertex 1514: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075910 + Group: 'Head', Weight: 0.924088 +Vertex 1515: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075482 + Group: 'Head', Weight: 0.924516 +Vertex 1516: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075456 + Group: 'Head', Weight: 0.924542 +Vertex 1517: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075418 + Group: 'Head', Weight: 0.924580 +Vertex 1518: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075400 + Group: 'Head', Weight: 0.924598 +Vertex 1519: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075408 + Group: 'Head', Weight: 0.924591 +Vertex 1520: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075430 + Group: 'Head', Weight: 0.924568 +Vertex 1521: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075458 + Group: 'Head', Weight: 0.924541 +Vertex 1522: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075481 + Group: 'Head', Weight: 0.924517 +Vertex 1523: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075058 + Group: 'Head', Weight: 0.924940 +Vertex 1524: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075047 + Group: 'Head', Weight: 0.924951 +Vertex 1525: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075016 + Group: 'Head', Weight: 0.924982 +Vertex 1526: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074991 + Group: 'Head', Weight: 0.925007 +Vertex 1527: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074989 + Group: 'Head', Weight: 0.925009 +Vertex 1528: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075004 + Group: 'Head', Weight: 0.924995 +Vertex 1529: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075026 + Group: 'Head', Weight: 0.924972 +Vertex 1530: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075049 + Group: 'Head', Weight: 0.924950 +Vertex 1531: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074618 + Group: 'Head', Weight: 0.925380 +Vertex 1532: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074621 + Group: 'Head', Weight: 0.925377 +Vertex 1533: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074596 + Group: 'Head', Weight: 0.925402 +Vertex 1534: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074561 + Group: 'Head', Weight: 0.925437 +Vertex 1535: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074547 + Group: 'Head', Weight: 0.925452 +Vertex 1536: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074553 + Group: 'Head', Weight: 0.925445 +Vertex 1537: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074573 + Group: 'Head', Weight: 0.925425 +Vertex 1538: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074598 + Group: 'Head', Weight: 0.925400 +Vertex 1539: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074150 + Group: 'Head', Weight: 0.925848 +Vertex 1540: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074167 + Group: 'Head', Weight: 0.925832 +Vertex 1541: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074149 + Group: 'Head', Weight: 0.925849 +Vertex 1542: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074105 + Group: 'Head', Weight: 0.925893 +Vertex 1543: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074077 + Group: 'Head', Weight: 0.925922 +Vertex 1544: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074074 + Group: 'Head', Weight: 0.925925 +Vertex 1545: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074090 + Group: 'Head', Weight: 0.925909 +Vertex 1546: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074119 + Group: 'Head', Weight: 0.925879 +Vertex 1547: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073647 + Group: 'Head', Weight: 0.926352 +Vertex 1548: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073690 + Group: 'Head', Weight: 0.926308 +Vertex 1549: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073691 + Group: 'Head', Weight: 0.926307 +Vertex 1550: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073639 + Group: 'Head', Weight: 0.926359 +Vertex 1551: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073590 + Group: 'Head', Weight: 0.926409 +Vertex 1552: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073558 + Group: 'Head', Weight: 0.926441 +Vertex 1553: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073553 + Group: 'Head', Weight: 0.926446 +Vertex 1554: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073590 + Group: 'Head', Weight: 0.926408 +Vertex 1555: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073091 + Group: 'Head', Weight: 0.926908 +Vertex 1556: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073190 + Group: 'Head', Weight: 0.926808 +Vertex 1557: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073224 + Group: 'Head', Weight: 0.926774 +Vertex 1558: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073158 + Group: 'Head', Weight: 0.926840 +Vertex 1559: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073092 + Group: 'Head', Weight: 0.926906 +Vertex 1560: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072988 + Group: 'Head', Weight: 0.927010 +Vertex 1561: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072853 + Group: 'Head', Weight: 0.927145 +Vertex 1562: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072935 + Group: 'Head', Weight: 0.927063 +Vertex 1563: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072625 + Group: 'Head', Weight: 0.927374 +Vertex 1564: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072713 + Group: 'Head', Weight: 0.927286 +Vertex 1565: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072748 + Group: 'Head', Weight: 0.927250 +Vertex 1566: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072695 + Group: 'Head', Weight: 0.927303 +Vertex 1567: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072573 + Group: 'Head', Weight: 0.927425 +Vertex 1568: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072449 + Group: 'Head', Weight: 0.927549 +Vertex 1569: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072415 + Group: 'Head', Weight: 0.927583 +Vertex 1570: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072496 + Group: 'Head', Weight: 0.927502 +Vertex 1571: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072272 + Group: 'Head', Weight: 0.927726 +Vertex 1572: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072302 + Group: 'Head', Weight: 0.927696 +Vertex 1573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072311 + Group: 'Head', Weight: 0.927687 +Vertex 1574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072288 + Group: 'Head', Weight: 0.927710 +Vertex 1575: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072241 + Group: 'Head', Weight: 0.927758 +Vertex 1576: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072197 + Group: 'Head', Weight: 0.927801 +Vertex 1577: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072193 + Group: 'Head', Weight: 0.927805 +Vertex 1578: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072225 + Group: 'Head', Weight: 0.927773 +Vertex 1579: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072151 + Group: 'Head', Weight: 0.927847 +Vertex 1580: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246544 + Group: 'Head', Weight: 0.753455 +Vertex 1581: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256958 + Group: 'Head', Weight: 0.743041 +Vertex 1582: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246330 + Group: 'Head', Weight: 0.753668 +Vertex 1583: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235216 + Group: 'Head', Weight: 0.764783 +Vertex 1584: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.228879 + Group: 'Head', Weight: 0.771119 +Vertex 1585: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.227396 + Group: 'Head', Weight: 0.772602 +Vertex 1586: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.229229 + Group: 'Head', Weight: 0.770770 +Vertex 1587: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235251 + Group: 'Head', Weight: 0.764747 +Vertex 1588: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260810 + Group: 'Head', Weight: 0.739189 +Vertex 1589: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267887 + Group: 'Head', Weight: 0.732111 +Vertex 1590: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.264154 + Group: 'Head', Weight: 0.735844 +Vertex 1591: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251489 + Group: 'Head', Weight: 0.748509 +Vertex 1592: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245201 + Group: 'Head', Weight: 0.754798 +Vertex 1593: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242709 + Group: 'Head', Weight: 0.757290 +Vertex 1594: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242944 + Group: 'Head', Weight: 0.757055 +Vertex 1595: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245809 + Group: 'Head', Weight: 0.754189 +Vertex 1596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256310 + Group: 'Head', Weight: 0.743688 +Vertex 1597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259172 + Group: 'Head', Weight: 0.740826 +Vertex 1598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.257418 + Group: 'Head', Weight: 0.742580 +Vertex 1599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253305 + Group: 'Head', Weight: 0.746693 +Vertex 1600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250434 + Group: 'Head', Weight: 0.749564 +Vertex 1601: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249005 + Group: 'Head', Weight: 0.750993 +Vertex 1602: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249036 + Group: 'Head', Weight: 0.750962 +Vertex 1603: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250987 + Group: 'Head', Weight: 0.749011 +Vertex 1604: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255022 + Group: 'Head', Weight: 0.744976 +Vertex 1605: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256369 + Group: 'Head', Weight: 0.743629 +Vertex 1606: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255394 + Group: 'Head', Weight: 0.744605 +Vertex 1607: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253691 + Group: 'Head', Weight: 0.746308 +Vertex 1608: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252407 + Group: 'Head', Weight: 0.747591 +Vertex 1609: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251666 + Group: 'Head', Weight: 0.748333 +Vertex 1610: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251549 + Group: 'Head', Weight: 0.748449 +Vertex 1611: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252508 + Group: 'Head', Weight: 0.747490 +Vertex 1612: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254451 + Group: 'Head', Weight: 0.745547 +Vertex 1613: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255030 + Group: 'Head', Weight: 0.744968 +Vertex 1614: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254607 + Group: 'Head', Weight: 0.745392 +Vertex 1615: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253845 + Group: 'Head', Weight: 0.746153 +Vertex 1616: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253185 + Group: 'Head', Weight: 0.746813 +Vertex 1617: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252755 + Group: 'Head', Weight: 0.747243 +Vertex 1618: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252682 + Group: 'Head', Weight: 0.747316 +Vertex 1619: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253262 + Group: 'Head', Weight: 0.746737 +Vertex 1620: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253960 + Group: 'Head', Weight: 0.746038 +Vertex 1621: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254141 + Group: 'Head', Weight: 0.745857 +Vertex 1622: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254048 + Group: 'Head', Weight: 0.745950 +Vertex 1623: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253782 + Group: 'Head', Weight: 0.746216 +Vertex 1624: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253464 + Group: 'Head', Weight: 0.746534 +Vertex 1625: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253231 + Group: 'Head', Weight: 0.746767 +Vertex 1626: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253246 + Group: 'Head', Weight: 0.746752 +Vertex 1627: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253563 + Group: 'Head', Weight: 0.746435 +Vertex 1628: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253694 + Group: 'Head', Weight: 0.746304 +Vertex 1629: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253736 + Group: 'Head', Weight: 0.746262 +Vertex 1630: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253723 + Group: 'Head', Weight: 0.746275 +Vertex 1631: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253661 + Group: 'Head', Weight: 0.746337 +Vertex 1632: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253573 + Group: 'Head', Weight: 0.746425 +Vertex 1633: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253505 + Group: 'Head', Weight: 0.746493 +Vertex 1634: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253518 + Group: 'Head', Weight: 0.746480 +Vertex 1635: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253604 + Group: 'Head', Weight: 0.746394 +Vertex 1636: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253623 + Group: 'Head', Weight: 0.746375 +Vertex 1637: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253628 + Group: 'Head', Weight: 0.746370 +Vertex 1638: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253626 + Group: 'Head', Weight: 0.746372 +Vertex 1639: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253620 + Group: 'Head', Weight: 0.746378 +Vertex 1640: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253611 + Group: 'Head', Weight: 0.746387 +Vertex 1641: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253604 + Group: 'Head', Weight: 0.746394 +Vertex 1642: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253605 + Group: 'Head', Weight: 0.746393 +Vertex 1643: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253614 + Group: 'Head', Weight: 0.746384 +Vertex 1644: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253615 + Group: 'Head', Weight: 0.746383 +Vertex 1645: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996387 +Vertex 1646: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998831 +Vertex 1647: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998529 +Vertex 1648: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.992881 +Vertex 1649: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997754 +Vertex 1650: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998484 +Vertex 1651: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998443 +Vertex 1652: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997223 +Vertex 1653: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998161 +Vertex 1654: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998335 +Vertex 1655: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998335 +Vertex 1656: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998018 +Vertex 1657: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998205 +Vertex 1658: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998276 +Vertex 1659: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998264 +Vertex 1660: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998165 +Vertex 1661: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998224 +Vertex 1662: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998246 +Vertex 1663: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998237 +Vertex 1664: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998207 +Vertex 1665: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998236 +Vertex 1666: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998241 +Vertex 1667: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998239 +Vertex 1668: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998233 +Vertex 1669: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998242 +Vertex 1670: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998242 +Vertex 1671: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998245 +Vertex 1672: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998245 +Vertex 1673: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1674: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1675: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1676: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1677: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996554 +Vertex 1678: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997844 +Vertex 1679: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998094 +Vertex 1680: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998198 +Vertex 1681: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998221 +Vertex 1682: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998234 +Vertex 1683: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998247 +Vertex 1684: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998267 +Vertex 1685: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998363 +Vertex 1686: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998325 +Vertex 1687: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998275 +Vertex 1688: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998256 +Vertex 1689: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998241 +Vertex 1690: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998239 +Vertex 1691: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998242 +Vertex 1692: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1693: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997599 +Vertex 1694: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996199 +Vertex 1695: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998727 +Vertex 1696: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998549 +Vertex 1697: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997513 +Vertex 1698: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998557 +Vertex 1699: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.161395 + Group: 'forearm.L', Weight: 0.838605 +Vertex 1700: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.255578 + Group: 'forearm.L', Weight: 0.744422 +Vertex 1701: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.376758 + Group: 'forearm.L', Weight: 0.623242 +Vertex 1702: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.165084 + Group: 'forearm.L', Weight: 0.834916 +Vertex 1703: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.348389 + Group: 'forearm.L', Weight: 0.651611 +Vertex 1704: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.357753 + Group: 'forearm.L', Weight: 0.642247 +Vertex 1705: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.336438 + Group: 'forearm.L', Weight: 0.663563 +Vertex 1706: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.405302 + Group: 'forearm.L', Weight: 0.594699 +Vertex 1707: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.350290 + Group: 'forearm.L', Weight: 0.649711 +Vertex 1708: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347924 + Group: 'forearm.L', Weight: 0.652077 +Vertex 1709: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.345928 + Group: 'forearm.L', Weight: 0.654073 +Vertex 1710: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.352565 + Group: 'forearm.L', Weight: 0.647436 +Vertex 1711: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347350 + Group: 'forearm.L', Weight: 0.652651 +Vertex 1712: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347162 + Group: 'forearm.L', Weight: 0.652839 +Vertex 1713: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347025 + Group: 'forearm.L', Weight: 0.652976 +Vertex 1714: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347319 + Group: 'forearm.L', Weight: 0.652682 +Vertex 1715: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347079 + Group: 'forearm.L', Weight: 0.652922 +Vertex 1716: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.255748 + Group: 'forearm.L', Weight: 0.744252 +Vertex 1717: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.367159 + Group: 'forearm.L', Weight: 0.632841 +Vertex 1718: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.345766 + Group: 'forearm.L', Weight: 0.654235 +Vertex 1719: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347004 + Group: 'forearm.L', Weight: 0.652997 +Vertex 1720: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.199665 + Group: 'forearm.L', Weight: 0.800335 +Vertex 1721: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.341802 + Group: 'forearm.L', Weight: 0.658198 +Vertex 1722: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.348569 + Group: 'forearm.L', Weight: 0.651432 +Vertex 1723: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347245 + Group: 'forearm.L', Weight: 0.652756 +Vertex 1724: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.746386 + Group: 'hand.L', Weight: 0.205328 + Group: 'thumb.01.L', Weight: 0.041462 +Vertex 1725: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.704755 + Group: 'hand.L', Weight: 0.194581 + Group: 'thumb.01.L', Weight: 0.097458 +Vertex 1726: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.753070 + Group: 'hand.L', Weight: 0.225666 +Vertex 1727: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.774396 + Group: 'hand.L', Weight: 0.217108 +Vertex 1728: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.702511 + Group: 'hand.L', Weight: 0.194801 + Group: 'thumb.01.L', Weight: 0.097155 +Vertex 1729: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.708446 + Group: 'hand.L', Weight: 0.236045 + Group: 'thumb.01.L', Weight: 0.046806 +Vertex 1730: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.708817 + Group: 'hand.L', Weight: 0.258991 + Group: 'thumb.01.L', Weight: 0.000360 +Vertex 1731: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.253823 + Group: 'hand.L', Weight: 0.640354 + Group: 'thumb.01.L', Weight: 0.099725 +Vertex 1732: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.293182 + Group: 'hand.L', Weight: 0.443804 + Group: 'thumb.01.L', Weight: 0.257204 +Vertex 1733: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.197743 + Group: 'hand.L', Weight: 0.756481 + Group: 'thumb.01.L', Weight: 0.029948 +Vertex 1734: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.181200 + Group: 'hand.L', Weight: 0.800078 +Vertex 1735: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.251546 + Group: 'hand.L', Weight: 0.440949 + Group: 'thumb.01.L', Weight: 0.294258 +Vertex 1736: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.242724 + Group: 'hand.L', Weight: 0.626099 + Group: 'thumb.01.L', Weight: 0.111167 +Vertex 1737: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.288314 + Group: 'hand.L', Weight: 0.638636 + Group: 'thumb.01.L', Weight: 0.053631 +Vertex 1738: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.141568 + Group: 'hand.L', Weight: 0.679864 + Group: 'thumb.01.L', Weight: 0.167236 +Vertex 1739: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.198830 + Group: 'hand.L', Weight: 0.392784 + Group: 'thumb.01.L', Weight: 0.399716 +Vertex 1740: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.085263 + Group: 'hand.L', Weight: 0.825284 + Group: 'thumb.01.L', Weight: 0.073666 +Vertex 1741: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.061354 + Group: 'hand.L', Weight: 0.890106 + Group: 'thumb.01.L', Weight: 0.019761 +Vertex 1742: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.122148 + Group: 'hand.L', Weight: 0.321470 + Group: 'thumb.01.L', Weight: 0.531758 +Vertex 1743: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.090665 + Group: 'hand.L', Weight: 0.623575 + Group: 'thumb.01.L', Weight: 0.233322 + Group: 'palm.03.L', Weight: 0.033692 +Vertex 1744: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.151019 + Group: 'hand.L', Weight: 0.736903 + Group: 'thumb.01.L', Weight: 0.074610 + Group: 'palm.03.L', Weight: 0.016941 +Vertex 1745: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.866040 + Group: 'hand.L', Weight: 0.131851 +Vertex 1746: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.860274 + Group: 'hand.L', Weight: 0.136182 +Vertex 1747: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.812465 + Group: 'hand.L', Weight: 0.183907 +Vertex 1748: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.742326 + Group: 'hand.L', Weight: 0.248874 +Vertex 1749: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.724031 + Group: 'hand.L', Weight: 0.260388 +Vertex 1750: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.224992 + Group: 'hand.L', Weight: 0.768880 +Vertex 1751: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.613876 + Group: 'hand.L', Weight: 0.380048 +Vertex 1752: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.171688 + Group: 'hand.L', Weight: 0.818939 +Vertex 1753: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.380411 + Group: 'hand.L', Weight: 0.605285 +Vertex 1754: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.340649 + Group: 'hand.L', Weight: 0.633999 +Vertex 1755: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.069093 + Group: 'hand.L', Weight: 0.918748 +Vertex 1756: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.213719 + Group: 'hand.L', Weight: 0.775295 +Vertex 1757: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.039967 + Group: 'hand.L', Weight: 0.927837 +Vertex 1758: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.220534 + Group: 'hand.L', Weight: 0.759275 +Vertex 1759: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.198651 + Group: 'hand.L', Weight: 0.762049 +Vertex 1760: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.850674 + Group: 'hand.L', Weight: 0.101054 + Group: 'thumb.01.L', Weight: 0.041711 +Vertex 1761: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.933401 + Group: 'hand.L', Weight: 0.061744 +Vertex 1762: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.883553 + Group: 'hand.L', Weight: 0.094974 +Vertex 1763: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.911103 + Group: 'hand.L', Weight: 0.077436 +Vertex 1764: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.883673 + Group: 'hand.L', Weight: 0.091397 +Vertex 1765: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.862471 + Group: 'hand.L', Weight: 0.096519 + Group: 'thumb.01.L', Weight: 0.026076 +Vertex 1766: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.881885 + Group: 'hand.L', Weight: 0.103854 +Vertex 1767: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.927211 + Group: 'hand.L', Weight: 0.070218 +Vertex 1768: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.884454 + Group: 'hand.L', Weight: 0.106762 +Vertex 1769: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.945962 + Group: 'hand.L', Weight: 0.051545 +Vertex 1770: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.944471 + Group: 'hand.L', Weight: 0.053999 +Vertex 1771: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.891034 + Group: 'hand.L', Weight: 0.103428 +Vertex 1772: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.931301 + Group: 'thumb.02.L', Weight: 0.039899 +Vertex 1773: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.859475 + Group: 'thumb.02.L', Weight: 0.123358 +Vertex 1774: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.115199 + Group: 'hand.L', Weight: 0.261527 + Group: 'thumb.01.L', Weight: 0.612216 +Vertex 1775: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.069852 + Group: 'hand.L', Weight: 0.237106 + Group: 'thumb.01.L', Weight: 0.659709 +Vertex 1776: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.073284 + Group: 'hand.L', Weight: 0.629181 + Group: 'thumb.01.L', Weight: 0.234689 + Group: 'palm.03.L', Weight: 0.050718 +Vertex 1777: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.089404 + Group: 'hand.L', Weight: 0.763313 + Group: 'thumb.01.L', Weight: 0.082440 + Group: 'palm.03.L', Weight: 0.059304 +Vertex 1778: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.117521 + Group: 'hand.L', Weight: 0.824878 + Group: 'palm.03.L', Weight: 0.015876 +Vertex 1779: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.126667 + Group: 'hand.L', Weight: 0.841172 +Vertex 1780: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.104835 + Group: 'hand.L', Weight: 0.875616 +Vertex 1781: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.051230 + Group: 'hand.L', Weight: 0.934156 +Vertex 1782: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.002412 + Group: 'hand.L', Weight: 0.938778 +Vertex 1783: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.017340 + Group: 'hand.L', Weight: 0.884869 + Group: 'thumb.01.L', Weight: 0.052680 + Group: 'palm.02.L', Weight: 0.001129 +Vertex 1784: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.034088 + Group: 'hand.L', Weight: 0.794188 + Group: 'thumb.01.L', Weight: 0.129149 + Group: 'palm.02.L', Weight: 0.010232 +Vertex 1785: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.070210 + Group: 'hand.L', Weight: 0.609418 + Group: 'thumb.01.L', Weight: 0.297203 +Vertex 1786: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.021747 + Group: 'thumb.01.L', Weight: 0.808288 + Group: 'thumb.02.L', Weight: 0.125972 + Group: 'palm.02.L', Weight: 0.000390 +Vertex 1787: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.457445 + Group: 'thumb.03.L', Weight: 0.534351 +Vertex 1788: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.171000 + Group: 'thumb.03.L', Weight: 0.834187 +Vertex 1789: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.002551 + Group: 'thumb.02.L', Weight: 0.820008 + Group: 'thumb.03.L', Weight: 0.147909 +Vertex 1790: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.993989 +Vertex 1791: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1792: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.975546 +Vertex 1793: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.999654 +Vertex 1794: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998498 +Vertex 1795: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.995506 +Vertex 1796: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.976657 +Vertex 1797: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.034584 + Group: 'thumb.03.L', Weight: 0.956616 +Vertex 1798: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.102908 + Group: 'thumb.03.L', Weight: 0.896142 +Vertex 1799: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.184346 + Group: 'thumb.03.L', Weight: 0.808527 +Vertex 1800: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.142121 + Group: 'thumb.02.L', Weight: 0.866177 + Group: 'palm.02.L', Weight: 0.002940 +Vertex 1801: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.176626 + Group: 'thumb.02.L', Weight: 0.869372 + Group: 'palm.02.L', Weight: 0.024124 +Vertex 1802: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.181651 + Group: 'thumb.02.L', Weight: 0.773578 + Group: 'thumb.03.L', Weight: 0.012458 +Vertex 1803: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.273586 + Group: 'thumb.02.L', Weight: 0.648183 +Vertex 1804: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.019248 + Group: 'thumb.01.L', Weight: 0.465291 + Group: 'thumb.02.L', Weight: 0.371003 + Group: 'palm.02.L', Weight: 0.110353 + Group: 'palm.03.L', Weight: 0.026332 +Vertex 1805: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.510727 + Group: 'thumb.02.L', Weight: 0.371644 + Group: 'palm.02.L', Weight: 0.099699 +Vertex 1806: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.692903 + Group: 'thumb.02.L', Weight: 0.303441 +Vertex 1807: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.253212 + Group: 'thumb.02.L', Weight: 0.724332 +Vertex 1808: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.235434 + Group: 'thumb.02.L', Weight: 0.751528 +Vertex 1809: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1810: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998709 +Vertex 1811: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1812: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1813: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1814: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998517 +Vertex 1815: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1816: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998412 +Vertex 1817: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1818: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1819: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1820: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1821: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1822: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999994 +Vertex 1823: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1824: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1825: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1826: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.048289 + Group: 'f_middle.02.L', Weight: 0.950832 +Vertex 1827: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.046321 + Group: 'f_middle.02.L', Weight: 0.951812 +Vertex 1828: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.050453 + Group: 'f_middle.02.L', Weight: 0.949526 +Vertex 1829: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.104740 + Group: 'f_middle.02.L', Weight: 0.895141 +Vertex 1830: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.049373 + Group: 'f_middle.02.L', Weight: 0.950303 +Vertex 1831: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.082750 + Group: 'f_middle.02.L', Weight: 0.917259 +Vertex 1832: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.113381 + Group: 'f_middle.02.L', Weight: 0.886628 +Vertex 1833: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.099826 + Group: 'f_middle.02.L', Weight: 0.900139 +Vertex 1834: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.067395 + Group: 'f_middle.01.L', Weight: 0.931715 +Vertex 1835: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.075471 + Group: 'f_middle.01.L', Weight: 0.923335 +Vertex 1836: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.071145 + Group: 'f_middle.01.L', Weight: 0.927626 +Vertex 1837: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.985501 +Vertex 1838: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.065635 + Group: 'f_middle.01.L', Weight: 0.931101 +Vertex 1839: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 1.000000 +Vertex 1840: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.090934 + Group: 'f_middle.01.L', Weight: 0.906561 +Vertex 1841: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.034507 + Group: 'f_middle.01.L', Weight: 0.954482 +Vertex 1842: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999587 +Vertex 1843: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999597 +Vertex 1844: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1845: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1846: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1847: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999344 +Vertex 1848: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999694 +Vertex 1849: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999982 +Vertex 1850: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.040750 + Group: 'palm.02.L', Weight: 0.938234 +Vertex 1851: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.033180 + Group: 'palm.02.L', Weight: 0.952756 +Vertex 1852: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.014145 + Group: 'palm.02.L', Weight: 0.927799 +Vertex 1853: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.867827 + Group: 'f_middle.01.L', Weight: 0.094791 + Group: 'palm.03.L', Weight: 0.006378 +Vertex 1854: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.886294 + Group: 'f_middle.01.L', Weight: 0.030034 + Group: 'palm.03.L', Weight: 0.015982 +Vertex 1855: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.742937 + Group: 'f_middle.01.L', Weight: 0.175173 + Group: 'palm.03.L', Weight: 0.062795 +Vertex 1856: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.000191 + Group: 'palm.02.L', Weight: 0.917554 +Vertex 1857: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.022902 + Group: 'palm.02.L', Weight: 0.880912 + Group: 'palm.03.L', Weight: 0.059501 +Vertex 1858: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.973423 +Vertex 1859: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.989146 +Vertex 1860: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.985807 +Vertex 1861: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.989188 +Vertex 1862: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.974290 +Vertex 1863: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.979185 +Vertex 1864: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.991278 +Vertex 1865: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.992005 +Vertex 1866: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.689450 + Group: 'f_middle.01.L', Weight: 0.282871 +Vertex 1867: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.285107 + Group: 'f_middle.01.L', Weight: 0.704058 +Vertex 1868: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.921939 + Group: 'f_middle.01.L', Weight: 0.068266 +Vertex 1869: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.954642 + Group: 'f_middle.01.L', Weight: 0.024313 +Vertex 1870: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.105630 + Group: 'f_middle.01.L', Weight: 0.890221 +Vertex 1871: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.749378 + Group: 'f_middle.01.L', Weight: 0.240262 +Vertex 1872: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.875203 + Group: 'f_middle.01.L', Weight: 0.113398 +Vertex 1873: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.931198 + Group: 'f_middle.01.L', Weight: 0.059230 +Vertex 1874: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.995228 +Vertex 1875: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.995063 +Vertex 1876: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.998390 +Vertex 1877: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.992978 +Vertex 1878: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.994042 +Vertex 1879: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1880: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999451 +Vertex 1881: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.998586 +Vertex 1882: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.179262 + Group: 'palm.02.L', Weight: 0.720162 + Group: 'palm.03.L', Weight: 0.090433 +Vertex 1883: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.233716 + Group: 'palm.02.L', Weight: 0.598120 + Group: 'palm.03.L', Weight: 0.154973 +Vertex 1884: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.086772 + Group: 'palm.02.L', Weight: 0.774405 + Group: 'palm.03.L', Weight: 0.120596 +Vertex 1885: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.649022 + Group: 'f_middle.01.L', Weight: 0.043096 + Group: 'palm.03.L', Weight: 0.256727 +Vertex 1886: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.710629 + Group: 'f_middle.01.L', Weight: 0.058228 + Group: 'palm.03.L', Weight: 0.191958 +Vertex 1887: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.027843 + Group: 'palm.02.L', Weight: 0.595108 + Group: 'f_middle.01.L', Weight: 0.028428 + Group: 'palm.03.L', Weight: 0.299198 +Vertex 1888: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.732246 + Group: 'f_middle.01.L', Weight: 0.070489 + Group: 'palm.03.L', Weight: 0.157817 +Vertex 1889: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.121158 + Group: 'palm.02.L', Weight: 0.610262 + Group: 'palm.03.L', Weight: 0.243922 +Vertex 1890: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.317917 + Group: 'palm.02.L', Weight: 0.361211 + Group: 'palm.03.L', Weight: 0.302050 +Vertex 1891: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.285043 + Group: 'palm.02.L', Weight: 0.226474 + Group: 'palm.03.L', Weight: 0.465738 +Vertex 1892: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.125674 + Group: 'palm.02.L', Weight: 0.491094 + Group: 'palm.03.L', Weight: 0.354385 +Vertex 1893: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.269248 + Group: 'palm.03.L', Weight: 0.634916 + Group: 'f_ring.01.L', Weight: 0.055379 +Vertex 1894: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.412226 + Group: 'palm.03.L', Weight: 0.494617 + Group: 'f_ring.01.L', Weight: 0.029488 +Vertex 1895: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.273649 + Group: 'palm.03.L', Weight: 0.612102 + Group: 'f_ring.01.L', Weight: 0.070295 +Vertex 1896: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.018711 + Group: 'palm.02.L', Weight: 0.488814 + Group: 'f_middle.01.L', Weight: 0.012406 + Group: 'palm.03.L', Weight: 0.406701 + Group: 'f_ring.01.L', Weight: 0.019015 +Vertex 1897: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.088222 + Group: 'palm.02.L', Weight: 0.236262 + Group: 'palm.03.L', Weight: 0.635343 + Group: 'f_ring.01.L', Weight: 0.011583 +Vertex 1898: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999608 +Vertex 1899: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999541 +Vertex 1900: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999609 +Vertex 1901: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999484 +Vertex 1902: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999569 +Vertex 1903: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999451 +Vertex 1904: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999629 +Vertex 1905: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999533 +Vertex 1906: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999602 +Vertex 1907: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.025050 + Group: 'f_ring.02.L', Weight: 0.962469 +Vertex 1908: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.030021 + Group: 'f_ring.02.L', Weight: 0.959979 +Vertex 1909: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.000119 + Group: 'f_ring.02.L', Weight: 0.974934 +Vertex 1910: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.034767 + Group: 'f_ring.02.L', Weight: 0.957593 +Vertex 1911: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.002724 + Group: 'f_ring.02.L', Weight: 0.973633 +Vertex 1912: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.020269 + Group: 'f_ring.02.L', Weight: 0.964855 +Vertex 1913: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.063346 + Group: 'f_ring.02.L', Weight: 0.936611 +Vertex 1914: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.070797 + Group: 'f_ring.02.L', Weight: 0.929152 +Vertex 1915: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.960011 + Group: 'f_ring.02.L', Weight: 0.025822 +Vertex 1916: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.964814 + Group: 'f_ring.02.L', Weight: 0.016719 +Vertex 1917: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.972696 +Vertex 1918: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.986864 +Vertex 1919: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.988955 +Vertex 1920: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.985424 +Vertex 1921: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.986859 +Vertex 1922: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.987642 +Vertex 1923: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999455 +Vertex 1924: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999127 +Vertex 1925: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999590 +Vertex 1926: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999470 +Vertex 1927: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999472 +Vertex 1928: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999085 +Vertex 1929: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999444 +Vertex 1930: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999507 +Vertex 1931: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.917217 + Group: 'f_ring.01.L', Weight: 0.040744 +Vertex 1932: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.933050 + Group: 'f_ring.01.L', Weight: 0.045041 +Vertex 1933: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.066200 + Group: 'palm.03.L', Weight: 0.829746 + Group: 'f_ring.01.L', Weight: 0.076416 +Vertex 1934: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.882562 + Group: 'f_ring.01.L', Weight: 0.096251 +Vertex 1935: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.735762 + Group: 'f_ring.01.L', Weight: 0.237308 +Vertex 1936: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.923984 + Group: 'f_ring.01.L', Weight: 0.055611 +Vertex 1937: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.065876 + Group: 'palm.03.L', Weight: 0.738396 + Group: 'f_ring.01.L', Weight: 0.185134 +Vertex 1938: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.914852 + Group: 'f_ring.01.L', Weight: 0.072392 +Vertex 1939: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.951915 + Group: 'f_ring.02.L', Weight: 0.045176 +Vertex 1940: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.924542 + Group: 'f_ring.02.L', Weight: 0.074719 +Vertex 1941: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.583968 + Group: 'f_ring.02.L', Weight: 0.415821 +Vertex 1942: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.536156 + Group: 'f_ring.02.L', Weight: 0.463829 +Vertex 1943: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.911634 + Group: 'f_ring.02.L', Weight: 0.088151 +Vertex 1944: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.910917 + Group: 'f_ring.02.L', Weight: 0.088328 +Vertex 1945: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.838613 + Group: 'f_ring.02.L', Weight: 0.161195 +Vertex 1946: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.553514 + Group: 'f_ring.02.L', Weight: 0.446435 +Vertex 1947: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.096072 + Group: 'f_ring.01.L', Weight: 0.901710 +Vertex 1948: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.088732 + Group: 'f_ring.01.L', Weight: 0.908761 +Vertex 1949: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.010572 + Group: 'f_ring.01.L', Weight: 0.967588 +Vertex 1950: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.009031 + Group: 'f_ring.01.L', Weight: 0.966835 +Vertex 1951: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.061429 + Group: 'f_ring.01.L', Weight: 0.935966 +Vertex 1952: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.073504 + Group: 'f_ring.01.L', Weight: 0.922318 +Vertex 1953: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.075166 + Group: 'f_ring.01.L', Weight: 0.917623 +Vertex 1954: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.071456 + Group: 'f_ring.01.L', Weight: 0.921031 +Vertex 1955: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999100 +Vertex 1956: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.995329 +Vertex 1957: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999305 +Vertex 1958: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.996489 +Vertex 1959: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.997841 +Vertex 1960: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.998714 +Vertex 1961: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.997771 +Vertex 1962: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.997945 +Vertex 1963: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.048343 + Group: 'palm.03.L', Weight: 0.926340 +Vertex 1964: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.008765 + Group: 'palm.03.L', Weight: 0.947803 +Vertex 1965: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.576373 + Group: 'thumb.01.L', Weight: 0.025769 + Group: 'palm.03.L', Weight: 0.360325 +Vertex 1966: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.786741 + Group: 'palm.03.L', Weight: 0.169085 +Vertex 1967: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.033063 + Group: 'hand.L', Weight: 0.733457 + Group: 'thumb.01.L', Weight: 0.078274 + Group: 'palm.03.L', Weight: 0.138375 +Vertex 1968: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.058568 + Group: 'hand.L', Weight: 0.850161 + Group: 'palm.03.L', Weight: 0.064474 +Vertex 1969: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.015131 + Group: 'hand.L', Weight: 0.600624 + Group: 'thumb.01.L', Weight: 0.212217 + Group: 'palm.03.L', Weight: 0.133190 +Vertex 1970: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.537539 + Group: 'thumb.01.L', Weight: 0.110302 + Group: 'palm.03.L', Weight: 0.319560 +Vertex 1971: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.238132 + Group: 'thumb.01.L', Weight: 0.066358 + Group: 'palm.03.L', Weight: 0.671330 +Vertex 1972: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.113496 + Group: 'thumb.01.L', Weight: 0.761193 + Group: 'thumb.02.L', Weight: 0.066716 + Group: 'palm.03.L', Weight: 0.026846 +Vertex 1973: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.081562 + Group: 'thumb.01.L', Weight: 0.844771 + Group: 'thumb.02.L', Weight: 0.029397 +Vertex 1974: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.023958 + Group: 'hand.L', Weight: 0.099506 + Group: 'thumb.01.L', Weight: 0.845175 +Vertex 1975: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.219121 + Group: 'thumb.01.L', Weight: 0.711565 + Group: 'palm.02.L', Weight: 0.013011 +Vertex 1976: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.467341 + Group: 'thumb.01.L', Weight: 0.241788 + Group: 'palm.03.L', Weight: 0.245537 +Vertex 1977: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.288420 + Group: 'thumb.01.L', Weight: 0.448981 + Group: 'thumb.02.L', Weight: 0.036126 + Group: 'palm.03.L', Weight: 0.188879 +Vertex 1978: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.166340 + Group: 'thumb.01.L', Weight: 0.274272 + Group: 'thumb.02.L', Weight: 0.099723 + Group: 'palm.02.L', Weight: 0.261299 + Group: 'palm.03.L', Weight: 0.195614 +Vertex 1979: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.105507 + Group: 'thumb.01.L', Weight: 0.498859 + Group: 'thumb.02.L', Weight: 0.144804 + Group: 'palm.02.L', Weight: 0.122069 + Group: 'palm.03.L', Weight: 0.127192 +Vertex 1980: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.180449 + Group: 'thumb.01.L', Weight: 0.463517 + Group: 'thumb.02.L', Weight: 0.064230 + Group: 'palm.02.L', Weight: 0.043026 + Group: 'palm.03.L', Weight: 0.240046 +Vertex 1981: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.453718 + Group: 'thumb.01.L', Weight: 0.164567 + Group: 'palm.03.L', Weight: 0.343632 +Vertex 1982: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.225258 + Group: 'thumb.01.L', Weight: 0.118596 + Group: 'palm.03.L', Weight: 0.619658 +Vertex 1983: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.040847 + Group: 'palm.03.L', Weight: 0.907871 +Vertex 1984: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.052077 + Group: 'thumb.01.L', Weight: 0.022821 + Group: 'palm.02.L', Weight: 0.016874 + Group: 'palm.03.L', Weight: 0.863025 +Vertex 1985: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.127948 + Group: 'thumb.01.L', Weight: 0.112784 + Group: 'palm.02.L', Weight: 0.072970 + Group: 'palm.03.L', Weight: 0.658205 +Vertex 1986: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.312117 + Group: 'thumb.01.L', Weight: 0.225437 + Group: 'thumb.02.L', Weight: 0.006410 + Group: 'palm.03.L', Weight: 0.404454 +Vertex 1987: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.214528 + Group: 'thumb.01.L', Weight: 0.224661 + Group: 'thumb.02.L', Weight: 0.053396 + Group: 'palm.02.L', Weight: 0.155664 + Group: 'palm.03.L', Weight: 0.347051 +Vertex 1988: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.942778 + Group: 'palm.03.L', Weight: 0.001045 +Vertex 1989: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.886052 + Group: 'palm.02.L', Weight: 0.079985 +Vertex 1990: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.661644 + Group: 'thumb.01.L', Weight: 0.066686 + Group: 'palm.02.L', Weight: 0.260115 +Vertex 1991: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.225313 + Group: 'palm.02.L', Weight: 0.734677 + Group: 'palm.03.L', Weight: 0.026014 +Vertex 1992: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.422137 + Group: 'palm.02.L', Weight: 0.447618 + Group: 'palm.03.L', Weight: 0.123147 +Vertex 1993: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.139216 + Group: 'palm.02.L', Weight: 0.796850 + Group: 'palm.03.L', Weight: 0.057882 +Vertex 1994: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.259318 + Group: 'palm.02.L', Weight: 0.531476 + Group: 'palm.03.L', Weight: 0.194128 +Vertex 1995: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.130830 + Group: 'palm.02.L', Weight: 0.836403 +Vertex 1996: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.154602 + Group: 'palm.02.L', Weight: 0.823960 +Vertex 1997: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.076866 + Group: 'thumb.01.L', Weight: 0.059210 + Group: 'palm.02.L', Weight: 0.846834 +Vertex 1998: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.103881 + Group: 'palm.02.L', Weight: 0.856956 + Group: 'palm.03.L', Weight: 0.025064 +Vertex 1999: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.473985 + Group: 'palm.02.L', Weight: 0.324947 + Group: 'palm.03.L', Weight: 0.192201 +Vertex 2000: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.457582 + Group: 'palm.02.L', Weight: 0.118655 + Group: 'palm.03.L', Weight: 0.412517 +Vertex 2001: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.284050 + Group: 'palm.02.L', Weight: 0.462505 + Group: 'palm.03.L', Weight: 0.236537 +Vertex 2002: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.218656 + Group: 'palm.02.L', Weight: 0.152690 + Group: 'palm.03.L', Weight: 0.602453 +Vertex 2003: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.251494 + Group: 'palm.02.L', Weight: 0.038187 + Group: 'palm.03.L', Weight: 0.701620 +Vertex 2004: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.108515 + Group: 'palm.03.L', Weight: 0.875475 +Vertex 2005: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.167595 + Group: 'palm.02.L', Weight: 0.083424 + Group: 'palm.03.L', Weight: 0.714659 + Group: 'f_ring.01.L', Weight: 0.013131 +Vertex 2006: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.190647 + Group: 'thumb.01.L', Weight: 0.119594 + Group: 'palm.02.L', Weight: 0.669193 +Vertex 2007: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.136464 + Group: 'thumb.01.L', Weight: 0.619601 + Group: 'thumb.02.L', Weight: 0.080581 + Group: 'palm.02.L', Weight: 0.156278 +Vertex 2008: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.303793 + Group: 'thumb.01.L', Weight: 0.356061 + Group: 'palm.02.L', Weight: 0.310563 +Vertex 2009: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.462870 + Group: 'thumb.01.L', Weight: 0.163654 + Group: 'palm.02.L', Weight: 0.356283 +Vertex 2010: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.287111 + Group: 'thumb.01.L', Weight: 0.047166 + Group: 'palm.02.L', Weight: 0.654692 +Vertex 2011: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.882330 + Group: 'palm.03.L', Weight: 0.095301 +Vertex 2012: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.438157 + Group: 'palm.02.L', Weight: 0.529934 +Vertex 2013: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.623100 + Group: 'palm.02.L', Weight: 0.346661 +Vertex 2014: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.758596 + Group: 'palm.02.L', Weight: 0.182663 + Group: 'palm.03.L', Weight: 0.053763 +Vertex 2015: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.787859 + Group: 'palm.02.L', Weight: 0.127289 + Group: 'palm.03.L', Weight: 0.080617 +Vertex 2016: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.774099 + Group: 'palm.02.L', Weight: 0.060387 + Group: 'palm.03.L', Weight: 0.161710 +Vertex 2017: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.751366 + Group: 'palm.02.L', Weight: 0.042867 + Group: 'palm.03.L', Weight: 0.198209 +Vertex 2018: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.625614 + Group: 'thumb.01.L', Weight: 0.003522 + Group: 'palm.02.L', Weight: 0.334505 +Vertex 2019: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.776084 + Group: 'palm.02.L', Weight: 0.194068 +Vertex 2020: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.811993 + Group: 'palm.02.L', Weight: 0.030325 + Group: 'palm.03.L', Weight: 0.143277 +Vertex 2021: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.801533 + Group: 'palm.03.L', Weight: 0.170452 +Vertex 2022: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.832196 + Group: 'thumb.01.L', Weight: 0.078696 + Group: 'palm.02.L', Weight: 0.070495 +Vertex 2023: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.932708 + Group: 'palm.02.L', Weight: 0.008220 +Vertex 2024: +Vertex groups: 1 + Group: 'hand.L', Weight: 0.961628 +Vertex 2025: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.000925 + Group: 'hand.L', Weight: 0.923144 + Group: 'palm.03.L', Weight: 0.033094 +Vertex 2026: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.048776 + Group: 'hand.L', Weight: 0.891573 + Group: 'palm.03.L', Weight: 0.040741 +Vertex 2027: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.843776 + Group: 'palm.02.L', Weight: 0.046079 + Group: 'palm.03.L', Weight: 0.103839 +Vertex 2028: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.836079 + Group: 'palm.02.L', Weight: 0.103559 + Group: 'palm.03.L', Weight: 0.055292 +Vertex 2029: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.852829 + Group: 'palm.02.L', Weight: 0.113321 +Vertex 2030: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.805563 + Group: 'palm.02.L', Weight: 0.143627 + Group: 'palm.03.L', Weight: 0.039731 +Vertex 2031: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.653945 + Group: 'thumb.01.L', Weight: 0.247863 + Group: 'palm.02.L', Weight: 0.071044 +Vertex 2032: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.221798 + Group: 'thumb.01.L', Weight: 0.633062 + Group: 'thumb.02.L', Weight: 0.017282 + Group: 'palm.02.L', Weight: 0.101264 +Vertex 2033: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.403062 + Group: 'thumb.01.L', Weight: 0.413324 + Group: 'palm.02.L', Weight: 0.159426 +Vertex 2034: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.598538 + Group: 'thumb.01.L', Weight: 0.204518 + Group: 'palm.02.L', Weight: 0.179681 +Vertex 2035: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.051809 + Group: 'thumb.01.L', Weight: 0.407100 + Group: 'thumb.02.L', Weight: 0.199175 + Group: 'palm.02.L', Weight: 0.306340 + Group: 'palm.03.L', Weight: 0.036188 +Vertex 2036: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.064536 + Group: 'thumb.01.L', Weight: 0.641867 + Group: 'thumb.02.L', Weight: 0.189697 + Group: 'palm.02.L', Weight: 0.020693 + Group: 'palm.03.L', Weight: 0.063231 +Vertex 2037: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.002405 + Group: 'thumb.01.L', Weight: 0.739507 + Group: 'thumb.02.L', Weight: 0.207506 +Vertex 2038: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.022318 + Group: 'palm.03.L', Weight: 0.920870 +Vertex 2039: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.140333 + Group: 'palm.03.L', Weight: 0.729631 + Group: 'f_ring.01.L', Weight: 0.107101 +Vertex 2040: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.074592 + Group: 'palm.03.L', Weight: 0.762548 + Group: 'f_ring.01.L', Weight: 0.149628 +Vertex 2041: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.127469 + Group: 'palm.03.L', Weight: 0.766768 + Group: 'f_ring.01.L', Weight: 0.082553 +Vertex 2042: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.049811 + Group: 'palm.03.L', Weight: 0.835159 + Group: 'f_ring.01.L', Weight: 0.102178 +Vertex 2043: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.910619 + Group: 'f_ring.01.L', Weight: 0.038288 +Vertex 2044: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.038007 + Group: 'palm.03.L', Weight: 0.890844 + Group: 'f_ring.01.L', Weight: 0.006392 +Vertex 2045: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.064026 + Group: 'palm.03.L', Weight: 0.849781 + Group: 'f_ring.01.L', Weight: 0.061972 +Vertex 2046: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.111383 + Group: 'palm.03.L', Weight: 0.806513 + Group: 'f_ring.01.L', Weight: 0.053720 +Vertex 2047: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.091687 + Group: 'palm.03.L', Weight: 0.837099 + Group: 'f_ring.01.L', Weight: 0.014422 +Vertex 2048: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.001228 + Group: 'thumb.01.L', Weight: 0.006985 + Group: 'palm.02.L', Weight: 0.141437 + Group: 'palm.03.L', Weight: 0.772475 +Vertex 2049: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.053858 + Group: 'thumb.01.L', Weight: 0.064060 + Group: 'palm.02.L', Weight: 0.231507 + Group: 'palm.03.L', Weight: 0.617825 +Vertex 2050: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.766563 + Group: 'f_middle.01.L', Weight: 0.015192 + Group: 'palm.03.L', Weight: 0.153855 +Vertex 2051: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.082141 + Group: 'thumb.01.L', Weight: 0.145871 + Group: 'thumb.02.L', Weight: 0.052343 + Group: 'palm.02.L', Weight: 0.489054 + Group: 'palm.03.L', Weight: 0.222452 +Vertex 2052: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.590043 + Group: 'f_middle.01.L', Weight: 0.028009 + Group: 'palm.03.L', Weight: 0.315655 +Vertex 2053: +Vertex groups: 4 + Group: 'palm.02.L', Weight: 0.535040 + Group: 'f_middle.01.L', Weight: 0.015951 + Group: 'palm.03.L', Weight: 0.371350 + Group: 'f_ring.01.L', Weight: 0.008119 +Vertex 2054: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.600153 + Group: 'f_middle.01.L', Weight: 0.019206 + Group: 'palm.03.L', Weight: 0.314246 +Vertex 2055: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.454127 + Group: 'palm.03.L', Weight: 0.459681 + Group: 'f_ring.01.L', Weight: 0.010565 +Vertex 2056: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.014581 + Group: 'thumb.01.L', Weight: 0.053901 + Group: 'palm.02.L', Weight: 0.606761 + Group: 'palm.03.L', Weight: 0.267683 +Vertex 2057: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.750563 + Group: 'f_middle.01.L', Weight: 0.080175 + Group: 'palm.03.L', Weight: 0.138706 +Vertex 2058: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.800329 + Group: 'f_middle.01.L', Weight: 0.067848 + Group: 'palm.03.L', Weight: 0.107933 +Vertex 2059: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.720487 + Group: 'f_middle.01.L', Weight: 0.052587 + Group: 'palm.03.L', Weight: 0.191771 +Vertex 2060: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.241481 + Group: 'palm.03.L', Weight: 0.675819 + Group: 'f_ring.01.L', Weight: 0.026994 +Vertex 2061: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.362672 + Group: 'palm.03.L', Weight: 0.549652 +Vertex 2062: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.003613 + Group: 'palm.02.L', Weight: 0.515864 + Group: 'palm.03.L', Weight: 0.396128 +Vertex 2063: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.773552 + Group: 'f_middle.01.L', Weight: 0.108419 + Group: 'palm.03.L', Weight: 0.095675 +Vertex 2064: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.017292 + Group: 'thumb.01.L', Weight: 0.071831 + Group: 'thumb.02.L', Weight: 0.003011 + Group: 'palm.02.L', Weight: 0.686987 + Group: 'palm.03.L', Weight: 0.165052 +Vertex 2065: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.698096 + Group: 'f_middle.01.L', Weight: 0.017833 + Group: 'palm.03.L', Weight: 0.221100 +Vertex 2066: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.083483 + Group: 'thumb.01.L', Weight: 0.114270 + Group: 'thumb.02.L', Weight: 0.021003 + Group: 'palm.02.L', Weight: 0.391698 + Group: 'palm.03.L', Weight: 0.364957 +Vertex 2067: +Vertex groups: 4 + Group: 'thumb.01.L', Weight: 0.012236 + Group: 'palm.02.L', Weight: 0.816152 + Group: 'f_middle.01.L', Weight: 0.000186 + Group: 'palm.03.L', Weight: 0.097491 +Vertex 2068: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.046434 + Group: 'palm.02.L', Weight: 0.833164 + Group: 'palm.03.L', Weight: 0.059209 +Vertex 2069: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.002379 + Group: 'thumb.01.L', Weight: 0.052712 + Group: 'palm.02.L', Weight: 0.870961 +Vertex 2070: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.045844 + Group: 'thumb.01.L', Weight: 0.142933 + Group: 'thumb.02.L', Weight: 0.056595 + Group: 'palm.02.L', Weight: 0.620327 + Group: 'palm.03.L', Weight: 0.124385 +Vertex 2071: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.032990 + Group: 'thumb.01.L', Weight: 0.168151 + Group: 'thumb.02.L', Weight: 0.068196 + Group: 'palm.02.L', Weight: 0.662045 + Group: 'palm.03.L', Weight: 0.054938 +Vertex 2072: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.007303 + Group: 'thumb.01.L', Weight: 0.081398 + Group: 'thumb.02.L', Weight: 0.012430 + Group: 'palm.02.L', Weight: 0.755642 + Group: 'palm.03.L', Weight: 0.088431 +Vertex 2073: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.009569 + Group: 'thumb.01.L', Weight: 0.092463 + Group: 'thumb.02.L', Weight: 0.016934 + Group: 'palm.02.L', Weight: 0.796859 + Group: 'palm.03.L', Weight: 0.023570 +Vertex 2074: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.080970 + Group: 'thumb.01.L', Weight: 0.219775 + Group: 'thumb.02.L', Weight: 0.087234 + Group: 'palm.02.L', Weight: 0.481178 + Group: 'palm.03.L', Weight: 0.126772 +Vertex 2075: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.052475 + Group: 'thumb.01.L', Weight: 0.269766 + Group: 'thumb.02.L', Weight: 0.117148 + Group: 'palm.02.L', Weight: 0.511773 + Group: 'palm.03.L', Weight: 0.048342 +Vertex 2076: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.069035 + Group: 'thumb.01.L', Weight: 0.112924 + Group: 'thumb.02.L', Weight: 0.002225 + Group: 'palm.02.L', Weight: 0.775287 +Vertex 2077: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.070286 + Group: 'thumb.01.L', Weight: 0.184481 + Group: 'thumb.02.L', Weight: 0.052309 + Group: 'palm.02.L', Weight: 0.669387 +Vertex 2078: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.075335 + Group: 'thumb.01.L', Weight: 0.294359 + Group: 'thumb.02.L', Weight: 0.097915 + Group: 'palm.02.L', Weight: 0.508730 +Vertex 2079: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.977791 +Vertex 2080: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.978572 +Vertex 2081: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.988613 +Vertex 2082: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.975277 +Vertex 2083: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.990084 +Vertex 2084: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.988964 +Vertex 2085: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.985470 +Vertex 2086: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.974200 +Vertex 2087: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.984524 +Vertex 2088: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.989062 +Vertex 2089: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.991098 +Vertex 2090: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.989078 +Vertex 2091: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.951362 + Group: 'hand.L', Weight: 0.015733 +Vertex 2092: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.975311 +Vertex 2093: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.968883 +Vertex 2094: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.966203 +Vertex 2095: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.975196 +Vertex 2096: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.967157 + Group: 'hand.L', Weight: 0.008597 +Vertex 2097: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.979075 +Vertex 2098: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.954048 + Group: 'hand.L', Weight: 0.017292 +Vertex 2099: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.963720 + Group: 'hand.L', Weight: 0.001604 +Vertex 2100: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.967066 + Group: 'hand.L', Weight: 0.006024 +Vertex 2101: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.979401 +Vertex 2102: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.968539 + Group: 'hand.L', Weight: 0.007731 +Vertex 2103: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.077690 + Group: 'thumb.01.L', Weight: 0.359027 + Group: 'thumb.02.L', Weight: 0.155685 + Group: 'palm.02.L', Weight: 0.312432 + Group: 'palm.03.L', Weight: 0.097145 +Vertex 2104: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.001978 + Group: 'thumb.01.L', Weight: 0.468279 + Group: 'thumb.02.L', Weight: 0.393838 + Group: 'palm.02.L', Weight: 0.115988 +Vertex 2105: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.115922 + Group: 'thumb.02.L', Weight: 0.868523 +Vertex 2106: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.071226 + Group: 'thumb.02.L', Weight: 0.911166 +Vertex 2107: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.902109 + Group: 'thumb.03.L', Weight: 0.080403 +Vertex 2108: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.005824 + Group: 'thumb.01.L', Weight: 0.434176 + Group: 'thumb.02.L', Weight: 0.460455 + Group: 'palm.02.L', Weight: 0.042461 + Group: 'palm.03.L', Weight: 0.010549 +Vertex 2109: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.082941 + Group: 'thumb.01.L', Weight: 0.491672 + Group: 'thumb.02.L', Weight: 0.193984 + Group: 'palm.02.L', Weight: 0.133498 + Group: 'palm.03.L', Weight: 0.098952 +Vertex 2110: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.110364 + Group: 'thumb.01.L', Weight: 0.371604 + Group: 'thumb.02.L', Weight: 0.147995 + Group: 'palm.02.L', Weight: 0.237870 + Group: 'palm.03.L', Weight: 0.132186 +Vertex 2111: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.060059 + Group: 'thumb.01.L', Weight: 0.530612 + Group: 'thumb.02.L', Weight: 0.258328 + Group: 'palm.02.L', Weight: 0.081985 + Group: 'palm.03.L', Weight: 0.067848 +Vertex 2112: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.239551 + Group: 'thumb.02.L', Weight: 0.707628 + Group: 'palm.02.L', Weight: 0.006744 +Vertex 2113: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.051955 + Group: 'thumb.02.L', Weight: 0.823810 + Group: 'thumb.03.L', Weight: 0.114459 +Vertex 2114: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.825312 + Group: 'thumb.03.L', Weight: 0.148022 +Vertex 2115: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.054409 + Group: 'thumb.01.L', Weight: 0.600275 + Group: 'thumb.02.L', Weight: 0.182780 + Group: 'palm.02.L', Weight: 0.157591 +Vertex 2116: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.115528 + Group: 'thumb.01.L', Weight: 0.738027 + Group: 'thumb.02.L', Weight: 0.065613 + Group: 'palm.02.L', Weight: 0.073095 +Vertex 2117: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.141365 + Group: 'thumb.01.L', Weight: 0.437677 + Group: 'thumb.02.L', Weight: 0.064600 + Group: 'palm.02.L', Weight: 0.343755 +Vertex 2118: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.124255 + Group: 'thumb.01.L', Weight: 0.308221 + Group: 'thumb.02.L', Weight: 0.053158 + Group: 'palm.02.L', Weight: 0.499923 +Vertex 2119: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.209433 + Group: 'thumb.01.L', Weight: 0.254031 + Group: 'palm.02.L', Weight: 0.502269 +Vertex 2120: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.720065 + Group: 'hand.L', Weight: 0.260359 +Vertex 2121: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.322503 + Group: 'hand.L', Weight: 0.642295 +Vertex 2122: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.165083 + Group: 'hand.L', Weight: 0.772276 + Group: 'thumb.01.L', Weight: 0.016702 + Group: 'palm.03.L', Weight: 0.004060 +Vertex 2123: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.884937 + Group: 'hand.L', Weight: 0.104748 +Vertex 2124: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.107528 + Group: 'hand.L', Weight: 0.809020 + Group: 'thumb.01.L', Weight: 0.027026 + Group: 'palm.03.L', Weight: 0.033863 +Vertex 2125: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2126: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2127: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2128: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.105281 + Group: 'f_middle.02.L', Weight: 0.894711 +Vertex 2129: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.035285 + Group: 'f_middle.02.L', Weight: 0.957342 +Vertex 2130: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.995117 +Vertex 2131: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.060672 + Group: 'f_middle.01.L', Weight: 0.938486 +Vertex 2132: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2133: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999547 +Vertex 2134: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.791277 + Group: 'f_middle.01.L', Weight: 0.146409 + Group: 'palm.03.L', Weight: 0.049087 +Vertex 2135: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.042822 + Group: 'palm.02.L', Weight: 0.943514 +Vertex 2136: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.991228 +Vertex 2137: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.983149 +Vertex 2138: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.150941 + Group: 'f_middle.01.L', Weight: 0.841808 +Vertex 2139: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.943804 + Group: 'f_middle.01.L', Weight: 0.048872 +Vertex 2140: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.994511 +Vertex 2141: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.998732 +Vertex 2142: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.715593 + Group: 'f_middle.01.L', Weight: 0.063925 + Group: 'palm.03.L', Weight: 0.180713 +Vertex 2143: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.003662 + Group: 'palm.02.L', Weight: 0.629526 + Group: 'f_middle.01.L', Weight: 0.039566 + Group: 'palm.03.L', Weight: 0.271958 +Vertex 2144: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.682272 + Group: 'f_middle.01.L', Weight: 0.051994 + Group: 'palm.03.L', Weight: 0.222386 +Vertex 2145: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.210334 + Group: 'palm.02.L', Weight: 0.660132 + Group: 'palm.03.L', Weight: 0.118365 +Vertex 2146: +Vertex groups: 4 + Group: 'palm.02.L', Weight: 0.448475 + Group: 'f_middle.01.L', Weight: 0.003492 + Group: 'palm.03.L', Weight: 0.454599 + Group: 'f_ring.01.L', Weight: 0.026698 +Vertex 2147: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.278268 + Group: 'palm.03.L', Weight: 0.618456 + Group: 'f_ring.01.L', Weight: 0.061589 +Vertex 2148: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.340866 + Group: 'palm.03.L', Weight: 0.564914 + Group: 'f_ring.01.L', Weight: 0.044173 +Vertex 2149: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.314740 + Group: 'palm.02.L', Weight: 0.294370 + Group: 'palm.03.L', Weight: 0.370567 +Vertex 2150: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999514 +Vertex 2151: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999612 +Vertex 2152: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999570 +Vertex 2153: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.046756 + Group: 'f_ring.02.L', Weight: 0.951601 +Vertex 2154: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.000196 + Group: 'f_ring.02.L', Weight: 0.974892 +Vertex 2155: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.987439 +Vertex 2156: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.989789 +Vertex 2157: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999334 +Vertex 2158: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999580 +Vertex 2159: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.912446 + Group: 'f_ring.01.L', Weight: 0.072803 +Vertex 2160: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.029571 + Group: 'palm.03.L', Weight: 0.751960 + Group: 'f_ring.01.L', Weight: 0.200885 +Vertex 2161: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.960812 + Group: 'f_ring.02.L', Weight: 0.027961 +Vertex 2162: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.887697 + Group: 'f_ring.02.L', Weight: 0.111912 +Vertex 2163: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.071552 + Group: 'f_ring.01.L', Weight: 0.923166 +Vertex 2164: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.084764 + Group: 'f_ring.01.L', Weight: 0.913037 +Vertex 2165: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.998114 +Vertex 2166: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.998766 +Vertex 2167: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.032926 + Group: 'palm.03.L', Weight: 0.935202 +Vertex 2168: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.696983 + Group: 'thumb.01.L', Weight: 0.005122 + Group: 'palm.03.L', Weight: 0.250266 +Vertex 2169: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.058595 + Group: 'hand.L', Weight: 0.812439 + Group: 'thumb.01.L', Weight: 0.029112 + Group: 'palm.03.L', Weight: 0.084954 +Vertex 2170: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.051305 + Group: 'thumb.01.L', Weight: 0.079606 + Group: 'thumb.02.L', Weight: 0.003068 + Group: 'palm.02.L', Weight: 0.498625 + Group: 'palm.03.L', Weight: 0.329278 +Vertex 2171: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.018045 + Group: 'palm.02.L', Weight: 0.691011 + Group: 'palm.03.L', Weight: 0.213434 +Vertex 2172: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.341961 + Group: 'palm.02.L', Weight: 0.582376 + Group: 'palm.03.L', Weight: 0.071045 +Vertex 2173: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.150684 + Group: 'palm.02.L', Weight: 0.825936 +Vertex 2174: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.525515 + Group: 'palm.02.L', Weight: 0.198797 + Group: 'palm.03.L', Weight: 0.266254 +Vertex 2175: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.127702 + Group: 'thumb.01.L', Weight: 0.086152 + Group: 'palm.02.L', Weight: 0.767146 +Vertex 2176: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.198568 + Group: 'thumb.01.L', Weight: 0.020882 + Group: 'palm.02.L', Weight: 0.757260 +Vertex 2177: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.353178 + Group: 'thumb.01.L', Weight: 0.012000 + Group: 'palm.02.L', Weight: 0.606007 +Vertex 2178: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.714014 + Group: 'palm.02.L', Weight: 0.246619 + Group: 'palm.03.L', Weight: 0.015102 +Vertex 2179: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.793394 + Group: 'palm.02.L', Weight: 0.086437 + Group: 'palm.03.L', Weight: 0.116295 +Vertex 2180: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.638149 + Group: 'thumb.01.L', Weight: 0.033883 + Group: 'palm.02.L', Weight: 0.308507 +Vertex 2181: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.835901 + Group: 'palm.02.L', Weight: 0.132604 +Vertex 2182: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.301353 + Group: 'palm.02.L', Weight: 0.673251 +Vertex 2183: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.412217 + Group: 'palm.02.L', Weight: 0.556598 +Vertex 2184: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.649469 + Group: 'palm.02.L', Weight: 0.269819 + Group: 'palm.03.L', Weight: 0.076174 +Vertex 2185: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.691045 + Group: 'palm.02.L', Weight: 0.184533 + Group: 'palm.03.L', Weight: 0.119738 +Vertex 2186: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.671285 + Group: 'palm.02.L', Weight: 0.075932 + Group: 'palm.03.L', Weight: 0.248564 +Vertex 2187: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.656084 + Group: 'palm.02.L', Weight: 0.038018 + Group: 'palm.03.L', Weight: 0.296143 +Vertex 2188: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.830599 + Group: 'palm.02.L', Weight: 0.011567 + Group: 'palm.03.L', Weight: 0.133208 +Vertex 2189: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.896708 + Group: 'palm.02.L', Weight: 0.020652 + Group: 'palm.03.L', Weight: 0.062686 +Vertex 2190: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.857045 + Group: 'palm.02.L', Weight: 0.100646 + Group: 'palm.03.L', Weight: 0.021109 +Vertex 2191: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.851169 + Group: 'palm.02.L', Weight: 0.069580 + Group: 'palm.03.L', Weight: 0.074734 +Vertex 2192: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.896243 + Group: 'palm.02.L', Weight: 0.070409 +Vertex 2193: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.802025 + Group: 'palm.02.L', Weight: 0.160317 + Group: 'palm.03.L', Weight: 0.009472 +Vertex 2194: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.134917 + Group: 'palm.03.L', Weight: 0.748141 + Group: 'f_ring.01.L', Weight: 0.094051 +Vertex 2195: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.062342 + Group: 'palm.03.L', Weight: 0.795288 + Group: 'f_ring.01.L', Weight: 0.129684 +Vertex 2196: +Vertex groups: 4 + Group: 'palm.02.L', Weight: 0.497252 + Group: 'f_middle.01.L', Weight: 0.006949 + Group: 'palm.03.L', Weight: 0.412982 + Group: 'f_ring.01.L', Weight: 0.012555 +Vertex 2197: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.596129 + Group: 'f_middle.01.L', Weight: 0.025509 + Group: 'palm.03.L', Weight: 0.313725 +Vertex 2198: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.736687 + Group: 'f_middle.01.L', Weight: 0.066993 + Group: 'palm.03.L', Weight: 0.163698 +Vertex 2199: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.664877 + Group: 'f_middle.01.L', Weight: 0.034585 + Group: 'palm.03.L', Weight: 0.249718 +Vertex 2200: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.337383 + Group: 'palm.03.L', Weight: 0.577467 + Group: 'f_ring.01.L', Weight: 0.019502 +Vertex 2201: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.003031 + Group: 'palm.02.L', Weight: 0.237719 + Group: 'palm.03.L', Weight: 0.674384 +Vertex 2202: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.018180 + Group: 'thumb.01.L', Weight: 0.040171 + Group: 'palm.02.L', Weight: 0.353447 + Group: 'palm.03.L', Weight: 0.530605 +Vertex 2203: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.051561 + Group: 'thumb.01.L', Weight: 0.104059 + Group: 'thumb.02.L', Weight: 0.026356 + Group: 'palm.02.L', Weight: 0.597608 + Group: 'palm.03.L', Weight: 0.197114 +Vertex 2204: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.616663 + Group: 'palm.03.L', Weight: 0.300551 +Vertex 2205: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.785127 + Group: 'f_middle.01.L', Weight: 0.089112 + Group: 'palm.03.L', Weight: 0.103134 +Vertex 2206: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.048290 + Group: 'palm.02.L', Weight: 0.756918 + Group: 'palm.03.L', Weight: 0.131696 +Vertex 2207: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.063571 + Group: 'palm.02.L', Weight: 0.798016 + Group: 'palm.03.L', Weight: 0.073059 +Vertex 2208: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.021297 + Group: 'thumb.01.L', Weight: 0.126575 + Group: 'thumb.02.L', Weight: 0.046861 + Group: 'palm.02.L', Weight: 0.735691 + Group: 'palm.03.L', Weight: 0.041614 +Vertex 2209: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.024702 + Group: 'thumb.01.L', Weight: 0.109405 + Group: 'thumb.02.L', Weight: 0.035556 + Group: 'palm.02.L', Weight: 0.693053 + Group: 'palm.03.L', Weight: 0.106556 +Vertex 2210: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.005806 + Group: 'thumb.01.L', Weight: 0.070753 + Group: 'palm.02.L', Weight: 0.837885 + Group: 'palm.03.L', Weight: 0.004374 +Vertex 2211: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.072442 + Group: 'thumb.01.L', Weight: 0.082967 + Group: 'palm.02.L', Weight: 0.816340 +Vertex 2212: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.069830 + Group: 'thumb.01.L', Weight: 0.145576 + Group: 'thumb.02.L', Weight: 0.023933 + Group: 'palm.02.L', Weight: 0.727979 +Vertex 2213: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.108304 + Group: 'thumb.01.L', Weight: 0.180400 + Group: 'thumb.02.L', Weight: 0.013073 + Group: 'palm.02.L', Weight: 0.666298 +Vertex 2214: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.989052 +Vertex 2215: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.097710 + Group: 'palm.02.L', Weight: 0.369606 + Group: 'palm.03.L', Weight: 0.495024 +Vertex 2216: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.010781 + Group: 'palm.02.L', Weight: 0.382004 + Group: 'palm.03.L', Weight: 0.511282 + Group: 'f_ring.01.L', Weight: 0.046072 +Vertex 2217: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.094854 + Group: 'palm.02.L', Weight: 0.693089 + Group: 'palm.03.L', Weight: 0.186302 +Vertex 2218: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.020402 + Group: 'palm.02.L', Weight: 0.674775 + Group: 'f_middle.01.L', Weight: 0.050698 + Group: 'palm.03.L', Weight: 0.219372 +Vertex 2219: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.967376 + Group: 'hand.L', Weight: 0.007385 +Vertex 2220: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.000640 + Group: 'palm.02.L', Weight: 0.678205 + Group: 'f_middle.01.L', Weight: 0.053754 + Group: 'palm.03.L', Weight: 0.220949 +Vertex 2221: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.362499 + Group: 'palm.03.L', Weight: 0.537657 + Group: 'f_ring.01.L', Weight: 0.048378 +Vertex 2222: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.091341 + Group: 'thumb.01.L', Weight: 0.115385 + Group: 'palm.02.L', Weight: 0.760354 +Vertex 2223: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.886397 + Group: 'palm.02.L', Weight: 0.062420 + Group: 'palm.03.L', Weight: 0.040157 +Vertex 2224: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.700761 + Group: 'palm.02.L', Weight: 0.120889 + Group: 'palm.03.L', Weight: 0.173703 +Vertex 2225: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.571703 + Group: 'palm.02.L', Weight: 0.379562 + Group: 'palm.03.L', Weight: 0.037692 +Vertex 2226: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.242521 + Group: 'palm.02.L', Weight: 0.726768 +Vertex 2227: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.181584 + Group: 'thumb.01.L', Weight: 0.642423 + Group: 'thumb.02.L', Weight: 0.060446 + Group: 'palm.03.L', Weight: 0.091464 +Vertex 2228: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.135033 + Group: 'thumb.01.L', Weight: 0.609641 + Group: 'thumb.02.L', Weight: 0.093329 + Group: 'palm.02.L', Weight: 0.006460 + Group: 'palm.03.L', Weight: 0.126680 +Vertex 2229: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.080914 + Group: 'thumb.01.L', Weight: 0.431512 + Group: 'thumb.02.L', Weight: 0.155280 + Group: 'palm.02.L', Weight: 0.317200 +Vertex 2230: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.011010 + Group: 'thumb.02.L', Weight: 0.649240 + Group: 'thumb.03.L', Weight: 0.310794 +Vertex 2231: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.225463 + Group: 'thumb.02.L', Weight: 0.714452 + Group: 'thumb.03.L', Weight: 0.003814 +Vertex 2232: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.004098 + Group: 'thumb.02.L', Weight: 0.644354 + Group: 'thumb.03.L', Weight: 0.320194 +Vertex 2233: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.022088 + Group: 'thumb.02.L', Weight: 0.715531 + Group: 'thumb.03.L', Weight: 0.238356 +Vertex 2234: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.048353 + Group: 'thumb.01.L', Weight: 0.688014 + Group: 'thumb.02.L', Weight: 0.206819 + Group: 'palm.03.L', Weight: 0.018207 +Vertex 2235: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.228487 + Group: 'thumb.02.L', Weight: 0.733556 + Group: 'palm.02.L', Weight: 0.035967 +Vertex 2236: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.118630 + Group: 'thumb.02.L', Weight: 0.789004 + Group: 'thumb.03.L', Weight: 0.063997 +Vertex 2237: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.085967 + Group: 'thumb.03.L', Weight: 0.917992 +Vertex 2238: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.247461 + Group: 'thumb.03.L', Weight: 0.762813 +Vertex 2239: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.983834 +Vertex 2240: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.985250 +Vertex 2241: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.019659 + Group: 'thumb.03.L', Weight: 0.964767 +Vertex 2242: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.177295 + Group: 'thumb.03.L', Weight: 0.823284 +Vertex 2243: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 2244: +Vertex groups: 3 + Group: 'spine', Weight: 0.157332 + Group: 'spine.001', Weight: 0.689207 + Group: 'spine.002', Weight: 0.142942 +Vertex 2245: +Vertex groups: 3 + Group: 'spine', Weight: 0.153367 + Group: 'spine.001', Weight: 0.687854 + Group: 'spine.002', Weight: 0.148043 +Vertex 2246: +Vertex groups: 3 + Group: 'spine', Weight: 0.151600 + Group: 'spine.001', Weight: 0.683079 + Group: 'spine.002', Weight: 0.154163 +Vertex 2247: +Vertex groups: 3 + Group: 'spine', Weight: 0.110185 + Group: 'spine.001', Weight: 0.683652 + Group: 'spine.002', Weight: 0.194555 +Vertex 2248: +Vertex groups: 3 + Group: 'spine', Weight: 0.112345 + Group: 'spine.001', Weight: 0.706145 + Group: 'spine.002', Weight: 0.171321 +Vertex 2249: +Vertex groups: 3 + Group: 'spine', Weight: 0.086754 + Group: 'spine.001', Weight: 0.686590 + Group: 'spine.002', Weight: 0.215178 +Vertex 2250: +Vertex groups: 3 + Group: 'spine', Weight: 0.086270 + Group: 'spine.001', Weight: 0.686780 + Group: 'spine.002', Weight: 0.215487 +Vertex 2251: +Vertex groups: 3 + Group: 'spine', Weight: 0.086382 + Group: 'spine.001', Weight: 0.682458 + Group: 'spine.002', Weight: 0.219447 +Vertex 2252: +Vertex groups: 3 + Group: 'spine', Weight: 0.146737 + Group: 'spine.001', Weight: 0.720574 + Group: 'spine.002', Weight: 0.124076 +Vertex 2253: +Vertex groups: 3 + Group: 'spine', Weight: 0.145465 + Group: 'spine.001', Weight: 0.721487 + Group: 'spine.002', Weight: 0.124452 +Vertex 2254: +Vertex groups: 3 + Group: 'spine', Weight: 0.148725 + Group: 'spine.001', Weight: 0.718241 + Group: 'spine.002', Weight: 0.124340 +Vertex 2255: +Vertex groups: 4 + Group: 'spine', Weight: 0.079140 + Group: 'spine.001', Weight: 0.364446 + Group: 'spine.002', Weight: 0.498786 + Group: 'spine.003', Weight: 0.004426 +Vertex 2256: +Vertex groups: 4 + Group: 'spine', Weight: 0.017938 + Group: 'spine.001', Weight: 0.116056 + Group: 'spine.002', Weight: 0.660857 + Group: 'spine.003', Weight: 0.110406 +Vertex 2257: +Vertex groups: 3 + Group: 'spine', Weight: 0.081031 + Group: 'spine.001', Weight: 0.496362 + Group: 'spine.002', Weight: 0.395032 +Vertex 2258: +Vertex groups: 3 + Group: 'spine', Weight: 0.094078 + Group: 'spine.001', Weight: 0.589855 + Group: 'spine.002', Weight: 0.298775 +Vertex 2259: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.715826 + Group: 'spine.001', Weight: 0.131907 + Group: 'spine.003', Weight: 0.121435 + Group: 'spine', Weight: 0.020689 + Group: 'upper_arm.L', Weight: 0.010142 +Vertex 2260: +Vertex groups: 5 + Group: 'spine', Weight: 0.047689 + Group: 'spine.001', Weight: 0.181152 + Group: 'spine.002', Weight: 0.637658 + Group: 'spine.003', Weight: 0.069350 + Group: 'upper_arm.L', Weight: 0.007981 +Vertex 2261: +Vertex groups: 4 + Group: 'spine', Weight: 0.059935 + Group: 'spine.001', Weight: 0.249062 + Group: 'spine.002', Weight: 0.596626 + Group: 'spine.003', Weight: 0.043054 +Vertex 2262: +Vertex groups: 3 + Group: 'spine', Weight: 0.096393 + Group: 'spine.001', Weight: 0.584554 + Group: 'spine.002', Weight: 0.300679 +Vertex 2263: +Vertex groups: 3 + Group: 'spine', Weight: 0.090024 + Group: 'spine.001', Weight: 0.561188 + Group: 'spine.002', Weight: 0.327340 +Vertex 2264: +Vertex groups: 3 + Group: 'spine', Weight: 0.088733 + Group: 'spine.001', Weight: 0.602039 + Group: 'spine.002', Weight: 0.292906 +Vertex 2265: +Vertex groups: 3 + Group: 'spine', Weight: 0.087817 + Group: 'spine.001', Weight: 0.620393 + Group: 'spine.002', Weight: 0.276481 +Vertex 2266: +Vertex groups: 3 + Group: 'spine', Weight: 0.089172 + Group: 'spine.001', Weight: 0.629901 + Group: 'spine.002', Weight: 0.266123 +Vertex 2267: +Vertex groups: 4 + Group: 'spine', Weight: 0.070042 + Group: 'spine.001', Weight: 0.308323 + Group: 'spine.002', Weight: 0.547772 + Group: 'spine.003', Weight: 0.020925 +Vertex 2268: +Vertex groups: 4 + Group: 'spine', Weight: 0.008644 + Group: 'spine.001', Weight: 0.225399 + Group: 'spine.002', Weight: 0.694816 + Group: 'spine.003', Weight: 0.006647 +Vertex 2269: +Vertex groups: 3 + Group: 'spine', Weight: 0.053494 + Group: 'spine.001', Weight: 0.565569 + Group: 'spine.002', Weight: 0.363574 +Vertex 2270: +Vertex groups: 3 + Group: 'spine', Weight: 0.040923 + Group: 'spine.001', Weight: 0.532298 + Group: 'spine.002', Weight: 0.403755 +Vertex 2271: +Vertex groups: 3 + Group: 'spine', Weight: 0.051435 + Group: 'spine.001', Weight: 0.438761 + Group: 'spine.002', Weight: 0.485346 +Vertex 2272: +Vertex groups: 3 + Group: 'spine', Weight: 0.054839 + Group: 'spine.001', Weight: 0.533340 + Group: 'spine.002', Weight: 0.391958 +Vertex 2273: +Vertex groups: 3 + Group: 'spine', Weight: 0.054393 + Group: 'spine.001', Weight: 0.488345 + Group: 'spine.002', Weight: 0.435267 +Vertex 2274: +Vertex groups: 3 + Group: 'spine', Weight: 0.051614 + Group: 'spine.001', Weight: 0.560497 + Group: 'spine.002', Weight: 0.370511 +Vertex 2275: +Vertex groups: 3 + Group: 'spine', Weight: 0.053582 + Group: 'spine.001', Weight: 0.556526 + Group: 'spine.002', Weight: 0.371601 +Vertex 2276: +Vertex groups: 3 + Group: 'spine', Weight: 0.038169 + Group: 'spine.001', Weight: 0.357785 + Group: 'spine.002', Weight: 0.567426 +Vertex 2277: +Vertex groups: 3 + Group: 'spine', Weight: 0.055729 + Group: 'spine.001', Weight: 0.515481 + Group: 'spine.002', Weight: 0.408076 +Vertex 2278: +Vertex groups: 3 + Group: 'spine', Weight: 0.045833 + Group: 'spine.001', Weight: 0.544317 + Group: 'spine.002', Weight: 0.389785 +Vertex 2279: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.128630 + Group: 'spine.002', Weight: 0.764515 + Group: 'spine.003', Weight: 0.050807 +Vertex 2280: +Vertex groups: 3 + Group: 'spine', Weight: 0.062129 + Group: 'spine.001', Weight: 0.468236 + Group: 'spine.002', Weight: 0.447164 +Vertex 2281: +Vertex groups: 3 + Group: 'spine', Weight: 0.067148 + Group: 'spine.001', Weight: 0.523377 + Group: 'spine.002', Weight: 0.389459 +Vertex 2282: +Vertex groups: 3 + Group: 'spine', Weight: 0.000986 + Group: 'spine.001', Weight: 0.292315 + Group: 'spine.002', Weight: 0.649126 +Vertex 2283: +Vertex groups: 3 + Group: 'spine', Weight: 0.022968 + Group: 'spine.001', Weight: 0.361254 + Group: 'spine.002', Weight: 0.572622 +Vertex 2284: +Vertex groups: 3 + Group: 'spine', Weight: 0.052971 + Group: 'spine.001', Weight: 0.462109 + Group: 'spine.002', Weight: 0.461724 +Vertex 2285: +Vertex groups: 3 + Group: 'spine', Weight: 0.005969 + Group: 'spine.001', Weight: 0.312791 + Group: 'spine.002', Weight: 0.626628 +Vertex 2286: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.106346 + Group: 'spine.002', Weight: 0.688712 + Group: 'spine.003', Weight: 0.081698 + Group: 'shoulder.L', Weight: 0.009361 + Group: 'upper_arm.L', Weight: 0.061522 +Vertex 2287: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.627915 + Group: 'spine.003', Weight: 0.245744 + Group: 'spine.001', Weight: 0.065846 + Group: 'shoulder.R', Weight: 0.030248 + Group: 'shoulder.L', Weight: 0.030247 +Vertex 2288: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.156072 + Group: 'spine.002', Weight: 0.743782 + Group: 'spine.003', Weight: 0.034438 +Vertex 2289: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.125541 + Group: 'spine.002', Weight: 0.727687 + Group: 'spine.003', Weight: 0.057659 + Group: 'upper_arm.L', Weight: 0.035265 +Vertex 2290: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.056144 + Group: 'spine.002', Weight: 0.486369 + Group: 'spine.003', Weight: 0.263162 + Group: 'shoulder.L', Weight: 0.067749 + Group: 'upper_arm.L', Weight: 0.064950 +Vertex 2291: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.081994 + Group: 'spine.002', Weight: 0.593023 + Group: 'spine.003', Weight: 0.161194 + Group: 'shoulder.L', Weight: 0.052060 + Group: 'upper_arm.L', Weight: 0.066162 +Vertex 2292: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.094742 + Group: 'spine.002', Weight: 0.638965 + Group: 'spine.003', Weight: 0.118525 + Group: 'shoulder.L', Weight: 0.033391 + Group: 'upper_arm.L', Weight: 0.068802 +Vertex 2293: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.101964 + Group: 'spine.002', Weight: 0.665405 + Group: 'spine.003', Weight: 0.097096 + Group: 'shoulder.L', Weight: 0.020421 + Group: 'upper_arm.L', Weight: 0.065815 +Vertex 2294: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.085124 + Group: 'Head', Weight: 0.911654 +Vertex 2295: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086409 + Group: 'Head', Weight: 0.910365 +Vertex 2296: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082596 + Group: 'Head', Weight: 0.914199 +Vertex 2297: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.154121 + Group: 'Head', Weight: 0.839491 +Vertex 2298: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165709 + Group: 'Head', Weight: 0.828103 +Vertex 2299: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165504 + Group: 'Head', Weight: 0.828663 +Vertex 2300: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155291 + Group: 'Head', Weight: 0.839335 +Vertex 2301: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133880 + Group: 'Head', Weight: 0.861322 +Vertex 2302: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123022 + Group: 'Head', Weight: 0.872430 +Vertex 2303: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111958 + Group: 'Head', Weight: 0.883709 +Vertex 2304: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099577 + Group: 'Head', Weight: 0.896167 +Vertex 2305: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098473 + Group: 'Head', Weight: 0.896982 +Vertex 2306: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103937 + Group: 'Head', Weight: 0.891109 +Vertex 2307: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113956 + Group: 'Head', Weight: 0.880619 +Vertex 2308: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133220 + Group: 'Head', Weight: 0.860725 +Vertex 2309: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124055 + Group: 'Head', Weight: 0.870088 +Vertex 2310: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141531 + Group: 'Head', Weight: 0.852243 +Vertex 2311: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142622 + Group: 'Head', Weight: 0.852364 +Vertex 2312: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148503 + Group: 'Head', Weight: 0.846321 +Vertex 2313: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150723 + Group: 'Head', Weight: 0.843138 +Vertex 2314: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161240 + Group: 'Head', Weight: 0.832768 +Vertex 2315: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.160039 + Group: 'Head', Weight: 0.834282 +Vertex 2316: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150785 + Group: 'Head', Weight: 0.843915 +Vertex 2317: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132111 + Group: 'Head', Weight: 0.863057 +Vertex 2318: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124856 + Group: 'Head', Weight: 0.870470 +Vertex 2319: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115741 + Group: 'Head', Weight: 0.879745 +Vertex 2320: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105365 + Group: 'Head', Weight: 0.890161 +Vertex 2321: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104969 + Group: 'Head', Weight: 0.890265 +Vertex 2322: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111311 + Group: 'Head', Weight: 0.883537 +Vertex 2323: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.121916 + Group: 'Head', Weight: 0.872545 +Vertex 2324: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132739 + Group: 'Head', Weight: 0.861409 +Vertex 2325: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127087 + Group: 'Head', Weight: 0.867199 +Vertex 2326: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139867 + Group: 'Head', Weight: 0.854127 +Vertex 2327: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139116 + Group: 'Head', Weight: 0.855888 +Vertex 2328: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144933 + Group: 'Head', Weight: 0.849923 +Vertex 2329: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155604 + Group: 'Head', Weight: 0.837876 +Vertex 2330: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108891 + Group: 'Head', Weight: 0.885704 +Vertex 2331: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101871 + Group: 'Head', Weight: 0.893176 +Vertex 2332: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118894 + Group: 'Head', Weight: 0.875175 +Vertex 2333: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128669 + Group: 'Head', Weight: 0.865183 +Vertex 2334: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141188 + Group: 'Head', Weight: 0.852460 +Vertex 2335: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.167857 + Group: 'Head', Weight: 0.825831 +Vertex 2336: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166153 + Group: 'Head', Weight: 0.827969 +Vertex 2337: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155663 + Group: 'Head', Weight: 0.838944 +Vertex 2338: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095648 + Group: 'Head', Weight: 0.899889 +Vertex 2339: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095431 + Group: 'Head', Weight: 0.900464 +Vertex 2340: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107329 + Group: 'Head', Weight: 0.888496 +Vertex 2341: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119805 + Group: 'Head', Weight: 0.875769 +Vertex 2342: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131994 + Group: 'Head', Weight: 0.863300 +Vertex 2343: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146676 + Group: 'Head', Weight: 0.848224 +Vertex 2344: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139689 + Group: 'Head', Weight: 0.855411 +Vertex 2345: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101069 + Group: 'Head', Weight: 0.894817 +Vertex 2346: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098371 + Group: 'Head', Weight: 0.897608 +Vertex 2347: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104757 + Group: 'Head', Weight: 0.890992 +Vertex 2348: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088506 + Group: 'Head', Weight: 0.907844 +Vertex 2349: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109390 + Group: 'Head', Weight: 0.886154 +Vertex 2350: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2351: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2352: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2353: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2354: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2355: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2356: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2357: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2358: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2359: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2360: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2361: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2362: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2363: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2364: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2365: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2366: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2367: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2368: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2370: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2372: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2373: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2374: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2375: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2376: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2377: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2378: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2379: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2380: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2381: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2382: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2383: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.865204 + Group: 'f_middle.02.L', Weight: 0.133564 +Vertex 2384: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.901075 + Group: 'f_middle.02.L', Weight: 0.098779 +Vertex 2385: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.874365 + Group: 'f_middle.02.L', Weight: 0.125195 +Vertex 2386: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.957049 + Group: 'f_middle.02.L', Weight: 0.035052 +Vertex 2387: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.828876 + Group: 'f_middle.02.L', Weight: 0.170537 +Vertex 2388: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.857761 + Group: 'f_middle.02.L', Weight: 0.142457 +Vertex 2389: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.916974 + Group: 'f_middle.02.L', Weight: 0.083159 +Vertex 2390: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.960783 + Group: 'f_middle.02.L', Weight: 0.028005 +Vertex 2391: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.877555 + Group: 'f_middle.02.L', Weight: 0.122514 +Vertex 2392: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.957608 + Group: 'f_middle.02.L', Weight: 0.034157 +Vertex 2393: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999425 +Vertex 2394: +Vertex groups: 3 + Group: 'spine', Weight: 0.835656 + Group: 'spine.001', Weight: 0.088611 + Group: 'spine1', Weight: 0.048552 +Vertex 2395: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.115407 + Group: 'spine.003', Weight: 0.395060 + Group: 'shoulder.L', Weight: 0.040753 + Group: 'shoulder.R', Weight: 0.368169 + Group: 'upper_arm.R', Weight: 0.051656 +Vertex 2396: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.068780 + Group: 'spine.003', Weight: 0.267384 + Group: 'shoulder.L', Weight: 0.055498 + Group: 'shoulder.R', Weight: 0.534719 + Group: 'upper_arm.R', Weight: 0.035398 +Vertex 2397: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089035 + Group: 'spine.003', Weight: 0.177600 + Group: 'shoulder.R', Weight: 0.151872 + Group: 'upper_arm.R', Weight: 0.568838 +Vertex 2398: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107714 + Group: 'spine.003', Weight: 0.181570 + Group: 'shoulder.R', Weight: 0.136085 + Group: 'upper_arm.R', Weight: 0.561274 +Vertex 2399: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.115103 + Group: 'spine.003', Weight: 0.187310 + Group: 'shoulder.R', Weight: 0.101247 + Group: 'upper_arm.R', Weight: 0.582195 +Vertex 2400: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131041 + Group: 'spine.003', Weight: 0.175149 + Group: 'shoulder.R', Weight: 0.085877 + Group: 'upper_arm.R', Weight: 0.591059 +Vertex 2401: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.172424 + Group: 'spine.003', Weight: 0.286623 + Group: 'shoulder.R', Weight: 0.101673 + Group: 'upper_arm.R', Weight: 0.419573 +Vertex 2402: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.200339 + Group: 'spine.003', Weight: 0.251632 + Group: 'shoulder.R', Weight: 0.092867 + Group: 'upper_arm.R', Weight: 0.430770 +Vertex 2403: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.213220 + Group: 'spine.003', Weight: 0.310429 + Group: 'shoulder.R', Weight: 0.107279 + Group: 'upper_arm.R', Weight: 0.347047 +Vertex 2404: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099978 + Group: 'spine.003', Weight: 0.209668 + Group: 'shoulder.R', Weight: 0.173508 + Group: 'upper_arm.R', Weight: 0.502421 +Vertex 2405: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.021375 + Group: 'spine.003', Weight: 0.081696 + Group: 'shoulder.R', Weight: 0.323239 + Group: 'upper_arm.R', Weight: 0.547746 +Vertex 2406: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.048437 + Group: 'spine.003', Weight: 0.118014 + Group: 'shoulder.R', Weight: 0.457419 + Group: 'upper_arm.R', Weight: 0.358556 +Vertex 2407: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.762455 + Group: 'upper_arm.R', Weight: 0.193785 +Vertex 2408: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.040194 + Group: 'shoulder.R', Weight: 0.797044 + Group: 'upper_arm.R', Weight: 0.118770 +Vertex 2409: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.046895 + Group: 'spine.004', Weight: 0.052870 + Group: 'shoulder.R', Weight: 0.608208 + Group: 'upper_arm.R', Weight: 0.234217 +Vertex 2410: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.085327 + Group: 'spine.003', Weight: 0.132797 + Group: 'shoulder.R', Weight: 0.333206 + Group: 'upper_arm.R', Weight: 0.392886 +Vertex 2411: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131724 + Group: 'spine.003', Weight: 0.162370 + Group: 'shoulder.R', Weight: 0.285294 + Group: 'upper_arm.R', Weight: 0.369499 +Vertex 2412: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.129777 + Group: 'spine.003', Weight: 0.143587 + Group: 'shoulder.R', Weight: 0.158615 + Group: 'upper_arm.R', Weight: 0.545842 +Vertex 2413: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.010031 + Group: 'spine.004', Weight: 0.076530 + Group: 'shoulder.R', Weight: 0.662397 + Group: 'upper_arm.R', Weight: 0.183965 +Vertex 2414: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.083912 + Group: 'shoulder.R', Weight: 0.688165 + Group: 'upper_arm.R', Weight: 0.181238 +Vertex 2415: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.247819 + Group: 'spine.003', Weight: 0.245381 + Group: 'shoulder.R', Weight: 0.121381 + Group: 'upper_arm.R', Weight: 0.347910 +Vertex 2416: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.203329 + Group: 'spine.003', Weight: 0.231960 + Group: 'shoulder.R', Weight: 0.242459 + Group: 'upper_arm.R', Weight: 0.257295 +Vertex 2417: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.127110 + Group: 'spine.003', Weight: 0.207992 + Group: 'shoulder.L', Weight: 0.005168 + Group: 'shoulder.R', Weight: 0.279028 + Group: 'upper_arm.R', Weight: 0.309947 +Vertex 2418: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.057672 + Group: 'spine.004', Weight: 0.119274 + Group: 'shoulder.L', Weight: 0.040170 + Group: 'shoulder.R', Weight: 0.616169 + Group: 'upper_arm.R', Weight: 0.121978 +Vertex 2419: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.188897 + Group: 'shoulder.L', Weight: 0.006318 + Group: 'shoulder.R', Weight: 0.620573 + Group: 'upper_arm.R', Weight: 0.095450 +Vertex 2420: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.121891 + Group: 'shoulder.R', Weight: 0.714065 + Group: 'upper_arm.R', Weight: 0.112689 +Vertex 2421: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037592 + Group: 'spine.002', Weight: 0.615609 + Group: 'spine.003', Weight: 0.136524 + Group: 'shoulder.R', Weight: 0.047577 + Group: 'upper_arm.R', Weight: 0.140063 +Vertex 2422: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040045 + Group: 'spine.002', Weight: 0.540477 + Group: 'spine.003', Weight: 0.165664 + Group: 'shoulder.R', Weight: 0.068284 + Group: 'upper_arm.R', Weight: 0.159373 +Vertex 2423: +Vertex groups: 3 + Group: 'spine', Weight: 0.055545 + Group: 'spine.001', Weight: 0.335872 + Group: 'spine.002', Weight: 0.567362 +Vertex 2424: +Vertex groups: 5 + Group: 'spine', Weight: 0.053969 + Group: 'spine.001', Weight: 0.240867 + Group: 'spine.002', Weight: 0.617441 + Group: 'spine.003', Weight: 0.032999 + Group: 'upper_arm.R', Weight: 0.002919 +Vertex 2425: +Vertex groups: 3 + Group: 'spine', Weight: 0.225107 + Group: 'spine.001', Weight: 0.628855 + Group: 'spine.002', Weight: 0.132525 +Vertex 2426: +Vertex groups: 3 + Group: 'spine', Weight: 0.228771 + Group: 'spine.001', Weight: 0.591053 + Group: 'spine.002', Weight: 0.160404 +Vertex 2427: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.025627 + Group: 'spine.002', Weight: 0.624370 + Group: 'spine.003', Weight: 0.170239 + Group: 'shoulder.R', Weight: 0.047111 + Group: 'upper_arm.R', Weight: 0.106223 +Vertex 2428: +Vertex groups: 3 + Group: 'spine', Weight: 0.072265 + Group: 'spine.001', Weight: 0.507898 + Group: 'spine.002', Weight: 0.399332 +Vertex 2429: +Vertex groups: 3 + Group: 'spine', Weight: 0.273862 + Group: 'spine.001', Weight: 0.615482 + Group: 'spine.002', Weight: 0.099213 +Vertex 2430: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.053127 + Group: 'spine.002', Weight: 0.782426 + Group: 'spine.003', Weight: 0.100473 +Vertex 2431: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.030209 + Group: 'spine.002', Weight: 0.657479 + Group: 'spine.003', Weight: 0.183054 + Group: 'shoulder.R', Weight: 0.038029 + Group: 'upper_arm.R', Weight: 0.061578 +Vertex 2432: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.067277 + Group: 'spine.003', Weight: 0.191445 + Group: 'shoulder.R', Weight: 0.579370 + Group: 'upper_arm.R', Weight: 0.123812 +Vertex 2433: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.036560 + Group: 'spine.003', Weight: 0.135337 + Group: 'shoulder.R', Weight: 0.698336 + Group: 'upper_arm.R', Weight: 0.080268 +Vertex 2434: +Vertex groups: 3 + Group: 'spine', Weight: 0.197296 + Group: 'spine.001', Weight: 0.696526 + Group: 'spine.002', Weight: 0.097628 +Vertex 2435: +Vertex groups: 3 + Group: 'spine', Weight: 0.000205 + Group: 'spine.001', Weight: 0.280578 + Group: 'spine.002', Weight: 0.658642 +Vertex 2436: +Vertex groups: 3 + Group: 'spine', Weight: 0.045116 + Group: 'spine.001', Weight: 0.493107 + Group: 'spine.002', Weight: 0.437376 +Vertex 2437: +Vertex groups: 3 + Group: 'spine', Weight: 0.205274 + Group: 'spine.001', Weight: 0.677118 + Group: 'spine.002', Weight: 0.107753 +Vertex 2438: +Vertex groups: 3 + Group: 'spine', Weight: 0.742426 + Group: 'spine.001', Weight: 0.191317 + Group: 'spine.002', Weight: 0.021889 +Vertex 2439: +Vertex groups: 4 + Group: 'spine', Weight: 0.725094 + Group: 'spine.001', Weight: 0.205249 + Group: 'spine.002', Weight: 0.024488 + Group: 'spine1', Weight: 0.001281 +Vertex 2440: +Vertex groups: 3 + Group: 'spine', Weight: 0.855752 + Group: 'spine.001', Weight: 0.058736 + Group: 'spine1', Weight: 0.074173 +Vertex 2441: +Vertex groups: 3 + Group: 'spine', Weight: 0.865989 + Group: 'spine.001', Weight: 0.045474 + Group: 'spine1', Weight: 0.076916 +Vertex 2442: +Vertex groups: 3 + Group: 'spine', Weight: 0.849944 + Group: 'spine.001', Weight: 0.080402 + Group: 'spine1', Weight: 0.054881 +Vertex 2443: +Vertex groups: 4 + Group: 'spine', Weight: 0.785703 + Group: 'spine.001', Weight: 0.158027 + Group: 'spine.002', Weight: 0.002774 + Group: 'spine1', Weight: 0.000782 +Vertex 2444: +Vertex groups: 3 + Group: 'spine', Weight: 0.835425 + Group: 'spine.001', Weight: 0.096579 + Group: 'spine1', Weight: 0.048107 +Vertex 2445: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.076488 + Group: 'spine.004', Weight: 0.397825 + Group: 'shoulder.L', Weight: 0.114124 + Group: 'shoulder.R', Weight: 0.304119 + Group: 'upper_arm.R', Weight: 0.031882 +Vertex 2446: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.167250 + Group: 'spine.003', Weight: 0.389939 + Group: 'shoulder.L', Weight: 0.051825 + Group: 'shoulder.R', Weight: 0.187876 + Group: 'upper_arm.R', Weight: 0.131945 +Vertex 2447: +Vertex groups: 4 + Group: 'spine', Weight: 0.084576 + Group: 'spine.001', Weight: 0.283049 + Group: 'spine.002', Weight: 0.554933 + Group: 'spine.003', Weight: 0.033987 +Vertex 2448: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.026025 + Group: 'spine.002', Weight: 0.335978 + Group: 'spine.003', Weight: 0.316052 + Group: 'shoulder.R', Weight: 0.124305 + Group: 'upper_arm.R', Weight: 0.137844 +Vertex 2449: +Vertex groups: 4 + Group: 'spine', Weight: 0.131371 + Group: 'spine.001', Weight: 0.468998 + Group: 'spine.002', Weight: 0.348646 + Group: 'spine.003', Weight: 0.000622 +Vertex 2450: +Vertex groups: 3 + Group: 'spine', Weight: 0.543293 + Group: 'spine.001', Weight: 0.342630 + Group: 'spine.002', Weight: 0.090052 +Vertex 2451: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697639 + Group: 'spine.003', Weight: 0.149427 + Group: 'spine.001', Weight: 0.109503 + Group: 'upper_arm.R', Weight: 0.023569 + Group: 'shoulder.R', Weight: 0.019862 +Vertex 2452: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.695967 + Group: 'spine.001', Weight: 0.153436 + Group: 'spine.003', Weight: 0.096064 + Group: 'spine', Weight: 0.028682 + Group: 'upper_arm.R', Weight: 0.025850 +Vertex 2453: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.247883 + Group: 'upper_arm.R', Weight: 0.731330 +Vertex 2454: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.088248 + Group: 'upper_arm.R', Weight: 0.886784 +Vertex 2455: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.001240 + Group: 'spine.003', Weight: 0.056436 + Group: 'shoulder.R', Weight: 0.226596 + Group: 'upper_arm.R', Weight: 0.683407 +Vertex 2456: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.071559 + Group: 'spine.003', Weight: 0.133414 + Group: 'shoulder.R', Weight: 0.106451 + Group: 'upper_arm.R', Weight: 0.678746 +Vertex 2457: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.203380 + Group: 'upper_arm.R', Weight: 0.785124 +Vertex 2458: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.198324 + Group: 'upper_arm.R', Weight: 0.786249 +Vertex 2459: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.083055 + Group: 'upper_arm.R', Weight: 0.909608 +Vertex 2460: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.062360 + Group: 'upper_arm.R', Weight: 0.931375 +Vertex 2461: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.354784 + Group: 'upper_arm.R', Weight: 0.629870 +Vertex 2462: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.320088 + Group: 'upper_arm.R', Weight: 0.657036 +Vertex 2463: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.821501 + Group: 'upper_arm.R', Weight: 0.141761 +Vertex 2464: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.043323 + Group: 'shoulder.R', Weight: 0.769708 + Group: 'upper_arm.R', Weight: 0.163473 +Vertex 2465: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002327 + Group: 'shoulder.R', Weight: 0.657663 + Group: 'upper_arm.R', Weight: 0.302159 +Vertex 2466: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.703229 + Group: 'upper_arm.R', Weight: 0.270689 +Vertex 2467: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.574385 + Group: 'upper_arm.R', Weight: 0.408087 +Vertex 2468: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.697940 + Group: 'upper_arm.R', Weight: 0.275639 +Vertex 2469: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.084732 + Group: 'spine.003', Weight: 0.140544 + Group: 'shoulder.R', Weight: 0.097091 + Group: 'upper_arm.R', Weight: 0.666563 +Vertex 2470: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089541 + Group: 'spine.003', Weight: 0.119107 + Group: 'shoulder.R', Weight: 0.075175 + Group: 'upper_arm.R', Weight: 0.703322 +Vertex 2471: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.104395 + Group: 'spine.003', Weight: 0.118452 + Group: 'shoulder.R', Weight: 0.127159 + Group: 'upper_arm.R', Weight: 0.631542 +Vertex 2472: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990396 +Vertex 2473: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.975115 +Vertex 2474: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994473 +Vertex 2475: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996532 +Vertex 2476: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.962561 +Vertex 2477: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.959735 +Vertex 2478: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.969588 +Vertex 2479: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.616981 + Group: 'forearm.R', Weight: 0.382546 +Vertex 2480: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.419321 + Group: 'forearm.R', Weight: 0.580191 +Vertex 2481: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.607139 + Group: 'forearm.R', Weight: 0.392696 +Vertex 2482: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.370612 + Group: 'forearm.R', Weight: 0.629003 +Vertex 2483: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.410784 + Group: 'forearm.R', Weight: 0.588791 +Vertex 2484: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.375452 + Group: 'forearm.R', Weight: 0.624186 +Vertex 2485: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.411395 + Group: 'forearm.R', Weight: 0.588341 +Vertex 2486: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.798988 + Group: 'forearm.R', Weight: 0.200548 +Vertex 2487: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.729866 + Group: 'forearm.R', Weight: 0.269630 +Vertex 2488: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.723438 + Group: 'forearm.R', Weight: 0.275953 +Vertex 2489: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.754757 + Group: 'forearm.R', Weight: 0.244771 +Vertex 2490: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.892572 + Group: 'forearm.R', Weight: 0.107330 +Vertex 2491: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.750078 + Group: 'forearm.R', Weight: 0.249366 +Vertex 2492: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.795176 + Group: 'forearm.R', Weight: 0.204559 +Vertex 2493: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.002341 + Group: 'shoulder.R', Weight: 0.013730 + Group: 'upper_arm.R', Weight: 0.914455 +Vertex 2494: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.016725 + Group: 'shoulder.R', Weight: 0.010143 + Group: 'upper_arm.R', Weight: 0.905799 +Vertex 2495: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.059647 + Group: 'spine.003', Weight: 0.070426 + Group: 'shoulder.R', Weight: 0.077084 + Group: 'upper_arm.R', Weight: 0.780944 +Vertex 2496: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.045218 + Group: 'spine.003', Weight: 0.061592 + Group: 'shoulder.R', Weight: 0.048710 + Group: 'upper_arm.R', Weight: 0.833100 +Vertex 2497: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002684 + Group: 'spine.003', Weight: 0.028027 + Group: 'shoulder.R', Weight: 0.013757 + Group: 'upper_arm.R', Weight: 0.897858 +Vertex 2498: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.971917 +Vertex 2499: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990490 +Vertex 2500: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.000746 + Group: 'shoulder.R', Weight: 0.008349 + Group: 'upper_arm.R', Weight: 0.927473 +Vertex 2501: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.985854 +Vertex 2502: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.090056 + Group: 'spine.003', Weight: 0.138834 + Group: 'shoulder.R', Weight: 0.085176 + Group: 'upper_arm.R', Weight: 0.674138 +Vertex 2503: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.041748 + Group: 'spine.003', Weight: 0.066328 + Group: 'shoulder.R', Weight: 0.046082 + Group: 'upper_arm.R', Weight: 0.832450 +Vertex 2504: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.025338 + Group: 'spine.003', Weight: 0.074588 + Group: 'spine.004', Weight: 0.004522 + Group: 'shoulder.R', Weight: 0.374068 + Group: 'upper_arm.R', Weight: 0.452108 +Vertex 2505: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.212681 + Group: 'upper_arm.R', Weight: 0.752022 +Vertex 2506: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.086627 + Group: 'upper_arm.R', Weight: 0.888727 +Vertex 2507: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.008669 + Group: 'spine.004', Weight: 0.009307 + Group: 'shoulder.R', Weight: 0.538900 + Group: 'upper_arm.R', Weight: 0.368091 +Vertex 2508: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002101 + Group: 'spine.003', Weight: 0.035467 + Group: 'shoulder.R', Weight: 0.257138 + Group: 'upper_arm.R', Weight: 0.643777 +Vertex 2509: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.185788 + Group: 'upper_arm.R', Weight: 0.790940 +Vertex 2510: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.046643 + Group: 'upper_arm.R', Weight: 0.944114 +Vertex 2511: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.384844 + Group: 'upper_arm.R', Weight: 0.571450 +Vertex 2512: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052395 + Group: 'shoulder.R', Weight: 0.644064 + Group: 'upper_arm.R', Weight: 0.270150 +Vertex 2513: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012347 + Group: 'shoulder.R', Weight: 0.556416 + Group: 'upper_arm.R', Weight: 0.377202 +Vertex 2514: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051982 + Group: 'shoulder.R', Weight: 0.641143 + Group: 'upper_arm.R', Weight: 0.250324 +Vertex 2515: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063396 + Group: 'spine.003', Weight: 0.093602 + Group: 'shoulder.R', Weight: 0.307197 + Group: 'upper_arm.R', Weight: 0.495032 +Vertex 2516: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.156088 + Group: 'spine.003', Weight: 0.169356 + Group: 'shoulder.R', Weight: 0.218965 + Group: 'upper_arm.R', Weight: 0.416452 +Vertex 2517: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.112940 + Group: 'spine.003', Weight: 0.125573 + Group: 'shoulder.R', Weight: 0.198562 + Group: 'upper_arm.R', Weight: 0.534114 +Vertex 2518: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.984694 +Vertex 2519: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.971411 +Vertex 2520: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.995216 +Vertex 2521: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.963039 +Vertex 2522: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.972525 +Vertex 2523: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.538736 + Group: 'forearm.R', Weight: 0.461162 +Vertex 2524: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.697765 + Group: 'forearm.R', Weight: 0.302133 +Vertex 2525: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.369998 + Group: 'forearm.R', Weight: 0.629703 +Vertex 2526: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.463943 + Group: 'forearm.R', Weight: 0.535815 +Vertex 2527: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.728478 + Group: 'forearm.R', Weight: 0.271410 +Vertex 2528: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.757121 + Group: 'forearm.R', Weight: 0.242559 +Vertex 2529: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.810817 + Group: 'forearm.R', Weight: 0.188961 +Vertex 2530: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.715341 + Group: 'forearm.R', Weight: 0.284206 +Vertex 2531: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.902127 + Group: 'forearm.R', Weight: 0.097730 +Vertex 2532: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.008088 + Group: 'shoulder.R', Weight: 0.051082 + Group: 'upper_arm.R', Weight: 0.886800 +Vertex 2533: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.068758 + Group: 'spine.003', Weight: 0.078252 + Group: 'shoulder.R', Weight: 0.118841 + Group: 'upper_arm.R', Weight: 0.716708 +Vertex 2534: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.016554 + Group: 'spine.003', Weight: 0.031645 + Group: 'shoulder.R', Weight: 0.089507 + Group: 'upper_arm.R', Weight: 0.823601 +Vertex 2535: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.973471 +Vertex 2536: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.069644 + Group: 'upper_arm.R', Weight: 0.882113 +Vertex 2537: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990221 +Vertex 2538: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099942 + Group: 'spine.003', Weight: 0.123276 + Group: 'shoulder.R', Weight: 0.269760 + Group: 'upper_arm.R', Weight: 0.467892 +Vertex 2539: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.073578 + Group: 'spine.003', Weight: 0.089013 + Group: 'shoulder.R', Weight: 0.180178 + Group: 'upper_arm.R', Weight: 0.631233 +Vertex 2540: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.505114 + Group: 'upper_arm.R', Weight: 0.254650 + Group: 'spine.003', Weight: 0.146396 + Group: 'spine.002', Weight: 0.060672 + Group: 'shoulder.L', Weight: 0.033168 +Vertex 2541: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.245411 + Group: 'spine.003', Weight: 0.253314 + Group: 'shoulder.R', Weight: 0.168810 + Group: 'upper_arm.R', Weight: 0.279049 +Vertex 2542: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037458 + Group: 'spine.002', Weight: 0.419696 + Group: 'spine.003', Weight: 0.254370 + Group: 'shoulder.R', Weight: 0.095168 + Group: 'upper_arm.R', Weight: 0.155946 +Vertex 2543: +Vertex groups: 5 + Group: 'spine', Weight: 0.037258 + Group: 'spine.001', Weight: 0.177190 + Group: 'spine.002', Weight: 0.649288 + Group: 'spine.003', Weight: 0.064182 + Group: 'upper_arm.R', Weight: 0.019965 +Vertex 2544: +Vertex groups: 3 + Group: 'spine', Weight: 0.222576 + Group: 'spine.001', Weight: 0.548026 + Group: 'spine.002', Weight: 0.200599 +Vertex 2545: +Vertex groups: 3 + Group: 'spine', Weight: 0.706285 + Group: 'spine.001', Weight: 0.235627 + Group: 'spine.002', Weight: 0.022448 +Vertex 2546: +Vertex groups: 3 + Group: 'spine', Weight: 0.639857 + Group: 'spine.001', Weight: 0.290324 + Group: 'spine.002', Weight: 0.050101 +Vertex 2547: +Vertex groups: 2 + Group: 'spine', Weight: 0.761774 + Group: 'spine.001', Weight: 0.188233 +Vertex 2548: +Vertex groups: 2 + Group: 'spine', Weight: 0.729144 + Group: 'spine.001', Weight: 0.232868 +Vertex 2549: +Vertex groups: 2 + Group: 'spine', Weight: 0.762008 + Group: 'spine.001', Weight: 0.195082 +Vertex 2550: +Vertex groups: 3 + Group: 'spine', Weight: 0.563564 + Group: 'spine.001', Weight: 0.334574 + Group: 'spine.002', Weight: 0.078082 +Vertex 2551: +Vertex groups: 3 + Group: 'spine', Weight: 0.591492 + Group: 'spine.001', Weight: 0.313350 + Group: 'spine.002', Weight: 0.072864 +Vertex 2552: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086473 + Group: 'shoulder.R', Weight: 0.786143 + Group: 'upper_arm.R', Weight: 0.095030 +Vertex 2553: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.041707 + Group: 'shoulder.R', Weight: 0.875085 + Group: 'upper_arm.R', Weight: 0.056690 +Vertex 2554: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.449330 + Group: 'spine.003', Weight: 0.247195 + Group: 'upper_arm.R', Weight: 0.139267 + Group: 'shoulder.L', Weight: 0.084065 + Group: 'spine.002', Weight: 0.080143 +Vertex 2555: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.085529 + Group: 'spine.002', Weight: 0.673590 + Group: 'spine.003', Weight: 0.097798 + Group: 'shoulder.R', Weight: 0.023191 + Group: 'upper_arm.R', Weight: 0.078905 +Vertex 2556: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.094811 + Group: 'spine.002', Weight: 0.724452 + Group: 'spine.003', Weight: 0.073570 + Group: 'upper_arm.R', Weight: 0.059219 +Vertex 2557: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.087944 + Group: 'spine.002', Weight: 0.764092 + Group: 'spine.003', Weight: 0.074578 + Group: 'upper_arm.R', Weight: 0.021017 +Vertex 2558: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.078764 + Group: 'spine.002', Weight: 0.799966 + Group: 'spine.003', Weight: 0.070267 +Vertex 2559: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.081953 + Group: 'spine.002', Weight: 0.788660 + Group: 'spine.003', Weight: 0.070992 +Vertex 2560: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.448792 + Group: 'spine.003', Weight: 0.335928 + Group: 'shoulder.R', Weight: 0.086686 + Group: 'upper_arm.R', Weight: 0.080699 + Group: 'spine.001', Weight: 0.047895 +Vertex 2561: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.070447 + Group: 'spine.002', Weight: 0.557713 + Group: 'spine.003', Weight: 0.188047 + Group: 'shoulder.R', Weight: 0.061851 + Group: 'upper_arm.R', Weight: 0.076809 +Vertex 2562: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.080172 + Group: 'spine.002', Weight: 0.611435 + Group: 'spine.003', Weight: 0.140500 + Group: 'shoulder.R', Weight: 0.050254 + Group: 'upper_arm.R', Weight: 0.082673 +Vertex 2563: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.508881 + Group: 'spine.004', Weight: 0.322154 + Group: 'upper_arm.R', Weight: 0.064601 + Group: 'shoulder.L', Weight: 0.064531 + Group: 'spine.003', Weight: 0.039834 +Vertex 2564: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.605657 + Group: 'spine.004', Weight: 0.282927 + Group: 'upper_arm.R', Weight: 0.079699 + Group: 'shoulder.L', Weight: 0.021376 + Group: 'spine.005', Weight: 0.010342 +Vertex 2565: +Vertex groups: 3 + Group: 'spine', Weight: 0.818105 + Group: 'spine.001', Weight: 0.136609 + Group: 'spine1', Weight: 0.009114 +Vertex 2566: +Vertex groups: 3 + Group: 'spine', Weight: 0.826209 + Group: 'spine.001', Weight: 0.118691 + Group: 'spine1', Weight: 0.022843 +Vertex 2567: +Vertex groups: 3 + Group: 'spine', Weight: 0.783926 + Group: 'spine.001', Weight: 0.159821 + Group: 'spine1', Weight: 0.006554 +Vertex 2568: +Vertex groups: 3 + Group: 'spine', Weight: 0.733121 + Group: 'spine.001', Weight: 0.208260 + Group: 'spine.002', Weight: 0.018981 +Vertex 2569: +Vertex groups: 3 + Group: 'spine', Weight: 0.692627 + Group: 'spine.001', Weight: 0.235259 + Group: 'spine.002', Weight: 0.042500 +Vertex 2570: +Vertex groups: 3 + Group: 'spine', Weight: 0.841355 + Group: 'spine.001', Weight: 0.112356 + Group: 'spine1', Weight: 0.017119 +Vertex 2571: +Vertex groups: 3 + Group: 'spine', Weight: 0.648221 + Group: 'spine.001', Weight: 0.275826 + Group: 'spine.002', Weight: 0.046063 +Vertex 2572: +Vertex groups: 3 + Group: 'spine', Weight: 0.834613 + Group: 'spine.001', Weight: 0.073451 + Group: 'spine1', Weight: 0.071816 +Vertex 2573: +Vertex groups: 3 + Group: 'spine', Weight: 0.827009 + Group: 'spine.001', Weight: 0.096089 + Group: 'spine1', Weight: 0.051956 +Vertex 2574: +Vertex groups: 2 + Group: 'spine', Weight: 0.637811 + Group: 'spine1', Weight: 0.331536 +Vertex 2575: +Vertex groups: 2 + Group: 'spine', Weight: 0.651356 + Group: 'spine1', Weight: 0.320029 +Vertex 2576: +Vertex groups: 2 + Group: 'spine', Weight: 0.659752 + Group: 'spine1', Weight: 0.307311 +Vertex 2577: +Vertex groups: 3 + Group: 'spine', Weight: 0.791770 + Group: 'spine.001', Weight: 0.023872 + Group: 'spine1', Weight: 0.153510 +Vertex 2578: +Vertex groups: 2 + Group: 'spine', Weight: 0.698372 + Group: 'spine1', Weight: 0.264852 +Vertex 2579: +Vertex groups: 3 + Group: 'spine', Weight: 0.751218 + Group: 'spine.001', Weight: 0.176140 + Group: 'spine.002', Weight: 0.031987 +Vertex 2580: +Vertex groups: 3 + Group: 'spine', Weight: 0.714206 + Group: 'spine.001', Weight: 0.208219 + Group: 'spine.002', Weight: 0.047772 +Vertex 2581: +Vertex groups: 2 + Group: 'spine.004', Weight: 0.080729 + Group: 'shoulder.R', Weight: 0.862344 +Vertex 2582: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004299 + Group: 'spine.004', Weight: 0.072657 + Group: 'shoulder.R', Weight: 0.849531 +Vertex 2583: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.113807 + Group: 'shoulder.R', Weight: 0.813472 + Group: 'upper_arm.R', Weight: 0.020196 +Vertex 2584: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.145395 + Group: 'spine.005', Weight: 0.002736 + Group: 'shoulder.R', Weight: 0.739762 + Group: 'upper_arm.R', Weight: 0.065155 +Vertex 2585: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.209294 + Group: 'spine.005', Weight: 0.014019 + Group: 'shoulder.R', Weight: 0.634272 + Group: 'upper_arm.R', Weight: 0.075906 +Vertex 2586: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052095 + Group: 'spine.005', Weight: 0.567285 + Group: 'Head', Weight: 0.375972 +Vertex 2587: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.068323 + Group: 'spine.005', Weight: 0.664961 + Group: 'Head', Weight: 0.256808 +Vertex 2588: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066907 + Group: 'spine.005', Weight: 0.567929 + Group: 'Head', Weight: 0.351486 +Vertex 2589: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.060930 + Group: 'spine.005', Weight: 0.597686 + Group: 'Head', Weight: 0.335662 +Vertex 2590: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.022392 + Group: 'spine.005', Weight: 0.588036 + Group: 'Head', Weight: 0.372398 +Vertex 2591: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.522346 + Group: 'Head', Weight: 0.453027 +Vertex 2592: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489957 + Group: 'Head', Weight: 0.490691 +Vertex 2593: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.422736 + Group: 'Head', Weight: 0.564101 +Vertex 2594: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352635 + Group: 'Head', Weight: 0.636953 +Vertex 2595: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.334243 + Group: 'Head', Weight: 0.655445 +Vertex 2596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.263741 + Group: 'Head', Weight: 0.727873 +Vertex 2597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258323 + Group: 'Head', Weight: 0.733868 +Vertex 2598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.248660 + Group: 'Head', Weight: 0.744209 +Vertex 2599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.240736 + Group: 'Head', Weight: 0.752725 +Vertex 2600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114548 + Group: 'Head', Weight: 0.881480 +Vertex 2601: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177975 + Group: 'Head', Weight: 0.816625 +Vertex 2602: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177656 + Group: 'Head', Weight: 0.816856 +Vertex 2603: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.188982 + Group: 'Head', Weight: 0.804904 +Vertex 2604: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.261078 + Group: 'Head', Weight: 0.729637 +Vertex 2605: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.187969 + Group: 'Head', Weight: 0.804763 +Vertex 2606: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192679 + Group: 'Head', Weight: 0.800540 +Vertex 2607: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125705 + Group: 'Head', Weight: 0.870012 +Vertex 2608: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139190 + Group: 'Head', Weight: 0.856236 +Vertex 2609: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143020 + Group: 'Head', Weight: 0.852255 +Vertex 2610: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152477 + Group: 'Head', Weight: 0.842414 +Vertex 2611: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128576 + Group: 'Head', Weight: 0.866960 +Vertex 2612: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139273 + Group: 'Head', Weight: 0.855977 +Vertex 2613: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169114 + Group: 'Head', Weight: 0.825198 +Vertex 2614: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178287 + Group: 'Head', Weight: 0.815474 +Vertex 2615: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178495 + Group: 'Head', Weight: 0.814618 +Vertex 2616: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144577 + Group: 'Head', Weight: 0.848145 +Vertex 2617: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118691 + Group: 'Head', Weight: 0.874308 +Vertex 2618: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093872 + Group: 'Head', Weight: 0.900726 +Vertex 2619: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089658 + Group: 'Head', Weight: 0.905545 +Vertex 2620: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084540 + Group: 'Head', Weight: 0.911770 +Vertex 2621: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093792 + Group: 'Head', Weight: 0.902555 +Vertex 2622: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113392 + Group: 'Head', Weight: 0.882508 +Vertex 2623: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065502 + Group: 'Head', Weight: 0.931820 +Vertex 2624: +Vertex groups: 1 + Group: 'Head', Weight: 0.984502 +Vertex 2625: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.000026 + Group: 'Head', Weight: 0.973705 +Vertex 2626: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075654 + Group: 'Head', Weight: 0.921382 +Vertex 2627: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074753 + Group: 'Head', Weight: 0.922249 +Vertex 2628: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078572 + Group: 'Head', Weight: 0.918189 +Vertex 2629: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074465 + Group: 'Head', Weight: 0.922132 +Vertex 2630: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065478 + Group: 'Head', Weight: 0.931764 +Vertex 2631: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.063358 + Group: 'Head', Weight: 0.933778 +Vertex 2632: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061853 + Group: 'Head', Weight: 0.934993 +Vertex 2633: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179798 + Group: 'Head', Weight: 0.794379 +Vertex 2634: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.036850 + Group: 'spine.005', Weight: 0.585687 + Group: 'Head', Weight: 0.366939 +Vertex 2635: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066516 + Group: 'spine.005', Weight: 0.639345 + Group: 'Head', Weight: 0.286814 +Vertex 2636: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.045976 + Group: 'spine.005', Weight: 0.601046 + Group: 'Head', Weight: 0.346309 +Vertex 2637: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.040291 + Group: 'spine.005', Weight: 0.612684 + Group: 'Head', Weight: 0.337279 +Vertex 2638: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008456 + Group: 'spine.005', Weight: 0.570445 + Group: 'Head', Weight: 0.397529 +Vertex 2639: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011011 + Group: 'spine.005', Weight: 0.570932 + Group: 'Head', Weight: 0.395570 +Vertex 2640: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510477 + Group: 'Head', Weight: 0.463442 +Vertex 2641: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.394134 + Group: 'Head', Weight: 0.593185 +Vertex 2642: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.385943 + Group: 'Head', Weight: 0.602592 +Vertex 2643: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.490931 + Group: 'Head', Weight: 0.488143 +Vertex 2644: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.446949 + Group: 'Head', Weight: 0.537017 +Vertex 2645: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.488354 + Group: 'Head', Weight: 0.489538 +Vertex 2646: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.501522 + Group: 'Head', Weight: 0.477396 +Vertex 2647: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.528758 + Group: 'Head', Weight: 0.445052 +Vertex 2648: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.499719 + Group: 'Head', Weight: 0.478134 +Vertex 2649: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510848 + Group: 'Head', Weight: 0.464750 +Vertex 2650: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002961 + Group: 'spine.005', Weight: 0.542612 + Group: 'Head', Weight: 0.428161 +Vertex 2651: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011936 + Group: 'spine.005', Weight: 0.564865 + Group: 'Head', Weight: 0.400961 +Vertex 2652: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.484535 + Group: 'Head', Weight: 0.488702 +Vertex 2653: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.429591 + Group: 'Head', Weight: 0.552179 +Vertex 2654: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459048 + Group: 'Head', Weight: 0.521584 +Vertex 2655: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425182 + Group: 'Head', Weight: 0.560343 +Vertex 2656: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.405743 + Group: 'Head', Weight: 0.581998 +Vertex 2657: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026506 + Group: 'spine.005', Weight: 0.587806 + Group: 'Head', Weight: 0.370237 +Vertex 2658: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020310 + Group: 'spine.005', Weight: 0.577913 + Group: 'Head', Weight: 0.383203 +Vertex 2659: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302600 + Group: 'Head', Weight: 0.687761 +Vertex 2660: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310862 + Group: 'Head', Weight: 0.678144 +Vertex 2661: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156924 + Group: 'Head', Weight: 0.836113 +Vertex 2662: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.182748 + Group: 'Head', Weight: 0.809282 +Vertex 2663: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258350 + Group: 'Head', Weight: 0.730403 +Vertex 2664: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169058 + Group: 'Head', Weight: 0.822287 +Vertex 2665: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.292446 + Group: 'Head', Weight: 0.693179 +Vertex 2666: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153634 + Group: 'Head', Weight: 0.836910 +Vertex 2667: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249768 + Group: 'Head', Weight: 0.735917 +Vertex 2668: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138435 + Group: 'Head', Weight: 0.850924 +Vertex 2669: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216880 + Group: 'Head', Weight: 0.766904 +Vertex 2670: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.322560 + Group: 'Head', Weight: 0.663794 +Vertex 2671: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.415826 + Group: 'Head', Weight: 0.563357 +Vertex 2672: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352825 + Group: 'Head', Weight: 0.630415 +Vertex 2673: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013443 + Group: 'Head', Weight: 0.966633 +Vertex 2674: +Vertex groups: 1 + Group: 'Head', Weight: 0.974792 +Vertex 2675: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.005276 + Group: 'Head', Weight: 0.970343 +Vertex 2676: +Vertex groups: 1 + Group: 'Head', Weight: 0.990618 +Vertex 2677: +Vertex groups: 1 + Group: 'Head', Weight: 0.995798 +Vertex 2678: +Vertex groups: 1 + Group: 'Head', Weight: 0.988467 +Vertex 2679: +Vertex groups: 1 + Group: 'Head', Weight: 0.985852 +Vertex 2680: +Vertex groups: 1 + Group: 'Head', Weight: 0.982322 +Vertex 2681: +Vertex groups: 1 + Group: 'Head', Weight: 0.990157 +Vertex 2682: +Vertex groups: 1 + Group: 'Head', Weight: 0.985077 +Vertex 2683: +Vertex groups: 1 + Group: 'Head', Weight: 0.984377 +Vertex 2684: +Vertex groups: 1 + Group: 'Head', Weight: 0.979113 +Vertex 2685: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.465327 + Group: 'Head', Weight: 0.508463 +Vertex 2686: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146344 + Group: 'Head', Weight: 0.848600 +Vertex 2687: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131076 + Group: 'Head', Weight: 0.864280 +Vertex 2688: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138732 + Group: 'Head', Weight: 0.856427 +Vertex 2689: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156808 + Group: 'Head', Weight: 0.837788 +Vertex 2690: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169431 + Group: 'Head', Weight: 0.824595 +Vertex 2691: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.171778 + Group: 'Head', Weight: 0.821667 +Vertex 2692: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.140771 + Group: 'Head', Weight: 0.852644 +Vertex 2693: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125453 + Group: 'Head', Weight: 0.868200 +Vertex 2694: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104888 + Group: 'Head', Weight: 0.889648 +Vertex 2695: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099618 + Group: 'Head', Weight: 0.895381 +Vertex 2696: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.092393 + Group: 'Head', Weight: 0.903597 +Vertex 2697: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104170 + Group: 'Head', Weight: 0.891764 +Vertex 2698: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117873 + Group: 'Head', Weight: 0.877786 +Vertex 2699: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156890 + Group: 'Head', Weight: 0.836367 +Vertex 2700: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099856 + Group: 'Head', Weight: 0.893917 +Vertex 2701: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115450 + Group: 'Head', Weight: 0.878446 +Vertex 2702: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086247 + Group: 'Head', Weight: 0.909478 +Vertex 2703: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093477 + Group: 'Head', Weight: 0.902081 +Vertex 2704: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105023 + Group: 'Head', Weight: 0.886720 +Vertex 2705: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074025 + Group: 'Head', Weight: 0.922098 +Vertex 2706: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073661 + Group: 'Head', Weight: 0.921772 +Vertex 2707: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074402 + Group: 'Head', Weight: 0.919956 +Vertex 2708: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.083241 + Group: 'Head', Weight: 0.909894 +Vertex 2709: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061895 + Group: 'Head', Weight: 0.934450 +Vertex 2710: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050266 + Group: 'Head', Weight: 0.945730 +Vertex 2711: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.054347 + Group: 'Head', Weight: 0.940419 +Vertex 2712: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075791 + Group: 'Head', Weight: 0.916288 +Vertex 2713: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.011454 + Group: 'Head', Weight: 0.966730 +Vertex 2714: +Vertex groups: 1 + Group: 'Head', Weight: 0.976859 +Vertex 2715: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021011 + Group: 'Head', Weight: 0.961245 +Vertex 2716: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.017023 + Group: 'Head', Weight: 0.962716 +Vertex 2717: +Vertex groups: 1 + Group: 'Head', Weight: 0.978403 +Vertex 2718: +Vertex groups: 1 + Group: 'Head', Weight: 0.971827 +Vertex 2719: +Vertex groups: 1 + Group: 'Head', Weight: 0.992903 +Vertex 2720: +Vertex groups: 1 + Group: 'Head', Weight: 0.982614 +Vertex 2721: +Vertex groups: 1 + Group: 'Head', Weight: 0.987908 +Vertex 2722: +Vertex groups: 1 + Group: 'Head', Weight: 0.975700 +Vertex 2723: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026052 + Group: 'spine.005', Weight: 0.610206 + Group: 'Head', Weight: 0.346694 +Vertex 2724: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.387845 + Group: 'Head', Weight: 0.591780 +Vertex 2725: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.362228 + Group: 'Head', Weight: 0.610870 +Vertex 2726: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.031343 + Group: 'spine.005', Weight: 0.562393 + Group: 'Head', Weight: 0.389795 +Vertex 2727: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.065086 + Group: 'spine.005', Weight: 0.614989 + Group: 'Head', Weight: 0.307872 +Vertex 2728: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.096740 + Group: 'Head', Weight: 0.893420 +Vertex 2729: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128451 + Group: 'Head', Weight: 0.859199 +Vertex 2730: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.200078 + Group: 'Head', Weight: 0.781609 +Vertex 2731: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.545890 + Group: 'Head', Weight: 0.427761 +Vertex 2732: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177425 + Group: 'Head', Weight: 0.801743 +Vertex 2733: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311372 + Group: 'Head', Weight: 0.659662 +Vertex 2734: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.010858 + Group: 'Head', Weight: 0.964934 +Vertex 2735: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013539 + Group: 'Head', Weight: 0.961929 +Vertex 2736: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.019678 + Group: 'Head', Weight: 0.956807 +Vertex 2737: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050346 + Group: 'Head', Weight: 0.942629 +Vertex 2738: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.057381 + Group: 'Head', Weight: 0.932257 +Vertex 2739: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064054 + Group: 'Head', Weight: 0.922756 +Vertex 2740: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073974 + Group: 'Head', Weight: 0.916368 +Vertex 2741: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087343 + Group: 'Head', Weight: 0.898774 +Vertex 2742: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098427 + Group: 'Head', Weight: 0.889267 +Vertex 2743: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126510 + Group: 'Head', Weight: 0.858299 +Vertex 2744: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105018 + Group: 'Head', Weight: 0.879239 +Vertex 2745: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124000 + Group: 'Head', Weight: 0.857769 +Vertex 2746: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108583 + Group: 'Head', Weight: 0.863028 +Vertex 2747: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010577 + Group: 'spine.005', Weight: 0.135060 + Group: 'Head', Weight: 0.828214 +Vertex 2748: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.008297 + Group: 'Head', Weight: 0.960434 +Vertex 2749: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.002603 + Group: 'Head', Weight: 0.965845 +Vertex 2750: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.043092 + Group: 'Head', Weight: 0.937568 +Vertex 2751: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.031361 + Group: 'Head', Weight: 0.947827 +Vertex 2752: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.057894 + Group: 'spine.005', Weight: 0.446854 + Group: 'Head', Weight: 0.482832 +Vertex 2753: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.062301 + Group: 'spine.005', Weight: 0.283651 + Group: 'Head', Weight: 0.640439 +Vertex 2754: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051734 + Group: 'spine.005', Weight: 0.207519 + Group: 'Head', Weight: 0.729624 +Vertex 2755: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002130 + Group: 'spine.005', Weight: 0.097674 + Group: 'Head', Weight: 0.870765 +Vertex 2756: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078001 + Group: 'Head', Weight: 0.898961 +Vertex 2757: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074752 + Group: 'Head', Weight: 0.907707 +Vertex 2758: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035074 + Group: 'spine.005', Weight: 0.229757 + Group: 'Head', Weight: 0.718558 +Vertex 2759: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030970 + Group: 'spine.005', Weight: 0.294780 + Group: 'Head', Weight: 0.656145 +Vertex 2760: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026908 + Group: 'spine.005', Weight: 0.177489 + Group: 'Head', Weight: 0.775827 +Vertex 2761: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082699 + Group: 'Head', Weight: 0.901777 +Vertex 2762: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090233 + Group: 'Head', Weight: 0.890527 +Vertex 2763: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.003383 + Group: 'Head', Weight: 0.962247 +Vertex 2764: +Vertex groups: 1 + Group: 'Head', Weight: 0.964419 +Vertex 2765: +Vertex groups: 1 + Group: 'Head', Weight: 0.969561 +Vertex 2766: +Vertex groups: 1 + Group: 'Head', Weight: 0.974104 +Vertex 2767: +Vertex groups: 1 + Group: 'Head', Weight: 0.972450 +Vertex 2768: +Vertex groups: 1 + Group: 'Head', Weight: 0.975014 +Vertex 2769: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 2770: +Vertex groups: 1 + Group: 'Head', Weight: 0.982798 +Vertex 2771: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.045370 + Group: 'Head', Weight: 0.933335 +Vertex 2772: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064553 + Group: 'Head', Weight: 0.909213 +Vertex 2773: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021591 + Group: 'Head', Weight: 0.950010 +Vertex 2774: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.018074 + Group: 'Head', Weight: 0.951141 +Vertex 2775: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.012025 + Group: 'Head', Weight: 0.954427 +Vertex 2776: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.038347 + Group: 'Head', Weight: 0.935738 +Vertex 2777: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.033368 + Group: 'Head', Weight: 0.937885 +Vertex 2778: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060316 + Group: 'Head', Weight: 0.911243 +Vertex 2779: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000546 + Group: 'spine.005', Weight: 0.059063 + Group: 'Head', Weight: 0.910457 +Vertex 2780: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010936 + Group: 'spine.005', Weight: 0.087139 + Group: 'Head', Weight: 0.876030 +Vertex 2781: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.019559 + Group: 'spine.005', Weight: 0.085076 + Group: 'Head', Weight: 0.872939 +Vertex 2782: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.067228 + Group: 'spine.005', Weight: 0.187038 + Group: 'Head', Weight: 0.731515 +Vertex 2783: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.081745 + Group: 'spine.005', Weight: 0.181042 + Group: 'Head', Weight: 0.720235 +Vertex 2784: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099341 + Group: 'spine.005', Weight: 0.268419 + Group: 'Head', Weight: 0.611005 +Vertex 2785: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.124924 + Group: 'spine.005', Weight: 0.258763 + Group: 'Head', Weight: 0.590319 +Vertex 2786: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.027233 + Group: 'spine.005', Weight: 0.084614 + Group: 'Head', Weight: 0.868832 +Vertex 2787: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093609 + Group: 'spine.005', Weight: 0.175734 + Group: 'Head', Weight: 0.711589 +Vertex 2788: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.142770 + Group: 'spine.005', Weight: 0.245967 + Group: 'Head', Weight: 0.582388 +Vertex 2789: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.087461 + Group: 'spine.005', Weight: 0.599441 + Group: 'Head', Weight: 0.294760 +Vertex 2790: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.555120 + Group: 'spine.005', Weight: 0.060452 + Group: 'shoulder.R', Weight: 0.329378 +Vertex 2791: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.108521 + Group: 'spine.005', Weight: 0.598523 + Group: 'Head', Weight: 0.284145 +Vertex 2792: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.101551 + Group: 'spine.005', Weight: 0.659784 + Group: 'Head', Weight: 0.228932 +Vertex 2793: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093310 + Group: 'spine.005', Weight: 0.697718 + Group: 'Head', Weight: 0.197329 +Vertex 2794: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.566766 + Group: 'spine.005', Weight: 0.086386 + Group: 'shoulder.R', Weight: 0.306322 +Vertex 2795: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.117270 + Group: 'spine.005', Weight: 0.664714 + Group: 'Head', Weight: 0.195555 +Vertex 2796: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.543655 + Group: 'spine.005', Weight: 0.102767 + Group: 'shoulder.R', Weight: 0.306226 +Vertex 2797: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.120931 + Group: 'spine.005', Weight: 0.628580 + Group: 'Head', Weight: 0.224454 +Vertex 2798: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.519295 + Group: 'spine.005', Weight: 0.110388 + Group: 'Head', Weight: 0.018355 + Group: 'shoulder.R', Weight: 0.295590 +Vertex 2799: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.161085 + Group: 'spine.005', Weight: 0.521009 + Group: 'Head', Weight: 0.281155 + Group: 'shoulder.R', Weight: 0.005506 +Vertex 2800: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.537114 + Group: 'spine.005', Weight: 0.101659 + Group: 'Head', Weight: 0.027663 + Group: 'shoulder.R', Weight: 0.263813 +Vertex 2801: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.202946 + Group: 'spine.005', Weight: 0.460022 + Group: 'Head', Weight: 0.293144 + Group: 'shoulder.R', Weight: 0.011467 +Vertex 2802: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.586151 + Group: 'spine.005', Weight: 0.097345 + Group: 'Head', Weight: 0.041167 + Group: 'shoulder.L', Weight: 0.027749 + Group: 'shoulder.R', Weight: 0.190810 +Vertex 2803: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.232028 + Group: 'spine.005', Weight: 0.409045 + Group: 'Head', Weight: 0.310800 + Group: 'shoulder.R', Weight: 0.010374 +Vertex 2804: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.611670 + Group: 'spine.005', Weight: 0.093929 + Group: 'Head', Weight: 0.047873 + Group: 'shoulder.L', Weight: 0.062191 + Group: 'shoulder.R', Weight: 0.139834 +Vertex 2805: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.238689 + Group: 'spine.005', Weight: 0.367794 + Group: 'Head', Weight: 0.345807 + Group: 'shoulder.R', Weight: 0.000082 +Vertex 2806: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.354911 + Group: 'spine.005', Weight: 0.574934 + Group: 'Head', Weight: 0.049723 +Vertex 2807: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.242191 + Group: 'spine.005', Weight: 0.663574 + Group: 'Head', Weight: 0.062973 + Group: 'shoulder.R', Weight: 0.002854 +Vertex 2808: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088516 + Group: 'spine.005', Weight: 0.619611 + Group: 'Head', Weight: 0.275012 +Vertex 2809: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.229807 + Group: 'spine.005', Weight: 0.630970 + Group: 'Head', Weight: 0.094076 + Group: 'shoulder.R', Weight: 0.028926 +Vertex 2810: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.215392 + Group: 'spine.005', Weight: 0.618870 + Group: 'Head', Weight: 0.118128 + Group: 'shoulder.R', Weight: 0.031857 +Vertex 2811: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295443 + Group: 'spine.005', Weight: 0.491121 + Group: 'Head', Weight: 0.140225 + Group: 'shoulder.R', Weight: 0.058966 +Vertex 2812: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.414664 + Group: 'spine.005', Weight: 0.351695 + Group: 'Head', Weight: 0.144773 + Group: 'shoulder.R', Weight: 0.066500 +Vertex 2813: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.443028 + Group: 'spine.005', Weight: 0.305248 + Group: 'Head', Weight: 0.160131 + Group: 'shoulder.R', Weight: 0.060492 +Vertex 2814: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.437991 + Group: 'spine.005', Weight: 0.292473 + Group: 'Head', Weight: 0.184884 + Group: 'shoulder.L', Weight: 0.003794 + Group: 'shoulder.R', Weight: 0.040116 +Vertex 2815: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.024385 + Group: 'spine.004', Weight: 0.597908 + Group: 'spine.005', Weight: 0.026243 + Group: 'shoulder.L', Weight: 0.058580 + Group: 'shoulder.R', Weight: 0.258814 +Vertex 2816: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086745 + Group: 'Head', Weight: 0.909882 +Vertex 2817: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097583 + Group: 'Head', Weight: 0.898865 +Vertex 2818: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098882 + Group: 'Head', Weight: 0.897487 +Vertex 2819: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.476310 + Group: 'Head', Weight: 0.505893 +Vertex 2820: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459871 + Group: 'Head', Weight: 0.524016 +Vertex 2821: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.438711 + Group: 'Head', Weight: 0.547050 +Vertex 2822: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.480740 + Group: 'Head', Weight: 0.499818 +Vertex 2823: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.470653 + Group: 'Head', Weight: 0.511041 +Vertex 2824: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.458463 + Group: 'Head', Weight: 0.524382 +Vertex 2825: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.481728 + Group: 'Head', Weight: 0.497947 +Vertex 2826: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.126579 + Group: 'spine.004', Weight: 0.175172 + Group: 'shoulder.L', Weight: 0.105889 + Group: 'shoulder.R', Weight: 0.461432 + Group: 'upper_arm.R', Weight: 0.068807 +Vertex 2827: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260691 + Group: 'Head', Weight: 0.732407 +Vertex 2828: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285801 + Group: 'Head', Weight: 0.706682 +Vertex 2829: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.295622 + Group: 'Head', Weight: 0.696403 +Vertex 2830: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.300715 + Group: 'Head', Weight: 0.691013 +Vertex 2831: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306705 + Group: 'Head', Weight: 0.684721 +Vertex 2832: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325721 + Group: 'Head', Weight: 0.664929 +Vertex 2833: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.349080 + Group: 'Head', Weight: 0.640697 +Vertex 2834: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.384061 + Group: 'Head', Weight: 0.604603 +Vertex 2835: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.406154 + Group: 'Head', Weight: 0.581656 +Vertex 2836: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311748 + Group: 'Head', Weight: 0.679425 +Vertex 2837: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293276 + Group: 'Head', Weight: 0.698475 +Vertex 2838: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306633 + Group: 'Head', Weight: 0.683685 +Vertex 2839: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302269 + Group: 'Head', Weight: 0.689284 +Vertex 2840: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.317559 + Group: 'Head', Weight: 0.673128 +Vertex 2841: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310714 + Group: 'Head', Weight: 0.680152 +Vertex 2842: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.324092 + Group: 'Head', Weight: 0.666187 +Vertex 2843: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315360 + Group: 'Head', Weight: 0.675040 +Vertex 2844: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330140 + Group: 'Head', Weight: 0.659899 +Vertex 2845: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.320943 + Group: 'Head', Weight: 0.669172 +Vertex 2846: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298434 + Group: 'Head', Weight: 0.693392 +Vertex 2847: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293956 + Group: 'Head', Weight: 0.698097 +Vertex 2848: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.282764 + Group: 'Head', Weight: 0.709540 +Vertex 2849: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259568 + Group: 'Head', Weight: 0.733216 +Vertex 2850: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298449 + Group: 'Head', Weight: 0.693213 +Vertex 2851: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.296050 + Group: 'Head', Weight: 0.695081 +Vertex 2852: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.288900 + Group: 'Head', Weight: 0.702194 +Vertex 2853: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298305 + Group: 'Head', Weight: 0.692316 +Vertex 2854: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.340373 + Group: 'Head', Weight: 0.649718 +Vertex 2855: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.338404 + Group: 'Head', Weight: 0.651426 +Vertex 2856: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341554 + Group: 'Head', Weight: 0.648320 +Vertex 2857: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341748 + Group: 'Head', Weight: 0.648241 +Vertex 2858: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.054470 + Group: 'spine.005', Weight: 0.570817 + Group: 'Head', Weight: 0.369811 +Vertex 2859: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.347826 + Group: 'Head', Weight: 0.641730 +Vertex 2860: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.038931 + Group: 'spine.005', Weight: 0.587193 + Group: 'Head', Weight: 0.364241 +Vertex 2861: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006882 + Group: 'spine.005', Weight: 0.563146 + Group: 'Head', Weight: 0.405641 +Vertex 2862: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.393031 + Group: 'Head', Weight: 0.594911 +Vertex 2863: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.433498 + Group: 'Head', Weight: 0.552217 +Vertex 2864: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489176 + Group: 'Head', Weight: 0.490975 +Vertex 2865: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.511864 + Group: 'Head', Weight: 0.464612 +Vertex 2866: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.495970 + Group: 'Head', Weight: 0.483075 +Vertex 2867: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.413547 + Group: 'Head', Weight: 0.573414 +Vertex 2868: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.021335 + Group: 'spine.005', Weight: 0.584834 + Group: 'Head', Weight: 0.376131 +Vertex 2869: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.105669 + Group: 'spine.005', Weight: 0.606498 + Group: 'Head', Weight: 0.278921 +Vertex 2870: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.183947 + Group: 'spine.005', Weight: 0.664983 + Group: 'Head', Weight: 0.138130 +Vertex 2871: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459480 + Group: 'Head', Weight: 0.524091 +Vertex 2872: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.443051 + Group: 'Head', Weight: 0.542036 +Vertex 2873: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.477048 + Group: 'Head', Weight: 0.504781 +Vertex 2874: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325957 + Group: 'Head', Weight: 0.663975 +Vertex 2875: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330085 + Group: 'Head', Weight: 0.660371 +Vertex 2876: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.337327 + Group: 'Head', Weight: 0.652840 +Vertex 2877: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.309753 + Group: 'Head', Weight: 0.681488 +Vertex 2878: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.312283 + Group: 'Head', Weight: 0.678779 +Vertex 2879: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.507301 + Group: 'Head', Weight: 0.471562 +Vertex 2880: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.475126 + Group: 'Head', Weight: 0.507576 +Vertex 2881: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425809 + Group: 'Head', Weight: 0.560953 +Vertex 2882: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489503 + Group: 'Head', Weight: 0.491591 +Vertex 2883: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.441261 + Group: 'Head', Weight: 0.544452 +Vertex 2884: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.460252 + Group: 'Head', Weight: 0.523871 +Vertex 2885: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285781 + Group: 'Head', Weight: 0.705960 +Vertex 2886: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267348 + Group: 'Head', Weight: 0.724662 +Vertex 2887: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.272272 + Group: 'Head', Weight: 0.719250 +Vertex 2888: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.281721 + Group: 'Head', Weight: 0.709329 +Vertex 2889: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267563 + Group: 'Head', Weight: 0.723986 +Vertex 2890: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.265060 + Group: 'Head', Weight: 0.726716 +Vertex 2891: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.274918 + Group: 'Head', Weight: 0.717863 +Vertex 2892: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.271267 + Group: 'Head', Weight: 0.721301 +Vertex 2893: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.275540 + Group: 'Head', Weight: 0.716311 +Vertex 2894: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315515 + Group: 'Head', Weight: 0.675536 +Vertex 2895: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.321677 + Group: 'Head', Weight: 0.669109 +Vertex 2896: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010495 + Group: 'spine.005', Weight: 0.578235 + Group: 'Head', Weight: 0.388664 +Vertex 2897: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.003735 + Group: 'spine.005', Weight: 0.222370 + Group: 'Head', Weight: 0.745203 +Vertex 2898: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002321 + Group: 'spine.005', Weight: 0.262815 + Group: 'Head', Weight: 0.705786 +Vertex 2899: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051057 + Group: 'spine.005', Weight: 0.565367 + Group: 'Head', Weight: 0.379052 +Vertex 2900: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.037479 + Group: 'spine.005', Weight: 0.583942 + Group: 'Head', Weight: 0.368377 +Vertex 2901: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023374 + Group: 'spine.005', Weight: 0.589710 + Group: 'Head', Weight: 0.370225 +Vertex 2902: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086698 + Group: 'spine.005', Weight: 0.570255 + Group: 'Head', Weight: 0.335830 +Vertex 2903: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030149 + Group: 'spine.005', Weight: 0.477197 + Group: 'Head', Weight: 0.474898 +Vertex 2904: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030586 + Group: 'spine.005', Weight: 0.373946 + Group: 'Head', Weight: 0.577488 +Vertex 2905: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016983 + Group: 'spine.005', Weight: 0.265243 + Group: 'Head', Weight: 0.694261 +Vertex 2906: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005267 + Group: 'spine.005', Weight: 0.215722 + Group: 'Head', Weight: 0.750881 +Vertex 2907: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011199 + Group: 'spine.005', Weight: 0.237748 + Group: 'Head', Weight: 0.725253 +Vertex 2908: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009944 + Group: 'spine.005', Weight: 0.212610 + Group: 'Head', Weight: 0.751102 +Vertex 2909: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.015042 + Group: 'spine.005', Weight: 0.230353 + Group: 'Head', Weight: 0.730259 +Vertex 2910: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008433 + Group: 'spine.005', Weight: 0.191154 + Group: 'Head', Weight: 0.773447 +Vertex 2911: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012531 + Group: 'spine.005', Weight: 0.198652 + Group: 'Head', Weight: 0.763449 +Vertex 2912: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.007167 + Group: 'spine.005', Weight: 0.172964 + Group: 'Head', Weight: 0.792390 +Vertex 2913: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009645 + Group: 'spine.005', Weight: 0.175846 + Group: 'Head', Weight: 0.787997 +Vertex 2914: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002777 + Group: 'spine.005', Weight: 0.153496 + Group: 'Head', Weight: 0.814522 +Vertex 2915: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.004461 + Group: 'spine.005', Weight: 0.153895 + Group: 'Head', Weight: 0.813096 +Vertex 2916: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131547 + Group: 'Head', Weight: 0.840796 +Vertex 2917: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129901 + Group: 'Head', Weight: 0.842178 +Vertex 2918: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115336 + Group: 'Head', Weight: 0.860888 +Vertex 2919: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115373 + Group: 'Head', Weight: 0.860492 +Vertex 2920: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111065 + Group: 'Head', Weight: 0.866948 +Vertex 2921: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111231 + Group: 'Head', Weight: 0.866432 +Vertex 2922: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110456 + Group: 'Head', Weight: 0.868086 +Vertex 2923: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110527 + Group: 'Head', Weight: 0.867851 +Vertex 2924: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110321 + Group: 'Head', Weight: 0.868574 +Vertex 2925: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110296 + Group: 'Head', Weight: 0.868534 +Vertex 2926: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109708 + Group: 'Head', Weight: 0.869968 +Vertex 2927: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110429 + Group: 'Head', Weight: 0.869356 +Vertex 2928: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101558 + Group: 'Head', Weight: 0.880111 +Vertex 2929: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099845 + Group: 'Head', Weight: 0.882115 +Vertex 2930: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095643 + Group: 'Head', Weight: 0.887542 +Vertex 2931: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093180 + Group: 'Head', Weight: 0.890410 +Vertex 2932: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095737 + Group: 'Head', Weight: 0.888124 +Vertex 2933: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.094156 + Group: 'Head', Weight: 0.890056 +Vertex 2934: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100466 + Group: 'Head', Weight: 0.883147 +Vertex 2935: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099521 + Group: 'Head', Weight: 0.884403 +Vertex 2936: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114514 + Group: 'Head', Weight: 0.866905 +Vertex 2937: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114447 + Group: 'Head', Weight: 0.867354 +Vertex 2938: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124336 + Group: 'Head', Weight: 0.855232 +Vertex 2939: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125711 + Group: 'Head', Weight: 0.853867 +Vertex 2940: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133194 + Group: 'Head', Weight: 0.844529 +Vertex 2941: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.137767 + Group: 'Head', Weight: 0.839511 +Vertex 2942: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146367 + Group: 'Head', Weight: 0.828981 +Vertex 2943: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148554 + Group: 'Head', Weight: 0.827054 +Vertex 2944: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111199 + Group: 'Head', Weight: 0.866901 +Vertex 2945: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110434 + Group: 'Head', Weight: 0.868134 +Vertex 2946: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109955 + Group: 'Head', Weight: 0.869118 +Vertex 2947: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109014 + Group: 'Head', Weight: 0.870846 +Vertex 2948: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101379 + Group: 'Head', Weight: 0.880387 +Vertex 2949: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098512 + Group: 'Head', Weight: 0.884177 +Vertex 2950: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099970 + Group: 'Head', Weight: 0.882810 +Vertex 2951: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102386 + Group: 'Head', Weight: 0.880418 +Vertex 2952: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115295 + Group: 'Head', Weight: 0.865514 +Vertex 2953: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122321 + Group: 'Head', Weight: 0.857329 +Vertex 2954: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129750 + Group: 'Head', Weight: 0.848362 +Vertex 2955: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134884 + Group: 'Head', Weight: 0.841974 +Vertex 2956: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107819 + Group: 'Head', Weight: 0.875029 +Vertex 2957: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107909 + Group: 'Head', Weight: 0.874709 +Vertex 2958: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109849 + Group: 'Head', Weight: 0.871885 +Vertex 2959: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111058 + Group: 'Head', Weight: 0.867220 +Vertex 2960: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109835 + Group: 'Head', Weight: 0.869005 +Vertex 2961: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108782 + Group: 'Head', Weight: 0.870774 +Vertex 2962: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107297 + Group: 'Head', Weight: 0.872931 +Vertex 2963: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102136 + Group: 'Head', Weight: 0.879548 +Vertex 2964: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100391 + Group: 'Head', Weight: 0.881977 +Vertex 2965: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100958 + Group: 'Head', Weight: 0.881598 +Vertex 2966: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103999 + Group: 'Head', Weight: 0.878274 +Vertex 2967: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114241 + Group: 'Head', Weight: 0.866593 +Vertex 2968: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119670 + Group: 'Head', Weight: 0.860164 +Vertex 2969: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125395 + Group: 'Head', Weight: 0.853329 +Vertex 2970: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129494 + Group: 'Head', Weight: 0.848201 +Vertex 2971: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110031 + Group: 'Head', Weight: 0.871476 +Vertex 2972: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109300 + Group: 'Head', Weight: 0.871569 +Vertex 2973: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119988 + Group: 'Head', Weight: 0.858263 +Vertex 2974: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126980 + Group: 'Head', Weight: 0.849391 +Vertex 2975: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.135048 + Group: 'Head', Weight: 0.840031 +Vertex 2976: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146040 + Group: 'Head', Weight: 0.827383 +Vertex 2977: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152958 + Group: 'Head', Weight: 0.820232 +Vertex 2978: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157302 + Group: 'Head', Weight: 0.816177 +Vertex 2979: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161690 + Group: 'Head', Weight: 0.812137 +Vertex 2980: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179431 + Group: 'Head', Weight: 0.793126 +Vertex 2981: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.184620 + Group: 'Head', Weight: 0.786230 +Vertex 2982: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.174643 + Group: 'Head', Weight: 0.796694 +Vertex 2983: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168582 + Group: 'Head', Weight: 0.802126 +Vertex 2984: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157667 + Group: 'Head', Weight: 0.813178 +Vertex 2985: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.145170 + Group: 'Head', Weight: 0.827260 +Vertex 2986: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132023 + Group: 'Head', Weight: 0.842641 +Vertex 2987: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124111 + Group: 'Head', Weight: 0.851748 +Vertex 2988: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115252 + Group: 'Head', Weight: 0.862504 +Vertex 2989: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103700 + Group: 'Head', Weight: 0.877646 +Vertex 2990: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001850 + Group: 'spine.005', Weight: 0.196209 + Group: 'Head', Weight: 0.772447 +Vertex 2991: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005315 + Group: 'spine.005', Weight: 0.198832 + Group: 'Head', Weight: 0.767697 +Vertex 2992: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006609 + Group: 'spine.005', Weight: 0.187284 + Group: 'Head', Weight: 0.778429 +Vertex 2993: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001243 + Group: 'spine.005', Weight: 0.152756 + Group: 'Head', Weight: 0.816197 +Vertex 2994: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116435 + Group: 'Head', Weight: 0.859759 +Vertex 2995: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133160 + Group: 'Head', Weight: 0.839506 +Vertex 2996: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005339 + Group: 'spine.005', Weight: 0.170388 + Group: 'Head', Weight: 0.796080 +Vertex 2997: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120164 + Group: 'Head', Weight: 0.855587 +Vertex 2998: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132078 + Group: 'Head', Weight: 0.841430 +Vertex 2999: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.149722 + Group: 'Head', Weight: 0.820555 +Vertex 3000: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001551 + Group: 'spine.005', Weight: 0.164123 + Group: 'Head', Weight: 0.804653 +Vertex 3001: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002278 + Group: 'spine.005', Weight: 0.177668 + Group: 'Head', Weight: 0.790684 +Vertex 3002: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000956 + Group: 'spine.005', Weight: 0.185257 + Group: 'Head', Weight: 0.783922 +Vertex 3003: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166344 + Group: 'Head', Weight: 0.807464 +Vertex 3004: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177931 + Group: 'Head', Weight: 0.793826 +Vertex 3005: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115984 + Group: 'Head', Weight: 0.863208 +Vertex 3006: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110950 + Group: 'Head', Weight: 0.867985 +Vertex 3007: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108174 + Group: 'Head', Weight: 0.871754 +Vertex 3008: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112660 + Group: 'Head', Weight: 0.867365 +Vertex 3009: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106014 + Group: 'Head', Weight: 0.875624 +Vertex 3010: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103610 + Group: 'Head', Weight: 0.878224 +Vertex 3011: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144933 + Group: 'Head', Weight: 0.829965 +Vertex 3012: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143684 + Group: 'Head', Weight: 0.830635 +Vertex 3013: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134917 + Group: 'Head', Weight: 0.840864 +Vertex 3014: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126354 + Group: 'Head', Weight: 0.851045 +Vertex 3015: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122280 + Group: 'Head', Weight: 0.855930 +Vertex 3016: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118745 + Group: 'Head', Weight: 0.860291 +Vertex 3017: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122583 + Group: 'Head', Weight: 0.856216 +Vertex 3018: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115419 + Group: 'Head', Weight: 0.864428 +Vertex 3019: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119355 + Group: 'Head', Weight: 0.860138 +Vertex 3020: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116415 + Group: 'Head', Weight: 0.863700 +Vertex 3021: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112831 + Group: 'Head', Weight: 0.867713 +Vertex 3022: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110472 + Group: 'Head', Weight: 0.870689 +Vertex 3023: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114187 + Group: 'Head', Weight: 0.866474 +Vertex 3024: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123988 + Group: 'Head', Weight: 0.854261 +Vertex 3025: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129059 + Group: 'Head', Weight: 0.848346 +Vertex 3026: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.136276 + Group: 'Head', Weight: 0.839972 +Vertex 3027: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020669 + Group: 'spine.005', Weight: 0.254440 + Group: 'Head', Weight: 0.702757 +Vertex 3028: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.028221 + Group: 'spine.005', Weight: 0.269596 + Group: 'Head', Weight: 0.682982 +Vertex 3029: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.018451 + Group: 'spine.005', Weight: 0.209245 + Group: 'Head', Weight: 0.749242 +Vertex 3030: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.029053 + Group: 'spine.005', Weight: 0.226009 + Group: 'Head', Weight: 0.725995 +Vertex 3031: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.013470 + Group: 'spine.005', Weight: 0.179629 + Group: 'Head', Weight: 0.781880 +Vertex 3032: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023013 + Group: 'spine.005', Weight: 0.189415 + Group: 'Head', Weight: 0.766274 +Vertex 3033: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008410 + Group: 'spine.005', Weight: 0.157453 + Group: 'Head', Weight: 0.807132 +Vertex 3034: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016525 + Group: 'spine.005', Weight: 0.162332 + Group: 'Head', Weight: 0.797311 +Vertex 3035: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131543 + Group: 'Head', Weight: 0.838858 +Vertex 3036: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006327 + Group: 'spine.005', Weight: 0.135786 + Group: 'Head', Weight: 0.830066 +Vertex 3037: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120883 + Group: 'Head', Weight: 0.852495 +Vertex 3038: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115981 + Group: 'Head', Weight: 0.855430 +Vertex 3039: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111116 + Group: 'Head', Weight: 0.866254 +Vertex 3040: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110861 + Group: 'Head', Weight: 0.865550 +Vertex 3041: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110426 + Group: 'Head', Weight: 0.867931 +Vertex 3042: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106427 + Group: 'Head', Weight: 0.872269 +Vertex 3043: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110285 + Group: 'Head', Weight: 0.868718 +Vertex 3044: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097874 + Group: 'Head', Weight: 0.881926 +Vertex 3045: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108313 + Group: 'Head', Weight: 0.871779 +Vertex 3046: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093615 + Group: 'Head', Weight: 0.889360 +Vertex 3047: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089396 + Group: 'Head', Weight: 0.894816 +Vertex 3048: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089974 + Group: 'Head', Weight: 0.895069 +Vertex 3049: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097736 + Group: 'Head', Weight: 0.886784 +Vertex 3050: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108495 + Group: 'Head', Weight: 0.874624 +Vertex 3051: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118584 + Group: 'Head', Weight: 0.862896 +Vertex 3052: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127383 + Group: 'Head', Weight: 0.852582 +Vertex 3053: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132533 + Group: 'Head', Weight: 0.847162 +Vertex 3054: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087319 + Group: 'Head', Weight: 0.897215 +Vertex 3055: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087967 + Group: 'Head', Weight: 0.897277 +Vertex 3056: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.017319 + Group: 'spine.005', Weight: 0.151438 + Group: 'Head', Weight: 0.807729 +Vertex 3057: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.024821 + Group: 'spine.005', Weight: 0.139044 + Group: 'Head', Weight: 0.815605 +Vertex 3058: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.049670 + Group: 'spine.005', Weight: 0.117132 + Group: 'Head', Weight: 0.822699 +Vertex 3059: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035896 + Group: 'spine.005', Weight: 0.120634 + Group: 'Head', Weight: 0.827411 +Vertex 3060: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.055752 + Group: 'spine.005', Weight: 0.115113 + Group: 'Head', Weight: 0.817708 +Vertex 3061: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.097796 + Group: 'spine.004', Weight: 0.066981 + Group: 'shoulder.L', Weight: 0.159214 + Group: 'shoulder.R', Weight: 0.645160 +Vertex 3062: +Vertex groups: 3 + Group: 'spine', Weight: 0.808374 + Group: 'spine.001', Weight: 0.007277 + Group: 'spine1', Weight: 0.149863 +Vertex 3063: +Vertex groups: 2 + Group: 'spine', Weight: 0.798032 + Group: 'spine1', Weight: 0.167123 +Vertex 3064: +Vertex groups: 2 + Group: 'spine', Weight: 0.806931 + Group: 'spine1', Weight: 0.160913 +Vertex 3065: +Vertex groups: 3 + Group: 'spine', Weight: 0.815119 + Group: 'spine.001', Weight: 0.112945 + Group: 'spine1', Weight: 0.041022 +Vertex 3066: +Vertex groups: 3 + Group: 'spine', Weight: 0.834870 + Group: 'spine.001', Weight: 0.074069 + Group: 'spine1', Weight: 0.072374 +Vertex 3067: +Vertex groups: 3 + Group: 'spine', Weight: 0.824581 + Group: 'spine.001', Weight: 0.027276 + Group: 'spine1', Weight: 0.122799 +Vertex 3068: +Vertex groups: 4 + Group: 'spine', Weight: 0.798481 + Group: 'spine.001', Weight: 0.132297 + Group: 'spine.002', Weight: 0.010031 + Group: 'spine1', Weight: 0.014795 +Vertex 3069: +Vertex groups: 4 + Group: 'spine', Weight: 0.784959 + Group: 'spine.001', Weight: 0.146691 + Group: 'spine.002', Weight: 0.004896 + Group: 'spine1', Weight: 0.019210 +Vertex 3070: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3071: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.008355 + Group: 'spine2', Weight: 0.970725 +Vertex 3072: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3073: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3074: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3075: +Vertex groups: 1 + Group: 'spine2', Weight: 0.998267 +Vertex 3076: +Vertex groups: 1 + Group: 'spine2', Weight: 0.993944 +Vertex 3077: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.099355 + Group: 'forearm.R', Weight: 0.898466 +Vertex 3078: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.107324 + Group: 'forearm.R', Weight: 0.891722 +Vertex 3079: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.102878 + Group: 'forearm.R', Weight: 0.896631 +Vertex 3080: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.071659 + Group: 'forearm.R', Weight: 0.928021 +Vertex 3081: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.074321 + Group: 'forearm.R', Weight: 0.925248 +Vertex 3082: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.090568 + Group: 'forearm.R', Weight: 0.907645 +Vertex 3083: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.162365 + Group: 'forearm.R', Weight: 0.837131 +Vertex 3084: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.117214 + Group: 'forearm.R', Weight: 0.882181 +Vertex 3085: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.143438 + Group: 'forearm.R', Weight: 0.855936 +Vertex 3086: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.066401 + Group: 'forearm.R', Weight: 0.933267 +Vertex 3087: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.088614 + Group: 'forearm.R', Weight: 0.910968 +Vertex 3088: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.129156 + Group: 'forearm.R', Weight: 0.870436 +Vertex 3089: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3090: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3091: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3092: +Vertex groups: 4 + Group: 'spine', Weight: 0.042332 + Group: 'spine1', Weight: 0.679072 + Group: 'spine1.001', Weight: 0.240729 + Group: 'spine1.002', Weight: 0.015080 +Vertex 3093: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.763770 + Group: 'spine2', Weight: 0.232587 +Vertex 3094: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.152643 + Group: 'spine1.002', Weight: 0.812576 +Vertex 3095: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.202815 + Group: 'spine1.003', Weight: 0.795118 +Vertex 3096: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.837299 + Group: 'spine2', Weight: 0.158755 +Vertex 3097: +Vertex groups: 4 + Group: 'spine', Weight: 0.058471 + Group: 'spine1', Weight: 0.686360 + Group: 'spine1.001', Weight: 0.213886 + Group: 'spine1.002', Weight: 0.028639 +Vertex 3098: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.372473 + Group: 'spine1.003', Weight: 0.625931 +Vertex 3099: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.126596 + Group: 'spine1.002', Weight: 0.841656 +Vertex 3100: +Vertex groups: 4 + Group: 'spine', Weight: 0.065921 + Group: 'spine1', Weight: 0.637334 + Group: 'spine1.001', Weight: 0.255764 + Group: 'spine1.002', Weight: 0.027637 +Vertex 3101: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.894876 + Group: 'spine2', Weight: 0.100155 +Vertex 3102: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.108238 + Group: 'spine1.002', Weight: 0.864215 +Vertex 3103: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.474729 + Group: 'spine1.003', Weight: 0.524044 +Vertex 3104: +Vertex groups: 4 + Group: 'spine', Weight: 0.063350 + Group: 'spine1', Weight: 0.672512 + Group: 'spine1.001', Weight: 0.221528 + Group: 'spine1.002', Weight: 0.030960 +Vertex 3105: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.873761 + Group: 'spine2', Weight: 0.121804 +Vertex 3106: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.114721 + Group: 'spine1.002', Weight: 0.855952 +Vertex 3107: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.449004 + Group: 'spine1.003', Weight: 0.549661 +Vertex 3108: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.600491 + Group: 'spine2', Weight: 0.398401 +Vertex 3109: +Vertex groups: 2 + Group: 'spine1', Weight: 0.544240 + Group: 'spine1.001', Weight: 0.414183 +Vertex 3110: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.129598 + Group: 'spine1.003', Weight: 0.866799 +Vertex 3111: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.207393 + Group: 'spine1.002', Weight: 0.755283 +Vertex 3112: +Vertex groups: 2 + Group: 'spine1', Weight: 0.517995 + Group: 'spine1.001', Weight: 0.451218 +Vertex 3113: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.317571 + Group: 'spine2', Weight: 0.682182 +Vertex 3114: +Vertex groups: 3 + Group: 'spine1', Weight: 0.000198 + Group: 'spine1.001', Weight: 0.304138 + Group: 'spine1.002', Weight: 0.657654 +Vertex 3115: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.096092 + Group: 'spine1.003', Weight: 0.897501 +Vertex 3116: +Vertex groups: 2 + Group: 'spine1', Weight: 0.510793 + Group: 'spine1.001', Weight: 0.463003 +Vertex 3117: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.164309 + Group: 'spine2', Weight: 0.835646 +Vertex 3118: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.455408 + Group: 'spine1.002', Weight: 0.507964 +Vertex 3119: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.077017 + Group: 'spine1.003', Weight: 0.915078 +Vertex 3120: +Vertex groups: 2 + Group: 'spine1', Weight: 0.499287 + Group: 'spine1.001', Weight: 0.477997 +Vertex 3121: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.088990 + Group: 'spine2', Weight: 0.910957 +Vertex 3122: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.404124 + Group: 'spine1.002', Weight: 0.563140 +Vertex 3123: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064193 + Group: 'spine1.003', Weight: 0.928124 +Vertex 3124: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.148664 + Group: 'spine2', Weight: 0.850763 +Vertex 3125: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.083283 + Group: 'spine2', Weight: 0.916384 +Vertex 3126: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.052262 + Group: 'spine2', Weight: 0.947735 +Vertex 3127: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.045033 + Group: 'spine2', Weight: 0.952280 +Vertex 3128: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.009059 + Group: 'spine2', Weight: 0.970329 +Vertex 3129: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3130: +Vertex groups: 1 + Group: 'spine2', Weight: 0.989229 +Vertex 3131: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3132: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.017375 + Group: 'spine1.003', Weight: 0.969023 +Vertex 3133: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.043734 + Group: 'spine1.003', Weight: 0.950372 +Vertex 3134: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064554 + Group: 'spine1.003', Weight: 0.930735 +Vertex 3135: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.058033 + Group: 'spine1.003', Weight: 0.937666 +Vertex 3136: +Vertex groups: 1 + Group: 'spine1.003', Weight: 0.968650 +Vertex 3137: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.947161 + Group: 'spine2', Weight: 0.033219 +Vertex 3138: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.936006 + Group: 'spine2', Weight: 0.057138 +Vertex 3139: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.938937 + Group: 'spine2', Weight: 0.056590 +Vertex 3140: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.905467 + Group: 'spine1.003', Weight: 0.069656 +Vertex 3141: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.919835 + Group: 'spine1.003', Weight: 0.060330 +Vertex 3142: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.932614 + Group: 'spine1.003', Weight: 0.051445 +Vertex 3143: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.928450 + Group: 'spine1.003', Weight: 0.054324 +Vertex 3144: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.008946 + Group: 'spine1.002', Weight: 0.888770 + Group: 'spine1.003', Weight: 0.078598 +Vertex 3145: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.026651 + Group: 'spine1.002', Weight: 0.874765 + Group: 'spine1.003', Weight: 0.083675 +Vertex 3146: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.037107 + Group: 'spine1.002', Weight: 0.868565 + Group: 'spine1.003', Weight: 0.084892 +Vertex 3147: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.029220 + Group: 'spine1.002', Weight: 0.874252 + Group: 'spine1.003', Weight: 0.083621 +Vertex 3148: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131817 + Group: 'spine1.001', Weight: 0.693220 + Group: 'spine1.002', Weight: 0.163279 +Vertex 3149: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132101 + Group: 'spine1.001', Weight: 0.681386 + Group: 'spine1.002', Weight: 0.173301 +Vertex 3150: +Vertex groups: 3 + Group: 'spine1', Weight: 0.124607 + Group: 'spine1.001', Weight: 0.692846 + Group: 'spine1.002', Weight: 0.168570 +Vertex 3151: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131357 + Group: 'spine1.001', Weight: 0.684970 + Group: 'spine1.002', Weight: 0.169689 +Vertex 3152: +Vertex groups: 3 + Group: 'spine1', Weight: 0.123557 + Group: 'spine1.001', Weight: 0.730306 + Group: 'spine1.002', Weight: 0.137298 +Vertex 3153: +Vertex groups: 3 + Group: 'spine1', Weight: 0.117894 + Group: 'spine1.001', Weight: 0.761369 + Group: 'spine1.002', Weight: 0.113875 +Vertex 3154: +Vertex groups: 3 + Group: 'spine1', Weight: 0.112859 + Group: 'spine1.001', Weight: 0.782158 + Group: 'spine1.002', Weight: 0.099258 +Vertex 3155: +Vertex groups: 3 + Group: 'spine1', Weight: 0.101073 + Group: 'spine1.001', Weight: 0.803584 + Group: 'spine1.002', Weight: 0.090643 +Vertex 3156: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082680 + Group: 'spine.005', Weight: 0.575184 + Group: 'Head', Weight: 0.335123 +Vertex 3157: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.137578 + Group: 'spine.005', Weight: 0.642439 + Group: 'Head', Weight: 0.209366 +Vertex 3158: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082976 + Group: 'spine.005', Weight: 0.658948 + Group: 'Head', Weight: 0.245580 +Vertex 3159: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.185793 + Group: 'spine.005', Weight: 0.659282 + Group: 'Head', Weight: 0.118617 + Group: 'shoulder.R', Weight: 0.013005 +Vertex 3160: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.178735 + Group: 'spine.005', Weight: 0.636409 + Group: 'Head', Weight: 0.145651 + Group: 'shoulder.R', Weight: 0.016709 +Vertex 3161: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088662 + Group: 'spine.005', Weight: 0.503144 + Group: 'Head', Weight: 0.388633 +Vertex 3162: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.245675 + Group: 'spine.005', Weight: 0.520229 + Group: 'Head', Weight: 0.175200 + Group: 'shoulder.R', Weight: 0.043134 +Vertex 3163: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.332063 + Group: 'spine.005', Weight: 0.416025 + Group: 'Head', Weight: 0.180147 + Group: 'shoulder.R', Weight: 0.052587 +Vertex 3164: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.366635 + Group: 'spine.005', Weight: 0.361348 + Group: 'Head', Weight: 0.196311 + Group: 'shoulder.R', Weight: 0.048354 +Vertex 3165: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.365631 + Group: 'spine.005', Weight: 0.337537 + Group: 'Head', Weight: 0.225289 + Group: 'shoulder.R', Weight: 0.025767 +Vertex 3166: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.147254 + Group: 'spine.005', Weight: 0.716063 + Group: 'Head', Weight: 0.118315 +Vertex 3167: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099365 + Group: 'spine.005', Weight: 0.463328 + Group: 'Head', Weight: 0.415088 +Vertex 3168: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106721 + Group: 'Head', Weight: 0.874551 +Vertex 3169: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108372 + Group: 'Head', Weight: 0.872404 +Vertex 3170: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113635 + Group: 'Head', Weight: 0.865630 +Vertex 3171: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117948 + Group: 'Head', Weight: 0.860170 +Vertex 3172: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122392 + Group: 'Head', Weight: 0.854711 +Vertex 3173: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119864 + Group: 'Head', Weight: 0.857524 +Vertex 3174: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116512 + Group: 'Head', Weight: 0.861519 +Vertex 3175: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109452 + Group: 'Head', Weight: 0.870455 +Vertex 3176: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106284 + Group: 'Head', Weight: 0.874670 +Vertex 3177: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110849 + Group: 'Head', Weight: 0.869177 +Vertex 3178: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112986 + Group: 'Head', Weight: 0.865809 +Vertex 3179: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105207 + Group: 'Head', Weight: 0.876228 +Vertex 3180: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.160578 + Group: 'spine.003', Weight: 0.437657 + Group: 'shoulder.L', Weight: 0.022551 + Group: 'shoulder.R', Weight: 0.284048 + Group: 'upper_arm.R', Weight: 0.059965 +Vertex 3181: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.239847 + Group: 'spine.003', Weight: 0.531917 + Group: 'shoulder.L', Weight: 0.061678 + Group: 'shoulder.R', Weight: 0.116633 + Group: 'upper_arm.R', Weight: 0.000044 +Vertex 3182: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.582122 + Group: 'spine.003', Weight: 0.281972 + Group: 'shoulder.L', Weight: 0.023924 + Group: 'shoulder.R', Weight: 0.050375 +Vertex 3183: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.087885 + Group: 'spine.003', Weight: 0.206573 + Group: 'shoulder.R', Weight: 0.386075 + Group: 'upper_arm.R', Weight: 0.298861 +Vertex 3184: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.102018 + Group: 'spine.003', Weight: 0.271942 + Group: 'shoulder.R', Weight: 0.468483 + Group: 'upper_arm.R', Weight: 0.119081 +Vertex 3185: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.321662 + Group: 'spine.003', Weight: 0.342232 + Group: 'shoulder.R', Weight: 0.101564 + Group: 'upper_arm.R', Weight: 0.204817 +Vertex 3186: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142031 + Group: 'spine.003', Weight: 0.299121 + Group: 'shoulder.R', Weight: 0.202931 + Group: 'upper_arm.R', Weight: 0.336046 +Vertex 3187: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.037809 + Group: 'spine.002', Weight: 0.763427 + Group: 'spine.003', Weight: 0.119659 + Group: 'shoulder.R', Weight: 0.009227 +Vertex 3188: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.019363 + Group: 'spine.002', Weight: 0.611030 + Group: 'spine.003', Weight: 0.220038 + Group: 'shoulder.R', Weight: 0.050899 + Group: 'upper_arm.R', Weight: 0.069304 +Vertex 3189: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.017392 + Group: 'spine.002', Weight: 0.749948 + Group: 'spine.003', Weight: 0.142797 + Group: 'shoulder.R', Weight: 0.005382 +Vertex 3190: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.222120 + Group: 'spine.003', Weight: 0.466626 + Group: 'shoulder.L', Weight: 0.008322 + Group: 'shoulder.R', Weight: 0.197706 + Group: 'upper_arm.R', Weight: 0.064274 +Vertex 3191: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.293597 + Group: 'spine.003', Weight: 0.490522 + Group: 'shoulder.L', Weight: 0.041811 + Group: 'shoulder.R', Weight: 0.115285 + Group: 'upper_arm.R', Weight: 0.012126 +Vertex 3192: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.578235 + Group: 'spine.003', Weight: 0.253022 + Group: 'shoulder.R', Weight: 0.075976 + Group: 'upper_arm.R', Weight: 0.047354 +Vertex 3193: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.595623 + Group: 'spine.003', Weight: 0.265804 + Group: 'shoulder.L', Weight: 0.008522 + Group: 'shoulder.R', Weight: 0.056522 +Vertex 3194: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.121210 + Group: 'spine.003', Weight: 0.284636 + Group: 'shoulder.R', Weight: 0.315931 + Group: 'upper_arm.R', Weight: 0.254531 +Vertex 3195: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.158145 + Group: 'spine.003', Weight: 0.378058 + Group: 'shoulder.R', Weight: 0.299269 + Group: 'upper_arm.R', Weight: 0.129422 +Vertex 3196: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.346964 + Group: 'spine.003', Weight: 0.352319 + Group: 'shoulder.R', Weight: 0.102668 + Group: 'upper_arm.R', Weight: 0.166621 +Vertex 3197: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.183531 + Group: 'spine.003', Weight: 0.349222 + Group: 'shoulder.R', Weight: 0.202224 + Group: 'upper_arm.R', Weight: 0.240772 +Vertex 3198: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.312852 + Group: 'spine.003', Weight: 0.392213 + Group: 'shoulder.R', Weight: 0.135619 + Group: 'upper_arm.R', Weight: 0.126779 +Vertex 3199: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.022620 + Group: 'spine.002', Weight: 0.728076 + Group: 'spine.003', Weight: 0.146378 + Group: 'shoulder.R', Weight: 0.026174 + Group: 'upper_arm.R', Weight: 0.013308 +Vertex 3200: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.005449 + Group: 'spine.002', Weight: 0.568466 + Group: 'spine.003', Weight: 0.242579 + Group: 'shoulder.R', Weight: 0.063759 + Group: 'upper_arm.R', Weight: 0.082599 +Vertex 3201: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.009678 + Group: 'spine.002', Weight: 0.716163 + Group: 'spine.003', Weight: 0.167107 + Group: 'shoulder.R', Weight: 0.022808 +Vertex 3202: +Vertex groups: 3 + Group: 'spine', Weight: 0.371022 + Group: 'spine.001', Weight: 0.521148 + Group: 'spine.002', Weight: 0.091335 +Vertex 3203: +Vertex groups: 3 + Group: 'spine', Weight: 0.076236 + Group: 'spine.001', Weight: 0.511611 + Group: 'spine.002', Weight: 0.391083 +Vertex 3204: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.099433 + Group: 'spine.002', Weight: 0.804610 + Group: 'spine.003', Weight: 0.054592 +Vertex 3205: +Vertex groups: 3 + Group: 'spine', Weight: 0.240315 + Group: 'spine.001', Weight: 0.630162 + Group: 'spine.002', Weight: 0.117232 +Vertex 3206: +Vertex groups: 3 + Group: 'spine', Weight: 0.056313 + Group: 'spine.001', Weight: 0.415648 + Group: 'spine.002', Weight: 0.502251 +Vertex 3207: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.225808 + Group: 'spine.002', Weight: 0.708301 + Group: 'spine.003', Weight: 0.003126 +Vertex 3208: +Vertex groups: 3 + Group: 'spine', Weight: 0.017612 + Group: 'spine.001', Weight: 0.303432 + Group: 'spine.002', Weight: 0.627403 +Vertex 3209: +Vertex groups: 3 + Group: 'spine', Weight: 0.326538 + Group: 'spine.001', Weight: 0.570214 + Group: 'spine.002', Weight: 0.089677 +Vertex 3210: +Vertex groups: 3 + Group: 'spine', Weight: 0.329570 + Group: 'spine.001', Weight: 0.571575 + Group: 'spine.002', Weight: 0.086388 +Vertex 3211: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.179535 + Group: 'spine.002', Weight: 0.751313 + Group: 'spine.003', Weight: 0.014744 +Vertex 3212: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.072943 + Group: 'spine.002', Weight: 0.807024 + Group: 'spine.003', Weight: 0.072458 +Vertex 3213: +Vertex groups: 3 + Group: 'spine', Weight: 0.370350 + Group: 'spine.001', Weight: 0.474379 + Group: 'spine.002', Weight: 0.129701 +Vertex 3214: +Vertex groups: 3 + Group: 'spine', Weight: 0.459929 + Group: 'spine.001', Weight: 0.412047 + Group: 'spine.002', Weight: 0.106200 +Vertex 3215: +Vertex groups: 3 + Group: 'spine', Weight: 0.378863 + Group: 'spine.001', Weight: 0.474351 + Group: 'spine.002', Weight: 0.122290 +Vertex 3216: +Vertex groups: 3 + Group: 'spine', Weight: 0.233002 + Group: 'spine.001', Weight: 0.629908 + Group: 'spine.002', Weight: 0.124285 +Vertex 3217: +Vertex groups: 3 + Group: 'spine', Weight: 0.029576 + Group: 'spine.001', Weight: 0.283763 + Group: 'spine.002', Weight: 0.635587 +Vertex 3218: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.089144 + Group: 'spine.002', Weight: 0.803585 + Group: 'spine.003', Weight: 0.061559 +Vertex 3219: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.149239 + Group: 'spine.002', Weight: 0.769824 + Group: 'spine.003', Weight: 0.029352 +Vertex 3220: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.173940 + Group: 'spine.002', Weight: 0.744819 + Group: 'spine.003', Weight: 0.020112 +Vertex 3221: +Vertex groups: 3 + Group: 'spine', Weight: 0.067057 + Group: 'spine.001', Weight: 0.482713 + Group: 'spine.002', Weight: 0.423638 +Vertex 3222: +Vertex groups: 3 + Group: 'spine', Weight: 0.285478 + Group: 'spine.001', Weight: 0.572262 + Group: 'spine.002', Weight: 0.124694 +Vertex 3223: +Vertex groups: 3 + Group: 'spine', Weight: 0.274855 + Group: 'spine.001', Weight: 0.603245 + Group: 'spine.002', Weight: 0.108498 +Vertex 3224: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.061969 + Group: 'spine.002', Weight: 0.798749 + Group: 'spine.003', Weight: 0.085086 +Vertex 3225: +Vertex groups: 3 + Group: 'spine', Weight: 0.282573 + Group: 'spine.001', Weight: 0.601493 + Group: 'spine.002', Weight: 0.103218 +Vertex 3226: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.136857 + Group: 'spine.002', Weight: 0.780881 + Group: 'spine.003', Weight: 0.034911 +Vertex 3227: +Vertex groups: 3 + Group: 'spine', Weight: 0.324774 + Group: 'spine.001', Weight: 0.505755 + Group: 'spine.002', Weight: 0.145509 +Vertex 3228: +Vertex groups: 3 + Group: 'spine', Weight: 0.228401 + Group: 'spine.001', Weight: 0.526332 + Group: 'spine.002', Weight: 0.211997 +Vertex 3229: +Vertex groups: 3 + Group: 'spine', Weight: 0.158517 + Group: 'spine.001', Weight: 0.508015 + Group: 'spine.002', Weight: 0.290594 +Vertex 3230: +Vertex groups: 3 + Group: 'spine', Weight: 0.674367 + Group: 'spine.001', Weight: 0.281711 + Group: 'spine.002', Weight: 0.004310 +Vertex 3231: +Vertex groups: 2 + Group: 'spine', Weight: 0.654050 + Group: 'spine.001', Weight: 0.306473 +Vertex 3232: +Vertex groups: 3 + Group: 'spine', Weight: 0.680841 + Group: 'spine.001', Weight: 0.264532 + Group: 'spine.002', Weight: 0.019036 +Vertex 3233: +Vertex groups: 3 + Group: 'spine', Weight: 0.603582 + Group: 'spine.001', Weight: 0.330786 + Group: 'spine.002', Weight: 0.046213 +Vertex 3234: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.208716 + Group: 'Head', Weight: 0.785322 +Vertex 3235: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.210600 + Group: 'Head', Weight: 0.783208 +Vertex 3236: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.217569 + Group: 'Head', Weight: 0.775627 +Vertex 3237: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220099 + Group: 'Head', Weight: 0.771714 +Vertex 3238: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220492 + Group: 'Head', Weight: 0.772107 +Vertex 3239: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216585 + Group: 'Head', Weight: 0.773892 +Vertex 3240: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.214607 + Group: 'Head', Weight: 0.774441 +Vertex 3241: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192374 + Group: 'Head', Weight: 0.795899 +Vertex 3242: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.181307 + Group: 'Head', Weight: 0.804817 +Vertex 3243: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168970 + Group: 'Head', Weight: 0.815178 +Vertex 3244: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.151166 + Group: 'Head', Weight: 0.830974 +Vertex 3245: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088539 + Group: 'Head', Weight: 0.894335 +Vertex 3246: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.025750 + Group: 'Head', Weight: 0.952302 +Vertex 3247: +Vertex groups: 1 + Group: 'Head', Weight: 0.968854 +Vertex 3248: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.070921 + Group: 'Head', Weight: 0.913728 +Vertex 3249: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.147989 + Group: 'Head', Weight: 0.830637 +Vertex 3250: +Vertex groups: 1 + Group: 'Head', Weight: 0.976689 +Vertex 3251: +Vertex groups: 1 + Group: 'Head', Weight: 0.982058 +Vertex 3252: +Vertex groups: 1 + Group: 'Head', Weight: 0.985793 +Vertex 3253: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112666 + Group: 'Head', Weight: 0.864278 +Vertex 3254: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112446 + Group: 'Head', Weight: 0.864857 +Vertex 3255: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110275 + Group: 'Head', Weight: 0.868357 +Vertex 3256: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110314 + Group: 'Head', Weight: 0.868426 +Vertex 3257: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106432 + Group: 'Head', Weight: 0.874417 +Vertex 3258: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106697 + Group: 'Head', Weight: 0.873923 +Vertex 3259: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142631 + Group: 'Head', Weight: 0.833925 +Vertex 3260: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139532 + Group: 'Head', Weight: 0.837073 +Vertex 3261: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110152 + Group: 'Head', Weight: 0.868690 +Vertex 3262: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105567 + Group: 'Head', Weight: 0.875279 +Vertex 3263: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132312 + Group: 'Head', Weight: 0.845187 +Vertex 3264: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109488 + Group: 'Head', Weight: 0.869674 +Vertex 3265: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104747 + Group: 'Head', Weight: 0.876238 +Vertex 3266: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127452 + Group: 'Head', Weight: 0.850760 +Vertex 3267: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123516 + Group: 'Head', Weight: 0.853836 +Vertex 3268: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118051 + Group: 'Head', Weight: 0.861926 +Vertex 3269: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118954 + Group: 'Head', Weight: 0.857990 +Vertex 3270: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112477 + Group: 'Head', Weight: 0.865006 +Vertex 3271: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113893 + Group: 'Head', Weight: 0.863493 +Vertex 3272: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114344 + Group: 'Head', Weight: 0.865266 +Vertex 3273: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109579 + Group: 'Head', Weight: 0.869857 +Vertex 3274: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110240 + Group: 'Head', Weight: 0.871095 +Vertex 3275: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114202 + Group: 'Head', Weight: 0.866548 +Vertex 3276: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105033 + Group: 'Head', Weight: 0.876910 +Vertex 3277: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102313 + Group: 'Head', Weight: 0.879865 +Vertex 3278: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102071 + Group: 'Head', Weight: 0.879786 +Vertex 3279: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122333 + Group: 'Head', Weight: 0.856785 +Vertex 3280: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124313 + Group: 'Head', Weight: 0.853499 +Vertex 3281: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117102 + Group: 'Head', Weight: 0.862338 +Vertex 3282: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125963 + Group: 'Head', Weight: 0.852294 +Vertex 3283: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120955 + Group: 'Head', Weight: 0.858195 +Vertex 3284: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126487 + Group: 'Head', Weight: 0.851345 +Vertex 3285: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112947 + Group: 'Head', Weight: 0.861132 +Vertex 3286: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113971 + Group: 'Head', Weight: 0.861752 +Vertex 3287: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102686 + Group: 'Head', Weight: 0.876484 +Vertex 3288: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109962 + Group: 'Head', Weight: 0.868713 +Vertex 3289: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102031 + Group: 'Head', Weight: 0.879543 +Vertex 3290: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153307 + Group: 'Head', Weight: 0.823360 +Vertex 3291: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144604 + Group: 'Head', Weight: 0.832732 +Vertex 3292: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141019 + Group: 'Head', Weight: 0.836245 +Vertex 3293: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120018 + Group: 'Head', Weight: 0.857628 +Vertex 3294: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118183 + Group: 'Head', Weight: 0.859535 +Vertex 3295: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112269 + Group: 'Head', Weight: 0.867379 +Vertex 3296: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111234 + Group: 'Head', Weight: 0.868133 +Vertex 3297: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124127 + Group: 'Head', Weight: 0.854566 +Vertex 3298: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.450477 + Group: 'spine.005', Weight: 0.054166 + Group: 'shoulder.L', Weight: 0.028036 + Group: 'shoulder.R', Weight: 0.361413 + Group: 'upper_arm.R', Weight: 0.032205 +Vertex 3299: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295672 + Group: 'spine.005', Weight: 0.056604 + Group: 'shoulder.R', Weight: 0.572871 + Group: 'upper_arm.R', Weight: 0.026153 +Vertex 3300: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.263303 + Group: 'spine.005', Weight: 0.027414 + Group: 'shoulder.R', Weight: 0.654596 +Vertex 3301: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.275285 + Group: 'spine.005', Weight: 0.047788 + Group: 'shoulder.R', Weight: 0.627524 +Vertex 3302: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.559869 + Group: 'shoulder.R', Weight: 0.297021 + Group: 'shoulder.L', Weight: 0.070348 + Group: 'spine.005', Weight: 0.055829 + Group: 'upper_arm.R', Weight: 0.016933 +Vertex 3303: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.029706 + Group: 'spine.004', Weight: 0.556569 + Group: 'spine.005', Weight: 0.039959 + Group: 'shoulder.L', Weight: 0.108141 + Group: 'shoulder.R', Weight: 0.182457 +Vertex 3304: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.341785 + Group: 'spine.005', Weight: 0.056512 + Group: 'shoulder.R', Weight: 0.497620 + Group: 'upper_arm.R', Weight: 0.040606 +Vertex 3305: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.255173 + Group: 'spine.005', Weight: 0.002222 + Group: 'shoulder.L', Weight: 0.000433 + Group: 'shoulder.R', Weight: 0.656137 +Vertex 3306: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.078072 + Group: 'spine.004', Weight: 0.209698 + Group: 'shoulder.L', Weight: 0.094900 + Group: 'shoulder.R', Weight: 0.591681 +Vertex 3307: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.936152 + Group: 'forearm.R', Weight: 0.061378 +Vertex 3308: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.934043 + Group: 'forearm.R', Weight: 0.063831 +Vertex 3309: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.933686 + Group: 'forearm.R', Weight: 0.063830 +Vertex 3310: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.977373 +Vertex 3311: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.985422 +Vertex 3312: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.940175 + Group: 'forearm.R', Weight: 0.059058 +Vertex 3313: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.927278 + Group: 'forearm.R', Weight: 0.071269 +Vertex 3314: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.922377 + Group: 'forearm.R', Weight: 0.075592 +Vertex 3315: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.941083 + Group: 'forearm.R', Weight: 0.057174 +Vertex 3316: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.983274 +Vertex 3317: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.977771 +Vertex 3318: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.964079 + Group: 'forearm.R', Weight: 0.018896 +Vertex 3319: +Vertex groups: 2 + Group: 'spine', Weight: 0.529300 + Group: 'spine1', Weight: 0.425431 +Vertex 3320: +Vertex groups: 3 + Group: 'spine', Weight: 0.307028 + Group: 'spine1', Weight: 0.629955 + Group: 'spine1.001', Weight: 0.048554 +Vertex 3321: +Vertex groups: 3 + Group: 'spine', Weight: 0.178169 + Group: 'spine1', Weight: 0.744804 + Group: 'spine1.001', Weight: 0.068680 +Vertex 3322: +Vertex groups: 2 + Group: 'spine', Weight: 0.651978 + Group: 'spine1', Weight: 0.301610 +Vertex 3323: +Vertex groups: 2 + Group: 'spine', Weight: 0.695576 + Group: 'spine1', Weight: 0.258602 +Vertex 3324: +Vertex groups: 3 + Group: 'spine', Weight: 0.148425 + Group: 'spine1', Weight: 0.778291 + Group: 'spine1.001', Weight: 0.068326 +Vertex 3325: +Vertex groups: 3 + Group: 'spine', Weight: 0.147790 + Group: 'spine1', Weight: 0.769355 + Group: 'spine1.001', Weight: 0.076758 +Vertex 3326: +Vertex groups: 3 + Group: 'spine', Weight: 0.145657 + Group: 'spine1', Weight: 0.775121 + Group: 'spine1.001', Weight: 0.073874 +Vertex 3327: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.265691 + Group: 'spine.003', Weight: 0.522461 + Group: 'shoulder.L', Weight: 0.070032 + Group: 'shoulder.R', Weight: 0.094913 +Vertex 3328: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.006285 + Group: 'spine.002', Weight: 0.715797 + Group: 'spine.003', Weight: 0.173528 + Group: 'shoulder.R', Weight: 0.009385 +Vertex 3329: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.566859 + Group: 'spine.003', Weight: 0.295743 + Group: 'shoulder.L', Weight: 0.032383 + Group: 'shoulder.R', Weight: 0.046931 +Vertex 3330: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.874041 + Group: 'forearm.R', Weight: 0.125720 +Vertex 3331: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.746854 + Group: 'forearm.R', Weight: 0.252997 +Vertex 3332: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.910120 + Group: 'forearm.R', Weight: 0.089669 +Vertex 3333: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.839607 + Group: 'forearm.R', Weight: 0.160259 +Vertex 3334: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.814956 + Group: 'forearm.R', Weight: 0.184904 +Vertex 3335: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.897448 + Group: 'forearm.R', Weight: 0.102321 +Vertex 3336: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.958799 + Group: 'forearm.R', Weight: 0.031651 +Vertex 3337: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.955095 + Group: 'forearm.R', Weight: 0.038804 +Vertex 3338: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.947046 + Group: 'forearm.R', Weight: 0.052272 +Vertex 3339: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.973037 +Vertex 3340: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.045767 + Group: 'forearm.R', Weight: 0.949993 +Vertex 3341: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.010870 + Group: 'forearm.R', Weight: 0.967974 +Vertex 3342: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.036497 + Group: 'forearm.R', Weight: 0.953156 +Vertex 3343: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.987312 +Vertex 3344: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.974139 +Vertex 3345: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.016427 + Group: 'forearm.R', Weight: 0.965212 +Vertex 3346: +Vertex groups: 3 + Group: 'spine', Weight: 0.044110 + Group: 'spine.001', Weight: 0.521290 + Group: 'spine.002', Weight: 0.412385 +Vertex 3347: +Vertex groups: 3 + Group: 'spine', Weight: 0.207869 + Group: 'spine.001', Weight: 0.699399 + Group: 'spine.002', Weight: 0.084763 +Vertex 3348: +Vertex groups: 3 + Group: 'spine', Weight: 0.009977 + Group: 'spine.001', Weight: 0.336493 + Group: 'spine.002', Weight: 0.603006 +Vertex 3349: +Vertex groups: 3 + Group: 'spine', Weight: 0.021258 + Group: 'spine.001', Weight: 0.346661 + Group: 'spine.002', Weight: 0.586935 +Vertex 3350: +Vertex groups: 3 + Group: 'spine', Weight: 0.202389 + Group: 'spine.001', Weight: 0.675986 + Group: 'spine.002', Weight: 0.111550 +Vertex 3351: +Vertex groups: 3 + Group: 'spine', Weight: 0.659965 + Group: 'spine.001', Weight: 0.294406 + Group: 'spine.002', Weight: 0.008137 +Vertex 3352: +Vertex groups: 2 + Group: 'spine', Weight: 0.760218 + Group: 'spine.001', Weight: 0.195741 +Vertex 3353: +Vertex groups: 3 + Group: 'spine', Weight: 0.642548 + Group: 'spine.001', Weight: 0.318381 + Group: 'spine.002', Weight: 0.001190 +Vertex 3354: +Vertex groups: 2 + Group: 'spine', Weight: 0.783177 + Group: 'spine.001', Weight: 0.180838 +Vertex 3355: +Vertex groups: 3 + Group: 'spine', Weight: 0.839233 + Group: 'spine.001', Weight: 0.108486 + Group: 'spine1', Weight: 0.026035 +Vertex 3356: +Vertex groups: 3 + Group: 'spine', Weight: 0.856410 + Group: 'spine.001', Weight: 0.090104 + Group: 'spine1', Weight: 0.034294 +Vertex 3357: +Vertex groups: 2 + Group: 'spine', Weight: 0.818859 + Group: 'spine.001', Weight: 0.142203 +Vertex 3358: +Vertex groups: 3 + Group: 'spine', Weight: 0.023528 + Group: 'spine.001', Weight: 0.443932 + Group: 'spine.002', Weight: 0.497264 +Vertex 3359: +Vertex groups: 3 + Group: 'spine', Weight: 0.210158 + Group: 'spine.001', Weight: 0.696534 + Group: 'spine.002', Weight: 0.085250 +Vertex 3360: +Vertex groups: 2 + Group: 'spine', Weight: 0.652928 + Group: 'spine.001', Weight: 0.308604 +Vertex 3361: +Vertex groups: 2 + Group: 'spine', Weight: 0.717951 + Group: 'spine.001', Weight: 0.244761 +Vertex 3362: +Vertex groups: 3 + Group: 'spine', Weight: 0.848522 + Group: 'spine.001', Weight: 0.109949 + Group: 'spine1', Weight: 0.009505 +Vertex 3363: +Vertex groups: 3 + Group: 'spine', Weight: 0.024577 + Group: 'spine.001', Weight: 0.426284 + Group: 'spine.002', Weight: 0.512004 +Vertex 3364: +Vertex groups: 3 + Group: 'spine', Weight: 0.024952 + Group: 'spine.001', Weight: 0.377893 + Group: 'spine.002', Weight: 0.556212 +Vertex 3365: +Vertex groups: 3 + Group: 'spine', Weight: 0.211112 + Group: 'spine.001', Weight: 0.674317 + Group: 'spine.002', Weight: 0.104769 +Vertex 3366: +Vertex groups: 3 + Group: 'spine', Weight: 0.679907 + Group: 'spine.001', Weight: 0.277523 + Group: 'spine.002', Weight: 0.001567 +Vertex 3367: +Vertex groups: 2 + Group: 'spine', Weight: 0.739550 + Group: 'spine.001', Weight: 0.221161 +Vertex 3368: +Vertex groups: 3 + Group: 'spine', Weight: 0.825394 + Group: 'spine.001', Weight: 0.126571 + Group: 'spine1', Weight: 0.015344 +Vertex 3369: +Vertex groups: 3 + Group: 'spine', Weight: 0.819154 + Group: 'spine.001', Weight: 0.138873 + Group: 'spine1', Weight: 0.004756 +Vertex 3370: +Vertex groups: 3 + Group: 'spine', Weight: 0.474096 + Group: 'spine.001', Weight: 0.453023 + Group: 'spine.002', Weight: 0.059991 +Vertex 3371: +Vertex groups: 3 + Group: 'spine', Weight: 0.381028 + Group: 'spine.001', Weight: 0.554166 + Group: 'spine.002', Weight: 0.054035 +Vertex 3372: +Vertex groups: 3 + Group: 'spine', Weight: 0.285460 + Group: 'spine.001', Weight: 0.639313 + Group: 'spine.002', Weight: 0.066501 +Vertex 3373: +Vertex groups: 3 + Group: 'spine', Weight: 0.374473 + Group: 'spine.001', Weight: 0.571127 + Group: 'spine.002', Weight: 0.040420 +Vertex 3374: +Vertex groups: 3 + Group: 'spine', Weight: 0.382151 + Group: 'spine.001', Weight: 0.553943 + Group: 'spine.002', Weight: 0.053161 +Vertex 3375: +Vertex groups: 3 + Group: 'spine', Weight: 0.286761 + Group: 'spine.001', Weight: 0.639499 + Group: 'spine.002', Weight: 0.065179 +Vertex 3376: +Vertex groups: 3 + Group: 'spine', Weight: 0.286197 + Group: 'spine.001', Weight: 0.633518 + Group: 'spine.002', Weight: 0.071078 +Vertex 3377: +Vertex groups: 3 + Group: 'spine', Weight: 0.110209 + Group: 'spine.001', Weight: 0.489664 + Group: 'spine.002', Weight: 0.360784 +Vertex 3378: +Vertex groups: 3 + Group: 'spine', Weight: 0.113323 + Group: 'spine.001', Weight: 0.591243 + Group: 'spine.002', Weight: 0.275556 +Vertex 3379: +Vertex groups: 3 + Group: 'spine', Weight: 0.119337 + Group: 'spine.001', Weight: 0.632771 + Group: 'spine.002', Weight: 0.232804 +Vertex 3380: +Vertex groups: 3 + Group: 'spine', Weight: 0.061246 + Group: 'spine.001', Weight: 0.613705 + Group: 'spine.002', Weight: 0.310060 +Vertex 3381: +Vertex groups: 3 + Group: 'spine', Weight: 0.059915 + Group: 'spine.001', Weight: 0.588295 + Group: 'spine.002', Weight: 0.335044 +Vertex 3382: +Vertex groups: 3 + Group: 'spine', Weight: 0.073931 + Group: 'spine.001', Weight: 0.548393 + Group: 'spine.002', Weight: 0.358915 +Vertex 3383: +Vertex groups: 4 + Group: 'spine', Weight: 0.032206 + Group: 'spine.001', Weight: 0.142359 + Group: 'spine.002', Weight: 0.653947 + Group: 'spine.003', Weight: 0.091942 +Vertex 3384: +Vertex groups: 4 + Group: 'spine', Weight: 0.060567 + Group: 'spine.001', Weight: 0.223808 + Group: 'spine.002', Weight: 0.609481 + Group: 'spine.003', Weight: 0.055195 +Vertex 3385: +Vertex groups: 4 + Group: 'spine', Weight: 0.079189 + Group: 'spine.001', Weight: 0.332887 + Group: 'spine.002', Weight: 0.516397 + Group: 'spine.003', Weight: 0.020051 +Vertex 3386: +Vertex groups: 3 + Group: 'spine', Weight: 0.118653 + Group: 'spine.001', Weight: 0.621608 + Group: 'spine.002', Weight: 0.243255 +Vertex 3387: +Vertex groups: 3 + Group: 'spine', Weight: 0.117182 + Group: 'spine.001', Weight: 0.610349 + Group: 'spine.002', Weight: 0.254507 +Vertex 3388: +Vertex groups: 3 + Group: 'spine', Weight: 0.073713 + Group: 'spine.001', Weight: 0.570416 + Group: 'spine.002', Weight: 0.338094 +Vertex 3389: +Vertex groups: 3 + Group: 'spine', Weight: 0.064240 + Group: 'spine.001', Weight: 0.616310 + Group: 'spine.002', Weight: 0.304377 +Vertex 3390: +Vertex groups: 3 + Group: 'spine', Weight: 0.063530 + Group: 'spine.001', Weight: 0.566974 + Group: 'spine.002', Weight: 0.351397 +Vertex 3391: +Vertex groups: 3 + Group: 'spine', Weight: 0.154413 + Group: 'spine.001', Weight: 0.630935 + Group: 'spine.002', Weight: 0.198443 +Vertex 3392: +Vertex groups: 3 + Group: 'spine', Weight: 0.173449 + Group: 'spine.001', Weight: 0.658385 + Group: 'spine.002', Weight: 0.155740 +Vertex 3393: +Vertex groups: 3 + Group: 'spine', Weight: 0.112594 + Group: 'spine.001', Weight: 0.713368 + Group: 'spine.002', Weight: 0.164284 +Vertex 3394: +Vertex groups: 3 + Group: 'spine', Weight: 0.110474 + Group: 'spine.001', Weight: 0.648902 + Group: 'spine.002', Weight: 0.226828 +Vertex 3395: +Vertex groups: 4 + Group: 'spine', Weight: 0.054338 + Group: 'spine.001', Weight: 0.186168 + Group: 'spine.002', Weight: 0.636450 + Group: 'spine.003', Weight: 0.068620 +Vertex 3396: +Vertex groups: 4 + Group: 'spine', Weight: 0.080250 + Group: 'spine.001', Weight: 0.294877 + Group: 'spine.002', Weight: 0.544622 + Group: 'spine.003', Weight: 0.032469 +Vertex 3397: +Vertex groups: 3 + Group: 'spine', Weight: 0.124401 + Group: 'spine.001', Weight: 0.483868 + Group: 'spine.002', Weight: 0.345222 +Vertex 3398: +Vertex groups: 3 + Group: 'spine', Weight: 0.162065 + Group: 'spine.001', Weight: 0.648056 + Group: 'spine.002', Weight: 0.175930 +Vertex 3399: +Vertex groups: 3 + Group: 'spine', Weight: 0.158025 + Group: 'spine.001', Weight: 0.639975 + Group: 'spine.002', Weight: 0.186992 +Vertex 3400: +Vertex groups: 3 + Group: 'spine', Weight: 0.103813 + Group: 'spine.001', Weight: 0.653013 + Group: 'spine.002', Weight: 0.229666 +Vertex 3401: +Vertex groups: 3 + Group: 'spine', Weight: 0.086204 + Group: 'spine.001', Weight: 0.677100 + Group: 'spine.002', Weight: 0.224661 +Vertex 3402: +Vertex groups: 3 + Group: 'spine', Weight: 0.086767 + Group: 'spine.001', Weight: 0.647291 + Group: 'spine.002', Weight: 0.252124 +Vertex 3403: +Vertex groups: 3 + Group: 'spine', Weight: 0.165476 + Group: 'spine.001', Weight: 0.577090 + Group: 'spine.002', Weight: 0.231511 +Vertex 3404: +Vertex groups: 3 + Group: 'spine', Weight: 0.112237 + Group: 'spine.001', Weight: 0.699143 + Group: 'spine.002', Weight: 0.177982 +Vertex 3405: +Vertex groups: 3 + Group: 'spine', Weight: 0.034763 + Group: 'spine.001', Weight: 0.483363 + Group: 'spine.002', Weight: 0.453844 +Vertex 3406: +Vertex groups: 3 + Group: 'spine', Weight: 0.042168 + Group: 'spine.001', Weight: 0.506465 + Group: 'spine.002', Weight: 0.426804 +Vertex 3407: +Vertex groups: 3 + Group: 'spine', Weight: 0.033864 + Group: 'spine.001', Weight: 0.439386 + Group: 'spine.002', Weight: 0.493754 +Vertex 3408: +Vertex groups: 3 + Group: 'spine', Weight: 0.064541 + Group: 'spine.001', Weight: 0.622875 + Group: 'spine.002', Weight: 0.297946 +Vertex 3409: +Vertex groups: 3 + Group: 'spine', Weight: 0.072315 + Group: 'spine.001', Weight: 0.573588 + Group: 'spine.002', Weight: 0.336431 +Vertex 3410: +Vertex groups: 3 + Group: 'spine', Weight: 0.147821 + Group: 'spine.001', Weight: 0.714789 + Group: 'spine.002', Weight: 0.128463 +Vertex 3411: +Vertex groups: 3 + Group: 'spine', Weight: 0.145052 + Group: 'spine.001', Weight: 0.702574 + Group: 'spine.002', Weight: 0.142532 +Vertex 3412: +Vertex groups: 3 + Group: 'spine', Weight: 0.087781 + Group: 'spine.001', Weight: 0.670598 + Group: 'spine.002', Weight: 0.229143 +Vertex 3413: +Vertex groups: 3 + Group: 'spine', Weight: 0.112488 + Group: 'spine.001', Weight: 0.710530 + Group: 'spine.002', Weight: 0.167066 +Vertex 3414: +Vertex groups: 3 + Group: 'spine', Weight: 0.204319 + Group: 'spine.001', Weight: 0.697005 + Group: 'spine.002', Weight: 0.090441 +Vertex 3415: +Vertex groups: 3 + Group: 'spine', Weight: 0.114981 + Group: 'spine.001', Weight: 0.670685 + Group: 'spine.002', Weight: 0.201986 +Vertex 3416: +Vertex groups: 3 + Group: 'spine', Weight: 0.199066 + Group: 'spine.001', Weight: 0.691530 + Group: 'spine.002', Weight: 0.100472 +Vertex 3417: +Vertex groups: 3 + Group: 'spine', Weight: 0.517562 + Group: 'spine.001', Weight: 0.436094 + Group: 'spine.002', Weight: 0.019897 +Vertex 3418: +Vertex groups: 3 + Group: 'spine', Weight: 0.514845 + Group: 'spine.001', Weight: 0.439110 + Group: 'spine.002', Weight: 0.018839 +Vertex 3419: +Vertex groups: 3 + Group: 'spine', Weight: 0.369808 + Group: 'spine.001', Weight: 0.571315 + Group: 'spine.002', Weight: 0.048859 +Vertex 3420: +Vertex groups: 3 + Group: 'spine', Weight: 0.141930 + Group: 'spine.001', Weight: 0.710396 + Group: 'spine.002', Weight: 0.138288 +Vertex 3421: +Vertex groups: 2 + Group: 'spine', Weight: 0.778458 + Group: 'spine.001', Weight: 0.182735 +Vertex 3422: +Vertex groups: 2 + Group: 'spine', Weight: 0.760416 + Group: 'spine.001', Weight: 0.203126 +Vertex 3423: +Vertex groups: 2 + Group: 'spine', Weight: 0.775023 + Group: 'spine.001', Weight: 0.183095 +Vertex 3424: +Vertex groups: 3 + Group: 'spine', Weight: 0.649219 + Group: 'spine.001', Weight: 0.311888 + Group: 'spine.002', Weight: 0.000029 +Vertex 3425: +Vertex groups: 3 + Group: 'spine', Weight: 0.374612 + Group: 'spine.001', Weight: 0.569880 + Group: 'spine.002', Weight: 0.042631 +Vertex 3426: +Vertex groups: 2 + Group: 'spine', Weight: 0.673547 + Group: 'spine.001', Weight: 0.286364 +Vertex 3427: +Vertex groups: 3 + Group: 'spine', Weight: 0.374562 + Group: 'spine.001', Weight: 0.565907 + Group: 'spine.002', Weight: 0.048970 +Vertex 3428: +Vertex groups: 3 + Group: 'spine', Weight: 0.508747 + Group: 'spine.001', Weight: 0.445633 + Group: 'spine.002', Weight: 0.019043 +Vertex 3429: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.684213 + Group: 'forearm.R', Weight: 0.315658 +Vertex 3430: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.984915 +Vertex 3431: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.234893 + Group: 'forearm.R', Weight: 0.764973 +Vertex 3432: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994088 +Vertex 3433: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.902279 + Group: 'forearm.R', Weight: 0.097605 +Vertex 3434: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.308429 + Group: 'forearm.R', Weight: 0.691381 +Vertex 3435: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.987988 +Vertex 3436: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994146 +Vertex 3437: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.337531 + Group: 'forearm.R', Weight: 0.662258 +Vertex 3438: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.951032 + Group: 'forearm.R', Weight: 0.044546 +Vertex 3439: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.512656 + Group: 'forearm.R', Weight: 0.487215 +Vertex 3440: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.977317 +Vertex 3441: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.298095 + Group: 'forearm.R', Weight: 0.701723 +Vertex 3442: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.791517 + Group: 'forearm.R', Weight: 0.208217 +Vertex 3443: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.970965 +Vertex 3444: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.278604 + Group: 'forearm.R', Weight: 0.721180 +Vertex 3445: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.189894 + Group: 'forearm.R', Weight: 0.809059 +Vertex 3446: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.186001 + Group: 'forearm.R', Weight: 0.813353 +Vertex 3447: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.194680 + Group: 'forearm.R', Weight: 0.804980 +Vertex 3448: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.213466 + Group: 'forearm.R', Weight: 0.786310 +Vertex 3449: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.203395 + Group: 'forearm.R', Weight: 0.795687 +Vertex 3450: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.265690 + Group: 'forearm.R', Weight: 0.733974 +Vertex 3451: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.186246 + Group: 'forearm.R', Weight: 0.813296 +Vertex 3452: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.213220 + Group: 'forearm.R', Weight: 0.786369 +Vertex 3453: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.163860 + Group: 'forearm.R', Weight: 0.835855 +Vertex 3454: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.976132 +Vertex 3455: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.974224 +Vertex 3456: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996445 +Vertex 3457: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.978549 +Vertex 3458: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.972543 +Vertex 3459: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.975021 +Vertex 3460: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994484 +Vertex 3461: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.988872 +Vertex 3462: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.972998 +Vertex 3463: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.978791 +Vertex 3464: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990296 +Vertex 3465: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996130 +Vertex 3466: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.691667 + Group: 'spine.005', Weight: 0.167929 + Group: 'shoulder.R', Weight: 0.104317 +Vertex 3467: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.618202 + Group: 'spine.005', Weight: 0.219577 + Group: 'Head', Weight: 0.018564 + Group: 'shoulder.R', Weight: 0.114821 +Vertex 3468: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.584137 + Group: 'spine.005', Weight: 0.235830 + Group: 'Head', Weight: 0.043133 + Group: 'shoulder.R', Weight: 0.119344 +Vertex 3469: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.557324 + Group: 'spine.005', Weight: 0.210052 + Group: 'Head', Weight: 0.063245 + Group: 'shoulder.R', Weight: 0.143770 +Vertex 3470: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.571513 + Group: 'spine.005', Weight: 0.173887 + Group: 'Head', Weight: 0.068210 + Group: 'shoulder.R', Weight: 0.147080 +Vertex 3471: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.588819 + Group: 'spine.005', Weight: 0.159945 + Group: 'Head', Weight: 0.077837 + Group: 'shoulder.L', Weight: 0.009818 + Group: 'shoulder.R', Weight: 0.118449 +Vertex 3472: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.597448 + Group: 'spine.005', Weight: 0.155865 + Group: 'Head', Weight: 0.087225 + Group: 'shoulder.L', Weight: 0.040792 + Group: 'shoulder.R', Weight: 0.088107 +Vertex 3473: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.752635 + Group: 'spine.005', Weight: 0.127893 + Group: 'shoulder.R', Weight: 0.076298 +Vertex 3474: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.220355 + Group: 'spine.002', Weight: 0.715962 + Group: 'spine.003', Weight: 0.004203 +Vertex 3475: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.860582 + Group: 'forearm.R', Weight: 0.138370 +Vertex 3476: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.917787 + Group: 'forearm.R', Weight: 0.081954 +Vertex 3477: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.874580 + Group: 'forearm.R', Weight: 0.124840 +Vertex 3478: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.835956 + Group: 'forearm.R', Weight: 0.163188 +Vertex 3479: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.950433 + Group: 'forearm.R', Weight: 0.048739 +Vertex 3480: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.847700 + Group: 'forearm.R', Weight: 0.151453 +Vertex 3481: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.852232 + Group: 'forearm.R', Weight: 0.146661 +Vertex 3482: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.950714 + Group: 'forearm.R', Weight: 0.048339 +Vertex 3483: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.843200 + Group: 'forearm.R', Weight: 0.156173 +Vertex 3484: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.868255 + Group: 'forearm.R', Weight: 0.131132 +Vertex 3485: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.911553 + Group: 'forearm.R', Weight: 0.087982 +Vertex 3486: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.936667 + Group: 'forearm.R', Weight: 0.063063 +Vertex 3487: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.927981 + Group: 'forearm.R', Weight: 0.071697 +Vertex 3488: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.915011 + Group: 'forearm.R', Weight: 0.084620 +Vertex 3489: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.953963 + Group: 'forearm.R', Weight: 0.041787 +Vertex 3490: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.891799 + Group: 'forearm.R', Weight: 0.107637 +Vertex 3491: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.965351 + Group: 'forearm.R', Weight: 0.008561 +Vertex 3492: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990247 +Vertex 3493: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.974051 +Vertex 3494: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.958424 + Group: 'forearm.R', Weight: 0.025020 +Vertex 3495: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990428 +Vertex 3496: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.984422 +Vertex 3497: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.991213 +Vertex 3498: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.972186 + Group: 'forearm.R', Weight: 0.001021 +Vertex 3499: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.962449 + Group: 'forearm.R', Weight: 0.019532 +Vertex 3500: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.965349 + Group: 'forearm.R', Weight: 0.009887 +Vertex 3501: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.962897 + Group: 'forearm.R', Weight: 0.014119 +Vertex 3502: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.993342 +Vertex 3503: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.965228 + Group: 'forearm.R', Weight: 0.013768 +Vertex 3504: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.968515 + Group: 'forearm.R', Weight: 0.003534 +Vertex 3505: +Vertex groups: 5 + Group: 'spine', Weight: 0.009865 + Group: 'spine.001', Weight: 0.170627 + Group: 'spine.002', Weight: 0.708385 + Group: 'spine.003', Weight: 0.036775 + Group: 'upper_arm.R', Weight: 0.009415 +Vertex 3506: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.067466 + Group: 'spine.002', Weight: 0.546883 + Group: 'spine.003', Weight: 0.215925 + Group: 'shoulder.R', Weight: 0.055199 + Group: 'upper_arm.R', Weight: 0.054544 +Vertex 3507: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.657979 + Group: 'spine.003', Weight: 0.142787 + Group: 'spine.001', Weight: 0.102667 + Group: 'upper_arm.R', Weight: 0.058878 + Group: 'shoulder.R', Weight: 0.037689 +Vertex 3508: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697737 + Group: 'spine.001', Weight: 0.121015 + Group: 'spine.003', Weight: 0.103668 + Group: 'upper_arm.R', Weight: 0.059098 + Group: 'shoulder.R', Weight: 0.018482 +Vertex 3509: +Vertex groups: 5 + Group: 'spine', Weight: 0.013138 + Group: 'spine.001', Weight: 0.136193 + Group: 'spine.002', Weight: 0.688823 + Group: 'spine.003', Weight: 0.066372 + Group: 'upper_arm.R', Weight: 0.043292 +Vertex 3510: +Vertex groups: 3 + Group: 'spine', Weight: 0.778971 + Group: 'spine.001', Weight: 0.026889 + Group: 'spine1', Weight: 0.163683 +Vertex 3511: +Vertex groups: 3 + Group: 'spine', Weight: 0.822526 + Group: 'spine.001', Weight: 0.041359 + Group: 'spine1', Weight: 0.112371 +Vertex 3512: +Vertex groups: 3 + Group: 'spine', Weight: 0.329338 + Group: 'spine1', Weight: 0.631655 + Group: 'spine1.001', Weight: 0.013825 +Vertex 3513: +Vertex groups: 3 + Group: 'spine', Weight: 0.566365 + Group: 'spine1', Weight: 0.387173 + Group: 'spine1.001', Weight: 0.001561 +Vertex 3514: +Vertex groups: 3 + Group: 'spine', Weight: 0.337946 + Group: 'spine1', Weight: 0.616087 + Group: 'spine1.001', Weight: 0.021243 +Vertex 3515: +Vertex groups: 3 + Group: 'spine', Weight: 0.835793 + Group: 'spine.001', Weight: 0.039663 + Group: 'spine1', Weight: 0.099348 +Vertex 3516: +Vertex groups: 3 + Group: 'spine', Weight: 0.292182 + Group: 'spine1', Weight: 0.660978 + Group: 'spine1.001', Weight: 0.028649 +Vertex 3517: +Vertex groups: 3 + Group: 'spine', Weight: 0.302592 + Group: 'spine1', Weight: 0.653899 + Group: 'spine1.001', Weight: 0.023130 +Vertex 3518: +Vertex groups: 3 + Group: 'spine', Weight: 0.131470 + Group: 'spine1', Weight: 0.749936 + Group: 'spine1.001', Weight: 0.101889 +Vertex 3519: +Vertex groups: 3 + Group: 'spine', Weight: 0.079551 + Group: 'spine1', Weight: 0.759648 + Group: 'spine1.001', Weight: 0.150248 +Vertex 3520: +Vertex groups: 3 + Group: 'spine', Weight: 0.214616 + Group: 'spine1', Weight: 0.693877 + Group: 'spine1.001', Weight: 0.074460 +Vertex 3521: +Vertex groups: 3 + Group: 'spine', Weight: 0.063234 + Group: 'spine1', Weight: 0.761214 + Group: 'spine1.001', Weight: 0.167840 +Vertex 3522: +Vertex groups: 3 + Group: 'spine', Weight: 0.059945 + Group: 'spine1', Weight: 0.769742 + Group: 'spine1.001', Weight: 0.163861 +Vertex 3523: +Vertex groups: 3 + Group: 'spine', Weight: 0.204085 + Group: 'spine1', Weight: 0.705810 + Group: 'spine1.001', Weight: 0.072701 +Vertex 3524: +Vertex groups: 3 + Group: 'spine', Weight: 0.219934 + Group: 'spine1', Weight: 0.691705 + Group: 'spine1.001', Weight: 0.070568 +Vertex 3525: +Vertex groups: 3 + Group: 'spine', Weight: 0.056860 + Group: 'spine1', Weight: 0.778492 + Group: 'spine1.001', Weight: 0.158949 +Vertex 3526: +Vertex groups: 4 + Group: 'spine', Weight: 0.761169 + Group: 'spine.001', Weight: 0.177780 + Group: 'spine.002', Weight: 0.011705 + Group: 'spine1', Weight: 0.000089 +Vertex 3527: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107879 + Group: 'spine.003', Weight: 0.119027 + Group: 'shoulder.R', Weight: 0.149434 + Group: 'upper_arm.R', Weight: 0.601253 +Vertex 3528: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.970726 +Vertex 3529: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.373364 + Group: 'forearm.R', Weight: 0.626304 +Vertex 3530: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.722308 + Group: 'forearm.R', Weight: 0.277156 +Vertex 3531: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004210 + Group: 'shoulder.R', Weight: 0.029486 + Group: 'upper_arm.R', Weight: 0.903314 +Vertex 3532: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063810 + Group: 'spine.003', Weight: 0.073213 + Group: 'shoulder.R', Weight: 0.093575 + Group: 'upper_arm.R', Weight: 0.755223 +Vertex 3533: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.249005 + Group: 'spine.003', Weight: 0.246591 + Group: 'shoulder.R', Weight: 0.143976 + Group: 'upper_arm.R', Weight: 0.315682 +Vertex 3534: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040067 + Group: 'spine.002', Weight: 0.490323 + Group: 'spine.003', Weight: 0.198410 + Group: 'shoulder.R', Weight: 0.081136 + Group: 'upper_arm.R', Weight: 0.159505 +Vertex 3535: +Vertex groups: 5 + Group: 'spine', Weight: 0.048212 + Group: 'spine.001', Weight: 0.209642 + Group: 'spine.002', Weight: 0.635156 + Group: 'spine.003', Weight: 0.051066 + Group: 'upper_arm.R', Weight: 0.011197 +Vertex 3536: +Vertex groups: 3 + Group: 'spine', Weight: 0.242313 + Group: 'spine.001', Weight: 0.563282 + Group: 'spine.002', Weight: 0.170812 +Vertex 3537: +Vertex groups: 3 + Group: 'spine', Weight: 0.602968 + Group: 'spine.001', Weight: 0.309187 + Group: 'spine.002', Weight: 0.066402 +Vertex 3538: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.083827 + Group: 'spine.002', Weight: 0.646219 + Group: 'spine.003', Weight: 0.114600 + Group: 'shoulder.R', Weight: 0.035547 + Group: 'upper_arm.R', Weight: 0.081609 +Vertex 3539: +Vertex groups: 3 + Group: 'spine', Weight: 0.691940 + Group: 'spine.001', Weight: 0.242073 + Group: 'spine.002', Weight: 0.032586 +Vertex 3540: +Vertex groups: 3 + Group: 'spine', Weight: 0.810020 + Group: 'spine.001', Weight: 0.050748 + Group: 'spine1', Weight: 0.121006 +Vertex 3541: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142123 + Group: 'spine.003', Weight: 0.151700 + Group: 'shoulder.R', Weight: 0.182616 + Group: 'upper_arm.R', Weight: 0.494372 +Vertex 3542: +Vertex groups: 3 + Group: 'spine', Weight: 0.823659 + Group: 'spine.001', Weight: 0.098808 + Group: 'spine1', Weight: 0.054736 +Vertex 3543: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.104816 + Group: 'forearm.R', Weight: 0.894798 +Vertex 3544: +Vertex groups: 1 + Group: 'spine2', Weight: 0.985816 +Vertex 3545: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3546: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.806102 + Group: 'spine2', Weight: 0.190187 +Vertex 3547: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.269529 + Group: 'spine1.003', Weight: 0.728594 +Vertex 3548: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.136714 + Group: 'spine1.002', Weight: 0.830055 +Vertex 3549: +Vertex groups: 4 + Group: 'spine', Weight: 0.052035 + Group: 'spine1', Weight: 0.689817 + Group: 'spine1.001', Weight: 0.219964 + Group: 'spine1.002', Weight: 0.022958 +Vertex 3550: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.114443 + Group: 'spine2', Weight: 0.885106 +Vertex 3551: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.028340 + Group: 'spine1.003', Weight: 0.959829 +Vertex 3552: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.912322 + Group: 'spine1.003', Weight: 0.065831 +Vertex 3553: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132561 + Group: 'spine1.001', Weight: 0.685428 + Group: 'spine1.002', Weight: 0.169449 +Vertex 3554: +Vertex groups: 3 + Group: 'spine', Weight: 0.459960 + Group: 'spine.001', Weight: 0.419333 + Group: 'spine.002', Weight: 0.100282 +Vertex 3555: +Vertex groups: 3 + Group: 'spine', Weight: 0.342838 + Group: 'spine.001', Weight: 0.508420 + Group: 'spine.002', Weight: 0.127676 +Vertex 3556: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.926947 + Group: 'forearm.R', Weight: 0.070799 +Vertex 3557: +Vertex groups: 3 + Group: 'spine', Weight: 0.409949 + Group: 'spine1', Weight: 0.537719 + Group: 'spine1.001', Weight: 0.022014 +Vertex 3558: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.003384 + Group: 'forearm.R', Weight: 0.972084 +Vertex 3559: +Vertex groups: 4 + Group: 'spine', Weight: 0.095894 + Group: 'spine.001', Weight: 0.420920 + Group: 'spine.002', Weight: 0.429469 + Group: 'spine.003', Weight: 0.000996 +Vertex 3560: +Vertex groups: 3 + Group: 'spine', Weight: 0.145789 + Group: 'spine.001', Weight: 0.535095 + Group: 'spine.002', Weight: 0.284110 +Vertex 3561: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.180216 + Group: 'forearm.R', Weight: 0.819480 +Vertex 3562: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.973494 +Vertex 3563: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.839217 + Group: 'forearm.R', Weight: 0.159803 +Vertex 3564: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.960174 + Group: 'forearm.R', Weight: 0.020674 +Vertex 3565: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.714619 + Group: 'spine.001', Weight: 0.134458 + Group: 'spine.003', Weight: 0.084785 + Group: 'upper_arm.R', Weight: 0.054691 + Group: 'spine', Weight: 0.011446 +Vertex 3566: +Vertex groups: 2 + Group: 'spine', Weight: 0.680804 + Group: 'spine1', Weight: 0.271223 +Vertex 3567: +Vertex groups: 3 + Group: 'spine', Weight: 0.164295 + Group: 'spine1', Weight: 0.732618 + Group: 'spine1.001', Weight: 0.085956 +Vertex 3568: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.980386 +Vertex 3569: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.985890 +Vertex 3570: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.010351 + Group: 'forearm.R', Weight: 0.968653 +Vertex 3571: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.018012 + Group: 'forearm.R', Weight: 0.963668 +Vertex 3572: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.971998 +Vertex 3573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013587 + Group: 'Head', Weight: 0.968089 +Vertex 3574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.034632 + Group: 'Head', Weight: 0.957557 +Vertex 3575: +Vertex groups: 1 + Group: 'Head', Weight: 0.981409 +Vertex 3576: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 3577: +Vertex groups: 1 + Group: 'Head', Weight: 0.975647 +Vertex 3578: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.004109 + Group: 'Head', Weight: 0.972807 +Vertex 3579: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021524 + Group: 'Head', Weight: 0.964078 +Vertex 3580: +Vertex groups: 1 + Group: 'Head', Weight: 0.981767 +Vertex 3581: +Vertex groups: 1 + Group: 'Head', Weight: 0.980399 +Vertex 3582: +Vertex groups: 1 + Group: 'Head', Weight: 0.977530 +Vertex 3583: +Vertex groups: 1 + Group: 'Head', Weight: 0.980551 +Vertex 3584: +Vertex groups: 1 + Group: 'Head', Weight: 0.980001 +Vertex 3585: +Vertex groups: 1 + Group: 'Head', Weight: 0.984899 +Vertex 3586: +Vertex groups: 1 + Group: 'Head', Weight: 0.983770 +Vertex 3587: +Vertex groups: 1 + Group: 'Head', Weight: 0.982237 +Vertex 3588: +Vertex groups: 1 + Group: 'Head', Weight: 0.985156 +Vertex 3589: +Vertex groups: 1 + Group: 'Head', Weight: 0.985279 +Vertex 3590: +Vertex groups: 1 + Group: 'Head', Weight: 0.987319 +Vertex 3591: +Vertex groups: 1 + Group: 'Head', Weight: 0.988391 +Vertex 3592: +Vertex groups: 1 + Group: 'Head', Weight: 0.988680 +Vertex 3593: +Vertex groups: 1 + Group: 'Head', Weight: 0.987940 +Vertex 3594: +Vertex groups: 1 + Group: 'Head', Weight: 0.987098 +Vertex 3595: +Vertex groups: 1 + Group: 'Head', Weight: 0.986034 +Vertex 3596: +Vertex groups: 1 + Group: 'Head', Weight: 0.988269 +Vertex 3597: +Vertex groups: 1 + Group: 'Head', Weight: 0.988379 +Vertex 3598: +Vertex groups: 1 + Group: 'Head', Weight: 0.989432 +Vertex 3599: +Vertex groups: 1 + Group: 'Head', Weight: 0.990345 +Vertex 3600: +Vertex groups: 1 + Group: 'Head', Weight: 0.990951 +Vertex 3601: +Vertex groups: 1 + Group: 'Head', Weight: 0.990980 +Vertex 3602: +Vertex groups: 1 + Group: 'Head', Weight: 0.990386 +Vertex 3603: +Vertex groups: 1 + Group: 'Head', Weight: 0.989131 +Vertex 3604: +Vertex groups: 1 + Group: 'Head', Weight: 0.990757 +Vertex 3605: +Vertex groups: 1 + Group: 'Head', Weight: 0.990635 +Vertex 3606: +Vertex groups: 1 + Group: 'Head', Weight: 0.991244 +Vertex 3607: +Vertex groups: 1 + Group: 'Head', Weight: 0.992020 +Vertex 3608: +Vertex groups: 1 + Group: 'Head', Weight: 0.992651 +Vertex 3609: +Vertex groups: 1 + Group: 'Head', Weight: 0.992857 +Vertex 3610: +Vertex groups: 1 + Group: 'Head', Weight: 0.992537 +Vertex 3611: +Vertex groups: 1 + Group: 'Head', Weight: 0.991704 +Vertex 3612: +Vertex groups: 1 + Group: 'Head', Weight: 0.992826 +Vertex 3613: +Vertex groups: 1 + Group: 'Head', Weight: 0.992520 +Vertex 3614: +Vertex groups: 1 + Group: 'Head', Weight: 0.992798 +Vertex 3615: +Vertex groups: 1 + Group: 'Head', Weight: 0.993373 +Vertex 3616: +Vertex groups: 1 + Group: 'Head', Weight: 0.993915 +Vertex 3617: +Vertex groups: 1 + Group: 'Head', Weight: 0.994161 +Vertex 3618: +Vertex groups: 1 + Group: 'Head', Weight: 0.994019 +Vertex 3619: +Vertex groups: 1 + Group: 'Head', Weight: 0.993502 +Vertex 3620: +Vertex groups: 1 + Group: 'Head', Weight: 0.994295 +Vertex 3621: +Vertex groups: 1 + Group: 'Head', Weight: 0.993991 +Vertex 3622: +Vertex groups: 1 + Group: 'Head', Weight: 0.994066 +Vertex 3623: +Vertex groups: 1 + Group: 'Head', Weight: 0.994437 +Vertex 3624: +Vertex groups: 1 + Group: 'Head', Weight: 0.994854 +Vertex 3625: +Vertex groups: 1 + Group: 'Head', Weight: 0.995085 +Vertex 3626: +Vertex groups: 1 + Group: 'Head', Weight: 0.995048 +Vertex 3627: +Vertex groups: 1 + Group: 'Head', Weight: 0.994745 +Vertex 3628: +Vertex groups: 1 + Group: 'Head', Weight: 0.995283 +Vertex 3629: +Vertex groups: 1 + Group: 'Head', Weight: 0.995035 +Vertex 3630: +Vertex groups: 1 + Group: 'Head', Weight: 0.995015 +Vertex 3631: +Vertex groups: 1 + Group: 'Head', Weight: 0.995236 +Vertex 3632: +Vertex groups: 1 + Group: 'Head', Weight: 0.995538 +Vertex 3633: +Vertex groups: 1 + Group: 'Head', Weight: 0.995736 +Vertex 3634: +Vertex groups: 1 + Group: 'Head', Weight: 0.995750 +Vertex 3635: +Vertex groups: 1 + Group: 'Head', Weight: 0.995579 +Vertex 3636: +Vertex groups: 1 + Group: 'Head', Weight: 0.995930 +Vertex 3637: +Vertex groups: 1 + Group: 'Head', Weight: 0.995740 +Vertex 3638: +Vertex groups: 1 + Group: 'Head', Weight: 0.995685 +Vertex 3639: +Vertex groups: 1 + Group: 'Head', Weight: 0.995809 +Vertex 3640: +Vertex groups: 1 + Group: 'Head', Weight: 0.996025 +Vertex 3641: +Vertex groups: 1 + Group: 'Head', Weight: 0.996187 +Vertex 3642: +Vertex groups: 1 + Group: 'Head', Weight: 0.996223 +Vertex 3643: +Vertex groups: 1 + Group: 'Head', Weight: 0.996124 +Vertex 3644: +Vertex groups: 1 + Group: 'Head', Weight: 0.996349 +Vertex 3645: +Vertex groups: 1 + Group: 'Head', Weight: 0.996209 +Vertex 3646: +Vertex groups: 1 + Group: 'Head', Weight: 0.996147 +Vertex 3647: +Vertex groups: 1 + Group: 'Head', Weight: 0.996209 +Vertex 3648: +Vertex groups: 1 + Group: 'Head', Weight: 0.996364 +Vertex 3649: +Vertex groups: 1 + Group: 'Head', Weight: 0.996495 +Vertex 3650: +Vertex groups: 1 + Group: 'Head', Weight: 0.996537 +Vertex 3651: +Vertex groups: 1 + Group: 'Head', Weight: 0.996480 +Vertex 3652: +Vertex groups: 1 + Group: 'Head', Weight: 0.996622 +Vertex 3653: +Vertex groups: 1 + Group: 'Head', Weight: 0.996521 +Vertex 3654: +Vertex groups: 1 + Group: 'Head', Weight: 0.996465 +Vertex 3655: +Vertex groups: 1 + Group: 'Head', Weight: 0.996495 +Vertex 3656: +Vertex groups: 1 + Group: 'Head', Weight: 0.996602 +Vertex 3657: +Vertex groups: 1 + Group: 'Head', Weight: 0.996703 +Vertex 3658: +Vertex groups: 1 + Group: 'Head', Weight: 0.996743 +Vertex 3659: +Vertex groups: 1 + Group: 'Head', Weight: 0.996711 +Vertex 3660: +Vertex groups: 1 + Group: 'Head', Weight: 0.996799 +Vertex 3661: +Vertex groups: 1 + Group: 'Head', Weight: 0.996728 +Vertex 3662: +Vertex groups: 1 + Group: 'Head', Weight: 0.996683 +Vertex 3663: +Vertex groups: 1 + Group: 'Head', Weight: 0.996695 +Vertex 3664: +Vertex groups: 1 + Group: 'Head', Weight: 0.996766 +Vertex 3665: +Vertex groups: 1 + Group: 'Head', Weight: 0.996841 +Vertex 3666: +Vertex groups: 1 + Group: 'Head', Weight: 0.996876 +Vertex 3667: +Vertex groups: 1 + Group: 'Head', Weight: 0.996858 +Vertex 3668: +Vertex groups: 1 + Group: 'Head', Weight: 0.996911 +Vertex 3669: +Vertex groups: 1 + Group: 'Head', Weight: 0.996864 +Vertex 3670: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 3671: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 3672: +Vertex groups: 1 + Group: 'Head', Weight: 0.996874 +Vertex 3673: +Vertex groups: 1 + Group: 'Head', Weight: 0.996929 +Vertex 3674: +Vertex groups: 1 + Group: 'Head', Weight: 0.996957 +Vertex 3675: +Vertex groups: 1 + Group: 'Head', Weight: 0.996949 +Vertex 3676: +Vertex groups: 1 + Group: 'Head', Weight: 0.996982 +Vertex 3677: +Vertex groups: 1 + Group: 'Head', Weight: 0.996953 +Vertex 3678: +Vertex groups: 1 + Group: 'Head', Weight: 0.996930 +Vertex 3679: +Vertex groups: 1 + Group: 'Head', Weight: 0.996924 +Vertex 3680: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 3681: +Vertex groups: 1 + Group: 'Head', Weight: 0.996983 +Vertex 3682: +Vertex groups: 1 + Group: 'Head', Weight: 0.997005 +Vertex 3683: +Vertex groups: 1 + Group: 'Head', Weight: 0.997003 +Vertex 3684: +Vertex groups: 1 + Group: 'Head', Weight: 0.997027 +Vertex 3685: +Vertex groups: 1 + Group: 'Head', Weight: 0.997012 +Vertex 3686: +Vertex groups: 1 + Group: 'Head', Weight: 0.997000 +Vertex 3687: +Vertex groups: 1 + Group: 'Head', Weight: 0.996995 +Vertex 3688: +Vertex groups: 1 + Group: 'Head', Weight: 0.997003 +Vertex 3689: +Vertex groups: 1 + Group: 'Head', Weight: 0.997021 +Vertex 3690: +Vertex groups: 1 + Group: 'Head', Weight: 0.997035 +Vertex 3691: +Vertex groups: 1 + Group: 'Head', Weight: 0.997036 +Vertex 3692: +Vertex groups: 1 + Group: 'Head', Weight: 0.997054 +Vertex 3693: +Vertex groups: 1 + Group: 'Head', Weight: 0.997050 +Vertex 3694: +Vertex groups: 1 + Group: 'Head', Weight: 0.997047 +Vertex 3695: +Vertex groups: 1 + Group: 'Head', Weight: 0.997046 +Vertex 3696: +Vertex groups: 1 + Group: 'Head', Weight: 0.997048 +Vertex 3697: +Vertex groups: 1 + Group: 'Head', Weight: 0.997052 +Vertex 3698: +Vertex groups: 1 + Group: 'Head', Weight: 0.997057 +Vertex 3699: +Vertex groups: 1 + Group: 'Head', Weight: 0.997057 +Vertex 3700: +Vertex groups: 1 + Group: 'Head', Weight: 0.997064 +Vertex 3701: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078155 + Group: 'Head', Weight: 0.921844 +Vertex 3702: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072806 + Group: 'Head', Weight: 0.927193 +Vertex 3703: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.066086 + Group: 'Head', Weight: 0.933913 +Vertex 3704: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061518 + Group: 'Head', Weight: 0.938482 +Vertex 3705: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.059699 + Group: 'Head', Weight: 0.940300 +Vertex 3706: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060762 + Group: 'Head', Weight: 0.939237 +Vertex 3707: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064770 + Group: 'Head', Weight: 0.935229 +Vertex 3708: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071583 + Group: 'Head', Weight: 0.928416 +Vertex 3709: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088658 + Group: 'Head', Weight: 0.911341 +Vertex 3710: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090111 + Group: 'Head', Weight: 0.909888 +Vertex 3711: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077925 + Group: 'Head', Weight: 0.922074 +Vertex 3712: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074113 + Group: 'Head', Weight: 0.925887 +Vertex 3713: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071817 + Group: 'Head', Weight: 0.928182 +Vertex 3714: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071054 + Group: 'Head', Weight: 0.928945 +Vertex 3715: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071675 + Group: 'Head', Weight: 0.928324 +Vertex 3716: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078404 + Group: 'Head', Weight: 0.921595 +Vertex 3717: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084980 + Group: 'Head', Weight: 0.915019 +Vertex 3718: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082711 + Group: 'Head', Weight: 0.917288 +Vertex 3719: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079557 + Group: 'Head', Weight: 0.920442 +Vertex 3720: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077243 + Group: 'Head', Weight: 0.922756 +Vertex 3721: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075608 + Group: 'Head', Weight: 0.924391 +Vertex 3722: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074895 + Group: 'Head', Weight: 0.925104 +Vertex 3723: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075758 + Group: 'Head', Weight: 0.924241 +Vertex 3724: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079238 + Group: 'Head', Weight: 0.920761 +Vertex 3725: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.080427 + Group: 'Head', Weight: 0.919572 +Vertex 3726: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079808 + Group: 'Head', Weight: 0.920191 +Vertex 3727: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078675 + Group: 'Head', Weight: 0.921323 +Vertex 3728: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077580 + Group: 'Head', Weight: 0.922419 +Vertex 3729: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076628 + Group: 'Head', Weight: 0.923370 +Vertex 3730: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076080 + Group: 'Head', Weight: 0.923919 +Vertex 3731: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076596 + Group: 'Head', Weight: 0.923403 +Vertex 3732: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078477 + Group: 'Head', Weight: 0.921521 +Vertex 3733: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078652 + Group: 'Head', Weight: 0.921346 +Vertex 3734: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078394 + Group: 'Head', Weight: 0.921605 +Vertex 3735: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077880 + Group: 'Head', Weight: 0.922119 +Vertex 3736: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077339 + Group: 'Head', Weight: 0.922660 +Vertex 3737: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076837 + Group: 'Head', Weight: 0.923162 +Vertex 3738: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076527 + Group: 'Head', Weight: 0.923471 +Vertex 3739: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076842 + Group: 'Head', Weight: 0.923157 +Vertex 3740: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077906 + Group: 'Head', Weight: 0.922092 +Vertex 3741: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077638 + Group: 'Head', Weight: 0.922361 +Vertex 3742: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077514 + Group: 'Head', Weight: 0.922484 +Vertex 3743: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077256 + Group: 'Head', Weight: 0.922743 +Vertex 3744: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076986 + Group: 'Head', Weight: 0.923012 +Vertex 3745: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076754 + Group: 'Head', Weight: 0.923244 +Vertex 3746: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076643 + Group: 'Head', Weight: 0.923356 +Vertex 3747: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076835 + Group: 'Head', Weight: 0.923164 +Vertex 3748: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077342 + Group: 'Head', Weight: 0.922657 +Vertex 3749: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076934 + Group: 'Head', Weight: 0.923064 +Vertex 3750: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076866 + Group: 'Head', Weight: 0.923132 +Vertex 3751: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076731 + Group: 'Head', Weight: 0.923268 +Vertex 3752: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076604 + Group: 'Head', Weight: 0.923395 +Vertex 3753: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076517 + Group: 'Head', Weight: 0.923481 +Vertex 3754: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076504 + Group: 'Head', Weight: 0.923494 +Vertex 3755: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076614 + Group: 'Head', Weight: 0.923385 +Vertex 3756: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076823 + Group: 'Head', Weight: 0.923175 +Vertex 3757: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076384 + Group: 'Head', Weight: 0.923614 +Vertex 3758: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076336 + Group: 'Head', Weight: 0.923662 +Vertex 3759: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076260 + Group: 'Head', Weight: 0.923739 +Vertex 3760: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076205 + Group: 'Head', Weight: 0.923793 +Vertex 3761: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076186 + Group: 'Head', Weight: 0.923812 +Vertex 3762: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076207 + Group: 'Head', Weight: 0.923792 +Vertex 3763: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076268 + Group: 'Head', Weight: 0.923730 +Vertex 3764: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076351 + Group: 'Head', Weight: 0.923647 +Vertex 3765: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075913 + Group: 'Head', Weight: 0.924085 +Vertex 3766: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075875 + Group: 'Head', Weight: 0.924123 +Vertex 3767: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075826 + Group: 'Head', Weight: 0.924173 +Vertex 3768: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075802 + Group: 'Head', Weight: 0.924197 +Vertex 3769: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075808 + Group: 'Head', Weight: 0.924191 +Vertex 3770: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075834 + Group: 'Head', Weight: 0.924164 +Vertex 3771: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075872 + Group: 'Head', Weight: 0.924126 +Vertex 3772: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075909 + Group: 'Head', Weight: 0.924089 +Vertex 3773: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075481 + Group: 'Head', Weight: 0.924517 +Vertex 3774: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075455 + Group: 'Head', Weight: 0.924543 +Vertex 3775: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075417 + Group: 'Head', Weight: 0.924581 +Vertex 3776: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075399 + Group: 'Head', Weight: 0.924599 +Vertex 3777: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075406 + Group: 'Head', Weight: 0.924592 +Vertex 3778: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075429 + Group: 'Head', Weight: 0.924569 +Vertex 3779: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075457 + Group: 'Head', Weight: 0.924542 +Vertex 3780: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075480 + Group: 'Head', Weight: 0.924518 +Vertex 3781: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075057 + Group: 'Head', Weight: 0.924941 +Vertex 3782: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075046 + Group: 'Head', Weight: 0.924952 +Vertex 3783: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075015 + Group: 'Head', Weight: 0.924983 +Vertex 3784: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074990 + Group: 'Head', Weight: 0.925008 +Vertex 3785: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074988 + Group: 'Head', Weight: 0.925010 +Vertex 3786: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075002 + Group: 'Head', Weight: 0.924995 +Vertex 3787: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075025 + Group: 'Head', Weight: 0.924973 +Vertex 3788: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075048 + Group: 'Head', Weight: 0.924950 +Vertex 3789: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074617 + Group: 'Head', Weight: 0.925381 +Vertex 3790: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074620 + Group: 'Head', Weight: 0.925378 +Vertex 3791: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074595 + Group: 'Head', Weight: 0.925403 +Vertex 3792: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074560 + Group: 'Head', Weight: 0.925438 +Vertex 3793: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074546 + Group: 'Head', Weight: 0.925452 +Vertex 3794: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074552 + Group: 'Head', Weight: 0.925446 +Vertex 3795: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074572 + Group: 'Head', Weight: 0.925426 +Vertex 3796: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074597 + Group: 'Head', Weight: 0.925401 +Vertex 3797: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074149 + Group: 'Head', Weight: 0.925849 +Vertex 3798: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074166 + Group: 'Head', Weight: 0.925832 +Vertex 3799: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074148 + Group: 'Head', Weight: 0.925850 +Vertex 3800: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074104 + Group: 'Head', Weight: 0.925894 +Vertex 3801: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074076 + Group: 'Head', Weight: 0.925922 +Vertex 3802: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074072 + Group: 'Head', Weight: 0.925926 +Vertex 3803: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074089 + Group: 'Head', Weight: 0.925909 +Vertex 3804: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074118 + Group: 'Head', Weight: 0.925880 +Vertex 3805: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073646 + Group: 'Head', Weight: 0.926352 +Vertex 3806: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073689 + Group: 'Head', Weight: 0.926309 +Vertex 3807: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073690 + Group: 'Head', Weight: 0.926308 +Vertex 3808: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073638 + Group: 'Head', Weight: 0.926360 +Vertex 3809: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073589 + Group: 'Head', Weight: 0.926410 +Vertex 3810: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073556 + Group: 'Head', Weight: 0.926442 +Vertex 3811: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073552 + Group: 'Head', Weight: 0.926447 +Vertex 3812: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073589 + Group: 'Head', Weight: 0.926409 +Vertex 3813: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073090 + Group: 'Head', Weight: 0.926909 +Vertex 3814: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073189 + Group: 'Head', Weight: 0.926809 +Vertex 3815: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073223 + Group: 'Head', Weight: 0.926775 +Vertex 3816: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073157 + Group: 'Head', Weight: 0.926841 +Vertex 3817: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073091 + Group: 'Head', Weight: 0.926907 +Vertex 3818: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072987 + Group: 'Head', Weight: 0.927011 +Vertex 3819: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072852 + Group: 'Head', Weight: 0.927146 +Vertex 3820: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072934 + Group: 'Head', Weight: 0.927064 +Vertex 3821: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072623 + Group: 'Head', Weight: 0.927375 +Vertex 3822: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072712 + Group: 'Head', Weight: 0.927287 +Vertex 3823: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072747 + Group: 'Head', Weight: 0.927251 +Vertex 3824: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072694 + Group: 'Head', Weight: 0.927304 +Vertex 3825: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072572 + Group: 'Head', Weight: 0.927426 +Vertex 3826: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072448 + Group: 'Head', Weight: 0.927550 +Vertex 3827: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072414 + Group: 'Head', Weight: 0.927584 +Vertex 3828: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072495 + Group: 'Head', Weight: 0.927503 +Vertex 3829: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072271 + Group: 'Head', Weight: 0.927727 +Vertex 3830: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072301 + Group: 'Head', Weight: 0.927697 +Vertex 3831: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072310 + Group: 'Head', Weight: 0.927688 +Vertex 3832: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072287 + Group: 'Head', Weight: 0.927711 +Vertex 3833: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072240 + Group: 'Head', Weight: 0.927758 +Vertex 3834: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072196 + Group: 'Head', Weight: 0.927802 +Vertex 3835: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072192 + Group: 'Head', Weight: 0.927806 +Vertex 3836: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072224 + Group: 'Head', Weight: 0.927774 +Vertex 3837: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072150 + Group: 'Head', Weight: 0.927848 +Vertex 3838: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246538 + Group: 'Head', Weight: 0.753460 +Vertex 3839: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256952 + Group: 'Head', Weight: 0.743046 +Vertex 3840: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246325 + Group: 'Head', Weight: 0.753674 +Vertex 3841: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235210 + Group: 'Head', Weight: 0.764788 +Vertex 3842: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.228873 + Group: 'Head', Weight: 0.771125 +Vertex 3843: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.227390 + Group: 'Head', Weight: 0.772608 +Vertex 3844: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.229223 + Group: 'Head', Weight: 0.770775 +Vertex 3845: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235245 + Group: 'Head', Weight: 0.764753 +Vertex 3846: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260805 + Group: 'Head', Weight: 0.739193 +Vertex 3847: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267883 + Group: 'Head', Weight: 0.732116 +Vertex 3848: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.264149 + Group: 'Head', Weight: 0.735849 +Vertex 3849: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251484 + Group: 'Head', Weight: 0.748514 +Vertex 3850: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245195 + Group: 'Head', Weight: 0.754803 +Vertex 3851: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242703 + Group: 'Head', Weight: 0.757295 +Vertex 3852: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242938 + Group: 'Head', Weight: 0.757060 +Vertex 3853: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245804 + Group: 'Head', Weight: 0.754194 +Vertex 3854: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256305 + Group: 'Head', Weight: 0.743693 +Vertex 3855: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259167 + Group: 'Head', Weight: 0.740831 +Vertex 3856: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.257413 + Group: 'Head', Weight: 0.742585 +Vertex 3857: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253300 + Group: 'Head', Weight: 0.746698 +Vertex 3858: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250429 + Group: 'Head', Weight: 0.749569 +Vertex 3859: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249000 + Group: 'Head', Weight: 0.750998 +Vertex 3860: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249031 + Group: 'Head', Weight: 0.750967 +Vertex 3861: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250982 + Group: 'Head', Weight: 0.749016 +Vertex 3862: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255017 + Group: 'Head', Weight: 0.744981 +Vertex 3863: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256364 + Group: 'Head', Weight: 0.743634 +Vertex 3864: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255388 + Group: 'Head', Weight: 0.744610 +Vertex 3865: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253685 + Group: 'Head', Weight: 0.746313 +Vertex 3866: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252402 + Group: 'Head', Weight: 0.747596 +Vertex 3867: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251660 + Group: 'Head', Weight: 0.748338 +Vertex 3868: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251544 + Group: 'Head', Weight: 0.748454 +Vertex 3869: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252503 + Group: 'Head', Weight: 0.747495 +Vertex 3870: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254446 + Group: 'Head', Weight: 0.745552 +Vertex 3871: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255025 + Group: 'Head', Weight: 0.744973 +Vertex 3872: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254601 + Group: 'Head', Weight: 0.745396 +Vertex 3873: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253840 + Group: 'Head', Weight: 0.746158 +Vertex 3874: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253180 + Group: 'Head', Weight: 0.746818 +Vertex 3875: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252750 + Group: 'Head', Weight: 0.747248 +Vertex 3876: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252677 + Group: 'Head', Weight: 0.747321 +Vertex 3877: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253256 + Group: 'Head', Weight: 0.746742 +Vertex 3878: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253955 + Group: 'Head', Weight: 0.746043 +Vertex 3879: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254136 + Group: 'Head', Weight: 0.745862 +Vertex 3880: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254043 + Group: 'Head', Weight: 0.745955 +Vertex 3881: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253776 + Group: 'Head', Weight: 0.746221 +Vertex 3882: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253458 + Group: 'Head', Weight: 0.746539 +Vertex 3883: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253226 + Group: 'Head', Weight: 0.746772 +Vertex 3884: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253241 + Group: 'Head', Weight: 0.746757 +Vertex 3885: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253557 + Group: 'Head', Weight: 0.746440 +Vertex 3886: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253688 + Group: 'Head', Weight: 0.746309 +Vertex 3887: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253730 + Group: 'Head', Weight: 0.746267 +Vertex 3888: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253717 + Group: 'Head', Weight: 0.746280 +Vertex 3889: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253656 + Group: 'Head', Weight: 0.746342 +Vertex 3890: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253568 + Group: 'Head', Weight: 0.746430 +Vertex 3891: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253500 + Group: 'Head', Weight: 0.746498 +Vertex 3892: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253513 + Group: 'Head', Weight: 0.746485 +Vertex 3893: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253599 + Group: 'Head', Weight: 0.746399 +Vertex 3894: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253618 + Group: 'Head', Weight: 0.746380 +Vertex 3895: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253622 + Group: 'Head', Weight: 0.746375 +Vertex 3896: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253621 + Group: 'Head', Weight: 0.746377 +Vertex 3897: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253615 + Group: 'Head', Weight: 0.746383 +Vertex 3898: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253605 + Group: 'Head', Weight: 0.746392 +Vertex 3899: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253598 + Group: 'Head', Weight: 0.746399 +Vertex 3900: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253600 + Group: 'Head', Weight: 0.746398 +Vertex 3901: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253609 + Group: 'Head', Weight: 0.746389 +Vertex 3902: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253610 + Group: 'Head', Weight: 0.746388 +Vertex 3903: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996386 +Vertex 3904: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998830 +Vertex 3905: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998527 +Vertex 3906: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.992879 +Vertex 3907: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997752 +Vertex 3908: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998480 +Vertex 3909: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998439 +Vertex 3910: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997220 +Vertex 3911: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998156 +Vertex 3912: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998329 +Vertex 3913: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998329 +Vertex 3914: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998013 +Vertex 3915: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998198 +Vertex 3916: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998269 +Vertex 3917: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998257 +Vertex 3918: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998158 +Vertex 3919: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998215 +Vertex 3920: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998237 +Vertex 3921: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3922: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998199 +Vertex 3923: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998225 +Vertex 3924: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998229 +Vertex 3925: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998227 +Vertex 3926: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998222 +Vertex 3927: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3928: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3929: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998229 +Vertex 3930: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998229 +Vertex 3931: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3932: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3933: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3934: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3935: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996552 +Vertex 3936: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997841 +Vertex 3937: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998090 +Vertex 3938: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998191 +Vertex 3939: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998212 +Vertex 3940: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998223 +Vertex 3941: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998230 +Vertex 3942: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3943: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998362 +Vertex 3944: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998322 +Vertex 3945: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998269 +Vertex 3946: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998248 +Vertex 3947: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998232 +Vertex 3948: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998227 +Vertex 3949: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3950: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3951: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997597 +Vertex 3952: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996198 +Vertex 3953: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998724 +Vertex 3954: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998546 +Vertex 3955: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997510 +Vertex 3956: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998555 +Vertex 3957: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.161385 + Group: 'forearm.R', Weight: 0.838615 +Vertex 3958: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.255574 + Group: 'forearm.R', Weight: 0.744426 +Vertex 3959: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.376758 + Group: 'forearm.R', Weight: 0.623242 +Vertex 3960: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.165071 + Group: 'forearm.R', Weight: 0.834929 +Vertex 3961: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.348389 + Group: 'forearm.R', Weight: 0.651612 +Vertex 3962: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.357752 + Group: 'forearm.R', Weight: 0.642248 +Vertex 3963: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.336434 + Group: 'forearm.R', Weight: 0.663566 +Vertex 3964: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.405303 + Group: 'forearm.R', Weight: 0.594697 +Vertex 3965: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.350288 + Group: 'forearm.R', Weight: 0.649712 +Vertex 3966: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347922 + Group: 'forearm.R', Weight: 0.652078 +Vertex 3967: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.345926 + Group: 'forearm.R', Weight: 0.654075 +Vertex 3968: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.352563 + Group: 'forearm.R', Weight: 0.647437 +Vertex 3969: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347348 + Group: 'forearm.R', Weight: 0.652652 +Vertex 3970: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347159 + Group: 'forearm.R', Weight: 0.652841 +Vertex 3971: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347023 + Group: 'forearm.R', Weight: 0.652978 +Vertex 3972: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347317 + Group: 'forearm.R', Weight: 0.652683 +Vertex 3973: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347077 + Group: 'forearm.R', Weight: 0.652924 +Vertex 3974: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.255732 + Group: 'forearm.R', Weight: 0.744269 +Vertex 3975: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.367157 + Group: 'forearm.R', Weight: 0.632843 +Vertex 3976: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.345763 + Group: 'forearm.R', Weight: 0.654237 +Vertex 3977: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347002 + Group: 'forearm.R', Weight: 0.652999 +Vertex 3978: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.199659 + Group: 'forearm.R', Weight: 0.800341 +Vertex 3979: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.341801 + Group: 'forearm.R', Weight: 0.658200 +Vertex 3980: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.348567 + Group: 'forearm.R', Weight: 0.651434 +Vertex 3981: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347243 + Group: 'forearm.R', Weight: 0.652758 +Vertex 3982: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.746382 + Group: 'hand.R', Weight: 0.205330 + Group: 'thumb.01.R', Weight: 0.041466 +Vertex 3983: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.704752 + Group: 'hand.R', Weight: 0.194582 + Group: 'thumb.01.R', Weight: 0.097460 +Vertex 3984: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.753067 + Group: 'hand.R', Weight: 0.225669 +Vertex 3985: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.774396 + Group: 'hand.R', Weight: 0.217108 +Vertex 3986: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.702507 + Group: 'hand.R', Weight: 0.194802 + Group: 'thumb.01.R', Weight: 0.097157 +Vertex 3987: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.708444 + Group: 'hand.R', Weight: 0.236045 + Group: 'thumb.01.R', Weight: 0.046808 +Vertex 3988: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.708816 + Group: 'hand.R', Weight: 0.258990 + Group: 'thumb.01.R', Weight: 0.000361 +Vertex 3989: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.253826 + Group: 'hand.R', Weight: 0.640348 + Group: 'thumb.01.R', Weight: 0.099728 +Vertex 3990: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.293185 + Group: 'hand.R', Weight: 0.443799 + Group: 'thumb.01.R', Weight: 0.257206 +Vertex 3991: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.197744 + Group: 'hand.R', Weight: 0.756479 + Group: 'thumb.01.R', Weight: 0.029951 +Vertex 3992: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.181197 + Group: 'hand.R', Weight: 0.800080 +Vertex 3993: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.251548 + Group: 'hand.R', Weight: 0.440944 + Group: 'thumb.01.R', Weight: 0.294260 +Vertex 3994: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.242725 + Group: 'hand.R', Weight: 0.626096 + Group: 'thumb.01.R', Weight: 0.111169 +Vertex 3995: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.288314 + Group: 'hand.R', Weight: 0.638635 + Group: 'thumb.01.R', Weight: 0.053631 +Vertex 3996: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.141571 + Group: 'hand.R', Weight: 0.679858 + Group: 'thumb.01.R', Weight: 0.167239 +Vertex 3997: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.198833 + Group: 'hand.R', Weight: 0.392780 + Group: 'thumb.01.R', Weight: 0.399715 +Vertex 3998: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.085264 + Group: 'hand.R', Weight: 0.825281 + Group: 'thumb.01.R', Weight: 0.073668 +Vertex 3999: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.061353 + Group: 'hand.R', Weight: 0.890105 + Group: 'thumb.01.R', Weight: 0.019763 +Vertex 4000: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.122150 + Group: 'hand.R', Weight: 0.321469 + Group: 'thumb.01.R', Weight: 0.531757 +Vertex 4001: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.090666 + Group: 'hand.R', Weight: 0.623572 + Group: 'thumb.01.R', Weight: 0.233325 + Group: 'palm.03.R', Weight: 0.033691 +Vertex 4002: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.151018 + Group: 'hand.R', Weight: 0.736903 + Group: 'thumb.01.R', Weight: 0.074610 + Group: 'palm.03.R', Weight: 0.016940 +Vertex 4003: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.866042 + Group: 'hand.R', Weight: 0.131849 +Vertex 4004: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.860277 + Group: 'hand.R', Weight: 0.136178 +Vertex 4005: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.812467 + Group: 'hand.R', Weight: 0.183905 +Vertex 4006: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.742327 + Group: 'hand.R', Weight: 0.248872 +Vertex 4007: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.724032 + Group: 'hand.R', Weight: 0.260386 +Vertex 4008: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.224986 + Group: 'hand.R', Weight: 0.768886 +Vertex 4009: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.613878 + Group: 'hand.R', Weight: 0.380045 +Vertex 4010: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.171684 + Group: 'hand.R', Weight: 0.818943 +Vertex 4011: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.380409 + Group: 'hand.R', Weight: 0.605288 +Vertex 4012: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.340646 + Group: 'hand.R', Weight: 0.634002 +Vertex 4013: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.069090 + Group: 'hand.R', Weight: 0.918752 +Vertex 4014: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.213714 + Group: 'hand.R', Weight: 0.775301 +Vertex 4015: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.039964 + Group: 'hand.R', Weight: 0.927838 +Vertex 4016: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.220530 + Group: 'hand.R', Weight: 0.759279 +Vertex 4017: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.198648 + Group: 'hand.R', Weight: 0.762053 +Vertex 4018: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.850670 + Group: 'hand.R', Weight: 0.101056 + Group: 'thumb.01.R', Weight: 0.041714 +Vertex 4019: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.933404 + Group: 'hand.R', Weight: 0.061744 +Vertex 4020: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.883550 + Group: 'hand.R', Weight: 0.094974 +Vertex 4021: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.911105 + Group: 'hand.R', Weight: 0.077437 +Vertex 4022: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.883670 + Group: 'hand.R', Weight: 0.091399 +Vertex 4023: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.862467 + Group: 'hand.R', Weight: 0.096520 + Group: 'thumb.01.R', Weight: 0.026078 +Vertex 4024: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.881882 + Group: 'hand.R', Weight: 0.103853 +Vertex 4025: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.927211 + Group: 'hand.R', Weight: 0.070215 +Vertex 4026: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.884451 + Group: 'hand.R', Weight: 0.106760 +Vertex 4027: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.945963 + Group: 'hand.R', Weight: 0.051544 +Vertex 4028: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.944471 + Group: 'hand.R', Weight: 0.053996 +Vertex 4029: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.891033 + Group: 'hand.R', Weight: 0.103426 +Vertex 4030: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.931290 + Group: 'thumb.02.R', Weight: 0.039914 +Vertex 4031: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.859472 + Group: 'thumb.02.R', Weight: 0.123362 +Vertex 4032: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.115202 + Group: 'hand.R', Weight: 0.261528 + Group: 'thumb.01.R', Weight: 0.612211 +Vertex 4033: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.069854 + Group: 'hand.R', Weight: 0.237105 + Group: 'thumb.01.R', Weight: 0.659709 +Vertex 4034: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.073285 + Group: 'hand.R', Weight: 0.629178 + Group: 'thumb.01.R', Weight: 0.234692 + Group: 'palm.03.R', Weight: 0.050717 +Vertex 4035: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.089404 + Group: 'hand.R', Weight: 0.763313 + Group: 'thumb.01.R', Weight: 0.082440 + Group: 'palm.03.R', Weight: 0.059303 +Vertex 4036: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.117519 + Group: 'hand.R', Weight: 0.824882 + Group: 'palm.03.R', Weight: 0.015873 +Vertex 4037: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.126663 + Group: 'hand.R', Weight: 0.841177 +Vertex 4038: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.104831 + Group: 'hand.R', Weight: 0.875621 +Vertex 4039: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.051227 + Group: 'hand.R', Weight: 0.934160 +Vertex 4040: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.002410 + Group: 'hand.R', Weight: 0.938780 +Vertex 4041: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.017340 + Group: 'hand.R', Weight: 0.884868 + Group: 'thumb.01.R', Weight: 0.052681 + Group: 'palm.02.R', Weight: 0.001130 +Vertex 4042: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.034089 + Group: 'hand.R', Weight: 0.794184 + Group: 'thumb.01.R', Weight: 0.129152 + Group: 'palm.02.R', Weight: 0.010232 +Vertex 4043: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.070213 + Group: 'hand.R', Weight: 0.609413 + Group: 'thumb.01.R', Weight: 0.297206 +Vertex 4044: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.021749 + Group: 'thumb.01.R', Weight: 0.808285 + Group: 'thumb.02.R', Weight: 0.125975 + Group: 'palm.02.R', Weight: 0.000389 +Vertex 4045: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.457443 + Group: 'thumb.03.R', Weight: 0.534351 +Vertex 4046: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.171010 + Group: 'thumb.03.R', Weight: 0.834178 +Vertex 4047: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.002549 + Group: 'thumb.02.R', Weight: 0.820018 + Group: 'thumb.03.R', Weight: 0.147900 +Vertex 4048: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.993986 +Vertex 4049: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4050: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.975542 +Vertex 4051: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.999654 +Vertex 4052: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998498 +Vertex 4053: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.995509 +Vertex 4054: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.976662 +Vertex 4055: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.034584 + Group: 'thumb.03.R', Weight: 0.956616 +Vertex 4056: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.102912 + Group: 'thumb.03.R', Weight: 0.896139 +Vertex 4057: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.184339 + Group: 'thumb.03.R', Weight: 0.808536 +Vertex 4058: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.142115 + Group: 'thumb.02.R', Weight: 0.866205 + Group: 'palm.02.R', Weight: 0.002935 +Vertex 4059: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.176622 + Group: 'thumb.02.R', Weight: 0.869390 + Group: 'palm.02.R', Weight: 0.024118 +Vertex 4060: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.181649 + Group: 'thumb.02.R', Weight: 0.773584 + Group: 'thumb.03.R', Weight: 0.012454 +Vertex 4061: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.273582 + Group: 'thumb.02.R', Weight: 0.648198 +Vertex 4062: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.019244 + Group: 'thumb.01.R', Weight: 0.465302 + Group: 'thumb.02.R', Weight: 0.371005 + Group: 'palm.02.R', Weight: 0.110348 + Group: 'palm.03.R', Weight: 0.026328 +Vertex 4063: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.510735 + Group: 'thumb.02.R', Weight: 0.371645 + Group: 'palm.02.R', Weight: 0.099693 +Vertex 4064: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.692877 + Group: 'thumb.02.R', Weight: 0.303466 +Vertex 4065: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.253208 + Group: 'thumb.02.R', Weight: 0.724337 +Vertex 4066: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.235439 + Group: 'thumb.02.R', Weight: 0.751522 +Vertex 4067: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4068: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998709 +Vertex 4069: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4070: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4071: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4072: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998517 +Vertex 4073: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4074: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998413 +Vertex 4075: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4076: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4077: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4078: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4079: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4080: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999994 +Vertex 4081: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4082: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4083: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4084: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.048285 + Group: 'f_middle.02.R', Weight: 0.950834 +Vertex 4085: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.046338 + Group: 'f_middle.02.R', Weight: 0.951804 +Vertex 4086: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.050467 + Group: 'f_middle.02.R', Weight: 0.949512 +Vertex 4087: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.104762 + Group: 'f_middle.02.R', Weight: 0.895119 +Vertex 4088: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.049345 + Group: 'f_middle.02.R', Weight: 0.950317 +Vertex 4089: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.082734 + Group: 'f_middle.02.R', Weight: 0.917276 +Vertex 4090: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.113374 + Group: 'f_middle.02.R', Weight: 0.886635 +Vertex 4091: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.099831 + Group: 'f_middle.02.R', Weight: 0.900135 +Vertex 4092: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.067396 + Group: 'f_middle.01.R', Weight: 0.931714 +Vertex 4093: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.075462 + Group: 'f_middle.01.R', Weight: 0.923345 +Vertex 4094: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.071150 + Group: 'f_middle.01.R', Weight: 0.927621 +Vertex 4095: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.985500 +Vertex 4096: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.065643 + Group: 'f_middle.01.R', Weight: 0.931093 +Vertex 4097: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 1.000000 +Vertex 4098: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.090942 + Group: 'f_middle.01.R', Weight: 0.906553 +Vertex 4099: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.034496 + Group: 'f_middle.01.R', Weight: 0.954489 +Vertex 4100: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999587 +Vertex 4101: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999597 +Vertex 4102: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4103: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4104: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4105: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999344 +Vertex 4106: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999694 +Vertex 4107: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999982 +Vertex 4108: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.040751 + Group: 'palm.02.R', Weight: 0.938233 +Vertex 4109: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.033173 + Group: 'palm.02.R', Weight: 0.952763 +Vertex 4110: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.014150 + Group: 'palm.02.R', Weight: 0.927792 +Vertex 4111: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.867822 + Group: 'f_middle.01.R', Weight: 0.094795 + Group: 'palm.03.R', Weight: 0.006379 +Vertex 4112: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.886283 + Group: 'f_middle.01.R', Weight: 0.030042 + Group: 'palm.03.R', Weight: 0.015986 +Vertex 4113: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.742945 + Group: 'f_middle.01.R', Weight: 0.175169 + Group: 'palm.03.R', Weight: 0.062790 +Vertex 4114: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.000198 + Group: 'palm.02.R', Weight: 0.917544 +Vertex 4115: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.022897 + Group: 'palm.02.R', Weight: 0.880926 + Group: 'palm.03.R', Weight: 0.059495 +Vertex 4116: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.973416 +Vertex 4117: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.989146 +Vertex 4118: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.985804 +Vertex 4119: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.989188 +Vertex 4120: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.974284 +Vertex 4121: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.979190 +Vertex 4122: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.991282 +Vertex 4123: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.992007 +Vertex 4124: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.689461 + Group: 'f_middle.01.R', Weight: 0.282864 +Vertex 4125: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.285103 + Group: 'f_middle.01.R', Weight: 0.704064 +Vertex 4126: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.921950 + Group: 'f_middle.01.R', Weight: 0.068258 +Vertex 4127: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.954642 + Group: 'f_middle.01.R', Weight: 0.024314 +Vertex 4128: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.105631 + Group: 'f_middle.01.R', Weight: 0.890219 +Vertex 4129: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.749360 + Group: 'f_middle.01.R', Weight: 0.240278 +Vertex 4130: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.875191 + Group: 'f_middle.01.R', Weight: 0.113408 +Vertex 4131: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.931191 + Group: 'f_middle.01.R', Weight: 0.059236 +Vertex 4132: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.995230 +Vertex 4133: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.995062 +Vertex 4134: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.998391 +Vertex 4135: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.992979 +Vertex 4136: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.994039 +Vertex 4137: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4138: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999451 +Vertex 4139: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.998586 +Vertex 4140: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.179258 + Group: 'palm.02.R', Weight: 0.720175 + Group: 'palm.03.R', Weight: 0.090425 +Vertex 4141: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.233717 + Group: 'palm.02.R', Weight: 0.598132 + Group: 'palm.03.R', Weight: 0.154963 +Vertex 4142: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.086769 + Group: 'palm.02.R', Weight: 0.774419 + Group: 'palm.03.R', Weight: 0.120587 +Vertex 4143: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.649028 + Group: 'f_middle.01.R', Weight: 0.043094 + Group: 'palm.03.R', Weight: 0.256720 +Vertex 4144: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.710636 + Group: 'f_middle.01.R', Weight: 0.058227 + Group: 'palm.03.R', Weight: 0.191951 +Vertex 4145: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.027842 + Group: 'palm.02.R', Weight: 0.595118 + Group: 'f_middle.01.R', Weight: 0.028425 + Group: 'palm.03.R', Weight: 0.299188 +Vertex 4146: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.732256 + Group: 'f_middle.01.R', Weight: 0.070486 + Group: 'palm.03.R', Weight: 0.157810 +Vertex 4147: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.121158 + Group: 'palm.02.R', Weight: 0.610274 + Group: 'palm.03.R', Weight: 0.243913 +Vertex 4148: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.317925 + Group: 'palm.02.R', Weight: 0.361215 + Group: 'palm.03.R', Weight: 0.302040 +Vertex 4149: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.285050 + Group: 'palm.02.R', Weight: 0.226475 + Group: 'palm.03.R', Weight: 0.465730 +Vertex 4150: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.125674 + Group: 'palm.02.R', Weight: 0.491105 + Group: 'palm.03.R', Weight: 0.354376 +Vertex 4151: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.269255 + Group: 'palm.03.R', Weight: 0.634901 + Group: 'f_ring.01.R', Weight: 0.055383 +Vertex 4152: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.412233 + Group: 'palm.03.R', Weight: 0.494606 + Group: 'f_ring.01.R', Weight: 0.029495 +Vertex 4153: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.273658 + Group: 'palm.03.R', Weight: 0.612087 + Group: 'f_ring.01.R', Weight: 0.070300 +Vertex 4154: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.018712 + Group: 'palm.02.R', Weight: 0.488823 + Group: 'f_middle.01.R', Weight: 0.012404 + Group: 'palm.03.R', Weight: 0.406690 + Group: 'f_ring.01.R', Weight: 0.019019 +Vertex 4155: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.088225 + Group: 'palm.02.R', Weight: 0.236268 + Group: 'palm.03.R', Weight: 0.635335 + Group: 'f_ring.01.R', Weight: 0.011584 +Vertex 4156: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999607 +Vertex 4157: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999541 +Vertex 4158: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999609 +Vertex 4159: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999484 +Vertex 4160: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999569 +Vertex 4161: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999451 +Vertex 4162: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999629 +Vertex 4163: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999533 +Vertex 4164: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999601 +Vertex 4165: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.025033 + Group: 'f_ring.02.R', Weight: 0.962477 +Vertex 4166: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.030012 + Group: 'f_ring.02.R', Weight: 0.959984 +Vertex 4167: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.000133 + Group: 'f_ring.02.R', Weight: 0.974927 +Vertex 4168: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.034794 + Group: 'f_ring.02.R', Weight: 0.957579 +Vertex 4169: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.002703 + Group: 'f_ring.02.R', Weight: 0.973643 +Vertex 4170: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.020257 + Group: 'f_ring.02.R', Weight: 0.964861 +Vertex 4171: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.063347 + Group: 'f_ring.02.R', Weight: 0.936611 +Vertex 4172: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.070807 + Group: 'f_ring.02.R', Weight: 0.929141 +Vertex 4173: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.960014 + Group: 'f_ring.02.R', Weight: 0.025816 +Vertex 4174: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.964819 + Group: 'f_ring.02.R', Weight: 0.016709 +Vertex 4175: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.972696 +Vertex 4176: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.986861 +Vertex 4177: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.988951 +Vertex 4178: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.985424 +Vertex 4179: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.986857 +Vertex 4180: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.987645 +Vertex 4181: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999455 +Vertex 4182: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999126 +Vertex 4183: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999590 +Vertex 4184: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999470 +Vertex 4185: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999472 +Vertex 4186: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999085 +Vertex 4187: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999444 +Vertex 4188: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999507 +Vertex 4189: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.917223 + Group: 'f_ring.01.R', Weight: 0.040737 +Vertex 4190: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.933057 + Group: 'f_ring.01.R', Weight: 0.045032 +Vertex 4191: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.066202 + Group: 'palm.03.R', Weight: 0.829741 + Group: 'f_ring.01.R', Weight: 0.076418 +Vertex 4192: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.882556 + Group: 'f_ring.01.R', Weight: 0.096254 +Vertex 4193: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.735744 + Group: 'f_ring.01.R', Weight: 0.237321 +Vertex 4194: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.923983 + Group: 'f_ring.01.R', Weight: 0.055611 +Vertex 4195: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.065880 + Group: 'palm.03.R', Weight: 0.738380 + Group: 'f_ring.01.R', Weight: 0.185146 +Vertex 4196: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.914856 + Group: 'f_ring.01.R', Weight: 0.072390 +Vertex 4197: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.951900 + Group: 'f_ring.02.R', Weight: 0.045206 +Vertex 4198: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.924535 + Group: 'f_ring.02.R', Weight: 0.074726 +Vertex 4199: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.583955 + Group: 'f_ring.02.R', Weight: 0.415834 +Vertex 4200: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.536146 + Group: 'f_ring.02.R', Weight: 0.463839 +Vertex 4201: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.911624 + Group: 'f_ring.02.R', Weight: 0.088161 +Vertex 4202: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.910919 + Group: 'f_ring.02.R', Weight: 0.088326 +Vertex 4203: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.838626 + Group: 'f_ring.02.R', Weight: 0.161181 +Vertex 4204: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.553503 + Group: 'f_ring.02.R', Weight: 0.446447 +Vertex 4205: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.096068 + Group: 'f_ring.01.R', Weight: 0.901715 +Vertex 4206: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.088732 + Group: 'f_ring.01.R', Weight: 0.908761 +Vertex 4207: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.010560 + Group: 'f_ring.01.R', Weight: 0.967594 +Vertex 4208: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.009024 + Group: 'f_ring.01.R', Weight: 0.966840 +Vertex 4209: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.061435 + Group: 'f_ring.01.R', Weight: 0.935960 +Vertex 4210: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.073514 + Group: 'f_ring.01.R', Weight: 0.922307 +Vertex 4211: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.075171 + Group: 'f_ring.01.R', Weight: 0.917617 +Vertex 4212: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.071456 + Group: 'f_ring.01.R', Weight: 0.921030 +Vertex 4213: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999101 +Vertex 4214: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.995328 +Vertex 4215: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999306 +Vertex 4216: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.996489 +Vertex 4217: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.997840 +Vertex 4218: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.998713 +Vertex 4219: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.997771 +Vertex 4220: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.997946 +Vertex 4221: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.048343 + Group: 'palm.03.R', Weight: 0.926339 +Vertex 4222: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.008760 + Group: 'palm.03.R', Weight: 0.947806 +Vertex 4223: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.576377 + Group: 'thumb.01.R', Weight: 0.025771 + Group: 'palm.03.R', Weight: 0.360321 +Vertex 4224: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.786747 + Group: 'palm.03.R', Weight: 0.169080 +Vertex 4225: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.033062 + Group: 'hand.R', Weight: 0.733458 + Group: 'thumb.01.R', Weight: 0.078276 + Group: 'palm.03.R', Weight: 0.138373 +Vertex 4226: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.058566 + Group: 'hand.R', Weight: 0.850165 + Group: 'palm.03.R', Weight: 0.064471 +Vertex 4227: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.015131 + Group: 'hand.R', Weight: 0.600622 + Group: 'thumb.01.R', Weight: 0.212221 + Group: 'palm.03.R', Weight: 0.133188 +Vertex 4228: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.537541 + Group: 'thumb.01.R', Weight: 0.110305 + Group: 'palm.03.R', Weight: 0.319555 +Vertex 4229: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.238134 + Group: 'thumb.01.R', Weight: 0.066361 + Group: 'palm.03.R', Weight: 0.671325 +Vertex 4230: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.113493 + Group: 'thumb.01.R', Weight: 0.761200 + Group: 'thumb.02.R', Weight: 0.066714 + Group: 'palm.03.R', Weight: 0.026842 +Vertex 4231: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.081561 + Group: 'thumb.01.R', Weight: 0.844772 + Group: 'thumb.02.R', Weight: 0.029397 +Vertex 4232: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.023964 + Group: 'hand.R', Weight: 0.099511 + Group: 'thumb.01.R', Weight: 0.845165 +Vertex 4233: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.219120 + Group: 'thumb.01.R', Weight: 0.711565 + Group: 'palm.02.R', Weight: 0.013010 +Vertex 4234: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.467339 + Group: 'thumb.01.R', Weight: 0.241794 + Group: 'palm.03.R', Weight: 0.245533 +Vertex 4235: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.288416 + Group: 'thumb.01.R', Weight: 0.448992 + Group: 'thumb.02.R', Weight: 0.036123 + Group: 'palm.03.R', Weight: 0.188874 +Vertex 4236: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.166332 + Group: 'thumb.01.R', Weight: 0.274284 + Group: 'thumb.02.R', Weight: 0.099724 + Group: 'palm.02.R', Weight: 0.261296 + Group: 'palm.03.R', Weight: 0.195612 +Vertex 4237: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.105501 + Group: 'thumb.01.R', Weight: 0.498874 + Group: 'thumb.02.R', Weight: 0.144802 + Group: 'palm.02.R', Weight: 0.122066 + Group: 'palm.03.R', Weight: 0.127188 +Vertex 4238: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.180444 + Group: 'thumb.01.R', Weight: 0.463531 + Group: 'thumb.02.R', Weight: 0.064228 + Group: 'palm.02.R', Weight: 0.043026 + Group: 'palm.03.R', Weight: 0.240040 +Vertex 4239: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.453719 + Group: 'thumb.01.R', Weight: 0.164572 + Group: 'palm.03.R', Weight: 0.343627 +Vertex 4240: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.225262 + Group: 'thumb.01.R', Weight: 0.118603 + Group: 'palm.03.R', Weight: 0.619645 +Vertex 4241: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.040849 + Group: 'palm.03.R', Weight: 0.907866 +Vertex 4242: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.052080 + Group: 'thumb.01.R', Weight: 0.022829 + Group: 'palm.02.R', Weight: 0.016879 + Group: 'palm.03.R', Weight: 0.863014 +Vertex 4243: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.127950 + Group: 'thumb.01.R', Weight: 0.112794 + Group: 'palm.02.R', Weight: 0.072973 + Group: 'palm.03.R', Weight: 0.658188 +Vertex 4244: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.312116 + Group: 'thumb.01.R', Weight: 0.225446 + Group: 'thumb.02.R', Weight: 0.006409 + Group: 'palm.03.R', Weight: 0.404446 +Vertex 4245: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.214521 + Group: 'thumb.01.R', Weight: 0.224672 + Group: 'thumb.02.R', Weight: 0.053397 + Group: 'palm.02.R', Weight: 0.155664 + Group: 'palm.03.R', Weight: 0.347046 +Vertex 4246: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.942784 + Group: 'palm.03.R', Weight: 0.001039 +Vertex 4247: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.886053 + Group: 'palm.02.R', Weight: 0.079984 +Vertex 4248: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.661642 + Group: 'thumb.01.R', Weight: 0.066688 + Group: 'palm.02.R', Weight: 0.260116 +Vertex 4249: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.225307 + Group: 'palm.02.R', Weight: 0.734689 + Group: 'palm.03.R', Weight: 0.026004 +Vertex 4250: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.422144 + Group: 'palm.02.R', Weight: 0.447620 + Group: 'palm.03.R', Weight: 0.123138 +Vertex 4251: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.139210 + Group: 'palm.02.R', Weight: 0.796863 + Group: 'palm.03.R', Weight: 0.057876 +Vertex 4252: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.259321 + Group: 'palm.02.R', Weight: 0.531483 + Group: 'palm.03.R', Weight: 0.194118 +Vertex 4253: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.130831 + Group: 'palm.02.R', Weight: 0.836400 +Vertex 4254: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.154596 + Group: 'palm.02.R', Weight: 0.823968 +Vertex 4255: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.076869 + Group: 'thumb.01.R', Weight: 0.059215 + Group: 'palm.02.R', Weight: 0.846824 +Vertex 4256: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.103875 + Group: 'palm.02.R', Weight: 0.856969 + Group: 'palm.03.R', Weight: 0.025054 +Vertex 4257: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.473997 + Group: 'palm.02.R', Weight: 0.324947 + Group: 'palm.03.R', Weight: 0.192191 +Vertex 4258: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.457596 + Group: 'palm.02.R', Weight: 0.118651 + Group: 'palm.03.R', Weight: 0.412508 +Vertex 4259: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.284056 + Group: 'palm.02.R', Weight: 0.462510 + Group: 'palm.03.R', Weight: 0.236528 +Vertex 4260: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.218663 + Group: 'palm.02.R', Weight: 0.152693 + Group: 'palm.03.R', Weight: 0.602445 +Vertex 4261: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.251490 + Group: 'palm.02.R', Weight: 0.038180 + Group: 'palm.03.R', Weight: 0.701628 +Vertex 4262: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.108507 + Group: 'palm.03.R', Weight: 0.875485 +Vertex 4263: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.167596 + Group: 'palm.02.R', Weight: 0.083424 + Group: 'palm.03.R', Weight: 0.714658 + Group: 'f_ring.01.R', Weight: 0.013131 +Vertex 4264: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.190650 + Group: 'thumb.01.R', Weight: 0.119602 + Group: 'palm.02.R', Weight: 0.669181 +Vertex 4265: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.136462 + Group: 'thumb.01.R', Weight: 0.619608 + Group: 'thumb.02.R', Weight: 0.080581 + Group: 'palm.02.R', Weight: 0.156273 +Vertex 4266: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.303789 + Group: 'thumb.01.R', Weight: 0.356069 + Group: 'palm.02.R', Weight: 0.310558 +Vertex 4267: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.462866 + Group: 'thumb.01.R', Weight: 0.163659 + Group: 'palm.02.R', Weight: 0.356281 +Vertex 4268: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.287113 + Group: 'thumb.01.R', Weight: 0.047171 + Group: 'palm.02.R', Weight: 0.654688 +Vertex 4269: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.882338 + Group: 'palm.03.R', Weight: 0.095295 +Vertex 4270: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.438158 + Group: 'palm.02.R', Weight: 0.529934 +Vertex 4271: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.623102 + Group: 'palm.02.R', Weight: 0.346661 +Vertex 4272: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.758609 + Group: 'palm.02.R', Weight: 0.182657 + Group: 'palm.03.R', Weight: 0.053757 +Vertex 4273: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.787875 + Group: 'palm.02.R', Weight: 0.127282 + Group: 'palm.03.R', Weight: 0.080609 +Vertex 4274: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.774114 + Group: 'palm.02.R', Weight: 0.060382 + Group: 'palm.03.R', Weight: 0.161701 +Vertex 4275: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.751380 + Group: 'palm.02.R', Weight: 0.042858 + Group: 'palm.03.R', Weight: 0.198200 +Vertex 4276: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.625615 + Group: 'thumb.01.R', Weight: 0.003524 + Group: 'palm.02.R', Weight: 0.334504 +Vertex 4277: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.776088 + Group: 'palm.02.R', Weight: 0.194066 +Vertex 4278: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.812006 + Group: 'palm.02.R', Weight: 0.030317 + Group: 'palm.03.R', Weight: 0.143269 +Vertex 4279: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.801539 + Group: 'palm.03.R', Weight: 0.170448 +Vertex 4280: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.832193 + Group: 'thumb.01.R', Weight: 0.078698 + Group: 'palm.02.R', Weight: 0.070495 +Vertex 4281: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.932709 + Group: 'palm.02.R', Weight: 0.008219 +Vertex 4282: +Vertex groups: 1 + Group: 'hand.R', Weight: 0.961631 +Vertex 4283: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.000921 + Group: 'hand.R', Weight: 0.923149 + Group: 'palm.03.R', Weight: 0.033089 +Vertex 4284: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.048771 + Group: 'hand.R', Weight: 0.891577 + Group: 'palm.03.R', Weight: 0.040737 +Vertex 4285: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.843789 + Group: 'palm.02.R', Weight: 0.046070 + Group: 'palm.03.R', Weight: 0.103832 +Vertex 4286: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.836091 + Group: 'palm.02.R', Weight: 0.103554 + Group: 'palm.03.R', Weight: 0.055286 +Vertex 4287: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.852836 + Group: 'palm.02.R', Weight: 0.113318 +Vertex 4288: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.805573 + Group: 'palm.02.R', Weight: 0.143622 + Group: 'palm.03.R', Weight: 0.039720 +Vertex 4289: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.653940 + Group: 'thumb.01.R', Weight: 0.247867 + Group: 'palm.02.R', Weight: 0.071044 +Vertex 4290: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.221795 + Group: 'thumb.01.R', Weight: 0.633067 + Group: 'thumb.02.R', Weight: 0.017282 + Group: 'palm.02.R', Weight: 0.101261 +Vertex 4291: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.403056 + Group: 'thumb.01.R', Weight: 0.413331 + Group: 'palm.02.R', Weight: 0.159424 +Vertex 4292: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.598534 + Group: 'thumb.01.R', Weight: 0.204523 + Group: 'palm.02.R', Weight: 0.179681 +Vertex 4293: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.051808 + Group: 'thumb.01.R', Weight: 0.407110 + Group: 'thumb.02.R', Weight: 0.199176 + Group: 'palm.02.R', Weight: 0.306332 + Group: 'palm.03.R', Weight: 0.036187 +Vertex 4294: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.064532 + Group: 'thumb.01.R', Weight: 0.641881 + Group: 'thumb.02.R', Weight: 0.189695 + Group: 'palm.02.R', Weight: 0.020689 + Group: 'palm.03.R', Weight: 0.063227 +Vertex 4295: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.002401 + Group: 'thumb.01.R', Weight: 0.739515 + Group: 'thumb.02.R', Weight: 0.207503 +Vertex 4296: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.022319 + Group: 'palm.03.R', Weight: 0.920867 +Vertex 4297: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.140340 + Group: 'palm.03.R', Weight: 0.729614 + Group: 'f_ring.01.R', Weight: 0.107108 +Vertex 4298: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.074598 + Group: 'palm.03.R', Weight: 0.762530 + Group: 'f_ring.01.R', Weight: 0.149638 +Vertex 4299: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.127476 + Group: 'palm.03.R', Weight: 0.766751 + Group: 'f_ring.01.R', Weight: 0.082561 +Vertex 4300: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.049821 + Group: 'palm.03.R', Weight: 0.835142 + Group: 'f_ring.01.R', Weight: 0.102188 +Vertex 4301: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.910611 + Group: 'f_ring.01.R', Weight: 0.038295 +Vertex 4302: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.038015 + Group: 'palm.03.R', Weight: 0.890834 + Group: 'f_ring.01.R', Weight: 0.006397 +Vertex 4303: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.064031 + Group: 'palm.03.R', Weight: 0.849767 + Group: 'f_ring.01.R', Weight: 0.061978 +Vertex 4304: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.111388 + Group: 'palm.03.R', Weight: 0.806499 + Group: 'f_ring.01.R', Weight: 0.053726 +Vertex 4305: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.091692 + Group: 'palm.03.R', Weight: 0.837086 + Group: 'f_ring.01.R', Weight: 0.014430 +Vertex 4306: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.001230 + Group: 'thumb.01.R', Weight: 0.006991 + Group: 'palm.02.R', Weight: 0.141442 + Group: 'palm.03.R', Weight: 0.772462 +Vertex 4307: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.053859 + Group: 'thumb.01.R', Weight: 0.064065 + Group: 'palm.02.R', Weight: 0.231510 + Group: 'palm.03.R', Weight: 0.617814 +Vertex 4308: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.766560 + Group: 'f_middle.01.R', Weight: 0.015194 + Group: 'palm.03.R', Weight: 0.153853 +Vertex 4309: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.082139 + Group: 'thumb.01.R', Weight: 0.145878 + Group: 'thumb.02.R', Weight: 0.052344 + Group: 'palm.02.R', Weight: 0.489048 + Group: 'palm.03.R', Weight: 0.222450 +Vertex 4310: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.590048 + Group: 'f_middle.01.R', Weight: 0.028007 + Group: 'palm.03.R', Weight: 0.315649 +Vertex 4311: +Vertex groups: 4 + Group: 'palm.02.R', Weight: 0.535049 + Group: 'f_middle.01.R', Weight: 0.015950 + Group: 'palm.03.R', Weight: 0.371339 + Group: 'f_ring.01.R', Weight: 0.008123 +Vertex 4312: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.600157 + Group: 'f_middle.01.R', Weight: 0.019206 + Group: 'palm.03.R', Weight: 0.314238 +Vertex 4313: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.454133 + Group: 'palm.03.R', Weight: 0.459670 + Group: 'f_ring.01.R', Weight: 0.010570 +Vertex 4314: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.014581 + Group: 'thumb.01.R', Weight: 0.053905 + Group: 'palm.02.R', Weight: 0.606757 + Group: 'palm.03.R', Weight: 0.267681 +Vertex 4315: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.750570 + Group: 'f_middle.01.R', Weight: 0.080173 + Group: 'palm.03.R', Weight: 0.138700 +Vertex 4316: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.800329 + Group: 'f_middle.01.R', Weight: 0.067849 + Group: 'palm.03.R', Weight: 0.107930 +Vertex 4317: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.720493 + Group: 'f_middle.01.R', Weight: 0.052587 + Group: 'palm.03.R', Weight: 0.191763 +Vertex 4318: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.241490 + Group: 'palm.03.R', Weight: 0.675803 + Group: 'f_ring.01.R', Weight: 0.027002 +Vertex 4319: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.362677 + Group: 'palm.03.R', Weight: 0.549642 +Vertex 4320: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.003618 + Group: 'palm.02.R', Weight: 0.515865 + Group: 'palm.03.R', Weight: 0.396121 +Vertex 4321: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.773559 + Group: 'f_middle.01.R', Weight: 0.108417 + Group: 'palm.03.R', Weight: 0.095670 +Vertex 4322: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.017293 + Group: 'thumb.01.R', Weight: 0.071837 + Group: 'thumb.02.R', Weight: 0.003013 + Group: 'palm.02.R', Weight: 0.686979 + Group: 'palm.03.R', Weight: 0.165052 +Vertex 4323: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.698097 + Group: 'f_middle.01.R', Weight: 0.017834 + Group: 'palm.03.R', Weight: 0.221096 +Vertex 4324: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.083481 + Group: 'thumb.01.R', Weight: 0.114277 + Group: 'thumb.02.R', Weight: 0.021005 + Group: 'palm.02.R', Weight: 0.391697 + Group: 'palm.03.R', Weight: 0.364951 +Vertex 4325: +Vertex groups: 4 + Group: 'thumb.01.R', Weight: 0.012243 + Group: 'palm.02.R', Weight: 0.816144 + Group: 'f_middle.01.R', Weight: 0.000190 + Group: 'palm.03.R', Weight: 0.097492 +Vertex 4326: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.046443 + Group: 'palm.02.R', Weight: 0.833153 + Group: 'palm.03.R', Weight: 0.059211 +Vertex 4327: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.002383 + Group: 'thumb.01.R', Weight: 0.052718 + Group: 'palm.02.R', Weight: 0.870950 +Vertex 4328: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.045843 + Group: 'thumb.01.R', Weight: 0.142941 + Group: 'thumb.02.R', Weight: 0.056597 + Group: 'palm.02.R', Weight: 0.620317 + Group: 'palm.03.R', Weight: 0.124386 +Vertex 4329: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.032991 + Group: 'thumb.01.R', Weight: 0.168160 + Group: 'thumb.02.R', Weight: 0.068198 + Group: 'palm.02.R', Weight: 0.662032 + Group: 'palm.03.R', Weight: 0.054939 +Vertex 4330: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.007304 + Group: 'thumb.01.R', Weight: 0.081404 + Group: 'thumb.02.R', Weight: 0.012433 + Group: 'palm.02.R', Weight: 0.755630 + Group: 'palm.03.R', Weight: 0.088432 +Vertex 4331: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.009572 + Group: 'thumb.01.R', Weight: 0.092471 + Group: 'thumb.02.R', Weight: 0.016938 + Group: 'palm.02.R', Weight: 0.796846 + Group: 'palm.03.R', Weight: 0.023573 +Vertex 4332: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.080967 + Group: 'thumb.01.R', Weight: 0.219785 + Group: 'thumb.02.R', Weight: 0.087235 + Group: 'palm.02.R', Weight: 0.481170 + Group: 'palm.03.R', Weight: 0.126771 +Vertex 4333: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.052475 + Group: 'thumb.01.R', Weight: 0.269776 + Group: 'thumb.02.R', Weight: 0.117149 + Group: 'palm.02.R', Weight: 0.511762 + Group: 'palm.03.R', Weight: 0.048343 +Vertex 4334: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.069037 + Group: 'thumb.01.R', Weight: 0.112931 + Group: 'thumb.02.R', Weight: 0.002228 + Group: 'palm.02.R', Weight: 0.775275 +Vertex 4335: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.070288 + Group: 'thumb.01.R', Weight: 0.184490 + Group: 'thumb.02.R', Weight: 0.052310 + Group: 'palm.02.R', Weight: 0.669374 +Vertex 4336: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.075336 + Group: 'thumb.01.R', Weight: 0.294370 + Group: 'thumb.02.R', Weight: 0.097916 + Group: 'palm.02.R', Weight: 0.508717 +Vertex 4337: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.977783 +Vertex 4338: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.978653 +Vertex 4339: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988571 +Vertex 4340: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.975329 +Vertex 4341: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.990057 +Vertex 4342: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988898 +Vertex 4343: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.985469 +Vertex 4344: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.974195 +Vertex 4345: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.984500 +Vertex 4346: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988993 +Vertex 4347: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.991090 +Vertex 4348: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.989033 +Vertex 4349: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.951357 + Group: 'hand.R', Weight: 0.015736 +Vertex 4350: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.975332 +Vertex 4351: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.968873 +Vertex 4352: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.966220 +Vertex 4353: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.975188 +Vertex 4354: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.967142 + Group: 'hand.R', Weight: 0.008596 +Vertex 4355: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.979075 +Vertex 4356: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.954044 + Group: 'hand.R', Weight: 0.017294 +Vertex 4357: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.963714 + Group: 'hand.R', Weight: 0.001606 +Vertex 4358: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.967052 + Group: 'hand.R', Weight: 0.006023 +Vertex 4359: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.979398 +Vertex 4360: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.968526 + Group: 'hand.R', Weight: 0.007728 +Vertex 4361: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.077687 + Group: 'thumb.01.R', Weight: 0.359038 + Group: 'thumb.02.R', Weight: 0.155685 + Group: 'palm.02.R', Weight: 0.312426 + Group: 'palm.03.R', Weight: 0.097144 +Vertex 4362: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.001976 + Group: 'thumb.01.R', Weight: 0.468289 + Group: 'thumb.02.R', Weight: 0.393840 + Group: 'palm.02.R', Weight: 0.115983 +Vertex 4363: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.115935 + Group: 'thumb.02.R', Weight: 0.868508 +Vertex 4364: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.071225 + Group: 'thumb.02.R', Weight: 0.911169 +Vertex 4365: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.902105 + Group: 'thumb.03.R', Weight: 0.080403 +Vertex 4366: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.005819 + Group: 'thumb.01.R', Weight: 0.434185 + Group: 'thumb.02.R', Weight: 0.460459 + Group: 'palm.02.R', Weight: 0.042454 + Group: 'palm.03.R', Weight: 0.010544 +Vertex 4367: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.082936 + Group: 'thumb.01.R', Weight: 0.491686 + Group: 'thumb.02.R', Weight: 0.193983 + Group: 'palm.02.R', Weight: 0.133494 + Group: 'palm.03.R', Weight: 0.098949 +Vertex 4368: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.110359 + Group: 'thumb.01.R', Weight: 0.371617 + Group: 'thumb.02.R', Weight: 0.147996 + Group: 'palm.02.R', Weight: 0.237865 + Group: 'palm.03.R', Weight: 0.132183 +Vertex 4369: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.060056 + Group: 'thumb.01.R', Weight: 0.530625 + Group: 'thumb.02.R', Weight: 0.258327 + Group: 'palm.02.R', Weight: 0.081981 + Group: 'palm.03.R', Weight: 0.067845 +Vertex 4370: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.239549 + Group: 'thumb.02.R', Weight: 0.707645 + Group: 'palm.02.R', Weight: 0.006739 +Vertex 4371: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.051950 + Group: 'thumb.02.R', Weight: 0.823825 + Group: 'thumb.03.R', Weight: 0.114450 +Vertex 4372: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.825319 + Group: 'thumb.03.R', Weight: 0.148017 +Vertex 4373: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.054408 + Group: 'thumb.01.R', Weight: 0.600283 + Group: 'thumb.02.R', Weight: 0.182779 + Group: 'palm.02.R', Weight: 0.157586 +Vertex 4374: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.115527 + Group: 'thumb.01.R', Weight: 0.738029 + Group: 'thumb.02.R', Weight: 0.065614 + Group: 'palm.02.R', Weight: 0.073094 +Vertex 4375: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.141363 + Group: 'thumb.01.R', Weight: 0.437687 + Group: 'thumb.02.R', Weight: 0.064601 + Group: 'palm.02.R', Weight: 0.343746 +Vertex 4376: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.124256 + Group: 'thumb.01.R', Weight: 0.308231 + Group: 'thumb.02.R', Weight: 0.053159 + Group: 'palm.02.R', Weight: 0.499910 +Vertex 4377: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.209433 + Group: 'thumb.01.R', Weight: 0.254039 + Group: 'palm.02.R', Weight: 0.502260 +Vertex 4378: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.720066 + Group: 'hand.R', Weight: 0.260357 +Vertex 4379: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.322500 + Group: 'hand.R', Weight: 0.642298 +Vertex 4380: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.165081 + Group: 'hand.R', Weight: 0.772279 + Group: 'thumb.01.R', Weight: 0.016702 + Group: 'palm.03.R', Weight: 0.004058 +Vertex 4381: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.884934 + Group: 'hand.R', Weight: 0.104747 +Vertex 4382: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.107526 + Group: 'hand.R', Weight: 0.809022 + Group: 'thumb.01.R', Weight: 0.027027 + Group: 'palm.03.R', Weight: 0.033860 +Vertex 4383: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4384: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4385: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4386: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.105277 + Group: 'f_middle.02.R', Weight: 0.894715 +Vertex 4387: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.035269 + Group: 'f_middle.02.R', Weight: 0.957350 +Vertex 4388: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.995119 +Vertex 4389: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.060668 + Group: 'f_middle.01.R', Weight: 0.938491 +Vertex 4390: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4391: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999547 +Vertex 4392: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.791282 + Group: 'f_middle.01.R', Weight: 0.146407 + Group: 'palm.03.R', Weight: 0.049081 +Vertex 4393: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.042818 + Group: 'palm.02.R', Weight: 0.943516 +Vertex 4394: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.991228 +Vertex 4395: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.983152 +Vertex 4396: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.150932 + Group: 'f_middle.01.R', Weight: 0.841818 +Vertex 4397: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.943808 + Group: 'f_middle.01.R', Weight: 0.048865 +Vertex 4398: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.994511 +Vertex 4399: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.998732 +Vertex 4400: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.715600 + Group: 'f_middle.01.R', Weight: 0.063923 + Group: 'palm.03.R', Weight: 0.180707 +Vertex 4401: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.003661 + Group: 'palm.02.R', Weight: 0.629533 + Group: 'f_middle.01.R', Weight: 0.039563 + Group: 'palm.03.R', Weight: 0.271950 +Vertex 4402: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.682278 + Group: 'f_middle.01.R', Weight: 0.051992 + Group: 'palm.03.R', Weight: 0.222379 +Vertex 4403: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.210332 + Group: 'palm.02.R', Weight: 0.660144 + Group: 'palm.03.R', Weight: 0.118357 +Vertex 4404: +Vertex groups: 4 + Group: 'palm.02.R', Weight: 0.448483 + Group: 'f_middle.01.R', Weight: 0.003491 + Group: 'palm.03.R', Weight: 0.454588 + Group: 'f_ring.01.R', Weight: 0.026703 +Vertex 4405: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.278275 + Group: 'palm.03.R', Weight: 0.618442 + Group: 'f_ring.01.R', Weight: 0.061594 +Vertex 4406: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.340876 + Group: 'palm.03.R', Weight: 0.564898 + Group: 'f_ring.01.R', Weight: 0.044180 +Vertex 4407: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.314748 + Group: 'palm.02.R', Weight: 0.294372 + Group: 'palm.03.R', Weight: 0.370558 +Vertex 4408: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999514 +Vertex 4409: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999612 +Vertex 4410: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999570 +Vertex 4411: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.046751 + Group: 'f_ring.02.R', Weight: 0.951603 +Vertex 4412: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.000225 + Group: 'f_ring.02.R', Weight: 0.974878 +Vertex 4413: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.987441 +Vertex 4414: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.989785 +Vertex 4415: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999334 +Vertex 4416: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999579 +Vertex 4417: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.912448 + Group: 'f_ring.01.R', Weight: 0.072802 +Vertex 4418: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.029581 + Group: 'palm.03.R', Weight: 0.751942 + Group: 'f_ring.01.R', Weight: 0.200897 +Vertex 4419: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.960794 + Group: 'f_ring.02.R', Weight: 0.027997 +Vertex 4420: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.887704 + Group: 'f_ring.02.R', Weight: 0.111904 +Vertex 4421: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.071560 + Group: 'f_ring.01.R', Weight: 0.923156 +Vertex 4422: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.084763 + Group: 'f_ring.01.R', Weight: 0.913039 +Vertex 4423: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.998114 +Vertex 4424: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.998765 +Vertex 4425: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.032924 + Group: 'palm.03.R', Weight: 0.935203 +Vertex 4426: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.696989 + Group: 'thumb.01.R', Weight: 0.005123 + Group: 'palm.03.R', Weight: 0.250261 +Vertex 4427: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.058594 + Group: 'hand.R', Weight: 0.812442 + Group: 'thumb.01.R', Weight: 0.029112 + Group: 'palm.03.R', Weight: 0.084952 +Vertex 4428: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.051305 + Group: 'thumb.01.R', Weight: 0.079612 + Group: 'thumb.02.R', Weight: 0.003069 + Group: 'palm.02.R', Weight: 0.498621 + Group: 'palm.03.R', Weight: 0.329274 +Vertex 4429: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.018051 + Group: 'palm.02.R', Weight: 0.691007 + Group: 'palm.03.R', Weight: 0.213432 +Vertex 4430: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.341962 + Group: 'palm.02.R', Weight: 0.582384 + Group: 'palm.03.R', Weight: 0.071038 +Vertex 4431: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.150682 + Group: 'palm.02.R', Weight: 0.825938 +Vertex 4432: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.525531 + Group: 'palm.02.R', Weight: 0.198793 + Group: 'palm.03.R', Weight: 0.266243 +Vertex 4433: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.127705 + Group: 'thumb.01.R', Weight: 0.086158 + Group: 'palm.02.R', Weight: 0.767136 +Vertex 4434: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.198570 + Group: 'thumb.01.R', Weight: 0.020887 + Group: 'palm.02.R', Weight: 0.757256 +Vertex 4435: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.353180 + Group: 'thumb.01.R', Weight: 0.012004 + Group: 'palm.02.R', Weight: 0.606003 +Vertex 4436: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.714022 + Group: 'palm.02.R', Weight: 0.246615 + Group: 'palm.03.R', Weight: 0.015094 +Vertex 4437: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.793410 + Group: 'palm.02.R', Weight: 0.086431 + Group: 'palm.03.R', Weight: 0.116285 +Vertex 4438: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.638148 + Group: 'thumb.01.R', Weight: 0.033887 + Group: 'palm.02.R', Weight: 0.308507 +Vertex 4439: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.835904 + Group: 'palm.02.R', Weight: 0.132602 +Vertex 4440: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.301351 + Group: 'palm.02.R', Weight: 0.673254 +Vertex 4441: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.412217 + Group: 'palm.02.R', Weight: 0.556602 +Vertex 4442: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.649483 + Group: 'palm.02.R', Weight: 0.269812 + Group: 'palm.03.R', Weight: 0.076166 +Vertex 4443: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.691063 + Group: 'palm.02.R', Weight: 0.184525 + Group: 'palm.03.R', Weight: 0.119728 +Vertex 4444: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.671303 + Group: 'palm.02.R', Weight: 0.075926 + Group: 'palm.03.R', Weight: 0.248554 +Vertex 4445: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.656099 + Group: 'palm.02.R', Weight: 0.038010 + Group: 'palm.03.R', Weight: 0.296133 +Vertex 4446: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.830609 + Group: 'palm.02.R', Weight: 0.011560 + Group: 'palm.03.R', Weight: 0.133202 +Vertex 4447: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.896717 + Group: 'palm.02.R', Weight: 0.020645 + Group: 'palm.03.R', Weight: 0.062681 +Vertex 4448: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.857053 + Group: 'palm.02.R', Weight: 0.100641 + Group: 'palm.03.R', Weight: 0.021102 +Vertex 4449: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.851182 + Group: 'palm.02.R', Weight: 0.069575 + Group: 'palm.03.R', Weight: 0.074727 +Vertex 4450: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.896248 + Group: 'palm.02.R', Weight: 0.070407 +Vertex 4451: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.802032 + Group: 'palm.02.R', Weight: 0.160313 + Group: 'palm.03.R', Weight: 0.009465 +Vertex 4452: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.134926 + Group: 'palm.03.R', Weight: 0.748122 + Group: 'f_ring.01.R', Weight: 0.094058 +Vertex 4453: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.062348 + Group: 'palm.03.R', Weight: 0.795271 + Group: 'f_ring.01.R', Weight: 0.129694 +Vertex 4454: +Vertex groups: 4 + Group: 'palm.02.R', Weight: 0.497258 + Group: 'f_middle.01.R', Weight: 0.006948 + Group: 'palm.03.R', Weight: 0.412971 + Group: 'f_ring.01.R', Weight: 0.012560 +Vertex 4455: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.596133 + Group: 'f_middle.01.R', Weight: 0.025507 + Group: 'palm.03.R', Weight: 0.313718 +Vertex 4456: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.736693 + Group: 'f_middle.01.R', Weight: 0.066992 + Group: 'palm.03.R', Weight: 0.163691 +Vertex 4457: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.664881 + Group: 'f_middle.01.R', Weight: 0.034584 + Group: 'palm.03.R', Weight: 0.249712 +Vertex 4458: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.337386 + Group: 'palm.03.R', Weight: 0.577458 + Group: 'f_ring.01.R', Weight: 0.019509 +Vertex 4459: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.003036 + Group: 'palm.02.R', Weight: 0.237723 + Group: 'palm.03.R', Weight: 0.674373 +Vertex 4460: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.018181 + Group: 'thumb.01.R', Weight: 0.040178 + Group: 'palm.02.R', Weight: 0.353449 + Group: 'palm.03.R', Weight: 0.530596 +Vertex 4461: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.051560 + Group: 'thumb.01.R', Weight: 0.104065 + Group: 'thumb.02.R', Weight: 0.026358 + Group: 'palm.02.R', Weight: 0.597602 + Group: 'palm.03.R', Weight: 0.197114 +Vertex 4462: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.616664 + Group: 'palm.03.R', Weight: 0.300545 +Vertex 4463: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.785131 + Group: 'f_middle.01.R', Weight: 0.089111 + Group: 'palm.03.R', Weight: 0.103129 +Vertex 4464: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.048299 + Group: 'palm.02.R', Weight: 0.756910 + Group: 'palm.03.R', Weight: 0.131697 +Vertex 4465: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.063576 + Group: 'palm.02.R', Weight: 0.798005 + Group: 'palm.03.R', Weight: 0.073061 +Vertex 4466: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.021299 + Group: 'thumb.01.R', Weight: 0.126583 + Group: 'thumb.02.R', Weight: 0.046864 + Group: 'palm.02.R', Weight: 0.735678 + Group: 'palm.03.R', Weight: 0.041617 +Vertex 4467: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.024702 + Group: 'thumb.01.R', Weight: 0.109412 + Group: 'thumb.02.R', Weight: 0.035558 + Group: 'palm.02.R', Weight: 0.693042 + Group: 'palm.03.R', Weight: 0.106557 +Vertex 4468: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.005809 + Group: 'thumb.01.R', Weight: 0.070760 + Group: 'palm.02.R', Weight: 0.837872 + Group: 'palm.03.R', Weight: 0.004376 +Vertex 4469: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.072444 + Group: 'thumb.01.R', Weight: 0.082973 + Group: 'palm.02.R', Weight: 0.816329 +Vertex 4470: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.069832 + Group: 'thumb.01.R', Weight: 0.145585 + Group: 'thumb.02.R', Weight: 0.023936 + Group: 'palm.02.R', Weight: 0.727965 +Vertex 4471: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.108306 + Group: 'thumb.01.R', Weight: 0.180409 + Group: 'thumb.02.R', Weight: 0.013076 + Group: 'palm.02.R', Weight: 0.666285 +Vertex 4472: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988986 +Vertex 4473: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.097712 + Group: 'palm.02.R', Weight: 0.369618 + Group: 'palm.03.R', Weight: 0.495011 +Vertex 4474: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.010782 + Group: 'palm.02.R', Weight: 0.382013 + Group: 'palm.03.R', Weight: 0.511270 + Group: 'f_ring.01.R', Weight: 0.046078 +Vertex 4475: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.094853 + Group: 'palm.02.R', Weight: 0.693100 + Group: 'palm.03.R', Weight: 0.186295 +Vertex 4476: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.020400 + Group: 'palm.02.R', Weight: 0.674785 + Group: 'f_middle.01.R', Weight: 0.050695 + Group: 'palm.03.R', Weight: 0.219365 +Vertex 4477: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.967361 + Group: 'hand.R', Weight: 0.007384 +Vertex 4478: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.000639 + Group: 'palm.02.R', Weight: 0.678214 + Group: 'f_middle.01.R', Weight: 0.053752 + Group: 'palm.03.R', Weight: 0.220941 +Vertex 4479: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.362508 + Group: 'palm.03.R', Weight: 0.537643 + Group: 'f_ring.01.R', Weight: 0.048385 +Vertex 4480: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.091343 + Group: 'thumb.01.R', Weight: 0.115392 + Group: 'palm.02.R', Weight: 0.760342 +Vertex 4481: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.886406 + Group: 'palm.02.R', Weight: 0.062416 + Group: 'palm.03.R', Weight: 0.040147 +Vertex 4482: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.700780 + Group: 'palm.02.R', Weight: 0.120882 + Group: 'palm.03.R', Weight: 0.173691 +Vertex 4483: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.571711 + Group: 'palm.02.R', Weight: 0.379559 + Group: 'palm.03.R', Weight: 0.037681 +Vertex 4484: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.242521 + Group: 'palm.02.R', Weight: 0.726767 +Vertex 4485: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.181580 + Group: 'thumb.01.R', Weight: 0.642434 + Group: 'thumb.02.R', Weight: 0.060444 + Group: 'palm.03.R', Weight: 0.091460 +Vertex 4486: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.135028 + Group: 'thumb.01.R', Weight: 0.609656 + Group: 'thumb.02.R', Weight: 0.093327 + Group: 'palm.02.R', Weight: 0.006458 + Group: 'palm.03.R', Weight: 0.126675 +Vertex 4487: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.080914 + Group: 'thumb.01.R', Weight: 0.431522 + Group: 'thumb.02.R', Weight: 0.155280 + Group: 'palm.02.R', Weight: 0.317191 +Vertex 4488: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.011002 + Group: 'thumb.02.R', Weight: 0.649283 + Group: 'thumb.03.R', Weight: 0.310757 +Vertex 4489: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.225458 + Group: 'thumb.02.R', Weight: 0.714464 + Group: 'thumb.03.R', Weight: 0.003807 +Vertex 4490: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.004090 + Group: 'thumb.02.R', Weight: 0.644392 + Group: 'thumb.03.R', Weight: 0.320162 +Vertex 4491: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.022077 + Group: 'thumb.02.R', Weight: 0.715558 + Group: 'thumb.03.R', Weight: 0.238337 +Vertex 4492: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.048348 + Group: 'thumb.01.R', Weight: 0.688025 + Group: 'thumb.02.R', Weight: 0.206815 + Group: 'palm.03.R', Weight: 0.018202 +Vertex 4493: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.228485 + Group: 'thumb.02.R', Weight: 0.733566 + Group: 'palm.02.R', Weight: 0.035960 +Vertex 4494: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.118623 + Group: 'thumb.02.R', Weight: 0.789025 + Group: 'thumb.03.R', Weight: 0.063988 +Vertex 4495: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.085985 + Group: 'thumb.03.R', Weight: 0.917974 +Vertex 4496: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.247496 + Group: 'thumb.03.R', Weight: 0.762780 +Vertex 4497: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.983827 +Vertex 4498: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.985249 +Vertex 4499: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.019651 + Group: 'thumb.03.R', Weight: 0.964772 +Vertex 4500: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.177275 + Group: 'thumb.03.R', Weight: 0.823306 +Vertex 4501: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4502: +Vertex groups: 3 + Group: 'spine', Weight: 0.157330 + Group: 'spine.001', Weight: 0.689067 + Group: 'spine.002', Weight: 0.143085 +Vertex 4503: +Vertex groups: 3 + Group: 'spine', Weight: 0.153365 + Group: 'spine.001', Weight: 0.687708 + Group: 'spine.002', Weight: 0.148193 +Vertex 4504: +Vertex groups: 3 + Group: 'spine', Weight: 0.151598 + Group: 'spine.001', Weight: 0.682928 + Group: 'spine.002', Weight: 0.154316 +Vertex 4505: +Vertex groups: 3 + Group: 'spine', Weight: 0.110182 + Group: 'spine.001', Weight: 0.683443 + Group: 'spine.002', Weight: 0.194767 +Vertex 4506: +Vertex groups: 3 + Group: 'spine', Weight: 0.112345 + Group: 'spine.001', Weight: 0.706055 + Group: 'spine.002', Weight: 0.171412 +Vertex 4507: +Vertex groups: 3 + Group: 'spine', Weight: 0.086754 + Group: 'spine.001', Weight: 0.686555 + Group: 'spine.002', Weight: 0.215212 +Vertex 4508: +Vertex groups: 3 + Group: 'spine', Weight: 0.086382 + Group: 'spine.001', Weight: 0.682386 + Group: 'spine.002', Weight: 0.219520 +Vertex 4509: +Vertex groups: 3 + Group: 'spine', Weight: 0.146737 + Group: 'spine.001', Weight: 0.720556 + Group: 'spine.002', Weight: 0.124094 +Vertex 4510: +Vertex groups: 3 + Group: 'spine', Weight: 0.148724 + Group: 'spine.001', Weight: 0.718203 + Group: 'spine.002', Weight: 0.124378 +Vertex 4511: +Vertex groups: 4 + Group: 'spine', Weight: 0.079139 + Group: 'spine.001', Weight: 0.364403 + Group: 'spine.002', Weight: 0.498831 + Group: 'spine.003', Weight: 0.004425 +Vertex 4512: +Vertex groups: 3 + Group: 'spine', Weight: 0.081031 + Group: 'spine.001', Weight: 0.496253 + Group: 'spine.002', Weight: 0.395142 +Vertex 4513: +Vertex groups: 3 + Group: 'spine', Weight: 0.094079 + Group: 'spine.001', Weight: 0.589551 + Group: 'spine.002', Weight: 0.299077 +Vertex 4514: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.715830 + Group: 'spine.001', Weight: 0.131904 + Group: 'spine.003', Weight: 0.121435 + Group: 'spine', Weight: 0.020689 + Group: 'upper_arm.R', Weight: 0.010142 +Vertex 4515: +Vertex groups: 5 + Group: 'spine', Weight: 0.047688 + Group: 'spine.001', Weight: 0.181144 + Group: 'spine.002', Weight: 0.637668 + Group: 'spine.003', Weight: 0.069350 + Group: 'upper_arm.R', Weight: 0.007980 +Vertex 4516: +Vertex groups: 4 + Group: 'spine', Weight: 0.059935 + Group: 'spine.001', Weight: 0.249044 + Group: 'spine.002', Weight: 0.596646 + Group: 'spine.003', Weight: 0.043053 +Vertex 4517: +Vertex groups: 3 + Group: 'spine', Weight: 0.096394 + Group: 'spine.001', Weight: 0.584319 + Group: 'spine.002', Weight: 0.300913 +Vertex 4518: +Vertex groups: 3 + Group: 'spine', Weight: 0.090024 + Group: 'spine.001', Weight: 0.561013 + Group: 'spine.002', Weight: 0.327515 +Vertex 4519: +Vertex groups: 3 + Group: 'spine', Weight: 0.088734 + Group: 'spine.001', Weight: 0.601657 + Group: 'spine.002', Weight: 0.293287 +Vertex 4520: +Vertex groups: 3 + Group: 'spine', Weight: 0.087807 + Group: 'spine.001', Weight: 0.620047 + Group: 'spine.002', Weight: 0.276839 +Vertex 4521: +Vertex groups: 3 + Group: 'spine', Weight: 0.089163 + Group: 'spine.001', Weight: 0.629563 + Group: 'spine.002', Weight: 0.266471 +Vertex 4522: +Vertex groups: 4 + Group: 'spine', Weight: 0.070041 + Group: 'spine.001', Weight: 0.308295 + Group: 'spine.002', Weight: 0.547801 + Group: 'spine.003', Weight: 0.020924 +Vertex 4523: +Vertex groups: 4 + Group: 'spine', Weight: 0.008642 + Group: 'spine.001', Weight: 0.225174 + Group: 'spine.002', Weight: 0.695043 + Group: 'spine.003', Weight: 0.006646 +Vertex 4524: +Vertex groups: 3 + Group: 'spine', Weight: 0.053494 + Group: 'spine.001', Weight: 0.565409 + Group: 'spine.002', Weight: 0.363734 +Vertex 4525: +Vertex groups: 3 + Group: 'spine', Weight: 0.051418 + Group: 'spine.001', Weight: 0.437767 + Group: 'spine.002', Weight: 0.486364 +Vertex 4526: +Vertex groups: 3 + Group: 'spine', Weight: 0.054842 + Group: 'spine.001', Weight: 0.532767 + Group: 'spine.002', Weight: 0.392528 +Vertex 4527: +Vertex groups: 3 + Group: 'spine', Weight: 0.054410 + Group: 'spine.001', Weight: 0.487094 + Group: 'spine.002', Weight: 0.436496 +Vertex 4528: +Vertex groups: 3 + Group: 'spine', Weight: 0.051614 + Group: 'spine.001', Weight: 0.560393 + Group: 'spine.002', Weight: 0.370615 +Vertex 4529: +Vertex groups: 3 + Group: 'spine', Weight: 0.053582 + Group: 'spine.001', Weight: 0.556257 + Group: 'spine.002', Weight: 0.371870 +Vertex 4530: +Vertex groups: 3 + Group: 'spine', Weight: 0.038161 + Group: 'spine.001', Weight: 0.357226 + Group: 'spine.002', Weight: 0.567992 +Vertex 4531: +Vertex groups: 3 + Group: 'spine', Weight: 0.055738 + Group: 'spine.001', Weight: 0.514551 + Group: 'spine.002', Weight: 0.408994 +Vertex 4532: +Vertex groups: 3 + Group: 'spine', Weight: 0.045833 + Group: 'spine.001', Weight: 0.544262 + Group: 'spine.002', Weight: 0.389840 +Vertex 4533: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.128529 + Group: 'spine.002', Weight: 0.764618 + Group: 'spine.003', Weight: 0.050806 +Vertex 4534: +Vertex groups: 3 + Group: 'spine', Weight: 0.062144 + Group: 'spine.001', Weight: 0.467573 + Group: 'spine.002', Weight: 0.447808 +Vertex 4535: +Vertex groups: 3 + Group: 'spine', Weight: 0.067188 + Group: 'spine.001', Weight: 0.522452 + Group: 'spine.002', Weight: 0.390332 +Vertex 4536: +Vertex groups: 3 + Group: 'spine', Weight: 0.022966 + Group: 'spine.001', Weight: 0.360868 + Group: 'spine.002', Weight: 0.573010 +Vertex 4537: +Vertex groups: 3 + Group: 'spine', Weight: 0.052946 + Group: 'spine.001', Weight: 0.460947 + Group: 'spine.002', Weight: 0.462921 +Vertex 4538: +Vertex groups: 3 + Group: 'spine', Weight: 0.005968 + Group: 'spine.001', Weight: 0.312656 + Group: 'spine.002', Weight: 0.626762 +Vertex 4539: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.106329 + Group: 'spine.002', Weight: 0.688732 + Group: 'spine.003', Weight: 0.081697 + Group: 'shoulder.R', Weight: 0.009360 + Group: 'upper_arm.R', Weight: 0.061521 +Vertex 4540: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.155957 + Group: 'spine.002', Weight: 0.743899 + Group: 'spine.003', Weight: 0.034437 +Vertex 4541: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.125498 + Group: 'spine.002', Weight: 0.727732 + Group: 'spine.003', Weight: 0.057659 + Group: 'upper_arm.R', Weight: 0.035263 +Vertex 4542: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.056142 + Group: 'spine.002', Weight: 0.486372 + Group: 'spine.003', Weight: 0.263162 + Group: 'shoulder.R', Weight: 0.067749 + Group: 'upper_arm.R', Weight: 0.064950 +Vertex 4543: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.081989 + Group: 'spine.002', Weight: 0.593029 + Group: 'spine.003', Weight: 0.161194 + Group: 'shoulder.R', Weight: 0.052059 + Group: 'upper_arm.R', Weight: 0.066162 +Vertex 4544: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.094732 + Group: 'spine.002', Weight: 0.638976 + Group: 'spine.003', Weight: 0.118525 + Group: 'shoulder.R', Weight: 0.033390 + Group: 'upper_arm.R', Weight: 0.068802 +Vertex 4545: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.101951 + Group: 'spine.002', Weight: 0.665420 + Group: 'spine.003', Weight: 0.097095 + Group: 'shoulder.R', Weight: 0.020420 + Group: 'upper_arm.R', Weight: 0.065814 +Vertex 4546: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.085124 + Group: 'Head', Weight: 0.911655 +Vertex 4547: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082596 + Group: 'Head', Weight: 0.914199 +Vertex 4548: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.154120 + Group: 'Head', Weight: 0.839492 +Vertex 4549: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165708 + Group: 'Head', Weight: 0.828104 +Vertex 4550: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165504 + Group: 'Head', Weight: 0.828664 +Vertex 4551: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155290 + Group: 'Head', Weight: 0.839336 +Vertex 4552: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133879 + Group: 'Head', Weight: 0.861323 +Vertex 4553: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123022 + Group: 'Head', Weight: 0.872431 +Vertex 4554: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111957 + Group: 'Head', Weight: 0.883710 +Vertex 4555: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099577 + Group: 'Head', Weight: 0.896168 +Vertex 4556: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098472 + Group: 'Head', Weight: 0.896984 +Vertex 4557: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103936 + Group: 'Head', Weight: 0.891111 +Vertex 4558: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113955 + Group: 'Head', Weight: 0.880621 +Vertex 4559: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133219 + Group: 'Head', Weight: 0.860727 +Vertex 4560: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124054 + Group: 'Head', Weight: 0.870090 +Vertex 4561: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141530 + Group: 'Head', Weight: 0.852245 +Vertex 4562: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142622 + Group: 'Head', Weight: 0.852365 +Vertex 4563: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148502 + Group: 'Head', Weight: 0.846322 +Vertex 4564: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150722 + Group: 'Head', Weight: 0.843139 +Vertex 4565: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161239 + Group: 'Head', Weight: 0.832769 +Vertex 4566: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.160038 + Group: 'Head', Weight: 0.834283 +Vertex 4567: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150784 + Group: 'Head', Weight: 0.843916 +Vertex 4568: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132111 + Group: 'Head', Weight: 0.863058 +Vertex 4569: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124855 + Group: 'Head', Weight: 0.870471 +Vertex 4570: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115740 + Group: 'Head', Weight: 0.879746 +Vertex 4571: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105364 + Group: 'Head', Weight: 0.890162 +Vertex 4572: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104968 + Group: 'Head', Weight: 0.890266 +Vertex 4573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111310 + Group: 'Head', Weight: 0.883539 +Vertex 4574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.121915 + Group: 'Head', Weight: 0.872546 +Vertex 4575: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132738 + Group: 'Head', Weight: 0.861410 +Vertex 4576: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127086 + Group: 'Head', Weight: 0.867201 +Vertex 4577: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139867 + Group: 'Head', Weight: 0.854129 +Vertex 4578: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139116 + Group: 'Head', Weight: 0.855888 +Vertex 4579: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144932 + Group: 'Head', Weight: 0.849924 +Vertex 4580: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155603 + Group: 'Head', Weight: 0.837877 +Vertex 4581: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108890 + Group: 'Head', Weight: 0.885705 +Vertex 4582: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101870 + Group: 'Head', Weight: 0.893178 +Vertex 4583: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118893 + Group: 'Head', Weight: 0.875177 +Vertex 4584: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128668 + Group: 'Head', Weight: 0.865185 +Vertex 4585: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141187 + Group: 'Head', Weight: 0.852462 +Vertex 4586: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.167856 + Group: 'Head', Weight: 0.825832 +Vertex 4587: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166152 + Group: 'Head', Weight: 0.827970 +Vertex 4588: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155662 + Group: 'Head', Weight: 0.838944 +Vertex 4589: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095647 + Group: 'Head', Weight: 0.899890 +Vertex 4590: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095430 + Group: 'Head', Weight: 0.900465 +Vertex 4591: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107329 + Group: 'Head', Weight: 0.888497 +Vertex 4592: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119804 + Group: 'Head', Weight: 0.875770 +Vertex 4593: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131993 + Group: 'Head', Weight: 0.863301 +Vertex 4594: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146676 + Group: 'Head', Weight: 0.848224 +Vertex 4595: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139688 + Group: 'Head', Weight: 0.855411 +Vertex 4596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101068 + Group: 'Head', Weight: 0.894818 +Vertex 4597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098370 + Group: 'Head', Weight: 0.897609 +Vertex 4598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104756 + Group: 'Head', Weight: 0.890993 +Vertex 4599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088505 + Group: 'Head', Weight: 0.907845 +Vertex 4600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109389 + Group: 'Head', Weight: 0.886155 +Vertex 4601: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4602: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4603: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4604: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4605: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4606: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4607: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4608: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4609: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4610: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4611: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4612: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4613: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4614: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4615: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4616: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4617: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4618: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4619: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4620: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4621: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4622: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4623: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4624: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4625: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4626: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4627: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4628: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4629: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4630: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4631: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4632: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4633: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4634: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.865184 + Group: 'f_middle.02.R', Weight: 0.133583 +Vertex 4635: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.901072 + Group: 'f_middle.02.R', Weight: 0.098783 +Vertex 4636: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.874345 + Group: 'f_middle.02.R', Weight: 0.125216 +Vertex 4637: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.957046 + Group: 'f_middle.02.R', Weight: 0.035057 +Vertex 4638: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.828853 + Group: 'f_middle.02.R', Weight: 0.170559 +Vertex 4639: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.857769 + Group: 'f_middle.02.R', Weight: 0.142449 +Vertex 4640: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.916989 + Group: 'f_middle.02.R', Weight: 0.083144 +Vertex 4641: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.960789 + Group: 'f_middle.02.R', Weight: 0.027993 +Vertex 4642: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.877561 + Group: 'f_middle.02.R', Weight: 0.122508 +Vertex 4643: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.957612 + Group: 'f_middle.02.R', Weight: 0.034151 +=== Animation Keyframes === +=== Bone Transforms per Keyframe === +Keyframes: 2 +Frame: 0 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 11 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + diff --git a/resources/w/shadow/shadow_die003.txt b/resources/w/shadow/shadow_die003.txt new file mode 100644 index 0000000..f6ffbdc --- /dev/null +++ b/resources/w/shadow/shadow_die003.txt @@ -0,0 +1,103293 @@ +=== Armature Matrix === + + + + +=== Armature Bones: 38 +Bone: spine + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.14538497551776422 + + + + Parent: None + Children: ['spine.001'] +Bone: spine.001 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09518011967795607 + + + + Parent: spine + Children: ['spine.002'] +Bone: spine.002 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1215128936633829 + + + + Parent: spine.001 + Children: ['spine.003'] +Bone: spine.003 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.112579900223692 + + + + Parent: spine.002 + Children: ['spine.004', 'shoulder.L', 'shoulder.R'] +Bone: spine.004 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04642813051227379 + + + + Parent: spine.003 + Children: ['spine.005'] +Bone: spine.005 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04471281747648945 + + + + Parent: spine.004 + Children: ['Head'] +Bone: Head + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.044712782490291675 + + + + Parent: spine.005 + Children: [] +Bone: shoulder.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09377606215972899 + + + + Parent: spine.003 + Children: ['upper_arm.L'] +Bone: upper_arm.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.22562149704423543 + + + + Parent: shoulder.L + Children: ['forearm.L'] +Bone: forearm.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.18554608719501253 + + + + Parent: upper_arm.L + Children: ['hand.L'] +Bone: hand.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.08843077769432313 + + + + Parent: forearm.L + Children: ['thumb.01.L', 'palm.02.L', 'palm.03.L'] +Bone: thumb.01.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.042760808799966715 + + + + Parent: hand.L + Children: ['thumb.02.L'] +Bone: thumb.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03528378928504266 + + + + Parent: thumb.01.L + Children: ['thumb.03.L'] +Bone: thumb.03.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.035283792790654606 + + + + Parent: thumb.02.L + Children: [] +Bone: palm.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.043167344500944706 + + + + Parent: hand.L + Children: ['f_middle.01.L'] +Bone: f_middle.01.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.05333360538612737 + + + + Parent: palm.02.L + Children: ['f_middle.02.L'] +Bone: f_middle.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.05333360545433913 + + + + Parent: f_middle.01.L + Children: [] +Bone: palm.03.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.054472468595704704 + + + + Parent: hand.L + Children: ['f_ring.01.L'] +Bone: f_ring.01.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732557942843606 + + + + Parent: palm.03.L + Children: ['f_ring.02.L'] +Bone: f_ring.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732557693695869 + + + + Parent: f_ring.01.L + Children: [] +Bone: shoulder.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09377603779689124 + + + + Parent: spine.003 + Children: ['upper_arm.R'] +Bone: upper_arm.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.2256213728713048 + + + + Parent: shoulder.R + Children: ['forearm.R'] +Bone: forearm.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1855461361337643 + + + + Parent: upper_arm.R + Children: ['hand.R'] +Bone: hand.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.0884306460485189 + + + + Parent: forearm.R + Children: ['thumb.01.R', 'palm.02.R', 'palm.03.R'] +Bone: thumb.01.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04276087822307587 + + + + Parent: hand.R + Children: ['thumb.02.R'] +Bone: thumb.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03528377691229182 + + + + Parent: thumb.01.R + Children: ['thumb.03.R'] +Bone: thumb.03.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03528375031086283 + + + + Parent: thumb.02.R + Children: [] +Bone: palm.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04316749147834885 + + + + Parent: hand.R + Children: ['f_middle.01.R'] +Bone: f_middle.01.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.053333582466972874 + + + + Parent: palm.02.R + Children: ['f_middle.02.R'] +Bone: f_middle.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.05333358362657319 + + + + Parent: f_middle.01.R + Children: [] +Bone: palm.03.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.054472408755736265 + + + + Parent: hand.R + Children: ['f_ring.01.R'] +Bone: f_ring.01.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732561919458532 + + + + Parent: palm.03.R + Children: ['f_ring.02.R'] +Bone: f_ring.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732567206376134 + + + + Parent: f_ring.01.R + Children: [] +Bone: spine1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10557497968953111 + + + + Parent: None + Children: ['spine1.001'] +Bone: spine1.001 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.11934970563234676 + + + + Parent: spine1 + Children: ['spine1.002'] +Bone: spine1.002 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.13505779146796712 + + + + Parent: spine1.001 + Children: ['spine1.003'] +Bone: spine1.003 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10722895334702276 + + + + Parent: spine1.002 + Children: ['spine2'] +Bone: spine2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1072289567397458 + + + + Parent: spine1.003 + Children: [] +=== TOTAL MESHES TO EXPORT: 1 === +=== Mesh Object: Shadow_NPC_Rigged === +===Vertices: 4644 +Vertex 0: +Vertex 1: +Vertex 2: +Vertex 3: +Vertex 4: +Vertex 5: +Vertex 6: +Vertex 7: +Vertex 8: +Vertex 9: +Vertex 10: +Vertex 11: +Vertex 12: +Vertex 13: +Vertex 14: +Vertex 15: +Vertex 16: +Vertex 17: +Vertex 18: +Vertex 19: +Vertex 20: +Vertex 21: +Vertex 22: +Vertex 23: +Vertex 24: +Vertex 25: +Vertex 26: +Vertex 27: +Vertex 28: +Vertex 29: +Vertex 30: +Vertex 31: +Vertex 32: +Vertex 33: +Vertex 34: +Vertex 35: +Vertex 36: +Vertex 37: +Vertex 38: +Vertex 39: +Vertex 40: +Vertex 41: +Vertex 42: +Vertex 43: +Vertex 44: +Vertex 45: +Vertex 46: +Vertex 47: +Vertex 48: +Vertex 49: +Vertex 50: +Vertex 51: +Vertex 52: +Vertex 53: +Vertex 54: +Vertex 55: +Vertex 56: +Vertex 57: +Vertex 58: +Vertex 59: +Vertex 60: +Vertex 61: +Vertex 62: +Vertex 63: +Vertex 64: +Vertex 65: +Vertex 66: +Vertex 67: +Vertex 68: +Vertex 69: +Vertex 70: +Vertex 71: +Vertex 72: +Vertex 73: +Vertex 74: +Vertex 75: +Vertex 76: +Vertex 77: +Vertex 78: +Vertex 79: +Vertex 80: +Vertex 81: +Vertex 82: +Vertex 83: +Vertex 84: +Vertex 85: +Vertex 86: +Vertex 87: +Vertex 88: +Vertex 89: +Vertex 90: +Vertex 91: +Vertex 92: +Vertex 93: +Vertex 94: +Vertex 95: +Vertex 96: +Vertex 97: +Vertex 98: +Vertex 99: +Vertex 100: +Vertex 101: +Vertex 102: +Vertex 103: +Vertex 104: +Vertex 105: +Vertex 106: +Vertex 107: +Vertex 108: +Vertex 109: +Vertex 110: +Vertex 111: +Vertex 112: +Vertex 113: +Vertex 114: +Vertex 115: +Vertex 116: +Vertex 117: +Vertex 118: +Vertex 119: +Vertex 120: +Vertex 121: +Vertex 122: +Vertex 123: +Vertex 124: +Vertex 125: +Vertex 126: +Vertex 127: +Vertex 128: +Vertex 129: +Vertex 130: +Vertex 131: +Vertex 132: +Vertex 133: +Vertex 134: +Vertex 135: +Vertex 136: +Vertex 137: +Vertex 138: +Vertex 139: +Vertex 140: +Vertex 141: +Vertex 142: +Vertex 143: +Vertex 144: +Vertex 145: +Vertex 146: +Vertex 147: +Vertex 148: +Vertex 149: +Vertex 150: +Vertex 151: +Vertex 152: +Vertex 153: +Vertex 154: +Vertex 155: +Vertex 156: +Vertex 157: +Vertex 158: +Vertex 159: +Vertex 160: +Vertex 161: +Vertex 162: +Vertex 163: +Vertex 164: +Vertex 165: +Vertex 166: +Vertex 167: +Vertex 168: +Vertex 169: +Vertex 170: +Vertex 171: +Vertex 172: +Vertex 173: +Vertex 174: +Vertex 175: +Vertex 176: +Vertex 177: +Vertex 178: +Vertex 179: +Vertex 180: +Vertex 181: +Vertex 182: +Vertex 183: +Vertex 184: +Vertex 185: +Vertex 186: +Vertex 187: +Vertex 188: +Vertex 189: +Vertex 190: +Vertex 191: +Vertex 192: +Vertex 193: +Vertex 194: +Vertex 195: +Vertex 196: +Vertex 197: +Vertex 198: +Vertex 199: +Vertex 200: +Vertex 201: +Vertex 202: +Vertex 203: +Vertex 204: +Vertex 205: +Vertex 206: +Vertex 207: +Vertex 208: +Vertex 209: +Vertex 210: +Vertex 211: +Vertex 212: +Vertex 213: +Vertex 214: +Vertex 215: +Vertex 216: +Vertex 217: +Vertex 218: +Vertex 219: +Vertex 220: +Vertex 221: +Vertex 222: +Vertex 223: +Vertex 224: +Vertex 225: +Vertex 226: +Vertex 227: +Vertex 228: +Vertex 229: +Vertex 230: +Vertex 231: +Vertex 232: +Vertex 233: +Vertex 234: +Vertex 235: +Vertex 236: +Vertex 237: +Vertex 238: +Vertex 239: +Vertex 240: +Vertex 241: +Vertex 242: +Vertex 243: +Vertex 244: +Vertex 245: +Vertex 246: +Vertex 247: +Vertex 248: +Vertex 249: +Vertex 250: +Vertex 251: +Vertex 252: +Vertex 253: +Vertex 254: +Vertex 255: +Vertex 256: +Vertex 257: +Vertex 258: +Vertex 259: +Vertex 260: +Vertex 261: +Vertex 262: +Vertex 263: +Vertex 264: +Vertex 265: +Vertex 266: +Vertex 267: +Vertex 268: +Vertex 269: +Vertex 270: +Vertex 271: +Vertex 272: +Vertex 273: +Vertex 274: +Vertex 275: +Vertex 276: +Vertex 277: +Vertex 278: +Vertex 279: +Vertex 280: +Vertex 281: +Vertex 282: +Vertex 283: +Vertex 284: +Vertex 285: +Vertex 286: +Vertex 287: +Vertex 288: +Vertex 289: +Vertex 290: +Vertex 291: +Vertex 292: +Vertex 293: +Vertex 294: +Vertex 295: +Vertex 296: +Vertex 297: +Vertex 298: +Vertex 299: +Vertex 300: +Vertex 301: +Vertex 302: +Vertex 303: +Vertex 304: +Vertex 305: +Vertex 306: +Vertex 307: +Vertex 308: +Vertex 309: +Vertex 310: +Vertex 311: +Vertex 312: +Vertex 313: +Vertex 314: +Vertex 315: +Vertex 316: +Vertex 317: +Vertex 318: +Vertex 319: +Vertex 320: +Vertex 321: +Vertex 322: +Vertex 323: +Vertex 324: +Vertex 325: +Vertex 326: +Vertex 327: +Vertex 328: +Vertex 329: +Vertex 330: +Vertex 331: +Vertex 332: +Vertex 333: +Vertex 334: +Vertex 335: +Vertex 336: +Vertex 337: +Vertex 338: +Vertex 339: +Vertex 340: +Vertex 341: +Vertex 342: +Vertex 343: +Vertex 344: +Vertex 345: +Vertex 346: +Vertex 347: +Vertex 348: +Vertex 349: +Vertex 350: +Vertex 351: +Vertex 352: +Vertex 353: +Vertex 354: +Vertex 355: +Vertex 356: +Vertex 357: +Vertex 358: +Vertex 359: +Vertex 360: +Vertex 361: +Vertex 362: +Vertex 363: +Vertex 364: +Vertex 365: +Vertex 366: +Vertex 367: +Vertex 368: +Vertex 369: +Vertex 370: +Vertex 371: +Vertex 372: +Vertex 373: +Vertex 374: +Vertex 375: +Vertex 376: +Vertex 377: +Vertex 378: +Vertex 379: +Vertex 380: +Vertex 381: +Vertex 382: +Vertex 383: +Vertex 384: +Vertex 385: +Vertex 386: +Vertex 387: +Vertex 388: +Vertex 389: +Vertex 390: +Vertex 391: +Vertex 392: +Vertex 393: +Vertex 394: +Vertex 395: +Vertex 396: +Vertex 397: +Vertex 398: +Vertex 399: +Vertex 400: +Vertex 401: +Vertex 402: +Vertex 403: +Vertex 404: +Vertex 405: +Vertex 406: +Vertex 407: +Vertex 408: +Vertex 409: +Vertex 410: +Vertex 411: +Vertex 412: +Vertex 413: +Vertex 414: +Vertex 415: +Vertex 416: +Vertex 417: +Vertex 418: +Vertex 419: +Vertex 420: +Vertex 421: +Vertex 422: +Vertex 423: +Vertex 424: +Vertex 425: +Vertex 426: +Vertex 427: +Vertex 428: +Vertex 429: +Vertex 430: +Vertex 431: +Vertex 432: +Vertex 433: +Vertex 434: +Vertex 435: +Vertex 436: +Vertex 437: +Vertex 438: +Vertex 439: +Vertex 440: +Vertex 441: +Vertex 442: +Vertex 443: +Vertex 444: +Vertex 445: +Vertex 446: +Vertex 447: +Vertex 448: +Vertex 449: +Vertex 450: +Vertex 451: +Vertex 452: +Vertex 453: +Vertex 454: +Vertex 455: +Vertex 456: +Vertex 457: +Vertex 458: +Vertex 459: +Vertex 460: +Vertex 461: +Vertex 462: +Vertex 463: +Vertex 464: +Vertex 465: +Vertex 466: +Vertex 467: +Vertex 468: +Vertex 469: +Vertex 470: +Vertex 471: +Vertex 472: +Vertex 473: +Vertex 474: +Vertex 475: +Vertex 476: +Vertex 477: +Vertex 478: +Vertex 479: +Vertex 480: +Vertex 481: +Vertex 482: +Vertex 483: +Vertex 484: +Vertex 485: +Vertex 486: +Vertex 487: +Vertex 488: +Vertex 489: +Vertex 490: +Vertex 491: +Vertex 492: +Vertex 493: +Vertex 494: +Vertex 495: +Vertex 496: +Vertex 497: +Vertex 498: +Vertex 499: +Vertex 500: +Vertex 501: +Vertex 502: +Vertex 503: +Vertex 504: +Vertex 505: +Vertex 506: +Vertex 507: +Vertex 508: +Vertex 509: +Vertex 510: +Vertex 511: +Vertex 512: +Vertex 513: +Vertex 514: +Vertex 515: +Vertex 516: +Vertex 517: +Vertex 518: +Vertex 519: +Vertex 520: +Vertex 521: +Vertex 522: +Vertex 523: +Vertex 524: +Vertex 525: +Vertex 526: +Vertex 527: +Vertex 528: +Vertex 529: +Vertex 530: +Vertex 531: +Vertex 532: +Vertex 533: +Vertex 534: +Vertex 535: +Vertex 536: +Vertex 537: +Vertex 538: +Vertex 539: +Vertex 540: +Vertex 541: +Vertex 542: +Vertex 543: +Vertex 544: +Vertex 545: +Vertex 546: +Vertex 547: +Vertex 548: +Vertex 549: +Vertex 550: +Vertex 551: +Vertex 552: +Vertex 553: +Vertex 554: +Vertex 555: +Vertex 556: +Vertex 557: +Vertex 558: +Vertex 559: +Vertex 560: +Vertex 561: +Vertex 562: +Vertex 563: +Vertex 564: +Vertex 565: +Vertex 566: +Vertex 567: +Vertex 568: +Vertex 569: +Vertex 570: +Vertex 571: +Vertex 572: +Vertex 573: +Vertex 574: +Vertex 575: +Vertex 576: +Vertex 577: +Vertex 578: +Vertex 579: +Vertex 580: +Vertex 581: +Vertex 582: +Vertex 583: +Vertex 584: +Vertex 585: +Vertex 586: +Vertex 587: +Vertex 588: +Vertex 589: +Vertex 590: +Vertex 591: +Vertex 592: +Vertex 593: +Vertex 594: +Vertex 595: +Vertex 596: +Vertex 597: +Vertex 598: +Vertex 599: +Vertex 600: +Vertex 601: +Vertex 602: +Vertex 603: +Vertex 604: +Vertex 605: +Vertex 606: +Vertex 607: +Vertex 608: +Vertex 609: +Vertex 610: +Vertex 611: +Vertex 612: +Vertex 613: +Vertex 614: +Vertex 615: +Vertex 616: +Vertex 617: +Vertex 618: +Vertex 619: +Vertex 620: +Vertex 621: +Vertex 622: +Vertex 623: +Vertex 624: +Vertex 625: +Vertex 626: +Vertex 627: +Vertex 628: +Vertex 629: +Vertex 630: +Vertex 631: +Vertex 632: +Vertex 633: +Vertex 634: +Vertex 635: +Vertex 636: +Vertex 637: +Vertex 638: +Vertex 639: +Vertex 640: +Vertex 641: +Vertex 642: +Vertex 643: +Vertex 644: +Vertex 645: +Vertex 646: +Vertex 647: +Vertex 648: +Vertex 649: +Vertex 650: +Vertex 651: +Vertex 652: +Vertex 653: +Vertex 654: +Vertex 655: +Vertex 656: +Vertex 657: +Vertex 658: +Vertex 659: +Vertex 660: +Vertex 661: +Vertex 662: +Vertex 663: +Vertex 664: +Vertex 665: +Vertex 666: +Vertex 667: +Vertex 668: +Vertex 669: +Vertex 670: +Vertex 671: +Vertex 672: +Vertex 673: +Vertex 674: +Vertex 675: +Vertex 676: +Vertex 677: +Vertex 678: +Vertex 679: +Vertex 680: +Vertex 681: +Vertex 682: +Vertex 683: +Vertex 684: +Vertex 685: +Vertex 686: +Vertex 687: +Vertex 688: +Vertex 689: +Vertex 690: +Vertex 691: +Vertex 692: +Vertex 693: +Vertex 694: +Vertex 695: +Vertex 696: +Vertex 697: +Vertex 698: +Vertex 699: +Vertex 700: +Vertex 701: +Vertex 702: +Vertex 703: +Vertex 704: +Vertex 705: +Vertex 706: +Vertex 707: +Vertex 708: +Vertex 709: +Vertex 710: +Vertex 711: +Vertex 712: +Vertex 713: +Vertex 714: +Vertex 715: +Vertex 716: +Vertex 717: +Vertex 718: +Vertex 719: +Vertex 720: +Vertex 721: +Vertex 722: +Vertex 723: +Vertex 724: +Vertex 725: +Vertex 726: +Vertex 727: +Vertex 728: +Vertex 729: +Vertex 730: +Vertex 731: +Vertex 732: +Vertex 733: +Vertex 734: +Vertex 735: +Vertex 736: +Vertex 737: +Vertex 738: +Vertex 739: +Vertex 740: +Vertex 741: +Vertex 742: +Vertex 743: +Vertex 744: +Vertex 745: +Vertex 746: +Vertex 747: +Vertex 748: +Vertex 749: +Vertex 750: +Vertex 751: +Vertex 752: +Vertex 753: +Vertex 754: +Vertex 755: +Vertex 756: +Vertex 757: +Vertex 758: +Vertex 759: +Vertex 760: +Vertex 761: +Vertex 762: +Vertex 763: +Vertex 764: +Vertex 765: +Vertex 766: +Vertex 767: +Vertex 768: +Vertex 769: +Vertex 770: +Vertex 771: +Vertex 772: +Vertex 773: +Vertex 774: +Vertex 775: +Vertex 776: +Vertex 777: +Vertex 778: +Vertex 779: +Vertex 780: +Vertex 781: +Vertex 782: +Vertex 783: +Vertex 784: +Vertex 785: +Vertex 786: +Vertex 787: +Vertex 788: +Vertex 789: +Vertex 790: +Vertex 791: +Vertex 792: +Vertex 793: +Vertex 794: +Vertex 795: +Vertex 796: +Vertex 797: +Vertex 798: +Vertex 799: +Vertex 800: +Vertex 801: +Vertex 802: +Vertex 803: +Vertex 804: +Vertex 805: +Vertex 806: +Vertex 807: +Vertex 808: +Vertex 809: +Vertex 810: +Vertex 811: +Vertex 812: +Vertex 813: +Vertex 814: +Vertex 815: +Vertex 816: +Vertex 817: +Vertex 818: +Vertex 819: +Vertex 820: +Vertex 821: +Vertex 822: +Vertex 823: +Vertex 824: +Vertex 825: +Vertex 826: +Vertex 827: +Vertex 828: +Vertex 829: +Vertex 830: +Vertex 831: +Vertex 832: +Vertex 833: +Vertex 834: +Vertex 835: +Vertex 836: +Vertex 837: +Vertex 838: +Vertex 839: +Vertex 840: +Vertex 841: +Vertex 842: +Vertex 843: +Vertex 844: +Vertex 845: +Vertex 846: +Vertex 847: +Vertex 848: +Vertex 849: +Vertex 850: +Vertex 851: +Vertex 852: +Vertex 853: +Vertex 854: +Vertex 855: +Vertex 856: +Vertex 857: +Vertex 858: +Vertex 859: +Vertex 860: +Vertex 861: +Vertex 862: +Vertex 863: +Vertex 864: +Vertex 865: +Vertex 866: +Vertex 867: +Vertex 868: +Vertex 869: +Vertex 870: +Vertex 871: +Vertex 872: +Vertex 873: +Vertex 874: +Vertex 875: +Vertex 876: +Vertex 877: +Vertex 878: +Vertex 879: +Vertex 880: +Vertex 881: +Vertex 882: +Vertex 883: +Vertex 884: +Vertex 885: +Vertex 886: +Vertex 887: +Vertex 888: +Vertex 889: +Vertex 890: +Vertex 891: +Vertex 892: +Vertex 893: +Vertex 894: +Vertex 895: +Vertex 896: +Vertex 897: +Vertex 898: +Vertex 899: +Vertex 900: +Vertex 901: +Vertex 902: +Vertex 903: +Vertex 904: +Vertex 905: +Vertex 906: +Vertex 907: +Vertex 908: +Vertex 909: +Vertex 910: +Vertex 911: +Vertex 912: +Vertex 913: +Vertex 914: +Vertex 915: +Vertex 916: +Vertex 917: +Vertex 918: +Vertex 919: +Vertex 920: +Vertex 921: +Vertex 922: +Vertex 923: +Vertex 924: +Vertex 925: +Vertex 926: +Vertex 927: +Vertex 928: +Vertex 929: +Vertex 930: +Vertex 931: +Vertex 932: +Vertex 933: +Vertex 934: +Vertex 935: +Vertex 936: +Vertex 937: +Vertex 938: +Vertex 939: +Vertex 940: +Vertex 941: +Vertex 942: +Vertex 943: +Vertex 944: +Vertex 945: +Vertex 946: +Vertex 947: +Vertex 948: +Vertex 949: +Vertex 950: +Vertex 951: +Vertex 952: +Vertex 953: +Vertex 954: +Vertex 955: +Vertex 956: +Vertex 957: +Vertex 958: +Vertex 959: +Vertex 960: +Vertex 961: +Vertex 962: +Vertex 963: +Vertex 964: +Vertex 965: +Vertex 966: +Vertex 967: +Vertex 968: +Vertex 969: +Vertex 970: +Vertex 971: +Vertex 972: +Vertex 973: +Vertex 974: +Vertex 975: +Vertex 976: +Vertex 977: +Vertex 978: +Vertex 979: +Vertex 980: +Vertex 981: +Vertex 982: +Vertex 983: +Vertex 984: +Vertex 985: +Vertex 986: +Vertex 987: +Vertex 988: +Vertex 989: +Vertex 990: +Vertex 991: +Vertex 992: +Vertex 993: +Vertex 994: +Vertex 995: +Vertex 996: +Vertex 997: +Vertex 998: +Vertex 999: +Vertex 1000: +Vertex 1001: +Vertex 1002: +Vertex 1003: +Vertex 1004: +Vertex 1005: +Vertex 1006: +Vertex 1007: +Vertex 1008: +Vertex 1009: +Vertex 1010: +Vertex 1011: +Vertex 1012: +Vertex 1013: +Vertex 1014: +Vertex 1015: +Vertex 1016: +Vertex 1017: +Vertex 1018: +Vertex 1019: +Vertex 1020: +Vertex 1021: +Vertex 1022: +Vertex 1023: +Vertex 1024: +Vertex 1025: +Vertex 1026: +Vertex 1027: +Vertex 1028: +Vertex 1029: +Vertex 1030: +Vertex 1031: +Vertex 1032: +Vertex 1033: +Vertex 1034: +Vertex 1035: +Vertex 1036: +Vertex 1037: +Vertex 1038: +Vertex 1039: +Vertex 1040: +Vertex 1041: +Vertex 1042: +Vertex 1043: +Vertex 1044: +Vertex 1045: +Vertex 1046: +Vertex 1047: +Vertex 1048: +Vertex 1049: +Vertex 1050: +Vertex 1051: +Vertex 1052: +Vertex 1053: +Vertex 1054: +Vertex 1055: +Vertex 1056: +Vertex 1057: +Vertex 1058: +Vertex 1059: +Vertex 1060: +Vertex 1061: +Vertex 1062: +Vertex 1063: +Vertex 1064: +Vertex 1065: +Vertex 1066: +Vertex 1067: +Vertex 1068: +Vertex 1069: +Vertex 1070: +Vertex 1071: +Vertex 1072: +Vertex 1073: +Vertex 1074: +Vertex 1075: +Vertex 1076: +Vertex 1077: +Vertex 1078: +Vertex 1079: +Vertex 1080: +Vertex 1081: +Vertex 1082: +Vertex 1083: +Vertex 1084: +Vertex 1085: +Vertex 1086: +Vertex 1087: +Vertex 1088: +Vertex 1089: +Vertex 1090: +Vertex 1091: +Vertex 1092: +Vertex 1093: +Vertex 1094: +Vertex 1095: +Vertex 1096: +Vertex 1097: +Vertex 1098: +Vertex 1099: +Vertex 1100: +Vertex 1101: +Vertex 1102: +Vertex 1103: +Vertex 1104: +Vertex 1105: +Vertex 1106: +Vertex 1107: +Vertex 1108: +Vertex 1109: +Vertex 1110: +Vertex 1111: +Vertex 1112: +Vertex 1113: +Vertex 1114: +Vertex 1115: +Vertex 1116: +Vertex 1117: +Vertex 1118: +Vertex 1119: +Vertex 1120: +Vertex 1121: +Vertex 1122: +Vertex 1123: +Vertex 1124: +Vertex 1125: +Vertex 1126: +Vertex 1127: +Vertex 1128: +Vertex 1129: +Vertex 1130: +Vertex 1131: +Vertex 1132: +Vertex 1133: +Vertex 1134: +Vertex 1135: +Vertex 1136: +Vertex 1137: +Vertex 1138: +Vertex 1139: +Vertex 1140: +Vertex 1141: +Vertex 1142: +Vertex 1143: +Vertex 1144: +Vertex 1145: +Vertex 1146: +Vertex 1147: +Vertex 1148: +Vertex 1149: +Vertex 1150: +Vertex 1151: +Vertex 1152: +Vertex 1153: +Vertex 1154: +Vertex 1155: +Vertex 1156: +Vertex 1157: +Vertex 1158: +Vertex 1159: +Vertex 1160: +Vertex 1161: +Vertex 1162: +Vertex 1163: +Vertex 1164: +Vertex 1165: +Vertex 1166: +Vertex 1167: +Vertex 1168: +Vertex 1169: +Vertex 1170: +Vertex 1171: +Vertex 1172: +Vertex 1173: +Vertex 1174: +Vertex 1175: +Vertex 1176: +Vertex 1177: +Vertex 1178: +Vertex 1179: +Vertex 1180: +Vertex 1181: +Vertex 1182: +Vertex 1183: +Vertex 1184: +Vertex 1185: +Vertex 1186: +Vertex 1187: +Vertex 1188: +Vertex 1189: +Vertex 1190: +Vertex 1191: +Vertex 1192: +Vertex 1193: +Vertex 1194: +Vertex 1195: +Vertex 1196: +Vertex 1197: +Vertex 1198: +Vertex 1199: +Vertex 1200: +Vertex 1201: +Vertex 1202: +Vertex 1203: +Vertex 1204: +Vertex 1205: +Vertex 1206: +Vertex 1207: +Vertex 1208: +Vertex 1209: +Vertex 1210: +Vertex 1211: +Vertex 1212: +Vertex 1213: +Vertex 1214: +Vertex 1215: +Vertex 1216: +Vertex 1217: +Vertex 1218: +Vertex 1219: +Vertex 1220: +Vertex 1221: +Vertex 1222: +Vertex 1223: +Vertex 1224: +Vertex 1225: +Vertex 1226: +Vertex 1227: +Vertex 1228: +Vertex 1229: +Vertex 1230: +Vertex 1231: +Vertex 1232: +Vertex 1233: +Vertex 1234: +Vertex 1235: +Vertex 1236: +Vertex 1237: +Vertex 1238: +Vertex 1239: +Vertex 1240: +Vertex 1241: +Vertex 1242: +Vertex 1243: +Vertex 1244: +Vertex 1245: +Vertex 1246: +Vertex 1247: +Vertex 1248: +Vertex 1249: +Vertex 1250: +Vertex 1251: +Vertex 1252: +Vertex 1253: +Vertex 1254: +Vertex 1255: +Vertex 1256: +Vertex 1257: +Vertex 1258: +Vertex 1259: +Vertex 1260: +Vertex 1261: +Vertex 1262: +Vertex 1263: +Vertex 1264: +Vertex 1265: +Vertex 1266: +Vertex 1267: +Vertex 1268: +Vertex 1269: +Vertex 1270: +Vertex 1271: +Vertex 1272: +Vertex 1273: +Vertex 1274: +Vertex 1275: +Vertex 1276: +Vertex 1277: +Vertex 1278: +Vertex 1279: +Vertex 1280: +Vertex 1281: +Vertex 1282: +Vertex 1283: +Vertex 1284: +Vertex 1285: +Vertex 1286: +Vertex 1287: +Vertex 1288: +Vertex 1289: +Vertex 1290: +Vertex 1291: +Vertex 1292: +Vertex 1293: +Vertex 1294: +Vertex 1295: +Vertex 1296: +Vertex 1297: +Vertex 1298: +Vertex 1299: +Vertex 1300: +Vertex 1301: +Vertex 1302: +Vertex 1303: +Vertex 1304: +Vertex 1305: +Vertex 1306: +Vertex 1307: +Vertex 1308: +Vertex 1309: +Vertex 1310: +Vertex 1311: +Vertex 1312: +Vertex 1313: +Vertex 1314: +Vertex 1315: +Vertex 1316: +Vertex 1317: +Vertex 1318: +Vertex 1319: +Vertex 1320: +Vertex 1321: +Vertex 1322: +Vertex 1323: +Vertex 1324: +Vertex 1325: +Vertex 1326: +Vertex 1327: +Vertex 1328: +Vertex 1329: +Vertex 1330: +Vertex 1331: +Vertex 1332: +Vertex 1333: +Vertex 1334: +Vertex 1335: +Vertex 1336: +Vertex 1337: +Vertex 1338: +Vertex 1339: +Vertex 1340: +Vertex 1341: +Vertex 1342: +Vertex 1343: +Vertex 1344: +Vertex 1345: +Vertex 1346: +Vertex 1347: +Vertex 1348: +Vertex 1349: +Vertex 1350: +Vertex 1351: +Vertex 1352: +Vertex 1353: +Vertex 1354: +Vertex 1355: +Vertex 1356: +Vertex 1357: +Vertex 1358: +Vertex 1359: +Vertex 1360: +Vertex 1361: +Vertex 1362: +Vertex 1363: +Vertex 1364: +Vertex 1365: +Vertex 1366: +Vertex 1367: +Vertex 1368: +Vertex 1369: +Vertex 1370: +Vertex 1371: +Vertex 1372: +Vertex 1373: +Vertex 1374: +Vertex 1375: +Vertex 1376: +Vertex 1377: +Vertex 1378: +Vertex 1379: +Vertex 1380: +Vertex 1381: +Vertex 1382: +Vertex 1383: +Vertex 1384: +Vertex 1385: +Vertex 1386: +Vertex 1387: +Vertex 1388: +Vertex 1389: +Vertex 1390: +Vertex 1391: +Vertex 1392: +Vertex 1393: +Vertex 1394: +Vertex 1395: +Vertex 1396: +Vertex 1397: +Vertex 1398: +Vertex 1399: +Vertex 1400: +Vertex 1401: +Vertex 1402: +Vertex 1403: +Vertex 1404: +Vertex 1405: +Vertex 1406: +Vertex 1407: +Vertex 1408: +Vertex 1409: +Vertex 1410: +Vertex 1411: +Vertex 1412: +Vertex 1413: +Vertex 1414: +Vertex 1415: +Vertex 1416: +Vertex 1417: +Vertex 1418: +Vertex 1419: +Vertex 1420: +Vertex 1421: +Vertex 1422: +Vertex 1423: +Vertex 1424: +Vertex 1425: +Vertex 1426: +Vertex 1427: +Vertex 1428: +Vertex 1429: +Vertex 1430: +Vertex 1431: +Vertex 1432: +Vertex 1433: +Vertex 1434: +Vertex 1435: +Vertex 1436: +Vertex 1437: +Vertex 1438: +Vertex 1439: +Vertex 1440: +Vertex 1441: +Vertex 1442: +Vertex 1443: +Vertex 1444: +Vertex 1445: +Vertex 1446: +Vertex 1447: +Vertex 1448: +Vertex 1449: +Vertex 1450: +Vertex 1451: +Vertex 1452: +Vertex 1453: +Vertex 1454: +Vertex 1455: +Vertex 1456: +Vertex 1457: +Vertex 1458: +Vertex 1459: +Vertex 1460: +Vertex 1461: +Vertex 1462: +Vertex 1463: +Vertex 1464: +Vertex 1465: +Vertex 1466: +Vertex 1467: +Vertex 1468: +Vertex 1469: +Vertex 1470: +Vertex 1471: +Vertex 1472: +Vertex 1473: +Vertex 1474: +Vertex 1475: +Vertex 1476: +Vertex 1477: +Vertex 1478: +Vertex 1479: +Vertex 1480: +Vertex 1481: +Vertex 1482: +Vertex 1483: +Vertex 1484: +Vertex 1485: +Vertex 1486: +Vertex 1487: +Vertex 1488: +Vertex 1489: +Vertex 1490: +Vertex 1491: +Vertex 1492: +Vertex 1493: +Vertex 1494: +Vertex 1495: +Vertex 1496: +Vertex 1497: +Vertex 1498: +Vertex 1499: +Vertex 1500: +Vertex 1501: +Vertex 1502: +Vertex 1503: +Vertex 1504: +Vertex 1505: +Vertex 1506: +Vertex 1507: +Vertex 1508: +Vertex 1509: +Vertex 1510: +Vertex 1511: +Vertex 1512: +Vertex 1513: +Vertex 1514: +Vertex 1515: +Vertex 1516: +Vertex 1517: +Vertex 1518: +Vertex 1519: +Vertex 1520: +Vertex 1521: +Vertex 1522: +Vertex 1523: +Vertex 1524: +Vertex 1525: +Vertex 1526: +Vertex 1527: +Vertex 1528: +Vertex 1529: +Vertex 1530: +Vertex 1531: +Vertex 1532: +Vertex 1533: +Vertex 1534: +Vertex 1535: +Vertex 1536: +Vertex 1537: +Vertex 1538: +Vertex 1539: +Vertex 1540: +Vertex 1541: +Vertex 1542: +Vertex 1543: +Vertex 1544: +Vertex 1545: +Vertex 1546: +Vertex 1547: +Vertex 1548: +Vertex 1549: +Vertex 1550: +Vertex 1551: +Vertex 1552: +Vertex 1553: +Vertex 1554: +Vertex 1555: +Vertex 1556: +Vertex 1557: +Vertex 1558: +Vertex 1559: +Vertex 1560: +Vertex 1561: +Vertex 1562: +Vertex 1563: +Vertex 1564: +Vertex 1565: +Vertex 1566: +Vertex 1567: +Vertex 1568: +Vertex 1569: +Vertex 1570: +Vertex 1571: +Vertex 1572: +Vertex 1573: +Vertex 1574: +Vertex 1575: +Vertex 1576: +Vertex 1577: +Vertex 1578: +Vertex 1579: +Vertex 1580: +Vertex 1581: +Vertex 1582: +Vertex 1583: +Vertex 1584: +Vertex 1585: +Vertex 1586: +Vertex 1587: +Vertex 1588: +Vertex 1589: +Vertex 1590: +Vertex 1591: +Vertex 1592: +Vertex 1593: +Vertex 1594: +Vertex 1595: +Vertex 1596: +Vertex 1597: +Vertex 1598: +Vertex 1599: +Vertex 1600: +Vertex 1601: +Vertex 1602: +Vertex 1603: +Vertex 1604: +Vertex 1605: +Vertex 1606: +Vertex 1607: +Vertex 1608: +Vertex 1609: +Vertex 1610: +Vertex 1611: +Vertex 1612: +Vertex 1613: +Vertex 1614: +Vertex 1615: +Vertex 1616: +Vertex 1617: +Vertex 1618: +Vertex 1619: +Vertex 1620: +Vertex 1621: +Vertex 1622: +Vertex 1623: +Vertex 1624: +Vertex 1625: +Vertex 1626: +Vertex 1627: +Vertex 1628: +Vertex 1629: +Vertex 1630: +Vertex 1631: +Vertex 1632: +Vertex 1633: +Vertex 1634: +Vertex 1635: +Vertex 1636: +Vertex 1637: +Vertex 1638: +Vertex 1639: +Vertex 1640: +Vertex 1641: +Vertex 1642: +Vertex 1643: +Vertex 1644: +Vertex 1645: +Vertex 1646: +Vertex 1647: +Vertex 1648: +Vertex 1649: +Vertex 1650: +Vertex 1651: +Vertex 1652: +Vertex 1653: +Vertex 1654: +Vertex 1655: +Vertex 1656: +Vertex 1657: +Vertex 1658: +Vertex 1659: +Vertex 1660: +Vertex 1661: +Vertex 1662: +Vertex 1663: +Vertex 1664: +Vertex 1665: +Vertex 1666: +Vertex 1667: +Vertex 1668: +Vertex 1669: +Vertex 1670: +Vertex 1671: +Vertex 1672: +Vertex 1673: +Vertex 1674: +Vertex 1675: +Vertex 1676: +Vertex 1677: +Vertex 1678: +Vertex 1679: +Vertex 1680: +Vertex 1681: +Vertex 1682: +Vertex 1683: +Vertex 1684: +Vertex 1685: +Vertex 1686: +Vertex 1687: +Vertex 1688: +Vertex 1689: +Vertex 1690: +Vertex 1691: +Vertex 1692: +Vertex 1693: +Vertex 1694: +Vertex 1695: +Vertex 1696: +Vertex 1697: +Vertex 1698: +Vertex 1699: +Vertex 1700: +Vertex 1701: +Vertex 1702: +Vertex 1703: +Vertex 1704: +Vertex 1705: +Vertex 1706: +Vertex 1707: +Vertex 1708: +Vertex 1709: +Vertex 1710: +Vertex 1711: +Vertex 1712: +Vertex 1713: +Vertex 1714: +Vertex 1715: +Vertex 1716: +Vertex 1717: +Vertex 1718: +Vertex 1719: +Vertex 1720: +Vertex 1721: +Vertex 1722: +Vertex 1723: +Vertex 1724: +Vertex 1725: +Vertex 1726: +Vertex 1727: +Vertex 1728: +Vertex 1729: +Vertex 1730: +Vertex 1731: +Vertex 1732: +Vertex 1733: +Vertex 1734: +Vertex 1735: +Vertex 1736: +Vertex 1737: +Vertex 1738: +Vertex 1739: +Vertex 1740: +Vertex 1741: +Vertex 1742: +Vertex 1743: +Vertex 1744: +Vertex 1745: +Vertex 1746: +Vertex 1747: +Vertex 1748: +Vertex 1749: +Vertex 1750: +Vertex 1751: +Vertex 1752: +Vertex 1753: +Vertex 1754: +Vertex 1755: +Vertex 1756: +Vertex 1757: +Vertex 1758: +Vertex 1759: +Vertex 1760: +Vertex 1761: +Vertex 1762: +Vertex 1763: +Vertex 1764: +Vertex 1765: +Vertex 1766: +Vertex 1767: +Vertex 1768: +Vertex 1769: +Vertex 1770: +Vertex 1771: +Vertex 1772: +Vertex 1773: +Vertex 1774: +Vertex 1775: +Vertex 1776: +Vertex 1777: +Vertex 1778: +Vertex 1779: +Vertex 1780: +Vertex 1781: +Vertex 1782: +Vertex 1783: +Vertex 1784: +Vertex 1785: +Vertex 1786: +Vertex 1787: +Vertex 1788: +Vertex 1789: +Vertex 1790: +Vertex 1791: +Vertex 1792: +Vertex 1793: +Vertex 1794: +Vertex 1795: +Vertex 1796: +Vertex 1797: +Vertex 1798: +Vertex 1799: +Vertex 1800: +Vertex 1801: +Vertex 1802: +Vertex 1803: +Vertex 1804: +Vertex 1805: +Vertex 1806: +Vertex 1807: +Vertex 1808: +Vertex 1809: +Vertex 1810: +Vertex 1811: +Vertex 1812: +Vertex 1813: +Vertex 1814: +Vertex 1815: +Vertex 1816: +Vertex 1817: +Vertex 1818: +Vertex 1819: +Vertex 1820: +Vertex 1821: +Vertex 1822: +Vertex 1823: +Vertex 1824: +Vertex 1825: +Vertex 1826: +Vertex 1827: +Vertex 1828: +Vertex 1829: +Vertex 1830: +Vertex 1831: +Vertex 1832: +Vertex 1833: +Vertex 1834: +Vertex 1835: +Vertex 1836: +Vertex 1837: +Vertex 1838: +Vertex 1839: +Vertex 1840: +Vertex 1841: +Vertex 1842: +Vertex 1843: +Vertex 1844: +Vertex 1845: +Vertex 1846: +Vertex 1847: +Vertex 1848: +Vertex 1849: +Vertex 1850: +Vertex 1851: +Vertex 1852: +Vertex 1853: +Vertex 1854: +Vertex 1855: +Vertex 1856: +Vertex 1857: +Vertex 1858: +Vertex 1859: +Vertex 1860: +Vertex 1861: +Vertex 1862: +Vertex 1863: +Vertex 1864: +Vertex 1865: +Vertex 1866: +Vertex 1867: +Vertex 1868: +Vertex 1869: +Vertex 1870: +Vertex 1871: +Vertex 1872: +Vertex 1873: +Vertex 1874: +Vertex 1875: +Vertex 1876: +Vertex 1877: +Vertex 1878: +Vertex 1879: +Vertex 1880: +Vertex 1881: +Vertex 1882: +Vertex 1883: +Vertex 1884: +Vertex 1885: +Vertex 1886: +Vertex 1887: +Vertex 1888: +Vertex 1889: +Vertex 1890: +Vertex 1891: +Vertex 1892: +Vertex 1893: +Vertex 1894: +Vertex 1895: +Vertex 1896: +Vertex 1897: +Vertex 1898: +Vertex 1899: +Vertex 1900: +Vertex 1901: +Vertex 1902: +Vertex 1903: +Vertex 1904: +Vertex 1905: +Vertex 1906: +Vertex 1907: +Vertex 1908: +Vertex 1909: +Vertex 1910: +Vertex 1911: +Vertex 1912: +Vertex 1913: +Vertex 1914: +Vertex 1915: +Vertex 1916: +Vertex 1917: +Vertex 1918: +Vertex 1919: +Vertex 1920: +Vertex 1921: +Vertex 1922: +Vertex 1923: +Vertex 1924: +Vertex 1925: +Vertex 1926: +Vertex 1927: +Vertex 1928: +Vertex 1929: +Vertex 1930: +Vertex 1931: +Vertex 1932: +Vertex 1933: +Vertex 1934: +Vertex 1935: +Vertex 1936: +Vertex 1937: +Vertex 1938: +Vertex 1939: +Vertex 1940: +Vertex 1941: +Vertex 1942: +Vertex 1943: +Vertex 1944: +Vertex 1945: +Vertex 1946: +Vertex 1947: +Vertex 1948: +Vertex 1949: +Vertex 1950: +Vertex 1951: +Vertex 1952: +Vertex 1953: +Vertex 1954: +Vertex 1955: +Vertex 1956: +Vertex 1957: +Vertex 1958: +Vertex 1959: +Vertex 1960: +Vertex 1961: +Vertex 1962: +Vertex 1963: +Vertex 1964: +Vertex 1965: +Vertex 1966: +Vertex 1967: +Vertex 1968: +Vertex 1969: +Vertex 1970: +Vertex 1971: +Vertex 1972: +Vertex 1973: +Vertex 1974: +Vertex 1975: +Vertex 1976: +Vertex 1977: +Vertex 1978: +Vertex 1979: +Vertex 1980: +Vertex 1981: +Vertex 1982: +Vertex 1983: +Vertex 1984: +Vertex 1985: +Vertex 1986: +Vertex 1987: +Vertex 1988: +Vertex 1989: +Vertex 1990: +Vertex 1991: +Vertex 1992: +Vertex 1993: +Vertex 1994: +Vertex 1995: +Vertex 1996: +Vertex 1997: +Vertex 1998: +Vertex 1999: +Vertex 2000: +Vertex 2001: +Vertex 2002: +Vertex 2003: +Vertex 2004: +Vertex 2005: +Vertex 2006: +Vertex 2007: +Vertex 2008: +Vertex 2009: +Vertex 2010: +Vertex 2011: +Vertex 2012: +Vertex 2013: +Vertex 2014: +Vertex 2015: +Vertex 2016: +Vertex 2017: +Vertex 2018: +Vertex 2019: +Vertex 2020: +Vertex 2021: +Vertex 2022: +Vertex 2023: +Vertex 2024: +Vertex 2025: +Vertex 2026: +Vertex 2027: +Vertex 2028: +Vertex 2029: +Vertex 2030: +Vertex 2031: +Vertex 2032: +Vertex 2033: +Vertex 2034: +Vertex 2035: +Vertex 2036: +Vertex 2037: +Vertex 2038: +Vertex 2039: +Vertex 2040: +Vertex 2041: +Vertex 2042: +Vertex 2043: +Vertex 2044: +Vertex 2045: +Vertex 2046: +Vertex 2047: +Vertex 2048: +Vertex 2049: +Vertex 2050: +Vertex 2051: +Vertex 2052: +Vertex 2053: +Vertex 2054: +Vertex 2055: +Vertex 2056: +Vertex 2057: +Vertex 2058: +Vertex 2059: +Vertex 2060: +Vertex 2061: +Vertex 2062: +Vertex 2063: +Vertex 2064: +Vertex 2065: +Vertex 2066: +Vertex 2067: +Vertex 2068: +Vertex 2069: +Vertex 2070: +Vertex 2071: +Vertex 2072: +Vertex 2073: +Vertex 2074: +Vertex 2075: +Vertex 2076: +Vertex 2077: +Vertex 2078: +Vertex 2079: +Vertex 2080: +Vertex 2081: +Vertex 2082: +Vertex 2083: +Vertex 2084: +Vertex 2085: +Vertex 2086: +Vertex 2087: +Vertex 2088: +Vertex 2089: +Vertex 2090: +Vertex 2091: +Vertex 2092: +Vertex 2093: +Vertex 2094: +Vertex 2095: +Vertex 2096: +Vertex 2097: +Vertex 2098: +Vertex 2099: +Vertex 2100: +Vertex 2101: +Vertex 2102: +Vertex 2103: +Vertex 2104: +Vertex 2105: +Vertex 2106: +Vertex 2107: +Vertex 2108: +Vertex 2109: +Vertex 2110: +Vertex 2111: +Vertex 2112: +Vertex 2113: +Vertex 2114: +Vertex 2115: +Vertex 2116: +Vertex 2117: +Vertex 2118: +Vertex 2119: +Vertex 2120: +Vertex 2121: +Vertex 2122: +Vertex 2123: +Vertex 2124: +Vertex 2125: +Vertex 2126: +Vertex 2127: +Vertex 2128: +Vertex 2129: +Vertex 2130: +Vertex 2131: +Vertex 2132: +Vertex 2133: +Vertex 2134: +Vertex 2135: +Vertex 2136: +Vertex 2137: +Vertex 2138: +Vertex 2139: +Vertex 2140: +Vertex 2141: +Vertex 2142: +Vertex 2143: +Vertex 2144: +Vertex 2145: +Vertex 2146: +Vertex 2147: +Vertex 2148: +Vertex 2149: +Vertex 2150: +Vertex 2151: +Vertex 2152: +Vertex 2153: +Vertex 2154: +Vertex 2155: +Vertex 2156: +Vertex 2157: +Vertex 2158: +Vertex 2159: +Vertex 2160: +Vertex 2161: +Vertex 2162: +Vertex 2163: +Vertex 2164: +Vertex 2165: +Vertex 2166: +Vertex 2167: +Vertex 2168: +Vertex 2169: +Vertex 2170: +Vertex 2171: +Vertex 2172: +Vertex 2173: +Vertex 2174: +Vertex 2175: +Vertex 2176: +Vertex 2177: +Vertex 2178: +Vertex 2179: +Vertex 2180: +Vertex 2181: +Vertex 2182: +Vertex 2183: +Vertex 2184: +Vertex 2185: +Vertex 2186: +Vertex 2187: +Vertex 2188: +Vertex 2189: +Vertex 2190: +Vertex 2191: +Vertex 2192: +Vertex 2193: +Vertex 2194: +Vertex 2195: +Vertex 2196: +Vertex 2197: +Vertex 2198: +Vertex 2199: +Vertex 2200: +Vertex 2201: +Vertex 2202: +Vertex 2203: +Vertex 2204: +Vertex 2205: +Vertex 2206: +Vertex 2207: +Vertex 2208: +Vertex 2209: +Vertex 2210: +Vertex 2211: +Vertex 2212: +Vertex 2213: +Vertex 2214: +Vertex 2215: +Vertex 2216: +Vertex 2217: +Vertex 2218: +Vertex 2219: +Vertex 2220: +Vertex 2221: +Vertex 2222: +Vertex 2223: +Vertex 2224: +Vertex 2225: +Vertex 2226: +Vertex 2227: +Vertex 2228: +Vertex 2229: +Vertex 2230: +Vertex 2231: +Vertex 2232: +Vertex 2233: +Vertex 2234: +Vertex 2235: +Vertex 2236: +Vertex 2237: +Vertex 2238: +Vertex 2239: +Vertex 2240: +Vertex 2241: +Vertex 2242: +Vertex 2243: +Vertex 2244: +Vertex 2245: +Vertex 2246: +Vertex 2247: +Vertex 2248: +Vertex 2249: +Vertex 2250: +Vertex 2251: +Vertex 2252: +Vertex 2253: +Vertex 2254: +Vertex 2255: +Vertex 2256: +Vertex 2257: +Vertex 2258: +Vertex 2259: +Vertex 2260: +Vertex 2261: +Vertex 2262: +Vertex 2263: +Vertex 2264: +Vertex 2265: +Vertex 2266: +Vertex 2267: +Vertex 2268: +Vertex 2269: +Vertex 2270: +Vertex 2271: +Vertex 2272: +Vertex 2273: +Vertex 2274: +Vertex 2275: +Vertex 2276: +Vertex 2277: +Vertex 2278: +Vertex 2279: +Vertex 2280: +Vertex 2281: +Vertex 2282: +Vertex 2283: +Vertex 2284: +Vertex 2285: +Vertex 2286: +Vertex 2287: +Vertex 2288: +Vertex 2289: +Vertex 2290: +Vertex 2291: +Vertex 2292: +Vertex 2293: +Vertex 2294: +Vertex 2295: +Vertex 2296: +Vertex 2297: +Vertex 2298: +Vertex 2299: +Vertex 2300: +Vertex 2301: +Vertex 2302: +Vertex 2303: +Vertex 2304: +Vertex 2305: +Vertex 2306: +Vertex 2307: +Vertex 2308: +Vertex 2309: +Vertex 2310: +Vertex 2311: +Vertex 2312: +Vertex 2313: +Vertex 2314: +Vertex 2315: +Vertex 2316: +Vertex 2317: +Vertex 2318: +Vertex 2319: +Vertex 2320: +Vertex 2321: +Vertex 2322: +Vertex 2323: +Vertex 2324: +Vertex 2325: +Vertex 2326: +Vertex 2327: +Vertex 2328: +Vertex 2329: +Vertex 2330: +Vertex 2331: +Vertex 2332: +Vertex 2333: +Vertex 2334: +Vertex 2335: +Vertex 2336: +Vertex 2337: +Vertex 2338: +Vertex 2339: +Vertex 2340: +Vertex 2341: +Vertex 2342: +Vertex 2343: +Vertex 2344: +Vertex 2345: +Vertex 2346: +Vertex 2347: +Vertex 2348: +Vertex 2349: +Vertex 2350: +Vertex 2351: +Vertex 2352: +Vertex 2353: +Vertex 2354: +Vertex 2355: +Vertex 2356: +Vertex 2357: +Vertex 2358: +Vertex 2359: +Vertex 2360: +Vertex 2361: +Vertex 2362: +Vertex 2363: +Vertex 2364: +Vertex 2365: +Vertex 2366: +Vertex 2367: +Vertex 2368: +Vertex 2369: +Vertex 2370: +Vertex 2371: +Vertex 2372: +Vertex 2373: +Vertex 2374: +Vertex 2375: +Vertex 2376: +Vertex 2377: +Vertex 2378: +Vertex 2379: +Vertex 2380: +Vertex 2381: +Vertex 2382: +Vertex 2383: +Vertex 2384: +Vertex 2385: +Vertex 2386: +Vertex 2387: +Vertex 2388: +Vertex 2389: +Vertex 2390: +Vertex 2391: +Vertex 2392: +Vertex 2393: +Vertex 2394: +Vertex 2395: +Vertex 2396: +Vertex 2397: +Vertex 2398: +Vertex 2399: +Vertex 2400: +Vertex 2401: +Vertex 2402: +Vertex 2403: +Vertex 2404: +Vertex 2405: +Vertex 2406: +Vertex 2407: +Vertex 2408: +Vertex 2409: +Vertex 2410: +Vertex 2411: +Vertex 2412: +Vertex 2413: +Vertex 2414: +Vertex 2415: +Vertex 2416: +Vertex 2417: +Vertex 2418: +Vertex 2419: +Vertex 2420: +Vertex 2421: +Vertex 2422: +Vertex 2423: +Vertex 2424: +Vertex 2425: +Vertex 2426: +Vertex 2427: +Vertex 2428: +Vertex 2429: +Vertex 2430: +Vertex 2431: +Vertex 2432: +Vertex 2433: +Vertex 2434: +Vertex 2435: +Vertex 2436: +Vertex 2437: +Vertex 2438: +Vertex 2439: +Vertex 2440: +Vertex 2441: +Vertex 2442: +Vertex 2443: +Vertex 2444: +Vertex 2445: +Vertex 2446: +Vertex 2447: +Vertex 2448: +Vertex 2449: +Vertex 2450: +Vertex 2451: +Vertex 2452: +Vertex 2453: +Vertex 2454: +Vertex 2455: +Vertex 2456: +Vertex 2457: +Vertex 2458: +Vertex 2459: +Vertex 2460: +Vertex 2461: +Vertex 2462: +Vertex 2463: +Vertex 2464: +Vertex 2465: +Vertex 2466: +Vertex 2467: +Vertex 2468: +Vertex 2469: +Vertex 2470: +Vertex 2471: +Vertex 2472: +Vertex 2473: +Vertex 2474: +Vertex 2475: +Vertex 2476: +Vertex 2477: +Vertex 2478: +Vertex 2479: +Vertex 2480: +Vertex 2481: +Vertex 2482: +Vertex 2483: +Vertex 2484: +Vertex 2485: +Vertex 2486: +Vertex 2487: +Vertex 2488: +Vertex 2489: +Vertex 2490: +Vertex 2491: +Vertex 2492: +Vertex 2493: +Vertex 2494: +Vertex 2495: +Vertex 2496: +Vertex 2497: +Vertex 2498: +Vertex 2499: +Vertex 2500: +Vertex 2501: +Vertex 2502: +Vertex 2503: +Vertex 2504: +Vertex 2505: +Vertex 2506: +Vertex 2507: +Vertex 2508: +Vertex 2509: +Vertex 2510: +Vertex 2511: +Vertex 2512: +Vertex 2513: +Vertex 2514: +Vertex 2515: +Vertex 2516: +Vertex 2517: +Vertex 2518: +Vertex 2519: +Vertex 2520: +Vertex 2521: +Vertex 2522: +Vertex 2523: +Vertex 2524: +Vertex 2525: +Vertex 2526: +Vertex 2527: +Vertex 2528: +Vertex 2529: +Vertex 2530: +Vertex 2531: +Vertex 2532: +Vertex 2533: +Vertex 2534: +Vertex 2535: +Vertex 2536: +Vertex 2537: +Vertex 2538: +Vertex 2539: +Vertex 2540: +Vertex 2541: +Vertex 2542: +Vertex 2543: +Vertex 2544: +Vertex 2545: +Vertex 2546: +Vertex 2547: +Vertex 2548: +Vertex 2549: +Vertex 2550: +Vertex 2551: +Vertex 2552: +Vertex 2553: +Vertex 2554: +Vertex 2555: +Vertex 2556: +Vertex 2557: +Vertex 2558: +Vertex 2559: +Vertex 2560: +Vertex 2561: +Vertex 2562: +Vertex 2563: +Vertex 2564: +Vertex 2565: +Vertex 2566: +Vertex 2567: +Vertex 2568: +Vertex 2569: +Vertex 2570: +Vertex 2571: +Vertex 2572: +Vertex 2573: +Vertex 2574: +Vertex 2575: +Vertex 2576: +Vertex 2577: +Vertex 2578: +Vertex 2579: +Vertex 2580: +Vertex 2581: +Vertex 2582: +Vertex 2583: +Vertex 2584: +Vertex 2585: +Vertex 2586: +Vertex 2587: +Vertex 2588: +Vertex 2589: +Vertex 2590: +Vertex 2591: +Vertex 2592: +Vertex 2593: +Vertex 2594: +Vertex 2595: +Vertex 2596: +Vertex 2597: +Vertex 2598: +Vertex 2599: +Vertex 2600: +Vertex 2601: +Vertex 2602: +Vertex 2603: +Vertex 2604: +Vertex 2605: +Vertex 2606: +Vertex 2607: +Vertex 2608: +Vertex 2609: +Vertex 2610: +Vertex 2611: +Vertex 2612: +Vertex 2613: +Vertex 2614: +Vertex 2615: +Vertex 2616: +Vertex 2617: +Vertex 2618: +Vertex 2619: +Vertex 2620: +Vertex 2621: +Vertex 2622: +Vertex 2623: +Vertex 2624: +Vertex 2625: +Vertex 2626: +Vertex 2627: +Vertex 2628: +Vertex 2629: +Vertex 2630: +Vertex 2631: +Vertex 2632: +Vertex 2633: +Vertex 2634: +Vertex 2635: +Vertex 2636: +Vertex 2637: +Vertex 2638: +Vertex 2639: +Vertex 2640: +Vertex 2641: +Vertex 2642: +Vertex 2643: +Vertex 2644: +Vertex 2645: +Vertex 2646: +Vertex 2647: +Vertex 2648: +Vertex 2649: +Vertex 2650: +Vertex 2651: +Vertex 2652: +Vertex 2653: +Vertex 2654: +Vertex 2655: +Vertex 2656: +Vertex 2657: +Vertex 2658: +Vertex 2659: +Vertex 2660: +Vertex 2661: +Vertex 2662: +Vertex 2663: +Vertex 2664: +Vertex 2665: +Vertex 2666: +Vertex 2667: +Vertex 2668: +Vertex 2669: +Vertex 2670: +Vertex 2671: +Vertex 2672: +Vertex 2673: +Vertex 2674: +Vertex 2675: +Vertex 2676: +Vertex 2677: +Vertex 2678: +Vertex 2679: +Vertex 2680: +Vertex 2681: +Vertex 2682: +Vertex 2683: +Vertex 2684: +Vertex 2685: +Vertex 2686: +Vertex 2687: +Vertex 2688: +Vertex 2689: +Vertex 2690: +Vertex 2691: +Vertex 2692: +Vertex 2693: +Vertex 2694: +Vertex 2695: +Vertex 2696: +Vertex 2697: +Vertex 2698: +Vertex 2699: +Vertex 2700: +Vertex 2701: +Vertex 2702: +Vertex 2703: +Vertex 2704: +Vertex 2705: +Vertex 2706: +Vertex 2707: +Vertex 2708: +Vertex 2709: +Vertex 2710: +Vertex 2711: +Vertex 2712: +Vertex 2713: +Vertex 2714: +Vertex 2715: +Vertex 2716: +Vertex 2717: +Vertex 2718: +Vertex 2719: +Vertex 2720: +Vertex 2721: +Vertex 2722: +Vertex 2723: +Vertex 2724: +Vertex 2725: +Vertex 2726: +Vertex 2727: +Vertex 2728: +Vertex 2729: +Vertex 2730: +Vertex 2731: +Vertex 2732: +Vertex 2733: +Vertex 2734: +Vertex 2735: +Vertex 2736: +Vertex 2737: +Vertex 2738: +Vertex 2739: +Vertex 2740: +Vertex 2741: +Vertex 2742: +Vertex 2743: +Vertex 2744: +Vertex 2745: +Vertex 2746: +Vertex 2747: +Vertex 2748: +Vertex 2749: +Vertex 2750: +Vertex 2751: +Vertex 2752: +Vertex 2753: +Vertex 2754: +Vertex 2755: +Vertex 2756: +Vertex 2757: +Vertex 2758: +Vertex 2759: +Vertex 2760: +Vertex 2761: +Vertex 2762: +Vertex 2763: +Vertex 2764: +Vertex 2765: +Vertex 2766: +Vertex 2767: +Vertex 2768: +Vertex 2769: +Vertex 2770: +Vertex 2771: +Vertex 2772: +Vertex 2773: +Vertex 2774: +Vertex 2775: +Vertex 2776: +Vertex 2777: +Vertex 2778: +Vertex 2779: +Vertex 2780: +Vertex 2781: +Vertex 2782: +Vertex 2783: +Vertex 2784: +Vertex 2785: +Vertex 2786: +Vertex 2787: +Vertex 2788: +Vertex 2789: +Vertex 2790: +Vertex 2791: +Vertex 2792: +Vertex 2793: +Vertex 2794: +Vertex 2795: +Vertex 2796: +Vertex 2797: +Vertex 2798: +Vertex 2799: +Vertex 2800: +Vertex 2801: +Vertex 2802: +Vertex 2803: +Vertex 2804: +Vertex 2805: +Vertex 2806: +Vertex 2807: +Vertex 2808: +Vertex 2809: +Vertex 2810: +Vertex 2811: +Vertex 2812: +Vertex 2813: +Vertex 2814: +Vertex 2815: +Vertex 2816: +Vertex 2817: +Vertex 2818: +Vertex 2819: +Vertex 2820: +Vertex 2821: +Vertex 2822: +Vertex 2823: +Vertex 2824: +Vertex 2825: +Vertex 2826: +Vertex 2827: +Vertex 2828: +Vertex 2829: +Vertex 2830: +Vertex 2831: +Vertex 2832: +Vertex 2833: +Vertex 2834: +Vertex 2835: +Vertex 2836: +Vertex 2837: +Vertex 2838: +Vertex 2839: +Vertex 2840: +Vertex 2841: +Vertex 2842: +Vertex 2843: +Vertex 2844: +Vertex 2845: +Vertex 2846: +Vertex 2847: +Vertex 2848: +Vertex 2849: +Vertex 2850: +Vertex 2851: +Vertex 2852: +Vertex 2853: +Vertex 2854: +Vertex 2855: +Vertex 2856: +Vertex 2857: +Vertex 2858: +Vertex 2859: +Vertex 2860: +Vertex 2861: +Vertex 2862: +Vertex 2863: +Vertex 2864: +Vertex 2865: +Vertex 2866: +Vertex 2867: +Vertex 2868: +Vertex 2869: +Vertex 2870: +Vertex 2871: +Vertex 2872: +Vertex 2873: +Vertex 2874: +Vertex 2875: +Vertex 2876: +Vertex 2877: +Vertex 2878: +Vertex 2879: +Vertex 2880: +Vertex 2881: +Vertex 2882: +Vertex 2883: +Vertex 2884: +Vertex 2885: +Vertex 2886: +Vertex 2887: +Vertex 2888: +Vertex 2889: +Vertex 2890: +Vertex 2891: +Vertex 2892: +Vertex 2893: +Vertex 2894: +Vertex 2895: +Vertex 2896: +Vertex 2897: +Vertex 2898: +Vertex 2899: +Vertex 2900: +Vertex 2901: +Vertex 2902: +Vertex 2903: +Vertex 2904: +Vertex 2905: +Vertex 2906: +Vertex 2907: +Vertex 2908: +Vertex 2909: +Vertex 2910: +Vertex 2911: +Vertex 2912: +Vertex 2913: +Vertex 2914: +Vertex 2915: +Vertex 2916: +Vertex 2917: +Vertex 2918: +Vertex 2919: +Vertex 2920: +Vertex 2921: +Vertex 2922: +Vertex 2923: +Vertex 2924: +Vertex 2925: +Vertex 2926: +Vertex 2927: +Vertex 2928: +Vertex 2929: +Vertex 2930: +Vertex 2931: +Vertex 2932: +Vertex 2933: +Vertex 2934: +Vertex 2935: +Vertex 2936: +Vertex 2937: +Vertex 2938: +Vertex 2939: +Vertex 2940: +Vertex 2941: +Vertex 2942: +Vertex 2943: +Vertex 2944: +Vertex 2945: +Vertex 2946: +Vertex 2947: +Vertex 2948: +Vertex 2949: +Vertex 2950: +Vertex 2951: +Vertex 2952: +Vertex 2953: +Vertex 2954: +Vertex 2955: +Vertex 2956: +Vertex 2957: +Vertex 2958: +Vertex 2959: +Vertex 2960: +Vertex 2961: +Vertex 2962: +Vertex 2963: +Vertex 2964: +Vertex 2965: +Vertex 2966: +Vertex 2967: +Vertex 2968: +Vertex 2969: +Vertex 2970: +Vertex 2971: +Vertex 2972: +Vertex 2973: +Vertex 2974: +Vertex 2975: +Vertex 2976: +Vertex 2977: +Vertex 2978: +Vertex 2979: +Vertex 2980: +Vertex 2981: +Vertex 2982: +Vertex 2983: +Vertex 2984: +Vertex 2985: +Vertex 2986: +Vertex 2987: +Vertex 2988: +Vertex 2989: +Vertex 2990: +Vertex 2991: +Vertex 2992: +Vertex 2993: +Vertex 2994: +Vertex 2995: +Vertex 2996: +Vertex 2997: +Vertex 2998: +Vertex 2999: +Vertex 3000: +Vertex 3001: +Vertex 3002: +Vertex 3003: +Vertex 3004: +Vertex 3005: +Vertex 3006: +Vertex 3007: +Vertex 3008: +Vertex 3009: +Vertex 3010: +Vertex 3011: +Vertex 3012: +Vertex 3013: +Vertex 3014: +Vertex 3015: +Vertex 3016: +Vertex 3017: +Vertex 3018: +Vertex 3019: +Vertex 3020: +Vertex 3021: +Vertex 3022: +Vertex 3023: +Vertex 3024: +Vertex 3025: +Vertex 3026: +Vertex 3027: +Vertex 3028: +Vertex 3029: +Vertex 3030: +Vertex 3031: +Vertex 3032: +Vertex 3033: +Vertex 3034: +Vertex 3035: +Vertex 3036: +Vertex 3037: +Vertex 3038: +Vertex 3039: +Vertex 3040: +Vertex 3041: +Vertex 3042: +Vertex 3043: +Vertex 3044: +Vertex 3045: +Vertex 3046: +Vertex 3047: +Vertex 3048: +Vertex 3049: +Vertex 3050: +Vertex 3051: +Vertex 3052: +Vertex 3053: +Vertex 3054: +Vertex 3055: +Vertex 3056: +Vertex 3057: +Vertex 3058: +Vertex 3059: +Vertex 3060: +Vertex 3061: +Vertex 3062: +Vertex 3063: +Vertex 3064: +Vertex 3065: +Vertex 3066: +Vertex 3067: +Vertex 3068: +Vertex 3069: +Vertex 3070: +Vertex 3071: +Vertex 3072: +Vertex 3073: +Vertex 3074: +Vertex 3075: +Vertex 3076: +Vertex 3077: +Vertex 3078: +Vertex 3079: +Vertex 3080: +Vertex 3081: +Vertex 3082: +Vertex 3083: +Vertex 3084: +Vertex 3085: +Vertex 3086: +Vertex 3087: +Vertex 3088: +Vertex 3089: +Vertex 3090: +Vertex 3091: +Vertex 3092: +Vertex 3093: +Vertex 3094: +Vertex 3095: +Vertex 3096: +Vertex 3097: +Vertex 3098: +Vertex 3099: +Vertex 3100: +Vertex 3101: +Vertex 3102: +Vertex 3103: +Vertex 3104: +Vertex 3105: +Vertex 3106: +Vertex 3107: +Vertex 3108: +Vertex 3109: +Vertex 3110: +Vertex 3111: +Vertex 3112: +Vertex 3113: +Vertex 3114: +Vertex 3115: +Vertex 3116: +Vertex 3117: +Vertex 3118: +Vertex 3119: +Vertex 3120: +Vertex 3121: +Vertex 3122: +Vertex 3123: +Vertex 3124: +Vertex 3125: +Vertex 3126: +Vertex 3127: +Vertex 3128: +Vertex 3129: +Vertex 3130: +Vertex 3131: +Vertex 3132: +Vertex 3133: +Vertex 3134: +Vertex 3135: +Vertex 3136: +Vertex 3137: +Vertex 3138: +Vertex 3139: +Vertex 3140: +Vertex 3141: +Vertex 3142: +Vertex 3143: +Vertex 3144: +Vertex 3145: +Vertex 3146: +Vertex 3147: +Vertex 3148: +Vertex 3149: +Vertex 3150: +Vertex 3151: +Vertex 3152: +Vertex 3153: +Vertex 3154: +Vertex 3155: +Vertex 3156: +Vertex 3157: +Vertex 3158: +Vertex 3159: +Vertex 3160: +Vertex 3161: +Vertex 3162: +Vertex 3163: +Vertex 3164: +Vertex 3165: +Vertex 3166: +Vertex 3167: +Vertex 3168: +Vertex 3169: +Vertex 3170: +Vertex 3171: +Vertex 3172: +Vertex 3173: +Vertex 3174: +Vertex 3175: +Vertex 3176: +Vertex 3177: +Vertex 3178: +Vertex 3179: +Vertex 3180: +Vertex 3181: +Vertex 3182: +Vertex 3183: +Vertex 3184: +Vertex 3185: +Vertex 3186: +Vertex 3187: +Vertex 3188: +Vertex 3189: +Vertex 3190: +Vertex 3191: +Vertex 3192: +Vertex 3193: +Vertex 3194: +Vertex 3195: +Vertex 3196: +Vertex 3197: +Vertex 3198: +Vertex 3199: +Vertex 3200: +Vertex 3201: +Vertex 3202: +Vertex 3203: +Vertex 3204: +Vertex 3205: +Vertex 3206: +Vertex 3207: +Vertex 3208: +Vertex 3209: +Vertex 3210: +Vertex 3211: +Vertex 3212: +Vertex 3213: +Vertex 3214: +Vertex 3215: +Vertex 3216: +Vertex 3217: +Vertex 3218: +Vertex 3219: +Vertex 3220: +Vertex 3221: +Vertex 3222: +Vertex 3223: +Vertex 3224: +Vertex 3225: +Vertex 3226: +Vertex 3227: +Vertex 3228: +Vertex 3229: +Vertex 3230: +Vertex 3231: +Vertex 3232: +Vertex 3233: +Vertex 3234: +Vertex 3235: +Vertex 3236: +Vertex 3237: +Vertex 3238: +Vertex 3239: +Vertex 3240: +Vertex 3241: +Vertex 3242: +Vertex 3243: +Vertex 3244: +Vertex 3245: +Vertex 3246: +Vertex 3247: +Vertex 3248: +Vertex 3249: +Vertex 3250: +Vertex 3251: +Vertex 3252: +Vertex 3253: +Vertex 3254: +Vertex 3255: +Vertex 3256: +Vertex 3257: +Vertex 3258: +Vertex 3259: +Vertex 3260: +Vertex 3261: +Vertex 3262: +Vertex 3263: +Vertex 3264: +Vertex 3265: +Vertex 3266: +Vertex 3267: +Vertex 3268: +Vertex 3269: +Vertex 3270: +Vertex 3271: +Vertex 3272: +Vertex 3273: +Vertex 3274: +Vertex 3275: +Vertex 3276: +Vertex 3277: +Vertex 3278: +Vertex 3279: +Vertex 3280: +Vertex 3281: +Vertex 3282: +Vertex 3283: +Vertex 3284: +Vertex 3285: +Vertex 3286: +Vertex 3287: +Vertex 3288: +Vertex 3289: +Vertex 3290: +Vertex 3291: +Vertex 3292: +Vertex 3293: +Vertex 3294: +Vertex 3295: +Vertex 3296: +Vertex 3297: +Vertex 3298: +Vertex 3299: +Vertex 3300: +Vertex 3301: +Vertex 3302: +Vertex 3303: +Vertex 3304: +Vertex 3305: +Vertex 3306: +Vertex 3307: +Vertex 3308: +Vertex 3309: +Vertex 3310: +Vertex 3311: +Vertex 3312: +Vertex 3313: +Vertex 3314: +Vertex 3315: +Vertex 3316: +Vertex 3317: +Vertex 3318: +Vertex 3319: +Vertex 3320: +Vertex 3321: +Vertex 3322: +Vertex 3323: +Vertex 3324: +Vertex 3325: +Vertex 3326: +Vertex 3327: +Vertex 3328: +Vertex 3329: +Vertex 3330: +Vertex 3331: +Vertex 3332: +Vertex 3333: +Vertex 3334: +Vertex 3335: +Vertex 3336: +Vertex 3337: +Vertex 3338: +Vertex 3339: +Vertex 3340: +Vertex 3341: +Vertex 3342: +Vertex 3343: +Vertex 3344: +Vertex 3345: +Vertex 3346: +Vertex 3347: +Vertex 3348: +Vertex 3349: +Vertex 3350: +Vertex 3351: +Vertex 3352: +Vertex 3353: +Vertex 3354: +Vertex 3355: +Vertex 3356: +Vertex 3357: +Vertex 3358: +Vertex 3359: +Vertex 3360: +Vertex 3361: +Vertex 3362: +Vertex 3363: +Vertex 3364: +Vertex 3365: +Vertex 3366: +Vertex 3367: +Vertex 3368: +Vertex 3369: +Vertex 3370: +Vertex 3371: +Vertex 3372: +Vertex 3373: +Vertex 3374: +Vertex 3375: +Vertex 3376: +Vertex 3377: +Vertex 3378: +Vertex 3379: +Vertex 3380: +Vertex 3381: +Vertex 3382: +Vertex 3383: +Vertex 3384: +Vertex 3385: +Vertex 3386: +Vertex 3387: +Vertex 3388: +Vertex 3389: +Vertex 3390: +Vertex 3391: +Vertex 3392: +Vertex 3393: +Vertex 3394: +Vertex 3395: +Vertex 3396: +Vertex 3397: +Vertex 3398: +Vertex 3399: +Vertex 3400: +Vertex 3401: +Vertex 3402: +Vertex 3403: +Vertex 3404: +Vertex 3405: +Vertex 3406: +Vertex 3407: +Vertex 3408: +Vertex 3409: +Vertex 3410: +Vertex 3411: +Vertex 3412: +Vertex 3413: +Vertex 3414: +Vertex 3415: +Vertex 3416: +Vertex 3417: +Vertex 3418: +Vertex 3419: +Vertex 3420: +Vertex 3421: +Vertex 3422: +Vertex 3423: +Vertex 3424: +Vertex 3425: +Vertex 3426: +Vertex 3427: +Vertex 3428: +Vertex 3429: +Vertex 3430: +Vertex 3431: +Vertex 3432: +Vertex 3433: +Vertex 3434: +Vertex 3435: +Vertex 3436: +Vertex 3437: +Vertex 3438: +Vertex 3439: +Vertex 3440: +Vertex 3441: +Vertex 3442: +Vertex 3443: +Vertex 3444: +Vertex 3445: +Vertex 3446: +Vertex 3447: +Vertex 3448: +Vertex 3449: +Vertex 3450: +Vertex 3451: +Vertex 3452: +Vertex 3453: +Vertex 3454: +Vertex 3455: +Vertex 3456: +Vertex 3457: +Vertex 3458: +Vertex 3459: +Vertex 3460: +Vertex 3461: +Vertex 3462: +Vertex 3463: +Vertex 3464: +Vertex 3465: +Vertex 3466: +Vertex 3467: +Vertex 3468: +Vertex 3469: +Vertex 3470: +Vertex 3471: +Vertex 3472: +Vertex 3473: +Vertex 3474: +Vertex 3475: +Vertex 3476: +Vertex 3477: +Vertex 3478: +Vertex 3479: +Vertex 3480: +Vertex 3481: +Vertex 3482: +Vertex 3483: +Vertex 3484: +Vertex 3485: +Vertex 3486: +Vertex 3487: +Vertex 3488: +Vertex 3489: +Vertex 3490: +Vertex 3491: +Vertex 3492: +Vertex 3493: +Vertex 3494: +Vertex 3495: +Vertex 3496: +Vertex 3497: +Vertex 3498: +Vertex 3499: +Vertex 3500: +Vertex 3501: +Vertex 3502: +Vertex 3503: +Vertex 3504: +Vertex 3505: +Vertex 3506: +Vertex 3507: +Vertex 3508: +Vertex 3509: +Vertex 3510: +Vertex 3511: +Vertex 3512: +Vertex 3513: +Vertex 3514: +Vertex 3515: +Vertex 3516: +Vertex 3517: +Vertex 3518: +Vertex 3519: +Vertex 3520: +Vertex 3521: +Vertex 3522: +Vertex 3523: +Vertex 3524: +Vertex 3525: +Vertex 3526: +Vertex 3527: +Vertex 3528: +Vertex 3529: +Vertex 3530: +Vertex 3531: +Vertex 3532: +Vertex 3533: +Vertex 3534: +Vertex 3535: +Vertex 3536: +Vertex 3537: +Vertex 3538: +Vertex 3539: +Vertex 3540: +Vertex 3541: +Vertex 3542: +Vertex 3543: +Vertex 3544: +Vertex 3545: +Vertex 3546: +Vertex 3547: +Vertex 3548: +Vertex 3549: +Vertex 3550: +Vertex 3551: +Vertex 3552: +Vertex 3553: +Vertex 3554: +Vertex 3555: +Vertex 3556: +Vertex 3557: +Vertex 3558: +Vertex 3559: +Vertex 3560: +Vertex 3561: +Vertex 3562: +Vertex 3563: +Vertex 3564: +Vertex 3565: +Vertex 3566: +Vertex 3567: +Vertex 3568: +Vertex 3569: +Vertex 3570: +Vertex 3571: +Vertex 3572: +Vertex 3573: +Vertex 3574: +Vertex 3575: +Vertex 3576: +Vertex 3577: +Vertex 3578: +Vertex 3579: +Vertex 3580: +Vertex 3581: +Vertex 3582: +Vertex 3583: +Vertex 3584: +Vertex 3585: +Vertex 3586: +Vertex 3587: +Vertex 3588: +Vertex 3589: +Vertex 3590: +Vertex 3591: +Vertex 3592: +Vertex 3593: +Vertex 3594: +Vertex 3595: +Vertex 3596: +Vertex 3597: +Vertex 3598: +Vertex 3599: +Vertex 3600: +Vertex 3601: +Vertex 3602: +Vertex 3603: +Vertex 3604: +Vertex 3605: +Vertex 3606: +Vertex 3607: +Vertex 3608: +Vertex 3609: +Vertex 3610: +Vertex 3611: +Vertex 3612: +Vertex 3613: +Vertex 3614: +Vertex 3615: +Vertex 3616: +Vertex 3617: +Vertex 3618: +Vertex 3619: +Vertex 3620: +Vertex 3621: +Vertex 3622: +Vertex 3623: +Vertex 3624: +Vertex 3625: +Vertex 3626: +Vertex 3627: +Vertex 3628: +Vertex 3629: +Vertex 3630: +Vertex 3631: +Vertex 3632: +Vertex 3633: +Vertex 3634: +Vertex 3635: +Vertex 3636: +Vertex 3637: +Vertex 3638: +Vertex 3639: +Vertex 3640: +Vertex 3641: +Vertex 3642: +Vertex 3643: +Vertex 3644: +Vertex 3645: +Vertex 3646: +Vertex 3647: +Vertex 3648: +Vertex 3649: +Vertex 3650: +Vertex 3651: +Vertex 3652: +Vertex 3653: +Vertex 3654: +Vertex 3655: +Vertex 3656: +Vertex 3657: +Vertex 3658: +Vertex 3659: +Vertex 3660: +Vertex 3661: +Vertex 3662: +Vertex 3663: +Vertex 3664: +Vertex 3665: +Vertex 3666: +Vertex 3667: +Vertex 3668: +Vertex 3669: +Vertex 3670: +Vertex 3671: +Vertex 3672: +Vertex 3673: +Vertex 3674: +Vertex 3675: +Vertex 3676: +Vertex 3677: +Vertex 3678: +Vertex 3679: +Vertex 3680: +Vertex 3681: +Vertex 3682: +Vertex 3683: +Vertex 3684: +Vertex 3685: +Vertex 3686: +Vertex 3687: +Vertex 3688: +Vertex 3689: +Vertex 3690: +Vertex 3691: +Vertex 3692: +Vertex 3693: +Vertex 3694: +Vertex 3695: +Vertex 3696: +Vertex 3697: +Vertex 3698: +Vertex 3699: +Vertex 3700: +Vertex 3701: +Vertex 3702: +Vertex 3703: +Vertex 3704: +Vertex 3705: +Vertex 3706: +Vertex 3707: +Vertex 3708: +Vertex 3709: +Vertex 3710: +Vertex 3711: +Vertex 3712: +Vertex 3713: +Vertex 3714: +Vertex 3715: +Vertex 3716: +Vertex 3717: +Vertex 3718: +Vertex 3719: +Vertex 3720: +Vertex 3721: +Vertex 3722: +Vertex 3723: +Vertex 3724: +Vertex 3725: +Vertex 3726: +Vertex 3727: +Vertex 3728: +Vertex 3729: +Vertex 3730: +Vertex 3731: +Vertex 3732: +Vertex 3733: +Vertex 3734: +Vertex 3735: +Vertex 3736: +Vertex 3737: +Vertex 3738: +Vertex 3739: +Vertex 3740: +Vertex 3741: +Vertex 3742: +Vertex 3743: +Vertex 3744: +Vertex 3745: +Vertex 3746: +Vertex 3747: +Vertex 3748: +Vertex 3749: +Vertex 3750: +Vertex 3751: +Vertex 3752: +Vertex 3753: +Vertex 3754: +Vertex 3755: +Vertex 3756: +Vertex 3757: +Vertex 3758: +Vertex 3759: +Vertex 3760: +Vertex 3761: +Vertex 3762: +Vertex 3763: +Vertex 3764: +Vertex 3765: +Vertex 3766: +Vertex 3767: +Vertex 3768: +Vertex 3769: +Vertex 3770: +Vertex 3771: +Vertex 3772: +Vertex 3773: +Vertex 3774: +Vertex 3775: +Vertex 3776: +Vertex 3777: +Vertex 3778: +Vertex 3779: +Vertex 3780: +Vertex 3781: +Vertex 3782: +Vertex 3783: +Vertex 3784: +Vertex 3785: +Vertex 3786: +Vertex 3787: +Vertex 3788: +Vertex 3789: +Vertex 3790: +Vertex 3791: +Vertex 3792: +Vertex 3793: +Vertex 3794: +Vertex 3795: +Vertex 3796: +Vertex 3797: +Vertex 3798: +Vertex 3799: +Vertex 3800: +Vertex 3801: +Vertex 3802: +Vertex 3803: +Vertex 3804: +Vertex 3805: +Vertex 3806: +Vertex 3807: +Vertex 3808: +Vertex 3809: +Vertex 3810: +Vertex 3811: +Vertex 3812: +Vertex 3813: +Vertex 3814: +Vertex 3815: +Vertex 3816: +Vertex 3817: +Vertex 3818: +Vertex 3819: +Vertex 3820: +Vertex 3821: +Vertex 3822: +Vertex 3823: +Vertex 3824: +Vertex 3825: +Vertex 3826: +Vertex 3827: +Vertex 3828: +Vertex 3829: +Vertex 3830: +Vertex 3831: +Vertex 3832: +Vertex 3833: +Vertex 3834: +Vertex 3835: +Vertex 3836: +Vertex 3837: +Vertex 3838: +Vertex 3839: +Vertex 3840: +Vertex 3841: +Vertex 3842: +Vertex 3843: +Vertex 3844: +Vertex 3845: +Vertex 3846: +Vertex 3847: +Vertex 3848: +Vertex 3849: +Vertex 3850: +Vertex 3851: +Vertex 3852: +Vertex 3853: +Vertex 3854: +Vertex 3855: +Vertex 3856: +Vertex 3857: +Vertex 3858: +Vertex 3859: +Vertex 3860: +Vertex 3861: +Vertex 3862: +Vertex 3863: +Vertex 3864: +Vertex 3865: +Vertex 3866: +Vertex 3867: +Vertex 3868: +Vertex 3869: +Vertex 3870: +Vertex 3871: +Vertex 3872: +Vertex 3873: +Vertex 3874: +Vertex 3875: +Vertex 3876: +Vertex 3877: +Vertex 3878: +Vertex 3879: +Vertex 3880: +Vertex 3881: +Vertex 3882: +Vertex 3883: +Vertex 3884: +Vertex 3885: +Vertex 3886: +Vertex 3887: +Vertex 3888: +Vertex 3889: +Vertex 3890: +Vertex 3891: +Vertex 3892: +Vertex 3893: +Vertex 3894: +Vertex 3895: +Vertex 3896: +Vertex 3897: +Vertex 3898: +Vertex 3899: +Vertex 3900: +Vertex 3901: +Vertex 3902: +Vertex 3903: +Vertex 3904: +Vertex 3905: +Vertex 3906: +Vertex 3907: +Vertex 3908: +Vertex 3909: +Vertex 3910: +Vertex 3911: +Vertex 3912: +Vertex 3913: +Vertex 3914: +Vertex 3915: +Vertex 3916: +Vertex 3917: +Vertex 3918: +Vertex 3919: +Vertex 3920: +Vertex 3921: +Vertex 3922: +Vertex 3923: +Vertex 3924: +Vertex 3925: +Vertex 3926: +Vertex 3927: +Vertex 3928: +Vertex 3929: +Vertex 3930: +Vertex 3931: +Vertex 3932: +Vertex 3933: +Vertex 3934: +Vertex 3935: +Vertex 3936: +Vertex 3937: +Vertex 3938: +Vertex 3939: +Vertex 3940: +Vertex 3941: +Vertex 3942: +Vertex 3943: +Vertex 3944: +Vertex 3945: +Vertex 3946: +Vertex 3947: +Vertex 3948: +Vertex 3949: +Vertex 3950: +Vertex 3951: +Vertex 3952: +Vertex 3953: +Vertex 3954: +Vertex 3955: +Vertex 3956: +Vertex 3957: +Vertex 3958: +Vertex 3959: +Vertex 3960: +Vertex 3961: +Vertex 3962: +Vertex 3963: +Vertex 3964: +Vertex 3965: +Vertex 3966: +Vertex 3967: +Vertex 3968: +Vertex 3969: +Vertex 3970: +Vertex 3971: +Vertex 3972: +Vertex 3973: +Vertex 3974: +Vertex 3975: +Vertex 3976: +Vertex 3977: +Vertex 3978: +Vertex 3979: +Vertex 3980: +Vertex 3981: +Vertex 3982: +Vertex 3983: +Vertex 3984: +Vertex 3985: +Vertex 3986: +Vertex 3987: +Vertex 3988: +Vertex 3989: +Vertex 3990: +Vertex 3991: +Vertex 3992: +Vertex 3993: +Vertex 3994: +Vertex 3995: +Vertex 3996: +Vertex 3997: +Vertex 3998: +Vertex 3999: +Vertex 4000: +Vertex 4001: +Vertex 4002: +Vertex 4003: +Vertex 4004: +Vertex 4005: +Vertex 4006: +Vertex 4007: +Vertex 4008: +Vertex 4009: +Vertex 4010: +Vertex 4011: +Vertex 4012: +Vertex 4013: +Vertex 4014: +Vertex 4015: +Vertex 4016: +Vertex 4017: +Vertex 4018: +Vertex 4019: +Vertex 4020: +Vertex 4021: +Vertex 4022: +Vertex 4023: +Vertex 4024: +Vertex 4025: +Vertex 4026: +Vertex 4027: +Vertex 4028: +Vertex 4029: +Vertex 4030: +Vertex 4031: +Vertex 4032: +Vertex 4033: +Vertex 4034: +Vertex 4035: +Vertex 4036: +Vertex 4037: +Vertex 4038: +Vertex 4039: +Vertex 4040: +Vertex 4041: +Vertex 4042: +Vertex 4043: +Vertex 4044: +Vertex 4045: +Vertex 4046: +Vertex 4047: +Vertex 4048: +Vertex 4049: +Vertex 4050: +Vertex 4051: +Vertex 4052: +Vertex 4053: +Vertex 4054: +Vertex 4055: +Vertex 4056: +Vertex 4057: +Vertex 4058: +Vertex 4059: +Vertex 4060: +Vertex 4061: +Vertex 4062: +Vertex 4063: +Vertex 4064: +Vertex 4065: +Vertex 4066: +Vertex 4067: +Vertex 4068: +Vertex 4069: +Vertex 4070: +Vertex 4071: +Vertex 4072: +Vertex 4073: +Vertex 4074: +Vertex 4075: +Vertex 4076: +Vertex 4077: +Vertex 4078: +Vertex 4079: +Vertex 4080: +Vertex 4081: +Vertex 4082: +Vertex 4083: +Vertex 4084: +Vertex 4085: +Vertex 4086: +Vertex 4087: +Vertex 4088: +Vertex 4089: +Vertex 4090: +Vertex 4091: +Vertex 4092: +Vertex 4093: +Vertex 4094: +Vertex 4095: +Vertex 4096: +Vertex 4097: +Vertex 4098: +Vertex 4099: +Vertex 4100: +Vertex 4101: +Vertex 4102: +Vertex 4103: +Vertex 4104: +Vertex 4105: +Vertex 4106: +Vertex 4107: +Vertex 4108: +Vertex 4109: +Vertex 4110: +Vertex 4111: +Vertex 4112: +Vertex 4113: +Vertex 4114: +Vertex 4115: +Vertex 4116: +Vertex 4117: +Vertex 4118: +Vertex 4119: +Vertex 4120: +Vertex 4121: +Vertex 4122: +Vertex 4123: +Vertex 4124: +Vertex 4125: +Vertex 4126: +Vertex 4127: +Vertex 4128: +Vertex 4129: +Vertex 4130: +Vertex 4131: +Vertex 4132: +Vertex 4133: +Vertex 4134: +Vertex 4135: +Vertex 4136: +Vertex 4137: +Vertex 4138: +Vertex 4139: +Vertex 4140: +Vertex 4141: +Vertex 4142: +Vertex 4143: +Vertex 4144: +Vertex 4145: +Vertex 4146: +Vertex 4147: +Vertex 4148: +Vertex 4149: +Vertex 4150: +Vertex 4151: +Vertex 4152: +Vertex 4153: +Vertex 4154: +Vertex 4155: +Vertex 4156: +Vertex 4157: +Vertex 4158: +Vertex 4159: +Vertex 4160: +Vertex 4161: +Vertex 4162: +Vertex 4163: +Vertex 4164: +Vertex 4165: +Vertex 4166: +Vertex 4167: +Vertex 4168: +Vertex 4169: +Vertex 4170: +Vertex 4171: +Vertex 4172: +Vertex 4173: +Vertex 4174: +Vertex 4175: +Vertex 4176: +Vertex 4177: +Vertex 4178: +Vertex 4179: +Vertex 4180: +Vertex 4181: +Vertex 4182: +Vertex 4183: +Vertex 4184: +Vertex 4185: +Vertex 4186: +Vertex 4187: +Vertex 4188: +Vertex 4189: +Vertex 4190: +Vertex 4191: +Vertex 4192: +Vertex 4193: +Vertex 4194: +Vertex 4195: +Vertex 4196: +Vertex 4197: +Vertex 4198: +Vertex 4199: +Vertex 4200: +Vertex 4201: +Vertex 4202: +Vertex 4203: +Vertex 4204: +Vertex 4205: +Vertex 4206: +Vertex 4207: +Vertex 4208: +Vertex 4209: +Vertex 4210: +Vertex 4211: +Vertex 4212: +Vertex 4213: +Vertex 4214: +Vertex 4215: +Vertex 4216: +Vertex 4217: +Vertex 4218: +Vertex 4219: +Vertex 4220: +Vertex 4221: +Vertex 4222: +Vertex 4223: +Vertex 4224: +Vertex 4225: +Vertex 4226: +Vertex 4227: +Vertex 4228: +Vertex 4229: +Vertex 4230: +Vertex 4231: +Vertex 4232: +Vertex 4233: +Vertex 4234: +Vertex 4235: +Vertex 4236: +Vertex 4237: +Vertex 4238: +Vertex 4239: +Vertex 4240: +Vertex 4241: +Vertex 4242: +Vertex 4243: +Vertex 4244: +Vertex 4245: +Vertex 4246: +Vertex 4247: +Vertex 4248: +Vertex 4249: +Vertex 4250: +Vertex 4251: +Vertex 4252: +Vertex 4253: +Vertex 4254: +Vertex 4255: +Vertex 4256: +Vertex 4257: +Vertex 4258: +Vertex 4259: +Vertex 4260: +Vertex 4261: +Vertex 4262: +Vertex 4263: +Vertex 4264: +Vertex 4265: +Vertex 4266: +Vertex 4267: +Vertex 4268: +Vertex 4269: +Vertex 4270: +Vertex 4271: +Vertex 4272: +Vertex 4273: +Vertex 4274: +Vertex 4275: +Vertex 4276: +Vertex 4277: +Vertex 4278: +Vertex 4279: +Vertex 4280: +Vertex 4281: +Vertex 4282: +Vertex 4283: +Vertex 4284: +Vertex 4285: +Vertex 4286: +Vertex 4287: +Vertex 4288: +Vertex 4289: +Vertex 4290: +Vertex 4291: +Vertex 4292: +Vertex 4293: +Vertex 4294: +Vertex 4295: +Vertex 4296: +Vertex 4297: +Vertex 4298: +Vertex 4299: +Vertex 4300: +Vertex 4301: +Vertex 4302: +Vertex 4303: +Vertex 4304: +Vertex 4305: +Vertex 4306: +Vertex 4307: +Vertex 4308: +Vertex 4309: +Vertex 4310: +Vertex 4311: +Vertex 4312: +Vertex 4313: +Vertex 4314: +Vertex 4315: +Vertex 4316: +Vertex 4317: +Vertex 4318: +Vertex 4319: +Vertex 4320: +Vertex 4321: +Vertex 4322: +Vertex 4323: +Vertex 4324: +Vertex 4325: +Vertex 4326: +Vertex 4327: +Vertex 4328: +Vertex 4329: +Vertex 4330: +Vertex 4331: +Vertex 4332: +Vertex 4333: +Vertex 4334: +Vertex 4335: +Vertex 4336: +Vertex 4337: +Vertex 4338: +Vertex 4339: +Vertex 4340: +Vertex 4341: +Vertex 4342: +Vertex 4343: +Vertex 4344: +Vertex 4345: +Vertex 4346: +Vertex 4347: +Vertex 4348: +Vertex 4349: +Vertex 4350: +Vertex 4351: +Vertex 4352: +Vertex 4353: +Vertex 4354: +Vertex 4355: +Vertex 4356: +Vertex 4357: +Vertex 4358: +Vertex 4359: +Vertex 4360: +Vertex 4361: +Vertex 4362: +Vertex 4363: +Vertex 4364: +Vertex 4365: +Vertex 4366: +Vertex 4367: +Vertex 4368: +Vertex 4369: +Vertex 4370: +Vertex 4371: +Vertex 4372: +Vertex 4373: +Vertex 4374: +Vertex 4375: +Vertex 4376: +Vertex 4377: +Vertex 4378: +Vertex 4379: +Vertex 4380: +Vertex 4381: +Vertex 4382: +Vertex 4383: +Vertex 4384: +Vertex 4385: +Vertex 4386: +Vertex 4387: +Vertex 4388: +Vertex 4389: +Vertex 4390: +Vertex 4391: +Vertex 4392: +Vertex 4393: +Vertex 4394: +Vertex 4395: +Vertex 4396: +Vertex 4397: +Vertex 4398: +Vertex 4399: +Vertex 4400: +Vertex 4401: +Vertex 4402: +Vertex 4403: +Vertex 4404: +Vertex 4405: +Vertex 4406: +Vertex 4407: +Vertex 4408: +Vertex 4409: +Vertex 4410: +Vertex 4411: +Vertex 4412: +Vertex 4413: +Vertex 4414: +Vertex 4415: +Vertex 4416: +Vertex 4417: +Vertex 4418: +Vertex 4419: +Vertex 4420: +Vertex 4421: +Vertex 4422: +Vertex 4423: +Vertex 4424: +Vertex 4425: +Vertex 4426: +Vertex 4427: +Vertex 4428: +Vertex 4429: +Vertex 4430: +Vertex 4431: +Vertex 4432: +Vertex 4433: +Vertex 4434: +Vertex 4435: +Vertex 4436: +Vertex 4437: +Vertex 4438: +Vertex 4439: +Vertex 4440: +Vertex 4441: +Vertex 4442: +Vertex 4443: +Vertex 4444: +Vertex 4445: +Vertex 4446: +Vertex 4447: +Vertex 4448: +Vertex 4449: +Vertex 4450: +Vertex 4451: +Vertex 4452: +Vertex 4453: +Vertex 4454: +Vertex 4455: +Vertex 4456: +Vertex 4457: +Vertex 4458: +Vertex 4459: +Vertex 4460: +Vertex 4461: +Vertex 4462: +Vertex 4463: +Vertex 4464: +Vertex 4465: +Vertex 4466: +Vertex 4467: +Vertex 4468: +Vertex 4469: +Vertex 4470: +Vertex 4471: +Vertex 4472: +Vertex 4473: +Vertex 4474: +Vertex 4475: +Vertex 4476: +Vertex 4477: +Vertex 4478: +Vertex 4479: +Vertex 4480: +Vertex 4481: +Vertex 4482: +Vertex 4483: +Vertex 4484: +Vertex 4485: +Vertex 4486: +Vertex 4487: +Vertex 4488: +Vertex 4489: +Vertex 4490: +Vertex 4491: +Vertex 4492: +Vertex 4493: +Vertex 4494: +Vertex 4495: +Vertex 4496: +Vertex 4497: +Vertex 4498: +Vertex 4499: +Vertex 4500: +Vertex 4501: +Vertex 4502: +Vertex 4503: +Vertex 4504: +Vertex 4505: +Vertex 4506: +Vertex 4507: +Vertex 4508: +Vertex 4509: +Vertex 4510: +Vertex 4511: +Vertex 4512: +Vertex 4513: +Vertex 4514: +Vertex 4515: +Vertex 4516: +Vertex 4517: +Vertex 4518: +Vertex 4519: +Vertex 4520: +Vertex 4521: +Vertex 4522: +Vertex 4523: +Vertex 4524: +Vertex 4525: +Vertex 4526: +Vertex 4527: +Vertex 4528: +Vertex 4529: +Vertex 4530: +Vertex 4531: +Vertex 4532: +Vertex 4533: +Vertex 4534: +Vertex 4535: +Vertex 4536: +Vertex 4537: +Vertex 4538: +Vertex 4539: +Vertex 4540: +Vertex 4541: +Vertex 4542: +Vertex 4543: +Vertex 4544: +Vertex 4545: +Vertex 4546: +Vertex 4547: +Vertex 4548: +Vertex 4549: +Vertex 4550: +Vertex 4551: +Vertex 4552: +Vertex 4553: +Vertex 4554: +Vertex 4555: +Vertex 4556: +Vertex 4557: +Vertex 4558: +Vertex 4559: +Vertex 4560: +Vertex 4561: +Vertex 4562: +Vertex 4563: +Vertex 4564: +Vertex 4565: +Vertex 4566: +Vertex 4567: +Vertex 4568: +Vertex 4569: +Vertex 4570: +Vertex 4571: +Vertex 4572: +Vertex 4573: +Vertex 4574: +Vertex 4575: +Vertex 4576: +Vertex 4577: +Vertex 4578: +Vertex 4579: +Vertex 4580: +Vertex 4581: +Vertex 4582: +Vertex 4583: +Vertex 4584: +Vertex 4585: +Vertex 4586: +Vertex 4587: +Vertex 4588: +Vertex 4589: +Vertex 4590: +Vertex 4591: +Vertex 4592: +Vertex 4593: +Vertex 4594: +Vertex 4595: +Vertex 4596: +Vertex 4597: +Vertex 4598: +Vertex 4599: +Vertex 4600: +Vertex 4601: +Vertex 4602: +Vertex 4603: +Vertex 4604: +Vertex 4605: +Vertex 4606: +Vertex 4607: +Vertex 4608: +Vertex 4609: +Vertex 4610: +Vertex 4611: +Vertex 4612: +Vertex 4613: +Vertex 4614: +Vertex 4615: +Vertex 4616: +Vertex 4617: +Vertex 4618: +Vertex 4619: +Vertex 4620: +Vertex 4621: +Vertex 4622: +Vertex 4623: +Vertex 4624: +Vertex 4625: +Vertex 4626: +Vertex 4627: +Vertex 4628: +Vertex 4629: +Vertex 4630: +Vertex 4631: +Vertex 4632: +Vertex 4633: +Vertex 4634: +Vertex 4635: +Vertex 4636: +Vertex 4637: +Vertex 4638: +Vertex 4639: +Vertex 4640: +Vertex 4641: +Vertex 4642: +Vertex 4643: +===UV Coordinates: +Face count: 9126 +Face 0 +UV Count: 3 + UV + UV + UV +Face 1 +UV Count: 3 + UV + UV + UV +Face 2 +UV Count: 3 + UV + UV + UV +Face 3 +UV Count: 3 + UV + UV + UV +Face 4 +UV Count: 3 + UV + UV + UV +Face 5 +UV Count: 3 + UV + UV + UV +Face 6 +UV Count: 3 + UV + UV + UV +Face 7 +UV Count: 3 + UV + UV + UV +Face 8 +UV Count: 3 + UV + UV + UV +Face 9 +UV Count: 3 + UV + UV + UV +Face 10 +UV Count: 3 + UV + UV + UV +Face 11 +UV Count: 3 + UV + UV + UV +Face 12 +UV Count: 3 + UV + UV + UV +Face 13 +UV Count: 3 + UV + UV + UV +Face 14 +UV Count: 3 + UV + UV + UV +Face 15 +UV Count: 3 + UV + UV + UV +Face 16 +UV Count: 3 + UV + UV + UV +Face 17 +UV Count: 3 + UV + UV + UV +Face 18 +UV Count: 3 + UV + UV + UV +Face 19 +UV Count: 3 + UV + UV + UV +Face 20 +UV Count: 3 + UV + UV + UV +Face 21 +UV Count: 3 + UV + UV + UV +Face 22 +UV Count: 3 + UV + UV + UV +Face 23 +UV Count: 3 + UV + UV + UV +Face 24 +UV Count: 3 + UV + UV + UV +Face 25 +UV Count: 3 + UV + UV + UV +Face 26 +UV Count: 3 + UV + UV + UV +Face 27 +UV Count: 3 + UV + UV + UV +Face 28 +UV Count: 3 + UV + UV + UV +Face 29 +UV Count: 3 + UV + UV + UV +Face 30 +UV Count: 3 + UV + UV + UV +Face 31 +UV Count: 3 + UV + UV + UV +Face 32 +UV Count: 3 + UV + UV + UV +Face 33 +UV Count: 3 + UV + UV + UV +Face 34 +UV Count: 3 + UV + UV + UV +Face 35 +UV Count: 3 + UV + UV + UV +Face 36 +UV Count: 3 + UV + UV + UV +Face 37 +UV Count: 3 + UV + UV + UV +Face 38 +UV Count: 3 + UV + UV + UV +Face 39 +UV Count: 3 + UV + UV + UV +Face 40 +UV Count: 3 + UV + UV + UV +Face 41 +UV Count: 3 + UV + UV + UV +Face 42 +UV Count: 3 + UV + UV + UV +Face 43 +UV Count: 3 + UV + UV + UV +Face 44 +UV Count: 3 + UV + UV + UV +Face 45 +UV Count: 3 + UV + UV + UV +Face 46 +UV Count: 3 + UV + UV + UV +Face 47 +UV Count: 3 + UV + UV + UV +Face 48 +UV Count: 3 + UV + UV + UV +Face 49 +UV Count: 3 + UV + UV + UV +Face 50 +UV Count: 3 + UV + UV + UV +Face 51 +UV Count: 3 + UV + UV + UV +Face 52 +UV Count: 3 + UV + UV + UV +Face 53 +UV Count: 3 + UV + UV + UV +Face 54 +UV Count: 3 + UV + UV + UV +Face 55 +UV Count: 3 + UV + UV + UV +Face 56 +UV Count: 3 + UV + UV + UV +Face 57 +UV Count: 3 + UV + UV + UV +Face 58 +UV Count: 3 + UV + UV + UV +Face 59 +UV Count: 3 + UV + UV + UV +Face 60 +UV Count: 3 + UV + UV + UV +Face 61 +UV Count: 3 + UV + UV + UV +Face 62 +UV Count: 3 + UV + UV + UV +Face 63 +UV Count: 3 + UV + UV + UV +Face 64 +UV Count: 3 + UV + UV + UV +Face 65 +UV Count: 3 + UV + UV + UV +Face 66 +UV Count: 3 + UV + UV + UV +Face 67 +UV Count: 3 + UV + UV + UV +Face 68 +UV Count: 3 + UV + UV + UV +Face 69 +UV Count: 3 + UV + UV + UV +Face 70 +UV Count: 3 + UV + UV + UV +Face 71 +UV Count: 3 + UV + UV + UV +Face 72 +UV Count: 3 + UV + UV + UV +Face 73 +UV Count: 3 + UV + UV + UV +Face 74 +UV Count: 3 + UV + UV + UV +Face 75 +UV Count: 3 + UV + UV + UV +Face 76 +UV Count: 3 + UV + UV + UV +Face 77 +UV Count: 3 + UV + UV + UV +Face 78 +UV Count: 3 + UV + UV + UV +Face 79 +UV Count: 3 + UV + UV + UV +Face 80 +UV Count: 3 + UV + UV + UV +Face 81 +UV Count: 3 + UV + UV + UV +Face 82 +UV Count: 3 + UV + UV + UV +Face 83 +UV Count: 3 + UV + UV + UV +Face 84 +UV Count: 3 + UV + UV + UV +Face 85 +UV Count: 3 + UV + UV + UV +Face 86 +UV Count: 3 + UV + UV + UV +Face 87 +UV Count: 3 + UV + UV + UV +Face 88 +UV Count: 3 + UV + UV + UV +Face 89 +UV Count: 3 + UV + UV + UV +Face 90 +UV Count: 3 + UV + UV + UV +Face 91 +UV Count: 3 + UV + UV + UV +Face 92 +UV Count: 3 + UV + UV + UV +Face 93 +UV Count: 3 + UV + UV + UV +Face 94 +UV Count: 3 + UV + UV + UV +Face 95 +UV Count: 3 + UV + UV + UV +Face 96 +UV Count: 3 + UV + UV + UV +Face 97 +UV Count: 3 + UV + UV + UV +Face 98 +UV Count: 3 + UV + UV + UV +Face 99 +UV Count: 3 + UV + UV + UV +Face 100 +UV Count: 3 + UV + UV + UV +Face 101 +UV Count: 3 + UV + UV + UV +Face 102 +UV Count: 3 + UV + UV + UV +Face 103 +UV Count: 3 + UV + UV + UV +Face 104 +UV Count: 3 + UV + UV + UV +Face 105 +UV Count: 3 + UV + UV + UV +Face 106 +UV Count: 3 + UV + UV + UV +Face 107 +UV Count: 3 + UV + UV + UV +Face 108 +UV Count: 3 + UV + UV + UV +Face 109 +UV Count: 3 + UV + UV + UV +Face 110 +UV Count: 3 + UV + UV + UV +Face 111 +UV Count: 3 + UV + UV + UV +Face 112 +UV Count: 3 + UV + UV + UV +Face 113 +UV Count: 3 + UV + UV + UV +Face 114 +UV Count: 3 + UV + UV + UV +Face 115 +UV Count: 3 + UV + UV + UV +Face 116 +UV Count: 3 + UV + UV + UV +Face 117 +UV Count: 3 + UV + UV + UV +Face 118 +UV Count: 3 + UV + UV + UV +Face 119 +UV Count: 3 + UV + UV + UV +Face 120 +UV Count: 3 + UV + UV + UV +Face 121 +UV Count: 3 + UV + UV + UV +Face 122 +UV Count: 3 + UV + UV + UV +Face 123 +UV Count: 3 + UV + UV + UV +Face 124 +UV Count: 3 + UV + UV + UV +Face 125 +UV Count: 3 + UV + UV + UV +Face 126 +UV Count: 3 + UV + UV + UV +Face 127 +UV Count: 3 + UV + UV + UV +Face 128 +UV Count: 3 + UV + UV + UV +Face 129 +UV Count: 3 + UV + UV + UV +Face 130 +UV Count: 3 + UV + UV + UV +Face 131 +UV Count: 3 + UV + UV + UV +Face 132 +UV Count: 3 + UV + UV + UV +Face 133 +UV Count: 3 + UV + UV + UV +Face 134 +UV Count: 3 + UV + UV + UV +Face 135 +UV Count: 3 + UV + UV + UV +Face 136 +UV Count: 3 + UV + UV + UV +Face 137 +UV Count: 3 + UV + UV + UV +Face 138 +UV Count: 3 + UV + UV + UV +Face 139 +UV Count: 3 + UV + UV + UV +Face 140 +UV Count: 3 + UV + UV + UV +Face 141 +UV Count: 3 + UV + UV + UV +Face 142 +UV Count: 3 + UV + UV + UV +Face 143 +UV Count: 3 + UV + UV + UV +Face 144 +UV Count: 3 + UV + UV + UV +Face 145 +UV Count: 3 + UV + UV + UV +Face 146 +UV Count: 3 + UV + UV + UV +Face 147 +UV Count: 3 + UV + UV + UV +Face 148 +UV Count: 3 + UV + UV + UV +Face 149 +UV Count: 3 + UV + UV + UV +Face 150 +UV Count: 3 + UV + UV + UV +Face 151 +UV Count: 3 + UV + UV + UV +Face 152 +UV Count: 3 + UV + UV + UV +Face 153 +UV Count: 3 + UV + UV + UV +Face 154 +UV Count: 3 + UV + UV + UV +Face 155 +UV Count: 3 + UV + UV + UV +Face 156 +UV Count: 3 + UV + UV + UV +Face 157 +UV Count: 3 + UV + UV + UV +Face 158 +UV Count: 3 + UV + UV + UV +Face 159 +UV Count: 3 + UV + UV + UV +Face 160 +UV Count: 3 + UV + UV + UV +Face 161 +UV Count: 3 + UV + UV + UV +Face 162 +UV Count: 3 + UV + UV + UV +Face 163 +UV Count: 3 + UV + UV + UV +Face 164 +UV Count: 3 + UV + UV + UV +Face 165 +UV Count: 3 + UV + UV + UV +Face 166 +UV Count: 3 + UV + UV + UV +Face 167 +UV Count: 3 + UV + UV + UV +Face 168 +UV Count: 3 + UV + UV + UV +Face 169 +UV Count: 3 + UV + UV + UV +Face 170 +UV Count: 3 + UV + UV + UV +Face 171 +UV Count: 3 + UV + UV + UV +Face 172 +UV Count: 3 + UV + UV + UV +Face 173 +UV Count: 3 + UV + UV + UV +Face 174 +UV Count: 3 + UV + UV + UV +Face 175 +UV Count: 3 + UV + UV + UV +Face 176 +UV Count: 3 + UV + UV + UV +Face 177 +UV Count: 3 + UV + UV + UV +Face 178 +UV Count: 3 + UV + UV + UV +Face 179 +UV Count: 3 + UV + UV + UV +Face 180 +UV Count: 3 + UV + UV + UV +Face 181 +UV Count: 3 + UV + UV + UV +Face 182 +UV Count: 3 + UV + UV + UV +Face 183 +UV Count: 3 + UV + UV + UV +Face 184 +UV Count: 3 + UV + UV + UV +Face 185 +UV Count: 3 + UV + UV + UV +Face 186 +UV Count: 3 + UV + UV + UV +Face 187 +UV Count: 3 + UV + UV + UV +Face 188 +UV Count: 3 + UV + UV + UV +Face 189 +UV Count: 3 + UV + UV + UV +Face 190 +UV Count: 3 + UV + UV + UV +Face 191 +UV Count: 3 + UV + UV + UV +Face 192 +UV Count: 3 + UV + UV + UV +Face 193 +UV Count: 3 + UV + UV + UV +Face 194 +UV Count: 3 + UV + UV + UV +Face 195 +UV Count: 3 + UV + UV + UV +Face 196 +UV Count: 3 + UV + UV + UV +Face 197 +UV Count: 3 + UV + UV + UV +Face 198 +UV Count: 3 + UV + UV + UV +Face 199 +UV Count: 3 + UV + UV + UV +Face 200 +UV Count: 3 + UV + UV + UV +Face 201 +UV Count: 3 + UV + UV + UV +Face 202 +UV Count: 3 + UV + UV + UV +Face 203 +UV Count: 3 + UV + UV + UV +Face 204 +UV Count: 3 + UV + UV + UV +Face 205 +UV Count: 3 + UV + UV + UV +Face 206 +UV Count: 3 + UV + UV + UV +Face 207 +UV Count: 3 + UV + UV + UV +Face 208 +UV Count: 3 + UV + UV + UV +Face 209 +UV Count: 3 + UV + UV + UV +Face 210 +UV Count: 3 + UV + UV + UV +Face 211 +UV Count: 3 + UV + UV + UV +Face 212 +UV Count: 3 + UV + UV + UV +Face 213 +UV Count: 3 + UV + UV + UV +Face 214 +UV Count: 3 + UV + UV + UV +Face 215 +UV Count: 3 + UV + UV + UV +Face 216 +UV Count: 3 + UV + UV + UV +Face 217 +UV Count: 3 + UV + UV + UV +Face 218 +UV Count: 3 + UV + UV + UV +Face 219 +UV Count: 3 + UV + UV + UV +Face 220 +UV Count: 3 + UV + UV + UV +Face 221 +UV Count: 3 + UV + UV + UV +Face 222 +UV Count: 3 + UV + UV + UV +Face 223 +UV Count: 3 + UV + UV + UV +Face 224 +UV Count: 3 + UV + UV + UV +Face 225 +UV Count: 3 + UV + UV + UV +Face 226 +UV Count: 3 + UV + UV + UV +Face 227 +UV Count: 3 + UV + UV + UV +Face 228 +UV Count: 3 + UV + UV + UV +Face 229 +UV Count: 3 + UV + UV + UV +Face 230 +UV Count: 3 + UV + UV + UV +Face 231 +UV Count: 3 + UV + UV + UV +Face 232 +UV Count: 3 + UV + UV + UV +Face 233 +UV Count: 3 + UV + UV + UV +Face 234 +UV Count: 3 + UV + UV + UV +Face 235 +UV Count: 3 + UV + UV + UV +Face 236 +UV Count: 3 + UV + UV + UV +Face 237 +UV Count: 3 + UV + UV + UV +Face 238 +UV Count: 3 + UV + UV + UV +Face 239 +UV Count: 3 + UV + UV + UV +Face 240 +UV Count: 3 + UV + UV + UV +Face 241 +UV Count: 3 + UV + UV + UV +Face 242 +UV Count: 3 + UV + UV + UV +Face 243 +UV Count: 3 + UV + UV + UV +Face 244 +UV Count: 3 + UV + UV + UV +Face 245 +UV Count: 3 + UV + UV + UV +Face 246 +UV Count: 3 + UV + UV + UV +Face 247 +UV Count: 3 + UV + UV + UV +Face 248 +UV Count: 3 + UV + UV + UV +Face 249 +UV Count: 3 + UV + UV + UV +Face 250 +UV Count: 3 + UV + UV + UV +Face 251 +UV Count: 3 + UV + UV + UV +Face 252 +UV Count: 3 + UV + UV + UV +Face 253 +UV Count: 3 + UV + UV + UV +Face 254 +UV Count: 3 + UV + UV + UV +Face 255 +UV Count: 3 + UV + UV + UV +Face 256 +UV Count: 3 + UV + UV + UV +Face 257 +UV Count: 3 + UV + UV + UV +Face 258 +UV Count: 3 + UV + UV + UV +Face 259 +UV Count: 3 + UV + UV + UV +Face 260 +UV Count: 3 + UV + UV + UV +Face 261 +UV Count: 3 + UV + UV + UV +Face 262 +UV Count: 3 + UV + UV + UV +Face 263 +UV Count: 3 + UV + UV + UV +Face 264 +UV Count: 3 + UV + UV + UV +Face 265 +UV Count: 3 + UV + UV + UV +Face 266 +UV Count: 3 + UV + UV + UV +Face 267 +UV Count: 3 + UV + UV + UV +Face 268 +UV Count: 3 + UV + UV + UV +Face 269 +UV Count: 3 + UV + UV + UV +Face 270 +UV Count: 3 + UV + UV + UV +Face 271 +UV Count: 3 + UV + UV + UV +Face 272 +UV Count: 3 + UV + UV + UV +Face 273 +UV Count: 3 + UV + UV + UV +Face 274 +UV Count: 3 + UV + UV + UV +Face 275 +UV Count: 3 + UV + UV + UV +Face 276 +UV Count: 3 + UV + UV + UV +Face 277 +UV Count: 3 + UV + UV + UV +Face 278 +UV Count: 3 + UV + UV + UV +Face 279 +UV Count: 3 + UV + UV + UV +Face 280 +UV Count: 3 + UV + UV + UV +Face 281 +UV Count: 3 + UV + UV + UV +Face 282 +UV Count: 3 + UV + UV + UV +Face 283 +UV Count: 3 + UV + UV + UV +Face 284 +UV Count: 3 + UV + UV + UV +Face 285 +UV Count: 3 + UV + UV + UV +Face 286 +UV Count: 3 + UV + UV + UV +Face 287 +UV Count: 3 + UV + UV + UV +Face 288 +UV Count: 3 + UV + UV + UV +Face 289 +UV Count: 3 + UV + UV + UV +Face 290 +UV Count: 3 + UV + UV + UV +Face 291 +UV Count: 3 + UV + UV + UV +Face 292 +UV Count: 3 + UV + UV + UV +Face 293 +UV Count: 3 + UV + UV + UV +Face 294 +UV Count: 3 + UV + UV + UV +Face 295 +UV Count: 3 + UV + UV + UV +Face 296 +UV Count: 3 + UV + UV + UV +Face 297 +UV Count: 3 + UV + UV + UV +Face 298 +UV Count: 3 + UV + UV + UV +Face 299 +UV Count: 3 + UV + UV + UV +Face 300 +UV Count: 3 + UV + UV + UV +Face 301 +UV Count: 3 + UV + UV + UV +Face 302 +UV Count: 3 + UV + UV + UV +Face 303 +UV Count: 3 + UV + UV + UV +Face 304 +UV Count: 3 + UV + UV + UV +Face 305 +UV Count: 3 + UV + UV + UV +Face 306 +UV Count: 3 + UV + UV + UV +Face 307 +UV Count: 3 + UV + UV + UV +Face 308 +UV Count: 3 + UV + UV + UV +Face 309 +UV Count: 3 + UV + UV + UV +Face 310 +UV Count: 3 + UV + UV + UV +Face 311 +UV Count: 3 + UV + UV + UV +Face 312 +UV Count: 3 + UV + UV + UV +Face 313 +UV Count: 3 + UV + UV + UV +Face 314 +UV Count: 3 + UV + UV + UV +Face 315 +UV Count: 3 + UV + UV + UV +Face 316 +UV Count: 3 + UV + UV + UV +Face 317 +UV Count: 3 + UV + UV + UV +Face 318 +UV Count: 3 + UV + UV + UV +Face 319 +UV Count: 3 + UV + UV + UV +Face 320 +UV Count: 3 + UV + UV + UV +Face 321 +UV Count: 3 + UV + UV + UV +Face 322 +UV Count: 3 + UV + UV + UV +Face 323 +UV Count: 3 + UV + UV + UV +Face 324 +UV Count: 3 + UV + UV + UV +Face 325 +UV Count: 3 + UV + UV + UV +Face 326 +UV Count: 3 + UV + UV + UV +Face 327 +UV Count: 3 + UV + UV + UV +Face 328 +UV Count: 3 + UV + UV + UV +Face 329 +UV Count: 3 + UV + UV + UV +Face 330 +UV Count: 3 + UV + UV + UV +Face 331 +UV Count: 3 + UV + UV + UV +Face 332 +UV Count: 3 + UV + UV + UV +Face 333 +UV Count: 3 + UV + UV + UV +Face 334 +UV Count: 3 + UV + UV + UV +Face 335 +UV Count: 3 + UV + UV + UV +Face 336 +UV Count: 3 + UV + UV + UV +Face 337 +UV Count: 3 + UV + UV + UV +Face 338 +UV Count: 3 + UV + UV + UV +Face 339 +UV Count: 3 + UV + UV + UV +Face 340 +UV Count: 3 + UV + UV + UV +Face 341 +UV Count: 3 + UV + UV + UV +Face 342 +UV Count: 3 + UV + UV + UV +Face 343 +UV Count: 3 + UV + UV + UV +Face 344 +UV Count: 3 + UV + UV + UV +Face 345 +UV Count: 3 + UV + UV + UV +Face 346 +UV Count: 3 + UV + UV + UV +Face 347 +UV Count: 3 + UV + UV + UV +Face 348 +UV Count: 3 + UV + UV + UV +Face 349 +UV Count: 3 + UV + UV + UV +Face 350 +UV Count: 3 + UV + UV + UV +Face 351 +UV Count: 3 + UV + UV + UV +Face 352 +UV Count: 3 + UV + UV + UV +Face 353 +UV Count: 3 + UV + UV + UV +Face 354 +UV Count: 3 + UV + UV + UV +Face 355 +UV Count: 3 + UV + UV + UV +Face 356 +UV Count: 3 + UV + UV + UV +Face 357 +UV Count: 3 + UV + UV + UV +Face 358 +UV Count: 3 + UV + UV + UV +Face 359 +UV Count: 3 + UV + UV + UV +Face 360 +UV Count: 3 + UV + UV + UV +Face 361 +UV Count: 3 + UV + UV + UV +Face 362 +UV Count: 3 + UV + UV + UV +Face 363 +UV Count: 3 + UV + UV + UV +Face 364 +UV Count: 3 + UV + UV + UV +Face 365 +UV Count: 3 + UV + UV + UV +Face 366 +UV Count: 3 + UV + UV + UV +Face 367 +UV Count: 3 + UV + UV + UV +Face 368 +UV Count: 3 + UV + UV + UV +Face 369 +UV Count: 3 + UV + UV + UV +Face 370 +UV Count: 3 + UV + UV + UV +Face 371 +UV Count: 3 + UV + UV + UV +Face 372 +UV Count: 3 + UV + UV + UV +Face 373 +UV Count: 3 + UV + UV + UV +Face 374 +UV Count: 3 + UV + UV + UV +Face 375 +UV Count: 3 + UV + UV + UV +Face 376 +UV Count: 3 + UV + UV + UV +Face 377 +UV Count: 3 + UV + UV + UV +Face 378 +UV Count: 3 + UV + UV + UV +Face 379 +UV Count: 3 + UV + UV + UV +Face 380 +UV Count: 3 + UV + UV + UV +Face 381 +UV Count: 3 + UV + UV + UV +Face 382 +UV Count: 3 + UV + UV + UV +Face 383 +UV Count: 3 + UV + UV + UV +Face 384 +UV Count: 3 + UV + UV + UV +Face 385 +UV Count: 3 + UV + UV + UV +Face 386 +UV Count: 3 + UV + UV + UV +Face 387 +UV Count: 3 + UV + UV + UV +Face 388 +UV Count: 3 + UV + UV + UV +Face 389 +UV Count: 3 + UV + UV + UV +Face 390 +UV Count: 3 + UV + UV + UV +Face 391 +UV Count: 3 + UV + UV + UV +Face 392 +UV Count: 3 + UV + UV + UV +Face 393 +UV Count: 3 + UV + UV + UV +Face 394 +UV Count: 3 + UV + UV + UV +Face 395 +UV Count: 3 + UV + UV + UV +Face 396 +UV Count: 3 + UV + UV + UV +Face 397 +UV Count: 3 + UV + UV + UV +Face 398 +UV Count: 3 + UV + UV + UV +Face 399 +UV Count: 3 + UV + UV + UV +Face 400 +UV Count: 3 + UV + UV + UV +Face 401 +UV Count: 3 + UV + UV + UV +Face 402 +UV Count: 3 + UV + UV + UV +Face 403 +UV Count: 3 + UV + UV + UV +Face 404 +UV Count: 3 + UV + UV + UV +Face 405 +UV Count: 3 + UV + UV + UV +Face 406 +UV Count: 3 + UV + UV + UV +Face 407 +UV Count: 3 + UV + UV + UV +Face 408 +UV Count: 3 + UV + UV + UV +Face 409 +UV Count: 3 + UV + UV + UV +Face 410 +UV Count: 3 + UV + UV + UV +Face 411 +UV Count: 3 + UV + UV + UV +Face 412 +UV Count: 3 + UV + UV + UV +Face 413 +UV Count: 3 + UV + UV + UV +Face 414 +UV Count: 3 + UV + UV + UV +Face 415 +UV Count: 3 + UV + UV + UV +Face 416 +UV Count: 3 + UV + UV + UV +Face 417 +UV Count: 3 + UV + UV + UV +Face 418 +UV Count: 3 + UV + UV + UV +Face 419 +UV Count: 3 + UV + UV + UV +Face 420 +UV Count: 3 + UV + UV + UV +Face 421 +UV Count: 3 + UV + UV + UV +Face 422 +UV Count: 3 + UV + UV + UV +Face 423 +UV Count: 3 + UV + UV + UV +Face 424 +UV Count: 3 + UV + UV + UV +Face 425 +UV Count: 3 + UV + UV + UV +Face 426 +UV Count: 3 + UV + UV + UV +Face 427 +UV Count: 3 + UV + UV + UV +Face 428 +UV Count: 3 + UV + UV + UV +Face 429 +UV Count: 3 + UV + UV + UV +Face 430 +UV Count: 3 + UV + UV + UV +Face 431 +UV Count: 3 + UV + UV + UV +Face 432 +UV Count: 3 + UV + UV + UV +Face 433 +UV Count: 3 + UV + UV + UV +Face 434 +UV Count: 3 + UV + UV + UV +Face 435 +UV Count: 3 + UV + UV + UV +Face 436 +UV Count: 3 + UV + UV + UV +Face 437 +UV Count: 3 + UV + UV + UV +Face 438 +UV Count: 3 + UV + UV + UV +Face 439 +UV Count: 3 + UV + UV + UV +Face 440 +UV Count: 3 + UV + UV + UV +Face 441 +UV Count: 3 + UV + UV + UV +Face 442 +UV Count: 3 + UV + UV + UV +Face 443 +UV Count: 3 + UV + UV + UV +Face 444 +UV Count: 3 + UV + UV + UV +Face 445 +UV Count: 3 + UV + UV + UV +Face 446 +UV Count: 3 + UV + UV + UV +Face 447 +UV Count: 3 + UV + UV + UV +Face 448 +UV Count: 3 + UV + UV + UV +Face 449 +UV Count: 3 + UV + UV + UV +Face 450 +UV Count: 3 + UV + UV + UV +Face 451 +UV Count: 3 + UV + UV + UV +Face 452 +UV Count: 3 + UV + UV + UV +Face 453 +UV Count: 3 + UV + UV + UV +Face 454 +UV Count: 3 + UV + UV + UV +Face 455 +UV Count: 3 + UV + UV + UV +Face 456 +UV Count: 3 + UV + UV + UV +Face 457 +UV Count: 3 + UV + UV + UV +Face 458 +UV Count: 3 + UV + UV + UV +Face 459 +UV Count: 3 + UV + UV + UV +Face 460 +UV Count: 3 + UV + UV + UV +Face 461 +UV Count: 3 + UV + UV + UV +Face 462 +UV Count: 3 + UV + UV + UV +Face 463 +UV Count: 3 + UV + UV + UV +Face 464 +UV Count: 3 + UV + UV + UV +Face 465 +UV Count: 3 + UV + UV + UV +Face 466 +UV Count: 3 + UV + UV + UV +Face 467 +UV Count: 3 + UV + UV + UV +Face 468 +UV Count: 3 + UV + UV + UV +Face 469 +UV Count: 3 + UV + UV + UV +Face 470 +UV Count: 3 + UV + UV + UV +Face 471 +UV Count: 3 + UV + UV + UV +Face 472 +UV Count: 3 + UV + UV + UV +Face 473 +UV Count: 3 + UV + UV + UV +Face 474 +UV Count: 3 + UV + UV + UV +Face 475 +UV Count: 3 + UV + UV + UV +Face 476 +UV Count: 3 + UV + UV + UV +Face 477 +UV Count: 3 + UV + UV + UV +Face 478 +UV Count: 3 + UV + UV + UV +Face 479 +UV Count: 3 + UV + UV + UV +Face 480 +UV Count: 3 + UV + UV + UV +Face 481 +UV Count: 3 + UV + UV + UV +Face 482 +UV Count: 3 + UV + UV + UV +Face 483 +UV Count: 3 + UV + UV + UV +Face 484 +UV Count: 3 + UV + UV + UV +Face 485 +UV Count: 3 + UV + UV + UV +Face 486 +UV Count: 3 + UV + UV + UV +Face 487 +UV Count: 3 + UV + UV + UV +Face 488 +UV Count: 3 + UV + UV + UV +Face 489 +UV Count: 3 + UV + UV + UV +Face 490 +UV Count: 3 + UV + UV + UV +Face 491 +UV Count: 3 + UV + UV + UV +Face 492 +UV Count: 3 + UV + UV + UV +Face 493 +UV Count: 3 + UV + UV + UV +Face 494 +UV Count: 3 + UV + UV + UV +Face 495 +UV Count: 3 + UV + UV + UV +Face 496 +UV Count: 3 + UV + UV + UV +Face 497 +UV Count: 3 + UV + UV + UV +Face 498 +UV Count: 3 + UV + UV + UV +Face 499 +UV Count: 3 + UV + UV + UV +Face 500 +UV Count: 3 + UV + UV + UV +Face 501 +UV Count: 3 + UV + UV + UV +Face 502 +UV Count: 3 + UV + UV + UV +Face 503 +UV Count: 3 + UV + UV + UV +Face 504 +UV Count: 3 + UV + UV + UV +Face 505 +UV Count: 3 + UV + UV + UV +Face 506 +UV Count: 3 + UV + UV + UV +Face 507 +UV Count: 3 + UV + UV + UV +Face 508 +UV Count: 3 + UV + UV + UV +Face 509 +UV Count: 3 + UV + UV + UV +Face 510 +UV Count: 3 + UV + UV + UV +Face 511 +UV Count: 3 + UV + UV + UV +Face 512 +UV Count: 3 + UV + UV + UV +Face 513 +UV Count: 3 + UV + UV + UV +Face 514 +UV Count: 3 + UV + UV + UV +Face 515 +UV Count: 3 + UV + UV + UV +Face 516 +UV Count: 3 + UV + UV + UV +Face 517 +UV Count: 3 + UV + UV + UV +Face 518 +UV Count: 3 + UV + UV + UV +Face 519 +UV Count: 3 + UV + UV + UV +Face 520 +UV Count: 3 + UV + UV + UV +Face 521 +UV Count: 3 + UV + UV + UV +Face 522 +UV Count: 3 + UV + UV + UV +Face 523 +UV Count: 3 + UV + UV + UV +Face 524 +UV Count: 3 + UV + UV + UV +Face 525 +UV Count: 3 + UV + UV + UV +Face 526 +UV Count: 3 + UV + UV + UV +Face 527 +UV Count: 3 + UV + UV + UV +Face 528 +UV Count: 3 + UV + UV + UV +Face 529 +UV Count: 3 + UV + UV + UV +Face 530 +UV Count: 3 + UV + UV + UV +Face 531 +UV Count: 3 + UV + UV + UV +Face 532 +UV Count: 3 + UV + UV + UV +Face 533 +UV Count: 3 + UV + UV + UV +Face 534 +UV Count: 3 + UV + UV + UV +Face 535 +UV Count: 3 + UV + UV + UV +Face 536 +UV Count: 3 + UV + UV + UV +Face 537 +UV Count: 3 + UV + UV + UV +Face 538 +UV Count: 3 + UV + UV + UV +Face 539 +UV Count: 3 + UV + UV + UV +Face 540 +UV Count: 3 + UV + UV + UV +Face 541 +UV Count: 3 + UV + UV + UV +Face 542 +UV Count: 3 + UV + UV + UV +Face 543 +UV Count: 3 + UV + UV + UV +Face 544 +UV Count: 3 + UV + UV + UV +Face 545 +UV Count: 3 + UV + UV + UV +Face 546 +UV Count: 3 + UV + UV + UV +Face 547 +UV Count: 3 + UV + UV + UV +Face 548 +UV Count: 3 + UV + UV + UV +Face 549 +UV Count: 3 + UV + UV + UV +Face 550 +UV Count: 3 + UV + UV + UV +Face 551 +UV Count: 3 + UV + UV + UV +Face 552 +UV Count: 3 + UV + UV + UV +Face 553 +UV Count: 3 + UV + UV + UV +Face 554 +UV Count: 3 + UV + UV + UV +Face 555 +UV Count: 3 + UV + UV + UV +Face 556 +UV Count: 3 + UV + UV + UV +Face 557 +UV Count: 3 + UV + UV + UV +Face 558 +UV Count: 3 + UV + UV + UV +Face 559 +UV Count: 3 + UV + UV + UV +Face 560 +UV Count: 3 + UV + UV + UV +Face 561 +UV Count: 3 + UV + UV + UV +Face 562 +UV Count: 3 + UV + UV + UV +Face 563 +UV Count: 3 + UV + UV + UV +Face 564 +UV Count: 3 + UV + UV + UV +Face 565 +UV Count: 3 + UV + UV + UV +Face 566 +UV Count: 3 + UV + UV + UV +Face 567 +UV Count: 3 + UV + UV + UV +Face 568 +UV Count: 3 + UV + UV + UV +Face 569 +UV Count: 3 + UV + UV + UV +Face 570 +UV Count: 3 + UV + UV + UV +Face 571 +UV Count: 3 + UV + UV + UV +Face 572 +UV Count: 3 + UV + UV + UV +Face 573 +UV Count: 3 + UV + UV + UV +Face 574 +UV Count: 3 + UV + UV + UV +Face 575 +UV Count: 3 + UV + UV + UV +Face 576 +UV Count: 3 + UV + UV + UV +Face 577 +UV Count: 3 + UV + UV + UV +Face 578 +UV Count: 3 + UV + UV + UV +Face 579 +UV Count: 3 + UV + UV + UV +Face 580 +UV Count: 3 + UV + UV + UV +Face 581 +UV Count: 3 + UV + UV + UV +Face 582 +UV Count: 3 + UV + UV + UV +Face 583 +UV Count: 3 + UV + UV + UV +Face 584 +UV Count: 3 + UV + UV + UV +Face 585 +UV Count: 3 + UV + UV + UV +Face 586 +UV Count: 3 + UV + UV + UV +Face 587 +UV Count: 3 + UV + UV + UV +Face 588 +UV Count: 3 + UV + UV + UV +Face 589 +UV Count: 3 + UV + UV + UV +Face 590 +UV Count: 3 + UV + UV + UV +Face 591 +UV Count: 3 + UV + UV + UV +Face 592 +UV Count: 3 + UV + UV + UV +Face 593 +UV Count: 3 + UV + UV + UV +Face 594 +UV Count: 3 + UV + UV + UV +Face 595 +UV Count: 3 + UV + UV + UV +Face 596 +UV Count: 3 + UV + UV + UV +Face 597 +UV Count: 3 + UV + UV + UV +Face 598 +UV Count: 3 + UV + UV + UV +Face 599 +UV Count: 3 + UV + UV + UV +Face 600 +UV Count: 3 + UV + UV + UV +Face 601 +UV Count: 3 + UV + UV + UV +Face 602 +UV Count: 3 + UV + UV + UV +Face 603 +UV Count: 3 + UV + UV + UV +Face 604 +UV Count: 3 + UV + UV + UV +Face 605 +UV Count: 3 + UV + UV + UV +Face 606 +UV Count: 3 + UV + UV + UV +Face 607 +UV Count: 3 + UV + UV + UV +Face 608 +UV Count: 3 + UV + UV + UV +Face 609 +UV Count: 3 + UV + UV + UV +Face 610 +UV Count: 3 + UV + UV + UV +Face 611 +UV Count: 3 + UV + UV + UV +Face 612 +UV Count: 3 + UV + UV + UV +Face 613 +UV Count: 3 + UV + UV + UV +Face 614 +UV Count: 3 + UV + UV + UV +Face 615 +UV Count: 3 + UV + UV + UV +Face 616 +UV Count: 3 + UV + UV + UV +Face 617 +UV Count: 3 + UV + UV + UV +Face 618 +UV Count: 3 + UV + UV + UV +Face 619 +UV Count: 3 + UV + UV + UV +Face 620 +UV Count: 3 + UV + UV + UV +Face 621 +UV Count: 3 + UV + UV + UV +Face 622 +UV Count: 3 + UV + UV + UV +Face 623 +UV Count: 3 + UV + UV + UV +Face 624 +UV Count: 3 + UV + UV + UV +Face 625 +UV Count: 3 + UV + UV + UV +Face 626 +UV Count: 3 + UV + UV + UV +Face 627 +UV Count: 3 + UV + UV + UV +Face 628 +UV Count: 3 + UV + UV + UV +Face 629 +UV Count: 3 + UV + UV + UV +Face 630 +UV Count: 3 + UV + UV + UV +Face 631 +UV Count: 3 + UV + UV + UV +Face 632 +UV Count: 3 + UV + UV + UV +Face 633 +UV Count: 3 + UV + UV + UV +Face 634 +UV Count: 3 + UV + UV + UV +Face 635 +UV Count: 3 + UV + UV + UV +Face 636 +UV Count: 3 + UV + UV + UV +Face 637 +UV Count: 3 + UV + UV + UV +Face 638 +UV Count: 3 + UV + UV + UV +Face 639 +UV Count: 3 + UV + UV + UV +Face 640 +UV Count: 3 + UV + UV + UV +Face 641 +UV Count: 3 + UV + UV + UV +Face 642 +UV Count: 3 + UV + UV + UV +Face 643 +UV Count: 3 + UV + UV + UV +Face 644 +UV Count: 3 + UV + UV + UV +Face 645 +UV Count: 3 + UV + UV + UV +Face 646 +UV Count: 3 + UV + UV + UV +Face 647 +UV Count: 3 + UV + UV + UV +Face 648 +UV Count: 3 + UV + UV + UV +Face 649 +UV Count: 3 + UV + UV + UV +Face 650 +UV Count: 3 + UV + UV + UV +Face 651 +UV Count: 3 + UV + UV + UV +Face 652 +UV Count: 3 + UV + UV + UV +Face 653 +UV Count: 3 + UV + UV + UV +Face 654 +UV Count: 3 + UV + UV + UV +Face 655 +UV Count: 3 + UV + UV + UV +Face 656 +UV Count: 3 + UV + UV + UV +Face 657 +UV Count: 3 + UV + UV + UV +Face 658 +UV Count: 3 + UV + UV + UV +Face 659 +UV Count: 3 + UV + UV + UV +Face 660 +UV Count: 3 + UV + UV + UV +Face 661 +UV Count: 3 + UV + UV + UV +Face 662 +UV Count: 3 + UV + UV + UV +Face 663 +UV Count: 3 + UV + UV + UV +Face 664 +UV Count: 3 + UV + UV + UV +Face 665 +UV Count: 3 + UV + UV + UV +Face 666 +UV Count: 3 + UV + UV + UV +Face 667 +UV Count: 3 + UV + UV + UV +Face 668 +UV Count: 3 + UV + UV + UV +Face 669 +UV Count: 3 + UV + UV + UV +Face 670 +UV Count: 3 + UV + UV + UV +Face 671 +UV Count: 3 + UV + UV + UV +Face 672 +UV Count: 3 + UV + UV + UV +Face 673 +UV Count: 3 + UV + UV + UV +Face 674 +UV Count: 3 + UV + UV + UV +Face 675 +UV Count: 3 + UV + UV + UV +Face 676 +UV Count: 3 + UV + UV + UV +Face 677 +UV Count: 3 + UV + UV + UV +Face 678 +UV Count: 3 + UV + UV + UV +Face 679 +UV Count: 3 + UV + UV + UV +Face 680 +UV Count: 3 + UV + UV + UV +Face 681 +UV Count: 3 + UV + UV + UV +Face 682 +UV Count: 3 + UV + UV + UV +Face 683 +UV Count: 3 + UV + UV + UV +Face 684 +UV Count: 3 + UV + UV + UV +Face 685 +UV Count: 3 + UV + UV + UV +Face 686 +UV Count: 3 + UV + UV + UV +Face 687 +UV Count: 3 + UV + UV + UV +Face 688 +UV Count: 3 + UV + UV + UV +Face 689 +UV Count: 3 + UV + UV + UV +Face 690 +UV Count: 3 + UV + UV + UV +Face 691 +UV Count: 3 + UV + UV + UV +Face 692 +UV Count: 3 + UV + UV + UV +Face 693 +UV Count: 3 + UV + UV + UV +Face 694 +UV Count: 3 + UV + UV + UV +Face 695 +UV Count: 3 + UV + UV + UV +Face 696 +UV Count: 3 + UV + UV + UV +Face 697 +UV Count: 3 + UV + UV + UV +Face 698 +UV Count: 3 + UV + UV + UV +Face 699 +UV Count: 3 + UV + UV + UV +Face 700 +UV Count: 3 + UV + UV + UV +Face 701 +UV Count: 3 + UV + UV + UV +Face 702 +UV Count: 3 + UV + UV + UV +Face 703 +UV Count: 3 + UV + UV + UV +Face 704 +UV Count: 3 + UV + UV + UV +Face 705 +UV Count: 3 + UV + UV + UV +Face 706 +UV Count: 3 + UV + UV + UV +Face 707 +UV Count: 3 + UV + UV + UV +Face 708 +UV Count: 3 + UV + UV + UV +Face 709 +UV Count: 3 + UV + UV + UV +Face 710 +UV Count: 3 + UV + UV + UV +Face 711 +UV Count: 3 + UV + UV + UV +Face 712 +UV Count: 3 + UV + UV + UV +Face 713 +UV Count: 3 + UV + UV + UV +Face 714 +UV Count: 3 + UV + UV + UV +Face 715 +UV Count: 3 + UV + UV + UV +Face 716 +UV Count: 3 + UV + UV + UV +Face 717 +UV Count: 3 + UV + UV + UV +Face 718 +UV Count: 3 + UV + UV + UV +Face 719 +UV Count: 3 + UV + UV + UV +Face 720 +UV Count: 3 + UV + UV + UV +Face 721 +UV Count: 3 + UV + UV + UV +Face 722 +UV Count: 3 + UV + UV + UV +Face 723 +UV Count: 3 + UV + UV + UV +Face 724 +UV Count: 3 + UV + UV + UV +Face 725 +UV Count: 3 + UV + UV + UV +Face 726 +UV Count: 3 + UV + UV + UV +Face 727 +UV Count: 3 + UV + UV + UV +Face 728 +UV Count: 3 + UV + UV + UV +Face 729 +UV Count: 3 + UV + UV + UV +Face 730 +UV Count: 3 + UV + UV + UV +Face 731 +UV Count: 3 + UV + UV + UV +Face 732 +UV Count: 3 + UV + UV + UV +Face 733 +UV Count: 3 + UV + UV + UV +Face 734 +UV Count: 3 + UV + UV + UV +Face 735 +UV Count: 3 + UV + UV + UV +Face 736 +UV Count: 3 + UV + UV + UV +Face 737 +UV Count: 3 + UV + UV + UV +Face 738 +UV Count: 3 + UV + UV + UV +Face 739 +UV Count: 3 + UV + UV + UV +Face 740 +UV Count: 3 + UV + UV + UV +Face 741 +UV Count: 3 + UV + UV + UV +Face 742 +UV Count: 3 + UV + UV + UV +Face 743 +UV Count: 3 + UV + UV + UV +Face 744 +UV Count: 3 + UV + UV + UV +Face 745 +UV Count: 3 + UV + UV + UV +Face 746 +UV Count: 3 + UV + UV + UV +Face 747 +UV Count: 3 + UV + UV + UV +Face 748 +UV Count: 3 + UV + UV + UV +Face 749 +UV Count: 3 + UV + UV + UV +Face 750 +UV Count: 3 + UV + UV + UV +Face 751 +UV Count: 3 + UV + UV + UV +Face 752 +UV Count: 3 + UV + UV + UV +Face 753 +UV Count: 3 + UV + UV + UV +Face 754 +UV Count: 3 + UV + UV + UV +Face 755 +UV Count: 3 + UV + UV + UV +Face 756 +UV Count: 3 + UV + UV + UV +Face 757 +UV Count: 3 + UV + UV + UV +Face 758 +UV Count: 3 + UV + UV + UV +Face 759 +UV Count: 3 + UV + UV + UV +Face 760 +UV Count: 3 + UV + UV + UV +Face 761 +UV Count: 3 + UV + UV + UV +Face 762 +UV Count: 3 + UV + UV + UV +Face 763 +UV Count: 3 + UV + UV + UV +Face 764 +UV Count: 3 + UV + UV + UV +Face 765 +UV Count: 3 + UV + UV + UV +Face 766 +UV Count: 3 + UV + UV + UV +Face 767 +UV Count: 3 + UV + UV + UV +Face 768 +UV Count: 3 + UV + UV + UV +Face 769 +UV Count: 3 + UV + UV + UV +Face 770 +UV Count: 3 + UV + UV + UV +Face 771 +UV Count: 3 + UV + UV + UV +Face 772 +UV Count: 3 + UV + UV + UV +Face 773 +UV Count: 3 + UV + UV + UV +Face 774 +UV Count: 3 + UV + UV + UV +Face 775 +UV Count: 3 + UV + UV + UV +Face 776 +UV Count: 3 + UV + UV + UV +Face 777 +UV Count: 3 + UV + UV + UV +Face 778 +UV Count: 3 + UV + UV + UV +Face 779 +UV Count: 3 + UV + UV + UV +Face 780 +UV Count: 3 + UV + UV + UV +Face 781 +UV Count: 3 + UV + UV + UV +Face 782 +UV Count: 3 + UV + UV + UV +Face 783 +UV Count: 3 + UV + UV + UV +Face 784 +UV Count: 3 + UV + UV + UV +Face 785 +UV Count: 3 + UV + UV + UV +Face 786 +UV Count: 3 + UV + UV + UV +Face 787 +UV Count: 3 + UV + UV + UV +Face 788 +UV Count: 3 + UV + UV + UV +Face 789 +UV Count: 3 + UV + UV + UV +Face 790 +UV Count: 3 + UV + UV + UV +Face 791 +UV Count: 3 + UV + UV + UV +Face 792 +UV Count: 3 + UV + UV + UV +Face 793 +UV Count: 3 + UV + UV + UV +Face 794 +UV Count: 3 + UV + UV + UV +Face 795 +UV Count: 3 + UV + UV + UV +Face 796 +UV Count: 3 + UV + UV + UV +Face 797 +UV Count: 3 + UV + UV + UV +Face 798 +UV Count: 3 + UV + UV + UV +Face 799 +UV Count: 3 + UV + UV + UV +Face 800 +UV Count: 3 + UV + UV + UV +Face 801 +UV Count: 3 + UV + UV + UV +Face 802 +UV Count: 3 + UV + UV + UV +Face 803 +UV Count: 3 + UV + UV + UV +Face 804 +UV Count: 3 + UV + UV + UV +Face 805 +UV Count: 3 + UV + UV + UV +Face 806 +UV Count: 3 + UV + UV + UV +Face 807 +UV Count: 3 + UV + UV + UV +Face 808 +UV Count: 3 + UV + UV + UV +Face 809 +UV Count: 3 + UV + UV + UV +Face 810 +UV Count: 3 + UV + UV + UV +Face 811 +UV Count: 3 + UV + UV + UV +Face 812 +UV Count: 3 + UV + UV + UV +Face 813 +UV Count: 3 + UV + UV + UV +Face 814 +UV Count: 3 + UV + UV + UV +Face 815 +UV Count: 3 + UV + UV + UV +Face 816 +UV Count: 3 + UV + UV + UV +Face 817 +UV Count: 3 + UV + UV + UV +Face 818 +UV Count: 3 + UV + UV + UV +Face 819 +UV Count: 3 + UV + UV + UV +Face 820 +UV Count: 3 + UV + UV + UV +Face 821 +UV Count: 3 + UV + UV + UV +Face 822 +UV Count: 3 + UV + UV + UV +Face 823 +UV Count: 3 + UV + UV + UV +Face 824 +UV Count: 3 + UV + UV + UV +Face 825 +UV Count: 3 + UV + UV + UV +Face 826 +UV Count: 3 + UV + UV + UV +Face 827 +UV Count: 3 + UV + UV + UV +Face 828 +UV Count: 3 + UV + UV + UV +Face 829 +UV Count: 3 + UV + UV + UV +Face 830 +UV Count: 3 + UV + UV + UV +Face 831 +UV Count: 3 + UV + UV + UV +Face 832 +UV Count: 3 + UV + UV + UV +Face 833 +UV Count: 3 + UV + UV + UV +Face 834 +UV Count: 3 + UV + UV + UV +Face 835 +UV Count: 3 + UV + UV + UV +Face 836 +UV Count: 3 + UV + UV + UV +Face 837 +UV Count: 3 + UV + UV + UV +Face 838 +UV Count: 3 + UV + UV + UV +Face 839 +UV Count: 3 + UV + UV + UV +Face 840 +UV Count: 3 + UV + UV + UV +Face 841 +UV Count: 3 + UV + UV + UV +Face 842 +UV Count: 3 + UV + UV + UV +Face 843 +UV Count: 3 + UV + UV + UV +Face 844 +UV Count: 3 + UV + UV + UV +Face 845 +UV Count: 3 + UV + UV + UV +Face 846 +UV Count: 3 + UV + UV + UV +Face 847 +UV Count: 3 + UV + UV + UV +Face 848 +UV Count: 3 + UV + UV + UV +Face 849 +UV Count: 3 + UV + UV + UV +Face 850 +UV Count: 3 + UV + UV + UV +Face 851 +UV Count: 3 + UV + UV + UV +Face 852 +UV Count: 3 + UV + UV + UV +Face 853 +UV Count: 3 + UV + UV + UV +Face 854 +UV Count: 3 + UV + UV + UV +Face 855 +UV Count: 3 + UV + UV + UV +Face 856 +UV Count: 3 + UV + UV + UV +Face 857 +UV Count: 3 + UV + UV + UV +Face 858 +UV Count: 3 + UV + UV + UV +Face 859 +UV Count: 3 + UV + UV + UV +Face 860 +UV Count: 3 + UV + UV + UV +Face 861 +UV Count: 3 + UV + UV + UV +Face 862 +UV Count: 3 + UV + UV + UV +Face 863 +UV Count: 3 + UV + UV + UV +Face 864 +UV Count: 3 + UV + UV + UV +Face 865 +UV Count: 3 + UV + UV + UV +Face 866 +UV Count: 3 + UV + UV + UV +Face 867 +UV Count: 3 + UV + UV + UV +Face 868 +UV Count: 3 + UV + UV + UV +Face 869 +UV Count: 3 + UV + UV + UV +Face 870 +UV Count: 3 + UV + UV + UV +Face 871 +UV Count: 3 + UV + UV + UV +Face 872 +UV Count: 3 + UV + UV + UV +Face 873 +UV Count: 3 + UV + UV + UV +Face 874 +UV Count: 3 + UV + UV + UV +Face 875 +UV Count: 3 + UV + UV + UV +Face 876 +UV Count: 3 + UV + UV + UV +Face 877 +UV Count: 3 + UV + UV + UV +Face 878 +UV Count: 3 + UV + UV + UV +Face 879 +UV Count: 3 + UV + UV + UV +Face 880 +UV Count: 3 + UV + UV + UV +Face 881 +UV Count: 3 + UV + UV + UV +Face 882 +UV Count: 3 + UV + UV + UV +Face 883 +UV Count: 3 + UV + UV + UV +Face 884 +UV Count: 3 + UV + UV + UV +Face 885 +UV Count: 3 + UV + UV + UV +Face 886 +UV Count: 3 + UV + UV + UV +Face 887 +UV Count: 3 + UV + UV + UV +Face 888 +UV Count: 3 + UV + UV + UV +Face 889 +UV Count: 3 + UV + UV + UV +Face 890 +UV Count: 3 + UV + UV + UV +Face 891 +UV Count: 3 + UV + UV + UV +Face 892 +UV Count: 3 + UV + UV + UV +Face 893 +UV Count: 3 + UV + UV + UV +Face 894 +UV Count: 3 + UV + UV + UV +Face 895 +UV Count: 3 + UV + UV + UV +Face 896 +UV Count: 3 + UV + UV + UV +Face 897 +UV Count: 3 + UV + UV + UV +Face 898 +UV Count: 3 + UV + UV + UV +Face 899 +UV Count: 3 + UV + UV + UV +Face 900 +UV Count: 3 + UV + UV + UV +Face 901 +UV Count: 3 + UV + UV + UV +Face 902 +UV Count: 3 + UV + UV + UV +Face 903 +UV Count: 3 + UV + UV + UV +Face 904 +UV Count: 3 + UV + UV + UV +Face 905 +UV Count: 3 + UV + UV + UV +Face 906 +UV Count: 3 + UV + UV + UV +Face 907 +UV Count: 3 + UV + UV + UV +Face 908 +UV Count: 3 + UV + UV + UV +Face 909 +UV Count: 3 + UV + UV + UV +Face 910 +UV Count: 3 + UV + UV + UV +Face 911 +UV Count: 3 + UV + UV + UV +Face 912 +UV Count: 3 + UV + UV + UV +Face 913 +UV Count: 3 + UV + UV + UV +Face 914 +UV Count: 3 + UV + UV + UV +Face 915 +UV Count: 3 + UV + UV + UV +Face 916 +UV Count: 3 + UV + UV + UV +Face 917 +UV Count: 3 + UV + UV + UV +Face 918 +UV Count: 3 + UV + UV + UV +Face 919 +UV Count: 3 + UV + UV + UV +Face 920 +UV Count: 3 + UV + UV + UV +Face 921 +UV Count: 3 + UV + UV + UV +Face 922 +UV Count: 3 + UV + UV + UV +Face 923 +UV Count: 3 + UV + UV + UV +Face 924 +UV Count: 3 + UV + UV + UV +Face 925 +UV Count: 3 + UV + UV + UV +Face 926 +UV Count: 3 + UV + UV + UV +Face 927 +UV Count: 3 + UV + UV + UV +Face 928 +UV Count: 3 + UV + UV + UV +Face 929 +UV Count: 3 + UV + UV + UV +Face 930 +UV Count: 3 + UV + UV + UV +Face 931 +UV Count: 3 + UV + UV + UV +Face 932 +UV Count: 3 + UV + UV + UV +Face 933 +UV Count: 3 + UV + UV + UV +Face 934 +UV Count: 3 + UV + UV + UV +Face 935 +UV Count: 3 + UV + UV + UV +Face 936 +UV Count: 3 + UV + UV + UV +Face 937 +UV Count: 3 + UV + UV + UV +Face 938 +UV Count: 3 + UV + UV + UV +Face 939 +UV Count: 3 + UV + UV + UV +Face 940 +UV Count: 3 + UV + UV + UV +Face 941 +UV Count: 3 + UV + UV + UV +Face 942 +UV Count: 3 + UV + UV + UV +Face 943 +UV Count: 3 + UV + UV + UV +Face 944 +UV Count: 3 + UV + UV + UV +Face 945 +UV Count: 3 + UV + UV + UV +Face 946 +UV Count: 3 + UV + UV + UV +Face 947 +UV Count: 3 + UV + UV + UV +Face 948 +UV Count: 3 + UV + UV + UV +Face 949 +UV Count: 3 + UV + UV + UV +Face 950 +UV Count: 3 + UV + UV + UV +Face 951 +UV Count: 3 + UV + UV + UV +Face 952 +UV Count: 3 + UV + UV + UV +Face 953 +UV Count: 3 + UV + UV + UV +Face 954 +UV Count: 3 + UV + UV + UV +Face 955 +UV Count: 3 + UV + UV + UV +Face 956 +UV Count: 3 + UV + UV + UV +Face 957 +UV Count: 3 + UV + UV + UV +Face 958 +UV Count: 3 + UV + UV + UV +Face 959 +UV Count: 3 + UV + UV + UV +Face 960 +UV Count: 3 + UV + UV + UV +Face 961 +UV Count: 3 + UV + UV + UV +Face 962 +UV Count: 3 + UV + UV + UV +Face 963 +UV Count: 3 + UV + UV + UV +Face 964 +UV Count: 3 + UV + UV + UV +Face 965 +UV Count: 3 + UV + UV + UV +Face 966 +UV Count: 3 + UV + UV + UV +Face 967 +UV Count: 3 + UV + UV + UV +Face 968 +UV Count: 3 + UV + UV + UV +Face 969 +UV Count: 3 + UV + UV + UV +Face 970 +UV Count: 3 + UV + UV + UV +Face 971 +UV Count: 3 + UV + UV + UV +Face 972 +UV Count: 3 + UV + UV + UV +Face 973 +UV Count: 3 + UV + UV + UV +Face 974 +UV Count: 3 + UV + UV + UV +Face 975 +UV Count: 3 + UV + UV + UV +Face 976 +UV Count: 3 + UV + UV + UV +Face 977 +UV Count: 3 + UV + UV + UV +Face 978 +UV Count: 3 + UV + UV + UV +Face 979 +UV Count: 3 + UV + UV + UV +Face 980 +UV Count: 3 + UV + UV + UV +Face 981 +UV Count: 3 + UV + UV + UV +Face 982 +UV Count: 3 + UV + UV + UV +Face 983 +UV Count: 3 + UV + UV + UV +Face 984 +UV Count: 3 + UV + UV + UV +Face 985 +UV Count: 3 + UV + UV + UV +Face 986 +UV Count: 3 + UV + UV + UV +Face 987 +UV Count: 3 + UV + UV + UV +Face 988 +UV Count: 3 + UV + UV + UV +Face 989 +UV Count: 3 + UV + UV + UV +Face 990 +UV Count: 3 + UV + UV + UV +Face 991 +UV Count: 3 + UV + UV + UV +Face 992 +UV Count: 3 + UV + UV + UV +Face 993 +UV Count: 3 + UV + UV + UV +Face 994 +UV Count: 3 + UV + UV + UV +Face 995 +UV Count: 3 + UV + UV + UV +Face 996 +UV Count: 3 + UV + UV + UV +Face 997 +UV Count: 3 + UV + UV + UV +Face 998 +UV Count: 3 + UV + UV + UV +Face 999 +UV Count: 3 + UV + UV + UV +Face 1000 +UV Count: 3 + UV + UV + UV +Face 1001 +UV Count: 3 + UV + UV + UV +Face 1002 +UV Count: 3 + UV + UV + UV +Face 1003 +UV Count: 3 + UV + UV + UV +Face 1004 +UV Count: 3 + UV + UV + UV +Face 1005 +UV Count: 3 + UV + UV + UV +Face 1006 +UV Count: 3 + UV + UV + UV +Face 1007 +UV Count: 3 + UV + UV + UV +Face 1008 +UV Count: 3 + UV + UV + UV +Face 1009 +UV Count: 3 + UV + UV + UV +Face 1010 +UV Count: 3 + UV + UV + UV +Face 1011 +UV Count: 3 + UV + UV + UV +Face 1012 +UV Count: 3 + UV + UV + UV +Face 1013 +UV Count: 3 + UV + UV + UV +Face 1014 +UV Count: 3 + UV + UV + UV +Face 1015 +UV Count: 3 + UV + UV + UV +Face 1016 +UV Count: 3 + UV + UV + UV +Face 1017 +UV Count: 3 + UV + UV + UV +Face 1018 +UV Count: 3 + UV + UV + UV +Face 1019 +UV Count: 3 + UV + UV + UV +Face 1020 +UV Count: 3 + UV + UV + UV +Face 1021 +UV Count: 3 + UV + UV + UV +Face 1022 +UV Count: 3 + UV + UV + UV +Face 1023 +UV Count: 3 + UV + UV + UV +Face 1024 +UV Count: 3 + UV + UV + UV +Face 1025 +UV Count: 3 + UV + UV + UV +Face 1026 +UV Count: 3 + UV + UV + UV +Face 1027 +UV Count: 3 + UV + UV + UV +Face 1028 +UV Count: 3 + UV + UV + UV +Face 1029 +UV Count: 3 + UV + UV + UV +Face 1030 +UV Count: 3 + UV + UV + UV +Face 1031 +UV Count: 3 + UV + UV + UV +Face 1032 +UV Count: 3 + UV + UV + UV +Face 1033 +UV Count: 3 + UV + UV + UV +Face 1034 +UV Count: 3 + UV + UV + UV +Face 1035 +UV Count: 3 + UV + UV + UV +Face 1036 +UV Count: 3 + UV + UV + UV +Face 1037 +UV Count: 3 + UV + UV + UV +Face 1038 +UV Count: 3 + UV + UV + UV +Face 1039 +UV Count: 3 + UV + UV + UV +Face 1040 +UV Count: 3 + UV + UV + UV +Face 1041 +UV Count: 3 + UV + UV + UV +Face 1042 +UV Count: 3 + UV + UV + UV +Face 1043 +UV Count: 3 + UV + UV + UV +Face 1044 +UV Count: 3 + UV + UV + UV +Face 1045 +UV Count: 3 + UV + UV + UV +Face 1046 +UV Count: 3 + UV + UV + UV +Face 1047 +UV Count: 3 + UV + UV + UV +Face 1048 +UV Count: 3 + UV + UV + UV +Face 1049 +UV Count: 3 + UV + UV + UV +Face 1050 +UV Count: 3 + UV + UV + UV +Face 1051 +UV Count: 3 + UV + UV + UV +Face 1052 +UV Count: 3 + UV + UV + UV +Face 1053 +UV Count: 3 + UV + UV + UV +Face 1054 +UV Count: 3 + UV + UV + UV +Face 1055 +UV Count: 3 + UV + UV + UV +Face 1056 +UV Count: 3 + UV + UV + UV +Face 1057 +UV Count: 3 + UV + UV + UV +Face 1058 +UV Count: 3 + UV + UV + UV +Face 1059 +UV Count: 3 + UV + UV + UV +Face 1060 +UV Count: 3 + UV + UV + UV +Face 1061 +UV Count: 3 + UV + UV + UV +Face 1062 +UV Count: 3 + UV + UV + UV +Face 1063 +UV Count: 3 + UV + UV + UV +Face 1064 +UV Count: 3 + UV + UV + UV +Face 1065 +UV Count: 3 + UV + UV + UV +Face 1066 +UV Count: 3 + UV + UV + UV +Face 1067 +UV Count: 3 + UV + UV + UV +Face 1068 +UV Count: 3 + UV + UV + UV +Face 1069 +UV Count: 3 + UV + UV + UV +Face 1070 +UV Count: 3 + UV + UV + UV +Face 1071 +UV Count: 3 + UV + UV + UV +Face 1072 +UV Count: 3 + UV + UV + UV +Face 1073 +UV Count: 3 + UV + UV + UV +Face 1074 +UV Count: 3 + UV + UV + UV +Face 1075 +UV Count: 3 + UV + UV + UV +Face 1076 +UV Count: 3 + UV + UV + UV +Face 1077 +UV Count: 3 + UV + UV + UV +Face 1078 +UV Count: 3 + UV + UV + UV +Face 1079 +UV Count: 3 + UV + UV + UV +Face 1080 +UV Count: 3 + UV + UV + UV +Face 1081 +UV Count: 3 + UV + UV + UV +Face 1082 +UV Count: 3 + UV + UV + UV +Face 1083 +UV Count: 3 + UV + UV + UV +Face 1084 +UV Count: 3 + UV + UV + UV +Face 1085 +UV Count: 3 + UV + UV + UV +Face 1086 +UV Count: 3 + UV + UV + UV +Face 1087 +UV Count: 3 + UV + UV + UV +Face 1088 +UV Count: 3 + UV + UV + UV +Face 1089 +UV Count: 3 + UV + UV + UV +Face 1090 +UV Count: 3 + UV + UV + UV +Face 1091 +UV Count: 3 + UV + UV + UV +Face 1092 +UV Count: 3 + UV + UV + UV +Face 1093 +UV Count: 3 + UV + UV + UV +Face 1094 +UV Count: 3 + UV + UV + UV +Face 1095 +UV Count: 3 + UV + UV + UV +Face 1096 +UV Count: 3 + UV + UV + UV +Face 1097 +UV Count: 3 + UV + UV + UV +Face 1098 +UV Count: 3 + UV + UV + UV +Face 1099 +UV Count: 3 + UV + UV + UV +Face 1100 +UV Count: 3 + UV + UV + UV +Face 1101 +UV Count: 3 + UV + UV + UV +Face 1102 +UV Count: 3 + UV + UV + UV +Face 1103 +UV Count: 3 + UV + UV + UV +Face 1104 +UV Count: 3 + UV + UV + UV +Face 1105 +UV Count: 3 + UV + UV + UV +Face 1106 +UV Count: 3 + UV + UV + UV +Face 1107 +UV Count: 3 + UV + UV + UV +Face 1108 +UV Count: 3 + UV + UV + UV +Face 1109 +UV Count: 3 + UV + UV + UV +Face 1110 +UV Count: 3 + UV + UV + UV +Face 1111 +UV Count: 3 + UV + UV + UV +Face 1112 +UV Count: 3 + UV + UV + UV +Face 1113 +UV Count: 3 + UV + UV + UV +Face 1114 +UV Count: 3 + UV + UV + UV +Face 1115 +UV Count: 3 + UV + UV + UV +Face 1116 +UV Count: 3 + UV + UV + UV +Face 1117 +UV Count: 3 + UV + UV + UV +Face 1118 +UV Count: 3 + UV + UV + UV +Face 1119 +UV Count: 3 + UV + UV + UV +Face 1120 +UV Count: 3 + UV + UV + UV +Face 1121 +UV Count: 3 + UV + UV + UV +Face 1122 +UV Count: 3 + UV + UV + UV +Face 1123 +UV Count: 3 + UV + UV + UV +Face 1124 +UV Count: 3 + UV + UV + UV +Face 1125 +UV Count: 3 + UV + UV + UV +Face 1126 +UV Count: 3 + UV + UV + UV +Face 1127 +UV Count: 3 + UV + UV + UV +Face 1128 +UV Count: 3 + UV + UV + UV +Face 1129 +UV Count: 3 + UV + UV + UV +Face 1130 +UV Count: 3 + UV + UV + UV +Face 1131 +UV Count: 3 + UV + UV + UV +Face 1132 +UV Count: 3 + UV + UV + UV +Face 1133 +UV Count: 3 + UV + UV + UV +Face 1134 +UV Count: 3 + UV + UV + UV +Face 1135 +UV Count: 3 + UV + UV + UV +Face 1136 +UV Count: 3 + UV + UV + UV +Face 1137 +UV Count: 3 + UV + UV + UV +Face 1138 +UV Count: 3 + UV + UV + UV +Face 1139 +UV Count: 3 + UV + UV + UV +Face 1140 +UV Count: 3 + UV + UV + UV +Face 1141 +UV Count: 3 + UV + UV + UV +Face 1142 +UV Count: 3 + UV + UV + UV +Face 1143 +UV Count: 3 + UV + UV + UV +Face 1144 +UV Count: 3 + UV + UV + UV +Face 1145 +UV Count: 3 + UV + UV + UV +Face 1146 +UV Count: 3 + UV + UV + UV +Face 1147 +UV Count: 3 + UV + UV + UV +Face 1148 +UV Count: 3 + UV + UV + UV +Face 1149 +UV Count: 3 + UV + UV + UV +Face 1150 +UV Count: 3 + UV + UV + UV +Face 1151 +UV Count: 3 + UV + UV + UV +Face 1152 +UV Count: 3 + UV + UV + UV +Face 1153 +UV Count: 3 + UV + UV + UV +Face 1154 +UV Count: 3 + UV + UV + UV +Face 1155 +UV Count: 3 + UV + UV + UV +Face 1156 +UV Count: 3 + UV + UV + UV +Face 1157 +UV Count: 3 + UV + UV + UV +Face 1158 +UV Count: 3 + UV + UV + UV +Face 1159 +UV Count: 3 + UV + UV + UV +Face 1160 +UV Count: 3 + UV + UV + UV +Face 1161 +UV Count: 3 + UV + UV + UV +Face 1162 +UV Count: 3 + UV + UV + UV +Face 1163 +UV Count: 3 + UV + UV + UV +Face 1164 +UV Count: 3 + UV + UV + UV +Face 1165 +UV Count: 3 + UV + UV + UV +Face 1166 +UV Count: 3 + UV + UV + UV +Face 1167 +UV Count: 3 + UV + UV + UV +Face 1168 +UV Count: 3 + UV + UV + UV +Face 1169 +UV Count: 3 + UV + UV + UV +Face 1170 +UV Count: 3 + UV + UV + UV +Face 1171 +UV Count: 3 + UV + UV + UV +Face 1172 +UV Count: 3 + UV + UV + UV +Face 1173 +UV Count: 3 + UV + UV + UV +Face 1174 +UV Count: 3 + UV + UV + UV +Face 1175 +UV Count: 3 + UV + UV + UV +Face 1176 +UV Count: 3 + UV + UV + UV +Face 1177 +UV Count: 3 + UV + UV + UV +Face 1178 +UV Count: 3 + UV + UV + UV +Face 1179 +UV Count: 3 + UV + UV + UV +Face 1180 +UV Count: 3 + UV + UV + UV +Face 1181 +UV Count: 3 + UV + UV + UV +Face 1182 +UV Count: 3 + UV + UV + UV +Face 1183 +UV Count: 3 + UV + UV + UV +Face 1184 +UV Count: 3 + UV + UV + UV +Face 1185 +UV Count: 3 + UV + UV + UV +Face 1186 +UV Count: 3 + UV + UV + UV +Face 1187 +UV Count: 3 + UV + UV + UV +Face 1188 +UV Count: 3 + UV + UV + UV +Face 1189 +UV Count: 3 + UV + UV + UV +Face 1190 +UV Count: 3 + UV + UV + UV +Face 1191 +UV Count: 3 + UV + UV + UV +Face 1192 +UV Count: 3 + UV + UV + UV +Face 1193 +UV Count: 3 + UV + UV + UV +Face 1194 +UV Count: 3 + UV + UV + UV +Face 1195 +UV Count: 3 + UV + UV + UV +Face 1196 +UV Count: 3 + UV + UV + UV +Face 1197 +UV Count: 3 + UV + UV + UV +Face 1198 +UV Count: 3 + UV + UV + UV +Face 1199 +UV Count: 3 + UV + UV + UV +Face 1200 +UV Count: 3 + UV + UV + UV +Face 1201 +UV Count: 3 + UV + UV + UV +Face 1202 +UV Count: 3 + UV + UV + UV +Face 1203 +UV Count: 3 + UV + UV + UV +Face 1204 +UV Count: 3 + UV + UV + UV +Face 1205 +UV Count: 3 + UV + UV + UV +Face 1206 +UV Count: 3 + UV + UV + UV +Face 1207 +UV Count: 3 + UV + UV + UV +Face 1208 +UV Count: 3 + UV + UV + UV +Face 1209 +UV Count: 3 + UV + UV + UV +Face 1210 +UV Count: 3 + UV + UV + UV +Face 1211 +UV Count: 3 + UV + UV + UV +Face 1212 +UV Count: 3 + UV + UV + UV +Face 1213 +UV Count: 3 + UV + UV + UV +Face 1214 +UV Count: 3 + UV + UV + UV +Face 1215 +UV Count: 3 + UV + UV + UV +Face 1216 +UV Count: 3 + UV + UV + UV +Face 1217 +UV Count: 3 + UV + UV + UV +Face 1218 +UV Count: 3 + UV + UV + UV +Face 1219 +UV Count: 3 + UV + UV + UV +Face 1220 +UV Count: 3 + UV + UV + UV +Face 1221 +UV Count: 3 + UV + UV + UV +Face 1222 +UV Count: 3 + UV + UV + UV +Face 1223 +UV Count: 3 + UV + UV + UV +Face 1224 +UV Count: 3 + UV + UV + UV +Face 1225 +UV Count: 3 + UV + UV + UV +Face 1226 +UV Count: 3 + UV + UV + UV +Face 1227 +UV Count: 3 + UV + UV + UV +Face 1228 +UV Count: 3 + UV + UV + UV +Face 1229 +UV Count: 3 + UV + UV + UV +Face 1230 +UV Count: 3 + UV + UV + UV +Face 1231 +UV Count: 3 + UV + UV + UV +Face 1232 +UV Count: 3 + UV + UV + UV +Face 1233 +UV Count: 3 + UV + UV + UV +Face 1234 +UV Count: 3 + UV + UV + UV +Face 1235 +UV Count: 3 + UV + UV + UV +Face 1236 +UV Count: 3 + UV + UV + UV +Face 1237 +UV Count: 3 + UV + UV + UV +Face 1238 +UV Count: 3 + UV + UV + UV +Face 1239 +UV Count: 3 + UV + UV + UV +Face 1240 +UV Count: 3 + UV + UV + UV +Face 1241 +UV Count: 3 + UV + UV + UV +Face 1242 +UV Count: 3 + UV + UV + UV +Face 1243 +UV Count: 3 + UV + UV + UV +Face 1244 +UV Count: 3 + UV + UV + UV +Face 1245 +UV Count: 3 + UV + UV + UV +Face 1246 +UV Count: 3 + UV + UV + UV +Face 1247 +UV Count: 3 + UV + UV + UV +Face 1248 +UV Count: 3 + UV + UV + UV +Face 1249 +UV Count: 3 + UV + UV + UV +Face 1250 +UV Count: 3 + UV + UV + UV +Face 1251 +UV Count: 3 + UV + UV + UV +Face 1252 +UV Count: 3 + UV + UV + UV +Face 1253 +UV Count: 3 + UV + UV + UV +Face 1254 +UV Count: 3 + UV + UV + UV +Face 1255 +UV Count: 3 + UV + UV + UV +Face 1256 +UV Count: 3 + UV + UV + UV +Face 1257 +UV Count: 3 + UV + UV + UV +Face 1258 +UV Count: 3 + UV + UV + UV +Face 1259 +UV Count: 3 + UV + UV + UV +Face 1260 +UV Count: 3 + UV + UV + UV +Face 1261 +UV Count: 3 + UV + UV + UV +Face 1262 +UV Count: 3 + UV + UV + UV +Face 1263 +UV Count: 3 + UV + UV + UV +Face 1264 +UV Count: 3 + UV + UV + UV +Face 1265 +UV Count: 3 + UV + UV + UV +Face 1266 +UV Count: 3 + UV + UV + UV +Face 1267 +UV Count: 3 + UV + UV + UV +Face 1268 +UV Count: 3 + UV + UV + UV +Face 1269 +UV Count: 3 + UV + UV + UV +Face 1270 +UV Count: 3 + UV + UV + UV +Face 1271 +UV Count: 3 + UV + UV + UV +Face 1272 +UV Count: 3 + UV + UV + UV +Face 1273 +UV Count: 3 + UV + UV + UV +Face 1274 +UV Count: 3 + UV + UV + UV +Face 1275 +UV Count: 3 + UV + UV + UV +Face 1276 +UV Count: 3 + UV + UV + UV +Face 1277 +UV Count: 3 + UV + UV + UV +Face 1278 +UV Count: 3 + UV + UV + UV +Face 1279 +UV Count: 3 + UV + UV + UV +Face 1280 +UV Count: 3 + UV + UV + UV +Face 1281 +UV Count: 3 + UV + UV + UV +Face 1282 +UV Count: 3 + UV + UV + UV +Face 1283 +UV Count: 3 + UV + UV + UV +Face 1284 +UV Count: 3 + UV + UV + UV +Face 1285 +UV Count: 3 + UV + UV + UV +Face 1286 +UV Count: 3 + UV + UV + UV +Face 1287 +UV Count: 3 + UV + UV + UV +Face 1288 +UV Count: 3 + UV + UV + UV +Face 1289 +UV Count: 3 + UV + UV + UV +Face 1290 +UV Count: 3 + UV + UV + UV +Face 1291 +UV Count: 3 + UV + UV + UV +Face 1292 +UV Count: 3 + UV + UV + UV +Face 1293 +UV Count: 3 + UV + UV + UV +Face 1294 +UV Count: 3 + UV + UV + UV +Face 1295 +UV Count: 3 + UV + UV + UV +Face 1296 +UV Count: 3 + UV + UV + UV +Face 1297 +UV Count: 3 + UV + UV + UV +Face 1298 +UV Count: 3 + UV + UV + UV +Face 1299 +UV Count: 3 + UV + UV + UV +Face 1300 +UV Count: 3 + UV + UV + UV +Face 1301 +UV Count: 3 + UV + UV + UV +Face 1302 +UV Count: 3 + UV + UV + UV +Face 1303 +UV Count: 3 + UV + UV + UV +Face 1304 +UV Count: 3 + UV + UV + UV +Face 1305 +UV Count: 3 + UV + UV + UV +Face 1306 +UV Count: 3 + UV + UV + UV +Face 1307 +UV Count: 3 + UV + UV + UV +Face 1308 +UV Count: 3 + UV + UV + UV +Face 1309 +UV Count: 3 + UV + UV + UV +Face 1310 +UV Count: 3 + UV + UV + UV +Face 1311 +UV Count: 3 + UV + UV + UV +Face 1312 +UV Count: 3 + UV + UV + UV +Face 1313 +UV Count: 3 + UV + UV + UV +Face 1314 +UV Count: 3 + UV + UV + UV +Face 1315 +UV Count: 3 + UV + UV + UV +Face 1316 +UV Count: 3 + UV + UV + UV +Face 1317 +UV Count: 3 + UV + UV + UV +Face 1318 +UV Count: 3 + UV + UV + UV +Face 1319 +UV Count: 3 + UV + UV + UV +Face 1320 +UV Count: 3 + UV + UV + UV +Face 1321 +UV Count: 3 + UV + UV + UV +Face 1322 +UV Count: 3 + UV + UV + UV +Face 1323 +UV Count: 3 + UV + UV + UV +Face 1324 +UV Count: 3 + UV + UV + UV +Face 1325 +UV Count: 3 + UV + UV + UV +Face 1326 +UV Count: 3 + UV + UV + UV +Face 1327 +UV Count: 3 + UV + UV + UV +Face 1328 +UV Count: 3 + UV + UV + UV +Face 1329 +UV Count: 3 + UV + UV + UV +Face 1330 +UV Count: 3 + UV + UV + UV +Face 1331 +UV Count: 3 + UV + UV + UV +Face 1332 +UV Count: 3 + UV + UV + UV +Face 1333 +UV Count: 3 + UV + UV + UV +Face 1334 +UV Count: 3 + UV + UV + UV +Face 1335 +UV Count: 3 + UV + UV + UV +Face 1336 +UV Count: 3 + UV + UV + UV +Face 1337 +UV Count: 3 + UV + UV + UV +Face 1338 +UV Count: 3 + UV + UV + UV +Face 1339 +UV Count: 3 + UV + UV + UV +Face 1340 +UV Count: 3 + UV + UV + UV +Face 1341 +UV Count: 3 + UV + UV + UV +Face 1342 +UV Count: 3 + UV + UV + UV +Face 1343 +UV Count: 3 + UV + UV + UV +Face 1344 +UV Count: 3 + UV + UV + UV +Face 1345 +UV Count: 3 + UV + UV + UV +Face 1346 +UV Count: 3 + UV + UV + UV +Face 1347 +UV Count: 3 + UV + UV + UV +Face 1348 +UV Count: 3 + UV + UV + UV +Face 1349 +UV Count: 3 + UV + UV + UV +Face 1350 +UV Count: 3 + UV + UV + UV +Face 1351 +UV Count: 3 + UV + UV + UV +Face 1352 +UV Count: 3 + UV + UV + UV +Face 1353 +UV Count: 3 + UV + UV + UV +Face 1354 +UV Count: 3 + UV + UV + UV +Face 1355 +UV Count: 3 + UV + UV + UV +Face 1356 +UV Count: 3 + UV + UV + UV +Face 1357 +UV Count: 3 + UV + UV + UV +Face 1358 +UV Count: 3 + UV + UV + UV +Face 1359 +UV Count: 3 + UV + UV + UV +Face 1360 +UV Count: 3 + UV + UV + UV +Face 1361 +UV Count: 3 + UV + UV + UV +Face 1362 +UV Count: 3 + UV + UV + UV +Face 1363 +UV Count: 3 + UV + UV + UV +Face 1364 +UV Count: 3 + UV + UV + UV +Face 1365 +UV Count: 3 + UV + UV + UV +Face 1366 +UV Count: 3 + UV + UV + UV +Face 1367 +UV Count: 3 + UV + UV + UV +Face 1368 +UV Count: 3 + UV + UV + UV +Face 1369 +UV Count: 3 + UV + UV + UV +Face 1370 +UV Count: 3 + UV + UV + UV +Face 1371 +UV Count: 3 + UV + UV + UV +Face 1372 +UV Count: 3 + UV + UV + UV +Face 1373 +UV Count: 3 + UV + UV + UV +Face 1374 +UV Count: 3 + UV + UV + UV +Face 1375 +UV Count: 3 + UV + UV + UV +Face 1376 +UV Count: 3 + UV + UV + UV +Face 1377 +UV Count: 3 + UV + UV + UV +Face 1378 +UV Count: 3 + UV + UV + UV +Face 1379 +UV Count: 3 + UV + UV + UV +Face 1380 +UV Count: 3 + UV + UV + UV +Face 1381 +UV Count: 3 + UV + UV + UV +Face 1382 +UV Count: 3 + UV + UV + UV +Face 1383 +UV Count: 3 + UV + UV + UV +Face 1384 +UV Count: 3 + UV + UV + UV +Face 1385 +UV Count: 3 + UV + UV + UV +Face 1386 +UV Count: 3 + UV + UV + UV +Face 1387 +UV Count: 3 + UV + UV + UV +Face 1388 +UV Count: 3 + UV + UV + UV +Face 1389 +UV Count: 3 + UV + UV + UV +Face 1390 +UV Count: 3 + UV + UV + UV +Face 1391 +UV Count: 3 + UV + UV + UV +Face 1392 +UV Count: 3 + UV + UV + UV +Face 1393 +UV Count: 3 + UV + UV + UV +Face 1394 +UV Count: 3 + UV + UV + UV +Face 1395 +UV Count: 3 + UV + UV + UV +Face 1396 +UV Count: 3 + UV + UV + UV +Face 1397 +UV Count: 3 + UV + UV + UV +Face 1398 +UV Count: 3 + UV + UV + UV +Face 1399 +UV Count: 3 + UV + UV + UV +Face 1400 +UV Count: 3 + UV + UV + UV +Face 1401 +UV Count: 3 + UV + UV + UV +Face 1402 +UV Count: 3 + UV + UV + UV +Face 1403 +UV Count: 3 + UV + UV + UV +Face 1404 +UV Count: 3 + UV + UV + UV +Face 1405 +UV Count: 3 + UV + UV + UV +Face 1406 +UV Count: 3 + UV + UV + UV +Face 1407 +UV Count: 3 + UV + UV + UV +Face 1408 +UV Count: 3 + UV + UV + UV +Face 1409 +UV Count: 3 + UV + UV + UV +Face 1410 +UV Count: 3 + UV + UV + UV +Face 1411 +UV Count: 3 + UV + UV + UV +Face 1412 +UV Count: 3 + UV + UV + UV +Face 1413 +UV Count: 3 + UV + UV + UV +Face 1414 +UV Count: 3 + UV + UV + UV +Face 1415 +UV Count: 3 + UV + UV + UV +Face 1416 +UV Count: 3 + UV + UV + UV +Face 1417 +UV Count: 3 + UV + UV + UV +Face 1418 +UV Count: 3 + UV + UV + UV +Face 1419 +UV Count: 3 + UV + UV + UV +Face 1420 +UV Count: 3 + UV + UV + UV +Face 1421 +UV Count: 3 + UV + UV + UV +Face 1422 +UV Count: 3 + UV + UV + UV +Face 1423 +UV Count: 3 + UV + UV + UV +Face 1424 +UV Count: 3 + UV + UV + UV +Face 1425 +UV Count: 3 + UV + UV + UV +Face 1426 +UV Count: 3 + UV + UV + UV +Face 1427 +UV Count: 3 + UV + UV + UV +Face 1428 +UV Count: 3 + UV + UV + UV +Face 1429 +UV Count: 3 + UV + UV + UV +Face 1430 +UV Count: 3 + UV + UV + UV +Face 1431 +UV Count: 3 + UV + UV + UV +Face 1432 +UV Count: 3 + UV + UV + UV +Face 1433 +UV Count: 3 + UV + UV + UV +Face 1434 +UV Count: 3 + UV + UV + UV +Face 1435 +UV Count: 3 + UV + UV + UV +Face 1436 +UV Count: 3 + UV + UV + UV +Face 1437 +UV Count: 3 + UV + UV + UV +Face 1438 +UV Count: 3 + UV + UV + UV +Face 1439 +UV Count: 3 + UV + UV + UV +Face 1440 +UV Count: 3 + UV + UV + UV +Face 1441 +UV Count: 3 + UV + UV + UV +Face 1442 +UV Count: 3 + UV + UV + UV +Face 1443 +UV Count: 3 + UV + UV + UV +Face 1444 +UV Count: 3 + UV + UV + UV +Face 1445 +UV Count: 3 + UV + UV + UV +Face 1446 +UV Count: 3 + UV + UV + UV +Face 1447 +UV Count: 3 + UV + UV + UV +Face 1448 +UV Count: 3 + UV + UV + UV +Face 1449 +UV Count: 3 + UV + UV + UV +Face 1450 +UV Count: 3 + UV + UV + UV +Face 1451 +UV Count: 3 + UV + UV + UV +Face 1452 +UV Count: 3 + UV + UV + UV +Face 1453 +UV Count: 3 + UV + UV + UV +Face 1454 +UV Count: 3 + UV + UV + UV +Face 1455 +UV Count: 3 + UV + UV + UV +Face 1456 +UV Count: 3 + UV + UV + UV +Face 1457 +UV Count: 3 + UV + UV + UV +Face 1458 +UV Count: 3 + UV + UV + UV +Face 1459 +UV Count: 3 + UV + UV + UV +Face 1460 +UV Count: 3 + UV + UV + UV +Face 1461 +UV Count: 3 + UV + UV + UV +Face 1462 +UV Count: 3 + UV + UV + UV +Face 1463 +UV Count: 3 + UV + UV + UV +Face 1464 +UV Count: 3 + UV + UV + UV +Face 1465 +UV Count: 3 + UV + UV + UV +Face 1466 +UV Count: 3 + UV + UV + UV +Face 1467 +UV Count: 3 + UV + UV + UV +Face 1468 +UV Count: 3 + UV + UV + UV +Face 1469 +UV Count: 3 + UV + UV + UV +Face 1470 +UV Count: 3 + UV + UV + UV +Face 1471 +UV Count: 3 + UV + UV + UV +Face 1472 +UV Count: 3 + UV + UV + UV +Face 1473 +UV Count: 3 + UV + UV + UV +Face 1474 +UV Count: 3 + UV + UV + UV +Face 1475 +UV Count: 3 + UV + UV + UV +Face 1476 +UV Count: 3 + UV + UV + UV +Face 1477 +UV Count: 3 + UV + UV + UV +Face 1478 +UV Count: 3 + UV + UV + UV +Face 1479 +UV Count: 3 + UV + UV + UV +Face 1480 +UV Count: 3 + UV + UV + UV +Face 1481 +UV Count: 3 + UV + UV + UV +Face 1482 +UV Count: 3 + UV + UV + UV +Face 1483 +UV Count: 3 + UV + UV + UV +Face 1484 +UV Count: 3 + UV + UV + UV +Face 1485 +UV Count: 3 + UV + UV + UV +Face 1486 +UV Count: 3 + UV + UV + UV +Face 1487 +UV Count: 3 + UV + UV + UV +Face 1488 +UV Count: 3 + UV + UV + UV +Face 1489 +UV Count: 3 + UV + UV + UV +Face 1490 +UV Count: 3 + UV + UV + UV +Face 1491 +UV Count: 3 + UV + UV + UV +Face 1492 +UV Count: 3 + UV + UV + UV +Face 1493 +UV Count: 3 + UV + UV + UV +Face 1494 +UV Count: 3 + UV + UV + UV +Face 1495 +UV Count: 3 + UV + UV + UV +Face 1496 +UV Count: 3 + UV + UV + UV +Face 1497 +UV Count: 3 + UV + UV + UV +Face 1498 +UV Count: 3 + UV + UV + UV +Face 1499 +UV Count: 3 + UV + UV + UV +Face 1500 +UV Count: 3 + UV + UV + UV +Face 1501 +UV Count: 3 + UV + UV + UV +Face 1502 +UV Count: 3 + UV + UV + UV +Face 1503 +UV Count: 3 + UV + UV + UV +Face 1504 +UV Count: 3 + UV + UV + UV +Face 1505 +UV Count: 3 + UV + UV + UV +Face 1506 +UV Count: 3 + UV + UV + UV +Face 1507 +UV Count: 3 + UV + UV + UV +Face 1508 +UV Count: 3 + UV + UV + UV +Face 1509 +UV Count: 3 + UV + UV + UV +Face 1510 +UV Count: 3 + UV + UV + UV +Face 1511 +UV Count: 3 + UV + UV + UV +Face 1512 +UV Count: 3 + UV + UV + UV +Face 1513 +UV Count: 3 + UV + UV + UV +Face 1514 +UV Count: 3 + UV + UV + UV +Face 1515 +UV Count: 3 + UV + UV + UV +Face 1516 +UV Count: 3 + UV + UV + UV +Face 1517 +UV Count: 3 + UV + UV + UV +Face 1518 +UV Count: 3 + UV + UV + UV +Face 1519 +UV Count: 3 + UV + UV + UV +Face 1520 +UV Count: 3 + UV + UV + UV +Face 1521 +UV Count: 3 + UV + UV + UV +Face 1522 +UV Count: 3 + UV + UV + UV +Face 1523 +UV Count: 3 + UV + UV + UV +Face 1524 +UV Count: 3 + UV + UV + UV +Face 1525 +UV Count: 3 + UV + UV + UV +Face 1526 +UV Count: 3 + UV + UV + UV +Face 1527 +UV Count: 3 + UV + UV + UV +Face 1528 +UV Count: 3 + UV + UV + UV +Face 1529 +UV Count: 3 + UV + UV + UV +Face 1530 +UV Count: 3 + UV + UV + UV +Face 1531 +UV Count: 3 + UV + UV + UV +Face 1532 +UV Count: 3 + UV + UV + UV +Face 1533 +UV Count: 3 + UV + UV + UV +Face 1534 +UV Count: 3 + UV + UV + UV +Face 1535 +UV Count: 3 + UV + UV + UV +Face 1536 +UV Count: 3 + UV + UV + UV +Face 1537 +UV Count: 3 + UV + UV + UV +Face 1538 +UV Count: 3 + UV + UV + UV +Face 1539 +UV Count: 3 + UV + UV + UV +Face 1540 +UV Count: 3 + UV + UV + UV +Face 1541 +UV Count: 3 + UV + UV + UV +Face 1542 +UV Count: 3 + UV + UV + UV +Face 1543 +UV Count: 3 + UV + UV + UV +Face 1544 +UV Count: 3 + UV + UV + UV +Face 1545 +UV Count: 3 + UV + UV + UV +Face 1546 +UV Count: 3 + UV + UV + UV +Face 1547 +UV Count: 3 + UV + UV + UV +Face 1548 +UV Count: 3 + UV + UV + UV +Face 1549 +UV Count: 3 + UV + UV + UV +Face 1550 +UV Count: 3 + UV + UV + UV +Face 1551 +UV Count: 3 + UV + UV + UV +Face 1552 +UV Count: 3 + UV + UV + UV +Face 1553 +UV Count: 3 + UV + UV + UV +Face 1554 +UV Count: 3 + UV + UV + UV +Face 1555 +UV Count: 3 + UV + UV + UV +Face 1556 +UV Count: 3 + UV + UV + UV +Face 1557 +UV Count: 3 + UV + UV + UV +Face 1558 +UV Count: 3 + UV + UV + UV +Face 1559 +UV Count: 3 + UV + UV + UV +Face 1560 +UV Count: 3 + UV + UV + UV +Face 1561 +UV Count: 3 + UV + UV + UV +Face 1562 +UV Count: 3 + UV + UV + UV +Face 1563 +UV Count: 3 + UV + UV + UV +Face 1564 +UV Count: 3 + UV + UV + UV +Face 1565 +UV Count: 3 + UV + UV + UV +Face 1566 +UV Count: 3 + UV + UV + UV +Face 1567 +UV Count: 3 + UV + UV + UV +Face 1568 +UV Count: 3 + UV + UV + UV +Face 1569 +UV Count: 3 + UV + UV + UV +Face 1570 +UV Count: 3 + UV + UV + UV +Face 1571 +UV Count: 3 + UV + UV + UV +Face 1572 +UV Count: 3 + UV + UV + UV +Face 1573 +UV Count: 3 + UV + UV + UV +Face 1574 +UV Count: 3 + UV + UV + UV +Face 1575 +UV Count: 3 + UV + UV + UV +Face 1576 +UV Count: 3 + UV + UV + UV +Face 1577 +UV Count: 3 + UV + UV + UV +Face 1578 +UV Count: 3 + UV + UV + UV +Face 1579 +UV Count: 3 + UV + UV + UV +Face 1580 +UV Count: 3 + UV + UV + UV +Face 1581 +UV Count: 3 + UV + UV + UV +Face 1582 +UV Count: 3 + UV + UV + UV +Face 1583 +UV Count: 3 + UV + UV + UV +Face 1584 +UV Count: 3 + UV + UV + UV +Face 1585 +UV Count: 3 + UV + UV + UV +Face 1586 +UV Count: 3 + UV + UV + UV +Face 1587 +UV Count: 3 + UV + UV + UV +Face 1588 +UV Count: 3 + UV + UV + UV +Face 1589 +UV Count: 3 + UV + UV + UV +Face 1590 +UV Count: 3 + UV + UV + UV +Face 1591 +UV Count: 3 + UV + UV + UV +Face 1592 +UV Count: 3 + UV + UV + UV +Face 1593 +UV Count: 3 + UV + UV + UV +Face 1594 +UV Count: 3 + UV + UV + UV +Face 1595 +UV Count: 3 + UV + UV + UV +Face 1596 +UV Count: 3 + UV + UV + UV +Face 1597 +UV Count: 3 + UV + UV + UV +Face 1598 +UV Count: 3 + UV + UV + UV +Face 1599 +UV Count: 3 + UV + UV + UV +Face 1600 +UV Count: 3 + UV + UV + UV +Face 1601 +UV Count: 3 + UV + UV + UV +Face 1602 +UV Count: 3 + UV + UV + UV +Face 1603 +UV Count: 3 + UV + UV + UV +Face 1604 +UV Count: 3 + UV + UV + UV +Face 1605 +UV Count: 3 + UV + UV + UV +Face 1606 +UV Count: 3 + UV + UV + UV +Face 1607 +UV Count: 3 + UV + UV + UV +Face 1608 +UV Count: 3 + UV + UV + UV +Face 1609 +UV Count: 3 + UV + UV + UV +Face 1610 +UV Count: 3 + UV + UV + UV +Face 1611 +UV Count: 3 + UV + UV + UV +Face 1612 +UV Count: 3 + UV + UV + UV +Face 1613 +UV Count: 3 + UV + UV + UV +Face 1614 +UV Count: 3 + UV + UV + UV +Face 1615 +UV Count: 3 + UV + UV + UV +Face 1616 +UV Count: 3 + UV + UV + UV +Face 1617 +UV Count: 3 + UV + UV + UV +Face 1618 +UV Count: 3 + UV + UV + UV +Face 1619 +UV Count: 3 + UV + UV + UV +Face 1620 +UV Count: 3 + UV + UV + UV +Face 1621 +UV Count: 3 + UV + UV + UV +Face 1622 +UV Count: 3 + UV + UV + UV +Face 1623 +UV Count: 3 + UV + UV + UV +Face 1624 +UV Count: 3 + UV + UV + UV +Face 1625 +UV Count: 3 + UV + UV + UV +Face 1626 +UV Count: 3 + UV + UV + UV +Face 1627 +UV Count: 3 + UV + UV + UV +Face 1628 +UV Count: 3 + UV + UV + UV +Face 1629 +UV Count: 3 + UV + UV + UV +Face 1630 +UV Count: 3 + UV + UV + UV +Face 1631 +UV Count: 3 + UV + UV + UV +Face 1632 +UV Count: 3 + UV + UV + UV +Face 1633 +UV Count: 3 + UV + UV + UV +Face 1634 +UV Count: 3 + UV + UV + UV +Face 1635 +UV Count: 3 + UV + UV + UV +Face 1636 +UV Count: 3 + UV + UV + UV +Face 1637 +UV Count: 3 + UV + UV + UV +Face 1638 +UV Count: 3 + UV + UV + UV +Face 1639 +UV Count: 3 + UV + UV + UV +Face 1640 +UV Count: 3 + UV + UV + UV +Face 1641 +UV Count: 3 + UV + UV + UV +Face 1642 +UV Count: 3 + UV + UV + UV +Face 1643 +UV Count: 3 + UV + UV + UV +Face 1644 +UV Count: 3 + UV + UV + UV +Face 1645 +UV Count: 3 + UV + UV + UV +Face 1646 +UV Count: 3 + UV + UV + UV +Face 1647 +UV Count: 3 + UV + UV + UV +Face 1648 +UV Count: 3 + UV + UV + UV +Face 1649 +UV Count: 3 + UV + UV + UV +Face 1650 +UV Count: 3 + UV + UV + UV +Face 1651 +UV Count: 3 + UV + UV + UV +Face 1652 +UV Count: 3 + UV + UV + UV +Face 1653 +UV Count: 3 + UV + UV + UV +Face 1654 +UV Count: 3 + UV + UV + UV +Face 1655 +UV Count: 3 + UV + UV + UV +Face 1656 +UV Count: 3 + UV + UV + UV +Face 1657 +UV Count: 3 + UV + UV + UV +Face 1658 +UV Count: 3 + UV + UV + UV +Face 1659 +UV Count: 3 + UV + UV + UV +Face 1660 +UV Count: 3 + UV + UV + UV +Face 1661 +UV Count: 3 + UV + UV + UV +Face 1662 +UV Count: 3 + UV + UV + UV +Face 1663 +UV Count: 3 + UV + UV + UV +Face 1664 +UV Count: 3 + UV + UV + UV +Face 1665 +UV Count: 3 + UV + UV + UV +Face 1666 +UV Count: 3 + UV + UV + UV +Face 1667 +UV Count: 3 + UV + UV + UV +Face 1668 +UV Count: 3 + UV + UV + UV +Face 1669 +UV Count: 3 + UV + UV + UV +Face 1670 +UV Count: 3 + UV + UV + UV +Face 1671 +UV Count: 3 + UV + UV + UV +Face 1672 +UV Count: 3 + UV + UV + UV +Face 1673 +UV Count: 3 + UV + UV + UV +Face 1674 +UV Count: 3 + UV + UV + UV +Face 1675 +UV Count: 3 + UV + UV + UV +Face 1676 +UV Count: 3 + UV + UV + UV +Face 1677 +UV Count: 3 + UV + UV + UV +Face 1678 +UV Count: 3 + UV + UV + UV +Face 1679 +UV Count: 3 + UV + UV + UV +Face 1680 +UV Count: 3 + UV + UV + UV +Face 1681 +UV Count: 3 + UV + UV + UV +Face 1682 +UV Count: 3 + UV + UV + UV +Face 1683 +UV Count: 3 + UV + UV + UV +Face 1684 +UV Count: 3 + UV + UV + UV +Face 1685 +UV Count: 3 + UV + UV + UV +Face 1686 +UV Count: 3 + UV + UV + UV +Face 1687 +UV Count: 3 + UV + UV + UV +Face 1688 +UV Count: 3 + UV + UV + UV +Face 1689 +UV Count: 3 + UV + UV + UV +Face 1690 +UV Count: 3 + UV + UV + UV +Face 1691 +UV Count: 3 + UV + UV + UV +Face 1692 +UV Count: 3 + UV + UV + UV +Face 1693 +UV Count: 3 + UV + UV + UV +Face 1694 +UV Count: 3 + UV + UV + UV +Face 1695 +UV Count: 3 + UV + UV + UV +Face 1696 +UV Count: 3 + UV + UV + UV +Face 1697 +UV Count: 3 + UV + UV + UV +Face 1698 +UV Count: 3 + UV + UV + UV +Face 1699 +UV Count: 3 + UV + UV + UV +Face 1700 +UV Count: 3 + UV + UV + UV +Face 1701 +UV Count: 3 + UV + UV + UV +Face 1702 +UV Count: 3 + UV + UV + UV +Face 1703 +UV Count: 3 + UV + UV + UV +Face 1704 +UV Count: 3 + UV + UV + UV +Face 1705 +UV Count: 3 + UV + UV + UV +Face 1706 +UV Count: 3 + UV + UV + UV +Face 1707 +UV Count: 3 + UV + UV + UV +Face 1708 +UV Count: 3 + UV + UV + UV +Face 1709 +UV Count: 3 + UV + UV + UV +Face 1710 +UV Count: 3 + UV + UV + UV +Face 1711 +UV Count: 3 + UV + UV + UV +Face 1712 +UV Count: 3 + UV + UV + UV +Face 1713 +UV Count: 3 + UV + UV + UV +Face 1714 +UV Count: 3 + UV + UV + UV +Face 1715 +UV Count: 3 + UV + UV + UV +Face 1716 +UV Count: 3 + UV + UV + UV +Face 1717 +UV Count: 3 + UV + UV + UV +Face 1718 +UV Count: 3 + UV + UV + UV +Face 1719 +UV Count: 3 + UV + UV + UV +Face 1720 +UV Count: 3 + UV + UV + UV +Face 1721 +UV Count: 3 + UV + UV + UV +Face 1722 +UV Count: 3 + UV + UV + UV +Face 1723 +UV Count: 3 + UV + UV + UV +Face 1724 +UV Count: 3 + UV + UV + UV +Face 1725 +UV Count: 3 + UV + UV + UV +Face 1726 +UV Count: 3 + UV + UV + UV +Face 1727 +UV Count: 3 + UV + UV + UV +Face 1728 +UV Count: 3 + UV + UV + UV +Face 1729 +UV Count: 3 + UV + UV + UV +Face 1730 +UV Count: 3 + UV + UV + UV +Face 1731 +UV Count: 3 + UV + UV + UV +Face 1732 +UV Count: 3 + UV + UV + UV +Face 1733 +UV Count: 3 + UV + UV + UV +Face 1734 +UV Count: 3 + UV + UV + UV +Face 1735 +UV Count: 3 + UV + UV + UV +Face 1736 +UV Count: 3 + UV + UV + UV +Face 1737 +UV Count: 3 + UV + UV + UV +Face 1738 +UV Count: 3 + UV + UV + UV +Face 1739 +UV Count: 3 + UV + UV + UV +Face 1740 +UV Count: 3 + UV + UV + UV +Face 1741 +UV Count: 3 + UV + UV + UV +Face 1742 +UV Count: 3 + UV + UV + UV +Face 1743 +UV Count: 3 + UV + UV + UV +Face 1744 +UV Count: 3 + UV + UV + UV +Face 1745 +UV Count: 3 + UV + UV + UV +Face 1746 +UV Count: 3 + UV + UV + UV +Face 1747 +UV Count: 3 + UV + UV + UV +Face 1748 +UV Count: 3 + UV + UV + UV +Face 1749 +UV Count: 3 + UV + UV + UV +Face 1750 +UV Count: 3 + UV + UV + UV +Face 1751 +UV Count: 3 + UV + UV + UV +Face 1752 +UV Count: 3 + UV + UV + UV +Face 1753 +UV Count: 3 + UV + UV + UV +Face 1754 +UV Count: 3 + UV + UV + UV +Face 1755 +UV Count: 3 + UV + UV + UV +Face 1756 +UV Count: 3 + UV + UV + UV +Face 1757 +UV Count: 3 + UV + UV + UV +Face 1758 +UV Count: 3 + UV + UV + UV +Face 1759 +UV Count: 3 + UV + UV + UV +Face 1760 +UV Count: 3 + UV + UV + UV +Face 1761 +UV Count: 3 + UV + UV + UV +Face 1762 +UV Count: 3 + UV + UV + UV +Face 1763 +UV Count: 3 + UV + UV + UV +Face 1764 +UV Count: 3 + UV + UV + UV +Face 1765 +UV Count: 3 + UV + UV + UV +Face 1766 +UV Count: 3 + UV + UV + UV +Face 1767 +UV Count: 3 + UV + UV + UV +Face 1768 +UV Count: 3 + UV + UV + UV +Face 1769 +UV Count: 3 + UV + UV + UV +Face 1770 +UV Count: 3 + UV + UV + UV +Face 1771 +UV Count: 3 + UV + UV + UV +Face 1772 +UV Count: 3 + UV + UV + UV +Face 1773 +UV Count: 3 + UV + UV + UV +Face 1774 +UV Count: 3 + UV + UV + UV +Face 1775 +UV Count: 3 + UV + UV + UV +Face 1776 +UV Count: 3 + UV + UV + UV +Face 1777 +UV Count: 3 + UV + UV + UV +Face 1778 +UV Count: 3 + UV + UV + UV +Face 1779 +UV Count: 3 + UV + UV + UV +Face 1780 +UV Count: 3 + UV + UV + UV +Face 1781 +UV Count: 3 + UV + UV + UV +Face 1782 +UV Count: 3 + UV + UV + UV +Face 1783 +UV Count: 3 + UV + UV + UV +Face 1784 +UV Count: 3 + UV + UV + UV +Face 1785 +UV Count: 3 + UV + UV + UV +Face 1786 +UV Count: 3 + UV + UV + UV +Face 1787 +UV Count: 3 + UV + UV + UV +Face 1788 +UV Count: 3 + UV + UV + UV +Face 1789 +UV Count: 3 + UV + UV + UV +Face 1790 +UV Count: 3 + UV + UV + UV +Face 1791 +UV Count: 3 + UV + UV + UV +Face 1792 +UV Count: 3 + UV + UV + UV +Face 1793 +UV Count: 3 + UV + UV + UV +Face 1794 +UV Count: 3 + UV + UV + UV +Face 1795 +UV Count: 3 + UV + UV + UV +Face 1796 +UV Count: 3 + UV + UV + UV +Face 1797 +UV Count: 3 + UV + UV + UV +Face 1798 +UV Count: 3 + UV + UV + UV +Face 1799 +UV Count: 3 + UV + UV + UV +Face 1800 +UV Count: 3 + UV + UV + UV +Face 1801 +UV Count: 3 + UV + UV + UV +Face 1802 +UV Count: 3 + UV + UV + UV +Face 1803 +UV Count: 3 + UV + UV + UV +Face 1804 +UV Count: 3 + UV + UV + UV +Face 1805 +UV Count: 3 + UV + UV + UV +Face 1806 +UV Count: 3 + UV + UV + UV +Face 1807 +UV Count: 3 + UV + UV + UV +Face 1808 +UV Count: 3 + UV + UV + UV +Face 1809 +UV Count: 3 + UV + UV + UV +Face 1810 +UV Count: 3 + UV + UV + UV +Face 1811 +UV Count: 3 + UV + UV + UV +Face 1812 +UV Count: 3 + UV + UV + UV +Face 1813 +UV Count: 3 + UV + UV + UV +Face 1814 +UV Count: 3 + UV + UV + UV +Face 1815 +UV Count: 3 + UV + UV + UV +Face 1816 +UV Count: 3 + UV + UV + UV +Face 1817 +UV Count: 3 + UV + UV + UV +Face 1818 +UV Count: 3 + UV + UV + UV +Face 1819 +UV Count: 3 + UV + UV + UV +Face 1820 +UV Count: 3 + UV + UV + UV +Face 1821 +UV Count: 3 + UV + UV + UV +Face 1822 +UV Count: 3 + UV + UV + UV +Face 1823 +UV Count: 3 + UV + UV + UV +Face 1824 +UV Count: 3 + UV + UV + UV +Face 1825 +UV Count: 3 + UV + UV + UV +Face 1826 +UV Count: 3 + UV + UV + UV +Face 1827 +UV Count: 3 + UV + UV + UV +Face 1828 +UV Count: 3 + UV + UV + UV +Face 1829 +UV Count: 3 + UV + UV + UV +Face 1830 +UV Count: 3 + UV + UV + UV +Face 1831 +UV Count: 3 + UV + UV + UV +Face 1832 +UV Count: 3 + UV + UV + UV +Face 1833 +UV Count: 3 + UV + UV + UV +Face 1834 +UV Count: 3 + UV + UV + UV +Face 1835 +UV Count: 3 + UV + UV + UV +Face 1836 +UV Count: 3 + UV + UV + UV +Face 1837 +UV Count: 3 + UV + UV + UV +Face 1838 +UV Count: 3 + UV + UV + UV +Face 1839 +UV Count: 3 + UV + UV + UV +Face 1840 +UV Count: 3 + UV + UV + UV +Face 1841 +UV Count: 3 + UV + UV + UV +Face 1842 +UV Count: 3 + UV + UV + UV +Face 1843 +UV Count: 3 + UV + UV + UV +Face 1844 +UV Count: 3 + UV + UV + UV +Face 1845 +UV Count: 3 + UV + UV + UV +Face 1846 +UV Count: 3 + UV + UV + UV +Face 1847 +UV Count: 3 + UV + UV + UV +Face 1848 +UV Count: 3 + UV + UV + UV +Face 1849 +UV Count: 3 + UV + UV + UV +Face 1850 +UV Count: 3 + UV + UV + UV +Face 1851 +UV Count: 3 + UV + UV + UV +Face 1852 +UV Count: 3 + UV + UV + UV +Face 1853 +UV Count: 3 + UV + UV + UV +Face 1854 +UV Count: 3 + UV + UV + UV +Face 1855 +UV Count: 3 + UV + UV + UV +Face 1856 +UV Count: 3 + UV + UV + UV +Face 1857 +UV Count: 3 + UV + UV + UV +Face 1858 +UV Count: 3 + UV + UV + UV +Face 1859 +UV Count: 3 + UV + UV + UV +Face 1860 +UV Count: 3 + UV + UV + UV +Face 1861 +UV Count: 3 + UV + UV + UV +Face 1862 +UV Count: 3 + UV + UV + UV +Face 1863 +UV Count: 3 + UV + UV + UV +Face 1864 +UV Count: 3 + UV + UV + UV +Face 1865 +UV Count: 3 + UV + UV + UV +Face 1866 +UV Count: 3 + UV + UV + UV +Face 1867 +UV Count: 3 + UV + UV + UV +Face 1868 +UV Count: 3 + UV + UV + UV +Face 1869 +UV Count: 3 + UV + UV + UV +Face 1870 +UV Count: 3 + UV + UV + UV +Face 1871 +UV Count: 3 + UV + UV + UV +Face 1872 +UV Count: 3 + UV + UV + UV +Face 1873 +UV Count: 3 + UV + UV + UV +Face 1874 +UV Count: 3 + UV + UV + UV +Face 1875 +UV Count: 3 + UV + UV + UV +Face 1876 +UV Count: 3 + UV + UV + UV +Face 1877 +UV Count: 3 + UV + UV + UV +Face 1878 +UV Count: 3 + UV + UV + UV +Face 1879 +UV Count: 3 + UV + UV + UV +Face 1880 +UV Count: 3 + UV + UV + UV +Face 1881 +UV Count: 3 + UV + UV + UV +Face 1882 +UV Count: 3 + UV + UV + UV +Face 1883 +UV Count: 3 + UV + UV + UV +Face 1884 +UV Count: 3 + UV + UV + UV +Face 1885 +UV Count: 3 + UV + UV + UV +Face 1886 +UV Count: 3 + UV + UV + UV +Face 1887 +UV Count: 3 + UV + UV + UV +Face 1888 +UV Count: 3 + UV + UV + UV +Face 1889 +UV Count: 3 + UV + UV + UV +Face 1890 +UV Count: 3 + UV + UV + UV +Face 1891 +UV Count: 3 + UV + UV + UV +Face 1892 +UV Count: 3 + UV + UV + UV +Face 1893 +UV Count: 3 + UV + UV + UV +Face 1894 +UV Count: 3 + UV + UV + UV +Face 1895 +UV Count: 3 + UV + UV + UV +Face 1896 +UV Count: 3 + UV + UV + UV +Face 1897 +UV Count: 3 + UV + UV + UV +Face 1898 +UV Count: 3 + UV + UV + UV +Face 1899 +UV Count: 3 + UV + UV + UV +Face 1900 +UV Count: 3 + UV + UV + UV +Face 1901 +UV Count: 3 + UV + UV + UV +Face 1902 +UV Count: 3 + UV + UV + UV +Face 1903 +UV Count: 3 + UV + UV + UV +Face 1904 +UV Count: 3 + UV + UV + UV +Face 1905 +UV Count: 3 + UV + UV + UV +Face 1906 +UV Count: 3 + UV + UV + UV +Face 1907 +UV Count: 3 + UV + UV + UV +Face 1908 +UV Count: 3 + UV + UV + UV +Face 1909 +UV Count: 3 + UV + UV + UV +Face 1910 +UV Count: 3 + UV + UV + UV +Face 1911 +UV Count: 3 + UV + UV + UV +Face 1912 +UV Count: 3 + UV + UV + UV +Face 1913 +UV Count: 3 + UV + UV + UV +Face 1914 +UV Count: 3 + UV + UV + UV +Face 1915 +UV Count: 3 + UV + UV + UV +Face 1916 +UV Count: 3 + UV + UV + UV +Face 1917 +UV Count: 3 + UV + UV + UV +Face 1918 +UV Count: 3 + UV + UV + UV +Face 1919 +UV Count: 3 + UV + UV + UV +Face 1920 +UV Count: 3 + UV + UV + UV +Face 1921 +UV Count: 3 + UV + UV + UV +Face 1922 +UV Count: 3 + UV + UV + UV +Face 1923 +UV Count: 3 + UV + UV + UV +Face 1924 +UV Count: 3 + UV + UV + UV +Face 1925 +UV Count: 3 + UV + UV + UV +Face 1926 +UV Count: 3 + UV + UV + UV +Face 1927 +UV Count: 3 + UV + UV + UV +Face 1928 +UV Count: 3 + UV + UV + UV +Face 1929 +UV Count: 3 + UV + UV + UV +Face 1930 +UV Count: 3 + UV + UV + UV +Face 1931 +UV Count: 3 + UV + UV + UV +Face 1932 +UV Count: 3 + UV + UV + UV +Face 1933 +UV Count: 3 + UV + UV + UV +Face 1934 +UV Count: 3 + UV + UV + UV +Face 1935 +UV Count: 3 + UV + UV + UV +Face 1936 +UV Count: 3 + UV + UV + UV +Face 1937 +UV Count: 3 + UV + UV + UV +Face 1938 +UV Count: 3 + UV + UV + UV +Face 1939 +UV Count: 3 + UV + UV + UV +Face 1940 +UV Count: 3 + UV + UV + UV +Face 1941 +UV Count: 3 + UV + UV + UV +Face 1942 +UV Count: 3 + UV + UV + UV +Face 1943 +UV Count: 3 + UV + UV + UV +Face 1944 +UV Count: 3 + UV + UV + UV +Face 1945 +UV Count: 3 + UV + UV + UV +Face 1946 +UV Count: 3 + UV + UV + UV +Face 1947 +UV Count: 3 + UV + UV + UV +Face 1948 +UV Count: 3 + UV + UV + UV +Face 1949 +UV Count: 3 + UV + UV + UV +Face 1950 +UV Count: 3 + UV + UV + UV +Face 1951 +UV Count: 3 + UV + UV + UV +Face 1952 +UV Count: 3 + UV + UV + UV +Face 1953 +UV Count: 3 + UV + UV + UV +Face 1954 +UV Count: 3 + UV + UV + UV +Face 1955 +UV Count: 3 + UV + UV + UV +Face 1956 +UV Count: 3 + UV + UV + UV +Face 1957 +UV Count: 3 + UV + UV + UV +Face 1958 +UV Count: 3 + UV + UV + UV +Face 1959 +UV Count: 3 + UV + UV + UV +Face 1960 +UV Count: 3 + UV + UV + UV +Face 1961 +UV Count: 3 + UV + UV + UV +Face 1962 +UV Count: 3 + UV + UV + UV +Face 1963 +UV Count: 3 + UV + UV + UV +Face 1964 +UV Count: 3 + UV + UV + UV +Face 1965 +UV Count: 3 + UV + UV + UV +Face 1966 +UV Count: 3 + UV + UV + UV +Face 1967 +UV Count: 3 + UV + UV + UV +Face 1968 +UV Count: 3 + UV + UV + UV +Face 1969 +UV Count: 3 + UV + UV + UV +Face 1970 +UV Count: 3 + UV + UV + UV +Face 1971 +UV Count: 3 + UV + UV + UV +Face 1972 +UV Count: 3 + UV + UV + UV +Face 1973 +UV Count: 3 + UV + UV + UV +Face 1974 +UV Count: 3 + UV + UV + UV +Face 1975 +UV Count: 3 + UV + UV + UV +Face 1976 +UV Count: 3 + UV + UV + UV +Face 1977 +UV Count: 3 + UV + UV + UV +Face 1978 +UV Count: 3 + UV + UV + UV +Face 1979 +UV Count: 3 + UV + UV + UV +Face 1980 +UV Count: 3 + UV + UV + UV +Face 1981 +UV Count: 3 + UV + UV + UV +Face 1982 +UV Count: 3 + UV + UV + UV +Face 1983 +UV Count: 3 + UV + UV + UV +Face 1984 +UV Count: 3 + UV + UV + UV +Face 1985 +UV Count: 3 + UV + UV + UV +Face 1986 +UV Count: 3 + UV + UV + UV +Face 1987 +UV Count: 3 + UV + UV + UV +Face 1988 +UV Count: 3 + UV + UV + UV +Face 1989 +UV Count: 3 + UV + UV + UV +Face 1990 +UV Count: 3 + UV + UV + UV +Face 1991 +UV Count: 3 + UV + UV + UV +Face 1992 +UV Count: 3 + UV + UV + UV +Face 1993 +UV Count: 3 + UV + UV + UV +Face 1994 +UV Count: 3 + UV + UV + UV +Face 1995 +UV Count: 3 + UV + UV + UV +Face 1996 +UV Count: 3 + UV + UV + UV +Face 1997 +UV Count: 3 + UV + UV + UV +Face 1998 +UV Count: 3 + UV + UV + UV +Face 1999 +UV Count: 3 + UV + UV + UV +Face 2000 +UV Count: 3 + UV + UV + UV +Face 2001 +UV Count: 3 + UV + UV + UV +Face 2002 +UV Count: 3 + UV + UV + UV +Face 2003 +UV Count: 3 + UV + UV + UV +Face 2004 +UV Count: 3 + UV + UV + UV +Face 2005 +UV Count: 3 + UV + UV + UV +Face 2006 +UV Count: 3 + UV + UV + UV +Face 2007 +UV Count: 3 + UV + UV + UV +Face 2008 +UV Count: 3 + UV + UV + UV +Face 2009 +UV Count: 3 + UV + UV + UV +Face 2010 +UV Count: 3 + UV + UV + UV +Face 2011 +UV Count: 3 + UV + UV + UV +Face 2012 +UV Count: 3 + UV + UV + UV +Face 2013 +UV Count: 3 + UV + UV + UV +Face 2014 +UV Count: 3 + UV + UV + UV +Face 2015 +UV Count: 3 + UV + UV + UV +Face 2016 +UV Count: 3 + UV + UV + UV +Face 2017 +UV Count: 3 + UV + UV + UV +Face 2018 +UV Count: 3 + UV + UV + UV +Face 2019 +UV Count: 3 + UV + UV + UV +Face 2020 +UV Count: 3 + UV + UV + UV +Face 2021 +UV Count: 3 + UV + UV + UV +Face 2022 +UV Count: 3 + UV + UV + UV +Face 2023 +UV Count: 3 + UV + UV + UV +Face 2024 +UV Count: 3 + UV + UV + UV +Face 2025 +UV Count: 3 + UV + UV + UV +Face 2026 +UV Count: 3 + UV + UV + UV +Face 2027 +UV Count: 3 + UV + UV + UV +Face 2028 +UV Count: 3 + UV + UV + UV +Face 2029 +UV Count: 3 + UV + UV + UV +Face 2030 +UV Count: 3 + UV + UV + UV +Face 2031 +UV Count: 3 + UV + UV + UV +Face 2032 +UV Count: 3 + UV + UV + UV +Face 2033 +UV Count: 3 + UV + UV + UV +Face 2034 +UV Count: 3 + UV + UV + UV +Face 2035 +UV Count: 3 + UV + UV + UV +Face 2036 +UV Count: 3 + UV + UV + UV +Face 2037 +UV Count: 3 + UV + UV + UV +Face 2038 +UV Count: 3 + UV + UV + UV +Face 2039 +UV Count: 3 + UV + UV + UV +Face 2040 +UV Count: 3 + UV + UV + UV +Face 2041 +UV Count: 3 + UV + UV + UV +Face 2042 +UV Count: 3 + UV + UV + UV +Face 2043 +UV Count: 3 + UV + UV + UV +Face 2044 +UV Count: 3 + UV + UV + UV +Face 2045 +UV Count: 3 + UV + UV + UV +Face 2046 +UV Count: 3 + UV + UV + UV +Face 2047 +UV Count: 3 + UV + UV + UV +Face 2048 +UV Count: 3 + UV + UV + UV +Face 2049 +UV Count: 3 + UV + UV + UV +Face 2050 +UV Count: 3 + UV + UV + UV +Face 2051 +UV Count: 3 + UV + UV + UV +Face 2052 +UV Count: 3 + UV + UV + UV +Face 2053 +UV Count: 3 + UV + UV + UV +Face 2054 +UV Count: 3 + UV + UV + UV +Face 2055 +UV Count: 3 + UV + UV + UV +Face 2056 +UV Count: 3 + UV + UV + UV +Face 2057 +UV Count: 3 + UV + UV + UV +Face 2058 +UV Count: 3 + UV + UV + UV +Face 2059 +UV Count: 3 + UV + UV + UV +Face 2060 +UV Count: 3 + UV + UV + UV +Face 2061 +UV Count: 3 + UV + UV + UV +Face 2062 +UV Count: 3 + UV + UV + UV +Face 2063 +UV Count: 3 + UV + UV + UV +Face 2064 +UV Count: 3 + UV + UV + UV +Face 2065 +UV Count: 3 + UV + UV + UV +Face 2066 +UV Count: 3 + UV + UV + UV +Face 2067 +UV Count: 3 + UV + UV + UV +Face 2068 +UV Count: 3 + UV + UV + UV +Face 2069 +UV Count: 3 + UV + UV + UV +Face 2070 +UV Count: 3 + UV + UV + UV +Face 2071 +UV Count: 3 + UV + UV + UV +Face 2072 +UV Count: 3 + UV + UV + UV +Face 2073 +UV Count: 3 + UV + UV + UV +Face 2074 +UV Count: 3 + UV + UV + UV +Face 2075 +UV Count: 3 + UV + UV + UV +Face 2076 +UV Count: 3 + UV + UV + UV +Face 2077 +UV Count: 3 + UV + UV + UV +Face 2078 +UV Count: 3 + UV + UV + UV +Face 2079 +UV Count: 3 + UV + UV + UV +Face 2080 +UV Count: 3 + UV + UV + UV +Face 2081 +UV Count: 3 + UV + UV + UV +Face 2082 +UV Count: 3 + UV + UV + UV +Face 2083 +UV Count: 3 + UV + UV + UV +Face 2084 +UV Count: 3 + UV + UV + UV +Face 2085 +UV Count: 3 + UV + UV + UV +Face 2086 +UV Count: 3 + UV + UV + UV +Face 2087 +UV Count: 3 + UV + UV + UV +Face 2088 +UV Count: 3 + UV + UV + UV +Face 2089 +UV Count: 3 + UV + UV + UV +Face 2090 +UV Count: 3 + UV + UV + UV +Face 2091 +UV Count: 3 + UV + UV + UV +Face 2092 +UV Count: 3 + UV + UV + UV +Face 2093 +UV Count: 3 + UV + UV + UV +Face 2094 +UV Count: 3 + UV + UV + UV +Face 2095 +UV Count: 3 + UV + UV + UV +Face 2096 +UV Count: 3 + UV + UV + UV +Face 2097 +UV Count: 3 + UV + UV + UV +Face 2098 +UV Count: 3 + UV + UV + UV +Face 2099 +UV Count: 3 + UV + UV + UV +Face 2100 +UV Count: 3 + UV + UV + UV +Face 2101 +UV Count: 3 + UV + UV + UV +Face 2102 +UV Count: 3 + UV + UV + UV +Face 2103 +UV Count: 3 + UV + UV + UV +Face 2104 +UV Count: 3 + UV + UV + UV +Face 2105 +UV Count: 3 + UV + UV + UV +Face 2106 +UV Count: 3 + UV + UV + UV +Face 2107 +UV Count: 3 + UV + UV + UV +Face 2108 +UV Count: 3 + UV + UV + UV +Face 2109 +UV Count: 3 + UV + UV + UV +Face 2110 +UV Count: 3 + UV + UV + UV +Face 2111 +UV Count: 3 + UV + UV + UV +Face 2112 +UV Count: 3 + UV + UV + UV +Face 2113 +UV Count: 3 + UV + UV + UV +Face 2114 +UV Count: 3 + UV + UV + UV +Face 2115 +UV Count: 3 + UV + UV + UV +Face 2116 +UV Count: 3 + UV + UV + UV +Face 2117 +UV Count: 3 + UV + UV + UV +Face 2118 +UV Count: 3 + UV + UV + UV +Face 2119 +UV Count: 3 + UV + UV + UV +Face 2120 +UV Count: 3 + UV + UV + UV +Face 2121 +UV Count: 3 + UV + UV + UV +Face 2122 +UV Count: 3 + UV + UV + UV +Face 2123 +UV Count: 3 + UV + UV + UV +Face 2124 +UV Count: 3 + UV + UV + UV +Face 2125 +UV Count: 3 + UV + UV + UV +Face 2126 +UV Count: 3 + UV + UV + UV +Face 2127 +UV Count: 3 + UV + UV + UV +Face 2128 +UV Count: 3 + UV + UV + UV +Face 2129 +UV Count: 3 + UV + UV + UV +Face 2130 +UV Count: 3 + UV + UV + UV +Face 2131 +UV Count: 3 + UV + UV + UV +Face 2132 +UV Count: 3 + UV + UV + UV +Face 2133 +UV Count: 3 + UV + UV + UV +Face 2134 +UV Count: 3 + UV + UV + UV +Face 2135 +UV Count: 3 + UV + UV + UV +Face 2136 +UV Count: 3 + UV + UV + UV +Face 2137 +UV Count: 3 + UV + UV + UV +Face 2138 +UV Count: 3 + UV + UV + UV +Face 2139 +UV Count: 3 + UV + UV + UV +Face 2140 +UV Count: 3 + UV + UV + UV +Face 2141 +UV Count: 3 + UV + UV + UV +Face 2142 +UV Count: 3 + UV + UV + UV +Face 2143 +UV Count: 3 + UV + UV + UV +Face 2144 +UV Count: 3 + UV + UV + UV +Face 2145 +UV Count: 3 + UV + UV + UV +Face 2146 +UV Count: 3 + UV + UV + UV +Face 2147 +UV Count: 3 + UV + UV + UV +Face 2148 +UV Count: 3 + UV + UV + UV +Face 2149 +UV Count: 3 + UV + UV + UV +Face 2150 +UV Count: 3 + UV + UV + UV +Face 2151 +UV Count: 3 + UV + UV + UV +Face 2152 +UV Count: 3 + UV + UV + UV +Face 2153 +UV Count: 3 + UV + UV + UV +Face 2154 +UV Count: 3 + UV + UV + UV +Face 2155 +UV Count: 3 + UV + UV + UV +Face 2156 +UV Count: 3 + UV + UV + UV +Face 2157 +UV Count: 3 + UV + UV + UV +Face 2158 +UV Count: 3 + UV + UV + UV +Face 2159 +UV Count: 3 + UV + UV + UV +Face 2160 +UV Count: 3 + UV + UV + UV +Face 2161 +UV Count: 3 + UV + UV + UV +Face 2162 +UV Count: 3 + UV + UV + UV +Face 2163 +UV Count: 3 + UV + UV + UV +Face 2164 +UV Count: 3 + UV + UV + UV +Face 2165 +UV Count: 3 + UV + UV + UV +Face 2166 +UV Count: 3 + UV + UV + UV +Face 2167 +UV Count: 3 + UV + UV + UV +Face 2168 +UV Count: 3 + UV + UV + UV +Face 2169 +UV Count: 3 + UV + UV + UV +Face 2170 +UV Count: 3 + UV + UV + UV +Face 2171 +UV Count: 3 + UV + UV + UV +Face 2172 +UV Count: 3 + UV + UV + UV +Face 2173 +UV Count: 3 + UV + UV + UV +Face 2174 +UV Count: 3 + UV + UV + UV +Face 2175 +UV Count: 3 + UV + UV + UV +Face 2176 +UV Count: 3 + UV + UV + UV +Face 2177 +UV Count: 3 + UV + UV + UV +Face 2178 +UV Count: 3 + UV + UV + UV +Face 2179 +UV Count: 3 + UV + UV + UV +Face 2180 +UV Count: 3 + UV + UV + UV +Face 2181 +UV Count: 3 + UV + UV + UV +Face 2182 +UV Count: 3 + UV + UV + UV +Face 2183 +UV Count: 3 + UV + UV + UV +Face 2184 +UV Count: 3 + UV + UV + UV +Face 2185 +UV Count: 3 + UV + UV + UV +Face 2186 +UV Count: 3 + UV + UV + UV +Face 2187 +UV Count: 3 + UV + UV + UV +Face 2188 +UV Count: 3 + UV + UV + UV +Face 2189 +UV Count: 3 + UV + UV + UV +Face 2190 +UV Count: 3 + UV + UV + UV +Face 2191 +UV Count: 3 + UV + UV + UV +Face 2192 +UV Count: 3 + UV + UV + UV +Face 2193 +UV Count: 3 + UV + UV + UV +Face 2194 +UV Count: 3 + UV + UV + UV +Face 2195 +UV Count: 3 + UV + UV + UV +Face 2196 +UV Count: 3 + UV + UV + UV +Face 2197 +UV Count: 3 + UV + UV + UV +Face 2198 +UV Count: 3 + UV + UV + UV +Face 2199 +UV Count: 3 + UV + UV + UV +Face 2200 +UV Count: 3 + UV + UV + UV +Face 2201 +UV Count: 3 + UV + UV + UV +Face 2202 +UV Count: 3 + UV + UV + UV +Face 2203 +UV Count: 3 + UV + UV + UV +Face 2204 +UV Count: 3 + UV + UV + UV +Face 2205 +UV Count: 3 + UV + UV + UV +Face 2206 +UV Count: 3 + UV + UV + UV +Face 2207 +UV Count: 3 + UV + UV + UV +Face 2208 +UV Count: 3 + UV + UV + UV +Face 2209 +UV Count: 3 + UV + UV + UV +Face 2210 +UV Count: 3 + UV + UV + UV +Face 2211 +UV Count: 3 + UV + UV + UV +Face 2212 +UV Count: 3 + UV + UV + UV +Face 2213 +UV Count: 3 + UV + UV + UV +Face 2214 +UV Count: 3 + UV + UV + UV +Face 2215 +UV Count: 3 + UV + UV + UV +Face 2216 +UV Count: 3 + UV + UV + UV +Face 2217 +UV Count: 3 + UV + UV + UV +Face 2218 +UV Count: 3 + UV + UV + UV +Face 2219 +UV Count: 3 + UV + UV + UV +Face 2220 +UV Count: 3 + UV + UV + UV +Face 2221 +UV Count: 3 + UV + UV + UV +Face 2222 +UV Count: 3 + UV + UV + UV +Face 2223 +UV Count: 3 + UV + UV + UV +Face 2224 +UV Count: 3 + UV + UV + UV +Face 2225 +UV Count: 3 + UV + UV + UV +Face 2226 +UV Count: 3 + UV + UV + UV +Face 2227 +UV Count: 3 + UV + UV + UV +Face 2228 +UV Count: 3 + UV + UV + UV +Face 2229 +UV Count: 3 + UV + UV + UV +Face 2230 +UV Count: 3 + UV + UV + UV +Face 2231 +UV Count: 3 + UV + UV + UV +Face 2232 +UV Count: 3 + UV + UV + UV +Face 2233 +UV Count: 3 + UV + UV + UV +Face 2234 +UV Count: 3 + UV + UV + UV +Face 2235 +UV Count: 3 + UV + UV + UV +Face 2236 +UV Count: 3 + UV + UV + UV +Face 2237 +UV Count: 3 + UV + UV + UV +Face 2238 +UV Count: 3 + UV + UV + UV +Face 2239 +UV Count: 3 + UV + UV + UV +Face 2240 +UV Count: 3 + UV + UV + UV +Face 2241 +UV Count: 3 + UV + UV + UV +Face 2242 +UV Count: 3 + UV + UV + UV +Face 2243 +UV Count: 3 + UV + UV + UV +Face 2244 +UV Count: 3 + UV + UV + UV +Face 2245 +UV Count: 3 + UV + UV + UV +Face 2246 +UV Count: 3 + UV + UV + UV +Face 2247 +UV Count: 3 + UV + UV + UV +Face 2248 +UV Count: 3 + UV + UV + UV +Face 2249 +UV Count: 3 + UV + UV + UV +Face 2250 +UV Count: 3 + UV + UV + UV +Face 2251 +UV Count: 3 + UV + UV + UV +Face 2252 +UV Count: 3 + UV + UV + UV +Face 2253 +UV Count: 3 + UV + UV + UV +Face 2254 +UV Count: 3 + UV + UV + UV +Face 2255 +UV Count: 3 + UV + UV + UV +Face 2256 +UV Count: 3 + UV + UV + UV +Face 2257 +UV Count: 3 + UV + UV + UV +Face 2258 +UV Count: 3 + UV + UV + UV +Face 2259 +UV Count: 3 + UV + UV + UV +Face 2260 +UV Count: 3 + UV + UV + UV +Face 2261 +UV Count: 3 + UV + UV + UV +Face 2262 +UV Count: 3 + UV + UV + UV +Face 2263 +UV Count: 3 + UV + UV + UV +Face 2264 +UV Count: 3 + UV + UV + UV +Face 2265 +UV Count: 3 + UV + UV + UV +Face 2266 +UV Count: 3 + UV + UV + UV +Face 2267 +UV Count: 3 + UV + UV + UV +Face 2268 +UV Count: 3 + UV + UV + UV +Face 2269 +UV Count: 3 + UV + UV + UV +Face 2270 +UV Count: 3 + UV + UV + UV +Face 2271 +UV Count: 3 + UV + UV + UV +Face 2272 +UV Count: 3 + UV + UV + UV +Face 2273 +UV Count: 3 + UV + UV + UV +Face 2274 +UV Count: 3 + UV + UV + UV +Face 2275 +UV Count: 3 + UV + UV + UV +Face 2276 +UV Count: 3 + UV + UV + UV +Face 2277 +UV Count: 3 + UV + UV + UV +Face 2278 +UV Count: 3 + UV + UV + UV +Face 2279 +UV Count: 3 + UV + UV + UV +Face 2280 +UV Count: 3 + UV + UV + UV +Face 2281 +UV Count: 3 + UV + UV + UV +Face 2282 +UV Count: 3 + UV + UV + UV +Face 2283 +UV Count: 3 + UV + UV + UV +Face 2284 +UV Count: 3 + UV + UV + UV +Face 2285 +UV Count: 3 + UV + UV + UV +Face 2286 +UV Count: 3 + UV + UV + UV +Face 2287 +UV Count: 3 + UV + UV + UV +Face 2288 +UV Count: 3 + UV + UV + UV +Face 2289 +UV Count: 3 + UV + UV + UV +Face 2290 +UV Count: 3 + UV + UV + UV +Face 2291 +UV Count: 3 + UV + UV + UV +Face 2292 +UV Count: 3 + UV + UV + UV +Face 2293 +UV Count: 3 + UV + UV + UV +Face 2294 +UV Count: 3 + UV + UV + UV +Face 2295 +UV Count: 3 + UV + UV + UV +Face 2296 +UV Count: 3 + UV + UV + UV +Face 2297 +UV Count: 3 + UV + UV + UV +Face 2298 +UV Count: 3 + UV + UV + UV +Face 2299 +UV Count: 3 + UV + UV + UV +Face 2300 +UV Count: 3 + UV + UV + UV +Face 2301 +UV Count: 3 + UV + UV + UV +Face 2302 +UV Count: 3 + UV + UV + UV +Face 2303 +UV Count: 3 + UV + UV + UV +Face 2304 +UV Count: 3 + UV + UV + UV +Face 2305 +UV Count: 3 + UV + UV + UV +Face 2306 +UV Count: 3 + UV + UV + UV +Face 2307 +UV Count: 3 + UV + UV + UV +Face 2308 +UV Count: 3 + UV + UV + UV +Face 2309 +UV Count: 3 + UV + UV + UV +Face 2310 +UV Count: 3 + UV + UV + UV +Face 2311 +UV Count: 3 + UV + UV + UV +Face 2312 +UV Count: 3 + UV + UV + UV +Face 2313 +UV Count: 3 + UV + UV + UV +Face 2314 +UV Count: 3 + UV + UV + UV +Face 2315 +UV Count: 3 + UV + UV + UV +Face 2316 +UV Count: 3 + UV + UV + UV +Face 2317 +UV Count: 3 + UV + UV + UV +Face 2318 +UV Count: 3 + UV + UV + UV +Face 2319 +UV Count: 3 + UV + UV + UV +Face 2320 +UV Count: 3 + UV + UV + UV +Face 2321 +UV Count: 3 + UV + UV + UV +Face 2322 +UV Count: 3 + UV + UV + UV +Face 2323 +UV Count: 3 + UV + UV + UV +Face 2324 +UV Count: 3 + UV + UV + UV +Face 2325 +UV Count: 3 + UV + UV + UV +Face 2326 +UV Count: 3 + UV + UV + UV +Face 2327 +UV Count: 3 + UV + UV + UV +Face 2328 +UV Count: 3 + UV + UV + UV +Face 2329 +UV Count: 3 + UV + UV + UV +Face 2330 +UV Count: 3 + UV + UV + UV +Face 2331 +UV Count: 3 + UV + UV + UV +Face 2332 +UV Count: 3 + UV + UV + UV +Face 2333 +UV Count: 3 + UV + UV + UV +Face 2334 +UV Count: 3 + UV + UV + UV +Face 2335 +UV Count: 3 + UV + UV + UV +Face 2336 +UV Count: 3 + UV + UV + UV +Face 2337 +UV Count: 3 + UV + UV + UV +Face 2338 +UV Count: 3 + UV + UV + UV +Face 2339 +UV Count: 3 + UV + UV + UV +Face 2340 +UV Count: 3 + UV + UV + UV +Face 2341 +UV Count: 3 + UV + UV + UV +Face 2342 +UV Count: 3 + UV + UV + UV +Face 2343 +UV Count: 3 + UV + UV + UV +Face 2344 +UV Count: 3 + UV + UV + UV +Face 2345 +UV Count: 3 + UV + UV + UV +Face 2346 +UV Count: 3 + UV + UV + UV +Face 2347 +UV Count: 3 + UV + UV + UV +Face 2348 +UV Count: 3 + UV + UV + UV +Face 2349 +UV Count: 3 + UV + UV + UV +Face 2350 +UV Count: 3 + UV + UV + UV +Face 2351 +UV Count: 3 + UV + UV + UV +Face 2352 +UV Count: 3 + UV + UV + UV +Face 2353 +UV Count: 3 + UV + UV + UV +Face 2354 +UV Count: 3 + UV + UV + UV +Face 2355 +UV Count: 3 + UV + UV + UV +Face 2356 +UV Count: 3 + UV + UV + UV +Face 2357 +UV Count: 3 + UV + UV + UV +Face 2358 +UV Count: 3 + UV + UV + UV +Face 2359 +UV Count: 3 + UV + UV + UV +Face 2360 +UV Count: 3 + UV + UV + UV +Face 2361 +UV Count: 3 + UV + UV + UV +Face 2362 +UV Count: 3 + UV + UV + UV +Face 2363 +UV Count: 3 + UV + UV + UV +Face 2364 +UV Count: 3 + UV + UV + UV +Face 2365 +UV Count: 3 + UV + UV + UV +Face 2366 +UV Count: 3 + UV + UV + UV +Face 2367 +UV Count: 3 + UV + UV + UV +Face 2368 +UV Count: 3 + UV + UV + UV +Face 2369 +UV Count: 3 + UV + UV + UV +Face 2370 +UV Count: 3 + UV + UV + UV +Face 2371 +UV Count: 3 + UV + UV + UV +Face 2372 +UV Count: 3 + UV + UV + UV +Face 2373 +UV Count: 3 + UV + UV + UV +Face 2374 +UV Count: 3 + UV + UV + UV +Face 2375 +UV Count: 3 + UV + UV + UV +Face 2376 +UV Count: 3 + UV + UV + UV +Face 2377 +UV Count: 3 + UV + UV + UV +Face 2378 +UV Count: 3 + UV + UV + UV +Face 2379 +UV Count: 3 + UV + UV + UV +Face 2380 +UV Count: 3 + UV + UV + UV +Face 2381 +UV Count: 3 + UV + UV + UV +Face 2382 +UV Count: 3 + UV + UV + UV +Face 2383 +UV Count: 3 + UV + UV + UV +Face 2384 +UV Count: 3 + UV + UV + UV +Face 2385 +UV Count: 3 + UV + UV + UV +Face 2386 +UV Count: 3 + UV + UV + UV +Face 2387 +UV Count: 3 + UV + UV + UV +Face 2388 +UV Count: 3 + UV + UV + UV +Face 2389 +UV Count: 3 + UV + UV + UV +Face 2390 +UV Count: 3 + UV + UV + UV +Face 2391 +UV Count: 3 + UV + UV + UV +Face 2392 +UV Count: 3 + UV + UV + UV +Face 2393 +UV Count: 3 + UV + UV + UV +Face 2394 +UV Count: 3 + UV + UV + UV +Face 2395 +UV Count: 3 + UV + UV + UV +Face 2396 +UV Count: 3 + UV + UV + UV +Face 2397 +UV Count: 3 + UV + UV + UV +Face 2398 +UV Count: 3 + UV + UV + UV +Face 2399 +UV Count: 3 + UV + UV + UV +Face 2400 +UV Count: 3 + UV + UV + UV +Face 2401 +UV Count: 3 + UV + UV + UV +Face 2402 +UV Count: 3 + UV + UV + UV +Face 2403 +UV Count: 3 + UV + UV + UV +Face 2404 +UV Count: 3 + UV + UV + UV +Face 2405 +UV Count: 3 + UV + UV + UV +Face 2406 +UV Count: 3 + UV + UV + UV +Face 2407 +UV Count: 3 + UV + UV + UV +Face 2408 +UV Count: 3 + UV + UV + UV +Face 2409 +UV Count: 3 + UV + UV + UV +Face 2410 +UV Count: 3 + UV + UV + UV +Face 2411 +UV Count: 3 + UV + UV + UV +Face 2412 +UV Count: 3 + UV + UV + UV +Face 2413 +UV Count: 3 + UV + UV + UV +Face 2414 +UV Count: 3 + UV + UV + UV +Face 2415 +UV Count: 3 + UV + UV + UV +Face 2416 +UV Count: 3 + UV + UV + UV +Face 2417 +UV Count: 3 + UV + UV + UV +Face 2418 +UV Count: 3 + UV + UV + UV +Face 2419 +UV Count: 3 + UV + UV + UV +Face 2420 +UV Count: 3 + UV + UV + UV +Face 2421 +UV Count: 3 + UV + UV + UV +Face 2422 +UV Count: 3 + UV + UV + UV +Face 2423 +UV Count: 3 + UV + UV + UV +Face 2424 +UV Count: 3 + UV + UV + UV +Face 2425 +UV Count: 3 + UV + UV + UV +Face 2426 +UV Count: 3 + UV + UV + UV +Face 2427 +UV Count: 3 + UV + UV + UV +Face 2428 +UV Count: 3 + UV + UV + UV +Face 2429 +UV Count: 3 + UV + UV + UV +Face 2430 +UV Count: 3 + UV + UV + UV +Face 2431 +UV Count: 3 + UV + UV + UV +Face 2432 +UV Count: 3 + UV + UV + UV +Face 2433 +UV Count: 3 + UV + UV + UV +Face 2434 +UV Count: 3 + UV + UV + UV +Face 2435 +UV Count: 3 + UV + UV + UV +Face 2436 +UV Count: 3 + UV + UV + UV +Face 2437 +UV Count: 3 + UV + UV + UV +Face 2438 +UV Count: 3 + UV + UV + UV +Face 2439 +UV Count: 3 + UV + UV + UV +Face 2440 +UV Count: 3 + UV + UV + UV +Face 2441 +UV Count: 3 + UV + UV + UV +Face 2442 +UV Count: 3 + UV + UV + UV +Face 2443 +UV Count: 3 + UV + UV + UV +Face 2444 +UV Count: 3 + UV + UV + UV +Face 2445 +UV Count: 3 + UV + UV + UV +Face 2446 +UV Count: 3 + UV + UV + UV +Face 2447 +UV Count: 3 + UV + UV + UV +Face 2448 +UV Count: 3 + UV + UV + UV +Face 2449 +UV Count: 3 + UV + UV + UV +Face 2450 +UV Count: 3 + UV + UV + UV +Face 2451 +UV Count: 3 + UV + UV + UV +Face 2452 +UV Count: 3 + UV + UV + UV +Face 2453 +UV Count: 3 + UV + UV + UV +Face 2454 +UV Count: 3 + UV + UV + UV +Face 2455 +UV Count: 3 + UV + UV + UV +Face 2456 +UV Count: 3 + UV + UV + UV +Face 2457 +UV Count: 3 + UV + UV + UV +Face 2458 +UV Count: 3 + UV + UV + UV +Face 2459 +UV Count: 3 + UV + UV + UV +Face 2460 +UV Count: 3 + UV + UV + UV +Face 2461 +UV Count: 3 + UV + UV + UV +Face 2462 +UV Count: 3 + UV + UV + UV +Face 2463 +UV Count: 3 + UV + UV + UV +Face 2464 +UV Count: 3 + UV + UV + UV +Face 2465 +UV Count: 3 + UV + UV + UV +Face 2466 +UV Count: 3 + UV + UV + UV +Face 2467 +UV Count: 3 + UV + UV + UV +Face 2468 +UV Count: 3 + UV + UV + UV +Face 2469 +UV Count: 3 + UV + UV + UV +Face 2470 +UV Count: 3 + UV + UV + UV +Face 2471 +UV Count: 3 + UV + UV + UV +Face 2472 +UV Count: 3 + UV + UV + UV +Face 2473 +UV Count: 3 + UV + UV + UV +Face 2474 +UV Count: 3 + UV + UV + UV +Face 2475 +UV Count: 3 + UV + UV + UV +Face 2476 +UV Count: 3 + UV + UV + UV +Face 2477 +UV Count: 3 + UV + UV + UV +Face 2478 +UV Count: 3 + UV + UV + UV +Face 2479 +UV Count: 3 + UV + UV + UV +Face 2480 +UV Count: 3 + UV + UV + UV +Face 2481 +UV Count: 3 + UV + UV + UV +Face 2482 +UV Count: 3 + UV + UV + UV +Face 2483 +UV Count: 3 + UV + UV + UV +Face 2484 +UV Count: 3 + UV + UV + UV +Face 2485 +UV Count: 3 + UV + UV + UV +Face 2486 +UV Count: 3 + UV + UV + UV +Face 2487 +UV Count: 3 + UV + UV + UV +Face 2488 +UV Count: 3 + UV + UV + UV +Face 2489 +UV Count: 3 + UV + UV + UV +Face 2490 +UV Count: 3 + UV + UV + UV +Face 2491 +UV Count: 3 + UV + UV + UV +Face 2492 +UV Count: 3 + UV + UV + UV +Face 2493 +UV Count: 3 + UV + UV + UV +Face 2494 +UV Count: 3 + UV + UV + UV +Face 2495 +UV Count: 3 + UV + UV + UV +Face 2496 +UV Count: 3 + UV + UV + UV +Face 2497 +UV Count: 3 + UV + UV + UV +Face 2498 +UV Count: 3 + UV + UV + UV +Face 2499 +UV Count: 3 + UV + UV + UV +Face 2500 +UV Count: 3 + UV + UV + UV +Face 2501 +UV Count: 3 + UV + UV + UV +Face 2502 +UV Count: 3 + UV + UV + UV +Face 2503 +UV Count: 3 + UV + UV + UV +Face 2504 +UV Count: 3 + UV + UV + UV +Face 2505 +UV Count: 3 + UV + UV + UV +Face 2506 +UV Count: 3 + UV + UV + UV +Face 2507 +UV Count: 3 + UV + UV + UV +Face 2508 +UV Count: 3 + UV + UV + UV +Face 2509 +UV Count: 3 + UV + UV + UV +Face 2510 +UV Count: 3 + UV + UV + UV +Face 2511 +UV Count: 3 + UV + UV + UV +Face 2512 +UV Count: 3 + UV + UV + UV +Face 2513 +UV Count: 3 + UV + UV + UV +Face 2514 +UV Count: 3 + UV + UV + UV +Face 2515 +UV Count: 3 + UV + UV + UV +Face 2516 +UV Count: 3 + UV + UV + UV +Face 2517 +UV Count: 3 + UV + UV + UV +Face 2518 +UV Count: 3 + UV + UV + UV +Face 2519 +UV Count: 3 + UV + UV + UV +Face 2520 +UV Count: 3 + UV + UV + UV +Face 2521 +UV Count: 3 + UV + UV + UV +Face 2522 +UV Count: 3 + UV + UV + UV +Face 2523 +UV Count: 3 + UV + UV + UV +Face 2524 +UV Count: 3 + UV + UV + UV +Face 2525 +UV Count: 3 + UV + UV + UV +Face 2526 +UV Count: 3 + UV + UV + UV +Face 2527 +UV Count: 3 + UV + UV + UV +Face 2528 +UV Count: 3 + UV + UV + UV +Face 2529 +UV Count: 3 + UV + UV + UV +Face 2530 +UV Count: 3 + UV + UV + UV +Face 2531 +UV Count: 3 + UV + UV + UV +Face 2532 +UV Count: 3 + UV + UV + UV +Face 2533 +UV Count: 3 + UV + UV + UV +Face 2534 +UV Count: 3 + UV + UV + UV +Face 2535 +UV Count: 3 + UV + UV + UV +Face 2536 +UV Count: 3 + UV + UV + UV +Face 2537 +UV Count: 3 + UV + UV + UV +Face 2538 +UV Count: 3 + UV + UV + UV +Face 2539 +UV Count: 3 + UV + UV + UV +Face 2540 +UV Count: 3 + UV + UV + UV +Face 2541 +UV Count: 3 + UV + UV + UV +Face 2542 +UV Count: 3 + UV + UV + UV +Face 2543 +UV Count: 3 + UV + UV + UV +Face 2544 +UV Count: 3 + UV + UV + UV +Face 2545 +UV Count: 3 + UV + UV + UV +Face 2546 +UV Count: 3 + UV + UV + UV +Face 2547 +UV Count: 3 + UV + UV + UV +Face 2548 +UV Count: 3 + UV + UV + UV +Face 2549 +UV Count: 3 + UV + UV + UV +Face 2550 +UV Count: 3 + UV + UV + UV +Face 2551 +UV Count: 3 + UV + UV + UV +Face 2552 +UV Count: 3 + UV + UV + UV +Face 2553 +UV Count: 3 + UV + UV + UV +Face 2554 +UV Count: 3 + UV + UV + UV +Face 2555 +UV Count: 3 + UV + UV + UV +Face 2556 +UV Count: 3 + UV + UV + UV +Face 2557 +UV Count: 3 + UV + UV + UV +Face 2558 +UV Count: 3 + UV + UV + UV +Face 2559 +UV Count: 3 + UV + UV + UV +Face 2560 +UV Count: 3 + UV + UV + UV +Face 2561 +UV Count: 3 + UV + UV + UV +Face 2562 +UV Count: 3 + UV + UV + UV +Face 2563 +UV Count: 3 + UV + UV + UV +Face 2564 +UV Count: 3 + UV + UV + UV +Face 2565 +UV Count: 3 + UV + UV + UV +Face 2566 +UV Count: 3 + UV + UV + UV +Face 2567 +UV Count: 3 + UV + UV + UV +Face 2568 +UV Count: 3 + UV + UV + UV +Face 2569 +UV Count: 3 + UV + UV + UV +Face 2570 +UV Count: 3 + UV + UV + UV +Face 2571 +UV Count: 3 + UV + UV + UV +Face 2572 +UV Count: 3 + UV + UV + UV +Face 2573 +UV Count: 3 + UV + UV + UV +Face 2574 +UV Count: 3 + UV + UV + UV +Face 2575 +UV Count: 3 + UV + UV + UV +Face 2576 +UV Count: 3 + UV + UV + UV +Face 2577 +UV Count: 3 + UV + UV + UV +Face 2578 +UV Count: 3 + UV + UV + UV +Face 2579 +UV Count: 3 + UV + UV + UV +Face 2580 +UV Count: 3 + UV + UV + UV +Face 2581 +UV Count: 3 + UV + UV + UV +Face 2582 +UV Count: 3 + UV + UV + UV +Face 2583 +UV Count: 3 + UV + UV + UV +Face 2584 +UV Count: 3 + UV + UV + UV +Face 2585 +UV Count: 3 + UV + UV + UV +Face 2586 +UV Count: 3 + UV + UV + UV +Face 2587 +UV Count: 3 + UV + UV + UV +Face 2588 +UV Count: 3 + UV + UV + UV +Face 2589 +UV Count: 3 + UV + UV + UV +Face 2590 +UV Count: 3 + UV + UV + UV +Face 2591 +UV Count: 3 + UV + UV + UV +Face 2592 +UV Count: 3 + UV + UV + UV +Face 2593 +UV Count: 3 + UV + UV + UV +Face 2594 +UV Count: 3 + UV + UV + UV +Face 2595 +UV Count: 3 + UV + UV + UV +Face 2596 +UV Count: 3 + UV + UV + UV +Face 2597 +UV Count: 3 + UV + UV + UV +Face 2598 +UV Count: 3 + UV + UV + UV +Face 2599 +UV Count: 3 + UV + UV + UV +Face 2600 +UV Count: 3 + UV + UV + UV +Face 2601 +UV Count: 3 + UV + UV + UV +Face 2602 +UV Count: 3 + UV + UV + UV +Face 2603 +UV Count: 3 + UV + UV + UV +Face 2604 +UV Count: 3 + UV + UV + UV +Face 2605 +UV Count: 3 + UV + UV + UV +Face 2606 +UV Count: 3 + UV + UV + UV +Face 2607 +UV Count: 3 + UV + UV + UV +Face 2608 +UV Count: 3 + UV + UV + UV +Face 2609 +UV Count: 3 + UV + UV + UV +Face 2610 +UV Count: 3 + UV + UV + UV +Face 2611 +UV Count: 3 + UV + UV + UV +Face 2612 +UV Count: 3 + UV + UV + UV +Face 2613 +UV Count: 3 + UV + UV + UV +Face 2614 +UV Count: 3 + UV + UV + UV +Face 2615 +UV Count: 3 + UV + UV + UV +Face 2616 +UV Count: 3 + UV + UV + UV +Face 2617 +UV Count: 3 + UV + UV + UV +Face 2618 +UV Count: 3 + UV + UV + UV +Face 2619 +UV Count: 3 + UV + UV + UV +Face 2620 +UV Count: 3 + UV + UV + UV +Face 2621 +UV Count: 3 + UV + UV + UV +Face 2622 +UV Count: 3 + UV + UV + UV +Face 2623 +UV Count: 3 + UV + UV + UV +Face 2624 +UV Count: 3 + UV + UV + UV +Face 2625 +UV Count: 3 + UV + UV + UV +Face 2626 +UV Count: 3 + UV + UV + UV +Face 2627 +UV Count: 3 + UV + UV + UV +Face 2628 +UV Count: 3 + UV + UV + UV +Face 2629 +UV Count: 3 + UV + UV + UV +Face 2630 +UV Count: 3 + UV + UV + UV +Face 2631 +UV Count: 3 + UV + UV + UV +Face 2632 +UV Count: 3 + UV + UV + UV +Face 2633 +UV Count: 3 + UV + UV + UV +Face 2634 +UV Count: 3 + UV + UV + UV +Face 2635 +UV Count: 3 + UV + UV + UV +Face 2636 +UV Count: 3 + UV + UV + UV +Face 2637 +UV Count: 3 + UV + UV + UV +Face 2638 +UV Count: 3 + UV + UV + UV +Face 2639 +UV Count: 3 + UV + UV + UV +Face 2640 +UV Count: 3 + UV + UV + UV +Face 2641 +UV Count: 3 + UV + UV + UV +Face 2642 +UV Count: 3 + UV + UV + UV +Face 2643 +UV Count: 3 + UV + UV + UV +Face 2644 +UV Count: 3 + UV + UV + UV +Face 2645 +UV Count: 3 + UV + UV + UV +Face 2646 +UV Count: 3 + UV + UV + UV +Face 2647 +UV Count: 3 + UV + UV + UV +Face 2648 +UV Count: 3 + UV + UV + UV +Face 2649 +UV Count: 3 + UV + UV + UV +Face 2650 +UV Count: 3 + UV + UV + UV +Face 2651 +UV Count: 3 + UV + UV + UV +Face 2652 +UV Count: 3 + UV + UV + UV +Face 2653 +UV Count: 3 + UV + UV + UV +Face 2654 +UV Count: 3 + UV + UV + UV +Face 2655 +UV Count: 3 + UV + UV + UV +Face 2656 +UV Count: 3 + UV + UV + UV +Face 2657 +UV Count: 3 + UV + UV + UV +Face 2658 +UV Count: 3 + UV + UV + UV +Face 2659 +UV Count: 3 + UV + UV + UV +Face 2660 +UV Count: 3 + UV + UV + UV +Face 2661 +UV Count: 3 + UV + UV + UV +Face 2662 +UV Count: 3 + UV + UV + UV +Face 2663 +UV Count: 3 + UV + UV + UV +Face 2664 +UV Count: 3 + UV + UV + UV +Face 2665 +UV Count: 3 + UV + UV + UV +Face 2666 +UV Count: 3 + UV + UV + UV +Face 2667 +UV Count: 3 + UV + UV + UV +Face 2668 +UV Count: 3 + UV + UV + UV +Face 2669 +UV Count: 3 + UV + UV + UV +Face 2670 +UV Count: 3 + UV + UV + UV +Face 2671 +UV Count: 3 + UV + UV + UV +Face 2672 +UV Count: 3 + UV + UV + UV +Face 2673 +UV Count: 3 + UV + UV + UV +Face 2674 +UV Count: 3 + UV + UV + UV +Face 2675 +UV Count: 3 + UV + UV + UV +Face 2676 +UV Count: 3 + UV + UV + UV +Face 2677 +UV Count: 3 + UV + UV + UV +Face 2678 +UV Count: 3 + UV + UV + UV +Face 2679 +UV Count: 3 + UV + UV + UV +Face 2680 +UV Count: 3 + UV + UV + UV +Face 2681 +UV Count: 3 + UV + UV + UV +Face 2682 +UV Count: 3 + UV + UV + UV +Face 2683 +UV Count: 3 + UV + UV + UV +Face 2684 +UV Count: 3 + UV + UV + UV +Face 2685 +UV Count: 3 + UV + UV + UV +Face 2686 +UV Count: 3 + UV + UV + UV +Face 2687 +UV Count: 3 + UV + UV + UV +Face 2688 +UV Count: 3 + UV + UV + UV +Face 2689 +UV Count: 3 + UV + UV + UV +Face 2690 +UV Count: 3 + UV + UV + UV +Face 2691 +UV Count: 3 + UV + UV + UV +Face 2692 +UV Count: 3 + UV + UV + UV +Face 2693 +UV Count: 3 + UV + UV + UV +Face 2694 +UV Count: 3 + UV + UV + UV +Face 2695 +UV Count: 3 + UV + UV + UV +Face 2696 +UV Count: 3 + UV + UV + UV +Face 2697 +UV Count: 3 + UV + UV + UV +Face 2698 +UV Count: 3 + UV + UV + UV +Face 2699 +UV Count: 3 + UV + UV + UV +Face 2700 +UV Count: 3 + UV + UV + UV +Face 2701 +UV Count: 3 + UV + UV + UV +Face 2702 +UV Count: 3 + UV + UV + UV +Face 2703 +UV Count: 3 + UV + UV + UV +Face 2704 +UV Count: 3 + UV + UV + UV +Face 2705 +UV Count: 3 + UV + UV + UV +Face 2706 +UV Count: 3 + UV + UV + UV +Face 2707 +UV Count: 3 + UV + UV + UV +Face 2708 +UV Count: 3 + UV + UV + UV +Face 2709 +UV Count: 3 + UV + UV + UV +Face 2710 +UV Count: 3 + UV + UV + UV +Face 2711 +UV Count: 3 + UV + UV + UV +Face 2712 +UV Count: 3 + UV + UV + UV +Face 2713 +UV Count: 3 + UV + UV + UV +Face 2714 +UV Count: 3 + UV + UV + UV +Face 2715 +UV Count: 3 + UV + UV + UV +Face 2716 +UV Count: 3 + UV + UV + UV +Face 2717 +UV Count: 3 + UV + UV + UV +Face 2718 +UV Count: 3 + UV + UV + UV +Face 2719 +UV Count: 3 + UV + UV + UV +Face 2720 +UV Count: 3 + UV + UV + UV +Face 2721 +UV Count: 3 + UV + UV + UV +Face 2722 +UV Count: 3 + UV + UV + UV +Face 2723 +UV Count: 3 + UV + UV + UV +Face 2724 +UV Count: 3 + UV + UV + UV +Face 2725 +UV Count: 3 + UV + UV + UV +Face 2726 +UV Count: 3 + UV + UV + UV +Face 2727 +UV Count: 3 + UV + UV + UV +Face 2728 +UV Count: 3 + UV + UV + UV +Face 2729 +UV Count: 3 + UV + UV + UV +Face 2730 +UV Count: 3 + UV + UV + UV +Face 2731 +UV Count: 3 + UV + UV + UV +Face 2732 +UV Count: 3 + UV + UV + UV +Face 2733 +UV Count: 3 + UV + UV + UV +Face 2734 +UV Count: 3 + UV + UV + UV +Face 2735 +UV Count: 3 + UV + UV + UV +Face 2736 +UV Count: 3 + UV + UV + UV +Face 2737 +UV Count: 3 + UV + UV + UV +Face 2738 +UV Count: 3 + UV + UV + UV +Face 2739 +UV Count: 3 + UV + UV + UV +Face 2740 +UV Count: 3 + UV + UV + UV +Face 2741 +UV Count: 3 + UV + UV + UV +Face 2742 +UV Count: 3 + UV + UV + UV +Face 2743 +UV Count: 3 + UV + UV + UV +Face 2744 +UV Count: 3 + UV + UV + UV +Face 2745 +UV Count: 3 + UV + UV + UV +Face 2746 +UV Count: 3 + UV + UV + UV +Face 2747 +UV Count: 3 + UV + UV + UV +Face 2748 +UV Count: 3 + UV + UV + UV +Face 2749 +UV Count: 3 + UV + UV + UV +Face 2750 +UV Count: 3 + UV + UV + UV +Face 2751 +UV Count: 3 + UV + UV + UV +Face 2752 +UV Count: 3 + UV + UV + UV +Face 2753 +UV Count: 3 + UV + UV + UV +Face 2754 +UV Count: 3 + UV + UV + UV +Face 2755 +UV Count: 3 + UV + UV + UV +Face 2756 +UV Count: 3 + UV + UV + UV +Face 2757 +UV Count: 3 + UV + UV + UV +Face 2758 +UV Count: 3 + UV + UV + UV +Face 2759 +UV Count: 3 + UV + UV + UV +Face 2760 +UV Count: 3 + UV + UV + UV +Face 2761 +UV Count: 3 + UV + UV + UV +Face 2762 +UV Count: 3 + UV + UV + UV +Face 2763 +UV Count: 3 + UV + UV + UV +Face 2764 +UV Count: 3 + UV + UV + UV +Face 2765 +UV Count: 3 + UV + UV + UV +Face 2766 +UV Count: 3 + UV + UV + UV +Face 2767 +UV Count: 3 + UV + UV + UV +Face 2768 +UV Count: 3 + UV + UV + UV +Face 2769 +UV Count: 3 + UV + UV + UV +Face 2770 +UV Count: 3 + UV + UV + UV +Face 2771 +UV Count: 3 + UV + UV + UV +Face 2772 +UV Count: 3 + UV + UV + UV +Face 2773 +UV Count: 3 + UV + UV + UV +Face 2774 +UV Count: 3 + UV + UV + UV +Face 2775 +UV Count: 3 + UV + UV + UV +Face 2776 +UV Count: 3 + UV + UV + UV +Face 2777 +UV Count: 3 + UV + UV + UV +Face 2778 +UV Count: 3 + UV + UV + UV +Face 2779 +UV Count: 3 + UV + UV + UV +Face 2780 +UV Count: 3 + UV + UV + UV +Face 2781 +UV Count: 3 + UV + UV + UV +Face 2782 +UV Count: 3 + UV + UV + UV +Face 2783 +UV Count: 3 + UV + UV + UV +Face 2784 +UV Count: 3 + UV + UV + UV +Face 2785 +UV Count: 3 + UV + UV + UV +Face 2786 +UV Count: 3 + UV + UV + UV +Face 2787 +UV Count: 3 + UV + UV + UV +Face 2788 +UV Count: 3 + UV + UV + UV +Face 2789 +UV Count: 3 + UV + UV + UV +Face 2790 +UV Count: 3 + UV + UV + UV +Face 2791 +UV Count: 3 + UV + UV + UV +Face 2792 +UV Count: 3 + UV + UV + UV +Face 2793 +UV Count: 3 + UV + UV + UV +Face 2794 +UV Count: 3 + UV + UV + UV +Face 2795 +UV Count: 3 + UV + UV + UV +Face 2796 +UV Count: 3 + UV + UV + UV +Face 2797 +UV Count: 3 + UV + UV + UV +Face 2798 +UV Count: 3 + UV + UV + UV +Face 2799 +UV Count: 3 + UV + UV + UV +Face 2800 +UV Count: 3 + UV + UV + UV +Face 2801 +UV Count: 3 + UV + UV + UV +Face 2802 +UV Count: 3 + UV + UV + UV +Face 2803 +UV Count: 3 + UV + UV + UV +Face 2804 +UV Count: 3 + UV + UV + UV +Face 2805 +UV Count: 3 + UV + UV + UV +Face 2806 +UV Count: 3 + UV + UV + UV +Face 2807 +UV Count: 3 + UV + UV + UV +Face 2808 +UV Count: 3 + UV + UV + UV +Face 2809 +UV Count: 3 + UV + UV + UV +Face 2810 +UV Count: 3 + UV + UV + UV +Face 2811 +UV Count: 3 + UV + UV + UV +Face 2812 +UV Count: 3 + UV + UV + UV +Face 2813 +UV Count: 3 + UV + UV + UV +Face 2814 +UV Count: 3 + UV + UV + UV +Face 2815 +UV Count: 3 + UV + UV + UV +Face 2816 +UV Count: 3 + UV + UV + UV +Face 2817 +UV Count: 3 + UV + UV + UV +Face 2818 +UV Count: 3 + UV + UV + UV +Face 2819 +UV Count: 3 + UV + UV + UV +Face 2820 +UV Count: 3 + UV + UV + UV +Face 2821 +UV Count: 3 + UV + UV + UV +Face 2822 +UV Count: 3 + UV + UV + UV +Face 2823 +UV Count: 3 + UV + UV + UV +Face 2824 +UV Count: 3 + UV + UV + UV +Face 2825 +UV Count: 3 + UV + UV + UV +Face 2826 +UV Count: 3 + UV + UV + UV +Face 2827 +UV Count: 3 + UV + UV + UV +Face 2828 +UV Count: 3 + UV + UV + UV +Face 2829 +UV Count: 3 + UV + UV + UV +Face 2830 +UV Count: 3 + UV + UV + UV +Face 2831 +UV Count: 3 + UV + UV + UV +Face 2832 +UV Count: 3 + UV + UV + UV +Face 2833 +UV Count: 3 + UV + UV + UV +Face 2834 +UV Count: 3 + UV + UV + UV +Face 2835 +UV Count: 3 + UV + UV + UV +Face 2836 +UV Count: 3 + UV + UV + UV +Face 2837 +UV Count: 3 + UV + UV + UV +Face 2838 +UV Count: 3 + UV + UV + UV +Face 2839 +UV Count: 3 + UV + UV + UV +Face 2840 +UV Count: 3 + UV + UV + UV +Face 2841 +UV Count: 3 + UV + UV + UV +Face 2842 +UV Count: 3 + UV + UV + UV +Face 2843 +UV Count: 3 + UV + UV + UV +Face 2844 +UV Count: 3 + UV + UV + UV +Face 2845 +UV Count: 3 + UV + UV + UV +Face 2846 +UV Count: 3 + UV + UV + UV +Face 2847 +UV Count: 3 + UV + UV + UV +Face 2848 +UV Count: 3 + UV + UV + UV +Face 2849 +UV Count: 3 + UV + UV + UV +Face 2850 +UV Count: 3 + UV + UV + UV +Face 2851 +UV Count: 3 + UV + UV + UV +Face 2852 +UV Count: 3 + UV + UV + UV +Face 2853 +UV Count: 3 + UV + UV + UV +Face 2854 +UV Count: 3 + UV + UV + UV +Face 2855 +UV Count: 3 + UV + UV + UV +Face 2856 +UV Count: 3 + UV + UV + UV +Face 2857 +UV Count: 3 + UV + UV + UV +Face 2858 +UV Count: 3 + UV + UV + UV +Face 2859 +UV Count: 3 + UV + UV + UV +Face 2860 +UV Count: 3 + UV + UV + UV +Face 2861 +UV Count: 3 + UV + UV + UV +Face 2862 +UV Count: 3 + UV + UV + UV +Face 2863 +UV Count: 3 + UV + UV + UV +Face 2864 +UV Count: 3 + UV + UV + UV +Face 2865 +UV Count: 3 + UV + UV + UV +Face 2866 +UV Count: 3 + UV + UV + UV +Face 2867 +UV Count: 3 + UV + UV + UV +Face 2868 +UV Count: 3 + UV + UV + UV +Face 2869 +UV Count: 3 + UV + UV + UV +Face 2870 +UV Count: 3 + UV + UV + UV +Face 2871 +UV Count: 3 + UV + UV + UV +Face 2872 +UV Count: 3 + UV + UV + UV +Face 2873 +UV Count: 3 + UV + UV + UV +Face 2874 +UV Count: 3 + UV + UV + UV +Face 2875 +UV Count: 3 + UV + UV + UV +Face 2876 +UV Count: 3 + UV + UV + UV +Face 2877 +UV Count: 3 + UV + UV + UV +Face 2878 +UV Count: 3 + UV + UV + UV +Face 2879 +UV Count: 3 + UV + UV + UV +Face 2880 +UV Count: 3 + UV + UV + UV +Face 2881 +UV Count: 3 + UV + UV + UV +Face 2882 +UV Count: 3 + UV + UV + UV +Face 2883 +UV Count: 3 + UV + UV + UV +Face 2884 +UV Count: 3 + UV + UV + UV +Face 2885 +UV Count: 3 + UV + UV + UV +Face 2886 +UV Count: 3 + UV + UV + UV +Face 2887 +UV Count: 3 + UV + UV + UV +Face 2888 +UV Count: 3 + UV + UV + UV +Face 2889 +UV Count: 3 + UV + UV + UV +Face 2890 +UV Count: 3 + UV + UV + UV +Face 2891 +UV Count: 3 + UV + UV + UV +Face 2892 +UV Count: 3 + UV + UV + UV +Face 2893 +UV Count: 3 + UV + UV + UV +Face 2894 +UV Count: 3 + UV + UV + UV +Face 2895 +UV Count: 3 + UV + UV + UV +Face 2896 +UV Count: 3 + UV + UV + UV +Face 2897 +UV Count: 3 + UV + UV + UV +Face 2898 +UV Count: 3 + UV + UV + UV +Face 2899 +UV Count: 3 + UV + UV + UV +Face 2900 +UV Count: 3 + UV + UV + UV +Face 2901 +UV Count: 3 + UV + UV + UV +Face 2902 +UV Count: 3 + UV + UV + UV +Face 2903 +UV Count: 3 + UV + UV + UV +Face 2904 +UV Count: 3 + UV + UV + UV +Face 2905 +UV Count: 3 + UV + UV + UV +Face 2906 +UV Count: 3 + UV + UV + UV +Face 2907 +UV Count: 3 + UV + UV + UV +Face 2908 +UV Count: 3 + UV + UV + UV +Face 2909 +UV Count: 3 + UV + UV + UV +Face 2910 +UV Count: 3 + UV + UV + UV +Face 2911 +UV Count: 3 + UV + UV + UV +Face 2912 +UV Count: 3 + UV + UV + UV +Face 2913 +UV Count: 3 + UV + UV + UV +Face 2914 +UV Count: 3 + UV + UV + UV +Face 2915 +UV Count: 3 + UV + UV + UV +Face 2916 +UV Count: 3 + UV + UV + UV +Face 2917 +UV Count: 3 + UV + UV + UV +Face 2918 +UV Count: 3 + UV + UV + UV +Face 2919 +UV Count: 3 + UV + UV + UV +Face 2920 +UV Count: 3 + UV + UV + UV +Face 2921 +UV Count: 3 + UV + UV + UV +Face 2922 +UV Count: 3 + UV + UV + UV +Face 2923 +UV Count: 3 + UV + UV + UV +Face 2924 +UV Count: 3 + UV + UV + UV +Face 2925 +UV Count: 3 + UV + UV + UV +Face 2926 +UV Count: 3 + UV + UV + UV +Face 2927 +UV Count: 3 + UV + UV + UV +Face 2928 +UV Count: 3 + UV + UV + UV +Face 2929 +UV Count: 3 + UV + UV + UV +Face 2930 +UV Count: 3 + UV + UV + UV +Face 2931 +UV Count: 3 + UV + UV + UV +Face 2932 +UV Count: 3 + UV + UV + UV +Face 2933 +UV Count: 3 + UV + UV + UV +Face 2934 +UV Count: 3 + UV + UV + UV +Face 2935 +UV Count: 3 + UV + UV + UV +Face 2936 +UV Count: 3 + UV + UV + UV +Face 2937 +UV Count: 3 + UV + UV + UV +Face 2938 +UV Count: 3 + UV + UV + UV +Face 2939 +UV Count: 3 + UV + UV + UV +Face 2940 +UV Count: 3 + UV + UV + UV +Face 2941 +UV Count: 3 + UV + UV + UV +Face 2942 +UV Count: 3 + UV + UV + UV +Face 2943 +UV Count: 3 + UV + UV + UV +Face 2944 +UV Count: 3 + UV + UV + UV +Face 2945 +UV Count: 3 + UV + UV + UV +Face 2946 +UV Count: 3 + UV + UV + UV +Face 2947 +UV Count: 3 + UV + UV + UV +Face 2948 +UV Count: 3 + UV + UV + UV +Face 2949 +UV Count: 3 + UV + UV + UV +Face 2950 +UV Count: 3 + UV + UV + UV +Face 2951 +UV Count: 3 + UV + UV + UV +Face 2952 +UV Count: 3 + UV + UV + UV +Face 2953 +UV Count: 3 + UV + UV + UV +Face 2954 +UV Count: 3 + UV + UV + UV +Face 2955 +UV Count: 3 + UV + UV + UV +Face 2956 +UV Count: 3 + UV + UV + UV +Face 2957 +UV Count: 3 + UV + UV + UV +Face 2958 +UV Count: 3 + UV + UV + UV +Face 2959 +UV Count: 3 + UV + UV + UV +Face 2960 +UV Count: 3 + UV + UV + UV +Face 2961 +UV Count: 3 + UV + UV + UV +Face 2962 +UV Count: 3 + UV + UV + UV +Face 2963 +UV Count: 3 + UV + UV + UV +Face 2964 +UV Count: 3 + UV + UV + UV +Face 2965 +UV Count: 3 + UV + UV + UV +Face 2966 +UV Count: 3 + UV + UV + UV +Face 2967 +UV Count: 3 + UV + UV + UV +Face 2968 +UV Count: 3 + UV + UV + UV +Face 2969 +UV Count: 3 + UV + UV + UV +Face 2970 +UV Count: 3 + UV + UV + UV +Face 2971 +UV Count: 3 + UV + UV + UV +Face 2972 +UV Count: 3 + UV + UV + UV +Face 2973 +UV Count: 3 + UV + UV + UV +Face 2974 +UV Count: 3 + UV + UV + UV +Face 2975 +UV Count: 3 + UV + UV + UV +Face 2976 +UV Count: 3 + UV + UV + UV +Face 2977 +UV Count: 3 + UV + UV + UV +Face 2978 +UV Count: 3 + UV + UV + UV +Face 2979 +UV Count: 3 + UV + UV + UV +Face 2980 +UV Count: 3 + UV + UV + UV +Face 2981 +UV Count: 3 + UV + UV + UV +Face 2982 +UV Count: 3 + UV + UV + UV +Face 2983 +UV Count: 3 + UV + UV + UV +Face 2984 +UV Count: 3 + UV + UV + UV +Face 2985 +UV Count: 3 + UV + UV + UV +Face 2986 +UV Count: 3 + UV + UV + UV +Face 2987 +UV Count: 3 + UV + UV + UV +Face 2988 +UV Count: 3 + UV + UV + UV +Face 2989 +UV Count: 3 + UV + UV + UV +Face 2990 +UV Count: 3 + UV + UV + UV +Face 2991 +UV Count: 3 + UV + UV + UV +Face 2992 +UV Count: 3 + UV + UV + UV +Face 2993 +UV Count: 3 + UV + UV + UV +Face 2994 +UV Count: 3 + UV + UV + UV +Face 2995 +UV Count: 3 + UV + UV + UV +Face 2996 +UV Count: 3 + UV + UV + UV +Face 2997 +UV Count: 3 + UV + UV + UV +Face 2998 +UV Count: 3 + UV + UV + UV +Face 2999 +UV Count: 3 + UV + UV + UV +Face 3000 +UV Count: 3 + UV + UV + UV +Face 3001 +UV Count: 3 + UV + UV + UV +Face 3002 +UV Count: 3 + UV + UV + UV +Face 3003 +UV Count: 3 + UV + UV + UV +Face 3004 +UV Count: 3 + UV + UV + UV +Face 3005 +UV Count: 3 + UV + UV + UV +Face 3006 +UV Count: 3 + UV + UV + UV +Face 3007 +UV Count: 3 + UV + UV + UV +Face 3008 +UV Count: 3 + UV + UV + UV +Face 3009 +UV Count: 3 + UV + UV + UV +Face 3010 +UV Count: 3 + UV + UV + UV +Face 3011 +UV Count: 3 + UV + UV + UV +Face 3012 +UV Count: 3 + UV + UV + UV +Face 3013 +UV Count: 3 + UV + UV + UV +Face 3014 +UV Count: 3 + UV + UV + UV +Face 3015 +UV Count: 3 + UV + UV + UV +Face 3016 +UV Count: 3 + UV + UV + UV +Face 3017 +UV Count: 3 + UV + UV + UV +Face 3018 +UV Count: 3 + UV + UV + UV +Face 3019 +UV Count: 3 + UV + UV + UV +Face 3020 +UV Count: 3 + UV + UV + UV +Face 3021 +UV Count: 3 + UV + UV + UV +Face 3022 +UV Count: 3 + UV + UV + UV +Face 3023 +UV Count: 3 + UV + UV + UV +Face 3024 +UV Count: 3 + UV + UV + UV +Face 3025 +UV Count: 3 + UV + UV + UV +Face 3026 +UV Count: 3 + UV + UV + UV +Face 3027 +UV Count: 3 + UV + UV + UV +Face 3028 +UV Count: 3 + UV + UV + UV +Face 3029 +UV Count: 3 + UV + UV + UV +Face 3030 +UV Count: 3 + UV + UV + UV +Face 3031 +UV Count: 3 + UV + UV + UV +Face 3032 +UV Count: 3 + UV + UV + UV +Face 3033 +UV Count: 3 + UV + UV + UV +Face 3034 +UV Count: 3 + UV + UV + UV +Face 3035 +UV Count: 3 + UV + UV + UV +Face 3036 +UV Count: 3 + UV + UV + UV +Face 3037 +UV Count: 3 + UV + UV + UV +Face 3038 +UV Count: 3 + UV + UV + UV +Face 3039 +UV Count: 3 + UV + UV + UV +Face 3040 +UV Count: 3 + UV + UV + UV +Face 3041 +UV Count: 3 + UV + UV + UV +Face 3042 +UV Count: 3 + UV + UV + UV +Face 3043 +UV Count: 3 + UV + UV + UV +Face 3044 +UV Count: 3 + UV + UV + UV +Face 3045 +UV Count: 3 + UV + UV + UV +Face 3046 +UV Count: 3 + UV + UV + UV +Face 3047 +UV Count: 3 + UV + UV + UV +Face 3048 +UV Count: 3 + UV + UV + UV +Face 3049 +UV Count: 3 + UV + UV + UV +Face 3050 +UV Count: 3 + UV + UV + UV +Face 3051 +UV Count: 3 + UV + UV + UV +Face 3052 +UV Count: 3 + UV + UV + UV +Face 3053 +UV Count: 3 + UV + UV + UV +Face 3054 +UV Count: 3 + UV + UV + UV +Face 3055 +UV Count: 3 + UV + UV + UV +Face 3056 +UV Count: 3 + UV + UV + UV +Face 3057 +UV Count: 3 + UV + UV + UV +Face 3058 +UV Count: 3 + UV + UV + UV +Face 3059 +UV Count: 3 + UV + UV + UV +Face 3060 +UV Count: 3 + UV + UV + UV +Face 3061 +UV Count: 3 + UV + UV + UV +Face 3062 +UV Count: 3 + UV + UV + UV +Face 3063 +UV Count: 3 + UV + UV + UV +Face 3064 +UV Count: 3 + UV + UV + UV +Face 3065 +UV Count: 3 + UV + UV + UV +Face 3066 +UV Count: 3 + UV + UV + UV +Face 3067 +UV Count: 3 + UV + UV + UV +Face 3068 +UV Count: 3 + UV + UV + UV +Face 3069 +UV Count: 3 + UV + UV + UV +Face 3070 +UV Count: 3 + UV + UV + UV +Face 3071 +UV Count: 3 + UV + UV + UV +Face 3072 +UV Count: 3 + UV + UV + UV +Face 3073 +UV Count: 3 + UV + UV + UV +Face 3074 +UV Count: 3 + UV + UV + UV +Face 3075 +UV Count: 3 + UV + UV + UV +Face 3076 +UV Count: 3 + UV + UV + UV +Face 3077 +UV Count: 3 + UV + UV + UV +Face 3078 +UV Count: 3 + UV + UV + UV +Face 3079 +UV Count: 3 + UV + UV + UV +Face 3080 +UV Count: 3 + UV + UV + UV +Face 3081 +UV Count: 3 + UV + UV + UV +Face 3082 +UV Count: 3 + UV + UV + UV +Face 3083 +UV Count: 3 + UV + UV + UV +Face 3084 +UV Count: 3 + UV + UV + UV +Face 3085 +UV Count: 3 + UV + UV + UV +Face 3086 +UV Count: 3 + UV + UV + UV +Face 3087 +UV Count: 3 + UV + UV + UV +Face 3088 +UV Count: 3 + UV + UV + UV +Face 3089 +UV Count: 3 + UV + UV + UV +Face 3090 +UV Count: 3 + UV + UV + UV +Face 3091 +UV Count: 3 + UV + UV + UV +Face 3092 +UV Count: 3 + UV + UV + UV +Face 3093 +UV Count: 3 + UV + UV + UV +Face 3094 +UV Count: 3 + UV + UV + UV +Face 3095 +UV Count: 3 + UV + UV + UV +Face 3096 +UV Count: 3 + UV + UV + UV +Face 3097 +UV Count: 3 + UV + UV + UV +Face 3098 +UV Count: 3 + UV + UV + UV +Face 3099 +UV Count: 3 + UV + UV + UV +Face 3100 +UV Count: 3 + UV + UV + UV +Face 3101 +UV Count: 3 + UV + UV + UV +Face 3102 +UV Count: 3 + UV + UV + UV +Face 3103 +UV Count: 3 + UV + UV + UV +Face 3104 +UV Count: 3 + UV + UV + UV +Face 3105 +UV Count: 3 + UV + UV + UV +Face 3106 +UV Count: 3 + UV + UV + UV +Face 3107 +UV Count: 3 + UV + UV + UV +Face 3108 +UV Count: 3 + UV + UV + UV +Face 3109 +UV Count: 3 + UV + UV + UV +Face 3110 +UV Count: 3 + UV + UV + UV +Face 3111 +UV Count: 3 + UV + UV + UV +Face 3112 +UV Count: 3 + UV + UV + UV +Face 3113 +UV Count: 3 + UV + UV + UV +Face 3114 +UV Count: 3 + UV + UV + UV +Face 3115 +UV Count: 3 + UV + UV + UV +Face 3116 +UV Count: 3 + UV + UV + UV +Face 3117 +UV Count: 3 + UV + UV + UV +Face 3118 +UV Count: 3 + UV + UV + UV +Face 3119 +UV Count: 3 + UV + UV + UV +Face 3120 +UV Count: 3 + UV + UV + UV +Face 3121 +UV Count: 3 + UV + UV + UV +Face 3122 +UV Count: 3 + UV + UV + UV +Face 3123 +UV Count: 3 + UV + UV + UV +Face 3124 +UV Count: 3 + UV + UV + UV +Face 3125 +UV Count: 3 + UV + UV + UV +Face 3126 +UV Count: 3 + UV + UV + UV +Face 3127 +UV Count: 3 + UV + UV + UV +Face 3128 +UV Count: 3 + UV + UV + UV +Face 3129 +UV Count: 3 + UV + UV + UV +Face 3130 +UV Count: 3 + UV + UV + UV +Face 3131 +UV Count: 3 + UV + UV + UV +Face 3132 +UV Count: 3 + UV + UV + UV +Face 3133 +UV Count: 3 + UV + UV + UV +Face 3134 +UV Count: 3 + UV + UV + UV +Face 3135 +UV Count: 3 + UV + UV + UV +Face 3136 +UV Count: 3 + UV + UV + UV +Face 3137 +UV Count: 3 + UV + UV + UV +Face 3138 +UV Count: 3 + UV + UV + UV +Face 3139 +UV Count: 3 + UV + UV + UV +Face 3140 +UV Count: 3 + UV + UV + UV +Face 3141 +UV Count: 3 + UV + UV + UV +Face 3142 +UV Count: 3 + UV + UV + UV +Face 3143 +UV Count: 3 + UV + UV + UV +Face 3144 +UV Count: 3 + UV + UV + UV +Face 3145 +UV Count: 3 + UV + UV + UV +Face 3146 +UV Count: 3 + UV + UV + UV +Face 3147 +UV Count: 3 + UV + UV + UV +Face 3148 +UV Count: 3 + UV + UV + UV +Face 3149 +UV Count: 3 + UV + UV + UV +Face 3150 +UV Count: 3 + UV + UV + UV +Face 3151 +UV Count: 3 + UV + UV + UV +Face 3152 +UV Count: 3 + UV + UV + UV +Face 3153 +UV Count: 3 + UV + UV + UV +Face 3154 +UV Count: 3 + UV + UV + UV +Face 3155 +UV Count: 3 + UV + UV + UV +Face 3156 +UV Count: 3 + UV + UV + UV +Face 3157 +UV Count: 3 + UV + UV + UV +Face 3158 +UV Count: 3 + UV + UV + UV +Face 3159 +UV Count: 3 + UV + UV + UV +Face 3160 +UV Count: 3 + UV + UV + UV +Face 3161 +UV Count: 3 + UV + UV + UV +Face 3162 +UV Count: 3 + UV + UV + UV +Face 3163 +UV Count: 3 + UV + UV + UV +Face 3164 +UV Count: 3 + UV + UV + UV +Face 3165 +UV Count: 3 + UV + UV + UV +Face 3166 +UV Count: 3 + UV + UV + UV +Face 3167 +UV Count: 3 + UV + UV + UV +Face 3168 +UV Count: 3 + UV + UV + UV +Face 3169 +UV Count: 3 + UV + UV + UV +Face 3170 +UV Count: 3 + UV + UV + UV +Face 3171 +UV Count: 3 + UV + UV + UV +Face 3172 +UV Count: 3 + UV + UV + UV +Face 3173 +UV Count: 3 + UV + UV + UV +Face 3174 +UV Count: 3 + UV + UV + UV +Face 3175 +UV Count: 3 + UV + UV + UV +Face 3176 +UV Count: 3 + UV + UV + UV +Face 3177 +UV Count: 3 + UV + UV + UV +Face 3178 +UV Count: 3 + UV + UV + UV +Face 3179 +UV Count: 3 + UV + UV + UV +Face 3180 +UV Count: 3 + UV + UV + UV +Face 3181 +UV Count: 3 + UV + UV + UV +Face 3182 +UV Count: 3 + UV + UV + UV +Face 3183 +UV Count: 3 + UV + UV + UV +Face 3184 +UV Count: 3 + UV + UV + UV +Face 3185 +UV Count: 3 + UV + UV + UV +Face 3186 +UV Count: 3 + UV + UV + UV +Face 3187 +UV Count: 3 + UV + UV + UV +Face 3188 +UV Count: 3 + UV + UV + UV +Face 3189 +UV Count: 3 + UV + UV + UV +Face 3190 +UV Count: 3 + UV + UV + UV +Face 3191 +UV Count: 3 + UV + UV + UV +Face 3192 +UV Count: 3 + UV + UV + UV +Face 3193 +UV Count: 3 + UV + UV + UV +Face 3194 +UV Count: 3 + UV + UV + UV +Face 3195 +UV Count: 3 + UV + UV + UV +Face 3196 +UV Count: 3 + UV + UV + UV +Face 3197 +UV Count: 3 + UV + UV + UV +Face 3198 +UV Count: 3 + UV + UV + UV +Face 3199 +UV Count: 3 + UV + UV + UV +Face 3200 +UV Count: 3 + UV + UV + UV +Face 3201 +UV Count: 3 + UV + UV + UV +Face 3202 +UV Count: 3 + UV + UV + UV +Face 3203 +UV Count: 3 + UV + UV + UV +Face 3204 +UV Count: 3 + UV + UV + UV +Face 3205 +UV Count: 3 + UV + UV + UV +Face 3206 +UV Count: 3 + UV + UV + UV +Face 3207 +UV Count: 3 + UV + UV + UV +Face 3208 +UV Count: 3 + UV + UV + UV +Face 3209 +UV Count: 3 + UV + UV + UV +Face 3210 +UV Count: 3 + UV + UV + UV +Face 3211 +UV Count: 3 + UV + UV + UV +Face 3212 +UV Count: 3 + UV + UV + UV +Face 3213 +UV Count: 3 + UV + UV + UV +Face 3214 +UV Count: 3 + UV + UV + UV +Face 3215 +UV Count: 3 + UV + UV + UV +Face 3216 +UV Count: 3 + UV + UV + UV +Face 3217 +UV Count: 3 + UV + UV + UV +Face 3218 +UV Count: 3 + UV + UV + UV +Face 3219 +UV Count: 3 + UV + UV + UV +Face 3220 +UV Count: 3 + UV + UV + UV +Face 3221 +UV Count: 3 + UV + UV + UV +Face 3222 +UV Count: 3 + UV + UV + UV +Face 3223 +UV Count: 3 + UV + UV + UV +Face 3224 +UV Count: 3 + UV + UV + UV +Face 3225 +UV Count: 3 + UV + UV + UV +Face 3226 +UV Count: 3 + UV + UV + UV +Face 3227 +UV Count: 3 + UV + UV + UV +Face 3228 +UV Count: 3 + UV + UV + UV +Face 3229 +UV Count: 3 + UV + UV + UV +Face 3230 +UV Count: 3 + UV + UV + UV +Face 3231 +UV Count: 3 + UV + UV + UV +Face 3232 +UV Count: 3 + UV + UV + UV +Face 3233 +UV Count: 3 + UV + UV + UV +Face 3234 +UV Count: 3 + UV + UV + UV +Face 3235 +UV Count: 3 + UV + UV + UV +Face 3236 +UV Count: 3 + UV + UV + UV +Face 3237 +UV Count: 3 + UV + UV + UV +Face 3238 +UV Count: 3 + UV + UV + UV +Face 3239 +UV Count: 3 + UV + UV + UV +Face 3240 +UV Count: 3 + UV + UV + UV +Face 3241 +UV Count: 3 + UV + UV + UV +Face 3242 +UV Count: 3 + UV + UV + UV +Face 3243 +UV Count: 3 + UV + UV + UV +Face 3244 +UV Count: 3 + UV + UV + UV +Face 3245 +UV Count: 3 + UV + UV + UV +Face 3246 +UV Count: 3 + UV + UV + UV +Face 3247 +UV Count: 3 + UV + UV + UV +Face 3248 +UV Count: 3 + UV + UV + UV +Face 3249 +UV Count: 3 + UV + UV + UV +Face 3250 +UV Count: 3 + UV + UV + UV +Face 3251 +UV Count: 3 + UV + UV + UV +Face 3252 +UV Count: 3 + UV + UV + UV +Face 3253 +UV Count: 3 + UV + UV + UV +Face 3254 +UV Count: 3 + UV + UV + UV +Face 3255 +UV Count: 3 + UV + UV + UV +Face 3256 +UV Count: 3 + UV + UV + UV +Face 3257 +UV Count: 3 + UV + UV + UV +Face 3258 +UV Count: 3 + UV + UV + UV +Face 3259 +UV Count: 3 + UV + UV + UV +Face 3260 +UV Count: 3 + UV + UV + UV +Face 3261 +UV Count: 3 + UV + UV + UV +Face 3262 +UV Count: 3 + UV + UV + UV +Face 3263 +UV Count: 3 + UV + UV + UV +Face 3264 +UV Count: 3 + UV + UV + UV +Face 3265 +UV Count: 3 + UV + UV + UV +Face 3266 +UV Count: 3 + UV + UV + UV +Face 3267 +UV Count: 3 + UV + UV + UV +Face 3268 +UV Count: 3 + UV + UV + UV +Face 3269 +UV Count: 3 + UV + UV + UV +Face 3270 +UV Count: 3 + UV + UV + UV +Face 3271 +UV Count: 3 + UV + UV + UV +Face 3272 +UV Count: 3 + UV + UV + UV +Face 3273 +UV Count: 3 + UV + UV + UV +Face 3274 +UV Count: 3 + UV + UV + UV +Face 3275 +UV Count: 3 + UV + UV + UV +Face 3276 +UV Count: 3 + UV + UV + UV +Face 3277 +UV Count: 3 + UV + UV + UV +Face 3278 +UV Count: 3 + UV + UV + UV +Face 3279 +UV Count: 3 + UV + UV + UV +Face 3280 +UV Count: 3 + UV + UV + UV +Face 3281 +UV Count: 3 + UV + UV + UV +Face 3282 +UV Count: 3 + UV + UV + UV +Face 3283 +UV Count: 3 + UV + UV + UV +Face 3284 +UV Count: 3 + UV + UV + UV +Face 3285 +UV Count: 3 + UV + UV + UV +Face 3286 +UV Count: 3 + UV + UV + UV +Face 3287 +UV Count: 3 + UV + UV + UV +Face 3288 +UV Count: 3 + UV + UV + UV +Face 3289 +UV Count: 3 + UV + UV + UV +Face 3290 +UV Count: 3 + UV + UV + UV +Face 3291 +UV Count: 3 + UV + UV + UV +Face 3292 +UV Count: 3 + UV + UV + UV +Face 3293 +UV Count: 3 + UV + UV + UV +Face 3294 +UV Count: 3 + UV + UV + UV +Face 3295 +UV Count: 3 + UV + UV + UV +Face 3296 +UV Count: 3 + UV + UV + UV +Face 3297 +UV Count: 3 + UV + UV + UV +Face 3298 +UV Count: 3 + UV + UV + UV +Face 3299 +UV Count: 3 + UV + UV + UV +Face 3300 +UV Count: 3 + UV + UV + UV +Face 3301 +UV Count: 3 + UV + UV + UV +Face 3302 +UV Count: 3 + UV + UV + UV +Face 3303 +UV Count: 3 + UV + UV + UV +Face 3304 +UV Count: 3 + UV + UV + UV +Face 3305 +UV Count: 3 + UV + UV + UV +Face 3306 +UV Count: 3 + UV + UV + UV +Face 3307 +UV Count: 3 + UV + UV + UV +Face 3308 +UV Count: 3 + UV + UV + UV +Face 3309 +UV Count: 3 + UV + UV + UV +Face 3310 +UV Count: 3 + UV + UV + UV +Face 3311 +UV Count: 3 + UV + UV + UV +Face 3312 +UV Count: 3 + UV + UV + UV +Face 3313 +UV Count: 3 + UV + UV + UV +Face 3314 +UV Count: 3 + UV + UV + UV +Face 3315 +UV Count: 3 + UV + UV + UV +Face 3316 +UV Count: 3 + UV + UV + UV +Face 3317 +UV Count: 3 + UV + UV + UV +Face 3318 +UV Count: 3 + UV + UV + UV +Face 3319 +UV Count: 3 + UV + UV + UV +Face 3320 +UV Count: 3 + UV + UV + UV +Face 3321 +UV Count: 3 + UV + UV + UV +Face 3322 +UV Count: 3 + UV + UV + UV +Face 3323 +UV Count: 3 + UV + UV + UV +Face 3324 +UV Count: 3 + UV + UV + UV +Face 3325 +UV Count: 3 + UV + UV + UV +Face 3326 +UV Count: 3 + UV + UV + UV +Face 3327 +UV Count: 3 + UV + UV + UV +Face 3328 +UV Count: 3 + UV + UV + UV +Face 3329 +UV Count: 3 + UV + UV + UV +Face 3330 +UV Count: 3 + UV + UV + UV +Face 3331 +UV Count: 3 + UV + UV + UV +Face 3332 +UV Count: 3 + UV + UV + UV +Face 3333 +UV Count: 3 + UV + UV + UV +Face 3334 +UV Count: 3 + UV + UV + UV +Face 3335 +UV Count: 3 + UV + UV + UV +Face 3336 +UV Count: 3 + UV + UV + UV +Face 3337 +UV Count: 3 + UV + UV + UV +Face 3338 +UV Count: 3 + UV + UV + UV +Face 3339 +UV Count: 3 + UV + UV + UV +Face 3340 +UV Count: 3 + UV + UV + UV +Face 3341 +UV Count: 3 + UV + UV + UV +Face 3342 +UV Count: 3 + UV + UV + UV +Face 3343 +UV Count: 3 + UV + UV + UV +Face 3344 +UV Count: 3 + UV + UV + UV +Face 3345 +UV Count: 3 + UV + UV + UV +Face 3346 +UV Count: 3 + UV + UV + UV +Face 3347 +UV Count: 3 + UV + UV + UV +Face 3348 +UV Count: 3 + UV + UV + UV +Face 3349 +UV Count: 3 + UV + UV + UV +Face 3350 +UV Count: 3 + UV + UV + UV +Face 3351 +UV Count: 3 + UV + UV + UV +Face 3352 +UV Count: 3 + UV + UV + UV +Face 3353 +UV Count: 3 + UV + UV + UV +Face 3354 +UV Count: 3 + UV + UV + UV +Face 3355 +UV Count: 3 + UV + UV + UV +Face 3356 +UV Count: 3 + UV + UV + UV +Face 3357 +UV Count: 3 + UV + UV + UV +Face 3358 +UV Count: 3 + UV + UV + UV +Face 3359 +UV Count: 3 + UV + UV + UV +Face 3360 +UV Count: 3 + UV + UV + UV +Face 3361 +UV Count: 3 + UV + UV + UV +Face 3362 +UV Count: 3 + UV + UV + UV +Face 3363 +UV Count: 3 + UV + UV + UV +Face 3364 +UV Count: 3 + UV + UV + UV +Face 3365 +UV Count: 3 + UV + UV + UV +Face 3366 +UV Count: 3 + UV + UV + UV +Face 3367 +UV Count: 3 + UV + UV + UV +Face 3368 +UV Count: 3 + UV + UV + UV +Face 3369 +UV Count: 3 + UV + UV + UV +Face 3370 +UV Count: 3 + UV + UV + UV +Face 3371 +UV Count: 3 + UV + UV + UV +Face 3372 +UV Count: 3 + UV + UV + UV +Face 3373 +UV Count: 3 + UV + UV + UV +Face 3374 +UV Count: 3 + UV + UV + UV +Face 3375 +UV Count: 3 + UV + UV + UV +Face 3376 +UV Count: 3 + UV + UV + UV +Face 3377 +UV Count: 3 + UV + UV + UV +Face 3378 +UV Count: 3 + UV + UV + UV +Face 3379 +UV Count: 3 + UV + UV + UV +Face 3380 +UV Count: 3 + UV + UV + UV +Face 3381 +UV Count: 3 + UV + UV + UV +Face 3382 +UV Count: 3 + UV + UV + UV +Face 3383 +UV Count: 3 + UV + UV + UV +Face 3384 +UV Count: 3 + UV + UV + UV +Face 3385 +UV Count: 3 + UV + UV + UV +Face 3386 +UV Count: 3 + UV + UV + UV +Face 3387 +UV Count: 3 + UV + UV + UV +Face 3388 +UV Count: 3 + UV + UV + UV +Face 3389 +UV Count: 3 + UV + UV + UV +Face 3390 +UV Count: 3 + UV + UV + UV +Face 3391 +UV Count: 3 + UV + UV + UV +Face 3392 +UV Count: 3 + UV + UV + UV +Face 3393 +UV Count: 3 + UV + UV + UV +Face 3394 +UV Count: 3 + UV + UV + UV +Face 3395 +UV Count: 3 + UV + UV + UV +Face 3396 +UV Count: 3 + UV + UV + UV +Face 3397 +UV Count: 3 + UV + UV + UV +Face 3398 +UV Count: 3 + UV + UV + UV +Face 3399 +UV Count: 3 + UV + UV + UV +Face 3400 +UV Count: 3 + UV + UV + UV +Face 3401 +UV Count: 3 + UV + UV + UV +Face 3402 +UV Count: 3 + UV + UV + UV +Face 3403 +UV Count: 3 + UV + UV + UV +Face 3404 +UV Count: 3 + UV + UV + UV +Face 3405 +UV Count: 3 + UV + UV + UV +Face 3406 +UV Count: 3 + UV + UV + UV +Face 3407 +UV Count: 3 + UV + UV + UV +Face 3408 +UV Count: 3 + UV + UV + UV +Face 3409 +UV Count: 3 + UV + UV + UV +Face 3410 +UV Count: 3 + UV + UV + UV +Face 3411 +UV Count: 3 + UV + UV + UV +Face 3412 +UV Count: 3 + UV + UV + UV +Face 3413 +UV Count: 3 + UV + UV + UV +Face 3414 +UV Count: 3 + UV + UV + UV +Face 3415 +UV Count: 3 + UV + UV + UV +Face 3416 +UV Count: 3 + UV + UV + UV +Face 3417 +UV Count: 3 + UV + UV + UV +Face 3418 +UV Count: 3 + UV + UV + UV +Face 3419 +UV Count: 3 + UV + UV + UV +Face 3420 +UV Count: 3 + UV + UV + UV +Face 3421 +UV Count: 3 + UV + UV + UV +Face 3422 +UV Count: 3 + UV + UV + UV +Face 3423 +UV Count: 3 + UV + UV + UV +Face 3424 +UV Count: 3 + UV + UV + UV +Face 3425 +UV Count: 3 + UV + UV + UV +Face 3426 +UV Count: 3 + UV + UV + UV +Face 3427 +UV Count: 3 + UV + UV + UV +Face 3428 +UV Count: 3 + UV + UV + UV +Face 3429 +UV Count: 3 + UV + UV + UV +Face 3430 +UV Count: 3 + UV + UV + UV +Face 3431 +UV Count: 3 + UV + UV + UV +Face 3432 +UV Count: 3 + UV + UV + UV +Face 3433 +UV Count: 3 + UV + UV + UV +Face 3434 +UV Count: 3 + UV + UV + UV +Face 3435 +UV Count: 3 + UV + UV + UV +Face 3436 +UV Count: 3 + UV + UV + UV +Face 3437 +UV Count: 3 + UV + UV + UV +Face 3438 +UV Count: 3 + UV + UV + UV +Face 3439 +UV Count: 3 + UV + UV + UV +Face 3440 +UV Count: 3 + UV + UV + UV +Face 3441 +UV Count: 3 + UV + UV + UV +Face 3442 +UV Count: 3 + UV + UV + UV +Face 3443 +UV Count: 3 + UV + UV + UV +Face 3444 +UV Count: 3 + UV + UV + UV +Face 3445 +UV Count: 3 + UV + UV + UV +Face 3446 +UV Count: 3 + UV + UV + UV +Face 3447 +UV Count: 3 + UV + UV + UV +Face 3448 +UV Count: 3 + UV + UV + UV +Face 3449 +UV Count: 3 + UV + UV + UV +Face 3450 +UV Count: 3 + UV + UV + UV +Face 3451 +UV Count: 3 + UV + UV + UV +Face 3452 +UV Count: 3 + UV + UV + UV +Face 3453 +UV Count: 3 + UV + UV + UV +Face 3454 +UV Count: 3 + UV + UV + UV +Face 3455 +UV Count: 3 + UV + UV + UV +Face 3456 +UV Count: 3 + UV + UV + UV +Face 3457 +UV Count: 3 + UV + UV + UV +Face 3458 +UV Count: 3 + UV + UV + UV +Face 3459 +UV Count: 3 + UV + UV + UV +Face 3460 +UV Count: 3 + UV + UV + UV +Face 3461 +UV Count: 3 + UV + UV + UV +Face 3462 +UV Count: 3 + UV + UV + UV +Face 3463 +UV Count: 3 + UV + UV + UV +Face 3464 +UV Count: 3 + UV + UV + UV +Face 3465 +UV Count: 3 + UV + UV + UV +Face 3466 +UV Count: 3 + UV + UV + UV +Face 3467 +UV Count: 3 + UV + UV + UV +Face 3468 +UV Count: 3 + UV + UV + UV +Face 3469 +UV Count: 3 + UV + UV + UV +Face 3470 +UV Count: 3 + UV + UV + UV +Face 3471 +UV Count: 3 + UV + UV + UV +Face 3472 +UV Count: 3 + UV + UV + UV +Face 3473 +UV Count: 3 + UV + UV + UV +Face 3474 +UV Count: 3 + UV + UV + UV +Face 3475 +UV Count: 3 + UV + UV + UV +Face 3476 +UV Count: 3 + UV + UV + UV +Face 3477 +UV Count: 3 + UV + UV + UV +Face 3478 +UV Count: 3 + UV + UV + UV +Face 3479 +UV Count: 3 + UV + UV + UV +Face 3480 +UV Count: 3 + UV + UV + UV +Face 3481 +UV Count: 3 + UV + UV + UV +Face 3482 +UV Count: 3 + UV + UV + UV +Face 3483 +UV Count: 3 + UV + UV + UV +Face 3484 +UV Count: 3 + UV + UV + UV +Face 3485 +UV Count: 3 + UV + UV + UV +Face 3486 +UV Count: 3 + UV + UV + UV +Face 3487 +UV Count: 3 + UV + UV + UV +Face 3488 +UV Count: 3 + UV + UV + UV +Face 3489 +UV Count: 3 + UV + UV + UV +Face 3490 +UV Count: 3 + UV + UV + UV +Face 3491 +UV Count: 3 + UV + UV + UV +Face 3492 +UV Count: 3 + UV + UV + UV +Face 3493 +UV Count: 3 + UV + UV + UV +Face 3494 +UV Count: 3 + UV + UV + UV +Face 3495 +UV Count: 3 + UV + UV + UV +Face 3496 +UV Count: 3 + UV + UV + UV +Face 3497 +UV Count: 3 + UV + UV + UV +Face 3498 +UV Count: 3 + UV + UV + UV +Face 3499 +UV Count: 3 + UV + UV + UV +Face 3500 +UV Count: 3 + UV + UV + UV +Face 3501 +UV Count: 3 + UV + UV + UV +Face 3502 +UV Count: 3 + UV + UV + UV +Face 3503 +UV Count: 3 + UV + UV + UV +Face 3504 +UV Count: 3 + UV + UV + UV +Face 3505 +UV Count: 3 + UV + UV + UV +Face 3506 +UV Count: 3 + UV + UV + UV +Face 3507 +UV Count: 3 + UV + UV + UV +Face 3508 +UV Count: 3 + UV + UV + UV +Face 3509 +UV Count: 3 + UV + UV + UV +Face 3510 +UV Count: 3 + UV + UV + UV +Face 3511 +UV Count: 3 + UV + UV + UV +Face 3512 +UV Count: 3 + UV + UV + UV +Face 3513 +UV Count: 3 + UV + UV + UV +Face 3514 +UV Count: 3 + UV + UV + UV +Face 3515 +UV Count: 3 + UV + UV + UV +Face 3516 +UV Count: 3 + UV + UV + UV +Face 3517 +UV Count: 3 + UV + UV + UV +Face 3518 +UV Count: 3 + UV + UV + UV +Face 3519 +UV Count: 3 + UV + UV + UV +Face 3520 +UV Count: 3 + UV + UV + UV +Face 3521 +UV Count: 3 + UV + UV + UV +Face 3522 +UV Count: 3 + UV + UV + UV +Face 3523 +UV Count: 3 + UV + UV + UV +Face 3524 +UV Count: 3 + UV + UV + UV +Face 3525 +UV Count: 3 + UV + UV + UV +Face 3526 +UV Count: 3 + UV + UV + UV +Face 3527 +UV Count: 3 + UV + UV + UV +Face 3528 +UV Count: 3 + UV + UV + UV +Face 3529 +UV Count: 3 + UV + UV + UV +Face 3530 +UV Count: 3 + UV + UV + UV +Face 3531 +UV Count: 3 + UV + UV + UV +Face 3532 +UV Count: 3 + UV + UV + UV +Face 3533 +UV Count: 3 + UV + UV + UV +Face 3534 +UV Count: 3 + UV + UV + UV +Face 3535 +UV Count: 3 + UV + UV + UV +Face 3536 +UV Count: 3 + UV + UV + UV +Face 3537 +UV Count: 3 + UV + UV + UV +Face 3538 +UV Count: 3 + UV + UV + UV +Face 3539 +UV Count: 3 + UV + UV + UV +Face 3540 +UV Count: 3 + UV + UV + UV +Face 3541 +UV Count: 3 + UV + UV + UV +Face 3542 +UV Count: 3 + UV + UV + UV +Face 3543 +UV Count: 3 + UV + UV + UV +Face 3544 +UV Count: 3 + UV + UV + UV +Face 3545 +UV Count: 3 + UV + UV + UV +Face 3546 +UV Count: 3 + UV + UV + UV +Face 3547 +UV Count: 3 + UV + UV + UV +Face 3548 +UV Count: 3 + UV + UV + UV +Face 3549 +UV Count: 3 + UV + UV + UV +Face 3550 +UV Count: 3 + UV + UV + UV +Face 3551 +UV Count: 3 + UV + UV + UV +Face 3552 +UV Count: 3 + UV + UV + UV +Face 3553 +UV Count: 3 + UV + UV + UV +Face 3554 +UV Count: 3 + UV + UV + UV +Face 3555 +UV Count: 3 + UV + UV + UV +Face 3556 +UV Count: 3 + UV + UV + UV +Face 3557 +UV Count: 3 + UV + UV + UV +Face 3558 +UV Count: 3 + UV + UV + UV +Face 3559 +UV Count: 3 + UV + UV + UV +Face 3560 +UV Count: 3 + UV + UV + UV +Face 3561 +UV Count: 3 + UV + UV + UV +Face 3562 +UV Count: 3 + UV + UV + UV +Face 3563 +UV Count: 3 + UV + UV + UV +Face 3564 +UV Count: 3 + UV + UV + UV +Face 3565 +UV Count: 3 + UV + UV + UV +Face 3566 +UV Count: 3 + UV + UV + UV +Face 3567 +UV Count: 3 + UV + UV + UV +Face 3568 +UV Count: 3 + UV + UV + UV +Face 3569 +UV Count: 3 + UV + UV + UV +Face 3570 +UV Count: 3 + UV + UV + UV +Face 3571 +UV Count: 3 + UV + UV + UV +Face 3572 +UV Count: 3 + UV + UV + UV +Face 3573 +UV Count: 3 + UV + UV + UV +Face 3574 +UV Count: 3 + UV + UV + UV +Face 3575 +UV Count: 3 + UV + UV + UV +Face 3576 +UV Count: 3 + UV + UV + UV +Face 3577 +UV Count: 3 + UV + UV + UV +Face 3578 +UV Count: 3 + UV + UV + UV +Face 3579 +UV Count: 3 + UV + UV + UV +Face 3580 +UV Count: 3 + UV + UV + UV +Face 3581 +UV Count: 3 + UV + UV + UV +Face 3582 +UV Count: 3 + UV + UV + UV +Face 3583 +UV Count: 3 + UV + UV + UV +Face 3584 +UV Count: 3 + UV + UV + UV +Face 3585 +UV Count: 3 + UV + UV + UV +Face 3586 +UV Count: 3 + UV + UV + UV +Face 3587 +UV Count: 3 + UV + UV + UV +Face 3588 +UV Count: 3 + UV + UV + UV +Face 3589 +UV Count: 3 + UV + UV + UV +Face 3590 +UV Count: 3 + UV + UV + UV +Face 3591 +UV Count: 3 + UV + UV + UV +Face 3592 +UV Count: 3 + UV + UV + UV +Face 3593 +UV Count: 3 + UV + UV + UV +Face 3594 +UV Count: 3 + UV + UV + UV +Face 3595 +UV Count: 3 + UV + UV + UV +Face 3596 +UV Count: 3 + UV + UV + UV +Face 3597 +UV Count: 3 + UV + UV + UV +Face 3598 +UV Count: 3 + UV + UV + UV +Face 3599 +UV Count: 3 + UV + UV + UV +Face 3600 +UV Count: 3 + UV + UV + UV +Face 3601 +UV Count: 3 + UV + UV + UV +Face 3602 +UV Count: 3 + UV + UV + UV +Face 3603 +UV Count: 3 + UV + UV + UV +Face 3604 +UV Count: 3 + UV + UV + UV +Face 3605 +UV Count: 3 + UV + UV + UV +Face 3606 +UV Count: 3 + UV + UV + UV +Face 3607 +UV Count: 3 + UV + UV + UV +Face 3608 +UV Count: 3 + UV + UV + UV +Face 3609 +UV Count: 3 + UV + UV + UV +Face 3610 +UV Count: 3 + UV + UV + UV +Face 3611 +UV Count: 3 + UV + UV + UV +Face 3612 +UV Count: 3 + UV + UV + UV +Face 3613 +UV Count: 3 + UV + UV + UV +Face 3614 +UV Count: 3 + UV + UV + UV +Face 3615 +UV Count: 3 + UV + UV + UV +Face 3616 +UV Count: 3 + UV + UV + UV +Face 3617 +UV Count: 3 + UV + UV + UV +Face 3618 +UV Count: 3 + UV + UV + UV +Face 3619 +UV Count: 3 + UV + UV + UV +Face 3620 +UV Count: 3 + UV + UV + UV +Face 3621 +UV Count: 3 + UV + UV + UV +Face 3622 +UV Count: 3 + UV + UV + UV +Face 3623 +UV Count: 3 + UV + UV + UV +Face 3624 +UV Count: 3 + UV + UV + UV +Face 3625 +UV Count: 3 + UV + UV + UV +Face 3626 +UV Count: 3 + UV + UV + UV +Face 3627 +UV Count: 3 + UV + UV + UV +Face 3628 +UV Count: 3 + UV + UV + UV +Face 3629 +UV Count: 3 + UV + UV + UV +Face 3630 +UV Count: 3 + UV + UV + UV +Face 3631 +UV Count: 3 + UV + UV + UV +Face 3632 +UV Count: 3 + UV + UV + UV +Face 3633 +UV Count: 3 + UV + UV + UV +Face 3634 +UV Count: 3 + UV + UV + UV +Face 3635 +UV Count: 3 + UV + UV + UV +Face 3636 +UV Count: 3 + UV + UV + UV +Face 3637 +UV Count: 3 + UV + UV + UV +Face 3638 +UV Count: 3 + UV + UV + UV +Face 3639 +UV Count: 3 + UV + UV + UV +Face 3640 +UV Count: 3 + UV + UV + UV +Face 3641 +UV Count: 3 + UV + UV + UV +Face 3642 +UV Count: 3 + UV + UV + UV +Face 3643 +UV Count: 3 + UV + UV + UV +Face 3644 +UV Count: 3 + UV + UV + UV +Face 3645 +UV Count: 3 + UV + UV + UV +Face 3646 +UV Count: 3 + UV + UV + UV +Face 3647 +UV Count: 3 + UV + UV + UV +Face 3648 +UV Count: 3 + UV + UV + UV +Face 3649 +UV Count: 3 + UV + UV + UV +Face 3650 +UV Count: 3 + UV + UV + UV +Face 3651 +UV Count: 3 + UV + UV + UV +Face 3652 +UV Count: 3 + UV + UV + UV +Face 3653 +UV Count: 3 + UV + UV + UV +Face 3654 +UV Count: 3 + UV + UV + UV +Face 3655 +UV Count: 3 + UV + UV + UV +Face 3656 +UV Count: 3 + UV + UV + UV +Face 3657 +UV Count: 3 + UV + UV + UV +Face 3658 +UV Count: 3 + UV + UV + UV +Face 3659 +UV Count: 3 + UV + UV + UV +Face 3660 +UV Count: 3 + UV + UV + UV +Face 3661 +UV Count: 3 + UV + UV + UV +Face 3662 +UV Count: 3 + UV + UV + UV +Face 3663 +UV Count: 3 + UV + UV + UV +Face 3664 +UV Count: 3 + UV + UV + UV +Face 3665 +UV Count: 3 + UV + UV + UV +Face 3666 +UV Count: 3 + UV + UV + UV +Face 3667 +UV Count: 3 + UV + UV + UV +Face 3668 +UV Count: 3 + UV + UV + UV +Face 3669 +UV Count: 3 + UV + UV + UV +Face 3670 +UV Count: 3 + UV + UV + UV +Face 3671 +UV Count: 3 + UV + UV + UV +Face 3672 +UV Count: 3 + UV + UV + UV +Face 3673 +UV Count: 3 + UV + UV + UV +Face 3674 +UV Count: 3 + UV + UV + UV +Face 3675 +UV Count: 3 + UV + UV + UV +Face 3676 +UV Count: 3 + UV + UV + UV +Face 3677 +UV Count: 3 + UV + UV + UV +Face 3678 +UV Count: 3 + UV + UV + UV +Face 3679 +UV Count: 3 + UV + UV + UV +Face 3680 +UV Count: 3 + UV + UV + UV +Face 3681 +UV Count: 3 + UV + UV + UV +Face 3682 +UV Count: 3 + UV + UV + UV +Face 3683 +UV Count: 3 + UV + UV + UV +Face 3684 +UV Count: 3 + UV + UV + UV +Face 3685 +UV Count: 3 + UV + UV + UV +Face 3686 +UV Count: 3 + UV + UV + UV +Face 3687 +UV Count: 3 + UV + UV + UV +Face 3688 +UV Count: 3 + UV + UV + UV +Face 3689 +UV Count: 3 + UV + UV + UV +Face 3690 +UV Count: 3 + UV + UV + UV +Face 3691 +UV Count: 3 + UV + UV + UV +Face 3692 +UV Count: 3 + UV + UV + UV +Face 3693 +UV Count: 3 + UV + UV + UV +Face 3694 +UV Count: 3 + UV + UV + UV +Face 3695 +UV Count: 3 + UV + UV + UV +Face 3696 +UV Count: 3 + UV + UV + UV +Face 3697 +UV Count: 3 + UV + UV + UV +Face 3698 +UV Count: 3 + UV + UV + UV +Face 3699 +UV Count: 3 + UV + UV + UV +Face 3700 +UV Count: 3 + UV + UV + UV +Face 3701 +UV Count: 3 + UV + UV + UV +Face 3702 +UV Count: 3 + UV + UV + UV +Face 3703 +UV Count: 3 + UV + UV + UV +Face 3704 +UV Count: 3 + UV + UV + UV +Face 3705 +UV Count: 3 + UV + UV + UV +Face 3706 +UV Count: 3 + UV + UV + UV +Face 3707 +UV Count: 3 + UV + UV + UV +Face 3708 +UV Count: 3 + UV + UV + UV +Face 3709 +UV Count: 3 + UV + UV + UV +Face 3710 +UV Count: 3 + UV + UV + UV +Face 3711 +UV Count: 3 + UV + UV + UV +Face 3712 +UV Count: 3 + UV + UV + UV +Face 3713 +UV Count: 3 + UV + UV + UV +Face 3714 +UV Count: 3 + UV + UV + UV +Face 3715 +UV Count: 3 + UV + UV + UV +Face 3716 +UV Count: 3 + UV + UV + UV +Face 3717 +UV Count: 3 + UV + UV + UV +Face 3718 +UV Count: 3 + UV + UV + UV +Face 3719 +UV Count: 3 + UV + UV + UV +Face 3720 +UV Count: 3 + UV + UV + UV +Face 3721 +UV Count: 3 + UV + UV + UV +Face 3722 +UV Count: 3 + UV + UV + UV +Face 3723 +UV Count: 3 + UV + UV + UV +Face 3724 +UV Count: 3 + UV + UV + UV +Face 3725 +UV Count: 3 + UV + UV + UV +Face 3726 +UV Count: 3 + UV + UV + UV +Face 3727 +UV Count: 3 + UV + UV + UV +Face 3728 +UV Count: 3 + UV + UV + UV +Face 3729 +UV Count: 3 + UV + UV + UV +Face 3730 +UV Count: 3 + UV + UV + UV +Face 3731 +UV Count: 3 + UV + UV + UV +Face 3732 +UV Count: 3 + UV + UV + UV +Face 3733 +UV Count: 3 + UV + UV + UV +Face 3734 +UV Count: 3 + UV + UV + UV +Face 3735 +UV Count: 3 + UV + UV + UV +Face 3736 +UV Count: 3 + UV + UV + UV +Face 3737 +UV Count: 3 + UV + UV + UV +Face 3738 +UV Count: 3 + UV + UV + UV +Face 3739 +UV Count: 3 + UV + UV + UV +Face 3740 +UV Count: 3 + UV + UV + UV +Face 3741 +UV Count: 3 + UV + UV + UV +Face 3742 +UV Count: 3 + UV + UV + UV +Face 3743 +UV Count: 3 + UV + UV + UV +Face 3744 +UV Count: 3 + UV + UV + UV +Face 3745 +UV Count: 3 + UV + UV + UV +Face 3746 +UV Count: 3 + UV + UV + UV +Face 3747 +UV Count: 3 + UV + UV + UV +Face 3748 +UV Count: 3 + UV + UV + UV +Face 3749 +UV Count: 3 + UV + UV + UV +Face 3750 +UV Count: 3 + UV + UV + UV +Face 3751 +UV Count: 3 + UV + UV + UV +Face 3752 +UV Count: 3 + UV + UV + UV +Face 3753 +UV Count: 3 + UV + UV + UV +Face 3754 +UV Count: 3 + UV + UV + UV +Face 3755 +UV Count: 3 + UV + UV + UV +Face 3756 +UV Count: 3 + UV + UV + UV +Face 3757 +UV Count: 3 + UV + UV + UV +Face 3758 +UV Count: 3 + UV + UV + UV +Face 3759 +UV Count: 3 + UV + UV + UV +Face 3760 +UV Count: 3 + UV + UV + UV +Face 3761 +UV Count: 3 + UV + UV + UV +Face 3762 +UV Count: 3 + UV + UV + UV +Face 3763 +UV Count: 3 + UV + UV + UV +Face 3764 +UV Count: 3 + UV + UV + UV +Face 3765 +UV Count: 3 + UV + UV + UV +Face 3766 +UV Count: 3 + UV + UV + UV +Face 3767 +UV Count: 3 + UV + UV + UV +Face 3768 +UV Count: 3 + UV + UV + UV +Face 3769 +UV Count: 3 + UV + UV + UV +Face 3770 +UV Count: 3 + UV + UV + UV +Face 3771 +UV Count: 3 + UV + UV + UV +Face 3772 +UV Count: 3 + UV + UV + UV +Face 3773 +UV Count: 3 + UV + UV + UV +Face 3774 +UV Count: 3 + UV + UV + UV +Face 3775 +UV Count: 3 + UV + UV + UV +Face 3776 +UV Count: 3 + UV + UV + UV +Face 3777 +UV Count: 3 + UV + UV + UV +Face 3778 +UV Count: 3 + UV + UV + UV +Face 3779 +UV Count: 3 + UV + UV + UV +Face 3780 +UV Count: 3 + UV + UV + UV +Face 3781 +UV Count: 3 + UV + UV + UV +Face 3782 +UV Count: 3 + UV + UV + UV +Face 3783 +UV Count: 3 + UV + UV + UV +Face 3784 +UV Count: 3 + UV + UV + UV +Face 3785 +UV Count: 3 + UV + UV + UV +Face 3786 +UV Count: 3 + UV + UV + UV +Face 3787 +UV Count: 3 + UV + UV + UV +Face 3788 +UV Count: 3 + UV + UV + UV +Face 3789 +UV Count: 3 + UV + UV + UV +Face 3790 +UV Count: 3 + UV + UV + UV +Face 3791 +UV Count: 3 + UV + UV + UV +Face 3792 +UV Count: 3 + UV + UV + UV +Face 3793 +UV Count: 3 + UV + UV + UV +Face 3794 +UV Count: 3 + UV + UV + UV +Face 3795 +UV Count: 3 + UV + UV + UV +Face 3796 +UV Count: 3 + UV + UV + UV +Face 3797 +UV Count: 3 + UV + UV + UV +Face 3798 +UV Count: 3 + UV + UV + UV +Face 3799 +UV Count: 3 + UV + UV + UV +Face 3800 +UV Count: 3 + UV + UV + UV +Face 3801 +UV Count: 3 + UV + UV + UV +Face 3802 +UV Count: 3 + UV + UV + UV +Face 3803 +UV Count: 3 + UV + UV + UV +Face 3804 +UV Count: 3 + UV + UV + UV +Face 3805 +UV Count: 3 + UV + UV + UV +Face 3806 +UV Count: 3 + UV + UV + UV +Face 3807 +UV Count: 3 + UV + UV + UV +Face 3808 +UV Count: 3 + UV + UV + UV +Face 3809 +UV Count: 3 + UV + UV + UV +Face 3810 +UV Count: 3 + UV + UV + UV +Face 3811 +UV Count: 3 + UV + UV + UV +Face 3812 +UV Count: 3 + UV + UV + UV +Face 3813 +UV Count: 3 + UV + UV + UV +Face 3814 +UV Count: 3 + UV + UV + UV +Face 3815 +UV Count: 3 + UV + UV + UV +Face 3816 +UV Count: 3 + UV + UV + UV +Face 3817 +UV Count: 3 + UV + UV + UV +Face 3818 +UV Count: 3 + UV + UV + UV +Face 3819 +UV Count: 3 + UV + UV + UV +Face 3820 +UV Count: 3 + UV + UV + UV +Face 3821 +UV Count: 3 + UV + UV + UV +Face 3822 +UV Count: 3 + UV + UV + UV +Face 3823 +UV Count: 3 + UV + UV + UV +Face 3824 +UV Count: 3 + UV + UV + UV +Face 3825 +UV Count: 3 + UV + UV + UV +Face 3826 +UV Count: 3 + UV + UV + UV +Face 3827 +UV Count: 3 + UV + UV + UV +Face 3828 +UV Count: 3 + UV + UV + UV +Face 3829 +UV Count: 3 + UV + UV + UV +Face 3830 +UV Count: 3 + UV + UV + UV +Face 3831 +UV Count: 3 + UV + UV + UV +Face 3832 +UV Count: 3 + UV + UV + UV +Face 3833 +UV Count: 3 + UV + UV + UV +Face 3834 +UV Count: 3 + UV + UV + UV +Face 3835 +UV Count: 3 + UV + UV + UV +Face 3836 +UV Count: 3 + UV + UV + UV +Face 3837 +UV Count: 3 + UV + UV + UV +Face 3838 +UV Count: 3 + UV + UV + UV +Face 3839 +UV Count: 3 + UV + UV + UV +Face 3840 +UV Count: 3 + UV + UV + UV +Face 3841 +UV Count: 3 + UV + UV + UV +Face 3842 +UV Count: 3 + UV + UV + UV +Face 3843 +UV Count: 3 + UV + UV + UV +Face 3844 +UV Count: 3 + UV + UV + UV +Face 3845 +UV Count: 3 + UV + UV + UV +Face 3846 +UV Count: 3 + UV + UV + UV +Face 3847 +UV Count: 3 + UV + UV + UV +Face 3848 +UV Count: 3 + UV + UV + UV +Face 3849 +UV Count: 3 + UV + UV + UV +Face 3850 +UV Count: 3 + UV + UV + UV +Face 3851 +UV Count: 3 + UV + UV + UV +Face 3852 +UV Count: 3 + UV + UV + UV +Face 3853 +UV Count: 3 + UV + UV + UV +Face 3854 +UV Count: 3 + UV + UV + UV +Face 3855 +UV Count: 3 + UV + UV + UV +Face 3856 +UV Count: 3 + UV + UV + UV +Face 3857 +UV Count: 3 + UV + UV + UV +Face 3858 +UV Count: 3 + UV + UV + UV +Face 3859 +UV Count: 3 + UV + UV + UV +Face 3860 +UV Count: 3 + UV + UV + UV +Face 3861 +UV Count: 3 + UV + UV + UV +Face 3862 +UV Count: 3 + UV + UV + UV +Face 3863 +UV Count: 3 + UV + UV + UV +Face 3864 +UV Count: 3 + UV + UV + UV +Face 3865 +UV Count: 3 + UV + UV + UV +Face 3866 +UV Count: 3 + UV + UV + UV +Face 3867 +UV Count: 3 + UV + UV + UV +Face 3868 +UV Count: 3 + UV + UV + UV +Face 3869 +UV Count: 3 + UV + UV + UV +Face 3870 +UV Count: 3 + UV + UV + UV +Face 3871 +UV Count: 3 + UV + UV + UV +Face 3872 +UV Count: 3 + UV + UV + UV +Face 3873 +UV Count: 3 + UV + UV + UV +Face 3874 +UV Count: 3 + UV + UV + UV +Face 3875 +UV Count: 3 + UV + UV + UV +Face 3876 +UV Count: 3 + UV + UV + UV +Face 3877 +UV Count: 3 + UV + UV + UV +Face 3878 +UV Count: 3 + UV + UV + UV +Face 3879 +UV Count: 3 + UV + UV + UV +Face 3880 +UV Count: 3 + UV + UV + UV +Face 3881 +UV Count: 3 + UV + UV + UV +Face 3882 +UV Count: 3 + UV + UV + UV +Face 3883 +UV Count: 3 + UV + UV + UV +Face 3884 +UV Count: 3 + UV + UV + UV +Face 3885 +UV Count: 3 + UV + UV + UV +Face 3886 +UV Count: 3 + UV + UV + UV +Face 3887 +UV Count: 3 + UV + UV + UV +Face 3888 +UV Count: 3 + UV + UV + UV +Face 3889 +UV Count: 3 + UV + UV + UV +Face 3890 +UV Count: 3 + UV + UV + UV +Face 3891 +UV Count: 3 + UV + UV + UV +Face 3892 +UV Count: 3 + UV + UV + UV +Face 3893 +UV Count: 3 + UV + UV + UV +Face 3894 +UV Count: 3 + UV + UV + UV +Face 3895 +UV Count: 3 + UV + UV + UV +Face 3896 +UV Count: 3 + UV + UV + UV +Face 3897 +UV Count: 3 + UV + UV + UV +Face 3898 +UV Count: 3 + UV + UV + UV +Face 3899 +UV Count: 3 + UV + UV + UV +Face 3900 +UV Count: 3 + UV + UV + UV +Face 3901 +UV Count: 3 + UV + UV + UV +Face 3902 +UV Count: 3 + UV + UV + UV +Face 3903 +UV Count: 3 + UV + UV + UV +Face 3904 +UV Count: 3 + UV + UV + UV +Face 3905 +UV Count: 3 + UV + UV + UV +Face 3906 +UV Count: 3 + UV + UV + UV +Face 3907 +UV Count: 3 + UV + UV + UV +Face 3908 +UV Count: 3 + UV + UV + UV +Face 3909 +UV Count: 3 + UV + UV + UV +Face 3910 +UV Count: 3 + UV + UV + UV +Face 3911 +UV Count: 3 + UV + UV + UV +Face 3912 +UV Count: 3 + UV + UV + UV +Face 3913 +UV Count: 3 + UV + UV + UV +Face 3914 +UV Count: 3 + UV + UV + UV +Face 3915 +UV Count: 3 + UV + UV + UV +Face 3916 +UV Count: 3 + UV + UV + UV +Face 3917 +UV Count: 3 + UV + UV + UV +Face 3918 +UV Count: 3 + UV + UV + UV +Face 3919 +UV Count: 3 + UV + UV + UV +Face 3920 +UV Count: 3 + UV + UV + UV +Face 3921 +UV Count: 3 + UV + UV + UV +Face 3922 +UV Count: 3 + UV + UV + UV +Face 3923 +UV Count: 3 + UV + UV + UV +Face 3924 +UV Count: 3 + UV + UV + UV +Face 3925 +UV Count: 3 + UV + UV + UV +Face 3926 +UV Count: 3 + UV + UV + UV +Face 3927 +UV Count: 3 + UV + UV + UV +Face 3928 +UV Count: 3 + UV + UV + UV +Face 3929 +UV Count: 3 + UV + UV + UV +Face 3930 +UV Count: 3 + UV + UV + UV +Face 3931 +UV Count: 3 + UV + UV + UV +Face 3932 +UV Count: 3 + UV + UV + UV +Face 3933 +UV Count: 3 + UV + UV + UV +Face 3934 +UV Count: 3 + UV + UV + UV +Face 3935 +UV Count: 3 + UV + UV + UV +Face 3936 +UV Count: 3 + UV + UV + UV +Face 3937 +UV Count: 3 + UV + UV + UV +Face 3938 +UV Count: 3 + UV + UV + UV +Face 3939 +UV Count: 3 + UV + UV + UV +Face 3940 +UV Count: 3 + UV + UV + UV +Face 3941 +UV Count: 3 + UV + UV + UV +Face 3942 +UV Count: 3 + UV + UV + UV +Face 3943 +UV Count: 3 + UV + UV + UV +Face 3944 +UV Count: 3 + UV + UV + UV +Face 3945 +UV Count: 3 + UV + UV + UV +Face 3946 +UV Count: 3 + UV + UV + UV +Face 3947 +UV Count: 3 + UV + UV + UV +Face 3948 +UV Count: 3 + UV + UV + UV +Face 3949 +UV Count: 3 + UV + UV + UV +Face 3950 +UV Count: 3 + UV + UV + UV +Face 3951 +UV Count: 3 + UV + UV + UV +Face 3952 +UV Count: 3 + UV + UV + UV +Face 3953 +UV Count: 3 + UV + UV + UV +Face 3954 +UV Count: 3 + UV + UV + UV +Face 3955 +UV Count: 3 + UV + UV + UV +Face 3956 +UV Count: 3 + UV + UV + UV +Face 3957 +UV Count: 3 + UV + UV + UV +Face 3958 +UV Count: 3 + UV + UV + UV +Face 3959 +UV Count: 3 + UV + UV + UV +Face 3960 +UV Count: 3 + UV + UV + UV +Face 3961 +UV Count: 3 + UV + UV + UV +Face 3962 +UV Count: 3 + UV + UV + UV +Face 3963 +UV Count: 3 + UV + UV + UV +Face 3964 +UV Count: 3 + UV + UV + UV +Face 3965 +UV Count: 3 + UV + UV + UV +Face 3966 +UV Count: 3 + UV + UV + UV +Face 3967 +UV Count: 3 + UV + UV + UV +Face 3968 +UV Count: 3 + UV + UV + UV +Face 3969 +UV Count: 3 + UV + UV + UV +Face 3970 +UV Count: 3 + UV + UV + UV +Face 3971 +UV Count: 3 + UV + UV + UV +Face 3972 +UV Count: 3 + UV + UV + UV +Face 3973 +UV Count: 3 + UV + UV + UV +Face 3974 +UV Count: 3 + UV + UV + UV +Face 3975 +UV Count: 3 + UV + UV + UV +Face 3976 +UV Count: 3 + UV + UV + UV +Face 3977 +UV Count: 3 + UV + UV + UV +Face 3978 +UV Count: 3 + UV + UV + UV +Face 3979 +UV Count: 3 + UV + UV + UV +Face 3980 +UV Count: 3 + UV + UV + UV +Face 3981 +UV Count: 3 + UV + UV + UV +Face 3982 +UV Count: 3 + UV + UV + UV +Face 3983 +UV Count: 3 + UV + UV + UV +Face 3984 +UV Count: 3 + UV + UV + UV +Face 3985 +UV Count: 3 + UV + UV + UV +Face 3986 +UV Count: 3 + UV + UV + UV +Face 3987 +UV Count: 3 + UV + UV + UV +Face 3988 +UV Count: 3 + UV + UV + UV +Face 3989 +UV Count: 3 + UV + UV + UV +Face 3990 +UV Count: 3 + UV + UV + UV +Face 3991 +UV Count: 3 + UV + UV + UV +Face 3992 +UV Count: 3 + UV + UV + UV +Face 3993 +UV Count: 3 + UV + UV + UV +Face 3994 +UV Count: 3 + UV + UV + UV +Face 3995 +UV Count: 3 + UV + UV + UV +Face 3996 +UV Count: 3 + UV + UV + UV +Face 3997 +UV Count: 3 + UV + UV + UV +Face 3998 +UV Count: 3 + UV + UV + UV +Face 3999 +UV Count: 3 + UV + UV + UV +Face 4000 +UV Count: 3 + UV + UV + UV +Face 4001 +UV Count: 3 + UV + UV + UV +Face 4002 +UV Count: 3 + UV + UV + UV +Face 4003 +UV Count: 3 + UV + UV + UV +Face 4004 +UV Count: 3 + UV + UV + UV +Face 4005 +UV Count: 3 + UV + UV + UV +Face 4006 +UV Count: 3 + UV + UV + UV +Face 4007 +UV Count: 3 + UV + UV + UV +Face 4008 +UV Count: 3 + UV + UV + UV +Face 4009 +UV Count: 3 + UV + UV + UV +Face 4010 +UV Count: 3 + UV + UV + UV +Face 4011 +UV Count: 3 + UV + UV + UV +Face 4012 +UV Count: 3 + UV + UV + UV +Face 4013 +UV Count: 3 + UV + UV + UV +Face 4014 +UV Count: 3 + UV + UV + UV +Face 4015 +UV Count: 3 + UV + UV + UV +Face 4016 +UV Count: 3 + UV + UV + UV +Face 4017 +UV Count: 3 + UV + UV + UV +Face 4018 +UV Count: 3 + UV + UV + UV +Face 4019 +UV Count: 3 + UV + UV + UV +Face 4020 +UV Count: 3 + UV + UV + UV +Face 4021 +UV Count: 3 + UV + UV + UV +Face 4022 +UV Count: 3 + UV + UV + UV +Face 4023 +UV Count: 3 + UV + UV + UV +Face 4024 +UV Count: 3 + UV + UV + UV +Face 4025 +UV Count: 3 + UV + UV + UV +Face 4026 +UV Count: 3 + UV + UV + UV +Face 4027 +UV Count: 3 + UV + UV + UV +Face 4028 +UV Count: 3 + UV + UV + UV +Face 4029 +UV Count: 3 + UV + UV + UV +Face 4030 +UV Count: 3 + UV + UV + UV +Face 4031 +UV Count: 3 + UV + UV + UV +Face 4032 +UV Count: 3 + UV + UV + UV +Face 4033 +UV Count: 3 + UV + UV + UV +Face 4034 +UV Count: 3 + UV + UV + UV +Face 4035 +UV Count: 3 + UV + UV + UV +Face 4036 +UV Count: 3 + UV + UV + UV +Face 4037 +UV Count: 3 + UV + UV + UV +Face 4038 +UV Count: 3 + UV + UV + UV +Face 4039 +UV Count: 3 + UV + UV + UV +Face 4040 +UV Count: 3 + UV + UV + UV +Face 4041 +UV Count: 3 + UV + UV + UV +Face 4042 +UV Count: 3 + UV + UV + UV +Face 4043 +UV Count: 3 + UV + UV + UV +Face 4044 +UV Count: 3 + UV + UV + UV +Face 4045 +UV Count: 3 + UV + UV + UV +Face 4046 +UV Count: 3 + UV + UV + UV +Face 4047 +UV Count: 3 + UV + UV + UV +Face 4048 +UV Count: 3 + UV + UV + UV +Face 4049 +UV Count: 3 + UV + UV + UV +Face 4050 +UV Count: 3 + UV + UV + UV +Face 4051 +UV Count: 3 + UV + UV + UV +Face 4052 +UV Count: 3 + UV + UV + UV +Face 4053 +UV Count: 3 + UV + UV + UV +Face 4054 +UV Count: 3 + UV + UV + UV +Face 4055 +UV Count: 3 + UV + UV + UV +Face 4056 +UV Count: 3 + UV + UV + UV +Face 4057 +UV Count: 3 + UV + UV + UV +Face 4058 +UV Count: 3 + UV + UV + UV +Face 4059 +UV Count: 3 + UV + UV + UV +Face 4060 +UV Count: 3 + UV + UV + UV +Face 4061 +UV Count: 3 + UV + UV + UV +Face 4062 +UV Count: 3 + UV + UV + UV +Face 4063 +UV Count: 3 + UV + UV + UV +Face 4064 +UV Count: 3 + UV + UV + UV +Face 4065 +UV Count: 3 + UV + UV + UV +Face 4066 +UV Count: 3 + UV + UV + UV +Face 4067 +UV Count: 3 + UV + UV + UV +Face 4068 +UV Count: 3 + UV + UV + UV +Face 4069 +UV Count: 3 + UV + UV + UV +Face 4070 +UV Count: 3 + UV + UV + UV +Face 4071 +UV Count: 3 + UV + UV + UV +Face 4072 +UV Count: 3 + UV + UV + UV +Face 4073 +UV Count: 3 + UV + UV + UV +Face 4074 +UV Count: 3 + UV + UV + UV +Face 4075 +UV Count: 3 + UV + UV + UV +Face 4076 +UV Count: 3 + UV + UV + UV +Face 4077 +UV Count: 3 + UV + UV + UV +Face 4078 +UV Count: 3 + UV + UV + UV +Face 4079 +UV Count: 3 + UV + UV + UV +Face 4080 +UV Count: 3 + UV + UV + UV +Face 4081 +UV Count: 3 + UV + UV + UV +Face 4082 +UV Count: 3 + UV + UV + UV +Face 4083 +UV Count: 3 + UV + UV + UV +Face 4084 +UV Count: 3 + UV + UV + UV +Face 4085 +UV Count: 3 + UV + UV + UV +Face 4086 +UV Count: 3 + UV + UV + UV +Face 4087 +UV Count: 3 + UV + UV + UV +Face 4088 +UV Count: 3 + UV + UV + UV +Face 4089 +UV Count: 3 + UV + UV + UV +Face 4090 +UV Count: 3 + UV + UV + UV +Face 4091 +UV Count: 3 + UV + UV + UV +Face 4092 +UV Count: 3 + UV + UV + UV +Face 4093 +UV Count: 3 + UV + UV + UV +Face 4094 +UV Count: 3 + UV + UV + UV +Face 4095 +UV Count: 3 + UV + UV + UV +Face 4096 +UV Count: 3 + UV + UV + UV +Face 4097 +UV Count: 3 + UV + UV + UV +Face 4098 +UV Count: 3 + UV + UV + UV +Face 4099 +UV Count: 3 + UV + UV + UV +Face 4100 +UV Count: 3 + UV + UV + UV +Face 4101 +UV Count: 3 + UV + UV + UV +Face 4102 +UV Count: 3 + UV + UV + UV +Face 4103 +UV Count: 3 + UV + UV + UV +Face 4104 +UV Count: 3 + UV + UV + UV +Face 4105 +UV Count: 3 + UV + UV + UV +Face 4106 +UV Count: 3 + UV + UV + UV +Face 4107 +UV Count: 3 + UV + UV + UV +Face 4108 +UV Count: 3 + UV + UV + UV +Face 4109 +UV Count: 3 + UV + UV + UV +Face 4110 +UV Count: 3 + UV + UV + UV +Face 4111 +UV Count: 3 + UV + UV + UV +Face 4112 +UV Count: 3 + UV + UV + UV +Face 4113 +UV Count: 3 + UV + UV + UV +Face 4114 +UV Count: 3 + UV + UV + UV +Face 4115 +UV Count: 3 + UV + UV + UV +Face 4116 +UV Count: 3 + UV + UV + UV +Face 4117 +UV Count: 3 + UV + UV + UV +Face 4118 +UV Count: 3 + UV + UV + UV +Face 4119 +UV Count: 3 + UV + UV + UV +Face 4120 +UV Count: 3 + UV + UV + UV +Face 4121 +UV Count: 3 + UV + UV + UV +Face 4122 +UV Count: 3 + UV + UV + UV +Face 4123 +UV Count: 3 + UV + UV + UV +Face 4124 +UV Count: 3 + UV + UV + UV +Face 4125 +UV Count: 3 + UV + UV + UV +Face 4126 +UV Count: 3 + UV + UV + UV +Face 4127 +UV Count: 3 + UV + UV + UV +Face 4128 +UV Count: 3 + UV + UV + UV +Face 4129 +UV Count: 3 + UV + UV + UV +Face 4130 +UV Count: 3 + UV + UV + UV +Face 4131 +UV Count: 3 + UV + UV + UV +Face 4132 +UV Count: 3 + UV + UV + UV +Face 4133 +UV Count: 3 + UV + UV + UV +Face 4134 +UV Count: 3 + UV + UV + UV +Face 4135 +UV Count: 3 + UV + UV + UV +Face 4136 +UV Count: 3 + UV + UV + UV +Face 4137 +UV Count: 3 + UV + UV + UV +Face 4138 +UV Count: 3 + UV + UV + UV +Face 4139 +UV Count: 3 + UV + UV + UV +Face 4140 +UV Count: 3 + UV + UV + UV +Face 4141 +UV Count: 3 + UV + UV + UV +Face 4142 +UV Count: 3 + UV + UV + UV +Face 4143 +UV Count: 3 + UV + UV + UV +Face 4144 +UV Count: 3 + UV + UV + UV +Face 4145 +UV Count: 3 + UV + UV + UV +Face 4146 +UV Count: 3 + UV + UV + UV +Face 4147 +UV Count: 3 + UV + UV + UV +Face 4148 +UV Count: 3 + UV + UV + UV +Face 4149 +UV Count: 3 + UV + UV + UV +Face 4150 +UV Count: 3 + UV + UV + UV +Face 4151 +UV Count: 3 + UV + UV + UV +Face 4152 +UV Count: 3 + UV + UV + UV +Face 4153 +UV Count: 3 + UV + UV + UV +Face 4154 +UV Count: 3 + UV + UV + UV +Face 4155 +UV Count: 3 + UV + UV + UV +Face 4156 +UV Count: 3 + UV + UV + UV +Face 4157 +UV Count: 3 + UV + UV + UV +Face 4158 +UV Count: 3 + UV + UV + UV +Face 4159 +UV Count: 3 + UV + UV + UV +Face 4160 +UV Count: 3 + UV + UV + UV +Face 4161 +UV Count: 3 + UV + UV + UV +Face 4162 +UV Count: 3 + UV + UV + UV +Face 4163 +UV Count: 3 + UV + UV + UV +Face 4164 +UV Count: 3 + UV + UV + UV +Face 4165 +UV Count: 3 + UV + UV + UV +Face 4166 +UV Count: 3 + UV + UV + UV +Face 4167 +UV Count: 3 + UV + UV + UV +Face 4168 +UV Count: 3 + UV + UV + UV +Face 4169 +UV Count: 3 + UV + UV + UV +Face 4170 +UV Count: 3 + UV + UV + UV +Face 4171 +UV Count: 3 + UV + UV + UV +Face 4172 +UV Count: 3 + UV + UV + UV +Face 4173 +UV Count: 3 + UV + UV + UV +Face 4174 +UV Count: 3 + UV + UV + UV +Face 4175 +UV Count: 3 + UV + UV + UV +Face 4176 +UV Count: 3 + UV + UV + UV +Face 4177 +UV Count: 3 + UV + UV + UV +Face 4178 +UV Count: 3 + UV + UV + UV +Face 4179 +UV Count: 3 + UV + UV + UV +Face 4180 +UV Count: 3 + UV + UV + UV +Face 4181 +UV Count: 3 + UV + UV + UV +Face 4182 +UV Count: 3 + UV + UV + UV +Face 4183 +UV Count: 3 + UV + UV + UV +Face 4184 +UV Count: 3 + UV + UV + UV +Face 4185 +UV Count: 3 + UV + UV + UV +Face 4186 +UV Count: 3 + UV + UV + UV +Face 4187 +UV Count: 3 + UV + UV + UV +Face 4188 +UV Count: 3 + UV + UV + UV +Face 4189 +UV Count: 3 + UV + UV + UV +Face 4190 +UV Count: 3 + UV + UV + UV +Face 4191 +UV Count: 3 + UV + UV + UV +Face 4192 +UV Count: 3 + UV + UV + UV +Face 4193 +UV Count: 3 + UV + UV + UV +Face 4194 +UV Count: 3 + UV + UV + UV +Face 4195 +UV Count: 3 + UV + UV + UV +Face 4196 +UV Count: 3 + UV + UV + UV +Face 4197 +UV Count: 3 + UV + UV + UV +Face 4198 +UV Count: 3 + UV + UV + UV +Face 4199 +UV Count: 3 + UV + UV + UV +Face 4200 +UV Count: 3 + UV + UV + UV +Face 4201 +UV Count: 3 + UV + UV + UV +Face 4202 +UV Count: 3 + UV + UV + UV +Face 4203 +UV Count: 3 + UV + UV + UV +Face 4204 +UV Count: 3 + UV + UV + UV +Face 4205 +UV Count: 3 + UV + UV + UV +Face 4206 +UV Count: 3 + UV + UV + UV +Face 4207 +UV Count: 3 + UV + UV + UV +Face 4208 +UV Count: 3 + UV + UV + UV +Face 4209 +UV Count: 3 + UV + UV + UV +Face 4210 +UV Count: 3 + UV + UV + UV +Face 4211 +UV Count: 3 + UV + UV + UV +Face 4212 +UV Count: 3 + UV + UV + UV +Face 4213 +UV Count: 3 + UV + UV + UV +Face 4214 +UV Count: 3 + UV + UV + UV +Face 4215 +UV Count: 3 + UV + UV + UV +Face 4216 +UV Count: 3 + UV + UV + UV +Face 4217 +UV Count: 3 + UV + UV + UV +Face 4218 +UV Count: 3 + UV + UV + UV +Face 4219 +UV Count: 3 + UV + UV + UV +Face 4220 +UV Count: 3 + UV + UV + UV +Face 4221 +UV Count: 3 + UV + UV + UV +Face 4222 +UV Count: 3 + UV + UV + UV +Face 4223 +UV Count: 3 + UV + UV + UV +Face 4224 +UV Count: 3 + UV + UV + UV +Face 4225 +UV Count: 3 + UV + UV + UV +Face 4226 +UV Count: 3 + UV + UV + UV +Face 4227 +UV Count: 3 + UV + UV + UV +Face 4228 +UV Count: 3 + UV + UV + UV +Face 4229 +UV Count: 3 + UV + UV + UV +Face 4230 +UV Count: 3 + UV + UV + UV +Face 4231 +UV Count: 3 + UV + UV + UV +Face 4232 +UV Count: 3 + UV + UV + UV +Face 4233 +UV Count: 3 + UV + UV + UV +Face 4234 +UV Count: 3 + UV + UV + UV +Face 4235 +UV Count: 3 + UV + UV + UV +Face 4236 +UV Count: 3 + UV + UV + UV +Face 4237 +UV Count: 3 + UV + UV + UV +Face 4238 +UV Count: 3 + UV + UV + UV +Face 4239 +UV Count: 3 + UV + UV + UV +Face 4240 +UV Count: 3 + UV + UV + UV +Face 4241 +UV Count: 3 + UV + UV + UV +Face 4242 +UV Count: 3 + UV + UV + UV +Face 4243 +UV Count: 3 + UV + UV + UV +Face 4244 +UV Count: 3 + UV + UV + UV +Face 4245 +UV Count: 3 + UV + UV + UV +Face 4246 +UV Count: 3 + UV + UV + UV +Face 4247 +UV Count: 3 + UV + UV + UV +Face 4248 +UV Count: 3 + UV + UV + UV +Face 4249 +UV Count: 3 + UV + UV + UV +Face 4250 +UV Count: 3 + UV + UV + UV +Face 4251 +UV Count: 3 + UV + UV + UV +Face 4252 +UV Count: 3 + UV + UV + UV +Face 4253 +UV Count: 3 + UV + UV + UV +Face 4254 +UV Count: 3 + UV + UV + UV +Face 4255 +UV Count: 3 + UV + UV + UV +Face 4256 +UV Count: 3 + UV + UV + UV +Face 4257 +UV Count: 3 + UV + UV + UV +Face 4258 +UV Count: 3 + UV + UV + UV +Face 4259 +UV Count: 3 + UV + UV + UV +Face 4260 +UV Count: 3 + UV + UV + UV +Face 4261 +UV Count: 3 + UV + UV + UV +Face 4262 +UV Count: 3 + UV + UV + UV +Face 4263 +UV Count: 3 + UV + UV + UV +Face 4264 +UV Count: 3 + UV + UV + UV +Face 4265 +UV Count: 3 + UV + UV + UV +Face 4266 +UV Count: 3 + UV + UV + UV +Face 4267 +UV Count: 3 + UV + UV + UV +Face 4268 +UV Count: 3 + UV + UV + UV +Face 4269 +UV Count: 3 + UV + UV + UV +Face 4270 +UV Count: 3 + UV + UV + UV +Face 4271 +UV Count: 3 + UV + UV + UV +Face 4272 +UV Count: 3 + UV + UV + UV +Face 4273 +UV Count: 3 + UV + UV + UV +Face 4274 +UV Count: 3 + UV + UV + UV +Face 4275 +UV Count: 3 + UV + UV + UV +Face 4276 +UV Count: 3 + UV + UV + UV +Face 4277 +UV Count: 3 + UV + UV + UV +Face 4278 +UV Count: 3 + UV + UV + UV +Face 4279 +UV Count: 3 + UV + UV + UV +Face 4280 +UV Count: 3 + UV + UV + UV +Face 4281 +UV Count: 3 + UV + UV + UV +Face 4282 +UV Count: 3 + UV + UV + UV +Face 4283 +UV Count: 3 + UV + UV + UV +Face 4284 +UV Count: 3 + UV + UV + UV +Face 4285 +UV Count: 3 + UV + UV + UV +Face 4286 +UV Count: 3 + UV + UV + UV +Face 4287 +UV Count: 3 + UV + UV + UV +Face 4288 +UV Count: 3 + UV + UV + UV +Face 4289 +UV Count: 3 + UV + UV + UV +Face 4290 +UV Count: 3 + UV + UV + UV +Face 4291 +UV Count: 3 + UV + UV + UV +Face 4292 +UV Count: 3 + UV + UV + UV +Face 4293 +UV Count: 3 + UV + UV + UV +Face 4294 +UV Count: 3 + UV + UV + UV +Face 4295 +UV Count: 3 + UV + UV + UV +Face 4296 +UV Count: 3 + UV + UV + UV +Face 4297 +UV Count: 3 + UV + UV + UV +Face 4298 +UV Count: 3 + UV + UV + UV +Face 4299 +UV Count: 3 + UV + UV + UV +Face 4300 +UV Count: 3 + UV + UV + UV +Face 4301 +UV Count: 3 + UV + UV + UV +Face 4302 +UV Count: 3 + UV + UV + UV +Face 4303 +UV Count: 3 + UV + UV + UV +Face 4304 +UV Count: 3 + UV + UV + UV +Face 4305 +UV Count: 3 + UV + UV + UV +Face 4306 +UV Count: 3 + UV + UV + UV +Face 4307 +UV Count: 3 + UV + UV + UV +Face 4308 +UV Count: 3 + UV + UV + UV +Face 4309 +UV Count: 3 + UV + UV + UV +Face 4310 +UV Count: 3 + UV + UV + UV +Face 4311 +UV Count: 3 + UV + UV + UV +Face 4312 +UV Count: 3 + UV + UV + UV +Face 4313 +UV Count: 3 + UV + UV + UV +Face 4314 +UV Count: 3 + UV + UV + UV +Face 4315 +UV Count: 3 + UV + UV + UV +Face 4316 +UV Count: 3 + UV + UV + UV +Face 4317 +UV Count: 3 + UV + UV + UV +Face 4318 +UV Count: 3 + UV + UV + UV +Face 4319 +UV Count: 3 + UV + UV + UV +Face 4320 +UV Count: 3 + UV + UV + UV +Face 4321 +UV Count: 3 + UV + UV + UV +Face 4322 +UV Count: 3 + UV + UV + UV +Face 4323 +UV Count: 3 + UV + UV + UV +Face 4324 +UV Count: 3 + UV + UV + UV +Face 4325 +UV Count: 3 + UV + UV + UV +Face 4326 +UV Count: 3 + UV + UV + UV +Face 4327 +UV Count: 3 + UV + UV + UV +Face 4328 +UV Count: 3 + UV + UV + UV +Face 4329 +UV Count: 3 + UV + UV + UV +Face 4330 +UV Count: 3 + UV + UV + UV +Face 4331 +UV Count: 3 + UV + UV + UV +Face 4332 +UV Count: 3 + UV + UV + UV +Face 4333 +UV Count: 3 + UV + UV + UV +Face 4334 +UV Count: 3 + UV + UV + UV +Face 4335 +UV Count: 3 + UV + UV + UV +Face 4336 +UV Count: 3 + UV + UV + UV +Face 4337 +UV Count: 3 + UV + UV + UV +Face 4338 +UV Count: 3 + UV + UV + UV +Face 4339 +UV Count: 3 + UV + UV + UV +Face 4340 +UV Count: 3 + UV + UV + UV +Face 4341 +UV Count: 3 + UV + UV + UV +Face 4342 +UV Count: 3 + UV + UV + UV +Face 4343 +UV Count: 3 + UV + UV + UV +Face 4344 +UV Count: 3 + UV + UV + UV +Face 4345 +UV Count: 3 + UV + UV + UV +Face 4346 +UV Count: 3 + UV + UV + UV +Face 4347 +UV Count: 3 + UV + UV + UV +Face 4348 +UV Count: 3 + UV + UV + UV +Face 4349 +UV Count: 3 + UV + UV + UV +Face 4350 +UV Count: 3 + UV + UV + UV +Face 4351 +UV Count: 3 + UV + UV + UV +Face 4352 +UV Count: 3 + UV + UV + UV +Face 4353 +UV Count: 3 + UV + UV + UV +Face 4354 +UV Count: 3 + UV + UV + UV +Face 4355 +UV Count: 3 + UV + UV + UV +Face 4356 +UV Count: 3 + UV + UV + UV +Face 4357 +UV Count: 3 + UV + UV + UV +Face 4358 +UV Count: 3 + UV + UV + UV +Face 4359 +UV Count: 3 + UV + UV + UV +Face 4360 +UV Count: 3 + UV + UV + UV +Face 4361 +UV Count: 3 + UV + UV + UV +Face 4362 +UV Count: 3 + UV + UV + UV +Face 4363 +UV Count: 3 + UV + UV + UV +Face 4364 +UV Count: 3 + UV + UV + UV +Face 4365 +UV Count: 3 + UV + UV + UV +Face 4366 +UV Count: 3 + UV + UV + UV +Face 4367 +UV Count: 3 + UV + UV + UV +Face 4368 +UV Count: 3 + UV + UV + UV +Face 4369 +UV Count: 3 + UV + UV + UV +Face 4370 +UV Count: 3 + UV + UV + UV +Face 4371 +UV Count: 3 + UV + UV + UV +Face 4372 +UV Count: 3 + UV + UV + UV +Face 4373 +UV Count: 3 + UV + UV + UV +Face 4374 +UV Count: 3 + UV + UV + UV +Face 4375 +UV Count: 3 + UV + UV + UV +Face 4376 +UV Count: 3 + UV + UV + UV +Face 4377 +UV Count: 3 + UV + UV + UV +Face 4378 +UV Count: 3 + UV + UV + UV +Face 4379 +UV Count: 3 + UV + UV + UV +Face 4380 +UV Count: 3 + UV + UV + UV +Face 4381 +UV Count: 3 + UV + UV + UV +Face 4382 +UV Count: 3 + UV + UV + UV +Face 4383 +UV Count: 3 + UV + UV + UV +Face 4384 +UV Count: 3 + UV + UV + UV +Face 4385 +UV Count: 3 + UV + UV + UV +Face 4386 +UV Count: 3 + UV + UV + UV +Face 4387 +UV Count: 3 + UV + UV + UV +Face 4388 +UV Count: 3 + UV + UV + UV +Face 4389 +UV Count: 3 + UV + UV + UV +Face 4390 +UV Count: 3 + UV + UV + UV +Face 4391 +UV Count: 3 + UV + UV + UV +Face 4392 +UV Count: 3 + UV + UV + UV +Face 4393 +UV Count: 3 + UV + UV + UV +Face 4394 +UV Count: 3 + UV + UV + UV +Face 4395 +UV Count: 3 + UV + UV + UV +Face 4396 +UV Count: 3 + UV + UV + UV +Face 4397 +UV Count: 3 + UV + UV + UV +Face 4398 +UV Count: 3 + UV + UV + UV +Face 4399 +UV Count: 3 + UV + UV + UV +Face 4400 +UV Count: 3 + UV + UV + UV +Face 4401 +UV Count: 3 + UV + UV + UV +Face 4402 +UV Count: 3 + UV + UV + UV +Face 4403 +UV Count: 3 + UV + UV + UV +Face 4404 +UV Count: 3 + UV + UV + UV +Face 4405 +UV Count: 3 + UV + UV + UV +Face 4406 +UV Count: 3 + UV + UV + UV +Face 4407 +UV Count: 3 + UV + UV + UV +Face 4408 +UV Count: 3 + UV + UV + UV +Face 4409 +UV Count: 3 + UV + UV + UV +Face 4410 +UV Count: 3 + UV + UV + UV +Face 4411 +UV Count: 3 + UV + UV + UV +Face 4412 +UV Count: 3 + UV + UV + UV +Face 4413 +UV Count: 3 + UV + UV + UV +Face 4414 +UV Count: 3 + UV + UV + UV +Face 4415 +UV Count: 3 + UV + UV + UV +Face 4416 +UV Count: 3 + UV + UV + UV +Face 4417 +UV Count: 3 + UV + UV + UV +Face 4418 +UV Count: 3 + UV + UV + UV +Face 4419 +UV Count: 3 + UV + UV + UV +Face 4420 +UV Count: 3 + UV + UV + UV +Face 4421 +UV Count: 3 + UV + UV + UV +Face 4422 +UV Count: 3 + UV + UV + UV +Face 4423 +UV Count: 3 + UV + UV + UV +Face 4424 +UV Count: 3 + UV + UV + UV +Face 4425 +UV Count: 3 + UV + UV + UV +Face 4426 +UV Count: 3 + UV + UV + UV +Face 4427 +UV Count: 3 + UV + UV + UV +Face 4428 +UV Count: 3 + UV + UV + UV +Face 4429 +UV Count: 3 + UV + UV + UV +Face 4430 +UV Count: 3 + UV + UV + UV +Face 4431 +UV Count: 3 + UV + UV + UV +Face 4432 +UV Count: 3 + UV + UV + UV +Face 4433 +UV Count: 3 + UV + UV + UV +Face 4434 +UV Count: 3 + UV + UV + UV +Face 4435 +UV Count: 3 + UV + UV + UV +Face 4436 +UV Count: 3 + UV + UV + UV +Face 4437 +UV Count: 3 + UV + UV + UV +Face 4438 +UV Count: 3 + UV + UV + UV +Face 4439 +UV Count: 3 + UV + UV + UV +Face 4440 +UV Count: 3 + UV + UV + UV +Face 4441 +UV Count: 3 + UV + UV + UV +Face 4442 +UV Count: 3 + UV + UV + UV +Face 4443 +UV Count: 3 + UV + UV + UV +Face 4444 +UV Count: 3 + UV + UV + UV +Face 4445 +UV Count: 3 + UV + UV + UV +Face 4446 +UV Count: 3 + UV + UV + UV +Face 4447 +UV Count: 3 + UV + UV + UV +Face 4448 +UV Count: 3 + UV + UV + UV +Face 4449 +UV Count: 3 + UV + UV + UV +Face 4450 +UV Count: 3 + UV + UV + UV +Face 4451 +UV Count: 3 + UV + UV + UV +Face 4452 +UV Count: 3 + UV + UV + UV +Face 4453 +UV Count: 3 + UV + UV + UV +Face 4454 +UV Count: 3 + UV + UV + UV +Face 4455 +UV Count: 3 + UV + UV + UV +Face 4456 +UV Count: 3 + UV + UV + UV +Face 4457 +UV Count: 3 + UV + UV + UV +Face 4458 +UV Count: 3 + UV + UV + UV +Face 4459 +UV Count: 3 + UV + UV + UV +Face 4460 +UV Count: 3 + UV + UV + UV +Face 4461 +UV Count: 3 + UV + UV + UV +Face 4462 +UV Count: 3 + UV + UV + UV +Face 4463 +UV Count: 3 + UV + UV + UV +Face 4464 +UV Count: 3 + UV + UV + UV +Face 4465 +UV Count: 3 + UV + UV + UV +Face 4466 +UV Count: 3 + UV + UV + UV +Face 4467 +UV Count: 3 + UV + UV + UV +Face 4468 +UV Count: 3 + UV + UV + UV +Face 4469 +UV Count: 3 + UV + UV + UV +Face 4470 +UV Count: 3 + UV + UV + UV +Face 4471 +UV Count: 3 + UV + UV + UV +Face 4472 +UV Count: 3 + UV + UV + UV +Face 4473 +UV Count: 3 + UV + UV + UV +Face 4474 +UV Count: 3 + UV + UV + UV +Face 4475 +UV Count: 3 + UV + UV + UV +Face 4476 +UV Count: 3 + UV + UV + UV +Face 4477 +UV Count: 3 + UV + UV + UV +Face 4478 +UV Count: 3 + UV + UV + UV +Face 4479 +UV Count: 3 + UV + UV + UV +Face 4480 +UV Count: 3 + UV + UV + UV +Face 4481 +UV Count: 3 + UV + UV + UV +Face 4482 +UV Count: 3 + UV + UV + UV +Face 4483 +UV Count: 3 + UV + UV + UV +Face 4484 +UV Count: 3 + UV + UV + UV +Face 4485 +UV Count: 3 + UV + UV + UV +Face 4486 +UV Count: 3 + UV + UV + UV +Face 4487 +UV Count: 3 + UV + UV + UV +Face 4488 +UV Count: 3 + UV + UV + UV +Face 4489 +UV Count: 3 + UV + UV + UV +Face 4490 +UV Count: 3 + UV + UV + UV +Face 4491 +UV Count: 3 + UV + UV + UV +Face 4492 +UV Count: 3 + UV + UV + UV +Face 4493 +UV Count: 3 + UV + UV + UV +Face 4494 +UV Count: 3 + UV + UV + UV +Face 4495 +UV Count: 3 + UV + UV + UV +Face 4496 +UV Count: 3 + UV + UV + UV +Face 4497 +UV Count: 3 + UV + UV + UV +Face 4498 +UV Count: 3 + UV + UV + UV +Face 4499 +UV Count: 3 + UV + UV + UV +Face 4500 +UV Count: 3 + UV + UV + UV +Face 4501 +UV Count: 3 + UV + UV + UV +Face 4502 +UV Count: 3 + UV + UV + UV +Face 4503 +UV Count: 3 + UV + UV + UV +Face 4504 +UV Count: 3 + UV + UV + UV +Face 4505 +UV Count: 3 + UV + UV + UV +Face 4506 +UV Count: 3 + UV + UV + UV +Face 4507 +UV Count: 3 + UV + UV + UV +Face 4508 +UV Count: 3 + UV + UV + UV +Face 4509 +UV Count: 3 + UV + UV + UV +Face 4510 +UV Count: 3 + UV + UV + UV +Face 4511 +UV Count: 3 + UV + UV + UV +Face 4512 +UV Count: 3 + UV + UV + UV +Face 4513 +UV Count: 3 + UV + UV + UV +Face 4514 +UV Count: 3 + UV + UV + UV +Face 4515 +UV Count: 3 + UV + UV + UV +Face 4516 +UV Count: 3 + UV + UV + UV +Face 4517 +UV Count: 3 + UV + UV + UV +Face 4518 +UV Count: 3 + UV + UV + UV +Face 4519 +UV Count: 3 + UV + UV + UV +Face 4520 +UV Count: 3 + UV + UV + UV +Face 4521 +UV Count: 3 + UV + UV + UV +Face 4522 +UV Count: 3 + UV + UV + UV +Face 4523 +UV Count: 3 + UV + UV + UV +Face 4524 +UV Count: 3 + UV + UV + UV +Face 4525 +UV Count: 3 + UV + UV + UV +Face 4526 +UV Count: 3 + UV + UV + UV +Face 4527 +UV Count: 3 + UV + UV + UV +Face 4528 +UV Count: 3 + UV + UV + UV +Face 4529 +UV Count: 3 + UV + UV + UV +Face 4530 +UV Count: 3 + UV + UV + UV +Face 4531 +UV Count: 3 + UV + UV + UV +Face 4532 +UV Count: 3 + UV + UV + UV +Face 4533 +UV Count: 3 + UV + UV + UV +Face 4534 +UV Count: 3 + UV + UV + UV +Face 4535 +UV Count: 3 + UV + UV + UV +Face 4536 +UV Count: 3 + UV + UV + UV +Face 4537 +UV Count: 3 + UV + UV + UV +Face 4538 +UV Count: 3 + UV + UV + UV +Face 4539 +UV Count: 3 + UV + UV + UV +Face 4540 +UV Count: 3 + UV + UV + UV +Face 4541 +UV Count: 3 + UV + UV + UV +Face 4542 +UV Count: 3 + UV + UV + UV +Face 4543 +UV Count: 3 + UV + UV + UV +Face 4544 +UV Count: 3 + UV + UV + UV +Face 4545 +UV Count: 3 + UV + UV + UV +Face 4546 +UV Count: 3 + UV + UV + UV +Face 4547 +UV Count: 3 + UV + UV + UV +Face 4548 +UV Count: 3 + UV + UV + UV +Face 4549 +UV Count: 3 + UV + UV + UV +Face 4550 +UV Count: 3 + UV + UV + UV +Face 4551 +UV Count: 3 + UV + UV + UV +Face 4552 +UV Count: 3 + UV + UV + UV +Face 4553 +UV Count: 3 + UV + UV + UV +Face 4554 +UV Count: 3 + UV + UV + UV +Face 4555 +UV Count: 3 + UV + UV + UV +Face 4556 +UV Count: 3 + UV + UV + UV +Face 4557 +UV Count: 3 + UV + UV + UV +Face 4558 +UV Count: 3 + UV + UV + UV +Face 4559 +UV Count: 3 + UV + UV + UV +Face 4560 +UV Count: 3 + UV + UV + UV +Face 4561 +UV Count: 3 + UV + UV + UV +Face 4562 +UV Count: 3 + UV + UV + UV +Face 4563 +UV Count: 3 + UV + UV + UV +Face 4564 +UV Count: 3 + UV + UV + UV +Face 4565 +UV Count: 3 + UV + UV + UV +Face 4566 +UV Count: 3 + UV + UV + UV +Face 4567 +UV Count: 3 + UV + UV + UV +Face 4568 +UV Count: 3 + UV + UV + UV +Face 4569 +UV Count: 3 + UV + UV + UV +Face 4570 +UV Count: 3 + UV + UV + UV +Face 4571 +UV Count: 3 + UV + UV + UV +Face 4572 +UV Count: 3 + UV + UV + UV +Face 4573 +UV Count: 3 + UV + UV + UV +Face 4574 +UV Count: 3 + UV + UV + UV +Face 4575 +UV Count: 3 + UV + UV + UV +Face 4576 +UV Count: 3 + UV + UV + UV +Face 4577 +UV Count: 3 + UV + UV + UV +Face 4578 +UV Count: 3 + UV + UV + UV +Face 4579 +UV Count: 3 + UV + UV + UV +Face 4580 +UV Count: 3 + UV + UV + UV +Face 4581 +UV Count: 3 + UV + UV + UV +Face 4582 +UV Count: 3 + UV + UV + UV +Face 4583 +UV Count: 3 + UV + UV + UV +Face 4584 +UV Count: 3 + UV + UV + UV +Face 4585 +UV Count: 3 + UV + UV + UV +Face 4586 +UV Count: 3 + UV + UV + UV +Face 4587 +UV Count: 3 + UV + UV + UV +Face 4588 +UV Count: 3 + UV + UV + UV +Face 4589 +UV Count: 3 + UV + UV + UV +Face 4590 +UV Count: 3 + UV + UV + UV +Face 4591 +UV Count: 3 + UV + UV + UV +Face 4592 +UV Count: 3 + UV + UV + UV +Face 4593 +UV Count: 3 + UV + UV + UV +Face 4594 +UV Count: 3 + UV + UV + UV +Face 4595 +UV Count: 3 + UV + UV + UV +Face 4596 +UV Count: 3 + UV + UV + UV +Face 4597 +UV Count: 3 + UV + UV + UV +Face 4598 +UV Count: 3 + UV + UV + UV +Face 4599 +UV Count: 3 + UV + UV + UV +Face 4600 +UV Count: 3 + UV + UV + UV +Face 4601 +UV Count: 3 + UV + UV + UV +Face 4602 +UV Count: 3 + UV + UV + UV +Face 4603 +UV Count: 3 + UV + UV + UV +Face 4604 +UV Count: 3 + UV + UV + UV +Face 4605 +UV Count: 3 + UV + UV + UV +Face 4606 +UV Count: 3 + UV + UV + UV +Face 4607 +UV Count: 3 + UV + UV + UV +Face 4608 +UV Count: 3 + UV + UV + UV +Face 4609 +UV Count: 3 + UV + UV + UV +Face 4610 +UV Count: 3 + UV + UV + UV +Face 4611 +UV Count: 3 + UV + UV + UV +Face 4612 +UV Count: 3 + UV + UV + UV +Face 4613 +UV Count: 3 + UV + UV + UV +Face 4614 +UV Count: 3 + UV + UV + UV +Face 4615 +UV Count: 3 + UV + UV + UV +Face 4616 +UV Count: 3 + UV + UV + UV +Face 4617 +UV Count: 3 + UV + UV + UV +Face 4618 +UV Count: 3 + UV + UV + UV +Face 4619 +UV Count: 3 + UV + UV + UV +Face 4620 +UV Count: 3 + UV + UV + UV +Face 4621 +UV Count: 3 + UV + UV + UV +Face 4622 +UV Count: 3 + UV + UV + UV +Face 4623 +UV Count: 3 + UV + UV + UV +Face 4624 +UV Count: 3 + UV + UV + UV +Face 4625 +UV Count: 3 + UV + UV + UV +Face 4626 +UV Count: 3 + UV + UV + UV +Face 4627 +UV Count: 3 + UV + UV + UV +Face 4628 +UV Count: 3 + UV + UV + UV +Face 4629 +UV Count: 3 + UV + UV + UV +Face 4630 +UV Count: 3 + UV + UV + UV +Face 4631 +UV Count: 3 + UV + UV + UV +Face 4632 +UV Count: 3 + UV + UV + UV +Face 4633 +UV Count: 3 + UV + UV + UV +Face 4634 +UV Count: 3 + UV + UV + UV +Face 4635 +UV Count: 3 + UV + UV + UV +Face 4636 +UV Count: 3 + UV + UV + UV +Face 4637 +UV Count: 3 + UV + UV + UV +Face 4638 +UV Count: 3 + UV + UV + UV +Face 4639 +UV Count: 3 + UV + UV + UV +Face 4640 +UV Count: 3 + UV + UV + UV +Face 4641 +UV Count: 3 + UV + UV + UV +Face 4642 +UV Count: 3 + UV + UV + UV +Face 4643 +UV Count: 3 + UV + UV + UV +Face 4644 +UV Count: 3 + UV + UV + UV +Face 4645 +UV Count: 3 + UV + UV + UV +Face 4646 +UV Count: 3 + UV + UV + UV +Face 4647 +UV Count: 3 + UV + UV + UV +Face 4648 +UV Count: 3 + UV + UV + UV +Face 4649 +UV Count: 3 + UV + UV + UV +Face 4650 +UV Count: 3 + UV + UV + UV +Face 4651 +UV Count: 3 + UV + UV + UV +Face 4652 +UV Count: 3 + UV + UV + UV +Face 4653 +UV Count: 3 + UV + UV + UV +Face 4654 +UV Count: 3 + UV + UV + UV +Face 4655 +UV Count: 3 + UV + UV + UV +Face 4656 +UV Count: 3 + UV + UV + UV +Face 4657 +UV Count: 3 + UV + UV + UV +Face 4658 +UV Count: 3 + UV + UV + UV +Face 4659 +UV Count: 3 + UV + UV + UV +Face 4660 +UV Count: 3 + UV + UV + UV +Face 4661 +UV Count: 3 + UV + UV + UV +Face 4662 +UV Count: 3 + UV + UV + UV +Face 4663 +UV Count: 3 + UV + UV + UV +Face 4664 +UV Count: 3 + UV + UV + UV +Face 4665 +UV Count: 3 + UV + UV + UV +Face 4666 +UV Count: 3 + UV + UV + UV +Face 4667 +UV Count: 3 + UV + UV + UV +Face 4668 +UV Count: 3 + UV + UV + UV +Face 4669 +UV Count: 3 + UV + UV + UV +Face 4670 +UV Count: 3 + UV + UV + UV +Face 4671 +UV Count: 3 + UV + UV + UV +Face 4672 +UV Count: 3 + UV + UV + UV +Face 4673 +UV Count: 3 + UV + UV + UV +Face 4674 +UV Count: 3 + UV + UV + UV +Face 4675 +UV Count: 3 + UV + UV + UV +Face 4676 +UV Count: 3 + UV + UV + UV +Face 4677 +UV Count: 3 + UV + UV + UV +Face 4678 +UV Count: 3 + UV + UV + UV +Face 4679 +UV Count: 3 + UV + UV + UV +Face 4680 +UV Count: 3 + UV + UV + UV +Face 4681 +UV Count: 3 + UV + UV + UV +Face 4682 +UV Count: 3 + UV + UV + UV +Face 4683 +UV Count: 3 + UV + UV + UV +Face 4684 +UV Count: 3 + UV + UV + UV +Face 4685 +UV Count: 3 + UV + UV + UV +Face 4686 +UV Count: 3 + UV + UV + UV +Face 4687 +UV Count: 3 + UV + UV + UV +Face 4688 +UV Count: 3 + UV + UV + UV +Face 4689 +UV Count: 3 + UV + UV + UV +Face 4690 +UV Count: 3 + UV + UV + UV +Face 4691 +UV Count: 3 + UV + UV + UV +Face 4692 +UV Count: 3 + UV + UV + UV +Face 4693 +UV Count: 3 + UV + UV + UV +Face 4694 +UV Count: 3 + UV + UV + UV +Face 4695 +UV Count: 3 + UV + UV + UV +Face 4696 +UV Count: 3 + UV + UV + UV +Face 4697 +UV Count: 3 + UV + UV + UV +Face 4698 +UV Count: 3 + UV + UV + UV +Face 4699 +UV Count: 3 + UV + UV + UV +Face 4700 +UV Count: 3 + UV + UV + UV +Face 4701 +UV Count: 3 + UV + UV + UV +Face 4702 +UV Count: 3 + UV + UV + UV +Face 4703 +UV Count: 3 + UV + UV + UV +Face 4704 +UV Count: 3 + UV + UV + UV +Face 4705 +UV Count: 3 + UV + UV + UV +Face 4706 +UV Count: 3 + UV + UV + UV +Face 4707 +UV Count: 3 + UV + UV + UV +Face 4708 +UV Count: 3 + UV + UV + UV +Face 4709 +UV Count: 3 + UV + UV + UV +Face 4710 +UV Count: 3 + UV + UV + UV +Face 4711 +UV Count: 3 + UV + UV + UV +Face 4712 +UV Count: 3 + UV + UV + UV +Face 4713 +UV Count: 3 + UV + UV + UV +Face 4714 +UV Count: 3 + UV + UV + UV +Face 4715 +UV Count: 3 + UV + UV + UV +Face 4716 +UV Count: 3 + UV + UV + UV +Face 4717 +UV Count: 3 + UV + UV + UV +Face 4718 +UV Count: 3 + UV + UV + UV +Face 4719 +UV Count: 3 + UV + UV + UV +Face 4720 +UV Count: 3 + UV + UV + UV +Face 4721 +UV Count: 3 + UV + UV + UV +Face 4722 +UV Count: 3 + UV + UV + UV +Face 4723 +UV Count: 3 + UV + UV + UV +Face 4724 +UV Count: 3 + UV + UV + UV +Face 4725 +UV Count: 3 + UV + UV + UV +Face 4726 +UV Count: 3 + UV + UV + UV +Face 4727 +UV Count: 3 + UV + UV + UV +Face 4728 +UV Count: 3 + UV + UV + UV +Face 4729 +UV Count: 3 + UV + UV + UV +Face 4730 +UV Count: 3 + UV + UV + UV +Face 4731 +UV Count: 3 + UV + UV + UV +Face 4732 +UV Count: 3 + UV + UV + UV +Face 4733 +UV Count: 3 + UV + UV + UV +Face 4734 +UV Count: 3 + UV + UV + UV +Face 4735 +UV Count: 3 + UV + UV + UV +Face 4736 +UV Count: 3 + UV + UV + UV +Face 4737 +UV Count: 3 + UV + UV + UV +Face 4738 +UV Count: 3 + UV + UV + UV +Face 4739 +UV Count: 3 + UV + UV + UV +Face 4740 +UV Count: 3 + UV + UV + UV +Face 4741 +UV Count: 3 + UV + UV + UV +Face 4742 +UV Count: 3 + UV + UV + UV +Face 4743 +UV Count: 3 + UV + UV + UV +Face 4744 +UV Count: 3 + UV + UV + UV +Face 4745 +UV Count: 3 + UV + UV + UV +Face 4746 +UV Count: 3 + UV + UV + UV +Face 4747 +UV Count: 3 + UV + UV + UV +Face 4748 +UV Count: 3 + UV + UV + UV +Face 4749 +UV Count: 3 + UV + UV + UV +Face 4750 +UV Count: 3 + UV + UV + UV +Face 4751 +UV Count: 3 + UV + UV + UV +Face 4752 +UV Count: 3 + UV + UV + UV +Face 4753 +UV Count: 3 + UV + UV + UV +Face 4754 +UV Count: 3 + UV + UV + UV +Face 4755 +UV Count: 3 + UV + UV + UV +Face 4756 +UV Count: 3 + UV + UV + UV +Face 4757 +UV Count: 3 + UV + UV + UV +Face 4758 +UV Count: 3 + UV + UV + UV +Face 4759 +UV Count: 3 + UV + UV + UV +Face 4760 +UV Count: 3 + UV + UV + UV +Face 4761 +UV Count: 3 + UV + UV + UV +Face 4762 +UV Count: 3 + UV + UV + UV +Face 4763 +UV Count: 3 + UV + UV + UV +Face 4764 +UV Count: 3 + UV + UV + UV +Face 4765 +UV Count: 3 + UV + UV + UV +Face 4766 +UV Count: 3 + UV + UV + UV +Face 4767 +UV Count: 3 + UV + UV + UV +Face 4768 +UV Count: 3 + UV + UV + UV +Face 4769 +UV Count: 3 + UV + UV + UV +Face 4770 +UV Count: 3 + UV + UV + UV +Face 4771 +UV Count: 3 + UV + UV + UV +Face 4772 +UV Count: 3 + UV + UV + UV +Face 4773 +UV Count: 3 + UV + UV + UV +Face 4774 +UV Count: 3 + UV + UV + UV +Face 4775 +UV Count: 3 + UV + UV + UV +Face 4776 +UV Count: 3 + UV + UV + UV +Face 4777 +UV Count: 3 + UV + UV + UV +Face 4778 +UV Count: 3 + UV + UV + UV +Face 4779 +UV Count: 3 + UV + UV + UV +Face 4780 +UV Count: 3 + UV + UV + UV +Face 4781 +UV Count: 3 + UV + UV + UV +Face 4782 +UV Count: 3 + UV + UV + UV +Face 4783 +UV Count: 3 + UV + UV + UV +Face 4784 +UV Count: 3 + UV + UV + UV +Face 4785 +UV Count: 3 + UV + UV + UV +Face 4786 +UV Count: 3 + UV + UV + UV +Face 4787 +UV Count: 3 + UV + UV + UV +Face 4788 +UV Count: 3 + UV + UV + UV +Face 4789 +UV Count: 3 + UV + UV + UV +Face 4790 +UV Count: 3 + UV + UV + UV +Face 4791 +UV Count: 3 + UV + UV + UV +Face 4792 +UV Count: 3 + UV + UV + UV +Face 4793 +UV Count: 3 + UV + UV + UV +Face 4794 +UV Count: 3 + UV + UV + UV +Face 4795 +UV Count: 3 + UV + UV + UV +Face 4796 +UV Count: 3 + UV + UV + UV +Face 4797 +UV Count: 3 + UV + UV + UV +Face 4798 +UV Count: 3 + UV + UV + UV +Face 4799 +UV Count: 3 + UV + UV + UV +Face 4800 +UV Count: 3 + UV + UV + UV +Face 4801 +UV Count: 3 + UV + UV + UV +Face 4802 +UV Count: 3 + UV + UV + UV +Face 4803 +UV Count: 3 + UV + UV + UV +Face 4804 +UV Count: 3 + UV + UV + UV +Face 4805 +UV Count: 3 + UV + UV + UV +Face 4806 +UV Count: 3 + UV + UV + UV +Face 4807 +UV Count: 3 + UV + UV + UV +Face 4808 +UV Count: 3 + UV + UV + UV +Face 4809 +UV Count: 3 + UV + UV + UV +Face 4810 +UV Count: 3 + UV + UV + UV +Face 4811 +UV Count: 3 + UV + UV + UV +Face 4812 +UV Count: 3 + UV + UV + UV +Face 4813 +UV Count: 3 + UV + UV + UV +Face 4814 +UV Count: 3 + UV + UV + UV +Face 4815 +UV Count: 3 + UV + UV + UV +Face 4816 +UV Count: 3 + UV + UV + UV +Face 4817 +UV Count: 3 + UV + UV + UV +Face 4818 +UV Count: 3 + UV + UV + UV +Face 4819 +UV Count: 3 + UV + UV + UV +Face 4820 +UV Count: 3 + UV + UV + UV +Face 4821 +UV Count: 3 + UV + UV + UV +Face 4822 +UV Count: 3 + UV + UV + UV +Face 4823 +UV Count: 3 + UV + UV + UV +Face 4824 +UV Count: 3 + UV + UV + UV +Face 4825 +UV Count: 3 + UV + UV + UV +Face 4826 +UV Count: 3 + UV + UV + UV +Face 4827 +UV Count: 3 + UV + UV + UV +Face 4828 +UV Count: 3 + UV + UV + UV +Face 4829 +UV Count: 3 + UV + UV + UV +Face 4830 +UV Count: 3 + UV + UV + UV +Face 4831 +UV Count: 3 + UV + UV + UV +Face 4832 +UV Count: 3 + UV + UV + UV +Face 4833 +UV Count: 3 + UV + UV + UV +Face 4834 +UV Count: 3 + UV + UV + UV +Face 4835 +UV Count: 3 + UV + UV + UV +Face 4836 +UV Count: 3 + UV + UV + UV +Face 4837 +UV Count: 3 + UV + UV + UV +Face 4838 +UV Count: 3 + UV + UV + UV +Face 4839 +UV Count: 3 + UV + UV + UV +Face 4840 +UV Count: 3 + UV + UV + UV +Face 4841 +UV Count: 3 + UV + UV + UV +Face 4842 +UV Count: 3 + UV + UV + UV +Face 4843 +UV Count: 3 + UV + UV + UV +Face 4844 +UV Count: 3 + UV + UV + UV +Face 4845 +UV Count: 3 + UV + UV + UV +Face 4846 +UV Count: 3 + UV + UV + UV +Face 4847 +UV Count: 3 + UV + UV + UV +Face 4848 +UV Count: 3 + UV + UV + UV +Face 4849 +UV Count: 3 + UV + UV + UV +Face 4850 +UV Count: 3 + UV + UV + UV +Face 4851 +UV Count: 3 + UV + UV + UV +Face 4852 +UV Count: 3 + UV + UV + UV +Face 4853 +UV Count: 3 + UV + UV + UV +Face 4854 +UV Count: 3 + UV + UV + UV +Face 4855 +UV Count: 3 + UV + UV + UV +Face 4856 +UV Count: 3 + UV + UV + UV +Face 4857 +UV Count: 3 + UV + UV + UV +Face 4858 +UV Count: 3 + UV + UV + UV +Face 4859 +UV Count: 3 + UV + UV + UV +Face 4860 +UV Count: 3 + UV + UV + UV +Face 4861 +UV Count: 3 + UV + UV + UV +Face 4862 +UV Count: 3 + UV + UV + UV +Face 4863 +UV Count: 3 + UV + UV + UV +Face 4864 +UV Count: 3 + UV + UV + UV +Face 4865 +UV Count: 3 + UV + UV + UV +Face 4866 +UV Count: 3 + UV + UV + UV +Face 4867 +UV Count: 3 + UV + UV + UV +Face 4868 +UV Count: 3 + UV + UV + UV +Face 4869 +UV Count: 3 + UV + UV + UV +Face 4870 +UV Count: 3 + UV + UV + UV +Face 4871 +UV Count: 3 + UV + UV + UV +Face 4872 +UV Count: 3 + UV + UV + UV +Face 4873 +UV Count: 3 + UV + UV + UV +Face 4874 +UV Count: 3 + UV + UV + UV +Face 4875 +UV Count: 3 + UV + UV + UV +Face 4876 +UV Count: 3 + UV + UV + UV +Face 4877 +UV Count: 3 + UV + UV + UV +Face 4878 +UV Count: 3 + UV + UV + UV +Face 4879 +UV Count: 3 + UV + UV + UV +Face 4880 +UV Count: 3 + UV + UV + UV +Face 4881 +UV Count: 3 + UV + UV + UV +Face 4882 +UV Count: 3 + UV + UV + UV +Face 4883 +UV Count: 3 + UV + UV + UV +Face 4884 +UV Count: 3 + UV + UV + UV +Face 4885 +UV Count: 3 + UV + UV + UV +Face 4886 +UV Count: 3 + UV + UV + UV +Face 4887 +UV Count: 3 + UV + UV + UV +Face 4888 +UV Count: 3 + UV + UV + UV +Face 4889 +UV Count: 3 + UV + UV + UV +Face 4890 +UV Count: 3 + UV + UV + UV +Face 4891 +UV Count: 3 + UV + UV + UV +Face 4892 +UV Count: 3 + UV + UV + UV +Face 4893 +UV Count: 3 + UV + UV + UV +Face 4894 +UV Count: 3 + UV + UV + UV +Face 4895 +UV Count: 3 + UV + UV + UV +Face 4896 +UV Count: 3 + UV + UV + UV +Face 4897 +UV Count: 3 + UV + UV + UV +Face 4898 +UV Count: 3 + UV + UV + UV +Face 4899 +UV Count: 3 + UV + UV + UV +Face 4900 +UV Count: 3 + UV + UV + UV +Face 4901 +UV Count: 3 + UV + UV + UV +Face 4902 +UV Count: 3 + UV + UV + UV +Face 4903 +UV Count: 3 + UV + UV + UV +Face 4904 +UV Count: 3 + UV + UV + UV +Face 4905 +UV Count: 3 + UV + UV + UV +Face 4906 +UV Count: 3 + UV + UV + UV +Face 4907 +UV Count: 3 + UV + UV + UV +Face 4908 +UV Count: 3 + UV + UV + UV +Face 4909 +UV Count: 3 + UV + UV + UV +Face 4910 +UV Count: 3 + UV + UV + UV +Face 4911 +UV Count: 3 + UV + UV + UV +Face 4912 +UV Count: 3 + UV + UV + UV +Face 4913 +UV Count: 3 + UV + UV + UV +Face 4914 +UV Count: 3 + UV + UV + UV +Face 4915 +UV Count: 3 + UV + UV + UV +Face 4916 +UV Count: 3 + UV + UV + UV +Face 4917 +UV Count: 3 + UV + UV + UV +Face 4918 +UV Count: 3 + UV + UV + UV +Face 4919 +UV Count: 3 + UV + UV + UV +Face 4920 +UV Count: 3 + UV + UV + UV +Face 4921 +UV Count: 3 + UV + UV + UV +Face 4922 +UV Count: 3 + UV + UV + UV +Face 4923 +UV Count: 3 + UV + UV + UV +Face 4924 +UV Count: 3 + UV + UV + UV +Face 4925 +UV Count: 3 + UV + UV + UV +Face 4926 +UV Count: 3 + UV + UV + UV +Face 4927 +UV Count: 3 + UV + UV + UV +Face 4928 +UV Count: 3 + UV + UV + UV +Face 4929 +UV Count: 3 + UV + UV + UV +Face 4930 +UV Count: 3 + UV + UV + UV +Face 4931 +UV Count: 3 + UV + UV + UV +Face 4932 +UV Count: 3 + UV + UV + UV +Face 4933 +UV Count: 3 + UV + UV + UV +Face 4934 +UV Count: 3 + UV + UV + UV +Face 4935 +UV Count: 3 + UV + UV + UV +Face 4936 +UV Count: 3 + UV + UV + UV +Face 4937 +UV Count: 3 + UV + UV + UV +Face 4938 +UV Count: 3 + UV + UV + UV +Face 4939 +UV Count: 3 + UV + UV + UV +Face 4940 +UV Count: 3 + UV + UV + UV +Face 4941 +UV Count: 3 + UV + UV + UV +Face 4942 +UV Count: 3 + UV + UV + UV +Face 4943 +UV Count: 3 + UV + UV + UV +Face 4944 +UV Count: 3 + UV + UV + UV +Face 4945 +UV Count: 3 + UV + UV + UV +Face 4946 +UV Count: 3 + UV + UV + UV +Face 4947 +UV Count: 3 + UV + UV + UV +Face 4948 +UV Count: 3 + UV + UV + UV +Face 4949 +UV Count: 3 + UV + UV + UV +Face 4950 +UV Count: 3 + UV + UV + UV +Face 4951 +UV Count: 3 + UV + UV + UV +Face 4952 +UV Count: 3 + UV + UV + UV +Face 4953 +UV Count: 3 + UV + UV + UV +Face 4954 +UV Count: 3 + UV + UV + UV +Face 4955 +UV Count: 3 + UV + UV + UV +Face 4956 +UV Count: 3 + UV + UV + UV +Face 4957 +UV Count: 3 + UV + UV + UV +Face 4958 +UV Count: 3 + UV + UV + UV +Face 4959 +UV Count: 3 + UV + UV + UV +Face 4960 +UV Count: 3 + UV + UV + UV +Face 4961 +UV Count: 3 + UV + UV + UV +Face 4962 +UV Count: 3 + UV + UV + UV +Face 4963 +UV Count: 3 + UV + UV + UV +Face 4964 +UV Count: 3 + UV + UV + UV +Face 4965 +UV Count: 3 + UV + UV + UV +Face 4966 +UV Count: 3 + UV + UV + UV +Face 4967 +UV Count: 3 + UV + UV + UV +Face 4968 +UV Count: 3 + UV + UV + UV +Face 4969 +UV Count: 3 + UV + UV + UV +Face 4970 +UV Count: 3 + UV + UV + UV +Face 4971 +UV Count: 3 + UV + UV + UV +Face 4972 +UV Count: 3 + UV + UV + UV +Face 4973 +UV Count: 3 + UV + UV + UV +Face 4974 +UV Count: 3 + UV + UV + UV +Face 4975 +UV Count: 3 + UV + UV + UV +Face 4976 +UV Count: 3 + UV + UV + UV +Face 4977 +UV Count: 3 + UV + UV + UV +Face 4978 +UV Count: 3 + UV + UV + UV +Face 4979 +UV Count: 3 + UV + UV + UV +Face 4980 +UV Count: 3 + UV + UV + UV +Face 4981 +UV Count: 3 + UV + UV + UV +Face 4982 +UV Count: 3 + UV + UV + UV +Face 4983 +UV Count: 3 + UV + UV + UV +Face 4984 +UV Count: 3 + UV + UV + UV +Face 4985 +UV Count: 3 + UV + UV + UV +Face 4986 +UV Count: 3 + UV + UV + UV +Face 4987 +UV Count: 3 + UV + UV + UV +Face 4988 +UV Count: 3 + UV + UV + UV +Face 4989 +UV Count: 3 + UV + UV + UV +Face 4990 +UV Count: 3 + UV + UV + UV +Face 4991 +UV Count: 3 + UV + UV + UV +Face 4992 +UV Count: 3 + UV + UV + UV +Face 4993 +UV Count: 3 + UV + UV + UV +Face 4994 +UV Count: 3 + UV + UV + UV +Face 4995 +UV Count: 3 + UV + UV + UV +Face 4996 +UV Count: 3 + UV + UV + UV +Face 4997 +UV Count: 3 + UV + UV + UV +Face 4998 +UV Count: 3 + UV + UV + UV +Face 4999 +UV Count: 3 + UV + UV + UV +Face 5000 +UV Count: 3 + UV + UV + UV +Face 5001 +UV Count: 3 + UV + UV + UV +Face 5002 +UV Count: 3 + UV + UV + UV +Face 5003 +UV Count: 3 + UV + UV + UV +Face 5004 +UV Count: 3 + UV + UV + UV +Face 5005 +UV Count: 3 + UV + UV + UV +Face 5006 +UV Count: 3 + UV + UV + UV +Face 5007 +UV Count: 3 + UV + UV + UV +Face 5008 +UV Count: 3 + UV + UV + UV +Face 5009 +UV Count: 3 + UV + UV + UV +Face 5010 +UV Count: 3 + UV + UV + UV +Face 5011 +UV Count: 3 + UV + UV + UV +Face 5012 +UV Count: 3 + UV + UV + UV +Face 5013 +UV Count: 3 + UV + UV + UV +Face 5014 +UV Count: 3 + UV + UV + UV +Face 5015 +UV Count: 3 + UV + UV + UV +Face 5016 +UV Count: 3 + UV + UV + UV +Face 5017 +UV Count: 3 + UV + UV + UV +Face 5018 +UV Count: 3 + UV + UV + UV +Face 5019 +UV Count: 3 + UV + UV + UV +Face 5020 +UV Count: 3 + UV + UV + UV +Face 5021 +UV Count: 3 + UV + UV + UV +Face 5022 +UV Count: 3 + UV + UV + UV +Face 5023 +UV Count: 3 + UV + UV + UV +Face 5024 +UV Count: 3 + UV + UV + UV +Face 5025 +UV Count: 3 + UV + UV + UV +Face 5026 +UV Count: 3 + UV + UV + UV +Face 5027 +UV Count: 3 + UV + UV + UV +Face 5028 +UV Count: 3 + UV + UV + UV +Face 5029 +UV Count: 3 + UV + UV + UV +Face 5030 +UV Count: 3 + UV + UV + UV +Face 5031 +UV Count: 3 + UV + UV + UV +Face 5032 +UV Count: 3 + UV + UV + UV +Face 5033 +UV Count: 3 + UV + UV + UV +Face 5034 +UV Count: 3 + UV + UV + UV +Face 5035 +UV Count: 3 + UV + UV + UV +Face 5036 +UV Count: 3 + UV + UV + UV +Face 5037 +UV Count: 3 + UV + UV + UV +Face 5038 +UV Count: 3 + UV + UV + UV +Face 5039 +UV Count: 3 + UV + UV + UV +Face 5040 +UV Count: 3 + UV + UV + UV +Face 5041 +UV Count: 3 + UV + UV + UV +Face 5042 +UV Count: 3 + UV + UV + UV +Face 5043 +UV Count: 3 + UV + UV + UV +Face 5044 +UV Count: 3 + UV + UV + UV +Face 5045 +UV Count: 3 + UV + UV + UV +Face 5046 +UV Count: 3 + UV + UV + UV +Face 5047 +UV Count: 3 + UV + UV + UV +Face 5048 +UV Count: 3 + UV + UV + UV +Face 5049 +UV Count: 3 + UV + UV + UV +Face 5050 +UV Count: 3 + UV + UV + UV +Face 5051 +UV Count: 3 + UV + UV + UV +Face 5052 +UV Count: 3 + UV + UV + UV +Face 5053 +UV Count: 3 + UV + UV + UV +Face 5054 +UV Count: 3 + UV + UV + UV +Face 5055 +UV Count: 3 + UV + UV + UV +Face 5056 +UV Count: 3 + UV + UV + UV +Face 5057 +UV Count: 3 + UV + UV + UV +Face 5058 +UV Count: 3 + UV + UV + UV +Face 5059 +UV Count: 3 + UV + UV + UV +Face 5060 +UV Count: 3 + UV + UV + UV +Face 5061 +UV Count: 3 + UV + UV + UV +Face 5062 +UV Count: 3 + UV + UV + UV +Face 5063 +UV Count: 3 + UV + UV + UV +Face 5064 +UV Count: 3 + UV + UV + UV +Face 5065 +UV Count: 3 + UV + UV + UV +Face 5066 +UV Count: 3 + UV + UV + UV +Face 5067 +UV Count: 3 + UV + UV + UV +Face 5068 +UV Count: 3 + UV + UV + UV +Face 5069 +UV Count: 3 + UV + UV + UV +Face 5070 +UV Count: 3 + UV + UV + UV +Face 5071 +UV Count: 3 + UV + UV + UV +Face 5072 +UV Count: 3 + UV + UV + UV +Face 5073 +UV Count: 3 + UV + UV + UV +Face 5074 +UV Count: 3 + UV + UV + UV +Face 5075 +UV Count: 3 + UV + UV + UV +Face 5076 +UV Count: 3 + UV + UV + UV +Face 5077 +UV Count: 3 + UV + UV + UV +Face 5078 +UV Count: 3 + UV + UV + UV +Face 5079 +UV Count: 3 + UV + UV + UV +Face 5080 +UV Count: 3 + UV + UV + UV +Face 5081 +UV Count: 3 + UV + UV + UV +Face 5082 +UV Count: 3 + UV + UV + UV +Face 5083 +UV Count: 3 + UV + UV + UV +Face 5084 +UV Count: 3 + UV + UV + UV +Face 5085 +UV Count: 3 + UV + UV + UV +Face 5086 +UV Count: 3 + UV + UV + UV +Face 5087 +UV Count: 3 + UV + UV + UV +Face 5088 +UV Count: 3 + UV + UV + UV +Face 5089 +UV Count: 3 + UV + UV + UV +Face 5090 +UV Count: 3 + UV + UV + UV +Face 5091 +UV Count: 3 + UV + UV + UV +Face 5092 +UV Count: 3 + UV + UV + UV +Face 5093 +UV Count: 3 + UV + UV + UV +Face 5094 +UV Count: 3 + UV + UV + UV +Face 5095 +UV Count: 3 + UV + UV + UV +Face 5096 +UV Count: 3 + UV + UV + UV +Face 5097 +UV Count: 3 + UV + UV + UV +Face 5098 +UV Count: 3 + UV + UV + UV +Face 5099 +UV Count: 3 + UV + UV + UV +Face 5100 +UV Count: 3 + UV + UV + UV +Face 5101 +UV Count: 3 + UV + UV + UV +Face 5102 +UV Count: 3 + UV + UV + UV +Face 5103 +UV Count: 3 + UV + UV + UV +Face 5104 +UV Count: 3 + UV + UV + UV +Face 5105 +UV Count: 3 + UV + UV + UV +Face 5106 +UV Count: 3 + UV + UV + UV +Face 5107 +UV Count: 3 + UV + UV + UV +Face 5108 +UV Count: 3 + UV + UV + UV +Face 5109 +UV Count: 3 + UV + UV + UV +Face 5110 +UV Count: 3 + UV + UV + UV +Face 5111 +UV Count: 3 + UV + UV + UV +Face 5112 +UV Count: 3 + UV + UV + UV +Face 5113 +UV Count: 3 + UV + UV + UV +Face 5114 +UV Count: 3 + UV + UV + UV +Face 5115 +UV Count: 3 + UV + UV + UV +Face 5116 +UV Count: 3 + UV + UV + UV +Face 5117 +UV Count: 3 + UV + UV + UV +Face 5118 +UV Count: 3 + UV + UV + UV +Face 5119 +UV Count: 3 + UV + UV + UV +Face 5120 +UV Count: 3 + UV + UV + UV +Face 5121 +UV Count: 3 + UV + UV + UV +Face 5122 +UV Count: 3 + UV + UV + UV +Face 5123 +UV Count: 3 + UV + UV + UV +Face 5124 +UV Count: 3 + UV + UV + UV +Face 5125 +UV Count: 3 + UV + UV + UV +Face 5126 +UV Count: 3 + UV + UV + UV +Face 5127 +UV Count: 3 + UV + UV + UV +Face 5128 +UV Count: 3 + UV + UV + UV +Face 5129 +UV Count: 3 + UV + UV + UV +Face 5130 +UV Count: 3 + UV + UV + UV +Face 5131 +UV Count: 3 + UV + UV + UV +Face 5132 +UV Count: 3 + UV + UV + UV +Face 5133 +UV Count: 3 + UV + UV + UV +Face 5134 +UV Count: 3 + UV + UV + UV +Face 5135 +UV Count: 3 + UV + UV + UV +Face 5136 +UV Count: 3 + UV + UV + UV +Face 5137 +UV Count: 3 + UV + UV + UV +Face 5138 +UV Count: 3 + UV + UV + UV +Face 5139 +UV Count: 3 + UV + UV + UV +Face 5140 +UV Count: 3 + UV + UV + UV +Face 5141 +UV Count: 3 + UV + UV + UV +Face 5142 +UV Count: 3 + UV + UV + UV +Face 5143 +UV Count: 3 + UV + UV + UV +Face 5144 +UV Count: 3 + UV + UV + UV +Face 5145 +UV Count: 3 + UV + UV + UV +Face 5146 +UV Count: 3 + UV + UV + UV +Face 5147 +UV Count: 3 + UV + UV + UV +Face 5148 +UV Count: 3 + UV + UV + UV +Face 5149 +UV Count: 3 + UV + UV + UV +Face 5150 +UV Count: 3 + UV + UV + UV +Face 5151 +UV Count: 3 + UV + UV + UV +Face 5152 +UV Count: 3 + UV + UV + UV +Face 5153 +UV Count: 3 + UV + UV + UV +Face 5154 +UV Count: 3 + UV + UV + UV +Face 5155 +UV Count: 3 + UV + UV + UV +Face 5156 +UV Count: 3 + UV + UV + UV +Face 5157 +UV Count: 3 + UV + UV + UV +Face 5158 +UV Count: 3 + UV + UV + UV +Face 5159 +UV Count: 3 + UV + UV + UV +Face 5160 +UV Count: 3 + UV + UV + UV +Face 5161 +UV Count: 3 + UV + UV + UV +Face 5162 +UV Count: 3 + UV + UV + UV +Face 5163 +UV Count: 3 + UV + UV + UV +Face 5164 +UV Count: 3 + UV + UV + UV +Face 5165 +UV Count: 3 + UV + UV + UV +Face 5166 +UV Count: 3 + UV + UV + UV +Face 5167 +UV Count: 3 + UV + UV + UV +Face 5168 +UV Count: 3 + UV + UV + UV +Face 5169 +UV Count: 3 + UV + UV + UV +Face 5170 +UV Count: 3 + UV + UV + UV +Face 5171 +UV Count: 3 + UV + UV + UV +Face 5172 +UV Count: 3 + UV + UV + UV +Face 5173 +UV Count: 3 + UV + UV + UV +Face 5174 +UV Count: 3 + UV + UV + UV +Face 5175 +UV Count: 3 + UV + UV + UV +Face 5176 +UV Count: 3 + UV + UV + UV +Face 5177 +UV Count: 3 + UV + UV + UV +Face 5178 +UV Count: 3 + UV + UV + UV +Face 5179 +UV Count: 3 + UV + UV + UV +Face 5180 +UV Count: 3 + UV + UV + UV +Face 5181 +UV Count: 3 + UV + UV + UV +Face 5182 +UV Count: 3 + UV + UV + UV +Face 5183 +UV Count: 3 + UV + UV + UV +Face 5184 +UV Count: 3 + UV + UV + UV +Face 5185 +UV Count: 3 + UV + UV + UV +Face 5186 +UV Count: 3 + UV + UV + UV +Face 5187 +UV Count: 3 + UV + UV + UV +Face 5188 +UV Count: 3 + UV + UV + UV +Face 5189 +UV Count: 3 + UV + UV + UV +Face 5190 +UV Count: 3 + UV + UV + UV +Face 5191 +UV Count: 3 + UV + UV + UV +Face 5192 +UV Count: 3 + UV + UV + UV +Face 5193 +UV Count: 3 + UV + UV + UV +Face 5194 +UV Count: 3 + UV + UV + UV +Face 5195 +UV Count: 3 + UV + UV + UV +Face 5196 +UV Count: 3 + UV + UV + UV +Face 5197 +UV Count: 3 + UV + UV + UV +Face 5198 +UV Count: 3 + UV + UV + UV +Face 5199 +UV Count: 3 + UV + UV + UV +Face 5200 +UV Count: 3 + UV + UV + UV +Face 5201 +UV Count: 3 + UV + UV + UV +Face 5202 +UV Count: 3 + UV + UV + UV +Face 5203 +UV Count: 3 + UV + UV + UV +Face 5204 +UV Count: 3 + UV + UV + UV +Face 5205 +UV Count: 3 + UV + UV + UV +Face 5206 +UV Count: 3 + UV + UV + UV +Face 5207 +UV Count: 3 + UV + UV + UV +Face 5208 +UV Count: 3 + UV + UV + UV +Face 5209 +UV Count: 3 + UV + UV + UV +Face 5210 +UV Count: 3 + UV + UV + UV +Face 5211 +UV Count: 3 + UV + UV + UV +Face 5212 +UV Count: 3 + UV + UV + UV +Face 5213 +UV Count: 3 + UV + UV + UV +Face 5214 +UV Count: 3 + UV + UV + UV +Face 5215 +UV Count: 3 + UV + UV + UV +Face 5216 +UV Count: 3 + UV + UV + UV +Face 5217 +UV Count: 3 + UV + UV + UV +Face 5218 +UV Count: 3 + UV + UV + UV +Face 5219 +UV Count: 3 + UV + UV + UV +Face 5220 +UV Count: 3 + UV + UV + UV +Face 5221 +UV Count: 3 + UV + UV + UV +Face 5222 +UV Count: 3 + UV + UV + UV +Face 5223 +UV Count: 3 + UV + UV + UV +Face 5224 +UV Count: 3 + UV + UV + UV +Face 5225 +UV Count: 3 + UV + UV + UV +Face 5226 +UV Count: 3 + UV + UV + UV +Face 5227 +UV Count: 3 + UV + UV + UV +Face 5228 +UV Count: 3 + UV + UV + UV +Face 5229 +UV Count: 3 + UV + UV + UV +Face 5230 +UV Count: 3 + UV + UV + UV +Face 5231 +UV Count: 3 + UV + UV + UV +Face 5232 +UV Count: 3 + UV + UV + UV +Face 5233 +UV Count: 3 + UV + UV + UV +Face 5234 +UV Count: 3 + UV + UV + UV +Face 5235 +UV Count: 3 + UV + UV + UV +Face 5236 +UV Count: 3 + UV + UV + UV +Face 5237 +UV Count: 3 + UV + UV + UV +Face 5238 +UV Count: 3 + UV + UV + UV +Face 5239 +UV Count: 3 + UV + UV + UV +Face 5240 +UV Count: 3 + UV + UV + UV +Face 5241 +UV Count: 3 + UV + UV + UV +Face 5242 +UV Count: 3 + UV + UV + UV +Face 5243 +UV Count: 3 + UV + UV + UV +Face 5244 +UV Count: 3 + UV + UV + UV +Face 5245 +UV Count: 3 + UV + UV + UV +Face 5246 +UV Count: 3 + UV + UV + UV +Face 5247 +UV Count: 3 + UV + UV + UV +Face 5248 +UV Count: 3 + UV + UV + UV +Face 5249 +UV Count: 3 + UV + UV + UV +Face 5250 +UV Count: 3 + UV + UV + UV +Face 5251 +UV Count: 3 + UV + UV + UV +Face 5252 +UV Count: 3 + UV + UV + UV +Face 5253 +UV Count: 3 + UV + UV + UV +Face 5254 +UV Count: 3 + UV + UV + UV +Face 5255 +UV Count: 3 + UV + UV + UV +Face 5256 +UV Count: 3 + UV + UV + UV +Face 5257 +UV Count: 3 + UV + UV + UV +Face 5258 +UV Count: 3 + UV + UV + UV +Face 5259 +UV Count: 3 + UV + UV + UV +Face 5260 +UV Count: 3 + UV + UV + UV +Face 5261 +UV Count: 3 + UV + UV + UV +Face 5262 +UV Count: 3 + UV + UV + UV +Face 5263 +UV Count: 3 + UV + UV + UV +Face 5264 +UV Count: 3 + UV + UV + UV +Face 5265 +UV Count: 3 + UV + UV + UV +Face 5266 +UV Count: 3 + UV + UV + UV +Face 5267 +UV Count: 3 + UV + UV + UV +Face 5268 +UV Count: 3 + UV + UV + UV +Face 5269 +UV Count: 3 + UV + UV + UV +Face 5270 +UV Count: 3 + UV + UV + UV +Face 5271 +UV Count: 3 + UV + UV + UV +Face 5272 +UV Count: 3 + UV + UV + UV +Face 5273 +UV Count: 3 + UV + UV + UV +Face 5274 +UV Count: 3 + UV + UV + UV +Face 5275 +UV Count: 3 + UV + UV + UV +Face 5276 +UV Count: 3 + UV + UV + UV +Face 5277 +UV Count: 3 + UV + UV + UV +Face 5278 +UV Count: 3 + UV + UV + UV +Face 5279 +UV Count: 3 + UV + UV + UV +Face 5280 +UV Count: 3 + UV + UV + UV +Face 5281 +UV Count: 3 + UV + UV + UV +Face 5282 +UV Count: 3 + UV + UV + UV +Face 5283 +UV Count: 3 + UV + UV + UV +Face 5284 +UV Count: 3 + UV + UV + UV +Face 5285 +UV Count: 3 + UV + UV + UV +Face 5286 +UV Count: 3 + UV + UV + UV +Face 5287 +UV Count: 3 + UV + UV + UV +Face 5288 +UV Count: 3 + UV + UV + UV +Face 5289 +UV Count: 3 + UV + UV + UV +Face 5290 +UV Count: 3 + UV + UV + UV +Face 5291 +UV Count: 3 + UV + UV + UV +Face 5292 +UV Count: 3 + UV + UV + UV +Face 5293 +UV Count: 3 + UV + UV + UV +Face 5294 +UV Count: 3 + UV + UV + UV +Face 5295 +UV Count: 3 + UV + UV + UV +Face 5296 +UV Count: 3 + UV + UV + UV +Face 5297 +UV Count: 3 + UV + UV + UV +Face 5298 +UV Count: 3 + UV + UV + UV +Face 5299 +UV Count: 3 + UV + UV + UV +Face 5300 +UV Count: 3 + UV + UV + UV +Face 5301 +UV Count: 3 + UV + UV + UV +Face 5302 +UV Count: 3 + UV + UV + UV +Face 5303 +UV Count: 3 + UV + UV + UV +Face 5304 +UV Count: 3 + UV + UV + UV +Face 5305 +UV Count: 3 + UV + UV + UV +Face 5306 +UV Count: 3 + UV + UV + UV +Face 5307 +UV Count: 3 + UV + UV + UV +Face 5308 +UV Count: 3 + UV + UV + UV +Face 5309 +UV Count: 3 + UV + UV + UV +Face 5310 +UV Count: 3 + UV + UV + UV +Face 5311 +UV Count: 3 + UV + UV + UV +Face 5312 +UV Count: 3 + UV + UV + UV +Face 5313 +UV Count: 3 + UV + UV + UV +Face 5314 +UV Count: 3 + UV + UV + UV +Face 5315 +UV Count: 3 + UV + UV + UV +Face 5316 +UV Count: 3 + UV + UV + UV +Face 5317 +UV Count: 3 + UV + UV + UV +Face 5318 +UV Count: 3 + UV + UV + UV +Face 5319 +UV Count: 3 + UV + UV + UV +Face 5320 +UV Count: 3 + UV + UV + UV +Face 5321 +UV Count: 3 + UV + UV + UV +Face 5322 +UV Count: 3 + UV + UV + UV +Face 5323 +UV Count: 3 + UV + UV + UV +Face 5324 +UV Count: 3 + UV + UV + UV +Face 5325 +UV Count: 3 + UV + UV + UV +Face 5326 +UV Count: 3 + UV + UV + UV +Face 5327 +UV Count: 3 + UV + UV + UV +Face 5328 +UV Count: 3 + UV + UV + UV +Face 5329 +UV Count: 3 + UV + UV + UV +Face 5330 +UV Count: 3 + UV + UV + UV +Face 5331 +UV Count: 3 + UV + UV + UV +Face 5332 +UV Count: 3 + UV + UV + UV +Face 5333 +UV Count: 3 + UV + UV + UV +Face 5334 +UV Count: 3 + UV + UV + UV +Face 5335 +UV Count: 3 + UV + UV + UV +Face 5336 +UV Count: 3 + UV + UV + UV +Face 5337 +UV Count: 3 + UV + UV + UV +Face 5338 +UV Count: 3 + UV + UV + UV +Face 5339 +UV Count: 3 + UV + UV + UV +Face 5340 +UV Count: 3 + UV + UV + UV +Face 5341 +UV Count: 3 + UV + UV + UV +Face 5342 +UV Count: 3 + UV + UV + UV +Face 5343 +UV Count: 3 + UV + UV + UV +Face 5344 +UV Count: 3 + UV + UV + UV +Face 5345 +UV Count: 3 + UV + UV + UV +Face 5346 +UV Count: 3 + UV + UV + UV +Face 5347 +UV Count: 3 + UV + UV + UV +Face 5348 +UV Count: 3 + UV + UV + UV +Face 5349 +UV Count: 3 + UV + UV + UV +Face 5350 +UV Count: 3 + UV + UV + UV +Face 5351 +UV Count: 3 + UV + UV + UV +Face 5352 +UV Count: 3 + UV + UV + UV +Face 5353 +UV Count: 3 + UV + UV + UV +Face 5354 +UV Count: 3 + UV + UV + UV +Face 5355 +UV Count: 3 + UV + UV + UV +Face 5356 +UV Count: 3 + UV + UV + UV +Face 5357 +UV Count: 3 + UV + UV + UV +Face 5358 +UV Count: 3 + UV + UV + UV +Face 5359 +UV Count: 3 + UV + UV + UV +Face 5360 +UV Count: 3 + UV + UV + UV +Face 5361 +UV Count: 3 + UV + UV + UV +Face 5362 +UV Count: 3 + UV + UV + UV +Face 5363 +UV Count: 3 + UV + UV + UV +Face 5364 +UV Count: 3 + UV + UV + UV +Face 5365 +UV Count: 3 + UV + UV + UV +Face 5366 +UV Count: 3 + UV + UV + UV +Face 5367 +UV Count: 3 + UV + UV + UV +Face 5368 +UV Count: 3 + UV + UV + UV +Face 5369 +UV Count: 3 + UV + UV + UV +Face 5370 +UV Count: 3 + UV + UV + UV +Face 5371 +UV Count: 3 + UV + UV + UV +Face 5372 +UV Count: 3 + UV + UV + UV +Face 5373 +UV Count: 3 + UV + UV + UV +Face 5374 +UV Count: 3 + UV + UV + UV +Face 5375 +UV Count: 3 + UV + UV + UV +Face 5376 +UV Count: 3 + UV + UV + UV +Face 5377 +UV Count: 3 + UV + UV + UV +Face 5378 +UV Count: 3 + UV + UV + UV +Face 5379 +UV Count: 3 + UV + UV + UV +Face 5380 +UV Count: 3 + UV + UV + UV +Face 5381 +UV Count: 3 + UV + UV + UV +Face 5382 +UV Count: 3 + UV + UV + UV +Face 5383 +UV Count: 3 + UV + UV + UV +Face 5384 +UV Count: 3 + UV + UV + UV +Face 5385 +UV Count: 3 + UV + UV + UV +Face 5386 +UV Count: 3 + UV + UV + UV +Face 5387 +UV Count: 3 + UV + UV + UV +Face 5388 +UV Count: 3 + UV + UV + UV +Face 5389 +UV Count: 3 + UV + UV + UV +Face 5390 +UV Count: 3 + UV + UV + UV +Face 5391 +UV Count: 3 + UV + UV + UV +Face 5392 +UV Count: 3 + UV + UV + UV +Face 5393 +UV Count: 3 + UV + UV + UV +Face 5394 +UV Count: 3 + UV + UV + UV +Face 5395 +UV Count: 3 + UV + UV + UV +Face 5396 +UV Count: 3 + UV + UV + UV +Face 5397 +UV Count: 3 + UV + UV + UV +Face 5398 +UV Count: 3 + UV + UV + UV +Face 5399 +UV Count: 3 + UV + UV + UV +Face 5400 +UV Count: 3 + UV + UV + UV +Face 5401 +UV Count: 3 + UV + UV + UV +Face 5402 +UV Count: 3 + UV + UV + UV +Face 5403 +UV Count: 3 + UV + UV + UV +Face 5404 +UV Count: 3 + UV + UV + UV +Face 5405 +UV Count: 3 + UV + UV + UV +Face 5406 +UV Count: 3 + UV + UV + UV +Face 5407 +UV Count: 3 + UV + UV + UV +Face 5408 +UV Count: 3 + UV + UV + UV +Face 5409 +UV Count: 3 + UV + UV + UV +Face 5410 +UV Count: 3 + UV + UV + UV +Face 5411 +UV Count: 3 + UV + UV + UV +Face 5412 +UV Count: 3 + UV + UV + UV +Face 5413 +UV Count: 3 + UV + UV + UV +Face 5414 +UV Count: 3 + UV + UV + UV +Face 5415 +UV Count: 3 + UV + UV + UV +Face 5416 +UV Count: 3 + UV + UV + UV +Face 5417 +UV Count: 3 + UV + UV + UV +Face 5418 +UV Count: 3 + UV + UV + UV +Face 5419 +UV Count: 3 + UV + UV + UV +Face 5420 +UV Count: 3 + UV + UV + UV +Face 5421 +UV Count: 3 + UV + UV + UV +Face 5422 +UV Count: 3 + UV + UV + UV +Face 5423 +UV Count: 3 + UV + UV + UV +Face 5424 +UV Count: 3 + UV + UV + UV +Face 5425 +UV Count: 3 + UV + UV + UV +Face 5426 +UV Count: 3 + UV + UV + UV +Face 5427 +UV Count: 3 + UV + UV + UV +Face 5428 +UV Count: 3 + UV + UV + UV +Face 5429 +UV Count: 3 + UV + UV + UV +Face 5430 +UV Count: 3 + UV + UV + UV +Face 5431 +UV Count: 3 + UV + UV + UV +Face 5432 +UV Count: 3 + UV + UV + UV +Face 5433 +UV Count: 3 + UV + UV + UV +Face 5434 +UV Count: 3 + UV + UV + UV +Face 5435 +UV Count: 3 + UV + UV + UV +Face 5436 +UV Count: 3 + UV + UV + UV +Face 5437 +UV Count: 3 + UV + UV + UV +Face 5438 +UV Count: 3 + UV + UV + UV +Face 5439 +UV Count: 3 + UV + UV + UV +Face 5440 +UV Count: 3 + UV + UV + UV +Face 5441 +UV Count: 3 + UV + UV + UV +Face 5442 +UV Count: 3 + UV + UV + UV +Face 5443 +UV Count: 3 + UV + UV + UV +Face 5444 +UV Count: 3 + UV + UV + UV +Face 5445 +UV Count: 3 + UV + UV + UV +Face 5446 +UV Count: 3 + UV + UV + UV +Face 5447 +UV Count: 3 + UV + UV + UV +Face 5448 +UV Count: 3 + UV + UV + UV +Face 5449 +UV Count: 3 + UV + UV + UV +Face 5450 +UV Count: 3 + UV + UV + UV +Face 5451 +UV Count: 3 + UV + UV + UV +Face 5452 +UV Count: 3 + UV + UV + UV +Face 5453 +UV Count: 3 + UV + UV + UV +Face 5454 +UV Count: 3 + UV + UV + UV +Face 5455 +UV Count: 3 + UV + UV + UV +Face 5456 +UV Count: 3 + UV + UV + UV +Face 5457 +UV Count: 3 + UV + UV + UV +Face 5458 +UV Count: 3 + UV + UV + UV +Face 5459 +UV Count: 3 + UV + UV + UV +Face 5460 +UV Count: 3 + UV + UV + UV +Face 5461 +UV Count: 3 + UV + UV + UV +Face 5462 +UV Count: 3 + UV + UV + UV +Face 5463 +UV Count: 3 + UV + UV + UV +Face 5464 +UV Count: 3 + UV + UV + UV +Face 5465 +UV Count: 3 + UV + UV + UV +Face 5466 +UV Count: 3 + UV + UV + UV +Face 5467 +UV Count: 3 + UV + UV + UV +Face 5468 +UV Count: 3 + UV + UV + UV +Face 5469 +UV Count: 3 + UV + UV + UV +Face 5470 +UV Count: 3 + UV + UV + UV +Face 5471 +UV Count: 3 + UV + UV + UV +Face 5472 +UV Count: 3 + UV + UV + UV +Face 5473 +UV Count: 3 + UV + UV + UV +Face 5474 +UV Count: 3 + UV + UV + UV +Face 5475 +UV Count: 3 + UV + UV + UV +Face 5476 +UV Count: 3 + UV + UV + UV +Face 5477 +UV Count: 3 + UV + UV + UV +Face 5478 +UV Count: 3 + UV + UV + UV +Face 5479 +UV Count: 3 + UV + UV + UV +Face 5480 +UV Count: 3 + UV + UV + UV +Face 5481 +UV Count: 3 + UV + UV + UV +Face 5482 +UV Count: 3 + UV + UV + UV +Face 5483 +UV Count: 3 + UV + UV + UV +Face 5484 +UV Count: 3 + UV + UV + UV +Face 5485 +UV Count: 3 + UV + UV + UV +Face 5486 +UV Count: 3 + UV + UV + UV +Face 5487 +UV Count: 3 + UV + UV + UV +Face 5488 +UV Count: 3 + UV + UV + UV +Face 5489 +UV Count: 3 + UV + UV + UV +Face 5490 +UV Count: 3 + UV + UV + UV +Face 5491 +UV Count: 3 + UV + UV + UV +Face 5492 +UV Count: 3 + UV + UV + UV +Face 5493 +UV Count: 3 + UV + UV + UV +Face 5494 +UV Count: 3 + UV + UV + UV +Face 5495 +UV Count: 3 + UV + UV + UV +Face 5496 +UV Count: 3 + UV + UV + UV +Face 5497 +UV Count: 3 + UV + UV + UV +Face 5498 +UV Count: 3 + UV + UV + UV +Face 5499 +UV Count: 3 + UV + UV + UV +Face 5500 +UV Count: 3 + UV + UV + UV +Face 5501 +UV Count: 3 + UV + UV + UV +Face 5502 +UV Count: 3 + UV + UV + UV +Face 5503 +UV Count: 3 + UV + UV + UV +Face 5504 +UV Count: 3 + UV + UV + UV +Face 5505 +UV Count: 3 + UV + UV + UV +Face 5506 +UV Count: 3 + UV + UV + UV +Face 5507 +UV Count: 3 + UV + UV + UV +Face 5508 +UV Count: 3 + UV + UV + UV +Face 5509 +UV Count: 3 + UV + UV + UV +Face 5510 +UV Count: 3 + UV + UV + UV +Face 5511 +UV Count: 3 + UV + UV + UV +Face 5512 +UV Count: 3 + UV + UV + UV +Face 5513 +UV Count: 3 + UV + UV + UV +Face 5514 +UV Count: 3 + UV + UV + UV +Face 5515 +UV Count: 3 + UV + UV + UV +Face 5516 +UV Count: 3 + UV + UV + UV +Face 5517 +UV Count: 3 + UV + UV + UV +Face 5518 +UV Count: 3 + UV + UV + UV +Face 5519 +UV Count: 3 + UV + UV + UV +Face 5520 +UV Count: 3 + UV + UV + UV +Face 5521 +UV Count: 3 + UV + UV + UV +Face 5522 +UV Count: 3 + UV + UV + UV +Face 5523 +UV Count: 3 + UV + UV + UV +Face 5524 +UV Count: 3 + UV + UV + UV +Face 5525 +UV Count: 3 + UV + UV + UV +Face 5526 +UV Count: 3 + UV + UV + UV +Face 5527 +UV Count: 3 + UV + UV + UV +Face 5528 +UV Count: 3 + UV + UV + UV +Face 5529 +UV Count: 3 + UV + UV + UV +Face 5530 +UV Count: 3 + UV + UV + UV +Face 5531 +UV Count: 3 + UV + UV + UV +Face 5532 +UV Count: 3 + UV + UV + UV +Face 5533 +UV Count: 3 + UV + UV + UV +Face 5534 +UV Count: 3 + UV + UV + UV +Face 5535 +UV Count: 3 + UV + UV + UV +Face 5536 +UV Count: 3 + UV + UV + UV +Face 5537 +UV Count: 3 + UV + UV + UV +Face 5538 +UV Count: 3 + UV + UV + UV +Face 5539 +UV Count: 3 + UV + UV + UV +Face 5540 +UV Count: 3 + UV + UV + UV +Face 5541 +UV Count: 3 + UV + UV + UV +Face 5542 +UV Count: 3 + UV + UV + UV +Face 5543 +UV Count: 3 + UV + UV + UV +Face 5544 +UV Count: 3 + UV + UV + UV +Face 5545 +UV Count: 3 + UV + UV + UV +Face 5546 +UV Count: 3 + UV + UV + UV +Face 5547 +UV Count: 3 + UV + UV + UV +Face 5548 +UV Count: 3 + UV + UV + UV +Face 5549 +UV Count: 3 + UV + UV + UV +Face 5550 +UV Count: 3 + UV + UV + UV +Face 5551 +UV Count: 3 + UV + UV + UV +Face 5552 +UV Count: 3 + UV + UV + UV +Face 5553 +UV Count: 3 + UV + UV + UV +Face 5554 +UV Count: 3 + UV + UV + UV +Face 5555 +UV Count: 3 + UV + UV + UV +Face 5556 +UV Count: 3 + UV + UV + UV +Face 5557 +UV Count: 3 + UV + UV + UV +Face 5558 +UV Count: 3 + UV + UV + UV +Face 5559 +UV Count: 3 + UV + UV + UV +Face 5560 +UV Count: 3 + UV + UV + UV +Face 5561 +UV Count: 3 + UV + UV + UV +Face 5562 +UV Count: 3 + UV + UV + UV +Face 5563 +UV Count: 3 + UV + UV + UV +Face 5564 +UV Count: 3 + UV + UV + UV +Face 5565 +UV Count: 3 + UV + UV + UV +Face 5566 +UV Count: 3 + UV + UV + UV +Face 5567 +UV Count: 3 + UV + UV + UV +Face 5568 +UV Count: 3 + UV + UV + UV +Face 5569 +UV Count: 3 + UV + UV + UV +Face 5570 +UV Count: 3 + UV + UV + UV +Face 5571 +UV Count: 3 + UV + UV + UV +Face 5572 +UV Count: 3 + UV + UV + UV +Face 5573 +UV Count: 3 + UV + UV + UV +Face 5574 +UV Count: 3 + UV + UV + UV +Face 5575 +UV Count: 3 + UV + UV + UV +Face 5576 +UV Count: 3 + UV + UV + UV +Face 5577 +UV Count: 3 + UV + UV + UV +Face 5578 +UV Count: 3 + UV + UV + UV +Face 5579 +UV Count: 3 + UV + UV + UV +Face 5580 +UV Count: 3 + UV + UV + UV +Face 5581 +UV Count: 3 + UV + UV + UV +Face 5582 +UV Count: 3 + UV + UV + UV +Face 5583 +UV Count: 3 + UV + UV + UV +Face 5584 +UV Count: 3 + UV + UV + UV +Face 5585 +UV Count: 3 + UV + UV + UV +Face 5586 +UV Count: 3 + UV + UV + UV +Face 5587 +UV Count: 3 + UV + UV + UV +Face 5588 +UV Count: 3 + UV + UV + UV +Face 5589 +UV Count: 3 + UV + UV + UV +Face 5590 +UV Count: 3 + UV + UV + UV +Face 5591 +UV Count: 3 + UV + UV + UV +Face 5592 +UV Count: 3 + UV + UV + UV +Face 5593 +UV Count: 3 + UV + UV + UV +Face 5594 +UV Count: 3 + UV + UV + UV +Face 5595 +UV Count: 3 + UV + UV + UV +Face 5596 +UV Count: 3 + UV + UV + UV +Face 5597 +UV Count: 3 + UV + UV + UV +Face 5598 +UV Count: 3 + UV + UV + UV +Face 5599 +UV Count: 3 + UV + UV + UV +Face 5600 +UV Count: 3 + UV + UV + UV +Face 5601 +UV Count: 3 + UV + UV + UV +Face 5602 +UV Count: 3 + UV + UV + UV +Face 5603 +UV Count: 3 + UV + UV + UV +Face 5604 +UV Count: 3 + UV + UV + UV +Face 5605 +UV Count: 3 + UV + UV + UV +Face 5606 +UV Count: 3 + UV + UV + UV +Face 5607 +UV Count: 3 + UV + UV + UV +Face 5608 +UV Count: 3 + UV + UV + UV +Face 5609 +UV Count: 3 + UV + UV + UV +Face 5610 +UV Count: 3 + UV + UV + UV +Face 5611 +UV Count: 3 + UV + UV + UV +Face 5612 +UV Count: 3 + UV + UV + UV +Face 5613 +UV Count: 3 + UV + UV + UV +Face 5614 +UV Count: 3 + UV + UV + UV +Face 5615 +UV Count: 3 + UV + UV + UV +Face 5616 +UV Count: 3 + UV + UV + UV +Face 5617 +UV Count: 3 + UV + UV + UV +Face 5618 +UV Count: 3 + UV + UV + UV +Face 5619 +UV Count: 3 + UV + UV + UV +Face 5620 +UV Count: 3 + UV + UV + UV +Face 5621 +UV Count: 3 + UV + UV + UV +Face 5622 +UV Count: 3 + UV + UV + UV +Face 5623 +UV Count: 3 + UV + UV + UV +Face 5624 +UV Count: 3 + UV + UV + UV +Face 5625 +UV Count: 3 + UV + UV + UV +Face 5626 +UV Count: 3 + UV + UV + UV +Face 5627 +UV Count: 3 + UV + UV + UV +Face 5628 +UV Count: 3 + UV + UV + UV +Face 5629 +UV Count: 3 + UV + UV + UV +Face 5630 +UV Count: 3 + UV + UV + UV +Face 5631 +UV Count: 3 + UV + UV + UV +Face 5632 +UV Count: 3 + UV + UV + UV +Face 5633 +UV Count: 3 + UV + UV + UV +Face 5634 +UV Count: 3 + UV + UV + UV +Face 5635 +UV Count: 3 + UV + UV + UV +Face 5636 +UV Count: 3 + UV + UV + UV +Face 5637 +UV Count: 3 + UV + UV + UV +Face 5638 +UV Count: 3 + UV + UV + UV +Face 5639 +UV Count: 3 + UV + UV + UV +Face 5640 +UV Count: 3 + UV + UV + UV +Face 5641 +UV Count: 3 + UV + UV + UV +Face 5642 +UV Count: 3 + UV + UV + UV +Face 5643 +UV Count: 3 + UV + UV + UV +Face 5644 +UV Count: 3 + UV + UV + UV +Face 5645 +UV Count: 3 + UV + UV + UV +Face 5646 +UV Count: 3 + UV + UV + UV +Face 5647 +UV Count: 3 + UV + UV + UV +Face 5648 +UV Count: 3 + UV + UV + UV +Face 5649 +UV Count: 3 + UV + UV + UV +Face 5650 +UV Count: 3 + UV + UV + UV +Face 5651 +UV Count: 3 + UV + UV + UV +Face 5652 +UV Count: 3 + UV + UV + UV +Face 5653 +UV Count: 3 + UV + UV + UV +Face 5654 +UV Count: 3 + UV + UV + UV +Face 5655 +UV Count: 3 + UV + UV + UV +Face 5656 +UV Count: 3 + UV + UV + UV +Face 5657 +UV Count: 3 + UV + UV + UV +Face 5658 +UV Count: 3 + UV + UV + UV +Face 5659 +UV Count: 3 + UV + UV + UV +Face 5660 +UV Count: 3 + UV + UV + UV +Face 5661 +UV Count: 3 + UV + UV + UV +Face 5662 +UV Count: 3 + UV + UV + UV +Face 5663 +UV Count: 3 + UV + UV + UV +Face 5664 +UV Count: 3 + UV + UV + UV +Face 5665 +UV Count: 3 + UV + UV + UV +Face 5666 +UV Count: 3 + UV + UV + UV +Face 5667 +UV Count: 3 + UV + UV + UV +Face 5668 +UV Count: 3 + UV + UV + UV +Face 5669 +UV Count: 3 + UV + UV + UV +Face 5670 +UV Count: 3 + UV + UV + UV +Face 5671 +UV Count: 3 + UV + UV + UV +Face 5672 +UV Count: 3 + UV + UV + UV +Face 5673 +UV Count: 3 + UV + UV + UV +Face 5674 +UV Count: 3 + UV + UV + UV +Face 5675 +UV Count: 3 + UV + UV + UV +Face 5676 +UV Count: 3 + UV + UV + UV +Face 5677 +UV Count: 3 + UV + UV + UV +Face 5678 +UV Count: 3 + UV + UV + UV +Face 5679 +UV Count: 3 + UV + UV + UV +Face 5680 +UV Count: 3 + UV + UV + UV +Face 5681 +UV Count: 3 + UV + UV + UV +Face 5682 +UV Count: 3 + UV + UV + UV +Face 5683 +UV Count: 3 + UV + UV + UV +Face 5684 +UV Count: 3 + UV + UV + UV +Face 5685 +UV Count: 3 + UV + UV + UV +Face 5686 +UV Count: 3 + UV + UV + UV +Face 5687 +UV Count: 3 + UV + UV + UV +Face 5688 +UV Count: 3 + UV + UV + UV +Face 5689 +UV Count: 3 + UV + UV + UV +Face 5690 +UV Count: 3 + UV + UV + UV +Face 5691 +UV Count: 3 + UV + UV + UV +Face 5692 +UV Count: 3 + UV + UV + UV +Face 5693 +UV Count: 3 + UV + UV + UV +Face 5694 +UV Count: 3 + UV + UV + UV +Face 5695 +UV Count: 3 + UV + UV + UV +Face 5696 +UV Count: 3 + UV + UV + UV +Face 5697 +UV Count: 3 + UV + UV + UV +Face 5698 +UV Count: 3 + UV + UV + UV +Face 5699 +UV Count: 3 + UV + UV + UV +Face 5700 +UV Count: 3 + UV + UV + UV +Face 5701 +UV Count: 3 + UV + UV + UV +Face 5702 +UV Count: 3 + UV + UV + UV +Face 5703 +UV Count: 3 + UV + UV + UV +Face 5704 +UV Count: 3 + UV + UV + UV +Face 5705 +UV Count: 3 + UV + UV + UV +Face 5706 +UV Count: 3 + UV + UV + UV +Face 5707 +UV Count: 3 + UV + UV + UV +Face 5708 +UV Count: 3 + UV + UV + UV +Face 5709 +UV Count: 3 + UV + UV + UV +Face 5710 +UV Count: 3 + UV + UV + UV +Face 5711 +UV Count: 3 + UV + UV + UV +Face 5712 +UV Count: 3 + UV + UV + UV +Face 5713 +UV Count: 3 + UV + UV + UV +Face 5714 +UV Count: 3 + UV + UV + UV +Face 5715 +UV Count: 3 + UV + UV + UV +Face 5716 +UV Count: 3 + UV + UV + UV +Face 5717 +UV Count: 3 + UV + UV + UV +Face 5718 +UV Count: 3 + UV + UV + UV +Face 5719 +UV Count: 3 + UV + UV + UV +Face 5720 +UV Count: 3 + UV + UV + UV +Face 5721 +UV Count: 3 + UV + UV + UV +Face 5722 +UV Count: 3 + UV + UV + UV +Face 5723 +UV Count: 3 + UV + UV + UV +Face 5724 +UV Count: 3 + UV + UV + UV +Face 5725 +UV Count: 3 + UV + UV + UV +Face 5726 +UV Count: 3 + UV + UV + UV +Face 5727 +UV Count: 3 + UV + UV + UV +Face 5728 +UV Count: 3 + UV + UV + UV +Face 5729 +UV Count: 3 + UV + UV + UV +Face 5730 +UV Count: 3 + UV + UV + UV +Face 5731 +UV Count: 3 + UV + UV + UV +Face 5732 +UV Count: 3 + UV + UV + UV +Face 5733 +UV Count: 3 + UV + UV + UV +Face 5734 +UV Count: 3 + UV + UV + UV +Face 5735 +UV Count: 3 + UV + UV + UV +Face 5736 +UV Count: 3 + UV + UV + UV +Face 5737 +UV Count: 3 + UV + UV + UV +Face 5738 +UV Count: 3 + UV + UV + UV +Face 5739 +UV Count: 3 + UV + UV + UV +Face 5740 +UV Count: 3 + UV + UV + UV +Face 5741 +UV Count: 3 + UV + UV + UV +Face 5742 +UV Count: 3 + UV + UV + UV +Face 5743 +UV Count: 3 + UV + UV + UV +Face 5744 +UV Count: 3 + UV + UV + UV +Face 5745 +UV Count: 3 + UV + UV + UV +Face 5746 +UV Count: 3 + UV + UV + UV +Face 5747 +UV Count: 3 + UV + UV + UV +Face 5748 +UV Count: 3 + UV + UV + UV +Face 5749 +UV Count: 3 + UV + UV + UV +Face 5750 +UV Count: 3 + UV + UV + UV +Face 5751 +UV Count: 3 + UV + UV + UV +Face 5752 +UV Count: 3 + UV + UV + UV +Face 5753 +UV Count: 3 + UV + UV + UV +Face 5754 +UV Count: 3 + UV + UV + UV +Face 5755 +UV Count: 3 + UV + UV + UV +Face 5756 +UV Count: 3 + UV + UV + UV +Face 5757 +UV Count: 3 + UV + UV + UV +Face 5758 +UV Count: 3 + UV + UV + UV +Face 5759 +UV Count: 3 + UV + UV + UV +Face 5760 +UV Count: 3 + UV + UV + UV +Face 5761 +UV Count: 3 + UV + UV + UV +Face 5762 +UV Count: 3 + UV + UV + UV +Face 5763 +UV Count: 3 + UV + UV + UV +Face 5764 +UV Count: 3 + UV + UV + UV +Face 5765 +UV Count: 3 + UV + UV + UV +Face 5766 +UV Count: 3 + UV + UV + UV +Face 5767 +UV Count: 3 + UV + UV + UV +Face 5768 +UV Count: 3 + UV + UV + UV +Face 5769 +UV Count: 3 + UV + UV + UV +Face 5770 +UV Count: 3 + UV + UV + UV +Face 5771 +UV Count: 3 + UV + UV + UV +Face 5772 +UV Count: 3 + UV + UV + UV +Face 5773 +UV Count: 3 + UV + UV + UV +Face 5774 +UV Count: 3 + UV + UV + UV +Face 5775 +UV Count: 3 + UV + UV + UV +Face 5776 +UV Count: 3 + UV + UV + UV +Face 5777 +UV Count: 3 + UV + UV + UV +Face 5778 +UV Count: 3 + UV + UV + UV +Face 5779 +UV Count: 3 + UV + UV + UV +Face 5780 +UV Count: 3 + UV + UV + UV +Face 5781 +UV Count: 3 + UV + UV + UV +Face 5782 +UV Count: 3 + UV + UV + UV +Face 5783 +UV Count: 3 + UV + UV + UV +Face 5784 +UV Count: 3 + UV + UV + UV +Face 5785 +UV Count: 3 + UV + UV + UV +Face 5786 +UV Count: 3 + UV + UV + UV +Face 5787 +UV Count: 3 + UV + UV + UV +Face 5788 +UV Count: 3 + UV + UV + UV +Face 5789 +UV Count: 3 + UV + UV + UV +Face 5790 +UV Count: 3 + UV + UV + UV +Face 5791 +UV Count: 3 + UV + UV + UV +Face 5792 +UV Count: 3 + UV + UV + UV +Face 5793 +UV Count: 3 + UV + UV + UV +Face 5794 +UV Count: 3 + UV + UV + UV +Face 5795 +UV Count: 3 + UV + UV + UV +Face 5796 +UV Count: 3 + UV + UV + UV +Face 5797 +UV Count: 3 + UV + UV + UV +Face 5798 +UV Count: 3 + UV + UV + UV +Face 5799 +UV Count: 3 + UV + UV + UV +Face 5800 +UV Count: 3 + UV + UV + UV +Face 5801 +UV Count: 3 + UV + UV + UV +Face 5802 +UV Count: 3 + UV + UV + UV +Face 5803 +UV Count: 3 + UV + UV + UV +Face 5804 +UV Count: 3 + UV + UV + UV +Face 5805 +UV Count: 3 + UV + UV + UV +Face 5806 +UV Count: 3 + UV + UV + UV +Face 5807 +UV Count: 3 + UV + UV + UV +Face 5808 +UV Count: 3 + UV + UV + UV +Face 5809 +UV Count: 3 + UV + UV + UV +Face 5810 +UV Count: 3 + UV + UV + UV +Face 5811 +UV Count: 3 + UV + UV + UV +Face 5812 +UV Count: 3 + UV + UV + UV +Face 5813 +UV Count: 3 + UV + UV + UV +Face 5814 +UV Count: 3 + UV + UV + UV +Face 5815 +UV Count: 3 + UV + UV + UV +Face 5816 +UV Count: 3 + UV + UV + UV +Face 5817 +UV Count: 3 + UV + UV + UV +Face 5818 +UV Count: 3 + UV + UV + UV +Face 5819 +UV Count: 3 + UV + UV + UV +Face 5820 +UV Count: 3 + UV + UV + UV +Face 5821 +UV Count: 3 + UV + UV + UV +Face 5822 +UV Count: 3 + UV + UV + UV +Face 5823 +UV Count: 3 + UV + UV + UV +Face 5824 +UV Count: 3 + UV + UV + UV +Face 5825 +UV Count: 3 + UV + UV + UV +Face 5826 +UV Count: 3 + UV + UV + UV +Face 5827 +UV Count: 3 + UV + UV + UV +Face 5828 +UV Count: 3 + UV + UV + UV +Face 5829 +UV Count: 3 + UV + UV + UV +Face 5830 +UV Count: 3 + UV + UV + UV +Face 5831 +UV Count: 3 + UV + UV + UV +Face 5832 +UV Count: 3 + UV + UV + UV +Face 5833 +UV Count: 3 + UV + UV + UV +Face 5834 +UV Count: 3 + UV + UV + UV +Face 5835 +UV Count: 3 + UV + UV + UV +Face 5836 +UV Count: 3 + UV + UV + UV +Face 5837 +UV Count: 3 + UV + UV + UV +Face 5838 +UV Count: 3 + UV + UV + UV +Face 5839 +UV Count: 3 + UV + UV + UV +Face 5840 +UV Count: 3 + UV + UV + UV +Face 5841 +UV Count: 3 + UV + UV + UV +Face 5842 +UV Count: 3 + UV + UV + UV +Face 5843 +UV Count: 3 + UV + UV + UV +Face 5844 +UV Count: 3 + UV + UV + UV +Face 5845 +UV Count: 3 + UV + UV + UV +Face 5846 +UV Count: 3 + UV + UV + UV +Face 5847 +UV Count: 3 + UV + UV + UV +Face 5848 +UV Count: 3 + UV + UV + UV +Face 5849 +UV Count: 3 + UV + UV + UV +Face 5850 +UV Count: 3 + UV + UV + UV +Face 5851 +UV Count: 3 + UV + UV + UV +Face 5852 +UV Count: 3 + UV + UV + UV +Face 5853 +UV Count: 3 + UV + UV + UV +Face 5854 +UV Count: 3 + UV + UV + UV +Face 5855 +UV Count: 3 + UV + UV + UV +Face 5856 +UV Count: 3 + UV + UV + UV +Face 5857 +UV Count: 3 + UV + UV + UV +Face 5858 +UV Count: 3 + UV + UV + UV +Face 5859 +UV Count: 3 + UV + UV + UV +Face 5860 +UV Count: 3 + UV + UV + UV +Face 5861 +UV Count: 3 + UV + UV + UV +Face 5862 +UV Count: 3 + UV + UV + UV +Face 5863 +UV Count: 3 + UV + UV + UV +Face 5864 +UV Count: 3 + UV + UV + UV +Face 5865 +UV Count: 3 + UV + UV + UV +Face 5866 +UV Count: 3 + UV + UV + UV +Face 5867 +UV Count: 3 + UV + UV + UV +Face 5868 +UV Count: 3 + UV + UV + UV +Face 5869 +UV Count: 3 + UV + UV + UV +Face 5870 +UV Count: 3 + UV + UV + UV +Face 5871 +UV Count: 3 + UV + UV + UV +Face 5872 +UV Count: 3 + UV + UV + UV +Face 5873 +UV Count: 3 + UV + UV + UV +Face 5874 +UV Count: 3 + UV + UV + UV +Face 5875 +UV Count: 3 + UV + UV + UV +Face 5876 +UV Count: 3 + UV + UV + UV +Face 5877 +UV Count: 3 + UV + UV + UV +Face 5878 +UV Count: 3 + UV + UV + UV +Face 5879 +UV Count: 3 + UV + UV + UV +Face 5880 +UV Count: 3 + UV + UV + UV +Face 5881 +UV Count: 3 + UV + UV + UV +Face 5882 +UV Count: 3 + UV + UV + UV +Face 5883 +UV Count: 3 + UV + UV + UV +Face 5884 +UV Count: 3 + UV + UV + UV +Face 5885 +UV Count: 3 + UV + UV + UV +Face 5886 +UV Count: 3 + UV + UV + UV +Face 5887 +UV Count: 3 + UV + UV + UV +Face 5888 +UV Count: 3 + UV + UV + UV +Face 5889 +UV Count: 3 + UV + UV + UV +Face 5890 +UV Count: 3 + UV + UV + UV +Face 5891 +UV Count: 3 + UV + UV + UV +Face 5892 +UV Count: 3 + UV + UV + UV +Face 5893 +UV Count: 3 + UV + UV + UV +Face 5894 +UV Count: 3 + UV + UV + UV +Face 5895 +UV Count: 3 + UV + UV + UV +Face 5896 +UV Count: 3 + UV + UV + UV +Face 5897 +UV Count: 3 + UV + UV + UV +Face 5898 +UV Count: 3 + UV + UV + UV +Face 5899 +UV Count: 3 + UV + UV + UV +Face 5900 +UV Count: 3 + UV + UV + UV +Face 5901 +UV Count: 3 + UV + UV + UV +Face 5902 +UV Count: 3 + UV + UV + UV +Face 5903 +UV Count: 3 + UV + UV + UV +Face 5904 +UV Count: 3 + UV + UV + UV +Face 5905 +UV Count: 3 + UV + UV + UV +Face 5906 +UV Count: 3 + UV + UV + UV +Face 5907 +UV Count: 3 + UV + UV + UV +Face 5908 +UV Count: 3 + UV + UV + UV +Face 5909 +UV Count: 3 + UV + UV + UV +Face 5910 +UV Count: 3 + UV + UV + UV +Face 5911 +UV Count: 3 + UV + UV + UV +Face 5912 +UV Count: 3 + UV + UV + UV +Face 5913 +UV Count: 3 + UV + UV + UV +Face 5914 +UV Count: 3 + UV + UV + UV +Face 5915 +UV Count: 3 + UV + UV + UV +Face 5916 +UV Count: 3 + UV + UV + UV +Face 5917 +UV Count: 3 + UV + UV + UV +Face 5918 +UV Count: 3 + UV + UV + UV +Face 5919 +UV Count: 3 + UV + UV + UV +Face 5920 +UV Count: 3 + UV + UV + UV +Face 5921 +UV Count: 3 + UV + UV + UV +Face 5922 +UV Count: 3 + UV + UV + UV +Face 5923 +UV Count: 3 + UV + UV + UV +Face 5924 +UV Count: 3 + UV + UV + UV +Face 5925 +UV Count: 3 + UV + UV + UV +Face 5926 +UV Count: 3 + UV + UV + UV +Face 5927 +UV Count: 3 + UV + UV + UV +Face 5928 +UV Count: 3 + UV + UV + UV +Face 5929 +UV Count: 3 + UV + UV + UV +Face 5930 +UV Count: 3 + UV + UV + UV +Face 5931 +UV Count: 3 + UV + UV + UV +Face 5932 +UV Count: 3 + UV + UV + UV +Face 5933 +UV Count: 3 + UV + UV + UV +Face 5934 +UV Count: 3 + UV + UV + UV +Face 5935 +UV Count: 3 + UV + UV + UV +Face 5936 +UV Count: 3 + UV + UV + UV +Face 5937 +UV Count: 3 + UV + UV + UV +Face 5938 +UV Count: 3 + UV + UV + UV +Face 5939 +UV Count: 3 + UV + UV + UV +Face 5940 +UV Count: 3 + UV + UV + UV +Face 5941 +UV Count: 3 + UV + UV + UV +Face 5942 +UV Count: 3 + UV + UV + UV +Face 5943 +UV Count: 3 + UV + UV + UV +Face 5944 +UV Count: 3 + UV + UV + UV +Face 5945 +UV Count: 3 + UV + UV + UV +Face 5946 +UV Count: 3 + UV + UV + UV +Face 5947 +UV Count: 3 + UV + UV + UV +Face 5948 +UV Count: 3 + UV + UV + UV +Face 5949 +UV Count: 3 + UV + UV + UV +Face 5950 +UV Count: 3 + UV + UV + UV +Face 5951 +UV Count: 3 + UV + UV + UV +Face 5952 +UV Count: 3 + UV + UV + UV +Face 5953 +UV Count: 3 + UV + UV + UV +Face 5954 +UV Count: 3 + UV + UV + UV +Face 5955 +UV Count: 3 + UV + UV + UV +Face 5956 +UV Count: 3 + UV + UV + UV +Face 5957 +UV Count: 3 + UV + UV + UV +Face 5958 +UV Count: 3 + UV + UV + UV +Face 5959 +UV Count: 3 + UV + UV + UV +Face 5960 +UV Count: 3 + UV + UV + UV +Face 5961 +UV Count: 3 + UV + UV + UV +Face 5962 +UV Count: 3 + UV + UV + UV +Face 5963 +UV Count: 3 + UV + UV + UV +Face 5964 +UV Count: 3 + UV + UV + UV +Face 5965 +UV Count: 3 + UV + UV + UV +Face 5966 +UV Count: 3 + UV + UV + UV +Face 5967 +UV Count: 3 + UV + UV + UV +Face 5968 +UV Count: 3 + UV + UV + UV +Face 5969 +UV Count: 3 + UV + UV + UV +Face 5970 +UV Count: 3 + UV + UV + UV +Face 5971 +UV Count: 3 + UV + UV + UV +Face 5972 +UV Count: 3 + UV + UV + UV +Face 5973 +UV Count: 3 + UV + UV + UV +Face 5974 +UV Count: 3 + UV + UV + UV +Face 5975 +UV Count: 3 + UV + UV + UV +Face 5976 +UV Count: 3 + UV + UV + UV +Face 5977 +UV Count: 3 + UV + UV + UV +Face 5978 +UV Count: 3 + UV + UV + UV +Face 5979 +UV Count: 3 + UV + UV + UV +Face 5980 +UV Count: 3 + UV + UV + UV +Face 5981 +UV Count: 3 + UV + UV + UV +Face 5982 +UV Count: 3 + UV + UV + UV +Face 5983 +UV Count: 3 + UV + UV + UV +Face 5984 +UV Count: 3 + UV + UV + UV +Face 5985 +UV Count: 3 + UV + UV + UV +Face 5986 +UV Count: 3 + UV + UV + UV +Face 5987 +UV Count: 3 + UV + UV + UV +Face 5988 +UV Count: 3 + UV + UV + UV +Face 5989 +UV Count: 3 + UV + UV + UV +Face 5990 +UV Count: 3 + UV + UV + UV +Face 5991 +UV Count: 3 + UV + UV + UV +Face 5992 +UV Count: 3 + UV + UV + UV +Face 5993 +UV Count: 3 + UV + UV + UV +Face 5994 +UV Count: 3 + UV + UV + UV +Face 5995 +UV Count: 3 + UV + UV + UV +Face 5996 +UV Count: 3 + UV + UV + UV +Face 5997 +UV Count: 3 + UV + UV + UV +Face 5998 +UV Count: 3 + UV + UV + UV +Face 5999 +UV Count: 3 + UV + UV + UV +Face 6000 +UV Count: 3 + UV + UV + UV +Face 6001 +UV Count: 3 + UV + UV + UV +Face 6002 +UV Count: 3 + UV + UV + UV +Face 6003 +UV Count: 3 + UV + UV + UV +Face 6004 +UV Count: 3 + UV + UV + UV +Face 6005 +UV Count: 3 + UV + UV + UV +Face 6006 +UV Count: 3 + UV + UV + UV +Face 6007 +UV Count: 3 + UV + UV + UV +Face 6008 +UV Count: 3 + UV + UV + UV +Face 6009 +UV Count: 3 + UV + UV + UV +Face 6010 +UV Count: 3 + UV + UV + UV +Face 6011 +UV Count: 3 + UV + UV + UV +Face 6012 +UV Count: 3 + UV + UV + UV +Face 6013 +UV Count: 3 + UV + UV + UV +Face 6014 +UV Count: 3 + UV + UV + UV +Face 6015 +UV Count: 3 + UV + UV + UV +Face 6016 +UV Count: 3 + UV + UV + UV +Face 6017 +UV Count: 3 + UV + UV + UV +Face 6018 +UV Count: 3 + UV + UV + UV +Face 6019 +UV Count: 3 + UV + UV + UV +Face 6020 +UV Count: 3 + UV + UV + UV +Face 6021 +UV Count: 3 + UV + UV + UV +Face 6022 +UV Count: 3 + UV + UV + UV +Face 6023 +UV Count: 3 + UV + UV + UV +Face 6024 +UV Count: 3 + UV + UV + UV +Face 6025 +UV Count: 3 + UV + UV + UV +Face 6026 +UV Count: 3 + UV + UV + UV +Face 6027 +UV Count: 3 + UV + UV + UV +Face 6028 +UV Count: 3 + UV + UV + UV +Face 6029 +UV Count: 3 + UV + UV + UV +Face 6030 +UV Count: 3 + UV + UV + UV +Face 6031 +UV Count: 3 + UV + UV + UV +Face 6032 +UV Count: 3 + UV + UV + UV +Face 6033 +UV Count: 3 + UV + UV + UV +Face 6034 +UV Count: 3 + UV + UV + UV +Face 6035 +UV Count: 3 + UV + UV + UV +Face 6036 +UV Count: 3 + UV + UV + UV +Face 6037 +UV Count: 3 + UV + UV + UV +Face 6038 +UV Count: 3 + UV + UV + UV +Face 6039 +UV Count: 3 + UV + UV + UV +Face 6040 +UV Count: 3 + UV + UV + UV +Face 6041 +UV Count: 3 + UV + UV + UV +Face 6042 +UV Count: 3 + UV + UV + UV +Face 6043 +UV Count: 3 + UV + UV + UV +Face 6044 +UV Count: 3 + UV + UV + UV +Face 6045 +UV Count: 3 + UV + UV + UV +Face 6046 +UV Count: 3 + UV + UV + UV +Face 6047 +UV Count: 3 + UV + UV + UV +Face 6048 +UV Count: 3 + UV + UV + UV +Face 6049 +UV Count: 3 + UV + UV + UV +Face 6050 +UV Count: 3 + UV + UV + UV +Face 6051 +UV Count: 3 + UV + UV + UV +Face 6052 +UV Count: 3 + UV + UV + UV +Face 6053 +UV Count: 3 + UV + UV + UV +Face 6054 +UV Count: 3 + UV + UV + UV +Face 6055 +UV Count: 3 + UV + UV + UV +Face 6056 +UV Count: 3 + UV + UV + UV +Face 6057 +UV Count: 3 + UV + UV + UV +Face 6058 +UV Count: 3 + UV + UV + UV +Face 6059 +UV Count: 3 + UV + UV + UV +Face 6060 +UV Count: 3 + UV + UV + UV +Face 6061 +UV Count: 3 + UV + UV + UV +Face 6062 +UV Count: 3 + UV + UV + UV +Face 6063 +UV Count: 3 + UV + UV + UV +Face 6064 +UV Count: 3 + UV + UV + UV +Face 6065 +UV Count: 3 + UV + UV + UV +Face 6066 +UV Count: 3 + UV + UV + UV +Face 6067 +UV Count: 3 + UV + UV + UV +Face 6068 +UV Count: 3 + UV + UV + UV +Face 6069 +UV Count: 3 + UV + UV + UV +Face 6070 +UV Count: 3 + UV + UV + UV +Face 6071 +UV Count: 3 + UV + UV + UV +Face 6072 +UV Count: 3 + UV + UV + UV +Face 6073 +UV Count: 3 + UV + UV + UV +Face 6074 +UV Count: 3 + UV + UV + UV +Face 6075 +UV Count: 3 + UV + UV + UV +Face 6076 +UV Count: 3 + UV + UV + UV +Face 6077 +UV Count: 3 + UV + UV + UV +Face 6078 +UV Count: 3 + UV + UV + UV +Face 6079 +UV Count: 3 + UV + UV + UV +Face 6080 +UV Count: 3 + UV + UV + UV +Face 6081 +UV Count: 3 + UV + UV + UV +Face 6082 +UV Count: 3 + UV + UV + UV +Face 6083 +UV Count: 3 + UV + UV + UV +Face 6084 +UV Count: 3 + UV + UV + UV +Face 6085 +UV Count: 3 + UV + UV + UV +Face 6086 +UV Count: 3 + UV + UV + UV +Face 6087 +UV Count: 3 + UV + UV + UV +Face 6088 +UV Count: 3 + UV + UV + UV +Face 6089 +UV Count: 3 + UV + UV + UV +Face 6090 +UV Count: 3 + UV + UV + UV +Face 6091 +UV Count: 3 + UV + UV + UV +Face 6092 +UV Count: 3 + UV + UV + UV +Face 6093 +UV Count: 3 + UV + UV + UV +Face 6094 +UV Count: 3 + UV + UV + UV +Face 6095 +UV Count: 3 + UV + UV + UV +Face 6096 +UV Count: 3 + UV + UV + UV +Face 6097 +UV Count: 3 + UV + UV + UV +Face 6098 +UV Count: 3 + UV + UV + UV +Face 6099 +UV Count: 3 + UV + UV + UV +Face 6100 +UV Count: 3 + UV + UV + UV +Face 6101 +UV Count: 3 + UV + UV + UV +Face 6102 +UV Count: 3 + UV + UV + UV +Face 6103 +UV Count: 3 + UV + UV + UV +Face 6104 +UV Count: 3 + UV + UV + UV +Face 6105 +UV Count: 3 + UV + UV + UV +Face 6106 +UV Count: 3 + UV + UV + UV +Face 6107 +UV Count: 3 + UV + UV + UV +Face 6108 +UV Count: 3 + UV + UV + UV +Face 6109 +UV Count: 3 + UV + UV + UV +Face 6110 +UV Count: 3 + UV + UV + UV +Face 6111 +UV Count: 3 + UV + UV + UV +Face 6112 +UV Count: 3 + UV + UV + UV +Face 6113 +UV Count: 3 + UV + UV + UV +Face 6114 +UV Count: 3 + UV + UV + UV +Face 6115 +UV Count: 3 + UV + UV + UV +Face 6116 +UV Count: 3 + UV + UV + UV +Face 6117 +UV Count: 3 + UV + UV + UV +Face 6118 +UV Count: 3 + UV + UV + UV +Face 6119 +UV Count: 3 + UV + UV + UV +Face 6120 +UV Count: 3 + UV + UV + UV +Face 6121 +UV Count: 3 + UV + UV + UV +Face 6122 +UV Count: 3 + UV + UV + UV +Face 6123 +UV Count: 3 + UV + UV + UV +Face 6124 +UV Count: 3 + UV + UV + UV +Face 6125 +UV Count: 3 + UV + UV + UV +Face 6126 +UV Count: 3 + UV + UV + UV +Face 6127 +UV Count: 3 + UV + UV + UV +Face 6128 +UV Count: 3 + UV + UV + UV +Face 6129 +UV Count: 3 + UV + UV + UV +Face 6130 +UV Count: 3 + UV + UV + UV +Face 6131 +UV Count: 3 + UV + UV + UV +Face 6132 +UV Count: 3 + UV + UV + UV +Face 6133 +UV Count: 3 + UV + UV + UV +Face 6134 +UV Count: 3 + UV + UV + UV +Face 6135 +UV Count: 3 + UV + UV + UV +Face 6136 +UV Count: 3 + UV + UV + UV +Face 6137 +UV Count: 3 + UV + UV + UV +Face 6138 +UV Count: 3 + UV + UV + UV +Face 6139 +UV Count: 3 + UV + UV + UV +Face 6140 +UV Count: 3 + UV + UV + UV +Face 6141 +UV Count: 3 + UV + UV + UV +Face 6142 +UV Count: 3 + UV + UV + UV +Face 6143 +UV Count: 3 + UV + UV + UV +Face 6144 +UV Count: 3 + UV + UV + UV +Face 6145 +UV Count: 3 + UV + UV + UV +Face 6146 +UV Count: 3 + UV + UV + UV +Face 6147 +UV Count: 3 + UV + UV + UV +Face 6148 +UV Count: 3 + UV + UV + UV +Face 6149 +UV Count: 3 + UV + UV + UV +Face 6150 +UV Count: 3 + UV + UV + UV +Face 6151 +UV Count: 3 + UV + UV + UV +Face 6152 +UV Count: 3 + UV + UV + UV +Face 6153 +UV Count: 3 + UV + UV + UV +Face 6154 +UV Count: 3 + UV + UV + UV +Face 6155 +UV Count: 3 + UV + UV + UV +Face 6156 +UV Count: 3 + UV + UV + UV +Face 6157 +UV Count: 3 + UV + UV + UV +Face 6158 +UV Count: 3 + UV + UV + UV +Face 6159 +UV Count: 3 + UV + UV + UV +Face 6160 +UV Count: 3 + UV + UV + UV +Face 6161 +UV Count: 3 + UV + UV + UV +Face 6162 +UV Count: 3 + UV + UV + UV +Face 6163 +UV Count: 3 + UV + UV + UV +Face 6164 +UV Count: 3 + UV + UV + UV +Face 6165 +UV Count: 3 + UV + UV + UV +Face 6166 +UV Count: 3 + UV + UV + UV +Face 6167 +UV Count: 3 + UV + UV + UV +Face 6168 +UV Count: 3 + UV + UV + UV +Face 6169 +UV Count: 3 + UV + UV + UV +Face 6170 +UV Count: 3 + UV + UV + UV +Face 6171 +UV Count: 3 + UV + UV + UV +Face 6172 +UV Count: 3 + UV + UV + UV +Face 6173 +UV Count: 3 + UV + UV + UV +Face 6174 +UV Count: 3 + UV + UV + UV +Face 6175 +UV Count: 3 + UV + UV + UV +Face 6176 +UV Count: 3 + UV + UV + UV +Face 6177 +UV Count: 3 + UV + UV + UV +Face 6178 +UV Count: 3 + UV + UV + UV +Face 6179 +UV Count: 3 + UV + UV + UV +Face 6180 +UV Count: 3 + UV + UV + UV +Face 6181 +UV Count: 3 + UV + UV + UV +Face 6182 +UV Count: 3 + UV + UV + UV +Face 6183 +UV Count: 3 + UV + UV + UV +Face 6184 +UV Count: 3 + UV + UV + UV +Face 6185 +UV Count: 3 + UV + UV + UV +Face 6186 +UV Count: 3 + UV + UV + UV +Face 6187 +UV Count: 3 + UV + UV + UV +Face 6188 +UV Count: 3 + UV + UV + UV +Face 6189 +UV Count: 3 + UV + UV + UV +Face 6190 +UV Count: 3 + UV + UV + UV +Face 6191 +UV Count: 3 + UV + UV + UV +Face 6192 +UV Count: 3 + UV + UV + UV +Face 6193 +UV Count: 3 + UV + UV + UV +Face 6194 +UV Count: 3 + UV + UV + UV +Face 6195 +UV Count: 3 + UV + UV + UV +Face 6196 +UV Count: 3 + UV + UV + UV +Face 6197 +UV Count: 3 + UV + UV + UV +Face 6198 +UV Count: 3 + UV + UV + UV +Face 6199 +UV Count: 3 + UV + UV + UV +Face 6200 +UV Count: 3 + UV + UV + UV +Face 6201 +UV Count: 3 + UV + UV + UV +Face 6202 +UV Count: 3 + UV + UV + UV +Face 6203 +UV Count: 3 + UV + UV + UV +Face 6204 +UV Count: 3 + UV + UV + UV +Face 6205 +UV Count: 3 + UV + UV + UV +Face 6206 +UV Count: 3 + UV + UV + UV +Face 6207 +UV Count: 3 + UV + UV + UV +Face 6208 +UV Count: 3 + UV + UV + UV +Face 6209 +UV Count: 3 + UV + UV + UV +Face 6210 +UV Count: 3 + UV + UV + UV +Face 6211 +UV Count: 3 + UV + UV + UV +Face 6212 +UV Count: 3 + UV + UV + UV +Face 6213 +UV Count: 3 + UV + UV + UV +Face 6214 +UV Count: 3 + UV + UV + UV +Face 6215 +UV Count: 3 + UV + UV + UV +Face 6216 +UV Count: 3 + UV + UV + UV +Face 6217 +UV Count: 3 + UV + UV + UV +Face 6218 +UV Count: 3 + UV + UV + UV +Face 6219 +UV Count: 3 + UV + UV + UV +Face 6220 +UV Count: 3 + UV + UV + UV +Face 6221 +UV Count: 3 + UV + UV + UV +Face 6222 +UV Count: 3 + UV + UV + UV +Face 6223 +UV Count: 3 + UV + UV + UV +Face 6224 +UV Count: 3 + UV + UV + UV +Face 6225 +UV Count: 3 + UV + UV + UV +Face 6226 +UV Count: 3 + UV + UV + UV +Face 6227 +UV Count: 3 + UV + UV + UV +Face 6228 +UV Count: 3 + UV + UV + UV +Face 6229 +UV Count: 3 + UV + UV + UV +Face 6230 +UV Count: 3 + UV + UV + UV +Face 6231 +UV Count: 3 + UV + UV + UV +Face 6232 +UV Count: 3 + UV + UV + UV +Face 6233 +UV Count: 3 + UV + UV + UV +Face 6234 +UV Count: 3 + UV + UV + UV +Face 6235 +UV Count: 3 + UV + UV + UV +Face 6236 +UV Count: 3 + UV + UV + UV +Face 6237 +UV Count: 3 + UV + UV + UV +Face 6238 +UV Count: 3 + UV + UV + UV +Face 6239 +UV Count: 3 + UV + UV + UV +Face 6240 +UV Count: 3 + UV + UV + UV +Face 6241 +UV Count: 3 + UV + UV + UV +Face 6242 +UV Count: 3 + UV + UV + UV +Face 6243 +UV Count: 3 + UV + UV + UV +Face 6244 +UV Count: 3 + UV + UV + UV +Face 6245 +UV Count: 3 + UV + UV + UV +Face 6246 +UV Count: 3 + UV + UV + UV +Face 6247 +UV Count: 3 + UV + UV + UV +Face 6248 +UV Count: 3 + UV + UV + UV +Face 6249 +UV Count: 3 + UV + UV + UV +Face 6250 +UV Count: 3 + UV + UV + UV +Face 6251 +UV Count: 3 + UV + UV + UV +Face 6252 +UV Count: 3 + UV + UV + UV +Face 6253 +UV Count: 3 + UV + UV + UV +Face 6254 +UV Count: 3 + UV + UV + UV +Face 6255 +UV Count: 3 + UV + UV + UV +Face 6256 +UV Count: 3 + UV + UV + UV +Face 6257 +UV Count: 3 + UV + UV + UV +Face 6258 +UV Count: 3 + UV + UV + UV +Face 6259 +UV Count: 3 + UV + UV + UV +Face 6260 +UV Count: 3 + UV + UV + UV +Face 6261 +UV Count: 3 + UV + UV + UV +Face 6262 +UV Count: 3 + UV + UV + UV +Face 6263 +UV Count: 3 + UV + UV + UV +Face 6264 +UV Count: 3 + UV + UV + UV +Face 6265 +UV Count: 3 + UV + UV + UV +Face 6266 +UV Count: 3 + UV + UV + UV +Face 6267 +UV Count: 3 + UV + UV + UV +Face 6268 +UV Count: 3 + UV + UV + UV +Face 6269 +UV Count: 3 + UV + UV + UV +Face 6270 +UV Count: 3 + UV + UV + UV +Face 6271 +UV Count: 3 + UV + UV + UV +Face 6272 +UV Count: 3 + UV + UV + UV +Face 6273 +UV Count: 3 + UV + UV + UV +Face 6274 +UV Count: 3 + UV + UV + UV +Face 6275 +UV Count: 3 + UV + UV + UV +Face 6276 +UV Count: 3 + UV + UV + UV +Face 6277 +UV Count: 3 + UV + UV + UV +Face 6278 +UV Count: 3 + UV + UV + UV +Face 6279 +UV Count: 3 + UV + UV + UV +Face 6280 +UV Count: 3 + UV + UV + UV +Face 6281 +UV Count: 3 + UV + UV + UV +Face 6282 +UV Count: 3 + UV + UV + UV +Face 6283 +UV Count: 3 + UV + UV + UV +Face 6284 +UV Count: 3 + UV + UV + UV +Face 6285 +UV Count: 3 + UV + UV + UV +Face 6286 +UV Count: 3 + UV + UV + UV +Face 6287 +UV Count: 3 + UV + UV + UV +Face 6288 +UV Count: 3 + UV + UV + UV +Face 6289 +UV Count: 3 + UV + UV + UV +Face 6290 +UV Count: 3 + UV + UV + UV +Face 6291 +UV Count: 3 + UV + UV + UV +Face 6292 +UV Count: 3 + UV + UV + UV +Face 6293 +UV Count: 3 + UV + UV + UV +Face 6294 +UV Count: 3 + UV + UV + UV +Face 6295 +UV Count: 3 + UV + UV + UV +Face 6296 +UV Count: 3 + UV + UV + UV +Face 6297 +UV Count: 3 + UV + UV + UV +Face 6298 +UV Count: 3 + UV + UV + UV +Face 6299 +UV Count: 3 + UV + UV + UV +Face 6300 +UV Count: 3 + UV + UV + UV +Face 6301 +UV Count: 3 + UV + UV + UV +Face 6302 +UV Count: 3 + UV + UV + UV +Face 6303 +UV Count: 3 + UV + UV + UV +Face 6304 +UV Count: 3 + UV + UV + UV +Face 6305 +UV Count: 3 + UV + UV + UV +Face 6306 +UV Count: 3 + UV + UV + UV +Face 6307 +UV Count: 3 + UV + UV + UV +Face 6308 +UV Count: 3 + UV + UV + UV +Face 6309 +UV Count: 3 + UV + UV + UV +Face 6310 +UV Count: 3 + UV + UV + UV +Face 6311 +UV Count: 3 + UV + UV + UV +Face 6312 +UV Count: 3 + UV + UV + UV +Face 6313 +UV Count: 3 + UV + UV + UV +Face 6314 +UV Count: 3 + UV + UV + UV +Face 6315 +UV Count: 3 + UV + UV + UV +Face 6316 +UV Count: 3 + UV + UV + UV +Face 6317 +UV Count: 3 + UV + UV + UV +Face 6318 +UV Count: 3 + UV + UV + UV +Face 6319 +UV Count: 3 + UV + UV + UV +Face 6320 +UV Count: 3 + UV + UV + UV +Face 6321 +UV Count: 3 + UV + UV + UV +Face 6322 +UV Count: 3 + UV + UV + UV +Face 6323 +UV Count: 3 + UV + UV + UV +Face 6324 +UV Count: 3 + UV + UV + UV +Face 6325 +UV Count: 3 + UV + UV + UV +Face 6326 +UV Count: 3 + UV + UV + UV +Face 6327 +UV Count: 3 + UV + UV + UV +Face 6328 +UV Count: 3 + UV + UV + UV +Face 6329 +UV Count: 3 + UV + UV + UV +Face 6330 +UV Count: 3 + UV + UV + UV +Face 6331 +UV Count: 3 + UV + UV + UV +Face 6332 +UV Count: 3 + UV + UV + UV +Face 6333 +UV Count: 3 + UV + UV + UV +Face 6334 +UV Count: 3 + UV + UV + UV +Face 6335 +UV Count: 3 + UV + UV + UV +Face 6336 +UV Count: 3 + UV + UV + UV +Face 6337 +UV Count: 3 + UV + UV + UV +Face 6338 +UV Count: 3 + UV + UV + UV +Face 6339 +UV Count: 3 + UV + UV + UV +Face 6340 +UV Count: 3 + UV + UV + UV +Face 6341 +UV Count: 3 + UV + UV + UV +Face 6342 +UV Count: 3 + UV + UV + UV +Face 6343 +UV Count: 3 + UV + UV + UV +Face 6344 +UV Count: 3 + UV + UV + UV +Face 6345 +UV Count: 3 + UV + UV + UV +Face 6346 +UV Count: 3 + UV + UV + UV +Face 6347 +UV Count: 3 + UV + UV + UV +Face 6348 +UV Count: 3 + UV + UV + UV +Face 6349 +UV Count: 3 + UV + UV + UV +Face 6350 +UV Count: 3 + UV + UV + UV +Face 6351 +UV Count: 3 + UV + UV + UV +Face 6352 +UV Count: 3 + UV + UV + UV +Face 6353 +UV Count: 3 + UV + UV + UV +Face 6354 +UV Count: 3 + UV + UV + UV +Face 6355 +UV Count: 3 + UV + UV + UV +Face 6356 +UV Count: 3 + UV + UV + UV +Face 6357 +UV Count: 3 + UV + UV + UV +Face 6358 +UV Count: 3 + UV + UV + UV +Face 6359 +UV Count: 3 + UV + UV + UV +Face 6360 +UV Count: 3 + UV + UV + UV +Face 6361 +UV Count: 3 + UV + UV + UV +Face 6362 +UV Count: 3 + UV + UV + UV +Face 6363 +UV Count: 3 + UV + UV + UV +Face 6364 +UV Count: 3 + UV + UV + UV +Face 6365 +UV Count: 3 + UV + UV + UV +Face 6366 +UV Count: 3 + UV + UV + UV +Face 6367 +UV Count: 3 + UV + UV + UV +Face 6368 +UV Count: 3 + UV + UV + UV +Face 6369 +UV Count: 3 + UV + UV + UV +Face 6370 +UV Count: 3 + UV + UV + UV +Face 6371 +UV Count: 3 + UV + UV + UV +Face 6372 +UV Count: 3 + UV + UV + UV +Face 6373 +UV Count: 3 + UV + UV + UV +Face 6374 +UV Count: 3 + UV + UV + UV +Face 6375 +UV Count: 3 + UV + UV + UV +Face 6376 +UV Count: 3 + UV + UV + UV +Face 6377 +UV Count: 3 + UV + UV + UV +Face 6378 +UV Count: 3 + UV + UV + UV +Face 6379 +UV Count: 3 + UV + UV + UV +Face 6380 +UV Count: 3 + UV + UV + UV +Face 6381 +UV Count: 3 + UV + UV + UV +Face 6382 +UV Count: 3 + UV + UV + UV +Face 6383 +UV Count: 3 + UV + UV + UV +Face 6384 +UV Count: 3 + UV + UV + UV +Face 6385 +UV Count: 3 + UV + UV + UV +Face 6386 +UV Count: 3 + UV + UV + UV +Face 6387 +UV Count: 3 + UV + UV + UV +Face 6388 +UV Count: 3 + UV + UV + UV +Face 6389 +UV Count: 3 + UV + UV + UV +Face 6390 +UV Count: 3 + UV + UV + UV +Face 6391 +UV Count: 3 + UV + UV + UV +Face 6392 +UV Count: 3 + UV + UV + UV +Face 6393 +UV Count: 3 + UV + UV + UV +Face 6394 +UV Count: 3 + UV + UV + UV +Face 6395 +UV Count: 3 + UV + UV + UV +Face 6396 +UV Count: 3 + UV + UV + UV +Face 6397 +UV Count: 3 + UV + UV + UV +Face 6398 +UV Count: 3 + UV + UV + UV +Face 6399 +UV Count: 3 + UV + UV + UV +Face 6400 +UV Count: 3 + UV + UV + UV +Face 6401 +UV Count: 3 + UV + UV + UV +Face 6402 +UV Count: 3 + UV + UV + UV +Face 6403 +UV Count: 3 + UV + UV + UV +Face 6404 +UV Count: 3 + UV + UV + UV +Face 6405 +UV Count: 3 + UV + UV + UV +Face 6406 +UV Count: 3 + UV + UV + UV +Face 6407 +UV Count: 3 + UV + UV + UV +Face 6408 +UV Count: 3 + UV + UV + UV +Face 6409 +UV Count: 3 + UV + UV + UV +Face 6410 +UV Count: 3 + UV + UV + UV +Face 6411 +UV Count: 3 + UV + UV + UV +Face 6412 +UV Count: 3 + UV + UV + UV +Face 6413 +UV Count: 3 + UV + UV + UV +Face 6414 +UV Count: 3 + UV + UV + UV +Face 6415 +UV Count: 3 + UV + UV + UV +Face 6416 +UV Count: 3 + UV + UV + UV +Face 6417 +UV Count: 3 + UV + UV + UV +Face 6418 +UV Count: 3 + UV + UV + UV +Face 6419 +UV Count: 3 + UV + UV + UV +Face 6420 +UV Count: 3 + UV + UV + UV +Face 6421 +UV Count: 3 + UV + UV + UV +Face 6422 +UV Count: 3 + UV + UV + UV +Face 6423 +UV Count: 3 + UV + UV + UV +Face 6424 +UV Count: 3 + UV + UV + UV +Face 6425 +UV Count: 3 + UV + UV + UV +Face 6426 +UV Count: 3 + UV + UV + UV +Face 6427 +UV Count: 3 + UV + UV + UV +Face 6428 +UV Count: 3 + UV + UV + UV +Face 6429 +UV Count: 3 + UV + UV + UV +Face 6430 +UV Count: 3 + UV + UV + UV +Face 6431 +UV Count: 3 + UV + UV + UV +Face 6432 +UV Count: 3 + UV + UV + UV +Face 6433 +UV Count: 3 + UV + UV + UV +Face 6434 +UV Count: 3 + UV + UV + UV +Face 6435 +UV Count: 3 + UV + UV + UV +Face 6436 +UV Count: 3 + UV + UV + UV +Face 6437 +UV Count: 3 + UV + UV + UV +Face 6438 +UV Count: 3 + UV + UV + UV +Face 6439 +UV Count: 3 + UV + UV + UV +Face 6440 +UV Count: 3 + UV + UV + UV +Face 6441 +UV Count: 3 + UV + UV + UV +Face 6442 +UV Count: 3 + UV + UV + UV +Face 6443 +UV Count: 3 + UV + UV + UV +Face 6444 +UV Count: 3 + UV + UV + UV +Face 6445 +UV Count: 3 + UV + UV + UV +Face 6446 +UV Count: 3 + UV + UV + UV +Face 6447 +UV Count: 3 + UV + UV + UV +Face 6448 +UV Count: 3 + UV + UV + UV +Face 6449 +UV Count: 3 + UV + UV + UV +Face 6450 +UV Count: 3 + UV + UV + UV +Face 6451 +UV Count: 3 + UV + UV + UV +Face 6452 +UV Count: 3 + UV + UV + UV +Face 6453 +UV Count: 3 + UV + UV + UV +Face 6454 +UV Count: 3 + UV + UV + UV +Face 6455 +UV Count: 3 + UV + UV + UV +Face 6456 +UV Count: 3 + UV + UV + UV +Face 6457 +UV Count: 3 + UV + UV + UV +Face 6458 +UV Count: 3 + UV + UV + UV +Face 6459 +UV Count: 3 + UV + UV + UV +Face 6460 +UV Count: 3 + UV + UV + UV +Face 6461 +UV Count: 3 + UV + UV + UV +Face 6462 +UV Count: 3 + UV + UV + UV +Face 6463 +UV Count: 3 + UV + UV + UV +Face 6464 +UV Count: 3 + UV + UV + UV +Face 6465 +UV Count: 3 + UV + UV + UV +Face 6466 +UV Count: 3 + UV + UV + UV +Face 6467 +UV Count: 3 + UV + UV + UV +Face 6468 +UV Count: 3 + UV + UV + UV +Face 6469 +UV Count: 3 + UV + UV + UV +Face 6470 +UV Count: 3 + UV + UV + UV +Face 6471 +UV Count: 3 + UV + UV + UV +Face 6472 +UV Count: 3 + UV + UV + UV +Face 6473 +UV Count: 3 + UV + UV + UV +Face 6474 +UV Count: 3 + UV + UV + UV +Face 6475 +UV Count: 3 + UV + UV + UV +Face 6476 +UV Count: 3 + UV + UV + UV +Face 6477 +UV Count: 3 + UV + UV + UV +Face 6478 +UV Count: 3 + UV + UV + UV +Face 6479 +UV Count: 3 + UV + UV + UV +Face 6480 +UV Count: 3 + UV + UV + UV +Face 6481 +UV Count: 3 + UV + UV + UV +Face 6482 +UV Count: 3 + UV + UV + UV +Face 6483 +UV Count: 3 + UV + UV + UV +Face 6484 +UV Count: 3 + UV + UV + UV +Face 6485 +UV Count: 3 + UV + UV + UV +Face 6486 +UV Count: 3 + UV + UV + UV +Face 6487 +UV Count: 3 + UV + UV + UV +Face 6488 +UV Count: 3 + UV + UV + UV +Face 6489 +UV Count: 3 + UV + UV + UV +Face 6490 +UV Count: 3 + UV + UV + UV +Face 6491 +UV Count: 3 + UV + UV + UV +Face 6492 +UV Count: 3 + UV + UV + UV +Face 6493 +UV Count: 3 + UV + UV + UV +Face 6494 +UV Count: 3 + UV + UV + UV +Face 6495 +UV Count: 3 + UV + UV + UV +Face 6496 +UV Count: 3 + UV + UV + UV +Face 6497 +UV Count: 3 + UV + UV + UV +Face 6498 +UV Count: 3 + UV + UV + UV +Face 6499 +UV Count: 3 + UV + UV + UV +Face 6500 +UV Count: 3 + UV + UV + UV +Face 6501 +UV Count: 3 + UV + UV + UV +Face 6502 +UV Count: 3 + UV + UV + UV +Face 6503 +UV Count: 3 + UV + UV + UV +Face 6504 +UV Count: 3 + UV + UV + UV +Face 6505 +UV Count: 3 + UV + UV + UV +Face 6506 +UV Count: 3 + UV + UV + UV +Face 6507 +UV Count: 3 + UV + UV + UV +Face 6508 +UV Count: 3 + UV + UV + UV +Face 6509 +UV Count: 3 + UV + UV + UV +Face 6510 +UV Count: 3 + UV + UV + UV +Face 6511 +UV Count: 3 + UV + UV + UV +Face 6512 +UV Count: 3 + UV + UV + UV +Face 6513 +UV Count: 3 + UV + UV + UV +Face 6514 +UV Count: 3 + UV + UV + UV +Face 6515 +UV Count: 3 + UV + UV + UV +Face 6516 +UV Count: 3 + UV + UV + UV +Face 6517 +UV Count: 3 + UV + UV + UV +Face 6518 +UV Count: 3 + UV + UV + UV +Face 6519 +UV Count: 3 + UV + UV + UV +Face 6520 +UV Count: 3 + UV + UV + UV +Face 6521 +UV Count: 3 + UV + UV + UV +Face 6522 +UV Count: 3 + UV + UV + UV +Face 6523 +UV Count: 3 + UV + UV + UV +Face 6524 +UV Count: 3 + UV + UV + UV +Face 6525 +UV Count: 3 + UV + UV + UV +Face 6526 +UV Count: 3 + UV + UV + UV +Face 6527 +UV Count: 3 + UV + UV + UV +Face 6528 +UV Count: 3 + UV + UV + UV +Face 6529 +UV Count: 3 + UV + UV + UV +Face 6530 +UV Count: 3 + UV + UV + UV +Face 6531 +UV Count: 3 + UV + UV + UV +Face 6532 +UV Count: 3 + UV + UV + UV +Face 6533 +UV Count: 3 + UV + UV + UV +Face 6534 +UV Count: 3 + UV + UV + UV +Face 6535 +UV Count: 3 + UV + UV + UV +Face 6536 +UV Count: 3 + UV + UV + UV +Face 6537 +UV Count: 3 + UV + UV + UV +Face 6538 +UV Count: 3 + UV + UV + UV +Face 6539 +UV Count: 3 + UV + UV + UV +Face 6540 +UV Count: 3 + UV + UV + UV +Face 6541 +UV Count: 3 + UV + UV + UV +Face 6542 +UV Count: 3 + UV + UV + UV +Face 6543 +UV Count: 3 + UV + UV + UV +Face 6544 +UV Count: 3 + UV + UV + UV +Face 6545 +UV Count: 3 + UV + UV + UV +Face 6546 +UV Count: 3 + UV + UV + UV +Face 6547 +UV Count: 3 + UV + UV + UV +Face 6548 +UV Count: 3 + UV + UV + UV +Face 6549 +UV Count: 3 + UV + UV + UV +Face 6550 +UV Count: 3 + UV + UV + UV +Face 6551 +UV Count: 3 + UV + UV + UV +Face 6552 +UV Count: 3 + UV + UV + UV +Face 6553 +UV Count: 3 + UV + UV + UV +Face 6554 +UV Count: 3 + UV + UV + UV +Face 6555 +UV Count: 3 + UV + UV + UV +Face 6556 +UV Count: 3 + UV + UV + UV +Face 6557 +UV Count: 3 + UV + UV + UV +Face 6558 +UV Count: 3 + UV + UV + UV +Face 6559 +UV Count: 3 + UV + UV + UV +Face 6560 +UV Count: 3 + UV + UV + UV +Face 6561 +UV Count: 3 + UV + UV + UV +Face 6562 +UV Count: 3 + UV + UV + UV +Face 6563 +UV Count: 3 + UV + UV + UV +Face 6564 +UV Count: 3 + UV + UV + UV +Face 6565 +UV Count: 3 + UV + UV + UV +Face 6566 +UV Count: 3 + UV + UV + UV +Face 6567 +UV Count: 3 + UV + UV + UV +Face 6568 +UV Count: 3 + UV + UV + UV +Face 6569 +UV Count: 3 + UV + UV + UV +Face 6570 +UV Count: 3 + UV + UV + UV +Face 6571 +UV Count: 3 + UV + UV + UV +Face 6572 +UV Count: 3 + UV + UV + UV +Face 6573 +UV Count: 3 + UV + UV + UV +Face 6574 +UV Count: 3 + UV + UV + UV +Face 6575 +UV Count: 3 + UV + UV + UV +Face 6576 +UV Count: 3 + UV + UV + UV +Face 6577 +UV Count: 3 + UV + UV + UV +Face 6578 +UV Count: 3 + UV + UV + UV +Face 6579 +UV Count: 3 + UV + UV + UV +Face 6580 +UV Count: 3 + UV + UV + UV +Face 6581 +UV Count: 3 + UV + UV + UV +Face 6582 +UV Count: 3 + UV + UV + UV +Face 6583 +UV Count: 3 + UV + UV + UV +Face 6584 +UV Count: 3 + UV + UV + UV +Face 6585 +UV Count: 3 + UV + UV + UV +Face 6586 +UV Count: 3 + UV + UV + UV +Face 6587 +UV Count: 3 + UV + UV + UV +Face 6588 +UV Count: 3 + UV + UV + UV +Face 6589 +UV Count: 3 + UV + UV + UV +Face 6590 +UV Count: 3 + UV + UV + UV +Face 6591 +UV Count: 3 + UV + UV + UV +Face 6592 +UV Count: 3 + UV + UV + UV +Face 6593 +UV Count: 3 + UV + UV + UV +Face 6594 +UV Count: 3 + UV + UV + UV +Face 6595 +UV Count: 3 + UV + UV + UV +Face 6596 +UV Count: 3 + UV + UV + UV +Face 6597 +UV Count: 3 + UV + UV + UV +Face 6598 +UV Count: 3 + UV + UV + UV +Face 6599 +UV Count: 3 + UV + UV + UV +Face 6600 +UV Count: 3 + UV + UV + UV +Face 6601 +UV Count: 3 + UV + UV + UV +Face 6602 +UV Count: 3 + UV + UV + UV +Face 6603 +UV Count: 3 + UV + UV + UV +Face 6604 +UV Count: 3 + UV + UV + UV +Face 6605 +UV Count: 3 + UV + UV + UV +Face 6606 +UV Count: 3 + UV + UV + UV +Face 6607 +UV Count: 3 + UV + UV + UV +Face 6608 +UV Count: 3 + UV + UV + UV +Face 6609 +UV Count: 3 + UV + UV + UV +Face 6610 +UV Count: 3 + UV + UV + UV +Face 6611 +UV Count: 3 + UV + UV + UV +Face 6612 +UV Count: 3 + UV + UV + UV +Face 6613 +UV Count: 3 + UV + UV + UV +Face 6614 +UV Count: 3 + UV + UV + UV +Face 6615 +UV Count: 3 + UV + UV + UV +Face 6616 +UV Count: 3 + UV + UV + UV +Face 6617 +UV Count: 3 + UV + UV + UV +Face 6618 +UV Count: 3 + UV + UV + UV +Face 6619 +UV Count: 3 + UV + UV + UV +Face 6620 +UV Count: 3 + UV + UV + UV +Face 6621 +UV Count: 3 + UV + UV + UV +Face 6622 +UV Count: 3 + UV + UV + UV +Face 6623 +UV Count: 3 + UV + UV + UV +Face 6624 +UV Count: 3 + UV + UV + UV +Face 6625 +UV Count: 3 + UV + UV + UV +Face 6626 +UV Count: 3 + UV + UV + UV +Face 6627 +UV Count: 3 + UV + UV + UV +Face 6628 +UV Count: 3 + UV + UV + UV +Face 6629 +UV Count: 3 + UV + UV + UV +Face 6630 +UV Count: 3 + UV + UV + UV +Face 6631 +UV Count: 3 + UV + UV + UV +Face 6632 +UV Count: 3 + UV + UV + UV +Face 6633 +UV Count: 3 + UV + UV + UV +Face 6634 +UV Count: 3 + UV + UV + UV +Face 6635 +UV Count: 3 + UV + UV + UV +Face 6636 +UV Count: 3 + UV + UV + UV +Face 6637 +UV Count: 3 + UV + UV + UV +Face 6638 +UV Count: 3 + UV + UV + UV +Face 6639 +UV Count: 3 + UV + UV + UV +Face 6640 +UV Count: 3 + UV + UV + UV +Face 6641 +UV Count: 3 + UV + UV + UV +Face 6642 +UV Count: 3 + UV + UV + UV +Face 6643 +UV Count: 3 + UV + UV + UV +Face 6644 +UV Count: 3 + UV + UV + UV +Face 6645 +UV Count: 3 + UV + UV + UV +Face 6646 +UV Count: 3 + UV + UV + UV +Face 6647 +UV Count: 3 + UV + UV + UV +Face 6648 +UV Count: 3 + UV + UV + UV +Face 6649 +UV Count: 3 + UV + UV + UV +Face 6650 +UV Count: 3 + UV + UV + UV +Face 6651 +UV Count: 3 + UV + UV + UV +Face 6652 +UV Count: 3 + UV + UV + UV +Face 6653 +UV Count: 3 + UV + UV + UV +Face 6654 +UV Count: 3 + UV + UV + UV +Face 6655 +UV Count: 3 + UV + UV + UV +Face 6656 +UV Count: 3 + UV + UV + UV +Face 6657 +UV Count: 3 + UV + UV + UV +Face 6658 +UV Count: 3 + UV + UV + UV +Face 6659 +UV Count: 3 + UV + UV + UV +Face 6660 +UV Count: 3 + UV + UV + UV +Face 6661 +UV Count: 3 + UV + UV + UV +Face 6662 +UV Count: 3 + UV + UV + UV +Face 6663 +UV Count: 3 + UV + UV + UV +Face 6664 +UV Count: 3 + UV + UV + UV +Face 6665 +UV Count: 3 + UV + UV + UV +Face 6666 +UV Count: 3 + UV + UV + UV +Face 6667 +UV Count: 3 + UV + UV + UV +Face 6668 +UV Count: 3 + UV + UV + UV +Face 6669 +UV Count: 3 + UV + UV + UV +Face 6670 +UV Count: 3 + UV + UV + UV +Face 6671 +UV Count: 3 + UV + UV + UV +Face 6672 +UV Count: 3 + UV + UV + UV +Face 6673 +UV Count: 3 + UV + UV + UV +Face 6674 +UV Count: 3 + UV + UV + UV +Face 6675 +UV Count: 3 + UV + UV + UV +Face 6676 +UV Count: 3 + UV + UV + UV +Face 6677 +UV Count: 3 + UV + UV + UV +Face 6678 +UV Count: 3 + UV + UV + UV +Face 6679 +UV Count: 3 + UV + UV + UV +Face 6680 +UV Count: 3 + UV + UV + UV +Face 6681 +UV Count: 3 + UV + UV + UV +Face 6682 +UV Count: 3 + UV + UV + UV +Face 6683 +UV Count: 3 + UV + UV + UV +Face 6684 +UV Count: 3 + UV + UV + UV +Face 6685 +UV Count: 3 + UV + UV + UV +Face 6686 +UV Count: 3 + UV + UV + UV +Face 6687 +UV Count: 3 + UV + UV + UV +Face 6688 +UV Count: 3 + UV + UV + UV +Face 6689 +UV Count: 3 + UV + UV + UV +Face 6690 +UV Count: 3 + UV + UV + UV +Face 6691 +UV Count: 3 + UV + UV + UV +Face 6692 +UV Count: 3 + UV + UV + UV +Face 6693 +UV Count: 3 + UV + UV + UV +Face 6694 +UV Count: 3 + UV + UV + UV +Face 6695 +UV Count: 3 + UV + UV + UV +Face 6696 +UV Count: 3 + UV + UV + UV +Face 6697 +UV Count: 3 + UV + UV + UV +Face 6698 +UV Count: 3 + UV + UV + UV +Face 6699 +UV Count: 3 + UV + UV + UV +Face 6700 +UV Count: 3 + UV + UV + UV +Face 6701 +UV Count: 3 + UV + UV + UV +Face 6702 +UV Count: 3 + UV + UV + UV +Face 6703 +UV Count: 3 + UV + UV + UV +Face 6704 +UV Count: 3 + UV + UV + UV +Face 6705 +UV Count: 3 + UV + UV + UV +Face 6706 +UV Count: 3 + UV + UV + UV +Face 6707 +UV Count: 3 + UV + UV + UV +Face 6708 +UV Count: 3 + UV + UV + UV +Face 6709 +UV Count: 3 + UV + UV + UV +Face 6710 +UV Count: 3 + UV + UV + UV +Face 6711 +UV Count: 3 + UV + UV + UV +Face 6712 +UV Count: 3 + UV + UV + UV +Face 6713 +UV Count: 3 + UV + UV + UV +Face 6714 +UV Count: 3 + UV + UV + UV +Face 6715 +UV Count: 3 + UV + UV + UV +Face 6716 +UV Count: 3 + UV + UV + UV +Face 6717 +UV Count: 3 + UV + UV + UV +Face 6718 +UV Count: 3 + UV + UV + UV +Face 6719 +UV Count: 3 + UV + UV + UV +Face 6720 +UV Count: 3 + UV + UV + UV +Face 6721 +UV Count: 3 + UV + UV + UV +Face 6722 +UV Count: 3 + UV + UV + UV +Face 6723 +UV Count: 3 + UV + UV + UV +Face 6724 +UV Count: 3 + UV + UV + UV +Face 6725 +UV Count: 3 + UV + UV + UV +Face 6726 +UV Count: 3 + UV + UV + UV +Face 6727 +UV Count: 3 + UV + UV + UV +Face 6728 +UV Count: 3 + UV + UV + UV +Face 6729 +UV Count: 3 + UV + UV + UV +Face 6730 +UV Count: 3 + UV + UV + UV +Face 6731 +UV Count: 3 + UV + UV + UV +Face 6732 +UV Count: 3 + UV + UV + UV +Face 6733 +UV Count: 3 + UV + UV + UV +Face 6734 +UV Count: 3 + UV + UV + UV +Face 6735 +UV Count: 3 + UV + UV + UV +Face 6736 +UV Count: 3 + UV + UV + UV +Face 6737 +UV Count: 3 + UV + UV + UV +Face 6738 +UV Count: 3 + UV + UV + UV +Face 6739 +UV Count: 3 + UV + UV + UV +Face 6740 +UV Count: 3 + UV + UV + UV +Face 6741 +UV Count: 3 + UV + UV + UV +Face 6742 +UV Count: 3 + UV + UV + UV +Face 6743 +UV Count: 3 + UV + UV + UV +Face 6744 +UV Count: 3 + UV + UV + UV +Face 6745 +UV Count: 3 + UV + UV + UV +Face 6746 +UV Count: 3 + UV + UV + UV +Face 6747 +UV Count: 3 + UV + UV + UV +Face 6748 +UV Count: 3 + UV + UV + UV +Face 6749 +UV Count: 3 + UV + UV + UV +Face 6750 +UV Count: 3 + UV + UV + UV +Face 6751 +UV Count: 3 + UV + UV + UV +Face 6752 +UV Count: 3 + UV + UV + UV +Face 6753 +UV Count: 3 + UV + UV + UV +Face 6754 +UV Count: 3 + UV + UV + UV +Face 6755 +UV Count: 3 + UV + UV + UV +Face 6756 +UV Count: 3 + UV + UV + UV +Face 6757 +UV Count: 3 + UV + UV + UV +Face 6758 +UV Count: 3 + UV + UV + UV +Face 6759 +UV Count: 3 + UV + UV + UV +Face 6760 +UV Count: 3 + UV + UV + UV +Face 6761 +UV Count: 3 + UV + UV + UV +Face 6762 +UV Count: 3 + UV + UV + UV +Face 6763 +UV Count: 3 + UV + UV + UV +Face 6764 +UV Count: 3 + UV + UV + UV +Face 6765 +UV Count: 3 + UV + UV + UV +Face 6766 +UV Count: 3 + UV + UV + UV +Face 6767 +UV Count: 3 + UV + UV + UV +Face 6768 +UV Count: 3 + UV + UV + UV +Face 6769 +UV Count: 3 + UV + UV + UV +Face 6770 +UV Count: 3 + UV + UV + UV +Face 6771 +UV Count: 3 + UV + UV + UV +Face 6772 +UV Count: 3 + UV + UV + UV +Face 6773 +UV Count: 3 + UV + UV + UV +Face 6774 +UV Count: 3 + UV + UV + UV +Face 6775 +UV Count: 3 + UV + UV + UV +Face 6776 +UV Count: 3 + UV + UV + UV +Face 6777 +UV Count: 3 + UV + UV + UV +Face 6778 +UV Count: 3 + UV + UV + UV +Face 6779 +UV Count: 3 + UV + UV + UV +Face 6780 +UV Count: 3 + UV + UV + UV +Face 6781 +UV Count: 3 + UV + UV + UV +Face 6782 +UV Count: 3 + UV + UV + UV +Face 6783 +UV Count: 3 + UV + UV + UV +Face 6784 +UV Count: 3 + UV + UV + UV +Face 6785 +UV Count: 3 + UV + UV + UV +Face 6786 +UV Count: 3 + UV + UV + UV +Face 6787 +UV Count: 3 + UV + UV + UV +Face 6788 +UV Count: 3 + UV + UV + UV +Face 6789 +UV Count: 3 + UV + UV + UV +Face 6790 +UV Count: 3 + UV + UV + UV +Face 6791 +UV Count: 3 + UV + UV + UV +Face 6792 +UV Count: 3 + UV + UV + UV +Face 6793 +UV Count: 3 + UV + UV + UV +Face 6794 +UV Count: 3 + UV + UV + UV +Face 6795 +UV Count: 3 + UV + UV + UV +Face 6796 +UV Count: 3 + UV + UV + UV +Face 6797 +UV Count: 3 + UV + UV + UV +Face 6798 +UV Count: 3 + UV + UV + UV +Face 6799 +UV Count: 3 + UV + UV + UV +Face 6800 +UV Count: 3 + UV + UV + UV +Face 6801 +UV Count: 3 + UV + UV + UV +Face 6802 +UV Count: 3 + UV + UV + UV +Face 6803 +UV Count: 3 + UV + UV + UV +Face 6804 +UV Count: 3 + UV + UV + UV +Face 6805 +UV Count: 3 + UV + UV + UV +Face 6806 +UV Count: 3 + UV + UV + UV +Face 6807 +UV Count: 3 + UV + UV + UV +Face 6808 +UV Count: 3 + UV + UV + UV +Face 6809 +UV Count: 3 + UV + UV + UV +Face 6810 +UV Count: 3 + UV + UV + UV +Face 6811 +UV Count: 3 + UV + UV + UV +Face 6812 +UV Count: 3 + UV + UV + UV +Face 6813 +UV Count: 3 + UV + UV + UV +Face 6814 +UV Count: 3 + UV + UV + UV +Face 6815 +UV Count: 3 + UV + UV + UV +Face 6816 +UV Count: 3 + UV + UV + UV +Face 6817 +UV Count: 3 + UV + UV + UV +Face 6818 +UV Count: 3 + UV + UV + UV +Face 6819 +UV Count: 3 + UV + UV + UV +Face 6820 +UV Count: 3 + UV + UV + UV +Face 6821 +UV Count: 3 + UV + UV + UV +Face 6822 +UV Count: 3 + UV + UV + UV +Face 6823 +UV Count: 3 + UV + UV + UV +Face 6824 +UV Count: 3 + UV + UV + UV +Face 6825 +UV Count: 3 + UV + UV + UV +Face 6826 +UV Count: 3 + UV + UV + UV +Face 6827 +UV Count: 3 + UV + UV + UV +Face 6828 +UV Count: 3 + UV + UV + UV +Face 6829 +UV Count: 3 + UV + UV + UV +Face 6830 +UV Count: 3 + UV + UV + UV +Face 6831 +UV Count: 3 + UV + UV + UV +Face 6832 +UV Count: 3 + UV + UV + UV +Face 6833 +UV Count: 3 + UV + UV + UV +Face 6834 +UV Count: 3 + UV + UV + UV +Face 6835 +UV Count: 3 + UV + UV + UV +Face 6836 +UV Count: 3 + UV + UV + UV +Face 6837 +UV Count: 3 + UV + UV + UV +Face 6838 +UV Count: 3 + UV + UV + UV +Face 6839 +UV Count: 3 + UV + UV + UV +Face 6840 +UV Count: 3 + UV + UV + UV +Face 6841 +UV Count: 3 + UV + UV + UV +Face 6842 +UV Count: 3 + UV + UV + UV +Face 6843 +UV Count: 3 + UV + UV + UV +Face 6844 +UV Count: 3 + UV + UV + UV +Face 6845 +UV Count: 3 + UV + UV + UV +Face 6846 +UV Count: 3 + UV + UV + UV +Face 6847 +UV Count: 3 + UV + UV + UV +Face 6848 +UV Count: 3 + UV + UV + UV +Face 6849 +UV Count: 3 + UV + UV + UV +Face 6850 +UV Count: 3 + UV + UV + UV +Face 6851 +UV Count: 3 + UV + UV + UV +Face 6852 +UV Count: 3 + UV + UV + UV +Face 6853 +UV Count: 3 + UV + UV + UV +Face 6854 +UV Count: 3 + UV + UV + UV +Face 6855 +UV Count: 3 + UV + UV + UV +Face 6856 +UV Count: 3 + UV + UV + UV +Face 6857 +UV Count: 3 + UV + UV + UV +Face 6858 +UV Count: 3 + UV + UV + UV +Face 6859 +UV Count: 3 + UV + UV + UV +Face 6860 +UV Count: 3 + UV + UV + UV +Face 6861 +UV Count: 3 + UV + UV + UV +Face 6862 +UV Count: 3 + UV + UV + UV +Face 6863 +UV Count: 3 + UV + UV + UV +Face 6864 +UV Count: 3 + UV + UV + UV +Face 6865 +UV Count: 3 + UV + UV + UV +Face 6866 +UV Count: 3 + UV + UV + UV +Face 6867 +UV Count: 3 + UV + UV + UV +Face 6868 +UV Count: 3 + UV + UV + UV +Face 6869 +UV Count: 3 + UV + UV + UV +Face 6870 +UV Count: 3 + UV + UV + UV +Face 6871 +UV Count: 3 + UV + UV + UV +Face 6872 +UV Count: 3 + UV + UV + UV +Face 6873 +UV Count: 3 + UV + UV + UV +Face 6874 +UV Count: 3 + UV + UV + UV +Face 6875 +UV Count: 3 + UV + UV + UV +Face 6876 +UV Count: 3 + UV + UV + UV +Face 6877 +UV Count: 3 + UV + UV + UV +Face 6878 +UV Count: 3 + UV + UV + UV +Face 6879 +UV Count: 3 + UV + UV + UV +Face 6880 +UV Count: 3 + UV + UV + UV +Face 6881 +UV Count: 3 + UV + UV + UV +Face 6882 +UV Count: 3 + UV + UV + UV +Face 6883 +UV Count: 3 + UV + UV + UV +Face 6884 +UV Count: 3 + UV + UV + UV +Face 6885 +UV Count: 3 + UV + UV + UV +Face 6886 +UV Count: 3 + UV + UV + UV +Face 6887 +UV Count: 3 + UV + UV + UV +Face 6888 +UV Count: 3 + UV + UV + UV +Face 6889 +UV Count: 3 + UV + UV + UV +Face 6890 +UV Count: 3 + UV + UV + UV +Face 6891 +UV Count: 3 + UV + UV + UV +Face 6892 +UV Count: 3 + UV + UV + UV +Face 6893 +UV Count: 3 + UV + UV + UV +Face 6894 +UV Count: 3 + UV + UV + UV +Face 6895 +UV Count: 3 + UV + UV + UV +Face 6896 +UV Count: 3 + UV + UV + UV +Face 6897 +UV Count: 3 + UV + UV + UV +Face 6898 +UV Count: 3 + UV + UV + UV +Face 6899 +UV Count: 3 + UV + UV + UV +Face 6900 +UV Count: 3 + UV + UV + UV +Face 6901 +UV Count: 3 + UV + UV + UV +Face 6902 +UV Count: 3 + UV + UV + UV +Face 6903 +UV Count: 3 + UV + UV + UV +Face 6904 +UV Count: 3 + UV + UV + UV +Face 6905 +UV Count: 3 + UV + UV + UV +Face 6906 +UV Count: 3 + UV + UV + UV +Face 6907 +UV Count: 3 + UV + UV + UV +Face 6908 +UV Count: 3 + UV + UV + UV +Face 6909 +UV Count: 3 + UV + UV + UV +Face 6910 +UV Count: 3 + UV + UV + UV +Face 6911 +UV Count: 3 + UV + UV + UV +Face 6912 +UV Count: 3 + UV + UV + UV +Face 6913 +UV Count: 3 + UV + UV + UV +Face 6914 +UV Count: 3 + UV + UV + UV +Face 6915 +UV Count: 3 + UV + UV + UV +Face 6916 +UV Count: 3 + UV + UV + UV +Face 6917 +UV Count: 3 + UV + UV + UV +Face 6918 +UV Count: 3 + UV + UV + UV +Face 6919 +UV Count: 3 + UV + UV + UV +Face 6920 +UV Count: 3 + UV + UV + UV +Face 6921 +UV Count: 3 + UV + UV + UV +Face 6922 +UV Count: 3 + UV + UV + UV +Face 6923 +UV Count: 3 + UV + UV + UV +Face 6924 +UV Count: 3 + UV + UV + UV +Face 6925 +UV Count: 3 + UV + UV + UV +Face 6926 +UV Count: 3 + UV + UV + UV +Face 6927 +UV Count: 3 + UV + UV + UV +Face 6928 +UV Count: 3 + UV + UV + UV +Face 6929 +UV Count: 3 + UV + UV + UV +Face 6930 +UV Count: 3 + UV + UV + UV +Face 6931 +UV Count: 3 + UV + UV + UV +Face 6932 +UV Count: 3 + UV + UV + UV +Face 6933 +UV Count: 3 + UV + UV + UV +Face 6934 +UV Count: 3 + UV + UV + UV +Face 6935 +UV Count: 3 + UV + UV + UV +Face 6936 +UV Count: 3 + UV + UV + UV +Face 6937 +UV Count: 3 + UV + UV + UV +Face 6938 +UV Count: 3 + UV + UV + UV +Face 6939 +UV Count: 3 + UV + UV + UV +Face 6940 +UV Count: 3 + UV + UV + UV +Face 6941 +UV Count: 3 + UV + UV + UV +Face 6942 +UV Count: 3 + UV + UV + UV +Face 6943 +UV Count: 3 + UV + UV + UV +Face 6944 +UV Count: 3 + UV + UV + UV +Face 6945 +UV Count: 3 + UV + UV + UV +Face 6946 +UV Count: 3 + UV + UV + UV +Face 6947 +UV Count: 3 + UV + UV + UV +Face 6948 +UV Count: 3 + UV + UV + UV +Face 6949 +UV Count: 3 + UV + UV + UV +Face 6950 +UV Count: 3 + UV + UV + UV +Face 6951 +UV Count: 3 + UV + UV + UV +Face 6952 +UV Count: 3 + UV + UV + UV +Face 6953 +UV Count: 3 + UV + UV + UV +Face 6954 +UV Count: 3 + UV + UV + UV +Face 6955 +UV Count: 3 + UV + UV + UV +Face 6956 +UV Count: 3 + UV + UV + UV +Face 6957 +UV Count: 3 + UV + UV + UV +Face 6958 +UV Count: 3 + UV + UV + UV +Face 6959 +UV Count: 3 + UV + UV + UV +Face 6960 +UV Count: 3 + UV + UV + UV +Face 6961 +UV Count: 3 + UV + UV + UV +Face 6962 +UV Count: 3 + UV + UV + UV +Face 6963 +UV Count: 3 + UV + UV + UV +Face 6964 +UV Count: 3 + UV + UV + UV +Face 6965 +UV Count: 3 + UV + UV + UV +Face 6966 +UV Count: 3 + UV + UV + UV +Face 6967 +UV Count: 3 + UV + UV + UV +Face 6968 +UV Count: 3 + UV + UV + UV +Face 6969 +UV Count: 3 + UV + UV + UV +Face 6970 +UV Count: 3 + UV + UV + UV +Face 6971 +UV Count: 3 + UV + UV + UV +Face 6972 +UV Count: 3 + UV + UV + UV +Face 6973 +UV Count: 3 + UV + UV + UV +Face 6974 +UV Count: 3 + UV + UV + UV +Face 6975 +UV Count: 3 + UV + UV + UV +Face 6976 +UV Count: 3 + UV + UV + UV +Face 6977 +UV Count: 3 + UV + UV + UV +Face 6978 +UV Count: 3 + UV + UV + UV +Face 6979 +UV Count: 3 + UV + UV + UV +Face 6980 +UV Count: 3 + UV + UV + UV +Face 6981 +UV Count: 3 + UV + UV + UV +Face 6982 +UV Count: 3 + UV + UV + UV +Face 6983 +UV Count: 3 + UV + UV + UV +Face 6984 +UV Count: 3 + UV + UV + UV +Face 6985 +UV Count: 3 + UV + UV + UV +Face 6986 +UV Count: 3 + UV + UV + UV +Face 6987 +UV Count: 3 + UV + UV + UV +Face 6988 +UV Count: 3 + UV + UV + UV +Face 6989 +UV Count: 3 + UV + UV + UV +Face 6990 +UV Count: 3 + UV + UV + UV +Face 6991 +UV Count: 3 + UV + UV + UV +Face 6992 +UV Count: 3 + UV + UV + UV +Face 6993 +UV Count: 3 + UV + UV + UV +Face 6994 +UV Count: 3 + UV + UV + UV +Face 6995 +UV Count: 3 + UV + UV + UV +Face 6996 +UV Count: 3 + UV + UV + UV +Face 6997 +UV Count: 3 + UV + UV + UV +Face 6998 +UV Count: 3 + UV + UV + UV +Face 6999 +UV Count: 3 + UV + UV + UV +Face 7000 +UV Count: 3 + UV + UV + UV +Face 7001 +UV Count: 3 + UV + UV + UV +Face 7002 +UV Count: 3 + UV + UV + UV +Face 7003 +UV Count: 3 + UV + UV + UV +Face 7004 +UV Count: 3 + UV + UV + UV +Face 7005 +UV Count: 3 + UV + UV + UV +Face 7006 +UV Count: 3 + UV + UV + UV +Face 7007 +UV Count: 3 + UV + UV + UV +Face 7008 +UV Count: 3 + UV + UV + UV +Face 7009 +UV Count: 3 + UV + UV + UV +Face 7010 +UV Count: 3 + UV + UV + UV +Face 7011 +UV Count: 3 + UV + UV + UV +Face 7012 +UV Count: 3 + UV + UV + UV +Face 7013 +UV Count: 3 + UV + UV + UV +Face 7014 +UV Count: 3 + UV + UV + UV +Face 7015 +UV Count: 3 + UV + UV + UV +Face 7016 +UV Count: 3 + UV + UV + UV +Face 7017 +UV Count: 3 + UV + UV + UV +Face 7018 +UV Count: 3 + UV + UV + UV +Face 7019 +UV Count: 3 + UV + UV + UV +Face 7020 +UV Count: 3 + UV + UV + UV +Face 7021 +UV Count: 3 + UV + UV + UV +Face 7022 +UV Count: 3 + UV + UV + UV +Face 7023 +UV Count: 3 + UV + UV + UV +Face 7024 +UV Count: 3 + UV + UV + UV +Face 7025 +UV Count: 3 + UV + UV + UV +Face 7026 +UV Count: 3 + UV + UV + UV +Face 7027 +UV Count: 3 + UV + UV + UV +Face 7028 +UV Count: 3 + UV + UV + UV +Face 7029 +UV Count: 3 + UV + UV + UV +Face 7030 +UV Count: 3 + UV + UV + UV +Face 7031 +UV Count: 3 + UV + UV + UV +Face 7032 +UV Count: 3 + UV + UV + UV +Face 7033 +UV Count: 3 + UV + UV + UV +Face 7034 +UV Count: 3 + UV + UV + UV +Face 7035 +UV Count: 3 + UV + UV + UV +Face 7036 +UV Count: 3 + UV + UV + UV +Face 7037 +UV Count: 3 + UV + UV + UV +Face 7038 +UV Count: 3 + UV + UV + UV +Face 7039 +UV Count: 3 + UV + UV + UV +Face 7040 +UV Count: 3 + UV + UV + UV +Face 7041 +UV Count: 3 + UV + UV + UV +Face 7042 +UV Count: 3 + UV + UV + UV +Face 7043 +UV Count: 3 + UV + UV + UV +Face 7044 +UV Count: 3 + UV + UV + UV +Face 7045 +UV Count: 3 + UV + UV + UV +Face 7046 +UV Count: 3 + UV + UV + UV +Face 7047 +UV Count: 3 + UV + UV + UV +Face 7048 +UV Count: 3 + UV + UV + UV +Face 7049 +UV Count: 3 + UV + UV + UV +Face 7050 +UV Count: 3 + UV + UV + UV +Face 7051 +UV Count: 3 + UV + UV + UV +Face 7052 +UV Count: 3 + UV + UV + UV +Face 7053 +UV Count: 3 + UV + UV + UV +Face 7054 +UV Count: 3 + UV + UV + UV +Face 7055 +UV Count: 3 + UV + UV + UV +Face 7056 +UV Count: 3 + UV + UV + UV +Face 7057 +UV Count: 3 + UV + UV + UV +Face 7058 +UV Count: 3 + UV + UV + UV +Face 7059 +UV Count: 3 + UV + UV + UV +Face 7060 +UV Count: 3 + UV + UV + UV +Face 7061 +UV Count: 3 + UV + UV + UV +Face 7062 +UV Count: 3 + UV + UV + UV +Face 7063 +UV Count: 3 + UV + UV + UV +Face 7064 +UV Count: 3 + UV + UV + UV +Face 7065 +UV Count: 3 + UV + UV + UV +Face 7066 +UV Count: 3 + UV + UV + UV +Face 7067 +UV Count: 3 + UV + UV + UV +Face 7068 +UV Count: 3 + UV + UV + UV +Face 7069 +UV Count: 3 + UV + UV + UV +Face 7070 +UV Count: 3 + UV + UV + UV +Face 7071 +UV Count: 3 + UV + UV + UV +Face 7072 +UV Count: 3 + UV + UV + UV +Face 7073 +UV Count: 3 + UV + UV + UV +Face 7074 +UV Count: 3 + UV + UV + UV +Face 7075 +UV Count: 3 + UV + UV + UV +Face 7076 +UV Count: 3 + UV + UV + UV +Face 7077 +UV Count: 3 + UV + UV + UV +Face 7078 +UV Count: 3 + UV + UV + UV +Face 7079 +UV Count: 3 + UV + UV + UV +Face 7080 +UV Count: 3 + UV + UV + UV +Face 7081 +UV Count: 3 + UV + UV + UV +Face 7082 +UV Count: 3 + UV + UV + UV +Face 7083 +UV Count: 3 + UV + UV + UV +Face 7084 +UV Count: 3 + UV + UV + UV +Face 7085 +UV Count: 3 + UV + UV + UV +Face 7086 +UV Count: 3 + UV + UV + UV +Face 7087 +UV Count: 3 + UV + UV + UV +Face 7088 +UV Count: 3 + UV + UV + UV +Face 7089 +UV Count: 3 + UV + UV + UV +Face 7090 +UV Count: 3 + UV + UV + UV +Face 7091 +UV Count: 3 + UV + UV + UV +Face 7092 +UV Count: 3 + UV + UV + UV +Face 7093 +UV Count: 3 + UV + UV + UV +Face 7094 +UV Count: 3 + UV + UV + UV +Face 7095 +UV Count: 3 + UV + UV + UV +Face 7096 +UV Count: 3 + UV + UV + UV +Face 7097 +UV Count: 3 + UV + UV + UV +Face 7098 +UV Count: 3 + UV + UV + UV +Face 7099 +UV Count: 3 + UV + UV + UV +Face 7100 +UV Count: 3 + UV + UV + UV +Face 7101 +UV Count: 3 + UV + UV + UV +Face 7102 +UV Count: 3 + UV + UV + UV +Face 7103 +UV Count: 3 + UV + UV + UV +Face 7104 +UV Count: 3 + UV + UV + UV +Face 7105 +UV Count: 3 + UV + UV + UV +Face 7106 +UV Count: 3 + UV + UV + UV +Face 7107 +UV Count: 3 + UV + UV + UV +Face 7108 +UV Count: 3 + UV + UV + UV +Face 7109 +UV Count: 3 + UV + UV + UV +Face 7110 +UV Count: 3 + UV + UV + UV +Face 7111 +UV Count: 3 + UV + UV + UV +Face 7112 +UV Count: 3 + UV + UV + UV +Face 7113 +UV Count: 3 + UV + UV + UV +Face 7114 +UV Count: 3 + UV + UV + UV +Face 7115 +UV Count: 3 + UV + UV + UV +Face 7116 +UV Count: 3 + UV + UV + UV +Face 7117 +UV Count: 3 + UV + UV + UV +Face 7118 +UV Count: 3 + UV + UV + UV +Face 7119 +UV Count: 3 + UV + UV + UV +Face 7120 +UV Count: 3 + UV + UV + UV +Face 7121 +UV Count: 3 + UV + UV + UV +Face 7122 +UV Count: 3 + UV + UV + UV +Face 7123 +UV Count: 3 + UV + UV + UV +Face 7124 +UV Count: 3 + UV + UV + UV +Face 7125 +UV Count: 3 + UV + UV + UV +Face 7126 +UV Count: 3 + UV + UV + UV +Face 7127 +UV Count: 3 + UV + UV + UV +Face 7128 +UV Count: 3 + UV + UV + UV +Face 7129 +UV Count: 3 + UV + UV + UV +Face 7130 +UV Count: 3 + UV + UV + UV +Face 7131 +UV Count: 3 + UV + UV + UV +Face 7132 +UV Count: 3 + UV + UV + UV +Face 7133 +UV Count: 3 + UV + UV + UV +Face 7134 +UV Count: 3 + UV + UV + UV +Face 7135 +UV Count: 3 + UV + UV + UV +Face 7136 +UV Count: 3 + UV + UV + UV +Face 7137 +UV Count: 3 + UV + UV + UV +Face 7138 +UV Count: 3 + UV + UV + UV +Face 7139 +UV Count: 3 + UV + UV + UV +Face 7140 +UV Count: 3 + UV + UV + UV +Face 7141 +UV Count: 3 + UV + UV + UV +Face 7142 +UV Count: 3 + UV + UV + UV +Face 7143 +UV Count: 3 + UV + UV + UV +Face 7144 +UV Count: 3 + UV + UV + UV +Face 7145 +UV Count: 3 + UV + UV + UV +Face 7146 +UV Count: 3 + UV + UV + UV +Face 7147 +UV Count: 3 + UV + UV + UV +Face 7148 +UV Count: 3 + UV + UV + UV +Face 7149 +UV Count: 3 + UV + UV + UV +Face 7150 +UV Count: 3 + UV + UV + UV +Face 7151 +UV Count: 3 + UV + UV + UV +Face 7152 +UV Count: 3 + UV + UV + UV +Face 7153 +UV Count: 3 + UV + UV + UV +Face 7154 +UV Count: 3 + UV + UV + UV +Face 7155 +UV Count: 3 + UV + UV + UV +Face 7156 +UV Count: 3 + UV + UV + UV +Face 7157 +UV Count: 3 + UV + UV + UV +Face 7158 +UV Count: 3 + UV + UV + UV +Face 7159 +UV Count: 3 + UV + UV + UV +Face 7160 +UV Count: 3 + UV + UV + UV +Face 7161 +UV Count: 3 + UV + UV + UV +Face 7162 +UV Count: 3 + UV + UV + UV +Face 7163 +UV Count: 3 + UV + UV + UV +Face 7164 +UV Count: 3 + UV + UV + UV +Face 7165 +UV Count: 3 + UV + UV + UV +Face 7166 +UV Count: 3 + UV + UV + UV +Face 7167 +UV Count: 3 + UV + UV + UV +Face 7168 +UV Count: 3 + UV + UV + UV +Face 7169 +UV Count: 3 + UV + UV + UV +Face 7170 +UV Count: 3 + UV + UV + UV +Face 7171 +UV Count: 3 + UV + UV + UV +Face 7172 +UV Count: 3 + UV + UV + UV +Face 7173 +UV Count: 3 + UV + UV + UV +Face 7174 +UV Count: 3 + UV + UV + UV +Face 7175 +UV Count: 3 + UV + UV + UV +Face 7176 +UV Count: 3 + UV + UV + UV +Face 7177 +UV Count: 3 + UV + UV + UV +Face 7178 +UV Count: 3 + UV + UV + UV +Face 7179 +UV Count: 3 + UV + UV + UV +Face 7180 +UV Count: 3 + UV + UV + UV +Face 7181 +UV Count: 3 + UV + UV + UV +Face 7182 +UV Count: 3 + UV + UV + UV +Face 7183 +UV Count: 3 + UV + UV + UV +Face 7184 +UV Count: 3 + UV + UV + UV +Face 7185 +UV Count: 3 + UV + UV + UV +Face 7186 +UV Count: 3 + UV + UV + UV +Face 7187 +UV Count: 3 + UV + UV + UV +Face 7188 +UV Count: 3 + UV + UV + UV +Face 7189 +UV Count: 3 + UV + UV + UV +Face 7190 +UV Count: 3 + UV + UV + UV +Face 7191 +UV Count: 3 + UV + UV + UV +Face 7192 +UV Count: 3 + UV + UV + UV +Face 7193 +UV Count: 3 + UV + UV + UV +Face 7194 +UV Count: 3 + UV + UV + UV +Face 7195 +UV Count: 3 + UV + UV + UV +Face 7196 +UV Count: 3 + UV + UV + UV +Face 7197 +UV Count: 3 + UV + UV + UV +Face 7198 +UV Count: 3 + UV + UV + UV +Face 7199 +UV Count: 3 + UV + UV + UV +Face 7200 +UV Count: 3 + UV + UV + UV +Face 7201 +UV Count: 3 + UV + UV + UV +Face 7202 +UV Count: 3 + UV + UV + UV +Face 7203 +UV Count: 3 + UV + UV + UV +Face 7204 +UV Count: 3 + UV + UV + UV +Face 7205 +UV Count: 3 + UV + UV + UV +Face 7206 +UV Count: 3 + UV + UV + UV +Face 7207 +UV Count: 3 + UV + UV + UV +Face 7208 +UV Count: 3 + UV + UV + UV +Face 7209 +UV Count: 3 + UV + UV + UV +Face 7210 +UV Count: 3 + UV + UV + UV +Face 7211 +UV Count: 3 + UV + UV + UV +Face 7212 +UV Count: 3 + UV + UV + UV +Face 7213 +UV Count: 3 + UV + UV + UV +Face 7214 +UV Count: 3 + UV + UV + UV +Face 7215 +UV Count: 3 + UV + UV + UV +Face 7216 +UV Count: 3 + UV + UV + UV +Face 7217 +UV Count: 3 + UV + UV + UV +Face 7218 +UV Count: 3 + UV + UV + UV +Face 7219 +UV Count: 3 + UV + UV + UV +Face 7220 +UV Count: 3 + UV + UV + UV +Face 7221 +UV Count: 3 + UV + UV + UV +Face 7222 +UV Count: 3 + UV + UV + UV +Face 7223 +UV Count: 3 + UV + UV + UV +Face 7224 +UV Count: 3 + UV + UV + UV +Face 7225 +UV Count: 3 + UV + UV + UV +Face 7226 +UV Count: 3 + UV + UV + UV +Face 7227 +UV Count: 3 + UV + UV + UV +Face 7228 +UV Count: 3 + UV + UV + UV +Face 7229 +UV Count: 3 + UV + UV + UV +Face 7230 +UV Count: 3 + UV + UV + UV +Face 7231 +UV Count: 3 + UV + UV + UV +Face 7232 +UV Count: 3 + UV + UV + UV +Face 7233 +UV Count: 3 + UV + UV + UV +Face 7234 +UV Count: 3 + UV + UV + UV +Face 7235 +UV Count: 3 + UV + UV + UV +Face 7236 +UV Count: 3 + UV + UV + UV +Face 7237 +UV Count: 3 + UV + UV + UV +Face 7238 +UV Count: 3 + UV + UV + UV +Face 7239 +UV Count: 3 + UV + UV + UV +Face 7240 +UV Count: 3 + UV + UV + UV +Face 7241 +UV Count: 3 + UV + UV + UV +Face 7242 +UV Count: 3 + UV + UV + UV +Face 7243 +UV Count: 3 + UV + UV + UV +Face 7244 +UV Count: 3 + UV + UV + UV +Face 7245 +UV Count: 3 + UV + UV + UV +Face 7246 +UV Count: 3 + UV + UV + UV +Face 7247 +UV Count: 3 + UV + UV + UV +Face 7248 +UV Count: 3 + UV + UV + UV +Face 7249 +UV Count: 3 + UV + UV + UV +Face 7250 +UV Count: 3 + UV + UV + UV +Face 7251 +UV Count: 3 + UV + UV + UV +Face 7252 +UV Count: 3 + UV + UV + UV +Face 7253 +UV Count: 3 + UV + UV + UV +Face 7254 +UV Count: 3 + UV + UV + UV +Face 7255 +UV Count: 3 + UV + UV + UV +Face 7256 +UV Count: 3 + UV + UV + UV +Face 7257 +UV Count: 3 + UV + UV + UV +Face 7258 +UV Count: 3 + UV + UV + UV +Face 7259 +UV Count: 3 + UV + UV + UV +Face 7260 +UV Count: 3 + UV + UV + UV +Face 7261 +UV Count: 3 + UV + UV + UV +Face 7262 +UV Count: 3 + UV + UV + UV +Face 7263 +UV Count: 3 + UV + UV + UV +Face 7264 +UV Count: 3 + UV + UV + UV +Face 7265 +UV Count: 3 + UV + UV + UV +Face 7266 +UV Count: 3 + UV + UV + UV +Face 7267 +UV Count: 3 + UV + UV + UV +Face 7268 +UV Count: 3 + UV + UV + UV +Face 7269 +UV Count: 3 + UV + UV + UV +Face 7270 +UV Count: 3 + UV + UV + UV +Face 7271 +UV Count: 3 + UV + UV + UV +Face 7272 +UV Count: 3 + UV + UV + UV +Face 7273 +UV Count: 3 + UV + UV + UV +Face 7274 +UV Count: 3 + UV + UV + UV +Face 7275 +UV Count: 3 + UV + UV + UV +Face 7276 +UV Count: 3 + UV + UV + UV +Face 7277 +UV Count: 3 + UV + UV + UV +Face 7278 +UV Count: 3 + UV + UV + UV +Face 7279 +UV Count: 3 + UV + UV + UV +Face 7280 +UV Count: 3 + UV + UV + UV +Face 7281 +UV Count: 3 + UV + UV + UV +Face 7282 +UV Count: 3 + UV + UV + UV +Face 7283 +UV Count: 3 + UV + UV + UV +Face 7284 +UV Count: 3 + UV + UV + UV +Face 7285 +UV Count: 3 + UV + UV + UV +Face 7286 +UV Count: 3 + UV + UV + UV +Face 7287 +UV Count: 3 + UV + UV + UV +Face 7288 +UV Count: 3 + UV + UV + UV +Face 7289 +UV Count: 3 + UV + UV + UV +Face 7290 +UV Count: 3 + UV + UV + UV +Face 7291 +UV Count: 3 + UV + UV + UV +Face 7292 +UV Count: 3 + UV + UV + UV +Face 7293 +UV Count: 3 + UV + UV + UV +Face 7294 +UV Count: 3 + UV + UV + UV +Face 7295 +UV Count: 3 + UV + UV + UV +Face 7296 +UV Count: 3 + UV + UV + UV +Face 7297 +UV Count: 3 + UV + UV + UV +Face 7298 +UV Count: 3 + UV + UV + UV +Face 7299 +UV Count: 3 + UV + UV + UV +Face 7300 +UV Count: 3 + UV + UV + UV +Face 7301 +UV Count: 3 + UV + UV + UV +Face 7302 +UV Count: 3 + UV + UV + UV +Face 7303 +UV Count: 3 + UV + UV + UV +Face 7304 +UV Count: 3 + UV + UV + UV +Face 7305 +UV Count: 3 + UV + UV + UV +Face 7306 +UV Count: 3 + UV + UV + UV +Face 7307 +UV Count: 3 + UV + UV + UV +Face 7308 +UV Count: 3 + UV + UV + UV +Face 7309 +UV Count: 3 + UV + UV + UV +Face 7310 +UV Count: 3 + UV + UV + UV +Face 7311 +UV Count: 3 + UV + UV + UV +Face 7312 +UV Count: 3 + UV + UV + UV +Face 7313 +UV Count: 3 + UV + UV + UV +Face 7314 +UV Count: 3 + UV + UV + UV +Face 7315 +UV Count: 3 + UV + UV + UV +Face 7316 +UV Count: 3 + UV + UV + UV +Face 7317 +UV Count: 3 + UV + UV + UV +Face 7318 +UV Count: 3 + UV + UV + UV +Face 7319 +UV Count: 3 + UV + UV + UV +Face 7320 +UV Count: 3 + UV + UV + UV +Face 7321 +UV Count: 3 + UV + UV + UV +Face 7322 +UV Count: 3 + UV + UV + UV +Face 7323 +UV Count: 3 + UV + UV + UV +Face 7324 +UV Count: 3 + UV + UV + UV +Face 7325 +UV Count: 3 + UV + UV + UV +Face 7326 +UV Count: 3 + UV + UV + UV +Face 7327 +UV Count: 3 + UV + UV + UV +Face 7328 +UV Count: 3 + UV + UV + UV +Face 7329 +UV Count: 3 + UV + UV + UV +Face 7330 +UV Count: 3 + UV + UV + UV +Face 7331 +UV Count: 3 + UV + UV + UV +Face 7332 +UV Count: 3 + UV + UV + UV +Face 7333 +UV Count: 3 + UV + UV + UV +Face 7334 +UV Count: 3 + UV + UV + UV +Face 7335 +UV Count: 3 + UV + UV + UV +Face 7336 +UV Count: 3 + UV + UV + UV +Face 7337 +UV Count: 3 + UV + UV + UV +Face 7338 +UV Count: 3 + UV + UV + UV +Face 7339 +UV Count: 3 + UV + UV + UV +Face 7340 +UV Count: 3 + UV + UV + UV +Face 7341 +UV Count: 3 + UV + UV + UV +Face 7342 +UV Count: 3 + UV + UV + UV +Face 7343 +UV Count: 3 + UV + UV + UV +Face 7344 +UV Count: 3 + UV + UV + UV +Face 7345 +UV Count: 3 + UV + UV + UV +Face 7346 +UV Count: 3 + UV + UV + UV +Face 7347 +UV Count: 3 + UV + UV + UV +Face 7348 +UV Count: 3 + UV + UV + UV +Face 7349 +UV Count: 3 + UV + UV + UV +Face 7350 +UV Count: 3 + UV + UV + UV +Face 7351 +UV Count: 3 + UV + UV + UV +Face 7352 +UV Count: 3 + UV + UV + UV +Face 7353 +UV Count: 3 + UV + UV + UV +Face 7354 +UV Count: 3 + UV + UV + UV +Face 7355 +UV Count: 3 + UV + UV + UV +Face 7356 +UV Count: 3 + UV + UV + UV +Face 7357 +UV Count: 3 + UV + UV + UV +Face 7358 +UV Count: 3 + UV + UV + UV +Face 7359 +UV Count: 3 + UV + UV + UV +Face 7360 +UV Count: 3 + UV + UV + UV +Face 7361 +UV Count: 3 + UV + UV + UV +Face 7362 +UV Count: 3 + UV + UV + UV +Face 7363 +UV Count: 3 + UV + UV + UV +Face 7364 +UV Count: 3 + UV + UV + UV +Face 7365 +UV Count: 3 + UV + UV + UV +Face 7366 +UV Count: 3 + UV + UV + UV +Face 7367 +UV Count: 3 + UV + UV + UV +Face 7368 +UV Count: 3 + UV + UV + UV +Face 7369 +UV Count: 3 + UV + UV + UV +Face 7370 +UV Count: 3 + UV + UV + UV +Face 7371 +UV Count: 3 + UV + UV + UV +Face 7372 +UV Count: 3 + UV + UV + UV +Face 7373 +UV Count: 3 + UV + UV + UV +Face 7374 +UV Count: 3 + UV + UV + UV +Face 7375 +UV Count: 3 + UV + UV + UV +Face 7376 +UV Count: 3 + UV + UV + UV +Face 7377 +UV Count: 3 + UV + UV + UV +Face 7378 +UV Count: 3 + UV + UV + UV +Face 7379 +UV Count: 3 + UV + UV + UV +Face 7380 +UV Count: 3 + UV + UV + UV +Face 7381 +UV Count: 3 + UV + UV + UV +Face 7382 +UV Count: 3 + UV + UV + UV +Face 7383 +UV Count: 3 + UV + UV + UV +Face 7384 +UV Count: 3 + UV + UV + UV +Face 7385 +UV Count: 3 + UV + UV + UV +Face 7386 +UV Count: 3 + UV + UV + UV +Face 7387 +UV Count: 3 + UV + UV + UV +Face 7388 +UV Count: 3 + UV + UV + UV +Face 7389 +UV Count: 3 + UV + UV + UV +Face 7390 +UV Count: 3 + UV + UV + UV +Face 7391 +UV Count: 3 + UV + UV + UV +Face 7392 +UV Count: 3 + UV + UV + UV +Face 7393 +UV Count: 3 + UV + UV + UV +Face 7394 +UV Count: 3 + UV + UV + UV +Face 7395 +UV Count: 3 + UV + UV + UV +Face 7396 +UV Count: 3 + UV + UV + UV +Face 7397 +UV Count: 3 + UV + UV + UV +Face 7398 +UV Count: 3 + UV + UV + UV +Face 7399 +UV Count: 3 + UV + UV + UV +Face 7400 +UV Count: 3 + UV + UV + UV +Face 7401 +UV Count: 3 + UV + UV + UV +Face 7402 +UV Count: 3 + UV + UV + UV +Face 7403 +UV Count: 3 + UV + UV + UV +Face 7404 +UV Count: 3 + UV + UV + UV +Face 7405 +UV Count: 3 + UV + UV + UV +Face 7406 +UV Count: 3 + UV + UV + UV +Face 7407 +UV Count: 3 + UV + UV + UV +Face 7408 +UV Count: 3 + UV + UV + UV +Face 7409 +UV Count: 3 + UV + UV + UV +Face 7410 +UV Count: 3 + UV + UV + UV +Face 7411 +UV Count: 3 + UV + UV + UV +Face 7412 +UV Count: 3 + UV + UV + UV +Face 7413 +UV Count: 3 + UV + UV + UV +Face 7414 +UV Count: 3 + UV + UV + UV +Face 7415 +UV Count: 3 + UV + UV + UV +Face 7416 +UV Count: 3 + UV + UV + UV +Face 7417 +UV Count: 3 + UV + UV + UV +Face 7418 +UV Count: 3 + UV + UV + UV +Face 7419 +UV Count: 3 + UV + UV + UV +Face 7420 +UV Count: 3 + UV + UV + UV +Face 7421 +UV Count: 3 + UV + UV + UV +Face 7422 +UV Count: 3 + UV + UV + UV +Face 7423 +UV Count: 3 + UV + UV + UV +Face 7424 +UV Count: 3 + UV + UV + UV +Face 7425 +UV Count: 3 + UV + UV + UV +Face 7426 +UV Count: 3 + UV + UV + UV +Face 7427 +UV Count: 3 + UV + UV + UV +Face 7428 +UV Count: 3 + UV + UV + UV +Face 7429 +UV Count: 3 + UV + UV + UV +Face 7430 +UV Count: 3 + UV + UV + UV +Face 7431 +UV Count: 3 + UV + UV + UV +Face 7432 +UV Count: 3 + UV + UV + UV +Face 7433 +UV Count: 3 + UV + UV + UV +Face 7434 +UV Count: 3 + UV + UV + UV +Face 7435 +UV Count: 3 + UV + UV + UV +Face 7436 +UV Count: 3 + UV + UV + UV +Face 7437 +UV Count: 3 + UV + UV + UV +Face 7438 +UV Count: 3 + UV + UV + UV +Face 7439 +UV Count: 3 + UV + UV + UV +Face 7440 +UV Count: 3 + UV + UV + UV +Face 7441 +UV Count: 3 + UV + UV + UV +Face 7442 +UV Count: 3 + UV + UV + UV +Face 7443 +UV Count: 3 + UV + UV + UV +Face 7444 +UV Count: 3 + UV + UV + UV +Face 7445 +UV Count: 3 + UV + UV + UV +Face 7446 +UV Count: 3 + UV + UV + UV +Face 7447 +UV Count: 3 + UV + UV + UV +Face 7448 +UV Count: 3 + UV + UV + UV +Face 7449 +UV Count: 3 + UV + UV + UV +Face 7450 +UV Count: 3 + UV + UV + UV +Face 7451 +UV Count: 3 + UV + UV + UV +Face 7452 +UV Count: 3 + UV + UV + UV +Face 7453 +UV Count: 3 + UV + UV + UV +Face 7454 +UV Count: 3 + UV + UV + UV +Face 7455 +UV Count: 3 + UV + UV + UV +Face 7456 +UV Count: 3 + UV + UV + UV +Face 7457 +UV Count: 3 + UV + UV + UV +Face 7458 +UV Count: 3 + UV + UV + UV +Face 7459 +UV Count: 3 + UV + UV + UV +Face 7460 +UV Count: 3 + UV + UV + UV +Face 7461 +UV Count: 3 + UV + UV + UV +Face 7462 +UV Count: 3 + UV + UV + UV +Face 7463 +UV Count: 3 + UV + UV + UV +Face 7464 +UV Count: 3 + UV + UV + UV +Face 7465 +UV Count: 3 + UV + UV + UV +Face 7466 +UV Count: 3 + UV + UV + UV +Face 7467 +UV Count: 3 + UV + UV + UV +Face 7468 +UV Count: 3 + UV + UV + UV +Face 7469 +UV Count: 3 + UV + UV + UV +Face 7470 +UV Count: 3 + UV + UV + UV +Face 7471 +UV Count: 3 + UV + UV + UV +Face 7472 +UV Count: 3 + UV + UV + UV +Face 7473 +UV Count: 3 + UV + UV + UV +Face 7474 +UV Count: 3 + UV + UV + UV +Face 7475 +UV Count: 3 + UV + UV + UV +Face 7476 +UV Count: 3 + UV + UV + UV +Face 7477 +UV Count: 3 + UV + UV + UV +Face 7478 +UV Count: 3 + UV + UV + UV +Face 7479 +UV Count: 3 + UV + UV + UV +Face 7480 +UV Count: 3 + UV + UV + UV +Face 7481 +UV Count: 3 + UV + UV + UV +Face 7482 +UV Count: 3 + UV + UV + UV +Face 7483 +UV Count: 3 + UV + UV + UV +Face 7484 +UV Count: 3 + UV + UV + UV +Face 7485 +UV Count: 3 + UV + UV + UV +Face 7486 +UV Count: 3 + UV + UV + UV +Face 7487 +UV Count: 3 + UV + UV + UV +Face 7488 +UV Count: 3 + UV + UV + UV +Face 7489 +UV Count: 3 + UV + UV + UV +Face 7490 +UV Count: 3 + UV + UV + UV +Face 7491 +UV Count: 3 + UV + UV + UV +Face 7492 +UV Count: 3 + UV + UV + UV +Face 7493 +UV Count: 3 + UV + UV + UV +Face 7494 +UV Count: 3 + UV + UV + UV +Face 7495 +UV Count: 3 + UV + UV + UV +Face 7496 +UV Count: 3 + UV + UV + UV +Face 7497 +UV Count: 3 + UV + UV + UV +Face 7498 +UV Count: 3 + UV + UV + UV +Face 7499 +UV Count: 3 + UV + UV + UV +Face 7500 +UV Count: 3 + UV + UV + UV +Face 7501 +UV Count: 3 + UV + UV + UV +Face 7502 +UV Count: 3 + UV + UV + UV +Face 7503 +UV Count: 3 + UV + UV + UV +Face 7504 +UV Count: 3 + UV + UV + UV +Face 7505 +UV Count: 3 + UV + UV + UV +Face 7506 +UV Count: 3 + UV + UV + UV +Face 7507 +UV Count: 3 + UV + UV + UV +Face 7508 +UV Count: 3 + UV + UV + UV +Face 7509 +UV Count: 3 + UV + UV + UV +Face 7510 +UV Count: 3 + UV + UV + UV +Face 7511 +UV Count: 3 + UV + UV + UV +Face 7512 +UV Count: 3 + UV + UV + UV +Face 7513 +UV Count: 3 + UV + UV + UV +Face 7514 +UV Count: 3 + UV + UV + UV +Face 7515 +UV Count: 3 + UV + UV + UV +Face 7516 +UV Count: 3 + UV + UV + UV +Face 7517 +UV Count: 3 + UV + UV + UV +Face 7518 +UV Count: 3 + UV + UV + UV +Face 7519 +UV Count: 3 + UV + UV + UV +Face 7520 +UV Count: 3 + UV + UV + UV +Face 7521 +UV Count: 3 + UV + UV + UV +Face 7522 +UV Count: 3 + UV + UV + UV +Face 7523 +UV Count: 3 + UV + UV + UV +Face 7524 +UV Count: 3 + UV + UV + UV +Face 7525 +UV Count: 3 + UV + UV + UV +Face 7526 +UV Count: 3 + UV + UV + UV +Face 7527 +UV Count: 3 + UV + UV + UV +Face 7528 +UV Count: 3 + UV + UV + UV +Face 7529 +UV Count: 3 + UV + UV + UV +Face 7530 +UV Count: 3 + UV + UV + UV +Face 7531 +UV Count: 3 + UV + UV + UV +Face 7532 +UV Count: 3 + UV + UV + UV +Face 7533 +UV Count: 3 + UV + UV + UV +Face 7534 +UV Count: 3 + UV + UV + UV +Face 7535 +UV Count: 3 + UV + UV + UV +Face 7536 +UV Count: 3 + UV + UV + UV +Face 7537 +UV Count: 3 + UV + UV + UV +Face 7538 +UV Count: 3 + UV + UV + UV +Face 7539 +UV Count: 3 + UV + UV + UV +Face 7540 +UV Count: 3 + UV + UV + UV +Face 7541 +UV Count: 3 + UV + UV + UV +Face 7542 +UV Count: 3 + UV + UV + UV +Face 7543 +UV Count: 3 + UV + UV + UV +Face 7544 +UV Count: 3 + UV + UV + UV +Face 7545 +UV Count: 3 + UV + UV + UV +Face 7546 +UV Count: 3 + UV + UV + UV +Face 7547 +UV Count: 3 + UV + UV + UV +Face 7548 +UV Count: 3 + UV + UV + UV +Face 7549 +UV Count: 3 + UV + UV + UV +Face 7550 +UV Count: 3 + UV + UV + UV +Face 7551 +UV Count: 3 + UV + UV + UV +Face 7552 +UV Count: 3 + UV + UV + UV +Face 7553 +UV Count: 3 + UV + UV + UV +Face 7554 +UV Count: 3 + UV + UV + UV +Face 7555 +UV Count: 3 + UV + UV + UV +Face 7556 +UV Count: 3 + UV + UV + UV +Face 7557 +UV Count: 3 + UV + UV + UV +Face 7558 +UV Count: 3 + UV + UV + UV +Face 7559 +UV Count: 3 + UV + UV + UV +Face 7560 +UV Count: 3 + UV + UV + UV +Face 7561 +UV Count: 3 + UV + UV + UV +Face 7562 +UV Count: 3 + UV + UV + UV +Face 7563 +UV Count: 3 + UV + UV + UV +Face 7564 +UV Count: 3 + UV + UV + UV +Face 7565 +UV Count: 3 + UV + UV + UV +Face 7566 +UV Count: 3 + UV + UV + UV +Face 7567 +UV Count: 3 + UV + UV + UV +Face 7568 +UV Count: 3 + UV + UV + UV +Face 7569 +UV Count: 3 + UV + UV + UV +Face 7570 +UV Count: 3 + UV + UV + UV +Face 7571 +UV Count: 3 + UV + UV + UV +Face 7572 +UV Count: 3 + UV + UV + UV +Face 7573 +UV Count: 3 + UV + UV + UV +Face 7574 +UV Count: 3 + UV + UV + UV +Face 7575 +UV Count: 3 + UV + UV + UV +Face 7576 +UV Count: 3 + UV + UV + UV +Face 7577 +UV Count: 3 + UV + UV + UV +Face 7578 +UV Count: 3 + UV + UV + UV +Face 7579 +UV Count: 3 + UV + UV + UV +Face 7580 +UV Count: 3 + UV + UV + UV +Face 7581 +UV Count: 3 + UV + UV + UV +Face 7582 +UV Count: 3 + UV + UV + UV +Face 7583 +UV Count: 3 + UV + UV + UV +Face 7584 +UV Count: 3 + UV + UV + UV +Face 7585 +UV Count: 3 + UV + UV + UV +Face 7586 +UV Count: 3 + UV + UV + UV +Face 7587 +UV Count: 3 + UV + UV + UV +Face 7588 +UV Count: 3 + UV + UV + UV +Face 7589 +UV Count: 3 + UV + UV + UV +Face 7590 +UV Count: 3 + UV + UV + UV +Face 7591 +UV Count: 3 + UV + UV + UV +Face 7592 +UV Count: 3 + UV + UV + UV +Face 7593 +UV Count: 3 + UV + UV + UV +Face 7594 +UV Count: 3 + UV + UV + UV +Face 7595 +UV Count: 3 + UV + UV + UV +Face 7596 +UV Count: 3 + UV + UV + UV +Face 7597 +UV Count: 3 + UV + UV + UV +Face 7598 +UV Count: 3 + UV + UV + UV +Face 7599 +UV Count: 3 + UV + UV + UV +Face 7600 +UV Count: 3 + UV + UV + UV +Face 7601 +UV Count: 3 + UV + UV + UV +Face 7602 +UV Count: 3 + UV + UV + UV +Face 7603 +UV Count: 3 + UV + UV + UV +Face 7604 +UV Count: 3 + UV + UV + UV +Face 7605 +UV Count: 3 + UV + UV + UV +Face 7606 +UV Count: 3 + UV + UV + UV +Face 7607 +UV Count: 3 + UV + UV + UV +Face 7608 +UV Count: 3 + UV + UV + UV +Face 7609 +UV Count: 3 + UV + UV + UV +Face 7610 +UV Count: 3 + UV + UV + UV +Face 7611 +UV Count: 3 + UV + UV + UV +Face 7612 +UV Count: 3 + UV + UV + UV +Face 7613 +UV Count: 3 + UV + UV + UV +Face 7614 +UV Count: 3 + UV + UV + UV +Face 7615 +UV Count: 3 + UV + UV + UV +Face 7616 +UV Count: 3 + UV + UV + UV +Face 7617 +UV Count: 3 + UV + UV + UV +Face 7618 +UV Count: 3 + UV + UV + UV +Face 7619 +UV Count: 3 + UV + UV + UV +Face 7620 +UV Count: 3 + UV + UV + UV +Face 7621 +UV Count: 3 + UV + UV + UV +Face 7622 +UV Count: 3 + UV + UV + UV +Face 7623 +UV Count: 3 + UV + UV + UV +Face 7624 +UV Count: 3 + UV + UV + UV +Face 7625 +UV Count: 3 + UV + UV + UV +Face 7626 +UV Count: 3 + UV + UV + UV +Face 7627 +UV Count: 3 + UV + UV + UV +Face 7628 +UV Count: 3 + UV + UV + UV +Face 7629 +UV Count: 3 + UV + UV + UV +Face 7630 +UV Count: 3 + UV + UV + UV +Face 7631 +UV Count: 3 + UV + UV + UV +Face 7632 +UV Count: 3 + UV + UV + UV +Face 7633 +UV Count: 3 + UV + UV + UV +Face 7634 +UV Count: 3 + UV + UV + UV +Face 7635 +UV Count: 3 + UV + UV + UV +Face 7636 +UV Count: 3 + UV + UV + UV +Face 7637 +UV Count: 3 + UV + UV + UV +Face 7638 +UV Count: 3 + UV + UV + UV +Face 7639 +UV Count: 3 + UV + UV + UV +Face 7640 +UV Count: 3 + UV + UV + UV +Face 7641 +UV Count: 3 + UV + UV + UV +Face 7642 +UV Count: 3 + UV + UV + UV +Face 7643 +UV Count: 3 + UV + UV + UV +Face 7644 +UV Count: 3 + UV + UV + UV +Face 7645 +UV Count: 3 + UV + UV + UV +Face 7646 +UV Count: 3 + UV + UV + UV +Face 7647 +UV Count: 3 + UV + UV + UV +Face 7648 +UV Count: 3 + UV + UV + UV +Face 7649 +UV Count: 3 + UV + UV + UV +Face 7650 +UV Count: 3 + UV + UV + UV +Face 7651 +UV Count: 3 + UV + UV + UV +Face 7652 +UV Count: 3 + UV + UV + UV +Face 7653 +UV Count: 3 + UV + UV + UV +Face 7654 +UV Count: 3 + UV + UV + UV +Face 7655 +UV Count: 3 + UV + UV + UV +Face 7656 +UV Count: 3 + UV + UV + UV +Face 7657 +UV Count: 3 + UV + UV + UV +Face 7658 +UV Count: 3 + UV + UV + UV +Face 7659 +UV Count: 3 + UV + UV + UV +Face 7660 +UV Count: 3 + UV + UV + UV +Face 7661 +UV Count: 3 + UV + UV + UV +Face 7662 +UV Count: 3 + UV + UV + UV +Face 7663 +UV Count: 3 + UV + UV + UV +Face 7664 +UV Count: 3 + UV + UV + UV +Face 7665 +UV Count: 3 + UV + UV + UV +Face 7666 +UV Count: 3 + UV + UV + UV +Face 7667 +UV Count: 3 + UV + UV + UV +Face 7668 +UV Count: 3 + UV + UV + UV +Face 7669 +UV Count: 3 + UV + UV + UV +Face 7670 +UV Count: 3 + UV + UV + UV +Face 7671 +UV Count: 3 + UV + UV + UV +Face 7672 +UV Count: 3 + UV + UV + UV +Face 7673 +UV Count: 3 + UV + UV + UV +Face 7674 +UV Count: 3 + UV + UV + UV +Face 7675 +UV Count: 3 + UV + UV + UV +Face 7676 +UV Count: 3 + UV + UV + UV +Face 7677 +UV Count: 3 + UV + UV + UV +Face 7678 +UV Count: 3 + UV + UV + UV +Face 7679 +UV Count: 3 + UV + UV + UV +Face 7680 +UV Count: 3 + UV + UV + UV +Face 7681 +UV Count: 3 + UV + UV + UV +Face 7682 +UV Count: 3 + UV + UV + UV +Face 7683 +UV Count: 3 + UV + UV + UV +Face 7684 +UV Count: 3 + UV + UV + UV +Face 7685 +UV Count: 3 + UV + UV + UV +Face 7686 +UV Count: 3 + UV + UV + UV +Face 7687 +UV Count: 3 + UV + UV + UV +Face 7688 +UV Count: 3 + UV + UV + UV +Face 7689 +UV Count: 3 + UV + UV + UV +Face 7690 +UV Count: 3 + UV + UV + UV +Face 7691 +UV Count: 3 + UV + UV + UV +Face 7692 +UV Count: 3 + UV + UV + UV +Face 7693 +UV Count: 3 + UV + UV + UV +Face 7694 +UV Count: 3 + UV + UV + UV +Face 7695 +UV Count: 3 + UV + UV + UV +Face 7696 +UV Count: 3 + UV + UV + UV +Face 7697 +UV Count: 3 + UV + UV + UV +Face 7698 +UV Count: 3 + UV + UV + UV +Face 7699 +UV Count: 3 + UV + UV + UV +Face 7700 +UV Count: 3 + UV + UV + UV +Face 7701 +UV Count: 3 + UV + UV + UV +Face 7702 +UV Count: 3 + UV + UV + UV +Face 7703 +UV Count: 3 + UV + UV + UV +Face 7704 +UV Count: 3 + UV + UV + UV +Face 7705 +UV Count: 3 + UV + UV + UV +Face 7706 +UV Count: 3 + UV + UV + UV +Face 7707 +UV Count: 3 + UV + UV + UV +Face 7708 +UV Count: 3 + UV + UV + UV +Face 7709 +UV Count: 3 + UV + UV + UV +Face 7710 +UV Count: 3 + UV + UV + UV +Face 7711 +UV Count: 3 + UV + UV + UV +Face 7712 +UV Count: 3 + UV + UV + UV +Face 7713 +UV Count: 3 + UV + UV + UV +Face 7714 +UV Count: 3 + UV + UV + UV +Face 7715 +UV Count: 3 + UV + UV + UV +Face 7716 +UV Count: 3 + UV + UV + UV +Face 7717 +UV Count: 3 + UV + UV + UV +Face 7718 +UV Count: 3 + UV + UV + UV +Face 7719 +UV Count: 3 + UV + UV + UV +Face 7720 +UV Count: 3 + UV + UV + UV +Face 7721 +UV Count: 3 + UV + UV + UV +Face 7722 +UV Count: 3 + UV + UV + UV +Face 7723 +UV Count: 3 + UV + UV + UV +Face 7724 +UV Count: 3 + UV + UV + UV +Face 7725 +UV Count: 3 + UV + UV + UV +Face 7726 +UV Count: 3 + UV + UV + UV +Face 7727 +UV Count: 3 + UV + UV + UV +Face 7728 +UV Count: 3 + UV + UV + UV +Face 7729 +UV Count: 3 + UV + UV + UV +Face 7730 +UV Count: 3 + UV + UV + UV +Face 7731 +UV Count: 3 + UV + UV + UV +Face 7732 +UV Count: 3 + UV + UV + UV +Face 7733 +UV Count: 3 + UV + UV + UV +Face 7734 +UV Count: 3 + UV + UV + UV +Face 7735 +UV Count: 3 + UV + UV + UV +Face 7736 +UV Count: 3 + UV + UV + UV +Face 7737 +UV Count: 3 + UV + UV + UV +Face 7738 +UV Count: 3 + UV + UV + UV +Face 7739 +UV Count: 3 + UV + UV + UV +Face 7740 +UV Count: 3 + UV + UV + UV +Face 7741 +UV Count: 3 + UV + UV + UV +Face 7742 +UV Count: 3 + UV + UV + UV +Face 7743 +UV Count: 3 + UV + UV + UV +Face 7744 +UV Count: 3 + UV + UV + UV +Face 7745 +UV Count: 3 + UV + UV + UV +Face 7746 +UV Count: 3 + UV + UV + UV +Face 7747 +UV Count: 3 + UV + UV + UV +Face 7748 +UV Count: 3 + UV + UV + UV +Face 7749 +UV Count: 3 + UV + UV + UV +Face 7750 +UV Count: 3 + UV + UV + UV +Face 7751 +UV Count: 3 + UV + UV + UV +Face 7752 +UV Count: 3 + UV + UV + UV +Face 7753 +UV Count: 3 + UV + UV + UV +Face 7754 +UV Count: 3 + UV + UV + UV +Face 7755 +UV Count: 3 + UV + UV + UV +Face 7756 +UV Count: 3 + UV + UV + UV +Face 7757 +UV Count: 3 + UV + UV + UV +Face 7758 +UV Count: 3 + UV + UV + UV +Face 7759 +UV Count: 3 + UV + UV + UV +Face 7760 +UV Count: 3 + UV + UV + UV +Face 7761 +UV Count: 3 + UV + UV + UV +Face 7762 +UV Count: 3 + UV + UV + UV +Face 7763 +UV Count: 3 + UV + UV + UV +Face 7764 +UV Count: 3 + UV + UV + UV +Face 7765 +UV Count: 3 + UV + UV + UV +Face 7766 +UV Count: 3 + UV + UV + UV +Face 7767 +UV Count: 3 + UV + UV + UV +Face 7768 +UV Count: 3 + UV + UV + UV +Face 7769 +UV Count: 3 + UV + UV + UV +Face 7770 +UV Count: 3 + UV + UV + UV +Face 7771 +UV Count: 3 + UV + UV + UV +Face 7772 +UV Count: 3 + UV + UV + UV +Face 7773 +UV Count: 3 + UV + UV + UV +Face 7774 +UV Count: 3 + UV + UV + UV +Face 7775 +UV Count: 3 + UV + UV + UV +Face 7776 +UV Count: 3 + UV + UV + UV +Face 7777 +UV Count: 3 + UV + UV + UV +Face 7778 +UV Count: 3 + UV + UV + UV +Face 7779 +UV Count: 3 + UV + UV + UV +Face 7780 +UV Count: 3 + UV + UV + UV +Face 7781 +UV Count: 3 + UV + UV + UV +Face 7782 +UV Count: 3 + UV + UV + UV +Face 7783 +UV Count: 3 + UV + UV + UV +Face 7784 +UV Count: 3 + UV + UV + UV +Face 7785 +UV Count: 3 + UV + UV + UV +Face 7786 +UV Count: 3 + UV + UV + UV +Face 7787 +UV Count: 3 + UV + UV + UV +Face 7788 +UV Count: 3 + UV + UV + UV +Face 7789 +UV Count: 3 + UV + UV + UV +Face 7790 +UV Count: 3 + UV + UV + UV +Face 7791 +UV Count: 3 + UV + UV + UV +Face 7792 +UV Count: 3 + UV + UV + UV +Face 7793 +UV Count: 3 + UV + UV + UV +Face 7794 +UV Count: 3 + UV + UV + UV +Face 7795 +UV Count: 3 + UV + UV + UV +Face 7796 +UV Count: 3 + UV + UV + UV +Face 7797 +UV Count: 3 + UV + UV + UV +Face 7798 +UV Count: 3 + UV + UV + UV +Face 7799 +UV Count: 3 + UV + UV + UV +Face 7800 +UV Count: 3 + UV + UV + UV +Face 7801 +UV Count: 3 + UV + UV + UV +Face 7802 +UV Count: 3 + UV + UV + UV +Face 7803 +UV Count: 3 + UV + UV + UV +Face 7804 +UV Count: 3 + UV + UV + UV +Face 7805 +UV Count: 3 + UV + UV + UV +Face 7806 +UV Count: 3 + UV + UV + UV +Face 7807 +UV Count: 3 + UV + UV + UV +Face 7808 +UV Count: 3 + UV + UV + UV +Face 7809 +UV Count: 3 + UV + UV + UV +Face 7810 +UV Count: 3 + UV + UV + UV +Face 7811 +UV Count: 3 + UV + UV + UV +Face 7812 +UV Count: 3 + UV + UV + UV +Face 7813 +UV Count: 3 + UV + UV + UV +Face 7814 +UV Count: 3 + UV + UV + UV +Face 7815 +UV Count: 3 + UV + UV + UV +Face 7816 +UV Count: 3 + UV + UV + UV +Face 7817 +UV Count: 3 + UV + UV + UV +Face 7818 +UV Count: 3 + UV + UV + UV +Face 7819 +UV Count: 3 + UV + UV + UV +Face 7820 +UV Count: 3 + UV + UV + UV +Face 7821 +UV Count: 3 + UV + UV + UV +Face 7822 +UV Count: 3 + UV + UV + UV +Face 7823 +UV Count: 3 + UV + UV + UV +Face 7824 +UV Count: 3 + UV + UV + UV +Face 7825 +UV Count: 3 + UV + UV + UV +Face 7826 +UV Count: 3 + UV + UV + UV +Face 7827 +UV Count: 3 + UV + UV + UV +Face 7828 +UV Count: 3 + UV + UV + UV +Face 7829 +UV Count: 3 + UV + UV + UV +Face 7830 +UV Count: 3 + UV + UV + UV +Face 7831 +UV Count: 3 + UV + UV + UV +Face 7832 +UV Count: 3 + UV + UV + UV +Face 7833 +UV Count: 3 + UV + UV + UV +Face 7834 +UV Count: 3 + UV + UV + UV +Face 7835 +UV Count: 3 + UV + UV + UV +Face 7836 +UV Count: 3 + UV + UV + UV +Face 7837 +UV Count: 3 + UV + UV + UV +Face 7838 +UV Count: 3 + UV + UV + UV +Face 7839 +UV Count: 3 + UV + UV + UV +Face 7840 +UV Count: 3 + UV + UV + UV +Face 7841 +UV Count: 3 + UV + UV + UV +Face 7842 +UV Count: 3 + UV + UV + UV +Face 7843 +UV Count: 3 + UV + UV + UV +Face 7844 +UV Count: 3 + UV + UV + UV +Face 7845 +UV Count: 3 + UV + UV + UV +Face 7846 +UV Count: 3 + UV + UV + UV +Face 7847 +UV Count: 3 + UV + UV + UV +Face 7848 +UV Count: 3 + UV + UV + UV +Face 7849 +UV Count: 3 + UV + UV + UV +Face 7850 +UV Count: 3 + UV + UV + UV +Face 7851 +UV Count: 3 + UV + UV + UV +Face 7852 +UV Count: 3 + UV + UV + UV +Face 7853 +UV Count: 3 + UV + UV + UV +Face 7854 +UV Count: 3 + UV + UV + UV +Face 7855 +UV Count: 3 + UV + UV + UV +Face 7856 +UV Count: 3 + UV + UV + UV +Face 7857 +UV Count: 3 + UV + UV + UV +Face 7858 +UV Count: 3 + UV + UV + UV +Face 7859 +UV Count: 3 + UV + UV + UV +Face 7860 +UV Count: 3 + UV + UV + UV +Face 7861 +UV Count: 3 + UV + UV + UV +Face 7862 +UV Count: 3 + UV + UV + UV +Face 7863 +UV Count: 3 + UV + UV + UV +Face 7864 +UV Count: 3 + UV + UV + UV +Face 7865 +UV Count: 3 + UV + UV + UV +Face 7866 +UV Count: 3 + UV + UV + UV +Face 7867 +UV Count: 3 + UV + UV + UV +Face 7868 +UV Count: 3 + UV + UV + UV +Face 7869 +UV Count: 3 + UV + UV + UV +Face 7870 +UV Count: 3 + UV + UV + UV +Face 7871 +UV Count: 3 + UV + UV + UV +Face 7872 +UV Count: 3 + UV + UV + UV +Face 7873 +UV Count: 3 + UV + UV + UV +Face 7874 +UV Count: 3 + UV + UV + UV +Face 7875 +UV Count: 3 + UV + UV + UV +Face 7876 +UV Count: 3 + UV + UV + UV +Face 7877 +UV Count: 3 + UV + UV + UV +Face 7878 +UV Count: 3 + UV + UV + UV +Face 7879 +UV Count: 3 + UV + UV + UV +Face 7880 +UV Count: 3 + UV + UV + UV +Face 7881 +UV Count: 3 + UV + UV + UV +Face 7882 +UV Count: 3 + UV + UV + UV +Face 7883 +UV Count: 3 + UV + UV + UV +Face 7884 +UV Count: 3 + UV + UV + UV +Face 7885 +UV Count: 3 + UV + UV + UV +Face 7886 +UV Count: 3 + UV + UV + UV +Face 7887 +UV Count: 3 + UV + UV + UV +Face 7888 +UV Count: 3 + UV + UV + UV +Face 7889 +UV Count: 3 + UV + UV + UV +Face 7890 +UV Count: 3 + UV + UV + UV +Face 7891 +UV Count: 3 + UV + UV + UV +Face 7892 +UV Count: 3 + UV + UV + UV +Face 7893 +UV Count: 3 + UV + UV + UV +Face 7894 +UV Count: 3 + UV + UV + UV +Face 7895 +UV Count: 3 + UV + UV + UV +Face 7896 +UV Count: 3 + UV + UV + UV +Face 7897 +UV Count: 3 + UV + UV + UV +Face 7898 +UV Count: 3 + UV + UV + UV +Face 7899 +UV Count: 3 + UV + UV + UV +Face 7900 +UV Count: 3 + UV + UV + UV +Face 7901 +UV Count: 3 + UV + UV + UV +Face 7902 +UV Count: 3 + UV + UV + UV +Face 7903 +UV Count: 3 + UV + UV + UV +Face 7904 +UV Count: 3 + UV + UV + UV +Face 7905 +UV Count: 3 + UV + UV + UV +Face 7906 +UV Count: 3 + UV + UV + UV +Face 7907 +UV Count: 3 + UV + UV + UV +Face 7908 +UV Count: 3 + UV + UV + UV +Face 7909 +UV Count: 3 + UV + UV + UV +Face 7910 +UV Count: 3 + UV + UV + UV +Face 7911 +UV Count: 3 + UV + UV + UV +Face 7912 +UV Count: 3 + UV + UV + UV +Face 7913 +UV Count: 3 + UV + UV + UV +Face 7914 +UV Count: 3 + UV + UV + UV +Face 7915 +UV Count: 3 + UV + UV + UV +Face 7916 +UV Count: 3 + UV + UV + UV +Face 7917 +UV Count: 3 + UV + UV + UV +Face 7918 +UV Count: 3 + UV + UV + UV +Face 7919 +UV Count: 3 + UV + UV + UV +Face 7920 +UV Count: 3 + UV + UV + UV +Face 7921 +UV Count: 3 + UV + UV + UV +Face 7922 +UV Count: 3 + UV + UV + UV +Face 7923 +UV Count: 3 + UV + UV + UV +Face 7924 +UV Count: 3 + UV + UV + UV +Face 7925 +UV Count: 3 + UV + UV + UV +Face 7926 +UV Count: 3 + UV + UV + UV +Face 7927 +UV Count: 3 + UV + UV + UV +Face 7928 +UV Count: 3 + UV + UV + UV +Face 7929 +UV Count: 3 + UV + UV + UV +Face 7930 +UV Count: 3 + UV + UV + UV +Face 7931 +UV Count: 3 + UV + UV + UV +Face 7932 +UV Count: 3 + UV + UV + UV +Face 7933 +UV Count: 3 + UV + UV + UV +Face 7934 +UV Count: 3 + UV + UV + UV +Face 7935 +UV Count: 3 + UV + UV + UV +Face 7936 +UV Count: 3 + UV + UV + UV +Face 7937 +UV Count: 3 + UV + UV + UV +Face 7938 +UV Count: 3 + UV + UV + UV +Face 7939 +UV Count: 3 + UV + UV + UV +Face 7940 +UV Count: 3 + UV + UV + UV +Face 7941 +UV Count: 3 + UV + UV + UV +Face 7942 +UV Count: 3 + UV + UV + UV +Face 7943 +UV Count: 3 + UV + UV + UV +Face 7944 +UV Count: 3 + UV + UV + UV +Face 7945 +UV Count: 3 + UV + UV + UV +Face 7946 +UV Count: 3 + UV + UV + UV +Face 7947 +UV Count: 3 + UV + UV + UV +Face 7948 +UV Count: 3 + UV + UV + UV +Face 7949 +UV Count: 3 + UV + UV + UV +Face 7950 +UV Count: 3 + UV + UV + UV +Face 7951 +UV Count: 3 + UV + UV + UV +Face 7952 +UV Count: 3 + UV + UV + UV +Face 7953 +UV Count: 3 + UV + UV + UV +Face 7954 +UV Count: 3 + UV + UV + UV +Face 7955 +UV Count: 3 + UV + UV + UV +Face 7956 +UV Count: 3 + UV + UV + UV +Face 7957 +UV Count: 3 + UV + UV + UV +Face 7958 +UV Count: 3 + UV + UV + UV +Face 7959 +UV Count: 3 + UV + UV + UV +Face 7960 +UV Count: 3 + UV + UV + UV +Face 7961 +UV Count: 3 + UV + UV + UV +Face 7962 +UV Count: 3 + UV + UV + UV +Face 7963 +UV Count: 3 + UV + UV + UV +Face 7964 +UV Count: 3 + UV + UV + UV +Face 7965 +UV Count: 3 + UV + UV + UV +Face 7966 +UV Count: 3 + UV + UV + UV +Face 7967 +UV Count: 3 + UV + UV + UV +Face 7968 +UV Count: 3 + UV + UV + UV +Face 7969 +UV Count: 3 + UV + UV + UV +Face 7970 +UV Count: 3 + UV + UV + UV +Face 7971 +UV Count: 3 + UV + UV + UV +Face 7972 +UV Count: 3 + UV + UV + UV +Face 7973 +UV Count: 3 + UV + UV + UV +Face 7974 +UV Count: 3 + UV + UV + UV +Face 7975 +UV Count: 3 + UV + UV + UV +Face 7976 +UV Count: 3 + UV + UV + UV +Face 7977 +UV Count: 3 + UV + UV + UV +Face 7978 +UV Count: 3 + UV + UV + UV +Face 7979 +UV Count: 3 + UV + UV + UV +Face 7980 +UV Count: 3 + UV + UV + UV +Face 7981 +UV Count: 3 + UV + UV + UV +Face 7982 +UV Count: 3 + UV + UV + UV +Face 7983 +UV Count: 3 + UV + UV + UV +Face 7984 +UV Count: 3 + UV + UV + UV +Face 7985 +UV Count: 3 + UV + UV + UV +Face 7986 +UV Count: 3 + UV + UV + UV +Face 7987 +UV Count: 3 + UV + UV + UV +Face 7988 +UV Count: 3 + UV + UV + UV +Face 7989 +UV Count: 3 + UV + UV + UV +Face 7990 +UV Count: 3 + UV + UV + UV +Face 7991 +UV Count: 3 + UV + UV + UV +Face 7992 +UV Count: 3 + UV + UV + UV +Face 7993 +UV Count: 3 + UV + UV + UV +Face 7994 +UV Count: 3 + UV + UV + UV +Face 7995 +UV Count: 3 + UV + UV + UV +Face 7996 +UV Count: 3 + UV + UV + UV +Face 7997 +UV Count: 3 + UV + UV + UV +Face 7998 +UV Count: 3 + UV + UV + UV +Face 7999 +UV Count: 3 + UV + UV + UV +Face 8000 +UV Count: 3 + UV + UV + UV +Face 8001 +UV Count: 3 + UV + UV + UV +Face 8002 +UV Count: 3 + UV + UV + UV +Face 8003 +UV Count: 3 + UV + UV + UV +Face 8004 +UV Count: 3 + UV + UV + UV +Face 8005 +UV Count: 3 + UV + UV + UV +Face 8006 +UV Count: 3 + UV + UV + UV +Face 8007 +UV Count: 3 + UV + UV + UV +Face 8008 +UV Count: 3 + UV + UV + UV +Face 8009 +UV Count: 3 + UV + UV + UV +Face 8010 +UV Count: 3 + UV + UV + UV +Face 8011 +UV Count: 3 + UV + UV + UV +Face 8012 +UV Count: 3 + UV + UV + UV +Face 8013 +UV Count: 3 + UV + UV + UV +Face 8014 +UV Count: 3 + UV + UV + UV +Face 8015 +UV Count: 3 + UV + UV + UV +Face 8016 +UV Count: 3 + UV + UV + UV +Face 8017 +UV Count: 3 + UV + UV + UV +Face 8018 +UV Count: 3 + UV + UV + UV +Face 8019 +UV Count: 3 + UV + UV + UV +Face 8020 +UV Count: 3 + UV + UV + UV +Face 8021 +UV Count: 3 + UV + UV + UV +Face 8022 +UV Count: 3 + UV + UV + UV +Face 8023 +UV Count: 3 + UV + UV + UV +Face 8024 +UV Count: 3 + UV + UV + UV +Face 8025 +UV Count: 3 + UV + UV + UV +Face 8026 +UV Count: 3 + UV + UV + UV +Face 8027 +UV Count: 3 + UV + UV + UV +Face 8028 +UV Count: 3 + UV + UV + UV +Face 8029 +UV Count: 3 + UV + UV + UV +Face 8030 +UV Count: 3 + UV + UV + UV +Face 8031 +UV Count: 3 + UV + UV + UV +Face 8032 +UV Count: 3 + UV + UV + UV +Face 8033 +UV Count: 3 + UV + UV + UV +Face 8034 +UV Count: 3 + UV + UV + UV +Face 8035 +UV Count: 3 + UV + UV + UV +Face 8036 +UV Count: 3 + UV + UV + UV +Face 8037 +UV Count: 3 + UV + UV + UV +Face 8038 +UV Count: 3 + UV + UV + UV +Face 8039 +UV Count: 3 + UV + UV + UV +Face 8040 +UV Count: 3 + UV + UV + UV +Face 8041 +UV Count: 3 + UV + UV + UV +Face 8042 +UV Count: 3 + UV + UV + UV +Face 8043 +UV Count: 3 + UV + UV + UV +Face 8044 +UV Count: 3 + UV + UV + UV +Face 8045 +UV Count: 3 + UV + UV + UV +Face 8046 +UV Count: 3 + UV + UV + UV +Face 8047 +UV Count: 3 + UV + UV + UV +Face 8048 +UV Count: 3 + UV + UV + UV +Face 8049 +UV Count: 3 + UV + UV + UV +Face 8050 +UV Count: 3 + UV + UV + UV +Face 8051 +UV Count: 3 + UV + UV + UV +Face 8052 +UV Count: 3 + UV + UV + UV +Face 8053 +UV Count: 3 + UV + UV + UV +Face 8054 +UV Count: 3 + UV + UV + UV +Face 8055 +UV Count: 3 + UV + UV + UV +Face 8056 +UV Count: 3 + UV + UV + UV +Face 8057 +UV Count: 3 + UV + UV + UV +Face 8058 +UV Count: 3 + UV + UV + UV +Face 8059 +UV Count: 3 + UV + UV + UV +Face 8060 +UV Count: 3 + UV + UV + UV +Face 8061 +UV Count: 3 + UV + UV + UV +Face 8062 +UV Count: 3 + UV + UV + UV +Face 8063 +UV Count: 3 + UV + UV + UV +Face 8064 +UV Count: 3 + UV + UV + UV +Face 8065 +UV Count: 3 + UV + UV + UV +Face 8066 +UV Count: 3 + UV + UV + UV +Face 8067 +UV Count: 3 + UV + UV + UV +Face 8068 +UV Count: 3 + UV + UV + UV +Face 8069 +UV Count: 3 + UV + UV + UV +Face 8070 +UV Count: 3 + UV + UV + UV +Face 8071 +UV Count: 3 + UV + UV + UV +Face 8072 +UV Count: 3 + UV + UV + UV +Face 8073 +UV Count: 3 + UV + UV + UV +Face 8074 +UV Count: 3 + UV + UV + UV +Face 8075 +UV Count: 3 + UV + UV + UV +Face 8076 +UV Count: 3 + UV + UV + UV +Face 8077 +UV Count: 3 + UV + UV + UV +Face 8078 +UV Count: 3 + UV + UV + UV +Face 8079 +UV Count: 3 + UV + UV + UV +Face 8080 +UV Count: 3 + UV + UV + UV +Face 8081 +UV Count: 3 + UV + UV + UV +Face 8082 +UV Count: 3 + UV + UV + UV +Face 8083 +UV Count: 3 + UV + UV + UV +Face 8084 +UV Count: 3 + UV + UV + UV +Face 8085 +UV Count: 3 + UV + UV + UV +Face 8086 +UV Count: 3 + UV + UV + UV +Face 8087 +UV Count: 3 + UV + UV + UV +Face 8088 +UV Count: 3 + UV + UV + UV +Face 8089 +UV Count: 3 + UV + UV + UV +Face 8090 +UV Count: 3 + UV + UV + UV +Face 8091 +UV Count: 3 + UV + UV + UV +Face 8092 +UV Count: 3 + UV + UV + UV +Face 8093 +UV Count: 3 + UV + UV + UV +Face 8094 +UV Count: 3 + UV + UV + UV +Face 8095 +UV Count: 3 + UV + UV + UV +Face 8096 +UV Count: 3 + UV + UV + UV +Face 8097 +UV Count: 3 + UV + UV + UV +Face 8098 +UV Count: 3 + UV + UV + UV +Face 8099 +UV Count: 3 + UV + UV + UV +Face 8100 +UV Count: 3 + UV + UV + UV +Face 8101 +UV Count: 3 + UV + UV + UV +Face 8102 +UV Count: 3 + UV + UV + UV +Face 8103 +UV Count: 3 + UV + UV + UV +Face 8104 +UV Count: 3 + UV + UV + UV +Face 8105 +UV Count: 3 + UV + UV + UV +Face 8106 +UV Count: 3 + UV + UV + UV +Face 8107 +UV Count: 3 + UV + UV + UV +Face 8108 +UV Count: 3 + UV + UV + UV +Face 8109 +UV Count: 3 + UV + UV + UV +Face 8110 +UV Count: 3 + UV + UV + UV +Face 8111 +UV Count: 3 + UV + UV + UV +Face 8112 +UV Count: 3 + UV + UV + UV +Face 8113 +UV Count: 3 + UV + UV + UV +Face 8114 +UV Count: 3 + UV + UV + UV +Face 8115 +UV Count: 3 + UV + UV + UV +Face 8116 +UV Count: 3 + UV + UV + UV +Face 8117 +UV Count: 3 + UV + UV + UV +Face 8118 +UV Count: 3 + UV + UV + UV +Face 8119 +UV Count: 3 + UV + UV + UV +Face 8120 +UV Count: 3 + UV + UV + UV +Face 8121 +UV Count: 3 + UV + UV + UV +Face 8122 +UV Count: 3 + UV + UV + UV +Face 8123 +UV Count: 3 + UV + UV + UV +Face 8124 +UV Count: 3 + UV + UV + UV +Face 8125 +UV Count: 3 + UV + UV + UV +Face 8126 +UV Count: 3 + UV + UV + UV +Face 8127 +UV Count: 3 + UV + UV + UV +Face 8128 +UV Count: 3 + UV + UV + UV +Face 8129 +UV Count: 3 + UV + UV + UV +Face 8130 +UV Count: 3 + UV + UV + UV +Face 8131 +UV Count: 3 + UV + UV + UV +Face 8132 +UV Count: 3 + UV + UV + UV +Face 8133 +UV Count: 3 + UV + UV + UV +Face 8134 +UV Count: 3 + UV + UV + UV +Face 8135 +UV Count: 3 + UV + UV + UV +Face 8136 +UV Count: 3 + UV + UV + UV +Face 8137 +UV Count: 3 + UV + UV + UV +Face 8138 +UV Count: 3 + UV + UV + UV +Face 8139 +UV Count: 3 + UV + UV + UV +Face 8140 +UV Count: 3 + UV + UV + UV +Face 8141 +UV Count: 3 + UV + UV + UV +Face 8142 +UV Count: 3 + UV + UV + UV +Face 8143 +UV Count: 3 + UV + UV + UV +Face 8144 +UV Count: 3 + UV + UV + UV +Face 8145 +UV Count: 3 + UV + UV + UV +Face 8146 +UV Count: 3 + UV + UV + UV +Face 8147 +UV Count: 3 + UV + UV + UV +Face 8148 +UV Count: 3 + UV + UV + UV +Face 8149 +UV Count: 3 + UV + UV + UV +Face 8150 +UV Count: 3 + UV + UV + UV +Face 8151 +UV Count: 3 + UV + UV + UV +Face 8152 +UV Count: 3 + UV + UV + UV +Face 8153 +UV Count: 3 + UV + UV + UV +Face 8154 +UV Count: 3 + UV + UV + UV +Face 8155 +UV Count: 3 + UV + UV + UV +Face 8156 +UV Count: 3 + UV + UV + UV +Face 8157 +UV Count: 3 + UV + UV + UV +Face 8158 +UV Count: 3 + UV + UV + UV +Face 8159 +UV Count: 3 + UV + UV + UV +Face 8160 +UV Count: 3 + UV + UV + UV +Face 8161 +UV Count: 3 + UV + UV + UV +Face 8162 +UV Count: 3 + UV + UV + UV +Face 8163 +UV Count: 3 + UV + UV + UV +Face 8164 +UV Count: 3 + UV + UV + UV +Face 8165 +UV Count: 3 + UV + UV + UV +Face 8166 +UV Count: 3 + UV + UV + UV +Face 8167 +UV Count: 3 + UV + UV + UV +Face 8168 +UV Count: 3 + UV + UV + UV +Face 8169 +UV Count: 3 + UV + UV + UV +Face 8170 +UV Count: 3 + UV + UV + UV +Face 8171 +UV Count: 3 + UV + UV + UV +Face 8172 +UV Count: 3 + UV + UV + UV +Face 8173 +UV Count: 3 + UV + UV + UV +Face 8174 +UV Count: 3 + UV + UV + UV +Face 8175 +UV Count: 3 + UV + UV + UV +Face 8176 +UV Count: 3 + UV + UV + UV +Face 8177 +UV Count: 3 + UV + UV + UV +Face 8178 +UV Count: 3 + UV + UV + UV +Face 8179 +UV Count: 3 + UV + UV + UV +Face 8180 +UV Count: 3 + UV + UV + UV +Face 8181 +UV Count: 3 + UV + UV + UV +Face 8182 +UV Count: 3 + UV + UV + UV +Face 8183 +UV Count: 3 + UV + UV + UV +Face 8184 +UV Count: 3 + UV + UV + UV +Face 8185 +UV Count: 3 + UV + UV + UV +Face 8186 +UV Count: 3 + UV + UV + UV +Face 8187 +UV Count: 3 + UV + UV + UV +Face 8188 +UV Count: 3 + UV + UV + UV +Face 8189 +UV Count: 3 + UV + UV + UV +Face 8190 +UV Count: 3 + UV + UV + UV +Face 8191 +UV Count: 3 + UV + UV + UV +Face 8192 +UV Count: 3 + UV + UV + UV +Face 8193 +UV Count: 3 + UV + UV + UV +Face 8194 +UV Count: 3 + UV + UV + UV +Face 8195 +UV Count: 3 + UV + UV + UV +Face 8196 +UV Count: 3 + UV + UV + UV +Face 8197 +UV Count: 3 + UV + UV + UV +Face 8198 +UV Count: 3 + UV + UV + UV +Face 8199 +UV Count: 3 + UV + UV + UV +Face 8200 +UV Count: 3 + UV + UV + UV +Face 8201 +UV Count: 3 + UV + UV + UV +Face 8202 +UV Count: 3 + UV + UV + UV +Face 8203 +UV Count: 3 + UV + UV + UV +Face 8204 +UV Count: 3 + UV + UV + UV +Face 8205 +UV Count: 3 + UV + UV + UV +Face 8206 +UV Count: 3 + UV + UV + UV +Face 8207 +UV Count: 3 + UV + UV + UV +Face 8208 +UV Count: 3 + UV + UV + UV +Face 8209 +UV Count: 3 + UV + UV + UV +Face 8210 +UV Count: 3 + UV + UV + UV +Face 8211 +UV Count: 3 + UV + UV + UV +Face 8212 +UV Count: 3 + UV + UV + UV +Face 8213 +UV Count: 3 + UV + UV + UV +Face 8214 +UV Count: 3 + UV + UV + UV +Face 8215 +UV Count: 3 + UV + UV + UV +Face 8216 +UV Count: 3 + UV + UV + UV +Face 8217 +UV Count: 3 + UV + UV + UV +Face 8218 +UV Count: 3 + UV + UV + UV +Face 8219 +UV Count: 3 + UV + UV + UV +Face 8220 +UV Count: 3 + UV + UV + UV +Face 8221 +UV Count: 3 + UV + UV + UV +Face 8222 +UV Count: 3 + UV + UV + UV +Face 8223 +UV Count: 3 + UV + UV + UV +Face 8224 +UV Count: 3 + UV + UV + UV +Face 8225 +UV Count: 3 + UV + UV + UV +Face 8226 +UV Count: 3 + UV + UV + UV +Face 8227 +UV Count: 3 + UV + UV + UV +Face 8228 +UV Count: 3 + UV + UV + UV +Face 8229 +UV Count: 3 + UV + UV + UV +Face 8230 +UV Count: 3 + UV + UV + UV +Face 8231 +UV Count: 3 + UV + UV + UV +Face 8232 +UV Count: 3 + UV + UV + UV +Face 8233 +UV Count: 3 + UV + UV + UV +Face 8234 +UV Count: 3 + UV + UV + UV +Face 8235 +UV Count: 3 + UV + UV + UV +Face 8236 +UV Count: 3 + UV + UV + UV +Face 8237 +UV Count: 3 + UV + UV + UV +Face 8238 +UV Count: 3 + UV + UV + UV +Face 8239 +UV Count: 3 + UV + UV + UV +Face 8240 +UV Count: 3 + UV + UV + UV +Face 8241 +UV Count: 3 + UV + UV + UV +Face 8242 +UV Count: 3 + UV + UV + UV +Face 8243 +UV Count: 3 + UV + UV + UV +Face 8244 +UV Count: 3 + UV + UV + UV +Face 8245 +UV Count: 3 + UV + UV + UV +Face 8246 +UV Count: 3 + UV + UV + UV +Face 8247 +UV Count: 3 + UV + UV + UV +Face 8248 +UV Count: 3 + UV + UV + UV +Face 8249 +UV Count: 3 + UV + UV + UV +Face 8250 +UV Count: 3 + UV + UV + UV +Face 8251 +UV Count: 3 + UV + UV + UV +Face 8252 +UV Count: 3 + UV + UV + UV +Face 8253 +UV Count: 3 + UV + UV + UV +Face 8254 +UV Count: 3 + UV + UV + UV +Face 8255 +UV Count: 3 + UV + UV + UV +Face 8256 +UV Count: 3 + UV + UV + UV +Face 8257 +UV Count: 3 + UV + UV + UV +Face 8258 +UV Count: 3 + UV + UV + UV +Face 8259 +UV Count: 3 + UV + UV + UV +Face 8260 +UV Count: 3 + UV + UV + UV +Face 8261 +UV Count: 3 + UV + UV + UV +Face 8262 +UV Count: 3 + UV + UV + UV +Face 8263 +UV Count: 3 + UV + UV + UV +Face 8264 +UV Count: 3 + UV + UV + UV +Face 8265 +UV Count: 3 + UV + UV + UV +Face 8266 +UV Count: 3 + UV + UV + UV +Face 8267 +UV Count: 3 + UV + UV + UV +Face 8268 +UV Count: 3 + UV + UV + UV +Face 8269 +UV Count: 3 + UV + UV + UV +Face 8270 +UV Count: 3 + UV + UV + UV +Face 8271 +UV Count: 3 + UV + UV + UV +Face 8272 +UV Count: 3 + UV + UV + UV +Face 8273 +UV Count: 3 + UV + UV + UV +Face 8274 +UV Count: 3 + UV + UV + UV +Face 8275 +UV Count: 3 + UV + UV + UV +Face 8276 +UV Count: 3 + UV + UV + UV +Face 8277 +UV Count: 3 + UV + UV + UV +Face 8278 +UV Count: 3 + UV + UV + UV +Face 8279 +UV Count: 3 + UV + UV + UV +Face 8280 +UV Count: 3 + UV + UV + UV +Face 8281 +UV Count: 3 + UV + UV + UV +Face 8282 +UV Count: 3 + UV + UV + UV +Face 8283 +UV Count: 3 + UV + UV + UV +Face 8284 +UV Count: 3 + UV + UV + UV +Face 8285 +UV Count: 3 + UV + UV + UV +Face 8286 +UV Count: 3 + UV + UV + UV +Face 8287 +UV Count: 3 + UV + UV + UV +Face 8288 +UV Count: 3 + UV + UV + UV +Face 8289 +UV Count: 3 + UV + UV + UV +Face 8290 +UV Count: 3 + UV + UV + UV +Face 8291 +UV Count: 3 + UV + UV + UV +Face 8292 +UV Count: 3 + UV + UV + UV +Face 8293 +UV Count: 3 + UV + UV + UV +Face 8294 +UV Count: 3 + UV + UV + UV +Face 8295 +UV Count: 3 + UV + UV + UV +Face 8296 +UV Count: 3 + UV + UV + UV +Face 8297 +UV Count: 3 + UV + UV + UV +Face 8298 +UV Count: 3 + UV + UV + UV +Face 8299 +UV Count: 3 + UV + UV + UV +Face 8300 +UV Count: 3 + UV + UV + UV +Face 8301 +UV Count: 3 + UV + UV + UV +Face 8302 +UV Count: 3 + UV + UV + UV +Face 8303 +UV Count: 3 + UV + UV + UV +Face 8304 +UV Count: 3 + UV + UV + UV +Face 8305 +UV Count: 3 + UV + UV + UV +Face 8306 +UV Count: 3 + UV + UV + UV +Face 8307 +UV Count: 3 + UV + UV + UV +Face 8308 +UV Count: 3 + UV + UV + UV +Face 8309 +UV Count: 3 + UV + UV + UV +Face 8310 +UV Count: 3 + UV + UV + UV +Face 8311 +UV Count: 3 + UV + UV + UV +Face 8312 +UV Count: 3 + UV + UV + UV +Face 8313 +UV Count: 3 + UV + UV + UV +Face 8314 +UV Count: 3 + UV + UV + UV +Face 8315 +UV Count: 3 + UV + UV + UV +Face 8316 +UV Count: 3 + UV + UV + UV +Face 8317 +UV Count: 3 + UV + UV + UV +Face 8318 +UV Count: 3 + UV + UV + UV +Face 8319 +UV Count: 3 + UV + UV + UV +Face 8320 +UV Count: 3 + UV + UV + UV +Face 8321 +UV Count: 3 + UV + UV + UV +Face 8322 +UV Count: 3 + UV + UV + UV +Face 8323 +UV Count: 3 + UV + UV + UV +Face 8324 +UV Count: 3 + UV + UV + UV +Face 8325 +UV Count: 3 + UV + UV + UV +Face 8326 +UV Count: 3 + UV + UV + UV +Face 8327 +UV Count: 3 + UV + UV + UV +Face 8328 +UV Count: 3 + UV + UV + UV +Face 8329 +UV Count: 3 + UV + UV + UV +Face 8330 +UV Count: 3 + UV + UV + UV +Face 8331 +UV Count: 3 + UV + UV + UV +Face 8332 +UV Count: 3 + UV + UV + UV +Face 8333 +UV Count: 3 + UV + UV + UV +Face 8334 +UV Count: 3 + UV + UV + UV +Face 8335 +UV Count: 3 + UV + UV + UV +Face 8336 +UV Count: 3 + UV + UV + UV +Face 8337 +UV Count: 3 + UV + UV + UV +Face 8338 +UV Count: 3 + UV + UV + UV +Face 8339 +UV Count: 3 + UV + UV + UV +Face 8340 +UV Count: 3 + UV + UV + UV +Face 8341 +UV Count: 3 + UV + UV + UV +Face 8342 +UV Count: 3 + UV + UV + UV +Face 8343 +UV Count: 3 + UV + UV + UV +Face 8344 +UV Count: 3 + UV + UV + UV +Face 8345 +UV Count: 3 + UV + UV + UV +Face 8346 +UV Count: 3 + UV + UV + UV +Face 8347 +UV Count: 3 + UV + UV + UV +Face 8348 +UV Count: 3 + UV + UV + UV +Face 8349 +UV Count: 3 + UV + UV + UV +Face 8350 +UV Count: 3 + UV + UV + UV +Face 8351 +UV Count: 3 + UV + UV + UV +Face 8352 +UV Count: 3 + UV + UV + UV +Face 8353 +UV Count: 3 + UV + UV + UV +Face 8354 +UV Count: 3 + UV + UV + UV +Face 8355 +UV Count: 3 + UV + UV + UV +Face 8356 +UV Count: 3 + UV + UV + UV +Face 8357 +UV Count: 3 + UV + UV + UV +Face 8358 +UV Count: 3 + UV + UV + UV +Face 8359 +UV Count: 3 + UV + UV + UV +Face 8360 +UV Count: 3 + UV + UV + UV +Face 8361 +UV Count: 3 + UV + UV + UV +Face 8362 +UV Count: 3 + UV + UV + UV +Face 8363 +UV Count: 3 + UV + UV + UV +Face 8364 +UV Count: 3 + UV + UV + UV +Face 8365 +UV Count: 3 + UV + UV + UV +Face 8366 +UV Count: 3 + UV + UV + UV +Face 8367 +UV Count: 3 + UV + UV + UV +Face 8368 +UV Count: 3 + UV + UV + UV +Face 8369 +UV Count: 3 + UV + UV + UV +Face 8370 +UV Count: 3 + UV + UV + UV +Face 8371 +UV Count: 3 + UV + UV + UV +Face 8372 +UV Count: 3 + UV + UV + UV +Face 8373 +UV Count: 3 + UV + UV + UV +Face 8374 +UV Count: 3 + UV + UV + UV +Face 8375 +UV Count: 3 + UV + UV + UV +Face 8376 +UV Count: 3 + UV + UV + UV +Face 8377 +UV Count: 3 + UV + UV + UV +Face 8378 +UV Count: 3 + UV + UV + UV +Face 8379 +UV Count: 3 + UV + UV + UV +Face 8380 +UV Count: 3 + UV + UV + UV +Face 8381 +UV Count: 3 + UV + UV + UV +Face 8382 +UV Count: 3 + UV + UV + UV +Face 8383 +UV Count: 3 + UV + UV + UV +Face 8384 +UV Count: 3 + UV + UV + UV +Face 8385 +UV Count: 3 + UV + UV + UV +Face 8386 +UV Count: 3 + UV + UV + UV +Face 8387 +UV Count: 3 + UV + UV + UV +Face 8388 +UV Count: 3 + UV + UV + UV +Face 8389 +UV Count: 3 + UV + UV + UV +Face 8390 +UV Count: 3 + UV + UV + UV +Face 8391 +UV Count: 3 + UV + UV + UV +Face 8392 +UV Count: 3 + UV + UV + UV +Face 8393 +UV Count: 3 + UV + UV + UV +Face 8394 +UV Count: 3 + UV + UV + UV +Face 8395 +UV Count: 3 + UV + UV + UV +Face 8396 +UV Count: 3 + UV + UV + UV +Face 8397 +UV Count: 3 + UV + UV + UV +Face 8398 +UV Count: 3 + UV + UV + UV +Face 8399 +UV Count: 3 + UV + UV + UV +Face 8400 +UV Count: 3 + UV + UV + UV +Face 8401 +UV Count: 3 + UV + UV + UV +Face 8402 +UV Count: 3 + UV + UV + UV +Face 8403 +UV Count: 3 + UV + UV + UV +Face 8404 +UV Count: 3 + UV + UV + UV +Face 8405 +UV Count: 3 + UV + UV + UV +Face 8406 +UV Count: 3 + UV + UV + UV +Face 8407 +UV Count: 3 + UV + UV + UV +Face 8408 +UV Count: 3 + UV + UV + UV +Face 8409 +UV Count: 3 + UV + UV + UV +Face 8410 +UV Count: 3 + UV + UV + UV +Face 8411 +UV Count: 3 + UV + UV + UV +Face 8412 +UV Count: 3 + UV + UV + UV +Face 8413 +UV Count: 3 + UV + UV + UV +Face 8414 +UV Count: 3 + UV + UV + UV +Face 8415 +UV Count: 3 + UV + UV + UV +Face 8416 +UV Count: 3 + UV + UV + UV +Face 8417 +UV Count: 3 + UV + UV + UV +Face 8418 +UV Count: 3 + UV + UV + UV +Face 8419 +UV Count: 3 + UV + UV + UV +Face 8420 +UV Count: 3 + UV + UV + UV +Face 8421 +UV Count: 3 + UV + UV + UV +Face 8422 +UV Count: 3 + UV + UV + UV +Face 8423 +UV Count: 3 + UV + UV + UV +Face 8424 +UV Count: 3 + UV + UV + UV +Face 8425 +UV Count: 3 + UV + UV + UV +Face 8426 +UV Count: 3 + UV + UV + UV +Face 8427 +UV Count: 3 + UV + UV + UV +Face 8428 +UV Count: 3 + UV + UV + UV +Face 8429 +UV Count: 3 + UV + UV + UV +Face 8430 +UV Count: 3 + UV + UV + UV +Face 8431 +UV Count: 3 + UV + UV + UV +Face 8432 +UV Count: 3 + UV + UV + UV +Face 8433 +UV Count: 3 + UV + UV + UV +Face 8434 +UV Count: 3 + UV + UV + UV +Face 8435 +UV Count: 3 + UV + UV + UV +Face 8436 +UV Count: 3 + UV + UV + UV +Face 8437 +UV Count: 3 + UV + UV + UV +Face 8438 +UV Count: 3 + UV + UV + UV +Face 8439 +UV Count: 3 + UV + UV + UV +Face 8440 +UV Count: 3 + UV + UV + UV +Face 8441 +UV Count: 3 + UV + UV + UV +Face 8442 +UV Count: 3 + UV + UV + UV +Face 8443 +UV Count: 3 + UV + UV + UV +Face 8444 +UV Count: 3 + UV + UV + UV +Face 8445 +UV Count: 3 + UV + UV + UV +Face 8446 +UV Count: 3 + UV + UV + UV +Face 8447 +UV Count: 3 + UV + UV + UV +Face 8448 +UV Count: 3 + UV + UV + UV +Face 8449 +UV Count: 3 + UV + UV + UV +Face 8450 +UV Count: 3 + UV + UV + UV +Face 8451 +UV Count: 3 + UV + UV + UV +Face 8452 +UV Count: 3 + UV + UV + UV +Face 8453 +UV Count: 3 + UV + UV + UV +Face 8454 +UV Count: 3 + UV + UV + UV +Face 8455 +UV Count: 3 + UV + UV + UV +Face 8456 +UV Count: 3 + UV + UV + UV +Face 8457 +UV Count: 3 + UV + UV + UV +Face 8458 +UV Count: 3 + UV + UV + UV +Face 8459 +UV Count: 3 + UV + UV + UV +Face 8460 +UV Count: 3 + UV + UV + UV +Face 8461 +UV Count: 3 + UV + UV + UV +Face 8462 +UV Count: 3 + UV + UV + UV +Face 8463 +UV Count: 3 + UV + UV + UV +Face 8464 +UV Count: 3 + UV + UV + UV +Face 8465 +UV Count: 3 + UV + UV + UV +Face 8466 +UV Count: 3 + UV + UV + UV +Face 8467 +UV Count: 3 + UV + UV + UV +Face 8468 +UV Count: 3 + UV + UV + UV +Face 8469 +UV Count: 3 + UV + UV + UV +Face 8470 +UV Count: 3 + UV + UV + UV +Face 8471 +UV Count: 3 + UV + UV + UV +Face 8472 +UV Count: 3 + UV + UV + UV +Face 8473 +UV Count: 3 + UV + UV + UV +Face 8474 +UV Count: 3 + UV + UV + UV +Face 8475 +UV Count: 3 + UV + UV + UV +Face 8476 +UV Count: 3 + UV + UV + UV +Face 8477 +UV Count: 3 + UV + UV + UV +Face 8478 +UV Count: 3 + UV + UV + UV +Face 8479 +UV Count: 3 + UV + UV + UV +Face 8480 +UV Count: 3 + UV + UV + UV +Face 8481 +UV Count: 3 + UV + UV + UV +Face 8482 +UV Count: 3 + UV + UV + UV +Face 8483 +UV Count: 3 + UV + UV + UV +Face 8484 +UV Count: 3 + UV + UV + UV +Face 8485 +UV Count: 3 + UV + UV + UV +Face 8486 +UV Count: 3 + UV + UV + UV +Face 8487 +UV Count: 3 + UV + UV + UV +Face 8488 +UV Count: 3 + UV + UV + UV +Face 8489 +UV Count: 3 + UV + UV + UV +Face 8490 +UV Count: 3 + UV + UV + UV +Face 8491 +UV Count: 3 + UV + UV + UV +Face 8492 +UV Count: 3 + UV + UV + UV +Face 8493 +UV Count: 3 + UV + UV + UV +Face 8494 +UV Count: 3 + UV + UV + UV +Face 8495 +UV Count: 3 + UV + UV + UV +Face 8496 +UV Count: 3 + UV + UV + UV +Face 8497 +UV Count: 3 + UV + UV + UV +Face 8498 +UV Count: 3 + UV + UV + UV +Face 8499 +UV Count: 3 + UV + UV + UV +Face 8500 +UV Count: 3 + UV + UV + UV +Face 8501 +UV Count: 3 + UV + UV + UV +Face 8502 +UV Count: 3 + UV + UV + UV +Face 8503 +UV Count: 3 + UV + UV + UV +Face 8504 +UV Count: 3 + UV + UV + UV +Face 8505 +UV Count: 3 + UV + UV + UV +Face 8506 +UV Count: 3 + UV + UV + UV +Face 8507 +UV Count: 3 + UV + UV + UV +Face 8508 +UV Count: 3 + UV + UV + UV +Face 8509 +UV Count: 3 + UV + UV + UV +Face 8510 +UV Count: 3 + UV + UV + UV +Face 8511 +UV Count: 3 + UV + UV + UV +Face 8512 +UV Count: 3 + UV + UV + UV +Face 8513 +UV Count: 3 + UV + UV + UV +Face 8514 +UV Count: 3 + UV + UV + UV +Face 8515 +UV Count: 3 + UV + UV + UV +Face 8516 +UV Count: 3 + UV + UV + UV +Face 8517 +UV Count: 3 + UV + UV + UV +Face 8518 +UV Count: 3 + UV + UV + UV +Face 8519 +UV Count: 3 + UV + UV + UV +Face 8520 +UV Count: 3 + UV + UV + UV +Face 8521 +UV Count: 3 + UV + UV + UV +Face 8522 +UV Count: 3 + UV + UV + UV +Face 8523 +UV Count: 3 + UV + UV + UV +Face 8524 +UV Count: 3 + UV + UV + UV +Face 8525 +UV Count: 3 + UV + UV + UV +Face 8526 +UV Count: 3 + UV + UV + UV +Face 8527 +UV Count: 3 + UV + UV + UV +Face 8528 +UV Count: 3 + UV + UV + UV +Face 8529 +UV Count: 3 + UV + UV + UV +Face 8530 +UV Count: 3 + UV + UV + UV +Face 8531 +UV Count: 3 + UV + UV + UV +Face 8532 +UV Count: 3 + UV + UV + UV +Face 8533 +UV Count: 3 + UV + UV + UV +Face 8534 +UV Count: 3 + UV + UV + UV +Face 8535 +UV Count: 3 + UV + UV + UV +Face 8536 +UV Count: 3 + UV + UV + UV +Face 8537 +UV Count: 3 + UV + UV + UV +Face 8538 +UV Count: 3 + UV + UV + UV +Face 8539 +UV Count: 3 + UV + UV + UV +Face 8540 +UV Count: 3 + UV + UV + UV +Face 8541 +UV Count: 3 + UV + UV + UV +Face 8542 +UV Count: 3 + UV + UV + UV +Face 8543 +UV Count: 3 + UV + UV + UV +Face 8544 +UV Count: 3 + UV + UV + UV +Face 8545 +UV Count: 3 + UV + UV + UV +Face 8546 +UV Count: 3 + UV + UV + UV +Face 8547 +UV Count: 3 + UV + UV + UV +Face 8548 +UV Count: 3 + UV + UV + UV +Face 8549 +UV Count: 3 + UV + UV + UV +Face 8550 +UV Count: 3 + UV + UV + UV +Face 8551 +UV Count: 3 + UV + UV + UV +Face 8552 +UV Count: 3 + UV + UV + UV +Face 8553 +UV Count: 3 + UV + UV + UV +Face 8554 +UV Count: 3 + UV + UV + UV +Face 8555 +UV Count: 3 + UV + UV + UV +Face 8556 +UV Count: 3 + UV + UV + UV +Face 8557 +UV Count: 3 + UV + UV + UV +Face 8558 +UV Count: 3 + UV + UV + UV +Face 8559 +UV Count: 3 + UV + UV + UV +Face 8560 +UV Count: 3 + UV + UV + UV +Face 8561 +UV Count: 3 + UV + UV + UV +Face 8562 +UV Count: 3 + UV + UV + UV +Face 8563 +UV Count: 3 + UV + UV + UV +Face 8564 +UV Count: 3 + UV + UV + UV +Face 8565 +UV Count: 3 + UV + UV + UV +Face 8566 +UV Count: 3 + UV + UV + UV +Face 8567 +UV Count: 3 + UV + UV + UV +Face 8568 +UV Count: 3 + UV + UV + UV +Face 8569 +UV Count: 3 + UV + UV + UV +Face 8570 +UV Count: 3 + UV + UV + UV +Face 8571 +UV Count: 3 + UV + UV + UV +Face 8572 +UV Count: 3 + UV + UV + UV +Face 8573 +UV Count: 3 + UV + UV + UV +Face 8574 +UV Count: 3 + UV + UV + UV +Face 8575 +UV Count: 3 + UV + UV + UV +Face 8576 +UV Count: 3 + UV + UV + UV +Face 8577 +UV Count: 3 + UV + UV + UV +Face 8578 +UV Count: 3 + UV + UV + UV +Face 8579 +UV Count: 3 + UV + UV + UV +Face 8580 +UV Count: 3 + UV + UV + UV +Face 8581 +UV Count: 3 + UV + UV + UV +Face 8582 +UV Count: 3 + UV + UV + UV +Face 8583 +UV Count: 3 + UV + UV + UV +Face 8584 +UV Count: 3 + UV + UV + UV +Face 8585 +UV Count: 3 + UV + UV + UV +Face 8586 +UV Count: 3 + UV + UV + UV +Face 8587 +UV Count: 3 + UV + UV + UV +Face 8588 +UV Count: 3 + UV + UV + UV +Face 8589 +UV Count: 3 + UV + UV + UV +Face 8590 +UV Count: 3 + UV + UV + UV +Face 8591 +UV Count: 3 + UV + UV + UV +Face 8592 +UV Count: 3 + UV + UV + UV +Face 8593 +UV Count: 3 + UV + UV + UV +Face 8594 +UV Count: 3 + UV + UV + UV +Face 8595 +UV Count: 3 + UV + UV + UV +Face 8596 +UV Count: 3 + UV + UV + UV +Face 8597 +UV Count: 3 + UV + UV + UV +Face 8598 +UV Count: 3 + UV + UV + UV +Face 8599 +UV Count: 3 + UV + UV + UV +Face 8600 +UV Count: 3 + UV + UV + UV +Face 8601 +UV Count: 3 + UV + UV + UV +Face 8602 +UV Count: 3 + UV + UV + UV +Face 8603 +UV Count: 3 + UV + UV + UV +Face 8604 +UV Count: 3 + UV + UV + UV +Face 8605 +UV Count: 3 + UV + UV + UV +Face 8606 +UV Count: 3 + UV + UV + UV +Face 8607 +UV Count: 3 + UV + UV + UV +Face 8608 +UV Count: 3 + UV + UV + UV +Face 8609 +UV Count: 3 + UV + UV + UV +Face 8610 +UV Count: 3 + UV + UV + UV +Face 8611 +UV Count: 3 + UV + UV + UV +Face 8612 +UV Count: 3 + UV + UV + UV +Face 8613 +UV Count: 3 + UV + UV + UV +Face 8614 +UV Count: 3 + UV + UV + UV +Face 8615 +UV Count: 3 + UV + UV + UV +Face 8616 +UV Count: 3 + UV + UV + UV +Face 8617 +UV Count: 3 + UV + UV + UV +Face 8618 +UV Count: 3 + UV + UV + UV +Face 8619 +UV Count: 3 + UV + UV + UV +Face 8620 +UV Count: 3 + UV + UV + UV +Face 8621 +UV Count: 3 + UV + UV + UV +Face 8622 +UV Count: 3 + UV + UV + UV +Face 8623 +UV Count: 3 + UV + UV + UV +Face 8624 +UV Count: 3 + UV + UV + UV +Face 8625 +UV Count: 3 + UV + UV + UV +Face 8626 +UV Count: 3 + UV + UV + UV +Face 8627 +UV Count: 3 + UV + UV + UV +Face 8628 +UV Count: 3 + UV + UV + UV +Face 8629 +UV Count: 3 + UV + UV + UV +Face 8630 +UV Count: 3 + UV + UV + UV +Face 8631 +UV Count: 3 + UV + UV + UV +Face 8632 +UV Count: 3 + UV + UV + UV +Face 8633 +UV Count: 3 + UV + UV + UV +Face 8634 +UV Count: 3 + UV + UV + UV +Face 8635 +UV Count: 3 + UV + UV + UV +Face 8636 +UV Count: 3 + UV + UV + UV +Face 8637 +UV Count: 3 + UV + UV + UV +Face 8638 +UV Count: 3 + UV + UV + UV +Face 8639 +UV Count: 3 + UV + UV + UV +Face 8640 +UV Count: 3 + UV + UV + UV +Face 8641 +UV Count: 3 + UV + UV + UV +Face 8642 +UV Count: 3 + UV + UV + UV +Face 8643 +UV Count: 3 + UV + UV + UV +Face 8644 +UV Count: 3 + UV + UV + UV +Face 8645 +UV Count: 3 + UV + UV + UV +Face 8646 +UV Count: 3 + UV + UV + UV +Face 8647 +UV Count: 3 + UV + UV + UV +Face 8648 +UV Count: 3 + UV + UV + UV +Face 8649 +UV Count: 3 + UV + UV + UV +Face 8650 +UV Count: 3 + UV + UV + UV +Face 8651 +UV Count: 3 + UV + UV + UV +Face 8652 +UV Count: 3 + UV + UV + UV +Face 8653 +UV Count: 3 + UV + UV + UV +Face 8654 +UV Count: 3 + UV + UV + UV +Face 8655 +UV Count: 3 + UV + UV + UV +Face 8656 +UV Count: 3 + UV + UV + UV +Face 8657 +UV Count: 3 + UV + UV + UV +Face 8658 +UV Count: 3 + UV + UV + UV +Face 8659 +UV Count: 3 + UV + UV + UV +Face 8660 +UV Count: 3 + UV + UV + UV +Face 8661 +UV Count: 3 + UV + UV + UV +Face 8662 +UV Count: 3 + UV + UV + UV +Face 8663 +UV Count: 3 + UV + UV + UV +Face 8664 +UV Count: 3 + UV + UV + UV +Face 8665 +UV Count: 3 + UV + UV + UV +Face 8666 +UV Count: 3 + UV + UV + UV +Face 8667 +UV Count: 3 + UV + UV + UV +Face 8668 +UV Count: 3 + UV + UV + UV +Face 8669 +UV Count: 3 + UV + UV + UV +Face 8670 +UV Count: 3 + UV + UV + UV +Face 8671 +UV Count: 3 + UV + UV + UV +Face 8672 +UV Count: 3 + UV + UV + UV +Face 8673 +UV Count: 3 + UV + UV + UV +Face 8674 +UV Count: 3 + UV + UV + UV +Face 8675 +UV Count: 3 + UV + UV + UV +Face 8676 +UV Count: 3 + UV + UV + UV +Face 8677 +UV Count: 3 + UV + UV + UV +Face 8678 +UV Count: 3 + UV + UV + UV +Face 8679 +UV Count: 3 + UV + UV + UV +Face 8680 +UV Count: 3 + UV + UV + UV +Face 8681 +UV Count: 3 + UV + UV + UV +Face 8682 +UV Count: 3 + UV + UV + UV +Face 8683 +UV Count: 3 + UV + UV + UV +Face 8684 +UV Count: 3 + UV + UV + UV +Face 8685 +UV Count: 3 + UV + UV + UV +Face 8686 +UV Count: 3 + UV + UV + UV +Face 8687 +UV Count: 3 + UV + UV + UV +Face 8688 +UV Count: 3 + UV + UV + UV +Face 8689 +UV Count: 3 + UV + UV + UV +Face 8690 +UV Count: 3 + UV + UV + UV +Face 8691 +UV Count: 3 + UV + UV + UV +Face 8692 +UV Count: 3 + UV + UV + UV +Face 8693 +UV Count: 3 + UV + UV + UV +Face 8694 +UV Count: 3 + UV + UV + UV +Face 8695 +UV Count: 3 + UV + UV + UV +Face 8696 +UV Count: 3 + UV + UV + UV +Face 8697 +UV Count: 3 + UV + UV + UV +Face 8698 +UV Count: 3 + UV + UV + UV +Face 8699 +UV Count: 3 + UV + UV + UV +Face 8700 +UV Count: 3 + UV + UV + UV +Face 8701 +UV Count: 3 + UV + UV + UV +Face 8702 +UV Count: 3 + UV + UV + UV +Face 8703 +UV Count: 3 + UV + UV + UV +Face 8704 +UV Count: 3 + UV + UV + UV +Face 8705 +UV Count: 3 + UV + UV + UV +Face 8706 +UV Count: 3 + UV + UV + UV +Face 8707 +UV Count: 3 + UV + UV + UV +Face 8708 +UV Count: 3 + UV + UV + UV +Face 8709 +UV Count: 3 + UV + UV + UV +Face 8710 +UV Count: 3 + UV + UV + UV +Face 8711 +UV Count: 3 + UV + UV + UV +Face 8712 +UV Count: 3 + UV + UV + UV +Face 8713 +UV Count: 3 + UV + UV + UV +Face 8714 +UV Count: 3 + UV + UV + UV +Face 8715 +UV Count: 3 + UV + UV + UV +Face 8716 +UV Count: 3 + UV + UV + UV +Face 8717 +UV Count: 3 + UV + UV + UV +Face 8718 +UV Count: 3 + UV + UV + UV +Face 8719 +UV Count: 3 + UV + UV + UV +Face 8720 +UV Count: 3 + UV + UV + UV +Face 8721 +UV Count: 3 + UV + UV + UV +Face 8722 +UV Count: 3 + UV + UV + UV +Face 8723 +UV Count: 3 + UV + UV + UV +Face 8724 +UV Count: 3 + UV + UV + UV +Face 8725 +UV Count: 3 + UV + UV + UV +Face 8726 +UV Count: 3 + UV + UV + UV +Face 8727 +UV Count: 3 + UV + UV + UV +Face 8728 +UV Count: 3 + UV + UV + UV +Face 8729 +UV Count: 3 + UV + UV + UV +Face 8730 +UV Count: 3 + UV + UV + UV +Face 8731 +UV Count: 3 + UV + UV + UV +Face 8732 +UV Count: 3 + UV + UV + UV +Face 8733 +UV Count: 3 + UV + UV + UV +Face 8734 +UV Count: 3 + UV + UV + UV +Face 8735 +UV Count: 3 + UV + UV + UV +Face 8736 +UV Count: 3 + UV + UV + UV +Face 8737 +UV Count: 3 + UV + UV + UV +Face 8738 +UV Count: 3 + UV + UV + UV +Face 8739 +UV Count: 3 + UV + UV + UV +Face 8740 +UV Count: 3 + UV + UV + UV +Face 8741 +UV Count: 3 + UV + UV + UV +Face 8742 +UV Count: 3 + UV + UV + UV +Face 8743 +UV Count: 3 + UV + UV + UV +Face 8744 +UV Count: 3 + UV + UV + UV +Face 8745 +UV Count: 3 + UV + UV + UV +Face 8746 +UV Count: 3 + UV + UV + UV +Face 8747 +UV Count: 3 + UV + UV + UV +Face 8748 +UV Count: 3 + UV + UV + UV +Face 8749 +UV Count: 3 + UV + UV + UV +Face 8750 +UV Count: 3 + UV + UV + UV +Face 8751 +UV Count: 3 + UV + UV + UV +Face 8752 +UV Count: 3 + UV + UV + UV +Face 8753 +UV Count: 3 + UV + UV + UV +Face 8754 +UV Count: 3 + UV + UV + UV +Face 8755 +UV Count: 3 + UV + UV + UV +Face 8756 +UV Count: 3 + UV + UV + UV +Face 8757 +UV Count: 3 + UV + UV + UV +Face 8758 +UV Count: 3 + UV + UV + UV +Face 8759 +UV Count: 3 + UV + UV + UV +Face 8760 +UV Count: 3 + UV + UV + UV +Face 8761 +UV Count: 3 + UV + UV + UV +Face 8762 +UV Count: 3 + UV + UV + UV +Face 8763 +UV Count: 3 + UV + UV + UV +Face 8764 +UV Count: 3 + UV + UV + UV +Face 8765 +UV Count: 3 + UV + UV + UV +Face 8766 +UV Count: 3 + UV + UV + UV +Face 8767 +UV Count: 3 + UV + UV + UV +Face 8768 +UV Count: 3 + UV + UV + UV +Face 8769 +UV Count: 3 + UV + UV + UV +Face 8770 +UV Count: 3 + UV + UV + UV +Face 8771 +UV Count: 3 + UV + UV + UV +Face 8772 +UV Count: 3 + UV + UV + UV +Face 8773 +UV Count: 3 + UV + UV + UV +Face 8774 +UV Count: 3 + UV + UV + UV +Face 8775 +UV Count: 3 + UV + UV + UV +Face 8776 +UV Count: 3 + UV + UV + UV +Face 8777 +UV Count: 3 + UV + UV + UV +Face 8778 +UV Count: 3 + UV + UV + UV +Face 8779 +UV Count: 3 + UV + UV + UV +Face 8780 +UV Count: 3 + UV + UV + UV +Face 8781 +UV Count: 3 + UV + UV + UV +Face 8782 +UV Count: 3 + UV + UV + UV +Face 8783 +UV Count: 3 + UV + UV + UV +Face 8784 +UV Count: 3 + UV + UV + UV +Face 8785 +UV Count: 3 + UV + UV + UV +Face 8786 +UV Count: 3 + UV + UV + UV +Face 8787 +UV Count: 3 + UV + UV + UV +Face 8788 +UV Count: 3 + UV + UV + UV +Face 8789 +UV Count: 3 + UV + UV + UV +Face 8790 +UV Count: 3 + UV + UV + UV +Face 8791 +UV Count: 3 + UV + UV + UV +Face 8792 +UV Count: 3 + UV + UV + UV +Face 8793 +UV Count: 3 + UV + UV + UV +Face 8794 +UV Count: 3 + UV + UV + UV +Face 8795 +UV Count: 3 + UV + UV + UV +Face 8796 +UV Count: 3 + UV + UV + UV +Face 8797 +UV Count: 3 + UV + UV + UV +Face 8798 +UV Count: 3 + UV + UV + UV +Face 8799 +UV Count: 3 + UV + UV + UV +Face 8800 +UV Count: 3 + UV + UV + UV +Face 8801 +UV Count: 3 + UV + UV + UV +Face 8802 +UV Count: 3 + UV + UV + UV +Face 8803 +UV Count: 3 + UV + UV + UV +Face 8804 +UV Count: 3 + UV + UV + UV +Face 8805 +UV Count: 3 + UV + UV + UV +Face 8806 +UV Count: 3 + UV + UV + UV +Face 8807 +UV Count: 3 + UV + UV + UV +Face 8808 +UV Count: 3 + UV + UV + UV +Face 8809 +UV Count: 3 + UV + UV + UV +Face 8810 +UV Count: 3 + UV + UV + UV +Face 8811 +UV Count: 3 + UV + UV + UV +Face 8812 +UV Count: 3 + UV + UV + UV +Face 8813 +UV Count: 3 + UV + UV + UV +Face 8814 +UV Count: 3 + UV + UV + UV +Face 8815 +UV Count: 3 + UV + UV + UV +Face 8816 +UV Count: 3 + UV + UV + UV +Face 8817 +UV Count: 3 + UV + UV + UV +Face 8818 +UV Count: 3 + UV + UV + UV +Face 8819 +UV Count: 3 + UV + UV + UV +Face 8820 +UV Count: 3 + UV + UV + UV +Face 8821 +UV Count: 3 + UV + UV + UV +Face 8822 +UV Count: 3 + UV + UV + UV +Face 8823 +UV Count: 3 + UV + UV + UV +Face 8824 +UV Count: 3 + UV + UV + UV +Face 8825 +UV Count: 3 + UV + UV + UV +Face 8826 +UV Count: 3 + UV + UV + UV +Face 8827 +UV Count: 3 + UV + UV + UV +Face 8828 +UV Count: 3 + UV + UV + UV +Face 8829 +UV Count: 3 + UV + UV + UV +Face 8830 +UV Count: 3 + UV + UV + UV +Face 8831 +UV Count: 3 + UV + UV + UV +Face 8832 +UV Count: 3 + UV + UV + UV +Face 8833 +UV Count: 3 + UV + UV + UV +Face 8834 +UV Count: 3 + UV + UV + UV +Face 8835 +UV Count: 3 + UV + UV + UV +Face 8836 +UV Count: 3 + UV + UV + UV +Face 8837 +UV Count: 3 + UV + UV + UV +Face 8838 +UV Count: 3 + UV + UV + UV +Face 8839 +UV Count: 3 + UV + UV + UV +Face 8840 +UV Count: 3 + UV + UV + UV +Face 8841 +UV Count: 3 + UV + UV + UV +Face 8842 +UV Count: 3 + UV + UV + UV +Face 8843 +UV Count: 3 + UV + UV + UV +Face 8844 +UV Count: 3 + UV + UV + UV +Face 8845 +UV Count: 3 + UV + UV + UV +Face 8846 +UV Count: 3 + UV + UV + UV +Face 8847 +UV Count: 3 + UV + UV + UV +Face 8848 +UV Count: 3 + UV + UV + UV +Face 8849 +UV Count: 3 + UV + UV + UV +Face 8850 +UV Count: 3 + UV + UV + UV +Face 8851 +UV Count: 3 + UV + UV + UV +Face 8852 +UV Count: 3 + UV + UV + UV +Face 8853 +UV Count: 3 + UV + UV + UV +Face 8854 +UV Count: 3 + UV + UV + UV +Face 8855 +UV Count: 3 + UV + UV + UV +Face 8856 +UV Count: 3 + UV + UV + UV +Face 8857 +UV Count: 3 + UV + UV + UV +Face 8858 +UV Count: 3 + UV + UV + UV +Face 8859 +UV Count: 3 + UV + UV + UV +Face 8860 +UV Count: 3 + UV + UV + UV +Face 8861 +UV Count: 3 + UV + UV + UV +Face 8862 +UV Count: 3 + UV + UV + UV +Face 8863 +UV Count: 3 + UV + UV + UV +Face 8864 +UV Count: 3 + UV + UV + UV +Face 8865 +UV Count: 3 + UV + UV + UV +Face 8866 +UV Count: 3 + UV + UV + UV +Face 8867 +UV Count: 3 + UV + UV + UV +Face 8868 +UV Count: 3 + UV + UV + UV +Face 8869 +UV Count: 3 + UV + UV + UV +Face 8870 +UV Count: 3 + UV + UV + UV +Face 8871 +UV Count: 3 + UV + UV + UV +Face 8872 +UV Count: 3 + UV + UV + UV +Face 8873 +UV Count: 3 + UV + UV + UV +Face 8874 +UV Count: 3 + UV + UV + UV +Face 8875 +UV Count: 3 + UV + UV + UV +Face 8876 +UV Count: 3 + UV + UV + UV +Face 8877 +UV Count: 3 + UV + UV + UV +Face 8878 +UV Count: 3 + UV + UV + UV +Face 8879 +UV Count: 3 + UV + UV + UV +Face 8880 +UV Count: 3 + UV + UV + UV +Face 8881 +UV Count: 3 + UV + UV + UV +Face 8882 +UV Count: 3 + UV + UV + UV +Face 8883 +UV Count: 3 + UV + UV + UV +Face 8884 +UV Count: 3 + UV + UV + UV +Face 8885 +UV Count: 3 + UV + UV + UV +Face 8886 +UV Count: 3 + UV + UV + UV +Face 8887 +UV Count: 3 + UV + UV + UV +Face 8888 +UV Count: 3 + UV + UV + UV +Face 8889 +UV Count: 3 + UV + UV + UV +Face 8890 +UV Count: 3 + UV + UV + UV +Face 8891 +UV Count: 3 + UV + UV + UV +Face 8892 +UV Count: 3 + UV + UV + UV +Face 8893 +UV Count: 3 + UV + UV + UV +Face 8894 +UV Count: 3 + UV + UV + UV +Face 8895 +UV Count: 3 + UV + UV + UV +Face 8896 +UV Count: 3 + UV + UV + UV +Face 8897 +UV Count: 3 + UV + UV + UV +Face 8898 +UV Count: 3 + UV + UV + UV +Face 8899 +UV Count: 3 + UV + UV + UV +Face 8900 +UV Count: 3 + UV + UV + UV +Face 8901 +UV Count: 3 + UV + UV + UV +Face 8902 +UV Count: 3 + UV + UV + UV +Face 8903 +UV Count: 3 + UV + UV + UV +Face 8904 +UV Count: 3 + UV + UV + UV +Face 8905 +UV Count: 3 + UV + UV + UV +Face 8906 +UV Count: 3 + UV + UV + UV +Face 8907 +UV Count: 3 + UV + UV + UV +Face 8908 +UV Count: 3 + UV + UV + UV +Face 8909 +UV Count: 3 + UV + UV + UV +Face 8910 +UV Count: 3 + UV + UV + UV +Face 8911 +UV Count: 3 + UV + UV + UV +Face 8912 +UV Count: 3 + UV + UV + UV +Face 8913 +UV Count: 3 + UV + UV + UV +Face 8914 +UV Count: 3 + UV + UV + UV +Face 8915 +UV Count: 3 + UV + UV + UV +Face 8916 +UV Count: 3 + UV + UV + UV +Face 8917 +UV Count: 3 + UV + UV + UV +Face 8918 +UV Count: 3 + UV + UV + UV +Face 8919 +UV Count: 3 + UV + UV + UV +Face 8920 +UV Count: 3 + UV + UV + UV +Face 8921 +UV Count: 3 + UV + UV + UV +Face 8922 +UV Count: 3 + UV + UV + UV +Face 8923 +UV Count: 3 + UV + UV + UV +Face 8924 +UV Count: 3 + UV + UV + UV +Face 8925 +UV Count: 3 + UV + UV + UV +Face 8926 +UV Count: 3 + UV + UV + UV +Face 8927 +UV Count: 3 + UV + UV + UV +Face 8928 +UV Count: 3 + UV + UV + UV +Face 8929 +UV Count: 3 + UV + UV + UV +Face 8930 +UV Count: 3 + UV + UV + UV +Face 8931 +UV Count: 3 + UV + UV + UV +Face 8932 +UV Count: 3 + UV + UV + UV +Face 8933 +UV Count: 3 + UV + UV + UV +Face 8934 +UV Count: 3 + UV + UV + UV +Face 8935 +UV Count: 3 + UV + UV + UV +Face 8936 +UV Count: 3 + UV + UV + UV +Face 8937 +UV Count: 3 + UV + UV + UV +Face 8938 +UV Count: 3 + UV + UV + UV +Face 8939 +UV Count: 3 + UV + UV + UV +Face 8940 +UV Count: 3 + UV + UV + UV +Face 8941 +UV Count: 3 + UV + UV + UV +Face 8942 +UV Count: 3 + UV + UV + UV +Face 8943 +UV Count: 3 + UV + UV + UV +Face 8944 +UV Count: 3 + UV + UV + UV +Face 8945 +UV Count: 3 + UV + UV + UV +Face 8946 +UV Count: 3 + UV + UV + UV +Face 8947 +UV Count: 3 + UV + UV + UV +Face 8948 +UV Count: 3 + UV + UV + UV +Face 8949 +UV Count: 3 + UV + UV + UV +Face 8950 +UV Count: 3 + UV + UV + UV +Face 8951 +UV Count: 3 + UV + UV + UV +Face 8952 +UV Count: 3 + UV + UV + UV +Face 8953 +UV Count: 3 + UV + UV + UV +Face 8954 +UV Count: 3 + UV + UV + UV +Face 8955 +UV Count: 3 + UV + UV + UV +Face 8956 +UV Count: 3 + UV + UV + UV +Face 8957 +UV Count: 3 + UV + UV + UV +Face 8958 +UV Count: 3 + UV + UV + UV +Face 8959 +UV Count: 3 + UV + UV + UV +Face 8960 +UV Count: 3 + UV + UV + UV +Face 8961 +UV Count: 3 + UV + UV + UV +Face 8962 +UV Count: 3 + UV + UV + UV +Face 8963 +UV Count: 3 + UV + UV + UV +Face 8964 +UV Count: 3 + UV + UV + UV +Face 8965 +UV Count: 3 + UV + UV + UV +Face 8966 +UV Count: 3 + UV + UV + UV +Face 8967 +UV Count: 3 + UV + UV + UV +Face 8968 +UV Count: 3 + UV + UV + UV +Face 8969 +UV Count: 3 + UV + UV + UV +Face 8970 +UV Count: 3 + UV + UV + UV +Face 8971 +UV Count: 3 + UV + UV + UV +Face 8972 +UV Count: 3 + UV + UV + UV +Face 8973 +UV Count: 3 + UV + UV + UV +Face 8974 +UV Count: 3 + UV + UV + UV +Face 8975 +UV Count: 3 + UV + UV + UV +Face 8976 +UV Count: 3 + UV + UV + UV +Face 8977 +UV Count: 3 + UV + UV + UV +Face 8978 +UV Count: 3 + UV + UV + UV +Face 8979 +UV Count: 3 + UV + UV + UV +Face 8980 +UV Count: 3 + UV + UV + UV +Face 8981 +UV Count: 3 + UV + UV + UV +Face 8982 +UV Count: 3 + UV + UV + UV +Face 8983 +UV Count: 3 + UV + UV + UV +Face 8984 +UV Count: 3 + UV + UV + UV +Face 8985 +UV Count: 3 + UV + UV + UV +Face 8986 +UV Count: 3 + UV + UV + UV +Face 8987 +UV Count: 3 + UV + UV + UV +Face 8988 +UV Count: 3 + UV + UV + UV +Face 8989 +UV Count: 3 + UV + UV + UV +Face 8990 +UV Count: 3 + UV + UV + UV +Face 8991 +UV Count: 3 + UV + UV + UV +Face 8992 +UV Count: 3 + UV + UV + UV +Face 8993 +UV Count: 3 + UV + UV + UV +Face 8994 +UV Count: 3 + UV + UV + UV +Face 8995 +UV Count: 3 + UV + UV + UV +Face 8996 +UV Count: 3 + UV + UV + UV +Face 8997 +UV Count: 3 + UV + UV + UV +Face 8998 +UV Count: 3 + UV + UV + UV +Face 8999 +UV Count: 3 + UV + UV + UV +Face 9000 +UV Count: 3 + UV + UV + UV +Face 9001 +UV Count: 3 + UV + UV + UV +Face 9002 +UV Count: 3 + UV + UV + UV +Face 9003 +UV Count: 3 + UV + UV + UV +Face 9004 +UV Count: 3 + UV + UV + UV +Face 9005 +UV Count: 3 + UV + UV + UV +Face 9006 +UV Count: 3 + UV + UV + UV +Face 9007 +UV Count: 3 + UV + UV + UV +Face 9008 +UV Count: 3 + UV + UV + UV +Face 9009 +UV Count: 3 + UV + UV + UV +Face 9010 +UV Count: 3 + UV + UV + UV +Face 9011 +UV Count: 3 + UV + UV + UV +Face 9012 +UV Count: 3 + UV + UV + UV +Face 9013 +UV Count: 3 + UV + UV + UV +Face 9014 +UV Count: 3 + UV + UV + UV +Face 9015 +UV Count: 3 + UV + UV + UV +Face 9016 +UV Count: 3 + UV + UV + UV +Face 9017 +UV Count: 3 + UV + UV + UV +Face 9018 +UV Count: 3 + UV + UV + UV +Face 9019 +UV Count: 3 + UV + UV + UV +Face 9020 +UV Count: 3 + UV + UV + UV +Face 9021 +UV Count: 3 + UV + UV + UV +Face 9022 +UV Count: 3 + UV + UV + UV +Face 9023 +UV Count: 3 + UV + UV + UV +Face 9024 +UV Count: 3 + UV + UV + UV +Face 9025 +UV Count: 3 + UV + UV + UV +Face 9026 +UV Count: 3 + UV + UV + UV +Face 9027 +UV Count: 3 + UV + UV + UV +Face 9028 +UV Count: 3 + UV + UV + UV +Face 9029 +UV Count: 3 + UV + UV + UV +Face 9030 +UV Count: 3 + UV + UV + UV +Face 9031 +UV Count: 3 + UV + UV + UV +Face 9032 +UV Count: 3 + UV + UV + UV +Face 9033 +UV Count: 3 + UV + UV + UV +Face 9034 +UV Count: 3 + UV + UV + UV +Face 9035 +UV Count: 3 + UV + UV + UV +Face 9036 +UV Count: 3 + UV + UV + UV +Face 9037 +UV Count: 3 + UV + UV + UV +Face 9038 +UV Count: 3 + UV + UV + UV +Face 9039 +UV Count: 3 + UV + UV + UV +Face 9040 +UV Count: 3 + UV + UV + UV +Face 9041 +UV Count: 3 + UV + UV + UV +Face 9042 +UV Count: 3 + UV + UV + UV +Face 9043 +UV Count: 3 + UV + UV + UV +Face 9044 +UV Count: 3 + UV + UV + UV +Face 9045 +UV Count: 3 + UV + UV + UV +Face 9046 +UV Count: 3 + UV + UV + UV +Face 9047 +UV Count: 3 + UV + UV + UV +Face 9048 +UV Count: 3 + UV + UV + UV +Face 9049 +UV Count: 3 + UV + UV + UV +Face 9050 +UV Count: 3 + UV + UV + UV +Face 9051 +UV Count: 3 + UV + UV + UV +Face 9052 +UV Count: 3 + UV + UV + UV +Face 9053 +UV Count: 3 + UV + UV + UV +Face 9054 +UV Count: 3 + UV + UV + UV +Face 9055 +UV Count: 3 + UV + UV + UV +Face 9056 +UV Count: 3 + UV + UV + UV +Face 9057 +UV Count: 3 + UV + UV + UV +Face 9058 +UV Count: 3 + UV + UV + UV +Face 9059 +UV Count: 3 + UV + UV + UV +Face 9060 +UV Count: 3 + UV + UV + UV +Face 9061 +UV Count: 3 + UV + UV + UV +Face 9062 +UV Count: 3 + UV + UV + UV +Face 9063 +UV Count: 3 + UV + UV + UV +Face 9064 +UV Count: 3 + UV + UV + UV +Face 9065 +UV Count: 3 + UV + UV + UV +Face 9066 +UV Count: 3 + UV + UV + UV +Face 9067 +UV Count: 3 + UV + UV + UV +Face 9068 +UV Count: 3 + UV + UV + UV +Face 9069 +UV Count: 3 + UV + UV + UV +Face 9070 +UV Count: 3 + UV + UV + UV +Face 9071 +UV Count: 3 + UV + UV + UV +Face 9072 +UV Count: 3 + UV + UV + UV +Face 9073 +UV Count: 3 + UV + UV + UV +Face 9074 +UV Count: 3 + UV + UV + UV +Face 9075 +UV Count: 3 + UV + UV + UV +Face 9076 +UV Count: 3 + UV + UV + UV +Face 9077 +UV Count: 3 + UV + UV + UV +Face 9078 +UV Count: 3 + UV + UV + UV +Face 9079 +UV Count: 3 + UV + UV + UV +Face 9080 +UV Count: 3 + UV + UV + UV +Face 9081 +UV Count: 3 + UV + UV + UV +Face 9082 +UV Count: 3 + UV + UV + UV +Face 9083 +UV Count: 3 + UV + UV + UV +Face 9084 +UV Count: 3 + UV + UV + UV +Face 9085 +UV Count: 3 + UV + UV + UV +Face 9086 +UV Count: 3 + UV + UV + UV +Face 9087 +UV Count: 3 + UV + UV + UV +Face 9088 +UV Count: 3 + UV + UV + UV +Face 9089 +UV Count: 3 + UV + UV + UV +Face 9090 +UV Count: 3 + UV + UV + UV +Face 9091 +UV Count: 3 + UV + UV + UV +Face 9092 +UV Count: 3 + UV + UV + UV +Face 9093 +UV Count: 3 + UV + UV + UV +Face 9094 +UV Count: 3 + UV + UV + UV +Face 9095 +UV Count: 3 + UV + UV + UV +Face 9096 +UV Count: 3 + UV + UV + UV +Face 9097 +UV Count: 3 + UV + UV + UV +Face 9098 +UV Count: 3 + UV + UV + UV +Face 9099 +UV Count: 3 + UV + UV + UV +Face 9100 +UV Count: 3 + UV + UV + UV +Face 9101 +UV Count: 3 + UV + UV + UV +Face 9102 +UV Count: 3 + UV + UV + UV +Face 9103 +UV Count: 3 + UV + UV + UV +Face 9104 +UV Count: 3 + UV + UV + UV +Face 9105 +UV Count: 3 + UV + UV + UV +Face 9106 +UV Count: 3 + UV + UV + UV +Face 9107 +UV Count: 3 + UV + UV + UV +Face 9108 +UV Count: 3 + UV + UV + UV +Face 9109 +UV Count: 3 + UV + UV + UV +Face 9110 +UV Count: 3 + UV + UV + UV +Face 9111 +UV Count: 3 + UV + UV + UV +Face 9112 +UV Count: 3 + UV + UV + UV +Face 9113 +UV Count: 3 + UV + UV + UV +Face 9114 +UV Count: 3 + UV + UV + UV +Face 9115 +UV Count: 3 + UV + UV + UV +Face 9116 +UV Count: 3 + UV + UV + UV +Face 9117 +UV Count: 3 + UV + UV + UV +Face 9118 +UV Count: 3 + UV + UV + UV +Face 9119 +UV Count: 3 + UV + UV + UV +Face 9120 +UV Count: 3 + UV + UV + UV +Face 9121 +UV Count: 3 + UV + UV + UV +Face 9122 +UV Count: 3 + UV + UV + UV +Face 9123 +UV Count: 3 + UV + UV + UV +Face 9124 +UV Count: 3 + UV + UV + UV +Face 9125 +UV Count: 3 + UV + UV + UV +===Normals: +Vertex 0: Normal +Vertex 1: Normal +Vertex 2: Normal +Vertex 3: Normal +Vertex 4: Normal +Vertex 5: Normal +Vertex 6: Normal +Vertex 7: Normal +Vertex 8: Normal +Vertex 9: Normal +Vertex 10: Normal +Vertex 11: Normal +Vertex 12: Normal +Vertex 13: Normal +Vertex 14: Normal +Vertex 15: Normal +Vertex 16: Normal +Vertex 17: Normal +Vertex 18: Normal +Vertex 19: Normal +Vertex 20: Normal +Vertex 21: Normal +Vertex 22: Normal +Vertex 23: Normal +Vertex 24: Normal +Vertex 25: Normal +Vertex 26: Normal +Vertex 27: Normal +Vertex 28: Normal +Vertex 29: Normal +Vertex 30: Normal +Vertex 31: Normal +Vertex 32: Normal +Vertex 33: Normal +Vertex 34: Normal +Vertex 35: Normal +Vertex 36: Normal +Vertex 37: Normal +Vertex 38: Normal +Vertex 39: Normal +Vertex 40: Normal +Vertex 41: Normal +Vertex 42: Normal +Vertex 43: Normal +Vertex 44: Normal +Vertex 45: Normal +Vertex 46: Normal +Vertex 47: Normal +Vertex 48: Normal +Vertex 49: Normal +Vertex 50: Normal +Vertex 51: Normal +Vertex 52: Normal +Vertex 53: Normal +Vertex 54: Normal +Vertex 55: Normal +Vertex 56: Normal +Vertex 57: Normal +Vertex 58: Normal +Vertex 59: Normal +Vertex 60: Normal +Vertex 61: Normal +Vertex 62: Normal +Vertex 63: Normal +Vertex 64: Normal +Vertex 65: Normal +Vertex 66: Normal +Vertex 67: Normal +Vertex 68: Normal +Vertex 69: Normal +Vertex 70: Normal +Vertex 71: Normal +Vertex 72: Normal +Vertex 73: Normal +Vertex 74: Normal +Vertex 75: Normal +Vertex 76: Normal +Vertex 77: Normal +Vertex 78: Normal +Vertex 79: Normal +Vertex 80: Normal +Vertex 81: Normal +Vertex 82: Normal +Vertex 83: Normal +Vertex 84: Normal +Vertex 85: Normal +Vertex 86: Normal +Vertex 87: Normal +Vertex 88: Normal +Vertex 89: Normal +Vertex 90: Normal +Vertex 91: Normal +Vertex 92: Normal +Vertex 93: Normal +Vertex 94: Normal +Vertex 95: Normal +Vertex 96: Normal +Vertex 97: Normal +Vertex 98: Normal +Vertex 99: Normal +Vertex 100: Normal +Vertex 101: Normal +Vertex 102: Normal +Vertex 103: Normal +Vertex 104: Normal +Vertex 105: Normal +Vertex 106: Normal +Vertex 107: Normal +Vertex 108: Normal +Vertex 109: Normal +Vertex 110: Normal +Vertex 111: Normal +Vertex 112: Normal +Vertex 113: Normal +Vertex 114: Normal +Vertex 115: Normal +Vertex 116: Normal +Vertex 117: Normal +Vertex 118: Normal +Vertex 119: Normal +Vertex 120: Normal +Vertex 121: Normal +Vertex 122: Normal +Vertex 123: Normal +Vertex 124: Normal +Vertex 125: Normal +Vertex 126: Normal +Vertex 127: Normal +Vertex 128: Normal +Vertex 129: Normal +Vertex 130: Normal +Vertex 131: Normal +Vertex 132: Normal +Vertex 133: Normal +Vertex 134: Normal +Vertex 135: Normal +Vertex 136: Normal +Vertex 137: Normal +Vertex 138: Normal +Vertex 139: Normal +Vertex 140: Normal +Vertex 141: Normal +Vertex 142: Normal +Vertex 143: Normal +Vertex 144: Normal +Vertex 145: Normal +Vertex 146: Normal +Vertex 147: Normal +Vertex 148: Normal +Vertex 149: Normal +Vertex 150: Normal +Vertex 151: Normal +Vertex 152: Normal +Vertex 153: Normal +Vertex 154: Normal +Vertex 155: Normal +Vertex 156: Normal +Vertex 157: Normal +Vertex 158: Normal +Vertex 159: Normal +Vertex 160: Normal +Vertex 161: Normal +Vertex 162: Normal +Vertex 163: Normal +Vertex 164: Normal +Vertex 165: Normal +Vertex 166: Normal +Vertex 167: Normal +Vertex 168: Normal +Vertex 169: Normal +Vertex 170: Normal +Vertex 171: Normal +Vertex 172: Normal +Vertex 173: Normal +Vertex 174: Normal +Vertex 175: Normal +Vertex 176: Normal +Vertex 177: Normal +Vertex 178: Normal +Vertex 179: Normal +Vertex 180: Normal +Vertex 181: Normal +Vertex 182: Normal +Vertex 183: Normal +Vertex 184: Normal +Vertex 185: Normal +Vertex 186: Normal +Vertex 187: Normal +Vertex 188: Normal +Vertex 189: Normal +Vertex 190: Normal +Vertex 191: Normal +Vertex 192: Normal +Vertex 193: Normal +Vertex 194: Normal +Vertex 195: Normal +Vertex 196: Normal +Vertex 197: Normal +Vertex 198: Normal +Vertex 199: Normal +Vertex 200: Normal +Vertex 201: Normal +Vertex 202: Normal +Vertex 203: Normal +Vertex 204: Normal +Vertex 205: Normal +Vertex 206: Normal +Vertex 207: Normal +Vertex 208: Normal +Vertex 209: Normal +Vertex 210: Normal +Vertex 211: Normal +Vertex 212: Normal +Vertex 213: Normal +Vertex 214: Normal +Vertex 215: Normal +Vertex 216: Normal +Vertex 217: Normal +Vertex 218: Normal +Vertex 219: Normal +Vertex 220: Normal +Vertex 221: Normal +Vertex 222: Normal +Vertex 223: Normal +Vertex 224: Normal +Vertex 225: Normal +Vertex 226: Normal +Vertex 227: Normal +Vertex 228: Normal +Vertex 229: Normal +Vertex 230: Normal +Vertex 231: Normal +Vertex 232: Normal +Vertex 233: Normal +Vertex 234: Normal +Vertex 235: Normal +Vertex 236: Normal +Vertex 237: Normal +Vertex 238: Normal +Vertex 239: Normal +Vertex 240: Normal +Vertex 241: Normal +Vertex 242: Normal +Vertex 243: Normal +Vertex 244: Normal +Vertex 245: Normal +Vertex 246: Normal +Vertex 247: Normal +Vertex 248: Normal +Vertex 249: Normal +Vertex 250: Normal +Vertex 251: Normal +Vertex 252: Normal +Vertex 253: Normal +Vertex 254: Normal +Vertex 255: Normal +Vertex 256: Normal +Vertex 257: Normal +Vertex 258: Normal +Vertex 259: Normal +Vertex 260: Normal +Vertex 261: Normal +Vertex 262: Normal +Vertex 263: Normal +Vertex 264: Normal +Vertex 265: Normal +Vertex 266: Normal +Vertex 267: Normal +Vertex 268: Normal +Vertex 269: Normal +Vertex 270: Normal +Vertex 271: Normal +Vertex 272: Normal +Vertex 273: Normal +Vertex 274: Normal +Vertex 275: Normal +Vertex 276: Normal +Vertex 277: Normal +Vertex 278: Normal +Vertex 279: Normal +Vertex 280: Normal +Vertex 281: Normal +Vertex 282: Normal +Vertex 283: Normal +Vertex 284: Normal +Vertex 285: Normal +Vertex 286: Normal +Vertex 287: Normal +Vertex 288: Normal +Vertex 289: Normal +Vertex 290: Normal +Vertex 291: Normal +Vertex 292: Normal +Vertex 293: Normal +Vertex 294: Normal +Vertex 295: Normal +Vertex 296: Normal +Vertex 297: Normal +Vertex 298: Normal +Vertex 299: Normal +Vertex 300: Normal +Vertex 301: Normal +Vertex 302: Normal +Vertex 303: Normal +Vertex 304: Normal +Vertex 305: Normal +Vertex 306: Normal +Vertex 307: Normal +Vertex 308: Normal +Vertex 309: Normal +Vertex 310: Normal +Vertex 311: Normal +Vertex 312: Normal +Vertex 313: Normal +Vertex 314: Normal +Vertex 315: Normal +Vertex 316: Normal +Vertex 317: Normal +Vertex 318: Normal +Vertex 319: Normal +Vertex 320: Normal +Vertex 321: Normal +Vertex 322: Normal +Vertex 323: Normal +Vertex 324: Normal +Vertex 325: Normal +Vertex 326: Normal +Vertex 327: Normal +Vertex 328: Normal +Vertex 329: Normal +Vertex 330: Normal +Vertex 331: Normal +Vertex 332: Normal +Vertex 333: Normal +Vertex 334: Normal +Vertex 335: Normal +Vertex 336: Normal +Vertex 337: Normal +Vertex 338: Normal +Vertex 339: Normal +Vertex 340: Normal +Vertex 341: Normal +Vertex 342: Normal +Vertex 343: Normal +Vertex 344: Normal +Vertex 345: Normal +Vertex 346: Normal +Vertex 347: Normal +Vertex 348: Normal +Vertex 349: Normal +Vertex 350: Normal +Vertex 351: Normal +Vertex 352: Normal +Vertex 353: Normal +Vertex 354: Normal +Vertex 355: Normal +Vertex 356: Normal +Vertex 357: Normal +Vertex 358: Normal +Vertex 359: Normal +Vertex 360: Normal +Vertex 361: Normal +Vertex 362: Normal +Vertex 363: Normal +Vertex 364: Normal +Vertex 365: Normal +Vertex 366: Normal +Vertex 367: Normal +Vertex 368: Normal +Vertex 369: Normal +Vertex 370: Normal +Vertex 371: Normal +Vertex 372: Normal +Vertex 373: Normal +Vertex 374: Normal +Vertex 375: Normal +Vertex 376: Normal +Vertex 377: Normal +Vertex 378: Normal +Vertex 379: Normal +Vertex 380: Normal +Vertex 381: Normal +Vertex 382: Normal +Vertex 383: Normal +Vertex 384: Normal +Vertex 385: Normal +Vertex 386: Normal +Vertex 387: Normal +Vertex 388: Normal +Vertex 389: Normal +Vertex 390: Normal +Vertex 391: Normal +Vertex 392: Normal +Vertex 393: Normal +Vertex 394: Normal +Vertex 395: Normal +Vertex 396: Normal +Vertex 397: Normal +Vertex 398: Normal +Vertex 399: Normal +Vertex 400: Normal +Vertex 401: Normal +Vertex 402: Normal +Vertex 403: Normal +Vertex 404: Normal +Vertex 405: Normal +Vertex 406: Normal +Vertex 407: Normal +Vertex 408: Normal +Vertex 409: Normal +Vertex 410: Normal +Vertex 411: Normal +Vertex 412: Normal +Vertex 413: Normal +Vertex 414: Normal +Vertex 415: Normal +Vertex 416: Normal +Vertex 417: Normal +Vertex 418: Normal +Vertex 419: Normal +Vertex 420: Normal +Vertex 421: Normal +Vertex 422: Normal +Vertex 423: Normal +Vertex 424: Normal +Vertex 425: Normal +Vertex 426: Normal +Vertex 427: Normal +Vertex 428: Normal +Vertex 429: Normal +Vertex 430: Normal +Vertex 431: Normal +Vertex 432: Normal +Vertex 433: Normal +Vertex 434: Normal +Vertex 435: Normal +Vertex 436: Normal +Vertex 437: Normal +Vertex 438: Normal +Vertex 439: Normal +Vertex 440: Normal +Vertex 441: Normal +Vertex 442: Normal +Vertex 443: Normal +Vertex 444: Normal +Vertex 445: Normal +Vertex 446: Normal +Vertex 447: Normal +Vertex 448: Normal +Vertex 449: Normal +Vertex 450: Normal +Vertex 451: Normal +Vertex 452: Normal +Vertex 453: Normal +Vertex 454: Normal +Vertex 455: Normal +Vertex 456: Normal +Vertex 457: Normal +Vertex 458: Normal +Vertex 459: Normal +Vertex 460: Normal +Vertex 461: Normal +Vertex 462: Normal +Vertex 463: Normal +Vertex 464: Normal +Vertex 465: Normal +Vertex 466: Normal +Vertex 467: Normal +Vertex 468: Normal +Vertex 469: Normal +Vertex 470: Normal +Vertex 471: Normal +Vertex 472: Normal +Vertex 473: Normal +Vertex 474: Normal +Vertex 475: Normal +Vertex 476: Normal +Vertex 477: Normal +Vertex 478: Normal +Vertex 479: Normal +Vertex 480: Normal +Vertex 481: Normal +Vertex 482: Normal +Vertex 483: Normal +Vertex 484: Normal +Vertex 485: Normal +Vertex 486: Normal +Vertex 487: Normal +Vertex 488: Normal +Vertex 489: Normal +Vertex 490: Normal +Vertex 491: Normal +Vertex 492: Normal +Vertex 493: Normal +Vertex 494: Normal +Vertex 495: Normal +Vertex 496: Normal +Vertex 497: Normal +Vertex 498: Normal +Vertex 499: Normal +Vertex 500: Normal +Vertex 501: Normal +Vertex 502: Normal +Vertex 503: Normal +Vertex 504: Normal +Vertex 505: Normal +Vertex 506: Normal +Vertex 507: Normal +Vertex 508: Normal +Vertex 509: Normal +Vertex 510: Normal +Vertex 511: Normal +Vertex 512: Normal +Vertex 513: Normal +Vertex 514: Normal +Vertex 515: Normal +Vertex 516: Normal +Vertex 517: Normal +Vertex 518: Normal +Vertex 519: Normal +Vertex 520: Normal +Vertex 521: Normal +Vertex 522: Normal +Vertex 523: Normal +Vertex 524: Normal +Vertex 525: Normal +Vertex 526: Normal +Vertex 527: Normal +Vertex 528: Normal +Vertex 529: Normal +Vertex 530: Normal +Vertex 531: Normal +Vertex 532: Normal +Vertex 533: Normal +Vertex 534: Normal +Vertex 535: Normal +Vertex 536: Normal +Vertex 537: Normal +Vertex 538: Normal +Vertex 539: Normal +Vertex 540: Normal +Vertex 541: Normal +Vertex 542: Normal +Vertex 543: Normal +Vertex 544: Normal +Vertex 545: Normal +Vertex 546: Normal +Vertex 547: Normal +Vertex 548: Normal +Vertex 549: Normal +Vertex 550: Normal +Vertex 551: Normal +Vertex 552: Normal +Vertex 553: Normal +Vertex 554: Normal +Vertex 555: Normal +Vertex 556: Normal +Vertex 557: Normal +Vertex 558: Normal +Vertex 559: Normal +Vertex 560: Normal +Vertex 561: Normal +Vertex 562: Normal +Vertex 563: Normal +Vertex 564: Normal +Vertex 565: Normal +Vertex 566: Normal +Vertex 567: Normal +Vertex 568: Normal +Vertex 569: Normal +Vertex 570: Normal +Vertex 571: Normal +Vertex 572: Normal +Vertex 573: Normal +Vertex 574: Normal +Vertex 575: Normal +Vertex 576: Normal +Vertex 577: Normal +Vertex 578: Normal +Vertex 579: Normal +Vertex 580: Normal +Vertex 581: Normal +Vertex 582: Normal +Vertex 583: Normal +Vertex 584: Normal +Vertex 585: Normal +Vertex 586: Normal +Vertex 587: Normal +Vertex 588: Normal +Vertex 589: Normal +Vertex 590: Normal +Vertex 591: Normal +Vertex 592: Normal +Vertex 593: Normal +Vertex 594: Normal +Vertex 595: Normal +Vertex 596: Normal +Vertex 597: Normal +Vertex 598: Normal +Vertex 599: Normal +Vertex 600: Normal +Vertex 601: Normal +Vertex 602: Normal +Vertex 603: Normal +Vertex 604: Normal +Vertex 605: Normal +Vertex 606: Normal +Vertex 607: Normal +Vertex 608: Normal +Vertex 609: Normal +Vertex 610: Normal +Vertex 611: Normal +Vertex 612: Normal +Vertex 613: Normal +Vertex 614: Normal +Vertex 615: Normal +Vertex 616: Normal +Vertex 617: Normal +Vertex 618: Normal +Vertex 619: Normal +Vertex 620: Normal +Vertex 621: Normal +Vertex 622: Normal +Vertex 623: Normal +Vertex 624: Normal +Vertex 625: Normal +Vertex 626: Normal +Vertex 627: Normal +Vertex 628: Normal +Vertex 629: Normal +Vertex 630: Normal +Vertex 631: Normal +Vertex 632: Normal +Vertex 633: Normal +Vertex 634: Normal +Vertex 635: Normal +Vertex 636: Normal +Vertex 637: Normal +Vertex 638: Normal +Vertex 639: Normal +Vertex 640: Normal +Vertex 641: Normal +Vertex 642: Normal +Vertex 643: Normal +Vertex 644: Normal +Vertex 645: Normal +Vertex 646: Normal +Vertex 647: Normal +Vertex 648: Normal +Vertex 649: Normal +Vertex 650: Normal +Vertex 651: Normal +Vertex 652: Normal +Vertex 653: Normal +Vertex 654: Normal +Vertex 655: Normal +Vertex 656: Normal +Vertex 657: Normal +Vertex 658: Normal +Vertex 659: Normal +Vertex 660: Normal +Vertex 661: Normal +Vertex 662: Normal +Vertex 663: Normal +Vertex 664: Normal +Vertex 665: Normal +Vertex 666: Normal +Vertex 667: Normal +Vertex 668: Normal +Vertex 669: Normal +Vertex 670: Normal +Vertex 671: Normal +Vertex 672: Normal +Vertex 673: Normal +Vertex 674: Normal +Vertex 675: Normal +Vertex 676: Normal +Vertex 677: Normal +Vertex 678: Normal +Vertex 679: Normal +Vertex 680: Normal +Vertex 681: Normal +Vertex 682: Normal +Vertex 683: Normal +Vertex 684: Normal +Vertex 685: Normal +Vertex 686: Normal +Vertex 687: Normal +Vertex 688: Normal +Vertex 689: Normal +Vertex 690: Normal +Vertex 691: Normal +Vertex 692: Normal +Vertex 693: Normal +Vertex 694: Normal +Vertex 695: Normal +Vertex 696: Normal +Vertex 697: Normal +Vertex 698: Normal +Vertex 699: Normal +Vertex 700: Normal +Vertex 701: Normal +Vertex 702: Normal +Vertex 703: Normal +Vertex 704: Normal +Vertex 705: Normal +Vertex 706: Normal +Vertex 707: Normal +Vertex 708: Normal +Vertex 709: Normal +Vertex 710: Normal +Vertex 711: Normal +Vertex 712: Normal +Vertex 713: Normal +Vertex 714: Normal +Vertex 715: Normal +Vertex 716: Normal +Vertex 717: Normal +Vertex 718: Normal +Vertex 719: Normal +Vertex 720: Normal +Vertex 721: Normal +Vertex 722: Normal +Vertex 723: Normal +Vertex 724: Normal +Vertex 725: Normal +Vertex 726: Normal +Vertex 727: Normal +Vertex 728: Normal +Vertex 729: Normal +Vertex 730: Normal +Vertex 731: Normal +Vertex 732: Normal +Vertex 733: Normal +Vertex 734: Normal +Vertex 735: Normal +Vertex 736: Normal +Vertex 737: Normal +Vertex 738: Normal +Vertex 739: Normal +Vertex 740: Normal +Vertex 741: Normal +Vertex 742: Normal +Vertex 743: Normal +Vertex 744: Normal +Vertex 745: Normal +Vertex 746: Normal +Vertex 747: Normal +Vertex 748: Normal +Vertex 749: Normal +Vertex 750: Normal +Vertex 751: Normal +Vertex 752: Normal +Vertex 753: Normal +Vertex 754: Normal +Vertex 755: Normal +Vertex 756: Normal +Vertex 757: Normal +Vertex 758: Normal +Vertex 759: Normal +Vertex 760: Normal +Vertex 761: Normal +Vertex 762: Normal +Vertex 763: Normal +Vertex 764: Normal +Vertex 765: Normal +Vertex 766: Normal +Vertex 767: Normal +Vertex 768: Normal +Vertex 769: Normal +Vertex 770: Normal +Vertex 771: Normal +Vertex 772: Normal +Vertex 773: Normal +Vertex 774: Normal +Vertex 775: Normal +Vertex 776: Normal +Vertex 777: Normal +Vertex 778: Normal +Vertex 779: Normal +Vertex 780: Normal +Vertex 781: Normal +Vertex 782: Normal +Vertex 783: Normal +Vertex 784: Normal +Vertex 785: Normal +Vertex 786: Normal +Vertex 787: Normal +Vertex 788: Normal +Vertex 789: Normal +Vertex 790: Normal +Vertex 791: Normal +Vertex 792: Normal +Vertex 793: Normal +Vertex 794: Normal +Vertex 795: Normal +Vertex 796: Normal +Vertex 797: Normal +Vertex 798: Normal +Vertex 799: Normal +Vertex 800: Normal +Vertex 801: Normal +Vertex 802: Normal +Vertex 803: Normal +Vertex 804: Normal +Vertex 805: Normal +Vertex 806: Normal +Vertex 807: Normal +Vertex 808: Normal +Vertex 809: Normal +Vertex 810: Normal +Vertex 811: Normal +Vertex 812: Normal +Vertex 813: Normal +Vertex 814: Normal +Vertex 815: Normal +Vertex 816: Normal +Vertex 817: Normal +Vertex 818: Normal +Vertex 819: Normal +Vertex 820: Normal +Vertex 821: Normal +Vertex 822: Normal +Vertex 823: Normal +Vertex 824: Normal +Vertex 825: Normal +Vertex 826: Normal +Vertex 827: Normal +Vertex 828: Normal +Vertex 829: Normal +Vertex 830: Normal +Vertex 831: Normal +Vertex 832: Normal +Vertex 833: Normal +Vertex 834: Normal +Vertex 835: Normal +Vertex 836: Normal +Vertex 837: Normal +Vertex 838: Normal +Vertex 839: Normal +Vertex 840: Normal +Vertex 841: Normal +Vertex 842: Normal +Vertex 843: Normal +Vertex 844: Normal +Vertex 845: Normal +Vertex 846: Normal +Vertex 847: Normal +Vertex 848: Normal +Vertex 849: Normal +Vertex 850: Normal +Vertex 851: Normal +Vertex 852: Normal +Vertex 853: Normal +Vertex 854: Normal +Vertex 855: Normal +Vertex 856: Normal +Vertex 857: Normal +Vertex 858: Normal +Vertex 859: Normal +Vertex 860: Normal +Vertex 861: Normal +Vertex 862: Normal +Vertex 863: Normal +Vertex 864: Normal +Vertex 865: Normal +Vertex 866: Normal +Vertex 867: Normal +Vertex 868: Normal +Vertex 869: Normal +Vertex 870: Normal +Vertex 871: Normal +Vertex 872: Normal +Vertex 873: Normal +Vertex 874: Normal +Vertex 875: Normal +Vertex 876: Normal +Vertex 877: Normal +Vertex 878: Normal +Vertex 879: Normal +Vertex 880: Normal +Vertex 881: Normal +Vertex 882: Normal +Vertex 883: Normal +Vertex 884: Normal +Vertex 885: Normal +Vertex 886: Normal +Vertex 887: Normal +Vertex 888: Normal +Vertex 889: Normal +Vertex 890: Normal +Vertex 891: Normal +Vertex 892: Normal +Vertex 893: Normal +Vertex 894: Normal +Vertex 895: Normal +Vertex 896: Normal +Vertex 897: Normal +Vertex 898: Normal +Vertex 899: Normal +Vertex 900: Normal +Vertex 901: Normal +Vertex 902: Normal +Vertex 903: Normal +Vertex 904: Normal +Vertex 905: Normal +Vertex 906: Normal +Vertex 907: Normal +Vertex 908: Normal +Vertex 909: Normal +Vertex 910: Normal +Vertex 911: Normal +Vertex 912: Normal +Vertex 913: Normal +Vertex 914: Normal +Vertex 915: Normal +Vertex 916: Normal +Vertex 917: Normal +Vertex 918: Normal +Vertex 919: Normal +Vertex 920: Normal +Vertex 921: Normal +Vertex 922: Normal +Vertex 923: Normal +Vertex 924: Normal +Vertex 925: Normal +Vertex 926: Normal +Vertex 927: Normal +Vertex 928: Normal +Vertex 929: Normal +Vertex 930: Normal +Vertex 931: Normal +Vertex 932: Normal +Vertex 933: Normal +Vertex 934: Normal +Vertex 935: Normal +Vertex 936: Normal +Vertex 937: Normal +Vertex 938: Normal +Vertex 939: Normal +Vertex 940: Normal +Vertex 941: Normal +Vertex 942: Normal +Vertex 943: Normal +Vertex 944: Normal +Vertex 945: Normal +Vertex 946: Normal +Vertex 947: Normal +Vertex 948: Normal +Vertex 949: Normal +Vertex 950: Normal +Vertex 951: Normal +Vertex 952: Normal +Vertex 953: Normal +Vertex 954: Normal +Vertex 955: Normal +Vertex 956: Normal +Vertex 957: Normal +Vertex 958: Normal +Vertex 959: Normal +Vertex 960: Normal +Vertex 961: Normal +Vertex 962: Normal +Vertex 963: Normal +Vertex 964: Normal +Vertex 965: Normal +Vertex 966: Normal +Vertex 967: Normal +Vertex 968: Normal +Vertex 969: Normal +Vertex 970: Normal +Vertex 971: Normal +Vertex 972: Normal +Vertex 973: Normal +Vertex 974: Normal +Vertex 975: Normal +Vertex 976: Normal +Vertex 977: Normal +Vertex 978: Normal +Vertex 979: Normal +Vertex 980: Normal +Vertex 981: Normal +Vertex 982: Normal +Vertex 983: Normal +Vertex 984: Normal +Vertex 985: Normal +Vertex 986: Normal +Vertex 987: Normal +Vertex 988: Normal +Vertex 989: Normal +Vertex 990: Normal +Vertex 991: Normal +Vertex 992: Normal +Vertex 993: Normal +Vertex 994: Normal +Vertex 995: Normal +Vertex 996: Normal +Vertex 997: Normal +Vertex 998: Normal +Vertex 999: Normal +Vertex 1000: Normal +Vertex 1001: Normal +Vertex 1002: Normal +Vertex 1003: Normal +Vertex 1004: Normal +Vertex 1005: Normal +Vertex 1006: Normal +Vertex 1007: Normal +Vertex 1008: Normal +Vertex 1009: Normal +Vertex 1010: Normal +Vertex 1011: Normal +Vertex 1012: Normal +Vertex 1013: Normal +Vertex 1014: Normal +Vertex 1015: Normal +Vertex 1016: Normal +Vertex 1017: Normal +Vertex 1018: Normal +Vertex 1019: Normal +Vertex 1020: Normal +Vertex 1021: Normal +Vertex 1022: Normal +Vertex 1023: Normal +Vertex 1024: Normal +Vertex 1025: Normal +Vertex 1026: Normal +Vertex 1027: Normal +Vertex 1028: Normal +Vertex 1029: Normal +Vertex 1030: Normal +Vertex 1031: Normal +Vertex 1032: Normal +Vertex 1033: Normal +Vertex 1034: Normal +Vertex 1035: Normal +Vertex 1036: Normal +Vertex 1037: Normal +Vertex 1038: Normal +Vertex 1039: Normal +Vertex 1040: Normal +Vertex 1041: Normal +Vertex 1042: Normal +Vertex 1043: Normal +Vertex 1044: Normal +Vertex 1045: Normal +Vertex 1046: Normal +Vertex 1047: Normal +Vertex 1048: Normal +Vertex 1049: Normal +Vertex 1050: Normal +Vertex 1051: Normal +Vertex 1052: Normal +Vertex 1053: Normal +Vertex 1054: Normal +Vertex 1055: Normal +Vertex 1056: Normal +Vertex 1057: Normal +Vertex 1058: Normal +Vertex 1059: Normal +Vertex 1060: Normal +Vertex 1061: Normal +Vertex 1062: Normal +Vertex 1063: Normal +Vertex 1064: Normal +Vertex 1065: Normal +Vertex 1066: Normal +Vertex 1067: Normal +Vertex 1068: Normal +Vertex 1069: Normal +Vertex 1070: Normal +Vertex 1071: Normal +Vertex 1072: Normal +Vertex 1073: Normal +Vertex 1074: Normal +Vertex 1075: Normal +Vertex 1076: Normal +Vertex 1077: Normal +Vertex 1078: Normal +Vertex 1079: Normal +Vertex 1080: Normal +Vertex 1081: Normal +Vertex 1082: Normal +Vertex 1083: Normal +Vertex 1084: Normal +Vertex 1085: Normal +Vertex 1086: Normal +Vertex 1087: Normal +Vertex 1088: Normal +Vertex 1089: Normal +Vertex 1090: Normal +Vertex 1091: Normal +Vertex 1092: Normal +Vertex 1093: Normal +Vertex 1094: Normal +Vertex 1095: Normal +Vertex 1096: Normal +Vertex 1097: Normal +Vertex 1098: Normal +Vertex 1099: Normal +Vertex 1100: Normal +Vertex 1101: Normal +Vertex 1102: Normal +Vertex 1103: Normal +Vertex 1104: Normal +Vertex 1105: Normal +Vertex 1106: Normal +Vertex 1107: Normal +Vertex 1108: Normal +Vertex 1109: Normal +Vertex 1110: Normal +Vertex 1111: Normal +Vertex 1112: Normal +Vertex 1113: Normal +Vertex 1114: Normal +Vertex 1115: Normal +Vertex 1116: Normal +Vertex 1117: Normal +Vertex 1118: Normal +Vertex 1119: Normal +Vertex 1120: Normal +Vertex 1121: Normal +Vertex 1122: Normal +Vertex 1123: Normal +Vertex 1124: Normal +Vertex 1125: Normal +Vertex 1126: Normal +Vertex 1127: Normal +Vertex 1128: Normal +Vertex 1129: Normal +Vertex 1130: Normal +Vertex 1131: Normal +Vertex 1132: Normal +Vertex 1133: Normal +Vertex 1134: Normal +Vertex 1135: Normal +Vertex 1136: Normal +Vertex 1137: Normal +Vertex 1138: Normal +Vertex 1139: Normal +Vertex 1140: Normal +Vertex 1141: Normal +Vertex 1142: Normal +Vertex 1143: Normal +Vertex 1144: Normal +Vertex 1145: Normal +Vertex 1146: Normal +Vertex 1147: Normal +Vertex 1148: Normal +Vertex 1149: Normal +Vertex 1150: Normal +Vertex 1151: Normal +Vertex 1152: Normal +Vertex 1153: Normal +Vertex 1154: Normal +Vertex 1155: Normal +Vertex 1156: Normal +Vertex 1157: Normal +Vertex 1158: Normal +Vertex 1159: Normal +Vertex 1160: Normal +Vertex 1161: Normal +Vertex 1162: Normal +Vertex 1163: Normal +Vertex 1164: Normal +Vertex 1165: Normal +Vertex 1166: Normal +Vertex 1167: Normal +Vertex 1168: Normal +Vertex 1169: Normal +Vertex 1170: Normal +Vertex 1171: Normal +Vertex 1172: Normal +Vertex 1173: Normal +Vertex 1174: Normal +Vertex 1175: Normal +Vertex 1176: Normal +Vertex 1177: Normal +Vertex 1178: Normal +Vertex 1179: Normal +Vertex 1180: Normal +Vertex 1181: Normal +Vertex 1182: Normal +Vertex 1183: Normal +Vertex 1184: Normal +Vertex 1185: Normal +Vertex 1186: Normal +Vertex 1187: Normal +Vertex 1188: Normal +Vertex 1189: Normal +Vertex 1190: Normal +Vertex 1191: Normal +Vertex 1192: Normal +Vertex 1193: Normal +Vertex 1194: Normal +Vertex 1195: Normal +Vertex 1196: Normal +Vertex 1197: Normal +Vertex 1198: Normal +Vertex 1199: Normal +Vertex 1200: Normal +Vertex 1201: Normal +Vertex 1202: Normal +Vertex 1203: Normal +Vertex 1204: Normal +Vertex 1205: Normal +Vertex 1206: Normal +Vertex 1207: Normal +Vertex 1208: Normal +Vertex 1209: Normal +Vertex 1210: Normal +Vertex 1211: Normal +Vertex 1212: Normal +Vertex 1213: Normal +Vertex 1214: Normal +Vertex 1215: Normal +Vertex 1216: Normal +Vertex 1217: Normal +Vertex 1218: Normal +Vertex 1219: Normal +Vertex 1220: Normal +Vertex 1221: Normal +Vertex 1222: Normal +Vertex 1223: Normal +Vertex 1224: Normal +Vertex 1225: Normal +Vertex 1226: Normal +Vertex 1227: Normal +Vertex 1228: Normal +Vertex 1229: Normal +Vertex 1230: Normal +Vertex 1231: Normal +Vertex 1232: Normal +Vertex 1233: Normal +Vertex 1234: Normal +Vertex 1235: Normal +Vertex 1236: Normal +Vertex 1237: Normal +Vertex 1238: Normal +Vertex 1239: Normal +Vertex 1240: Normal +Vertex 1241: Normal +Vertex 1242: Normal +Vertex 1243: Normal +Vertex 1244: Normal +Vertex 1245: Normal +Vertex 1246: Normal +Vertex 1247: Normal +Vertex 1248: Normal +Vertex 1249: Normal +Vertex 1250: Normal +Vertex 1251: Normal +Vertex 1252: Normal +Vertex 1253: Normal +Vertex 1254: Normal +Vertex 1255: Normal +Vertex 1256: Normal +Vertex 1257: Normal +Vertex 1258: Normal +Vertex 1259: Normal +Vertex 1260: Normal +Vertex 1261: Normal +Vertex 1262: Normal +Vertex 1263: Normal +Vertex 1264: Normal +Vertex 1265: Normal +Vertex 1266: Normal +Vertex 1267: Normal +Vertex 1268: Normal +Vertex 1269: Normal +Vertex 1270: Normal +Vertex 1271: Normal +Vertex 1272: Normal +Vertex 1273: Normal +Vertex 1274: Normal +Vertex 1275: Normal +Vertex 1276: Normal +Vertex 1277: Normal +Vertex 1278: Normal +Vertex 1279: Normal +Vertex 1280: Normal +Vertex 1281: Normal +Vertex 1282: Normal +Vertex 1283: Normal +Vertex 1284: Normal +Vertex 1285: Normal +Vertex 1286: Normal +Vertex 1287: Normal +Vertex 1288: Normal +Vertex 1289: Normal +Vertex 1290: Normal +Vertex 1291: Normal +Vertex 1292: Normal +Vertex 1293: Normal +Vertex 1294: Normal +Vertex 1295: Normal +Vertex 1296: Normal +Vertex 1297: Normal +Vertex 1298: Normal +Vertex 1299: Normal +Vertex 1300: Normal +Vertex 1301: Normal +Vertex 1302: Normal +Vertex 1303: Normal +Vertex 1304: Normal +Vertex 1305: Normal +Vertex 1306: Normal +Vertex 1307: Normal +Vertex 1308: Normal +Vertex 1309: Normal +Vertex 1310: Normal +Vertex 1311: Normal +Vertex 1312: Normal +Vertex 1313: Normal +Vertex 1314: Normal +Vertex 1315: Normal +Vertex 1316: Normal +Vertex 1317: Normal +Vertex 1318: Normal +Vertex 1319: Normal +Vertex 1320: Normal +Vertex 1321: Normal +Vertex 1322: Normal +Vertex 1323: Normal +Vertex 1324: Normal +Vertex 1325: Normal +Vertex 1326: Normal +Vertex 1327: Normal +Vertex 1328: Normal +Vertex 1329: Normal +Vertex 1330: Normal +Vertex 1331: Normal +Vertex 1332: Normal +Vertex 1333: Normal +Vertex 1334: Normal +Vertex 1335: Normal +Vertex 1336: Normal +Vertex 1337: Normal +Vertex 1338: Normal +Vertex 1339: Normal +Vertex 1340: Normal +Vertex 1341: Normal +Vertex 1342: Normal +Vertex 1343: Normal +Vertex 1344: Normal +Vertex 1345: Normal +Vertex 1346: Normal +Vertex 1347: Normal +Vertex 1348: Normal +Vertex 1349: Normal +Vertex 1350: Normal +Vertex 1351: Normal +Vertex 1352: Normal +Vertex 1353: Normal +Vertex 1354: Normal +Vertex 1355: Normal +Vertex 1356: Normal +Vertex 1357: Normal +Vertex 1358: Normal +Vertex 1359: Normal +Vertex 1360: Normal +Vertex 1361: Normal +Vertex 1362: Normal +Vertex 1363: Normal +Vertex 1364: Normal +Vertex 1365: Normal +Vertex 1366: Normal +Vertex 1367: Normal +Vertex 1368: Normal +Vertex 1369: Normal +Vertex 1370: Normal +Vertex 1371: Normal +Vertex 1372: Normal +Vertex 1373: Normal +Vertex 1374: Normal +Vertex 1375: Normal +Vertex 1376: Normal +Vertex 1377: Normal +Vertex 1378: Normal +Vertex 1379: Normal +Vertex 1380: Normal +Vertex 1381: Normal +Vertex 1382: Normal +Vertex 1383: Normal +Vertex 1384: Normal +Vertex 1385: Normal +Vertex 1386: Normal +Vertex 1387: Normal +Vertex 1388: Normal +Vertex 1389: Normal +Vertex 1390: Normal +Vertex 1391: Normal +Vertex 1392: Normal +Vertex 1393: Normal +Vertex 1394: Normal +Vertex 1395: Normal +Vertex 1396: Normal +Vertex 1397: Normal +Vertex 1398: Normal +Vertex 1399: Normal +Vertex 1400: Normal +Vertex 1401: Normal +Vertex 1402: Normal +Vertex 1403: Normal +Vertex 1404: Normal +Vertex 1405: Normal +Vertex 1406: Normal +Vertex 1407: Normal +Vertex 1408: Normal +Vertex 1409: Normal +Vertex 1410: Normal +Vertex 1411: Normal +Vertex 1412: Normal +Vertex 1413: Normal +Vertex 1414: Normal +Vertex 1415: Normal +Vertex 1416: Normal +Vertex 1417: Normal +Vertex 1418: Normal +Vertex 1419: Normal +Vertex 1420: Normal +Vertex 1421: Normal +Vertex 1422: Normal +Vertex 1423: Normal +Vertex 1424: Normal +Vertex 1425: Normal +Vertex 1426: Normal +Vertex 1427: Normal +Vertex 1428: Normal +Vertex 1429: Normal +Vertex 1430: Normal +Vertex 1431: Normal +Vertex 1432: Normal +Vertex 1433: Normal +Vertex 1434: Normal +Vertex 1435: Normal +Vertex 1436: Normal +Vertex 1437: Normal +Vertex 1438: Normal +Vertex 1439: Normal +Vertex 1440: Normal +Vertex 1441: Normal +Vertex 1442: Normal +Vertex 1443: Normal +Vertex 1444: Normal +Vertex 1445: Normal +Vertex 1446: Normal +Vertex 1447: Normal +Vertex 1448: Normal +Vertex 1449: Normal +Vertex 1450: Normal +Vertex 1451: Normal +Vertex 1452: Normal +Vertex 1453: Normal +Vertex 1454: Normal +Vertex 1455: Normal +Vertex 1456: Normal +Vertex 1457: Normal +Vertex 1458: Normal +Vertex 1459: Normal +Vertex 1460: Normal +Vertex 1461: Normal +Vertex 1462: Normal +Vertex 1463: Normal +Vertex 1464: Normal +Vertex 1465: Normal +Vertex 1466: Normal +Vertex 1467: Normal +Vertex 1468: Normal +Vertex 1469: Normal +Vertex 1470: Normal +Vertex 1471: Normal +Vertex 1472: Normal +Vertex 1473: Normal +Vertex 1474: Normal +Vertex 1475: Normal +Vertex 1476: Normal +Vertex 1477: Normal +Vertex 1478: Normal +Vertex 1479: Normal +Vertex 1480: Normal +Vertex 1481: Normal +Vertex 1482: Normal +Vertex 1483: Normal +Vertex 1484: Normal +Vertex 1485: Normal +Vertex 1486: Normal +Vertex 1487: Normal +Vertex 1488: Normal +Vertex 1489: Normal +Vertex 1490: Normal +Vertex 1491: Normal +Vertex 1492: Normal +Vertex 1493: Normal +Vertex 1494: Normal +Vertex 1495: Normal +Vertex 1496: Normal +Vertex 1497: Normal +Vertex 1498: Normal +Vertex 1499: Normal +Vertex 1500: Normal +Vertex 1501: Normal +Vertex 1502: Normal +Vertex 1503: Normal +Vertex 1504: Normal +Vertex 1505: Normal +Vertex 1506: Normal +Vertex 1507: Normal +Vertex 1508: Normal +Vertex 1509: Normal +Vertex 1510: Normal +Vertex 1511: Normal +Vertex 1512: Normal +Vertex 1513: Normal +Vertex 1514: Normal +Vertex 1515: Normal +Vertex 1516: Normal +Vertex 1517: Normal +Vertex 1518: Normal +Vertex 1519: Normal +Vertex 1520: Normal +Vertex 1521: Normal +Vertex 1522: Normal +Vertex 1523: Normal +Vertex 1524: Normal +Vertex 1525: Normal +Vertex 1526: Normal +Vertex 1527: Normal +Vertex 1528: Normal +Vertex 1529: Normal +Vertex 1530: Normal +Vertex 1531: Normal +Vertex 1532: Normal +Vertex 1533: Normal +Vertex 1534: Normal +Vertex 1535: Normal +Vertex 1536: Normal +Vertex 1537: Normal +Vertex 1538: Normal +Vertex 1539: Normal +Vertex 1540: Normal +Vertex 1541: Normal +Vertex 1542: Normal +Vertex 1543: Normal +Vertex 1544: Normal +Vertex 1545: Normal +Vertex 1546: Normal +Vertex 1547: Normal +Vertex 1548: Normal +Vertex 1549: Normal +Vertex 1550: Normal +Vertex 1551: Normal +Vertex 1552: Normal +Vertex 1553: Normal +Vertex 1554: Normal +Vertex 1555: Normal +Vertex 1556: Normal +Vertex 1557: Normal +Vertex 1558: Normal +Vertex 1559: Normal +Vertex 1560: Normal +Vertex 1561: Normal +Vertex 1562: Normal +Vertex 1563: Normal +Vertex 1564: Normal +Vertex 1565: Normal +Vertex 1566: Normal +Vertex 1567: Normal +Vertex 1568: Normal +Vertex 1569: Normal +Vertex 1570: Normal +Vertex 1571: Normal +Vertex 1572: Normal +Vertex 1573: Normal +Vertex 1574: Normal +Vertex 1575: Normal +Vertex 1576: Normal +Vertex 1577: Normal +Vertex 1578: Normal +Vertex 1579: Normal +Vertex 1580: Normal +Vertex 1581: Normal +Vertex 1582: Normal +Vertex 1583: Normal +Vertex 1584: Normal +Vertex 1585: Normal +Vertex 1586: Normal +Vertex 1587: Normal +Vertex 1588: Normal +Vertex 1589: Normal +Vertex 1590: Normal +Vertex 1591: Normal +Vertex 1592: Normal +Vertex 1593: Normal +Vertex 1594: Normal +Vertex 1595: Normal +Vertex 1596: Normal +Vertex 1597: Normal +Vertex 1598: Normal +Vertex 1599: Normal +Vertex 1600: Normal +Vertex 1601: Normal +Vertex 1602: Normal +Vertex 1603: Normal +Vertex 1604: Normal +Vertex 1605: Normal +Vertex 1606: Normal +Vertex 1607: Normal +Vertex 1608: Normal +Vertex 1609: Normal +Vertex 1610: Normal +Vertex 1611: Normal +Vertex 1612: Normal +Vertex 1613: Normal +Vertex 1614: Normal +Vertex 1615: Normal +Vertex 1616: Normal +Vertex 1617: Normal +Vertex 1618: Normal +Vertex 1619: Normal +Vertex 1620: Normal +Vertex 1621: Normal +Vertex 1622: Normal +Vertex 1623: Normal +Vertex 1624: Normal +Vertex 1625: Normal +Vertex 1626: Normal +Vertex 1627: Normal +Vertex 1628: Normal +Vertex 1629: Normal +Vertex 1630: Normal +Vertex 1631: Normal +Vertex 1632: Normal +Vertex 1633: Normal +Vertex 1634: Normal +Vertex 1635: Normal +Vertex 1636: Normal +Vertex 1637: Normal +Vertex 1638: Normal +Vertex 1639: Normal +Vertex 1640: Normal +Vertex 1641: Normal +Vertex 1642: Normal +Vertex 1643: Normal +Vertex 1644: Normal +Vertex 1645: Normal +Vertex 1646: Normal +Vertex 1647: Normal +Vertex 1648: Normal +Vertex 1649: Normal +Vertex 1650: Normal +Vertex 1651: Normal +Vertex 1652: Normal +Vertex 1653: Normal +Vertex 1654: Normal +Vertex 1655: Normal +Vertex 1656: Normal +Vertex 1657: Normal +Vertex 1658: Normal +Vertex 1659: Normal +Vertex 1660: Normal +Vertex 1661: Normal +Vertex 1662: Normal +Vertex 1663: Normal +Vertex 1664: Normal +Vertex 1665: Normal +Vertex 1666: Normal +Vertex 1667: Normal +Vertex 1668: Normal +Vertex 1669: Normal +Vertex 1670: Normal +Vertex 1671: Normal +Vertex 1672: Normal +Vertex 1673: Normal +Vertex 1674: Normal +Vertex 1675: Normal +Vertex 1676: Normal +Vertex 1677: Normal +Vertex 1678: Normal +Vertex 1679: Normal +Vertex 1680: Normal +Vertex 1681: Normal +Vertex 1682: Normal +Vertex 1683: Normal +Vertex 1684: Normal +Vertex 1685: Normal +Vertex 1686: Normal +Vertex 1687: Normal +Vertex 1688: Normal +Vertex 1689: Normal +Vertex 1690: Normal +Vertex 1691: Normal +Vertex 1692: Normal +Vertex 1693: Normal +Vertex 1694: Normal +Vertex 1695: Normal +Vertex 1696: Normal +Vertex 1697: Normal +Vertex 1698: Normal +Vertex 1699: Normal +Vertex 1700: Normal +Vertex 1701: Normal +Vertex 1702: Normal +Vertex 1703: Normal +Vertex 1704: Normal +Vertex 1705: Normal +Vertex 1706: Normal +Vertex 1707: Normal +Vertex 1708: Normal +Vertex 1709: Normal +Vertex 1710: Normal +Vertex 1711: Normal +Vertex 1712: Normal +Vertex 1713: Normal +Vertex 1714: Normal +Vertex 1715: Normal +Vertex 1716: Normal +Vertex 1717: Normal +Vertex 1718: Normal +Vertex 1719: Normal +Vertex 1720: Normal +Vertex 1721: Normal +Vertex 1722: Normal +Vertex 1723: Normal +Vertex 1724: Normal +Vertex 1725: Normal +Vertex 1726: Normal +Vertex 1727: Normal +Vertex 1728: Normal +Vertex 1729: Normal +Vertex 1730: Normal +Vertex 1731: Normal +Vertex 1732: Normal +Vertex 1733: Normal +Vertex 1734: Normal +Vertex 1735: Normal +Vertex 1736: Normal +Vertex 1737: Normal +Vertex 1738: Normal +Vertex 1739: Normal +Vertex 1740: Normal +Vertex 1741: Normal +Vertex 1742: Normal +Vertex 1743: Normal +Vertex 1744: Normal +Vertex 1745: Normal +Vertex 1746: Normal +Vertex 1747: Normal +Vertex 1748: Normal +Vertex 1749: Normal +Vertex 1750: Normal +Vertex 1751: Normal +Vertex 1752: Normal +Vertex 1753: Normal +Vertex 1754: Normal +Vertex 1755: Normal +Vertex 1756: Normal +Vertex 1757: Normal +Vertex 1758: Normal +Vertex 1759: Normal +Vertex 1760: Normal +Vertex 1761: Normal +Vertex 1762: Normal +Vertex 1763: Normal +Vertex 1764: Normal +Vertex 1765: Normal +Vertex 1766: Normal +Vertex 1767: Normal +Vertex 1768: Normal +Vertex 1769: Normal +Vertex 1770: Normal +Vertex 1771: Normal +Vertex 1772: Normal +Vertex 1773: Normal +Vertex 1774: Normal +Vertex 1775: Normal +Vertex 1776: Normal +Vertex 1777: Normal +Vertex 1778: Normal +Vertex 1779: Normal +Vertex 1780: Normal +Vertex 1781: Normal +Vertex 1782: Normal +Vertex 1783: Normal +Vertex 1784: Normal +Vertex 1785: Normal +Vertex 1786: Normal +Vertex 1787: Normal +Vertex 1788: Normal +Vertex 1789: Normal +Vertex 1790: Normal +Vertex 1791: Normal +Vertex 1792: Normal +Vertex 1793: Normal +Vertex 1794: Normal +Vertex 1795: Normal +Vertex 1796: Normal +Vertex 1797: Normal +Vertex 1798: Normal +Vertex 1799: Normal +Vertex 1800: Normal +Vertex 1801: Normal +Vertex 1802: Normal +Vertex 1803: Normal +Vertex 1804: Normal +Vertex 1805: Normal +Vertex 1806: Normal +Vertex 1807: Normal +Vertex 1808: Normal +Vertex 1809: Normal +Vertex 1810: Normal +Vertex 1811: Normal +Vertex 1812: Normal +Vertex 1813: Normal +Vertex 1814: Normal +Vertex 1815: Normal +Vertex 1816: Normal +Vertex 1817: Normal +Vertex 1818: Normal +Vertex 1819: Normal +Vertex 1820: Normal +Vertex 1821: Normal +Vertex 1822: Normal +Vertex 1823: Normal +Vertex 1824: Normal +Vertex 1825: Normal +Vertex 1826: Normal +Vertex 1827: Normal +Vertex 1828: Normal +Vertex 1829: Normal +Vertex 1830: Normal +Vertex 1831: Normal +Vertex 1832: Normal +Vertex 1833: Normal +Vertex 1834: Normal +Vertex 1835: Normal +Vertex 1836: Normal +Vertex 1837: Normal +Vertex 1838: Normal +Vertex 1839: Normal +Vertex 1840: Normal +Vertex 1841: Normal +Vertex 1842: Normal +Vertex 1843: Normal +Vertex 1844: Normal +Vertex 1845: Normal +Vertex 1846: Normal +Vertex 1847: Normal +Vertex 1848: Normal +Vertex 1849: Normal +Vertex 1850: Normal +Vertex 1851: Normal +Vertex 1852: Normal +Vertex 1853: Normal +Vertex 1854: Normal +Vertex 1855: Normal +Vertex 1856: Normal +Vertex 1857: Normal +Vertex 1858: Normal +Vertex 1859: Normal +Vertex 1860: Normal +Vertex 1861: Normal +Vertex 1862: Normal +Vertex 1863: Normal +Vertex 1864: Normal +Vertex 1865: Normal +Vertex 1866: Normal +Vertex 1867: Normal +Vertex 1868: Normal +Vertex 1869: Normal +Vertex 1870: Normal +Vertex 1871: Normal +Vertex 1872: Normal +Vertex 1873: Normal +Vertex 1874: Normal +Vertex 1875: Normal +Vertex 1876: Normal +Vertex 1877: Normal +Vertex 1878: Normal +Vertex 1879: Normal +Vertex 1880: Normal +Vertex 1881: Normal +Vertex 1882: Normal +Vertex 1883: Normal +Vertex 1884: Normal +Vertex 1885: Normal +Vertex 1886: Normal +Vertex 1887: Normal +Vertex 1888: Normal +Vertex 1889: Normal +Vertex 1890: Normal +Vertex 1891: Normal +Vertex 1892: Normal +Vertex 1893: Normal +Vertex 1894: Normal +Vertex 1895: Normal +Vertex 1896: Normal +Vertex 1897: Normal +Vertex 1898: Normal +Vertex 1899: Normal +Vertex 1900: Normal +Vertex 1901: Normal +Vertex 1902: Normal +Vertex 1903: Normal +Vertex 1904: Normal +Vertex 1905: Normal +Vertex 1906: Normal +Vertex 1907: Normal +Vertex 1908: Normal +Vertex 1909: Normal +Vertex 1910: Normal +Vertex 1911: Normal +Vertex 1912: Normal +Vertex 1913: Normal +Vertex 1914: Normal +Vertex 1915: Normal +Vertex 1916: Normal +Vertex 1917: Normal +Vertex 1918: Normal +Vertex 1919: Normal +Vertex 1920: Normal +Vertex 1921: Normal +Vertex 1922: Normal +Vertex 1923: Normal +Vertex 1924: Normal +Vertex 1925: Normal +Vertex 1926: Normal +Vertex 1927: Normal +Vertex 1928: Normal +Vertex 1929: Normal +Vertex 1930: Normal +Vertex 1931: Normal +Vertex 1932: Normal +Vertex 1933: Normal +Vertex 1934: Normal +Vertex 1935: Normal +Vertex 1936: Normal +Vertex 1937: Normal +Vertex 1938: Normal +Vertex 1939: Normal +Vertex 1940: Normal +Vertex 1941: Normal +Vertex 1942: Normal +Vertex 1943: Normal +Vertex 1944: Normal +Vertex 1945: Normal +Vertex 1946: Normal +Vertex 1947: Normal +Vertex 1948: Normal +Vertex 1949: Normal +Vertex 1950: Normal +Vertex 1951: Normal +Vertex 1952: Normal +Vertex 1953: Normal +Vertex 1954: Normal +Vertex 1955: Normal +Vertex 1956: Normal +Vertex 1957: Normal +Vertex 1958: Normal +Vertex 1959: Normal +Vertex 1960: Normal +Vertex 1961: Normal +Vertex 1962: Normal +Vertex 1963: Normal +Vertex 1964: Normal +Vertex 1965: Normal +Vertex 1966: Normal +Vertex 1967: Normal +Vertex 1968: Normal +Vertex 1969: Normal +Vertex 1970: Normal +Vertex 1971: Normal +Vertex 1972: Normal +Vertex 1973: Normal +Vertex 1974: Normal +Vertex 1975: Normal +Vertex 1976: Normal +Vertex 1977: Normal +Vertex 1978: Normal +Vertex 1979: Normal +Vertex 1980: Normal +Vertex 1981: Normal +Vertex 1982: Normal +Vertex 1983: Normal +Vertex 1984: Normal +Vertex 1985: Normal +Vertex 1986: Normal +Vertex 1987: Normal +Vertex 1988: Normal +Vertex 1989: Normal +Vertex 1990: Normal +Vertex 1991: Normal +Vertex 1992: Normal +Vertex 1993: Normal +Vertex 1994: Normal +Vertex 1995: Normal +Vertex 1996: Normal +Vertex 1997: Normal +Vertex 1998: Normal +Vertex 1999: Normal +Vertex 2000: Normal +Vertex 2001: Normal +Vertex 2002: Normal +Vertex 2003: Normal +Vertex 2004: Normal +Vertex 2005: Normal +Vertex 2006: Normal +Vertex 2007: Normal +Vertex 2008: Normal +Vertex 2009: Normal +Vertex 2010: Normal +Vertex 2011: Normal +Vertex 2012: Normal +Vertex 2013: Normal +Vertex 2014: Normal +Vertex 2015: Normal +Vertex 2016: Normal +Vertex 2017: Normal +Vertex 2018: Normal +Vertex 2019: Normal +Vertex 2020: Normal +Vertex 2021: Normal +Vertex 2022: Normal +Vertex 2023: Normal +Vertex 2024: Normal +Vertex 2025: Normal +Vertex 2026: Normal +Vertex 2027: Normal +Vertex 2028: Normal +Vertex 2029: Normal +Vertex 2030: Normal +Vertex 2031: Normal +Vertex 2032: Normal +Vertex 2033: Normal +Vertex 2034: Normal +Vertex 2035: Normal +Vertex 2036: Normal +Vertex 2037: Normal +Vertex 2038: Normal +Vertex 2039: Normal +Vertex 2040: Normal +Vertex 2041: Normal +Vertex 2042: Normal +Vertex 2043: Normal +Vertex 2044: Normal +Vertex 2045: Normal +Vertex 2046: Normal +Vertex 2047: Normal +Vertex 2048: Normal +Vertex 2049: Normal +Vertex 2050: Normal +Vertex 2051: Normal +Vertex 2052: Normal +Vertex 2053: Normal +Vertex 2054: Normal +Vertex 2055: Normal +Vertex 2056: Normal +Vertex 2057: Normal +Vertex 2058: Normal +Vertex 2059: Normal +Vertex 2060: Normal +Vertex 2061: Normal +Vertex 2062: Normal +Vertex 2063: Normal +Vertex 2064: Normal +Vertex 2065: Normal +Vertex 2066: Normal +Vertex 2067: Normal +Vertex 2068: Normal +Vertex 2069: Normal +Vertex 2070: Normal +Vertex 2071: Normal +Vertex 2072: Normal +Vertex 2073: Normal +Vertex 2074: Normal +Vertex 2075: Normal +Vertex 2076: Normal +Vertex 2077: Normal +Vertex 2078: Normal +Vertex 2079: Normal +Vertex 2080: Normal +Vertex 2081: Normal +Vertex 2082: Normal +Vertex 2083: Normal +Vertex 2084: Normal +Vertex 2085: Normal +Vertex 2086: Normal +Vertex 2087: Normal +Vertex 2088: Normal +Vertex 2089: Normal +Vertex 2090: Normal +Vertex 2091: Normal +Vertex 2092: Normal +Vertex 2093: Normal +Vertex 2094: Normal +Vertex 2095: Normal +Vertex 2096: Normal +Vertex 2097: Normal +Vertex 2098: Normal +Vertex 2099: Normal +Vertex 2100: Normal +Vertex 2101: Normal +Vertex 2102: Normal +Vertex 2103: Normal +Vertex 2104: Normal +Vertex 2105: Normal +Vertex 2106: Normal +Vertex 2107: Normal +Vertex 2108: Normal +Vertex 2109: Normal +Vertex 2110: Normal +Vertex 2111: Normal +Vertex 2112: Normal +Vertex 2113: Normal +Vertex 2114: Normal +Vertex 2115: Normal +Vertex 2116: Normal +Vertex 2117: Normal +Vertex 2118: Normal +Vertex 2119: Normal +Vertex 2120: Normal +Vertex 2121: Normal +Vertex 2122: Normal +Vertex 2123: Normal +Vertex 2124: Normal +Vertex 2125: Normal +Vertex 2126: Normal +Vertex 2127: Normal +Vertex 2128: Normal +Vertex 2129: Normal +Vertex 2130: Normal +Vertex 2131: Normal +Vertex 2132: Normal +Vertex 2133: Normal +Vertex 2134: Normal +Vertex 2135: Normal +Vertex 2136: Normal +Vertex 2137: Normal +Vertex 2138: Normal +Vertex 2139: Normal +Vertex 2140: Normal +Vertex 2141: Normal +Vertex 2142: Normal +Vertex 2143: Normal +Vertex 2144: Normal +Vertex 2145: Normal +Vertex 2146: Normal +Vertex 2147: Normal +Vertex 2148: Normal +Vertex 2149: Normal +Vertex 2150: Normal +Vertex 2151: Normal +Vertex 2152: Normal +Vertex 2153: Normal +Vertex 2154: Normal +Vertex 2155: Normal +Vertex 2156: Normal +Vertex 2157: Normal +Vertex 2158: Normal +Vertex 2159: Normal +Vertex 2160: Normal +Vertex 2161: Normal +Vertex 2162: Normal +Vertex 2163: Normal +Vertex 2164: Normal +Vertex 2165: Normal +Vertex 2166: Normal +Vertex 2167: Normal +Vertex 2168: Normal +Vertex 2169: Normal +Vertex 2170: Normal +Vertex 2171: Normal +Vertex 2172: Normal +Vertex 2173: Normal +Vertex 2174: Normal +Vertex 2175: Normal +Vertex 2176: Normal +Vertex 2177: Normal +Vertex 2178: Normal +Vertex 2179: Normal +Vertex 2180: Normal +Vertex 2181: Normal +Vertex 2182: Normal +Vertex 2183: Normal +Vertex 2184: Normal +Vertex 2185: Normal +Vertex 2186: Normal +Vertex 2187: Normal +Vertex 2188: Normal +Vertex 2189: Normal +Vertex 2190: Normal +Vertex 2191: Normal +Vertex 2192: Normal +Vertex 2193: Normal +Vertex 2194: Normal +Vertex 2195: Normal +Vertex 2196: Normal +Vertex 2197: Normal +Vertex 2198: Normal +Vertex 2199: Normal +Vertex 2200: Normal +Vertex 2201: Normal +Vertex 2202: Normal +Vertex 2203: Normal +Vertex 2204: Normal +Vertex 2205: Normal +Vertex 2206: Normal +Vertex 2207: Normal +Vertex 2208: Normal +Vertex 2209: Normal +Vertex 2210: Normal +Vertex 2211: Normal +Vertex 2212: Normal +Vertex 2213: Normal +Vertex 2214: Normal +Vertex 2215: Normal +Vertex 2216: Normal +Vertex 2217: Normal +Vertex 2218: Normal +Vertex 2219: Normal +Vertex 2220: Normal +Vertex 2221: Normal +Vertex 2222: Normal +Vertex 2223: Normal +Vertex 2224: Normal +Vertex 2225: Normal +Vertex 2226: Normal +Vertex 2227: Normal +Vertex 2228: Normal +Vertex 2229: Normal +Vertex 2230: Normal +Vertex 2231: Normal +Vertex 2232: Normal +Vertex 2233: Normal +Vertex 2234: Normal +Vertex 2235: Normal +Vertex 2236: Normal +Vertex 2237: Normal +Vertex 2238: Normal +Vertex 2239: Normal +Vertex 2240: Normal +Vertex 2241: Normal +Vertex 2242: Normal +Vertex 2243: Normal +Vertex 2244: Normal +Vertex 2245: Normal +Vertex 2246: Normal +Vertex 2247: Normal +Vertex 2248: Normal +Vertex 2249: Normal +Vertex 2250: Normal +Vertex 2251: Normal +Vertex 2252: Normal +Vertex 2253: Normal +Vertex 2254: Normal +Vertex 2255: Normal +Vertex 2256: Normal +Vertex 2257: Normal +Vertex 2258: Normal +Vertex 2259: Normal +Vertex 2260: Normal +Vertex 2261: Normal +Vertex 2262: Normal +Vertex 2263: Normal +Vertex 2264: Normal +Vertex 2265: Normal +Vertex 2266: Normal +Vertex 2267: Normal +Vertex 2268: Normal +Vertex 2269: Normal +Vertex 2270: Normal +Vertex 2271: Normal +Vertex 2272: Normal +Vertex 2273: Normal +Vertex 2274: Normal +Vertex 2275: Normal +Vertex 2276: Normal +Vertex 2277: Normal +Vertex 2278: Normal +Vertex 2279: Normal +Vertex 2280: Normal +Vertex 2281: Normal +Vertex 2282: Normal +Vertex 2283: Normal +Vertex 2284: Normal +Vertex 2285: Normal +Vertex 2286: Normal +Vertex 2287: Normal +Vertex 2288: Normal +Vertex 2289: Normal +Vertex 2290: Normal +Vertex 2291: Normal +Vertex 2292: Normal +Vertex 2293: Normal +Vertex 2294: Normal +Vertex 2295: Normal +Vertex 2296: Normal +Vertex 2297: Normal +Vertex 2298: Normal +Vertex 2299: Normal +Vertex 2300: Normal +Vertex 2301: Normal +Vertex 2302: Normal +Vertex 2303: Normal +Vertex 2304: Normal +Vertex 2305: Normal +Vertex 2306: Normal +Vertex 2307: Normal +Vertex 2308: Normal +Vertex 2309: Normal +Vertex 2310: Normal +Vertex 2311: Normal +Vertex 2312: Normal +Vertex 2313: Normal +Vertex 2314: Normal +Vertex 2315: Normal +Vertex 2316: Normal +Vertex 2317: Normal +Vertex 2318: Normal +Vertex 2319: Normal +Vertex 2320: Normal +Vertex 2321: Normal +Vertex 2322: Normal +Vertex 2323: Normal +Vertex 2324: Normal +Vertex 2325: Normal +Vertex 2326: Normal +Vertex 2327: Normal +Vertex 2328: Normal +Vertex 2329: Normal +Vertex 2330: Normal +Vertex 2331: Normal +Vertex 2332: Normal +Vertex 2333: Normal +Vertex 2334: Normal +Vertex 2335: Normal +Vertex 2336: Normal +Vertex 2337: Normal +Vertex 2338: Normal +Vertex 2339: Normal +Vertex 2340: Normal +Vertex 2341: Normal +Vertex 2342: Normal +Vertex 2343: Normal +Vertex 2344: Normal +Vertex 2345: Normal +Vertex 2346: Normal +Vertex 2347: Normal +Vertex 2348: Normal +Vertex 2349: Normal +Vertex 2350: Normal +Vertex 2351: Normal +Vertex 2352: Normal +Vertex 2353: Normal +Vertex 2354: Normal +Vertex 2355: Normal +Vertex 2356: Normal +Vertex 2357: Normal +Vertex 2358: Normal +Vertex 2359: Normal +Vertex 2360: Normal +Vertex 2361: Normal +Vertex 2362: Normal +Vertex 2363: Normal +Vertex 2364: Normal +Vertex 2365: Normal +Vertex 2366: Normal +Vertex 2367: Normal +Vertex 2368: Normal +Vertex 2369: Normal +Vertex 2370: Normal +Vertex 2371: Normal +Vertex 2372: Normal +Vertex 2373: Normal +Vertex 2374: Normal +Vertex 2375: Normal +Vertex 2376: Normal +Vertex 2377: Normal +Vertex 2378: Normal +Vertex 2379: Normal +Vertex 2380: Normal +Vertex 2381: Normal +Vertex 2382: Normal +Vertex 2383: Normal +Vertex 2384: Normal +Vertex 2385: Normal +Vertex 2386: Normal +Vertex 2387: Normal +Vertex 2388: Normal +Vertex 2389: Normal +Vertex 2390: Normal +Vertex 2391: Normal +Vertex 2392: Normal +Vertex 2393: Normal +Vertex 2394: Normal +Vertex 2395: Normal +Vertex 2396: Normal +Vertex 2397: Normal +Vertex 2398: Normal +Vertex 2399: Normal +Vertex 2400: Normal +Vertex 2401: Normal +Vertex 2402: Normal +Vertex 2403: Normal +Vertex 2404: Normal +Vertex 2405: Normal +Vertex 2406: Normal +Vertex 2407: Normal +Vertex 2408: Normal +Vertex 2409: Normal +Vertex 2410: Normal +Vertex 2411: Normal +Vertex 2412: Normal +Vertex 2413: Normal +Vertex 2414: Normal +Vertex 2415: Normal +Vertex 2416: Normal +Vertex 2417: Normal +Vertex 2418: Normal +Vertex 2419: Normal +Vertex 2420: Normal +Vertex 2421: Normal +Vertex 2422: Normal +Vertex 2423: Normal +Vertex 2424: Normal +Vertex 2425: Normal +Vertex 2426: Normal +Vertex 2427: Normal +Vertex 2428: Normal +Vertex 2429: Normal +Vertex 2430: Normal +Vertex 2431: Normal +Vertex 2432: Normal +Vertex 2433: Normal +Vertex 2434: Normal +Vertex 2435: Normal +Vertex 2436: Normal +Vertex 2437: Normal +Vertex 2438: Normal +Vertex 2439: Normal +Vertex 2440: Normal +Vertex 2441: Normal +Vertex 2442: Normal +Vertex 2443: Normal +Vertex 2444: Normal +Vertex 2445: Normal +Vertex 2446: Normal +Vertex 2447: Normal +Vertex 2448: Normal +Vertex 2449: Normal +Vertex 2450: Normal +Vertex 2451: Normal +Vertex 2452: Normal +Vertex 2453: Normal +Vertex 2454: Normal +Vertex 2455: Normal +Vertex 2456: Normal +Vertex 2457: Normal +Vertex 2458: Normal +Vertex 2459: Normal +Vertex 2460: Normal +Vertex 2461: Normal +Vertex 2462: Normal +Vertex 2463: Normal +Vertex 2464: Normal +Vertex 2465: Normal +Vertex 2466: Normal +Vertex 2467: Normal +Vertex 2468: Normal +Vertex 2469: Normal +Vertex 2470: Normal +Vertex 2471: Normal +Vertex 2472: Normal +Vertex 2473: Normal +Vertex 2474: Normal +Vertex 2475: Normal +Vertex 2476: Normal +Vertex 2477: Normal +Vertex 2478: Normal +Vertex 2479: Normal +Vertex 2480: Normal +Vertex 2481: Normal +Vertex 2482: Normal +Vertex 2483: Normal +Vertex 2484: Normal +Vertex 2485: Normal +Vertex 2486: Normal +Vertex 2487: Normal +Vertex 2488: Normal +Vertex 2489: Normal +Vertex 2490: Normal +Vertex 2491: Normal +Vertex 2492: Normal +Vertex 2493: Normal +Vertex 2494: Normal +Vertex 2495: Normal +Vertex 2496: Normal +Vertex 2497: Normal +Vertex 2498: Normal +Vertex 2499: Normal +Vertex 2500: Normal +Vertex 2501: Normal +Vertex 2502: Normal +Vertex 2503: Normal +Vertex 2504: Normal +Vertex 2505: Normal +Vertex 2506: Normal +Vertex 2507: Normal +Vertex 2508: Normal +Vertex 2509: Normal +Vertex 2510: Normal +Vertex 2511: Normal +Vertex 2512: Normal +Vertex 2513: Normal +Vertex 2514: Normal +Vertex 2515: Normal +Vertex 2516: Normal +Vertex 2517: Normal +Vertex 2518: Normal +Vertex 2519: Normal +Vertex 2520: Normal +Vertex 2521: Normal +Vertex 2522: Normal +Vertex 2523: Normal +Vertex 2524: Normal +Vertex 2525: Normal +Vertex 2526: Normal +Vertex 2527: Normal +Vertex 2528: Normal +Vertex 2529: Normal +Vertex 2530: Normal +Vertex 2531: Normal +Vertex 2532: Normal +Vertex 2533: Normal +Vertex 2534: Normal +Vertex 2535: Normal +Vertex 2536: Normal +Vertex 2537: Normal +Vertex 2538: Normal +Vertex 2539: Normal +Vertex 2540: Normal +Vertex 2541: Normal +Vertex 2542: Normal +Vertex 2543: Normal +Vertex 2544: Normal +Vertex 2545: Normal +Vertex 2546: Normal +Vertex 2547: Normal +Vertex 2548: Normal +Vertex 2549: Normal +Vertex 2550: Normal +Vertex 2551: Normal +Vertex 2552: Normal +Vertex 2553: Normal +Vertex 2554: Normal +Vertex 2555: Normal +Vertex 2556: Normal +Vertex 2557: Normal +Vertex 2558: Normal +Vertex 2559: Normal +Vertex 2560: Normal +Vertex 2561: Normal +Vertex 2562: Normal +Vertex 2563: Normal +Vertex 2564: Normal +Vertex 2565: Normal +Vertex 2566: Normal +Vertex 2567: Normal +Vertex 2568: Normal +Vertex 2569: Normal +Vertex 2570: Normal +Vertex 2571: Normal +Vertex 2572: Normal +Vertex 2573: Normal +Vertex 2574: Normal +Vertex 2575: Normal +Vertex 2576: Normal +Vertex 2577: Normal +Vertex 2578: Normal +Vertex 2579: Normal +Vertex 2580: Normal +Vertex 2581: Normal +Vertex 2582: Normal +Vertex 2583: Normal +Vertex 2584: Normal +Vertex 2585: Normal +Vertex 2586: Normal +Vertex 2587: Normal +Vertex 2588: Normal +Vertex 2589: Normal +Vertex 2590: Normal +Vertex 2591: Normal +Vertex 2592: Normal +Vertex 2593: Normal +Vertex 2594: Normal +Vertex 2595: Normal +Vertex 2596: Normal +Vertex 2597: Normal +Vertex 2598: Normal +Vertex 2599: Normal +Vertex 2600: Normal +Vertex 2601: Normal +Vertex 2602: Normal +Vertex 2603: Normal +Vertex 2604: Normal +Vertex 2605: Normal +Vertex 2606: Normal +Vertex 2607: Normal +Vertex 2608: Normal +Vertex 2609: Normal +Vertex 2610: Normal +Vertex 2611: Normal +Vertex 2612: Normal +Vertex 2613: Normal +Vertex 2614: Normal +Vertex 2615: Normal +Vertex 2616: Normal +Vertex 2617: Normal +Vertex 2618: Normal +Vertex 2619: Normal +Vertex 2620: Normal +Vertex 2621: Normal +Vertex 2622: Normal +Vertex 2623: Normal +Vertex 2624: Normal +Vertex 2625: Normal +Vertex 2626: Normal +Vertex 2627: Normal +Vertex 2628: Normal +Vertex 2629: Normal +Vertex 2630: Normal +Vertex 2631: Normal +Vertex 2632: Normal +Vertex 2633: Normal +Vertex 2634: Normal +Vertex 2635: Normal +Vertex 2636: Normal +Vertex 2637: Normal +Vertex 2638: Normal +Vertex 2639: Normal +Vertex 2640: Normal +Vertex 2641: Normal +Vertex 2642: Normal +Vertex 2643: Normal +Vertex 2644: Normal +Vertex 2645: Normal +Vertex 2646: Normal +Vertex 2647: Normal +Vertex 2648: Normal +Vertex 2649: Normal +Vertex 2650: Normal +Vertex 2651: Normal +Vertex 2652: Normal +Vertex 2653: Normal +Vertex 2654: Normal +Vertex 2655: Normal +Vertex 2656: Normal +Vertex 2657: Normal +Vertex 2658: Normal +Vertex 2659: Normal +Vertex 2660: Normal +Vertex 2661: Normal +Vertex 2662: Normal +Vertex 2663: Normal +Vertex 2664: Normal +Vertex 2665: Normal +Vertex 2666: Normal +Vertex 2667: Normal +Vertex 2668: Normal +Vertex 2669: Normal +Vertex 2670: Normal +Vertex 2671: Normal +Vertex 2672: Normal +Vertex 2673: Normal +Vertex 2674: Normal +Vertex 2675: Normal +Vertex 2676: Normal +Vertex 2677: Normal +Vertex 2678: Normal +Vertex 2679: Normal +Vertex 2680: Normal +Vertex 2681: Normal +Vertex 2682: Normal +Vertex 2683: Normal +Vertex 2684: Normal +Vertex 2685: Normal +Vertex 2686: Normal +Vertex 2687: Normal +Vertex 2688: Normal +Vertex 2689: Normal +Vertex 2690: Normal +Vertex 2691: Normal +Vertex 2692: Normal +Vertex 2693: Normal +Vertex 2694: Normal +Vertex 2695: Normal +Vertex 2696: Normal +Vertex 2697: Normal +Vertex 2698: Normal +Vertex 2699: Normal +Vertex 2700: Normal +Vertex 2701: Normal +Vertex 2702: Normal +Vertex 2703: Normal +Vertex 2704: Normal +Vertex 2705: Normal +Vertex 2706: Normal +Vertex 2707: Normal +Vertex 2708: Normal +Vertex 2709: Normal +Vertex 2710: Normal +Vertex 2711: Normal +Vertex 2712: Normal +Vertex 2713: Normal +Vertex 2714: Normal +Vertex 2715: Normal +Vertex 2716: Normal +Vertex 2717: Normal +Vertex 2718: Normal +Vertex 2719: Normal +Vertex 2720: Normal +Vertex 2721: Normal +Vertex 2722: Normal +Vertex 2723: Normal +Vertex 2724: Normal +Vertex 2725: Normal +Vertex 2726: Normal +Vertex 2727: Normal +Vertex 2728: Normal +Vertex 2729: Normal +Vertex 2730: Normal +Vertex 2731: Normal +Vertex 2732: Normal +Vertex 2733: Normal +Vertex 2734: Normal +Vertex 2735: Normal +Vertex 2736: Normal +Vertex 2737: Normal +Vertex 2738: Normal +Vertex 2739: Normal +Vertex 2740: Normal +Vertex 2741: Normal +Vertex 2742: Normal +Vertex 2743: Normal +Vertex 2744: Normal +Vertex 2745: Normal +Vertex 2746: Normal +Vertex 2747: Normal +Vertex 2748: Normal +Vertex 2749: Normal +Vertex 2750: Normal +Vertex 2751: Normal +Vertex 2752: Normal +Vertex 2753: Normal +Vertex 2754: Normal +Vertex 2755: Normal +Vertex 2756: Normal +Vertex 2757: Normal +Vertex 2758: Normal +Vertex 2759: Normal +Vertex 2760: Normal +Vertex 2761: Normal +Vertex 2762: Normal +Vertex 2763: Normal +Vertex 2764: Normal +Vertex 2765: Normal +Vertex 2766: Normal +Vertex 2767: Normal +Vertex 2768: Normal +Vertex 2769: Normal +Vertex 2770: Normal +Vertex 2771: Normal +Vertex 2772: Normal +Vertex 2773: Normal +Vertex 2774: Normal +Vertex 2775: Normal +Vertex 2776: Normal +Vertex 2777: Normal +Vertex 2778: Normal +Vertex 2779: Normal +Vertex 2780: Normal +Vertex 2781: Normal +Vertex 2782: Normal +Vertex 2783: Normal +Vertex 2784: Normal +Vertex 2785: Normal +Vertex 2786: Normal +Vertex 2787: Normal +Vertex 2788: Normal +Vertex 2789: Normal +Vertex 2790: Normal +Vertex 2791: Normal +Vertex 2792: Normal +Vertex 2793: Normal +Vertex 2794: Normal +Vertex 2795: Normal +Vertex 2796: Normal +Vertex 2797: Normal +Vertex 2798: Normal +Vertex 2799: Normal +Vertex 2800: Normal +Vertex 2801: Normal +Vertex 2802: Normal +Vertex 2803: Normal +Vertex 2804: Normal +Vertex 2805: Normal +Vertex 2806: Normal +Vertex 2807: Normal +Vertex 2808: Normal +Vertex 2809: Normal +Vertex 2810: Normal +Vertex 2811: Normal +Vertex 2812: Normal +Vertex 2813: Normal +Vertex 2814: Normal +Vertex 2815: Normal +Vertex 2816: Normal +Vertex 2817: Normal +Vertex 2818: Normal +Vertex 2819: Normal +Vertex 2820: Normal +Vertex 2821: Normal +Vertex 2822: Normal +Vertex 2823: Normal +Vertex 2824: Normal +Vertex 2825: Normal +Vertex 2826: Normal +Vertex 2827: Normal +Vertex 2828: Normal +Vertex 2829: Normal +Vertex 2830: Normal +Vertex 2831: Normal +Vertex 2832: Normal +Vertex 2833: Normal +Vertex 2834: Normal +Vertex 2835: Normal +Vertex 2836: Normal +Vertex 2837: Normal +Vertex 2838: Normal +Vertex 2839: Normal +Vertex 2840: Normal +Vertex 2841: Normal +Vertex 2842: Normal +Vertex 2843: Normal +Vertex 2844: Normal +Vertex 2845: Normal +Vertex 2846: Normal +Vertex 2847: Normal +Vertex 2848: Normal +Vertex 2849: Normal +Vertex 2850: Normal +Vertex 2851: Normal +Vertex 2852: Normal +Vertex 2853: Normal +Vertex 2854: Normal +Vertex 2855: Normal +Vertex 2856: Normal +Vertex 2857: Normal +Vertex 2858: Normal +Vertex 2859: Normal +Vertex 2860: Normal +Vertex 2861: Normal +Vertex 2862: Normal +Vertex 2863: Normal +Vertex 2864: Normal +Vertex 2865: Normal +Vertex 2866: Normal +Vertex 2867: Normal +Vertex 2868: Normal +Vertex 2869: Normal +Vertex 2870: Normal +Vertex 2871: Normal +Vertex 2872: Normal +Vertex 2873: Normal +Vertex 2874: Normal +Vertex 2875: Normal +Vertex 2876: Normal +Vertex 2877: Normal +Vertex 2878: Normal +Vertex 2879: Normal +Vertex 2880: Normal +Vertex 2881: Normal +Vertex 2882: Normal +Vertex 2883: Normal +Vertex 2884: Normal +Vertex 2885: Normal +Vertex 2886: Normal +Vertex 2887: Normal +Vertex 2888: Normal +Vertex 2889: Normal +Vertex 2890: Normal +Vertex 2891: Normal +Vertex 2892: Normal +Vertex 2893: Normal +Vertex 2894: Normal +Vertex 2895: Normal +Vertex 2896: Normal +Vertex 2897: Normal +Vertex 2898: Normal +Vertex 2899: Normal +Vertex 2900: Normal +Vertex 2901: Normal +Vertex 2902: Normal +Vertex 2903: Normal +Vertex 2904: Normal +Vertex 2905: Normal +Vertex 2906: Normal +Vertex 2907: Normal +Vertex 2908: Normal +Vertex 2909: Normal +Vertex 2910: Normal +Vertex 2911: Normal +Vertex 2912: Normal +Vertex 2913: Normal +Vertex 2914: Normal +Vertex 2915: Normal +Vertex 2916: Normal +Vertex 2917: Normal +Vertex 2918: Normal +Vertex 2919: Normal +Vertex 2920: Normal +Vertex 2921: Normal +Vertex 2922: Normal +Vertex 2923: Normal +Vertex 2924: Normal +Vertex 2925: Normal +Vertex 2926: Normal +Vertex 2927: Normal +Vertex 2928: Normal +Vertex 2929: Normal +Vertex 2930: Normal +Vertex 2931: Normal +Vertex 2932: Normal +Vertex 2933: Normal +Vertex 2934: Normal +Vertex 2935: Normal +Vertex 2936: Normal +Vertex 2937: Normal +Vertex 2938: Normal +Vertex 2939: Normal +Vertex 2940: Normal +Vertex 2941: Normal +Vertex 2942: Normal +Vertex 2943: Normal +Vertex 2944: Normal +Vertex 2945: Normal +Vertex 2946: Normal +Vertex 2947: Normal +Vertex 2948: Normal +Vertex 2949: Normal +Vertex 2950: Normal +Vertex 2951: Normal +Vertex 2952: Normal +Vertex 2953: Normal +Vertex 2954: Normal +Vertex 2955: Normal +Vertex 2956: Normal +Vertex 2957: Normal +Vertex 2958: Normal +Vertex 2959: Normal +Vertex 2960: Normal +Vertex 2961: Normal +Vertex 2962: Normal +Vertex 2963: Normal +Vertex 2964: Normal +Vertex 2965: Normal +Vertex 2966: Normal +Vertex 2967: Normal +Vertex 2968: Normal +Vertex 2969: Normal +Vertex 2970: Normal +Vertex 2971: Normal +Vertex 2972: Normal +Vertex 2973: Normal +Vertex 2974: Normal +Vertex 2975: Normal +Vertex 2976: Normal +Vertex 2977: Normal +Vertex 2978: Normal +Vertex 2979: Normal +Vertex 2980: Normal +Vertex 2981: Normal +Vertex 2982: Normal +Vertex 2983: Normal +Vertex 2984: Normal +Vertex 2985: Normal +Vertex 2986: Normal +Vertex 2987: Normal +Vertex 2988: Normal +Vertex 2989: Normal +Vertex 2990: Normal +Vertex 2991: Normal +Vertex 2992: Normal +Vertex 2993: Normal +Vertex 2994: Normal +Vertex 2995: Normal +Vertex 2996: Normal +Vertex 2997: Normal +Vertex 2998: Normal +Vertex 2999: Normal +Vertex 3000: Normal +Vertex 3001: Normal +Vertex 3002: Normal +Vertex 3003: Normal +Vertex 3004: Normal +Vertex 3005: Normal +Vertex 3006: Normal +Vertex 3007: Normal +Vertex 3008: Normal +Vertex 3009: Normal +Vertex 3010: Normal +Vertex 3011: Normal +Vertex 3012: Normal +Vertex 3013: Normal +Vertex 3014: Normal +Vertex 3015: Normal +Vertex 3016: Normal +Vertex 3017: Normal +Vertex 3018: Normal +Vertex 3019: Normal +Vertex 3020: Normal +Vertex 3021: Normal +Vertex 3022: Normal +Vertex 3023: Normal +Vertex 3024: Normal +Vertex 3025: Normal +Vertex 3026: Normal +Vertex 3027: Normal +Vertex 3028: Normal +Vertex 3029: Normal +Vertex 3030: Normal +Vertex 3031: Normal +Vertex 3032: Normal +Vertex 3033: Normal +Vertex 3034: Normal +Vertex 3035: Normal +Vertex 3036: Normal +Vertex 3037: Normal +Vertex 3038: Normal +Vertex 3039: Normal +Vertex 3040: Normal +Vertex 3041: Normal +Vertex 3042: Normal +Vertex 3043: Normal +Vertex 3044: Normal +Vertex 3045: Normal +Vertex 3046: Normal +Vertex 3047: Normal +Vertex 3048: Normal +Vertex 3049: Normal +Vertex 3050: Normal +Vertex 3051: Normal +Vertex 3052: Normal +Vertex 3053: Normal +Vertex 3054: Normal +Vertex 3055: Normal +Vertex 3056: Normal +Vertex 3057: Normal +Vertex 3058: Normal +Vertex 3059: Normal +Vertex 3060: Normal +Vertex 3061: Normal +Vertex 3062: Normal +Vertex 3063: Normal +Vertex 3064: Normal +Vertex 3065: Normal +Vertex 3066: Normal +Vertex 3067: Normal +Vertex 3068: Normal +Vertex 3069: Normal +Vertex 3070: Normal +Vertex 3071: Normal +Vertex 3072: Normal +Vertex 3073: Normal +Vertex 3074: Normal +Vertex 3075: Normal +Vertex 3076: Normal +Vertex 3077: Normal +Vertex 3078: Normal +Vertex 3079: Normal +Vertex 3080: Normal +Vertex 3081: Normal +Vertex 3082: Normal +Vertex 3083: Normal +Vertex 3084: Normal +Vertex 3085: Normal +Vertex 3086: Normal +Vertex 3087: Normal +Vertex 3088: Normal +Vertex 3089: Normal +Vertex 3090: Normal +Vertex 3091: Normal +Vertex 3092: Normal +Vertex 3093: Normal +Vertex 3094: Normal +Vertex 3095: Normal +Vertex 3096: Normal +Vertex 3097: Normal +Vertex 3098: Normal +Vertex 3099: Normal +Vertex 3100: Normal +Vertex 3101: Normal +Vertex 3102: Normal +Vertex 3103: Normal +Vertex 3104: Normal +Vertex 3105: Normal +Vertex 3106: Normal +Vertex 3107: Normal +Vertex 3108: Normal +Vertex 3109: Normal +Vertex 3110: Normal +Vertex 3111: Normal +Vertex 3112: Normal +Vertex 3113: Normal +Vertex 3114: Normal +Vertex 3115: Normal +Vertex 3116: Normal +Vertex 3117: Normal +Vertex 3118: Normal +Vertex 3119: Normal +Vertex 3120: Normal +Vertex 3121: Normal +Vertex 3122: Normal +Vertex 3123: Normal +Vertex 3124: Normal +Vertex 3125: Normal +Vertex 3126: Normal +Vertex 3127: Normal +Vertex 3128: Normal +Vertex 3129: Normal +Vertex 3130: Normal +Vertex 3131: Normal +Vertex 3132: Normal +Vertex 3133: Normal +Vertex 3134: Normal +Vertex 3135: Normal +Vertex 3136: Normal +Vertex 3137: Normal +Vertex 3138: Normal +Vertex 3139: Normal +Vertex 3140: Normal +Vertex 3141: Normal +Vertex 3142: Normal +Vertex 3143: Normal +Vertex 3144: Normal +Vertex 3145: Normal +Vertex 3146: Normal +Vertex 3147: Normal +Vertex 3148: Normal +Vertex 3149: Normal +Vertex 3150: Normal +Vertex 3151: Normal +Vertex 3152: Normal +Vertex 3153: Normal +Vertex 3154: Normal +Vertex 3155: Normal +Vertex 3156: Normal +Vertex 3157: Normal +Vertex 3158: Normal +Vertex 3159: Normal +Vertex 3160: Normal +Vertex 3161: Normal +Vertex 3162: Normal +Vertex 3163: Normal +Vertex 3164: Normal +Vertex 3165: Normal +Vertex 3166: Normal +Vertex 3167: Normal +Vertex 3168: Normal +Vertex 3169: Normal +Vertex 3170: Normal +Vertex 3171: Normal +Vertex 3172: Normal +Vertex 3173: Normal +Vertex 3174: Normal +Vertex 3175: Normal +Vertex 3176: Normal +Vertex 3177: Normal +Vertex 3178: Normal +Vertex 3179: Normal +Vertex 3180: Normal +Vertex 3181: Normal +Vertex 3182: Normal +Vertex 3183: Normal +Vertex 3184: Normal +Vertex 3185: Normal +Vertex 3186: Normal +Vertex 3187: Normal +Vertex 3188: Normal +Vertex 3189: Normal +Vertex 3190: Normal +Vertex 3191: Normal +Vertex 3192: Normal +Vertex 3193: Normal +Vertex 3194: Normal +Vertex 3195: Normal +Vertex 3196: Normal +Vertex 3197: Normal +Vertex 3198: Normal +Vertex 3199: Normal +Vertex 3200: Normal +Vertex 3201: Normal +Vertex 3202: Normal +Vertex 3203: Normal +Vertex 3204: Normal +Vertex 3205: Normal +Vertex 3206: Normal +Vertex 3207: Normal +Vertex 3208: Normal +Vertex 3209: Normal +Vertex 3210: Normal +Vertex 3211: Normal +Vertex 3212: Normal +Vertex 3213: Normal +Vertex 3214: Normal +Vertex 3215: Normal +Vertex 3216: Normal +Vertex 3217: Normal +Vertex 3218: Normal +Vertex 3219: Normal +Vertex 3220: Normal +Vertex 3221: Normal +Vertex 3222: Normal +Vertex 3223: Normal +Vertex 3224: Normal +Vertex 3225: Normal +Vertex 3226: Normal +Vertex 3227: Normal +Vertex 3228: Normal +Vertex 3229: Normal +Vertex 3230: Normal +Vertex 3231: Normal +Vertex 3232: Normal +Vertex 3233: Normal +Vertex 3234: Normal +Vertex 3235: Normal +Vertex 3236: Normal +Vertex 3237: Normal +Vertex 3238: Normal +Vertex 3239: Normal +Vertex 3240: Normal +Vertex 3241: Normal +Vertex 3242: Normal +Vertex 3243: Normal +Vertex 3244: Normal +Vertex 3245: Normal +Vertex 3246: Normal +Vertex 3247: Normal +Vertex 3248: Normal +Vertex 3249: Normal +Vertex 3250: Normal +Vertex 3251: Normal +Vertex 3252: Normal +Vertex 3253: Normal +Vertex 3254: Normal +Vertex 3255: Normal +Vertex 3256: Normal +Vertex 3257: Normal +Vertex 3258: Normal +Vertex 3259: Normal +Vertex 3260: Normal +Vertex 3261: Normal +Vertex 3262: Normal +Vertex 3263: Normal +Vertex 3264: Normal +Vertex 3265: Normal +Vertex 3266: Normal +Vertex 3267: Normal +Vertex 3268: Normal +Vertex 3269: Normal +Vertex 3270: Normal +Vertex 3271: Normal +Vertex 3272: Normal +Vertex 3273: Normal +Vertex 3274: Normal +Vertex 3275: Normal +Vertex 3276: Normal +Vertex 3277: Normal +Vertex 3278: Normal +Vertex 3279: Normal +Vertex 3280: Normal +Vertex 3281: Normal +Vertex 3282: Normal +Vertex 3283: Normal +Vertex 3284: Normal +Vertex 3285: Normal +Vertex 3286: Normal +Vertex 3287: Normal +Vertex 3288: Normal +Vertex 3289: Normal +Vertex 3290: Normal +Vertex 3291: Normal +Vertex 3292: Normal +Vertex 3293: Normal +Vertex 3294: Normal +Vertex 3295: Normal +Vertex 3296: Normal +Vertex 3297: Normal +Vertex 3298: Normal +Vertex 3299: Normal +Vertex 3300: Normal +Vertex 3301: Normal +Vertex 3302: Normal +Vertex 3303: Normal +Vertex 3304: Normal +Vertex 3305: Normal +Vertex 3306: Normal +Vertex 3307: Normal +Vertex 3308: Normal +Vertex 3309: Normal +Vertex 3310: Normal +Vertex 3311: Normal +Vertex 3312: Normal +Vertex 3313: Normal +Vertex 3314: Normal +Vertex 3315: Normal +Vertex 3316: Normal +Vertex 3317: Normal +Vertex 3318: Normal +Vertex 3319: Normal +Vertex 3320: Normal +Vertex 3321: Normal +Vertex 3322: Normal +Vertex 3323: Normal +Vertex 3324: Normal +Vertex 3325: Normal +Vertex 3326: Normal +Vertex 3327: Normal +Vertex 3328: Normal +Vertex 3329: Normal +Vertex 3330: Normal +Vertex 3331: Normal +Vertex 3332: Normal +Vertex 3333: Normal +Vertex 3334: Normal +Vertex 3335: Normal +Vertex 3336: Normal +Vertex 3337: Normal +Vertex 3338: Normal +Vertex 3339: Normal +Vertex 3340: Normal +Vertex 3341: Normal +Vertex 3342: Normal +Vertex 3343: Normal +Vertex 3344: Normal +Vertex 3345: Normal +Vertex 3346: Normal +Vertex 3347: Normal +Vertex 3348: Normal +Vertex 3349: Normal +Vertex 3350: Normal +Vertex 3351: Normal +Vertex 3352: Normal +Vertex 3353: Normal +Vertex 3354: Normal +Vertex 3355: Normal +Vertex 3356: Normal +Vertex 3357: Normal +Vertex 3358: Normal +Vertex 3359: Normal +Vertex 3360: Normal +Vertex 3361: Normal +Vertex 3362: Normal +Vertex 3363: Normal +Vertex 3364: Normal +Vertex 3365: Normal +Vertex 3366: Normal +Vertex 3367: Normal +Vertex 3368: Normal +Vertex 3369: Normal +Vertex 3370: Normal +Vertex 3371: Normal +Vertex 3372: Normal +Vertex 3373: Normal +Vertex 3374: Normal +Vertex 3375: Normal +Vertex 3376: Normal +Vertex 3377: Normal +Vertex 3378: Normal +Vertex 3379: Normal +Vertex 3380: Normal +Vertex 3381: Normal +Vertex 3382: Normal +Vertex 3383: Normal +Vertex 3384: Normal +Vertex 3385: Normal +Vertex 3386: Normal +Vertex 3387: Normal +Vertex 3388: Normal +Vertex 3389: Normal +Vertex 3390: Normal +Vertex 3391: Normal +Vertex 3392: Normal +Vertex 3393: Normal +Vertex 3394: Normal +Vertex 3395: Normal +Vertex 3396: Normal +Vertex 3397: Normal +Vertex 3398: Normal +Vertex 3399: Normal +Vertex 3400: Normal +Vertex 3401: Normal +Vertex 3402: Normal +Vertex 3403: Normal +Vertex 3404: Normal +Vertex 3405: Normal +Vertex 3406: Normal +Vertex 3407: Normal +Vertex 3408: Normal +Vertex 3409: Normal +Vertex 3410: Normal +Vertex 3411: Normal +Vertex 3412: Normal +Vertex 3413: Normal +Vertex 3414: Normal +Vertex 3415: Normal +Vertex 3416: Normal +Vertex 3417: Normal +Vertex 3418: Normal +Vertex 3419: Normal +Vertex 3420: Normal +Vertex 3421: Normal +Vertex 3422: Normal +Vertex 3423: Normal +Vertex 3424: Normal +Vertex 3425: Normal +Vertex 3426: Normal +Vertex 3427: Normal +Vertex 3428: Normal +Vertex 3429: Normal +Vertex 3430: Normal +Vertex 3431: Normal +Vertex 3432: Normal +Vertex 3433: Normal +Vertex 3434: Normal +Vertex 3435: Normal +Vertex 3436: Normal +Vertex 3437: Normal +Vertex 3438: Normal +Vertex 3439: Normal +Vertex 3440: Normal +Vertex 3441: Normal +Vertex 3442: Normal +Vertex 3443: Normal +Vertex 3444: Normal +Vertex 3445: Normal +Vertex 3446: Normal +Vertex 3447: Normal +Vertex 3448: Normal +Vertex 3449: Normal +Vertex 3450: Normal +Vertex 3451: Normal +Vertex 3452: Normal +Vertex 3453: Normal +Vertex 3454: Normal +Vertex 3455: Normal +Vertex 3456: Normal +Vertex 3457: Normal +Vertex 3458: Normal +Vertex 3459: Normal +Vertex 3460: Normal +Vertex 3461: Normal +Vertex 3462: Normal +Vertex 3463: Normal +Vertex 3464: Normal +Vertex 3465: Normal +Vertex 3466: Normal +Vertex 3467: Normal +Vertex 3468: Normal +Vertex 3469: Normal +Vertex 3470: Normal +Vertex 3471: Normal +Vertex 3472: Normal +Vertex 3473: Normal +Vertex 3474: Normal +Vertex 3475: Normal +Vertex 3476: Normal +Vertex 3477: Normal +Vertex 3478: Normal +Vertex 3479: Normal +Vertex 3480: Normal +Vertex 3481: Normal +Vertex 3482: Normal +Vertex 3483: Normal +Vertex 3484: Normal +Vertex 3485: Normal +Vertex 3486: Normal +Vertex 3487: Normal +Vertex 3488: Normal +Vertex 3489: Normal +Vertex 3490: Normal +Vertex 3491: Normal +Vertex 3492: Normal +Vertex 3493: Normal +Vertex 3494: Normal +Vertex 3495: Normal +Vertex 3496: Normal +Vertex 3497: Normal +Vertex 3498: Normal +Vertex 3499: Normal +Vertex 3500: Normal +Vertex 3501: Normal +Vertex 3502: Normal +Vertex 3503: Normal +Vertex 3504: Normal +Vertex 3505: Normal +Vertex 3506: Normal +Vertex 3507: Normal +Vertex 3508: Normal +Vertex 3509: Normal +Vertex 3510: Normal +Vertex 3511: Normal +Vertex 3512: Normal +Vertex 3513: Normal +Vertex 3514: Normal +Vertex 3515: Normal +Vertex 3516: Normal +Vertex 3517: Normal +Vertex 3518: Normal +Vertex 3519: Normal +Vertex 3520: Normal +Vertex 3521: Normal +Vertex 3522: Normal +Vertex 3523: Normal +Vertex 3524: Normal +Vertex 3525: Normal +Vertex 3526: Normal +Vertex 3527: Normal +Vertex 3528: Normal +Vertex 3529: Normal +Vertex 3530: Normal +Vertex 3531: Normal +Vertex 3532: Normal +Vertex 3533: Normal +Vertex 3534: Normal +Vertex 3535: Normal +Vertex 3536: Normal +Vertex 3537: Normal +Vertex 3538: Normal +Vertex 3539: Normal +Vertex 3540: Normal +Vertex 3541: Normal +Vertex 3542: Normal +Vertex 3543: Normal +Vertex 3544: Normal +Vertex 3545: Normal +Vertex 3546: Normal +Vertex 3547: Normal +Vertex 3548: Normal +Vertex 3549: Normal +Vertex 3550: Normal +Vertex 3551: Normal +Vertex 3552: Normal +Vertex 3553: Normal +Vertex 3554: Normal +Vertex 3555: Normal +Vertex 3556: Normal +Vertex 3557: Normal +Vertex 3558: Normal +Vertex 3559: Normal +Vertex 3560: Normal +Vertex 3561: Normal +Vertex 3562: Normal +Vertex 3563: Normal +Vertex 3564: Normal +Vertex 3565: Normal +Vertex 3566: Normal +Vertex 3567: Normal +Vertex 3568: Normal +Vertex 3569: Normal +Vertex 3570: Normal +Vertex 3571: Normal +Vertex 3572: Normal +Vertex 3573: Normal +Vertex 3574: Normal +Vertex 3575: Normal +Vertex 3576: Normal +Vertex 3577: Normal +Vertex 3578: Normal +Vertex 3579: Normal +Vertex 3580: Normal +Vertex 3581: Normal +Vertex 3582: Normal +Vertex 3583: Normal +Vertex 3584: Normal +Vertex 3585: Normal +Vertex 3586: Normal +Vertex 3587: Normal +Vertex 3588: Normal +Vertex 3589: Normal +Vertex 3590: Normal +Vertex 3591: Normal +Vertex 3592: Normal +Vertex 3593: Normal +Vertex 3594: Normal +Vertex 3595: Normal +Vertex 3596: Normal +Vertex 3597: Normal +Vertex 3598: Normal +Vertex 3599: Normal +Vertex 3600: Normal +Vertex 3601: Normal +Vertex 3602: Normal +Vertex 3603: Normal +Vertex 3604: Normal +Vertex 3605: Normal +Vertex 3606: Normal +Vertex 3607: Normal +Vertex 3608: Normal +Vertex 3609: Normal +Vertex 3610: Normal +Vertex 3611: Normal +Vertex 3612: Normal +Vertex 3613: Normal +Vertex 3614: Normal +Vertex 3615: Normal +Vertex 3616: Normal +Vertex 3617: Normal +Vertex 3618: Normal +Vertex 3619: Normal +Vertex 3620: Normal +Vertex 3621: Normal +Vertex 3622: Normal +Vertex 3623: Normal +Vertex 3624: Normal +Vertex 3625: Normal +Vertex 3626: Normal +Vertex 3627: Normal +Vertex 3628: Normal +Vertex 3629: Normal +Vertex 3630: Normal +Vertex 3631: Normal +Vertex 3632: Normal +Vertex 3633: Normal +Vertex 3634: Normal +Vertex 3635: Normal +Vertex 3636: Normal +Vertex 3637: Normal +Vertex 3638: Normal +Vertex 3639: Normal +Vertex 3640: Normal +Vertex 3641: Normal +Vertex 3642: Normal +Vertex 3643: Normal +Vertex 3644: Normal +Vertex 3645: Normal +Vertex 3646: Normal +Vertex 3647: Normal +Vertex 3648: Normal +Vertex 3649: Normal +Vertex 3650: Normal +Vertex 3651: Normal +Vertex 3652: Normal +Vertex 3653: Normal +Vertex 3654: Normal +Vertex 3655: Normal +Vertex 3656: Normal +Vertex 3657: Normal +Vertex 3658: Normal +Vertex 3659: Normal +Vertex 3660: Normal +Vertex 3661: Normal +Vertex 3662: Normal +Vertex 3663: Normal +Vertex 3664: Normal +Vertex 3665: Normal +Vertex 3666: Normal +Vertex 3667: Normal +Vertex 3668: Normal +Vertex 3669: Normal +Vertex 3670: Normal +Vertex 3671: Normal +Vertex 3672: Normal +Vertex 3673: Normal +Vertex 3674: Normal +Vertex 3675: Normal +Vertex 3676: Normal +Vertex 3677: Normal +Vertex 3678: Normal +Vertex 3679: Normal +Vertex 3680: Normal +Vertex 3681: Normal +Vertex 3682: Normal +Vertex 3683: Normal +Vertex 3684: Normal +Vertex 3685: Normal +Vertex 3686: Normal +Vertex 3687: Normal +Vertex 3688: Normal +Vertex 3689: Normal +Vertex 3690: Normal +Vertex 3691: Normal +Vertex 3692: Normal +Vertex 3693: Normal +Vertex 3694: Normal +Vertex 3695: Normal +Vertex 3696: Normal +Vertex 3697: Normal +Vertex 3698: Normal +Vertex 3699: Normal +Vertex 3700: Normal +Vertex 3701: Normal +Vertex 3702: Normal +Vertex 3703: Normal +Vertex 3704: Normal +Vertex 3705: Normal +Vertex 3706: Normal +Vertex 3707: Normal +Vertex 3708: Normal +Vertex 3709: Normal +Vertex 3710: Normal +Vertex 3711: Normal +Vertex 3712: Normal +Vertex 3713: Normal +Vertex 3714: Normal +Vertex 3715: Normal +Vertex 3716: Normal +Vertex 3717: Normal +Vertex 3718: Normal +Vertex 3719: Normal +Vertex 3720: Normal +Vertex 3721: Normal +Vertex 3722: Normal +Vertex 3723: Normal +Vertex 3724: Normal +Vertex 3725: Normal +Vertex 3726: Normal +Vertex 3727: Normal +Vertex 3728: Normal +Vertex 3729: Normal +Vertex 3730: Normal +Vertex 3731: Normal +Vertex 3732: Normal +Vertex 3733: Normal +Vertex 3734: Normal +Vertex 3735: Normal +Vertex 3736: Normal +Vertex 3737: Normal +Vertex 3738: Normal +Vertex 3739: Normal +Vertex 3740: Normal +Vertex 3741: Normal +Vertex 3742: Normal +Vertex 3743: Normal +Vertex 3744: Normal +Vertex 3745: Normal +Vertex 3746: Normal +Vertex 3747: Normal +Vertex 3748: Normal +Vertex 3749: Normal +Vertex 3750: Normal +Vertex 3751: Normal +Vertex 3752: Normal +Vertex 3753: Normal +Vertex 3754: Normal +Vertex 3755: Normal +Vertex 3756: Normal +Vertex 3757: Normal +Vertex 3758: Normal +Vertex 3759: Normal +Vertex 3760: Normal +Vertex 3761: Normal +Vertex 3762: Normal +Vertex 3763: Normal +Vertex 3764: Normal +Vertex 3765: Normal +Vertex 3766: Normal +Vertex 3767: Normal +Vertex 3768: Normal +Vertex 3769: Normal +Vertex 3770: Normal +Vertex 3771: Normal +Vertex 3772: Normal +Vertex 3773: Normal +Vertex 3774: Normal +Vertex 3775: Normal +Vertex 3776: Normal +Vertex 3777: Normal +Vertex 3778: Normal +Vertex 3779: Normal +Vertex 3780: Normal +Vertex 3781: Normal +Vertex 3782: Normal +Vertex 3783: Normal +Vertex 3784: Normal +Vertex 3785: Normal +Vertex 3786: Normal +Vertex 3787: Normal +Vertex 3788: Normal +Vertex 3789: Normal +Vertex 3790: Normal +Vertex 3791: Normal +Vertex 3792: Normal +Vertex 3793: Normal +Vertex 3794: Normal +Vertex 3795: Normal +Vertex 3796: Normal +Vertex 3797: Normal +Vertex 3798: Normal +Vertex 3799: Normal +Vertex 3800: Normal +Vertex 3801: Normal +Vertex 3802: Normal +Vertex 3803: Normal +Vertex 3804: Normal +Vertex 3805: Normal +Vertex 3806: Normal +Vertex 3807: Normal +Vertex 3808: Normal +Vertex 3809: Normal +Vertex 3810: Normal +Vertex 3811: Normal +Vertex 3812: Normal +Vertex 3813: Normal +Vertex 3814: Normal +Vertex 3815: Normal +Vertex 3816: Normal +Vertex 3817: Normal +Vertex 3818: Normal +Vertex 3819: Normal +Vertex 3820: Normal +Vertex 3821: Normal +Vertex 3822: Normal +Vertex 3823: Normal +Vertex 3824: Normal +Vertex 3825: Normal +Vertex 3826: Normal +Vertex 3827: Normal +Vertex 3828: Normal +Vertex 3829: Normal +Vertex 3830: Normal +Vertex 3831: Normal +Vertex 3832: Normal +Vertex 3833: Normal +Vertex 3834: Normal +Vertex 3835: Normal +Vertex 3836: Normal +Vertex 3837: Normal +Vertex 3838: Normal +Vertex 3839: Normal +Vertex 3840: Normal +Vertex 3841: Normal +Vertex 3842: Normal +Vertex 3843: Normal +Vertex 3844: Normal +Vertex 3845: Normal +Vertex 3846: Normal +Vertex 3847: Normal +Vertex 3848: Normal +Vertex 3849: Normal +Vertex 3850: Normal +Vertex 3851: Normal +Vertex 3852: Normal +Vertex 3853: Normal +Vertex 3854: Normal +Vertex 3855: Normal +Vertex 3856: Normal +Vertex 3857: Normal +Vertex 3858: Normal +Vertex 3859: Normal +Vertex 3860: Normal +Vertex 3861: Normal +Vertex 3862: Normal +Vertex 3863: Normal +Vertex 3864: Normal +Vertex 3865: Normal +Vertex 3866: Normal +Vertex 3867: Normal +Vertex 3868: Normal +Vertex 3869: Normal +Vertex 3870: Normal +Vertex 3871: Normal +Vertex 3872: Normal +Vertex 3873: Normal +Vertex 3874: Normal +Vertex 3875: Normal +Vertex 3876: Normal +Vertex 3877: Normal +Vertex 3878: Normal +Vertex 3879: Normal +Vertex 3880: Normal +Vertex 3881: Normal +Vertex 3882: Normal +Vertex 3883: Normal +Vertex 3884: Normal +Vertex 3885: Normal +Vertex 3886: Normal +Vertex 3887: Normal +Vertex 3888: Normal +Vertex 3889: Normal +Vertex 3890: Normal +Vertex 3891: Normal +Vertex 3892: Normal +Vertex 3893: Normal +Vertex 3894: Normal +Vertex 3895: Normal +Vertex 3896: Normal +Vertex 3897: Normal +Vertex 3898: Normal +Vertex 3899: Normal +Vertex 3900: Normal +Vertex 3901: Normal +Vertex 3902: Normal +Vertex 3903: Normal +Vertex 3904: Normal +Vertex 3905: Normal +Vertex 3906: Normal +Vertex 3907: Normal +Vertex 3908: Normal +Vertex 3909: Normal +Vertex 3910: Normal +Vertex 3911: Normal +Vertex 3912: Normal +Vertex 3913: Normal +Vertex 3914: Normal +Vertex 3915: Normal +Vertex 3916: Normal +Vertex 3917: Normal +Vertex 3918: Normal +Vertex 3919: Normal +Vertex 3920: Normal +Vertex 3921: Normal +Vertex 3922: Normal +Vertex 3923: Normal +Vertex 3924: Normal +Vertex 3925: Normal +Vertex 3926: Normal +Vertex 3927: Normal +Vertex 3928: Normal +Vertex 3929: Normal +Vertex 3930: Normal +Vertex 3931: Normal +Vertex 3932: Normal +Vertex 3933: Normal +Vertex 3934: Normal +Vertex 3935: Normal +Vertex 3936: Normal +Vertex 3937: Normal +Vertex 3938: Normal +Vertex 3939: Normal +Vertex 3940: Normal +Vertex 3941: Normal +Vertex 3942: Normal +Vertex 3943: Normal +Vertex 3944: Normal +Vertex 3945: Normal +Vertex 3946: Normal +Vertex 3947: Normal +Vertex 3948: Normal +Vertex 3949: Normal +Vertex 3950: Normal +Vertex 3951: Normal +Vertex 3952: Normal +Vertex 3953: Normal +Vertex 3954: Normal +Vertex 3955: Normal +Vertex 3956: Normal +Vertex 3957: Normal +Vertex 3958: Normal +Vertex 3959: Normal +Vertex 3960: Normal +Vertex 3961: Normal +Vertex 3962: Normal +Vertex 3963: Normal +Vertex 3964: Normal +Vertex 3965: Normal +Vertex 3966: Normal +Vertex 3967: Normal +Vertex 3968: Normal +Vertex 3969: Normal +Vertex 3970: Normal +Vertex 3971: Normal +Vertex 3972: Normal +Vertex 3973: Normal +Vertex 3974: Normal +Vertex 3975: Normal +Vertex 3976: Normal +Vertex 3977: Normal +Vertex 3978: Normal +Vertex 3979: Normal +Vertex 3980: Normal +Vertex 3981: Normal +Vertex 3982: Normal +Vertex 3983: Normal +Vertex 3984: Normal +Vertex 3985: Normal +Vertex 3986: Normal +Vertex 3987: Normal +Vertex 3988: Normal +Vertex 3989: Normal +Vertex 3990: Normal +Vertex 3991: Normal +Vertex 3992: Normal +Vertex 3993: Normal +Vertex 3994: Normal +Vertex 3995: Normal +Vertex 3996: Normal +Vertex 3997: Normal +Vertex 3998: Normal +Vertex 3999: Normal +Vertex 4000: Normal +Vertex 4001: Normal +Vertex 4002: Normal +Vertex 4003: Normal +Vertex 4004: Normal +Vertex 4005: Normal +Vertex 4006: Normal +Vertex 4007: Normal +Vertex 4008: Normal +Vertex 4009: Normal +Vertex 4010: Normal +Vertex 4011: Normal +Vertex 4012: Normal +Vertex 4013: Normal +Vertex 4014: Normal +Vertex 4015: Normal +Vertex 4016: Normal +Vertex 4017: Normal +Vertex 4018: Normal +Vertex 4019: Normal +Vertex 4020: Normal +Vertex 4021: Normal +Vertex 4022: Normal +Vertex 4023: Normal +Vertex 4024: Normal +Vertex 4025: Normal +Vertex 4026: Normal +Vertex 4027: Normal +Vertex 4028: Normal +Vertex 4029: Normal +Vertex 4030: Normal +Vertex 4031: Normal +Vertex 4032: Normal +Vertex 4033: Normal +Vertex 4034: Normal +Vertex 4035: Normal +Vertex 4036: Normal +Vertex 4037: Normal +Vertex 4038: Normal +Vertex 4039: Normal +Vertex 4040: Normal +Vertex 4041: Normal +Vertex 4042: Normal +Vertex 4043: Normal +Vertex 4044: Normal +Vertex 4045: Normal +Vertex 4046: Normal +Vertex 4047: Normal +Vertex 4048: Normal +Vertex 4049: Normal +Vertex 4050: Normal +Vertex 4051: Normal +Vertex 4052: Normal +Vertex 4053: Normal +Vertex 4054: Normal +Vertex 4055: Normal +Vertex 4056: Normal +Vertex 4057: Normal +Vertex 4058: Normal +Vertex 4059: Normal +Vertex 4060: Normal +Vertex 4061: Normal +Vertex 4062: Normal +Vertex 4063: Normal +Vertex 4064: Normal +Vertex 4065: Normal +Vertex 4066: Normal +Vertex 4067: Normal +Vertex 4068: Normal +Vertex 4069: Normal +Vertex 4070: Normal +Vertex 4071: Normal +Vertex 4072: Normal +Vertex 4073: Normal +Vertex 4074: Normal +Vertex 4075: Normal +Vertex 4076: Normal +Vertex 4077: Normal +Vertex 4078: Normal +Vertex 4079: Normal +Vertex 4080: Normal +Vertex 4081: Normal +Vertex 4082: Normal +Vertex 4083: Normal +Vertex 4084: Normal +Vertex 4085: Normal +Vertex 4086: Normal +Vertex 4087: Normal +Vertex 4088: Normal +Vertex 4089: Normal +Vertex 4090: Normal +Vertex 4091: Normal +Vertex 4092: Normal +Vertex 4093: Normal +Vertex 4094: Normal +Vertex 4095: Normal +Vertex 4096: Normal +Vertex 4097: Normal +Vertex 4098: Normal +Vertex 4099: Normal +Vertex 4100: Normal +Vertex 4101: Normal +Vertex 4102: Normal +Vertex 4103: Normal +Vertex 4104: Normal +Vertex 4105: Normal +Vertex 4106: Normal +Vertex 4107: Normal +Vertex 4108: Normal +Vertex 4109: Normal +Vertex 4110: Normal +Vertex 4111: Normal +Vertex 4112: Normal +Vertex 4113: Normal +Vertex 4114: Normal +Vertex 4115: Normal +Vertex 4116: Normal +Vertex 4117: Normal +Vertex 4118: Normal +Vertex 4119: Normal +Vertex 4120: Normal +Vertex 4121: Normal +Vertex 4122: Normal +Vertex 4123: Normal +Vertex 4124: Normal +Vertex 4125: Normal +Vertex 4126: Normal +Vertex 4127: Normal +Vertex 4128: Normal +Vertex 4129: Normal +Vertex 4130: Normal +Vertex 4131: Normal +Vertex 4132: Normal +Vertex 4133: Normal +Vertex 4134: Normal +Vertex 4135: Normal +Vertex 4136: Normal +Vertex 4137: Normal +Vertex 4138: Normal +Vertex 4139: Normal +Vertex 4140: Normal +Vertex 4141: Normal +Vertex 4142: Normal +Vertex 4143: Normal +Vertex 4144: Normal +Vertex 4145: Normal +Vertex 4146: Normal +Vertex 4147: Normal +Vertex 4148: Normal +Vertex 4149: Normal +Vertex 4150: Normal +Vertex 4151: Normal +Vertex 4152: Normal +Vertex 4153: Normal +Vertex 4154: Normal +Vertex 4155: Normal +Vertex 4156: Normal +Vertex 4157: Normal +Vertex 4158: Normal +Vertex 4159: Normal +Vertex 4160: Normal +Vertex 4161: Normal +Vertex 4162: Normal +Vertex 4163: Normal +Vertex 4164: Normal +Vertex 4165: Normal +Vertex 4166: Normal +Vertex 4167: Normal +Vertex 4168: Normal +Vertex 4169: Normal +Vertex 4170: Normal +Vertex 4171: Normal +Vertex 4172: Normal +Vertex 4173: Normal +Vertex 4174: Normal +Vertex 4175: Normal +Vertex 4176: Normal +Vertex 4177: Normal +Vertex 4178: Normal +Vertex 4179: Normal +Vertex 4180: Normal +Vertex 4181: Normal +Vertex 4182: Normal +Vertex 4183: Normal +Vertex 4184: Normal +Vertex 4185: Normal +Vertex 4186: Normal +Vertex 4187: Normal +Vertex 4188: Normal +Vertex 4189: Normal +Vertex 4190: Normal +Vertex 4191: Normal +Vertex 4192: Normal +Vertex 4193: Normal +Vertex 4194: Normal +Vertex 4195: Normal +Vertex 4196: Normal +Vertex 4197: Normal +Vertex 4198: Normal +Vertex 4199: Normal +Vertex 4200: Normal +Vertex 4201: Normal +Vertex 4202: Normal +Vertex 4203: Normal +Vertex 4204: Normal +Vertex 4205: Normal +Vertex 4206: Normal +Vertex 4207: Normal +Vertex 4208: Normal +Vertex 4209: Normal +Vertex 4210: Normal +Vertex 4211: Normal +Vertex 4212: Normal +Vertex 4213: Normal +Vertex 4214: Normal +Vertex 4215: Normal +Vertex 4216: Normal +Vertex 4217: Normal +Vertex 4218: Normal +Vertex 4219: Normal +Vertex 4220: Normal +Vertex 4221: Normal +Vertex 4222: Normal +Vertex 4223: Normal +Vertex 4224: Normal +Vertex 4225: Normal +Vertex 4226: Normal +Vertex 4227: Normal +Vertex 4228: Normal +Vertex 4229: Normal +Vertex 4230: Normal +Vertex 4231: Normal +Vertex 4232: Normal +Vertex 4233: Normal +Vertex 4234: Normal +Vertex 4235: Normal +Vertex 4236: Normal +Vertex 4237: Normal +Vertex 4238: Normal +Vertex 4239: Normal +Vertex 4240: Normal +Vertex 4241: Normal +Vertex 4242: Normal +Vertex 4243: Normal +Vertex 4244: Normal +Vertex 4245: Normal +Vertex 4246: Normal +Vertex 4247: Normal +Vertex 4248: Normal +Vertex 4249: Normal +Vertex 4250: Normal +Vertex 4251: Normal +Vertex 4252: Normal +Vertex 4253: Normal +Vertex 4254: Normal +Vertex 4255: Normal +Vertex 4256: Normal +Vertex 4257: Normal +Vertex 4258: Normal +Vertex 4259: Normal +Vertex 4260: Normal +Vertex 4261: Normal +Vertex 4262: Normal +Vertex 4263: Normal +Vertex 4264: Normal +Vertex 4265: Normal +Vertex 4266: Normal +Vertex 4267: Normal +Vertex 4268: Normal +Vertex 4269: Normal +Vertex 4270: Normal +Vertex 4271: Normal +Vertex 4272: Normal +Vertex 4273: Normal +Vertex 4274: Normal +Vertex 4275: Normal +Vertex 4276: Normal +Vertex 4277: Normal +Vertex 4278: Normal +Vertex 4279: Normal +Vertex 4280: Normal +Vertex 4281: Normal +Vertex 4282: Normal +Vertex 4283: Normal +Vertex 4284: Normal +Vertex 4285: Normal +Vertex 4286: Normal +Vertex 4287: Normal +Vertex 4288: Normal +Vertex 4289: Normal +Vertex 4290: Normal +Vertex 4291: Normal +Vertex 4292: Normal +Vertex 4293: Normal +Vertex 4294: Normal +Vertex 4295: Normal +Vertex 4296: Normal +Vertex 4297: Normal +Vertex 4298: Normal +Vertex 4299: Normal +Vertex 4300: Normal +Vertex 4301: Normal +Vertex 4302: Normal +Vertex 4303: Normal +Vertex 4304: Normal +Vertex 4305: Normal +Vertex 4306: Normal +Vertex 4307: Normal +Vertex 4308: Normal +Vertex 4309: Normal +Vertex 4310: Normal +Vertex 4311: Normal +Vertex 4312: Normal +Vertex 4313: Normal +Vertex 4314: Normal +Vertex 4315: Normal +Vertex 4316: Normal +Vertex 4317: Normal +Vertex 4318: Normal +Vertex 4319: Normal +Vertex 4320: Normal +Vertex 4321: Normal +Vertex 4322: Normal +Vertex 4323: Normal +Vertex 4324: Normal +Vertex 4325: Normal +Vertex 4326: Normal +Vertex 4327: Normal +Vertex 4328: Normal +Vertex 4329: Normal +Vertex 4330: Normal +Vertex 4331: Normal +Vertex 4332: Normal +Vertex 4333: Normal +Vertex 4334: Normal +Vertex 4335: Normal +Vertex 4336: Normal +Vertex 4337: Normal +Vertex 4338: Normal +Vertex 4339: Normal +Vertex 4340: Normal +Vertex 4341: Normal +Vertex 4342: Normal +Vertex 4343: Normal +Vertex 4344: Normal +Vertex 4345: Normal +Vertex 4346: Normal +Vertex 4347: Normal +Vertex 4348: Normal +Vertex 4349: Normal +Vertex 4350: Normal +Vertex 4351: Normal +Vertex 4352: Normal +Vertex 4353: Normal +Vertex 4354: Normal +Vertex 4355: Normal +Vertex 4356: Normal +Vertex 4357: Normal +Vertex 4358: Normal +Vertex 4359: Normal +Vertex 4360: Normal +Vertex 4361: Normal +Vertex 4362: Normal +Vertex 4363: Normal +Vertex 4364: Normal +Vertex 4365: Normal +Vertex 4366: Normal +Vertex 4367: Normal +Vertex 4368: Normal +Vertex 4369: Normal +Vertex 4370: Normal +Vertex 4371: Normal +Vertex 4372: Normal +Vertex 4373: Normal +Vertex 4374: Normal +Vertex 4375: Normal +Vertex 4376: Normal +Vertex 4377: Normal +Vertex 4378: Normal +Vertex 4379: Normal +Vertex 4380: Normal +Vertex 4381: Normal +Vertex 4382: Normal +Vertex 4383: Normal +Vertex 4384: Normal +Vertex 4385: Normal +Vertex 4386: Normal +Vertex 4387: Normal +Vertex 4388: Normal +Vertex 4389: Normal +Vertex 4390: Normal +Vertex 4391: Normal +Vertex 4392: Normal +Vertex 4393: Normal +Vertex 4394: Normal +Vertex 4395: Normal +Vertex 4396: Normal +Vertex 4397: Normal +Vertex 4398: Normal +Vertex 4399: Normal +Vertex 4400: Normal +Vertex 4401: Normal +Vertex 4402: Normal +Vertex 4403: Normal +Vertex 4404: Normal +Vertex 4405: Normal +Vertex 4406: Normal +Vertex 4407: Normal +Vertex 4408: Normal +Vertex 4409: Normal +Vertex 4410: Normal +Vertex 4411: Normal +Vertex 4412: Normal +Vertex 4413: Normal +Vertex 4414: Normal +Vertex 4415: Normal +Vertex 4416: Normal +Vertex 4417: Normal +Vertex 4418: Normal +Vertex 4419: Normal +Vertex 4420: Normal +Vertex 4421: Normal +Vertex 4422: Normal +Vertex 4423: Normal +Vertex 4424: Normal +Vertex 4425: Normal +Vertex 4426: Normal +Vertex 4427: Normal +Vertex 4428: Normal +Vertex 4429: Normal +Vertex 4430: Normal +Vertex 4431: Normal +Vertex 4432: Normal +Vertex 4433: Normal +Vertex 4434: Normal +Vertex 4435: Normal +Vertex 4436: Normal +Vertex 4437: Normal +Vertex 4438: Normal +Vertex 4439: Normal +Vertex 4440: Normal +Vertex 4441: Normal +Vertex 4442: Normal +Vertex 4443: Normal +Vertex 4444: Normal +Vertex 4445: Normal +Vertex 4446: Normal +Vertex 4447: Normal +Vertex 4448: Normal +Vertex 4449: Normal +Vertex 4450: Normal +Vertex 4451: Normal +Vertex 4452: Normal +Vertex 4453: Normal +Vertex 4454: Normal +Vertex 4455: Normal +Vertex 4456: Normal +Vertex 4457: Normal +Vertex 4458: Normal +Vertex 4459: Normal +Vertex 4460: Normal +Vertex 4461: Normal +Vertex 4462: Normal +Vertex 4463: Normal +Vertex 4464: Normal +Vertex 4465: Normal +Vertex 4466: Normal +Vertex 4467: Normal +Vertex 4468: Normal +Vertex 4469: Normal +Vertex 4470: Normal +Vertex 4471: Normal +Vertex 4472: Normal +Vertex 4473: Normal +Vertex 4474: Normal +Vertex 4475: Normal +Vertex 4476: Normal +Vertex 4477: Normal +Vertex 4478: Normal +Vertex 4479: Normal +Vertex 4480: Normal +Vertex 4481: Normal +Vertex 4482: Normal +Vertex 4483: Normal +Vertex 4484: Normal +Vertex 4485: Normal +Vertex 4486: Normal +Vertex 4487: Normal +Vertex 4488: Normal +Vertex 4489: Normal +Vertex 4490: Normal +Vertex 4491: Normal +Vertex 4492: Normal +Vertex 4493: Normal +Vertex 4494: Normal +Vertex 4495: Normal +Vertex 4496: Normal +Vertex 4497: Normal +Vertex 4498: Normal +Vertex 4499: Normal +Vertex 4500: Normal +Vertex 4501: Normal +Vertex 4502: Normal +Vertex 4503: Normal +Vertex 4504: Normal +Vertex 4505: Normal +Vertex 4506: Normal +Vertex 4507: Normal +Vertex 4508: Normal +Vertex 4509: Normal +Vertex 4510: Normal +Vertex 4511: Normal +Vertex 4512: Normal +Vertex 4513: Normal +Vertex 4514: Normal +Vertex 4515: Normal +Vertex 4516: Normal +Vertex 4517: Normal +Vertex 4518: Normal +Vertex 4519: Normal +Vertex 4520: Normal +Vertex 4521: Normal +Vertex 4522: Normal +Vertex 4523: Normal +Vertex 4524: Normal +Vertex 4525: Normal +Vertex 4526: Normal +Vertex 4527: Normal +Vertex 4528: Normal +Vertex 4529: Normal +Vertex 4530: Normal +Vertex 4531: Normal +Vertex 4532: Normal +Vertex 4533: Normal +Vertex 4534: Normal +Vertex 4535: Normal +Vertex 4536: Normal +Vertex 4537: Normal +Vertex 4538: Normal +Vertex 4539: Normal +Vertex 4540: Normal +Vertex 4541: Normal +Vertex 4542: Normal +Vertex 4543: Normal +Vertex 4544: Normal +Vertex 4545: Normal +Vertex 4546: Normal +Vertex 4547: Normal +Vertex 4548: Normal +Vertex 4549: Normal +Vertex 4550: Normal +Vertex 4551: Normal +Vertex 4552: Normal +Vertex 4553: Normal +Vertex 4554: Normal +Vertex 4555: Normal +Vertex 4556: Normal +Vertex 4557: Normal +Vertex 4558: Normal +Vertex 4559: Normal +Vertex 4560: Normal +Vertex 4561: Normal +Vertex 4562: Normal +Vertex 4563: Normal +Vertex 4564: Normal +Vertex 4565: Normal +Vertex 4566: Normal +Vertex 4567: Normal +Vertex 4568: Normal +Vertex 4569: Normal +Vertex 4570: Normal +Vertex 4571: Normal +Vertex 4572: Normal +Vertex 4573: Normal +Vertex 4574: Normal +Vertex 4575: Normal +Vertex 4576: Normal +Vertex 4577: Normal +Vertex 4578: Normal +Vertex 4579: Normal +Vertex 4580: Normal +Vertex 4581: Normal +Vertex 4582: Normal +Vertex 4583: Normal +Vertex 4584: Normal +Vertex 4585: Normal +Vertex 4586: Normal +Vertex 4587: Normal +Vertex 4588: Normal +Vertex 4589: Normal +Vertex 4590: Normal +Vertex 4591: Normal +Vertex 4592: Normal +Vertex 4593: Normal +Vertex 4594: Normal +Vertex 4595: Normal +Vertex 4596: Normal +Vertex 4597: Normal +Vertex 4598: Normal +Vertex 4599: Normal +Vertex 4600: Normal +Vertex 4601: Normal +Vertex 4602: Normal +Vertex 4603: Normal +Vertex 4604: Normal +Vertex 4605: Normal +Vertex 4606: Normal +Vertex 4607: Normal +Vertex 4608: Normal +Vertex 4609: Normal +Vertex 4610: Normal +Vertex 4611: Normal +Vertex 4612: Normal +Vertex 4613: Normal +Vertex 4614: Normal +Vertex 4615: Normal +Vertex 4616: Normal +Vertex 4617: Normal +Vertex 4618: Normal +Vertex 4619: Normal +Vertex 4620: Normal +Vertex 4621: Normal +Vertex 4622: Normal +Vertex 4623: Normal +Vertex 4624: Normal +Vertex 4625: Normal +Vertex 4626: Normal +Vertex 4627: Normal +Vertex 4628: Normal +Vertex 4629: Normal +Vertex 4630: Normal +Vertex 4631: Normal +Vertex 4632: Normal +Vertex 4633: Normal +Vertex 4634: Normal +Vertex 4635: Normal +Vertex 4636: Normal +Vertex 4637: Normal +Vertex 4638: Normal +Vertex 4639: Normal +Vertex 4640: Normal +Vertex 4641: Normal +Vertex 4642: Normal +Vertex 4643: Normal +===Triangles: 9126 +Triangle: [3, 6, 4] +Triangle: [11, 10, 9] +Triangle: [8, 11, 9] +Triangle: [13, 7, 14] +Triangle: [15, 14, 7] +Triangle: [15, 18, 16] +Triangle: [82, 30, 171] +Triangle: [24, 29, 30] +Triangle: [23, 28, 29] +Triangle: [20, 158, 122] +Triangle: [21, 27, 20] +Triangle: [1277, 25, 1269] +Triangle: [12, 22, 10] +Triangle: [25, 31, 32] +Triangle: [928, 180, 178] +Triangle: [1113, 36, 1126] +Triangle: [11, 31, 12] +Triangle: [1236, 34, 1240] +Triangle: [2257, 930, 2263] +Triangle: [13, 892, 891] +Triangle: [13, 37, 11] +Triangle: [40, 895, 44] +Triangle: [3, 887, 886] +Triangle: [41, 891, 894] +Triangle: [42, 889, 16] +Triangle: [42, 18, 43] +Triangle: [5, 42, 43] +Triangle: [177, 41, 180] +Triangle: [47, 1203, 1202] +Triangle: [1134, 45, 1144] +Triangle: [1101, 2272, 2275] +Triangle: [176, 37, 177] +Triangle: [169, 205, 68] +Triangle: [2259, 70, 2260] +Triangle: [182, 66, 183] +Triangle: [26, 64, 27] +Triangle: [73, 72, 71] +Triangle: [7, 73, 15] +Triangle: [76, 77, 78] +Triangle: [71, 77, 75] +Triangle: [76, 79, 75] +Triangle: [84, 82, 81] +Triangle: [79, 83, 84] +Triangle: [75, 85, 71] +Triangle: [71, 86, 73] +Triangle: [73, 17, 15] +Triangle: [84, 85, 79] +Triangle: [81, 86, 84] +Triangle: [74, 8, 87] +Triangle: [120, 10, 88] +Triangle: [10, 89, 88] +Triangle: [88, 113, 114] +Triangle: [111, 95, 112] +Triangle: [119, 90, 92] +Triangle: [115, 91, 118] +Triangle: [136, 154, 153] +Triangle: [117, 92, 93] +Triangle: [107, 101, 97] +Triangle: [110, 98, 103] +Triangle: [109, 102, 100] +Triangle: [110, 99, 108] +Triangle: [105, 100, 101] +Triangle: [104, 97, 98] +Triangle: [92, 1186, 1185] +Triangle: [1184, 96, 1180] +Triangle: [93, 1185, 1181] +Triangle: [121, 87, 120] +Triangle: [147, 1050, 141] +Triangle: [1179, 95, 1184] +Triangle: [91, 1179, 1182] +Triangle: [72, 118, 116] +Triangle: [112, 121, 114] +Triangle: [87, 118, 74] +Triangle: [78, 119, 117] +Triangle: [77, 116, 119] +Triangle: [114, 111, 112] +Triangle: [112, 94, 115] +Triangle: [121, 88, 114] +Triangle: [87, 9, 120] +Triangle: [123, 126, 125] +Triangle: [125, 122, 19] +Triangle: [78, 127, 76] +Triangle: [123, 128, 124] +Triangle: [129, 76, 127] +Triangle: [130, 82, 83] +Triangle: [129, 83, 80] +Triangle: [131, 127, 123] +Triangle: [125, 131, 123] +Triangle: [19, 132, 125] +Triangle: [130, 131, 132] +Triangle: [24, 132, 23] +Triangle: [133, 122, 126] +Triangle: [156, 134, 21] +Triangle: [1263, 22, 1277] +Triangle: [1268, 89, 1263] +Triangle: [1264, 111, 1267] +Triangle: [138, 153, 155] +Triangle: [154, 139, 152] +Triangle: [93, 155, 117] +Triangle: [1214, 104, 1208] +Triangle: [141, 1167, 147] +Triangle: [149, 1217, 1210] +Triangle: [1265, 106, 1266] +Triangle: [108, 1154, 1158] +Triangle: [144, 148, 146] +Triangle: [149, 1052, 1051] +Triangle: [1160, 1226, 1227] +Triangle: [1298, 140, 1187] +Triangle: [1157, 1228, 1226] +Triangle: [157, 133, 152] +Triangle: [140, 1183, 1187] +Triangle: [1183, 137, 1188] +Triangle: [124, 154, 126] +Triangle: [151, 152, 150] +Triangle: [126, 152, 133] +Triangle: [117, 128, 78] +Triangle: [128, 153, 124] +Triangle: [1267, 113, 1268] +Triangle: [139, 150, 152] +Triangle: [135, 157, 151] +Triangle: [156, 20, 133] +Triangle: [116, 91, 90] +Triangle: [19, 158, 28] +Triangle: [134, 26, 21] +Triangle: [159, 66, 26] +Triangle: [183, 160, 184] +Triangle: [2260, 161, 2261] +Triangle: [1270, 159, 1269] +Triangle: [184, 1270, 1274] +Triangle: [2261, 1271, 2267] +Triangle: [35, 931, 36] +Triangle: [941, 1142, 1152] +Triangle: [1141, 941, 1152] +Triangle: [162, 937, 67] +Triangle: [1070, 1089, 1090] +Triangle: [1089, 944, 917] +Triangle: [1272, 936, 162] +Triangle: [81, 171, 172] +Triangle: [17, 172, 18] +Triangle: [1117, 63, 1128] +Triangle: [62, 182, 181] +Triangle: [61, 64, 62] +Triangle: [27, 174, 158] +Triangle: [181, 2290, 2287] +Triangle: [2292, 1274, 2293] +Triangle: [2291, 184, 2292] +Triangle: [2290, 183, 2291] +Triangle: [2289, 177, 2288] +Triangle: [933, 178, 40] +Triangle: [31, 175, 32] +Triangle: [40, 180, 41] +Triangle: [29, 211, 30] +Triangle: [496, 174, 61] +Triangle: [1074, 56, 188] +Triangle: [188, 58, 189] +Triangle: [1275, 57, 1262] +Triangle: [1075, 53, 1074] +Triangle: [1075, 54, 55] +Triangle: [195, 204, 59] +Triangle: [189, 57, 190] +Triangle: [194, 51, 52] +Triangle: [170, 194, 169] +Triangle: [163, 190, 164] +Triangle: [1145, 1076, 1088] +Triangle: [1145, 187, 1147] +Triangle: [164, 1275, 1273] +Triangle: [165, 189, 163] +Triangle: [1071, 188, 165] +Triangle: [745, 201, 744] +Triangle: [746, 199, 200] +Triangle: [749, 1276, 1278] +Triangle: [744, 203, 750] +Triangle: [753, 2, 1] +Triangle: [750, 202, 749] +Triangle: [746, 198, 745] +Triangle: [748, 197, 752] +Triangle: [205, 206, 68] +Triangle: [205, 52, 204] +Triangle: [204, 752, 751] +Triangle: [939, 63, 65] +Triangle: [67, 939, 65] +Triangle: [208, 18, 207] +Triangle: [172, 207, 18] +Triangle: [171, 209, 172] +Triangle: [291, 559, 222] +Triangle: [540, 490, 549] +Triangle: [558, 490, 225] +Triangle: [286, 508, 226] +Triangle: [234, 244, 245] +Triangle: [945, 236, 946] +Triangle: [238, 945, 947] +Triangle: [948, 231, 230] +Triangle: [242, 948, 950] +Triangle: [949, 242, 950] +Triangle: [245, 236, 237] +Triangle: [243, 245, 246] +Triangle: [248, 246, 249] +Triangle: [245, 238, 246] +Triangle: [247, 246, 238] +Triangle: [260, 267, 266] +Triangle: [264, 263, 265] +Triangle: [264, 261, 260] +Triangle: [234, 484, 235] +Triangle: [483, 234, 243] +Triangle: [260, 268, 271] +Triangle: [269, 271, 268] +Triangle: [270, 272, 269] +Triangle: [243, 259, 483] +Triangle: [257, 269, 2348] +Triangle: [280, 580, 575] +Triangle: [276, 580, 217] +Triangle: [214, 579, 276] +Triangle: [279, 219, 277] +Triangle: [537, 213, 535] +Triangle: [218, 575, 381] +Triangle: [511, 286, 301] +Triangle: [287, 494, 491] +Triangle: [541, 491, 550] +Triangle: [559, 485, 222] +Triangle: [1192, 469, 1200] +Triangle: [542, 293, 543] +Triangle: [543, 287, 541] +Triangle: [289, 293, 294] +Triangle: [283, 294, 295] +Triangle: [292, 294, 293] +Triangle: [283, 296, 297] +Triangle: [289, 298, 299] +Triangle: [288, 494, 289] +Triangle: [300, 298, 284] +Triangle: [558, 301, 224] +Triangle: [540, 300, 544] +Triangle: [544, 284, 539] +Triangle: [538, 292, 542] +Triangle: [295, 282, 296] +Triangle: [545, 282, 538] +Triangle: [296, 303, 304] +Triangle: [537, 303, 545] +Triangle: [304, 278, 279] +Triangle: [539, 228, 536] +Triangle: [228, 306, 305] +Triangle: [305, 240, 229] +Triangle: [239, 247, 238] +Triangle: [251, 239, 242] +Triangle: [252, 242, 241] +Triangle: [288, 299, 300] +Triangle: [951, 241, 949] +Triangle: [951, 310, 308] +Triangle: [953, 310, 952] +Triangle: [953, 314, 312] +Triangle: [308, 252, 241] +Triangle: [306, 298, 316] +Triangle: [311, 316, 318] +Triangle: [316, 317, 318] +Triangle: [297, 298, 283] +Triangle: [319, 260, 271] +Triangle: [264, 320, 262] +Triangle: [262, 323, 263] +Triangle: [322, 325, 323] +Triangle: [326, 368, 369] +Triangle: [321, 328, 320] +Triangle: [329, 330, 328] +Triangle: [371, 333, 332] +Triangle: [328, 262, 320] +Triangle: [322, 330, 324] +Triangle: [369, 332, 326] +Triangle: [272, 319, 271] +Triangle: [273, 320, 272] +Triangle: [307, 310, 253] +Triangle: [253, 312, 254] +Triangle: [253, 342, 341] +Triangle: [249, 336, 248] +Triangle: [255, 350, 349] +Triangle: [256, 343, 255] +Triangle: [247, 337, 249] +Triangle: [351, 345, 352] +Triangle: [250, 335, 247] +Triangle: [257, 2346, 345] +Triangle: [250, 339, 338] +Triangle: [259, 346, 258] +Triangle: [251, 340, 339] +Triangle: [248, 347, 259] +Triangle: [307, 341, 348] +Triangle: [306, 309, 240] +Triangle: [481, 2296, 483] +Triangle: [482, 2295, 484] +Triangle: [483, 2294, 482] +Triangle: [254, 350, 342] +Triangle: [252, 348, 340] +Triangle: [483, 258, 481] +Triangle: [351, 344, 256] +Triangle: [353, 312, 314] +Triangle: [349, 353, 357] +Triangle: [349, 356, 255] +Triangle: [255, 355, 256] +Triangle: [256, 354, 351] +Triangle: [351, 270, 257] +Triangle: [321, 358, 362] +Triangle: [273, 354, 358] +Triangle: [355, 358, 354] +Triangle: [356, 359, 355] +Triangle: [357, 360, 356] +Triangle: [329, 362, 363] +Triangle: [359, 362, 358] +Triangle: [363, 364, 365] +Triangle: [331, 363, 366] +Triangle: [370, 366, 372] +Triangle: [370, 367, 333] +Triangle: [330, 369, 324] +Triangle: [331, 371, 330] +Triangle: [324, 368, 325] +Triangle: [297, 304, 334] +Triangle: [373, 277, 215] +Triangle: [279, 334, 304] +Triangle: [317, 334, 318] +Triangle: [374, 311, 318] +Triangle: [374, 334, 373] +Triangle: [375, 313, 374] +Triangle: [375, 373, 376] +Triangle: [376, 215, 377] +Triangle: [378, 357, 353] +Triangle: [376, 383, 375] +Triangle: [860, 451, 546] +Triangle: [383, 315, 375] +Triangle: [955, 314, 954] +Triangle: [380, 577, 382] +Triangle: [360, 364, 359] +Triangle: [365, 366, 363] +Triangle: [372, 384, 385] +Triangle: [367, 385, 386] +Triangle: [387, 365, 360] +Triangle: [384, 388, 385] +Triangle: [386, 388, 389] +Triangle: [361, 387, 360] +Triangle: [387, 391, 388] +Triangle: [379, 353, 314] +Triangle: [378, 393, 392] +Triangle: [393, 394, 392] +Triangle: [392, 361, 378] +Triangle: [392, 391, 390] +Triangle: [955, 382, 956] +Triangle: [388, 411, 389] +Triangle: [412, 960, 957] +Triangle: [959, 417, 962] +Triangle: [737, 397, 736] +Triangle: [408, 404, 410] +Triangle: [409, 403, 408] +Triangle: [961, 382, 274] +Triangle: [412, 406, 407] +Triangle: [405, 396, 397] +Triangle: [399, 416, 417] +Triangle: [413, 416, 398] +Triangle: [419, 413, 414] +Triangle: [420, 414, 415] +Triangle: [962, 421, 963] +Triangle: [964, 421, 422] +Triangle: [965, 422, 423] +Triangle: [416, 421, 417] +Triangle: [422, 418, 419] +Triangle: [423, 419, 420] +Triangle: [958, 399, 959] +Triangle: [398, 401, 400] +Triangle: [960, 401, 958] +Triangle: [401, 406, 400] +Triangle: [400, 425, 424] +Triangle: [426, 400, 424] +Triangle: [413, 426, 427] +Triangle: [414, 427, 428] +Triangle: [415, 428, 429] +Triangle: [428, 432, 429] +Triangle: [427, 431, 428] +Triangle: [430, 426, 424] +Triangle: [431, 435, 432] +Triangle: [430, 434, 431] +Triangle: [433, 424, 425] +Triangle: [425, 437, 433] +Triangle: [739, 439, 738] +Triangle: [439, 440, 441] +Triangle: [441, 443, 439] +Triangle: [439, 740, 738] +Triangle: [444, 446, 443] +Triangle: [443, 741, 740] +Triangle: [437, 434, 433] +Triangle: [434, 445, 435] +Triangle: [405, 425, 406] +Triangle: [739, 405, 737] +Triangle: [440, 404, 403] +Triangle: [452, 277, 219] +Triangle: [213, 582, 860] +Triangle: [872, 452, 547] +Triangle: [470, 864, 872] +Triangle: [863, 377, 215] +Triangle: [535, 860, 546] +Triangle: [215, 453, 863] +Triangle: [1194, 472, 1193] +Triangle: [216, 448, 402] +Triangle: [1195, 475, 474] +Triangle: [1196, 476, 475] +Triangle: [1198, 476, 1197] +Triangle: [1199, 477, 1198] +Triangle: [859, 469, 547] +Triangle: [477, 871, 870] +Triangle: [869, 477, 870] +Triangle: [475, 869, 868] +Triangle: [474, 868, 867] +Triangle: [403, 873, 459] +Triangle: [864, 473, 865] +Triangle: [872, 455, 453] +Triangle: [471, 457, 448] +Triangle: [546, 862, 547] +Triangle: [557, 487, 485] +Triangle: [487, 560, 489] +Triangle: [548, 493, 549] +Triangle: [550, 492, 548] +Triangle: [493, 492, 494] +Triangle: [492, 491, 494] +Triangle: [210, 30, 211] +Triangle: [495, 212, 60] +Triangle: [465, 447, 444] +Triangle: [463, 444, 441] +Triangle: [461, 441, 440] +Triangle: [459, 440, 403] +Triangle: [473, 867, 865] +Triangle: [471, 216, 377] +Triangle: [582, 450, 451] +Triangle: [232, 500, 501] +Triangle: [568, 501, 500] +Triangle: [503, 499, 498] +Triangle: [504, 498, 497] +Triangle: [504, 506, 505] +Triangle: [572, 505, 506] +Triangle: [530, 226, 508] +Triangle: [508, 285, 227] +Triangle: [514, 521, 551] +Triangle: [510, 302, 285] +Triangle: [514, 228, 305] +Triangle: [530, 552, 507] +Triangle: [518, 517, 516] +Triangle: [520, 519, 518] +Triangle: [507, 574, 573] +Triangle: [232, 525, 231] +Triangle: [569, 524, 570] +Triangle: [502, 523, 524] +Triangle: [522, 503, 504] +Triangle: [515, 522, 504] +Triangle: [517, 526, 515] +Triangle: [519, 527, 517] +Triangle: [529, 519, 521] +Triangle: [507, 531, 530] +Triangle: [534, 227, 533] +Triangle: [486, 548, 488] +Triangle: [488, 549, 490] +Triangle: [219, 546, 452] +Triangle: [539, 227, 285] +Triangle: [220, 537, 545] +Triangle: [545, 281, 220] +Triangle: [221, 538, 542] +Triangle: [302, 539, 285] +Triangle: [225, 544, 302] +Triangle: [290, 541, 223] +Triangle: [221, 543, 290] +Triangle: [223, 550, 486] +Triangle: [278, 535, 219] +Triangle: [288, 549, 493] +Triangle: [533, 536, 532] +Triangle: [228, 532, 536] +Triangle: [520, 551, 521] +Triangle: [508, 553, 530] +Triangle: [517, 555, 516] +Triangle: [515, 554, 555] +Triangle: [505, 554, 504] +Triangle: [225, 511, 558] +Triangle: [561, 490, 560] +Triangle: [560, 224, 489] +Triangle: [559, 486, 557] +Triangle: [556, 223, 559] +Triangle: [523, 526, 513] +Triangle: [557, 488, 561] +Triangle: [524, 513, 562] +Triangle: [570, 562, 571] +Triangle: [231, 563, 230] +Triangle: [513, 527, 562] +Triangle: [525, 571, 563] +Triangle: [528, 565, 564] +Triangle: [529, 305, 565] +Triangle: [229, 565, 305] +Triangle: [564, 566, 567] +Triangle: [567, 229, 230] +Triangle: [563, 567, 230] +Triangle: [569, 525, 501] +Triangle: [502, 568, 499] +Triangle: [571, 527, 528] +Triangle: [571, 564, 563] +Triangle: [573, 512, 505] +Triangle: [509, 573, 572] +Triangle: [552, 553, 574] +Triangle: [554, 574, 553] +Triangle: [553, 555, 554] +Triangle: [534, 516, 555] +Triangle: [533, 518, 516] +Triangle: [518, 532, 520] +Triangle: [581, 578, 214] +Triangle: [221, 556, 381] +Triangle: [578, 275, 579] +Triangle: [575, 220, 281] +Triangle: [381, 281, 221] +Triangle: [580, 275, 220] +Triangle: [381, 291, 218] +Triangle: [577, 585, 576] +Triangle: [583, 577, 383] +Triangle: [584, 216, 402] +Triangle: [583, 377, 216] +Triangle: [584, 409, 585] +Triangle: [274, 577, 576] +Triangle: [576, 587, 586] +Triangle: [587, 588, 586] +Triangle: [588, 591, 590] +Triangle: [591, 592, 590] +Triangle: [593, 594, 592] +Triangle: [595, 596, 594] +Triangle: [597, 598, 596] +Triangle: [967, 601, 600] +Triangle: [600, 603, 602] +Triangle: [968, 604, 969] +Triangle: [604, 607, 606] +Triangle: [970, 608, 971] +Triangle: [609, 610, 608] +Triangle: [610, 613, 612] +Triangle: [612, 615, 614] +Triangle: [637, 617, 616] +Triangle: [616, 619, 618] +Triangle: [619, 620, 618] +Triangle: [972, 622, 973] +Triangle: [606, 626, 604] +Triangle: [973, 635, 976] +Triangle: [969, 626, 974] +Triangle: [618, 634, 633] +Triangle: [600, 625, 624] +Triangle: [616, 633, 632] +Triangle: [616, 638, 637] +Triangle: [612, 631, 630] +Triangle: [612, 629, 610] +Triangle: [610, 628, 608] +Triangle: [608, 975, 971] +Triangle: [637, 631, 614] +Triangle: [614, 636, 637] +Triangle: [627, 641, 626] +Triangle: [633, 649, 648] +Triangle: [631, 645, 630] +Triangle: [628, 978, 975] +Triangle: [976, 650, 979] +Triangle: [624, 640, 639] +Triangle: [638, 646, 631] +Triangle: [629, 643, 628] +Triangle: [626, 977, 974] +Triangle: [638, 647, 651] +Triangle: [632, 648, 647] +Triangle: [630, 644, 629] +Triangle: [576, 660, 274] +Triangle: [967, 624, 983] +Triangle: [596, 674, 675] +Triangle: [594, 675, 673] +Triangle: [594, 676, 592] +Triangle: [676, 590, 592] +Triangle: [672, 588, 590] +Triangle: [671, 586, 588] +Triangle: [670, 660, 586] +Triangle: [703, 701, 702] +Triangle: [659, 663, 658] +Triangle: [657, 663, 664] +Triangle: [656, 664, 665] +Triangle: [655, 665, 666] +Triangle: [654, 666, 667] +Triangle: [668, 884, 880] +Triangle: [690, 874, 885] +Triangle: [984, 674, 983] +Triangle: [675, 677, 678] +Triangle: [675, 679, 673] +Triangle: [673, 680, 676] +Triangle: [672, 680, 681] +Triangle: [671, 681, 682] +Triangle: [670, 682, 661] +Triangle: [659, 684, 662] +Triangle: [660, 684, 683] +Triangle: [684, 682, 662] +Triangle: [682, 663, 662] +Triangle: [681, 664, 663] +Triangle: [664, 679, 665] +Triangle: [665, 678, 666] +Triangle: [678, 667, 666] +Triangle: [669, 881, 687] +Triangle: [984, 668, 982] +Triangle: [687, 1009, 986] +Triangle: [686, 639, 640] +Triangle: [977, 686, 640] +Triangle: [644, 990, 991] +Triangle: [980, 878, 1006] +Triangle: [987, 703, 702] +Triangle: [989, 645, 646] +Triangle: [654, 693, 655] +Triangle: [980, 695, 993] +Triangle: [653, 696, 695] +Triangle: [996, 696, 994] +Triangle: [985, 698, 994] +Triangle: [1010, 649, 979] +Triangle: [699, 981, 992] +Triangle: [700, 988, 981] +Triangle: [688, 701, 698] +Triangle: [702, 652, 689] +Triangle: [989, 702, 689] +Triangle: [991, 643, 644] +Triangle: [700, 698, 701] +Triangle: [642, 687, 641] +Triangle: [655, 692, 656] +Triangle: [657, 692, 691] +Triangle: [696, 704, 695] +Triangle: [704, 995, 997] +Triangle: [993, 704, 997] +Triangle: [693, 705, 706] +Triangle: [706, 650, 635] +Triangle: [691, 635, 622] +Triangle: [692, 706, 691] +Triangle: [691, 658, 657] +Triangle: [623, 658, 622] +Triangle: [707, 587, 585] +Triangle: [707, 409, 708] +Triangle: [708, 709, 707] +Triangle: [589, 709, 591] +Triangle: [408, 708, 409] +Triangle: [709, 712, 711] +Triangle: [712, 713, 711] +Triangle: [713, 716, 715] +Triangle: [709, 593, 591] +Triangle: [711, 595, 593] +Triangle: [595, 715, 597] +Triangle: [715, 718, 717] +Triangle: [999, 720, 719] +Triangle: [719, 722, 721] +Triangle: [1000, 723, 1001] +Triangle: [597, 717, 599] +Triangle: [966, 719, 601] +Triangle: [601, 721, 603] +Triangle: [1001, 605, 968] +Triangle: [619, 731, 732] +Triangle: [733, 731, 395] +Triangle: [274, 1003, 961] +Triangle: [617, 730, 731] +Triangle: [636, 729, 730] +Triangle: [613, 729, 615] +Triangle: [611, 728, 613] +Triangle: [611, 726, 727] +Triangle: [970, 725, 1002] +Triangle: [607, 723, 725] +Triangle: [395, 730, 394] +Triangle: [394, 729, 391] +Triangle: [727, 735, 728] +Triangle: [728, 391, 729] +Triangle: [391, 734, 411] +Triangle: [727, 411, 734] +Triangle: [1002, 412, 957] +Triangle: [724, 725, 723] +Triangle: [1000, 720, 998] +Triangle: [412, 718, 396] +Triangle: [718, 397, 396] +Triangle: [712, 408, 410] +Triangle: [438, 737, 404] +Triangle: [740, 445, 442] +Triangle: [738, 442, 437] +Triangle: [436, 738, 437] +Triangle: [404, 736, 410] +Triangle: [714, 410, 736] +Triangle: [716, 736, 397] +Triangle: [1004, 733, 1003] +Triangle: [1005, 623, 972] +Triangle: [1005, 732, 1004] +Triangle: [158, 495, 28] +Triangle: [185, 29, 28] +Triangle: [495, 185, 28] +Triangle: [2, 752, 197] +Triangle: [52, 748, 752] +Triangle: [55, 745, 53] +Triangle: [58, 749, 57] +Triangle: [59, 751, 753] +Triangle: [56, 750, 58] +Triangle: [57, 1278, 1262] +Triangle: [54, 746, 55] +Triangle: [53, 744, 56] +Triangle: [742, 6, 5] +Triangle: [208, 5, 43] +Triangle: [1174, 763, 1170] +Triangle: [1171, 770, 764] +Triangle: [1177, 769, 1175] +Triangle: [1176, 765, 770] +Triangle: [1170, 771, 1177] +Triangle: [1171, 768, 1174] +Triangle: [1156, 141, 142] +Triangle: [1173, 773, 1178] +Triangle: [774, 1159, 1162] +Triangle: [1279, 1172, 1297] +Triangle: [145, 1156, 142] +Triangle: [1166, 1164, 141] +Triangle: [775, 759, 776] +Triangle: [777, 758, 775] +Triangle: [775, 754, 0] +Triangle: [777, 0, 761] +Triangle: [778, 761, 762] +Triangle: [760, 778, 757] +Triangle: [1281, 762, 1280] +Triangle: [757, 1281, 755] +Triangle: [830, 1283, 1287] +Triangle: [840, 1284, 1288] +Triangle: [1289, 784, 1285] +Triangle: [851, 793, 790] +Triangle: [842, 789, 841] +Triangle: [832, 787, 831] +Triangle: [852, 801, 793] +Triangle: [844, 794, 842] +Triangle: [834, 792, 832] +Triangle: [855, 809, 806] +Triangle: [846, 805, 845] +Triangle: [836, 803, 835] +Triangle: [856, 813, 809] +Triangle: [847, 810, 846] +Triangle: [837, 808, 836] +Triangle: [854, 786, 801] +Triangle: [840, 802, 844] +Triangle: [830, 800, 834] +Triangle: [829, 805, 835] +Triangle: [839, 806, 845] +Triangle: [855, 779, 804] +Triangle: [837, 818, 838] +Triangle: [847, 817, 848] +Triangle: [858, 811, 815] +Triangle: [858, 798, 817] +Triangle: [843, 818, 848] +Triangle: [833, 816, 838] +Triangle: [1286, 783, 1282] +Triangle: [1252, 1285, 1303] +Triangle: [1253, 779, 1252] +Triangle: [819, 803, 821] +Triangle: [1258, 799, 1259] +Triangle: [820, 800, 783] +Triangle: [1255, 788, 1254] +Triangle: [823, 792, 824] +Triangle: [824, 800, 822] +Triangle: [1259, 791, 1255] +Triangle: [1261, 796, 815] +Triangle: [826, 795, 825] +Triangle: [1256, 804, 1253] +Triangle: [821, 808, 827] +Triangle: [827, 812, 828] +Triangle: [1257, 807, 1256] +Triangle: [828, 816, 826] +Triangle: [1261, 811, 1257] +Triangle: [760, 826, 758] +Triangle: [757, 828, 760] +Triangle: [755, 827, 757] +Triangle: [758, 825, 759] +Triangle: [761, 824, 822] +Triangle: [0, 823, 824] +Triangle: [762, 822, 820] +Triangle: [756, 821, 755] +Triangle: [1280, 820, 1286] +Triangle: [797, 838, 818] +Triangle: [812, 838, 816] +Triangle: [780, 835, 803] +Triangle: [785, 834, 802] +Triangle: [814, 836, 810] +Triangle: [810, 835, 805] +Triangle: [802, 832, 794] +Triangle: [794, 831, 789] +Triangle: [783, 1287, 1282] +Triangle: [798, 848, 817] +Triangle: [814, 848, 818] +Triangle: [782, 845, 805] +Triangle: [786, 844, 801] +Triangle: [813, 846, 809] +Triangle: [809, 845, 806] +Triangle: [801, 842, 793] +Triangle: [793, 841, 790] +Triangle: [785, 1288, 1283] +Triangle: [815, 853, 858] +Triangle: [817, 857, 858] +Triangle: [806, 849, 855] +Triangle: [799, 850, 854] +Triangle: [807, 857, 856] +Triangle: [804, 856, 855] +Triangle: [791, 854, 852] +Triangle: [788, 852, 851] +Triangle: [1284, 850, 1289] +Triangle: [1200, 468, 1191] +Triangle: [859, 862, 861] +Triangle: [862, 450, 861] +Triangle: [547, 452, 546] +Triangle: [863, 455, 471] +Triangle: [448, 866, 402] +Triangle: [455, 865, 457] +Triangle: [1194, 474, 473] +Triangle: [867, 461, 459] +Triangle: [868, 463, 461] +Triangle: [463, 870, 465] +Triangle: [870, 467, 465] +Triangle: [872, 469, 470] +Triangle: [1013, 449, 1019] +Triangle: [1018, 742, 1020] +Triangle: [1016, 464, 1015] +Triangle: [867, 457, 865] +Triangle: [1012, 211, 1017] +Triangle: [1020, 208, 1019] +Triangle: [1014, 210, 1012] +Triangle: [1017, 186, 1011] +Triangle: [1014, 454, 1013] +Triangle: [866, 403, 402] +Triangle: [459, 866, 457] +Triangle: [1006, 879, 1007] +Triangle: [876, 880, 884] +Triangle: [1009, 876, 884] +Triangle: [882, 883, 881] +Triangle: [875, 885, 874] +Triangle: [667, 878, 654] +Triangle: [688, 875, 652] +Triangle: [652, 874, 689] +Triangle: [685, 877, 876] +Triangle: [982, 880, 1007] +Triangle: [690, 882, 669] +Triangle: [685, 1008, 985] +Triangle: [891, 906, 894] +Triangle: [888, 897, 887] +Triangle: [892, 900, 903] +Triangle: [895, 899, 888] +Triangle: [891, 903, 902] +Triangle: [893, 907, 895] +Triangle: [40, 894, 893] +Triangle: [3, 890, 42] +Triangle: [14, 889, 892] +Triangle: [897, 898, 896] +Triangle: [902, 904, 906] +Triangle: [901, 903, 900] +Triangle: [906, 898, 905] +Triangle: [896, 904, 901] +Triangle: [907, 898, 899] +Triangle: [886, 897, 896] +Triangle: [886, 901, 890] +Triangle: [890, 900, 889] +Triangle: [894, 905, 893] +Triangle: [916, 934, 917] +Triangle: [915, 2268, 929] +Triangle: [913, 935, 918] +Triangle: [919, 179, 910] +Triangle: [909, 2258, 2262] +Triangle: [913, 1068, 915] +Triangle: [916, 164, 908] +Triangle: [922, 170, 169] +Triangle: [923, 68, 206] +Triangle: [908, 1273, 1290] +Triangle: [920, 169, 68] +Triangle: [926, 928, 178] +Triangle: [927, 919, 933] +Triangle: [930, 912, 909] +Triangle: [930, 2262, 2263] +Triangle: [929, 2279, 180] +Triangle: [929, 913, 915] +Triangle: [931, 916, 908] +Triangle: [911, 934, 924] +Triangle: [910, 935, 926] +Triangle: [936, 922, 937] +Triangle: [938, 920, 923] +Triangle: [1291, 908, 1290] +Triangle: [937, 920, 939] +Triangle: [944, 916, 917] +Triangle: [942, 163, 944] +Triangle: [1150, 166, 1086] +Triangle: [942, 1071, 165] +Triangle: [941, 1080, 166] +Triangle: [688, 1008, 883] +Triangle: [982, 879, 667] +Triangle: [881, 1008, 1009] +Triangle: [877, 1007, 880] +Triangle: [659, 1004, 683] +Triangle: [1005, 621, 619] +Triangle: [683, 1003, 660] +Triangle: [724, 998, 718] +Triangle: [726, 957, 411] +Triangle: [609, 1002, 726] +Triangle: [961, 733, 395] +Triangle: [721, 968, 603] +Triangle: [599, 999, 966] +Triangle: [722, 1001, 721] +Triangle: [717, 998, 999] +Triangle: [694, 997, 705] +Triangle: [705, 995, 650] +Triangle: [669, 978, 991] +Triangle: [646, 987, 989] +Triangle: [981, 647, 648] +Triangle: [992, 648, 649] +Triangle: [995, 979, 650] +Triangle: [697, 1010, 995] +Triangle: [996, 992, 1010] +Triangle: [685, 994, 696] +Triangle: [699, 994, 698] +Triangle: [980, 694, 654] +Triangle: [689, 990, 989] +Triangle: [651, 988, 987] +Triangle: [653, 1006, 877] +Triangle: [991, 690, 669] +Triangle: [641, 986, 977] +Triangle: [986, 884, 686] +Triangle: [677, 982, 667] +Triangle: [639, 983, 624] +Triangle: [598, 983, 674] +Triangle: [974, 640, 625] +Triangle: [634, 979, 649] +Triangle: [975, 642, 627] +Triangle: [971, 627, 606] +Triangle: [602, 974, 625] +Triangle: [620, 976, 634] +Triangle: [621, 973, 620] +Triangle: [607, 971, 606] +Triangle: [603, 969, 602] +Triangle: [598, 966, 967] +Triangle: [389, 958, 386] +Triangle: [386, 959, 367] +Triangle: [327, 964, 965] +Triangle: [332, 964, 326] +Triangle: [333, 963, 332] +Triangle: [393, 961, 395] +Triangle: [367, 962, 333] +Triangle: [411, 960, 389] +Triangle: [379, 956, 393] +Triangle: [380, 954, 315] +Triangle: [315, 953, 313] +Triangle: [313, 952, 311] +Triangle: [309, 952, 951] +Triangle: [309, 949, 240] +Triangle: [240, 950, 229] +Triangle: [950, 230, 229] +Triangle: [239, 947, 948] +Triangle: [947, 232, 231] +Triangle: [945, 233, 232] +Triangle: [1015, 462, 1011] +Triangle: [185, 1011, 186] +Triangle: [209, 1013, 207] +Triangle: [460, 1011, 462] +Triangle: [456, 1012, 458] +Triangle: [458, 1017, 460] +Triangle: [60, 1015, 185] +Triangle: [480, 1019, 449] +Triangle: [479, 1020, 480] +Triangle: [207, 1019, 208] +Triangle: [1192, 454, 1193] +Triangle: [1029, 1221, 1215] +Triangle: [1209, 1029, 1215] +Triangle: [1155, 1213, 1220] +Triangle: [1299, 1028, 1209] +Triangle: [142, 1052, 145] +Triangle: [1234, 1026, 1224] +Triangle: [1027, 1211, 1214] +Triangle: [1022, 1206, 1211] +Triangle: [1160, 1188, 1189] +Triangle: [1025, 1207, 1213] +Triangle: [1206, 1023, 1212] +Triangle: [1207, 1026, 1208] +Triangle: [1251, 1040, 1042] +Triangle: [1250, 1042, 1041] +Triangle: [1250, 1035, 1247] +Triangle: [1245, 1039, 1040] +Triangle: [1243, 1038, 1249] +Triangle: [1249, 1037, 1248] +Triangle: [1242, 1036, 1243] +Triangle: [1247, 1034, 1246] +Triangle: [1246, 1293, 1302] +Triangle: [888, 1044, 1048] +Triangle: [1044, 1043, 1048] +Triangle: [888, 1045, 895] +Triangle: [1047, 1048, 1043] +Triangle: [4, 1044, 887] +Triangle: [895, 1047, 44] +Triangle: [1054, 1219, 1218] +Triangle: [1052, 1054, 1051] +Triangle: [1053, 1049, 1054] +Triangle: [1056, 1217, 1218] +Triangle: [1216, 1057, 1219] +Triangle: [1032, 1056, 1057] +Triangle: [1031, 1055, 1056] +Triangle: [142, 1050, 1053] +Triangle: [772, 1304, 767] +Triangle: [1064, 766, 774] +Triangle: [1279, 1306, 765] +Triangle: [1059, 774, 769] +Triangle: [767, 1063, 773] +Triangle: [1305, 772, 766] +Triangle: [768, 1307, 1058] +Triangle: [763, 1061, 771] +Triangle: [765, 1060, 770] +Triangle: [771, 1059, 769] +Triangle: [764, 1060, 1307] +Triangle: [768, 1308, 763] +Triangle: [2245, 1069, 2246] +Triangle: [1067, 2283, 2285] +Triangle: [940, 1071, 1070] +Triangle: [1073, 943, 167] +Triangle: [1087, 1071, 168] +Triangle: [1081, 167, 193] +Triangle: [1081, 1075, 192] +Triangle: [1087, 1075, 1074] +Triangle: [1093, 1070, 1090] +Triangle: [1092, 46, 1094] +Triangle: [2274, 1100, 1132] +Triangle: [1146, 1079, 1073] +Triangle: [1076, 1073, 1081] +Triangle: [1078, 1092, 1149] +Triangle: [1082, 1077, 1129] +Triangle: [2244, 50, 2245] +Triangle: [1082, 1083, 1067] +Triangle: [1085, 168, 940] +Triangle: [1147, 1087, 168] +Triangle: [1076, 192, 1088] +Triangle: [187, 192, 1087] +Triangle: [1151, 940, 1093] +Triangle: [1084, 1093, 50] +Triangle: [1072, 1092, 1079] +Triangle: [1079, 1094, 943] +Triangle: [50, 1090, 1069] +Triangle: [1090, 39, 1069] +Triangle: [1138, 1091, 45] +Triangle: [45, 1096, 1140] +Triangle: [39, 917, 911] +Triangle: [2277, 1083, 1131] +Triangle: [1132, 2249, 2251] +Triangle: [912, 38, 909] +Triangle: [1100, 2250, 2249] +Triangle: [1121, 1107, 1120] +Triangle: [1120, 1099, 1114] +Triangle: [2259, 1106, 2256] +Triangle: [1119, 1295, 1296] +Triangle: [1118, 1105, 1119] +Triangle: [1117, 1104, 1118] +Triangle: [1125, 1101, 1136] +Triangle: [1065, 2275, 1130] +Triangle: [1113, 1108, 1121] +Triangle: [2257, 1097, 2255] +Triangle: [35, 1121, 924] +Triangle: [1135, 1127, 1144] +Triangle: [45, 1135, 1144] +Triangle: [65, 1118, 67] +Triangle: [67, 1119, 162] +Triangle: [162, 1296, 1272] +Triangle: [911, 1114, 39] +Triangle: [924, 1120, 911] +Triangle: [1115, 2253, 2252] +Triangle: [2254, 1115, 2252] +Triangle: [2266, 1123, 2265] +Triangle: [1123, 2264, 2265] +Triangle: [1103, 1128, 1106] +Triangle: [1111, 1136, 1101] +Triangle: [1098, 1126, 1097] +Triangle: [1065, 1082, 1129] +Triangle: [1130, 1131, 1082] +Triangle: [2269, 1132, 1111] +Triangle: [49, 2277, 1131] +Triangle: [1134, 1137, 2254] +Triangle: [1139, 1135, 2244] +Triangle: [1136, 2247, 1125] +Triangle: [2248, 2251, 1137] +Triangle: [1115, 2250, 1122] +Triangle: [1140, 2244, 1135] +Triangle: [1095, 1078, 1149] +Triangle: [1096, 1084, 1140] +Triangle: [1095, 1143, 1091] +Triangle: [1096, 1143, 1151] +Triangle: [1136, 2248, 1127] +Triangle: [1144, 2248, 1134] +Triangle: [166, 1146, 1145] +Triangle: [1086, 1145, 1147] +Triangle: [1080, 1072, 1146] +Triangle: [1141, 1072, 1148] +Triangle: [1086, 1085, 1150] +Triangle: [1142, 1085, 1151] +Triangle: [1152, 1149, 1141] +Triangle: [1142, 1143, 1152] +Triangle: [1077, 1205, 1204] +Triangle: [212, 1016, 60] +Triangle: [1153, 466, 1016] +Triangle: [1158, 145, 149] +Triangle: [1181, 138, 93] +Triangle: [1154, 1159, 145] +Triangle: [1156, 774, 766] +Triangle: [1189, 138, 1190] +Triangle: [1030, 1220, 1210] +Triangle: [1297, 102, 1265] +Triangle: [1168, 1229, 1230] +Triangle: [1166, 766, 772] +Triangle: [767, 1173, 1169] +Triangle: [1163, 1216, 1221] +Triangle: [1164, 146, 1167] +Triangle: [1229, 1031, 1032] +Triangle: [1173, 143, 144] +Triangle: [97, 1171, 1174] +Triangle: [98, 1177, 103] +Triangle: [100, 1172, 1176] +Triangle: [103, 1175, 99] +Triangle: [101, 1176, 1171] +Triangle: [98, 1174, 1170] +Triangle: [1169, 144, 1164] +Triangle: [99, 1162, 1154] +Triangle: [90, 1182, 1186] +Triangle: [1187, 1235, 1225] +Triangle: [1300, 1187, 1225] +Triangle: [1182, 1231, 1234] +Triangle: [1179, 1222, 1231] +Triangle: [1181, 1223, 1233] +Triangle: [1222, 1180, 1232] +Triangle: [1223, 1186, 1224] +Triangle: [1157, 1189, 1190] +Triangle: [136, 1188, 137] +Triangle: [1188, 1168, 1183] +Triangle: [1161, 1190, 1181] +Triangle: [1235, 1168, 1230] +Triangle: [1161, 1233, 1228] +Triangle: [470, 1193, 472] +Triangle: [458, 1194, 456] +Triangle: [480, 1191, 479] +Triangle: [464, 1199, 1198] +Triangle: [464, 1197, 462] +Triangle: [462, 1196, 460] +Triangle: [458, 1196, 1195] +Triangle: [456, 1193, 454] +Triangle: [449, 1200, 480] +Triangle: [1201, 910, 179] +Triangle: [918, 48, 913] +Triangle: [1201, 1203, 918] +Triangle: [2278, 1109, 1100] +Triangle: [2285, 1205, 1067] +Triangle: [44, 933, 40] +Triangle: [926, 919, 910] +Triangle: [1221, 147, 1167] +Triangle: [1210, 1158, 149] +Triangle: [1216, 1049, 147] +Triangle: [1218, 1051, 1054] +Triangle: [1218, 1057, 1056] +Triangle: [110, 1208, 104] +Triangle: [109, 1212, 106] +Triangle: [1213, 110, 108] +Triangle: [1211, 109, 105] +Triangle: [1214, 105, 107] +Triangle: [1266, 1209, 148] +Triangle: [1220, 108, 1158] +Triangle: [148, 1215, 146] +Triangle: [1215, 1167, 146] +Triangle: [1210, 1055, 1030] +Triangle: [1027, 1208, 1026] +Triangle: [1228, 1025, 1155] +Triangle: [1029, 1230, 1163] +Triangle: [1024, 1224, 1026] +Triangle: [1021, 1232, 1023] +Triangle: [1233, 1024, 1025] +Triangle: [1231, 1021, 1022] +Triangle: [1234, 1022, 1027] +Triangle: [1292, 1225, 1028] +Triangle: [1225, 1029, 1028] +Triangle: [1165, 1227, 1229] +Triangle: [1230, 1032, 1163] +Triangle: [1182, 1224, 1186] +Triangle: [1226, 1155, 1030] +Triangle: [1227, 1030, 1031] +Triangle: [69, 1238, 70] +Triangle: [70, 1239, 161] +Triangle: [161, 1301, 1271] +Triangle: [1241, 69, 173] +Triangle: [2289, 1240, 2286] +Triangle: [33, 925, 930] +Triangle: [202, 1302, 1276] +Triangle: [203, 1246, 202] +Triangle: [196, 1243, 197] +Triangle: [2, 1248, 1] +Triangle: [197, 1249, 2] +Triangle: [200, 1244, 1245] +Triangle: [201, 1247, 203] +Triangle: [198, 1250, 201] +Triangle: [198, 1245, 1251] +Triangle: [1042, 1261, 1257] +Triangle: [1041, 1257, 1256] +Triangle: [1041, 1253, 1035] +Triangle: [1040, 1260, 1261] +Triangle: [1036, 1255, 1038] +Triangle: [1038, 1254, 1037] +Triangle: [1033, 1259, 1036] +Triangle: [1035, 1252, 1034] +Triangle: [1034, 1303, 1293] +Triangle: [1293, 1258, 1033] +Triangle: [1276, 1242, 196] +Triangle: [1271, 1240, 34] +Triangle: [1023, 1300, 1292] +Triangle: [106, 1299, 1266] +Triangle: [1232, 1298, 1300] +Triangle: [143, 1297, 1265] +Triangle: [1272, 1126, 36] +Triangle: [1296, 1097, 1126] +Triangle: [773, 1294, 1279] +Triangle: [1302, 1033, 1242] +Triangle: [1212, 1292, 1299] +Triangle: [936, 1290, 921] +Triangle: [921, 1273, 170] +Triangle: [781, 1289, 849] +Triangle: [1283, 839, 782] +Triangle: [1282, 829, 780] +Triangle: [756, 1286, 819] +Triangle: [1303, 784, 1258] +Triangle: [819, 1282, 780] +Triangle: [849, 1285, 779] +Triangle: [1288, 781, 839] +Triangle: [1287, 782, 829] +Triangle: [755, 1280, 756] +Triangle: [1178, 1279, 1297] +Triangle: [1262, 748, 51] +Triangle: [1278, 196, 748] +Triangle: [1273, 191, 170] +Triangle: [1275, 51, 191] +Triangle: [2293, 175, 2286] +Triangle: [931, 1272, 36] +Triangle: [2267, 34, 2255] +Triangle: [1274, 32, 175] +Triangle: [32, 1269, 25] +Triangle: [150, 1268, 151] +Triangle: [1180, 1264, 1298] +Triangle: [143, 1266, 148] +Triangle: [140, 1267, 150] +Triangle: [151, 1263, 135] +Triangle: [135, 1277, 134] +Triangle: [134, 1269, 159] +Triangle: [1316, 1315, 1309] +Triangle: [1317, 1309, 1310] +Triangle: [1311, 1317, 1310] +Triangle: [1320, 1312, 1313] +Triangle: [1321, 1313, 1314] +Triangle: [1322, 1314, 1315] +Triangle: [1323, 1322, 1316] +Triangle: [1324, 1316, 1317] +Triangle: [1318, 1324, 1317] +Triangle: [1327, 1319, 1320] +Triangle: [1328, 1320, 1321] +Triangle: [1329, 1321, 1322] +Triangle: [1330, 1329, 1323] +Triangle: [1331, 1323, 1324] +Triangle: [1332, 1324, 323] +Triangle: [1325, 1332, 323] +Triangle: [1334, 1325, 1326] +Triangle: [1327, 1334, 1326] +Triangle: [1336, 1327, 1328] +Triangle: [1337, 1328, 1329] +Triangle: [1338, 1337, 1330] +Triangle: [1339, 1330, 1331] +Triangle: [1340, 1331, 1332] +Triangle: [1333, 1340, 1332] +Triangle: [1334, 1341, 1333] +Triangle: [1335, 1342, 1334] +Triangle: [1336, 1343, 1335] +Triangle: [1345, 1336, 1337] +Triangle: [1346, 1345, 1338] +Triangle: [1347, 1338, 1339] +Triangle: [1348, 1339, 1340] +Triangle: [1349, 1340, 1341] +Triangle: [1342, 1349, 1341] +Triangle: [1343, 1350, 1342] +Triangle: [1344, 1351, 1343] +Triangle: [1345, 1352, 1344] +Triangle: [1346, 1361, 1353] +Triangle: [1355, 1346, 1347] +Triangle: [1356, 1347, 1348] +Triangle: [1357, 1348, 1349] +Triangle: [1358, 1349, 1350] +Triangle: [1351, 1358, 1350] +Triangle: [1352, 1359, 1351] +Triangle: [1353, 1360, 1352] +Triangle: [1354, 1369, 1361] +Triangle: [1363, 1354, 1355] +Triangle: [1364, 1355, 1356] +Triangle: [1365, 1356, 1357] +Triangle: [1366, 1357, 1358] +Triangle: [1359, 1366, 1358] +Triangle: [1360, 1367, 1359] +Triangle: [1361, 1368, 1360] +Triangle: [1362, 1377, 1369] +Triangle: [1371, 1362, 1363] +Triangle: [1372, 1363, 1364] +Triangle: [1373, 1364, 1365] +Triangle: [1374, 1365, 1366] +Triangle: [1367, 1374, 1366] +Triangle: [1368, 1375, 1367] +Triangle: [1369, 1376, 1368] +Triangle: [1370, 1385, 1377] +Triangle: [1379, 1370, 1371] +Triangle: [1380, 1371, 1372] +Triangle: [1381, 1372, 1373] +Triangle: [1382, 1373, 1374] +Triangle: [1375, 1382, 1374] +Triangle: [1376, 1383, 1375] +Triangle: [1377, 1384, 1376] +Triangle: [1378, 1393, 1385] +Triangle: [1387, 1378, 1379] +Triangle: [1388, 1379, 1380] +Triangle: [1389, 1380, 1381] +Triangle: [1390, 1381, 1382] +Triangle: [1383, 1390, 1382] +Triangle: [1384, 1391, 1383] +Triangle: [1385, 1392, 1384] +Triangle: [1386, 1401, 1393] +Triangle: [1395, 1386, 1387] +Triangle: [1396, 1387, 1388] +Triangle: [1397, 1388, 1389] +Triangle: [1398, 1389, 1390] +Triangle: [1391, 1398, 1390] +Triangle: [1392, 1399, 1391] +Triangle: [1393, 1400, 1392] +Triangle: [1394, 1409, 1401] +Triangle: [1403, 1394, 1395] +Triangle: [1404, 1395, 1396] +Triangle: [1405, 1396, 1397] +Triangle: [1406, 1397, 1398] +Triangle: [1399, 1406, 1398] +Triangle: [1400, 1407, 1399] +Triangle: [1401, 1408, 1400] +Triangle: [1402, 1417, 1409] +Triangle: [1411, 1402, 1403] +Triangle: [1412, 1403, 1404] +Triangle: [1413, 1404, 1405] +Triangle: [1414, 1405, 1406] +Triangle: [1415, 1406, 1407] +Triangle: [1408, 1415, 1407] +Triangle: [1409, 1416, 1408] +Triangle: [1410, 1425, 1417] +Triangle: [1411, 1418, 1410] +Triangle: [1420, 1411, 1412] +Triangle: [1421, 1412, 1413] +Triangle: [1422, 1413, 1414] +Triangle: [1423, 1414, 1415] +Triangle: [1416, 1423, 1415] +Triangle: [1417, 1424, 1416] +Triangle: [1418, 1433, 1425] +Triangle: [1419, 1426, 1418] +Triangle: [1420, 1427, 1419] +Triangle: [1429, 1420, 1421] +Triangle: [1430, 1421, 1422] +Triangle: [1431, 1422, 1423] +Triangle: [1432, 1423, 1424] +Triangle: [1425, 1432, 1424] +Triangle: [1426, 1441, 1433] +Triangle: [1427, 1434, 1426] +Triangle: [1428, 1435, 1427] +Triangle: [1429, 1436, 1428] +Triangle: [1438, 1429, 1430] +Triangle: [1439, 1430, 1431] +Triangle: [1440, 1431, 1432] +Triangle: [1441, 1432, 1433] +Triangle: [1434, 1442, 1441] +Triangle: [1435, 1442, 1434] +Triangle: [1436, 1442, 1435] +Triangle: [1437, 1442, 1436] +Triangle: [1438, 1442, 1437] +Triangle: [1439, 1442, 1438] +Triangle: [1440, 1442, 1439] +Triangle: [1441, 1442, 1440] +Triangle: [1443, 1458, 1450] +Triangle: [1444, 1451, 1443] +Triangle: [1445, 1452, 1444] +Triangle: [1454, 1445, 1446] +Triangle: [1455, 1446, 1447] +Triangle: [1456, 1447, 1448] +Triangle: [1457, 1448, 1449] +Triangle: [1450, 1457, 1449] +Triangle: [1451, 1466, 1458] +Triangle: [1452, 1459, 1451] +Triangle: [1453, 1460, 1452] +Triangle: [1462, 1453, 1454] +Triangle: [1463, 1454, 1455] +Triangle: [1464, 1455, 1456] +Triangle: [1465, 1456, 1457] +Triangle: [1458, 1465, 1457] +Triangle: [1459, 1474, 1466] +Triangle: [1460, 1467, 1459] +Triangle: [1461, 1468, 1460] +Triangle: [1470, 1461, 1462] +Triangle: [1471, 1462, 1463] +Triangle: [1472, 1463, 1464] +Triangle: [1473, 1464, 1465] +Triangle: [1466, 1473, 1465] +Triangle: [1475, 1474, 1467] +Triangle: [1476, 1467, 1468] +Triangle: [1477, 1468, 1469] +Triangle: [1470, 1477, 1469] +Triangle: [1471, 1478, 1470] +Triangle: [1472, 1479, 1471] +Triangle: [1473, 1480, 1472] +Triangle: [1482, 1473, 1474] +Triangle: [1483, 1482, 1475] +Triangle: [1484, 1475, 1476] +Triangle: [1485, 1476, 1477] +Triangle: [1478, 1485, 1477] +Triangle: [1479, 1486, 1478] +Triangle: [1480, 1487, 1479] +Triangle: [1481, 1488, 1480] +Triangle: [1490, 1481, 1482] +Triangle: [1491, 1490, 1483] +Triangle: [1492, 1483, 1484] +Triangle: [1493, 1484, 1485] +Triangle: [1486, 1493, 1485] +Triangle: [1487, 1494, 1486] +Triangle: [1488, 1495, 1487] +Triangle: [1489, 1496, 1488] +Triangle: [1498, 1489, 1490] +Triangle: [1499, 1498, 1491] +Triangle: [1500, 1491, 1492] +Triangle: [1501, 1492, 1493] +Triangle: [1494, 1501, 1493] +Triangle: [1495, 1502, 1494] +Triangle: [1496, 1503, 1495] +Triangle: [1505, 1496, 1497] +Triangle: [1506, 1497, 1498] +Triangle: [1507, 1506, 1499] +Triangle: [1508, 1499, 1500] +Triangle: [1509, 1500, 1501] +Triangle: [1502, 1509, 1501] +Triangle: [1503, 1510, 1502] +Triangle: [1504, 1511, 1503] +Triangle: [1513, 1504, 1505] +Triangle: [1514, 1505, 1506] +Triangle: [1515, 1514, 1507] +Triangle: [1516, 1507, 1508] +Triangle: [1517, 1508, 1509] +Triangle: [1510, 1517, 1509] +Triangle: [1511, 1518, 1510] +Triangle: [1512, 1519, 1511] +Triangle: [1521, 1512, 1513] +Triangle: [1522, 1513, 1514] +Triangle: [1515, 1530, 1522] +Triangle: [1524, 1515, 1516] +Triangle: [1525, 1516, 1517] +Triangle: [1518, 1525, 1517] +Triangle: [1519, 1526, 1518] +Triangle: [1520, 1527, 1519] +Triangle: [1529, 1520, 1521] +Triangle: [1530, 1521, 1522] +Triangle: [1523, 1538, 1530] +Triangle: [1532, 1523, 1524] +Triangle: [1533, 1524, 1525] +Triangle: [1534, 1525, 1526] +Triangle: [1527, 1534, 1526] +Triangle: [1528, 1535, 1527] +Triangle: [1529, 1536, 1528] +Triangle: [1530, 1537, 1529] +Triangle: [1539, 1538, 1531] +Triangle: [1540, 1531, 1532] +Triangle: [1541, 1532, 1533] +Triangle: [1542, 1533, 1534] +Triangle: [1535, 1542, 1534] +Triangle: [1536, 1543, 1535] +Triangle: [1537, 1544, 1536] +Triangle: [1538, 1545, 1537] +Triangle: [1547, 1546, 1539] +Triangle: [1548, 1539, 1540] +Triangle: [1549, 1540, 1541] +Triangle: [1550, 1541, 1542] +Triangle: [1551, 1542, 1543] +Triangle: [1544, 1551, 1543] +Triangle: [1545, 1552, 1544] +Triangle: [1546, 1553, 1545] +Triangle: [1547, 1562, 1554] +Triangle: [1556, 1547, 1548] +Triangle: [1557, 1548, 1549] +Triangle: [1558, 1549, 1550] +Triangle: [1559, 1550, 1551] +Triangle: [1552, 1559, 1551] +Triangle: [1553, 1560, 1552] +Triangle: [1554, 1561, 1553] +Triangle: [1555, 1570, 1562] +Triangle: [1556, 1563, 1555] +Triangle: [1565, 1556, 1557] +Triangle: [1566, 1557, 1558] +Triangle: [1567, 1558, 1559] +Triangle: [1568, 1559, 1560] +Triangle: [1561, 1568, 1560] +Triangle: [1562, 1569, 1561] +Triangle: [1563, 1578, 1570] +Triangle: [1564, 1571, 1563] +Triangle: [1565, 1572, 1564] +Triangle: [1574, 1565, 1566] +Triangle: [1575, 1566, 1567] +Triangle: [1576, 1567, 1568] +Triangle: [1577, 1568, 1569] +Triangle: [1570, 1577, 1569] +Triangle: [1571, 1579, 1578] +Triangle: [1572, 1579, 1571] +Triangle: [1573, 1579, 1572] +Triangle: [1574, 1579, 1573] +Triangle: [1575, 1579, 1574] +Triangle: [1576, 1579, 1575] +Triangle: [1577, 1579, 1576] +Triangle: [1578, 1579, 1577] +Triangle: [1588, 1587, 1580] +Triangle: [1589, 1580, 1581] +Triangle: [1590, 1581, 1582] +Triangle: [1583, 1590, 1582] +Triangle: [1584, 1591, 1583] +Triangle: [1585, 1592, 1584] +Triangle: [1586, 1593, 1585] +Triangle: [1587, 1594, 1586] +Triangle: [1596, 1595, 1588] +Triangle: [1597, 1588, 1589] +Triangle: [1590, 1597, 1589] +Triangle: [1591, 1598, 1590] +Triangle: [1592, 1599, 1591] +Triangle: [1601, 1592, 1593] +Triangle: [1602, 1593, 1594] +Triangle: [1603, 1594, 1595] +Triangle: [1604, 1603, 1596] +Triangle: [1597, 1604, 1596] +Triangle: [1598, 1605, 1597] +Triangle: [1599, 1606, 1598] +Triangle: [1600, 1607, 1599] +Triangle: [1609, 1600, 1601] +Triangle: [1610, 1601, 1602] +Triangle: [1611, 1602, 1603] +Triangle: [1604, 1619, 1611] +Triangle: [1605, 1612, 1604] +Triangle: [1614, 1605, 1606] +Triangle: [1615, 1606, 1607] +Triangle: [1616, 1607, 1608] +Triangle: [1617, 1608, 1609] +Triangle: [1610, 1617, 1609] +Triangle: [1611, 1618, 1610] +Triangle: [1612, 1627, 1619] +Triangle: [1613, 1620, 1612] +Triangle: [1622, 1613, 1614] +Triangle: [1623, 1614, 1615] +Triangle: [1624, 1615, 1616] +Triangle: [1625, 1616, 1617] +Triangle: [1618, 1625, 1617] +Triangle: [1619, 1626, 1618] +Triangle: [1620, 1635, 1627] +Triangle: [1629, 1620, 1621] +Triangle: [1622, 1629, 1621] +Triangle: [1623, 1630, 1622] +Triangle: [1624, 1631, 1623] +Triangle: [1625, 1632, 1624] +Triangle: [1634, 1625, 1626] +Triangle: [1635, 1626, 1627] +Triangle: [1628, 1643, 1635] +Triangle: [1637, 1628, 1629] +Triangle: [1630, 1637, 1629] +Triangle: [1631, 1638, 1630] +Triangle: [1632, 1639, 1631] +Triangle: [1641, 1632, 1633] +Triangle: [1642, 1633, 1634] +Triangle: [1643, 1634, 1635] +Triangle: [1636, 1644, 1643] +Triangle: [1637, 1644, 1636] +Triangle: [1638, 1644, 1637] +Triangle: [1639, 1644, 1638] +Triangle: [1640, 1644, 1639] +Triangle: [1641, 1644, 1640] +Triangle: [1642, 1644, 1641] +Triangle: [1643, 1644, 1642] +Triangle: [1693, 1652, 1694] +Triangle: [1698, 1649, 1693] +Triangle: [1651, 1695, 1696] +Triangle: [1678, 1696, 1697] +Triangle: [1649, 1656, 1652] +Triangle: [1686, 1653, 1649] +Triangle: [1655, 1650, 1651] +Triangle: [1679, 1651, 1678] +Triangle: [1657, 1656, 1653] +Triangle: [1687, 1657, 1653] +Triangle: [1655, 1658, 1654] +Triangle: [1680, 1655, 1679] +Triangle: [1657, 1664, 1660] +Triangle: [1688, 1661, 1657] +Triangle: [1659, 1662, 1658] +Triangle: [1681, 1659, 1680] +Triangle: [1661, 1668, 1664] +Triangle: [1689, 1665, 1661] +Triangle: [1667, 1662, 1663] +Triangle: [1682, 1663, 1681] +Triangle: [1669, 1668, 1665] +Triangle: [1690, 1669, 1665] +Triangle: [1667, 1670, 1666] +Triangle: [1682, 1671, 1667] +Triangle: [1673, 1672, 1669] +Triangle: [1692, 1669, 1691] +Triangle: [1671, 1674, 1670] +Triangle: [1684, 1671, 1683] +Triangle: [1672, 1684, 1683] +Triangle: [1672, 1682, 1668] +Triangle: [1664, 1682, 1681] +Triangle: [1664, 1680, 1660] +Triangle: [1660, 1679, 1656] +Triangle: [1656, 1678, 1652] +Triangle: [1652, 1697, 1694] +Triangle: [1674, 1691, 1670] +Triangle: [1670, 1690, 1666] +Triangle: [1666, 1689, 1662] +Triangle: [1658, 1689, 1688] +Triangle: [1654, 1688, 1687] +Triangle: [1650, 1687, 1686] +Triangle: [1695, 1686, 1698] +Triangle: [1646, 1698, 1685] +Triangle: [1694, 1677, 1648] +Triangle: [1697, 1647, 1677] +Triangle: [1647, 1695, 1646] +Triangle: [1685, 1693, 1645] +Triangle: [1693, 1648, 1645] +Triangle: [1699, 1706, 1702] +Triangle: [1720, 1703, 1699] +Triangle: [1705, 1700, 1701] +Triangle: [1717, 1701, 1716] +Triangle: [1703, 1710, 1706] +Triangle: [1704, 1722, 1721] +Triangle: [1710, 1717, 1706] +Triangle: [1721, 1707, 1703] +Triangle: [1711, 1710, 1707] +Triangle: [1722, 1711, 1707] +Triangle: [1709, 1712, 1708] +Triangle: [1718, 1713, 1709] +Triangle: [1711, 1715, 1714] +Triangle: [1723, 1715, 1711] +Triangle: [1713, 1715, 1712] +Triangle: [1719, 1715, 1713] +Triangle: [1714, 1715, 1719] +Triangle: [1714, 1718, 1710] +Triangle: [1705, 1718, 1709] +Triangle: [1706, 1716, 1702] +Triangle: [1712, 1715, 1723] +Triangle: [1712, 1722, 1708] +Triangle: [1705, 1708, 1704] +Triangle: [1700, 1721, 1720] +Triangle: [1764, 1725, 1724] +Triangle: [1765, 1729, 1728] +Triangle: [1763, 1727, 1761] +Triangle: [1762, 1730, 1729] +Triangle: [1763, 1724, 1726] +Triangle: [1760, 1728, 1725] +Triangle: [1733, 1738, 1740] +Triangle: [1735, 1739, 1732] +Triangle: [1732, 1738, 1731] +Triangle: [1736, 1742, 1735] +Triangle: [1733, 1741, 1734] +Triangle: [1736, 1744, 1743] +Triangle: [1770, 1746, 1767] +Triangle: [1771, 1749, 1768] +Triangle: [1761, 1747, 1769] +Triangle: [2120, 1766, 2123] +Triangle: [1769, 1745, 1770] +Triangle: [1746, 1771, 1767] +Triangle: [1752, 1755, 1750] +Triangle: [1756, 1753, 1751] +Triangle: [1750, 1756, 1751] +Triangle: [1758, 1754, 1753] +Triangle: [1734, 1757, 1752] +Triangle: [2122, 1737, 2121] +Triangle: [1731, 1726, 1724] +Triangle: [1734, 1726, 1733] +Triangle: [1752, 1727, 1734] +Triangle: [1750, 1747, 1752] +Triangle: [1751, 1745, 1750] +Triangle: [1751, 1748, 1746] +Triangle: [1754, 1748, 1753] +Triangle: [2121, 1730, 2120] +Triangle: [1737, 1729, 1730] +Triangle: [1736, 1728, 1729] +Triangle: [1732, 1728, 1735] +Triangle: [1732, 1724, 1725] +Triangle: [1767, 2102, 2095] +Triangle: [1769, 2101, 2097] +Triangle: [2123, 2100, 2219] +Triangle: [1761, 2097, 2092] +Triangle: [1771, 2096, 2102] +Triangle: [1770, 2095, 2101] +Triangle: [2091, 1765, 1760] +Triangle: [2094, 1764, 1763] +Triangle: [2093, 1766, 1762] +Triangle: [2092, 1763, 1761] +Triangle: [2099, 1762, 1765] +Triangle: [2098, 1760, 1764] +Triangle: [1742, 1774, 1739] +Triangle: [1785, 1974, 1975] +Triangle: [1743, 1775, 1742] +Triangle: [1738, 1774, 1785] +Triangle: [1785, 1740, 1738] +Triangle: [1740, 1783, 1741] +Triangle: [1741, 1782, 1757] +Triangle: [1757, 1781, 1755] +Triangle: [1755, 1780, 1756] +Triangle: [1780, 1758, 1756] +Triangle: [1779, 1759, 1758] +Triangle: [2124, 1744, 2122] +Triangle: [1777, 1743, 1744] +Triangle: [2008, 2032, 2007] +Triangle: [1807, 2105, 2106] +Triangle: [1808, 2105, 1806] +Triangle: [2237, 1792, 2238] +Triangle: [2239, 1790, 2237] +Triangle: [1794, 1812, 1813] +Triangle: [1795, 1814, 1812] +Triangle: [1793, 1813, 1815] +Triangle: [1816, 1796, 1797] +Triangle: [1811, 1793, 1815] +Triangle: [1816, 1792, 1810] +Triangle: [2241, 1798, 1799] +Triangle: [2242, 1799, 2233] +Triangle: [2240, 1791, 2239] +Triangle: [1800, 2230, 2232] +Triangle: [1801, 1804, 2104] +Triangle: [2112, 1804, 1800] +Triangle: [1773, 1806, 1772] +Triangle: [1772, 1807, 1786] +Triangle: [1789, 2235, 2106] +Triangle: [2114, 1788, 2107] +Triangle: [1791, 1809, 1790] +Triangle: [1790, 1810, 1792] +Triangle: [1823, 1820, 1825] +Triangle: [2127, 1820, 2125] +Triangle: [2126, 1825, 2127] +Triangle: [1819, 1825, 1817] +Triangle: [1880, 1846, 1881] +Triangle: [1859, 2130, 2137] +Triangle: [1864, 1839, 1841] +Triangle: [2141, 1849, 1876] +Triangle: [1858, 1837, 1859] +Triangle: [1842, 1879, 1878] +Triangle: [1879, 1845, 1880] +Triangle: [1876, 1831, 1830] +Triangle: [1829, 2387, 2383] +Triangle: [2392, 1830, 2390] +Triangle: [2140, 1833, 2128] +Triangle: [2390, 1864, 1865] +Triangle: [2387, 1827, 2385] +Triangle: [1875, 1829, 1833] +Triangle: [1874, 1832, 1831] +Triangle: [2385, 1826, 2386] +Triangle: [2126, 1846, 1817] +Triangle: [1824, 1849, 1818] +Triangle: [1822, 1848, 1824] +Triangle: [2133, 1822, 2125] +Triangle: [1817, 1845, 1819] +Triangle: [1845, 1823, 1819] +Triangle: [1844, 1821, 1823] +Triangle: [1842, 1820, 1821] +Triangle: [1855, 1866, 1867] +Triangle: [1857, 1868, 1866] +Triangle: [2135, 1869, 2139] +Triangle: [1871, 1853, 1870] +Triangle: [1872, 1854, 1871] +Triangle: [1873, 1856, 1872] +Triangle: [1869, 1852, 1873] +Triangle: [2138, 1855, 1867] +Triangle: [1865, 1841, 1835] +Triangle: [1836, 1861, 1834] +Triangle: [1840, 1860, 1836] +Triangle: [2131, 1865, 1835] +Triangle: [1858, 1840, 1838] +Triangle: [2383, 1859, 2384] +Triangle: [2389, 1863, 1864] +Triangle: [2384, 2137, 2391] +Triangle: [2138, 1839, 2130] +Triangle: [1834, 1873, 1836] +Triangle: [1836, 1872, 1840] +Triangle: [1840, 1871, 1838] +Triangle: [1838, 1870, 1837] +Triangle: [2139, 1834, 2131] +Triangle: [1866, 1835, 1841] +Triangle: [1867, 1841, 1839] +Triangle: [1847, 1874, 1848] +Triangle: [1843, 1878, 1875] +Triangle: [2133, 1875, 2140] +Triangle: [1848, 1876, 1849] +Triangle: [1828, 1880, 1827] +Triangle: [1878, 1828, 1829] +Triangle: [2129, 1876, 1830] +Triangle: [1827, 1881, 1826] +Triangle: [2152, 1902, 1901] +Triangle: [2150, 1901, 1903] +Triangle: [1899, 1906, 1905] +Triangle: [1898, 1904, 1906] +Triangle: [1926, 1962, 1961] +Triangle: [1940, 1920, 1944] +Triangle: [1944, 2155, 2162] +Triangle: [1927, 1957, 1962] +Triangle: [1939, 1918, 1940] +Triangle: [2166, 1925, 1960] +Triangle: [1960, 1926, 1961] +Triangle: [1955, 1911, 1957] +Triangle: [2161, 1909, 1943] +Triangle: [1907, 1946, 1942] +Triangle: [1956, 1913, 1958] +Triangle: [1911, 1945, 1946] +Triangle: [1943, 1908, 1941] +Triangle: [1956, 1910, 1914] +Triangle: [1958, 2153, 2165] +Triangle: [1941, 1907, 1942] +Triangle: [1899, 1927, 1898] +Triangle: [1929, 1899, 1905] +Triangle: [2150, 1929, 1905] +Triangle: [1924, 1903, 1901] +Triangle: [1927, 1900, 1898] +Triangle: [1900, 1925, 1904] +Triangle: [2158, 1902, 2151] +Triangle: [1923, 1901, 1902] +Triangle: [2159, 1947, 2164] +Triangle: [1947, 1932, 1949] +Triangle: [1949, 1931, 1950] +Triangle: [1935, 1951, 1952] +Triangle: [2163, 1935, 1952] +Triangle: [1954, 1937, 1953] +Triangle: [1950, 1933, 1954] +Triangle: [1934, 1948, 1951] +Triangle: [1945, 1916, 1946] +Triangle: [1941, 1915, 1917] +Triangle: [1943, 1917, 1921] +Triangle: [1942, 1916, 1915] +Triangle: [2161, 1921, 2156] +Triangle: [1910, 1940, 1914] +Triangle: [1913, 2162, 2153] +Triangle: [1914, 1944, 1913] +Triangle: [1951, 1920, 1918] +Triangle: [1950, 1917, 1915] +Triangle: [1917, 1953, 1921] +Triangle: [2156, 1952, 1919] +Triangle: [1919, 1951, 1918] +Triangle: [1916, 1950, 1915] +Triangle: [1922, 1949, 1916] +Triangle: [2164, 1922, 2155] +Triangle: [1928, 2165, 2157] +Triangle: [1924, 1959, 1956] +Triangle: [1924, 1958, 1928] +Triangle: [1929, 1957, 1930] +Triangle: [1909, 1961, 1908] +Triangle: [2154, 1960, 1909] +Triangle: [1962, 1911, 1907] +Triangle: [1908, 1962, 1907] +Triangle: [1857, 1888, 1884] +Triangle: [1887, 1892, 1889] +Triangle: [1895, 1933, 1897] +Triangle: [1964, 2159, 2167] +Triangle: [2168, 1964, 2167] +Triangle: [1988, 2023, 1989] +Triangle: [1782, 2024, 1781] +Triangle: [2169, 1966, 2168] +Triangle: [1971, 1965, 1963] +Triangle: [2169, 1777, 2124] +Triangle: [1974, 1786, 1975] +Triangle: [1969, 1977, 2227] +Triangle: [2171, 2067, 2206] +Triangle: [1987, 2049, 2066] +Triangle: [1971, 1981, 1970] +Triangle: [1970, 1967, 1965] +Triangle: [1971, 1984, 1982] +Triangle: [1986, 1977, 1976] +Triangle: [1986, 1981, 1982] +Triangle: [1985, 1982, 1984] +Triangle: [1853, 2050, 2058] +Triangle: [2025, 1781, 2024] +Triangle: [1783, 2023, 1782] +Triangle: [2024, 2011, 2025] +Triangle: [2022, 1989, 2023] +Triangle: [2145, 1992, 2172] +Triangle: [1882, 1993, 1884] +Triangle: [1883, 1994, 1992] +Triangle: [2135, 1996, 2173] +Triangle: [1850, 1997, 1852] +Triangle: [1851, 1998, 1996] +Triangle: [1891, 2174, 2149] +Triangle: [1890, 2001, 1892] +Triangle: [1891, 2002, 2000] +Triangle: [2001, 1889, 1892] +Triangle: [1857, 1993, 1998] +Triangle: [1932, 2003, 1931] +Triangle: [1931, 2005, 1933] +Triangle: [1932, 1964, 2004] +Triangle: [2005, 1897, 1933] +Triangle: [2000, 2005, 2003] +Triangle: [1994, 1999, 1992] +Triangle: [1991, 1998, 1993] +Triangle: [1807, 2115, 1786] +Triangle: [2119, 2009, 2008] +Triangle: [2010, 2009, 2006] +Triangle: [2176, 2006, 2175] +Triangle: [1780, 2026, 1779] +Triangle: [2025, 2021, 2026] +Triangle: [2177, 2018, 2180] +Triangle: [1989, 2180, 2181] +Triangle: [2013, 2018, 2012] +Triangle: [2177, 2176, 2226] +Triangle: [2013, 2182, 2183] +Triangle: [2178, 2183, 2225] +Triangle: [2015, 2184, 2185] +Triangle: [2224, 2015, 2185] +Triangle: [2187, 2016, 2186] +Triangle: [2188, 2017, 2187] +Triangle: [2004, 2011, 2003] +Triangle: [1966, 2004, 1964] +Triangle: [1966, 2026, 2021] +Triangle: [1779, 1968, 1778] +Triangle: [2034, 1990, 2022] +Triangle: [1784, 2022, 1783] +Triangle: [2189, 2011, 1988] +Triangle: [2017, 2027, 2016] +Triangle: [2016, 2191, 2179] +Triangle: [2223, 2029, 2190] +Triangle: [2181, 2029, 2192] +Triangle: [2193, 2013, 2178] +Triangle: [2029, 2193, 2190] +Triangle: [2015, 2030, 2014] +Triangle: [1785, 2031, 1784] +Triangle: [1772, 1973, 1773] +Triangle: [2031, 2032, 2033] +Triangle: [2031, 2034, 2022] +Triangle: [2037, 1973, 1972] +Triangle: [2009, 2033, 2008] +Triangle: [2035, 1804, 2103] +Triangle: [1979, 2111, 2036] +Triangle: [2037, 1808, 1773] +Triangle: [1980, 1985, 1987] +Triangle: [1980, 2036, 2228] +Triangle: [1977, 2228, 2227] +Triangle: [2038, 1936, 1934] +Triangle: [1963, 1983, 1971] +Triangle: [1937, 2039, 2040] +Triangle: [2195, 2041, 2042] +Triangle: [2147, 2039, 1895] +Triangle: [2195, 1935, 2160] +Triangle: [2043, 2038, 1934] +Triangle: [1934, 2042, 2043] +Triangle: [1983, 2044, 1984] +Triangle: [2046, 2042, 2041] +Triangle: [2045, 2043, 2042] +Triangle: [2198, 2063, 2205] +Triangle: [2049, 1984, 2048] +Triangle: [2048, 2044, 2047] +Triangle: [2047, 2045, 2046] +Triangle: [1896, 2052, 2053] +Triangle: [2196, 2054, 2055] +Triangle: [2196, 1894, 2146] +Triangle: [2143, 2052, 1887] +Triangle: [1855, 2057, 1888] +Triangle: [2202, 2056, 2170] +Triangle: [2198, 1886, 2142] +Triangle: [2199, 1885, 2144] +Triangle: [1979, 1987, 1978] +Triangle: [2148, 2055, 2200] +Triangle: [2060, 2041, 1893] +Triangle: [2048, 2046, 2060] +Triangle: [2201, 2060, 2200] +Triangle: [2202, 2061, 2062] +Triangle: [2062, 2055, 2054] +Triangle: [2204, 2050, 2171] +Triangle: [1978, 2066, 2051] +Triangle: [2204, 2054, 2199] +Triangle: [2058, 2065, 2059] +Triangle: [1970, 1976, 1969] +Triangle: [2203, 2056, 2064] +Triangle: [2134, 2063, 1855] +Triangle: [1854, 2069, 2068] +Triangle: [1852, 2069, 1856] +Triangle: [1854, 2067, 1853] +Triangle: [2209, 2071, 2070] +Triangle: [2207, 2073, 2072] +Triangle: [2206, 2072, 2064] +Triangle: [2203, 2070, 2051] +Triangle: [2051, 2074, 1978] +Triangle: [2110, 2074, 2103] +Triangle: [2071, 2074, 2070] +Triangle: [2076, 2210, 2211] +Triangle: [2073, 2212, 2208] +Triangle: [2071, 2078, 2075] +Triangle: [2222, 2076, 2211] +Triangle: [2117, 2007, 2115] +Triangle: [2229, 2075, 2078] +Triangle: [1974, 1775, 1973] +Triangle: [1058, 2086, 1308] +Triangle: [1060, 2087, 1307] +Triangle: [1061, 2080, 1059] +Triangle: [1306, 2081, 1060] +Triangle: [1308, 2082, 1061] +Triangle: [1058, 2087, 2079] +Triangle: [2089, 1062, 1305] +Triangle: [1304, 2084, 1063] +Triangle: [2080, 1064, 1059] +Triangle: [1294, 2088, 1306] +Triangle: [2085, 1305, 1064] +Triangle: [1062, 2090, 1304] +Triangle: [2149, 1892, 2215] +Triangle: [2216, 1897, 2215] +Triangle: [2221, 1895, 2216] +Triangle: [2145, 1884, 2217] +Triangle: [1887, 2217, 2218] +Triangle: [2220, 1887, 2218] +Triangle: [2086, 2091, 2098] +Triangle: [2087, 2093, 2099] +Triangle: [2082, 2092, 2080] +Triangle: [2081, 2100, 2093] +Triangle: [2086, 2094, 2082] +Triangle: [2079, 2099, 2091] +Triangle: [2101, 2083, 2089] +Triangle: [2102, 2084, 2090] +Triangle: [2092, 2085, 2080] +Triangle: [2214, 2100, 2088] +Triangle: [2097, 2089, 2085] +Triangle: [2083, 2102, 2090] +Triangle: [2103, 2075, 2035] +Triangle: [1803, 2111, 2108] +Triangle: [1805, 2035, 2229] +Triangle: [1801, 1805, 2235] +Triangle: [2110, 1979, 1978] +Triangle: [2105, 1789, 2106] +Triangle: [2235, 1807, 2106] +Triangle: [2107, 1787, 2105] +Triangle: [2110, 1804, 2109] +Triangle: [2111, 1804, 2108] +Triangle: [1799, 2114, 2113] +Triangle: [1802, 2107, 1808] +Triangle: [1975, 1786, 2116] +Triangle: [2032, 2116, 2007] +Triangle: [2116, 2115, 2007] +Triangle: [2078, 2117, 2229] +Triangle: [2117, 2119, 2008] +Triangle: [2118, 2077, 2213] +Triangle: [2096, 2214, 2084] +Triangle: [2220, 1888, 2142] +Triangle: [1886, 2220, 2142] +Triangle: [2144, 2143, 2220] +Triangle: [2218, 1884, 1888] +Triangle: [1883, 2217, 1889] +Triangle: [2146, 2216, 1896] +Triangle: [1894, 2221, 2146] +Triangle: [2148, 2147, 2221] +Triangle: [1896, 2215, 1892] +Triangle: [1891, 2215, 1897] +Triangle: [1063, 2214, 1294] +Triangle: [2175, 2211, 1997] +Triangle: [2006, 2222, 2175] +Triangle: [2213, 2212, 2222] +Triangle: [2208, 2077, 2071] +Triangle: [2211, 2069, 1997] +Triangle: [2064, 2209, 2203] +Triangle: [2067, 2207, 2206] +Triangle: [2068, 2210, 2207] +Triangle: [2072, 2208, 2209] +Triangle: [2058, 2134, 1853] +Triangle: [2051, 2170, 2203] +Triangle: [2065, 2199, 2059] +Triangle: [2062, 2171, 2056] +Triangle: [2048, 2202, 2049] +Triangle: [2061, 2200, 2055] +Triangle: [1893, 2200, 2060] +Triangle: [2059, 2144, 1886] +Triangle: [2057, 2142, 1888] +Triangle: [2049, 2170, 2066] +Triangle: [1885, 2197, 2143] +Triangle: [2053, 2146, 1896] +Triangle: [2053, 2197, 2196] +Triangle: [2059, 2205, 2058] +Triangle: [2040, 2160, 1937] +Triangle: [1893, 2194, 2147] +Triangle: [2040, 2194, 2195] +Triangle: [2190, 2030, 2028] +Triangle: [2030, 2178, 2014] +Triangle: [1989, 2192, 1988] +Triangle: [2223, 2028, 2191] +Triangle: [2189, 2191, 2027] +Triangle: [1988, 2223, 2189] +Triangle: [2179, 2028, 2015] +Triangle: [2027, 2188, 2189] +Triangle: [2011, 2187, 2003] +Triangle: [2003, 2186, 2000] +Triangle: [2174, 2185, 1999] +Triangle: [2000, 2224, 2174] +Triangle: [2186, 2179, 2224] +Triangle: [2185, 1992, 1999] +Triangle: [2225, 1991, 2172] +Triangle: [2184, 2172, 1992] +Triangle: [2014, 2225, 2184] +Triangle: [2183, 1996, 1991] +Triangle: [2226, 1995, 2173] +Triangle: [2182, 2173, 1996] +Triangle: [2012, 2226, 2182] +Triangle: [2181, 2018, 2019] +Triangle: [2010, 2180, 1990] +Triangle: [1995, 2175, 1997] +Triangle: [2149, 1999, 1890] +Triangle: [1850, 2173, 1995] +Triangle: [1882, 2172, 1991] +Triangle: [2056, 2206, 2064] +Triangle: [1968, 2124, 1778] +Triangle: [1967, 2168, 1965] +Triangle: [1965, 2167, 1963] +Triangle: [2167, 1936, 1963] +Triangle: [1959, 2154, 1910] +Triangle: [2157, 1955, 1929] +Triangle: [1948, 2155, 1920] +Triangle: [1921, 2163, 2156] +Triangle: [2153, 1945, 1912] +Triangle: [1939, 2156, 1919] +Triangle: [1953, 2160, 2163] +Triangle: [1948, 2159, 2164] +Triangle: [1904, 2158, 2151] +Triangle: [1903, 2157, 2150] +Triangle: [2165, 1912, 1955] +Triangle: [1939, 2154, 2161] +Triangle: [1923, 2166, 1959] +Triangle: [2162, 1922, 1945] +Triangle: [1905, 2152, 2150] +Triangle: [1906, 2151, 2152] +Triangle: [1826, 2141, 2129] +Triangle: [1847, 2140, 1877] +Triangle: [1835, 2139, 2131] +Triangle: [1837, 2138, 2130] +Triangle: [2388, 2137, 1863] +Triangle: [1834, 2136, 2131] +Triangle: [1870, 2134, 2138] +Triangle: [1851, 2139, 1868] +Triangle: [1843, 2125, 1820] +Triangle: [1818, 2132, 2126] +Triangle: [1877, 2128, 1832] +Triangle: [2386, 2129, 2392] +Triangle: [1881, 2132, 2141] +Triangle: [2137, 1839, 1863] +Triangle: [1818, 2127, 1824] +Triangle: [1824, 2125, 1822] +Triangle: [1778, 2122, 1759] +Triangle: [1768, 2219, 2096] +Triangle: [2121, 1749, 1754] +Triangle: [1759, 2121, 1754] +Triangle: [1768, 2120, 2123] +Triangle: [2119, 2213, 2006] +Triangle: [2115, 2229, 2117] +Triangle: [2037, 2231, 1802] +Triangle: [2232, 1797, 1796] +Triangle: [1777, 1969, 1776] +Triangle: [1802, 2113, 2114] +Triangle: [1972, 2234, 2037] +Triangle: [1775, 1972, 1973] +Triangle: [1969, 1972, 1776] +Triangle: [2228, 2234, 2227] +Triangle: [1803, 2234, 2036] +Triangle: [2231, 2236, 2113] +Triangle: [2113, 2233, 1799] +Triangle: [1803, 2112, 2236] +Triangle: [1800, 2236, 2112] +Triangle: [1798, 2239, 1788] +Triangle: [1795, 2241, 2242] +Triangle: [1794, 2240, 2241] +Triangle: [1788, 2237, 1787] +Triangle: [1787, 2238, 1789] +Triangle: [2230, 1789, 2238] +Triangle: [1797, 2238, 1792] +Triangle: [2243, 1811, 1815] +Triangle: [2243, 1813, 1812] +Triangle: [1814, 2243, 1812] +Triangle: [1810, 2243, 1816] +Triangle: [1796, 2242, 2232] +Triangle: [2232, 2233, 1800] +Triangle: [2271, 915, 1068] +Triangle: [1124, 1132, 2251] +Triangle: [38, 2264, 2258] +Triangle: [1123, 2246, 1116] +Triangle: [1139, 2245, 1123] +Triangle: [1137, 2249, 1115] +Triangle: [1114, 1069, 39] +Triangle: [1099, 2246, 1114] +Triangle: [1125, 1139, 2266] +Triangle: [2254, 1066, 1078] +Triangle: [1066, 2253, 46] +Triangle: [1138, 2254, 1078] +Triangle: [2258, 1116, 1099] +Triangle: [1295, 2255, 1097] +Triangle: [1110, 2264, 1102] +Triangle: [1133, 2265, 1110] +Triangle: [33, 2255, 34] +Triangle: [69, 2256, 173] +Triangle: [2263, 1107, 1108] +Triangle: [2262, 1099, 1107] +Triangle: [1105, 2267, 1295] +Triangle: [1104, 2261, 1105] +Triangle: [1103, 2260, 1104] +Triangle: [1098, 2263, 1108] +Triangle: [1125, 1133, 1112] +Triangle: [2280, 1102, 38] +Triangle: [2276, 925, 2268] +Triangle: [2273, 1133, 1110] +Triangle: [2273, 2283, 1083] +Triangle: [2269, 1101, 2275] +Triangle: [2270, 1077, 1204] +Triangle: [2274, 1065, 1129] +Triangle: [2277, 1112, 1133] +Triangle: [2268, 2288, 2279] +Triangle: [2278, 1129, 1077] +Triangle: [2275, 49, 1130] +Triangle: [2281, 2273, 1110] +Triangle: [2280, 2276, 2271] +Triangle: [2282, 48, 47] +Triangle: [2284, 1068, 2283] +Triangle: [2285, 1068, 48] +Triangle: [2281, 2271, 2284] +Triangle: [1301, 2286, 1240] +Triangle: [176, 2286, 175] +Triangle: [1236, 2288, 925] +Triangle: [1237, 2291, 1238] +Triangle: [1238, 2292, 1239] +Triangle: [1239, 2293, 1301] +Triangle: [2287, 1237, 1241] +Triangle: [2279, 177, 180] +Triangle: [932, 924, 934] +Triangle: [2294, 267, 2295] +Triangle: [2296, 266, 2294] +Triangle: [481, 268, 2296] +Triangle: [2330, 344, 2331] +Triangle: [2330, 2309, 2332] +Triangle: [342, 2332, 2333] +Triangle: [341, 2333, 2334] +Triangle: [2310, 2329, 2334] +Triangle: [2329, 2298, 2335] +Triangle: [2335, 2299, 2336] +Triangle: [2336, 2300, 2337] +Triangle: [2338, 2306, 2331] +Triangle: [2338, 2304, 2305] +Triangle: [2345, 2304, 2339] +Triangle: [2341, 2303, 2340] +Triangle: [2342, 2302, 2341] +Triangle: [2337, 2312, 2343] +Triangle: [2343, 2311, 2344] +Triangle: [2342, 2311, 2301] +Triangle: [2305, 2320, 2321] +Triangle: [2297, 2314, 2298] +Triangle: [2306, 2321, 2322] +Triangle: [2299, 2314, 2315] +Triangle: [2308, 2326, 2310] +Triangle: [2307, 2322, 2323] +Triangle: [2300, 2315, 2316] +Triangle: [2301, 2327, 2317] +Triangle: [2310, 2313, 2297] +Triangle: [2302, 2317, 2318] +Triangle: [2309, 2324, 2308] +Triangle: [2311, 2328, 2327] +Triangle: [2303, 2318, 2319] +Triangle: [2307, 2325, 2309] +Triangle: [2300, 2328, 2312] +Triangle: [2347, 2319, 2349] +Triangle: [337, 2342, 336] +Triangle: [337, 2343, 2344] +Triangle: [338, 2343, 335] +Triangle: [347, 2342, 2341] +Triangle: [347, 2340, 346] +Triangle: [2346, 2339, 345] +Triangle: [345, 2338, 352] +Triangle: [352, 2331, 344] +Triangle: [339, 2337, 338] +Triangle: [340, 2336, 339] +Triangle: [340, 2329, 2335] +Triangle: [2334, 348, 341] +Triangle: [2334, 2308, 2310] +Triangle: [2333, 2309, 2308] +Triangle: [343, 2332, 350] +Triangle: [2307, 2331, 2306] +Triangle: [2347, 2320, 2304] +Triangle: [2347, 2340, 2303] +Triangle: [2348, 346, 2346] +Triangle: [2345, 346, 2340] +Triangle: [269, 258, 2348] +Triangle: [2353, 2354, 2352] +Triangle: [2355, 2351, 2357] +Triangle: [2355, 2356, 2354] +Triangle: [2357, 2358, 2356] +Triangle: [2357, 2351, 2359] +Triangle: [2358, 2361, 2360] +Triangle: [2359, 2351, 2361] +Triangle: [2360, 2363, 2362] +Triangle: [2361, 2351, 2363] +Triangle: [2362, 2365, 2364] +Triangle: [2363, 2351, 2365] +Triangle: [2365, 2366, 2364] +Triangle: [2365, 2351, 2367] +Triangle: [2367, 2368, 2366] +Triangle: [2367, 2351, 2369] +Triangle: [2369, 2351, 2371] +Triangle: [2369, 2370, 2368] +Triangle: [2371, 2351, 2373] +Triangle: [2371, 2372, 2370] +Triangle: [2373, 2351, 2375] +Triangle: [2372, 2375, 2374] +Triangle: [2375, 2351, 2377] +Triangle: [2374, 2377, 2376] +Triangle: [2377, 2351, 2379] +Triangle: [2376, 2379, 2378] +Triangle: [2379, 2351, 2381] +Triangle: [2378, 2381, 2380] +Triangle: [2381, 2350, 2380] +Triangle: [2381, 2351, 2382] +Triangle: [2353, 2382, 2351] +Triangle: [2351, 2355, 2353] +Triangle: [2350, 2353, 2352] +Triangle: [1861, 2392, 2136] +Triangle: [1832, 2391, 2388] +Triangle: [1833, 2391, 2128] +Triangle: [1831, 2388, 2389] +Triangle: [1833, 2383, 2384] +Triangle: [1860, 2386, 1861] +Triangle: [1862, 2385, 1860] +Triangle: [1830, 2389, 2390] +Triangle: [2136, 2390, 1865] +Triangle: [2383, 1862, 1858] +Triangle: [2395, 6, 2396] +Triangle: [2400, 2401, 2399] +Triangle: [2398, 2401, 2403] +Triangle: [2397, 2403, 2404] +Triangle: [2404, 2405, 2397] +Triangle: [2405, 2408, 2407] +Triangle: [2420, 2464, 2552] +Triangle: [2414, 2419, 2413] +Triangle: [2413, 2418, 2409] +Triangle: [2540, 2410, 2504] +Triangle: [2417, 2411, 2410] +Triangle: [3541, 2415, 2412] +Triangle: [2402, 2412, 2415] +Triangle: [2415, 2421, 2402] +Triangle: [2559, 3219, 2558] +Triangle: [2426, 3391, 3403] +Triangle: [2401, 2421, 2427] +Triangle: [2424, 3505, 3509] +Triangle: [4512, 3221, 2423] +Triangle: [2403, 3186, 2404] +Triangle: [2403, 2427, 2431] +Triangle: [3189, 2430, 44] +Triangle: [2395, 3181, 4] +Triangle: [2431, 3185, 2403] +Triangle: [3183, 2432, 2406] +Triangle: [2408, 2432, 2433] +Triangle: [2396, 2432, 2395] +Triangle: [2557, 2431, 2427] +Triangle: [3474, 47, 1202] +Triangle: [2434, 3410, 3420] +Triangle: [3381, 4526, 3390] +Triangle: [2556, 2427, 2421] +Triangle: [2550, 2580, 2571] +Triangle: [4514, 2452, 2451] +Triangle: [2560, 2448, 2446] +Triangle: [2416, 2446, 2448] +Triangle: [2455, 2454, 2456] +Triangle: [2455, 2397, 2405] +Triangle: [2459, 2458, 2460] +Triangle: [2453, 2459, 2454] +Triangle: [2461, 2458, 2457] +Triangle: [2466, 2464, 2465] +Triangle: [2461, 2465, 2462] +Triangle: [2467, 2457, 2453] +Triangle: [2468, 2453, 2455] +Triangle: [2407, 2455, 2405] +Triangle: [2466, 2467, 2468] +Triangle: [2463, 2468, 2407] +Triangle: [2456, 2398, 2397] +Triangle: [2502, 2400, 2399] +Triangle: [2471, 2400, 2470] +Triangle: [2470, 2495, 2471] +Triangle: [2477, 2493, 2494] +Triangle: [2501, 2472, 2498] +Triangle: [2473, 2497, 2500] +Triangle: [2536, 2518, 2535] +Triangle: [2499, 2474, 2501] +Triangle: [2489, 2483, 2487] +Triangle: [2492, 2480, 2486] +Triangle: [2491, 2484, 2488] +Triangle: [2481, 2492, 2490] +Triangle: [2487, 2482, 2491] +Triangle: [2486, 2479, 2489] +Triangle: [3461, 2474, 3460] +Triangle: [3459, 2478, 2477] +Triangle: [3460, 2475, 3456] +Triangle: [2503, 2469, 2497] +Triangle: [3331, 2529, 2523] +Triangle: [3454, 2477, 2476] +Triangle: [3454, 2473, 3457] +Triangle: [2454, 2500, 2456] +Triangle: [2503, 2494, 2496] +Triangle: [2500, 2469, 2456] +Triangle: [2460, 2501, 2459] +Triangle: [2459, 2498, 2454] +Triangle: [2496, 2493, 2495] +Triangle: [2476, 2494, 2497] +Triangle: [2470, 2503, 2496] +Triangle: [2469, 2399, 2398] +Triangle: [2508, 2505, 2507] +Triangle: [2504, 2507, 2409] +Triangle: [2460, 2509, 2510] +Triangle: [2505, 2510, 2509] +Triangle: [2458, 2511, 2509] +Triangle: [2512, 2464, 2414] +Triangle: [2511, 2465, 2512] +Triangle: [2509, 2513, 2505] +Triangle: [2507, 2513, 2514] +Triangle: [2409, 2514, 2413] +Triangle: [2512, 2513, 2511] +Triangle: [2414, 2514, 2512] +Triangle: [2504, 2515, 2508] +Triangle: [2538, 2516, 2517] +Triangle: [3527, 2412, 2471] +Triangle: [2471, 3532, 3527] +Triangle: [2493, 3528, 3531] +Triangle: [2535, 2520, 2537] +Triangle: [2536, 2521, 2519] +Triangle: [2537, 2475, 2499] +Triangle: [2486, 3483, 3477] +Triangle: [3442, 2523, 2529] +Triangle: [3486, 2531, 3479] +Triangle: [2488, 3529, 3530] +Triangle: [2490, 3429, 2481] +Triangle: [2530, 2526, 2528] +Triangle: [2531, 3333, 2527] +Triangle: [3495, 3435, 3496] +Triangle: [3562, 2522, 3528] +Triangle: [3497, 3432, 3495] +Triangle: [2539, 2515, 2538] +Triangle: [3458, 2522, 3462] +Triangle: [3458, 2519, 2521] +Triangle: [2506, 2536, 2535] +Triangle: [2533, 2534, 2539] +Triangle: [2508, 2534, 2536] +Triangle: [2510, 2499, 2460] +Triangle: [2510, 2535, 2537] +Triangle: [2495, 3531, 3532] +Triangle: [2532, 2521, 2534] +Triangle: [2539, 2517, 2533] +Triangle: [2410, 2538, 2515] +Triangle: [2498, 2473, 2500] +Triangle: [2409, 2540, 2504] +Triangle: [2416, 2516, 2411] +Triangle: [2541, 2448, 2542] +Triangle: [2561, 2542, 2448] +Triangle: [4515, 2543, 2452] +Triangle: [3534, 2541, 2542] +Triangle: [3534, 2562, 3538] +Triangle: [3535, 4516, 4522] +Triangle: [2425, 3222, 3223] +Triangle: [3418, 3231, 3428] +Triangle: [3417, 3231, 3424] +Triangle: [2544, 3228, 3227] +Triangle: [3370, 3351, 3371] +Triangle: [3370, 3233, 3232] +Triangle: [3536, 3227, 3555] +Triangle: [2552, 2463, 2553] +Triangle: [2553, 2407, 2408] +Triangle: [3395, 63, 2447] +Triangle: [2560, 62, 181] +Triangle: [61, 2446, 2554] +Triangle: [2417, 2554, 2446] +Triangle: [4542, 181, 2287] +Triangle: [3538, 4544, 4545] +Triangle: [4543, 2562, 2561] +Triangle: [4542, 2561, 2560] +Triangle: [4541, 2557, 2556] +Triangle: [2558, 3224, 2430] +Triangle: [2555, 2421, 2422] +Triangle: [2430, 2559, 2558] +Triangle: [2419, 2585, 2564] +Triangle: [2554, 496, 61] +Triangle: [2442, 3355, 2566] +Triangle: [2444, 2566, 2567] +Triangle: [3539, 2443, 2568] +Triangle: [2440, 3356, 3355] +Triangle: [3356, 54, 193] +Triangle: [195, 2579, 2580] +Triangle: [2443, 2567, 2568] +Triangle: [2571, 2438, 2569] +Triangle: [2571, 2551, 2550] +Triangle: [2568, 2545, 2546] +Triangle: [3421, 3357, 3422] +Triangle: [2565, 3421, 3423] +Triangle: [3539, 2546, 3537] +Triangle: [2567, 2547, 2545] +Triangle: [2566, 3352, 2547] +Triangle: [2576, 3063, 3062] +Triangle: [3064, 199, 747] +Triangle: [3540, 3066, 3542] +Triangle: [2578, 3062, 3067] +Triangle: [753, 2394, 3068] +Triangle: [2577, 3067, 3066] +Triangle: [2574, 3064, 3063] +Triangle: [2573, 3065, 3069] +Triangle: [206, 2580, 2450] +Triangle: [2439, 2580, 2579] +Triangle: [3069, 2579, 3068] +Triangle: [63, 3229, 2447] +Triangle: [2449, 3229, 3228] +Triangle: [2582, 2408, 2433] +Triangle: [2553, 2581, 2583] +Triangle: [2552, 2583, 2584] +Triangle: [291, 2882, 2879] +Triangle: [2863, 2821, 2593] +Triangle: [2821, 2881, 2593] +Triangle: [286, 2833, 2834] +Triangle: [244, 2600, 2608] +Triangle: [3234, 236, 2601] +Triangle: [3234, 2602, 3235] +Triangle: [3236, 2598, 3235] +Triangle: [3236, 2606, 3238] +Triangle: [3237, 2606, 2605] +Triangle: [236, 2608, 2601] +Triangle: [2607, 2608, 2600] +Triangle: [2611, 2609, 2607] +Triangle: [2608, 2602, 2601] +Triangle: [2610, 2609, 2612] +Triangle: [267, 2623, 2626] +Triangle: [2625, 263, 2624] +Triangle: [261, 2625, 2623] +Triangle: [2600, 484, 2817] +Triangle: [2600, 2818, 2607] +Triangle: [2627, 2623, 2630] +Triangle: [2628, 2630, 2631] +Triangle: [2629, 2631, 2632] +Triangle: [2607, 2622, 2611] +Triangle: [2620, 2628, 2629] +Triangle: [280, 2901, 217] +Triangle: [2901, 276, 217] +Triangle: [214, 2900, 2899] +Triangle: [2589, 2637, 2635] +Triangle: [2586, 2860, 2858] +Triangle: [218, 2896, 280] +Triangle: [286, 2835, 301] +Triangle: [2643, 2825, 2645] +Triangle: [2864, 2822, 2643] +Triangle: [485, 2882, 222] +Triangle: [2806, 3466, 3473] +Triangle: [2648, 2865, 2866] +Triangle: [2866, 2643, 2648] +Triangle: [2645, 2648, 2643] +Triangle: [2649, 2640, 2650] +Triangle: [2647, 2649, 2650] +Triangle: [2640, 2651, 2650] +Triangle: [2645, 2653, 2640] +Triangle: [2825, 2644, 2645] +Triangle: [2653, 2655, 2641] +Triangle: [301, 2881, 224] +Triangle: [2863, 2655, 2644] +Triangle: [2867, 2641, 2655] +Triangle: [2647, 2861, 2865] +Triangle: [2650, 2639, 2647] +Triangle: [2868, 2639, 2657] +Triangle: [2651, 2657, 2639] +Triangle: [2657, 2860, 2868] +Triangle: [2636, 2658, 2637] +Triangle: [2862, 2595, 2641] +Triangle: [2660, 2595, 2659] +Triangle: [2659, 2604, 2660] +Triangle: [2603, 2610, 2613] +Triangle: [2603, 2614, 2606] +Triangle: [2606, 2615, 2605] +Triangle: [2644, 2654, 2645] +Triangle: [3239, 2605, 2662] +Triangle: [3239, 2664, 3240] +Triangle: [2664, 3241, 3240] +Triangle: [3241, 2668, 3242] +Triangle: [2615, 2662, 2605] +Triangle: [2653, 2660, 2670] +Triangle: [2670, 2665, 2672] +Triangle: [2671, 2670, 2672] +Triangle: [2652, 2653, 2671] +Triangle: [2673, 2623, 2625] +Triangle: [2674, 2625, 2624] +Triangle: [2624, 323, 2676] +Triangle: [2676, 325, 2677] +Triangle: [368, 2678, 2719] +Triangle: [2679, 2675, 2674] +Triangle: [2681, 2680, 2679] +Triangle: [2721, 2684, 2720] +Triangle: [2624, 2679, 2674] +Triangle: [2676, 2681, 2679] +Triangle: [2719, 2683, 2721] +Triangle: [2631, 2673, 2674] +Triangle: [2632, 2674, 2675] +Triangle: [2664, 2661, 2616] +Triangle: [2666, 2616, 2617] +Triangle: [2616, 2693, 2617] +Triangle: [2687, 2612, 2611] +Triangle: [2701, 2618, 2700] +Triangle: [2694, 2619, 2618] +Triangle: [2688, 2610, 2612] +Triangle: [2702, 2696, 2620] +Triangle: [2686, 2613, 2610] +Triangle: [2620, 4597, 4599] +Triangle: [2613, 2690, 2614] +Triangle: [2697, 2622, 2621] +Triangle: [2614, 2691, 2615] +Triangle: [2698, 2611, 2622] +Triangle: [2661, 2692, 2616] +Triangle: [2660, 2663, 2670] +Triangle: [2816, 2818, 4547] +Triangle: [2295, 2817, 484] +Triangle: [4546, 2818, 2817] +Triangle: [2617, 2701, 2700] +Triangle: [2615, 2699, 2661] +Triangle: [2818, 2621, 2622] +Triangle: [2695, 2702, 2619] +Triangle: [2666, 2704, 2668] +Triangle: [2700, 2704, 2617] +Triangle: [2700, 2707, 2708] +Triangle: [2618, 2706, 2707] +Triangle: [2619, 2705, 2706] +Triangle: [2702, 2629, 2705] +Triangle: [2675, 2709, 2632] +Triangle: [2632, 2705, 2629] +Triangle: [2706, 2709, 2710] +Triangle: [2707, 2710, 2711] +Triangle: [2708, 2711, 2712] +Triangle: [2680, 2713, 2675] +Triangle: [2710, 2713, 2715] +Triangle: [2714, 2715, 2713] +Triangle: [2682, 2714, 2680] +Triangle: [2720, 2717, 2682] +Triangle: [2718, 2720, 2684] +Triangle: [2719, 2681, 2677] +Triangle: [2721, 2682, 2681] +Triangle: [2677, 368, 2719] +Triangle: [2652, 2658, 2651] +Triangle: [2723, 2635, 2637] +Triangle: [2637, 2685, 2723] +Triangle: [2685, 2671, 2672] +Triangle: [2724, 2665, 2667] +Triangle: [2685, 2724, 2723] +Triangle: [2725, 2667, 2669] +Triangle: [2723, 2725, 2726] +Triangle: [2587, 2726, 2727] +Triangle: [2708, 2728, 2704] +Triangle: [2726, 2733, 2903] +Triangle: [2791, 3156, 2869] +Triangle: [2733, 2669, 2730] +Triangle: [2668, 3243, 3242] +Triangle: [2730, 2898, 2733] +Triangle: [2711, 2715, 2716] +Triangle: [2716, 2717, 2734] +Triangle: [2722, 2734, 2717] +Triangle: [2718, 2735, 2722] +Triangle: [2716, 2737, 2711] +Triangle: [2738, 2734, 2735] +Triangle: [2736, 2738, 2735] +Triangle: [2712, 2737, 2740] +Triangle: [2741, 2737, 2738] +Triangle: [2704, 2729, 2668] +Triangle: [2728, 2743, 2729] +Triangle: [2744, 2743, 2742] +Triangle: [2712, 2742, 2728] +Triangle: [2741, 2742, 2740] +Triangle: [3243, 2732, 2730] +Triangle: [2738, 2761, 2741] +Triangle: [3248, 2762, 3245] +Triangle: [2766, 3247, 3250] +Triangle: [2747, 3057, 3056] +Triangle: [2758, 2754, 2753] +Triangle: [2753, 2759, 2758] +Triangle: [3249, 2732, 3244] +Triangle: [2756, 2762, 2757] +Triangle: [2746, 2755, 2747] +Triangle: [2749, 2765, 2748] +Triangle: [2763, 2765, 2767] +Triangle: [2763, 2768, 2764] +Triangle: [2764, 420, 415] +Triangle: [2769, 3250, 3251] +Triangle: [3252, 2769, 3251] +Triangle: [965, 2770, 3252] +Triangle: [2769, 2765, 2766] +Triangle: [2767, 2770, 2768] +Triangle: [2768, 423, 420] +Triangle: [2749, 3246, 3247] +Triangle: [2748, 2751, 2749] +Triangle: [3248, 2751, 2757] +Triangle: [2756, 2751, 2750] +Triangle: [2750, 2772, 2756] +Triangle: [2773, 2750, 2748] +Triangle: [2763, 2773, 2748] +Triangle: [2764, 2774, 2763] +Triangle: [415, 2775, 2764] +Triangle: [432, 2775, 429] +Triangle: [2777, 2774, 2775] +Triangle: [2773, 2776, 2771] +Triangle: [435, 2777, 432] +Triangle: [2779, 2776, 2777] +Triangle: [2771, 2778, 2772] +Triangle: [2781, 2772, 2778] +Triangle: [2783, 3059, 3058] +Triangle: [2783, 2784, 2782] +Triangle: [2787, 2785, 2783] +Triangle: [3060, 2783, 3058] +Triangle: [446, 2788, 2787] +Triangle: [741, 2787, 3060] +Triangle: [2779, 2781, 2778] +Triangle: [2779, 445, 2786] +Triangle: [2755, 2772, 2780] +Triangle: [2755, 3059, 3057] +Triangle: [2754, 2784, 2753] +Triangle: [2635, 2792, 2589] +Triangle: [2586, 2902, 2899] +Triangle: [3166, 2792, 2793] +Triangle: [3159, 2807, 3166] +Triangle: [2727, 3158, 2587] +Triangle: [2858, 3156, 2586] +Triangle: [2587, 2793, 2635] +Triangle: [2809, 3468, 3467] +Triangle: [2588, 2752, 2789] +Triangle: [3469, 2812, 3470] +Triangle: [3470, 2813, 3471] +Triangle: [2813, 3472, 3471] +Triangle: [2814, 1199, 3472] +Triangle: [2806, 859, 2870] +Triangle: [871, 2814, 3165] +Triangle: [3164, 2814, 2813] +Triangle: [3164, 2812, 3163] +Triangle: [3163, 2811, 3162] +Triangle: [2753, 2799, 3167] +Triangle: [3159, 2810, 2809] +Triangle: [3166, 2795, 3159] +Triangle: [2797, 2808, 2789] +Triangle: [3157, 2869, 2870] +Triangle: [487, 2880, 485] +Triangle: [487, 2883, 2884] +Triangle: [2824, 2871, 2872] +Triangle: [2823, 2873, 2871] +Triangle: [2824, 2825, 2823] +Triangle: [2823, 2825, 2822] +Triangle: [2584, 2420, 2552] +Triangle: [212, 2826, 2445] +Triangle: [447, 2805, 2788] +Triangle: [2788, 2803, 2785] +Triangle: [2785, 2801, 2784] +Triangle: [2784, 2799, 2753] +Triangle: [3162, 2810, 3160] +Triangle: [2588, 2808, 2727] +Triangle: [450, 2902, 2791] +Triangle: [2599, 500, 233] +Triangle: [568, 2827, 2891] +Triangle: [499, 2829, 498] +Triangle: [498, 2830, 497] +Triangle: [506, 2830, 2831] +Triangle: [572, 2831, 2894] +Triangle: [2854, 226, 531] +Triangle: [2833, 2642, 2834] +Triangle: [2838, 2845, 2853] +Triangle: [2834, 2656, 2835] +Triangle: [2595, 2838, 2659] +Triangle: [2875, 2854, 2832] +Triangle: [2841, 2842, 2840] +Triangle: [2843, 2844, 2842] +Triangle: [2895, 2832, 2894] +Triangle: [2849, 2599, 2598] +Triangle: [2891, 2848, 2828] +Triangle: [2828, 2847, 2829] +Triangle: [2846, 2829, 2847] +Triangle: [2839, 2846, 2850] +Triangle: [2841, 2850, 2851] +Triangle: [2843, 2851, 2852] +Triangle: [2843, 2853, 2845] +Triangle: [2832, 531, 509] +Triangle: [2857, 2594, 2833] +Triangle: [2871, 2819, 2820] +Triangle: [2872, 2820, 2821] +Triangle: [2589, 2869, 2858] +Triangle: [2594, 2862, 2642] +Triangle: [2590, 2860, 2634] +Triangle: [2638, 2868, 2590] +Triangle: [2591, 2861, 2638] +Triangle: [2656, 2862, 2867] +Triangle: [2593, 2867, 2863] +Triangle: [2646, 2864, 2866] +Triangle: [2866, 2591, 2646] +Triangle: [2592, 2873, 2864] +Triangle: [2858, 2636, 2589] +Triangle: [2644, 2872, 2863] +Triangle: [2859, 2856, 2855] +Triangle: [2595, 2855, 2874] +Triangle: [2874, 2844, 2845] +Triangle: [2833, 2876, 2857] +Triangle: [2878, 2841, 2840] +Triangle: [2839, 2877, 2830] +Triangle: [2877, 2831, 2830] +Triangle: [2835, 2593, 2881] +Triangle: [2821, 2884, 2883] +Triangle: [2883, 224, 2881] +Triangle: [2819, 2882, 2880] +Triangle: [2592, 2879, 2882] +Triangle: [2850, 2847, 2837] +Triangle: [2820, 2880, 2884] +Triangle: [2848, 2837, 2847] +Triangle: [2892, 2885, 2848] +Triangle: [2886, 2598, 2597] +Triangle: [2837, 2851, 2850] +Triangle: [2849, 2893, 2892] +Triangle: [2852, 2888, 2853] +Triangle: [2853, 2659, 2838] +Triangle: [2596, 2888, 2889] +Triangle: [2889, 2887, 2890] +Triangle: [2596, 2890, 2597] +Triangle: [2890, 2886, 2597] +Triangle: [2849, 2891, 2827] +Triangle: [568, 2828, 499] +Triangle: [2851, 2893, 2852] +Triangle: [2893, 2887, 2852] +Triangle: [2836, 2894, 2831] +Triangle: [509, 2894, 2832] +Triangle: [2875, 2895, 2876] +Triangle: [2895, 2877, 2876] +Triangle: [2876, 2878, 2857] +Triangle: [2840, 2857, 2878] +Triangle: [2842, 2856, 2840] +Triangle: [2842, 2844, 2855] +Triangle: [581, 2899, 2902] +Triangle: [2879, 2591, 2731] +Triangle: [2634, 2899, 2900] +Triangle: [2896, 2590, 2901] +Triangle: [2731, 2638, 2896] +Triangle: [2901, 2634, 2900] +Triangle: [291, 2731, 218] +Triangle: [2905, 2898, 2897] +Triangle: [2898, 2903, 2733] +Triangle: [2904, 2588, 2903] +Triangle: [2727, 2903, 2588] +Triangle: [2904, 2759, 2752] +Triangle: [2633, 2898, 2732] +Triangle: [2897, 2907, 2905] +Triangle: [2908, 2907, 2906] +Triangle: [2908, 2911, 2909] +Triangle: [2912, 2911, 2910] +Triangle: [2914, 2913, 2912] +Triangle: [2916, 2915, 2914] +Triangle: [2918, 2917, 2916] +Triangle: [3254, 2921, 3253] +Triangle: [2920, 2923, 2921] +Triangle: [2924, 3255, 3256] +Triangle: [2924, 2927, 2925] +Triangle: [2928, 3257, 3258] +Triangle: [2930, 2929, 2928] +Triangle: [2930, 2933, 2931] +Triangle: [2932, 2935, 2933] +Triangle: [2957, 2937, 2956] +Triangle: [2936, 2939, 2937] +Triangle: [2940, 2939, 2938] +Triangle: [2942, 3259, 3260] +Triangle: [2946, 2926, 2924] +Triangle: [3260, 2955, 2942] +Triangle: [3256, 2946, 2924] +Triangle: [2938, 2954, 2940] +Triangle: [2920, 2945, 2922] +Triangle: [2936, 2953, 2938] +Triangle: [2958, 2936, 2957] +Triangle: [2932, 2951, 2934] +Triangle: [2949, 2932, 2930] +Triangle: [2948, 2930, 2928] +Triangle: [3262, 2928, 3258] +Triangle: [2951, 2957, 2934] +Triangle: [2934, 2956, 2935] +Triangle: [2961, 2947, 2946] +Triangle: [2953, 2969, 2954] +Triangle: [2965, 2951, 2950] +Triangle: [3265, 2948, 3262] +Triangle: [3263, 2970, 2955] +Triangle: [2944, 2960, 2945] +Triangle: [2966, 2958, 2951] +Triangle: [2963, 2949, 2948] +Triangle: [3264, 2946, 3261] +Triangle: [2958, 2967, 2952] +Triangle: [2952, 2968, 2953] +Triangle: [2964, 2950, 2949] +Triangle: [2980, 2897, 2633] +Triangle: [3254, 2944, 2920] +Triangle: [2916, 2994, 2918] +Triangle: [2914, 2995, 2916] +Triangle: [2914, 2996, 2993] +Triangle: [2910, 2996, 2912] +Triangle: [2908, 2992, 2910] +Triangle: [2906, 2991, 2908] +Triangle: [2980, 2990, 2906] +Triangle: [3021, 3023, 3022] +Triangle: [2983, 2979, 2978] +Triangle: [2977, 2983, 2978] +Triangle: [2976, 2984, 2977] +Triangle: [2975, 2985, 2976] +Triangle: [2974, 2986, 2975] +Triangle: [2988, 3178, 3006] +Triangle: [3010, 3168, 3009] +Triangle: [3271, 2994, 2997] +Triangle: [2995, 2997, 2994] +Triangle: [2999, 2995, 2993] +Triangle: [3000, 2993, 2996] +Triangle: [2992, 3000, 2996] +Triangle: [3001, 2991, 3002] +Triangle: [3002, 2990, 2981] +Triangle: [2979, 3004, 3003] +Triangle: [3004, 2980, 3003] +Triangle: [3002, 3004, 2982] +Triangle: [2983, 3002, 2982] +Triangle: [2984, 3001, 2983] +Triangle: [2984, 2999, 3000] +Triangle: [2985, 2998, 2999] +Triangle: [2987, 2998, 2986] +Triangle: [3175, 2989, 3007] +Triangle: [2988, 3271, 3269] +Triangle: [3296, 3007, 3273] +Triangle: [2959, 3006, 2960] +Triangle: [3264, 3006, 3273] +Triangle: [3277, 2964, 3278] +Triangle: [3267, 3172, 2974] +Triangle: [3274, 3023, 3275] +Triangle: [3276, 2965, 3277] +Triangle: [3013, 2974, 2975] +Triangle: [3267, 3015, 2973] +Triangle: [2973, 3016, 3005] +Triangle: [3283, 3016, 3017] +Triangle: [3018, 3272, 3281] +Triangle: [3297, 2969, 3279] +Triangle: [3268, 3019, 3279] +Triangle: [3275, 3020, 3268] +Triangle: [3021, 3008, 3018] +Triangle: [2972, 3022, 3009] +Triangle: [3276, 3022, 3274] +Triangle: [3278, 2963, 3265] +Triangle: [3018, 3020, 3021] +Triangle: [2962, 3007, 2989] +Triangle: [3012, 2975, 2976] +Triangle: [2977, 3012, 2976] +Triangle: [3024, 3016, 3015] +Triangle: [3282, 3024, 3284] +Triangle: [3280, 3024, 3015] +Triangle: [3013, 3025, 3014] +Triangle: [2970, 3026, 2955] +Triangle: [2955, 3011, 2942] +Triangle: [3012, 3026, 3013] +Triangle: [2978, 3011, 2977] +Triangle: [2943, 2978, 2979] +Triangle: [2907, 3027, 2905] +Triangle: [3027, 2759, 2905] +Triangle: [3029, 3028, 3027] +Triangle: [2909, 3029, 3027] +Triangle: [2758, 3028, 3030] +Triangle: [3029, 3032, 3030] +Triangle: [3033, 3032, 3031] +Triangle: [3033, 3036, 3034] +Triangle: [2913, 3029, 2911] +Triangle: [2915, 3031, 2913] +Triangle: [2915, 3035, 3033] +Triangle: [3035, 3038, 3036] +Triangle: [3286, 3040, 3285] +Triangle: [3039, 3042, 3040] +Triangle: [3043, 3287, 3288] +Triangle: [2917, 3037, 3035] +Triangle: [3253, 3039, 3286] +Triangle: [2921, 3041, 3039] +Triangle: [2925, 3288, 3255] +Triangle: [2939, 3051, 2937] +Triangle: [3053, 3051, 3052] +Triangle: [3290, 2633, 3249] +Triangle: [2937, 3050, 2956] +Triangle: [2956, 3049, 2935] +Triangle: [3049, 2933, 2935] +Triangle: [3048, 2931, 2933] +Triangle: [2931, 3046, 2929] +Triangle: [3257, 3045, 2927] +Triangle: [2927, 3043, 2925] +Triangle: [2745, 3050, 3051] +Triangle: [2744, 3049, 3050] +Triangle: [3055, 3047, 3048] +Triangle: [3048, 2741, 3055] +Triangle: [2741, 3054, 3055] +Triangle: [3047, 2761, 3046] +Triangle: [2762, 3289, 3245] +Triangle: [3045, 3044, 3043] +Triangle: [3040, 3287, 3285] +Triangle: [2762, 3038, 3044] +Triangle: [2747, 3038, 2746] +Triangle: [2758, 3032, 2760] +Triangle: [3057, 2782, 2754] +Triangle: [445, 3060, 2786] +Triangle: [2786, 3058, 2781] +Triangle: [3058, 2780, 2781] +Triangle: [3056, 2754, 2760] +Triangle: [3034, 2760, 3032] +Triangle: [3056, 3036, 2747] +Triangle: [3053, 3291, 3290] +Triangle: [3292, 2943, 2979] +Triangle: [3052, 3292, 3291] +Triangle: [2826, 2540, 2418] +Triangle: [2563, 2419, 2564] +Triangle: [2563, 2826, 2418] +Triangle: [2394, 3069, 3068] +Triangle: [2439, 3065, 2438] +Triangle: [3063, 2441, 2440] +Triangle: [3066, 2444, 2443] +Triangle: [59, 3068, 2579] +Triangle: [3067, 2442, 2444] +Triangle: [3542, 2443, 3526] +Triangle: [3064, 54, 2441] +Triangle: [3062, 2440, 2442] +Triangle: [6, 3061, 2396] +Triangle: [2396, 2582, 2433] +Triangle: [3077, 3449, 3445] +Triangle: [3446, 3084, 3451] +Triangle: [3083, 3452, 3450] +Triangle: [3451, 3079, 3447] +Triangle: [3085, 3445, 3452] +Triangle: [3082, 3446, 3449] +Triangle: [2523, 3431, 2524] +Triangle: [3448, 3087, 3081] +Triangle: [3437, 3434, 3088] +Triangle: [3447, 3543, 3561] +Triangle: [2527, 3431, 3434] +Triangle: [3439, 3441, 2523] +Triangle: [3089, 759, 3073] +Triangle: [3090, 3073, 3074] +Triangle: [754, 3089, 2393] +Triangle: [2393, 3090, 3075] +Triangle: [3075, 3091, 3076] +Triangle: [3091, 3074, 3072] +Triangle: [3076, 3545, 3544] +Triangle: [3545, 3072, 3070] +Triangle: [3547, 3133, 3551] +Triangle: [3548, 3141, 3552] +Triangle: [3553, 3097, 3149] +Triangle: [851, 3102, 3150] +Triangle: [789, 3142, 841] +Triangle: [787, 3134, 831] +Triangle: [3150, 3106, 3151] +Triangle: [3103, 3143, 3142] +Triangle: [3101, 3135, 3134] +Triangle: [3152, 3114, 3153] +Triangle: [3110, 3145, 3144] +Triangle: [3108, 3137, 3136] +Triangle: [3153, 3118, 3154] +Triangle: [3115, 3146, 3145] +Triangle: [3113, 3138, 3137] +Triangle: [3151, 3099, 3149] +Triangle: [3107, 3141, 3143] +Triangle: [3105, 3133, 3135] +Triangle: [3110, 3132, 3136] +Triangle: [3111, 3140, 3144] +Triangle: [3152, 3092, 3148] +Triangle: [3123, 3138, 3139] +Triangle: [3122, 3146, 3147] +Triangle: [3155, 3116, 3154] +Triangle: [3155, 798, 853] +Triangle: [3123, 843, 3147] +Triangle: [3121, 833, 3139] +Triangle: [3550, 3096, 3125] +Triangle: [3549, 3518, 3567] +Triangle: [3092, 3519, 3518] +Triangle: [3108, 3124, 3126] +Triangle: [3104, 3523, 3524] +Triangle: [3125, 3105, 3127] +Triangle: [788, 3520, 1254] +Triangle: [3101, 823, 3128] +Triangle: [3105, 3128, 3127] +Triangle: [3100, 3524, 3520] +Triangle: [3525, 796, 1260] +Triangle: [795, 3129, 825] +Triangle: [3109, 3521, 3519] +Triangle: [3113, 3126, 3130] +Triangle: [3117, 3130, 3131] +Triangle: [3112, 3522, 3521] +Triangle: [3121, 3131, 3129] +Triangle: [3116, 3525, 3522] +Triangle: [3129, 3074, 3073] +Triangle: [3131, 3072, 3074] +Triangle: [3130, 3070, 3072] +Triangle: [825, 3073, 759] +Triangle: [3075, 3128, 2393] +Triangle: [2393, 823, 754] +Triangle: [3076, 3127, 3075] +Triangle: [3126, 3071, 3070] +Triangle: [3544, 3125, 3076] +Triangle: [3139, 797, 3123] +Triangle: [3139, 3117, 3121] +Triangle: [3136, 3093, 3108] +Triangle: [3135, 3098, 3107] +Triangle: [3137, 3119, 3115] +Triangle: [3136, 3115, 3110] +Triangle: [3134, 3107, 3103] +Triangle: [831, 3103, 789] +Triangle: [3551, 3096, 3546] +Triangle: [3147, 798, 3122] +Triangle: [3147, 3119, 3123] +Triangle: [3144, 3095, 3110] +Triangle: [3143, 3099, 3106] +Triangle: [3145, 3118, 3114] +Triangle: [3144, 3114, 3111] +Triangle: [3142, 3106, 3102] +Triangle: [841, 3102, 790] +Triangle: [3552, 3098, 3547] +Triangle: [3120, 853, 796] +Triangle: [3122, 3154, 3118] +Triangle: [3111, 3148, 3094] +Triangle: [3104, 3149, 3097] +Triangle: [3112, 3154, 3116] +Triangle: [3109, 3153, 3112] +Triangle: [3100, 3151, 3104] +Triangle: [788, 3150, 3100] +Triangle: [3548, 3149, 3099] +Triangle: [468, 3473, 1191] +Triangle: [859, 3157, 2870] +Triangle: [450, 3157, 861] +Triangle: [2870, 2869, 2792] +Triangle: [2795, 3158, 2808] +Triangle: [2789, 3161, 2797] +Triangle: [2795, 3160, 3159] +Triangle: [3468, 2811, 3469] +Triangle: [2801, 3162, 2799] +Triangle: [2803, 3163, 2801] +Triangle: [2803, 3165, 3164] +Triangle: [467, 3165, 2805] +Triangle: [2806, 3166, 2807] +Triangle: [2790, 3300, 3305] +Triangle: [1018, 3061, 743] +Triangle: [2804, 3303, 3302] +Triangle: [2797, 3162, 3160] +Triangle: [2585, 3299, 3304] +Triangle: [3306, 2582, 3061] +Triangle: [3301, 2584, 2583] +Triangle: [3304, 2564, 2585] +Triangle: [2794, 3301, 3300] +Triangle: [2753, 3161, 2752] +Triangle: [2799, 3161, 3167] +Triangle: [3293, 3173, 3172] +Triangle: [3174, 3170, 3178] +Triangle: [3296, 3170, 3295] +Triangle: [3176, 3177, 3169] +Triangle: [3169, 3179, 3176] +Triangle: [3172, 2987, 2974] +Triangle: [3169, 3008, 2972] +Triangle: [3168, 2972, 3009] +Triangle: [3005, 3171, 2973] +Triangle: [3269, 3174, 2988] +Triangle: [3176, 3010, 2989] +Triangle: [3295, 3005, 3272] +Triangle: [3200, 3185, 3188] +Triangle: [3191, 3182, 3181] +Triangle: [3186, 3194, 3183] +Triangle: [3193, 3189, 3182] +Triangle: [3185, 3197, 3186] +Triangle: [3201, 3187, 3189] +Triangle: [2430, 3188, 2431] +Triangle: [3184, 2395, 2432] +Triangle: [2404, 3183, 2406] +Triangle: [3191, 3192, 3193] +Triangle: [3196, 3198, 3197] +Triangle: [3195, 3197, 3198] +Triangle: [3200, 3192, 3198] +Triangle: [3190, 3198, 3192] +Triangle: [3192, 3201, 3193] +Triangle: [3180, 3191, 3181] +Triangle: [3195, 3180, 3184] +Triangle: [3194, 3184, 3183] +Triangle: [3199, 3188, 3187] +Triangle: [3225, 3209, 3210] +Triangle: [3208, 4523, 4530] +Triangle: [3226, 3207, 3211] +Triangle: [179, 3212, 3204] +Triangle: [4513, 3203, 4517] +Triangle: [3349, 3207, 3208] +Triangle: [2546, 3209, 3202] +Triangle: [3215, 2551, 3214] +Triangle: [923, 2450, 3213] +Triangle: [3537, 3202, 3554] +Triangle: [3213, 2550, 3215] +Triangle: [3218, 3219, 3226] +Triangle: [3212, 927, 3224] +Triangle: [3221, 3206, 3217] +Triangle: [4517, 3221, 4518] +Triangle: [3220, 4533, 4523] +Triangle: [3220, 3207, 3219] +Triangle: [3222, 3209, 3223] +Triangle: [3205, 3225, 3210] +Triangle: [3204, 3226, 3211] +Triangle: [3215, 3227, 3228] +Triangle: [938, 3213, 3229] +Triangle: [3555, 3202, 3222] +Triangle: [3213, 3228, 3229] +Triangle: [3209, 3233, 3210] +Triangle: [2545, 3232, 3233] +Triangle: [3426, 2548, 3231] +Triangle: [3232, 3352, 3351] +Triangle: [3231, 3361, 3424] +Triangle: [3008, 3295, 3272] +Triangle: [3173, 3269, 2987] +Triangle: [3175, 3295, 3177] +Triangle: [3171, 3294, 3293] +Triangle: [3291, 2979, 3003] +Triangle: [2941, 3292, 2939] +Triangle: [3290, 3003, 2980] +Triangle: [3285, 3044, 3038] +Triangle: [3245, 3046, 2761] +Triangle: [2929, 3289, 3257] +Triangle: [3053, 3249, 2745] +Triangle: [3255, 3041, 2923] +Triangle: [2919, 3286, 3037] +Triangle: [3288, 3042, 3041] +Triangle: [3037, 3285, 3038] +Triangle: [3014, 3284, 3280] +Triangle: [3025, 3282, 3284] +Triangle: [2989, 3265, 2962] +Triangle: [2966, 3274, 2971] +Triangle: [2967, 3268, 2968] +Triangle: [2968, 3279, 2969] +Triangle: [3282, 3266, 3297] +Triangle: [3017, 3297, 3283] +Triangle: [3283, 3279, 3019] +Triangle: [3281, 3005, 3016] +Triangle: [3019, 3281, 3283] +Triangle: [3014, 3267, 2974] +Triangle: [3009, 3277, 3010] +Triangle: [2971, 3275, 2967] +Triangle: [2973, 3293, 3267] +Triangle: [3010, 3278, 2989] +Triangle: [2961, 3273, 3007] +Triangle: [3178, 3273, 3006] +Triangle: [3269, 2997, 2987] +Triangle: [2959, 3270, 3271] +Triangle: [2918, 3270, 3254] +Triangle: [2960, 3261, 2945] +Triangle: [2954, 3266, 3263] +Triangle: [2962, 3262, 2947] +Triangle: [2947, 3258, 2926] +Triangle: [2922, 3261, 3256] +Triangle: [2940, 3263, 3260] +Triangle: [3260, 2941, 2940] +Triangle: [3258, 2927, 2926] +Triangle: [3256, 2923, 2922] +Triangle: [2918, 3253, 2919] +Triangle: [2739, 3246, 3248] +Triangle: [3247, 2736, 2718] +Triangle: [327, 3252, 2678] +Triangle: [3252, 2683, 2678] +Triangle: [3251, 2684, 2683] +Triangle: [3249, 2743, 2745] +Triangle: [3250, 2718, 2684] +Triangle: [2761, 3248, 3245] +Triangle: [2729, 3244, 3243] +Triangle: [3242, 2730, 2669] +Triangle: [3241, 2669, 2667] +Triangle: [3240, 2667, 2665] +Triangle: [2663, 3240, 2665] +Triangle: [2663, 3237, 3239] +Triangle: [2604, 3238, 3237] +Triangle: [2597, 3238, 2596] +Triangle: [2603, 3235, 2602] +Triangle: [2599, 3235, 2598] +Triangle: [233, 3234, 2599] +Triangle: [3302, 2802, 2804] +Triangle: [2563, 3298, 3302] +Triangle: [3300, 2583, 2581] +Triangle: [2800, 3298, 3304] +Triangle: [2796, 3299, 3301] +Triangle: [3304, 2798, 2800] +Triangle: [3302, 2445, 2563] +Triangle: [2815, 3305, 3306] +Triangle: [479, 3306, 1018] +Triangle: [3305, 2581, 2582] +Triangle: [3466, 2794, 2790] +Triangle: [3490, 3315, 3484] +Triangle: [3478, 3315, 3314] +Triangle: [3482, 3430, 3489] +Triangle: [3563, 3314, 3556] +Triangle: [3333, 2524, 2527] +Triangle: [3312, 3503, 3493] +Triangle: [3480, 3313, 3483] +Triangle: [3475, 3308, 3480] +Triangle: [3463, 3435, 3464] +Triangle: [3476, 3311, 3482] +Triangle: [3475, 3309, 3307] +Triangle: [3476, 3312, 3310] +Triangle: [3517, 3324, 3512] +Triangle: [3516, 3326, 3517] +Triangle: [3321, 3516, 3514] +Triangle: [3512, 1039, 1244] +Triangle: [3323, 3511, 3515] +Triangle: [1037, 3515, 1248] +Triangle: [3322, 3510, 3511] +Triangle: [3320, 3514, 3513] +Triangle: [3557, 3513, 3566] +Triangle: [3182, 3327, 3181] +Triangle: [1043, 3327, 3329] +Triangle: [3182, 3328, 3329] +Triangle: [3329, 1047, 1043] +Triangle: [4, 3327, 1046] +Triangle: [1047, 3189, 44] +Triangle: [3488, 3335, 3487] +Triangle: [3335, 3333, 3332] +Triangle: [3330, 3334, 3335] +Triangle: [3486, 3337, 3487] +Triangle: [3485, 3338, 3318] +Triangle: [3318, 3337, 3317] +Triangle: [3317, 3336, 3316] +Triangle: [2524, 3331, 2523] +Triangle: [3086, 3568, 3343] +Triangle: [3080, 3345, 3088] +Triangle: [3543, 3570, 3558] +Triangle: [3088, 3340, 3083] +Triangle: [3081, 3344, 3568] +Triangle: [3086, 3569, 3080] +Triangle: [3082, 3571, 3078] +Triangle: [3342, 3077, 3085] +Triangle: [3341, 3079, 3084] +Triangle: [3340, 3085, 3083] +Triangle: [3078, 3341, 3084] +Triangle: [3572, 3082, 3077] +Triangle: [4503, 3350, 2437] +Triangle: [3348, 4536, 3364] +Triangle: [3230, 3352, 2549] +Triangle: [3354, 943, 3360] +Triangle: [3352, 3368, 2549] +Triangle: [3362, 167, 3354] +Triangle: [3356, 3362, 2570] +Triangle: [3368, 3356, 2570] +Triangle: [3374, 3351, 3230] +Triangle: [3373, 46, 3347] +Triangle: [3380, 4528, 3408] +Triangle: [3422, 3360, 3353] +Triangle: [3357, 3354, 3422] +Triangle: [3373, 3359, 3425] +Triangle: [3358, 3363, 3405] +Triangle: [4502, 2437, 3365] +Triangle: [3363, 3364, 3407] +Triangle: [3366, 2549, 3423] +Triangle: [3423, 3368, 2565] +Triangle: [2570, 3357, 3369] +Triangle: [2565, 2570, 3369] +Triangle: [3427, 3230, 3366] +Triangle: [3365, 3374, 3427] +Triangle: [3353, 3373, 3425] +Triangle: [3360, 1094, 3373] +Triangle: [2437, 3371, 3374] +Triangle: [2429, 3371, 3350] +Triangle: [3414, 3372, 3375] +Triangle: [2434, 3376, 3372] +Triangle: [2429, 3210, 3370] +Triangle: [3364, 4531, 3407] +Triangle: [4507, 3408, 4508] +Triangle: [3206, 2428, 4534] +Triangle: [2250, 3380, 4507] +Triangle: [3399, 3386, 3387] +Triangle: [3398, 3379, 3386] +Triangle: [4514, 1106, 3383] +Triangle: [3559, 3397, 3560] +Triangle: [3396, 3385, 3384] +Triangle: [3395, 3384, 3383] +Triangle: [3381, 3402, 3412] +Triangle: [4529, 3346, 3406] +Triangle: [3391, 3387, 3378] +Triangle: [3377, 4512, 4511] +Triangle: [2425, 3399, 3391] +Triangle: [3404, 3411, 3420] +Triangle: [2434, 3411, 3416] +Triangle: [2447, 3396, 3395] +Triangle: [2449, 3397, 3396] +Triangle: [3560, 2544, 3536] +Triangle: [3205, 3392, 3398] +Triangle: [3216, 3398, 3399] +Triangle: [2253, 3393, 4509] +Triangle: [4510, 3393, 3413] +Triangle: [4521, 3400, 3415] +Triangle: [4519, 3400, 4520] +Triangle: [3383, 1128, 3395] +Triangle: [3412, 3389, 3381] +Triangle: [3403, 3378, 3377] +Triangle: [3346, 3363, 3406] +Triangle: [3406, 3407, 2436] +Triangle: [3408, 4524, 3389] +Triangle: [2436, 4531, 4526] +Triangle: [3410, 3413, 4506] +Triangle: [3415, 3411, 4505] +Triangle: [4505, 3412, 3402] +Triangle: [4508, 4506, 3413] +Triangle: [3393, 2250, 4507] +Triangle: [4502, 3416, 3411] +Triangle: [3375, 3359, 3414] +Triangle: [3365, 3376, 3416] +Triangle: [3419, 3375, 3372] +Triangle: [3376, 3419, 3372] +Triangle: [3412, 4506, 3401] +Triangle: [4506, 3420, 3410] +Triangle: [2548, 3422, 3361] +Triangle: [3367, 3421, 2548] +Triangle: [3361, 3353, 3424] +Triangle: [3353, 3417, 3424] +Triangle: [3366, 3367, 3426] +Triangle: [3418, 3366, 3426] +Triangle: [3425, 3428, 3417] +Triangle: [3419, 3418, 3428] +Triangle: [3358, 1205, 3348] +Triangle: [212, 3303, 1153] +Triangle: [1153, 3303, 466] +Triangle: [3433, 2527, 3429] +Triangle: [3456, 2520, 3465] +Triangle: [3429, 3434, 3437] +Triangle: [3431, 3088, 3434] +Triangle: [2520, 3464, 3465] +Triangle: [3489, 3316, 3479] +Triangle: [2484, 3561, 3529] +Triangle: [3498, 3443, 3499] +Triangle: [3441, 3080, 3431] +Triangle: [3086, 3441, 3444] +Triangle: [3485, 3438, 3490] +Triangle: [2528, 3439, 3442] +Triangle: [3498, 3317, 3496] +Triangle: [2525, 3448, 2526] +Triangle: [2479, 3446, 2483] +Triangle: [3452, 2480, 2485] +Triangle: [2482, 3447, 2484] +Triangle: [3450, 2485, 2481] +Triangle: [2483, 3451, 2482] +Triangle: [2480, 3449, 2479] +Triangle: [2526, 3444, 3439] +Triangle: [2481, 3437, 3450] +Triangle: [2472, 3457, 2473] +Triangle: [3504, 3462, 3494] +Triangle: [3564, 3462, 3562] +Triangle: [3500, 3457, 3503] +Triangle: [3491, 3454, 3500] +Triangle: [3492, 3456, 3502] +Triangle: [3491, 3455, 3459] +Triangle: [3492, 3461, 3460] +Triangle: [3432, 3464, 3435] +Triangle: [2518, 3463, 3464] +Triangle: [3443, 3463, 3458] +Triangle: [3436, 3465, 3432] +Triangle: [3504, 3443, 3458] +Triangle: [3502, 3436, 3497] +Triangle: [2807, 3467, 3466] +Triangle: [3468, 2798, 2796] +Triangle: [1191, 2815, 479] +Triangle: [2804, 1199, 466] +Triangle: [3471, 2804, 2802] +Triangle: [3470, 2802, 2800] +Triangle: [2798, 3470, 2800] +Triangle: [3467, 2796, 2794] +Triangle: [3473, 2790, 2815] +Triangle: [3204, 1201, 179] +Triangle: [3211, 2435, 3474] +Triangle: [1201, 3474, 1202] +Triangle: [1109, 4532, 3380] +Triangle: [1205, 4538, 3348] +Triangle: [44, 3224, 927] +Triangle: [3218, 3212, 3224] +Triangle: [2529, 3490, 3442] +Triangle: [3433, 3479, 2531] +Triangle: [3330, 3485, 2529] +Triangle: [3332, 3487, 3335] +Triangle: [3338, 3487, 3337] +Triangle: [2492, 3477, 3476] +Triangle: [2491, 3481, 3475] +Triangle: [2492, 3482, 2490] +Triangle: [2491, 3480, 2487] +Triangle: [2487, 3483, 2489] +Triangle: [3530, 3478, 3563] +Triangle: [2490, 3489, 3433] +Triangle: [2530, 3484, 3478] +Triangle: [3442, 3484, 2528] +Triangle: [3336, 3479, 3316] +Triangle: [3477, 3313, 3312] +Triangle: [3311, 3497, 3430] +Triangle: [3315, 3499, 3504] +Triangle: [3310, 3493, 3492] +Triangle: [3307, 3501, 3491] +Triangle: [3310, 3502, 3311] +Triangle: [3307, 3500, 3308] +Triangle: [3308, 3503, 3313] +Triangle: [3556, 3494, 3564] +Triangle: [3315, 3494, 3314] +Triangle: [3440, 3496, 3435] +Triangle: [3318, 3499, 3438] +Triangle: [3493, 3457, 3461] +Triangle: [3430, 3495, 3316] +Triangle: [3316, 3496, 3317] +Triangle: [2451, 3507, 3506] +Triangle: [2452, 3508, 3507] +Triangle: [3565, 2543, 3535] +Triangle: [2451, 1241, 173] +Triangle: [3509, 4541, 4539] +Triangle: [2423, 3217, 3505] +Triangle: [3566, 2577, 3540] +Triangle: [3513, 2578, 2577] +Triangle: [3511, 2572, 2573] +Triangle: [1248, 2394, 1] +Triangle: [3515, 2573, 2394] +Triangle: [2575, 1244, 199] +Triangle: [3514, 2576, 2578] +Triangle: [3516, 2574, 2576] +Triangle: [2574, 3512, 2575] +Triangle: [3326, 3525, 3324] +Triangle: [3325, 3522, 3326] +Triangle: [3519, 3325, 3321] +Triangle: [3324, 1260, 1039] +Triangle: [3520, 3322, 3323] +Triangle: [1254, 3323, 1037] +Triangle: [3524, 3319, 3322] +Triangle: [3518, 3321, 3320] +Triangle: [3567, 3320, 3557] +Triangle: [3523, 3557, 3319] +Triangle: [3510, 3540, 2572] +Triangle: [3509, 3535, 2424] +Triangle: [3309, 3564, 3501] +Triangle: [2488, 3563, 3481] +Triangle: [3501, 3562, 3455] +Triangle: [2525, 3561, 3453] +Triangle: [3403, 3536, 2426] +Triangle: [3377, 3560, 3403] +Triangle: [3087, 3558, 3344] +Triangle: [3319, 3566, 3510] +Triangle: [3481, 3556, 3309] +Triangle: [3227, 3554, 3555] +Triangle: [3214, 3537, 3554] +Triangle: [3094, 3553, 3548] +Triangle: [3140, 3547, 3095] +Triangle: [3132, 3546, 3093] +Triangle: [3071, 3550, 3544] +Triangle: [3097, 3567, 3523] +Triangle: [3124, 3546, 3550] +Triangle: [3148, 3549, 3553] +Triangle: [3094, 3552, 3140] +Triangle: [3095, 3551, 3132] +Triangle: [3544, 3070, 3071] +Triangle: [3453, 3543, 3087] +Triangle: [3065, 3526, 2438] +Triangle: [2572, 3542, 3065] +Triangle: [2569, 3537, 2551] +Triangle: [2438, 3539, 2569] +Triangle: [2555, 4545, 4539] +Triangle: [3536, 3222, 2426] +Triangle: [2424, 4522, 4511] +Triangle: [2422, 3538, 2555] +Triangle: [2422, 3533, 3534] +Triangle: [3532, 2532, 2533] +Triangle: [3455, 3528, 2478] +Triangle: [3530, 2525, 2530] +Triangle: [3531, 2522, 2532] +Triangle: [3527, 2533, 2517] +Triangle: [2517, 3541, 3527] +Triangle: [2516, 3533, 3541] +Triangle: [3577, 3578, 3573] +Triangle: [3573, 3579, 3574] +Triangle: [1311, 3579, 1318] +Triangle: [1312, 3580, 3575] +Triangle: [3575, 3581, 3576] +Triangle: [3576, 3582, 3577] +Triangle: [3582, 3583, 3578] +Triangle: [3578, 3584, 3579] +Triangle: [1318, 3584, 323] +Triangle: [1319, 3585, 3580] +Triangle: [3580, 3586, 3581] +Triangle: [3581, 3587, 3582] +Triangle: [3587, 3588, 3583] +Triangle: [3583, 3589, 3584] +Triangle: [3584, 3590, 323] +Triangle: [1325, 3590, 3591] +Triangle: [1325, 3592, 1326] +Triangle: [3585, 3592, 3593] +Triangle: [3585, 3594, 3586] +Triangle: [3586, 3595, 3587] +Triangle: [3595, 3596, 3588] +Triangle: [3588, 3597, 3589] +Triangle: [3589, 3598, 3590] +Triangle: [3591, 3598, 3599] +Triangle: [3592, 3599, 3600] +Triangle: [3593, 3600, 3601] +Triangle: [3594, 3601, 3602] +Triangle: [3594, 3603, 3595] +Triangle: [3603, 3604, 3596] +Triangle: [3596, 3605, 3597] +Triangle: [3597, 3606, 3598] +Triangle: [3598, 3607, 3599] +Triangle: [3600, 3607, 3608] +Triangle: [3601, 3608, 3609] +Triangle: [3602, 3609, 3610] +Triangle: [3603, 3610, 3611] +Triangle: [3604, 3619, 3612] +Triangle: [3604, 3613, 3605] +Triangle: [3605, 3614, 3606] +Triangle: [3606, 3615, 3607] +Triangle: [3607, 3616, 3608] +Triangle: [3609, 3616, 3617] +Triangle: [3610, 3617, 3618] +Triangle: [3611, 3618, 3619] +Triangle: [3612, 3627, 3620] +Triangle: [3612, 3621, 3613] +Triangle: [3613, 3622, 3614] +Triangle: [3614, 3623, 3615] +Triangle: [3615, 3624, 3616] +Triangle: [3617, 3624, 3625] +Triangle: [3618, 3625, 3626] +Triangle: [3619, 3626, 3627] +Triangle: [3620, 3635, 3628] +Triangle: [3620, 3629, 3621] +Triangle: [3621, 3630, 3622] +Triangle: [3622, 3631, 3623] +Triangle: [3623, 3632, 3624] +Triangle: [3625, 3632, 3633] +Triangle: [3626, 3633, 3634] +Triangle: [3627, 3634, 3635] +Triangle: [3628, 3643, 3636] +Triangle: [3628, 3637, 3629] +Triangle: [3629, 3638, 3630] +Triangle: [3630, 3639, 3631] +Triangle: [3631, 3640, 3632] +Triangle: [3633, 3640, 3641] +Triangle: [3634, 3641, 3642] +Triangle: [3635, 3642, 3643] +Triangle: [3636, 3651, 3644] +Triangle: [3636, 3645, 3637] +Triangle: [3637, 3646, 3638] +Triangle: [3638, 3647, 3639] +Triangle: [3639, 3648, 3640] +Triangle: [3641, 3648, 3649] +Triangle: [3642, 3649, 3650] +Triangle: [3643, 3650, 3651] +Triangle: [3644, 3659, 3652] +Triangle: [3644, 3653, 3645] +Triangle: [3645, 3654, 3646] +Triangle: [3646, 3655, 3647] +Triangle: [3647, 3656, 3648] +Triangle: [3649, 3656, 3657] +Triangle: [3650, 3657, 3658] +Triangle: [3651, 3658, 3659] +Triangle: [3652, 3667, 3660] +Triangle: [3652, 3661, 3653] +Triangle: [3653, 3662, 3654] +Triangle: [3654, 3663, 3655] +Triangle: [3655, 3664, 3656] +Triangle: [3657, 3664, 3665] +Triangle: [3658, 3665, 3666] +Triangle: [3659, 3666, 3667] +Triangle: [3660, 3675, 3668] +Triangle: [3660, 3669, 3661] +Triangle: [3661, 3670, 3662] +Triangle: [3662, 3671, 3663] +Triangle: [3663, 3672, 3664] +Triangle: [3664, 3673, 3665] +Triangle: [3666, 3673, 3674] +Triangle: [3667, 3674, 3675] +Triangle: [3668, 3683, 3676] +Triangle: [3669, 3676, 3677] +Triangle: [3669, 3678, 3670] +Triangle: [3670, 3679, 3671] +Triangle: [3671, 3680, 3672] +Triangle: [3672, 3681, 3673] +Triangle: [3674, 3681, 3682] +Triangle: [3675, 3682, 3683] +Triangle: [3676, 3691, 3684] +Triangle: [3677, 3684, 3685] +Triangle: [3678, 3685, 3686] +Triangle: [3678, 3687, 3679] +Triangle: [3679, 3688, 3680] +Triangle: [3680, 3689, 3681] +Triangle: [3681, 3690, 3682] +Triangle: [3683, 3690, 3691] +Triangle: [3684, 3699, 3692] +Triangle: [3685, 3692, 3693] +Triangle: [3686, 3693, 3694] +Triangle: [3687, 3694, 3695] +Triangle: [3687, 3696, 3688] +Triangle: [3688, 3697, 3689] +Triangle: [3689, 3698, 3690] +Triangle: [3690, 3699, 3691] +Triangle: [3692, 3699, 3700] +Triangle: [3693, 3692, 3700] +Triangle: [3694, 3693, 3700] +Triangle: [3695, 3694, 3700] +Triangle: [3696, 3695, 3700] +Triangle: [3697, 3696, 3700] +Triangle: [3698, 3697, 3700] +Triangle: [3699, 3698, 3700] +Triangle: [3701, 3716, 3709] +Triangle: [3702, 3709, 3710] +Triangle: [3703, 3710, 3711] +Triangle: [3703, 3712, 3704] +Triangle: [3704, 3713, 3705] +Triangle: [3705, 3714, 3706] +Triangle: [3706, 3715, 3707] +Triangle: [3708, 3715, 3716] +Triangle: [3709, 3724, 3717] +Triangle: [3710, 3717, 3718] +Triangle: [3711, 3718, 3719] +Triangle: [3711, 3720, 3712] +Triangle: [3712, 3721, 3713] +Triangle: [3713, 3722, 3714] +Triangle: [3714, 3723, 3715] +Triangle: [3716, 3723, 3724] +Triangle: [3717, 3732, 3725] +Triangle: [3718, 3725, 3726] +Triangle: [3719, 3726, 3727] +Triangle: [3719, 3728, 3720] +Triangle: [3720, 3729, 3721] +Triangle: [3721, 3730, 3722] +Triangle: [3722, 3731, 3723] +Triangle: [3724, 3731, 3732] +Triangle: [3732, 3733, 3725] +Triangle: [3725, 3734, 3726] +Triangle: [3726, 3735, 3727] +Triangle: [3728, 3735, 3736] +Triangle: [3729, 3736, 3737] +Triangle: [3730, 3737, 3738] +Triangle: [3731, 3738, 3739] +Triangle: [3731, 3740, 3732] +Triangle: [3740, 3741, 3733] +Triangle: [3733, 3742, 3734] +Triangle: [3734, 3743, 3735] +Triangle: [3736, 3743, 3744] +Triangle: [3737, 3744, 3745] +Triangle: [3738, 3745, 3746] +Triangle: [3739, 3746, 3747] +Triangle: [3739, 3748, 3740] +Triangle: [3748, 3749, 3741] +Triangle: [3741, 3750, 3742] +Triangle: [3742, 3751, 3743] +Triangle: [3744, 3751, 3752] +Triangle: [3745, 3752, 3753] +Triangle: [3746, 3753, 3754] +Triangle: [3747, 3754, 3755] +Triangle: [3747, 3756, 3748] +Triangle: [3756, 3757, 3749] +Triangle: [3749, 3758, 3750] +Triangle: [3750, 3759, 3751] +Triangle: [3752, 3759, 3760] +Triangle: [3753, 3760, 3761] +Triangle: [3754, 3761, 3762] +Triangle: [3754, 3763, 3755] +Triangle: [3755, 3764, 3756] +Triangle: [3764, 3765, 3757] +Triangle: [3757, 3766, 3758] +Triangle: [3758, 3767, 3759] +Triangle: [3760, 3767, 3768] +Triangle: [3761, 3768, 3769] +Triangle: [3762, 3769, 3770] +Triangle: [3762, 3771, 3763] +Triangle: [3763, 3772, 3764] +Triangle: [3772, 3773, 3765] +Triangle: [3765, 3774, 3766] +Triangle: [3766, 3775, 3767] +Triangle: [3768, 3775, 3776] +Triangle: [3769, 3776, 3777] +Triangle: [3770, 3777, 3778] +Triangle: [3770, 3779, 3771] +Triangle: [3771, 3780, 3772] +Triangle: [3773, 3788, 3781] +Triangle: [3773, 3782, 3774] +Triangle: [3774, 3783, 3775] +Triangle: [3776, 3783, 3784] +Triangle: [3777, 3784, 3785] +Triangle: [3778, 3785, 3786] +Triangle: [3778, 3787, 3779] +Triangle: [3779, 3788, 3780] +Triangle: [3781, 3796, 3789] +Triangle: [3781, 3790, 3782] +Triangle: [3782, 3791, 3783] +Triangle: [3783, 3792, 3784] +Triangle: [3785, 3792, 3793] +Triangle: [3786, 3793, 3794] +Triangle: [3787, 3794, 3795] +Triangle: [3788, 3795, 3796] +Triangle: [3796, 3797, 3789] +Triangle: [3789, 3798, 3790] +Triangle: [3790, 3799, 3791] +Triangle: [3791, 3800, 3792] +Triangle: [3793, 3800, 3801] +Triangle: [3794, 3801, 3802] +Triangle: [3795, 3802, 3803] +Triangle: [3796, 3803, 3804] +Triangle: [3804, 3805, 3797] +Triangle: [3797, 3806, 3798] +Triangle: [3798, 3807, 3799] +Triangle: [3799, 3808, 3800] +Triangle: [3800, 3809, 3801] +Triangle: [3802, 3809, 3810] +Triangle: [3803, 3810, 3811] +Triangle: [3804, 3811, 3812] +Triangle: [3805, 3820, 3813] +Triangle: [3805, 3814, 3806] +Triangle: [3806, 3815, 3807] +Triangle: [3807, 3816, 3808] +Triangle: [3808, 3817, 3809] +Triangle: [3810, 3817, 3818] +Triangle: [3811, 3818, 3819] +Triangle: [3812, 3819, 3820] +Triangle: [3813, 3828, 3821] +Triangle: [3814, 3821, 3822] +Triangle: [3814, 3823, 3815] +Triangle: [3815, 3824, 3816] +Triangle: [3816, 3825, 3817] +Triangle: [3817, 3826, 3818] +Triangle: [3819, 3826, 3827] +Triangle: [3820, 3827, 3828] +Triangle: [3821, 3836, 3829] +Triangle: [3822, 3829, 3830] +Triangle: [3823, 3830, 3831] +Triangle: [3823, 3832, 3824] +Triangle: [3824, 3833, 3825] +Triangle: [3825, 3834, 3826] +Triangle: [3826, 3835, 3827] +Triangle: [3828, 3835, 3836] +Triangle: [3829, 3836, 3837] +Triangle: [3830, 3829, 3837] +Triangle: [3831, 3830, 3837] +Triangle: [3832, 3831, 3837] +Triangle: [3833, 3832, 3837] +Triangle: [3834, 3833, 3837] +Triangle: [3835, 3834, 3837] +Triangle: [3836, 3835, 3837] +Triangle: [3845, 3846, 3838] +Triangle: [3838, 3847, 3839] +Triangle: [3839, 3848, 3840] +Triangle: [3841, 3848, 3849] +Triangle: [3842, 3849, 3850] +Triangle: [3843, 3850, 3851] +Triangle: [3844, 3851, 3852] +Triangle: [3845, 3852, 3853] +Triangle: [3853, 3854, 3846] +Triangle: [3846, 3855, 3847] +Triangle: [3848, 3855, 3856] +Triangle: [3849, 3856, 3857] +Triangle: [3850, 3857, 3858] +Triangle: [3850, 3859, 3851] +Triangle: [3851, 3860, 3852] +Triangle: [3852, 3861, 3853] +Triangle: [3861, 3862, 3854] +Triangle: [3855, 3862, 3863] +Triangle: [3856, 3863, 3864] +Triangle: [3857, 3864, 3865] +Triangle: [3858, 3865, 3866] +Triangle: [3858, 3867, 3859] +Triangle: [3859, 3868, 3860] +Triangle: [3860, 3869, 3861] +Triangle: [3862, 3877, 3870] +Triangle: [3863, 3870, 3871] +Triangle: [3863, 3872, 3864] +Triangle: [3864, 3873, 3865] +Triangle: [3865, 3874, 3866] +Triangle: [3866, 3875, 3867] +Triangle: [3868, 3875, 3876] +Triangle: [3869, 3876, 3877] +Triangle: [3870, 3885, 3878] +Triangle: [3871, 3878, 3879] +Triangle: [3871, 3880, 3872] +Triangle: [3872, 3881, 3873] +Triangle: [3873, 3882, 3874] +Triangle: [3874, 3883, 3875] +Triangle: [3876, 3883, 3884] +Triangle: [3877, 3884, 3885] +Triangle: [3878, 3893, 3886] +Triangle: [3878, 3887, 3879] +Triangle: [3880, 3887, 3888] +Triangle: [3881, 3888, 3889] +Triangle: [3882, 3889, 3890] +Triangle: [3883, 3890, 3891] +Triangle: [3883, 3892, 3884] +Triangle: [3884, 3893, 3885] +Triangle: [3886, 3901, 3894] +Triangle: [3886, 3895, 3887] +Triangle: [3888, 3895, 3896] +Triangle: [3889, 3896, 3897] +Triangle: [3890, 3897, 3898] +Triangle: [3890, 3899, 3891] +Triangle: [3891, 3900, 3892] +Triangle: [3892, 3901, 3893] +Triangle: [3894, 3901, 3902] +Triangle: [3895, 3894, 3902] +Triangle: [3896, 3895, 3902] +Triangle: [3897, 3896, 3902] +Triangle: [3898, 3897, 3902] +Triangle: [3899, 3898, 3902] +Triangle: [3900, 3899, 3902] +Triangle: [3901, 3900, 3902] +Triangle: [3951, 3910, 3907] +Triangle: [3956, 3907, 3944] +Triangle: [3953, 3909, 3954] +Triangle: [3954, 3936, 3955] +Triangle: [3907, 3914, 3911] +Triangle: [3944, 3911, 3945] +Triangle: [3908, 3913, 3909] +Triangle: [3909, 3937, 3936] +Triangle: [3914, 3915, 3911] +Triangle: [3945, 3915, 3946] +Triangle: [3913, 3916, 3917] +Triangle: [3913, 3938, 3937] +Triangle: [3915, 3922, 3919] +Triangle: [3946, 3919, 3947] +Triangle: [3917, 3920, 3921] +Triangle: [3917, 3939, 3938] +Triangle: [3919, 3926, 3923] +Triangle: [3947, 3923, 3948] +Triangle: [3920, 3925, 3921] +Triangle: [3921, 3940, 3939] +Triangle: [3926, 3927, 3923] +Triangle: [3948, 3927, 3949] +Triangle: [3925, 3928, 3929] +Triangle: [3940, 3929, 3941] +Triangle: [3930, 3931, 3927] +Triangle: [3927, 3950, 3949] +Triangle: [3929, 3932, 3933] +Triangle: [3929, 3942, 3941] +Triangle: [3930, 3942, 3934] +Triangle: [3940, 3930, 3926] +Triangle: [3922, 3940, 3926] +Triangle: [3938, 3922, 3918] +Triangle: [3937, 3918, 3914] +Triangle: [3936, 3914, 3910] +Triangle: [3955, 3910, 3952] +Triangle: [3949, 3932, 3928] +Triangle: [3948, 3928, 3924] +Triangle: [3947, 3924, 3920] +Triangle: [3916, 3947, 3920] +Triangle: [3912, 3946, 3916] +Triangle: [3908, 3945, 3912] +Triangle: [3953, 3944, 3908] +Triangle: [3904, 3956, 3953] +Triangle: [3935, 3952, 3906] +Triangle: [3905, 3955, 3935] +Triangle: [3905, 3953, 3954] +Triangle: [3943, 3951, 3956] +Triangle: [3906, 3951, 3903] +Triangle: [3957, 3964, 3961] +Triangle: [3978, 3961, 3979] +Triangle: [3958, 3963, 3959] +Triangle: [3959, 3975, 3974] +Triangle: [3961, 3968, 3965] +Triangle: [3962, 3980, 3966] +Triangle: [3975, 3968, 3964] +Triangle: [3965, 3979, 3961] +Triangle: [3968, 3969, 3965] +Triangle: [3980, 3969, 3981] +Triangle: [3967, 3970, 3971] +Triangle: [3976, 3971, 3977] +Triangle: [3969, 3972, 3973] +Triangle: [3981, 3969, 3973] +Triangle: [3971, 3970, 3973] +Triangle: [3977, 3971, 3973] +Triangle: [3972, 3977, 3973] +Triangle: [3976, 3972, 3968] +Triangle: [3963, 3976, 3975] +Triangle: [3974, 3964, 3960] +Triangle: [3970, 3981, 3973] +Triangle: [3980, 3970, 3966] +Triangle: [3963, 3966, 3967] +Triangle: [3958, 3979, 3962] +Triangle: [4022, 3983, 4018] +Triangle: [4023, 3987, 4020] +Triangle: [3985, 4021, 4019] +Triangle: [4020, 3988, 4024] +Triangle: [4021, 3982, 4022] +Triangle: [4018, 3986, 4023] +Triangle: [3991, 3996, 3989] +Triangle: [3997, 3993, 3990] +Triangle: [3996, 3990, 3989] +Triangle: [4000, 3994, 3993] +Triangle: [3999, 3991, 3992] +Triangle: [3994, 4002, 3995] +Triangle: [4028, 4004, 4003] +Triangle: [4029, 4007, 4006] +Triangle: [4019, 4005, 3985] +Triangle: [4024, 4378, 4381] +Triangle: [4027, 4003, 4005] +Triangle: [4029, 4004, 4025] +Triangle: [4010, 4013, 4015] +Triangle: [4011, 4014, 4009] +Triangle: [4008, 4014, 4013] +Triangle: [4012, 4016, 4011] +Triangle: [3992, 4015, 3999] +Triangle: [3995, 4380, 4379] +Triangle: [3989, 3984, 3991] +Triangle: [3984, 3992, 3991] +Triangle: [3985, 4010, 3992] +Triangle: [4005, 4008, 4010] +Triangle: [4003, 4009, 4008] +Triangle: [4009, 4006, 4011] +Triangle: [4006, 4012, 4011] +Triangle: [4379, 3988, 3995] +Triangle: [3995, 3987, 3994] +Triangle: [3994, 3986, 3993] +Triangle: [3986, 3990, 3993] +Triangle: [3990, 3982, 3989] +Triangle: [4360, 4025, 4353] +Triangle: [4359, 4027, 4355] +Triangle: [4358, 4381, 4477] +Triangle: [4355, 4019, 4350] +Triangle: [4354, 4029, 4360] +Triangle: [4353, 4028, 4359] +Triangle: [4349, 4023, 4357] +Triangle: [4352, 4022, 4356] +Triangle: [4351, 4024, 4358] +Triangle: [4350, 4021, 4352] +Triangle: [4357, 4020, 4351] +Triangle: [4356, 4018, 4349] +Triangle: [4000, 4032, 4033] +Triangle: [4232, 4043, 4233] +Triangle: [4033, 4001, 4000] +Triangle: [3996, 4032, 3997] +Triangle: [3998, 4043, 3996] +Triangle: [3998, 4041, 4042] +Triangle: [3999, 4040, 4041] +Triangle: [4015, 4039, 4040] +Triangle: [4013, 4038, 4039] +Triangle: [4016, 4038, 4014] +Triangle: [4017, 4037, 4016] +Triangle: [4002, 4382, 4380] +Triangle: [4001, 4035, 4002] +Triangle: [4290, 4266, 4265] +Triangle: [4065, 4363, 4064] +Triangle: [4363, 4066, 4064] +Triangle: [4050, 4495, 4496] +Triangle: [4048, 4497, 4495] +Triangle: [4070, 4052, 4071] +Triangle: [4072, 4053, 4070] +Triangle: [4071, 4051, 4073] +Triangle: [4074, 4054, 4072] +Triangle: [4069, 4051, 4049] +Triangle: [4050, 4074, 4068] +Triangle: [4499, 4056, 4498] +Triangle: [4500, 4057, 4499] +Triangle: [4049, 4498, 4497] +Triangle: [4058, 4488, 4059] +Triangle: [4059, 4062, 4058] +Triangle: [4062, 4370, 4058] +Triangle: [4064, 4031, 4030] +Triangle: [4065, 4030, 4044] +Triangle: [4047, 4493, 4059] +Triangle: [4046, 4372, 4365] +Triangle: [4067, 4049, 4048] +Triangle: [4068, 4048, 4050] +Triangle: [4078, 4081, 4083] +Triangle: [4385, 4078, 4083] +Triangle: [4384, 4083, 4075] +Triangle: [4083, 4077, 4075] +Triangle: [4138, 4104, 4103] +Triangle: [4388, 4117, 4395] +Triangle: [4122, 4097, 4121] +Triangle: [4399, 4107, 4390] +Triangle: [4095, 4116, 4117] +Triangle: [4137, 4100, 4136] +Triangle: [4137, 4103, 4102] +Triangle: [4134, 4089, 4132] +Triangle: [4638, 4087, 4634] +Triangle: [4643, 4088, 4387] +Triangle: [4398, 4091, 4133] +Triangle: [4641, 4122, 4640] +Triangle: [4638, 4085, 4086] +Triangle: [4133, 4087, 4136] +Triangle: [4132, 4090, 4135] +Triangle: [4636, 4084, 4085] +Triangle: [4384, 4104, 4390] +Triangle: [4082, 4107, 4106] +Triangle: [4080, 4106, 4105] +Triangle: [4080, 4391, 4383] +Triangle: [4075, 4103, 4104] +Triangle: [4081, 4103, 4077] +Triangle: [4079, 4102, 4081] +Triangle: [4078, 4100, 4079] +Triangle: [4124, 4113, 4125] +Triangle: [4126, 4115, 4124] +Triangle: [4127, 4393, 4397] +Triangle: [4129, 4111, 4112] +Triangle: [4130, 4112, 4114] +Triangle: [4131, 4114, 4110] +Triangle: [4127, 4110, 4108] +Triangle: [4396, 4113, 4392] +Triangle: [4123, 4099, 4122] +Triangle: [4094, 4119, 4118] +Triangle: [4098, 4118, 4120] +Triangle: [4389, 4123, 4394] +Triangle: [4098, 4116, 4096] +Triangle: [4117, 4634, 4635] +Triangle: [4640, 4121, 4639] +Triangle: [4395, 4635, 4642] +Triangle: [4097, 4396, 4388] +Triangle: [4092, 4131, 4127] +Triangle: [4094, 4130, 4131] +Triangle: [4098, 4129, 4130] +Triangle: [4096, 4128, 4129] +Triangle: [4092, 4397, 4389] +Triangle: [4093, 4124, 4099] +Triangle: [4099, 4125, 4097] +Triangle: [4132, 4105, 4106] +Triangle: [4101, 4136, 4100] +Triangle: [4391, 4133, 4101] +Triangle: [4134, 4106, 4107] +Triangle: [4086, 4138, 4137] +Triangle: [4086, 4136, 4087] +Triangle: [4387, 4134, 4399] +Triangle: [4085, 4139, 4138] +Triangle: [4410, 4160, 4409] +Triangle: [4408, 4159, 4410] +Triangle: [4157, 4164, 4156] +Triangle: [4156, 4162, 4158] +Triangle: [4220, 4184, 4219] +Triangle: [4178, 4198, 4202] +Triangle: [4413, 4202, 4420] +Triangle: [4215, 4185, 4220] +Triangle: [4176, 4197, 4198] +Triangle: [4424, 4183, 4416] +Triangle: [4218, 4184, 4183] +Triangle: [4169, 4213, 4215] +Triangle: [4419, 4167, 4412] +Triangle: [4204, 4165, 4200] +Triangle: [4171, 4214, 4216] +Triangle: [4169, 4203, 4170] +Triangle: [4201, 4166, 4167] +Triangle: [4214, 4168, 4217] +Triangle: [4411, 4216, 4423] +Triangle: [4199, 4165, 4166] +Triangle: [4157, 4185, 4188] +Triangle: [4157, 4187, 4163] +Triangle: [4408, 4187, 4415] +Triangle: [4161, 4182, 4159] +Triangle: [4158, 4185, 4156] +Triangle: [4158, 4183, 4184] +Triangle: [4160, 4416, 4409] +Triangle: [4159, 4181, 4160] +Triangle: [4205, 4417, 4422] +Triangle: [4205, 4190, 4196] +Triangle: [4207, 4189, 4190] +Triangle: [4209, 4193, 4210] +Triangle: [4421, 4193, 4418] +Triangle: [4212, 4195, 4191] +Triangle: [4208, 4191, 4189] +Triangle: [4206, 4192, 4209] +Triangle: [4174, 4203, 4204] +Triangle: [4173, 4199, 4175] +Triangle: [4175, 4201, 4179] +Triangle: [4174, 4200, 4173] +Triangle: [4179, 4419, 4414] +Triangle: [4198, 4168, 4172] +Triangle: [4420, 4171, 4411] +Triangle: [4202, 4172, 4171] +Triangle: [4178, 4209, 4176] +Triangle: [4175, 4208, 4173] +Triangle: [4175, 4211, 4212] +Triangle: [4414, 4210, 4421] +Triangle: [4177, 4209, 4210] +Triangle: [4174, 4208, 4207] +Triangle: [4180, 4207, 4205] +Triangle: [4180, 4422, 4413] +Triangle: [4423, 4186, 4415] +Triangle: [4182, 4217, 4181] +Triangle: [4216, 4182, 4186] +Triangle: [4215, 4187, 4188] +Triangle: [4167, 4219, 4218] +Triangle: [4412, 4218, 4424] +Triangle: [4169, 4220, 4165] +Triangle: [4166, 4220, 4219] +Triangle: [4115, 4146, 4113] +Triangle: [4150, 4145, 4147] +Triangle: [4191, 4153, 4155] +Triangle: [4417, 4222, 4425] +Triangle: [4426, 4222, 4224] +Triangle: [4281, 4246, 4247] +Triangle: [4040, 4282, 4281] +Triangle: [4427, 4224, 4226] +Triangle: [4223, 4229, 4221] +Triangle: [4035, 4427, 4382] +Triangle: [4232, 4044, 4030] +Triangle: [4235, 4227, 4485] +Triangle: [4325, 4429, 4464] +Triangle: [4245, 4307, 4243] +Triangle: [4239, 4229, 4228] +Triangle: [4225, 4228, 4223] +Triangle: [4242, 4229, 4240] +Triangle: [4235, 4244, 4234] +Triangle: [4244, 4239, 4234] +Triangle: [4243, 4240, 4244] +Triangle: [4111, 4308, 4325] +Triangle: [4039, 4283, 4282] +Triangle: [4041, 4281, 4280] +Triangle: [4269, 4282, 4283] +Triangle: [4280, 4247, 4248] +Triangle: [4403, 4250, 4141] +Triangle: [4251, 4140, 4142] +Triangle: [4141, 4252, 4147] +Triangle: [4393, 4254, 4109] +Triangle: [4255, 4108, 4110] +Triangle: [4109, 4256, 4115] +Triangle: [4432, 4149, 4407] +Triangle: [4259, 4148, 4150] +Triangle: [4149, 4260, 4155] +Triangle: [4147, 4259, 4150] +Triangle: [4115, 4251, 4142] +Triangle: [4261, 4190, 4189] +Triangle: [4263, 4189, 4191] +Triangle: [4190, 4222, 4196] +Triangle: [4155, 4263, 4191] +Triangle: [4258, 4263, 4260] +Triangle: [4257, 4252, 4250] +Triangle: [4249, 4256, 4254] +Triangle: [4373, 4065, 4044] +Triangle: [4267, 4377, 4266] +Triangle: [4268, 4267, 4248] +Triangle: [4434, 4264, 4268] +Triangle: [4038, 4284, 4283] +Triangle: [4283, 4279, 4269] +Triangle: [4435, 4276, 4270] +Triangle: [4438, 4247, 4439] +Triangle: [4271, 4276, 4277] +Triangle: [4434, 4435, 4484] +Triangle: [4440, 4271, 4441] +Triangle: [4441, 4436, 4483] +Triangle: [4442, 4273, 4443] +Triangle: [4482, 4273, 4437] +Triangle: [4445, 4274, 4275] +Triangle: [4446, 4275, 4278] +Triangle: [4262, 4269, 4279] +Triangle: [4224, 4262, 4279] +Triangle: [4224, 4284, 4226] +Triangle: [4037, 4226, 4284] +Triangle: [4292, 4248, 4267] +Triangle: [4280, 4042, 4041] +Triangle: [4447, 4269, 4446] +Triangle: [4285, 4275, 4274] +Triangle: [4449, 4274, 4437] +Triangle: [4481, 4287, 4450] +Triangle: [4287, 4439, 4450] +Triangle: [4271, 4451, 4436] +Triangle: [4451, 4287, 4448] +Triangle: [4288, 4273, 4272] +Triangle: [4289, 4043, 4042] +Triangle: [4231, 4030, 4031] +Triangle: [4289, 4290, 4233] +Triangle: [4292, 4289, 4280] +Triangle: [4231, 4295, 4230] +Triangle: [4291, 4267, 4266] +Triangle: [4062, 4293, 4361] +Triangle: [4369, 4237, 4294] +Triangle: [4066, 4295, 4031] +Triangle: [4243, 4238, 4245] +Triangle: [4238, 4294, 4237] +Triangle: [4486, 4235, 4485] +Triangle: [4194, 4296, 4192] +Triangle: [4221, 4241, 4296] +Triangle: [4195, 4297, 4153] +Triangle: [4453, 4299, 4452] +Triangle: [4405, 4297, 4452] +Triangle: [4193, 4453, 4418] +Triangle: [4301, 4296, 4241] +Triangle: [4192, 4300, 4193] +Triangle: [4302, 4241, 4242] +Triangle: [4304, 4300, 4303] +Triangle: [4301, 4303, 4300] +Triangle: [4321, 4456, 4463] +Triangle: [4307, 4242, 4243] +Triangle: [4302, 4306, 4305] +Triangle: [4303, 4305, 4304] +Triangle: [4154, 4310, 4145] +Triangle: [4454, 4312, 4455] +Triangle: [4152, 4454, 4404] +Triangle: [4401, 4310, 4455] +Triangle: [4315, 4113, 4146] +Triangle: [4314, 4460, 4428] +Triangle: [4144, 4456, 4400] +Triangle: [4143, 4457, 4402] +Triangle: [4245, 4237, 4236] +Triangle: [4313, 4406, 4458] +Triangle: [4299, 4318, 4151] +Triangle: [4306, 4304, 4305] +Triangle: [4318, 4459, 4458] +Triangle: [4460, 4319, 4459] +Triangle: [4313, 4320, 4312] +Triangle: [4308, 4462, 4429] +Triangle: [4236, 4324, 4245] +Triangle: [4312, 4462, 4457] +Triangle: [4316, 4323, 4308] +Triangle: [4228, 4234, 4239] +Triangle: [4461, 4314, 4428] +Triangle: [4392, 4321, 4463] +Triangle: [4112, 4327, 4114] +Triangle: [4327, 4110, 4114] +Triangle: [4112, 4325, 4326] +Triangle: [4467, 4329, 4466] +Triangle: [4465, 4331, 4468] +Triangle: [4464, 4330, 4465] +Triangle: [4461, 4328, 4467] +Triangle: [4332, 4309, 4236] +Triangle: [4332, 4368, 4361] +Triangle: [4329, 4332, 4333] +Triangle: [4468, 4334, 4469] +Triangle: [4470, 4331, 4466] +Triangle: [4336, 4329, 4333] +Triangle: [4480, 4334, 4470] +Triangle: [4265, 4375, 4373] +Triangle: [4487, 4333, 4293] +Triangle: [4033, 4232, 4231] +Triangle: [4344, 3339, 3572] +Triangle: [4345, 3341, 3571] +Triangle: [4338, 3342, 3340] +Triangle: [4339, 3570, 3341] +Triangle: [4340, 3572, 3342] +Triangle: [3339, 4345, 3571] +Triangle: [3343, 4347, 3569] +Triangle: [3568, 4342, 4348] +Triangle: [3345, 4338, 3340] +Triangle: [3558, 4346, 4472] +Triangle: [3569, 4343, 3345] +Triangle: [3343, 4348, 4341] +Triangle: [4407, 4150, 4148] +Triangle: [4474, 4155, 4153] +Triangle: [4479, 4153, 4405] +Triangle: [4403, 4142, 4140] +Triangle: [4475, 4145, 4476] +Triangle: [4478, 4145, 4401] +Triangle: [4344, 4349, 4337] +Triangle: [4345, 4351, 4339] +Triangle: [4350, 4340, 4338] +Triangle: [4339, 4358, 4346] +Triangle: [4352, 4344, 4340] +Triangle: [4337, 4357, 4345] +Triangle: [4341, 4359, 4347] +Triangle: [4342, 4360, 4348] +Triangle: [4343, 4350, 4338] +Triangle: [4472, 4358, 4477] +Triangle: [4347, 4355, 4343] +Triangle: [4341, 4360, 4353] +Triangle: [4333, 4361, 4293] +Triangle: [4061, 4369, 4294] +Triangle: [4063, 4293, 4362] +Triangle: [4059, 4063, 4362] +Triangle: [4368, 4237, 4367] +Triangle: [4047, 4363, 4364] +Triangle: [4065, 4493, 4364] +Triangle: [4045, 4365, 4363] +Triangle: [4062, 4368, 4367] +Triangle: [4062, 4369, 4366] +Triangle: [4057, 4372, 4056] +Triangle: [4365, 4060, 4066] +Triangle: [4233, 4374, 4044] +Triangle: [4290, 4374, 4233] +Triangle: [4373, 4374, 4265] +Triangle: [4375, 4336, 4487] +Triangle: [4375, 4377, 4376] +Triangle: [4376, 4335, 4336] +Triangle: [4472, 4354, 4342] +Triangle: [4146, 4478, 4400] +Triangle: [4144, 4478, 4402] +Triangle: [4402, 4401, 4143] +Triangle: [4142, 4476, 4146] +Triangle: [4141, 4475, 4403] +Triangle: [4404, 4474, 4479] +Triangle: [4152, 4479, 4406] +Triangle: [4406, 4405, 4151] +Triangle: [4154, 4473, 4474] +Triangle: [4149, 4473, 4407] +Triangle: [3344, 4472, 4342] +Triangle: [4433, 4469, 4480] +Triangle: [4264, 4480, 4471] +Triangle: [4471, 4470, 4335] +Triangle: [4335, 4466, 4329] +Triangle: [4327, 4469, 4255] +Triangle: [4322, 4467, 4330] +Triangle: [4325, 4465, 4326] +Triangle: [4326, 4468, 4327] +Triangle: [4330, 4466, 4331] +Triangle: [4392, 4316, 4111] +Triangle: [4309, 4428, 4324] +Triangle: [4457, 4323, 4317] +Triangle: [4429, 4320, 4314] +Triangle: [4460, 4306, 4307] +Triangle: [4458, 4319, 4313] +Triangle: [4458, 4151, 4318] +Triangle: [4402, 4317, 4144] +Triangle: [4400, 4315, 4146] +Triangle: [4428, 4307, 4324] +Triangle: [4143, 4455, 4312] +Triangle: [4404, 4311, 4154] +Triangle: [4311, 4455, 4310] +Triangle: [4463, 4317, 4316] +Triangle: [4418, 4298, 4195] +Triangle: [4151, 4452, 4299] +Triangle: [4298, 4452, 4297] +Triangle: [4288, 4448, 4286] +Triangle: [4436, 4288, 4272] +Triangle: [4450, 4247, 4246] +Triangle: [4286, 4481, 4449] +Triangle: [4449, 4447, 4285] +Triangle: [4481, 4246, 4447] +Triangle: [4286, 4437, 4273] +Triangle: [4285, 4446, 4278] +Triangle: [4269, 4445, 4446] +Triangle: [4261, 4444, 4445] +Triangle: [4432, 4443, 4482] +Triangle: [4258, 4482, 4444] +Triangle: [4444, 4437, 4274] +Triangle: [4250, 4443, 4257] +Triangle: [4249, 4483, 4430] +Triangle: [4430, 4442, 4250] +Triangle: [4483, 4272, 4442] +Triangle: [4254, 4441, 4249] +Triangle: [4253, 4484, 4431] +Triangle: [4431, 4440, 4254] +Triangle: [4484, 4270, 4440] +Triangle: [4276, 4439, 4277] +Triangle: [4268, 4438, 4435] +Triangle: [4253, 4433, 4434] +Triangle: [4257, 4407, 4148] +Triangle: [4108, 4431, 4393] +Triangle: [4140, 4430, 4403] +Triangle: [4464, 4314, 4322] +Triangle: [4382, 4226, 4036] +Triangle: [4225, 4426, 4427] +Triangle: [4223, 4425, 4426] +Triangle: [4194, 4425, 4221] +Triangle: [4412, 4217, 4168] +Triangle: [4213, 4415, 4187] +Triangle: [4413, 4206, 4178] +Triangle: [4179, 4421, 4211] +Triangle: [4203, 4411, 4170] +Triangle: [4414, 4197, 4177] +Triangle: [4211, 4418, 4195] +Triangle: [4206, 4417, 4194] +Triangle: [4162, 4416, 4183] +Triangle: [4161, 4415, 4186] +Triangle: [4170, 4423, 4213] +Triangle: [4197, 4412, 4168] +Triangle: [4424, 4181, 4217] +Triangle: [4180, 4420, 4203] +Triangle: [4163, 4410, 4164] +Triangle: [4164, 4409, 4162] +Triangle: [4084, 4399, 4139] +Triangle: [4105, 4398, 4391] +Triangle: [4093, 4397, 4126] +Triangle: [4095, 4396, 4128] +Triangle: [4639, 4395, 4642] +Triangle: [4092, 4394, 4119] +Triangle: [4128, 4392, 4111] +Triangle: [4397, 4109, 4126] +Triangle: [4383, 4101, 4078] +Triangle: [4076, 4390, 4107] +Triangle: [4135, 4386, 4398] +Triangle: [4637, 4387, 4084] +Triangle: [4139, 4390, 4104] +Triangle: [4097, 4395, 4121] +Triangle: [4076, 4385, 4384] +Triangle: [4082, 4383, 4385] +Triangle: [4380, 4036, 4017] +Triangle: [4477, 4026, 4354] +Triangle: [4007, 4379, 4012] +Triangle: [4379, 4017, 4012] +Triangle: [4026, 4378, 4007] +Triangle: [4377, 4471, 4376] +Triangle: [4487, 4373, 4375] +Triangle: [4489, 4295, 4060] +Triangle: [4055, 4490, 4054] +Triangle: [4227, 4035, 4034] +Triangle: [4060, 4371, 4489] +Triangle: [4492, 4230, 4295] +Triangle: [4033, 4230, 4034] +Triangle: [4227, 4230, 4485] +Triangle: [4486, 4492, 4294] +Triangle: [4492, 4061, 4294] +Triangle: [4494, 4489, 4371] +Triangle: [4371, 4491, 4494] +Triangle: [4061, 4370, 4366] +Triangle: [4494, 4058, 4370] +Triangle: [4497, 4056, 4046] +Triangle: [4053, 4499, 4052] +Triangle: [4052, 4498, 4051] +Triangle: [4495, 4046, 4045] +Triangle: [4496, 4045, 4047] +Triangle: [4047, 4488, 4496] +Triangle: [4055, 4496, 4488] +Triangle: [4501, 4069, 4067] +Triangle: [4071, 4501, 4070] +Triangle: [4072, 4501, 4074] +Triangle: [4501, 4068, 4074] +Triangle: [4054, 4500, 4053] +Triangle: [4491, 4490, 4058] +Triangle: [4525, 3208, 4530] +Triangle: [3408, 3401, 4508] +Triangle: [4519, 2428, 4513] +Triangle: [3400, 4504, 4503] +Triangle: [3415, 4503, 4502] +Triangle: [3413, 4507, 4508] +Triangle: [3350, 3392, 2429] +Triangle: [4504, 3379, 3392] +Triangle: [3402, 3415, 4505] +Triangle: [3347, 4510, 3359] +Triangle: [3347, 2253, 4509] +Triangle: [3414, 4510, 3410] +Triangle: [3394, 4513, 3379] +Triangle: [4511, 3559, 3377] +Triangle: [3388, 4519, 4520] +Triangle: [3409, 4520, 4521] +Triangle: [4511, 2423, 2424] +Triangle: [2451, 2256, 4514] +Triangle: [3386, 4518, 3387] +Triangle: [3379, 4517, 3386] +Triangle: [4522, 3385, 3559] +Triangle: [3384, 4516, 4515] +Triangle: [3383, 4515, 4514] +Triangle: [3378, 4518, 4512] +Triangle: [3409, 3402, 3390] +Triangle: [3382, 4534, 2428] +Triangle: [3217, 4530, 4523] +Triangle: [4527, 3409, 4531] +Triangle: [4527, 4536, 4537] +Triangle: [3381, 4524, 4529] +Triangle: [2270, 3358, 4532] +Triangle: [4528, 3346, 4524] +Triangle: [4531, 3390, 4526] +Triangle: [4540, 4523, 4533] +Triangle: [4532, 3405, 4528] +Triangle: [4529, 2436, 4526] +Triangle: [4527, 4537, 4535] +Triangle: [4534, 4530, 3206] +Triangle: [2282, 2435, 4538] +Triangle: [3349, 4537, 4536] +Triangle: [4538, 3349, 4536] +Triangle: [4525, 4535, 4537] +Triangle: [4539, 3565, 3509] +Triangle: [4539, 2556, 2555] +Triangle: [3505, 4540, 4541] +Triangle: [3506, 4543, 4542] +Triangle: [3507, 4544, 4543] +Triangle: [4545, 3508, 3565] +Triangle: [3506, 2287, 1241] +Triangle: [2557, 4533, 2559] +Triangle: [3216, 3223, 3225] +Triangle: [267, 4546, 2295] +Triangle: [2626, 4547, 4546] +Triangle: [2627, 2816, 4547] +Triangle: [4581, 2695, 2694] +Triangle: [4560, 4581, 4583] +Triangle: [4583, 2693, 4584] +Triangle: [4584, 2692, 4585] +Triangle: [4580, 4561, 4585] +Triangle: [4549, 4580, 4586] +Triangle: [4550, 4586, 4587] +Triangle: [4551, 4587, 4588] +Triangle: [4557, 4589, 4582] +Triangle: [4589, 4555, 4590] +Triangle: [4555, 4596, 4590] +Triangle: [4554, 4592, 4591] +Triangle: [4553, 4593, 4592] +Triangle: [4563, 4588, 4594] +Triangle: [4562, 4594, 4595] +Triangle: [4593, 4562, 4595] +Triangle: [4556, 4571, 4555] +Triangle: [4565, 4548, 4549] +Triangle: [4557, 4572, 4556] +Triangle: [4550, 4565, 4549] +Triangle: [4577, 4559, 4561] +Triangle: [4558, 4573, 4557] +Triangle: [4551, 4566, 4550] +Triangle: [4552, 4578, 4562] +Triangle: [4564, 4561, 4548] +Triangle: [4553, 4568, 4552] +Triangle: [4575, 4560, 4559] +Triangle: [4562, 4579, 4563] +Triangle: [4554, 4569, 4553] +Triangle: [4576, 4558, 4560] +Triangle: [4579, 4551, 4563] +Triangle: [4598, 4570, 4554] +Triangle: [4593, 2688, 2687] +Triangle: [2688, 4594, 2686] +Triangle: [4594, 2689, 2686] +Triangle: [2698, 4593, 2687] +Triangle: [4591, 2698, 2697] +Triangle: [4590, 4597, 2696] +Triangle: [4589, 2696, 2703] +Triangle: [4582, 2703, 2695] +Triangle: [4588, 2690, 2689] +Triangle: [4587, 2691, 2690] +Triangle: [2691, 4580, 2699] +Triangle: [2699, 4585, 2692] +Triangle: [4559, 4585, 4561] +Triangle: [4560, 4584, 4559] +Triangle: [4583, 2694, 2701] +Triangle: [4558, 4582, 4581] +Triangle: [4571, 4598, 4555] +Triangle: [4598, 4591, 4596] +Triangle: [2697, 4599, 4597] +Triangle: [4596, 2697, 4597] +Triangle: [2621, 2628, 4599] +Triangle: [4604, 4605, 4606] +Triangle: [4606, 4608, 4602] +Triangle: [4607, 4606, 4605] +Triangle: [4609, 4608, 4607] +Triangle: [4608, 4610, 4602] +Triangle: [4609, 4612, 4610] +Triangle: [4610, 4612, 4602] +Triangle: [4611, 4614, 4612] +Triangle: [4612, 4614, 4602] +Triangle: [4613, 4616, 4614] +Triangle: [4614, 4616, 4602] +Triangle: [4617, 4616, 4615] +Triangle: [4616, 4618, 4602] +Triangle: [4619, 4618, 4617] +Triangle: [4618, 4620, 4602] +Triangle: [4620, 4622, 4602] +Triangle: [4621, 4620, 4619] +Triangle: [4622, 4624, 4602] +Triangle: [4623, 4622, 4621] +Triangle: [4624, 4626, 4602] +Triangle: [4623, 4626, 4624] +Triangle: [4626, 4628, 4602] +Triangle: [4625, 4628, 4626] +Triangle: [4628, 4630, 4602] +Triangle: [4627, 4630, 4628] +Triangle: [4630, 4632, 4602] +Triangle: [4629, 4632, 4630] +Triangle: [4601, 4632, 4631] +Triangle: [4632, 4633, 4602] +Triangle: [4604, 4602, 4633] +Triangle: [4602, 4604, 4606] +Triangle: [4601, 4604, 4633] +Triangle: [4119, 4643, 4637] +Triangle: [4090, 4642, 4386] +Triangle: [4642, 4091, 4386] +Triangle: [4089, 4639, 4090] +Triangle: [4091, 4634, 4087] +Triangle: [4118, 4637, 4636] +Triangle: [4120, 4636, 4638] +Triangle: [4088, 4640, 4089] +Triangle: [4394, 4641, 4643] +Triangle: [4120, 4634, 4116] +Triangle: [3, 5, 6] +Triangle: [11, 12, 10] +Triangle: [8, 13, 11] +Triangle: [13, 8, 7] +Triangle: [15, 16, 14] +Triangle: [15, 17, 18] +Triangle: [82, 24, 30] +Triangle: [24, 23, 29] +Triangle: [23, 19, 28] +Triangle: [20, 27, 158] +Triangle: [21, 26, 27] +Triangle: [1277, 22, 25] +Triangle: [12, 25, 22] +Triangle: [25, 12, 31] +Triangle: [928, 929, 180] +Triangle: [1113, 35, 36] +Triangle: [11, 37, 31] +Triangle: [1236, 33, 34] +Triangle: [2257, 33, 930] +Triangle: [13, 14, 892] +Triangle: [13, 41, 37] +Triangle: [40, 893, 895] +Triangle: [3, 4, 887] +Triangle: [41, 13, 891] +Triangle: [42, 890, 889] +Triangle: [42, 16, 18] +Triangle: [5, 3, 42] +Triangle: [177, 37, 41] +Triangle: [47, 48, 1203] +Triangle: [1134, 1138, 45] +Triangle: [1101, 1112, 2272] +Triangle: [176, 31, 37] +Triangle: [169, 194, 205] +Triangle: [2259, 69, 70] +Triangle: [182, 64, 66] +Triangle: [26, 66, 64] +Triangle: [73, 74, 72] +Triangle: [7, 74, 73] +Triangle: [76, 75, 77] +Triangle: [71, 72, 77] +Triangle: [76, 80, 79] +Triangle: [84, 83, 82] +Triangle: [79, 80, 83] +Triangle: [75, 79, 85] +Triangle: [71, 85, 86] +Triangle: [73, 86, 17] +Triangle: [84, 86, 85] +Triangle: [81, 17, 86] +Triangle: [74, 7, 8] +Triangle: [120, 9, 10] +Triangle: [10, 22, 89] +Triangle: [88, 89, 113] +Triangle: [111, 96, 95] +Triangle: [119, 116, 90] +Triangle: [115, 94, 91] +Triangle: [136, 137, 154] +Triangle: [117, 119, 92] +Triangle: [107, 105, 101] +Triangle: [110, 104, 98] +Triangle: [109, 106, 102] +Triangle: [110, 103, 99] +Triangle: [105, 109, 100] +Triangle: [104, 107, 97] +Triangle: [92, 90, 1186] +Triangle: [1184, 95, 96] +Triangle: [93, 92, 1185] +Triangle: [121, 115, 87] +Triangle: [147, 1049, 1050] +Triangle: [1179, 94, 95] +Triangle: [91, 94, 1179] +Triangle: [72, 74, 118] +Triangle: [112, 115, 121] +Triangle: [87, 115, 118] +Triangle: [78, 77, 119] +Triangle: [77, 72, 116] +Triangle: [114, 113, 111] +Triangle: [112, 95, 94] +Triangle: [121, 120, 88] +Triangle: [87, 8, 9] +Triangle: [123, 124, 126] +Triangle: [125, 126, 122] +Triangle: [78, 128, 127] +Triangle: [123, 127, 128] +Triangle: [129, 80, 76] +Triangle: [130, 24, 82] +Triangle: [129, 130, 83] +Triangle: [131, 129, 127] +Triangle: [125, 132, 131] +Triangle: [19, 23, 132] +Triangle: [130, 129, 131] +Triangle: [24, 130, 132] +Triangle: [133, 20, 122] +Triangle: [156, 135, 134] +Triangle: [1263, 89, 22] +Triangle: [1268, 113, 89] +Triangle: [1264, 96, 111] +Triangle: [138, 136, 153] +Triangle: [154, 137, 139] +Triangle: [93, 138, 155] +Triangle: [1214, 107, 104] +Triangle: [141, 1164, 1167] +Triangle: [149, 1051, 1217] +Triangle: [1265, 102, 106] +Triangle: [108, 99, 1154] +Triangle: [144, 143, 148] +Triangle: [149, 145, 1052] +Triangle: [1160, 1157, 1226] +Triangle: [1298, 1264, 140] +Triangle: [1157, 1161, 1228] +Triangle: [157, 156, 133] +Triangle: [140, 139, 1183] +Triangle: [1183, 139, 137] +Triangle: [124, 153, 154] +Triangle: [151, 157, 152] +Triangle: [126, 154, 152] +Triangle: [117, 155, 128] +Triangle: [128, 155, 153] +Triangle: [1267, 111, 113] +Triangle: [139, 140, 150] +Triangle: [135, 156, 157] +Triangle: [156, 21, 20] +Triangle: [116, 118, 91] +Triangle: [19, 122, 158] +Triangle: [134, 159, 26] +Triangle: [159, 160, 66] +Triangle: [183, 66, 160] +Triangle: [2260, 70, 161] +Triangle: [1270, 160, 159] +Triangle: [184, 160, 1270] +Triangle: [2261, 161, 1271] +Triangle: [35, 932, 931] +Triangle: [941, 1150, 1142] +Triangle: [1141, 1148, 941] +Triangle: [162, 936, 937] +Triangle: [1070, 942, 1089] +Triangle: [1089, 942, 944] +Triangle: [1272, 1291, 936] +Triangle: [81, 82, 171] +Triangle: [17, 81, 172] +Triangle: [1117, 65, 63] +Triangle: [62, 64, 182] +Triangle: [61, 174, 64] +Triangle: [27, 64, 174] +Triangle: [181, 182, 2290] +Triangle: [2292, 184, 1274] +Triangle: [2291, 183, 184] +Triangle: [2290, 182, 183] +Triangle: [2289, 176, 177] +Triangle: [933, 926, 178] +Triangle: [31, 176, 175] +Triangle: [40, 178, 180] +Triangle: [29, 186, 211] +Triangle: [496, 495, 174] +Triangle: [1074, 53, 56] +Triangle: [188, 56, 58] +Triangle: [1275, 190, 57] +Triangle: [1075, 55, 53] +Triangle: [1075, 193, 54] +Triangle: [195, 205, 204] +Triangle: [189, 58, 57] +Triangle: [194, 191, 51] +Triangle: [170, 191, 194] +Triangle: [163, 189, 190] +Triangle: [1145, 1146, 1076] +Triangle: [1145, 1088, 187] +Triangle: [164, 190, 1275] +Triangle: [165, 188, 189] +Triangle: [1071, 1074, 188] +Triangle: [745, 198, 201] +Triangle: [746, 747, 199] +Triangle: [749, 202, 1276] +Triangle: [744, 201, 203] +Triangle: [753, 751, 2] +Triangle: [750, 203, 202] +Triangle: [746, 200, 198] +Triangle: [748, 196, 197] +Triangle: [205, 195, 206] +Triangle: [205, 194, 52] +Triangle: [204, 52, 752] +Triangle: [939, 938, 63] +Triangle: [67, 937, 939] +Triangle: [208, 43, 18] +Triangle: [172, 209, 207] +Triangle: [171, 210, 209] +Triangle: [291, 556, 559] +Triangle: [540, 225, 490] +Triangle: [558, 560, 490] +Triangle: [286, 510, 508] +Triangle: [234, 235, 244] +Triangle: [945, 237, 236] +Triangle: [238, 237, 945] +Triangle: [948, 947, 231] +Triangle: [242, 239, 948] +Triangle: [949, 241, 242] +Triangle: [245, 244, 236] +Triangle: [243, 234, 245] +Triangle: [248, 243, 246] +Triangle: [245, 237, 238] +Triangle: [247, 249, 246] +Triangle: [260, 261, 267] +Triangle: [264, 262, 263] +Triangle: [264, 265, 261] +Triangle: [234, 482, 484] +Triangle: [483, 482, 234] +Triangle: [260, 266, 268] +Triangle: [269, 272, 271] +Triangle: [270, 273, 272] +Triangle: [243, 248, 259] +Triangle: [257, 270, 269] +Triangle: [280, 217, 580] +Triangle: [276, 579, 580] +Triangle: [214, 578, 579] +Triangle: [279, 278, 219] +Triangle: [537, 275, 213] +Triangle: [218, 280, 575] +Triangle: [511, 510, 286] +Triangle: [287, 289, 494] +Triangle: [541, 287, 491] +Triangle: [559, 557, 485] +Triangle: [1192, 470, 469] +Triangle: [542, 292, 293] +Triangle: [543, 293, 287] +Triangle: [289, 287, 293] +Triangle: [283, 289, 294] +Triangle: [292, 295, 294] +Triangle: [283, 295, 296] +Triangle: [289, 283, 298] +Triangle: [288, 493, 494] +Triangle: [300, 299, 298] +Triangle: [558, 511, 301] +Triangle: [540, 288, 300] +Triangle: [544, 300, 284] +Triangle: [538, 282, 292] +Triangle: [295, 292, 282] +Triangle: [545, 303, 282] +Triangle: [296, 282, 303] +Triangle: [537, 278, 303] +Triangle: [304, 303, 278] +Triangle: [539, 284, 228] +Triangle: [228, 284, 306] +Triangle: [305, 306, 240] +Triangle: [239, 250, 247] +Triangle: [251, 250, 239] +Triangle: [252, 251, 242] +Triangle: [288, 289, 299] +Triangle: [951, 308, 241] +Triangle: [951, 952, 310] +Triangle: [953, 312, 310] +Triangle: [953, 954, 314] +Triangle: [308, 307, 252] +Triangle: [306, 284, 298] +Triangle: [311, 309, 316] +Triangle: [316, 298, 317] +Triangle: [297, 317, 298] +Triangle: [319, 264, 260] +Triangle: [264, 319, 320] +Triangle: [262, 322, 323] +Triangle: [322, 324, 325] +Triangle: [326, 327, 368] +Triangle: [321, 329, 328] +Triangle: [329, 331, 330] +Triangle: [371, 370, 333] +Triangle: [328, 322, 262] +Triangle: [322, 328, 330] +Triangle: [369, 371, 332] +Triangle: [272, 320, 319] +Triangle: [273, 321, 320] +Triangle: [307, 308, 310] +Triangle: [253, 310, 312] +Triangle: [253, 254, 342] +Triangle: [249, 337, 336] +Triangle: [255, 343, 350] +Triangle: [256, 344, 343] +Triangle: [247, 335, 337] +Triangle: [351, 257, 345] +Triangle: [250, 338, 335] +Triangle: [257, 2348, 2346] +Triangle: [250, 251, 339] +Triangle: [259, 347, 346] +Triangle: [251, 252, 340] +Triangle: [248, 336, 347] +Triangle: [307, 253, 341] +Triangle: [306, 316, 309] +Triangle: [482, 2294, 2295] +Triangle: [483, 2296, 2294] +Triangle: [254, 349, 350] +Triangle: [252, 307, 348] +Triangle: [483, 259, 258] +Triangle: [351, 352, 344] +Triangle: [353, 254, 312] +Triangle: [349, 254, 353] +Triangle: [349, 357, 356] +Triangle: [255, 356, 355] +Triangle: [256, 355, 354] +Triangle: [351, 354, 270] +Triangle: [321, 273, 358] +Triangle: [273, 270, 354] +Triangle: [355, 359, 358] +Triangle: [356, 360, 359] +Triangle: [357, 361, 360] +Triangle: [329, 321, 362] +Triangle: [359, 364, 362] +Triangle: [363, 362, 364] +Triangle: [331, 329, 363] +Triangle: [370, 331, 366] +Triangle: [370, 372, 367] +Triangle: [330, 371, 369] +Triangle: [331, 370, 371] +Triangle: [324, 369, 368] +Triangle: [297, 296, 304] +Triangle: [373, 279, 277] +Triangle: [279, 373, 334] +Triangle: [317, 297, 334] +Triangle: [374, 313, 311] +Triangle: [374, 318, 334] +Triangle: [375, 315, 313] +Triangle: [375, 374, 373] +Triangle: [376, 373, 215] +Triangle: [378, 361, 357] +Triangle: [376, 583, 383] +Triangle: [860, 582, 451] +Triangle: [383, 380, 315] +Triangle: [955, 379, 314] +Triangle: [380, 383, 577] +Triangle: [360, 365, 364] +Triangle: [365, 384, 366] +Triangle: [372, 366, 384] +Triangle: [367, 372, 385] +Triangle: [387, 384, 365] +Triangle: [384, 387, 388] +Triangle: [386, 385, 388] +Triangle: [361, 390, 387] +Triangle: [387, 390, 391] +Triangle: [379, 378, 353] +Triangle: [378, 379, 393] +Triangle: [393, 395, 394] +Triangle: [392, 390, 361] +Triangle: [392, 394, 391] +Triangle: [955, 380, 382] +Triangle: [388, 391, 411] +Triangle: [412, 407, 960] +Triangle: [959, 399, 417] +Triangle: [737, 405, 397] +Triangle: [408, 403, 404] +Triangle: [409, 402, 403] +Triangle: [961, 956, 382] +Triangle: [412, 396, 406] +Triangle: [405, 406, 396] +Triangle: [399, 398, 416] +Triangle: [413, 418, 416] +Triangle: [419, 418, 413] +Triangle: [420, 419, 414] +Triangle: [962, 417, 421] +Triangle: [964, 963, 421] +Triangle: [965, 964, 422] +Triangle: [416, 418, 421] +Triangle: [422, 421, 418] +Triangle: [423, 422, 419] +Triangle: [958, 401, 399] +Triangle: [398, 399, 401] +Triangle: [960, 407, 401] +Triangle: [401, 407, 406] +Triangle: [400, 406, 425] +Triangle: [426, 398, 400] +Triangle: [413, 398, 426] +Triangle: [414, 413, 427] +Triangle: [415, 414, 428] +Triangle: [428, 431, 432] +Triangle: [427, 430, 431] +Triangle: [430, 427, 426] +Triangle: [431, 434, 435] +Triangle: [430, 433, 434] +Triangle: [433, 430, 424] +Triangle: [425, 436, 437] +Triangle: [739, 438, 439] +Triangle: [439, 438, 440] +Triangle: [441, 444, 443] +Triangle: [439, 443, 740] +Triangle: [444, 447, 446] +Triangle: [443, 446, 741] +Triangle: [437, 442, 434] +Triangle: [434, 442, 445] +Triangle: [405, 436, 425] +Triangle: [739, 436, 405] +Triangle: [440, 438, 404] +Triangle: [452, 453, 277] +Triangle: [213, 578, 582] +Triangle: [872, 453, 452] +Triangle: [470, 472, 864] +Triangle: [863, 471, 377] +Triangle: [535, 213, 860] +Triangle: [215, 277, 453] +Triangle: [1194, 473, 472] +Triangle: [1195, 1196, 475] +Triangle: [1196, 1197, 476] +Triangle: [1198, 477, 476] +Triangle: [1199, 478, 477] +Triangle: [859, 468, 469] +Triangle: [477, 478, 871] +Triangle: [869, 476, 477] +Triangle: [475, 476, 869] +Triangle: [474, 475, 868] +Triangle: [864, 472, 473] +Triangle: [872, 864, 455] +Triangle: [471, 455, 457] +Triangle: [546, 451, 862] +Triangle: [557, 561, 487] +Triangle: [487, 561, 560] +Triangle: [548, 492, 493] +Triangle: [550, 491, 492] +Triangle: [210, 171, 30] +Triangle: [495, 496, 212] +Triangle: [465, 467, 447] +Triangle: [463, 465, 444] +Triangle: [461, 463, 441] +Triangle: [459, 461, 440] +Triangle: [473, 474, 867] +Triangle: [471, 448, 216] +Triangle: [582, 581, 450] +Triangle: [232, 233, 500] +Triangle: [568, 569, 501] +Triangle: [503, 502, 499] +Triangle: [504, 503, 498] +Triangle: [504, 497, 506] +Triangle: [572, 573, 505] +Triangle: [530, 531, 226] +Triangle: [508, 510, 285] +Triangle: [514, 529, 521] +Triangle: [510, 511, 302] +Triangle: [514, 551, 228] +Triangle: [530, 553, 552] +Triangle: [518, 519, 517] +Triangle: [520, 521, 519] +Triangle: [507, 552, 574] +Triangle: [232, 501, 525] +Triangle: [569, 502, 524] +Triangle: [502, 503, 523] +Triangle: [522, 523, 503] +Triangle: [515, 526, 522] +Triangle: [517, 527, 526] +Triangle: [519, 528, 527] +Triangle: [529, 528, 519] +Triangle: [507, 509, 531] +Triangle: [534, 508, 227] +Triangle: [486, 550, 548] +Triangle: [488, 548, 549] +Triangle: [219, 535, 546] +Triangle: [539, 536, 227] +Triangle: [220, 275, 537] +Triangle: [545, 538, 281] +Triangle: [221, 281, 538] +Triangle: [302, 544, 539] +Triangle: [225, 540, 544] +Triangle: [290, 543, 541] +Triangle: [221, 542, 543] +Triangle: [223, 541, 550] +Triangle: [278, 537, 535] +Triangle: [288, 540, 549] +Triangle: [533, 227, 536] +Triangle: [228, 551, 532] +Triangle: [520, 532, 551] +Triangle: [508, 534, 553] +Triangle: [517, 515, 555] +Triangle: [515, 504, 554] +Triangle: [505, 512, 554] +Triangle: [225, 302, 511] +Triangle: [561, 488, 490] +Triangle: [560, 558, 224] +Triangle: [559, 223, 486] +Triangle: [556, 290, 223] +Triangle: [523, 522, 526] +Triangle: [557, 486, 488] +Triangle: [524, 523, 513] +Triangle: [570, 524, 562] +Triangle: [231, 525, 563] +Triangle: [513, 526, 527] +Triangle: [525, 570, 571] +Triangle: [528, 529, 565] +Triangle: [529, 514, 305] +Triangle: [229, 566, 565] +Triangle: [564, 565, 566] +Triangle: [567, 566, 229] +Triangle: [563, 564, 567] +Triangle: [569, 570, 525] +Triangle: [502, 569, 568] +Triangle: [571, 562, 527] +Triangle: [571, 528, 564] +Triangle: [573, 574, 512] +Triangle: [509, 507, 573] +Triangle: [554, 512, 574] +Triangle: [553, 534, 555] +Triangle: [534, 533, 516] +Triangle: [533, 532, 518] +Triangle: [581, 582, 578] +Triangle: [221, 290, 556] +Triangle: [578, 213, 275] +Triangle: [575, 580, 220] +Triangle: [381, 575, 281] +Triangle: [580, 579, 275] +Triangle: [381, 556, 291] +Triangle: [577, 584, 585] +Triangle: [583, 584, 577] +Triangle: [584, 583, 216] +Triangle: [583, 376, 377] +Triangle: [584, 402, 409] +Triangle: [274, 382, 577] +Triangle: [576, 585, 587] +Triangle: [587, 589, 588] +Triangle: [588, 589, 591] +Triangle: [591, 593, 592] +Triangle: [593, 595, 594] +Triangle: [595, 597, 596] +Triangle: [597, 599, 598] +Triangle: [967, 966, 601] +Triangle: [600, 601, 603] +Triangle: [968, 605, 604] +Triangle: [604, 605, 607] +Triangle: [970, 609, 608] +Triangle: [609, 611, 610] +Triangle: [610, 611, 613] +Triangle: [612, 613, 615] +Triangle: [637, 636, 617] +Triangle: [616, 617, 619] +Triangle: [619, 621, 620] +Triangle: [972, 623, 622] +Triangle: [606, 627, 626] +Triangle: [973, 622, 635] +Triangle: [969, 604, 626] +Triangle: [618, 620, 634] +Triangle: [600, 602, 625] +Triangle: [616, 618, 633] +Triangle: [616, 632, 638] +Triangle: [612, 614, 631] +Triangle: [612, 630, 629] +Triangle: [610, 629, 628] +Triangle: [608, 628, 975] +Triangle: [637, 638, 631] +Triangle: [614, 615, 636] +Triangle: [627, 642, 641] +Triangle: [633, 634, 649] +Triangle: [631, 646, 645] +Triangle: [628, 643, 978] +Triangle: [976, 635, 650] +Triangle: [624, 625, 640] +Triangle: [638, 651, 646] +Triangle: [629, 644, 643] +Triangle: [626, 641, 977] +Triangle: [638, 632, 647] +Triangle: [632, 633, 648] +Triangle: [630, 645, 644] +Triangle: [576, 586, 660] +Triangle: [967, 600, 624] +Triangle: [596, 598, 674] +Triangle: [594, 596, 675] +Triangle: [594, 673, 676] +Triangle: [676, 672, 590] +Triangle: [672, 671, 588] +Triangle: [671, 670, 586] +Triangle: [670, 661, 660] +Triangle: [703, 700, 701] +Triangle: [659, 662, 663] +Triangle: [657, 658, 663] +Triangle: [656, 657, 664] +Triangle: [655, 656, 665] +Triangle: [654, 655, 666] +Triangle: [668, 686, 884] +Triangle: [690, 689, 874] +Triangle: [984, 677, 674] +Triangle: [675, 674, 677] +Triangle: [675, 678, 679] +Triangle: [673, 679, 680] +Triangle: [672, 676, 680] +Triangle: [671, 672, 681] +Triangle: [670, 671, 682] +Triangle: [659, 683, 684] +Triangle: [660, 661, 684] +Triangle: [684, 661, 682] +Triangle: [682, 681, 663] +Triangle: [681, 680, 664] +Triangle: [664, 680, 679] +Triangle: [665, 679, 678] +Triangle: [678, 677, 667] +Triangle: [669, 882, 881] +Triangle: [984, 639, 668] +Triangle: [687, 881, 1009] +Triangle: [686, 668, 639] +Triangle: [977, 986, 686] +Triangle: [644, 645, 990] +Triangle: [980, 654, 878] +Triangle: [987, 988, 703] +Triangle: [989, 990, 645] +Triangle: [654, 694, 693] +Triangle: [980, 653, 695] +Triangle: [653, 685, 696] +Triangle: [996, 697, 696] +Triangle: [985, 688, 698] +Triangle: [1010, 992, 649] +Triangle: [699, 700, 981] +Triangle: [700, 703, 988] +Triangle: [688, 652, 701] +Triangle: [702, 701, 652] +Triangle: [989, 987, 702] +Triangle: [991, 978, 643] +Triangle: [700, 699, 698] +Triangle: [642, 669, 687] +Triangle: [655, 693, 692] +Triangle: [657, 656, 692] +Triangle: [696, 697, 704] +Triangle: [704, 697, 995] +Triangle: [993, 695, 704] +Triangle: [693, 694, 705] +Triangle: [706, 705, 650] +Triangle: [691, 706, 635] +Triangle: [692, 693, 706] +Triangle: [691, 622, 658] +Triangle: [623, 659, 658] +Triangle: [707, 589, 587] +Triangle: [707, 585, 409] +Triangle: [708, 710, 709] +Triangle: [589, 707, 709] +Triangle: [408, 710, 708] +Triangle: [709, 710, 712] +Triangle: [712, 714, 713] +Triangle: [713, 714, 716] +Triangle: [709, 711, 593] +Triangle: [711, 713, 595] +Triangle: [595, 713, 715] +Triangle: [715, 716, 718] +Triangle: [999, 998, 720] +Triangle: [719, 720, 722] +Triangle: [1000, 724, 723] +Triangle: [597, 715, 717] +Triangle: [966, 999, 719] +Triangle: [601, 719, 721] +Triangle: [1001, 723, 605] +Triangle: [619, 617, 731] +Triangle: [733, 732, 731] +Triangle: [274, 660, 1003] +Triangle: [617, 636, 730] +Triangle: [636, 615, 729] +Triangle: [613, 728, 729] +Triangle: [611, 727, 728] +Triangle: [611, 609, 726] +Triangle: [970, 607, 725] +Triangle: [607, 605, 723] +Triangle: [395, 731, 730] +Triangle: [394, 730, 729] +Triangle: [727, 734, 735] +Triangle: [728, 735, 391] +Triangle: [391, 735, 734] +Triangle: [727, 726, 411] +Triangle: [1002, 725, 412] +Triangle: [724, 412, 725] +Triangle: [1000, 722, 720] +Triangle: [412, 724, 718] +Triangle: [718, 716, 397] +Triangle: [712, 710, 408] +Triangle: [438, 739, 737] +Triangle: [740, 741, 445] +Triangle: [738, 740, 442] +Triangle: [436, 739, 738] +Triangle: [404, 737, 736] +Triangle: [714, 712, 410] +Triangle: [716, 714, 736] +Triangle: [1004, 732, 733] +Triangle: [1005, 659, 623] +Triangle: [1005, 619, 732] +Triangle: [158, 174, 495] +Triangle: [185, 186, 29] +Triangle: [495, 60, 185] +Triangle: [2, 751, 752] +Triangle: [52, 51, 748] +Triangle: [55, 746, 745] +Triangle: [58, 750, 749] +Triangle: [59, 204, 751] +Triangle: [56, 744, 750] +Triangle: [57, 749, 1278] +Triangle: [54, 747, 746] +Triangle: [53, 745, 744] +Triangle: [742, 743, 6] +Triangle: [208, 742, 5] +Triangle: [1174, 768, 763] +Triangle: [1171, 1176, 770] +Triangle: [1177, 771, 769] +Triangle: [1176, 1172, 765] +Triangle: [1170, 763, 771] +Triangle: [1171, 764, 768] +Triangle: [1156, 1166, 141] +Triangle: [1173, 767, 773] +Triangle: [1162, 1175, 774] +Triangle: [1175, 769, 774] +Triangle: [1279, 765, 1172] +Triangle: [145, 1159, 1156] +Triangle: [1166, 1169, 1164] +Triangle: [775, 758, 759] +Triangle: [777, 760, 758] +Triangle: [775, 776, 754] +Triangle: [777, 775, 0] +Triangle: [778, 777, 761] +Triangle: [760, 777, 778] +Triangle: [1281, 778, 762] +Triangle: [757, 778, 1281] +Triangle: [830, 785, 1283] +Triangle: [840, 786, 1284] +Triangle: [1289, 850, 784] +Triangle: [851, 852, 793] +Triangle: [842, 794, 789] +Triangle: [832, 792, 787] +Triangle: [852, 854, 801] +Triangle: [844, 802, 794] +Triangle: [834, 800, 792] +Triangle: [855, 856, 809] +Triangle: [846, 810, 805] +Triangle: [836, 808, 803] +Triangle: [856, 857, 813] +Triangle: [847, 814, 810] +Triangle: [837, 812, 808] +Triangle: [854, 850, 786] +Triangle: [840, 785, 802] +Triangle: [830, 783, 800] +Triangle: [829, 782, 805] +Triangle: [839, 781, 806] +Triangle: [855, 849, 779] +Triangle: [837, 814, 818] +Triangle: [847, 813, 817] +Triangle: [858, 857, 811] +Triangle: [858, 853, 798] +Triangle: [843, 797, 818] +Triangle: [833, 795, 816] +Triangle: [1286, 820, 783] +Triangle: [1252, 779, 1285] +Triangle: [1253, 804, 779] +Triangle: [819, 780, 803] +Triangle: [1258, 784, 799] +Triangle: [820, 822, 800] +Triangle: [1255, 791, 788] +Triangle: [823, 787, 792] +Triangle: [824, 792, 800] +Triangle: [1259, 799, 791] +Triangle: [1261, 1260, 796] +Triangle: [826, 816, 795] +Triangle: [1256, 807, 804] +Triangle: [821, 803, 808] +Triangle: [827, 808, 812] +Triangle: [1257, 811, 807] +Triangle: [828, 812, 816] +Triangle: [1261, 815, 811] +Triangle: [760, 828, 826] +Triangle: [757, 827, 828] +Triangle: [755, 821, 827] +Triangle: [758, 826, 825] +Triangle: [761, 0, 824] +Triangle: [0, 754, 823] +Triangle: [762, 761, 822] +Triangle: [756, 819, 821] +Triangle: [1280, 762, 820] +Triangle: [797, 833, 838] +Triangle: [812, 837, 838] +Triangle: [780, 829, 835] +Triangle: [785, 830, 834] +Triangle: [814, 837, 836] +Triangle: [810, 836, 835] +Triangle: [802, 834, 832] +Triangle: [794, 832, 831] +Triangle: [783, 830, 1287] +Triangle: [798, 843, 848] +Triangle: [814, 847, 848] +Triangle: [782, 839, 845] +Triangle: [786, 840, 844] +Triangle: [813, 847, 846] +Triangle: [809, 846, 845] +Triangle: [801, 844, 842] +Triangle: [793, 842, 841] +Triangle: [785, 840, 1288] +Triangle: [815, 796, 853] +Triangle: [817, 813, 857] +Triangle: [806, 781, 849] +Triangle: [799, 784, 850] +Triangle: [807, 811, 857] +Triangle: [804, 807, 856] +Triangle: [791, 799, 854] +Triangle: [788, 791, 852] +Triangle: [1284, 786, 850] +Triangle: [1200, 469, 468] +Triangle: [859, 547, 862] +Triangle: [862, 451, 450] +Triangle: [863, 453, 455] +Triangle: [448, 457, 866] +Triangle: [455, 864, 865] +Triangle: [1194, 1195, 474] +Triangle: [867, 868, 461] +Triangle: [868, 869, 463] +Triangle: [463, 869, 870] +Triangle: [870, 871, 467] +Triangle: [872, 547, 469] +Triangle: [1013, 454, 449] +Triangle: [1018, 743, 742] +Triangle: [1016, 466, 464] +Triangle: [867, 459, 457] +Triangle: [1012, 210, 211] +Triangle: [1020, 742, 208] +Triangle: [1014, 209, 210] +Triangle: [1017, 211, 186] +Triangle: [1014, 456, 454] +Triangle: [866, 873, 403] +Triangle: [459, 873, 866] +Triangle: [1006, 878, 879] +Triangle: [876, 877, 880] +Triangle: [1009, 1008, 876] +Triangle: [882, 875, 883] +Triangle: [875, 882, 885] +Triangle: [667, 879, 878] +Triangle: [688, 883, 875] +Triangle: [652, 875, 874] +Triangle: [685, 653, 877] +Triangle: [982, 668, 880] +Triangle: [690, 885, 882] +Triangle: [685, 876, 1008] +Triangle: [891, 902, 906] +Triangle: [888, 899, 897] +Triangle: [892, 889, 900] +Triangle: [895, 907, 899] +Triangle: [891, 892, 903] +Triangle: [893, 905, 907] +Triangle: [40, 41, 894] +Triangle: [3, 886, 890] +Triangle: [14, 16, 889] +Triangle: [897, 899, 898] +Triangle: [902, 903, 904] +Triangle: [901, 904, 903] +Triangle: [906, 904, 898] +Triangle: [896, 898, 904] +Triangle: [907, 905, 898] +Triangle: [886, 887, 897] +Triangle: [886, 896, 901] +Triangle: [890, 901, 900] +Triangle: [894, 906, 905] +Triangle: [916, 932, 934] +Triangle: [915, 2276, 2268] +Triangle: [913, 928, 935] +Triangle: [919, 914, 179] +Triangle: [909, 38, 2258] +Triangle: [913, 48, 1068] +Triangle: [916, 163, 164] +Triangle: [922, 921, 170] +Triangle: [923, 920, 68] +Triangle: [908, 164, 1273] +Triangle: [920, 922, 169] +Triangle: [926, 935, 928] +Triangle: [927, 914, 919] +Triangle: [930, 925, 912] +Triangle: [930, 909, 2262] +Triangle: [929, 2268, 2279] +Triangle: [929, 928, 913] +Triangle: [931, 932, 916] +Triangle: [911, 917, 934] +Triangle: [910, 918, 935] +Triangle: [936, 921, 922] +Triangle: [938, 939, 920] +Triangle: [1291, 931, 908] +Triangle: [937, 922, 920] +Triangle: [944, 163, 916] +Triangle: [942, 165, 163] +Triangle: [1150, 941, 166] +Triangle: [942, 1070, 1071] +Triangle: [941, 1148, 1080] +Triangle: [688, 985, 1008] +Triangle: [982, 1007, 879] +Triangle: [881, 883, 1008] +Triangle: [877, 1006, 1007] +Triangle: [659, 1005, 1004] +Triangle: [1005, 972, 621] +Triangle: [683, 1004, 1003] +Triangle: [724, 1000, 998] +Triangle: [726, 1002, 957] +Triangle: [609, 970, 1002] +Triangle: [961, 1003, 733] +Triangle: [721, 1001, 968] +Triangle: [599, 717, 999] +Triangle: [722, 1000, 1001] +Triangle: [717, 718, 998] +Triangle: [694, 993, 997] +Triangle: [705, 997, 995] +Triangle: [669, 642, 978] +Triangle: [646, 651, 987] +Triangle: [981, 988, 647] +Triangle: [992, 981, 648] +Triangle: [995, 1010, 979] +Triangle: [697, 996, 1010] +Triangle: [996, 699, 992] +Triangle: [685, 985, 994] +Triangle: [699, 996, 994] +Triangle: [980, 993, 694] +Triangle: [689, 690, 990] +Triangle: [651, 647, 988] +Triangle: [653, 980, 1006] +Triangle: [991, 990, 690] +Triangle: [641, 687, 986] +Triangle: [986, 1009, 884] +Triangle: [677, 984, 982] +Triangle: [639, 984, 983] +Triangle: [598, 967, 983] +Triangle: [974, 977, 640] +Triangle: [634, 976, 979] +Triangle: [975, 978, 642] +Triangle: [971, 975, 627] +Triangle: [602, 969, 974] +Triangle: [620, 973, 976] +Triangle: [621, 972, 973] +Triangle: [607, 970, 971] +Triangle: [603, 968, 969] +Triangle: [598, 599, 966] +Triangle: [389, 960, 958] +Triangle: [386, 958, 959] +Triangle: [327, 326, 964] +Triangle: [332, 963, 964] +Triangle: [333, 962, 963] +Triangle: [393, 956, 961] +Triangle: [367, 959, 962] +Triangle: [411, 957, 960] +Triangle: [379, 955, 956] +Triangle: [380, 955, 954] +Triangle: [315, 954, 953] +Triangle: [313, 953, 952] +Triangle: [309, 311, 952] +Triangle: [309, 951, 949] +Triangle: [240, 949, 950] +Triangle: [950, 948, 230] +Triangle: [239, 238, 947] +Triangle: [947, 945, 232] +Triangle: [945, 946, 233] +Triangle: [1015, 464, 462] +Triangle: [185, 1015, 1011] +Triangle: [209, 1014, 1013] +Triangle: [460, 1017, 1011] +Triangle: [456, 1014, 1012] +Triangle: [458, 1012, 1017] +Triangle: [60, 1016, 1015] +Triangle: [480, 1020, 1019] +Triangle: [479, 1018, 1020] +Triangle: [207, 1013, 1019] +Triangle: [1192, 449, 454] +Triangle: [1029, 1163, 1221] +Triangle: [1209, 1028, 1029] +Triangle: [1155, 1025, 1213] +Triangle: [1299, 1292, 1028] +Triangle: [142, 1053, 1052] +Triangle: [1234, 1027, 1026] +Triangle: [1027, 1022, 1211] +Triangle: [1022, 1021, 1206] +Triangle: [1160, 1165, 1188] +Triangle: [1025, 1024, 1207] +Triangle: [1206, 1021, 1023] +Triangle: [1207, 1024, 1026] +Triangle: [1251, 1245, 1040] +Triangle: [1250, 1251, 1042] +Triangle: [1250, 1041, 1035] +Triangle: [1245, 1244, 1039] +Triangle: [1243, 1036, 1038] +Triangle: [1249, 1038, 1037] +Triangle: [1242, 1033, 1036] +Triangle: [1247, 1035, 1034] +Triangle: [1246, 1034, 1293] +Triangle: [888, 887, 1044] +Triangle: [1044, 1046, 1043] +Triangle: [888, 1048, 1045] +Triangle: [1047, 1045, 1048] +Triangle: [4, 1046, 1044] +Triangle: [895, 1045, 1047] +Triangle: [1054, 1049, 1219] +Triangle: [1052, 1053, 1054] +Triangle: [1053, 1050, 1049] +Triangle: [1056, 1055, 1217] +Triangle: [1216, 1032, 1057] +Triangle: [1032, 1031, 1056] +Triangle: [1031, 1030, 1055] +Triangle: [142, 141, 1050] +Triangle: [772, 1062, 1304] +Triangle: [1064, 1305, 766] +Triangle: [1279, 1294, 1306] +Triangle: [1059, 1064, 774] +Triangle: [767, 1304, 1063] +Triangle: [1305, 1062, 772] +Triangle: [768, 764, 1307] +Triangle: [763, 1308, 1061] +Triangle: [765, 1306, 1060] +Triangle: [771, 1061, 1059] +Triangle: [764, 770, 1060] +Triangle: [768, 1058, 1308] +Triangle: [2245, 50, 1069] +Triangle: [1067, 1083, 2283] +Triangle: [940, 168, 1071] +Triangle: [1073, 1079, 943] +Triangle: [1087, 1074, 1071] +Triangle: [1081, 1073, 167] +Triangle: [1081, 193, 1075] +Triangle: [1087, 192, 1075] +Triangle: [1093, 940, 1070] +Triangle: [1092, 1066, 46] +Triangle: [2274, 2278, 1100] +Triangle: [1146, 1072, 1079] +Triangle: [1076, 1146, 1073] +Triangle: [1078, 1066, 1092] +Triangle: [1082, 1067, 1077] +Triangle: [2244, 1084, 50] +Triangle: [1082, 1131, 1083] +Triangle: [1085, 1147, 168] +Triangle: [1147, 187, 1087] +Triangle: [1076, 1081, 192] +Triangle: [187, 1088, 192] +Triangle: [1151, 1085, 940] +Triangle: [1084, 1151, 1093] +Triangle: [1072, 1149, 1092] +Triangle: [1079, 1092, 1094] +Triangle: [50, 1093, 1090] +Triangle: [1090, 1089, 39] +Triangle: [1138, 1095, 1091] +Triangle: [45, 1091, 1096] +Triangle: [39, 1089, 917] +Triangle: [2277, 2273, 1083] +Triangle: [1132, 1100, 2249] +Triangle: [912, 2280, 38] +Triangle: [1100, 1109, 2250] +Triangle: [1121, 1108, 1107] +Triangle: [1120, 1107, 1099] +Triangle: [2259, 1103, 1106] +Triangle: [1119, 1105, 1295] +Triangle: [1118, 1104, 1105] +Triangle: [1117, 1103, 1104] +Triangle: [1125, 1112, 1101] +Triangle: [1065, 2269, 2275] +Triangle: [1113, 1098, 1108] +Triangle: [2257, 1098, 1097] +Triangle: [35, 1113, 1121] +Triangle: [1135, 2247, 1127] +Triangle: [45, 1140, 1135] +Triangle: [65, 1117, 1118] +Triangle: [67, 1118, 1119] +Triangle: [162, 1119, 1296] +Triangle: [911, 1120, 1114] +Triangle: [924, 1121, 1120] +Triangle: [1115, 1122, 2253] +Triangle: [2254, 1137, 1115] +Triangle: [2266, 1139, 1123] +Triangle: [1123, 1116, 2264] +Triangle: [1103, 1117, 1128] +Triangle: [1111, 1124, 1136] +Triangle: [1098, 1113, 1126] +Triangle: [1065, 1130, 1082] +Triangle: [1130, 49, 1131] +Triangle: [2269, 2274, 1132] +Triangle: [49, 2272, 2277] +Triangle: [1134, 2248, 1137] +Triangle: [1139, 2247, 1135] +Triangle: [1136, 1127, 2247] +Triangle: [2248, 1124, 2251] +Triangle: [1115, 2249, 2250] +Triangle: [1140, 1084, 2244] +Triangle: [1095, 1138, 1078] +Triangle: [1096, 1151, 1084] +Triangle: [1095, 1149, 1143] +Triangle: [1096, 1091, 1143] +Triangle: [1136, 1124, 2248] +Triangle: [1144, 1127, 2248] +Triangle: [166, 1080, 1146] +Triangle: [1086, 166, 1145] +Triangle: [1080, 1148, 1072] +Triangle: [1141, 1149, 1072] +Triangle: [1086, 1147, 1085] +Triangle: [1142, 1150, 1085] +Triangle: [1152, 1143, 1149] +Triangle: [1142, 1151, 1143] +Triangle: [1077, 1067, 1205] +Triangle: [212, 1153, 1016] +Triangle: [1158, 1154, 145] +Triangle: [1181, 1190, 138] +Triangle: [1154, 1162, 1159] +Triangle: [1156, 1159, 774] +Triangle: [1189, 136, 138] +Triangle: [1030, 1155, 1220] +Triangle: [1297, 1172, 102] +Triangle: [1168, 1165, 1229] +Triangle: [1166, 1156, 766] +Triangle: [1169, 1166, 772] +Triangle: [772, 767, 1169] +Triangle: [1163, 1032, 1216] +Triangle: [1164, 144, 146] +Triangle: [1229, 1227, 1031] +Triangle: [1173, 1178, 143] +Triangle: [97, 101, 1171] +Triangle: [98, 1170, 1177] +Triangle: [100, 102, 1172] +Triangle: [103, 1177, 1175] +Triangle: [101, 100, 1176] +Triangle: [98, 97, 1174] +Triangle: [1169, 1173, 144] +Triangle: [99, 1175, 1162] +Triangle: [90, 91, 1182] +Triangle: [1187, 1183, 1235] +Triangle: [1300, 1298, 1187] +Triangle: [1182, 1179, 1231] +Triangle: [1179, 1184, 1222] +Triangle: [1181, 1185, 1223] +Triangle: [1222, 1184, 1180] +Triangle: [1223, 1185, 1186] +Triangle: [1157, 1160, 1189] +Triangle: [136, 1189, 1188] +Triangle: [1188, 1165, 1168] +Triangle: [1161, 1157, 1190] +Triangle: [1235, 1183, 1168] +Triangle: [1161, 1181, 1233] +Triangle: [470, 1192, 1193] +Triangle: [458, 1195, 1194] +Triangle: [480, 1200, 1191] +Triangle: [464, 466, 1199] +Triangle: [464, 1198, 1197] +Triangle: [462, 1197, 1196] +Triangle: [458, 460, 1196] +Triangle: [456, 1194, 1193] +Triangle: [449, 1192, 1200] +Triangle: [1201, 918, 910] +Triangle: [918, 1203, 48] +Triangle: [1201, 1202, 1203] +Triangle: [2278, 2270, 1109] +Triangle: [2285, 2282, 1205] +Triangle: [44, 927, 933] +Triangle: [926, 933, 919] +Triangle: [1221, 1216, 147] +Triangle: [1210, 1220, 1158] +Triangle: [1216, 1219, 1049] +Triangle: [1218, 1217, 1051] +Triangle: [1218, 1219, 1057] +Triangle: [110, 1207, 1208] +Triangle: [109, 1206, 1212] +Triangle: [1213, 1207, 110] +Triangle: [1211, 1206, 109] +Triangle: [1214, 1211, 105] +Triangle: [1266, 1299, 1209] +Triangle: [1220, 1213, 108] +Triangle: [148, 1209, 1215] +Triangle: [1215, 1221, 1167] +Triangle: [1210, 1217, 1055] +Triangle: [1027, 1214, 1208] +Triangle: [1228, 1233, 1025] +Triangle: [1029, 1235, 1230] +Triangle: [1024, 1223, 1224] +Triangle: [1021, 1222, 1232] +Triangle: [1233, 1223, 1024] +Triangle: [1231, 1222, 1021] +Triangle: [1234, 1231, 1022] +Triangle: [1292, 1300, 1225] +Triangle: [1225, 1235, 1029] +Triangle: [1165, 1160, 1227] +Triangle: [1230, 1229, 1032] +Triangle: [1182, 1234, 1224] +Triangle: [1226, 1228, 1155] +Triangle: [1227, 1226, 1030] +Triangle: [69, 1237, 1238] +Triangle: [70, 1238, 1239] +Triangle: [161, 1239, 1301] +Triangle: [1241, 1237, 69] +Triangle: [2289, 1236, 1240] +Triangle: [33, 1236, 925] +Triangle: [202, 1246, 1302] +Triangle: [203, 1247, 1246] +Triangle: [196, 1242, 1243] +Triangle: [2, 1249, 1248] +Triangle: [197, 1243, 1249] +Triangle: [200, 199, 1244] +Triangle: [201, 1250, 1247] +Triangle: [198, 1251, 1250] +Triangle: [198, 200, 1245] +Triangle: [1042, 1040, 1261] +Triangle: [1041, 1042, 1257] +Triangle: [1041, 1256, 1253] +Triangle: [1040, 1039, 1260] +Triangle: [1036, 1259, 1255] +Triangle: [1038, 1255, 1254] +Triangle: [1033, 1258, 1259] +Triangle: [1035, 1253, 1252] +Triangle: [1034, 1252, 1303] +Triangle: [1293, 1303, 1258] +Triangle: [1276, 1302, 1242] +Triangle: [1271, 1301, 1240] +Triangle: [1023, 1232, 1300] +Triangle: [106, 1212, 1299] +Triangle: [1232, 1180, 1298] +Triangle: [143, 1178, 1297] +Triangle: [1272, 1296, 1126] +Triangle: [1296, 1295, 1097] +Triangle: [773, 1063, 1294] +Triangle: [1302, 1293, 1033] +Triangle: [1212, 1023, 1292] +Triangle: [936, 1291, 1290] +Triangle: [921, 1290, 1273] +Triangle: [781, 1284, 1289] +Triangle: [1283, 1288, 839] +Triangle: [1282, 1287, 829] +Triangle: [756, 1280, 1286] +Triangle: [1303, 1285, 784] +Triangle: [819, 1286, 1282] +Triangle: [849, 1289, 1285] +Triangle: [1288, 1284, 781] +Triangle: [1287, 1283, 782] +Triangle: [755, 1281, 1280] +Triangle: [1178, 773, 1279] +Triangle: [1262, 1278, 748] +Triangle: [1278, 1276, 196] +Triangle: [1273, 1275, 191] +Triangle: [1275, 1262, 51] +Triangle: [2293, 1274, 175] +Triangle: [931, 1291, 1272] +Triangle: [2267, 1271, 34] +Triangle: [1274, 1270, 32] +Triangle: [32, 1270, 1269] +Triangle: [150, 1267, 1268] +Triangle: [1180, 96, 1264] +Triangle: [143, 1265, 1266] +Triangle: [140, 1264, 1267] +Triangle: [151, 1268, 1263] +Triangle: [135, 1263, 1277] +Triangle: [134, 1277, 1269] +Triangle: [1316, 1322, 1315] +Triangle: [1317, 1316, 1309] +Triangle: [1311, 1318, 1317] +Triangle: [1320, 1319, 1312] +Triangle: [1321, 1320, 1313] +Triangle: [1322, 1321, 1314] +Triangle: [1323, 1329, 1322] +Triangle: [1324, 1323, 1316] +Triangle: [1318, 323, 1324] +Triangle: [1327, 1326, 1319] +Triangle: [1328, 1327, 1320] +Triangle: [1329, 1328, 1321] +Triangle: [1330, 1337, 1329] +Triangle: [1331, 1330, 1323] +Triangle: [1332, 1331, 1324] +Triangle: [1325, 1333, 1332] +Triangle: [1334, 1333, 1325] +Triangle: [1327, 1335, 1334] +Triangle: [1336, 1335, 1327] +Triangle: [1337, 1336, 1328] +Triangle: [1338, 1345, 1337] +Triangle: [1339, 1338, 1330] +Triangle: [1340, 1339, 1331] +Triangle: [1333, 1341, 1340] +Triangle: [1334, 1342, 1341] +Triangle: [1335, 1343, 1342] +Triangle: [1336, 1344, 1343] +Triangle: [1345, 1344, 1336] +Triangle: [1346, 1353, 1345] +Triangle: [1347, 1346, 1338] +Triangle: [1348, 1347, 1339] +Triangle: [1349, 1348, 1340] +Triangle: [1342, 1350, 1349] +Triangle: [1343, 1351, 1350] +Triangle: [1344, 1352, 1351] +Triangle: [1345, 1353, 1352] +Triangle: [1346, 1354, 1361] +Triangle: [1355, 1354, 1346] +Triangle: [1356, 1355, 1347] +Triangle: [1357, 1356, 1348] +Triangle: [1358, 1357, 1349] +Triangle: [1351, 1359, 1358] +Triangle: [1352, 1360, 1359] +Triangle: [1353, 1361, 1360] +Triangle: [1354, 1362, 1369] +Triangle: [1363, 1362, 1354] +Triangle: [1364, 1363, 1355] +Triangle: [1365, 1364, 1356] +Triangle: [1366, 1365, 1357] +Triangle: [1359, 1367, 1366] +Triangle: [1360, 1368, 1367] +Triangle: [1361, 1369, 1368] +Triangle: [1362, 1370, 1377] +Triangle: [1371, 1370, 1362] +Triangle: [1372, 1371, 1363] +Triangle: [1373, 1372, 1364] +Triangle: [1374, 1373, 1365] +Triangle: [1367, 1375, 1374] +Triangle: [1368, 1376, 1375] +Triangle: [1369, 1377, 1376] +Triangle: [1370, 1378, 1385] +Triangle: [1379, 1378, 1370] +Triangle: [1380, 1379, 1371] +Triangle: [1381, 1380, 1372] +Triangle: [1382, 1381, 1373] +Triangle: [1375, 1383, 1382] +Triangle: [1376, 1384, 1383] +Triangle: [1377, 1385, 1384] +Triangle: [1378, 1386, 1393] +Triangle: [1387, 1386, 1378] +Triangle: [1388, 1387, 1379] +Triangle: [1389, 1388, 1380] +Triangle: [1390, 1389, 1381] +Triangle: [1383, 1391, 1390] +Triangle: [1384, 1392, 1391] +Triangle: [1385, 1393, 1392] +Triangle: [1386, 1394, 1401] +Triangle: [1395, 1394, 1386] +Triangle: [1396, 1395, 1387] +Triangle: [1397, 1396, 1388] +Triangle: [1398, 1397, 1389] +Triangle: [1391, 1399, 1398] +Triangle: [1392, 1400, 1399] +Triangle: [1393, 1401, 1400] +Triangle: [1394, 1402, 1409] +Triangle: [1403, 1402, 1394] +Triangle: [1404, 1403, 1395] +Triangle: [1405, 1404, 1396] +Triangle: [1406, 1405, 1397] +Triangle: [1399, 1407, 1406] +Triangle: [1400, 1408, 1407] +Triangle: [1401, 1409, 1408] +Triangle: [1402, 1410, 1417] +Triangle: [1411, 1410, 1402] +Triangle: [1412, 1411, 1403] +Triangle: [1413, 1412, 1404] +Triangle: [1414, 1413, 1405] +Triangle: [1415, 1414, 1406] +Triangle: [1408, 1416, 1415] +Triangle: [1409, 1417, 1416] +Triangle: [1410, 1418, 1425] +Triangle: [1411, 1419, 1418] +Triangle: [1420, 1419, 1411] +Triangle: [1421, 1420, 1412] +Triangle: [1422, 1421, 1413] +Triangle: [1423, 1422, 1414] +Triangle: [1416, 1424, 1423] +Triangle: [1417, 1425, 1424] +Triangle: [1418, 1426, 1433] +Triangle: [1419, 1427, 1426] +Triangle: [1420, 1428, 1427] +Triangle: [1429, 1428, 1420] +Triangle: [1430, 1429, 1421] +Triangle: [1431, 1430, 1422] +Triangle: [1432, 1431, 1423] +Triangle: [1425, 1433, 1432] +Triangle: [1426, 1434, 1441] +Triangle: [1427, 1435, 1434] +Triangle: [1428, 1436, 1435] +Triangle: [1429, 1437, 1436] +Triangle: [1438, 1437, 1429] +Triangle: [1439, 1438, 1430] +Triangle: [1440, 1439, 1431] +Triangle: [1441, 1440, 1432] +Triangle: [1443, 1451, 1458] +Triangle: [1444, 1452, 1451] +Triangle: [1445, 1453, 1452] +Triangle: [1454, 1453, 1445] +Triangle: [1455, 1454, 1446] +Triangle: [1456, 1455, 1447] +Triangle: [1457, 1456, 1448] +Triangle: [1450, 1458, 1457] +Triangle: [1451, 1459, 1466] +Triangle: [1452, 1460, 1459] +Triangle: [1453, 1461, 1460] +Triangle: [1462, 1461, 1453] +Triangle: [1463, 1462, 1454] +Triangle: [1464, 1463, 1455] +Triangle: [1465, 1464, 1456] +Triangle: [1458, 1466, 1465] +Triangle: [1459, 1467, 1474] +Triangle: [1460, 1468, 1467] +Triangle: [1461, 1469, 1468] +Triangle: [1470, 1469, 1461] +Triangle: [1471, 1470, 1462] +Triangle: [1472, 1471, 1463] +Triangle: [1473, 1472, 1464] +Triangle: [1466, 1474, 1473] +Triangle: [1475, 1482, 1474] +Triangle: [1476, 1475, 1467] +Triangle: [1477, 1476, 1468] +Triangle: [1470, 1478, 1477] +Triangle: [1471, 1479, 1478] +Triangle: [1472, 1480, 1479] +Triangle: [1473, 1481, 1480] +Triangle: [1482, 1481, 1473] +Triangle: [1483, 1490, 1482] +Triangle: [1484, 1483, 1475] +Triangle: [1485, 1484, 1476] +Triangle: [1478, 1486, 1485] +Triangle: [1479, 1487, 1486] +Triangle: [1480, 1488, 1487] +Triangle: [1481, 1489, 1488] +Triangle: [1490, 1489, 1481] +Triangle: [1491, 1498, 1490] +Triangle: [1492, 1491, 1483] +Triangle: [1493, 1492, 1484] +Triangle: [1486, 1494, 1493] +Triangle: [1487, 1495, 1494] +Triangle: [1488, 1496, 1495] +Triangle: [1489, 1497, 1496] +Triangle: [1498, 1497, 1489] +Triangle: [1499, 1506, 1498] +Triangle: [1500, 1499, 1491] +Triangle: [1501, 1500, 1492] +Triangle: [1494, 1502, 1501] +Triangle: [1495, 1503, 1502] +Triangle: [1496, 1504, 1503] +Triangle: [1505, 1504, 1496] +Triangle: [1506, 1505, 1497] +Triangle: [1507, 1514, 1506] +Triangle: [1508, 1507, 1499] +Triangle: [1509, 1508, 1500] +Triangle: [1502, 1510, 1509] +Triangle: [1503, 1511, 1510] +Triangle: [1504, 1512, 1511] +Triangle: [1513, 1512, 1504] +Triangle: [1514, 1513, 1505] +Triangle: [1515, 1522, 1514] +Triangle: [1516, 1515, 1507] +Triangle: [1517, 1516, 1508] +Triangle: [1510, 1518, 1517] +Triangle: [1511, 1519, 1518] +Triangle: [1512, 1520, 1519] +Triangle: [1521, 1520, 1512] +Triangle: [1522, 1521, 1513] +Triangle: [1515, 1523, 1530] +Triangle: [1524, 1523, 1515] +Triangle: [1525, 1524, 1516] +Triangle: [1518, 1526, 1525] +Triangle: [1519, 1527, 1526] +Triangle: [1520, 1528, 1527] +Triangle: [1529, 1528, 1520] +Triangle: [1530, 1529, 1521] +Triangle: [1523, 1531, 1538] +Triangle: [1532, 1531, 1523] +Triangle: [1533, 1532, 1524] +Triangle: [1534, 1533, 1525] +Triangle: [1527, 1535, 1534] +Triangle: [1528, 1536, 1535] +Triangle: [1529, 1537, 1536] +Triangle: [1530, 1538, 1537] +Triangle: [1539, 1546, 1538] +Triangle: [1540, 1539, 1531] +Triangle: [1541, 1540, 1532] +Triangle: [1542, 1541, 1533] +Triangle: [1535, 1543, 1542] +Triangle: [1536, 1544, 1543] +Triangle: [1537, 1545, 1544] +Triangle: [1538, 1546, 1545] +Triangle: [1547, 1554, 1546] +Triangle: [1548, 1547, 1539] +Triangle: [1549, 1548, 1540] +Triangle: [1550, 1549, 1541] +Triangle: [1551, 1550, 1542] +Triangle: [1544, 1552, 1551] +Triangle: [1545, 1553, 1552] +Triangle: [1546, 1554, 1553] +Triangle: [1547, 1555, 1562] +Triangle: [1556, 1555, 1547] +Triangle: [1557, 1556, 1548] +Triangle: [1558, 1557, 1549] +Triangle: [1559, 1558, 1550] +Triangle: [1552, 1560, 1559] +Triangle: [1553, 1561, 1560] +Triangle: [1554, 1562, 1561] +Triangle: [1555, 1563, 1570] +Triangle: [1556, 1564, 1563] +Triangle: [1565, 1564, 1556] +Triangle: [1566, 1565, 1557] +Triangle: [1567, 1566, 1558] +Triangle: [1568, 1567, 1559] +Triangle: [1561, 1569, 1568] +Triangle: [1562, 1570, 1569] +Triangle: [1563, 1571, 1578] +Triangle: [1564, 1572, 1571] +Triangle: [1565, 1573, 1572] +Triangle: [1574, 1573, 1565] +Triangle: [1575, 1574, 1566] +Triangle: [1576, 1575, 1567] +Triangle: [1577, 1576, 1568] +Triangle: [1570, 1578, 1577] +Triangle: [1588, 1595, 1587] +Triangle: [1589, 1588, 1580] +Triangle: [1590, 1589, 1581] +Triangle: [1583, 1591, 1590] +Triangle: [1584, 1592, 1591] +Triangle: [1585, 1593, 1592] +Triangle: [1586, 1594, 1593] +Triangle: [1587, 1595, 1594] +Triangle: [1596, 1603, 1595] +Triangle: [1597, 1596, 1588] +Triangle: [1590, 1598, 1597] +Triangle: [1591, 1599, 1598] +Triangle: [1592, 1600, 1599] +Triangle: [1601, 1600, 1592] +Triangle: [1602, 1601, 1593] +Triangle: [1603, 1602, 1594] +Triangle: [1604, 1611, 1603] +Triangle: [1597, 1605, 1604] +Triangle: [1598, 1606, 1605] +Triangle: [1599, 1607, 1606] +Triangle: [1600, 1608, 1607] +Triangle: [1609, 1608, 1600] +Triangle: [1610, 1609, 1601] +Triangle: [1611, 1610, 1602] +Triangle: [1604, 1612, 1619] +Triangle: [1605, 1613, 1612] +Triangle: [1614, 1613, 1605] +Triangle: [1615, 1614, 1606] +Triangle: [1616, 1615, 1607] +Triangle: [1617, 1616, 1608] +Triangle: [1610, 1618, 1617] +Triangle: [1611, 1619, 1618] +Triangle: [1612, 1620, 1627] +Triangle: [1613, 1621, 1620] +Triangle: [1622, 1621, 1613] +Triangle: [1623, 1622, 1614] +Triangle: [1624, 1623, 1615] +Triangle: [1625, 1624, 1616] +Triangle: [1618, 1626, 1625] +Triangle: [1619, 1627, 1626] +Triangle: [1620, 1628, 1635] +Triangle: [1629, 1628, 1620] +Triangle: [1622, 1630, 1629] +Triangle: [1623, 1631, 1630] +Triangle: [1624, 1632, 1631] +Triangle: [1625, 1633, 1632] +Triangle: [1634, 1633, 1625] +Triangle: [1635, 1634, 1626] +Triangle: [1628, 1636, 1643] +Triangle: [1637, 1636, 1628] +Triangle: [1630, 1638, 1637] +Triangle: [1631, 1639, 1638] +Triangle: [1632, 1640, 1639] +Triangle: [1641, 1640, 1632] +Triangle: [1642, 1641, 1633] +Triangle: [1643, 1642, 1634] +Triangle: [1693, 1649, 1652] +Triangle: [1698, 1686, 1649] +Triangle: [1651, 1650, 1695] +Triangle: [1678, 1651, 1696] +Triangle: [1649, 1653, 1656] +Triangle: [1686, 1687, 1653] +Triangle: [1655, 1654, 1650] +Triangle: [1679, 1655, 1651] +Triangle: [1657, 1660, 1656] +Triangle: [1687, 1688, 1657] +Triangle: [1655, 1659, 1658] +Triangle: [1680, 1659, 1655] +Triangle: [1657, 1661, 1664] +Triangle: [1688, 1689, 1661] +Triangle: [1659, 1663, 1662] +Triangle: [1681, 1663, 1659] +Triangle: [1661, 1665, 1668] +Triangle: [1689, 1690, 1665] +Triangle: [1667, 1666, 1662] +Triangle: [1682, 1667, 1663] +Triangle: [1669, 1672, 1668] +Triangle: [1690, 1691, 1669] +Triangle: [1667, 1671, 1670] +Triangle: [1682, 1683, 1671] +Triangle: [1673, 1676, 1672] +Triangle: [1692, 1673, 1669] +Triangle: [1671, 1675, 1674] +Triangle: [1684, 1675, 1671] +Triangle: [1672, 1676, 1684] +Triangle: [1672, 1683, 1682] +Triangle: [1664, 1668, 1682] +Triangle: [1664, 1681, 1680] +Triangle: [1660, 1680, 1679] +Triangle: [1656, 1679, 1678] +Triangle: [1652, 1678, 1697] +Triangle: [1674, 1692, 1691] +Triangle: [1670, 1691, 1690] +Triangle: [1666, 1690, 1689] +Triangle: [1658, 1662, 1689] +Triangle: [1654, 1658, 1688] +Triangle: [1650, 1654, 1687] +Triangle: [1695, 1650, 1686] +Triangle: [1646, 1695, 1698] +Triangle: [1694, 1697, 1677] +Triangle: [1697, 1696, 1647] +Triangle: [1647, 1696, 1695] +Triangle: [1685, 1698, 1693] +Triangle: [1693, 1694, 1648] +Triangle: [1699, 1703, 1706] +Triangle: [1720, 1721, 1703] +Triangle: [1705, 1704, 1700] +Triangle: [1717, 1705, 1701] +Triangle: [1703, 1707, 1710] +Triangle: [1704, 1708, 1722] +Triangle: [1710, 1718, 1717] +Triangle: [1721, 1722, 1707] +Triangle: [1711, 1714, 1710] +Triangle: [1722, 1723, 1711] +Triangle: [1709, 1713, 1712] +Triangle: [1718, 1719, 1713] +Triangle: [1714, 1719, 1718] +Triangle: [1705, 1717, 1718] +Triangle: [1706, 1717, 1716] +Triangle: [1712, 1723, 1722] +Triangle: [1705, 1709, 1708] +Triangle: [1700, 1704, 1721] +Triangle: [1764, 1760, 1725] +Triangle: [1765, 1762, 1729] +Triangle: [1763, 1726, 1727] +Triangle: [1762, 1766, 1730] +Triangle: [1763, 1764, 1724] +Triangle: [1760, 1765, 1728] +Triangle: [1733, 1731, 1738] +Triangle: [1735, 1742, 1739] +Triangle: [1732, 1739, 1738] +Triangle: [1736, 1743, 1742] +Triangle: [1733, 1740, 1741] +Triangle: [1736, 1737, 1744] +Triangle: [1770, 1745, 1746] +Triangle: [1771, 1748, 1749] +Triangle: [1761, 1727, 1747] +Triangle: [2120, 1730, 1766] +Triangle: [1769, 1747, 1745] +Triangle: [1746, 1748, 1771] +Triangle: [1752, 1757, 1755] +Triangle: [1756, 1758, 1753] +Triangle: [1750, 1755, 1756] +Triangle: [1758, 1759, 1754] +Triangle: [1734, 1741, 1757] +Triangle: [2122, 1744, 1737] +Triangle: [1731, 1733, 1726] +Triangle: [1734, 1727, 1726] +Triangle: [1752, 1747, 1727] +Triangle: [1750, 1745, 1747] +Triangle: [1751, 1746, 1745] +Triangle: [1751, 1753, 1748] +Triangle: [1754, 1749, 1748] +Triangle: [2121, 1737, 1730] +Triangle: [1737, 1736, 1729] +Triangle: [1736, 1735, 1728] +Triangle: [1732, 1725, 1728] +Triangle: [1732, 1731, 1724] +Triangle: [1767, 1771, 2102] +Triangle: [1769, 1770, 2101] +Triangle: [2123, 1766, 2100] +Triangle: [1761, 1769, 2097] +Triangle: [1771, 1768, 2096] +Triangle: [1770, 1767, 2095] +Triangle: [2091, 2099, 1765] +Triangle: [2094, 2098, 1764] +Triangle: [2093, 2100, 1766] +Triangle: [2092, 2094, 1763] +Triangle: [2099, 2093, 1762] +Triangle: [2098, 2091, 1760] +Triangle: [1742, 1775, 1774] +Triangle: [1785, 1774, 1974] +Triangle: [1743, 1776, 1775] +Triangle: [1738, 1739, 1774] +Triangle: [1785, 1784, 1740] +Triangle: [1740, 1784, 1783] +Triangle: [1741, 1783, 1782] +Triangle: [1757, 1782, 1781] +Triangle: [1755, 1781, 1780] +Triangle: [1780, 1779, 1758] +Triangle: [1779, 1778, 1759] +Triangle: [2124, 1777, 1744] +Triangle: [1777, 1776, 1743] +Triangle: [2008, 2033, 2032] +Triangle: [1807, 1806, 2105] +Triangle: [1808, 2107, 2105] +Triangle: [2237, 1790, 1792] +Triangle: [2239, 1791, 1790] +Triangle: [1794, 1795, 1812] +Triangle: [1795, 1796, 1814] +Triangle: [1793, 1794, 1813] +Triangle: [1816, 1814, 1796] +Triangle: [1811, 1791, 1793] +Triangle: [1816, 1797, 1792] +Triangle: [2241, 2240, 1798] +Triangle: [2242, 2241, 1799] +Triangle: [2240, 1793, 1791] +Triangle: [1800, 1801, 2230] +Triangle: [1801, 1800, 1804] +Triangle: [2112, 2108, 1804] +Triangle: [1773, 1808, 1806] +Triangle: [1772, 1806, 1807] +Triangle: [1789, 1801, 2235] +Triangle: [2114, 1798, 1788] +Triangle: [1791, 1811, 1809] +Triangle: [1790, 1809, 1810] +Triangle: [1823, 1821, 1820] +Triangle: [2127, 1825, 1820] +Triangle: [2126, 1817, 1825] +Triangle: [1819, 1823, 1825] +Triangle: [1880, 1845, 1846] +Triangle: [1859, 1837, 2130] +Triangle: [1864, 1863, 1839] +Triangle: [2141, 2132, 1849] +Triangle: [1858, 1838, 1837] +Triangle: [1842, 1844, 1879] +Triangle: [1879, 1844, 1845] +Triangle: [1876, 1874, 1831] +Triangle: [1829, 1828, 2387] +Triangle: [2392, 2129, 1830] +Triangle: [2140, 1875, 1833] +Triangle: [2390, 2389, 1864] +Triangle: [2387, 1828, 1827] +Triangle: [1875, 1878, 1829] +Triangle: [1874, 1877, 1832] +Triangle: [2385, 1827, 1826] +Triangle: [2126, 2132, 1846] +Triangle: [1824, 1848, 1849] +Triangle: [1822, 1847, 1848] +Triangle: [2133, 1847, 1822] +Triangle: [1817, 1846, 1845] +Triangle: [1845, 1844, 1823] +Triangle: [1844, 1842, 1821] +Triangle: [1842, 1843, 1820] +Triangle: [1855, 1857, 1866] +Triangle: [1857, 1851, 1868] +Triangle: [2135, 1850, 1869] +Triangle: [1871, 1854, 1853] +Triangle: [1872, 1856, 1854] +Triangle: [1873, 1852, 1856] +Triangle: [1869, 1850, 1852] +Triangle: [2138, 2134, 1855] +Triangle: [1865, 1864, 1841] +Triangle: [1836, 1860, 1861] +Triangle: [1840, 1862, 1860] +Triangle: [2131, 2136, 1865] +Triangle: [1858, 1862, 1840] +Triangle: [2383, 1858, 1859] +Triangle: [2389, 2388, 1863] +Triangle: [2384, 1859, 2137] +Triangle: [2138, 1867, 1839] +Triangle: [1834, 1869, 1873] +Triangle: [1836, 1873, 1872] +Triangle: [1840, 1872, 1871] +Triangle: [1838, 1871, 1870] +Triangle: [2139, 1869, 1834] +Triangle: [1866, 1868, 1835] +Triangle: [1867, 1866, 1841] +Triangle: [1847, 1877, 1874] +Triangle: [1843, 1842, 1878] +Triangle: [2133, 1843, 1875] +Triangle: [1848, 1874, 1876] +Triangle: [1828, 1879, 1880] +Triangle: [1878, 1879, 1828] +Triangle: [2129, 2141, 1876] +Triangle: [1827, 1880, 1881] +Triangle: [2152, 2151, 1902] +Triangle: [2150, 2152, 1901] +Triangle: [1899, 1898, 1906] +Triangle: [1898, 1900, 1904] +Triangle: [1926, 1927, 1962] +Triangle: [1940, 1918, 1920] +Triangle: [1944, 1920, 2155] +Triangle: [1927, 1930, 1957] +Triangle: [1939, 1919, 1918] +Triangle: [2166, 2158, 1925] +Triangle: [1960, 1925, 1926] +Triangle: [1955, 1912, 1911] +Triangle: [2161, 2154, 1909] +Triangle: [1907, 1911, 1946] +Triangle: [1956, 1914, 1913] +Triangle: [1911, 1912, 1945] +Triangle: [1943, 1909, 1908] +Triangle: [1956, 1959, 1910] +Triangle: [1958, 1913, 2153] +Triangle: [1941, 1908, 1907] +Triangle: [1899, 1930, 1927] +Triangle: [1929, 1930, 1899] +Triangle: [2150, 2157, 1929] +Triangle: [1924, 1928, 1903] +Triangle: [1927, 1926, 1900] +Triangle: [1900, 1926, 1925] +Triangle: [2158, 1923, 1902] +Triangle: [1923, 1924, 1901] +Triangle: [2159, 1938, 1947] +Triangle: [1947, 1938, 1932] +Triangle: [1949, 1932, 1931] +Triangle: [1935, 1934, 1951] +Triangle: [2163, 2160, 1935] +Triangle: [1954, 1933, 1937] +Triangle: [1950, 1931, 1933] +Triangle: [1934, 1936, 1948] +Triangle: [1945, 1922, 1916] +Triangle: [1941, 1942, 1915] +Triangle: [1943, 1941, 1917] +Triangle: [1942, 1946, 1916] +Triangle: [2161, 1943, 1921] +Triangle: [1910, 1939, 1940] +Triangle: [1913, 1944, 2162] +Triangle: [1914, 1940, 1944] +Triangle: [1951, 1948, 1920] +Triangle: [1950, 1954, 1917] +Triangle: [1917, 1954, 1953] +Triangle: [2156, 2163, 1952] +Triangle: [1919, 1952, 1951] +Triangle: [1916, 1949, 1950] +Triangle: [1922, 1947, 1949] +Triangle: [2164, 1947, 1922] +Triangle: [1928, 1958, 2165] +Triangle: [1924, 1923, 1959] +Triangle: [1924, 1956, 1958] +Triangle: [1929, 1955, 1957] +Triangle: [1909, 1960, 1961] +Triangle: [2154, 2166, 1960] +Triangle: [1962, 1957, 1911] +Triangle: [1908, 1961, 1962] +Triangle: [1857, 1855, 1888] +Triangle: [1887, 1896, 1892] +Triangle: [1895, 1937, 1933] +Triangle: [1964, 1938, 2159] +Triangle: [2168, 1966, 1964] +Triangle: [1988, 2024, 2023] +Triangle: [1782, 2023, 2024] +Triangle: [2169, 1968, 1966] +Triangle: [1971, 1970, 1965] +Triangle: [2169, 1967, 1777] +Triangle: [1974, 1772, 1786] +Triangle: [1969, 1976, 1977] +Triangle: [2171, 2050, 2067] +Triangle: [1987, 1985, 2049] +Triangle: [1971, 1982, 1981] +Triangle: [1970, 1969, 1967] +Triangle: [1971, 1983, 1984] +Triangle: [1986, 1980, 1977] +Triangle: [1986, 1976, 1981] +Triangle: [1985, 1986, 1982] +Triangle: [1853, 2067, 2050] +Triangle: [2025, 1780, 1781] +Triangle: [1783, 2022, 2023] +Triangle: [2024, 1988, 2011] +Triangle: [2022, 1990, 1989] +Triangle: [2145, 1883, 1992] +Triangle: [1882, 1991, 1993] +Triangle: [1883, 1889, 1994] +Triangle: [2135, 1851, 1996] +Triangle: [1850, 1995, 1997] +Triangle: [1851, 1857, 1998] +Triangle: [1891, 2000, 2174] +Triangle: [1890, 1999, 2001] +Triangle: [1891, 1897, 2002] +Triangle: [2001, 1994, 1889] +Triangle: [1857, 1884, 1993] +Triangle: [1932, 2004, 2003] +Triangle: [1931, 2003, 2005] +Triangle: [1932, 1938, 1964] +Triangle: [2005, 2002, 1897] +Triangle: [2000, 2002, 2005] +Triangle: [1994, 2001, 1999] +Triangle: [1991, 1996, 1998] +Triangle: [1807, 1805, 2115] +Triangle: [2119, 2006, 2009] +Triangle: [2010, 1990, 2009] +Triangle: [2176, 2010, 2006] +Triangle: [1780, 2025, 2026] +Triangle: [2025, 2011, 2021] +Triangle: [2177, 2012, 2018] +Triangle: [1989, 1990, 2180] +Triangle: [2013, 2019, 2018] +Triangle: [2177, 2010, 2176] +Triangle: [2013, 2012, 2182] +Triangle: [2178, 2013, 2183] +Triangle: [2015, 2014, 2184] +Triangle: [2224, 2179, 2015] +Triangle: [2187, 2017, 2016] +Triangle: [2188, 2020, 2017] +Triangle: [2004, 2021, 2011] +Triangle: [1966, 2021, 2004] +Triangle: [1966, 1968, 2026] +Triangle: [1779, 2026, 1968] +Triangle: [2034, 2009, 1990] +Triangle: [1784, 2031, 2022] +Triangle: [2189, 2188, 2011] +Triangle: [2017, 2020, 2027] +Triangle: [2016, 2027, 2191] +Triangle: [2223, 2192, 2029] +Triangle: [2181, 2019, 2029] +Triangle: [2193, 2019, 2013] +Triangle: [2029, 2019, 2193] +Triangle: [2015, 2028, 2030] +Triangle: [1785, 1975, 2031] +Triangle: [1772, 1974, 1973] +Triangle: [2031, 1975, 2032] +Triangle: [2031, 2033, 2034] +Triangle: [2037, 1773, 1973] +Triangle: [2009, 2034, 2033] +Triangle: [2035, 2104, 1804] +Triangle: [1979, 2109, 2111] +Triangle: [2037, 1802, 1808] +Triangle: [1980, 1986, 1985] +Triangle: [1980, 1979, 2036] +Triangle: [1977, 1980, 2228] +Triangle: [2038, 1963, 1936] +Triangle: [1963, 2038, 1983] +Triangle: [1937, 1895, 2039] +Triangle: [2195, 2194, 2041] +Triangle: [2147, 2194, 2039] +Triangle: [2195, 2042, 1935] +Triangle: [2043, 1983, 2038] +Triangle: [1934, 1935, 2042] +Triangle: [1983, 2043, 2044] +Triangle: [2046, 2045, 2042] +Triangle: [2045, 2044, 2043] +Triangle: [2198, 2057, 2063] +Triangle: [2049, 1985, 1984] +Triangle: [2048, 1984, 2044] +Triangle: [2047, 2044, 2045] +Triangle: [1896, 1887, 2052] +Triangle: [2196, 2197, 2054] +Triangle: [2196, 2055, 1894] +Triangle: [2143, 2197, 2052] +Triangle: [1855, 2063, 2057] +Triangle: [2202, 2062, 2056] +Triangle: [2198, 2059, 1886] +Triangle: [2199, 2054, 1885] +Triangle: [1979, 1980, 1987] +Triangle: [2148, 1894, 2055] +Triangle: [2060, 2046, 2041] +Triangle: [2048, 2047, 2046] +Triangle: [2201, 2048, 2060] +Triangle: [2202, 2201, 2061] +Triangle: [2062, 2061, 2055] +Triangle: [2204, 2065, 2050] +Triangle: [1978, 1987, 2066] +Triangle: [2204, 2062, 2054] +Triangle: [2058, 2050, 2065] +Triangle: [1970, 1981, 1976] +Triangle: [2203, 2170, 2056] +Triangle: [2134, 2205, 2063] +Triangle: [1854, 1856, 2069] +Triangle: [1852, 1997, 2069] +Triangle: [1854, 2068, 2067] +Triangle: [2209, 2208, 2071] +Triangle: [2207, 2210, 2073] +Triangle: [2206, 2207, 2072] +Triangle: [2203, 2209, 2070] +Triangle: [2051, 2070, 2074] +Triangle: [2110, 1978, 2074] +Triangle: [2071, 2075, 2074] +Triangle: [2076, 2073, 2210] +Triangle: [2073, 2076, 2212] +Triangle: [2071, 2077, 2078] +Triangle: [2222, 2212, 2076] +Triangle: [2117, 2008, 2007] +Triangle: [2229, 2035, 2075] +Triangle: [1974, 1774, 1775] +Triangle: [1058, 2079, 2086] +Triangle: [1060, 2081, 2087] +Triangle: [1061, 2082, 2080] +Triangle: [1306, 2088, 2081] +Triangle: [1308, 2086, 2082] +Triangle: [1058, 1307, 2087] +Triangle: [2089, 2083, 1062] +Triangle: [1304, 2090, 2084] +Triangle: [2080, 2085, 1064] +Triangle: [1294, 2214, 2088] +Triangle: [2085, 2089, 1305] +Triangle: [1062, 2083, 2090] +Triangle: [2149, 1890, 1892] +Triangle: [2216, 1895, 1897] +Triangle: [2221, 2147, 1895] +Triangle: [2145, 1882, 1884] +Triangle: [1887, 1889, 2217] +Triangle: [2220, 2143, 1887] +Triangle: [2086, 2079, 2091] +Triangle: [2087, 2081, 2093] +Triangle: [2082, 2094, 2092] +Triangle: [2081, 2088, 2100] +Triangle: [2086, 2098, 2094] +Triangle: [2079, 2087, 2099] +Triangle: [2101, 2095, 2083] +Triangle: [2102, 2096, 2084] +Triangle: [2092, 2097, 2085] +Triangle: [2214, 2219, 2100] +Triangle: [2097, 2101, 2089] +Triangle: [2083, 2095, 2102] +Triangle: [2103, 2074, 2075] +Triangle: [1803, 2036, 2111] +Triangle: [1805, 2104, 2035] +Triangle: [1801, 2104, 1805] +Triangle: [2110, 2109, 1979] +Triangle: [2105, 1787, 1789] +Triangle: [2235, 1805, 1807] +Triangle: [2107, 1788, 1787] +Triangle: [2110, 2103, 1804] +Triangle: [2111, 2109, 1804] +Triangle: [1799, 1798, 2114] +Triangle: [1802, 2114, 2107] +Triangle: [2032, 1975, 2116] +Triangle: [2116, 1786, 2115] +Triangle: [2078, 2118, 2117] +Triangle: [2117, 2118, 2119] +Triangle: [2118, 2078, 2077] +Triangle: [2096, 2219, 2214] +Triangle: [2220, 2218, 1888] +Triangle: [1886, 2144, 2220] +Triangle: [2144, 1885, 2143] +Triangle: [2218, 2217, 1884] +Triangle: [1883, 2145, 2217] +Triangle: [2146, 2221, 2216] +Triangle: [1894, 2148, 2221] +Triangle: [2148, 1893, 2147] +Triangle: [1896, 2216, 2215] +Triangle: [1891, 2149, 2215] +Triangle: [1063, 2084, 2214] +Triangle: [2175, 2222, 2211] +Triangle: [2006, 2213, 2222] +Triangle: [2213, 2077, 2212] +Triangle: [2208, 2212, 2077] +Triangle: [2211, 2210, 2069] +Triangle: [2064, 2072, 2209] +Triangle: [2067, 2068, 2207] +Triangle: [2068, 2069, 2210] +Triangle: [2072, 2073, 2208] +Triangle: [2058, 2205, 2134] +Triangle: [2051, 2066, 2170] +Triangle: [2065, 2204, 2199] +Triangle: [2062, 2204, 2171] +Triangle: [2048, 2201, 2202] +Triangle: [2061, 2201, 2200] +Triangle: [1893, 2148, 2200] +Triangle: [2059, 2199, 2144] +Triangle: [2057, 2198, 2142] +Triangle: [2049, 2202, 2170] +Triangle: [1885, 2054, 2197] +Triangle: [2053, 2196, 2146] +Triangle: [2053, 2052, 2197] +Triangle: [2059, 2198, 2205] +Triangle: [2040, 2195, 2160] +Triangle: [1893, 2041, 2194] +Triangle: [2040, 2039, 2194] +Triangle: [2190, 2193, 2030] +Triangle: [2030, 2193, 2178] +Triangle: [1989, 2181, 2192] +Triangle: [2223, 2190, 2028] +Triangle: [2189, 2223, 2191] +Triangle: [1988, 2192, 2223] +Triangle: [2179, 2191, 2028] +Triangle: [2027, 2020, 2188] +Triangle: [2011, 2188, 2187] +Triangle: [2003, 2187, 2186] +Triangle: [2174, 2224, 2185] +Triangle: [2000, 2186, 2224] +Triangle: [2186, 2016, 2179] +Triangle: [2185, 2184, 1992] +Triangle: [2225, 2183, 1991] +Triangle: [2184, 2225, 2172] +Triangle: [2014, 2178, 2225] +Triangle: [2183, 2182, 1996] +Triangle: [2226, 2176, 1995] +Triangle: [2182, 2226, 2173] +Triangle: [2012, 2177, 2226] +Triangle: [2181, 2180, 2018] +Triangle: [2010, 2177, 2180] +Triangle: [1995, 2176, 2175] +Triangle: [2149, 2174, 1999] +Triangle: [1850, 2135, 2173] +Triangle: [1882, 2145, 2172] +Triangle: [2056, 2171, 2206] +Triangle: [1968, 2169, 2124] +Triangle: [1967, 2169, 2168] +Triangle: [1965, 2168, 2167] +Triangle: [2167, 2159, 1936] +Triangle: [1959, 2166, 2154] +Triangle: [2157, 2165, 1955] +Triangle: [1948, 2164, 2155] +Triangle: [1921, 1953, 2163] +Triangle: [2153, 2162, 1945] +Triangle: [1939, 2161, 2156] +Triangle: [1953, 1937, 2160] +Triangle: [1948, 1936, 2159] +Triangle: [1904, 1925, 2158] +Triangle: [1903, 1928, 2157] +Triangle: [2165, 2153, 1912] +Triangle: [1939, 1910, 2154] +Triangle: [1923, 2158, 2166] +Triangle: [2162, 2155, 1922] +Triangle: [1905, 1906, 2152] +Triangle: [1906, 1904, 2151] +Triangle: [1826, 1881, 2141] +Triangle: [1847, 2133, 2140] +Triangle: [1835, 1868, 2139] +Triangle: [1837, 1870, 2138] +Triangle: [2388, 2391, 2137] +Triangle: [1834, 1861, 2136] +Triangle: [1870, 1853, 2134] +Triangle: [1851, 2135, 2139] +Triangle: [1843, 2133, 2125] +Triangle: [1818, 1849, 2132] +Triangle: [1877, 2140, 2128] +Triangle: [2386, 1826, 2129] +Triangle: [1881, 1846, 2132] +Triangle: [2137, 2130, 1839] +Triangle: [1818, 2126, 2127] +Triangle: [1824, 2127, 2125] +Triangle: [1778, 2124, 2122] +Triangle: [1768, 2123, 2219] +Triangle: [2121, 2120, 1749] +Triangle: [1759, 2122, 2121] +Triangle: [1768, 1749, 2120] +Triangle: [2119, 2118, 2213] +Triangle: [2115, 1805, 2229] +Triangle: [2037, 2234, 2231] +Triangle: [2232, 2230, 1797] +Triangle: [1777, 1967, 1969] +Triangle: [1802, 2231, 2113] +Triangle: [1972, 2227, 2234] +Triangle: [1775, 1776, 1972] +Triangle: [1969, 2227, 1972] +Triangle: [2228, 2036, 2234] +Triangle: [1803, 2231, 2234] +Triangle: [2231, 1803, 2236] +Triangle: [2113, 2236, 2233] +Triangle: [1803, 2108, 2112] +Triangle: [1800, 2233, 2236] +Triangle: [1798, 2240, 2239] +Triangle: [1795, 1794, 2241] +Triangle: [1794, 1793, 2240] +Triangle: [1788, 2239, 2237] +Triangle: [1787, 2237, 2238] +Triangle: [2230, 1801, 1789] +Triangle: [1797, 2230, 2238] +Triangle: [2243, 1809, 1811] +Triangle: [2243, 1815, 1813] +Triangle: [1814, 1816, 2243] +Triangle: [1810, 1809, 2243] +Triangle: [1796, 1795, 2242] +Triangle: [2232, 2242, 2233] +Triangle: [2271, 2276, 915] +Triangle: [1124, 1111, 1132] +Triangle: [38, 1102, 2264] +Triangle: [1123, 2245, 2246] +Triangle: [1139, 2244, 2245] +Triangle: [1137, 2251, 2249] +Triangle: [1114, 2246, 1069] +Triangle: [1099, 1116, 2246] +Triangle: [1125, 2247, 1139] +Triangle: [2254, 2252, 1066] +Triangle: [1066, 2252, 2253] +Triangle: [1138, 1134, 2254] +Triangle: [2258, 2264, 1116] +Triangle: [1295, 2267, 2255] +Triangle: [1110, 2265, 2264] +Triangle: [1133, 2266, 2265] +Triangle: [33, 2257, 2255] +Triangle: [69, 2259, 2256] +Triangle: [2263, 2262, 1107] +Triangle: [2262, 2258, 1099] +Triangle: [1105, 2261, 2267] +Triangle: [1104, 2260, 2261] +Triangle: [1103, 2259, 2260] +Triangle: [1098, 2257, 2263] +Triangle: [1125, 2266, 1133] +Triangle: [2280, 2281, 1102] +Triangle: [2276, 912, 925] +Triangle: [2273, 2277, 1133] +Triangle: [2273, 2284, 2283] +Triangle: [2269, 1111, 1101] +Triangle: [2270, 2278, 1077] +Triangle: [2274, 2269, 1065] +Triangle: [2277, 2272, 1112] +Triangle: [2268, 925, 2288] +Triangle: [2278, 2274, 1129] +Triangle: [2275, 2272, 49] +Triangle: [1110, 1102, 2281] +Triangle: [2281, 2284, 2273] +Triangle: [2280, 912, 2276] +Triangle: [2282, 2285, 48] +Triangle: [2284, 2271, 1068] +Triangle: [2285, 2283, 1068] +Triangle: [2281, 2280, 2271] +Triangle: [1301, 2293, 2286] +Triangle: [176, 2289, 2286] +Triangle: [1236, 2289, 2288] +Triangle: [1237, 2290, 2291] +Triangle: [1238, 2291, 2292] +Triangle: [1239, 2292, 2293] +Triangle: [2287, 2290, 1237] +Triangle: [2279, 2288, 177] +Triangle: [932, 35, 924] +Triangle: [2294, 266, 267] +Triangle: [2296, 268, 266] +Triangle: [481, 269, 268] +Triangle: [2330, 343, 344] +Triangle: [2330, 2307, 2309] +Triangle: [342, 350, 2332] +Triangle: [341, 342, 2333] +Triangle: [2310, 2297, 2329] +Triangle: [2329, 2297, 2298] +Triangle: [2335, 2298, 2299] +Triangle: [2336, 2299, 2300] +Triangle: [2338, 2305, 2306] +Triangle: [2338, 2339, 2304] +Triangle: [2345, 2347, 2304] +Triangle: [2341, 2302, 2303] +Triangle: [2342, 2301, 2302] +Triangle: [2337, 2300, 2312] +Triangle: [2343, 2312, 2311] +Triangle: [2342, 2344, 2311] +Triangle: [2305, 2304, 2320] +Triangle: [2297, 2313, 2314] +Triangle: [2306, 2305, 2321] +Triangle: [2299, 2298, 2314] +Triangle: [2308, 2324, 2326] +Triangle: [2307, 2306, 2322] +Triangle: [2300, 2299, 2315] +Triangle: [2301, 2311, 2327] +Triangle: [2310, 2326, 2313] +Triangle: [2302, 2301, 2317] +Triangle: [2309, 2325, 2324] +Triangle: [2311, 2312, 2328] +Triangle: [2303, 2302, 2318] +Triangle: [2307, 2323, 2325] +Triangle: [2300, 2316, 2328] +Triangle: [2347, 2303, 2319] +Triangle: [337, 2344, 2342] +Triangle: [337, 335, 2343] +Triangle: [338, 2337, 2343] +Triangle: [347, 336, 2342] +Triangle: [347, 2341, 2340] +Triangle: [2346, 2345, 2339] +Triangle: [345, 2339, 2338] +Triangle: [352, 2338, 2331] +Triangle: [339, 2336, 2337] +Triangle: [340, 2335, 2336] +Triangle: [340, 348, 2329] +Triangle: [2334, 2329, 348] +Triangle: [2334, 2333, 2308] +Triangle: [2333, 2332, 2309] +Triangle: [343, 2330, 2332] +Triangle: [2307, 2330, 2331] +Triangle: [2347, 2349, 2320] +Triangle: [2347, 2345, 2340] +Triangle: [2348, 258, 346] +Triangle: [2345, 2346, 346] +Triangle: [269, 481, 258] +Triangle: [2353, 2355, 2354] +Triangle: [2355, 2357, 2356] +Triangle: [2357, 2359, 2358] +Triangle: [2358, 2359, 2361] +Triangle: [2360, 2361, 2363] +Triangle: [2362, 2363, 2365] +Triangle: [2365, 2367, 2366] +Triangle: [2367, 2369, 2368] +Triangle: [2369, 2371, 2370] +Triangle: [2371, 2373, 2372] +Triangle: [2372, 2373, 2375] +Triangle: [2374, 2375, 2377] +Triangle: [2376, 2377, 2379] +Triangle: [2378, 2379, 2381] +Triangle: [2381, 2382, 2350] +Triangle: [2350, 2382, 2353] +Triangle: [1861, 2386, 2392] +Triangle: [1832, 2128, 2391] +Triangle: [1833, 2384, 2391] +Triangle: [1831, 1832, 2388] +Triangle: [1833, 1829, 2383] +Triangle: [1860, 2385, 2386] +Triangle: [1862, 2387, 2385] +Triangle: [1830, 1831, 2389] +Triangle: [2136, 2392, 2390] +Triangle: [2383, 2387, 1862] +Triangle: [2395, 4, 6] +Triangle: [2400, 2402, 2401] +Triangle: [2398, 2399, 2401] +Triangle: [2397, 2398, 2403] +Triangle: [2404, 2406, 2405] +Triangle: [2405, 2406, 2408] +Triangle: [2420, 2414, 2464] +Triangle: [2414, 2420, 2419] +Triangle: [2413, 2419, 2418] +Triangle: [2540, 2417, 2410] +Triangle: [2417, 2416, 2411] +Triangle: [3541, 3533, 2415] +Triangle: [2402, 2400, 2412] +Triangle: [2415, 2422, 2421] +Triangle: [2559, 3220, 3219] +Triangle: [2426, 2425, 3391] +Triangle: [2401, 2402, 2421] +Triangle: [2424, 2423, 3505] +Triangle: [4512, 4518, 3221] +Triangle: [2403, 3185, 3186] +Triangle: [2403, 2401, 2427] +Triangle: [3189, 3187, 2430] +Triangle: [2395, 3180, 3181] +Triangle: [2431, 3188, 3185] +Triangle: [3183, 3184, 2432] +Triangle: [2408, 2406, 2432] +Triangle: [2396, 2433, 2432] +Triangle: [2557, 2559, 2431] +Triangle: [3474, 2435, 47] +Triangle: [2434, 3414, 3410] +Triangle: [3381, 4529, 4526] +Triangle: [2556, 2557, 2427] +Triangle: [2550, 2450, 2580] +Triangle: [4514, 4515, 2452] +Triangle: [2560, 2561, 2448] +Triangle: [2416, 2417, 2446] +Triangle: [2455, 2453, 2454] +Triangle: [2455, 2456, 2397] +Triangle: [2459, 2457, 2458] +Triangle: [2453, 2457, 2459] +Triangle: [2461, 2462, 2458] +Triangle: [2466, 2463, 2464] +Triangle: [2461, 2466, 2465] +Triangle: [2467, 2461, 2457] +Triangle: [2468, 2467, 2453] +Triangle: [2407, 2468, 2455] +Triangle: [2466, 2461, 2467] +Triangle: [2463, 2466, 2468] +Triangle: [2456, 2469, 2398] +Triangle: [2502, 2470, 2400] +Triangle: [2471, 2412, 2400] +Triangle: [2470, 2496, 2495] +Triangle: [2477, 2478, 2493] +Triangle: [2501, 2474, 2472] +Triangle: [2473, 2476, 2497] +Triangle: [2536, 2519, 2518] +Triangle: [2499, 2475, 2474] +Triangle: [2489, 2479, 2483] +Triangle: [2492, 2485, 2480] +Triangle: [2491, 2482, 2484] +Triangle: [2481, 2485, 2492] +Triangle: [2487, 2483, 2482] +Triangle: [2486, 2480, 2479] +Triangle: [3461, 2472, 2474] +Triangle: [3459, 3455, 2478] +Triangle: [3460, 2474, 2475] +Triangle: [2503, 2502, 2469] +Triangle: [3331, 3330, 2529] +Triangle: [3454, 3459, 2477] +Triangle: [3454, 2476, 2473] +Triangle: [2454, 2498, 2500] +Triangle: [2503, 2497, 2494] +Triangle: [2500, 2497, 2469] +Triangle: [2460, 2499, 2501] +Triangle: [2459, 2501, 2498] +Triangle: [2496, 2494, 2493] +Triangle: [2476, 2477, 2494] +Triangle: [2470, 2502, 2503] +Triangle: [2469, 2502, 2399] +Triangle: [2508, 2506, 2505] +Triangle: [2504, 2508, 2507] +Triangle: [2460, 2458, 2509] +Triangle: [2505, 2506, 2510] +Triangle: [2458, 2462, 2511] +Triangle: [2512, 2465, 2464] +Triangle: [2511, 2462, 2465] +Triangle: [2509, 2511, 2513] +Triangle: [2507, 2505, 2513] +Triangle: [2409, 2507, 2514] +Triangle: [2512, 2514, 2513] +Triangle: [2414, 2413, 2514] +Triangle: [2504, 2410, 2515] +Triangle: [2538, 2411, 2516] +Triangle: [3527, 3541, 2412] +Triangle: [2471, 2495, 3532] +Triangle: [2493, 2478, 3528] +Triangle: [2535, 2518, 2520] +Triangle: [2536, 2534, 2521] +Triangle: [2537, 2520, 2475] +Triangle: [2486, 2489, 3483] +Triangle: [3442, 3439, 2523] +Triangle: [3486, 3332, 2531] +Triangle: [2488, 2484, 3529] +Triangle: [2490, 3433, 3429] +Triangle: [2530, 2525, 2526] +Triangle: [2531, 3332, 3333] +Triangle: [3495, 3432, 3435] +Triangle: [3562, 3462, 2522] +Triangle: [3497, 3436, 3432] +Triangle: [2539, 2534, 2515] +Triangle: [3458, 2521, 2522] +Triangle: [3458, 3463, 2519] +Triangle: [2506, 2508, 2536] +Triangle: [2533, 2532, 2534] +Triangle: [2508, 2515, 2534] +Triangle: [2510, 2537, 2499] +Triangle: [2510, 2506, 2535] +Triangle: [2495, 2493, 3531] +Triangle: [2532, 2522, 2521] +Triangle: [2539, 2538, 2517] +Triangle: [2410, 2411, 2538] +Triangle: [2498, 2472, 2473] +Triangle: [2409, 2418, 2540] +Triangle: [2416, 2541, 2516] +Triangle: [2541, 2416, 2448] +Triangle: [2561, 2562, 2542] +Triangle: [4515, 4516, 2543] +Triangle: [3534, 3533, 2541] +Triangle: [3534, 2542, 2562] +Triangle: [3535, 2543, 4516] +Triangle: [2425, 2426, 3222] +Triangle: [3418, 3426, 3231] +Triangle: [3417, 3428, 3231] +Triangle: [2544, 2449, 3228] +Triangle: [3370, 3232, 3351] +Triangle: [3370, 3210, 3233] +Triangle: [3536, 2544, 3227] +Triangle: [2552, 2464, 2463] +Triangle: [2553, 2463, 2407] +Triangle: [3395, 1128, 63] +Triangle: [2560, 2446, 62] +Triangle: [61, 62, 2446] +Triangle: [2417, 2540, 2554] +Triangle: [4542, 2560, 181] +Triangle: [3538, 2562, 4544] +Triangle: [4543, 4544, 2562] +Triangle: [4542, 4543, 2561] +Triangle: [4541, 4540, 2557] +Triangle: [2558, 3218, 3224] +Triangle: [2555, 2556, 2421] +Triangle: [2430, 2431, 2559] +Triangle: [2419, 2420, 2585] +Triangle: [2554, 2826, 496] +Triangle: [2442, 2440, 3355] +Triangle: [2444, 2442, 2566] +Triangle: [3539, 3526, 2443] +Triangle: [2440, 2441, 3356] +Triangle: [3356, 2441, 54] +Triangle: [195, 59, 2579] +Triangle: [2443, 2444, 2567] +Triangle: [2571, 2439, 2438] +Triangle: [2571, 2569, 2551] +Triangle: [2568, 2567, 2545] +Triangle: [3421, 3369, 3357] +Triangle: [2565, 3369, 3421] +Triangle: [3539, 2568, 2546] +Triangle: [2567, 2566, 2547] +Triangle: [2566, 3355, 3352] +Triangle: [2576, 2574, 3063] +Triangle: [3064, 2575, 199] +Triangle: [3540, 2577, 3066] +Triangle: [2578, 2576, 3062] +Triangle: [753, 1, 2394] +Triangle: [2577, 2578, 3067] +Triangle: [2574, 2575, 3064] +Triangle: [2573, 2572, 3065] +Triangle: [206, 195, 2580] +Triangle: [2439, 2571, 2580] +Triangle: [3069, 2439, 2579] +Triangle: [63, 938, 3229] +Triangle: [2449, 2447, 3229] +Triangle: [2582, 2581, 2408] +Triangle: [2553, 2408, 2581] +Triangle: [2552, 2553, 2583] +Triangle: [291, 222, 2882] +Triangle: [2863, 2872, 2821] +Triangle: [2821, 2883, 2881] +Triangle: [286, 226, 2833] +Triangle: [244, 235, 2600] +Triangle: [3234, 946, 236] +Triangle: [3234, 2601, 2602] +Triangle: [3236, 2597, 2598] +Triangle: [3236, 2603, 2606] +Triangle: [3237, 3238, 2606] +Triangle: [236, 244, 2608] +Triangle: [2607, 2609, 2608] +Triangle: [2611, 2612, 2609] +Triangle: [2608, 2609, 2602] +Triangle: [2610, 2602, 2609] +Triangle: [267, 261, 2623] +Triangle: [2625, 265, 263] +Triangle: [261, 265, 2625] +Triangle: [2600, 235, 484] +Triangle: [2600, 2817, 2818] +Triangle: [2627, 2626, 2623] +Triangle: [2628, 2627, 2630] +Triangle: [2629, 2628, 2631] +Triangle: [2607, 2818, 2622] +Triangle: [2620, 4599, 2628] +Triangle: [280, 2896, 2901] +Triangle: [2901, 2900, 276] +Triangle: [214, 276, 2900] +Triangle: [2589, 2636, 2637] +Triangle: [2586, 2634, 2860] +Triangle: [218, 2731, 2896] +Triangle: [286, 2834, 2835] +Triangle: [2643, 2822, 2825] +Triangle: [2864, 2873, 2822] +Triangle: [485, 2880, 2882] +Triangle: [2806, 2807, 3466] +Triangle: [2648, 2647, 2865] +Triangle: [2866, 2864, 2643] +Triangle: [2645, 2649, 2648] +Triangle: [2649, 2645, 2640] +Triangle: [2647, 2648, 2649] +Triangle: [2640, 2652, 2651] +Triangle: [2645, 2654, 2653] +Triangle: [2825, 2824, 2644] +Triangle: [2653, 2654, 2655] +Triangle: [301, 2835, 2881] +Triangle: [2863, 2867, 2655] +Triangle: [2867, 2862, 2641] +Triangle: [2647, 2639, 2861] +Triangle: [2650, 2651, 2639] +Triangle: [2868, 2861, 2639] +Triangle: [2651, 2658, 2657] +Triangle: [2657, 2636, 2860] +Triangle: [2636, 2657, 2658] +Triangle: [2862, 2859, 2595] +Triangle: [2660, 2641, 2595] +Triangle: [2659, 2596, 2604] +Triangle: [2603, 2602, 2610] +Triangle: [2603, 2613, 2614] +Triangle: [2606, 2614, 2615] +Triangle: [2644, 2655, 2654] +Triangle: [3239, 3237, 2605] +Triangle: [3239, 2662, 2664] +Triangle: [2664, 2666, 3241] +Triangle: [3241, 2666, 2668] +Triangle: [2615, 2661, 2662] +Triangle: [2653, 2641, 2660] +Triangle: [2670, 2663, 2665] +Triangle: [2671, 2653, 2670] +Triangle: [2652, 2640, 2653] +Triangle: [2673, 2630, 2623] +Triangle: [2674, 2673, 2625] +Triangle: [2624, 263, 323] +Triangle: [2676, 323, 325] +Triangle: [368, 327, 2678] +Triangle: [2679, 2680, 2675] +Triangle: [2681, 2682, 2680] +Triangle: [2721, 2683, 2684] +Triangle: [2624, 2676, 2679] +Triangle: [2676, 2677, 2681] +Triangle: [2719, 2678, 2683] +Triangle: [2631, 2630, 2673] +Triangle: [2632, 2631, 2674] +Triangle: [2664, 2662, 2661] +Triangle: [2666, 2664, 2616] +Triangle: [2616, 2692, 2693] +Triangle: [2687, 2688, 2612] +Triangle: [2701, 2694, 2618] +Triangle: [2694, 2695, 2619] +Triangle: [2688, 2686, 2610] +Triangle: [2702, 2703, 2696] +Triangle: [2686, 2689, 2613] +Triangle: [2620, 2696, 4597] +Triangle: [2613, 2689, 2690] +Triangle: [2697, 2698, 2622] +Triangle: [2614, 2690, 2691] +Triangle: [2698, 2687, 2611] +Triangle: [2661, 2699, 2692] +Triangle: [2660, 2604, 2663] +Triangle: [2295, 4546, 2817] +Triangle: [4546, 4547, 2818] +Triangle: [2617, 2693, 2701] +Triangle: [2615, 2691, 2699] +Triangle: [2818, 2816, 2621] +Triangle: [2695, 2703, 2702] +Triangle: [2666, 2617, 2704] +Triangle: [2700, 2708, 2704] +Triangle: [2700, 2618, 2707] +Triangle: [2618, 2619, 2706] +Triangle: [2619, 2702, 2705] +Triangle: [2702, 2620, 2629] +Triangle: [2675, 2713, 2709] +Triangle: [2632, 2709, 2705] +Triangle: [2706, 2705, 2709] +Triangle: [2707, 2706, 2710] +Triangle: [2708, 2707, 2711] +Triangle: [2680, 2714, 2713] +Triangle: [2710, 2709, 2713] +Triangle: [2714, 2716, 2715] +Triangle: [2682, 2717, 2714] +Triangle: [2720, 2722, 2717] +Triangle: [2718, 2722, 2720] +Triangle: [2719, 2721, 2681] +Triangle: [2721, 2720, 2682] +Triangle: [2677, 325, 368] +Triangle: [2652, 2685, 2658] +Triangle: [2723, 2587, 2635] +Triangle: [2637, 2658, 2685] +Triangle: [2685, 2652, 2671] +Triangle: [2724, 2672, 2665] +Triangle: [2685, 2672, 2724] +Triangle: [2725, 2724, 2667] +Triangle: [2723, 2724, 2725] +Triangle: [2587, 2723, 2726] +Triangle: [2708, 2712, 2728] +Triangle: [2726, 2725, 2733] +Triangle: [2791, 2902, 3156] +Triangle: [2733, 2725, 2669] +Triangle: [2668, 2729, 3243] +Triangle: [2730, 2732, 2898] +Triangle: [2711, 2710, 2715] +Triangle: [2716, 2714, 2717] +Triangle: [2722, 2735, 2734] +Triangle: [2718, 2736, 2735] +Triangle: [2716, 2734, 2737] +Triangle: [2738, 2737, 2734] +Triangle: [2736, 2739, 2738] +Triangle: [2712, 2711, 2737] +Triangle: [2741, 2740, 2737] +Triangle: [2704, 2728, 2729] +Triangle: [2728, 2742, 2743] +Triangle: [2744, 2745, 2743] +Triangle: [2712, 2740, 2742] +Triangle: [2741, 2744, 2742] +Triangle: [3243, 3244, 2732] +Triangle: [2738, 2739, 2761] +Triangle: [3248, 2757, 2762] +Triangle: [2766, 2749, 3247] +Triangle: [2747, 2755, 3057] +Triangle: [2758, 2760, 2754] +Triangle: [2753, 2752, 2759] +Triangle: [3249, 2633, 2732] +Triangle: [2756, 2746, 2762] +Triangle: [2746, 2756, 2755] +Triangle: [2749, 2766, 2765] +Triangle: [2763, 2748, 2765] +Triangle: [2763, 2767, 2768] +Triangle: [2764, 2768, 420] +Triangle: [2769, 2766, 3250] +Triangle: [3252, 2770, 2769] +Triangle: [965, 423, 2770] +Triangle: [2769, 2767, 2765] +Triangle: [2767, 2769, 2770] +Triangle: [2768, 2770, 423] +Triangle: [2749, 2751, 3246] +Triangle: [2748, 2750, 2751] +Triangle: [3248, 3246, 2751] +Triangle: [2756, 2757, 2751] +Triangle: [2750, 2771, 2772] +Triangle: [2773, 2771, 2750] +Triangle: [2763, 2774, 2773] +Triangle: [2764, 2775, 2774] +Triangle: [415, 429, 2775] +Triangle: [432, 2777, 2775] +Triangle: [2777, 2776, 2774] +Triangle: [2773, 2774, 2776] +Triangle: [435, 2779, 2777] +Triangle: [2779, 2778, 2776] +Triangle: [2771, 2776, 2778] +Triangle: [2781, 2780, 2772] +Triangle: [2783, 2782, 3059] +Triangle: [2783, 2785, 2784] +Triangle: [2787, 2788, 2785] +Triangle: [3060, 2787, 2783] +Triangle: [446, 447, 2788] +Triangle: [741, 446, 2787] +Triangle: [2779, 2786, 2781] +Triangle: [2779, 435, 445] +Triangle: [2755, 2756, 2772] +Triangle: [2755, 2780, 3059] +Triangle: [2754, 2782, 2784] +Triangle: [2635, 2793, 2792] +Triangle: [2586, 3156, 2902] +Triangle: [3166, 2870, 2792] +Triangle: [3159, 2809, 2807] +Triangle: [2727, 2808, 3158] +Triangle: [2858, 2869, 3156] +Triangle: [2587, 3158, 2793] +Triangle: [2809, 2810, 3468] +Triangle: [3469, 2811, 2812] +Triangle: [3470, 2812, 2813] +Triangle: [2813, 2814, 3472] +Triangle: [2814, 478, 1199] +Triangle: [2806, 468, 859] +Triangle: [871, 478, 2814] +Triangle: [3164, 3165, 2814] +Triangle: [3164, 2813, 2812] +Triangle: [3163, 2812, 2811] +Triangle: [3159, 3160, 2810] +Triangle: [3166, 2793, 2795] +Triangle: [2797, 2795, 2808] +Triangle: [3157, 2791, 2869] +Triangle: [487, 2884, 2880] +Triangle: [487, 489, 2883] +Triangle: [2824, 2823, 2871] +Triangle: [2823, 2822, 2873] +Triangle: [2584, 2585, 2420] +Triangle: [212, 496, 2826] +Triangle: [447, 467, 2805] +Triangle: [2788, 2805, 2803] +Triangle: [2785, 2803, 2801] +Triangle: [2784, 2801, 2799] +Triangle: [3162, 2811, 2810] +Triangle: [2588, 2789, 2808] +Triangle: [450, 581, 2902] +Triangle: [2599, 2827, 500] +Triangle: [568, 500, 2827] +Triangle: [499, 2828, 2829] +Triangle: [498, 2829, 2830] +Triangle: [506, 497, 2830] +Triangle: [572, 506, 2831] +Triangle: [2854, 2833, 226] +Triangle: [2833, 2594, 2642] +Triangle: [2838, 2874, 2845] +Triangle: [2834, 2642, 2656] +Triangle: [2595, 2874, 2838] +Triangle: [2875, 2876, 2854] +Triangle: [2841, 2843, 2842] +Triangle: [2843, 2845, 2844] +Triangle: [2895, 2875, 2832] +Triangle: [2849, 2827, 2599] +Triangle: [2891, 2892, 2848] +Triangle: [2828, 2848, 2847] +Triangle: [2846, 2830, 2829] +Triangle: [2839, 2830, 2846] +Triangle: [2841, 2839, 2850] +Triangle: [2843, 2841, 2851] +Triangle: [2843, 2852, 2853] +Triangle: [2832, 2854, 531] +Triangle: [2857, 2856, 2594] +Triangle: [2871, 2873, 2819] +Triangle: [2872, 2871, 2820] +Triangle: [2589, 2792, 2869] +Triangle: [2594, 2859, 2862] +Triangle: [2590, 2868, 2860] +Triangle: [2638, 2861, 2868] +Triangle: [2591, 2865, 2861] +Triangle: [2656, 2642, 2862] +Triangle: [2593, 2656, 2867] +Triangle: [2646, 2592, 2864] +Triangle: [2866, 2865, 2591] +Triangle: [2592, 2819, 2873] +Triangle: [2858, 2860, 2636] +Triangle: [2644, 2824, 2872] +Triangle: [2859, 2594, 2856] +Triangle: [2595, 2859, 2855] +Triangle: [2874, 2855, 2844] +Triangle: [2833, 2854, 2876] +Triangle: [2878, 2839, 2841] +Triangle: [2839, 2878, 2877] +Triangle: [2877, 2836, 2831] +Triangle: [2835, 2656, 2593] +Triangle: [2821, 2820, 2884] +Triangle: [2883, 489, 224] +Triangle: [2819, 2592, 2882] +Triangle: [2592, 2646, 2879] +Triangle: [2850, 2846, 2847] +Triangle: [2820, 2819, 2880] +Triangle: [2848, 2885, 2837] +Triangle: [2892, 2893, 2885] +Triangle: [2886, 2849, 2598] +Triangle: [2837, 2885, 2851] +Triangle: [2849, 2886, 2893] +Triangle: [2852, 2887, 2888] +Triangle: [2853, 2888, 2659] +Triangle: [2596, 2659, 2888] +Triangle: [2889, 2888, 2887] +Triangle: [2596, 2889, 2890] +Triangle: [2890, 2887, 2886] +Triangle: [2849, 2892, 2891] +Triangle: [568, 2891, 2828] +Triangle: [2851, 2885, 2893] +Triangle: [2893, 2886, 2887] +Triangle: [2836, 2895, 2894] +Triangle: [509, 572, 2894] +Triangle: [2895, 2836, 2877] +Triangle: [2876, 2877, 2878] +Triangle: [2840, 2856, 2857] +Triangle: [2842, 2855, 2856] +Triangle: [581, 214, 2899] +Triangle: [2879, 2646, 2591] +Triangle: [2634, 2586, 2899] +Triangle: [2896, 2638, 2590] +Triangle: [2731, 2591, 2638] +Triangle: [2901, 2590, 2634] +Triangle: [291, 2879, 2731] +Triangle: [2905, 2904, 2898] +Triangle: [2898, 2904, 2903] +Triangle: [2904, 2752, 2588] +Triangle: [2727, 2726, 2903] +Triangle: [2904, 2905, 2759] +Triangle: [2633, 2897, 2898] +Triangle: [2897, 2906, 2907] +Triangle: [2908, 2909, 2907] +Triangle: [2908, 2910, 2911] +Triangle: [2912, 2913, 2911] +Triangle: [2914, 2915, 2913] +Triangle: [2916, 2917, 2915] +Triangle: [2918, 2919, 2917] +Triangle: [3254, 2920, 2921] +Triangle: [2920, 2922, 2923] +Triangle: [2924, 2925, 3255] +Triangle: [2924, 2926, 2927] +Triangle: [2928, 2929, 3257] +Triangle: [2930, 2931, 2929] +Triangle: [2930, 2932, 2933] +Triangle: [2932, 2934, 2935] +Triangle: [2957, 2936, 2937] +Triangle: [2936, 2938, 2939] +Triangle: [2940, 2941, 2939] +Triangle: [2942, 2943, 3259] +Triangle: [2946, 2947, 2926] +Triangle: [3260, 3263, 2955] +Triangle: [3256, 3261, 2946] +Triangle: [2938, 2953, 2954] +Triangle: [2920, 2944, 2945] +Triangle: [2936, 2952, 2953] +Triangle: [2958, 2952, 2936] +Triangle: [2932, 2950, 2951] +Triangle: [2949, 2950, 2932] +Triangle: [2948, 2949, 2930] +Triangle: [3262, 2948, 2928] +Triangle: [2951, 2958, 2957] +Triangle: [2934, 2957, 2956] +Triangle: [2961, 2962, 2947] +Triangle: [2953, 2968, 2969] +Triangle: [2965, 2966, 2951] +Triangle: [3265, 2963, 2948] +Triangle: [3263, 3266, 2970] +Triangle: [2944, 2959, 2960] +Triangle: [2966, 2971, 2958] +Triangle: [2963, 2964, 2949] +Triangle: [3264, 2961, 2946] +Triangle: [2958, 2971, 2967] +Triangle: [2952, 2967, 2968] +Triangle: [2964, 2965, 2950] +Triangle: [2980, 2906, 2897] +Triangle: [3254, 3270, 2944] +Triangle: [2916, 2995, 2994] +Triangle: [2914, 2993, 2995] +Triangle: [2914, 2912, 2996] +Triangle: [2910, 2992, 2996] +Triangle: [2908, 2991, 2992] +Triangle: [2906, 2990, 2991] +Triangle: [2980, 2981, 2990] +Triangle: [3021, 3020, 3023] +Triangle: [2983, 2982, 2979] +Triangle: [2977, 2984, 2983] +Triangle: [2976, 2985, 2984] +Triangle: [2975, 2986, 2985] +Triangle: [2974, 2987, 2986] +Triangle: [2988, 3174, 3178] +Triangle: [3010, 3179, 3168] +Triangle: [3271, 3270, 2994] +Triangle: [2995, 2998, 2997] +Triangle: [2999, 2998, 2995] +Triangle: [3000, 2999, 2993] +Triangle: [2992, 3001, 3000] +Triangle: [3001, 2992, 2991] +Triangle: [3002, 2991, 2990] +Triangle: [2979, 2982, 3004] +Triangle: [3004, 2981, 2980] +Triangle: [3002, 2981, 3004] +Triangle: [2983, 3001, 3002] +Triangle: [2984, 3000, 3001] +Triangle: [2984, 2985, 2999] +Triangle: [2985, 2986, 2998] +Triangle: [2987, 2997, 2998] +Triangle: [3175, 3176, 2989] +Triangle: [2988, 2959, 3271] +Triangle: [3296, 3175, 3007] +Triangle: [2959, 2988, 3006] +Triangle: [3264, 2960, 3006] +Triangle: [3277, 2965, 2964] +Triangle: [3267, 3293, 3172] +Triangle: [3274, 3022, 3023] +Triangle: [3276, 2966, 2965] +Triangle: [3013, 3014, 2974] +Triangle: [3267, 3280, 3015] +Triangle: [2973, 3015, 3016] +Triangle: [3283, 3281, 3016] +Triangle: [3018, 3008, 3272] +Triangle: [3297, 3266, 2969] +Triangle: [3268, 3020, 3019] +Triangle: [3275, 3023, 3020] +Triangle: [3021, 2972, 3008] +Triangle: [2972, 3021, 3022] +Triangle: [3276, 3009, 3022] +Triangle: [3278, 2964, 2963] +Triangle: [3018, 3019, 3020] +Triangle: [2962, 2961, 3007] +Triangle: [3012, 3013, 2975] +Triangle: [2977, 3011, 3012] +Triangle: [3024, 3017, 3016] +Triangle: [3282, 3017, 3024] +Triangle: [3280, 3284, 3024] +Triangle: [3013, 3026, 3025] +Triangle: [2970, 3025, 3026] +Triangle: [2955, 3026, 3011] +Triangle: [3012, 3011, 3026] +Triangle: [2978, 2942, 3011] +Triangle: [2943, 2942, 2978] +Triangle: [2907, 2909, 3027] +Triangle: [3027, 3028, 2759] +Triangle: [3029, 3030, 3028] +Triangle: [2909, 2911, 3029] +Triangle: [2758, 2759, 3028] +Triangle: [3029, 3031, 3032] +Triangle: [3033, 3034, 3032] +Triangle: [3033, 3035, 3036] +Triangle: [2913, 3031, 3029] +Triangle: [2915, 3033, 3031] +Triangle: [2915, 2917, 3035] +Triangle: [3035, 3037, 3038] +Triangle: [3286, 3039, 3040] +Triangle: [3039, 3041, 3042] +Triangle: [3043, 3044, 3287] +Triangle: [2917, 2919, 3037] +Triangle: [3253, 2921, 3039] +Triangle: [2921, 2923, 3041] +Triangle: [2925, 3043, 3288] +Triangle: [2939, 3052, 3051] +Triangle: [3053, 2745, 3051] +Triangle: [3290, 2980, 2633] +Triangle: [2937, 3051, 3050] +Triangle: [2956, 3050, 3049] +Triangle: [3049, 3048, 2933] +Triangle: [3048, 3047, 2931] +Triangle: [2931, 3047, 3046] +Triangle: [3257, 3289, 3045] +Triangle: [2927, 3045, 3043] +Triangle: [2745, 2744, 3050] +Triangle: [2744, 2741, 3049] +Triangle: [3055, 3054, 3047] +Triangle: [3048, 3049, 2741] +Triangle: [2741, 2761, 3054] +Triangle: [3047, 3054, 2761] +Triangle: [2762, 3045, 3289] +Triangle: [3045, 2762, 3044] +Triangle: [3040, 3042, 3287] +Triangle: [2762, 2746, 3038] +Triangle: [2747, 3036, 3038] +Triangle: [2758, 3030, 3032] +Triangle: [3057, 3059, 2782] +Triangle: [445, 741, 3060] +Triangle: [2786, 3060, 3058] +Triangle: [3058, 3059, 2780] +Triangle: [3056, 3057, 2754] +Triangle: [3034, 3056, 2760] +Triangle: [3056, 3034, 3036] +Triangle: [3053, 3052, 3291] +Triangle: [3292, 3259, 2943] +Triangle: [3052, 2939, 3292] +Triangle: [2826, 2554, 2540] +Triangle: [2563, 2418, 2419] +Triangle: [2563, 2445, 2826] +Triangle: [2394, 2573, 3069] +Triangle: [2439, 3069, 3065] +Triangle: [3063, 3064, 2441] +Triangle: [3066, 3067, 2444] +Triangle: [59, 753, 3068] +Triangle: [3067, 3062, 2442] +Triangle: [3542, 3066, 2443] +Triangle: [3064, 747, 54] +Triangle: [3062, 3063, 2440] +Triangle: [6, 743, 3061] +Triangle: [2396, 3061, 2582] +Triangle: [3077, 3082, 3449] +Triangle: [3446, 3078, 3084] +Triangle: [3083, 3085, 3452] +Triangle: [3451, 3084, 3079] +Triangle: [3085, 3077, 3445] +Triangle: [3082, 3078, 3446] +Triangle: [2523, 3441, 3431] +Triangle: [3448, 3453, 3087] +Triangle: [3083, 3450, 3088] +Triangle: [3450, 3437, 3088] +Triangle: [3447, 3079, 3543] +Triangle: [2527, 2524, 3431] +Triangle: [3439, 3444, 3441] +Triangle: [3089, 776, 759] +Triangle: [3090, 3089, 3073] +Triangle: [754, 776, 3089] +Triangle: [2393, 3089, 3090] +Triangle: [3075, 3090, 3091] +Triangle: [3091, 3090, 3074] +Triangle: [3076, 3091, 3545] +Triangle: [3545, 3091, 3072] +Triangle: [3547, 3098, 3133] +Triangle: [3548, 3099, 3141] +Triangle: [3553, 3549, 3097] +Triangle: [851, 790, 3102] +Triangle: [789, 3103, 3142] +Triangle: [787, 3101, 3134] +Triangle: [3150, 3102, 3106] +Triangle: [3103, 3107, 3143] +Triangle: [3101, 3105, 3135] +Triangle: [3152, 3111, 3114] +Triangle: [3110, 3115, 3145] +Triangle: [3108, 3113, 3137] +Triangle: [3153, 3114, 3118] +Triangle: [3115, 3119, 3146] +Triangle: [3113, 3117, 3138] +Triangle: [3151, 3106, 3099] +Triangle: [3107, 3098, 3141] +Triangle: [3105, 3096, 3133] +Triangle: [3110, 3095, 3132] +Triangle: [3111, 3094, 3140] +Triangle: [3152, 3109, 3092] +Triangle: [3123, 3119, 3138] +Triangle: [3122, 3118, 3146] +Triangle: [3155, 3120, 3116] +Triangle: [3155, 3122, 798] +Triangle: [3123, 797, 843] +Triangle: [3121, 795, 833] +Triangle: [3550, 3546, 3096] +Triangle: [3549, 3092, 3518] +Triangle: [3092, 3109, 3519] +Triangle: [3108, 3093, 3124] +Triangle: [3104, 3097, 3523] +Triangle: [3125, 3096, 3105] +Triangle: [788, 3100, 3520] +Triangle: [3101, 787, 823] +Triangle: [3105, 3101, 3128] +Triangle: [3100, 3104, 3524] +Triangle: [3525, 3120, 796] +Triangle: [795, 3121, 3129] +Triangle: [3109, 3112, 3521] +Triangle: [3113, 3108, 3126] +Triangle: [3117, 3113, 3130] +Triangle: [3112, 3116, 3522] +Triangle: [3121, 3117, 3131] +Triangle: [3116, 3120, 3525] +Triangle: [3129, 3131, 3074] +Triangle: [3131, 3130, 3072] +Triangle: [3130, 3126, 3070] +Triangle: [825, 3129, 3073] +Triangle: [3075, 3127, 3128] +Triangle: [2393, 3128, 823] +Triangle: [3076, 3125, 3127] +Triangle: [3126, 3124, 3071] +Triangle: [3544, 3550, 3125] +Triangle: [3139, 833, 797] +Triangle: [3139, 3138, 3117] +Triangle: [3136, 3132, 3093] +Triangle: [3135, 3133, 3098] +Triangle: [3137, 3138, 3119] +Triangle: [3136, 3137, 3115] +Triangle: [3134, 3135, 3107] +Triangle: [831, 3134, 3103] +Triangle: [3551, 3133, 3096] +Triangle: [3147, 843, 798] +Triangle: [3147, 3146, 3119] +Triangle: [3144, 3140, 3095] +Triangle: [3143, 3141, 3099] +Triangle: [3145, 3146, 3118] +Triangle: [3144, 3145, 3114] +Triangle: [3142, 3143, 3106] +Triangle: [841, 3142, 3102] +Triangle: [3552, 3141, 3098] +Triangle: [3120, 3155, 853] +Triangle: [3122, 3155, 3154] +Triangle: [3111, 3152, 3148] +Triangle: [3104, 3151, 3149] +Triangle: [3112, 3153, 3154] +Triangle: [3109, 3152, 3153] +Triangle: [3100, 3150, 3151] +Triangle: [788, 851, 3150] +Triangle: [3548, 3553, 3149] +Triangle: [468, 2806, 3473] +Triangle: [859, 861, 3157] +Triangle: [450, 2791, 3157] +Triangle: [2795, 2793, 3158] +Triangle: [2789, 2752, 3161] +Triangle: [2795, 2797, 3160] +Triangle: [3468, 2810, 2811] +Triangle: [2801, 3163, 3162] +Triangle: [2803, 3164, 3163] +Triangle: [2803, 2805, 3165] +Triangle: [467, 871, 3165] +Triangle: [2806, 2870, 3166] +Triangle: [2790, 2794, 3300] +Triangle: [1018, 3306, 3061] +Triangle: [2804, 466, 3303] +Triangle: [2797, 2799, 3162] +Triangle: [2585, 2584, 3299] +Triangle: [3306, 3305, 2582] +Triangle: [3301, 3299, 2584] +Triangle: [3304, 3298, 2564] +Triangle: [2794, 2796, 3301] +Triangle: [2753, 3167, 3161] +Triangle: [2799, 2797, 3161] +Triangle: [3293, 3294, 3173] +Triangle: [3174, 3171, 3170] +Triangle: [3296, 3178, 3170] +Triangle: [3176, 3175, 3177] +Triangle: [3169, 3168, 3179] +Triangle: [3172, 3173, 2987] +Triangle: [3169, 3177, 3008] +Triangle: [3168, 3169, 2972] +Triangle: [3005, 3170, 3171] +Triangle: [3269, 3294, 3174] +Triangle: [3176, 3179, 3010] +Triangle: [3295, 3170, 3005] +Triangle: [3200, 3196, 3185] +Triangle: [3191, 3193, 3182] +Triangle: [3186, 3197, 3194] +Triangle: [3193, 3201, 3189] +Triangle: [3185, 3196, 3197] +Triangle: [3201, 3199, 3187] +Triangle: [2430, 3187, 3188] +Triangle: [3184, 3180, 2395] +Triangle: [2404, 3186, 3183] +Triangle: [3191, 3190, 3192] +Triangle: [3196, 3200, 3198] +Triangle: [3195, 3194, 3197] +Triangle: [3200, 3199, 3192] +Triangle: [3190, 3195, 3198] +Triangle: [3192, 3199, 3201] +Triangle: [3180, 3190, 3191] +Triangle: [3195, 3190, 3180] +Triangle: [3194, 3195, 3184] +Triangle: [3199, 3200, 3188] +Triangle: [3225, 3223, 3209] +Triangle: [3208, 3220, 4523] +Triangle: [3226, 3219, 3207] +Triangle: [179, 914, 3212] +Triangle: [4513, 2428, 3203] +Triangle: [3349, 2435, 3207] +Triangle: [2546, 2545, 3209] +Triangle: [3215, 2550, 2551] +Triangle: [923, 206, 2450] +Triangle: [3537, 2546, 3202] +Triangle: [3213, 2450, 2550] +Triangle: [3218, 2558, 3219] +Triangle: [3212, 914, 927] +Triangle: [3221, 3203, 3206] +Triangle: [4517, 3203, 3221] +Triangle: [3220, 2559, 4533] +Triangle: [3220, 3208, 3207] +Triangle: [3222, 3202, 3209] +Triangle: [3205, 3216, 3225] +Triangle: [3204, 3218, 3226] +Triangle: [3215, 3214, 3227] +Triangle: [938, 923, 3213] +Triangle: [3555, 3554, 3202] +Triangle: [3213, 3215, 3228] +Triangle: [3209, 2545, 3233] +Triangle: [2545, 2547, 3232] +Triangle: [3426, 3367, 2548] +Triangle: [3232, 2547, 3352] +Triangle: [3231, 2548, 3361] +Triangle: [3008, 3177, 3295] +Triangle: [3173, 3294, 3269] +Triangle: [3175, 3296, 3295] +Triangle: [3171, 3174, 3294] +Triangle: [3291, 3292, 2979] +Triangle: [2941, 3259, 3292] +Triangle: [3290, 3291, 3003] +Triangle: [3285, 3287, 3044] +Triangle: [3245, 3289, 3046] +Triangle: [2929, 3046, 3289] +Triangle: [3053, 3290, 3249] +Triangle: [3255, 3288, 3041] +Triangle: [2919, 3253, 3286] +Triangle: [3288, 3287, 3042] +Triangle: [3037, 3286, 3285] +Triangle: [3014, 3025, 3284] +Triangle: [3025, 2970, 3282] +Triangle: [2989, 3278, 3265] +Triangle: [2966, 3276, 3274] +Triangle: [2967, 3275, 3268] +Triangle: [2968, 3268, 3279] +Triangle: [3282, 2970, 3266] +Triangle: [3017, 3282, 3297] +Triangle: [3283, 3297, 3279] +Triangle: [3281, 3272, 3005] +Triangle: [3019, 3018, 3281] +Triangle: [3014, 3280, 3267] +Triangle: [3009, 3276, 3277] +Triangle: [2971, 3274, 3275] +Triangle: [2973, 3171, 3293] +Triangle: [3010, 3277, 3278] +Triangle: [2961, 3264, 3273] +Triangle: [3178, 3296, 3273] +Triangle: [3269, 3271, 2997] +Triangle: [2959, 2944, 3270] +Triangle: [2918, 2994, 3270] +Triangle: [2960, 3264, 3261] +Triangle: [2954, 2969, 3266] +Triangle: [2962, 3265, 3262] +Triangle: [2947, 3262, 3258] +Triangle: [2922, 2945, 3261] +Triangle: [2940, 2954, 3263] +Triangle: [3260, 3259, 2941] +Triangle: [3258, 3257, 2927] +Triangle: [3256, 3255, 2923] +Triangle: [2918, 3254, 3253] +Triangle: [2739, 2736, 3246] +Triangle: [3247, 3246, 2736] +Triangle: [327, 965, 3252] +Triangle: [3252, 3251, 2683] +Triangle: [3251, 3250, 2684] +Triangle: [3249, 3244, 2743] +Triangle: [3250, 3247, 2718] +Triangle: [2761, 2739, 3248] +Triangle: [2729, 2743, 3244] +Triangle: [3242, 3243, 2730] +Triangle: [3241, 3242, 2669] +Triangle: [3240, 3241, 2667] +Triangle: [2663, 3239, 3240] +Triangle: [2663, 2604, 3237] +Triangle: [2604, 2596, 3238] +Triangle: [2597, 3236, 3238] +Triangle: [2603, 3236, 3235] +Triangle: [2599, 3234, 3235] +Triangle: [233, 946, 3234] +Triangle: [3302, 3298, 2802] +Triangle: [2563, 2564, 3298] +Triangle: [3300, 3301, 2583] +Triangle: [2800, 2802, 3298] +Triangle: [2796, 2798, 3299] +Triangle: [3304, 3299, 2798] +Triangle: [3302, 3303, 2445] +Triangle: [2815, 2790, 3305] +Triangle: [479, 2815, 3306] +Triangle: [3305, 3300, 2581] +Triangle: [3466, 3467, 2794] +Triangle: [3490, 3438, 3315] +Triangle: [3478, 3484, 3315] +Triangle: [3482, 3311, 3430] +Triangle: [3563, 3478, 3314] +Triangle: [3333, 3334, 2524] +Triangle: [3312, 3313, 3503] +Triangle: [3480, 3308, 3313] +Triangle: [3475, 3307, 3308] +Triangle: [3463, 3440, 3435] +Triangle: [3476, 3310, 3311] +Triangle: [3475, 3481, 3309] +Triangle: [3476, 3477, 3312] +Triangle: [3517, 3326, 3324] +Triangle: [3516, 3325, 3326] +Triangle: [3321, 3325, 3516] +Triangle: [3512, 3324, 1039] +Triangle: [3323, 3322, 3511] +Triangle: [1037, 3323, 3515] +Triangle: [3322, 3319, 3510] +Triangle: [3320, 3321, 3514] +Triangle: [3557, 3320, 3513] +Triangle: [3182, 3329, 3327] +Triangle: [1043, 1046, 3327] +Triangle: [3182, 3189, 3328] +Triangle: [3329, 3328, 1047] +Triangle: [4, 3181, 3327] +Triangle: [1047, 3328, 3189] +Triangle: [3488, 3330, 3335] +Triangle: [3335, 3334, 3333] +Triangle: [3330, 3331, 3334] +Triangle: [3486, 3336, 3337] +Triangle: [3485, 3488, 3338] +Triangle: [3318, 3338, 3337] +Triangle: [3317, 3337, 3336] +Triangle: [2524, 3334, 3331] +Triangle: [3086, 3081, 3568] +Triangle: [3080, 3569, 3345] +Triangle: [3543, 3079, 3570] +Triangle: [3088, 3345, 3340] +Triangle: [3081, 3087, 3344] +Triangle: [3086, 3343, 3569] +Triangle: [3082, 3339, 3571] +Triangle: [3342, 3572, 3077] +Triangle: [3341, 3570, 3079] +Triangle: [3340, 3342, 3085] +Triangle: [3078, 3571, 3341] +Triangle: [3572, 3339, 3082] +Triangle: [4503, 4504, 3350] +Triangle: [3348, 4538, 4536] +Triangle: [3230, 3351, 3352] +Triangle: [3354, 167, 943] +Triangle: [3352, 3355, 3368] +Triangle: [3362, 193, 167] +Triangle: [3356, 193, 3362] +Triangle: [3368, 3355, 3356] +Triangle: [3374, 3371, 3351] +Triangle: [3373, 1094, 46] +Triangle: [3380, 4532, 4528] +Triangle: [3422, 3354, 3360] +Triangle: [3357, 3362, 3354] +Triangle: [3373, 3347, 3359] +Triangle: [3358, 3348, 3363] +Triangle: [4502, 4503, 2437] +Triangle: [3363, 3348, 3364] +Triangle: [3366, 3230, 2549] +Triangle: [3423, 2549, 3368] +Triangle: [2570, 3362, 3357] +Triangle: [2565, 3368, 2570] +Triangle: [3427, 3374, 3230] +Triangle: [3365, 2437, 3374] +Triangle: [3353, 3360, 3373] +Triangle: [3360, 943, 1094] +Triangle: [2437, 3350, 3371] +Triangle: [2429, 3370, 3371] +Triangle: [3414, 2434, 3372] +Triangle: [2434, 3416, 3376] +Triangle: [2429, 3205, 3210] +Triangle: [3364, 4527, 4531] +Triangle: [4507, 3380, 3408] +Triangle: [3206, 3203, 2428] +Triangle: [2250, 1109, 3380] +Triangle: [3399, 3398, 3386] +Triangle: [3398, 3392, 3379] +Triangle: [4514, 2256, 1106] +Triangle: [3559, 3385, 3397] +Triangle: [3396, 3397, 3385] +Triangle: [3395, 3396, 3384] +Triangle: [3381, 3390, 3402] +Triangle: [4529, 4524, 3346] +Triangle: [3391, 3399, 3387] +Triangle: [3377, 3378, 4512] +Triangle: [2425, 3216, 3399] +Triangle: [3404, 4505, 3411] +Triangle: [2434, 3420, 3411] +Triangle: [2447, 2449, 3396] +Triangle: [2449, 2544, 3397] +Triangle: [3560, 3397, 2544] +Triangle: [3205, 2429, 3392] +Triangle: [3216, 3205, 3398] +Triangle: [2253, 1122, 3393] +Triangle: [4510, 4509, 3393] +Triangle: [4521, 4520, 3400] +Triangle: [4519, 3394, 3400] +Triangle: [3383, 1106, 1128] +Triangle: [3412, 3401, 3389] +Triangle: [3403, 3391, 3378] +Triangle: [3346, 3405, 3363] +Triangle: [3406, 3363, 3407] +Triangle: [3408, 4528, 4524] +Triangle: [2436, 3407, 4531] +Triangle: [3410, 4510, 3413] +Triangle: [3415, 4502, 3411] +Triangle: [4505, 3404, 3412] +Triangle: [4508, 3401, 4506] +Triangle: [3393, 1122, 2250] +Triangle: [4502, 3365, 3416] +Triangle: [3375, 3425, 3359] +Triangle: [3365, 3427, 3376] +Triangle: [3419, 3425, 3375] +Triangle: [3376, 3427, 3419] +Triangle: [3412, 3404, 4506] +Triangle: [4506, 3404, 3420] +Triangle: [2548, 3421, 3422] +Triangle: [3367, 3423, 3421] +Triangle: [3361, 3422, 3353] +Triangle: [3353, 3425, 3417] +Triangle: [3366, 3423, 3367] +Triangle: [3418, 3427, 3366] +Triangle: [3425, 3419, 3428] +Triangle: [3419, 3427, 3418] +Triangle: [3358, 1204, 1205] +Triangle: [212, 2445, 3303] +Triangle: [3433, 2531, 2527] +Triangle: [3456, 2475, 2520] +Triangle: [3429, 2527, 3434] +Triangle: [3431, 3080, 3088] +Triangle: [2520, 2518, 3464] +Triangle: [3489, 3430, 3316] +Triangle: [2484, 3447, 3561] +Triangle: [3498, 3440, 3443] +Triangle: [3441, 3086, 3080] +Triangle: [3444, 3448, 3081] +Triangle: [3081, 3086, 3444] +Triangle: [3485, 3318, 3438] +Triangle: [2528, 2526, 3439] +Triangle: [3498, 3318, 3317] +Triangle: [2525, 3453, 3448] +Triangle: [2479, 3449, 3446] +Triangle: [3452, 3445, 2480] +Triangle: [2482, 3451, 3447] +Triangle: [3450, 3452, 2485] +Triangle: [2483, 3446, 3451] +Triangle: [2480, 3445, 3449] +Triangle: [2526, 3448, 3444] +Triangle: [2481, 3429, 3437] +Triangle: [2472, 3461, 3457] +Triangle: [3504, 3458, 3462] +Triangle: [3564, 3494, 3462] +Triangle: [3500, 3454, 3457] +Triangle: [3491, 3459, 3454] +Triangle: [3492, 3460, 3456] +Triangle: [3491, 3501, 3455] +Triangle: [3492, 3493, 3461] +Triangle: [3432, 3465, 3464] +Triangle: [2518, 2519, 3463] +Triangle: [3443, 3440, 3463] +Triangle: [3436, 3456, 3465] +Triangle: [3504, 3499, 3443] +Triangle: [3502, 3456, 3436] +Triangle: [2807, 2809, 3467] +Triangle: [3468, 3469, 2798] +Triangle: [1191, 3473, 2815] +Triangle: [2804, 3472, 1199] +Triangle: [3471, 3472, 2804] +Triangle: [3470, 3471, 2802] +Triangle: [2798, 3469, 3470] +Triangle: [3467, 3468, 2796] +Triangle: [3473, 3466, 2790] +Triangle: [3204, 3211, 1201] +Triangle: [3211, 3207, 2435] +Triangle: [1201, 3211, 3474] +Triangle: [1109, 2270, 4532] +Triangle: [1205, 2282, 4538] +Triangle: [44, 2430, 3224] +Triangle: [3218, 3204, 3212] +Triangle: [2529, 3485, 3490] +Triangle: [3433, 3489, 3479] +Triangle: [3330, 3488, 3485] +Triangle: [3332, 3486, 3487] +Triangle: [3338, 3488, 3487] +Triangle: [2492, 2486, 3477] +Triangle: [2491, 2488, 3481] +Triangle: [2492, 3476, 3482] +Triangle: [2491, 3475, 3480] +Triangle: [2487, 3480, 3483] +Triangle: [3530, 2530, 3478] +Triangle: [2490, 3482, 3489] +Triangle: [2530, 2528, 3484] +Triangle: [3442, 3490, 3484] +Triangle: [3336, 3486, 3479] +Triangle: [3477, 3483, 3313] +Triangle: [3311, 3502, 3497] +Triangle: [3315, 3438, 3499] +Triangle: [3310, 3312, 3493] +Triangle: [3307, 3309, 3501] +Triangle: [3310, 3492, 3502] +Triangle: [3307, 3491, 3500] +Triangle: [3308, 3500, 3503] +Triangle: [3556, 3314, 3494] +Triangle: [3315, 3504, 3494] +Triangle: [3440, 3498, 3496] +Triangle: [3318, 3498, 3499] +Triangle: [3493, 3503, 3457] +Triangle: [3430, 3497, 3495] +Triangle: [3316, 3495, 3496] +Triangle: [2451, 2452, 3507] +Triangle: [2452, 2543, 3508] +Triangle: [3565, 3508, 2543] +Triangle: [2451, 3506, 1241] +Triangle: [3509, 3505, 4541] +Triangle: [2423, 3221, 3217] +Triangle: [3566, 3513, 2577] +Triangle: [3513, 3514, 2578] +Triangle: [3511, 3510, 2572] +Triangle: [1248, 3515, 2394] +Triangle: [3515, 3511, 2573] +Triangle: [2575, 3512, 1244] +Triangle: [3514, 3516, 2576] +Triangle: [3516, 3517, 2574] +Triangle: [2574, 3517, 3512] +Triangle: [3326, 3522, 3525] +Triangle: [3325, 3521, 3522] +Triangle: [3519, 3521, 3325] +Triangle: [3324, 3525, 1260] +Triangle: [3520, 3524, 3322] +Triangle: [1254, 3520, 3323] +Triangle: [3524, 3523, 3319] +Triangle: [3518, 3519, 3321] +Triangle: [3567, 3518, 3320] +Triangle: [3523, 3567, 3557] +Triangle: [3510, 3566, 3540] +Triangle: [3509, 3565, 3535] +Triangle: [3309, 3556, 3564] +Triangle: [2488, 3530, 3563] +Triangle: [3501, 3564, 3562] +Triangle: [2525, 3529, 3561] +Triangle: [3403, 3560, 3536] +Triangle: [3377, 3559, 3560] +Triangle: [3087, 3543, 3558] +Triangle: [3319, 3557, 3566] +Triangle: [3481, 3563, 3556] +Triangle: [3227, 3214, 3554] +Triangle: [3214, 2551, 3537] +Triangle: [3094, 3148, 3553] +Triangle: [3140, 3552, 3547] +Triangle: [3132, 3551, 3546] +Triangle: [3071, 3124, 3550] +Triangle: [3097, 3549, 3567] +Triangle: [3124, 3093, 3546] +Triangle: [3148, 3092, 3549] +Triangle: [3094, 3548, 3552] +Triangle: [3095, 3547, 3551] +Triangle: [3544, 3545, 3070] +Triangle: [3453, 3561, 3543] +Triangle: [3065, 3542, 3526] +Triangle: [2572, 3540, 3542] +Triangle: [2569, 3539, 3537] +Triangle: [2438, 3526, 3539] +Triangle: [2555, 3538, 4545] +Triangle: [3536, 3555, 3222] +Triangle: [2424, 3535, 4522] +Triangle: [2422, 3534, 3538] +Triangle: [2422, 2415, 3533] +Triangle: [3532, 3531, 2532] +Triangle: [3455, 3562, 3528] +Triangle: [3530, 3529, 2525] +Triangle: [3531, 3528, 2522] +Triangle: [3527, 3532, 2533] +Triangle: [2517, 2516, 3541] +Triangle: [2516, 2541, 3533] +Triangle: [3577, 3582, 3578] +Triangle: [3573, 3578, 3579] +Triangle: [1311, 3574, 3579] +Triangle: [1312, 1319, 3580] +Triangle: [3575, 3580, 3581] +Triangle: [3576, 3581, 3582] +Triangle: [3582, 3587, 3583] +Triangle: [3578, 3583, 3584] +Triangle: [1318, 3579, 3584] +Triangle: [1319, 1326, 3585] +Triangle: [3580, 3585, 3586] +Triangle: [3581, 3586, 3587] +Triangle: [3587, 3595, 3588] +Triangle: [3583, 3588, 3589] +Triangle: [3584, 3589, 3590] +Triangle: [1325, 323, 3590] +Triangle: [1325, 3591, 3592] +Triangle: [3585, 1326, 3592] +Triangle: [3585, 3593, 3594] +Triangle: [3586, 3594, 3595] +Triangle: [3595, 3603, 3596] +Triangle: [3588, 3596, 3597] +Triangle: [3589, 3597, 3598] +Triangle: [3591, 3590, 3598] +Triangle: [3592, 3591, 3599] +Triangle: [3593, 3592, 3600] +Triangle: [3594, 3593, 3601] +Triangle: [3594, 3602, 3603] +Triangle: [3603, 3611, 3604] +Triangle: [3596, 3604, 3605] +Triangle: [3597, 3605, 3606] +Triangle: [3598, 3606, 3607] +Triangle: [3600, 3599, 3607] +Triangle: [3601, 3600, 3608] +Triangle: [3602, 3601, 3609] +Triangle: [3603, 3602, 3610] +Triangle: [3604, 3611, 3619] +Triangle: [3604, 3612, 3613] +Triangle: [3605, 3613, 3614] +Triangle: [3606, 3614, 3615] +Triangle: [3607, 3615, 3616] +Triangle: [3609, 3608, 3616] +Triangle: [3610, 3609, 3617] +Triangle: [3611, 3610, 3618] +Triangle: [3612, 3619, 3627] +Triangle: [3612, 3620, 3621] +Triangle: [3613, 3621, 3622] +Triangle: [3614, 3622, 3623] +Triangle: [3615, 3623, 3624] +Triangle: [3617, 3616, 3624] +Triangle: [3618, 3617, 3625] +Triangle: [3619, 3618, 3626] +Triangle: [3620, 3627, 3635] +Triangle: [3620, 3628, 3629] +Triangle: [3621, 3629, 3630] +Triangle: [3622, 3630, 3631] +Triangle: [3623, 3631, 3632] +Triangle: [3625, 3624, 3632] +Triangle: [3626, 3625, 3633] +Triangle: [3627, 3626, 3634] +Triangle: [3628, 3635, 3643] +Triangle: [3628, 3636, 3637] +Triangle: [3629, 3637, 3638] +Triangle: [3630, 3638, 3639] +Triangle: [3631, 3639, 3640] +Triangle: [3633, 3632, 3640] +Triangle: [3634, 3633, 3641] +Triangle: [3635, 3634, 3642] +Triangle: [3636, 3643, 3651] +Triangle: [3636, 3644, 3645] +Triangle: [3637, 3645, 3646] +Triangle: [3638, 3646, 3647] +Triangle: [3639, 3647, 3648] +Triangle: [3641, 3640, 3648] +Triangle: [3642, 3641, 3649] +Triangle: [3643, 3642, 3650] +Triangle: [3644, 3651, 3659] +Triangle: [3644, 3652, 3653] +Triangle: [3645, 3653, 3654] +Triangle: [3646, 3654, 3655] +Triangle: [3647, 3655, 3656] +Triangle: [3649, 3648, 3656] +Triangle: [3650, 3649, 3657] +Triangle: [3651, 3650, 3658] +Triangle: [3652, 3659, 3667] +Triangle: [3652, 3660, 3661] +Triangle: [3653, 3661, 3662] +Triangle: [3654, 3662, 3663] +Triangle: [3655, 3663, 3664] +Triangle: [3657, 3656, 3664] +Triangle: [3658, 3657, 3665] +Triangle: [3659, 3658, 3666] +Triangle: [3660, 3667, 3675] +Triangle: [3660, 3668, 3669] +Triangle: [3661, 3669, 3670] +Triangle: [3662, 3670, 3671] +Triangle: [3663, 3671, 3672] +Triangle: [3664, 3672, 3673] +Triangle: [3666, 3665, 3673] +Triangle: [3667, 3666, 3674] +Triangle: [3668, 3675, 3683] +Triangle: [3669, 3668, 3676] +Triangle: [3669, 3677, 3678] +Triangle: [3670, 3678, 3679] +Triangle: [3671, 3679, 3680] +Triangle: [3672, 3680, 3681] +Triangle: [3674, 3673, 3681] +Triangle: [3675, 3674, 3682] +Triangle: [3676, 3683, 3691] +Triangle: [3677, 3676, 3684] +Triangle: [3678, 3677, 3685] +Triangle: [3678, 3686, 3687] +Triangle: [3679, 3687, 3688] +Triangle: [3680, 3688, 3689] +Triangle: [3681, 3689, 3690] +Triangle: [3683, 3682, 3690] +Triangle: [3684, 3691, 3699] +Triangle: [3685, 3684, 3692] +Triangle: [3686, 3685, 3693] +Triangle: [3687, 3686, 3694] +Triangle: [3687, 3695, 3696] +Triangle: [3688, 3696, 3697] +Triangle: [3689, 3697, 3698] +Triangle: [3690, 3698, 3699] +Triangle: [3701, 3708, 3716] +Triangle: [3702, 3701, 3709] +Triangle: [3703, 3702, 3710] +Triangle: [3703, 3711, 3712] +Triangle: [3704, 3712, 3713] +Triangle: [3705, 3713, 3714] +Triangle: [3706, 3714, 3715] +Triangle: [3708, 3707, 3715] +Triangle: [3709, 3716, 3724] +Triangle: [3710, 3709, 3717] +Triangle: [3711, 3710, 3718] +Triangle: [3711, 3719, 3720] +Triangle: [3712, 3720, 3721] +Triangle: [3713, 3721, 3722] +Triangle: [3714, 3722, 3723] +Triangle: [3716, 3715, 3723] +Triangle: [3717, 3724, 3732] +Triangle: [3718, 3717, 3725] +Triangle: [3719, 3718, 3726] +Triangle: [3719, 3727, 3728] +Triangle: [3720, 3728, 3729] +Triangle: [3721, 3729, 3730] +Triangle: [3722, 3730, 3731] +Triangle: [3724, 3723, 3731] +Triangle: [3732, 3740, 3733] +Triangle: [3725, 3733, 3734] +Triangle: [3726, 3734, 3735] +Triangle: [3728, 3727, 3735] +Triangle: [3729, 3728, 3736] +Triangle: [3730, 3729, 3737] +Triangle: [3731, 3730, 3738] +Triangle: [3731, 3739, 3740] +Triangle: [3740, 3748, 3741] +Triangle: [3733, 3741, 3742] +Triangle: [3734, 3742, 3743] +Triangle: [3736, 3735, 3743] +Triangle: [3737, 3736, 3744] +Triangle: [3738, 3737, 3745] +Triangle: [3739, 3738, 3746] +Triangle: [3739, 3747, 3748] +Triangle: [3748, 3756, 3749] +Triangle: [3741, 3749, 3750] +Triangle: [3742, 3750, 3751] +Triangle: [3744, 3743, 3751] +Triangle: [3745, 3744, 3752] +Triangle: [3746, 3745, 3753] +Triangle: [3747, 3746, 3754] +Triangle: [3747, 3755, 3756] +Triangle: [3756, 3764, 3757] +Triangle: [3749, 3757, 3758] +Triangle: [3750, 3758, 3759] +Triangle: [3752, 3751, 3759] +Triangle: [3753, 3752, 3760] +Triangle: [3754, 3753, 3761] +Triangle: [3754, 3762, 3763] +Triangle: [3755, 3763, 3764] +Triangle: [3764, 3772, 3765] +Triangle: [3757, 3765, 3766] +Triangle: [3758, 3766, 3767] +Triangle: [3760, 3759, 3767] +Triangle: [3761, 3760, 3768] +Triangle: [3762, 3761, 3769] +Triangle: [3762, 3770, 3771] +Triangle: [3763, 3771, 3772] +Triangle: [3772, 3780, 3773] +Triangle: [3765, 3773, 3774] +Triangle: [3766, 3774, 3775] +Triangle: [3768, 3767, 3775] +Triangle: [3769, 3768, 3776] +Triangle: [3770, 3769, 3777] +Triangle: [3770, 3778, 3779] +Triangle: [3771, 3779, 3780] +Triangle: [3773, 3780, 3788] +Triangle: [3773, 3781, 3782] +Triangle: [3774, 3782, 3783] +Triangle: [3776, 3775, 3783] +Triangle: [3777, 3776, 3784] +Triangle: [3778, 3777, 3785] +Triangle: [3778, 3786, 3787] +Triangle: [3779, 3787, 3788] +Triangle: [3781, 3788, 3796] +Triangle: [3781, 3789, 3790] +Triangle: [3782, 3790, 3791] +Triangle: [3783, 3791, 3792] +Triangle: [3785, 3784, 3792] +Triangle: [3786, 3785, 3793] +Triangle: [3787, 3786, 3794] +Triangle: [3788, 3787, 3795] +Triangle: [3796, 3804, 3797] +Triangle: [3789, 3797, 3798] +Triangle: [3790, 3798, 3799] +Triangle: [3791, 3799, 3800] +Triangle: [3793, 3792, 3800] +Triangle: [3794, 3793, 3801] +Triangle: [3795, 3794, 3802] +Triangle: [3796, 3795, 3803] +Triangle: [3804, 3812, 3805] +Triangle: [3797, 3805, 3806] +Triangle: [3798, 3806, 3807] +Triangle: [3799, 3807, 3808] +Triangle: [3800, 3808, 3809] +Triangle: [3802, 3801, 3809] +Triangle: [3803, 3802, 3810] +Triangle: [3804, 3803, 3811] +Triangle: [3805, 3812, 3820] +Triangle: [3805, 3813, 3814] +Triangle: [3806, 3814, 3815] +Triangle: [3807, 3815, 3816] +Triangle: [3808, 3816, 3817] +Triangle: [3810, 3809, 3817] +Triangle: [3811, 3810, 3818] +Triangle: [3812, 3811, 3819] +Triangle: [3813, 3820, 3828] +Triangle: [3814, 3813, 3821] +Triangle: [3814, 3822, 3823] +Triangle: [3815, 3823, 3824] +Triangle: [3816, 3824, 3825] +Triangle: [3817, 3825, 3826] +Triangle: [3819, 3818, 3826] +Triangle: [3820, 3819, 3827] +Triangle: [3821, 3828, 3836] +Triangle: [3822, 3821, 3829] +Triangle: [3823, 3822, 3830] +Triangle: [3823, 3831, 3832] +Triangle: [3824, 3832, 3833] +Triangle: [3825, 3833, 3834] +Triangle: [3826, 3834, 3835] +Triangle: [3828, 3827, 3835] +Triangle: [3845, 3853, 3846] +Triangle: [3838, 3846, 3847] +Triangle: [3839, 3847, 3848] +Triangle: [3841, 3840, 3848] +Triangle: [3842, 3841, 3849] +Triangle: [3843, 3842, 3850] +Triangle: [3844, 3843, 3851] +Triangle: [3845, 3844, 3852] +Triangle: [3853, 3861, 3854] +Triangle: [3846, 3854, 3855] +Triangle: [3848, 3847, 3855] +Triangle: [3849, 3848, 3856] +Triangle: [3850, 3849, 3857] +Triangle: [3850, 3858, 3859] +Triangle: [3851, 3859, 3860] +Triangle: [3852, 3860, 3861] +Triangle: [3861, 3869, 3862] +Triangle: [3855, 3854, 3862] +Triangle: [3856, 3855, 3863] +Triangle: [3857, 3856, 3864] +Triangle: [3858, 3857, 3865] +Triangle: [3858, 3866, 3867] +Triangle: [3859, 3867, 3868] +Triangle: [3860, 3868, 3869] +Triangle: [3862, 3869, 3877] +Triangle: [3863, 3862, 3870] +Triangle: [3863, 3871, 3872] +Triangle: [3864, 3872, 3873] +Triangle: [3865, 3873, 3874] +Triangle: [3866, 3874, 3875] +Triangle: [3868, 3867, 3875] +Triangle: [3869, 3868, 3876] +Triangle: [3870, 3877, 3885] +Triangle: [3871, 3870, 3878] +Triangle: [3871, 3879, 3880] +Triangle: [3872, 3880, 3881] +Triangle: [3873, 3881, 3882] +Triangle: [3874, 3882, 3883] +Triangle: [3876, 3875, 3883] +Triangle: [3877, 3876, 3884] +Triangle: [3878, 3885, 3893] +Triangle: [3878, 3886, 3887] +Triangle: [3880, 3879, 3887] +Triangle: [3881, 3880, 3888] +Triangle: [3882, 3881, 3889] +Triangle: [3883, 3882, 3890] +Triangle: [3883, 3891, 3892] +Triangle: [3884, 3892, 3893] +Triangle: [3886, 3893, 3901] +Triangle: [3886, 3894, 3895] +Triangle: [3888, 3887, 3895] +Triangle: [3889, 3888, 3896] +Triangle: [3890, 3889, 3897] +Triangle: [3890, 3898, 3899] +Triangle: [3891, 3899, 3900] +Triangle: [3892, 3900, 3901] +Triangle: [3951, 3952, 3910] +Triangle: [3956, 3951, 3907] +Triangle: [3953, 3908, 3909] +Triangle: [3954, 3909, 3936] +Triangle: [3907, 3910, 3914] +Triangle: [3944, 3907, 3911] +Triangle: [3908, 3912, 3913] +Triangle: [3909, 3913, 3937] +Triangle: [3914, 3918, 3915] +Triangle: [3945, 3911, 3915] +Triangle: [3913, 3912, 3916] +Triangle: [3913, 3917, 3938] +Triangle: [3915, 3918, 3922] +Triangle: [3946, 3915, 3919] +Triangle: [3917, 3916, 3920] +Triangle: [3917, 3921, 3939] +Triangle: [3919, 3922, 3926] +Triangle: [3947, 3919, 3923] +Triangle: [3920, 3924, 3925] +Triangle: [3921, 3925, 3940] +Triangle: [3926, 3930, 3927] +Triangle: [3948, 3923, 3927] +Triangle: [3925, 3924, 3928] +Triangle: [3940, 3925, 3929] +Triangle: [3930, 3934, 3931] +Triangle: [3927, 3931, 3950] +Triangle: [3929, 3928, 3932] +Triangle: [3929, 3933, 3942] +Triangle: [3930, 3941, 3942] +Triangle: [3940, 3941, 3930] +Triangle: [3922, 3939, 3940] +Triangle: [3938, 3939, 3922] +Triangle: [3937, 3938, 3918] +Triangle: [3936, 3937, 3914] +Triangle: [3955, 3936, 3910] +Triangle: [3949, 3950, 3932] +Triangle: [3948, 3949, 3928] +Triangle: [3947, 3948, 3924] +Triangle: [3916, 3946, 3947] +Triangle: [3912, 3945, 3946] +Triangle: [3908, 3944, 3945] +Triangle: [3953, 3956, 3944] +Triangle: [3904, 3943, 3956] +Triangle: [3935, 3955, 3952] +Triangle: [3905, 3954, 3955] +Triangle: [3905, 3904, 3953] +Triangle: [3943, 3903, 3951] +Triangle: [3906, 3952, 3951] +Triangle: [3957, 3960, 3964] +Triangle: [3978, 3957, 3961] +Triangle: [3958, 3962, 3963] +Triangle: [3959, 3963, 3975] +Triangle: [3961, 3964, 3968] +Triangle: [3962, 3979, 3980] +Triangle: [3975, 3976, 3968] +Triangle: [3965, 3980, 3979] +Triangle: [3968, 3972, 3969] +Triangle: [3980, 3965, 3969] +Triangle: [3967, 3966, 3970] +Triangle: [3976, 3967, 3971] +Triangle: [3976, 3977, 3972] +Triangle: [3963, 3967, 3976] +Triangle: [3974, 3975, 3964] +Triangle: [3980, 3981, 3970] +Triangle: [3963, 3962, 3966] +Triangle: [3958, 3978, 3979] +Triangle: [4022, 3982, 3983] +Triangle: [4023, 3986, 3987] +Triangle: [3985, 3984, 4021] +Triangle: [4020, 3987, 3988] +Triangle: [4021, 3984, 3982] +Triangle: [4018, 3983, 3986] +Triangle: [3991, 3998, 3996] +Triangle: [3997, 4000, 3993] +Triangle: [3996, 3997, 3990] +Triangle: [4000, 4001, 3994] +Triangle: [3999, 3998, 3991] +Triangle: [3994, 4001, 4002] +Triangle: [4028, 4025, 4004] +Triangle: [4029, 4026, 4007] +Triangle: [4019, 4027, 4005] +Triangle: [4024, 3988, 4378] +Triangle: [4027, 4028, 4003] +Triangle: [4029, 4006, 4004] +Triangle: [4010, 4008, 4013] +Triangle: [4011, 4016, 4014] +Triangle: [4008, 4009, 4014] +Triangle: [4012, 4017, 4016] +Triangle: [3992, 4010, 4015] +Triangle: [3995, 4002, 4380] +Triangle: [3989, 3982, 3984] +Triangle: [3984, 3985, 3992] +Triangle: [3985, 4005, 4010] +Triangle: [4005, 4003, 4008] +Triangle: [4003, 4004, 4009] +Triangle: [4009, 4004, 4006] +Triangle: [4006, 4007, 4012] +Triangle: [4379, 4378, 3988] +Triangle: [3995, 3988, 3987] +Triangle: [3994, 3987, 3986] +Triangle: [3986, 3983, 3990] +Triangle: [3990, 3983, 3982] +Triangle: [4360, 4029, 4025] +Triangle: [4359, 4028, 4027] +Triangle: [4358, 4024, 4381] +Triangle: [4355, 4027, 4019] +Triangle: [4354, 4026, 4029] +Triangle: [4353, 4025, 4028] +Triangle: [4349, 4018, 4023] +Triangle: [4352, 4021, 4022] +Triangle: [4351, 4020, 4024] +Triangle: [4350, 4019, 4021] +Triangle: [4357, 4023, 4020] +Triangle: [4356, 4022, 4018] +Triangle: [4000, 3997, 4032] +Triangle: [4232, 4032, 4043] +Triangle: [4033, 4034, 4001] +Triangle: [3996, 4043, 4032] +Triangle: [3998, 4042, 4043] +Triangle: [3998, 3999, 4041] +Triangle: [3999, 4015, 4040] +Triangle: [4015, 4013, 4039] +Triangle: [4013, 4014, 4038] +Triangle: [4016, 4037, 4038] +Triangle: [4017, 4036, 4037] +Triangle: [4002, 4035, 4382] +Triangle: [4001, 4034, 4035] +Triangle: [4290, 4291, 4266] +Triangle: [4065, 4364, 4363] +Triangle: [4363, 4365, 4066] +Triangle: [4050, 4048, 4495] +Triangle: [4048, 4049, 4497] +Triangle: [4070, 4053, 4052] +Triangle: [4072, 4054, 4053] +Triangle: [4071, 4052, 4051] +Triangle: [4074, 4055, 4054] +Triangle: [4069, 4073, 4051] +Triangle: [4050, 4055, 4074] +Triangle: [4499, 4057, 4056] +Triangle: [4500, 4491, 4057] +Triangle: [4049, 4051, 4498] +Triangle: [4058, 4490, 4488] +Triangle: [4059, 4362, 4062] +Triangle: [4062, 4366, 4370] +Triangle: [4064, 4066, 4031] +Triangle: [4065, 4064, 4030] +Triangle: [4047, 4364, 4493] +Triangle: [4046, 4056, 4372] +Triangle: [4067, 4069, 4049] +Triangle: [4068, 4067, 4048] +Triangle: [4078, 4079, 4081] +Triangle: [4385, 4383, 4078] +Triangle: [4384, 4385, 4083] +Triangle: [4083, 4081, 4077] +Triangle: [4138, 4139, 4104] +Triangle: [4388, 4095, 4117] +Triangle: [4122, 4099, 4097] +Triangle: [4399, 4134, 4107] +Triangle: [4095, 4096, 4116] +Triangle: [4137, 4102, 4100] +Triangle: [4137, 4138, 4103] +Triangle: [4134, 4088, 4089] +Triangle: [4638, 4086, 4087] +Triangle: [4643, 4641, 4088] +Triangle: [4398, 4386, 4091] +Triangle: [4641, 4123, 4122] +Triangle: [4638, 4636, 4085] +Triangle: [4133, 4091, 4087] +Triangle: [4132, 4089, 4090] +Triangle: [4636, 4637, 4084] +Triangle: [4384, 4075, 4104] +Triangle: [4082, 4076, 4107] +Triangle: [4080, 4082, 4106] +Triangle: [4080, 4105, 4391] +Triangle: [4075, 4077, 4103] +Triangle: [4081, 4102, 4103] +Triangle: [4079, 4100, 4102] +Triangle: [4078, 4101, 4100] +Triangle: [4124, 4115, 4113] +Triangle: [4126, 4109, 4115] +Triangle: [4127, 4108, 4393] +Triangle: [4129, 4128, 4111] +Triangle: [4130, 4129, 4112] +Triangle: [4131, 4130, 4114] +Triangle: [4127, 4131, 4110] +Triangle: [4396, 4125, 4113] +Triangle: [4123, 4093, 4099] +Triangle: [4094, 4092, 4119] +Triangle: [4098, 4094, 4118] +Triangle: [4389, 4093, 4123] +Triangle: [4098, 4120, 4116] +Triangle: [4117, 4116, 4634] +Triangle: [4640, 4122, 4121] +Triangle: [4395, 4117, 4635] +Triangle: [4097, 4125, 4396] +Triangle: [4092, 4094, 4131] +Triangle: [4094, 4098, 4130] +Triangle: [4098, 4096, 4129] +Triangle: [4096, 4095, 4128] +Triangle: [4092, 4127, 4397] +Triangle: [4093, 4126, 4124] +Triangle: [4099, 4124, 4125] +Triangle: [4132, 4135, 4105] +Triangle: [4101, 4133, 4136] +Triangle: [4391, 4398, 4133] +Triangle: [4134, 4132, 4106] +Triangle: [4086, 4085, 4138] +Triangle: [4086, 4137, 4136] +Triangle: [4387, 4088, 4134] +Triangle: [4085, 4084, 4139] +Triangle: [4410, 4159, 4160] +Triangle: [4408, 4161, 4159] +Triangle: [4157, 4163, 4164] +Triangle: [4156, 4164, 4162] +Triangle: [4220, 4185, 4184] +Triangle: [4178, 4176, 4198] +Triangle: [4413, 4178, 4202] +Triangle: [4215, 4188, 4185] +Triangle: [4176, 4177, 4197] +Triangle: [4424, 4218, 4183] +Triangle: [4218, 4219, 4184] +Triangle: [4169, 4170, 4213] +Triangle: [4419, 4201, 4167] +Triangle: [4204, 4169, 4165] +Triangle: [4171, 4172, 4214] +Triangle: [4169, 4204, 4203] +Triangle: [4201, 4199, 4166] +Triangle: [4214, 4172, 4168] +Triangle: [4411, 4171, 4216] +Triangle: [4199, 4200, 4165] +Triangle: [4157, 4156, 4185] +Triangle: [4157, 4188, 4187] +Triangle: [4408, 4163, 4187] +Triangle: [4161, 4186, 4182] +Triangle: [4158, 4184, 4185] +Triangle: [4158, 4162, 4183] +Triangle: [4160, 4181, 4416] +Triangle: [4159, 4182, 4181] +Triangle: [4205, 4196, 4417] +Triangle: [4205, 4207, 4190] +Triangle: [4207, 4208, 4189] +Triangle: [4209, 4192, 4193] +Triangle: [4421, 4210, 4193] +Triangle: [4212, 4211, 4195] +Triangle: [4208, 4212, 4191] +Triangle: [4206, 4194, 4192] +Triangle: [4174, 4180, 4203] +Triangle: [4173, 4200, 4199] +Triangle: [4175, 4199, 4201] +Triangle: [4174, 4204, 4200] +Triangle: [4179, 4201, 4419] +Triangle: [4198, 4197, 4168] +Triangle: [4420, 4202, 4171] +Triangle: [4202, 4198, 4172] +Triangle: [4178, 4206, 4209] +Triangle: [4175, 4212, 4208] +Triangle: [4175, 4179, 4211] +Triangle: [4414, 4177, 4210] +Triangle: [4177, 4176, 4209] +Triangle: [4174, 4173, 4208] +Triangle: [4180, 4174, 4207] +Triangle: [4180, 4205, 4422] +Triangle: [4423, 4216, 4186] +Triangle: [4182, 4214, 4217] +Triangle: [4216, 4214, 4182] +Triangle: [4215, 4213, 4187] +Triangle: [4167, 4166, 4219] +Triangle: [4412, 4167, 4218] +Triangle: [4169, 4215, 4220] +Triangle: [4166, 4165, 4220] +Triangle: [4115, 4142, 4146] +Triangle: [4150, 4154, 4145] +Triangle: [4191, 4195, 4153] +Triangle: [4417, 4196, 4222] +Triangle: [4426, 4425, 4222] +Triangle: [4281, 4282, 4246] +Triangle: [4040, 4039, 4282] +Triangle: [4427, 4426, 4224] +Triangle: [4223, 4228, 4229] +Triangle: [4035, 4225, 4427] +Triangle: [4232, 4233, 4044] +Triangle: [4235, 4234, 4227] +Triangle: [4325, 4308, 4429] +Triangle: [4245, 4324, 4307] +Triangle: [4239, 4240, 4229] +Triangle: [4225, 4227, 4228] +Triangle: [4242, 4241, 4229] +Triangle: [4235, 4238, 4244] +Triangle: [4244, 4240, 4239] +Triangle: [4243, 4242, 4240] +Triangle: [4111, 4316, 4308] +Triangle: [4039, 4038, 4283] +Triangle: [4041, 4040, 4281] +Triangle: [4269, 4246, 4282] +Triangle: [4280, 4281, 4247] +Triangle: [4403, 4430, 4250] +Triangle: [4251, 4249, 4140] +Triangle: [4141, 4250, 4252] +Triangle: [4393, 4431, 4254] +Triangle: [4255, 4253, 4108] +Triangle: [4109, 4254, 4256] +Triangle: [4432, 4258, 4149] +Triangle: [4259, 4257, 4148] +Triangle: [4149, 4258, 4260] +Triangle: [4147, 4252, 4259] +Triangle: [4115, 4256, 4251] +Triangle: [4261, 4262, 4190] +Triangle: [4263, 4261, 4189] +Triangle: [4190, 4262, 4222] +Triangle: [4155, 4260, 4263] +Triangle: [4258, 4261, 4263] +Triangle: [4257, 4259, 4252] +Triangle: [4249, 4251, 4256] +Triangle: [4373, 4063, 4065] +Triangle: [4267, 4264, 4377] +Triangle: [4268, 4264, 4267] +Triangle: [4434, 4433, 4264] +Triangle: [4038, 4037, 4284] +Triangle: [4283, 4284, 4279] +Triangle: [4435, 4438, 4276] +Triangle: [4438, 4248, 4247] +Triangle: [4271, 4270, 4276] +Triangle: [4434, 4268, 4435] +Triangle: [4440, 4270, 4271] +Triangle: [4441, 4271, 4436] +Triangle: [4442, 4272, 4273] +Triangle: [4482, 4443, 4273] +Triangle: [4445, 4444, 4274] +Triangle: [4446, 4445, 4275] +Triangle: [4262, 4261, 4269] +Triangle: [4224, 4222, 4262] +Triangle: [4224, 4279, 4284] +Triangle: [4037, 4036, 4226] +Triangle: [4292, 4280, 4248] +Triangle: [4280, 4289, 4042] +Triangle: [4447, 4246, 4269] +Triangle: [4285, 4278, 4275] +Triangle: [4449, 4285, 4274] +Triangle: [4481, 4448, 4287] +Triangle: [4287, 4277, 4439] +Triangle: [4271, 4277, 4451] +Triangle: [4451, 4277, 4287] +Triangle: [4288, 4286, 4273] +Triangle: [4289, 4233, 4043] +Triangle: [4231, 4232, 4030] +Triangle: [4289, 4291, 4290] +Triangle: [4292, 4291, 4289] +Triangle: [4231, 4031, 4295] +Triangle: [4291, 4292, 4267] +Triangle: [4062, 4362, 4293] +Triangle: [4369, 4367, 4237] +Triangle: [4066, 4060, 4295] +Triangle: [4243, 4244, 4238] +Triangle: [4238, 4486, 4294] +Triangle: [4486, 4238, 4235] +Triangle: [4194, 4221, 4296] +Triangle: [4221, 4229, 4241] +Triangle: [4195, 4298, 4297] +Triangle: [4453, 4300, 4299] +Triangle: [4405, 4153, 4297] +Triangle: [4193, 4300, 4453] +Triangle: [4301, 4192, 4296] +Triangle: [4192, 4301, 4300] +Triangle: [4302, 4301, 4241] +Triangle: [4304, 4299, 4300] +Triangle: [4301, 4302, 4303] +Triangle: [4321, 4315, 4456] +Triangle: [4307, 4306, 4242] +Triangle: [4302, 4242, 4306] +Triangle: [4303, 4302, 4305] +Triangle: [4154, 4311, 4310] +Triangle: [4454, 4313, 4312] +Triangle: [4152, 4313, 4454] +Triangle: [4401, 4145, 4310] +Triangle: [4315, 4321, 4113] +Triangle: [4314, 4320, 4460] +Triangle: [4144, 4317, 4456] +Triangle: [4143, 4312, 4457] +Triangle: [4245, 4238, 4237] +Triangle: [4313, 4152, 4406] +Triangle: [4299, 4304, 4318] +Triangle: [4306, 4318, 4304] +Triangle: [4318, 4306, 4459] +Triangle: [4460, 4320, 4319] +Triangle: [4313, 4319, 4320] +Triangle: [4308, 4323, 4462] +Triangle: [4236, 4309, 4324] +Triangle: [4312, 4320, 4462] +Triangle: [4316, 4317, 4323] +Triangle: [4228, 4227, 4234] +Triangle: [4461, 4322, 4314] +Triangle: [4392, 4113, 4321] +Triangle: [4112, 4326, 4327] +Triangle: [4327, 4255, 4110] +Triangle: [4112, 4111, 4325] +Triangle: [4467, 4328, 4329] +Triangle: [4465, 4330, 4331] +Triangle: [4464, 4322, 4330] +Triangle: [4461, 4309, 4328] +Triangle: [4332, 4328, 4309] +Triangle: [4332, 4236, 4368] +Triangle: [4329, 4328, 4332] +Triangle: [4468, 4331, 4334] +Triangle: [4470, 4334, 4331] +Triangle: [4336, 4335, 4329] +Triangle: [4480, 4469, 4334] +Triangle: [4265, 4266, 4375] +Triangle: [4487, 4336, 4333] +Triangle: [4033, 4032, 4232] +Triangle: [4344, 4337, 3339] +Triangle: [4345, 4339, 3341] +Triangle: [4338, 4340, 3342] +Triangle: [4339, 4346, 3570] +Triangle: [4340, 4344, 3572] +Triangle: [3339, 4337, 4345] +Triangle: [3343, 4341, 4347] +Triangle: [3568, 3344, 4342] +Triangle: [3345, 4343, 4338] +Triangle: [3558, 3570, 4346] +Triangle: [3569, 4347, 4343] +Triangle: [3343, 3568, 4348] +Triangle: [4407, 4473, 4150] +Triangle: [4474, 4473, 4155] +Triangle: [4479, 4474, 4153] +Triangle: [4403, 4475, 4142] +Triangle: [4475, 4147, 4145] +Triangle: [4478, 4476, 4145] +Triangle: [4344, 4356, 4349] +Triangle: [4345, 4357, 4351] +Triangle: [4350, 4352, 4340] +Triangle: [4339, 4351, 4358] +Triangle: [4352, 4356, 4344] +Triangle: [4337, 4349, 4357] +Triangle: [4341, 4353, 4359] +Triangle: [4342, 4354, 4360] +Triangle: [4343, 4355, 4350] +Triangle: [4472, 4346, 4358] +Triangle: [4347, 4359, 4355] +Triangle: [4341, 4348, 4360] +Triangle: [4333, 4332, 4361] +Triangle: [4061, 4366, 4369] +Triangle: [4063, 4487, 4293] +Triangle: [4059, 4493, 4063] +Triangle: [4368, 4236, 4237] +Triangle: [4047, 4045, 4363] +Triangle: [4065, 4063, 4493] +Triangle: [4045, 4046, 4365] +Triangle: [4062, 4361, 4368] +Triangle: [4062, 4367, 4369] +Triangle: [4057, 4371, 4372] +Triangle: [4365, 4372, 4060] +Triangle: [4290, 4265, 4374] +Triangle: [4373, 4044, 4374] +Triangle: [4375, 4376, 4336] +Triangle: [4375, 4266, 4377] +Triangle: [4376, 4471, 4335] +Triangle: [4472, 4477, 4354] +Triangle: [4146, 4476, 4478] +Triangle: [4144, 4400, 4478] +Triangle: [4402, 4478, 4401] +Triangle: [4142, 4475, 4476] +Triangle: [4141, 4147, 4475] +Triangle: [4404, 4154, 4474] +Triangle: [4152, 4404, 4479] +Triangle: [4406, 4479, 4405] +Triangle: [4154, 4150, 4473] +Triangle: [4149, 4155, 4473] +Triangle: [3344, 3558, 4472] +Triangle: [4433, 4255, 4469] +Triangle: [4264, 4433, 4480] +Triangle: [4471, 4480, 4470] +Triangle: [4335, 4470, 4466] +Triangle: [4327, 4468, 4469] +Triangle: [4322, 4461, 4467] +Triangle: [4325, 4464, 4465] +Triangle: [4326, 4465, 4468] +Triangle: [4330, 4467, 4466] +Triangle: [4392, 4463, 4316] +Triangle: [4309, 4461, 4428] +Triangle: [4457, 4462, 4323] +Triangle: [4429, 4462, 4320] +Triangle: [4460, 4459, 4306] +Triangle: [4458, 4459, 4319] +Triangle: [4458, 4406, 4151] +Triangle: [4402, 4457, 4317] +Triangle: [4400, 4456, 4315] +Triangle: [4428, 4460, 4307] +Triangle: [4143, 4401, 4455] +Triangle: [4404, 4454, 4311] +Triangle: [4311, 4454, 4455] +Triangle: [4463, 4456, 4317] +Triangle: [4418, 4453, 4298] +Triangle: [4151, 4405, 4452] +Triangle: [4298, 4453, 4452] +Triangle: [4288, 4451, 4448] +Triangle: [4436, 4451, 4288] +Triangle: [4450, 4439, 4247] +Triangle: [4286, 4448, 4481] +Triangle: [4449, 4481, 4447] +Triangle: [4481, 4450, 4246] +Triangle: [4286, 4449, 4437] +Triangle: [4285, 4447, 4446] +Triangle: [4269, 4261, 4445] +Triangle: [4261, 4258, 4444] +Triangle: [4432, 4257, 4443] +Triangle: [4258, 4432, 4482] +Triangle: [4444, 4482, 4437] +Triangle: [4250, 4442, 4443] +Triangle: [4249, 4441, 4483] +Triangle: [4430, 4483, 4442] +Triangle: [4483, 4436, 4272] +Triangle: [4254, 4440, 4441] +Triangle: [4253, 4434, 4484] +Triangle: [4431, 4484, 4440] +Triangle: [4484, 4435, 4270] +Triangle: [4276, 4438, 4439] +Triangle: [4268, 4248, 4438] +Triangle: [4253, 4255, 4433] +Triangle: [4257, 4432, 4407] +Triangle: [4108, 4253, 4431] +Triangle: [4140, 4249, 4430] +Triangle: [4464, 4429, 4314] +Triangle: [4382, 4427, 4226] +Triangle: [4225, 4223, 4426] +Triangle: [4223, 4221, 4425] +Triangle: [4194, 4417, 4425] +Triangle: [4412, 4424, 4217] +Triangle: [4213, 4423, 4415] +Triangle: [4413, 4422, 4206] +Triangle: [4179, 4414, 4421] +Triangle: [4203, 4420, 4411] +Triangle: [4414, 4419, 4197] +Triangle: [4211, 4421, 4418] +Triangle: [4206, 4422, 4417] +Triangle: [4162, 4409, 4416] +Triangle: [4161, 4408, 4415] +Triangle: [4170, 4411, 4423] +Triangle: [4197, 4419, 4412] +Triangle: [4424, 4416, 4181] +Triangle: [4180, 4413, 4420] +Triangle: [4163, 4408, 4410] +Triangle: [4164, 4410, 4409] +Triangle: [4084, 4387, 4399] +Triangle: [4105, 4135, 4398] +Triangle: [4093, 4389, 4397] +Triangle: [4095, 4388, 4396] +Triangle: [4639, 4121, 4395] +Triangle: [4092, 4389, 4394] +Triangle: [4128, 4396, 4392] +Triangle: [4397, 4393, 4109] +Triangle: [4383, 4391, 4101] +Triangle: [4076, 4384, 4390] +Triangle: [4135, 4090, 4386] +Triangle: [4637, 4643, 4387] +Triangle: [4139, 4399, 4390] +Triangle: [4097, 4388, 4395] +Triangle: [4076, 4082, 4385] +Triangle: [4082, 4080, 4383] +Triangle: [4380, 4382, 4036] +Triangle: [4477, 4381, 4026] +Triangle: [4007, 4378, 4379] +Triangle: [4379, 4380, 4017] +Triangle: [4026, 4381, 4378] +Triangle: [4377, 4264, 4471] +Triangle: [4487, 4063, 4373] +Triangle: [4489, 4492, 4295] +Triangle: [4055, 4488, 4490] +Triangle: [4227, 4225, 4035] +Triangle: [4060, 4372, 4371] +Triangle: [4492, 4485, 4230] +Triangle: [4033, 4231, 4230] +Triangle: [4227, 4034, 4230] +Triangle: [4486, 4485, 4492] +Triangle: [4492, 4489, 4061] +Triangle: [4494, 4061, 4489] +Triangle: [4371, 4057, 4491] +Triangle: [4061, 4494, 4370] +Triangle: [4494, 4491, 4058] +Triangle: [4497, 4498, 4056] +Triangle: [4053, 4500, 4499] +Triangle: [4052, 4499, 4498] +Triangle: [4495, 4497, 4046] +Triangle: [4496, 4495, 4045] +Triangle: [4047, 4059, 4488] +Triangle: [4055, 4050, 4496] +Triangle: [4501, 4073, 4069] +Triangle: [4071, 4073, 4501] +Triangle: [4072, 4070, 4501] +Triangle: [4501, 4067, 4068] +Triangle: [4054, 4490, 4500] +Triangle: [4491, 4500, 4490] +Triangle: [4525, 3349, 3208] +Triangle: [3408, 3389, 3401] +Triangle: [4519, 3382, 2428] +Triangle: [3400, 3394, 4504] +Triangle: [3415, 3400, 4503] +Triangle: [3413, 3393, 4507] +Triangle: [3350, 4504, 3392] +Triangle: [4504, 3394, 3379] +Triangle: [3402, 4521, 3415] +Triangle: [3347, 4509, 4510] +Triangle: [3347, 46, 2253] +Triangle: [3414, 3359, 4510] +Triangle: [3394, 4519, 4513] +Triangle: [4511, 4522, 3559] +Triangle: [3388, 3382, 4519] +Triangle: [3409, 3388, 4520] +Triangle: [4511, 4512, 2423] +Triangle: [2451, 173, 2256] +Triangle: [3386, 4517, 4518] +Triangle: [3379, 4513, 4517] +Triangle: [4522, 4516, 3385] +Triangle: [3384, 3385, 4516] +Triangle: [3383, 3384, 4515] +Triangle: [3378, 3387, 4518] +Triangle: [3409, 4521, 3402] +Triangle: [3382, 4535, 4534] +Triangle: [3217, 3206, 4530] +Triangle: [4527, 3388, 3409] +Triangle: [4527, 3364, 4536] +Triangle: [3381, 3389, 4524] +Triangle: [2270, 1204, 3358] +Triangle: [4528, 3405, 3346] +Triangle: [4531, 3409, 3390] +Triangle: [4540, 3217, 4523] +Triangle: [4532, 3358, 3405] +Triangle: [4529, 3406, 2436] +Triangle: [4535, 3382, 3388] +Triangle: [3388, 4527, 4535] +Triangle: [4534, 4525, 4530] +Triangle: [2282, 47, 2435] +Triangle: [3349, 4525, 4537] +Triangle: [4538, 2435, 3349] +Triangle: [4525, 4534, 4535] +Triangle: [4539, 4545, 3565] +Triangle: [4539, 4541, 2556] +Triangle: [3505, 3217, 4540] +Triangle: [3506, 3507, 4543] +Triangle: [3507, 3508, 4544] +Triangle: [4545, 4544, 3508] +Triangle: [3506, 4542, 2287] +Triangle: [2557, 4540, 4533] +Triangle: [3216, 2425, 3223] +Triangle: [267, 2626, 4546] +Triangle: [2626, 2627, 4547] +Triangle: [2627, 2628, 2816] +Triangle: [4581, 4582, 2695] +Triangle: [4560, 4558, 4581] +Triangle: [4583, 2701, 2693] +Triangle: [4584, 2693, 2692] +Triangle: [4580, 4548, 4561] +Triangle: [4549, 4548, 4580] +Triangle: [4550, 4549, 4586] +Triangle: [4551, 4550, 4587] +Triangle: [4557, 4556, 4589] +Triangle: [4589, 4556, 4555] +Triangle: [4555, 4598, 4596] +Triangle: [4554, 4553, 4592] +Triangle: [4553, 4552, 4593] +Triangle: [4563, 4551, 4588] +Triangle: [4562, 4563, 4594] +Triangle: [4593, 4552, 4562] +Triangle: [4556, 4572, 4571] +Triangle: [4565, 4564, 4548] +Triangle: [4557, 4573, 4572] +Triangle: [4550, 4566, 4565] +Triangle: [4577, 4575, 4559] +Triangle: [4558, 4574, 4573] +Triangle: [4551, 4567, 4566] +Triangle: [4552, 4568, 4578] +Triangle: [4564, 4577, 4561] +Triangle: [4553, 4569, 4568] +Triangle: [4575, 4576, 4560] +Triangle: [4562, 4578, 4579] +Triangle: [4554, 4570, 4569] +Triangle: [4576, 4574, 4558] +Triangle: [4579, 4567, 4551] +Triangle: [4598, 4600, 4570] +Triangle: [4593, 4595, 2688] +Triangle: [2688, 4595, 4594] +Triangle: [4594, 4588, 2689] +Triangle: [2698, 4592, 4593] +Triangle: [4591, 4592, 2698] +Triangle: [4590, 4596, 4597] +Triangle: [4589, 4590, 2696] +Triangle: [4582, 4589, 2703] +Triangle: [4588, 4587, 2690] +Triangle: [4587, 4586, 2691] +Triangle: [2691, 4586, 4580] +Triangle: [2699, 4580, 4585] +Triangle: [4559, 4584, 4585] +Triangle: [4560, 4583, 4584] +Triangle: [4583, 4581, 2694] +Triangle: [4558, 4557, 4582] +Triangle: [4571, 4600, 4598] +Triangle: [4598, 4554, 4591] +Triangle: [2697, 2621, 4599] +Triangle: [4596, 4591, 2697] +Triangle: [2621, 2816, 2628] +Triangle: [4604, 4603, 4605] +Triangle: [4607, 4608, 4606] +Triangle: [4609, 4610, 4608] +Triangle: [4609, 4611, 4612] +Triangle: [4611, 4613, 4614] +Triangle: [4613, 4615, 4616] +Triangle: [4617, 4618, 4616] +Triangle: [4619, 4620, 4618] +Triangle: [4621, 4622, 4620] +Triangle: [4623, 4624, 4622] +Triangle: [4623, 4625, 4626] +Triangle: [4625, 4627, 4628] +Triangle: [4627, 4629, 4630] +Triangle: [4629, 4631, 4632] +Triangle: [4601, 4633, 4632] +Triangle: [4601, 4603, 4604] +Triangle: [4119, 4394, 4643] +Triangle: [4090, 4639, 4642] +Triangle: [4642, 4635, 4091] +Triangle: [4089, 4640, 4639] +Triangle: [4091, 4635, 4634] +Triangle: [4118, 4119, 4637] +Triangle: [4120, 4118, 4636] +Triangle: [4088, 4641, 4640] +Triangle: [4394, 4123, 4641] +Triangle: [4120, 4638, 4634] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999425 +Vertex 1: +Vertex groups: 3 + Group: 'spine', Weight: 0.836326 + Group: 'spine.001', Weight: 0.090082 + Group: 'spine1', Weight: 0.043006 +Vertex 2: +Vertex groups: 3 + Group: 'spine', Weight: 0.835656 + Group: 'spine.001', Weight: 0.088611 + Group: 'spine1', Weight: 0.048553 +Vertex 3: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.115406 + Group: 'spine.003', Weight: 0.395058 + Group: 'shoulder.L', Weight: 0.368170 + Group: 'upper_arm.L', Weight: 0.051657 + Group: 'shoulder.R', Weight: 0.040754 +Vertex 4: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.148105 + Group: 'spine.003', Weight: 0.562162 + Group: 'shoulder.L', Weight: 0.122677 + Group: 'shoulder.R', Weight: 0.122677 +Vertex 5: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.068780 + Group: 'spine.003', Weight: 0.267383 + Group: 'shoulder.L', Weight: 0.534719 + Group: 'upper_arm.L', Weight: 0.035399 + Group: 'shoulder.R', Weight: 0.055499 +Vertex 6: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.068955 + Group: 'spine.003', Weight: 0.501343 + Group: 'shoulder.L', Weight: 0.191656 + Group: 'shoulder.R', Weight: 0.191656 +Vertex 7: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089033 + Group: 'spine.003', Weight: 0.177599 + Group: 'shoulder.L', Weight: 0.151872 + Group: 'upper_arm.L', Weight: 0.568838 +Vertex 8: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107712 + Group: 'spine.003', Weight: 0.181569 + Group: 'shoulder.L', Weight: 0.136085 + Group: 'upper_arm.L', Weight: 0.561274 +Vertex 9: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.115101 + Group: 'spine.003', Weight: 0.187309 + Group: 'shoulder.L', Weight: 0.101247 + Group: 'upper_arm.L', Weight: 0.582196 +Vertex 10: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131039 + Group: 'spine.003', Weight: 0.175148 + Group: 'shoulder.L', Weight: 0.085877 + Group: 'upper_arm.L', Weight: 0.591059 +Vertex 11: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.172420 + Group: 'spine.003', Weight: 0.286620 + Group: 'shoulder.L', Weight: 0.101674 + Group: 'upper_arm.L', Weight: 0.419574 +Vertex 12: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.200335 + Group: 'spine.003', Weight: 0.251630 + Group: 'shoulder.L', Weight: 0.092868 + Group: 'upper_arm.L', Weight: 0.430771 +Vertex 13: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.213215 + Group: 'spine.003', Weight: 0.310427 + Group: 'shoulder.L', Weight: 0.107280 + Group: 'upper_arm.L', Weight: 0.347048 +Vertex 14: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099976 + Group: 'spine.003', Weight: 0.209667 + Group: 'shoulder.L', Weight: 0.173509 + Group: 'upper_arm.L', Weight: 0.502421 +Vertex 15: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.021374 + Group: 'spine.003', Weight: 0.081696 + Group: 'shoulder.L', Weight: 0.323238 + Group: 'upper_arm.L', Weight: 0.547746 +Vertex 16: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.048436 + Group: 'spine.003', Weight: 0.118013 + Group: 'shoulder.L', Weight: 0.457418 + Group: 'upper_arm.L', Weight: 0.358557 +Vertex 17: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.762454 + Group: 'upper_arm.L', Weight: 0.193786 +Vertex 18: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.040194 + Group: 'shoulder.L', Weight: 0.797043 + Group: 'upper_arm.L', Weight: 0.118771 +Vertex 19: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.046894 + Group: 'spine.004', Weight: 0.052870 + Group: 'shoulder.L', Weight: 0.608209 + Group: 'upper_arm.L', Weight: 0.234217 +Vertex 20: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.085326 + Group: 'spine.003', Weight: 0.132797 + Group: 'shoulder.L', Weight: 0.333207 + Group: 'upper_arm.L', Weight: 0.392885 +Vertex 21: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131722 + Group: 'spine.003', Weight: 0.162370 + Group: 'shoulder.L', Weight: 0.285295 + Group: 'upper_arm.L', Weight: 0.369498 +Vertex 22: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.129775 + Group: 'spine.003', Weight: 0.143586 + Group: 'shoulder.L', Weight: 0.158616 + Group: 'upper_arm.L', Weight: 0.545842 +Vertex 23: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.010030 + Group: 'spine.004', Weight: 0.076530 + Group: 'shoulder.L', Weight: 0.662398 + Group: 'upper_arm.L', Weight: 0.183964 +Vertex 24: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.083912 + Group: 'shoulder.L', Weight: 0.688166 + Group: 'upper_arm.L', Weight: 0.181238 +Vertex 25: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.247815 + Group: 'spine.003', Weight: 0.245380 + Group: 'shoulder.L', Weight: 0.121382 + Group: 'upper_arm.L', Weight: 0.347911 +Vertex 26: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.203326 + Group: 'spine.003', Weight: 0.231959 + Group: 'shoulder.L', Weight: 0.242460 + Group: 'upper_arm.L', Weight: 0.257295 +Vertex 27: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.127108 + Group: 'spine.003', Weight: 0.207993 + Group: 'shoulder.L', Weight: 0.279030 + Group: 'upper_arm.L', Weight: 0.309946 + Group: 'shoulder.R', Weight: 0.005167 +Vertex 28: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.057672 + Group: 'spine.004', Weight: 0.119274 + Group: 'shoulder.L', Weight: 0.616171 + Group: 'upper_arm.L', Weight: 0.121978 + Group: 'shoulder.R', Weight: 0.040169 +Vertex 29: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.188896 + Group: 'shoulder.L', Weight: 0.620574 + Group: 'upper_arm.L', Weight: 0.095450 + Group: 'shoulder.R', Weight: 0.006317 +Vertex 30: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.121889 + Group: 'shoulder.L', Weight: 0.714066 + Group: 'upper_arm.L', Weight: 0.112689 +Vertex 31: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037620 + Group: 'spine.002', Weight: 0.615593 + Group: 'spine.003', Weight: 0.136524 + Group: 'shoulder.L', Weight: 0.047578 + Group: 'upper_arm.L', Weight: 0.140064 +Vertex 32: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040062 + Group: 'spine.002', Weight: 0.540467 + Group: 'spine.003', Weight: 0.165664 + Group: 'shoulder.L', Weight: 0.068285 + Group: 'upper_arm.L', Weight: 0.159374 +Vertex 33: +Vertex groups: 3 + Group: 'spine', Weight: 0.055545 + Group: 'spine.001', Weight: 0.335975 + Group: 'spine.002', Weight: 0.567258 +Vertex 34: +Vertex groups: 5 + Group: 'spine', Weight: 0.053970 + Group: 'spine.001', Weight: 0.240900 + Group: 'spine.002', Weight: 0.617407 + Group: 'spine.003', Weight: 0.032999 + Group: 'upper_arm.L', Weight: 0.002920 +Vertex 35: +Vertex groups: 3 + Group: 'spine', Weight: 0.225108 + Group: 'spine.001', Weight: 0.628920 + Group: 'spine.002', Weight: 0.132458 +Vertex 36: +Vertex groups: 3 + Group: 'spine', Weight: 0.228772 + Group: 'spine.001', Weight: 0.591090 + Group: 'spine.002', Weight: 0.160366 +Vertex 37: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.025667 + Group: 'spine.002', Weight: 0.624349 + Group: 'spine.003', Weight: 0.170238 + Group: 'shoulder.L', Weight: 0.047112 + Group: 'upper_arm.L', Weight: 0.106224 +Vertex 38: +Vertex groups: 3 + Group: 'spine', Weight: 0.072258 + Group: 'spine.001', Weight: 0.508373 + Group: 'spine.002', Weight: 0.398866 +Vertex 39: +Vertex groups: 3 + Group: 'spine', Weight: 0.273863 + Group: 'spine.001', Weight: 0.615550 + Group: 'spine.002', Weight: 0.099143 +Vertex 40: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.053154 + Group: 'spine.002', Weight: 0.782398 + Group: 'spine.003', Weight: 0.100473 +Vertex 41: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.030256 + Group: 'spine.002', Weight: 0.657454 + Group: 'spine.003', Weight: 0.183054 + Group: 'shoulder.L', Weight: 0.038030 + Group: 'upper_arm.L', Weight: 0.061579 +Vertex 42: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.067276 + Group: 'spine.003', Weight: 0.191444 + Group: 'shoulder.L', Weight: 0.579370 + Group: 'upper_arm.L', Weight: 0.123812 +Vertex 43: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.036560 + Group: 'spine.003', Weight: 0.135336 + Group: 'shoulder.L', Weight: 0.698335 + Group: 'upper_arm.L', Weight: 0.080269 +Vertex 44: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.045918 + Group: 'spine.002', Weight: 0.792086 + Group: 'spine.003', Weight: 0.103876 +Vertex 45: +Vertex groups: 3 + Group: 'spine', Weight: 0.197297 + Group: 'spine.001', Weight: 0.696585 + Group: 'spine.002', Weight: 0.097567 +Vertex 46: +Vertex groups: 3 + Group: 'spine', Weight: 0.208759 + Group: 'spine.001', Weight: 0.699277 + Group: 'spine.002', Weight: 0.084018 +Vertex 47: +Vertex groups: 2 + Group: 'spine.001', Weight: 0.259326 + Group: 'spine.002', Weight: 0.680355 +Vertex 48: +Vertex groups: 3 + Group: 'spine', Weight: 0.000206 + Group: 'spine.001', Weight: 0.280681 + Group: 'spine.002', Weight: 0.658539 +Vertex 49: +Vertex groups: 3 + Group: 'spine', Weight: 0.045113 + Group: 'spine.001', Weight: 0.493547 + Group: 'spine.002', Weight: 0.436937 +Vertex 50: +Vertex groups: 3 + Group: 'spine', Weight: 0.205276 + Group: 'spine.001', Weight: 0.677212 + Group: 'spine.002', Weight: 0.107656 +Vertex 51: +Vertex groups: 3 + Group: 'spine', Weight: 0.742425 + Group: 'spine.001', Weight: 0.191323 + Group: 'spine.002', Weight: 0.021880 +Vertex 52: +Vertex groups: 4 + Group: 'spine', Weight: 0.725094 + Group: 'spine.001', Weight: 0.205251 + Group: 'spine.002', Weight: 0.024484 + Group: 'spine1', Weight: 0.001281 +Vertex 53: +Vertex groups: 3 + Group: 'spine', Weight: 0.855750 + Group: 'spine.001', Weight: 0.058739 + Group: 'spine1', Weight: 0.074174 +Vertex 54: +Vertex groups: 3 + Group: 'spine', Weight: 0.877903 + Group: 'spine.001', Weight: 0.038352 + Group: 'spine1', Weight: 0.069707 +Vertex 55: +Vertex groups: 3 + Group: 'spine', Weight: 0.865988 + Group: 'spine.001', Weight: 0.045477 + Group: 'spine1', Weight: 0.076916 +Vertex 56: +Vertex groups: 3 + Group: 'spine', Weight: 0.849942 + Group: 'spine.001', Weight: 0.080407 + Group: 'spine1', Weight: 0.054881 +Vertex 57: +Vertex groups: 4 + Group: 'spine', Weight: 0.785702 + Group: 'spine.001', Weight: 0.158034 + Group: 'spine.002', Weight: 0.002761 + Group: 'spine1', Weight: 0.000783 +Vertex 58: +Vertex groups: 3 + Group: 'spine', Weight: 0.835423 + Group: 'spine.001', Weight: 0.096585 + Group: 'spine1', Weight: 0.048108 +Vertex 59: +Vertex groups: 3 + Group: 'spine', Weight: 0.756839 + Group: 'spine.001', Weight: 0.170307 + Group: 'spine.002', Weight: 0.032143 +Vertex 60: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.076488 + Group: 'spine.004', Weight: 0.397824 + Group: 'shoulder.L', Weight: 0.304120 + Group: 'upper_arm.L', Weight: 0.031881 + Group: 'shoulder.R', Weight: 0.114123 +Vertex 61: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.462725 + Group: 'shoulder.R', Weight: 0.182106 + Group: 'shoulder.L', Weight: 0.182103 + Group: 'spine.002', Weight: 0.109696 + Group: 'upper_arm.R', Weight: 0.063371 +Vertex 62: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.478502 + Group: 'spine.002', Weight: 0.259897 + Group: 'shoulder.L', Weight: 0.102224 + Group: 'shoulder.R', Weight: 0.102211 + Group: 'upper_arm.L', Weight: 0.057166 +Vertex 63: +Vertex groups: 4 + Group: 'spine', Weight: 0.080055 + Group: 'spine.001', Weight: 0.263059 + Group: 'spine.002', Weight: 0.578978 + Group: 'spine.003', Weight: 0.036341 +Vertex 64: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.167247 + Group: 'spine.003', Weight: 0.389941 + Group: 'shoulder.L', Weight: 0.187878 + Group: 'upper_arm.L', Weight: 0.131945 + Group: 'shoulder.R', Weight: 0.051824 +Vertex 65: +Vertex groups: 4 + Group: 'spine', Weight: 0.084576 + Group: 'spine.001', Weight: 0.283053 + Group: 'spine.002', Weight: 0.554929 + Group: 'spine.003', Weight: 0.033987 +Vertex 66: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.026031 + Group: 'spine.002', Weight: 0.335974 + Group: 'spine.003', Weight: 0.316051 + Group: 'shoulder.L', Weight: 0.124306 + Group: 'upper_arm.L', Weight: 0.137844 +Vertex 67: +Vertex groups: 4 + Group: 'spine', Weight: 0.131371 + Group: 'spine.001', Weight: 0.469006 + Group: 'spine.002', Weight: 0.348637 + Group: 'spine.003', Weight: 0.000622 +Vertex 68: +Vertex groups: 3 + Group: 'spine', Weight: 0.543293 + Group: 'spine.001', Weight: 0.342631 + Group: 'spine.002', Weight: 0.090051 +Vertex 69: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697635 + Group: 'spine.003', Weight: 0.149428 + Group: 'spine.001', Weight: 0.109506 + Group: 'upper_arm.L', Weight: 0.023570 + Group: 'shoulder.L', Weight: 0.019862 +Vertex 70: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.695958 + Group: 'spine.001', Weight: 0.153444 + Group: 'spine.003', Weight: 0.096064 + Group: 'spine', Weight: 0.028683 + Group: 'upper_arm.L', Weight: 0.025851 +Vertex 71: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.247882 + Group: 'upper_arm.L', Weight: 0.731331 +Vertex 72: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.088247 + Group: 'upper_arm.L', Weight: 0.886785 +Vertex 73: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.001239 + Group: 'spine.003', Weight: 0.056435 + Group: 'shoulder.L', Weight: 0.226595 + Group: 'upper_arm.L', Weight: 0.683407 +Vertex 74: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.071558 + Group: 'spine.003', Weight: 0.133413 + Group: 'shoulder.L', Weight: 0.106451 + Group: 'upper_arm.L', Weight: 0.678746 +Vertex 75: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.203379 + Group: 'upper_arm.L', Weight: 0.785124 +Vertex 76: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.198323 + Group: 'upper_arm.L', Weight: 0.786249 +Vertex 77: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.083054 + Group: 'upper_arm.L', Weight: 0.909609 +Vertex 78: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.062359 + Group: 'upper_arm.L', Weight: 0.931375 +Vertex 79: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.354783 + Group: 'upper_arm.L', Weight: 0.629871 +Vertex 80: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.320087 + Group: 'upper_arm.L', Weight: 0.657037 +Vertex 81: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.821501 + Group: 'upper_arm.L', Weight: 0.141762 +Vertex 82: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.043322 + Group: 'shoulder.L', Weight: 0.769709 + Group: 'upper_arm.L', Weight: 0.163474 +Vertex 83: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002326 + Group: 'shoulder.L', Weight: 0.657662 + Group: 'upper_arm.L', Weight: 0.302159 +Vertex 84: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.703228 + Group: 'upper_arm.L', Weight: 0.270690 +Vertex 85: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.574383 + Group: 'upper_arm.L', Weight: 0.408089 +Vertex 86: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.697939 + Group: 'upper_arm.L', Weight: 0.275640 +Vertex 87: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.084731 + Group: 'spine.003', Weight: 0.140543 + Group: 'shoulder.L', Weight: 0.097091 + Group: 'upper_arm.L', Weight: 0.666563 +Vertex 88: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089539 + Group: 'spine.003', Weight: 0.119107 + Group: 'shoulder.L', Weight: 0.075175 + Group: 'upper_arm.L', Weight: 0.703321 +Vertex 89: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.104393 + Group: 'spine.003', Weight: 0.118452 + Group: 'shoulder.L', Weight: 0.127160 + Group: 'upper_arm.L', Weight: 0.631541 +Vertex 90: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990396 +Vertex 91: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.975113 +Vertex 92: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994474 +Vertex 93: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996533 +Vertex 94: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.962558 +Vertex 95: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.959730 +Vertex 96: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.969580 +Vertex 97: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.617030 + Group: 'forearm.L', Weight: 0.382497 +Vertex 98: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.419600 + Group: 'forearm.L', Weight: 0.579913 +Vertex 99: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.608589 + Group: 'forearm.L', Weight: 0.391245 +Vertex 100: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.370374 + Group: 'forearm.L', Weight: 0.629241 +Vertex 101: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.410697 + Group: 'forearm.L', Weight: 0.588878 +Vertex 102: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.374896 + Group: 'forearm.L', Weight: 0.624742 +Vertex 103: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.412214 + Group: 'forearm.L', Weight: 0.587521 +Vertex 104: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.799033 + Group: 'forearm.L', Weight: 0.200503 +Vertex 105: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.729814 + Group: 'forearm.L', Weight: 0.269682 +Vertex 106: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.723087 + Group: 'forearm.L', Weight: 0.276304 +Vertex 107: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.754766 + Group: 'forearm.L', Weight: 0.244762 +Vertex 108: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.892860 + Group: 'forearm.L', Weight: 0.107041 +Vertex 109: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.749944 + Group: 'forearm.L', Weight: 0.249500 +Vertex 110: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.795341 + Group: 'forearm.L', Weight: 0.204393 +Vertex 111: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.002341 + Group: 'shoulder.L', Weight: 0.013730 + Group: 'upper_arm.L', Weight: 0.914452 +Vertex 112: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.016725 + Group: 'shoulder.L', Weight: 0.010144 + Group: 'upper_arm.L', Weight: 0.905797 +Vertex 113: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.059646 + Group: 'spine.003', Weight: 0.070426 + Group: 'shoulder.L', Weight: 0.077084 + Group: 'upper_arm.L', Weight: 0.780943 +Vertex 114: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.045216 + Group: 'spine.003', Weight: 0.061591 + Group: 'shoulder.L', Weight: 0.048710 + Group: 'upper_arm.L', Weight: 0.833099 +Vertex 115: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002683 + Group: 'spine.003', Weight: 0.028026 + Group: 'shoulder.L', Weight: 0.013758 + Group: 'upper_arm.L', Weight: 0.897857 +Vertex 116: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.971917 +Vertex 117: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990490 +Vertex 118: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.000746 + Group: 'shoulder.L', Weight: 0.008349 + Group: 'upper_arm.L', Weight: 0.927473 +Vertex 119: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.985854 +Vertex 120: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.090055 + Group: 'spine.003', Weight: 0.138833 + Group: 'shoulder.L', Weight: 0.085176 + Group: 'upper_arm.L', Weight: 0.674138 +Vertex 121: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.041746 + Group: 'spine.003', Weight: 0.066328 + Group: 'shoulder.L', Weight: 0.046083 + Group: 'upper_arm.L', Weight: 0.832449 +Vertex 122: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.025337 + Group: 'spine.003', Weight: 0.074588 + Group: 'spine.004', Weight: 0.004521 + Group: 'shoulder.L', Weight: 0.374069 + Group: 'upper_arm.L', Weight: 0.452107 +Vertex 123: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.212681 + Group: 'upper_arm.L', Weight: 0.752022 +Vertex 124: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.086627 + Group: 'upper_arm.L', Weight: 0.888727 +Vertex 125: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.008669 + Group: 'spine.004', Weight: 0.009307 + Group: 'shoulder.L', Weight: 0.538900 + Group: 'upper_arm.L', Weight: 0.368090 +Vertex 126: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002100 + Group: 'spine.003', Weight: 0.035467 + Group: 'shoulder.L', Weight: 0.257139 + Group: 'upper_arm.L', Weight: 0.643776 +Vertex 127: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.185788 + Group: 'upper_arm.L', Weight: 0.790940 +Vertex 128: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.046643 + Group: 'upper_arm.L', Weight: 0.944114 +Vertex 129: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.384843 + Group: 'upper_arm.L', Weight: 0.571450 +Vertex 130: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052395 + Group: 'shoulder.L', Weight: 0.644064 + Group: 'upper_arm.L', Weight: 0.270150 +Vertex 131: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012347 + Group: 'shoulder.L', Weight: 0.556416 + Group: 'upper_arm.L', Weight: 0.377203 +Vertex 132: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051981 + Group: 'shoulder.L', Weight: 0.641144 + Group: 'upper_arm.L', Weight: 0.250324 +Vertex 133: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063395 + Group: 'spine.003', Weight: 0.093602 + Group: 'shoulder.L', Weight: 0.307198 + Group: 'upper_arm.L', Weight: 0.495032 +Vertex 134: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.156085 + Group: 'spine.003', Weight: 0.169355 + Group: 'shoulder.L', Weight: 0.218966 + Group: 'upper_arm.L', Weight: 0.416452 +Vertex 135: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.112938 + Group: 'spine.003', Weight: 0.125573 + Group: 'shoulder.L', Weight: 0.198563 + Group: 'upper_arm.L', Weight: 0.534113 +Vertex 136: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.984690 +Vertex 137: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.971403 +Vertex 138: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.995215 +Vertex 139: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.963028 +Vertex 140: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.972514 +Vertex 141: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.537929 + Group: 'forearm.L', Weight: 0.461969 +Vertex 142: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.697578 + Group: 'forearm.L', Weight: 0.302321 +Vertex 143: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.368715 + Group: 'forearm.L', Weight: 0.630988 +Vertex 144: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.460740 + Group: 'forearm.L', Weight: 0.539022 +Vertex 145: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.728746 + Group: 'forearm.L', Weight: 0.271141 +Vertex 146: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.755897 + Group: 'forearm.L', Weight: 0.243784 +Vertex 147: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.810320 + Group: 'forearm.L', Weight: 0.189458 +Vertex 148: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.714610 + Group: 'forearm.L', Weight: 0.284938 +Vertex 149: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.902210 + Group: 'forearm.L', Weight: 0.097647 +Vertex 150: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.008088 + Group: 'shoulder.L', Weight: 0.051082 + Group: 'upper_arm.L', Weight: 0.886797 +Vertex 151: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.068757 + Group: 'spine.003', Weight: 0.078251 + Group: 'shoulder.L', Weight: 0.118842 + Group: 'upper_arm.L', Weight: 0.716707 +Vertex 152: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.016553 + Group: 'spine.003', Weight: 0.031645 + Group: 'shoulder.L', Weight: 0.089508 + Group: 'upper_arm.L', Weight: 0.823600 +Vertex 153: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.973470 +Vertex 154: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.069645 + Group: 'upper_arm.L', Weight: 0.882112 +Vertex 155: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990221 +Vertex 156: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099941 + Group: 'spine.003', Weight: 0.123276 + Group: 'shoulder.L', Weight: 0.269761 + Group: 'upper_arm.L', Weight: 0.467892 +Vertex 157: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.073577 + Group: 'spine.003', Weight: 0.089013 + Group: 'shoulder.L', Weight: 0.180179 + Group: 'upper_arm.L', Weight: 0.631232 +Vertex 158: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.505117 + Group: 'upper_arm.L', Weight: 0.254649 + Group: 'spine.003', Weight: 0.146395 + Group: 'spine.002', Weight: 0.060672 + Group: 'shoulder.R', Weight: 0.033167 +Vertex 159: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.245408 + Group: 'spine.003', Weight: 0.253313 + Group: 'shoulder.L', Weight: 0.168811 + Group: 'upper_arm.L', Weight: 0.279049 +Vertex 160: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037469 + Group: 'spine.002', Weight: 0.419690 + Group: 'spine.003', Weight: 0.254370 + Group: 'shoulder.L', Weight: 0.095169 + Group: 'upper_arm.L', Weight: 0.155946 +Vertex 161: +Vertex groups: 5 + Group: 'spine', Weight: 0.037259 + Group: 'spine.001', Weight: 0.177205 + Group: 'spine.002', Weight: 0.649272 + Group: 'spine.003', Weight: 0.064183 + Group: 'upper_arm.L', Weight: 0.019965 +Vertex 162: +Vertex groups: 3 + Group: 'spine', Weight: 0.222577 + Group: 'spine.001', Weight: 0.548043 + Group: 'spine.002', Weight: 0.200581 +Vertex 163: +Vertex groups: 3 + Group: 'spine', Weight: 0.706284 + Group: 'spine.001', Weight: 0.235642 + Group: 'spine.002', Weight: 0.022420 +Vertex 164: +Vertex groups: 3 + Group: 'spine', Weight: 0.639856 + Group: 'spine.001', Weight: 0.290339 + Group: 'spine.002', Weight: 0.050086 +Vertex 165: +Vertex groups: 2 + Group: 'spine', Weight: 0.761773 + Group: 'spine.001', Weight: 0.188246 +Vertex 166: +Vertex groups: 2 + Group: 'spine', Weight: 0.729143 + Group: 'spine.001', Weight: 0.232875 +Vertex 167: +Vertex groups: 2 + Group: 'spine', Weight: 0.795713 + Group: 'spine.001', Weight: 0.168240 +Vertex 168: +Vertex groups: 2 + Group: 'spine', Weight: 0.762006 + Group: 'spine.001', Weight: 0.195093 +Vertex 169: +Vertex groups: 3 + Group: 'spine', Weight: 0.563564 + Group: 'spine.001', Weight: 0.334577 + Group: 'spine.002', Weight: 0.078078 +Vertex 170: +Vertex groups: 3 + Group: 'spine', Weight: 0.591492 + Group: 'spine.001', Weight: 0.313358 + Group: 'spine.002', Weight: 0.072856 +Vertex 171: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086472 + Group: 'shoulder.L', Weight: 0.786144 + Group: 'upper_arm.L', Weight: 0.095030 +Vertex 172: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.041705 + Group: 'shoulder.L', Weight: 0.875086 + Group: 'upper_arm.L', Weight: 0.056690 +Vertex 173: +Vertex groups: 4 + Group: 'spine', Weight: 0.006106 + Group: 'spine.001', Weight: 0.096685 + Group: 'spine.002', Weight: 0.648113 + Group: 'spine.003', Weight: 0.133873 +Vertex 174: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.449334 + Group: 'spine.003', Weight: 0.247193 + Group: 'upper_arm.L', Weight: 0.139266 + Group: 'shoulder.R', Weight: 0.084065 + Group: 'spine.002', Weight: 0.080142 +Vertex 175: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.085544 + Group: 'spine.002', Weight: 0.673573 + Group: 'spine.003', Weight: 0.097798 + Group: 'shoulder.L', Weight: 0.023192 + Group: 'upper_arm.L', Weight: 0.078906 +Vertex 176: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.094842 + Group: 'spine.002', Weight: 0.724418 + Group: 'spine.003', Weight: 0.073571 + Group: 'upper_arm.L', Weight: 0.059220 +Vertex 177: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.088001 + Group: 'spine.002', Weight: 0.764033 + Group: 'spine.003', Weight: 0.074578 + Group: 'upper_arm.L', Weight: 0.021018 +Vertex 178: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.078807 + Group: 'spine.002', Weight: 0.799922 + Group: 'spine.003', Weight: 0.070267 +Vertex 179: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.089078 + Group: 'spine.002', Weight: 0.810786 + Group: 'spine.003', Weight: 0.059180 +Vertex 180: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.082015 + Group: 'spine.002', Weight: 0.788597 + Group: 'spine.003', Weight: 0.070992 +Vertex 181: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.584791 + Group: 'spine.003', Weight: 0.276488 + Group: 'spine.001', Weight: 0.056453 + Group: 'shoulder.R', Weight: 0.041135 + Group: 'shoulder.L', Weight: 0.041134 +Vertex 182: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.448789 + Group: 'spine.003', Weight: 0.335927 + Group: 'shoulder.L', Weight: 0.086686 + Group: 'upper_arm.L', Weight: 0.080699 + Group: 'spine.001', Weight: 0.047899 +Vertex 183: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.070452 + Group: 'spine.002', Weight: 0.557707 + Group: 'spine.003', Weight: 0.188047 + Group: 'shoulder.L', Weight: 0.061851 + Group: 'upper_arm.L', Weight: 0.076810 +Vertex 184: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.080180 + Group: 'spine.002', Weight: 0.611425 + Group: 'spine.003', Weight: 0.140500 + Group: 'shoulder.L', Weight: 0.050254 + Group: 'upper_arm.L', Weight: 0.082673 +Vertex 185: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.508883 + Group: 'spine.004', Weight: 0.322153 + Group: 'upper_arm.L', Weight: 0.064601 + Group: 'shoulder.R', Weight: 0.064530 + Group: 'spine.003', Weight: 0.039834 +Vertex 186: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.605659 + Group: 'spine.004', Weight: 0.282925 + Group: 'upper_arm.L', Weight: 0.079699 + Group: 'shoulder.R', Weight: 0.021375 + Group: 'spine.005', Weight: 0.010343 +Vertex 187: +Vertex groups: 3 + Group: 'spine', Weight: 0.818104 + Group: 'spine.001', Weight: 0.136615 + Group: 'spine1', Weight: 0.009114 +Vertex 188: +Vertex groups: 3 + Group: 'spine', Weight: 0.826207 + Group: 'spine.001', Weight: 0.118699 + Group: 'spine1', Weight: 0.022844 +Vertex 189: +Vertex groups: 3 + Group: 'spine', Weight: 0.783924 + Group: 'spine.001', Weight: 0.159831 + Group: 'spine1', Weight: 0.006555 +Vertex 190: +Vertex groups: 3 + Group: 'spine', Weight: 0.733120 + Group: 'spine.001', Weight: 0.208270 + Group: 'spine.002', Weight: 0.018962 +Vertex 191: +Vertex groups: 3 + Group: 'spine', Weight: 0.692626 + Group: 'spine.001', Weight: 0.235265 + Group: 'spine.002', Weight: 0.042489 +Vertex 192: +Vertex groups: 3 + Group: 'spine', Weight: 0.841354 + Group: 'spine.001', Weight: 0.112360 + Group: 'spine1', Weight: 0.017120 +Vertex 193: +Vertex groups: 3 + Group: 'spine', Weight: 0.864753 + Group: 'spine.001', Weight: 0.090884 + Group: 'spine1', Weight: 0.018059 +Vertex 194: +Vertex groups: 3 + Group: 'spine', Weight: 0.648221 + Group: 'spine.001', Weight: 0.275829 + Group: 'spine.002', Weight: 0.046057 +Vertex 195: +Vertex groups: 3 + Group: 'spine', Weight: 0.732512 + Group: 'spine.001', Weight: 0.191258 + Group: 'spine.002', Weight: 0.043794 +Vertex 196: +Vertex groups: 3 + Group: 'spine', Weight: 0.834612 + Group: 'spine.001', Weight: 0.073453 + Group: 'spine1', Weight: 0.071816 +Vertex 197: +Vertex groups: 3 + Group: 'spine', Weight: 0.827008 + Group: 'spine.001', Weight: 0.096090 + Group: 'spine1', Weight: 0.051956 +Vertex 198: +Vertex groups: 2 + Group: 'spine', Weight: 0.637811 + Group: 'spine1', Weight: 0.331537 +Vertex 199: +Vertex groups: 2 + Group: 'spine', Weight: 0.706787 + Group: 'spine1', Weight: 0.266398 +Vertex 200: +Vertex groups: 2 + Group: 'spine', Weight: 0.651356 + Group: 'spine1', Weight: 0.320029 +Vertex 201: +Vertex groups: 2 + Group: 'spine', Weight: 0.659751 + Group: 'spine1', Weight: 0.307312 +Vertex 202: +Vertex groups: 3 + Group: 'spine', Weight: 0.791768 + Group: 'spine.001', Weight: 0.023875 + Group: 'spine1', Weight: 0.153511 +Vertex 203: +Vertex groups: 2 + Group: 'spine', Weight: 0.698371 + Group: 'spine1', Weight: 0.264853 +Vertex 204: +Vertex groups: 3 + Group: 'spine', Weight: 0.751218 + Group: 'spine.001', Weight: 0.176141 + Group: 'spine.002', Weight: 0.031985 +Vertex 205: +Vertex groups: 3 + Group: 'spine', Weight: 0.714206 + Group: 'spine.001', Weight: 0.208221 + Group: 'spine.002', Weight: 0.047770 +Vertex 206: +Vertex groups: 3 + Group: 'spine', Weight: 0.553407 + Group: 'spine.001', Weight: 0.333268 + Group: 'spine.002', Weight: 0.089453 +Vertex 207: +Vertex groups: 2 + Group: 'spine.004', Weight: 0.080727 + Group: 'shoulder.L', Weight: 0.862345 +Vertex 208: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004300 + Group: 'spine.004', Weight: 0.072657 + Group: 'shoulder.L', Weight: 0.849531 +Vertex 209: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.113805 + Group: 'shoulder.L', Weight: 0.813474 + Group: 'upper_arm.L', Weight: 0.020196 +Vertex 210: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.145393 + Group: 'spine.005', Weight: 0.002737 + Group: 'shoulder.L', Weight: 0.739763 + Group: 'upper_arm.L', Weight: 0.065155 +Vertex 211: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.209292 + Group: 'spine.005', Weight: 0.014019 + Group: 'shoulder.L', Weight: 0.634274 + Group: 'upper_arm.L', Weight: 0.075906 +Vertex 212: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.435556 + Group: 'shoulder.L', Weight: 0.216386 + Group: 'shoulder.R', Weight: 0.216385 + Group: 'spine.003', Weight: 0.123091 + Group: 'upper_arm.R', Weight: 0.008581 +Vertex 213: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052095 + Group: 'spine.005', Weight: 0.567285 + Group: 'Head', Weight: 0.375973 +Vertex 214: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.050403 + Group: 'spine.005', Weight: 0.564038 + Group: 'Head', Weight: 0.381103 +Vertex 215: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.068324 + Group: 'spine.005', Weight: 0.664955 + Group: 'Head', Weight: 0.256811 +Vertex 216: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066909 + Group: 'spine.005', Weight: 0.567923 + Group: 'Head', Weight: 0.351489 +Vertex 217: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023926 + Group: 'spine.005', Weight: 0.590191 + Group: 'Head', Weight: 0.369456 +Vertex 218: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.552369 + Group: 'Head', Weight: 0.420717 +Vertex 219: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.060931 + Group: 'spine.005', Weight: 0.597684 + Group: 'Head', Weight: 0.335663 +Vertex 220: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.022392 + Group: 'spine.005', Weight: 0.588035 + Group: 'Head', Weight: 0.372398 +Vertex 221: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.522346 + Group: 'Head', Weight: 0.453027 +Vertex 222: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.490449 + Group: 'Head', Weight: 0.490722 +Vertex 223: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489957 + Group: 'Head', Weight: 0.490691 +Vertex 224: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.430563 + Group: 'Head', Weight: 0.555973 +Vertex 225: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.422736 + Group: 'Head', Weight: 0.564100 +Vertex 226: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.346949 + Group: 'Head', Weight: 0.642928 +Vertex 227: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352636 + Group: 'Head', Weight: 0.636953 +Vertex 228: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.334243 + Group: 'Head', Weight: 0.655445 +Vertex 229: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.263741 + Group: 'Head', Weight: 0.727872 +Vertex 230: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258323 + Group: 'Head', Weight: 0.733867 +Vertex 231: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.248660 + Group: 'Head', Weight: 0.744209 +Vertex 232: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.240736 + Group: 'Head', Weight: 0.752725 +Vertex 233: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.236853 + Group: 'Head', Weight: 0.756747 +Vertex 234: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114548 + Group: 'Head', Weight: 0.881480 +Vertex 235: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113144 + Group: 'Head', Weight: 0.882929 +Vertex 236: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177791 + Group: 'Head', Weight: 0.816831 +Vertex 237: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177975 + Group: 'Head', Weight: 0.816625 +Vertex 238: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177656 + Group: 'Head', Weight: 0.816856 +Vertex 239: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.188982 + Group: 'Head', Weight: 0.804904 +Vertex 240: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.261079 + Group: 'Head', Weight: 0.729636 +Vertex 241: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.187970 + Group: 'Head', Weight: 0.804762 +Vertex 242: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192679 + Group: 'Head', Weight: 0.800539 +Vertex 243: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125705 + Group: 'Head', Weight: 0.870012 +Vertex 244: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.135567 + Group: 'Head', Weight: 0.859961 +Vertex 245: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139190 + Group: 'Head', Weight: 0.856236 +Vertex 246: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143020 + Group: 'Head', Weight: 0.852255 +Vertex 247: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152478 + Group: 'Head', Weight: 0.842413 +Vertex 248: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128576 + Group: 'Head', Weight: 0.866959 +Vertex 249: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139274 + Group: 'Head', Weight: 0.855976 +Vertex 250: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169115 + Group: 'Head', Weight: 0.825197 +Vertex 251: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178288 + Group: 'Head', Weight: 0.815473 +Vertex 252: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178496 + Group: 'Head', Weight: 0.814617 +Vertex 253: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144578 + Group: 'Head', Weight: 0.848143 +Vertex 254: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118692 + Group: 'Head', Weight: 0.874306 +Vertex 255: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093873 + Group: 'Head', Weight: 0.900724 +Vertex 256: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089659 + Group: 'Head', Weight: 0.905543 +Vertex 257: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084540 + Group: 'Head', Weight: 0.911769 +Vertex 258: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093793 + Group: 'Head', Weight: 0.902554 +Vertex 259: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113393 + Group: 'Head', Weight: 0.882508 +Vertex 260: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065502 + Group: 'Head', Weight: 0.931820 +Vertex 261: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.063649 + Group: 'Head', Weight: 0.933770 +Vertex 262: +Vertex groups: 1 + Group: 'Head', Weight: 0.984502 +Vertex 263: +Vertex groups: 1 + Group: 'Head', Weight: 0.984509 +Vertex 264: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.000026 + Group: 'Head', Weight: 0.973705 +Vertex 265: +Vertex groups: 1 + Group: 'Head', Weight: 0.974220 +Vertex 266: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075655 + Group: 'Head', Weight: 0.921382 +Vertex 267: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074956 + Group: 'Head', Weight: 0.922137 +Vertex 268: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074754 + Group: 'Head', Weight: 0.922249 +Vertex 269: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078572 + Group: 'Head', Weight: 0.918188 +Vertex 270: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074465 + Group: 'Head', Weight: 0.922132 +Vertex 271: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065478 + Group: 'Head', Weight: 0.931764 +Vertex 272: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.063359 + Group: 'Head', Weight: 0.933777 +Vertex 273: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061854 + Group: 'Head', Weight: 0.934992 +Vertex 274: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179800 + Group: 'Head', Weight: 0.794376 +Vertex 275: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.036851 + Group: 'spine.005', Weight: 0.585686 + Group: 'Head', Weight: 0.366940 +Vertex 276: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.036099 + Group: 'spine.005', Weight: 0.584489 + Group: 'Head', Weight: 0.368586 +Vertex 277: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066517 + Group: 'spine.005', Weight: 0.639342 + Group: 'Head', Weight: 0.286816 +Vertex 278: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.045977 + Group: 'spine.005', Weight: 0.601044 + Group: 'Head', Weight: 0.346310 +Vertex 279: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.040293 + Group: 'spine.005', Weight: 0.612682 + Group: 'Head', Weight: 0.337281 +Vertex 280: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010837 + Group: 'spine.005', Weight: 0.580035 + Group: 'Head', Weight: 0.386688 +Vertex 281: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008456 + Group: 'spine.005', Weight: 0.570444 + Group: 'Head', Weight: 0.397529 +Vertex 282: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011012 + Group: 'spine.005', Weight: 0.570931 + Group: 'Head', Weight: 0.395571 +Vertex 283: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510476 + Group: 'Head', Weight: 0.463442 +Vertex 284: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.394134 + Group: 'Head', Weight: 0.593185 +Vertex 285: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.385943 + Group: 'Head', Weight: 0.602592 +Vertex 286: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.378793 + Group: 'Head', Weight: 0.610017 +Vertex 287: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.490931 + Group: 'Head', Weight: 0.488143 +Vertex 288: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.446949 + Group: 'Head', Weight: 0.537017 +Vertex 289: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.488354 + Group: 'Head', Weight: 0.489538 +Vertex 290: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.501522 + Group: 'Head', Weight: 0.477396 +Vertex 291: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.509260 + Group: 'Head', Weight: 0.469624 +Vertex 292: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.528757 + Group: 'Head', Weight: 0.445053 +Vertex 293: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.499719 + Group: 'Head', Weight: 0.478134 +Vertex 294: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510847 + Group: 'Head', Weight: 0.464750 +Vertex 295: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002962 + Group: 'spine.005', Weight: 0.542611 + Group: 'Head', Weight: 0.428161 +Vertex 296: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011937 + Group: 'spine.005', Weight: 0.564864 + Group: 'Head', Weight: 0.400962 +Vertex 297: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.484533 + Group: 'Head', Weight: 0.488702 +Vertex 298: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.429591 + Group: 'Head', Weight: 0.552179 +Vertex 299: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459047 + Group: 'Head', Weight: 0.521584 +Vertex 300: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425182 + Group: 'Head', Weight: 0.560342 +Vertex 301: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.405336 + Group: 'Head', Weight: 0.582540 +Vertex 302: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.405743 + Group: 'Head', Weight: 0.581998 +Vertex 303: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026507 + Group: 'spine.005', Weight: 0.587805 + Group: 'Head', Weight: 0.370237 +Vertex 304: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020311 + Group: 'spine.005', Weight: 0.577911 + Group: 'Head', Weight: 0.383204 +Vertex 305: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302601 + Group: 'Head', Weight: 0.687761 +Vertex 306: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310863 + Group: 'Head', Weight: 0.678143 +Vertex 307: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156925 + Group: 'Head', Weight: 0.836111 +Vertex 308: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.182749 + Group: 'Head', Weight: 0.809281 +Vertex 309: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258351 + Group: 'Head', Weight: 0.730402 +Vertex 310: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169059 + Group: 'Head', Weight: 0.822286 +Vertex 311: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.292447 + Group: 'Head', Weight: 0.693178 +Vertex 312: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153635 + Group: 'Head', Weight: 0.836908 +Vertex 313: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249769 + Group: 'Head', Weight: 0.735916 +Vertex 314: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138437 + Group: 'Head', Weight: 0.850921 +Vertex 315: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216881 + Group: 'Head', Weight: 0.766901 +Vertex 316: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.322560 + Group: 'Head', Weight: 0.663793 +Vertex 317: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.415825 + Group: 'Head', Weight: 0.563357 +Vertex 318: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352826 + Group: 'Head', Weight: 0.630414 +Vertex 319: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013444 + Group: 'Head', Weight: 0.966633 +Vertex 320: +Vertex groups: 1 + Group: 'Head', Weight: 0.974791 +Vertex 321: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.005277 + Group: 'Head', Weight: 0.970342 +Vertex 322: +Vertex groups: 1 + Group: 'Head', Weight: 0.990618 +Vertex 323: +Vertex groups: 1 + Group: 'Head', Weight: 0.986465 +Vertex 324: +Vertex groups: 1 + Group: 'Head', Weight: 0.995798 +Vertex 325: +Vertex groups: 1 + Group: 'Head', Weight: 0.999467 +Vertex 326: +Vertex groups: 1 + Group: 'Head', Weight: 0.988467 +Vertex 327: +Vertex groups: 1 + Group: 'Head', Weight: 0.989864 +Vertex 328: +Vertex groups: 1 + Group: 'Head', Weight: 0.985852 +Vertex 329: +Vertex groups: 1 + Group: 'Head', Weight: 0.982322 +Vertex 330: +Vertex groups: 1 + Group: 'Head', Weight: 0.990157 +Vertex 331: +Vertex groups: 1 + Group: 'Head', Weight: 0.985076 +Vertex 332: +Vertex groups: 1 + Group: 'Head', Weight: 0.984376 +Vertex 333: +Vertex groups: 1 + Group: 'Head', Weight: 0.979113 +Vertex 334: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.465326 + Group: 'Head', Weight: 0.508464 +Vertex 335: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146345 + Group: 'Head', Weight: 0.848600 +Vertex 336: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131076 + Group: 'Head', Weight: 0.864280 +Vertex 337: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138732 + Group: 'Head', Weight: 0.856426 +Vertex 338: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156808 + Group: 'Head', Weight: 0.837787 +Vertex 339: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169432 + Group: 'Head', Weight: 0.824595 +Vertex 340: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.171779 + Group: 'Head', Weight: 0.821666 +Vertex 341: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.140772 + Group: 'Head', Weight: 0.852642 +Vertex 342: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125454 + Group: 'Head', Weight: 0.868198 +Vertex 343: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104890 + Group: 'Head', Weight: 0.889647 +Vertex 344: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099619 + Group: 'Head', Weight: 0.895379 +Vertex 345: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.092393 + Group: 'Head', Weight: 0.903596 +Vertex 346: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104171 + Group: 'Head', Weight: 0.891763 +Vertex 347: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117873 + Group: 'Head', Weight: 0.877785 +Vertex 348: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156891 + Group: 'Head', Weight: 0.836366 +Vertex 349: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099857 + Group: 'Head', Weight: 0.893915 +Vertex 350: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115451 + Group: 'Head', Weight: 0.878445 +Vertex 351: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086248 + Group: 'Head', Weight: 0.909477 +Vertex 352: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093478 + Group: 'Head', Weight: 0.902080 +Vertex 353: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105025 + Group: 'Head', Weight: 0.886717 +Vertex 354: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074026 + Group: 'Head', Weight: 0.922097 +Vertex 355: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073662 + Group: 'Head', Weight: 0.921770 +Vertex 356: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074403 + Group: 'Head', Weight: 0.919954 +Vertex 357: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.083243 + Group: 'Head', Weight: 0.909892 +Vertex 358: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061896 + Group: 'Head', Weight: 0.934449 +Vertex 359: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050267 + Group: 'Head', Weight: 0.945729 +Vertex 360: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.054348 + Group: 'Head', Weight: 0.940417 +Vertex 361: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075793 + Group: 'Head', Weight: 0.916286 +Vertex 362: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.011455 + Group: 'Head', Weight: 0.966729 +Vertex 363: +Vertex groups: 1 + Group: 'Head', Weight: 0.976858 +Vertex 364: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021013 + Group: 'Head', Weight: 0.961244 +Vertex 365: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.017025 + Group: 'Head', Weight: 0.962714 +Vertex 366: +Vertex groups: 1 + Group: 'Head', Weight: 0.978402 +Vertex 367: +Vertex groups: 1 + Group: 'Head', Weight: 0.971826 +Vertex 368: +Vertex groups: 1 + Group: 'Head', Weight: 0.995013 +Vertex 369: +Vertex groups: 1 + Group: 'Head', Weight: 0.992902 +Vertex 370: +Vertex groups: 1 + Group: 'Head', Weight: 0.982613 +Vertex 371: +Vertex groups: 1 + Group: 'Head', Weight: 0.987908 +Vertex 372: +Vertex groups: 1 + Group: 'Head', Weight: 0.975699 +Vertex 373: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026054 + Group: 'spine.005', Weight: 0.610202 + Group: 'Head', Weight: 0.346697 +Vertex 374: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.387844 + Group: 'Head', Weight: 0.591779 +Vertex 375: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.362228 + Group: 'Head', Weight: 0.610869 +Vertex 376: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.031346 + Group: 'spine.005', Weight: 0.562388 + Group: 'Head', Weight: 0.389798 +Vertex 377: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.065088 + Group: 'spine.005', Weight: 0.614982 + Group: 'Head', Weight: 0.307875 +Vertex 378: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.096742 + Group: 'Head', Weight: 0.893417 +Vertex 379: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128453 + Group: 'Head', Weight: 0.859196 +Vertex 380: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.200080 + Group: 'Head', Weight: 0.781607 +Vertex 381: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.545890 + Group: 'Head', Weight: 0.427761 +Vertex 382: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177427 + Group: 'Head', Weight: 0.801740 +Vertex 383: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311372 + Group: 'Head', Weight: 0.659660 +Vertex 384: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.010860 + Group: 'Head', Weight: 0.964933 +Vertex 385: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013540 + Group: 'Head', Weight: 0.961928 +Vertex 386: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.019679 + Group: 'Head', Weight: 0.956805 +Vertex 387: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050348 + Group: 'Head', Weight: 0.942628 +Vertex 388: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.057382 + Group: 'Head', Weight: 0.932256 +Vertex 389: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064055 + Group: 'Head', Weight: 0.922755 +Vertex 390: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073975 + Group: 'Head', Weight: 0.916366 +Vertex 391: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087345 + Group: 'Head', Weight: 0.898772 +Vertex 392: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098429 + Group: 'Head', Weight: 0.889265 +Vertex 393: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126512 + Group: 'Head', Weight: 0.858296 +Vertex 394: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105020 + Group: 'Head', Weight: 0.879236 +Vertex 395: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124002 + Group: 'Head', Weight: 0.857766 +Vertex 396: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108584 + Group: 'Head', Weight: 0.863026 +Vertex 397: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010578 + Group: 'spine.005', Weight: 0.135061 + Group: 'Head', Weight: 0.828212 +Vertex 398: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.008298 + Group: 'Head', Weight: 0.960433 +Vertex 399: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.002604 + Group: 'Head', Weight: 0.965844 +Vertex 400: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.043094 + Group: 'Head', Weight: 0.937567 +Vertex 401: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.031362 + Group: 'Head', Weight: 0.947826 +Vertex 402: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.057896 + Group: 'spine.005', Weight: 0.446851 + Group: 'Head', Weight: 0.482833 +Vertex 403: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.062303 + Group: 'spine.005', Weight: 0.283650 + Group: 'Head', Weight: 0.640438 +Vertex 404: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051735 + Group: 'spine.005', Weight: 0.207519 + Group: 'Head', Weight: 0.729623 +Vertex 405: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002131 + Group: 'spine.005', Weight: 0.097675 + Group: 'Head', Weight: 0.870764 +Vertex 406: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078002 + Group: 'Head', Weight: 0.898960 +Vertex 407: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074753 + Group: 'Head', Weight: 0.907706 +Vertex 408: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035076 + Group: 'spine.005', Weight: 0.229757 + Group: 'Head', Weight: 0.718556 +Vertex 409: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030972 + Group: 'spine.005', Weight: 0.294780 + Group: 'Head', Weight: 0.656144 +Vertex 410: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026909 + Group: 'spine.005', Weight: 0.177490 + Group: 'Head', Weight: 0.775825 +Vertex 411: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082700 + Group: 'Head', Weight: 0.901775 +Vertex 412: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090234 + Group: 'Head', Weight: 0.890525 +Vertex 413: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.003384 + Group: 'Head', Weight: 0.962246 +Vertex 414: +Vertex groups: 1 + Group: 'Head', Weight: 0.964419 +Vertex 415: +Vertex groups: 1 + Group: 'Head', Weight: 0.965066 +Vertex 416: +Vertex groups: 1 + Group: 'Head', Weight: 0.969561 +Vertex 417: +Vertex groups: 1 + Group: 'Head', Weight: 0.974103 +Vertex 418: +Vertex groups: 1 + Group: 'Head', Weight: 0.972449 +Vertex 419: +Vertex groups: 1 + Group: 'Head', Weight: 0.975014 +Vertex 420: +Vertex groups: 1 + Group: 'Head', Weight: 0.976148 +Vertex 421: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 422: +Vertex groups: 1 + Group: 'Head', Weight: 0.982797 +Vertex 423: +Vertex groups: 1 + Group: 'Head', Weight: 0.983678 +Vertex 424: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.045371 + Group: 'Head', Weight: 0.933335 +Vertex 425: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064554 + Group: 'Head', Weight: 0.909212 +Vertex 426: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021592 + Group: 'Head', Weight: 0.950009 +Vertex 427: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.018074 + Group: 'Head', Weight: 0.951141 +Vertex 428: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.012025 + Group: 'Head', Weight: 0.954427 +Vertex 429: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.011291 + Group: 'Head', Weight: 0.954595 +Vertex 430: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.038348 + Group: 'Head', Weight: 0.935738 +Vertex 431: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.033368 + Group: 'Head', Weight: 0.937884 +Vertex 432: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.029805 + Group: 'Head', Weight: 0.939957 +Vertex 433: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060316 + Group: 'Head', Weight: 0.911242 +Vertex 434: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000546 + Group: 'spine.005', Weight: 0.059063 + Group: 'Head', Weight: 0.910456 +Vertex 435: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000948 + Group: 'spine.005', Weight: 0.057168 + Group: 'Head', Weight: 0.912123 +Vertex 436: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010937 + Group: 'spine.005', Weight: 0.087139 + Group: 'Head', Weight: 0.876029 +Vertex 437: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.019560 + Group: 'spine.005', Weight: 0.085076 + Group: 'Head', Weight: 0.872939 +Vertex 438: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.067229 + Group: 'spine.005', Weight: 0.187038 + Group: 'Head', Weight: 0.731514 +Vertex 439: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.081746 + Group: 'spine.005', Weight: 0.181042 + Group: 'Head', Weight: 0.720234 +Vertex 440: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099341 + Group: 'spine.005', Weight: 0.268418 + Group: 'Head', Weight: 0.611005 +Vertex 441: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.124925 + Group: 'spine.005', Weight: 0.258762 + Group: 'Head', Weight: 0.590318 +Vertex 442: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.027233 + Group: 'spine.005', Weight: 0.084614 + Group: 'Head', Weight: 0.868832 +Vertex 443: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093609 + Group: 'spine.005', Weight: 0.175734 + Group: 'Head', Weight: 0.711589 +Vertex 444: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.142770 + Group: 'spine.005', Weight: 0.245967 + Group: 'Head', Weight: 0.582388 +Vertex 445: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030188 + Group: 'spine.005', Weight: 0.083803 + Group: 'Head', Weight: 0.867893 +Vertex 446: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.098387 + Group: 'spine.005', Weight: 0.176485 + Group: 'Head', Weight: 0.705201 +Vertex 447: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.151409 + Group: 'spine.005', Weight: 0.247403 + Group: 'Head', Weight: 0.570825 +Vertex 448: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.087463 + Group: 'spine.005', Weight: 0.599435 + Group: 'Head', Weight: 0.294764 +Vertex 449: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.555112 + Group: 'spine.005', Weight: 0.060454 + Group: 'shoulder.L', Weight: 0.329383 +Vertex 450: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.111257 + Group: 'spine.005', Weight: 0.599160 + Group: 'Head', Weight: 0.280627 +Vertex 451: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.108522 + Group: 'spine.005', Weight: 0.598522 + Group: 'Head', Weight: 0.284145 +Vertex 452: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.101552 + Group: 'spine.005', Weight: 0.659781 + Group: 'Head', Weight: 0.228934 +Vertex 453: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093312 + Group: 'spine.005', Weight: 0.697713 + Group: 'Head', Weight: 0.197332 +Vertex 454: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.566757 + Group: 'spine.005', Weight: 0.086388 + Group: 'shoulder.L', Weight: 0.306328 +Vertex 455: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.117273 + Group: 'spine.005', Weight: 0.664707 + Group: 'Head', Weight: 0.195558 +Vertex 456: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.543647 + Group: 'spine.005', Weight: 0.102769 + Group: 'shoulder.L', Weight: 0.306232 +Vertex 457: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.120933 + Group: 'spine.005', Weight: 0.628573 + Group: 'Head', Weight: 0.224458 +Vertex 458: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.519289 + Group: 'spine.005', Weight: 0.110389 + Group: 'Head', Weight: 0.018357 + Group: 'shoulder.L', Weight: 0.295594 +Vertex 459: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.161086 + Group: 'spine.005', Weight: 0.521005 + Group: 'Head', Weight: 0.281157 + Group: 'shoulder.L', Weight: 0.005508 +Vertex 460: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.537110 + Group: 'spine.005', Weight: 0.101660 + Group: 'Head', Weight: 0.027665 + Group: 'shoulder.L', Weight: 0.263815 +Vertex 461: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.202947 + Group: 'spine.005', Weight: 0.460019 + Group: 'Head', Weight: 0.293145 + Group: 'shoulder.L', Weight: 0.011469 +Vertex 462: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.586149 + Group: 'spine.005', Weight: 0.097345 + Group: 'Head', Weight: 0.041167 + Group: 'shoulder.L', Weight: 0.190812 + Group: 'shoulder.R', Weight: 0.027748 +Vertex 463: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.232029 + Group: 'spine.005', Weight: 0.409043 + Group: 'Head', Weight: 0.310801 + Group: 'shoulder.L', Weight: 0.010375 +Vertex 464: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.611669 + Group: 'spine.005', Weight: 0.093929 + Group: 'Head', Weight: 0.047874 + Group: 'shoulder.L', Weight: 0.139835 + Group: 'shoulder.R', Weight: 0.062190 +Vertex 465: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.238690 + Group: 'spine.005', Weight: 0.367793 + Group: 'Head', Weight: 0.345807 + Group: 'shoulder.L', Weight: 0.000083 +Vertex 466: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.632750 + Group: 'spine.005', Weight: 0.091068 + Group: 'Head', Weight: 0.047685 + Group: 'shoulder.L', Weight: 0.091640 + Group: 'shoulder.R', Weight: 0.091639 +Vertex 467: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.247909 + Group: 'spine.005', Weight: 0.358056 + Group: 'Head', Weight: 0.345128 +Vertex 468: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.298334 + Group: 'spine.005', Weight: 0.633037 + Group: 'Head', Weight: 0.036379 +Vertex 469: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.354909 + Group: 'spine.005', Weight: 0.574933 + Group: 'Head', Weight: 0.049727 +Vertex 470: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.242193 + Group: 'spine.005', Weight: 0.663568 + Group: 'Head', Weight: 0.062975 + Group: 'shoulder.L', Weight: 0.002858 +Vertex 471: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088518 + Group: 'spine.005', Weight: 0.619605 + Group: 'Head', Weight: 0.275014 +Vertex 472: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.229809 + Group: 'spine.005', Weight: 0.630962 + Group: 'Head', Weight: 0.094080 + Group: 'shoulder.L', Weight: 0.028930 +Vertex 473: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.215394 + Group: 'spine.005', Weight: 0.618862 + Group: 'Head', Weight: 0.118131 + Group: 'shoulder.L', Weight: 0.031861 +Vertex 474: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295443 + Group: 'spine.005', Weight: 0.491117 + Group: 'Head', Weight: 0.140228 + Group: 'shoulder.L', Weight: 0.058967 +Vertex 475: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.414663 + Group: 'spine.005', Weight: 0.351694 + Group: 'Head', Weight: 0.144775 + Group: 'shoulder.L', Weight: 0.066502 +Vertex 476: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.443027 + Group: 'spine.005', Weight: 0.305248 + Group: 'Head', Weight: 0.160132 + Group: 'shoulder.L', Weight: 0.060494 +Vertex 477: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.437991 + Group: 'spine.005', Weight: 0.292472 + Group: 'Head', Weight: 0.184884 + Group: 'shoulder.L', Weight: 0.040118 + Group: 'shoulder.R', Weight: 0.003793 +Vertex 478: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.441652 + Group: 'spine.005', Weight: 0.285788 + Group: 'Head', Weight: 0.188665 + Group: 'shoulder.L', Weight: 0.020975 + Group: 'shoulder.R', Weight: 0.020974 +Vertex 479: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.073689 + Group: 'spine.004', Weight: 0.606315 + Group: 'spine.005', Weight: 0.007308 + Group: 'shoulder.L', Weight: 0.141897 + Group: 'shoulder.R', Weight: 0.141896 +Vertex 480: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.024386 + Group: 'spine.004', Weight: 0.597902 + Group: 'spine.005', Weight: 0.026245 + Group: 'shoulder.L', Weight: 0.258818 + Group: 'shoulder.R', Weight: 0.058581 +Vertex 481: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086745 + Group: 'Head', Weight: 0.909881 +Vertex 482: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097583 + Group: 'Head', Weight: 0.898865 +Vertex 483: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098882 + Group: 'Head', Weight: 0.897487 +Vertex 484: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099363 + Group: 'Head', Weight: 0.897065 +Vertex 485: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.478140 + Group: 'Head', Weight: 0.504361 +Vertex 486: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.476310 + Group: 'Head', Weight: 0.505893 +Vertex 487: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.464921 + Group: 'Head', Weight: 0.518859 +Vertex 488: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459871 + Group: 'Head', Weight: 0.524016 +Vertex 489: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.443628 + Group: 'Head', Weight: 0.541970 +Vertex 490: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.438711 + Group: 'Head', Weight: 0.547050 +Vertex 491: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.480740 + Group: 'Head', Weight: 0.499818 +Vertex 492: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.470653 + Group: 'Head', Weight: 0.511041 +Vertex 493: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.458463 + Group: 'Head', Weight: 0.524382 +Vertex 494: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.481728 + Group: 'Head', Weight: 0.497947 +Vertex 495: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.126579 + Group: 'spine.004', Weight: 0.175172 + Group: 'shoulder.L', Weight: 0.461434 + Group: 'upper_arm.L', Weight: 0.068807 + Group: 'shoulder.R', Weight: 0.105889 +Vertex 496: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.288390 + Group: 'shoulder.L', Weight: 0.243889 + Group: 'shoulder.R', Weight: 0.243887 + Group: 'spine.004', Weight: 0.193473 + Group: 'upper_arm.R', Weight: 0.030363 +Vertex 497: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.301851 + Group: 'Head', Weight: 0.689868 +Vertex 498: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298445 + Group: 'Head', Weight: 0.693639 +Vertex 499: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.288919 + Group: 'Head', Weight: 0.703576 +Vertex 500: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.261577 + Group: 'Head', Weight: 0.731578 +Vertex 501: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260691 + Group: 'Head', Weight: 0.732407 +Vertex 502: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285801 + Group: 'Head', Weight: 0.706682 +Vertex 503: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.295622 + Group: 'Head', Weight: 0.696403 +Vertex 504: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.300715 + Group: 'Head', Weight: 0.691012 +Vertex 505: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306705 + Group: 'Head', Weight: 0.684720 +Vertex 506: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306727 + Group: 'Head', Weight: 0.684732 +Vertex 507: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325721 + Group: 'Head', Weight: 0.664929 +Vertex 508: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.349080 + Group: 'Head', Weight: 0.640697 +Vertex 509: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.323323 + Group: 'Head', Weight: 0.667430 +Vertex 510: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.384061 + Group: 'Head', Weight: 0.604603 +Vertex 511: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.406154 + Group: 'Head', Weight: 0.581656 +Vertex 512: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311748 + Group: 'Head', Weight: 0.679425 +Vertex 513: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293276 + Group: 'Head', Weight: 0.698475 +Vertex 514: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306633 + Group: 'Head', Weight: 0.683684 +Vertex 515: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302269 + Group: 'Head', Weight: 0.689284 +Vertex 516: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.317559 + Group: 'Head', Weight: 0.673128 +Vertex 517: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310714 + Group: 'Head', Weight: 0.680152 +Vertex 518: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.324092 + Group: 'Head', Weight: 0.666187 +Vertex 519: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315360 + Group: 'Head', Weight: 0.675040 +Vertex 520: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330141 + Group: 'Head', Weight: 0.659899 +Vertex 521: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.320943 + Group: 'Head', Weight: 0.669172 +Vertex 522: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298434 + Group: 'Head', Weight: 0.693392 +Vertex 523: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293956 + Group: 'Head', Weight: 0.698097 +Vertex 524: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.282764 + Group: 'Head', Weight: 0.709540 +Vertex 525: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259568 + Group: 'Head', Weight: 0.733215 +Vertex 526: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298449 + Group: 'Head', Weight: 0.693213 +Vertex 527: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.296050 + Group: 'Head', Weight: 0.695081 +Vertex 528: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.288900 + Group: 'Head', Weight: 0.702194 +Vertex 529: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298305 + Group: 'Head', Weight: 0.692315 +Vertex 530: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.340373 + Group: 'Head', Weight: 0.649718 +Vertex 531: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.338072 + Group: 'Head', Weight: 0.652123 +Vertex 532: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.338404 + Group: 'Head', Weight: 0.651426 +Vertex 533: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341554 + Group: 'Head', Weight: 0.648320 +Vertex 534: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341748 + Group: 'Head', Weight: 0.648241 +Vertex 535: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.054471 + Group: 'spine.005', Weight: 0.570816 + Group: 'Head', Weight: 0.369811 +Vertex 536: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.347827 + Group: 'Head', Weight: 0.641729 +Vertex 537: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.038932 + Group: 'spine.005', Weight: 0.587193 + Group: 'Head', Weight: 0.364241 +Vertex 538: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006882 + Group: 'spine.005', Weight: 0.563145 + Group: 'Head', Weight: 0.405641 +Vertex 539: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.393032 + Group: 'Head', Weight: 0.594911 +Vertex 540: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.433498 + Group: 'Head', Weight: 0.552217 +Vertex 541: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489175 + Group: 'Head', Weight: 0.490975 +Vertex 542: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.511864 + Group: 'Head', Weight: 0.464612 +Vertex 543: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.495970 + Group: 'Head', Weight: 0.483075 +Vertex 544: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.413547 + Group: 'Head', Weight: 0.573414 +Vertex 545: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.021335 + Group: 'spine.005', Weight: 0.584833 + Group: 'Head', Weight: 0.376132 +Vertex 546: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.105670 + Group: 'spine.005', Weight: 0.606496 + Group: 'Head', Weight: 0.278922 +Vertex 547: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.183947 + Group: 'spine.005', Weight: 0.664981 + Group: 'Head', Weight: 0.138132 +Vertex 548: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459480 + Group: 'Head', Weight: 0.524091 +Vertex 549: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.443050 + Group: 'Head', Weight: 0.542036 +Vertex 550: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.477048 + Group: 'Head', Weight: 0.504781 +Vertex 551: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325957 + Group: 'Head', Weight: 0.663974 +Vertex 552: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330085 + Group: 'Head', Weight: 0.660371 +Vertex 553: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.337327 + Group: 'Head', Weight: 0.652840 +Vertex 554: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.309753 + Group: 'Head', Weight: 0.681488 +Vertex 555: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.312283 + Group: 'Head', Weight: 0.678779 +Vertex 556: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.507301 + Group: 'Head', Weight: 0.471562 +Vertex 557: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.475126 + Group: 'Head', Weight: 0.507576 +Vertex 558: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425809 + Group: 'Head', Weight: 0.560953 +Vertex 559: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489503 + Group: 'Head', Weight: 0.491591 +Vertex 560: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.441261 + Group: 'Head', Weight: 0.544452 +Vertex 561: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.460252 + Group: 'Head', Weight: 0.523871 +Vertex 562: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285782 + Group: 'Head', Weight: 0.705960 +Vertex 563: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267348 + Group: 'Head', Weight: 0.724662 +Vertex 564: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.272272 + Group: 'Head', Weight: 0.719249 +Vertex 565: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.281721 + Group: 'Head', Weight: 0.709329 +Vertex 566: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267564 + Group: 'Head', Weight: 0.723985 +Vertex 567: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.265061 + Group: 'Head', Weight: 0.726716 +Vertex 568: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.277724 + Group: 'Head', Weight: 0.715080 +Vertex 569: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.274919 + Group: 'Head', Weight: 0.717862 +Vertex 570: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.271267 + Group: 'Head', Weight: 0.721301 +Vertex 571: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.275541 + Group: 'Head', Weight: 0.716310 +Vertex 572: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.313384 + Group: 'Head', Weight: 0.677775 +Vertex 573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315515 + Group: 'Head', Weight: 0.675536 +Vertex 574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.321677 + Group: 'Head', Weight: 0.669109 +Vertex 575: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010495 + Group: 'spine.005', Weight: 0.578235 + Group: 'Head', Weight: 0.388665 +Vertex 576: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.003737 + Group: 'spine.005', Weight: 0.222371 + Group: 'Head', Weight: 0.745200 +Vertex 577: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002323 + Group: 'spine.005', Weight: 0.262816 + Group: 'Head', Weight: 0.705784 +Vertex 578: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051058 + Group: 'spine.005', Weight: 0.565367 + Group: 'Head', Weight: 0.379053 +Vertex 579: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.037479 + Group: 'spine.005', Weight: 0.583941 + Group: 'Head', Weight: 0.368377 +Vertex 580: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023374 + Group: 'spine.005', Weight: 0.589710 + Group: 'Head', Weight: 0.370225 +Vertex 581: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.085318 + Group: 'spine.005', Weight: 0.566759 + Group: 'Head', Weight: 0.340827 +Vertex 582: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086698 + Group: 'spine.005', Weight: 0.570254 + Group: 'Head', Weight: 0.335830 +Vertex 583: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030152 + Group: 'spine.005', Weight: 0.477193 + Group: 'Head', Weight: 0.474900 +Vertex 584: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030589 + Group: 'spine.005', Weight: 0.373944 + Group: 'Head', Weight: 0.577487 +Vertex 585: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016985 + Group: 'spine.005', Weight: 0.265243 + Group: 'Head', Weight: 0.694259 +Vertex 586: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005269 + Group: 'spine.005', Weight: 0.215723 + Group: 'Head', Weight: 0.750879 +Vertex 587: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011202 + Group: 'spine.005', Weight: 0.237749 + Group: 'Head', Weight: 0.725251 +Vertex 588: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009946 + Group: 'spine.005', Weight: 0.212611 + Group: 'Head', Weight: 0.751100 +Vertex 589: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.015044 + Group: 'spine.005', Weight: 0.230354 + Group: 'Head', Weight: 0.730257 +Vertex 590: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008435 + Group: 'spine.005', Weight: 0.191155 + Group: 'Head', Weight: 0.773445 +Vertex 591: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012533 + Group: 'spine.005', Weight: 0.198653 + Group: 'Head', Weight: 0.763447 +Vertex 592: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.007169 + Group: 'spine.005', Weight: 0.172965 + Group: 'Head', Weight: 0.792388 +Vertex 593: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009646 + Group: 'spine.005', Weight: 0.175846 + Group: 'Head', Weight: 0.787995 +Vertex 594: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002778 + Group: 'spine.005', Weight: 0.153497 + Group: 'Head', Weight: 0.814520 +Vertex 595: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.004462 + Group: 'spine.005', Weight: 0.153896 + Group: 'Head', Weight: 0.813094 +Vertex 596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131549 + Group: 'Head', Weight: 0.840794 +Vertex 597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129902 + Group: 'Head', Weight: 0.842176 +Vertex 598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115337 + Group: 'Head', Weight: 0.860886 +Vertex 599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115375 + Group: 'Head', Weight: 0.860490 +Vertex 600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111066 + Group: 'Head', Weight: 0.866946 +Vertex 601: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111232 + Group: 'Head', Weight: 0.866430 +Vertex 602: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110457 + Group: 'Head', Weight: 0.868085 +Vertex 603: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110528 + Group: 'Head', Weight: 0.867850 +Vertex 604: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110322 + Group: 'Head', Weight: 0.868573 +Vertex 605: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110297 + Group: 'Head', Weight: 0.868533 +Vertex 606: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109709 + Group: 'Head', Weight: 0.869966 +Vertex 607: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110430 + Group: 'Head', Weight: 0.869354 +Vertex 608: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101559 + Group: 'Head', Weight: 0.880109 +Vertex 609: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099846 + Group: 'Head', Weight: 0.882114 +Vertex 610: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095644 + Group: 'Head', Weight: 0.887540 +Vertex 611: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093182 + Group: 'Head', Weight: 0.890408 +Vertex 612: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095738 + Group: 'Head', Weight: 0.888122 +Vertex 613: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.094157 + Group: 'Head', Weight: 0.890054 +Vertex 614: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100467 + Group: 'Head', Weight: 0.883145 +Vertex 615: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099523 + Group: 'Head', Weight: 0.884401 +Vertex 616: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114515 + Group: 'Head', Weight: 0.866902 +Vertex 617: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114449 + Group: 'Head', Weight: 0.867351 +Vertex 618: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124338 + Group: 'Head', Weight: 0.855229 +Vertex 619: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125713 + Group: 'Head', Weight: 0.853865 +Vertex 620: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133195 + Group: 'Head', Weight: 0.844527 +Vertex 621: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.137769 + Group: 'Head', Weight: 0.839509 +Vertex 622: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146368 + Group: 'Head', Weight: 0.828978 +Vertex 623: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148556 + Group: 'Head', Weight: 0.827052 +Vertex 624: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111201 + Group: 'Head', Weight: 0.866899 +Vertex 625: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110436 + Group: 'Head', Weight: 0.868132 +Vertex 626: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109956 + Group: 'Head', Weight: 0.869116 +Vertex 627: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109015 + Group: 'Head', Weight: 0.870844 +Vertex 628: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101381 + Group: 'Head', Weight: 0.880386 +Vertex 629: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098513 + Group: 'Head', Weight: 0.884175 +Vertex 630: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099972 + Group: 'Head', Weight: 0.882808 +Vertex 631: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102387 + Group: 'Head', Weight: 0.880415 +Vertex 632: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115297 + Group: 'Head', Weight: 0.865511 +Vertex 633: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122322 + Group: 'Head', Weight: 0.857327 +Vertex 634: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129751 + Group: 'Head', Weight: 0.848360 +Vertex 635: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134885 + Group: 'Head', Weight: 0.841972 +Vertex 636: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107821 + Group: 'Head', Weight: 0.875026 +Vertex 637: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107910 + Group: 'Head', Weight: 0.874707 +Vertex 638: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109851 + Group: 'Head', Weight: 0.871883 +Vertex 639: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111059 + Group: 'Head', Weight: 0.867219 +Vertex 640: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109837 + Group: 'Head', Weight: 0.869003 +Vertex 641: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108783 + Group: 'Head', Weight: 0.870772 +Vertex 642: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107298 + Group: 'Head', Weight: 0.872929 +Vertex 643: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102137 + Group: 'Head', Weight: 0.879546 +Vertex 644: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100392 + Group: 'Head', Weight: 0.881975 +Vertex 645: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100960 + Group: 'Head', Weight: 0.881596 +Vertex 646: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104000 + Group: 'Head', Weight: 0.878272 +Vertex 647: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114242 + Group: 'Head', Weight: 0.866590 +Vertex 648: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119672 + Group: 'Head', Weight: 0.860162 +Vertex 649: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125397 + Group: 'Head', Weight: 0.853327 +Vertex 650: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129495 + Group: 'Head', Weight: 0.848199 +Vertex 651: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110033 + Group: 'Head', Weight: 0.871474 +Vertex 652: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109301 + Group: 'Head', Weight: 0.871567 +Vertex 653: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119989 + Group: 'Head', Weight: 0.858261 +Vertex 654: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126981 + Group: 'Head', Weight: 0.849389 +Vertex 655: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.135049 + Group: 'Head', Weight: 0.840029 +Vertex 656: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146041 + Group: 'Head', Weight: 0.827381 +Vertex 657: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152959 + Group: 'Head', Weight: 0.820229 +Vertex 658: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157303 + Group: 'Head', Weight: 0.816175 +Vertex 659: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161691 + Group: 'Head', Weight: 0.812134 +Vertex 660: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179433 + Group: 'Head', Weight: 0.793124 +Vertex 661: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.184621 + Group: 'Head', Weight: 0.786227 +Vertex 662: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.174644 + Group: 'Head', Weight: 0.796692 +Vertex 663: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168584 + Group: 'Head', Weight: 0.802124 +Vertex 664: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157668 + Group: 'Head', Weight: 0.813176 +Vertex 665: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.145171 + Group: 'Head', Weight: 0.827258 +Vertex 666: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132025 + Group: 'Head', Weight: 0.842639 +Vertex 667: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124112 + Group: 'Head', Weight: 0.851746 +Vertex 668: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115253 + Group: 'Head', Weight: 0.862502 +Vertex 669: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103701 + Group: 'Head', Weight: 0.877644 +Vertex 670: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001852 + Group: 'spine.005', Weight: 0.196210 + Group: 'Head', Weight: 0.772445 +Vertex 671: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005317 + Group: 'spine.005', Weight: 0.198833 + Group: 'Head', Weight: 0.767695 +Vertex 672: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006611 + Group: 'spine.005', Weight: 0.187285 + Group: 'Head', Weight: 0.778427 +Vertex 673: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001245 + Group: 'spine.005', Weight: 0.152757 + Group: 'Head', Weight: 0.816195 +Vertex 674: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116437 + Group: 'Head', Weight: 0.859757 +Vertex 675: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133161 + Group: 'Head', Weight: 0.839504 +Vertex 676: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005341 + Group: 'spine.005', Weight: 0.170389 + Group: 'Head', Weight: 0.796078 +Vertex 677: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120166 + Group: 'Head', Weight: 0.855586 +Vertex 678: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132079 + Group: 'Head', Weight: 0.841428 +Vertex 679: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.149723 + Group: 'Head', Weight: 0.820553 +Vertex 680: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001553 + Group: 'spine.005', Weight: 0.164125 + Group: 'Head', Weight: 0.804651 +Vertex 681: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002279 + Group: 'spine.005', Weight: 0.177669 + Group: 'Head', Weight: 0.790681 +Vertex 682: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000958 + Group: 'spine.005', Weight: 0.185258 + Group: 'Head', Weight: 0.783920 +Vertex 683: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166345 + Group: 'Head', Weight: 0.807461 +Vertex 684: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177932 + Group: 'Head', Weight: 0.793824 +Vertex 685: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115986 + Group: 'Head', Weight: 0.863206 +Vertex 686: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110951 + Group: 'Head', Weight: 0.867983 +Vertex 687: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108175 + Group: 'Head', Weight: 0.871753 +Vertex 688: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112661 + Group: 'Head', Weight: 0.867363 +Vertex 689: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106015 + Group: 'Head', Weight: 0.875622 +Vertex 690: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103612 + Group: 'Head', Weight: 0.878222 +Vertex 691: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144934 + Group: 'Head', Weight: 0.829962 +Vertex 692: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143685 + Group: 'Head', Weight: 0.830633 +Vertex 693: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134918 + Group: 'Head', Weight: 0.840862 +Vertex 694: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126355 + Group: 'Head', Weight: 0.851042 +Vertex 695: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122281 + Group: 'Head', Weight: 0.855928 +Vertex 696: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118747 + Group: 'Head', Weight: 0.860289 +Vertex 697: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122585 + Group: 'Head', Weight: 0.856213 +Vertex 698: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115420 + Group: 'Head', Weight: 0.864426 +Vertex 699: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119357 + Group: 'Head', Weight: 0.860136 +Vertex 700: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116416 + Group: 'Head', Weight: 0.863698 +Vertex 701: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112833 + Group: 'Head', Weight: 0.867710 +Vertex 702: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110474 + Group: 'Head', Weight: 0.870687 +Vertex 703: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114189 + Group: 'Head', Weight: 0.866471 +Vertex 704: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123989 + Group: 'Head', Weight: 0.854259 +Vertex 705: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129060 + Group: 'Head', Weight: 0.848343 +Vertex 706: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.136277 + Group: 'Head', Weight: 0.839970 +Vertex 707: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020672 + Group: 'spine.005', Weight: 0.254440 + Group: 'Head', Weight: 0.702756 +Vertex 708: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.028223 + Group: 'spine.005', Weight: 0.269596 + Group: 'Head', Weight: 0.682981 +Vertex 709: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.018453 + Group: 'spine.005', Weight: 0.209246 + Group: 'Head', Weight: 0.749240 +Vertex 710: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.029056 + Group: 'spine.005', Weight: 0.226009 + Group: 'Head', Weight: 0.725994 +Vertex 711: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.013472 + Group: 'spine.005', Weight: 0.179630 + Group: 'Head', Weight: 0.781878 +Vertex 712: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023015 + Group: 'spine.005', Weight: 0.189416 + Group: 'Head', Weight: 0.766272 +Vertex 713: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008412 + Group: 'spine.005', Weight: 0.157454 + Group: 'Head', Weight: 0.807131 +Vertex 714: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016526 + Group: 'spine.005', Weight: 0.162333 + Group: 'Head', Weight: 0.797309 +Vertex 715: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131545 + Group: 'Head', Weight: 0.838856 +Vertex 716: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006329 + Group: 'spine.005', Weight: 0.135787 + Group: 'Head', Weight: 0.830064 +Vertex 717: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120884 + Group: 'Head', Weight: 0.852494 +Vertex 718: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115982 + Group: 'Head', Weight: 0.855428 +Vertex 719: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111117 + Group: 'Head', Weight: 0.866253 +Vertex 720: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110862 + Group: 'Head', Weight: 0.865548 +Vertex 721: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110427 + Group: 'Head', Weight: 0.867929 +Vertex 722: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106428 + Group: 'Head', Weight: 0.872267 +Vertex 723: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110286 + Group: 'Head', Weight: 0.868717 +Vertex 724: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097875 + Group: 'Head', Weight: 0.881924 +Vertex 725: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108314 + Group: 'Head', Weight: 0.871777 +Vertex 726: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093616 + Group: 'Head', Weight: 0.889358 +Vertex 727: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089397 + Group: 'Head', Weight: 0.894815 +Vertex 728: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089975 + Group: 'Head', Weight: 0.895067 +Vertex 729: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097738 + Group: 'Head', Weight: 0.886782 +Vertex 730: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108497 + Group: 'Head', Weight: 0.874622 +Vertex 731: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118586 + Group: 'Head', Weight: 0.862894 +Vertex 732: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127385 + Group: 'Head', Weight: 0.852579 +Vertex 733: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132535 + Group: 'Head', Weight: 0.847160 +Vertex 734: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087321 + Group: 'Head', Weight: 0.897214 +Vertex 735: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087969 + Group: 'Head', Weight: 0.897275 +Vertex 736: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.017320 + Group: 'spine.005', Weight: 0.151439 + Group: 'Head', Weight: 0.807728 +Vertex 737: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.024822 + Group: 'spine.005', Weight: 0.139045 + Group: 'Head', Weight: 0.815603 +Vertex 738: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.049671 + Group: 'spine.005', Weight: 0.117132 + Group: 'Head', Weight: 0.822698 +Vertex 739: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035897 + Group: 'spine.005', Weight: 0.120634 + Group: 'Head', Weight: 0.827409 +Vertex 740: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.055752 + Group: 'spine.005', Weight: 0.115113 + Group: 'Head', Weight: 0.817707 +Vertex 741: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.059984 + Group: 'spine.005', Weight: 0.117298 + Group: 'Head', Weight: 0.810487 +Vertex 742: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.097796 + Group: 'spine.004', Weight: 0.066981 + Group: 'shoulder.L', Weight: 0.645160 + Group: 'shoulder.R', Weight: 0.159214 +Vertex 743: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.121516 + Group: 'spine.004', Weight: 0.057665 + Group: 'shoulder.L', Weight: 0.399429 + Group: 'shoulder.R', Weight: 0.399429 +Vertex 744: +Vertex groups: 3 + Group: 'spine', Weight: 0.808373 + Group: 'spine.001', Weight: 0.007280 + Group: 'spine1', Weight: 0.149864 +Vertex 745: +Vertex groups: 2 + Group: 'spine', Weight: 0.798030 + Group: 'spine1', Weight: 0.167124 +Vertex 746: +Vertex groups: 2 + Group: 'spine', Weight: 0.806930 + Group: 'spine1', Weight: 0.160914 +Vertex 747: +Vertex groups: 2 + Group: 'spine', Weight: 0.818408 + Group: 'spine1', Weight: 0.151226 +Vertex 748: +Vertex groups: 3 + Group: 'spine', Weight: 0.815118 + Group: 'spine.001', Weight: 0.112948 + Group: 'spine1', Weight: 0.041022 +Vertex 749: +Vertex groups: 3 + Group: 'spine', Weight: 0.834869 + Group: 'spine.001', Weight: 0.074073 + Group: 'spine1', Weight: 0.072374 +Vertex 750: +Vertex groups: 3 + Group: 'spine', Weight: 0.824579 + Group: 'spine.001', Weight: 0.027281 + Group: 'spine1', Weight: 0.122800 +Vertex 751: +Vertex groups: 4 + Group: 'spine', Weight: 0.798481 + Group: 'spine.001', Weight: 0.132298 + Group: 'spine.002', Weight: 0.010029 + Group: 'spine1', Weight: 0.014796 +Vertex 752: +Vertex groups: 4 + Group: 'spine', Weight: 0.784958 + Group: 'spine.001', Weight: 0.146693 + Group: 'spine.002', Weight: 0.004893 + Group: 'spine1', Weight: 0.019211 +Vertex 753: +Vertex groups: 4 + Group: 'spine', Weight: 0.801474 + Group: 'spine.001', Weight: 0.129162 + Group: 'spine.002', Weight: 0.010060 + Group: 'spine1', Weight: 0.014927 +Vertex 754: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999681 +Vertex 755: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 756: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.008355 + Group: 'spine2', Weight: 0.970725 +Vertex 757: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 758: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 759: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 760: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 761: +Vertex groups: 1 + Group: 'spine2', Weight: 0.998267 +Vertex 762: +Vertex groups: 1 + Group: 'spine2', Weight: 0.993944 +Vertex 763: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.099610 + Group: 'forearm.L', Weight: 0.898211 +Vertex 764: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.107240 + Group: 'forearm.L', Weight: 0.891806 +Vertex 765: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.102333 + Group: 'forearm.L', Weight: 0.897176 +Vertex 766: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.071469 + Group: 'forearm.L', Weight: 0.928212 +Vertex 767: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.071145 + Group: 'forearm.L', Weight: 0.928428 +Vertex 768: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.090626 + Group: 'forearm.L', Weight: 0.907586 +Vertex 769: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.164569 + Group: 'forearm.L', Weight: 0.834927 +Vertex 770: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.116966 + Group: 'forearm.L', Weight: 0.882429 +Vertex 771: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.144250 + Group: 'forearm.L', Weight: 0.855124 +Vertex 772: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.066144 + Group: 'forearm.L', Weight: 0.933524 +Vertex 773: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.086965 + Group: 'forearm.L', Weight: 0.912619 +Vertex 774: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.128606 + Group: 'forearm.L', Weight: 0.870986 +Vertex 775: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 776: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 777: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 778: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 779: +Vertex groups: 4 + Group: 'spine', Weight: 0.042333 + Group: 'spine1', Weight: 0.679071 + Group: 'spine1.001', Weight: 0.240729 + Group: 'spine1.002', Weight: 0.015081 +Vertex 780: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.763769 + Group: 'spine2', Weight: 0.232587 +Vertex 781: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.152644 + Group: 'spine1.002', Weight: 0.812575 +Vertex 782: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.202816 + Group: 'spine1.003', Weight: 0.795117 +Vertex 783: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.837299 + Group: 'spine2', Weight: 0.158755 +Vertex 784: +Vertex groups: 4 + Group: 'spine', Weight: 0.058472 + Group: 'spine1', Weight: 0.686359 + Group: 'spine1.001', Weight: 0.213887 + Group: 'spine1.002', Weight: 0.028639 +Vertex 785: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.372473 + Group: 'spine1.003', Weight: 0.625931 +Vertex 786: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.126597 + Group: 'spine1.002', Weight: 0.841655 +Vertex 787: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.901854 + Group: 'spine2', Weight: 0.092942 +Vertex 788: +Vertex groups: 4 + Group: 'spine', Weight: 0.066831 + Group: 'spine1', Weight: 0.561228 + Group: 'spine1.001', Weight: 0.331488 + Group: 'spine1.002', Weight: 0.026556 +Vertex 789: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.480997 + Group: 'spine1.003', Weight: 0.517794 +Vertex 790: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.106491 + Group: 'spine1.002', Weight: 0.866540 +Vertex 791: +Vertex groups: 4 + Group: 'spine', Weight: 0.065921 + Group: 'spine1', Weight: 0.637333 + Group: 'spine1.001', Weight: 0.255765 + Group: 'spine1.002', Weight: 0.027637 +Vertex 792: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.894876 + Group: 'spine2', Weight: 0.100155 +Vertex 793: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.108238 + Group: 'spine1.002', Weight: 0.864214 +Vertex 794: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.474729 + Group: 'spine1.003', Weight: 0.524044 +Vertex 795: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.066531 + Group: 'spine2', Weight: 0.933399 +Vertex 796: +Vertex groups: 2 + Group: 'spine1', Weight: 0.495896 + Group: 'spine1.001', Weight: 0.483221 +Vertex 797: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.059040 + Group: 'spine1.003', Weight: 0.933620 +Vertex 798: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.540319 + Group: 'spine1.002', Weight: 0.429447 +Vertex 799: +Vertex groups: 4 + Group: 'spine', Weight: 0.063350 + Group: 'spine1', Weight: 0.672511 + Group: 'spine1.001', Weight: 0.221529 + Group: 'spine1.002', Weight: 0.030960 +Vertex 800: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.873761 + Group: 'spine2', Weight: 0.121804 +Vertex 801: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.114721 + Group: 'spine1.002', Weight: 0.855951 +Vertex 802: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.449004 + Group: 'spine1.003', Weight: 0.549661 +Vertex 803: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.600491 + Group: 'spine2', Weight: 0.398401 +Vertex 804: +Vertex groups: 2 + Group: 'spine1', Weight: 0.544240 + Group: 'spine1.001', Weight: 0.414183 +Vertex 805: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.129599 + Group: 'spine1.003', Weight: 0.866799 +Vertex 806: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.207393 + Group: 'spine1.002', Weight: 0.755282 +Vertex 807: +Vertex groups: 2 + Group: 'spine1', Weight: 0.517995 + Group: 'spine1.001', Weight: 0.451218 +Vertex 808: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.317571 + Group: 'spine2', Weight: 0.682181 +Vertex 809: +Vertex groups: 3 + Group: 'spine1', Weight: 0.000199 + Group: 'spine1.001', Weight: 0.304138 + Group: 'spine1.002', Weight: 0.657653 +Vertex 810: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.096093 + Group: 'spine1.003', Weight: 0.897500 +Vertex 811: +Vertex groups: 2 + Group: 'spine1', Weight: 0.510793 + Group: 'spine1.001', Weight: 0.463003 +Vertex 812: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.164309 + Group: 'spine2', Weight: 0.835645 +Vertex 813: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.455408 + Group: 'spine1.002', Weight: 0.507965 +Vertex 814: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.077017 + Group: 'spine1.003', Weight: 0.915078 +Vertex 815: +Vertex groups: 2 + Group: 'spine1', Weight: 0.499287 + Group: 'spine1.001', Weight: 0.477997 +Vertex 816: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.088990 + Group: 'spine2', Weight: 0.910957 +Vertex 817: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.404124 + Group: 'spine1.002', Weight: 0.563139 +Vertex 818: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064193 + Group: 'spine1.003', Weight: 0.928123 +Vertex 819: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.148665 + Group: 'spine2', Weight: 0.850762 +Vertex 820: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.083283 + Group: 'spine2', Weight: 0.916384 +Vertex 821: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.052262 + Group: 'spine2', Weight: 0.947735 +Vertex 822: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.045034 + Group: 'spine2', Weight: 0.952280 +Vertex 823: +Vertex groups: 1 + Group: 'spine2', Weight: 0.976105 +Vertex 824: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.009059 + Group: 'spine2', Weight: 0.970329 +Vertex 825: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999624 +Vertex 826: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 827: +Vertex groups: 1 + Group: 'spine2', Weight: 0.989229 +Vertex 828: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 829: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.017375 + Group: 'spine1.003', Weight: 0.969022 +Vertex 830: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.043734 + Group: 'spine1.003', Weight: 0.950372 +Vertex 831: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.066857 + Group: 'spine1.003', Weight: 0.928312 +Vertex 832: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064554 + Group: 'spine1.003', Weight: 0.930735 +Vertex 833: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.943390 + Group: 'spine2', Weight: 0.052933 +Vertex 834: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.058033 + Group: 'spine1.003', Weight: 0.937666 +Vertex 835: +Vertex groups: 1 + Group: 'spine1.003', Weight: 0.968650 +Vertex 836: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.947161 + Group: 'spine2', Weight: 0.033220 +Vertex 837: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.936006 + Group: 'spine2', Weight: 0.057138 +Vertex 838: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.938937 + Group: 'spine2', Weight: 0.056590 +Vertex 839: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.905466 + Group: 'spine1.003', Weight: 0.069656 +Vertex 840: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.919835 + Group: 'spine1.003', Weight: 0.060331 +Vertex 841: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.933647 + Group: 'spine1.003', Weight: 0.050663 +Vertex 842: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.932614 + Group: 'spine1.003', Weight: 0.051446 +Vertex 843: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.029723 + Group: 'spine1.002', Weight: 0.876684 + Group: 'spine1.003', Weight: 0.081181 +Vertex 844: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.928450 + Group: 'spine1.003', Weight: 0.054324 +Vertex 845: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.008946 + Group: 'spine1.002', Weight: 0.888770 + Group: 'spine1.003', Weight: 0.078598 +Vertex 846: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.026651 + Group: 'spine1.002', Weight: 0.874765 + Group: 'spine1.003', Weight: 0.083676 +Vertex 847: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.037107 + Group: 'spine1.002', Weight: 0.868564 + Group: 'spine1.003', Weight: 0.084892 +Vertex 848: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.029220 + Group: 'spine1.002', Weight: 0.874252 + Group: 'spine1.003', Weight: 0.083621 +Vertex 849: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131817 + Group: 'spine1.001', Weight: 0.693219 + Group: 'spine1.002', Weight: 0.163279 +Vertex 850: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132102 + Group: 'spine1.001', Weight: 0.681385 + Group: 'spine1.002', Weight: 0.173301 +Vertex 851: +Vertex groups: 3 + Group: 'spine1', Weight: 0.121047 + Group: 'spine1.001', Weight: 0.696517 + Group: 'spine1.002', Weight: 0.168481 +Vertex 852: +Vertex groups: 3 + Group: 'spine1', Weight: 0.124607 + Group: 'spine1.001', Weight: 0.692846 + Group: 'spine1.002', Weight: 0.168570 +Vertex 853: +Vertex groups: 3 + Group: 'spine1', Weight: 0.095450 + Group: 'spine1.001', Weight: 0.821215 + Group: 'spine1.002', Weight: 0.079164 +Vertex 854: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131357 + Group: 'spine1.001', Weight: 0.684969 + Group: 'spine1.002', Weight: 0.169689 +Vertex 855: +Vertex groups: 3 + Group: 'spine1', Weight: 0.123557 + Group: 'spine1.001', Weight: 0.730305 + Group: 'spine1.002', Weight: 0.137299 +Vertex 856: +Vertex groups: 3 + Group: 'spine1', Weight: 0.117894 + Group: 'spine1.001', Weight: 0.761368 + Group: 'spine1.002', Weight: 0.113876 +Vertex 857: +Vertex groups: 3 + Group: 'spine1', Weight: 0.112860 + Group: 'spine1.001', Weight: 0.782157 + Group: 'spine1.002', Weight: 0.099259 +Vertex 858: +Vertex groups: 3 + Group: 'spine1', Weight: 0.101073 + Group: 'spine1.001', Weight: 0.803583 + Group: 'spine1.002', Weight: 0.090643 +Vertex 859: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.177290 + Group: 'spine.005', Weight: 0.675833 + Group: 'Head', Weight: 0.132787 +Vertex 860: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082680 + Group: 'spine.005', Weight: 0.575184 + Group: 'Head', Weight: 0.335123 +Vertex 861: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.136595 + Group: 'spine.005', Weight: 0.644563 + Group: 'Head', Weight: 0.208135 +Vertex 862: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.137579 + Group: 'spine.005', Weight: 0.642438 + Group: 'Head', Weight: 0.209367 +Vertex 863: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082978 + Group: 'spine.005', Weight: 0.658943 + Group: 'Head', Weight: 0.245583 +Vertex 864: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.185796 + Group: 'spine.005', Weight: 0.659274 + Group: 'Head', Weight: 0.118621 + Group: 'shoulder.L', Weight: 0.013009 +Vertex 865: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.178737 + Group: 'spine.005', Weight: 0.636401 + Group: 'Head', Weight: 0.145655 + Group: 'shoulder.L', Weight: 0.016712 +Vertex 866: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088664 + Group: 'spine.005', Weight: 0.503139 + Group: 'Head', Weight: 0.388636 +Vertex 867: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.245675 + Group: 'spine.005', Weight: 0.520224 + Group: 'Head', Weight: 0.175202 + Group: 'shoulder.L', Weight: 0.043137 +Vertex 868: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.332062 + Group: 'spine.005', Weight: 0.416022 + Group: 'Head', Weight: 0.180149 + Group: 'shoulder.L', Weight: 0.052588 +Vertex 869: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.366635 + Group: 'spine.005', Weight: 0.361346 + Group: 'Head', Weight: 0.196312 + Group: 'shoulder.L', Weight: 0.048356 +Vertex 870: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.365631 + Group: 'spine.005', Weight: 0.337537 + Group: 'Head', Weight: 0.225289 + Group: 'shoulder.L', Weight: 0.025768 +Vertex 871: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.371067 + Group: 'spine.005', Weight: 0.328773 + Group: 'Head', Weight: 0.228668 + Group: 'shoulder.L', Weight: 0.010731 + Group: 'shoulder.R', Weight: 0.010730 +Vertex 872: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.147256 + Group: 'spine.005', Weight: 0.716056 + Group: 'Head', Weight: 0.118318 +Vertex 873: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099367 + Group: 'spine.005', Weight: 0.463324 + Group: 'Head', Weight: 0.415090 +Vertex 874: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106722 + Group: 'Head', Weight: 0.874549 +Vertex 875: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108374 + Group: 'Head', Weight: 0.872402 +Vertex 876: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113637 + Group: 'Head', Weight: 0.865628 +Vertex 877: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117949 + Group: 'Head', Weight: 0.860168 +Vertex 878: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122393 + Group: 'Head', Weight: 0.854709 +Vertex 879: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119866 + Group: 'Head', Weight: 0.857522 +Vertex 880: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116513 + Group: 'Head', Weight: 0.861518 +Vertex 881: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109454 + Group: 'Head', Weight: 0.870453 +Vertex 882: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106285 + Group: 'Head', Weight: 0.874668 +Vertex 883: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110851 + Group: 'Head', Weight: 0.869175 +Vertex 884: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112987 + Group: 'Head', Weight: 0.865807 +Vertex 885: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105208 + Group: 'Head', Weight: 0.876226 +Vertex 886: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.160577 + Group: 'spine.003', Weight: 0.437655 + Group: 'shoulder.L', Weight: 0.284048 + Group: 'upper_arm.L', Weight: 0.059965 + Group: 'shoulder.R', Weight: 0.022551 +Vertex 887: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.239846 + Group: 'spine.003', Weight: 0.531916 + Group: 'shoulder.L', Weight: 0.116634 + Group: 'upper_arm.L', Weight: 0.000045 + Group: 'shoulder.R', Weight: 0.061678 +Vertex 888: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.582120 + Group: 'spine.003', Weight: 0.281972 + Group: 'shoulder.L', Weight: 0.050376 + Group: 'shoulder.R', Weight: 0.023924 +Vertex 889: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.087883 + Group: 'spine.003', Weight: 0.206572 + Group: 'shoulder.L', Weight: 0.386074 + Group: 'upper_arm.L', Weight: 0.298862 +Vertex 890: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.102017 + Group: 'spine.003', Weight: 0.271941 + Group: 'shoulder.L', Weight: 0.468483 + Group: 'upper_arm.L', Weight: 0.119081 +Vertex 891: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.321653 + Group: 'spine.003', Weight: 0.342230 + Group: 'shoulder.L', Weight: 0.101565 + Group: 'upper_arm.L', Weight: 0.204819 +Vertex 892: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142029 + Group: 'spine.003', Weight: 0.299118 + Group: 'shoulder.L', Weight: 0.202931 + Group: 'upper_arm.L', Weight: 0.336048 +Vertex 893: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.037852 + Group: 'spine.002', Weight: 0.763405 + Group: 'spine.003', Weight: 0.119659 + Group: 'shoulder.L', Weight: 0.009227 +Vertex 894: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.019402 + Group: 'spine.002', Weight: 0.611010 + Group: 'spine.003', Weight: 0.220037 + Group: 'shoulder.L', Weight: 0.050899 + Group: 'upper_arm.L', Weight: 0.069305 +Vertex 895: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.017403 + Group: 'spine.002', Weight: 0.749942 + Group: 'spine.003', Weight: 0.142797 + Group: 'shoulder.L', Weight: 0.005382 +Vertex 896: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.222118 + Group: 'spine.003', Weight: 0.466623 + Group: 'shoulder.L', Weight: 0.197707 + Group: 'upper_arm.L', Weight: 0.064275 + Group: 'shoulder.R', Weight: 0.008322 +Vertex 897: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.293596 + Group: 'spine.003', Weight: 0.490521 + Group: 'shoulder.L', Weight: 0.115285 + Group: 'upper_arm.L', Weight: 0.012127 + Group: 'shoulder.R', Weight: 0.041811 +Vertex 898: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.578227 + Group: 'spine.003', Weight: 0.253021 + Group: 'shoulder.L', Weight: 0.075976 + Group: 'upper_arm.L', Weight: 0.047355 +Vertex 899: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.595619 + Group: 'spine.003', Weight: 0.265804 + Group: 'shoulder.L', Weight: 0.056523 + Group: 'shoulder.R', Weight: 0.008522 +Vertex 900: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.121208 + Group: 'spine.003', Weight: 0.284634 + Group: 'shoulder.L', Weight: 0.315931 + Group: 'upper_arm.L', Weight: 0.254532 +Vertex 901: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.158143 + Group: 'spine.003', Weight: 0.378056 + Group: 'shoulder.L', Weight: 0.299270 + Group: 'upper_arm.L', Weight: 0.129423 +Vertex 902: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.346955 + Group: 'spine.003', Weight: 0.352317 + Group: 'shoulder.L', Weight: 0.102668 + Group: 'upper_arm.L', Weight: 0.166623 +Vertex 903: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.183527 + Group: 'spine.003', Weight: 0.349220 + Group: 'shoulder.L', Weight: 0.202225 + Group: 'upper_arm.L', Weight: 0.240773 +Vertex 904: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.312846 + Group: 'spine.003', Weight: 0.392211 + Group: 'shoulder.L', Weight: 0.135620 + Group: 'upper_arm.L', Weight: 0.126780 +Vertex 905: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.022654 + Group: 'spine.002', Weight: 0.728058 + Group: 'spine.003', Weight: 0.146378 + Group: 'shoulder.L', Weight: 0.026175 + Group: 'upper_arm.L', Weight: 0.013308 +Vertex 906: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.005479 + Group: 'spine.002', Weight: 0.568450 + Group: 'spine.003', Weight: 0.242578 + Group: 'shoulder.L', Weight: 0.063760 + Group: 'upper_arm.L', Weight: 0.082600 +Vertex 907: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.009694 + Group: 'spine.002', Weight: 0.716154 + Group: 'spine.003', Weight: 0.167107 + Group: 'shoulder.L', Weight: 0.022809 +Vertex 908: +Vertex groups: 3 + Group: 'spine', Weight: 0.371022 + Group: 'spine.001', Weight: 0.521174 + Group: 'spine.002', Weight: 0.091308 +Vertex 909: +Vertex groups: 3 + Group: 'spine', Weight: 0.076232 + Group: 'spine.001', Weight: 0.511969 + Group: 'spine.002', Weight: 0.390729 +Vertex 910: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.099468 + Group: 'spine.002', Weight: 0.804575 + Group: 'spine.003', Weight: 0.054592 +Vertex 911: +Vertex groups: 3 + Group: 'spine', Weight: 0.240316 + Group: 'spine.001', Weight: 0.630233 + Group: 'spine.002', Weight: 0.117160 +Vertex 912: +Vertex groups: 3 + Group: 'spine', Weight: 0.056309 + Group: 'spine.001', Weight: 0.416120 + Group: 'spine.002', Weight: 0.501785 +Vertex 913: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.225950 + Group: 'spine.002', Weight: 0.708157 + Group: 'spine.003', Weight: 0.003126 +Vertex 914: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.068329 + Group: 'spine.002', Weight: 0.811124 + Group: 'spine.003', Weight: 0.074683 +Vertex 915: +Vertex groups: 3 + Group: 'spine', Weight: 0.017616 + Group: 'spine.001', Weight: 0.303815 + Group: 'spine.002', Weight: 0.627016 +Vertex 916: +Vertex groups: 3 + Group: 'spine', Weight: 0.326539 + Group: 'spine.001', Weight: 0.570256 + Group: 'spine.002', Weight: 0.089633 +Vertex 917: +Vertex groups: 3 + Group: 'spine', Weight: 0.329571 + Group: 'spine.001', Weight: 0.571622 + Group: 'spine.002', Weight: 0.086340 +Vertex 918: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.179598 + Group: 'spine.002', Weight: 0.751249 + Group: 'spine.003', Weight: 0.014744 +Vertex 919: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.072964 + Group: 'spine.002', Weight: 0.807003 + Group: 'spine.003', Weight: 0.072459 +Vertex 920: +Vertex groups: 3 + Group: 'spine', Weight: 0.370351 + Group: 'spine.001', Weight: 0.474381 + Group: 'spine.002', Weight: 0.129699 +Vertex 921: +Vertex groups: 3 + Group: 'spine', Weight: 0.459929 + Group: 'spine.001', Weight: 0.412057 + Group: 'spine.002', Weight: 0.106189 +Vertex 922: +Vertex groups: 3 + Group: 'spine', Weight: 0.378863 + Group: 'spine.001', Weight: 0.474356 + Group: 'spine.002', Weight: 0.122285 +Vertex 923: +Vertex groups: 3 + Group: 'spine', Weight: 0.335185 + Group: 'spine.001', Weight: 0.498681 + Group: 'spine.002', Weight: 0.140089 +Vertex 924: +Vertex groups: 3 + Group: 'spine', Weight: 0.233003 + Group: 'spine.001', Weight: 0.629977 + Group: 'spine.002', Weight: 0.124214 +Vertex 925: +Vertex groups: 3 + Group: 'spine', Weight: 0.029575 + Group: 'spine.001', Weight: 0.283986 + Group: 'spine.002', Weight: 0.635364 +Vertex 926: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.089187 + Group: 'spine.002', Weight: 0.803541 + Group: 'spine.003', Weight: 0.061560 +Vertex 927: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.058482 + Group: 'spine.002', Weight: 0.804833 + Group: 'spine.003', Weight: 0.086623 +Vertex 928: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.149342 + Group: 'spine.002', Weight: 0.769719 + Group: 'spine.003', Weight: 0.029353 +Vertex 929: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.174107 + Group: 'spine.002', Weight: 0.744651 + Group: 'spine.003', Weight: 0.020113 +Vertex 930: +Vertex groups: 3 + Group: 'spine', Weight: 0.067056 + Group: 'spine.001', Weight: 0.482939 + Group: 'spine.002', Weight: 0.423413 +Vertex 931: +Vertex groups: 3 + Group: 'spine', Weight: 0.285479 + Group: 'spine.001', Weight: 0.572294 + Group: 'spine.002', Weight: 0.124660 +Vertex 932: +Vertex groups: 3 + Group: 'spine', Weight: 0.274856 + Group: 'spine.001', Weight: 0.603298 + Group: 'spine.002', Weight: 0.108445 +Vertex 933: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.061993 + Group: 'spine.002', Weight: 0.798725 + Group: 'spine.003', Weight: 0.085087 +Vertex 934: +Vertex groups: 3 + Group: 'spine', Weight: 0.282574 + Group: 'spine.001', Weight: 0.601548 + Group: 'spine.002', Weight: 0.103161 +Vertex 935: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.136928 + Group: 'spine.002', Weight: 0.780809 + Group: 'spine.003', Weight: 0.034911 +Vertex 936: +Vertex groups: 3 + Group: 'spine', Weight: 0.324774 + Group: 'spine.001', Weight: 0.505769 + Group: 'spine.002', Weight: 0.145494 +Vertex 937: +Vertex groups: 3 + Group: 'spine', Weight: 0.228402 + Group: 'spine.001', Weight: 0.526339 + Group: 'spine.002', Weight: 0.211989 +Vertex 938: +Vertex groups: 3 + Group: 'spine', Weight: 0.166614 + Group: 'spine.001', Weight: 0.532130 + Group: 'spine.002', Weight: 0.262544 +Vertex 939: +Vertex groups: 3 + Group: 'spine', Weight: 0.158517 + Group: 'spine.001', Weight: 0.508018 + Group: 'spine.002', Weight: 0.290591 +Vertex 940: +Vertex groups: 3 + Group: 'spine', Weight: 0.674366 + Group: 'spine.001', Weight: 0.281727 + Group: 'spine.002', Weight: 0.004279 +Vertex 941: +Vertex groups: 2 + Group: 'spine', Weight: 0.654050 + Group: 'spine.001', Weight: 0.306483 +Vertex 942: +Vertex groups: 3 + Group: 'spine', Weight: 0.680839 + Group: 'spine.001', Weight: 0.264551 + Group: 'spine.002', Weight: 0.018999 +Vertex 943: +Vertex groups: 2 + Group: 'spine', Weight: 0.656718 + Group: 'spine.001', Weight: 0.305004 +Vertex 944: +Vertex groups: 3 + Group: 'spine', Weight: 0.603581 + Group: 'spine.001', Weight: 0.330811 + Group: 'spine.002', Weight: 0.046164 +Vertex 945: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.208716 + Group: 'Head', Weight: 0.785322 +Vertex 946: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.210393 + Group: 'Head', Weight: 0.783640 +Vertex 947: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.210600 + Group: 'Head', Weight: 0.783208 +Vertex 948: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.217569 + Group: 'Head', Weight: 0.775627 +Vertex 949: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220100 + Group: 'Head', Weight: 0.771713 +Vertex 950: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220493 + Group: 'Head', Weight: 0.772106 +Vertex 951: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216586 + Group: 'Head', Weight: 0.773890 +Vertex 952: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.214608 + Group: 'Head', Weight: 0.774439 +Vertex 953: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192375 + Group: 'Head', Weight: 0.795897 +Vertex 954: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.181309 + Group: 'Head', Weight: 0.804814 +Vertex 955: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168972 + Group: 'Head', Weight: 0.815175 +Vertex 956: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.151168 + Group: 'Head', Weight: 0.830971 +Vertex 957: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088539 + Group: 'Head', Weight: 0.894333 +Vertex 958: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.025752 + Group: 'Head', Weight: 0.952300 +Vertex 959: +Vertex groups: 1 + Group: 'Head', Weight: 0.968853 +Vertex 960: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.070922 + Group: 'Head', Weight: 0.913727 +Vertex 961: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.147991 + Group: 'Head', Weight: 0.830634 +Vertex 962: +Vertex groups: 1 + Group: 'Head', Weight: 0.976689 +Vertex 963: +Vertex groups: 1 + Group: 'Head', Weight: 0.982057 +Vertex 964: +Vertex groups: 1 + Group: 'Head', Weight: 0.985793 +Vertex 965: +Vertex groups: 1 + Group: 'Head', Weight: 0.986948 +Vertex 966: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112667 + Group: 'Head', Weight: 0.864277 +Vertex 967: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112448 + Group: 'Head', Weight: 0.864855 +Vertex 968: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110276 + Group: 'Head', Weight: 0.868355 +Vertex 969: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110315 + Group: 'Head', Weight: 0.868425 +Vertex 970: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106433 + Group: 'Head', Weight: 0.874415 +Vertex 971: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106698 + Group: 'Head', Weight: 0.873921 +Vertex 972: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142632 + Group: 'Head', Weight: 0.833922 +Vertex 973: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139533 + Group: 'Head', Weight: 0.837071 +Vertex 974: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110153 + Group: 'Head', Weight: 0.868689 +Vertex 975: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105568 + Group: 'Head', Weight: 0.875278 +Vertex 976: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132314 + Group: 'Head', Weight: 0.845185 +Vertex 977: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109489 + Group: 'Head', Weight: 0.869672 +Vertex 978: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104748 + Group: 'Head', Weight: 0.876237 +Vertex 979: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127453 + Group: 'Head', Weight: 0.850758 +Vertex 980: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123517 + Group: 'Head', Weight: 0.853833 +Vertex 981: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118053 + Group: 'Head', Weight: 0.861924 +Vertex 982: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118955 + Group: 'Head', Weight: 0.857988 +Vertex 983: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112478 + Group: 'Head', Weight: 0.865005 +Vertex 984: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113894 + Group: 'Head', Weight: 0.863491 +Vertex 985: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114346 + Group: 'Head', Weight: 0.865264 +Vertex 986: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109580 + Group: 'Head', Weight: 0.869855 +Vertex 987: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110241 + Group: 'Head', Weight: 0.871092 +Vertex 988: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114203 + Group: 'Head', Weight: 0.866545 +Vertex 989: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105035 + Group: 'Head', Weight: 0.876908 +Vertex 990: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102314 + Group: 'Head', Weight: 0.879863 +Vertex 991: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102072 + Group: 'Head', Weight: 0.879784 +Vertex 992: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122334 + Group: 'Head', Weight: 0.856782 +Vertex 993: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124314 + Group: 'Head', Weight: 0.853497 +Vertex 994: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117103 + Group: 'Head', Weight: 0.862335 +Vertex 995: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125964 + Group: 'Head', Weight: 0.852292 +Vertex 996: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120956 + Group: 'Head', Weight: 0.858192 +Vertex 997: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126489 + Group: 'Head', Weight: 0.851343 +Vertex 998: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112948 + Group: 'Head', Weight: 0.861130 +Vertex 999: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113972 + Group: 'Head', Weight: 0.861750 +Vertex 1000: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102687 + Group: 'Head', Weight: 0.876483 +Vertex 1001: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109963 + Group: 'Head', Weight: 0.868712 +Vertex 1002: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102032 + Group: 'Head', Weight: 0.879542 +Vertex 1003: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153308 + Group: 'Head', Weight: 0.823357 +Vertex 1004: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144605 + Group: 'Head', Weight: 0.832729 +Vertex 1005: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141021 + Group: 'Head', Weight: 0.836243 +Vertex 1006: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120019 + Group: 'Head', Weight: 0.857626 +Vertex 1007: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118184 + Group: 'Head', Weight: 0.859533 +Vertex 1008: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112270 + Group: 'Head', Weight: 0.867377 +Vertex 1009: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111235 + Group: 'Head', Weight: 0.868132 +Vertex 1010: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124128 + Group: 'Head', Weight: 0.854564 +Vertex 1011: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.450474 + Group: 'spine.005', Weight: 0.054166 + Group: 'shoulder.L', Weight: 0.361415 + Group: 'upper_arm.L', Weight: 0.032205 + Group: 'shoulder.R', Weight: 0.028035 +Vertex 1012: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295668 + Group: 'spine.005', Weight: 0.056605 + Group: 'shoulder.L', Weight: 0.572874 + Group: 'upper_arm.L', Weight: 0.026153 +Vertex 1013: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.263298 + Group: 'spine.005', Weight: 0.027415 + Group: 'shoulder.L', Weight: 0.654599 +Vertex 1014: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.275280 + Group: 'spine.005', Weight: 0.047789 + Group: 'shoulder.L', Weight: 0.627527 +Vertex 1015: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.559867 + Group: 'shoulder.L', Weight: 0.297023 + Group: 'shoulder.R', Weight: 0.070348 + Group: 'spine.005', Weight: 0.055829 + Group: 'upper_arm.L', Weight: 0.016933 +Vertex 1016: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.029706 + Group: 'spine.004', Weight: 0.556568 + Group: 'spine.005', Weight: 0.039959 + Group: 'shoulder.L', Weight: 0.182459 + Group: 'shoulder.R', Weight: 0.108140 +Vertex 1017: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.341782 + Group: 'spine.005', Weight: 0.056512 + Group: 'shoulder.L', Weight: 0.497622 + Group: 'upper_arm.L', Weight: 0.040606 +Vertex 1018: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.267423 + Group: 'spine.004', Weight: 0.218177 + Group: 'shoulder.L', Weight: 0.246023 + Group: 'shoulder.R', Weight: 0.246023 +Vertex 1019: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.255169 + Group: 'spine.005', Weight: 0.002223 + Group: 'shoulder.L', Weight: 0.656139 + Group: 'shoulder.R', Weight: 0.000433 +Vertex 1020: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.078072 + Group: 'spine.004', Weight: 0.209696 + Group: 'shoulder.L', Weight: 0.591683 + Group: 'shoulder.R', Weight: 0.094900 +Vertex 1021: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.936108 + Group: 'forearm.L', Weight: 0.061422 +Vertex 1022: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.934021 + Group: 'forearm.L', Weight: 0.063852 +Vertex 1023: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.933614 + Group: 'forearm.L', Weight: 0.063902 +Vertex 1024: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.977393 +Vertex 1025: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.985446 +Vertex 1026: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.940199 + Group: 'forearm.L', Weight: 0.059033 +Vertex 1027: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.927276 + Group: 'forearm.L', Weight: 0.071270 +Vertex 1028: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.922242 + Group: 'forearm.L', Weight: 0.075728 +Vertex 1029: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.940923 + Group: 'forearm.L', Weight: 0.057334 +Vertex 1030: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.983291 +Vertex 1031: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.977754 +Vertex 1032: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.964000 + Group: 'forearm.L', Weight: 0.019054 +Vertex 1033: +Vertex groups: 2 + Group: 'spine', Weight: 0.529300 + Group: 'spine1', Weight: 0.425430 +Vertex 1034: +Vertex groups: 3 + Group: 'spine', Weight: 0.307028 + Group: 'spine1', Weight: 0.629954 + Group: 'spine1.001', Weight: 0.048555 +Vertex 1035: +Vertex groups: 3 + Group: 'spine', Weight: 0.178170 + Group: 'spine1', Weight: 0.744802 + Group: 'spine1.001', Weight: 0.068680 +Vertex 1036: +Vertex groups: 2 + Group: 'spine', Weight: 0.651978 + Group: 'spine1', Weight: 0.301610 +Vertex 1037: +Vertex groups: 2 + Group: 'spine', Weight: 0.710286 + Group: 'spine1', Weight: 0.243907 +Vertex 1038: +Vertex groups: 2 + Group: 'spine', Weight: 0.695576 + Group: 'spine1', Weight: 0.258602 +Vertex 1039: +Vertex groups: 3 + Group: 'spine', Weight: 0.155815 + Group: 'spine1', Weight: 0.776709 + Group: 'spine1.001', Weight: 0.062635 +Vertex 1040: +Vertex groups: 3 + Group: 'spine', Weight: 0.148425 + Group: 'spine1', Weight: 0.778291 + Group: 'spine1.001', Weight: 0.068326 +Vertex 1041: +Vertex groups: 3 + Group: 'spine', Weight: 0.147791 + Group: 'spine1', Weight: 0.769354 + Group: 'spine1.001', Weight: 0.076758 +Vertex 1042: +Vertex groups: 3 + Group: 'spine', Weight: 0.145658 + Group: 'spine1', Weight: 0.775120 + Group: 'spine1.001', Weight: 0.073874 +Vertex 1043: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.556822 + Group: 'spine.003', Weight: 0.305270 + Group: 'shoulder.L', Weight: 0.040501 + Group: 'shoulder.R', Weight: 0.040501 +Vertex 1044: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.265691 + Group: 'spine.003', Weight: 0.522460 + Group: 'shoulder.L', Weight: 0.094913 + Group: 'shoulder.R', Weight: 0.070032 +Vertex 1045: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.006289 + Group: 'spine.002', Weight: 0.715795 + Group: 'spine.003', Weight: 0.173528 + Group: 'shoulder.L', Weight: 0.009386 +Vertex 1046: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.244698 + Group: 'spine.003', Weight: 0.537743 + Group: 'shoulder.L', Weight: 0.085857 + Group: 'shoulder.R', Weight: 0.085857 +Vertex 1047: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.007886 + Group: 'spine.002', Weight: 0.721465 + Group: 'spine.003', Weight: 0.169019 + Group: 'shoulder.L', Weight: 0.003227 + Group: 'shoulder.R', Weight: 0.003227 +Vertex 1048: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.566858 + Group: 'spine.003', Weight: 0.295743 + Group: 'shoulder.L', Weight: 0.046931 + Group: 'shoulder.R', Weight: 0.032383 +Vertex 1049: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.873770 + Group: 'forearm.L', Weight: 0.125991 +Vertex 1050: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.746445 + Group: 'forearm.L', Weight: 0.253406 +Vertex 1051: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.910110 + Group: 'forearm.L', Weight: 0.089679 +Vertex 1052: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.839638 + Group: 'forearm.L', Weight: 0.160229 +Vertex 1053: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.814775 + Group: 'forearm.L', Weight: 0.185085 +Vertex 1054: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.897328 + Group: 'forearm.L', Weight: 0.102442 +Vertex 1055: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.958796 + Group: 'forearm.L', Weight: 0.031657 +Vertex 1056: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.955047 + Group: 'forearm.L', Weight: 0.038901 +Vertex 1057: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.946941 + Group: 'forearm.L', Weight: 0.052377 +Vertex 1058: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.973044 +Vertex 1059: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.046557 + Group: 'forearm.L', Weight: 0.949598 +Vertex 1060: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.010515 + Group: 'forearm.L', Weight: 0.968152 +Vertex 1061: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.036897 + Group: 'forearm.L', Weight: 0.952955 +Vertex 1062: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.987422 +Vertex 1063: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.974782 +Vertex 1064: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.016390 + Group: 'forearm.L', Weight: 0.965230 +Vertex 1065: +Vertex groups: 3 + Group: 'spine', Weight: 0.044110 + Group: 'spine.001', Weight: 0.521459 + Group: 'spine.002', Weight: 0.412215 +Vertex 1066: +Vertex groups: 3 + Group: 'spine', Weight: 0.207869 + Group: 'spine.001', Weight: 0.699408 + Group: 'spine.002', Weight: 0.084753 +Vertex 1067: +Vertex groups: 3 + Group: 'spine', Weight: 0.009978 + Group: 'spine.001', Weight: 0.336645 + Group: 'spine.002', Weight: 0.602853 +Vertex 1068: +Vertex groups: 3 + Group: 'spine', Weight: 0.021261 + Group: 'spine.001', Weight: 0.347042 + Group: 'spine.002', Weight: 0.586551 +Vertex 1069: +Vertex groups: 3 + Group: 'spine', Weight: 0.202390 + Group: 'spine.001', Weight: 0.676083 + Group: 'spine.002', Weight: 0.111450 +Vertex 1070: +Vertex groups: 3 + Group: 'spine', Weight: 0.659964 + Group: 'spine.001', Weight: 0.294424 + Group: 'spine.002', Weight: 0.008103 +Vertex 1071: +Vertex groups: 2 + Group: 'spine', Weight: 0.760217 + Group: 'spine.001', Weight: 0.195752 +Vertex 1072: +Vertex groups: 3 + Group: 'spine', Weight: 0.642548 + Group: 'spine.001', Weight: 0.318385 + Group: 'spine.002', Weight: 0.001181 +Vertex 1073: +Vertex groups: 2 + Group: 'spine', Weight: 0.783176 + Group: 'spine.001', Weight: 0.180839 +Vertex 1074: +Vertex groups: 3 + Group: 'spine', Weight: 0.839232 + Group: 'spine.001', Weight: 0.108492 + Group: 'spine1', Weight: 0.026036 +Vertex 1075: +Vertex groups: 3 + Group: 'spine', Weight: 0.856409 + Group: 'spine.001', Weight: 0.090107 + Group: 'spine1', Weight: 0.034295 +Vertex 1076: +Vertex groups: 2 + Group: 'spine', Weight: 0.818858 + Group: 'spine.001', Weight: 0.142205 +Vertex 1077: +Vertex groups: 3 + Group: 'spine', Weight: 0.023528 + Group: 'spine.001', Weight: 0.444010 + Group: 'spine.002', Weight: 0.497185 +Vertex 1078: +Vertex groups: 3 + Group: 'spine', Weight: 0.210158 + Group: 'spine.001', Weight: 0.696556 + Group: 'spine.002', Weight: 0.085228 +Vertex 1079: +Vertex groups: 2 + Group: 'spine', Weight: 0.652928 + Group: 'spine.001', Weight: 0.308606 +Vertex 1080: +Vertex groups: 2 + Group: 'spine', Weight: 0.717951 + Group: 'spine.001', Weight: 0.244767 +Vertex 1081: +Vertex groups: 3 + Group: 'spine', Weight: 0.848522 + Group: 'spine.001', Weight: 0.109950 + Group: 'spine1', Weight: 0.009505 +Vertex 1082: +Vertex groups: 3 + Group: 'spine', Weight: 0.024577 + Group: 'spine.001', Weight: 0.426497 + Group: 'spine.002', Weight: 0.511791 +Vertex 1083: +Vertex groups: 3 + Group: 'spine', Weight: 0.024953 + Group: 'spine.001', Weight: 0.378277 + Group: 'spine.002', Weight: 0.555827 +Vertex 1084: +Vertex groups: 3 + Group: 'spine', Weight: 0.211113 + Group: 'spine.001', Weight: 0.674408 + Group: 'spine.002', Weight: 0.104675 +Vertex 1085: +Vertex groups: 3 + Group: 'spine', Weight: 0.679906 + Group: 'spine.001', Weight: 0.277538 + Group: 'spine.002', Weight: 0.001539 +Vertex 1086: +Vertex groups: 2 + Group: 'spine', Weight: 0.739549 + Group: 'spine.001', Weight: 0.221169 +Vertex 1087: +Vertex groups: 3 + Group: 'spine', Weight: 0.825393 + Group: 'spine.001', Weight: 0.126577 + Group: 'spine1', Weight: 0.015345 +Vertex 1088: +Vertex groups: 3 + Group: 'spine', Weight: 0.819153 + Group: 'spine.001', Weight: 0.138877 + Group: 'spine1', Weight: 0.004756 +Vertex 1089: +Vertex groups: 3 + Group: 'spine', Weight: 0.474096 + Group: 'spine.001', Weight: 0.453060 + Group: 'spine.002', Weight: 0.059954 +Vertex 1090: +Vertex groups: 3 + Group: 'spine', Weight: 0.381029 + Group: 'spine.001', Weight: 0.554203 + Group: 'spine.002', Weight: 0.053997 +Vertex 1091: +Vertex groups: 3 + Group: 'spine', Weight: 0.285461 + Group: 'spine.001', Weight: 0.639348 + Group: 'spine.002', Weight: 0.066465 +Vertex 1092: +Vertex groups: 3 + Group: 'spine', Weight: 0.374473 + Group: 'spine.001', Weight: 0.571132 + Group: 'spine.002', Weight: 0.040410 +Vertex 1093: +Vertex groups: 3 + Group: 'spine', Weight: 0.382152 + Group: 'spine.001', Weight: 0.553979 + Group: 'spine.002', Weight: 0.053124 +Vertex 1094: +Vertex groups: 3 + Group: 'spine', Weight: 0.376369 + Group: 'spine.001', Weight: 0.569739 + Group: 'spine.002', Weight: 0.039367 +Vertex 1095: +Vertex groups: 3 + Group: 'spine', Weight: 0.286762 + Group: 'spine.001', Weight: 0.639523 + Group: 'spine.002', Weight: 0.065154 +Vertex 1096: +Vertex groups: 3 + Group: 'spine', Weight: 0.286198 + Group: 'spine.001', Weight: 0.633566 + Group: 'spine.002', Weight: 0.071027 +Vertex 1097: +Vertex groups: 3 + Group: 'spine', Weight: 0.110210 + Group: 'spine.001', Weight: 0.489712 + Group: 'spine.002', Weight: 0.360734 +Vertex 1098: +Vertex groups: 3 + Group: 'spine', Weight: 0.113324 + Group: 'spine.001', Weight: 0.591347 + Group: 'spine.002', Weight: 0.275452 +Vertex 1099: +Vertex groups: 3 + Group: 'spine', Weight: 0.119337 + Group: 'spine.001', Weight: 0.632972 + Group: 'spine.002', Weight: 0.232602 +Vertex 1100: +Vertex groups: 3 + Group: 'spine', Weight: 0.061246 + Group: 'spine.001', Weight: 0.613750 + Group: 'spine.002', Weight: 0.310015 +Vertex 1101: +Vertex groups: 3 + Group: 'spine', Weight: 0.059915 + Group: 'spine.001', Weight: 0.588566 + Group: 'spine.002', Weight: 0.334774 +Vertex 1102: +Vertex groups: 3 + Group: 'spine', Weight: 0.073921 + Group: 'spine.001', Weight: 0.548982 + Group: 'spine.002', Weight: 0.358339 +Vertex 1103: +Vertex groups: 4 + Group: 'spine', Weight: 0.032207 + Group: 'spine.001', Weight: 0.142362 + Group: 'spine.002', Weight: 0.653943 + Group: 'spine.003', Weight: 0.091942 +Vertex 1104: +Vertex groups: 4 + Group: 'spine', Weight: 0.060568 + Group: 'spine.001', Weight: 0.223816 + Group: 'spine.002', Weight: 0.609471 + Group: 'spine.003', Weight: 0.055195 +Vertex 1105: +Vertex groups: 4 + Group: 'spine', Weight: 0.079190 + Group: 'spine.001', Weight: 0.332907 + Group: 'spine.002', Weight: 0.516376 + Group: 'spine.003', Weight: 0.020052 +Vertex 1106: +Vertex groups: 4 + Group: 'spine', Weight: 0.030569 + Group: 'spine.001', Weight: 0.136572 + Group: 'spine.002', Weight: 0.663241 + Group: 'spine.003', Weight: 0.092538 +Vertex 1107: +Vertex groups: 3 + Group: 'spine', Weight: 0.118653 + Group: 'spine.001', Weight: 0.621770 + Group: 'spine.002', Weight: 0.243093 +Vertex 1108: +Vertex groups: 3 + Group: 'spine', Weight: 0.117183 + Group: 'spine.001', Weight: 0.610480 + Group: 'spine.002', Weight: 0.254375 +Vertex 1109: +Vertex groups: 3 + Group: 'spine', Weight: 0.055743 + Group: 'spine.001', Weight: 0.593141 + Group: 'spine.002', Weight: 0.335217 +Vertex 1110: +Vertex groups: 3 + Group: 'spine', Weight: 0.073741 + Group: 'spine.001', Weight: 0.570802 + Group: 'spine.002', Weight: 0.337674 +Vertex 1111: +Vertex groups: 3 + Group: 'spine', Weight: 0.064240 + Group: 'spine.001', Weight: 0.616459 + Group: 'spine.002', Weight: 0.304228 +Vertex 1112: +Vertex groups: 3 + Group: 'spine', Weight: 0.063530 + Group: 'spine.001', Weight: 0.567561 + Group: 'spine.002', Weight: 0.350811 +Vertex 1113: +Vertex groups: 3 + Group: 'spine', Weight: 0.154414 + Group: 'spine.001', Weight: 0.631021 + Group: 'spine.002', Weight: 0.198355 +Vertex 1114: +Vertex groups: 3 + Group: 'spine', Weight: 0.173450 + Group: 'spine.001', Weight: 0.658505 + Group: 'spine.002', Weight: 0.155618 +Vertex 1115: +Vertex groups: 3 + Group: 'spine', Weight: 0.112594 + Group: 'spine.001', Weight: 0.713394 + Group: 'spine.002', Weight: 0.164258 +Vertex 1116: +Vertex groups: 3 + Group: 'spine', Weight: 0.110476 + Group: 'spine.001', Weight: 0.649158 + Group: 'spine.002', Weight: 0.226570 +Vertex 1117: +Vertex groups: 4 + Group: 'spine', Weight: 0.054338 + Group: 'spine.001', Weight: 0.186172 + Group: 'spine.002', Weight: 0.636445 + Group: 'spine.003', Weight: 0.068620 +Vertex 1118: +Vertex groups: 4 + Group: 'spine', Weight: 0.080250 + Group: 'spine.001', Weight: 0.294886 + Group: 'spine.002', Weight: 0.544611 + Group: 'spine.003', Weight: 0.032469 +Vertex 1119: +Vertex groups: 3 + Group: 'spine', Weight: 0.124401 + Group: 'spine.001', Weight: 0.483889 + Group: 'spine.002', Weight: 0.345200 +Vertex 1120: +Vertex groups: 3 + Group: 'spine', Weight: 0.162066 + Group: 'spine.001', Weight: 0.648166 + Group: 'spine.002', Weight: 0.175819 +Vertex 1121: +Vertex groups: 3 + Group: 'spine', Weight: 0.158026 + Group: 'spine.001', Weight: 0.640074 + Group: 'spine.002', Weight: 0.186892 +Vertex 1122: +Vertex groups: 3 + Group: 'spine', Weight: 0.112364 + Group: 'spine.001', Weight: 0.714435 + Group: 'spine.002', Weight: 0.163498 +Vertex 1123: +Vertex groups: 3 + Group: 'spine', Weight: 0.103818 + Group: 'spine.001', Weight: 0.653284 + Group: 'spine.002', Weight: 0.229389 +Vertex 1124: +Vertex groups: 3 + Group: 'spine', Weight: 0.086204 + Group: 'spine.001', Weight: 0.677217 + Group: 'spine.002', Weight: 0.224544 +Vertex 1125: +Vertex groups: 3 + Group: 'spine', Weight: 0.086770 + Group: 'spine.001', Weight: 0.647609 + Group: 'spine.002', Weight: 0.251803 +Vertex 1126: +Vertex groups: 3 + Group: 'spine', Weight: 0.165477 + Group: 'spine.001', Weight: 0.577133 + Group: 'spine.002', Weight: 0.231466 +Vertex 1127: +Vertex groups: 3 + Group: 'spine', Weight: 0.112239 + Group: 'spine.001', Weight: 0.699280 + Group: 'spine.002', Weight: 0.177844 +Vertex 1128: +Vertex groups: 4 + Group: 'spine', Weight: 0.053165 + Group: 'spine.001', Weight: 0.177982 + Group: 'spine.002', Weight: 0.648341 + Group: 'spine.003', Weight: 0.068685 +Vertex 1129: +Vertex groups: 3 + Group: 'spine', Weight: 0.034763 + Group: 'spine.001', Weight: 0.483495 + Group: 'spine.002', Weight: 0.453711 +Vertex 1130: +Vertex groups: 3 + Group: 'spine', Weight: 0.042168 + Group: 'spine.001', Weight: 0.506724 + Group: 'spine.002', Weight: 0.426545 +Vertex 1131: +Vertex groups: 3 + Group: 'spine', Weight: 0.033863 + Group: 'spine.001', Weight: 0.439793 + Group: 'spine.002', Weight: 0.493347 +Vertex 1132: +Vertex groups: 3 + Group: 'spine', Weight: 0.064541 + Group: 'spine.001', Weight: 0.622966 + Group: 'spine.002', Weight: 0.297855 +Vertex 1133: +Vertex groups: 3 + Group: 'spine', Weight: 0.072331 + Group: 'spine.001', Weight: 0.574083 + Group: 'spine.002', Weight: 0.335916 +Vertex 1134: +Vertex groups: 3 + Group: 'spine', Weight: 0.147822 + Group: 'spine.001', Weight: 0.714851 + Group: 'spine.002', Weight: 0.128401 +Vertex 1135: +Vertex groups: 3 + Group: 'spine', Weight: 0.145054 + Group: 'spine.001', Weight: 0.702704 + Group: 'spine.002', Weight: 0.142400 +Vertex 1136: +Vertex groups: 3 + Group: 'spine', Weight: 0.087782 + Group: 'spine.001', Weight: 0.670782 + Group: 'spine.002', Weight: 0.228956 +Vertex 1137: +Vertex groups: 3 + Group: 'spine', Weight: 0.112489 + Group: 'spine.001', Weight: 0.710584 + Group: 'spine.002', Weight: 0.167011 +Vertex 1138: +Vertex groups: 3 + Group: 'spine', Weight: 0.204320 + Group: 'spine.001', Weight: 0.697042 + Group: 'spine.002', Weight: 0.090404 +Vertex 1139: +Vertex groups: 3 + Group: 'spine', Weight: 0.114984 + Group: 'spine.001', Weight: 0.670914 + Group: 'spine.002', Weight: 0.201753 +Vertex 1140: +Vertex groups: 3 + Group: 'spine', Weight: 0.199067 + Group: 'spine.001', Weight: 0.691609 + Group: 'spine.002', Weight: 0.100390 +Vertex 1141: +Vertex groups: 3 + Group: 'spine', Weight: 0.517562 + Group: 'spine.001', Weight: 0.436104 + Group: 'spine.002', Weight: 0.019875 +Vertex 1142: +Vertex groups: 3 + Group: 'spine', Weight: 0.514845 + Group: 'spine.001', Weight: 0.439128 + Group: 'spine.002', Weight: 0.018803 +Vertex 1143: +Vertex groups: 3 + Group: 'spine', Weight: 0.369808 + Group: 'spine.001', Weight: 0.571339 + Group: 'spine.002', Weight: 0.048810 +Vertex 1144: +Vertex groups: 3 + Group: 'spine', Weight: 0.141931 + Group: 'spine.001', Weight: 0.710492 + Group: 'spine.002', Weight: 0.138191 +Vertex 1145: +Vertex groups: 2 + Group: 'spine', Weight: 0.778457 + Group: 'spine.001', Weight: 0.182740 +Vertex 1146: +Vertex groups: 2 + Group: 'spine', Weight: 0.760416 + Group: 'spine.001', Weight: 0.203130 +Vertex 1147: +Vertex groups: 2 + Group: 'spine', Weight: 0.775022 + Group: 'spine.001', Weight: 0.183104 +Vertex 1148: +Vertex groups: 3 + Group: 'spine', Weight: 0.649218 + Group: 'spine.001', Weight: 0.311894 + Group: 'spine.002', Weight: 0.000015 +Vertex 1149: +Vertex groups: 3 + Group: 'spine', Weight: 0.374612 + Group: 'spine.001', Weight: 0.569892 + Group: 'spine.002', Weight: 0.042605 +Vertex 1150: +Vertex groups: 2 + Group: 'spine', Weight: 0.673546 + Group: 'spine.001', Weight: 0.286376 +Vertex 1151: +Vertex groups: 3 + Group: 'spine', Weight: 0.374563 + Group: 'spine.001', Weight: 0.565938 + Group: 'spine.002', Weight: 0.048905 +Vertex 1152: +Vertex groups: 3 + Group: 'spine', Weight: 0.508747 + Group: 'spine.001', Weight: 0.445647 + Group: 'spine.002', Weight: 0.019014 +Vertex 1153: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.035101 + Group: 'spine.004', Weight: 0.561136 + Group: 'spine.005', Weight: 0.039042 + Group: 'shoulder.L', Weight: 0.142018 + Group: 'shoulder.R', Weight: 0.142018 +Vertex 1154: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.685228 + Group: 'forearm.L', Weight: 0.314642 +Vertex 1155: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.984939 +Vertex 1156: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.234557 + Group: 'forearm.L', Weight: 0.765309 +Vertex 1157: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994091 +Vertex 1158: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.902456 + Group: 'forearm.L', Weight: 0.097428 +Vertex 1159: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.308013 + Group: 'forearm.L', Weight: 0.691800 +Vertex 1160: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.987977 +Vertex 1161: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994153 +Vertex 1162: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.342349 + Group: 'forearm.L', Weight: 0.657434 +Vertex 1163: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.950900 + Group: 'forearm.L', Weight: 0.044809 +Vertex 1164: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.510261 + Group: 'forearm.L', Weight: 0.489612 +Vertex 1165: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.977275 +Vertex 1166: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.296761 + Group: 'forearm.L', Weight: 0.703057 +Vertex 1167: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.790645 + Group: 'forearm.L', Weight: 0.209090 +Vertex 1168: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.970906 +Vertex 1169: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.267171 + Group: 'forearm.L', Weight: 0.732624 +Vertex 1170: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.190264 + Group: 'forearm.L', Weight: 0.808689 +Vertex 1171: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.185927 + Group: 'forearm.L', Weight: 0.813427 +Vertex 1172: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.194031 + Group: 'forearm.L', Weight: 0.805630 +Vertex 1173: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.206530 + Group: 'forearm.L', Weight: 0.793255 +Vertex 1174: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.203487 + Group: 'forearm.L', Weight: 0.795595 +Vertex 1175: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.268172 + Group: 'forearm.L', Weight: 0.731490 +Vertex 1176: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.185993 + Group: 'forearm.L', Weight: 0.813549 +Vertex 1177: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.214186 + Group: 'forearm.L', Weight: 0.785403 +Vertex 1178: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.161792 + Group: 'forearm.L', Weight: 0.837927 +Vertex 1179: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.976125 +Vertex 1180: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.974206 +Vertex 1181: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996447 +Vertex 1182: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.978547 +Vertex 1183: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.972509 +Vertex 1184: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.975010 +Vertex 1185: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994486 +Vertex 1186: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.988876 +Vertex 1187: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.972967 +Vertex 1188: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.978767 +Vertex 1189: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990288 +Vertex 1190: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996131 +Vertex 1191: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.772349 + Group: 'spine.005', Weight: 0.111165 + Group: 'shoulder.L', Weight: 0.041254 + Group: 'shoulder.R', Weight: 0.041252 +Vertex 1192: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.691659 + Group: 'spine.005', Weight: 0.167931 + Group: 'shoulder.L', Weight: 0.104321 +Vertex 1193: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.618193 + Group: 'spine.005', Weight: 0.219579 + Group: 'Head', Weight: 0.018567 + Group: 'shoulder.L', Weight: 0.114825 +Vertex 1194: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.584129 + Group: 'spine.005', Weight: 0.235831 + Group: 'Head', Weight: 0.043137 + Group: 'shoulder.L', Weight: 0.119348 +Vertex 1195: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.557318 + Group: 'spine.005', Weight: 0.210053 + Group: 'Head', Weight: 0.063246 + Group: 'shoulder.L', Weight: 0.143773 +Vertex 1196: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.571509 + Group: 'spine.005', Weight: 0.173887 + Group: 'Head', Weight: 0.068211 + Group: 'shoulder.L', Weight: 0.147083 +Vertex 1197: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.588817 + Group: 'spine.005', Weight: 0.159945 + Group: 'Head', Weight: 0.077838 + Group: 'shoulder.L', Weight: 0.118451 + Group: 'shoulder.R', Weight: 0.009818 +Vertex 1198: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.597447 + Group: 'spine.005', Weight: 0.155865 + Group: 'Head', Weight: 0.087226 + Group: 'shoulder.L', Weight: 0.088108 + Group: 'shoulder.R', Weight: 0.040791 +Vertex 1199: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.603244 + Group: 'spine.005', Weight: 0.153221 + Group: 'Head', Weight: 0.088973 + Group: 'shoulder.L', Weight: 0.064121 + Group: 'shoulder.R', Weight: 0.064120 +Vertex 1200: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.752629 + Group: 'spine.005', Weight: 0.127895 + Group: 'shoulder.L', Weight: 0.076301 +Vertex 1201: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.161307 + Group: 'spine.002', Weight: 0.766082 + Group: 'spine.003', Weight: 0.022793 +Vertex 1202: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.207163 + Group: 'spine.002', Weight: 0.728710 + Group: 'spine.003', Weight: 0.006557 +Vertex 1203: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.220397 + Group: 'spine.002', Weight: 0.715919 + Group: 'spine.003', Weight: 0.004203 +Vertex 1204: +Vertex groups: 3 + Group: 'spine', Weight: 0.019329 + Group: 'spine.001', Weight: 0.412072 + Group: 'spine.002', Weight: 0.529779 +Vertex 1205: +Vertex groups: 3 + Group: 'spine', Weight: 0.005450 + Group: 'spine.001', Weight: 0.321799 + Group: 'spine.002', Weight: 0.620523 +Vertex 1206: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.860499 + Group: 'forearm.L', Weight: 0.138453 +Vertex 1207: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.917858 + Group: 'forearm.L', Weight: 0.081882 +Vertex 1208: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.874613 + Group: 'forearm.L', Weight: 0.124807 +Vertex 1209: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.835604 + Group: 'forearm.L', Weight: 0.163541 +Vertex 1210: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.950481 + Group: 'forearm.L', Weight: 0.048644 +Vertex 1211: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.847666 + Group: 'forearm.L', Weight: 0.151487 +Vertex 1212: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.852048 + Group: 'forearm.L', Weight: 0.146845 +Vertex 1213: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.950821 + Group: 'forearm.L', Weight: 0.048125 +Vertex 1214: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.843208 + Group: 'forearm.L', Weight: 0.156165 +Vertex 1215: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.867770 + Group: 'forearm.L', Weight: 0.131617 +Vertex 1216: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.911309 + Group: 'forearm.L', Weight: 0.088227 +Vertex 1217: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.936666 + Group: 'forearm.L', Weight: 0.063064 +Vertex 1218: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.927902 + Group: 'forearm.L', Weight: 0.071776 +Vertex 1219: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.914835 + Group: 'forearm.L', Weight: 0.084796 +Vertex 1220: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.954044 + Group: 'forearm.L', Weight: 0.041625 +Vertex 1221: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.891420 + Group: 'forearm.L', Weight: 0.108016 +Vertex 1222: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.965327 + Group: 'forearm.L', Weight: 0.008609 +Vertex 1223: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990254 +Vertex 1224: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.974062 +Vertex 1225: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.958360 + Group: 'forearm.L', Weight: 0.025149 +Vertex 1226: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990436 +Vertex 1227: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.984409 +Vertex 1228: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.991225 +Vertex 1229: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.972129 + Group: 'forearm.L', Weight: 0.001135 +Vertex 1230: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.962359 + Group: 'forearm.L', Weight: 0.019713 +Vertex 1231: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.965335 + Group: 'forearm.L', Weight: 0.009916 +Vertex 1232: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.962861 + Group: 'forearm.L', Weight: 0.014192 +Vertex 1233: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.993350 +Vertex 1234: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.965225 + Group: 'forearm.L', Weight: 0.013773 +Vertex 1235: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.968452 + Group: 'forearm.L', Weight: 0.003660 +Vertex 1236: +Vertex groups: 5 + Group: 'spine', Weight: 0.009866 + Group: 'spine.001', Weight: 0.170687 + Group: 'spine.002', Weight: 0.708324 + Group: 'spine.003', Weight: 0.036776 + Group: 'upper_arm.L', Weight: 0.009416 +Vertex 1237: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.067468 + Group: 'spine.002', Weight: 0.546880 + Group: 'spine.003', Weight: 0.215925 + Group: 'shoulder.L', Weight: 0.055199 + Group: 'upper_arm.L', Weight: 0.054544 +Vertex 1238: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.657971 + Group: 'spine.003', Weight: 0.142788 + Group: 'spine.001', Weight: 0.102673 + Group: 'upper_arm.L', Weight: 0.058878 + Group: 'shoulder.L', Weight: 0.037690 +Vertex 1239: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697724 + Group: 'spine.001', Weight: 0.121026 + Group: 'spine.003', Weight: 0.103669 + Group: 'upper_arm.L', Weight: 0.059099 + Group: 'shoulder.L', Weight: 0.018482 +Vertex 1240: +Vertex groups: 5 + Group: 'spine', Weight: 0.013138 + Group: 'spine.001', Weight: 0.136213 + Group: 'spine.002', Weight: 0.688802 + Group: 'spine.003', Weight: 0.066372 + Group: 'upper_arm.L', Weight: 0.043293 +Vertex 1241: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.669730 + Group: 'spine.003', Weight: 0.214352 + Group: 'spine.001', Weight: 0.077716 + Group: 'shoulder.R', Weight: 0.019101 + Group: 'shoulder.L', Weight: 0.019101 +Vertex 1242: +Vertex groups: 3 + Group: 'spine', Weight: 0.778970 + Group: 'spine.001', Weight: 0.026891 + Group: 'spine1', Weight: 0.163683 +Vertex 1243: +Vertex groups: 3 + Group: 'spine', Weight: 0.822525 + Group: 'spine.001', Weight: 0.041361 + Group: 'spine1', Weight: 0.112372 +Vertex 1244: +Vertex groups: 3 + Group: 'spine', Weight: 0.360651 + Group: 'spine1', Weight: 0.604626 + Group: 'spine1.001', Weight: 0.004437 +Vertex 1245: +Vertex groups: 3 + Group: 'spine', Weight: 0.329338 + Group: 'spine1', Weight: 0.631655 + Group: 'spine1.001', Weight: 0.013825 +Vertex 1246: +Vertex groups: 3 + Group: 'spine', Weight: 0.566364 + Group: 'spine1', Weight: 0.387173 + Group: 'spine1.001', Weight: 0.001562 +Vertex 1247: +Vertex groups: 3 + Group: 'spine', Weight: 0.337947 + Group: 'spine1', Weight: 0.616086 + Group: 'spine1.001', Weight: 0.021243 +Vertex 1248: +Vertex groups: 3 + Group: 'spine', Weight: 0.840898 + Group: 'spine.001', Weight: 0.041663 + Group: 'spine1', Weight: 0.093148 +Vertex 1249: +Vertex groups: 3 + Group: 'spine', Weight: 0.835792 + Group: 'spine.001', Weight: 0.039664 + Group: 'spine1', Weight: 0.099348 +Vertex 1250: +Vertex groups: 3 + Group: 'spine', Weight: 0.292182 + Group: 'spine1', Weight: 0.660977 + Group: 'spine1.001', Weight: 0.028650 +Vertex 1251: +Vertex groups: 3 + Group: 'spine', Weight: 0.302592 + Group: 'spine1', Weight: 0.653898 + Group: 'spine1.001', Weight: 0.023130 +Vertex 1252: +Vertex groups: 3 + Group: 'spine', Weight: 0.131471 + Group: 'spine1', Weight: 0.749934 + Group: 'spine1.001', Weight: 0.101889 +Vertex 1253: +Vertex groups: 3 + Group: 'spine', Weight: 0.079552 + Group: 'spine1', Weight: 0.759647 + Group: 'spine1.001', Weight: 0.150249 +Vertex 1254: +Vertex groups: 3 + Group: 'spine', Weight: 0.219823 + Group: 'spine1', Weight: 0.686044 + Group: 'spine1.001', Weight: 0.077285 +Vertex 1255: +Vertex groups: 3 + Group: 'spine', Weight: 0.214616 + Group: 'spine1', Weight: 0.693877 + Group: 'spine1.001', Weight: 0.074461 +Vertex 1256: +Vertex groups: 3 + Group: 'spine', Weight: 0.063234 + Group: 'spine1', Weight: 0.761213 + Group: 'spine1.001', Weight: 0.167840 +Vertex 1257: +Vertex groups: 3 + Group: 'spine', Weight: 0.059946 + Group: 'spine1', Weight: 0.769741 + Group: 'spine1.001', Weight: 0.163861 +Vertex 1258: +Vertex groups: 3 + Group: 'spine', Weight: 0.204086 + Group: 'spine1', Weight: 0.705809 + Group: 'spine1.001', Weight: 0.072701 +Vertex 1259: +Vertex groups: 3 + Group: 'spine', Weight: 0.219934 + Group: 'spine1', Weight: 0.691704 + Group: 'spine1.001', Weight: 0.070568 +Vertex 1260: +Vertex groups: 3 + Group: 'spine', Weight: 0.057019 + Group: 'spine1', Weight: 0.786686 + Group: 'spine1.001', Weight: 0.151012 +Vertex 1261: +Vertex groups: 3 + Group: 'spine', Weight: 0.056860 + Group: 'spine1', Weight: 0.778491 + Group: 'spine1.001', Weight: 0.158949 +Vertex 1262: +Vertex groups: 4 + Group: 'spine', Weight: 0.761168 + Group: 'spine.001', Weight: 0.177786 + Group: 'spine.002', Weight: 0.011694 + Group: 'spine1', Weight: 0.000090 +Vertex 1263: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107878 + Group: 'spine.003', Weight: 0.119026 + Group: 'shoulder.L', Weight: 0.149435 + Group: 'upper_arm.L', Weight: 0.601252 +Vertex 1264: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.970717 +Vertex 1265: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.372525 + Group: 'forearm.L', Weight: 0.627144 +Vertex 1266: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.721791 + Group: 'forearm.L', Weight: 0.277673 +Vertex 1267: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004210 + Group: 'shoulder.L', Weight: 0.029487 + Group: 'upper_arm.L', Weight: 0.903311 +Vertex 1268: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063809 + Group: 'spine.003', Weight: 0.073213 + Group: 'shoulder.L', Weight: 0.093576 + Group: 'upper_arm.L', Weight: 0.755221 +Vertex 1269: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.249001 + Group: 'spine.003', Weight: 0.246589 + Group: 'shoulder.L', Weight: 0.143977 + Group: 'upper_arm.L', Weight: 0.315682 +Vertex 1270: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040080 + Group: 'spine.002', Weight: 0.490315 + Group: 'spine.003', Weight: 0.198410 + Group: 'shoulder.L', Weight: 0.081137 + Group: 'upper_arm.L', Weight: 0.159506 +Vertex 1271: +Vertex groups: 5 + Group: 'spine', Weight: 0.048214 + Group: 'spine.001', Weight: 0.209664 + Group: 'spine.002', Weight: 0.635133 + Group: 'spine.003', Weight: 0.051066 + Group: 'upper_arm.L', Weight: 0.011198 +Vertex 1272: +Vertex groups: 3 + Group: 'spine', Weight: 0.242314 + Group: 'spine.001', Weight: 0.563305 + Group: 'spine.002', Weight: 0.170788 +Vertex 1273: +Vertex groups: 3 + Group: 'spine', Weight: 0.602967 + Group: 'spine.001', Weight: 0.309197 + Group: 'spine.002', Weight: 0.066393 +Vertex 1274: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.083839 + Group: 'spine.002', Weight: 0.646205 + Group: 'spine.003', Weight: 0.114600 + Group: 'shoulder.L', Weight: 0.035548 + Group: 'upper_arm.L', Weight: 0.081609 +Vertex 1275: +Vertex groups: 3 + Group: 'spine', Weight: 0.691939 + Group: 'spine.001', Weight: 0.242080 + Group: 'spine.002', Weight: 0.032572 +Vertex 1276: +Vertex groups: 3 + Group: 'spine', Weight: 0.810019 + Group: 'spine.001', Weight: 0.050750 + Group: 'spine1', Weight: 0.121007 +Vertex 1277: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142121 + Group: 'spine.003', Weight: 0.151699 + Group: 'shoulder.L', Weight: 0.182617 + Group: 'upper_arm.L', Weight: 0.494371 +Vertex 1278: +Vertex groups: 3 + Group: 'spine', Weight: 0.823657 + Group: 'spine.001', Weight: 0.098811 + Group: 'spine1', Weight: 0.054737 +Vertex 1279: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.103725 + Group: 'forearm.L', Weight: 0.895890 +Vertex 1280: +Vertex groups: 1 + Group: 'spine2', Weight: 0.985816 +Vertex 1281: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 1282: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.806102 + Group: 'spine2', Weight: 0.190188 +Vertex 1283: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.269530 + Group: 'spine1.003', Weight: 0.728594 +Vertex 1284: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.136715 + Group: 'spine1.002', Weight: 0.830054 +Vertex 1285: +Vertex groups: 4 + Group: 'spine', Weight: 0.052035 + Group: 'spine1', Weight: 0.689816 + Group: 'spine1.001', Weight: 0.219964 + Group: 'spine1.002', Weight: 0.022958 +Vertex 1286: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.114443 + Group: 'spine2', Weight: 0.885106 +Vertex 1287: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.028340 + Group: 'spine1.003', Weight: 0.959829 +Vertex 1288: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.912321 + Group: 'spine1.003', Weight: 0.065832 +Vertex 1289: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132562 + Group: 'spine1.001', Weight: 0.685427 + Group: 'spine1.002', Weight: 0.169450 +Vertex 1290: +Vertex groups: 3 + Group: 'spine', Weight: 0.459960 + Group: 'spine.001', Weight: 0.419347 + Group: 'spine.002', Weight: 0.100268 +Vertex 1291: +Vertex groups: 3 + Group: 'spine', Weight: 0.342839 + Group: 'spine.001', Weight: 0.508438 + Group: 'spine.002', Weight: 0.127657 +Vertex 1292: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.926847 + Group: 'forearm.L', Weight: 0.070899 +Vertex 1293: +Vertex groups: 3 + Group: 'spine', Weight: 0.409949 + Group: 'spine1', Weight: 0.537718 + Group: 'spine1.001', Weight: 0.022015 +Vertex 1294: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.002391 + Group: 'forearm.L', Weight: 0.972582 +Vertex 1295: +Vertex groups: 4 + Group: 'spine', Weight: 0.095895 + Group: 'spine.001', Weight: 0.420951 + Group: 'spine.002', Weight: 0.429436 + Group: 'spine.003', Weight: 0.000997 +Vertex 1296: +Vertex groups: 3 + Group: 'spine', Weight: 0.145790 + Group: 'spine.001', Weight: 0.535125 + Group: 'spine.002', Weight: 0.284078 +Vertex 1297: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.179094 + Group: 'forearm.L', Weight: 0.820603 +Vertex 1298: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.973469 +Vertex 1299: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.838959 + Group: 'forearm.L', Weight: 0.160062 +Vertex 1300: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.960124 + Group: 'forearm.L', Weight: 0.020774 +Vertex 1301: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.714602 + Group: 'spine.001', Weight: 0.134474 + Group: 'spine.003', Weight: 0.084785 + Group: 'upper_arm.L', Weight: 0.054692 + Group: 'spine', Weight: 0.011447 +Vertex 1302: +Vertex groups: 2 + Group: 'spine', Weight: 0.680803 + Group: 'spine1', Weight: 0.271224 +Vertex 1303: +Vertex groups: 3 + Group: 'spine', Weight: 0.164296 + Group: 'spine1', Weight: 0.732616 + Group: 'spine1.001', Weight: 0.085956 +Vertex 1304: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.980847 +Vertex 1305: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.985917 +Vertex 1306: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.009618 + Group: 'forearm.L', Weight: 0.969020 +Vertex 1307: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.017872 + Group: 'forearm.L', Weight: 0.963738 +Vertex 1308: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.971983 +Vertex 1309: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013587 + Group: 'Head', Weight: 0.968089 +Vertex 1310: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.034632 + Group: 'Head', Weight: 0.957557 +Vertex 1311: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.038668 + Group: 'Head', Weight: 0.955536 +Vertex 1312: +Vertex groups: 1 + Group: 'Head', Weight: 0.981628 +Vertex 1313: +Vertex groups: 1 + Group: 'Head', Weight: 0.981409 +Vertex 1314: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 1315: +Vertex groups: 1 + Group: 'Head', Weight: 0.975647 +Vertex 1316: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.004109 + Group: 'Head', Weight: 0.972807 +Vertex 1317: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021524 + Group: 'Head', Weight: 0.964078 +Vertex 1318: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.022938 + Group: 'Head', Weight: 0.963354 +Vertex 1319: +Vertex groups: 1 + Group: 'Head', Weight: 0.982183 +Vertex 1320: +Vertex groups: 1 + Group: 'Head', Weight: 0.981767 +Vertex 1321: +Vertex groups: 1 + Group: 'Head', Weight: 0.980399 +Vertex 1322: +Vertex groups: 1 + Group: 'Head', Weight: 0.977530 +Vertex 1323: +Vertex groups: 1 + Group: 'Head', Weight: 0.980551 +Vertex 1324: +Vertex groups: 1 + Group: 'Head', Weight: 0.980001 +Vertex 1325: +Vertex groups: 1 + Group: 'Head', Weight: 0.986819 +Vertex 1326: +Vertex groups: 1 + Group: 'Head', Weight: 0.985855 +Vertex 1327: +Vertex groups: 1 + Group: 'Head', Weight: 0.984899 +Vertex 1328: +Vertex groups: 1 + Group: 'Head', Weight: 0.983770 +Vertex 1329: +Vertex groups: 1 + Group: 'Head', Weight: 0.982237 +Vertex 1330: +Vertex groups: 1 + Group: 'Head', Weight: 0.985156 +Vertex 1331: +Vertex groups: 1 + Group: 'Head', Weight: 0.985279 +Vertex 1332: +Vertex groups: 1 + Group: 'Head', Weight: 0.987319 +Vertex 1333: +Vertex groups: 1 + Group: 'Head', Weight: 0.988391 +Vertex 1334: +Vertex groups: 1 + Group: 'Head', Weight: 0.988680 +Vertex 1335: +Vertex groups: 1 + Group: 'Head', Weight: 0.987940 +Vertex 1336: +Vertex groups: 1 + Group: 'Head', Weight: 0.987098 +Vertex 1337: +Vertex groups: 1 + Group: 'Head', Weight: 0.986033 +Vertex 1338: +Vertex groups: 1 + Group: 'Head', Weight: 0.988269 +Vertex 1339: +Vertex groups: 1 + Group: 'Head', Weight: 0.988379 +Vertex 1340: +Vertex groups: 1 + Group: 'Head', Weight: 0.989432 +Vertex 1341: +Vertex groups: 1 + Group: 'Head', Weight: 0.990345 +Vertex 1342: +Vertex groups: 1 + Group: 'Head', Weight: 0.990951 +Vertex 1343: +Vertex groups: 1 + Group: 'Head', Weight: 0.990979 +Vertex 1344: +Vertex groups: 1 + Group: 'Head', Weight: 0.990386 +Vertex 1345: +Vertex groups: 1 + Group: 'Head', Weight: 0.989131 +Vertex 1346: +Vertex groups: 1 + Group: 'Head', Weight: 0.990757 +Vertex 1347: +Vertex groups: 1 + Group: 'Head', Weight: 0.990635 +Vertex 1348: +Vertex groups: 1 + Group: 'Head', Weight: 0.991244 +Vertex 1349: +Vertex groups: 1 + Group: 'Head', Weight: 0.992020 +Vertex 1350: +Vertex groups: 1 + Group: 'Head', Weight: 0.992651 +Vertex 1351: +Vertex groups: 1 + Group: 'Head', Weight: 0.992857 +Vertex 1352: +Vertex groups: 1 + Group: 'Head', Weight: 0.992536 +Vertex 1353: +Vertex groups: 1 + Group: 'Head', Weight: 0.991704 +Vertex 1354: +Vertex groups: 1 + Group: 'Head', Weight: 0.992826 +Vertex 1355: +Vertex groups: 1 + Group: 'Head', Weight: 0.992520 +Vertex 1356: +Vertex groups: 1 + Group: 'Head', Weight: 0.992798 +Vertex 1357: +Vertex groups: 1 + Group: 'Head', Weight: 0.993372 +Vertex 1358: +Vertex groups: 1 + Group: 'Head', Weight: 0.993915 +Vertex 1359: +Vertex groups: 1 + Group: 'Head', Weight: 0.994161 +Vertex 1360: +Vertex groups: 1 + Group: 'Head', Weight: 0.994019 +Vertex 1361: +Vertex groups: 1 + Group: 'Head', Weight: 0.993502 +Vertex 1362: +Vertex groups: 1 + Group: 'Head', Weight: 0.994295 +Vertex 1363: +Vertex groups: 1 + Group: 'Head', Weight: 0.993991 +Vertex 1364: +Vertex groups: 1 + Group: 'Head', Weight: 0.994066 +Vertex 1365: +Vertex groups: 1 + Group: 'Head', Weight: 0.994437 +Vertex 1366: +Vertex groups: 1 + Group: 'Head', Weight: 0.994853 +Vertex 1367: +Vertex groups: 1 + Group: 'Head', Weight: 0.995085 +Vertex 1368: +Vertex groups: 1 + Group: 'Head', Weight: 0.995048 +Vertex 1369: +Vertex groups: 1 + Group: 'Head', Weight: 0.994745 +Vertex 1370: +Vertex groups: 1 + Group: 'Head', Weight: 0.995283 +Vertex 1371: +Vertex groups: 1 + Group: 'Head', Weight: 0.995035 +Vertex 1372: +Vertex groups: 1 + Group: 'Head', Weight: 0.995015 +Vertex 1373: +Vertex groups: 1 + Group: 'Head', Weight: 0.995236 +Vertex 1374: +Vertex groups: 1 + Group: 'Head', Weight: 0.995538 +Vertex 1375: +Vertex groups: 1 + Group: 'Head', Weight: 0.995736 +Vertex 1376: +Vertex groups: 1 + Group: 'Head', Weight: 0.995750 +Vertex 1377: +Vertex groups: 1 + Group: 'Head', Weight: 0.995578 +Vertex 1378: +Vertex groups: 1 + Group: 'Head', Weight: 0.995929 +Vertex 1379: +Vertex groups: 1 + Group: 'Head', Weight: 0.995740 +Vertex 1380: +Vertex groups: 1 + Group: 'Head', Weight: 0.995685 +Vertex 1381: +Vertex groups: 1 + Group: 'Head', Weight: 0.995809 +Vertex 1382: +Vertex groups: 1 + Group: 'Head', Weight: 0.996024 +Vertex 1383: +Vertex groups: 1 + Group: 'Head', Weight: 0.996187 +Vertex 1384: +Vertex groups: 1 + Group: 'Head', Weight: 0.996222 +Vertex 1385: +Vertex groups: 1 + Group: 'Head', Weight: 0.996124 +Vertex 1386: +Vertex groups: 1 + Group: 'Head', Weight: 0.996349 +Vertex 1387: +Vertex groups: 1 + Group: 'Head', Weight: 0.996209 +Vertex 1388: +Vertex groups: 1 + Group: 'Head', Weight: 0.996146 +Vertex 1389: +Vertex groups: 1 + Group: 'Head', Weight: 0.996208 +Vertex 1390: +Vertex groups: 1 + Group: 'Head', Weight: 0.996364 +Vertex 1391: +Vertex groups: 1 + Group: 'Head', Weight: 0.996494 +Vertex 1392: +Vertex groups: 1 + Group: 'Head', Weight: 0.996536 +Vertex 1393: +Vertex groups: 1 + Group: 'Head', Weight: 0.996479 +Vertex 1394: +Vertex groups: 1 + Group: 'Head', Weight: 0.996622 +Vertex 1395: +Vertex groups: 1 + Group: 'Head', Weight: 0.996521 +Vertex 1396: +Vertex groups: 1 + Group: 'Head', Weight: 0.996465 +Vertex 1397: +Vertex groups: 1 + Group: 'Head', Weight: 0.996494 +Vertex 1398: +Vertex groups: 1 + Group: 'Head', Weight: 0.996602 +Vertex 1399: +Vertex groups: 1 + Group: 'Head', Weight: 0.996703 +Vertex 1400: +Vertex groups: 1 + Group: 'Head', Weight: 0.996743 +Vertex 1401: +Vertex groups: 1 + Group: 'Head', Weight: 0.996710 +Vertex 1402: +Vertex groups: 1 + Group: 'Head', Weight: 0.996798 +Vertex 1403: +Vertex groups: 1 + Group: 'Head', Weight: 0.996728 +Vertex 1404: +Vertex groups: 1 + Group: 'Head', Weight: 0.996683 +Vertex 1405: +Vertex groups: 1 + Group: 'Head', Weight: 0.996694 +Vertex 1406: +Vertex groups: 1 + Group: 'Head', Weight: 0.996765 +Vertex 1407: +Vertex groups: 1 + Group: 'Head', Weight: 0.996841 +Vertex 1408: +Vertex groups: 1 + Group: 'Head', Weight: 0.996876 +Vertex 1409: +Vertex groups: 1 + Group: 'Head', Weight: 0.996858 +Vertex 1410: +Vertex groups: 1 + Group: 'Head', Weight: 0.996911 +Vertex 1411: +Vertex groups: 1 + Group: 'Head', Weight: 0.996863 +Vertex 1412: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 1413: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 1414: +Vertex groups: 1 + Group: 'Head', Weight: 0.996874 +Vertex 1415: +Vertex groups: 1 + Group: 'Head', Weight: 0.996928 +Vertex 1416: +Vertex groups: 1 + Group: 'Head', Weight: 0.996957 +Vertex 1417: +Vertex groups: 1 + Group: 'Head', Weight: 0.996949 +Vertex 1418: +Vertex groups: 1 + Group: 'Head', Weight: 0.996981 +Vertex 1419: +Vertex groups: 1 + Group: 'Head', Weight: 0.996952 +Vertex 1420: +Vertex groups: 1 + Group: 'Head', Weight: 0.996929 +Vertex 1421: +Vertex groups: 1 + Group: 'Head', Weight: 0.996924 +Vertex 1422: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 1423: +Vertex groups: 1 + Group: 'Head', Weight: 0.996982 +Vertex 1424: +Vertex groups: 1 + Group: 'Head', Weight: 0.997005 +Vertex 1425: +Vertex groups: 1 + Group: 'Head', Weight: 0.997003 +Vertex 1426: +Vertex groups: 1 + Group: 'Head', Weight: 0.997026 +Vertex 1427: +Vertex groups: 1 + Group: 'Head', Weight: 0.997011 +Vertex 1428: +Vertex groups: 1 + Group: 'Head', Weight: 0.996999 +Vertex 1429: +Vertex groups: 1 + Group: 'Head', Weight: 0.996994 +Vertex 1430: +Vertex groups: 1 + Group: 'Head', Weight: 0.997002 +Vertex 1431: +Vertex groups: 1 + Group: 'Head', Weight: 0.997020 +Vertex 1432: +Vertex groups: 1 + Group: 'Head', Weight: 0.997035 +Vertex 1433: +Vertex groups: 1 + Group: 'Head', Weight: 0.997036 +Vertex 1434: +Vertex groups: 1 + Group: 'Head', Weight: 0.997054 +Vertex 1435: +Vertex groups: 1 + Group: 'Head', Weight: 0.997050 +Vertex 1436: +Vertex groups: 1 + Group: 'Head', Weight: 0.997047 +Vertex 1437: +Vertex groups: 1 + Group: 'Head', Weight: 0.997045 +Vertex 1438: +Vertex groups: 1 + Group: 'Head', Weight: 0.997047 +Vertex 1439: +Vertex groups: 1 + Group: 'Head', Weight: 0.997052 +Vertex 1440: +Vertex groups: 1 + Group: 'Head', Weight: 0.997056 +Vertex 1441: +Vertex groups: 1 + Group: 'Head', Weight: 0.997057 +Vertex 1442: +Vertex groups: 1 + Group: 'Head', Weight: 0.997063 +Vertex 1443: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078156 + Group: 'Head', Weight: 0.921843 +Vertex 1444: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072807 + Group: 'Head', Weight: 0.927192 +Vertex 1445: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.066087 + Group: 'Head', Weight: 0.933912 +Vertex 1446: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061519 + Group: 'Head', Weight: 0.938480 +Vertex 1447: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.059701 + Group: 'Head', Weight: 0.940299 +Vertex 1448: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060764 + Group: 'Head', Weight: 0.939236 +Vertex 1449: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064771 + Group: 'Head', Weight: 0.935228 +Vertex 1450: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071584 + Group: 'Head', Weight: 0.928415 +Vertex 1451: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088659 + Group: 'Head', Weight: 0.911340 +Vertex 1452: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090111 + Group: 'Head', Weight: 0.909888 +Vertex 1453: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077926 + Group: 'Head', Weight: 0.922073 +Vertex 1454: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074114 + Group: 'Head', Weight: 0.925885 +Vertex 1455: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071818 + Group: 'Head', Weight: 0.928181 +Vertex 1456: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071055 + Group: 'Head', Weight: 0.928944 +Vertex 1457: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071676 + Group: 'Head', Weight: 0.928323 +Vertex 1458: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078405 + Group: 'Head', Weight: 0.921594 +Vertex 1459: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084981 + Group: 'Head', Weight: 0.915018 +Vertex 1460: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082712 + Group: 'Head', Weight: 0.917287 +Vertex 1461: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079558 + Group: 'Head', Weight: 0.920441 +Vertex 1462: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077245 + Group: 'Head', Weight: 0.922755 +Vertex 1463: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075609 + Group: 'Head', Weight: 0.924390 +Vertex 1464: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074897 + Group: 'Head', Weight: 0.925103 +Vertex 1465: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075759 + Group: 'Head', Weight: 0.924240 +Vertex 1466: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079239 + Group: 'Head', Weight: 0.920760 +Vertex 1467: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.080428 + Group: 'Head', Weight: 0.919571 +Vertex 1468: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079809 + Group: 'Head', Weight: 0.920190 +Vertex 1469: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078676 + Group: 'Head', Weight: 0.921323 +Vertex 1470: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077581 + Group: 'Head', Weight: 0.922418 +Vertex 1471: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076630 + Group: 'Head', Weight: 0.923369 +Vertex 1472: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076081 + Group: 'Head', Weight: 0.923918 +Vertex 1473: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076597 + Group: 'Head', Weight: 0.923402 +Vertex 1474: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078479 + Group: 'Head', Weight: 0.921521 +Vertex 1475: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078654 + Group: 'Head', Weight: 0.921345 +Vertex 1476: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078395 + Group: 'Head', Weight: 0.921604 +Vertex 1477: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077881 + Group: 'Head', Weight: 0.922118 +Vertex 1478: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077340 + Group: 'Head', Weight: 0.922659 +Vertex 1479: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076838 + Group: 'Head', Weight: 0.923161 +Vertex 1480: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076529 + Group: 'Head', Weight: 0.923470 +Vertex 1481: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076843 + Group: 'Head', Weight: 0.923156 +Vertex 1482: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077908 + Group: 'Head', Weight: 0.922091 +Vertex 1483: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077639 + Group: 'Head', Weight: 0.922360 +Vertex 1484: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077515 + Group: 'Head', Weight: 0.922484 +Vertex 1485: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077257 + Group: 'Head', Weight: 0.922742 +Vertex 1486: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076988 + Group: 'Head', Weight: 0.923011 +Vertex 1487: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076755 + Group: 'Head', Weight: 0.923243 +Vertex 1488: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076644 + Group: 'Head', Weight: 0.923355 +Vertex 1489: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076836 + Group: 'Head', Weight: 0.923163 +Vertex 1490: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077343 + Group: 'Head', Weight: 0.922656 +Vertex 1491: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076935 + Group: 'Head', Weight: 0.923063 +Vertex 1492: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076867 + Group: 'Head', Weight: 0.923132 +Vertex 1493: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076732 + Group: 'Head', Weight: 0.923267 +Vertex 1494: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076605 + Group: 'Head', Weight: 0.923394 +Vertex 1495: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076518 + Group: 'Head', Weight: 0.923480 +Vertex 1496: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076505 + Group: 'Head', Weight: 0.923493 +Vertex 1497: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076615 + Group: 'Head', Weight: 0.923384 +Vertex 1498: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076824 + Group: 'Head', Weight: 0.923174 +Vertex 1499: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076385 + Group: 'Head', Weight: 0.923613 +Vertex 1500: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076337 + Group: 'Head', Weight: 0.923661 +Vertex 1501: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076261 + Group: 'Head', Weight: 0.923738 +Vertex 1502: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076206 + Group: 'Head', Weight: 0.923792 +Vertex 1503: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076187 + Group: 'Head', Weight: 0.923811 +Vertex 1504: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076208 + Group: 'Head', Weight: 0.923791 +Vertex 1505: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076270 + Group: 'Head', Weight: 0.923729 +Vertex 1506: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076352 + Group: 'Head', Weight: 0.923646 +Vertex 1507: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075914 + Group: 'Head', Weight: 0.924084 +Vertex 1508: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075876 + Group: 'Head', Weight: 0.924122 +Vertex 1509: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075827 + Group: 'Head', Weight: 0.924172 +Vertex 1510: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075803 + Group: 'Head', Weight: 0.924196 +Vertex 1511: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075809 + Group: 'Head', Weight: 0.924190 +Vertex 1512: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075835 + Group: 'Head', Weight: 0.924163 +Vertex 1513: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075873 + Group: 'Head', Weight: 0.924125 +Vertex 1514: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075910 + Group: 'Head', Weight: 0.924088 +Vertex 1515: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075482 + Group: 'Head', Weight: 0.924516 +Vertex 1516: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075456 + Group: 'Head', Weight: 0.924542 +Vertex 1517: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075418 + Group: 'Head', Weight: 0.924580 +Vertex 1518: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075400 + Group: 'Head', Weight: 0.924598 +Vertex 1519: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075408 + Group: 'Head', Weight: 0.924591 +Vertex 1520: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075430 + Group: 'Head', Weight: 0.924568 +Vertex 1521: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075458 + Group: 'Head', Weight: 0.924541 +Vertex 1522: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075481 + Group: 'Head', Weight: 0.924517 +Vertex 1523: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075058 + Group: 'Head', Weight: 0.924940 +Vertex 1524: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075047 + Group: 'Head', Weight: 0.924951 +Vertex 1525: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075016 + Group: 'Head', Weight: 0.924982 +Vertex 1526: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074991 + Group: 'Head', Weight: 0.925007 +Vertex 1527: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074989 + Group: 'Head', Weight: 0.925009 +Vertex 1528: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075004 + Group: 'Head', Weight: 0.924995 +Vertex 1529: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075026 + Group: 'Head', Weight: 0.924972 +Vertex 1530: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075049 + Group: 'Head', Weight: 0.924950 +Vertex 1531: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074618 + Group: 'Head', Weight: 0.925380 +Vertex 1532: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074621 + Group: 'Head', Weight: 0.925377 +Vertex 1533: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074596 + Group: 'Head', Weight: 0.925402 +Vertex 1534: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074561 + Group: 'Head', Weight: 0.925437 +Vertex 1535: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074547 + Group: 'Head', Weight: 0.925452 +Vertex 1536: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074553 + Group: 'Head', Weight: 0.925445 +Vertex 1537: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074573 + Group: 'Head', Weight: 0.925425 +Vertex 1538: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074598 + Group: 'Head', Weight: 0.925400 +Vertex 1539: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074150 + Group: 'Head', Weight: 0.925848 +Vertex 1540: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074167 + Group: 'Head', Weight: 0.925832 +Vertex 1541: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074149 + Group: 'Head', Weight: 0.925849 +Vertex 1542: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074105 + Group: 'Head', Weight: 0.925893 +Vertex 1543: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074077 + Group: 'Head', Weight: 0.925922 +Vertex 1544: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074074 + Group: 'Head', Weight: 0.925925 +Vertex 1545: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074090 + Group: 'Head', Weight: 0.925909 +Vertex 1546: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074119 + Group: 'Head', Weight: 0.925879 +Vertex 1547: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073647 + Group: 'Head', Weight: 0.926352 +Vertex 1548: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073690 + Group: 'Head', Weight: 0.926308 +Vertex 1549: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073691 + Group: 'Head', Weight: 0.926307 +Vertex 1550: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073639 + Group: 'Head', Weight: 0.926359 +Vertex 1551: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073590 + Group: 'Head', Weight: 0.926409 +Vertex 1552: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073558 + Group: 'Head', Weight: 0.926441 +Vertex 1553: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073553 + Group: 'Head', Weight: 0.926446 +Vertex 1554: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073590 + Group: 'Head', Weight: 0.926408 +Vertex 1555: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073091 + Group: 'Head', Weight: 0.926908 +Vertex 1556: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073190 + Group: 'Head', Weight: 0.926808 +Vertex 1557: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073224 + Group: 'Head', Weight: 0.926774 +Vertex 1558: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073158 + Group: 'Head', Weight: 0.926840 +Vertex 1559: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073092 + Group: 'Head', Weight: 0.926906 +Vertex 1560: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072988 + Group: 'Head', Weight: 0.927010 +Vertex 1561: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072853 + Group: 'Head', Weight: 0.927145 +Vertex 1562: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072935 + Group: 'Head', Weight: 0.927063 +Vertex 1563: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072625 + Group: 'Head', Weight: 0.927374 +Vertex 1564: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072713 + Group: 'Head', Weight: 0.927286 +Vertex 1565: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072748 + Group: 'Head', Weight: 0.927250 +Vertex 1566: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072695 + Group: 'Head', Weight: 0.927303 +Vertex 1567: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072573 + Group: 'Head', Weight: 0.927425 +Vertex 1568: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072449 + Group: 'Head', Weight: 0.927549 +Vertex 1569: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072415 + Group: 'Head', Weight: 0.927583 +Vertex 1570: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072496 + Group: 'Head', Weight: 0.927502 +Vertex 1571: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072272 + Group: 'Head', Weight: 0.927726 +Vertex 1572: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072302 + Group: 'Head', Weight: 0.927696 +Vertex 1573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072311 + Group: 'Head', Weight: 0.927687 +Vertex 1574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072288 + Group: 'Head', Weight: 0.927710 +Vertex 1575: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072241 + Group: 'Head', Weight: 0.927758 +Vertex 1576: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072197 + Group: 'Head', Weight: 0.927801 +Vertex 1577: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072193 + Group: 'Head', Weight: 0.927805 +Vertex 1578: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072225 + Group: 'Head', Weight: 0.927773 +Vertex 1579: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072151 + Group: 'Head', Weight: 0.927847 +Vertex 1580: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246544 + Group: 'Head', Weight: 0.753455 +Vertex 1581: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256958 + Group: 'Head', Weight: 0.743041 +Vertex 1582: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246330 + Group: 'Head', Weight: 0.753668 +Vertex 1583: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235216 + Group: 'Head', Weight: 0.764783 +Vertex 1584: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.228879 + Group: 'Head', Weight: 0.771119 +Vertex 1585: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.227396 + Group: 'Head', Weight: 0.772602 +Vertex 1586: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.229229 + Group: 'Head', Weight: 0.770770 +Vertex 1587: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235251 + Group: 'Head', Weight: 0.764747 +Vertex 1588: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260810 + Group: 'Head', Weight: 0.739189 +Vertex 1589: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267887 + Group: 'Head', Weight: 0.732111 +Vertex 1590: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.264154 + Group: 'Head', Weight: 0.735844 +Vertex 1591: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251489 + Group: 'Head', Weight: 0.748509 +Vertex 1592: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245201 + Group: 'Head', Weight: 0.754798 +Vertex 1593: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242709 + Group: 'Head', Weight: 0.757290 +Vertex 1594: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242944 + Group: 'Head', Weight: 0.757055 +Vertex 1595: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245809 + Group: 'Head', Weight: 0.754189 +Vertex 1596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256310 + Group: 'Head', Weight: 0.743688 +Vertex 1597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259172 + Group: 'Head', Weight: 0.740826 +Vertex 1598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.257418 + Group: 'Head', Weight: 0.742580 +Vertex 1599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253305 + Group: 'Head', Weight: 0.746693 +Vertex 1600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250434 + Group: 'Head', Weight: 0.749564 +Vertex 1601: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249005 + Group: 'Head', Weight: 0.750993 +Vertex 1602: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249036 + Group: 'Head', Weight: 0.750962 +Vertex 1603: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250987 + Group: 'Head', Weight: 0.749011 +Vertex 1604: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255022 + Group: 'Head', Weight: 0.744976 +Vertex 1605: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256369 + Group: 'Head', Weight: 0.743629 +Vertex 1606: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255394 + Group: 'Head', Weight: 0.744605 +Vertex 1607: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253691 + Group: 'Head', Weight: 0.746308 +Vertex 1608: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252407 + Group: 'Head', Weight: 0.747591 +Vertex 1609: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251666 + Group: 'Head', Weight: 0.748333 +Vertex 1610: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251549 + Group: 'Head', Weight: 0.748449 +Vertex 1611: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252508 + Group: 'Head', Weight: 0.747490 +Vertex 1612: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254451 + Group: 'Head', Weight: 0.745547 +Vertex 1613: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255030 + Group: 'Head', Weight: 0.744968 +Vertex 1614: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254607 + Group: 'Head', Weight: 0.745392 +Vertex 1615: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253845 + Group: 'Head', Weight: 0.746153 +Vertex 1616: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253185 + Group: 'Head', Weight: 0.746813 +Vertex 1617: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252755 + Group: 'Head', Weight: 0.747243 +Vertex 1618: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252682 + Group: 'Head', Weight: 0.747316 +Vertex 1619: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253262 + Group: 'Head', Weight: 0.746737 +Vertex 1620: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253960 + Group: 'Head', Weight: 0.746038 +Vertex 1621: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254141 + Group: 'Head', Weight: 0.745857 +Vertex 1622: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254048 + Group: 'Head', Weight: 0.745950 +Vertex 1623: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253782 + Group: 'Head', Weight: 0.746216 +Vertex 1624: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253464 + Group: 'Head', Weight: 0.746534 +Vertex 1625: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253231 + Group: 'Head', Weight: 0.746767 +Vertex 1626: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253246 + Group: 'Head', Weight: 0.746752 +Vertex 1627: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253563 + Group: 'Head', Weight: 0.746435 +Vertex 1628: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253694 + Group: 'Head', Weight: 0.746304 +Vertex 1629: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253736 + Group: 'Head', Weight: 0.746262 +Vertex 1630: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253723 + Group: 'Head', Weight: 0.746275 +Vertex 1631: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253661 + Group: 'Head', Weight: 0.746337 +Vertex 1632: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253573 + Group: 'Head', Weight: 0.746425 +Vertex 1633: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253505 + Group: 'Head', Weight: 0.746493 +Vertex 1634: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253518 + Group: 'Head', Weight: 0.746480 +Vertex 1635: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253604 + Group: 'Head', Weight: 0.746394 +Vertex 1636: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253623 + Group: 'Head', Weight: 0.746375 +Vertex 1637: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253628 + Group: 'Head', Weight: 0.746370 +Vertex 1638: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253626 + Group: 'Head', Weight: 0.746372 +Vertex 1639: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253620 + Group: 'Head', Weight: 0.746378 +Vertex 1640: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253611 + Group: 'Head', Weight: 0.746387 +Vertex 1641: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253604 + Group: 'Head', Weight: 0.746394 +Vertex 1642: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253605 + Group: 'Head', Weight: 0.746393 +Vertex 1643: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253614 + Group: 'Head', Weight: 0.746384 +Vertex 1644: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253615 + Group: 'Head', Weight: 0.746383 +Vertex 1645: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996387 +Vertex 1646: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998831 +Vertex 1647: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998529 +Vertex 1648: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.992881 +Vertex 1649: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997754 +Vertex 1650: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998484 +Vertex 1651: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998443 +Vertex 1652: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997223 +Vertex 1653: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998161 +Vertex 1654: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998335 +Vertex 1655: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998335 +Vertex 1656: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998018 +Vertex 1657: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998205 +Vertex 1658: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998276 +Vertex 1659: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998264 +Vertex 1660: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998165 +Vertex 1661: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998224 +Vertex 1662: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998246 +Vertex 1663: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998237 +Vertex 1664: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998207 +Vertex 1665: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998236 +Vertex 1666: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998241 +Vertex 1667: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998239 +Vertex 1668: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998233 +Vertex 1669: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998242 +Vertex 1670: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998242 +Vertex 1671: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998245 +Vertex 1672: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998245 +Vertex 1673: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1674: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1675: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1676: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1677: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996554 +Vertex 1678: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997844 +Vertex 1679: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998094 +Vertex 1680: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998198 +Vertex 1681: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998221 +Vertex 1682: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998234 +Vertex 1683: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998247 +Vertex 1684: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998267 +Vertex 1685: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998363 +Vertex 1686: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998325 +Vertex 1687: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998275 +Vertex 1688: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998256 +Vertex 1689: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998241 +Vertex 1690: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998239 +Vertex 1691: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998242 +Vertex 1692: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1693: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997599 +Vertex 1694: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996199 +Vertex 1695: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998727 +Vertex 1696: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998549 +Vertex 1697: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997513 +Vertex 1698: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998557 +Vertex 1699: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.161395 + Group: 'forearm.L', Weight: 0.838605 +Vertex 1700: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.255578 + Group: 'forearm.L', Weight: 0.744422 +Vertex 1701: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.376758 + Group: 'forearm.L', Weight: 0.623242 +Vertex 1702: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.165084 + Group: 'forearm.L', Weight: 0.834916 +Vertex 1703: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.348389 + Group: 'forearm.L', Weight: 0.651611 +Vertex 1704: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.357753 + Group: 'forearm.L', Weight: 0.642247 +Vertex 1705: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.336438 + Group: 'forearm.L', Weight: 0.663563 +Vertex 1706: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.405302 + Group: 'forearm.L', Weight: 0.594699 +Vertex 1707: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.350290 + Group: 'forearm.L', Weight: 0.649711 +Vertex 1708: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347924 + Group: 'forearm.L', Weight: 0.652077 +Vertex 1709: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.345928 + Group: 'forearm.L', Weight: 0.654073 +Vertex 1710: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.352565 + Group: 'forearm.L', Weight: 0.647436 +Vertex 1711: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347350 + Group: 'forearm.L', Weight: 0.652651 +Vertex 1712: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347162 + Group: 'forearm.L', Weight: 0.652839 +Vertex 1713: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347025 + Group: 'forearm.L', Weight: 0.652976 +Vertex 1714: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347319 + Group: 'forearm.L', Weight: 0.652682 +Vertex 1715: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347079 + Group: 'forearm.L', Weight: 0.652922 +Vertex 1716: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.255748 + Group: 'forearm.L', Weight: 0.744252 +Vertex 1717: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.367159 + Group: 'forearm.L', Weight: 0.632841 +Vertex 1718: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.345766 + Group: 'forearm.L', Weight: 0.654235 +Vertex 1719: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347004 + Group: 'forearm.L', Weight: 0.652997 +Vertex 1720: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.199665 + Group: 'forearm.L', Weight: 0.800335 +Vertex 1721: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.341802 + Group: 'forearm.L', Weight: 0.658198 +Vertex 1722: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.348569 + Group: 'forearm.L', Weight: 0.651432 +Vertex 1723: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347245 + Group: 'forearm.L', Weight: 0.652756 +Vertex 1724: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.746386 + Group: 'hand.L', Weight: 0.205328 + Group: 'thumb.01.L', Weight: 0.041462 +Vertex 1725: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.704755 + Group: 'hand.L', Weight: 0.194581 + Group: 'thumb.01.L', Weight: 0.097458 +Vertex 1726: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.753070 + Group: 'hand.L', Weight: 0.225666 +Vertex 1727: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.774396 + Group: 'hand.L', Weight: 0.217108 +Vertex 1728: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.702511 + Group: 'hand.L', Weight: 0.194801 + Group: 'thumb.01.L', Weight: 0.097155 +Vertex 1729: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.708446 + Group: 'hand.L', Weight: 0.236045 + Group: 'thumb.01.L', Weight: 0.046806 +Vertex 1730: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.708817 + Group: 'hand.L', Weight: 0.258991 + Group: 'thumb.01.L', Weight: 0.000360 +Vertex 1731: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.253823 + Group: 'hand.L', Weight: 0.640354 + Group: 'thumb.01.L', Weight: 0.099725 +Vertex 1732: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.293182 + Group: 'hand.L', Weight: 0.443804 + Group: 'thumb.01.L', Weight: 0.257204 +Vertex 1733: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.197743 + Group: 'hand.L', Weight: 0.756481 + Group: 'thumb.01.L', Weight: 0.029948 +Vertex 1734: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.181200 + Group: 'hand.L', Weight: 0.800078 +Vertex 1735: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.251546 + Group: 'hand.L', Weight: 0.440949 + Group: 'thumb.01.L', Weight: 0.294258 +Vertex 1736: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.242724 + Group: 'hand.L', Weight: 0.626099 + Group: 'thumb.01.L', Weight: 0.111167 +Vertex 1737: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.288314 + Group: 'hand.L', Weight: 0.638636 + Group: 'thumb.01.L', Weight: 0.053631 +Vertex 1738: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.141568 + Group: 'hand.L', Weight: 0.679864 + Group: 'thumb.01.L', Weight: 0.167236 +Vertex 1739: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.198830 + Group: 'hand.L', Weight: 0.392784 + Group: 'thumb.01.L', Weight: 0.399716 +Vertex 1740: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.085263 + Group: 'hand.L', Weight: 0.825284 + Group: 'thumb.01.L', Weight: 0.073666 +Vertex 1741: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.061354 + Group: 'hand.L', Weight: 0.890106 + Group: 'thumb.01.L', Weight: 0.019761 +Vertex 1742: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.122148 + Group: 'hand.L', Weight: 0.321470 + Group: 'thumb.01.L', Weight: 0.531758 +Vertex 1743: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.090665 + Group: 'hand.L', Weight: 0.623575 + Group: 'thumb.01.L', Weight: 0.233322 + Group: 'palm.03.L', Weight: 0.033692 +Vertex 1744: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.151019 + Group: 'hand.L', Weight: 0.736903 + Group: 'thumb.01.L', Weight: 0.074610 + Group: 'palm.03.L', Weight: 0.016941 +Vertex 1745: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.866040 + Group: 'hand.L', Weight: 0.131851 +Vertex 1746: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.860274 + Group: 'hand.L', Weight: 0.136182 +Vertex 1747: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.812465 + Group: 'hand.L', Weight: 0.183907 +Vertex 1748: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.742326 + Group: 'hand.L', Weight: 0.248874 +Vertex 1749: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.724031 + Group: 'hand.L', Weight: 0.260388 +Vertex 1750: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.224992 + Group: 'hand.L', Weight: 0.768880 +Vertex 1751: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.613876 + Group: 'hand.L', Weight: 0.380048 +Vertex 1752: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.171688 + Group: 'hand.L', Weight: 0.818939 +Vertex 1753: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.380411 + Group: 'hand.L', Weight: 0.605285 +Vertex 1754: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.340649 + Group: 'hand.L', Weight: 0.633999 +Vertex 1755: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.069093 + Group: 'hand.L', Weight: 0.918748 +Vertex 1756: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.213719 + Group: 'hand.L', Weight: 0.775295 +Vertex 1757: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.039967 + Group: 'hand.L', Weight: 0.927837 +Vertex 1758: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.220534 + Group: 'hand.L', Weight: 0.759275 +Vertex 1759: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.198651 + Group: 'hand.L', Weight: 0.762049 +Vertex 1760: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.850674 + Group: 'hand.L', Weight: 0.101054 + Group: 'thumb.01.L', Weight: 0.041711 +Vertex 1761: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.933401 + Group: 'hand.L', Weight: 0.061744 +Vertex 1762: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.883553 + Group: 'hand.L', Weight: 0.094974 +Vertex 1763: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.911103 + Group: 'hand.L', Weight: 0.077436 +Vertex 1764: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.883673 + Group: 'hand.L', Weight: 0.091397 +Vertex 1765: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.862471 + Group: 'hand.L', Weight: 0.096519 + Group: 'thumb.01.L', Weight: 0.026076 +Vertex 1766: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.881885 + Group: 'hand.L', Weight: 0.103854 +Vertex 1767: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.927211 + Group: 'hand.L', Weight: 0.070218 +Vertex 1768: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.884454 + Group: 'hand.L', Weight: 0.106762 +Vertex 1769: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.945962 + Group: 'hand.L', Weight: 0.051545 +Vertex 1770: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.944471 + Group: 'hand.L', Weight: 0.053999 +Vertex 1771: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.891034 + Group: 'hand.L', Weight: 0.103428 +Vertex 1772: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.931301 + Group: 'thumb.02.L', Weight: 0.039899 +Vertex 1773: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.859475 + Group: 'thumb.02.L', Weight: 0.123358 +Vertex 1774: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.115199 + Group: 'hand.L', Weight: 0.261527 + Group: 'thumb.01.L', Weight: 0.612216 +Vertex 1775: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.069852 + Group: 'hand.L', Weight: 0.237106 + Group: 'thumb.01.L', Weight: 0.659709 +Vertex 1776: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.073284 + Group: 'hand.L', Weight: 0.629181 + Group: 'thumb.01.L', Weight: 0.234689 + Group: 'palm.03.L', Weight: 0.050718 +Vertex 1777: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.089404 + Group: 'hand.L', Weight: 0.763313 + Group: 'thumb.01.L', Weight: 0.082440 + Group: 'palm.03.L', Weight: 0.059304 +Vertex 1778: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.117521 + Group: 'hand.L', Weight: 0.824878 + Group: 'palm.03.L', Weight: 0.015876 +Vertex 1779: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.126667 + Group: 'hand.L', Weight: 0.841172 +Vertex 1780: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.104835 + Group: 'hand.L', Weight: 0.875616 +Vertex 1781: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.051230 + Group: 'hand.L', Weight: 0.934156 +Vertex 1782: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.002412 + Group: 'hand.L', Weight: 0.938778 +Vertex 1783: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.017340 + Group: 'hand.L', Weight: 0.884869 + Group: 'thumb.01.L', Weight: 0.052680 + Group: 'palm.02.L', Weight: 0.001129 +Vertex 1784: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.034088 + Group: 'hand.L', Weight: 0.794188 + Group: 'thumb.01.L', Weight: 0.129149 + Group: 'palm.02.L', Weight: 0.010232 +Vertex 1785: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.070210 + Group: 'hand.L', Weight: 0.609418 + Group: 'thumb.01.L', Weight: 0.297203 +Vertex 1786: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.021747 + Group: 'thumb.01.L', Weight: 0.808288 + Group: 'thumb.02.L', Weight: 0.125972 + Group: 'palm.02.L', Weight: 0.000390 +Vertex 1787: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.457445 + Group: 'thumb.03.L', Weight: 0.534351 +Vertex 1788: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.171000 + Group: 'thumb.03.L', Weight: 0.834187 +Vertex 1789: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.002551 + Group: 'thumb.02.L', Weight: 0.820008 + Group: 'thumb.03.L', Weight: 0.147909 +Vertex 1790: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.993989 +Vertex 1791: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1792: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.975546 +Vertex 1793: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.999654 +Vertex 1794: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998498 +Vertex 1795: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.995506 +Vertex 1796: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.976657 +Vertex 1797: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.034584 + Group: 'thumb.03.L', Weight: 0.956616 +Vertex 1798: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.102908 + Group: 'thumb.03.L', Weight: 0.896142 +Vertex 1799: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.184346 + Group: 'thumb.03.L', Weight: 0.808527 +Vertex 1800: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.142121 + Group: 'thumb.02.L', Weight: 0.866177 + Group: 'palm.02.L', Weight: 0.002940 +Vertex 1801: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.176626 + Group: 'thumb.02.L', Weight: 0.869372 + Group: 'palm.02.L', Weight: 0.024124 +Vertex 1802: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.181651 + Group: 'thumb.02.L', Weight: 0.773578 + Group: 'thumb.03.L', Weight: 0.012458 +Vertex 1803: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.273586 + Group: 'thumb.02.L', Weight: 0.648183 +Vertex 1804: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.019248 + Group: 'thumb.01.L', Weight: 0.465291 + Group: 'thumb.02.L', Weight: 0.371003 + Group: 'palm.02.L', Weight: 0.110353 + Group: 'palm.03.L', Weight: 0.026332 +Vertex 1805: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.510727 + Group: 'thumb.02.L', Weight: 0.371644 + Group: 'palm.02.L', Weight: 0.099699 +Vertex 1806: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.692903 + Group: 'thumb.02.L', Weight: 0.303441 +Vertex 1807: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.253212 + Group: 'thumb.02.L', Weight: 0.724332 +Vertex 1808: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.235434 + Group: 'thumb.02.L', Weight: 0.751528 +Vertex 1809: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1810: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998709 +Vertex 1811: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1812: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1813: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1814: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998517 +Vertex 1815: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1816: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998412 +Vertex 1817: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1818: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1819: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1820: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1821: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1822: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999994 +Vertex 1823: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1824: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1825: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1826: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.048289 + Group: 'f_middle.02.L', Weight: 0.950832 +Vertex 1827: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.046321 + Group: 'f_middle.02.L', Weight: 0.951812 +Vertex 1828: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.050453 + Group: 'f_middle.02.L', Weight: 0.949526 +Vertex 1829: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.104740 + Group: 'f_middle.02.L', Weight: 0.895141 +Vertex 1830: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.049373 + Group: 'f_middle.02.L', Weight: 0.950303 +Vertex 1831: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.082750 + Group: 'f_middle.02.L', Weight: 0.917259 +Vertex 1832: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.113381 + Group: 'f_middle.02.L', Weight: 0.886628 +Vertex 1833: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.099826 + Group: 'f_middle.02.L', Weight: 0.900139 +Vertex 1834: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.067395 + Group: 'f_middle.01.L', Weight: 0.931715 +Vertex 1835: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.075471 + Group: 'f_middle.01.L', Weight: 0.923335 +Vertex 1836: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.071145 + Group: 'f_middle.01.L', Weight: 0.927626 +Vertex 1837: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.985501 +Vertex 1838: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.065635 + Group: 'f_middle.01.L', Weight: 0.931101 +Vertex 1839: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 1.000000 +Vertex 1840: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.090934 + Group: 'f_middle.01.L', Weight: 0.906561 +Vertex 1841: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.034507 + Group: 'f_middle.01.L', Weight: 0.954482 +Vertex 1842: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999587 +Vertex 1843: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999597 +Vertex 1844: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1845: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1846: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1847: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999344 +Vertex 1848: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999694 +Vertex 1849: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999982 +Vertex 1850: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.040750 + Group: 'palm.02.L', Weight: 0.938234 +Vertex 1851: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.033180 + Group: 'palm.02.L', Weight: 0.952756 +Vertex 1852: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.014145 + Group: 'palm.02.L', Weight: 0.927799 +Vertex 1853: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.867827 + Group: 'f_middle.01.L', Weight: 0.094791 + Group: 'palm.03.L', Weight: 0.006378 +Vertex 1854: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.886294 + Group: 'f_middle.01.L', Weight: 0.030034 + Group: 'palm.03.L', Weight: 0.015982 +Vertex 1855: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.742937 + Group: 'f_middle.01.L', Weight: 0.175173 + Group: 'palm.03.L', Weight: 0.062795 +Vertex 1856: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.000191 + Group: 'palm.02.L', Weight: 0.917554 +Vertex 1857: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.022902 + Group: 'palm.02.L', Weight: 0.880912 + Group: 'palm.03.L', Weight: 0.059501 +Vertex 1858: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.973423 +Vertex 1859: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.989146 +Vertex 1860: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.985807 +Vertex 1861: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.989188 +Vertex 1862: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.974290 +Vertex 1863: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.979185 +Vertex 1864: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.991278 +Vertex 1865: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.992005 +Vertex 1866: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.689450 + Group: 'f_middle.01.L', Weight: 0.282871 +Vertex 1867: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.285107 + Group: 'f_middle.01.L', Weight: 0.704058 +Vertex 1868: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.921939 + Group: 'f_middle.01.L', Weight: 0.068266 +Vertex 1869: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.954642 + Group: 'f_middle.01.L', Weight: 0.024313 +Vertex 1870: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.105630 + Group: 'f_middle.01.L', Weight: 0.890221 +Vertex 1871: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.749378 + Group: 'f_middle.01.L', Weight: 0.240262 +Vertex 1872: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.875203 + Group: 'f_middle.01.L', Weight: 0.113398 +Vertex 1873: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.931198 + Group: 'f_middle.01.L', Weight: 0.059230 +Vertex 1874: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.995228 +Vertex 1875: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.995063 +Vertex 1876: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.998390 +Vertex 1877: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.992978 +Vertex 1878: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.994042 +Vertex 1879: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1880: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999451 +Vertex 1881: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.998586 +Vertex 1882: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.179262 + Group: 'palm.02.L', Weight: 0.720162 + Group: 'palm.03.L', Weight: 0.090433 +Vertex 1883: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.233716 + Group: 'palm.02.L', Weight: 0.598120 + Group: 'palm.03.L', Weight: 0.154973 +Vertex 1884: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.086772 + Group: 'palm.02.L', Weight: 0.774405 + Group: 'palm.03.L', Weight: 0.120596 +Vertex 1885: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.649022 + Group: 'f_middle.01.L', Weight: 0.043096 + Group: 'palm.03.L', Weight: 0.256727 +Vertex 1886: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.710629 + Group: 'f_middle.01.L', Weight: 0.058228 + Group: 'palm.03.L', Weight: 0.191958 +Vertex 1887: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.027843 + Group: 'palm.02.L', Weight: 0.595108 + Group: 'f_middle.01.L', Weight: 0.028428 + Group: 'palm.03.L', Weight: 0.299198 +Vertex 1888: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.732246 + Group: 'f_middle.01.L', Weight: 0.070489 + Group: 'palm.03.L', Weight: 0.157817 +Vertex 1889: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.121158 + Group: 'palm.02.L', Weight: 0.610262 + Group: 'palm.03.L', Weight: 0.243922 +Vertex 1890: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.317917 + Group: 'palm.02.L', Weight: 0.361211 + Group: 'palm.03.L', Weight: 0.302050 +Vertex 1891: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.285043 + Group: 'palm.02.L', Weight: 0.226474 + Group: 'palm.03.L', Weight: 0.465738 +Vertex 1892: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.125674 + Group: 'palm.02.L', Weight: 0.491094 + Group: 'palm.03.L', Weight: 0.354385 +Vertex 1893: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.269248 + Group: 'palm.03.L', Weight: 0.634916 + Group: 'f_ring.01.L', Weight: 0.055379 +Vertex 1894: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.412226 + Group: 'palm.03.L', Weight: 0.494617 + Group: 'f_ring.01.L', Weight: 0.029488 +Vertex 1895: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.273649 + Group: 'palm.03.L', Weight: 0.612102 + Group: 'f_ring.01.L', Weight: 0.070295 +Vertex 1896: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.018711 + Group: 'palm.02.L', Weight: 0.488814 + Group: 'f_middle.01.L', Weight: 0.012406 + Group: 'palm.03.L', Weight: 0.406701 + Group: 'f_ring.01.L', Weight: 0.019015 +Vertex 1897: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.088222 + Group: 'palm.02.L', Weight: 0.236262 + Group: 'palm.03.L', Weight: 0.635343 + Group: 'f_ring.01.L', Weight: 0.011583 +Vertex 1898: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999608 +Vertex 1899: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999541 +Vertex 1900: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999609 +Vertex 1901: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999484 +Vertex 1902: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999569 +Vertex 1903: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999451 +Vertex 1904: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999629 +Vertex 1905: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999533 +Vertex 1906: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999602 +Vertex 1907: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.025050 + Group: 'f_ring.02.L', Weight: 0.962469 +Vertex 1908: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.030021 + Group: 'f_ring.02.L', Weight: 0.959979 +Vertex 1909: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.000119 + Group: 'f_ring.02.L', Weight: 0.974934 +Vertex 1910: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.034767 + Group: 'f_ring.02.L', Weight: 0.957593 +Vertex 1911: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.002724 + Group: 'f_ring.02.L', Weight: 0.973633 +Vertex 1912: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.020269 + Group: 'f_ring.02.L', Weight: 0.964855 +Vertex 1913: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.063346 + Group: 'f_ring.02.L', Weight: 0.936611 +Vertex 1914: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.070797 + Group: 'f_ring.02.L', Weight: 0.929152 +Vertex 1915: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.960011 + Group: 'f_ring.02.L', Weight: 0.025822 +Vertex 1916: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.964814 + Group: 'f_ring.02.L', Weight: 0.016719 +Vertex 1917: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.972696 +Vertex 1918: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.986864 +Vertex 1919: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.988955 +Vertex 1920: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.985424 +Vertex 1921: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.986859 +Vertex 1922: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.987642 +Vertex 1923: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999455 +Vertex 1924: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999127 +Vertex 1925: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999590 +Vertex 1926: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999470 +Vertex 1927: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999472 +Vertex 1928: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999085 +Vertex 1929: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999444 +Vertex 1930: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999507 +Vertex 1931: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.917217 + Group: 'f_ring.01.L', Weight: 0.040744 +Vertex 1932: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.933050 + Group: 'f_ring.01.L', Weight: 0.045041 +Vertex 1933: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.066200 + Group: 'palm.03.L', Weight: 0.829746 + Group: 'f_ring.01.L', Weight: 0.076416 +Vertex 1934: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.882562 + Group: 'f_ring.01.L', Weight: 0.096251 +Vertex 1935: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.735762 + Group: 'f_ring.01.L', Weight: 0.237308 +Vertex 1936: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.923984 + Group: 'f_ring.01.L', Weight: 0.055611 +Vertex 1937: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.065876 + Group: 'palm.03.L', Weight: 0.738396 + Group: 'f_ring.01.L', Weight: 0.185134 +Vertex 1938: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.914852 + Group: 'f_ring.01.L', Weight: 0.072392 +Vertex 1939: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.951915 + Group: 'f_ring.02.L', Weight: 0.045176 +Vertex 1940: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.924542 + Group: 'f_ring.02.L', Weight: 0.074719 +Vertex 1941: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.583968 + Group: 'f_ring.02.L', Weight: 0.415821 +Vertex 1942: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.536156 + Group: 'f_ring.02.L', Weight: 0.463829 +Vertex 1943: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.911634 + Group: 'f_ring.02.L', Weight: 0.088151 +Vertex 1944: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.910917 + Group: 'f_ring.02.L', Weight: 0.088328 +Vertex 1945: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.838613 + Group: 'f_ring.02.L', Weight: 0.161195 +Vertex 1946: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.553514 + Group: 'f_ring.02.L', Weight: 0.446435 +Vertex 1947: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.096072 + Group: 'f_ring.01.L', Weight: 0.901710 +Vertex 1948: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.088732 + Group: 'f_ring.01.L', Weight: 0.908761 +Vertex 1949: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.010572 + Group: 'f_ring.01.L', Weight: 0.967588 +Vertex 1950: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.009031 + Group: 'f_ring.01.L', Weight: 0.966835 +Vertex 1951: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.061429 + Group: 'f_ring.01.L', Weight: 0.935966 +Vertex 1952: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.073504 + Group: 'f_ring.01.L', Weight: 0.922318 +Vertex 1953: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.075166 + Group: 'f_ring.01.L', Weight: 0.917623 +Vertex 1954: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.071456 + Group: 'f_ring.01.L', Weight: 0.921031 +Vertex 1955: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999100 +Vertex 1956: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.995329 +Vertex 1957: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999305 +Vertex 1958: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.996489 +Vertex 1959: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.997841 +Vertex 1960: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.998714 +Vertex 1961: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.997771 +Vertex 1962: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.997945 +Vertex 1963: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.048343 + Group: 'palm.03.L', Weight: 0.926340 +Vertex 1964: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.008765 + Group: 'palm.03.L', Weight: 0.947803 +Vertex 1965: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.576373 + Group: 'thumb.01.L', Weight: 0.025769 + Group: 'palm.03.L', Weight: 0.360325 +Vertex 1966: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.786741 + Group: 'palm.03.L', Weight: 0.169085 +Vertex 1967: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.033063 + Group: 'hand.L', Weight: 0.733457 + Group: 'thumb.01.L', Weight: 0.078274 + Group: 'palm.03.L', Weight: 0.138375 +Vertex 1968: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.058568 + Group: 'hand.L', Weight: 0.850161 + Group: 'palm.03.L', Weight: 0.064474 +Vertex 1969: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.015131 + Group: 'hand.L', Weight: 0.600624 + Group: 'thumb.01.L', Weight: 0.212217 + Group: 'palm.03.L', Weight: 0.133190 +Vertex 1970: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.537539 + Group: 'thumb.01.L', Weight: 0.110302 + Group: 'palm.03.L', Weight: 0.319560 +Vertex 1971: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.238132 + Group: 'thumb.01.L', Weight: 0.066358 + Group: 'palm.03.L', Weight: 0.671330 +Vertex 1972: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.113496 + Group: 'thumb.01.L', Weight: 0.761193 + Group: 'thumb.02.L', Weight: 0.066716 + Group: 'palm.03.L', Weight: 0.026846 +Vertex 1973: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.081562 + Group: 'thumb.01.L', Weight: 0.844771 + Group: 'thumb.02.L', Weight: 0.029397 +Vertex 1974: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.023958 + Group: 'hand.L', Weight: 0.099506 + Group: 'thumb.01.L', Weight: 0.845175 +Vertex 1975: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.219121 + Group: 'thumb.01.L', Weight: 0.711565 + Group: 'palm.02.L', Weight: 0.013011 +Vertex 1976: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.467341 + Group: 'thumb.01.L', Weight: 0.241788 + Group: 'palm.03.L', Weight: 0.245537 +Vertex 1977: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.288420 + Group: 'thumb.01.L', Weight: 0.448981 + Group: 'thumb.02.L', Weight: 0.036126 + Group: 'palm.03.L', Weight: 0.188879 +Vertex 1978: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.166340 + Group: 'thumb.01.L', Weight: 0.274272 + Group: 'thumb.02.L', Weight: 0.099723 + Group: 'palm.02.L', Weight: 0.261299 + Group: 'palm.03.L', Weight: 0.195614 +Vertex 1979: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.105507 + Group: 'thumb.01.L', Weight: 0.498859 + Group: 'thumb.02.L', Weight: 0.144804 + Group: 'palm.02.L', Weight: 0.122069 + Group: 'palm.03.L', Weight: 0.127192 +Vertex 1980: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.180449 + Group: 'thumb.01.L', Weight: 0.463517 + Group: 'thumb.02.L', Weight: 0.064230 + Group: 'palm.02.L', Weight: 0.043026 + Group: 'palm.03.L', Weight: 0.240046 +Vertex 1981: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.453718 + Group: 'thumb.01.L', Weight: 0.164567 + Group: 'palm.03.L', Weight: 0.343632 +Vertex 1982: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.225258 + Group: 'thumb.01.L', Weight: 0.118596 + Group: 'palm.03.L', Weight: 0.619658 +Vertex 1983: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.040847 + Group: 'palm.03.L', Weight: 0.907871 +Vertex 1984: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.052077 + Group: 'thumb.01.L', Weight: 0.022821 + Group: 'palm.02.L', Weight: 0.016874 + Group: 'palm.03.L', Weight: 0.863025 +Vertex 1985: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.127948 + Group: 'thumb.01.L', Weight: 0.112784 + Group: 'palm.02.L', Weight: 0.072970 + Group: 'palm.03.L', Weight: 0.658205 +Vertex 1986: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.312117 + Group: 'thumb.01.L', Weight: 0.225437 + Group: 'thumb.02.L', Weight: 0.006410 + Group: 'palm.03.L', Weight: 0.404454 +Vertex 1987: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.214528 + Group: 'thumb.01.L', Weight: 0.224661 + Group: 'thumb.02.L', Weight: 0.053396 + Group: 'palm.02.L', Weight: 0.155664 + Group: 'palm.03.L', Weight: 0.347051 +Vertex 1988: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.942778 + Group: 'palm.03.L', Weight: 0.001045 +Vertex 1989: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.886052 + Group: 'palm.02.L', Weight: 0.079985 +Vertex 1990: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.661644 + Group: 'thumb.01.L', Weight: 0.066686 + Group: 'palm.02.L', Weight: 0.260115 +Vertex 1991: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.225313 + Group: 'palm.02.L', Weight: 0.734677 + Group: 'palm.03.L', Weight: 0.026014 +Vertex 1992: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.422137 + Group: 'palm.02.L', Weight: 0.447618 + Group: 'palm.03.L', Weight: 0.123147 +Vertex 1993: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.139216 + Group: 'palm.02.L', Weight: 0.796850 + Group: 'palm.03.L', Weight: 0.057882 +Vertex 1994: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.259318 + Group: 'palm.02.L', Weight: 0.531476 + Group: 'palm.03.L', Weight: 0.194128 +Vertex 1995: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.130830 + Group: 'palm.02.L', Weight: 0.836403 +Vertex 1996: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.154602 + Group: 'palm.02.L', Weight: 0.823960 +Vertex 1997: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.076866 + Group: 'thumb.01.L', Weight: 0.059210 + Group: 'palm.02.L', Weight: 0.846834 +Vertex 1998: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.103881 + Group: 'palm.02.L', Weight: 0.856956 + Group: 'palm.03.L', Weight: 0.025064 +Vertex 1999: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.473985 + Group: 'palm.02.L', Weight: 0.324947 + Group: 'palm.03.L', Weight: 0.192201 +Vertex 2000: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.457582 + Group: 'palm.02.L', Weight: 0.118655 + Group: 'palm.03.L', Weight: 0.412517 +Vertex 2001: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.284050 + Group: 'palm.02.L', Weight: 0.462505 + Group: 'palm.03.L', Weight: 0.236537 +Vertex 2002: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.218656 + Group: 'palm.02.L', Weight: 0.152690 + Group: 'palm.03.L', Weight: 0.602453 +Vertex 2003: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.251494 + Group: 'palm.02.L', Weight: 0.038187 + Group: 'palm.03.L', Weight: 0.701620 +Vertex 2004: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.108515 + Group: 'palm.03.L', Weight: 0.875475 +Vertex 2005: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.167595 + Group: 'palm.02.L', Weight: 0.083424 + Group: 'palm.03.L', Weight: 0.714659 + Group: 'f_ring.01.L', Weight: 0.013131 +Vertex 2006: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.190647 + Group: 'thumb.01.L', Weight: 0.119594 + Group: 'palm.02.L', Weight: 0.669193 +Vertex 2007: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.136464 + Group: 'thumb.01.L', Weight: 0.619601 + Group: 'thumb.02.L', Weight: 0.080581 + Group: 'palm.02.L', Weight: 0.156278 +Vertex 2008: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.303793 + Group: 'thumb.01.L', Weight: 0.356061 + Group: 'palm.02.L', Weight: 0.310563 +Vertex 2009: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.462870 + Group: 'thumb.01.L', Weight: 0.163654 + Group: 'palm.02.L', Weight: 0.356283 +Vertex 2010: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.287111 + Group: 'thumb.01.L', Weight: 0.047166 + Group: 'palm.02.L', Weight: 0.654692 +Vertex 2011: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.882330 + Group: 'palm.03.L', Weight: 0.095301 +Vertex 2012: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.438157 + Group: 'palm.02.L', Weight: 0.529934 +Vertex 2013: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.623100 + Group: 'palm.02.L', Weight: 0.346661 +Vertex 2014: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.758596 + Group: 'palm.02.L', Weight: 0.182663 + Group: 'palm.03.L', Weight: 0.053763 +Vertex 2015: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.787859 + Group: 'palm.02.L', Weight: 0.127289 + Group: 'palm.03.L', Weight: 0.080617 +Vertex 2016: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.774099 + Group: 'palm.02.L', Weight: 0.060387 + Group: 'palm.03.L', Weight: 0.161710 +Vertex 2017: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.751366 + Group: 'palm.02.L', Weight: 0.042867 + Group: 'palm.03.L', Weight: 0.198209 +Vertex 2018: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.625614 + Group: 'thumb.01.L', Weight: 0.003522 + Group: 'palm.02.L', Weight: 0.334505 +Vertex 2019: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.776084 + Group: 'palm.02.L', Weight: 0.194068 +Vertex 2020: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.811993 + Group: 'palm.02.L', Weight: 0.030325 + Group: 'palm.03.L', Weight: 0.143277 +Vertex 2021: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.801533 + Group: 'palm.03.L', Weight: 0.170452 +Vertex 2022: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.832196 + Group: 'thumb.01.L', Weight: 0.078696 + Group: 'palm.02.L', Weight: 0.070495 +Vertex 2023: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.932708 + Group: 'palm.02.L', Weight: 0.008220 +Vertex 2024: +Vertex groups: 1 + Group: 'hand.L', Weight: 0.961628 +Vertex 2025: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.000925 + Group: 'hand.L', Weight: 0.923144 + Group: 'palm.03.L', Weight: 0.033094 +Vertex 2026: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.048776 + Group: 'hand.L', Weight: 0.891573 + Group: 'palm.03.L', Weight: 0.040741 +Vertex 2027: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.843776 + Group: 'palm.02.L', Weight: 0.046079 + Group: 'palm.03.L', Weight: 0.103839 +Vertex 2028: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.836079 + Group: 'palm.02.L', Weight: 0.103559 + Group: 'palm.03.L', Weight: 0.055292 +Vertex 2029: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.852829 + Group: 'palm.02.L', Weight: 0.113321 +Vertex 2030: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.805563 + Group: 'palm.02.L', Weight: 0.143627 + Group: 'palm.03.L', Weight: 0.039731 +Vertex 2031: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.653945 + Group: 'thumb.01.L', Weight: 0.247863 + Group: 'palm.02.L', Weight: 0.071044 +Vertex 2032: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.221798 + Group: 'thumb.01.L', Weight: 0.633062 + Group: 'thumb.02.L', Weight: 0.017282 + Group: 'palm.02.L', Weight: 0.101264 +Vertex 2033: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.403062 + Group: 'thumb.01.L', Weight: 0.413324 + Group: 'palm.02.L', Weight: 0.159426 +Vertex 2034: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.598538 + Group: 'thumb.01.L', Weight: 0.204518 + Group: 'palm.02.L', Weight: 0.179681 +Vertex 2035: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.051809 + Group: 'thumb.01.L', Weight: 0.407100 + Group: 'thumb.02.L', Weight: 0.199175 + Group: 'palm.02.L', Weight: 0.306340 + Group: 'palm.03.L', Weight: 0.036188 +Vertex 2036: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.064536 + Group: 'thumb.01.L', Weight: 0.641867 + Group: 'thumb.02.L', Weight: 0.189697 + Group: 'palm.02.L', Weight: 0.020693 + Group: 'palm.03.L', Weight: 0.063231 +Vertex 2037: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.002405 + Group: 'thumb.01.L', Weight: 0.739507 + Group: 'thumb.02.L', Weight: 0.207506 +Vertex 2038: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.022318 + Group: 'palm.03.L', Weight: 0.920870 +Vertex 2039: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.140333 + Group: 'palm.03.L', Weight: 0.729631 + Group: 'f_ring.01.L', Weight: 0.107101 +Vertex 2040: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.074592 + Group: 'palm.03.L', Weight: 0.762548 + Group: 'f_ring.01.L', Weight: 0.149628 +Vertex 2041: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.127469 + Group: 'palm.03.L', Weight: 0.766768 + Group: 'f_ring.01.L', Weight: 0.082553 +Vertex 2042: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.049811 + Group: 'palm.03.L', Weight: 0.835159 + Group: 'f_ring.01.L', Weight: 0.102178 +Vertex 2043: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.910619 + Group: 'f_ring.01.L', Weight: 0.038288 +Vertex 2044: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.038007 + Group: 'palm.03.L', Weight: 0.890844 + Group: 'f_ring.01.L', Weight: 0.006392 +Vertex 2045: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.064026 + Group: 'palm.03.L', Weight: 0.849781 + Group: 'f_ring.01.L', Weight: 0.061972 +Vertex 2046: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.111383 + Group: 'palm.03.L', Weight: 0.806513 + Group: 'f_ring.01.L', Weight: 0.053720 +Vertex 2047: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.091687 + Group: 'palm.03.L', Weight: 0.837099 + Group: 'f_ring.01.L', Weight: 0.014422 +Vertex 2048: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.001228 + Group: 'thumb.01.L', Weight: 0.006985 + Group: 'palm.02.L', Weight: 0.141437 + Group: 'palm.03.L', Weight: 0.772475 +Vertex 2049: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.053858 + Group: 'thumb.01.L', Weight: 0.064060 + Group: 'palm.02.L', Weight: 0.231507 + Group: 'palm.03.L', Weight: 0.617825 +Vertex 2050: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.766563 + Group: 'f_middle.01.L', Weight: 0.015192 + Group: 'palm.03.L', Weight: 0.153855 +Vertex 2051: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.082141 + Group: 'thumb.01.L', Weight: 0.145871 + Group: 'thumb.02.L', Weight: 0.052343 + Group: 'palm.02.L', Weight: 0.489054 + Group: 'palm.03.L', Weight: 0.222452 +Vertex 2052: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.590043 + Group: 'f_middle.01.L', Weight: 0.028009 + Group: 'palm.03.L', Weight: 0.315655 +Vertex 2053: +Vertex groups: 4 + Group: 'palm.02.L', Weight: 0.535040 + Group: 'f_middle.01.L', Weight: 0.015951 + Group: 'palm.03.L', Weight: 0.371350 + Group: 'f_ring.01.L', Weight: 0.008119 +Vertex 2054: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.600153 + Group: 'f_middle.01.L', Weight: 0.019206 + Group: 'palm.03.L', Weight: 0.314246 +Vertex 2055: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.454127 + Group: 'palm.03.L', Weight: 0.459681 + Group: 'f_ring.01.L', Weight: 0.010565 +Vertex 2056: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.014581 + Group: 'thumb.01.L', Weight: 0.053901 + Group: 'palm.02.L', Weight: 0.606761 + Group: 'palm.03.L', Weight: 0.267683 +Vertex 2057: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.750563 + Group: 'f_middle.01.L', Weight: 0.080175 + Group: 'palm.03.L', Weight: 0.138706 +Vertex 2058: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.800329 + Group: 'f_middle.01.L', Weight: 0.067848 + Group: 'palm.03.L', Weight: 0.107933 +Vertex 2059: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.720487 + Group: 'f_middle.01.L', Weight: 0.052587 + Group: 'palm.03.L', Weight: 0.191771 +Vertex 2060: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.241481 + Group: 'palm.03.L', Weight: 0.675819 + Group: 'f_ring.01.L', Weight: 0.026994 +Vertex 2061: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.362672 + Group: 'palm.03.L', Weight: 0.549652 +Vertex 2062: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.003613 + Group: 'palm.02.L', Weight: 0.515864 + Group: 'palm.03.L', Weight: 0.396128 +Vertex 2063: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.773552 + Group: 'f_middle.01.L', Weight: 0.108419 + Group: 'palm.03.L', Weight: 0.095675 +Vertex 2064: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.017292 + Group: 'thumb.01.L', Weight: 0.071831 + Group: 'thumb.02.L', Weight: 0.003011 + Group: 'palm.02.L', Weight: 0.686987 + Group: 'palm.03.L', Weight: 0.165052 +Vertex 2065: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.698096 + Group: 'f_middle.01.L', Weight: 0.017833 + Group: 'palm.03.L', Weight: 0.221100 +Vertex 2066: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.083483 + Group: 'thumb.01.L', Weight: 0.114270 + Group: 'thumb.02.L', Weight: 0.021003 + Group: 'palm.02.L', Weight: 0.391698 + Group: 'palm.03.L', Weight: 0.364957 +Vertex 2067: +Vertex groups: 4 + Group: 'thumb.01.L', Weight: 0.012236 + Group: 'palm.02.L', Weight: 0.816152 + Group: 'f_middle.01.L', Weight: 0.000186 + Group: 'palm.03.L', Weight: 0.097491 +Vertex 2068: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.046434 + Group: 'palm.02.L', Weight: 0.833164 + Group: 'palm.03.L', Weight: 0.059209 +Vertex 2069: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.002379 + Group: 'thumb.01.L', Weight: 0.052712 + Group: 'palm.02.L', Weight: 0.870961 +Vertex 2070: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.045844 + Group: 'thumb.01.L', Weight: 0.142933 + Group: 'thumb.02.L', Weight: 0.056595 + Group: 'palm.02.L', Weight: 0.620327 + Group: 'palm.03.L', Weight: 0.124385 +Vertex 2071: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.032990 + Group: 'thumb.01.L', Weight: 0.168151 + Group: 'thumb.02.L', Weight: 0.068196 + Group: 'palm.02.L', Weight: 0.662045 + Group: 'palm.03.L', Weight: 0.054938 +Vertex 2072: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.007303 + Group: 'thumb.01.L', Weight: 0.081398 + Group: 'thumb.02.L', Weight: 0.012430 + Group: 'palm.02.L', Weight: 0.755642 + Group: 'palm.03.L', Weight: 0.088431 +Vertex 2073: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.009569 + Group: 'thumb.01.L', Weight: 0.092463 + Group: 'thumb.02.L', Weight: 0.016934 + Group: 'palm.02.L', Weight: 0.796859 + Group: 'palm.03.L', Weight: 0.023570 +Vertex 2074: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.080970 + Group: 'thumb.01.L', Weight: 0.219775 + Group: 'thumb.02.L', Weight: 0.087234 + Group: 'palm.02.L', Weight: 0.481178 + Group: 'palm.03.L', Weight: 0.126772 +Vertex 2075: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.052475 + Group: 'thumb.01.L', Weight: 0.269766 + Group: 'thumb.02.L', Weight: 0.117148 + Group: 'palm.02.L', Weight: 0.511773 + Group: 'palm.03.L', Weight: 0.048342 +Vertex 2076: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.069035 + Group: 'thumb.01.L', Weight: 0.112924 + Group: 'thumb.02.L', Weight: 0.002225 + Group: 'palm.02.L', Weight: 0.775287 +Vertex 2077: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.070286 + Group: 'thumb.01.L', Weight: 0.184481 + Group: 'thumb.02.L', Weight: 0.052309 + Group: 'palm.02.L', Weight: 0.669387 +Vertex 2078: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.075335 + Group: 'thumb.01.L', Weight: 0.294359 + Group: 'thumb.02.L', Weight: 0.097915 + Group: 'palm.02.L', Weight: 0.508730 +Vertex 2079: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.977791 +Vertex 2080: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.978572 +Vertex 2081: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.988613 +Vertex 2082: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.975277 +Vertex 2083: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.990084 +Vertex 2084: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.988964 +Vertex 2085: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.985470 +Vertex 2086: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.974200 +Vertex 2087: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.984524 +Vertex 2088: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.989062 +Vertex 2089: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.991098 +Vertex 2090: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.989078 +Vertex 2091: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.951362 + Group: 'hand.L', Weight: 0.015733 +Vertex 2092: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.975311 +Vertex 2093: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.968883 +Vertex 2094: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.966203 +Vertex 2095: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.975196 +Vertex 2096: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.967157 + Group: 'hand.L', Weight: 0.008597 +Vertex 2097: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.979075 +Vertex 2098: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.954048 + Group: 'hand.L', Weight: 0.017292 +Vertex 2099: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.963720 + Group: 'hand.L', Weight: 0.001604 +Vertex 2100: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.967066 + Group: 'hand.L', Weight: 0.006024 +Vertex 2101: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.979401 +Vertex 2102: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.968539 + Group: 'hand.L', Weight: 0.007731 +Vertex 2103: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.077690 + Group: 'thumb.01.L', Weight: 0.359027 + Group: 'thumb.02.L', Weight: 0.155685 + Group: 'palm.02.L', Weight: 0.312432 + Group: 'palm.03.L', Weight: 0.097145 +Vertex 2104: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.001978 + Group: 'thumb.01.L', Weight: 0.468279 + Group: 'thumb.02.L', Weight: 0.393838 + Group: 'palm.02.L', Weight: 0.115988 +Vertex 2105: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.115922 + Group: 'thumb.02.L', Weight: 0.868523 +Vertex 2106: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.071226 + Group: 'thumb.02.L', Weight: 0.911166 +Vertex 2107: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.902109 + Group: 'thumb.03.L', Weight: 0.080403 +Vertex 2108: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.005824 + Group: 'thumb.01.L', Weight: 0.434176 + Group: 'thumb.02.L', Weight: 0.460455 + Group: 'palm.02.L', Weight: 0.042461 + Group: 'palm.03.L', Weight: 0.010549 +Vertex 2109: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.082941 + Group: 'thumb.01.L', Weight: 0.491672 + Group: 'thumb.02.L', Weight: 0.193984 + Group: 'palm.02.L', Weight: 0.133498 + Group: 'palm.03.L', Weight: 0.098952 +Vertex 2110: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.110364 + Group: 'thumb.01.L', Weight: 0.371604 + Group: 'thumb.02.L', Weight: 0.147995 + Group: 'palm.02.L', Weight: 0.237870 + Group: 'palm.03.L', Weight: 0.132186 +Vertex 2111: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.060059 + Group: 'thumb.01.L', Weight: 0.530612 + Group: 'thumb.02.L', Weight: 0.258328 + Group: 'palm.02.L', Weight: 0.081985 + Group: 'palm.03.L', Weight: 0.067848 +Vertex 2112: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.239551 + Group: 'thumb.02.L', Weight: 0.707628 + Group: 'palm.02.L', Weight: 0.006744 +Vertex 2113: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.051955 + Group: 'thumb.02.L', Weight: 0.823810 + Group: 'thumb.03.L', Weight: 0.114459 +Vertex 2114: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.825312 + Group: 'thumb.03.L', Weight: 0.148022 +Vertex 2115: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.054409 + Group: 'thumb.01.L', Weight: 0.600275 + Group: 'thumb.02.L', Weight: 0.182780 + Group: 'palm.02.L', Weight: 0.157591 +Vertex 2116: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.115528 + Group: 'thumb.01.L', Weight: 0.738027 + Group: 'thumb.02.L', Weight: 0.065613 + Group: 'palm.02.L', Weight: 0.073095 +Vertex 2117: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.141365 + Group: 'thumb.01.L', Weight: 0.437677 + Group: 'thumb.02.L', Weight: 0.064600 + Group: 'palm.02.L', Weight: 0.343755 +Vertex 2118: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.124255 + Group: 'thumb.01.L', Weight: 0.308221 + Group: 'thumb.02.L', Weight: 0.053158 + Group: 'palm.02.L', Weight: 0.499923 +Vertex 2119: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.209433 + Group: 'thumb.01.L', Weight: 0.254031 + Group: 'palm.02.L', Weight: 0.502269 +Vertex 2120: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.720065 + Group: 'hand.L', Weight: 0.260359 +Vertex 2121: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.322503 + Group: 'hand.L', Weight: 0.642295 +Vertex 2122: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.165083 + Group: 'hand.L', Weight: 0.772276 + Group: 'thumb.01.L', Weight: 0.016702 + Group: 'palm.03.L', Weight: 0.004060 +Vertex 2123: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.884937 + Group: 'hand.L', Weight: 0.104748 +Vertex 2124: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.107528 + Group: 'hand.L', Weight: 0.809020 + Group: 'thumb.01.L', Weight: 0.027026 + Group: 'palm.03.L', Weight: 0.033863 +Vertex 2125: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2126: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2127: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2128: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.105281 + Group: 'f_middle.02.L', Weight: 0.894711 +Vertex 2129: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.035285 + Group: 'f_middle.02.L', Weight: 0.957342 +Vertex 2130: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.995117 +Vertex 2131: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.060672 + Group: 'f_middle.01.L', Weight: 0.938486 +Vertex 2132: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2133: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999547 +Vertex 2134: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.791277 + Group: 'f_middle.01.L', Weight: 0.146409 + Group: 'palm.03.L', Weight: 0.049087 +Vertex 2135: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.042822 + Group: 'palm.02.L', Weight: 0.943514 +Vertex 2136: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.991228 +Vertex 2137: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.983149 +Vertex 2138: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.150941 + Group: 'f_middle.01.L', Weight: 0.841808 +Vertex 2139: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.943804 + Group: 'f_middle.01.L', Weight: 0.048872 +Vertex 2140: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.994511 +Vertex 2141: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.998732 +Vertex 2142: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.715593 + Group: 'f_middle.01.L', Weight: 0.063925 + Group: 'palm.03.L', Weight: 0.180713 +Vertex 2143: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.003662 + Group: 'palm.02.L', Weight: 0.629526 + Group: 'f_middle.01.L', Weight: 0.039566 + Group: 'palm.03.L', Weight: 0.271958 +Vertex 2144: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.682272 + Group: 'f_middle.01.L', Weight: 0.051994 + Group: 'palm.03.L', Weight: 0.222386 +Vertex 2145: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.210334 + Group: 'palm.02.L', Weight: 0.660132 + Group: 'palm.03.L', Weight: 0.118365 +Vertex 2146: +Vertex groups: 4 + Group: 'palm.02.L', Weight: 0.448475 + Group: 'f_middle.01.L', Weight: 0.003492 + Group: 'palm.03.L', Weight: 0.454599 + Group: 'f_ring.01.L', Weight: 0.026698 +Vertex 2147: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.278268 + Group: 'palm.03.L', Weight: 0.618456 + Group: 'f_ring.01.L', Weight: 0.061589 +Vertex 2148: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.340866 + Group: 'palm.03.L', Weight: 0.564914 + Group: 'f_ring.01.L', Weight: 0.044173 +Vertex 2149: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.314740 + Group: 'palm.02.L', Weight: 0.294370 + Group: 'palm.03.L', Weight: 0.370567 +Vertex 2150: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999514 +Vertex 2151: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999612 +Vertex 2152: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999570 +Vertex 2153: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.046756 + Group: 'f_ring.02.L', Weight: 0.951601 +Vertex 2154: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.000196 + Group: 'f_ring.02.L', Weight: 0.974892 +Vertex 2155: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.987439 +Vertex 2156: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.989789 +Vertex 2157: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999334 +Vertex 2158: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999580 +Vertex 2159: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.912446 + Group: 'f_ring.01.L', Weight: 0.072803 +Vertex 2160: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.029571 + Group: 'palm.03.L', Weight: 0.751960 + Group: 'f_ring.01.L', Weight: 0.200885 +Vertex 2161: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.960812 + Group: 'f_ring.02.L', Weight: 0.027961 +Vertex 2162: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.887697 + Group: 'f_ring.02.L', Weight: 0.111912 +Vertex 2163: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.071552 + Group: 'f_ring.01.L', Weight: 0.923166 +Vertex 2164: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.084764 + Group: 'f_ring.01.L', Weight: 0.913037 +Vertex 2165: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.998114 +Vertex 2166: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.998766 +Vertex 2167: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.032926 + Group: 'palm.03.L', Weight: 0.935202 +Vertex 2168: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.696983 + Group: 'thumb.01.L', Weight: 0.005122 + Group: 'palm.03.L', Weight: 0.250266 +Vertex 2169: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.058595 + Group: 'hand.L', Weight: 0.812439 + Group: 'thumb.01.L', Weight: 0.029112 + Group: 'palm.03.L', Weight: 0.084954 +Vertex 2170: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.051305 + Group: 'thumb.01.L', Weight: 0.079606 + Group: 'thumb.02.L', Weight: 0.003068 + Group: 'palm.02.L', Weight: 0.498625 + Group: 'palm.03.L', Weight: 0.329278 +Vertex 2171: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.018045 + Group: 'palm.02.L', Weight: 0.691011 + Group: 'palm.03.L', Weight: 0.213434 +Vertex 2172: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.341961 + Group: 'palm.02.L', Weight: 0.582376 + Group: 'palm.03.L', Weight: 0.071045 +Vertex 2173: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.150684 + Group: 'palm.02.L', Weight: 0.825936 +Vertex 2174: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.525515 + Group: 'palm.02.L', Weight: 0.198797 + Group: 'palm.03.L', Weight: 0.266254 +Vertex 2175: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.127702 + Group: 'thumb.01.L', Weight: 0.086152 + Group: 'palm.02.L', Weight: 0.767146 +Vertex 2176: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.198568 + Group: 'thumb.01.L', Weight: 0.020882 + Group: 'palm.02.L', Weight: 0.757260 +Vertex 2177: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.353178 + Group: 'thumb.01.L', Weight: 0.012000 + Group: 'palm.02.L', Weight: 0.606007 +Vertex 2178: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.714014 + Group: 'palm.02.L', Weight: 0.246619 + Group: 'palm.03.L', Weight: 0.015102 +Vertex 2179: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.793394 + Group: 'palm.02.L', Weight: 0.086437 + Group: 'palm.03.L', Weight: 0.116295 +Vertex 2180: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.638149 + Group: 'thumb.01.L', Weight: 0.033883 + Group: 'palm.02.L', Weight: 0.308507 +Vertex 2181: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.835901 + Group: 'palm.02.L', Weight: 0.132604 +Vertex 2182: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.301353 + Group: 'palm.02.L', Weight: 0.673251 +Vertex 2183: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.412217 + Group: 'palm.02.L', Weight: 0.556598 +Vertex 2184: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.649469 + Group: 'palm.02.L', Weight: 0.269819 + Group: 'palm.03.L', Weight: 0.076174 +Vertex 2185: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.691045 + Group: 'palm.02.L', Weight: 0.184533 + Group: 'palm.03.L', Weight: 0.119738 +Vertex 2186: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.671285 + Group: 'palm.02.L', Weight: 0.075932 + Group: 'palm.03.L', Weight: 0.248564 +Vertex 2187: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.656084 + Group: 'palm.02.L', Weight: 0.038018 + Group: 'palm.03.L', Weight: 0.296143 +Vertex 2188: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.830599 + Group: 'palm.02.L', Weight: 0.011567 + Group: 'palm.03.L', Weight: 0.133208 +Vertex 2189: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.896708 + Group: 'palm.02.L', Weight: 0.020652 + Group: 'palm.03.L', Weight: 0.062686 +Vertex 2190: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.857045 + Group: 'palm.02.L', Weight: 0.100646 + Group: 'palm.03.L', Weight: 0.021109 +Vertex 2191: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.851169 + Group: 'palm.02.L', Weight: 0.069580 + Group: 'palm.03.L', Weight: 0.074734 +Vertex 2192: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.896243 + Group: 'palm.02.L', Weight: 0.070409 +Vertex 2193: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.802025 + Group: 'palm.02.L', Weight: 0.160317 + Group: 'palm.03.L', Weight: 0.009472 +Vertex 2194: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.134917 + Group: 'palm.03.L', Weight: 0.748141 + Group: 'f_ring.01.L', Weight: 0.094051 +Vertex 2195: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.062342 + Group: 'palm.03.L', Weight: 0.795288 + Group: 'f_ring.01.L', Weight: 0.129684 +Vertex 2196: +Vertex groups: 4 + Group: 'palm.02.L', Weight: 0.497252 + Group: 'f_middle.01.L', Weight: 0.006949 + Group: 'palm.03.L', Weight: 0.412982 + Group: 'f_ring.01.L', Weight: 0.012555 +Vertex 2197: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.596129 + Group: 'f_middle.01.L', Weight: 0.025509 + Group: 'palm.03.L', Weight: 0.313725 +Vertex 2198: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.736687 + Group: 'f_middle.01.L', Weight: 0.066993 + Group: 'palm.03.L', Weight: 0.163698 +Vertex 2199: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.664877 + Group: 'f_middle.01.L', Weight: 0.034585 + Group: 'palm.03.L', Weight: 0.249718 +Vertex 2200: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.337383 + Group: 'palm.03.L', Weight: 0.577467 + Group: 'f_ring.01.L', Weight: 0.019502 +Vertex 2201: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.003031 + Group: 'palm.02.L', Weight: 0.237719 + Group: 'palm.03.L', Weight: 0.674384 +Vertex 2202: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.018180 + Group: 'thumb.01.L', Weight: 0.040171 + Group: 'palm.02.L', Weight: 0.353447 + Group: 'palm.03.L', Weight: 0.530605 +Vertex 2203: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.051561 + Group: 'thumb.01.L', Weight: 0.104059 + Group: 'thumb.02.L', Weight: 0.026356 + Group: 'palm.02.L', Weight: 0.597608 + Group: 'palm.03.L', Weight: 0.197114 +Vertex 2204: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.616663 + Group: 'palm.03.L', Weight: 0.300551 +Vertex 2205: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.785127 + Group: 'f_middle.01.L', Weight: 0.089112 + Group: 'palm.03.L', Weight: 0.103134 +Vertex 2206: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.048290 + Group: 'palm.02.L', Weight: 0.756918 + Group: 'palm.03.L', Weight: 0.131696 +Vertex 2207: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.063571 + Group: 'palm.02.L', Weight: 0.798016 + Group: 'palm.03.L', Weight: 0.073059 +Vertex 2208: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.021297 + Group: 'thumb.01.L', Weight: 0.126575 + Group: 'thumb.02.L', Weight: 0.046861 + Group: 'palm.02.L', Weight: 0.735691 + Group: 'palm.03.L', Weight: 0.041614 +Vertex 2209: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.024702 + Group: 'thumb.01.L', Weight: 0.109405 + Group: 'thumb.02.L', Weight: 0.035556 + Group: 'palm.02.L', Weight: 0.693053 + Group: 'palm.03.L', Weight: 0.106556 +Vertex 2210: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.005806 + Group: 'thumb.01.L', Weight: 0.070753 + Group: 'palm.02.L', Weight: 0.837885 + Group: 'palm.03.L', Weight: 0.004374 +Vertex 2211: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.072442 + Group: 'thumb.01.L', Weight: 0.082967 + Group: 'palm.02.L', Weight: 0.816340 +Vertex 2212: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.069830 + Group: 'thumb.01.L', Weight: 0.145576 + Group: 'thumb.02.L', Weight: 0.023933 + Group: 'palm.02.L', Weight: 0.727979 +Vertex 2213: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.108304 + Group: 'thumb.01.L', Weight: 0.180400 + Group: 'thumb.02.L', Weight: 0.013073 + Group: 'palm.02.L', Weight: 0.666298 +Vertex 2214: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.989052 +Vertex 2215: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.097710 + Group: 'palm.02.L', Weight: 0.369606 + Group: 'palm.03.L', Weight: 0.495024 +Vertex 2216: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.010781 + Group: 'palm.02.L', Weight: 0.382004 + Group: 'palm.03.L', Weight: 0.511282 + Group: 'f_ring.01.L', Weight: 0.046072 +Vertex 2217: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.094854 + Group: 'palm.02.L', Weight: 0.693089 + Group: 'palm.03.L', Weight: 0.186302 +Vertex 2218: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.020402 + Group: 'palm.02.L', Weight: 0.674775 + Group: 'f_middle.01.L', Weight: 0.050698 + Group: 'palm.03.L', Weight: 0.219372 +Vertex 2219: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.967376 + Group: 'hand.L', Weight: 0.007385 +Vertex 2220: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.000640 + Group: 'palm.02.L', Weight: 0.678205 + Group: 'f_middle.01.L', Weight: 0.053754 + Group: 'palm.03.L', Weight: 0.220949 +Vertex 2221: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.362499 + Group: 'palm.03.L', Weight: 0.537657 + Group: 'f_ring.01.L', Weight: 0.048378 +Vertex 2222: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.091341 + Group: 'thumb.01.L', Weight: 0.115385 + Group: 'palm.02.L', Weight: 0.760354 +Vertex 2223: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.886397 + Group: 'palm.02.L', Weight: 0.062420 + Group: 'palm.03.L', Weight: 0.040157 +Vertex 2224: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.700761 + Group: 'palm.02.L', Weight: 0.120889 + Group: 'palm.03.L', Weight: 0.173703 +Vertex 2225: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.571703 + Group: 'palm.02.L', Weight: 0.379562 + Group: 'palm.03.L', Weight: 0.037692 +Vertex 2226: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.242521 + Group: 'palm.02.L', Weight: 0.726768 +Vertex 2227: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.181584 + Group: 'thumb.01.L', Weight: 0.642423 + Group: 'thumb.02.L', Weight: 0.060446 + Group: 'palm.03.L', Weight: 0.091464 +Vertex 2228: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.135033 + Group: 'thumb.01.L', Weight: 0.609641 + Group: 'thumb.02.L', Weight: 0.093329 + Group: 'palm.02.L', Weight: 0.006460 + Group: 'palm.03.L', Weight: 0.126680 +Vertex 2229: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.080914 + Group: 'thumb.01.L', Weight: 0.431512 + Group: 'thumb.02.L', Weight: 0.155280 + Group: 'palm.02.L', Weight: 0.317200 +Vertex 2230: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.011010 + Group: 'thumb.02.L', Weight: 0.649240 + Group: 'thumb.03.L', Weight: 0.310794 +Vertex 2231: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.225463 + Group: 'thumb.02.L', Weight: 0.714452 + Group: 'thumb.03.L', Weight: 0.003814 +Vertex 2232: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.004098 + Group: 'thumb.02.L', Weight: 0.644354 + Group: 'thumb.03.L', Weight: 0.320194 +Vertex 2233: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.022088 + Group: 'thumb.02.L', Weight: 0.715531 + Group: 'thumb.03.L', Weight: 0.238356 +Vertex 2234: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.048353 + Group: 'thumb.01.L', Weight: 0.688014 + Group: 'thumb.02.L', Weight: 0.206819 + Group: 'palm.03.L', Weight: 0.018207 +Vertex 2235: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.228487 + Group: 'thumb.02.L', Weight: 0.733556 + Group: 'palm.02.L', Weight: 0.035967 +Vertex 2236: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.118630 + Group: 'thumb.02.L', Weight: 0.789004 + Group: 'thumb.03.L', Weight: 0.063997 +Vertex 2237: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.085967 + Group: 'thumb.03.L', Weight: 0.917992 +Vertex 2238: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.247461 + Group: 'thumb.03.L', Weight: 0.762813 +Vertex 2239: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.983834 +Vertex 2240: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.985250 +Vertex 2241: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.019659 + Group: 'thumb.03.L', Weight: 0.964767 +Vertex 2242: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.177295 + Group: 'thumb.03.L', Weight: 0.823284 +Vertex 2243: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 2244: +Vertex groups: 3 + Group: 'spine', Weight: 0.157332 + Group: 'spine.001', Weight: 0.689207 + Group: 'spine.002', Weight: 0.142942 +Vertex 2245: +Vertex groups: 3 + Group: 'spine', Weight: 0.153367 + Group: 'spine.001', Weight: 0.687854 + Group: 'spine.002', Weight: 0.148043 +Vertex 2246: +Vertex groups: 3 + Group: 'spine', Weight: 0.151600 + Group: 'spine.001', Weight: 0.683079 + Group: 'spine.002', Weight: 0.154163 +Vertex 2247: +Vertex groups: 3 + Group: 'spine', Weight: 0.110185 + Group: 'spine.001', Weight: 0.683652 + Group: 'spine.002', Weight: 0.194555 +Vertex 2248: +Vertex groups: 3 + Group: 'spine', Weight: 0.112345 + Group: 'spine.001', Weight: 0.706145 + Group: 'spine.002', Weight: 0.171321 +Vertex 2249: +Vertex groups: 3 + Group: 'spine', Weight: 0.086754 + Group: 'spine.001', Weight: 0.686590 + Group: 'spine.002', Weight: 0.215178 +Vertex 2250: +Vertex groups: 3 + Group: 'spine', Weight: 0.086270 + Group: 'spine.001', Weight: 0.686780 + Group: 'spine.002', Weight: 0.215487 +Vertex 2251: +Vertex groups: 3 + Group: 'spine', Weight: 0.086382 + Group: 'spine.001', Weight: 0.682458 + Group: 'spine.002', Weight: 0.219447 +Vertex 2252: +Vertex groups: 3 + Group: 'spine', Weight: 0.146737 + Group: 'spine.001', Weight: 0.720574 + Group: 'spine.002', Weight: 0.124076 +Vertex 2253: +Vertex groups: 3 + Group: 'spine', Weight: 0.145465 + Group: 'spine.001', Weight: 0.721487 + Group: 'spine.002', Weight: 0.124452 +Vertex 2254: +Vertex groups: 3 + Group: 'spine', Weight: 0.148725 + Group: 'spine.001', Weight: 0.718241 + Group: 'spine.002', Weight: 0.124340 +Vertex 2255: +Vertex groups: 4 + Group: 'spine', Weight: 0.079140 + Group: 'spine.001', Weight: 0.364446 + Group: 'spine.002', Weight: 0.498786 + Group: 'spine.003', Weight: 0.004426 +Vertex 2256: +Vertex groups: 4 + Group: 'spine', Weight: 0.017938 + Group: 'spine.001', Weight: 0.116056 + Group: 'spine.002', Weight: 0.660857 + Group: 'spine.003', Weight: 0.110406 +Vertex 2257: +Vertex groups: 3 + Group: 'spine', Weight: 0.081031 + Group: 'spine.001', Weight: 0.496362 + Group: 'spine.002', Weight: 0.395032 +Vertex 2258: +Vertex groups: 3 + Group: 'spine', Weight: 0.094078 + Group: 'spine.001', Weight: 0.589855 + Group: 'spine.002', Weight: 0.298775 +Vertex 2259: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.715826 + Group: 'spine.001', Weight: 0.131907 + Group: 'spine.003', Weight: 0.121435 + Group: 'spine', Weight: 0.020689 + Group: 'upper_arm.L', Weight: 0.010142 +Vertex 2260: +Vertex groups: 5 + Group: 'spine', Weight: 0.047689 + Group: 'spine.001', Weight: 0.181152 + Group: 'spine.002', Weight: 0.637658 + Group: 'spine.003', Weight: 0.069350 + Group: 'upper_arm.L', Weight: 0.007981 +Vertex 2261: +Vertex groups: 4 + Group: 'spine', Weight: 0.059935 + Group: 'spine.001', Weight: 0.249062 + Group: 'spine.002', Weight: 0.596626 + Group: 'spine.003', Weight: 0.043054 +Vertex 2262: +Vertex groups: 3 + Group: 'spine', Weight: 0.096393 + Group: 'spine.001', Weight: 0.584554 + Group: 'spine.002', Weight: 0.300679 +Vertex 2263: +Vertex groups: 3 + Group: 'spine', Weight: 0.090024 + Group: 'spine.001', Weight: 0.561188 + Group: 'spine.002', Weight: 0.327340 +Vertex 2264: +Vertex groups: 3 + Group: 'spine', Weight: 0.088733 + Group: 'spine.001', Weight: 0.602039 + Group: 'spine.002', Weight: 0.292906 +Vertex 2265: +Vertex groups: 3 + Group: 'spine', Weight: 0.087817 + Group: 'spine.001', Weight: 0.620393 + Group: 'spine.002', Weight: 0.276481 +Vertex 2266: +Vertex groups: 3 + Group: 'spine', Weight: 0.089172 + Group: 'spine.001', Weight: 0.629901 + Group: 'spine.002', Weight: 0.266123 +Vertex 2267: +Vertex groups: 4 + Group: 'spine', Weight: 0.070042 + Group: 'spine.001', Weight: 0.308323 + Group: 'spine.002', Weight: 0.547772 + Group: 'spine.003', Weight: 0.020925 +Vertex 2268: +Vertex groups: 4 + Group: 'spine', Weight: 0.008644 + Group: 'spine.001', Weight: 0.225399 + Group: 'spine.002', Weight: 0.694816 + Group: 'spine.003', Weight: 0.006647 +Vertex 2269: +Vertex groups: 3 + Group: 'spine', Weight: 0.053494 + Group: 'spine.001', Weight: 0.565569 + Group: 'spine.002', Weight: 0.363574 +Vertex 2270: +Vertex groups: 3 + Group: 'spine', Weight: 0.040923 + Group: 'spine.001', Weight: 0.532298 + Group: 'spine.002', Weight: 0.403755 +Vertex 2271: +Vertex groups: 3 + Group: 'spine', Weight: 0.051435 + Group: 'spine.001', Weight: 0.438761 + Group: 'spine.002', Weight: 0.485346 +Vertex 2272: +Vertex groups: 3 + Group: 'spine', Weight: 0.054839 + Group: 'spine.001', Weight: 0.533340 + Group: 'spine.002', Weight: 0.391958 +Vertex 2273: +Vertex groups: 3 + Group: 'spine', Weight: 0.054393 + Group: 'spine.001', Weight: 0.488345 + Group: 'spine.002', Weight: 0.435267 +Vertex 2274: +Vertex groups: 3 + Group: 'spine', Weight: 0.051614 + Group: 'spine.001', Weight: 0.560497 + Group: 'spine.002', Weight: 0.370511 +Vertex 2275: +Vertex groups: 3 + Group: 'spine', Weight: 0.053582 + Group: 'spine.001', Weight: 0.556526 + Group: 'spine.002', Weight: 0.371601 +Vertex 2276: +Vertex groups: 3 + Group: 'spine', Weight: 0.038169 + Group: 'spine.001', Weight: 0.357785 + Group: 'spine.002', Weight: 0.567426 +Vertex 2277: +Vertex groups: 3 + Group: 'spine', Weight: 0.055729 + Group: 'spine.001', Weight: 0.515481 + Group: 'spine.002', Weight: 0.408076 +Vertex 2278: +Vertex groups: 3 + Group: 'spine', Weight: 0.045833 + Group: 'spine.001', Weight: 0.544317 + Group: 'spine.002', Weight: 0.389785 +Vertex 2279: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.128630 + Group: 'spine.002', Weight: 0.764515 + Group: 'spine.003', Weight: 0.050807 +Vertex 2280: +Vertex groups: 3 + Group: 'spine', Weight: 0.062129 + Group: 'spine.001', Weight: 0.468236 + Group: 'spine.002', Weight: 0.447164 +Vertex 2281: +Vertex groups: 3 + Group: 'spine', Weight: 0.067148 + Group: 'spine.001', Weight: 0.523377 + Group: 'spine.002', Weight: 0.389459 +Vertex 2282: +Vertex groups: 3 + Group: 'spine', Weight: 0.000986 + Group: 'spine.001', Weight: 0.292315 + Group: 'spine.002', Weight: 0.649126 +Vertex 2283: +Vertex groups: 3 + Group: 'spine', Weight: 0.022968 + Group: 'spine.001', Weight: 0.361254 + Group: 'spine.002', Weight: 0.572622 +Vertex 2284: +Vertex groups: 3 + Group: 'spine', Weight: 0.052971 + Group: 'spine.001', Weight: 0.462109 + Group: 'spine.002', Weight: 0.461724 +Vertex 2285: +Vertex groups: 3 + Group: 'spine', Weight: 0.005969 + Group: 'spine.001', Weight: 0.312791 + Group: 'spine.002', Weight: 0.626628 +Vertex 2286: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.106346 + Group: 'spine.002', Weight: 0.688712 + Group: 'spine.003', Weight: 0.081698 + Group: 'shoulder.L', Weight: 0.009361 + Group: 'upper_arm.L', Weight: 0.061522 +Vertex 2287: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.627915 + Group: 'spine.003', Weight: 0.245744 + Group: 'spine.001', Weight: 0.065846 + Group: 'shoulder.R', Weight: 0.030248 + Group: 'shoulder.L', Weight: 0.030247 +Vertex 2288: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.156072 + Group: 'spine.002', Weight: 0.743782 + Group: 'spine.003', Weight: 0.034438 +Vertex 2289: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.125541 + Group: 'spine.002', Weight: 0.727687 + Group: 'spine.003', Weight: 0.057659 + Group: 'upper_arm.L', Weight: 0.035265 +Vertex 2290: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.056144 + Group: 'spine.002', Weight: 0.486369 + Group: 'spine.003', Weight: 0.263162 + Group: 'shoulder.L', Weight: 0.067749 + Group: 'upper_arm.L', Weight: 0.064950 +Vertex 2291: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.081994 + Group: 'spine.002', Weight: 0.593023 + Group: 'spine.003', Weight: 0.161194 + Group: 'shoulder.L', Weight: 0.052060 + Group: 'upper_arm.L', Weight: 0.066162 +Vertex 2292: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.094742 + Group: 'spine.002', Weight: 0.638965 + Group: 'spine.003', Weight: 0.118525 + Group: 'shoulder.L', Weight: 0.033391 + Group: 'upper_arm.L', Weight: 0.068802 +Vertex 2293: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.101964 + Group: 'spine.002', Weight: 0.665405 + Group: 'spine.003', Weight: 0.097096 + Group: 'shoulder.L', Weight: 0.020421 + Group: 'upper_arm.L', Weight: 0.065815 +Vertex 2294: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.085124 + Group: 'Head', Weight: 0.911654 +Vertex 2295: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086409 + Group: 'Head', Weight: 0.910365 +Vertex 2296: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082596 + Group: 'Head', Weight: 0.914199 +Vertex 2297: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.154121 + Group: 'Head', Weight: 0.839491 +Vertex 2298: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165709 + Group: 'Head', Weight: 0.828103 +Vertex 2299: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165504 + Group: 'Head', Weight: 0.828663 +Vertex 2300: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155291 + Group: 'Head', Weight: 0.839335 +Vertex 2301: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133880 + Group: 'Head', Weight: 0.861322 +Vertex 2302: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123022 + Group: 'Head', Weight: 0.872430 +Vertex 2303: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111958 + Group: 'Head', Weight: 0.883709 +Vertex 2304: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099577 + Group: 'Head', Weight: 0.896167 +Vertex 2305: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098473 + Group: 'Head', Weight: 0.896982 +Vertex 2306: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103937 + Group: 'Head', Weight: 0.891109 +Vertex 2307: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113956 + Group: 'Head', Weight: 0.880619 +Vertex 2308: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133220 + Group: 'Head', Weight: 0.860725 +Vertex 2309: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124055 + Group: 'Head', Weight: 0.870088 +Vertex 2310: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141531 + Group: 'Head', Weight: 0.852243 +Vertex 2311: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142622 + Group: 'Head', Weight: 0.852364 +Vertex 2312: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148503 + Group: 'Head', Weight: 0.846321 +Vertex 2313: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150723 + Group: 'Head', Weight: 0.843138 +Vertex 2314: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161240 + Group: 'Head', Weight: 0.832768 +Vertex 2315: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.160039 + Group: 'Head', Weight: 0.834282 +Vertex 2316: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150785 + Group: 'Head', Weight: 0.843915 +Vertex 2317: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132111 + Group: 'Head', Weight: 0.863057 +Vertex 2318: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124856 + Group: 'Head', Weight: 0.870470 +Vertex 2319: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115741 + Group: 'Head', Weight: 0.879745 +Vertex 2320: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105365 + Group: 'Head', Weight: 0.890161 +Vertex 2321: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104969 + Group: 'Head', Weight: 0.890265 +Vertex 2322: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111311 + Group: 'Head', Weight: 0.883537 +Vertex 2323: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.121916 + Group: 'Head', Weight: 0.872545 +Vertex 2324: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132739 + Group: 'Head', Weight: 0.861409 +Vertex 2325: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127087 + Group: 'Head', Weight: 0.867199 +Vertex 2326: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139867 + Group: 'Head', Weight: 0.854127 +Vertex 2327: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139116 + Group: 'Head', Weight: 0.855888 +Vertex 2328: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144933 + Group: 'Head', Weight: 0.849923 +Vertex 2329: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155604 + Group: 'Head', Weight: 0.837876 +Vertex 2330: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108891 + Group: 'Head', Weight: 0.885704 +Vertex 2331: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101871 + Group: 'Head', Weight: 0.893176 +Vertex 2332: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118894 + Group: 'Head', Weight: 0.875175 +Vertex 2333: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128669 + Group: 'Head', Weight: 0.865183 +Vertex 2334: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141188 + Group: 'Head', Weight: 0.852460 +Vertex 2335: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.167857 + Group: 'Head', Weight: 0.825831 +Vertex 2336: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166153 + Group: 'Head', Weight: 0.827969 +Vertex 2337: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155663 + Group: 'Head', Weight: 0.838944 +Vertex 2338: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095648 + Group: 'Head', Weight: 0.899889 +Vertex 2339: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095431 + Group: 'Head', Weight: 0.900464 +Vertex 2340: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107329 + Group: 'Head', Weight: 0.888496 +Vertex 2341: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119805 + Group: 'Head', Weight: 0.875769 +Vertex 2342: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131994 + Group: 'Head', Weight: 0.863300 +Vertex 2343: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146676 + Group: 'Head', Weight: 0.848224 +Vertex 2344: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139689 + Group: 'Head', Weight: 0.855411 +Vertex 2345: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101069 + Group: 'Head', Weight: 0.894817 +Vertex 2346: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098371 + Group: 'Head', Weight: 0.897608 +Vertex 2347: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104757 + Group: 'Head', Weight: 0.890992 +Vertex 2348: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088506 + Group: 'Head', Weight: 0.907844 +Vertex 2349: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109390 + Group: 'Head', Weight: 0.886154 +Vertex 2350: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2351: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2352: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2353: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2354: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2355: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2356: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2357: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2358: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2359: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2360: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2361: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2362: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2363: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2364: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2365: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2366: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2367: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2368: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2370: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2372: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2373: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2374: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2375: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2376: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2377: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2378: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2379: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2380: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2381: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2382: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2383: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.865204 + Group: 'f_middle.02.L', Weight: 0.133564 +Vertex 2384: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.901075 + Group: 'f_middle.02.L', Weight: 0.098779 +Vertex 2385: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.874365 + Group: 'f_middle.02.L', Weight: 0.125195 +Vertex 2386: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.957049 + Group: 'f_middle.02.L', Weight: 0.035052 +Vertex 2387: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.828876 + Group: 'f_middle.02.L', Weight: 0.170537 +Vertex 2388: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.857761 + Group: 'f_middle.02.L', Weight: 0.142457 +Vertex 2389: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.916974 + Group: 'f_middle.02.L', Weight: 0.083159 +Vertex 2390: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.960783 + Group: 'f_middle.02.L', Weight: 0.028005 +Vertex 2391: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.877555 + Group: 'f_middle.02.L', Weight: 0.122514 +Vertex 2392: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.957608 + Group: 'f_middle.02.L', Weight: 0.034157 +Vertex 2393: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999425 +Vertex 2394: +Vertex groups: 3 + Group: 'spine', Weight: 0.835656 + Group: 'spine.001', Weight: 0.088611 + Group: 'spine1', Weight: 0.048552 +Vertex 2395: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.115407 + Group: 'spine.003', Weight: 0.395060 + Group: 'shoulder.L', Weight: 0.040753 + Group: 'shoulder.R', Weight: 0.368169 + Group: 'upper_arm.R', Weight: 0.051656 +Vertex 2396: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.068780 + Group: 'spine.003', Weight: 0.267384 + Group: 'shoulder.L', Weight: 0.055498 + Group: 'shoulder.R', Weight: 0.534719 + Group: 'upper_arm.R', Weight: 0.035398 +Vertex 2397: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089035 + Group: 'spine.003', Weight: 0.177600 + Group: 'shoulder.R', Weight: 0.151872 + Group: 'upper_arm.R', Weight: 0.568838 +Vertex 2398: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107714 + Group: 'spine.003', Weight: 0.181570 + Group: 'shoulder.R', Weight: 0.136085 + Group: 'upper_arm.R', Weight: 0.561274 +Vertex 2399: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.115103 + Group: 'spine.003', Weight: 0.187310 + Group: 'shoulder.R', Weight: 0.101247 + Group: 'upper_arm.R', Weight: 0.582195 +Vertex 2400: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131041 + Group: 'spine.003', Weight: 0.175149 + Group: 'shoulder.R', Weight: 0.085877 + Group: 'upper_arm.R', Weight: 0.591059 +Vertex 2401: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.172424 + Group: 'spine.003', Weight: 0.286623 + Group: 'shoulder.R', Weight: 0.101673 + Group: 'upper_arm.R', Weight: 0.419573 +Vertex 2402: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.200339 + Group: 'spine.003', Weight: 0.251632 + Group: 'shoulder.R', Weight: 0.092867 + Group: 'upper_arm.R', Weight: 0.430770 +Vertex 2403: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.213220 + Group: 'spine.003', Weight: 0.310429 + Group: 'shoulder.R', Weight: 0.107279 + Group: 'upper_arm.R', Weight: 0.347047 +Vertex 2404: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099978 + Group: 'spine.003', Weight: 0.209668 + Group: 'shoulder.R', Weight: 0.173508 + Group: 'upper_arm.R', Weight: 0.502421 +Vertex 2405: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.021375 + Group: 'spine.003', Weight: 0.081696 + Group: 'shoulder.R', Weight: 0.323239 + Group: 'upper_arm.R', Weight: 0.547746 +Vertex 2406: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.048437 + Group: 'spine.003', Weight: 0.118014 + Group: 'shoulder.R', Weight: 0.457419 + Group: 'upper_arm.R', Weight: 0.358556 +Vertex 2407: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.762455 + Group: 'upper_arm.R', Weight: 0.193785 +Vertex 2408: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.040194 + Group: 'shoulder.R', Weight: 0.797044 + Group: 'upper_arm.R', Weight: 0.118770 +Vertex 2409: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.046895 + Group: 'spine.004', Weight: 0.052870 + Group: 'shoulder.R', Weight: 0.608208 + Group: 'upper_arm.R', Weight: 0.234217 +Vertex 2410: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.085327 + Group: 'spine.003', Weight: 0.132797 + Group: 'shoulder.R', Weight: 0.333206 + Group: 'upper_arm.R', Weight: 0.392886 +Vertex 2411: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131724 + Group: 'spine.003', Weight: 0.162370 + Group: 'shoulder.R', Weight: 0.285294 + Group: 'upper_arm.R', Weight: 0.369499 +Vertex 2412: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.129777 + Group: 'spine.003', Weight: 0.143587 + Group: 'shoulder.R', Weight: 0.158615 + Group: 'upper_arm.R', Weight: 0.545842 +Vertex 2413: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.010031 + Group: 'spine.004', Weight: 0.076530 + Group: 'shoulder.R', Weight: 0.662397 + Group: 'upper_arm.R', Weight: 0.183965 +Vertex 2414: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.083912 + Group: 'shoulder.R', Weight: 0.688165 + Group: 'upper_arm.R', Weight: 0.181238 +Vertex 2415: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.247819 + Group: 'spine.003', Weight: 0.245381 + Group: 'shoulder.R', Weight: 0.121381 + Group: 'upper_arm.R', Weight: 0.347910 +Vertex 2416: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.203329 + Group: 'spine.003', Weight: 0.231960 + Group: 'shoulder.R', Weight: 0.242459 + Group: 'upper_arm.R', Weight: 0.257295 +Vertex 2417: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.127110 + Group: 'spine.003', Weight: 0.207992 + Group: 'shoulder.L', Weight: 0.005168 + Group: 'shoulder.R', Weight: 0.279028 + Group: 'upper_arm.R', Weight: 0.309947 +Vertex 2418: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.057672 + Group: 'spine.004', Weight: 0.119274 + Group: 'shoulder.L', Weight: 0.040170 + Group: 'shoulder.R', Weight: 0.616169 + Group: 'upper_arm.R', Weight: 0.121978 +Vertex 2419: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.188897 + Group: 'shoulder.L', Weight: 0.006318 + Group: 'shoulder.R', Weight: 0.620573 + Group: 'upper_arm.R', Weight: 0.095450 +Vertex 2420: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.121891 + Group: 'shoulder.R', Weight: 0.714065 + Group: 'upper_arm.R', Weight: 0.112689 +Vertex 2421: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037592 + Group: 'spine.002', Weight: 0.615609 + Group: 'spine.003', Weight: 0.136524 + Group: 'shoulder.R', Weight: 0.047577 + Group: 'upper_arm.R', Weight: 0.140063 +Vertex 2422: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040045 + Group: 'spine.002', Weight: 0.540477 + Group: 'spine.003', Weight: 0.165664 + Group: 'shoulder.R', Weight: 0.068284 + Group: 'upper_arm.R', Weight: 0.159373 +Vertex 2423: +Vertex groups: 3 + Group: 'spine', Weight: 0.055545 + Group: 'spine.001', Weight: 0.335872 + Group: 'spine.002', Weight: 0.567362 +Vertex 2424: +Vertex groups: 5 + Group: 'spine', Weight: 0.053969 + Group: 'spine.001', Weight: 0.240867 + Group: 'spine.002', Weight: 0.617441 + Group: 'spine.003', Weight: 0.032999 + Group: 'upper_arm.R', Weight: 0.002919 +Vertex 2425: +Vertex groups: 3 + Group: 'spine', Weight: 0.225107 + Group: 'spine.001', Weight: 0.628855 + Group: 'spine.002', Weight: 0.132525 +Vertex 2426: +Vertex groups: 3 + Group: 'spine', Weight: 0.228771 + Group: 'spine.001', Weight: 0.591053 + Group: 'spine.002', Weight: 0.160404 +Vertex 2427: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.025627 + Group: 'spine.002', Weight: 0.624370 + Group: 'spine.003', Weight: 0.170239 + Group: 'shoulder.R', Weight: 0.047111 + Group: 'upper_arm.R', Weight: 0.106223 +Vertex 2428: +Vertex groups: 3 + Group: 'spine', Weight: 0.072265 + Group: 'spine.001', Weight: 0.507898 + Group: 'spine.002', Weight: 0.399332 +Vertex 2429: +Vertex groups: 3 + Group: 'spine', Weight: 0.273862 + Group: 'spine.001', Weight: 0.615482 + Group: 'spine.002', Weight: 0.099213 +Vertex 2430: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.053127 + Group: 'spine.002', Weight: 0.782426 + Group: 'spine.003', Weight: 0.100473 +Vertex 2431: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.030209 + Group: 'spine.002', Weight: 0.657479 + Group: 'spine.003', Weight: 0.183054 + Group: 'shoulder.R', Weight: 0.038029 + Group: 'upper_arm.R', Weight: 0.061578 +Vertex 2432: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.067277 + Group: 'spine.003', Weight: 0.191445 + Group: 'shoulder.R', Weight: 0.579370 + Group: 'upper_arm.R', Weight: 0.123812 +Vertex 2433: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.036560 + Group: 'spine.003', Weight: 0.135337 + Group: 'shoulder.R', Weight: 0.698336 + Group: 'upper_arm.R', Weight: 0.080268 +Vertex 2434: +Vertex groups: 3 + Group: 'spine', Weight: 0.197296 + Group: 'spine.001', Weight: 0.696526 + Group: 'spine.002', Weight: 0.097628 +Vertex 2435: +Vertex groups: 3 + Group: 'spine', Weight: 0.000205 + Group: 'spine.001', Weight: 0.280578 + Group: 'spine.002', Weight: 0.658642 +Vertex 2436: +Vertex groups: 3 + Group: 'spine', Weight: 0.045116 + Group: 'spine.001', Weight: 0.493107 + Group: 'spine.002', Weight: 0.437376 +Vertex 2437: +Vertex groups: 3 + Group: 'spine', Weight: 0.205274 + Group: 'spine.001', Weight: 0.677118 + Group: 'spine.002', Weight: 0.107753 +Vertex 2438: +Vertex groups: 3 + Group: 'spine', Weight: 0.742426 + Group: 'spine.001', Weight: 0.191317 + Group: 'spine.002', Weight: 0.021889 +Vertex 2439: +Vertex groups: 4 + Group: 'spine', Weight: 0.725094 + Group: 'spine.001', Weight: 0.205249 + Group: 'spine.002', Weight: 0.024488 + Group: 'spine1', Weight: 0.001281 +Vertex 2440: +Vertex groups: 3 + Group: 'spine', Weight: 0.855752 + Group: 'spine.001', Weight: 0.058736 + Group: 'spine1', Weight: 0.074173 +Vertex 2441: +Vertex groups: 3 + Group: 'spine', Weight: 0.865989 + Group: 'spine.001', Weight: 0.045474 + Group: 'spine1', Weight: 0.076916 +Vertex 2442: +Vertex groups: 3 + Group: 'spine', Weight: 0.849944 + Group: 'spine.001', Weight: 0.080402 + Group: 'spine1', Weight: 0.054881 +Vertex 2443: +Vertex groups: 4 + Group: 'spine', Weight: 0.785703 + Group: 'spine.001', Weight: 0.158027 + Group: 'spine.002', Weight: 0.002774 + Group: 'spine1', Weight: 0.000782 +Vertex 2444: +Vertex groups: 3 + Group: 'spine', Weight: 0.835425 + Group: 'spine.001', Weight: 0.096579 + Group: 'spine1', Weight: 0.048107 +Vertex 2445: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.076488 + Group: 'spine.004', Weight: 0.397825 + Group: 'shoulder.L', Weight: 0.114124 + Group: 'shoulder.R', Weight: 0.304119 + Group: 'upper_arm.R', Weight: 0.031882 +Vertex 2446: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.167250 + Group: 'spine.003', Weight: 0.389939 + Group: 'shoulder.L', Weight: 0.051825 + Group: 'shoulder.R', Weight: 0.187876 + Group: 'upper_arm.R', Weight: 0.131945 +Vertex 2447: +Vertex groups: 4 + Group: 'spine', Weight: 0.084576 + Group: 'spine.001', Weight: 0.283049 + Group: 'spine.002', Weight: 0.554933 + Group: 'spine.003', Weight: 0.033987 +Vertex 2448: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.026025 + Group: 'spine.002', Weight: 0.335978 + Group: 'spine.003', Weight: 0.316052 + Group: 'shoulder.R', Weight: 0.124305 + Group: 'upper_arm.R', Weight: 0.137844 +Vertex 2449: +Vertex groups: 4 + Group: 'spine', Weight: 0.131371 + Group: 'spine.001', Weight: 0.468998 + Group: 'spine.002', Weight: 0.348646 + Group: 'spine.003', Weight: 0.000622 +Vertex 2450: +Vertex groups: 3 + Group: 'spine', Weight: 0.543293 + Group: 'spine.001', Weight: 0.342630 + Group: 'spine.002', Weight: 0.090052 +Vertex 2451: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697639 + Group: 'spine.003', Weight: 0.149427 + Group: 'spine.001', Weight: 0.109503 + Group: 'upper_arm.R', Weight: 0.023569 + Group: 'shoulder.R', Weight: 0.019862 +Vertex 2452: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.695967 + Group: 'spine.001', Weight: 0.153436 + Group: 'spine.003', Weight: 0.096064 + Group: 'spine', Weight: 0.028682 + Group: 'upper_arm.R', Weight: 0.025850 +Vertex 2453: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.247883 + Group: 'upper_arm.R', Weight: 0.731330 +Vertex 2454: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.088248 + Group: 'upper_arm.R', Weight: 0.886784 +Vertex 2455: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.001240 + Group: 'spine.003', Weight: 0.056436 + Group: 'shoulder.R', Weight: 0.226596 + Group: 'upper_arm.R', Weight: 0.683407 +Vertex 2456: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.071559 + Group: 'spine.003', Weight: 0.133414 + Group: 'shoulder.R', Weight: 0.106451 + Group: 'upper_arm.R', Weight: 0.678746 +Vertex 2457: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.203380 + Group: 'upper_arm.R', Weight: 0.785124 +Vertex 2458: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.198324 + Group: 'upper_arm.R', Weight: 0.786249 +Vertex 2459: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.083055 + Group: 'upper_arm.R', Weight: 0.909608 +Vertex 2460: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.062360 + Group: 'upper_arm.R', Weight: 0.931375 +Vertex 2461: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.354784 + Group: 'upper_arm.R', Weight: 0.629870 +Vertex 2462: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.320088 + Group: 'upper_arm.R', Weight: 0.657036 +Vertex 2463: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.821501 + Group: 'upper_arm.R', Weight: 0.141761 +Vertex 2464: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.043323 + Group: 'shoulder.R', Weight: 0.769708 + Group: 'upper_arm.R', Weight: 0.163473 +Vertex 2465: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002327 + Group: 'shoulder.R', Weight: 0.657663 + Group: 'upper_arm.R', Weight: 0.302159 +Vertex 2466: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.703229 + Group: 'upper_arm.R', Weight: 0.270689 +Vertex 2467: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.574385 + Group: 'upper_arm.R', Weight: 0.408087 +Vertex 2468: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.697940 + Group: 'upper_arm.R', Weight: 0.275639 +Vertex 2469: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.084732 + Group: 'spine.003', Weight: 0.140544 + Group: 'shoulder.R', Weight: 0.097091 + Group: 'upper_arm.R', Weight: 0.666563 +Vertex 2470: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089541 + Group: 'spine.003', Weight: 0.119107 + Group: 'shoulder.R', Weight: 0.075175 + Group: 'upper_arm.R', Weight: 0.703322 +Vertex 2471: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.104395 + Group: 'spine.003', Weight: 0.118452 + Group: 'shoulder.R', Weight: 0.127159 + Group: 'upper_arm.R', Weight: 0.631542 +Vertex 2472: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990396 +Vertex 2473: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.975115 +Vertex 2474: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994473 +Vertex 2475: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996532 +Vertex 2476: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.962561 +Vertex 2477: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.959735 +Vertex 2478: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.969588 +Vertex 2479: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.616981 + Group: 'forearm.R', Weight: 0.382546 +Vertex 2480: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.419321 + Group: 'forearm.R', Weight: 0.580191 +Vertex 2481: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.607139 + Group: 'forearm.R', Weight: 0.392696 +Vertex 2482: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.370612 + Group: 'forearm.R', Weight: 0.629003 +Vertex 2483: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.410784 + Group: 'forearm.R', Weight: 0.588791 +Vertex 2484: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.375452 + Group: 'forearm.R', Weight: 0.624186 +Vertex 2485: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.411395 + Group: 'forearm.R', Weight: 0.588341 +Vertex 2486: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.798988 + Group: 'forearm.R', Weight: 0.200548 +Vertex 2487: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.729866 + Group: 'forearm.R', Weight: 0.269630 +Vertex 2488: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.723438 + Group: 'forearm.R', Weight: 0.275953 +Vertex 2489: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.754757 + Group: 'forearm.R', Weight: 0.244771 +Vertex 2490: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.892572 + Group: 'forearm.R', Weight: 0.107330 +Vertex 2491: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.750078 + Group: 'forearm.R', Weight: 0.249366 +Vertex 2492: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.795176 + Group: 'forearm.R', Weight: 0.204559 +Vertex 2493: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.002341 + Group: 'shoulder.R', Weight: 0.013730 + Group: 'upper_arm.R', Weight: 0.914455 +Vertex 2494: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.016725 + Group: 'shoulder.R', Weight: 0.010143 + Group: 'upper_arm.R', Weight: 0.905799 +Vertex 2495: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.059647 + Group: 'spine.003', Weight: 0.070426 + Group: 'shoulder.R', Weight: 0.077084 + Group: 'upper_arm.R', Weight: 0.780944 +Vertex 2496: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.045218 + Group: 'spine.003', Weight: 0.061592 + Group: 'shoulder.R', Weight: 0.048710 + Group: 'upper_arm.R', Weight: 0.833100 +Vertex 2497: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002684 + Group: 'spine.003', Weight: 0.028027 + Group: 'shoulder.R', Weight: 0.013757 + Group: 'upper_arm.R', Weight: 0.897858 +Vertex 2498: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.971917 +Vertex 2499: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990490 +Vertex 2500: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.000746 + Group: 'shoulder.R', Weight: 0.008349 + Group: 'upper_arm.R', Weight: 0.927473 +Vertex 2501: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.985854 +Vertex 2502: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.090056 + Group: 'spine.003', Weight: 0.138834 + Group: 'shoulder.R', Weight: 0.085176 + Group: 'upper_arm.R', Weight: 0.674138 +Vertex 2503: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.041748 + Group: 'spine.003', Weight: 0.066328 + Group: 'shoulder.R', Weight: 0.046082 + Group: 'upper_arm.R', Weight: 0.832450 +Vertex 2504: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.025338 + Group: 'spine.003', Weight: 0.074588 + Group: 'spine.004', Weight: 0.004522 + Group: 'shoulder.R', Weight: 0.374068 + Group: 'upper_arm.R', Weight: 0.452108 +Vertex 2505: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.212681 + Group: 'upper_arm.R', Weight: 0.752022 +Vertex 2506: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.086627 + Group: 'upper_arm.R', Weight: 0.888727 +Vertex 2507: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.008669 + Group: 'spine.004', Weight: 0.009307 + Group: 'shoulder.R', Weight: 0.538900 + Group: 'upper_arm.R', Weight: 0.368091 +Vertex 2508: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002101 + Group: 'spine.003', Weight: 0.035467 + Group: 'shoulder.R', Weight: 0.257138 + Group: 'upper_arm.R', Weight: 0.643777 +Vertex 2509: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.185788 + Group: 'upper_arm.R', Weight: 0.790940 +Vertex 2510: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.046643 + Group: 'upper_arm.R', Weight: 0.944114 +Vertex 2511: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.384844 + Group: 'upper_arm.R', Weight: 0.571450 +Vertex 2512: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052395 + Group: 'shoulder.R', Weight: 0.644064 + Group: 'upper_arm.R', Weight: 0.270150 +Vertex 2513: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012347 + Group: 'shoulder.R', Weight: 0.556416 + Group: 'upper_arm.R', Weight: 0.377202 +Vertex 2514: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051982 + Group: 'shoulder.R', Weight: 0.641143 + Group: 'upper_arm.R', Weight: 0.250324 +Vertex 2515: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063396 + Group: 'spine.003', Weight: 0.093602 + Group: 'shoulder.R', Weight: 0.307197 + Group: 'upper_arm.R', Weight: 0.495032 +Vertex 2516: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.156088 + Group: 'spine.003', Weight: 0.169356 + Group: 'shoulder.R', Weight: 0.218965 + Group: 'upper_arm.R', Weight: 0.416452 +Vertex 2517: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.112940 + Group: 'spine.003', Weight: 0.125573 + Group: 'shoulder.R', Weight: 0.198562 + Group: 'upper_arm.R', Weight: 0.534114 +Vertex 2518: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.984694 +Vertex 2519: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.971411 +Vertex 2520: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.995216 +Vertex 2521: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.963039 +Vertex 2522: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.972525 +Vertex 2523: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.538736 + Group: 'forearm.R', Weight: 0.461162 +Vertex 2524: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.697765 + Group: 'forearm.R', Weight: 0.302133 +Vertex 2525: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.369998 + Group: 'forearm.R', Weight: 0.629703 +Vertex 2526: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.463943 + Group: 'forearm.R', Weight: 0.535815 +Vertex 2527: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.728478 + Group: 'forearm.R', Weight: 0.271410 +Vertex 2528: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.757121 + Group: 'forearm.R', Weight: 0.242559 +Vertex 2529: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.810817 + Group: 'forearm.R', Weight: 0.188961 +Vertex 2530: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.715341 + Group: 'forearm.R', Weight: 0.284206 +Vertex 2531: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.902127 + Group: 'forearm.R', Weight: 0.097730 +Vertex 2532: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.008088 + Group: 'shoulder.R', Weight: 0.051082 + Group: 'upper_arm.R', Weight: 0.886800 +Vertex 2533: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.068758 + Group: 'spine.003', Weight: 0.078252 + Group: 'shoulder.R', Weight: 0.118841 + Group: 'upper_arm.R', Weight: 0.716708 +Vertex 2534: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.016554 + Group: 'spine.003', Weight: 0.031645 + Group: 'shoulder.R', Weight: 0.089507 + Group: 'upper_arm.R', Weight: 0.823601 +Vertex 2535: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.973471 +Vertex 2536: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.069644 + Group: 'upper_arm.R', Weight: 0.882113 +Vertex 2537: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990221 +Vertex 2538: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099942 + Group: 'spine.003', Weight: 0.123276 + Group: 'shoulder.R', Weight: 0.269760 + Group: 'upper_arm.R', Weight: 0.467892 +Vertex 2539: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.073578 + Group: 'spine.003', Weight: 0.089013 + Group: 'shoulder.R', Weight: 0.180178 + Group: 'upper_arm.R', Weight: 0.631233 +Vertex 2540: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.505114 + Group: 'upper_arm.R', Weight: 0.254650 + Group: 'spine.003', Weight: 0.146396 + Group: 'spine.002', Weight: 0.060672 + Group: 'shoulder.L', Weight: 0.033168 +Vertex 2541: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.245411 + Group: 'spine.003', Weight: 0.253314 + Group: 'shoulder.R', Weight: 0.168810 + Group: 'upper_arm.R', Weight: 0.279049 +Vertex 2542: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037458 + Group: 'spine.002', Weight: 0.419696 + Group: 'spine.003', Weight: 0.254370 + Group: 'shoulder.R', Weight: 0.095168 + Group: 'upper_arm.R', Weight: 0.155946 +Vertex 2543: +Vertex groups: 5 + Group: 'spine', Weight: 0.037258 + Group: 'spine.001', Weight: 0.177190 + Group: 'spine.002', Weight: 0.649288 + Group: 'spine.003', Weight: 0.064182 + Group: 'upper_arm.R', Weight: 0.019965 +Vertex 2544: +Vertex groups: 3 + Group: 'spine', Weight: 0.222576 + Group: 'spine.001', Weight: 0.548026 + Group: 'spine.002', Weight: 0.200599 +Vertex 2545: +Vertex groups: 3 + Group: 'spine', Weight: 0.706285 + Group: 'spine.001', Weight: 0.235627 + Group: 'spine.002', Weight: 0.022448 +Vertex 2546: +Vertex groups: 3 + Group: 'spine', Weight: 0.639857 + Group: 'spine.001', Weight: 0.290324 + Group: 'spine.002', Weight: 0.050101 +Vertex 2547: +Vertex groups: 2 + Group: 'spine', Weight: 0.761774 + Group: 'spine.001', Weight: 0.188233 +Vertex 2548: +Vertex groups: 2 + Group: 'spine', Weight: 0.729144 + Group: 'spine.001', Weight: 0.232868 +Vertex 2549: +Vertex groups: 2 + Group: 'spine', Weight: 0.762008 + Group: 'spine.001', Weight: 0.195082 +Vertex 2550: +Vertex groups: 3 + Group: 'spine', Weight: 0.563564 + Group: 'spine.001', Weight: 0.334574 + Group: 'spine.002', Weight: 0.078082 +Vertex 2551: +Vertex groups: 3 + Group: 'spine', Weight: 0.591492 + Group: 'spine.001', Weight: 0.313350 + Group: 'spine.002', Weight: 0.072864 +Vertex 2552: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086473 + Group: 'shoulder.R', Weight: 0.786143 + Group: 'upper_arm.R', Weight: 0.095030 +Vertex 2553: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.041707 + Group: 'shoulder.R', Weight: 0.875085 + Group: 'upper_arm.R', Weight: 0.056690 +Vertex 2554: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.449330 + Group: 'spine.003', Weight: 0.247195 + Group: 'upper_arm.R', Weight: 0.139267 + Group: 'shoulder.L', Weight: 0.084065 + Group: 'spine.002', Weight: 0.080143 +Vertex 2555: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.085529 + Group: 'spine.002', Weight: 0.673590 + Group: 'spine.003', Weight: 0.097798 + Group: 'shoulder.R', Weight: 0.023191 + Group: 'upper_arm.R', Weight: 0.078905 +Vertex 2556: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.094811 + Group: 'spine.002', Weight: 0.724452 + Group: 'spine.003', Weight: 0.073570 + Group: 'upper_arm.R', Weight: 0.059219 +Vertex 2557: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.087944 + Group: 'spine.002', Weight: 0.764092 + Group: 'spine.003', Weight: 0.074578 + Group: 'upper_arm.R', Weight: 0.021017 +Vertex 2558: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.078764 + Group: 'spine.002', Weight: 0.799966 + Group: 'spine.003', Weight: 0.070267 +Vertex 2559: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.081953 + Group: 'spine.002', Weight: 0.788660 + Group: 'spine.003', Weight: 0.070992 +Vertex 2560: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.448792 + Group: 'spine.003', Weight: 0.335928 + Group: 'shoulder.R', Weight: 0.086686 + Group: 'upper_arm.R', Weight: 0.080699 + Group: 'spine.001', Weight: 0.047895 +Vertex 2561: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.070447 + Group: 'spine.002', Weight: 0.557713 + Group: 'spine.003', Weight: 0.188047 + Group: 'shoulder.R', Weight: 0.061851 + Group: 'upper_arm.R', Weight: 0.076809 +Vertex 2562: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.080172 + Group: 'spine.002', Weight: 0.611435 + Group: 'spine.003', Weight: 0.140500 + Group: 'shoulder.R', Weight: 0.050254 + Group: 'upper_arm.R', Weight: 0.082673 +Vertex 2563: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.508881 + Group: 'spine.004', Weight: 0.322154 + Group: 'upper_arm.R', Weight: 0.064601 + Group: 'shoulder.L', Weight: 0.064531 + Group: 'spine.003', Weight: 0.039834 +Vertex 2564: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.605657 + Group: 'spine.004', Weight: 0.282927 + Group: 'upper_arm.R', Weight: 0.079699 + Group: 'shoulder.L', Weight: 0.021376 + Group: 'spine.005', Weight: 0.010342 +Vertex 2565: +Vertex groups: 3 + Group: 'spine', Weight: 0.818105 + Group: 'spine.001', Weight: 0.136609 + Group: 'spine1', Weight: 0.009114 +Vertex 2566: +Vertex groups: 3 + Group: 'spine', Weight: 0.826209 + Group: 'spine.001', Weight: 0.118691 + Group: 'spine1', Weight: 0.022843 +Vertex 2567: +Vertex groups: 3 + Group: 'spine', Weight: 0.783926 + Group: 'spine.001', Weight: 0.159821 + Group: 'spine1', Weight: 0.006554 +Vertex 2568: +Vertex groups: 3 + Group: 'spine', Weight: 0.733121 + Group: 'spine.001', Weight: 0.208260 + Group: 'spine.002', Weight: 0.018981 +Vertex 2569: +Vertex groups: 3 + Group: 'spine', Weight: 0.692627 + Group: 'spine.001', Weight: 0.235259 + Group: 'spine.002', Weight: 0.042500 +Vertex 2570: +Vertex groups: 3 + Group: 'spine', Weight: 0.841355 + Group: 'spine.001', Weight: 0.112356 + Group: 'spine1', Weight: 0.017119 +Vertex 2571: +Vertex groups: 3 + Group: 'spine', Weight: 0.648221 + Group: 'spine.001', Weight: 0.275826 + Group: 'spine.002', Weight: 0.046063 +Vertex 2572: +Vertex groups: 3 + Group: 'spine', Weight: 0.834613 + Group: 'spine.001', Weight: 0.073451 + Group: 'spine1', Weight: 0.071816 +Vertex 2573: +Vertex groups: 3 + Group: 'spine', Weight: 0.827009 + Group: 'spine.001', Weight: 0.096089 + Group: 'spine1', Weight: 0.051956 +Vertex 2574: +Vertex groups: 2 + Group: 'spine', Weight: 0.637811 + Group: 'spine1', Weight: 0.331536 +Vertex 2575: +Vertex groups: 2 + Group: 'spine', Weight: 0.651356 + Group: 'spine1', Weight: 0.320029 +Vertex 2576: +Vertex groups: 2 + Group: 'spine', Weight: 0.659752 + Group: 'spine1', Weight: 0.307311 +Vertex 2577: +Vertex groups: 3 + Group: 'spine', Weight: 0.791770 + Group: 'spine.001', Weight: 0.023872 + Group: 'spine1', Weight: 0.153510 +Vertex 2578: +Vertex groups: 2 + Group: 'spine', Weight: 0.698372 + Group: 'spine1', Weight: 0.264852 +Vertex 2579: +Vertex groups: 3 + Group: 'spine', Weight: 0.751218 + Group: 'spine.001', Weight: 0.176140 + Group: 'spine.002', Weight: 0.031987 +Vertex 2580: +Vertex groups: 3 + Group: 'spine', Weight: 0.714206 + Group: 'spine.001', Weight: 0.208219 + Group: 'spine.002', Weight: 0.047772 +Vertex 2581: +Vertex groups: 2 + Group: 'spine.004', Weight: 0.080729 + Group: 'shoulder.R', Weight: 0.862344 +Vertex 2582: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004299 + Group: 'spine.004', Weight: 0.072657 + Group: 'shoulder.R', Weight: 0.849531 +Vertex 2583: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.113807 + Group: 'shoulder.R', Weight: 0.813472 + Group: 'upper_arm.R', Weight: 0.020196 +Vertex 2584: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.145395 + Group: 'spine.005', Weight: 0.002736 + Group: 'shoulder.R', Weight: 0.739762 + Group: 'upper_arm.R', Weight: 0.065155 +Vertex 2585: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.209294 + Group: 'spine.005', Weight: 0.014019 + Group: 'shoulder.R', Weight: 0.634272 + Group: 'upper_arm.R', Weight: 0.075906 +Vertex 2586: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052095 + Group: 'spine.005', Weight: 0.567285 + Group: 'Head', Weight: 0.375972 +Vertex 2587: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.068323 + Group: 'spine.005', Weight: 0.664961 + Group: 'Head', Weight: 0.256808 +Vertex 2588: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066907 + Group: 'spine.005', Weight: 0.567929 + Group: 'Head', Weight: 0.351486 +Vertex 2589: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.060930 + Group: 'spine.005', Weight: 0.597686 + Group: 'Head', Weight: 0.335662 +Vertex 2590: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.022392 + Group: 'spine.005', Weight: 0.588036 + Group: 'Head', Weight: 0.372398 +Vertex 2591: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.522346 + Group: 'Head', Weight: 0.453027 +Vertex 2592: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489957 + Group: 'Head', Weight: 0.490691 +Vertex 2593: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.422736 + Group: 'Head', Weight: 0.564101 +Vertex 2594: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352635 + Group: 'Head', Weight: 0.636953 +Vertex 2595: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.334243 + Group: 'Head', Weight: 0.655445 +Vertex 2596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.263741 + Group: 'Head', Weight: 0.727873 +Vertex 2597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258323 + Group: 'Head', Weight: 0.733868 +Vertex 2598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.248660 + Group: 'Head', Weight: 0.744209 +Vertex 2599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.240736 + Group: 'Head', Weight: 0.752725 +Vertex 2600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114548 + Group: 'Head', Weight: 0.881480 +Vertex 2601: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177975 + Group: 'Head', Weight: 0.816625 +Vertex 2602: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177656 + Group: 'Head', Weight: 0.816856 +Vertex 2603: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.188982 + Group: 'Head', Weight: 0.804904 +Vertex 2604: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.261078 + Group: 'Head', Weight: 0.729637 +Vertex 2605: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.187969 + Group: 'Head', Weight: 0.804763 +Vertex 2606: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192679 + Group: 'Head', Weight: 0.800540 +Vertex 2607: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125705 + Group: 'Head', Weight: 0.870012 +Vertex 2608: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139190 + Group: 'Head', Weight: 0.856236 +Vertex 2609: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143020 + Group: 'Head', Weight: 0.852255 +Vertex 2610: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152477 + Group: 'Head', Weight: 0.842414 +Vertex 2611: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128576 + Group: 'Head', Weight: 0.866960 +Vertex 2612: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139273 + Group: 'Head', Weight: 0.855977 +Vertex 2613: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169114 + Group: 'Head', Weight: 0.825198 +Vertex 2614: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178287 + Group: 'Head', Weight: 0.815474 +Vertex 2615: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178495 + Group: 'Head', Weight: 0.814618 +Vertex 2616: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144577 + Group: 'Head', Weight: 0.848145 +Vertex 2617: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118691 + Group: 'Head', Weight: 0.874308 +Vertex 2618: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093872 + Group: 'Head', Weight: 0.900726 +Vertex 2619: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089658 + Group: 'Head', Weight: 0.905545 +Vertex 2620: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084540 + Group: 'Head', Weight: 0.911770 +Vertex 2621: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093792 + Group: 'Head', Weight: 0.902555 +Vertex 2622: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113392 + Group: 'Head', Weight: 0.882508 +Vertex 2623: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065502 + Group: 'Head', Weight: 0.931820 +Vertex 2624: +Vertex groups: 1 + Group: 'Head', Weight: 0.984502 +Vertex 2625: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.000026 + Group: 'Head', Weight: 0.973705 +Vertex 2626: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075654 + Group: 'Head', Weight: 0.921382 +Vertex 2627: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074753 + Group: 'Head', Weight: 0.922249 +Vertex 2628: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078572 + Group: 'Head', Weight: 0.918189 +Vertex 2629: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074465 + Group: 'Head', Weight: 0.922132 +Vertex 2630: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065478 + Group: 'Head', Weight: 0.931764 +Vertex 2631: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.063358 + Group: 'Head', Weight: 0.933778 +Vertex 2632: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061853 + Group: 'Head', Weight: 0.934993 +Vertex 2633: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179798 + Group: 'Head', Weight: 0.794379 +Vertex 2634: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.036850 + Group: 'spine.005', Weight: 0.585687 + Group: 'Head', Weight: 0.366939 +Vertex 2635: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066516 + Group: 'spine.005', Weight: 0.639345 + Group: 'Head', Weight: 0.286814 +Vertex 2636: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.045976 + Group: 'spine.005', Weight: 0.601046 + Group: 'Head', Weight: 0.346309 +Vertex 2637: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.040291 + Group: 'spine.005', Weight: 0.612684 + Group: 'Head', Weight: 0.337279 +Vertex 2638: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008456 + Group: 'spine.005', Weight: 0.570445 + Group: 'Head', Weight: 0.397529 +Vertex 2639: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011011 + Group: 'spine.005', Weight: 0.570932 + Group: 'Head', Weight: 0.395570 +Vertex 2640: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510477 + Group: 'Head', Weight: 0.463442 +Vertex 2641: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.394134 + Group: 'Head', Weight: 0.593185 +Vertex 2642: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.385943 + Group: 'Head', Weight: 0.602592 +Vertex 2643: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.490931 + Group: 'Head', Weight: 0.488143 +Vertex 2644: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.446949 + Group: 'Head', Weight: 0.537017 +Vertex 2645: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.488354 + Group: 'Head', Weight: 0.489538 +Vertex 2646: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.501522 + Group: 'Head', Weight: 0.477396 +Vertex 2647: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.528758 + Group: 'Head', Weight: 0.445052 +Vertex 2648: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.499719 + Group: 'Head', Weight: 0.478134 +Vertex 2649: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510848 + Group: 'Head', Weight: 0.464750 +Vertex 2650: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002961 + Group: 'spine.005', Weight: 0.542612 + Group: 'Head', Weight: 0.428161 +Vertex 2651: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011936 + Group: 'spine.005', Weight: 0.564865 + Group: 'Head', Weight: 0.400961 +Vertex 2652: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.484535 + Group: 'Head', Weight: 0.488702 +Vertex 2653: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.429591 + Group: 'Head', Weight: 0.552179 +Vertex 2654: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459048 + Group: 'Head', Weight: 0.521584 +Vertex 2655: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425182 + Group: 'Head', Weight: 0.560343 +Vertex 2656: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.405743 + Group: 'Head', Weight: 0.581998 +Vertex 2657: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026506 + Group: 'spine.005', Weight: 0.587806 + Group: 'Head', Weight: 0.370237 +Vertex 2658: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020310 + Group: 'spine.005', Weight: 0.577913 + Group: 'Head', Weight: 0.383203 +Vertex 2659: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302600 + Group: 'Head', Weight: 0.687761 +Vertex 2660: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310862 + Group: 'Head', Weight: 0.678144 +Vertex 2661: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156924 + Group: 'Head', Weight: 0.836113 +Vertex 2662: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.182748 + Group: 'Head', Weight: 0.809282 +Vertex 2663: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258350 + Group: 'Head', Weight: 0.730403 +Vertex 2664: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169058 + Group: 'Head', Weight: 0.822287 +Vertex 2665: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.292446 + Group: 'Head', Weight: 0.693179 +Vertex 2666: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153634 + Group: 'Head', Weight: 0.836910 +Vertex 2667: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249768 + Group: 'Head', Weight: 0.735917 +Vertex 2668: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138435 + Group: 'Head', Weight: 0.850924 +Vertex 2669: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216880 + Group: 'Head', Weight: 0.766904 +Vertex 2670: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.322560 + Group: 'Head', Weight: 0.663794 +Vertex 2671: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.415826 + Group: 'Head', Weight: 0.563357 +Vertex 2672: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352825 + Group: 'Head', Weight: 0.630415 +Vertex 2673: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013443 + Group: 'Head', Weight: 0.966633 +Vertex 2674: +Vertex groups: 1 + Group: 'Head', Weight: 0.974792 +Vertex 2675: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.005276 + Group: 'Head', Weight: 0.970343 +Vertex 2676: +Vertex groups: 1 + Group: 'Head', Weight: 0.990618 +Vertex 2677: +Vertex groups: 1 + Group: 'Head', Weight: 0.995798 +Vertex 2678: +Vertex groups: 1 + Group: 'Head', Weight: 0.988467 +Vertex 2679: +Vertex groups: 1 + Group: 'Head', Weight: 0.985852 +Vertex 2680: +Vertex groups: 1 + Group: 'Head', Weight: 0.982322 +Vertex 2681: +Vertex groups: 1 + Group: 'Head', Weight: 0.990157 +Vertex 2682: +Vertex groups: 1 + Group: 'Head', Weight: 0.985077 +Vertex 2683: +Vertex groups: 1 + Group: 'Head', Weight: 0.984377 +Vertex 2684: +Vertex groups: 1 + Group: 'Head', Weight: 0.979113 +Vertex 2685: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.465327 + Group: 'Head', Weight: 0.508463 +Vertex 2686: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146344 + Group: 'Head', Weight: 0.848600 +Vertex 2687: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131076 + Group: 'Head', Weight: 0.864280 +Vertex 2688: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138732 + Group: 'Head', Weight: 0.856427 +Vertex 2689: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156808 + Group: 'Head', Weight: 0.837788 +Vertex 2690: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169431 + Group: 'Head', Weight: 0.824595 +Vertex 2691: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.171778 + Group: 'Head', Weight: 0.821667 +Vertex 2692: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.140771 + Group: 'Head', Weight: 0.852644 +Vertex 2693: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125453 + Group: 'Head', Weight: 0.868200 +Vertex 2694: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104888 + Group: 'Head', Weight: 0.889648 +Vertex 2695: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099618 + Group: 'Head', Weight: 0.895381 +Vertex 2696: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.092393 + Group: 'Head', Weight: 0.903597 +Vertex 2697: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104170 + Group: 'Head', Weight: 0.891764 +Vertex 2698: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117873 + Group: 'Head', Weight: 0.877786 +Vertex 2699: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156890 + Group: 'Head', Weight: 0.836367 +Vertex 2700: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099856 + Group: 'Head', Weight: 0.893917 +Vertex 2701: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115450 + Group: 'Head', Weight: 0.878446 +Vertex 2702: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086247 + Group: 'Head', Weight: 0.909478 +Vertex 2703: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093477 + Group: 'Head', Weight: 0.902081 +Vertex 2704: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105023 + Group: 'Head', Weight: 0.886720 +Vertex 2705: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074025 + Group: 'Head', Weight: 0.922098 +Vertex 2706: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073661 + Group: 'Head', Weight: 0.921772 +Vertex 2707: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074402 + Group: 'Head', Weight: 0.919956 +Vertex 2708: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.083241 + Group: 'Head', Weight: 0.909894 +Vertex 2709: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061895 + Group: 'Head', Weight: 0.934450 +Vertex 2710: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050266 + Group: 'Head', Weight: 0.945730 +Vertex 2711: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.054347 + Group: 'Head', Weight: 0.940419 +Vertex 2712: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075791 + Group: 'Head', Weight: 0.916288 +Vertex 2713: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.011454 + Group: 'Head', Weight: 0.966730 +Vertex 2714: +Vertex groups: 1 + Group: 'Head', Weight: 0.976859 +Vertex 2715: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021011 + Group: 'Head', Weight: 0.961245 +Vertex 2716: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.017023 + Group: 'Head', Weight: 0.962716 +Vertex 2717: +Vertex groups: 1 + Group: 'Head', Weight: 0.978403 +Vertex 2718: +Vertex groups: 1 + Group: 'Head', Weight: 0.971827 +Vertex 2719: +Vertex groups: 1 + Group: 'Head', Weight: 0.992903 +Vertex 2720: +Vertex groups: 1 + Group: 'Head', Weight: 0.982614 +Vertex 2721: +Vertex groups: 1 + Group: 'Head', Weight: 0.987908 +Vertex 2722: +Vertex groups: 1 + Group: 'Head', Weight: 0.975700 +Vertex 2723: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026052 + Group: 'spine.005', Weight: 0.610206 + Group: 'Head', Weight: 0.346694 +Vertex 2724: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.387845 + Group: 'Head', Weight: 0.591780 +Vertex 2725: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.362228 + Group: 'Head', Weight: 0.610870 +Vertex 2726: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.031343 + Group: 'spine.005', Weight: 0.562393 + Group: 'Head', Weight: 0.389795 +Vertex 2727: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.065086 + Group: 'spine.005', Weight: 0.614989 + Group: 'Head', Weight: 0.307872 +Vertex 2728: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.096740 + Group: 'Head', Weight: 0.893420 +Vertex 2729: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128451 + Group: 'Head', Weight: 0.859199 +Vertex 2730: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.200078 + Group: 'Head', Weight: 0.781609 +Vertex 2731: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.545890 + Group: 'Head', Weight: 0.427761 +Vertex 2732: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177425 + Group: 'Head', Weight: 0.801743 +Vertex 2733: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311372 + Group: 'Head', Weight: 0.659662 +Vertex 2734: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.010858 + Group: 'Head', Weight: 0.964934 +Vertex 2735: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013539 + Group: 'Head', Weight: 0.961929 +Vertex 2736: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.019678 + Group: 'Head', Weight: 0.956807 +Vertex 2737: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050346 + Group: 'Head', Weight: 0.942629 +Vertex 2738: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.057381 + Group: 'Head', Weight: 0.932257 +Vertex 2739: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064054 + Group: 'Head', Weight: 0.922756 +Vertex 2740: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073974 + Group: 'Head', Weight: 0.916368 +Vertex 2741: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087343 + Group: 'Head', Weight: 0.898774 +Vertex 2742: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098427 + Group: 'Head', Weight: 0.889267 +Vertex 2743: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126510 + Group: 'Head', Weight: 0.858299 +Vertex 2744: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105018 + Group: 'Head', Weight: 0.879239 +Vertex 2745: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124000 + Group: 'Head', Weight: 0.857769 +Vertex 2746: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108583 + Group: 'Head', Weight: 0.863028 +Vertex 2747: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010577 + Group: 'spine.005', Weight: 0.135060 + Group: 'Head', Weight: 0.828214 +Vertex 2748: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.008297 + Group: 'Head', Weight: 0.960434 +Vertex 2749: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.002603 + Group: 'Head', Weight: 0.965845 +Vertex 2750: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.043092 + Group: 'Head', Weight: 0.937568 +Vertex 2751: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.031361 + Group: 'Head', Weight: 0.947827 +Vertex 2752: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.057894 + Group: 'spine.005', Weight: 0.446854 + Group: 'Head', Weight: 0.482832 +Vertex 2753: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.062301 + Group: 'spine.005', Weight: 0.283651 + Group: 'Head', Weight: 0.640439 +Vertex 2754: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051734 + Group: 'spine.005', Weight: 0.207519 + Group: 'Head', Weight: 0.729624 +Vertex 2755: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002130 + Group: 'spine.005', Weight: 0.097674 + Group: 'Head', Weight: 0.870765 +Vertex 2756: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078001 + Group: 'Head', Weight: 0.898961 +Vertex 2757: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074752 + Group: 'Head', Weight: 0.907707 +Vertex 2758: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035074 + Group: 'spine.005', Weight: 0.229757 + Group: 'Head', Weight: 0.718558 +Vertex 2759: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030970 + Group: 'spine.005', Weight: 0.294780 + Group: 'Head', Weight: 0.656145 +Vertex 2760: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026908 + Group: 'spine.005', Weight: 0.177489 + Group: 'Head', Weight: 0.775827 +Vertex 2761: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082699 + Group: 'Head', Weight: 0.901777 +Vertex 2762: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090233 + Group: 'Head', Weight: 0.890527 +Vertex 2763: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.003383 + Group: 'Head', Weight: 0.962247 +Vertex 2764: +Vertex groups: 1 + Group: 'Head', Weight: 0.964419 +Vertex 2765: +Vertex groups: 1 + Group: 'Head', Weight: 0.969561 +Vertex 2766: +Vertex groups: 1 + Group: 'Head', Weight: 0.974104 +Vertex 2767: +Vertex groups: 1 + Group: 'Head', Weight: 0.972450 +Vertex 2768: +Vertex groups: 1 + Group: 'Head', Weight: 0.975014 +Vertex 2769: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 2770: +Vertex groups: 1 + Group: 'Head', Weight: 0.982798 +Vertex 2771: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.045370 + Group: 'Head', Weight: 0.933335 +Vertex 2772: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064553 + Group: 'Head', Weight: 0.909213 +Vertex 2773: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021591 + Group: 'Head', Weight: 0.950010 +Vertex 2774: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.018074 + Group: 'Head', Weight: 0.951141 +Vertex 2775: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.012025 + Group: 'Head', Weight: 0.954427 +Vertex 2776: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.038347 + Group: 'Head', Weight: 0.935738 +Vertex 2777: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.033368 + Group: 'Head', Weight: 0.937885 +Vertex 2778: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060316 + Group: 'Head', Weight: 0.911243 +Vertex 2779: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000546 + Group: 'spine.005', Weight: 0.059063 + Group: 'Head', Weight: 0.910457 +Vertex 2780: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010936 + Group: 'spine.005', Weight: 0.087139 + Group: 'Head', Weight: 0.876030 +Vertex 2781: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.019559 + Group: 'spine.005', Weight: 0.085076 + Group: 'Head', Weight: 0.872939 +Vertex 2782: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.067228 + Group: 'spine.005', Weight: 0.187038 + Group: 'Head', Weight: 0.731515 +Vertex 2783: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.081745 + Group: 'spine.005', Weight: 0.181042 + Group: 'Head', Weight: 0.720235 +Vertex 2784: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099341 + Group: 'spine.005', Weight: 0.268419 + Group: 'Head', Weight: 0.611005 +Vertex 2785: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.124924 + Group: 'spine.005', Weight: 0.258763 + Group: 'Head', Weight: 0.590319 +Vertex 2786: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.027233 + Group: 'spine.005', Weight: 0.084614 + Group: 'Head', Weight: 0.868832 +Vertex 2787: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093609 + Group: 'spine.005', Weight: 0.175734 + Group: 'Head', Weight: 0.711589 +Vertex 2788: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.142770 + Group: 'spine.005', Weight: 0.245967 + Group: 'Head', Weight: 0.582388 +Vertex 2789: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.087461 + Group: 'spine.005', Weight: 0.599441 + Group: 'Head', Weight: 0.294760 +Vertex 2790: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.555120 + Group: 'spine.005', Weight: 0.060452 + Group: 'shoulder.R', Weight: 0.329378 +Vertex 2791: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.108521 + Group: 'spine.005', Weight: 0.598523 + Group: 'Head', Weight: 0.284145 +Vertex 2792: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.101551 + Group: 'spine.005', Weight: 0.659784 + Group: 'Head', Weight: 0.228932 +Vertex 2793: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093310 + Group: 'spine.005', Weight: 0.697718 + Group: 'Head', Weight: 0.197329 +Vertex 2794: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.566766 + Group: 'spine.005', Weight: 0.086386 + Group: 'shoulder.R', Weight: 0.306322 +Vertex 2795: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.117270 + Group: 'spine.005', Weight: 0.664714 + Group: 'Head', Weight: 0.195555 +Vertex 2796: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.543655 + Group: 'spine.005', Weight: 0.102767 + Group: 'shoulder.R', Weight: 0.306226 +Vertex 2797: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.120931 + Group: 'spine.005', Weight: 0.628580 + Group: 'Head', Weight: 0.224454 +Vertex 2798: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.519295 + Group: 'spine.005', Weight: 0.110388 + Group: 'Head', Weight: 0.018355 + Group: 'shoulder.R', Weight: 0.295590 +Vertex 2799: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.161085 + Group: 'spine.005', Weight: 0.521009 + Group: 'Head', Weight: 0.281155 + Group: 'shoulder.R', Weight: 0.005506 +Vertex 2800: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.537114 + Group: 'spine.005', Weight: 0.101659 + Group: 'Head', Weight: 0.027663 + Group: 'shoulder.R', Weight: 0.263813 +Vertex 2801: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.202946 + Group: 'spine.005', Weight: 0.460022 + Group: 'Head', Weight: 0.293144 + Group: 'shoulder.R', Weight: 0.011467 +Vertex 2802: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.586151 + Group: 'spine.005', Weight: 0.097345 + Group: 'Head', Weight: 0.041167 + Group: 'shoulder.L', Weight: 0.027749 + Group: 'shoulder.R', Weight: 0.190810 +Vertex 2803: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.232028 + Group: 'spine.005', Weight: 0.409045 + Group: 'Head', Weight: 0.310800 + Group: 'shoulder.R', Weight: 0.010374 +Vertex 2804: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.611670 + Group: 'spine.005', Weight: 0.093929 + Group: 'Head', Weight: 0.047873 + Group: 'shoulder.L', Weight: 0.062191 + Group: 'shoulder.R', Weight: 0.139834 +Vertex 2805: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.238689 + Group: 'spine.005', Weight: 0.367794 + Group: 'Head', Weight: 0.345807 + Group: 'shoulder.R', Weight: 0.000082 +Vertex 2806: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.354911 + Group: 'spine.005', Weight: 0.574934 + Group: 'Head', Weight: 0.049723 +Vertex 2807: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.242191 + Group: 'spine.005', Weight: 0.663574 + Group: 'Head', Weight: 0.062973 + Group: 'shoulder.R', Weight: 0.002854 +Vertex 2808: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088516 + Group: 'spine.005', Weight: 0.619611 + Group: 'Head', Weight: 0.275012 +Vertex 2809: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.229807 + Group: 'spine.005', Weight: 0.630970 + Group: 'Head', Weight: 0.094076 + Group: 'shoulder.R', Weight: 0.028926 +Vertex 2810: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.215392 + Group: 'spine.005', Weight: 0.618870 + Group: 'Head', Weight: 0.118128 + Group: 'shoulder.R', Weight: 0.031857 +Vertex 2811: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295443 + Group: 'spine.005', Weight: 0.491121 + Group: 'Head', Weight: 0.140225 + Group: 'shoulder.R', Weight: 0.058966 +Vertex 2812: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.414664 + Group: 'spine.005', Weight: 0.351695 + Group: 'Head', Weight: 0.144773 + Group: 'shoulder.R', Weight: 0.066500 +Vertex 2813: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.443028 + Group: 'spine.005', Weight: 0.305248 + Group: 'Head', Weight: 0.160131 + Group: 'shoulder.R', Weight: 0.060492 +Vertex 2814: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.437991 + Group: 'spine.005', Weight: 0.292473 + Group: 'Head', Weight: 0.184884 + Group: 'shoulder.L', Weight: 0.003794 + Group: 'shoulder.R', Weight: 0.040116 +Vertex 2815: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.024385 + Group: 'spine.004', Weight: 0.597908 + Group: 'spine.005', Weight: 0.026243 + Group: 'shoulder.L', Weight: 0.058580 + Group: 'shoulder.R', Weight: 0.258814 +Vertex 2816: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086745 + Group: 'Head', Weight: 0.909882 +Vertex 2817: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097583 + Group: 'Head', Weight: 0.898865 +Vertex 2818: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098882 + Group: 'Head', Weight: 0.897487 +Vertex 2819: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.476310 + Group: 'Head', Weight: 0.505893 +Vertex 2820: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459871 + Group: 'Head', Weight: 0.524016 +Vertex 2821: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.438711 + Group: 'Head', Weight: 0.547050 +Vertex 2822: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.480740 + Group: 'Head', Weight: 0.499818 +Vertex 2823: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.470653 + Group: 'Head', Weight: 0.511041 +Vertex 2824: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.458463 + Group: 'Head', Weight: 0.524382 +Vertex 2825: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.481728 + Group: 'Head', Weight: 0.497947 +Vertex 2826: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.126579 + Group: 'spine.004', Weight: 0.175172 + Group: 'shoulder.L', Weight: 0.105889 + Group: 'shoulder.R', Weight: 0.461432 + Group: 'upper_arm.R', Weight: 0.068807 +Vertex 2827: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260691 + Group: 'Head', Weight: 0.732407 +Vertex 2828: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285801 + Group: 'Head', Weight: 0.706682 +Vertex 2829: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.295622 + Group: 'Head', Weight: 0.696403 +Vertex 2830: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.300715 + Group: 'Head', Weight: 0.691013 +Vertex 2831: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306705 + Group: 'Head', Weight: 0.684721 +Vertex 2832: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325721 + Group: 'Head', Weight: 0.664929 +Vertex 2833: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.349080 + Group: 'Head', Weight: 0.640697 +Vertex 2834: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.384061 + Group: 'Head', Weight: 0.604603 +Vertex 2835: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.406154 + Group: 'Head', Weight: 0.581656 +Vertex 2836: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311748 + Group: 'Head', Weight: 0.679425 +Vertex 2837: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293276 + Group: 'Head', Weight: 0.698475 +Vertex 2838: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306633 + Group: 'Head', Weight: 0.683685 +Vertex 2839: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302269 + Group: 'Head', Weight: 0.689284 +Vertex 2840: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.317559 + Group: 'Head', Weight: 0.673128 +Vertex 2841: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310714 + Group: 'Head', Weight: 0.680152 +Vertex 2842: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.324092 + Group: 'Head', Weight: 0.666187 +Vertex 2843: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315360 + Group: 'Head', Weight: 0.675040 +Vertex 2844: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330140 + Group: 'Head', Weight: 0.659899 +Vertex 2845: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.320943 + Group: 'Head', Weight: 0.669172 +Vertex 2846: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298434 + Group: 'Head', Weight: 0.693392 +Vertex 2847: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293956 + Group: 'Head', Weight: 0.698097 +Vertex 2848: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.282764 + Group: 'Head', Weight: 0.709540 +Vertex 2849: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259568 + Group: 'Head', Weight: 0.733216 +Vertex 2850: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298449 + Group: 'Head', Weight: 0.693213 +Vertex 2851: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.296050 + Group: 'Head', Weight: 0.695081 +Vertex 2852: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.288900 + Group: 'Head', Weight: 0.702194 +Vertex 2853: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298305 + Group: 'Head', Weight: 0.692316 +Vertex 2854: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.340373 + Group: 'Head', Weight: 0.649718 +Vertex 2855: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.338404 + Group: 'Head', Weight: 0.651426 +Vertex 2856: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341554 + Group: 'Head', Weight: 0.648320 +Vertex 2857: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341748 + Group: 'Head', Weight: 0.648241 +Vertex 2858: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.054470 + Group: 'spine.005', Weight: 0.570817 + Group: 'Head', Weight: 0.369811 +Vertex 2859: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.347826 + Group: 'Head', Weight: 0.641730 +Vertex 2860: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.038931 + Group: 'spine.005', Weight: 0.587193 + Group: 'Head', Weight: 0.364241 +Vertex 2861: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006882 + Group: 'spine.005', Weight: 0.563146 + Group: 'Head', Weight: 0.405641 +Vertex 2862: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.393031 + Group: 'Head', Weight: 0.594911 +Vertex 2863: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.433498 + Group: 'Head', Weight: 0.552217 +Vertex 2864: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489176 + Group: 'Head', Weight: 0.490975 +Vertex 2865: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.511864 + Group: 'Head', Weight: 0.464612 +Vertex 2866: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.495970 + Group: 'Head', Weight: 0.483075 +Vertex 2867: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.413547 + Group: 'Head', Weight: 0.573414 +Vertex 2868: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.021335 + Group: 'spine.005', Weight: 0.584834 + Group: 'Head', Weight: 0.376131 +Vertex 2869: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.105669 + Group: 'spine.005', Weight: 0.606498 + Group: 'Head', Weight: 0.278921 +Vertex 2870: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.183947 + Group: 'spine.005', Weight: 0.664983 + Group: 'Head', Weight: 0.138130 +Vertex 2871: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459480 + Group: 'Head', Weight: 0.524091 +Vertex 2872: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.443051 + Group: 'Head', Weight: 0.542036 +Vertex 2873: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.477048 + Group: 'Head', Weight: 0.504781 +Vertex 2874: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325957 + Group: 'Head', Weight: 0.663975 +Vertex 2875: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330085 + Group: 'Head', Weight: 0.660371 +Vertex 2876: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.337327 + Group: 'Head', Weight: 0.652840 +Vertex 2877: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.309753 + Group: 'Head', Weight: 0.681488 +Vertex 2878: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.312283 + Group: 'Head', Weight: 0.678779 +Vertex 2879: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.507301 + Group: 'Head', Weight: 0.471562 +Vertex 2880: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.475126 + Group: 'Head', Weight: 0.507576 +Vertex 2881: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425809 + Group: 'Head', Weight: 0.560953 +Vertex 2882: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489503 + Group: 'Head', Weight: 0.491591 +Vertex 2883: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.441261 + Group: 'Head', Weight: 0.544452 +Vertex 2884: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.460252 + Group: 'Head', Weight: 0.523871 +Vertex 2885: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285781 + Group: 'Head', Weight: 0.705960 +Vertex 2886: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267348 + Group: 'Head', Weight: 0.724662 +Vertex 2887: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.272272 + Group: 'Head', Weight: 0.719250 +Vertex 2888: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.281721 + Group: 'Head', Weight: 0.709329 +Vertex 2889: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267563 + Group: 'Head', Weight: 0.723986 +Vertex 2890: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.265060 + Group: 'Head', Weight: 0.726716 +Vertex 2891: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.274918 + Group: 'Head', Weight: 0.717863 +Vertex 2892: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.271267 + Group: 'Head', Weight: 0.721301 +Vertex 2893: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.275540 + Group: 'Head', Weight: 0.716311 +Vertex 2894: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315515 + Group: 'Head', Weight: 0.675536 +Vertex 2895: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.321677 + Group: 'Head', Weight: 0.669109 +Vertex 2896: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010495 + Group: 'spine.005', Weight: 0.578235 + Group: 'Head', Weight: 0.388664 +Vertex 2897: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.003735 + Group: 'spine.005', Weight: 0.222370 + Group: 'Head', Weight: 0.745203 +Vertex 2898: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002321 + Group: 'spine.005', Weight: 0.262815 + Group: 'Head', Weight: 0.705786 +Vertex 2899: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051057 + Group: 'spine.005', Weight: 0.565367 + Group: 'Head', Weight: 0.379052 +Vertex 2900: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.037479 + Group: 'spine.005', Weight: 0.583942 + Group: 'Head', Weight: 0.368377 +Vertex 2901: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023374 + Group: 'spine.005', Weight: 0.589710 + Group: 'Head', Weight: 0.370225 +Vertex 2902: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086698 + Group: 'spine.005', Weight: 0.570255 + Group: 'Head', Weight: 0.335830 +Vertex 2903: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030149 + Group: 'spine.005', Weight: 0.477197 + Group: 'Head', Weight: 0.474898 +Vertex 2904: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030586 + Group: 'spine.005', Weight: 0.373946 + Group: 'Head', Weight: 0.577488 +Vertex 2905: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016983 + Group: 'spine.005', Weight: 0.265243 + Group: 'Head', Weight: 0.694261 +Vertex 2906: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005267 + Group: 'spine.005', Weight: 0.215722 + Group: 'Head', Weight: 0.750881 +Vertex 2907: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011199 + Group: 'spine.005', Weight: 0.237748 + Group: 'Head', Weight: 0.725253 +Vertex 2908: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009944 + Group: 'spine.005', Weight: 0.212610 + Group: 'Head', Weight: 0.751102 +Vertex 2909: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.015042 + Group: 'spine.005', Weight: 0.230353 + Group: 'Head', Weight: 0.730259 +Vertex 2910: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008433 + Group: 'spine.005', Weight: 0.191154 + Group: 'Head', Weight: 0.773447 +Vertex 2911: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012531 + Group: 'spine.005', Weight: 0.198652 + Group: 'Head', Weight: 0.763449 +Vertex 2912: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.007167 + Group: 'spine.005', Weight: 0.172964 + Group: 'Head', Weight: 0.792390 +Vertex 2913: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009645 + Group: 'spine.005', Weight: 0.175846 + Group: 'Head', Weight: 0.787997 +Vertex 2914: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002777 + Group: 'spine.005', Weight: 0.153496 + Group: 'Head', Weight: 0.814522 +Vertex 2915: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.004461 + Group: 'spine.005', Weight: 0.153895 + Group: 'Head', Weight: 0.813096 +Vertex 2916: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131547 + Group: 'Head', Weight: 0.840796 +Vertex 2917: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129901 + Group: 'Head', Weight: 0.842178 +Vertex 2918: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115336 + Group: 'Head', Weight: 0.860888 +Vertex 2919: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115373 + Group: 'Head', Weight: 0.860492 +Vertex 2920: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111065 + Group: 'Head', Weight: 0.866948 +Vertex 2921: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111231 + Group: 'Head', Weight: 0.866432 +Vertex 2922: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110456 + Group: 'Head', Weight: 0.868086 +Vertex 2923: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110527 + Group: 'Head', Weight: 0.867851 +Vertex 2924: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110321 + Group: 'Head', Weight: 0.868574 +Vertex 2925: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110296 + Group: 'Head', Weight: 0.868534 +Vertex 2926: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109708 + Group: 'Head', Weight: 0.869968 +Vertex 2927: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110429 + Group: 'Head', Weight: 0.869356 +Vertex 2928: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101558 + Group: 'Head', Weight: 0.880111 +Vertex 2929: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099845 + Group: 'Head', Weight: 0.882115 +Vertex 2930: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095643 + Group: 'Head', Weight: 0.887542 +Vertex 2931: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093180 + Group: 'Head', Weight: 0.890410 +Vertex 2932: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095737 + Group: 'Head', Weight: 0.888124 +Vertex 2933: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.094156 + Group: 'Head', Weight: 0.890056 +Vertex 2934: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100466 + Group: 'Head', Weight: 0.883147 +Vertex 2935: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099521 + Group: 'Head', Weight: 0.884403 +Vertex 2936: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114514 + Group: 'Head', Weight: 0.866905 +Vertex 2937: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114447 + Group: 'Head', Weight: 0.867354 +Vertex 2938: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124336 + Group: 'Head', Weight: 0.855232 +Vertex 2939: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125711 + Group: 'Head', Weight: 0.853867 +Vertex 2940: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133194 + Group: 'Head', Weight: 0.844529 +Vertex 2941: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.137767 + Group: 'Head', Weight: 0.839511 +Vertex 2942: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146367 + Group: 'Head', Weight: 0.828981 +Vertex 2943: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148554 + Group: 'Head', Weight: 0.827054 +Vertex 2944: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111199 + Group: 'Head', Weight: 0.866901 +Vertex 2945: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110434 + Group: 'Head', Weight: 0.868134 +Vertex 2946: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109955 + Group: 'Head', Weight: 0.869118 +Vertex 2947: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109014 + Group: 'Head', Weight: 0.870846 +Vertex 2948: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101379 + Group: 'Head', Weight: 0.880387 +Vertex 2949: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098512 + Group: 'Head', Weight: 0.884177 +Vertex 2950: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099970 + Group: 'Head', Weight: 0.882810 +Vertex 2951: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102386 + Group: 'Head', Weight: 0.880418 +Vertex 2952: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115295 + Group: 'Head', Weight: 0.865514 +Vertex 2953: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122321 + Group: 'Head', Weight: 0.857329 +Vertex 2954: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129750 + Group: 'Head', Weight: 0.848362 +Vertex 2955: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134884 + Group: 'Head', Weight: 0.841974 +Vertex 2956: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107819 + Group: 'Head', Weight: 0.875029 +Vertex 2957: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107909 + Group: 'Head', Weight: 0.874709 +Vertex 2958: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109849 + Group: 'Head', Weight: 0.871885 +Vertex 2959: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111058 + Group: 'Head', Weight: 0.867220 +Vertex 2960: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109835 + Group: 'Head', Weight: 0.869005 +Vertex 2961: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108782 + Group: 'Head', Weight: 0.870774 +Vertex 2962: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107297 + Group: 'Head', Weight: 0.872931 +Vertex 2963: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102136 + Group: 'Head', Weight: 0.879548 +Vertex 2964: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100391 + Group: 'Head', Weight: 0.881977 +Vertex 2965: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100958 + Group: 'Head', Weight: 0.881598 +Vertex 2966: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103999 + Group: 'Head', Weight: 0.878274 +Vertex 2967: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114241 + Group: 'Head', Weight: 0.866593 +Vertex 2968: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119670 + Group: 'Head', Weight: 0.860164 +Vertex 2969: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125395 + Group: 'Head', Weight: 0.853329 +Vertex 2970: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129494 + Group: 'Head', Weight: 0.848201 +Vertex 2971: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110031 + Group: 'Head', Weight: 0.871476 +Vertex 2972: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109300 + Group: 'Head', Weight: 0.871569 +Vertex 2973: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119988 + Group: 'Head', Weight: 0.858263 +Vertex 2974: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126980 + Group: 'Head', Weight: 0.849391 +Vertex 2975: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.135048 + Group: 'Head', Weight: 0.840031 +Vertex 2976: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146040 + Group: 'Head', Weight: 0.827383 +Vertex 2977: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152958 + Group: 'Head', Weight: 0.820232 +Vertex 2978: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157302 + Group: 'Head', Weight: 0.816177 +Vertex 2979: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161690 + Group: 'Head', Weight: 0.812137 +Vertex 2980: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179431 + Group: 'Head', Weight: 0.793126 +Vertex 2981: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.184620 + Group: 'Head', Weight: 0.786230 +Vertex 2982: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.174643 + Group: 'Head', Weight: 0.796694 +Vertex 2983: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168582 + Group: 'Head', Weight: 0.802126 +Vertex 2984: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157667 + Group: 'Head', Weight: 0.813178 +Vertex 2985: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.145170 + Group: 'Head', Weight: 0.827260 +Vertex 2986: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132023 + Group: 'Head', Weight: 0.842641 +Vertex 2987: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124111 + Group: 'Head', Weight: 0.851748 +Vertex 2988: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115252 + Group: 'Head', Weight: 0.862504 +Vertex 2989: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103700 + Group: 'Head', Weight: 0.877646 +Vertex 2990: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001850 + Group: 'spine.005', Weight: 0.196209 + Group: 'Head', Weight: 0.772447 +Vertex 2991: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005315 + Group: 'spine.005', Weight: 0.198832 + Group: 'Head', Weight: 0.767697 +Vertex 2992: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006609 + Group: 'spine.005', Weight: 0.187284 + Group: 'Head', Weight: 0.778429 +Vertex 2993: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001243 + Group: 'spine.005', Weight: 0.152756 + Group: 'Head', Weight: 0.816197 +Vertex 2994: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116435 + Group: 'Head', Weight: 0.859759 +Vertex 2995: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133160 + Group: 'Head', Weight: 0.839506 +Vertex 2996: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005339 + Group: 'spine.005', Weight: 0.170388 + Group: 'Head', Weight: 0.796080 +Vertex 2997: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120164 + Group: 'Head', Weight: 0.855587 +Vertex 2998: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132078 + Group: 'Head', Weight: 0.841430 +Vertex 2999: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.149722 + Group: 'Head', Weight: 0.820555 +Vertex 3000: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001551 + Group: 'spine.005', Weight: 0.164123 + Group: 'Head', Weight: 0.804653 +Vertex 3001: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002278 + Group: 'spine.005', Weight: 0.177668 + Group: 'Head', Weight: 0.790684 +Vertex 3002: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000956 + Group: 'spine.005', Weight: 0.185257 + Group: 'Head', Weight: 0.783922 +Vertex 3003: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166344 + Group: 'Head', Weight: 0.807464 +Vertex 3004: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177931 + Group: 'Head', Weight: 0.793826 +Vertex 3005: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115984 + Group: 'Head', Weight: 0.863208 +Vertex 3006: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110950 + Group: 'Head', Weight: 0.867985 +Vertex 3007: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108174 + Group: 'Head', Weight: 0.871754 +Vertex 3008: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112660 + Group: 'Head', Weight: 0.867365 +Vertex 3009: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106014 + Group: 'Head', Weight: 0.875624 +Vertex 3010: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103610 + Group: 'Head', Weight: 0.878224 +Vertex 3011: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144933 + Group: 'Head', Weight: 0.829965 +Vertex 3012: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143684 + Group: 'Head', Weight: 0.830635 +Vertex 3013: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134917 + Group: 'Head', Weight: 0.840864 +Vertex 3014: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126354 + Group: 'Head', Weight: 0.851045 +Vertex 3015: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122280 + Group: 'Head', Weight: 0.855930 +Vertex 3016: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118745 + Group: 'Head', Weight: 0.860291 +Vertex 3017: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122583 + Group: 'Head', Weight: 0.856216 +Vertex 3018: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115419 + Group: 'Head', Weight: 0.864428 +Vertex 3019: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119355 + Group: 'Head', Weight: 0.860138 +Vertex 3020: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116415 + Group: 'Head', Weight: 0.863700 +Vertex 3021: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112831 + Group: 'Head', Weight: 0.867713 +Vertex 3022: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110472 + Group: 'Head', Weight: 0.870689 +Vertex 3023: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114187 + Group: 'Head', Weight: 0.866474 +Vertex 3024: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123988 + Group: 'Head', Weight: 0.854261 +Vertex 3025: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129059 + Group: 'Head', Weight: 0.848346 +Vertex 3026: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.136276 + Group: 'Head', Weight: 0.839972 +Vertex 3027: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020669 + Group: 'spine.005', Weight: 0.254440 + Group: 'Head', Weight: 0.702757 +Vertex 3028: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.028221 + Group: 'spine.005', Weight: 0.269596 + Group: 'Head', Weight: 0.682982 +Vertex 3029: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.018451 + Group: 'spine.005', Weight: 0.209245 + Group: 'Head', Weight: 0.749242 +Vertex 3030: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.029053 + Group: 'spine.005', Weight: 0.226009 + Group: 'Head', Weight: 0.725995 +Vertex 3031: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.013470 + Group: 'spine.005', Weight: 0.179629 + Group: 'Head', Weight: 0.781880 +Vertex 3032: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023013 + Group: 'spine.005', Weight: 0.189415 + Group: 'Head', Weight: 0.766274 +Vertex 3033: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008410 + Group: 'spine.005', Weight: 0.157453 + Group: 'Head', Weight: 0.807132 +Vertex 3034: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016525 + Group: 'spine.005', Weight: 0.162332 + Group: 'Head', Weight: 0.797311 +Vertex 3035: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131543 + Group: 'Head', Weight: 0.838858 +Vertex 3036: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006327 + Group: 'spine.005', Weight: 0.135786 + Group: 'Head', Weight: 0.830066 +Vertex 3037: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120883 + Group: 'Head', Weight: 0.852495 +Vertex 3038: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115981 + Group: 'Head', Weight: 0.855430 +Vertex 3039: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111116 + Group: 'Head', Weight: 0.866254 +Vertex 3040: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110861 + Group: 'Head', Weight: 0.865550 +Vertex 3041: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110426 + Group: 'Head', Weight: 0.867931 +Vertex 3042: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106427 + Group: 'Head', Weight: 0.872269 +Vertex 3043: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110285 + Group: 'Head', Weight: 0.868718 +Vertex 3044: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097874 + Group: 'Head', Weight: 0.881926 +Vertex 3045: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108313 + Group: 'Head', Weight: 0.871779 +Vertex 3046: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093615 + Group: 'Head', Weight: 0.889360 +Vertex 3047: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089396 + Group: 'Head', Weight: 0.894816 +Vertex 3048: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089974 + Group: 'Head', Weight: 0.895069 +Vertex 3049: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097736 + Group: 'Head', Weight: 0.886784 +Vertex 3050: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108495 + Group: 'Head', Weight: 0.874624 +Vertex 3051: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118584 + Group: 'Head', Weight: 0.862896 +Vertex 3052: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127383 + Group: 'Head', Weight: 0.852582 +Vertex 3053: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132533 + Group: 'Head', Weight: 0.847162 +Vertex 3054: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087319 + Group: 'Head', Weight: 0.897215 +Vertex 3055: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087967 + Group: 'Head', Weight: 0.897277 +Vertex 3056: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.017319 + Group: 'spine.005', Weight: 0.151438 + Group: 'Head', Weight: 0.807729 +Vertex 3057: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.024821 + Group: 'spine.005', Weight: 0.139044 + Group: 'Head', Weight: 0.815605 +Vertex 3058: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.049670 + Group: 'spine.005', Weight: 0.117132 + Group: 'Head', Weight: 0.822699 +Vertex 3059: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035896 + Group: 'spine.005', Weight: 0.120634 + Group: 'Head', Weight: 0.827411 +Vertex 3060: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.055752 + Group: 'spine.005', Weight: 0.115113 + Group: 'Head', Weight: 0.817708 +Vertex 3061: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.097796 + Group: 'spine.004', Weight: 0.066981 + Group: 'shoulder.L', Weight: 0.159214 + Group: 'shoulder.R', Weight: 0.645160 +Vertex 3062: +Vertex groups: 3 + Group: 'spine', Weight: 0.808374 + Group: 'spine.001', Weight: 0.007277 + Group: 'spine1', Weight: 0.149863 +Vertex 3063: +Vertex groups: 2 + Group: 'spine', Weight: 0.798032 + Group: 'spine1', Weight: 0.167123 +Vertex 3064: +Vertex groups: 2 + Group: 'spine', Weight: 0.806931 + Group: 'spine1', Weight: 0.160913 +Vertex 3065: +Vertex groups: 3 + Group: 'spine', Weight: 0.815119 + Group: 'spine.001', Weight: 0.112945 + Group: 'spine1', Weight: 0.041022 +Vertex 3066: +Vertex groups: 3 + Group: 'spine', Weight: 0.834870 + Group: 'spine.001', Weight: 0.074069 + Group: 'spine1', Weight: 0.072374 +Vertex 3067: +Vertex groups: 3 + Group: 'spine', Weight: 0.824581 + Group: 'spine.001', Weight: 0.027276 + Group: 'spine1', Weight: 0.122799 +Vertex 3068: +Vertex groups: 4 + Group: 'spine', Weight: 0.798481 + Group: 'spine.001', Weight: 0.132297 + Group: 'spine.002', Weight: 0.010031 + Group: 'spine1', Weight: 0.014795 +Vertex 3069: +Vertex groups: 4 + Group: 'spine', Weight: 0.784959 + Group: 'spine.001', Weight: 0.146691 + Group: 'spine.002', Weight: 0.004896 + Group: 'spine1', Weight: 0.019210 +Vertex 3070: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3071: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.008355 + Group: 'spine2', Weight: 0.970725 +Vertex 3072: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3073: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3074: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3075: +Vertex groups: 1 + Group: 'spine2', Weight: 0.998267 +Vertex 3076: +Vertex groups: 1 + Group: 'spine2', Weight: 0.993944 +Vertex 3077: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.099355 + Group: 'forearm.R', Weight: 0.898466 +Vertex 3078: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.107324 + Group: 'forearm.R', Weight: 0.891722 +Vertex 3079: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.102878 + Group: 'forearm.R', Weight: 0.896631 +Vertex 3080: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.071659 + Group: 'forearm.R', Weight: 0.928021 +Vertex 3081: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.074321 + Group: 'forearm.R', Weight: 0.925248 +Vertex 3082: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.090568 + Group: 'forearm.R', Weight: 0.907645 +Vertex 3083: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.162365 + Group: 'forearm.R', Weight: 0.837131 +Vertex 3084: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.117214 + Group: 'forearm.R', Weight: 0.882181 +Vertex 3085: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.143438 + Group: 'forearm.R', Weight: 0.855936 +Vertex 3086: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.066401 + Group: 'forearm.R', Weight: 0.933267 +Vertex 3087: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.088614 + Group: 'forearm.R', Weight: 0.910968 +Vertex 3088: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.129156 + Group: 'forearm.R', Weight: 0.870436 +Vertex 3089: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3090: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3091: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3092: +Vertex groups: 4 + Group: 'spine', Weight: 0.042332 + Group: 'spine1', Weight: 0.679072 + Group: 'spine1.001', Weight: 0.240729 + Group: 'spine1.002', Weight: 0.015080 +Vertex 3093: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.763770 + Group: 'spine2', Weight: 0.232587 +Vertex 3094: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.152643 + Group: 'spine1.002', Weight: 0.812576 +Vertex 3095: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.202815 + Group: 'spine1.003', Weight: 0.795118 +Vertex 3096: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.837299 + Group: 'spine2', Weight: 0.158755 +Vertex 3097: +Vertex groups: 4 + Group: 'spine', Weight: 0.058471 + Group: 'spine1', Weight: 0.686360 + Group: 'spine1.001', Weight: 0.213886 + Group: 'spine1.002', Weight: 0.028639 +Vertex 3098: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.372473 + Group: 'spine1.003', Weight: 0.625931 +Vertex 3099: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.126596 + Group: 'spine1.002', Weight: 0.841656 +Vertex 3100: +Vertex groups: 4 + Group: 'spine', Weight: 0.065921 + Group: 'spine1', Weight: 0.637334 + Group: 'spine1.001', Weight: 0.255764 + Group: 'spine1.002', Weight: 0.027637 +Vertex 3101: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.894876 + Group: 'spine2', Weight: 0.100155 +Vertex 3102: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.108238 + Group: 'spine1.002', Weight: 0.864215 +Vertex 3103: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.474729 + Group: 'spine1.003', Weight: 0.524044 +Vertex 3104: +Vertex groups: 4 + Group: 'spine', Weight: 0.063350 + Group: 'spine1', Weight: 0.672512 + Group: 'spine1.001', Weight: 0.221528 + Group: 'spine1.002', Weight: 0.030960 +Vertex 3105: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.873761 + Group: 'spine2', Weight: 0.121804 +Vertex 3106: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.114721 + Group: 'spine1.002', Weight: 0.855952 +Vertex 3107: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.449004 + Group: 'spine1.003', Weight: 0.549661 +Vertex 3108: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.600491 + Group: 'spine2', Weight: 0.398401 +Vertex 3109: +Vertex groups: 2 + Group: 'spine1', Weight: 0.544240 + Group: 'spine1.001', Weight: 0.414183 +Vertex 3110: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.129598 + Group: 'spine1.003', Weight: 0.866799 +Vertex 3111: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.207393 + Group: 'spine1.002', Weight: 0.755283 +Vertex 3112: +Vertex groups: 2 + Group: 'spine1', Weight: 0.517995 + Group: 'spine1.001', Weight: 0.451218 +Vertex 3113: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.317571 + Group: 'spine2', Weight: 0.682182 +Vertex 3114: +Vertex groups: 3 + Group: 'spine1', Weight: 0.000198 + Group: 'spine1.001', Weight: 0.304138 + Group: 'spine1.002', Weight: 0.657654 +Vertex 3115: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.096092 + Group: 'spine1.003', Weight: 0.897501 +Vertex 3116: +Vertex groups: 2 + Group: 'spine1', Weight: 0.510793 + Group: 'spine1.001', Weight: 0.463003 +Vertex 3117: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.164309 + Group: 'spine2', Weight: 0.835646 +Vertex 3118: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.455408 + Group: 'spine1.002', Weight: 0.507964 +Vertex 3119: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.077017 + Group: 'spine1.003', Weight: 0.915078 +Vertex 3120: +Vertex groups: 2 + Group: 'spine1', Weight: 0.499287 + Group: 'spine1.001', Weight: 0.477997 +Vertex 3121: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.088990 + Group: 'spine2', Weight: 0.910957 +Vertex 3122: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.404124 + Group: 'spine1.002', Weight: 0.563140 +Vertex 3123: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064193 + Group: 'spine1.003', Weight: 0.928124 +Vertex 3124: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.148664 + Group: 'spine2', Weight: 0.850763 +Vertex 3125: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.083283 + Group: 'spine2', Weight: 0.916384 +Vertex 3126: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.052262 + Group: 'spine2', Weight: 0.947735 +Vertex 3127: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.045033 + Group: 'spine2', Weight: 0.952280 +Vertex 3128: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.009059 + Group: 'spine2', Weight: 0.970329 +Vertex 3129: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3130: +Vertex groups: 1 + Group: 'spine2', Weight: 0.989229 +Vertex 3131: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3132: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.017375 + Group: 'spine1.003', Weight: 0.969023 +Vertex 3133: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.043734 + Group: 'spine1.003', Weight: 0.950372 +Vertex 3134: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064554 + Group: 'spine1.003', Weight: 0.930735 +Vertex 3135: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.058033 + Group: 'spine1.003', Weight: 0.937666 +Vertex 3136: +Vertex groups: 1 + Group: 'spine1.003', Weight: 0.968650 +Vertex 3137: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.947161 + Group: 'spine2', Weight: 0.033219 +Vertex 3138: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.936006 + Group: 'spine2', Weight: 0.057138 +Vertex 3139: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.938937 + Group: 'spine2', Weight: 0.056590 +Vertex 3140: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.905467 + Group: 'spine1.003', Weight: 0.069656 +Vertex 3141: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.919835 + Group: 'spine1.003', Weight: 0.060330 +Vertex 3142: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.932614 + Group: 'spine1.003', Weight: 0.051445 +Vertex 3143: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.928450 + Group: 'spine1.003', Weight: 0.054324 +Vertex 3144: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.008946 + Group: 'spine1.002', Weight: 0.888770 + Group: 'spine1.003', Weight: 0.078598 +Vertex 3145: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.026651 + Group: 'spine1.002', Weight: 0.874765 + Group: 'spine1.003', Weight: 0.083675 +Vertex 3146: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.037107 + Group: 'spine1.002', Weight: 0.868565 + Group: 'spine1.003', Weight: 0.084892 +Vertex 3147: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.029220 + Group: 'spine1.002', Weight: 0.874252 + Group: 'spine1.003', Weight: 0.083621 +Vertex 3148: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131817 + Group: 'spine1.001', Weight: 0.693220 + Group: 'spine1.002', Weight: 0.163279 +Vertex 3149: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132101 + Group: 'spine1.001', Weight: 0.681386 + Group: 'spine1.002', Weight: 0.173301 +Vertex 3150: +Vertex groups: 3 + Group: 'spine1', Weight: 0.124607 + Group: 'spine1.001', Weight: 0.692846 + Group: 'spine1.002', Weight: 0.168570 +Vertex 3151: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131357 + Group: 'spine1.001', Weight: 0.684970 + Group: 'spine1.002', Weight: 0.169689 +Vertex 3152: +Vertex groups: 3 + Group: 'spine1', Weight: 0.123557 + Group: 'spine1.001', Weight: 0.730306 + Group: 'spine1.002', Weight: 0.137298 +Vertex 3153: +Vertex groups: 3 + Group: 'spine1', Weight: 0.117894 + Group: 'spine1.001', Weight: 0.761369 + Group: 'spine1.002', Weight: 0.113875 +Vertex 3154: +Vertex groups: 3 + Group: 'spine1', Weight: 0.112859 + Group: 'spine1.001', Weight: 0.782158 + Group: 'spine1.002', Weight: 0.099258 +Vertex 3155: +Vertex groups: 3 + Group: 'spine1', Weight: 0.101073 + Group: 'spine1.001', Weight: 0.803584 + Group: 'spine1.002', Weight: 0.090643 +Vertex 3156: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082680 + Group: 'spine.005', Weight: 0.575184 + Group: 'Head', Weight: 0.335123 +Vertex 3157: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.137578 + Group: 'spine.005', Weight: 0.642439 + Group: 'Head', Weight: 0.209366 +Vertex 3158: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082976 + Group: 'spine.005', Weight: 0.658948 + Group: 'Head', Weight: 0.245580 +Vertex 3159: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.185793 + Group: 'spine.005', Weight: 0.659282 + Group: 'Head', Weight: 0.118617 + Group: 'shoulder.R', Weight: 0.013005 +Vertex 3160: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.178735 + Group: 'spine.005', Weight: 0.636409 + Group: 'Head', Weight: 0.145651 + Group: 'shoulder.R', Weight: 0.016709 +Vertex 3161: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088662 + Group: 'spine.005', Weight: 0.503144 + Group: 'Head', Weight: 0.388633 +Vertex 3162: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.245675 + Group: 'spine.005', Weight: 0.520229 + Group: 'Head', Weight: 0.175200 + Group: 'shoulder.R', Weight: 0.043134 +Vertex 3163: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.332063 + Group: 'spine.005', Weight: 0.416025 + Group: 'Head', Weight: 0.180147 + Group: 'shoulder.R', Weight: 0.052587 +Vertex 3164: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.366635 + Group: 'spine.005', Weight: 0.361348 + Group: 'Head', Weight: 0.196311 + Group: 'shoulder.R', Weight: 0.048354 +Vertex 3165: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.365631 + Group: 'spine.005', Weight: 0.337537 + Group: 'Head', Weight: 0.225289 + Group: 'shoulder.R', Weight: 0.025767 +Vertex 3166: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.147254 + Group: 'spine.005', Weight: 0.716063 + Group: 'Head', Weight: 0.118315 +Vertex 3167: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099365 + Group: 'spine.005', Weight: 0.463328 + Group: 'Head', Weight: 0.415088 +Vertex 3168: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106721 + Group: 'Head', Weight: 0.874551 +Vertex 3169: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108372 + Group: 'Head', Weight: 0.872404 +Vertex 3170: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113635 + Group: 'Head', Weight: 0.865630 +Vertex 3171: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117948 + Group: 'Head', Weight: 0.860170 +Vertex 3172: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122392 + Group: 'Head', Weight: 0.854711 +Vertex 3173: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119864 + Group: 'Head', Weight: 0.857524 +Vertex 3174: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116512 + Group: 'Head', Weight: 0.861519 +Vertex 3175: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109452 + Group: 'Head', Weight: 0.870455 +Vertex 3176: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106284 + Group: 'Head', Weight: 0.874670 +Vertex 3177: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110849 + Group: 'Head', Weight: 0.869177 +Vertex 3178: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112986 + Group: 'Head', Weight: 0.865809 +Vertex 3179: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105207 + Group: 'Head', Weight: 0.876228 +Vertex 3180: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.160578 + Group: 'spine.003', Weight: 0.437657 + Group: 'shoulder.L', Weight: 0.022551 + Group: 'shoulder.R', Weight: 0.284048 + Group: 'upper_arm.R', Weight: 0.059965 +Vertex 3181: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.239847 + Group: 'spine.003', Weight: 0.531917 + Group: 'shoulder.L', Weight: 0.061678 + Group: 'shoulder.R', Weight: 0.116633 + Group: 'upper_arm.R', Weight: 0.000044 +Vertex 3182: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.582122 + Group: 'spine.003', Weight: 0.281972 + Group: 'shoulder.L', Weight: 0.023924 + Group: 'shoulder.R', Weight: 0.050375 +Vertex 3183: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.087885 + Group: 'spine.003', Weight: 0.206573 + Group: 'shoulder.R', Weight: 0.386075 + Group: 'upper_arm.R', Weight: 0.298861 +Vertex 3184: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.102018 + Group: 'spine.003', Weight: 0.271942 + Group: 'shoulder.R', Weight: 0.468483 + Group: 'upper_arm.R', Weight: 0.119081 +Vertex 3185: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.321662 + Group: 'spine.003', Weight: 0.342232 + Group: 'shoulder.R', Weight: 0.101564 + Group: 'upper_arm.R', Weight: 0.204817 +Vertex 3186: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142031 + Group: 'spine.003', Weight: 0.299121 + Group: 'shoulder.R', Weight: 0.202931 + Group: 'upper_arm.R', Weight: 0.336046 +Vertex 3187: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.037809 + Group: 'spine.002', Weight: 0.763427 + Group: 'spine.003', Weight: 0.119659 + Group: 'shoulder.R', Weight: 0.009227 +Vertex 3188: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.019363 + Group: 'spine.002', Weight: 0.611030 + Group: 'spine.003', Weight: 0.220038 + Group: 'shoulder.R', Weight: 0.050899 + Group: 'upper_arm.R', Weight: 0.069304 +Vertex 3189: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.017392 + Group: 'spine.002', Weight: 0.749948 + Group: 'spine.003', Weight: 0.142797 + Group: 'shoulder.R', Weight: 0.005382 +Vertex 3190: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.222120 + Group: 'spine.003', Weight: 0.466626 + Group: 'shoulder.L', Weight: 0.008322 + Group: 'shoulder.R', Weight: 0.197706 + Group: 'upper_arm.R', Weight: 0.064274 +Vertex 3191: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.293597 + Group: 'spine.003', Weight: 0.490522 + Group: 'shoulder.L', Weight: 0.041811 + Group: 'shoulder.R', Weight: 0.115285 + Group: 'upper_arm.R', Weight: 0.012126 +Vertex 3192: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.578235 + Group: 'spine.003', Weight: 0.253022 + Group: 'shoulder.R', Weight: 0.075976 + Group: 'upper_arm.R', Weight: 0.047354 +Vertex 3193: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.595623 + Group: 'spine.003', Weight: 0.265804 + Group: 'shoulder.L', Weight: 0.008522 + Group: 'shoulder.R', Weight: 0.056522 +Vertex 3194: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.121210 + Group: 'spine.003', Weight: 0.284636 + Group: 'shoulder.R', Weight: 0.315931 + Group: 'upper_arm.R', Weight: 0.254531 +Vertex 3195: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.158145 + Group: 'spine.003', Weight: 0.378058 + Group: 'shoulder.R', Weight: 0.299269 + Group: 'upper_arm.R', Weight: 0.129422 +Vertex 3196: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.346964 + Group: 'spine.003', Weight: 0.352319 + Group: 'shoulder.R', Weight: 0.102668 + Group: 'upper_arm.R', Weight: 0.166621 +Vertex 3197: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.183531 + Group: 'spine.003', Weight: 0.349222 + Group: 'shoulder.R', Weight: 0.202224 + Group: 'upper_arm.R', Weight: 0.240772 +Vertex 3198: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.312852 + Group: 'spine.003', Weight: 0.392213 + Group: 'shoulder.R', Weight: 0.135619 + Group: 'upper_arm.R', Weight: 0.126779 +Vertex 3199: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.022620 + Group: 'spine.002', Weight: 0.728076 + Group: 'spine.003', Weight: 0.146378 + Group: 'shoulder.R', Weight: 0.026174 + Group: 'upper_arm.R', Weight: 0.013308 +Vertex 3200: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.005449 + Group: 'spine.002', Weight: 0.568466 + Group: 'spine.003', Weight: 0.242579 + Group: 'shoulder.R', Weight: 0.063759 + Group: 'upper_arm.R', Weight: 0.082599 +Vertex 3201: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.009678 + Group: 'spine.002', Weight: 0.716163 + Group: 'spine.003', Weight: 0.167107 + Group: 'shoulder.R', Weight: 0.022808 +Vertex 3202: +Vertex groups: 3 + Group: 'spine', Weight: 0.371022 + Group: 'spine.001', Weight: 0.521148 + Group: 'spine.002', Weight: 0.091335 +Vertex 3203: +Vertex groups: 3 + Group: 'spine', Weight: 0.076236 + Group: 'spine.001', Weight: 0.511611 + Group: 'spine.002', Weight: 0.391083 +Vertex 3204: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.099433 + Group: 'spine.002', Weight: 0.804610 + Group: 'spine.003', Weight: 0.054592 +Vertex 3205: +Vertex groups: 3 + Group: 'spine', Weight: 0.240315 + Group: 'spine.001', Weight: 0.630162 + Group: 'spine.002', Weight: 0.117232 +Vertex 3206: +Vertex groups: 3 + Group: 'spine', Weight: 0.056313 + Group: 'spine.001', Weight: 0.415648 + Group: 'spine.002', Weight: 0.502251 +Vertex 3207: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.225808 + Group: 'spine.002', Weight: 0.708301 + Group: 'spine.003', Weight: 0.003126 +Vertex 3208: +Vertex groups: 3 + Group: 'spine', Weight: 0.017612 + Group: 'spine.001', Weight: 0.303432 + Group: 'spine.002', Weight: 0.627403 +Vertex 3209: +Vertex groups: 3 + Group: 'spine', Weight: 0.326538 + Group: 'spine.001', Weight: 0.570214 + Group: 'spine.002', Weight: 0.089677 +Vertex 3210: +Vertex groups: 3 + Group: 'spine', Weight: 0.329570 + Group: 'spine.001', Weight: 0.571575 + Group: 'spine.002', Weight: 0.086388 +Vertex 3211: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.179535 + Group: 'spine.002', Weight: 0.751313 + Group: 'spine.003', Weight: 0.014744 +Vertex 3212: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.072943 + Group: 'spine.002', Weight: 0.807024 + Group: 'spine.003', Weight: 0.072458 +Vertex 3213: +Vertex groups: 3 + Group: 'spine', Weight: 0.370350 + Group: 'spine.001', Weight: 0.474379 + Group: 'spine.002', Weight: 0.129701 +Vertex 3214: +Vertex groups: 3 + Group: 'spine', Weight: 0.459929 + Group: 'spine.001', Weight: 0.412047 + Group: 'spine.002', Weight: 0.106200 +Vertex 3215: +Vertex groups: 3 + Group: 'spine', Weight: 0.378863 + Group: 'spine.001', Weight: 0.474351 + Group: 'spine.002', Weight: 0.122290 +Vertex 3216: +Vertex groups: 3 + Group: 'spine', Weight: 0.233002 + Group: 'spine.001', Weight: 0.629908 + Group: 'spine.002', Weight: 0.124285 +Vertex 3217: +Vertex groups: 3 + Group: 'spine', Weight: 0.029576 + Group: 'spine.001', Weight: 0.283763 + Group: 'spine.002', Weight: 0.635587 +Vertex 3218: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.089144 + Group: 'spine.002', Weight: 0.803585 + Group: 'spine.003', Weight: 0.061559 +Vertex 3219: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.149239 + Group: 'spine.002', Weight: 0.769824 + Group: 'spine.003', Weight: 0.029352 +Vertex 3220: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.173940 + Group: 'spine.002', Weight: 0.744819 + Group: 'spine.003', Weight: 0.020112 +Vertex 3221: +Vertex groups: 3 + Group: 'spine', Weight: 0.067057 + Group: 'spine.001', Weight: 0.482713 + Group: 'spine.002', Weight: 0.423638 +Vertex 3222: +Vertex groups: 3 + Group: 'spine', Weight: 0.285478 + Group: 'spine.001', Weight: 0.572262 + Group: 'spine.002', Weight: 0.124694 +Vertex 3223: +Vertex groups: 3 + Group: 'spine', Weight: 0.274855 + Group: 'spine.001', Weight: 0.603245 + Group: 'spine.002', Weight: 0.108498 +Vertex 3224: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.061969 + Group: 'spine.002', Weight: 0.798749 + Group: 'spine.003', Weight: 0.085086 +Vertex 3225: +Vertex groups: 3 + Group: 'spine', Weight: 0.282573 + Group: 'spine.001', Weight: 0.601493 + Group: 'spine.002', Weight: 0.103218 +Vertex 3226: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.136857 + Group: 'spine.002', Weight: 0.780881 + Group: 'spine.003', Weight: 0.034911 +Vertex 3227: +Vertex groups: 3 + Group: 'spine', Weight: 0.324774 + Group: 'spine.001', Weight: 0.505755 + Group: 'spine.002', Weight: 0.145509 +Vertex 3228: +Vertex groups: 3 + Group: 'spine', Weight: 0.228401 + Group: 'spine.001', Weight: 0.526332 + Group: 'spine.002', Weight: 0.211997 +Vertex 3229: +Vertex groups: 3 + Group: 'spine', Weight: 0.158517 + Group: 'spine.001', Weight: 0.508015 + Group: 'spine.002', Weight: 0.290594 +Vertex 3230: +Vertex groups: 3 + Group: 'spine', Weight: 0.674367 + Group: 'spine.001', Weight: 0.281711 + Group: 'spine.002', Weight: 0.004310 +Vertex 3231: +Vertex groups: 2 + Group: 'spine', Weight: 0.654050 + Group: 'spine.001', Weight: 0.306473 +Vertex 3232: +Vertex groups: 3 + Group: 'spine', Weight: 0.680841 + Group: 'spine.001', Weight: 0.264532 + Group: 'spine.002', Weight: 0.019036 +Vertex 3233: +Vertex groups: 3 + Group: 'spine', Weight: 0.603582 + Group: 'spine.001', Weight: 0.330786 + Group: 'spine.002', Weight: 0.046213 +Vertex 3234: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.208716 + Group: 'Head', Weight: 0.785322 +Vertex 3235: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.210600 + Group: 'Head', Weight: 0.783208 +Vertex 3236: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.217569 + Group: 'Head', Weight: 0.775627 +Vertex 3237: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220099 + Group: 'Head', Weight: 0.771714 +Vertex 3238: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220492 + Group: 'Head', Weight: 0.772107 +Vertex 3239: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216585 + Group: 'Head', Weight: 0.773892 +Vertex 3240: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.214607 + Group: 'Head', Weight: 0.774441 +Vertex 3241: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192374 + Group: 'Head', Weight: 0.795899 +Vertex 3242: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.181307 + Group: 'Head', Weight: 0.804817 +Vertex 3243: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168970 + Group: 'Head', Weight: 0.815178 +Vertex 3244: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.151166 + Group: 'Head', Weight: 0.830974 +Vertex 3245: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088539 + Group: 'Head', Weight: 0.894335 +Vertex 3246: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.025750 + Group: 'Head', Weight: 0.952302 +Vertex 3247: +Vertex groups: 1 + Group: 'Head', Weight: 0.968854 +Vertex 3248: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.070921 + Group: 'Head', Weight: 0.913728 +Vertex 3249: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.147989 + Group: 'Head', Weight: 0.830637 +Vertex 3250: +Vertex groups: 1 + Group: 'Head', Weight: 0.976689 +Vertex 3251: +Vertex groups: 1 + Group: 'Head', Weight: 0.982058 +Vertex 3252: +Vertex groups: 1 + Group: 'Head', Weight: 0.985793 +Vertex 3253: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112666 + Group: 'Head', Weight: 0.864278 +Vertex 3254: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112446 + Group: 'Head', Weight: 0.864857 +Vertex 3255: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110275 + Group: 'Head', Weight: 0.868357 +Vertex 3256: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110314 + Group: 'Head', Weight: 0.868426 +Vertex 3257: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106432 + Group: 'Head', Weight: 0.874417 +Vertex 3258: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106697 + Group: 'Head', Weight: 0.873923 +Vertex 3259: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142631 + Group: 'Head', Weight: 0.833925 +Vertex 3260: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139532 + Group: 'Head', Weight: 0.837073 +Vertex 3261: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110152 + Group: 'Head', Weight: 0.868690 +Vertex 3262: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105567 + Group: 'Head', Weight: 0.875279 +Vertex 3263: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132312 + Group: 'Head', Weight: 0.845187 +Vertex 3264: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109488 + Group: 'Head', Weight: 0.869674 +Vertex 3265: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104747 + Group: 'Head', Weight: 0.876238 +Vertex 3266: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127452 + Group: 'Head', Weight: 0.850760 +Vertex 3267: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123516 + Group: 'Head', Weight: 0.853836 +Vertex 3268: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118051 + Group: 'Head', Weight: 0.861926 +Vertex 3269: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118954 + Group: 'Head', Weight: 0.857990 +Vertex 3270: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112477 + Group: 'Head', Weight: 0.865006 +Vertex 3271: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113893 + Group: 'Head', Weight: 0.863493 +Vertex 3272: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114344 + Group: 'Head', Weight: 0.865266 +Vertex 3273: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109579 + Group: 'Head', Weight: 0.869857 +Vertex 3274: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110240 + Group: 'Head', Weight: 0.871095 +Vertex 3275: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114202 + Group: 'Head', Weight: 0.866548 +Vertex 3276: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105033 + Group: 'Head', Weight: 0.876910 +Vertex 3277: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102313 + Group: 'Head', Weight: 0.879865 +Vertex 3278: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102071 + Group: 'Head', Weight: 0.879786 +Vertex 3279: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122333 + Group: 'Head', Weight: 0.856785 +Vertex 3280: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124313 + Group: 'Head', Weight: 0.853499 +Vertex 3281: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117102 + Group: 'Head', Weight: 0.862338 +Vertex 3282: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125963 + Group: 'Head', Weight: 0.852294 +Vertex 3283: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120955 + Group: 'Head', Weight: 0.858195 +Vertex 3284: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126487 + Group: 'Head', Weight: 0.851345 +Vertex 3285: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112947 + Group: 'Head', Weight: 0.861132 +Vertex 3286: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113971 + Group: 'Head', Weight: 0.861752 +Vertex 3287: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102686 + Group: 'Head', Weight: 0.876484 +Vertex 3288: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109962 + Group: 'Head', Weight: 0.868713 +Vertex 3289: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102031 + Group: 'Head', Weight: 0.879543 +Vertex 3290: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153307 + Group: 'Head', Weight: 0.823360 +Vertex 3291: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144604 + Group: 'Head', Weight: 0.832732 +Vertex 3292: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141019 + Group: 'Head', Weight: 0.836245 +Vertex 3293: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120018 + Group: 'Head', Weight: 0.857628 +Vertex 3294: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118183 + Group: 'Head', Weight: 0.859535 +Vertex 3295: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112269 + Group: 'Head', Weight: 0.867379 +Vertex 3296: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111234 + Group: 'Head', Weight: 0.868133 +Vertex 3297: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124127 + Group: 'Head', Weight: 0.854566 +Vertex 3298: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.450477 + Group: 'spine.005', Weight: 0.054166 + Group: 'shoulder.L', Weight: 0.028036 + Group: 'shoulder.R', Weight: 0.361413 + Group: 'upper_arm.R', Weight: 0.032205 +Vertex 3299: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295672 + Group: 'spine.005', Weight: 0.056604 + Group: 'shoulder.R', Weight: 0.572871 + Group: 'upper_arm.R', Weight: 0.026153 +Vertex 3300: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.263303 + Group: 'spine.005', Weight: 0.027414 + Group: 'shoulder.R', Weight: 0.654596 +Vertex 3301: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.275285 + Group: 'spine.005', Weight: 0.047788 + Group: 'shoulder.R', Weight: 0.627524 +Vertex 3302: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.559869 + Group: 'shoulder.R', Weight: 0.297021 + Group: 'shoulder.L', Weight: 0.070348 + Group: 'spine.005', Weight: 0.055829 + Group: 'upper_arm.R', Weight: 0.016933 +Vertex 3303: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.029706 + Group: 'spine.004', Weight: 0.556569 + Group: 'spine.005', Weight: 0.039959 + Group: 'shoulder.L', Weight: 0.108141 + Group: 'shoulder.R', Weight: 0.182457 +Vertex 3304: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.341785 + Group: 'spine.005', Weight: 0.056512 + Group: 'shoulder.R', Weight: 0.497620 + Group: 'upper_arm.R', Weight: 0.040606 +Vertex 3305: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.255173 + Group: 'spine.005', Weight: 0.002222 + Group: 'shoulder.L', Weight: 0.000433 + Group: 'shoulder.R', Weight: 0.656137 +Vertex 3306: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.078072 + Group: 'spine.004', Weight: 0.209698 + Group: 'shoulder.L', Weight: 0.094900 + Group: 'shoulder.R', Weight: 0.591681 +Vertex 3307: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.936152 + Group: 'forearm.R', Weight: 0.061378 +Vertex 3308: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.934043 + Group: 'forearm.R', Weight: 0.063831 +Vertex 3309: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.933686 + Group: 'forearm.R', Weight: 0.063830 +Vertex 3310: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.977373 +Vertex 3311: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.985422 +Vertex 3312: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.940175 + Group: 'forearm.R', Weight: 0.059058 +Vertex 3313: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.927278 + Group: 'forearm.R', Weight: 0.071269 +Vertex 3314: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.922377 + Group: 'forearm.R', Weight: 0.075592 +Vertex 3315: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.941083 + Group: 'forearm.R', Weight: 0.057174 +Vertex 3316: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.983274 +Vertex 3317: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.977771 +Vertex 3318: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.964079 + Group: 'forearm.R', Weight: 0.018896 +Vertex 3319: +Vertex groups: 2 + Group: 'spine', Weight: 0.529300 + Group: 'spine1', Weight: 0.425431 +Vertex 3320: +Vertex groups: 3 + Group: 'spine', Weight: 0.307028 + Group: 'spine1', Weight: 0.629955 + Group: 'spine1.001', Weight: 0.048554 +Vertex 3321: +Vertex groups: 3 + Group: 'spine', Weight: 0.178169 + Group: 'spine1', Weight: 0.744804 + Group: 'spine1.001', Weight: 0.068680 +Vertex 3322: +Vertex groups: 2 + Group: 'spine', Weight: 0.651978 + Group: 'spine1', Weight: 0.301610 +Vertex 3323: +Vertex groups: 2 + Group: 'spine', Weight: 0.695576 + Group: 'spine1', Weight: 0.258602 +Vertex 3324: +Vertex groups: 3 + Group: 'spine', Weight: 0.148425 + Group: 'spine1', Weight: 0.778291 + Group: 'spine1.001', Weight: 0.068326 +Vertex 3325: +Vertex groups: 3 + Group: 'spine', Weight: 0.147790 + Group: 'spine1', Weight: 0.769355 + Group: 'spine1.001', Weight: 0.076758 +Vertex 3326: +Vertex groups: 3 + Group: 'spine', Weight: 0.145657 + Group: 'spine1', Weight: 0.775121 + Group: 'spine1.001', Weight: 0.073874 +Vertex 3327: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.265691 + Group: 'spine.003', Weight: 0.522461 + Group: 'shoulder.L', Weight: 0.070032 + Group: 'shoulder.R', Weight: 0.094913 +Vertex 3328: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.006285 + Group: 'spine.002', Weight: 0.715797 + Group: 'spine.003', Weight: 0.173528 + Group: 'shoulder.R', Weight: 0.009385 +Vertex 3329: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.566859 + Group: 'spine.003', Weight: 0.295743 + Group: 'shoulder.L', Weight: 0.032383 + Group: 'shoulder.R', Weight: 0.046931 +Vertex 3330: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.874041 + Group: 'forearm.R', Weight: 0.125720 +Vertex 3331: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.746854 + Group: 'forearm.R', Weight: 0.252997 +Vertex 3332: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.910120 + Group: 'forearm.R', Weight: 0.089669 +Vertex 3333: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.839607 + Group: 'forearm.R', Weight: 0.160259 +Vertex 3334: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.814956 + Group: 'forearm.R', Weight: 0.184904 +Vertex 3335: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.897448 + Group: 'forearm.R', Weight: 0.102321 +Vertex 3336: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.958799 + Group: 'forearm.R', Weight: 0.031651 +Vertex 3337: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.955095 + Group: 'forearm.R', Weight: 0.038804 +Vertex 3338: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.947046 + Group: 'forearm.R', Weight: 0.052272 +Vertex 3339: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.973037 +Vertex 3340: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.045767 + Group: 'forearm.R', Weight: 0.949993 +Vertex 3341: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.010870 + Group: 'forearm.R', Weight: 0.967974 +Vertex 3342: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.036497 + Group: 'forearm.R', Weight: 0.953156 +Vertex 3343: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.987312 +Vertex 3344: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.974139 +Vertex 3345: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.016427 + Group: 'forearm.R', Weight: 0.965212 +Vertex 3346: +Vertex groups: 3 + Group: 'spine', Weight: 0.044110 + Group: 'spine.001', Weight: 0.521290 + Group: 'spine.002', Weight: 0.412385 +Vertex 3347: +Vertex groups: 3 + Group: 'spine', Weight: 0.207869 + Group: 'spine.001', Weight: 0.699399 + Group: 'spine.002', Weight: 0.084763 +Vertex 3348: +Vertex groups: 3 + Group: 'spine', Weight: 0.009977 + Group: 'spine.001', Weight: 0.336493 + Group: 'spine.002', Weight: 0.603006 +Vertex 3349: +Vertex groups: 3 + Group: 'spine', Weight: 0.021258 + Group: 'spine.001', Weight: 0.346661 + Group: 'spine.002', Weight: 0.586935 +Vertex 3350: +Vertex groups: 3 + Group: 'spine', Weight: 0.202389 + Group: 'spine.001', Weight: 0.675986 + Group: 'spine.002', Weight: 0.111550 +Vertex 3351: +Vertex groups: 3 + Group: 'spine', Weight: 0.659965 + Group: 'spine.001', Weight: 0.294406 + Group: 'spine.002', Weight: 0.008137 +Vertex 3352: +Vertex groups: 2 + Group: 'spine', Weight: 0.760218 + Group: 'spine.001', Weight: 0.195741 +Vertex 3353: +Vertex groups: 3 + Group: 'spine', Weight: 0.642548 + Group: 'spine.001', Weight: 0.318381 + Group: 'spine.002', Weight: 0.001190 +Vertex 3354: +Vertex groups: 2 + Group: 'spine', Weight: 0.783177 + Group: 'spine.001', Weight: 0.180838 +Vertex 3355: +Vertex groups: 3 + Group: 'spine', Weight: 0.839233 + Group: 'spine.001', Weight: 0.108486 + Group: 'spine1', Weight: 0.026035 +Vertex 3356: +Vertex groups: 3 + Group: 'spine', Weight: 0.856410 + Group: 'spine.001', Weight: 0.090104 + Group: 'spine1', Weight: 0.034294 +Vertex 3357: +Vertex groups: 2 + Group: 'spine', Weight: 0.818859 + Group: 'spine.001', Weight: 0.142203 +Vertex 3358: +Vertex groups: 3 + Group: 'spine', Weight: 0.023528 + Group: 'spine.001', Weight: 0.443932 + Group: 'spine.002', Weight: 0.497264 +Vertex 3359: +Vertex groups: 3 + Group: 'spine', Weight: 0.210158 + Group: 'spine.001', Weight: 0.696534 + Group: 'spine.002', Weight: 0.085250 +Vertex 3360: +Vertex groups: 2 + Group: 'spine', Weight: 0.652928 + Group: 'spine.001', Weight: 0.308604 +Vertex 3361: +Vertex groups: 2 + Group: 'spine', Weight: 0.717951 + Group: 'spine.001', Weight: 0.244761 +Vertex 3362: +Vertex groups: 3 + Group: 'spine', Weight: 0.848522 + Group: 'spine.001', Weight: 0.109949 + Group: 'spine1', Weight: 0.009505 +Vertex 3363: +Vertex groups: 3 + Group: 'spine', Weight: 0.024577 + Group: 'spine.001', Weight: 0.426284 + Group: 'spine.002', Weight: 0.512004 +Vertex 3364: +Vertex groups: 3 + Group: 'spine', Weight: 0.024952 + Group: 'spine.001', Weight: 0.377893 + Group: 'spine.002', Weight: 0.556212 +Vertex 3365: +Vertex groups: 3 + Group: 'spine', Weight: 0.211112 + Group: 'spine.001', Weight: 0.674317 + Group: 'spine.002', Weight: 0.104769 +Vertex 3366: +Vertex groups: 3 + Group: 'spine', Weight: 0.679907 + Group: 'spine.001', Weight: 0.277523 + Group: 'spine.002', Weight: 0.001567 +Vertex 3367: +Vertex groups: 2 + Group: 'spine', Weight: 0.739550 + Group: 'spine.001', Weight: 0.221161 +Vertex 3368: +Vertex groups: 3 + Group: 'spine', Weight: 0.825394 + Group: 'spine.001', Weight: 0.126571 + Group: 'spine1', Weight: 0.015344 +Vertex 3369: +Vertex groups: 3 + Group: 'spine', Weight: 0.819154 + Group: 'spine.001', Weight: 0.138873 + Group: 'spine1', Weight: 0.004756 +Vertex 3370: +Vertex groups: 3 + Group: 'spine', Weight: 0.474096 + Group: 'spine.001', Weight: 0.453023 + Group: 'spine.002', Weight: 0.059991 +Vertex 3371: +Vertex groups: 3 + Group: 'spine', Weight: 0.381028 + Group: 'spine.001', Weight: 0.554166 + Group: 'spine.002', Weight: 0.054035 +Vertex 3372: +Vertex groups: 3 + Group: 'spine', Weight: 0.285460 + Group: 'spine.001', Weight: 0.639313 + Group: 'spine.002', Weight: 0.066501 +Vertex 3373: +Vertex groups: 3 + Group: 'spine', Weight: 0.374473 + Group: 'spine.001', Weight: 0.571127 + Group: 'spine.002', Weight: 0.040420 +Vertex 3374: +Vertex groups: 3 + Group: 'spine', Weight: 0.382151 + Group: 'spine.001', Weight: 0.553943 + Group: 'spine.002', Weight: 0.053161 +Vertex 3375: +Vertex groups: 3 + Group: 'spine', Weight: 0.286761 + Group: 'spine.001', Weight: 0.639499 + Group: 'spine.002', Weight: 0.065179 +Vertex 3376: +Vertex groups: 3 + Group: 'spine', Weight: 0.286197 + Group: 'spine.001', Weight: 0.633518 + Group: 'spine.002', Weight: 0.071078 +Vertex 3377: +Vertex groups: 3 + Group: 'spine', Weight: 0.110209 + Group: 'spine.001', Weight: 0.489664 + Group: 'spine.002', Weight: 0.360784 +Vertex 3378: +Vertex groups: 3 + Group: 'spine', Weight: 0.113323 + Group: 'spine.001', Weight: 0.591243 + Group: 'spine.002', Weight: 0.275556 +Vertex 3379: +Vertex groups: 3 + Group: 'spine', Weight: 0.119337 + Group: 'spine.001', Weight: 0.632771 + Group: 'spine.002', Weight: 0.232804 +Vertex 3380: +Vertex groups: 3 + Group: 'spine', Weight: 0.061246 + Group: 'spine.001', Weight: 0.613705 + Group: 'spine.002', Weight: 0.310060 +Vertex 3381: +Vertex groups: 3 + Group: 'spine', Weight: 0.059915 + Group: 'spine.001', Weight: 0.588295 + Group: 'spine.002', Weight: 0.335044 +Vertex 3382: +Vertex groups: 3 + Group: 'spine', Weight: 0.073931 + Group: 'spine.001', Weight: 0.548393 + Group: 'spine.002', Weight: 0.358915 +Vertex 3383: +Vertex groups: 4 + Group: 'spine', Weight: 0.032206 + Group: 'spine.001', Weight: 0.142359 + Group: 'spine.002', Weight: 0.653947 + Group: 'spine.003', Weight: 0.091942 +Vertex 3384: +Vertex groups: 4 + Group: 'spine', Weight: 0.060567 + Group: 'spine.001', Weight: 0.223808 + Group: 'spine.002', Weight: 0.609481 + Group: 'spine.003', Weight: 0.055195 +Vertex 3385: +Vertex groups: 4 + Group: 'spine', Weight: 0.079189 + Group: 'spine.001', Weight: 0.332887 + Group: 'spine.002', Weight: 0.516397 + Group: 'spine.003', Weight: 0.020051 +Vertex 3386: +Vertex groups: 3 + Group: 'spine', Weight: 0.118653 + Group: 'spine.001', Weight: 0.621608 + Group: 'spine.002', Weight: 0.243255 +Vertex 3387: +Vertex groups: 3 + Group: 'spine', Weight: 0.117182 + Group: 'spine.001', Weight: 0.610349 + Group: 'spine.002', Weight: 0.254507 +Vertex 3388: +Vertex groups: 3 + Group: 'spine', Weight: 0.073713 + Group: 'spine.001', Weight: 0.570416 + Group: 'spine.002', Weight: 0.338094 +Vertex 3389: +Vertex groups: 3 + Group: 'spine', Weight: 0.064240 + Group: 'spine.001', Weight: 0.616310 + Group: 'spine.002', Weight: 0.304377 +Vertex 3390: +Vertex groups: 3 + Group: 'spine', Weight: 0.063530 + Group: 'spine.001', Weight: 0.566974 + Group: 'spine.002', Weight: 0.351397 +Vertex 3391: +Vertex groups: 3 + Group: 'spine', Weight: 0.154413 + Group: 'spine.001', Weight: 0.630935 + Group: 'spine.002', Weight: 0.198443 +Vertex 3392: +Vertex groups: 3 + Group: 'spine', Weight: 0.173449 + Group: 'spine.001', Weight: 0.658385 + Group: 'spine.002', Weight: 0.155740 +Vertex 3393: +Vertex groups: 3 + Group: 'spine', Weight: 0.112594 + Group: 'spine.001', Weight: 0.713368 + Group: 'spine.002', Weight: 0.164284 +Vertex 3394: +Vertex groups: 3 + Group: 'spine', Weight: 0.110474 + Group: 'spine.001', Weight: 0.648902 + Group: 'spine.002', Weight: 0.226828 +Vertex 3395: +Vertex groups: 4 + Group: 'spine', Weight: 0.054338 + Group: 'spine.001', Weight: 0.186168 + Group: 'spine.002', Weight: 0.636450 + Group: 'spine.003', Weight: 0.068620 +Vertex 3396: +Vertex groups: 4 + Group: 'spine', Weight: 0.080250 + Group: 'spine.001', Weight: 0.294877 + Group: 'spine.002', Weight: 0.544622 + Group: 'spine.003', Weight: 0.032469 +Vertex 3397: +Vertex groups: 3 + Group: 'spine', Weight: 0.124401 + Group: 'spine.001', Weight: 0.483868 + Group: 'spine.002', Weight: 0.345222 +Vertex 3398: +Vertex groups: 3 + Group: 'spine', Weight: 0.162065 + Group: 'spine.001', Weight: 0.648056 + Group: 'spine.002', Weight: 0.175930 +Vertex 3399: +Vertex groups: 3 + Group: 'spine', Weight: 0.158025 + Group: 'spine.001', Weight: 0.639975 + Group: 'spine.002', Weight: 0.186992 +Vertex 3400: +Vertex groups: 3 + Group: 'spine', Weight: 0.103813 + Group: 'spine.001', Weight: 0.653013 + Group: 'spine.002', Weight: 0.229666 +Vertex 3401: +Vertex groups: 3 + Group: 'spine', Weight: 0.086204 + Group: 'spine.001', Weight: 0.677100 + Group: 'spine.002', Weight: 0.224661 +Vertex 3402: +Vertex groups: 3 + Group: 'spine', Weight: 0.086767 + Group: 'spine.001', Weight: 0.647291 + Group: 'spine.002', Weight: 0.252124 +Vertex 3403: +Vertex groups: 3 + Group: 'spine', Weight: 0.165476 + Group: 'spine.001', Weight: 0.577090 + Group: 'spine.002', Weight: 0.231511 +Vertex 3404: +Vertex groups: 3 + Group: 'spine', Weight: 0.112237 + Group: 'spine.001', Weight: 0.699143 + Group: 'spine.002', Weight: 0.177982 +Vertex 3405: +Vertex groups: 3 + Group: 'spine', Weight: 0.034763 + Group: 'spine.001', Weight: 0.483363 + Group: 'spine.002', Weight: 0.453844 +Vertex 3406: +Vertex groups: 3 + Group: 'spine', Weight: 0.042168 + Group: 'spine.001', Weight: 0.506465 + Group: 'spine.002', Weight: 0.426804 +Vertex 3407: +Vertex groups: 3 + Group: 'spine', Weight: 0.033864 + Group: 'spine.001', Weight: 0.439386 + Group: 'spine.002', Weight: 0.493754 +Vertex 3408: +Vertex groups: 3 + Group: 'spine', Weight: 0.064541 + Group: 'spine.001', Weight: 0.622875 + Group: 'spine.002', Weight: 0.297946 +Vertex 3409: +Vertex groups: 3 + Group: 'spine', Weight: 0.072315 + Group: 'spine.001', Weight: 0.573588 + Group: 'spine.002', Weight: 0.336431 +Vertex 3410: +Vertex groups: 3 + Group: 'spine', Weight: 0.147821 + Group: 'spine.001', Weight: 0.714789 + Group: 'spine.002', Weight: 0.128463 +Vertex 3411: +Vertex groups: 3 + Group: 'spine', Weight: 0.145052 + Group: 'spine.001', Weight: 0.702574 + Group: 'spine.002', Weight: 0.142532 +Vertex 3412: +Vertex groups: 3 + Group: 'spine', Weight: 0.087781 + Group: 'spine.001', Weight: 0.670598 + Group: 'spine.002', Weight: 0.229143 +Vertex 3413: +Vertex groups: 3 + Group: 'spine', Weight: 0.112488 + Group: 'spine.001', Weight: 0.710530 + Group: 'spine.002', Weight: 0.167066 +Vertex 3414: +Vertex groups: 3 + Group: 'spine', Weight: 0.204319 + Group: 'spine.001', Weight: 0.697005 + Group: 'spine.002', Weight: 0.090441 +Vertex 3415: +Vertex groups: 3 + Group: 'spine', Weight: 0.114981 + Group: 'spine.001', Weight: 0.670685 + Group: 'spine.002', Weight: 0.201986 +Vertex 3416: +Vertex groups: 3 + Group: 'spine', Weight: 0.199066 + Group: 'spine.001', Weight: 0.691530 + Group: 'spine.002', Weight: 0.100472 +Vertex 3417: +Vertex groups: 3 + Group: 'spine', Weight: 0.517562 + Group: 'spine.001', Weight: 0.436094 + Group: 'spine.002', Weight: 0.019897 +Vertex 3418: +Vertex groups: 3 + Group: 'spine', Weight: 0.514845 + Group: 'spine.001', Weight: 0.439110 + Group: 'spine.002', Weight: 0.018839 +Vertex 3419: +Vertex groups: 3 + Group: 'spine', Weight: 0.369808 + Group: 'spine.001', Weight: 0.571315 + Group: 'spine.002', Weight: 0.048859 +Vertex 3420: +Vertex groups: 3 + Group: 'spine', Weight: 0.141930 + Group: 'spine.001', Weight: 0.710396 + Group: 'spine.002', Weight: 0.138288 +Vertex 3421: +Vertex groups: 2 + Group: 'spine', Weight: 0.778458 + Group: 'spine.001', Weight: 0.182735 +Vertex 3422: +Vertex groups: 2 + Group: 'spine', Weight: 0.760416 + Group: 'spine.001', Weight: 0.203126 +Vertex 3423: +Vertex groups: 2 + Group: 'spine', Weight: 0.775023 + Group: 'spine.001', Weight: 0.183095 +Vertex 3424: +Vertex groups: 3 + Group: 'spine', Weight: 0.649219 + Group: 'spine.001', Weight: 0.311888 + Group: 'spine.002', Weight: 0.000029 +Vertex 3425: +Vertex groups: 3 + Group: 'spine', Weight: 0.374612 + Group: 'spine.001', Weight: 0.569880 + Group: 'spine.002', Weight: 0.042631 +Vertex 3426: +Vertex groups: 2 + Group: 'spine', Weight: 0.673547 + Group: 'spine.001', Weight: 0.286364 +Vertex 3427: +Vertex groups: 3 + Group: 'spine', Weight: 0.374562 + Group: 'spine.001', Weight: 0.565907 + Group: 'spine.002', Weight: 0.048970 +Vertex 3428: +Vertex groups: 3 + Group: 'spine', Weight: 0.508747 + Group: 'spine.001', Weight: 0.445633 + Group: 'spine.002', Weight: 0.019043 +Vertex 3429: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.684213 + Group: 'forearm.R', Weight: 0.315658 +Vertex 3430: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.984915 +Vertex 3431: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.234893 + Group: 'forearm.R', Weight: 0.764973 +Vertex 3432: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994088 +Vertex 3433: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.902279 + Group: 'forearm.R', Weight: 0.097605 +Vertex 3434: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.308429 + Group: 'forearm.R', Weight: 0.691381 +Vertex 3435: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.987988 +Vertex 3436: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994146 +Vertex 3437: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.337531 + Group: 'forearm.R', Weight: 0.662258 +Vertex 3438: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.951032 + Group: 'forearm.R', Weight: 0.044546 +Vertex 3439: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.512656 + Group: 'forearm.R', Weight: 0.487215 +Vertex 3440: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.977317 +Vertex 3441: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.298095 + Group: 'forearm.R', Weight: 0.701723 +Vertex 3442: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.791517 + Group: 'forearm.R', Weight: 0.208217 +Vertex 3443: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.970965 +Vertex 3444: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.278604 + Group: 'forearm.R', Weight: 0.721180 +Vertex 3445: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.189894 + Group: 'forearm.R', Weight: 0.809059 +Vertex 3446: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.186001 + Group: 'forearm.R', Weight: 0.813353 +Vertex 3447: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.194680 + Group: 'forearm.R', Weight: 0.804980 +Vertex 3448: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.213466 + Group: 'forearm.R', Weight: 0.786310 +Vertex 3449: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.203395 + Group: 'forearm.R', Weight: 0.795687 +Vertex 3450: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.265690 + Group: 'forearm.R', Weight: 0.733974 +Vertex 3451: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.186246 + Group: 'forearm.R', Weight: 0.813296 +Vertex 3452: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.213220 + Group: 'forearm.R', Weight: 0.786369 +Vertex 3453: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.163860 + Group: 'forearm.R', Weight: 0.835855 +Vertex 3454: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.976132 +Vertex 3455: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.974224 +Vertex 3456: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996445 +Vertex 3457: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.978549 +Vertex 3458: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.972543 +Vertex 3459: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.975021 +Vertex 3460: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994484 +Vertex 3461: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.988872 +Vertex 3462: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.972998 +Vertex 3463: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.978791 +Vertex 3464: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990296 +Vertex 3465: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996130 +Vertex 3466: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.691667 + Group: 'spine.005', Weight: 0.167929 + Group: 'shoulder.R', Weight: 0.104317 +Vertex 3467: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.618202 + Group: 'spine.005', Weight: 0.219577 + Group: 'Head', Weight: 0.018564 + Group: 'shoulder.R', Weight: 0.114821 +Vertex 3468: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.584137 + Group: 'spine.005', Weight: 0.235830 + Group: 'Head', Weight: 0.043133 + Group: 'shoulder.R', Weight: 0.119344 +Vertex 3469: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.557324 + Group: 'spine.005', Weight: 0.210052 + Group: 'Head', Weight: 0.063245 + Group: 'shoulder.R', Weight: 0.143770 +Vertex 3470: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.571513 + Group: 'spine.005', Weight: 0.173887 + Group: 'Head', Weight: 0.068210 + Group: 'shoulder.R', Weight: 0.147080 +Vertex 3471: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.588819 + Group: 'spine.005', Weight: 0.159945 + Group: 'Head', Weight: 0.077837 + Group: 'shoulder.L', Weight: 0.009818 + Group: 'shoulder.R', Weight: 0.118449 +Vertex 3472: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.597448 + Group: 'spine.005', Weight: 0.155865 + Group: 'Head', Weight: 0.087225 + Group: 'shoulder.L', Weight: 0.040792 + Group: 'shoulder.R', Weight: 0.088107 +Vertex 3473: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.752635 + Group: 'spine.005', Weight: 0.127893 + Group: 'shoulder.R', Weight: 0.076298 +Vertex 3474: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.220355 + Group: 'spine.002', Weight: 0.715962 + Group: 'spine.003', Weight: 0.004203 +Vertex 3475: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.860582 + Group: 'forearm.R', Weight: 0.138370 +Vertex 3476: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.917787 + Group: 'forearm.R', Weight: 0.081954 +Vertex 3477: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.874580 + Group: 'forearm.R', Weight: 0.124840 +Vertex 3478: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.835956 + Group: 'forearm.R', Weight: 0.163188 +Vertex 3479: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.950433 + Group: 'forearm.R', Weight: 0.048739 +Vertex 3480: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.847700 + Group: 'forearm.R', Weight: 0.151453 +Vertex 3481: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.852232 + Group: 'forearm.R', Weight: 0.146661 +Vertex 3482: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.950714 + Group: 'forearm.R', Weight: 0.048339 +Vertex 3483: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.843200 + Group: 'forearm.R', Weight: 0.156173 +Vertex 3484: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.868255 + Group: 'forearm.R', Weight: 0.131132 +Vertex 3485: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.911553 + Group: 'forearm.R', Weight: 0.087982 +Vertex 3486: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.936667 + Group: 'forearm.R', Weight: 0.063063 +Vertex 3487: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.927981 + Group: 'forearm.R', Weight: 0.071697 +Vertex 3488: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.915011 + Group: 'forearm.R', Weight: 0.084620 +Vertex 3489: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.953963 + Group: 'forearm.R', Weight: 0.041787 +Vertex 3490: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.891799 + Group: 'forearm.R', Weight: 0.107637 +Vertex 3491: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.965351 + Group: 'forearm.R', Weight: 0.008561 +Vertex 3492: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990247 +Vertex 3493: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.974051 +Vertex 3494: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.958424 + Group: 'forearm.R', Weight: 0.025020 +Vertex 3495: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990428 +Vertex 3496: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.984422 +Vertex 3497: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.991213 +Vertex 3498: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.972186 + Group: 'forearm.R', Weight: 0.001021 +Vertex 3499: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.962449 + Group: 'forearm.R', Weight: 0.019532 +Vertex 3500: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.965349 + Group: 'forearm.R', Weight: 0.009887 +Vertex 3501: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.962897 + Group: 'forearm.R', Weight: 0.014119 +Vertex 3502: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.993342 +Vertex 3503: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.965228 + Group: 'forearm.R', Weight: 0.013768 +Vertex 3504: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.968515 + Group: 'forearm.R', Weight: 0.003534 +Vertex 3505: +Vertex groups: 5 + Group: 'spine', Weight: 0.009865 + Group: 'spine.001', Weight: 0.170627 + Group: 'spine.002', Weight: 0.708385 + Group: 'spine.003', Weight: 0.036775 + Group: 'upper_arm.R', Weight: 0.009415 +Vertex 3506: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.067466 + Group: 'spine.002', Weight: 0.546883 + Group: 'spine.003', Weight: 0.215925 + Group: 'shoulder.R', Weight: 0.055199 + Group: 'upper_arm.R', Weight: 0.054544 +Vertex 3507: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.657979 + Group: 'spine.003', Weight: 0.142787 + Group: 'spine.001', Weight: 0.102667 + Group: 'upper_arm.R', Weight: 0.058878 + Group: 'shoulder.R', Weight: 0.037689 +Vertex 3508: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697737 + Group: 'spine.001', Weight: 0.121015 + Group: 'spine.003', Weight: 0.103668 + Group: 'upper_arm.R', Weight: 0.059098 + Group: 'shoulder.R', Weight: 0.018482 +Vertex 3509: +Vertex groups: 5 + Group: 'spine', Weight: 0.013138 + Group: 'spine.001', Weight: 0.136193 + Group: 'spine.002', Weight: 0.688823 + Group: 'spine.003', Weight: 0.066372 + Group: 'upper_arm.R', Weight: 0.043292 +Vertex 3510: +Vertex groups: 3 + Group: 'spine', Weight: 0.778971 + Group: 'spine.001', Weight: 0.026889 + Group: 'spine1', Weight: 0.163683 +Vertex 3511: +Vertex groups: 3 + Group: 'spine', Weight: 0.822526 + Group: 'spine.001', Weight: 0.041359 + Group: 'spine1', Weight: 0.112371 +Vertex 3512: +Vertex groups: 3 + Group: 'spine', Weight: 0.329338 + Group: 'spine1', Weight: 0.631655 + Group: 'spine1.001', Weight: 0.013825 +Vertex 3513: +Vertex groups: 3 + Group: 'spine', Weight: 0.566365 + Group: 'spine1', Weight: 0.387173 + Group: 'spine1.001', Weight: 0.001561 +Vertex 3514: +Vertex groups: 3 + Group: 'spine', Weight: 0.337946 + Group: 'spine1', Weight: 0.616087 + Group: 'spine1.001', Weight: 0.021243 +Vertex 3515: +Vertex groups: 3 + Group: 'spine', Weight: 0.835793 + Group: 'spine.001', Weight: 0.039663 + Group: 'spine1', Weight: 0.099348 +Vertex 3516: +Vertex groups: 3 + Group: 'spine', Weight: 0.292182 + Group: 'spine1', Weight: 0.660978 + Group: 'spine1.001', Weight: 0.028649 +Vertex 3517: +Vertex groups: 3 + Group: 'spine', Weight: 0.302592 + Group: 'spine1', Weight: 0.653899 + Group: 'spine1.001', Weight: 0.023130 +Vertex 3518: +Vertex groups: 3 + Group: 'spine', Weight: 0.131470 + Group: 'spine1', Weight: 0.749936 + Group: 'spine1.001', Weight: 0.101889 +Vertex 3519: +Vertex groups: 3 + Group: 'spine', Weight: 0.079551 + Group: 'spine1', Weight: 0.759648 + Group: 'spine1.001', Weight: 0.150248 +Vertex 3520: +Vertex groups: 3 + Group: 'spine', Weight: 0.214616 + Group: 'spine1', Weight: 0.693877 + Group: 'spine1.001', Weight: 0.074460 +Vertex 3521: +Vertex groups: 3 + Group: 'spine', Weight: 0.063234 + Group: 'spine1', Weight: 0.761214 + Group: 'spine1.001', Weight: 0.167840 +Vertex 3522: +Vertex groups: 3 + Group: 'spine', Weight: 0.059945 + Group: 'spine1', Weight: 0.769742 + Group: 'spine1.001', Weight: 0.163861 +Vertex 3523: +Vertex groups: 3 + Group: 'spine', Weight: 0.204085 + Group: 'spine1', Weight: 0.705810 + Group: 'spine1.001', Weight: 0.072701 +Vertex 3524: +Vertex groups: 3 + Group: 'spine', Weight: 0.219934 + Group: 'spine1', Weight: 0.691705 + Group: 'spine1.001', Weight: 0.070568 +Vertex 3525: +Vertex groups: 3 + Group: 'spine', Weight: 0.056860 + Group: 'spine1', Weight: 0.778492 + Group: 'spine1.001', Weight: 0.158949 +Vertex 3526: +Vertex groups: 4 + Group: 'spine', Weight: 0.761169 + Group: 'spine.001', Weight: 0.177780 + Group: 'spine.002', Weight: 0.011705 + Group: 'spine1', Weight: 0.000089 +Vertex 3527: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107879 + Group: 'spine.003', Weight: 0.119027 + Group: 'shoulder.R', Weight: 0.149434 + Group: 'upper_arm.R', Weight: 0.601253 +Vertex 3528: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.970726 +Vertex 3529: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.373364 + Group: 'forearm.R', Weight: 0.626304 +Vertex 3530: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.722308 + Group: 'forearm.R', Weight: 0.277156 +Vertex 3531: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004210 + Group: 'shoulder.R', Weight: 0.029486 + Group: 'upper_arm.R', Weight: 0.903314 +Vertex 3532: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063810 + Group: 'spine.003', Weight: 0.073213 + Group: 'shoulder.R', Weight: 0.093575 + Group: 'upper_arm.R', Weight: 0.755223 +Vertex 3533: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.249005 + Group: 'spine.003', Weight: 0.246591 + Group: 'shoulder.R', Weight: 0.143976 + Group: 'upper_arm.R', Weight: 0.315682 +Vertex 3534: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040067 + Group: 'spine.002', Weight: 0.490323 + Group: 'spine.003', Weight: 0.198410 + Group: 'shoulder.R', Weight: 0.081136 + Group: 'upper_arm.R', Weight: 0.159505 +Vertex 3535: +Vertex groups: 5 + Group: 'spine', Weight: 0.048212 + Group: 'spine.001', Weight: 0.209642 + Group: 'spine.002', Weight: 0.635156 + Group: 'spine.003', Weight: 0.051066 + Group: 'upper_arm.R', Weight: 0.011197 +Vertex 3536: +Vertex groups: 3 + Group: 'spine', Weight: 0.242313 + Group: 'spine.001', Weight: 0.563282 + Group: 'spine.002', Weight: 0.170812 +Vertex 3537: +Vertex groups: 3 + Group: 'spine', Weight: 0.602968 + Group: 'spine.001', Weight: 0.309187 + Group: 'spine.002', Weight: 0.066402 +Vertex 3538: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.083827 + Group: 'spine.002', Weight: 0.646219 + Group: 'spine.003', Weight: 0.114600 + Group: 'shoulder.R', Weight: 0.035547 + Group: 'upper_arm.R', Weight: 0.081609 +Vertex 3539: +Vertex groups: 3 + Group: 'spine', Weight: 0.691940 + Group: 'spine.001', Weight: 0.242073 + Group: 'spine.002', Weight: 0.032586 +Vertex 3540: +Vertex groups: 3 + Group: 'spine', Weight: 0.810020 + Group: 'spine.001', Weight: 0.050748 + Group: 'spine1', Weight: 0.121006 +Vertex 3541: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142123 + Group: 'spine.003', Weight: 0.151700 + Group: 'shoulder.R', Weight: 0.182616 + Group: 'upper_arm.R', Weight: 0.494372 +Vertex 3542: +Vertex groups: 3 + Group: 'spine', Weight: 0.823659 + Group: 'spine.001', Weight: 0.098808 + Group: 'spine1', Weight: 0.054736 +Vertex 3543: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.104816 + Group: 'forearm.R', Weight: 0.894798 +Vertex 3544: +Vertex groups: 1 + Group: 'spine2', Weight: 0.985816 +Vertex 3545: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3546: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.806102 + Group: 'spine2', Weight: 0.190187 +Vertex 3547: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.269529 + Group: 'spine1.003', Weight: 0.728594 +Vertex 3548: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.136714 + Group: 'spine1.002', Weight: 0.830055 +Vertex 3549: +Vertex groups: 4 + Group: 'spine', Weight: 0.052035 + Group: 'spine1', Weight: 0.689817 + Group: 'spine1.001', Weight: 0.219964 + Group: 'spine1.002', Weight: 0.022958 +Vertex 3550: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.114443 + Group: 'spine2', Weight: 0.885106 +Vertex 3551: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.028340 + Group: 'spine1.003', Weight: 0.959829 +Vertex 3552: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.912322 + Group: 'spine1.003', Weight: 0.065831 +Vertex 3553: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132561 + Group: 'spine1.001', Weight: 0.685428 + Group: 'spine1.002', Weight: 0.169449 +Vertex 3554: +Vertex groups: 3 + Group: 'spine', Weight: 0.459960 + Group: 'spine.001', Weight: 0.419333 + Group: 'spine.002', Weight: 0.100282 +Vertex 3555: +Vertex groups: 3 + Group: 'spine', Weight: 0.342838 + Group: 'spine.001', Weight: 0.508420 + Group: 'spine.002', Weight: 0.127676 +Vertex 3556: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.926947 + Group: 'forearm.R', Weight: 0.070799 +Vertex 3557: +Vertex groups: 3 + Group: 'spine', Weight: 0.409949 + Group: 'spine1', Weight: 0.537719 + Group: 'spine1.001', Weight: 0.022014 +Vertex 3558: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.003384 + Group: 'forearm.R', Weight: 0.972084 +Vertex 3559: +Vertex groups: 4 + Group: 'spine', Weight: 0.095894 + Group: 'spine.001', Weight: 0.420920 + Group: 'spine.002', Weight: 0.429469 + Group: 'spine.003', Weight: 0.000996 +Vertex 3560: +Vertex groups: 3 + Group: 'spine', Weight: 0.145789 + Group: 'spine.001', Weight: 0.535095 + Group: 'spine.002', Weight: 0.284110 +Vertex 3561: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.180216 + Group: 'forearm.R', Weight: 0.819480 +Vertex 3562: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.973494 +Vertex 3563: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.839217 + Group: 'forearm.R', Weight: 0.159803 +Vertex 3564: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.960174 + Group: 'forearm.R', Weight: 0.020674 +Vertex 3565: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.714619 + Group: 'spine.001', Weight: 0.134458 + Group: 'spine.003', Weight: 0.084785 + Group: 'upper_arm.R', Weight: 0.054691 + Group: 'spine', Weight: 0.011446 +Vertex 3566: +Vertex groups: 2 + Group: 'spine', Weight: 0.680804 + Group: 'spine1', Weight: 0.271223 +Vertex 3567: +Vertex groups: 3 + Group: 'spine', Weight: 0.164295 + Group: 'spine1', Weight: 0.732618 + Group: 'spine1.001', Weight: 0.085956 +Vertex 3568: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.980386 +Vertex 3569: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.985890 +Vertex 3570: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.010351 + Group: 'forearm.R', Weight: 0.968653 +Vertex 3571: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.018012 + Group: 'forearm.R', Weight: 0.963668 +Vertex 3572: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.971998 +Vertex 3573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013587 + Group: 'Head', Weight: 0.968089 +Vertex 3574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.034632 + Group: 'Head', Weight: 0.957557 +Vertex 3575: +Vertex groups: 1 + Group: 'Head', Weight: 0.981409 +Vertex 3576: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 3577: +Vertex groups: 1 + Group: 'Head', Weight: 0.975647 +Vertex 3578: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.004109 + Group: 'Head', Weight: 0.972807 +Vertex 3579: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021524 + Group: 'Head', Weight: 0.964078 +Vertex 3580: +Vertex groups: 1 + Group: 'Head', Weight: 0.981767 +Vertex 3581: +Vertex groups: 1 + Group: 'Head', Weight: 0.980399 +Vertex 3582: +Vertex groups: 1 + Group: 'Head', Weight: 0.977530 +Vertex 3583: +Vertex groups: 1 + Group: 'Head', Weight: 0.980551 +Vertex 3584: +Vertex groups: 1 + Group: 'Head', Weight: 0.980001 +Vertex 3585: +Vertex groups: 1 + Group: 'Head', Weight: 0.984899 +Vertex 3586: +Vertex groups: 1 + Group: 'Head', Weight: 0.983770 +Vertex 3587: +Vertex groups: 1 + Group: 'Head', Weight: 0.982237 +Vertex 3588: +Vertex groups: 1 + Group: 'Head', Weight: 0.985156 +Vertex 3589: +Vertex groups: 1 + Group: 'Head', Weight: 0.985279 +Vertex 3590: +Vertex groups: 1 + Group: 'Head', Weight: 0.987319 +Vertex 3591: +Vertex groups: 1 + Group: 'Head', Weight: 0.988391 +Vertex 3592: +Vertex groups: 1 + Group: 'Head', Weight: 0.988680 +Vertex 3593: +Vertex groups: 1 + Group: 'Head', Weight: 0.987940 +Vertex 3594: +Vertex groups: 1 + Group: 'Head', Weight: 0.987098 +Vertex 3595: +Vertex groups: 1 + Group: 'Head', Weight: 0.986034 +Vertex 3596: +Vertex groups: 1 + Group: 'Head', Weight: 0.988269 +Vertex 3597: +Vertex groups: 1 + Group: 'Head', Weight: 0.988379 +Vertex 3598: +Vertex groups: 1 + Group: 'Head', Weight: 0.989432 +Vertex 3599: +Vertex groups: 1 + Group: 'Head', Weight: 0.990345 +Vertex 3600: +Vertex groups: 1 + Group: 'Head', Weight: 0.990951 +Vertex 3601: +Vertex groups: 1 + Group: 'Head', Weight: 0.990980 +Vertex 3602: +Vertex groups: 1 + Group: 'Head', Weight: 0.990386 +Vertex 3603: +Vertex groups: 1 + Group: 'Head', Weight: 0.989131 +Vertex 3604: +Vertex groups: 1 + Group: 'Head', Weight: 0.990757 +Vertex 3605: +Vertex groups: 1 + Group: 'Head', Weight: 0.990635 +Vertex 3606: +Vertex groups: 1 + Group: 'Head', Weight: 0.991244 +Vertex 3607: +Vertex groups: 1 + Group: 'Head', Weight: 0.992020 +Vertex 3608: +Vertex groups: 1 + Group: 'Head', Weight: 0.992651 +Vertex 3609: +Vertex groups: 1 + Group: 'Head', Weight: 0.992857 +Vertex 3610: +Vertex groups: 1 + Group: 'Head', Weight: 0.992537 +Vertex 3611: +Vertex groups: 1 + Group: 'Head', Weight: 0.991704 +Vertex 3612: +Vertex groups: 1 + Group: 'Head', Weight: 0.992826 +Vertex 3613: +Vertex groups: 1 + Group: 'Head', Weight: 0.992520 +Vertex 3614: +Vertex groups: 1 + Group: 'Head', Weight: 0.992798 +Vertex 3615: +Vertex groups: 1 + Group: 'Head', Weight: 0.993373 +Vertex 3616: +Vertex groups: 1 + Group: 'Head', Weight: 0.993915 +Vertex 3617: +Vertex groups: 1 + Group: 'Head', Weight: 0.994161 +Vertex 3618: +Vertex groups: 1 + Group: 'Head', Weight: 0.994019 +Vertex 3619: +Vertex groups: 1 + Group: 'Head', Weight: 0.993502 +Vertex 3620: +Vertex groups: 1 + Group: 'Head', Weight: 0.994295 +Vertex 3621: +Vertex groups: 1 + Group: 'Head', Weight: 0.993991 +Vertex 3622: +Vertex groups: 1 + Group: 'Head', Weight: 0.994066 +Vertex 3623: +Vertex groups: 1 + Group: 'Head', Weight: 0.994437 +Vertex 3624: +Vertex groups: 1 + Group: 'Head', Weight: 0.994854 +Vertex 3625: +Vertex groups: 1 + Group: 'Head', Weight: 0.995085 +Vertex 3626: +Vertex groups: 1 + Group: 'Head', Weight: 0.995048 +Vertex 3627: +Vertex groups: 1 + Group: 'Head', Weight: 0.994745 +Vertex 3628: +Vertex groups: 1 + Group: 'Head', Weight: 0.995283 +Vertex 3629: +Vertex groups: 1 + Group: 'Head', Weight: 0.995035 +Vertex 3630: +Vertex groups: 1 + Group: 'Head', Weight: 0.995015 +Vertex 3631: +Vertex groups: 1 + Group: 'Head', Weight: 0.995236 +Vertex 3632: +Vertex groups: 1 + Group: 'Head', Weight: 0.995538 +Vertex 3633: +Vertex groups: 1 + Group: 'Head', Weight: 0.995736 +Vertex 3634: +Vertex groups: 1 + Group: 'Head', Weight: 0.995750 +Vertex 3635: +Vertex groups: 1 + Group: 'Head', Weight: 0.995579 +Vertex 3636: +Vertex groups: 1 + Group: 'Head', Weight: 0.995930 +Vertex 3637: +Vertex groups: 1 + Group: 'Head', Weight: 0.995740 +Vertex 3638: +Vertex groups: 1 + Group: 'Head', Weight: 0.995685 +Vertex 3639: +Vertex groups: 1 + Group: 'Head', Weight: 0.995809 +Vertex 3640: +Vertex groups: 1 + Group: 'Head', Weight: 0.996025 +Vertex 3641: +Vertex groups: 1 + Group: 'Head', Weight: 0.996187 +Vertex 3642: +Vertex groups: 1 + Group: 'Head', Weight: 0.996223 +Vertex 3643: +Vertex groups: 1 + Group: 'Head', Weight: 0.996124 +Vertex 3644: +Vertex groups: 1 + Group: 'Head', Weight: 0.996349 +Vertex 3645: +Vertex groups: 1 + Group: 'Head', Weight: 0.996209 +Vertex 3646: +Vertex groups: 1 + Group: 'Head', Weight: 0.996147 +Vertex 3647: +Vertex groups: 1 + Group: 'Head', Weight: 0.996209 +Vertex 3648: +Vertex groups: 1 + Group: 'Head', Weight: 0.996364 +Vertex 3649: +Vertex groups: 1 + Group: 'Head', Weight: 0.996495 +Vertex 3650: +Vertex groups: 1 + Group: 'Head', Weight: 0.996537 +Vertex 3651: +Vertex groups: 1 + Group: 'Head', Weight: 0.996480 +Vertex 3652: +Vertex groups: 1 + Group: 'Head', Weight: 0.996622 +Vertex 3653: +Vertex groups: 1 + Group: 'Head', Weight: 0.996521 +Vertex 3654: +Vertex groups: 1 + Group: 'Head', Weight: 0.996465 +Vertex 3655: +Vertex groups: 1 + Group: 'Head', Weight: 0.996495 +Vertex 3656: +Vertex groups: 1 + Group: 'Head', Weight: 0.996602 +Vertex 3657: +Vertex groups: 1 + Group: 'Head', Weight: 0.996703 +Vertex 3658: +Vertex groups: 1 + Group: 'Head', Weight: 0.996743 +Vertex 3659: +Vertex groups: 1 + Group: 'Head', Weight: 0.996711 +Vertex 3660: +Vertex groups: 1 + Group: 'Head', Weight: 0.996799 +Vertex 3661: +Vertex groups: 1 + Group: 'Head', Weight: 0.996728 +Vertex 3662: +Vertex groups: 1 + Group: 'Head', Weight: 0.996683 +Vertex 3663: +Vertex groups: 1 + Group: 'Head', Weight: 0.996695 +Vertex 3664: +Vertex groups: 1 + Group: 'Head', Weight: 0.996766 +Vertex 3665: +Vertex groups: 1 + Group: 'Head', Weight: 0.996841 +Vertex 3666: +Vertex groups: 1 + Group: 'Head', Weight: 0.996876 +Vertex 3667: +Vertex groups: 1 + Group: 'Head', Weight: 0.996858 +Vertex 3668: +Vertex groups: 1 + Group: 'Head', Weight: 0.996911 +Vertex 3669: +Vertex groups: 1 + Group: 'Head', Weight: 0.996864 +Vertex 3670: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 3671: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 3672: +Vertex groups: 1 + Group: 'Head', Weight: 0.996874 +Vertex 3673: +Vertex groups: 1 + Group: 'Head', Weight: 0.996929 +Vertex 3674: +Vertex groups: 1 + Group: 'Head', Weight: 0.996957 +Vertex 3675: +Vertex groups: 1 + Group: 'Head', Weight: 0.996949 +Vertex 3676: +Vertex groups: 1 + Group: 'Head', Weight: 0.996982 +Vertex 3677: +Vertex groups: 1 + Group: 'Head', Weight: 0.996953 +Vertex 3678: +Vertex groups: 1 + Group: 'Head', Weight: 0.996930 +Vertex 3679: +Vertex groups: 1 + Group: 'Head', Weight: 0.996924 +Vertex 3680: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 3681: +Vertex groups: 1 + Group: 'Head', Weight: 0.996983 +Vertex 3682: +Vertex groups: 1 + Group: 'Head', Weight: 0.997005 +Vertex 3683: +Vertex groups: 1 + Group: 'Head', Weight: 0.997003 +Vertex 3684: +Vertex groups: 1 + Group: 'Head', Weight: 0.997027 +Vertex 3685: +Vertex groups: 1 + Group: 'Head', Weight: 0.997012 +Vertex 3686: +Vertex groups: 1 + Group: 'Head', Weight: 0.997000 +Vertex 3687: +Vertex groups: 1 + Group: 'Head', Weight: 0.996995 +Vertex 3688: +Vertex groups: 1 + Group: 'Head', Weight: 0.997003 +Vertex 3689: +Vertex groups: 1 + Group: 'Head', Weight: 0.997021 +Vertex 3690: +Vertex groups: 1 + Group: 'Head', Weight: 0.997035 +Vertex 3691: +Vertex groups: 1 + Group: 'Head', Weight: 0.997036 +Vertex 3692: +Vertex groups: 1 + Group: 'Head', Weight: 0.997054 +Vertex 3693: +Vertex groups: 1 + Group: 'Head', Weight: 0.997050 +Vertex 3694: +Vertex groups: 1 + Group: 'Head', Weight: 0.997047 +Vertex 3695: +Vertex groups: 1 + Group: 'Head', Weight: 0.997046 +Vertex 3696: +Vertex groups: 1 + Group: 'Head', Weight: 0.997048 +Vertex 3697: +Vertex groups: 1 + Group: 'Head', Weight: 0.997052 +Vertex 3698: +Vertex groups: 1 + Group: 'Head', Weight: 0.997057 +Vertex 3699: +Vertex groups: 1 + Group: 'Head', Weight: 0.997057 +Vertex 3700: +Vertex groups: 1 + Group: 'Head', Weight: 0.997064 +Vertex 3701: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078155 + Group: 'Head', Weight: 0.921844 +Vertex 3702: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072806 + Group: 'Head', Weight: 0.927193 +Vertex 3703: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.066086 + Group: 'Head', Weight: 0.933913 +Vertex 3704: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061518 + Group: 'Head', Weight: 0.938482 +Vertex 3705: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.059699 + Group: 'Head', Weight: 0.940300 +Vertex 3706: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060762 + Group: 'Head', Weight: 0.939237 +Vertex 3707: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064770 + Group: 'Head', Weight: 0.935229 +Vertex 3708: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071583 + Group: 'Head', Weight: 0.928416 +Vertex 3709: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088658 + Group: 'Head', Weight: 0.911341 +Vertex 3710: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090111 + Group: 'Head', Weight: 0.909888 +Vertex 3711: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077925 + Group: 'Head', Weight: 0.922074 +Vertex 3712: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074113 + Group: 'Head', Weight: 0.925887 +Vertex 3713: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071817 + Group: 'Head', Weight: 0.928182 +Vertex 3714: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071054 + Group: 'Head', Weight: 0.928945 +Vertex 3715: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071675 + Group: 'Head', Weight: 0.928324 +Vertex 3716: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078404 + Group: 'Head', Weight: 0.921595 +Vertex 3717: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084980 + Group: 'Head', Weight: 0.915019 +Vertex 3718: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082711 + Group: 'Head', Weight: 0.917288 +Vertex 3719: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079557 + Group: 'Head', Weight: 0.920442 +Vertex 3720: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077243 + Group: 'Head', Weight: 0.922756 +Vertex 3721: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075608 + Group: 'Head', Weight: 0.924391 +Vertex 3722: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074895 + Group: 'Head', Weight: 0.925104 +Vertex 3723: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075758 + Group: 'Head', Weight: 0.924241 +Vertex 3724: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079238 + Group: 'Head', Weight: 0.920761 +Vertex 3725: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.080427 + Group: 'Head', Weight: 0.919572 +Vertex 3726: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079808 + Group: 'Head', Weight: 0.920191 +Vertex 3727: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078675 + Group: 'Head', Weight: 0.921323 +Vertex 3728: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077580 + Group: 'Head', Weight: 0.922419 +Vertex 3729: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076628 + Group: 'Head', Weight: 0.923370 +Vertex 3730: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076080 + Group: 'Head', Weight: 0.923919 +Vertex 3731: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076596 + Group: 'Head', Weight: 0.923403 +Vertex 3732: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078477 + Group: 'Head', Weight: 0.921521 +Vertex 3733: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078652 + Group: 'Head', Weight: 0.921346 +Vertex 3734: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078394 + Group: 'Head', Weight: 0.921605 +Vertex 3735: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077880 + Group: 'Head', Weight: 0.922119 +Vertex 3736: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077339 + Group: 'Head', Weight: 0.922660 +Vertex 3737: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076837 + Group: 'Head', Weight: 0.923162 +Vertex 3738: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076527 + Group: 'Head', Weight: 0.923471 +Vertex 3739: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076842 + Group: 'Head', Weight: 0.923157 +Vertex 3740: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077906 + Group: 'Head', Weight: 0.922092 +Vertex 3741: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077638 + Group: 'Head', Weight: 0.922361 +Vertex 3742: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077514 + Group: 'Head', Weight: 0.922484 +Vertex 3743: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077256 + Group: 'Head', Weight: 0.922743 +Vertex 3744: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076986 + Group: 'Head', Weight: 0.923012 +Vertex 3745: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076754 + Group: 'Head', Weight: 0.923244 +Vertex 3746: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076643 + Group: 'Head', Weight: 0.923356 +Vertex 3747: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076835 + Group: 'Head', Weight: 0.923164 +Vertex 3748: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077342 + Group: 'Head', Weight: 0.922657 +Vertex 3749: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076934 + Group: 'Head', Weight: 0.923064 +Vertex 3750: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076866 + Group: 'Head', Weight: 0.923132 +Vertex 3751: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076731 + Group: 'Head', Weight: 0.923268 +Vertex 3752: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076604 + Group: 'Head', Weight: 0.923395 +Vertex 3753: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076517 + Group: 'Head', Weight: 0.923481 +Vertex 3754: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076504 + Group: 'Head', Weight: 0.923494 +Vertex 3755: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076614 + Group: 'Head', Weight: 0.923385 +Vertex 3756: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076823 + Group: 'Head', Weight: 0.923175 +Vertex 3757: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076384 + Group: 'Head', Weight: 0.923614 +Vertex 3758: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076336 + Group: 'Head', Weight: 0.923662 +Vertex 3759: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076260 + Group: 'Head', Weight: 0.923739 +Vertex 3760: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076205 + Group: 'Head', Weight: 0.923793 +Vertex 3761: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076186 + Group: 'Head', Weight: 0.923812 +Vertex 3762: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076207 + Group: 'Head', Weight: 0.923792 +Vertex 3763: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076268 + Group: 'Head', Weight: 0.923730 +Vertex 3764: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076351 + Group: 'Head', Weight: 0.923647 +Vertex 3765: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075913 + Group: 'Head', Weight: 0.924085 +Vertex 3766: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075875 + Group: 'Head', Weight: 0.924123 +Vertex 3767: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075826 + Group: 'Head', Weight: 0.924173 +Vertex 3768: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075802 + Group: 'Head', Weight: 0.924197 +Vertex 3769: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075808 + Group: 'Head', Weight: 0.924191 +Vertex 3770: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075834 + Group: 'Head', Weight: 0.924164 +Vertex 3771: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075872 + Group: 'Head', Weight: 0.924126 +Vertex 3772: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075909 + Group: 'Head', Weight: 0.924089 +Vertex 3773: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075481 + Group: 'Head', Weight: 0.924517 +Vertex 3774: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075455 + Group: 'Head', Weight: 0.924543 +Vertex 3775: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075417 + Group: 'Head', Weight: 0.924581 +Vertex 3776: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075399 + Group: 'Head', Weight: 0.924599 +Vertex 3777: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075406 + Group: 'Head', Weight: 0.924592 +Vertex 3778: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075429 + Group: 'Head', Weight: 0.924569 +Vertex 3779: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075457 + Group: 'Head', Weight: 0.924542 +Vertex 3780: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075480 + Group: 'Head', Weight: 0.924518 +Vertex 3781: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075057 + Group: 'Head', Weight: 0.924941 +Vertex 3782: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075046 + Group: 'Head', Weight: 0.924952 +Vertex 3783: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075015 + Group: 'Head', Weight: 0.924983 +Vertex 3784: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074990 + Group: 'Head', Weight: 0.925008 +Vertex 3785: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074988 + Group: 'Head', Weight: 0.925010 +Vertex 3786: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075002 + Group: 'Head', Weight: 0.924995 +Vertex 3787: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075025 + Group: 'Head', Weight: 0.924973 +Vertex 3788: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075048 + Group: 'Head', Weight: 0.924950 +Vertex 3789: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074617 + Group: 'Head', Weight: 0.925381 +Vertex 3790: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074620 + Group: 'Head', Weight: 0.925378 +Vertex 3791: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074595 + Group: 'Head', Weight: 0.925403 +Vertex 3792: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074560 + Group: 'Head', Weight: 0.925438 +Vertex 3793: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074546 + Group: 'Head', Weight: 0.925452 +Vertex 3794: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074552 + Group: 'Head', Weight: 0.925446 +Vertex 3795: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074572 + Group: 'Head', Weight: 0.925426 +Vertex 3796: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074597 + Group: 'Head', Weight: 0.925401 +Vertex 3797: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074149 + Group: 'Head', Weight: 0.925849 +Vertex 3798: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074166 + Group: 'Head', Weight: 0.925832 +Vertex 3799: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074148 + Group: 'Head', Weight: 0.925850 +Vertex 3800: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074104 + Group: 'Head', Weight: 0.925894 +Vertex 3801: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074076 + Group: 'Head', Weight: 0.925922 +Vertex 3802: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074072 + Group: 'Head', Weight: 0.925926 +Vertex 3803: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074089 + Group: 'Head', Weight: 0.925909 +Vertex 3804: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074118 + Group: 'Head', Weight: 0.925880 +Vertex 3805: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073646 + Group: 'Head', Weight: 0.926352 +Vertex 3806: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073689 + Group: 'Head', Weight: 0.926309 +Vertex 3807: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073690 + Group: 'Head', Weight: 0.926308 +Vertex 3808: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073638 + Group: 'Head', Weight: 0.926360 +Vertex 3809: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073589 + Group: 'Head', Weight: 0.926410 +Vertex 3810: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073556 + Group: 'Head', Weight: 0.926442 +Vertex 3811: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073552 + Group: 'Head', Weight: 0.926447 +Vertex 3812: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073589 + Group: 'Head', Weight: 0.926409 +Vertex 3813: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073090 + Group: 'Head', Weight: 0.926909 +Vertex 3814: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073189 + Group: 'Head', Weight: 0.926809 +Vertex 3815: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073223 + Group: 'Head', Weight: 0.926775 +Vertex 3816: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073157 + Group: 'Head', Weight: 0.926841 +Vertex 3817: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073091 + Group: 'Head', Weight: 0.926907 +Vertex 3818: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072987 + Group: 'Head', Weight: 0.927011 +Vertex 3819: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072852 + Group: 'Head', Weight: 0.927146 +Vertex 3820: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072934 + Group: 'Head', Weight: 0.927064 +Vertex 3821: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072623 + Group: 'Head', Weight: 0.927375 +Vertex 3822: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072712 + Group: 'Head', Weight: 0.927287 +Vertex 3823: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072747 + Group: 'Head', Weight: 0.927251 +Vertex 3824: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072694 + Group: 'Head', Weight: 0.927304 +Vertex 3825: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072572 + Group: 'Head', Weight: 0.927426 +Vertex 3826: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072448 + Group: 'Head', Weight: 0.927550 +Vertex 3827: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072414 + Group: 'Head', Weight: 0.927584 +Vertex 3828: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072495 + Group: 'Head', Weight: 0.927503 +Vertex 3829: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072271 + Group: 'Head', Weight: 0.927727 +Vertex 3830: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072301 + Group: 'Head', Weight: 0.927697 +Vertex 3831: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072310 + Group: 'Head', Weight: 0.927688 +Vertex 3832: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072287 + Group: 'Head', Weight: 0.927711 +Vertex 3833: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072240 + Group: 'Head', Weight: 0.927758 +Vertex 3834: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072196 + Group: 'Head', Weight: 0.927802 +Vertex 3835: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072192 + Group: 'Head', Weight: 0.927806 +Vertex 3836: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072224 + Group: 'Head', Weight: 0.927774 +Vertex 3837: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072150 + Group: 'Head', Weight: 0.927848 +Vertex 3838: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246538 + Group: 'Head', Weight: 0.753460 +Vertex 3839: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256952 + Group: 'Head', Weight: 0.743046 +Vertex 3840: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246325 + Group: 'Head', Weight: 0.753674 +Vertex 3841: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235210 + Group: 'Head', Weight: 0.764788 +Vertex 3842: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.228873 + Group: 'Head', Weight: 0.771125 +Vertex 3843: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.227390 + Group: 'Head', Weight: 0.772608 +Vertex 3844: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.229223 + Group: 'Head', Weight: 0.770775 +Vertex 3845: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235245 + Group: 'Head', Weight: 0.764753 +Vertex 3846: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260805 + Group: 'Head', Weight: 0.739193 +Vertex 3847: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267883 + Group: 'Head', Weight: 0.732116 +Vertex 3848: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.264149 + Group: 'Head', Weight: 0.735849 +Vertex 3849: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251484 + Group: 'Head', Weight: 0.748514 +Vertex 3850: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245195 + Group: 'Head', Weight: 0.754803 +Vertex 3851: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242703 + Group: 'Head', Weight: 0.757295 +Vertex 3852: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242938 + Group: 'Head', Weight: 0.757060 +Vertex 3853: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245804 + Group: 'Head', Weight: 0.754194 +Vertex 3854: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256305 + Group: 'Head', Weight: 0.743693 +Vertex 3855: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259167 + Group: 'Head', Weight: 0.740831 +Vertex 3856: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.257413 + Group: 'Head', Weight: 0.742585 +Vertex 3857: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253300 + Group: 'Head', Weight: 0.746698 +Vertex 3858: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250429 + Group: 'Head', Weight: 0.749569 +Vertex 3859: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249000 + Group: 'Head', Weight: 0.750998 +Vertex 3860: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249031 + Group: 'Head', Weight: 0.750967 +Vertex 3861: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250982 + Group: 'Head', Weight: 0.749016 +Vertex 3862: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255017 + Group: 'Head', Weight: 0.744981 +Vertex 3863: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256364 + Group: 'Head', Weight: 0.743634 +Vertex 3864: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255388 + Group: 'Head', Weight: 0.744610 +Vertex 3865: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253685 + Group: 'Head', Weight: 0.746313 +Vertex 3866: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252402 + Group: 'Head', Weight: 0.747596 +Vertex 3867: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251660 + Group: 'Head', Weight: 0.748338 +Vertex 3868: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251544 + Group: 'Head', Weight: 0.748454 +Vertex 3869: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252503 + Group: 'Head', Weight: 0.747495 +Vertex 3870: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254446 + Group: 'Head', Weight: 0.745552 +Vertex 3871: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255025 + Group: 'Head', Weight: 0.744973 +Vertex 3872: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254601 + Group: 'Head', Weight: 0.745396 +Vertex 3873: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253840 + Group: 'Head', Weight: 0.746158 +Vertex 3874: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253180 + Group: 'Head', Weight: 0.746818 +Vertex 3875: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252750 + Group: 'Head', Weight: 0.747248 +Vertex 3876: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252677 + Group: 'Head', Weight: 0.747321 +Vertex 3877: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253256 + Group: 'Head', Weight: 0.746742 +Vertex 3878: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253955 + Group: 'Head', Weight: 0.746043 +Vertex 3879: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254136 + Group: 'Head', Weight: 0.745862 +Vertex 3880: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254043 + Group: 'Head', Weight: 0.745955 +Vertex 3881: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253776 + Group: 'Head', Weight: 0.746221 +Vertex 3882: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253458 + Group: 'Head', Weight: 0.746539 +Vertex 3883: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253226 + Group: 'Head', Weight: 0.746772 +Vertex 3884: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253241 + Group: 'Head', Weight: 0.746757 +Vertex 3885: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253557 + Group: 'Head', Weight: 0.746440 +Vertex 3886: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253688 + Group: 'Head', Weight: 0.746309 +Vertex 3887: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253730 + Group: 'Head', Weight: 0.746267 +Vertex 3888: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253717 + Group: 'Head', Weight: 0.746280 +Vertex 3889: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253656 + Group: 'Head', Weight: 0.746342 +Vertex 3890: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253568 + Group: 'Head', Weight: 0.746430 +Vertex 3891: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253500 + Group: 'Head', Weight: 0.746498 +Vertex 3892: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253513 + Group: 'Head', Weight: 0.746485 +Vertex 3893: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253599 + Group: 'Head', Weight: 0.746399 +Vertex 3894: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253618 + Group: 'Head', Weight: 0.746380 +Vertex 3895: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253622 + Group: 'Head', Weight: 0.746375 +Vertex 3896: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253621 + Group: 'Head', Weight: 0.746377 +Vertex 3897: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253615 + Group: 'Head', Weight: 0.746383 +Vertex 3898: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253605 + Group: 'Head', Weight: 0.746392 +Vertex 3899: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253598 + Group: 'Head', Weight: 0.746399 +Vertex 3900: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253600 + Group: 'Head', Weight: 0.746398 +Vertex 3901: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253609 + Group: 'Head', Weight: 0.746389 +Vertex 3902: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253610 + Group: 'Head', Weight: 0.746388 +Vertex 3903: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996386 +Vertex 3904: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998830 +Vertex 3905: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998527 +Vertex 3906: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.992879 +Vertex 3907: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997752 +Vertex 3908: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998480 +Vertex 3909: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998439 +Vertex 3910: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997220 +Vertex 3911: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998156 +Vertex 3912: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998329 +Vertex 3913: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998329 +Vertex 3914: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998013 +Vertex 3915: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998198 +Vertex 3916: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998269 +Vertex 3917: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998257 +Vertex 3918: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998158 +Vertex 3919: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998215 +Vertex 3920: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998237 +Vertex 3921: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3922: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998199 +Vertex 3923: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998225 +Vertex 3924: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998229 +Vertex 3925: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998227 +Vertex 3926: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998222 +Vertex 3927: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3928: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3929: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998229 +Vertex 3930: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998229 +Vertex 3931: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3932: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3933: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3934: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3935: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996552 +Vertex 3936: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997841 +Vertex 3937: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998090 +Vertex 3938: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998191 +Vertex 3939: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998212 +Vertex 3940: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998223 +Vertex 3941: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998230 +Vertex 3942: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3943: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998362 +Vertex 3944: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998322 +Vertex 3945: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998269 +Vertex 3946: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998248 +Vertex 3947: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998232 +Vertex 3948: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998227 +Vertex 3949: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3950: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3951: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997597 +Vertex 3952: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996198 +Vertex 3953: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998724 +Vertex 3954: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998546 +Vertex 3955: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997510 +Vertex 3956: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998555 +Vertex 3957: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.161385 + Group: 'forearm.R', Weight: 0.838615 +Vertex 3958: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.255574 + Group: 'forearm.R', Weight: 0.744426 +Vertex 3959: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.376758 + Group: 'forearm.R', Weight: 0.623242 +Vertex 3960: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.165071 + Group: 'forearm.R', Weight: 0.834929 +Vertex 3961: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.348389 + Group: 'forearm.R', Weight: 0.651612 +Vertex 3962: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.357752 + Group: 'forearm.R', Weight: 0.642248 +Vertex 3963: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.336434 + Group: 'forearm.R', Weight: 0.663566 +Vertex 3964: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.405303 + Group: 'forearm.R', Weight: 0.594697 +Vertex 3965: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.350288 + Group: 'forearm.R', Weight: 0.649712 +Vertex 3966: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347922 + Group: 'forearm.R', Weight: 0.652078 +Vertex 3967: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.345926 + Group: 'forearm.R', Weight: 0.654075 +Vertex 3968: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.352563 + Group: 'forearm.R', Weight: 0.647437 +Vertex 3969: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347348 + Group: 'forearm.R', Weight: 0.652652 +Vertex 3970: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347159 + Group: 'forearm.R', Weight: 0.652841 +Vertex 3971: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347023 + Group: 'forearm.R', Weight: 0.652978 +Vertex 3972: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347317 + Group: 'forearm.R', Weight: 0.652683 +Vertex 3973: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347077 + Group: 'forearm.R', Weight: 0.652924 +Vertex 3974: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.255732 + Group: 'forearm.R', Weight: 0.744269 +Vertex 3975: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.367157 + Group: 'forearm.R', Weight: 0.632843 +Vertex 3976: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.345763 + Group: 'forearm.R', Weight: 0.654237 +Vertex 3977: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347002 + Group: 'forearm.R', Weight: 0.652999 +Vertex 3978: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.199659 + Group: 'forearm.R', Weight: 0.800341 +Vertex 3979: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.341801 + Group: 'forearm.R', Weight: 0.658200 +Vertex 3980: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.348567 + Group: 'forearm.R', Weight: 0.651434 +Vertex 3981: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347243 + Group: 'forearm.R', Weight: 0.652758 +Vertex 3982: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.746382 + Group: 'hand.R', Weight: 0.205330 + Group: 'thumb.01.R', Weight: 0.041466 +Vertex 3983: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.704752 + Group: 'hand.R', Weight: 0.194582 + Group: 'thumb.01.R', Weight: 0.097460 +Vertex 3984: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.753067 + Group: 'hand.R', Weight: 0.225669 +Vertex 3985: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.774396 + Group: 'hand.R', Weight: 0.217108 +Vertex 3986: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.702507 + Group: 'hand.R', Weight: 0.194802 + Group: 'thumb.01.R', Weight: 0.097157 +Vertex 3987: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.708444 + Group: 'hand.R', Weight: 0.236045 + Group: 'thumb.01.R', Weight: 0.046808 +Vertex 3988: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.708816 + Group: 'hand.R', Weight: 0.258990 + Group: 'thumb.01.R', Weight: 0.000361 +Vertex 3989: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.253826 + Group: 'hand.R', Weight: 0.640348 + Group: 'thumb.01.R', Weight: 0.099728 +Vertex 3990: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.293185 + Group: 'hand.R', Weight: 0.443799 + Group: 'thumb.01.R', Weight: 0.257206 +Vertex 3991: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.197744 + Group: 'hand.R', Weight: 0.756479 + Group: 'thumb.01.R', Weight: 0.029951 +Vertex 3992: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.181197 + Group: 'hand.R', Weight: 0.800080 +Vertex 3993: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.251548 + Group: 'hand.R', Weight: 0.440944 + Group: 'thumb.01.R', Weight: 0.294260 +Vertex 3994: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.242725 + Group: 'hand.R', Weight: 0.626096 + Group: 'thumb.01.R', Weight: 0.111169 +Vertex 3995: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.288314 + Group: 'hand.R', Weight: 0.638635 + Group: 'thumb.01.R', Weight: 0.053631 +Vertex 3996: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.141571 + Group: 'hand.R', Weight: 0.679858 + Group: 'thumb.01.R', Weight: 0.167239 +Vertex 3997: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.198833 + Group: 'hand.R', Weight: 0.392780 + Group: 'thumb.01.R', Weight: 0.399715 +Vertex 3998: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.085264 + Group: 'hand.R', Weight: 0.825281 + Group: 'thumb.01.R', Weight: 0.073668 +Vertex 3999: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.061353 + Group: 'hand.R', Weight: 0.890105 + Group: 'thumb.01.R', Weight: 0.019763 +Vertex 4000: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.122150 + Group: 'hand.R', Weight: 0.321469 + Group: 'thumb.01.R', Weight: 0.531757 +Vertex 4001: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.090666 + Group: 'hand.R', Weight: 0.623572 + Group: 'thumb.01.R', Weight: 0.233325 + Group: 'palm.03.R', Weight: 0.033691 +Vertex 4002: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.151018 + Group: 'hand.R', Weight: 0.736903 + Group: 'thumb.01.R', Weight: 0.074610 + Group: 'palm.03.R', Weight: 0.016940 +Vertex 4003: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.866042 + Group: 'hand.R', Weight: 0.131849 +Vertex 4004: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.860277 + Group: 'hand.R', Weight: 0.136178 +Vertex 4005: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.812467 + Group: 'hand.R', Weight: 0.183905 +Vertex 4006: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.742327 + Group: 'hand.R', Weight: 0.248872 +Vertex 4007: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.724032 + Group: 'hand.R', Weight: 0.260386 +Vertex 4008: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.224986 + Group: 'hand.R', Weight: 0.768886 +Vertex 4009: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.613878 + Group: 'hand.R', Weight: 0.380045 +Vertex 4010: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.171684 + Group: 'hand.R', Weight: 0.818943 +Vertex 4011: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.380409 + Group: 'hand.R', Weight: 0.605288 +Vertex 4012: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.340646 + Group: 'hand.R', Weight: 0.634002 +Vertex 4013: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.069090 + Group: 'hand.R', Weight: 0.918752 +Vertex 4014: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.213714 + Group: 'hand.R', Weight: 0.775301 +Vertex 4015: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.039964 + Group: 'hand.R', Weight: 0.927838 +Vertex 4016: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.220530 + Group: 'hand.R', Weight: 0.759279 +Vertex 4017: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.198648 + Group: 'hand.R', Weight: 0.762053 +Vertex 4018: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.850670 + Group: 'hand.R', Weight: 0.101056 + Group: 'thumb.01.R', Weight: 0.041714 +Vertex 4019: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.933404 + Group: 'hand.R', Weight: 0.061744 +Vertex 4020: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.883550 + Group: 'hand.R', Weight: 0.094974 +Vertex 4021: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.911105 + Group: 'hand.R', Weight: 0.077437 +Vertex 4022: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.883670 + Group: 'hand.R', Weight: 0.091399 +Vertex 4023: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.862467 + Group: 'hand.R', Weight: 0.096520 + Group: 'thumb.01.R', Weight: 0.026078 +Vertex 4024: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.881882 + Group: 'hand.R', Weight: 0.103853 +Vertex 4025: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.927211 + Group: 'hand.R', Weight: 0.070215 +Vertex 4026: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.884451 + Group: 'hand.R', Weight: 0.106760 +Vertex 4027: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.945963 + Group: 'hand.R', Weight: 0.051544 +Vertex 4028: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.944471 + Group: 'hand.R', Weight: 0.053996 +Vertex 4029: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.891033 + Group: 'hand.R', Weight: 0.103426 +Vertex 4030: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.931290 + Group: 'thumb.02.R', Weight: 0.039914 +Vertex 4031: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.859472 + Group: 'thumb.02.R', Weight: 0.123362 +Vertex 4032: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.115202 + Group: 'hand.R', Weight: 0.261528 + Group: 'thumb.01.R', Weight: 0.612211 +Vertex 4033: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.069854 + Group: 'hand.R', Weight: 0.237105 + Group: 'thumb.01.R', Weight: 0.659709 +Vertex 4034: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.073285 + Group: 'hand.R', Weight: 0.629178 + Group: 'thumb.01.R', Weight: 0.234692 + Group: 'palm.03.R', Weight: 0.050717 +Vertex 4035: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.089404 + Group: 'hand.R', Weight: 0.763313 + Group: 'thumb.01.R', Weight: 0.082440 + Group: 'palm.03.R', Weight: 0.059303 +Vertex 4036: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.117519 + Group: 'hand.R', Weight: 0.824882 + Group: 'palm.03.R', Weight: 0.015873 +Vertex 4037: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.126663 + Group: 'hand.R', Weight: 0.841177 +Vertex 4038: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.104831 + Group: 'hand.R', Weight: 0.875621 +Vertex 4039: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.051227 + Group: 'hand.R', Weight: 0.934160 +Vertex 4040: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.002410 + Group: 'hand.R', Weight: 0.938780 +Vertex 4041: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.017340 + Group: 'hand.R', Weight: 0.884868 + Group: 'thumb.01.R', Weight: 0.052681 + Group: 'palm.02.R', Weight: 0.001130 +Vertex 4042: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.034089 + Group: 'hand.R', Weight: 0.794184 + Group: 'thumb.01.R', Weight: 0.129152 + Group: 'palm.02.R', Weight: 0.010232 +Vertex 4043: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.070213 + Group: 'hand.R', Weight: 0.609413 + Group: 'thumb.01.R', Weight: 0.297206 +Vertex 4044: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.021749 + Group: 'thumb.01.R', Weight: 0.808285 + Group: 'thumb.02.R', Weight: 0.125975 + Group: 'palm.02.R', Weight: 0.000389 +Vertex 4045: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.457443 + Group: 'thumb.03.R', Weight: 0.534351 +Vertex 4046: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.171010 + Group: 'thumb.03.R', Weight: 0.834178 +Vertex 4047: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.002549 + Group: 'thumb.02.R', Weight: 0.820018 + Group: 'thumb.03.R', Weight: 0.147900 +Vertex 4048: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.993986 +Vertex 4049: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4050: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.975542 +Vertex 4051: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.999654 +Vertex 4052: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998498 +Vertex 4053: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.995509 +Vertex 4054: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.976662 +Vertex 4055: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.034584 + Group: 'thumb.03.R', Weight: 0.956616 +Vertex 4056: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.102912 + Group: 'thumb.03.R', Weight: 0.896139 +Vertex 4057: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.184339 + Group: 'thumb.03.R', Weight: 0.808536 +Vertex 4058: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.142115 + Group: 'thumb.02.R', Weight: 0.866205 + Group: 'palm.02.R', Weight: 0.002935 +Vertex 4059: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.176622 + Group: 'thumb.02.R', Weight: 0.869390 + Group: 'palm.02.R', Weight: 0.024118 +Vertex 4060: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.181649 + Group: 'thumb.02.R', Weight: 0.773584 + Group: 'thumb.03.R', Weight: 0.012454 +Vertex 4061: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.273582 + Group: 'thumb.02.R', Weight: 0.648198 +Vertex 4062: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.019244 + Group: 'thumb.01.R', Weight: 0.465302 + Group: 'thumb.02.R', Weight: 0.371005 + Group: 'palm.02.R', Weight: 0.110348 + Group: 'palm.03.R', Weight: 0.026328 +Vertex 4063: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.510735 + Group: 'thumb.02.R', Weight: 0.371645 + Group: 'palm.02.R', Weight: 0.099693 +Vertex 4064: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.692877 + Group: 'thumb.02.R', Weight: 0.303466 +Vertex 4065: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.253208 + Group: 'thumb.02.R', Weight: 0.724337 +Vertex 4066: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.235439 + Group: 'thumb.02.R', Weight: 0.751522 +Vertex 4067: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4068: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998709 +Vertex 4069: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4070: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4071: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4072: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998517 +Vertex 4073: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4074: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998413 +Vertex 4075: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4076: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4077: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4078: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4079: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4080: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999994 +Vertex 4081: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4082: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4083: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4084: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.048285 + Group: 'f_middle.02.R', Weight: 0.950834 +Vertex 4085: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.046338 + Group: 'f_middle.02.R', Weight: 0.951804 +Vertex 4086: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.050467 + Group: 'f_middle.02.R', Weight: 0.949512 +Vertex 4087: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.104762 + Group: 'f_middle.02.R', Weight: 0.895119 +Vertex 4088: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.049345 + Group: 'f_middle.02.R', Weight: 0.950317 +Vertex 4089: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.082734 + Group: 'f_middle.02.R', Weight: 0.917276 +Vertex 4090: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.113374 + Group: 'f_middle.02.R', Weight: 0.886635 +Vertex 4091: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.099831 + Group: 'f_middle.02.R', Weight: 0.900135 +Vertex 4092: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.067396 + Group: 'f_middle.01.R', Weight: 0.931714 +Vertex 4093: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.075462 + Group: 'f_middle.01.R', Weight: 0.923345 +Vertex 4094: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.071150 + Group: 'f_middle.01.R', Weight: 0.927621 +Vertex 4095: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.985500 +Vertex 4096: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.065643 + Group: 'f_middle.01.R', Weight: 0.931093 +Vertex 4097: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 1.000000 +Vertex 4098: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.090942 + Group: 'f_middle.01.R', Weight: 0.906553 +Vertex 4099: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.034496 + Group: 'f_middle.01.R', Weight: 0.954489 +Vertex 4100: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999587 +Vertex 4101: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999597 +Vertex 4102: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4103: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4104: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4105: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999344 +Vertex 4106: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999694 +Vertex 4107: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999982 +Vertex 4108: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.040751 + Group: 'palm.02.R', Weight: 0.938233 +Vertex 4109: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.033173 + Group: 'palm.02.R', Weight: 0.952763 +Vertex 4110: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.014150 + Group: 'palm.02.R', Weight: 0.927792 +Vertex 4111: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.867822 + Group: 'f_middle.01.R', Weight: 0.094795 + Group: 'palm.03.R', Weight: 0.006379 +Vertex 4112: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.886283 + Group: 'f_middle.01.R', Weight: 0.030042 + Group: 'palm.03.R', Weight: 0.015986 +Vertex 4113: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.742945 + Group: 'f_middle.01.R', Weight: 0.175169 + Group: 'palm.03.R', Weight: 0.062790 +Vertex 4114: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.000198 + Group: 'palm.02.R', Weight: 0.917544 +Vertex 4115: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.022897 + Group: 'palm.02.R', Weight: 0.880926 + Group: 'palm.03.R', Weight: 0.059495 +Vertex 4116: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.973416 +Vertex 4117: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.989146 +Vertex 4118: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.985804 +Vertex 4119: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.989188 +Vertex 4120: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.974284 +Vertex 4121: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.979190 +Vertex 4122: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.991282 +Vertex 4123: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.992007 +Vertex 4124: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.689461 + Group: 'f_middle.01.R', Weight: 0.282864 +Vertex 4125: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.285103 + Group: 'f_middle.01.R', Weight: 0.704064 +Vertex 4126: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.921950 + Group: 'f_middle.01.R', Weight: 0.068258 +Vertex 4127: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.954642 + Group: 'f_middle.01.R', Weight: 0.024314 +Vertex 4128: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.105631 + Group: 'f_middle.01.R', Weight: 0.890219 +Vertex 4129: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.749360 + Group: 'f_middle.01.R', Weight: 0.240278 +Vertex 4130: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.875191 + Group: 'f_middle.01.R', Weight: 0.113408 +Vertex 4131: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.931191 + Group: 'f_middle.01.R', Weight: 0.059236 +Vertex 4132: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.995230 +Vertex 4133: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.995062 +Vertex 4134: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.998391 +Vertex 4135: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.992979 +Vertex 4136: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.994039 +Vertex 4137: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4138: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999451 +Vertex 4139: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.998586 +Vertex 4140: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.179258 + Group: 'palm.02.R', Weight: 0.720175 + Group: 'palm.03.R', Weight: 0.090425 +Vertex 4141: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.233717 + Group: 'palm.02.R', Weight: 0.598132 + Group: 'palm.03.R', Weight: 0.154963 +Vertex 4142: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.086769 + Group: 'palm.02.R', Weight: 0.774419 + Group: 'palm.03.R', Weight: 0.120587 +Vertex 4143: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.649028 + Group: 'f_middle.01.R', Weight: 0.043094 + Group: 'palm.03.R', Weight: 0.256720 +Vertex 4144: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.710636 + Group: 'f_middle.01.R', Weight: 0.058227 + Group: 'palm.03.R', Weight: 0.191951 +Vertex 4145: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.027842 + Group: 'palm.02.R', Weight: 0.595118 + Group: 'f_middle.01.R', Weight: 0.028425 + Group: 'palm.03.R', Weight: 0.299188 +Vertex 4146: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.732256 + Group: 'f_middle.01.R', Weight: 0.070486 + Group: 'palm.03.R', Weight: 0.157810 +Vertex 4147: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.121158 + Group: 'palm.02.R', Weight: 0.610274 + Group: 'palm.03.R', Weight: 0.243913 +Vertex 4148: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.317925 + Group: 'palm.02.R', Weight: 0.361215 + Group: 'palm.03.R', Weight: 0.302040 +Vertex 4149: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.285050 + Group: 'palm.02.R', Weight: 0.226475 + Group: 'palm.03.R', Weight: 0.465730 +Vertex 4150: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.125674 + Group: 'palm.02.R', Weight: 0.491105 + Group: 'palm.03.R', Weight: 0.354376 +Vertex 4151: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.269255 + Group: 'palm.03.R', Weight: 0.634901 + Group: 'f_ring.01.R', Weight: 0.055383 +Vertex 4152: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.412233 + Group: 'palm.03.R', Weight: 0.494606 + Group: 'f_ring.01.R', Weight: 0.029495 +Vertex 4153: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.273658 + Group: 'palm.03.R', Weight: 0.612087 + Group: 'f_ring.01.R', Weight: 0.070300 +Vertex 4154: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.018712 + Group: 'palm.02.R', Weight: 0.488823 + Group: 'f_middle.01.R', Weight: 0.012404 + Group: 'palm.03.R', Weight: 0.406690 + Group: 'f_ring.01.R', Weight: 0.019019 +Vertex 4155: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.088225 + Group: 'palm.02.R', Weight: 0.236268 + Group: 'palm.03.R', Weight: 0.635335 + Group: 'f_ring.01.R', Weight: 0.011584 +Vertex 4156: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999607 +Vertex 4157: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999541 +Vertex 4158: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999609 +Vertex 4159: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999484 +Vertex 4160: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999569 +Vertex 4161: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999451 +Vertex 4162: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999629 +Vertex 4163: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999533 +Vertex 4164: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999601 +Vertex 4165: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.025033 + Group: 'f_ring.02.R', Weight: 0.962477 +Vertex 4166: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.030012 + Group: 'f_ring.02.R', Weight: 0.959984 +Vertex 4167: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.000133 + Group: 'f_ring.02.R', Weight: 0.974927 +Vertex 4168: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.034794 + Group: 'f_ring.02.R', Weight: 0.957579 +Vertex 4169: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.002703 + Group: 'f_ring.02.R', Weight: 0.973643 +Vertex 4170: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.020257 + Group: 'f_ring.02.R', Weight: 0.964861 +Vertex 4171: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.063347 + Group: 'f_ring.02.R', Weight: 0.936611 +Vertex 4172: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.070807 + Group: 'f_ring.02.R', Weight: 0.929141 +Vertex 4173: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.960014 + Group: 'f_ring.02.R', Weight: 0.025816 +Vertex 4174: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.964819 + Group: 'f_ring.02.R', Weight: 0.016709 +Vertex 4175: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.972696 +Vertex 4176: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.986861 +Vertex 4177: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.988951 +Vertex 4178: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.985424 +Vertex 4179: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.986857 +Vertex 4180: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.987645 +Vertex 4181: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999455 +Vertex 4182: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999126 +Vertex 4183: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999590 +Vertex 4184: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999470 +Vertex 4185: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999472 +Vertex 4186: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999085 +Vertex 4187: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999444 +Vertex 4188: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999507 +Vertex 4189: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.917223 + Group: 'f_ring.01.R', Weight: 0.040737 +Vertex 4190: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.933057 + Group: 'f_ring.01.R', Weight: 0.045032 +Vertex 4191: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.066202 + Group: 'palm.03.R', Weight: 0.829741 + Group: 'f_ring.01.R', Weight: 0.076418 +Vertex 4192: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.882556 + Group: 'f_ring.01.R', Weight: 0.096254 +Vertex 4193: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.735744 + Group: 'f_ring.01.R', Weight: 0.237321 +Vertex 4194: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.923983 + Group: 'f_ring.01.R', Weight: 0.055611 +Vertex 4195: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.065880 + Group: 'palm.03.R', Weight: 0.738380 + Group: 'f_ring.01.R', Weight: 0.185146 +Vertex 4196: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.914856 + Group: 'f_ring.01.R', Weight: 0.072390 +Vertex 4197: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.951900 + Group: 'f_ring.02.R', Weight: 0.045206 +Vertex 4198: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.924535 + Group: 'f_ring.02.R', Weight: 0.074726 +Vertex 4199: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.583955 + Group: 'f_ring.02.R', Weight: 0.415834 +Vertex 4200: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.536146 + Group: 'f_ring.02.R', Weight: 0.463839 +Vertex 4201: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.911624 + Group: 'f_ring.02.R', Weight: 0.088161 +Vertex 4202: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.910919 + Group: 'f_ring.02.R', Weight: 0.088326 +Vertex 4203: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.838626 + Group: 'f_ring.02.R', Weight: 0.161181 +Vertex 4204: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.553503 + Group: 'f_ring.02.R', Weight: 0.446447 +Vertex 4205: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.096068 + Group: 'f_ring.01.R', Weight: 0.901715 +Vertex 4206: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.088732 + Group: 'f_ring.01.R', Weight: 0.908761 +Vertex 4207: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.010560 + Group: 'f_ring.01.R', Weight: 0.967594 +Vertex 4208: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.009024 + Group: 'f_ring.01.R', Weight: 0.966840 +Vertex 4209: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.061435 + Group: 'f_ring.01.R', Weight: 0.935960 +Vertex 4210: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.073514 + Group: 'f_ring.01.R', Weight: 0.922307 +Vertex 4211: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.075171 + Group: 'f_ring.01.R', Weight: 0.917617 +Vertex 4212: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.071456 + Group: 'f_ring.01.R', Weight: 0.921030 +Vertex 4213: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999101 +Vertex 4214: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.995328 +Vertex 4215: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999306 +Vertex 4216: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.996489 +Vertex 4217: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.997840 +Vertex 4218: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.998713 +Vertex 4219: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.997771 +Vertex 4220: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.997946 +Vertex 4221: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.048343 + Group: 'palm.03.R', Weight: 0.926339 +Vertex 4222: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.008760 + Group: 'palm.03.R', Weight: 0.947806 +Vertex 4223: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.576377 + Group: 'thumb.01.R', Weight: 0.025771 + Group: 'palm.03.R', Weight: 0.360321 +Vertex 4224: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.786747 + Group: 'palm.03.R', Weight: 0.169080 +Vertex 4225: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.033062 + Group: 'hand.R', Weight: 0.733458 + Group: 'thumb.01.R', Weight: 0.078276 + Group: 'palm.03.R', Weight: 0.138373 +Vertex 4226: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.058566 + Group: 'hand.R', Weight: 0.850165 + Group: 'palm.03.R', Weight: 0.064471 +Vertex 4227: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.015131 + Group: 'hand.R', Weight: 0.600622 + Group: 'thumb.01.R', Weight: 0.212221 + Group: 'palm.03.R', Weight: 0.133188 +Vertex 4228: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.537541 + Group: 'thumb.01.R', Weight: 0.110305 + Group: 'palm.03.R', Weight: 0.319555 +Vertex 4229: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.238134 + Group: 'thumb.01.R', Weight: 0.066361 + Group: 'palm.03.R', Weight: 0.671325 +Vertex 4230: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.113493 + Group: 'thumb.01.R', Weight: 0.761200 + Group: 'thumb.02.R', Weight: 0.066714 + Group: 'palm.03.R', Weight: 0.026842 +Vertex 4231: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.081561 + Group: 'thumb.01.R', Weight: 0.844772 + Group: 'thumb.02.R', Weight: 0.029397 +Vertex 4232: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.023964 + Group: 'hand.R', Weight: 0.099511 + Group: 'thumb.01.R', Weight: 0.845165 +Vertex 4233: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.219120 + Group: 'thumb.01.R', Weight: 0.711565 + Group: 'palm.02.R', Weight: 0.013010 +Vertex 4234: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.467339 + Group: 'thumb.01.R', Weight: 0.241794 + Group: 'palm.03.R', Weight: 0.245533 +Vertex 4235: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.288416 + Group: 'thumb.01.R', Weight: 0.448992 + Group: 'thumb.02.R', Weight: 0.036123 + Group: 'palm.03.R', Weight: 0.188874 +Vertex 4236: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.166332 + Group: 'thumb.01.R', Weight: 0.274284 + Group: 'thumb.02.R', Weight: 0.099724 + Group: 'palm.02.R', Weight: 0.261296 + Group: 'palm.03.R', Weight: 0.195612 +Vertex 4237: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.105501 + Group: 'thumb.01.R', Weight: 0.498874 + Group: 'thumb.02.R', Weight: 0.144802 + Group: 'palm.02.R', Weight: 0.122066 + Group: 'palm.03.R', Weight: 0.127188 +Vertex 4238: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.180444 + Group: 'thumb.01.R', Weight: 0.463531 + Group: 'thumb.02.R', Weight: 0.064228 + Group: 'palm.02.R', Weight: 0.043026 + Group: 'palm.03.R', Weight: 0.240040 +Vertex 4239: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.453719 + Group: 'thumb.01.R', Weight: 0.164572 + Group: 'palm.03.R', Weight: 0.343627 +Vertex 4240: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.225262 + Group: 'thumb.01.R', Weight: 0.118603 + Group: 'palm.03.R', Weight: 0.619645 +Vertex 4241: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.040849 + Group: 'palm.03.R', Weight: 0.907866 +Vertex 4242: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.052080 + Group: 'thumb.01.R', Weight: 0.022829 + Group: 'palm.02.R', Weight: 0.016879 + Group: 'palm.03.R', Weight: 0.863014 +Vertex 4243: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.127950 + Group: 'thumb.01.R', Weight: 0.112794 + Group: 'palm.02.R', Weight: 0.072973 + Group: 'palm.03.R', Weight: 0.658188 +Vertex 4244: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.312116 + Group: 'thumb.01.R', Weight: 0.225446 + Group: 'thumb.02.R', Weight: 0.006409 + Group: 'palm.03.R', Weight: 0.404446 +Vertex 4245: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.214521 + Group: 'thumb.01.R', Weight: 0.224672 + Group: 'thumb.02.R', Weight: 0.053397 + Group: 'palm.02.R', Weight: 0.155664 + Group: 'palm.03.R', Weight: 0.347046 +Vertex 4246: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.942784 + Group: 'palm.03.R', Weight: 0.001039 +Vertex 4247: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.886053 + Group: 'palm.02.R', Weight: 0.079984 +Vertex 4248: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.661642 + Group: 'thumb.01.R', Weight: 0.066688 + Group: 'palm.02.R', Weight: 0.260116 +Vertex 4249: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.225307 + Group: 'palm.02.R', Weight: 0.734689 + Group: 'palm.03.R', Weight: 0.026004 +Vertex 4250: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.422144 + Group: 'palm.02.R', Weight: 0.447620 + Group: 'palm.03.R', Weight: 0.123138 +Vertex 4251: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.139210 + Group: 'palm.02.R', Weight: 0.796863 + Group: 'palm.03.R', Weight: 0.057876 +Vertex 4252: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.259321 + Group: 'palm.02.R', Weight: 0.531483 + Group: 'palm.03.R', Weight: 0.194118 +Vertex 4253: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.130831 + Group: 'palm.02.R', Weight: 0.836400 +Vertex 4254: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.154596 + Group: 'palm.02.R', Weight: 0.823968 +Vertex 4255: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.076869 + Group: 'thumb.01.R', Weight: 0.059215 + Group: 'palm.02.R', Weight: 0.846824 +Vertex 4256: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.103875 + Group: 'palm.02.R', Weight: 0.856969 + Group: 'palm.03.R', Weight: 0.025054 +Vertex 4257: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.473997 + Group: 'palm.02.R', Weight: 0.324947 + Group: 'palm.03.R', Weight: 0.192191 +Vertex 4258: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.457596 + Group: 'palm.02.R', Weight: 0.118651 + Group: 'palm.03.R', Weight: 0.412508 +Vertex 4259: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.284056 + Group: 'palm.02.R', Weight: 0.462510 + Group: 'palm.03.R', Weight: 0.236528 +Vertex 4260: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.218663 + Group: 'palm.02.R', Weight: 0.152693 + Group: 'palm.03.R', Weight: 0.602445 +Vertex 4261: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.251490 + Group: 'palm.02.R', Weight: 0.038180 + Group: 'palm.03.R', Weight: 0.701628 +Vertex 4262: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.108507 + Group: 'palm.03.R', Weight: 0.875485 +Vertex 4263: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.167596 + Group: 'palm.02.R', Weight: 0.083424 + Group: 'palm.03.R', Weight: 0.714658 + Group: 'f_ring.01.R', Weight: 0.013131 +Vertex 4264: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.190650 + Group: 'thumb.01.R', Weight: 0.119602 + Group: 'palm.02.R', Weight: 0.669181 +Vertex 4265: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.136462 + Group: 'thumb.01.R', Weight: 0.619608 + Group: 'thumb.02.R', Weight: 0.080581 + Group: 'palm.02.R', Weight: 0.156273 +Vertex 4266: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.303789 + Group: 'thumb.01.R', Weight: 0.356069 + Group: 'palm.02.R', Weight: 0.310558 +Vertex 4267: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.462866 + Group: 'thumb.01.R', Weight: 0.163659 + Group: 'palm.02.R', Weight: 0.356281 +Vertex 4268: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.287113 + Group: 'thumb.01.R', Weight: 0.047171 + Group: 'palm.02.R', Weight: 0.654688 +Vertex 4269: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.882338 + Group: 'palm.03.R', Weight: 0.095295 +Vertex 4270: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.438158 + Group: 'palm.02.R', Weight: 0.529934 +Vertex 4271: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.623102 + Group: 'palm.02.R', Weight: 0.346661 +Vertex 4272: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.758609 + Group: 'palm.02.R', Weight: 0.182657 + Group: 'palm.03.R', Weight: 0.053757 +Vertex 4273: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.787875 + Group: 'palm.02.R', Weight: 0.127282 + Group: 'palm.03.R', Weight: 0.080609 +Vertex 4274: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.774114 + Group: 'palm.02.R', Weight: 0.060382 + Group: 'palm.03.R', Weight: 0.161701 +Vertex 4275: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.751380 + Group: 'palm.02.R', Weight: 0.042858 + Group: 'palm.03.R', Weight: 0.198200 +Vertex 4276: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.625615 + Group: 'thumb.01.R', Weight: 0.003524 + Group: 'palm.02.R', Weight: 0.334504 +Vertex 4277: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.776088 + Group: 'palm.02.R', Weight: 0.194066 +Vertex 4278: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.812006 + Group: 'palm.02.R', Weight: 0.030317 + Group: 'palm.03.R', Weight: 0.143269 +Vertex 4279: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.801539 + Group: 'palm.03.R', Weight: 0.170448 +Vertex 4280: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.832193 + Group: 'thumb.01.R', Weight: 0.078698 + Group: 'palm.02.R', Weight: 0.070495 +Vertex 4281: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.932709 + Group: 'palm.02.R', Weight: 0.008219 +Vertex 4282: +Vertex groups: 1 + Group: 'hand.R', Weight: 0.961631 +Vertex 4283: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.000921 + Group: 'hand.R', Weight: 0.923149 + Group: 'palm.03.R', Weight: 0.033089 +Vertex 4284: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.048771 + Group: 'hand.R', Weight: 0.891577 + Group: 'palm.03.R', Weight: 0.040737 +Vertex 4285: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.843789 + Group: 'palm.02.R', Weight: 0.046070 + Group: 'palm.03.R', Weight: 0.103832 +Vertex 4286: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.836091 + Group: 'palm.02.R', Weight: 0.103554 + Group: 'palm.03.R', Weight: 0.055286 +Vertex 4287: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.852836 + Group: 'palm.02.R', Weight: 0.113318 +Vertex 4288: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.805573 + Group: 'palm.02.R', Weight: 0.143622 + Group: 'palm.03.R', Weight: 0.039720 +Vertex 4289: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.653940 + Group: 'thumb.01.R', Weight: 0.247867 + Group: 'palm.02.R', Weight: 0.071044 +Vertex 4290: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.221795 + Group: 'thumb.01.R', Weight: 0.633067 + Group: 'thumb.02.R', Weight: 0.017282 + Group: 'palm.02.R', Weight: 0.101261 +Vertex 4291: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.403056 + Group: 'thumb.01.R', Weight: 0.413331 + Group: 'palm.02.R', Weight: 0.159424 +Vertex 4292: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.598534 + Group: 'thumb.01.R', Weight: 0.204523 + Group: 'palm.02.R', Weight: 0.179681 +Vertex 4293: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.051808 + Group: 'thumb.01.R', Weight: 0.407110 + Group: 'thumb.02.R', Weight: 0.199176 + Group: 'palm.02.R', Weight: 0.306332 + Group: 'palm.03.R', Weight: 0.036187 +Vertex 4294: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.064532 + Group: 'thumb.01.R', Weight: 0.641881 + Group: 'thumb.02.R', Weight: 0.189695 + Group: 'palm.02.R', Weight: 0.020689 + Group: 'palm.03.R', Weight: 0.063227 +Vertex 4295: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.002401 + Group: 'thumb.01.R', Weight: 0.739515 + Group: 'thumb.02.R', Weight: 0.207503 +Vertex 4296: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.022319 + Group: 'palm.03.R', Weight: 0.920867 +Vertex 4297: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.140340 + Group: 'palm.03.R', Weight: 0.729614 + Group: 'f_ring.01.R', Weight: 0.107108 +Vertex 4298: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.074598 + Group: 'palm.03.R', Weight: 0.762530 + Group: 'f_ring.01.R', Weight: 0.149638 +Vertex 4299: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.127476 + Group: 'palm.03.R', Weight: 0.766751 + Group: 'f_ring.01.R', Weight: 0.082561 +Vertex 4300: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.049821 + Group: 'palm.03.R', Weight: 0.835142 + Group: 'f_ring.01.R', Weight: 0.102188 +Vertex 4301: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.910611 + Group: 'f_ring.01.R', Weight: 0.038295 +Vertex 4302: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.038015 + Group: 'palm.03.R', Weight: 0.890834 + Group: 'f_ring.01.R', Weight: 0.006397 +Vertex 4303: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.064031 + Group: 'palm.03.R', Weight: 0.849767 + Group: 'f_ring.01.R', Weight: 0.061978 +Vertex 4304: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.111388 + Group: 'palm.03.R', Weight: 0.806499 + Group: 'f_ring.01.R', Weight: 0.053726 +Vertex 4305: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.091692 + Group: 'palm.03.R', Weight: 0.837086 + Group: 'f_ring.01.R', Weight: 0.014430 +Vertex 4306: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.001230 + Group: 'thumb.01.R', Weight: 0.006991 + Group: 'palm.02.R', Weight: 0.141442 + Group: 'palm.03.R', Weight: 0.772462 +Vertex 4307: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.053859 + Group: 'thumb.01.R', Weight: 0.064065 + Group: 'palm.02.R', Weight: 0.231510 + Group: 'palm.03.R', Weight: 0.617814 +Vertex 4308: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.766560 + Group: 'f_middle.01.R', Weight: 0.015194 + Group: 'palm.03.R', Weight: 0.153853 +Vertex 4309: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.082139 + Group: 'thumb.01.R', Weight: 0.145878 + Group: 'thumb.02.R', Weight: 0.052344 + Group: 'palm.02.R', Weight: 0.489048 + Group: 'palm.03.R', Weight: 0.222450 +Vertex 4310: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.590048 + Group: 'f_middle.01.R', Weight: 0.028007 + Group: 'palm.03.R', Weight: 0.315649 +Vertex 4311: +Vertex groups: 4 + Group: 'palm.02.R', Weight: 0.535049 + Group: 'f_middle.01.R', Weight: 0.015950 + Group: 'palm.03.R', Weight: 0.371339 + Group: 'f_ring.01.R', Weight: 0.008123 +Vertex 4312: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.600157 + Group: 'f_middle.01.R', Weight: 0.019206 + Group: 'palm.03.R', Weight: 0.314238 +Vertex 4313: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.454133 + Group: 'palm.03.R', Weight: 0.459670 + Group: 'f_ring.01.R', Weight: 0.010570 +Vertex 4314: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.014581 + Group: 'thumb.01.R', Weight: 0.053905 + Group: 'palm.02.R', Weight: 0.606757 + Group: 'palm.03.R', Weight: 0.267681 +Vertex 4315: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.750570 + Group: 'f_middle.01.R', Weight: 0.080173 + Group: 'palm.03.R', Weight: 0.138700 +Vertex 4316: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.800329 + Group: 'f_middle.01.R', Weight: 0.067849 + Group: 'palm.03.R', Weight: 0.107930 +Vertex 4317: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.720493 + Group: 'f_middle.01.R', Weight: 0.052587 + Group: 'palm.03.R', Weight: 0.191763 +Vertex 4318: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.241490 + Group: 'palm.03.R', Weight: 0.675803 + Group: 'f_ring.01.R', Weight: 0.027002 +Vertex 4319: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.362677 + Group: 'palm.03.R', Weight: 0.549642 +Vertex 4320: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.003618 + Group: 'palm.02.R', Weight: 0.515865 + Group: 'palm.03.R', Weight: 0.396121 +Vertex 4321: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.773559 + Group: 'f_middle.01.R', Weight: 0.108417 + Group: 'palm.03.R', Weight: 0.095670 +Vertex 4322: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.017293 + Group: 'thumb.01.R', Weight: 0.071837 + Group: 'thumb.02.R', Weight: 0.003013 + Group: 'palm.02.R', Weight: 0.686979 + Group: 'palm.03.R', Weight: 0.165052 +Vertex 4323: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.698097 + Group: 'f_middle.01.R', Weight: 0.017834 + Group: 'palm.03.R', Weight: 0.221096 +Vertex 4324: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.083481 + Group: 'thumb.01.R', Weight: 0.114277 + Group: 'thumb.02.R', Weight: 0.021005 + Group: 'palm.02.R', Weight: 0.391697 + Group: 'palm.03.R', Weight: 0.364951 +Vertex 4325: +Vertex groups: 4 + Group: 'thumb.01.R', Weight: 0.012243 + Group: 'palm.02.R', Weight: 0.816144 + Group: 'f_middle.01.R', Weight: 0.000190 + Group: 'palm.03.R', Weight: 0.097492 +Vertex 4326: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.046443 + Group: 'palm.02.R', Weight: 0.833153 + Group: 'palm.03.R', Weight: 0.059211 +Vertex 4327: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.002383 + Group: 'thumb.01.R', Weight: 0.052718 + Group: 'palm.02.R', Weight: 0.870950 +Vertex 4328: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.045843 + Group: 'thumb.01.R', Weight: 0.142941 + Group: 'thumb.02.R', Weight: 0.056597 + Group: 'palm.02.R', Weight: 0.620317 + Group: 'palm.03.R', Weight: 0.124386 +Vertex 4329: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.032991 + Group: 'thumb.01.R', Weight: 0.168160 + Group: 'thumb.02.R', Weight: 0.068198 + Group: 'palm.02.R', Weight: 0.662032 + Group: 'palm.03.R', Weight: 0.054939 +Vertex 4330: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.007304 + Group: 'thumb.01.R', Weight: 0.081404 + Group: 'thumb.02.R', Weight: 0.012433 + Group: 'palm.02.R', Weight: 0.755630 + Group: 'palm.03.R', Weight: 0.088432 +Vertex 4331: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.009572 + Group: 'thumb.01.R', Weight: 0.092471 + Group: 'thumb.02.R', Weight: 0.016938 + Group: 'palm.02.R', Weight: 0.796846 + Group: 'palm.03.R', Weight: 0.023573 +Vertex 4332: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.080967 + Group: 'thumb.01.R', Weight: 0.219785 + Group: 'thumb.02.R', Weight: 0.087235 + Group: 'palm.02.R', Weight: 0.481170 + Group: 'palm.03.R', Weight: 0.126771 +Vertex 4333: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.052475 + Group: 'thumb.01.R', Weight: 0.269776 + Group: 'thumb.02.R', Weight: 0.117149 + Group: 'palm.02.R', Weight: 0.511762 + Group: 'palm.03.R', Weight: 0.048343 +Vertex 4334: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.069037 + Group: 'thumb.01.R', Weight: 0.112931 + Group: 'thumb.02.R', Weight: 0.002228 + Group: 'palm.02.R', Weight: 0.775275 +Vertex 4335: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.070288 + Group: 'thumb.01.R', Weight: 0.184490 + Group: 'thumb.02.R', Weight: 0.052310 + Group: 'palm.02.R', Weight: 0.669374 +Vertex 4336: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.075336 + Group: 'thumb.01.R', Weight: 0.294370 + Group: 'thumb.02.R', Weight: 0.097916 + Group: 'palm.02.R', Weight: 0.508717 +Vertex 4337: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.977783 +Vertex 4338: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.978653 +Vertex 4339: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988571 +Vertex 4340: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.975329 +Vertex 4341: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.990057 +Vertex 4342: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988898 +Vertex 4343: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.985469 +Vertex 4344: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.974195 +Vertex 4345: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.984500 +Vertex 4346: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988993 +Vertex 4347: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.991090 +Vertex 4348: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.989033 +Vertex 4349: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.951357 + Group: 'hand.R', Weight: 0.015736 +Vertex 4350: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.975332 +Vertex 4351: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.968873 +Vertex 4352: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.966220 +Vertex 4353: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.975188 +Vertex 4354: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.967142 + Group: 'hand.R', Weight: 0.008596 +Vertex 4355: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.979075 +Vertex 4356: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.954044 + Group: 'hand.R', Weight: 0.017294 +Vertex 4357: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.963714 + Group: 'hand.R', Weight: 0.001606 +Vertex 4358: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.967052 + Group: 'hand.R', Weight: 0.006023 +Vertex 4359: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.979398 +Vertex 4360: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.968526 + Group: 'hand.R', Weight: 0.007728 +Vertex 4361: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.077687 + Group: 'thumb.01.R', Weight: 0.359038 + Group: 'thumb.02.R', Weight: 0.155685 + Group: 'palm.02.R', Weight: 0.312426 + Group: 'palm.03.R', Weight: 0.097144 +Vertex 4362: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.001976 + Group: 'thumb.01.R', Weight: 0.468289 + Group: 'thumb.02.R', Weight: 0.393840 + Group: 'palm.02.R', Weight: 0.115983 +Vertex 4363: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.115935 + Group: 'thumb.02.R', Weight: 0.868508 +Vertex 4364: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.071225 + Group: 'thumb.02.R', Weight: 0.911169 +Vertex 4365: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.902105 + Group: 'thumb.03.R', Weight: 0.080403 +Vertex 4366: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.005819 + Group: 'thumb.01.R', Weight: 0.434185 + Group: 'thumb.02.R', Weight: 0.460459 + Group: 'palm.02.R', Weight: 0.042454 + Group: 'palm.03.R', Weight: 0.010544 +Vertex 4367: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.082936 + Group: 'thumb.01.R', Weight: 0.491686 + Group: 'thumb.02.R', Weight: 0.193983 + Group: 'palm.02.R', Weight: 0.133494 + Group: 'palm.03.R', Weight: 0.098949 +Vertex 4368: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.110359 + Group: 'thumb.01.R', Weight: 0.371617 + Group: 'thumb.02.R', Weight: 0.147996 + Group: 'palm.02.R', Weight: 0.237865 + Group: 'palm.03.R', Weight: 0.132183 +Vertex 4369: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.060056 + Group: 'thumb.01.R', Weight: 0.530625 + Group: 'thumb.02.R', Weight: 0.258327 + Group: 'palm.02.R', Weight: 0.081981 + Group: 'palm.03.R', Weight: 0.067845 +Vertex 4370: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.239549 + Group: 'thumb.02.R', Weight: 0.707645 + Group: 'palm.02.R', Weight: 0.006739 +Vertex 4371: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.051950 + Group: 'thumb.02.R', Weight: 0.823825 + Group: 'thumb.03.R', Weight: 0.114450 +Vertex 4372: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.825319 + Group: 'thumb.03.R', Weight: 0.148017 +Vertex 4373: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.054408 + Group: 'thumb.01.R', Weight: 0.600283 + Group: 'thumb.02.R', Weight: 0.182779 + Group: 'palm.02.R', Weight: 0.157586 +Vertex 4374: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.115527 + Group: 'thumb.01.R', Weight: 0.738029 + Group: 'thumb.02.R', Weight: 0.065614 + Group: 'palm.02.R', Weight: 0.073094 +Vertex 4375: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.141363 + Group: 'thumb.01.R', Weight: 0.437687 + Group: 'thumb.02.R', Weight: 0.064601 + Group: 'palm.02.R', Weight: 0.343746 +Vertex 4376: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.124256 + Group: 'thumb.01.R', Weight: 0.308231 + Group: 'thumb.02.R', Weight: 0.053159 + Group: 'palm.02.R', Weight: 0.499910 +Vertex 4377: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.209433 + Group: 'thumb.01.R', Weight: 0.254039 + Group: 'palm.02.R', Weight: 0.502260 +Vertex 4378: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.720066 + Group: 'hand.R', Weight: 0.260357 +Vertex 4379: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.322500 + Group: 'hand.R', Weight: 0.642298 +Vertex 4380: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.165081 + Group: 'hand.R', Weight: 0.772279 + Group: 'thumb.01.R', Weight: 0.016702 + Group: 'palm.03.R', Weight: 0.004058 +Vertex 4381: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.884934 + Group: 'hand.R', Weight: 0.104747 +Vertex 4382: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.107526 + Group: 'hand.R', Weight: 0.809022 + Group: 'thumb.01.R', Weight: 0.027027 + Group: 'palm.03.R', Weight: 0.033860 +Vertex 4383: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4384: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4385: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4386: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.105277 + Group: 'f_middle.02.R', Weight: 0.894715 +Vertex 4387: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.035269 + Group: 'f_middle.02.R', Weight: 0.957350 +Vertex 4388: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.995119 +Vertex 4389: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.060668 + Group: 'f_middle.01.R', Weight: 0.938491 +Vertex 4390: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4391: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999547 +Vertex 4392: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.791282 + Group: 'f_middle.01.R', Weight: 0.146407 + Group: 'palm.03.R', Weight: 0.049081 +Vertex 4393: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.042818 + Group: 'palm.02.R', Weight: 0.943516 +Vertex 4394: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.991228 +Vertex 4395: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.983152 +Vertex 4396: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.150932 + Group: 'f_middle.01.R', Weight: 0.841818 +Vertex 4397: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.943808 + Group: 'f_middle.01.R', Weight: 0.048865 +Vertex 4398: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.994511 +Vertex 4399: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.998732 +Vertex 4400: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.715600 + Group: 'f_middle.01.R', Weight: 0.063923 + Group: 'palm.03.R', Weight: 0.180707 +Vertex 4401: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.003661 + Group: 'palm.02.R', Weight: 0.629533 + Group: 'f_middle.01.R', Weight: 0.039563 + Group: 'palm.03.R', Weight: 0.271950 +Vertex 4402: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.682278 + Group: 'f_middle.01.R', Weight: 0.051992 + Group: 'palm.03.R', Weight: 0.222379 +Vertex 4403: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.210332 + Group: 'palm.02.R', Weight: 0.660144 + Group: 'palm.03.R', Weight: 0.118357 +Vertex 4404: +Vertex groups: 4 + Group: 'palm.02.R', Weight: 0.448483 + Group: 'f_middle.01.R', Weight: 0.003491 + Group: 'palm.03.R', Weight: 0.454588 + Group: 'f_ring.01.R', Weight: 0.026703 +Vertex 4405: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.278275 + Group: 'palm.03.R', Weight: 0.618442 + Group: 'f_ring.01.R', Weight: 0.061594 +Vertex 4406: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.340876 + Group: 'palm.03.R', Weight: 0.564898 + Group: 'f_ring.01.R', Weight: 0.044180 +Vertex 4407: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.314748 + Group: 'palm.02.R', Weight: 0.294372 + Group: 'palm.03.R', Weight: 0.370558 +Vertex 4408: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999514 +Vertex 4409: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999612 +Vertex 4410: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999570 +Vertex 4411: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.046751 + Group: 'f_ring.02.R', Weight: 0.951603 +Vertex 4412: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.000225 + Group: 'f_ring.02.R', Weight: 0.974878 +Vertex 4413: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.987441 +Vertex 4414: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.989785 +Vertex 4415: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999334 +Vertex 4416: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999579 +Vertex 4417: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.912448 + Group: 'f_ring.01.R', Weight: 0.072802 +Vertex 4418: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.029581 + Group: 'palm.03.R', Weight: 0.751942 + Group: 'f_ring.01.R', Weight: 0.200897 +Vertex 4419: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.960794 + Group: 'f_ring.02.R', Weight: 0.027997 +Vertex 4420: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.887704 + Group: 'f_ring.02.R', Weight: 0.111904 +Vertex 4421: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.071560 + Group: 'f_ring.01.R', Weight: 0.923156 +Vertex 4422: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.084763 + Group: 'f_ring.01.R', Weight: 0.913039 +Vertex 4423: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.998114 +Vertex 4424: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.998765 +Vertex 4425: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.032924 + Group: 'palm.03.R', Weight: 0.935203 +Vertex 4426: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.696989 + Group: 'thumb.01.R', Weight: 0.005123 + Group: 'palm.03.R', Weight: 0.250261 +Vertex 4427: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.058594 + Group: 'hand.R', Weight: 0.812442 + Group: 'thumb.01.R', Weight: 0.029112 + Group: 'palm.03.R', Weight: 0.084952 +Vertex 4428: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.051305 + Group: 'thumb.01.R', Weight: 0.079612 + Group: 'thumb.02.R', Weight: 0.003069 + Group: 'palm.02.R', Weight: 0.498621 + Group: 'palm.03.R', Weight: 0.329274 +Vertex 4429: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.018051 + Group: 'palm.02.R', Weight: 0.691007 + Group: 'palm.03.R', Weight: 0.213432 +Vertex 4430: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.341962 + Group: 'palm.02.R', Weight: 0.582384 + Group: 'palm.03.R', Weight: 0.071038 +Vertex 4431: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.150682 + Group: 'palm.02.R', Weight: 0.825938 +Vertex 4432: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.525531 + Group: 'palm.02.R', Weight: 0.198793 + Group: 'palm.03.R', Weight: 0.266243 +Vertex 4433: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.127705 + Group: 'thumb.01.R', Weight: 0.086158 + Group: 'palm.02.R', Weight: 0.767136 +Vertex 4434: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.198570 + Group: 'thumb.01.R', Weight: 0.020887 + Group: 'palm.02.R', Weight: 0.757256 +Vertex 4435: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.353180 + Group: 'thumb.01.R', Weight: 0.012004 + Group: 'palm.02.R', Weight: 0.606003 +Vertex 4436: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.714022 + Group: 'palm.02.R', Weight: 0.246615 + Group: 'palm.03.R', Weight: 0.015094 +Vertex 4437: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.793410 + Group: 'palm.02.R', Weight: 0.086431 + Group: 'palm.03.R', Weight: 0.116285 +Vertex 4438: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.638148 + Group: 'thumb.01.R', Weight: 0.033887 + Group: 'palm.02.R', Weight: 0.308507 +Vertex 4439: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.835904 + Group: 'palm.02.R', Weight: 0.132602 +Vertex 4440: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.301351 + Group: 'palm.02.R', Weight: 0.673254 +Vertex 4441: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.412217 + Group: 'palm.02.R', Weight: 0.556602 +Vertex 4442: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.649483 + Group: 'palm.02.R', Weight: 0.269812 + Group: 'palm.03.R', Weight: 0.076166 +Vertex 4443: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.691063 + Group: 'palm.02.R', Weight: 0.184525 + Group: 'palm.03.R', Weight: 0.119728 +Vertex 4444: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.671303 + Group: 'palm.02.R', Weight: 0.075926 + Group: 'palm.03.R', Weight: 0.248554 +Vertex 4445: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.656099 + Group: 'palm.02.R', Weight: 0.038010 + Group: 'palm.03.R', Weight: 0.296133 +Vertex 4446: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.830609 + Group: 'palm.02.R', Weight: 0.011560 + Group: 'palm.03.R', Weight: 0.133202 +Vertex 4447: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.896717 + Group: 'palm.02.R', Weight: 0.020645 + Group: 'palm.03.R', Weight: 0.062681 +Vertex 4448: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.857053 + Group: 'palm.02.R', Weight: 0.100641 + Group: 'palm.03.R', Weight: 0.021102 +Vertex 4449: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.851182 + Group: 'palm.02.R', Weight: 0.069575 + Group: 'palm.03.R', Weight: 0.074727 +Vertex 4450: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.896248 + Group: 'palm.02.R', Weight: 0.070407 +Vertex 4451: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.802032 + Group: 'palm.02.R', Weight: 0.160313 + Group: 'palm.03.R', Weight: 0.009465 +Vertex 4452: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.134926 + Group: 'palm.03.R', Weight: 0.748122 + Group: 'f_ring.01.R', Weight: 0.094058 +Vertex 4453: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.062348 + Group: 'palm.03.R', Weight: 0.795271 + Group: 'f_ring.01.R', Weight: 0.129694 +Vertex 4454: +Vertex groups: 4 + Group: 'palm.02.R', Weight: 0.497258 + Group: 'f_middle.01.R', Weight: 0.006948 + Group: 'palm.03.R', Weight: 0.412971 + Group: 'f_ring.01.R', Weight: 0.012560 +Vertex 4455: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.596133 + Group: 'f_middle.01.R', Weight: 0.025507 + Group: 'palm.03.R', Weight: 0.313718 +Vertex 4456: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.736693 + Group: 'f_middle.01.R', Weight: 0.066992 + Group: 'palm.03.R', Weight: 0.163691 +Vertex 4457: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.664881 + Group: 'f_middle.01.R', Weight: 0.034584 + Group: 'palm.03.R', Weight: 0.249712 +Vertex 4458: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.337386 + Group: 'palm.03.R', Weight: 0.577458 + Group: 'f_ring.01.R', Weight: 0.019509 +Vertex 4459: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.003036 + Group: 'palm.02.R', Weight: 0.237723 + Group: 'palm.03.R', Weight: 0.674373 +Vertex 4460: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.018181 + Group: 'thumb.01.R', Weight: 0.040178 + Group: 'palm.02.R', Weight: 0.353449 + Group: 'palm.03.R', Weight: 0.530596 +Vertex 4461: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.051560 + Group: 'thumb.01.R', Weight: 0.104065 + Group: 'thumb.02.R', Weight: 0.026358 + Group: 'palm.02.R', Weight: 0.597602 + Group: 'palm.03.R', Weight: 0.197114 +Vertex 4462: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.616664 + Group: 'palm.03.R', Weight: 0.300545 +Vertex 4463: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.785131 + Group: 'f_middle.01.R', Weight: 0.089111 + Group: 'palm.03.R', Weight: 0.103129 +Vertex 4464: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.048299 + Group: 'palm.02.R', Weight: 0.756910 + Group: 'palm.03.R', Weight: 0.131697 +Vertex 4465: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.063576 + Group: 'palm.02.R', Weight: 0.798005 + Group: 'palm.03.R', Weight: 0.073061 +Vertex 4466: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.021299 + Group: 'thumb.01.R', Weight: 0.126583 + Group: 'thumb.02.R', Weight: 0.046864 + Group: 'palm.02.R', Weight: 0.735678 + Group: 'palm.03.R', Weight: 0.041617 +Vertex 4467: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.024702 + Group: 'thumb.01.R', Weight: 0.109412 + Group: 'thumb.02.R', Weight: 0.035558 + Group: 'palm.02.R', Weight: 0.693042 + Group: 'palm.03.R', Weight: 0.106557 +Vertex 4468: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.005809 + Group: 'thumb.01.R', Weight: 0.070760 + Group: 'palm.02.R', Weight: 0.837872 + Group: 'palm.03.R', Weight: 0.004376 +Vertex 4469: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.072444 + Group: 'thumb.01.R', Weight: 0.082973 + Group: 'palm.02.R', Weight: 0.816329 +Vertex 4470: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.069832 + Group: 'thumb.01.R', Weight: 0.145585 + Group: 'thumb.02.R', Weight: 0.023936 + Group: 'palm.02.R', Weight: 0.727965 +Vertex 4471: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.108306 + Group: 'thumb.01.R', Weight: 0.180409 + Group: 'thumb.02.R', Weight: 0.013076 + Group: 'palm.02.R', Weight: 0.666285 +Vertex 4472: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988986 +Vertex 4473: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.097712 + Group: 'palm.02.R', Weight: 0.369618 + Group: 'palm.03.R', Weight: 0.495011 +Vertex 4474: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.010782 + Group: 'palm.02.R', Weight: 0.382013 + Group: 'palm.03.R', Weight: 0.511270 + Group: 'f_ring.01.R', Weight: 0.046078 +Vertex 4475: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.094853 + Group: 'palm.02.R', Weight: 0.693100 + Group: 'palm.03.R', Weight: 0.186295 +Vertex 4476: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.020400 + Group: 'palm.02.R', Weight: 0.674785 + Group: 'f_middle.01.R', Weight: 0.050695 + Group: 'palm.03.R', Weight: 0.219365 +Vertex 4477: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.967361 + Group: 'hand.R', Weight: 0.007384 +Vertex 4478: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.000639 + Group: 'palm.02.R', Weight: 0.678214 + Group: 'f_middle.01.R', Weight: 0.053752 + Group: 'palm.03.R', Weight: 0.220941 +Vertex 4479: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.362508 + Group: 'palm.03.R', Weight: 0.537643 + Group: 'f_ring.01.R', Weight: 0.048385 +Vertex 4480: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.091343 + Group: 'thumb.01.R', Weight: 0.115392 + Group: 'palm.02.R', Weight: 0.760342 +Vertex 4481: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.886406 + Group: 'palm.02.R', Weight: 0.062416 + Group: 'palm.03.R', Weight: 0.040147 +Vertex 4482: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.700780 + Group: 'palm.02.R', Weight: 0.120882 + Group: 'palm.03.R', Weight: 0.173691 +Vertex 4483: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.571711 + Group: 'palm.02.R', Weight: 0.379559 + Group: 'palm.03.R', Weight: 0.037681 +Vertex 4484: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.242521 + Group: 'palm.02.R', Weight: 0.726767 +Vertex 4485: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.181580 + Group: 'thumb.01.R', Weight: 0.642434 + Group: 'thumb.02.R', Weight: 0.060444 + Group: 'palm.03.R', Weight: 0.091460 +Vertex 4486: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.135028 + Group: 'thumb.01.R', Weight: 0.609656 + Group: 'thumb.02.R', Weight: 0.093327 + Group: 'palm.02.R', Weight: 0.006458 + Group: 'palm.03.R', Weight: 0.126675 +Vertex 4487: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.080914 + Group: 'thumb.01.R', Weight: 0.431522 + Group: 'thumb.02.R', Weight: 0.155280 + Group: 'palm.02.R', Weight: 0.317191 +Vertex 4488: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.011002 + Group: 'thumb.02.R', Weight: 0.649283 + Group: 'thumb.03.R', Weight: 0.310757 +Vertex 4489: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.225458 + Group: 'thumb.02.R', Weight: 0.714464 + Group: 'thumb.03.R', Weight: 0.003807 +Vertex 4490: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.004090 + Group: 'thumb.02.R', Weight: 0.644392 + Group: 'thumb.03.R', Weight: 0.320162 +Vertex 4491: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.022077 + Group: 'thumb.02.R', Weight: 0.715558 + Group: 'thumb.03.R', Weight: 0.238337 +Vertex 4492: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.048348 + Group: 'thumb.01.R', Weight: 0.688025 + Group: 'thumb.02.R', Weight: 0.206815 + Group: 'palm.03.R', Weight: 0.018202 +Vertex 4493: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.228485 + Group: 'thumb.02.R', Weight: 0.733566 + Group: 'palm.02.R', Weight: 0.035960 +Vertex 4494: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.118623 + Group: 'thumb.02.R', Weight: 0.789025 + Group: 'thumb.03.R', Weight: 0.063988 +Vertex 4495: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.085985 + Group: 'thumb.03.R', Weight: 0.917974 +Vertex 4496: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.247496 + Group: 'thumb.03.R', Weight: 0.762780 +Vertex 4497: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.983827 +Vertex 4498: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.985249 +Vertex 4499: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.019651 + Group: 'thumb.03.R', Weight: 0.964772 +Vertex 4500: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.177275 + Group: 'thumb.03.R', Weight: 0.823306 +Vertex 4501: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4502: +Vertex groups: 3 + Group: 'spine', Weight: 0.157330 + Group: 'spine.001', Weight: 0.689067 + Group: 'spine.002', Weight: 0.143085 +Vertex 4503: +Vertex groups: 3 + Group: 'spine', Weight: 0.153365 + Group: 'spine.001', Weight: 0.687708 + Group: 'spine.002', Weight: 0.148193 +Vertex 4504: +Vertex groups: 3 + Group: 'spine', Weight: 0.151598 + Group: 'spine.001', Weight: 0.682928 + Group: 'spine.002', Weight: 0.154316 +Vertex 4505: +Vertex groups: 3 + Group: 'spine', Weight: 0.110182 + Group: 'spine.001', Weight: 0.683443 + Group: 'spine.002', Weight: 0.194767 +Vertex 4506: +Vertex groups: 3 + Group: 'spine', Weight: 0.112345 + Group: 'spine.001', Weight: 0.706055 + Group: 'spine.002', Weight: 0.171412 +Vertex 4507: +Vertex groups: 3 + Group: 'spine', Weight: 0.086754 + Group: 'spine.001', Weight: 0.686555 + Group: 'spine.002', Weight: 0.215212 +Vertex 4508: +Vertex groups: 3 + Group: 'spine', Weight: 0.086382 + Group: 'spine.001', Weight: 0.682386 + Group: 'spine.002', Weight: 0.219520 +Vertex 4509: +Vertex groups: 3 + Group: 'spine', Weight: 0.146737 + Group: 'spine.001', Weight: 0.720556 + Group: 'spine.002', Weight: 0.124094 +Vertex 4510: +Vertex groups: 3 + Group: 'spine', Weight: 0.148724 + Group: 'spine.001', Weight: 0.718203 + Group: 'spine.002', Weight: 0.124378 +Vertex 4511: +Vertex groups: 4 + Group: 'spine', Weight: 0.079139 + Group: 'spine.001', Weight: 0.364403 + Group: 'spine.002', Weight: 0.498831 + Group: 'spine.003', Weight: 0.004425 +Vertex 4512: +Vertex groups: 3 + Group: 'spine', Weight: 0.081031 + Group: 'spine.001', Weight: 0.496253 + Group: 'spine.002', Weight: 0.395142 +Vertex 4513: +Vertex groups: 3 + Group: 'spine', Weight: 0.094079 + Group: 'spine.001', Weight: 0.589551 + Group: 'spine.002', Weight: 0.299077 +Vertex 4514: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.715830 + Group: 'spine.001', Weight: 0.131904 + Group: 'spine.003', Weight: 0.121435 + Group: 'spine', Weight: 0.020689 + Group: 'upper_arm.R', Weight: 0.010142 +Vertex 4515: +Vertex groups: 5 + Group: 'spine', Weight: 0.047688 + Group: 'spine.001', Weight: 0.181144 + Group: 'spine.002', Weight: 0.637668 + Group: 'spine.003', Weight: 0.069350 + Group: 'upper_arm.R', Weight: 0.007980 +Vertex 4516: +Vertex groups: 4 + Group: 'spine', Weight: 0.059935 + Group: 'spine.001', Weight: 0.249044 + Group: 'spine.002', Weight: 0.596646 + Group: 'spine.003', Weight: 0.043053 +Vertex 4517: +Vertex groups: 3 + Group: 'spine', Weight: 0.096394 + Group: 'spine.001', Weight: 0.584319 + Group: 'spine.002', Weight: 0.300913 +Vertex 4518: +Vertex groups: 3 + Group: 'spine', Weight: 0.090024 + Group: 'spine.001', Weight: 0.561013 + Group: 'spine.002', Weight: 0.327515 +Vertex 4519: +Vertex groups: 3 + Group: 'spine', Weight: 0.088734 + Group: 'spine.001', Weight: 0.601657 + Group: 'spine.002', Weight: 0.293287 +Vertex 4520: +Vertex groups: 3 + Group: 'spine', Weight: 0.087807 + Group: 'spine.001', Weight: 0.620047 + Group: 'spine.002', Weight: 0.276839 +Vertex 4521: +Vertex groups: 3 + Group: 'spine', Weight: 0.089163 + Group: 'spine.001', Weight: 0.629563 + Group: 'spine.002', Weight: 0.266471 +Vertex 4522: +Vertex groups: 4 + Group: 'spine', Weight: 0.070041 + Group: 'spine.001', Weight: 0.308295 + Group: 'spine.002', Weight: 0.547801 + Group: 'spine.003', Weight: 0.020924 +Vertex 4523: +Vertex groups: 4 + Group: 'spine', Weight: 0.008642 + Group: 'spine.001', Weight: 0.225174 + Group: 'spine.002', Weight: 0.695043 + Group: 'spine.003', Weight: 0.006646 +Vertex 4524: +Vertex groups: 3 + Group: 'spine', Weight: 0.053494 + Group: 'spine.001', Weight: 0.565409 + Group: 'spine.002', Weight: 0.363734 +Vertex 4525: +Vertex groups: 3 + Group: 'spine', Weight: 0.051418 + Group: 'spine.001', Weight: 0.437767 + Group: 'spine.002', Weight: 0.486364 +Vertex 4526: +Vertex groups: 3 + Group: 'spine', Weight: 0.054842 + Group: 'spine.001', Weight: 0.532767 + Group: 'spine.002', Weight: 0.392528 +Vertex 4527: +Vertex groups: 3 + Group: 'spine', Weight: 0.054410 + Group: 'spine.001', Weight: 0.487094 + Group: 'spine.002', Weight: 0.436496 +Vertex 4528: +Vertex groups: 3 + Group: 'spine', Weight: 0.051614 + Group: 'spine.001', Weight: 0.560393 + Group: 'spine.002', Weight: 0.370615 +Vertex 4529: +Vertex groups: 3 + Group: 'spine', Weight: 0.053582 + Group: 'spine.001', Weight: 0.556257 + Group: 'spine.002', Weight: 0.371870 +Vertex 4530: +Vertex groups: 3 + Group: 'spine', Weight: 0.038161 + Group: 'spine.001', Weight: 0.357226 + Group: 'spine.002', Weight: 0.567992 +Vertex 4531: +Vertex groups: 3 + Group: 'spine', Weight: 0.055738 + Group: 'spine.001', Weight: 0.514551 + Group: 'spine.002', Weight: 0.408994 +Vertex 4532: +Vertex groups: 3 + Group: 'spine', Weight: 0.045833 + Group: 'spine.001', Weight: 0.544262 + Group: 'spine.002', Weight: 0.389840 +Vertex 4533: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.128529 + Group: 'spine.002', Weight: 0.764618 + Group: 'spine.003', Weight: 0.050806 +Vertex 4534: +Vertex groups: 3 + Group: 'spine', Weight: 0.062144 + Group: 'spine.001', Weight: 0.467573 + Group: 'spine.002', Weight: 0.447808 +Vertex 4535: +Vertex groups: 3 + Group: 'spine', Weight: 0.067188 + Group: 'spine.001', Weight: 0.522452 + Group: 'spine.002', Weight: 0.390332 +Vertex 4536: +Vertex groups: 3 + Group: 'spine', Weight: 0.022966 + Group: 'spine.001', Weight: 0.360868 + Group: 'spine.002', Weight: 0.573010 +Vertex 4537: +Vertex groups: 3 + Group: 'spine', Weight: 0.052946 + Group: 'spine.001', Weight: 0.460947 + Group: 'spine.002', Weight: 0.462921 +Vertex 4538: +Vertex groups: 3 + Group: 'spine', Weight: 0.005968 + Group: 'spine.001', Weight: 0.312656 + Group: 'spine.002', Weight: 0.626762 +Vertex 4539: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.106329 + Group: 'spine.002', Weight: 0.688732 + Group: 'spine.003', Weight: 0.081697 + Group: 'shoulder.R', Weight: 0.009360 + Group: 'upper_arm.R', Weight: 0.061521 +Vertex 4540: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.155957 + Group: 'spine.002', Weight: 0.743899 + Group: 'spine.003', Weight: 0.034437 +Vertex 4541: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.125498 + Group: 'spine.002', Weight: 0.727732 + Group: 'spine.003', Weight: 0.057659 + Group: 'upper_arm.R', Weight: 0.035263 +Vertex 4542: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.056142 + Group: 'spine.002', Weight: 0.486372 + Group: 'spine.003', Weight: 0.263162 + Group: 'shoulder.R', Weight: 0.067749 + Group: 'upper_arm.R', Weight: 0.064950 +Vertex 4543: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.081989 + Group: 'spine.002', Weight: 0.593029 + Group: 'spine.003', Weight: 0.161194 + Group: 'shoulder.R', Weight: 0.052059 + Group: 'upper_arm.R', Weight: 0.066162 +Vertex 4544: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.094732 + Group: 'spine.002', Weight: 0.638976 + Group: 'spine.003', Weight: 0.118525 + Group: 'shoulder.R', Weight: 0.033390 + Group: 'upper_arm.R', Weight: 0.068802 +Vertex 4545: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.101951 + Group: 'spine.002', Weight: 0.665420 + Group: 'spine.003', Weight: 0.097095 + Group: 'shoulder.R', Weight: 0.020420 + Group: 'upper_arm.R', Weight: 0.065814 +Vertex 4546: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.085124 + Group: 'Head', Weight: 0.911655 +Vertex 4547: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082596 + Group: 'Head', Weight: 0.914199 +Vertex 4548: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.154120 + Group: 'Head', Weight: 0.839492 +Vertex 4549: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165708 + Group: 'Head', Weight: 0.828104 +Vertex 4550: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165504 + Group: 'Head', Weight: 0.828664 +Vertex 4551: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155290 + Group: 'Head', Weight: 0.839336 +Vertex 4552: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133879 + Group: 'Head', Weight: 0.861323 +Vertex 4553: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123022 + Group: 'Head', Weight: 0.872431 +Vertex 4554: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111957 + Group: 'Head', Weight: 0.883710 +Vertex 4555: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099577 + Group: 'Head', Weight: 0.896168 +Vertex 4556: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098472 + Group: 'Head', Weight: 0.896984 +Vertex 4557: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103936 + Group: 'Head', Weight: 0.891111 +Vertex 4558: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113955 + Group: 'Head', Weight: 0.880621 +Vertex 4559: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133219 + Group: 'Head', Weight: 0.860727 +Vertex 4560: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124054 + Group: 'Head', Weight: 0.870090 +Vertex 4561: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141530 + Group: 'Head', Weight: 0.852245 +Vertex 4562: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142622 + Group: 'Head', Weight: 0.852365 +Vertex 4563: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148502 + Group: 'Head', Weight: 0.846322 +Vertex 4564: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150722 + Group: 'Head', Weight: 0.843139 +Vertex 4565: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161239 + Group: 'Head', Weight: 0.832769 +Vertex 4566: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.160038 + Group: 'Head', Weight: 0.834283 +Vertex 4567: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150784 + Group: 'Head', Weight: 0.843916 +Vertex 4568: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132111 + Group: 'Head', Weight: 0.863058 +Vertex 4569: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124855 + Group: 'Head', Weight: 0.870471 +Vertex 4570: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115740 + Group: 'Head', Weight: 0.879746 +Vertex 4571: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105364 + Group: 'Head', Weight: 0.890162 +Vertex 4572: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104968 + Group: 'Head', Weight: 0.890266 +Vertex 4573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111310 + Group: 'Head', Weight: 0.883539 +Vertex 4574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.121915 + Group: 'Head', Weight: 0.872546 +Vertex 4575: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132738 + Group: 'Head', Weight: 0.861410 +Vertex 4576: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127086 + Group: 'Head', Weight: 0.867201 +Vertex 4577: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139867 + Group: 'Head', Weight: 0.854129 +Vertex 4578: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139116 + Group: 'Head', Weight: 0.855888 +Vertex 4579: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144932 + Group: 'Head', Weight: 0.849924 +Vertex 4580: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155603 + Group: 'Head', Weight: 0.837877 +Vertex 4581: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108890 + Group: 'Head', Weight: 0.885705 +Vertex 4582: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101870 + Group: 'Head', Weight: 0.893178 +Vertex 4583: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118893 + Group: 'Head', Weight: 0.875177 +Vertex 4584: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128668 + Group: 'Head', Weight: 0.865185 +Vertex 4585: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141187 + Group: 'Head', Weight: 0.852462 +Vertex 4586: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.167856 + Group: 'Head', Weight: 0.825832 +Vertex 4587: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166152 + Group: 'Head', Weight: 0.827970 +Vertex 4588: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155662 + Group: 'Head', Weight: 0.838944 +Vertex 4589: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095647 + Group: 'Head', Weight: 0.899890 +Vertex 4590: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095430 + Group: 'Head', Weight: 0.900465 +Vertex 4591: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107329 + Group: 'Head', Weight: 0.888497 +Vertex 4592: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119804 + Group: 'Head', Weight: 0.875770 +Vertex 4593: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131993 + Group: 'Head', Weight: 0.863301 +Vertex 4594: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146676 + Group: 'Head', Weight: 0.848224 +Vertex 4595: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139688 + Group: 'Head', Weight: 0.855411 +Vertex 4596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101068 + Group: 'Head', Weight: 0.894818 +Vertex 4597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098370 + Group: 'Head', Weight: 0.897609 +Vertex 4598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104756 + Group: 'Head', Weight: 0.890993 +Vertex 4599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088505 + Group: 'Head', Weight: 0.907845 +Vertex 4600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109389 + Group: 'Head', Weight: 0.886155 +Vertex 4601: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4602: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4603: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4604: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4605: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4606: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4607: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4608: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4609: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4610: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4611: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4612: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4613: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4614: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4615: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4616: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4617: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4618: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4619: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4620: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4621: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4622: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4623: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4624: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4625: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4626: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4627: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4628: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4629: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4630: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4631: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4632: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4633: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4634: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.865184 + Group: 'f_middle.02.R', Weight: 0.133583 +Vertex 4635: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.901072 + Group: 'f_middle.02.R', Weight: 0.098783 +Vertex 4636: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.874345 + Group: 'f_middle.02.R', Weight: 0.125216 +Vertex 4637: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.957046 + Group: 'f_middle.02.R', Weight: 0.035057 +Vertex 4638: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.828853 + Group: 'f_middle.02.R', Weight: 0.170559 +Vertex 4639: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.857769 + Group: 'f_middle.02.R', Weight: 0.142449 +Vertex 4640: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.916989 + Group: 'f_middle.02.R', Weight: 0.083144 +Vertex 4641: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.960789 + Group: 'f_middle.02.R', Weight: 0.027993 +Vertex 4642: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.877561 + Group: 'f_middle.02.R', Weight: 0.122508 +Vertex 4643: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.957612 + Group: 'f_middle.02.R', Weight: 0.034151 +=== Animation Keyframes === +=== Bone Transforms per Keyframe === +Keyframes: 62 +Frame: 0 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 1 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 2 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 3 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 4 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 5 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 6 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 7 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 8 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 9 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 10 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 11 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 12 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 13 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 14 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 15 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 16 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 17 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 18 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 19 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 20 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 21 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 22 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 23 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 24 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 25 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 26 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 27 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 28 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 29 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 30 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 31 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 32 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 33 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 34 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 35 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 36 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 37 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 38 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 39 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 40 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 41 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 42 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 43 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 44 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 45 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 46 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 47 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 48 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 49 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 50 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 51 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 52 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 53 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 54 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 55 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 56 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 57 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 58 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 59 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 60 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 71 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + diff --git a/resources/w/shadow/shadow_idle003.txt b/resources/w/shadow/shadow_idle003.txt new file mode 100644 index 0000000..22c54c9 --- /dev/null +++ b/resources/w/shadow/shadow_idle003.txt @@ -0,0 +1,99938 @@ +=== Armature Matrix === + + + + +=== Armature Bones: 38 +Bone: spine + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.14538497551776422 + + + + Parent: None + Children: ['spine.001'] +Bone: spine.001 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09518011967795607 + + + + Parent: spine + Children: ['spine.002'] +Bone: spine.002 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1215128936633829 + + + + Parent: spine.001 + Children: ['spine.003'] +Bone: spine.003 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.112579900223692 + + + + Parent: spine.002 + Children: ['spine.004', 'shoulder.L', 'shoulder.R'] +Bone: spine.004 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04642813051227379 + + + + Parent: spine.003 + Children: ['spine.005'] +Bone: spine.005 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04471281747648945 + + + + Parent: spine.004 + Children: ['Head'] +Bone: Head + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.044712782490291675 + + + + Parent: spine.005 + Children: [] +Bone: shoulder.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09377606215972899 + + + + Parent: spine.003 + Children: ['upper_arm.L'] +Bone: upper_arm.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.22562149704423543 + + + + Parent: shoulder.L + Children: ['forearm.L'] +Bone: forearm.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.18554608719501253 + + + + Parent: upper_arm.L + Children: ['hand.L'] +Bone: hand.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.08843077769432313 + + + + Parent: forearm.L + Children: ['thumb.01.L', 'palm.02.L', 'palm.03.L'] +Bone: thumb.01.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.042760808799966715 + + + + Parent: hand.L + Children: ['thumb.02.L'] +Bone: thumb.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03528378928504266 + + + + Parent: thumb.01.L + Children: ['thumb.03.L'] +Bone: thumb.03.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.035283792790654606 + + + + Parent: thumb.02.L + Children: [] +Bone: palm.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.043167344500944706 + + + + Parent: hand.L + Children: ['f_middle.01.L'] +Bone: f_middle.01.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.05333360538612737 + + + + Parent: palm.02.L + Children: ['f_middle.02.L'] +Bone: f_middle.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.05333360545433913 + + + + Parent: f_middle.01.L + Children: [] +Bone: palm.03.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.054472468595704704 + + + + Parent: hand.L + Children: ['f_ring.01.L'] +Bone: f_ring.01.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732557942843606 + + + + Parent: palm.03.L + Children: ['f_ring.02.L'] +Bone: f_ring.02.L + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732557693695869 + + + + Parent: f_ring.01.L + Children: [] +Bone: shoulder.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09377603779689124 + + + + Parent: spine.003 + Children: ['upper_arm.R'] +Bone: upper_arm.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.2256213728713048 + + + + Parent: shoulder.R + Children: ['forearm.R'] +Bone: forearm.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1855461361337643 + + + + Parent: upper_arm.R + Children: ['hand.R'] +Bone: hand.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.0884306460485189 + + + + Parent: forearm.R + Children: ['thumb.01.R', 'palm.02.R', 'palm.03.R'] +Bone: thumb.01.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04276087822307587 + + + + Parent: hand.R + Children: ['thumb.02.R'] +Bone: thumb.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03528377691229182 + + + + Parent: thumb.01.R + Children: ['thumb.03.R'] +Bone: thumb.03.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03528375031086283 + + + + Parent: thumb.02.R + Children: [] +Bone: palm.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.04316749147834885 + + + + Parent: hand.R + Children: ['f_middle.01.R'] +Bone: f_middle.01.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.053333582466972874 + + + + Parent: palm.02.R + Children: ['f_middle.02.R'] +Bone: f_middle.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.05333358362657319 + + + + Parent: f_middle.01.R + Children: [] +Bone: palm.03.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.054472408755736265 + + + + Parent: hand.R + Children: ['f_ring.01.R'] +Bone: f_ring.01.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732561919458532 + + + + Parent: palm.03.R + Children: ['f_ring.02.R'] +Bone: f_ring.02.R + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03732567206376134 + + + + Parent: f_ring.01.R + Children: [] +Bone: spine1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10557497968953111 + + + + Parent: None + Children: ['spine1.001'] +Bone: spine1.001 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.11934970563234676 + + + + Parent: spine1 + Children: ['spine1.002'] +Bone: spine1.002 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.13505779146796712 + + + + Parent: spine1.001 + Children: ['spine1.003'] +Bone: spine1.003 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10722895334702276 + + + + Parent: spine1.002 + Children: ['spine2'] +Bone: spine2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1072289567397458 + + + + Parent: spine1.003 + Children: [] +=== TOTAL MESHES TO EXPORT: 1 === +=== Mesh Object: Shadow_NPC_Rigged === +===Vertices: 4644 +Vertex 0: +Vertex 1: +Vertex 2: +Vertex 3: +Vertex 4: +Vertex 5: +Vertex 6: +Vertex 7: +Vertex 8: +Vertex 9: +Vertex 10: +Vertex 11: +Vertex 12: +Vertex 13: +Vertex 14: +Vertex 15: +Vertex 16: +Vertex 17: +Vertex 18: +Vertex 19: +Vertex 20: +Vertex 21: +Vertex 22: +Vertex 23: +Vertex 24: +Vertex 25: +Vertex 26: +Vertex 27: +Vertex 28: +Vertex 29: +Vertex 30: +Vertex 31: +Vertex 32: +Vertex 33: +Vertex 34: +Vertex 35: +Vertex 36: +Vertex 37: +Vertex 38: +Vertex 39: +Vertex 40: +Vertex 41: +Vertex 42: +Vertex 43: +Vertex 44: +Vertex 45: +Vertex 46: +Vertex 47: +Vertex 48: +Vertex 49: +Vertex 50: +Vertex 51: +Vertex 52: +Vertex 53: +Vertex 54: +Vertex 55: +Vertex 56: +Vertex 57: +Vertex 58: +Vertex 59: +Vertex 60: +Vertex 61: +Vertex 62: +Vertex 63: +Vertex 64: +Vertex 65: +Vertex 66: +Vertex 67: +Vertex 68: +Vertex 69: +Vertex 70: +Vertex 71: +Vertex 72: +Vertex 73: +Vertex 74: +Vertex 75: +Vertex 76: +Vertex 77: +Vertex 78: +Vertex 79: +Vertex 80: +Vertex 81: +Vertex 82: +Vertex 83: +Vertex 84: +Vertex 85: +Vertex 86: +Vertex 87: +Vertex 88: +Vertex 89: +Vertex 90: +Vertex 91: +Vertex 92: +Vertex 93: +Vertex 94: +Vertex 95: +Vertex 96: +Vertex 97: +Vertex 98: +Vertex 99: +Vertex 100: +Vertex 101: +Vertex 102: +Vertex 103: +Vertex 104: +Vertex 105: +Vertex 106: +Vertex 107: +Vertex 108: +Vertex 109: +Vertex 110: +Vertex 111: +Vertex 112: +Vertex 113: +Vertex 114: +Vertex 115: +Vertex 116: +Vertex 117: +Vertex 118: +Vertex 119: +Vertex 120: +Vertex 121: +Vertex 122: +Vertex 123: +Vertex 124: +Vertex 125: +Vertex 126: +Vertex 127: +Vertex 128: +Vertex 129: +Vertex 130: +Vertex 131: +Vertex 132: +Vertex 133: +Vertex 134: +Vertex 135: +Vertex 136: +Vertex 137: +Vertex 138: +Vertex 139: +Vertex 140: +Vertex 141: +Vertex 142: +Vertex 143: +Vertex 144: +Vertex 145: +Vertex 146: +Vertex 147: +Vertex 148: +Vertex 149: +Vertex 150: +Vertex 151: +Vertex 152: +Vertex 153: +Vertex 154: +Vertex 155: +Vertex 156: +Vertex 157: +Vertex 158: +Vertex 159: +Vertex 160: +Vertex 161: +Vertex 162: +Vertex 163: +Vertex 164: +Vertex 165: +Vertex 166: +Vertex 167: +Vertex 168: +Vertex 169: +Vertex 170: +Vertex 171: +Vertex 172: +Vertex 173: +Vertex 174: +Vertex 175: +Vertex 176: +Vertex 177: +Vertex 178: +Vertex 179: +Vertex 180: +Vertex 181: +Vertex 182: +Vertex 183: +Vertex 184: +Vertex 185: +Vertex 186: +Vertex 187: +Vertex 188: +Vertex 189: +Vertex 190: +Vertex 191: +Vertex 192: +Vertex 193: +Vertex 194: +Vertex 195: +Vertex 196: +Vertex 197: +Vertex 198: +Vertex 199: +Vertex 200: +Vertex 201: +Vertex 202: +Vertex 203: +Vertex 204: +Vertex 205: +Vertex 206: +Vertex 207: +Vertex 208: +Vertex 209: +Vertex 210: +Vertex 211: +Vertex 212: +Vertex 213: +Vertex 214: +Vertex 215: +Vertex 216: +Vertex 217: +Vertex 218: +Vertex 219: +Vertex 220: +Vertex 221: +Vertex 222: +Vertex 223: +Vertex 224: +Vertex 225: +Vertex 226: +Vertex 227: +Vertex 228: +Vertex 229: +Vertex 230: +Vertex 231: +Vertex 232: +Vertex 233: +Vertex 234: +Vertex 235: +Vertex 236: +Vertex 237: +Vertex 238: +Vertex 239: +Vertex 240: +Vertex 241: +Vertex 242: +Vertex 243: +Vertex 244: +Vertex 245: +Vertex 246: +Vertex 247: +Vertex 248: +Vertex 249: +Vertex 250: +Vertex 251: +Vertex 252: +Vertex 253: +Vertex 254: +Vertex 255: +Vertex 256: +Vertex 257: +Vertex 258: +Vertex 259: +Vertex 260: +Vertex 261: +Vertex 262: +Vertex 263: +Vertex 264: +Vertex 265: +Vertex 266: +Vertex 267: +Vertex 268: +Vertex 269: +Vertex 270: +Vertex 271: +Vertex 272: +Vertex 273: +Vertex 274: +Vertex 275: +Vertex 276: +Vertex 277: +Vertex 278: +Vertex 279: +Vertex 280: +Vertex 281: +Vertex 282: +Vertex 283: +Vertex 284: +Vertex 285: +Vertex 286: +Vertex 287: +Vertex 288: +Vertex 289: +Vertex 290: +Vertex 291: +Vertex 292: +Vertex 293: +Vertex 294: +Vertex 295: +Vertex 296: +Vertex 297: +Vertex 298: +Vertex 299: +Vertex 300: +Vertex 301: +Vertex 302: +Vertex 303: +Vertex 304: +Vertex 305: +Vertex 306: +Vertex 307: +Vertex 308: +Vertex 309: +Vertex 310: +Vertex 311: +Vertex 312: +Vertex 313: +Vertex 314: +Vertex 315: +Vertex 316: +Vertex 317: +Vertex 318: +Vertex 319: +Vertex 320: +Vertex 321: +Vertex 322: +Vertex 323: +Vertex 324: +Vertex 325: +Vertex 326: +Vertex 327: +Vertex 328: +Vertex 329: +Vertex 330: +Vertex 331: +Vertex 332: +Vertex 333: +Vertex 334: +Vertex 335: +Vertex 336: +Vertex 337: +Vertex 338: +Vertex 339: +Vertex 340: +Vertex 341: +Vertex 342: +Vertex 343: +Vertex 344: +Vertex 345: +Vertex 346: +Vertex 347: +Vertex 348: +Vertex 349: +Vertex 350: +Vertex 351: +Vertex 352: +Vertex 353: +Vertex 354: +Vertex 355: +Vertex 356: +Vertex 357: +Vertex 358: +Vertex 359: +Vertex 360: +Vertex 361: +Vertex 362: +Vertex 363: +Vertex 364: +Vertex 365: +Vertex 366: +Vertex 367: +Vertex 368: +Vertex 369: +Vertex 370: +Vertex 371: +Vertex 372: +Vertex 373: +Vertex 374: +Vertex 375: +Vertex 376: +Vertex 377: +Vertex 378: +Vertex 379: +Vertex 380: +Vertex 381: +Vertex 382: +Vertex 383: +Vertex 384: +Vertex 385: +Vertex 386: +Vertex 387: +Vertex 388: +Vertex 389: +Vertex 390: +Vertex 391: +Vertex 392: +Vertex 393: +Vertex 394: +Vertex 395: +Vertex 396: +Vertex 397: +Vertex 398: +Vertex 399: +Vertex 400: +Vertex 401: +Vertex 402: +Vertex 403: +Vertex 404: +Vertex 405: +Vertex 406: +Vertex 407: +Vertex 408: +Vertex 409: +Vertex 410: +Vertex 411: +Vertex 412: +Vertex 413: +Vertex 414: +Vertex 415: +Vertex 416: +Vertex 417: +Vertex 418: +Vertex 419: +Vertex 420: +Vertex 421: +Vertex 422: +Vertex 423: +Vertex 424: +Vertex 425: +Vertex 426: +Vertex 427: +Vertex 428: +Vertex 429: +Vertex 430: +Vertex 431: +Vertex 432: +Vertex 433: +Vertex 434: +Vertex 435: +Vertex 436: +Vertex 437: +Vertex 438: +Vertex 439: +Vertex 440: +Vertex 441: +Vertex 442: +Vertex 443: +Vertex 444: +Vertex 445: +Vertex 446: +Vertex 447: +Vertex 448: +Vertex 449: +Vertex 450: +Vertex 451: +Vertex 452: +Vertex 453: +Vertex 454: +Vertex 455: +Vertex 456: +Vertex 457: +Vertex 458: +Vertex 459: +Vertex 460: +Vertex 461: +Vertex 462: +Vertex 463: +Vertex 464: +Vertex 465: +Vertex 466: +Vertex 467: +Vertex 468: +Vertex 469: +Vertex 470: +Vertex 471: +Vertex 472: +Vertex 473: +Vertex 474: +Vertex 475: +Vertex 476: +Vertex 477: +Vertex 478: +Vertex 479: +Vertex 480: +Vertex 481: +Vertex 482: +Vertex 483: +Vertex 484: +Vertex 485: +Vertex 486: +Vertex 487: +Vertex 488: +Vertex 489: +Vertex 490: +Vertex 491: +Vertex 492: +Vertex 493: +Vertex 494: +Vertex 495: +Vertex 496: +Vertex 497: +Vertex 498: +Vertex 499: +Vertex 500: +Vertex 501: +Vertex 502: +Vertex 503: +Vertex 504: +Vertex 505: +Vertex 506: +Vertex 507: +Vertex 508: +Vertex 509: +Vertex 510: +Vertex 511: +Vertex 512: +Vertex 513: +Vertex 514: +Vertex 515: +Vertex 516: +Vertex 517: +Vertex 518: +Vertex 519: +Vertex 520: +Vertex 521: +Vertex 522: +Vertex 523: +Vertex 524: +Vertex 525: +Vertex 526: +Vertex 527: +Vertex 528: +Vertex 529: +Vertex 530: +Vertex 531: +Vertex 532: +Vertex 533: +Vertex 534: +Vertex 535: +Vertex 536: +Vertex 537: +Vertex 538: +Vertex 539: +Vertex 540: +Vertex 541: +Vertex 542: +Vertex 543: +Vertex 544: +Vertex 545: +Vertex 546: +Vertex 547: +Vertex 548: +Vertex 549: +Vertex 550: +Vertex 551: +Vertex 552: +Vertex 553: +Vertex 554: +Vertex 555: +Vertex 556: +Vertex 557: +Vertex 558: +Vertex 559: +Vertex 560: +Vertex 561: +Vertex 562: +Vertex 563: +Vertex 564: +Vertex 565: +Vertex 566: +Vertex 567: +Vertex 568: +Vertex 569: +Vertex 570: +Vertex 571: +Vertex 572: +Vertex 573: +Vertex 574: +Vertex 575: +Vertex 576: +Vertex 577: +Vertex 578: +Vertex 579: +Vertex 580: +Vertex 581: +Vertex 582: +Vertex 583: +Vertex 584: +Vertex 585: +Vertex 586: +Vertex 587: +Vertex 588: +Vertex 589: +Vertex 590: +Vertex 591: +Vertex 592: +Vertex 593: +Vertex 594: +Vertex 595: +Vertex 596: +Vertex 597: +Vertex 598: +Vertex 599: +Vertex 600: +Vertex 601: +Vertex 602: +Vertex 603: +Vertex 604: +Vertex 605: +Vertex 606: +Vertex 607: +Vertex 608: +Vertex 609: +Vertex 610: +Vertex 611: +Vertex 612: +Vertex 613: +Vertex 614: +Vertex 615: +Vertex 616: +Vertex 617: +Vertex 618: +Vertex 619: +Vertex 620: +Vertex 621: +Vertex 622: +Vertex 623: +Vertex 624: +Vertex 625: +Vertex 626: +Vertex 627: +Vertex 628: +Vertex 629: +Vertex 630: +Vertex 631: +Vertex 632: +Vertex 633: +Vertex 634: +Vertex 635: +Vertex 636: +Vertex 637: +Vertex 638: +Vertex 639: +Vertex 640: +Vertex 641: +Vertex 642: +Vertex 643: +Vertex 644: +Vertex 645: +Vertex 646: +Vertex 647: +Vertex 648: +Vertex 649: +Vertex 650: +Vertex 651: +Vertex 652: +Vertex 653: +Vertex 654: +Vertex 655: +Vertex 656: +Vertex 657: +Vertex 658: +Vertex 659: +Vertex 660: +Vertex 661: +Vertex 662: +Vertex 663: +Vertex 664: +Vertex 665: +Vertex 666: +Vertex 667: +Vertex 668: +Vertex 669: +Vertex 670: +Vertex 671: +Vertex 672: +Vertex 673: +Vertex 674: +Vertex 675: +Vertex 676: +Vertex 677: +Vertex 678: +Vertex 679: +Vertex 680: +Vertex 681: +Vertex 682: +Vertex 683: +Vertex 684: +Vertex 685: +Vertex 686: +Vertex 687: +Vertex 688: +Vertex 689: +Vertex 690: +Vertex 691: +Vertex 692: +Vertex 693: +Vertex 694: +Vertex 695: +Vertex 696: +Vertex 697: +Vertex 698: +Vertex 699: +Vertex 700: +Vertex 701: +Vertex 702: +Vertex 703: +Vertex 704: +Vertex 705: +Vertex 706: +Vertex 707: +Vertex 708: +Vertex 709: +Vertex 710: +Vertex 711: +Vertex 712: +Vertex 713: +Vertex 714: +Vertex 715: +Vertex 716: +Vertex 717: +Vertex 718: +Vertex 719: +Vertex 720: +Vertex 721: +Vertex 722: +Vertex 723: +Vertex 724: +Vertex 725: +Vertex 726: +Vertex 727: +Vertex 728: +Vertex 729: +Vertex 730: +Vertex 731: +Vertex 732: +Vertex 733: +Vertex 734: +Vertex 735: +Vertex 736: +Vertex 737: +Vertex 738: +Vertex 739: +Vertex 740: +Vertex 741: +Vertex 742: +Vertex 743: +Vertex 744: +Vertex 745: +Vertex 746: +Vertex 747: +Vertex 748: +Vertex 749: +Vertex 750: +Vertex 751: +Vertex 752: +Vertex 753: +Vertex 754: +Vertex 755: +Vertex 756: +Vertex 757: +Vertex 758: +Vertex 759: +Vertex 760: +Vertex 761: +Vertex 762: +Vertex 763: +Vertex 764: +Vertex 765: +Vertex 766: +Vertex 767: +Vertex 768: +Vertex 769: +Vertex 770: +Vertex 771: +Vertex 772: +Vertex 773: +Vertex 774: +Vertex 775: +Vertex 776: +Vertex 777: +Vertex 778: +Vertex 779: +Vertex 780: +Vertex 781: +Vertex 782: +Vertex 783: +Vertex 784: +Vertex 785: +Vertex 786: +Vertex 787: +Vertex 788: +Vertex 789: +Vertex 790: +Vertex 791: +Vertex 792: +Vertex 793: +Vertex 794: +Vertex 795: +Vertex 796: +Vertex 797: +Vertex 798: +Vertex 799: +Vertex 800: +Vertex 801: +Vertex 802: +Vertex 803: +Vertex 804: +Vertex 805: +Vertex 806: +Vertex 807: +Vertex 808: +Vertex 809: +Vertex 810: +Vertex 811: +Vertex 812: +Vertex 813: +Vertex 814: +Vertex 815: +Vertex 816: +Vertex 817: +Vertex 818: +Vertex 819: +Vertex 820: +Vertex 821: +Vertex 822: +Vertex 823: +Vertex 824: +Vertex 825: +Vertex 826: +Vertex 827: +Vertex 828: +Vertex 829: +Vertex 830: +Vertex 831: +Vertex 832: +Vertex 833: +Vertex 834: +Vertex 835: +Vertex 836: +Vertex 837: +Vertex 838: +Vertex 839: +Vertex 840: +Vertex 841: +Vertex 842: +Vertex 843: +Vertex 844: +Vertex 845: +Vertex 846: +Vertex 847: +Vertex 848: +Vertex 849: +Vertex 850: +Vertex 851: +Vertex 852: +Vertex 853: +Vertex 854: +Vertex 855: +Vertex 856: +Vertex 857: +Vertex 858: +Vertex 859: +Vertex 860: +Vertex 861: +Vertex 862: +Vertex 863: +Vertex 864: +Vertex 865: +Vertex 866: +Vertex 867: +Vertex 868: +Vertex 869: +Vertex 870: +Vertex 871: +Vertex 872: +Vertex 873: +Vertex 874: +Vertex 875: +Vertex 876: +Vertex 877: +Vertex 878: +Vertex 879: +Vertex 880: +Vertex 881: +Vertex 882: +Vertex 883: +Vertex 884: +Vertex 885: +Vertex 886: +Vertex 887: +Vertex 888: +Vertex 889: +Vertex 890: +Vertex 891: +Vertex 892: +Vertex 893: +Vertex 894: +Vertex 895: +Vertex 896: +Vertex 897: +Vertex 898: +Vertex 899: +Vertex 900: +Vertex 901: +Vertex 902: +Vertex 903: +Vertex 904: +Vertex 905: +Vertex 906: +Vertex 907: +Vertex 908: +Vertex 909: +Vertex 910: +Vertex 911: +Vertex 912: +Vertex 913: +Vertex 914: +Vertex 915: +Vertex 916: +Vertex 917: +Vertex 918: +Vertex 919: +Vertex 920: +Vertex 921: +Vertex 922: +Vertex 923: +Vertex 924: +Vertex 925: +Vertex 926: +Vertex 927: +Vertex 928: +Vertex 929: +Vertex 930: +Vertex 931: +Vertex 932: +Vertex 933: +Vertex 934: +Vertex 935: +Vertex 936: +Vertex 937: +Vertex 938: +Vertex 939: +Vertex 940: +Vertex 941: +Vertex 942: +Vertex 943: +Vertex 944: +Vertex 945: +Vertex 946: +Vertex 947: +Vertex 948: +Vertex 949: +Vertex 950: +Vertex 951: +Vertex 952: +Vertex 953: +Vertex 954: +Vertex 955: +Vertex 956: +Vertex 957: +Vertex 958: +Vertex 959: +Vertex 960: +Vertex 961: +Vertex 962: +Vertex 963: +Vertex 964: +Vertex 965: +Vertex 966: +Vertex 967: +Vertex 968: +Vertex 969: +Vertex 970: +Vertex 971: +Vertex 972: +Vertex 973: +Vertex 974: +Vertex 975: +Vertex 976: +Vertex 977: +Vertex 978: +Vertex 979: +Vertex 980: +Vertex 981: +Vertex 982: +Vertex 983: +Vertex 984: +Vertex 985: +Vertex 986: +Vertex 987: +Vertex 988: +Vertex 989: +Vertex 990: +Vertex 991: +Vertex 992: +Vertex 993: +Vertex 994: +Vertex 995: +Vertex 996: +Vertex 997: +Vertex 998: +Vertex 999: +Vertex 1000: +Vertex 1001: +Vertex 1002: +Vertex 1003: +Vertex 1004: +Vertex 1005: +Vertex 1006: +Vertex 1007: +Vertex 1008: +Vertex 1009: +Vertex 1010: +Vertex 1011: +Vertex 1012: +Vertex 1013: +Vertex 1014: +Vertex 1015: +Vertex 1016: +Vertex 1017: +Vertex 1018: +Vertex 1019: +Vertex 1020: +Vertex 1021: +Vertex 1022: +Vertex 1023: +Vertex 1024: +Vertex 1025: +Vertex 1026: +Vertex 1027: +Vertex 1028: +Vertex 1029: +Vertex 1030: +Vertex 1031: +Vertex 1032: +Vertex 1033: +Vertex 1034: +Vertex 1035: +Vertex 1036: +Vertex 1037: +Vertex 1038: +Vertex 1039: +Vertex 1040: +Vertex 1041: +Vertex 1042: +Vertex 1043: +Vertex 1044: +Vertex 1045: +Vertex 1046: +Vertex 1047: +Vertex 1048: +Vertex 1049: +Vertex 1050: +Vertex 1051: +Vertex 1052: +Vertex 1053: +Vertex 1054: +Vertex 1055: +Vertex 1056: +Vertex 1057: +Vertex 1058: +Vertex 1059: +Vertex 1060: +Vertex 1061: +Vertex 1062: +Vertex 1063: +Vertex 1064: +Vertex 1065: +Vertex 1066: +Vertex 1067: +Vertex 1068: +Vertex 1069: +Vertex 1070: +Vertex 1071: +Vertex 1072: +Vertex 1073: +Vertex 1074: +Vertex 1075: +Vertex 1076: +Vertex 1077: +Vertex 1078: +Vertex 1079: +Vertex 1080: +Vertex 1081: +Vertex 1082: +Vertex 1083: +Vertex 1084: +Vertex 1085: +Vertex 1086: +Vertex 1087: +Vertex 1088: +Vertex 1089: +Vertex 1090: +Vertex 1091: +Vertex 1092: +Vertex 1093: +Vertex 1094: +Vertex 1095: +Vertex 1096: +Vertex 1097: +Vertex 1098: +Vertex 1099: +Vertex 1100: +Vertex 1101: +Vertex 1102: +Vertex 1103: +Vertex 1104: +Vertex 1105: +Vertex 1106: +Vertex 1107: +Vertex 1108: +Vertex 1109: +Vertex 1110: +Vertex 1111: +Vertex 1112: +Vertex 1113: +Vertex 1114: +Vertex 1115: +Vertex 1116: +Vertex 1117: +Vertex 1118: +Vertex 1119: +Vertex 1120: +Vertex 1121: +Vertex 1122: +Vertex 1123: +Vertex 1124: +Vertex 1125: +Vertex 1126: +Vertex 1127: +Vertex 1128: +Vertex 1129: +Vertex 1130: +Vertex 1131: +Vertex 1132: +Vertex 1133: +Vertex 1134: +Vertex 1135: +Vertex 1136: +Vertex 1137: +Vertex 1138: +Vertex 1139: +Vertex 1140: +Vertex 1141: +Vertex 1142: +Vertex 1143: +Vertex 1144: +Vertex 1145: +Vertex 1146: +Vertex 1147: +Vertex 1148: +Vertex 1149: +Vertex 1150: +Vertex 1151: +Vertex 1152: +Vertex 1153: +Vertex 1154: +Vertex 1155: +Vertex 1156: +Vertex 1157: +Vertex 1158: +Vertex 1159: +Vertex 1160: +Vertex 1161: +Vertex 1162: +Vertex 1163: +Vertex 1164: +Vertex 1165: +Vertex 1166: +Vertex 1167: +Vertex 1168: +Vertex 1169: +Vertex 1170: +Vertex 1171: +Vertex 1172: +Vertex 1173: +Vertex 1174: +Vertex 1175: +Vertex 1176: +Vertex 1177: +Vertex 1178: +Vertex 1179: +Vertex 1180: +Vertex 1181: +Vertex 1182: +Vertex 1183: +Vertex 1184: +Vertex 1185: +Vertex 1186: +Vertex 1187: +Vertex 1188: +Vertex 1189: +Vertex 1190: +Vertex 1191: +Vertex 1192: +Vertex 1193: +Vertex 1194: +Vertex 1195: +Vertex 1196: +Vertex 1197: +Vertex 1198: +Vertex 1199: +Vertex 1200: +Vertex 1201: +Vertex 1202: +Vertex 1203: +Vertex 1204: +Vertex 1205: +Vertex 1206: +Vertex 1207: +Vertex 1208: +Vertex 1209: +Vertex 1210: +Vertex 1211: +Vertex 1212: +Vertex 1213: +Vertex 1214: +Vertex 1215: +Vertex 1216: +Vertex 1217: +Vertex 1218: +Vertex 1219: +Vertex 1220: +Vertex 1221: +Vertex 1222: +Vertex 1223: +Vertex 1224: +Vertex 1225: +Vertex 1226: +Vertex 1227: +Vertex 1228: +Vertex 1229: +Vertex 1230: +Vertex 1231: +Vertex 1232: +Vertex 1233: +Vertex 1234: +Vertex 1235: +Vertex 1236: +Vertex 1237: +Vertex 1238: +Vertex 1239: +Vertex 1240: +Vertex 1241: +Vertex 1242: +Vertex 1243: +Vertex 1244: +Vertex 1245: +Vertex 1246: +Vertex 1247: +Vertex 1248: +Vertex 1249: +Vertex 1250: +Vertex 1251: +Vertex 1252: +Vertex 1253: +Vertex 1254: +Vertex 1255: +Vertex 1256: +Vertex 1257: +Vertex 1258: +Vertex 1259: +Vertex 1260: +Vertex 1261: +Vertex 1262: +Vertex 1263: +Vertex 1264: +Vertex 1265: +Vertex 1266: +Vertex 1267: +Vertex 1268: +Vertex 1269: +Vertex 1270: +Vertex 1271: +Vertex 1272: +Vertex 1273: +Vertex 1274: +Vertex 1275: +Vertex 1276: +Vertex 1277: +Vertex 1278: +Vertex 1279: +Vertex 1280: +Vertex 1281: +Vertex 1282: +Vertex 1283: +Vertex 1284: +Vertex 1285: +Vertex 1286: +Vertex 1287: +Vertex 1288: +Vertex 1289: +Vertex 1290: +Vertex 1291: +Vertex 1292: +Vertex 1293: +Vertex 1294: +Vertex 1295: +Vertex 1296: +Vertex 1297: +Vertex 1298: +Vertex 1299: +Vertex 1300: +Vertex 1301: +Vertex 1302: +Vertex 1303: +Vertex 1304: +Vertex 1305: +Vertex 1306: +Vertex 1307: +Vertex 1308: +Vertex 1309: +Vertex 1310: +Vertex 1311: +Vertex 1312: +Vertex 1313: +Vertex 1314: +Vertex 1315: +Vertex 1316: +Vertex 1317: +Vertex 1318: +Vertex 1319: +Vertex 1320: +Vertex 1321: +Vertex 1322: +Vertex 1323: +Vertex 1324: +Vertex 1325: +Vertex 1326: +Vertex 1327: +Vertex 1328: +Vertex 1329: +Vertex 1330: +Vertex 1331: +Vertex 1332: +Vertex 1333: +Vertex 1334: +Vertex 1335: +Vertex 1336: +Vertex 1337: +Vertex 1338: +Vertex 1339: +Vertex 1340: +Vertex 1341: +Vertex 1342: +Vertex 1343: +Vertex 1344: +Vertex 1345: +Vertex 1346: +Vertex 1347: +Vertex 1348: +Vertex 1349: +Vertex 1350: +Vertex 1351: +Vertex 1352: +Vertex 1353: +Vertex 1354: +Vertex 1355: +Vertex 1356: +Vertex 1357: +Vertex 1358: +Vertex 1359: +Vertex 1360: +Vertex 1361: +Vertex 1362: +Vertex 1363: +Vertex 1364: +Vertex 1365: +Vertex 1366: +Vertex 1367: +Vertex 1368: +Vertex 1369: +Vertex 1370: +Vertex 1371: +Vertex 1372: +Vertex 1373: +Vertex 1374: +Vertex 1375: +Vertex 1376: +Vertex 1377: +Vertex 1378: +Vertex 1379: +Vertex 1380: +Vertex 1381: +Vertex 1382: +Vertex 1383: +Vertex 1384: +Vertex 1385: +Vertex 1386: +Vertex 1387: +Vertex 1388: +Vertex 1389: +Vertex 1390: +Vertex 1391: +Vertex 1392: +Vertex 1393: +Vertex 1394: +Vertex 1395: +Vertex 1396: +Vertex 1397: +Vertex 1398: +Vertex 1399: +Vertex 1400: +Vertex 1401: +Vertex 1402: +Vertex 1403: +Vertex 1404: +Vertex 1405: +Vertex 1406: +Vertex 1407: +Vertex 1408: +Vertex 1409: +Vertex 1410: +Vertex 1411: +Vertex 1412: +Vertex 1413: +Vertex 1414: +Vertex 1415: +Vertex 1416: +Vertex 1417: +Vertex 1418: +Vertex 1419: +Vertex 1420: +Vertex 1421: +Vertex 1422: +Vertex 1423: +Vertex 1424: +Vertex 1425: +Vertex 1426: +Vertex 1427: +Vertex 1428: +Vertex 1429: +Vertex 1430: +Vertex 1431: +Vertex 1432: +Vertex 1433: +Vertex 1434: +Vertex 1435: +Vertex 1436: +Vertex 1437: +Vertex 1438: +Vertex 1439: +Vertex 1440: +Vertex 1441: +Vertex 1442: +Vertex 1443: +Vertex 1444: +Vertex 1445: +Vertex 1446: +Vertex 1447: +Vertex 1448: +Vertex 1449: +Vertex 1450: +Vertex 1451: +Vertex 1452: +Vertex 1453: +Vertex 1454: +Vertex 1455: +Vertex 1456: +Vertex 1457: +Vertex 1458: +Vertex 1459: +Vertex 1460: +Vertex 1461: +Vertex 1462: +Vertex 1463: +Vertex 1464: +Vertex 1465: +Vertex 1466: +Vertex 1467: +Vertex 1468: +Vertex 1469: +Vertex 1470: +Vertex 1471: +Vertex 1472: +Vertex 1473: +Vertex 1474: +Vertex 1475: +Vertex 1476: +Vertex 1477: +Vertex 1478: +Vertex 1479: +Vertex 1480: +Vertex 1481: +Vertex 1482: +Vertex 1483: +Vertex 1484: +Vertex 1485: +Vertex 1486: +Vertex 1487: +Vertex 1488: +Vertex 1489: +Vertex 1490: +Vertex 1491: +Vertex 1492: +Vertex 1493: +Vertex 1494: +Vertex 1495: +Vertex 1496: +Vertex 1497: +Vertex 1498: +Vertex 1499: +Vertex 1500: +Vertex 1501: +Vertex 1502: +Vertex 1503: +Vertex 1504: +Vertex 1505: +Vertex 1506: +Vertex 1507: +Vertex 1508: +Vertex 1509: +Vertex 1510: +Vertex 1511: +Vertex 1512: +Vertex 1513: +Vertex 1514: +Vertex 1515: +Vertex 1516: +Vertex 1517: +Vertex 1518: +Vertex 1519: +Vertex 1520: +Vertex 1521: +Vertex 1522: +Vertex 1523: +Vertex 1524: +Vertex 1525: +Vertex 1526: +Vertex 1527: +Vertex 1528: +Vertex 1529: +Vertex 1530: +Vertex 1531: +Vertex 1532: +Vertex 1533: +Vertex 1534: +Vertex 1535: +Vertex 1536: +Vertex 1537: +Vertex 1538: +Vertex 1539: +Vertex 1540: +Vertex 1541: +Vertex 1542: +Vertex 1543: +Vertex 1544: +Vertex 1545: +Vertex 1546: +Vertex 1547: +Vertex 1548: +Vertex 1549: +Vertex 1550: +Vertex 1551: +Vertex 1552: +Vertex 1553: +Vertex 1554: +Vertex 1555: +Vertex 1556: +Vertex 1557: +Vertex 1558: +Vertex 1559: +Vertex 1560: +Vertex 1561: +Vertex 1562: +Vertex 1563: +Vertex 1564: +Vertex 1565: +Vertex 1566: +Vertex 1567: +Vertex 1568: +Vertex 1569: +Vertex 1570: +Vertex 1571: +Vertex 1572: +Vertex 1573: +Vertex 1574: +Vertex 1575: +Vertex 1576: +Vertex 1577: +Vertex 1578: +Vertex 1579: +Vertex 1580: +Vertex 1581: +Vertex 1582: +Vertex 1583: +Vertex 1584: +Vertex 1585: +Vertex 1586: +Vertex 1587: +Vertex 1588: +Vertex 1589: +Vertex 1590: +Vertex 1591: +Vertex 1592: +Vertex 1593: +Vertex 1594: +Vertex 1595: +Vertex 1596: +Vertex 1597: +Vertex 1598: +Vertex 1599: +Vertex 1600: +Vertex 1601: +Vertex 1602: +Vertex 1603: +Vertex 1604: +Vertex 1605: +Vertex 1606: +Vertex 1607: +Vertex 1608: +Vertex 1609: +Vertex 1610: +Vertex 1611: +Vertex 1612: +Vertex 1613: +Vertex 1614: +Vertex 1615: +Vertex 1616: +Vertex 1617: +Vertex 1618: +Vertex 1619: +Vertex 1620: +Vertex 1621: +Vertex 1622: +Vertex 1623: +Vertex 1624: +Vertex 1625: +Vertex 1626: +Vertex 1627: +Vertex 1628: +Vertex 1629: +Vertex 1630: +Vertex 1631: +Vertex 1632: +Vertex 1633: +Vertex 1634: +Vertex 1635: +Vertex 1636: +Vertex 1637: +Vertex 1638: +Vertex 1639: +Vertex 1640: +Vertex 1641: +Vertex 1642: +Vertex 1643: +Vertex 1644: +Vertex 1645: +Vertex 1646: +Vertex 1647: +Vertex 1648: +Vertex 1649: +Vertex 1650: +Vertex 1651: +Vertex 1652: +Vertex 1653: +Vertex 1654: +Vertex 1655: +Vertex 1656: +Vertex 1657: +Vertex 1658: +Vertex 1659: +Vertex 1660: +Vertex 1661: +Vertex 1662: +Vertex 1663: +Vertex 1664: +Vertex 1665: +Vertex 1666: +Vertex 1667: +Vertex 1668: +Vertex 1669: +Vertex 1670: +Vertex 1671: +Vertex 1672: +Vertex 1673: +Vertex 1674: +Vertex 1675: +Vertex 1676: +Vertex 1677: +Vertex 1678: +Vertex 1679: +Vertex 1680: +Vertex 1681: +Vertex 1682: +Vertex 1683: +Vertex 1684: +Vertex 1685: +Vertex 1686: +Vertex 1687: +Vertex 1688: +Vertex 1689: +Vertex 1690: +Vertex 1691: +Vertex 1692: +Vertex 1693: +Vertex 1694: +Vertex 1695: +Vertex 1696: +Vertex 1697: +Vertex 1698: +Vertex 1699: +Vertex 1700: +Vertex 1701: +Vertex 1702: +Vertex 1703: +Vertex 1704: +Vertex 1705: +Vertex 1706: +Vertex 1707: +Vertex 1708: +Vertex 1709: +Vertex 1710: +Vertex 1711: +Vertex 1712: +Vertex 1713: +Vertex 1714: +Vertex 1715: +Vertex 1716: +Vertex 1717: +Vertex 1718: +Vertex 1719: +Vertex 1720: +Vertex 1721: +Vertex 1722: +Vertex 1723: +Vertex 1724: +Vertex 1725: +Vertex 1726: +Vertex 1727: +Vertex 1728: +Vertex 1729: +Vertex 1730: +Vertex 1731: +Vertex 1732: +Vertex 1733: +Vertex 1734: +Vertex 1735: +Vertex 1736: +Vertex 1737: +Vertex 1738: +Vertex 1739: +Vertex 1740: +Vertex 1741: +Vertex 1742: +Vertex 1743: +Vertex 1744: +Vertex 1745: +Vertex 1746: +Vertex 1747: +Vertex 1748: +Vertex 1749: +Vertex 1750: +Vertex 1751: +Vertex 1752: +Vertex 1753: +Vertex 1754: +Vertex 1755: +Vertex 1756: +Vertex 1757: +Vertex 1758: +Vertex 1759: +Vertex 1760: +Vertex 1761: +Vertex 1762: +Vertex 1763: +Vertex 1764: +Vertex 1765: +Vertex 1766: +Vertex 1767: +Vertex 1768: +Vertex 1769: +Vertex 1770: +Vertex 1771: +Vertex 1772: +Vertex 1773: +Vertex 1774: +Vertex 1775: +Vertex 1776: +Vertex 1777: +Vertex 1778: +Vertex 1779: +Vertex 1780: +Vertex 1781: +Vertex 1782: +Vertex 1783: +Vertex 1784: +Vertex 1785: +Vertex 1786: +Vertex 1787: +Vertex 1788: +Vertex 1789: +Vertex 1790: +Vertex 1791: +Vertex 1792: +Vertex 1793: +Vertex 1794: +Vertex 1795: +Vertex 1796: +Vertex 1797: +Vertex 1798: +Vertex 1799: +Vertex 1800: +Vertex 1801: +Vertex 1802: +Vertex 1803: +Vertex 1804: +Vertex 1805: +Vertex 1806: +Vertex 1807: +Vertex 1808: +Vertex 1809: +Vertex 1810: +Vertex 1811: +Vertex 1812: +Vertex 1813: +Vertex 1814: +Vertex 1815: +Vertex 1816: +Vertex 1817: +Vertex 1818: +Vertex 1819: +Vertex 1820: +Vertex 1821: +Vertex 1822: +Vertex 1823: +Vertex 1824: +Vertex 1825: +Vertex 1826: +Vertex 1827: +Vertex 1828: +Vertex 1829: +Vertex 1830: +Vertex 1831: +Vertex 1832: +Vertex 1833: +Vertex 1834: +Vertex 1835: +Vertex 1836: +Vertex 1837: +Vertex 1838: +Vertex 1839: +Vertex 1840: +Vertex 1841: +Vertex 1842: +Vertex 1843: +Vertex 1844: +Vertex 1845: +Vertex 1846: +Vertex 1847: +Vertex 1848: +Vertex 1849: +Vertex 1850: +Vertex 1851: +Vertex 1852: +Vertex 1853: +Vertex 1854: +Vertex 1855: +Vertex 1856: +Vertex 1857: +Vertex 1858: +Vertex 1859: +Vertex 1860: +Vertex 1861: +Vertex 1862: +Vertex 1863: +Vertex 1864: +Vertex 1865: +Vertex 1866: +Vertex 1867: +Vertex 1868: +Vertex 1869: +Vertex 1870: +Vertex 1871: +Vertex 1872: +Vertex 1873: +Vertex 1874: +Vertex 1875: +Vertex 1876: +Vertex 1877: +Vertex 1878: +Vertex 1879: +Vertex 1880: +Vertex 1881: +Vertex 1882: +Vertex 1883: +Vertex 1884: +Vertex 1885: +Vertex 1886: +Vertex 1887: +Vertex 1888: +Vertex 1889: +Vertex 1890: +Vertex 1891: +Vertex 1892: +Vertex 1893: +Vertex 1894: +Vertex 1895: +Vertex 1896: +Vertex 1897: +Vertex 1898: +Vertex 1899: +Vertex 1900: +Vertex 1901: +Vertex 1902: +Vertex 1903: +Vertex 1904: +Vertex 1905: +Vertex 1906: +Vertex 1907: +Vertex 1908: +Vertex 1909: +Vertex 1910: +Vertex 1911: +Vertex 1912: +Vertex 1913: +Vertex 1914: +Vertex 1915: +Vertex 1916: +Vertex 1917: +Vertex 1918: +Vertex 1919: +Vertex 1920: +Vertex 1921: +Vertex 1922: +Vertex 1923: +Vertex 1924: +Vertex 1925: +Vertex 1926: +Vertex 1927: +Vertex 1928: +Vertex 1929: +Vertex 1930: +Vertex 1931: +Vertex 1932: +Vertex 1933: +Vertex 1934: +Vertex 1935: +Vertex 1936: +Vertex 1937: +Vertex 1938: +Vertex 1939: +Vertex 1940: +Vertex 1941: +Vertex 1942: +Vertex 1943: +Vertex 1944: +Vertex 1945: +Vertex 1946: +Vertex 1947: +Vertex 1948: +Vertex 1949: +Vertex 1950: +Vertex 1951: +Vertex 1952: +Vertex 1953: +Vertex 1954: +Vertex 1955: +Vertex 1956: +Vertex 1957: +Vertex 1958: +Vertex 1959: +Vertex 1960: +Vertex 1961: +Vertex 1962: +Vertex 1963: +Vertex 1964: +Vertex 1965: +Vertex 1966: +Vertex 1967: +Vertex 1968: +Vertex 1969: +Vertex 1970: +Vertex 1971: +Vertex 1972: +Vertex 1973: +Vertex 1974: +Vertex 1975: +Vertex 1976: +Vertex 1977: +Vertex 1978: +Vertex 1979: +Vertex 1980: +Vertex 1981: +Vertex 1982: +Vertex 1983: +Vertex 1984: +Vertex 1985: +Vertex 1986: +Vertex 1987: +Vertex 1988: +Vertex 1989: +Vertex 1990: +Vertex 1991: +Vertex 1992: +Vertex 1993: +Vertex 1994: +Vertex 1995: +Vertex 1996: +Vertex 1997: +Vertex 1998: +Vertex 1999: +Vertex 2000: +Vertex 2001: +Vertex 2002: +Vertex 2003: +Vertex 2004: +Vertex 2005: +Vertex 2006: +Vertex 2007: +Vertex 2008: +Vertex 2009: +Vertex 2010: +Vertex 2011: +Vertex 2012: +Vertex 2013: +Vertex 2014: +Vertex 2015: +Vertex 2016: +Vertex 2017: +Vertex 2018: +Vertex 2019: +Vertex 2020: +Vertex 2021: +Vertex 2022: +Vertex 2023: +Vertex 2024: +Vertex 2025: +Vertex 2026: +Vertex 2027: +Vertex 2028: +Vertex 2029: +Vertex 2030: +Vertex 2031: +Vertex 2032: +Vertex 2033: +Vertex 2034: +Vertex 2035: +Vertex 2036: +Vertex 2037: +Vertex 2038: +Vertex 2039: +Vertex 2040: +Vertex 2041: +Vertex 2042: +Vertex 2043: +Vertex 2044: +Vertex 2045: +Vertex 2046: +Vertex 2047: +Vertex 2048: +Vertex 2049: +Vertex 2050: +Vertex 2051: +Vertex 2052: +Vertex 2053: +Vertex 2054: +Vertex 2055: +Vertex 2056: +Vertex 2057: +Vertex 2058: +Vertex 2059: +Vertex 2060: +Vertex 2061: +Vertex 2062: +Vertex 2063: +Vertex 2064: +Vertex 2065: +Vertex 2066: +Vertex 2067: +Vertex 2068: +Vertex 2069: +Vertex 2070: +Vertex 2071: +Vertex 2072: +Vertex 2073: +Vertex 2074: +Vertex 2075: +Vertex 2076: +Vertex 2077: +Vertex 2078: +Vertex 2079: +Vertex 2080: +Vertex 2081: +Vertex 2082: +Vertex 2083: +Vertex 2084: +Vertex 2085: +Vertex 2086: +Vertex 2087: +Vertex 2088: +Vertex 2089: +Vertex 2090: +Vertex 2091: +Vertex 2092: +Vertex 2093: +Vertex 2094: +Vertex 2095: +Vertex 2096: +Vertex 2097: +Vertex 2098: +Vertex 2099: +Vertex 2100: +Vertex 2101: +Vertex 2102: +Vertex 2103: +Vertex 2104: +Vertex 2105: +Vertex 2106: +Vertex 2107: +Vertex 2108: +Vertex 2109: +Vertex 2110: +Vertex 2111: +Vertex 2112: +Vertex 2113: +Vertex 2114: +Vertex 2115: +Vertex 2116: +Vertex 2117: +Vertex 2118: +Vertex 2119: +Vertex 2120: +Vertex 2121: +Vertex 2122: +Vertex 2123: +Vertex 2124: +Vertex 2125: +Vertex 2126: +Vertex 2127: +Vertex 2128: +Vertex 2129: +Vertex 2130: +Vertex 2131: +Vertex 2132: +Vertex 2133: +Vertex 2134: +Vertex 2135: +Vertex 2136: +Vertex 2137: +Vertex 2138: +Vertex 2139: +Vertex 2140: +Vertex 2141: +Vertex 2142: +Vertex 2143: +Vertex 2144: +Vertex 2145: +Vertex 2146: +Vertex 2147: +Vertex 2148: +Vertex 2149: +Vertex 2150: +Vertex 2151: +Vertex 2152: +Vertex 2153: +Vertex 2154: +Vertex 2155: +Vertex 2156: +Vertex 2157: +Vertex 2158: +Vertex 2159: +Vertex 2160: +Vertex 2161: +Vertex 2162: +Vertex 2163: +Vertex 2164: +Vertex 2165: +Vertex 2166: +Vertex 2167: +Vertex 2168: +Vertex 2169: +Vertex 2170: +Vertex 2171: +Vertex 2172: +Vertex 2173: +Vertex 2174: +Vertex 2175: +Vertex 2176: +Vertex 2177: +Vertex 2178: +Vertex 2179: +Vertex 2180: +Vertex 2181: +Vertex 2182: +Vertex 2183: +Vertex 2184: +Vertex 2185: +Vertex 2186: +Vertex 2187: +Vertex 2188: +Vertex 2189: +Vertex 2190: +Vertex 2191: +Vertex 2192: +Vertex 2193: +Vertex 2194: +Vertex 2195: +Vertex 2196: +Vertex 2197: +Vertex 2198: +Vertex 2199: +Vertex 2200: +Vertex 2201: +Vertex 2202: +Vertex 2203: +Vertex 2204: +Vertex 2205: +Vertex 2206: +Vertex 2207: +Vertex 2208: +Vertex 2209: +Vertex 2210: +Vertex 2211: +Vertex 2212: +Vertex 2213: +Vertex 2214: +Vertex 2215: +Vertex 2216: +Vertex 2217: +Vertex 2218: +Vertex 2219: +Vertex 2220: +Vertex 2221: +Vertex 2222: +Vertex 2223: +Vertex 2224: +Vertex 2225: +Vertex 2226: +Vertex 2227: +Vertex 2228: +Vertex 2229: +Vertex 2230: +Vertex 2231: +Vertex 2232: +Vertex 2233: +Vertex 2234: +Vertex 2235: +Vertex 2236: +Vertex 2237: +Vertex 2238: +Vertex 2239: +Vertex 2240: +Vertex 2241: +Vertex 2242: +Vertex 2243: +Vertex 2244: +Vertex 2245: +Vertex 2246: +Vertex 2247: +Vertex 2248: +Vertex 2249: +Vertex 2250: +Vertex 2251: +Vertex 2252: +Vertex 2253: +Vertex 2254: +Vertex 2255: +Vertex 2256: +Vertex 2257: +Vertex 2258: +Vertex 2259: +Vertex 2260: +Vertex 2261: +Vertex 2262: +Vertex 2263: +Vertex 2264: +Vertex 2265: +Vertex 2266: +Vertex 2267: +Vertex 2268: +Vertex 2269: +Vertex 2270: +Vertex 2271: +Vertex 2272: +Vertex 2273: +Vertex 2274: +Vertex 2275: +Vertex 2276: +Vertex 2277: +Vertex 2278: +Vertex 2279: +Vertex 2280: +Vertex 2281: +Vertex 2282: +Vertex 2283: +Vertex 2284: +Vertex 2285: +Vertex 2286: +Vertex 2287: +Vertex 2288: +Vertex 2289: +Vertex 2290: +Vertex 2291: +Vertex 2292: +Vertex 2293: +Vertex 2294: +Vertex 2295: +Vertex 2296: +Vertex 2297: +Vertex 2298: +Vertex 2299: +Vertex 2300: +Vertex 2301: +Vertex 2302: +Vertex 2303: +Vertex 2304: +Vertex 2305: +Vertex 2306: +Vertex 2307: +Vertex 2308: +Vertex 2309: +Vertex 2310: +Vertex 2311: +Vertex 2312: +Vertex 2313: +Vertex 2314: +Vertex 2315: +Vertex 2316: +Vertex 2317: +Vertex 2318: +Vertex 2319: +Vertex 2320: +Vertex 2321: +Vertex 2322: +Vertex 2323: +Vertex 2324: +Vertex 2325: +Vertex 2326: +Vertex 2327: +Vertex 2328: +Vertex 2329: +Vertex 2330: +Vertex 2331: +Vertex 2332: +Vertex 2333: +Vertex 2334: +Vertex 2335: +Vertex 2336: +Vertex 2337: +Vertex 2338: +Vertex 2339: +Vertex 2340: +Vertex 2341: +Vertex 2342: +Vertex 2343: +Vertex 2344: +Vertex 2345: +Vertex 2346: +Vertex 2347: +Vertex 2348: +Vertex 2349: +Vertex 2350: +Vertex 2351: +Vertex 2352: +Vertex 2353: +Vertex 2354: +Vertex 2355: +Vertex 2356: +Vertex 2357: +Vertex 2358: +Vertex 2359: +Vertex 2360: +Vertex 2361: +Vertex 2362: +Vertex 2363: +Vertex 2364: +Vertex 2365: +Vertex 2366: +Vertex 2367: +Vertex 2368: +Vertex 2369: +Vertex 2370: +Vertex 2371: +Vertex 2372: +Vertex 2373: +Vertex 2374: +Vertex 2375: +Vertex 2376: +Vertex 2377: +Vertex 2378: +Vertex 2379: +Vertex 2380: +Vertex 2381: +Vertex 2382: +Vertex 2383: +Vertex 2384: +Vertex 2385: +Vertex 2386: +Vertex 2387: +Vertex 2388: +Vertex 2389: +Vertex 2390: +Vertex 2391: +Vertex 2392: +Vertex 2393: +Vertex 2394: +Vertex 2395: +Vertex 2396: +Vertex 2397: +Vertex 2398: +Vertex 2399: +Vertex 2400: +Vertex 2401: +Vertex 2402: +Vertex 2403: +Vertex 2404: +Vertex 2405: +Vertex 2406: +Vertex 2407: +Vertex 2408: +Vertex 2409: +Vertex 2410: +Vertex 2411: +Vertex 2412: +Vertex 2413: +Vertex 2414: +Vertex 2415: +Vertex 2416: +Vertex 2417: +Vertex 2418: +Vertex 2419: +Vertex 2420: +Vertex 2421: +Vertex 2422: +Vertex 2423: +Vertex 2424: +Vertex 2425: +Vertex 2426: +Vertex 2427: +Vertex 2428: +Vertex 2429: +Vertex 2430: +Vertex 2431: +Vertex 2432: +Vertex 2433: +Vertex 2434: +Vertex 2435: +Vertex 2436: +Vertex 2437: +Vertex 2438: +Vertex 2439: +Vertex 2440: +Vertex 2441: +Vertex 2442: +Vertex 2443: +Vertex 2444: +Vertex 2445: +Vertex 2446: +Vertex 2447: +Vertex 2448: +Vertex 2449: +Vertex 2450: +Vertex 2451: +Vertex 2452: +Vertex 2453: +Vertex 2454: +Vertex 2455: +Vertex 2456: +Vertex 2457: +Vertex 2458: +Vertex 2459: +Vertex 2460: +Vertex 2461: +Vertex 2462: +Vertex 2463: +Vertex 2464: +Vertex 2465: +Vertex 2466: +Vertex 2467: +Vertex 2468: +Vertex 2469: +Vertex 2470: +Vertex 2471: +Vertex 2472: +Vertex 2473: +Vertex 2474: +Vertex 2475: +Vertex 2476: +Vertex 2477: +Vertex 2478: +Vertex 2479: +Vertex 2480: +Vertex 2481: +Vertex 2482: +Vertex 2483: +Vertex 2484: +Vertex 2485: +Vertex 2486: +Vertex 2487: +Vertex 2488: +Vertex 2489: +Vertex 2490: +Vertex 2491: +Vertex 2492: +Vertex 2493: +Vertex 2494: +Vertex 2495: +Vertex 2496: +Vertex 2497: +Vertex 2498: +Vertex 2499: +Vertex 2500: +Vertex 2501: +Vertex 2502: +Vertex 2503: +Vertex 2504: +Vertex 2505: +Vertex 2506: +Vertex 2507: +Vertex 2508: +Vertex 2509: +Vertex 2510: +Vertex 2511: +Vertex 2512: +Vertex 2513: +Vertex 2514: +Vertex 2515: +Vertex 2516: +Vertex 2517: +Vertex 2518: +Vertex 2519: +Vertex 2520: +Vertex 2521: +Vertex 2522: +Vertex 2523: +Vertex 2524: +Vertex 2525: +Vertex 2526: +Vertex 2527: +Vertex 2528: +Vertex 2529: +Vertex 2530: +Vertex 2531: +Vertex 2532: +Vertex 2533: +Vertex 2534: +Vertex 2535: +Vertex 2536: +Vertex 2537: +Vertex 2538: +Vertex 2539: +Vertex 2540: +Vertex 2541: +Vertex 2542: +Vertex 2543: +Vertex 2544: +Vertex 2545: +Vertex 2546: +Vertex 2547: +Vertex 2548: +Vertex 2549: +Vertex 2550: +Vertex 2551: +Vertex 2552: +Vertex 2553: +Vertex 2554: +Vertex 2555: +Vertex 2556: +Vertex 2557: +Vertex 2558: +Vertex 2559: +Vertex 2560: +Vertex 2561: +Vertex 2562: +Vertex 2563: +Vertex 2564: +Vertex 2565: +Vertex 2566: +Vertex 2567: +Vertex 2568: +Vertex 2569: +Vertex 2570: +Vertex 2571: +Vertex 2572: +Vertex 2573: +Vertex 2574: +Vertex 2575: +Vertex 2576: +Vertex 2577: +Vertex 2578: +Vertex 2579: +Vertex 2580: +Vertex 2581: +Vertex 2582: +Vertex 2583: +Vertex 2584: +Vertex 2585: +Vertex 2586: +Vertex 2587: +Vertex 2588: +Vertex 2589: +Vertex 2590: +Vertex 2591: +Vertex 2592: +Vertex 2593: +Vertex 2594: +Vertex 2595: +Vertex 2596: +Vertex 2597: +Vertex 2598: +Vertex 2599: +Vertex 2600: +Vertex 2601: +Vertex 2602: +Vertex 2603: +Vertex 2604: +Vertex 2605: +Vertex 2606: +Vertex 2607: +Vertex 2608: +Vertex 2609: +Vertex 2610: +Vertex 2611: +Vertex 2612: +Vertex 2613: +Vertex 2614: +Vertex 2615: +Vertex 2616: +Vertex 2617: +Vertex 2618: +Vertex 2619: +Vertex 2620: +Vertex 2621: +Vertex 2622: +Vertex 2623: +Vertex 2624: +Vertex 2625: +Vertex 2626: +Vertex 2627: +Vertex 2628: +Vertex 2629: +Vertex 2630: +Vertex 2631: +Vertex 2632: +Vertex 2633: +Vertex 2634: +Vertex 2635: +Vertex 2636: +Vertex 2637: +Vertex 2638: +Vertex 2639: +Vertex 2640: +Vertex 2641: +Vertex 2642: +Vertex 2643: +Vertex 2644: +Vertex 2645: +Vertex 2646: +Vertex 2647: +Vertex 2648: +Vertex 2649: +Vertex 2650: +Vertex 2651: +Vertex 2652: +Vertex 2653: +Vertex 2654: +Vertex 2655: +Vertex 2656: +Vertex 2657: +Vertex 2658: +Vertex 2659: +Vertex 2660: +Vertex 2661: +Vertex 2662: +Vertex 2663: +Vertex 2664: +Vertex 2665: +Vertex 2666: +Vertex 2667: +Vertex 2668: +Vertex 2669: +Vertex 2670: +Vertex 2671: +Vertex 2672: +Vertex 2673: +Vertex 2674: +Vertex 2675: +Vertex 2676: +Vertex 2677: +Vertex 2678: +Vertex 2679: +Vertex 2680: +Vertex 2681: +Vertex 2682: +Vertex 2683: +Vertex 2684: +Vertex 2685: +Vertex 2686: +Vertex 2687: +Vertex 2688: +Vertex 2689: +Vertex 2690: +Vertex 2691: +Vertex 2692: +Vertex 2693: +Vertex 2694: +Vertex 2695: +Vertex 2696: +Vertex 2697: +Vertex 2698: +Vertex 2699: +Vertex 2700: +Vertex 2701: +Vertex 2702: +Vertex 2703: +Vertex 2704: +Vertex 2705: +Vertex 2706: +Vertex 2707: +Vertex 2708: +Vertex 2709: +Vertex 2710: +Vertex 2711: +Vertex 2712: +Vertex 2713: +Vertex 2714: +Vertex 2715: +Vertex 2716: +Vertex 2717: +Vertex 2718: +Vertex 2719: +Vertex 2720: +Vertex 2721: +Vertex 2722: +Vertex 2723: +Vertex 2724: +Vertex 2725: +Vertex 2726: +Vertex 2727: +Vertex 2728: +Vertex 2729: +Vertex 2730: +Vertex 2731: +Vertex 2732: +Vertex 2733: +Vertex 2734: +Vertex 2735: +Vertex 2736: +Vertex 2737: +Vertex 2738: +Vertex 2739: +Vertex 2740: +Vertex 2741: +Vertex 2742: +Vertex 2743: +Vertex 2744: +Vertex 2745: +Vertex 2746: +Vertex 2747: +Vertex 2748: +Vertex 2749: +Vertex 2750: +Vertex 2751: +Vertex 2752: +Vertex 2753: +Vertex 2754: +Vertex 2755: +Vertex 2756: +Vertex 2757: +Vertex 2758: +Vertex 2759: +Vertex 2760: +Vertex 2761: +Vertex 2762: +Vertex 2763: +Vertex 2764: +Vertex 2765: +Vertex 2766: +Vertex 2767: +Vertex 2768: +Vertex 2769: +Vertex 2770: +Vertex 2771: +Vertex 2772: +Vertex 2773: +Vertex 2774: +Vertex 2775: +Vertex 2776: +Vertex 2777: +Vertex 2778: +Vertex 2779: +Vertex 2780: +Vertex 2781: +Vertex 2782: +Vertex 2783: +Vertex 2784: +Vertex 2785: +Vertex 2786: +Vertex 2787: +Vertex 2788: +Vertex 2789: +Vertex 2790: +Vertex 2791: +Vertex 2792: +Vertex 2793: +Vertex 2794: +Vertex 2795: +Vertex 2796: +Vertex 2797: +Vertex 2798: +Vertex 2799: +Vertex 2800: +Vertex 2801: +Vertex 2802: +Vertex 2803: +Vertex 2804: +Vertex 2805: +Vertex 2806: +Vertex 2807: +Vertex 2808: +Vertex 2809: +Vertex 2810: +Vertex 2811: +Vertex 2812: +Vertex 2813: +Vertex 2814: +Vertex 2815: +Vertex 2816: +Vertex 2817: +Vertex 2818: +Vertex 2819: +Vertex 2820: +Vertex 2821: +Vertex 2822: +Vertex 2823: +Vertex 2824: +Vertex 2825: +Vertex 2826: +Vertex 2827: +Vertex 2828: +Vertex 2829: +Vertex 2830: +Vertex 2831: +Vertex 2832: +Vertex 2833: +Vertex 2834: +Vertex 2835: +Vertex 2836: +Vertex 2837: +Vertex 2838: +Vertex 2839: +Vertex 2840: +Vertex 2841: +Vertex 2842: +Vertex 2843: +Vertex 2844: +Vertex 2845: +Vertex 2846: +Vertex 2847: +Vertex 2848: +Vertex 2849: +Vertex 2850: +Vertex 2851: +Vertex 2852: +Vertex 2853: +Vertex 2854: +Vertex 2855: +Vertex 2856: +Vertex 2857: +Vertex 2858: +Vertex 2859: +Vertex 2860: +Vertex 2861: +Vertex 2862: +Vertex 2863: +Vertex 2864: +Vertex 2865: +Vertex 2866: +Vertex 2867: +Vertex 2868: +Vertex 2869: +Vertex 2870: +Vertex 2871: +Vertex 2872: +Vertex 2873: +Vertex 2874: +Vertex 2875: +Vertex 2876: +Vertex 2877: +Vertex 2878: +Vertex 2879: +Vertex 2880: +Vertex 2881: +Vertex 2882: +Vertex 2883: +Vertex 2884: +Vertex 2885: +Vertex 2886: +Vertex 2887: +Vertex 2888: +Vertex 2889: +Vertex 2890: +Vertex 2891: +Vertex 2892: +Vertex 2893: +Vertex 2894: +Vertex 2895: +Vertex 2896: +Vertex 2897: +Vertex 2898: +Vertex 2899: +Vertex 2900: +Vertex 2901: +Vertex 2902: +Vertex 2903: +Vertex 2904: +Vertex 2905: +Vertex 2906: +Vertex 2907: +Vertex 2908: +Vertex 2909: +Vertex 2910: +Vertex 2911: +Vertex 2912: +Vertex 2913: +Vertex 2914: +Vertex 2915: +Vertex 2916: +Vertex 2917: +Vertex 2918: +Vertex 2919: +Vertex 2920: +Vertex 2921: +Vertex 2922: +Vertex 2923: +Vertex 2924: +Vertex 2925: +Vertex 2926: +Vertex 2927: +Vertex 2928: +Vertex 2929: +Vertex 2930: +Vertex 2931: +Vertex 2932: +Vertex 2933: +Vertex 2934: +Vertex 2935: +Vertex 2936: +Vertex 2937: +Vertex 2938: +Vertex 2939: +Vertex 2940: +Vertex 2941: +Vertex 2942: +Vertex 2943: +Vertex 2944: +Vertex 2945: +Vertex 2946: +Vertex 2947: +Vertex 2948: +Vertex 2949: +Vertex 2950: +Vertex 2951: +Vertex 2952: +Vertex 2953: +Vertex 2954: +Vertex 2955: +Vertex 2956: +Vertex 2957: +Vertex 2958: +Vertex 2959: +Vertex 2960: +Vertex 2961: +Vertex 2962: +Vertex 2963: +Vertex 2964: +Vertex 2965: +Vertex 2966: +Vertex 2967: +Vertex 2968: +Vertex 2969: +Vertex 2970: +Vertex 2971: +Vertex 2972: +Vertex 2973: +Vertex 2974: +Vertex 2975: +Vertex 2976: +Vertex 2977: +Vertex 2978: +Vertex 2979: +Vertex 2980: +Vertex 2981: +Vertex 2982: +Vertex 2983: +Vertex 2984: +Vertex 2985: +Vertex 2986: +Vertex 2987: +Vertex 2988: +Vertex 2989: +Vertex 2990: +Vertex 2991: +Vertex 2992: +Vertex 2993: +Vertex 2994: +Vertex 2995: +Vertex 2996: +Vertex 2997: +Vertex 2998: +Vertex 2999: +Vertex 3000: +Vertex 3001: +Vertex 3002: +Vertex 3003: +Vertex 3004: +Vertex 3005: +Vertex 3006: +Vertex 3007: +Vertex 3008: +Vertex 3009: +Vertex 3010: +Vertex 3011: +Vertex 3012: +Vertex 3013: +Vertex 3014: +Vertex 3015: +Vertex 3016: +Vertex 3017: +Vertex 3018: +Vertex 3019: +Vertex 3020: +Vertex 3021: +Vertex 3022: +Vertex 3023: +Vertex 3024: +Vertex 3025: +Vertex 3026: +Vertex 3027: +Vertex 3028: +Vertex 3029: +Vertex 3030: +Vertex 3031: +Vertex 3032: +Vertex 3033: +Vertex 3034: +Vertex 3035: +Vertex 3036: +Vertex 3037: +Vertex 3038: +Vertex 3039: +Vertex 3040: +Vertex 3041: +Vertex 3042: +Vertex 3043: +Vertex 3044: +Vertex 3045: +Vertex 3046: +Vertex 3047: +Vertex 3048: +Vertex 3049: +Vertex 3050: +Vertex 3051: +Vertex 3052: +Vertex 3053: +Vertex 3054: +Vertex 3055: +Vertex 3056: +Vertex 3057: +Vertex 3058: +Vertex 3059: +Vertex 3060: +Vertex 3061: +Vertex 3062: +Vertex 3063: +Vertex 3064: +Vertex 3065: +Vertex 3066: +Vertex 3067: +Vertex 3068: +Vertex 3069: +Vertex 3070: +Vertex 3071: +Vertex 3072: +Vertex 3073: +Vertex 3074: +Vertex 3075: +Vertex 3076: +Vertex 3077: +Vertex 3078: +Vertex 3079: +Vertex 3080: +Vertex 3081: +Vertex 3082: +Vertex 3083: +Vertex 3084: +Vertex 3085: +Vertex 3086: +Vertex 3087: +Vertex 3088: +Vertex 3089: +Vertex 3090: +Vertex 3091: +Vertex 3092: +Vertex 3093: +Vertex 3094: +Vertex 3095: +Vertex 3096: +Vertex 3097: +Vertex 3098: +Vertex 3099: +Vertex 3100: +Vertex 3101: +Vertex 3102: +Vertex 3103: +Vertex 3104: +Vertex 3105: +Vertex 3106: +Vertex 3107: +Vertex 3108: +Vertex 3109: +Vertex 3110: +Vertex 3111: +Vertex 3112: +Vertex 3113: +Vertex 3114: +Vertex 3115: +Vertex 3116: +Vertex 3117: +Vertex 3118: +Vertex 3119: +Vertex 3120: +Vertex 3121: +Vertex 3122: +Vertex 3123: +Vertex 3124: +Vertex 3125: +Vertex 3126: +Vertex 3127: +Vertex 3128: +Vertex 3129: +Vertex 3130: +Vertex 3131: +Vertex 3132: +Vertex 3133: +Vertex 3134: +Vertex 3135: +Vertex 3136: +Vertex 3137: +Vertex 3138: +Vertex 3139: +Vertex 3140: +Vertex 3141: +Vertex 3142: +Vertex 3143: +Vertex 3144: +Vertex 3145: +Vertex 3146: +Vertex 3147: +Vertex 3148: +Vertex 3149: +Vertex 3150: +Vertex 3151: +Vertex 3152: +Vertex 3153: +Vertex 3154: +Vertex 3155: +Vertex 3156: +Vertex 3157: +Vertex 3158: +Vertex 3159: +Vertex 3160: +Vertex 3161: +Vertex 3162: +Vertex 3163: +Vertex 3164: +Vertex 3165: +Vertex 3166: +Vertex 3167: +Vertex 3168: +Vertex 3169: +Vertex 3170: +Vertex 3171: +Vertex 3172: +Vertex 3173: +Vertex 3174: +Vertex 3175: +Vertex 3176: +Vertex 3177: +Vertex 3178: +Vertex 3179: +Vertex 3180: +Vertex 3181: +Vertex 3182: +Vertex 3183: +Vertex 3184: +Vertex 3185: +Vertex 3186: +Vertex 3187: +Vertex 3188: +Vertex 3189: +Vertex 3190: +Vertex 3191: +Vertex 3192: +Vertex 3193: +Vertex 3194: +Vertex 3195: +Vertex 3196: +Vertex 3197: +Vertex 3198: +Vertex 3199: +Vertex 3200: +Vertex 3201: +Vertex 3202: +Vertex 3203: +Vertex 3204: +Vertex 3205: +Vertex 3206: +Vertex 3207: +Vertex 3208: +Vertex 3209: +Vertex 3210: +Vertex 3211: +Vertex 3212: +Vertex 3213: +Vertex 3214: +Vertex 3215: +Vertex 3216: +Vertex 3217: +Vertex 3218: +Vertex 3219: +Vertex 3220: +Vertex 3221: +Vertex 3222: +Vertex 3223: +Vertex 3224: +Vertex 3225: +Vertex 3226: +Vertex 3227: +Vertex 3228: +Vertex 3229: +Vertex 3230: +Vertex 3231: +Vertex 3232: +Vertex 3233: +Vertex 3234: +Vertex 3235: +Vertex 3236: +Vertex 3237: +Vertex 3238: +Vertex 3239: +Vertex 3240: +Vertex 3241: +Vertex 3242: +Vertex 3243: +Vertex 3244: +Vertex 3245: +Vertex 3246: +Vertex 3247: +Vertex 3248: +Vertex 3249: +Vertex 3250: +Vertex 3251: +Vertex 3252: +Vertex 3253: +Vertex 3254: +Vertex 3255: +Vertex 3256: +Vertex 3257: +Vertex 3258: +Vertex 3259: +Vertex 3260: +Vertex 3261: +Vertex 3262: +Vertex 3263: +Vertex 3264: +Vertex 3265: +Vertex 3266: +Vertex 3267: +Vertex 3268: +Vertex 3269: +Vertex 3270: +Vertex 3271: +Vertex 3272: +Vertex 3273: +Vertex 3274: +Vertex 3275: +Vertex 3276: +Vertex 3277: +Vertex 3278: +Vertex 3279: +Vertex 3280: +Vertex 3281: +Vertex 3282: +Vertex 3283: +Vertex 3284: +Vertex 3285: +Vertex 3286: +Vertex 3287: +Vertex 3288: +Vertex 3289: +Vertex 3290: +Vertex 3291: +Vertex 3292: +Vertex 3293: +Vertex 3294: +Vertex 3295: +Vertex 3296: +Vertex 3297: +Vertex 3298: +Vertex 3299: +Vertex 3300: +Vertex 3301: +Vertex 3302: +Vertex 3303: +Vertex 3304: +Vertex 3305: +Vertex 3306: +Vertex 3307: +Vertex 3308: +Vertex 3309: +Vertex 3310: +Vertex 3311: +Vertex 3312: +Vertex 3313: +Vertex 3314: +Vertex 3315: +Vertex 3316: +Vertex 3317: +Vertex 3318: +Vertex 3319: +Vertex 3320: +Vertex 3321: +Vertex 3322: +Vertex 3323: +Vertex 3324: +Vertex 3325: +Vertex 3326: +Vertex 3327: +Vertex 3328: +Vertex 3329: +Vertex 3330: +Vertex 3331: +Vertex 3332: +Vertex 3333: +Vertex 3334: +Vertex 3335: +Vertex 3336: +Vertex 3337: +Vertex 3338: +Vertex 3339: +Vertex 3340: +Vertex 3341: +Vertex 3342: +Vertex 3343: +Vertex 3344: +Vertex 3345: +Vertex 3346: +Vertex 3347: +Vertex 3348: +Vertex 3349: +Vertex 3350: +Vertex 3351: +Vertex 3352: +Vertex 3353: +Vertex 3354: +Vertex 3355: +Vertex 3356: +Vertex 3357: +Vertex 3358: +Vertex 3359: +Vertex 3360: +Vertex 3361: +Vertex 3362: +Vertex 3363: +Vertex 3364: +Vertex 3365: +Vertex 3366: +Vertex 3367: +Vertex 3368: +Vertex 3369: +Vertex 3370: +Vertex 3371: +Vertex 3372: +Vertex 3373: +Vertex 3374: +Vertex 3375: +Vertex 3376: +Vertex 3377: +Vertex 3378: +Vertex 3379: +Vertex 3380: +Vertex 3381: +Vertex 3382: +Vertex 3383: +Vertex 3384: +Vertex 3385: +Vertex 3386: +Vertex 3387: +Vertex 3388: +Vertex 3389: +Vertex 3390: +Vertex 3391: +Vertex 3392: +Vertex 3393: +Vertex 3394: +Vertex 3395: +Vertex 3396: +Vertex 3397: +Vertex 3398: +Vertex 3399: +Vertex 3400: +Vertex 3401: +Vertex 3402: +Vertex 3403: +Vertex 3404: +Vertex 3405: +Vertex 3406: +Vertex 3407: +Vertex 3408: +Vertex 3409: +Vertex 3410: +Vertex 3411: +Vertex 3412: +Vertex 3413: +Vertex 3414: +Vertex 3415: +Vertex 3416: +Vertex 3417: +Vertex 3418: +Vertex 3419: +Vertex 3420: +Vertex 3421: +Vertex 3422: +Vertex 3423: +Vertex 3424: +Vertex 3425: +Vertex 3426: +Vertex 3427: +Vertex 3428: +Vertex 3429: +Vertex 3430: +Vertex 3431: +Vertex 3432: +Vertex 3433: +Vertex 3434: +Vertex 3435: +Vertex 3436: +Vertex 3437: +Vertex 3438: +Vertex 3439: +Vertex 3440: +Vertex 3441: +Vertex 3442: +Vertex 3443: +Vertex 3444: +Vertex 3445: +Vertex 3446: +Vertex 3447: +Vertex 3448: +Vertex 3449: +Vertex 3450: +Vertex 3451: +Vertex 3452: +Vertex 3453: +Vertex 3454: +Vertex 3455: +Vertex 3456: +Vertex 3457: +Vertex 3458: +Vertex 3459: +Vertex 3460: +Vertex 3461: +Vertex 3462: +Vertex 3463: +Vertex 3464: +Vertex 3465: +Vertex 3466: +Vertex 3467: +Vertex 3468: +Vertex 3469: +Vertex 3470: +Vertex 3471: +Vertex 3472: +Vertex 3473: +Vertex 3474: +Vertex 3475: +Vertex 3476: +Vertex 3477: +Vertex 3478: +Vertex 3479: +Vertex 3480: +Vertex 3481: +Vertex 3482: +Vertex 3483: +Vertex 3484: +Vertex 3485: +Vertex 3486: +Vertex 3487: +Vertex 3488: +Vertex 3489: +Vertex 3490: +Vertex 3491: +Vertex 3492: +Vertex 3493: +Vertex 3494: +Vertex 3495: +Vertex 3496: +Vertex 3497: +Vertex 3498: +Vertex 3499: +Vertex 3500: +Vertex 3501: +Vertex 3502: +Vertex 3503: +Vertex 3504: +Vertex 3505: +Vertex 3506: +Vertex 3507: +Vertex 3508: +Vertex 3509: +Vertex 3510: +Vertex 3511: +Vertex 3512: +Vertex 3513: +Vertex 3514: +Vertex 3515: +Vertex 3516: +Vertex 3517: +Vertex 3518: +Vertex 3519: +Vertex 3520: +Vertex 3521: +Vertex 3522: +Vertex 3523: +Vertex 3524: +Vertex 3525: +Vertex 3526: +Vertex 3527: +Vertex 3528: +Vertex 3529: +Vertex 3530: +Vertex 3531: +Vertex 3532: +Vertex 3533: +Vertex 3534: +Vertex 3535: +Vertex 3536: +Vertex 3537: +Vertex 3538: +Vertex 3539: +Vertex 3540: +Vertex 3541: +Vertex 3542: +Vertex 3543: +Vertex 3544: +Vertex 3545: +Vertex 3546: +Vertex 3547: +Vertex 3548: +Vertex 3549: +Vertex 3550: +Vertex 3551: +Vertex 3552: +Vertex 3553: +Vertex 3554: +Vertex 3555: +Vertex 3556: +Vertex 3557: +Vertex 3558: +Vertex 3559: +Vertex 3560: +Vertex 3561: +Vertex 3562: +Vertex 3563: +Vertex 3564: +Vertex 3565: +Vertex 3566: +Vertex 3567: +Vertex 3568: +Vertex 3569: +Vertex 3570: +Vertex 3571: +Vertex 3572: +Vertex 3573: +Vertex 3574: +Vertex 3575: +Vertex 3576: +Vertex 3577: +Vertex 3578: +Vertex 3579: +Vertex 3580: +Vertex 3581: +Vertex 3582: +Vertex 3583: +Vertex 3584: +Vertex 3585: +Vertex 3586: +Vertex 3587: +Vertex 3588: +Vertex 3589: +Vertex 3590: +Vertex 3591: +Vertex 3592: +Vertex 3593: +Vertex 3594: +Vertex 3595: +Vertex 3596: +Vertex 3597: +Vertex 3598: +Vertex 3599: +Vertex 3600: +Vertex 3601: +Vertex 3602: +Vertex 3603: +Vertex 3604: +Vertex 3605: +Vertex 3606: +Vertex 3607: +Vertex 3608: +Vertex 3609: +Vertex 3610: +Vertex 3611: +Vertex 3612: +Vertex 3613: +Vertex 3614: +Vertex 3615: +Vertex 3616: +Vertex 3617: +Vertex 3618: +Vertex 3619: +Vertex 3620: +Vertex 3621: +Vertex 3622: +Vertex 3623: +Vertex 3624: +Vertex 3625: +Vertex 3626: +Vertex 3627: +Vertex 3628: +Vertex 3629: +Vertex 3630: +Vertex 3631: +Vertex 3632: +Vertex 3633: +Vertex 3634: +Vertex 3635: +Vertex 3636: +Vertex 3637: +Vertex 3638: +Vertex 3639: +Vertex 3640: +Vertex 3641: +Vertex 3642: +Vertex 3643: +Vertex 3644: +Vertex 3645: +Vertex 3646: +Vertex 3647: +Vertex 3648: +Vertex 3649: +Vertex 3650: +Vertex 3651: +Vertex 3652: +Vertex 3653: +Vertex 3654: +Vertex 3655: +Vertex 3656: +Vertex 3657: +Vertex 3658: +Vertex 3659: +Vertex 3660: +Vertex 3661: +Vertex 3662: +Vertex 3663: +Vertex 3664: +Vertex 3665: +Vertex 3666: +Vertex 3667: +Vertex 3668: +Vertex 3669: +Vertex 3670: +Vertex 3671: +Vertex 3672: +Vertex 3673: +Vertex 3674: +Vertex 3675: +Vertex 3676: +Vertex 3677: +Vertex 3678: +Vertex 3679: +Vertex 3680: +Vertex 3681: +Vertex 3682: +Vertex 3683: +Vertex 3684: +Vertex 3685: +Vertex 3686: +Vertex 3687: +Vertex 3688: +Vertex 3689: +Vertex 3690: +Vertex 3691: +Vertex 3692: +Vertex 3693: +Vertex 3694: +Vertex 3695: +Vertex 3696: +Vertex 3697: +Vertex 3698: +Vertex 3699: +Vertex 3700: +Vertex 3701: +Vertex 3702: +Vertex 3703: +Vertex 3704: +Vertex 3705: +Vertex 3706: +Vertex 3707: +Vertex 3708: +Vertex 3709: +Vertex 3710: +Vertex 3711: +Vertex 3712: +Vertex 3713: +Vertex 3714: +Vertex 3715: +Vertex 3716: +Vertex 3717: +Vertex 3718: +Vertex 3719: +Vertex 3720: +Vertex 3721: +Vertex 3722: +Vertex 3723: +Vertex 3724: +Vertex 3725: +Vertex 3726: +Vertex 3727: +Vertex 3728: +Vertex 3729: +Vertex 3730: +Vertex 3731: +Vertex 3732: +Vertex 3733: +Vertex 3734: +Vertex 3735: +Vertex 3736: +Vertex 3737: +Vertex 3738: +Vertex 3739: +Vertex 3740: +Vertex 3741: +Vertex 3742: +Vertex 3743: +Vertex 3744: +Vertex 3745: +Vertex 3746: +Vertex 3747: +Vertex 3748: +Vertex 3749: +Vertex 3750: +Vertex 3751: +Vertex 3752: +Vertex 3753: +Vertex 3754: +Vertex 3755: +Vertex 3756: +Vertex 3757: +Vertex 3758: +Vertex 3759: +Vertex 3760: +Vertex 3761: +Vertex 3762: +Vertex 3763: +Vertex 3764: +Vertex 3765: +Vertex 3766: +Vertex 3767: +Vertex 3768: +Vertex 3769: +Vertex 3770: +Vertex 3771: +Vertex 3772: +Vertex 3773: +Vertex 3774: +Vertex 3775: +Vertex 3776: +Vertex 3777: +Vertex 3778: +Vertex 3779: +Vertex 3780: +Vertex 3781: +Vertex 3782: +Vertex 3783: +Vertex 3784: +Vertex 3785: +Vertex 3786: +Vertex 3787: +Vertex 3788: +Vertex 3789: +Vertex 3790: +Vertex 3791: +Vertex 3792: +Vertex 3793: +Vertex 3794: +Vertex 3795: +Vertex 3796: +Vertex 3797: +Vertex 3798: +Vertex 3799: +Vertex 3800: +Vertex 3801: +Vertex 3802: +Vertex 3803: +Vertex 3804: +Vertex 3805: +Vertex 3806: +Vertex 3807: +Vertex 3808: +Vertex 3809: +Vertex 3810: +Vertex 3811: +Vertex 3812: +Vertex 3813: +Vertex 3814: +Vertex 3815: +Vertex 3816: +Vertex 3817: +Vertex 3818: +Vertex 3819: +Vertex 3820: +Vertex 3821: +Vertex 3822: +Vertex 3823: +Vertex 3824: +Vertex 3825: +Vertex 3826: +Vertex 3827: +Vertex 3828: +Vertex 3829: +Vertex 3830: +Vertex 3831: +Vertex 3832: +Vertex 3833: +Vertex 3834: +Vertex 3835: +Vertex 3836: +Vertex 3837: +Vertex 3838: +Vertex 3839: +Vertex 3840: +Vertex 3841: +Vertex 3842: +Vertex 3843: +Vertex 3844: +Vertex 3845: +Vertex 3846: +Vertex 3847: +Vertex 3848: +Vertex 3849: +Vertex 3850: +Vertex 3851: +Vertex 3852: +Vertex 3853: +Vertex 3854: +Vertex 3855: +Vertex 3856: +Vertex 3857: +Vertex 3858: +Vertex 3859: +Vertex 3860: +Vertex 3861: +Vertex 3862: +Vertex 3863: +Vertex 3864: +Vertex 3865: +Vertex 3866: +Vertex 3867: +Vertex 3868: +Vertex 3869: +Vertex 3870: +Vertex 3871: +Vertex 3872: +Vertex 3873: +Vertex 3874: +Vertex 3875: +Vertex 3876: +Vertex 3877: +Vertex 3878: +Vertex 3879: +Vertex 3880: +Vertex 3881: +Vertex 3882: +Vertex 3883: +Vertex 3884: +Vertex 3885: +Vertex 3886: +Vertex 3887: +Vertex 3888: +Vertex 3889: +Vertex 3890: +Vertex 3891: +Vertex 3892: +Vertex 3893: +Vertex 3894: +Vertex 3895: +Vertex 3896: +Vertex 3897: +Vertex 3898: +Vertex 3899: +Vertex 3900: +Vertex 3901: +Vertex 3902: +Vertex 3903: +Vertex 3904: +Vertex 3905: +Vertex 3906: +Vertex 3907: +Vertex 3908: +Vertex 3909: +Vertex 3910: +Vertex 3911: +Vertex 3912: +Vertex 3913: +Vertex 3914: +Vertex 3915: +Vertex 3916: +Vertex 3917: +Vertex 3918: +Vertex 3919: +Vertex 3920: +Vertex 3921: +Vertex 3922: +Vertex 3923: +Vertex 3924: +Vertex 3925: +Vertex 3926: +Vertex 3927: +Vertex 3928: +Vertex 3929: +Vertex 3930: +Vertex 3931: +Vertex 3932: +Vertex 3933: +Vertex 3934: +Vertex 3935: +Vertex 3936: +Vertex 3937: +Vertex 3938: +Vertex 3939: +Vertex 3940: +Vertex 3941: +Vertex 3942: +Vertex 3943: +Vertex 3944: +Vertex 3945: +Vertex 3946: +Vertex 3947: +Vertex 3948: +Vertex 3949: +Vertex 3950: +Vertex 3951: +Vertex 3952: +Vertex 3953: +Vertex 3954: +Vertex 3955: +Vertex 3956: +Vertex 3957: +Vertex 3958: +Vertex 3959: +Vertex 3960: +Vertex 3961: +Vertex 3962: +Vertex 3963: +Vertex 3964: +Vertex 3965: +Vertex 3966: +Vertex 3967: +Vertex 3968: +Vertex 3969: +Vertex 3970: +Vertex 3971: +Vertex 3972: +Vertex 3973: +Vertex 3974: +Vertex 3975: +Vertex 3976: +Vertex 3977: +Vertex 3978: +Vertex 3979: +Vertex 3980: +Vertex 3981: +Vertex 3982: +Vertex 3983: +Vertex 3984: +Vertex 3985: +Vertex 3986: +Vertex 3987: +Vertex 3988: +Vertex 3989: +Vertex 3990: +Vertex 3991: +Vertex 3992: +Vertex 3993: +Vertex 3994: +Vertex 3995: +Vertex 3996: +Vertex 3997: +Vertex 3998: +Vertex 3999: +Vertex 4000: +Vertex 4001: +Vertex 4002: +Vertex 4003: +Vertex 4004: +Vertex 4005: +Vertex 4006: +Vertex 4007: +Vertex 4008: +Vertex 4009: +Vertex 4010: +Vertex 4011: +Vertex 4012: +Vertex 4013: +Vertex 4014: +Vertex 4015: +Vertex 4016: +Vertex 4017: +Vertex 4018: +Vertex 4019: +Vertex 4020: +Vertex 4021: +Vertex 4022: +Vertex 4023: +Vertex 4024: +Vertex 4025: +Vertex 4026: +Vertex 4027: +Vertex 4028: +Vertex 4029: +Vertex 4030: +Vertex 4031: +Vertex 4032: +Vertex 4033: +Vertex 4034: +Vertex 4035: +Vertex 4036: +Vertex 4037: +Vertex 4038: +Vertex 4039: +Vertex 4040: +Vertex 4041: +Vertex 4042: +Vertex 4043: +Vertex 4044: +Vertex 4045: +Vertex 4046: +Vertex 4047: +Vertex 4048: +Vertex 4049: +Vertex 4050: +Vertex 4051: +Vertex 4052: +Vertex 4053: +Vertex 4054: +Vertex 4055: +Vertex 4056: +Vertex 4057: +Vertex 4058: +Vertex 4059: +Vertex 4060: +Vertex 4061: +Vertex 4062: +Vertex 4063: +Vertex 4064: +Vertex 4065: +Vertex 4066: +Vertex 4067: +Vertex 4068: +Vertex 4069: +Vertex 4070: +Vertex 4071: +Vertex 4072: +Vertex 4073: +Vertex 4074: +Vertex 4075: +Vertex 4076: +Vertex 4077: +Vertex 4078: +Vertex 4079: +Vertex 4080: +Vertex 4081: +Vertex 4082: +Vertex 4083: +Vertex 4084: +Vertex 4085: +Vertex 4086: +Vertex 4087: +Vertex 4088: +Vertex 4089: +Vertex 4090: +Vertex 4091: +Vertex 4092: +Vertex 4093: +Vertex 4094: +Vertex 4095: +Vertex 4096: +Vertex 4097: +Vertex 4098: +Vertex 4099: +Vertex 4100: +Vertex 4101: +Vertex 4102: +Vertex 4103: +Vertex 4104: +Vertex 4105: +Vertex 4106: +Vertex 4107: +Vertex 4108: +Vertex 4109: +Vertex 4110: +Vertex 4111: +Vertex 4112: +Vertex 4113: +Vertex 4114: +Vertex 4115: +Vertex 4116: +Vertex 4117: +Vertex 4118: +Vertex 4119: +Vertex 4120: +Vertex 4121: +Vertex 4122: +Vertex 4123: +Vertex 4124: +Vertex 4125: +Vertex 4126: +Vertex 4127: +Vertex 4128: +Vertex 4129: +Vertex 4130: +Vertex 4131: +Vertex 4132: +Vertex 4133: +Vertex 4134: +Vertex 4135: +Vertex 4136: +Vertex 4137: +Vertex 4138: +Vertex 4139: +Vertex 4140: +Vertex 4141: +Vertex 4142: +Vertex 4143: +Vertex 4144: +Vertex 4145: +Vertex 4146: +Vertex 4147: +Vertex 4148: +Vertex 4149: +Vertex 4150: +Vertex 4151: +Vertex 4152: +Vertex 4153: +Vertex 4154: +Vertex 4155: +Vertex 4156: +Vertex 4157: +Vertex 4158: +Vertex 4159: +Vertex 4160: +Vertex 4161: +Vertex 4162: +Vertex 4163: +Vertex 4164: +Vertex 4165: +Vertex 4166: +Vertex 4167: +Vertex 4168: +Vertex 4169: +Vertex 4170: +Vertex 4171: +Vertex 4172: +Vertex 4173: +Vertex 4174: +Vertex 4175: +Vertex 4176: +Vertex 4177: +Vertex 4178: +Vertex 4179: +Vertex 4180: +Vertex 4181: +Vertex 4182: +Vertex 4183: +Vertex 4184: +Vertex 4185: +Vertex 4186: +Vertex 4187: +Vertex 4188: +Vertex 4189: +Vertex 4190: +Vertex 4191: +Vertex 4192: +Vertex 4193: +Vertex 4194: +Vertex 4195: +Vertex 4196: +Vertex 4197: +Vertex 4198: +Vertex 4199: +Vertex 4200: +Vertex 4201: +Vertex 4202: +Vertex 4203: +Vertex 4204: +Vertex 4205: +Vertex 4206: +Vertex 4207: +Vertex 4208: +Vertex 4209: +Vertex 4210: +Vertex 4211: +Vertex 4212: +Vertex 4213: +Vertex 4214: +Vertex 4215: +Vertex 4216: +Vertex 4217: +Vertex 4218: +Vertex 4219: +Vertex 4220: +Vertex 4221: +Vertex 4222: +Vertex 4223: +Vertex 4224: +Vertex 4225: +Vertex 4226: +Vertex 4227: +Vertex 4228: +Vertex 4229: +Vertex 4230: +Vertex 4231: +Vertex 4232: +Vertex 4233: +Vertex 4234: +Vertex 4235: +Vertex 4236: +Vertex 4237: +Vertex 4238: +Vertex 4239: +Vertex 4240: +Vertex 4241: +Vertex 4242: +Vertex 4243: +Vertex 4244: +Vertex 4245: +Vertex 4246: +Vertex 4247: +Vertex 4248: +Vertex 4249: +Vertex 4250: +Vertex 4251: +Vertex 4252: +Vertex 4253: +Vertex 4254: +Vertex 4255: +Vertex 4256: +Vertex 4257: +Vertex 4258: +Vertex 4259: +Vertex 4260: +Vertex 4261: +Vertex 4262: +Vertex 4263: +Vertex 4264: +Vertex 4265: +Vertex 4266: +Vertex 4267: +Vertex 4268: +Vertex 4269: +Vertex 4270: +Vertex 4271: +Vertex 4272: +Vertex 4273: +Vertex 4274: +Vertex 4275: +Vertex 4276: +Vertex 4277: +Vertex 4278: +Vertex 4279: +Vertex 4280: +Vertex 4281: +Vertex 4282: +Vertex 4283: +Vertex 4284: +Vertex 4285: +Vertex 4286: +Vertex 4287: +Vertex 4288: +Vertex 4289: +Vertex 4290: +Vertex 4291: +Vertex 4292: +Vertex 4293: +Vertex 4294: +Vertex 4295: +Vertex 4296: +Vertex 4297: +Vertex 4298: +Vertex 4299: +Vertex 4300: +Vertex 4301: +Vertex 4302: +Vertex 4303: +Vertex 4304: +Vertex 4305: +Vertex 4306: +Vertex 4307: +Vertex 4308: +Vertex 4309: +Vertex 4310: +Vertex 4311: +Vertex 4312: +Vertex 4313: +Vertex 4314: +Vertex 4315: +Vertex 4316: +Vertex 4317: +Vertex 4318: +Vertex 4319: +Vertex 4320: +Vertex 4321: +Vertex 4322: +Vertex 4323: +Vertex 4324: +Vertex 4325: +Vertex 4326: +Vertex 4327: +Vertex 4328: +Vertex 4329: +Vertex 4330: +Vertex 4331: +Vertex 4332: +Vertex 4333: +Vertex 4334: +Vertex 4335: +Vertex 4336: +Vertex 4337: +Vertex 4338: +Vertex 4339: +Vertex 4340: +Vertex 4341: +Vertex 4342: +Vertex 4343: +Vertex 4344: +Vertex 4345: +Vertex 4346: +Vertex 4347: +Vertex 4348: +Vertex 4349: +Vertex 4350: +Vertex 4351: +Vertex 4352: +Vertex 4353: +Vertex 4354: +Vertex 4355: +Vertex 4356: +Vertex 4357: +Vertex 4358: +Vertex 4359: +Vertex 4360: +Vertex 4361: +Vertex 4362: +Vertex 4363: +Vertex 4364: +Vertex 4365: +Vertex 4366: +Vertex 4367: +Vertex 4368: +Vertex 4369: +Vertex 4370: +Vertex 4371: +Vertex 4372: +Vertex 4373: +Vertex 4374: +Vertex 4375: +Vertex 4376: +Vertex 4377: +Vertex 4378: +Vertex 4379: +Vertex 4380: +Vertex 4381: +Vertex 4382: +Vertex 4383: +Vertex 4384: +Vertex 4385: +Vertex 4386: +Vertex 4387: +Vertex 4388: +Vertex 4389: +Vertex 4390: +Vertex 4391: +Vertex 4392: +Vertex 4393: +Vertex 4394: +Vertex 4395: +Vertex 4396: +Vertex 4397: +Vertex 4398: +Vertex 4399: +Vertex 4400: +Vertex 4401: +Vertex 4402: +Vertex 4403: +Vertex 4404: +Vertex 4405: +Vertex 4406: +Vertex 4407: +Vertex 4408: +Vertex 4409: +Vertex 4410: +Vertex 4411: +Vertex 4412: +Vertex 4413: +Vertex 4414: +Vertex 4415: +Vertex 4416: +Vertex 4417: +Vertex 4418: +Vertex 4419: +Vertex 4420: +Vertex 4421: +Vertex 4422: +Vertex 4423: +Vertex 4424: +Vertex 4425: +Vertex 4426: +Vertex 4427: +Vertex 4428: +Vertex 4429: +Vertex 4430: +Vertex 4431: +Vertex 4432: +Vertex 4433: +Vertex 4434: +Vertex 4435: +Vertex 4436: +Vertex 4437: +Vertex 4438: +Vertex 4439: +Vertex 4440: +Vertex 4441: +Vertex 4442: +Vertex 4443: +Vertex 4444: +Vertex 4445: +Vertex 4446: +Vertex 4447: +Vertex 4448: +Vertex 4449: +Vertex 4450: +Vertex 4451: +Vertex 4452: +Vertex 4453: +Vertex 4454: +Vertex 4455: +Vertex 4456: +Vertex 4457: +Vertex 4458: +Vertex 4459: +Vertex 4460: +Vertex 4461: +Vertex 4462: +Vertex 4463: +Vertex 4464: +Vertex 4465: +Vertex 4466: +Vertex 4467: +Vertex 4468: +Vertex 4469: +Vertex 4470: +Vertex 4471: +Vertex 4472: +Vertex 4473: +Vertex 4474: +Vertex 4475: +Vertex 4476: +Vertex 4477: +Vertex 4478: +Vertex 4479: +Vertex 4480: +Vertex 4481: +Vertex 4482: +Vertex 4483: +Vertex 4484: +Vertex 4485: +Vertex 4486: +Vertex 4487: +Vertex 4488: +Vertex 4489: +Vertex 4490: +Vertex 4491: +Vertex 4492: +Vertex 4493: +Vertex 4494: +Vertex 4495: +Vertex 4496: +Vertex 4497: +Vertex 4498: +Vertex 4499: +Vertex 4500: +Vertex 4501: +Vertex 4502: +Vertex 4503: +Vertex 4504: +Vertex 4505: +Vertex 4506: +Vertex 4507: +Vertex 4508: +Vertex 4509: +Vertex 4510: +Vertex 4511: +Vertex 4512: +Vertex 4513: +Vertex 4514: +Vertex 4515: +Vertex 4516: +Vertex 4517: +Vertex 4518: +Vertex 4519: +Vertex 4520: +Vertex 4521: +Vertex 4522: +Vertex 4523: +Vertex 4524: +Vertex 4525: +Vertex 4526: +Vertex 4527: +Vertex 4528: +Vertex 4529: +Vertex 4530: +Vertex 4531: +Vertex 4532: +Vertex 4533: +Vertex 4534: +Vertex 4535: +Vertex 4536: +Vertex 4537: +Vertex 4538: +Vertex 4539: +Vertex 4540: +Vertex 4541: +Vertex 4542: +Vertex 4543: +Vertex 4544: +Vertex 4545: +Vertex 4546: +Vertex 4547: +Vertex 4548: +Vertex 4549: +Vertex 4550: +Vertex 4551: +Vertex 4552: +Vertex 4553: +Vertex 4554: +Vertex 4555: +Vertex 4556: +Vertex 4557: +Vertex 4558: +Vertex 4559: +Vertex 4560: +Vertex 4561: +Vertex 4562: +Vertex 4563: +Vertex 4564: +Vertex 4565: +Vertex 4566: +Vertex 4567: +Vertex 4568: +Vertex 4569: +Vertex 4570: +Vertex 4571: +Vertex 4572: +Vertex 4573: +Vertex 4574: +Vertex 4575: +Vertex 4576: +Vertex 4577: +Vertex 4578: +Vertex 4579: +Vertex 4580: +Vertex 4581: +Vertex 4582: +Vertex 4583: +Vertex 4584: +Vertex 4585: +Vertex 4586: +Vertex 4587: +Vertex 4588: +Vertex 4589: +Vertex 4590: +Vertex 4591: +Vertex 4592: +Vertex 4593: +Vertex 4594: +Vertex 4595: +Vertex 4596: +Vertex 4597: +Vertex 4598: +Vertex 4599: +Vertex 4600: +Vertex 4601: +Vertex 4602: +Vertex 4603: +Vertex 4604: +Vertex 4605: +Vertex 4606: +Vertex 4607: +Vertex 4608: +Vertex 4609: +Vertex 4610: +Vertex 4611: +Vertex 4612: +Vertex 4613: +Vertex 4614: +Vertex 4615: +Vertex 4616: +Vertex 4617: +Vertex 4618: +Vertex 4619: +Vertex 4620: +Vertex 4621: +Vertex 4622: +Vertex 4623: +Vertex 4624: +Vertex 4625: +Vertex 4626: +Vertex 4627: +Vertex 4628: +Vertex 4629: +Vertex 4630: +Vertex 4631: +Vertex 4632: +Vertex 4633: +Vertex 4634: +Vertex 4635: +Vertex 4636: +Vertex 4637: +Vertex 4638: +Vertex 4639: +Vertex 4640: +Vertex 4641: +Vertex 4642: +Vertex 4643: +===UV Coordinates: +Face count: 9126 +Face 0 +UV Count: 3 + UV + UV + UV +Face 1 +UV Count: 3 + UV + UV + UV +Face 2 +UV Count: 3 + UV + UV + UV +Face 3 +UV Count: 3 + UV + UV + UV +Face 4 +UV Count: 3 + UV + UV + UV +Face 5 +UV Count: 3 + UV + UV + UV +Face 6 +UV Count: 3 + UV + UV + UV +Face 7 +UV Count: 3 + UV + UV + UV +Face 8 +UV Count: 3 + UV + UV + UV +Face 9 +UV Count: 3 + UV + UV + UV +Face 10 +UV Count: 3 + UV + UV + UV +Face 11 +UV Count: 3 + UV + UV + UV +Face 12 +UV Count: 3 + UV + UV + UV +Face 13 +UV Count: 3 + UV + UV + UV +Face 14 +UV Count: 3 + UV + UV + UV +Face 15 +UV Count: 3 + UV + UV + UV +Face 16 +UV Count: 3 + UV + UV + UV +Face 17 +UV Count: 3 + UV + UV + UV +Face 18 +UV Count: 3 + UV + UV + UV +Face 19 +UV Count: 3 + UV + UV + UV +Face 20 +UV Count: 3 + UV + UV + UV +Face 21 +UV Count: 3 + UV + UV + UV +Face 22 +UV Count: 3 + UV + UV + UV +Face 23 +UV Count: 3 + UV + UV + UV +Face 24 +UV Count: 3 + UV + UV + UV +Face 25 +UV Count: 3 + UV + UV + UV +Face 26 +UV Count: 3 + UV + UV + UV +Face 27 +UV Count: 3 + UV + UV + UV +Face 28 +UV Count: 3 + UV + UV + UV +Face 29 +UV Count: 3 + UV + UV + UV +Face 30 +UV Count: 3 + UV + UV + UV +Face 31 +UV Count: 3 + UV + UV + UV +Face 32 +UV Count: 3 + UV + UV + UV +Face 33 +UV Count: 3 + UV + UV + UV +Face 34 +UV Count: 3 + UV + UV + UV +Face 35 +UV Count: 3 + UV + UV + UV +Face 36 +UV Count: 3 + UV + UV + UV +Face 37 +UV Count: 3 + UV + UV + UV +Face 38 +UV Count: 3 + UV + UV + UV +Face 39 +UV Count: 3 + UV + UV + UV +Face 40 +UV Count: 3 + UV + UV + UV +Face 41 +UV Count: 3 + UV + UV + UV +Face 42 +UV Count: 3 + UV + UV + UV +Face 43 +UV Count: 3 + UV + UV + UV +Face 44 +UV Count: 3 + UV + UV + UV +Face 45 +UV Count: 3 + UV + UV + UV +Face 46 +UV Count: 3 + UV + UV + UV +Face 47 +UV Count: 3 + UV + UV + UV +Face 48 +UV Count: 3 + UV + UV + UV +Face 49 +UV Count: 3 + UV + UV + UV +Face 50 +UV Count: 3 + UV + UV + UV +Face 51 +UV Count: 3 + UV + UV + UV +Face 52 +UV Count: 3 + UV + UV + UV +Face 53 +UV Count: 3 + UV + UV + UV +Face 54 +UV Count: 3 + UV + UV + UV +Face 55 +UV Count: 3 + UV + UV + UV +Face 56 +UV Count: 3 + UV + UV + UV +Face 57 +UV Count: 3 + UV + UV + UV +Face 58 +UV Count: 3 + UV + UV + UV +Face 59 +UV Count: 3 + UV + UV + UV +Face 60 +UV Count: 3 + UV + UV + UV +Face 61 +UV Count: 3 + UV + UV + UV +Face 62 +UV Count: 3 + UV + UV + UV +Face 63 +UV Count: 3 + UV + UV + UV +Face 64 +UV Count: 3 + UV + UV + UV +Face 65 +UV Count: 3 + UV + UV + UV +Face 66 +UV Count: 3 + UV + UV + UV +Face 67 +UV Count: 3 + UV + UV + UV +Face 68 +UV Count: 3 + UV + UV + UV +Face 69 +UV Count: 3 + UV + UV + UV +Face 70 +UV Count: 3 + UV + UV + UV +Face 71 +UV Count: 3 + UV + UV + UV +Face 72 +UV Count: 3 + UV + UV + UV +Face 73 +UV Count: 3 + UV + UV + UV +Face 74 +UV Count: 3 + UV + UV + UV +Face 75 +UV Count: 3 + UV + UV + UV +Face 76 +UV Count: 3 + UV + UV + UV +Face 77 +UV Count: 3 + UV + UV + UV +Face 78 +UV Count: 3 + UV + UV + UV +Face 79 +UV Count: 3 + UV + UV + UV +Face 80 +UV Count: 3 + UV + UV + UV +Face 81 +UV Count: 3 + UV + UV + UV +Face 82 +UV Count: 3 + UV + UV + UV +Face 83 +UV Count: 3 + UV + UV + UV +Face 84 +UV Count: 3 + UV + UV + UV +Face 85 +UV Count: 3 + UV + UV + UV +Face 86 +UV Count: 3 + UV + UV + UV +Face 87 +UV Count: 3 + UV + UV + UV +Face 88 +UV Count: 3 + UV + UV + UV +Face 89 +UV Count: 3 + UV + UV + UV +Face 90 +UV Count: 3 + UV + UV + UV +Face 91 +UV Count: 3 + UV + UV + UV +Face 92 +UV Count: 3 + UV + UV + UV +Face 93 +UV Count: 3 + UV + UV + UV +Face 94 +UV Count: 3 + UV + UV + UV +Face 95 +UV Count: 3 + UV + UV + UV +Face 96 +UV Count: 3 + UV + UV + UV +Face 97 +UV Count: 3 + UV + UV + UV +Face 98 +UV Count: 3 + UV + UV + UV +Face 99 +UV Count: 3 + UV + UV + UV +Face 100 +UV Count: 3 + UV + UV + UV +Face 101 +UV Count: 3 + UV + UV + UV +Face 102 +UV Count: 3 + UV + UV + UV +Face 103 +UV Count: 3 + UV + UV + UV +Face 104 +UV Count: 3 + UV + UV + UV +Face 105 +UV Count: 3 + UV + UV + UV +Face 106 +UV Count: 3 + UV + UV + UV +Face 107 +UV Count: 3 + UV + UV + UV +Face 108 +UV Count: 3 + UV + UV + UV +Face 109 +UV Count: 3 + UV + UV + UV +Face 110 +UV Count: 3 + UV + UV + UV +Face 111 +UV Count: 3 + UV + UV + UV +Face 112 +UV Count: 3 + UV + UV + UV +Face 113 +UV Count: 3 + UV + UV + UV +Face 114 +UV Count: 3 + UV + UV + UV +Face 115 +UV Count: 3 + UV + UV + UV +Face 116 +UV Count: 3 + UV + UV + UV +Face 117 +UV Count: 3 + UV + UV + UV +Face 118 +UV Count: 3 + UV + UV + UV +Face 119 +UV Count: 3 + UV + UV + UV +Face 120 +UV Count: 3 + UV + UV + UV +Face 121 +UV Count: 3 + UV + UV + UV +Face 122 +UV Count: 3 + UV + UV + UV +Face 123 +UV Count: 3 + UV + UV + UV +Face 124 +UV Count: 3 + UV + UV + UV +Face 125 +UV Count: 3 + UV + UV + UV +Face 126 +UV Count: 3 + UV + UV + UV +Face 127 +UV Count: 3 + UV + UV + UV +Face 128 +UV Count: 3 + UV + UV + UV +Face 129 +UV Count: 3 + UV + UV + UV +Face 130 +UV Count: 3 + UV + UV + UV +Face 131 +UV Count: 3 + UV + UV + UV +Face 132 +UV Count: 3 + UV + UV + UV +Face 133 +UV Count: 3 + UV + UV + UV +Face 134 +UV Count: 3 + UV + UV + UV +Face 135 +UV Count: 3 + UV + UV + UV +Face 136 +UV Count: 3 + UV + UV + UV +Face 137 +UV Count: 3 + UV + UV + UV +Face 138 +UV Count: 3 + UV + UV + UV +Face 139 +UV Count: 3 + UV + UV + UV +Face 140 +UV Count: 3 + UV + UV + UV +Face 141 +UV Count: 3 + UV + UV + UV +Face 142 +UV Count: 3 + UV + UV + UV +Face 143 +UV Count: 3 + UV + UV + UV +Face 144 +UV Count: 3 + UV + UV + UV +Face 145 +UV Count: 3 + UV + UV + UV +Face 146 +UV Count: 3 + UV + UV + UV +Face 147 +UV Count: 3 + UV + UV + UV +Face 148 +UV Count: 3 + UV + UV + UV +Face 149 +UV Count: 3 + UV + UV + UV +Face 150 +UV Count: 3 + UV + UV + UV +Face 151 +UV Count: 3 + UV + UV + UV +Face 152 +UV Count: 3 + UV + UV + UV +Face 153 +UV Count: 3 + UV + UV + UV +Face 154 +UV Count: 3 + UV + UV + UV +Face 155 +UV Count: 3 + UV + UV + UV +Face 156 +UV Count: 3 + UV + UV + UV +Face 157 +UV Count: 3 + UV + UV + UV +Face 158 +UV Count: 3 + UV + UV + UV +Face 159 +UV Count: 3 + UV + UV + UV +Face 160 +UV Count: 3 + UV + UV + UV +Face 161 +UV Count: 3 + UV + UV + UV +Face 162 +UV Count: 3 + UV + UV + UV +Face 163 +UV Count: 3 + UV + UV + UV +Face 164 +UV Count: 3 + UV + UV + UV +Face 165 +UV Count: 3 + UV + UV + UV +Face 166 +UV Count: 3 + UV + UV + UV +Face 167 +UV Count: 3 + UV + UV + UV +Face 168 +UV Count: 3 + UV + UV + UV +Face 169 +UV Count: 3 + UV + UV + UV +Face 170 +UV Count: 3 + UV + UV + UV +Face 171 +UV Count: 3 + UV + UV + UV +Face 172 +UV Count: 3 + UV + UV + UV +Face 173 +UV Count: 3 + UV + UV + UV +Face 174 +UV Count: 3 + UV + UV + UV +Face 175 +UV Count: 3 + UV + UV + UV +Face 176 +UV Count: 3 + UV + UV + UV +Face 177 +UV Count: 3 + UV + UV + UV +Face 178 +UV Count: 3 + UV + UV + UV +Face 179 +UV Count: 3 + UV + UV + UV +Face 180 +UV Count: 3 + UV + UV + UV +Face 181 +UV Count: 3 + UV + UV + UV +Face 182 +UV Count: 3 + UV + UV + UV +Face 183 +UV Count: 3 + UV + UV + UV +Face 184 +UV Count: 3 + UV + UV + UV +Face 185 +UV Count: 3 + UV + UV + UV +Face 186 +UV Count: 3 + UV + UV + UV +Face 187 +UV Count: 3 + UV + UV + UV +Face 188 +UV Count: 3 + UV + UV + UV +Face 189 +UV Count: 3 + UV + UV + UV +Face 190 +UV Count: 3 + UV + UV + UV +Face 191 +UV Count: 3 + UV + UV + UV +Face 192 +UV Count: 3 + UV + UV + UV +Face 193 +UV Count: 3 + UV + UV + UV +Face 194 +UV Count: 3 + UV + UV + UV +Face 195 +UV Count: 3 + UV + UV + UV +Face 196 +UV Count: 3 + UV + UV + UV +Face 197 +UV Count: 3 + UV + UV + UV +Face 198 +UV Count: 3 + UV + UV + UV +Face 199 +UV Count: 3 + UV + UV + UV +Face 200 +UV Count: 3 + UV + UV + UV +Face 201 +UV Count: 3 + UV + UV + UV +Face 202 +UV Count: 3 + UV + UV + UV +Face 203 +UV Count: 3 + UV + UV + UV +Face 204 +UV Count: 3 + UV + UV + UV +Face 205 +UV Count: 3 + UV + UV + UV +Face 206 +UV Count: 3 + UV + UV + UV +Face 207 +UV Count: 3 + UV + UV + UV +Face 208 +UV Count: 3 + UV + UV + UV +Face 209 +UV Count: 3 + UV + UV + UV +Face 210 +UV Count: 3 + UV + UV + UV +Face 211 +UV Count: 3 + UV + UV + UV +Face 212 +UV Count: 3 + UV + UV + UV +Face 213 +UV Count: 3 + UV + UV + UV +Face 214 +UV Count: 3 + UV + UV + UV +Face 215 +UV Count: 3 + UV + UV + UV +Face 216 +UV Count: 3 + UV + UV + UV +Face 217 +UV Count: 3 + UV + UV + UV +Face 218 +UV Count: 3 + UV + UV + UV +Face 219 +UV Count: 3 + UV + UV + UV +Face 220 +UV Count: 3 + UV + UV + UV +Face 221 +UV Count: 3 + UV + UV + UV +Face 222 +UV Count: 3 + UV + UV + UV +Face 223 +UV Count: 3 + UV + UV + UV +Face 224 +UV Count: 3 + UV + UV + UV +Face 225 +UV Count: 3 + UV + UV + UV +Face 226 +UV Count: 3 + UV + UV + UV +Face 227 +UV Count: 3 + UV + UV + UV +Face 228 +UV Count: 3 + UV + UV + UV +Face 229 +UV Count: 3 + UV + UV + UV +Face 230 +UV Count: 3 + UV + UV + UV +Face 231 +UV Count: 3 + UV + UV + UV +Face 232 +UV Count: 3 + UV + UV + UV +Face 233 +UV Count: 3 + UV + UV + UV +Face 234 +UV Count: 3 + UV + UV + UV +Face 235 +UV Count: 3 + UV + UV + UV +Face 236 +UV Count: 3 + UV + UV + UV +Face 237 +UV Count: 3 + UV + UV + UV +Face 238 +UV Count: 3 + UV + UV + UV +Face 239 +UV Count: 3 + UV + UV + UV +Face 240 +UV Count: 3 + UV + UV + UV +Face 241 +UV Count: 3 + UV + UV + UV +Face 242 +UV Count: 3 + UV + UV + UV +Face 243 +UV Count: 3 + UV + UV + UV +Face 244 +UV Count: 3 + UV + UV + UV +Face 245 +UV Count: 3 + UV + UV + UV +Face 246 +UV Count: 3 + UV + UV + UV +Face 247 +UV Count: 3 + UV + UV + UV +Face 248 +UV Count: 3 + UV + UV + UV +Face 249 +UV Count: 3 + UV + UV + UV +Face 250 +UV Count: 3 + UV + UV + UV +Face 251 +UV Count: 3 + UV + UV + UV +Face 252 +UV Count: 3 + UV + UV + UV +Face 253 +UV Count: 3 + UV + UV + UV +Face 254 +UV Count: 3 + UV + UV + UV +Face 255 +UV Count: 3 + UV + UV + UV +Face 256 +UV Count: 3 + UV + UV + UV +Face 257 +UV Count: 3 + UV + UV + UV +Face 258 +UV Count: 3 + UV + UV + UV +Face 259 +UV Count: 3 + UV + UV + UV +Face 260 +UV Count: 3 + UV + UV + UV +Face 261 +UV Count: 3 + UV + UV + UV +Face 262 +UV Count: 3 + UV + UV + UV +Face 263 +UV Count: 3 + UV + UV + UV +Face 264 +UV Count: 3 + UV + UV + UV +Face 265 +UV Count: 3 + UV + UV + UV +Face 266 +UV Count: 3 + UV + UV + UV +Face 267 +UV Count: 3 + UV + UV + UV +Face 268 +UV Count: 3 + UV + UV + UV +Face 269 +UV Count: 3 + UV + UV + UV +Face 270 +UV Count: 3 + UV + UV + UV +Face 271 +UV Count: 3 + UV + UV + UV +Face 272 +UV Count: 3 + UV + UV + UV +Face 273 +UV Count: 3 + UV + UV + UV +Face 274 +UV Count: 3 + UV + UV + UV +Face 275 +UV Count: 3 + UV + UV + UV +Face 276 +UV Count: 3 + UV + UV + UV +Face 277 +UV Count: 3 + UV + UV + UV +Face 278 +UV Count: 3 + UV + UV + UV +Face 279 +UV Count: 3 + UV + UV + UV +Face 280 +UV Count: 3 + UV + UV + UV +Face 281 +UV Count: 3 + UV + UV + UV +Face 282 +UV Count: 3 + UV + UV + UV +Face 283 +UV Count: 3 + UV + UV + UV +Face 284 +UV Count: 3 + UV + UV + UV +Face 285 +UV Count: 3 + UV + UV + UV +Face 286 +UV Count: 3 + UV + UV + UV +Face 287 +UV Count: 3 + UV + UV + UV +Face 288 +UV Count: 3 + UV + UV + UV +Face 289 +UV Count: 3 + UV + UV + UV +Face 290 +UV Count: 3 + UV + UV + UV +Face 291 +UV Count: 3 + UV + UV + UV +Face 292 +UV Count: 3 + UV + UV + UV +Face 293 +UV Count: 3 + UV + UV + UV +Face 294 +UV Count: 3 + UV + UV + UV +Face 295 +UV Count: 3 + UV + UV + UV +Face 296 +UV Count: 3 + UV + UV + UV +Face 297 +UV Count: 3 + UV + UV + UV +Face 298 +UV Count: 3 + UV + UV + UV +Face 299 +UV Count: 3 + UV + UV + UV +Face 300 +UV Count: 3 + UV + UV + UV +Face 301 +UV Count: 3 + UV + UV + UV +Face 302 +UV Count: 3 + UV + UV + UV +Face 303 +UV Count: 3 + UV + UV + UV +Face 304 +UV Count: 3 + UV + UV + UV +Face 305 +UV Count: 3 + UV + UV + UV +Face 306 +UV Count: 3 + UV + UV + UV +Face 307 +UV Count: 3 + UV + UV + UV +Face 308 +UV Count: 3 + UV + UV + UV +Face 309 +UV Count: 3 + UV + UV + UV +Face 310 +UV Count: 3 + UV + UV + UV +Face 311 +UV Count: 3 + UV + UV + UV +Face 312 +UV Count: 3 + UV + UV + UV +Face 313 +UV Count: 3 + UV + UV + UV +Face 314 +UV Count: 3 + UV + UV + UV +Face 315 +UV Count: 3 + UV + UV + UV +Face 316 +UV Count: 3 + UV + UV + UV +Face 317 +UV Count: 3 + UV + UV + UV +Face 318 +UV Count: 3 + UV + UV + UV +Face 319 +UV Count: 3 + UV + UV + UV +Face 320 +UV Count: 3 + UV + UV + UV +Face 321 +UV Count: 3 + UV + UV + UV +Face 322 +UV Count: 3 + UV + UV + UV +Face 323 +UV Count: 3 + UV + UV + UV +Face 324 +UV Count: 3 + UV + UV + UV +Face 325 +UV Count: 3 + UV + UV + UV +Face 326 +UV Count: 3 + UV + UV + UV +Face 327 +UV Count: 3 + UV + UV + UV +Face 328 +UV Count: 3 + UV + UV + UV +Face 329 +UV Count: 3 + UV + UV + UV +Face 330 +UV Count: 3 + UV + UV + UV +Face 331 +UV Count: 3 + UV + UV + UV +Face 332 +UV Count: 3 + UV + UV + UV +Face 333 +UV Count: 3 + UV + UV + UV +Face 334 +UV Count: 3 + UV + UV + UV +Face 335 +UV Count: 3 + UV + UV + UV +Face 336 +UV Count: 3 + UV + UV + UV +Face 337 +UV Count: 3 + UV + UV + UV +Face 338 +UV Count: 3 + UV + UV + UV +Face 339 +UV Count: 3 + UV + UV + UV +Face 340 +UV Count: 3 + UV + UV + UV +Face 341 +UV Count: 3 + UV + UV + UV +Face 342 +UV Count: 3 + UV + UV + UV +Face 343 +UV Count: 3 + UV + UV + UV +Face 344 +UV Count: 3 + UV + UV + UV +Face 345 +UV Count: 3 + UV + UV + UV +Face 346 +UV Count: 3 + UV + UV + UV +Face 347 +UV Count: 3 + UV + UV + UV +Face 348 +UV Count: 3 + UV + UV + UV +Face 349 +UV Count: 3 + UV + UV + UV +Face 350 +UV Count: 3 + UV + UV + UV +Face 351 +UV Count: 3 + UV + UV + UV +Face 352 +UV Count: 3 + UV + UV + UV +Face 353 +UV Count: 3 + UV + UV + UV +Face 354 +UV Count: 3 + UV + UV + UV +Face 355 +UV Count: 3 + UV + UV + UV +Face 356 +UV Count: 3 + UV + UV + UV +Face 357 +UV Count: 3 + UV + UV + UV +Face 358 +UV Count: 3 + UV + UV + UV +Face 359 +UV Count: 3 + UV + UV + UV +Face 360 +UV Count: 3 + UV + UV + UV +Face 361 +UV Count: 3 + UV + UV + UV +Face 362 +UV Count: 3 + UV + UV + UV +Face 363 +UV Count: 3 + UV + UV + UV +Face 364 +UV Count: 3 + UV + UV + UV +Face 365 +UV Count: 3 + UV + UV + UV +Face 366 +UV Count: 3 + UV + UV + UV +Face 367 +UV Count: 3 + UV + UV + UV +Face 368 +UV Count: 3 + UV + UV + UV +Face 369 +UV Count: 3 + UV + UV + UV +Face 370 +UV Count: 3 + UV + UV + UV +Face 371 +UV Count: 3 + UV + UV + UV +Face 372 +UV Count: 3 + UV + UV + UV +Face 373 +UV Count: 3 + UV + UV + UV +Face 374 +UV Count: 3 + UV + UV + UV +Face 375 +UV Count: 3 + UV + UV + UV +Face 376 +UV Count: 3 + UV + UV + UV +Face 377 +UV Count: 3 + UV + UV + UV +Face 378 +UV Count: 3 + UV + UV + UV +Face 379 +UV Count: 3 + UV + UV + UV +Face 380 +UV Count: 3 + UV + UV + UV +Face 381 +UV Count: 3 + UV + UV + UV +Face 382 +UV Count: 3 + UV + UV + UV +Face 383 +UV Count: 3 + UV + UV + UV +Face 384 +UV Count: 3 + UV + UV + UV +Face 385 +UV Count: 3 + UV + UV + UV +Face 386 +UV Count: 3 + UV + UV + UV +Face 387 +UV Count: 3 + UV + UV + UV +Face 388 +UV Count: 3 + UV + UV + UV +Face 389 +UV Count: 3 + UV + UV + UV +Face 390 +UV Count: 3 + UV + UV + UV +Face 391 +UV Count: 3 + UV + UV + UV +Face 392 +UV Count: 3 + UV + UV + UV +Face 393 +UV Count: 3 + UV + UV + UV +Face 394 +UV Count: 3 + UV + UV + UV +Face 395 +UV Count: 3 + UV + UV + UV +Face 396 +UV Count: 3 + UV + UV + UV +Face 397 +UV Count: 3 + UV + UV + UV +Face 398 +UV Count: 3 + UV + UV + UV +Face 399 +UV Count: 3 + UV + UV + UV +Face 400 +UV Count: 3 + UV + UV + UV +Face 401 +UV Count: 3 + UV + UV + UV +Face 402 +UV Count: 3 + UV + UV + UV +Face 403 +UV Count: 3 + UV + UV + UV +Face 404 +UV Count: 3 + UV + UV + UV +Face 405 +UV Count: 3 + UV + UV + UV +Face 406 +UV Count: 3 + UV + UV + UV +Face 407 +UV Count: 3 + UV + UV + UV +Face 408 +UV Count: 3 + UV + UV + UV +Face 409 +UV Count: 3 + UV + UV + UV +Face 410 +UV Count: 3 + UV + UV + UV +Face 411 +UV Count: 3 + UV + UV + UV +Face 412 +UV Count: 3 + UV + UV + UV +Face 413 +UV Count: 3 + UV + UV + UV +Face 414 +UV Count: 3 + UV + UV + UV +Face 415 +UV Count: 3 + UV + UV + UV +Face 416 +UV Count: 3 + UV + UV + UV +Face 417 +UV Count: 3 + UV + UV + UV +Face 418 +UV Count: 3 + UV + UV + UV +Face 419 +UV Count: 3 + UV + UV + UV +Face 420 +UV Count: 3 + UV + UV + UV +Face 421 +UV Count: 3 + UV + UV + UV +Face 422 +UV Count: 3 + UV + UV + UV +Face 423 +UV Count: 3 + UV + UV + UV +Face 424 +UV Count: 3 + UV + UV + UV +Face 425 +UV Count: 3 + UV + UV + UV +Face 426 +UV Count: 3 + UV + UV + UV +Face 427 +UV Count: 3 + UV + UV + UV +Face 428 +UV Count: 3 + UV + UV + UV +Face 429 +UV Count: 3 + UV + UV + UV +Face 430 +UV Count: 3 + UV + UV + UV +Face 431 +UV Count: 3 + UV + UV + UV +Face 432 +UV Count: 3 + UV + UV + UV +Face 433 +UV Count: 3 + UV + UV + UV +Face 434 +UV Count: 3 + UV + UV + UV +Face 435 +UV Count: 3 + UV + UV + UV +Face 436 +UV Count: 3 + UV + UV + UV +Face 437 +UV Count: 3 + UV + UV + UV +Face 438 +UV Count: 3 + UV + UV + UV +Face 439 +UV Count: 3 + UV + UV + UV +Face 440 +UV Count: 3 + UV + UV + UV +Face 441 +UV Count: 3 + UV + UV + UV +Face 442 +UV Count: 3 + UV + UV + UV +Face 443 +UV Count: 3 + UV + UV + UV +Face 444 +UV Count: 3 + UV + UV + UV +Face 445 +UV Count: 3 + UV + UV + UV +Face 446 +UV Count: 3 + UV + UV + UV +Face 447 +UV Count: 3 + UV + UV + UV +Face 448 +UV Count: 3 + UV + UV + UV +Face 449 +UV Count: 3 + UV + UV + UV +Face 450 +UV Count: 3 + UV + UV + UV +Face 451 +UV Count: 3 + UV + UV + UV +Face 452 +UV Count: 3 + UV + UV + UV +Face 453 +UV Count: 3 + UV + UV + UV +Face 454 +UV Count: 3 + UV + UV + UV +Face 455 +UV Count: 3 + UV + UV + UV +Face 456 +UV Count: 3 + UV + UV + UV +Face 457 +UV Count: 3 + UV + UV + UV +Face 458 +UV Count: 3 + UV + UV + UV +Face 459 +UV Count: 3 + UV + UV + UV +Face 460 +UV Count: 3 + UV + UV + UV +Face 461 +UV Count: 3 + UV + UV + UV +Face 462 +UV Count: 3 + UV + UV + UV +Face 463 +UV Count: 3 + UV + UV + UV +Face 464 +UV Count: 3 + UV + UV + UV +Face 465 +UV Count: 3 + UV + UV + UV +Face 466 +UV Count: 3 + UV + UV + UV +Face 467 +UV Count: 3 + UV + UV + UV +Face 468 +UV Count: 3 + UV + UV + UV +Face 469 +UV Count: 3 + UV + UV + UV +Face 470 +UV Count: 3 + UV + UV + UV +Face 471 +UV Count: 3 + UV + UV + UV +Face 472 +UV Count: 3 + UV + UV + UV +Face 473 +UV Count: 3 + UV + UV + UV +Face 474 +UV Count: 3 + UV + UV + UV +Face 475 +UV Count: 3 + UV + UV + UV +Face 476 +UV Count: 3 + UV + UV + UV +Face 477 +UV Count: 3 + UV + UV + UV +Face 478 +UV Count: 3 + UV + UV + UV +Face 479 +UV Count: 3 + UV + UV + UV +Face 480 +UV Count: 3 + UV + UV + UV +Face 481 +UV Count: 3 + UV + UV + UV +Face 482 +UV Count: 3 + UV + UV + UV +Face 483 +UV Count: 3 + UV + UV + UV +Face 484 +UV Count: 3 + UV + UV + UV +Face 485 +UV Count: 3 + UV + UV + UV +Face 486 +UV Count: 3 + UV + UV + UV +Face 487 +UV Count: 3 + UV + UV + UV +Face 488 +UV Count: 3 + UV + UV + UV +Face 489 +UV Count: 3 + UV + UV + UV +Face 490 +UV Count: 3 + UV + UV + UV +Face 491 +UV Count: 3 + UV + UV + UV +Face 492 +UV Count: 3 + UV + UV + UV +Face 493 +UV Count: 3 + UV + UV + UV +Face 494 +UV Count: 3 + UV + UV + UV +Face 495 +UV Count: 3 + UV + UV + UV +Face 496 +UV Count: 3 + UV + UV + UV +Face 497 +UV Count: 3 + UV + UV + UV +Face 498 +UV Count: 3 + UV + UV + UV +Face 499 +UV Count: 3 + UV + UV + UV +Face 500 +UV Count: 3 + UV + UV + UV +Face 501 +UV Count: 3 + UV + UV + UV +Face 502 +UV Count: 3 + UV + UV + UV +Face 503 +UV Count: 3 + UV + UV + UV +Face 504 +UV Count: 3 + UV + UV + UV +Face 505 +UV Count: 3 + UV + UV + UV +Face 506 +UV Count: 3 + UV + UV + UV +Face 507 +UV Count: 3 + UV + UV + UV +Face 508 +UV Count: 3 + UV + UV + UV +Face 509 +UV Count: 3 + UV + UV + UV +Face 510 +UV Count: 3 + UV + UV + UV +Face 511 +UV Count: 3 + UV + UV + UV +Face 512 +UV Count: 3 + UV + UV + UV +Face 513 +UV Count: 3 + UV + UV + UV +Face 514 +UV Count: 3 + UV + UV + UV +Face 515 +UV Count: 3 + UV + UV + UV +Face 516 +UV Count: 3 + UV + UV + UV +Face 517 +UV Count: 3 + UV + UV + UV +Face 518 +UV Count: 3 + UV + UV + UV +Face 519 +UV Count: 3 + UV + UV + UV +Face 520 +UV Count: 3 + UV + UV + UV +Face 521 +UV Count: 3 + UV + UV + UV +Face 522 +UV Count: 3 + UV + UV + UV +Face 523 +UV Count: 3 + UV + UV + UV +Face 524 +UV Count: 3 + UV + UV + UV +Face 525 +UV Count: 3 + UV + UV + UV +Face 526 +UV Count: 3 + UV + UV + UV +Face 527 +UV Count: 3 + UV + UV + UV +Face 528 +UV Count: 3 + UV + UV + UV +Face 529 +UV Count: 3 + UV + UV + UV +Face 530 +UV Count: 3 + UV + UV + UV +Face 531 +UV Count: 3 + UV + UV + UV +Face 532 +UV Count: 3 + UV + UV + UV +Face 533 +UV Count: 3 + UV + UV + UV +Face 534 +UV Count: 3 + UV + UV + UV +Face 535 +UV Count: 3 + UV + UV + UV +Face 536 +UV Count: 3 + UV + UV + UV +Face 537 +UV Count: 3 + UV + UV + UV +Face 538 +UV Count: 3 + UV + UV + UV +Face 539 +UV Count: 3 + UV + UV + UV +Face 540 +UV Count: 3 + UV + UV + UV +Face 541 +UV Count: 3 + UV + UV + UV +Face 542 +UV Count: 3 + UV + UV + UV +Face 543 +UV Count: 3 + UV + UV + UV +Face 544 +UV Count: 3 + UV + UV + UV +Face 545 +UV Count: 3 + UV + UV + UV +Face 546 +UV Count: 3 + UV + UV + UV +Face 547 +UV Count: 3 + UV + UV + UV +Face 548 +UV Count: 3 + UV + UV + UV +Face 549 +UV Count: 3 + UV + UV + UV +Face 550 +UV Count: 3 + UV + UV + UV +Face 551 +UV Count: 3 + UV + UV + UV +Face 552 +UV Count: 3 + UV + UV + UV +Face 553 +UV Count: 3 + UV + UV + UV +Face 554 +UV Count: 3 + UV + UV + UV +Face 555 +UV Count: 3 + UV + UV + UV +Face 556 +UV Count: 3 + UV + UV + UV +Face 557 +UV Count: 3 + UV + UV + UV +Face 558 +UV Count: 3 + UV + UV + UV +Face 559 +UV Count: 3 + UV + UV + UV +Face 560 +UV Count: 3 + UV + UV + UV +Face 561 +UV Count: 3 + UV + UV + UV +Face 562 +UV Count: 3 + UV + UV + UV +Face 563 +UV Count: 3 + UV + UV + UV +Face 564 +UV Count: 3 + UV + UV + UV +Face 565 +UV Count: 3 + UV + UV + UV +Face 566 +UV Count: 3 + UV + UV + UV +Face 567 +UV Count: 3 + UV + UV + UV +Face 568 +UV Count: 3 + UV + UV + UV +Face 569 +UV Count: 3 + UV + UV + UV +Face 570 +UV Count: 3 + UV + UV + UV +Face 571 +UV Count: 3 + UV + UV + UV +Face 572 +UV Count: 3 + UV + UV + UV +Face 573 +UV Count: 3 + UV + UV + UV +Face 574 +UV Count: 3 + UV + UV + UV +Face 575 +UV Count: 3 + UV + UV + UV +Face 576 +UV Count: 3 + UV + UV + UV +Face 577 +UV Count: 3 + UV + UV + UV +Face 578 +UV Count: 3 + UV + UV + UV +Face 579 +UV Count: 3 + UV + UV + UV +Face 580 +UV Count: 3 + UV + UV + UV +Face 581 +UV Count: 3 + UV + UV + UV +Face 582 +UV Count: 3 + UV + UV + UV +Face 583 +UV Count: 3 + UV + UV + UV +Face 584 +UV Count: 3 + UV + UV + UV +Face 585 +UV Count: 3 + UV + UV + UV +Face 586 +UV Count: 3 + UV + UV + UV +Face 587 +UV Count: 3 + UV + UV + UV +Face 588 +UV Count: 3 + UV + UV + UV +Face 589 +UV Count: 3 + UV + UV + UV +Face 590 +UV Count: 3 + UV + UV + UV +Face 591 +UV Count: 3 + UV + UV + UV +Face 592 +UV Count: 3 + UV + UV + UV +Face 593 +UV Count: 3 + UV + UV + UV +Face 594 +UV Count: 3 + UV + UV + UV +Face 595 +UV Count: 3 + UV + UV + UV +Face 596 +UV Count: 3 + UV + UV + UV +Face 597 +UV Count: 3 + UV + UV + UV +Face 598 +UV Count: 3 + UV + UV + UV +Face 599 +UV Count: 3 + UV + UV + UV +Face 600 +UV Count: 3 + UV + UV + UV +Face 601 +UV Count: 3 + UV + UV + UV +Face 602 +UV Count: 3 + UV + UV + UV +Face 603 +UV Count: 3 + UV + UV + UV +Face 604 +UV Count: 3 + UV + UV + UV +Face 605 +UV Count: 3 + UV + UV + UV +Face 606 +UV Count: 3 + UV + UV + UV +Face 607 +UV Count: 3 + UV + UV + UV +Face 608 +UV Count: 3 + UV + UV + UV +Face 609 +UV Count: 3 + UV + UV + UV +Face 610 +UV Count: 3 + UV + UV + UV +Face 611 +UV Count: 3 + UV + UV + UV +Face 612 +UV Count: 3 + UV + UV + UV +Face 613 +UV Count: 3 + UV + UV + UV +Face 614 +UV Count: 3 + UV + UV + UV +Face 615 +UV Count: 3 + UV + UV + UV +Face 616 +UV Count: 3 + UV + UV + UV +Face 617 +UV Count: 3 + UV + UV + UV +Face 618 +UV Count: 3 + UV + UV + UV +Face 619 +UV Count: 3 + UV + UV + UV +Face 620 +UV Count: 3 + UV + UV + UV +Face 621 +UV Count: 3 + UV + UV + UV +Face 622 +UV Count: 3 + UV + UV + UV +Face 623 +UV Count: 3 + UV + UV + UV +Face 624 +UV Count: 3 + UV + UV + UV +Face 625 +UV Count: 3 + UV + UV + UV +Face 626 +UV Count: 3 + UV + UV + UV +Face 627 +UV Count: 3 + UV + UV + UV +Face 628 +UV Count: 3 + UV + UV + UV +Face 629 +UV Count: 3 + UV + UV + UV +Face 630 +UV Count: 3 + UV + UV + UV +Face 631 +UV Count: 3 + UV + UV + UV +Face 632 +UV Count: 3 + UV + UV + UV +Face 633 +UV Count: 3 + UV + UV + UV +Face 634 +UV Count: 3 + UV + UV + UV +Face 635 +UV Count: 3 + UV + UV + UV +Face 636 +UV Count: 3 + UV + UV + UV +Face 637 +UV Count: 3 + UV + UV + UV +Face 638 +UV Count: 3 + UV + UV + UV +Face 639 +UV Count: 3 + UV + UV + UV +Face 640 +UV Count: 3 + UV + UV + UV +Face 641 +UV Count: 3 + UV + UV + UV +Face 642 +UV Count: 3 + UV + UV + UV +Face 643 +UV Count: 3 + UV + UV + UV +Face 644 +UV Count: 3 + UV + UV + UV +Face 645 +UV Count: 3 + UV + UV + UV +Face 646 +UV Count: 3 + UV + UV + UV +Face 647 +UV Count: 3 + UV + UV + UV +Face 648 +UV Count: 3 + UV + UV + UV +Face 649 +UV Count: 3 + UV + UV + UV +Face 650 +UV Count: 3 + UV + UV + UV +Face 651 +UV Count: 3 + UV + UV + UV +Face 652 +UV Count: 3 + UV + UV + UV +Face 653 +UV Count: 3 + UV + UV + UV +Face 654 +UV Count: 3 + UV + UV + UV +Face 655 +UV Count: 3 + UV + UV + UV +Face 656 +UV Count: 3 + UV + UV + UV +Face 657 +UV Count: 3 + UV + UV + UV +Face 658 +UV Count: 3 + UV + UV + UV +Face 659 +UV Count: 3 + UV + UV + UV +Face 660 +UV Count: 3 + UV + UV + UV +Face 661 +UV Count: 3 + UV + UV + UV +Face 662 +UV Count: 3 + UV + UV + UV +Face 663 +UV Count: 3 + UV + UV + UV +Face 664 +UV Count: 3 + UV + UV + UV +Face 665 +UV Count: 3 + UV + UV + UV +Face 666 +UV Count: 3 + UV + UV + UV +Face 667 +UV Count: 3 + UV + UV + UV +Face 668 +UV Count: 3 + UV + UV + UV +Face 669 +UV Count: 3 + UV + UV + UV +Face 670 +UV Count: 3 + UV + UV + UV +Face 671 +UV Count: 3 + UV + UV + UV +Face 672 +UV Count: 3 + UV + UV + UV +Face 673 +UV Count: 3 + UV + UV + UV +Face 674 +UV Count: 3 + UV + UV + UV +Face 675 +UV Count: 3 + UV + UV + UV +Face 676 +UV Count: 3 + UV + UV + UV +Face 677 +UV Count: 3 + UV + UV + UV +Face 678 +UV Count: 3 + UV + UV + UV +Face 679 +UV Count: 3 + UV + UV + UV +Face 680 +UV Count: 3 + UV + UV + UV +Face 681 +UV Count: 3 + UV + UV + UV +Face 682 +UV Count: 3 + UV + UV + UV +Face 683 +UV Count: 3 + UV + UV + UV +Face 684 +UV Count: 3 + UV + UV + UV +Face 685 +UV Count: 3 + UV + UV + UV +Face 686 +UV Count: 3 + UV + UV + UV +Face 687 +UV Count: 3 + UV + UV + UV +Face 688 +UV Count: 3 + UV + UV + UV +Face 689 +UV Count: 3 + UV + UV + UV +Face 690 +UV Count: 3 + UV + UV + UV +Face 691 +UV Count: 3 + UV + UV + UV +Face 692 +UV Count: 3 + UV + UV + UV +Face 693 +UV Count: 3 + UV + UV + UV +Face 694 +UV Count: 3 + UV + UV + UV +Face 695 +UV Count: 3 + UV + UV + UV +Face 696 +UV Count: 3 + UV + UV + UV +Face 697 +UV Count: 3 + UV + UV + UV +Face 698 +UV Count: 3 + UV + UV + UV +Face 699 +UV Count: 3 + UV + UV + UV +Face 700 +UV Count: 3 + UV + UV + UV +Face 701 +UV Count: 3 + UV + UV + UV +Face 702 +UV Count: 3 + UV + UV + UV +Face 703 +UV Count: 3 + UV + UV + UV +Face 704 +UV Count: 3 + UV + UV + UV +Face 705 +UV Count: 3 + UV + UV + UV +Face 706 +UV Count: 3 + UV + UV + UV +Face 707 +UV Count: 3 + UV + UV + UV +Face 708 +UV Count: 3 + UV + UV + UV +Face 709 +UV Count: 3 + UV + UV + UV +Face 710 +UV Count: 3 + UV + UV + UV +Face 711 +UV Count: 3 + UV + UV + UV +Face 712 +UV Count: 3 + UV + UV + UV +Face 713 +UV Count: 3 + UV + UV + UV +Face 714 +UV Count: 3 + UV + UV + UV +Face 715 +UV Count: 3 + UV + UV + UV +Face 716 +UV Count: 3 + UV + UV + UV +Face 717 +UV Count: 3 + UV + UV + UV +Face 718 +UV Count: 3 + UV + UV + UV +Face 719 +UV Count: 3 + UV + UV + UV +Face 720 +UV Count: 3 + UV + UV + UV +Face 721 +UV Count: 3 + UV + UV + UV +Face 722 +UV Count: 3 + UV + UV + UV +Face 723 +UV Count: 3 + UV + UV + UV +Face 724 +UV Count: 3 + UV + UV + UV +Face 725 +UV Count: 3 + UV + UV + UV +Face 726 +UV Count: 3 + UV + UV + UV +Face 727 +UV Count: 3 + UV + UV + UV +Face 728 +UV Count: 3 + UV + UV + UV +Face 729 +UV Count: 3 + UV + UV + UV +Face 730 +UV Count: 3 + UV + UV + UV +Face 731 +UV Count: 3 + UV + UV + UV +Face 732 +UV Count: 3 + UV + UV + UV +Face 733 +UV Count: 3 + UV + UV + UV +Face 734 +UV Count: 3 + UV + UV + UV +Face 735 +UV Count: 3 + UV + UV + UV +Face 736 +UV Count: 3 + UV + UV + UV +Face 737 +UV Count: 3 + UV + UV + UV +Face 738 +UV Count: 3 + UV + UV + UV +Face 739 +UV Count: 3 + UV + UV + UV +Face 740 +UV Count: 3 + UV + UV + UV +Face 741 +UV Count: 3 + UV + UV + UV +Face 742 +UV Count: 3 + UV + UV + UV +Face 743 +UV Count: 3 + UV + UV + UV +Face 744 +UV Count: 3 + UV + UV + UV +Face 745 +UV Count: 3 + UV + UV + UV +Face 746 +UV Count: 3 + UV + UV + UV +Face 747 +UV Count: 3 + UV + UV + UV +Face 748 +UV Count: 3 + UV + UV + UV +Face 749 +UV Count: 3 + UV + UV + UV +Face 750 +UV Count: 3 + UV + UV + UV +Face 751 +UV Count: 3 + UV + UV + UV +Face 752 +UV Count: 3 + UV + UV + UV +Face 753 +UV Count: 3 + UV + UV + UV +Face 754 +UV Count: 3 + UV + UV + UV +Face 755 +UV Count: 3 + UV + UV + UV +Face 756 +UV Count: 3 + UV + UV + UV +Face 757 +UV Count: 3 + UV + UV + UV +Face 758 +UV Count: 3 + UV + UV + UV +Face 759 +UV Count: 3 + UV + UV + UV +Face 760 +UV Count: 3 + UV + UV + UV +Face 761 +UV Count: 3 + UV + UV + UV +Face 762 +UV Count: 3 + UV + UV + UV +Face 763 +UV Count: 3 + UV + UV + UV +Face 764 +UV Count: 3 + UV + UV + UV +Face 765 +UV Count: 3 + UV + UV + UV +Face 766 +UV Count: 3 + UV + UV + UV +Face 767 +UV Count: 3 + UV + UV + UV +Face 768 +UV Count: 3 + UV + UV + UV +Face 769 +UV Count: 3 + UV + UV + UV +Face 770 +UV Count: 3 + UV + UV + UV +Face 771 +UV Count: 3 + UV + UV + UV +Face 772 +UV Count: 3 + UV + UV + UV +Face 773 +UV Count: 3 + UV + UV + UV +Face 774 +UV Count: 3 + UV + UV + UV +Face 775 +UV Count: 3 + UV + UV + UV +Face 776 +UV Count: 3 + UV + UV + UV +Face 777 +UV Count: 3 + UV + UV + UV +Face 778 +UV Count: 3 + UV + UV + UV +Face 779 +UV Count: 3 + UV + UV + UV +Face 780 +UV Count: 3 + UV + UV + UV +Face 781 +UV Count: 3 + UV + UV + UV +Face 782 +UV Count: 3 + UV + UV + UV +Face 783 +UV Count: 3 + UV + UV + UV +Face 784 +UV Count: 3 + UV + UV + UV +Face 785 +UV Count: 3 + UV + UV + UV +Face 786 +UV Count: 3 + UV + UV + UV +Face 787 +UV Count: 3 + UV + UV + UV +Face 788 +UV Count: 3 + UV + UV + UV +Face 789 +UV Count: 3 + UV + UV + UV +Face 790 +UV Count: 3 + UV + UV + UV +Face 791 +UV Count: 3 + UV + UV + UV +Face 792 +UV Count: 3 + UV + UV + UV +Face 793 +UV Count: 3 + UV + UV + UV +Face 794 +UV Count: 3 + UV + UV + UV +Face 795 +UV Count: 3 + UV + UV + UV +Face 796 +UV Count: 3 + UV + UV + UV +Face 797 +UV Count: 3 + UV + UV + UV +Face 798 +UV Count: 3 + UV + UV + UV +Face 799 +UV Count: 3 + UV + UV + UV +Face 800 +UV Count: 3 + UV + UV + UV +Face 801 +UV Count: 3 + UV + UV + UV +Face 802 +UV Count: 3 + UV + UV + UV +Face 803 +UV Count: 3 + UV + UV + UV +Face 804 +UV Count: 3 + UV + UV + UV +Face 805 +UV Count: 3 + UV + UV + UV +Face 806 +UV Count: 3 + UV + UV + UV +Face 807 +UV Count: 3 + UV + UV + UV +Face 808 +UV Count: 3 + UV + UV + UV +Face 809 +UV Count: 3 + UV + UV + UV +Face 810 +UV Count: 3 + UV + UV + UV +Face 811 +UV Count: 3 + UV + UV + UV +Face 812 +UV Count: 3 + UV + UV + UV +Face 813 +UV Count: 3 + UV + UV + UV +Face 814 +UV Count: 3 + UV + UV + UV +Face 815 +UV Count: 3 + UV + UV + UV +Face 816 +UV Count: 3 + UV + UV + UV +Face 817 +UV Count: 3 + UV + UV + UV +Face 818 +UV Count: 3 + UV + UV + UV +Face 819 +UV Count: 3 + UV + UV + UV +Face 820 +UV Count: 3 + UV + UV + UV +Face 821 +UV Count: 3 + UV + UV + UV +Face 822 +UV Count: 3 + UV + UV + UV +Face 823 +UV Count: 3 + UV + UV + UV +Face 824 +UV Count: 3 + UV + UV + UV +Face 825 +UV Count: 3 + UV + UV + UV +Face 826 +UV Count: 3 + UV + UV + UV +Face 827 +UV Count: 3 + UV + UV + UV +Face 828 +UV Count: 3 + UV + UV + UV +Face 829 +UV Count: 3 + UV + UV + UV +Face 830 +UV Count: 3 + UV + UV + UV +Face 831 +UV Count: 3 + UV + UV + UV +Face 832 +UV Count: 3 + UV + UV + UV +Face 833 +UV Count: 3 + UV + UV + UV +Face 834 +UV Count: 3 + UV + UV + UV +Face 835 +UV Count: 3 + UV + UV + UV +Face 836 +UV Count: 3 + UV + UV + UV +Face 837 +UV Count: 3 + UV + UV + UV +Face 838 +UV Count: 3 + UV + UV + UV +Face 839 +UV Count: 3 + UV + UV + UV +Face 840 +UV Count: 3 + UV + UV + UV +Face 841 +UV Count: 3 + UV + UV + UV +Face 842 +UV Count: 3 + UV + UV + UV +Face 843 +UV Count: 3 + UV + UV + UV +Face 844 +UV Count: 3 + UV + UV + UV +Face 845 +UV Count: 3 + UV + UV + UV +Face 846 +UV Count: 3 + UV + UV + UV +Face 847 +UV Count: 3 + UV + UV + UV +Face 848 +UV Count: 3 + UV + UV + UV +Face 849 +UV Count: 3 + UV + UV + UV +Face 850 +UV Count: 3 + UV + UV + UV +Face 851 +UV Count: 3 + UV + UV + UV +Face 852 +UV Count: 3 + UV + UV + UV +Face 853 +UV Count: 3 + UV + UV + UV +Face 854 +UV Count: 3 + UV + UV + UV +Face 855 +UV Count: 3 + UV + UV + UV +Face 856 +UV Count: 3 + UV + UV + UV +Face 857 +UV Count: 3 + UV + UV + UV +Face 858 +UV Count: 3 + UV + UV + UV +Face 859 +UV Count: 3 + UV + UV + UV +Face 860 +UV Count: 3 + UV + UV + UV +Face 861 +UV Count: 3 + UV + UV + UV +Face 862 +UV Count: 3 + UV + UV + UV +Face 863 +UV Count: 3 + UV + UV + UV +Face 864 +UV Count: 3 + UV + UV + UV +Face 865 +UV Count: 3 + UV + UV + UV +Face 866 +UV Count: 3 + UV + UV + UV +Face 867 +UV Count: 3 + UV + UV + UV +Face 868 +UV Count: 3 + UV + UV + UV +Face 869 +UV Count: 3 + UV + UV + UV +Face 870 +UV Count: 3 + UV + UV + UV +Face 871 +UV Count: 3 + UV + UV + UV +Face 872 +UV Count: 3 + UV + UV + UV +Face 873 +UV Count: 3 + UV + UV + UV +Face 874 +UV Count: 3 + UV + UV + UV +Face 875 +UV Count: 3 + UV + UV + UV +Face 876 +UV Count: 3 + UV + UV + UV +Face 877 +UV Count: 3 + UV + UV + UV +Face 878 +UV Count: 3 + UV + UV + UV +Face 879 +UV Count: 3 + UV + UV + UV +Face 880 +UV Count: 3 + UV + UV + UV +Face 881 +UV Count: 3 + UV + UV + UV +Face 882 +UV Count: 3 + UV + UV + UV +Face 883 +UV Count: 3 + UV + UV + UV +Face 884 +UV Count: 3 + UV + UV + UV +Face 885 +UV Count: 3 + UV + UV + UV +Face 886 +UV Count: 3 + UV + UV + UV +Face 887 +UV Count: 3 + UV + UV + UV +Face 888 +UV Count: 3 + UV + UV + UV +Face 889 +UV Count: 3 + UV + UV + UV +Face 890 +UV Count: 3 + UV + UV + UV +Face 891 +UV Count: 3 + UV + UV + UV +Face 892 +UV Count: 3 + UV + UV + UV +Face 893 +UV Count: 3 + UV + UV + UV +Face 894 +UV Count: 3 + UV + UV + UV +Face 895 +UV Count: 3 + UV + UV + UV +Face 896 +UV Count: 3 + UV + UV + UV +Face 897 +UV Count: 3 + UV + UV + UV +Face 898 +UV Count: 3 + UV + UV + UV +Face 899 +UV Count: 3 + UV + UV + UV +Face 900 +UV Count: 3 + UV + UV + UV +Face 901 +UV Count: 3 + UV + UV + UV +Face 902 +UV Count: 3 + UV + UV + UV +Face 903 +UV Count: 3 + UV + UV + UV +Face 904 +UV Count: 3 + UV + UV + UV +Face 905 +UV Count: 3 + UV + UV + UV +Face 906 +UV Count: 3 + UV + UV + UV +Face 907 +UV Count: 3 + UV + UV + UV +Face 908 +UV Count: 3 + UV + UV + UV +Face 909 +UV Count: 3 + UV + UV + UV +Face 910 +UV Count: 3 + UV + UV + UV +Face 911 +UV Count: 3 + UV + UV + UV +Face 912 +UV Count: 3 + UV + UV + UV +Face 913 +UV Count: 3 + UV + UV + UV +Face 914 +UV Count: 3 + UV + UV + UV +Face 915 +UV Count: 3 + UV + UV + UV +Face 916 +UV Count: 3 + UV + UV + UV +Face 917 +UV Count: 3 + UV + UV + UV +Face 918 +UV Count: 3 + UV + UV + UV +Face 919 +UV Count: 3 + UV + UV + UV +Face 920 +UV Count: 3 + UV + UV + UV +Face 921 +UV Count: 3 + UV + UV + UV +Face 922 +UV Count: 3 + UV + UV + UV +Face 923 +UV Count: 3 + UV + UV + UV +Face 924 +UV Count: 3 + UV + UV + UV +Face 925 +UV Count: 3 + UV + UV + UV +Face 926 +UV Count: 3 + UV + UV + UV +Face 927 +UV Count: 3 + UV + UV + UV +Face 928 +UV Count: 3 + UV + UV + UV +Face 929 +UV Count: 3 + UV + UV + UV +Face 930 +UV Count: 3 + UV + UV + UV +Face 931 +UV Count: 3 + UV + UV + UV +Face 932 +UV Count: 3 + UV + UV + UV +Face 933 +UV Count: 3 + UV + UV + UV +Face 934 +UV Count: 3 + UV + UV + UV +Face 935 +UV Count: 3 + UV + UV + UV +Face 936 +UV Count: 3 + UV + UV + UV +Face 937 +UV Count: 3 + UV + UV + UV +Face 938 +UV Count: 3 + UV + UV + UV +Face 939 +UV Count: 3 + UV + UV + UV +Face 940 +UV Count: 3 + UV + UV + UV +Face 941 +UV Count: 3 + UV + UV + UV +Face 942 +UV Count: 3 + UV + UV + UV +Face 943 +UV Count: 3 + UV + UV + UV +Face 944 +UV Count: 3 + UV + UV + UV +Face 945 +UV Count: 3 + UV + UV + UV +Face 946 +UV Count: 3 + UV + UV + UV +Face 947 +UV Count: 3 + UV + UV + UV +Face 948 +UV Count: 3 + UV + UV + UV +Face 949 +UV Count: 3 + UV + UV + UV +Face 950 +UV Count: 3 + UV + UV + UV +Face 951 +UV Count: 3 + UV + UV + UV +Face 952 +UV Count: 3 + UV + UV + UV +Face 953 +UV Count: 3 + UV + UV + UV +Face 954 +UV Count: 3 + UV + UV + UV +Face 955 +UV Count: 3 + UV + UV + UV +Face 956 +UV Count: 3 + UV + UV + UV +Face 957 +UV Count: 3 + UV + UV + UV +Face 958 +UV Count: 3 + UV + UV + UV +Face 959 +UV Count: 3 + UV + UV + UV +Face 960 +UV Count: 3 + UV + UV + UV +Face 961 +UV Count: 3 + UV + UV + UV +Face 962 +UV Count: 3 + UV + UV + UV +Face 963 +UV Count: 3 + UV + UV + UV +Face 964 +UV Count: 3 + UV + UV + UV +Face 965 +UV Count: 3 + UV + UV + UV +Face 966 +UV Count: 3 + UV + UV + UV +Face 967 +UV Count: 3 + UV + UV + UV +Face 968 +UV Count: 3 + UV + UV + UV +Face 969 +UV Count: 3 + UV + UV + UV +Face 970 +UV Count: 3 + UV + UV + UV +Face 971 +UV Count: 3 + UV + UV + UV +Face 972 +UV Count: 3 + UV + UV + UV +Face 973 +UV Count: 3 + UV + UV + UV +Face 974 +UV Count: 3 + UV + UV + UV +Face 975 +UV Count: 3 + UV + UV + UV +Face 976 +UV Count: 3 + UV + UV + UV +Face 977 +UV Count: 3 + UV + UV + UV +Face 978 +UV Count: 3 + UV + UV + UV +Face 979 +UV Count: 3 + UV + UV + UV +Face 980 +UV Count: 3 + UV + UV + UV +Face 981 +UV Count: 3 + UV + UV + UV +Face 982 +UV Count: 3 + UV + UV + UV +Face 983 +UV Count: 3 + UV + UV + UV +Face 984 +UV Count: 3 + UV + UV + UV +Face 985 +UV Count: 3 + UV + UV + UV +Face 986 +UV Count: 3 + UV + UV + UV +Face 987 +UV Count: 3 + UV + UV + UV +Face 988 +UV Count: 3 + UV + UV + UV +Face 989 +UV Count: 3 + UV + UV + UV +Face 990 +UV Count: 3 + UV + UV + UV +Face 991 +UV Count: 3 + UV + UV + UV +Face 992 +UV Count: 3 + UV + UV + UV +Face 993 +UV Count: 3 + UV + UV + UV +Face 994 +UV Count: 3 + UV + UV + UV +Face 995 +UV Count: 3 + UV + UV + UV +Face 996 +UV Count: 3 + UV + UV + UV +Face 997 +UV Count: 3 + UV + UV + UV +Face 998 +UV Count: 3 + UV + UV + UV +Face 999 +UV Count: 3 + UV + UV + UV +Face 1000 +UV Count: 3 + UV + UV + UV +Face 1001 +UV Count: 3 + UV + UV + UV +Face 1002 +UV Count: 3 + UV + UV + UV +Face 1003 +UV Count: 3 + UV + UV + UV +Face 1004 +UV Count: 3 + UV + UV + UV +Face 1005 +UV Count: 3 + UV + UV + UV +Face 1006 +UV Count: 3 + UV + UV + UV +Face 1007 +UV Count: 3 + UV + UV + UV +Face 1008 +UV Count: 3 + UV + UV + UV +Face 1009 +UV Count: 3 + UV + UV + UV +Face 1010 +UV Count: 3 + UV + UV + UV +Face 1011 +UV Count: 3 + UV + UV + UV +Face 1012 +UV Count: 3 + UV + UV + UV +Face 1013 +UV Count: 3 + UV + UV + UV +Face 1014 +UV Count: 3 + UV + UV + UV +Face 1015 +UV Count: 3 + UV + UV + UV +Face 1016 +UV Count: 3 + UV + UV + UV +Face 1017 +UV Count: 3 + UV + UV + UV +Face 1018 +UV Count: 3 + UV + UV + UV +Face 1019 +UV Count: 3 + UV + UV + UV +Face 1020 +UV Count: 3 + UV + UV + UV +Face 1021 +UV Count: 3 + UV + UV + UV +Face 1022 +UV Count: 3 + UV + UV + UV +Face 1023 +UV Count: 3 + UV + UV + UV +Face 1024 +UV Count: 3 + UV + UV + UV +Face 1025 +UV Count: 3 + UV + UV + UV +Face 1026 +UV Count: 3 + UV + UV + UV +Face 1027 +UV Count: 3 + UV + UV + UV +Face 1028 +UV Count: 3 + UV + UV + UV +Face 1029 +UV Count: 3 + UV + UV + UV +Face 1030 +UV Count: 3 + UV + UV + UV +Face 1031 +UV Count: 3 + UV + UV + UV +Face 1032 +UV Count: 3 + UV + UV + UV +Face 1033 +UV Count: 3 + UV + UV + UV +Face 1034 +UV Count: 3 + UV + UV + UV +Face 1035 +UV Count: 3 + UV + UV + UV +Face 1036 +UV Count: 3 + UV + UV + UV +Face 1037 +UV Count: 3 + UV + UV + UV +Face 1038 +UV Count: 3 + UV + UV + UV +Face 1039 +UV Count: 3 + UV + UV + UV +Face 1040 +UV Count: 3 + UV + UV + UV +Face 1041 +UV Count: 3 + UV + UV + UV +Face 1042 +UV Count: 3 + UV + UV + UV +Face 1043 +UV Count: 3 + UV + UV + UV +Face 1044 +UV Count: 3 + UV + UV + UV +Face 1045 +UV Count: 3 + UV + UV + UV +Face 1046 +UV Count: 3 + UV + UV + UV +Face 1047 +UV Count: 3 + UV + UV + UV +Face 1048 +UV Count: 3 + UV + UV + UV +Face 1049 +UV Count: 3 + UV + UV + UV +Face 1050 +UV Count: 3 + UV + UV + UV +Face 1051 +UV Count: 3 + UV + UV + UV +Face 1052 +UV Count: 3 + UV + UV + UV +Face 1053 +UV Count: 3 + UV + UV + UV +Face 1054 +UV Count: 3 + UV + UV + UV +Face 1055 +UV Count: 3 + UV + UV + UV +Face 1056 +UV Count: 3 + UV + UV + UV +Face 1057 +UV Count: 3 + UV + UV + UV +Face 1058 +UV Count: 3 + UV + UV + UV +Face 1059 +UV Count: 3 + UV + UV + UV +Face 1060 +UV Count: 3 + UV + UV + UV +Face 1061 +UV Count: 3 + UV + UV + UV +Face 1062 +UV Count: 3 + UV + UV + UV +Face 1063 +UV Count: 3 + UV + UV + UV +Face 1064 +UV Count: 3 + UV + UV + UV +Face 1065 +UV Count: 3 + UV + UV + UV +Face 1066 +UV Count: 3 + UV + UV + UV +Face 1067 +UV Count: 3 + UV + UV + UV +Face 1068 +UV Count: 3 + UV + UV + UV +Face 1069 +UV Count: 3 + UV + UV + UV +Face 1070 +UV Count: 3 + UV + UV + UV +Face 1071 +UV Count: 3 + UV + UV + UV +Face 1072 +UV Count: 3 + UV + UV + UV +Face 1073 +UV Count: 3 + UV + UV + UV +Face 1074 +UV Count: 3 + UV + UV + UV +Face 1075 +UV Count: 3 + UV + UV + UV +Face 1076 +UV Count: 3 + UV + UV + UV +Face 1077 +UV Count: 3 + UV + UV + UV +Face 1078 +UV Count: 3 + UV + UV + UV +Face 1079 +UV Count: 3 + UV + UV + UV +Face 1080 +UV Count: 3 + UV + UV + UV +Face 1081 +UV Count: 3 + UV + UV + UV +Face 1082 +UV Count: 3 + UV + UV + UV +Face 1083 +UV Count: 3 + UV + UV + UV +Face 1084 +UV Count: 3 + UV + UV + UV +Face 1085 +UV Count: 3 + UV + UV + UV +Face 1086 +UV Count: 3 + UV + UV + UV +Face 1087 +UV Count: 3 + UV + UV + UV +Face 1088 +UV Count: 3 + UV + UV + UV +Face 1089 +UV Count: 3 + UV + UV + UV +Face 1090 +UV Count: 3 + UV + UV + UV +Face 1091 +UV Count: 3 + UV + UV + UV +Face 1092 +UV Count: 3 + UV + UV + UV +Face 1093 +UV Count: 3 + UV + UV + UV +Face 1094 +UV Count: 3 + UV + UV + UV +Face 1095 +UV Count: 3 + UV + UV + UV +Face 1096 +UV Count: 3 + UV + UV + UV +Face 1097 +UV Count: 3 + UV + UV + UV +Face 1098 +UV Count: 3 + UV + UV + UV +Face 1099 +UV Count: 3 + UV + UV + UV +Face 1100 +UV Count: 3 + UV + UV + UV +Face 1101 +UV Count: 3 + UV + UV + UV +Face 1102 +UV Count: 3 + UV + UV + UV +Face 1103 +UV Count: 3 + UV + UV + UV +Face 1104 +UV Count: 3 + UV + UV + UV +Face 1105 +UV Count: 3 + UV + UV + UV +Face 1106 +UV Count: 3 + UV + UV + UV +Face 1107 +UV Count: 3 + UV + UV + UV +Face 1108 +UV Count: 3 + UV + UV + UV +Face 1109 +UV Count: 3 + UV + UV + UV +Face 1110 +UV Count: 3 + UV + UV + UV +Face 1111 +UV Count: 3 + UV + UV + UV +Face 1112 +UV Count: 3 + UV + UV + UV +Face 1113 +UV Count: 3 + UV + UV + UV +Face 1114 +UV Count: 3 + UV + UV + UV +Face 1115 +UV Count: 3 + UV + UV + UV +Face 1116 +UV Count: 3 + UV + UV + UV +Face 1117 +UV Count: 3 + UV + UV + UV +Face 1118 +UV Count: 3 + UV + UV + UV +Face 1119 +UV Count: 3 + UV + UV + UV +Face 1120 +UV Count: 3 + UV + UV + UV +Face 1121 +UV Count: 3 + UV + UV + UV +Face 1122 +UV Count: 3 + UV + UV + UV +Face 1123 +UV Count: 3 + UV + UV + UV +Face 1124 +UV Count: 3 + UV + UV + UV +Face 1125 +UV Count: 3 + UV + UV + UV +Face 1126 +UV Count: 3 + UV + UV + UV +Face 1127 +UV Count: 3 + UV + UV + UV +Face 1128 +UV Count: 3 + UV + UV + UV +Face 1129 +UV Count: 3 + UV + UV + UV +Face 1130 +UV Count: 3 + UV + UV + UV +Face 1131 +UV Count: 3 + UV + UV + UV +Face 1132 +UV Count: 3 + UV + UV + UV +Face 1133 +UV Count: 3 + UV + UV + UV +Face 1134 +UV Count: 3 + UV + UV + UV +Face 1135 +UV Count: 3 + UV + UV + UV +Face 1136 +UV Count: 3 + UV + UV + UV +Face 1137 +UV Count: 3 + UV + UV + UV +Face 1138 +UV Count: 3 + UV + UV + UV +Face 1139 +UV Count: 3 + UV + UV + UV +Face 1140 +UV Count: 3 + UV + UV + UV +Face 1141 +UV Count: 3 + UV + UV + UV +Face 1142 +UV Count: 3 + UV + UV + UV +Face 1143 +UV Count: 3 + UV + UV + UV +Face 1144 +UV Count: 3 + UV + UV + UV +Face 1145 +UV Count: 3 + UV + UV + UV +Face 1146 +UV Count: 3 + UV + UV + UV +Face 1147 +UV Count: 3 + UV + UV + UV +Face 1148 +UV Count: 3 + UV + UV + UV +Face 1149 +UV Count: 3 + UV + UV + UV +Face 1150 +UV Count: 3 + UV + UV + UV +Face 1151 +UV Count: 3 + UV + UV + UV +Face 1152 +UV Count: 3 + UV + UV + UV +Face 1153 +UV Count: 3 + UV + UV + UV +Face 1154 +UV Count: 3 + UV + UV + UV +Face 1155 +UV Count: 3 + UV + UV + UV +Face 1156 +UV Count: 3 + UV + UV + UV +Face 1157 +UV Count: 3 + UV + UV + UV +Face 1158 +UV Count: 3 + UV + UV + UV +Face 1159 +UV Count: 3 + UV + UV + UV +Face 1160 +UV Count: 3 + UV + UV + UV +Face 1161 +UV Count: 3 + UV + UV + UV +Face 1162 +UV Count: 3 + UV + UV + UV +Face 1163 +UV Count: 3 + UV + UV + UV +Face 1164 +UV Count: 3 + UV + UV + UV +Face 1165 +UV Count: 3 + UV + UV + UV +Face 1166 +UV Count: 3 + UV + UV + UV +Face 1167 +UV Count: 3 + UV + UV + UV +Face 1168 +UV Count: 3 + UV + UV + UV +Face 1169 +UV Count: 3 + UV + UV + UV +Face 1170 +UV Count: 3 + UV + UV + UV +Face 1171 +UV Count: 3 + UV + UV + UV +Face 1172 +UV Count: 3 + UV + UV + UV +Face 1173 +UV Count: 3 + UV + UV + UV +Face 1174 +UV Count: 3 + UV + UV + UV +Face 1175 +UV Count: 3 + UV + UV + UV +Face 1176 +UV Count: 3 + UV + UV + UV +Face 1177 +UV Count: 3 + UV + UV + UV +Face 1178 +UV Count: 3 + UV + UV + UV +Face 1179 +UV Count: 3 + UV + UV + UV +Face 1180 +UV Count: 3 + UV + UV + UV +Face 1181 +UV Count: 3 + UV + UV + UV +Face 1182 +UV Count: 3 + UV + UV + UV +Face 1183 +UV Count: 3 + UV + UV + UV +Face 1184 +UV Count: 3 + UV + UV + UV +Face 1185 +UV Count: 3 + UV + UV + UV +Face 1186 +UV Count: 3 + UV + UV + UV +Face 1187 +UV Count: 3 + UV + UV + UV +Face 1188 +UV Count: 3 + UV + UV + UV +Face 1189 +UV Count: 3 + UV + UV + UV +Face 1190 +UV Count: 3 + UV + UV + UV +Face 1191 +UV Count: 3 + UV + UV + UV +Face 1192 +UV Count: 3 + UV + UV + UV +Face 1193 +UV Count: 3 + UV + UV + UV +Face 1194 +UV Count: 3 + UV + UV + UV +Face 1195 +UV Count: 3 + UV + UV + UV +Face 1196 +UV Count: 3 + UV + UV + UV +Face 1197 +UV Count: 3 + UV + UV + UV +Face 1198 +UV Count: 3 + UV + UV + UV +Face 1199 +UV Count: 3 + UV + UV + UV +Face 1200 +UV Count: 3 + UV + UV + UV +Face 1201 +UV Count: 3 + UV + UV + UV +Face 1202 +UV Count: 3 + UV + UV + UV +Face 1203 +UV Count: 3 + UV + UV + UV +Face 1204 +UV Count: 3 + UV + UV + UV +Face 1205 +UV Count: 3 + UV + UV + UV +Face 1206 +UV Count: 3 + UV + UV + UV +Face 1207 +UV Count: 3 + UV + UV + UV +Face 1208 +UV Count: 3 + UV + UV + UV +Face 1209 +UV Count: 3 + UV + UV + UV +Face 1210 +UV Count: 3 + UV + UV + UV +Face 1211 +UV Count: 3 + UV + UV + UV +Face 1212 +UV Count: 3 + UV + UV + UV +Face 1213 +UV Count: 3 + UV + UV + UV +Face 1214 +UV Count: 3 + UV + UV + UV +Face 1215 +UV Count: 3 + UV + UV + UV +Face 1216 +UV Count: 3 + UV + UV + UV +Face 1217 +UV Count: 3 + UV + UV + UV +Face 1218 +UV Count: 3 + UV + UV + UV +Face 1219 +UV Count: 3 + UV + UV + UV +Face 1220 +UV Count: 3 + UV + UV + UV +Face 1221 +UV Count: 3 + UV + UV + UV +Face 1222 +UV Count: 3 + UV + UV + UV +Face 1223 +UV Count: 3 + UV + UV + UV +Face 1224 +UV Count: 3 + UV + UV + UV +Face 1225 +UV Count: 3 + UV + UV + UV +Face 1226 +UV Count: 3 + UV + UV + UV +Face 1227 +UV Count: 3 + UV + UV + UV +Face 1228 +UV Count: 3 + UV + UV + UV +Face 1229 +UV Count: 3 + UV + UV + UV +Face 1230 +UV Count: 3 + UV + UV + UV +Face 1231 +UV Count: 3 + UV + UV + UV +Face 1232 +UV Count: 3 + UV + UV + UV +Face 1233 +UV Count: 3 + UV + UV + UV +Face 1234 +UV Count: 3 + UV + UV + UV +Face 1235 +UV Count: 3 + UV + UV + UV +Face 1236 +UV Count: 3 + UV + UV + UV +Face 1237 +UV Count: 3 + UV + UV + UV +Face 1238 +UV Count: 3 + UV + UV + UV +Face 1239 +UV Count: 3 + UV + UV + UV +Face 1240 +UV Count: 3 + UV + UV + UV +Face 1241 +UV Count: 3 + UV + UV + UV +Face 1242 +UV Count: 3 + UV + UV + UV +Face 1243 +UV Count: 3 + UV + UV + UV +Face 1244 +UV Count: 3 + UV + UV + UV +Face 1245 +UV Count: 3 + UV + UV + UV +Face 1246 +UV Count: 3 + UV + UV + UV +Face 1247 +UV Count: 3 + UV + UV + UV +Face 1248 +UV Count: 3 + UV + UV + UV +Face 1249 +UV Count: 3 + UV + UV + UV +Face 1250 +UV Count: 3 + UV + UV + UV +Face 1251 +UV Count: 3 + UV + UV + UV +Face 1252 +UV Count: 3 + UV + UV + UV +Face 1253 +UV Count: 3 + UV + UV + UV +Face 1254 +UV Count: 3 + UV + UV + UV +Face 1255 +UV Count: 3 + UV + UV + UV +Face 1256 +UV Count: 3 + UV + UV + UV +Face 1257 +UV Count: 3 + UV + UV + UV +Face 1258 +UV Count: 3 + UV + UV + UV +Face 1259 +UV Count: 3 + UV + UV + UV +Face 1260 +UV Count: 3 + UV + UV + UV +Face 1261 +UV Count: 3 + UV + UV + UV +Face 1262 +UV Count: 3 + UV + UV + UV +Face 1263 +UV Count: 3 + UV + UV + UV +Face 1264 +UV Count: 3 + UV + UV + UV +Face 1265 +UV Count: 3 + UV + UV + UV +Face 1266 +UV Count: 3 + UV + UV + UV +Face 1267 +UV Count: 3 + UV + UV + UV +Face 1268 +UV Count: 3 + UV + UV + UV +Face 1269 +UV Count: 3 + UV + UV + UV +Face 1270 +UV Count: 3 + UV + UV + UV +Face 1271 +UV Count: 3 + UV + UV + UV +Face 1272 +UV Count: 3 + UV + UV + UV +Face 1273 +UV Count: 3 + UV + UV + UV +Face 1274 +UV Count: 3 + UV + UV + UV +Face 1275 +UV Count: 3 + UV + UV + UV +Face 1276 +UV Count: 3 + UV + UV + UV +Face 1277 +UV Count: 3 + UV + UV + UV +Face 1278 +UV Count: 3 + UV + UV + UV +Face 1279 +UV Count: 3 + UV + UV + UV +Face 1280 +UV Count: 3 + UV + UV + UV +Face 1281 +UV Count: 3 + UV + UV + UV +Face 1282 +UV Count: 3 + UV + UV + UV +Face 1283 +UV Count: 3 + UV + UV + UV +Face 1284 +UV Count: 3 + UV + UV + UV +Face 1285 +UV Count: 3 + UV + UV + UV +Face 1286 +UV Count: 3 + UV + UV + UV +Face 1287 +UV Count: 3 + UV + UV + UV +Face 1288 +UV Count: 3 + UV + UV + UV +Face 1289 +UV Count: 3 + UV + UV + UV +Face 1290 +UV Count: 3 + UV + UV + UV +Face 1291 +UV Count: 3 + UV + UV + UV +Face 1292 +UV Count: 3 + UV + UV + UV +Face 1293 +UV Count: 3 + UV + UV + UV +Face 1294 +UV Count: 3 + UV + UV + UV +Face 1295 +UV Count: 3 + UV + UV + UV +Face 1296 +UV Count: 3 + UV + UV + UV +Face 1297 +UV Count: 3 + UV + UV + UV +Face 1298 +UV Count: 3 + UV + UV + UV +Face 1299 +UV Count: 3 + UV + UV + UV +Face 1300 +UV Count: 3 + UV + UV + UV +Face 1301 +UV Count: 3 + UV + UV + UV +Face 1302 +UV Count: 3 + UV + UV + UV +Face 1303 +UV Count: 3 + UV + UV + UV +Face 1304 +UV Count: 3 + UV + UV + UV +Face 1305 +UV Count: 3 + UV + UV + UV +Face 1306 +UV Count: 3 + UV + UV + UV +Face 1307 +UV Count: 3 + UV + UV + UV +Face 1308 +UV Count: 3 + UV + UV + UV +Face 1309 +UV Count: 3 + UV + UV + UV +Face 1310 +UV Count: 3 + UV + UV + UV +Face 1311 +UV Count: 3 + UV + UV + UV +Face 1312 +UV Count: 3 + UV + UV + UV +Face 1313 +UV Count: 3 + UV + UV + UV +Face 1314 +UV Count: 3 + UV + UV + UV +Face 1315 +UV Count: 3 + UV + UV + UV +Face 1316 +UV Count: 3 + UV + UV + UV +Face 1317 +UV Count: 3 + UV + UV + UV +Face 1318 +UV Count: 3 + UV + UV + UV +Face 1319 +UV Count: 3 + UV + UV + UV +Face 1320 +UV Count: 3 + UV + UV + UV +Face 1321 +UV Count: 3 + UV + UV + UV +Face 1322 +UV Count: 3 + UV + UV + UV +Face 1323 +UV Count: 3 + UV + UV + UV +Face 1324 +UV Count: 3 + UV + UV + UV +Face 1325 +UV Count: 3 + UV + UV + UV +Face 1326 +UV Count: 3 + UV + UV + UV +Face 1327 +UV Count: 3 + UV + UV + UV +Face 1328 +UV Count: 3 + UV + UV + UV +Face 1329 +UV Count: 3 + UV + UV + UV +Face 1330 +UV Count: 3 + UV + UV + UV +Face 1331 +UV Count: 3 + UV + UV + UV +Face 1332 +UV Count: 3 + UV + UV + UV +Face 1333 +UV Count: 3 + UV + UV + UV +Face 1334 +UV Count: 3 + UV + UV + UV +Face 1335 +UV Count: 3 + UV + UV + UV +Face 1336 +UV Count: 3 + UV + UV + UV +Face 1337 +UV Count: 3 + UV + UV + UV +Face 1338 +UV Count: 3 + UV + UV + UV +Face 1339 +UV Count: 3 + UV + UV + UV +Face 1340 +UV Count: 3 + UV + UV + UV +Face 1341 +UV Count: 3 + UV + UV + UV +Face 1342 +UV Count: 3 + UV + UV + UV +Face 1343 +UV Count: 3 + UV + UV + UV +Face 1344 +UV Count: 3 + UV + UV + UV +Face 1345 +UV Count: 3 + UV + UV + UV +Face 1346 +UV Count: 3 + UV + UV + UV +Face 1347 +UV Count: 3 + UV + UV + UV +Face 1348 +UV Count: 3 + UV + UV + UV +Face 1349 +UV Count: 3 + UV + UV + UV +Face 1350 +UV Count: 3 + UV + UV + UV +Face 1351 +UV Count: 3 + UV + UV + UV +Face 1352 +UV Count: 3 + UV + UV + UV +Face 1353 +UV Count: 3 + UV + UV + UV +Face 1354 +UV Count: 3 + UV + UV + UV +Face 1355 +UV Count: 3 + UV + UV + UV +Face 1356 +UV Count: 3 + UV + UV + UV +Face 1357 +UV Count: 3 + UV + UV + UV +Face 1358 +UV Count: 3 + UV + UV + UV +Face 1359 +UV Count: 3 + UV + UV + UV +Face 1360 +UV Count: 3 + UV + UV + UV +Face 1361 +UV Count: 3 + UV + UV + UV +Face 1362 +UV Count: 3 + UV + UV + UV +Face 1363 +UV Count: 3 + UV + UV + UV +Face 1364 +UV Count: 3 + UV + UV + UV +Face 1365 +UV Count: 3 + UV + UV + UV +Face 1366 +UV Count: 3 + UV + UV + UV +Face 1367 +UV Count: 3 + UV + UV + UV +Face 1368 +UV Count: 3 + UV + UV + UV +Face 1369 +UV Count: 3 + UV + UV + UV +Face 1370 +UV Count: 3 + UV + UV + UV +Face 1371 +UV Count: 3 + UV + UV + UV +Face 1372 +UV Count: 3 + UV + UV + UV +Face 1373 +UV Count: 3 + UV + UV + UV +Face 1374 +UV Count: 3 + UV + UV + UV +Face 1375 +UV Count: 3 + UV + UV + UV +Face 1376 +UV Count: 3 + UV + UV + UV +Face 1377 +UV Count: 3 + UV + UV + UV +Face 1378 +UV Count: 3 + UV + UV + UV +Face 1379 +UV Count: 3 + UV + UV + UV +Face 1380 +UV Count: 3 + UV + UV + UV +Face 1381 +UV Count: 3 + UV + UV + UV +Face 1382 +UV Count: 3 + UV + UV + UV +Face 1383 +UV Count: 3 + UV + UV + UV +Face 1384 +UV Count: 3 + UV + UV + UV +Face 1385 +UV Count: 3 + UV + UV + UV +Face 1386 +UV Count: 3 + UV + UV + UV +Face 1387 +UV Count: 3 + UV + UV + UV +Face 1388 +UV Count: 3 + UV + UV + UV +Face 1389 +UV Count: 3 + UV + UV + UV +Face 1390 +UV Count: 3 + UV + UV + UV +Face 1391 +UV Count: 3 + UV + UV + UV +Face 1392 +UV Count: 3 + UV + UV + UV +Face 1393 +UV Count: 3 + UV + UV + UV +Face 1394 +UV Count: 3 + UV + UV + UV +Face 1395 +UV Count: 3 + UV + UV + UV +Face 1396 +UV Count: 3 + UV + UV + UV +Face 1397 +UV Count: 3 + UV + UV + UV +Face 1398 +UV Count: 3 + UV + UV + UV +Face 1399 +UV Count: 3 + UV + UV + UV +Face 1400 +UV Count: 3 + UV + UV + UV +Face 1401 +UV Count: 3 + UV + UV + UV +Face 1402 +UV Count: 3 + UV + UV + UV +Face 1403 +UV Count: 3 + UV + UV + UV +Face 1404 +UV Count: 3 + UV + UV + UV +Face 1405 +UV Count: 3 + UV + UV + UV +Face 1406 +UV Count: 3 + UV + UV + UV +Face 1407 +UV Count: 3 + UV + UV + UV +Face 1408 +UV Count: 3 + UV + UV + UV +Face 1409 +UV Count: 3 + UV + UV + UV +Face 1410 +UV Count: 3 + UV + UV + UV +Face 1411 +UV Count: 3 + UV + UV + UV +Face 1412 +UV Count: 3 + UV + UV + UV +Face 1413 +UV Count: 3 + UV + UV + UV +Face 1414 +UV Count: 3 + UV + UV + UV +Face 1415 +UV Count: 3 + UV + UV + UV +Face 1416 +UV Count: 3 + UV + UV + UV +Face 1417 +UV Count: 3 + UV + UV + UV +Face 1418 +UV Count: 3 + UV + UV + UV +Face 1419 +UV Count: 3 + UV + UV + UV +Face 1420 +UV Count: 3 + UV + UV + UV +Face 1421 +UV Count: 3 + UV + UV + UV +Face 1422 +UV Count: 3 + UV + UV + UV +Face 1423 +UV Count: 3 + UV + UV + UV +Face 1424 +UV Count: 3 + UV + UV + UV +Face 1425 +UV Count: 3 + UV + UV + UV +Face 1426 +UV Count: 3 + UV + UV + UV +Face 1427 +UV Count: 3 + UV + UV + UV +Face 1428 +UV Count: 3 + UV + UV + UV +Face 1429 +UV Count: 3 + UV + UV + UV +Face 1430 +UV Count: 3 + UV + UV + UV +Face 1431 +UV Count: 3 + UV + UV + UV +Face 1432 +UV Count: 3 + UV + UV + UV +Face 1433 +UV Count: 3 + UV + UV + UV +Face 1434 +UV Count: 3 + UV + UV + UV +Face 1435 +UV Count: 3 + UV + UV + UV +Face 1436 +UV Count: 3 + UV + UV + UV +Face 1437 +UV Count: 3 + UV + UV + UV +Face 1438 +UV Count: 3 + UV + UV + UV +Face 1439 +UV Count: 3 + UV + UV + UV +Face 1440 +UV Count: 3 + UV + UV + UV +Face 1441 +UV Count: 3 + UV + UV + UV +Face 1442 +UV Count: 3 + UV + UV + UV +Face 1443 +UV Count: 3 + UV + UV + UV +Face 1444 +UV Count: 3 + UV + UV + UV +Face 1445 +UV Count: 3 + UV + UV + UV +Face 1446 +UV Count: 3 + UV + UV + UV +Face 1447 +UV Count: 3 + UV + UV + UV +Face 1448 +UV Count: 3 + UV + UV + UV +Face 1449 +UV Count: 3 + UV + UV + UV +Face 1450 +UV Count: 3 + UV + UV + UV +Face 1451 +UV Count: 3 + UV + UV + UV +Face 1452 +UV Count: 3 + UV + UV + UV +Face 1453 +UV Count: 3 + UV + UV + UV +Face 1454 +UV Count: 3 + UV + UV + UV +Face 1455 +UV Count: 3 + UV + UV + UV +Face 1456 +UV Count: 3 + UV + UV + UV +Face 1457 +UV Count: 3 + UV + UV + UV +Face 1458 +UV Count: 3 + UV + UV + UV +Face 1459 +UV Count: 3 + UV + UV + UV +Face 1460 +UV Count: 3 + UV + UV + UV +Face 1461 +UV Count: 3 + UV + UV + UV +Face 1462 +UV Count: 3 + UV + UV + UV +Face 1463 +UV Count: 3 + UV + UV + UV +Face 1464 +UV Count: 3 + UV + UV + UV +Face 1465 +UV Count: 3 + UV + UV + UV +Face 1466 +UV Count: 3 + UV + UV + UV +Face 1467 +UV Count: 3 + UV + UV + UV +Face 1468 +UV Count: 3 + UV + UV + UV +Face 1469 +UV Count: 3 + UV + UV + UV +Face 1470 +UV Count: 3 + UV + UV + UV +Face 1471 +UV Count: 3 + UV + UV + UV +Face 1472 +UV Count: 3 + UV + UV + UV +Face 1473 +UV Count: 3 + UV + UV + UV +Face 1474 +UV Count: 3 + UV + UV + UV +Face 1475 +UV Count: 3 + UV + UV + UV +Face 1476 +UV Count: 3 + UV + UV + UV +Face 1477 +UV Count: 3 + UV + UV + UV +Face 1478 +UV Count: 3 + UV + UV + UV +Face 1479 +UV Count: 3 + UV + UV + UV +Face 1480 +UV Count: 3 + UV + UV + UV +Face 1481 +UV Count: 3 + UV + UV + UV +Face 1482 +UV Count: 3 + UV + UV + UV +Face 1483 +UV Count: 3 + UV + UV + UV +Face 1484 +UV Count: 3 + UV + UV + UV +Face 1485 +UV Count: 3 + UV + UV + UV +Face 1486 +UV Count: 3 + UV + UV + UV +Face 1487 +UV Count: 3 + UV + UV + UV +Face 1488 +UV Count: 3 + UV + UV + UV +Face 1489 +UV Count: 3 + UV + UV + UV +Face 1490 +UV Count: 3 + UV + UV + UV +Face 1491 +UV Count: 3 + UV + UV + UV +Face 1492 +UV Count: 3 + UV + UV + UV +Face 1493 +UV Count: 3 + UV + UV + UV +Face 1494 +UV Count: 3 + UV + UV + UV +Face 1495 +UV Count: 3 + UV + UV + UV +Face 1496 +UV Count: 3 + UV + UV + UV +Face 1497 +UV Count: 3 + UV + UV + UV +Face 1498 +UV Count: 3 + UV + UV + UV +Face 1499 +UV Count: 3 + UV + UV + UV +Face 1500 +UV Count: 3 + UV + UV + UV +Face 1501 +UV Count: 3 + UV + UV + UV +Face 1502 +UV Count: 3 + UV + UV + UV +Face 1503 +UV Count: 3 + UV + UV + UV +Face 1504 +UV Count: 3 + UV + UV + UV +Face 1505 +UV Count: 3 + UV + UV + UV +Face 1506 +UV Count: 3 + UV + UV + UV +Face 1507 +UV Count: 3 + UV + UV + UV +Face 1508 +UV Count: 3 + UV + UV + UV +Face 1509 +UV Count: 3 + UV + UV + UV +Face 1510 +UV Count: 3 + UV + UV + UV +Face 1511 +UV Count: 3 + UV + UV + UV +Face 1512 +UV Count: 3 + UV + UV + UV +Face 1513 +UV Count: 3 + UV + UV + UV +Face 1514 +UV Count: 3 + UV + UV + UV +Face 1515 +UV Count: 3 + UV + UV + UV +Face 1516 +UV Count: 3 + UV + UV + UV +Face 1517 +UV Count: 3 + UV + UV + UV +Face 1518 +UV Count: 3 + UV + UV + UV +Face 1519 +UV Count: 3 + UV + UV + UV +Face 1520 +UV Count: 3 + UV + UV + UV +Face 1521 +UV Count: 3 + UV + UV + UV +Face 1522 +UV Count: 3 + UV + UV + UV +Face 1523 +UV Count: 3 + UV + UV + UV +Face 1524 +UV Count: 3 + UV + UV + UV +Face 1525 +UV Count: 3 + UV + UV + UV +Face 1526 +UV Count: 3 + UV + UV + UV +Face 1527 +UV Count: 3 + UV + UV + UV +Face 1528 +UV Count: 3 + UV + UV + UV +Face 1529 +UV Count: 3 + UV + UV + UV +Face 1530 +UV Count: 3 + UV + UV + UV +Face 1531 +UV Count: 3 + UV + UV + UV +Face 1532 +UV Count: 3 + UV + UV + UV +Face 1533 +UV Count: 3 + UV + UV + UV +Face 1534 +UV Count: 3 + UV + UV + UV +Face 1535 +UV Count: 3 + UV + UV + UV +Face 1536 +UV Count: 3 + UV + UV + UV +Face 1537 +UV Count: 3 + UV + UV + UV +Face 1538 +UV Count: 3 + UV + UV + UV +Face 1539 +UV Count: 3 + UV + UV + UV +Face 1540 +UV Count: 3 + UV + UV + UV +Face 1541 +UV Count: 3 + UV + UV + UV +Face 1542 +UV Count: 3 + UV + UV + UV +Face 1543 +UV Count: 3 + UV + UV + UV +Face 1544 +UV Count: 3 + UV + UV + UV +Face 1545 +UV Count: 3 + UV + UV + UV +Face 1546 +UV Count: 3 + UV + UV + UV +Face 1547 +UV Count: 3 + UV + UV + UV +Face 1548 +UV Count: 3 + UV + UV + UV +Face 1549 +UV Count: 3 + UV + UV + UV +Face 1550 +UV Count: 3 + UV + UV + UV +Face 1551 +UV Count: 3 + UV + UV + UV +Face 1552 +UV Count: 3 + UV + UV + UV +Face 1553 +UV Count: 3 + UV + UV + UV +Face 1554 +UV Count: 3 + UV + UV + UV +Face 1555 +UV Count: 3 + UV + UV + UV +Face 1556 +UV Count: 3 + UV + UV + UV +Face 1557 +UV Count: 3 + UV + UV + UV +Face 1558 +UV Count: 3 + UV + UV + UV +Face 1559 +UV Count: 3 + UV + UV + UV +Face 1560 +UV Count: 3 + UV + UV + UV +Face 1561 +UV Count: 3 + UV + UV + UV +Face 1562 +UV Count: 3 + UV + UV + UV +Face 1563 +UV Count: 3 + UV + UV + UV +Face 1564 +UV Count: 3 + UV + UV + UV +Face 1565 +UV Count: 3 + UV + UV + UV +Face 1566 +UV Count: 3 + UV + UV + UV +Face 1567 +UV Count: 3 + UV + UV + UV +Face 1568 +UV Count: 3 + UV + UV + UV +Face 1569 +UV Count: 3 + UV + UV + UV +Face 1570 +UV Count: 3 + UV + UV + UV +Face 1571 +UV Count: 3 + UV + UV + UV +Face 1572 +UV Count: 3 + UV + UV + UV +Face 1573 +UV Count: 3 + UV + UV + UV +Face 1574 +UV Count: 3 + UV + UV + UV +Face 1575 +UV Count: 3 + UV + UV + UV +Face 1576 +UV Count: 3 + UV + UV + UV +Face 1577 +UV Count: 3 + UV + UV + UV +Face 1578 +UV Count: 3 + UV + UV + UV +Face 1579 +UV Count: 3 + UV + UV + UV +Face 1580 +UV Count: 3 + UV + UV + UV +Face 1581 +UV Count: 3 + UV + UV + UV +Face 1582 +UV Count: 3 + UV + UV + UV +Face 1583 +UV Count: 3 + UV + UV + UV +Face 1584 +UV Count: 3 + UV + UV + UV +Face 1585 +UV Count: 3 + UV + UV + UV +Face 1586 +UV Count: 3 + UV + UV + UV +Face 1587 +UV Count: 3 + UV + UV + UV +Face 1588 +UV Count: 3 + UV + UV + UV +Face 1589 +UV Count: 3 + UV + UV + UV +Face 1590 +UV Count: 3 + UV + UV + UV +Face 1591 +UV Count: 3 + UV + UV + UV +Face 1592 +UV Count: 3 + UV + UV + UV +Face 1593 +UV Count: 3 + UV + UV + UV +Face 1594 +UV Count: 3 + UV + UV + UV +Face 1595 +UV Count: 3 + UV + UV + UV +Face 1596 +UV Count: 3 + UV + UV + UV +Face 1597 +UV Count: 3 + UV + UV + UV +Face 1598 +UV Count: 3 + UV + UV + UV +Face 1599 +UV Count: 3 + UV + UV + UV +Face 1600 +UV Count: 3 + UV + UV + UV +Face 1601 +UV Count: 3 + UV + UV + UV +Face 1602 +UV Count: 3 + UV + UV + UV +Face 1603 +UV Count: 3 + UV + UV + UV +Face 1604 +UV Count: 3 + UV + UV + UV +Face 1605 +UV Count: 3 + UV + UV + UV +Face 1606 +UV Count: 3 + UV + UV + UV +Face 1607 +UV Count: 3 + UV + UV + UV +Face 1608 +UV Count: 3 + UV + UV + UV +Face 1609 +UV Count: 3 + UV + UV + UV +Face 1610 +UV Count: 3 + UV + UV + UV +Face 1611 +UV Count: 3 + UV + UV + UV +Face 1612 +UV Count: 3 + UV + UV + UV +Face 1613 +UV Count: 3 + UV + UV + UV +Face 1614 +UV Count: 3 + UV + UV + UV +Face 1615 +UV Count: 3 + UV + UV + UV +Face 1616 +UV Count: 3 + UV + UV + UV +Face 1617 +UV Count: 3 + UV + UV + UV +Face 1618 +UV Count: 3 + UV + UV + UV +Face 1619 +UV Count: 3 + UV + UV + UV +Face 1620 +UV Count: 3 + UV + UV + UV +Face 1621 +UV Count: 3 + UV + UV + UV +Face 1622 +UV Count: 3 + UV + UV + UV +Face 1623 +UV Count: 3 + UV + UV + UV +Face 1624 +UV Count: 3 + UV + UV + UV +Face 1625 +UV Count: 3 + UV + UV + UV +Face 1626 +UV Count: 3 + UV + UV + UV +Face 1627 +UV Count: 3 + UV + UV + UV +Face 1628 +UV Count: 3 + UV + UV + UV +Face 1629 +UV Count: 3 + UV + UV + UV +Face 1630 +UV Count: 3 + UV + UV + UV +Face 1631 +UV Count: 3 + UV + UV + UV +Face 1632 +UV Count: 3 + UV + UV + UV +Face 1633 +UV Count: 3 + UV + UV + UV +Face 1634 +UV Count: 3 + UV + UV + UV +Face 1635 +UV Count: 3 + UV + UV + UV +Face 1636 +UV Count: 3 + UV + UV + UV +Face 1637 +UV Count: 3 + UV + UV + UV +Face 1638 +UV Count: 3 + UV + UV + UV +Face 1639 +UV Count: 3 + UV + UV + UV +Face 1640 +UV Count: 3 + UV + UV + UV +Face 1641 +UV Count: 3 + UV + UV + UV +Face 1642 +UV Count: 3 + UV + UV + UV +Face 1643 +UV Count: 3 + UV + UV + UV +Face 1644 +UV Count: 3 + UV + UV + UV +Face 1645 +UV Count: 3 + UV + UV + UV +Face 1646 +UV Count: 3 + UV + UV + UV +Face 1647 +UV Count: 3 + UV + UV + UV +Face 1648 +UV Count: 3 + UV + UV + UV +Face 1649 +UV Count: 3 + UV + UV + UV +Face 1650 +UV Count: 3 + UV + UV + UV +Face 1651 +UV Count: 3 + UV + UV + UV +Face 1652 +UV Count: 3 + UV + UV + UV +Face 1653 +UV Count: 3 + UV + UV + UV +Face 1654 +UV Count: 3 + UV + UV + UV +Face 1655 +UV Count: 3 + UV + UV + UV +Face 1656 +UV Count: 3 + UV + UV + UV +Face 1657 +UV Count: 3 + UV + UV + UV +Face 1658 +UV Count: 3 + UV + UV + UV +Face 1659 +UV Count: 3 + UV + UV + UV +Face 1660 +UV Count: 3 + UV + UV + UV +Face 1661 +UV Count: 3 + UV + UV + UV +Face 1662 +UV Count: 3 + UV + UV + UV +Face 1663 +UV Count: 3 + UV + UV + UV +Face 1664 +UV Count: 3 + UV + UV + UV +Face 1665 +UV Count: 3 + UV + UV + UV +Face 1666 +UV Count: 3 + UV + UV + UV +Face 1667 +UV Count: 3 + UV + UV + UV +Face 1668 +UV Count: 3 + UV + UV + UV +Face 1669 +UV Count: 3 + UV + UV + UV +Face 1670 +UV Count: 3 + UV + UV + UV +Face 1671 +UV Count: 3 + UV + UV + UV +Face 1672 +UV Count: 3 + UV + UV + UV +Face 1673 +UV Count: 3 + UV + UV + UV +Face 1674 +UV Count: 3 + UV + UV + UV +Face 1675 +UV Count: 3 + UV + UV + UV +Face 1676 +UV Count: 3 + UV + UV + UV +Face 1677 +UV Count: 3 + UV + UV + UV +Face 1678 +UV Count: 3 + UV + UV + UV +Face 1679 +UV Count: 3 + UV + UV + UV +Face 1680 +UV Count: 3 + UV + UV + UV +Face 1681 +UV Count: 3 + UV + UV + UV +Face 1682 +UV Count: 3 + UV + UV + UV +Face 1683 +UV Count: 3 + UV + UV + UV +Face 1684 +UV Count: 3 + UV + UV + UV +Face 1685 +UV Count: 3 + UV + UV + UV +Face 1686 +UV Count: 3 + UV + UV + UV +Face 1687 +UV Count: 3 + UV + UV + UV +Face 1688 +UV Count: 3 + UV + UV + UV +Face 1689 +UV Count: 3 + UV + UV + UV +Face 1690 +UV Count: 3 + UV + UV + UV +Face 1691 +UV Count: 3 + UV + UV + UV +Face 1692 +UV Count: 3 + UV + UV + UV +Face 1693 +UV Count: 3 + UV + UV + UV +Face 1694 +UV Count: 3 + UV + UV + UV +Face 1695 +UV Count: 3 + UV + UV + UV +Face 1696 +UV Count: 3 + UV + UV + UV +Face 1697 +UV Count: 3 + UV + UV + UV +Face 1698 +UV Count: 3 + UV + UV + UV +Face 1699 +UV Count: 3 + UV + UV + UV +Face 1700 +UV Count: 3 + UV + UV + UV +Face 1701 +UV Count: 3 + UV + UV + UV +Face 1702 +UV Count: 3 + UV + UV + UV +Face 1703 +UV Count: 3 + UV + UV + UV +Face 1704 +UV Count: 3 + UV + UV + UV +Face 1705 +UV Count: 3 + UV + UV + UV +Face 1706 +UV Count: 3 + UV + UV + UV +Face 1707 +UV Count: 3 + UV + UV + UV +Face 1708 +UV Count: 3 + UV + UV + UV +Face 1709 +UV Count: 3 + UV + UV + UV +Face 1710 +UV Count: 3 + UV + UV + UV +Face 1711 +UV Count: 3 + UV + UV + UV +Face 1712 +UV Count: 3 + UV + UV + UV +Face 1713 +UV Count: 3 + UV + UV + UV +Face 1714 +UV Count: 3 + UV + UV + UV +Face 1715 +UV Count: 3 + UV + UV + UV +Face 1716 +UV Count: 3 + UV + UV + UV +Face 1717 +UV Count: 3 + UV + UV + UV +Face 1718 +UV Count: 3 + UV + UV + UV +Face 1719 +UV Count: 3 + UV + UV + UV +Face 1720 +UV Count: 3 + UV + UV + UV +Face 1721 +UV Count: 3 + UV + UV + UV +Face 1722 +UV Count: 3 + UV + UV + UV +Face 1723 +UV Count: 3 + UV + UV + UV +Face 1724 +UV Count: 3 + UV + UV + UV +Face 1725 +UV Count: 3 + UV + UV + UV +Face 1726 +UV Count: 3 + UV + UV + UV +Face 1727 +UV Count: 3 + UV + UV + UV +Face 1728 +UV Count: 3 + UV + UV + UV +Face 1729 +UV Count: 3 + UV + UV + UV +Face 1730 +UV Count: 3 + UV + UV + UV +Face 1731 +UV Count: 3 + UV + UV + UV +Face 1732 +UV Count: 3 + UV + UV + UV +Face 1733 +UV Count: 3 + UV + UV + UV +Face 1734 +UV Count: 3 + UV + UV + UV +Face 1735 +UV Count: 3 + UV + UV + UV +Face 1736 +UV Count: 3 + UV + UV + UV +Face 1737 +UV Count: 3 + UV + UV + UV +Face 1738 +UV Count: 3 + UV + UV + UV +Face 1739 +UV Count: 3 + UV + UV + UV +Face 1740 +UV Count: 3 + UV + UV + UV +Face 1741 +UV Count: 3 + UV + UV + UV +Face 1742 +UV Count: 3 + UV + UV + UV +Face 1743 +UV Count: 3 + UV + UV + UV +Face 1744 +UV Count: 3 + UV + UV + UV +Face 1745 +UV Count: 3 + UV + UV + UV +Face 1746 +UV Count: 3 + UV + UV + UV +Face 1747 +UV Count: 3 + UV + UV + UV +Face 1748 +UV Count: 3 + UV + UV + UV +Face 1749 +UV Count: 3 + UV + UV + UV +Face 1750 +UV Count: 3 + UV + UV + UV +Face 1751 +UV Count: 3 + UV + UV + UV +Face 1752 +UV Count: 3 + UV + UV + UV +Face 1753 +UV Count: 3 + UV + UV + UV +Face 1754 +UV Count: 3 + UV + UV + UV +Face 1755 +UV Count: 3 + UV + UV + UV +Face 1756 +UV Count: 3 + UV + UV + UV +Face 1757 +UV Count: 3 + UV + UV + UV +Face 1758 +UV Count: 3 + UV + UV + UV +Face 1759 +UV Count: 3 + UV + UV + UV +Face 1760 +UV Count: 3 + UV + UV + UV +Face 1761 +UV Count: 3 + UV + UV + UV +Face 1762 +UV Count: 3 + UV + UV + UV +Face 1763 +UV Count: 3 + UV + UV + UV +Face 1764 +UV Count: 3 + UV + UV + UV +Face 1765 +UV Count: 3 + UV + UV + UV +Face 1766 +UV Count: 3 + UV + UV + UV +Face 1767 +UV Count: 3 + UV + UV + UV +Face 1768 +UV Count: 3 + UV + UV + UV +Face 1769 +UV Count: 3 + UV + UV + UV +Face 1770 +UV Count: 3 + UV + UV + UV +Face 1771 +UV Count: 3 + UV + UV + UV +Face 1772 +UV Count: 3 + UV + UV + UV +Face 1773 +UV Count: 3 + UV + UV + UV +Face 1774 +UV Count: 3 + UV + UV + UV +Face 1775 +UV Count: 3 + UV + UV + UV +Face 1776 +UV Count: 3 + UV + UV + UV +Face 1777 +UV Count: 3 + UV + UV + UV +Face 1778 +UV Count: 3 + UV + UV + UV +Face 1779 +UV Count: 3 + UV + UV + UV +Face 1780 +UV Count: 3 + UV + UV + UV +Face 1781 +UV Count: 3 + UV + UV + UV +Face 1782 +UV Count: 3 + UV + UV + UV +Face 1783 +UV Count: 3 + UV + UV + UV +Face 1784 +UV Count: 3 + UV + UV + UV +Face 1785 +UV Count: 3 + UV + UV + UV +Face 1786 +UV Count: 3 + UV + UV + UV +Face 1787 +UV Count: 3 + UV + UV + UV +Face 1788 +UV Count: 3 + UV + UV + UV +Face 1789 +UV Count: 3 + UV + UV + UV +Face 1790 +UV Count: 3 + UV + UV + UV +Face 1791 +UV Count: 3 + UV + UV + UV +Face 1792 +UV Count: 3 + UV + UV + UV +Face 1793 +UV Count: 3 + UV + UV + UV +Face 1794 +UV Count: 3 + UV + UV + UV +Face 1795 +UV Count: 3 + UV + UV + UV +Face 1796 +UV Count: 3 + UV + UV + UV +Face 1797 +UV Count: 3 + UV + UV + UV +Face 1798 +UV Count: 3 + UV + UV + UV +Face 1799 +UV Count: 3 + UV + UV + UV +Face 1800 +UV Count: 3 + UV + UV + UV +Face 1801 +UV Count: 3 + UV + UV + UV +Face 1802 +UV Count: 3 + UV + UV + UV +Face 1803 +UV Count: 3 + UV + UV + UV +Face 1804 +UV Count: 3 + UV + UV + UV +Face 1805 +UV Count: 3 + UV + UV + UV +Face 1806 +UV Count: 3 + UV + UV + UV +Face 1807 +UV Count: 3 + UV + UV + UV +Face 1808 +UV Count: 3 + UV + UV + UV +Face 1809 +UV Count: 3 + UV + UV + UV +Face 1810 +UV Count: 3 + UV + UV + UV +Face 1811 +UV Count: 3 + UV + UV + UV +Face 1812 +UV Count: 3 + UV + UV + UV +Face 1813 +UV Count: 3 + UV + UV + UV +Face 1814 +UV Count: 3 + UV + UV + UV +Face 1815 +UV Count: 3 + UV + UV + UV +Face 1816 +UV Count: 3 + UV + UV + UV +Face 1817 +UV Count: 3 + UV + UV + UV +Face 1818 +UV Count: 3 + UV + UV + UV +Face 1819 +UV Count: 3 + UV + UV + UV +Face 1820 +UV Count: 3 + UV + UV + UV +Face 1821 +UV Count: 3 + UV + UV + UV +Face 1822 +UV Count: 3 + UV + UV + UV +Face 1823 +UV Count: 3 + UV + UV + UV +Face 1824 +UV Count: 3 + UV + UV + UV +Face 1825 +UV Count: 3 + UV + UV + UV +Face 1826 +UV Count: 3 + UV + UV + UV +Face 1827 +UV Count: 3 + UV + UV + UV +Face 1828 +UV Count: 3 + UV + UV + UV +Face 1829 +UV Count: 3 + UV + UV + UV +Face 1830 +UV Count: 3 + UV + UV + UV +Face 1831 +UV Count: 3 + UV + UV + UV +Face 1832 +UV Count: 3 + UV + UV + UV +Face 1833 +UV Count: 3 + UV + UV + UV +Face 1834 +UV Count: 3 + UV + UV + UV +Face 1835 +UV Count: 3 + UV + UV + UV +Face 1836 +UV Count: 3 + UV + UV + UV +Face 1837 +UV Count: 3 + UV + UV + UV +Face 1838 +UV Count: 3 + UV + UV + UV +Face 1839 +UV Count: 3 + UV + UV + UV +Face 1840 +UV Count: 3 + UV + UV + UV +Face 1841 +UV Count: 3 + UV + UV + UV +Face 1842 +UV Count: 3 + UV + UV + UV +Face 1843 +UV Count: 3 + UV + UV + UV +Face 1844 +UV Count: 3 + UV + UV + UV +Face 1845 +UV Count: 3 + UV + UV + UV +Face 1846 +UV Count: 3 + UV + UV + UV +Face 1847 +UV Count: 3 + UV + UV + UV +Face 1848 +UV Count: 3 + UV + UV + UV +Face 1849 +UV Count: 3 + UV + UV + UV +Face 1850 +UV Count: 3 + UV + UV + UV +Face 1851 +UV Count: 3 + UV + UV + UV +Face 1852 +UV Count: 3 + UV + UV + UV +Face 1853 +UV Count: 3 + UV + UV + UV +Face 1854 +UV Count: 3 + UV + UV + UV +Face 1855 +UV Count: 3 + UV + UV + UV +Face 1856 +UV Count: 3 + UV + UV + UV +Face 1857 +UV Count: 3 + UV + UV + UV +Face 1858 +UV Count: 3 + UV + UV + UV +Face 1859 +UV Count: 3 + UV + UV + UV +Face 1860 +UV Count: 3 + UV + UV + UV +Face 1861 +UV Count: 3 + UV + UV + UV +Face 1862 +UV Count: 3 + UV + UV + UV +Face 1863 +UV Count: 3 + UV + UV + UV +Face 1864 +UV Count: 3 + UV + UV + UV +Face 1865 +UV Count: 3 + UV + UV + UV +Face 1866 +UV Count: 3 + UV + UV + UV +Face 1867 +UV Count: 3 + UV + UV + UV +Face 1868 +UV Count: 3 + UV + UV + UV +Face 1869 +UV Count: 3 + UV + UV + UV +Face 1870 +UV Count: 3 + UV + UV + UV +Face 1871 +UV Count: 3 + UV + UV + UV +Face 1872 +UV Count: 3 + UV + UV + UV +Face 1873 +UV Count: 3 + UV + UV + UV +Face 1874 +UV Count: 3 + UV + UV + UV +Face 1875 +UV Count: 3 + UV + UV + UV +Face 1876 +UV Count: 3 + UV + UV + UV +Face 1877 +UV Count: 3 + UV + UV + UV +Face 1878 +UV Count: 3 + UV + UV + UV +Face 1879 +UV Count: 3 + UV + UV + UV +Face 1880 +UV Count: 3 + UV + UV + UV +Face 1881 +UV Count: 3 + UV + UV + UV +Face 1882 +UV Count: 3 + UV + UV + UV +Face 1883 +UV Count: 3 + UV + UV + UV +Face 1884 +UV Count: 3 + UV + UV + UV +Face 1885 +UV Count: 3 + UV + UV + UV +Face 1886 +UV Count: 3 + UV + UV + UV +Face 1887 +UV Count: 3 + UV + UV + UV +Face 1888 +UV Count: 3 + UV + UV + UV +Face 1889 +UV Count: 3 + UV + UV + UV +Face 1890 +UV Count: 3 + UV + UV + UV +Face 1891 +UV Count: 3 + UV + UV + UV +Face 1892 +UV Count: 3 + UV + UV + UV +Face 1893 +UV Count: 3 + UV + UV + UV +Face 1894 +UV Count: 3 + UV + UV + UV +Face 1895 +UV Count: 3 + UV + UV + UV +Face 1896 +UV Count: 3 + UV + UV + UV +Face 1897 +UV Count: 3 + UV + UV + UV +Face 1898 +UV Count: 3 + UV + UV + UV +Face 1899 +UV Count: 3 + UV + UV + UV +Face 1900 +UV Count: 3 + UV + UV + UV +Face 1901 +UV Count: 3 + UV + UV + UV +Face 1902 +UV Count: 3 + UV + UV + UV +Face 1903 +UV Count: 3 + UV + UV + UV +Face 1904 +UV Count: 3 + UV + UV + UV +Face 1905 +UV Count: 3 + UV + UV + UV +Face 1906 +UV Count: 3 + UV + UV + UV +Face 1907 +UV Count: 3 + UV + UV + UV +Face 1908 +UV Count: 3 + UV + UV + UV +Face 1909 +UV Count: 3 + UV + UV + UV +Face 1910 +UV Count: 3 + UV + UV + UV +Face 1911 +UV Count: 3 + UV + UV + UV +Face 1912 +UV Count: 3 + UV + UV + UV +Face 1913 +UV Count: 3 + UV + UV + UV +Face 1914 +UV Count: 3 + UV + UV + UV +Face 1915 +UV Count: 3 + UV + UV + UV +Face 1916 +UV Count: 3 + UV + UV + UV +Face 1917 +UV Count: 3 + UV + UV + UV +Face 1918 +UV Count: 3 + UV + UV + UV +Face 1919 +UV Count: 3 + UV + UV + UV +Face 1920 +UV Count: 3 + UV + UV + UV +Face 1921 +UV Count: 3 + UV + UV + UV +Face 1922 +UV Count: 3 + UV + UV + UV +Face 1923 +UV Count: 3 + UV + UV + UV +Face 1924 +UV Count: 3 + UV + UV + UV +Face 1925 +UV Count: 3 + UV + UV + UV +Face 1926 +UV Count: 3 + UV + UV + UV +Face 1927 +UV Count: 3 + UV + UV + UV +Face 1928 +UV Count: 3 + UV + UV + UV +Face 1929 +UV Count: 3 + UV + UV + UV +Face 1930 +UV Count: 3 + UV + UV + UV +Face 1931 +UV Count: 3 + UV + UV + UV +Face 1932 +UV Count: 3 + UV + UV + UV +Face 1933 +UV Count: 3 + UV + UV + UV +Face 1934 +UV Count: 3 + UV + UV + UV +Face 1935 +UV Count: 3 + UV + UV + UV +Face 1936 +UV Count: 3 + UV + UV + UV +Face 1937 +UV Count: 3 + UV + UV + UV +Face 1938 +UV Count: 3 + UV + UV + UV +Face 1939 +UV Count: 3 + UV + UV + UV +Face 1940 +UV Count: 3 + UV + UV + UV +Face 1941 +UV Count: 3 + UV + UV + UV +Face 1942 +UV Count: 3 + UV + UV + UV +Face 1943 +UV Count: 3 + UV + UV + UV +Face 1944 +UV Count: 3 + UV + UV + UV +Face 1945 +UV Count: 3 + UV + UV + UV +Face 1946 +UV Count: 3 + UV + UV + UV +Face 1947 +UV Count: 3 + UV + UV + UV +Face 1948 +UV Count: 3 + UV + UV + UV +Face 1949 +UV Count: 3 + UV + UV + UV +Face 1950 +UV Count: 3 + UV + UV + UV +Face 1951 +UV Count: 3 + UV + UV + UV +Face 1952 +UV Count: 3 + UV + UV + UV +Face 1953 +UV Count: 3 + UV + UV + UV +Face 1954 +UV Count: 3 + UV + UV + UV +Face 1955 +UV Count: 3 + UV + UV + UV +Face 1956 +UV Count: 3 + UV + UV + UV +Face 1957 +UV Count: 3 + UV + UV + UV +Face 1958 +UV Count: 3 + UV + UV + UV +Face 1959 +UV Count: 3 + UV + UV + UV +Face 1960 +UV Count: 3 + UV + UV + UV +Face 1961 +UV Count: 3 + UV + UV + UV +Face 1962 +UV Count: 3 + UV + UV + UV +Face 1963 +UV Count: 3 + UV + UV + UV +Face 1964 +UV Count: 3 + UV + UV + UV +Face 1965 +UV Count: 3 + UV + UV + UV +Face 1966 +UV Count: 3 + UV + UV + UV +Face 1967 +UV Count: 3 + UV + UV + UV +Face 1968 +UV Count: 3 + UV + UV + UV +Face 1969 +UV Count: 3 + UV + UV + UV +Face 1970 +UV Count: 3 + UV + UV + UV +Face 1971 +UV Count: 3 + UV + UV + UV +Face 1972 +UV Count: 3 + UV + UV + UV +Face 1973 +UV Count: 3 + UV + UV + UV +Face 1974 +UV Count: 3 + UV + UV + UV +Face 1975 +UV Count: 3 + UV + UV + UV +Face 1976 +UV Count: 3 + UV + UV + UV +Face 1977 +UV Count: 3 + UV + UV + UV +Face 1978 +UV Count: 3 + UV + UV + UV +Face 1979 +UV Count: 3 + UV + UV + UV +Face 1980 +UV Count: 3 + UV + UV + UV +Face 1981 +UV Count: 3 + UV + UV + UV +Face 1982 +UV Count: 3 + UV + UV + UV +Face 1983 +UV Count: 3 + UV + UV + UV +Face 1984 +UV Count: 3 + UV + UV + UV +Face 1985 +UV Count: 3 + UV + UV + UV +Face 1986 +UV Count: 3 + UV + UV + UV +Face 1987 +UV Count: 3 + UV + UV + UV +Face 1988 +UV Count: 3 + UV + UV + UV +Face 1989 +UV Count: 3 + UV + UV + UV +Face 1990 +UV Count: 3 + UV + UV + UV +Face 1991 +UV Count: 3 + UV + UV + UV +Face 1992 +UV Count: 3 + UV + UV + UV +Face 1993 +UV Count: 3 + UV + UV + UV +Face 1994 +UV Count: 3 + UV + UV + UV +Face 1995 +UV Count: 3 + UV + UV + UV +Face 1996 +UV Count: 3 + UV + UV + UV +Face 1997 +UV Count: 3 + UV + UV + UV +Face 1998 +UV Count: 3 + UV + UV + UV +Face 1999 +UV Count: 3 + UV + UV + UV +Face 2000 +UV Count: 3 + UV + UV + UV +Face 2001 +UV Count: 3 + UV + UV + UV +Face 2002 +UV Count: 3 + UV + UV + UV +Face 2003 +UV Count: 3 + UV + UV + UV +Face 2004 +UV Count: 3 + UV + UV + UV +Face 2005 +UV Count: 3 + UV + UV + UV +Face 2006 +UV Count: 3 + UV + UV + UV +Face 2007 +UV Count: 3 + UV + UV + UV +Face 2008 +UV Count: 3 + UV + UV + UV +Face 2009 +UV Count: 3 + UV + UV + UV +Face 2010 +UV Count: 3 + UV + UV + UV +Face 2011 +UV Count: 3 + UV + UV + UV +Face 2012 +UV Count: 3 + UV + UV + UV +Face 2013 +UV Count: 3 + UV + UV + UV +Face 2014 +UV Count: 3 + UV + UV + UV +Face 2015 +UV Count: 3 + UV + UV + UV +Face 2016 +UV Count: 3 + UV + UV + UV +Face 2017 +UV Count: 3 + UV + UV + UV +Face 2018 +UV Count: 3 + UV + UV + UV +Face 2019 +UV Count: 3 + UV + UV + UV +Face 2020 +UV Count: 3 + UV + UV + UV +Face 2021 +UV Count: 3 + UV + UV + UV +Face 2022 +UV Count: 3 + UV + UV + UV +Face 2023 +UV Count: 3 + UV + UV + UV +Face 2024 +UV Count: 3 + UV + UV + UV +Face 2025 +UV Count: 3 + UV + UV + UV +Face 2026 +UV Count: 3 + UV + UV + UV +Face 2027 +UV Count: 3 + UV + UV + UV +Face 2028 +UV Count: 3 + UV + UV + UV +Face 2029 +UV Count: 3 + UV + UV + UV +Face 2030 +UV Count: 3 + UV + UV + UV +Face 2031 +UV Count: 3 + UV + UV + UV +Face 2032 +UV Count: 3 + UV + UV + UV +Face 2033 +UV Count: 3 + UV + UV + UV +Face 2034 +UV Count: 3 + UV + UV + UV +Face 2035 +UV Count: 3 + UV + UV + UV +Face 2036 +UV Count: 3 + UV + UV + UV +Face 2037 +UV Count: 3 + UV + UV + UV +Face 2038 +UV Count: 3 + UV + UV + UV +Face 2039 +UV Count: 3 + UV + UV + UV +Face 2040 +UV Count: 3 + UV + UV + UV +Face 2041 +UV Count: 3 + UV + UV + UV +Face 2042 +UV Count: 3 + UV + UV + UV +Face 2043 +UV Count: 3 + UV + UV + UV +Face 2044 +UV Count: 3 + UV + UV + UV +Face 2045 +UV Count: 3 + UV + UV + UV +Face 2046 +UV Count: 3 + UV + UV + UV +Face 2047 +UV Count: 3 + UV + UV + UV +Face 2048 +UV Count: 3 + UV + UV + UV +Face 2049 +UV Count: 3 + UV + UV + UV +Face 2050 +UV Count: 3 + UV + UV + UV +Face 2051 +UV Count: 3 + UV + UV + UV +Face 2052 +UV Count: 3 + UV + UV + UV +Face 2053 +UV Count: 3 + UV + UV + UV +Face 2054 +UV Count: 3 + UV + UV + UV +Face 2055 +UV Count: 3 + UV + UV + UV +Face 2056 +UV Count: 3 + UV + UV + UV +Face 2057 +UV Count: 3 + UV + UV + UV +Face 2058 +UV Count: 3 + UV + UV + UV +Face 2059 +UV Count: 3 + UV + UV + UV +Face 2060 +UV Count: 3 + UV + UV + UV +Face 2061 +UV Count: 3 + UV + UV + UV +Face 2062 +UV Count: 3 + UV + UV + UV +Face 2063 +UV Count: 3 + UV + UV + UV +Face 2064 +UV Count: 3 + UV + UV + UV +Face 2065 +UV Count: 3 + UV + UV + UV +Face 2066 +UV Count: 3 + UV + UV + UV +Face 2067 +UV Count: 3 + UV + UV + UV +Face 2068 +UV Count: 3 + UV + UV + UV +Face 2069 +UV Count: 3 + UV + UV + UV +Face 2070 +UV Count: 3 + UV + UV + UV +Face 2071 +UV Count: 3 + UV + UV + UV +Face 2072 +UV Count: 3 + UV + UV + UV +Face 2073 +UV Count: 3 + UV + UV + UV +Face 2074 +UV Count: 3 + UV + UV + UV +Face 2075 +UV Count: 3 + UV + UV + UV +Face 2076 +UV Count: 3 + UV + UV + UV +Face 2077 +UV Count: 3 + UV + UV + UV +Face 2078 +UV Count: 3 + UV + UV + UV +Face 2079 +UV Count: 3 + UV + UV + UV +Face 2080 +UV Count: 3 + UV + UV + UV +Face 2081 +UV Count: 3 + UV + UV + UV +Face 2082 +UV Count: 3 + UV + UV + UV +Face 2083 +UV Count: 3 + UV + UV + UV +Face 2084 +UV Count: 3 + UV + UV + UV +Face 2085 +UV Count: 3 + UV + UV + UV +Face 2086 +UV Count: 3 + UV + UV + UV +Face 2087 +UV Count: 3 + UV + UV + UV +Face 2088 +UV Count: 3 + UV + UV + UV +Face 2089 +UV Count: 3 + UV + UV + UV +Face 2090 +UV Count: 3 + UV + UV + UV +Face 2091 +UV Count: 3 + UV + UV + UV +Face 2092 +UV Count: 3 + UV + UV + UV +Face 2093 +UV Count: 3 + UV + UV + UV +Face 2094 +UV Count: 3 + UV + UV + UV +Face 2095 +UV Count: 3 + UV + UV + UV +Face 2096 +UV Count: 3 + UV + UV + UV +Face 2097 +UV Count: 3 + UV + UV + UV +Face 2098 +UV Count: 3 + UV + UV + UV +Face 2099 +UV Count: 3 + UV + UV + UV +Face 2100 +UV Count: 3 + UV + UV + UV +Face 2101 +UV Count: 3 + UV + UV + UV +Face 2102 +UV Count: 3 + UV + UV + UV +Face 2103 +UV Count: 3 + UV + UV + UV +Face 2104 +UV Count: 3 + UV + UV + UV +Face 2105 +UV Count: 3 + UV + UV + UV +Face 2106 +UV Count: 3 + UV + UV + UV +Face 2107 +UV Count: 3 + UV + UV + UV +Face 2108 +UV Count: 3 + UV + UV + UV +Face 2109 +UV Count: 3 + UV + UV + UV +Face 2110 +UV Count: 3 + UV + UV + UV +Face 2111 +UV Count: 3 + UV + UV + UV +Face 2112 +UV Count: 3 + UV + UV + UV +Face 2113 +UV Count: 3 + UV + UV + UV +Face 2114 +UV Count: 3 + UV + UV + UV +Face 2115 +UV Count: 3 + UV + UV + UV +Face 2116 +UV Count: 3 + UV + UV + UV +Face 2117 +UV Count: 3 + UV + UV + UV +Face 2118 +UV Count: 3 + UV + UV + UV +Face 2119 +UV Count: 3 + UV + UV + UV +Face 2120 +UV Count: 3 + UV + UV + UV +Face 2121 +UV Count: 3 + UV + UV + UV +Face 2122 +UV Count: 3 + UV + UV + UV +Face 2123 +UV Count: 3 + UV + UV + UV +Face 2124 +UV Count: 3 + UV + UV + UV +Face 2125 +UV Count: 3 + UV + UV + UV +Face 2126 +UV Count: 3 + UV + UV + UV +Face 2127 +UV Count: 3 + UV + UV + UV +Face 2128 +UV Count: 3 + UV + UV + UV +Face 2129 +UV Count: 3 + UV + UV + UV +Face 2130 +UV Count: 3 + UV + UV + UV +Face 2131 +UV Count: 3 + UV + UV + UV +Face 2132 +UV Count: 3 + UV + UV + UV +Face 2133 +UV Count: 3 + UV + UV + UV +Face 2134 +UV Count: 3 + UV + UV + UV +Face 2135 +UV Count: 3 + UV + UV + UV +Face 2136 +UV Count: 3 + UV + UV + UV +Face 2137 +UV Count: 3 + UV + UV + UV +Face 2138 +UV Count: 3 + UV + UV + UV +Face 2139 +UV Count: 3 + UV + UV + UV +Face 2140 +UV Count: 3 + UV + UV + UV +Face 2141 +UV Count: 3 + UV + UV + UV +Face 2142 +UV Count: 3 + UV + UV + UV +Face 2143 +UV Count: 3 + UV + UV + UV +Face 2144 +UV Count: 3 + UV + UV + UV +Face 2145 +UV Count: 3 + UV + UV + UV +Face 2146 +UV Count: 3 + UV + UV + UV +Face 2147 +UV Count: 3 + UV + UV + UV +Face 2148 +UV Count: 3 + UV + UV + UV +Face 2149 +UV Count: 3 + UV + UV + UV +Face 2150 +UV Count: 3 + UV + UV + UV +Face 2151 +UV Count: 3 + UV + UV + UV +Face 2152 +UV Count: 3 + UV + UV + UV +Face 2153 +UV Count: 3 + UV + UV + UV +Face 2154 +UV Count: 3 + UV + UV + UV +Face 2155 +UV Count: 3 + UV + UV + UV +Face 2156 +UV Count: 3 + UV + UV + UV +Face 2157 +UV Count: 3 + UV + UV + UV +Face 2158 +UV Count: 3 + UV + UV + UV +Face 2159 +UV Count: 3 + UV + UV + UV +Face 2160 +UV Count: 3 + UV + UV + UV +Face 2161 +UV Count: 3 + UV + UV + UV +Face 2162 +UV Count: 3 + UV + UV + UV +Face 2163 +UV Count: 3 + UV + UV + UV +Face 2164 +UV Count: 3 + UV + UV + UV +Face 2165 +UV Count: 3 + UV + UV + UV +Face 2166 +UV Count: 3 + UV + UV + UV +Face 2167 +UV Count: 3 + UV + UV + UV +Face 2168 +UV Count: 3 + UV + UV + UV +Face 2169 +UV Count: 3 + UV + UV + UV +Face 2170 +UV Count: 3 + UV + UV + UV +Face 2171 +UV Count: 3 + UV + UV + UV +Face 2172 +UV Count: 3 + UV + UV + UV +Face 2173 +UV Count: 3 + UV + UV + UV +Face 2174 +UV Count: 3 + UV + UV + UV +Face 2175 +UV Count: 3 + UV + UV + UV +Face 2176 +UV Count: 3 + UV + UV + UV +Face 2177 +UV Count: 3 + UV + UV + UV +Face 2178 +UV Count: 3 + UV + UV + UV +Face 2179 +UV Count: 3 + UV + UV + UV +Face 2180 +UV Count: 3 + UV + UV + UV +Face 2181 +UV Count: 3 + UV + UV + UV +Face 2182 +UV Count: 3 + UV + UV + UV +Face 2183 +UV Count: 3 + UV + UV + UV +Face 2184 +UV Count: 3 + UV + UV + UV +Face 2185 +UV Count: 3 + UV + UV + UV +Face 2186 +UV Count: 3 + UV + UV + UV +Face 2187 +UV Count: 3 + UV + UV + UV +Face 2188 +UV Count: 3 + UV + UV + UV +Face 2189 +UV Count: 3 + UV + UV + UV +Face 2190 +UV Count: 3 + UV + UV + UV +Face 2191 +UV Count: 3 + UV + UV + UV +Face 2192 +UV Count: 3 + UV + UV + UV +Face 2193 +UV Count: 3 + UV + UV + UV +Face 2194 +UV Count: 3 + UV + UV + UV +Face 2195 +UV Count: 3 + UV + UV + UV +Face 2196 +UV Count: 3 + UV + UV + UV +Face 2197 +UV Count: 3 + UV + UV + UV +Face 2198 +UV Count: 3 + UV + UV + UV +Face 2199 +UV Count: 3 + UV + UV + UV +Face 2200 +UV Count: 3 + UV + UV + UV +Face 2201 +UV Count: 3 + UV + UV + UV +Face 2202 +UV Count: 3 + UV + UV + UV +Face 2203 +UV Count: 3 + UV + UV + UV +Face 2204 +UV Count: 3 + UV + UV + UV +Face 2205 +UV Count: 3 + UV + UV + UV +Face 2206 +UV Count: 3 + UV + UV + UV +Face 2207 +UV Count: 3 + UV + UV + UV +Face 2208 +UV Count: 3 + UV + UV + UV +Face 2209 +UV Count: 3 + UV + UV + UV +Face 2210 +UV Count: 3 + UV + UV + UV +Face 2211 +UV Count: 3 + UV + UV + UV +Face 2212 +UV Count: 3 + UV + UV + UV +Face 2213 +UV Count: 3 + UV + UV + UV +Face 2214 +UV Count: 3 + UV + UV + UV +Face 2215 +UV Count: 3 + UV + UV + UV +Face 2216 +UV Count: 3 + UV + UV + UV +Face 2217 +UV Count: 3 + UV + UV + UV +Face 2218 +UV Count: 3 + UV + UV + UV +Face 2219 +UV Count: 3 + UV + UV + UV +Face 2220 +UV Count: 3 + UV + UV + UV +Face 2221 +UV Count: 3 + UV + UV + UV +Face 2222 +UV Count: 3 + UV + UV + UV +Face 2223 +UV Count: 3 + UV + UV + UV +Face 2224 +UV Count: 3 + UV + UV + UV +Face 2225 +UV Count: 3 + UV + UV + UV +Face 2226 +UV Count: 3 + UV + UV + UV +Face 2227 +UV Count: 3 + UV + UV + UV +Face 2228 +UV Count: 3 + UV + UV + UV +Face 2229 +UV Count: 3 + UV + UV + UV +Face 2230 +UV Count: 3 + UV + UV + UV +Face 2231 +UV Count: 3 + UV + UV + UV +Face 2232 +UV Count: 3 + UV + UV + UV +Face 2233 +UV Count: 3 + UV + UV + UV +Face 2234 +UV Count: 3 + UV + UV + UV +Face 2235 +UV Count: 3 + UV + UV + UV +Face 2236 +UV Count: 3 + UV + UV + UV +Face 2237 +UV Count: 3 + UV + UV + UV +Face 2238 +UV Count: 3 + UV + UV + UV +Face 2239 +UV Count: 3 + UV + UV + UV +Face 2240 +UV Count: 3 + UV + UV + UV +Face 2241 +UV Count: 3 + UV + UV + UV +Face 2242 +UV Count: 3 + UV + UV + UV +Face 2243 +UV Count: 3 + UV + UV + UV +Face 2244 +UV Count: 3 + UV + UV + UV +Face 2245 +UV Count: 3 + UV + UV + UV +Face 2246 +UV Count: 3 + UV + UV + UV +Face 2247 +UV Count: 3 + UV + UV + UV +Face 2248 +UV Count: 3 + UV + UV + UV +Face 2249 +UV Count: 3 + UV + UV + UV +Face 2250 +UV Count: 3 + UV + UV + UV +Face 2251 +UV Count: 3 + UV + UV + UV +Face 2252 +UV Count: 3 + UV + UV + UV +Face 2253 +UV Count: 3 + UV + UV + UV +Face 2254 +UV Count: 3 + UV + UV + UV +Face 2255 +UV Count: 3 + UV + UV + UV +Face 2256 +UV Count: 3 + UV + UV + UV +Face 2257 +UV Count: 3 + UV + UV + UV +Face 2258 +UV Count: 3 + UV + UV + UV +Face 2259 +UV Count: 3 + UV + UV + UV +Face 2260 +UV Count: 3 + UV + UV + UV +Face 2261 +UV Count: 3 + UV + UV + UV +Face 2262 +UV Count: 3 + UV + UV + UV +Face 2263 +UV Count: 3 + UV + UV + UV +Face 2264 +UV Count: 3 + UV + UV + UV +Face 2265 +UV Count: 3 + UV + UV + UV +Face 2266 +UV Count: 3 + UV + UV + UV +Face 2267 +UV Count: 3 + UV + UV + UV +Face 2268 +UV Count: 3 + UV + UV + UV +Face 2269 +UV Count: 3 + UV + UV + UV +Face 2270 +UV Count: 3 + UV + UV + UV +Face 2271 +UV Count: 3 + UV + UV + UV +Face 2272 +UV Count: 3 + UV + UV + UV +Face 2273 +UV Count: 3 + UV + UV + UV +Face 2274 +UV Count: 3 + UV + UV + UV +Face 2275 +UV Count: 3 + UV + UV + UV +Face 2276 +UV Count: 3 + UV + UV + UV +Face 2277 +UV Count: 3 + UV + UV + UV +Face 2278 +UV Count: 3 + UV + UV + UV +Face 2279 +UV Count: 3 + UV + UV + UV +Face 2280 +UV Count: 3 + UV + UV + UV +Face 2281 +UV Count: 3 + UV + UV + UV +Face 2282 +UV Count: 3 + UV + UV + UV +Face 2283 +UV Count: 3 + UV + UV + UV +Face 2284 +UV Count: 3 + UV + UV + UV +Face 2285 +UV Count: 3 + UV + UV + UV +Face 2286 +UV Count: 3 + UV + UV + UV +Face 2287 +UV Count: 3 + UV + UV + UV +Face 2288 +UV Count: 3 + UV + UV + UV +Face 2289 +UV Count: 3 + UV + UV + UV +Face 2290 +UV Count: 3 + UV + UV + UV +Face 2291 +UV Count: 3 + UV + UV + UV +Face 2292 +UV Count: 3 + UV + UV + UV +Face 2293 +UV Count: 3 + UV + UV + UV +Face 2294 +UV Count: 3 + UV + UV + UV +Face 2295 +UV Count: 3 + UV + UV + UV +Face 2296 +UV Count: 3 + UV + UV + UV +Face 2297 +UV Count: 3 + UV + UV + UV +Face 2298 +UV Count: 3 + UV + UV + UV +Face 2299 +UV Count: 3 + UV + UV + UV +Face 2300 +UV Count: 3 + UV + UV + UV +Face 2301 +UV Count: 3 + UV + UV + UV +Face 2302 +UV Count: 3 + UV + UV + UV +Face 2303 +UV Count: 3 + UV + UV + UV +Face 2304 +UV Count: 3 + UV + UV + UV +Face 2305 +UV Count: 3 + UV + UV + UV +Face 2306 +UV Count: 3 + UV + UV + UV +Face 2307 +UV Count: 3 + UV + UV + UV +Face 2308 +UV Count: 3 + UV + UV + UV +Face 2309 +UV Count: 3 + UV + UV + UV +Face 2310 +UV Count: 3 + UV + UV + UV +Face 2311 +UV Count: 3 + UV + UV + UV +Face 2312 +UV Count: 3 + UV + UV + UV +Face 2313 +UV Count: 3 + UV + UV + UV +Face 2314 +UV Count: 3 + UV + UV + UV +Face 2315 +UV Count: 3 + UV + UV + UV +Face 2316 +UV Count: 3 + UV + UV + UV +Face 2317 +UV Count: 3 + UV + UV + UV +Face 2318 +UV Count: 3 + UV + UV + UV +Face 2319 +UV Count: 3 + UV + UV + UV +Face 2320 +UV Count: 3 + UV + UV + UV +Face 2321 +UV Count: 3 + UV + UV + UV +Face 2322 +UV Count: 3 + UV + UV + UV +Face 2323 +UV Count: 3 + UV + UV + UV +Face 2324 +UV Count: 3 + UV + UV + UV +Face 2325 +UV Count: 3 + UV + UV + UV +Face 2326 +UV Count: 3 + UV + UV + UV +Face 2327 +UV Count: 3 + UV + UV + UV +Face 2328 +UV Count: 3 + UV + UV + UV +Face 2329 +UV Count: 3 + UV + UV + UV +Face 2330 +UV Count: 3 + UV + UV + UV +Face 2331 +UV Count: 3 + UV + UV + UV +Face 2332 +UV Count: 3 + UV + UV + UV +Face 2333 +UV Count: 3 + UV + UV + UV +Face 2334 +UV Count: 3 + UV + UV + UV +Face 2335 +UV Count: 3 + UV + UV + UV +Face 2336 +UV Count: 3 + UV + UV + UV +Face 2337 +UV Count: 3 + UV + UV + UV +Face 2338 +UV Count: 3 + UV + UV + UV +Face 2339 +UV Count: 3 + UV + UV + UV +Face 2340 +UV Count: 3 + UV + UV + UV +Face 2341 +UV Count: 3 + UV + UV + UV +Face 2342 +UV Count: 3 + UV + UV + UV +Face 2343 +UV Count: 3 + UV + UV + UV +Face 2344 +UV Count: 3 + UV + UV + UV +Face 2345 +UV Count: 3 + UV + UV + UV +Face 2346 +UV Count: 3 + UV + UV + UV +Face 2347 +UV Count: 3 + UV + UV + UV +Face 2348 +UV Count: 3 + UV + UV + UV +Face 2349 +UV Count: 3 + UV + UV + UV +Face 2350 +UV Count: 3 + UV + UV + UV +Face 2351 +UV Count: 3 + UV + UV + UV +Face 2352 +UV Count: 3 + UV + UV + UV +Face 2353 +UV Count: 3 + UV + UV + UV +Face 2354 +UV Count: 3 + UV + UV + UV +Face 2355 +UV Count: 3 + UV + UV + UV +Face 2356 +UV Count: 3 + UV + UV + UV +Face 2357 +UV Count: 3 + UV + UV + UV +Face 2358 +UV Count: 3 + UV + UV + UV +Face 2359 +UV Count: 3 + UV + UV + UV +Face 2360 +UV Count: 3 + UV + UV + UV +Face 2361 +UV Count: 3 + UV + UV + UV +Face 2362 +UV Count: 3 + UV + UV + UV +Face 2363 +UV Count: 3 + UV + UV + UV +Face 2364 +UV Count: 3 + UV + UV + UV +Face 2365 +UV Count: 3 + UV + UV + UV +Face 2366 +UV Count: 3 + UV + UV + UV +Face 2367 +UV Count: 3 + UV + UV + UV +Face 2368 +UV Count: 3 + UV + UV + UV +Face 2369 +UV Count: 3 + UV + UV + UV +Face 2370 +UV Count: 3 + UV + UV + UV +Face 2371 +UV Count: 3 + UV + UV + UV +Face 2372 +UV Count: 3 + UV + UV + UV +Face 2373 +UV Count: 3 + UV + UV + UV +Face 2374 +UV Count: 3 + UV + UV + UV +Face 2375 +UV Count: 3 + UV + UV + UV +Face 2376 +UV Count: 3 + UV + UV + UV +Face 2377 +UV Count: 3 + UV + UV + UV +Face 2378 +UV Count: 3 + UV + UV + UV +Face 2379 +UV Count: 3 + UV + UV + UV +Face 2380 +UV Count: 3 + UV + UV + UV +Face 2381 +UV Count: 3 + UV + UV + UV +Face 2382 +UV Count: 3 + UV + UV + UV +Face 2383 +UV Count: 3 + UV + UV + UV +Face 2384 +UV Count: 3 + UV + UV + UV +Face 2385 +UV Count: 3 + UV + UV + UV +Face 2386 +UV Count: 3 + UV + UV + UV +Face 2387 +UV Count: 3 + UV + UV + UV +Face 2388 +UV Count: 3 + UV + UV + UV +Face 2389 +UV Count: 3 + UV + UV + UV +Face 2390 +UV Count: 3 + UV + UV + UV +Face 2391 +UV Count: 3 + UV + UV + UV +Face 2392 +UV Count: 3 + UV + UV + UV +Face 2393 +UV Count: 3 + UV + UV + UV +Face 2394 +UV Count: 3 + UV + UV + UV +Face 2395 +UV Count: 3 + UV + UV + UV +Face 2396 +UV Count: 3 + UV + UV + UV +Face 2397 +UV Count: 3 + UV + UV + UV +Face 2398 +UV Count: 3 + UV + UV + UV +Face 2399 +UV Count: 3 + UV + UV + UV +Face 2400 +UV Count: 3 + UV + UV + UV +Face 2401 +UV Count: 3 + UV + UV + UV +Face 2402 +UV Count: 3 + UV + UV + UV +Face 2403 +UV Count: 3 + UV + UV + UV +Face 2404 +UV Count: 3 + UV + UV + UV +Face 2405 +UV Count: 3 + UV + UV + UV +Face 2406 +UV Count: 3 + UV + UV + UV +Face 2407 +UV Count: 3 + UV + UV + UV +Face 2408 +UV Count: 3 + UV + UV + UV +Face 2409 +UV Count: 3 + UV + UV + UV +Face 2410 +UV Count: 3 + UV + UV + UV +Face 2411 +UV Count: 3 + UV + UV + UV +Face 2412 +UV Count: 3 + UV + UV + UV +Face 2413 +UV Count: 3 + UV + UV + UV +Face 2414 +UV Count: 3 + UV + UV + UV +Face 2415 +UV Count: 3 + UV + UV + UV +Face 2416 +UV Count: 3 + UV + UV + UV +Face 2417 +UV Count: 3 + UV + UV + UV +Face 2418 +UV Count: 3 + UV + UV + UV +Face 2419 +UV Count: 3 + UV + UV + UV +Face 2420 +UV Count: 3 + UV + UV + UV +Face 2421 +UV Count: 3 + UV + UV + UV +Face 2422 +UV Count: 3 + UV + UV + UV +Face 2423 +UV Count: 3 + UV + UV + UV +Face 2424 +UV Count: 3 + UV + UV + UV +Face 2425 +UV Count: 3 + UV + UV + UV +Face 2426 +UV Count: 3 + UV + UV + UV +Face 2427 +UV Count: 3 + UV + UV + UV +Face 2428 +UV Count: 3 + UV + UV + UV +Face 2429 +UV Count: 3 + UV + UV + UV +Face 2430 +UV Count: 3 + UV + UV + UV +Face 2431 +UV Count: 3 + UV + UV + UV +Face 2432 +UV Count: 3 + UV + UV + UV +Face 2433 +UV Count: 3 + UV + UV + UV +Face 2434 +UV Count: 3 + UV + UV + UV +Face 2435 +UV Count: 3 + UV + UV + UV +Face 2436 +UV Count: 3 + UV + UV + UV +Face 2437 +UV Count: 3 + UV + UV + UV +Face 2438 +UV Count: 3 + UV + UV + UV +Face 2439 +UV Count: 3 + UV + UV + UV +Face 2440 +UV Count: 3 + UV + UV + UV +Face 2441 +UV Count: 3 + UV + UV + UV +Face 2442 +UV Count: 3 + UV + UV + UV +Face 2443 +UV Count: 3 + UV + UV + UV +Face 2444 +UV Count: 3 + UV + UV + UV +Face 2445 +UV Count: 3 + UV + UV + UV +Face 2446 +UV Count: 3 + UV + UV + UV +Face 2447 +UV Count: 3 + UV + UV + UV +Face 2448 +UV Count: 3 + UV + UV + UV +Face 2449 +UV Count: 3 + UV + UV + UV +Face 2450 +UV Count: 3 + UV + UV + UV +Face 2451 +UV Count: 3 + UV + UV + UV +Face 2452 +UV Count: 3 + UV + UV + UV +Face 2453 +UV Count: 3 + UV + UV + UV +Face 2454 +UV Count: 3 + UV + UV + UV +Face 2455 +UV Count: 3 + UV + UV + UV +Face 2456 +UV Count: 3 + UV + UV + UV +Face 2457 +UV Count: 3 + UV + UV + UV +Face 2458 +UV Count: 3 + UV + UV + UV +Face 2459 +UV Count: 3 + UV + UV + UV +Face 2460 +UV Count: 3 + UV + UV + UV +Face 2461 +UV Count: 3 + UV + UV + UV +Face 2462 +UV Count: 3 + UV + UV + UV +Face 2463 +UV Count: 3 + UV + UV + UV +Face 2464 +UV Count: 3 + UV + UV + UV +Face 2465 +UV Count: 3 + UV + UV + UV +Face 2466 +UV Count: 3 + UV + UV + UV +Face 2467 +UV Count: 3 + UV + UV + UV +Face 2468 +UV Count: 3 + UV + UV + UV +Face 2469 +UV Count: 3 + UV + UV + UV +Face 2470 +UV Count: 3 + UV + UV + UV +Face 2471 +UV Count: 3 + UV + UV + UV +Face 2472 +UV Count: 3 + UV + UV + UV +Face 2473 +UV Count: 3 + UV + UV + UV +Face 2474 +UV Count: 3 + UV + UV + UV +Face 2475 +UV Count: 3 + UV + UV + UV +Face 2476 +UV Count: 3 + UV + UV + UV +Face 2477 +UV Count: 3 + UV + UV + UV +Face 2478 +UV Count: 3 + UV + UV + UV +Face 2479 +UV Count: 3 + UV + UV + UV +Face 2480 +UV Count: 3 + UV + UV + UV +Face 2481 +UV Count: 3 + UV + UV + UV +Face 2482 +UV Count: 3 + UV + UV + UV +Face 2483 +UV Count: 3 + UV + UV + UV +Face 2484 +UV Count: 3 + UV + UV + UV +Face 2485 +UV Count: 3 + UV + UV + UV +Face 2486 +UV Count: 3 + UV + UV + UV +Face 2487 +UV Count: 3 + UV + UV + UV +Face 2488 +UV Count: 3 + UV + UV + UV +Face 2489 +UV Count: 3 + UV + UV + UV +Face 2490 +UV Count: 3 + UV + UV + UV +Face 2491 +UV Count: 3 + UV + UV + UV +Face 2492 +UV Count: 3 + UV + UV + UV +Face 2493 +UV Count: 3 + UV + UV + UV +Face 2494 +UV Count: 3 + UV + UV + UV +Face 2495 +UV Count: 3 + UV + UV + UV +Face 2496 +UV Count: 3 + UV + UV + UV +Face 2497 +UV Count: 3 + UV + UV + UV +Face 2498 +UV Count: 3 + UV + UV + UV +Face 2499 +UV Count: 3 + UV + UV + UV +Face 2500 +UV Count: 3 + UV + UV + UV +Face 2501 +UV Count: 3 + UV + UV + UV +Face 2502 +UV Count: 3 + UV + UV + UV +Face 2503 +UV Count: 3 + UV + UV + UV +Face 2504 +UV Count: 3 + UV + UV + UV +Face 2505 +UV Count: 3 + UV + UV + UV +Face 2506 +UV Count: 3 + UV + UV + UV +Face 2507 +UV Count: 3 + UV + UV + UV +Face 2508 +UV Count: 3 + UV + UV + UV +Face 2509 +UV Count: 3 + UV + UV + UV +Face 2510 +UV Count: 3 + UV + UV + UV +Face 2511 +UV Count: 3 + UV + UV + UV +Face 2512 +UV Count: 3 + UV + UV + UV +Face 2513 +UV Count: 3 + UV + UV + UV +Face 2514 +UV Count: 3 + UV + UV + UV +Face 2515 +UV Count: 3 + UV + UV + UV +Face 2516 +UV Count: 3 + UV + UV + UV +Face 2517 +UV Count: 3 + UV + UV + UV +Face 2518 +UV Count: 3 + UV + UV + UV +Face 2519 +UV Count: 3 + UV + UV + UV +Face 2520 +UV Count: 3 + UV + UV + UV +Face 2521 +UV Count: 3 + UV + UV + UV +Face 2522 +UV Count: 3 + UV + UV + UV +Face 2523 +UV Count: 3 + UV + UV + UV +Face 2524 +UV Count: 3 + UV + UV + UV +Face 2525 +UV Count: 3 + UV + UV + UV +Face 2526 +UV Count: 3 + UV + UV + UV +Face 2527 +UV Count: 3 + UV + UV + UV +Face 2528 +UV Count: 3 + UV + UV + UV +Face 2529 +UV Count: 3 + UV + UV + UV +Face 2530 +UV Count: 3 + UV + UV + UV +Face 2531 +UV Count: 3 + UV + UV + UV +Face 2532 +UV Count: 3 + UV + UV + UV +Face 2533 +UV Count: 3 + UV + UV + UV +Face 2534 +UV Count: 3 + UV + UV + UV +Face 2535 +UV Count: 3 + UV + UV + UV +Face 2536 +UV Count: 3 + UV + UV + UV +Face 2537 +UV Count: 3 + UV + UV + UV +Face 2538 +UV Count: 3 + UV + UV + UV +Face 2539 +UV Count: 3 + UV + UV + UV +Face 2540 +UV Count: 3 + UV + UV + UV +Face 2541 +UV Count: 3 + UV + UV + UV +Face 2542 +UV Count: 3 + UV + UV + UV +Face 2543 +UV Count: 3 + UV + UV + UV +Face 2544 +UV Count: 3 + UV + UV + UV +Face 2545 +UV Count: 3 + UV + UV + UV +Face 2546 +UV Count: 3 + UV + UV + UV +Face 2547 +UV Count: 3 + UV + UV + UV +Face 2548 +UV Count: 3 + UV + UV + UV +Face 2549 +UV Count: 3 + UV + UV + UV +Face 2550 +UV Count: 3 + UV + UV + UV +Face 2551 +UV Count: 3 + UV + UV + UV +Face 2552 +UV Count: 3 + UV + UV + UV +Face 2553 +UV Count: 3 + UV + UV + UV +Face 2554 +UV Count: 3 + UV + UV + UV +Face 2555 +UV Count: 3 + UV + UV + UV +Face 2556 +UV Count: 3 + UV + UV + UV +Face 2557 +UV Count: 3 + UV + UV + UV +Face 2558 +UV Count: 3 + UV + UV + UV +Face 2559 +UV Count: 3 + UV + UV + UV +Face 2560 +UV Count: 3 + UV + UV + UV +Face 2561 +UV Count: 3 + UV + UV + UV +Face 2562 +UV Count: 3 + UV + UV + UV +Face 2563 +UV Count: 3 + UV + UV + UV +Face 2564 +UV Count: 3 + UV + UV + UV +Face 2565 +UV Count: 3 + UV + UV + UV +Face 2566 +UV Count: 3 + UV + UV + UV +Face 2567 +UV Count: 3 + UV + UV + UV +Face 2568 +UV Count: 3 + UV + UV + UV +Face 2569 +UV Count: 3 + UV + UV + UV +Face 2570 +UV Count: 3 + UV + UV + UV +Face 2571 +UV Count: 3 + UV + UV + UV +Face 2572 +UV Count: 3 + UV + UV + UV +Face 2573 +UV Count: 3 + UV + UV + UV +Face 2574 +UV Count: 3 + UV + UV + UV +Face 2575 +UV Count: 3 + UV + UV + UV +Face 2576 +UV Count: 3 + UV + UV + UV +Face 2577 +UV Count: 3 + UV + UV + UV +Face 2578 +UV Count: 3 + UV + UV + UV +Face 2579 +UV Count: 3 + UV + UV + UV +Face 2580 +UV Count: 3 + UV + UV + UV +Face 2581 +UV Count: 3 + UV + UV + UV +Face 2582 +UV Count: 3 + UV + UV + UV +Face 2583 +UV Count: 3 + UV + UV + UV +Face 2584 +UV Count: 3 + UV + UV + UV +Face 2585 +UV Count: 3 + UV + UV + UV +Face 2586 +UV Count: 3 + UV + UV + UV +Face 2587 +UV Count: 3 + UV + UV + UV +Face 2588 +UV Count: 3 + UV + UV + UV +Face 2589 +UV Count: 3 + UV + UV + UV +Face 2590 +UV Count: 3 + UV + UV + UV +Face 2591 +UV Count: 3 + UV + UV + UV +Face 2592 +UV Count: 3 + UV + UV + UV +Face 2593 +UV Count: 3 + UV + UV + UV +Face 2594 +UV Count: 3 + UV + UV + UV +Face 2595 +UV Count: 3 + UV + UV + UV +Face 2596 +UV Count: 3 + UV + UV + UV +Face 2597 +UV Count: 3 + UV + UV + UV +Face 2598 +UV Count: 3 + UV + UV + UV +Face 2599 +UV Count: 3 + UV + UV + UV +Face 2600 +UV Count: 3 + UV + UV + UV +Face 2601 +UV Count: 3 + UV + UV + UV +Face 2602 +UV Count: 3 + UV + UV + UV +Face 2603 +UV Count: 3 + UV + UV + UV +Face 2604 +UV Count: 3 + UV + UV + UV +Face 2605 +UV Count: 3 + UV + UV + UV +Face 2606 +UV Count: 3 + UV + UV + UV +Face 2607 +UV Count: 3 + UV + UV + UV +Face 2608 +UV Count: 3 + UV + UV + UV +Face 2609 +UV Count: 3 + UV + UV + UV +Face 2610 +UV Count: 3 + UV + UV + UV +Face 2611 +UV Count: 3 + UV + UV + UV +Face 2612 +UV Count: 3 + UV + UV + UV +Face 2613 +UV Count: 3 + UV + UV + UV +Face 2614 +UV Count: 3 + UV + UV + UV +Face 2615 +UV Count: 3 + UV + UV + UV +Face 2616 +UV Count: 3 + UV + UV + UV +Face 2617 +UV Count: 3 + UV + UV + UV +Face 2618 +UV Count: 3 + UV + UV + UV +Face 2619 +UV Count: 3 + UV + UV + UV +Face 2620 +UV Count: 3 + UV + UV + UV +Face 2621 +UV Count: 3 + UV + UV + UV +Face 2622 +UV Count: 3 + UV + UV + UV +Face 2623 +UV Count: 3 + UV + UV + UV +Face 2624 +UV Count: 3 + UV + UV + UV +Face 2625 +UV Count: 3 + UV + UV + UV +Face 2626 +UV Count: 3 + UV + UV + UV +Face 2627 +UV Count: 3 + UV + UV + UV +Face 2628 +UV Count: 3 + UV + UV + UV +Face 2629 +UV Count: 3 + UV + UV + UV +Face 2630 +UV Count: 3 + UV + UV + UV +Face 2631 +UV Count: 3 + UV + UV + UV +Face 2632 +UV Count: 3 + UV + UV + UV +Face 2633 +UV Count: 3 + UV + UV + UV +Face 2634 +UV Count: 3 + UV + UV + UV +Face 2635 +UV Count: 3 + UV + UV + UV +Face 2636 +UV Count: 3 + UV + UV + UV +Face 2637 +UV Count: 3 + UV + UV + UV +Face 2638 +UV Count: 3 + UV + UV + UV +Face 2639 +UV Count: 3 + UV + UV + UV +Face 2640 +UV Count: 3 + UV + UV + UV +Face 2641 +UV Count: 3 + UV + UV + UV +Face 2642 +UV Count: 3 + UV + UV + UV +Face 2643 +UV Count: 3 + UV + UV + UV +Face 2644 +UV Count: 3 + UV + UV + UV +Face 2645 +UV Count: 3 + UV + UV + UV +Face 2646 +UV Count: 3 + UV + UV + UV +Face 2647 +UV Count: 3 + UV + UV + UV +Face 2648 +UV Count: 3 + UV + UV + UV +Face 2649 +UV Count: 3 + UV + UV + UV +Face 2650 +UV Count: 3 + UV + UV + UV +Face 2651 +UV Count: 3 + UV + UV + UV +Face 2652 +UV Count: 3 + UV + UV + UV +Face 2653 +UV Count: 3 + UV + UV + UV +Face 2654 +UV Count: 3 + UV + UV + UV +Face 2655 +UV Count: 3 + UV + UV + UV +Face 2656 +UV Count: 3 + UV + UV + UV +Face 2657 +UV Count: 3 + UV + UV + UV +Face 2658 +UV Count: 3 + UV + UV + UV +Face 2659 +UV Count: 3 + UV + UV + UV +Face 2660 +UV Count: 3 + UV + UV + UV +Face 2661 +UV Count: 3 + UV + UV + UV +Face 2662 +UV Count: 3 + UV + UV + UV +Face 2663 +UV Count: 3 + UV + UV + UV +Face 2664 +UV Count: 3 + UV + UV + UV +Face 2665 +UV Count: 3 + UV + UV + UV +Face 2666 +UV Count: 3 + UV + UV + UV +Face 2667 +UV Count: 3 + UV + UV + UV +Face 2668 +UV Count: 3 + UV + UV + UV +Face 2669 +UV Count: 3 + UV + UV + UV +Face 2670 +UV Count: 3 + UV + UV + UV +Face 2671 +UV Count: 3 + UV + UV + UV +Face 2672 +UV Count: 3 + UV + UV + UV +Face 2673 +UV Count: 3 + UV + UV + UV +Face 2674 +UV Count: 3 + UV + UV + UV +Face 2675 +UV Count: 3 + UV + UV + UV +Face 2676 +UV Count: 3 + UV + UV + UV +Face 2677 +UV Count: 3 + UV + UV + UV +Face 2678 +UV Count: 3 + UV + UV + UV +Face 2679 +UV Count: 3 + UV + UV + UV +Face 2680 +UV Count: 3 + UV + UV + UV +Face 2681 +UV Count: 3 + UV + UV + UV +Face 2682 +UV Count: 3 + UV + UV + UV +Face 2683 +UV Count: 3 + UV + UV + UV +Face 2684 +UV Count: 3 + UV + UV + UV +Face 2685 +UV Count: 3 + UV + UV + UV +Face 2686 +UV Count: 3 + UV + UV + UV +Face 2687 +UV Count: 3 + UV + UV + UV +Face 2688 +UV Count: 3 + UV + UV + UV +Face 2689 +UV Count: 3 + UV + UV + UV +Face 2690 +UV Count: 3 + UV + UV + UV +Face 2691 +UV Count: 3 + UV + UV + UV +Face 2692 +UV Count: 3 + UV + UV + UV +Face 2693 +UV Count: 3 + UV + UV + UV +Face 2694 +UV Count: 3 + UV + UV + UV +Face 2695 +UV Count: 3 + UV + UV + UV +Face 2696 +UV Count: 3 + UV + UV + UV +Face 2697 +UV Count: 3 + UV + UV + UV +Face 2698 +UV Count: 3 + UV + UV + UV +Face 2699 +UV Count: 3 + UV + UV + UV +Face 2700 +UV Count: 3 + UV + UV + UV +Face 2701 +UV Count: 3 + UV + UV + UV +Face 2702 +UV Count: 3 + UV + UV + UV +Face 2703 +UV Count: 3 + UV + UV + UV +Face 2704 +UV Count: 3 + UV + UV + UV +Face 2705 +UV Count: 3 + UV + UV + UV +Face 2706 +UV Count: 3 + UV + UV + UV +Face 2707 +UV Count: 3 + UV + UV + UV +Face 2708 +UV Count: 3 + UV + UV + UV +Face 2709 +UV Count: 3 + UV + UV + UV +Face 2710 +UV Count: 3 + UV + UV + UV +Face 2711 +UV Count: 3 + UV + UV + UV +Face 2712 +UV Count: 3 + UV + UV + UV +Face 2713 +UV Count: 3 + UV + UV + UV +Face 2714 +UV Count: 3 + UV + UV + UV +Face 2715 +UV Count: 3 + UV + UV + UV +Face 2716 +UV Count: 3 + UV + UV + UV +Face 2717 +UV Count: 3 + UV + UV + UV +Face 2718 +UV Count: 3 + UV + UV + UV +Face 2719 +UV Count: 3 + UV + UV + UV +Face 2720 +UV Count: 3 + UV + UV + UV +Face 2721 +UV Count: 3 + UV + UV + UV +Face 2722 +UV Count: 3 + UV + UV + UV +Face 2723 +UV Count: 3 + UV + UV + UV +Face 2724 +UV Count: 3 + UV + UV + UV +Face 2725 +UV Count: 3 + UV + UV + UV +Face 2726 +UV Count: 3 + UV + UV + UV +Face 2727 +UV Count: 3 + UV + UV + UV +Face 2728 +UV Count: 3 + UV + UV + UV +Face 2729 +UV Count: 3 + UV + UV + UV +Face 2730 +UV Count: 3 + UV + UV + UV +Face 2731 +UV Count: 3 + UV + UV + UV +Face 2732 +UV Count: 3 + UV + UV + UV +Face 2733 +UV Count: 3 + UV + UV + UV +Face 2734 +UV Count: 3 + UV + UV + UV +Face 2735 +UV Count: 3 + UV + UV + UV +Face 2736 +UV Count: 3 + UV + UV + UV +Face 2737 +UV Count: 3 + UV + UV + UV +Face 2738 +UV Count: 3 + UV + UV + UV +Face 2739 +UV Count: 3 + UV + UV + UV +Face 2740 +UV Count: 3 + UV + UV + UV +Face 2741 +UV Count: 3 + UV + UV + UV +Face 2742 +UV Count: 3 + UV + UV + UV +Face 2743 +UV Count: 3 + UV + UV + UV +Face 2744 +UV Count: 3 + UV + UV + UV +Face 2745 +UV Count: 3 + UV + UV + UV +Face 2746 +UV Count: 3 + UV + UV + UV +Face 2747 +UV Count: 3 + UV + UV + UV +Face 2748 +UV Count: 3 + UV + UV + UV +Face 2749 +UV Count: 3 + UV + UV + UV +Face 2750 +UV Count: 3 + UV + UV + UV +Face 2751 +UV Count: 3 + UV + UV + UV +Face 2752 +UV Count: 3 + UV + UV + UV +Face 2753 +UV Count: 3 + UV + UV + UV +Face 2754 +UV Count: 3 + UV + UV + UV +Face 2755 +UV Count: 3 + UV + UV + UV +Face 2756 +UV Count: 3 + UV + UV + UV +Face 2757 +UV Count: 3 + UV + UV + UV +Face 2758 +UV Count: 3 + UV + UV + UV +Face 2759 +UV Count: 3 + UV + UV + UV +Face 2760 +UV Count: 3 + UV + UV + UV +Face 2761 +UV Count: 3 + UV + UV + UV +Face 2762 +UV Count: 3 + UV + UV + UV +Face 2763 +UV Count: 3 + UV + UV + UV +Face 2764 +UV Count: 3 + UV + UV + UV +Face 2765 +UV Count: 3 + UV + UV + UV +Face 2766 +UV Count: 3 + UV + UV + UV +Face 2767 +UV Count: 3 + UV + UV + UV +Face 2768 +UV Count: 3 + UV + UV + UV +Face 2769 +UV Count: 3 + UV + UV + UV +Face 2770 +UV Count: 3 + UV + UV + UV +Face 2771 +UV Count: 3 + UV + UV + UV +Face 2772 +UV Count: 3 + UV + UV + UV +Face 2773 +UV Count: 3 + UV + UV + UV +Face 2774 +UV Count: 3 + UV + UV + UV +Face 2775 +UV Count: 3 + UV + UV + UV +Face 2776 +UV Count: 3 + UV + UV + UV +Face 2777 +UV Count: 3 + UV + UV + UV +Face 2778 +UV Count: 3 + UV + UV + UV +Face 2779 +UV Count: 3 + UV + UV + UV +Face 2780 +UV Count: 3 + UV + UV + UV +Face 2781 +UV Count: 3 + UV + UV + UV +Face 2782 +UV Count: 3 + UV + UV + UV +Face 2783 +UV Count: 3 + UV + UV + UV +Face 2784 +UV Count: 3 + UV + UV + UV +Face 2785 +UV Count: 3 + UV + UV + UV +Face 2786 +UV Count: 3 + UV + UV + UV +Face 2787 +UV Count: 3 + UV + UV + UV +Face 2788 +UV Count: 3 + UV + UV + UV +Face 2789 +UV Count: 3 + UV + UV + UV +Face 2790 +UV Count: 3 + UV + UV + UV +Face 2791 +UV Count: 3 + UV + UV + UV +Face 2792 +UV Count: 3 + UV + UV + UV +Face 2793 +UV Count: 3 + UV + UV + UV +Face 2794 +UV Count: 3 + UV + UV + UV +Face 2795 +UV Count: 3 + UV + UV + UV +Face 2796 +UV Count: 3 + UV + UV + UV +Face 2797 +UV Count: 3 + UV + UV + UV +Face 2798 +UV Count: 3 + UV + UV + UV +Face 2799 +UV Count: 3 + UV + UV + UV +Face 2800 +UV Count: 3 + UV + UV + UV +Face 2801 +UV Count: 3 + UV + UV + UV +Face 2802 +UV Count: 3 + UV + UV + UV +Face 2803 +UV Count: 3 + UV + UV + UV +Face 2804 +UV Count: 3 + UV + UV + UV +Face 2805 +UV Count: 3 + UV + UV + UV +Face 2806 +UV Count: 3 + UV + UV + UV +Face 2807 +UV Count: 3 + UV + UV + UV +Face 2808 +UV Count: 3 + UV + UV + UV +Face 2809 +UV Count: 3 + UV + UV + UV +Face 2810 +UV Count: 3 + UV + UV + UV +Face 2811 +UV Count: 3 + UV + UV + UV +Face 2812 +UV Count: 3 + UV + UV + UV +Face 2813 +UV Count: 3 + UV + UV + UV +Face 2814 +UV Count: 3 + UV + UV + UV +Face 2815 +UV Count: 3 + UV + UV + UV +Face 2816 +UV Count: 3 + UV + UV + UV +Face 2817 +UV Count: 3 + UV + UV + UV +Face 2818 +UV Count: 3 + UV + UV + UV +Face 2819 +UV Count: 3 + UV + UV + UV +Face 2820 +UV Count: 3 + UV + UV + UV +Face 2821 +UV Count: 3 + UV + UV + UV +Face 2822 +UV Count: 3 + UV + UV + UV +Face 2823 +UV Count: 3 + UV + UV + UV +Face 2824 +UV Count: 3 + UV + UV + UV +Face 2825 +UV Count: 3 + UV + UV + UV +Face 2826 +UV Count: 3 + UV + UV + UV +Face 2827 +UV Count: 3 + UV + UV + UV +Face 2828 +UV Count: 3 + UV + UV + UV +Face 2829 +UV Count: 3 + UV + UV + UV +Face 2830 +UV Count: 3 + UV + UV + UV +Face 2831 +UV Count: 3 + UV + UV + UV +Face 2832 +UV Count: 3 + UV + UV + UV +Face 2833 +UV Count: 3 + UV + UV + UV +Face 2834 +UV Count: 3 + UV + UV + UV +Face 2835 +UV Count: 3 + UV + UV + UV +Face 2836 +UV Count: 3 + UV + UV + UV +Face 2837 +UV Count: 3 + UV + UV + UV +Face 2838 +UV Count: 3 + UV + UV + UV +Face 2839 +UV Count: 3 + UV + UV + UV +Face 2840 +UV Count: 3 + UV + UV + UV +Face 2841 +UV Count: 3 + UV + UV + UV +Face 2842 +UV Count: 3 + UV + UV + UV +Face 2843 +UV Count: 3 + UV + UV + UV +Face 2844 +UV Count: 3 + UV + UV + UV +Face 2845 +UV Count: 3 + UV + UV + UV +Face 2846 +UV Count: 3 + UV + UV + UV +Face 2847 +UV Count: 3 + UV + UV + UV +Face 2848 +UV Count: 3 + UV + UV + UV +Face 2849 +UV Count: 3 + UV + UV + UV +Face 2850 +UV Count: 3 + UV + UV + UV +Face 2851 +UV Count: 3 + UV + UV + UV +Face 2852 +UV Count: 3 + UV + UV + UV +Face 2853 +UV Count: 3 + UV + UV + UV +Face 2854 +UV Count: 3 + UV + UV + UV +Face 2855 +UV Count: 3 + UV + UV + UV +Face 2856 +UV Count: 3 + UV + UV + UV +Face 2857 +UV Count: 3 + UV + UV + UV +Face 2858 +UV Count: 3 + UV + UV + UV +Face 2859 +UV Count: 3 + UV + UV + UV +Face 2860 +UV Count: 3 + UV + UV + UV +Face 2861 +UV Count: 3 + UV + UV + UV +Face 2862 +UV Count: 3 + UV + UV + UV +Face 2863 +UV Count: 3 + UV + UV + UV +Face 2864 +UV Count: 3 + UV + UV + UV +Face 2865 +UV Count: 3 + UV + UV + UV +Face 2866 +UV Count: 3 + UV + UV + UV +Face 2867 +UV Count: 3 + UV + UV + UV +Face 2868 +UV Count: 3 + UV + UV + UV +Face 2869 +UV Count: 3 + UV + UV + UV +Face 2870 +UV Count: 3 + UV + UV + UV +Face 2871 +UV Count: 3 + UV + UV + UV +Face 2872 +UV Count: 3 + UV + UV + UV +Face 2873 +UV Count: 3 + UV + UV + UV +Face 2874 +UV Count: 3 + UV + UV + UV +Face 2875 +UV Count: 3 + UV + UV + UV +Face 2876 +UV Count: 3 + UV + UV + UV +Face 2877 +UV Count: 3 + UV + UV + UV +Face 2878 +UV Count: 3 + UV + UV + UV +Face 2879 +UV Count: 3 + UV + UV + UV +Face 2880 +UV Count: 3 + UV + UV + UV +Face 2881 +UV Count: 3 + UV + UV + UV +Face 2882 +UV Count: 3 + UV + UV + UV +Face 2883 +UV Count: 3 + UV + UV + UV +Face 2884 +UV Count: 3 + UV + UV + UV +Face 2885 +UV Count: 3 + UV + UV + UV +Face 2886 +UV Count: 3 + UV + UV + UV +Face 2887 +UV Count: 3 + UV + UV + UV +Face 2888 +UV Count: 3 + UV + UV + UV +Face 2889 +UV Count: 3 + UV + UV + UV +Face 2890 +UV Count: 3 + UV + UV + UV +Face 2891 +UV Count: 3 + UV + UV + UV +Face 2892 +UV Count: 3 + UV + UV + UV +Face 2893 +UV Count: 3 + UV + UV + UV +Face 2894 +UV Count: 3 + UV + UV + UV +Face 2895 +UV Count: 3 + UV + UV + UV +Face 2896 +UV Count: 3 + UV + UV + UV +Face 2897 +UV Count: 3 + UV + UV + UV +Face 2898 +UV Count: 3 + UV + UV + UV +Face 2899 +UV Count: 3 + UV + UV + UV +Face 2900 +UV Count: 3 + UV + UV + UV +Face 2901 +UV Count: 3 + UV + UV + UV +Face 2902 +UV Count: 3 + UV + UV + UV +Face 2903 +UV Count: 3 + UV + UV + UV +Face 2904 +UV Count: 3 + UV + UV + UV +Face 2905 +UV Count: 3 + UV + UV + UV +Face 2906 +UV Count: 3 + UV + UV + UV +Face 2907 +UV Count: 3 + UV + UV + UV +Face 2908 +UV Count: 3 + UV + UV + UV +Face 2909 +UV Count: 3 + UV + UV + UV +Face 2910 +UV Count: 3 + UV + UV + UV +Face 2911 +UV Count: 3 + UV + UV + UV +Face 2912 +UV Count: 3 + UV + UV + UV +Face 2913 +UV Count: 3 + UV + UV + UV +Face 2914 +UV Count: 3 + UV + UV + UV +Face 2915 +UV Count: 3 + UV + UV + UV +Face 2916 +UV Count: 3 + UV + UV + UV +Face 2917 +UV Count: 3 + UV + UV + UV +Face 2918 +UV Count: 3 + UV + UV + UV +Face 2919 +UV Count: 3 + UV + UV + UV +Face 2920 +UV Count: 3 + UV + UV + UV +Face 2921 +UV Count: 3 + UV + UV + UV +Face 2922 +UV Count: 3 + UV + UV + UV +Face 2923 +UV Count: 3 + UV + UV + UV +Face 2924 +UV Count: 3 + UV + UV + UV +Face 2925 +UV Count: 3 + UV + UV + UV +Face 2926 +UV Count: 3 + UV + UV + UV +Face 2927 +UV Count: 3 + UV + UV + UV +Face 2928 +UV Count: 3 + UV + UV + UV +Face 2929 +UV Count: 3 + UV + UV + UV +Face 2930 +UV Count: 3 + UV + UV + UV +Face 2931 +UV Count: 3 + UV + UV + UV +Face 2932 +UV Count: 3 + UV + UV + UV +Face 2933 +UV Count: 3 + UV + UV + UV +Face 2934 +UV Count: 3 + UV + UV + UV +Face 2935 +UV Count: 3 + UV + UV + UV +Face 2936 +UV Count: 3 + UV + UV + UV +Face 2937 +UV Count: 3 + UV + UV + UV +Face 2938 +UV Count: 3 + UV + UV + UV +Face 2939 +UV Count: 3 + UV + UV + UV +Face 2940 +UV Count: 3 + UV + UV + UV +Face 2941 +UV Count: 3 + UV + UV + UV +Face 2942 +UV Count: 3 + UV + UV + UV +Face 2943 +UV Count: 3 + UV + UV + UV +Face 2944 +UV Count: 3 + UV + UV + UV +Face 2945 +UV Count: 3 + UV + UV + UV +Face 2946 +UV Count: 3 + UV + UV + UV +Face 2947 +UV Count: 3 + UV + UV + UV +Face 2948 +UV Count: 3 + UV + UV + UV +Face 2949 +UV Count: 3 + UV + UV + UV +Face 2950 +UV Count: 3 + UV + UV + UV +Face 2951 +UV Count: 3 + UV + UV + UV +Face 2952 +UV Count: 3 + UV + UV + UV +Face 2953 +UV Count: 3 + UV + UV + UV +Face 2954 +UV Count: 3 + UV + UV + UV +Face 2955 +UV Count: 3 + UV + UV + UV +Face 2956 +UV Count: 3 + UV + UV + UV +Face 2957 +UV Count: 3 + UV + UV + UV +Face 2958 +UV Count: 3 + UV + UV + UV +Face 2959 +UV Count: 3 + UV + UV + UV +Face 2960 +UV Count: 3 + UV + UV + UV +Face 2961 +UV Count: 3 + UV + UV + UV +Face 2962 +UV Count: 3 + UV + UV + UV +Face 2963 +UV Count: 3 + UV + UV + UV +Face 2964 +UV Count: 3 + UV + UV + UV +Face 2965 +UV Count: 3 + UV + UV + UV +Face 2966 +UV Count: 3 + UV + UV + UV +Face 2967 +UV Count: 3 + UV + UV + UV +Face 2968 +UV Count: 3 + UV + UV + UV +Face 2969 +UV Count: 3 + UV + UV + UV +Face 2970 +UV Count: 3 + UV + UV + UV +Face 2971 +UV Count: 3 + UV + UV + UV +Face 2972 +UV Count: 3 + UV + UV + UV +Face 2973 +UV Count: 3 + UV + UV + UV +Face 2974 +UV Count: 3 + UV + UV + UV +Face 2975 +UV Count: 3 + UV + UV + UV +Face 2976 +UV Count: 3 + UV + UV + UV +Face 2977 +UV Count: 3 + UV + UV + UV +Face 2978 +UV Count: 3 + UV + UV + UV +Face 2979 +UV Count: 3 + UV + UV + UV +Face 2980 +UV Count: 3 + UV + UV + UV +Face 2981 +UV Count: 3 + UV + UV + UV +Face 2982 +UV Count: 3 + UV + UV + UV +Face 2983 +UV Count: 3 + UV + UV + UV +Face 2984 +UV Count: 3 + UV + UV + UV +Face 2985 +UV Count: 3 + UV + UV + UV +Face 2986 +UV Count: 3 + UV + UV + UV +Face 2987 +UV Count: 3 + UV + UV + UV +Face 2988 +UV Count: 3 + UV + UV + UV +Face 2989 +UV Count: 3 + UV + UV + UV +Face 2990 +UV Count: 3 + UV + UV + UV +Face 2991 +UV Count: 3 + UV + UV + UV +Face 2992 +UV Count: 3 + UV + UV + UV +Face 2993 +UV Count: 3 + UV + UV + UV +Face 2994 +UV Count: 3 + UV + UV + UV +Face 2995 +UV Count: 3 + UV + UV + UV +Face 2996 +UV Count: 3 + UV + UV + UV +Face 2997 +UV Count: 3 + UV + UV + UV +Face 2998 +UV Count: 3 + UV + UV + UV +Face 2999 +UV Count: 3 + UV + UV + UV +Face 3000 +UV Count: 3 + UV + UV + UV +Face 3001 +UV Count: 3 + UV + UV + UV +Face 3002 +UV Count: 3 + UV + UV + UV +Face 3003 +UV Count: 3 + UV + UV + UV +Face 3004 +UV Count: 3 + UV + UV + UV +Face 3005 +UV Count: 3 + UV + UV + UV +Face 3006 +UV Count: 3 + UV + UV + UV +Face 3007 +UV Count: 3 + UV + UV + UV +Face 3008 +UV Count: 3 + UV + UV + UV +Face 3009 +UV Count: 3 + UV + UV + UV +Face 3010 +UV Count: 3 + UV + UV + UV +Face 3011 +UV Count: 3 + UV + UV + UV +Face 3012 +UV Count: 3 + UV + UV + UV +Face 3013 +UV Count: 3 + UV + UV + UV +Face 3014 +UV Count: 3 + UV + UV + UV +Face 3015 +UV Count: 3 + UV + UV + UV +Face 3016 +UV Count: 3 + UV + UV + UV +Face 3017 +UV Count: 3 + UV + UV + UV +Face 3018 +UV Count: 3 + UV + UV + UV +Face 3019 +UV Count: 3 + UV + UV + UV +Face 3020 +UV Count: 3 + UV + UV + UV +Face 3021 +UV Count: 3 + UV + UV + UV +Face 3022 +UV Count: 3 + UV + UV + UV +Face 3023 +UV Count: 3 + UV + UV + UV +Face 3024 +UV Count: 3 + UV + UV + UV +Face 3025 +UV Count: 3 + UV + UV + UV +Face 3026 +UV Count: 3 + UV + UV + UV +Face 3027 +UV Count: 3 + UV + UV + UV +Face 3028 +UV Count: 3 + UV + UV + UV +Face 3029 +UV Count: 3 + UV + UV + UV +Face 3030 +UV Count: 3 + UV + UV + UV +Face 3031 +UV Count: 3 + UV + UV + UV +Face 3032 +UV Count: 3 + UV + UV + UV +Face 3033 +UV Count: 3 + UV + UV + UV +Face 3034 +UV Count: 3 + UV + UV + UV +Face 3035 +UV Count: 3 + UV + UV + UV +Face 3036 +UV Count: 3 + UV + UV + UV +Face 3037 +UV Count: 3 + UV + UV + UV +Face 3038 +UV Count: 3 + UV + UV + UV +Face 3039 +UV Count: 3 + UV + UV + UV +Face 3040 +UV Count: 3 + UV + UV + UV +Face 3041 +UV Count: 3 + UV + UV + UV +Face 3042 +UV Count: 3 + UV + UV + UV +Face 3043 +UV Count: 3 + UV + UV + UV +Face 3044 +UV Count: 3 + UV + UV + UV +Face 3045 +UV Count: 3 + UV + UV + UV +Face 3046 +UV Count: 3 + UV + UV + UV +Face 3047 +UV Count: 3 + UV + UV + UV +Face 3048 +UV Count: 3 + UV + UV + UV +Face 3049 +UV Count: 3 + UV + UV + UV +Face 3050 +UV Count: 3 + UV + UV + UV +Face 3051 +UV Count: 3 + UV + UV + UV +Face 3052 +UV Count: 3 + UV + UV + UV +Face 3053 +UV Count: 3 + UV + UV + UV +Face 3054 +UV Count: 3 + UV + UV + UV +Face 3055 +UV Count: 3 + UV + UV + UV +Face 3056 +UV Count: 3 + UV + UV + UV +Face 3057 +UV Count: 3 + UV + UV + UV +Face 3058 +UV Count: 3 + UV + UV + UV +Face 3059 +UV Count: 3 + UV + UV + UV +Face 3060 +UV Count: 3 + UV + UV + UV +Face 3061 +UV Count: 3 + UV + UV + UV +Face 3062 +UV Count: 3 + UV + UV + UV +Face 3063 +UV Count: 3 + UV + UV + UV +Face 3064 +UV Count: 3 + UV + UV + UV +Face 3065 +UV Count: 3 + UV + UV + UV +Face 3066 +UV Count: 3 + UV + UV + UV +Face 3067 +UV Count: 3 + UV + UV + UV +Face 3068 +UV Count: 3 + UV + UV + UV +Face 3069 +UV Count: 3 + UV + UV + UV +Face 3070 +UV Count: 3 + UV + UV + UV +Face 3071 +UV Count: 3 + UV + UV + UV +Face 3072 +UV Count: 3 + UV + UV + UV +Face 3073 +UV Count: 3 + UV + UV + UV +Face 3074 +UV Count: 3 + UV + UV + UV +Face 3075 +UV Count: 3 + UV + UV + UV +Face 3076 +UV Count: 3 + UV + UV + UV +Face 3077 +UV Count: 3 + UV + UV + UV +Face 3078 +UV Count: 3 + UV + UV + UV +Face 3079 +UV Count: 3 + UV + UV + UV +Face 3080 +UV Count: 3 + UV + UV + UV +Face 3081 +UV Count: 3 + UV + UV + UV +Face 3082 +UV Count: 3 + UV + UV + UV +Face 3083 +UV Count: 3 + UV + UV + UV +Face 3084 +UV Count: 3 + UV + UV + UV +Face 3085 +UV Count: 3 + UV + UV + UV +Face 3086 +UV Count: 3 + UV + UV + UV +Face 3087 +UV Count: 3 + UV + UV + UV +Face 3088 +UV Count: 3 + UV + UV + UV +Face 3089 +UV Count: 3 + UV + UV + UV +Face 3090 +UV Count: 3 + UV + UV + UV +Face 3091 +UV Count: 3 + UV + UV + UV +Face 3092 +UV Count: 3 + UV + UV + UV +Face 3093 +UV Count: 3 + UV + UV + UV +Face 3094 +UV Count: 3 + UV + UV + UV +Face 3095 +UV Count: 3 + UV + UV + UV +Face 3096 +UV Count: 3 + UV + UV + UV +Face 3097 +UV Count: 3 + UV + UV + UV +Face 3098 +UV Count: 3 + UV + UV + UV +Face 3099 +UV Count: 3 + UV + UV + UV +Face 3100 +UV Count: 3 + UV + UV + UV +Face 3101 +UV Count: 3 + UV + UV + UV +Face 3102 +UV Count: 3 + UV + UV + UV +Face 3103 +UV Count: 3 + UV + UV + UV +Face 3104 +UV Count: 3 + UV + UV + UV +Face 3105 +UV Count: 3 + UV + UV + UV +Face 3106 +UV Count: 3 + UV + UV + UV +Face 3107 +UV Count: 3 + UV + UV + UV +Face 3108 +UV Count: 3 + UV + UV + UV +Face 3109 +UV Count: 3 + UV + UV + UV +Face 3110 +UV Count: 3 + UV + UV + UV +Face 3111 +UV Count: 3 + UV + UV + UV +Face 3112 +UV Count: 3 + UV + UV + UV +Face 3113 +UV Count: 3 + UV + UV + UV +Face 3114 +UV Count: 3 + UV + UV + UV +Face 3115 +UV Count: 3 + UV + UV + UV +Face 3116 +UV Count: 3 + UV + UV + UV +Face 3117 +UV Count: 3 + UV + UV + UV +Face 3118 +UV Count: 3 + UV + UV + UV +Face 3119 +UV Count: 3 + UV + UV + UV +Face 3120 +UV Count: 3 + UV + UV + UV +Face 3121 +UV Count: 3 + UV + UV + UV +Face 3122 +UV Count: 3 + UV + UV + UV +Face 3123 +UV Count: 3 + UV + UV + UV +Face 3124 +UV Count: 3 + UV + UV + UV +Face 3125 +UV Count: 3 + UV + UV + UV +Face 3126 +UV Count: 3 + UV + UV + UV +Face 3127 +UV Count: 3 + UV + UV + UV +Face 3128 +UV Count: 3 + UV + UV + UV +Face 3129 +UV Count: 3 + UV + UV + UV +Face 3130 +UV Count: 3 + UV + UV + UV +Face 3131 +UV Count: 3 + UV + UV + UV +Face 3132 +UV Count: 3 + UV + UV + UV +Face 3133 +UV Count: 3 + UV + UV + UV +Face 3134 +UV Count: 3 + UV + UV + UV +Face 3135 +UV Count: 3 + UV + UV + UV +Face 3136 +UV Count: 3 + UV + UV + UV +Face 3137 +UV Count: 3 + UV + UV + UV +Face 3138 +UV Count: 3 + UV + UV + UV +Face 3139 +UV Count: 3 + UV + UV + UV +Face 3140 +UV Count: 3 + UV + UV + UV +Face 3141 +UV Count: 3 + UV + UV + UV +Face 3142 +UV Count: 3 + UV + UV + UV +Face 3143 +UV Count: 3 + UV + UV + UV +Face 3144 +UV Count: 3 + UV + UV + UV +Face 3145 +UV Count: 3 + UV + UV + UV +Face 3146 +UV Count: 3 + UV + UV + UV +Face 3147 +UV Count: 3 + UV + UV + UV +Face 3148 +UV Count: 3 + UV + UV + UV +Face 3149 +UV Count: 3 + UV + UV + UV +Face 3150 +UV Count: 3 + UV + UV + UV +Face 3151 +UV Count: 3 + UV + UV + UV +Face 3152 +UV Count: 3 + UV + UV + UV +Face 3153 +UV Count: 3 + UV + UV + UV +Face 3154 +UV Count: 3 + UV + UV + UV +Face 3155 +UV Count: 3 + UV + UV + UV +Face 3156 +UV Count: 3 + UV + UV + UV +Face 3157 +UV Count: 3 + UV + UV + UV +Face 3158 +UV Count: 3 + UV + UV + UV +Face 3159 +UV Count: 3 + UV + UV + UV +Face 3160 +UV Count: 3 + UV + UV + UV +Face 3161 +UV Count: 3 + UV + UV + UV +Face 3162 +UV Count: 3 + UV + UV + UV +Face 3163 +UV Count: 3 + UV + UV + UV +Face 3164 +UV Count: 3 + UV + UV + UV +Face 3165 +UV Count: 3 + UV + UV + UV +Face 3166 +UV Count: 3 + UV + UV + UV +Face 3167 +UV Count: 3 + UV + UV + UV +Face 3168 +UV Count: 3 + UV + UV + UV +Face 3169 +UV Count: 3 + UV + UV + UV +Face 3170 +UV Count: 3 + UV + UV + UV +Face 3171 +UV Count: 3 + UV + UV + UV +Face 3172 +UV Count: 3 + UV + UV + UV +Face 3173 +UV Count: 3 + UV + UV + UV +Face 3174 +UV Count: 3 + UV + UV + UV +Face 3175 +UV Count: 3 + UV + UV + UV +Face 3176 +UV Count: 3 + UV + UV + UV +Face 3177 +UV Count: 3 + UV + UV + UV +Face 3178 +UV Count: 3 + UV + UV + UV +Face 3179 +UV Count: 3 + UV + UV + UV +Face 3180 +UV Count: 3 + UV + UV + UV +Face 3181 +UV Count: 3 + UV + UV + UV +Face 3182 +UV Count: 3 + UV + UV + UV +Face 3183 +UV Count: 3 + UV + UV + UV +Face 3184 +UV Count: 3 + UV + UV + UV +Face 3185 +UV Count: 3 + UV + UV + UV +Face 3186 +UV Count: 3 + UV + UV + UV +Face 3187 +UV Count: 3 + UV + UV + UV +Face 3188 +UV Count: 3 + UV + UV + UV +Face 3189 +UV Count: 3 + UV + UV + UV +Face 3190 +UV Count: 3 + UV + UV + UV +Face 3191 +UV Count: 3 + UV + UV + UV +Face 3192 +UV Count: 3 + UV + UV + UV +Face 3193 +UV Count: 3 + UV + UV + UV +Face 3194 +UV Count: 3 + UV + UV + UV +Face 3195 +UV Count: 3 + UV + UV + UV +Face 3196 +UV Count: 3 + UV + UV + UV +Face 3197 +UV Count: 3 + UV + UV + UV +Face 3198 +UV Count: 3 + UV + UV + UV +Face 3199 +UV Count: 3 + UV + UV + UV +Face 3200 +UV Count: 3 + UV + UV + UV +Face 3201 +UV Count: 3 + UV + UV + UV +Face 3202 +UV Count: 3 + UV + UV + UV +Face 3203 +UV Count: 3 + UV + UV + UV +Face 3204 +UV Count: 3 + UV + UV + UV +Face 3205 +UV Count: 3 + UV + UV + UV +Face 3206 +UV Count: 3 + UV + UV + UV +Face 3207 +UV Count: 3 + UV + UV + UV +Face 3208 +UV Count: 3 + UV + UV + UV +Face 3209 +UV Count: 3 + UV + UV + UV +Face 3210 +UV Count: 3 + UV + UV + UV +Face 3211 +UV Count: 3 + UV + UV + UV +Face 3212 +UV Count: 3 + UV + UV + UV +Face 3213 +UV Count: 3 + UV + UV + UV +Face 3214 +UV Count: 3 + UV + UV + UV +Face 3215 +UV Count: 3 + UV + UV + UV +Face 3216 +UV Count: 3 + UV + UV + UV +Face 3217 +UV Count: 3 + UV + UV + UV +Face 3218 +UV Count: 3 + UV + UV + UV +Face 3219 +UV Count: 3 + UV + UV + UV +Face 3220 +UV Count: 3 + UV + UV + UV +Face 3221 +UV Count: 3 + UV + UV + UV +Face 3222 +UV Count: 3 + UV + UV + UV +Face 3223 +UV Count: 3 + UV + UV + UV +Face 3224 +UV Count: 3 + UV + UV + UV +Face 3225 +UV Count: 3 + UV + UV + UV +Face 3226 +UV Count: 3 + UV + UV + UV +Face 3227 +UV Count: 3 + UV + UV + UV +Face 3228 +UV Count: 3 + UV + UV + UV +Face 3229 +UV Count: 3 + UV + UV + UV +Face 3230 +UV Count: 3 + UV + UV + UV +Face 3231 +UV Count: 3 + UV + UV + UV +Face 3232 +UV Count: 3 + UV + UV + UV +Face 3233 +UV Count: 3 + UV + UV + UV +Face 3234 +UV Count: 3 + UV + UV + UV +Face 3235 +UV Count: 3 + UV + UV + UV +Face 3236 +UV Count: 3 + UV + UV + UV +Face 3237 +UV Count: 3 + UV + UV + UV +Face 3238 +UV Count: 3 + UV + UV + UV +Face 3239 +UV Count: 3 + UV + UV + UV +Face 3240 +UV Count: 3 + UV + UV + UV +Face 3241 +UV Count: 3 + UV + UV + UV +Face 3242 +UV Count: 3 + UV + UV + UV +Face 3243 +UV Count: 3 + UV + UV + UV +Face 3244 +UV Count: 3 + UV + UV + UV +Face 3245 +UV Count: 3 + UV + UV + UV +Face 3246 +UV Count: 3 + UV + UV + UV +Face 3247 +UV Count: 3 + UV + UV + UV +Face 3248 +UV Count: 3 + UV + UV + UV +Face 3249 +UV Count: 3 + UV + UV + UV +Face 3250 +UV Count: 3 + UV + UV + UV +Face 3251 +UV Count: 3 + UV + UV + UV +Face 3252 +UV Count: 3 + UV + UV + UV +Face 3253 +UV Count: 3 + UV + UV + UV +Face 3254 +UV Count: 3 + UV + UV + UV +Face 3255 +UV Count: 3 + UV + UV + UV +Face 3256 +UV Count: 3 + UV + UV + UV +Face 3257 +UV Count: 3 + UV + UV + UV +Face 3258 +UV Count: 3 + UV + UV + UV +Face 3259 +UV Count: 3 + UV + UV + UV +Face 3260 +UV Count: 3 + UV + UV + UV +Face 3261 +UV Count: 3 + UV + UV + UV +Face 3262 +UV Count: 3 + UV + UV + UV +Face 3263 +UV Count: 3 + UV + UV + UV +Face 3264 +UV Count: 3 + UV + UV + UV +Face 3265 +UV Count: 3 + UV + UV + UV +Face 3266 +UV Count: 3 + UV + UV + UV +Face 3267 +UV Count: 3 + UV + UV + UV +Face 3268 +UV Count: 3 + UV + UV + UV +Face 3269 +UV Count: 3 + UV + UV + UV +Face 3270 +UV Count: 3 + UV + UV + UV +Face 3271 +UV Count: 3 + UV + UV + UV +Face 3272 +UV Count: 3 + UV + UV + UV +Face 3273 +UV Count: 3 + UV + UV + UV +Face 3274 +UV Count: 3 + UV + UV + UV +Face 3275 +UV Count: 3 + UV + UV + UV +Face 3276 +UV Count: 3 + UV + UV + UV +Face 3277 +UV Count: 3 + UV + UV + UV +Face 3278 +UV Count: 3 + UV + UV + UV +Face 3279 +UV Count: 3 + UV + UV + UV +Face 3280 +UV Count: 3 + UV + UV + UV +Face 3281 +UV Count: 3 + UV + UV + UV +Face 3282 +UV Count: 3 + UV + UV + UV +Face 3283 +UV Count: 3 + UV + UV + UV +Face 3284 +UV Count: 3 + UV + UV + UV +Face 3285 +UV Count: 3 + UV + UV + UV +Face 3286 +UV Count: 3 + UV + UV + UV +Face 3287 +UV Count: 3 + UV + UV + UV +Face 3288 +UV Count: 3 + UV + UV + UV +Face 3289 +UV Count: 3 + UV + UV + UV +Face 3290 +UV Count: 3 + UV + UV + UV +Face 3291 +UV Count: 3 + UV + UV + UV +Face 3292 +UV Count: 3 + UV + UV + UV +Face 3293 +UV Count: 3 + UV + UV + UV +Face 3294 +UV Count: 3 + UV + UV + UV +Face 3295 +UV Count: 3 + UV + UV + UV +Face 3296 +UV Count: 3 + UV + UV + UV +Face 3297 +UV Count: 3 + UV + UV + UV +Face 3298 +UV Count: 3 + UV + UV + UV +Face 3299 +UV Count: 3 + UV + UV + UV +Face 3300 +UV Count: 3 + UV + UV + UV +Face 3301 +UV Count: 3 + UV + UV + UV +Face 3302 +UV Count: 3 + UV + UV + UV +Face 3303 +UV Count: 3 + UV + UV + UV +Face 3304 +UV Count: 3 + UV + UV + UV +Face 3305 +UV Count: 3 + UV + UV + UV +Face 3306 +UV Count: 3 + UV + UV + UV +Face 3307 +UV Count: 3 + UV + UV + UV +Face 3308 +UV Count: 3 + UV + UV + UV +Face 3309 +UV Count: 3 + UV + UV + UV +Face 3310 +UV Count: 3 + UV + UV + UV +Face 3311 +UV Count: 3 + UV + UV + UV +Face 3312 +UV Count: 3 + UV + UV + UV +Face 3313 +UV Count: 3 + UV + UV + UV +Face 3314 +UV Count: 3 + UV + UV + UV +Face 3315 +UV Count: 3 + UV + UV + UV +Face 3316 +UV Count: 3 + UV + UV + UV +Face 3317 +UV Count: 3 + UV + UV + UV +Face 3318 +UV Count: 3 + UV + UV + UV +Face 3319 +UV Count: 3 + UV + UV + UV +Face 3320 +UV Count: 3 + UV + UV + UV +Face 3321 +UV Count: 3 + UV + UV + UV +Face 3322 +UV Count: 3 + UV + UV + UV +Face 3323 +UV Count: 3 + UV + UV + UV +Face 3324 +UV Count: 3 + UV + UV + UV +Face 3325 +UV Count: 3 + UV + UV + UV +Face 3326 +UV Count: 3 + UV + UV + UV +Face 3327 +UV Count: 3 + UV + UV + UV +Face 3328 +UV Count: 3 + UV + UV + UV +Face 3329 +UV Count: 3 + UV + UV + UV +Face 3330 +UV Count: 3 + UV + UV + UV +Face 3331 +UV Count: 3 + UV + UV + UV +Face 3332 +UV Count: 3 + UV + UV + UV +Face 3333 +UV Count: 3 + UV + UV + UV +Face 3334 +UV Count: 3 + UV + UV + UV +Face 3335 +UV Count: 3 + UV + UV + UV +Face 3336 +UV Count: 3 + UV + UV + UV +Face 3337 +UV Count: 3 + UV + UV + UV +Face 3338 +UV Count: 3 + UV + UV + UV +Face 3339 +UV Count: 3 + UV + UV + UV +Face 3340 +UV Count: 3 + UV + UV + UV +Face 3341 +UV Count: 3 + UV + UV + UV +Face 3342 +UV Count: 3 + UV + UV + UV +Face 3343 +UV Count: 3 + UV + UV + UV +Face 3344 +UV Count: 3 + UV + UV + UV +Face 3345 +UV Count: 3 + UV + UV + UV +Face 3346 +UV Count: 3 + UV + UV + UV +Face 3347 +UV Count: 3 + UV + UV + UV +Face 3348 +UV Count: 3 + UV + UV + UV +Face 3349 +UV Count: 3 + UV + UV + UV +Face 3350 +UV Count: 3 + UV + UV + UV +Face 3351 +UV Count: 3 + UV + UV + UV +Face 3352 +UV Count: 3 + UV + UV + UV +Face 3353 +UV Count: 3 + UV + UV + UV +Face 3354 +UV Count: 3 + UV + UV + UV +Face 3355 +UV Count: 3 + UV + UV + UV +Face 3356 +UV Count: 3 + UV + UV + UV +Face 3357 +UV Count: 3 + UV + UV + UV +Face 3358 +UV Count: 3 + UV + UV + UV +Face 3359 +UV Count: 3 + UV + UV + UV +Face 3360 +UV Count: 3 + UV + UV + UV +Face 3361 +UV Count: 3 + UV + UV + UV +Face 3362 +UV Count: 3 + UV + UV + UV +Face 3363 +UV Count: 3 + UV + UV + UV +Face 3364 +UV Count: 3 + UV + UV + UV +Face 3365 +UV Count: 3 + UV + UV + UV +Face 3366 +UV Count: 3 + UV + UV + UV +Face 3367 +UV Count: 3 + UV + UV + UV +Face 3368 +UV Count: 3 + UV + UV + UV +Face 3369 +UV Count: 3 + UV + UV + UV +Face 3370 +UV Count: 3 + UV + UV + UV +Face 3371 +UV Count: 3 + UV + UV + UV +Face 3372 +UV Count: 3 + UV + UV + UV +Face 3373 +UV Count: 3 + UV + UV + UV +Face 3374 +UV Count: 3 + UV + UV + UV +Face 3375 +UV Count: 3 + UV + UV + UV +Face 3376 +UV Count: 3 + UV + UV + UV +Face 3377 +UV Count: 3 + UV + UV + UV +Face 3378 +UV Count: 3 + UV + UV + UV +Face 3379 +UV Count: 3 + UV + UV + UV +Face 3380 +UV Count: 3 + UV + UV + UV +Face 3381 +UV Count: 3 + UV + UV + UV +Face 3382 +UV Count: 3 + UV + UV + UV +Face 3383 +UV Count: 3 + UV + UV + UV +Face 3384 +UV Count: 3 + UV + UV + UV +Face 3385 +UV Count: 3 + UV + UV + UV +Face 3386 +UV Count: 3 + UV + UV + UV +Face 3387 +UV Count: 3 + UV + UV + UV +Face 3388 +UV Count: 3 + UV + UV + UV +Face 3389 +UV Count: 3 + UV + UV + UV +Face 3390 +UV Count: 3 + UV + UV + UV +Face 3391 +UV Count: 3 + UV + UV + UV +Face 3392 +UV Count: 3 + UV + UV + UV +Face 3393 +UV Count: 3 + UV + UV + UV +Face 3394 +UV Count: 3 + UV + UV + UV +Face 3395 +UV Count: 3 + UV + UV + UV +Face 3396 +UV Count: 3 + UV + UV + UV +Face 3397 +UV Count: 3 + UV + UV + UV +Face 3398 +UV Count: 3 + UV + UV + UV +Face 3399 +UV Count: 3 + UV + UV + UV +Face 3400 +UV Count: 3 + UV + UV + UV +Face 3401 +UV Count: 3 + UV + UV + UV +Face 3402 +UV Count: 3 + UV + UV + UV +Face 3403 +UV Count: 3 + UV + UV + UV +Face 3404 +UV Count: 3 + UV + UV + UV +Face 3405 +UV Count: 3 + UV + UV + UV +Face 3406 +UV Count: 3 + UV + UV + UV +Face 3407 +UV Count: 3 + UV + UV + UV +Face 3408 +UV Count: 3 + UV + UV + UV +Face 3409 +UV Count: 3 + UV + UV + UV +Face 3410 +UV Count: 3 + UV + UV + UV +Face 3411 +UV Count: 3 + UV + UV + UV +Face 3412 +UV Count: 3 + UV + UV + UV +Face 3413 +UV Count: 3 + UV + UV + UV +Face 3414 +UV Count: 3 + UV + UV + UV +Face 3415 +UV Count: 3 + UV + UV + UV +Face 3416 +UV Count: 3 + UV + UV + UV +Face 3417 +UV Count: 3 + UV + UV + UV +Face 3418 +UV Count: 3 + UV + UV + UV +Face 3419 +UV Count: 3 + UV + UV + UV +Face 3420 +UV Count: 3 + UV + UV + UV +Face 3421 +UV Count: 3 + UV + UV + UV +Face 3422 +UV Count: 3 + UV + UV + UV +Face 3423 +UV Count: 3 + UV + UV + UV +Face 3424 +UV Count: 3 + UV + UV + UV +Face 3425 +UV Count: 3 + UV + UV + UV +Face 3426 +UV Count: 3 + UV + UV + UV +Face 3427 +UV Count: 3 + UV + UV + UV +Face 3428 +UV Count: 3 + UV + UV + UV +Face 3429 +UV Count: 3 + UV + UV + UV +Face 3430 +UV Count: 3 + UV + UV + UV +Face 3431 +UV Count: 3 + UV + UV + UV +Face 3432 +UV Count: 3 + UV + UV + UV +Face 3433 +UV Count: 3 + UV + UV + UV +Face 3434 +UV Count: 3 + UV + UV + UV +Face 3435 +UV Count: 3 + UV + UV + UV +Face 3436 +UV Count: 3 + UV + UV + UV +Face 3437 +UV Count: 3 + UV + UV + UV +Face 3438 +UV Count: 3 + UV + UV + UV +Face 3439 +UV Count: 3 + UV + UV + UV +Face 3440 +UV Count: 3 + UV + UV + UV +Face 3441 +UV Count: 3 + UV + UV + UV +Face 3442 +UV Count: 3 + UV + UV + UV +Face 3443 +UV Count: 3 + UV + UV + UV +Face 3444 +UV Count: 3 + UV + UV + UV +Face 3445 +UV Count: 3 + UV + UV + UV +Face 3446 +UV Count: 3 + UV + UV + UV +Face 3447 +UV Count: 3 + UV + UV + UV +Face 3448 +UV Count: 3 + UV + UV + UV +Face 3449 +UV Count: 3 + UV + UV + UV +Face 3450 +UV Count: 3 + UV + UV + UV +Face 3451 +UV Count: 3 + UV + UV + UV +Face 3452 +UV Count: 3 + UV + UV + UV +Face 3453 +UV Count: 3 + UV + UV + UV +Face 3454 +UV Count: 3 + UV + UV + UV +Face 3455 +UV Count: 3 + UV + UV + UV +Face 3456 +UV Count: 3 + UV + UV + UV +Face 3457 +UV Count: 3 + UV + UV + UV +Face 3458 +UV Count: 3 + UV + UV + UV +Face 3459 +UV Count: 3 + UV + UV + UV +Face 3460 +UV Count: 3 + UV + UV + UV +Face 3461 +UV Count: 3 + UV + UV + UV +Face 3462 +UV Count: 3 + UV + UV + UV +Face 3463 +UV Count: 3 + UV + UV + UV +Face 3464 +UV Count: 3 + UV + UV + UV +Face 3465 +UV Count: 3 + UV + UV + UV +Face 3466 +UV Count: 3 + UV + UV + UV +Face 3467 +UV Count: 3 + UV + UV + UV +Face 3468 +UV Count: 3 + UV + UV + UV +Face 3469 +UV Count: 3 + UV + UV + UV +Face 3470 +UV Count: 3 + UV + UV + UV +Face 3471 +UV Count: 3 + UV + UV + UV +Face 3472 +UV Count: 3 + UV + UV + UV +Face 3473 +UV Count: 3 + UV + UV + UV +Face 3474 +UV Count: 3 + UV + UV + UV +Face 3475 +UV Count: 3 + UV + UV + UV +Face 3476 +UV Count: 3 + UV + UV + UV +Face 3477 +UV Count: 3 + UV + UV + UV +Face 3478 +UV Count: 3 + UV + UV + UV +Face 3479 +UV Count: 3 + UV + UV + UV +Face 3480 +UV Count: 3 + UV + UV + UV +Face 3481 +UV Count: 3 + UV + UV + UV +Face 3482 +UV Count: 3 + UV + UV + UV +Face 3483 +UV Count: 3 + UV + UV + UV +Face 3484 +UV Count: 3 + UV + UV + UV +Face 3485 +UV Count: 3 + UV + UV + UV +Face 3486 +UV Count: 3 + UV + UV + UV +Face 3487 +UV Count: 3 + UV + UV + UV +Face 3488 +UV Count: 3 + UV + UV + UV +Face 3489 +UV Count: 3 + UV + UV + UV +Face 3490 +UV Count: 3 + UV + UV + UV +Face 3491 +UV Count: 3 + UV + UV + UV +Face 3492 +UV Count: 3 + UV + UV + UV +Face 3493 +UV Count: 3 + UV + UV + UV +Face 3494 +UV Count: 3 + UV + UV + UV +Face 3495 +UV Count: 3 + UV + UV + UV +Face 3496 +UV Count: 3 + UV + UV + UV +Face 3497 +UV Count: 3 + UV + UV + UV +Face 3498 +UV Count: 3 + UV + UV + UV +Face 3499 +UV Count: 3 + UV + UV + UV +Face 3500 +UV Count: 3 + UV + UV + UV +Face 3501 +UV Count: 3 + UV + UV + UV +Face 3502 +UV Count: 3 + UV + UV + UV +Face 3503 +UV Count: 3 + UV + UV + UV +Face 3504 +UV Count: 3 + UV + UV + UV +Face 3505 +UV Count: 3 + UV + UV + UV +Face 3506 +UV Count: 3 + UV + UV + UV +Face 3507 +UV Count: 3 + UV + UV + UV +Face 3508 +UV Count: 3 + UV + UV + UV +Face 3509 +UV Count: 3 + UV + UV + UV +Face 3510 +UV Count: 3 + UV + UV + UV +Face 3511 +UV Count: 3 + UV + UV + UV +Face 3512 +UV Count: 3 + UV + UV + UV +Face 3513 +UV Count: 3 + UV + UV + UV +Face 3514 +UV Count: 3 + UV + UV + UV +Face 3515 +UV Count: 3 + UV + UV + UV +Face 3516 +UV Count: 3 + UV + UV + UV +Face 3517 +UV Count: 3 + UV + UV + UV +Face 3518 +UV Count: 3 + UV + UV + UV +Face 3519 +UV Count: 3 + UV + UV + UV +Face 3520 +UV Count: 3 + UV + UV + UV +Face 3521 +UV Count: 3 + UV + UV + UV +Face 3522 +UV Count: 3 + UV + UV + UV +Face 3523 +UV Count: 3 + UV + UV + UV +Face 3524 +UV Count: 3 + UV + UV + UV +Face 3525 +UV Count: 3 + UV + UV + UV +Face 3526 +UV Count: 3 + UV + UV + UV +Face 3527 +UV Count: 3 + UV + UV + UV +Face 3528 +UV Count: 3 + UV + UV + UV +Face 3529 +UV Count: 3 + UV + UV + UV +Face 3530 +UV Count: 3 + UV + UV + UV +Face 3531 +UV Count: 3 + UV + UV + UV +Face 3532 +UV Count: 3 + UV + UV + UV +Face 3533 +UV Count: 3 + UV + UV + UV +Face 3534 +UV Count: 3 + UV + UV + UV +Face 3535 +UV Count: 3 + UV + UV + UV +Face 3536 +UV Count: 3 + UV + UV + UV +Face 3537 +UV Count: 3 + UV + UV + UV +Face 3538 +UV Count: 3 + UV + UV + UV +Face 3539 +UV Count: 3 + UV + UV + UV +Face 3540 +UV Count: 3 + UV + UV + UV +Face 3541 +UV Count: 3 + UV + UV + UV +Face 3542 +UV Count: 3 + UV + UV + UV +Face 3543 +UV Count: 3 + UV + UV + UV +Face 3544 +UV Count: 3 + UV + UV + UV +Face 3545 +UV Count: 3 + UV + UV + UV +Face 3546 +UV Count: 3 + UV + UV + UV +Face 3547 +UV Count: 3 + UV + UV + UV +Face 3548 +UV Count: 3 + UV + UV + UV +Face 3549 +UV Count: 3 + UV + UV + UV +Face 3550 +UV Count: 3 + UV + UV + UV +Face 3551 +UV Count: 3 + UV + UV + UV +Face 3552 +UV Count: 3 + UV + UV + UV +Face 3553 +UV Count: 3 + UV + UV + UV +Face 3554 +UV Count: 3 + UV + UV + UV +Face 3555 +UV Count: 3 + UV + UV + UV +Face 3556 +UV Count: 3 + UV + UV + UV +Face 3557 +UV Count: 3 + UV + UV + UV +Face 3558 +UV Count: 3 + UV + UV + UV +Face 3559 +UV Count: 3 + UV + UV + UV +Face 3560 +UV Count: 3 + UV + UV + UV +Face 3561 +UV Count: 3 + UV + UV + UV +Face 3562 +UV Count: 3 + UV + UV + UV +Face 3563 +UV Count: 3 + UV + UV + UV +Face 3564 +UV Count: 3 + UV + UV + UV +Face 3565 +UV Count: 3 + UV + UV + UV +Face 3566 +UV Count: 3 + UV + UV + UV +Face 3567 +UV Count: 3 + UV + UV + UV +Face 3568 +UV Count: 3 + UV + UV + UV +Face 3569 +UV Count: 3 + UV + UV + UV +Face 3570 +UV Count: 3 + UV + UV + UV +Face 3571 +UV Count: 3 + UV + UV + UV +Face 3572 +UV Count: 3 + UV + UV + UV +Face 3573 +UV Count: 3 + UV + UV + UV +Face 3574 +UV Count: 3 + UV + UV + UV +Face 3575 +UV Count: 3 + UV + UV + UV +Face 3576 +UV Count: 3 + UV + UV + UV +Face 3577 +UV Count: 3 + UV + UV + UV +Face 3578 +UV Count: 3 + UV + UV + UV +Face 3579 +UV Count: 3 + UV + UV + UV +Face 3580 +UV Count: 3 + UV + UV + UV +Face 3581 +UV Count: 3 + UV + UV + UV +Face 3582 +UV Count: 3 + UV + UV + UV +Face 3583 +UV Count: 3 + UV + UV + UV +Face 3584 +UV Count: 3 + UV + UV + UV +Face 3585 +UV Count: 3 + UV + UV + UV +Face 3586 +UV Count: 3 + UV + UV + UV +Face 3587 +UV Count: 3 + UV + UV + UV +Face 3588 +UV Count: 3 + UV + UV + UV +Face 3589 +UV Count: 3 + UV + UV + UV +Face 3590 +UV Count: 3 + UV + UV + UV +Face 3591 +UV Count: 3 + UV + UV + UV +Face 3592 +UV Count: 3 + UV + UV + UV +Face 3593 +UV Count: 3 + UV + UV + UV +Face 3594 +UV Count: 3 + UV + UV + UV +Face 3595 +UV Count: 3 + UV + UV + UV +Face 3596 +UV Count: 3 + UV + UV + UV +Face 3597 +UV Count: 3 + UV + UV + UV +Face 3598 +UV Count: 3 + UV + UV + UV +Face 3599 +UV Count: 3 + UV + UV + UV +Face 3600 +UV Count: 3 + UV + UV + UV +Face 3601 +UV Count: 3 + UV + UV + UV +Face 3602 +UV Count: 3 + UV + UV + UV +Face 3603 +UV Count: 3 + UV + UV + UV +Face 3604 +UV Count: 3 + UV + UV + UV +Face 3605 +UV Count: 3 + UV + UV + UV +Face 3606 +UV Count: 3 + UV + UV + UV +Face 3607 +UV Count: 3 + UV + UV + UV +Face 3608 +UV Count: 3 + UV + UV + UV +Face 3609 +UV Count: 3 + UV + UV + UV +Face 3610 +UV Count: 3 + UV + UV + UV +Face 3611 +UV Count: 3 + UV + UV + UV +Face 3612 +UV Count: 3 + UV + UV + UV +Face 3613 +UV Count: 3 + UV + UV + UV +Face 3614 +UV Count: 3 + UV + UV + UV +Face 3615 +UV Count: 3 + UV + UV + UV +Face 3616 +UV Count: 3 + UV + UV + UV +Face 3617 +UV Count: 3 + UV + UV + UV +Face 3618 +UV Count: 3 + UV + UV + UV +Face 3619 +UV Count: 3 + UV + UV + UV +Face 3620 +UV Count: 3 + UV + UV + UV +Face 3621 +UV Count: 3 + UV + UV + UV +Face 3622 +UV Count: 3 + UV + UV + UV +Face 3623 +UV Count: 3 + UV + UV + UV +Face 3624 +UV Count: 3 + UV + UV + UV +Face 3625 +UV Count: 3 + UV + UV + UV +Face 3626 +UV Count: 3 + UV + UV + UV +Face 3627 +UV Count: 3 + UV + UV + UV +Face 3628 +UV Count: 3 + UV + UV + UV +Face 3629 +UV Count: 3 + UV + UV + UV +Face 3630 +UV Count: 3 + UV + UV + UV +Face 3631 +UV Count: 3 + UV + UV + UV +Face 3632 +UV Count: 3 + UV + UV + UV +Face 3633 +UV Count: 3 + UV + UV + UV +Face 3634 +UV Count: 3 + UV + UV + UV +Face 3635 +UV Count: 3 + UV + UV + UV +Face 3636 +UV Count: 3 + UV + UV + UV +Face 3637 +UV Count: 3 + UV + UV + UV +Face 3638 +UV Count: 3 + UV + UV + UV +Face 3639 +UV Count: 3 + UV + UV + UV +Face 3640 +UV Count: 3 + UV + UV + UV +Face 3641 +UV Count: 3 + UV + UV + UV +Face 3642 +UV Count: 3 + UV + UV + UV +Face 3643 +UV Count: 3 + UV + UV + UV +Face 3644 +UV Count: 3 + UV + UV + UV +Face 3645 +UV Count: 3 + UV + UV + UV +Face 3646 +UV Count: 3 + UV + UV + UV +Face 3647 +UV Count: 3 + UV + UV + UV +Face 3648 +UV Count: 3 + UV + UV + UV +Face 3649 +UV Count: 3 + UV + UV + UV +Face 3650 +UV Count: 3 + UV + UV + UV +Face 3651 +UV Count: 3 + UV + UV + UV +Face 3652 +UV Count: 3 + UV + UV + UV +Face 3653 +UV Count: 3 + UV + UV + UV +Face 3654 +UV Count: 3 + UV + UV + UV +Face 3655 +UV Count: 3 + UV + UV + UV +Face 3656 +UV Count: 3 + UV + UV + UV +Face 3657 +UV Count: 3 + UV + UV + UV +Face 3658 +UV Count: 3 + UV + UV + UV +Face 3659 +UV Count: 3 + UV + UV + UV +Face 3660 +UV Count: 3 + UV + UV + UV +Face 3661 +UV Count: 3 + UV + UV + UV +Face 3662 +UV Count: 3 + UV + UV + UV +Face 3663 +UV Count: 3 + UV + UV + UV +Face 3664 +UV Count: 3 + UV + UV + UV +Face 3665 +UV Count: 3 + UV + UV + UV +Face 3666 +UV Count: 3 + UV + UV + UV +Face 3667 +UV Count: 3 + UV + UV + UV +Face 3668 +UV Count: 3 + UV + UV + UV +Face 3669 +UV Count: 3 + UV + UV + UV +Face 3670 +UV Count: 3 + UV + UV + UV +Face 3671 +UV Count: 3 + UV + UV + UV +Face 3672 +UV Count: 3 + UV + UV + UV +Face 3673 +UV Count: 3 + UV + UV + UV +Face 3674 +UV Count: 3 + UV + UV + UV +Face 3675 +UV Count: 3 + UV + UV + UV +Face 3676 +UV Count: 3 + UV + UV + UV +Face 3677 +UV Count: 3 + UV + UV + UV +Face 3678 +UV Count: 3 + UV + UV + UV +Face 3679 +UV Count: 3 + UV + UV + UV +Face 3680 +UV Count: 3 + UV + UV + UV +Face 3681 +UV Count: 3 + UV + UV + UV +Face 3682 +UV Count: 3 + UV + UV + UV +Face 3683 +UV Count: 3 + UV + UV + UV +Face 3684 +UV Count: 3 + UV + UV + UV +Face 3685 +UV Count: 3 + UV + UV + UV +Face 3686 +UV Count: 3 + UV + UV + UV +Face 3687 +UV Count: 3 + UV + UV + UV +Face 3688 +UV Count: 3 + UV + UV + UV +Face 3689 +UV Count: 3 + UV + UV + UV +Face 3690 +UV Count: 3 + UV + UV + UV +Face 3691 +UV Count: 3 + UV + UV + UV +Face 3692 +UV Count: 3 + UV + UV + UV +Face 3693 +UV Count: 3 + UV + UV + UV +Face 3694 +UV Count: 3 + UV + UV + UV +Face 3695 +UV Count: 3 + UV + UV + UV +Face 3696 +UV Count: 3 + UV + UV + UV +Face 3697 +UV Count: 3 + UV + UV + UV +Face 3698 +UV Count: 3 + UV + UV + UV +Face 3699 +UV Count: 3 + UV + UV + UV +Face 3700 +UV Count: 3 + UV + UV + UV +Face 3701 +UV Count: 3 + UV + UV + UV +Face 3702 +UV Count: 3 + UV + UV + UV +Face 3703 +UV Count: 3 + UV + UV + UV +Face 3704 +UV Count: 3 + UV + UV + UV +Face 3705 +UV Count: 3 + UV + UV + UV +Face 3706 +UV Count: 3 + UV + UV + UV +Face 3707 +UV Count: 3 + UV + UV + UV +Face 3708 +UV Count: 3 + UV + UV + UV +Face 3709 +UV Count: 3 + UV + UV + UV +Face 3710 +UV Count: 3 + UV + UV + UV +Face 3711 +UV Count: 3 + UV + UV + UV +Face 3712 +UV Count: 3 + UV + UV + UV +Face 3713 +UV Count: 3 + UV + UV + UV +Face 3714 +UV Count: 3 + UV + UV + UV +Face 3715 +UV Count: 3 + UV + UV + UV +Face 3716 +UV Count: 3 + UV + UV + UV +Face 3717 +UV Count: 3 + UV + UV + UV +Face 3718 +UV Count: 3 + UV + UV + UV +Face 3719 +UV Count: 3 + UV + UV + UV +Face 3720 +UV Count: 3 + UV + UV + UV +Face 3721 +UV Count: 3 + UV + UV + UV +Face 3722 +UV Count: 3 + UV + UV + UV +Face 3723 +UV Count: 3 + UV + UV + UV +Face 3724 +UV Count: 3 + UV + UV + UV +Face 3725 +UV Count: 3 + UV + UV + UV +Face 3726 +UV Count: 3 + UV + UV + UV +Face 3727 +UV Count: 3 + UV + UV + UV +Face 3728 +UV Count: 3 + UV + UV + UV +Face 3729 +UV Count: 3 + UV + UV + UV +Face 3730 +UV Count: 3 + UV + UV + UV +Face 3731 +UV Count: 3 + UV + UV + UV +Face 3732 +UV Count: 3 + UV + UV + UV +Face 3733 +UV Count: 3 + UV + UV + UV +Face 3734 +UV Count: 3 + UV + UV + UV +Face 3735 +UV Count: 3 + UV + UV + UV +Face 3736 +UV Count: 3 + UV + UV + UV +Face 3737 +UV Count: 3 + UV + UV + UV +Face 3738 +UV Count: 3 + UV + UV + UV +Face 3739 +UV Count: 3 + UV + UV + UV +Face 3740 +UV Count: 3 + UV + UV + UV +Face 3741 +UV Count: 3 + UV + UV + UV +Face 3742 +UV Count: 3 + UV + UV + UV +Face 3743 +UV Count: 3 + UV + UV + UV +Face 3744 +UV Count: 3 + UV + UV + UV +Face 3745 +UV Count: 3 + UV + UV + UV +Face 3746 +UV Count: 3 + UV + UV + UV +Face 3747 +UV Count: 3 + UV + UV + UV +Face 3748 +UV Count: 3 + UV + UV + UV +Face 3749 +UV Count: 3 + UV + UV + UV +Face 3750 +UV Count: 3 + UV + UV + UV +Face 3751 +UV Count: 3 + UV + UV + UV +Face 3752 +UV Count: 3 + UV + UV + UV +Face 3753 +UV Count: 3 + UV + UV + UV +Face 3754 +UV Count: 3 + UV + UV + UV +Face 3755 +UV Count: 3 + UV + UV + UV +Face 3756 +UV Count: 3 + UV + UV + UV +Face 3757 +UV Count: 3 + UV + UV + UV +Face 3758 +UV Count: 3 + UV + UV + UV +Face 3759 +UV Count: 3 + UV + UV + UV +Face 3760 +UV Count: 3 + UV + UV + UV +Face 3761 +UV Count: 3 + UV + UV + UV +Face 3762 +UV Count: 3 + UV + UV + UV +Face 3763 +UV Count: 3 + UV + UV + UV +Face 3764 +UV Count: 3 + UV + UV + UV +Face 3765 +UV Count: 3 + UV + UV + UV +Face 3766 +UV Count: 3 + UV + UV + UV +Face 3767 +UV Count: 3 + UV + UV + UV +Face 3768 +UV Count: 3 + UV + UV + UV +Face 3769 +UV Count: 3 + UV + UV + UV +Face 3770 +UV Count: 3 + UV + UV + UV +Face 3771 +UV Count: 3 + UV + UV + UV +Face 3772 +UV Count: 3 + UV + UV + UV +Face 3773 +UV Count: 3 + UV + UV + UV +Face 3774 +UV Count: 3 + UV + UV + UV +Face 3775 +UV Count: 3 + UV + UV + UV +Face 3776 +UV Count: 3 + UV + UV + UV +Face 3777 +UV Count: 3 + UV + UV + UV +Face 3778 +UV Count: 3 + UV + UV + UV +Face 3779 +UV Count: 3 + UV + UV + UV +Face 3780 +UV Count: 3 + UV + UV + UV +Face 3781 +UV Count: 3 + UV + UV + UV +Face 3782 +UV Count: 3 + UV + UV + UV +Face 3783 +UV Count: 3 + UV + UV + UV +Face 3784 +UV Count: 3 + UV + UV + UV +Face 3785 +UV Count: 3 + UV + UV + UV +Face 3786 +UV Count: 3 + UV + UV + UV +Face 3787 +UV Count: 3 + UV + UV + UV +Face 3788 +UV Count: 3 + UV + UV + UV +Face 3789 +UV Count: 3 + UV + UV + UV +Face 3790 +UV Count: 3 + UV + UV + UV +Face 3791 +UV Count: 3 + UV + UV + UV +Face 3792 +UV Count: 3 + UV + UV + UV +Face 3793 +UV Count: 3 + UV + UV + UV +Face 3794 +UV Count: 3 + UV + UV + UV +Face 3795 +UV Count: 3 + UV + UV + UV +Face 3796 +UV Count: 3 + UV + UV + UV +Face 3797 +UV Count: 3 + UV + UV + UV +Face 3798 +UV Count: 3 + UV + UV + UV +Face 3799 +UV Count: 3 + UV + UV + UV +Face 3800 +UV Count: 3 + UV + UV + UV +Face 3801 +UV Count: 3 + UV + UV + UV +Face 3802 +UV Count: 3 + UV + UV + UV +Face 3803 +UV Count: 3 + UV + UV + UV +Face 3804 +UV Count: 3 + UV + UV + UV +Face 3805 +UV Count: 3 + UV + UV + UV +Face 3806 +UV Count: 3 + UV + UV + UV +Face 3807 +UV Count: 3 + UV + UV + UV +Face 3808 +UV Count: 3 + UV + UV + UV +Face 3809 +UV Count: 3 + UV + UV + UV +Face 3810 +UV Count: 3 + UV + UV + UV +Face 3811 +UV Count: 3 + UV + UV + UV +Face 3812 +UV Count: 3 + UV + UV + UV +Face 3813 +UV Count: 3 + UV + UV + UV +Face 3814 +UV Count: 3 + UV + UV + UV +Face 3815 +UV Count: 3 + UV + UV + UV +Face 3816 +UV Count: 3 + UV + UV + UV +Face 3817 +UV Count: 3 + UV + UV + UV +Face 3818 +UV Count: 3 + UV + UV + UV +Face 3819 +UV Count: 3 + UV + UV + UV +Face 3820 +UV Count: 3 + UV + UV + UV +Face 3821 +UV Count: 3 + UV + UV + UV +Face 3822 +UV Count: 3 + UV + UV + UV +Face 3823 +UV Count: 3 + UV + UV + UV +Face 3824 +UV Count: 3 + UV + UV + UV +Face 3825 +UV Count: 3 + UV + UV + UV +Face 3826 +UV Count: 3 + UV + UV + UV +Face 3827 +UV Count: 3 + UV + UV + UV +Face 3828 +UV Count: 3 + UV + UV + UV +Face 3829 +UV Count: 3 + UV + UV + UV +Face 3830 +UV Count: 3 + UV + UV + UV +Face 3831 +UV Count: 3 + UV + UV + UV +Face 3832 +UV Count: 3 + UV + UV + UV +Face 3833 +UV Count: 3 + UV + UV + UV +Face 3834 +UV Count: 3 + UV + UV + UV +Face 3835 +UV Count: 3 + UV + UV + UV +Face 3836 +UV Count: 3 + UV + UV + UV +Face 3837 +UV Count: 3 + UV + UV + UV +Face 3838 +UV Count: 3 + UV + UV + UV +Face 3839 +UV Count: 3 + UV + UV + UV +Face 3840 +UV Count: 3 + UV + UV + UV +Face 3841 +UV Count: 3 + UV + UV + UV +Face 3842 +UV Count: 3 + UV + UV + UV +Face 3843 +UV Count: 3 + UV + UV + UV +Face 3844 +UV Count: 3 + UV + UV + UV +Face 3845 +UV Count: 3 + UV + UV + UV +Face 3846 +UV Count: 3 + UV + UV + UV +Face 3847 +UV Count: 3 + UV + UV + UV +Face 3848 +UV Count: 3 + UV + UV + UV +Face 3849 +UV Count: 3 + UV + UV + UV +Face 3850 +UV Count: 3 + UV + UV + UV +Face 3851 +UV Count: 3 + UV + UV + UV +Face 3852 +UV Count: 3 + UV + UV + UV +Face 3853 +UV Count: 3 + UV + UV + UV +Face 3854 +UV Count: 3 + UV + UV + UV +Face 3855 +UV Count: 3 + UV + UV + UV +Face 3856 +UV Count: 3 + UV + UV + UV +Face 3857 +UV Count: 3 + UV + UV + UV +Face 3858 +UV Count: 3 + UV + UV + UV +Face 3859 +UV Count: 3 + UV + UV + UV +Face 3860 +UV Count: 3 + UV + UV + UV +Face 3861 +UV Count: 3 + UV + UV + UV +Face 3862 +UV Count: 3 + UV + UV + UV +Face 3863 +UV Count: 3 + UV + UV + UV +Face 3864 +UV Count: 3 + UV + UV + UV +Face 3865 +UV Count: 3 + UV + UV + UV +Face 3866 +UV Count: 3 + UV + UV + UV +Face 3867 +UV Count: 3 + UV + UV + UV +Face 3868 +UV Count: 3 + UV + UV + UV +Face 3869 +UV Count: 3 + UV + UV + UV +Face 3870 +UV Count: 3 + UV + UV + UV +Face 3871 +UV Count: 3 + UV + UV + UV +Face 3872 +UV Count: 3 + UV + UV + UV +Face 3873 +UV Count: 3 + UV + UV + UV +Face 3874 +UV Count: 3 + UV + UV + UV +Face 3875 +UV Count: 3 + UV + UV + UV +Face 3876 +UV Count: 3 + UV + UV + UV +Face 3877 +UV Count: 3 + UV + UV + UV +Face 3878 +UV Count: 3 + UV + UV + UV +Face 3879 +UV Count: 3 + UV + UV + UV +Face 3880 +UV Count: 3 + UV + UV + UV +Face 3881 +UV Count: 3 + UV + UV + UV +Face 3882 +UV Count: 3 + UV + UV + UV +Face 3883 +UV Count: 3 + UV + UV + UV +Face 3884 +UV Count: 3 + UV + UV + UV +Face 3885 +UV Count: 3 + UV + UV + UV +Face 3886 +UV Count: 3 + UV + UV + UV +Face 3887 +UV Count: 3 + UV + UV + UV +Face 3888 +UV Count: 3 + UV + UV + UV +Face 3889 +UV Count: 3 + UV + UV + UV +Face 3890 +UV Count: 3 + UV + UV + UV +Face 3891 +UV Count: 3 + UV + UV + UV +Face 3892 +UV Count: 3 + UV + UV + UV +Face 3893 +UV Count: 3 + UV + UV + UV +Face 3894 +UV Count: 3 + UV + UV + UV +Face 3895 +UV Count: 3 + UV + UV + UV +Face 3896 +UV Count: 3 + UV + UV + UV +Face 3897 +UV Count: 3 + UV + UV + UV +Face 3898 +UV Count: 3 + UV + UV + UV +Face 3899 +UV Count: 3 + UV + UV + UV +Face 3900 +UV Count: 3 + UV + UV + UV +Face 3901 +UV Count: 3 + UV + UV + UV +Face 3902 +UV Count: 3 + UV + UV + UV +Face 3903 +UV Count: 3 + UV + UV + UV +Face 3904 +UV Count: 3 + UV + UV + UV +Face 3905 +UV Count: 3 + UV + UV + UV +Face 3906 +UV Count: 3 + UV + UV + UV +Face 3907 +UV Count: 3 + UV + UV + UV +Face 3908 +UV Count: 3 + UV + UV + UV +Face 3909 +UV Count: 3 + UV + UV + UV +Face 3910 +UV Count: 3 + UV + UV + UV +Face 3911 +UV Count: 3 + UV + UV + UV +Face 3912 +UV Count: 3 + UV + UV + UV +Face 3913 +UV Count: 3 + UV + UV + UV +Face 3914 +UV Count: 3 + UV + UV + UV +Face 3915 +UV Count: 3 + UV + UV + UV +Face 3916 +UV Count: 3 + UV + UV + UV +Face 3917 +UV Count: 3 + UV + UV + UV +Face 3918 +UV Count: 3 + UV + UV + UV +Face 3919 +UV Count: 3 + UV + UV + UV +Face 3920 +UV Count: 3 + UV + UV + UV +Face 3921 +UV Count: 3 + UV + UV + UV +Face 3922 +UV Count: 3 + UV + UV + UV +Face 3923 +UV Count: 3 + UV + UV + UV +Face 3924 +UV Count: 3 + UV + UV + UV +Face 3925 +UV Count: 3 + UV + UV + UV +Face 3926 +UV Count: 3 + UV + UV + UV +Face 3927 +UV Count: 3 + UV + UV + UV +Face 3928 +UV Count: 3 + UV + UV + UV +Face 3929 +UV Count: 3 + UV + UV + UV +Face 3930 +UV Count: 3 + UV + UV + UV +Face 3931 +UV Count: 3 + UV + UV + UV +Face 3932 +UV Count: 3 + UV + UV + UV +Face 3933 +UV Count: 3 + UV + UV + UV +Face 3934 +UV Count: 3 + UV + UV + UV +Face 3935 +UV Count: 3 + UV + UV + UV +Face 3936 +UV Count: 3 + UV + UV + UV +Face 3937 +UV Count: 3 + UV + UV + UV +Face 3938 +UV Count: 3 + UV + UV + UV +Face 3939 +UV Count: 3 + UV + UV + UV +Face 3940 +UV Count: 3 + UV + UV + UV +Face 3941 +UV Count: 3 + UV + UV + UV +Face 3942 +UV Count: 3 + UV + UV + UV +Face 3943 +UV Count: 3 + UV + UV + UV +Face 3944 +UV Count: 3 + UV + UV + UV +Face 3945 +UV Count: 3 + UV + UV + UV +Face 3946 +UV Count: 3 + UV + UV + UV +Face 3947 +UV Count: 3 + UV + UV + UV +Face 3948 +UV Count: 3 + UV + UV + UV +Face 3949 +UV Count: 3 + UV + UV + UV +Face 3950 +UV Count: 3 + UV + UV + UV +Face 3951 +UV Count: 3 + UV + UV + UV +Face 3952 +UV Count: 3 + UV + UV + UV +Face 3953 +UV Count: 3 + UV + UV + UV +Face 3954 +UV Count: 3 + UV + UV + UV +Face 3955 +UV Count: 3 + UV + UV + UV +Face 3956 +UV Count: 3 + UV + UV + UV +Face 3957 +UV Count: 3 + UV + UV + UV +Face 3958 +UV Count: 3 + UV + UV + UV +Face 3959 +UV Count: 3 + UV + UV + UV +Face 3960 +UV Count: 3 + UV + UV + UV +Face 3961 +UV Count: 3 + UV + UV + UV +Face 3962 +UV Count: 3 + UV + UV + UV +Face 3963 +UV Count: 3 + UV + UV + UV +Face 3964 +UV Count: 3 + UV + UV + UV +Face 3965 +UV Count: 3 + UV + UV + UV +Face 3966 +UV Count: 3 + UV + UV + UV +Face 3967 +UV Count: 3 + UV + UV + UV +Face 3968 +UV Count: 3 + UV + UV + UV +Face 3969 +UV Count: 3 + UV + UV + UV +Face 3970 +UV Count: 3 + UV + UV + UV +Face 3971 +UV Count: 3 + UV + UV + UV +Face 3972 +UV Count: 3 + UV + UV + UV +Face 3973 +UV Count: 3 + UV + UV + UV +Face 3974 +UV Count: 3 + UV + UV + UV +Face 3975 +UV Count: 3 + UV + UV + UV +Face 3976 +UV Count: 3 + UV + UV + UV +Face 3977 +UV Count: 3 + UV + UV + UV +Face 3978 +UV Count: 3 + UV + UV + UV +Face 3979 +UV Count: 3 + UV + UV + UV +Face 3980 +UV Count: 3 + UV + UV + UV +Face 3981 +UV Count: 3 + UV + UV + UV +Face 3982 +UV Count: 3 + UV + UV + UV +Face 3983 +UV Count: 3 + UV + UV + UV +Face 3984 +UV Count: 3 + UV + UV + UV +Face 3985 +UV Count: 3 + UV + UV + UV +Face 3986 +UV Count: 3 + UV + UV + UV +Face 3987 +UV Count: 3 + UV + UV + UV +Face 3988 +UV Count: 3 + UV + UV + UV +Face 3989 +UV Count: 3 + UV + UV + UV +Face 3990 +UV Count: 3 + UV + UV + UV +Face 3991 +UV Count: 3 + UV + UV + UV +Face 3992 +UV Count: 3 + UV + UV + UV +Face 3993 +UV Count: 3 + UV + UV + UV +Face 3994 +UV Count: 3 + UV + UV + UV +Face 3995 +UV Count: 3 + UV + UV + UV +Face 3996 +UV Count: 3 + UV + UV + UV +Face 3997 +UV Count: 3 + UV + UV + UV +Face 3998 +UV Count: 3 + UV + UV + UV +Face 3999 +UV Count: 3 + UV + UV + UV +Face 4000 +UV Count: 3 + UV + UV + UV +Face 4001 +UV Count: 3 + UV + UV + UV +Face 4002 +UV Count: 3 + UV + UV + UV +Face 4003 +UV Count: 3 + UV + UV + UV +Face 4004 +UV Count: 3 + UV + UV + UV +Face 4005 +UV Count: 3 + UV + UV + UV +Face 4006 +UV Count: 3 + UV + UV + UV +Face 4007 +UV Count: 3 + UV + UV + UV +Face 4008 +UV Count: 3 + UV + UV + UV +Face 4009 +UV Count: 3 + UV + UV + UV +Face 4010 +UV Count: 3 + UV + UV + UV +Face 4011 +UV Count: 3 + UV + UV + UV +Face 4012 +UV Count: 3 + UV + UV + UV +Face 4013 +UV Count: 3 + UV + UV + UV +Face 4014 +UV Count: 3 + UV + UV + UV +Face 4015 +UV Count: 3 + UV + UV + UV +Face 4016 +UV Count: 3 + UV + UV + UV +Face 4017 +UV Count: 3 + UV + UV + UV +Face 4018 +UV Count: 3 + UV + UV + UV +Face 4019 +UV Count: 3 + UV + UV + UV +Face 4020 +UV Count: 3 + UV + UV + UV +Face 4021 +UV Count: 3 + UV + UV + UV +Face 4022 +UV Count: 3 + UV + UV + UV +Face 4023 +UV Count: 3 + UV + UV + UV +Face 4024 +UV Count: 3 + UV + UV + UV +Face 4025 +UV Count: 3 + UV + UV + UV +Face 4026 +UV Count: 3 + UV + UV + UV +Face 4027 +UV Count: 3 + UV + UV + UV +Face 4028 +UV Count: 3 + UV + UV + UV +Face 4029 +UV Count: 3 + UV + UV + UV +Face 4030 +UV Count: 3 + UV + UV + UV +Face 4031 +UV Count: 3 + UV + UV + UV +Face 4032 +UV Count: 3 + UV + UV + UV +Face 4033 +UV Count: 3 + UV + UV + UV +Face 4034 +UV Count: 3 + UV + UV + UV +Face 4035 +UV Count: 3 + UV + UV + UV +Face 4036 +UV Count: 3 + UV + UV + UV +Face 4037 +UV Count: 3 + UV + UV + UV +Face 4038 +UV Count: 3 + UV + UV + UV +Face 4039 +UV Count: 3 + UV + UV + UV +Face 4040 +UV Count: 3 + UV + UV + UV +Face 4041 +UV Count: 3 + UV + UV + UV +Face 4042 +UV Count: 3 + UV + UV + UV +Face 4043 +UV Count: 3 + UV + UV + UV +Face 4044 +UV Count: 3 + UV + UV + UV +Face 4045 +UV Count: 3 + UV + UV + UV +Face 4046 +UV Count: 3 + UV + UV + UV +Face 4047 +UV Count: 3 + UV + UV + UV +Face 4048 +UV Count: 3 + UV + UV + UV +Face 4049 +UV Count: 3 + UV + UV + UV +Face 4050 +UV Count: 3 + UV + UV + UV +Face 4051 +UV Count: 3 + UV + UV + UV +Face 4052 +UV Count: 3 + UV + UV + UV +Face 4053 +UV Count: 3 + UV + UV + UV +Face 4054 +UV Count: 3 + UV + UV + UV +Face 4055 +UV Count: 3 + UV + UV + UV +Face 4056 +UV Count: 3 + UV + UV + UV +Face 4057 +UV Count: 3 + UV + UV + UV +Face 4058 +UV Count: 3 + UV + UV + UV +Face 4059 +UV Count: 3 + UV + UV + UV +Face 4060 +UV Count: 3 + UV + UV + UV +Face 4061 +UV Count: 3 + UV + UV + UV +Face 4062 +UV Count: 3 + UV + UV + UV +Face 4063 +UV Count: 3 + UV + UV + UV +Face 4064 +UV Count: 3 + UV + UV + UV +Face 4065 +UV Count: 3 + UV + UV + UV +Face 4066 +UV Count: 3 + UV + UV + UV +Face 4067 +UV Count: 3 + UV + UV + UV +Face 4068 +UV Count: 3 + UV + UV + UV +Face 4069 +UV Count: 3 + UV + UV + UV +Face 4070 +UV Count: 3 + UV + UV + UV +Face 4071 +UV Count: 3 + UV + UV + UV +Face 4072 +UV Count: 3 + UV + UV + UV +Face 4073 +UV Count: 3 + UV + UV + UV +Face 4074 +UV Count: 3 + UV + UV + UV +Face 4075 +UV Count: 3 + UV + UV + UV +Face 4076 +UV Count: 3 + UV + UV + UV +Face 4077 +UV Count: 3 + UV + UV + UV +Face 4078 +UV Count: 3 + UV + UV + UV +Face 4079 +UV Count: 3 + UV + UV + UV +Face 4080 +UV Count: 3 + UV + UV + UV +Face 4081 +UV Count: 3 + UV + UV + UV +Face 4082 +UV Count: 3 + UV + UV + UV +Face 4083 +UV Count: 3 + UV + UV + UV +Face 4084 +UV Count: 3 + UV + UV + UV +Face 4085 +UV Count: 3 + UV + UV + UV +Face 4086 +UV Count: 3 + UV + UV + UV +Face 4087 +UV Count: 3 + UV + UV + UV +Face 4088 +UV Count: 3 + UV + UV + UV +Face 4089 +UV Count: 3 + UV + UV + UV +Face 4090 +UV Count: 3 + UV + UV + UV +Face 4091 +UV Count: 3 + UV + UV + UV +Face 4092 +UV Count: 3 + UV + UV + UV +Face 4093 +UV Count: 3 + UV + UV + UV +Face 4094 +UV Count: 3 + UV + UV + UV +Face 4095 +UV Count: 3 + UV + UV + UV +Face 4096 +UV Count: 3 + UV + UV + UV +Face 4097 +UV Count: 3 + UV + UV + UV +Face 4098 +UV Count: 3 + UV + UV + UV +Face 4099 +UV Count: 3 + UV + UV + UV +Face 4100 +UV Count: 3 + UV + UV + UV +Face 4101 +UV Count: 3 + UV + UV + UV +Face 4102 +UV Count: 3 + UV + UV + UV +Face 4103 +UV Count: 3 + UV + UV + UV +Face 4104 +UV Count: 3 + UV + UV + UV +Face 4105 +UV Count: 3 + UV + UV + UV +Face 4106 +UV Count: 3 + UV + UV + UV +Face 4107 +UV Count: 3 + UV + UV + UV +Face 4108 +UV Count: 3 + UV + UV + UV +Face 4109 +UV Count: 3 + UV + UV + UV +Face 4110 +UV Count: 3 + UV + UV + UV +Face 4111 +UV Count: 3 + UV + UV + UV +Face 4112 +UV Count: 3 + UV + UV + UV +Face 4113 +UV Count: 3 + UV + UV + UV +Face 4114 +UV Count: 3 + UV + UV + UV +Face 4115 +UV Count: 3 + UV + UV + UV +Face 4116 +UV Count: 3 + UV + UV + UV +Face 4117 +UV Count: 3 + UV + UV + UV +Face 4118 +UV Count: 3 + UV + UV + UV +Face 4119 +UV Count: 3 + UV + UV + UV +Face 4120 +UV Count: 3 + UV + UV + UV +Face 4121 +UV Count: 3 + UV + UV + UV +Face 4122 +UV Count: 3 + UV + UV + UV +Face 4123 +UV Count: 3 + UV + UV + UV +Face 4124 +UV Count: 3 + UV + UV + UV +Face 4125 +UV Count: 3 + UV + UV + UV +Face 4126 +UV Count: 3 + UV + UV + UV +Face 4127 +UV Count: 3 + UV + UV + UV +Face 4128 +UV Count: 3 + UV + UV + UV +Face 4129 +UV Count: 3 + UV + UV + UV +Face 4130 +UV Count: 3 + UV + UV + UV +Face 4131 +UV Count: 3 + UV + UV + UV +Face 4132 +UV Count: 3 + UV + UV + UV +Face 4133 +UV Count: 3 + UV + UV + UV +Face 4134 +UV Count: 3 + UV + UV + UV +Face 4135 +UV Count: 3 + UV + UV + UV +Face 4136 +UV Count: 3 + UV + UV + UV +Face 4137 +UV Count: 3 + UV + UV + UV +Face 4138 +UV Count: 3 + UV + UV + UV +Face 4139 +UV Count: 3 + UV + UV + UV +Face 4140 +UV Count: 3 + UV + UV + UV +Face 4141 +UV Count: 3 + UV + UV + UV +Face 4142 +UV Count: 3 + UV + UV + UV +Face 4143 +UV Count: 3 + UV + UV + UV +Face 4144 +UV Count: 3 + UV + UV + UV +Face 4145 +UV Count: 3 + UV + UV + UV +Face 4146 +UV Count: 3 + UV + UV + UV +Face 4147 +UV Count: 3 + UV + UV + UV +Face 4148 +UV Count: 3 + UV + UV + UV +Face 4149 +UV Count: 3 + UV + UV + UV +Face 4150 +UV Count: 3 + UV + UV + UV +Face 4151 +UV Count: 3 + UV + UV + UV +Face 4152 +UV Count: 3 + UV + UV + UV +Face 4153 +UV Count: 3 + UV + UV + UV +Face 4154 +UV Count: 3 + UV + UV + UV +Face 4155 +UV Count: 3 + UV + UV + UV +Face 4156 +UV Count: 3 + UV + UV + UV +Face 4157 +UV Count: 3 + UV + UV + UV +Face 4158 +UV Count: 3 + UV + UV + UV +Face 4159 +UV Count: 3 + UV + UV + UV +Face 4160 +UV Count: 3 + UV + UV + UV +Face 4161 +UV Count: 3 + UV + UV + UV +Face 4162 +UV Count: 3 + UV + UV + UV +Face 4163 +UV Count: 3 + UV + UV + UV +Face 4164 +UV Count: 3 + UV + UV + UV +Face 4165 +UV Count: 3 + UV + UV + UV +Face 4166 +UV Count: 3 + UV + UV + UV +Face 4167 +UV Count: 3 + UV + UV + UV +Face 4168 +UV Count: 3 + UV + UV + UV +Face 4169 +UV Count: 3 + UV + UV + UV +Face 4170 +UV Count: 3 + UV + UV + UV +Face 4171 +UV Count: 3 + UV + UV + UV +Face 4172 +UV Count: 3 + UV + UV + UV +Face 4173 +UV Count: 3 + UV + UV + UV +Face 4174 +UV Count: 3 + UV + UV + UV +Face 4175 +UV Count: 3 + UV + UV + UV +Face 4176 +UV Count: 3 + UV + UV + UV +Face 4177 +UV Count: 3 + UV + UV + UV +Face 4178 +UV Count: 3 + UV + UV + UV +Face 4179 +UV Count: 3 + UV + UV + UV +Face 4180 +UV Count: 3 + UV + UV + UV +Face 4181 +UV Count: 3 + UV + UV + UV +Face 4182 +UV Count: 3 + UV + UV + UV +Face 4183 +UV Count: 3 + UV + UV + UV +Face 4184 +UV Count: 3 + UV + UV + UV +Face 4185 +UV Count: 3 + UV + UV + UV +Face 4186 +UV Count: 3 + UV + UV + UV +Face 4187 +UV Count: 3 + UV + UV + UV +Face 4188 +UV Count: 3 + UV + UV + UV +Face 4189 +UV Count: 3 + UV + UV + UV +Face 4190 +UV Count: 3 + UV + UV + UV +Face 4191 +UV Count: 3 + UV + UV + UV +Face 4192 +UV Count: 3 + UV + UV + UV +Face 4193 +UV Count: 3 + UV + UV + UV +Face 4194 +UV Count: 3 + UV + UV + UV +Face 4195 +UV Count: 3 + UV + UV + UV +Face 4196 +UV Count: 3 + UV + UV + UV +Face 4197 +UV Count: 3 + UV + UV + UV +Face 4198 +UV Count: 3 + UV + UV + UV +Face 4199 +UV Count: 3 + UV + UV + UV +Face 4200 +UV Count: 3 + UV + UV + UV +Face 4201 +UV Count: 3 + UV + UV + UV +Face 4202 +UV Count: 3 + UV + UV + UV +Face 4203 +UV Count: 3 + UV + UV + UV +Face 4204 +UV Count: 3 + UV + UV + UV +Face 4205 +UV Count: 3 + UV + UV + UV +Face 4206 +UV Count: 3 + UV + UV + UV +Face 4207 +UV Count: 3 + UV + UV + UV +Face 4208 +UV Count: 3 + UV + UV + UV +Face 4209 +UV Count: 3 + UV + UV + UV +Face 4210 +UV Count: 3 + UV + UV + UV +Face 4211 +UV Count: 3 + UV + UV + UV +Face 4212 +UV Count: 3 + UV + UV + UV +Face 4213 +UV Count: 3 + UV + UV + UV +Face 4214 +UV Count: 3 + UV + UV + UV +Face 4215 +UV Count: 3 + UV + UV + UV +Face 4216 +UV Count: 3 + UV + UV + UV +Face 4217 +UV Count: 3 + UV + UV + UV +Face 4218 +UV Count: 3 + UV + UV + UV +Face 4219 +UV Count: 3 + UV + UV + UV +Face 4220 +UV Count: 3 + UV + UV + UV +Face 4221 +UV Count: 3 + UV + UV + UV +Face 4222 +UV Count: 3 + UV + UV + UV +Face 4223 +UV Count: 3 + UV + UV + UV +Face 4224 +UV Count: 3 + UV + UV + UV +Face 4225 +UV Count: 3 + UV + UV + UV +Face 4226 +UV Count: 3 + UV + UV + UV +Face 4227 +UV Count: 3 + UV + UV + UV +Face 4228 +UV Count: 3 + UV + UV + UV +Face 4229 +UV Count: 3 + UV + UV + UV +Face 4230 +UV Count: 3 + UV + UV + UV +Face 4231 +UV Count: 3 + UV + UV + UV +Face 4232 +UV Count: 3 + UV + UV + UV +Face 4233 +UV Count: 3 + UV + UV + UV +Face 4234 +UV Count: 3 + UV + UV + UV +Face 4235 +UV Count: 3 + UV + UV + UV +Face 4236 +UV Count: 3 + UV + UV + UV +Face 4237 +UV Count: 3 + UV + UV + UV +Face 4238 +UV Count: 3 + UV + UV + UV +Face 4239 +UV Count: 3 + UV + UV + UV +Face 4240 +UV Count: 3 + UV + UV + UV +Face 4241 +UV Count: 3 + UV + UV + UV +Face 4242 +UV Count: 3 + UV + UV + UV +Face 4243 +UV Count: 3 + UV + UV + UV +Face 4244 +UV Count: 3 + UV + UV + UV +Face 4245 +UV Count: 3 + UV + UV + UV +Face 4246 +UV Count: 3 + UV + UV + UV +Face 4247 +UV Count: 3 + UV + UV + UV +Face 4248 +UV Count: 3 + UV + UV + UV +Face 4249 +UV Count: 3 + UV + UV + UV +Face 4250 +UV Count: 3 + UV + UV + UV +Face 4251 +UV Count: 3 + UV + UV + UV +Face 4252 +UV Count: 3 + UV + UV + UV +Face 4253 +UV Count: 3 + UV + UV + UV +Face 4254 +UV Count: 3 + UV + UV + UV +Face 4255 +UV Count: 3 + UV + UV + UV +Face 4256 +UV Count: 3 + UV + UV + UV +Face 4257 +UV Count: 3 + UV + UV + UV +Face 4258 +UV Count: 3 + UV + UV + UV +Face 4259 +UV Count: 3 + UV + UV + UV +Face 4260 +UV Count: 3 + UV + UV + UV +Face 4261 +UV Count: 3 + UV + UV + UV +Face 4262 +UV Count: 3 + UV + UV + UV +Face 4263 +UV Count: 3 + UV + UV + UV +Face 4264 +UV Count: 3 + UV + UV + UV +Face 4265 +UV Count: 3 + UV + UV + UV +Face 4266 +UV Count: 3 + UV + UV + UV +Face 4267 +UV Count: 3 + UV + UV + UV +Face 4268 +UV Count: 3 + UV + UV + UV +Face 4269 +UV Count: 3 + UV + UV + UV +Face 4270 +UV Count: 3 + UV + UV + UV +Face 4271 +UV Count: 3 + UV + UV + UV +Face 4272 +UV Count: 3 + UV + UV + UV +Face 4273 +UV Count: 3 + UV + UV + UV +Face 4274 +UV Count: 3 + UV + UV + UV +Face 4275 +UV Count: 3 + UV + UV + UV +Face 4276 +UV Count: 3 + UV + UV + UV +Face 4277 +UV Count: 3 + UV + UV + UV +Face 4278 +UV Count: 3 + UV + UV + UV +Face 4279 +UV Count: 3 + UV + UV + UV +Face 4280 +UV Count: 3 + UV + UV + UV +Face 4281 +UV Count: 3 + UV + UV + UV +Face 4282 +UV Count: 3 + UV + UV + UV +Face 4283 +UV Count: 3 + UV + UV + UV +Face 4284 +UV Count: 3 + UV + UV + UV +Face 4285 +UV Count: 3 + UV + UV + UV +Face 4286 +UV Count: 3 + UV + UV + UV +Face 4287 +UV Count: 3 + UV + UV + UV +Face 4288 +UV Count: 3 + UV + UV + UV +Face 4289 +UV Count: 3 + UV + UV + UV +Face 4290 +UV Count: 3 + UV + UV + UV +Face 4291 +UV Count: 3 + UV + UV + UV +Face 4292 +UV Count: 3 + UV + UV + UV +Face 4293 +UV Count: 3 + UV + UV + UV +Face 4294 +UV Count: 3 + UV + UV + UV +Face 4295 +UV Count: 3 + UV + UV + UV +Face 4296 +UV Count: 3 + UV + UV + UV +Face 4297 +UV Count: 3 + UV + UV + UV +Face 4298 +UV Count: 3 + UV + UV + UV +Face 4299 +UV Count: 3 + UV + UV + UV +Face 4300 +UV Count: 3 + UV + UV + UV +Face 4301 +UV Count: 3 + UV + UV + UV +Face 4302 +UV Count: 3 + UV + UV + UV +Face 4303 +UV Count: 3 + UV + UV + UV +Face 4304 +UV Count: 3 + UV + UV + UV +Face 4305 +UV Count: 3 + UV + UV + UV +Face 4306 +UV Count: 3 + UV + UV + UV +Face 4307 +UV Count: 3 + UV + UV + UV +Face 4308 +UV Count: 3 + UV + UV + UV +Face 4309 +UV Count: 3 + UV + UV + UV +Face 4310 +UV Count: 3 + UV + UV + UV +Face 4311 +UV Count: 3 + UV + UV + UV +Face 4312 +UV Count: 3 + UV + UV + UV +Face 4313 +UV Count: 3 + UV + UV + UV +Face 4314 +UV Count: 3 + UV + UV + UV +Face 4315 +UV Count: 3 + UV + UV + UV +Face 4316 +UV Count: 3 + UV + UV + UV +Face 4317 +UV Count: 3 + UV + UV + UV +Face 4318 +UV Count: 3 + UV + UV + UV +Face 4319 +UV Count: 3 + UV + UV + UV +Face 4320 +UV Count: 3 + UV + UV + UV +Face 4321 +UV Count: 3 + UV + UV + UV +Face 4322 +UV Count: 3 + UV + UV + UV +Face 4323 +UV Count: 3 + UV + UV + UV +Face 4324 +UV Count: 3 + UV + UV + UV +Face 4325 +UV Count: 3 + UV + UV + UV +Face 4326 +UV Count: 3 + UV + UV + UV +Face 4327 +UV Count: 3 + UV + UV + UV +Face 4328 +UV Count: 3 + UV + UV + UV +Face 4329 +UV Count: 3 + UV + UV + UV +Face 4330 +UV Count: 3 + UV + UV + UV +Face 4331 +UV Count: 3 + UV + UV + UV +Face 4332 +UV Count: 3 + UV + UV + UV +Face 4333 +UV Count: 3 + UV + UV + UV +Face 4334 +UV Count: 3 + UV + UV + UV +Face 4335 +UV Count: 3 + UV + UV + UV +Face 4336 +UV Count: 3 + UV + UV + UV +Face 4337 +UV Count: 3 + UV + UV + UV +Face 4338 +UV Count: 3 + UV + UV + UV +Face 4339 +UV Count: 3 + UV + UV + UV +Face 4340 +UV Count: 3 + UV + UV + UV +Face 4341 +UV Count: 3 + UV + UV + UV +Face 4342 +UV Count: 3 + UV + UV + UV +Face 4343 +UV Count: 3 + UV + UV + UV +Face 4344 +UV Count: 3 + UV + UV + UV +Face 4345 +UV Count: 3 + UV + UV + UV +Face 4346 +UV Count: 3 + UV + UV + UV +Face 4347 +UV Count: 3 + UV + UV + UV +Face 4348 +UV Count: 3 + UV + UV + UV +Face 4349 +UV Count: 3 + UV + UV + UV +Face 4350 +UV Count: 3 + UV + UV + UV +Face 4351 +UV Count: 3 + UV + UV + UV +Face 4352 +UV Count: 3 + UV + UV + UV +Face 4353 +UV Count: 3 + UV + UV + UV +Face 4354 +UV Count: 3 + UV + UV + UV +Face 4355 +UV Count: 3 + UV + UV + UV +Face 4356 +UV Count: 3 + UV + UV + UV +Face 4357 +UV Count: 3 + UV + UV + UV +Face 4358 +UV Count: 3 + UV + UV + UV +Face 4359 +UV Count: 3 + UV + UV + UV +Face 4360 +UV Count: 3 + UV + UV + UV +Face 4361 +UV Count: 3 + UV + UV + UV +Face 4362 +UV Count: 3 + UV + UV + UV +Face 4363 +UV Count: 3 + UV + UV + UV +Face 4364 +UV Count: 3 + UV + UV + UV +Face 4365 +UV Count: 3 + UV + UV + UV +Face 4366 +UV Count: 3 + UV + UV + UV +Face 4367 +UV Count: 3 + UV + UV + UV +Face 4368 +UV Count: 3 + UV + UV + UV +Face 4369 +UV Count: 3 + UV + UV + UV +Face 4370 +UV Count: 3 + UV + UV + UV +Face 4371 +UV Count: 3 + UV + UV + UV +Face 4372 +UV Count: 3 + UV + UV + UV +Face 4373 +UV Count: 3 + UV + UV + UV +Face 4374 +UV Count: 3 + UV + UV + UV +Face 4375 +UV Count: 3 + UV + UV + UV +Face 4376 +UV Count: 3 + UV + UV + UV +Face 4377 +UV Count: 3 + UV + UV + UV +Face 4378 +UV Count: 3 + UV + UV + UV +Face 4379 +UV Count: 3 + UV + UV + UV +Face 4380 +UV Count: 3 + UV + UV + UV +Face 4381 +UV Count: 3 + UV + UV + UV +Face 4382 +UV Count: 3 + UV + UV + UV +Face 4383 +UV Count: 3 + UV + UV + UV +Face 4384 +UV Count: 3 + UV + UV + UV +Face 4385 +UV Count: 3 + UV + UV + UV +Face 4386 +UV Count: 3 + UV + UV + UV +Face 4387 +UV Count: 3 + UV + UV + UV +Face 4388 +UV Count: 3 + UV + UV + UV +Face 4389 +UV Count: 3 + UV + UV + UV +Face 4390 +UV Count: 3 + UV + UV + UV +Face 4391 +UV Count: 3 + UV + UV + UV +Face 4392 +UV Count: 3 + UV + UV + UV +Face 4393 +UV Count: 3 + UV + UV + UV +Face 4394 +UV Count: 3 + UV + UV + UV +Face 4395 +UV Count: 3 + UV + UV + UV +Face 4396 +UV Count: 3 + UV + UV + UV +Face 4397 +UV Count: 3 + UV + UV + UV +Face 4398 +UV Count: 3 + UV + UV + UV +Face 4399 +UV Count: 3 + UV + UV + UV +Face 4400 +UV Count: 3 + UV + UV + UV +Face 4401 +UV Count: 3 + UV + UV + UV +Face 4402 +UV Count: 3 + UV + UV + UV +Face 4403 +UV Count: 3 + UV + UV + UV +Face 4404 +UV Count: 3 + UV + UV + UV +Face 4405 +UV Count: 3 + UV + UV + UV +Face 4406 +UV Count: 3 + UV + UV + UV +Face 4407 +UV Count: 3 + UV + UV + UV +Face 4408 +UV Count: 3 + UV + UV + UV +Face 4409 +UV Count: 3 + UV + UV + UV +Face 4410 +UV Count: 3 + UV + UV + UV +Face 4411 +UV Count: 3 + UV + UV + UV +Face 4412 +UV Count: 3 + UV + UV + UV +Face 4413 +UV Count: 3 + UV + UV + UV +Face 4414 +UV Count: 3 + UV + UV + UV +Face 4415 +UV Count: 3 + UV + UV + UV +Face 4416 +UV Count: 3 + UV + UV + UV +Face 4417 +UV Count: 3 + UV + UV + UV +Face 4418 +UV Count: 3 + UV + UV + UV +Face 4419 +UV Count: 3 + UV + UV + UV +Face 4420 +UV Count: 3 + UV + UV + UV +Face 4421 +UV Count: 3 + UV + UV + UV +Face 4422 +UV Count: 3 + UV + UV + UV +Face 4423 +UV Count: 3 + UV + UV + UV +Face 4424 +UV Count: 3 + UV + UV + UV +Face 4425 +UV Count: 3 + UV + UV + UV +Face 4426 +UV Count: 3 + UV + UV + UV +Face 4427 +UV Count: 3 + UV + UV + UV +Face 4428 +UV Count: 3 + UV + UV + UV +Face 4429 +UV Count: 3 + UV + UV + UV +Face 4430 +UV Count: 3 + UV + UV + UV +Face 4431 +UV Count: 3 + UV + UV + UV +Face 4432 +UV Count: 3 + UV + UV + UV +Face 4433 +UV Count: 3 + UV + UV + UV +Face 4434 +UV Count: 3 + UV + UV + UV +Face 4435 +UV Count: 3 + UV + UV + UV +Face 4436 +UV Count: 3 + UV + UV + UV +Face 4437 +UV Count: 3 + UV + UV + UV +Face 4438 +UV Count: 3 + UV + UV + UV +Face 4439 +UV Count: 3 + UV + UV + UV +Face 4440 +UV Count: 3 + UV + UV + UV +Face 4441 +UV Count: 3 + UV + UV + UV +Face 4442 +UV Count: 3 + UV + UV + UV +Face 4443 +UV Count: 3 + UV + UV + UV +Face 4444 +UV Count: 3 + UV + UV + UV +Face 4445 +UV Count: 3 + UV + UV + UV +Face 4446 +UV Count: 3 + UV + UV + UV +Face 4447 +UV Count: 3 + UV + UV + UV +Face 4448 +UV Count: 3 + UV + UV + UV +Face 4449 +UV Count: 3 + UV + UV + UV +Face 4450 +UV Count: 3 + UV + UV + UV +Face 4451 +UV Count: 3 + UV + UV + UV +Face 4452 +UV Count: 3 + UV + UV + UV +Face 4453 +UV Count: 3 + UV + UV + UV +Face 4454 +UV Count: 3 + UV + UV + UV +Face 4455 +UV Count: 3 + UV + UV + UV +Face 4456 +UV Count: 3 + UV + UV + UV +Face 4457 +UV Count: 3 + UV + UV + UV +Face 4458 +UV Count: 3 + UV + UV + UV +Face 4459 +UV Count: 3 + UV + UV + UV +Face 4460 +UV Count: 3 + UV + UV + UV +Face 4461 +UV Count: 3 + UV + UV + UV +Face 4462 +UV Count: 3 + UV + UV + UV +Face 4463 +UV Count: 3 + UV + UV + UV +Face 4464 +UV Count: 3 + UV + UV + UV +Face 4465 +UV Count: 3 + UV + UV + UV +Face 4466 +UV Count: 3 + UV + UV + UV +Face 4467 +UV Count: 3 + UV + UV + UV +Face 4468 +UV Count: 3 + UV + UV + UV +Face 4469 +UV Count: 3 + UV + UV + UV +Face 4470 +UV Count: 3 + UV + UV + UV +Face 4471 +UV Count: 3 + UV + UV + UV +Face 4472 +UV Count: 3 + UV + UV + UV +Face 4473 +UV Count: 3 + UV + UV + UV +Face 4474 +UV Count: 3 + UV + UV + UV +Face 4475 +UV Count: 3 + UV + UV + UV +Face 4476 +UV Count: 3 + UV + UV + UV +Face 4477 +UV Count: 3 + UV + UV + UV +Face 4478 +UV Count: 3 + UV + UV + UV +Face 4479 +UV Count: 3 + UV + UV + UV +Face 4480 +UV Count: 3 + UV + UV + UV +Face 4481 +UV Count: 3 + UV + UV + UV +Face 4482 +UV Count: 3 + UV + UV + UV +Face 4483 +UV Count: 3 + UV + UV + UV +Face 4484 +UV Count: 3 + UV + UV + UV +Face 4485 +UV Count: 3 + UV + UV + UV +Face 4486 +UV Count: 3 + UV + UV + UV +Face 4487 +UV Count: 3 + UV + UV + UV +Face 4488 +UV Count: 3 + UV + UV + UV +Face 4489 +UV Count: 3 + UV + UV + UV +Face 4490 +UV Count: 3 + UV + UV + UV +Face 4491 +UV Count: 3 + UV + UV + UV +Face 4492 +UV Count: 3 + UV + UV + UV +Face 4493 +UV Count: 3 + UV + UV + UV +Face 4494 +UV Count: 3 + UV + UV + UV +Face 4495 +UV Count: 3 + UV + UV + UV +Face 4496 +UV Count: 3 + UV + UV + UV +Face 4497 +UV Count: 3 + UV + UV + UV +Face 4498 +UV Count: 3 + UV + UV + UV +Face 4499 +UV Count: 3 + UV + UV + UV +Face 4500 +UV Count: 3 + UV + UV + UV +Face 4501 +UV Count: 3 + UV + UV + UV +Face 4502 +UV Count: 3 + UV + UV + UV +Face 4503 +UV Count: 3 + UV + UV + UV +Face 4504 +UV Count: 3 + UV + UV + UV +Face 4505 +UV Count: 3 + UV + UV + UV +Face 4506 +UV Count: 3 + UV + UV + UV +Face 4507 +UV Count: 3 + UV + UV + UV +Face 4508 +UV Count: 3 + UV + UV + UV +Face 4509 +UV Count: 3 + UV + UV + UV +Face 4510 +UV Count: 3 + UV + UV + UV +Face 4511 +UV Count: 3 + UV + UV + UV +Face 4512 +UV Count: 3 + UV + UV + UV +Face 4513 +UV Count: 3 + UV + UV + UV +Face 4514 +UV Count: 3 + UV + UV + UV +Face 4515 +UV Count: 3 + UV + UV + UV +Face 4516 +UV Count: 3 + UV + UV + UV +Face 4517 +UV Count: 3 + UV + UV + UV +Face 4518 +UV Count: 3 + UV + UV + UV +Face 4519 +UV Count: 3 + UV + UV + UV +Face 4520 +UV Count: 3 + UV + UV + UV +Face 4521 +UV Count: 3 + UV + UV + UV +Face 4522 +UV Count: 3 + UV + UV + UV +Face 4523 +UV Count: 3 + UV + UV + UV +Face 4524 +UV Count: 3 + UV + UV + UV +Face 4525 +UV Count: 3 + UV + UV + UV +Face 4526 +UV Count: 3 + UV + UV + UV +Face 4527 +UV Count: 3 + UV + UV + UV +Face 4528 +UV Count: 3 + UV + UV + UV +Face 4529 +UV Count: 3 + UV + UV + UV +Face 4530 +UV Count: 3 + UV + UV + UV +Face 4531 +UV Count: 3 + UV + UV + UV +Face 4532 +UV Count: 3 + UV + UV + UV +Face 4533 +UV Count: 3 + UV + UV + UV +Face 4534 +UV Count: 3 + UV + UV + UV +Face 4535 +UV Count: 3 + UV + UV + UV +Face 4536 +UV Count: 3 + UV + UV + UV +Face 4537 +UV Count: 3 + UV + UV + UV +Face 4538 +UV Count: 3 + UV + UV + UV +Face 4539 +UV Count: 3 + UV + UV + UV +Face 4540 +UV Count: 3 + UV + UV + UV +Face 4541 +UV Count: 3 + UV + UV + UV +Face 4542 +UV Count: 3 + UV + UV + UV +Face 4543 +UV Count: 3 + UV + UV + UV +Face 4544 +UV Count: 3 + UV + UV + UV +Face 4545 +UV Count: 3 + UV + UV + UV +Face 4546 +UV Count: 3 + UV + UV + UV +Face 4547 +UV Count: 3 + UV + UV + UV +Face 4548 +UV Count: 3 + UV + UV + UV +Face 4549 +UV Count: 3 + UV + UV + UV +Face 4550 +UV Count: 3 + UV + UV + UV +Face 4551 +UV Count: 3 + UV + UV + UV +Face 4552 +UV Count: 3 + UV + UV + UV +Face 4553 +UV Count: 3 + UV + UV + UV +Face 4554 +UV Count: 3 + UV + UV + UV +Face 4555 +UV Count: 3 + UV + UV + UV +Face 4556 +UV Count: 3 + UV + UV + UV +Face 4557 +UV Count: 3 + UV + UV + UV +Face 4558 +UV Count: 3 + UV + UV + UV +Face 4559 +UV Count: 3 + UV + UV + UV +Face 4560 +UV Count: 3 + UV + UV + UV +Face 4561 +UV Count: 3 + UV + UV + UV +Face 4562 +UV Count: 3 + UV + UV + UV +Face 4563 +UV Count: 3 + UV + UV + UV +Face 4564 +UV Count: 3 + UV + UV + UV +Face 4565 +UV Count: 3 + UV + UV + UV +Face 4566 +UV Count: 3 + UV + UV + UV +Face 4567 +UV Count: 3 + UV + UV + UV +Face 4568 +UV Count: 3 + UV + UV + UV +Face 4569 +UV Count: 3 + UV + UV + UV +Face 4570 +UV Count: 3 + UV + UV + UV +Face 4571 +UV Count: 3 + UV + UV + UV +Face 4572 +UV Count: 3 + UV + UV + UV +Face 4573 +UV Count: 3 + UV + UV + UV +Face 4574 +UV Count: 3 + UV + UV + UV +Face 4575 +UV Count: 3 + UV + UV + UV +Face 4576 +UV Count: 3 + UV + UV + UV +Face 4577 +UV Count: 3 + UV + UV + UV +Face 4578 +UV Count: 3 + UV + UV + UV +Face 4579 +UV Count: 3 + UV + UV + UV +Face 4580 +UV Count: 3 + UV + UV + UV +Face 4581 +UV Count: 3 + UV + UV + UV +Face 4582 +UV Count: 3 + UV + UV + UV +Face 4583 +UV Count: 3 + UV + UV + UV +Face 4584 +UV Count: 3 + UV + UV + UV +Face 4585 +UV Count: 3 + UV + UV + UV +Face 4586 +UV Count: 3 + UV + UV + UV +Face 4587 +UV Count: 3 + UV + UV + UV +Face 4588 +UV Count: 3 + UV + UV + UV +Face 4589 +UV Count: 3 + UV + UV + UV +Face 4590 +UV Count: 3 + UV + UV + UV +Face 4591 +UV Count: 3 + UV + UV + UV +Face 4592 +UV Count: 3 + UV + UV + UV +Face 4593 +UV Count: 3 + UV + UV + UV +Face 4594 +UV Count: 3 + UV + UV + UV +Face 4595 +UV Count: 3 + UV + UV + UV +Face 4596 +UV Count: 3 + UV + UV + UV +Face 4597 +UV Count: 3 + UV + UV + UV +Face 4598 +UV Count: 3 + UV + UV + UV +Face 4599 +UV Count: 3 + UV + UV + UV +Face 4600 +UV Count: 3 + UV + UV + UV +Face 4601 +UV Count: 3 + UV + UV + UV +Face 4602 +UV Count: 3 + UV + UV + UV +Face 4603 +UV Count: 3 + UV + UV + UV +Face 4604 +UV Count: 3 + UV + UV + UV +Face 4605 +UV Count: 3 + UV + UV + UV +Face 4606 +UV Count: 3 + UV + UV + UV +Face 4607 +UV Count: 3 + UV + UV + UV +Face 4608 +UV Count: 3 + UV + UV + UV +Face 4609 +UV Count: 3 + UV + UV + UV +Face 4610 +UV Count: 3 + UV + UV + UV +Face 4611 +UV Count: 3 + UV + UV + UV +Face 4612 +UV Count: 3 + UV + UV + UV +Face 4613 +UV Count: 3 + UV + UV + UV +Face 4614 +UV Count: 3 + UV + UV + UV +Face 4615 +UV Count: 3 + UV + UV + UV +Face 4616 +UV Count: 3 + UV + UV + UV +Face 4617 +UV Count: 3 + UV + UV + UV +Face 4618 +UV Count: 3 + UV + UV + UV +Face 4619 +UV Count: 3 + UV + UV + UV +Face 4620 +UV Count: 3 + UV + UV + UV +Face 4621 +UV Count: 3 + UV + UV + UV +Face 4622 +UV Count: 3 + UV + UV + UV +Face 4623 +UV Count: 3 + UV + UV + UV +Face 4624 +UV Count: 3 + UV + UV + UV +Face 4625 +UV Count: 3 + UV + UV + UV +Face 4626 +UV Count: 3 + UV + UV + UV +Face 4627 +UV Count: 3 + UV + UV + UV +Face 4628 +UV Count: 3 + UV + UV + UV +Face 4629 +UV Count: 3 + UV + UV + UV +Face 4630 +UV Count: 3 + UV + UV + UV +Face 4631 +UV Count: 3 + UV + UV + UV +Face 4632 +UV Count: 3 + UV + UV + UV +Face 4633 +UV Count: 3 + UV + UV + UV +Face 4634 +UV Count: 3 + UV + UV + UV +Face 4635 +UV Count: 3 + UV + UV + UV +Face 4636 +UV Count: 3 + UV + UV + UV +Face 4637 +UV Count: 3 + UV + UV + UV +Face 4638 +UV Count: 3 + UV + UV + UV +Face 4639 +UV Count: 3 + UV + UV + UV +Face 4640 +UV Count: 3 + UV + UV + UV +Face 4641 +UV Count: 3 + UV + UV + UV +Face 4642 +UV Count: 3 + UV + UV + UV +Face 4643 +UV Count: 3 + UV + UV + UV +Face 4644 +UV Count: 3 + UV + UV + UV +Face 4645 +UV Count: 3 + UV + UV + UV +Face 4646 +UV Count: 3 + UV + UV + UV +Face 4647 +UV Count: 3 + UV + UV + UV +Face 4648 +UV Count: 3 + UV + UV + UV +Face 4649 +UV Count: 3 + UV + UV + UV +Face 4650 +UV Count: 3 + UV + UV + UV +Face 4651 +UV Count: 3 + UV + UV + UV +Face 4652 +UV Count: 3 + UV + UV + UV +Face 4653 +UV Count: 3 + UV + UV + UV +Face 4654 +UV Count: 3 + UV + UV + UV +Face 4655 +UV Count: 3 + UV + UV + UV +Face 4656 +UV Count: 3 + UV + UV + UV +Face 4657 +UV Count: 3 + UV + UV + UV +Face 4658 +UV Count: 3 + UV + UV + UV +Face 4659 +UV Count: 3 + UV + UV + UV +Face 4660 +UV Count: 3 + UV + UV + UV +Face 4661 +UV Count: 3 + UV + UV + UV +Face 4662 +UV Count: 3 + UV + UV + UV +Face 4663 +UV Count: 3 + UV + UV + UV +Face 4664 +UV Count: 3 + UV + UV + UV +Face 4665 +UV Count: 3 + UV + UV + UV +Face 4666 +UV Count: 3 + UV + UV + UV +Face 4667 +UV Count: 3 + UV + UV + UV +Face 4668 +UV Count: 3 + UV + UV + UV +Face 4669 +UV Count: 3 + UV + UV + UV +Face 4670 +UV Count: 3 + UV + UV + UV +Face 4671 +UV Count: 3 + UV + UV + UV +Face 4672 +UV Count: 3 + UV + UV + UV +Face 4673 +UV Count: 3 + UV + UV + UV +Face 4674 +UV Count: 3 + UV + UV + UV +Face 4675 +UV Count: 3 + UV + UV + UV +Face 4676 +UV Count: 3 + UV + UV + UV +Face 4677 +UV Count: 3 + UV + UV + UV +Face 4678 +UV Count: 3 + UV + UV + UV +Face 4679 +UV Count: 3 + UV + UV + UV +Face 4680 +UV Count: 3 + UV + UV + UV +Face 4681 +UV Count: 3 + UV + UV + UV +Face 4682 +UV Count: 3 + UV + UV + UV +Face 4683 +UV Count: 3 + UV + UV + UV +Face 4684 +UV Count: 3 + UV + UV + UV +Face 4685 +UV Count: 3 + UV + UV + UV +Face 4686 +UV Count: 3 + UV + UV + UV +Face 4687 +UV Count: 3 + UV + UV + UV +Face 4688 +UV Count: 3 + UV + UV + UV +Face 4689 +UV Count: 3 + UV + UV + UV +Face 4690 +UV Count: 3 + UV + UV + UV +Face 4691 +UV Count: 3 + UV + UV + UV +Face 4692 +UV Count: 3 + UV + UV + UV +Face 4693 +UV Count: 3 + UV + UV + UV +Face 4694 +UV Count: 3 + UV + UV + UV +Face 4695 +UV Count: 3 + UV + UV + UV +Face 4696 +UV Count: 3 + UV + UV + UV +Face 4697 +UV Count: 3 + UV + UV + UV +Face 4698 +UV Count: 3 + UV + UV + UV +Face 4699 +UV Count: 3 + UV + UV + UV +Face 4700 +UV Count: 3 + UV + UV + UV +Face 4701 +UV Count: 3 + UV + UV + UV +Face 4702 +UV Count: 3 + UV + UV + UV +Face 4703 +UV Count: 3 + UV + UV + UV +Face 4704 +UV Count: 3 + UV + UV + UV +Face 4705 +UV Count: 3 + UV + UV + UV +Face 4706 +UV Count: 3 + UV + UV + UV +Face 4707 +UV Count: 3 + UV + UV + UV +Face 4708 +UV Count: 3 + UV + UV + UV +Face 4709 +UV Count: 3 + UV + UV + UV +Face 4710 +UV Count: 3 + UV + UV + UV +Face 4711 +UV Count: 3 + UV + UV + UV +Face 4712 +UV Count: 3 + UV + UV + UV +Face 4713 +UV Count: 3 + UV + UV + UV +Face 4714 +UV Count: 3 + UV + UV + UV +Face 4715 +UV Count: 3 + UV + UV + UV +Face 4716 +UV Count: 3 + UV + UV + UV +Face 4717 +UV Count: 3 + UV + UV + UV +Face 4718 +UV Count: 3 + UV + UV + UV +Face 4719 +UV Count: 3 + UV + UV + UV +Face 4720 +UV Count: 3 + UV + UV + UV +Face 4721 +UV Count: 3 + UV + UV + UV +Face 4722 +UV Count: 3 + UV + UV + UV +Face 4723 +UV Count: 3 + UV + UV + UV +Face 4724 +UV Count: 3 + UV + UV + UV +Face 4725 +UV Count: 3 + UV + UV + UV +Face 4726 +UV Count: 3 + UV + UV + UV +Face 4727 +UV Count: 3 + UV + UV + UV +Face 4728 +UV Count: 3 + UV + UV + UV +Face 4729 +UV Count: 3 + UV + UV + UV +Face 4730 +UV Count: 3 + UV + UV + UV +Face 4731 +UV Count: 3 + UV + UV + UV +Face 4732 +UV Count: 3 + UV + UV + UV +Face 4733 +UV Count: 3 + UV + UV + UV +Face 4734 +UV Count: 3 + UV + UV + UV +Face 4735 +UV Count: 3 + UV + UV + UV +Face 4736 +UV Count: 3 + UV + UV + UV +Face 4737 +UV Count: 3 + UV + UV + UV +Face 4738 +UV Count: 3 + UV + UV + UV +Face 4739 +UV Count: 3 + UV + UV + UV +Face 4740 +UV Count: 3 + UV + UV + UV +Face 4741 +UV Count: 3 + UV + UV + UV +Face 4742 +UV Count: 3 + UV + UV + UV +Face 4743 +UV Count: 3 + UV + UV + UV +Face 4744 +UV Count: 3 + UV + UV + UV +Face 4745 +UV Count: 3 + UV + UV + UV +Face 4746 +UV Count: 3 + UV + UV + UV +Face 4747 +UV Count: 3 + UV + UV + UV +Face 4748 +UV Count: 3 + UV + UV + UV +Face 4749 +UV Count: 3 + UV + UV + UV +Face 4750 +UV Count: 3 + UV + UV + UV +Face 4751 +UV Count: 3 + UV + UV + UV +Face 4752 +UV Count: 3 + UV + UV + UV +Face 4753 +UV Count: 3 + UV + UV + UV +Face 4754 +UV Count: 3 + UV + UV + UV +Face 4755 +UV Count: 3 + UV + UV + UV +Face 4756 +UV Count: 3 + UV + UV + UV +Face 4757 +UV Count: 3 + UV + UV + UV +Face 4758 +UV Count: 3 + UV + UV + UV +Face 4759 +UV Count: 3 + UV + UV + UV +Face 4760 +UV Count: 3 + UV + UV + UV +Face 4761 +UV Count: 3 + UV + UV + UV +Face 4762 +UV Count: 3 + UV + UV + UV +Face 4763 +UV Count: 3 + UV + UV + UV +Face 4764 +UV Count: 3 + UV + UV + UV +Face 4765 +UV Count: 3 + UV + UV + UV +Face 4766 +UV Count: 3 + UV + UV + UV +Face 4767 +UV Count: 3 + UV + UV + UV +Face 4768 +UV Count: 3 + UV + UV + UV +Face 4769 +UV Count: 3 + UV + UV + UV +Face 4770 +UV Count: 3 + UV + UV + UV +Face 4771 +UV Count: 3 + UV + UV + UV +Face 4772 +UV Count: 3 + UV + UV + UV +Face 4773 +UV Count: 3 + UV + UV + UV +Face 4774 +UV Count: 3 + UV + UV + UV +Face 4775 +UV Count: 3 + UV + UV + UV +Face 4776 +UV Count: 3 + UV + UV + UV +Face 4777 +UV Count: 3 + UV + UV + UV +Face 4778 +UV Count: 3 + UV + UV + UV +Face 4779 +UV Count: 3 + UV + UV + UV +Face 4780 +UV Count: 3 + UV + UV + UV +Face 4781 +UV Count: 3 + UV + UV + UV +Face 4782 +UV Count: 3 + UV + UV + UV +Face 4783 +UV Count: 3 + UV + UV + UV +Face 4784 +UV Count: 3 + UV + UV + UV +Face 4785 +UV Count: 3 + UV + UV + UV +Face 4786 +UV Count: 3 + UV + UV + UV +Face 4787 +UV Count: 3 + UV + UV + UV +Face 4788 +UV Count: 3 + UV + UV + UV +Face 4789 +UV Count: 3 + UV + UV + UV +Face 4790 +UV Count: 3 + UV + UV + UV +Face 4791 +UV Count: 3 + UV + UV + UV +Face 4792 +UV Count: 3 + UV + UV + UV +Face 4793 +UV Count: 3 + UV + UV + UV +Face 4794 +UV Count: 3 + UV + UV + UV +Face 4795 +UV Count: 3 + UV + UV + UV +Face 4796 +UV Count: 3 + UV + UV + UV +Face 4797 +UV Count: 3 + UV + UV + UV +Face 4798 +UV Count: 3 + UV + UV + UV +Face 4799 +UV Count: 3 + UV + UV + UV +Face 4800 +UV Count: 3 + UV + UV + UV +Face 4801 +UV Count: 3 + UV + UV + UV +Face 4802 +UV Count: 3 + UV + UV + UV +Face 4803 +UV Count: 3 + UV + UV + UV +Face 4804 +UV Count: 3 + UV + UV + UV +Face 4805 +UV Count: 3 + UV + UV + UV +Face 4806 +UV Count: 3 + UV + UV + UV +Face 4807 +UV Count: 3 + UV + UV + UV +Face 4808 +UV Count: 3 + UV + UV + UV +Face 4809 +UV Count: 3 + UV + UV + UV +Face 4810 +UV Count: 3 + UV + UV + UV +Face 4811 +UV Count: 3 + UV + UV + UV +Face 4812 +UV Count: 3 + UV + UV + UV +Face 4813 +UV Count: 3 + UV + UV + UV +Face 4814 +UV Count: 3 + UV + UV + UV +Face 4815 +UV Count: 3 + UV + UV + UV +Face 4816 +UV Count: 3 + UV + UV + UV +Face 4817 +UV Count: 3 + UV + UV + UV +Face 4818 +UV Count: 3 + UV + UV + UV +Face 4819 +UV Count: 3 + UV + UV + UV +Face 4820 +UV Count: 3 + UV + UV + UV +Face 4821 +UV Count: 3 + UV + UV + UV +Face 4822 +UV Count: 3 + UV + UV + UV +Face 4823 +UV Count: 3 + UV + UV + UV +Face 4824 +UV Count: 3 + UV + UV + UV +Face 4825 +UV Count: 3 + UV + UV + UV +Face 4826 +UV Count: 3 + UV + UV + UV +Face 4827 +UV Count: 3 + UV + UV + UV +Face 4828 +UV Count: 3 + UV + UV + UV +Face 4829 +UV Count: 3 + UV + UV + UV +Face 4830 +UV Count: 3 + UV + UV + UV +Face 4831 +UV Count: 3 + UV + UV + UV +Face 4832 +UV Count: 3 + UV + UV + UV +Face 4833 +UV Count: 3 + UV + UV + UV +Face 4834 +UV Count: 3 + UV + UV + UV +Face 4835 +UV Count: 3 + UV + UV + UV +Face 4836 +UV Count: 3 + UV + UV + UV +Face 4837 +UV Count: 3 + UV + UV + UV +Face 4838 +UV Count: 3 + UV + UV + UV +Face 4839 +UV Count: 3 + UV + UV + UV +Face 4840 +UV Count: 3 + UV + UV + UV +Face 4841 +UV Count: 3 + UV + UV + UV +Face 4842 +UV Count: 3 + UV + UV + UV +Face 4843 +UV Count: 3 + UV + UV + UV +Face 4844 +UV Count: 3 + UV + UV + UV +Face 4845 +UV Count: 3 + UV + UV + UV +Face 4846 +UV Count: 3 + UV + UV + UV +Face 4847 +UV Count: 3 + UV + UV + UV +Face 4848 +UV Count: 3 + UV + UV + UV +Face 4849 +UV Count: 3 + UV + UV + UV +Face 4850 +UV Count: 3 + UV + UV + UV +Face 4851 +UV Count: 3 + UV + UV + UV +Face 4852 +UV Count: 3 + UV + UV + UV +Face 4853 +UV Count: 3 + UV + UV + UV +Face 4854 +UV Count: 3 + UV + UV + UV +Face 4855 +UV Count: 3 + UV + UV + UV +Face 4856 +UV Count: 3 + UV + UV + UV +Face 4857 +UV Count: 3 + UV + UV + UV +Face 4858 +UV Count: 3 + UV + UV + UV +Face 4859 +UV Count: 3 + UV + UV + UV +Face 4860 +UV Count: 3 + UV + UV + UV +Face 4861 +UV Count: 3 + UV + UV + UV +Face 4862 +UV Count: 3 + UV + UV + UV +Face 4863 +UV Count: 3 + UV + UV + UV +Face 4864 +UV Count: 3 + UV + UV + UV +Face 4865 +UV Count: 3 + UV + UV + UV +Face 4866 +UV Count: 3 + UV + UV + UV +Face 4867 +UV Count: 3 + UV + UV + UV +Face 4868 +UV Count: 3 + UV + UV + UV +Face 4869 +UV Count: 3 + UV + UV + UV +Face 4870 +UV Count: 3 + UV + UV + UV +Face 4871 +UV Count: 3 + UV + UV + UV +Face 4872 +UV Count: 3 + UV + UV + UV +Face 4873 +UV Count: 3 + UV + UV + UV +Face 4874 +UV Count: 3 + UV + UV + UV +Face 4875 +UV Count: 3 + UV + UV + UV +Face 4876 +UV Count: 3 + UV + UV + UV +Face 4877 +UV Count: 3 + UV + UV + UV +Face 4878 +UV Count: 3 + UV + UV + UV +Face 4879 +UV Count: 3 + UV + UV + UV +Face 4880 +UV Count: 3 + UV + UV + UV +Face 4881 +UV Count: 3 + UV + UV + UV +Face 4882 +UV Count: 3 + UV + UV + UV +Face 4883 +UV Count: 3 + UV + UV + UV +Face 4884 +UV Count: 3 + UV + UV + UV +Face 4885 +UV Count: 3 + UV + UV + UV +Face 4886 +UV Count: 3 + UV + UV + UV +Face 4887 +UV Count: 3 + UV + UV + UV +Face 4888 +UV Count: 3 + UV + UV + UV +Face 4889 +UV Count: 3 + UV + UV + UV +Face 4890 +UV Count: 3 + UV + UV + UV +Face 4891 +UV Count: 3 + UV + UV + UV +Face 4892 +UV Count: 3 + UV + UV + UV +Face 4893 +UV Count: 3 + UV + UV + UV +Face 4894 +UV Count: 3 + UV + UV + UV +Face 4895 +UV Count: 3 + UV + UV + UV +Face 4896 +UV Count: 3 + UV + UV + UV +Face 4897 +UV Count: 3 + UV + UV + UV +Face 4898 +UV Count: 3 + UV + UV + UV +Face 4899 +UV Count: 3 + UV + UV + UV +Face 4900 +UV Count: 3 + UV + UV + UV +Face 4901 +UV Count: 3 + UV + UV + UV +Face 4902 +UV Count: 3 + UV + UV + UV +Face 4903 +UV Count: 3 + UV + UV + UV +Face 4904 +UV Count: 3 + UV + UV + UV +Face 4905 +UV Count: 3 + UV + UV + UV +Face 4906 +UV Count: 3 + UV + UV + UV +Face 4907 +UV Count: 3 + UV + UV + UV +Face 4908 +UV Count: 3 + UV + UV + UV +Face 4909 +UV Count: 3 + UV + UV + UV +Face 4910 +UV Count: 3 + UV + UV + UV +Face 4911 +UV Count: 3 + UV + UV + UV +Face 4912 +UV Count: 3 + UV + UV + UV +Face 4913 +UV Count: 3 + UV + UV + UV +Face 4914 +UV Count: 3 + UV + UV + UV +Face 4915 +UV Count: 3 + UV + UV + UV +Face 4916 +UV Count: 3 + UV + UV + UV +Face 4917 +UV Count: 3 + UV + UV + UV +Face 4918 +UV Count: 3 + UV + UV + UV +Face 4919 +UV Count: 3 + UV + UV + UV +Face 4920 +UV Count: 3 + UV + UV + UV +Face 4921 +UV Count: 3 + UV + UV + UV +Face 4922 +UV Count: 3 + UV + UV + UV +Face 4923 +UV Count: 3 + UV + UV + UV +Face 4924 +UV Count: 3 + UV + UV + UV +Face 4925 +UV Count: 3 + UV + UV + UV +Face 4926 +UV Count: 3 + UV + UV + UV +Face 4927 +UV Count: 3 + UV + UV + UV +Face 4928 +UV Count: 3 + UV + UV + UV +Face 4929 +UV Count: 3 + UV + UV + UV +Face 4930 +UV Count: 3 + UV + UV + UV +Face 4931 +UV Count: 3 + UV + UV + UV +Face 4932 +UV Count: 3 + UV + UV + UV +Face 4933 +UV Count: 3 + UV + UV + UV +Face 4934 +UV Count: 3 + UV + UV + UV +Face 4935 +UV Count: 3 + UV + UV + UV +Face 4936 +UV Count: 3 + UV + UV + UV +Face 4937 +UV Count: 3 + UV + UV + UV +Face 4938 +UV Count: 3 + UV + UV + UV +Face 4939 +UV Count: 3 + UV + UV + UV +Face 4940 +UV Count: 3 + UV + UV + UV +Face 4941 +UV Count: 3 + UV + UV + UV +Face 4942 +UV Count: 3 + UV + UV + UV +Face 4943 +UV Count: 3 + UV + UV + UV +Face 4944 +UV Count: 3 + UV + UV + UV +Face 4945 +UV Count: 3 + UV + UV + UV +Face 4946 +UV Count: 3 + UV + UV + UV +Face 4947 +UV Count: 3 + UV + UV + UV +Face 4948 +UV Count: 3 + UV + UV + UV +Face 4949 +UV Count: 3 + UV + UV + UV +Face 4950 +UV Count: 3 + UV + UV + UV +Face 4951 +UV Count: 3 + UV + UV + UV +Face 4952 +UV Count: 3 + UV + UV + UV +Face 4953 +UV Count: 3 + UV + UV + UV +Face 4954 +UV Count: 3 + UV + UV + UV +Face 4955 +UV Count: 3 + UV + UV + UV +Face 4956 +UV Count: 3 + UV + UV + UV +Face 4957 +UV Count: 3 + UV + UV + UV +Face 4958 +UV Count: 3 + UV + UV + UV +Face 4959 +UV Count: 3 + UV + UV + UV +Face 4960 +UV Count: 3 + UV + UV + UV +Face 4961 +UV Count: 3 + UV + UV + UV +Face 4962 +UV Count: 3 + UV + UV + UV +Face 4963 +UV Count: 3 + UV + UV + UV +Face 4964 +UV Count: 3 + UV + UV + UV +Face 4965 +UV Count: 3 + UV + UV + UV +Face 4966 +UV Count: 3 + UV + UV + UV +Face 4967 +UV Count: 3 + UV + UV + UV +Face 4968 +UV Count: 3 + UV + UV + UV +Face 4969 +UV Count: 3 + UV + UV + UV +Face 4970 +UV Count: 3 + UV + UV + UV +Face 4971 +UV Count: 3 + UV + UV + UV +Face 4972 +UV Count: 3 + UV + UV + UV +Face 4973 +UV Count: 3 + UV + UV + UV +Face 4974 +UV Count: 3 + UV + UV + UV +Face 4975 +UV Count: 3 + UV + UV + UV +Face 4976 +UV Count: 3 + UV + UV + UV +Face 4977 +UV Count: 3 + UV + UV + UV +Face 4978 +UV Count: 3 + UV + UV + UV +Face 4979 +UV Count: 3 + UV + UV + UV +Face 4980 +UV Count: 3 + UV + UV + UV +Face 4981 +UV Count: 3 + UV + UV + UV +Face 4982 +UV Count: 3 + UV + UV + UV +Face 4983 +UV Count: 3 + UV + UV + UV +Face 4984 +UV Count: 3 + UV + UV + UV +Face 4985 +UV Count: 3 + UV + UV + UV +Face 4986 +UV Count: 3 + UV + UV + UV +Face 4987 +UV Count: 3 + UV + UV + UV +Face 4988 +UV Count: 3 + UV + UV + UV +Face 4989 +UV Count: 3 + UV + UV + UV +Face 4990 +UV Count: 3 + UV + UV + UV +Face 4991 +UV Count: 3 + UV + UV + UV +Face 4992 +UV Count: 3 + UV + UV + UV +Face 4993 +UV Count: 3 + UV + UV + UV +Face 4994 +UV Count: 3 + UV + UV + UV +Face 4995 +UV Count: 3 + UV + UV + UV +Face 4996 +UV Count: 3 + UV + UV + UV +Face 4997 +UV Count: 3 + UV + UV + UV +Face 4998 +UV Count: 3 + UV + UV + UV +Face 4999 +UV Count: 3 + UV + UV + UV +Face 5000 +UV Count: 3 + UV + UV + UV +Face 5001 +UV Count: 3 + UV + UV + UV +Face 5002 +UV Count: 3 + UV + UV + UV +Face 5003 +UV Count: 3 + UV + UV + UV +Face 5004 +UV Count: 3 + UV + UV + UV +Face 5005 +UV Count: 3 + UV + UV + UV +Face 5006 +UV Count: 3 + UV + UV + UV +Face 5007 +UV Count: 3 + UV + UV + UV +Face 5008 +UV Count: 3 + UV + UV + UV +Face 5009 +UV Count: 3 + UV + UV + UV +Face 5010 +UV Count: 3 + UV + UV + UV +Face 5011 +UV Count: 3 + UV + UV + UV +Face 5012 +UV Count: 3 + UV + UV + UV +Face 5013 +UV Count: 3 + UV + UV + UV +Face 5014 +UV Count: 3 + UV + UV + UV +Face 5015 +UV Count: 3 + UV + UV + UV +Face 5016 +UV Count: 3 + UV + UV + UV +Face 5017 +UV Count: 3 + UV + UV + UV +Face 5018 +UV Count: 3 + UV + UV + UV +Face 5019 +UV Count: 3 + UV + UV + UV +Face 5020 +UV Count: 3 + UV + UV + UV +Face 5021 +UV Count: 3 + UV + UV + UV +Face 5022 +UV Count: 3 + UV + UV + UV +Face 5023 +UV Count: 3 + UV + UV + UV +Face 5024 +UV Count: 3 + UV + UV + UV +Face 5025 +UV Count: 3 + UV + UV + UV +Face 5026 +UV Count: 3 + UV + UV + UV +Face 5027 +UV Count: 3 + UV + UV + UV +Face 5028 +UV Count: 3 + UV + UV + UV +Face 5029 +UV Count: 3 + UV + UV + UV +Face 5030 +UV Count: 3 + UV + UV + UV +Face 5031 +UV Count: 3 + UV + UV + UV +Face 5032 +UV Count: 3 + UV + UV + UV +Face 5033 +UV Count: 3 + UV + UV + UV +Face 5034 +UV Count: 3 + UV + UV + UV +Face 5035 +UV Count: 3 + UV + UV + UV +Face 5036 +UV Count: 3 + UV + UV + UV +Face 5037 +UV Count: 3 + UV + UV + UV +Face 5038 +UV Count: 3 + UV + UV + UV +Face 5039 +UV Count: 3 + UV + UV + UV +Face 5040 +UV Count: 3 + UV + UV + UV +Face 5041 +UV Count: 3 + UV + UV + UV +Face 5042 +UV Count: 3 + UV + UV + UV +Face 5043 +UV Count: 3 + UV + UV + UV +Face 5044 +UV Count: 3 + UV + UV + UV +Face 5045 +UV Count: 3 + UV + UV + UV +Face 5046 +UV Count: 3 + UV + UV + UV +Face 5047 +UV Count: 3 + UV + UV + UV +Face 5048 +UV Count: 3 + UV + UV + UV +Face 5049 +UV Count: 3 + UV + UV + UV +Face 5050 +UV Count: 3 + UV + UV + UV +Face 5051 +UV Count: 3 + UV + UV + UV +Face 5052 +UV Count: 3 + UV + UV + UV +Face 5053 +UV Count: 3 + UV + UV + UV +Face 5054 +UV Count: 3 + UV + UV + UV +Face 5055 +UV Count: 3 + UV + UV + UV +Face 5056 +UV Count: 3 + UV + UV + UV +Face 5057 +UV Count: 3 + UV + UV + UV +Face 5058 +UV Count: 3 + UV + UV + UV +Face 5059 +UV Count: 3 + UV + UV + UV +Face 5060 +UV Count: 3 + UV + UV + UV +Face 5061 +UV Count: 3 + UV + UV + UV +Face 5062 +UV Count: 3 + UV + UV + UV +Face 5063 +UV Count: 3 + UV + UV + UV +Face 5064 +UV Count: 3 + UV + UV + UV +Face 5065 +UV Count: 3 + UV + UV + UV +Face 5066 +UV Count: 3 + UV + UV + UV +Face 5067 +UV Count: 3 + UV + UV + UV +Face 5068 +UV Count: 3 + UV + UV + UV +Face 5069 +UV Count: 3 + UV + UV + UV +Face 5070 +UV Count: 3 + UV + UV + UV +Face 5071 +UV Count: 3 + UV + UV + UV +Face 5072 +UV Count: 3 + UV + UV + UV +Face 5073 +UV Count: 3 + UV + UV + UV +Face 5074 +UV Count: 3 + UV + UV + UV +Face 5075 +UV Count: 3 + UV + UV + UV +Face 5076 +UV Count: 3 + UV + UV + UV +Face 5077 +UV Count: 3 + UV + UV + UV +Face 5078 +UV Count: 3 + UV + UV + UV +Face 5079 +UV Count: 3 + UV + UV + UV +Face 5080 +UV Count: 3 + UV + UV + UV +Face 5081 +UV Count: 3 + UV + UV + UV +Face 5082 +UV Count: 3 + UV + UV + UV +Face 5083 +UV Count: 3 + UV + UV + UV +Face 5084 +UV Count: 3 + UV + UV + UV +Face 5085 +UV Count: 3 + UV + UV + UV +Face 5086 +UV Count: 3 + UV + UV + UV +Face 5087 +UV Count: 3 + UV + UV + UV +Face 5088 +UV Count: 3 + UV + UV + UV +Face 5089 +UV Count: 3 + UV + UV + UV +Face 5090 +UV Count: 3 + UV + UV + UV +Face 5091 +UV Count: 3 + UV + UV + UV +Face 5092 +UV Count: 3 + UV + UV + UV +Face 5093 +UV Count: 3 + UV + UV + UV +Face 5094 +UV Count: 3 + UV + UV + UV +Face 5095 +UV Count: 3 + UV + UV + UV +Face 5096 +UV Count: 3 + UV + UV + UV +Face 5097 +UV Count: 3 + UV + UV + UV +Face 5098 +UV Count: 3 + UV + UV + UV +Face 5099 +UV Count: 3 + UV + UV + UV +Face 5100 +UV Count: 3 + UV + UV + UV +Face 5101 +UV Count: 3 + UV + UV + UV +Face 5102 +UV Count: 3 + UV + UV + UV +Face 5103 +UV Count: 3 + UV + UV + UV +Face 5104 +UV Count: 3 + UV + UV + UV +Face 5105 +UV Count: 3 + UV + UV + UV +Face 5106 +UV Count: 3 + UV + UV + UV +Face 5107 +UV Count: 3 + UV + UV + UV +Face 5108 +UV Count: 3 + UV + UV + UV +Face 5109 +UV Count: 3 + UV + UV + UV +Face 5110 +UV Count: 3 + UV + UV + UV +Face 5111 +UV Count: 3 + UV + UV + UV +Face 5112 +UV Count: 3 + UV + UV + UV +Face 5113 +UV Count: 3 + UV + UV + UV +Face 5114 +UV Count: 3 + UV + UV + UV +Face 5115 +UV Count: 3 + UV + UV + UV +Face 5116 +UV Count: 3 + UV + UV + UV +Face 5117 +UV Count: 3 + UV + UV + UV +Face 5118 +UV Count: 3 + UV + UV + UV +Face 5119 +UV Count: 3 + UV + UV + UV +Face 5120 +UV Count: 3 + UV + UV + UV +Face 5121 +UV Count: 3 + UV + UV + UV +Face 5122 +UV Count: 3 + UV + UV + UV +Face 5123 +UV Count: 3 + UV + UV + UV +Face 5124 +UV Count: 3 + UV + UV + UV +Face 5125 +UV Count: 3 + UV + UV + UV +Face 5126 +UV Count: 3 + UV + UV + UV +Face 5127 +UV Count: 3 + UV + UV + UV +Face 5128 +UV Count: 3 + UV + UV + UV +Face 5129 +UV Count: 3 + UV + UV + UV +Face 5130 +UV Count: 3 + UV + UV + UV +Face 5131 +UV Count: 3 + UV + UV + UV +Face 5132 +UV Count: 3 + UV + UV + UV +Face 5133 +UV Count: 3 + UV + UV + UV +Face 5134 +UV Count: 3 + UV + UV + UV +Face 5135 +UV Count: 3 + UV + UV + UV +Face 5136 +UV Count: 3 + UV + UV + UV +Face 5137 +UV Count: 3 + UV + UV + UV +Face 5138 +UV Count: 3 + UV + UV + UV +Face 5139 +UV Count: 3 + UV + UV + UV +Face 5140 +UV Count: 3 + UV + UV + UV +Face 5141 +UV Count: 3 + UV + UV + UV +Face 5142 +UV Count: 3 + UV + UV + UV +Face 5143 +UV Count: 3 + UV + UV + UV +Face 5144 +UV Count: 3 + UV + UV + UV +Face 5145 +UV Count: 3 + UV + UV + UV +Face 5146 +UV Count: 3 + UV + UV + UV +Face 5147 +UV Count: 3 + UV + UV + UV +Face 5148 +UV Count: 3 + UV + UV + UV +Face 5149 +UV Count: 3 + UV + UV + UV +Face 5150 +UV Count: 3 + UV + UV + UV +Face 5151 +UV Count: 3 + UV + UV + UV +Face 5152 +UV Count: 3 + UV + UV + UV +Face 5153 +UV Count: 3 + UV + UV + UV +Face 5154 +UV Count: 3 + UV + UV + UV +Face 5155 +UV Count: 3 + UV + UV + UV +Face 5156 +UV Count: 3 + UV + UV + UV +Face 5157 +UV Count: 3 + UV + UV + UV +Face 5158 +UV Count: 3 + UV + UV + UV +Face 5159 +UV Count: 3 + UV + UV + UV +Face 5160 +UV Count: 3 + UV + UV + UV +Face 5161 +UV Count: 3 + UV + UV + UV +Face 5162 +UV Count: 3 + UV + UV + UV +Face 5163 +UV Count: 3 + UV + UV + UV +Face 5164 +UV Count: 3 + UV + UV + UV +Face 5165 +UV Count: 3 + UV + UV + UV +Face 5166 +UV Count: 3 + UV + UV + UV +Face 5167 +UV Count: 3 + UV + UV + UV +Face 5168 +UV Count: 3 + UV + UV + UV +Face 5169 +UV Count: 3 + UV + UV + UV +Face 5170 +UV Count: 3 + UV + UV + UV +Face 5171 +UV Count: 3 + UV + UV + UV +Face 5172 +UV Count: 3 + UV + UV + UV +Face 5173 +UV Count: 3 + UV + UV + UV +Face 5174 +UV Count: 3 + UV + UV + UV +Face 5175 +UV Count: 3 + UV + UV + UV +Face 5176 +UV Count: 3 + UV + UV + UV +Face 5177 +UV Count: 3 + UV + UV + UV +Face 5178 +UV Count: 3 + UV + UV + UV +Face 5179 +UV Count: 3 + UV + UV + UV +Face 5180 +UV Count: 3 + UV + UV + UV +Face 5181 +UV Count: 3 + UV + UV + UV +Face 5182 +UV Count: 3 + UV + UV + UV +Face 5183 +UV Count: 3 + UV + UV + UV +Face 5184 +UV Count: 3 + UV + UV + UV +Face 5185 +UV Count: 3 + UV + UV + UV +Face 5186 +UV Count: 3 + UV + UV + UV +Face 5187 +UV Count: 3 + UV + UV + UV +Face 5188 +UV Count: 3 + UV + UV + UV +Face 5189 +UV Count: 3 + UV + UV + UV +Face 5190 +UV Count: 3 + UV + UV + UV +Face 5191 +UV Count: 3 + UV + UV + UV +Face 5192 +UV Count: 3 + UV + UV + UV +Face 5193 +UV Count: 3 + UV + UV + UV +Face 5194 +UV Count: 3 + UV + UV + UV +Face 5195 +UV Count: 3 + UV + UV + UV +Face 5196 +UV Count: 3 + UV + UV + UV +Face 5197 +UV Count: 3 + UV + UV + UV +Face 5198 +UV Count: 3 + UV + UV + UV +Face 5199 +UV Count: 3 + UV + UV + UV +Face 5200 +UV Count: 3 + UV + UV + UV +Face 5201 +UV Count: 3 + UV + UV + UV +Face 5202 +UV Count: 3 + UV + UV + UV +Face 5203 +UV Count: 3 + UV + UV + UV +Face 5204 +UV Count: 3 + UV + UV + UV +Face 5205 +UV Count: 3 + UV + UV + UV +Face 5206 +UV Count: 3 + UV + UV + UV +Face 5207 +UV Count: 3 + UV + UV + UV +Face 5208 +UV Count: 3 + UV + UV + UV +Face 5209 +UV Count: 3 + UV + UV + UV +Face 5210 +UV Count: 3 + UV + UV + UV +Face 5211 +UV Count: 3 + UV + UV + UV +Face 5212 +UV Count: 3 + UV + UV + UV +Face 5213 +UV Count: 3 + UV + UV + UV +Face 5214 +UV Count: 3 + UV + UV + UV +Face 5215 +UV Count: 3 + UV + UV + UV +Face 5216 +UV Count: 3 + UV + UV + UV +Face 5217 +UV Count: 3 + UV + UV + UV +Face 5218 +UV Count: 3 + UV + UV + UV +Face 5219 +UV Count: 3 + UV + UV + UV +Face 5220 +UV Count: 3 + UV + UV + UV +Face 5221 +UV Count: 3 + UV + UV + UV +Face 5222 +UV Count: 3 + UV + UV + UV +Face 5223 +UV Count: 3 + UV + UV + UV +Face 5224 +UV Count: 3 + UV + UV + UV +Face 5225 +UV Count: 3 + UV + UV + UV +Face 5226 +UV Count: 3 + UV + UV + UV +Face 5227 +UV Count: 3 + UV + UV + UV +Face 5228 +UV Count: 3 + UV + UV + UV +Face 5229 +UV Count: 3 + UV + UV + UV +Face 5230 +UV Count: 3 + UV + UV + UV +Face 5231 +UV Count: 3 + UV + UV + UV +Face 5232 +UV Count: 3 + UV + UV + UV +Face 5233 +UV Count: 3 + UV + UV + UV +Face 5234 +UV Count: 3 + UV + UV + UV +Face 5235 +UV Count: 3 + UV + UV + UV +Face 5236 +UV Count: 3 + UV + UV + UV +Face 5237 +UV Count: 3 + UV + UV + UV +Face 5238 +UV Count: 3 + UV + UV + UV +Face 5239 +UV Count: 3 + UV + UV + UV +Face 5240 +UV Count: 3 + UV + UV + UV +Face 5241 +UV Count: 3 + UV + UV + UV +Face 5242 +UV Count: 3 + UV + UV + UV +Face 5243 +UV Count: 3 + UV + UV + UV +Face 5244 +UV Count: 3 + UV + UV + UV +Face 5245 +UV Count: 3 + UV + UV + UV +Face 5246 +UV Count: 3 + UV + UV + UV +Face 5247 +UV Count: 3 + UV + UV + UV +Face 5248 +UV Count: 3 + UV + UV + UV +Face 5249 +UV Count: 3 + UV + UV + UV +Face 5250 +UV Count: 3 + UV + UV + UV +Face 5251 +UV Count: 3 + UV + UV + UV +Face 5252 +UV Count: 3 + UV + UV + UV +Face 5253 +UV Count: 3 + UV + UV + UV +Face 5254 +UV Count: 3 + UV + UV + UV +Face 5255 +UV Count: 3 + UV + UV + UV +Face 5256 +UV Count: 3 + UV + UV + UV +Face 5257 +UV Count: 3 + UV + UV + UV +Face 5258 +UV Count: 3 + UV + UV + UV +Face 5259 +UV Count: 3 + UV + UV + UV +Face 5260 +UV Count: 3 + UV + UV + UV +Face 5261 +UV Count: 3 + UV + UV + UV +Face 5262 +UV Count: 3 + UV + UV + UV +Face 5263 +UV Count: 3 + UV + UV + UV +Face 5264 +UV Count: 3 + UV + UV + UV +Face 5265 +UV Count: 3 + UV + UV + UV +Face 5266 +UV Count: 3 + UV + UV + UV +Face 5267 +UV Count: 3 + UV + UV + UV +Face 5268 +UV Count: 3 + UV + UV + UV +Face 5269 +UV Count: 3 + UV + UV + UV +Face 5270 +UV Count: 3 + UV + UV + UV +Face 5271 +UV Count: 3 + UV + UV + UV +Face 5272 +UV Count: 3 + UV + UV + UV +Face 5273 +UV Count: 3 + UV + UV + UV +Face 5274 +UV Count: 3 + UV + UV + UV +Face 5275 +UV Count: 3 + UV + UV + UV +Face 5276 +UV Count: 3 + UV + UV + UV +Face 5277 +UV Count: 3 + UV + UV + UV +Face 5278 +UV Count: 3 + UV + UV + UV +Face 5279 +UV Count: 3 + UV + UV + UV +Face 5280 +UV Count: 3 + UV + UV + UV +Face 5281 +UV Count: 3 + UV + UV + UV +Face 5282 +UV Count: 3 + UV + UV + UV +Face 5283 +UV Count: 3 + UV + UV + UV +Face 5284 +UV Count: 3 + UV + UV + UV +Face 5285 +UV Count: 3 + UV + UV + UV +Face 5286 +UV Count: 3 + UV + UV + UV +Face 5287 +UV Count: 3 + UV + UV + UV +Face 5288 +UV Count: 3 + UV + UV + UV +Face 5289 +UV Count: 3 + UV + UV + UV +Face 5290 +UV Count: 3 + UV + UV + UV +Face 5291 +UV Count: 3 + UV + UV + UV +Face 5292 +UV Count: 3 + UV + UV + UV +Face 5293 +UV Count: 3 + UV + UV + UV +Face 5294 +UV Count: 3 + UV + UV + UV +Face 5295 +UV Count: 3 + UV + UV + UV +Face 5296 +UV Count: 3 + UV + UV + UV +Face 5297 +UV Count: 3 + UV + UV + UV +Face 5298 +UV Count: 3 + UV + UV + UV +Face 5299 +UV Count: 3 + UV + UV + UV +Face 5300 +UV Count: 3 + UV + UV + UV +Face 5301 +UV Count: 3 + UV + UV + UV +Face 5302 +UV Count: 3 + UV + UV + UV +Face 5303 +UV Count: 3 + UV + UV + UV +Face 5304 +UV Count: 3 + UV + UV + UV +Face 5305 +UV Count: 3 + UV + UV + UV +Face 5306 +UV Count: 3 + UV + UV + UV +Face 5307 +UV Count: 3 + UV + UV + UV +Face 5308 +UV Count: 3 + UV + UV + UV +Face 5309 +UV Count: 3 + UV + UV + UV +Face 5310 +UV Count: 3 + UV + UV + UV +Face 5311 +UV Count: 3 + UV + UV + UV +Face 5312 +UV Count: 3 + UV + UV + UV +Face 5313 +UV Count: 3 + UV + UV + UV +Face 5314 +UV Count: 3 + UV + UV + UV +Face 5315 +UV Count: 3 + UV + UV + UV +Face 5316 +UV Count: 3 + UV + UV + UV +Face 5317 +UV Count: 3 + UV + UV + UV +Face 5318 +UV Count: 3 + UV + UV + UV +Face 5319 +UV Count: 3 + UV + UV + UV +Face 5320 +UV Count: 3 + UV + UV + UV +Face 5321 +UV Count: 3 + UV + UV + UV +Face 5322 +UV Count: 3 + UV + UV + UV +Face 5323 +UV Count: 3 + UV + UV + UV +Face 5324 +UV Count: 3 + UV + UV + UV +Face 5325 +UV Count: 3 + UV + UV + UV +Face 5326 +UV Count: 3 + UV + UV + UV +Face 5327 +UV Count: 3 + UV + UV + UV +Face 5328 +UV Count: 3 + UV + UV + UV +Face 5329 +UV Count: 3 + UV + UV + UV +Face 5330 +UV Count: 3 + UV + UV + UV +Face 5331 +UV Count: 3 + UV + UV + UV +Face 5332 +UV Count: 3 + UV + UV + UV +Face 5333 +UV Count: 3 + UV + UV + UV +Face 5334 +UV Count: 3 + UV + UV + UV +Face 5335 +UV Count: 3 + UV + UV + UV +Face 5336 +UV Count: 3 + UV + UV + UV +Face 5337 +UV Count: 3 + UV + UV + UV +Face 5338 +UV Count: 3 + UV + UV + UV +Face 5339 +UV Count: 3 + UV + UV + UV +Face 5340 +UV Count: 3 + UV + UV + UV +Face 5341 +UV Count: 3 + UV + UV + UV +Face 5342 +UV Count: 3 + UV + UV + UV +Face 5343 +UV Count: 3 + UV + UV + UV +Face 5344 +UV Count: 3 + UV + UV + UV +Face 5345 +UV Count: 3 + UV + UV + UV +Face 5346 +UV Count: 3 + UV + UV + UV +Face 5347 +UV Count: 3 + UV + UV + UV +Face 5348 +UV Count: 3 + UV + UV + UV +Face 5349 +UV Count: 3 + UV + UV + UV +Face 5350 +UV Count: 3 + UV + UV + UV +Face 5351 +UV Count: 3 + UV + UV + UV +Face 5352 +UV Count: 3 + UV + UV + UV +Face 5353 +UV Count: 3 + UV + UV + UV +Face 5354 +UV Count: 3 + UV + UV + UV +Face 5355 +UV Count: 3 + UV + UV + UV +Face 5356 +UV Count: 3 + UV + UV + UV +Face 5357 +UV Count: 3 + UV + UV + UV +Face 5358 +UV Count: 3 + UV + UV + UV +Face 5359 +UV Count: 3 + UV + UV + UV +Face 5360 +UV Count: 3 + UV + UV + UV +Face 5361 +UV Count: 3 + UV + UV + UV +Face 5362 +UV Count: 3 + UV + UV + UV +Face 5363 +UV Count: 3 + UV + UV + UV +Face 5364 +UV Count: 3 + UV + UV + UV +Face 5365 +UV Count: 3 + UV + UV + UV +Face 5366 +UV Count: 3 + UV + UV + UV +Face 5367 +UV Count: 3 + UV + UV + UV +Face 5368 +UV Count: 3 + UV + UV + UV +Face 5369 +UV Count: 3 + UV + UV + UV +Face 5370 +UV Count: 3 + UV + UV + UV +Face 5371 +UV Count: 3 + UV + UV + UV +Face 5372 +UV Count: 3 + UV + UV + UV +Face 5373 +UV Count: 3 + UV + UV + UV +Face 5374 +UV Count: 3 + UV + UV + UV +Face 5375 +UV Count: 3 + UV + UV + UV +Face 5376 +UV Count: 3 + UV + UV + UV +Face 5377 +UV Count: 3 + UV + UV + UV +Face 5378 +UV Count: 3 + UV + UV + UV +Face 5379 +UV Count: 3 + UV + UV + UV +Face 5380 +UV Count: 3 + UV + UV + UV +Face 5381 +UV Count: 3 + UV + UV + UV +Face 5382 +UV Count: 3 + UV + UV + UV +Face 5383 +UV Count: 3 + UV + UV + UV +Face 5384 +UV Count: 3 + UV + UV + UV +Face 5385 +UV Count: 3 + UV + UV + UV +Face 5386 +UV Count: 3 + UV + UV + UV +Face 5387 +UV Count: 3 + UV + UV + UV +Face 5388 +UV Count: 3 + UV + UV + UV +Face 5389 +UV Count: 3 + UV + UV + UV +Face 5390 +UV Count: 3 + UV + UV + UV +Face 5391 +UV Count: 3 + UV + UV + UV +Face 5392 +UV Count: 3 + UV + UV + UV +Face 5393 +UV Count: 3 + UV + UV + UV +Face 5394 +UV Count: 3 + UV + UV + UV +Face 5395 +UV Count: 3 + UV + UV + UV +Face 5396 +UV Count: 3 + UV + UV + UV +Face 5397 +UV Count: 3 + UV + UV + UV +Face 5398 +UV Count: 3 + UV + UV + UV +Face 5399 +UV Count: 3 + UV + UV + UV +Face 5400 +UV Count: 3 + UV + UV + UV +Face 5401 +UV Count: 3 + UV + UV + UV +Face 5402 +UV Count: 3 + UV + UV + UV +Face 5403 +UV Count: 3 + UV + UV + UV +Face 5404 +UV Count: 3 + UV + UV + UV +Face 5405 +UV Count: 3 + UV + UV + UV +Face 5406 +UV Count: 3 + UV + UV + UV +Face 5407 +UV Count: 3 + UV + UV + UV +Face 5408 +UV Count: 3 + UV + UV + UV +Face 5409 +UV Count: 3 + UV + UV + UV +Face 5410 +UV Count: 3 + UV + UV + UV +Face 5411 +UV Count: 3 + UV + UV + UV +Face 5412 +UV Count: 3 + UV + UV + UV +Face 5413 +UV Count: 3 + UV + UV + UV +Face 5414 +UV Count: 3 + UV + UV + UV +Face 5415 +UV Count: 3 + UV + UV + UV +Face 5416 +UV Count: 3 + UV + UV + UV +Face 5417 +UV Count: 3 + UV + UV + UV +Face 5418 +UV Count: 3 + UV + UV + UV +Face 5419 +UV Count: 3 + UV + UV + UV +Face 5420 +UV Count: 3 + UV + UV + UV +Face 5421 +UV Count: 3 + UV + UV + UV +Face 5422 +UV Count: 3 + UV + UV + UV +Face 5423 +UV Count: 3 + UV + UV + UV +Face 5424 +UV Count: 3 + UV + UV + UV +Face 5425 +UV Count: 3 + UV + UV + UV +Face 5426 +UV Count: 3 + UV + UV + UV +Face 5427 +UV Count: 3 + UV + UV + UV +Face 5428 +UV Count: 3 + UV + UV + UV +Face 5429 +UV Count: 3 + UV + UV + UV +Face 5430 +UV Count: 3 + UV + UV + UV +Face 5431 +UV Count: 3 + UV + UV + UV +Face 5432 +UV Count: 3 + UV + UV + UV +Face 5433 +UV Count: 3 + UV + UV + UV +Face 5434 +UV Count: 3 + UV + UV + UV +Face 5435 +UV Count: 3 + UV + UV + UV +Face 5436 +UV Count: 3 + UV + UV + UV +Face 5437 +UV Count: 3 + UV + UV + UV +Face 5438 +UV Count: 3 + UV + UV + UV +Face 5439 +UV Count: 3 + UV + UV + UV +Face 5440 +UV Count: 3 + UV + UV + UV +Face 5441 +UV Count: 3 + UV + UV + UV +Face 5442 +UV Count: 3 + UV + UV + UV +Face 5443 +UV Count: 3 + UV + UV + UV +Face 5444 +UV Count: 3 + UV + UV + UV +Face 5445 +UV Count: 3 + UV + UV + UV +Face 5446 +UV Count: 3 + UV + UV + UV +Face 5447 +UV Count: 3 + UV + UV + UV +Face 5448 +UV Count: 3 + UV + UV + UV +Face 5449 +UV Count: 3 + UV + UV + UV +Face 5450 +UV Count: 3 + UV + UV + UV +Face 5451 +UV Count: 3 + UV + UV + UV +Face 5452 +UV Count: 3 + UV + UV + UV +Face 5453 +UV Count: 3 + UV + UV + UV +Face 5454 +UV Count: 3 + UV + UV + UV +Face 5455 +UV Count: 3 + UV + UV + UV +Face 5456 +UV Count: 3 + UV + UV + UV +Face 5457 +UV Count: 3 + UV + UV + UV +Face 5458 +UV Count: 3 + UV + UV + UV +Face 5459 +UV Count: 3 + UV + UV + UV +Face 5460 +UV Count: 3 + UV + UV + UV +Face 5461 +UV Count: 3 + UV + UV + UV +Face 5462 +UV Count: 3 + UV + UV + UV +Face 5463 +UV Count: 3 + UV + UV + UV +Face 5464 +UV Count: 3 + UV + UV + UV +Face 5465 +UV Count: 3 + UV + UV + UV +Face 5466 +UV Count: 3 + UV + UV + UV +Face 5467 +UV Count: 3 + UV + UV + UV +Face 5468 +UV Count: 3 + UV + UV + UV +Face 5469 +UV Count: 3 + UV + UV + UV +Face 5470 +UV Count: 3 + UV + UV + UV +Face 5471 +UV Count: 3 + UV + UV + UV +Face 5472 +UV Count: 3 + UV + UV + UV +Face 5473 +UV Count: 3 + UV + UV + UV +Face 5474 +UV Count: 3 + UV + UV + UV +Face 5475 +UV Count: 3 + UV + UV + UV +Face 5476 +UV Count: 3 + UV + UV + UV +Face 5477 +UV Count: 3 + UV + UV + UV +Face 5478 +UV Count: 3 + UV + UV + UV +Face 5479 +UV Count: 3 + UV + UV + UV +Face 5480 +UV Count: 3 + UV + UV + UV +Face 5481 +UV Count: 3 + UV + UV + UV +Face 5482 +UV Count: 3 + UV + UV + UV +Face 5483 +UV Count: 3 + UV + UV + UV +Face 5484 +UV Count: 3 + UV + UV + UV +Face 5485 +UV Count: 3 + UV + UV + UV +Face 5486 +UV Count: 3 + UV + UV + UV +Face 5487 +UV Count: 3 + UV + UV + UV +Face 5488 +UV Count: 3 + UV + UV + UV +Face 5489 +UV Count: 3 + UV + UV + UV +Face 5490 +UV Count: 3 + UV + UV + UV +Face 5491 +UV Count: 3 + UV + UV + UV +Face 5492 +UV Count: 3 + UV + UV + UV +Face 5493 +UV Count: 3 + UV + UV + UV +Face 5494 +UV Count: 3 + UV + UV + UV +Face 5495 +UV Count: 3 + UV + UV + UV +Face 5496 +UV Count: 3 + UV + UV + UV +Face 5497 +UV Count: 3 + UV + UV + UV +Face 5498 +UV Count: 3 + UV + UV + UV +Face 5499 +UV Count: 3 + UV + UV + UV +Face 5500 +UV Count: 3 + UV + UV + UV +Face 5501 +UV Count: 3 + UV + UV + UV +Face 5502 +UV Count: 3 + UV + UV + UV +Face 5503 +UV Count: 3 + UV + UV + UV +Face 5504 +UV Count: 3 + UV + UV + UV +Face 5505 +UV Count: 3 + UV + UV + UV +Face 5506 +UV Count: 3 + UV + UV + UV +Face 5507 +UV Count: 3 + UV + UV + UV +Face 5508 +UV Count: 3 + UV + UV + UV +Face 5509 +UV Count: 3 + UV + UV + UV +Face 5510 +UV Count: 3 + UV + UV + UV +Face 5511 +UV Count: 3 + UV + UV + UV +Face 5512 +UV Count: 3 + UV + UV + UV +Face 5513 +UV Count: 3 + UV + UV + UV +Face 5514 +UV Count: 3 + UV + UV + UV +Face 5515 +UV Count: 3 + UV + UV + UV +Face 5516 +UV Count: 3 + UV + UV + UV +Face 5517 +UV Count: 3 + UV + UV + UV +Face 5518 +UV Count: 3 + UV + UV + UV +Face 5519 +UV Count: 3 + UV + UV + UV +Face 5520 +UV Count: 3 + UV + UV + UV +Face 5521 +UV Count: 3 + UV + UV + UV +Face 5522 +UV Count: 3 + UV + UV + UV +Face 5523 +UV Count: 3 + UV + UV + UV +Face 5524 +UV Count: 3 + UV + UV + UV +Face 5525 +UV Count: 3 + UV + UV + UV +Face 5526 +UV Count: 3 + UV + UV + UV +Face 5527 +UV Count: 3 + UV + UV + UV +Face 5528 +UV Count: 3 + UV + UV + UV +Face 5529 +UV Count: 3 + UV + UV + UV +Face 5530 +UV Count: 3 + UV + UV + UV +Face 5531 +UV Count: 3 + UV + UV + UV +Face 5532 +UV Count: 3 + UV + UV + UV +Face 5533 +UV Count: 3 + UV + UV + UV +Face 5534 +UV Count: 3 + UV + UV + UV +Face 5535 +UV Count: 3 + UV + UV + UV +Face 5536 +UV Count: 3 + UV + UV + UV +Face 5537 +UV Count: 3 + UV + UV + UV +Face 5538 +UV Count: 3 + UV + UV + UV +Face 5539 +UV Count: 3 + UV + UV + UV +Face 5540 +UV Count: 3 + UV + UV + UV +Face 5541 +UV Count: 3 + UV + UV + UV +Face 5542 +UV Count: 3 + UV + UV + UV +Face 5543 +UV Count: 3 + UV + UV + UV +Face 5544 +UV Count: 3 + UV + UV + UV +Face 5545 +UV Count: 3 + UV + UV + UV +Face 5546 +UV Count: 3 + UV + UV + UV +Face 5547 +UV Count: 3 + UV + UV + UV +Face 5548 +UV Count: 3 + UV + UV + UV +Face 5549 +UV Count: 3 + UV + UV + UV +Face 5550 +UV Count: 3 + UV + UV + UV +Face 5551 +UV Count: 3 + UV + UV + UV +Face 5552 +UV Count: 3 + UV + UV + UV +Face 5553 +UV Count: 3 + UV + UV + UV +Face 5554 +UV Count: 3 + UV + UV + UV +Face 5555 +UV Count: 3 + UV + UV + UV +Face 5556 +UV Count: 3 + UV + UV + UV +Face 5557 +UV Count: 3 + UV + UV + UV +Face 5558 +UV Count: 3 + UV + UV + UV +Face 5559 +UV Count: 3 + UV + UV + UV +Face 5560 +UV Count: 3 + UV + UV + UV +Face 5561 +UV Count: 3 + UV + UV + UV +Face 5562 +UV Count: 3 + UV + UV + UV +Face 5563 +UV Count: 3 + UV + UV + UV +Face 5564 +UV Count: 3 + UV + UV + UV +Face 5565 +UV Count: 3 + UV + UV + UV +Face 5566 +UV Count: 3 + UV + UV + UV +Face 5567 +UV Count: 3 + UV + UV + UV +Face 5568 +UV Count: 3 + UV + UV + UV +Face 5569 +UV Count: 3 + UV + UV + UV +Face 5570 +UV Count: 3 + UV + UV + UV +Face 5571 +UV Count: 3 + UV + UV + UV +Face 5572 +UV Count: 3 + UV + UV + UV +Face 5573 +UV Count: 3 + UV + UV + UV +Face 5574 +UV Count: 3 + UV + UV + UV +Face 5575 +UV Count: 3 + UV + UV + UV +Face 5576 +UV Count: 3 + UV + UV + UV +Face 5577 +UV Count: 3 + UV + UV + UV +Face 5578 +UV Count: 3 + UV + UV + UV +Face 5579 +UV Count: 3 + UV + UV + UV +Face 5580 +UV Count: 3 + UV + UV + UV +Face 5581 +UV Count: 3 + UV + UV + UV +Face 5582 +UV Count: 3 + UV + UV + UV +Face 5583 +UV Count: 3 + UV + UV + UV +Face 5584 +UV Count: 3 + UV + UV + UV +Face 5585 +UV Count: 3 + UV + UV + UV +Face 5586 +UV Count: 3 + UV + UV + UV +Face 5587 +UV Count: 3 + UV + UV + UV +Face 5588 +UV Count: 3 + UV + UV + UV +Face 5589 +UV Count: 3 + UV + UV + UV +Face 5590 +UV Count: 3 + UV + UV + UV +Face 5591 +UV Count: 3 + UV + UV + UV +Face 5592 +UV Count: 3 + UV + UV + UV +Face 5593 +UV Count: 3 + UV + UV + UV +Face 5594 +UV Count: 3 + UV + UV + UV +Face 5595 +UV Count: 3 + UV + UV + UV +Face 5596 +UV Count: 3 + UV + UV + UV +Face 5597 +UV Count: 3 + UV + UV + UV +Face 5598 +UV Count: 3 + UV + UV + UV +Face 5599 +UV Count: 3 + UV + UV + UV +Face 5600 +UV Count: 3 + UV + UV + UV +Face 5601 +UV Count: 3 + UV + UV + UV +Face 5602 +UV Count: 3 + UV + UV + UV +Face 5603 +UV Count: 3 + UV + UV + UV +Face 5604 +UV Count: 3 + UV + UV + UV +Face 5605 +UV Count: 3 + UV + UV + UV +Face 5606 +UV Count: 3 + UV + UV + UV +Face 5607 +UV Count: 3 + UV + UV + UV +Face 5608 +UV Count: 3 + UV + UV + UV +Face 5609 +UV Count: 3 + UV + UV + UV +Face 5610 +UV Count: 3 + UV + UV + UV +Face 5611 +UV Count: 3 + UV + UV + UV +Face 5612 +UV Count: 3 + UV + UV + UV +Face 5613 +UV Count: 3 + UV + UV + UV +Face 5614 +UV Count: 3 + UV + UV + UV +Face 5615 +UV Count: 3 + UV + UV + UV +Face 5616 +UV Count: 3 + UV + UV + UV +Face 5617 +UV Count: 3 + UV + UV + UV +Face 5618 +UV Count: 3 + UV + UV + UV +Face 5619 +UV Count: 3 + UV + UV + UV +Face 5620 +UV Count: 3 + UV + UV + UV +Face 5621 +UV Count: 3 + UV + UV + UV +Face 5622 +UV Count: 3 + UV + UV + UV +Face 5623 +UV Count: 3 + UV + UV + UV +Face 5624 +UV Count: 3 + UV + UV + UV +Face 5625 +UV Count: 3 + UV + UV + UV +Face 5626 +UV Count: 3 + UV + UV + UV +Face 5627 +UV Count: 3 + UV + UV + UV +Face 5628 +UV Count: 3 + UV + UV + UV +Face 5629 +UV Count: 3 + UV + UV + UV +Face 5630 +UV Count: 3 + UV + UV + UV +Face 5631 +UV Count: 3 + UV + UV + UV +Face 5632 +UV Count: 3 + UV + UV + UV +Face 5633 +UV Count: 3 + UV + UV + UV +Face 5634 +UV Count: 3 + UV + UV + UV +Face 5635 +UV Count: 3 + UV + UV + UV +Face 5636 +UV Count: 3 + UV + UV + UV +Face 5637 +UV Count: 3 + UV + UV + UV +Face 5638 +UV Count: 3 + UV + UV + UV +Face 5639 +UV Count: 3 + UV + UV + UV +Face 5640 +UV Count: 3 + UV + UV + UV +Face 5641 +UV Count: 3 + UV + UV + UV +Face 5642 +UV Count: 3 + UV + UV + UV +Face 5643 +UV Count: 3 + UV + UV + UV +Face 5644 +UV Count: 3 + UV + UV + UV +Face 5645 +UV Count: 3 + UV + UV + UV +Face 5646 +UV Count: 3 + UV + UV + UV +Face 5647 +UV Count: 3 + UV + UV + UV +Face 5648 +UV Count: 3 + UV + UV + UV +Face 5649 +UV Count: 3 + UV + UV + UV +Face 5650 +UV Count: 3 + UV + UV + UV +Face 5651 +UV Count: 3 + UV + UV + UV +Face 5652 +UV Count: 3 + UV + UV + UV +Face 5653 +UV Count: 3 + UV + UV + UV +Face 5654 +UV Count: 3 + UV + UV + UV +Face 5655 +UV Count: 3 + UV + UV + UV +Face 5656 +UV Count: 3 + UV + UV + UV +Face 5657 +UV Count: 3 + UV + UV + UV +Face 5658 +UV Count: 3 + UV + UV + UV +Face 5659 +UV Count: 3 + UV + UV + UV +Face 5660 +UV Count: 3 + UV + UV + UV +Face 5661 +UV Count: 3 + UV + UV + UV +Face 5662 +UV Count: 3 + UV + UV + UV +Face 5663 +UV Count: 3 + UV + UV + UV +Face 5664 +UV Count: 3 + UV + UV + UV +Face 5665 +UV Count: 3 + UV + UV + UV +Face 5666 +UV Count: 3 + UV + UV + UV +Face 5667 +UV Count: 3 + UV + UV + UV +Face 5668 +UV Count: 3 + UV + UV + UV +Face 5669 +UV Count: 3 + UV + UV + UV +Face 5670 +UV Count: 3 + UV + UV + UV +Face 5671 +UV Count: 3 + UV + UV + UV +Face 5672 +UV Count: 3 + UV + UV + UV +Face 5673 +UV Count: 3 + UV + UV + UV +Face 5674 +UV Count: 3 + UV + UV + UV +Face 5675 +UV Count: 3 + UV + UV + UV +Face 5676 +UV Count: 3 + UV + UV + UV +Face 5677 +UV Count: 3 + UV + UV + UV +Face 5678 +UV Count: 3 + UV + UV + UV +Face 5679 +UV Count: 3 + UV + UV + UV +Face 5680 +UV Count: 3 + UV + UV + UV +Face 5681 +UV Count: 3 + UV + UV + UV +Face 5682 +UV Count: 3 + UV + UV + UV +Face 5683 +UV Count: 3 + UV + UV + UV +Face 5684 +UV Count: 3 + UV + UV + UV +Face 5685 +UV Count: 3 + UV + UV + UV +Face 5686 +UV Count: 3 + UV + UV + UV +Face 5687 +UV Count: 3 + UV + UV + UV +Face 5688 +UV Count: 3 + UV + UV + UV +Face 5689 +UV Count: 3 + UV + UV + UV +Face 5690 +UV Count: 3 + UV + UV + UV +Face 5691 +UV Count: 3 + UV + UV + UV +Face 5692 +UV Count: 3 + UV + UV + UV +Face 5693 +UV Count: 3 + UV + UV + UV +Face 5694 +UV Count: 3 + UV + UV + UV +Face 5695 +UV Count: 3 + UV + UV + UV +Face 5696 +UV Count: 3 + UV + UV + UV +Face 5697 +UV Count: 3 + UV + UV + UV +Face 5698 +UV Count: 3 + UV + UV + UV +Face 5699 +UV Count: 3 + UV + UV + UV +Face 5700 +UV Count: 3 + UV + UV + UV +Face 5701 +UV Count: 3 + UV + UV + UV +Face 5702 +UV Count: 3 + UV + UV + UV +Face 5703 +UV Count: 3 + UV + UV + UV +Face 5704 +UV Count: 3 + UV + UV + UV +Face 5705 +UV Count: 3 + UV + UV + UV +Face 5706 +UV Count: 3 + UV + UV + UV +Face 5707 +UV Count: 3 + UV + UV + UV +Face 5708 +UV Count: 3 + UV + UV + UV +Face 5709 +UV Count: 3 + UV + UV + UV +Face 5710 +UV Count: 3 + UV + UV + UV +Face 5711 +UV Count: 3 + UV + UV + UV +Face 5712 +UV Count: 3 + UV + UV + UV +Face 5713 +UV Count: 3 + UV + UV + UV +Face 5714 +UV Count: 3 + UV + UV + UV +Face 5715 +UV Count: 3 + UV + UV + UV +Face 5716 +UV Count: 3 + UV + UV + UV +Face 5717 +UV Count: 3 + UV + UV + UV +Face 5718 +UV Count: 3 + UV + UV + UV +Face 5719 +UV Count: 3 + UV + UV + UV +Face 5720 +UV Count: 3 + UV + UV + UV +Face 5721 +UV Count: 3 + UV + UV + UV +Face 5722 +UV Count: 3 + UV + UV + UV +Face 5723 +UV Count: 3 + UV + UV + UV +Face 5724 +UV Count: 3 + UV + UV + UV +Face 5725 +UV Count: 3 + UV + UV + UV +Face 5726 +UV Count: 3 + UV + UV + UV +Face 5727 +UV Count: 3 + UV + UV + UV +Face 5728 +UV Count: 3 + UV + UV + UV +Face 5729 +UV Count: 3 + UV + UV + UV +Face 5730 +UV Count: 3 + UV + UV + UV +Face 5731 +UV Count: 3 + UV + UV + UV +Face 5732 +UV Count: 3 + UV + UV + UV +Face 5733 +UV Count: 3 + UV + UV + UV +Face 5734 +UV Count: 3 + UV + UV + UV +Face 5735 +UV Count: 3 + UV + UV + UV +Face 5736 +UV Count: 3 + UV + UV + UV +Face 5737 +UV Count: 3 + UV + UV + UV +Face 5738 +UV Count: 3 + UV + UV + UV +Face 5739 +UV Count: 3 + UV + UV + UV +Face 5740 +UV Count: 3 + UV + UV + UV +Face 5741 +UV Count: 3 + UV + UV + UV +Face 5742 +UV Count: 3 + UV + UV + UV +Face 5743 +UV Count: 3 + UV + UV + UV +Face 5744 +UV Count: 3 + UV + UV + UV +Face 5745 +UV Count: 3 + UV + UV + UV +Face 5746 +UV Count: 3 + UV + UV + UV +Face 5747 +UV Count: 3 + UV + UV + UV +Face 5748 +UV Count: 3 + UV + UV + UV +Face 5749 +UV Count: 3 + UV + UV + UV +Face 5750 +UV Count: 3 + UV + UV + UV +Face 5751 +UV Count: 3 + UV + UV + UV +Face 5752 +UV Count: 3 + UV + UV + UV +Face 5753 +UV Count: 3 + UV + UV + UV +Face 5754 +UV Count: 3 + UV + UV + UV +Face 5755 +UV Count: 3 + UV + UV + UV +Face 5756 +UV Count: 3 + UV + UV + UV +Face 5757 +UV Count: 3 + UV + UV + UV +Face 5758 +UV Count: 3 + UV + UV + UV +Face 5759 +UV Count: 3 + UV + UV + UV +Face 5760 +UV Count: 3 + UV + UV + UV +Face 5761 +UV Count: 3 + UV + UV + UV +Face 5762 +UV Count: 3 + UV + UV + UV +Face 5763 +UV Count: 3 + UV + UV + UV +Face 5764 +UV Count: 3 + UV + UV + UV +Face 5765 +UV Count: 3 + UV + UV + UV +Face 5766 +UV Count: 3 + UV + UV + UV +Face 5767 +UV Count: 3 + UV + UV + UV +Face 5768 +UV Count: 3 + UV + UV + UV +Face 5769 +UV Count: 3 + UV + UV + UV +Face 5770 +UV Count: 3 + UV + UV + UV +Face 5771 +UV Count: 3 + UV + UV + UV +Face 5772 +UV Count: 3 + UV + UV + UV +Face 5773 +UV Count: 3 + UV + UV + UV +Face 5774 +UV Count: 3 + UV + UV + UV +Face 5775 +UV Count: 3 + UV + UV + UV +Face 5776 +UV Count: 3 + UV + UV + UV +Face 5777 +UV Count: 3 + UV + UV + UV +Face 5778 +UV Count: 3 + UV + UV + UV +Face 5779 +UV Count: 3 + UV + UV + UV +Face 5780 +UV Count: 3 + UV + UV + UV +Face 5781 +UV Count: 3 + UV + UV + UV +Face 5782 +UV Count: 3 + UV + UV + UV +Face 5783 +UV Count: 3 + UV + UV + UV +Face 5784 +UV Count: 3 + UV + UV + UV +Face 5785 +UV Count: 3 + UV + UV + UV +Face 5786 +UV Count: 3 + UV + UV + UV +Face 5787 +UV Count: 3 + UV + UV + UV +Face 5788 +UV Count: 3 + UV + UV + UV +Face 5789 +UV Count: 3 + UV + UV + UV +Face 5790 +UV Count: 3 + UV + UV + UV +Face 5791 +UV Count: 3 + UV + UV + UV +Face 5792 +UV Count: 3 + UV + UV + UV +Face 5793 +UV Count: 3 + UV + UV + UV +Face 5794 +UV Count: 3 + UV + UV + UV +Face 5795 +UV Count: 3 + UV + UV + UV +Face 5796 +UV Count: 3 + UV + UV + UV +Face 5797 +UV Count: 3 + UV + UV + UV +Face 5798 +UV Count: 3 + UV + UV + UV +Face 5799 +UV Count: 3 + UV + UV + UV +Face 5800 +UV Count: 3 + UV + UV + UV +Face 5801 +UV Count: 3 + UV + UV + UV +Face 5802 +UV Count: 3 + UV + UV + UV +Face 5803 +UV Count: 3 + UV + UV + UV +Face 5804 +UV Count: 3 + UV + UV + UV +Face 5805 +UV Count: 3 + UV + UV + UV +Face 5806 +UV Count: 3 + UV + UV + UV +Face 5807 +UV Count: 3 + UV + UV + UV +Face 5808 +UV Count: 3 + UV + UV + UV +Face 5809 +UV Count: 3 + UV + UV + UV +Face 5810 +UV Count: 3 + UV + UV + UV +Face 5811 +UV Count: 3 + UV + UV + UV +Face 5812 +UV Count: 3 + UV + UV + UV +Face 5813 +UV Count: 3 + UV + UV + UV +Face 5814 +UV Count: 3 + UV + UV + UV +Face 5815 +UV Count: 3 + UV + UV + UV +Face 5816 +UV Count: 3 + UV + UV + UV +Face 5817 +UV Count: 3 + UV + UV + UV +Face 5818 +UV Count: 3 + UV + UV + UV +Face 5819 +UV Count: 3 + UV + UV + UV +Face 5820 +UV Count: 3 + UV + UV + UV +Face 5821 +UV Count: 3 + UV + UV + UV +Face 5822 +UV Count: 3 + UV + UV + UV +Face 5823 +UV Count: 3 + UV + UV + UV +Face 5824 +UV Count: 3 + UV + UV + UV +Face 5825 +UV Count: 3 + UV + UV + UV +Face 5826 +UV Count: 3 + UV + UV + UV +Face 5827 +UV Count: 3 + UV + UV + UV +Face 5828 +UV Count: 3 + UV + UV + UV +Face 5829 +UV Count: 3 + UV + UV + UV +Face 5830 +UV Count: 3 + UV + UV + UV +Face 5831 +UV Count: 3 + UV + UV + UV +Face 5832 +UV Count: 3 + UV + UV + UV +Face 5833 +UV Count: 3 + UV + UV + UV +Face 5834 +UV Count: 3 + UV + UV + UV +Face 5835 +UV Count: 3 + UV + UV + UV +Face 5836 +UV Count: 3 + UV + UV + UV +Face 5837 +UV Count: 3 + UV + UV + UV +Face 5838 +UV Count: 3 + UV + UV + UV +Face 5839 +UV Count: 3 + UV + UV + UV +Face 5840 +UV Count: 3 + UV + UV + UV +Face 5841 +UV Count: 3 + UV + UV + UV +Face 5842 +UV Count: 3 + UV + UV + UV +Face 5843 +UV Count: 3 + UV + UV + UV +Face 5844 +UV Count: 3 + UV + UV + UV +Face 5845 +UV Count: 3 + UV + UV + UV +Face 5846 +UV Count: 3 + UV + UV + UV +Face 5847 +UV Count: 3 + UV + UV + UV +Face 5848 +UV Count: 3 + UV + UV + UV +Face 5849 +UV Count: 3 + UV + UV + UV +Face 5850 +UV Count: 3 + UV + UV + UV +Face 5851 +UV Count: 3 + UV + UV + UV +Face 5852 +UV Count: 3 + UV + UV + UV +Face 5853 +UV Count: 3 + UV + UV + UV +Face 5854 +UV Count: 3 + UV + UV + UV +Face 5855 +UV Count: 3 + UV + UV + UV +Face 5856 +UV Count: 3 + UV + UV + UV +Face 5857 +UV Count: 3 + UV + UV + UV +Face 5858 +UV Count: 3 + UV + UV + UV +Face 5859 +UV Count: 3 + UV + UV + UV +Face 5860 +UV Count: 3 + UV + UV + UV +Face 5861 +UV Count: 3 + UV + UV + UV +Face 5862 +UV Count: 3 + UV + UV + UV +Face 5863 +UV Count: 3 + UV + UV + UV +Face 5864 +UV Count: 3 + UV + UV + UV +Face 5865 +UV Count: 3 + UV + UV + UV +Face 5866 +UV Count: 3 + UV + UV + UV +Face 5867 +UV Count: 3 + UV + UV + UV +Face 5868 +UV Count: 3 + UV + UV + UV +Face 5869 +UV Count: 3 + UV + UV + UV +Face 5870 +UV Count: 3 + UV + UV + UV +Face 5871 +UV Count: 3 + UV + UV + UV +Face 5872 +UV Count: 3 + UV + UV + UV +Face 5873 +UV Count: 3 + UV + UV + UV +Face 5874 +UV Count: 3 + UV + UV + UV +Face 5875 +UV Count: 3 + UV + UV + UV +Face 5876 +UV Count: 3 + UV + UV + UV +Face 5877 +UV Count: 3 + UV + UV + UV +Face 5878 +UV Count: 3 + UV + UV + UV +Face 5879 +UV Count: 3 + UV + UV + UV +Face 5880 +UV Count: 3 + UV + UV + UV +Face 5881 +UV Count: 3 + UV + UV + UV +Face 5882 +UV Count: 3 + UV + UV + UV +Face 5883 +UV Count: 3 + UV + UV + UV +Face 5884 +UV Count: 3 + UV + UV + UV +Face 5885 +UV Count: 3 + UV + UV + UV +Face 5886 +UV Count: 3 + UV + UV + UV +Face 5887 +UV Count: 3 + UV + UV + UV +Face 5888 +UV Count: 3 + UV + UV + UV +Face 5889 +UV Count: 3 + UV + UV + UV +Face 5890 +UV Count: 3 + UV + UV + UV +Face 5891 +UV Count: 3 + UV + UV + UV +Face 5892 +UV Count: 3 + UV + UV + UV +Face 5893 +UV Count: 3 + UV + UV + UV +Face 5894 +UV Count: 3 + UV + UV + UV +Face 5895 +UV Count: 3 + UV + UV + UV +Face 5896 +UV Count: 3 + UV + UV + UV +Face 5897 +UV Count: 3 + UV + UV + UV +Face 5898 +UV Count: 3 + UV + UV + UV +Face 5899 +UV Count: 3 + UV + UV + UV +Face 5900 +UV Count: 3 + UV + UV + UV +Face 5901 +UV Count: 3 + UV + UV + UV +Face 5902 +UV Count: 3 + UV + UV + UV +Face 5903 +UV Count: 3 + UV + UV + UV +Face 5904 +UV Count: 3 + UV + UV + UV +Face 5905 +UV Count: 3 + UV + UV + UV +Face 5906 +UV Count: 3 + UV + UV + UV +Face 5907 +UV Count: 3 + UV + UV + UV +Face 5908 +UV Count: 3 + UV + UV + UV +Face 5909 +UV Count: 3 + UV + UV + UV +Face 5910 +UV Count: 3 + UV + UV + UV +Face 5911 +UV Count: 3 + UV + UV + UV +Face 5912 +UV Count: 3 + UV + UV + UV +Face 5913 +UV Count: 3 + UV + UV + UV +Face 5914 +UV Count: 3 + UV + UV + UV +Face 5915 +UV Count: 3 + UV + UV + UV +Face 5916 +UV Count: 3 + UV + UV + UV +Face 5917 +UV Count: 3 + UV + UV + UV +Face 5918 +UV Count: 3 + UV + UV + UV +Face 5919 +UV Count: 3 + UV + UV + UV +Face 5920 +UV Count: 3 + UV + UV + UV +Face 5921 +UV Count: 3 + UV + UV + UV +Face 5922 +UV Count: 3 + UV + UV + UV +Face 5923 +UV Count: 3 + UV + UV + UV +Face 5924 +UV Count: 3 + UV + UV + UV +Face 5925 +UV Count: 3 + UV + UV + UV +Face 5926 +UV Count: 3 + UV + UV + UV +Face 5927 +UV Count: 3 + UV + UV + UV +Face 5928 +UV Count: 3 + UV + UV + UV +Face 5929 +UV Count: 3 + UV + UV + UV +Face 5930 +UV Count: 3 + UV + UV + UV +Face 5931 +UV Count: 3 + UV + UV + UV +Face 5932 +UV Count: 3 + UV + UV + UV +Face 5933 +UV Count: 3 + UV + UV + UV +Face 5934 +UV Count: 3 + UV + UV + UV +Face 5935 +UV Count: 3 + UV + UV + UV +Face 5936 +UV Count: 3 + UV + UV + UV +Face 5937 +UV Count: 3 + UV + UV + UV +Face 5938 +UV Count: 3 + UV + UV + UV +Face 5939 +UV Count: 3 + UV + UV + UV +Face 5940 +UV Count: 3 + UV + UV + UV +Face 5941 +UV Count: 3 + UV + UV + UV +Face 5942 +UV Count: 3 + UV + UV + UV +Face 5943 +UV Count: 3 + UV + UV + UV +Face 5944 +UV Count: 3 + UV + UV + UV +Face 5945 +UV Count: 3 + UV + UV + UV +Face 5946 +UV Count: 3 + UV + UV + UV +Face 5947 +UV Count: 3 + UV + UV + UV +Face 5948 +UV Count: 3 + UV + UV + UV +Face 5949 +UV Count: 3 + UV + UV + UV +Face 5950 +UV Count: 3 + UV + UV + UV +Face 5951 +UV Count: 3 + UV + UV + UV +Face 5952 +UV Count: 3 + UV + UV + UV +Face 5953 +UV Count: 3 + UV + UV + UV +Face 5954 +UV Count: 3 + UV + UV + UV +Face 5955 +UV Count: 3 + UV + UV + UV +Face 5956 +UV Count: 3 + UV + UV + UV +Face 5957 +UV Count: 3 + UV + UV + UV +Face 5958 +UV Count: 3 + UV + UV + UV +Face 5959 +UV Count: 3 + UV + UV + UV +Face 5960 +UV Count: 3 + UV + UV + UV +Face 5961 +UV Count: 3 + UV + UV + UV +Face 5962 +UV Count: 3 + UV + UV + UV +Face 5963 +UV Count: 3 + UV + UV + UV +Face 5964 +UV Count: 3 + UV + UV + UV +Face 5965 +UV Count: 3 + UV + UV + UV +Face 5966 +UV Count: 3 + UV + UV + UV +Face 5967 +UV Count: 3 + UV + UV + UV +Face 5968 +UV Count: 3 + UV + UV + UV +Face 5969 +UV Count: 3 + UV + UV + UV +Face 5970 +UV Count: 3 + UV + UV + UV +Face 5971 +UV Count: 3 + UV + UV + UV +Face 5972 +UV Count: 3 + UV + UV + UV +Face 5973 +UV Count: 3 + UV + UV + UV +Face 5974 +UV Count: 3 + UV + UV + UV +Face 5975 +UV Count: 3 + UV + UV + UV +Face 5976 +UV Count: 3 + UV + UV + UV +Face 5977 +UV Count: 3 + UV + UV + UV +Face 5978 +UV Count: 3 + UV + UV + UV +Face 5979 +UV Count: 3 + UV + UV + UV +Face 5980 +UV Count: 3 + UV + UV + UV +Face 5981 +UV Count: 3 + UV + UV + UV +Face 5982 +UV Count: 3 + UV + UV + UV +Face 5983 +UV Count: 3 + UV + UV + UV +Face 5984 +UV Count: 3 + UV + UV + UV +Face 5985 +UV Count: 3 + UV + UV + UV +Face 5986 +UV Count: 3 + UV + UV + UV +Face 5987 +UV Count: 3 + UV + UV + UV +Face 5988 +UV Count: 3 + UV + UV + UV +Face 5989 +UV Count: 3 + UV + UV + UV +Face 5990 +UV Count: 3 + UV + UV + UV +Face 5991 +UV Count: 3 + UV + UV + UV +Face 5992 +UV Count: 3 + UV + UV + UV +Face 5993 +UV Count: 3 + UV + UV + UV +Face 5994 +UV Count: 3 + UV + UV + UV +Face 5995 +UV Count: 3 + UV + UV + UV +Face 5996 +UV Count: 3 + UV + UV + UV +Face 5997 +UV Count: 3 + UV + UV + UV +Face 5998 +UV Count: 3 + UV + UV + UV +Face 5999 +UV Count: 3 + UV + UV + UV +Face 6000 +UV Count: 3 + UV + UV + UV +Face 6001 +UV Count: 3 + UV + UV + UV +Face 6002 +UV Count: 3 + UV + UV + UV +Face 6003 +UV Count: 3 + UV + UV + UV +Face 6004 +UV Count: 3 + UV + UV + UV +Face 6005 +UV Count: 3 + UV + UV + UV +Face 6006 +UV Count: 3 + UV + UV + UV +Face 6007 +UV Count: 3 + UV + UV + UV +Face 6008 +UV Count: 3 + UV + UV + UV +Face 6009 +UV Count: 3 + UV + UV + UV +Face 6010 +UV Count: 3 + UV + UV + UV +Face 6011 +UV Count: 3 + UV + UV + UV +Face 6012 +UV Count: 3 + UV + UV + UV +Face 6013 +UV Count: 3 + UV + UV + UV +Face 6014 +UV Count: 3 + UV + UV + UV +Face 6015 +UV Count: 3 + UV + UV + UV +Face 6016 +UV Count: 3 + UV + UV + UV +Face 6017 +UV Count: 3 + UV + UV + UV +Face 6018 +UV Count: 3 + UV + UV + UV +Face 6019 +UV Count: 3 + UV + UV + UV +Face 6020 +UV Count: 3 + UV + UV + UV +Face 6021 +UV Count: 3 + UV + UV + UV +Face 6022 +UV Count: 3 + UV + UV + UV +Face 6023 +UV Count: 3 + UV + UV + UV +Face 6024 +UV Count: 3 + UV + UV + UV +Face 6025 +UV Count: 3 + UV + UV + UV +Face 6026 +UV Count: 3 + UV + UV + UV +Face 6027 +UV Count: 3 + UV + UV + UV +Face 6028 +UV Count: 3 + UV + UV + UV +Face 6029 +UV Count: 3 + UV + UV + UV +Face 6030 +UV Count: 3 + UV + UV + UV +Face 6031 +UV Count: 3 + UV + UV + UV +Face 6032 +UV Count: 3 + UV + UV + UV +Face 6033 +UV Count: 3 + UV + UV + UV +Face 6034 +UV Count: 3 + UV + UV + UV +Face 6035 +UV Count: 3 + UV + UV + UV +Face 6036 +UV Count: 3 + UV + UV + UV +Face 6037 +UV Count: 3 + UV + UV + UV +Face 6038 +UV Count: 3 + UV + UV + UV +Face 6039 +UV Count: 3 + UV + UV + UV +Face 6040 +UV Count: 3 + UV + UV + UV +Face 6041 +UV Count: 3 + UV + UV + UV +Face 6042 +UV Count: 3 + UV + UV + UV +Face 6043 +UV Count: 3 + UV + UV + UV +Face 6044 +UV Count: 3 + UV + UV + UV +Face 6045 +UV Count: 3 + UV + UV + UV +Face 6046 +UV Count: 3 + UV + UV + UV +Face 6047 +UV Count: 3 + UV + UV + UV +Face 6048 +UV Count: 3 + UV + UV + UV +Face 6049 +UV Count: 3 + UV + UV + UV +Face 6050 +UV Count: 3 + UV + UV + UV +Face 6051 +UV Count: 3 + UV + UV + UV +Face 6052 +UV Count: 3 + UV + UV + UV +Face 6053 +UV Count: 3 + UV + UV + UV +Face 6054 +UV Count: 3 + UV + UV + UV +Face 6055 +UV Count: 3 + UV + UV + UV +Face 6056 +UV Count: 3 + UV + UV + UV +Face 6057 +UV Count: 3 + UV + UV + UV +Face 6058 +UV Count: 3 + UV + UV + UV +Face 6059 +UV Count: 3 + UV + UV + UV +Face 6060 +UV Count: 3 + UV + UV + UV +Face 6061 +UV Count: 3 + UV + UV + UV +Face 6062 +UV Count: 3 + UV + UV + UV +Face 6063 +UV Count: 3 + UV + UV + UV +Face 6064 +UV Count: 3 + UV + UV + UV +Face 6065 +UV Count: 3 + UV + UV + UV +Face 6066 +UV Count: 3 + UV + UV + UV +Face 6067 +UV Count: 3 + UV + UV + UV +Face 6068 +UV Count: 3 + UV + UV + UV +Face 6069 +UV Count: 3 + UV + UV + UV +Face 6070 +UV Count: 3 + UV + UV + UV +Face 6071 +UV Count: 3 + UV + UV + UV +Face 6072 +UV Count: 3 + UV + UV + UV +Face 6073 +UV Count: 3 + UV + UV + UV +Face 6074 +UV Count: 3 + UV + UV + UV +Face 6075 +UV Count: 3 + UV + UV + UV +Face 6076 +UV Count: 3 + UV + UV + UV +Face 6077 +UV Count: 3 + UV + UV + UV +Face 6078 +UV Count: 3 + UV + UV + UV +Face 6079 +UV Count: 3 + UV + UV + UV +Face 6080 +UV Count: 3 + UV + UV + UV +Face 6081 +UV Count: 3 + UV + UV + UV +Face 6082 +UV Count: 3 + UV + UV + UV +Face 6083 +UV Count: 3 + UV + UV + UV +Face 6084 +UV Count: 3 + UV + UV + UV +Face 6085 +UV Count: 3 + UV + UV + UV +Face 6086 +UV Count: 3 + UV + UV + UV +Face 6087 +UV Count: 3 + UV + UV + UV +Face 6088 +UV Count: 3 + UV + UV + UV +Face 6089 +UV Count: 3 + UV + UV + UV +Face 6090 +UV Count: 3 + UV + UV + UV +Face 6091 +UV Count: 3 + UV + UV + UV +Face 6092 +UV Count: 3 + UV + UV + UV +Face 6093 +UV Count: 3 + UV + UV + UV +Face 6094 +UV Count: 3 + UV + UV + UV +Face 6095 +UV Count: 3 + UV + UV + UV +Face 6096 +UV Count: 3 + UV + UV + UV +Face 6097 +UV Count: 3 + UV + UV + UV +Face 6098 +UV Count: 3 + UV + UV + UV +Face 6099 +UV Count: 3 + UV + UV + UV +Face 6100 +UV Count: 3 + UV + UV + UV +Face 6101 +UV Count: 3 + UV + UV + UV +Face 6102 +UV Count: 3 + UV + UV + UV +Face 6103 +UV Count: 3 + UV + UV + UV +Face 6104 +UV Count: 3 + UV + UV + UV +Face 6105 +UV Count: 3 + UV + UV + UV +Face 6106 +UV Count: 3 + UV + UV + UV +Face 6107 +UV Count: 3 + UV + UV + UV +Face 6108 +UV Count: 3 + UV + UV + UV +Face 6109 +UV Count: 3 + UV + UV + UV +Face 6110 +UV Count: 3 + UV + UV + UV +Face 6111 +UV Count: 3 + UV + UV + UV +Face 6112 +UV Count: 3 + UV + UV + UV +Face 6113 +UV Count: 3 + UV + UV + UV +Face 6114 +UV Count: 3 + UV + UV + UV +Face 6115 +UV Count: 3 + UV + UV + UV +Face 6116 +UV Count: 3 + UV + UV + UV +Face 6117 +UV Count: 3 + UV + UV + UV +Face 6118 +UV Count: 3 + UV + UV + UV +Face 6119 +UV Count: 3 + UV + UV + UV +Face 6120 +UV Count: 3 + UV + UV + UV +Face 6121 +UV Count: 3 + UV + UV + UV +Face 6122 +UV Count: 3 + UV + UV + UV +Face 6123 +UV Count: 3 + UV + UV + UV +Face 6124 +UV Count: 3 + UV + UV + UV +Face 6125 +UV Count: 3 + UV + UV + UV +Face 6126 +UV Count: 3 + UV + UV + UV +Face 6127 +UV Count: 3 + UV + UV + UV +Face 6128 +UV Count: 3 + UV + UV + UV +Face 6129 +UV Count: 3 + UV + UV + UV +Face 6130 +UV Count: 3 + UV + UV + UV +Face 6131 +UV Count: 3 + UV + UV + UV +Face 6132 +UV Count: 3 + UV + UV + UV +Face 6133 +UV Count: 3 + UV + UV + UV +Face 6134 +UV Count: 3 + UV + UV + UV +Face 6135 +UV Count: 3 + UV + UV + UV +Face 6136 +UV Count: 3 + UV + UV + UV +Face 6137 +UV Count: 3 + UV + UV + UV +Face 6138 +UV Count: 3 + UV + UV + UV +Face 6139 +UV Count: 3 + UV + UV + UV +Face 6140 +UV Count: 3 + UV + UV + UV +Face 6141 +UV Count: 3 + UV + UV + UV +Face 6142 +UV Count: 3 + UV + UV + UV +Face 6143 +UV Count: 3 + UV + UV + UV +Face 6144 +UV Count: 3 + UV + UV + UV +Face 6145 +UV Count: 3 + UV + UV + UV +Face 6146 +UV Count: 3 + UV + UV + UV +Face 6147 +UV Count: 3 + UV + UV + UV +Face 6148 +UV Count: 3 + UV + UV + UV +Face 6149 +UV Count: 3 + UV + UV + UV +Face 6150 +UV Count: 3 + UV + UV + UV +Face 6151 +UV Count: 3 + UV + UV + UV +Face 6152 +UV Count: 3 + UV + UV + UV +Face 6153 +UV Count: 3 + UV + UV + UV +Face 6154 +UV Count: 3 + UV + UV + UV +Face 6155 +UV Count: 3 + UV + UV + UV +Face 6156 +UV Count: 3 + UV + UV + UV +Face 6157 +UV Count: 3 + UV + UV + UV +Face 6158 +UV Count: 3 + UV + UV + UV +Face 6159 +UV Count: 3 + UV + UV + UV +Face 6160 +UV Count: 3 + UV + UV + UV +Face 6161 +UV Count: 3 + UV + UV + UV +Face 6162 +UV Count: 3 + UV + UV + UV +Face 6163 +UV Count: 3 + UV + UV + UV +Face 6164 +UV Count: 3 + UV + UV + UV +Face 6165 +UV Count: 3 + UV + UV + UV +Face 6166 +UV Count: 3 + UV + UV + UV +Face 6167 +UV Count: 3 + UV + UV + UV +Face 6168 +UV Count: 3 + UV + UV + UV +Face 6169 +UV Count: 3 + UV + UV + UV +Face 6170 +UV Count: 3 + UV + UV + UV +Face 6171 +UV Count: 3 + UV + UV + UV +Face 6172 +UV Count: 3 + UV + UV + UV +Face 6173 +UV Count: 3 + UV + UV + UV +Face 6174 +UV Count: 3 + UV + UV + UV +Face 6175 +UV Count: 3 + UV + UV + UV +Face 6176 +UV Count: 3 + UV + UV + UV +Face 6177 +UV Count: 3 + UV + UV + UV +Face 6178 +UV Count: 3 + UV + UV + UV +Face 6179 +UV Count: 3 + UV + UV + UV +Face 6180 +UV Count: 3 + UV + UV + UV +Face 6181 +UV Count: 3 + UV + UV + UV +Face 6182 +UV Count: 3 + UV + UV + UV +Face 6183 +UV Count: 3 + UV + UV + UV +Face 6184 +UV Count: 3 + UV + UV + UV +Face 6185 +UV Count: 3 + UV + UV + UV +Face 6186 +UV Count: 3 + UV + UV + UV +Face 6187 +UV Count: 3 + UV + UV + UV +Face 6188 +UV Count: 3 + UV + UV + UV +Face 6189 +UV Count: 3 + UV + UV + UV +Face 6190 +UV Count: 3 + UV + UV + UV +Face 6191 +UV Count: 3 + UV + UV + UV +Face 6192 +UV Count: 3 + UV + UV + UV +Face 6193 +UV Count: 3 + UV + UV + UV +Face 6194 +UV Count: 3 + UV + UV + UV +Face 6195 +UV Count: 3 + UV + UV + UV +Face 6196 +UV Count: 3 + UV + UV + UV +Face 6197 +UV Count: 3 + UV + UV + UV +Face 6198 +UV Count: 3 + UV + UV + UV +Face 6199 +UV Count: 3 + UV + UV + UV +Face 6200 +UV Count: 3 + UV + UV + UV +Face 6201 +UV Count: 3 + UV + UV + UV +Face 6202 +UV Count: 3 + UV + UV + UV +Face 6203 +UV Count: 3 + UV + UV + UV +Face 6204 +UV Count: 3 + UV + UV + UV +Face 6205 +UV Count: 3 + UV + UV + UV +Face 6206 +UV Count: 3 + UV + UV + UV +Face 6207 +UV Count: 3 + UV + UV + UV +Face 6208 +UV Count: 3 + UV + UV + UV +Face 6209 +UV Count: 3 + UV + UV + UV +Face 6210 +UV Count: 3 + UV + UV + UV +Face 6211 +UV Count: 3 + UV + UV + UV +Face 6212 +UV Count: 3 + UV + UV + UV +Face 6213 +UV Count: 3 + UV + UV + UV +Face 6214 +UV Count: 3 + UV + UV + UV +Face 6215 +UV Count: 3 + UV + UV + UV +Face 6216 +UV Count: 3 + UV + UV + UV +Face 6217 +UV Count: 3 + UV + UV + UV +Face 6218 +UV Count: 3 + UV + UV + UV +Face 6219 +UV Count: 3 + UV + UV + UV +Face 6220 +UV Count: 3 + UV + UV + UV +Face 6221 +UV Count: 3 + UV + UV + UV +Face 6222 +UV Count: 3 + UV + UV + UV +Face 6223 +UV Count: 3 + UV + UV + UV +Face 6224 +UV Count: 3 + UV + UV + UV +Face 6225 +UV Count: 3 + UV + UV + UV +Face 6226 +UV Count: 3 + UV + UV + UV +Face 6227 +UV Count: 3 + UV + UV + UV +Face 6228 +UV Count: 3 + UV + UV + UV +Face 6229 +UV Count: 3 + UV + UV + UV +Face 6230 +UV Count: 3 + UV + UV + UV +Face 6231 +UV Count: 3 + UV + UV + UV +Face 6232 +UV Count: 3 + UV + UV + UV +Face 6233 +UV Count: 3 + UV + UV + UV +Face 6234 +UV Count: 3 + UV + UV + UV +Face 6235 +UV Count: 3 + UV + UV + UV +Face 6236 +UV Count: 3 + UV + UV + UV +Face 6237 +UV Count: 3 + UV + UV + UV +Face 6238 +UV Count: 3 + UV + UV + UV +Face 6239 +UV Count: 3 + UV + UV + UV +Face 6240 +UV Count: 3 + UV + UV + UV +Face 6241 +UV Count: 3 + UV + UV + UV +Face 6242 +UV Count: 3 + UV + UV + UV +Face 6243 +UV Count: 3 + UV + UV + UV +Face 6244 +UV Count: 3 + UV + UV + UV +Face 6245 +UV Count: 3 + UV + UV + UV +Face 6246 +UV Count: 3 + UV + UV + UV +Face 6247 +UV Count: 3 + UV + UV + UV +Face 6248 +UV Count: 3 + UV + UV + UV +Face 6249 +UV Count: 3 + UV + UV + UV +Face 6250 +UV Count: 3 + UV + UV + UV +Face 6251 +UV Count: 3 + UV + UV + UV +Face 6252 +UV Count: 3 + UV + UV + UV +Face 6253 +UV Count: 3 + UV + UV + UV +Face 6254 +UV Count: 3 + UV + UV + UV +Face 6255 +UV Count: 3 + UV + UV + UV +Face 6256 +UV Count: 3 + UV + UV + UV +Face 6257 +UV Count: 3 + UV + UV + UV +Face 6258 +UV Count: 3 + UV + UV + UV +Face 6259 +UV Count: 3 + UV + UV + UV +Face 6260 +UV Count: 3 + UV + UV + UV +Face 6261 +UV Count: 3 + UV + UV + UV +Face 6262 +UV Count: 3 + UV + UV + UV +Face 6263 +UV Count: 3 + UV + UV + UV +Face 6264 +UV Count: 3 + UV + UV + UV +Face 6265 +UV Count: 3 + UV + UV + UV +Face 6266 +UV Count: 3 + UV + UV + UV +Face 6267 +UV Count: 3 + UV + UV + UV +Face 6268 +UV Count: 3 + UV + UV + UV +Face 6269 +UV Count: 3 + UV + UV + UV +Face 6270 +UV Count: 3 + UV + UV + UV +Face 6271 +UV Count: 3 + UV + UV + UV +Face 6272 +UV Count: 3 + UV + UV + UV +Face 6273 +UV Count: 3 + UV + UV + UV +Face 6274 +UV Count: 3 + UV + UV + UV +Face 6275 +UV Count: 3 + UV + UV + UV +Face 6276 +UV Count: 3 + UV + UV + UV +Face 6277 +UV Count: 3 + UV + UV + UV +Face 6278 +UV Count: 3 + UV + UV + UV +Face 6279 +UV Count: 3 + UV + UV + UV +Face 6280 +UV Count: 3 + UV + UV + UV +Face 6281 +UV Count: 3 + UV + UV + UV +Face 6282 +UV Count: 3 + UV + UV + UV +Face 6283 +UV Count: 3 + UV + UV + UV +Face 6284 +UV Count: 3 + UV + UV + UV +Face 6285 +UV Count: 3 + UV + UV + UV +Face 6286 +UV Count: 3 + UV + UV + UV +Face 6287 +UV Count: 3 + UV + UV + UV +Face 6288 +UV Count: 3 + UV + UV + UV +Face 6289 +UV Count: 3 + UV + UV + UV +Face 6290 +UV Count: 3 + UV + UV + UV +Face 6291 +UV Count: 3 + UV + UV + UV +Face 6292 +UV Count: 3 + UV + UV + UV +Face 6293 +UV Count: 3 + UV + UV + UV +Face 6294 +UV Count: 3 + UV + UV + UV +Face 6295 +UV Count: 3 + UV + UV + UV +Face 6296 +UV Count: 3 + UV + UV + UV +Face 6297 +UV Count: 3 + UV + UV + UV +Face 6298 +UV Count: 3 + UV + UV + UV +Face 6299 +UV Count: 3 + UV + UV + UV +Face 6300 +UV Count: 3 + UV + UV + UV +Face 6301 +UV Count: 3 + UV + UV + UV +Face 6302 +UV Count: 3 + UV + UV + UV +Face 6303 +UV Count: 3 + UV + UV + UV +Face 6304 +UV Count: 3 + UV + UV + UV +Face 6305 +UV Count: 3 + UV + UV + UV +Face 6306 +UV Count: 3 + UV + UV + UV +Face 6307 +UV Count: 3 + UV + UV + UV +Face 6308 +UV Count: 3 + UV + UV + UV +Face 6309 +UV Count: 3 + UV + UV + UV +Face 6310 +UV Count: 3 + UV + UV + UV +Face 6311 +UV Count: 3 + UV + UV + UV +Face 6312 +UV Count: 3 + UV + UV + UV +Face 6313 +UV Count: 3 + UV + UV + UV +Face 6314 +UV Count: 3 + UV + UV + UV +Face 6315 +UV Count: 3 + UV + UV + UV +Face 6316 +UV Count: 3 + UV + UV + UV +Face 6317 +UV Count: 3 + UV + UV + UV +Face 6318 +UV Count: 3 + UV + UV + UV +Face 6319 +UV Count: 3 + UV + UV + UV +Face 6320 +UV Count: 3 + UV + UV + UV +Face 6321 +UV Count: 3 + UV + UV + UV +Face 6322 +UV Count: 3 + UV + UV + UV +Face 6323 +UV Count: 3 + UV + UV + UV +Face 6324 +UV Count: 3 + UV + UV + UV +Face 6325 +UV Count: 3 + UV + UV + UV +Face 6326 +UV Count: 3 + UV + UV + UV +Face 6327 +UV Count: 3 + UV + UV + UV +Face 6328 +UV Count: 3 + UV + UV + UV +Face 6329 +UV Count: 3 + UV + UV + UV +Face 6330 +UV Count: 3 + UV + UV + UV +Face 6331 +UV Count: 3 + UV + UV + UV +Face 6332 +UV Count: 3 + UV + UV + UV +Face 6333 +UV Count: 3 + UV + UV + UV +Face 6334 +UV Count: 3 + UV + UV + UV +Face 6335 +UV Count: 3 + UV + UV + UV +Face 6336 +UV Count: 3 + UV + UV + UV +Face 6337 +UV Count: 3 + UV + UV + UV +Face 6338 +UV Count: 3 + UV + UV + UV +Face 6339 +UV Count: 3 + UV + UV + UV +Face 6340 +UV Count: 3 + UV + UV + UV +Face 6341 +UV Count: 3 + UV + UV + UV +Face 6342 +UV Count: 3 + UV + UV + UV +Face 6343 +UV Count: 3 + UV + UV + UV +Face 6344 +UV Count: 3 + UV + UV + UV +Face 6345 +UV Count: 3 + UV + UV + UV +Face 6346 +UV Count: 3 + UV + UV + UV +Face 6347 +UV Count: 3 + UV + UV + UV +Face 6348 +UV Count: 3 + UV + UV + UV +Face 6349 +UV Count: 3 + UV + UV + UV +Face 6350 +UV Count: 3 + UV + UV + UV +Face 6351 +UV Count: 3 + UV + UV + UV +Face 6352 +UV Count: 3 + UV + UV + UV +Face 6353 +UV Count: 3 + UV + UV + UV +Face 6354 +UV Count: 3 + UV + UV + UV +Face 6355 +UV Count: 3 + UV + UV + UV +Face 6356 +UV Count: 3 + UV + UV + UV +Face 6357 +UV Count: 3 + UV + UV + UV +Face 6358 +UV Count: 3 + UV + UV + UV +Face 6359 +UV Count: 3 + UV + UV + UV +Face 6360 +UV Count: 3 + UV + UV + UV +Face 6361 +UV Count: 3 + UV + UV + UV +Face 6362 +UV Count: 3 + UV + UV + UV +Face 6363 +UV Count: 3 + UV + UV + UV +Face 6364 +UV Count: 3 + UV + UV + UV +Face 6365 +UV Count: 3 + UV + UV + UV +Face 6366 +UV Count: 3 + UV + UV + UV +Face 6367 +UV Count: 3 + UV + UV + UV +Face 6368 +UV Count: 3 + UV + UV + UV +Face 6369 +UV Count: 3 + UV + UV + UV +Face 6370 +UV Count: 3 + UV + UV + UV +Face 6371 +UV Count: 3 + UV + UV + UV +Face 6372 +UV Count: 3 + UV + UV + UV +Face 6373 +UV Count: 3 + UV + UV + UV +Face 6374 +UV Count: 3 + UV + UV + UV +Face 6375 +UV Count: 3 + UV + UV + UV +Face 6376 +UV Count: 3 + UV + UV + UV +Face 6377 +UV Count: 3 + UV + UV + UV +Face 6378 +UV Count: 3 + UV + UV + UV +Face 6379 +UV Count: 3 + UV + UV + UV +Face 6380 +UV Count: 3 + UV + UV + UV +Face 6381 +UV Count: 3 + UV + UV + UV +Face 6382 +UV Count: 3 + UV + UV + UV +Face 6383 +UV Count: 3 + UV + UV + UV +Face 6384 +UV Count: 3 + UV + UV + UV +Face 6385 +UV Count: 3 + UV + UV + UV +Face 6386 +UV Count: 3 + UV + UV + UV +Face 6387 +UV Count: 3 + UV + UV + UV +Face 6388 +UV Count: 3 + UV + UV + UV +Face 6389 +UV Count: 3 + UV + UV + UV +Face 6390 +UV Count: 3 + UV + UV + UV +Face 6391 +UV Count: 3 + UV + UV + UV +Face 6392 +UV Count: 3 + UV + UV + UV +Face 6393 +UV Count: 3 + UV + UV + UV +Face 6394 +UV Count: 3 + UV + UV + UV +Face 6395 +UV Count: 3 + UV + UV + UV +Face 6396 +UV Count: 3 + UV + UV + UV +Face 6397 +UV Count: 3 + UV + UV + UV +Face 6398 +UV Count: 3 + UV + UV + UV +Face 6399 +UV Count: 3 + UV + UV + UV +Face 6400 +UV Count: 3 + UV + UV + UV +Face 6401 +UV Count: 3 + UV + UV + UV +Face 6402 +UV Count: 3 + UV + UV + UV +Face 6403 +UV Count: 3 + UV + UV + UV +Face 6404 +UV Count: 3 + UV + UV + UV +Face 6405 +UV Count: 3 + UV + UV + UV +Face 6406 +UV Count: 3 + UV + UV + UV +Face 6407 +UV Count: 3 + UV + UV + UV +Face 6408 +UV Count: 3 + UV + UV + UV +Face 6409 +UV Count: 3 + UV + UV + UV +Face 6410 +UV Count: 3 + UV + UV + UV +Face 6411 +UV Count: 3 + UV + UV + UV +Face 6412 +UV Count: 3 + UV + UV + UV +Face 6413 +UV Count: 3 + UV + UV + UV +Face 6414 +UV Count: 3 + UV + UV + UV +Face 6415 +UV Count: 3 + UV + UV + UV +Face 6416 +UV Count: 3 + UV + UV + UV +Face 6417 +UV Count: 3 + UV + UV + UV +Face 6418 +UV Count: 3 + UV + UV + UV +Face 6419 +UV Count: 3 + UV + UV + UV +Face 6420 +UV Count: 3 + UV + UV + UV +Face 6421 +UV Count: 3 + UV + UV + UV +Face 6422 +UV Count: 3 + UV + UV + UV +Face 6423 +UV Count: 3 + UV + UV + UV +Face 6424 +UV Count: 3 + UV + UV + UV +Face 6425 +UV Count: 3 + UV + UV + UV +Face 6426 +UV Count: 3 + UV + UV + UV +Face 6427 +UV Count: 3 + UV + UV + UV +Face 6428 +UV Count: 3 + UV + UV + UV +Face 6429 +UV Count: 3 + UV + UV + UV +Face 6430 +UV Count: 3 + UV + UV + UV +Face 6431 +UV Count: 3 + UV + UV + UV +Face 6432 +UV Count: 3 + UV + UV + UV +Face 6433 +UV Count: 3 + UV + UV + UV +Face 6434 +UV Count: 3 + UV + UV + UV +Face 6435 +UV Count: 3 + UV + UV + UV +Face 6436 +UV Count: 3 + UV + UV + UV +Face 6437 +UV Count: 3 + UV + UV + UV +Face 6438 +UV Count: 3 + UV + UV + UV +Face 6439 +UV Count: 3 + UV + UV + UV +Face 6440 +UV Count: 3 + UV + UV + UV +Face 6441 +UV Count: 3 + UV + UV + UV +Face 6442 +UV Count: 3 + UV + UV + UV +Face 6443 +UV Count: 3 + UV + UV + UV +Face 6444 +UV Count: 3 + UV + UV + UV +Face 6445 +UV Count: 3 + UV + UV + UV +Face 6446 +UV Count: 3 + UV + UV + UV +Face 6447 +UV Count: 3 + UV + UV + UV +Face 6448 +UV Count: 3 + UV + UV + UV +Face 6449 +UV Count: 3 + UV + UV + UV +Face 6450 +UV Count: 3 + UV + UV + UV +Face 6451 +UV Count: 3 + UV + UV + UV +Face 6452 +UV Count: 3 + UV + UV + UV +Face 6453 +UV Count: 3 + UV + UV + UV +Face 6454 +UV Count: 3 + UV + UV + UV +Face 6455 +UV Count: 3 + UV + UV + UV +Face 6456 +UV Count: 3 + UV + UV + UV +Face 6457 +UV Count: 3 + UV + UV + UV +Face 6458 +UV Count: 3 + UV + UV + UV +Face 6459 +UV Count: 3 + UV + UV + UV +Face 6460 +UV Count: 3 + UV + UV + UV +Face 6461 +UV Count: 3 + UV + UV + UV +Face 6462 +UV Count: 3 + UV + UV + UV +Face 6463 +UV Count: 3 + UV + UV + UV +Face 6464 +UV Count: 3 + UV + UV + UV +Face 6465 +UV Count: 3 + UV + UV + UV +Face 6466 +UV Count: 3 + UV + UV + UV +Face 6467 +UV Count: 3 + UV + UV + UV +Face 6468 +UV Count: 3 + UV + UV + UV +Face 6469 +UV Count: 3 + UV + UV + UV +Face 6470 +UV Count: 3 + UV + UV + UV +Face 6471 +UV Count: 3 + UV + UV + UV +Face 6472 +UV Count: 3 + UV + UV + UV +Face 6473 +UV Count: 3 + UV + UV + UV +Face 6474 +UV Count: 3 + UV + UV + UV +Face 6475 +UV Count: 3 + UV + UV + UV +Face 6476 +UV Count: 3 + UV + UV + UV +Face 6477 +UV Count: 3 + UV + UV + UV +Face 6478 +UV Count: 3 + UV + UV + UV +Face 6479 +UV Count: 3 + UV + UV + UV +Face 6480 +UV Count: 3 + UV + UV + UV +Face 6481 +UV Count: 3 + UV + UV + UV +Face 6482 +UV Count: 3 + UV + UV + UV +Face 6483 +UV Count: 3 + UV + UV + UV +Face 6484 +UV Count: 3 + UV + UV + UV +Face 6485 +UV Count: 3 + UV + UV + UV +Face 6486 +UV Count: 3 + UV + UV + UV +Face 6487 +UV Count: 3 + UV + UV + UV +Face 6488 +UV Count: 3 + UV + UV + UV +Face 6489 +UV Count: 3 + UV + UV + UV +Face 6490 +UV Count: 3 + UV + UV + UV +Face 6491 +UV Count: 3 + UV + UV + UV +Face 6492 +UV Count: 3 + UV + UV + UV +Face 6493 +UV Count: 3 + UV + UV + UV +Face 6494 +UV Count: 3 + UV + UV + UV +Face 6495 +UV Count: 3 + UV + UV + UV +Face 6496 +UV Count: 3 + UV + UV + UV +Face 6497 +UV Count: 3 + UV + UV + UV +Face 6498 +UV Count: 3 + UV + UV + UV +Face 6499 +UV Count: 3 + UV + UV + UV +Face 6500 +UV Count: 3 + UV + UV + UV +Face 6501 +UV Count: 3 + UV + UV + UV +Face 6502 +UV Count: 3 + UV + UV + UV +Face 6503 +UV Count: 3 + UV + UV + UV +Face 6504 +UV Count: 3 + UV + UV + UV +Face 6505 +UV Count: 3 + UV + UV + UV +Face 6506 +UV Count: 3 + UV + UV + UV +Face 6507 +UV Count: 3 + UV + UV + UV +Face 6508 +UV Count: 3 + UV + UV + UV +Face 6509 +UV Count: 3 + UV + UV + UV +Face 6510 +UV Count: 3 + UV + UV + UV +Face 6511 +UV Count: 3 + UV + UV + UV +Face 6512 +UV Count: 3 + UV + UV + UV +Face 6513 +UV Count: 3 + UV + UV + UV +Face 6514 +UV Count: 3 + UV + UV + UV +Face 6515 +UV Count: 3 + UV + UV + UV +Face 6516 +UV Count: 3 + UV + UV + UV +Face 6517 +UV Count: 3 + UV + UV + UV +Face 6518 +UV Count: 3 + UV + UV + UV +Face 6519 +UV Count: 3 + UV + UV + UV +Face 6520 +UV Count: 3 + UV + UV + UV +Face 6521 +UV Count: 3 + UV + UV + UV +Face 6522 +UV Count: 3 + UV + UV + UV +Face 6523 +UV Count: 3 + UV + UV + UV +Face 6524 +UV Count: 3 + UV + UV + UV +Face 6525 +UV Count: 3 + UV + UV + UV +Face 6526 +UV Count: 3 + UV + UV + UV +Face 6527 +UV Count: 3 + UV + UV + UV +Face 6528 +UV Count: 3 + UV + UV + UV +Face 6529 +UV Count: 3 + UV + UV + UV +Face 6530 +UV Count: 3 + UV + UV + UV +Face 6531 +UV Count: 3 + UV + UV + UV +Face 6532 +UV Count: 3 + UV + UV + UV +Face 6533 +UV Count: 3 + UV + UV + UV +Face 6534 +UV Count: 3 + UV + UV + UV +Face 6535 +UV Count: 3 + UV + UV + UV +Face 6536 +UV Count: 3 + UV + UV + UV +Face 6537 +UV Count: 3 + UV + UV + UV +Face 6538 +UV Count: 3 + UV + UV + UV +Face 6539 +UV Count: 3 + UV + UV + UV +Face 6540 +UV Count: 3 + UV + UV + UV +Face 6541 +UV Count: 3 + UV + UV + UV +Face 6542 +UV Count: 3 + UV + UV + UV +Face 6543 +UV Count: 3 + UV + UV + UV +Face 6544 +UV Count: 3 + UV + UV + UV +Face 6545 +UV Count: 3 + UV + UV + UV +Face 6546 +UV Count: 3 + UV + UV + UV +Face 6547 +UV Count: 3 + UV + UV + UV +Face 6548 +UV Count: 3 + UV + UV + UV +Face 6549 +UV Count: 3 + UV + UV + UV +Face 6550 +UV Count: 3 + UV + UV + UV +Face 6551 +UV Count: 3 + UV + UV + UV +Face 6552 +UV Count: 3 + UV + UV + UV +Face 6553 +UV Count: 3 + UV + UV + UV +Face 6554 +UV Count: 3 + UV + UV + UV +Face 6555 +UV Count: 3 + UV + UV + UV +Face 6556 +UV Count: 3 + UV + UV + UV +Face 6557 +UV Count: 3 + UV + UV + UV +Face 6558 +UV Count: 3 + UV + UV + UV +Face 6559 +UV Count: 3 + UV + UV + UV +Face 6560 +UV Count: 3 + UV + UV + UV +Face 6561 +UV Count: 3 + UV + UV + UV +Face 6562 +UV Count: 3 + UV + UV + UV +Face 6563 +UV Count: 3 + UV + UV + UV +Face 6564 +UV Count: 3 + UV + UV + UV +Face 6565 +UV Count: 3 + UV + UV + UV +Face 6566 +UV Count: 3 + UV + UV + UV +Face 6567 +UV Count: 3 + UV + UV + UV +Face 6568 +UV Count: 3 + UV + UV + UV +Face 6569 +UV Count: 3 + UV + UV + UV +Face 6570 +UV Count: 3 + UV + UV + UV +Face 6571 +UV Count: 3 + UV + UV + UV +Face 6572 +UV Count: 3 + UV + UV + UV +Face 6573 +UV Count: 3 + UV + UV + UV +Face 6574 +UV Count: 3 + UV + UV + UV +Face 6575 +UV Count: 3 + UV + UV + UV +Face 6576 +UV Count: 3 + UV + UV + UV +Face 6577 +UV Count: 3 + UV + UV + UV +Face 6578 +UV Count: 3 + UV + UV + UV +Face 6579 +UV Count: 3 + UV + UV + UV +Face 6580 +UV Count: 3 + UV + UV + UV +Face 6581 +UV Count: 3 + UV + UV + UV +Face 6582 +UV Count: 3 + UV + UV + UV +Face 6583 +UV Count: 3 + UV + UV + UV +Face 6584 +UV Count: 3 + UV + UV + UV +Face 6585 +UV Count: 3 + UV + UV + UV +Face 6586 +UV Count: 3 + UV + UV + UV +Face 6587 +UV Count: 3 + UV + UV + UV +Face 6588 +UV Count: 3 + UV + UV + UV +Face 6589 +UV Count: 3 + UV + UV + UV +Face 6590 +UV Count: 3 + UV + UV + UV +Face 6591 +UV Count: 3 + UV + UV + UV +Face 6592 +UV Count: 3 + UV + UV + UV +Face 6593 +UV Count: 3 + UV + UV + UV +Face 6594 +UV Count: 3 + UV + UV + UV +Face 6595 +UV Count: 3 + UV + UV + UV +Face 6596 +UV Count: 3 + UV + UV + UV +Face 6597 +UV Count: 3 + UV + UV + UV +Face 6598 +UV Count: 3 + UV + UV + UV +Face 6599 +UV Count: 3 + UV + UV + UV +Face 6600 +UV Count: 3 + UV + UV + UV +Face 6601 +UV Count: 3 + UV + UV + UV +Face 6602 +UV Count: 3 + UV + UV + UV +Face 6603 +UV Count: 3 + UV + UV + UV +Face 6604 +UV Count: 3 + UV + UV + UV +Face 6605 +UV Count: 3 + UV + UV + UV +Face 6606 +UV Count: 3 + UV + UV + UV +Face 6607 +UV Count: 3 + UV + UV + UV +Face 6608 +UV Count: 3 + UV + UV + UV +Face 6609 +UV Count: 3 + UV + UV + UV +Face 6610 +UV Count: 3 + UV + UV + UV +Face 6611 +UV Count: 3 + UV + UV + UV +Face 6612 +UV Count: 3 + UV + UV + UV +Face 6613 +UV Count: 3 + UV + UV + UV +Face 6614 +UV Count: 3 + UV + UV + UV +Face 6615 +UV Count: 3 + UV + UV + UV +Face 6616 +UV Count: 3 + UV + UV + UV +Face 6617 +UV Count: 3 + UV + UV + UV +Face 6618 +UV Count: 3 + UV + UV + UV +Face 6619 +UV Count: 3 + UV + UV + UV +Face 6620 +UV Count: 3 + UV + UV + UV +Face 6621 +UV Count: 3 + UV + UV + UV +Face 6622 +UV Count: 3 + UV + UV + UV +Face 6623 +UV Count: 3 + UV + UV + UV +Face 6624 +UV Count: 3 + UV + UV + UV +Face 6625 +UV Count: 3 + UV + UV + UV +Face 6626 +UV Count: 3 + UV + UV + UV +Face 6627 +UV Count: 3 + UV + UV + UV +Face 6628 +UV Count: 3 + UV + UV + UV +Face 6629 +UV Count: 3 + UV + UV + UV +Face 6630 +UV Count: 3 + UV + UV + UV +Face 6631 +UV Count: 3 + UV + UV + UV +Face 6632 +UV Count: 3 + UV + UV + UV +Face 6633 +UV Count: 3 + UV + UV + UV +Face 6634 +UV Count: 3 + UV + UV + UV +Face 6635 +UV Count: 3 + UV + UV + UV +Face 6636 +UV Count: 3 + UV + UV + UV +Face 6637 +UV Count: 3 + UV + UV + UV +Face 6638 +UV Count: 3 + UV + UV + UV +Face 6639 +UV Count: 3 + UV + UV + UV +Face 6640 +UV Count: 3 + UV + UV + UV +Face 6641 +UV Count: 3 + UV + UV + UV +Face 6642 +UV Count: 3 + UV + UV + UV +Face 6643 +UV Count: 3 + UV + UV + UV +Face 6644 +UV Count: 3 + UV + UV + UV +Face 6645 +UV Count: 3 + UV + UV + UV +Face 6646 +UV Count: 3 + UV + UV + UV +Face 6647 +UV Count: 3 + UV + UV + UV +Face 6648 +UV Count: 3 + UV + UV + UV +Face 6649 +UV Count: 3 + UV + UV + UV +Face 6650 +UV Count: 3 + UV + UV + UV +Face 6651 +UV Count: 3 + UV + UV + UV +Face 6652 +UV Count: 3 + UV + UV + UV +Face 6653 +UV Count: 3 + UV + UV + UV +Face 6654 +UV Count: 3 + UV + UV + UV +Face 6655 +UV Count: 3 + UV + UV + UV +Face 6656 +UV Count: 3 + UV + UV + UV +Face 6657 +UV Count: 3 + UV + UV + UV +Face 6658 +UV Count: 3 + UV + UV + UV +Face 6659 +UV Count: 3 + UV + UV + UV +Face 6660 +UV Count: 3 + UV + UV + UV +Face 6661 +UV Count: 3 + UV + UV + UV +Face 6662 +UV Count: 3 + UV + UV + UV +Face 6663 +UV Count: 3 + UV + UV + UV +Face 6664 +UV Count: 3 + UV + UV + UV +Face 6665 +UV Count: 3 + UV + UV + UV +Face 6666 +UV Count: 3 + UV + UV + UV +Face 6667 +UV Count: 3 + UV + UV + UV +Face 6668 +UV Count: 3 + UV + UV + UV +Face 6669 +UV Count: 3 + UV + UV + UV +Face 6670 +UV Count: 3 + UV + UV + UV +Face 6671 +UV Count: 3 + UV + UV + UV +Face 6672 +UV Count: 3 + UV + UV + UV +Face 6673 +UV Count: 3 + UV + UV + UV +Face 6674 +UV Count: 3 + UV + UV + UV +Face 6675 +UV Count: 3 + UV + UV + UV +Face 6676 +UV Count: 3 + UV + UV + UV +Face 6677 +UV Count: 3 + UV + UV + UV +Face 6678 +UV Count: 3 + UV + UV + UV +Face 6679 +UV Count: 3 + UV + UV + UV +Face 6680 +UV Count: 3 + UV + UV + UV +Face 6681 +UV Count: 3 + UV + UV + UV +Face 6682 +UV Count: 3 + UV + UV + UV +Face 6683 +UV Count: 3 + UV + UV + UV +Face 6684 +UV Count: 3 + UV + UV + UV +Face 6685 +UV Count: 3 + UV + UV + UV +Face 6686 +UV Count: 3 + UV + UV + UV +Face 6687 +UV Count: 3 + UV + UV + UV +Face 6688 +UV Count: 3 + UV + UV + UV +Face 6689 +UV Count: 3 + UV + UV + UV +Face 6690 +UV Count: 3 + UV + UV + UV +Face 6691 +UV Count: 3 + UV + UV + UV +Face 6692 +UV Count: 3 + UV + UV + UV +Face 6693 +UV Count: 3 + UV + UV + UV +Face 6694 +UV Count: 3 + UV + UV + UV +Face 6695 +UV Count: 3 + UV + UV + UV +Face 6696 +UV Count: 3 + UV + UV + UV +Face 6697 +UV Count: 3 + UV + UV + UV +Face 6698 +UV Count: 3 + UV + UV + UV +Face 6699 +UV Count: 3 + UV + UV + UV +Face 6700 +UV Count: 3 + UV + UV + UV +Face 6701 +UV Count: 3 + UV + UV + UV +Face 6702 +UV Count: 3 + UV + UV + UV +Face 6703 +UV Count: 3 + UV + UV + UV +Face 6704 +UV Count: 3 + UV + UV + UV +Face 6705 +UV Count: 3 + UV + UV + UV +Face 6706 +UV Count: 3 + UV + UV + UV +Face 6707 +UV Count: 3 + UV + UV + UV +Face 6708 +UV Count: 3 + UV + UV + UV +Face 6709 +UV Count: 3 + UV + UV + UV +Face 6710 +UV Count: 3 + UV + UV + UV +Face 6711 +UV Count: 3 + UV + UV + UV +Face 6712 +UV Count: 3 + UV + UV + UV +Face 6713 +UV Count: 3 + UV + UV + UV +Face 6714 +UV Count: 3 + UV + UV + UV +Face 6715 +UV Count: 3 + UV + UV + UV +Face 6716 +UV Count: 3 + UV + UV + UV +Face 6717 +UV Count: 3 + UV + UV + UV +Face 6718 +UV Count: 3 + UV + UV + UV +Face 6719 +UV Count: 3 + UV + UV + UV +Face 6720 +UV Count: 3 + UV + UV + UV +Face 6721 +UV Count: 3 + UV + UV + UV +Face 6722 +UV Count: 3 + UV + UV + UV +Face 6723 +UV Count: 3 + UV + UV + UV +Face 6724 +UV Count: 3 + UV + UV + UV +Face 6725 +UV Count: 3 + UV + UV + UV +Face 6726 +UV Count: 3 + UV + UV + UV +Face 6727 +UV Count: 3 + UV + UV + UV +Face 6728 +UV Count: 3 + UV + UV + UV +Face 6729 +UV Count: 3 + UV + UV + UV +Face 6730 +UV Count: 3 + UV + UV + UV +Face 6731 +UV Count: 3 + UV + UV + UV +Face 6732 +UV Count: 3 + UV + UV + UV +Face 6733 +UV Count: 3 + UV + UV + UV +Face 6734 +UV Count: 3 + UV + UV + UV +Face 6735 +UV Count: 3 + UV + UV + UV +Face 6736 +UV Count: 3 + UV + UV + UV +Face 6737 +UV Count: 3 + UV + UV + UV +Face 6738 +UV Count: 3 + UV + UV + UV +Face 6739 +UV Count: 3 + UV + UV + UV +Face 6740 +UV Count: 3 + UV + UV + UV +Face 6741 +UV Count: 3 + UV + UV + UV +Face 6742 +UV Count: 3 + UV + UV + UV +Face 6743 +UV Count: 3 + UV + UV + UV +Face 6744 +UV Count: 3 + UV + UV + UV +Face 6745 +UV Count: 3 + UV + UV + UV +Face 6746 +UV Count: 3 + UV + UV + UV +Face 6747 +UV Count: 3 + UV + UV + UV +Face 6748 +UV Count: 3 + UV + UV + UV +Face 6749 +UV Count: 3 + UV + UV + UV +Face 6750 +UV Count: 3 + UV + UV + UV +Face 6751 +UV Count: 3 + UV + UV + UV +Face 6752 +UV Count: 3 + UV + UV + UV +Face 6753 +UV Count: 3 + UV + UV + UV +Face 6754 +UV Count: 3 + UV + UV + UV +Face 6755 +UV Count: 3 + UV + UV + UV +Face 6756 +UV Count: 3 + UV + UV + UV +Face 6757 +UV Count: 3 + UV + UV + UV +Face 6758 +UV Count: 3 + UV + UV + UV +Face 6759 +UV Count: 3 + UV + UV + UV +Face 6760 +UV Count: 3 + UV + UV + UV +Face 6761 +UV Count: 3 + UV + UV + UV +Face 6762 +UV Count: 3 + UV + UV + UV +Face 6763 +UV Count: 3 + UV + UV + UV +Face 6764 +UV Count: 3 + UV + UV + UV +Face 6765 +UV Count: 3 + UV + UV + UV +Face 6766 +UV Count: 3 + UV + UV + UV +Face 6767 +UV Count: 3 + UV + UV + UV +Face 6768 +UV Count: 3 + UV + UV + UV +Face 6769 +UV Count: 3 + UV + UV + UV +Face 6770 +UV Count: 3 + UV + UV + UV +Face 6771 +UV Count: 3 + UV + UV + UV +Face 6772 +UV Count: 3 + UV + UV + UV +Face 6773 +UV Count: 3 + UV + UV + UV +Face 6774 +UV Count: 3 + UV + UV + UV +Face 6775 +UV Count: 3 + UV + UV + UV +Face 6776 +UV Count: 3 + UV + UV + UV +Face 6777 +UV Count: 3 + UV + UV + UV +Face 6778 +UV Count: 3 + UV + UV + UV +Face 6779 +UV Count: 3 + UV + UV + UV +Face 6780 +UV Count: 3 + UV + UV + UV +Face 6781 +UV Count: 3 + UV + UV + UV +Face 6782 +UV Count: 3 + UV + UV + UV +Face 6783 +UV Count: 3 + UV + UV + UV +Face 6784 +UV Count: 3 + UV + UV + UV +Face 6785 +UV Count: 3 + UV + UV + UV +Face 6786 +UV Count: 3 + UV + UV + UV +Face 6787 +UV Count: 3 + UV + UV + UV +Face 6788 +UV Count: 3 + UV + UV + UV +Face 6789 +UV Count: 3 + UV + UV + UV +Face 6790 +UV Count: 3 + UV + UV + UV +Face 6791 +UV Count: 3 + UV + UV + UV +Face 6792 +UV Count: 3 + UV + UV + UV +Face 6793 +UV Count: 3 + UV + UV + UV +Face 6794 +UV Count: 3 + UV + UV + UV +Face 6795 +UV Count: 3 + UV + UV + UV +Face 6796 +UV Count: 3 + UV + UV + UV +Face 6797 +UV Count: 3 + UV + UV + UV +Face 6798 +UV Count: 3 + UV + UV + UV +Face 6799 +UV Count: 3 + UV + UV + UV +Face 6800 +UV Count: 3 + UV + UV + UV +Face 6801 +UV Count: 3 + UV + UV + UV +Face 6802 +UV Count: 3 + UV + UV + UV +Face 6803 +UV Count: 3 + UV + UV + UV +Face 6804 +UV Count: 3 + UV + UV + UV +Face 6805 +UV Count: 3 + UV + UV + UV +Face 6806 +UV Count: 3 + UV + UV + UV +Face 6807 +UV Count: 3 + UV + UV + UV +Face 6808 +UV Count: 3 + UV + UV + UV +Face 6809 +UV Count: 3 + UV + UV + UV +Face 6810 +UV Count: 3 + UV + UV + UV +Face 6811 +UV Count: 3 + UV + UV + UV +Face 6812 +UV Count: 3 + UV + UV + UV +Face 6813 +UV Count: 3 + UV + UV + UV +Face 6814 +UV Count: 3 + UV + UV + UV +Face 6815 +UV Count: 3 + UV + UV + UV +Face 6816 +UV Count: 3 + UV + UV + UV +Face 6817 +UV Count: 3 + UV + UV + UV +Face 6818 +UV Count: 3 + UV + UV + UV +Face 6819 +UV Count: 3 + UV + UV + UV +Face 6820 +UV Count: 3 + UV + UV + UV +Face 6821 +UV Count: 3 + UV + UV + UV +Face 6822 +UV Count: 3 + UV + UV + UV +Face 6823 +UV Count: 3 + UV + UV + UV +Face 6824 +UV Count: 3 + UV + UV + UV +Face 6825 +UV Count: 3 + UV + UV + UV +Face 6826 +UV Count: 3 + UV + UV + UV +Face 6827 +UV Count: 3 + UV + UV + UV +Face 6828 +UV Count: 3 + UV + UV + UV +Face 6829 +UV Count: 3 + UV + UV + UV +Face 6830 +UV Count: 3 + UV + UV + UV +Face 6831 +UV Count: 3 + UV + UV + UV +Face 6832 +UV Count: 3 + UV + UV + UV +Face 6833 +UV Count: 3 + UV + UV + UV +Face 6834 +UV Count: 3 + UV + UV + UV +Face 6835 +UV Count: 3 + UV + UV + UV +Face 6836 +UV Count: 3 + UV + UV + UV +Face 6837 +UV Count: 3 + UV + UV + UV +Face 6838 +UV Count: 3 + UV + UV + UV +Face 6839 +UV Count: 3 + UV + UV + UV +Face 6840 +UV Count: 3 + UV + UV + UV +Face 6841 +UV Count: 3 + UV + UV + UV +Face 6842 +UV Count: 3 + UV + UV + UV +Face 6843 +UV Count: 3 + UV + UV + UV +Face 6844 +UV Count: 3 + UV + UV + UV +Face 6845 +UV Count: 3 + UV + UV + UV +Face 6846 +UV Count: 3 + UV + UV + UV +Face 6847 +UV Count: 3 + UV + UV + UV +Face 6848 +UV Count: 3 + UV + UV + UV +Face 6849 +UV Count: 3 + UV + UV + UV +Face 6850 +UV Count: 3 + UV + UV + UV +Face 6851 +UV Count: 3 + UV + UV + UV +Face 6852 +UV Count: 3 + UV + UV + UV +Face 6853 +UV Count: 3 + UV + UV + UV +Face 6854 +UV Count: 3 + UV + UV + UV +Face 6855 +UV Count: 3 + UV + UV + UV +Face 6856 +UV Count: 3 + UV + UV + UV +Face 6857 +UV Count: 3 + UV + UV + UV +Face 6858 +UV Count: 3 + UV + UV + UV +Face 6859 +UV Count: 3 + UV + UV + UV +Face 6860 +UV Count: 3 + UV + UV + UV +Face 6861 +UV Count: 3 + UV + UV + UV +Face 6862 +UV Count: 3 + UV + UV + UV +Face 6863 +UV Count: 3 + UV + UV + UV +Face 6864 +UV Count: 3 + UV + UV + UV +Face 6865 +UV Count: 3 + UV + UV + UV +Face 6866 +UV Count: 3 + UV + UV + UV +Face 6867 +UV Count: 3 + UV + UV + UV +Face 6868 +UV Count: 3 + UV + UV + UV +Face 6869 +UV Count: 3 + UV + UV + UV +Face 6870 +UV Count: 3 + UV + UV + UV +Face 6871 +UV Count: 3 + UV + UV + UV +Face 6872 +UV Count: 3 + UV + UV + UV +Face 6873 +UV Count: 3 + UV + UV + UV +Face 6874 +UV Count: 3 + UV + UV + UV +Face 6875 +UV Count: 3 + UV + UV + UV +Face 6876 +UV Count: 3 + UV + UV + UV +Face 6877 +UV Count: 3 + UV + UV + UV +Face 6878 +UV Count: 3 + UV + UV + UV +Face 6879 +UV Count: 3 + UV + UV + UV +Face 6880 +UV Count: 3 + UV + UV + UV +Face 6881 +UV Count: 3 + UV + UV + UV +Face 6882 +UV Count: 3 + UV + UV + UV +Face 6883 +UV Count: 3 + UV + UV + UV +Face 6884 +UV Count: 3 + UV + UV + UV +Face 6885 +UV Count: 3 + UV + UV + UV +Face 6886 +UV Count: 3 + UV + UV + UV +Face 6887 +UV Count: 3 + UV + UV + UV +Face 6888 +UV Count: 3 + UV + UV + UV +Face 6889 +UV Count: 3 + UV + UV + UV +Face 6890 +UV Count: 3 + UV + UV + UV +Face 6891 +UV Count: 3 + UV + UV + UV +Face 6892 +UV Count: 3 + UV + UV + UV +Face 6893 +UV Count: 3 + UV + UV + UV +Face 6894 +UV Count: 3 + UV + UV + UV +Face 6895 +UV Count: 3 + UV + UV + UV +Face 6896 +UV Count: 3 + UV + UV + UV +Face 6897 +UV Count: 3 + UV + UV + UV +Face 6898 +UV Count: 3 + UV + UV + UV +Face 6899 +UV Count: 3 + UV + UV + UV +Face 6900 +UV Count: 3 + UV + UV + UV +Face 6901 +UV Count: 3 + UV + UV + UV +Face 6902 +UV Count: 3 + UV + UV + UV +Face 6903 +UV Count: 3 + UV + UV + UV +Face 6904 +UV Count: 3 + UV + UV + UV +Face 6905 +UV Count: 3 + UV + UV + UV +Face 6906 +UV Count: 3 + UV + UV + UV +Face 6907 +UV Count: 3 + UV + UV + UV +Face 6908 +UV Count: 3 + UV + UV + UV +Face 6909 +UV Count: 3 + UV + UV + UV +Face 6910 +UV Count: 3 + UV + UV + UV +Face 6911 +UV Count: 3 + UV + UV + UV +Face 6912 +UV Count: 3 + UV + UV + UV +Face 6913 +UV Count: 3 + UV + UV + UV +Face 6914 +UV Count: 3 + UV + UV + UV +Face 6915 +UV Count: 3 + UV + UV + UV +Face 6916 +UV Count: 3 + UV + UV + UV +Face 6917 +UV Count: 3 + UV + UV + UV +Face 6918 +UV Count: 3 + UV + UV + UV +Face 6919 +UV Count: 3 + UV + UV + UV +Face 6920 +UV Count: 3 + UV + UV + UV +Face 6921 +UV Count: 3 + UV + UV + UV +Face 6922 +UV Count: 3 + UV + UV + UV +Face 6923 +UV Count: 3 + UV + UV + UV +Face 6924 +UV Count: 3 + UV + UV + UV +Face 6925 +UV Count: 3 + UV + UV + UV +Face 6926 +UV Count: 3 + UV + UV + UV +Face 6927 +UV Count: 3 + UV + UV + UV +Face 6928 +UV Count: 3 + UV + UV + UV +Face 6929 +UV Count: 3 + UV + UV + UV +Face 6930 +UV Count: 3 + UV + UV + UV +Face 6931 +UV Count: 3 + UV + UV + UV +Face 6932 +UV Count: 3 + UV + UV + UV +Face 6933 +UV Count: 3 + UV + UV + UV +Face 6934 +UV Count: 3 + UV + UV + UV +Face 6935 +UV Count: 3 + UV + UV + UV +Face 6936 +UV Count: 3 + UV + UV + UV +Face 6937 +UV Count: 3 + UV + UV + UV +Face 6938 +UV Count: 3 + UV + UV + UV +Face 6939 +UV Count: 3 + UV + UV + UV +Face 6940 +UV Count: 3 + UV + UV + UV +Face 6941 +UV Count: 3 + UV + UV + UV +Face 6942 +UV Count: 3 + UV + UV + UV +Face 6943 +UV Count: 3 + UV + UV + UV +Face 6944 +UV Count: 3 + UV + UV + UV +Face 6945 +UV Count: 3 + UV + UV + UV +Face 6946 +UV Count: 3 + UV + UV + UV +Face 6947 +UV Count: 3 + UV + UV + UV +Face 6948 +UV Count: 3 + UV + UV + UV +Face 6949 +UV Count: 3 + UV + UV + UV +Face 6950 +UV Count: 3 + UV + UV + UV +Face 6951 +UV Count: 3 + UV + UV + UV +Face 6952 +UV Count: 3 + UV + UV + UV +Face 6953 +UV Count: 3 + UV + UV + UV +Face 6954 +UV Count: 3 + UV + UV + UV +Face 6955 +UV Count: 3 + UV + UV + UV +Face 6956 +UV Count: 3 + UV + UV + UV +Face 6957 +UV Count: 3 + UV + UV + UV +Face 6958 +UV Count: 3 + UV + UV + UV +Face 6959 +UV Count: 3 + UV + UV + UV +Face 6960 +UV Count: 3 + UV + UV + UV +Face 6961 +UV Count: 3 + UV + UV + UV +Face 6962 +UV Count: 3 + UV + UV + UV +Face 6963 +UV Count: 3 + UV + UV + UV +Face 6964 +UV Count: 3 + UV + UV + UV +Face 6965 +UV Count: 3 + UV + UV + UV +Face 6966 +UV Count: 3 + UV + UV + UV +Face 6967 +UV Count: 3 + UV + UV + UV +Face 6968 +UV Count: 3 + UV + UV + UV +Face 6969 +UV Count: 3 + UV + UV + UV +Face 6970 +UV Count: 3 + UV + UV + UV +Face 6971 +UV Count: 3 + UV + UV + UV +Face 6972 +UV Count: 3 + UV + UV + UV +Face 6973 +UV Count: 3 + UV + UV + UV +Face 6974 +UV Count: 3 + UV + UV + UV +Face 6975 +UV Count: 3 + UV + UV + UV +Face 6976 +UV Count: 3 + UV + UV + UV +Face 6977 +UV Count: 3 + UV + UV + UV +Face 6978 +UV Count: 3 + UV + UV + UV +Face 6979 +UV Count: 3 + UV + UV + UV +Face 6980 +UV Count: 3 + UV + UV + UV +Face 6981 +UV Count: 3 + UV + UV + UV +Face 6982 +UV Count: 3 + UV + UV + UV +Face 6983 +UV Count: 3 + UV + UV + UV +Face 6984 +UV Count: 3 + UV + UV + UV +Face 6985 +UV Count: 3 + UV + UV + UV +Face 6986 +UV Count: 3 + UV + UV + UV +Face 6987 +UV Count: 3 + UV + UV + UV +Face 6988 +UV Count: 3 + UV + UV + UV +Face 6989 +UV Count: 3 + UV + UV + UV +Face 6990 +UV Count: 3 + UV + UV + UV +Face 6991 +UV Count: 3 + UV + UV + UV +Face 6992 +UV Count: 3 + UV + UV + UV +Face 6993 +UV Count: 3 + UV + UV + UV +Face 6994 +UV Count: 3 + UV + UV + UV +Face 6995 +UV Count: 3 + UV + UV + UV +Face 6996 +UV Count: 3 + UV + UV + UV +Face 6997 +UV Count: 3 + UV + UV + UV +Face 6998 +UV Count: 3 + UV + UV + UV +Face 6999 +UV Count: 3 + UV + UV + UV +Face 7000 +UV Count: 3 + UV + UV + UV +Face 7001 +UV Count: 3 + UV + UV + UV +Face 7002 +UV Count: 3 + UV + UV + UV +Face 7003 +UV Count: 3 + UV + UV + UV +Face 7004 +UV Count: 3 + UV + UV + UV +Face 7005 +UV Count: 3 + UV + UV + UV +Face 7006 +UV Count: 3 + UV + UV + UV +Face 7007 +UV Count: 3 + UV + UV + UV +Face 7008 +UV Count: 3 + UV + UV + UV +Face 7009 +UV Count: 3 + UV + UV + UV +Face 7010 +UV Count: 3 + UV + UV + UV +Face 7011 +UV Count: 3 + UV + UV + UV +Face 7012 +UV Count: 3 + UV + UV + UV +Face 7013 +UV Count: 3 + UV + UV + UV +Face 7014 +UV Count: 3 + UV + UV + UV +Face 7015 +UV Count: 3 + UV + UV + UV +Face 7016 +UV Count: 3 + UV + UV + UV +Face 7017 +UV Count: 3 + UV + UV + UV +Face 7018 +UV Count: 3 + UV + UV + UV +Face 7019 +UV Count: 3 + UV + UV + UV +Face 7020 +UV Count: 3 + UV + UV + UV +Face 7021 +UV Count: 3 + UV + UV + UV +Face 7022 +UV Count: 3 + UV + UV + UV +Face 7023 +UV Count: 3 + UV + UV + UV +Face 7024 +UV Count: 3 + UV + UV + UV +Face 7025 +UV Count: 3 + UV + UV + UV +Face 7026 +UV Count: 3 + UV + UV + UV +Face 7027 +UV Count: 3 + UV + UV + UV +Face 7028 +UV Count: 3 + UV + UV + UV +Face 7029 +UV Count: 3 + UV + UV + UV +Face 7030 +UV Count: 3 + UV + UV + UV +Face 7031 +UV Count: 3 + UV + UV + UV +Face 7032 +UV Count: 3 + UV + UV + UV +Face 7033 +UV Count: 3 + UV + UV + UV +Face 7034 +UV Count: 3 + UV + UV + UV +Face 7035 +UV Count: 3 + UV + UV + UV +Face 7036 +UV Count: 3 + UV + UV + UV +Face 7037 +UV Count: 3 + UV + UV + UV +Face 7038 +UV Count: 3 + UV + UV + UV +Face 7039 +UV Count: 3 + UV + UV + UV +Face 7040 +UV Count: 3 + UV + UV + UV +Face 7041 +UV Count: 3 + UV + UV + UV +Face 7042 +UV Count: 3 + UV + UV + UV +Face 7043 +UV Count: 3 + UV + UV + UV +Face 7044 +UV Count: 3 + UV + UV + UV +Face 7045 +UV Count: 3 + UV + UV + UV +Face 7046 +UV Count: 3 + UV + UV + UV +Face 7047 +UV Count: 3 + UV + UV + UV +Face 7048 +UV Count: 3 + UV + UV + UV +Face 7049 +UV Count: 3 + UV + UV + UV +Face 7050 +UV Count: 3 + UV + UV + UV +Face 7051 +UV Count: 3 + UV + UV + UV +Face 7052 +UV Count: 3 + UV + UV + UV +Face 7053 +UV Count: 3 + UV + UV + UV +Face 7054 +UV Count: 3 + UV + UV + UV +Face 7055 +UV Count: 3 + UV + UV + UV +Face 7056 +UV Count: 3 + UV + UV + UV +Face 7057 +UV Count: 3 + UV + UV + UV +Face 7058 +UV Count: 3 + UV + UV + UV +Face 7059 +UV Count: 3 + UV + UV + UV +Face 7060 +UV Count: 3 + UV + UV + UV +Face 7061 +UV Count: 3 + UV + UV + UV +Face 7062 +UV Count: 3 + UV + UV + UV +Face 7063 +UV Count: 3 + UV + UV + UV +Face 7064 +UV Count: 3 + UV + UV + UV +Face 7065 +UV Count: 3 + UV + UV + UV +Face 7066 +UV Count: 3 + UV + UV + UV +Face 7067 +UV Count: 3 + UV + UV + UV +Face 7068 +UV Count: 3 + UV + UV + UV +Face 7069 +UV Count: 3 + UV + UV + UV +Face 7070 +UV Count: 3 + UV + UV + UV +Face 7071 +UV Count: 3 + UV + UV + UV +Face 7072 +UV Count: 3 + UV + UV + UV +Face 7073 +UV Count: 3 + UV + UV + UV +Face 7074 +UV Count: 3 + UV + UV + UV +Face 7075 +UV Count: 3 + UV + UV + UV +Face 7076 +UV Count: 3 + UV + UV + UV +Face 7077 +UV Count: 3 + UV + UV + UV +Face 7078 +UV Count: 3 + UV + UV + UV +Face 7079 +UV Count: 3 + UV + UV + UV +Face 7080 +UV Count: 3 + UV + UV + UV +Face 7081 +UV Count: 3 + UV + UV + UV +Face 7082 +UV Count: 3 + UV + UV + UV +Face 7083 +UV Count: 3 + UV + UV + UV +Face 7084 +UV Count: 3 + UV + UV + UV +Face 7085 +UV Count: 3 + UV + UV + UV +Face 7086 +UV Count: 3 + UV + UV + UV +Face 7087 +UV Count: 3 + UV + UV + UV +Face 7088 +UV Count: 3 + UV + UV + UV +Face 7089 +UV Count: 3 + UV + UV + UV +Face 7090 +UV Count: 3 + UV + UV + UV +Face 7091 +UV Count: 3 + UV + UV + UV +Face 7092 +UV Count: 3 + UV + UV + UV +Face 7093 +UV Count: 3 + UV + UV + UV +Face 7094 +UV Count: 3 + UV + UV + UV +Face 7095 +UV Count: 3 + UV + UV + UV +Face 7096 +UV Count: 3 + UV + UV + UV +Face 7097 +UV Count: 3 + UV + UV + UV +Face 7098 +UV Count: 3 + UV + UV + UV +Face 7099 +UV Count: 3 + UV + UV + UV +Face 7100 +UV Count: 3 + UV + UV + UV +Face 7101 +UV Count: 3 + UV + UV + UV +Face 7102 +UV Count: 3 + UV + UV + UV +Face 7103 +UV Count: 3 + UV + UV + UV +Face 7104 +UV Count: 3 + UV + UV + UV +Face 7105 +UV Count: 3 + UV + UV + UV +Face 7106 +UV Count: 3 + UV + UV + UV +Face 7107 +UV Count: 3 + UV + UV + UV +Face 7108 +UV Count: 3 + UV + UV + UV +Face 7109 +UV Count: 3 + UV + UV + UV +Face 7110 +UV Count: 3 + UV + UV + UV +Face 7111 +UV Count: 3 + UV + UV + UV +Face 7112 +UV Count: 3 + UV + UV + UV +Face 7113 +UV Count: 3 + UV + UV + UV +Face 7114 +UV Count: 3 + UV + UV + UV +Face 7115 +UV Count: 3 + UV + UV + UV +Face 7116 +UV Count: 3 + UV + UV + UV +Face 7117 +UV Count: 3 + UV + UV + UV +Face 7118 +UV Count: 3 + UV + UV + UV +Face 7119 +UV Count: 3 + UV + UV + UV +Face 7120 +UV Count: 3 + UV + UV + UV +Face 7121 +UV Count: 3 + UV + UV + UV +Face 7122 +UV Count: 3 + UV + UV + UV +Face 7123 +UV Count: 3 + UV + UV + UV +Face 7124 +UV Count: 3 + UV + UV + UV +Face 7125 +UV Count: 3 + UV + UV + UV +Face 7126 +UV Count: 3 + UV + UV + UV +Face 7127 +UV Count: 3 + UV + UV + UV +Face 7128 +UV Count: 3 + UV + UV + UV +Face 7129 +UV Count: 3 + UV + UV + UV +Face 7130 +UV Count: 3 + UV + UV + UV +Face 7131 +UV Count: 3 + UV + UV + UV +Face 7132 +UV Count: 3 + UV + UV + UV +Face 7133 +UV Count: 3 + UV + UV + UV +Face 7134 +UV Count: 3 + UV + UV + UV +Face 7135 +UV Count: 3 + UV + UV + UV +Face 7136 +UV Count: 3 + UV + UV + UV +Face 7137 +UV Count: 3 + UV + UV + UV +Face 7138 +UV Count: 3 + UV + UV + UV +Face 7139 +UV Count: 3 + UV + UV + UV +Face 7140 +UV Count: 3 + UV + UV + UV +Face 7141 +UV Count: 3 + UV + UV + UV +Face 7142 +UV Count: 3 + UV + UV + UV +Face 7143 +UV Count: 3 + UV + UV + UV +Face 7144 +UV Count: 3 + UV + UV + UV +Face 7145 +UV Count: 3 + UV + UV + UV +Face 7146 +UV Count: 3 + UV + UV + UV +Face 7147 +UV Count: 3 + UV + UV + UV +Face 7148 +UV Count: 3 + UV + UV + UV +Face 7149 +UV Count: 3 + UV + UV + UV +Face 7150 +UV Count: 3 + UV + UV + UV +Face 7151 +UV Count: 3 + UV + UV + UV +Face 7152 +UV Count: 3 + UV + UV + UV +Face 7153 +UV Count: 3 + UV + UV + UV +Face 7154 +UV Count: 3 + UV + UV + UV +Face 7155 +UV Count: 3 + UV + UV + UV +Face 7156 +UV Count: 3 + UV + UV + UV +Face 7157 +UV Count: 3 + UV + UV + UV +Face 7158 +UV Count: 3 + UV + UV + UV +Face 7159 +UV Count: 3 + UV + UV + UV +Face 7160 +UV Count: 3 + UV + UV + UV +Face 7161 +UV Count: 3 + UV + UV + UV +Face 7162 +UV Count: 3 + UV + UV + UV +Face 7163 +UV Count: 3 + UV + UV + UV +Face 7164 +UV Count: 3 + UV + UV + UV +Face 7165 +UV Count: 3 + UV + UV + UV +Face 7166 +UV Count: 3 + UV + UV + UV +Face 7167 +UV Count: 3 + UV + UV + UV +Face 7168 +UV Count: 3 + UV + UV + UV +Face 7169 +UV Count: 3 + UV + UV + UV +Face 7170 +UV Count: 3 + UV + UV + UV +Face 7171 +UV Count: 3 + UV + UV + UV +Face 7172 +UV Count: 3 + UV + UV + UV +Face 7173 +UV Count: 3 + UV + UV + UV +Face 7174 +UV Count: 3 + UV + UV + UV +Face 7175 +UV Count: 3 + UV + UV + UV +Face 7176 +UV Count: 3 + UV + UV + UV +Face 7177 +UV Count: 3 + UV + UV + UV +Face 7178 +UV Count: 3 + UV + UV + UV +Face 7179 +UV Count: 3 + UV + UV + UV +Face 7180 +UV Count: 3 + UV + UV + UV +Face 7181 +UV Count: 3 + UV + UV + UV +Face 7182 +UV Count: 3 + UV + UV + UV +Face 7183 +UV Count: 3 + UV + UV + UV +Face 7184 +UV Count: 3 + UV + UV + UV +Face 7185 +UV Count: 3 + UV + UV + UV +Face 7186 +UV Count: 3 + UV + UV + UV +Face 7187 +UV Count: 3 + UV + UV + UV +Face 7188 +UV Count: 3 + UV + UV + UV +Face 7189 +UV Count: 3 + UV + UV + UV +Face 7190 +UV Count: 3 + UV + UV + UV +Face 7191 +UV Count: 3 + UV + UV + UV +Face 7192 +UV Count: 3 + UV + UV + UV +Face 7193 +UV Count: 3 + UV + UV + UV +Face 7194 +UV Count: 3 + UV + UV + UV +Face 7195 +UV Count: 3 + UV + UV + UV +Face 7196 +UV Count: 3 + UV + UV + UV +Face 7197 +UV Count: 3 + UV + UV + UV +Face 7198 +UV Count: 3 + UV + UV + UV +Face 7199 +UV Count: 3 + UV + UV + UV +Face 7200 +UV Count: 3 + UV + UV + UV +Face 7201 +UV Count: 3 + UV + UV + UV +Face 7202 +UV Count: 3 + UV + UV + UV +Face 7203 +UV Count: 3 + UV + UV + UV +Face 7204 +UV Count: 3 + UV + UV + UV +Face 7205 +UV Count: 3 + UV + UV + UV +Face 7206 +UV Count: 3 + UV + UV + UV +Face 7207 +UV Count: 3 + UV + UV + UV +Face 7208 +UV Count: 3 + UV + UV + UV +Face 7209 +UV Count: 3 + UV + UV + UV +Face 7210 +UV Count: 3 + UV + UV + UV +Face 7211 +UV Count: 3 + UV + UV + UV +Face 7212 +UV Count: 3 + UV + UV + UV +Face 7213 +UV Count: 3 + UV + UV + UV +Face 7214 +UV Count: 3 + UV + UV + UV +Face 7215 +UV Count: 3 + UV + UV + UV +Face 7216 +UV Count: 3 + UV + UV + UV +Face 7217 +UV Count: 3 + UV + UV + UV +Face 7218 +UV Count: 3 + UV + UV + UV +Face 7219 +UV Count: 3 + UV + UV + UV +Face 7220 +UV Count: 3 + UV + UV + UV +Face 7221 +UV Count: 3 + UV + UV + UV +Face 7222 +UV Count: 3 + UV + UV + UV +Face 7223 +UV Count: 3 + UV + UV + UV +Face 7224 +UV Count: 3 + UV + UV + UV +Face 7225 +UV Count: 3 + UV + UV + UV +Face 7226 +UV Count: 3 + UV + UV + UV +Face 7227 +UV Count: 3 + UV + UV + UV +Face 7228 +UV Count: 3 + UV + UV + UV +Face 7229 +UV Count: 3 + UV + UV + UV +Face 7230 +UV Count: 3 + UV + UV + UV +Face 7231 +UV Count: 3 + UV + UV + UV +Face 7232 +UV Count: 3 + UV + UV + UV +Face 7233 +UV Count: 3 + UV + UV + UV +Face 7234 +UV Count: 3 + UV + UV + UV +Face 7235 +UV Count: 3 + UV + UV + UV +Face 7236 +UV Count: 3 + UV + UV + UV +Face 7237 +UV Count: 3 + UV + UV + UV +Face 7238 +UV Count: 3 + UV + UV + UV +Face 7239 +UV Count: 3 + UV + UV + UV +Face 7240 +UV Count: 3 + UV + UV + UV +Face 7241 +UV Count: 3 + UV + UV + UV +Face 7242 +UV Count: 3 + UV + UV + UV +Face 7243 +UV Count: 3 + UV + UV + UV +Face 7244 +UV Count: 3 + UV + UV + UV +Face 7245 +UV Count: 3 + UV + UV + UV +Face 7246 +UV Count: 3 + UV + UV + UV +Face 7247 +UV Count: 3 + UV + UV + UV +Face 7248 +UV Count: 3 + UV + UV + UV +Face 7249 +UV Count: 3 + UV + UV + UV +Face 7250 +UV Count: 3 + UV + UV + UV +Face 7251 +UV Count: 3 + UV + UV + UV +Face 7252 +UV Count: 3 + UV + UV + UV +Face 7253 +UV Count: 3 + UV + UV + UV +Face 7254 +UV Count: 3 + UV + UV + UV +Face 7255 +UV Count: 3 + UV + UV + UV +Face 7256 +UV Count: 3 + UV + UV + UV +Face 7257 +UV Count: 3 + UV + UV + UV +Face 7258 +UV Count: 3 + UV + UV + UV +Face 7259 +UV Count: 3 + UV + UV + UV +Face 7260 +UV Count: 3 + UV + UV + UV +Face 7261 +UV Count: 3 + UV + UV + UV +Face 7262 +UV Count: 3 + UV + UV + UV +Face 7263 +UV Count: 3 + UV + UV + UV +Face 7264 +UV Count: 3 + UV + UV + UV +Face 7265 +UV Count: 3 + UV + UV + UV +Face 7266 +UV Count: 3 + UV + UV + UV +Face 7267 +UV Count: 3 + UV + UV + UV +Face 7268 +UV Count: 3 + UV + UV + UV +Face 7269 +UV Count: 3 + UV + UV + UV +Face 7270 +UV Count: 3 + UV + UV + UV +Face 7271 +UV Count: 3 + UV + UV + UV +Face 7272 +UV Count: 3 + UV + UV + UV +Face 7273 +UV Count: 3 + UV + UV + UV +Face 7274 +UV Count: 3 + UV + UV + UV +Face 7275 +UV Count: 3 + UV + UV + UV +Face 7276 +UV Count: 3 + UV + UV + UV +Face 7277 +UV Count: 3 + UV + UV + UV +Face 7278 +UV Count: 3 + UV + UV + UV +Face 7279 +UV Count: 3 + UV + UV + UV +Face 7280 +UV Count: 3 + UV + UV + UV +Face 7281 +UV Count: 3 + UV + UV + UV +Face 7282 +UV Count: 3 + UV + UV + UV +Face 7283 +UV Count: 3 + UV + UV + UV +Face 7284 +UV Count: 3 + UV + UV + UV +Face 7285 +UV Count: 3 + UV + UV + UV +Face 7286 +UV Count: 3 + UV + UV + UV +Face 7287 +UV Count: 3 + UV + UV + UV +Face 7288 +UV Count: 3 + UV + UV + UV +Face 7289 +UV Count: 3 + UV + UV + UV +Face 7290 +UV Count: 3 + UV + UV + UV +Face 7291 +UV Count: 3 + UV + UV + UV +Face 7292 +UV Count: 3 + UV + UV + UV +Face 7293 +UV Count: 3 + UV + UV + UV +Face 7294 +UV Count: 3 + UV + UV + UV +Face 7295 +UV Count: 3 + UV + UV + UV +Face 7296 +UV Count: 3 + UV + UV + UV +Face 7297 +UV Count: 3 + UV + UV + UV +Face 7298 +UV Count: 3 + UV + UV + UV +Face 7299 +UV Count: 3 + UV + UV + UV +Face 7300 +UV Count: 3 + UV + UV + UV +Face 7301 +UV Count: 3 + UV + UV + UV +Face 7302 +UV Count: 3 + UV + UV + UV +Face 7303 +UV Count: 3 + UV + UV + UV +Face 7304 +UV Count: 3 + UV + UV + UV +Face 7305 +UV Count: 3 + UV + UV + UV +Face 7306 +UV Count: 3 + UV + UV + UV +Face 7307 +UV Count: 3 + UV + UV + UV +Face 7308 +UV Count: 3 + UV + UV + UV +Face 7309 +UV Count: 3 + UV + UV + UV +Face 7310 +UV Count: 3 + UV + UV + UV +Face 7311 +UV Count: 3 + UV + UV + UV +Face 7312 +UV Count: 3 + UV + UV + UV +Face 7313 +UV Count: 3 + UV + UV + UV +Face 7314 +UV Count: 3 + UV + UV + UV +Face 7315 +UV Count: 3 + UV + UV + UV +Face 7316 +UV Count: 3 + UV + UV + UV +Face 7317 +UV Count: 3 + UV + UV + UV +Face 7318 +UV Count: 3 + UV + UV + UV +Face 7319 +UV Count: 3 + UV + UV + UV +Face 7320 +UV Count: 3 + UV + UV + UV +Face 7321 +UV Count: 3 + UV + UV + UV +Face 7322 +UV Count: 3 + UV + UV + UV +Face 7323 +UV Count: 3 + UV + UV + UV +Face 7324 +UV Count: 3 + UV + UV + UV +Face 7325 +UV Count: 3 + UV + UV + UV +Face 7326 +UV Count: 3 + UV + UV + UV +Face 7327 +UV Count: 3 + UV + UV + UV +Face 7328 +UV Count: 3 + UV + UV + UV +Face 7329 +UV Count: 3 + UV + UV + UV +Face 7330 +UV Count: 3 + UV + UV + UV +Face 7331 +UV Count: 3 + UV + UV + UV +Face 7332 +UV Count: 3 + UV + UV + UV +Face 7333 +UV Count: 3 + UV + UV + UV +Face 7334 +UV Count: 3 + UV + UV + UV +Face 7335 +UV Count: 3 + UV + UV + UV +Face 7336 +UV Count: 3 + UV + UV + UV +Face 7337 +UV Count: 3 + UV + UV + UV +Face 7338 +UV Count: 3 + UV + UV + UV +Face 7339 +UV Count: 3 + UV + UV + UV +Face 7340 +UV Count: 3 + UV + UV + UV +Face 7341 +UV Count: 3 + UV + UV + UV +Face 7342 +UV Count: 3 + UV + UV + UV +Face 7343 +UV Count: 3 + UV + UV + UV +Face 7344 +UV Count: 3 + UV + UV + UV +Face 7345 +UV Count: 3 + UV + UV + UV +Face 7346 +UV Count: 3 + UV + UV + UV +Face 7347 +UV Count: 3 + UV + UV + UV +Face 7348 +UV Count: 3 + UV + UV + UV +Face 7349 +UV Count: 3 + UV + UV + UV +Face 7350 +UV Count: 3 + UV + UV + UV +Face 7351 +UV Count: 3 + UV + UV + UV +Face 7352 +UV Count: 3 + UV + UV + UV +Face 7353 +UV Count: 3 + UV + UV + UV +Face 7354 +UV Count: 3 + UV + UV + UV +Face 7355 +UV Count: 3 + UV + UV + UV +Face 7356 +UV Count: 3 + UV + UV + UV +Face 7357 +UV Count: 3 + UV + UV + UV +Face 7358 +UV Count: 3 + UV + UV + UV +Face 7359 +UV Count: 3 + UV + UV + UV +Face 7360 +UV Count: 3 + UV + UV + UV +Face 7361 +UV Count: 3 + UV + UV + UV +Face 7362 +UV Count: 3 + UV + UV + UV +Face 7363 +UV Count: 3 + UV + UV + UV +Face 7364 +UV Count: 3 + UV + UV + UV +Face 7365 +UV Count: 3 + UV + UV + UV +Face 7366 +UV Count: 3 + UV + UV + UV +Face 7367 +UV Count: 3 + UV + UV + UV +Face 7368 +UV Count: 3 + UV + UV + UV +Face 7369 +UV Count: 3 + UV + UV + UV +Face 7370 +UV Count: 3 + UV + UV + UV +Face 7371 +UV Count: 3 + UV + UV + UV +Face 7372 +UV Count: 3 + UV + UV + UV +Face 7373 +UV Count: 3 + UV + UV + UV +Face 7374 +UV Count: 3 + UV + UV + UV +Face 7375 +UV Count: 3 + UV + UV + UV +Face 7376 +UV Count: 3 + UV + UV + UV +Face 7377 +UV Count: 3 + UV + UV + UV +Face 7378 +UV Count: 3 + UV + UV + UV +Face 7379 +UV Count: 3 + UV + UV + UV +Face 7380 +UV Count: 3 + UV + UV + UV +Face 7381 +UV Count: 3 + UV + UV + UV +Face 7382 +UV Count: 3 + UV + UV + UV +Face 7383 +UV Count: 3 + UV + UV + UV +Face 7384 +UV Count: 3 + UV + UV + UV +Face 7385 +UV Count: 3 + UV + UV + UV +Face 7386 +UV Count: 3 + UV + UV + UV +Face 7387 +UV Count: 3 + UV + UV + UV +Face 7388 +UV Count: 3 + UV + UV + UV +Face 7389 +UV Count: 3 + UV + UV + UV +Face 7390 +UV Count: 3 + UV + UV + UV +Face 7391 +UV Count: 3 + UV + UV + UV +Face 7392 +UV Count: 3 + UV + UV + UV +Face 7393 +UV Count: 3 + UV + UV + UV +Face 7394 +UV Count: 3 + UV + UV + UV +Face 7395 +UV Count: 3 + UV + UV + UV +Face 7396 +UV Count: 3 + UV + UV + UV +Face 7397 +UV Count: 3 + UV + UV + UV +Face 7398 +UV Count: 3 + UV + UV + UV +Face 7399 +UV Count: 3 + UV + UV + UV +Face 7400 +UV Count: 3 + UV + UV + UV +Face 7401 +UV Count: 3 + UV + UV + UV +Face 7402 +UV Count: 3 + UV + UV + UV +Face 7403 +UV Count: 3 + UV + UV + UV +Face 7404 +UV Count: 3 + UV + UV + UV +Face 7405 +UV Count: 3 + UV + UV + UV +Face 7406 +UV Count: 3 + UV + UV + UV +Face 7407 +UV Count: 3 + UV + UV + UV +Face 7408 +UV Count: 3 + UV + UV + UV +Face 7409 +UV Count: 3 + UV + UV + UV +Face 7410 +UV Count: 3 + UV + UV + UV +Face 7411 +UV Count: 3 + UV + UV + UV +Face 7412 +UV Count: 3 + UV + UV + UV +Face 7413 +UV Count: 3 + UV + UV + UV +Face 7414 +UV Count: 3 + UV + UV + UV +Face 7415 +UV Count: 3 + UV + UV + UV +Face 7416 +UV Count: 3 + UV + UV + UV +Face 7417 +UV Count: 3 + UV + UV + UV +Face 7418 +UV Count: 3 + UV + UV + UV +Face 7419 +UV Count: 3 + UV + UV + UV +Face 7420 +UV Count: 3 + UV + UV + UV +Face 7421 +UV Count: 3 + UV + UV + UV +Face 7422 +UV Count: 3 + UV + UV + UV +Face 7423 +UV Count: 3 + UV + UV + UV +Face 7424 +UV Count: 3 + UV + UV + UV +Face 7425 +UV Count: 3 + UV + UV + UV +Face 7426 +UV Count: 3 + UV + UV + UV +Face 7427 +UV Count: 3 + UV + UV + UV +Face 7428 +UV Count: 3 + UV + UV + UV +Face 7429 +UV Count: 3 + UV + UV + UV +Face 7430 +UV Count: 3 + UV + UV + UV +Face 7431 +UV Count: 3 + UV + UV + UV +Face 7432 +UV Count: 3 + UV + UV + UV +Face 7433 +UV Count: 3 + UV + UV + UV +Face 7434 +UV Count: 3 + UV + UV + UV +Face 7435 +UV Count: 3 + UV + UV + UV +Face 7436 +UV Count: 3 + UV + UV + UV +Face 7437 +UV Count: 3 + UV + UV + UV +Face 7438 +UV Count: 3 + UV + UV + UV +Face 7439 +UV Count: 3 + UV + UV + UV +Face 7440 +UV Count: 3 + UV + UV + UV +Face 7441 +UV Count: 3 + UV + UV + UV +Face 7442 +UV Count: 3 + UV + UV + UV +Face 7443 +UV Count: 3 + UV + UV + UV +Face 7444 +UV Count: 3 + UV + UV + UV +Face 7445 +UV Count: 3 + UV + UV + UV +Face 7446 +UV Count: 3 + UV + UV + UV +Face 7447 +UV Count: 3 + UV + UV + UV +Face 7448 +UV Count: 3 + UV + UV + UV +Face 7449 +UV Count: 3 + UV + UV + UV +Face 7450 +UV Count: 3 + UV + UV + UV +Face 7451 +UV Count: 3 + UV + UV + UV +Face 7452 +UV Count: 3 + UV + UV + UV +Face 7453 +UV Count: 3 + UV + UV + UV +Face 7454 +UV Count: 3 + UV + UV + UV +Face 7455 +UV Count: 3 + UV + UV + UV +Face 7456 +UV Count: 3 + UV + UV + UV +Face 7457 +UV Count: 3 + UV + UV + UV +Face 7458 +UV Count: 3 + UV + UV + UV +Face 7459 +UV Count: 3 + UV + UV + UV +Face 7460 +UV Count: 3 + UV + UV + UV +Face 7461 +UV Count: 3 + UV + UV + UV +Face 7462 +UV Count: 3 + UV + UV + UV +Face 7463 +UV Count: 3 + UV + UV + UV +Face 7464 +UV Count: 3 + UV + UV + UV +Face 7465 +UV Count: 3 + UV + UV + UV +Face 7466 +UV Count: 3 + UV + UV + UV +Face 7467 +UV Count: 3 + UV + UV + UV +Face 7468 +UV Count: 3 + UV + UV + UV +Face 7469 +UV Count: 3 + UV + UV + UV +Face 7470 +UV Count: 3 + UV + UV + UV +Face 7471 +UV Count: 3 + UV + UV + UV +Face 7472 +UV Count: 3 + UV + UV + UV +Face 7473 +UV Count: 3 + UV + UV + UV +Face 7474 +UV Count: 3 + UV + UV + UV +Face 7475 +UV Count: 3 + UV + UV + UV +Face 7476 +UV Count: 3 + UV + UV + UV +Face 7477 +UV Count: 3 + UV + UV + UV +Face 7478 +UV Count: 3 + UV + UV + UV +Face 7479 +UV Count: 3 + UV + UV + UV +Face 7480 +UV Count: 3 + UV + UV + UV +Face 7481 +UV Count: 3 + UV + UV + UV +Face 7482 +UV Count: 3 + UV + UV + UV +Face 7483 +UV Count: 3 + UV + UV + UV +Face 7484 +UV Count: 3 + UV + UV + UV +Face 7485 +UV Count: 3 + UV + UV + UV +Face 7486 +UV Count: 3 + UV + UV + UV +Face 7487 +UV Count: 3 + UV + UV + UV +Face 7488 +UV Count: 3 + UV + UV + UV +Face 7489 +UV Count: 3 + UV + UV + UV +Face 7490 +UV Count: 3 + UV + UV + UV +Face 7491 +UV Count: 3 + UV + UV + UV +Face 7492 +UV Count: 3 + UV + UV + UV +Face 7493 +UV Count: 3 + UV + UV + UV +Face 7494 +UV Count: 3 + UV + UV + UV +Face 7495 +UV Count: 3 + UV + UV + UV +Face 7496 +UV Count: 3 + UV + UV + UV +Face 7497 +UV Count: 3 + UV + UV + UV +Face 7498 +UV Count: 3 + UV + UV + UV +Face 7499 +UV Count: 3 + UV + UV + UV +Face 7500 +UV Count: 3 + UV + UV + UV +Face 7501 +UV Count: 3 + UV + UV + UV +Face 7502 +UV Count: 3 + UV + UV + UV +Face 7503 +UV Count: 3 + UV + UV + UV +Face 7504 +UV Count: 3 + UV + UV + UV +Face 7505 +UV Count: 3 + UV + UV + UV +Face 7506 +UV Count: 3 + UV + UV + UV +Face 7507 +UV Count: 3 + UV + UV + UV +Face 7508 +UV Count: 3 + UV + UV + UV +Face 7509 +UV Count: 3 + UV + UV + UV +Face 7510 +UV Count: 3 + UV + UV + UV +Face 7511 +UV Count: 3 + UV + UV + UV +Face 7512 +UV Count: 3 + UV + UV + UV +Face 7513 +UV Count: 3 + UV + UV + UV +Face 7514 +UV Count: 3 + UV + UV + UV +Face 7515 +UV Count: 3 + UV + UV + UV +Face 7516 +UV Count: 3 + UV + UV + UV +Face 7517 +UV Count: 3 + UV + UV + UV +Face 7518 +UV Count: 3 + UV + UV + UV +Face 7519 +UV Count: 3 + UV + UV + UV +Face 7520 +UV Count: 3 + UV + UV + UV +Face 7521 +UV Count: 3 + UV + UV + UV +Face 7522 +UV Count: 3 + UV + UV + UV +Face 7523 +UV Count: 3 + UV + UV + UV +Face 7524 +UV Count: 3 + UV + UV + UV +Face 7525 +UV Count: 3 + UV + UV + UV +Face 7526 +UV Count: 3 + UV + UV + UV +Face 7527 +UV Count: 3 + UV + UV + UV +Face 7528 +UV Count: 3 + UV + UV + UV +Face 7529 +UV Count: 3 + UV + UV + UV +Face 7530 +UV Count: 3 + UV + UV + UV +Face 7531 +UV Count: 3 + UV + UV + UV +Face 7532 +UV Count: 3 + UV + UV + UV +Face 7533 +UV Count: 3 + UV + UV + UV +Face 7534 +UV Count: 3 + UV + UV + UV +Face 7535 +UV Count: 3 + UV + UV + UV +Face 7536 +UV Count: 3 + UV + UV + UV +Face 7537 +UV Count: 3 + UV + UV + UV +Face 7538 +UV Count: 3 + UV + UV + UV +Face 7539 +UV Count: 3 + UV + UV + UV +Face 7540 +UV Count: 3 + UV + UV + UV +Face 7541 +UV Count: 3 + UV + UV + UV +Face 7542 +UV Count: 3 + UV + UV + UV +Face 7543 +UV Count: 3 + UV + UV + UV +Face 7544 +UV Count: 3 + UV + UV + UV +Face 7545 +UV Count: 3 + UV + UV + UV +Face 7546 +UV Count: 3 + UV + UV + UV +Face 7547 +UV Count: 3 + UV + UV + UV +Face 7548 +UV Count: 3 + UV + UV + UV +Face 7549 +UV Count: 3 + UV + UV + UV +Face 7550 +UV Count: 3 + UV + UV + UV +Face 7551 +UV Count: 3 + UV + UV + UV +Face 7552 +UV Count: 3 + UV + UV + UV +Face 7553 +UV Count: 3 + UV + UV + UV +Face 7554 +UV Count: 3 + UV + UV + UV +Face 7555 +UV Count: 3 + UV + UV + UV +Face 7556 +UV Count: 3 + UV + UV + UV +Face 7557 +UV Count: 3 + UV + UV + UV +Face 7558 +UV Count: 3 + UV + UV + UV +Face 7559 +UV Count: 3 + UV + UV + UV +Face 7560 +UV Count: 3 + UV + UV + UV +Face 7561 +UV Count: 3 + UV + UV + UV +Face 7562 +UV Count: 3 + UV + UV + UV +Face 7563 +UV Count: 3 + UV + UV + UV +Face 7564 +UV Count: 3 + UV + UV + UV +Face 7565 +UV Count: 3 + UV + UV + UV +Face 7566 +UV Count: 3 + UV + UV + UV +Face 7567 +UV Count: 3 + UV + UV + UV +Face 7568 +UV Count: 3 + UV + UV + UV +Face 7569 +UV Count: 3 + UV + UV + UV +Face 7570 +UV Count: 3 + UV + UV + UV +Face 7571 +UV Count: 3 + UV + UV + UV +Face 7572 +UV Count: 3 + UV + UV + UV +Face 7573 +UV Count: 3 + UV + UV + UV +Face 7574 +UV Count: 3 + UV + UV + UV +Face 7575 +UV Count: 3 + UV + UV + UV +Face 7576 +UV Count: 3 + UV + UV + UV +Face 7577 +UV Count: 3 + UV + UV + UV +Face 7578 +UV Count: 3 + UV + UV + UV +Face 7579 +UV Count: 3 + UV + UV + UV +Face 7580 +UV Count: 3 + UV + UV + UV +Face 7581 +UV Count: 3 + UV + UV + UV +Face 7582 +UV Count: 3 + UV + UV + UV +Face 7583 +UV Count: 3 + UV + UV + UV +Face 7584 +UV Count: 3 + UV + UV + UV +Face 7585 +UV Count: 3 + UV + UV + UV +Face 7586 +UV Count: 3 + UV + UV + UV +Face 7587 +UV Count: 3 + UV + UV + UV +Face 7588 +UV Count: 3 + UV + UV + UV +Face 7589 +UV Count: 3 + UV + UV + UV +Face 7590 +UV Count: 3 + UV + UV + UV +Face 7591 +UV Count: 3 + UV + UV + UV +Face 7592 +UV Count: 3 + UV + UV + UV +Face 7593 +UV Count: 3 + UV + UV + UV +Face 7594 +UV Count: 3 + UV + UV + UV +Face 7595 +UV Count: 3 + UV + UV + UV +Face 7596 +UV Count: 3 + UV + UV + UV +Face 7597 +UV Count: 3 + UV + UV + UV +Face 7598 +UV Count: 3 + UV + UV + UV +Face 7599 +UV Count: 3 + UV + UV + UV +Face 7600 +UV Count: 3 + UV + UV + UV +Face 7601 +UV Count: 3 + UV + UV + UV +Face 7602 +UV Count: 3 + UV + UV + UV +Face 7603 +UV Count: 3 + UV + UV + UV +Face 7604 +UV Count: 3 + UV + UV + UV +Face 7605 +UV Count: 3 + UV + UV + UV +Face 7606 +UV Count: 3 + UV + UV + UV +Face 7607 +UV Count: 3 + UV + UV + UV +Face 7608 +UV Count: 3 + UV + UV + UV +Face 7609 +UV Count: 3 + UV + UV + UV +Face 7610 +UV Count: 3 + UV + UV + UV +Face 7611 +UV Count: 3 + UV + UV + UV +Face 7612 +UV Count: 3 + UV + UV + UV +Face 7613 +UV Count: 3 + UV + UV + UV +Face 7614 +UV Count: 3 + UV + UV + UV +Face 7615 +UV Count: 3 + UV + UV + UV +Face 7616 +UV Count: 3 + UV + UV + UV +Face 7617 +UV Count: 3 + UV + UV + UV +Face 7618 +UV Count: 3 + UV + UV + UV +Face 7619 +UV Count: 3 + UV + UV + UV +Face 7620 +UV Count: 3 + UV + UV + UV +Face 7621 +UV Count: 3 + UV + UV + UV +Face 7622 +UV Count: 3 + UV + UV + UV +Face 7623 +UV Count: 3 + UV + UV + UV +Face 7624 +UV Count: 3 + UV + UV + UV +Face 7625 +UV Count: 3 + UV + UV + UV +Face 7626 +UV Count: 3 + UV + UV + UV +Face 7627 +UV Count: 3 + UV + UV + UV +Face 7628 +UV Count: 3 + UV + UV + UV +Face 7629 +UV Count: 3 + UV + UV + UV +Face 7630 +UV Count: 3 + UV + UV + UV +Face 7631 +UV Count: 3 + UV + UV + UV +Face 7632 +UV Count: 3 + UV + UV + UV +Face 7633 +UV Count: 3 + UV + UV + UV +Face 7634 +UV Count: 3 + UV + UV + UV +Face 7635 +UV Count: 3 + UV + UV + UV +Face 7636 +UV Count: 3 + UV + UV + UV +Face 7637 +UV Count: 3 + UV + UV + UV +Face 7638 +UV Count: 3 + UV + UV + UV +Face 7639 +UV Count: 3 + UV + UV + UV +Face 7640 +UV Count: 3 + UV + UV + UV +Face 7641 +UV Count: 3 + UV + UV + UV +Face 7642 +UV Count: 3 + UV + UV + UV +Face 7643 +UV Count: 3 + UV + UV + UV +Face 7644 +UV Count: 3 + UV + UV + UV +Face 7645 +UV Count: 3 + UV + UV + UV +Face 7646 +UV Count: 3 + UV + UV + UV +Face 7647 +UV Count: 3 + UV + UV + UV +Face 7648 +UV Count: 3 + UV + UV + UV +Face 7649 +UV Count: 3 + UV + UV + UV +Face 7650 +UV Count: 3 + UV + UV + UV +Face 7651 +UV Count: 3 + UV + UV + UV +Face 7652 +UV Count: 3 + UV + UV + UV +Face 7653 +UV Count: 3 + UV + UV + UV +Face 7654 +UV Count: 3 + UV + UV + UV +Face 7655 +UV Count: 3 + UV + UV + UV +Face 7656 +UV Count: 3 + UV + UV + UV +Face 7657 +UV Count: 3 + UV + UV + UV +Face 7658 +UV Count: 3 + UV + UV + UV +Face 7659 +UV Count: 3 + UV + UV + UV +Face 7660 +UV Count: 3 + UV + UV + UV +Face 7661 +UV Count: 3 + UV + UV + UV +Face 7662 +UV Count: 3 + UV + UV + UV +Face 7663 +UV Count: 3 + UV + UV + UV +Face 7664 +UV Count: 3 + UV + UV + UV +Face 7665 +UV Count: 3 + UV + UV + UV +Face 7666 +UV Count: 3 + UV + UV + UV +Face 7667 +UV Count: 3 + UV + UV + UV +Face 7668 +UV Count: 3 + UV + UV + UV +Face 7669 +UV Count: 3 + UV + UV + UV +Face 7670 +UV Count: 3 + UV + UV + UV +Face 7671 +UV Count: 3 + UV + UV + UV +Face 7672 +UV Count: 3 + UV + UV + UV +Face 7673 +UV Count: 3 + UV + UV + UV +Face 7674 +UV Count: 3 + UV + UV + UV +Face 7675 +UV Count: 3 + UV + UV + UV +Face 7676 +UV Count: 3 + UV + UV + UV +Face 7677 +UV Count: 3 + UV + UV + UV +Face 7678 +UV Count: 3 + UV + UV + UV +Face 7679 +UV Count: 3 + UV + UV + UV +Face 7680 +UV Count: 3 + UV + UV + UV +Face 7681 +UV Count: 3 + UV + UV + UV +Face 7682 +UV Count: 3 + UV + UV + UV +Face 7683 +UV Count: 3 + UV + UV + UV +Face 7684 +UV Count: 3 + UV + UV + UV +Face 7685 +UV Count: 3 + UV + UV + UV +Face 7686 +UV Count: 3 + UV + UV + UV +Face 7687 +UV Count: 3 + UV + UV + UV +Face 7688 +UV Count: 3 + UV + UV + UV +Face 7689 +UV Count: 3 + UV + UV + UV +Face 7690 +UV Count: 3 + UV + UV + UV +Face 7691 +UV Count: 3 + UV + UV + UV +Face 7692 +UV Count: 3 + UV + UV + UV +Face 7693 +UV Count: 3 + UV + UV + UV +Face 7694 +UV Count: 3 + UV + UV + UV +Face 7695 +UV Count: 3 + UV + UV + UV +Face 7696 +UV Count: 3 + UV + UV + UV +Face 7697 +UV Count: 3 + UV + UV + UV +Face 7698 +UV Count: 3 + UV + UV + UV +Face 7699 +UV Count: 3 + UV + UV + UV +Face 7700 +UV Count: 3 + UV + UV + UV +Face 7701 +UV Count: 3 + UV + UV + UV +Face 7702 +UV Count: 3 + UV + UV + UV +Face 7703 +UV Count: 3 + UV + UV + UV +Face 7704 +UV Count: 3 + UV + UV + UV +Face 7705 +UV Count: 3 + UV + UV + UV +Face 7706 +UV Count: 3 + UV + UV + UV +Face 7707 +UV Count: 3 + UV + UV + UV +Face 7708 +UV Count: 3 + UV + UV + UV +Face 7709 +UV Count: 3 + UV + UV + UV +Face 7710 +UV Count: 3 + UV + UV + UV +Face 7711 +UV Count: 3 + UV + UV + UV +Face 7712 +UV Count: 3 + UV + UV + UV +Face 7713 +UV Count: 3 + UV + UV + UV +Face 7714 +UV Count: 3 + UV + UV + UV +Face 7715 +UV Count: 3 + UV + UV + UV +Face 7716 +UV Count: 3 + UV + UV + UV +Face 7717 +UV Count: 3 + UV + UV + UV +Face 7718 +UV Count: 3 + UV + UV + UV +Face 7719 +UV Count: 3 + UV + UV + UV +Face 7720 +UV Count: 3 + UV + UV + UV +Face 7721 +UV Count: 3 + UV + UV + UV +Face 7722 +UV Count: 3 + UV + UV + UV +Face 7723 +UV Count: 3 + UV + UV + UV +Face 7724 +UV Count: 3 + UV + UV + UV +Face 7725 +UV Count: 3 + UV + UV + UV +Face 7726 +UV Count: 3 + UV + UV + UV +Face 7727 +UV Count: 3 + UV + UV + UV +Face 7728 +UV Count: 3 + UV + UV + UV +Face 7729 +UV Count: 3 + UV + UV + UV +Face 7730 +UV Count: 3 + UV + UV + UV +Face 7731 +UV Count: 3 + UV + UV + UV +Face 7732 +UV Count: 3 + UV + UV + UV +Face 7733 +UV Count: 3 + UV + UV + UV +Face 7734 +UV Count: 3 + UV + UV + UV +Face 7735 +UV Count: 3 + UV + UV + UV +Face 7736 +UV Count: 3 + UV + UV + UV +Face 7737 +UV Count: 3 + UV + UV + UV +Face 7738 +UV Count: 3 + UV + UV + UV +Face 7739 +UV Count: 3 + UV + UV + UV +Face 7740 +UV Count: 3 + UV + UV + UV +Face 7741 +UV Count: 3 + UV + UV + UV +Face 7742 +UV Count: 3 + UV + UV + UV +Face 7743 +UV Count: 3 + UV + UV + UV +Face 7744 +UV Count: 3 + UV + UV + UV +Face 7745 +UV Count: 3 + UV + UV + UV +Face 7746 +UV Count: 3 + UV + UV + UV +Face 7747 +UV Count: 3 + UV + UV + UV +Face 7748 +UV Count: 3 + UV + UV + UV +Face 7749 +UV Count: 3 + UV + UV + UV +Face 7750 +UV Count: 3 + UV + UV + UV +Face 7751 +UV Count: 3 + UV + UV + UV +Face 7752 +UV Count: 3 + UV + UV + UV +Face 7753 +UV Count: 3 + UV + UV + UV +Face 7754 +UV Count: 3 + UV + UV + UV +Face 7755 +UV Count: 3 + UV + UV + UV +Face 7756 +UV Count: 3 + UV + UV + UV +Face 7757 +UV Count: 3 + UV + UV + UV +Face 7758 +UV Count: 3 + UV + UV + UV +Face 7759 +UV Count: 3 + UV + UV + UV +Face 7760 +UV Count: 3 + UV + UV + UV +Face 7761 +UV Count: 3 + UV + UV + UV +Face 7762 +UV Count: 3 + UV + UV + UV +Face 7763 +UV Count: 3 + UV + UV + UV +Face 7764 +UV Count: 3 + UV + UV + UV +Face 7765 +UV Count: 3 + UV + UV + UV +Face 7766 +UV Count: 3 + UV + UV + UV +Face 7767 +UV Count: 3 + UV + UV + UV +Face 7768 +UV Count: 3 + UV + UV + UV +Face 7769 +UV Count: 3 + UV + UV + UV +Face 7770 +UV Count: 3 + UV + UV + UV +Face 7771 +UV Count: 3 + UV + UV + UV +Face 7772 +UV Count: 3 + UV + UV + UV +Face 7773 +UV Count: 3 + UV + UV + UV +Face 7774 +UV Count: 3 + UV + UV + UV +Face 7775 +UV Count: 3 + UV + UV + UV +Face 7776 +UV Count: 3 + UV + UV + UV +Face 7777 +UV Count: 3 + UV + UV + UV +Face 7778 +UV Count: 3 + UV + UV + UV +Face 7779 +UV Count: 3 + UV + UV + UV +Face 7780 +UV Count: 3 + UV + UV + UV +Face 7781 +UV Count: 3 + UV + UV + UV +Face 7782 +UV Count: 3 + UV + UV + UV +Face 7783 +UV Count: 3 + UV + UV + UV +Face 7784 +UV Count: 3 + UV + UV + UV +Face 7785 +UV Count: 3 + UV + UV + UV +Face 7786 +UV Count: 3 + UV + UV + UV +Face 7787 +UV Count: 3 + UV + UV + UV +Face 7788 +UV Count: 3 + UV + UV + UV +Face 7789 +UV Count: 3 + UV + UV + UV +Face 7790 +UV Count: 3 + UV + UV + UV +Face 7791 +UV Count: 3 + UV + UV + UV +Face 7792 +UV Count: 3 + UV + UV + UV +Face 7793 +UV Count: 3 + UV + UV + UV +Face 7794 +UV Count: 3 + UV + UV + UV +Face 7795 +UV Count: 3 + UV + UV + UV +Face 7796 +UV Count: 3 + UV + UV + UV +Face 7797 +UV Count: 3 + UV + UV + UV +Face 7798 +UV Count: 3 + UV + UV + UV +Face 7799 +UV Count: 3 + UV + UV + UV +Face 7800 +UV Count: 3 + UV + UV + UV +Face 7801 +UV Count: 3 + UV + UV + UV +Face 7802 +UV Count: 3 + UV + UV + UV +Face 7803 +UV Count: 3 + UV + UV + UV +Face 7804 +UV Count: 3 + UV + UV + UV +Face 7805 +UV Count: 3 + UV + UV + UV +Face 7806 +UV Count: 3 + UV + UV + UV +Face 7807 +UV Count: 3 + UV + UV + UV +Face 7808 +UV Count: 3 + UV + UV + UV +Face 7809 +UV Count: 3 + UV + UV + UV +Face 7810 +UV Count: 3 + UV + UV + UV +Face 7811 +UV Count: 3 + UV + UV + UV +Face 7812 +UV Count: 3 + UV + UV + UV +Face 7813 +UV Count: 3 + UV + UV + UV +Face 7814 +UV Count: 3 + UV + UV + UV +Face 7815 +UV Count: 3 + UV + UV + UV +Face 7816 +UV Count: 3 + UV + UV + UV +Face 7817 +UV Count: 3 + UV + UV + UV +Face 7818 +UV Count: 3 + UV + UV + UV +Face 7819 +UV Count: 3 + UV + UV + UV +Face 7820 +UV Count: 3 + UV + UV + UV +Face 7821 +UV Count: 3 + UV + UV + UV +Face 7822 +UV Count: 3 + UV + UV + UV +Face 7823 +UV Count: 3 + UV + UV + UV +Face 7824 +UV Count: 3 + UV + UV + UV +Face 7825 +UV Count: 3 + UV + UV + UV +Face 7826 +UV Count: 3 + UV + UV + UV +Face 7827 +UV Count: 3 + UV + UV + UV +Face 7828 +UV Count: 3 + UV + UV + UV +Face 7829 +UV Count: 3 + UV + UV + UV +Face 7830 +UV Count: 3 + UV + UV + UV +Face 7831 +UV Count: 3 + UV + UV + UV +Face 7832 +UV Count: 3 + UV + UV + UV +Face 7833 +UV Count: 3 + UV + UV + UV +Face 7834 +UV Count: 3 + UV + UV + UV +Face 7835 +UV Count: 3 + UV + UV + UV +Face 7836 +UV Count: 3 + UV + UV + UV +Face 7837 +UV Count: 3 + UV + UV + UV +Face 7838 +UV Count: 3 + UV + UV + UV +Face 7839 +UV Count: 3 + UV + UV + UV +Face 7840 +UV Count: 3 + UV + UV + UV +Face 7841 +UV Count: 3 + UV + UV + UV +Face 7842 +UV Count: 3 + UV + UV + UV +Face 7843 +UV Count: 3 + UV + UV + UV +Face 7844 +UV Count: 3 + UV + UV + UV +Face 7845 +UV Count: 3 + UV + UV + UV +Face 7846 +UV Count: 3 + UV + UV + UV +Face 7847 +UV Count: 3 + UV + UV + UV +Face 7848 +UV Count: 3 + UV + UV + UV +Face 7849 +UV Count: 3 + UV + UV + UV +Face 7850 +UV Count: 3 + UV + UV + UV +Face 7851 +UV Count: 3 + UV + UV + UV +Face 7852 +UV Count: 3 + UV + UV + UV +Face 7853 +UV Count: 3 + UV + UV + UV +Face 7854 +UV Count: 3 + UV + UV + UV +Face 7855 +UV Count: 3 + UV + UV + UV +Face 7856 +UV Count: 3 + UV + UV + UV +Face 7857 +UV Count: 3 + UV + UV + UV +Face 7858 +UV Count: 3 + UV + UV + UV +Face 7859 +UV Count: 3 + UV + UV + UV +Face 7860 +UV Count: 3 + UV + UV + UV +Face 7861 +UV Count: 3 + UV + UV + UV +Face 7862 +UV Count: 3 + UV + UV + UV +Face 7863 +UV Count: 3 + UV + UV + UV +Face 7864 +UV Count: 3 + UV + UV + UV +Face 7865 +UV Count: 3 + UV + UV + UV +Face 7866 +UV Count: 3 + UV + UV + UV +Face 7867 +UV Count: 3 + UV + UV + UV +Face 7868 +UV Count: 3 + UV + UV + UV +Face 7869 +UV Count: 3 + UV + UV + UV +Face 7870 +UV Count: 3 + UV + UV + UV +Face 7871 +UV Count: 3 + UV + UV + UV +Face 7872 +UV Count: 3 + UV + UV + UV +Face 7873 +UV Count: 3 + UV + UV + UV +Face 7874 +UV Count: 3 + UV + UV + UV +Face 7875 +UV Count: 3 + UV + UV + UV +Face 7876 +UV Count: 3 + UV + UV + UV +Face 7877 +UV Count: 3 + UV + UV + UV +Face 7878 +UV Count: 3 + UV + UV + UV +Face 7879 +UV Count: 3 + UV + UV + UV +Face 7880 +UV Count: 3 + UV + UV + UV +Face 7881 +UV Count: 3 + UV + UV + UV +Face 7882 +UV Count: 3 + UV + UV + UV +Face 7883 +UV Count: 3 + UV + UV + UV +Face 7884 +UV Count: 3 + UV + UV + UV +Face 7885 +UV Count: 3 + UV + UV + UV +Face 7886 +UV Count: 3 + UV + UV + UV +Face 7887 +UV Count: 3 + UV + UV + UV +Face 7888 +UV Count: 3 + UV + UV + UV +Face 7889 +UV Count: 3 + UV + UV + UV +Face 7890 +UV Count: 3 + UV + UV + UV +Face 7891 +UV Count: 3 + UV + UV + UV +Face 7892 +UV Count: 3 + UV + UV + UV +Face 7893 +UV Count: 3 + UV + UV + UV +Face 7894 +UV Count: 3 + UV + UV + UV +Face 7895 +UV Count: 3 + UV + UV + UV +Face 7896 +UV Count: 3 + UV + UV + UV +Face 7897 +UV Count: 3 + UV + UV + UV +Face 7898 +UV Count: 3 + UV + UV + UV +Face 7899 +UV Count: 3 + UV + UV + UV +Face 7900 +UV Count: 3 + UV + UV + UV +Face 7901 +UV Count: 3 + UV + UV + UV +Face 7902 +UV Count: 3 + UV + UV + UV +Face 7903 +UV Count: 3 + UV + UV + UV +Face 7904 +UV Count: 3 + UV + UV + UV +Face 7905 +UV Count: 3 + UV + UV + UV +Face 7906 +UV Count: 3 + UV + UV + UV +Face 7907 +UV Count: 3 + UV + UV + UV +Face 7908 +UV Count: 3 + UV + UV + UV +Face 7909 +UV Count: 3 + UV + UV + UV +Face 7910 +UV Count: 3 + UV + UV + UV +Face 7911 +UV Count: 3 + UV + UV + UV +Face 7912 +UV Count: 3 + UV + UV + UV +Face 7913 +UV Count: 3 + UV + UV + UV +Face 7914 +UV Count: 3 + UV + UV + UV +Face 7915 +UV Count: 3 + UV + UV + UV +Face 7916 +UV Count: 3 + UV + UV + UV +Face 7917 +UV Count: 3 + UV + UV + UV +Face 7918 +UV Count: 3 + UV + UV + UV +Face 7919 +UV Count: 3 + UV + UV + UV +Face 7920 +UV Count: 3 + UV + UV + UV +Face 7921 +UV Count: 3 + UV + UV + UV +Face 7922 +UV Count: 3 + UV + UV + UV +Face 7923 +UV Count: 3 + UV + UV + UV +Face 7924 +UV Count: 3 + UV + UV + UV +Face 7925 +UV Count: 3 + UV + UV + UV +Face 7926 +UV Count: 3 + UV + UV + UV +Face 7927 +UV Count: 3 + UV + UV + UV +Face 7928 +UV Count: 3 + UV + UV + UV +Face 7929 +UV Count: 3 + UV + UV + UV +Face 7930 +UV Count: 3 + UV + UV + UV +Face 7931 +UV Count: 3 + UV + UV + UV +Face 7932 +UV Count: 3 + UV + UV + UV +Face 7933 +UV Count: 3 + UV + UV + UV +Face 7934 +UV Count: 3 + UV + UV + UV +Face 7935 +UV Count: 3 + UV + UV + UV +Face 7936 +UV Count: 3 + UV + UV + UV +Face 7937 +UV Count: 3 + UV + UV + UV +Face 7938 +UV Count: 3 + UV + UV + UV +Face 7939 +UV Count: 3 + UV + UV + UV +Face 7940 +UV Count: 3 + UV + UV + UV +Face 7941 +UV Count: 3 + UV + UV + UV +Face 7942 +UV Count: 3 + UV + UV + UV +Face 7943 +UV Count: 3 + UV + UV + UV +Face 7944 +UV Count: 3 + UV + UV + UV +Face 7945 +UV Count: 3 + UV + UV + UV +Face 7946 +UV Count: 3 + UV + UV + UV +Face 7947 +UV Count: 3 + UV + UV + UV +Face 7948 +UV Count: 3 + UV + UV + UV +Face 7949 +UV Count: 3 + UV + UV + UV +Face 7950 +UV Count: 3 + UV + UV + UV +Face 7951 +UV Count: 3 + UV + UV + UV +Face 7952 +UV Count: 3 + UV + UV + UV +Face 7953 +UV Count: 3 + UV + UV + UV +Face 7954 +UV Count: 3 + UV + UV + UV +Face 7955 +UV Count: 3 + UV + UV + UV +Face 7956 +UV Count: 3 + UV + UV + UV +Face 7957 +UV Count: 3 + UV + UV + UV +Face 7958 +UV Count: 3 + UV + UV + UV +Face 7959 +UV Count: 3 + UV + UV + UV +Face 7960 +UV Count: 3 + UV + UV + UV +Face 7961 +UV Count: 3 + UV + UV + UV +Face 7962 +UV Count: 3 + UV + UV + UV +Face 7963 +UV Count: 3 + UV + UV + UV +Face 7964 +UV Count: 3 + UV + UV + UV +Face 7965 +UV Count: 3 + UV + UV + UV +Face 7966 +UV Count: 3 + UV + UV + UV +Face 7967 +UV Count: 3 + UV + UV + UV +Face 7968 +UV Count: 3 + UV + UV + UV +Face 7969 +UV Count: 3 + UV + UV + UV +Face 7970 +UV Count: 3 + UV + UV + UV +Face 7971 +UV Count: 3 + UV + UV + UV +Face 7972 +UV Count: 3 + UV + UV + UV +Face 7973 +UV Count: 3 + UV + UV + UV +Face 7974 +UV Count: 3 + UV + UV + UV +Face 7975 +UV Count: 3 + UV + UV + UV +Face 7976 +UV Count: 3 + UV + UV + UV +Face 7977 +UV Count: 3 + UV + UV + UV +Face 7978 +UV Count: 3 + UV + UV + UV +Face 7979 +UV Count: 3 + UV + UV + UV +Face 7980 +UV Count: 3 + UV + UV + UV +Face 7981 +UV Count: 3 + UV + UV + UV +Face 7982 +UV Count: 3 + UV + UV + UV +Face 7983 +UV Count: 3 + UV + UV + UV +Face 7984 +UV Count: 3 + UV + UV + UV +Face 7985 +UV Count: 3 + UV + UV + UV +Face 7986 +UV Count: 3 + UV + UV + UV +Face 7987 +UV Count: 3 + UV + UV + UV +Face 7988 +UV Count: 3 + UV + UV + UV +Face 7989 +UV Count: 3 + UV + UV + UV +Face 7990 +UV Count: 3 + UV + UV + UV +Face 7991 +UV Count: 3 + UV + UV + UV +Face 7992 +UV Count: 3 + UV + UV + UV +Face 7993 +UV Count: 3 + UV + UV + UV +Face 7994 +UV Count: 3 + UV + UV + UV +Face 7995 +UV Count: 3 + UV + UV + UV +Face 7996 +UV Count: 3 + UV + UV + UV +Face 7997 +UV Count: 3 + UV + UV + UV +Face 7998 +UV Count: 3 + UV + UV + UV +Face 7999 +UV Count: 3 + UV + UV + UV +Face 8000 +UV Count: 3 + UV + UV + UV +Face 8001 +UV Count: 3 + UV + UV + UV +Face 8002 +UV Count: 3 + UV + UV + UV +Face 8003 +UV Count: 3 + UV + UV + UV +Face 8004 +UV Count: 3 + UV + UV + UV +Face 8005 +UV Count: 3 + UV + UV + UV +Face 8006 +UV Count: 3 + UV + UV + UV +Face 8007 +UV Count: 3 + UV + UV + UV +Face 8008 +UV Count: 3 + UV + UV + UV +Face 8009 +UV Count: 3 + UV + UV + UV +Face 8010 +UV Count: 3 + UV + UV + UV +Face 8011 +UV Count: 3 + UV + UV + UV +Face 8012 +UV Count: 3 + UV + UV + UV +Face 8013 +UV Count: 3 + UV + UV + UV +Face 8014 +UV Count: 3 + UV + UV + UV +Face 8015 +UV Count: 3 + UV + UV + UV +Face 8016 +UV Count: 3 + UV + UV + UV +Face 8017 +UV Count: 3 + UV + UV + UV +Face 8018 +UV Count: 3 + UV + UV + UV +Face 8019 +UV Count: 3 + UV + UV + UV +Face 8020 +UV Count: 3 + UV + UV + UV +Face 8021 +UV Count: 3 + UV + UV + UV +Face 8022 +UV Count: 3 + UV + UV + UV +Face 8023 +UV Count: 3 + UV + UV + UV +Face 8024 +UV Count: 3 + UV + UV + UV +Face 8025 +UV Count: 3 + UV + UV + UV +Face 8026 +UV Count: 3 + UV + UV + UV +Face 8027 +UV Count: 3 + UV + UV + UV +Face 8028 +UV Count: 3 + UV + UV + UV +Face 8029 +UV Count: 3 + UV + UV + UV +Face 8030 +UV Count: 3 + UV + UV + UV +Face 8031 +UV Count: 3 + UV + UV + UV +Face 8032 +UV Count: 3 + UV + UV + UV +Face 8033 +UV Count: 3 + UV + UV + UV +Face 8034 +UV Count: 3 + UV + UV + UV +Face 8035 +UV Count: 3 + UV + UV + UV +Face 8036 +UV Count: 3 + UV + UV + UV +Face 8037 +UV Count: 3 + UV + UV + UV +Face 8038 +UV Count: 3 + UV + UV + UV +Face 8039 +UV Count: 3 + UV + UV + UV +Face 8040 +UV Count: 3 + UV + UV + UV +Face 8041 +UV Count: 3 + UV + UV + UV +Face 8042 +UV Count: 3 + UV + UV + UV +Face 8043 +UV Count: 3 + UV + UV + UV +Face 8044 +UV Count: 3 + UV + UV + UV +Face 8045 +UV Count: 3 + UV + UV + UV +Face 8046 +UV Count: 3 + UV + UV + UV +Face 8047 +UV Count: 3 + UV + UV + UV +Face 8048 +UV Count: 3 + UV + UV + UV +Face 8049 +UV Count: 3 + UV + UV + UV +Face 8050 +UV Count: 3 + UV + UV + UV +Face 8051 +UV Count: 3 + UV + UV + UV +Face 8052 +UV Count: 3 + UV + UV + UV +Face 8053 +UV Count: 3 + UV + UV + UV +Face 8054 +UV Count: 3 + UV + UV + UV +Face 8055 +UV Count: 3 + UV + UV + UV +Face 8056 +UV Count: 3 + UV + UV + UV +Face 8057 +UV Count: 3 + UV + UV + UV +Face 8058 +UV Count: 3 + UV + UV + UV +Face 8059 +UV Count: 3 + UV + UV + UV +Face 8060 +UV Count: 3 + UV + UV + UV +Face 8061 +UV Count: 3 + UV + UV + UV +Face 8062 +UV Count: 3 + UV + UV + UV +Face 8063 +UV Count: 3 + UV + UV + UV +Face 8064 +UV Count: 3 + UV + UV + UV +Face 8065 +UV Count: 3 + UV + UV + UV +Face 8066 +UV Count: 3 + UV + UV + UV +Face 8067 +UV Count: 3 + UV + UV + UV +Face 8068 +UV Count: 3 + UV + UV + UV +Face 8069 +UV Count: 3 + UV + UV + UV +Face 8070 +UV Count: 3 + UV + UV + UV +Face 8071 +UV Count: 3 + UV + UV + UV +Face 8072 +UV Count: 3 + UV + UV + UV +Face 8073 +UV Count: 3 + UV + UV + UV +Face 8074 +UV Count: 3 + UV + UV + UV +Face 8075 +UV Count: 3 + UV + UV + UV +Face 8076 +UV Count: 3 + UV + UV + UV +Face 8077 +UV Count: 3 + UV + UV + UV +Face 8078 +UV Count: 3 + UV + UV + UV +Face 8079 +UV Count: 3 + UV + UV + UV +Face 8080 +UV Count: 3 + UV + UV + UV +Face 8081 +UV Count: 3 + UV + UV + UV +Face 8082 +UV Count: 3 + UV + UV + UV +Face 8083 +UV Count: 3 + UV + UV + UV +Face 8084 +UV Count: 3 + UV + UV + UV +Face 8085 +UV Count: 3 + UV + UV + UV +Face 8086 +UV Count: 3 + UV + UV + UV +Face 8087 +UV Count: 3 + UV + UV + UV +Face 8088 +UV Count: 3 + UV + UV + UV +Face 8089 +UV Count: 3 + UV + UV + UV +Face 8090 +UV Count: 3 + UV + UV + UV +Face 8091 +UV Count: 3 + UV + UV + UV +Face 8092 +UV Count: 3 + UV + UV + UV +Face 8093 +UV Count: 3 + UV + UV + UV +Face 8094 +UV Count: 3 + UV + UV + UV +Face 8095 +UV Count: 3 + UV + UV + UV +Face 8096 +UV Count: 3 + UV + UV + UV +Face 8097 +UV Count: 3 + UV + UV + UV +Face 8098 +UV Count: 3 + UV + UV + UV +Face 8099 +UV Count: 3 + UV + UV + UV +Face 8100 +UV Count: 3 + UV + UV + UV +Face 8101 +UV Count: 3 + UV + UV + UV +Face 8102 +UV Count: 3 + UV + UV + UV +Face 8103 +UV Count: 3 + UV + UV + UV +Face 8104 +UV Count: 3 + UV + UV + UV +Face 8105 +UV Count: 3 + UV + UV + UV +Face 8106 +UV Count: 3 + UV + UV + UV +Face 8107 +UV Count: 3 + UV + UV + UV +Face 8108 +UV Count: 3 + UV + UV + UV +Face 8109 +UV Count: 3 + UV + UV + UV +Face 8110 +UV Count: 3 + UV + UV + UV +Face 8111 +UV Count: 3 + UV + UV + UV +Face 8112 +UV Count: 3 + UV + UV + UV +Face 8113 +UV Count: 3 + UV + UV + UV +Face 8114 +UV Count: 3 + UV + UV + UV +Face 8115 +UV Count: 3 + UV + UV + UV +Face 8116 +UV Count: 3 + UV + UV + UV +Face 8117 +UV Count: 3 + UV + UV + UV +Face 8118 +UV Count: 3 + UV + UV + UV +Face 8119 +UV Count: 3 + UV + UV + UV +Face 8120 +UV Count: 3 + UV + UV + UV +Face 8121 +UV Count: 3 + UV + UV + UV +Face 8122 +UV Count: 3 + UV + UV + UV +Face 8123 +UV Count: 3 + UV + UV + UV +Face 8124 +UV Count: 3 + UV + UV + UV +Face 8125 +UV Count: 3 + UV + UV + UV +Face 8126 +UV Count: 3 + UV + UV + UV +Face 8127 +UV Count: 3 + UV + UV + UV +Face 8128 +UV Count: 3 + UV + UV + UV +Face 8129 +UV Count: 3 + UV + UV + UV +Face 8130 +UV Count: 3 + UV + UV + UV +Face 8131 +UV Count: 3 + UV + UV + UV +Face 8132 +UV Count: 3 + UV + UV + UV +Face 8133 +UV Count: 3 + UV + UV + UV +Face 8134 +UV Count: 3 + UV + UV + UV +Face 8135 +UV Count: 3 + UV + UV + UV +Face 8136 +UV Count: 3 + UV + UV + UV +Face 8137 +UV Count: 3 + UV + UV + UV +Face 8138 +UV Count: 3 + UV + UV + UV +Face 8139 +UV Count: 3 + UV + UV + UV +Face 8140 +UV Count: 3 + UV + UV + UV +Face 8141 +UV Count: 3 + UV + UV + UV +Face 8142 +UV Count: 3 + UV + UV + UV +Face 8143 +UV Count: 3 + UV + UV + UV +Face 8144 +UV Count: 3 + UV + UV + UV +Face 8145 +UV Count: 3 + UV + UV + UV +Face 8146 +UV Count: 3 + UV + UV + UV +Face 8147 +UV Count: 3 + UV + UV + UV +Face 8148 +UV Count: 3 + UV + UV + UV +Face 8149 +UV Count: 3 + UV + UV + UV +Face 8150 +UV Count: 3 + UV + UV + UV +Face 8151 +UV Count: 3 + UV + UV + UV +Face 8152 +UV Count: 3 + UV + UV + UV +Face 8153 +UV Count: 3 + UV + UV + UV +Face 8154 +UV Count: 3 + UV + UV + UV +Face 8155 +UV Count: 3 + UV + UV + UV +Face 8156 +UV Count: 3 + UV + UV + UV +Face 8157 +UV Count: 3 + UV + UV + UV +Face 8158 +UV Count: 3 + UV + UV + UV +Face 8159 +UV Count: 3 + UV + UV + UV +Face 8160 +UV Count: 3 + UV + UV + UV +Face 8161 +UV Count: 3 + UV + UV + UV +Face 8162 +UV Count: 3 + UV + UV + UV +Face 8163 +UV Count: 3 + UV + UV + UV +Face 8164 +UV Count: 3 + UV + UV + UV +Face 8165 +UV Count: 3 + UV + UV + UV +Face 8166 +UV Count: 3 + UV + UV + UV +Face 8167 +UV Count: 3 + UV + UV + UV +Face 8168 +UV Count: 3 + UV + UV + UV +Face 8169 +UV Count: 3 + UV + UV + UV +Face 8170 +UV Count: 3 + UV + UV + UV +Face 8171 +UV Count: 3 + UV + UV + UV +Face 8172 +UV Count: 3 + UV + UV + UV +Face 8173 +UV Count: 3 + UV + UV + UV +Face 8174 +UV Count: 3 + UV + UV + UV +Face 8175 +UV Count: 3 + UV + UV + UV +Face 8176 +UV Count: 3 + UV + UV + UV +Face 8177 +UV Count: 3 + UV + UV + UV +Face 8178 +UV Count: 3 + UV + UV + UV +Face 8179 +UV Count: 3 + UV + UV + UV +Face 8180 +UV Count: 3 + UV + UV + UV +Face 8181 +UV Count: 3 + UV + UV + UV +Face 8182 +UV Count: 3 + UV + UV + UV +Face 8183 +UV Count: 3 + UV + UV + UV +Face 8184 +UV Count: 3 + UV + UV + UV +Face 8185 +UV Count: 3 + UV + UV + UV +Face 8186 +UV Count: 3 + UV + UV + UV +Face 8187 +UV Count: 3 + UV + UV + UV +Face 8188 +UV Count: 3 + UV + UV + UV +Face 8189 +UV Count: 3 + UV + UV + UV +Face 8190 +UV Count: 3 + UV + UV + UV +Face 8191 +UV Count: 3 + UV + UV + UV +Face 8192 +UV Count: 3 + UV + UV + UV +Face 8193 +UV Count: 3 + UV + UV + UV +Face 8194 +UV Count: 3 + UV + UV + UV +Face 8195 +UV Count: 3 + UV + UV + UV +Face 8196 +UV Count: 3 + UV + UV + UV +Face 8197 +UV Count: 3 + UV + UV + UV +Face 8198 +UV Count: 3 + UV + UV + UV +Face 8199 +UV Count: 3 + UV + UV + UV +Face 8200 +UV Count: 3 + UV + UV + UV +Face 8201 +UV Count: 3 + UV + UV + UV +Face 8202 +UV Count: 3 + UV + UV + UV +Face 8203 +UV Count: 3 + UV + UV + UV +Face 8204 +UV Count: 3 + UV + UV + UV +Face 8205 +UV Count: 3 + UV + UV + UV +Face 8206 +UV Count: 3 + UV + UV + UV +Face 8207 +UV Count: 3 + UV + UV + UV +Face 8208 +UV Count: 3 + UV + UV + UV +Face 8209 +UV Count: 3 + UV + UV + UV +Face 8210 +UV Count: 3 + UV + UV + UV +Face 8211 +UV Count: 3 + UV + UV + UV +Face 8212 +UV Count: 3 + UV + UV + UV +Face 8213 +UV Count: 3 + UV + UV + UV +Face 8214 +UV Count: 3 + UV + UV + UV +Face 8215 +UV Count: 3 + UV + UV + UV +Face 8216 +UV Count: 3 + UV + UV + UV +Face 8217 +UV Count: 3 + UV + UV + UV +Face 8218 +UV Count: 3 + UV + UV + UV +Face 8219 +UV Count: 3 + UV + UV + UV +Face 8220 +UV Count: 3 + UV + UV + UV +Face 8221 +UV Count: 3 + UV + UV + UV +Face 8222 +UV Count: 3 + UV + UV + UV +Face 8223 +UV Count: 3 + UV + UV + UV +Face 8224 +UV Count: 3 + UV + UV + UV +Face 8225 +UV Count: 3 + UV + UV + UV +Face 8226 +UV Count: 3 + UV + UV + UV +Face 8227 +UV Count: 3 + UV + UV + UV +Face 8228 +UV Count: 3 + UV + UV + UV +Face 8229 +UV Count: 3 + UV + UV + UV +Face 8230 +UV Count: 3 + UV + UV + UV +Face 8231 +UV Count: 3 + UV + UV + UV +Face 8232 +UV Count: 3 + UV + UV + UV +Face 8233 +UV Count: 3 + UV + UV + UV +Face 8234 +UV Count: 3 + UV + UV + UV +Face 8235 +UV Count: 3 + UV + UV + UV +Face 8236 +UV Count: 3 + UV + UV + UV +Face 8237 +UV Count: 3 + UV + UV + UV +Face 8238 +UV Count: 3 + UV + UV + UV +Face 8239 +UV Count: 3 + UV + UV + UV +Face 8240 +UV Count: 3 + UV + UV + UV +Face 8241 +UV Count: 3 + UV + UV + UV +Face 8242 +UV Count: 3 + UV + UV + UV +Face 8243 +UV Count: 3 + UV + UV + UV +Face 8244 +UV Count: 3 + UV + UV + UV +Face 8245 +UV Count: 3 + UV + UV + UV +Face 8246 +UV Count: 3 + UV + UV + UV +Face 8247 +UV Count: 3 + UV + UV + UV +Face 8248 +UV Count: 3 + UV + UV + UV +Face 8249 +UV Count: 3 + UV + UV + UV +Face 8250 +UV Count: 3 + UV + UV + UV +Face 8251 +UV Count: 3 + UV + UV + UV +Face 8252 +UV Count: 3 + UV + UV + UV +Face 8253 +UV Count: 3 + UV + UV + UV +Face 8254 +UV Count: 3 + UV + UV + UV +Face 8255 +UV Count: 3 + UV + UV + UV +Face 8256 +UV Count: 3 + UV + UV + UV +Face 8257 +UV Count: 3 + UV + UV + UV +Face 8258 +UV Count: 3 + UV + UV + UV +Face 8259 +UV Count: 3 + UV + UV + UV +Face 8260 +UV Count: 3 + UV + UV + UV +Face 8261 +UV Count: 3 + UV + UV + UV +Face 8262 +UV Count: 3 + UV + UV + UV +Face 8263 +UV Count: 3 + UV + UV + UV +Face 8264 +UV Count: 3 + UV + UV + UV +Face 8265 +UV Count: 3 + UV + UV + UV +Face 8266 +UV Count: 3 + UV + UV + UV +Face 8267 +UV Count: 3 + UV + UV + UV +Face 8268 +UV Count: 3 + UV + UV + UV +Face 8269 +UV Count: 3 + UV + UV + UV +Face 8270 +UV Count: 3 + UV + UV + UV +Face 8271 +UV Count: 3 + UV + UV + UV +Face 8272 +UV Count: 3 + UV + UV + UV +Face 8273 +UV Count: 3 + UV + UV + UV +Face 8274 +UV Count: 3 + UV + UV + UV +Face 8275 +UV Count: 3 + UV + UV + UV +Face 8276 +UV Count: 3 + UV + UV + UV +Face 8277 +UV Count: 3 + UV + UV + UV +Face 8278 +UV Count: 3 + UV + UV + UV +Face 8279 +UV Count: 3 + UV + UV + UV +Face 8280 +UV Count: 3 + UV + UV + UV +Face 8281 +UV Count: 3 + UV + UV + UV +Face 8282 +UV Count: 3 + UV + UV + UV +Face 8283 +UV Count: 3 + UV + UV + UV +Face 8284 +UV Count: 3 + UV + UV + UV +Face 8285 +UV Count: 3 + UV + UV + UV +Face 8286 +UV Count: 3 + UV + UV + UV +Face 8287 +UV Count: 3 + UV + UV + UV +Face 8288 +UV Count: 3 + UV + UV + UV +Face 8289 +UV Count: 3 + UV + UV + UV +Face 8290 +UV Count: 3 + UV + UV + UV +Face 8291 +UV Count: 3 + UV + UV + UV +Face 8292 +UV Count: 3 + UV + UV + UV +Face 8293 +UV Count: 3 + UV + UV + UV +Face 8294 +UV Count: 3 + UV + UV + UV +Face 8295 +UV Count: 3 + UV + UV + UV +Face 8296 +UV Count: 3 + UV + UV + UV +Face 8297 +UV Count: 3 + UV + UV + UV +Face 8298 +UV Count: 3 + UV + UV + UV +Face 8299 +UV Count: 3 + UV + UV + UV +Face 8300 +UV Count: 3 + UV + UV + UV +Face 8301 +UV Count: 3 + UV + UV + UV +Face 8302 +UV Count: 3 + UV + UV + UV +Face 8303 +UV Count: 3 + UV + UV + UV +Face 8304 +UV Count: 3 + UV + UV + UV +Face 8305 +UV Count: 3 + UV + UV + UV +Face 8306 +UV Count: 3 + UV + UV + UV +Face 8307 +UV Count: 3 + UV + UV + UV +Face 8308 +UV Count: 3 + UV + UV + UV +Face 8309 +UV Count: 3 + UV + UV + UV +Face 8310 +UV Count: 3 + UV + UV + UV +Face 8311 +UV Count: 3 + UV + UV + UV +Face 8312 +UV Count: 3 + UV + UV + UV +Face 8313 +UV Count: 3 + UV + UV + UV +Face 8314 +UV Count: 3 + UV + UV + UV +Face 8315 +UV Count: 3 + UV + UV + UV +Face 8316 +UV Count: 3 + UV + UV + UV +Face 8317 +UV Count: 3 + UV + UV + UV +Face 8318 +UV Count: 3 + UV + UV + UV +Face 8319 +UV Count: 3 + UV + UV + UV +Face 8320 +UV Count: 3 + UV + UV + UV +Face 8321 +UV Count: 3 + UV + UV + UV +Face 8322 +UV Count: 3 + UV + UV + UV +Face 8323 +UV Count: 3 + UV + UV + UV +Face 8324 +UV Count: 3 + UV + UV + UV +Face 8325 +UV Count: 3 + UV + UV + UV +Face 8326 +UV Count: 3 + UV + UV + UV +Face 8327 +UV Count: 3 + UV + UV + UV +Face 8328 +UV Count: 3 + UV + UV + UV +Face 8329 +UV Count: 3 + UV + UV + UV +Face 8330 +UV Count: 3 + UV + UV + UV +Face 8331 +UV Count: 3 + UV + UV + UV +Face 8332 +UV Count: 3 + UV + UV + UV +Face 8333 +UV Count: 3 + UV + UV + UV +Face 8334 +UV Count: 3 + UV + UV + UV +Face 8335 +UV Count: 3 + UV + UV + UV +Face 8336 +UV Count: 3 + UV + UV + UV +Face 8337 +UV Count: 3 + UV + UV + UV +Face 8338 +UV Count: 3 + UV + UV + UV +Face 8339 +UV Count: 3 + UV + UV + UV +Face 8340 +UV Count: 3 + UV + UV + UV +Face 8341 +UV Count: 3 + UV + UV + UV +Face 8342 +UV Count: 3 + UV + UV + UV +Face 8343 +UV Count: 3 + UV + UV + UV +Face 8344 +UV Count: 3 + UV + UV + UV +Face 8345 +UV Count: 3 + UV + UV + UV +Face 8346 +UV Count: 3 + UV + UV + UV +Face 8347 +UV Count: 3 + UV + UV + UV +Face 8348 +UV Count: 3 + UV + UV + UV +Face 8349 +UV Count: 3 + UV + UV + UV +Face 8350 +UV Count: 3 + UV + UV + UV +Face 8351 +UV Count: 3 + UV + UV + UV +Face 8352 +UV Count: 3 + UV + UV + UV +Face 8353 +UV Count: 3 + UV + UV + UV +Face 8354 +UV Count: 3 + UV + UV + UV +Face 8355 +UV Count: 3 + UV + UV + UV +Face 8356 +UV Count: 3 + UV + UV + UV +Face 8357 +UV Count: 3 + UV + UV + UV +Face 8358 +UV Count: 3 + UV + UV + UV +Face 8359 +UV Count: 3 + UV + UV + UV +Face 8360 +UV Count: 3 + UV + UV + UV +Face 8361 +UV Count: 3 + UV + UV + UV +Face 8362 +UV Count: 3 + UV + UV + UV +Face 8363 +UV Count: 3 + UV + UV + UV +Face 8364 +UV Count: 3 + UV + UV + UV +Face 8365 +UV Count: 3 + UV + UV + UV +Face 8366 +UV Count: 3 + UV + UV + UV +Face 8367 +UV Count: 3 + UV + UV + UV +Face 8368 +UV Count: 3 + UV + UV + UV +Face 8369 +UV Count: 3 + UV + UV + UV +Face 8370 +UV Count: 3 + UV + UV + UV +Face 8371 +UV Count: 3 + UV + UV + UV +Face 8372 +UV Count: 3 + UV + UV + UV +Face 8373 +UV Count: 3 + UV + UV + UV +Face 8374 +UV Count: 3 + UV + UV + UV +Face 8375 +UV Count: 3 + UV + UV + UV +Face 8376 +UV Count: 3 + UV + UV + UV +Face 8377 +UV Count: 3 + UV + UV + UV +Face 8378 +UV Count: 3 + UV + UV + UV +Face 8379 +UV Count: 3 + UV + UV + UV +Face 8380 +UV Count: 3 + UV + UV + UV +Face 8381 +UV Count: 3 + UV + UV + UV +Face 8382 +UV Count: 3 + UV + UV + UV +Face 8383 +UV Count: 3 + UV + UV + UV +Face 8384 +UV Count: 3 + UV + UV + UV +Face 8385 +UV Count: 3 + UV + UV + UV +Face 8386 +UV Count: 3 + UV + UV + UV +Face 8387 +UV Count: 3 + UV + UV + UV +Face 8388 +UV Count: 3 + UV + UV + UV +Face 8389 +UV Count: 3 + UV + UV + UV +Face 8390 +UV Count: 3 + UV + UV + UV +Face 8391 +UV Count: 3 + UV + UV + UV +Face 8392 +UV Count: 3 + UV + UV + UV +Face 8393 +UV Count: 3 + UV + UV + UV +Face 8394 +UV Count: 3 + UV + UV + UV +Face 8395 +UV Count: 3 + UV + UV + UV +Face 8396 +UV Count: 3 + UV + UV + UV +Face 8397 +UV Count: 3 + UV + UV + UV +Face 8398 +UV Count: 3 + UV + UV + UV +Face 8399 +UV Count: 3 + UV + UV + UV +Face 8400 +UV Count: 3 + UV + UV + UV +Face 8401 +UV Count: 3 + UV + UV + UV +Face 8402 +UV Count: 3 + UV + UV + UV +Face 8403 +UV Count: 3 + UV + UV + UV +Face 8404 +UV Count: 3 + UV + UV + UV +Face 8405 +UV Count: 3 + UV + UV + UV +Face 8406 +UV Count: 3 + UV + UV + UV +Face 8407 +UV Count: 3 + UV + UV + UV +Face 8408 +UV Count: 3 + UV + UV + UV +Face 8409 +UV Count: 3 + UV + UV + UV +Face 8410 +UV Count: 3 + UV + UV + UV +Face 8411 +UV Count: 3 + UV + UV + UV +Face 8412 +UV Count: 3 + UV + UV + UV +Face 8413 +UV Count: 3 + UV + UV + UV +Face 8414 +UV Count: 3 + UV + UV + UV +Face 8415 +UV Count: 3 + UV + UV + UV +Face 8416 +UV Count: 3 + UV + UV + UV +Face 8417 +UV Count: 3 + UV + UV + UV +Face 8418 +UV Count: 3 + UV + UV + UV +Face 8419 +UV Count: 3 + UV + UV + UV +Face 8420 +UV Count: 3 + UV + UV + UV +Face 8421 +UV Count: 3 + UV + UV + UV +Face 8422 +UV Count: 3 + UV + UV + UV +Face 8423 +UV Count: 3 + UV + UV + UV +Face 8424 +UV Count: 3 + UV + UV + UV +Face 8425 +UV Count: 3 + UV + UV + UV +Face 8426 +UV Count: 3 + UV + UV + UV +Face 8427 +UV Count: 3 + UV + UV + UV +Face 8428 +UV Count: 3 + UV + UV + UV +Face 8429 +UV Count: 3 + UV + UV + UV +Face 8430 +UV Count: 3 + UV + UV + UV +Face 8431 +UV Count: 3 + UV + UV + UV +Face 8432 +UV Count: 3 + UV + UV + UV +Face 8433 +UV Count: 3 + UV + UV + UV +Face 8434 +UV Count: 3 + UV + UV + UV +Face 8435 +UV Count: 3 + UV + UV + UV +Face 8436 +UV Count: 3 + UV + UV + UV +Face 8437 +UV Count: 3 + UV + UV + UV +Face 8438 +UV Count: 3 + UV + UV + UV +Face 8439 +UV Count: 3 + UV + UV + UV +Face 8440 +UV Count: 3 + UV + UV + UV +Face 8441 +UV Count: 3 + UV + UV + UV +Face 8442 +UV Count: 3 + UV + UV + UV +Face 8443 +UV Count: 3 + UV + UV + UV +Face 8444 +UV Count: 3 + UV + UV + UV +Face 8445 +UV Count: 3 + UV + UV + UV +Face 8446 +UV Count: 3 + UV + UV + UV +Face 8447 +UV Count: 3 + UV + UV + UV +Face 8448 +UV Count: 3 + UV + UV + UV +Face 8449 +UV Count: 3 + UV + UV + UV +Face 8450 +UV Count: 3 + UV + UV + UV +Face 8451 +UV Count: 3 + UV + UV + UV +Face 8452 +UV Count: 3 + UV + UV + UV +Face 8453 +UV Count: 3 + UV + UV + UV +Face 8454 +UV Count: 3 + UV + UV + UV +Face 8455 +UV Count: 3 + UV + UV + UV +Face 8456 +UV Count: 3 + UV + UV + UV +Face 8457 +UV Count: 3 + UV + UV + UV +Face 8458 +UV Count: 3 + UV + UV + UV +Face 8459 +UV Count: 3 + UV + UV + UV +Face 8460 +UV Count: 3 + UV + UV + UV +Face 8461 +UV Count: 3 + UV + UV + UV +Face 8462 +UV Count: 3 + UV + UV + UV +Face 8463 +UV Count: 3 + UV + UV + UV +Face 8464 +UV Count: 3 + UV + UV + UV +Face 8465 +UV Count: 3 + UV + UV + UV +Face 8466 +UV Count: 3 + UV + UV + UV +Face 8467 +UV Count: 3 + UV + UV + UV +Face 8468 +UV Count: 3 + UV + UV + UV +Face 8469 +UV Count: 3 + UV + UV + UV +Face 8470 +UV Count: 3 + UV + UV + UV +Face 8471 +UV Count: 3 + UV + UV + UV +Face 8472 +UV Count: 3 + UV + UV + UV +Face 8473 +UV Count: 3 + UV + UV + UV +Face 8474 +UV Count: 3 + UV + UV + UV +Face 8475 +UV Count: 3 + UV + UV + UV +Face 8476 +UV Count: 3 + UV + UV + UV +Face 8477 +UV Count: 3 + UV + UV + UV +Face 8478 +UV Count: 3 + UV + UV + UV +Face 8479 +UV Count: 3 + UV + UV + UV +Face 8480 +UV Count: 3 + UV + UV + UV +Face 8481 +UV Count: 3 + UV + UV + UV +Face 8482 +UV Count: 3 + UV + UV + UV +Face 8483 +UV Count: 3 + UV + UV + UV +Face 8484 +UV Count: 3 + UV + UV + UV +Face 8485 +UV Count: 3 + UV + UV + UV +Face 8486 +UV Count: 3 + UV + UV + UV +Face 8487 +UV Count: 3 + UV + UV + UV +Face 8488 +UV Count: 3 + UV + UV + UV +Face 8489 +UV Count: 3 + UV + UV + UV +Face 8490 +UV Count: 3 + UV + UV + UV +Face 8491 +UV Count: 3 + UV + UV + UV +Face 8492 +UV Count: 3 + UV + UV + UV +Face 8493 +UV Count: 3 + UV + UV + UV +Face 8494 +UV Count: 3 + UV + UV + UV +Face 8495 +UV Count: 3 + UV + UV + UV +Face 8496 +UV Count: 3 + UV + UV + UV +Face 8497 +UV Count: 3 + UV + UV + UV +Face 8498 +UV Count: 3 + UV + UV + UV +Face 8499 +UV Count: 3 + UV + UV + UV +Face 8500 +UV Count: 3 + UV + UV + UV +Face 8501 +UV Count: 3 + UV + UV + UV +Face 8502 +UV Count: 3 + UV + UV + UV +Face 8503 +UV Count: 3 + UV + UV + UV +Face 8504 +UV Count: 3 + UV + UV + UV +Face 8505 +UV Count: 3 + UV + UV + UV +Face 8506 +UV Count: 3 + UV + UV + UV +Face 8507 +UV Count: 3 + UV + UV + UV +Face 8508 +UV Count: 3 + UV + UV + UV +Face 8509 +UV Count: 3 + UV + UV + UV +Face 8510 +UV Count: 3 + UV + UV + UV +Face 8511 +UV Count: 3 + UV + UV + UV +Face 8512 +UV Count: 3 + UV + UV + UV +Face 8513 +UV Count: 3 + UV + UV + UV +Face 8514 +UV Count: 3 + UV + UV + UV +Face 8515 +UV Count: 3 + UV + UV + UV +Face 8516 +UV Count: 3 + UV + UV + UV +Face 8517 +UV Count: 3 + UV + UV + UV +Face 8518 +UV Count: 3 + UV + UV + UV +Face 8519 +UV Count: 3 + UV + UV + UV +Face 8520 +UV Count: 3 + UV + UV + UV +Face 8521 +UV Count: 3 + UV + UV + UV +Face 8522 +UV Count: 3 + UV + UV + UV +Face 8523 +UV Count: 3 + UV + UV + UV +Face 8524 +UV Count: 3 + UV + UV + UV +Face 8525 +UV Count: 3 + UV + UV + UV +Face 8526 +UV Count: 3 + UV + UV + UV +Face 8527 +UV Count: 3 + UV + UV + UV +Face 8528 +UV Count: 3 + UV + UV + UV +Face 8529 +UV Count: 3 + UV + UV + UV +Face 8530 +UV Count: 3 + UV + UV + UV +Face 8531 +UV Count: 3 + UV + UV + UV +Face 8532 +UV Count: 3 + UV + UV + UV +Face 8533 +UV Count: 3 + UV + UV + UV +Face 8534 +UV Count: 3 + UV + UV + UV +Face 8535 +UV Count: 3 + UV + UV + UV +Face 8536 +UV Count: 3 + UV + UV + UV +Face 8537 +UV Count: 3 + UV + UV + UV +Face 8538 +UV Count: 3 + UV + UV + UV +Face 8539 +UV Count: 3 + UV + UV + UV +Face 8540 +UV Count: 3 + UV + UV + UV +Face 8541 +UV Count: 3 + UV + UV + UV +Face 8542 +UV Count: 3 + UV + UV + UV +Face 8543 +UV Count: 3 + UV + UV + UV +Face 8544 +UV Count: 3 + UV + UV + UV +Face 8545 +UV Count: 3 + UV + UV + UV +Face 8546 +UV Count: 3 + UV + UV + UV +Face 8547 +UV Count: 3 + UV + UV + UV +Face 8548 +UV Count: 3 + UV + UV + UV +Face 8549 +UV Count: 3 + UV + UV + UV +Face 8550 +UV Count: 3 + UV + UV + UV +Face 8551 +UV Count: 3 + UV + UV + UV +Face 8552 +UV Count: 3 + UV + UV + UV +Face 8553 +UV Count: 3 + UV + UV + UV +Face 8554 +UV Count: 3 + UV + UV + UV +Face 8555 +UV Count: 3 + UV + UV + UV +Face 8556 +UV Count: 3 + UV + UV + UV +Face 8557 +UV Count: 3 + UV + UV + UV +Face 8558 +UV Count: 3 + UV + UV + UV +Face 8559 +UV Count: 3 + UV + UV + UV +Face 8560 +UV Count: 3 + UV + UV + UV +Face 8561 +UV Count: 3 + UV + UV + UV +Face 8562 +UV Count: 3 + UV + UV + UV +Face 8563 +UV Count: 3 + UV + UV + UV +Face 8564 +UV Count: 3 + UV + UV + UV +Face 8565 +UV Count: 3 + UV + UV + UV +Face 8566 +UV Count: 3 + UV + UV + UV +Face 8567 +UV Count: 3 + UV + UV + UV +Face 8568 +UV Count: 3 + UV + UV + UV +Face 8569 +UV Count: 3 + UV + UV + UV +Face 8570 +UV Count: 3 + UV + UV + UV +Face 8571 +UV Count: 3 + UV + UV + UV +Face 8572 +UV Count: 3 + UV + UV + UV +Face 8573 +UV Count: 3 + UV + UV + UV +Face 8574 +UV Count: 3 + UV + UV + UV +Face 8575 +UV Count: 3 + UV + UV + UV +Face 8576 +UV Count: 3 + UV + UV + UV +Face 8577 +UV Count: 3 + UV + UV + UV +Face 8578 +UV Count: 3 + UV + UV + UV +Face 8579 +UV Count: 3 + UV + UV + UV +Face 8580 +UV Count: 3 + UV + UV + UV +Face 8581 +UV Count: 3 + UV + UV + UV +Face 8582 +UV Count: 3 + UV + UV + UV +Face 8583 +UV Count: 3 + UV + UV + UV +Face 8584 +UV Count: 3 + UV + UV + UV +Face 8585 +UV Count: 3 + UV + UV + UV +Face 8586 +UV Count: 3 + UV + UV + UV +Face 8587 +UV Count: 3 + UV + UV + UV +Face 8588 +UV Count: 3 + UV + UV + UV +Face 8589 +UV Count: 3 + UV + UV + UV +Face 8590 +UV Count: 3 + UV + UV + UV +Face 8591 +UV Count: 3 + UV + UV + UV +Face 8592 +UV Count: 3 + UV + UV + UV +Face 8593 +UV Count: 3 + UV + UV + UV +Face 8594 +UV Count: 3 + UV + UV + UV +Face 8595 +UV Count: 3 + UV + UV + UV +Face 8596 +UV Count: 3 + UV + UV + UV +Face 8597 +UV Count: 3 + UV + UV + UV +Face 8598 +UV Count: 3 + UV + UV + UV +Face 8599 +UV Count: 3 + UV + UV + UV +Face 8600 +UV Count: 3 + UV + UV + UV +Face 8601 +UV Count: 3 + UV + UV + UV +Face 8602 +UV Count: 3 + UV + UV + UV +Face 8603 +UV Count: 3 + UV + UV + UV +Face 8604 +UV Count: 3 + UV + UV + UV +Face 8605 +UV Count: 3 + UV + UV + UV +Face 8606 +UV Count: 3 + UV + UV + UV +Face 8607 +UV Count: 3 + UV + UV + UV +Face 8608 +UV Count: 3 + UV + UV + UV +Face 8609 +UV Count: 3 + UV + UV + UV +Face 8610 +UV Count: 3 + UV + UV + UV +Face 8611 +UV Count: 3 + UV + UV + UV +Face 8612 +UV Count: 3 + UV + UV + UV +Face 8613 +UV Count: 3 + UV + UV + UV +Face 8614 +UV Count: 3 + UV + UV + UV +Face 8615 +UV Count: 3 + UV + UV + UV +Face 8616 +UV Count: 3 + UV + UV + UV +Face 8617 +UV Count: 3 + UV + UV + UV +Face 8618 +UV Count: 3 + UV + UV + UV +Face 8619 +UV Count: 3 + UV + UV + UV +Face 8620 +UV Count: 3 + UV + UV + UV +Face 8621 +UV Count: 3 + UV + UV + UV +Face 8622 +UV Count: 3 + UV + UV + UV +Face 8623 +UV Count: 3 + UV + UV + UV +Face 8624 +UV Count: 3 + UV + UV + UV +Face 8625 +UV Count: 3 + UV + UV + UV +Face 8626 +UV Count: 3 + UV + UV + UV +Face 8627 +UV Count: 3 + UV + UV + UV +Face 8628 +UV Count: 3 + UV + UV + UV +Face 8629 +UV Count: 3 + UV + UV + UV +Face 8630 +UV Count: 3 + UV + UV + UV +Face 8631 +UV Count: 3 + UV + UV + UV +Face 8632 +UV Count: 3 + UV + UV + UV +Face 8633 +UV Count: 3 + UV + UV + UV +Face 8634 +UV Count: 3 + UV + UV + UV +Face 8635 +UV Count: 3 + UV + UV + UV +Face 8636 +UV Count: 3 + UV + UV + UV +Face 8637 +UV Count: 3 + UV + UV + UV +Face 8638 +UV Count: 3 + UV + UV + UV +Face 8639 +UV Count: 3 + UV + UV + UV +Face 8640 +UV Count: 3 + UV + UV + UV +Face 8641 +UV Count: 3 + UV + UV + UV +Face 8642 +UV Count: 3 + UV + UV + UV +Face 8643 +UV Count: 3 + UV + UV + UV +Face 8644 +UV Count: 3 + UV + UV + UV +Face 8645 +UV Count: 3 + UV + UV + UV +Face 8646 +UV Count: 3 + UV + UV + UV +Face 8647 +UV Count: 3 + UV + UV + UV +Face 8648 +UV Count: 3 + UV + UV + UV +Face 8649 +UV Count: 3 + UV + UV + UV +Face 8650 +UV Count: 3 + UV + UV + UV +Face 8651 +UV Count: 3 + UV + UV + UV +Face 8652 +UV Count: 3 + UV + UV + UV +Face 8653 +UV Count: 3 + UV + UV + UV +Face 8654 +UV Count: 3 + UV + UV + UV +Face 8655 +UV Count: 3 + UV + UV + UV +Face 8656 +UV Count: 3 + UV + UV + UV +Face 8657 +UV Count: 3 + UV + UV + UV +Face 8658 +UV Count: 3 + UV + UV + UV +Face 8659 +UV Count: 3 + UV + UV + UV +Face 8660 +UV Count: 3 + UV + UV + UV +Face 8661 +UV Count: 3 + UV + UV + UV +Face 8662 +UV Count: 3 + UV + UV + UV +Face 8663 +UV Count: 3 + UV + UV + UV +Face 8664 +UV Count: 3 + UV + UV + UV +Face 8665 +UV Count: 3 + UV + UV + UV +Face 8666 +UV Count: 3 + UV + UV + UV +Face 8667 +UV Count: 3 + UV + UV + UV +Face 8668 +UV Count: 3 + UV + UV + UV +Face 8669 +UV Count: 3 + UV + UV + UV +Face 8670 +UV Count: 3 + UV + UV + UV +Face 8671 +UV Count: 3 + UV + UV + UV +Face 8672 +UV Count: 3 + UV + UV + UV +Face 8673 +UV Count: 3 + UV + UV + UV +Face 8674 +UV Count: 3 + UV + UV + UV +Face 8675 +UV Count: 3 + UV + UV + UV +Face 8676 +UV Count: 3 + UV + UV + UV +Face 8677 +UV Count: 3 + UV + UV + UV +Face 8678 +UV Count: 3 + UV + UV + UV +Face 8679 +UV Count: 3 + UV + UV + UV +Face 8680 +UV Count: 3 + UV + UV + UV +Face 8681 +UV Count: 3 + UV + UV + UV +Face 8682 +UV Count: 3 + UV + UV + UV +Face 8683 +UV Count: 3 + UV + UV + UV +Face 8684 +UV Count: 3 + UV + UV + UV +Face 8685 +UV Count: 3 + UV + UV + UV +Face 8686 +UV Count: 3 + UV + UV + UV +Face 8687 +UV Count: 3 + UV + UV + UV +Face 8688 +UV Count: 3 + UV + UV + UV +Face 8689 +UV Count: 3 + UV + UV + UV +Face 8690 +UV Count: 3 + UV + UV + UV +Face 8691 +UV Count: 3 + UV + UV + UV +Face 8692 +UV Count: 3 + UV + UV + UV +Face 8693 +UV Count: 3 + UV + UV + UV +Face 8694 +UV Count: 3 + UV + UV + UV +Face 8695 +UV Count: 3 + UV + UV + UV +Face 8696 +UV Count: 3 + UV + UV + UV +Face 8697 +UV Count: 3 + UV + UV + UV +Face 8698 +UV Count: 3 + UV + UV + UV +Face 8699 +UV Count: 3 + UV + UV + UV +Face 8700 +UV Count: 3 + UV + UV + UV +Face 8701 +UV Count: 3 + UV + UV + UV +Face 8702 +UV Count: 3 + UV + UV + UV +Face 8703 +UV Count: 3 + UV + UV + UV +Face 8704 +UV Count: 3 + UV + UV + UV +Face 8705 +UV Count: 3 + UV + UV + UV +Face 8706 +UV Count: 3 + UV + UV + UV +Face 8707 +UV Count: 3 + UV + UV + UV +Face 8708 +UV Count: 3 + UV + UV + UV +Face 8709 +UV Count: 3 + UV + UV + UV +Face 8710 +UV Count: 3 + UV + UV + UV +Face 8711 +UV Count: 3 + UV + UV + UV +Face 8712 +UV Count: 3 + UV + UV + UV +Face 8713 +UV Count: 3 + UV + UV + UV +Face 8714 +UV Count: 3 + UV + UV + UV +Face 8715 +UV Count: 3 + UV + UV + UV +Face 8716 +UV Count: 3 + UV + UV + UV +Face 8717 +UV Count: 3 + UV + UV + UV +Face 8718 +UV Count: 3 + UV + UV + UV +Face 8719 +UV Count: 3 + UV + UV + UV +Face 8720 +UV Count: 3 + UV + UV + UV +Face 8721 +UV Count: 3 + UV + UV + UV +Face 8722 +UV Count: 3 + UV + UV + UV +Face 8723 +UV Count: 3 + UV + UV + UV +Face 8724 +UV Count: 3 + UV + UV + UV +Face 8725 +UV Count: 3 + UV + UV + UV +Face 8726 +UV Count: 3 + UV + UV + UV +Face 8727 +UV Count: 3 + UV + UV + UV +Face 8728 +UV Count: 3 + UV + UV + UV +Face 8729 +UV Count: 3 + UV + UV + UV +Face 8730 +UV Count: 3 + UV + UV + UV +Face 8731 +UV Count: 3 + UV + UV + UV +Face 8732 +UV Count: 3 + UV + UV + UV +Face 8733 +UV Count: 3 + UV + UV + UV +Face 8734 +UV Count: 3 + UV + UV + UV +Face 8735 +UV Count: 3 + UV + UV + UV +Face 8736 +UV Count: 3 + UV + UV + UV +Face 8737 +UV Count: 3 + UV + UV + UV +Face 8738 +UV Count: 3 + UV + UV + UV +Face 8739 +UV Count: 3 + UV + UV + UV +Face 8740 +UV Count: 3 + UV + UV + UV +Face 8741 +UV Count: 3 + UV + UV + UV +Face 8742 +UV Count: 3 + UV + UV + UV +Face 8743 +UV Count: 3 + UV + UV + UV +Face 8744 +UV Count: 3 + UV + UV + UV +Face 8745 +UV Count: 3 + UV + UV + UV +Face 8746 +UV Count: 3 + UV + UV + UV +Face 8747 +UV Count: 3 + UV + UV + UV +Face 8748 +UV Count: 3 + UV + UV + UV +Face 8749 +UV Count: 3 + UV + UV + UV +Face 8750 +UV Count: 3 + UV + UV + UV +Face 8751 +UV Count: 3 + UV + UV + UV +Face 8752 +UV Count: 3 + UV + UV + UV +Face 8753 +UV Count: 3 + UV + UV + UV +Face 8754 +UV Count: 3 + UV + UV + UV +Face 8755 +UV Count: 3 + UV + UV + UV +Face 8756 +UV Count: 3 + UV + UV + UV +Face 8757 +UV Count: 3 + UV + UV + UV +Face 8758 +UV Count: 3 + UV + UV + UV +Face 8759 +UV Count: 3 + UV + UV + UV +Face 8760 +UV Count: 3 + UV + UV + UV +Face 8761 +UV Count: 3 + UV + UV + UV +Face 8762 +UV Count: 3 + UV + UV + UV +Face 8763 +UV Count: 3 + UV + UV + UV +Face 8764 +UV Count: 3 + UV + UV + UV +Face 8765 +UV Count: 3 + UV + UV + UV +Face 8766 +UV Count: 3 + UV + UV + UV +Face 8767 +UV Count: 3 + UV + UV + UV +Face 8768 +UV Count: 3 + UV + UV + UV +Face 8769 +UV Count: 3 + UV + UV + UV +Face 8770 +UV Count: 3 + UV + UV + UV +Face 8771 +UV Count: 3 + UV + UV + UV +Face 8772 +UV Count: 3 + UV + UV + UV +Face 8773 +UV Count: 3 + UV + UV + UV +Face 8774 +UV Count: 3 + UV + UV + UV +Face 8775 +UV Count: 3 + UV + UV + UV +Face 8776 +UV Count: 3 + UV + UV + UV +Face 8777 +UV Count: 3 + UV + UV + UV +Face 8778 +UV Count: 3 + UV + UV + UV +Face 8779 +UV Count: 3 + UV + UV + UV +Face 8780 +UV Count: 3 + UV + UV + UV +Face 8781 +UV Count: 3 + UV + UV + UV +Face 8782 +UV Count: 3 + UV + UV + UV +Face 8783 +UV Count: 3 + UV + UV + UV +Face 8784 +UV Count: 3 + UV + UV + UV +Face 8785 +UV Count: 3 + UV + UV + UV +Face 8786 +UV Count: 3 + UV + UV + UV +Face 8787 +UV Count: 3 + UV + UV + UV +Face 8788 +UV Count: 3 + UV + UV + UV +Face 8789 +UV Count: 3 + UV + UV + UV +Face 8790 +UV Count: 3 + UV + UV + UV +Face 8791 +UV Count: 3 + UV + UV + UV +Face 8792 +UV Count: 3 + UV + UV + UV +Face 8793 +UV Count: 3 + UV + UV + UV +Face 8794 +UV Count: 3 + UV + UV + UV +Face 8795 +UV Count: 3 + UV + UV + UV +Face 8796 +UV Count: 3 + UV + UV + UV +Face 8797 +UV Count: 3 + UV + UV + UV +Face 8798 +UV Count: 3 + UV + UV + UV +Face 8799 +UV Count: 3 + UV + UV + UV +Face 8800 +UV Count: 3 + UV + UV + UV +Face 8801 +UV Count: 3 + UV + UV + UV +Face 8802 +UV Count: 3 + UV + UV + UV +Face 8803 +UV Count: 3 + UV + UV + UV +Face 8804 +UV Count: 3 + UV + UV + UV +Face 8805 +UV Count: 3 + UV + UV + UV +Face 8806 +UV Count: 3 + UV + UV + UV +Face 8807 +UV Count: 3 + UV + UV + UV +Face 8808 +UV Count: 3 + UV + UV + UV +Face 8809 +UV Count: 3 + UV + UV + UV +Face 8810 +UV Count: 3 + UV + UV + UV +Face 8811 +UV Count: 3 + UV + UV + UV +Face 8812 +UV Count: 3 + UV + UV + UV +Face 8813 +UV Count: 3 + UV + UV + UV +Face 8814 +UV Count: 3 + UV + UV + UV +Face 8815 +UV Count: 3 + UV + UV + UV +Face 8816 +UV Count: 3 + UV + UV + UV +Face 8817 +UV Count: 3 + UV + UV + UV +Face 8818 +UV Count: 3 + UV + UV + UV +Face 8819 +UV Count: 3 + UV + UV + UV +Face 8820 +UV Count: 3 + UV + UV + UV +Face 8821 +UV Count: 3 + UV + UV + UV +Face 8822 +UV Count: 3 + UV + UV + UV +Face 8823 +UV Count: 3 + UV + UV + UV +Face 8824 +UV Count: 3 + UV + UV + UV +Face 8825 +UV Count: 3 + UV + UV + UV +Face 8826 +UV Count: 3 + UV + UV + UV +Face 8827 +UV Count: 3 + UV + UV + UV +Face 8828 +UV Count: 3 + UV + UV + UV +Face 8829 +UV Count: 3 + UV + UV + UV +Face 8830 +UV Count: 3 + UV + UV + UV +Face 8831 +UV Count: 3 + UV + UV + UV +Face 8832 +UV Count: 3 + UV + UV + UV +Face 8833 +UV Count: 3 + UV + UV + UV +Face 8834 +UV Count: 3 + UV + UV + UV +Face 8835 +UV Count: 3 + UV + UV + UV +Face 8836 +UV Count: 3 + UV + UV + UV +Face 8837 +UV Count: 3 + UV + UV + UV +Face 8838 +UV Count: 3 + UV + UV + UV +Face 8839 +UV Count: 3 + UV + UV + UV +Face 8840 +UV Count: 3 + UV + UV + UV +Face 8841 +UV Count: 3 + UV + UV + UV +Face 8842 +UV Count: 3 + UV + UV + UV +Face 8843 +UV Count: 3 + UV + UV + UV +Face 8844 +UV Count: 3 + UV + UV + UV +Face 8845 +UV Count: 3 + UV + UV + UV +Face 8846 +UV Count: 3 + UV + UV + UV +Face 8847 +UV Count: 3 + UV + UV + UV +Face 8848 +UV Count: 3 + UV + UV + UV +Face 8849 +UV Count: 3 + UV + UV + UV +Face 8850 +UV Count: 3 + UV + UV + UV +Face 8851 +UV Count: 3 + UV + UV + UV +Face 8852 +UV Count: 3 + UV + UV + UV +Face 8853 +UV Count: 3 + UV + UV + UV +Face 8854 +UV Count: 3 + UV + UV + UV +Face 8855 +UV Count: 3 + UV + UV + UV +Face 8856 +UV Count: 3 + UV + UV + UV +Face 8857 +UV Count: 3 + UV + UV + UV +Face 8858 +UV Count: 3 + UV + UV + UV +Face 8859 +UV Count: 3 + UV + UV + UV +Face 8860 +UV Count: 3 + UV + UV + UV +Face 8861 +UV Count: 3 + UV + UV + UV +Face 8862 +UV Count: 3 + UV + UV + UV +Face 8863 +UV Count: 3 + UV + UV + UV +Face 8864 +UV Count: 3 + UV + UV + UV +Face 8865 +UV Count: 3 + UV + UV + UV +Face 8866 +UV Count: 3 + UV + UV + UV +Face 8867 +UV Count: 3 + UV + UV + UV +Face 8868 +UV Count: 3 + UV + UV + UV +Face 8869 +UV Count: 3 + UV + UV + UV +Face 8870 +UV Count: 3 + UV + UV + UV +Face 8871 +UV Count: 3 + UV + UV + UV +Face 8872 +UV Count: 3 + UV + UV + UV +Face 8873 +UV Count: 3 + UV + UV + UV +Face 8874 +UV Count: 3 + UV + UV + UV +Face 8875 +UV Count: 3 + UV + UV + UV +Face 8876 +UV Count: 3 + UV + UV + UV +Face 8877 +UV Count: 3 + UV + UV + UV +Face 8878 +UV Count: 3 + UV + UV + UV +Face 8879 +UV Count: 3 + UV + UV + UV +Face 8880 +UV Count: 3 + UV + UV + UV +Face 8881 +UV Count: 3 + UV + UV + UV +Face 8882 +UV Count: 3 + UV + UV + UV +Face 8883 +UV Count: 3 + UV + UV + UV +Face 8884 +UV Count: 3 + UV + UV + UV +Face 8885 +UV Count: 3 + UV + UV + UV +Face 8886 +UV Count: 3 + UV + UV + UV +Face 8887 +UV Count: 3 + UV + UV + UV +Face 8888 +UV Count: 3 + UV + UV + UV +Face 8889 +UV Count: 3 + UV + UV + UV +Face 8890 +UV Count: 3 + UV + UV + UV +Face 8891 +UV Count: 3 + UV + UV + UV +Face 8892 +UV Count: 3 + UV + UV + UV +Face 8893 +UV Count: 3 + UV + UV + UV +Face 8894 +UV Count: 3 + UV + UV + UV +Face 8895 +UV Count: 3 + UV + UV + UV +Face 8896 +UV Count: 3 + UV + UV + UV +Face 8897 +UV Count: 3 + UV + UV + UV +Face 8898 +UV Count: 3 + UV + UV + UV +Face 8899 +UV Count: 3 + UV + UV + UV +Face 8900 +UV Count: 3 + UV + UV + UV +Face 8901 +UV Count: 3 + UV + UV + UV +Face 8902 +UV Count: 3 + UV + UV + UV +Face 8903 +UV Count: 3 + UV + UV + UV +Face 8904 +UV Count: 3 + UV + UV + UV +Face 8905 +UV Count: 3 + UV + UV + UV +Face 8906 +UV Count: 3 + UV + UV + UV +Face 8907 +UV Count: 3 + UV + UV + UV +Face 8908 +UV Count: 3 + UV + UV + UV +Face 8909 +UV Count: 3 + UV + UV + UV +Face 8910 +UV Count: 3 + UV + UV + UV +Face 8911 +UV Count: 3 + UV + UV + UV +Face 8912 +UV Count: 3 + UV + UV + UV +Face 8913 +UV Count: 3 + UV + UV + UV +Face 8914 +UV Count: 3 + UV + UV + UV +Face 8915 +UV Count: 3 + UV + UV + UV +Face 8916 +UV Count: 3 + UV + UV + UV +Face 8917 +UV Count: 3 + UV + UV + UV +Face 8918 +UV Count: 3 + UV + UV + UV +Face 8919 +UV Count: 3 + UV + UV + UV +Face 8920 +UV Count: 3 + UV + UV + UV +Face 8921 +UV Count: 3 + UV + UV + UV +Face 8922 +UV Count: 3 + UV + UV + UV +Face 8923 +UV Count: 3 + UV + UV + UV +Face 8924 +UV Count: 3 + UV + UV + UV +Face 8925 +UV Count: 3 + UV + UV + UV +Face 8926 +UV Count: 3 + UV + UV + UV +Face 8927 +UV Count: 3 + UV + UV + UV +Face 8928 +UV Count: 3 + UV + UV + UV +Face 8929 +UV Count: 3 + UV + UV + UV +Face 8930 +UV Count: 3 + UV + UV + UV +Face 8931 +UV Count: 3 + UV + UV + UV +Face 8932 +UV Count: 3 + UV + UV + UV +Face 8933 +UV Count: 3 + UV + UV + UV +Face 8934 +UV Count: 3 + UV + UV + UV +Face 8935 +UV Count: 3 + UV + UV + UV +Face 8936 +UV Count: 3 + UV + UV + UV +Face 8937 +UV Count: 3 + UV + UV + UV +Face 8938 +UV Count: 3 + UV + UV + UV +Face 8939 +UV Count: 3 + UV + UV + UV +Face 8940 +UV Count: 3 + UV + UV + UV +Face 8941 +UV Count: 3 + UV + UV + UV +Face 8942 +UV Count: 3 + UV + UV + UV +Face 8943 +UV Count: 3 + UV + UV + UV +Face 8944 +UV Count: 3 + UV + UV + UV +Face 8945 +UV Count: 3 + UV + UV + UV +Face 8946 +UV Count: 3 + UV + UV + UV +Face 8947 +UV Count: 3 + UV + UV + UV +Face 8948 +UV Count: 3 + UV + UV + UV +Face 8949 +UV Count: 3 + UV + UV + UV +Face 8950 +UV Count: 3 + UV + UV + UV +Face 8951 +UV Count: 3 + UV + UV + UV +Face 8952 +UV Count: 3 + UV + UV + UV +Face 8953 +UV Count: 3 + UV + UV + UV +Face 8954 +UV Count: 3 + UV + UV + UV +Face 8955 +UV Count: 3 + UV + UV + UV +Face 8956 +UV Count: 3 + UV + UV + UV +Face 8957 +UV Count: 3 + UV + UV + UV +Face 8958 +UV Count: 3 + UV + UV + UV +Face 8959 +UV Count: 3 + UV + UV + UV +Face 8960 +UV Count: 3 + UV + UV + UV +Face 8961 +UV Count: 3 + UV + UV + UV +Face 8962 +UV Count: 3 + UV + UV + UV +Face 8963 +UV Count: 3 + UV + UV + UV +Face 8964 +UV Count: 3 + UV + UV + UV +Face 8965 +UV Count: 3 + UV + UV + UV +Face 8966 +UV Count: 3 + UV + UV + UV +Face 8967 +UV Count: 3 + UV + UV + UV +Face 8968 +UV Count: 3 + UV + UV + UV +Face 8969 +UV Count: 3 + UV + UV + UV +Face 8970 +UV Count: 3 + UV + UV + UV +Face 8971 +UV Count: 3 + UV + UV + UV +Face 8972 +UV Count: 3 + UV + UV + UV +Face 8973 +UV Count: 3 + UV + UV + UV +Face 8974 +UV Count: 3 + UV + UV + UV +Face 8975 +UV Count: 3 + UV + UV + UV +Face 8976 +UV Count: 3 + UV + UV + UV +Face 8977 +UV Count: 3 + UV + UV + UV +Face 8978 +UV Count: 3 + UV + UV + UV +Face 8979 +UV Count: 3 + UV + UV + UV +Face 8980 +UV Count: 3 + UV + UV + UV +Face 8981 +UV Count: 3 + UV + UV + UV +Face 8982 +UV Count: 3 + UV + UV + UV +Face 8983 +UV Count: 3 + UV + UV + UV +Face 8984 +UV Count: 3 + UV + UV + UV +Face 8985 +UV Count: 3 + UV + UV + UV +Face 8986 +UV Count: 3 + UV + UV + UV +Face 8987 +UV Count: 3 + UV + UV + UV +Face 8988 +UV Count: 3 + UV + UV + UV +Face 8989 +UV Count: 3 + UV + UV + UV +Face 8990 +UV Count: 3 + UV + UV + UV +Face 8991 +UV Count: 3 + UV + UV + UV +Face 8992 +UV Count: 3 + UV + UV + UV +Face 8993 +UV Count: 3 + UV + UV + UV +Face 8994 +UV Count: 3 + UV + UV + UV +Face 8995 +UV Count: 3 + UV + UV + UV +Face 8996 +UV Count: 3 + UV + UV + UV +Face 8997 +UV Count: 3 + UV + UV + UV +Face 8998 +UV Count: 3 + UV + UV + UV +Face 8999 +UV Count: 3 + UV + UV + UV +Face 9000 +UV Count: 3 + UV + UV + UV +Face 9001 +UV Count: 3 + UV + UV + UV +Face 9002 +UV Count: 3 + UV + UV + UV +Face 9003 +UV Count: 3 + UV + UV + UV +Face 9004 +UV Count: 3 + UV + UV + UV +Face 9005 +UV Count: 3 + UV + UV + UV +Face 9006 +UV Count: 3 + UV + UV + UV +Face 9007 +UV Count: 3 + UV + UV + UV +Face 9008 +UV Count: 3 + UV + UV + UV +Face 9009 +UV Count: 3 + UV + UV + UV +Face 9010 +UV Count: 3 + UV + UV + UV +Face 9011 +UV Count: 3 + UV + UV + UV +Face 9012 +UV Count: 3 + UV + UV + UV +Face 9013 +UV Count: 3 + UV + UV + UV +Face 9014 +UV Count: 3 + UV + UV + UV +Face 9015 +UV Count: 3 + UV + UV + UV +Face 9016 +UV Count: 3 + UV + UV + UV +Face 9017 +UV Count: 3 + UV + UV + UV +Face 9018 +UV Count: 3 + UV + UV + UV +Face 9019 +UV Count: 3 + UV + UV + UV +Face 9020 +UV Count: 3 + UV + UV + UV +Face 9021 +UV Count: 3 + UV + UV + UV +Face 9022 +UV Count: 3 + UV + UV + UV +Face 9023 +UV Count: 3 + UV + UV + UV +Face 9024 +UV Count: 3 + UV + UV + UV +Face 9025 +UV Count: 3 + UV + UV + UV +Face 9026 +UV Count: 3 + UV + UV + UV +Face 9027 +UV Count: 3 + UV + UV + UV +Face 9028 +UV Count: 3 + UV + UV + UV +Face 9029 +UV Count: 3 + UV + UV + UV +Face 9030 +UV Count: 3 + UV + UV + UV +Face 9031 +UV Count: 3 + UV + UV + UV +Face 9032 +UV Count: 3 + UV + UV + UV +Face 9033 +UV Count: 3 + UV + UV + UV +Face 9034 +UV Count: 3 + UV + UV + UV +Face 9035 +UV Count: 3 + UV + UV + UV +Face 9036 +UV Count: 3 + UV + UV + UV +Face 9037 +UV Count: 3 + UV + UV + UV +Face 9038 +UV Count: 3 + UV + UV + UV +Face 9039 +UV Count: 3 + UV + UV + UV +Face 9040 +UV Count: 3 + UV + UV + UV +Face 9041 +UV Count: 3 + UV + UV + UV +Face 9042 +UV Count: 3 + UV + UV + UV +Face 9043 +UV Count: 3 + UV + UV + UV +Face 9044 +UV Count: 3 + UV + UV + UV +Face 9045 +UV Count: 3 + UV + UV + UV +Face 9046 +UV Count: 3 + UV + UV + UV +Face 9047 +UV Count: 3 + UV + UV + UV +Face 9048 +UV Count: 3 + UV + UV + UV +Face 9049 +UV Count: 3 + UV + UV + UV +Face 9050 +UV Count: 3 + UV + UV + UV +Face 9051 +UV Count: 3 + UV + UV + UV +Face 9052 +UV Count: 3 + UV + UV + UV +Face 9053 +UV Count: 3 + UV + UV + UV +Face 9054 +UV Count: 3 + UV + UV + UV +Face 9055 +UV Count: 3 + UV + UV + UV +Face 9056 +UV Count: 3 + UV + UV + UV +Face 9057 +UV Count: 3 + UV + UV + UV +Face 9058 +UV Count: 3 + UV + UV + UV +Face 9059 +UV Count: 3 + UV + UV + UV +Face 9060 +UV Count: 3 + UV + UV + UV +Face 9061 +UV Count: 3 + UV + UV + UV +Face 9062 +UV Count: 3 + UV + UV + UV +Face 9063 +UV Count: 3 + UV + UV + UV +Face 9064 +UV Count: 3 + UV + UV + UV +Face 9065 +UV Count: 3 + UV + UV + UV +Face 9066 +UV Count: 3 + UV + UV + UV +Face 9067 +UV Count: 3 + UV + UV + UV +Face 9068 +UV Count: 3 + UV + UV + UV +Face 9069 +UV Count: 3 + UV + UV + UV +Face 9070 +UV Count: 3 + UV + UV + UV +Face 9071 +UV Count: 3 + UV + UV + UV +Face 9072 +UV Count: 3 + UV + UV + UV +Face 9073 +UV Count: 3 + UV + UV + UV +Face 9074 +UV Count: 3 + UV + UV + UV +Face 9075 +UV Count: 3 + UV + UV + UV +Face 9076 +UV Count: 3 + UV + UV + UV +Face 9077 +UV Count: 3 + UV + UV + UV +Face 9078 +UV Count: 3 + UV + UV + UV +Face 9079 +UV Count: 3 + UV + UV + UV +Face 9080 +UV Count: 3 + UV + UV + UV +Face 9081 +UV Count: 3 + UV + UV + UV +Face 9082 +UV Count: 3 + UV + UV + UV +Face 9083 +UV Count: 3 + UV + UV + UV +Face 9084 +UV Count: 3 + UV + UV + UV +Face 9085 +UV Count: 3 + UV + UV + UV +Face 9086 +UV Count: 3 + UV + UV + UV +Face 9087 +UV Count: 3 + UV + UV + UV +Face 9088 +UV Count: 3 + UV + UV + UV +Face 9089 +UV Count: 3 + UV + UV + UV +Face 9090 +UV Count: 3 + UV + UV + UV +Face 9091 +UV Count: 3 + UV + UV + UV +Face 9092 +UV Count: 3 + UV + UV + UV +Face 9093 +UV Count: 3 + UV + UV + UV +Face 9094 +UV Count: 3 + UV + UV + UV +Face 9095 +UV Count: 3 + UV + UV + UV +Face 9096 +UV Count: 3 + UV + UV + UV +Face 9097 +UV Count: 3 + UV + UV + UV +Face 9098 +UV Count: 3 + UV + UV + UV +Face 9099 +UV Count: 3 + UV + UV + UV +Face 9100 +UV Count: 3 + UV + UV + UV +Face 9101 +UV Count: 3 + UV + UV + UV +Face 9102 +UV Count: 3 + UV + UV + UV +Face 9103 +UV Count: 3 + UV + UV + UV +Face 9104 +UV Count: 3 + UV + UV + UV +Face 9105 +UV Count: 3 + UV + UV + UV +Face 9106 +UV Count: 3 + UV + UV + UV +Face 9107 +UV Count: 3 + UV + UV + UV +Face 9108 +UV Count: 3 + UV + UV + UV +Face 9109 +UV Count: 3 + UV + UV + UV +Face 9110 +UV Count: 3 + UV + UV + UV +Face 9111 +UV Count: 3 + UV + UV + UV +Face 9112 +UV Count: 3 + UV + UV + UV +Face 9113 +UV Count: 3 + UV + UV + UV +Face 9114 +UV Count: 3 + UV + UV + UV +Face 9115 +UV Count: 3 + UV + UV + UV +Face 9116 +UV Count: 3 + UV + UV + UV +Face 9117 +UV Count: 3 + UV + UV + UV +Face 9118 +UV Count: 3 + UV + UV + UV +Face 9119 +UV Count: 3 + UV + UV + UV +Face 9120 +UV Count: 3 + UV + UV + UV +Face 9121 +UV Count: 3 + UV + UV + UV +Face 9122 +UV Count: 3 + UV + UV + UV +Face 9123 +UV Count: 3 + UV + UV + UV +Face 9124 +UV Count: 3 + UV + UV + UV +Face 9125 +UV Count: 3 + UV + UV + UV +===Normals: +Vertex 0: Normal +Vertex 1: Normal +Vertex 2: Normal +Vertex 3: Normal +Vertex 4: Normal +Vertex 5: Normal +Vertex 6: Normal +Vertex 7: Normal +Vertex 8: Normal +Vertex 9: Normal +Vertex 10: Normal +Vertex 11: Normal +Vertex 12: Normal +Vertex 13: Normal +Vertex 14: Normal +Vertex 15: Normal +Vertex 16: Normal +Vertex 17: Normal +Vertex 18: Normal +Vertex 19: Normal +Vertex 20: Normal +Vertex 21: Normal +Vertex 22: Normal +Vertex 23: Normal +Vertex 24: Normal +Vertex 25: Normal +Vertex 26: Normal +Vertex 27: Normal +Vertex 28: Normal +Vertex 29: Normal +Vertex 30: Normal +Vertex 31: Normal +Vertex 32: Normal +Vertex 33: Normal +Vertex 34: Normal +Vertex 35: Normal +Vertex 36: Normal +Vertex 37: Normal +Vertex 38: Normal +Vertex 39: Normal +Vertex 40: Normal +Vertex 41: Normal +Vertex 42: Normal +Vertex 43: Normal +Vertex 44: Normal +Vertex 45: Normal +Vertex 46: Normal +Vertex 47: Normal +Vertex 48: Normal +Vertex 49: Normal +Vertex 50: Normal +Vertex 51: Normal +Vertex 52: Normal +Vertex 53: Normal +Vertex 54: Normal +Vertex 55: Normal +Vertex 56: Normal +Vertex 57: Normal +Vertex 58: Normal +Vertex 59: Normal +Vertex 60: Normal +Vertex 61: Normal +Vertex 62: Normal +Vertex 63: Normal +Vertex 64: Normal +Vertex 65: Normal +Vertex 66: Normal +Vertex 67: Normal +Vertex 68: Normal +Vertex 69: Normal +Vertex 70: Normal +Vertex 71: Normal +Vertex 72: Normal +Vertex 73: Normal +Vertex 74: Normal +Vertex 75: Normal +Vertex 76: Normal +Vertex 77: Normal +Vertex 78: Normal +Vertex 79: Normal +Vertex 80: Normal +Vertex 81: Normal +Vertex 82: Normal +Vertex 83: Normal +Vertex 84: Normal +Vertex 85: Normal +Vertex 86: Normal +Vertex 87: Normal +Vertex 88: Normal +Vertex 89: Normal +Vertex 90: Normal +Vertex 91: Normal +Vertex 92: Normal +Vertex 93: Normal +Vertex 94: Normal +Vertex 95: Normal +Vertex 96: Normal +Vertex 97: Normal +Vertex 98: Normal +Vertex 99: Normal +Vertex 100: Normal +Vertex 101: Normal +Vertex 102: Normal +Vertex 103: Normal +Vertex 104: Normal +Vertex 105: Normal +Vertex 106: Normal +Vertex 107: Normal +Vertex 108: Normal +Vertex 109: Normal +Vertex 110: Normal +Vertex 111: Normal +Vertex 112: Normal +Vertex 113: Normal +Vertex 114: Normal +Vertex 115: Normal +Vertex 116: Normal +Vertex 117: Normal +Vertex 118: Normal +Vertex 119: Normal +Vertex 120: Normal +Vertex 121: Normal +Vertex 122: Normal +Vertex 123: Normal +Vertex 124: Normal +Vertex 125: Normal +Vertex 126: Normal +Vertex 127: Normal +Vertex 128: Normal +Vertex 129: Normal +Vertex 130: Normal +Vertex 131: Normal +Vertex 132: Normal +Vertex 133: Normal +Vertex 134: Normal +Vertex 135: Normal +Vertex 136: Normal +Vertex 137: Normal +Vertex 138: Normal +Vertex 139: Normal +Vertex 140: Normal +Vertex 141: Normal +Vertex 142: Normal +Vertex 143: Normal +Vertex 144: Normal +Vertex 145: Normal +Vertex 146: Normal +Vertex 147: Normal +Vertex 148: Normal +Vertex 149: Normal +Vertex 150: Normal +Vertex 151: Normal +Vertex 152: Normal +Vertex 153: Normal +Vertex 154: Normal +Vertex 155: Normal +Vertex 156: Normal +Vertex 157: Normal +Vertex 158: Normal +Vertex 159: Normal +Vertex 160: Normal +Vertex 161: Normal +Vertex 162: Normal +Vertex 163: Normal +Vertex 164: Normal +Vertex 165: Normal +Vertex 166: Normal +Vertex 167: Normal +Vertex 168: Normal +Vertex 169: Normal +Vertex 170: Normal +Vertex 171: Normal +Vertex 172: Normal +Vertex 173: Normal +Vertex 174: Normal +Vertex 175: Normal +Vertex 176: Normal +Vertex 177: Normal +Vertex 178: Normal +Vertex 179: Normal +Vertex 180: Normal +Vertex 181: Normal +Vertex 182: Normal +Vertex 183: Normal +Vertex 184: Normal +Vertex 185: Normal +Vertex 186: Normal +Vertex 187: Normal +Vertex 188: Normal +Vertex 189: Normal +Vertex 190: Normal +Vertex 191: Normal +Vertex 192: Normal +Vertex 193: Normal +Vertex 194: Normal +Vertex 195: Normal +Vertex 196: Normal +Vertex 197: Normal +Vertex 198: Normal +Vertex 199: Normal +Vertex 200: Normal +Vertex 201: Normal +Vertex 202: Normal +Vertex 203: Normal +Vertex 204: Normal +Vertex 205: Normal +Vertex 206: Normal +Vertex 207: Normal +Vertex 208: Normal +Vertex 209: Normal +Vertex 210: Normal +Vertex 211: Normal +Vertex 212: Normal +Vertex 213: Normal +Vertex 214: Normal +Vertex 215: Normal +Vertex 216: Normal +Vertex 217: Normal +Vertex 218: Normal +Vertex 219: Normal +Vertex 220: Normal +Vertex 221: Normal +Vertex 222: Normal +Vertex 223: Normal +Vertex 224: Normal +Vertex 225: Normal +Vertex 226: Normal +Vertex 227: Normal +Vertex 228: Normal +Vertex 229: Normal +Vertex 230: Normal +Vertex 231: Normal +Vertex 232: Normal +Vertex 233: Normal +Vertex 234: Normal +Vertex 235: Normal +Vertex 236: Normal +Vertex 237: Normal +Vertex 238: Normal +Vertex 239: Normal +Vertex 240: Normal +Vertex 241: Normal +Vertex 242: Normal +Vertex 243: Normal +Vertex 244: Normal +Vertex 245: Normal +Vertex 246: Normal +Vertex 247: Normal +Vertex 248: Normal +Vertex 249: Normal +Vertex 250: Normal +Vertex 251: Normal +Vertex 252: Normal +Vertex 253: Normal +Vertex 254: Normal +Vertex 255: Normal +Vertex 256: Normal +Vertex 257: Normal +Vertex 258: Normal +Vertex 259: Normal +Vertex 260: Normal +Vertex 261: Normal +Vertex 262: Normal +Vertex 263: Normal +Vertex 264: Normal +Vertex 265: Normal +Vertex 266: Normal +Vertex 267: Normal +Vertex 268: Normal +Vertex 269: Normal +Vertex 270: Normal +Vertex 271: Normal +Vertex 272: Normal +Vertex 273: Normal +Vertex 274: Normal +Vertex 275: Normal +Vertex 276: Normal +Vertex 277: Normal +Vertex 278: Normal +Vertex 279: Normal +Vertex 280: Normal +Vertex 281: Normal +Vertex 282: Normal +Vertex 283: Normal +Vertex 284: Normal +Vertex 285: Normal +Vertex 286: Normal +Vertex 287: Normal +Vertex 288: Normal +Vertex 289: Normal +Vertex 290: Normal +Vertex 291: Normal +Vertex 292: Normal +Vertex 293: Normal +Vertex 294: Normal +Vertex 295: Normal +Vertex 296: Normal +Vertex 297: Normal +Vertex 298: Normal +Vertex 299: Normal +Vertex 300: Normal +Vertex 301: Normal +Vertex 302: Normal +Vertex 303: Normal +Vertex 304: Normal +Vertex 305: Normal +Vertex 306: Normal +Vertex 307: Normal +Vertex 308: Normal +Vertex 309: Normal +Vertex 310: Normal +Vertex 311: Normal +Vertex 312: Normal +Vertex 313: Normal +Vertex 314: Normal +Vertex 315: Normal +Vertex 316: Normal +Vertex 317: Normal +Vertex 318: Normal +Vertex 319: Normal +Vertex 320: Normal +Vertex 321: Normal +Vertex 322: Normal +Vertex 323: Normal +Vertex 324: Normal +Vertex 325: Normal +Vertex 326: Normal +Vertex 327: Normal +Vertex 328: Normal +Vertex 329: Normal +Vertex 330: Normal +Vertex 331: Normal +Vertex 332: Normal +Vertex 333: Normal +Vertex 334: Normal +Vertex 335: Normal +Vertex 336: Normal +Vertex 337: Normal +Vertex 338: Normal +Vertex 339: Normal +Vertex 340: Normal +Vertex 341: Normal +Vertex 342: Normal +Vertex 343: Normal +Vertex 344: Normal +Vertex 345: Normal +Vertex 346: Normal +Vertex 347: Normal +Vertex 348: Normal +Vertex 349: Normal +Vertex 350: Normal +Vertex 351: Normal +Vertex 352: Normal +Vertex 353: Normal +Vertex 354: Normal +Vertex 355: Normal +Vertex 356: Normal +Vertex 357: Normal +Vertex 358: Normal +Vertex 359: Normal +Vertex 360: Normal +Vertex 361: Normal +Vertex 362: Normal +Vertex 363: Normal +Vertex 364: Normal +Vertex 365: Normal +Vertex 366: Normal +Vertex 367: Normal +Vertex 368: Normal +Vertex 369: Normal +Vertex 370: Normal +Vertex 371: Normal +Vertex 372: Normal +Vertex 373: Normal +Vertex 374: Normal +Vertex 375: Normal +Vertex 376: Normal +Vertex 377: Normal +Vertex 378: Normal +Vertex 379: Normal +Vertex 380: Normal +Vertex 381: Normal +Vertex 382: Normal +Vertex 383: Normal +Vertex 384: Normal +Vertex 385: Normal +Vertex 386: Normal +Vertex 387: Normal +Vertex 388: Normal +Vertex 389: Normal +Vertex 390: Normal +Vertex 391: Normal +Vertex 392: Normal +Vertex 393: Normal +Vertex 394: Normal +Vertex 395: Normal +Vertex 396: Normal +Vertex 397: Normal +Vertex 398: Normal +Vertex 399: Normal +Vertex 400: Normal +Vertex 401: Normal +Vertex 402: Normal +Vertex 403: Normal +Vertex 404: Normal +Vertex 405: Normal +Vertex 406: Normal +Vertex 407: Normal +Vertex 408: Normal +Vertex 409: Normal +Vertex 410: Normal +Vertex 411: Normal +Vertex 412: Normal +Vertex 413: Normal +Vertex 414: Normal +Vertex 415: Normal +Vertex 416: Normal +Vertex 417: Normal +Vertex 418: Normal +Vertex 419: Normal +Vertex 420: Normal +Vertex 421: Normal +Vertex 422: Normal +Vertex 423: Normal +Vertex 424: Normal +Vertex 425: Normal +Vertex 426: Normal +Vertex 427: Normal +Vertex 428: Normal +Vertex 429: Normal +Vertex 430: Normal +Vertex 431: Normal +Vertex 432: Normal +Vertex 433: Normal +Vertex 434: Normal +Vertex 435: Normal +Vertex 436: Normal +Vertex 437: Normal +Vertex 438: Normal +Vertex 439: Normal +Vertex 440: Normal +Vertex 441: Normal +Vertex 442: Normal +Vertex 443: Normal +Vertex 444: Normal +Vertex 445: Normal +Vertex 446: Normal +Vertex 447: Normal +Vertex 448: Normal +Vertex 449: Normal +Vertex 450: Normal +Vertex 451: Normal +Vertex 452: Normal +Vertex 453: Normal +Vertex 454: Normal +Vertex 455: Normal +Vertex 456: Normal +Vertex 457: Normal +Vertex 458: Normal +Vertex 459: Normal +Vertex 460: Normal +Vertex 461: Normal +Vertex 462: Normal +Vertex 463: Normal +Vertex 464: Normal +Vertex 465: Normal +Vertex 466: Normal +Vertex 467: Normal +Vertex 468: Normal +Vertex 469: Normal +Vertex 470: Normal +Vertex 471: Normal +Vertex 472: Normal +Vertex 473: Normal +Vertex 474: Normal +Vertex 475: Normal +Vertex 476: Normal +Vertex 477: Normal +Vertex 478: Normal +Vertex 479: Normal +Vertex 480: Normal +Vertex 481: Normal +Vertex 482: Normal +Vertex 483: Normal +Vertex 484: Normal +Vertex 485: Normal +Vertex 486: Normal +Vertex 487: Normal +Vertex 488: Normal +Vertex 489: Normal +Vertex 490: Normal +Vertex 491: Normal +Vertex 492: Normal +Vertex 493: Normal +Vertex 494: Normal +Vertex 495: Normal +Vertex 496: Normal +Vertex 497: Normal +Vertex 498: Normal +Vertex 499: Normal +Vertex 500: Normal +Vertex 501: Normal +Vertex 502: Normal +Vertex 503: Normal +Vertex 504: Normal +Vertex 505: Normal +Vertex 506: Normal +Vertex 507: Normal +Vertex 508: Normal +Vertex 509: Normal +Vertex 510: Normal +Vertex 511: Normal +Vertex 512: Normal +Vertex 513: Normal +Vertex 514: Normal +Vertex 515: Normal +Vertex 516: Normal +Vertex 517: Normal +Vertex 518: Normal +Vertex 519: Normal +Vertex 520: Normal +Vertex 521: Normal +Vertex 522: Normal +Vertex 523: Normal +Vertex 524: Normal +Vertex 525: Normal +Vertex 526: Normal +Vertex 527: Normal +Vertex 528: Normal +Vertex 529: Normal +Vertex 530: Normal +Vertex 531: Normal +Vertex 532: Normal +Vertex 533: Normal +Vertex 534: Normal +Vertex 535: Normal +Vertex 536: Normal +Vertex 537: Normal +Vertex 538: Normal +Vertex 539: Normal +Vertex 540: Normal +Vertex 541: Normal +Vertex 542: Normal +Vertex 543: Normal +Vertex 544: Normal +Vertex 545: Normal +Vertex 546: Normal +Vertex 547: Normal +Vertex 548: Normal +Vertex 549: Normal +Vertex 550: Normal +Vertex 551: Normal +Vertex 552: Normal +Vertex 553: Normal +Vertex 554: Normal +Vertex 555: Normal +Vertex 556: Normal +Vertex 557: Normal +Vertex 558: Normal +Vertex 559: Normal +Vertex 560: Normal +Vertex 561: Normal +Vertex 562: Normal +Vertex 563: Normal +Vertex 564: Normal +Vertex 565: Normal +Vertex 566: Normal +Vertex 567: Normal +Vertex 568: Normal +Vertex 569: Normal +Vertex 570: Normal +Vertex 571: Normal +Vertex 572: Normal +Vertex 573: Normal +Vertex 574: Normal +Vertex 575: Normal +Vertex 576: Normal +Vertex 577: Normal +Vertex 578: Normal +Vertex 579: Normal +Vertex 580: Normal +Vertex 581: Normal +Vertex 582: Normal +Vertex 583: Normal +Vertex 584: Normal +Vertex 585: Normal +Vertex 586: Normal +Vertex 587: Normal +Vertex 588: Normal +Vertex 589: Normal +Vertex 590: Normal +Vertex 591: Normal +Vertex 592: Normal +Vertex 593: Normal +Vertex 594: Normal +Vertex 595: Normal +Vertex 596: Normal +Vertex 597: Normal +Vertex 598: Normal +Vertex 599: Normal +Vertex 600: Normal +Vertex 601: Normal +Vertex 602: Normal +Vertex 603: Normal +Vertex 604: Normal +Vertex 605: Normal +Vertex 606: Normal +Vertex 607: Normal +Vertex 608: Normal +Vertex 609: Normal +Vertex 610: Normal +Vertex 611: Normal +Vertex 612: Normal +Vertex 613: Normal +Vertex 614: Normal +Vertex 615: Normal +Vertex 616: Normal +Vertex 617: Normal +Vertex 618: Normal +Vertex 619: Normal +Vertex 620: Normal +Vertex 621: Normal +Vertex 622: Normal +Vertex 623: Normal +Vertex 624: Normal +Vertex 625: Normal +Vertex 626: Normal +Vertex 627: Normal +Vertex 628: Normal +Vertex 629: Normal +Vertex 630: Normal +Vertex 631: Normal +Vertex 632: Normal +Vertex 633: Normal +Vertex 634: Normal +Vertex 635: Normal +Vertex 636: Normal +Vertex 637: Normal +Vertex 638: Normal +Vertex 639: Normal +Vertex 640: Normal +Vertex 641: Normal +Vertex 642: Normal +Vertex 643: Normal +Vertex 644: Normal +Vertex 645: Normal +Vertex 646: Normal +Vertex 647: Normal +Vertex 648: Normal +Vertex 649: Normal +Vertex 650: Normal +Vertex 651: Normal +Vertex 652: Normal +Vertex 653: Normal +Vertex 654: Normal +Vertex 655: Normal +Vertex 656: Normal +Vertex 657: Normal +Vertex 658: Normal +Vertex 659: Normal +Vertex 660: Normal +Vertex 661: Normal +Vertex 662: Normal +Vertex 663: Normal +Vertex 664: Normal +Vertex 665: Normal +Vertex 666: Normal +Vertex 667: Normal +Vertex 668: Normal +Vertex 669: Normal +Vertex 670: Normal +Vertex 671: Normal +Vertex 672: Normal +Vertex 673: Normal +Vertex 674: Normal +Vertex 675: Normal +Vertex 676: Normal +Vertex 677: Normal +Vertex 678: Normal +Vertex 679: Normal +Vertex 680: Normal +Vertex 681: Normal +Vertex 682: Normal +Vertex 683: Normal +Vertex 684: Normal +Vertex 685: Normal +Vertex 686: Normal +Vertex 687: Normal +Vertex 688: Normal +Vertex 689: Normal +Vertex 690: Normal +Vertex 691: Normal +Vertex 692: Normal +Vertex 693: Normal +Vertex 694: Normal +Vertex 695: Normal +Vertex 696: Normal +Vertex 697: Normal +Vertex 698: Normal +Vertex 699: Normal +Vertex 700: Normal +Vertex 701: Normal +Vertex 702: Normal +Vertex 703: Normal +Vertex 704: Normal +Vertex 705: Normal +Vertex 706: Normal +Vertex 707: Normal +Vertex 708: Normal +Vertex 709: Normal +Vertex 710: Normal +Vertex 711: Normal +Vertex 712: Normal +Vertex 713: Normal +Vertex 714: Normal +Vertex 715: Normal +Vertex 716: Normal +Vertex 717: Normal +Vertex 718: Normal +Vertex 719: Normal +Vertex 720: Normal +Vertex 721: Normal +Vertex 722: Normal +Vertex 723: Normal +Vertex 724: Normal +Vertex 725: Normal +Vertex 726: Normal +Vertex 727: Normal +Vertex 728: Normal +Vertex 729: Normal +Vertex 730: Normal +Vertex 731: Normal +Vertex 732: Normal +Vertex 733: Normal +Vertex 734: Normal +Vertex 735: Normal +Vertex 736: Normal +Vertex 737: Normal +Vertex 738: Normal +Vertex 739: Normal +Vertex 740: Normal +Vertex 741: Normal +Vertex 742: Normal +Vertex 743: Normal +Vertex 744: Normal +Vertex 745: Normal +Vertex 746: Normal +Vertex 747: Normal +Vertex 748: Normal +Vertex 749: Normal +Vertex 750: Normal +Vertex 751: Normal +Vertex 752: Normal +Vertex 753: Normal +Vertex 754: Normal +Vertex 755: Normal +Vertex 756: Normal +Vertex 757: Normal +Vertex 758: Normal +Vertex 759: Normal +Vertex 760: Normal +Vertex 761: Normal +Vertex 762: Normal +Vertex 763: Normal +Vertex 764: Normal +Vertex 765: Normal +Vertex 766: Normal +Vertex 767: Normal +Vertex 768: Normal +Vertex 769: Normal +Vertex 770: Normal +Vertex 771: Normal +Vertex 772: Normal +Vertex 773: Normal +Vertex 774: Normal +Vertex 775: Normal +Vertex 776: Normal +Vertex 777: Normal +Vertex 778: Normal +Vertex 779: Normal +Vertex 780: Normal +Vertex 781: Normal +Vertex 782: Normal +Vertex 783: Normal +Vertex 784: Normal +Vertex 785: Normal +Vertex 786: Normal +Vertex 787: Normal +Vertex 788: Normal +Vertex 789: Normal +Vertex 790: Normal +Vertex 791: Normal +Vertex 792: Normal +Vertex 793: Normal +Vertex 794: Normal +Vertex 795: Normal +Vertex 796: Normal +Vertex 797: Normal +Vertex 798: Normal +Vertex 799: Normal +Vertex 800: Normal +Vertex 801: Normal +Vertex 802: Normal +Vertex 803: Normal +Vertex 804: Normal +Vertex 805: Normal +Vertex 806: Normal +Vertex 807: Normal +Vertex 808: Normal +Vertex 809: Normal +Vertex 810: Normal +Vertex 811: Normal +Vertex 812: Normal +Vertex 813: Normal +Vertex 814: Normal +Vertex 815: Normal +Vertex 816: Normal +Vertex 817: Normal +Vertex 818: Normal +Vertex 819: Normal +Vertex 820: Normal +Vertex 821: Normal +Vertex 822: Normal +Vertex 823: Normal +Vertex 824: Normal +Vertex 825: Normal +Vertex 826: Normal +Vertex 827: Normal +Vertex 828: Normal +Vertex 829: Normal +Vertex 830: Normal +Vertex 831: Normal +Vertex 832: Normal +Vertex 833: Normal +Vertex 834: Normal +Vertex 835: Normal +Vertex 836: Normal +Vertex 837: Normal +Vertex 838: Normal +Vertex 839: Normal +Vertex 840: Normal +Vertex 841: Normal +Vertex 842: Normal +Vertex 843: Normal +Vertex 844: Normal +Vertex 845: Normal +Vertex 846: Normal +Vertex 847: Normal +Vertex 848: Normal +Vertex 849: Normal +Vertex 850: Normal +Vertex 851: Normal +Vertex 852: Normal +Vertex 853: Normal +Vertex 854: Normal +Vertex 855: Normal +Vertex 856: Normal +Vertex 857: Normal +Vertex 858: Normal +Vertex 859: Normal +Vertex 860: Normal +Vertex 861: Normal +Vertex 862: Normal +Vertex 863: Normal +Vertex 864: Normal +Vertex 865: Normal +Vertex 866: Normal +Vertex 867: Normal +Vertex 868: Normal +Vertex 869: Normal +Vertex 870: Normal +Vertex 871: Normal +Vertex 872: Normal +Vertex 873: Normal +Vertex 874: Normal +Vertex 875: Normal +Vertex 876: Normal +Vertex 877: Normal +Vertex 878: Normal +Vertex 879: Normal +Vertex 880: Normal +Vertex 881: Normal +Vertex 882: Normal +Vertex 883: Normal +Vertex 884: Normal +Vertex 885: Normal +Vertex 886: Normal +Vertex 887: Normal +Vertex 888: Normal +Vertex 889: Normal +Vertex 890: Normal +Vertex 891: Normal +Vertex 892: Normal +Vertex 893: Normal +Vertex 894: Normal +Vertex 895: Normal +Vertex 896: Normal +Vertex 897: Normal +Vertex 898: Normal +Vertex 899: Normal +Vertex 900: Normal +Vertex 901: Normal +Vertex 902: Normal +Vertex 903: Normal +Vertex 904: Normal +Vertex 905: Normal +Vertex 906: Normal +Vertex 907: Normal +Vertex 908: Normal +Vertex 909: Normal +Vertex 910: Normal +Vertex 911: Normal +Vertex 912: Normal +Vertex 913: Normal +Vertex 914: Normal +Vertex 915: Normal +Vertex 916: Normal +Vertex 917: Normal +Vertex 918: Normal +Vertex 919: Normal +Vertex 920: Normal +Vertex 921: Normal +Vertex 922: Normal +Vertex 923: Normal +Vertex 924: Normal +Vertex 925: Normal +Vertex 926: Normal +Vertex 927: Normal +Vertex 928: Normal +Vertex 929: Normal +Vertex 930: Normal +Vertex 931: Normal +Vertex 932: Normal +Vertex 933: Normal +Vertex 934: Normal +Vertex 935: Normal +Vertex 936: Normal +Vertex 937: Normal +Vertex 938: Normal +Vertex 939: Normal +Vertex 940: Normal +Vertex 941: Normal +Vertex 942: Normal +Vertex 943: Normal +Vertex 944: Normal +Vertex 945: Normal +Vertex 946: Normal +Vertex 947: Normal +Vertex 948: Normal +Vertex 949: Normal +Vertex 950: Normal +Vertex 951: Normal +Vertex 952: Normal +Vertex 953: Normal +Vertex 954: Normal +Vertex 955: Normal +Vertex 956: Normal +Vertex 957: Normal +Vertex 958: Normal +Vertex 959: Normal +Vertex 960: Normal +Vertex 961: Normal +Vertex 962: Normal +Vertex 963: Normal +Vertex 964: Normal +Vertex 965: Normal +Vertex 966: Normal +Vertex 967: Normal +Vertex 968: Normal +Vertex 969: Normal +Vertex 970: Normal +Vertex 971: Normal +Vertex 972: Normal +Vertex 973: Normal +Vertex 974: Normal +Vertex 975: Normal +Vertex 976: Normal +Vertex 977: Normal +Vertex 978: Normal +Vertex 979: Normal +Vertex 980: Normal +Vertex 981: Normal +Vertex 982: Normal +Vertex 983: Normal +Vertex 984: Normal +Vertex 985: Normal +Vertex 986: Normal +Vertex 987: Normal +Vertex 988: Normal +Vertex 989: Normal +Vertex 990: Normal +Vertex 991: Normal +Vertex 992: Normal +Vertex 993: Normal +Vertex 994: Normal +Vertex 995: Normal +Vertex 996: Normal +Vertex 997: Normal +Vertex 998: Normal +Vertex 999: Normal +Vertex 1000: Normal +Vertex 1001: Normal +Vertex 1002: Normal +Vertex 1003: Normal +Vertex 1004: Normal +Vertex 1005: Normal +Vertex 1006: Normal +Vertex 1007: Normal +Vertex 1008: Normal +Vertex 1009: Normal +Vertex 1010: Normal +Vertex 1011: Normal +Vertex 1012: Normal +Vertex 1013: Normal +Vertex 1014: Normal +Vertex 1015: Normal +Vertex 1016: Normal +Vertex 1017: Normal +Vertex 1018: Normal +Vertex 1019: Normal +Vertex 1020: Normal +Vertex 1021: Normal +Vertex 1022: Normal +Vertex 1023: Normal +Vertex 1024: Normal +Vertex 1025: Normal +Vertex 1026: Normal +Vertex 1027: Normal +Vertex 1028: Normal +Vertex 1029: Normal +Vertex 1030: Normal +Vertex 1031: Normal +Vertex 1032: Normal +Vertex 1033: Normal +Vertex 1034: Normal +Vertex 1035: Normal +Vertex 1036: Normal +Vertex 1037: Normal +Vertex 1038: Normal +Vertex 1039: Normal +Vertex 1040: Normal +Vertex 1041: Normal +Vertex 1042: Normal +Vertex 1043: Normal +Vertex 1044: Normal +Vertex 1045: Normal +Vertex 1046: Normal +Vertex 1047: Normal +Vertex 1048: Normal +Vertex 1049: Normal +Vertex 1050: Normal +Vertex 1051: Normal +Vertex 1052: Normal +Vertex 1053: Normal +Vertex 1054: Normal +Vertex 1055: Normal +Vertex 1056: Normal +Vertex 1057: Normal +Vertex 1058: Normal +Vertex 1059: Normal +Vertex 1060: Normal +Vertex 1061: Normal +Vertex 1062: Normal +Vertex 1063: Normal +Vertex 1064: Normal +Vertex 1065: Normal +Vertex 1066: Normal +Vertex 1067: Normal +Vertex 1068: Normal +Vertex 1069: Normal +Vertex 1070: Normal +Vertex 1071: Normal +Vertex 1072: Normal +Vertex 1073: Normal +Vertex 1074: Normal +Vertex 1075: Normal +Vertex 1076: Normal +Vertex 1077: Normal +Vertex 1078: Normal +Vertex 1079: Normal +Vertex 1080: Normal +Vertex 1081: Normal +Vertex 1082: Normal +Vertex 1083: Normal +Vertex 1084: Normal +Vertex 1085: Normal +Vertex 1086: Normal +Vertex 1087: Normal +Vertex 1088: Normal +Vertex 1089: Normal +Vertex 1090: Normal +Vertex 1091: Normal +Vertex 1092: Normal +Vertex 1093: Normal +Vertex 1094: Normal +Vertex 1095: Normal +Vertex 1096: Normal +Vertex 1097: Normal +Vertex 1098: Normal +Vertex 1099: Normal +Vertex 1100: Normal +Vertex 1101: Normal +Vertex 1102: Normal +Vertex 1103: Normal +Vertex 1104: Normal +Vertex 1105: Normal +Vertex 1106: Normal +Vertex 1107: Normal +Vertex 1108: Normal +Vertex 1109: Normal +Vertex 1110: Normal +Vertex 1111: Normal +Vertex 1112: Normal +Vertex 1113: Normal +Vertex 1114: Normal +Vertex 1115: Normal +Vertex 1116: Normal +Vertex 1117: Normal +Vertex 1118: Normal +Vertex 1119: Normal +Vertex 1120: Normal +Vertex 1121: Normal +Vertex 1122: Normal +Vertex 1123: Normal +Vertex 1124: Normal +Vertex 1125: Normal +Vertex 1126: Normal +Vertex 1127: Normal +Vertex 1128: Normal +Vertex 1129: Normal +Vertex 1130: Normal +Vertex 1131: Normal +Vertex 1132: Normal +Vertex 1133: Normal +Vertex 1134: Normal +Vertex 1135: Normal +Vertex 1136: Normal +Vertex 1137: Normal +Vertex 1138: Normal +Vertex 1139: Normal +Vertex 1140: Normal +Vertex 1141: Normal +Vertex 1142: Normal +Vertex 1143: Normal +Vertex 1144: Normal +Vertex 1145: Normal +Vertex 1146: Normal +Vertex 1147: Normal +Vertex 1148: Normal +Vertex 1149: Normal +Vertex 1150: Normal +Vertex 1151: Normal +Vertex 1152: Normal +Vertex 1153: Normal +Vertex 1154: Normal +Vertex 1155: Normal +Vertex 1156: Normal +Vertex 1157: Normal +Vertex 1158: Normal +Vertex 1159: Normal +Vertex 1160: Normal +Vertex 1161: Normal +Vertex 1162: Normal +Vertex 1163: Normal +Vertex 1164: Normal +Vertex 1165: Normal +Vertex 1166: Normal +Vertex 1167: Normal +Vertex 1168: Normal +Vertex 1169: Normal +Vertex 1170: Normal +Vertex 1171: Normal +Vertex 1172: Normal +Vertex 1173: Normal +Vertex 1174: Normal +Vertex 1175: Normal +Vertex 1176: Normal +Vertex 1177: Normal +Vertex 1178: Normal +Vertex 1179: Normal +Vertex 1180: Normal +Vertex 1181: Normal +Vertex 1182: Normal +Vertex 1183: Normal +Vertex 1184: Normal +Vertex 1185: Normal +Vertex 1186: Normal +Vertex 1187: Normal +Vertex 1188: Normal +Vertex 1189: Normal +Vertex 1190: Normal +Vertex 1191: Normal +Vertex 1192: Normal +Vertex 1193: Normal +Vertex 1194: Normal +Vertex 1195: Normal +Vertex 1196: Normal +Vertex 1197: Normal +Vertex 1198: Normal +Vertex 1199: Normal +Vertex 1200: Normal +Vertex 1201: Normal +Vertex 1202: Normal +Vertex 1203: Normal +Vertex 1204: Normal +Vertex 1205: Normal +Vertex 1206: Normal +Vertex 1207: Normal +Vertex 1208: Normal +Vertex 1209: Normal +Vertex 1210: Normal +Vertex 1211: Normal +Vertex 1212: Normal +Vertex 1213: Normal +Vertex 1214: Normal +Vertex 1215: Normal +Vertex 1216: Normal +Vertex 1217: Normal +Vertex 1218: Normal +Vertex 1219: Normal +Vertex 1220: Normal +Vertex 1221: Normal +Vertex 1222: Normal +Vertex 1223: Normal +Vertex 1224: Normal +Vertex 1225: Normal +Vertex 1226: Normal +Vertex 1227: Normal +Vertex 1228: Normal +Vertex 1229: Normal +Vertex 1230: Normal +Vertex 1231: Normal +Vertex 1232: Normal +Vertex 1233: Normal +Vertex 1234: Normal +Vertex 1235: Normal +Vertex 1236: Normal +Vertex 1237: Normal +Vertex 1238: Normal +Vertex 1239: Normal +Vertex 1240: Normal +Vertex 1241: Normal +Vertex 1242: Normal +Vertex 1243: Normal +Vertex 1244: Normal +Vertex 1245: Normal +Vertex 1246: Normal +Vertex 1247: Normal +Vertex 1248: Normal +Vertex 1249: Normal +Vertex 1250: Normal +Vertex 1251: Normal +Vertex 1252: Normal +Vertex 1253: Normal +Vertex 1254: Normal +Vertex 1255: Normal +Vertex 1256: Normal +Vertex 1257: Normal +Vertex 1258: Normal +Vertex 1259: Normal +Vertex 1260: Normal +Vertex 1261: Normal +Vertex 1262: Normal +Vertex 1263: Normal +Vertex 1264: Normal +Vertex 1265: Normal +Vertex 1266: Normal +Vertex 1267: Normal +Vertex 1268: Normal +Vertex 1269: Normal +Vertex 1270: Normal +Vertex 1271: Normal +Vertex 1272: Normal +Vertex 1273: Normal +Vertex 1274: Normal +Vertex 1275: Normal +Vertex 1276: Normal +Vertex 1277: Normal +Vertex 1278: Normal +Vertex 1279: Normal +Vertex 1280: Normal +Vertex 1281: Normal +Vertex 1282: Normal +Vertex 1283: Normal +Vertex 1284: Normal +Vertex 1285: Normal +Vertex 1286: Normal +Vertex 1287: Normal +Vertex 1288: Normal +Vertex 1289: Normal +Vertex 1290: Normal +Vertex 1291: Normal +Vertex 1292: Normal +Vertex 1293: Normal +Vertex 1294: Normal +Vertex 1295: Normal +Vertex 1296: Normal +Vertex 1297: Normal +Vertex 1298: Normal +Vertex 1299: Normal +Vertex 1300: Normal +Vertex 1301: Normal +Vertex 1302: Normal +Vertex 1303: Normal +Vertex 1304: Normal +Vertex 1305: Normal +Vertex 1306: Normal +Vertex 1307: Normal +Vertex 1308: Normal +Vertex 1309: Normal +Vertex 1310: Normal +Vertex 1311: Normal +Vertex 1312: Normal +Vertex 1313: Normal +Vertex 1314: Normal +Vertex 1315: Normal +Vertex 1316: Normal +Vertex 1317: Normal +Vertex 1318: Normal +Vertex 1319: Normal +Vertex 1320: Normal +Vertex 1321: Normal +Vertex 1322: Normal +Vertex 1323: Normal +Vertex 1324: Normal +Vertex 1325: Normal +Vertex 1326: Normal +Vertex 1327: Normal +Vertex 1328: Normal +Vertex 1329: Normal +Vertex 1330: Normal +Vertex 1331: Normal +Vertex 1332: Normal +Vertex 1333: Normal +Vertex 1334: Normal +Vertex 1335: Normal +Vertex 1336: Normal +Vertex 1337: Normal +Vertex 1338: Normal +Vertex 1339: Normal +Vertex 1340: Normal +Vertex 1341: Normal +Vertex 1342: Normal +Vertex 1343: Normal +Vertex 1344: Normal +Vertex 1345: Normal +Vertex 1346: Normal +Vertex 1347: Normal +Vertex 1348: Normal +Vertex 1349: Normal +Vertex 1350: Normal +Vertex 1351: Normal +Vertex 1352: Normal +Vertex 1353: Normal +Vertex 1354: Normal +Vertex 1355: Normal +Vertex 1356: Normal +Vertex 1357: Normal +Vertex 1358: Normal +Vertex 1359: Normal +Vertex 1360: Normal +Vertex 1361: Normal +Vertex 1362: Normal +Vertex 1363: Normal +Vertex 1364: Normal +Vertex 1365: Normal +Vertex 1366: Normal +Vertex 1367: Normal +Vertex 1368: Normal +Vertex 1369: Normal +Vertex 1370: Normal +Vertex 1371: Normal +Vertex 1372: Normal +Vertex 1373: Normal +Vertex 1374: Normal +Vertex 1375: Normal +Vertex 1376: Normal +Vertex 1377: Normal +Vertex 1378: Normal +Vertex 1379: Normal +Vertex 1380: Normal +Vertex 1381: Normal +Vertex 1382: Normal +Vertex 1383: Normal +Vertex 1384: Normal +Vertex 1385: Normal +Vertex 1386: Normal +Vertex 1387: Normal +Vertex 1388: Normal +Vertex 1389: Normal +Vertex 1390: Normal +Vertex 1391: Normal +Vertex 1392: Normal +Vertex 1393: Normal +Vertex 1394: Normal +Vertex 1395: Normal +Vertex 1396: Normal +Vertex 1397: Normal +Vertex 1398: Normal +Vertex 1399: Normal +Vertex 1400: Normal +Vertex 1401: Normal +Vertex 1402: Normal +Vertex 1403: Normal +Vertex 1404: Normal +Vertex 1405: Normal +Vertex 1406: Normal +Vertex 1407: Normal +Vertex 1408: Normal +Vertex 1409: Normal +Vertex 1410: Normal +Vertex 1411: Normal +Vertex 1412: Normal +Vertex 1413: Normal +Vertex 1414: Normal +Vertex 1415: Normal +Vertex 1416: Normal +Vertex 1417: Normal +Vertex 1418: Normal +Vertex 1419: Normal +Vertex 1420: Normal +Vertex 1421: Normal +Vertex 1422: Normal +Vertex 1423: Normal +Vertex 1424: Normal +Vertex 1425: Normal +Vertex 1426: Normal +Vertex 1427: Normal +Vertex 1428: Normal +Vertex 1429: Normal +Vertex 1430: Normal +Vertex 1431: Normal +Vertex 1432: Normal +Vertex 1433: Normal +Vertex 1434: Normal +Vertex 1435: Normal +Vertex 1436: Normal +Vertex 1437: Normal +Vertex 1438: Normal +Vertex 1439: Normal +Vertex 1440: Normal +Vertex 1441: Normal +Vertex 1442: Normal +Vertex 1443: Normal +Vertex 1444: Normal +Vertex 1445: Normal +Vertex 1446: Normal +Vertex 1447: Normal +Vertex 1448: Normal +Vertex 1449: Normal +Vertex 1450: Normal +Vertex 1451: Normal +Vertex 1452: Normal +Vertex 1453: Normal +Vertex 1454: Normal +Vertex 1455: Normal +Vertex 1456: Normal +Vertex 1457: Normal +Vertex 1458: Normal +Vertex 1459: Normal +Vertex 1460: Normal +Vertex 1461: Normal +Vertex 1462: Normal +Vertex 1463: Normal +Vertex 1464: Normal +Vertex 1465: Normal +Vertex 1466: Normal +Vertex 1467: Normal +Vertex 1468: Normal +Vertex 1469: Normal +Vertex 1470: Normal +Vertex 1471: Normal +Vertex 1472: Normal +Vertex 1473: Normal +Vertex 1474: Normal +Vertex 1475: Normal +Vertex 1476: Normal +Vertex 1477: Normal +Vertex 1478: Normal +Vertex 1479: Normal +Vertex 1480: Normal +Vertex 1481: Normal +Vertex 1482: Normal +Vertex 1483: Normal +Vertex 1484: Normal +Vertex 1485: Normal +Vertex 1486: Normal +Vertex 1487: Normal +Vertex 1488: Normal +Vertex 1489: Normal +Vertex 1490: Normal +Vertex 1491: Normal +Vertex 1492: Normal +Vertex 1493: Normal +Vertex 1494: Normal +Vertex 1495: Normal +Vertex 1496: Normal +Vertex 1497: Normal +Vertex 1498: Normal +Vertex 1499: Normal +Vertex 1500: Normal +Vertex 1501: Normal +Vertex 1502: Normal +Vertex 1503: Normal +Vertex 1504: Normal +Vertex 1505: Normal +Vertex 1506: Normal +Vertex 1507: Normal +Vertex 1508: Normal +Vertex 1509: Normal +Vertex 1510: Normal +Vertex 1511: Normal +Vertex 1512: Normal +Vertex 1513: Normal +Vertex 1514: Normal +Vertex 1515: Normal +Vertex 1516: Normal +Vertex 1517: Normal +Vertex 1518: Normal +Vertex 1519: Normal +Vertex 1520: Normal +Vertex 1521: Normal +Vertex 1522: Normal +Vertex 1523: Normal +Vertex 1524: Normal +Vertex 1525: Normal +Vertex 1526: Normal +Vertex 1527: Normal +Vertex 1528: Normal +Vertex 1529: Normal +Vertex 1530: Normal +Vertex 1531: Normal +Vertex 1532: Normal +Vertex 1533: Normal +Vertex 1534: Normal +Vertex 1535: Normal +Vertex 1536: Normal +Vertex 1537: Normal +Vertex 1538: Normal +Vertex 1539: Normal +Vertex 1540: Normal +Vertex 1541: Normal +Vertex 1542: Normal +Vertex 1543: Normal +Vertex 1544: Normal +Vertex 1545: Normal +Vertex 1546: Normal +Vertex 1547: Normal +Vertex 1548: Normal +Vertex 1549: Normal +Vertex 1550: Normal +Vertex 1551: Normal +Vertex 1552: Normal +Vertex 1553: Normal +Vertex 1554: Normal +Vertex 1555: Normal +Vertex 1556: Normal +Vertex 1557: Normal +Vertex 1558: Normal +Vertex 1559: Normal +Vertex 1560: Normal +Vertex 1561: Normal +Vertex 1562: Normal +Vertex 1563: Normal +Vertex 1564: Normal +Vertex 1565: Normal +Vertex 1566: Normal +Vertex 1567: Normal +Vertex 1568: Normal +Vertex 1569: Normal +Vertex 1570: Normal +Vertex 1571: Normal +Vertex 1572: Normal +Vertex 1573: Normal +Vertex 1574: Normal +Vertex 1575: Normal +Vertex 1576: Normal +Vertex 1577: Normal +Vertex 1578: Normal +Vertex 1579: Normal +Vertex 1580: Normal +Vertex 1581: Normal +Vertex 1582: Normal +Vertex 1583: Normal +Vertex 1584: Normal +Vertex 1585: Normal +Vertex 1586: Normal +Vertex 1587: Normal +Vertex 1588: Normal +Vertex 1589: Normal +Vertex 1590: Normal +Vertex 1591: Normal +Vertex 1592: Normal +Vertex 1593: Normal +Vertex 1594: Normal +Vertex 1595: Normal +Vertex 1596: Normal +Vertex 1597: Normal +Vertex 1598: Normal +Vertex 1599: Normal +Vertex 1600: Normal +Vertex 1601: Normal +Vertex 1602: Normal +Vertex 1603: Normal +Vertex 1604: Normal +Vertex 1605: Normal +Vertex 1606: Normal +Vertex 1607: Normal +Vertex 1608: Normal +Vertex 1609: Normal +Vertex 1610: Normal +Vertex 1611: Normal +Vertex 1612: Normal +Vertex 1613: Normal +Vertex 1614: Normal +Vertex 1615: Normal +Vertex 1616: Normal +Vertex 1617: Normal +Vertex 1618: Normal +Vertex 1619: Normal +Vertex 1620: Normal +Vertex 1621: Normal +Vertex 1622: Normal +Vertex 1623: Normal +Vertex 1624: Normal +Vertex 1625: Normal +Vertex 1626: Normal +Vertex 1627: Normal +Vertex 1628: Normal +Vertex 1629: Normal +Vertex 1630: Normal +Vertex 1631: Normal +Vertex 1632: Normal +Vertex 1633: Normal +Vertex 1634: Normal +Vertex 1635: Normal +Vertex 1636: Normal +Vertex 1637: Normal +Vertex 1638: Normal +Vertex 1639: Normal +Vertex 1640: Normal +Vertex 1641: Normal +Vertex 1642: Normal +Vertex 1643: Normal +Vertex 1644: Normal +Vertex 1645: Normal +Vertex 1646: Normal +Vertex 1647: Normal +Vertex 1648: Normal +Vertex 1649: Normal +Vertex 1650: Normal +Vertex 1651: Normal +Vertex 1652: Normal +Vertex 1653: Normal +Vertex 1654: Normal +Vertex 1655: Normal +Vertex 1656: Normal +Vertex 1657: Normal +Vertex 1658: Normal +Vertex 1659: Normal +Vertex 1660: Normal +Vertex 1661: Normal +Vertex 1662: Normal +Vertex 1663: Normal +Vertex 1664: Normal +Vertex 1665: Normal +Vertex 1666: Normal +Vertex 1667: Normal +Vertex 1668: Normal +Vertex 1669: Normal +Vertex 1670: Normal +Vertex 1671: Normal +Vertex 1672: Normal +Vertex 1673: Normal +Vertex 1674: Normal +Vertex 1675: Normal +Vertex 1676: Normal +Vertex 1677: Normal +Vertex 1678: Normal +Vertex 1679: Normal +Vertex 1680: Normal +Vertex 1681: Normal +Vertex 1682: Normal +Vertex 1683: Normal +Vertex 1684: Normal +Vertex 1685: Normal +Vertex 1686: Normal +Vertex 1687: Normal +Vertex 1688: Normal +Vertex 1689: Normal +Vertex 1690: Normal +Vertex 1691: Normal +Vertex 1692: Normal +Vertex 1693: Normal +Vertex 1694: Normal +Vertex 1695: Normal +Vertex 1696: Normal +Vertex 1697: Normal +Vertex 1698: Normal +Vertex 1699: Normal +Vertex 1700: Normal +Vertex 1701: Normal +Vertex 1702: Normal +Vertex 1703: Normal +Vertex 1704: Normal +Vertex 1705: Normal +Vertex 1706: Normal +Vertex 1707: Normal +Vertex 1708: Normal +Vertex 1709: Normal +Vertex 1710: Normal +Vertex 1711: Normal +Vertex 1712: Normal +Vertex 1713: Normal +Vertex 1714: Normal +Vertex 1715: Normal +Vertex 1716: Normal +Vertex 1717: Normal +Vertex 1718: Normal +Vertex 1719: Normal +Vertex 1720: Normal +Vertex 1721: Normal +Vertex 1722: Normal +Vertex 1723: Normal +Vertex 1724: Normal +Vertex 1725: Normal +Vertex 1726: Normal +Vertex 1727: Normal +Vertex 1728: Normal +Vertex 1729: Normal +Vertex 1730: Normal +Vertex 1731: Normal +Vertex 1732: Normal +Vertex 1733: Normal +Vertex 1734: Normal +Vertex 1735: Normal +Vertex 1736: Normal +Vertex 1737: Normal +Vertex 1738: Normal +Vertex 1739: Normal +Vertex 1740: Normal +Vertex 1741: Normal +Vertex 1742: Normal +Vertex 1743: Normal +Vertex 1744: Normal +Vertex 1745: Normal +Vertex 1746: Normal +Vertex 1747: Normal +Vertex 1748: Normal +Vertex 1749: Normal +Vertex 1750: Normal +Vertex 1751: Normal +Vertex 1752: Normal +Vertex 1753: Normal +Vertex 1754: Normal +Vertex 1755: Normal +Vertex 1756: Normal +Vertex 1757: Normal +Vertex 1758: Normal +Vertex 1759: Normal +Vertex 1760: Normal +Vertex 1761: Normal +Vertex 1762: Normal +Vertex 1763: Normal +Vertex 1764: Normal +Vertex 1765: Normal +Vertex 1766: Normal +Vertex 1767: Normal +Vertex 1768: Normal +Vertex 1769: Normal +Vertex 1770: Normal +Vertex 1771: Normal +Vertex 1772: Normal +Vertex 1773: Normal +Vertex 1774: Normal +Vertex 1775: Normal +Vertex 1776: Normal +Vertex 1777: Normal +Vertex 1778: Normal +Vertex 1779: Normal +Vertex 1780: Normal +Vertex 1781: Normal +Vertex 1782: Normal +Vertex 1783: Normal +Vertex 1784: Normal +Vertex 1785: Normal +Vertex 1786: Normal +Vertex 1787: Normal +Vertex 1788: Normal +Vertex 1789: Normal +Vertex 1790: Normal +Vertex 1791: Normal +Vertex 1792: Normal +Vertex 1793: Normal +Vertex 1794: Normal +Vertex 1795: Normal +Vertex 1796: Normal +Vertex 1797: Normal +Vertex 1798: Normal +Vertex 1799: Normal +Vertex 1800: Normal +Vertex 1801: Normal +Vertex 1802: Normal +Vertex 1803: Normal +Vertex 1804: Normal +Vertex 1805: Normal +Vertex 1806: Normal +Vertex 1807: Normal +Vertex 1808: Normal +Vertex 1809: Normal +Vertex 1810: Normal +Vertex 1811: Normal +Vertex 1812: Normal +Vertex 1813: Normal +Vertex 1814: Normal +Vertex 1815: Normal +Vertex 1816: Normal +Vertex 1817: Normal +Vertex 1818: Normal +Vertex 1819: Normal +Vertex 1820: Normal +Vertex 1821: Normal +Vertex 1822: Normal +Vertex 1823: Normal +Vertex 1824: Normal +Vertex 1825: Normal +Vertex 1826: Normal +Vertex 1827: Normal +Vertex 1828: Normal +Vertex 1829: Normal +Vertex 1830: Normal +Vertex 1831: Normal +Vertex 1832: Normal +Vertex 1833: Normal +Vertex 1834: Normal +Vertex 1835: Normal +Vertex 1836: Normal +Vertex 1837: Normal +Vertex 1838: Normal +Vertex 1839: Normal +Vertex 1840: Normal +Vertex 1841: Normal +Vertex 1842: Normal +Vertex 1843: Normal +Vertex 1844: Normal +Vertex 1845: Normal +Vertex 1846: Normal +Vertex 1847: Normal +Vertex 1848: Normal +Vertex 1849: Normal +Vertex 1850: Normal +Vertex 1851: Normal +Vertex 1852: Normal +Vertex 1853: Normal +Vertex 1854: Normal +Vertex 1855: Normal +Vertex 1856: Normal +Vertex 1857: Normal +Vertex 1858: Normal +Vertex 1859: Normal +Vertex 1860: Normal +Vertex 1861: Normal +Vertex 1862: Normal +Vertex 1863: Normal +Vertex 1864: Normal +Vertex 1865: Normal +Vertex 1866: Normal +Vertex 1867: Normal +Vertex 1868: Normal +Vertex 1869: Normal +Vertex 1870: Normal +Vertex 1871: Normal +Vertex 1872: Normal +Vertex 1873: Normal +Vertex 1874: Normal +Vertex 1875: Normal +Vertex 1876: Normal +Vertex 1877: Normal +Vertex 1878: Normal +Vertex 1879: Normal +Vertex 1880: Normal +Vertex 1881: Normal +Vertex 1882: Normal +Vertex 1883: Normal +Vertex 1884: Normal +Vertex 1885: Normal +Vertex 1886: Normal +Vertex 1887: Normal +Vertex 1888: Normal +Vertex 1889: Normal +Vertex 1890: Normal +Vertex 1891: Normal +Vertex 1892: Normal +Vertex 1893: Normal +Vertex 1894: Normal +Vertex 1895: Normal +Vertex 1896: Normal +Vertex 1897: Normal +Vertex 1898: Normal +Vertex 1899: Normal +Vertex 1900: Normal +Vertex 1901: Normal +Vertex 1902: Normal +Vertex 1903: Normal +Vertex 1904: Normal +Vertex 1905: Normal +Vertex 1906: Normal +Vertex 1907: Normal +Vertex 1908: Normal +Vertex 1909: Normal +Vertex 1910: Normal +Vertex 1911: Normal +Vertex 1912: Normal +Vertex 1913: Normal +Vertex 1914: Normal +Vertex 1915: Normal +Vertex 1916: Normal +Vertex 1917: Normal +Vertex 1918: Normal +Vertex 1919: Normal +Vertex 1920: Normal +Vertex 1921: Normal +Vertex 1922: Normal +Vertex 1923: Normal +Vertex 1924: Normal +Vertex 1925: Normal +Vertex 1926: Normal +Vertex 1927: Normal +Vertex 1928: Normal +Vertex 1929: Normal +Vertex 1930: Normal +Vertex 1931: Normal +Vertex 1932: Normal +Vertex 1933: Normal +Vertex 1934: Normal +Vertex 1935: Normal +Vertex 1936: Normal +Vertex 1937: Normal +Vertex 1938: Normal +Vertex 1939: Normal +Vertex 1940: Normal +Vertex 1941: Normal +Vertex 1942: Normal +Vertex 1943: Normal +Vertex 1944: Normal +Vertex 1945: Normal +Vertex 1946: Normal +Vertex 1947: Normal +Vertex 1948: Normal +Vertex 1949: Normal +Vertex 1950: Normal +Vertex 1951: Normal +Vertex 1952: Normal +Vertex 1953: Normal +Vertex 1954: Normal +Vertex 1955: Normal +Vertex 1956: Normal +Vertex 1957: Normal +Vertex 1958: Normal +Vertex 1959: Normal +Vertex 1960: Normal +Vertex 1961: Normal +Vertex 1962: Normal +Vertex 1963: Normal +Vertex 1964: Normal +Vertex 1965: Normal +Vertex 1966: Normal +Vertex 1967: Normal +Vertex 1968: Normal +Vertex 1969: Normal +Vertex 1970: Normal +Vertex 1971: Normal +Vertex 1972: Normal +Vertex 1973: Normal +Vertex 1974: Normal +Vertex 1975: Normal +Vertex 1976: Normal +Vertex 1977: Normal +Vertex 1978: Normal +Vertex 1979: Normal +Vertex 1980: Normal +Vertex 1981: Normal +Vertex 1982: Normal +Vertex 1983: Normal +Vertex 1984: Normal +Vertex 1985: Normal +Vertex 1986: Normal +Vertex 1987: Normal +Vertex 1988: Normal +Vertex 1989: Normal +Vertex 1990: Normal +Vertex 1991: Normal +Vertex 1992: Normal +Vertex 1993: Normal +Vertex 1994: Normal +Vertex 1995: Normal +Vertex 1996: Normal +Vertex 1997: Normal +Vertex 1998: Normal +Vertex 1999: Normal +Vertex 2000: Normal +Vertex 2001: Normal +Vertex 2002: Normal +Vertex 2003: Normal +Vertex 2004: Normal +Vertex 2005: Normal +Vertex 2006: Normal +Vertex 2007: Normal +Vertex 2008: Normal +Vertex 2009: Normal +Vertex 2010: Normal +Vertex 2011: Normal +Vertex 2012: Normal +Vertex 2013: Normal +Vertex 2014: Normal +Vertex 2015: Normal +Vertex 2016: Normal +Vertex 2017: Normal +Vertex 2018: Normal +Vertex 2019: Normal +Vertex 2020: Normal +Vertex 2021: Normal +Vertex 2022: Normal +Vertex 2023: Normal +Vertex 2024: Normal +Vertex 2025: Normal +Vertex 2026: Normal +Vertex 2027: Normal +Vertex 2028: Normal +Vertex 2029: Normal +Vertex 2030: Normal +Vertex 2031: Normal +Vertex 2032: Normal +Vertex 2033: Normal +Vertex 2034: Normal +Vertex 2035: Normal +Vertex 2036: Normal +Vertex 2037: Normal +Vertex 2038: Normal +Vertex 2039: Normal +Vertex 2040: Normal +Vertex 2041: Normal +Vertex 2042: Normal +Vertex 2043: Normal +Vertex 2044: Normal +Vertex 2045: Normal +Vertex 2046: Normal +Vertex 2047: Normal +Vertex 2048: Normal +Vertex 2049: Normal +Vertex 2050: Normal +Vertex 2051: Normal +Vertex 2052: Normal +Vertex 2053: Normal +Vertex 2054: Normal +Vertex 2055: Normal +Vertex 2056: Normal +Vertex 2057: Normal +Vertex 2058: Normal +Vertex 2059: Normal +Vertex 2060: Normal +Vertex 2061: Normal +Vertex 2062: Normal +Vertex 2063: Normal +Vertex 2064: Normal +Vertex 2065: Normal +Vertex 2066: Normal +Vertex 2067: Normal +Vertex 2068: Normal +Vertex 2069: Normal +Vertex 2070: Normal +Vertex 2071: Normal +Vertex 2072: Normal +Vertex 2073: Normal +Vertex 2074: Normal +Vertex 2075: Normal +Vertex 2076: Normal +Vertex 2077: Normal +Vertex 2078: Normal +Vertex 2079: Normal +Vertex 2080: Normal +Vertex 2081: Normal +Vertex 2082: Normal +Vertex 2083: Normal +Vertex 2084: Normal +Vertex 2085: Normal +Vertex 2086: Normal +Vertex 2087: Normal +Vertex 2088: Normal +Vertex 2089: Normal +Vertex 2090: Normal +Vertex 2091: Normal +Vertex 2092: Normal +Vertex 2093: Normal +Vertex 2094: Normal +Vertex 2095: Normal +Vertex 2096: Normal +Vertex 2097: Normal +Vertex 2098: Normal +Vertex 2099: Normal +Vertex 2100: Normal +Vertex 2101: Normal +Vertex 2102: Normal +Vertex 2103: Normal +Vertex 2104: Normal +Vertex 2105: Normal +Vertex 2106: Normal +Vertex 2107: Normal +Vertex 2108: Normal +Vertex 2109: Normal +Vertex 2110: Normal +Vertex 2111: Normal +Vertex 2112: Normal +Vertex 2113: Normal +Vertex 2114: Normal +Vertex 2115: Normal +Vertex 2116: Normal +Vertex 2117: Normal +Vertex 2118: Normal +Vertex 2119: Normal +Vertex 2120: Normal +Vertex 2121: Normal +Vertex 2122: Normal +Vertex 2123: Normal +Vertex 2124: Normal +Vertex 2125: Normal +Vertex 2126: Normal +Vertex 2127: Normal +Vertex 2128: Normal +Vertex 2129: Normal +Vertex 2130: Normal +Vertex 2131: Normal +Vertex 2132: Normal +Vertex 2133: Normal +Vertex 2134: Normal +Vertex 2135: Normal +Vertex 2136: Normal +Vertex 2137: Normal +Vertex 2138: Normal +Vertex 2139: Normal +Vertex 2140: Normal +Vertex 2141: Normal +Vertex 2142: Normal +Vertex 2143: Normal +Vertex 2144: Normal +Vertex 2145: Normal +Vertex 2146: Normal +Vertex 2147: Normal +Vertex 2148: Normal +Vertex 2149: Normal +Vertex 2150: Normal +Vertex 2151: Normal +Vertex 2152: Normal +Vertex 2153: Normal +Vertex 2154: Normal +Vertex 2155: Normal +Vertex 2156: Normal +Vertex 2157: Normal +Vertex 2158: Normal +Vertex 2159: Normal +Vertex 2160: Normal +Vertex 2161: Normal +Vertex 2162: Normal +Vertex 2163: Normal +Vertex 2164: Normal +Vertex 2165: Normal +Vertex 2166: Normal +Vertex 2167: Normal +Vertex 2168: Normal +Vertex 2169: Normal +Vertex 2170: Normal +Vertex 2171: Normal +Vertex 2172: Normal +Vertex 2173: Normal +Vertex 2174: Normal +Vertex 2175: Normal +Vertex 2176: Normal +Vertex 2177: Normal +Vertex 2178: Normal +Vertex 2179: Normal +Vertex 2180: Normal +Vertex 2181: Normal +Vertex 2182: Normal +Vertex 2183: Normal +Vertex 2184: Normal +Vertex 2185: Normal +Vertex 2186: Normal +Vertex 2187: Normal +Vertex 2188: Normal +Vertex 2189: Normal +Vertex 2190: Normal +Vertex 2191: Normal +Vertex 2192: Normal +Vertex 2193: Normal +Vertex 2194: Normal +Vertex 2195: Normal +Vertex 2196: Normal +Vertex 2197: Normal +Vertex 2198: Normal +Vertex 2199: Normal +Vertex 2200: Normal +Vertex 2201: Normal +Vertex 2202: Normal +Vertex 2203: Normal +Vertex 2204: Normal +Vertex 2205: Normal +Vertex 2206: Normal +Vertex 2207: Normal +Vertex 2208: Normal +Vertex 2209: Normal +Vertex 2210: Normal +Vertex 2211: Normal +Vertex 2212: Normal +Vertex 2213: Normal +Vertex 2214: Normal +Vertex 2215: Normal +Vertex 2216: Normal +Vertex 2217: Normal +Vertex 2218: Normal +Vertex 2219: Normal +Vertex 2220: Normal +Vertex 2221: Normal +Vertex 2222: Normal +Vertex 2223: Normal +Vertex 2224: Normal +Vertex 2225: Normal +Vertex 2226: Normal +Vertex 2227: Normal +Vertex 2228: Normal +Vertex 2229: Normal +Vertex 2230: Normal +Vertex 2231: Normal +Vertex 2232: Normal +Vertex 2233: Normal +Vertex 2234: Normal +Vertex 2235: Normal +Vertex 2236: Normal +Vertex 2237: Normal +Vertex 2238: Normal +Vertex 2239: Normal +Vertex 2240: Normal +Vertex 2241: Normal +Vertex 2242: Normal +Vertex 2243: Normal +Vertex 2244: Normal +Vertex 2245: Normal +Vertex 2246: Normal +Vertex 2247: Normal +Vertex 2248: Normal +Vertex 2249: Normal +Vertex 2250: Normal +Vertex 2251: Normal +Vertex 2252: Normal +Vertex 2253: Normal +Vertex 2254: Normal +Vertex 2255: Normal +Vertex 2256: Normal +Vertex 2257: Normal +Vertex 2258: Normal +Vertex 2259: Normal +Vertex 2260: Normal +Vertex 2261: Normal +Vertex 2262: Normal +Vertex 2263: Normal +Vertex 2264: Normal +Vertex 2265: Normal +Vertex 2266: Normal +Vertex 2267: Normal +Vertex 2268: Normal +Vertex 2269: Normal +Vertex 2270: Normal +Vertex 2271: Normal +Vertex 2272: Normal +Vertex 2273: Normal +Vertex 2274: Normal +Vertex 2275: Normal +Vertex 2276: Normal +Vertex 2277: Normal +Vertex 2278: Normal +Vertex 2279: Normal +Vertex 2280: Normal +Vertex 2281: Normal +Vertex 2282: Normal +Vertex 2283: Normal +Vertex 2284: Normal +Vertex 2285: Normal +Vertex 2286: Normal +Vertex 2287: Normal +Vertex 2288: Normal +Vertex 2289: Normal +Vertex 2290: Normal +Vertex 2291: Normal +Vertex 2292: Normal +Vertex 2293: Normal +Vertex 2294: Normal +Vertex 2295: Normal +Vertex 2296: Normal +Vertex 2297: Normal +Vertex 2298: Normal +Vertex 2299: Normal +Vertex 2300: Normal +Vertex 2301: Normal +Vertex 2302: Normal +Vertex 2303: Normal +Vertex 2304: Normal +Vertex 2305: Normal +Vertex 2306: Normal +Vertex 2307: Normal +Vertex 2308: Normal +Vertex 2309: Normal +Vertex 2310: Normal +Vertex 2311: Normal +Vertex 2312: Normal +Vertex 2313: Normal +Vertex 2314: Normal +Vertex 2315: Normal +Vertex 2316: Normal +Vertex 2317: Normal +Vertex 2318: Normal +Vertex 2319: Normal +Vertex 2320: Normal +Vertex 2321: Normal +Vertex 2322: Normal +Vertex 2323: Normal +Vertex 2324: Normal +Vertex 2325: Normal +Vertex 2326: Normal +Vertex 2327: Normal +Vertex 2328: Normal +Vertex 2329: Normal +Vertex 2330: Normal +Vertex 2331: Normal +Vertex 2332: Normal +Vertex 2333: Normal +Vertex 2334: Normal +Vertex 2335: Normal +Vertex 2336: Normal +Vertex 2337: Normal +Vertex 2338: Normal +Vertex 2339: Normal +Vertex 2340: Normal +Vertex 2341: Normal +Vertex 2342: Normal +Vertex 2343: Normal +Vertex 2344: Normal +Vertex 2345: Normal +Vertex 2346: Normal +Vertex 2347: Normal +Vertex 2348: Normal +Vertex 2349: Normal +Vertex 2350: Normal +Vertex 2351: Normal +Vertex 2352: Normal +Vertex 2353: Normal +Vertex 2354: Normal +Vertex 2355: Normal +Vertex 2356: Normal +Vertex 2357: Normal +Vertex 2358: Normal +Vertex 2359: Normal +Vertex 2360: Normal +Vertex 2361: Normal +Vertex 2362: Normal +Vertex 2363: Normal +Vertex 2364: Normal +Vertex 2365: Normal +Vertex 2366: Normal +Vertex 2367: Normal +Vertex 2368: Normal +Vertex 2369: Normal +Vertex 2370: Normal +Vertex 2371: Normal +Vertex 2372: Normal +Vertex 2373: Normal +Vertex 2374: Normal +Vertex 2375: Normal +Vertex 2376: Normal +Vertex 2377: Normal +Vertex 2378: Normal +Vertex 2379: Normal +Vertex 2380: Normal +Vertex 2381: Normal +Vertex 2382: Normal +Vertex 2383: Normal +Vertex 2384: Normal +Vertex 2385: Normal +Vertex 2386: Normal +Vertex 2387: Normal +Vertex 2388: Normal +Vertex 2389: Normal +Vertex 2390: Normal +Vertex 2391: Normal +Vertex 2392: Normal +Vertex 2393: Normal +Vertex 2394: Normal +Vertex 2395: Normal +Vertex 2396: Normal +Vertex 2397: Normal +Vertex 2398: Normal +Vertex 2399: Normal +Vertex 2400: Normal +Vertex 2401: Normal +Vertex 2402: Normal +Vertex 2403: Normal +Vertex 2404: Normal +Vertex 2405: Normal +Vertex 2406: Normal +Vertex 2407: Normal +Vertex 2408: Normal +Vertex 2409: Normal +Vertex 2410: Normal +Vertex 2411: Normal +Vertex 2412: Normal +Vertex 2413: Normal +Vertex 2414: Normal +Vertex 2415: Normal +Vertex 2416: Normal +Vertex 2417: Normal +Vertex 2418: Normal +Vertex 2419: Normal +Vertex 2420: Normal +Vertex 2421: Normal +Vertex 2422: Normal +Vertex 2423: Normal +Vertex 2424: Normal +Vertex 2425: Normal +Vertex 2426: Normal +Vertex 2427: Normal +Vertex 2428: Normal +Vertex 2429: Normal +Vertex 2430: Normal +Vertex 2431: Normal +Vertex 2432: Normal +Vertex 2433: Normal +Vertex 2434: Normal +Vertex 2435: Normal +Vertex 2436: Normal +Vertex 2437: Normal +Vertex 2438: Normal +Vertex 2439: Normal +Vertex 2440: Normal +Vertex 2441: Normal +Vertex 2442: Normal +Vertex 2443: Normal +Vertex 2444: Normal +Vertex 2445: Normal +Vertex 2446: Normal +Vertex 2447: Normal +Vertex 2448: Normal +Vertex 2449: Normal +Vertex 2450: Normal +Vertex 2451: Normal +Vertex 2452: Normal +Vertex 2453: Normal +Vertex 2454: Normal +Vertex 2455: Normal +Vertex 2456: Normal +Vertex 2457: Normal +Vertex 2458: Normal +Vertex 2459: Normal +Vertex 2460: Normal +Vertex 2461: Normal +Vertex 2462: Normal +Vertex 2463: Normal +Vertex 2464: Normal +Vertex 2465: Normal +Vertex 2466: Normal +Vertex 2467: Normal +Vertex 2468: Normal +Vertex 2469: Normal +Vertex 2470: Normal +Vertex 2471: Normal +Vertex 2472: Normal +Vertex 2473: Normal +Vertex 2474: Normal +Vertex 2475: Normal +Vertex 2476: Normal +Vertex 2477: Normal +Vertex 2478: Normal +Vertex 2479: Normal +Vertex 2480: Normal +Vertex 2481: Normal +Vertex 2482: Normal +Vertex 2483: Normal +Vertex 2484: Normal +Vertex 2485: Normal +Vertex 2486: Normal +Vertex 2487: Normal +Vertex 2488: Normal +Vertex 2489: Normal +Vertex 2490: Normal +Vertex 2491: Normal +Vertex 2492: Normal +Vertex 2493: Normal +Vertex 2494: Normal +Vertex 2495: Normal +Vertex 2496: Normal +Vertex 2497: Normal +Vertex 2498: Normal +Vertex 2499: Normal +Vertex 2500: Normal +Vertex 2501: Normal +Vertex 2502: Normal +Vertex 2503: Normal +Vertex 2504: Normal +Vertex 2505: Normal +Vertex 2506: Normal +Vertex 2507: Normal +Vertex 2508: Normal +Vertex 2509: Normal +Vertex 2510: Normal +Vertex 2511: Normal +Vertex 2512: Normal +Vertex 2513: Normal +Vertex 2514: Normal +Vertex 2515: Normal +Vertex 2516: Normal +Vertex 2517: Normal +Vertex 2518: Normal +Vertex 2519: Normal +Vertex 2520: Normal +Vertex 2521: Normal +Vertex 2522: Normal +Vertex 2523: Normal +Vertex 2524: Normal +Vertex 2525: Normal +Vertex 2526: Normal +Vertex 2527: Normal +Vertex 2528: Normal +Vertex 2529: Normal +Vertex 2530: Normal +Vertex 2531: Normal +Vertex 2532: Normal +Vertex 2533: Normal +Vertex 2534: Normal +Vertex 2535: Normal +Vertex 2536: Normal +Vertex 2537: Normal +Vertex 2538: Normal +Vertex 2539: Normal +Vertex 2540: Normal +Vertex 2541: Normal +Vertex 2542: Normal +Vertex 2543: Normal +Vertex 2544: Normal +Vertex 2545: Normal +Vertex 2546: Normal +Vertex 2547: Normal +Vertex 2548: Normal +Vertex 2549: Normal +Vertex 2550: Normal +Vertex 2551: Normal +Vertex 2552: Normal +Vertex 2553: Normal +Vertex 2554: Normal +Vertex 2555: Normal +Vertex 2556: Normal +Vertex 2557: Normal +Vertex 2558: Normal +Vertex 2559: Normal +Vertex 2560: Normal +Vertex 2561: Normal +Vertex 2562: Normal +Vertex 2563: Normal +Vertex 2564: Normal +Vertex 2565: Normal +Vertex 2566: Normal +Vertex 2567: Normal +Vertex 2568: Normal +Vertex 2569: Normal +Vertex 2570: Normal +Vertex 2571: Normal +Vertex 2572: Normal +Vertex 2573: Normal +Vertex 2574: Normal +Vertex 2575: Normal +Vertex 2576: Normal +Vertex 2577: Normal +Vertex 2578: Normal +Vertex 2579: Normal +Vertex 2580: Normal +Vertex 2581: Normal +Vertex 2582: Normal +Vertex 2583: Normal +Vertex 2584: Normal +Vertex 2585: Normal +Vertex 2586: Normal +Vertex 2587: Normal +Vertex 2588: Normal +Vertex 2589: Normal +Vertex 2590: Normal +Vertex 2591: Normal +Vertex 2592: Normal +Vertex 2593: Normal +Vertex 2594: Normal +Vertex 2595: Normal +Vertex 2596: Normal +Vertex 2597: Normal +Vertex 2598: Normal +Vertex 2599: Normal +Vertex 2600: Normal +Vertex 2601: Normal +Vertex 2602: Normal +Vertex 2603: Normal +Vertex 2604: Normal +Vertex 2605: Normal +Vertex 2606: Normal +Vertex 2607: Normal +Vertex 2608: Normal +Vertex 2609: Normal +Vertex 2610: Normal +Vertex 2611: Normal +Vertex 2612: Normal +Vertex 2613: Normal +Vertex 2614: Normal +Vertex 2615: Normal +Vertex 2616: Normal +Vertex 2617: Normal +Vertex 2618: Normal +Vertex 2619: Normal +Vertex 2620: Normal +Vertex 2621: Normal +Vertex 2622: Normal +Vertex 2623: Normal +Vertex 2624: Normal +Vertex 2625: Normal +Vertex 2626: Normal +Vertex 2627: Normal +Vertex 2628: Normal +Vertex 2629: Normal +Vertex 2630: Normal +Vertex 2631: Normal +Vertex 2632: Normal +Vertex 2633: Normal +Vertex 2634: Normal +Vertex 2635: Normal +Vertex 2636: Normal +Vertex 2637: Normal +Vertex 2638: Normal +Vertex 2639: Normal +Vertex 2640: Normal +Vertex 2641: Normal +Vertex 2642: Normal +Vertex 2643: Normal +Vertex 2644: Normal +Vertex 2645: Normal +Vertex 2646: Normal +Vertex 2647: Normal +Vertex 2648: Normal +Vertex 2649: Normal +Vertex 2650: Normal +Vertex 2651: Normal +Vertex 2652: Normal +Vertex 2653: Normal +Vertex 2654: Normal +Vertex 2655: Normal +Vertex 2656: Normal +Vertex 2657: Normal +Vertex 2658: Normal +Vertex 2659: Normal +Vertex 2660: Normal +Vertex 2661: Normal +Vertex 2662: Normal +Vertex 2663: Normal +Vertex 2664: Normal +Vertex 2665: Normal +Vertex 2666: Normal +Vertex 2667: Normal +Vertex 2668: Normal +Vertex 2669: Normal +Vertex 2670: Normal +Vertex 2671: Normal +Vertex 2672: Normal +Vertex 2673: Normal +Vertex 2674: Normal +Vertex 2675: Normal +Vertex 2676: Normal +Vertex 2677: Normal +Vertex 2678: Normal +Vertex 2679: Normal +Vertex 2680: Normal +Vertex 2681: Normal +Vertex 2682: Normal +Vertex 2683: Normal +Vertex 2684: Normal +Vertex 2685: Normal +Vertex 2686: Normal +Vertex 2687: Normal +Vertex 2688: Normal +Vertex 2689: Normal +Vertex 2690: Normal +Vertex 2691: Normal +Vertex 2692: Normal +Vertex 2693: Normal +Vertex 2694: Normal +Vertex 2695: Normal +Vertex 2696: Normal +Vertex 2697: Normal +Vertex 2698: Normal +Vertex 2699: Normal +Vertex 2700: Normal +Vertex 2701: Normal +Vertex 2702: Normal +Vertex 2703: Normal +Vertex 2704: Normal +Vertex 2705: Normal +Vertex 2706: Normal +Vertex 2707: Normal +Vertex 2708: Normal +Vertex 2709: Normal +Vertex 2710: Normal +Vertex 2711: Normal +Vertex 2712: Normal +Vertex 2713: Normal +Vertex 2714: Normal +Vertex 2715: Normal +Vertex 2716: Normal +Vertex 2717: Normal +Vertex 2718: Normal +Vertex 2719: Normal +Vertex 2720: Normal +Vertex 2721: Normal +Vertex 2722: Normal +Vertex 2723: Normal +Vertex 2724: Normal +Vertex 2725: Normal +Vertex 2726: Normal +Vertex 2727: Normal +Vertex 2728: Normal +Vertex 2729: Normal +Vertex 2730: Normal +Vertex 2731: Normal +Vertex 2732: Normal +Vertex 2733: Normal +Vertex 2734: Normal +Vertex 2735: Normal +Vertex 2736: Normal +Vertex 2737: Normal +Vertex 2738: Normal +Vertex 2739: Normal +Vertex 2740: Normal +Vertex 2741: Normal +Vertex 2742: Normal +Vertex 2743: Normal +Vertex 2744: Normal +Vertex 2745: Normal +Vertex 2746: Normal +Vertex 2747: Normal +Vertex 2748: Normal +Vertex 2749: Normal +Vertex 2750: Normal +Vertex 2751: Normal +Vertex 2752: Normal +Vertex 2753: Normal +Vertex 2754: Normal +Vertex 2755: Normal +Vertex 2756: Normal +Vertex 2757: Normal +Vertex 2758: Normal +Vertex 2759: Normal +Vertex 2760: Normal +Vertex 2761: Normal +Vertex 2762: Normal +Vertex 2763: Normal +Vertex 2764: Normal +Vertex 2765: Normal +Vertex 2766: Normal +Vertex 2767: Normal +Vertex 2768: Normal +Vertex 2769: Normal +Vertex 2770: Normal +Vertex 2771: Normal +Vertex 2772: Normal +Vertex 2773: Normal +Vertex 2774: Normal +Vertex 2775: Normal +Vertex 2776: Normal +Vertex 2777: Normal +Vertex 2778: Normal +Vertex 2779: Normal +Vertex 2780: Normal +Vertex 2781: Normal +Vertex 2782: Normal +Vertex 2783: Normal +Vertex 2784: Normal +Vertex 2785: Normal +Vertex 2786: Normal +Vertex 2787: Normal +Vertex 2788: Normal +Vertex 2789: Normal +Vertex 2790: Normal +Vertex 2791: Normal +Vertex 2792: Normal +Vertex 2793: Normal +Vertex 2794: Normal +Vertex 2795: Normal +Vertex 2796: Normal +Vertex 2797: Normal +Vertex 2798: Normal +Vertex 2799: Normal +Vertex 2800: Normal +Vertex 2801: Normal +Vertex 2802: Normal +Vertex 2803: Normal +Vertex 2804: Normal +Vertex 2805: Normal +Vertex 2806: Normal +Vertex 2807: Normal +Vertex 2808: Normal +Vertex 2809: Normal +Vertex 2810: Normal +Vertex 2811: Normal +Vertex 2812: Normal +Vertex 2813: Normal +Vertex 2814: Normal +Vertex 2815: Normal +Vertex 2816: Normal +Vertex 2817: Normal +Vertex 2818: Normal +Vertex 2819: Normal +Vertex 2820: Normal +Vertex 2821: Normal +Vertex 2822: Normal +Vertex 2823: Normal +Vertex 2824: Normal +Vertex 2825: Normal +Vertex 2826: Normal +Vertex 2827: Normal +Vertex 2828: Normal +Vertex 2829: Normal +Vertex 2830: Normal +Vertex 2831: Normal +Vertex 2832: Normal +Vertex 2833: Normal +Vertex 2834: Normal +Vertex 2835: Normal +Vertex 2836: Normal +Vertex 2837: Normal +Vertex 2838: Normal +Vertex 2839: Normal +Vertex 2840: Normal +Vertex 2841: Normal +Vertex 2842: Normal +Vertex 2843: Normal +Vertex 2844: Normal +Vertex 2845: Normal +Vertex 2846: Normal +Vertex 2847: Normal +Vertex 2848: Normal +Vertex 2849: Normal +Vertex 2850: Normal +Vertex 2851: Normal +Vertex 2852: Normal +Vertex 2853: Normal +Vertex 2854: Normal +Vertex 2855: Normal +Vertex 2856: Normal +Vertex 2857: Normal +Vertex 2858: Normal +Vertex 2859: Normal +Vertex 2860: Normal +Vertex 2861: Normal +Vertex 2862: Normal +Vertex 2863: Normal +Vertex 2864: Normal +Vertex 2865: Normal +Vertex 2866: Normal +Vertex 2867: Normal +Vertex 2868: Normal +Vertex 2869: Normal +Vertex 2870: Normal +Vertex 2871: Normal +Vertex 2872: Normal +Vertex 2873: Normal +Vertex 2874: Normal +Vertex 2875: Normal +Vertex 2876: Normal +Vertex 2877: Normal +Vertex 2878: Normal +Vertex 2879: Normal +Vertex 2880: Normal +Vertex 2881: Normal +Vertex 2882: Normal +Vertex 2883: Normal +Vertex 2884: Normal +Vertex 2885: Normal +Vertex 2886: Normal +Vertex 2887: Normal +Vertex 2888: Normal +Vertex 2889: Normal +Vertex 2890: Normal +Vertex 2891: Normal +Vertex 2892: Normal +Vertex 2893: Normal +Vertex 2894: Normal +Vertex 2895: Normal +Vertex 2896: Normal +Vertex 2897: Normal +Vertex 2898: Normal +Vertex 2899: Normal +Vertex 2900: Normal +Vertex 2901: Normal +Vertex 2902: Normal +Vertex 2903: Normal +Vertex 2904: Normal +Vertex 2905: Normal +Vertex 2906: Normal +Vertex 2907: Normal +Vertex 2908: Normal +Vertex 2909: Normal +Vertex 2910: Normal +Vertex 2911: Normal +Vertex 2912: Normal +Vertex 2913: Normal +Vertex 2914: Normal +Vertex 2915: Normal +Vertex 2916: Normal +Vertex 2917: Normal +Vertex 2918: Normal +Vertex 2919: Normal +Vertex 2920: Normal +Vertex 2921: Normal +Vertex 2922: Normal +Vertex 2923: Normal +Vertex 2924: Normal +Vertex 2925: Normal +Vertex 2926: Normal +Vertex 2927: Normal +Vertex 2928: Normal +Vertex 2929: Normal +Vertex 2930: Normal +Vertex 2931: Normal +Vertex 2932: Normal +Vertex 2933: Normal +Vertex 2934: Normal +Vertex 2935: Normal +Vertex 2936: Normal +Vertex 2937: Normal +Vertex 2938: Normal +Vertex 2939: Normal +Vertex 2940: Normal +Vertex 2941: Normal +Vertex 2942: Normal +Vertex 2943: Normal +Vertex 2944: Normal +Vertex 2945: Normal +Vertex 2946: Normal +Vertex 2947: Normal +Vertex 2948: Normal +Vertex 2949: Normal +Vertex 2950: Normal +Vertex 2951: Normal +Vertex 2952: Normal +Vertex 2953: Normal +Vertex 2954: Normal +Vertex 2955: Normal +Vertex 2956: Normal +Vertex 2957: Normal +Vertex 2958: Normal +Vertex 2959: Normal +Vertex 2960: Normal +Vertex 2961: Normal +Vertex 2962: Normal +Vertex 2963: Normal +Vertex 2964: Normal +Vertex 2965: Normal +Vertex 2966: Normal +Vertex 2967: Normal +Vertex 2968: Normal +Vertex 2969: Normal +Vertex 2970: Normal +Vertex 2971: Normal +Vertex 2972: Normal +Vertex 2973: Normal +Vertex 2974: Normal +Vertex 2975: Normal +Vertex 2976: Normal +Vertex 2977: Normal +Vertex 2978: Normal +Vertex 2979: Normal +Vertex 2980: Normal +Vertex 2981: Normal +Vertex 2982: Normal +Vertex 2983: Normal +Vertex 2984: Normal +Vertex 2985: Normal +Vertex 2986: Normal +Vertex 2987: Normal +Vertex 2988: Normal +Vertex 2989: Normal +Vertex 2990: Normal +Vertex 2991: Normal +Vertex 2992: Normal +Vertex 2993: Normal +Vertex 2994: Normal +Vertex 2995: Normal +Vertex 2996: Normal +Vertex 2997: Normal +Vertex 2998: Normal +Vertex 2999: Normal +Vertex 3000: Normal +Vertex 3001: Normal +Vertex 3002: Normal +Vertex 3003: Normal +Vertex 3004: Normal +Vertex 3005: Normal +Vertex 3006: Normal +Vertex 3007: Normal +Vertex 3008: Normal +Vertex 3009: Normal +Vertex 3010: Normal +Vertex 3011: Normal +Vertex 3012: Normal +Vertex 3013: Normal +Vertex 3014: Normal +Vertex 3015: Normal +Vertex 3016: Normal +Vertex 3017: Normal +Vertex 3018: Normal +Vertex 3019: Normal +Vertex 3020: Normal +Vertex 3021: Normal +Vertex 3022: Normal +Vertex 3023: Normal +Vertex 3024: Normal +Vertex 3025: Normal +Vertex 3026: Normal +Vertex 3027: Normal +Vertex 3028: Normal +Vertex 3029: Normal +Vertex 3030: Normal +Vertex 3031: Normal +Vertex 3032: Normal +Vertex 3033: Normal +Vertex 3034: Normal +Vertex 3035: Normal +Vertex 3036: Normal +Vertex 3037: Normal +Vertex 3038: Normal +Vertex 3039: Normal +Vertex 3040: Normal +Vertex 3041: Normal +Vertex 3042: Normal +Vertex 3043: Normal +Vertex 3044: Normal +Vertex 3045: Normal +Vertex 3046: Normal +Vertex 3047: Normal +Vertex 3048: Normal +Vertex 3049: Normal +Vertex 3050: Normal +Vertex 3051: Normal +Vertex 3052: Normal +Vertex 3053: Normal +Vertex 3054: Normal +Vertex 3055: Normal +Vertex 3056: Normal +Vertex 3057: Normal +Vertex 3058: Normal +Vertex 3059: Normal +Vertex 3060: Normal +Vertex 3061: Normal +Vertex 3062: Normal +Vertex 3063: Normal +Vertex 3064: Normal +Vertex 3065: Normal +Vertex 3066: Normal +Vertex 3067: Normal +Vertex 3068: Normal +Vertex 3069: Normal +Vertex 3070: Normal +Vertex 3071: Normal +Vertex 3072: Normal +Vertex 3073: Normal +Vertex 3074: Normal +Vertex 3075: Normal +Vertex 3076: Normal +Vertex 3077: Normal +Vertex 3078: Normal +Vertex 3079: Normal +Vertex 3080: Normal +Vertex 3081: Normal +Vertex 3082: Normal +Vertex 3083: Normal +Vertex 3084: Normal +Vertex 3085: Normal +Vertex 3086: Normal +Vertex 3087: Normal +Vertex 3088: Normal +Vertex 3089: Normal +Vertex 3090: Normal +Vertex 3091: Normal +Vertex 3092: Normal +Vertex 3093: Normal +Vertex 3094: Normal +Vertex 3095: Normal +Vertex 3096: Normal +Vertex 3097: Normal +Vertex 3098: Normal +Vertex 3099: Normal +Vertex 3100: Normal +Vertex 3101: Normal +Vertex 3102: Normal +Vertex 3103: Normal +Vertex 3104: Normal +Vertex 3105: Normal +Vertex 3106: Normal +Vertex 3107: Normal +Vertex 3108: Normal +Vertex 3109: Normal +Vertex 3110: Normal +Vertex 3111: Normal +Vertex 3112: Normal +Vertex 3113: Normal +Vertex 3114: Normal +Vertex 3115: Normal +Vertex 3116: Normal +Vertex 3117: Normal +Vertex 3118: Normal +Vertex 3119: Normal +Vertex 3120: Normal +Vertex 3121: Normal +Vertex 3122: Normal +Vertex 3123: Normal +Vertex 3124: Normal +Vertex 3125: Normal +Vertex 3126: Normal +Vertex 3127: Normal +Vertex 3128: Normal +Vertex 3129: Normal +Vertex 3130: Normal +Vertex 3131: Normal +Vertex 3132: Normal +Vertex 3133: Normal +Vertex 3134: Normal +Vertex 3135: Normal +Vertex 3136: Normal +Vertex 3137: Normal +Vertex 3138: Normal +Vertex 3139: Normal +Vertex 3140: Normal +Vertex 3141: Normal +Vertex 3142: Normal +Vertex 3143: Normal +Vertex 3144: Normal +Vertex 3145: Normal +Vertex 3146: Normal +Vertex 3147: Normal +Vertex 3148: Normal +Vertex 3149: Normal +Vertex 3150: Normal +Vertex 3151: Normal +Vertex 3152: Normal +Vertex 3153: Normal +Vertex 3154: Normal +Vertex 3155: Normal +Vertex 3156: Normal +Vertex 3157: Normal +Vertex 3158: Normal +Vertex 3159: Normal +Vertex 3160: Normal +Vertex 3161: Normal +Vertex 3162: Normal +Vertex 3163: Normal +Vertex 3164: Normal +Vertex 3165: Normal +Vertex 3166: Normal +Vertex 3167: Normal +Vertex 3168: Normal +Vertex 3169: Normal +Vertex 3170: Normal +Vertex 3171: Normal +Vertex 3172: Normal +Vertex 3173: Normal +Vertex 3174: Normal +Vertex 3175: Normal +Vertex 3176: Normal +Vertex 3177: Normal +Vertex 3178: Normal +Vertex 3179: Normal +Vertex 3180: Normal +Vertex 3181: Normal +Vertex 3182: Normal +Vertex 3183: Normal +Vertex 3184: Normal +Vertex 3185: Normal +Vertex 3186: Normal +Vertex 3187: Normal +Vertex 3188: Normal +Vertex 3189: Normal +Vertex 3190: Normal +Vertex 3191: Normal +Vertex 3192: Normal +Vertex 3193: Normal +Vertex 3194: Normal +Vertex 3195: Normal +Vertex 3196: Normal +Vertex 3197: Normal +Vertex 3198: Normal +Vertex 3199: Normal +Vertex 3200: Normal +Vertex 3201: Normal +Vertex 3202: Normal +Vertex 3203: Normal +Vertex 3204: Normal +Vertex 3205: Normal +Vertex 3206: Normal +Vertex 3207: Normal +Vertex 3208: Normal +Vertex 3209: Normal +Vertex 3210: Normal +Vertex 3211: Normal +Vertex 3212: Normal +Vertex 3213: Normal +Vertex 3214: Normal +Vertex 3215: Normal +Vertex 3216: Normal +Vertex 3217: Normal +Vertex 3218: Normal +Vertex 3219: Normal +Vertex 3220: Normal +Vertex 3221: Normal +Vertex 3222: Normal +Vertex 3223: Normal +Vertex 3224: Normal +Vertex 3225: Normal +Vertex 3226: Normal +Vertex 3227: Normal +Vertex 3228: Normal +Vertex 3229: Normal +Vertex 3230: Normal +Vertex 3231: Normal +Vertex 3232: Normal +Vertex 3233: Normal +Vertex 3234: Normal +Vertex 3235: Normal +Vertex 3236: Normal +Vertex 3237: Normal +Vertex 3238: Normal +Vertex 3239: Normal +Vertex 3240: Normal +Vertex 3241: Normal +Vertex 3242: Normal +Vertex 3243: Normal +Vertex 3244: Normal +Vertex 3245: Normal +Vertex 3246: Normal +Vertex 3247: Normal +Vertex 3248: Normal +Vertex 3249: Normal +Vertex 3250: Normal +Vertex 3251: Normal +Vertex 3252: Normal +Vertex 3253: Normal +Vertex 3254: Normal +Vertex 3255: Normal +Vertex 3256: Normal +Vertex 3257: Normal +Vertex 3258: Normal +Vertex 3259: Normal +Vertex 3260: Normal +Vertex 3261: Normal +Vertex 3262: Normal +Vertex 3263: Normal +Vertex 3264: Normal +Vertex 3265: Normal +Vertex 3266: Normal +Vertex 3267: Normal +Vertex 3268: Normal +Vertex 3269: Normal +Vertex 3270: Normal +Vertex 3271: Normal +Vertex 3272: Normal +Vertex 3273: Normal +Vertex 3274: Normal +Vertex 3275: Normal +Vertex 3276: Normal +Vertex 3277: Normal +Vertex 3278: Normal +Vertex 3279: Normal +Vertex 3280: Normal +Vertex 3281: Normal +Vertex 3282: Normal +Vertex 3283: Normal +Vertex 3284: Normal +Vertex 3285: Normal +Vertex 3286: Normal +Vertex 3287: Normal +Vertex 3288: Normal +Vertex 3289: Normal +Vertex 3290: Normal +Vertex 3291: Normal +Vertex 3292: Normal +Vertex 3293: Normal +Vertex 3294: Normal +Vertex 3295: Normal +Vertex 3296: Normal +Vertex 3297: Normal +Vertex 3298: Normal +Vertex 3299: Normal +Vertex 3300: Normal +Vertex 3301: Normal +Vertex 3302: Normal +Vertex 3303: Normal +Vertex 3304: Normal +Vertex 3305: Normal +Vertex 3306: Normal +Vertex 3307: Normal +Vertex 3308: Normal +Vertex 3309: Normal +Vertex 3310: Normal +Vertex 3311: Normal +Vertex 3312: Normal +Vertex 3313: Normal +Vertex 3314: Normal +Vertex 3315: Normal +Vertex 3316: Normal +Vertex 3317: Normal +Vertex 3318: Normal +Vertex 3319: Normal +Vertex 3320: Normal +Vertex 3321: Normal +Vertex 3322: Normal +Vertex 3323: Normal +Vertex 3324: Normal +Vertex 3325: Normal +Vertex 3326: Normal +Vertex 3327: Normal +Vertex 3328: Normal +Vertex 3329: Normal +Vertex 3330: Normal +Vertex 3331: Normal +Vertex 3332: Normal +Vertex 3333: Normal +Vertex 3334: Normal +Vertex 3335: Normal +Vertex 3336: Normal +Vertex 3337: Normal +Vertex 3338: Normal +Vertex 3339: Normal +Vertex 3340: Normal +Vertex 3341: Normal +Vertex 3342: Normal +Vertex 3343: Normal +Vertex 3344: Normal +Vertex 3345: Normal +Vertex 3346: Normal +Vertex 3347: Normal +Vertex 3348: Normal +Vertex 3349: Normal +Vertex 3350: Normal +Vertex 3351: Normal +Vertex 3352: Normal +Vertex 3353: Normal +Vertex 3354: Normal +Vertex 3355: Normal +Vertex 3356: Normal +Vertex 3357: Normal +Vertex 3358: Normal +Vertex 3359: Normal +Vertex 3360: Normal +Vertex 3361: Normal +Vertex 3362: Normal +Vertex 3363: Normal +Vertex 3364: Normal +Vertex 3365: Normal +Vertex 3366: Normal +Vertex 3367: Normal +Vertex 3368: Normal +Vertex 3369: Normal +Vertex 3370: Normal +Vertex 3371: Normal +Vertex 3372: Normal +Vertex 3373: Normal +Vertex 3374: Normal +Vertex 3375: Normal +Vertex 3376: Normal +Vertex 3377: Normal +Vertex 3378: Normal +Vertex 3379: Normal +Vertex 3380: Normal +Vertex 3381: Normal +Vertex 3382: Normal +Vertex 3383: Normal +Vertex 3384: Normal +Vertex 3385: Normal +Vertex 3386: Normal +Vertex 3387: Normal +Vertex 3388: Normal +Vertex 3389: Normal +Vertex 3390: Normal +Vertex 3391: Normal +Vertex 3392: Normal +Vertex 3393: Normal +Vertex 3394: Normal +Vertex 3395: Normal +Vertex 3396: Normal +Vertex 3397: Normal +Vertex 3398: Normal +Vertex 3399: Normal +Vertex 3400: Normal +Vertex 3401: Normal +Vertex 3402: Normal +Vertex 3403: Normal +Vertex 3404: Normal +Vertex 3405: Normal +Vertex 3406: Normal +Vertex 3407: Normal +Vertex 3408: Normal +Vertex 3409: Normal +Vertex 3410: Normal +Vertex 3411: Normal +Vertex 3412: Normal +Vertex 3413: Normal +Vertex 3414: Normal +Vertex 3415: Normal +Vertex 3416: Normal +Vertex 3417: Normal +Vertex 3418: Normal +Vertex 3419: Normal +Vertex 3420: Normal +Vertex 3421: Normal +Vertex 3422: Normal +Vertex 3423: Normal +Vertex 3424: Normal +Vertex 3425: Normal +Vertex 3426: Normal +Vertex 3427: Normal +Vertex 3428: Normal +Vertex 3429: Normal +Vertex 3430: Normal +Vertex 3431: Normal +Vertex 3432: Normal +Vertex 3433: Normal +Vertex 3434: Normal +Vertex 3435: Normal +Vertex 3436: Normal +Vertex 3437: Normal +Vertex 3438: Normal +Vertex 3439: Normal +Vertex 3440: Normal +Vertex 3441: Normal +Vertex 3442: Normal +Vertex 3443: Normal +Vertex 3444: Normal +Vertex 3445: Normal +Vertex 3446: Normal +Vertex 3447: Normal +Vertex 3448: Normal +Vertex 3449: Normal +Vertex 3450: Normal +Vertex 3451: Normal +Vertex 3452: Normal +Vertex 3453: Normal +Vertex 3454: Normal +Vertex 3455: Normal +Vertex 3456: Normal +Vertex 3457: Normal +Vertex 3458: Normal +Vertex 3459: Normal +Vertex 3460: Normal +Vertex 3461: Normal +Vertex 3462: Normal +Vertex 3463: Normal +Vertex 3464: Normal +Vertex 3465: Normal +Vertex 3466: Normal +Vertex 3467: Normal +Vertex 3468: Normal +Vertex 3469: Normal +Vertex 3470: Normal +Vertex 3471: Normal +Vertex 3472: Normal +Vertex 3473: Normal +Vertex 3474: Normal +Vertex 3475: Normal +Vertex 3476: Normal +Vertex 3477: Normal +Vertex 3478: Normal +Vertex 3479: Normal +Vertex 3480: Normal +Vertex 3481: Normal +Vertex 3482: Normal +Vertex 3483: Normal +Vertex 3484: Normal +Vertex 3485: Normal +Vertex 3486: Normal +Vertex 3487: Normal +Vertex 3488: Normal +Vertex 3489: Normal +Vertex 3490: Normal +Vertex 3491: Normal +Vertex 3492: Normal +Vertex 3493: Normal +Vertex 3494: Normal +Vertex 3495: Normal +Vertex 3496: Normal +Vertex 3497: Normal +Vertex 3498: Normal +Vertex 3499: Normal +Vertex 3500: Normal +Vertex 3501: Normal +Vertex 3502: Normal +Vertex 3503: Normal +Vertex 3504: Normal +Vertex 3505: Normal +Vertex 3506: Normal +Vertex 3507: Normal +Vertex 3508: Normal +Vertex 3509: Normal +Vertex 3510: Normal +Vertex 3511: Normal +Vertex 3512: Normal +Vertex 3513: Normal +Vertex 3514: Normal +Vertex 3515: Normal +Vertex 3516: Normal +Vertex 3517: Normal +Vertex 3518: Normal +Vertex 3519: Normal +Vertex 3520: Normal +Vertex 3521: Normal +Vertex 3522: Normal +Vertex 3523: Normal +Vertex 3524: Normal +Vertex 3525: Normal +Vertex 3526: Normal +Vertex 3527: Normal +Vertex 3528: Normal +Vertex 3529: Normal +Vertex 3530: Normal +Vertex 3531: Normal +Vertex 3532: Normal +Vertex 3533: Normal +Vertex 3534: Normal +Vertex 3535: Normal +Vertex 3536: Normal +Vertex 3537: Normal +Vertex 3538: Normal +Vertex 3539: Normal +Vertex 3540: Normal +Vertex 3541: Normal +Vertex 3542: Normal +Vertex 3543: Normal +Vertex 3544: Normal +Vertex 3545: Normal +Vertex 3546: Normal +Vertex 3547: Normal +Vertex 3548: Normal +Vertex 3549: Normal +Vertex 3550: Normal +Vertex 3551: Normal +Vertex 3552: Normal +Vertex 3553: Normal +Vertex 3554: Normal +Vertex 3555: Normal +Vertex 3556: Normal +Vertex 3557: Normal +Vertex 3558: Normal +Vertex 3559: Normal +Vertex 3560: Normal +Vertex 3561: Normal +Vertex 3562: Normal +Vertex 3563: Normal +Vertex 3564: Normal +Vertex 3565: Normal +Vertex 3566: Normal +Vertex 3567: Normal +Vertex 3568: Normal +Vertex 3569: Normal +Vertex 3570: Normal +Vertex 3571: Normal +Vertex 3572: Normal +Vertex 3573: Normal +Vertex 3574: Normal +Vertex 3575: Normal +Vertex 3576: Normal +Vertex 3577: Normal +Vertex 3578: Normal +Vertex 3579: Normal +Vertex 3580: Normal +Vertex 3581: Normal +Vertex 3582: Normal +Vertex 3583: Normal +Vertex 3584: Normal +Vertex 3585: Normal +Vertex 3586: Normal +Vertex 3587: Normal +Vertex 3588: Normal +Vertex 3589: Normal +Vertex 3590: Normal +Vertex 3591: Normal +Vertex 3592: Normal +Vertex 3593: Normal +Vertex 3594: Normal +Vertex 3595: Normal +Vertex 3596: Normal +Vertex 3597: Normal +Vertex 3598: Normal +Vertex 3599: Normal +Vertex 3600: Normal +Vertex 3601: Normal +Vertex 3602: Normal +Vertex 3603: Normal +Vertex 3604: Normal +Vertex 3605: Normal +Vertex 3606: Normal +Vertex 3607: Normal +Vertex 3608: Normal +Vertex 3609: Normal +Vertex 3610: Normal +Vertex 3611: Normal +Vertex 3612: Normal +Vertex 3613: Normal +Vertex 3614: Normal +Vertex 3615: Normal +Vertex 3616: Normal +Vertex 3617: Normal +Vertex 3618: Normal +Vertex 3619: Normal +Vertex 3620: Normal +Vertex 3621: Normal +Vertex 3622: Normal +Vertex 3623: Normal +Vertex 3624: Normal +Vertex 3625: Normal +Vertex 3626: Normal +Vertex 3627: Normal +Vertex 3628: Normal +Vertex 3629: Normal +Vertex 3630: Normal +Vertex 3631: Normal +Vertex 3632: Normal +Vertex 3633: Normal +Vertex 3634: Normal +Vertex 3635: Normal +Vertex 3636: Normal +Vertex 3637: Normal +Vertex 3638: Normal +Vertex 3639: Normal +Vertex 3640: Normal +Vertex 3641: Normal +Vertex 3642: Normal +Vertex 3643: Normal +Vertex 3644: Normal +Vertex 3645: Normal +Vertex 3646: Normal +Vertex 3647: Normal +Vertex 3648: Normal +Vertex 3649: Normal +Vertex 3650: Normal +Vertex 3651: Normal +Vertex 3652: Normal +Vertex 3653: Normal +Vertex 3654: Normal +Vertex 3655: Normal +Vertex 3656: Normal +Vertex 3657: Normal +Vertex 3658: Normal +Vertex 3659: Normal +Vertex 3660: Normal +Vertex 3661: Normal +Vertex 3662: Normal +Vertex 3663: Normal +Vertex 3664: Normal +Vertex 3665: Normal +Vertex 3666: Normal +Vertex 3667: Normal +Vertex 3668: Normal +Vertex 3669: Normal +Vertex 3670: Normal +Vertex 3671: Normal +Vertex 3672: Normal +Vertex 3673: Normal +Vertex 3674: Normal +Vertex 3675: Normal +Vertex 3676: Normal +Vertex 3677: Normal +Vertex 3678: Normal +Vertex 3679: Normal +Vertex 3680: Normal +Vertex 3681: Normal +Vertex 3682: Normal +Vertex 3683: Normal +Vertex 3684: Normal +Vertex 3685: Normal +Vertex 3686: Normal +Vertex 3687: Normal +Vertex 3688: Normal +Vertex 3689: Normal +Vertex 3690: Normal +Vertex 3691: Normal +Vertex 3692: Normal +Vertex 3693: Normal +Vertex 3694: Normal +Vertex 3695: Normal +Vertex 3696: Normal +Vertex 3697: Normal +Vertex 3698: Normal +Vertex 3699: Normal +Vertex 3700: Normal +Vertex 3701: Normal +Vertex 3702: Normal +Vertex 3703: Normal +Vertex 3704: Normal +Vertex 3705: Normal +Vertex 3706: Normal +Vertex 3707: Normal +Vertex 3708: Normal +Vertex 3709: Normal +Vertex 3710: Normal +Vertex 3711: Normal +Vertex 3712: Normal +Vertex 3713: Normal +Vertex 3714: Normal +Vertex 3715: Normal +Vertex 3716: Normal +Vertex 3717: Normal +Vertex 3718: Normal +Vertex 3719: Normal +Vertex 3720: Normal +Vertex 3721: Normal +Vertex 3722: Normal +Vertex 3723: Normal +Vertex 3724: Normal +Vertex 3725: Normal +Vertex 3726: Normal +Vertex 3727: Normal +Vertex 3728: Normal +Vertex 3729: Normal +Vertex 3730: Normal +Vertex 3731: Normal +Vertex 3732: Normal +Vertex 3733: Normal +Vertex 3734: Normal +Vertex 3735: Normal +Vertex 3736: Normal +Vertex 3737: Normal +Vertex 3738: Normal +Vertex 3739: Normal +Vertex 3740: Normal +Vertex 3741: Normal +Vertex 3742: Normal +Vertex 3743: Normal +Vertex 3744: Normal +Vertex 3745: Normal +Vertex 3746: Normal +Vertex 3747: Normal +Vertex 3748: Normal +Vertex 3749: Normal +Vertex 3750: Normal +Vertex 3751: Normal +Vertex 3752: Normal +Vertex 3753: Normal +Vertex 3754: Normal +Vertex 3755: Normal +Vertex 3756: Normal +Vertex 3757: Normal +Vertex 3758: Normal +Vertex 3759: Normal +Vertex 3760: Normal +Vertex 3761: Normal +Vertex 3762: Normal +Vertex 3763: Normal +Vertex 3764: Normal +Vertex 3765: Normal +Vertex 3766: Normal +Vertex 3767: Normal +Vertex 3768: Normal +Vertex 3769: Normal +Vertex 3770: Normal +Vertex 3771: Normal +Vertex 3772: Normal +Vertex 3773: Normal +Vertex 3774: Normal +Vertex 3775: Normal +Vertex 3776: Normal +Vertex 3777: Normal +Vertex 3778: Normal +Vertex 3779: Normal +Vertex 3780: Normal +Vertex 3781: Normal +Vertex 3782: Normal +Vertex 3783: Normal +Vertex 3784: Normal +Vertex 3785: Normal +Vertex 3786: Normal +Vertex 3787: Normal +Vertex 3788: Normal +Vertex 3789: Normal +Vertex 3790: Normal +Vertex 3791: Normal +Vertex 3792: Normal +Vertex 3793: Normal +Vertex 3794: Normal +Vertex 3795: Normal +Vertex 3796: Normal +Vertex 3797: Normal +Vertex 3798: Normal +Vertex 3799: Normal +Vertex 3800: Normal +Vertex 3801: Normal +Vertex 3802: Normal +Vertex 3803: Normal +Vertex 3804: Normal +Vertex 3805: Normal +Vertex 3806: Normal +Vertex 3807: Normal +Vertex 3808: Normal +Vertex 3809: Normal +Vertex 3810: Normal +Vertex 3811: Normal +Vertex 3812: Normal +Vertex 3813: Normal +Vertex 3814: Normal +Vertex 3815: Normal +Vertex 3816: Normal +Vertex 3817: Normal +Vertex 3818: Normal +Vertex 3819: Normal +Vertex 3820: Normal +Vertex 3821: Normal +Vertex 3822: Normal +Vertex 3823: Normal +Vertex 3824: Normal +Vertex 3825: Normal +Vertex 3826: Normal +Vertex 3827: Normal +Vertex 3828: Normal +Vertex 3829: Normal +Vertex 3830: Normal +Vertex 3831: Normal +Vertex 3832: Normal +Vertex 3833: Normal +Vertex 3834: Normal +Vertex 3835: Normal +Vertex 3836: Normal +Vertex 3837: Normal +Vertex 3838: Normal +Vertex 3839: Normal +Vertex 3840: Normal +Vertex 3841: Normal +Vertex 3842: Normal +Vertex 3843: Normal +Vertex 3844: Normal +Vertex 3845: Normal +Vertex 3846: Normal +Vertex 3847: Normal +Vertex 3848: Normal +Vertex 3849: Normal +Vertex 3850: Normal +Vertex 3851: Normal +Vertex 3852: Normal +Vertex 3853: Normal +Vertex 3854: Normal +Vertex 3855: Normal +Vertex 3856: Normal +Vertex 3857: Normal +Vertex 3858: Normal +Vertex 3859: Normal +Vertex 3860: Normal +Vertex 3861: Normal +Vertex 3862: Normal +Vertex 3863: Normal +Vertex 3864: Normal +Vertex 3865: Normal +Vertex 3866: Normal +Vertex 3867: Normal +Vertex 3868: Normal +Vertex 3869: Normal +Vertex 3870: Normal +Vertex 3871: Normal +Vertex 3872: Normal +Vertex 3873: Normal +Vertex 3874: Normal +Vertex 3875: Normal +Vertex 3876: Normal +Vertex 3877: Normal +Vertex 3878: Normal +Vertex 3879: Normal +Vertex 3880: Normal +Vertex 3881: Normal +Vertex 3882: Normal +Vertex 3883: Normal +Vertex 3884: Normal +Vertex 3885: Normal +Vertex 3886: Normal +Vertex 3887: Normal +Vertex 3888: Normal +Vertex 3889: Normal +Vertex 3890: Normal +Vertex 3891: Normal +Vertex 3892: Normal +Vertex 3893: Normal +Vertex 3894: Normal +Vertex 3895: Normal +Vertex 3896: Normal +Vertex 3897: Normal +Vertex 3898: Normal +Vertex 3899: Normal +Vertex 3900: Normal +Vertex 3901: Normal +Vertex 3902: Normal +Vertex 3903: Normal +Vertex 3904: Normal +Vertex 3905: Normal +Vertex 3906: Normal +Vertex 3907: Normal +Vertex 3908: Normal +Vertex 3909: Normal +Vertex 3910: Normal +Vertex 3911: Normal +Vertex 3912: Normal +Vertex 3913: Normal +Vertex 3914: Normal +Vertex 3915: Normal +Vertex 3916: Normal +Vertex 3917: Normal +Vertex 3918: Normal +Vertex 3919: Normal +Vertex 3920: Normal +Vertex 3921: Normal +Vertex 3922: Normal +Vertex 3923: Normal +Vertex 3924: Normal +Vertex 3925: Normal +Vertex 3926: Normal +Vertex 3927: Normal +Vertex 3928: Normal +Vertex 3929: Normal +Vertex 3930: Normal +Vertex 3931: Normal +Vertex 3932: Normal +Vertex 3933: Normal +Vertex 3934: Normal +Vertex 3935: Normal +Vertex 3936: Normal +Vertex 3937: Normal +Vertex 3938: Normal +Vertex 3939: Normal +Vertex 3940: Normal +Vertex 3941: Normal +Vertex 3942: Normal +Vertex 3943: Normal +Vertex 3944: Normal +Vertex 3945: Normal +Vertex 3946: Normal +Vertex 3947: Normal +Vertex 3948: Normal +Vertex 3949: Normal +Vertex 3950: Normal +Vertex 3951: Normal +Vertex 3952: Normal +Vertex 3953: Normal +Vertex 3954: Normal +Vertex 3955: Normal +Vertex 3956: Normal +Vertex 3957: Normal +Vertex 3958: Normal +Vertex 3959: Normal +Vertex 3960: Normal +Vertex 3961: Normal +Vertex 3962: Normal +Vertex 3963: Normal +Vertex 3964: Normal +Vertex 3965: Normal +Vertex 3966: Normal +Vertex 3967: Normal +Vertex 3968: Normal +Vertex 3969: Normal +Vertex 3970: Normal +Vertex 3971: Normal +Vertex 3972: Normal +Vertex 3973: Normal +Vertex 3974: Normal +Vertex 3975: Normal +Vertex 3976: Normal +Vertex 3977: Normal +Vertex 3978: Normal +Vertex 3979: Normal +Vertex 3980: Normal +Vertex 3981: Normal +Vertex 3982: Normal +Vertex 3983: Normal +Vertex 3984: Normal +Vertex 3985: Normal +Vertex 3986: Normal +Vertex 3987: Normal +Vertex 3988: Normal +Vertex 3989: Normal +Vertex 3990: Normal +Vertex 3991: Normal +Vertex 3992: Normal +Vertex 3993: Normal +Vertex 3994: Normal +Vertex 3995: Normal +Vertex 3996: Normal +Vertex 3997: Normal +Vertex 3998: Normal +Vertex 3999: Normal +Vertex 4000: Normal +Vertex 4001: Normal +Vertex 4002: Normal +Vertex 4003: Normal +Vertex 4004: Normal +Vertex 4005: Normal +Vertex 4006: Normal +Vertex 4007: Normal +Vertex 4008: Normal +Vertex 4009: Normal +Vertex 4010: Normal +Vertex 4011: Normal +Vertex 4012: Normal +Vertex 4013: Normal +Vertex 4014: Normal +Vertex 4015: Normal +Vertex 4016: Normal +Vertex 4017: Normal +Vertex 4018: Normal +Vertex 4019: Normal +Vertex 4020: Normal +Vertex 4021: Normal +Vertex 4022: Normal +Vertex 4023: Normal +Vertex 4024: Normal +Vertex 4025: Normal +Vertex 4026: Normal +Vertex 4027: Normal +Vertex 4028: Normal +Vertex 4029: Normal +Vertex 4030: Normal +Vertex 4031: Normal +Vertex 4032: Normal +Vertex 4033: Normal +Vertex 4034: Normal +Vertex 4035: Normal +Vertex 4036: Normal +Vertex 4037: Normal +Vertex 4038: Normal +Vertex 4039: Normal +Vertex 4040: Normal +Vertex 4041: Normal +Vertex 4042: Normal +Vertex 4043: Normal +Vertex 4044: Normal +Vertex 4045: Normal +Vertex 4046: Normal +Vertex 4047: Normal +Vertex 4048: Normal +Vertex 4049: Normal +Vertex 4050: Normal +Vertex 4051: Normal +Vertex 4052: Normal +Vertex 4053: Normal +Vertex 4054: Normal +Vertex 4055: Normal +Vertex 4056: Normal +Vertex 4057: Normal +Vertex 4058: Normal +Vertex 4059: Normal +Vertex 4060: Normal +Vertex 4061: Normal +Vertex 4062: Normal +Vertex 4063: Normal +Vertex 4064: Normal +Vertex 4065: Normal +Vertex 4066: Normal +Vertex 4067: Normal +Vertex 4068: Normal +Vertex 4069: Normal +Vertex 4070: Normal +Vertex 4071: Normal +Vertex 4072: Normal +Vertex 4073: Normal +Vertex 4074: Normal +Vertex 4075: Normal +Vertex 4076: Normal +Vertex 4077: Normal +Vertex 4078: Normal +Vertex 4079: Normal +Vertex 4080: Normal +Vertex 4081: Normal +Vertex 4082: Normal +Vertex 4083: Normal +Vertex 4084: Normal +Vertex 4085: Normal +Vertex 4086: Normal +Vertex 4087: Normal +Vertex 4088: Normal +Vertex 4089: Normal +Vertex 4090: Normal +Vertex 4091: Normal +Vertex 4092: Normal +Vertex 4093: Normal +Vertex 4094: Normal +Vertex 4095: Normal +Vertex 4096: Normal +Vertex 4097: Normal +Vertex 4098: Normal +Vertex 4099: Normal +Vertex 4100: Normal +Vertex 4101: Normal +Vertex 4102: Normal +Vertex 4103: Normal +Vertex 4104: Normal +Vertex 4105: Normal +Vertex 4106: Normal +Vertex 4107: Normal +Vertex 4108: Normal +Vertex 4109: Normal +Vertex 4110: Normal +Vertex 4111: Normal +Vertex 4112: Normal +Vertex 4113: Normal +Vertex 4114: Normal +Vertex 4115: Normal +Vertex 4116: Normal +Vertex 4117: Normal +Vertex 4118: Normal +Vertex 4119: Normal +Vertex 4120: Normal +Vertex 4121: Normal +Vertex 4122: Normal +Vertex 4123: Normal +Vertex 4124: Normal +Vertex 4125: Normal +Vertex 4126: Normal +Vertex 4127: Normal +Vertex 4128: Normal +Vertex 4129: Normal +Vertex 4130: Normal +Vertex 4131: Normal +Vertex 4132: Normal +Vertex 4133: Normal +Vertex 4134: Normal +Vertex 4135: Normal +Vertex 4136: Normal +Vertex 4137: Normal +Vertex 4138: Normal +Vertex 4139: Normal +Vertex 4140: Normal +Vertex 4141: Normal +Vertex 4142: Normal +Vertex 4143: Normal +Vertex 4144: Normal +Vertex 4145: Normal +Vertex 4146: Normal +Vertex 4147: Normal +Vertex 4148: Normal +Vertex 4149: Normal +Vertex 4150: Normal +Vertex 4151: Normal +Vertex 4152: Normal +Vertex 4153: Normal +Vertex 4154: Normal +Vertex 4155: Normal +Vertex 4156: Normal +Vertex 4157: Normal +Vertex 4158: Normal +Vertex 4159: Normal +Vertex 4160: Normal +Vertex 4161: Normal +Vertex 4162: Normal +Vertex 4163: Normal +Vertex 4164: Normal +Vertex 4165: Normal +Vertex 4166: Normal +Vertex 4167: Normal +Vertex 4168: Normal +Vertex 4169: Normal +Vertex 4170: Normal +Vertex 4171: Normal +Vertex 4172: Normal +Vertex 4173: Normal +Vertex 4174: Normal +Vertex 4175: Normal +Vertex 4176: Normal +Vertex 4177: Normal +Vertex 4178: Normal +Vertex 4179: Normal +Vertex 4180: Normal +Vertex 4181: Normal +Vertex 4182: Normal +Vertex 4183: Normal +Vertex 4184: Normal +Vertex 4185: Normal +Vertex 4186: Normal +Vertex 4187: Normal +Vertex 4188: Normal +Vertex 4189: Normal +Vertex 4190: Normal +Vertex 4191: Normal +Vertex 4192: Normal +Vertex 4193: Normal +Vertex 4194: Normal +Vertex 4195: Normal +Vertex 4196: Normal +Vertex 4197: Normal +Vertex 4198: Normal +Vertex 4199: Normal +Vertex 4200: Normal +Vertex 4201: Normal +Vertex 4202: Normal +Vertex 4203: Normal +Vertex 4204: Normal +Vertex 4205: Normal +Vertex 4206: Normal +Vertex 4207: Normal +Vertex 4208: Normal +Vertex 4209: Normal +Vertex 4210: Normal +Vertex 4211: Normal +Vertex 4212: Normal +Vertex 4213: Normal +Vertex 4214: Normal +Vertex 4215: Normal +Vertex 4216: Normal +Vertex 4217: Normal +Vertex 4218: Normal +Vertex 4219: Normal +Vertex 4220: Normal +Vertex 4221: Normal +Vertex 4222: Normal +Vertex 4223: Normal +Vertex 4224: Normal +Vertex 4225: Normal +Vertex 4226: Normal +Vertex 4227: Normal +Vertex 4228: Normal +Vertex 4229: Normal +Vertex 4230: Normal +Vertex 4231: Normal +Vertex 4232: Normal +Vertex 4233: Normal +Vertex 4234: Normal +Vertex 4235: Normal +Vertex 4236: Normal +Vertex 4237: Normal +Vertex 4238: Normal +Vertex 4239: Normal +Vertex 4240: Normal +Vertex 4241: Normal +Vertex 4242: Normal +Vertex 4243: Normal +Vertex 4244: Normal +Vertex 4245: Normal +Vertex 4246: Normal +Vertex 4247: Normal +Vertex 4248: Normal +Vertex 4249: Normal +Vertex 4250: Normal +Vertex 4251: Normal +Vertex 4252: Normal +Vertex 4253: Normal +Vertex 4254: Normal +Vertex 4255: Normal +Vertex 4256: Normal +Vertex 4257: Normal +Vertex 4258: Normal +Vertex 4259: Normal +Vertex 4260: Normal +Vertex 4261: Normal +Vertex 4262: Normal +Vertex 4263: Normal +Vertex 4264: Normal +Vertex 4265: Normal +Vertex 4266: Normal +Vertex 4267: Normal +Vertex 4268: Normal +Vertex 4269: Normal +Vertex 4270: Normal +Vertex 4271: Normal +Vertex 4272: Normal +Vertex 4273: Normal +Vertex 4274: Normal +Vertex 4275: Normal +Vertex 4276: Normal +Vertex 4277: Normal +Vertex 4278: Normal +Vertex 4279: Normal +Vertex 4280: Normal +Vertex 4281: Normal +Vertex 4282: Normal +Vertex 4283: Normal +Vertex 4284: Normal +Vertex 4285: Normal +Vertex 4286: Normal +Vertex 4287: Normal +Vertex 4288: Normal +Vertex 4289: Normal +Vertex 4290: Normal +Vertex 4291: Normal +Vertex 4292: Normal +Vertex 4293: Normal +Vertex 4294: Normal +Vertex 4295: Normal +Vertex 4296: Normal +Vertex 4297: Normal +Vertex 4298: Normal +Vertex 4299: Normal +Vertex 4300: Normal +Vertex 4301: Normal +Vertex 4302: Normal +Vertex 4303: Normal +Vertex 4304: Normal +Vertex 4305: Normal +Vertex 4306: Normal +Vertex 4307: Normal +Vertex 4308: Normal +Vertex 4309: Normal +Vertex 4310: Normal +Vertex 4311: Normal +Vertex 4312: Normal +Vertex 4313: Normal +Vertex 4314: Normal +Vertex 4315: Normal +Vertex 4316: Normal +Vertex 4317: Normal +Vertex 4318: Normal +Vertex 4319: Normal +Vertex 4320: Normal +Vertex 4321: Normal +Vertex 4322: Normal +Vertex 4323: Normal +Vertex 4324: Normal +Vertex 4325: Normal +Vertex 4326: Normal +Vertex 4327: Normal +Vertex 4328: Normal +Vertex 4329: Normal +Vertex 4330: Normal +Vertex 4331: Normal +Vertex 4332: Normal +Vertex 4333: Normal +Vertex 4334: Normal +Vertex 4335: Normal +Vertex 4336: Normal +Vertex 4337: Normal +Vertex 4338: Normal +Vertex 4339: Normal +Vertex 4340: Normal +Vertex 4341: Normal +Vertex 4342: Normal +Vertex 4343: Normal +Vertex 4344: Normal +Vertex 4345: Normal +Vertex 4346: Normal +Vertex 4347: Normal +Vertex 4348: Normal +Vertex 4349: Normal +Vertex 4350: Normal +Vertex 4351: Normal +Vertex 4352: Normal +Vertex 4353: Normal +Vertex 4354: Normal +Vertex 4355: Normal +Vertex 4356: Normal +Vertex 4357: Normal +Vertex 4358: Normal +Vertex 4359: Normal +Vertex 4360: Normal +Vertex 4361: Normal +Vertex 4362: Normal +Vertex 4363: Normal +Vertex 4364: Normal +Vertex 4365: Normal +Vertex 4366: Normal +Vertex 4367: Normal +Vertex 4368: Normal +Vertex 4369: Normal +Vertex 4370: Normal +Vertex 4371: Normal +Vertex 4372: Normal +Vertex 4373: Normal +Vertex 4374: Normal +Vertex 4375: Normal +Vertex 4376: Normal +Vertex 4377: Normal +Vertex 4378: Normal +Vertex 4379: Normal +Vertex 4380: Normal +Vertex 4381: Normal +Vertex 4382: Normal +Vertex 4383: Normal +Vertex 4384: Normal +Vertex 4385: Normal +Vertex 4386: Normal +Vertex 4387: Normal +Vertex 4388: Normal +Vertex 4389: Normal +Vertex 4390: Normal +Vertex 4391: Normal +Vertex 4392: Normal +Vertex 4393: Normal +Vertex 4394: Normal +Vertex 4395: Normal +Vertex 4396: Normal +Vertex 4397: Normal +Vertex 4398: Normal +Vertex 4399: Normal +Vertex 4400: Normal +Vertex 4401: Normal +Vertex 4402: Normal +Vertex 4403: Normal +Vertex 4404: Normal +Vertex 4405: Normal +Vertex 4406: Normal +Vertex 4407: Normal +Vertex 4408: Normal +Vertex 4409: Normal +Vertex 4410: Normal +Vertex 4411: Normal +Vertex 4412: Normal +Vertex 4413: Normal +Vertex 4414: Normal +Vertex 4415: Normal +Vertex 4416: Normal +Vertex 4417: Normal +Vertex 4418: Normal +Vertex 4419: Normal +Vertex 4420: Normal +Vertex 4421: Normal +Vertex 4422: Normal +Vertex 4423: Normal +Vertex 4424: Normal +Vertex 4425: Normal +Vertex 4426: Normal +Vertex 4427: Normal +Vertex 4428: Normal +Vertex 4429: Normal +Vertex 4430: Normal +Vertex 4431: Normal +Vertex 4432: Normal +Vertex 4433: Normal +Vertex 4434: Normal +Vertex 4435: Normal +Vertex 4436: Normal +Vertex 4437: Normal +Vertex 4438: Normal +Vertex 4439: Normal +Vertex 4440: Normal +Vertex 4441: Normal +Vertex 4442: Normal +Vertex 4443: Normal +Vertex 4444: Normal +Vertex 4445: Normal +Vertex 4446: Normal +Vertex 4447: Normal +Vertex 4448: Normal +Vertex 4449: Normal +Vertex 4450: Normal +Vertex 4451: Normal +Vertex 4452: Normal +Vertex 4453: Normal +Vertex 4454: Normal +Vertex 4455: Normal +Vertex 4456: Normal +Vertex 4457: Normal +Vertex 4458: Normal +Vertex 4459: Normal +Vertex 4460: Normal +Vertex 4461: Normal +Vertex 4462: Normal +Vertex 4463: Normal +Vertex 4464: Normal +Vertex 4465: Normal +Vertex 4466: Normal +Vertex 4467: Normal +Vertex 4468: Normal +Vertex 4469: Normal +Vertex 4470: Normal +Vertex 4471: Normal +Vertex 4472: Normal +Vertex 4473: Normal +Vertex 4474: Normal +Vertex 4475: Normal +Vertex 4476: Normal +Vertex 4477: Normal +Vertex 4478: Normal +Vertex 4479: Normal +Vertex 4480: Normal +Vertex 4481: Normal +Vertex 4482: Normal +Vertex 4483: Normal +Vertex 4484: Normal +Vertex 4485: Normal +Vertex 4486: Normal +Vertex 4487: Normal +Vertex 4488: Normal +Vertex 4489: Normal +Vertex 4490: Normal +Vertex 4491: Normal +Vertex 4492: Normal +Vertex 4493: Normal +Vertex 4494: Normal +Vertex 4495: Normal +Vertex 4496: Normal +Vertex 4497: Normal +Vertex 4498: Normal +Vertex 4499: Normal +Vertex 4500: Normal +Vertex 4501: Normal +Vertex 4502: Normal +Vertex 4503: Normal +Vertex 4504: Normal +Vertex 4505: Normal +Vertex 4506: Normal +Vertex 4507: Normal +Vertex 4508: Normal +Vertex 4509: Normal +Vertex 4510: Normal +Vertex 4511: Normal +Vertex 4512: Normal +Vertex 4513: Normal +Vertex 4514: Normal +Vertex 4515: Normal +Vertex 4516: Normal +Vertex 4517: Normal +Vertex 4518: Normal +Vertex 4519: Normal +Vertex 4520: Normal +Vertex 4521: Normal +Vertex 4522: Normal +Vertex 4523: Normal +Vertex 4524: Normal +Vertex 4525: Normal +Vertex 4526: Normal +Vertex 4527: Normal +Vertex 4528: Normal +Vertex 4529: Normal +Vertex 4530: Normal +Vertex 4531: Normal +Vertex 4532: Normal +Vertex 4533: Normal +Vertex 4534: Normal +Vertex 4535: Normal +Vertex 4536: Normal +Vertex 4537: Normal +Vertex 4538: Normal +Vertex 4539: Normal +Vertex 4540: Normal +Vertex 4541: Normal +Vertex 4542: Normal +Vertex 4543: Normal +Vertex 4544: Normal +Vertex 4545: Normal +Vertex 4546: Normal +Vertex 4547: Normal +Vertex 4548: Normal +Vertex 4549: Normal +Vertex 4550: Normal +Vertex 4551: Normal +Vertex 4552: Normal +Vertex 4553: Normal +Vertex 4554: Normal +Vertex 4555: Normal +Vertex 4556: Normal +Vertex 4557: Normal +Vertex 4558: Normal +Vertex 4559: Normal +Vertex 4560: Normal +Vertex 4561: Normal +Vertex 4562: Normal +Vertex 4563: Normal +Vertex 4564: Normal +Vertex 4565: Normal +Vertex 4566: Normal +Vertex 4567: Normal +Vertex 4568: Normal +Vertex 4569: Normal +Vertex 4570: Normal +Vertex 4571: Normal +Vertex 4572: Normal +Vertex 4573: Normal +Vertex 4574: Normal +Vertex 4575: Normal +Vertex 4576: Normal +Vertex 4577: Normal +Vertex 4578: Normal +Vertex 4579: Normal +Vertex 4580: Normal +Vertex 4581: Normal +Vertex 4582: Normal +Vertex 4583: Normal +Vertex 4584: Normal +Vertex 4585: Normal +Vertex 4586: Normal +Vertex 4587: Normal +Vertex 4588: Normal +Vertex 4589: Normal +Vertex 4590: Normal +Vertex 4591: Normal +Vertex 4592: Normal +Vertex 4593: Normal +Vertex 4594: Normal +Vertex 4595: Normal +Vertex 4596: Normal +Vertex 4597: Normal +Vertex 4598: Normal +Vertex 4599: Normal +Vertex 4600: Normal +Vertex 4601: Normal +Vertex 4602: Normal +Vertex 4603: Normal +Vertex 4604: Normal +Vertex 4605: Normal +Vertex 4606: Normal +Vertex 4607: Normal +Vertex 4608: Normal +Vertex 4609: Normal +Vertex 4610: Normal +Vertex 4611: Normal +Vertex 4612: Normal +Vertex 4613: Normal +Vertex 4614: Normal +Vertex 4615: Normal +Vertex 4616: Normal +Vertex 4617: Normal +Vertex 4618: Normal +Vertex 4619: Normal +Vertex 4620: Normal +Vertex 4621: Normal +Vertex 4622: Normal +Vertex 4623: Normal +Vertex 4624: Normal +Vertex 4625: Normal +Vertex 4626: Normal +Vertex 4627: Normal +Vertex 4628: Normal +Vertex 4629: Normal +Vertex 4630: Normal +Vertex 4631: Normal +Vertex 4632: Normal +Vertex 4633: Normal +Vertex 4634: Normal +Vertex 4635: Normal +Vertex 4636: Normal +Vertex 4637: Normal +Vertex 4638: Normal +Vertex 4639: Normal +Vertex 4640: Normal +Vertex 4641: Normal +Vertex 4642: Normal +Vertex 4643: Normal +===Triangles: 9126 +Triangle: [3, 6, 4] +Triangle: [11, 10, 9] +Triangle: [8, 11, 9] +Triangle: [13, 7, 14] +Triangle: [15, 14, 7] +Triangle: [15, 18, 16] +Triangle: [82, 30, 171] +Triangle: [24, 29, 30] +Triangle: [23, 28, 29] +Triangle: [20, 158, 122] +Triangle: [21, 27, 20] +Triangle: [1277, 25, 1269] +Triangle: [12, 22, 10] +Triangle: [25, 31, 32] +Triangle: [928, 180, 178] +Triangle: [1113, 36, 1126] +Triangle: [11, 31, 12] +Triangle: [1236, 34, 1240] +Triangle: [2257, 930, 2263] +Triangle: [13, 892, 891] +Triangle: [13, 37, 11] +Triangle: [40, 895, 44] +Triangle: [3, 887, 886] +Triangle: [41, 891, 894] +Triangle: [42, 889, 16] +Triangle: [42, 18, 43] +Triangle: [5, 42, 43] +Triangle: [177, 41, 180] +Triangle: [47, 1203, 1202] +Triangle: [1134, 45, 1144] +Triangle: [1101, 2272, 2275] +Triangle: [176, 37, 177] +Triangle: [169, 205, 68] +Triangle: [2259, 70, 2260] +Triangle: [182, 66, 183] +Triangle: [26, 64, 27] +Triangle: [73, 72, 71] +Triangle: [7, 73, 15] +Triangle: [76, 77, 78] +Triangle: [71, 77, 75] +Triangle: [76, 79, 75] +Triangle: [84, 82, 81] +Triangle: [79, 83, 84] +Triangle: [75, 85, 71] +Triangle: [71, 86, 73] +Triangle: [73, 17, 15] +Triangle: [84, 85, 79] +Triangle: [81, 86, 84] +Triangle: [74, 8, 87] +Triangle: [120, 10, 88] +Triangle: [10, 89, 88] +Triangle: [88, 113, 114] +Triangle: [111, 95, 112] +Triangle: [119, 90, 92] +Triangle: [115, 91, 118] +Triangle: [136, 154, 153] +Triangle: [117, 92, 93] +Triangle: [107, 101, 97] +Triangle: [110, 98, 103] +Triangle: [109, 102, 100] +Triangle: [110, 99, 108] +Triangle: [105, 100, 101] +Triangle: [104, 97, 98] +Triangle: [92, 1186, 1185] +Triangle: [1184, 96, 1180] +Triangle: [93, 1185, 1181] +Triangle: [121, 87, 120] +Triangle: [147, 1050, 141] +Triangle: [1179, 95, 1184] +Triangle: [91, 1179, 1182] +Triangle: [72, 118, 116] +Triangle: [112, 121, 114] +Triangle: [87, 118, 74] +Triangle: [78, 119, 117] +Triangle: [77, 116, 119] +Triangle: [114, 111, 112] +Triangle: [112, 94, 115] +Triangle: [121, 88, 114] +Triangle: [87, 9, 120] +Triangle: [123, 126, 125] +Triangle: [125, 122, 19] +Triangle: [78, 127, 76] +Triangle: [123, 128, 124] +Triangle: [129, 76, 127] +Triangle: [130, 82, 83] +Triangle: [129, 83, 80] +Triangle: [131, 127, 123] +Triangle: [125, 131, 123] +Triangle: [19, 132, 125] +Triangle: [130, 131, 132] +Triangle: [24, 132, 23] +Triangle: [133, 122, 126] +Triangle: [156, 134, 21] +Triangle: [1263, 22, 1277] +Triangle: [1268, 89, 1263] +Triangle: [1264, 111, 1267] +Triangle: [138, 153, 155] +Triangle: [154, 139, 152] +Triangle: [93, 155, 117] +Triangle: [1214, 104, 1208] +Triangle: [141, 1167, 147] +Triangle: [149, 1217, 1210] +Triangle: [1265, 106, 1266] +Triangle: [108, 1154, 1158] +Triangle: [144, 148, 146] +Triangle: [149, 1052, 1051] +Triangle: [1160, 1226, 1227] +Triangle: [1298, 140, 1187] +Triangle: [1157, 1228, 1226] +Triangle: [157, 133, 152] +Triangle: [140, 1183, 1187] +Triangle: [1183, 137, 1188] +Triangle: [124, 154, 126] +Triangle: [151, 152, 150] +Triangle: [126, 152, 133] +Triangle: [117, 128, 78] +Triangle: [128, 153, 124] +Triangle: [1267, 113, 1268] +Triangle: [139, 150, 152] +Triangle: [135, 157, 151] +Triangle: [156, 20, 133] +Triangle: [116, 91, 90] +Triangle: [19, 158, 28] +Triangle: [134, 26, 21] +Triangle: [159, 66, 26] +Triangle: [183, 160, 184] +Triangle: [2260, 161, 2261] +Triangle: [1270, 159, 1269] +Triangle: [184, 1270, 1274] +Triangle: [2261, 1271, 2267] +Triangle: [35, 931, 36] +Triangle: [941, 1142, 1152] +Triangle: [1141, 941, 1152] +Triangle: [162, 937, 67] +Triangle: [1070, 1089, 1090] +Triangle: [1089, 944, 917] +Triangle: [1272, 936, 162] +Triangle: [81, 171, 172] +Triangle: [17, 172, 18] +Triangle: [1117, 63, 1128] +Triangle: [62, 182, 181] +Triangle: [61, 64, 62] +Triangle: [27, 174, 158] +Triangle: [181, 2290, 2287] +Triangle: [2292, 1274, 2293] +Triangle: [2291, 184, 2292] +Triangle: [2290, 183, 2291] +Triangle: [2289, 177, 2288] +Triangle: [933, 178, 40] +Triangle: [31, 175, 32] +Triangle: [40, 180, 41] +Triangle: [29, 211, 30] +Triangle: [496, 174, 61] +Triangle: [1074, 56, 188] +Triangle: [188, 58, 189] +Triangle: [1275, 57, 1262] +Triangle: [1075, 53, 1074] +Triangle: [1075, 54, 55] +Triangle: [195, 204, 59] +Triangle: [189, 57, 190] +Triangle: [194, 51, 52] +Triangle: [170, 194, 169] +Triangle: [163, 190, 164] +Triangle: [1145, 1076, 1088] +Triangle: [1145, 187, 1147] +Triangle: [164, 1275, 1273] +Triangle: [165, 189, 163] +Triangle: [1071, 188, 165] +Triangle: [745, 201, 744] +Triangle: [746, 199, 200] +Triangle: [749, 1276, 1278] +Triangle: [744, 203, 750] +Triangle: [753, 2, 1] +Triangle: [750, 202, 749] +Triangle: [746, 198, 745] +Triangle: [748, 197, 752] +Triangle: [205, 206, 68] +Triangle: [205, 52, 204] +Triangle: [204, 752, 751] +Triangle: [939, 63, 65] +Triangle: [67, 939, 65] +Triangle: [208, 18, 207] +Triangle: [172, 207, 18] +Triangle: [171, 209, 172] +Triangle: [291, 559, 222] +Triangle: [540, 490, 549] +Triangle: [558, 490, 225] +Triangle: [286, 508, 226] +Triangle: [234, 244, 245] +Triangle: [945, 236, 946] +Triangle: [238, 945, 947] +Triangle: [948, 231, 230] +Triangle: [242, 948, 950] +Triangle: [949, 242, 950] +Triangle: [245, 236, 237] +Triangle: [243, 245, 246] +Triangle: [248, 246, 249] +Triangle: [245, 238, 246] +Triangle: [247, 246, 238] +Triangle: [260, 267, 266] +Triangle: [264, 263, 265] +Triangle: [264, 261, 260] +Triangle: [234, 484, 235] +Triangle: [483, 234, 243] +Triangle: [260, 268, 271] +Triangle: [269, 271, 268] +Triangle: [270, 272, 269] +Triangle: [243, 259, 483] +Triangle: [257, 269, 2348] +Triangle: [280, 580, 575] +Triangle: [276, 580, 217] +Triangle: [214, 579, 276] +Triangle: [279, 219, 277] +Triangle: [537, 213, 535] +Triangle: [218, 575, 381] +Triangle: [511, 286, 301] +Triangle: [287, 494, 491] +Triangle: [541, 491, 550] +Triangle: [559, 485, 222] +Triangle: [1192, 469, 1200] +Triangle: [542, 293, 543] +Triangle: [543, 287, 541] +Triangle: [289, 293, 294] +Triangle: [283, 294, 295] +Triangle: [292, 294, 293] +Triangle: [283, 296, 297] +Triangle: [289, 298, 299] +Triangle: [288, 494, 289] +Triangle: [300, 298, 284] +Triangle: [558, 301, 224] +Triangle: [540, 300, 544] +Triangle: [544, 284, 539] +Triangle: [538, 292, 542] +Triangle: [295, 282, 296] +Triangle: [545, 282, 538] +Triangle: [296, 303, 304] +Triangle: [537, 303, 545] +Triangle: [304, 278, 279] +Triangle: [539, 228, 536] +Triangle: [228, 306, 305] +Triangle: [305, 240, 229] +Triangle: [239, 247, 238] +Triangle: [251, 239, 242] +Triangle: [252, 242, 241] +Triangle: [288, 299, 300] +Triangle: [951, 241, 949] +Triangle: [951, 310, 308] +Triangle: [953, 310, 952] +Triangle: [953, 314, 312] +Triangle: [308, 252, 241] +Triangle: [306, 298, 316] +Triangle: [311, 316, 318] +Triangle: [316, 317, 318] +Triangle: [297, 298, 283] +Triangle: [319, 260, 271] +Triangle: [264, 320, 262] +Triangle: [262, 323, 263] +Triangle: [322, 325, 323] +Triangle: [326, 368, 369] +Triangle: [321, 328, 320] +Triangle: [329, 330, 328] +Triangle: [371, 333, 332] +Triangle: [328, 262, 320] +Triangle: [322, 330, 324] +Triangle: [369, 332, 326] +Triangle: [272, 319, 271] +Triangle: [273, 320, 272] +Triangle: [307, 310, 253] +Triangle: [253, 312, 254] +Triangle: [253, 342, 341] +Triangle: [249, 336, 248] +Triangle: [255, 350, 349] +Triangle: [256, 343, 255] +Triangle: [247, 337, 249] +Triangle: [351, 345, 352] +Triangle: [250, 335, 247] +Triangle: [257, 2346, 345] +Triangle: [250, 339, 338] +Triangle: [259, 346, 258] +Triangle: [251, 340, 339] +Triangle: [248, 347, 259] +Triangle: [307, 341, 348] +Triangle: [306, 309, 240] +Triangle: [481, 2296, 483] +Triangle: [482, 2295, 484] +Triangle: [483, 2294, 482] +Triangle: [254, 350, 342] +Triangle: [252, 348, 340] +Triangle: [483, 258, 481] +Triangle: [351, 344, 256] +Triangle: [353, 312, 314] +Triangle: [349, 353, 357] +Triangle: [349, 356, 255] +Triangle: [255, 355, 256] +Triangle: [256, 354, 351] +Triangle: [351, 270, 257] +Triangle: [321, 358, 362] +Triangle: [273, 354, 358] +Triangle: [355, 358, 354] +Triangle: [356, 359, 355] +Triangle: [357, 360, 356] +Triangle: [329, 362, 363] +Triangle: [359, 362, 358] +Triangle: [363, 364, 365] +Triangle: [331, 363, 366] +Triangle: [370, 366, 372] +Triangle: [370, 367, 333] +Triangle: [330, 369, 324] +Triangle: [331, 371, 330] +Triangle: [324, 368, 325] +Triangle: [297, 304, 334] +Triangle: [373, 277, 215] +Triangle: [279, 334, 304] +Triangle: [317, 334, 318] +Triangle: [374, 311, 318] +Triangle: [374, 334, 373] +Triangle: [375, 313, 374] +Triangle: [375, 373, 376] +Triangle: [376, 215, 377] +Triangle: [378, 357, 353] +Triangle: [376, 383, 375] +Triangle: [860, 451, 546] +Triangle: [383, 315, 375] +Triangle: [955, 314, 954] +Triangle: [380, 577, 382] +Triangle: [360, 364, 359] +Triangle: [365, 366, 363] +Triangle: [372, 384, 385] +Triangle: [367, 385, 386] +Triangle: [387, 365, 360] +Triangle: [384, 388, 385] +Triangle: [386, 388, 389] +Triangle: [361, 387, 360] +Triangle: [387, 391, 388] +Triangle: [379, 353, 314] +Triangle: [378, 393, 392] +Triangle: [393, 394, 392] +Triangle: [392, 361, 378] +Triangle: [392, 391, 390] +Triangle: [955, 382, 956] +Triangle: [388, 411, 389] +Triangle: [412, 960, 957] +Triangle: [959, 417, 962] +Triangle: [737, 397, 736] +Triangle: [408, 404, 410] +Triangle: [409, 403, 408] +Triangle: [961, 382, 274] +Triangle: [412, 406, 407] +Triangle: [405, 396, 397] +Triangle: [399, 416, 417] +Triangle: [413, 416, 398] +Triangle: [419, 413, 414] +Triangle: [420, 414, 415] +Triangle: [962, 421, 963] +Triangle: [964, 421, 422] +Triangle: [965, 422, 423] +Triangle: [416, 421, 417] +Triangle: [422, 418, 419] +Triangle: [423, 419, 420] +Triangle: [958, 399, 959] +Triangle: [398, 401, 400] +Triangle: [960, 401, 958] +Triangle: [401, 406, 400] +Triangle: [400, 425, 424] +Triangle: [426, 400, 424] +Triangle: [413, 426, 427] +Triangle: [414, 427, 428] +Triangle: [415, 428, 429] +Triangle: [428, 432, 429] +Triangle: [427, 431, 428] +Triangle: [430, 426, 424] +Triangle: [431, 435, 432] +Triangle: [430, 434, 431] +Triangle: [433, 424, 425] +Triangle: [425, 437, 433] +Triangle: [739, 439, 738] +Triangle: [439, 440, 441] +Triangle: [441, 443, 439] +Triangle: [439, 740, 738] +Triangle: [444, 446, 443] +Triangle: [443, 741, 740] +Triangle: [437, 434, 433] +Triangle: [434, 445, 435] +Triangle: [405, 425, 406] +Triangle: [739, 405, 737] +Triangle: [440, 404, 403] +Triangle: [452, 277, 219] +Triangle: [213, 582, 860] +Triangle: [872, 452, 547] +Triangle: [470, 864, 872] +Triangle: [863, 377, 215] +Triangle: [535, 860, 546] +Triangle: [215, 453, 863] +Triangle: [1194, 472, 1193] +Triangle: [216, 448, 402] +Triangle: [1195, 475, 474] +Triangle: [1196, 476, 475] +Triangle: [1198, 476, 1197] +Triangle: [1199, 477, 1198] +Triangle: [859, 469, 547] +Triangle: [477, 871, 870] +Triangle: [869, 477, 870] +Triangle: [475, 869, 868] +Triangle: [474, 868, 867] +Triangle: [403, 873, 459] +Triangle: [864, 473, 865] +Triangle: [872, 455, 453] +Triangle: [471, 457, 448] +Triangle: [546, 862, 547] +Triangle: [557, 487, 485] +Triangle: [487, 560, 489] +Triangle: [548, 493, 549] +Triangle: [550, 492, 548] +Triangle: [493, 492, 494] +Triangle: [492, 491, 494] +Triangle: [210, 30, 211] +Triangle: [495, 212, 60] +Triangle: [465, 447, 444] +Triangle: [463, 444, 441] +Triangle: [461, 441, 440] +Triangle: [459, 440, 403] +Triangle: [473, 867, 865] +Triangle: [471, 216, 377] +Triangle: [582, 450, 451] +Triangle: [232, 500, 501] +Triangle: [568, 501, 500] +Triangle: [503, 499, 498] +Triangle: [504, 498, 497] +Triangle: [504, 506, 505] +Triangle: [572, 505, 506] +Triangle: [530, 226, 508] +Triangle: [508, 285, 227] +Triangle: [514, 521, 551] +Triangle: [510, 302, 285] +Triangle: [514, 228, 305] +Triangle: [530, 552, 507] +Triangle: [518, 517, 516] +Triangle: [520, 519, 518] +Triangle: [507, 574, 573] +Triangle: [232, 525, 231] +Triangle: [569, 524, 570] +Triangle: [502, 523, 524] +Triangle: [522, 503, 504] +Triangle: [515, 522, 504] +Triangle: [517, 526, 515] +Triangle: [519, 527, 517] +Triangle: [529, 519, 521] +Triangle: [507, 531, 530] +Triangle: [534, 227, 533] +Triangle: [486, 548, 488] +Triangle: [488, 549, 490] +Triangle: [219, 546, 452] +Triangle: [539, 227, 285] +Triangle: [220, 537, 545] +Triangle: [545, 281, 220] +Triangle: [221, 538, 542] +Triangle: [302, 539, 285] +Triangle: [225, 544, 302] +Triangle: [290, 541, 223] +Triangle: [221, 543, 290] +Triangle: [223, 550, 486] +Triangle: [278, 535, 219] +Triangle: [288, 549, 493] +Triangle: [533, 536, 532] +Triangle: [228, 532, 536] +Triangle: [520, 551, 521] +Triangle: [508, 553, 530] +Triangle: [517, 555, 516] +Triangle: [515, 554, 555] +Triangle: [505, 554, 504] +Triangle: [225, 511, 558] +Triangle: [561, 490, 560] +Triangle: [560, 224, 489] +Triangle: [559, 486, 557] +Triangle: [556, 223, 559] +Triangle: [523, 526, 513] +Triangle: [557, 488, 561] +Triangle: [524, 513, 562] +Triangle: [570, 562, 571] +Triangle: [231, 563, 230] +Triangle: [513, 527, 562] +Triangle: [525, 571, 563] +Triangle: [528, 565, 564] +Triangle: [529, 305, 565] +Triangle: [229, 565, 305] +Triangle: [564, 566, 567] +Triangle: [567, 229, 230] +Triangle: [563, 567, 230] +Triangle: [569, 525, 501] +Triangle: [502, 568, 499] +Triangle: [571, 527, 528] +Triangle: [571, 564, 563] +Triangle: [573, 512, 505] +Triangle: [509, 573, 572] +Triangle: [552, 553, 574] +Triangle: [554, 574, 553] +Triangle: [553, 555, 554] +Triangle: [534, 516, 555] +Triangle: [533, 518, 516] +Triangle: [518, 532, 520] +Triangle: [581, 578, 214] +Triangle: [221, 556, 381] +Triangle: [578, 275, 579] +Triangle: [575, 220, 281] +Triangle: [381, 281, 221] +Triangle: [580, 275, 220] +Triangle: [381, 291, 218] +Triangle: [577, 585, 576] +Triangle: [583, 577, 383] +Triangle: [584, 216, 402] +Triangle: [583, 377, 216] +Triangle: [584, 409, 585] +Triangle: [274, 577, 576] +Triangle: [576, 587, 586] +Triangle: [587, 588, 586] +Triangle: [588, 591, 590] +Triangle: [591, 592, 590] +Triangle: [593, 594, 592] +Triangle: [595, 596, 594] +Triangle: [597, 598, 596] +Triangle: [967, 601, 600] +Triangle: [600, 603, 602] +Triangle: [968, 604, 969] +Triangle: [604, 607, 606] +Triangle: [970, 608, 971] +Triangle: [609, 610, 608] +Triangle: [610, 613, 612] +Triangle: [612, 615, 614] +Triangle: [637, 617, 616] +Triangle: [616, 619, 618] +Triangle: [619, 620, 618] +Triangle: [972, 622, 973] +Triangle: [606, 626, 604] +Triangle: [973, 635, 976] +Triangle: [969, 626, 974] +Triangle: [618, 634, 633] +Triangle: [600, 625, 624] +Triangle: [616, 633, 632] +Triangle: [616, 638, 637] +Triangle: [612, 631, 630] +Triangle: [612, 629, 610] +Triangle: [610, 628, 608] +Triangle: [608, 975, 971] +Triangle: [637, 631, 614] +Triangle: [614, 636, 637] +Triangle: [627, 641, 626] +Triangle: [633, 649, 648] +Triangle: [631, 645, 630] +Triangle: [628, 978, 975] +Triangle: [976, 650, 979] +Triangle: [624, 640, 639] +Triangle: [638, 646, 631] +Triangle: [629, 643, 628] +Triangle: [626, 977, 974] +Triangle: [638, 647, 651] +Triangle: [632, 648, 647] +Triangle: [630, 644, 629] +Triangle: [576, 660, 274] +Triangle: [967, 624, 983] +Triangle: [596, 674, 675] +Triangle: [594, 675, 673] +Triangle: [594, 676, 592] +Triangle: [676, 590, 592] +Triangle: [672, 588, 590] +Triangle: [671, 586, 588] +Triangle: [670, 660, 586] +Triangle: [703, 701, 702] +Triangle: [659, 663, 658] +Triangle: [657, 663, 664] +Triangle: [656, 664, 665] +Triangle: [655, 665, 666] +Triangle: [654, 666, 667] +Triangle: [668, 884, 880] +Triangle: [690, 874, 885] +Triangle: [984, 674, 983] +Triangle: [675, 677, 678] +Triangle: [675, 679, 673] +Triangle: [673, 680, 676] +Triangle: [672, 680, 681] +Triangle: [671, 681, 682] +Triangle: [670, 682, 661] +Triangle: [659, 684, 662] +Triangle: [660, 684, 683] +Triangle: [684, 682, 662] +Triangle: [682, 663, 662] +Triangle: [681, 664, 663] +Triangle: [664, 679, 665] +Triangle: [665, 678, 666] +Triangle: [678, 667, 666] +Triangle: [669, 881, 687] +Triangle: [984, 668, 982] +Triangle: [687, 1009, 986] +Triangle: [686, 639, 640] +Triangle: [977, 686, 640] +Triangle: [644, 990, 991] +Triangle: [980, 878, 1006] +Triangle: [987, 703, 702] +Triangle: [989, 645, 646] +Triangle: [654, 693, 655] +Triangle: [980, 695, 993] +Triangle: [653, 696, 695] +Triangle: [996, 696, 994] +Triangle: [985, 698, 994] +Triangle: [1010, 649, 979] +Triangle: [699, 981, 992] +Triangle: [700, 988, 981] +Triangle: [688, 701, 698] +Triangle: [702, 652, 689] +Triangle: [989, 702, 689] +Triangle: [991, 643, 644] +Triangle: [700, 698, 701] +Triangle: [642, 687, 641] +Triangle: [655, 692, 656] +Triangle: [657, 692, 691] +Triangle: [696, 704, 695] +Triangle: [704, 995, 997] +Triangle: [993, 704, 997] +Triangle: [693, 705, 706] +Triangle: [706, 650, 635] +Triangle: [691, 635, 622] +Triangle: [692, 706, 691] +Triangle: [691, 658, 657] +Triangle: [623, 658, 622] +Triangle: [707, 587, 585] +Triangle: [707, 409, 708] +Triangle: [708, 709, 707] +Triangle: [589, 709, 591] +Triangle: [408, 708, 409] +Triangle: [709, 712, 711] +Triangle: [712, 713, 711] +Triangle: [713, 716, 715] +Triangle: [709, 593, 591] +Triangle: [711, 595, 593] +Triangle: [595, 715, 597] +Triangle: [715, 718, 717] +Triangle: [999, 720, 719] +Triangle: [719, 722, 721] +Triangle: [1000, 723, 1001] +Triangle: [597, 717, 599] +Triangle: [966, 719, 601] +Triangle: [601, 721, 603] +Triangle: [1001, 605, 968] +Triangle: [619, 731, 732] +Triangle: [733, 731, 395] +Triangle: [274, 1003, 961] +Triangle: [617, 730, 731] +Triangle: [636, 729, 730] +Triangle: [613, 729, 615] +Triangle: [611, 728, 613] +Triangle: [611, 726, 727] +Triangle: [970, 725, 1002] +Triangle: [607, 723, 725] +Triangle: [395, 730, 394] +Triangle: [394, 729, 391] +Triangle: [727, 735, 728] +Triangle: [728, 391, 729] +Triangle: [391, 734, 411] +Triangle: [727, 411, 734] +Triangle: [1002, 412, 957] +Triangle: [724, 725, 723] +Triangle: [1000, 720, 998] +Triangle: [412, 718, 396] +Triangle: [718, 397, 396] +Triangle: [712, 408, 410] +Triangle: [438, 737, 404] +Triangle: [740, 445, 442] +Triangle: [738, 442, 437] +Triangle: [436, 738, 437] +Triangle: [404, 736, 410] +Triangle: [714, 410, 736] +Triangle: [716, 736, 397] +Triangle: [1004, 733, 1003] +Triangle: [1005, 623, 972] +Triangle: [1005, 732, 1004] +Triangle: [158, 495, 28] +Triangle: [185, 29, 28] +Triangle: [495, 185, 28] +Triangle: [2, 752, 197] +Triangle: [52, 748, 752] +Triangle: [55, 745, 53] +Triangle: [58, 749, 57] +Triangle: [59, 751, 753] +Triangle: [56, 750, 58] +Triangle: [57, 1278, 1262] +Triangle: [54, 746, 55] +Triangle: [53, 744, 56] +Triangle: [742, 6, 5] +Triangle: [208, 5, 43] +Triangle: [1174, 763, 1170] +Triangle: [1171, 770, 764] +Triangle: [1177, 769, 1175] +Triangle: [1176, 765, 770] +Triangle: [1170, 771, 1177] +Triangle: [1171, 768, 1174] +Triangle: [1156, 141, 142] +Triangle: [1173, 773, 1178] +Triangle: [774, 1159, 1162] +Triangle: [1279, 1172, 1297] +Triangle: [145, 1156, 142] +Triangle: [1166, 1164, 141] +Triangle: [775, 759, 776] +Triangle: [777, 758, 775] +Triangle: [775, 754, 0] +Triangle: [777, 0, 761] +Triangle: [778, 761, 762] +Triangle: [760, 778, 757] +Triangle: [1281, 762, 1280] +Triangle: [757, 1281, 755] +Triangle: [830, 1283, 1287] +Triangle: [840, 1284, 1288] +Triangle: [1289, 784, 1285] +Triangle: [851, 793, 790] +Triangle: [842, 789, 841] +Triangle: [832, 787, 831] +Triangle: [852, 801, 793] +Triangle: [844, 794, 842] +Triangle: [834, 792, 832] +Triangle: [855, 809, 806] +Triangle: [846, 805, 845] +Triangle: [836, 803, 835] +Triangle: [856, 813, 809] +Triangle: [847, 810, 846] +Triangle: [837, 808, 836] +Triangle: [854, 786, 801] +Triangle: [840, 802, 844] +Triangle: [830, 800, 834] +Triangle: [829, 805, 835] +Triangle: [839, 806, 845] +Triangle: [855, 779, 804] +Triangle: [837, 818, 838] +Triangle: [847, 817, 848] +Triangle: [858, 811, 815] +Triangle: [858, 798, 817] +Triangle: [843, 818, 848] +Triangle: [833, 816, 838] +Triangle: [1286, 783, 1282] +Triangle: [1252, 1285, 1303] +Triangle: [1253, 779, 1252] +Triangle: [819, 803, 821] +Triangle: [1258, 799, 1259] +Triangle: [820, 800, 783] +Triangle: [1255, 788, 1254] +Triangle: [823, 792, 824] +Triangle: [824, 800, 822] +Triangle: [1259, 791, 1255] +Triangle: [1261, 796, 815] +Triangle: [826, 795, 825] +Triangle: [1256, 804, 1253] +Triangle: [821, 808, 827] +Triangle: [827, 812, 828] +Triangle: [1257, 807, 1256] +Triangle: [828, 816, 826] +Triangle: [1261, 811, 1257] +Triangle: [760, 826, 758] +Triangle: [757, 828, 760] +Triangle: [755, 827, 757] +Triangle: [758, 825, 759] +Triangle: [761, 824, 822] +Triangle: [0, 823, 824] +Triangle: [762, 822, 820] +Triangle: [756, 821, 755] +Triangle: [1280, 820, 1286] +Triangle: [797, 838, 818] +Triangle: [812, 838, 816] +Triangle: [780, 835, 803] +Triangle: [785, 834, 802] +Triangle: [814, 836, 810] +Triangle: [810, 835, 805] +Triangle: [802, 832, 794] +Triangle: [794, 831, 789] +Triangle: [783, 1287, 1282] +Triangle: [798, 848, 817] +Triangle: [814, 848, 818] +Triangle: [782, 845, 805] +Triangle: [786, 844, 801] +Triangle: [813, 846, 809] +Triangle: [809, 845, 806] +Triangle: [801, 842, 793] +Triangle: [793, 841, 790] +Triangle: [785, 1288, 1283] +Triangle: [815, 853, 858] +Triangle: [817, 857, 858] +Triangle: [806, 849, 855] +Triangle: [799, 850, 854] +Triangle: [807, 857, 856] +Triangle: [804, 856, 855] +Triangle: [791, 854, 852] +Triangle: [788, 852, 851] +Triangle: [1284, 850, 1289] +Triangle: [1200, 468, 1191] +Triangle: [859, 862, 861] +Triangle: [862, 450, 861] +Triangle: [547, 452, 546] +Triangle: [863, 455, 471] +Triangle: [448, 866, 402] +Triangle: [455, 865, 457] +Triangle: [1194, 474, 473] +Triangle: [867, 461, 459] +Triangle: [868, 463, 461] +Triangle: [463, 870, 465] +Triangle: [870, 467, 465] +Triangle: [872, 469, 470] +Triangle: [1013, 449, 1019] +Triangle: [1018, 742, 1020] +Triangle: [1016, 464, 1015] +Triangle: [867, 457, 865] +Triangle: [1012, 211, 1017] +Triangle: [1020, 208, 1019] +Triangle: [1014, 210, 1012] +Triangle: [1017, 186, 1011] +Triangle: [1014, 454, 1013] +Triangle: [866, 403, 402] +Triangle: [459, 866, 457] +Triangle: [1006, 879, 1007] +Triangle: [876, 880, 884] +Triangle: [1009, 876, 884] +Triangle: [882, 883, 881] +Triangle: [875, 885, 874] +Triangle: [667, 878, 654] +Triangle: [688, 875, 652] +Triangle: [652, 874, 689] +Triangle: [685, 877, 876] +Triangle: [982, 880, 1007] +Triangle: [690, 882, 669] +Triangle: [685, 1008, 985] +Triangle: [891, 906, 894] +Triangle: [888, 897, 887] +Triangle: [892, 900, 903] +Triangle: [895, 899, 888] +Triangle: [891, 903, 902] +Triangle: [893, 907, 895] +Triangle: [40, 894, 893] +Triangle: [3, 890, 42] +Triangle: [14, 889, 892] +Triangle: [897, 898, 896] +Triangle: [902, 904, 906] +Triangle: [901, 903, 900] +Triangle: [906, 898, 905] +Triangle: [896, 904, 901] +Triangle: [907, 898, 899] +Triangle: [886, 897, 896] +Triangle: [886, 901, 890] +Triangle: [890, 900, 889] +Triangle: [894, 905, 893] +Triangle: [916, 934, 917] +Triangle: [915, 2268, 929] +Triangle: [913, 935, 918] +Triangle: [919, 179, 910] +Triangle: [909, 2258, 2262] +Triangle: [913, 1068, 915] +Triangle: [916, 164, 908] +Triangle: [922, 170, 169] +Triangle: [923, 68, 206] +Triangle: [908, 1273, 1290] +Triangle: [920, 169, 68] +Triangle: [926, 928, 178] +Triangle: [927, 919, 933] +Triangle: [930, 912, 909] +Triangle: [930, 2262, 2263] +Triangle: [929, 2279, 180] +Triangle: [929, 913, 915] +Triangle: [931, 916, 908] +Triangle: [911, 934, 924] +Triangle: [910, 935, 926] +Triangle: [936, 922, 937] +Triangle: [938, 920, 923] +Triangle: [1291, 908, 1290] +Triangle: [937, 920, 939] +Triangle: [944, 916, 917] +Triangle: [942, 163, 944] +Triangle: [1150, 166, 1086] +Triangle: [942, 1071, 165] +Triangle: [941, 1080, 166] +Triangle: [688, 1008, 883] +Triangle: [982, 879, 667] +Triangle: [881, 1008, 1009] +Triangle: [877, 1007, 880] +Triangle: [659, 1004, 683] +Triangle: [1005, 621, 619] +Triangle: [683, 1003, 660] +Triangle: [724, 998, 718] +Triangle: [726, 957, 411] +Triangle: [609, 1002, 726] +Triangle: [961, 733, 395] +Triangle: [721, 968, 603] +Triangle: [599, 999, 966] +Triangle: [722, 1001, 721] +Triangle: [717, 998, 999] +Triangle: [694, 997, 705] +Triangle: [705, 995, 650] +Triangle: [669, 978, 991] +Triangle: [646, 987, 989] +Triangle: [981, 647, 648] +Triangle: [992, 648, 649] +Triangle: [995, 979, 650] +Triangle: [697, 1010, 995] +Triangle: [996, 992, 1010] +Triangle: [685, 994, 696] +Triangle: [699, 994, 698] +Triangle: [980, 694, 654] +Triangle: [689, 990, 989] +Triangle: [651, 988, 987] +Triangle: [653, 1006, 877] +Triangle: [991, 690, 669] +Triangle: [641, 986, 977] +Triangle: [986, 884, 686] +Triangle: [677, 982, 667] +Triangle: [639, 983, 624] +Triangle: [598, 983, 674] +Triangle: [974, 640, 625] +Triangle: [634, 979, 649] +Triangle: [975, 642, 627] +Triangle: [971, 627, 606] +Triangle: [602, 974, 625] +Triangle: [620, 976, 634] +Triangle: [621, 973, 620] +Triangle: [607, 971, 606] +Triangle: [603, 969, 602] +Triangle: [598, 966, 967] +Triangle: [389, 958, 386] +Triangle: [386, 959, 367] +Triangle: [327, 964, 965] +Triangle: [332, 964, 326] +Triangle: [333, 963, 332] +Triangle: [393, 961, 395] +Triangle: [367, 962, 333] +Triangle: [411, 960, 389] +Triangle: [379, 956, 393] +Triangle: [380, 954, 315] +Triangle: [315, 953, 313] +Triangle: [313, 952, 311] +Triangle: [309, 952, 951] +Triangle: [309, 949, 240] +Triangle: [240, 950, 229] +Triangle: [950, 230, 229] +Triangle: [239, 947, 948] +Triangle: [947, 232, 231] +Triangle: [945, 233, 232] +Triangle: [1015, 462, 1011] +Triangle: [185, 1011, 186] +Triangle: [209, 1013, 207] +Triangle: [460, 1011, 462] +Triangle: [456, 1012, 458] +Triangle: [458, 1017, 460] +Triangle: [60, 1015, 185] +Triangle: [480, 1019, 449] +Triangle: [479, 1020, 480] +Triangle: [207, 1019, 208] +Triangle: [1192, 454, 1193] +Triangle: [1029, 1221, 1215] +Triangle: [1209, 1029, 1215] +Triangle: [1155, 1213, 1220] +Triangle: [1299, 1028, 1209] +Triangle: [142, 1052, 145] +Triangle: [1234, 1026, 1224] +Triangle: [1027, 1211, 1214] +Triangle: [1022, 1206, 1211] +Triangle: [1160, 1188, 1189] +Triangle: [1025, 1207, 1213] +Triangle: [1206, 1023, 1212] +Triangle: [1207, 1026, 1208] +Triangle: [1251, 1040, 1042] +Triangle: [1250, 1042, 1041] +Triangle: [1250, 1035, 1247] +Triangle: [1245, 1039, 1040] +Triangle: [1243, 1038, 1249] +Triangle: [1249, 1037, 1248] +Triangle: [1242, 1036, 1243] +Triangle: [1247, 1034, 1246] +Triangle: [1246, 1293, 1302] +Triangle: [888, 1044, 1048] +Triangle: [1044, 1043, 1048] +Triangle: [888, 1045, 895] +Triangle: [1047, 1048, 1043] +Triangle: [4, 1044, 887] +Triangle: [895, 1047, 44] +Triangle: [1054, 1219, 1218] +Triangle: [1052, 1054, 1051] +Triangle: [1053, 1049, 1054] +Triangle: [1056, 1217, 1218] +Triangle: [1216, 1057, 1219] +Triangle: [1032, 1056, 1057] +Triangle: [1031, 1055, 1056] +Triangle: [142, 1050, 1053] +Triangle: [772, 1304, 767] +Triangle: [1064, 766, 774] +Triangle: [1279, 1306, 765] +Triangle: [1059, 774, 769] +Triangle: [767, 1063, 773] +Triangle: [1305, 772, 766] +Triangle: [768, 1307, 1058] +Triangle: [763, 1061, 771] +Triangle: [765, 1060, 770] +Triangle: [771, 1059, 769] +Triangle: [764, 1060, 1307] +Triangle: [768, 1308, 763] +Triangle: [2245, 1069, 2246] +Triangle: [1067, 2283, 2285] +Triangle: [940, 1071, 1070] +Triangle: [1073, 943, 167] +Triangle: [1087, 1071, 168] +Triangle: [1081, 167, 193] +Triangle: [1081, 1075, 192] +Triangle: [1087, 1075, 1074] +Triangle: [1093, 1070, 1090] +Triangle: [1092, 46, 1094] +Triangle: [2274, 1100, 1132] +Triangle: [1146, 1079, 1073] +Triangle: [1076, 1073, 1081] +Triangle: [1078, 1092, 1149] +Triangle: [1082, 1077, 1129] +Triangle: [2244, 50, 2245] +Triangle: [1082, 1083, 1067] +Triangle: [1085, 168, 940] +Triangle: [1147, 1087, 168] +Triangle: [1076, 192, 1088] +Triangle: [187, 192, 1087] +Triangle: [1151, 940, 1093] +Triangle: [1084, 1093, 50] +Triangle: [1072, 1092, 1079] +Triangle: [1079, 1094, 943] +Triangle: [50, 1090, 1069] +Triangle: [1090, 39, 1069] +Triangle: [1138, 1091, 45] +Triangle: [45, 1096, 1140] +Triangle: [39, 917, 911] +Triangle: [2277, 1083, 1131] +Triangle: [1132, 2249, 2251] +Triangle: [912, 38, 909] +Triangle: [1100, 2250, 2249] +Triangle: [1121, 1107, 1120] +Triangle: [1120, 1099, 1114] +Triangle: [2259, 1106, 2256] +Triangle: [1119, 1295, 1296] +Triangle: [1118, 1105, 1119] +Triangle: [1117, 1104, 1118] +Triangle: [1125, 1101, 1136] +Triangle: [1065, 2275, 1130] +Triangle: [1113, 1108, 1121] +Triangle: [2257, 1097, 2255] +Triangle: [35, 1121, 924] +Triangle: [1135, 1127, 1144] +Triangle: [45, 1135, 1144] +Triangle: [65, 1118, 67] +Triangle: [67, 1119, 162] +Triangle: [162, 1296, 1272] +Triangle: [911, 1114, 39] +Triangle: [924, 1120, 911] +Triangle: [1115, 2253, 2252] +Triangle: [2254, 1115, 2252] +Triangle: [2266, 1123, 2265] +Triangle: [1123, 2264, 2265] +Triangle: [1103, 1128, 1106] +Triangle: [1111, 1136, 1101] +Triangle: [1098, 1126, 1097] +Triangle: [1065, 1082, 1129] +Triangle: [1130, 1131, 1082] +Triangle: [2269, 1132, 1111] +Triangle: [49, 2277, 1131] +Triangle: [1134, 1137, 2254] +Triangle: [1139, 1135, 2244] +Triangle: [1136, 2247, 1125] +Triangle: [2248, 2251, 1137] +Triangle: [1115, 2250, 1122] +Triangle: [1140, 2244, 1135] +Triangle: [1095, 1078, 1149] +Triangle: [1096, 1084, 1140] +Triangle: [1095, 1143, 1091] +Triangle: [1096, 1143, 1151] +Triangle: [1136, 2248, 1127] +Triangle: [1144, 2248, 1134] +Triangle: [166, 1146, 1145] +Triangle: [1086, 1145, 1147] +Triangle: [1080, 1072, 1146] +Triangle: [1141, 1072, 1148] +Triangle: [1086, 1085, 1150] +Triangle: [1142, 1085, 1151] +Triangle: [1152, 1149, 1141] +Triangle: [1142, 1143, 1152] +Triangle: [1077, 1205, 1204] +Triangle: [212, 1016, 60] +Triangle: [1153, 466, 1016] +Triangle: [1158, 145, 149] +Triangle: [1181, 138, 93] +Triangle: [1154, 1159, 145] +Triangle: [1156, 774, 766] +Triangle: [1189, 138, 1190] +Triangle: [1030, 1220, 1210] +Triangle: [1297, 102, 1265] +Triangle: [1168, 1229, 1230] +Triangle: [1166, 766, 772] +Triangle: [767, 1173, 1169] +Triangle: [1163, 1216, 1221] +Triangle: [1164, 146, 1167] +Triangle: [1229, 1031, 1032] +Triangle: [1173, 143, 144] +Triangle: [97, 1171, 1174] +Triangle: [98, 1177, 103] +Triangle: [100, 1172, 1176] +Triangle: [103, 1175, 99] +Triangle: [101, 1176, 1171] +Triangle: [98, 1174, 1170] +Triangle: [1169, 144, 1164] +Triangle: [99, 1162, 1154] +Triangle: [90, 1182, 1186] +Triangle: [1187, 1235, 1225] +Triangle: [1300, 1187, 1225] +Triangle: [1182, 1231, 1234] +Triangle: [1179, 1222, 1231] +Triangle: [1181, 1223, 1233] +Triangle: [1222, 1180, 1232] +Triangle: [1223, 1186, 1224] +Triangle: [1157, 1189, 1190] +Triangle: [136, 1188, 137] +Triangle: [1188, 1168, 1183] +Triangle: [1161, 1190, 1181] +Triangle: [1235, 1168, 1230] +Triangle: [1161, 1233, 1228] +Triangle: [470, 1193, 472] +Triangle: [458, 1194, 456] +Triangle: [480, 1191, 479] +Triangle: [464, 1199, 1198] +Triangle: [464, 1197, 462] +Triangle: [462, 1196, 460] +Triangle: [458, 1196, 1195] +Triangle: [456, 1193, 454] +Triangle: [449, 1200, 480] +Triangle: [1201, 910, 179] +Triangle: [918, 48, 913] +Triangle: [1201, 1203, 918] +Triangle: [2278, 1109, 1100] +Triangle: [2285, 1205, 1067] +Triangle: [44, 933, 40] +Triangle: [926, 919, 910] +Triangle: [1221, 147, 1167] +Triangle: [1210, 1158, 149] +Triangle: [1216, 1049, 147] +Triangle: [1218, 1051, 1054] +Triangle: [1218, 1057, 1056] +Triangle: [110, 1208, 104] +Triangle: [109, 1212, 106] +Triangle: [1213, 110, 108] +Triangle: [1211, 109, 105] +Triangle: [1214, 105, 107] +Triangle: [1266, 1209, 148] +Triangle: [1220, 108, 1158] +Triangle: [148, 1215, 146] +Triangle: [1215, 1167, 146] +Triangle: [1210, 1055, 1030] +Triangle: [1027, 1208, 1026] +Triangle: [1228, 1025, 1155] +Triangle: [1029, 1230, 1163] +Triangle: [1024, 1224, 1026] +Triangle: [1021, 1232, 1023] +Triangle: [1233, 1024, 1025] +Triangle: [1231, 1021, 1022] +Triangle: [1234, 1022, 1027] +Triangle: [1292, 1225, 1028] +Triangle: [1225, 1029, 1028] +Triangle: [1165, 1227, 1229] +Triangle: [1230, 1032, 1163] +Triangle: [1182, 1224, 1186] +Triangle: [1226, 1155, 1030] +Triangle: [1227, 1030, 1031] +Triangle: [69, 1238, 70] +Triangle: [70, 1239, 161] +Triangle: [161, 1301, 1271] +Triangle: [1241, 69, 173] +Triangle: [2289, 1240, 2286] +Triangle: [33, 925, 930] +Triangle: [202, 1302, 1276] +Triangle: [203, 1246, 202] +Triangle: [196, 1243, 197] +Triangle: [2, 1248, 1] +Triangle: [197, 1249, 2] +Triangle: [200, 1244, 1245] +Triangle: [201, 1247, 203] +Triangle: [198, 1250, 201] +Triangle: [198, 1245, 1251] +Triangle: [1042, 1261, 1257] +Triangle: [1041, 1257, 1256] +Triangle: [1041, 1253, 1035] +Triangle: [1040, 1260, 1261] +Triangle: [1036, 1255, 1038] +Triangle: [1038, 1254, 1037] +Triangle: [1033, 1259, 1036] +Triangle: [1035, 1252, 1034] +Triangle: [1034, 1303, 1293] +Triangle: [1293, 1258, 1033] +Triangle: [1276, 1242, 196] +Triangle: [1271, 1240, 34] +Triangle: [1023, 1300, 1292] +Triangle: [106, 1299, 1266] +Triangle: [1232, 1298, 1300] +Triangle: [143, 1297, 1265] +Triangle: [1272, 1126, 36] +Triangle: [1296, 1097, 1126] +Triangle: [773, 1294, 1279] +Triangle: [1302, 1033, 1242] +Triangle: [1212, 1292, 1299] +Triangle: [936, 1290, 921] +Triangle: [921, 1273, 170] +Triangle: [781, 1289, 849] +Triangle: [1283, 839, 782] +Triangle: [1282, 829, 780] +Triangle: [756, 1286, 819] +Triangle: [1303, 784, 1258] +Triangle: [819, 1282, 780] +Triangle: [849, 1285, 779] +Triangle: [1288, 781, 839] +Triangle: [1287, 782, 829] +Triangle: [755, 1280, 756] +Triangle: [1178, 1279, 1297] +Triangle: [1262, 748, 51] +Triangle: [1278, 196, 748] +Triangle: [1273, 191, 170] +Triangle: [1275, 51, 191] +Triangle: [2293, 175, 2286] +Triangle: [931, 1272, 36] +Triangle: [2267, 34, 2255] +Triangle: [1274, 32, 175] +Triangle: [32, 1269, 25] +Triangle: [150, 1268, 151] +Triangle: [1180, 1264, 1298] +Triangle: [143, 1266, 148] +Triangle: [140, 1267, 150] +Triangle: [151, 1263, 135] +Triangle: [135, 1277, 134] +Triangle: [134, 1269, 159] +Triangle: [1316, 1315, 1309] +Triangle: [1317, 1309, 1310] +Triangle: [1311, 1317, 1310] +Triangle: [1320, 1312, 1313] +Triangle: [1321, 1313, 1314] +Triangle: [1322, 1314, 1315] +Triangle: [1323, 1322, 1316] +Triangle: [1324, 1316, 1317] +Triangle: [1318, 1324, 1317] +Triangle: [1327, 1319, 1320] +Triangle: [1328, 1320, 1321] +Triangle: [1329, 1321, 1322] +Triangle: [1330, 1329, 1323] +Triangle: [1331, 1323, 1324] +Triangle: [1332, 1324, 323] +Triangle: [1325, 1332, 323] +Triangle: [1334, 1325, 1326] +Triangle: [1327, 1334, 1326] +Triangle: [1336, 1327, 1328] +Triangle: [1337, 1328, 1329] +Triangle: [1338, 1337, 1330] +Triangle: [1339, 1330, 1331] +Triangle: [1340, 1331, 1332] +Triangle: [1333, 1340, 1332] +Triangle: [1334, 1341, 1333] +Triangle: [1335, 1342, 1334] +Triangle: [1336, 1343, 1335] +Triangle: [1345, 1336, 1337] +Triangle: [1346, 1345, 1338] +Triangle: [1347, 1338, 1339] +Triangle: [1348, 1339, 1340] +Triangle: [1349, 1340, 1341] +Triangle: [1342, 1349, 1341] +Triangle: [1343, 1350, 1342] +Triangle: [1344, 1351, 1343] +Triangle: [1345, 1352, 1344] +Triangle: [1346, 1361, 1353] +Triangle: [1355, 1346, 1347] +Triangle: [1356, 1347, 1348] +Triangle: [1357, 1348, 1349] +Triangle: [1358, 1349, 1350] +Triangle: [1351, 1358, 1350] +Triangle: [1352, 1359, 1351] +Triangle: [1353, 1360, 1352] +Triangle: [1354, 1369, 1361] +Triangle: [1363, 1354, 1355] +Triangle: [1364, 1355, 1356] +Triangle: [1365, 1356, 1357] +Triangle: [1366, 1357, 1358] +Triangle: [1359, 1366, 1358] +Triangle: [1360, 1367, 1359] +Triangle: [1361, 1368, 1360] +Triangle: [1362, 1377, 1369] +Triangle: [1371, 1362, 1363] +Triangle: [1372, 1363, 1364] +Triangle: [1373, 1364, 1365] +Triangle: [1374, 1365, 1366] +Triangle: [1367, 1374, 1366] +Triangle: [1368, 1375, 1367] +Triangle: [1369, 1376, 1368] +Triangle: [1370, 1385, 1377] +Triangle: [1379, 1370, 1371] +Triangle: [1380, 1371, 1372] +Triangle: [1381, 1372, 1373] +Triangle: [1382, 1373, 1374] +Triangle: [1375, 1382, 1374] +Triangle: [1376, 1383, 1375] +Triangle: [1377, 1384, 1376] +Triangle: [1378, 1393, 1385] +Triangle: [1387, 1378, 1379] +Triangle: [1388, 1379, 1380] +Triangle: [1389, 1380, 1381] +Triangle: [1390, 1381, 1382] +Triangle: [1383, 1390, 1382] +Triangle: [1384, 1391, 1383] +Triangle: [1385, 1392, 1384] +Triangle: [1386, 1401, 1393] +Triangle: [1395, 1386, 1387] +Triangle: [1396, 1387, 1388] +Triangle: [1397, 1388, 1389] +Triangle: [1398, 1389, 1390] +Triangle: [1391, 1398, 1390] +Triangle: [1392, 1399, 1391] +Triangle: [1393, 1400, 1392] +Triangle: [1394, 1409, 1401] +Triangle: [1403, 1394, 1395] +Triangle: [1404, 1395, 1396] +Triangle: [1405, 1396, 1397] +Triangle: [1406, 1397, 1398] +Triangle: [1399, 1406, 1398] +Triangle: [1400, 1407, 1399] +Triangle: [1401, 1408, 1400] +Triangle: [1402, 1417, 1409] +Triangle: [1411, 1402, 1403] +Triangle: [1412, 1403, 1404] +Triangle: [1413, 1404, 1405] +Triangle: [1414, 1405, 1406] +Triangle: [1415, 1406, 1407] +Triangle: [1408, 1415, 1407] +Triangle: [1409, 1416, 1408] +Triangle: [1410, 1425, 1417] +Triangle: [1411, 1418, 1410] +Triangle: [1420, 1411, 1412] +Triangle: [1421, 1412, 1413] +Triangle: [1422, 1413, 1414] +Triangle: [1423, 1414, 1415] +Triangle: [1416, 1423, 1415] +Triangle: [1417, 1424, 1416] +Triangle: [1418, 1433, 1425] +Triangle: [1419, 1426, 1418] +Triangle: [1420, 1427, 1419] +Triangle: [1429, 1420, 1421] +Triangle: [1430, 1421, 1422] +Triangle: [1431, 1422, 1423] +Triangle: [1432, 1423, 1424] +Triangle: [1425, 1432, 1424] +Triangle: [1426, 1441, 1433] +Triangle: [1427, 1434, 1426] +Triangle: [1428, 1435, 1427] +Triangle: [1429, 1436, 1428] +Triangle: [1438, 1429, 1430] +Triangle: [1439, 1430, 1431] +Triangle: [1440, 1431, 1432] +Triangle: [1441, 1432, 1433] +Triangle: [1434, 1442, 1441] +Triangle: [1435, 1442, 1434] +Triangle: [1436, 1442, 1435] +Triangle: [1437, 1442, 1436] +Triangle: [1438, 1442, 1437] +Triangle: [1439, 1442, 1438] +Triangle: [1440, 1442, 1439] +Triangle: [1441, 1442, 1440] +Triangle: [1443, 1458, 1450] +Triangle: [1444, 1451, 1443] +Triangle: [1445, 1452, 1444] +Triangle: [1454, 1445, 1446] +Triangle: [1455, 1446, 1447] +Triangle: [1456, 1447, 1448] +Triangle: [1457, 1448, 1449] +Triangle: [1450, 1457, 1449] +Triangle: [1451, 1466, 1458] +Triangle: [1452, 1459, 1451] +Triangle: [1453, 1460, 1452] +Triangle: [1462, 1453, 1454] +Triangle: [1463, 1454, 1455] +Triangle: [1464, 1455, 1456] +Triangle: [1465, 1456, 1457] +Triangle: [1458, 1465, 1457] +Triangle: [1459, 1474, 1466] +Triangle: [1460, 1467, 1459] +Triangle: [1461, 1468, 1460] +Triangle: [1470, 1461, 1462] +Triangle: [1471, 1462, 1463] +Triangle: [1472, 1463, 1464] +Triangle: [1473, 1464, 1465] +Triangle: [1466, 1473, 1465] +Triangle: [1475, 1474, 1467] +Triangle: [1476, 1467, 1468] +Triangle: [1477, 1468, 1469] +Triangle: [1470, 1477, 1469] +Triangle: [1471, 1478, 1470] +Triangle: [1472, 1479, 1471] +Triangle: [1473, 1480, 1472] +Triangle: [1482, 1473, 1474] +Triangle: [1483, 1482, 1475] +Triangle: [1484, 1475, 1476] +Triangle: [1485, 1476, 1477] +Triangle: [1478, 1485, 1477] +Triangle: [1479, 1486, 1478] +Triangle: [1480, 1487, 1479] +Triangle: [1481, 1488, 1480] +Triangle: [1490, 1481, 1482] +Triangle: [1491, 1490, 1483] +Triangle: [1492, 1483, 1484] +Triangle: [1493, 1484, 1485] +Triangle: [1486, 1493, 1485] +Triangle: [1487, 1494, 1486] +Triangle: [1488, 1495, 1487] +Triangle: [1489, 1496, 1488] +Triangle: [1498, 1489, 1490] +Triangle: [1499, 1498, 1491] +Triangle: [1500, 1491, 1492] +Triangle: [1501, 1492, 1493] +Triangle: [1494, 1501, 1493] +Triangle: [1495, 1502, 1494] +Triangle: [1496, 1503, 1495] +Triangle: [1505, 1496, 1497] +Triangle: [1506, 1497, 1498] +Triangle: [1507, 1506, 1499] +Triangle: [1508, 1499, 1500] +Triangle: [1509, 1500, 1501] +Triangle: [1502, 1509, 1501] +Triangle: [1503, 1510, 1502] +Triangle: [1504, 1511, 1503] +Triangle: [1513, 1504, 1505] +Triangle: [1514, 1505, 1506] +Triangle: [1515, 1514, 1507] +Triangle: [1516, 1507, 1508] +Triangle: [1517, 1508, 1509] +Triangle: [1510, 1517, 1509] +Triangle: [1511, 1518, 1510] +Triangle: [1512, 1519, 1511] +Triangle: [1521, 1512, 1513] +Triangle: [1522, 1513, 1514] +Triangle: [1515, 1530, 1522] +Triangle: [1524, 1515, 1516] +Triangle: [1525, 1516, 1517] +Triangle: [1518, 1525, 1517] +Triangle: [1519, 1526, 1518] +Triangle: [1520, 1527, 1519] +Triangle: [1529, 1520, 1521] +Triangle: [1530, 1521, 1522] +Triangle: [1523, 1538, 1530] +Triangle: [1532, 1523, 1524] +Triangle: [1533, 1524, 1525] +Triangle: [1534, 1525, 1526] +Triangle: [1527, 1534, 1526] +Triangle: [1528, 1535, 1527] +Triangle: [1529, 1536, 1528] +Triangle: [1530, 1537, 1529] +Triangle: [1539, 1538, 1531] +Triangle: [1540, 1531, 1532] +Triangle: [1541, 1532, 1533] +Triangle: [1542, 1533, 1534] +Triangle: [1535, 1542, 1534] +Triangle: [1536, 1543, 1535] +Triangle: [1537, 1544, 1536] +Triangle: [1538, 1545, 1537] +Triangle: [1547, 1546, 1539] +Triangle: [1548, 1539, 1540] +Triangle: [1549, 1540, 1541] +Triangle: [1550, 1541, 1542] +Triangle: [1551, 1542, 1543] +Triangle: [1544, 1551, 1543] +Triangle: [1545, 1552, 1544] +Triangle: [1546, 1553, 1545] +Triangle: [1547, 1562, 1554] +Triangle: [1556, 1547, 1548] +Triangle: [1557, 1548, 1549] +Triangle: [1558, 1549, 1550] +Triangle: [1559, 1550, 1551] +Triangle: [1552, 1559, 1551] +Triangle: [1553, 1560, 1552] +Triangle: [1554, 1561, 1553] +Triangle: [1555, 1570, 1562] +Triangle: [1556, 1563, 1555] +Triangle: [1565, 1556, 1557] +Triangle: [1566, 1557, 1558] +Triangle: [1567, 1558, 1559] +Triangle: [1568, 1559, 1560] +Triangle: [1561, 1568, 1560] +Triangle: [1562, 1569, 1561] +Triangle: [1563, 1578, 1570] +Triangle: [1564, 1571, 1563] +Triangle: [1565, 1572, 1564] +Triangle: [1574, 1565, 1566] +Triangle: [1575, 1566, 1567] +Triangle: [1576, 1567, 1568] +Triangle: [1577, 1568, 1569] +Triangle: [1570, 1577, 1569] +Triangle: [1571, 1579, 1578] +Triangle: [1572, 1579, 1571] +Triangle: [1573, 1579, 1572] +Triangle: [1574, 1579, 1573] +Triangle: [1575, 1579, 1574] +Triangle: [1576, 1579, 1575] +Triangle: [1577, 1579, 1576] +Triangle: [1578, 1579, 1577] +Triangle: [1588, 1587, 1580] +Triangle: [1589, 1580, 1581] +Triangle: [1590, 1581, 1582] +Triangle: [1583, 1590, 1582] +Triangle: [1584, 1591, 1583] +Triangle: [1585, 1592, 1584] +Triangle: [1586, 1593, 1585] +Triangle: [1587, 1594, 1586] +Triangle: [1596, 1595, 1588] +Triangle: [1597, 1588, 1589] +Triangle: [1590, 1597, 1589] +Triangle: [1591, 1598, 1590] +Triangle: [1592, 1599, 1591] +Triangle: [1601, 1592, 1593] +Triangle: [1602, 1593, 1594] +Triangle: [1603, 1594, 1595] +Triangle: [1604, 1603, 1596] +Triangle: [1597, 1604, 1596] +Triangle: [1598, 1605, 1597] +Triangle: [1599, 1606, 1598] +Triangle: [1600, 1607, 1599] +Triangle: [1609, 1600, 1601] +Triangle: [1610, 1601, 1602] +Triangle: [1611, 1602, 1603] +Triangle: [1604, 1619, 1611] +Triangle: [1605, 1612, 1604] +Triangle: [1614, 1605, 1606] +Triangle: [1615, 1606, 1607] +Triangle: [1616, 1607, 1608] +Triangle: [1617, 1608, 1609] +Triangle: [1610, 1617, 1609] +Triangle: [1611, 1618, 1610] +Triangle: [1612, 1627, 1619] +Triangle: [1613, 1620, 1612] +Triangle: [1622, 1613, 1614] +Triangle: [1623, 1614, 1615] +Triangle: [1624, 1615, 1616] +Triangle: [1625, 1616, 1617] +Triangle: [1618, 1625, 1617] +Triangle: [1619, 1626, 1618] +Triangle: [1620, 1635, 1627] +Triangle: [1629, 1620, 1621] +Triangle: [1622, 1629, 1621] +Triangle: [1623, 1630, 1622] +Triangle: [1624, 1631, 1623] +Triangle: [1625, 1632, 1624] +Triangle: [1634, 1625, 1626] +Triangle: [1635, 1626, 1627] +Triangle: [1628, 1643, 1635] +Triangle: [1637, 1628, 1629] +Triangle: [1630, 1637, 1629] +Triangle: [1631, 1638, 1630] +Triangle: [1632, 1639, 1631] +Triangle: [1641, 1632, 1633] +Triangle: [1642, 1633, 1634] +Triangle: [1643, 1634, 1635] +Triangle: [1636, 1644, 1643] +Triangle: [1637, 1644, 1636] +Triangle: [1638, 1644, 1637] +Triangle: [1639, 1644, 1638] +Triangle: [1640, 1644, 1639] +Triangle: [1641, 1644, 1640] +Triangle: [1642, 1644, 1641] +Triangle: [1643, 1644, 1642] +Triangle: [1693, 1652, 1694] +Triangle: [1698, 1649, 1693] +Triangle: [1651, 1695, 1696] +Triangle: [1678, 1696, 1697] +Triangle: [1649, 1656, 1652] +Triangle: [1686, 1653, 1649] +Triangle: [1655, 1650, 1651] +Triangle: [1679, 1651, 1678] +Triangle: [1657, 1656, 1653] +Triangle: [1687, 1657, 1653] +Triangle: [1655, 1658, 1654] +Triangle: [1680, 1655, 1679] +Triangle: [1657, 1664, 1660] +Triangle: [1688, 1661, 1657] +Triangle: [1659, 1662, 1658] +Triangle: [1681, 1659, 1680] +Triangle: [1661, 1668, 1664] +Triangle: [1689, 1665, 1661] +Triangle: [1667, 1662, 1663] +Triangle: [1682, 1663, 1681] +Triangle: [1669, 1668, 1665] +Triangle: [1690, 1669, 1665] +Triangle: [1667, 1670, 1666] +Triangle: [1682, 1671, 1667] +Triangle: [1673, 1672, 1669] +Triangle: [1692, 1669, 1691] +Triangle: [1671, 1674, 1670] +Triangle: [1684, 1671, 1683] +Triangle: [1672, 1684, 1683] +Triangle: [1672, 1682, 1668] +Triangle: [1664, 1682, 1681] +Triangle: [1664, 1680, 1660] +Triangle: [1660, 1679, 1656] +Triangle: [1656, 1678, 1652] +Triangle: [1652, 1697, 1694] +Triangle: [1674, 1691, 1670] +Triangle: [1670, 1690, 1666] +Triangle: [1666, 1689, 1662] +Triangle: [1658, 1689, 1688] +Triangle: [1654, 1688, 1687] +Triangle: [1650, 1687, 1686] +Triangle: [1695, 1686, 1698] +Triangle: [1646, 1698, 1685] +Triangle: [1694, 1677, 1648] +Triangle: [1697, 1647, 1677] +Triangle: [1647, 1695, 1646] +Triangle: [1685, 1693, 1645] +Triangle: [1693, 1648, 1645] +Triangle: [1699, 1706, 1702] +Triangle: [1720, 1703, 1699] +Triangle: [1705, 1700, 1701] +Triangle: [1717, 1701, 1716] +Triangle: [1703, 1710, 1706] +Triangle: [1704, 1722, 1721] +Triangle: [1710, 1717, 1706] +Triangle: [1721, 1707, 1703] +Triangle: [1711, 1710, 1707] +Triangle: [1722, 1711, 1707] +Triangle: [1709, 1712, 1708] +Triangle: [1718, 1713, 1709] +Triangle: [1711, 1715, 1714] +Triangle: [1723, 1715, 1711] +Triangle: [1713, 1715, 1712] +Triangle: [1719, 1715, 1713] +Triangle: [1714, 1715, 1719] +Triangle: [1714, 1718, 1710] +Triangle: [1705, 1718, 1709] +Triangle: [1706, 1716, 1702] +Triangle: [1712, 1715, 1723] +Triangle: [1712, 1722, 1708] +Triangle: [1705, 1708, 1704] +Triangle: [1700, 1721, 1720] +Triangle: [1764, 1725, 1724] +Triangle: [1765, 1729, 1728] +Triangle: [1763, 1727, 1761] +Triangle: [1762, 1730, 1729] +Triangle: [1763, 1724, 1726] +Triangle: [1760, 1728, 1725] +Triangle: [1733, 1738, 1740] +Triangle: [1735, 1739, 1732] +Triangle: [1732, 1738, 1731] +Triangle: [1736, 1742, 1735] +Triangle: [1733, 1741, 1734] +Triangle: [1736, 1744, 1743] +Triangle: [1770, 1746, 1767] +Triangle: [1771, 1749, 1768] +Triangle: [1761, 1747, 1769] +Triangle: [2120, 1766, 2123] +Triangle: [1769, 1745, 1770] +Triangle: [1746, 1771, 1767] +Triangle: [1752, 1755, 1750] +Triangle: [1756, 1753, 1751] +Triangle: [1750, 1756, 1751] +Triangle: [1758, 1754, 1753] +Triangle: [1734, 1757, 1752] +Triangle: [2122, 1737, 2121] +Triangle: [1731, 1726, 1724] +Triangle: [1734, 1726, 1733] +Triangle: [1752, 1727, 1734] +Triangle: [1750, 1747, 1752] +Triangle: [1751, 1745, 1750] +Triangle: [1751, 1748, 1746] +Triangle: [1754, 1748, 1753] +Triangle: [2121, 1730, 2120] +Triangle: [1737, 1729, 1730] +Triangle: [1736, 1728, 1729] +Triangle: [1732, 1728, 1735] +Triangle: [1732, 1724, 1725] +Triangle: [1767, 2102, 2095] +Triangle: [1769, 2101, 2097] +Triangle: [2123, 2100, 2219] +Triangle: [1761, 2097, 2092] +Triangle: [1771, 2096, 2102] +Triangle: [1770, 2095, 2101] +Triangle: [2091, 1765, 1760] +Triangle: [2094, 1764, 1763] +Triangle: [2093, 1766, 1762] +Triangle: [2092, 1763, 1761] +Triangle: [2099, 1762, 1765] +Triangle: [2098, 1760, 1764] +Triangle: [1742, 1774, 1739] +Triangle: [1785, 1974, 1975] +Triangle: [1743, 1775, 1742] +Triangle: [1738, 1774, 1785] +Triangle: [1785, 1740, 1738] +Triangle: [1740, 1783, 1741] +Triangle: [1741, 1782, 1757] +Triangle: [1757, 1781, 1755] +Triangle: [1755, 1780, 1756] +Triangle: [1780, 1758, 1756] +Triangle: [1779, 1759, 1758] +Triangle: [2124, 1744, 2122] +Triangle: [1777, 1743, 1744] +Triangle: [2008, 2032, 2007] +Triangle: [1807, 2105, 2106] +Triangle: [1808, 2105, 1806] +Triangle: [2237, 1792, 2238] +Triangle: [2239, 1790, 2237] +Triangle: [1794, 1812, 1813] +Triangle: [1795, 1814, 1812] +Triangle: [1793, 1813, 1815] +Triangle: [1816, 1796, 1797] +Triangle: [1811, 1793, 1815] +Triangle: [1816, 1792, 1810] +Triangle: [2241, 1798, 1799] +Triangle: [2242, 1799, 2233] +Triangle: [2240, 1791, 2239] +Triangle: [1800, 2230, 2232] +Triangle: [1801, 1804, 2104] +Triangle: [2112, 1804, 1800] +Triangle: [1773, 1806, 1772] +Triangle: [1772, 1807, 1786] +Triangle: [1789, 2235, 2106] +Triangle: [2114, 1788, 2107] +Triangle: [1791, 1809, 1790] +Triangle: [1790, 1810, 1792] +Triangle: [1823, 1820, 1825] +Triangle: [2127, 1820, 2125] +Triangle: [2126, 1825, 2127] +Triangle: [1819, 1825, 1817] +Triangle: [1880, 1846, 1881] +Triangle: [1859, 2130, 2137] +Triangle: [1864, 1839, 1841] +Triangle: [2141, 1849, 1876] +Triangle: [1858, 1837, 1859] +Triangle: [1842, 1879, 1878] +Triangle: [1879, 1845, 1880] +Triangle: [1876, 1831, 1830] +Triangle: [1829, 2387, 2383] +Triangle: [2392, 1830, 2390] +Triangle: [2140, 1833, 2128] +Triangle: [2390, 1864, 1865] +Triangle: [2387, 1827, 2385] +Triangle: [1875, 1829, 1833] +Triangle: [1874, 1832, 1831] +Triangle: [2385, 1826, 2386] +Triangle: [2126, 1846, 1817] +Triangle: [1824, 1849, 1818] +Triangle: [1822, 1848, 1824] +Triangle: [2133, 1822, 2125] +Triangle: [1817, 1845, 1819] +Triangle: [1845, 1823, 1819] +Triangle: [1844, 1821, 1823] +Triangle: [1842, 1820, 1821] +Triangle: [1855, 1866, 1867] +Triangle: [1857, 1868, 1866] +Triangle: [2135, 1869, 2139] +Triangle: [1871, 1853, 1870] +Triangle: [1872, 1854, 1871] +Triangle: [1873, 1856, 1872] +Triangle: [1869, 1852, 1873] +Triangle: [2138, 1855, 1867] +Triangle: [1865, 1841, 1835] +Triangle: [1836, 1861, 1834] +Triangle: [1840, 1860, 1836] +Triangle: [2131, 1865, 1835] +Triangle: [1858, 1840, 1838] +Triangle: [2383, 1859, 2384] +Triangle: [2389, 1863, 1864] +Triangle: [2384, 2137, 2391] +Triangle: [2138, 1839, 2130] +Triangle: [1834, 1873, 1836] +Triangle: [1836, 1872, 1840] +Triangle: [1840, 1871, 1838] +Triangle: [1838, 1870, 1837] +Triangle: [2139, 1834, 2131] +Triangle: [1866, 1835, 1841] +Triangle: [1867, 1841, 1839] +Triangle: [1847, 1874, 1848] +Triangle: [1843, 1878, 1875] +Triangle: [2133, 1875, 2140] +Triangle: [1848, 1876, 1849] +Triangle: [1828, 1880, 1827] +Triangle: [1878, 1828, 1829] +Triangle: [2129, 1876, 1830] +Triangle: [1827, 1881, 1826] +Triangle: [2152, 1902, 1901] +Triangle: [2150, 1901, 1903] +Triangle: [1899, 1906, 1905] +Triangle: [1898, 1904, 1906] +Triangle: [1926, 1962, 1961] +Triangle: [1940, 1920, 1944] +Triangle: [1944, 2155, 2162] +Triangle: [1927, 1957, 1962] +Triangle: [1939, 1918, 1940] +Triangle: [2166, 1925, 1960] +Triangle: [1960, 1926, 1961] +Triangle: [1955, 1911, 1957] +Triangle: [2161, 1909, 1943] +Triangle: [1907, 1946, 1942] +Triangle: [1956, 1913, 1958] +Triangle: [1911, 1945, 1946] +Triangle: [1943, 1908, 1941] +Triangle: [1956, 1910, 1914] +Triangle: [1958, 2153, 2165] +Triangle: [1941, 1907, 1942] +Triangle: [1899, 1927, 1898] +Triangle: [1929, 1899, 1905] +Triangle: [2150, 1929, 1905] +Triangle: [1924, 1903, 1901] +Triangle: [1927, 1900, 1898] +Triangle: [1900, 1925, 1904] +Triangle: [2158, 1902, 2151] +Triangle: [1923, 1901, 1902] +Triangle: [2159, 1947, 2164] +Triangle: [1947, 1932, 1949] +Triangle: [1949, 1931, 1950] +Triangle: [1935, 1951, 1952] +Triangle: [2163, 1935, 1952] +Triangle: [1954, 1937, 1953] +Triangle: [1950, 1933, 1954] +Triangle: [1934, 1948, 1951] +Triangle: [1945, 1916, 1946] +Triangle: [1941, 1915, 1917] +Triangle: [1943, 1917, 1921] +Triangle: [1942, 1916, 1915] +Triangle: [2161, 1921, 2156] +Triangle: [1910, 1940, 1914] +Triangle: [1913, 2162, 2153] +Triangle: [1914, 1944, 1913] +Triangle: [1951, 1920, 1918] +Triangle: [1950, 1917, 1915] +Triangle: [1917, 1953, 1921] +Triangle: [2156, 1952, 1919] +Triangle: [1919, 1951, 1918] +Triangle: [1916, 1950, 1915] +Triangle: [1922, 1949, 1916] +Triangle: [2164, 1922, 2155] +Triangle: [1928, 2165, 2157] +Triangle: [1924, 1959, 1956] +Triangle: [1924, 1958, 1928] +Triangle: [1929, 1957, 1930] +Triangle: [1909, 1961, 1908] +Triangle: [2154, 1960, 1909] +Triangle: [1962, 1911, 1907] +Triangle: [1908, 1962, 1907] +Triangle: [1857, 1888, 1884] +Triangle: [1887, 1892, 1889] +Triangle: [1895, 1933, 1897] +Triangle: [1964, 2159, 2167] +Triangle: [2168, 1964, 2167] +Triangle: [1988, 2023, 1989] +Triangle: [1782, 2024, 1781] +Triangle: [2169, 1966, 2168] +Triangle: [1971, 1965, 1963] +Triangle: [2169, 1777, 2124] +Triangle: [1974, 1786, 1975] +Triangle: [1969, 1977, 2227] +Triangle: [2171, 2067, 2206] +Triangle: [1987, 2049, 2066] +Triangle: [1971, 1981, 1970] +Triangle: [1970, 1967, 1965] +Triangle: [1971, 1984, 1982] +Triangle: [1986, 1977, 1976] +Triangle: [1986, 1981, 1982] +Triangle: [1985, 1982, 1984] +Triangle: [1853, 2050, 2058] +Triangle: [2025, 1781, 2024] +Triangle: [1783, 2023, 1782] +Triangle: [2024, 2011, 2025] +Triangle: [2022, 1989, 2023] +Triangle: [2145, 1992, 2172] +Triangle: [1882, 1993, 1884] +Triangle: [1883, 1994, 1992] +Triangle: [2135, 1996, 2173] +Triangle: [1850, 1997, 1852] +Triangle: [1851, 1998, 1996] +Triangle: [1891, 2174, 2149] +Triangle: [1890, 2001, 1892] +Triangle: [1891, 2002, 2000] +Triangle: [2001, 1889, 1892] +Triangle: [1857, 1993, 1998] +Triangle: [1932, 2003, 1931] +Triangle: [1931, 2005, 1933] +Triangle: [1932, 1964, 2004] +Triangle: [2005, 1897, 1933] +Triangle: [2000, 2005, 2003] +Triangle: [1994, 1999, 1992] +Triangle: [1991, 1998, 1993] +Triangle: [1807, 2115, 1786] +Triangle: [2119, 2009, 2008] +Triangle: [2010, 2009, 2006] +Triangle: [2176, 2006, 2175] +Triangle: [1780, 2026, 1779] +Triangle: [2025, 2021, 2026] +Triangle: [2177, 2018, 2180] +Triangle: [1989, 2180, 2181] +Triangle: [2013, 2018, 2012] +Triangle: [2177, 2176, 2226] +Triangle: [2013, 2182, 2183] +Triangle: [2178, 2183, 2225] +Triangle: [2015, 2184, 2185] +Triangle: [2224, 2015, 2185] +Triangle: [2187, 2016, 2186] +Triangle: [2188, 2017, 2187] +Triangle: [2004, 2011, 2003] +Triangle: [1966, 2004, 1964] +Triangle: [1966, 2026, 2021] +Triangle: [1779, 1968, 1778] +Triangle: [2034, 1990, 2022] +Triangle: [1784, 2022, 1783] +Triangle: [2189, 2011, 1988] +Triangle: [2017, 2027, 2016] +Triangle: [2016, 2191, 2179] +Triangle: [2223, 2029, 2190] +Triangle: [2181, 2029, 2192] +Triangle: [2193, 2013, 2178] +Triangle: [2029, 2193, 2190] +Triangle: [2015, 2030, 2014] +Triangle: [1785, 2031, 1784] +Triangle: [1772, 1973, 1773] +Triangle: [2031, 2032, 2033] +Triangle: [2031, 2034, 2022] +Triangle: [2037, 1973, 1972] +Triangle: [2009, 2033, 2008] +Triangle: [2035, 1804, 2103] +Triangle: [1979, 2111, 2036] +Triangle: [2037, 1808, 1773] +Triangle: [1980, 1985, 1987] +Triangle: [1980, 2036, 2228] +Triangle: [1977, 2228, 2227] +Triangle: [2038, 1936, 1934] +Triangle: [1963, 1983, 1971] +Triangle: [1937, 2039, 2040] +Triangle: [2195, 2041, 2042] +Triangle: [2147, 2039, 1895] +Triangle: [2195, 1935, 2160] +Triangle: [2043, 2038, 1934] +Triangle: [1934, 2042, 2043] +Triangle: [1983, 2044, 1984] +Triangle: [2046, 2042, 2041] +Triangle: [2045, 2043, 2042] +Triangle: [2198, 2063, 2205] +Triangle: [2049, 1984, 2048] +Triangle: [2048, 2044, 2047] +Triangle: [2047, 2045, 2046] +Triangle: [1896, 2052, 2053] +Triangle: [2196, 2054, 2055] +Triangle: [2196, 1894, 2146] +Triangle: [2143, 2052, 1887] +Triangle: [1855, 2057, 1888] +Triangle: [2202, 2056, 2170] +Triangle: [2198, 1886, 2142] +Triangle: [2199, 1885, 2144] +Triangle: [1979, 1987, 1978] +Triangle: [2148, 2055, 2200] +Triangle: [2060, 2041, 1893] +Triangle: [2048, 2046, 2060] +Triangle: [2201, 2060, 2200] +Triangle: [2202, 2061, 2062] +Triangle: [2062, 2055, 2054] +Triangle: [2204, 2050, 2171] +Triangle: [1978, 2066, 2051] +Triangle: [2204, 2054, 2199] +Triangle: [2058, 2065, 2059] +Triangle: [1970, 1976, 1969] +Triangle: [2203, 2056, 2064] +Triangle: [2134, 2063, 1855] +Triangle: [1854, 2069, 2068] +Triangle: [1852, 2069, 1856] +Triangle: [1854, 2067, 1853] +Triangle: [2209, 2071, 2070] +Triangle: [2207, 2073, 2072] +Triangle: [2206, 2072, 2064] +Triangle: [2203, 2070, 2051] +Triangle: [2051, 2074, 1978] +Triangle: [2110, 2074, 2103] +Triangle: [2071, 2074, 2070] +Triangle: [2076, 2210, 2211] +Triangle: [2073, 2212, 2208] +Triangle: [2071, 2078, 2075] +Triangle: [2222, 2076, 2211] +Triangle: [2117, 2007, 2115] +Triangle: [2229, 2075, 2078] +Triangle: [1974, 1775, 1973] +Triangle: [1058, 2086, 1308] +Triangle: [1060, 2087, 1307] +Triangle: [1061, 2080, 1059] +Triangle: [1306, 2081, 1060] +Triangle: [1308, 2082, 1061] +Triangle: [1058, 2087, 2079] +Triangle: [2089, 1062, 1305] +Triangle: [1304, 2084, 1063] +Triangle: [2080, 1064, 1059] +Triangle: [1294, 2088, 1306] +Triangle: [2085, 1305, 1064] +Triangle: [1062, 2090, 1304] +Triangle: [2149, 1892, 2215] +Triangle: [2216, 1897, 2215] +Triangle: [2221, 1895, 2216] +Triangle: [2145, 1884, 2217] +Triangle: [1887, 2217, 2218] +Triangle: [2220, 1887, 2218] +Triangle: [2086, 2091, 2098] +Triangle: [2087, 2093, 2099] +Triangle: [2082, 2092, 2080] +Triangle: [2081, 2100, 2093] +Triangle: [2086, 2094, 2082] +Triangle: [2079, 2099, 2091] +Triangle: [2101, 2083, 2089] +Triangle: [2102, 2084, 2090] +Triangle: [2092, 2085, 2080] +Triangle: [2214, 2100, 2088] +Triangle: [2097, 2089, 2085] +Triangle: [2083, 2102, 2090] +Triangle: [2103, 2075, 2035] +Triangle: [1803, 2111, 2108] +Triangle: [1805, 2035, 2229] +Triangle: [1801, 1805, 2235] +Triangle: [2110, 1979, 1978] +Triangle: [2105, 1789, 2106] +Triangle: [2235, 1807, 2106] +Triangle: [2107, 1787, 2105] +Triangle: [2110, 1804, 2109] +Triangle: [2111, 1804, 2108] +Triangle: [1799, 2114, 2113] +Triangle: [1802, 2107, 1808] +Triangle: [1975, 1786, 2116] +Triangle: [2032, 2116, 2007] +Triangle: [2116, 2115, 2007] +Triangle: [2078, 2117, 2229] +Triangle: [2117, 2119, 2008] +Triangle: [2118, 2077, 2213] +Triangle: [2096, 2214, 2084] +Triangle: [2220, 1888, 2142] +Triangle: [1886, 2220, 2142] +Triangle: [2144, 2143, 2220] +Triangle: [2218, 1884, 1888] +Triangle: [1883, 2217, 1889] +Triangle: [2146, 2216, 1896] +Triangle: [1894, 2221, 2146] +Triangle: [2148, 2147, 2221] +Triangle: [1896, 2215, 1892] +Triangle: [1891, 2215, 1897] +Triangle: [1063, 2214, 1294] +Triangle: [2175, 2211, 1997] +Triangle: [2006, 2222, 2175] +Triangle: [2213, 2212, 2222] +Triangle: [2208, 2077, 2071] +Triangle: [2211, 2069, 1997] +Triangle: [2064, 2209, 2203] +Triangle: [2067, 2207, 2206] +Triangle: [2068, 2210, 2207] +Triangle: [2072, 2208, 2209] +Triangle: [2058, 2134, 1853] +Triangle: [2051, 2170, 2203] +Triangle: [2065, 2199, 2059] +Triangle: [2062, 2171, 2056] +Triangle: [2048, 2202, 2049] +Triangle: [2061, 2200, 2055] +Triangle: [1893, 2200, 2060] +Triangle: [2059, 2144, 1886] +Triangle: [2057, 2142, 1888] +Triangle: [2049, 2170, 2066] +Triangle: [1885, 2197, 2143] +Triangle: [2053, 2146, 1896] +Triangle: [2053, 2197, 2196] +Triangle: [2059, 2205, 2058] +Triangle: [2040, 2160, 1937] +Triangle: [1893, 2194, 2147] +Triangle: [2040, 2194, 2195] +Triangle: [2190, 2030, 2028] +Triangle: [2030, 2178, 2014] +Triangle: [1989, 2192, 1988] +Triangle: [2223, 2028, 2191] +Triangle: [2189, 2191, 2027] +Triangle: [1988, 2223, 2189] +Triangle: [2179, 2028, 2015] +Triangle: [2027, 2188, 2189] +Triangle: [2011, 2187, 2003] +Triangle: [2003, 2186, 2000] +Triangle: [2174, 2185, 1999] +Triangle: [2000, 2224, 2174] +Triangle: [2186, 2179, 2224] +Triangle: [2185, 1992, 1999] +Triangle: [2225, 1991, 2172] +Triangle: [2184, 2172, 1992] +Triangle: [2014, 2225, 2184] +Triangle: [2183, 1996, 1991] +Triangle: [2226, 1995, 2173] +Triangle: [2182, 2173, 1996] +Triangle: [2012, 2226, 2182] +Triangle: [2181, 2018, 2019] +Triangle: [2010, 2180, 1990] +Triangle: [1995, 2175, 1997] +Triangle: [2149, 1999, 1890] +Triangle: [1850, 2173, 1995] +Triangle: [1882, 2172, 1991] +Triangle: [2056, 2206, 2064] +Triangle: [1968, 2124, 1778] +Triangle: [1967, 2168, 1965] +Triangle: [1965, 2167, 1963] +Triangle: [2167, 1936, 1963] +Triangle: [1959, 2154, 1910] +Triangle: [2157, 1955, 1929] +Triangle: [1948, 2155, 1920] +Triangle: [1921, 2163, 2156] +Triangle: [2153, 1945, 1912] +Triangle: [1939, 2156, 1919] +Triangle: [1953, 2160, 2163] +Triangle: [1948, 2159, 2164] +Triangle: [1904, 2158, 2151] +Triangle: [1903, 2157, 2150] +Triangle: [2165, 1912, 1955] +Triangle: [1939, 2154, 2161] +Triangle: [1923, 2166, 1959] +Triangle: [2162, 1922, 1945] +Triangle: [1905, 2152, 2150] +Triangle: [1906, 2151, 2152] +Triangle: [1826, 2141, 2129] +Triangle: [1847, 2140, 1877] +Triangle: [1835, 2139, 2131] +Triangle: [1837, 2138, 2130] +Triangle: [2388, 2137, 1863] +Triangle: [1834, 2136, 2131] +Triangle: [1870, 2134, 2138] +Triangle: [1851, 2139, 1868] +Triangle: [1843, 2125, 1820] +Triangle: [1818, 2132, 2126] +Triangle: [1877, 2128, 1832] +Triangle: [2386, 2129, 2392] +Triangle: [1881, 2132, 2141] +Triangle: [2137, 1839, 1863] +Triangle: [1818, 2127, 1824] +Triangle: [1824, 2125, 1822] +Triangle: [1778, 2122, 1759] +Triangle: [1768, 2219, 2096] +Triangle: [2121, 1749, 1754] +Triangle: [1759, 2121, 1754] +Triangle: [1768, 2120, 2123] +Triangle: [2119, 2213, 2006] +Triangle: [2115, 2229, 2117] +Triangle: [2037, 2231, 1802] +Triangle: [2232, 1797, 1796] +Triangle: [1777, 1969, 1776] +Triangle: [1802, 2113, 2114] +Triangle: [1972, 2234, 2037] +Triangle: [1775, 1972, 1973] +Triangle: [1969, 1972, 1776] +Triangle: [2228, 2234, 2227] +Triangle: [1803, 2234, 2036] +Triangle: [2231, 2236, 2113] +Triangle: [2113, 2233, 1799] +Triangle: [1803, 2112, 2236] +Triangle: [1800, 2236, 2112] +Triangle: [1798, 2239, 1788] +Triangle: [1795, 2241, 2242] +Triangle: [1794, 2240, 2241] +Triangle: [1788, 2237, 1787] +Triangle: [1787, 2238, 1789] +Triangle: [2230, 1789, 2238] +Triangle: [1797, 2238, 1792] +Triangle: [2243, 1811, 1815] +Triangle: [2243, 1813, 1812] +Triangle: [1814, 2243, 1812] +Triangle: [1810, 2243, 1816] +Triangle: [1796, 2242, 2232] +Triangle: [2232, 2233, 1800] +Triangle: [2271, 915, 1068] +Triangle: [1124, 1132, 2251] +Triangle: [38, 2264, 2258] +Triangle: [1123, 2246, 1116] +Triangle: [1139, 2245, 1123] +Triangle: [1137, 2249, 1115] +Triangle: [1114, 1069, 39] +Triangle: [1099, 2246, 1114] +Triangle: [1125, 1139, 2266] +Triangle: [2254, 1066, 1078] +Triangle: [1066, 2253, 46] +Triangle: [1138, 2254, 1078] +Triangle: [2258, 1116, 1099] +Triangle: [1295, 2255, 1097] +Triangle: [1110, 2264, 1102] +Triangle: [1133, 2265, 1110] +Triangle: [33, 2255, 34] +Triangle: [69, 2256, 173] +Triangle: [2263, 1107, 1108] +Triangle: [2262, 1099, 1107] +Triangle: [1105, 2267, 1295] +Triangle: [1104, 2261, 1105] +Triangle: [1103, 2260, 1104] +Triangle: [1098, 2263, 1108] +Triangle: [1125, 1133, 1112] +Triangle: [2280, 1102, 38] +Triangle: [2276, 925, 2268] +Triangle: [2273, 1133, 1110] +Triangle: [2273, 2283, 1083] +Triangle: [2269, 1101, 2275] +Triangle: [2270, 1077, 1204] +Triangle: [2274, 1065, 1129] +Triangle: [2277, 1112, 1133] +Triangle: [2268, 2288, 2279] +Triangle: [2278, 1129, 1077] +Triangle: [2275, 49, 1130] +Triangle: [2281, 2273, 1110] +Triangle: [2280, 2276, 2271] +Triangle: [2282, 48, 47] +Triangle: [2284, 1068, 2283] +Triangle: [2285, 1068, 48] +Triangle: [2281, 2271, 2284] +Triangle: [1301, 2286, 1240] +Triangle: [176, 2286, 175] +Triangle: [1236, 2288, 925] +Triangle: [1237, 2291, 1238] +Triangle: [1238, 2292, 1239] +Triangle: [1239, 2293, 1301] +Triangle: [2287, 1237, 1241] +Triangle: [2279, 177, 180] +Triangle: [932, 924, 934] +Triangle: [2294, 267, 2295] +Triangle: [2296, 266, 2294] +Triangle: [481, 268, 2296] +Triangle: [2330, 344, 2331] +Triangle: [2330, 2309, 2332] +Triangle: [342, 2332, 2333] +Triangle: [341, 2333, 2334] +Triangle: [2310, 2329, 2334] +Triangle: [2329, 2298, 2335] +Triangle: [2335, 2299, 2336] +Triangle: [2336, 2300, 2337] +Triangle: [2338, 2306, 2331] +Triangle: [2338, 2304, 2305] +Triangle: [2345, 2304, 2339] +Triangle: [2341, 2303, 2340] +Triangle: [2342, 2302, 2341] +Triangle: [2337, 2312, 2343] +Triangle: [2343, 2311, 2344] +Triangle: [2342, 2311, 2301] +Triangle: [2305, 2320, 2321] +Triangle: [2297, 2314, 2298] +Triangle: [2306, 2321, 2322] +Triangle: [2299, 2314, 2315] +Triangle: [2308, 2326, 2310] +Triangle: [2307, 2322, 2323] +Triangle: [2300, 2315, 2316] +Triangle: [2301, 2327, 2317] +Triangle: [2310, 2313, 2297] +Triangle: [2302, 2317, 2318] +Triangle: [2309, 2324, 2308] +Triangle: [2311, 2328, 2327] +Triangle: [2303, 2318, 2319] +Triangle: [2307, 2325, 2309] +Triangle: [2300, 2328, 2312] +Triangle: [2347, 2319, 2349] +Triangle: [337, 2342, 336] +Triangle: [337, 2343, 2344] +Triangle: [338, 2343, 335] +Triangle: [347, 2342, 2341] +Triangle: [347, 2340, 346] +Triangle: [2346, 2339, 345] +Triangle: [345, 2338, 352] +Triangle: [352, 2331, 344] +Triangle: [339, 2337, 338] +Triangle: [340, 2336, 339] +Triangle: [340, 2329, 2335] +Triangle: [2334, 348, 341] +Triangle: [2334, 2308, 2310] +Triangle: [2333, 2309, 2308] +Triangle: [343, 2332, 350] +Triangle: [2307, 2331, 2306] +Triangle: [2347, 2320, 2304] +Triangle: [2347, 2340, 2303] +Triangle: [2348, 346, 2346] +Triangle: [2345, 346, 2340] +Triangle: [269, 258, 2348] +Triangle: [2353, 2354, 2352] +Triangle: [2355, 2351, 2357] +Triangle: [2355, 2356, 2354] +Triangle: [2357, 2358, 2356] +Triangle: [2357, 2351, 2359] +Triangle: [2358, 2361, 2360] +Triangle: [2359, 2351, 2361] +Triangle: [2360, 2363, 2362] +Triangle: [2361, 2351, 2363] +Triangle: [2362, 2365, 2364] +Triangle: [2363, 2351, 2365] +Triangle: [2365, 2366, 2364] +Triangle: [2365, 2351, 2367] +Triangle: [2367, 2368, 2366] +Triangle: [2367, 2351, 2369] +Triangle: [2369, 2351, 2371] +Triangle: [2369, 2370, 2368] +Triangle: [2371, 2351, 2373] +Triangle: [2371, 2372, 2370] +Triangle: [2373, 2351, 2375] +Triangle: [2372, 2375, 2374] +Triangle: [2375, 2351, 2377] +Triangle: [2374, 2377, 2376] +Triangle: [2377, 2351, 2379] +Triangle: [2376, 2379, 2378] +Triangle: [2379, 2351, 2381] +Triangle: [2378, 2381, 2380] +Triangle: [2381, 2350, 2380] +Triangle: [2381, 2351, 2382] +Triangle: [2353, 2382, 2351] +Triangle: [2351, 2355, 2353] +Triangle: [2350, 2353, 2352] +Triangle: [1861, 2392, 2136] +Triangle: [1832, 2391, 2388] +Triangle: [1833, 2391, 2128] +Triangle: [1831, 2388, 2389] +Triangle: [1833, 2383, 2384] +Triangle: [1860, 2386, 1861] +Triangle: [1862, 2385, 1860] +Triangle: [1830, 2389, 2390] +Triangle: [2136, 2390, 1865] +Triangle: [2383, 1862, 1858] +Triangle: [2395, 6, 2396] +Triangle: [2400, 2401, 2399] +Triangle: [2398, 2401, 2403] +Triangle: [2397, 2403, 2404] +Triangle: [2404, 2405, 2397] +Triangle: [2405, 2408, 2407] +Triangle: [2420, 2464, 2552] +Triangle: [2414, 2419, 2413] +Triangle: [2413, 2418, 2409] +Triangle: [2540, 2410, 2504] +Triangle: [2417, 2411, 2410] +Triangle: [3541, 2415, 2412] +Triangle: [2402, 2412, 2415] +Triangle: [2415, 2421, 2402] +Triangle: [2559, 3219, 2558] +Triangle: [2426, 3391, 3403] +Triangle: [2401, 2421, 2427] +Triangle: [2424, 3505, 3509] +Triangle: [4512, 3221, 2423] +Triangle: [2403, 3186, 2404] +Triangle: [2403, 2427, 2431] +Triangle: [3189, 2430, 44] +Triangle: [2395, 3181, 4] +Triangle: [2431, 3185, 2403] +Triangle: [3183, 2432, 2406] +Triangle: [2408, 2432, 2433] +Triangle: [2396, 2432, 2395] +Triangle: [2557, 2431, 2427] +Triangle: [3474, 47, 1202] +Triangle: [2434, 3410, 3420] +Triangle: [3381, 4526, 3390] +Triangle: [2556, 2427, 2421] +Triangle: [2550, 2580, 2571] +Triangle: [4514, 2452, 2451] +Triangle: [2560, 2448, 2446] +Triangle: [2416, 2446, 2448] +Triangle: [2455, 2454, 2456] +Triangle: [2455, 2397, 2405] +Triangle: [2459, 2458, 2460] +Triangle: [2453, 2459, 2454] +Triangle: [2461, 2458, 2457] +Triangle: [2466, 2464, 2465] +Triangle: [2461, 2465, 2462] +Triangle: [2467, 2457, 2453] +Triangle: [2468, 2453, 2455] +Triangle: [2407, 2455, 2405] +Triangle: [2466, 2467, 2468] +Triangle: [2463, 2468, 2407] +Triangle: [2456, 2398, 2397] +Triangle: [2502, 2400, 2399] +Triangle: [2471, 2400, 2470] +Triangle: [2470, 2495, 2471] +Triangle: [2477, 2493, 2494] +Triangle: [2501, 2472, 2498] +Triangle: [2473, 2497, 2500] +Triangle: [2536, 2518, 2535] +Triangle: [2499, 2474, 2501] +Triangle: [2489, 2483, 2487] +Triangle: [2492, 2480, 2486] +Triangle: [2491, 2484, 2488] +Triangle: [2481, 2492, 2490] +Triangle: [2487, 2482, 2491] +Triangle: [2486, 2479, 2489] +Triangle: [3461, 2474, 3460] +Triangle: [3459, 2478, 2477] +Triangle: [3460, 2475, 3456] +Triangle: [2503, 2469, 2497] +Triangle: [3331, 2529, 2523] +Triangle: [3454, 2477, 2476] +Triangle: [3454, 2473, 3457] +Triangle: [2454, 2500, 2456] +Triangle: [2503, 2494, 2496] +Triangle: [2500, 2469, 2456] +Triangle: [2460, 2501, 2459] +Triangle: [2459, 2498, 2454] +Triangle: [2496, 2493, 2495] +Triangle: [2476, 2494, 2497] +Triangle: [2470, 2503, 2496] +Triangle: [2469, 2399, 2398] +Triangle: [2508, 2505, 2507] +Triangle: [2504, 2507, 2409] +Triangle: [2460, 2509, 2510] +Triangle: [2505, 2510, 2509] +Triangle: [2458, 2511, 2509] +Triangle: [2512, 2464, 2414] +Triangle: [2511, 2465, 2512] +Triangle: [2509, 2513, 2505] +Triangle: [2507, 2513, 2514] +Triangle: [2409, 2514, 2413] +Triangle: [2512, 2513, 2511] +Triangle: [2414, 2514, 2512] +Triangle: [2504, 2515, 2508] +Triangle: [2538, 2516, 2517] +Triangle: [3527, 2412, 2471] +Triangle: [2471, 3532, 3527] +Triangle: [2493, 3528, 3531] +Triangle: [2535, 2520, 2537] +Triangle: [2536, 2521, 2519] +Triangle: [2537, 2475, 2499] +Triangle: [2486, 3483, 3477] +Triangle: [3442, 2523, 2529] +Triangle: [3486, 2531, 3479] +Triangle: [2488, 3529, 3530] +Triangle: [2490, 3429, 2481] +Triangle: [2530, 2526, 2528] +Triangle: [2531, 3333, 2527] +Triangle: [3495, 3435, 3496] +Triangle: [3562, 2522, 3528] +Triangle: [3497, 3432, 3495] +Triangle: [2539, 2515, 2538] +Triangle: [3458, 2522, 3462] +Triangle: [3458, 2519, 2521] +Triangle: [2506, 2536, 2535] +Triangle: [2533, 2534, 2539] +Triangle: [2508, 2534, 2536] +Triangle: [2510, 2499, 2460] +Triangle: [2510, 2535, 2537] +Triangle: [2495, 3531, 3532] +Triangle: [2532, 2521, 2534] +Triangle: [2539, 2517, 2533] +Triangle: [2410, 2538, 2515] +Triangle: [2498, 2473, 2500] +Triangle: [2409, 2540, 2504] +Triangle: [2416, 2516, 2411] +Triangle: [2541, 2448, 2542] +Triangle: [2561, 2542, 2448] +Triangle: [4515, 2543, 2452] +Triangle: [3534, 2541, 2542] +Triangle: [3534, 2562, 3538] +Triangle: [3535, 4516, 4522] +Triangle: [2425, 3222, 3223] +Triangle: [3418, 3231, 3428] +Triangle: [3417, 3231, 3424] +Triangle: [2544, 3228, 3227] +Triangle: [3370, 3351, 3371] +Triangle: [3370, 3233, 3232] +Triangle: [3536, 3227, 3555] +Triangle: [2552, 2463, 2553] +Triangle: [2553, 2407, 2408] +Triangle: [3395, 63, 2447] +Triangle: [2560, 62, 181] +Triangle: [61, 2446, 2554] +Triangle: [2417, 2554, 2446] +Triangle: [4542, 181, 2287] +Triangle: [3538, 4544, 4545] +Triangle: [4543, 2562, 2561] +Triangle: [4542, 2561, 2560] +Triangle: [4541, 2557, 2556] +Triangle: [2558, 3224, 2430] +Triangle: [2555, 2421, 2422] +Triangle: [2430, 2559, 2558] +Triangle: [2419, 2585, 2564] +Triangle: [2554, 496, 61] +Triangle: [2442, 3355, 2566] +Triangle: [2444, 2566, 2567] +Triangle: [3539, 2443, 2568] +Triangle: [2440, 3356, 3355] +Triangle: [3356, 54, 193] +Triangle: [195, 2579, 2580] +Triangle: [2443, 2567, 2568] +Triangle: [2571, 2438, 2569] +Triangle: [2571, 2551, 2550] +Triangle: [2568, 2545, 2546] +Triangle: [3421, 3357, 3422] +Triangle: [2565, 3421, 3423] +Triangle: [3539, 2546, 3537] +Triangle: [2567, 2547, 2545] +Triangle: [2566, 3352, 2547] +Triangle: [2576, 3063, 3062] +Triangle: [3064, 199, 747] +Triangle: [3540, 3066, 3542] +Triangle: [2578, 3062, 3067] +Triangle: [753, 2394, 3068] +Triangle: [2577, 3067, 3066] +Triangle: [2574, 3064, 3063] +Triangle: [2573, 3065, 3069] +Triangle: [206, 2580, 2450] +Triangle: [2439, 2580, 2579] +Triangle: [3069, 2579, 3068] +Triangle: [63, 3229, 2447] +Triangle: [2449, 3229, 3228] +Triangle: [2582, 2408, 2433] +Triangle: [2553, 2581, 2583] +Triangle: [2552, 2583, 2584] +Triangle: [291, 2882, 2879] +Triangle: [2863, 2821, 2593] +Triangle: [2821, 2881, 2593] +Triangle: [286, 2833, 2834] +Triangle: [244, 2600, 2608] +Triangle: [3234, 236, 2601] +Triangle: [3234, 2602, 3235] +Triangle: [3236, 2598, 3235] +Triangle: [3236, 2606, 3238] +Triangle: [3237, 2606, 2605] +Triangle: [236, 2608, 2601] +Triangle: [2607, 2608, 2600] +Triangle: [2611, 2609, 2607] +Triangle: [2608, 2602, 2601] +Triangle: [2610, 2609, 2612] +Triangle: [267, 2623, 2626] +Triangle: [2625, 263, 2624] +Triangle: [261, 2625, 2623] +Triangle: [2600, 484, 2817] +Triangle: [2600, 2818, 2607] +Triangle: [2627, 2623, 2630] +Triangle: [2628, 2630, 2631] +Triangle: [2629, 2631, 2632] +Triangle: [2607, 2622, 2611] +Triangle: [2620, 2628, 2629] +Triangle: [280, 2901, 217] +Triangle: [2901, 276, 217] +Triangle: [214, 2900, 2899] +Triangle: [2589, 2637, 2635] +Triangle: [2586, 2860, 2858] +Triangle: [218, 2896, 280] +Triangle: [286, 2835, 301] +Triangle: [2643, 2825, 2645] +Triangle: [2864, 2822, 2643] +Triangle: [485, 2882, 222] +Triangle: [2806, 3466, 3473] +Triangle: [2648, 2865, 2866] +Triangle: [2866, 2643, 2648] +Triangle: [2645, 2648, 2643] +Triangle: [2649, 2640, 2650] +Triangle: [2647, 2649, 2650] +Triangle: [2640, 2651, 2650] +Triangle: [2645, 2653, 2640] +Triangle: [2825, 2644, 2645] +Triangle: [2653, 2655, 2641] +Triangle: [301, 2881, 224] +Triangle: [2863, 2655, 2644] +Triangle: [2867, 2641, 2655] +Triangle: [2647, 2861, 2865] +Triangle: [2650, 2639, 2647] +Triangle: [2868, 2639, 2657] +Triangle: [2651, 2657, 2639] +Triangle: [2657, 2860, 2868] +Triangle: [2636, 2658, 2637] +Triangle: [2862, 2595, 2641] +Triangle: [2660, 2595, 2659] +Triangle: [2659, 2604, 2660] +Triangle: [2603, 2610, 2613] +Triangle: [2603, 2614, 2606] +Triangle: [2606, 2615, 2605] +Triangle: [2644, 2654, 2645] +Triangle: [3239, 2605, 2662] +Triangle: [3239, 2664, 3240] +Triangle: [2664, 3241, 3240] +Triangle: [3241, 2668, 3242] +Triangle: [2615, 2662, 2605] +Triangle: [2653, 2660, 2670] +Triangle: [2670, 2665, 2672] +Triangle: [2671, 2670, 2672] +Triangle: [2652, 2653, 2671] +Triangle: [2673, 2623, 2625] +Triangle: [2674, 2625, 2624] +Triangle: [2624, 323, 2676] +Triangle: [2676, 325, 2677] +Triangle: [368, 2678, 2719] +Triangle: [2679, 2675, 2674] +Triangle: [2681, 2680, 2679] +Triangle: [2721, 2684, 2720] +Triangle: [2624, 2679, 2674] +Triangle: [2676, 2681, 2679] +Triangle: [2719, 2683, 2721] +Triangle: [2631, 2673, 2674] +Triangle: [2632, 2674, 2675] +Triangle: [2664, 2661, 2616] +Triangle: [2666, 2616, 2617] +Triangle: [2616, 2693, 2617] +Triangle: [2687, 2612, 2611] +Triangle: [2701, 2618, 2700] +Triangle: [2694, 2619, 2618] +Triangle: [2688, 2610, 2612] +Triangle: [2702, 2696, 2620] +Triangle: [2686, 2613, 2610] +Triangle: [2620, 4597, 4599] +Triangle: [2613, 2690, 2614] +Triangle: [2697, 2622, 2621] +Triangle: [2614, 2691, 2615] +Triangle: [2698, 2611, 2622] +Triangle: [2661, 2692, 2616] +Triangle: [2660, 2663, 2670] +Triangle: [2816, 2818, 4547] +Triangle: [2295, 2817, 484] +Triangle: [4546, 2818, 2817] +Triangle: [2617, 2701, 2700] +Triangle: [2615, 2699, 2661] +Triangle: [2818, 2621, 2622] +Triangle: [2695, 2702, 2619] +Triangle: [2666, 2704, 2668] +Triangle: [2700, 2704, 2617] +Triangle: [2700, 2707, 2708] +Triangle: [2618, 2706, 2707] +Triangle: [2619, 2705, 2706] +Triangle: [2702, 2629, 2705] +Triangle: [2675, 2709, 2632] +Triangle: [2632, 2705, 2629] +Triangle: [2706, 2709, 2710] +Triangle: [2707, 2710, 2711] +Triangle: [2708, 2711, 2712] +Triangle: [2680, 2713, 2675] +Triangle: [2710, 2713, 2715] +Triangle: [2714, 2715, 2713] +Triangle: [2682, 2714, 2680] +Triangle: [2720, 2717, 2682] +Triangle: [2718, 2720, 2684] +Triangle: [2719, 2681, 2677] +Triangle: [2721, 2682, 2681] +Triangle: [2677, 368, 2719] +Triangle: [2652, 2658, 2651] +Triangle: [2723, 2635, 2637] +Triangle: [2637, 2685, 2723] +Triangle: [2685, 2671, 2672] +Triangle: [2724, 2665, 2667] +Triangle: [2685, 2724, 2723] +Triangle: [2725, 2667, 2669] +Triangle: [2723, 2725, 2726] +Triangle: [2587, 2726, 2727] +Triangle: [2708, 2728, 2704] +Triangle: [2726, 2733, 2903] +Triangle: [2791, 3156, 2869] +Triangle: [2733, 2669, 2730] +Triangle: [2668, 3243, 3242] +Triangle: [2730, 2898, 2733] +Triangle: [2711, 2715, 2716] +Triangle: [2716, 2717, 2734] +Triangle: [2722, 2734, 2717] +Triangle: [2718, 2735, 2722] +Triangle: [2716, 2737, 2711] +Triangle: [2738, 2734, 2735] +Triangle: [2736, 2738, 2735] +Triangle: [2712, 2737, 2740] +Triangle: [2741, 2737, 2738] +Triangle: [2704, 2729, 2668] +Triangle: [2728, 2743, 2729] +Triangle: [2744, 2743, 2742] +Triangle: [2712, 2742, 2728] +Triangle: [2741, 2742, 2740] +Triangle: [3243, 2732, 2730] +Triangle: [2738, 2761, 2741] +Triangle: [3248, 2762, 3245] +Triangle: [2766, 3247, 3250] +Triangle: [2747, 3057, 3056] +Triangle: [2758, 2754, 2753] +Triangle: [2753, 2759, 2758] +Triangle: [3249, 2732, 3244] +Triangle: [2756, 2762, 2757] +Triangle: [2746, 2755, 2747] +Triangle: [2749, 2765, 2748] +Triangle: [2763, 2765, 2767] +Triangle: [2763, 2768, 2764] +Triangle: [2764, 420, 415] +Triangle: [2769, 3250, 3251] +Triangle: [3252, 2769, 3251] +Triangle: [965, 2770, 3252] +Triangle: [2769, 2765, 2766] +Triangle: [2767, 2770, 2768] +Triangle: [2768, 423, 420] +Triangle: [2749, 3246, 3247] +Triangle: [2748, 2751, 2749] +Triangle: [3248, 2751, 2757] +Triangle: [2756, 2751, 2750] +Triangle: [2750, 2772, 2756] +Triangle: [2773, 2750, 2748] +Triangle: [2763, 2773, 2748] +Triangle: [2764, 2774, 2763] +Triangle: [415, 2775, 2764] +Triangle: [432, 2775, 429] +Triangle: [2777, 2774, 2775] +Triangle: [2773, 2776, 2771] +Triangle: [435, 2777, 432] +Triangle: [2779, 2776, 2777] +Triangle: [2771, 2778, 2772] +Triangle: [2781, 2772, 2778] +Triangle: [2783, 3059, 3058] +Triangle: [2783, 2784, 2782] +Triangle: [2787, 2785, 2783] +Triangle: [3060, 2783, 3058] +Triangle: [446, 2788, 2787] +Triangle: [741, 2787, 3060] +Triangle: [2779, 2781, 2778] +Triangle: [2779, 445, 2786] +Triangle: [2755, 2772, 2780] +Triangle: [2755, 3059, 3057] +Triangle: [2754, 2784, 2753] +Triangle: [2635, 2792, 2589] +Triangle: [2586, 2902, 2899] +Triangle: [3166, 2792, 2793] +Triangle: [3159, 2807, 3166] +Triangle: [2727, 3158, 2587] +Triangle: [2858, 3156, 2586] +Triangle: [2587, 2793, 2635] +Triangle: [2809, 3468, 3467] +Triangle: [2588, 2752, 2789] +Triangle: [3469, 2812, 3470] +Triangle: [3470, 2813, 3471] +Triangle: [2813, 3472, 3471] +Triangle: [2814, 1199, 3472] +Triangle: [2806, 859, 2870] +Triangle: [871, 2814, 3165] +Triangle: [3164, 2814, 2813] +Triangle: [3164, 2812, 3163] +Triangle: [3163, 2811, 3162] +Triangle: [2753, 2799, 3167] +Triangle: [3159, 2810, 2809] +Triangle: [3166, 2795, 3159] +Triangle: [2797, 2808, 2789] +Triangle: [3157, 2869, 2870] +Triangle: [487, 2880, 485] +Triangle: [487, 2883, 2884] +Triangle: [2824, 2871, 2872] +Triangle: [2823, 2873, 2871] +Triangle: [2824, 2825, 2823] +Triangle: [2823, 2825, 2822] +Triangle: [2584, 2420, 2552] +Triangle: [212, 2826, 2445] +Triangle: [447, 2805, 2788] +Triangle: [2788, 2803, 2785] +Triangle: [2785, 2801, 2784] +Triangle: [2784, 2799, 2753] +Triangle: [3162, 2810, 3160] +Triangle: [2588, 2808, 2727] +Triangle: [450, 2902, 2791] +Triangle: [2599, 500, 233] +Triangle: [568, 2827, 2891] +Triangle: [499, 2829, 498] +Triangle: [498, 2830, 497] +Triangle: [506, 2830, 2831] +Triangle: [572, 2831, 2894] +Triangle: [2854, 226, 531] +Triangle: [2833, 2642, 2834] +Triangle: [2838, 2845, 2853] +Triangle: [2834, 2656, 2835] +Triangle: [2595, 2838, 2659] +Triangle: [2875, 2854, 2832] +Triangle: [2841, 2842, 2840] +Triangle: [2843, 2844, 2842] +Triangle: [2895, 2832, 2894] +Triangle: [2849, 2599, 2598] +Triangle: [2891, 2848, 2828] +Triangle: [2828, 2847, 2829] +Triangle: [2846, 2829, 2847] +Triangle: [2839, 2846, 2850] +Triangle: [2841, 2850, 2851] +Triangle: [2843, 2851, 2852] +Triangle: [2843, 2853, 2845] +Triangle: [2832, 531, 509] +Triangle: [2857, 2594, 2833] +Triangle: [2871, 2819, 2820] +Triangle: [2872, 2820, 2821] +Triangle: [2589, 2869, 2858] +Triangle: [2594, 2862, 2642] +Triangle: [2590, 2860, 2634] +Triangle: [2638, 2868, 2590] +Triangle: [2591, 2861, 2638] +Triangle: [2656, 2862, 2867] +Triangle: [2593, 2867, 2863] +Triangle: [2646, 2864, 2866] +Triangle: [2866, 2591, 2646] +Triangle: [2592, 2873, 2864] +Triangle: [2858, 2636, 2589] +Triangle: [2644, 2872, 2863] +Triangle: [2859, 2856, 2855] +Triangle: [2595, 2855, 2874] +Triangle: [2874, 2844, 2845] +Triangle: [2833, 2876, 2857] +Triangle: [2878, 2841, 2840] +Triangle: [2839, 2877, 2830] +Triangle: [2877, 2831, 2830] +Triangle: [2835, 2593, 2881] +Triangle: [2821, 2884, 2883] +Triangle: [2883, 224, 2881] +Triangle: [2819, 2882, 2880] +Triangle: [2592, 2879, 2882] +Triangle: [2850, 2847, 2837] +Triangle: [2820, 2880, 2884] +Triangle: [2848, 2837, 2847] +Triangle: [2892, 2885, 2848] +Triangle: [2886, 2598, 2597] +Triangle: [2837, 2851, 2850] +Triangle: [2849, 2893, 2892] +Triangle: [2852, 2888, 2853] +Triangle: [2853, 2659, 2838] +Triangle: [2596, 2888, 2889] +Triangle: [2889, 2887, 2890] +Triangle: [2596, 2890, 2597] +Triangle: [2890, 2886, 2597] +Triangle: [2849, 2891, 2827] +Triangle: [568, 2828, 499] +Triangle: [2851, 2893, 2852] +Triangle: [2893, 2887, 2852] +Triangle: [2836, 2894, 2831] +Triangle: [509, 2894, 2832] +Triangle: [2875, 2895, 2876] +Triangle: [2895, 2877, 2876] +Triangle: [2876, 2878, 2857] +Triangle: [2840, 2857, 2878] +Triangle: [2842, 2856, 2840] +Triangle: [2842, 2844, 2855] +Triangle: [581, 2899, 2902] +Triangle: [2879, 2591, 2731] +Triangle: [2634, 2899, 2900] +Triangle: [2896, 2590, 2901] +Triangle: [2731, 2638, 2896] +Triangle: [2901, 2634, 2900] +Triangle: [291, 2731, 218] +Triangle: [2905, 2898, 2897] +Triangle: [2898, 2903, 2733] +Triangle: [2904, 2588, 2903] +Triangle: [2727, 2903, 2588] +Triangle: [2904, 2759, 2752] +Triangle: [2633, 2898, 2732] +Triangle: [2897, 2907, 2905] +Triangle: [2908, 2907, 2906] +Triangle: [2908, 2911, 2909] +Triangle: [2912, 2911, 2910] +Triangle: [2914, 2913, 2912] +Triangle: [2916, 2915, 2914] +Triangle: [2918, 2917, 2916] +Triangle: [3254, 2921, 3253] +Triangle: [2920, 2923, 2921] +Triangle: [2924, 3255, 3256] +Triangle: [2924, 2927, 2925] +Triangle: [2928, 3257, 3258] +Triangle: [2930, 2929, 2928] +Triangle: [2930, 2933, 2931] +Triangle: [2932, 2935, 2933] +Triangle: [2957, 2937, 2956] +Triangle: [2936, 2939, 2937] +Triangle: [2940, 2939, 2938] +Triangle: [2942, 3259, 3260] +Triangle: [2946, 2926, 2924] +Triangle: [3260, 2955, 2942] +Triangle: [3256, 2946, 2924] +Triangle: [2938, 2954, 2940] +Triangle: [2920, 2945, 2922] +Triangle: [2936, 2953, 2938] +Triangle: [2958, 2936, 2957] +Triangle: [2932, 2951, 2934] +Triangle: [2949, 2932, 2930] +Triangle: [2948, 2930, 2928] +Triangle: [3262, 2928, 3258] +Triangle: [2951, 2957, 2934] +Triangle: [2934, 2956, 2935] +Triangle: [2961, 2947, 2946] +Triangle: [2953, 2969, 2954] +Triangle: [2965, 2951, 2950] +Triangle: [3265, 2948, 3262] +Triangle: [3263, 2970, 2955] +Triangle: [2944, 2960, 2945] +Triangle: [2966, 2958, 2951] +Triangle: [2963, 2949, 2948] +Triangle: [3264, 2946, 3261] +Triangle: [2958, 2967, 2952] +Triangle: [2952, 2968, 2953] +Triangle: [2964, 2950, 2949] +Triangle: [2980, 2897, 2633] +Triangle: [3254, 2944, 2920] +Triangle: [2916, 2994, 2918] +Triangle: [2914, 2995, 2916] +Triangle: [2914, 2996, 2993] +Triangle: [2910, 2996, 2912] +Triangle: [2908, 2992, 2910] +Triangle: [2906, 2991, 2908] +Triangle: [2980, 2990, 2906] +Triangle: [3021, 3023, 3022] +Triangle: [2983, 2979, 2978] +Triangle: [2977, 2983, 2978] +Triangle: [2976, 2984, 2977] +Triangle: [2975, 2985, 2976] +Triangle: [2974, 2986, 2975] +Triangle: [2988, 3178, 3006] +Triangle: [3010, 3168, 3009] +Triangle: [3271, 2994, 2997] +Triangle: [2995, 2997, 2994] +Triangle: [2999, 2995, 2993] +Triangle: [3000, 2993, 2996] +Triangle: [2992, 3000, 2996] +Triangle: [3001, 2991, 3002] +Triangle: [3002, 2990, 2981] +Triangle: [2979, 3004, 3003] +Triangle: [3004, 2980, 3003] +Triangle: [3002, 3004, 2982] +Triangle: [2983, 3002, 2982] +Triangle: [2984, 3001, 2983] +Triangle: [2984, 2999, 3000] +Triangle: [2985, 2998, 2999] +Triangle: [2987, 2998, 2986] +Triangle: [3175, 2989, 3007] +Triangle: [2988, 3271, 3269] +Triangle: [3296, 3007, 3273] +Triangle: [2959, 3006, 2960] +Triangle: [3264, 3006, 3273] +Triangle: [3277, 2964, 3278] +Triangle: [3267, 3172, 2974] +Triangle: [3274, 3023, 3275] +Triangle: [3276, 2965, 3277] +Triangle: [3013, 2974, 2975] +Triangle: [3267, 3015, 2973] +Triangle: [2973, 3016, 3005] +Triangle: [3283, 3016, 3017] +Triangle: [3018, 3272, 3281] +Triangle: [3297, 2969, 3279] +Triangle: [3268, 3019, 3279] +Triangle: [3275, 3020, 3268] +Triangle: [3021, 3008, 3018] +Triangle: [2972, 3022, 3009] +Triangle: [3276, 3022, 3274] +Triangle: [3278, 2963, 3265] +Triangle: [3018, 3020, 3021] +Triangle: [2962, 3007, 2989] +Triangle: [3012, 2975, 2976] +Triangle: [2977, 3012, 2976] +Triangle: [3024, 3016, 3015] +Triangle: [3282, 3024, 3284] +Triangle: [3280, 3024, 3015] +Triangle: [3013, 3025, 3014] +Triangle: [2970, 3026, 2955] +Triangle: [2955, 3011, 2942] +Triangle: [3012, 3026, 3013] +Triangle: [2978, 3011, 2977] +Triangle: [2943, 2978, 2979] +Triangle: [2907, 3027, 2905] +Triangle: [3027, 2759, 2905] +Triangle: [3029, 3028, 3027] +Triangle: [2909, 3029, 3027] +Triangle: [2758, 3028, 3030] +Triangle: [3029, 3032, 3030] +Triangle: [3033, 3032, 3031] +Triangle: [3033, 3036, 3034] +Triangle: [2913, 3029, 2911] +Triangle: [2915, 3031, 2913] +Triangle: [2915, 3035, 3033] +Triangle: [3035, 3038, 3036] +Triangle: [3286, 3040, 3285] +Triangle: [3039, 3042, 3040] +Triangle: [3043, 3287, 3288] +Triangle: [2917, 3037, 3035] +Triangle: [3253, 3039, 3286] +Triangle: [2921, 3041, 3039] +Triangle: [2925, 3288, 3255] +Triangle: [2939, 3051, 2937] +Triangle: [3053, 3051, 3052] +Triangle: [3290, 2633, 3249] +Triangle: [2937, 3050, 2956] +Triangle: [2956, 3049, 2935] +Triangle: [3049, 2933, 2935] +Triangle: [3048, 2931, 2933] +Triangle: [2931, 3046, 2929] +Triangle: [3257, 3045, 2927] +Triangle: [2927, 3043, 2925] +Triangle: [2745, 3050, 3051] +Triangle: [2744, 3049, 3050] +Triangle: [3055, 3047, 3048] +Triangle: [3048, 2741, 3055] +Triangle: [2741, 3054, 3055] +Triangle: [3047, 2761, 3046] +Triangle: [2762, 3289, 3245] +Triangle: [3045, 3044, 3043] +Triangle: [3040, 3287, 3285] +Triangle: [2762, 3038, 3044] +Triangle: [2747, 3038, 2746] +Triangle: [2758, 3032, 2760] +Triangle: [3057, 2782, 2754] +Triangle: [445, 3060, 2786] +Triangle: [2786, 3058, 2781] +Triangle: [3058, 2780, 2781] +Triangle: [3056, 2754, 2760] +Triangle: [3034, 2760, 3032] +Triangle: [3056, 3036, 2747] +Triangle: [3053, 3291, 3290] +Triangle: [3292, 2943, 2979] +Triangle: [3052, 3292, 3291] +Triangle: [2826, 2540, 2418] +Triangle: [2563, 2419, 2564] +Triangle: [2563, 2826, 2418] +Triangle: [2394, 3069, 3068] +Triangle: [2439, 3065, 2438] +Triangle: [3063, 2441, 2440] +Triangle: [3066, 2444, 2443] +Triangle: [59, 3068, 2579] +Triangle: [3067, 2442, 2444] +Triangle: [3542, 2443, 3526] +Triangle: [3064, 54, 2441] +Triangle: [3062, 2440, 2442] +Triangle: [6, 3061, 2396] +Triangle: [2396, 2582, 2433] +Triangle: [3077, 3449, 3445] +Triangle: [3446, 3084, 3451] +Triangle: [3083, 3452, 3450] +Triangle: [3451, 3079, 3447] +Triangle: [3085, 3445, 3452] +Triangle: [3082, 3446, 3449] +Triangle: [2523, 3431, 2524] +Triangle: [3448, 3087, 3081] +Triangle: [3437, 3434, 3088] +Triangle: [3447, 3543, 3561] +Triangle: [2527, 3431, 3434] +Triangle: [3439, 3441, 2523] +Triangle: [3089, 759, 3073] +Triangle: [3090, 3073, 3074] +Triangle: [754, 3089, 2393] +Triangle: [2393, 3090, 3075] +Triangle: [3075, 3091, 3076] +Triangle: [3091, 3074, 3072] +Triangle: [3076, 3545, 3544] +Triangle: [3545, 3072, 3070] +Triangle: [3547, 3133, 3551] +Triangle: [3548, 3141, 3552] +Triangle: [3553, 3097, 3149] +Triangle: [851, 3102, 3150] +Triangle: [789, 3142, 841] +Triangle: [787, 3134, 831] +Triangle: [3150, 3106, 3151] +Triangle: [3103, 3143, 3142] +Triangle: [3101, 3135, 3134] +Triangle: [3152, 3114, 3153] +Triangle: [3110, 3145, 3144] +Triangle: [3108, 3137, 3136] +Triangle: [3153, 3118, 3154] +Triangle: [3115, 3146, 3145] +Triangle: [3113, 3138, 3137] +Triangle: [3151, 3099, 3149] +Triangle: [3107, 3141, 3143] +Triangle: [3105, 3133, 3135] +Triangle: [3110, 3132, 3136] +Triangle: [3111, 3140, 3144] +Triangle: [3152, 3092, 3148] +Triangle: [3123, 3138, 3139] +Triangle: [3122, 3146, 3147] +Triangle: [3155, 3116, 3154] +Triangle: [3155, 798, 853] +Triangle: [3123, 843, 3147] +Triangle: [3121, 833, 3139] +Triangle: [3550, 3096, 3125] +Triangle: [3549, 3518, 3567] +Triangle: [3092, 3519, 3518] +Triangle: [3108, 3124, 3126] +Triangle: [3104, 3523, 3524] +Triangle: [3125, 3105, 3127] +Triangle: [788, 3520, 1254] +Triangle: [3101, 823, 3128] +Triangle: [3105, 3128, 3127] +Triangle: [3100, 3524, 3520] +Triangle: [3525, 796, 1260] +Triangle: [795, 3129, 825] +Triangle: [3109, 3521, 3519] +Triangle: [3113, 3126, 3130] +Triangle: [3117, 3130, 3131] +Triangle: [3112, 3522, 3521] +Triangle: [3121, 3131, 3129] +Triangle: [3116, 3525, 3522] +Triangle: [3129, 3074, 3073] +Triangle: [3131, 3072, 3074] +Triangle: [3130, 3070, 3072] +Triangle: [825, 3073, 759] +Triangle: [3075, 3128, 2393] +Triangle: [2393, 823, 754] +Triangle: [3076, 3127, 3075] +Triangle: [3126, 3071, 3070] +Triangle: [3544, 3125, 3076] +Triangle: [3139, 797, 3123] +Triangle: [3139, 3117, 3121] +Triangle: [3136, 3093, 3108] +Triangle: [3135, 3098, 3107] +Triangle: [3137, 3119, 3115] +Triangle: [3136, 3115, 3110] +Triangle: [3134, 3107, 3103] +Triangle: [831, 3103, 789] +Triangle: [3551, 3096, 3546] +Triangle: [3147, 798, 3122] +Triangle: [3147, 3119, 3123] +Triangle: [3144, 3095, 3110] +Triangle: [3143, 3099, 3106] +Triangle: [3145, 3118, 3114] +Triangle: [3144, 3114, 3111] +Triangle: [3142, 3106, 3102] +Triangle: [841, 3102, 790] +Triangle: [3552, 3098, 3547] +Triangle: [3120, 853, 796] +Triangle: [3122, 3154, 3118] +Triangle: [3111, 3148, 3094] +Triangle: [3104, 3149, 3097] +Triangle: [3112, 3154, 3116] +Triangle: [3109, 3153, 3112] +Triangle: [3100, 3151, 3104] +Triangle: [788, 3150, 3100] +Triangle: [3548, 3149, 3099] +Triangle: [468, 3473, 1191] +Triangle: [859, 3157, 2870] +Triangle: [450, 3157, 861] +Triangle: [2870, 2869, 2792] +Triangle: [2795, 3158, 2808] +Triangle: [2789, 3161, 2797] +Triangle: [2795, 3160, 3159] +Triangle: [3468, 2811, 3469] +Triangle: [2801, 3162, 2799] +Triangle: [2803, 3163, 2801] +Triangle: [2803, 3165, 3164] +Triangle: [467, 3165, 2805] +Triangle: [2806, 3166, 2807] +Triangle: [2790, 3300, 3305] +Triangle: [1018, 3061, 743] +Triangle: [2804, 3303, 3302] +Triangle: [2797, 3162, 3160] +Triangle: [2585, 3299, 3304] +Triangle: [3306, 2582, 3061] +Triangle: [3301, 2584, 2583] +Triangle: [3304, 2564, 2585] +Triangle: [2794, 3301, 3300] +Triangle: [2753, 3161, 2752] +Triangle: [2799, 3161, 3167] +Triangle: [3293, 3173, 3172] +Triangle: [3174, 3170, 3178] +Triangle: [3296, 3170, 3295] +Triangle: [3176, 3177, 3169] +Triangle: [3169, 3179, 3176] +Triangle: [3172, 2987, 2974] +Triangle: [3169, 3008, 2972] +Triangle: [3168, 2972, 3009] +Triangle: [3005, 3171, 2973] +Triangle: [3269, 3174, 2988] +Triangle: [3176, 3010, 2989] +Triangle: [3295, 3005, 3272] +Triangle: [3200, 3185, 3188] +Triangle: [3191, 3182, 3181] +Triangle: [3186, 3194, 3183] +Triangle: [3193, 3189, 3182] +Triangle: [3185, 3197, 3186] +Triangle: [3201, 3187, 3189] +Triangle: [2430, 3188, 2431] +Triangle: [3184, 2395, 2432] +Triangle: [2404, 3183, 2406] +Triangle: [3191, 3192, 3193] +Triangle: [3196, 3198, 3197] +Triangle: [3195, 3197, 3198] +Triangle: [3200, 3192, 3198] +Triangle: [3190, 3198, 3192] +Triangle: [3192, 3201, 3193] +Triangle: [3180, 3191, 3181] +Triangle: [3195, 3180, 3184] +Triangle: [3194, 3184, 3183] +Triangle: [3199, 3188, 3187] +Triangle: [3225, 3209, 3210] +Triangle: [3208, 4523, 4530] +Triangle: [3226, 3207, 3211] +Triangle: [179, 3212, 3204] +Triangle: [4513, 3203, 4517] +Triangle: [3349, 3207, 3208] +Triangle: [2546, 3209, 3202] +Triangle: [3215, 2551, 3214] +Triangle: [923, 2450, 3213] +Triangle: [3537, 3202, 3554] +Triangle: [3213, 2550, 3215] +Triangle: [3218, 3219, 3226] +Triangle: [3212, 927, 3224] +Triangle: [3221, 3206, 3217] +Triangle: [4517, 3221, 4518] +Triangle: [3220, 4533, 4523] +Triangle: [3220, 3207, 3219] +Triangle: [3222, 3209, 3223] +Triangle: [3205, 3225, 3210] +Triangle: [3204, 3226, 3211] +Triangle: [3215, 3227, 3228] +Triangle: [938, 3213, 3229] +Triangle: [3555, 3202, 3222] +Triangle: [3213, 3228, 3229] +Triangle: [3209, 3233, 3210] +Triangle: [2545, 3232, 3233] +Triangle: [3426, 2548, 3231] +Triangle: [3232, 3352, 3351] +Triangle: [3231, 3361, 3424] +Triangle: [3008, 3295, 3272] +Triangle: [3173, 3269, 2987] +Triangle: [3175, 3295, 3177] +Triangle: [3171, 3294, 3293] +Triangle: [3291, 2979, 3003] +Triangle: [2941, 3292, 2939] +Triangle: [3290, 3003, 2980] +Triangle: [3285, 3044, 3038] +Triangle: [3245, 3046, 2761] +Triangle: [2929, 3289, 3257] +Triangle: [3053, 3249, 2745] +Triangle: [3255, 3041, 2923] +Triangle: [2919, 3286, 3037] +Triangle: [3288, 3042, 3041] +Triangle: [3037, 3285, 3038] +Triangle: [3014, 3284, 3280] +Triangle: [3025, 3282, 3284] +Triangle: [2989, 3265, 2962] +Triangle: [2966, 3274, 2971] +Triangle: [2967, 3268, 2968] +Triangle: [2968, 3279, 2969] +Triangle: [3282, 3266, 3297] +Triangle: [3017, 3297, 3283] +Triangle: [3283, 3279, 3019] +Triangle: [3281, 3005, 3016] +Triangle: [3019, 3281, 3283] +Triangle: [3014, 3267, 2974] +Triangle: [3009, 3277, 3010] +Triangle: [2971, 3275, 2967] +Triangle: [2973, 3293, 3267] +Triangle: [3010, 3278, 2989] +Triangle: [2961, 3273, 3007] +Triangle: [3178, 3273, 3006] +Triangle: [3269, 2997, 2987] +Triangle: [2959, 3270, 3271] +Triangle: [2918, 3270, 3254] +Triangle: [2960, 3261, 2945] +Triangle: [2954, 3266, 3263] +Triangle: [2962, 3262, 2947] +Triangle: [2947, 3258, 2926] +Triangle: [2922, 3261, 3256] +Triangle: [2940, 3263, 3260] +Triangle: [3260, 2941, 2940] +Triangle: [3258, 2927, 2926] +Triangle: [3256, 2923, 2922] +Triangle: [2918, 3253, 2919] +Triangle: [2739, 3246, 3248] +Triangle: [3247, 2736, 2718] +Triangle: [327, 3252, 2678] +Triangle: [3252, 2683, 2678] +Triangle: [3251, 2684, 2683] +Triangle: [3249, 2743, 2745] +Triangle: [3250, 2718, 2684] +Triangle: [2761, 3248, 3245] +Triangle: [2729, 3244, 3243] +Triangle: [3242, 2730, 2669] +Triangle: [3241, 2669, 2667] +Triangle: [3240, 2667, 2665] +Triangle: [2663, 3240, 2665] +Triangle: [2663, 3237, 3239] +Triangle: [2604, 3238, 3237] +Triangle: [2597, 3238, 2596] +Triangle: [2603, 3235, 2602] +Triangle: [2599, 3235, 2598] +Triangle: [233, 3234, 2599] +Triangle: [3302, 2802, 2804] +Triangle: [2563, 3298, 3302] +Triangle: [3300, 2583, 2581] +Triangle: [2800, 3298, 3304] +Triangle: [2796, 3299, 3301] +Triangle: [3304, 2798, 2800] +Triangle: [3302, 2445, 2563] +Triangle: [2815, 3305, 3306] +Triangle: [479, 3306, 1018] +Triangle: [3305, 2581, 2582] +Triangle: [3466, 2794, 2790] +Triangle: [3490, 3315, 3484] +Triangle: [3478, 3315, 3314] +Triangle: [3482, 3430, 3489] +Triangle: [3563, 3314, 3556] +Triangle: [3333, 2524, 2527] +Triangle: [3312, 3503, 3493] +Triangle: [3480, 3313, 3483] +Triangle: [3475, 3308, 3480] +Triangle: [3463, 3435, 3464] +Triangle: [3476, 3311, 3482] +Triangle: [3475, 3309, 3307] +Triangle: [3476, 3312, 3310] +Triangle: [3517, 3324, 3512] +Triangle: [3516, 3326, 3517] +Triangle: [3321, 3516, 3514] +Triangle: [3512, 1039, 1244] +Triangle: [3323, 3511, 3515] +Triangle: [1037, 3515, 1248] +Triangle: [3322, 3510, 3511] +Triangle: [3320, 3514, 3513] +Triangle: [3557, 3513, 3566] +Triangle: [3182, 3327, 3181] +Triangle: [1043, 3327, 3329] +Triangle: [3182, 3328, 3329] +Triangle: [3329, 1047, 1043] +Triangle: [4, 3327, 1046] +Triangle: [1047, 3189, 44] +Triangle: [3488, 3335, 3487] +Triangle: [3335, 3333, 3332] +Triangle: [3330, 3334, 3335] +Triangle: [3486, 3337, 3487] +Triangle: [3485, 3338, 3318] +Triangle: [3318, 3337, 3317] +Triangle: [3317, 3336, 3316] +Triangle: [2524, 3331, 2523] +Triangle: [3086, 3568, 3343] +Triangle: [3080, 3345, 3088] +Triangle: [3543, 3570, 3558] +Triangle: [3088, 3340, 3083] +Triangle: [3081, 3344, 3568] +Triangle: [3086, 3569, 3080] +Triangle: [3082, 3571, 3078] +Triangle: [3342, 3077, 3085] +Triangle: [3341, 3079, 3084] +Triangle: [3340, 3085, 3083] +Triangle: [3078, 3341, 3084] +Triangle: [3572, 3082, 3077] +Triangle: [4503, 3350, 2437] +Triangle: [3348, 4536, 3364] +Triangle: [3230, 3352, 2549] +Triangle: [3354, 943, 3360] +Triangle: [3352, 3368, 2549] +Triangle: [3362, 167, 3354] +Triangle: [3356, 3362, 2570] +Triangle: [3368, 3356, 2570] +Triangle: [3374, 3351, 3230] +Triangle: [3373, 46, 3347] +Triangle: [3380, 4528, 3408] +Triangle: [3422, 3360, 3353] +Triangle: [3357, 3354, 3422] +Triangle: [3373, 3359, 3425] +Triangle: [3358, 3363, 3405] +Triangle: [4502, 2437, 3365] +Triangle: [3363, 3364, 3407] +Triangle: [3366, 2549, 3423] +Triangle: [3423, 3368, 2565] +Triangle: [2570, 3357, 3369] +Triangle: [2565, 2570, 3369] +Triangle: [3427, 3230, 3366] +Triangle: [3365, 3374, 3427] +Triangle: [3353, 3373, 3425] +Triangle: [3360, 1094, 3373] +Triangle: [2437, 3371, 3374] +Triangle: [2429, 3371, 3350] +Triangle: [3414, 3372, 3375] +Triangle: [2434, 3376, 3372] +Triangle: [2429, 3210, 3370] +Triangle: [3364, 4531, 3407] +Triangle: [4507, 3408, 4508] +Triangle: [3206, 2428, 4534] +Triangle: [2250, 3380, 4507] +Triangle: [3399, 3386, 3387] +Triangle: [3398, 3379, 3386] +Triangle: [4514, 1106, 3383] +Triangle: [3559, 3397, 3560] +Triangle: [3396, 3385, 3384] +Triangle: [3395, 3384, 3383] +Triangle: [3381, 3402, 3412] +Triangle: [4529, 3346, 3406] +Triangle: [3391, 3387, 3378] +Triangle: [3377, 4512, 4511] +Triangle: [2425, 3399, 3391] +Triangle: [3404, 3411, 3420] +Triangle: [2434, 3411, 3416] +Triangle: [2447, 3396, 3395] +Triangle: [2449, 3397, 3396] +Triangle: [3560, 2544, 3536] +Triangle: [3205, 3392, 3398] +Triangle: [3216, 3398, 3399] +Triangle: [2253, 3393, 4509] +Triangle: [4510, 3393, 3413] +Triangle: [4521, 3400, 3415] +Triangle: [4519, 3400, 4520] +Triangle: [3383, 1128, 3395] +Triangle: [3412, 3389, 3381] +Triangle: [3403, 3378, 3377] +Triangle: [3346, 3363, 3406] +Triangle: [3406, 3407, 2436] +Triangle: [3408, 4524, 3389] +Triangle: [2436, 4531, 4526] +Triangle: [3410, 3413, 4506] +Triangle: [3415, 3411, 4505] +Triangle: [4505, 3412, 3402] +Triangle: [4508, 4506, 3413] +Triangle: [3393, 2250, 4507] +Triangle: [4502, 3416, 3411] +Triangle: [3375, 3359, 3414] +Triangle: [3365, 3376, 3416] +Triangle: [3419, 3375, 3372] +Triangle: [3376, 3419, 3372] +Triangle: [3412, 4506, 3401] +Triangle: [4506, 3420, 3410] +Triangle: [2548, 3422, 3361] +Triangle: [3367, 3421, 2548] +Triangle: [3361, 3353, 3424] +Triangle: [3353, 3417, 3424] +Triangle: [3366, 3367, 3426] +Triangle: [3418, 3366, 3426] +Triangle: [3425, 3428, 3417] +Triangle: [3419, 3418, 3428] +Triangle: [3358, 1205, 3348] +Triangle: [212, 3303, 1153] +Triangle: [1153, 3303, 466] +Triangle: [3433, 2527, 3429] +Triangle: [3456, 2520, 3465] +Triangle: [3429, 3434, 3437] +Triangle: [3431, 3088, 3434] +Triangle: [2520, 3464, 3465] +Triangle: [3489, 3316, 3479] +Triangle: [2484, 3561, 3529] +Triangle: [3498, 3443, 3499] +Triangle: [3441, 3080, 3431] +Triangle: [3086, 3441, 3444] +Triangle: [3485, 3438, 3490] +Triangle: [2528, 3439, 3442] +Triangle: [3498, 3317, 3496] +Triangle: [2525, 3448, 2526] +Triangle: [2479, 3446, 2483] +Triangle: [3452, 2480, 2485] +Triangle: [2482, 3447, 2484] +Triangle: [3450, 2485, 2481] +Triangle: [2483, 3451, 2482] +Triangle: [2480, 3449, 2479] +Triangle: [2526, 3444, 3439] +Triangle: [2481, 3437, 3450] +Triangle: [2472, 3457, 2473] +Triangle: [3504, 3462, 3494] +Triangle: [3564, 3462, 3562] +Triangle: [3500, 3457, 3503] +Triangle: [3491, 3454, 3500] +Triangle: [3492, 3456, 3502] +Triangle: [3491, 3455, 3459] +Triangle: [3492, 3461, 3460] +Triangle: [3432, 3464, 3435] +Triangle: [2518, 3463, 3464] +Triangle: [3443, 3463, 3458] +Triangle: [3436, 3465, 3432] +Triangle: [3504, 3443, 3458] +Triangle: [3502, 3436, 3497] +Triangle: [2807, 3467, 3466] +Triangle: [3468, 2798, 2796] +Triangle: [1191, 2815, 479] +Triangle: [2804, 1199, 466] +Triangle: [3471, 2804, 2802] +Triangle: [3470, 2802, 2800] +Triangle: [2798, 3470, 2800] +Triangle: [3467, 2796, 2794] +Triangle: [3473, 2790, 2815] +Triangle: [3204, 1201, 179] +Triangle: [3211, 2435, 3474] +Triangle: [1201, 3474, 1202] +Triangle: [1109, 4532, 3380] +Triangle: [1205, 4538, 3348] +Triangle: [44, 3224, 927] +Triangle: [3218, 3212, 3224] +Triangle: [2529, 3490, 3442] +Triangle: [3433, 3479, 2531] +Triangle: [3330, 3485, 2529] +Triangle: [3332, 3487, 3335] +Triangle: [3338, 3487, 3337] +Triangle: [2492, 3477, 3476] +Triangle: [2491, 3481, 3475] +Triangle: [2492, 3482, 2490] +Triangle: [2491, 3480, 2487] +Triangle: [2487, 3483, 2489] +Triangle: [3530, 3478, 3563] +Triangle: [2490, 3489, 3433] +Triangle: [2530, 3484, 3478] +Triangle: [3442, 3484, 2528] +Triangle: [3336, 3479, 3316] +Triangle: [3477, 3313, 3312] +Triangle: [3311, 3497, 3430] +Triangle: [3315, 3499, 3504] +Triangle: [3310, 3493, 3492] +Triangle: [3307, 3501, 3491] +Triangle: [3310, 3502, 3311] +Triangle: [3307, 3500, 3308] +Triangle: [3308, 3503, 3313] +Triangle: [3556, 3494, 3564] +Triangle: [3315, 3494, 3314] +Triangle: [3440, 3496, 3435] +Triangle: [3318, 3499, 3438] +Triangle: [3493, 3457, 3461] +Triangle: [3430, 3495, 3316] +Triangle: [3316, 3496, 3317] +Triangle: [2451, 3507, 3506] +Triangle: [2452, 3508, 3507] +Triangle: [3565, 2543, 3535] +Triangle: [2451, 1241, 173] +Triangle: [3509, 4541, 4539] +Triangle: [2423, 3217, 3505] +Triangle: [3566, 2577, 3540] +Triangle: [3513, 2578, 2577] +Triangle: [3511, 2572, 2573] +Triangle: [1248, 2394, 1] +Triangle: [3515, 2573, 2394] +Triangle: [2575, 1244, 199] +Triangle: [3514, 2576, 2578] +Triangle: [3516, 2574, 2576] +Triangle: [2574, 3512, 2575] +Triangle: [3326, 3525, 3324] +Triangle: [3325, 3522, 3326] +Triangle: [3519, 3325, 3321] +Triangle: [3324, 1260, 1039] +Triangle: [3520, 3322, 3323] +Triangle: [1254, 3323, 1037] +Triangle: [3524, 3319, 3322] +Triangle: [3518, 3321, 3320] +Triangle: [3567, 3320, 3557] +Triangle: [3523, 3557, 3319] +Triangle: [3510, 3540, 2572] +Triangle: [3509, 3535, 2424] +Triangle: [3309, 3564, 3501] +Triangle: [2488, 3563, 3481] +Triangle: [3501, 3562, 3455] +Triangle: [2525, 3561, 3453] +Triangle: [3403, 3536, 2426] +Triangle: [3377, 3560, 3403] +Triangle: [3087, 3558, 3344] +Triangle: [3319, 3566, 3510] +Triangle: [3481, 3556, 3309] +Triangle: [3227, 3554, 3555] +Triangle: [3214, 3537, 3554] +Triangle: [3094, 3553, 3548] +Triangle: [3140, 3547, 3095] +Triangle: [3132, 3546, 3093] +Triangle: [3071, 3550, 3544] +Triangle: [3097, 3567, 3523] +Triangle: [3124, 3546, 3550] +Triangle: [3148, 3549, 3553] +Triangle: [3094, 3552, 3140] +Triangle: [3095, 3551, 3132] +Triangle: [3544, 3070, 3071] +Triangle: [3453, 3543, 3087] +Triangle: [3065, 3526, 2438] +Triangle: [2572, 3542, 3065] +Triangle: [2569, 3537, 2551] +Triangle: [2438, 3539, 2569] +Triangle: [2555, 4545, 4539] +Triangle: [3536, 3222, 2426] +Triangle: [2424, 4522, 4511] +Triangle: [2422, 3538, 2555] +Triangle: [2422, 3533, 3534] +Triangle: [3532, 2532, 2533] +Triangle: [3455, 3528, 2478] +Triangle: [3530, 2525, 2530] +Triangle: [3531, 2522, 2532] +Triangle: [3527, 2533, 2517] +Triangle: [2517, 3541, 3527] +Triangle: [2516, 3533, 3541] +Triangle: [3577, 3578, 3573] +Triangle: [3573, 3579, 3574] +Triangle: [1311, 3579, 1318] +Triangle: [1312, 3580, 3575] +Triangle: [3575, 3581, 3576] +Triangle: [3576, 3582, 3577] +Triangle: [3582, 3583, 3578] +Triangle: [3578, 3584, 3579] +Triangle: [1318, 3584, 323] +Triangle: [1319, 3585, 3580] +Triangle: [3580, 3586, 3581] +Triangle: [3581, 3587, 3582] +Triangle: [3587, 3588, 3583] +Triangle: [3583, 3589, 3584] +Triangle: [3584, 3590, 323] +Triangle: [1325, 3590, 3591] +Triangle: [1325, 3592, 1326] +Triangle: [3585, 3592, 3593] +Triangle: [3585, 3594, 3586] +Triangle: [3586, 3595, 3587] +Triangle: [3595, 3596, 3588] +Triangle: [3588, 3597, 3589] +Triangle: [3589, 3598, 3590] +Triangle: [3591, 3598, 3599] +Triangle: [3592, 3599, 3600] +Triangle: [3593, 3600, 3601] +Triangle: [3594, 3601, 3602] +Triangle: [3594, 3603, 3595] +Triangle: [3603, 3604, 3596] +Triangle: [3596, 3605, 3597] +Triangle: [3597, 3606, 3598] +Triangle: [3598, 3607, 3599] +Triangle: [3600, 3607, 3608] +Triangle: [3601, 3608, 3609] +Triangle: [3602, 3609, 3610] +Triangle: [3603, 3610, 3611] +Triangle: [3604, 3619, 3612] +Triangle: [3604, 3613, 3605] +Triangle: [3605, 3614, 3606] +Triangle: [3606, 3615, 3607] +Triangle: [3607, 3616, 3608] +Triangle: [3609, 3616, 3617] +Triangle: [3610, 3617, 3618] +Triangle: [3611, 3618, 3619] +Triangle: [3612, 3627, 3620] +Triangle: [3612, 3621, 3613] +Triangle: [3613, 3622, 3614] +Triangle: [3614, 3623, 3615] +Triangle: [3615, 3624, 3616] +Triangle: [3617, 3624, 3625] +Triangle: [3618, 3625, 3626] +Triangle: [3619, 3626, 3627] +Triangle: [3620, 3635, 3628] +Triangle: [3620, 3629, 3621] +Triangle: [3621, 3630, 3622] +Triangle: [3622, 3631, 3623] +Triangle: [3623, 3632, 3624] +Triangle: [3625, 3632, 3633] +Triangle: [3626, 3633, 3634] +Triangle: [3627, 3634, 3635] +Triangle: [3628, 3643, 3636] +Triangle: [3628, 3637, 3629] +Triangle: [3629, 3638, 3630] +Triangle: [3630, 3639, 3631] +Triangle: [3631, 3640, 3632] +Triangle: [3633, 3640, 3641] +Triangle: [3634, 3641, 3642] +Triangle: [3635, 3642, 3643] +Triangle: [3636, 3651, 3644] +Triangle: [3636, 3645, 3637] +Triangle: [3637, 3646, 3638] +Triangle: [3638, 3647, 3639] +Triangle: [3639, 3648, 3640] +Triangle: [3641, 3648, 3649] +Triangle: [3642, 3649, 3650] +Triangle: [3643, 3650, 3651] +Triangle: [3644, 3659, 3652] +Triangle: [3644, 3653, 3645] +Triangle: [3645, 3654, 3646] +Triangle: [3646, 3655, 3647] +Triangle: [3647, 3656, 3648] +Triangle: [3649, 3656, 3657] +Triangle: [3650, 3657, 3658] +Triangle: [3651, 3658, 3659] +Triangle: [3652, 3667, 3660] +Triangle: [3652, 3661, 3653] +Triangle: [3653, 3662, 3654] +Triangle: [3654, 3663, 3655] +Triangle: [3655, 3664, 3656] +Triangle: [3657, 3664, 3665] +Triangle: [3658, 3665, 3666] +Triangle: [3659, 3666, 3667] +Triangle: [3660, 3675, 3668] +Triangle: [3660, 3669, 3661] +Triangle: [3661, 3670, 3662] +Triangle: [3662, 3671, 3663] +Triangle: [3663, 3672, 3664] +Triangle: [3664, 3673, 3665] +Triangle: [3666, 3673, 3674] +Triangle: [3667, 3674, 3675] +Triangle: [3668, 3683, 3676] +Triangle: [3669, 3676, 3677] +Triangle: [3669, 3678, 3670] +Triangle: [3670, 3679, 3671] +Triangle: [3671, 3680, 3672] +Triangle: [3672, 3681, 3673] +Triangle: [3674, 3681, 3682] +Triangle: [3675, 3682, 3683] +Triangle: [3676, 3691, 3684] +Triangle: [3677, 3684, 3685] +Triangle: [3678, 3685, 3686] +Triangle: [3678, 3687, 3679] +Triangle: [3679, 3688, 3680] +Triangle: [3680, 3689, 3681] +Triangle: [3681, 3690, 3682] +Triangle: [3683, 3690, 3691] +Triangle: [3684, 3699, 3692] +Triangle: [3685, 3692, 3693] +Triangle: [3686, 3693, 3694] +Triangle: [3687, 3694, 3695] +Triangle: [3687, 3696, 3688] +Triangle: [3688, 3697, 3689] +Triangle: [3689, 3698, 3690] +Triangle: [3690, 3699, 3691] +Triangle: [3692, 3699, 3700] +Triangle: [3693, 3692, 3700] +Triangle: [3694, 3693, 3700] +Triangle: [3695, 3694, 3700] +Triangle: [3696, 3695, 3700] +Triangle: [3697, 3696, 3700] +Triangle: [3698, 3697, 3700] +Triangle: [3699, 3698, 3700] +Triangle: [3701, 3716, 3709] +Triangle: [3702, 3709, 3710] +Triangle: [3703, 3710, 3711] +Triangle: [3703, 3712, 3704] +Triangle: [3704, 3713, 3705] +Triangle: [3705, 3714, 3706] +Triangle: [3706, 3715, 3707] +Triangle: [3708, 3715, 3716] +Triangle: [3709, 3724, 3717] +Triangle: [3710, 3717, 3718] +Triangle: [3711, 3718, 3719] +Triangle: [3711, 3720, 3712] +Triangle: [3712, 3721, 3713] +Triangle: [3713, 3722, 3714] +Triangle: [3714, 3723, 3715] +Triangle: [3716, 3723, 3724] +Triangle: [3717, 3732, 3725] +Triangle: [3718, 3725, 3726] +Triangle: [3719, 3726, 3727] +Triangle: [3719, 3728, 3720] +Triangle: [3720, 3729, 3721] +Triangle: [3721, 3730, 3722] +Triangle: [3722, 3731, 3723] +Triangle: [3724, 3731, 3732] +Triangle: [3732, 3733, 3725] +Triangle: [3725, 3734, 3726] +Triangle: [3726, 3735, 3727] +Triangle: [3728, 3735, 3736] +Triangle: [3729, 3736, 3737] +Triangle: [3730, 3737, 3738] +Triangle: [3731, 3738, 3739] +Triangle: [3731, 3740, 3732] +Triangle: [3740, 3741, 3733] +Triangle: [3733, 3742, 3734] +Triangle: [3734, 3743, 3735] +Triangle: [3736, 3743, 3744] +Triangle: [3737, 3744, 3745] +Triangle: [3738, 3745, 3746] +Triangle: [3739, 3746, 3747] +Triangle: [3739, 3748, 3740] +Triangle: [3748, 3749, 3741] +Triangle: [3741, 3750, 3742] +Triangle: [3742, 3751, 3743] +Triangle: [3744, 3751, 3752] +Triangle: [3745, 3752, 3753] +Triangle: [3746, 3753, 3754] +Triangle: [3747, 3754, 3755] +Triangle: [3747, 3756, 3748] +Triangle: [3756, 3757, 3749] +Triangle: [3749, 3758, 3750] +Triangle: [3750, 3759, 3751] +Triangle: [3752, 3759, 3760] +Triangle: [3753, 3760, 3761] +Triangle: [3754, 3761, 3762] +Triangle: [3754, 3763, 3755] +Triangle: [3755, 3764, 3756] +Triangle: [3764, 3765, 3757] +Triangle: [3757, 3766, 3758] +Triangle: [3758, 3767, 3759] +Triangle: [3760, 3767, 3768] +Triangle: [3761, 3768, 3769] +Triangle: [3762, 3769, 3770] +Triangle: [3762, 3771, 3763] +Triangle: [3763, 3772, 3764] +Triangle: [3772, 3773, 3765] +Triangle: [3765, 3774, 3766] +Triangle: [3766, 3775, 3767] +Triangle: [3768, 3775, 3776] +Triangle: [3769, 3776, 3777] +Triangle: [3770, 3777, 3778] +Triangle: [3770, 3779, 3771] +Triangle: [3771, 3780, 3772] +Triangle: [3773, 3788, 3781] +Triangle: [3773, 3782, 3774] +Triangle: [3774, 3783, 3775] +Triangle: [3776, 3783, 3784] +Triangle: [3777, 3784, 3785] +Triangle: [3778, 3785, 3786] +Triangle: [3778, 3787, 3779] +Triangle: [3779, 3788, 3780] +Triangle: [3781, 3796, 3789] +Triangle: [3781, 3790, 3782] +Triangle: [3782, 3791, 3783] +Triangle: [3783, 3792, 3784] +Triangle: [3785, 3792, 3793] +Triangle: [3786, 3793, 3794] +Triangle: [3787, 3794, 3795] +Triangle: [3788, 3795, 3796] +Triangle: [3796, 3797, 3789] +Triangle: [3789, 3798, 3790] +Triangle: [3790, 3799, 3791] +Triangle: [3791, 3800, 3792] +Triangle: [3793, 3800, 3801] +Triangle: [3794, 3801, 3802] +Triangle: [3795, 3802, 3803] +Triangle: [3796, 3803, 3804] +Triangle: [3804, 3805, 3797] +Triangle: [3797, 3806, 3798] +Triangle: [3798, 3807, 3799] +Triangle: [3799, 3808, 3800] +Triangle: [3800, 3809, 3801] +Triangle: [3802, 3809, 3810] +Triangle: [3803, 3810, 3811] +Triangle: [3804, 3811, 3812] +Triangle: [3805, 3820, 3813] +Triangle: [3805, 3814, 3806] +Triangle: [3806, 3815, 3807] +Triangle: [3807, 3816, 3808] +Triangle: [3808, 3817, 3809] +Triangle: [3810, 3817, 3818] +Triangle: [3811, 3818, 3819] +Triangle: [3812, 3819, 3820] +Triangle: [3813, 3828, 3821] +Triangle: [3814, 3821, 3822] +Triangle: [3814, 3823, 3815] +Triangle: [3815, 3824, 3816] +Triangle: [3816, 3825, 3817] +Triangle: [3817, 3826, 3818] +Triangle: [3819, 3826, 3827] +Triangle: [3820, 3827, 3828] +Triangle: [3821, 3836, 3829] +Triangle: [3822, 3829, 3830] +Triangle: [3823, 3830, 3831] +Triangle: [3823, 3832, 3824] +Triangle: [3824, 3833, 3825] +Triangle: [3825, 3834, 3826] +Triangle: [3826, 3835, 3827] +Triangle: [3828, 3835, 3836] +Triangle: [3829, 3836, 3837] +Triangle: [3830, 3829, 3837] +Triangle: [3831, 3830, 3837] +Triangle: [3832, 3831, 3837] +Triangle: [3833, 3832, 3837] +Triangle: [3834, 3833, 3837] +Triangle: [3835, 3834, 3837] +Triangle: [3836, 3835, 3837] +Triangle: [3845, 3846, 3838] +Triangle: [3838, 3847, 3839] +Triangle: [3839, 3848, 3840] +Triangle: [3841, 3848, 3849] +Triangle: [3842, 3849, 3850] +Triangle: [3843, 3850, 3851] +Triangle: [3844, 3851, 3852] +Triangle: [3845, 3852, 3853] +Triangle: [3853, 3854, 3846] +Triangle: [3846, 3855, 3847] +Triangle: [3848, 3855, 3856] +Triangle: [3849, 3856, 3857] +Triangle: [3850, 3857, 3858] +Triangle: [3850, 3859, 3851] +Triangle: [3851, 3860, 3852] +Triangle: [3852, 3861, 3853] +Triangle: [3861, 3862, 3854] +Triangle: [3855, 3862, 3863] +Triangle: [3856, 3863, 3864] +Triangle: [3857, 3864, 3865] +Triangle: [3858, 3865, 3866] +Triangle: [3858, 3867, 3859] +Triangle: [3859, 3868, 3860] +Triangle: [3860, 3869, 3861] +Triangle: [3862, 3877, 3870] +Triangle: [3863, 3870, 3871] +Triangle: [3863, 3872, 3864] +Triangle: [3864, 3873, 3865] +Triangle: [3865, 3874, 3866] +Triangle: [3866, 3875, 3867] +Triangle: [3868, 3875, 3876] +Triangle: [3869, 3876, 3877] +Triangle: [3870, 3885, 3878] +Triangle: [3871, 3878, 3879] +Triangle: [3871, 3880, 3872] +Triangle: [3872, 3881, 3873] +Triangle: [3873, 3882, 3874] +Triangle: [3874, 3883, 3875] +Triangle: [3876, 3883, 3884] +Triangle: [3877, 3884, 3885] +Triangle: [3878, 3893, 3886] +Triangle: [3878, 3887, 3879] +Triangle: [3880, 3887, 3888] +Triangle: [3881, 3888, 3889] +Triangle: [3882, 3889, 3890] +Triangle: [3883, 3890, 3891] +Triangle: [3883, 3892, 3884] +Triangle: [3884, 3893, 3885] +Triangle: [3886, 3901, 3894] +Triangle: [3886, 3895, 3887] +Triangle: [3888, 3895, 3896] +Triangle: [3889, 3896, 3897] +Triangle: [3890, 3897, 3898] +Triangle: [3890, 3899, 3891] +Triangle: [3891, 3900, 3892] +Triangle: [3892, 3901, 3893] +Triangle: [3894, 3901, 3902] +Triangle: [3895, 3894, 3902] +Triangle: [3896, 3895, 3902] +Triangle: [3897, 3896, 3902] +Triangle: [3898, 3897, 3902] +Triangle: [3899, 3898, 3902] +Triangle: [3900, 3899, 3902] +Triangle: [3901, 3900, 3902] +Triangle: [3951, 3910, 3907] +Triangle: [3956, 3907, 3944] +Triangle: [3953, 3909, 3954] +Triangle: [3954, 3936, 3955] +Triangle: [3907, 3914, 3911] +Triangle: [3944, 3911, 3945] +Triangle: [3908, 3913, 3909] +Triangle: [3909, 3937, 3936] +Triangle: [3914, 3915, 3911] +Triangle: [3945, 3915, 3946] +Triangle: [3913, 3916, 3917] +Triangle: [3913, 3938, 3937] +Triangle: [3915, 3922, 3919] +Triangle: [3946, 3919, 3947] +Triangle: [3917, 3920, 3921] +Triangle: [3917, 3939, 3938] +Triangle: [3919, 3926, 3923] +Triangle: [3947, 3923, 3948] +Triangle: [3920, 3925, 3921] +Triangle: [3921, 3940, 3939] +Triangle: [3926, 3927, 3923] +Triangle: [3948, 3927, 3949] +Triangle: [3925, 3928, 3929] +Triangle: [3940, 3929, 3941] +Triangle: [3930, 3931, 3927] +Triangle: [3927, 3950, 3949] +Triangle: [3929, 3932, 3933] +Triangle: [3929, 3942, 3941] +Triangle: [3930, 3942, 3934] +Triangle: [3940, 3930, 3926] +Triangle: [3922, 3940, 3926] +Triangle: [3938, 3922, 3918] +Triangle: [3937, 3918, 3914] +Triangle: [3936, 3914, 3910] +Triangle: [3955, 3910, 3952] +Triangle: [3949, 3932, 3928] +Triangle: [3948, 3928, 3924] +Triangle: [3947, 3924, 3920] +Triangle: [3916, 3947, 3920] +Triangle: [3912, 3946, 3916] +Triangle: [3908, 3945, 3912] +Triangle: [3953, 3944, 3908] +Triangle: [3904, 3956, 3953] +Triangle: [3935, 3952, 3906] +Triangle: [3905, 3955, 3935] +Triangle: [3905, 3953, 3954] +Triangle: [3943, 3951, 3956] +Triangle: [3906, 3951, 3903] +Triangle: [3957, 3964, 3961] +Triangle: [3978, 3961, 3979] +Triangle: [3958, 3963, 3959] +Triangle: [3959, 3975, 3974] +Triangle: [3961, 3968, 3965] +Triangle: [3962, 3980, 3966] +Triangle: [3975, 3968, 3964] +Triangle: [3965, 3979, 3961] +Triangle: [3968, 3969, 3965] +Triangle: [3980, 3969, 3981] +Triangle: [3967, 3970, 3971] +Triangle: [3976, 3971, 3977] +Triangle: [3969, 3972, 3973] +Triangle: [3981, 3969, 3973] +Triangle: [3971, 3970, 3973] +Triangle: [3977, 3971, 3973] +Triangle: [3972, 3977, 3973] +Triangle: [3976, 3972, 3968] +Triangle: [3963, 3976, 3975] +Triangle: [3974, 3964, 3960] +Triangle: [3970, 3981, 3973] +Triangle: [3980, 3970, 3966] +Triangle: [3963, 3966, 3967] +Triangle: [3958, 3979, 3962] +Triangle: [4022, 3983, 4018] +Triangle: [4023, 3987, 4020] +Triangle: [3985, 4021, 4019] +Triangle: [4020, 3988, 4024] +Triangle: [4021, 3982, 4022] +Triangle: [4018, 3986, 4023] +Triangle: [3991, 3996, 3989] +Triangle: [3997, 3993, 3990] +Triangle: [3996, 3990, 3989] +Triangle: [4000, 3994, 3993] +Triangle: [3999, 3991, 3992] +Triangle: [3994, 4002, 3995] +Triangle: [4028, 4004, 4003] +Triangle: [4029, 4007, 4006] +Triangle: [4019, 4005, 3985] +Triangle: [4024, 4378, 4381] +Triangle: [4027, 4003, 4005] +Triangle: [4029, 4004, 4025] +Triangle: [4010, 4013, 4015] +Triangle: [4011, 4014, 4009] +Triangle: [4008, 4014, 4013] +Triangle: [4012, 4016, 4011] +Triangle: [3992, 4015, 3999] +Triangle: [3995, 4380, 4379] +Triangle: [3989, 3984, 3991] +Triangle: [3984, 3992, 3991] +Triangle: [3985, 4010, 3992] +Triangle: [4005, 4008, 4010] +Triangle: [4003, 4009, 4008] +Triangle: [4009, 4006, 4011] +Triangle: [4006, 4012, 4011] +Triangle: [4379, 3988, 3995] +Triangle: [3995, 3987, 3994] +Triangle: [3994, 3986, 3993] +Triangle: [3986, 3990, 3993] +Triangle: [3990, 3982, 3989] +Triangle: [4360, 4025, 4353] +Triangle: [4359, 4027, 4355] +Triangle: [4358, 4381, 4477] +Triangle: [4355, 4019, 4350] +Triangle: [4354, 4029, 4360] +Triangle: [4353, 4028, 4359] +Triangle: [4349, 4023, 4357] +Triangle: [4352, 4022, 4356] +Triangle: [4351, 4024, 4358] +Triangle: [4350, 4021, 4352] +Triangle: [4357, 4020, 4351] +Triangle: [4356, 4018, 4349] +Triangle: [4000, 4032, 4033] +Triangle: [4232, 4043, 4233] +Triangle: [4033, 4001, 4000] +Triangle: [3996, 4032, 3997] +Triangle: [3998, 4043, 3996] +Triangle: [3998, 4041, 4042] +Triangle: [3999, 4040, 4041] +Triangle: [4015, 4039, 4040] +Triangle: [4013, 4038, 4039] +Triangle: [4016, 4038, 4014] +Triangle: [4017, 4037, 4016] +Triangle: [4002, 4382, 4380] +Triangle: [4001, 4035, 4002] +Triangle: [4290, 4266, 4265] +Triangle: [4065, 4363, 4064] +Triangle: [4363, 4066, 4064] +Triangle: [4050, 4495, 4496] +Triangle: [4048, 4497, 4495] +Triangle: [4070, 4052, 4071] +Triangle: [4072, 4053, 4070] +Triangle: [4071, 4051, 4073] +Triangle: [4074, 4054, 4072] +Triangle: [4069, 4051, 4049] +Triangle: [4050, 4074, 4068] +Triangle: [4499, 4056, 4498] +Triangle: [4500, 4057, 4499] +Triangle: [4049, 4498, 4497] +Triangle: [4058, 4488, 4059] +Triangle: [4059, 4062, 4058] +Triangle: [4062, 4370, 4058] +Triangle: [4064, 4031, 4030] +Triangle: [4065, 4030, 4044] +Triangle: [4047, 4493, 4059] +Triangle: [4046, 4372, 4365] +Triangle: [4067, 4049, 4048] +Triangle: [4068, 4048, 4050] +Triangle: [4078, 4081, 4083] +Triangle: [4385, 4078, 4083] +Triangle: [4384, 4083, 4075] +Triangle: [4083, 4077, 4075] +Triangle: [4138, 4104, 4103] +Triangle: [4388, 4117, 4395] +Triangle: [4122, 4097, 4121] +Triangle: [4399, 4107, 4390] +Triangle: [4095, 4116, 4117] +Triangle: [4137, 4100, 4136] +Triangle: [4137, 4103, 4102] +Triangle: [4134, 4089, 4132] +Triangle: [4638, 4087, 4634] +Triangle: [4643, 4088, 4387] +Triangle: [4398, 4091, 4133] +Triangle: [4641, 4122, 4640] +Triangle: [4638, 4085, 4086] +Triangle: [4133, 4087, 4136] +Triangle: [4132, 4090, 4135] +Triangle: [4636, 4084, 4085] +Triangle: [4384, 4104, 4390] +Triangle: [4082, 4107, 4106] +Triangle: [4080, 4106, 4105] +Triangle: [4080, 4391, 4383] +Triangle: [4075, 4103, 4104] +Triangle: [4081, 4103, 4077] +Triangle: [4079, 4102, 4081] +Triangle: [4078, 4100, 4079] +Triangle: [4124, 4113, 4125] +Triangle: [4126, 4115, 4124] +Triangle: [4127, 4393, 4397] +Triangle: [4129, 4111, 4112] +Triangle: [4130, 4112, 4114] +Triangle: [4131, 4114, 4110] +Triangle: [4127, 4110, 4108] +Triangle: [4396, 4113, 4392] +Triangle: [4123, 4099, 4122] +Triangle: [4094, 4119, 4118] +Triangle: [4098, 4118, 4120] +Triangle: [4389, 4123, 4394] +Triangle: [4098, 4116, 4096] +Triangle: [4117, 4634, 4635] +Triangle: [4640, 4121, 4639] +Triangle: [4395, 4635, 4642] +Triangle: [4097, 4396, 4388] +Triangle: [4092, 4131, 4127] +Triangle: [4094, 4130, 4131] +Triangle: [4098, 4129, 4130] +Triangle: [4096, 4128, 4129] +Triangle: [4092, 4397, 4389] +Triangle: [4093, 4124, 4099] +Triangle: [4099, 4125, 4097] +Triangle: [4132, 4105, 4106] +Triangle: [4101, 4136, 4100] +Triangle: [4391, 4133, 4101] +Triangle: [4134, 4106, 4107] +Triangle: [4086, 4138, 4137] +Triangle: [4086, 4136, 4087] +Triangle: [4387, 4134, 4399] +Triangle: [4085, 4139, 4138] +Triangle: [4410, 4160, 4409] +Triangle: [4408, 4159, 4410] +Triangle: [4157, 4164, 4156] +Triangle: [4156, 4162, 4158] +Triangle: [4220, 4184, 4219] +Triangle: [4178, 4198, 4202] +Triangle: [4413, 4202, 4420] +Triangle: [4215, 4185, 4220] +Triangle: [4176, 4197, 4198] +Triangle: [4424, 4183, 4416] +Triangle: [4218, 4184, 4183] +Triangle: [4169, 4213, 4215] +Triangle: [4419, 4167, 4412] +Triangle: [4204, 4165, 4200] +Triangle: [4171, 4214, 4216] +Triangle: [4169, 4203, 4170] +Triangle: [4201, 4166, 4167] +Triangle: [4214, 4168, 4217] +Triangle: [4411, 4216, 4423] +Triangle: [4199, 4165, 4166] +Triangle: [4157, 4185, 4188] +Triangle: [4157, 4187, 4163] +Triangle: [4408, 4187, 4415] +Triangle: [4161, 4182, 4159] +Triangle: [4158, 4185, 4156] +Triangle: [4158, 4183, 4184] +Triangle: [4160, 4416, 4409] +Triangle: [4159, 4181, 4160] +Triangle: [4205, 4417, 4422] +Triangle: [4205, 4190, 4196] +Triangle: [4207, 4189, 4190] +Triangle: [4209, 4193, 4210] +Triangle: [4421, 4193, 4418] +Triangle: [4212, 4195, 4191] +Triangle: [4208, 4191, 4189] +Triangle: [4206, 4192, 4209] +Triangle: [4174, 4203, 4204] +Triangle: [4173, 4199, 4175] +Triangle: [4175, 4201, 4179] +Triangle: [4174, 4200, 4173] +Triangle: [4179, 4419, 4414] +Triangle: [4198, 4168, 4172] +Triangle: [4420, 4171, 4411] +Triangle: [4202, 4172, 4171] +Triangle: [4178, 4209, 4176] +Triangle: [4175, 4208, 4173] +Triangle: [4175, 4211, 4212] +Triangle: [4414, 4210, 4421] +Triangle: [4177, 4209, 4210] +Triangle: [4174, 4208, 4207] +Triangle: [4180, 4207, 4205] +Triangle: [4180, 4422, 4413] +Triangle: [4423, 4186, 4415] +Triangle: [4182, 4217, 4181] +Triangle: [4216, 4182, 4186] +Triangle: [4215, 4187, 4188] +Triangle: [4167, 4219, 4218] +Triangle: [4412, 4218, 4424] +Triangle: [4169, 4220, 4165] +Triangle: [4166, 4220, 4219] +Triangle: [4115, 4146, 4113] +Triangle: [4150, 4145, 4147] +Triangle: [4191, 4153, 4155] +Triangle: [4417, 4222, 4425] +Triangle: [4426, 4222, 4224] +Triangle: [4281, 4246, 4247] +Triangle: [4040, 4282, 4281] +Triangle: [4427, 4224, 4226] +Triangle: [4223, 4229, 4221] +Triangle: [4035, 4427, 4382] +Triangle: [4232, 4044, 4030] +Triangle: [4235, 4227, 4485] +Triangle: [4325, 4429, 4464] +Triangle: [4245, 4307, 4243] +Triangle: [4239, 4229, 4228] +Triangle: [4225, 4228, 4223] +Triangle: [4242, 4229, 4240] +Triangle: [4235, 4244, 4234] +Triangle: [4244, 4239, 4234] +Triangle: [4243, 4240, 4244] +Triangle: [4111, 4308, 4325] +Triangle: [4039, 4283, 4282] +Triangle: [4041, 4281, 4280] +Triangle: [4269, 4282, 4283] +Triangle: [4280, 4247, 4248] +Triangle: [4403, 4250, 4141] +Triangle: [4251, 4140, 4142] +Triangle: [4141, 4252, 4147] +Triangle: [4393, 4254, 4109] +Triangle: [4255, 4108, 4110] +Triangle: [4109, 4256, 4115] +Triangle: [4432, 4149, 4407] +Triangle: [4259, 4148, 4150] +Triangle: [4149, 4260, 4155] +Triangle: [4147, 4259, 4150] +Triangle: [4115, 4251, 4142] +Triangle: [4261, 4190, 4189] +Triangle: [4263, 4189, 4191] +Triangle: [4190, 4222, 4196] +Triangle: [4155, 4263, 4191] +Triangle: [4258, 4263, 4260] +Triangle: [4257, 4252, 4250] +Triangle: [4249, 4256, 4254] +Triangle: [4373, 4065, 4044] +Triangle: [4267, 4377, 4266] +Triangle: [4268, 4267, 4248] +Triangle: [4434, 4264, 4268] +Triangle: [4038, 4284, 4283] +Triangle: [4283, 4279, 4269] +Triangle: [4435, 4276, 4270] +Triangle: [4438, 4247, 4439] +Triangle: [4271, 4276, 4277] +Triangle: [4434, 4435, 4484] +Triangle: [4440, 4271, 4441] +Triangle: [4441, 4436, 4483] +Triangle: [4442, 4273, 4443] +Triangle: [4482, 4273, 4437] +Triangle: [4445, 4274, 4275] +Triangle: [4446, 4275, 4278] +Triangle: [4262, 4269, 4279] +Triangle: [4224, 4262, 4279] +Triangle: [4224, 4284, 4226] +Triangle: [4037, 4226, 4284] +Triangle: [4292, 4248, 4267] +Triangle: [4280, 4042, 4041] +Triangle: [4447, 4269, 4446] +Triangle: [4285, 4275, 4274] +Triangle: [4449, 4274, 4437] +Triangle: [4481, 4287, 4450] +Triangle: [4287, 4439, 4450] +Triangle: [4271, 4451, 4436] +Triangle: [4451, 4287, 4448] +Triangle: [4288, 4273, 4272] +Triangle: [4289, 4043, 4042] +Triangle: [4231, 4030, 4031] +Triangle: [4289, 4290, 4233] +Triangle: [4292, 4289, 4280] +Triangle: [4231, 4295, 4230] +Triangle: [4291, 4267, 4266] +Triangle: [4062, 4293, 4361] +Triangle: [4369, 4237, 4294] +Triangle: [4066, 4295, 4031] +Triangle: [4243, 4238, 4245] +Triangle: [4238, 4294, 4237] +Triangle: [4486, 4235, 4485] +Triangle: [4194, 4296, 4192] +Triangle: [4221, 4241, 4296] +Triangle: [4195, 4297, 4153] +Triangle: [4453, 4299, 4452] +Triangle: [4405, 4297, 4452] +Triangle: [4193, 4453, 4418] +Triangle: [4301, 4296, 4241] +Triangle: [4192, 4300, 4193] +Triangle: [4302, 4241, 4242] +Triangle: [4304, 4300, 4303] +Triangle: [4301, 4303, 4300] +Triangle: [4321, 4456, 4463] +Triangle: [4307, 4242, 4243] +Triangle: [4302, 4306, 4305] +Triangle: [4303, 4305, 4304] +Triangle: [4154, 4310, 4145] +Triangle: [4454, 4312, 4455] +Triangle: [4152, 4454, 4404] +Triangle: [4401, 4310, 4455] +Triangle: [4315, 4113, 4146] +Triangle: [4314, 4460, 4428] +Triangle: [4144, 4456, 4400] +Triangle: [4143, 4457, 4402] +Triangle: [4245, 4237, 4236] +Triangle: [4313, 4406, 4458] +Triangle: [4299, 4318, 4151] +Triangle: [4306, 4304, 4305] +Triangle: [4318, 4459, 4458] +Triangle: [4460, 4319, 4459] +Triangle: [4313, 4320, 4312] +Triangle: [4308, 4462, 4429] +Triangle: [4236, 4324, 4245] +Triangle: [4312, 4462, 4457] +Triangle: [4316, 4323, 4308] +Triangle: [4228, 4234, 4239] +Triangle: [4461, 4314, 4428] +Triangle: [4392, 4321, 4463] +Triangle: [4112, 4327, 4114] +Triangle: [4327, 4110, 4114] +Triangle: [4112, 4325, 4326] +Triangle: [4467, 4329, 4466] +Triangle: [4465, 4331, 4468] +Triangle: [4464, 4330, 4465] +Triangle: [4461, 4328, 4467] +Triangle: [4332, 4309, 4236] +Triangle: [4332, 4368, 4361] +Triangle: [4329, 4332, 4333] +Triangle: [4468, 4334, 4469] +Triangle: [4470, 4331, 4466] +Triangle: [4336, 4329, 4333] +Triangle: [4480, 4334, 4470] +Triangle: [4265, 4375, 4373] +Triangle: [4487, 4333, 4293] +Triangle: [4033, 4232, 4231] +Triangle: [4344, 3339, 3572] +Triangle: [4345, 3341, 3571] +Triangle: [4338, 3342, 3340] +Triangle: [4339, 3570, 3341] +Triangle: [4340, 3572, 3342] +Triangle: [3339, 4345, 3571] +Triangle: [3343, 4347, 3569] +Triangle: [3568, 4342, 4348] +Triangle: [3345, 4338, 3340] +Triangle: [3558, 4346, 4472] +Triangle: [3569, 4343, 3345] +Triangle: [3343, 4348, 4341] +Triangle: [4407, 4150, 4148] +Triangle: [4474, 4155, 4153] +Triangle: [4479, 4153, 4405] +Triangle: [4403, 4142, 4140] +Triangle: [4475, 4145, 4476] +Triangle: [4478, 4145, 4401] +Triangle: [4344, 4349, 4337] +Triangle: [4345, 4351, 4339] +Triangle: [4350, 4340, 4338] +Triangle: [4339, 4358, 4346] +Triangle: [4352, 4344, 4340] +Triangle: [4337, 4357, 4345] +Triangle: [4341, 4359, 4347] +Triangle: [4342, 4360, 4348] +Triangle: [4343, 4350, 4338] +Triangle: [4472, 4358, 4477] +Triangle: [4347, 4355, 4343] +Triangle: [4341, 4360, 4353] +Triangle: [4333, 4361, 4293] +Triangle: [4061, 4369, 4294] +Triangle: [4063, 4293, 4362] +Triangle: [4059, 4063, 4362] +Triangle: [4368, 4237, 4367] +Triangle: [4047, 4363, 4364] +Triangle: [4065, 4493, 4364] +Triangle: [4045, 4365, 4363] +Triangle: [4062, 4368, 4367] +Triangle: [4062, 4369, 4366] +Triangle: [4057, 4372, 4056] +Triangle: [4365, 4060, 4066] +Triangle: [4233, 4374, 4044] +Triangle: [4290, 4374, 4233] +Triangle: [4373, 4374, 4265] +Triangle: [4375, 4336, 4487] +Triangle: [4375, 4377, 4376] +Triangle: [4376, 4335, 4336] +Triangle: [4472, 4354, 4342] +Triangle: [4146, 4478, 4400] +Triangle: [4144, 4478, 4402] +Triangle: [4402, 4401, 4143] +Triangle: [4142, 4476, 4146] +Triangle: [4141, 4475, 4403] +Triangle: [4404, 4474, 4479] +Triangle: [4152, 4479, 4406] +Triangle: [4406, 4405, 4151] +Triangle: [4154, 4473, 4474] +Triangle: [4149, 4473, 4407] +Triangle: [3344, 4472, 4342] +Triangle: [4433, 4469, 4480] +Triangle: [4264, 4480, 4471] +Triangle: [4471, 4470, 4335] +Triangle: [4335, 4466, 4329] +Triangle: [4327, 4469, 4255] +Triangle: [4322, 4467, 4330] +Triangle: [4325, 4465, 4326] +Triangle: [4326, 4468, 4327] +Triangle: [4330, 4466, 4331] +Triangle: [4392, 4316, 4111] +Triangle: [4309, 4428, 4324] +Triangle: [4457, 4323, 4317] +Triangle: [4429, 4320, 4314] +Triangle: [4460, 4306, 4307] +Triangle: [4458, 4319, 4313] +Triangle: [4458, 4151, 4318] +Triangle: [4402, 4317, 4144] +Triangle: [4400, 4315, 4146] +Triangle: [4428, 4307, 4324] +Triangle: [4143, 4455, 4312] +Triangle: [4404, 4311, 4154] +Triangle: [4311, 4455, 4310] +Triangle: [4463, 4317, 4316] +Triangle: [4418, 4298, 4195] +Triangle: [4151, 4452, 4299] +Triangle: [4298, 4452, 4297] +Triangle: [4288, 4448, 4286] +Triangle: [4436, 4288, 4272] +Triangle: [4450, 4247, 4246] +Triangle: [4286, 4481, 4449] +Triangle: [4449, 4447, 4285] +Triangle: [4481, 4246, 4447] +Triangle: [4286, 4437, 4273] +Triangle: [4285, 4446, 4278] +Triangle: [4269, 4445, 4446] +Triangle: [4261, 4444, 4445] +Triangle: [4432, 4443, 4482] +Triangle: [4258, 4482, 4444] +Triangle: [4444, 4437, 4274] +Triangle: [4250, 4443, 4257] +Triangle: [4249, 4483, 4430] +Triangle: [4430, 4442, 4250] +Triangle: [4483, 4272, 4442] +Triangle: [4254, 4441, 4249] +Triangle: [4253, 4484, 4431] +Triangle: [4431, 4440, 4254] +Triangle: [4484, 4270, 4440] +Triangle: [4276, 4439, 4277] +Triangle: [4268, 4438, 4435] +Triangle: [4253, 4433, 4434] +Triangle: [4257, 4407, 4148] +Triangle: [4108, 4431, 4393] +Triangle: [4140, 4430, 4403] +Triangle: [4464, 4314, 4322] +Triangle: [4382, 4226, 4036] +Triangle: [4225, 4426, 4427] +Triangle: [4223, 4425, 4426] +Triangle: [4194, 4425, 4221] +Triangle: [4412, 4217, 4168] +Triangle: [4213, 4415, 4187] +Triangle: [4413, 4206, 4178] +Triangle: [4179, 4421, 4211] +Triangle: [4203, 4411, 4170] +Triangle: [4414, 4197, 4177] +Triangle: [4211, 4418, 4195] +Triangle: [4206, 4417, 4194] +Triangle: [4162, 4416, 4183] +Triangle: [4161, 4415, 4186] +Triangle: [4170, 4423, 4213] +Triangle: [4197, 4412, 4168] +Triangle: [4424, 4181, 4217] +Triangle: [4180, 4420, 4203] +Triangle: [4163, 4410, 4164] +Triangle: [4164, 4409, 4162] +Triangle: [4084, 4399, 4139] +Triangle: [4105, 4398, 4391] +Triangle: [4093, 4397, 4126] +Triangle: [4095, 4396, 4128] +Triangle: [4639, 4395, 4642] +Triangle: [4092, 4394, 4119] +Triangle: [4128, 4392, 4111] +Triangle: [4397, 4109, 4126] +Triangle: [4383, 4101, 4078] +Triangle: [4076, 4390, 4107] +Triangle: [4135, 4386, 4398] +Triangle: [4637, 4387, 4084] +Triangle: [4139, 4390, 4104] +Triangle: [4097, 4395, 4121] +Triangle: [4076, 4385, 4384] +Triangle: [4082, 4383, 4385] +Triangle: [4380, 4036, 4017] +Triangle: [4477, 4026, 4354] +Triangle: [4007, 4379, 4012] +Triangle: [4379, 4017, 4012] +Triangle: [4026, 4378, 4007] +Triangle: [4377, 4471, 4376] +Triangle: [4487, 4373, 4375] +Triangle: [4489, 4295, 4060] +Triangle: [4055, 4490, 4054] +Triangle: [4227, 4035, 4034] +Triangle: [4060, 4371, 4489] +Triangle: [4492, 4230, 4295] +Triangle: [4033, 4230, 4034] +Triangle: [4227, 4230, 4485] +Triangle: [4486, 4492, 4294] +Triangle: [4492, 4061, 4294] +Triangle: [4494, 4489, 4371] +Triangle: [4371, 4491, 4494] +Triangle: [4061, 4370, 4366] +Triangle: [4494, 4058, 4370] +Triangle: [4497, 4056, 4046] +Triangle: [4053, 4499, 4052] +Triangle: [4052, 4498, 4051] +Triangle: [4495, 4046, 4045] +Triangle: [4496, 4045, 4047] +Triangle: [4047, 4488, 4496] +Triangle: [4055, 4496, 4488] +Triangle: [4501, 4069, 4067] +Triangle: [4071, 4501, 4070] +Triangle: [4072, 4501, 4074] +Triangle: [4501, 4068, 4074] +Triangle: [4054, 4500, 4053] +Triangle: [4491, 4490, 4058] +Triangle: [4525, 3208, 4530] +Triangle: [3408, 3401, 4508] +Triangle: [4519, 2428, 4513] +Triangle: [3400, 4504, 4503] +Triangle: [3415, 4503, 4502] +Triangle: [3413, 4507, 4508] +Triangle: [3350, 3392, 2429] +Triangle: [4504, 3379, 3392] +Triangle: [3402, 3415, 4505] +Triangle: [3347, 4510, 3359] +Triangle: [3347, 2253, 4509] +Triangle: [3414, 4510, 3410] +Triangle: [3394, 4513, 3379] +Triangle: [4511, 3559, 3377] +Triangle: [3388, 4519, 4520] +Triangle: [3409, 4520, 4521] +Triangle: [4511, 2423, 2424] +Triangle: [2451, 2256, 4514] +Triangle: [3386, 4518, 3387] +Triangle: [3379, 4517, 3386] +Triangle: [4522, 3385, 3559] +Triangle: [3384, 4516, 4515] +Triangle: [3383, 4515, 4514] +Triangle: [3378, 4518, 4512] +Triangle: [3409, 3402, 3390] +Triangle: [3382, 4534, 2428] +Triangle: [3217, 4530, 4523] +Triangle: [4527, 3409, 4531] +Triangle: [4527, 4536, 4537] +Triangle: [3381, 4524, 4529] +Triangle: [2270, 3358, 4532] +Triangle: [4528, 3346, 4524] +Triangle: [4531, 3390, 4526] +Triangle: [4540, 4523, 4533] +Triangle: [4532, 3405, 4528] +Triangle: [4529, 2436, 4526] +Triangle: [4527, 4537, 4535] +Triangle: [4534, 4530, 3206] +Triangle: [2282, 2435, 4538] +Triangle: [3349, 4537, 4536] +Triangle: [4538, 3349, 4536] +Triangle: [4525, 4535, 4537] +Triangle: [4539, 3565, 3509] +Triangle: [4539, 2556, 2555] +Triangle: [3505, 4540, 4541] +Triangle: [3506, 4543, 4542] +Triangle: [3507, 4544, 4543] +Triangle: [4545, 3508, 3565] +Triangle: [3506, 2287, 1241] +Triangle: [2557, 4533, 2559] +Triangle: [3216, 3223, 3225] +Triangle: [267, 4546, 2295] +Triangle: [2626, 4547, 4546] +Triangle: [2627, 2816, 4547] +Triangle: [4581, 2695, 2694] +Triangle: [4560, 4581, 4583] +Triangle: [4583, 2693, 4584] +Triangle: [4584, 2692, 4585] +Triangle: [4580, 4561, 4585] +Triangle: [4549, 4580, 4586] +Triangle: [4550, 4586, 4587] +Triangle: [4551, 4587, 4588] +Triangle: [4557, 4589, 4582] +Triangle: [4589, 4555, 4590] +Triangle: [4555, 4596, 4590] +Triangle: [4554, 4592, 4591] +Triangle: [4553, 4593, 4592] +Triangle: [4563, 4588, 4594] +Triangle: [4562, 4594, 4595] +Triangle: [4593, 4562, 4595] +Triangle: [4556, 4571, 4555] +Triangle: [4565, 4548, 4549] +Triangle: [4557, 4572, 4556] +Triangle: [4550, 4565, 4549] +Triangle: [4577, 4559, 4561] +Triangle: [4558, 4573, 4557] +Triangle: [4551, 4566, 4550] +Triangle: [4552, 4578, 4562] +Triangle: [4564, 4561, 4548] +Triangle: [4553, 4568, 4552] +Triangle: [4575, 4560, 4559] +Triangle: [4562, 4579, 4563] +Triangle: [4554, 4569, 4553] +Triangle: [4576, 4558, 4560] +Triangle: [4579, 4551, 4563] +Triangle: [4598, 4570, 4554] +Triangle: [4593, 2688, 2687] +Triangle: [2688, 4594, 2686] +Triangle: [4594, 2689, 2686] +Triangle: [2698, 4593, 2687] +Triangle: [4591, 2698, 2697] +Triangle: [4590, 4597, 2696] +Triangle: [4589, 2696, 2703] +Triangle: [4582, 2703, 2695] +Triangle: [4588, 2690, 2689] +Triangle: [4587, 2691, 2690] +Triangle: [2691, 4580, 2699] +Triangle: [2699, 4585, 2692] +Triangle: [4559, 4585, 4561] +Triangle: [4560, 4584, 4559] +Triangle: [4583, 2694, 2701] +Triangle: [4558, 4582, 4581] +Triangle: [4571, 4598, 4555] +Triangle: [4598, 4591, 4596] +Triangle: [2697, 4599, 4597] +Triangle: [4596, 2697, 4597] +Triangle: [2621, 2628, 4599] +Triangle: [4604, 4605, 4606] +Triangle: [4606, 4608, 4602] +Triangle: [4607, 4606, 4605] +Triangle: [4609, 4608, 4607] +Triangle: [4608, 4610, 4602] +Triangle: [4609, 4612, 4610] +Triangle: [4610, 4612, 4602] +Triangle: [4611, 4614, 4612] +Triangle: [4612, 4614, 4602] +Triangle: [4613, 4616, 4614] +Triangle: [4614, 4616, 4602] +Triangle: [4617, 4616, 4615] +Triangle: [4616, 4618, 4602] +Triangle: [4619, 4618, 4617] +Triangle: [4618, 4620, 4602] +Triangle: [4620, 4622, 4602] +Triangle: [4621, 4620, 4619] +Triangle: [4622, 4624, 4602] +Triangle: [4623, 4622, 4621] +Triangle: [4624, 4626, 4602] +Triangle: [4623, 4626, 4624] +Triangle: [4626, 4628, 4602] +Triangle: [4625, 4628, 4626] +Triangle: [4628, 4630, 4602] +Triangle: [4627, 4630, 4628] +Triangle: [4630, 4632, 4602] +Triangle: [4629, 4632, 4630] +Triangle: [4601, 4632, 4631] +Triangle: [4632, 4633, 4602] +Triangle: [4604, 4602, 4633] +Triangle: [4602, 4604, 4606] +Triangle: [4601, 4604, 4633] +Triangle: [4119, 4643, 4637] +Triangle: [4090, 4642, 4386] +Triangle: [4642, 4091, 4386] +Triangle: [4089, 4639, 4090] +Triangle: [4091, 4634, 4087] +Triangle: [4118, 4637, 4636] +Triangle: [4120, 4636, 4638] +Triangle: [4088, 4640, 4089] +Triangle: [4394, 4641, 4643] +Triangle: [4120, 4634, 4116] +Triangle: [3, 5, 6] +Triangle: [11, 12, 10] +Triangle: [8, 13, 11] +Triangle: [13, 8, 7] +Triangle: [15, 16, 14] +Triangle: [15, 17, 18] +Triangle: [82, 24, 30] +Triangle: [24, 23, 29] +Triangle: [23, 19, 28] +Triangle: [20, 27, 158] +Triangle: [21, 26, 27] +Triangle: [1277, 22, 25] +Triangle: [12, 25, 22] +Triangle: [25, 12, 31] +Triangle: [928, 929, 180] +Triangle: [1113, 35, 36] +Triangle: [11, 37, 31] +Triangle: [1236, 33, 34] +Triangle: [2257, 33, 930] +Triangle: [13, 14, 892] +Triangle: [13, 41, 37] +Triangle: [40, 893, 895] +Triangle: [3, 4, 887] +Triangle: [41, 13, 891] +Triangle: [42, 890, 889] +Triangle: [42, 16, 18] +Triangle: [5, 3, 42] +Triangle: [177, 37, 41] +Triangle: [47, 48, 1203] +Triangle: [1134, 1138, 45] +Triangle: [1101, 1112, 2272] +Triangle: [176, 31, 37] +Triangle: [169, 194, 205] +Triangle: [2259, 69, 70] +Triangle: [182, 64, 66] +Triangle: [26, 66, 64] +Triangle: [73, 74, 72] +Triangle: [7, 74, 73] +Triangle: [76, 75, 77] +Triangle: [71, 72, 77] +Triangle: [76, 80, 79] +Triangle: [84, 83, 82] +Triangle: [79, 80, 83] +Triangle: [75, 79, 85] +Triangle: [71, 85, 86] +Triangle: [73, 86, 17] +Triangle: [84, 86, 85] +Triangle: [81, 17, 86] +Triangle: [74, 7, 8] +Triangle: [120, 9, 10] +Triangle: [10, 22, 89] +Triangle: [88, 89, 113] +Triangle: [111, 96, 95] +Triangle: [119, 116, 90] +Triangle: [115, 94, 91] +Triangle: [136, 137, 154] +Triangle: [117, 119, 92] +Triangle: [107, 105, 101] +Triangle: [110, 104, 98] +Triangle: [109, 106, 102] +Triangle: [110, 103, 99] +Triangle: [105, 109, 100] +Triangle: [104, 107, 97] +Triangle: [92, 90, 1186] +Triangle: [1184, 95, 96] +Triangle: [93, 92, 1185] +Triangle: [121, 115, 87] +Triangle: [147, 1049, 1050] +Triangle: [1179, 94, 95] +Triangle: [91, 94, 1179] +Triangle: [72, 74, 118] +Triangle: [112, 115, 121] +Triangle: [87, 115, 118] +Triangle: [78, 77, 119] +Triangle: [77, 72, 116] +Triangle: [114, 113, 111] +Triangle: [112, 95, 94] +Triangle: [121, 120, 88] +Triangle: [87, 8, 9] +Triangle: [123, 124, 126] +Triangle: [125, 126, 122] +Triangle: [78, 128, 127] +Triangle: [123, 127, 128] +Triangle: [129, 80, 76] +Triangle: [130, 24, 82] +Triangle: [129, 130, 83] +Triangle: [131, 129, 127] +Triangle: [125, 132, 131] +Triangle: [19, 23, 132] +Triangle: [130, 129, 131] +Triangle: [24, 130, 132] +Triangle: [133, 20, 122] +Triangle: [156, 135, 134] +Triangle: [1263, 89, 22] +Triangle: [1268, 113, 89] +Triangle: [1264, 96, 111] +Triangle: [138, 136, 153] +Triangle: [154, 137, 139] +Triangle: [93, 138, 155] +Triangle: [1214, 107, 104] +Triangle: [141, 1164, 1167] +Triangle: [149, 1051, 1217] +Triangle: [1265, 102, 106] +Triangle: [108, 99, 1154] +Triangle: [144, 143, 148] +Triangle: [149, 145, 1052] +Triangle: [1160, 1157, 1226] +Triangle: [1298, 1264, 140] +Triangle: [1157, 1161, 1228] +Triangle: [157, 156, 133] +Triangle: [140, 139, 1183] +Triangle: [1183, 139, 137] +Triangle: [124, 153, 154] +Triangle: [151, 157, 152] +Triangle: [126, 154, 152] +Triangle: [117, 155, 128] +Triangle: [128, 155, 153] +Triangle: [1267, 111, 113] +Triangle: [139, 140, 150] +Triangle: [135, 156, 157] +Triangle: [156, 21, 20] +Triangle: [116, 118, 91] +Triangle: [19, 122, 158] +Triangle: [134, 159, 26] +Triangle: [159, 160, 66] +Triangle: [183, 66, 160] +Triangle: [2260, 70, 161] +Triangle: [1270, 160, 159] +Triangle: [184, 160, 1270] +Triangle: [2261, 161, 1271] +Triangle: [35, 932, 931] +Triangle: [941, 1150, 1142] +Triangle: [1141, 1148, 941] +Triangle: [162, 936, 937] +Triangle: [1070, 942, 1089] +Triangle: [1089, 942, 944] +Triangle: [1272, 1291, 936] +Triangle: [81, 82, 171] +Triangle: [17, 81, 172] +Triangle: [1117, 65, 63] +Triangle: [62, 64, 182] +Triangle: [61, 174, 64] +Triangle: [27, 64, 174] +Triangle: [181, 182, 2290] +Triangle: [2292, 184, 1274] +Triangle: [2291, 183, 184] +Triangle: [2290, 182, 183] +Triangle: [2289, 176, 177] +Triangle: [933, 926, 178] +Triangle: [31, 176, 175] +Triangle: [40, 178, 180] +Triangle: [29, 186, 211] +Triangle: [496, 495, 174] +Triangle: [1074, 53, 56] +Triangle: [188, 56, 58] +Triangle: [1275, 190, 57] +Triangle: [1075, 55, 53] +Triangle: [1075, 193, 54] +Triangle: [195, 205, 204] +Triangle: [189, 58, 57] +Triangle: [194, 191, 51] +Triangle: [170, 191, 194] +Triangle: [163, 189, 190] +Triangle: [1145, 1146, 1076] +Triangle: [1145, 1088, 187] +Triangle: [164, 190, 1275] +Triangle: [165, 188, 189] +Triangle: [1071, 1074, 188] +Triangle: [745, 198, 201] +Triangle: [746, 747, 199] +Triangle: [749, 202, 1276] +Triangle: [744, 201, 203] +Triangle: [753, 751, 2] +Triangle: [750, 203, 202] +Triangle: [746, 200, 198] +Triangle: [748, 196, 197] +Triangle: [205, 195, 206] +Triangle: [205, 194, 52] +Triangle: [204, 52, 752] +Triangle: [939, 938, 63] +Triangle: [67, 937, 939] +Triangle: [208, 43, 18] +Triangle: [172, 209, 207] +Triangle: [171, 210, 209] +Triangle: [291, 556, 559] +Triangle: [540, 225, 490] +Triangle: [558, 560, 490] +Triangle: [286, 510, 508] +Triangle: [234, 235, 244] +Triangle: [945, 237, 236] +Triangle: [238, 237, 945] +Triangle: [948, 947, 231] +Triangle: [242, 239, 948] +Triangle: [949, 241, 242] +Triangle: [245, 244, 236] +Triangle: [243, 234, 245] +Triangle: [248, 243, 246] +Triangle: [245, 237, 238] +Triangle: [247, 249, 246] +Triangle: [260, 261, 267] +Triangle: [264, 262, 263] +Triangle: [264, 265, 261] +Triangle: [234, 482, 484] +Triangle: [483, 482, 234] +Triangle: [260, 266, 268] +Triangle: [269, 272, 271] +Triangle: [270, 273, 272] +Triangle: [243, 248, 259] +Triangle: [257, 270, 269] +Triangle: [280, 217, 580] +Triangle: [276, 579, 580] +Triangle: [214, 578, 579] +Triangle: [279, 278, 219] +Triangle: [537, 275, 213] +Triangle: [218, 280, 575] +Triangle: [511, 510, 286] +Triangle: [287, 289, 494] +Triangle: [541, 287, 491] +Triangle: [559, 557, 485] +Triangle: [1192, 470, 469] +Triangle: [542, 292, 293] +Triangle: [543, 293, 287] +Triangle: [289, 287, 293] +Triangle: [283, 289, 294] +Triangle: [292, 295, 294] +Triangle: [283, 295, 296] +Triangle: [289, 283, 298] +Triangle: [288, 493, 494] +Triangle: [300, 299, 298] +Triangle: [558, 511, 301] +Triangle: [540, 288, 300] +Triangle: [544, 300, 284] +Triangle: [538, 282, 292] +Triangle: [295, 292, 282] +Triangle: [545, 303, 282] +Triangle: [296, 282, 303] +Triangle: [537, 278, 303] +Triangle: [304, 303, 278] +Triangle: [539, 284, 228] +Triangle: [228, 284, 306] +Triangle: [305, 306, 240] +Triangle: [239, 250, 247] +Triangle: [251, 250, 239] +Triangle: [252, 251, 242] +Triangle: [288, 289, 299] +Triangle: [951, 308, 241] +Triangle: [951, 952, 310] +Triangle: [953, 312, 310] +Triangle: [953, 954, 314] +Triangle: [308, 307, 252] +Triangle: [306, 284, 298] +Triangle: [311, 309, 316] +Triangle: [316, 298, 317] +Triangle: [297, 317, 298] +Triangle: [319, 264, 260] +Triangle: [264, 319, 320] +Triangle: [262, 322, 323] +Triangle: [322, 324, 325] +Triangle: [326, 327, 368] +Triangle: [321, 329, 328] +Triangle: [329, 331, 330] +Triangle: [371, 370, 333] +Triangle: [328, 322, 262] +Triangle: [322, 328, 330] +Triangle: [369, 371, 332] +Triangle: [272, 320, 319] +Triangle: [273, 321, 320] +Triangle: [307, 308, 310] +Triangle: [253, 310, 312] +Triangle: [253, 254, 342] +Triangle: [249, 337, 336] +Triangle: [255, 343, 350] +Triangle: [256, 344, 343] +Triangle: [247, 335, 337] +Triangle: [351, 257, 345] +Triangle: [250, 338, 335] +Triangle: [257, 2348, 2346] +Triangle: [250, 251, 339] +Triangle: [259, 347, 346] +Triangle: [251, 252, 340] +Triangle: [248, 336, 347] +Triangle: [307, 253, 341] +Triangle: [306, 316, 309] +Triangle: [482, 2294, 2295] +Triangle: [483, 2296, 2294] +Triangle: [254, 349, 350] +Triangle: [252, 307, 348] +Triangle: [483, 259, 258] +Triangle: [351, 352, 344] +Triangle: [353, 254, 312] +Triangle: [349, 254, 353] +Triangle: [349, 357, 356] +Triangle: [255, 356, 355] +Triangle: [256, 355, 354] +Triangle: [351, 354, 270] +Triangle: [321, 273, 358] +Triangle: [273, 270, 354] +Triangle: [355, 359, 358] +Triangle: [356, 360, 359] +Triangle: [357, 361, 360] +Triangle: [329, 321, 362] +Triangle: [359, 364, 362] +Triangle: [363, 362, 364] +Triangle: [331, 329, 363] +Triangle: [370, 331, 366] +Triangle: [370, 372, 367] +Triangle: [330, 371, 369] +Triangle: [331, 370, 371] +Triangle: [324, 369, 368] +Triangle: [297, 296, 304] +Triangle: [373, 279, 277] +Triangle: [279, 373, 334] +Triangle: [317, 297, 334] +Triangle: [374, 313, 311] +Triangle: [374, 318, 334] +Triangle: [375, 315, 313] +Triangle: [375, 374, 373] +Triangle: [376, 373, 215] +Triangle: [378, 361, 357] +Triangle: [376, 583, 383] +Triangle: [860, 582, 451] +Triangle: [383, 380, 315] +Triangle: [955, 379, 314] +Triangle: [380, 383, 577] +Triangle: [360, 365, 364] +Triangle: [365, 384, 366] +Triangle: [372, 366, 384] +Triangle: [367, 372, 385] +Triangle: [387, 384, 365] +Triangle: [384, 387, 388] +Triangle: [386, 385, 388] +Triangle: [361, 390, 387] +Triangle: [387, 390, 391] +Triangle: [379, 378, 353] +Triangle: [378, 379, 393] +Triangle: [393, 395, 394] +Triangle: [392, 390, 361] +Triangle: [392, 394, 391] +Triangle: [955, 380, 382] +Triangle: [388, 391, 411] +Triangle: [412, 407, 960] +Triangle: [959, 399, 417] +Triangle: [737, 405, 397] +Triangle: [408, 403, 404] +Triangle: [409, 402, 403] +Triangle: [961, 956, 382] +Triangle: [412, 396, 406] +Triangle: [405, 406, 396] +Triangle: [399, 398, 416] +Triangle: [413, 418, 416] +Triangle: [419, 418, 413] +Triangle: [420, 419, 414] +Triangle: [962, 417, 421] +Triangle: [964, 963, 421] +Triangle: [965, 964, 422] +Triangle: [416, 418, 421] +Triangle: [422, 421, 418] +Triangle: [423, 422, 419] +Triangle: [958, 401, 399] +Triangle: [398, 399, 401] +Triangle: [960, 407, 401] +Triangle: [401, 407, 406] +Triangle: [400, 406, 425] +Triangle: [426, 398, 400] +Triangle: [413, 398, 426] +Triangle: [414, 413, 427] +Triangle: [415, 414, 428] +Triangle: [428, 431, 432] +Triangle: [427, 430, 431] +Triangle: [430, 427, 426] +Triangle: [431, 434, 435] +Triangle: [430, 433, 434] +Triangle: [433, 430, 424] +Triangle: [425, 436, 437] +Triangle: [739, 438, 439] +Triangle: [439, 438, 440] +Triangle: [441, 444, 443] +Triangle: [439, 443, 740] +Triangle: [444, 447, 446] +Triangle: [443, 446, 741] +Triangle: [437, 442, 434] +Triangle: [434, 442, 445] +Triangle: [405, 436, 425] +Triangle: [739, 436, 405] +Triangle: [440, 438, 404] +Triangle: [452, 453, 277] +Triangle: [213, 578, 582] +Triangle: [872, 453, 452] +Triangle: [470, 472, 864] +Triangle: [863, 471, 377] +Triangle: [535, 213, 860] +Triangle: [215, 277, 453] +Triangle: [1194, 473, 472] +Triangle: [1195, 1196, 475] +Triangle: [1196, 1197, 476] +Triangle: [1198, 477, 476] +Triangle: [1199, 478, 477] +Triangle: [859, 468, 469] +Triangle: [477, 478, 871] +Triangle: [869, 476, 477] +Triangle: [475, 476, 869] +Triangle: [474, 475, 868] +Triangle: [864, 472, 473] +Triangle: [872, 864, 455] +Triangle: [471, 455, 457] +Triangle: [546, 451, 862] +Triangle: [557, 561, 487] +Triangle: [487, 561, 560] +Triangle: [548, 492, 493] +Triangle: [550, 491, 492] +Triangle: [210, 171, 30] +Triangle: [495, 496, 212] +Triangle: [465, 467, 447] +Triangle: [463, 465, 444] +Triangle: [461, 463, 441] +Triangle: [459, 461, 440] +Triangle: [473, 474, 867] +Triangle: [471, 448, 216] +Triangle: [582, 581, 450] +Triangle: [232, 233, 500] +Triangle: [568, 569, 501] +Triangle: [503, 502, 499] +Triangle: [504, 503, 498] +Triangle: [504, 497, 506] +Triangle: [572, 573, 505] +Triangle: [530, 531, 226] +Triangle: [508, 510, 285] +Triangle: [514, 529, 521] +Triangle: [510, 511, 302] +Triangle: [514, 551, 228] +Triangle: [530, 553, 552] +Triangle: [518, 519, 517] +Triangle: [520, 521, 519] +Triangle: [507, 552, 574] +Triangle: [232, 501, 525] +Triangle: [569, 502, 524] +Triangle: [502, 503, 523] +Triangle: [522, 523, 503] +Triangle: [515, 526, 522] +Triangle: [517, 527, 526] +Triangle: [519, 528, 527] +Triangle: [529, 528, 519] +Triangle: [507, 509, 531] +Triangle: [534, 508, 227] +Triangle: [486, 550, 548] +Triangle: [488, 548, 549] +Triangle: [219, 535, 546] +Triangle: [539, 536, 227] +Triangle: [220, 275, 537] +Triangle: [545, 538, 281] +Triangle: [221, 281, 538] +Triangle: [302, 544, 539] +Triangle: [225, 540, 544] +Triangle: [290, 543, 541] +Triangle: [221, 542, 543] +Triangle: [223, 541, 550] +Triangle: [278, 537, 535] +Triangle: [288, 540, 549] +Triangle: [533, 227, 536] +Triangle: [228, 551, 532] +Triangle: [520, 532, 551] +Triangle: [508, 534, 553] +Triangle: [517, 515, 555] +Triangle: [515, 504, 554] +Triangle: [505, 512, 554] +Triangle: [225, 302, 511] +Triangle: [561, 488, 490] +Triangle: [560, 558, 224] +Triangle: [559, 223, 486] +Triangle: [556, 290, 223] +Triangle: [523, 522, 526] +Triangle: [557, 486, 488] +Triangle: [524, 523, 513] +Triangle: [570, 524, 562] +Triangle: [231, 525, 563] +Triangle: [513, 526, 527] +Triangle: [525, 570, 571] +Triangle: [528, 529, 565] +Triangle: [529, 514, 305] +Triangle: [229, 566, 565] +Triangle: [564, 565, 566] +Triangle: [567, 566, 229] +Triangle: [563, 564, 567] +Triangle: [569, 570, 525] +Triangle: [502, 569, 568] +Triangle: [571, 562, 527] +Triangle: [571, 528, 564] +Triangle: [573, 574, 512] +Triangle: [509, 507, 573] +Triangle: [554, 512, 574] +Triangle: [553, 534, 555] +Triangle: [534, 533, 516] +Triangle: [533, 532, 518] +Triangle: [581, 582, 578] +Triangle: [221, 290, 556] +Triangle: [578, 213, 275] +Triangle: [575, 580, 220] +Triangle: [381, 575, 281] +Triangle: [580, 579, 275] +Triangle: [381, 556, 291] +Triangle: [577, 584, 585] +Triangle: [583, 584, 577] +Triangle: [584, 583, 216] +Triangle: [583, 376, 377] +Triangle: [584, 402, 409] +Triangle: [274, 382, 577] +Triangle: [576, 585, 587] +Triangle: [587, 589, 588] +Triangle: [588, 589, 591] +Triangle: [591, 593, 592] +Triangle: [593, 595, 594] +Triangle: [595, 597, 596] +Triangle: [597, 599, 598] +Triangle: [967, 966, 601] +Triangle: [600, 601, 603] +Triangle: [968, 605, 604] +Triangle: [604, 605, 607] +Triangle: [970, 609, 608] +Triangle: [609, 611, 610] +Triangle: [610, 611, 613] +Triangle: [612, 613, 615] +Triangle: [637, 636, 617] +Triangle: [616, 617, 619] +Triangle: [619, 621, 620] +Triangle: [972, 623, 622] +Triangle: [606, 627, 626] +Triangle: [973, 622, 635] +Triangle: [969, 604, 626] +Triangle: [618, 620, 634] +Triangle: [600, 602, 625] +Triangle: [616, 618, 633] +Triangle: [616, 632, 638] +Triangle: [612, 614, 631] +Triangle: [612, 630, 629] +Triangle: [610, 629, 628] +Triangle: [608, 628, 975] +Triangle: [637, 638, 631] +Triangle: [614, 615, 636] +Triangle: [627, 642, 641] +Triangle: [633, 634, 649] +Triangle: [631, 646, 645] +Triangle: [628, 643, 978] +Triangle: [976, 635, 650] +Triangle: [624, 625, 640] +Triangle: [638, 651, 646] +Triangle: [629, 644, 643] +Triangle: [626, 641, 977] +Triangle: [638, 632, 647] +Triangle: [632, 633, 648] +Triangle: [630, 645, 644] +Triangle: [576, 586, 660] +Triangle: [967, 600, 624] +Triangle: [596, 598, 674] +Triangle: [594, 596, 675] +Triangle: [594, 673, 676] +Triangle: [676, 672, 590] +Triangle: [672, 671, 588] +Triangle: [671, 670, 586] +Triangle: [670, 661, 660] +Triangle: [703, 700, 701] +Triangle: [659, 662, 663] +Triangle: [657, 658, 663] +Triangle: [656, 657, 664] +Triangle: [655, 656, 665] +Triangle: [654, 655, 666] +Triangle: [668, 686, 884] +Triangle: [690, 689, 874] +Triangle: [984, 677, 674] +Triangle: [675, 674, 677] +Triangle: [675, 678, 679] +Triangle: [673, 679, 680] +Triangle: [672, 676, 680] +Triangle: [671, 672, 681] +Triangle: [670, 671, 682] +Triangle: [659, 683, 684] +Triangle: [660, 661, 684] +Triangle: [684, 661, 682] +Triangle: [682, 681, 663] +Triangle: [681, 680, 664] +Triangle: [664, 680, 679] +Triangle: [665, 679, 678] +Triangle: [678, 677, 667] +Triangle: [669, 882, 881] +Triangle: [984, 639, 668] +Triangle: [687, 881, 1009] +Triangle: [686, 668, 639] +Triangle: [977, 986, 686] +Triangle: [644, 645, 990] +Triangle: [980, 654, 878] +Triangle: [987, 988, 703] +Triangle: [989, 990, 645] +Triangle: [654, 694, 693] +Triangle: [980, 653, 695] +Triangle: [653, 685, 696] +Triangle: [996, 697, 696] +Triangle: [985, 688, 698] +Triangle: [1010, 992, 649] +Triangle: [699, 700, 981] +Triangle: [700, 703, 988] +Triangle: [688, 652, 701] +Triangle: [702, 701, 652] +Triangle: [989, 987, 702] +Triangle: [991, 978, 643] +Triangle: [700, 699, 698] +Triangle: [642, 669, 687] +Triangle: [655, 693, 692] +Triangle: [657, 656, 692] +Triangle: [696, 697, 704] +Triangle: [704, 697, 995] +Triangle: [993, 695, 704] +Triangle: [693, 694, 705] +Triangle: [706, 705, 650] +Triangle: [691, 706, 635] +Triangle: [692, 693, 706] +Triangle: [691, 622, 658] +Triangle: [623, 659, 658] +Triangle: [707, 589, 587] +Triangle: [707, 585, 409] +Triangle: [708, 710, 709] +Triangle: [589, 707, 709] +Triangle: [408, 710, 708] +Triangle: [709, 710, 712] +Triangle: [712, 714, 713] +Triangle: [713, 714, 716] +Triangle: [709, 711, 593] +Triangle: [711, 713, 595] +Triangle: [595, 713, 715] +Triangle: [715, 716, 718] +Triangle: [999, 998, 720] +Triangle: [719, 720, 722] +Triangle: [1000, 724, 723] +Triangle: [597, 715, 717] +Triangle: [966, 999, 719] +Triangle: [601, 719, 721] +Triangle: [1001, 723, 605] +Triangle: [619, 617, 731] +Triangle: [733, 732, 731] +Triangle: [274, 660, 1003] +Triangle: [617, 636, 730] +Triangle: [636, 615, 729] +Triangle: [613, 728, 729] +Triangle: [611, 727, 728] +Triangle: [611, 609, 726] +Triangle: [970, 607, 725] +Triangle: [607, 605, 723] +Triangle: [395, 731, 730] +Triangle: [394, 730, 729] +Triangle: [727, 734, 735] +Triangle: [728, 735, 391] +Triangle: [391, 735, 734] +Triangle: [727, 726, 411] +Triangle: [1002, 725, 412] +Triangle: [724, 412, 725] +Triangle: [1000, 722, 720] +Triangle: [412, 724, 718] +Triangle: [718, 716, 397] +Triangle: [712, 710, 408] +Triangle: [438, 739, 737] +Triangle: [740, 741, 445] +Triangle: [738, 740, 442] +Triangle: [436, 739, 738] +Triangle: [404, 737, 736] +Triangle: [714, 712, 410] +Triangle: [716, 714, 736] +Triangle: [1004, 732, 733] +Triangle: [1005, 659, 623] +Triangle: [1005, 619, 732] +Triangle: [158, 174, 495] +Triangle: [185, 186, 29] +Triangle: [495, 60, 185] +Triangle: [2, 751, 752] +Triangle: [52, 51, 748] +Triangle: [55, 746, 745] +Triangle: [58, 750, 749] +Triangle: [59, 204, 751] +Triangle: [56, 744, 750] +Triangle: [57, 749, 1278] +Triangle: [54, 747, 746] +Triangle: [53, 745, 744] +Triangle: [742, 743, 6] +Triangle: [208, 742, 5] +Triangle: [1174, 768, 763] +Triangle: [1171, 1176, 770] +Triangle: [1177, 771, 769] +Triangle: [1176, 1172, 765] +Triangle: [1170, 763, 771] +Triangle: [1171, 764, 768] +Triangle: [1156, 1166, 141] +Triangle: [1173, 767, 773] +Triangle: [1162, 1175, 774] +Triangle: [1175, 769, 774] +Triangle: [1279, 765, 1172] +Triangle: [145, 1159, 1156] +Triangle: [1166, 1169, 1164] +Triangle: [775, 758, 759] +Triangle: [777, 760, 758] +Triangle: [775, 776, 754] +Triangle: [777, 775, 0] +Triangle: [778, 777, 761] +Triangle: [760, 777, 778] +Triangle: [1281, 778, 762] +Triangle: [757, 778, 1281] +Triangle: [830, 785, 1283] +Triangle: [840, 786, 1284] +Triangle: [1289, 850, 784] +Triangle: [851, 852, 793] +Triangle: [842, 794, 789] +Triangle: [832, 792, 787] +Triangle: [852, 854, 801] +Triangle: [844, 802, 794] +Triangle: [834, 800, 792] +Triangle: [855, 856, 809] +Triangle: [846, 810, 805] +Triangle: [836, 808, 803] +Triangle: [856, 857, 813] +Triangle: [847, 814, 810] +Triangle: [837, 812, 808] +Triangle: [854, 850, 786] +Triangle: [840, 785, 802] +Triangle: [830, 783, 800] +Triangle: [829, 782, 805] +Triangle: [839, 781, 806] +Triangle: [855, 849, 779] +Triangle: [837, 814, 818] +Triangle: [847, 813, 817] +Triangle: [858, 857, 811] +Triangle: [858, 853, 798] +Triangle: [843, 797, 818] +Triangle: [833, 795, 816] +Triangle: [1286, 820, 783] +Triangle: [1252, 779, 1285] +Triangle: [1253, 804, 779] +Triangle: [819, 780, 803] +Triangle: [1258, 784, 799] +Triangle: [820, 822, 800] +Triangle: [1255, 791, 788] +Triangle: [823, 787, 792] +Triangle: [824, 792, 800] +Triangle: [1259, 799, 791] +Triangle: [1261, 1260, 796] +Triangle: [826, 816, 795] +Triangle: [1256, 807, 804] +Triangle: [821, 803, 808] +Triangle: [827, 808, 812] +Triangle: [1257, 811, 807] +Triangle: [828, 812, 816] +Triangle: [1261, 815, 811] +Triangle: [760, 828, 826] +Triangle: [757, 827, 828] +Triangle: [755, 821, 827] +Triangle: [758, 826, 825] +Triangle: [761, 0, 824] +Triangle: [0, 754, 823] +Triangle: [762, 761, 822] +Triangle: [756, 819, 821] +Triangle: [1280, 762, 820] +Triangle: [797, 833, 838] +Triangle: [812, 837, 838] +Triangle: [780, 829, 835] +Triangle: [785, 830, 834] +Triangle: [814, 837, 836] +Triangle: [810, 836, 835] +Triangle: [802, 834, 832] +Triangle: [794, 832, 831] +Triangle: [783, 830, 1287] +Triangle: [798, 843, 848] +Triangle: [814, 847, 848] +Triangle: [782, 839, 845] +Triangle: [786, 840, 844] +Triangle: [813, 847, 846] +Triangle: [809, 846, 845] +Triangle: [801, 844, 842] +Triangle: [793, 842, 841] +Triangle: [785, 840, 1288] +Triangle: [815, 796, 853] +Triangle: [817, 813, 857] +Triangle: [806, 781, 849] +Triangle: [799, 784, 850] +Triangle: [807, 811, 857] +Triangle: [804, 807, 856] +Triangle: [791, 799, 854] +Triangle: [788, 791, 852] +Triangle: [1284, 786, 850] +Triangle: [1200, 469, 468] +Triangle: [859, 547, 862] +Triangle: [862, 451, 450] +Triangle: [863, 453, 455] +Triangle: [448, 457, 866] +Triangle: [455, 864, 865] +Triangle: [1194, 1195, 474] +Triangle: [867, 868, 461] +Triangle: [868, 869, 463] +Triangle: [463, 869, 870] +Triangle: [870, 871, 467] +Triangle: [872, 547, 469] +Triangle: [1013, 454, 449] +Triangle: [1018, 743, 742] +Triangle: [1016, 466, 464] +Triangle: [867, 459, 457] +Triangle: [1012, 210, 211] +Triangle: [1020, 742, 208] +Triangle: [1014, 209, 210] +Triangle: [1017, 211, 186] +Triangle: [1014, 456, 454] +Triangle: [866, 873, 403] +Triangle: [459, 873, 866] +Triangle: [1006, 878, 879] +Triangle: [876, 877, 880] +Triangle: [1009, 1008, 876] +Triangle: [882, 875, 883] +Triangle: [875, 882, 885] +Triangle: [667, 879, 878] +Triangle: [688, 883, 875] +Triangle: [652, 875, 874] +Triangle: [685, 653, 877] +Triangle: [982, 668, 880] +Triangle: [690, 885, 882] +Triangle: [685, 876, 1008] +Triangle: [891, 902, 906] +Triangle: [888, 899, 897] +Triangle: [892, 889, 900] +Triangle: [895, 907, 899] +Triangle: [891, 892, 903] +Triangle: [893, 905, 907] +Triangle: [40, 41, 894] +Triangle: [3, 886, 890] +Triangle: [14, 16, 889] +Triangle: [897, 899, 898] +Triangle: [902, 903, 904] +Triangle: [901, 904, 903] +Triangle: [906, 904, 898] +Triangle: [896, 898, 904] +Triangle: [907, 905, 898] +Triangle: [886, 887, 897] +Triangle: [886, 896, 901] +Triangle: [890, 901, 900] +Triangle: [894, 906, 905] +Triangle: [916, 932, 934] +Triangle: [915, 2276, 2268] +Triangle: [913, 928, 935] +Triangle: [919, 914, 179] +Triangle: [909, 38, 2258] +Triangle: [913, 48, 1068] +Triangle: [916, 163, 164] +Triangle: [922, 921, 170] +Triangle: [923, 920, 68] +Triangle: [908, 164, 1273] +Triangle: [920, 922, 169] +Triangle: [926, 935, 928] +Triangle: [927, 914, 919] +Triangle: [930, 925, 912] +Triangle: [930, 909, 2262] +Triangle: [929, 2268, 2279] +Triangle: [929, 928, 913] +Triangle: [931, 932, 916] +Triangle: [911, 917, 934] +Triangle: [910, 918, 935] +Triangle: [936, 921, 922] +Triangle: [938, 939, 920] +Triangle: [1291, 931, 908] +Triangle: [937, 922, 920] +Triangle: [944, 163, 916] +Triangle: [942, 165, 163] +Triangle: [1150, 941, 166] +Triangle: [942, 1070, 1071] +Triangle: [941, 1148, 1080] +Triangle: [688, 985, 1008] +Triangle: [982, 1007, 879] +Triangle: [881, 883, 1008] +Triangle: [877, 1006, 1007] +Triangle: [659, 1005, 1004] +Triangle: [1005, 972, 621] +Triangle: [683, 1004, 1003] +Triangle: [724, 1000, 998] +Triangle: [726, 1002, 957] +Triangle: [609, 970, 1002] +Triangle: [961, 1003, 733] +Triangle: [721, 1001, 968] +Triangle: [599, 717, 999] +Triangle: [722, 1000, 1001] +Triangle: [717, 718, 998] +Triangle: [694, 993, 997] +Triangle: [705, 997, 995] +Triangle: [669, 642, 978] +Triangle: [646, 651, 987] +Triangle: [981, 988, 647] +Triangle: [992, 981, 648] +Triangle: [995, 1010, 979] +Triangle: [697, 996, 1010] +Triangle: [996, 699, 992] +Triangle: [685, 985, 994] +Triangle: [699, 996, 994] +Triangle: [980, 993, 694] +Triangle: [689, 690, 990] +Triangle: [651, 647, 988] +Triangle: [653, 980, 1006] +Triangle: [991, 990, 690] +Triangle: [641, 687, 986] +Triangle: [986, 1009, 884] +Triangle: [677, 984, 982] +Triangle: [639, 984, 983] +Triangle: [598, 967, 983] +Triangle: [974, 977, 640] +Triangle: [634, 976, 979] +Triangle: [975, 978, 642] +Triangle: [971, 975, 627] +Triangle: [602, 969, 974] +Triangle: [620, 973, 976] +Triangle: [621, 972, 973] +Triangle: [607, 970, 971] +Triangle: [603, 968, 969] +Triangle: [598, 599, 966] +Triangle: [389, 960, 958] +Triangle: [386, 958, 959] +Triangle: [327, 326, 964] +Triangle: [332, 963, 964] +Triangle: [333, 962, 963] +Triangle: [393, 956, 961] +Triangle: [367, 959, 962] +Triangle: [411, 957, 960] +Triangle: [379, 955, 956] +Triangle: [380, 955, 954] +Triangle: [315, 954, 953] +Triangle: [313, 953, 952] +Triangle: [309, 311, 952] +Triangle: [309, 951, 949] +Triangle: [240, 949, 950] +Triangle: [950, 948, 230] +Triangle: [239, 238, 947] +Triangle: [947, 945, 232] +Triangle: [945, 946, 233] +Triangle: [1015, 464, 462] +Triangle: [185, 1015, 1011] +Triangle: [209, 1014, 1013] +Triangle: [460, 1017, 1011] +Triangle: [456, 1014, 1012] +Triangle: [458, 1012, 1017] +Triangle: [60, 1016, 1015] +Triangle: [480, 1020, 1019] +Triangle: [479, 1018, 1020] +Triangle: [207, 1013, 1019] +Triangle: [1192, 449, 454] +Triangle: [1029, 1163, 1221] +Triangle: [1209, 1028, 1029] +Triangle: [1155, 1025, 1213] +Triangle: [1299, 1292, 1028] +Triangle: [142, 1053, 1052] +Triangle: [1234, 1027, 1026] +Triangle: [1027, 1022, 1211] +Triangle: [1022, 1021, 1206] +Triangle: [1160, 1165, 1188] +Triangle: [1025, 1024, 1207] +Triangle: [1206, 1021, 1023] +Triangle: [1207, 1024, 1026] +Triangle: [1251, 1245, 1040] +Triangle: [1250, 1251, 1042] +Triangle: [1250, 1041, 1035] +Triangle: [1245, 1244, 1039] +Triangle: [1243, 1036, 1038] +Triangle: [1249, 1038, 1037] +Triangle: [1242, 1033, 1036] +Triangle: [1247, 1035, 1034] +Triangle: [1246, 1034, 1293] +Triangle: [888, 887, 1044] +Triangle: [1044, 1046, 1043] +Triangle: [888, 1048, 1045] +Triangle: [1047, 1045, 1048] +Triangle: [4, 1046, 1044] +Triangle: [895, 1045, 1047] +Triangle: [1054, 1049, 1219] +Triangle: [1052, 1053, 1054] +Triangle: [1053, 1050, 1049] +Triangle: [1056, 1055, 1217] +Triangle: [1216, 1032, 1057] +Triangle: [1032, 1031, 1056] +Triangle: [1031, 1030, 1055] +Triangle: [142, 141, 1050] +Triangle: [772, 1062, 1304] +Triangle: [1064, 1305, 766] +Triangle: [1279, 1294, 1306] +Triangle: [1059, 1064, 774] +Triangle: [767, 1304, 1063] +Triangle: [1305, 1062, 772] +Triangle: [768, 764, 1307] +Triangle: [763, 1308, 1061] +Triangle: [765, 1306, 1060] +Triangle: [771, 1061, 1059] +Triangle: [764, 770, 1060] +Triangle: [768, 1058, 1308] +Triangle: [2245, 50, 1069] +Triangle: [1067, 1083, 2283] +Triangle: [940, 168, 1071] +Triangle: [1073, 1079, 943] +Triangle: [1087, 1074, 1071] +Triangle: [1081, 1073, 167] +Triangle: [1081, 193, 1075] +Triangle: [1087, 192, 1075] +Triangle: [1093, 940, 1070] +Triangle: [1092, 1066, 46] +Triangle: [2274, 2278, 1100] +Triangle: [1146, 1072, 1079] +Triangle: [1076, 1146, 1073] +Triangle: [1078, 1066, 1092] +Triangle: [1082, 1067, 1077] +Triangle: [2244, 1084, 50] +Triangle: [1082, 1131, 1083] +Triangle: [1085, 1147, 168] +Triangle: [1147, 187, 1087] +Triangle: [1076, 1081, 192] +Triangle: [187, 1088, 192] +Triangle: [1151, 1085, 940] +Triangle: [1084, 1151, 1093] +Triangle: [1072, 1149, 1092] +Triangle: [1079, 1092, 1094] +Triangle: [50, 1093, 1090] +Triangle: [1090, 1089, 39] +Triangle: [1138, 1095, 1091] +Triangle: [45, 1091, 1096] +Triangle: [39, 1089, 917] +Triangle: [2277, 2273, 1083] +Triangle: [1132, 1100, 2249] +Triangle: [912, 2280, 38] +Triangle: [1100, 1109, 2250] +Triangle: [1121, 1108, 1107] +Triangle: [1120, 1107, 1099] +Triangle: [2259, 1103, 1106] +Triangle: [1119, 1105, 1295] +Triangle: [1118, 1104, 1105] +Triangle: [1117, 1103, 1104] +Triangle: [1125, 1112, 1101] +Triangle: [1065, 2269, 2275] +Triangle: [1113, 1098, 1108] +Triangle: [2257, 1098, 1097] +Triangle: [35, 1113, 1121] +Triangle: [1135, 2247, 1127] +Triangle: [45, 1140, 1135] +Triangle: [65, 1117, 1118] +Triangle: [67, 1118, 1119] +Triangle: [162, 1119, 1296] +Triangle: [911, 1120, 1114] +Triangle: [924, 1121, 1120] +Triangle: [1115, 1122, 2253] +Triangle: [2254, 1137, 1115] +Triangle: [2266, 1139, 1123] +Triangle: [1123, 1116, 2264] +Triangle: [1103, 1117, 1128] +Triangle: [1111, 1124, 1136] +Triangle: [1098, 1113, 1126] +Triangle: [1065, 1130, 1082] +Triangle: [1130, 49, 1131] +Triangle: [2269, 2274, 1132] +Triangle: [49, 2272, 2277] +Triangle: [1134, 2248, 1137] +Triangle: [1139, 2247, 1135] +Triangle: [1136, 1127, 2247] +Triangle: [2248, 1124, 2251] +Triangle: [1115, 2249, 2250] +Triangle: [1140, 1084, 2244] +Triangle: [1095, 1138, 1078] +Triangle: [1096, 1151, 1084] +Triangle: [1095, 1149, 1143] +Triangle: [1096, 1091, 1143] +Triangle: [1136, 1124, 2248] +Triangle: [1144, 1127, 2248] +Triangle: [166, 1080, 1146] +Triangle: [1086, 166, 1145] +Triangle: [1080, 1148, 1072] +Triangle: [1141, 1149, 1072] +Triangle: [1086, 1147, 1085] +Triangle: [1142, 1150, 1085] +Triangle: [1152, 1143, 1149] +Triangle: [1142, 1151, 1143] +Triangle: [1077, 1067, 1205] +Triangle: [212, 1153, 1016] +Triangle: [1158, 1154, 145] +Triangle: [1181, 1190, 138] +Triangle: [1154, 1162, 1159] +Triangle: [1156, 1159, 774] +Triangle: [1189, 136, 138] +Triangle: [1030, 1155, 1220] +Triangle: [1297, 1172, 102] +Triangle: [1168, 1165, 1229] +Triangle: [1166, 1156, 766] +Triangle: [1169, 1166, 772] +Triangle: [772, 767, 1169] +Triangle: [1163, 1032, 1216] +Triangle: [1164, 144, 146] +Triangle: [1229, 1227, 1031] +Triangle: [1173, 1178, 143] +Triangle: [97, 101, 1171] +Triangle: [98, 1170, 1177] +Triangle: [100, 102, 1172] +Triangle: [103, 1177, 1175] +Triangle: [101, 100, 1176] +Triangle: [98, 97, 1174] +Triangle: [1169, 1173, 144] +Triangle: [99, 1175, 1162] +Triangle: [90, 91, 1182] +Triangle: [1187, 1183, 1235] +Triangle: [1300, 1298, 1187] +Triangle: [1182, 1179, 1231] +Triangle: [1179, 1184, 1222] +Triangle: [1181, 1185, 1223] +Triangle: [1222, 1184, 1180] +Triangle: [1223, 1185, 1186] +Triangle: [1157, 1160, 1189] +Triangle: [136, 1189, 1188] +Triangle: [1188, 1165, 1168] +Triangle: [1161, 1157, 1190] +Triangle: [1235, 1183, 1168] +Triangle: [1161, 1181, 1233] +Triangle: [470, 1192, 1193] +Triangle: [458, 1195, 1194] +Triangle: [480, 1200, 1191] +Triangle: [464, 466, 1199] +Triangle: [464, 1198, 1197] +Triangle: [462, 1197, 1196] +Triangle: [458, 460, 1196] +Triangle: [456, 1194, 1193] +Triangle: [449, 1192, 1200] +Triangle: [1201, 918, 910] +Triangle: [918, 1203, 48] +Triangle: [1201, 1202, 1203] +Triangle: [2278, 2270, 1109] +Triangle: [2285, 2282, 1205] +Triangle: [44, 927, 933] +Triangle: [926, 933, 919] +Triangle: [1221, 1216, 147] +Triangle: [1210, 1220, 1158] +Triangle: [1216, 1219, 1049] +Triangle: [1218, 1217, 1051] +Triangle: [1218, 1219, 1057] +Triangle: [110, 1207, 1208] +Triangle: [109, 1206, 1212] +Triangle: [1213, 1207, 110] +Triangle: [1211, 1206, 109] +Triangle: [1214, 1211, 105] +Triangle: [1266, 1299, 1209] +Triangle: [1220, 1213, 108] +Triangle: [148, 1209, 1215] +Triangle: [1215, 1221, 1167] +Triangle: [1210, 1217, 1055] +Triangle: [1027, 1214, 1208] +Triangle: [1228, 1233, 1025] +Triangle: [1029, 1235, 1230] +Triangle: [1024, 1223, 1224] +Triangle: [1021, 1222, 1232] +Triangle: [1233, 1223, 1024] +Triangle: [1231, 1222, 1021] +Triangle: [1234, 1231, 1022] +Triangle: [1292, 1300, 1225] +Triangle: [1225, 1235, 1029] +Triangle: [1165, 1160, 1227] +Triangle: [1230, 1229, 1032] +Triangle: [1182, 1234, 1224] +Triangle: [1226, 1228, 1155] +Triangle: [1227, 1226, 1030] +Triangle: [69, 1237, 1238] +Triangle: [70, 1238, 1239] +Triangle: [161, 1239, 1301] +Triangle: [1241, 1237, 69] +Triangle: [2289, 1236, 1240] +Triangle: [33, 1236, 925] +Triangle: [202, 1246, 1302] +Triangle: [203, 1247, 1246] +Triangle: [196, 1242, 1243] +Triangle: [2, 1249, 1248] +Triangle: [197, 1243, 1249] +Triangle: [200, 199, 1244] +Triangle: [201, 1250, 1247] +Triangle: [198, 1251, 1250] +Triangle: [198, 200, 1245] +Triangle: [1042, 1040, 1261] +Triangle: [1041, 1042, 1257] +Triangle: [1041, 1256, 1253] +Triangle: [1040, 1039, 1260] +Triangle: [1036, 1259, 1255] +Triangle: [1038, 1255, 1254] +Triangle: [1033, 1258, 1259] +Triangle: [1035, 1253, 1252] +Triangle: [1034, 1252, 1303] +Triangle: [1293, 1303, 1258] +Triangle: [1276, 1302, 1242] +Triangle: [1271, 1301, 1240] +Triangle: [1023, 1232, 1300] +Triangle: [106, 1212, 1299] +Triangle: [1232, 1180, 1298] +Triangle: [143, 1178, 1297] +Triangle: [1272, 1296, 1126] +Triangle: [1296, 1295, 1097] +Triangle: [773, 1063, 1294] +Triangle: [1302, 1293, 1033] +Triangle: [1212, 1023, 1292] +Triangle: [936, 1291, 1290] +Triangle: [921, 1290, 1273] +Triangle: [781, 1284, 1289] +Triangle: [1283, 1288, 839] +Triangle: [1282, 1287, 829] +Triangle: [756, 1280, 1286] +Triangle: [1303, 1285, 784] +Triangle: [819, 1286, 1282] +Triangle: [849, 1289, 1285] +Triangle: [1288, 1284, 781] +Triangle: [1287, 1283, 782] +Triangle: [755, 1281, 1280] +Triangle: [1178, 773, 1279] +Triangle: [1262, 1278, 748] +Triangle: [1278, 1276, 196] +Triangle: [1273, 1275, 191] +Triangle: [1275, 1262, 51] +Triangle: [2293, 1274, 175] +Triangle: [931, 1291, 1272] +Triangle: [2267, 1271, 34] +Triangle: [1274, 1270, 32] +Triangle: [32, 1270, 1269] +Triangle: [150, 1267, 1268] +Triangle: [1180, 96, 1264] +Triangle: [143, 1265, 1266] +Triangle: [140, 1264, 1267] +Triangle: [151, 1268, 1263] +Triangle: [135, 1263, 1277] +Triangle: [134, 1277, 1269] +Triangle: [1316, 1322, 1315] +Triangle: [1317, 1316, 1309] +Triangle: [1311, 1318, 1317] +Triangle: [1320, 1319, 1312] +Triangle: [1321, 1320, 1313] +Triangle: [1322, 1321, 1314] +Triangle: [1323, 1329, 1322] +Triangle: [1324, 1323, 1316] +Triangle: [1318, 323, 1324] +Triangle: [1327, 1326, 1319] +Triangle: [1328, 1327, 1320] +Triangle: [1329, 1328, 1321] +Triangle: [1330, 1337, 1329] +Triangle: [1331, 1330, 1323] +Triangle: [1332, 1331, 1324] +Triangle: [1325, 1333, 1332] +Triangle: [1334, 1333, 1325] +Triangle: [1327, 1335, 1334] +Triangle: [1336, 1335, 1327] +Triangle: [1337, 1336, 1328] +Triangle: [1338, 1345, 1337] +Triangle: [1339, 1338, 1330] +Triangle: [1340, 1339, 1331] +Triangle: [1333, 1341, 1340] +Triangle: [1334, 1342, 1341] +Triangle: [1335, 1343, 1342] +Triangle: [1336, 1344, 1343] +Triangle: [1345, 1344, 1336] +Triangle: [1346, 1353, 1345] +Triangle: [1347, 1346, 1338] +Triangle: [1348, 1347, 1339] +Triangle: [1349, 1348, 1340] +Triangle: [1342, 1350, 1349] +Triangle: [1343, 1351, 1350] +Triangle: [1344, 1352, 1351] +Triangle: [1345, 1353, 1352] +Triangle: [1346, 1354, 1361] +Triangle: [1355, 1354, 1346] +Triangle: [1356, 1355, 1347] +Triangle: [1357, 1356, 1348] +Triangle: [1358, 1357, 1349] +Triangle: [1351, 1359, 1358] +Triangle: [1352, 1360, 1359] +Triangle: [1353, 1361, 1360] +Triangle: [1354, 1362, 1369] +Triangle: [1363, 1362, 1354] +Triangle: [1364, 1363, 1355] +Triangle: [1365, 1364, 1356] +Triangle: [1366, 1365, 1357] +Triangle: [1359, 1367, 1366] +Triangle: [1360, 1368, 1367] +Triangle: [1361, 1369, 1368] +Triangle: [1362, 1370, 1377] +Triangle: [1371, 1370, 1362] +Triangle: [1372, 1371, 1363] +Triangle: [1373, 1372, 1364] +Triangle: [1374, 1373, 1365] +Triangle: [1367, 1375, 1374] +Triangle: [1368, 1376, 1375] +Triangle: [1369, 1377, 1376] +Triangle: [1370, 1378, 1385] +Triangle: [1379, 1378, 1370] +Triangle: [1380, 1379, 1371] +Triangle: [1381, 1380, 1372] +Triangle: [1382, 1381, 1373] +Triangle: [1375, 1383, 1382] +Triangle: [1376, 1384, 1383] +Triangle: [1377, 1385, 1384] +Triangle: [1378, 1386, 1393] +Triangle: [1387, 1386, 1378] +Triangle: [1388, 1387, 1379] +Triangle: [1389, 1388, 1380] +Triangle: [1390, 1389, 1381] +Triangle: [1383, 1391, 1390] +Triangle: [1384, 1392, 1391] +Triangle: [1385, 1393, 1392] +Triangle: [1386, 1394, 1401] +Triangle: [1395, 1394, 1386] +Triangle: [1396, 1395, 1387] +Triangle: [1397, 1396, 1388] +Triangle: [1398, 1397, 1389] +Triangle: [1391, 1399, 1398] +Triangle: [1392, 1400, 1399] +Triangle: [1393, 1401, 1400] +Triangle: [1394, 1402, 1409] +Triangle: [1403, 1402, 1394] +Triangle: [1404, 1403, 1395] +Triangle: [1405, 1404, 1396] +Triangle: [1406, 1405, 1397] +Triangle: [1399, 1407, 1406] +Triangle: [1400, 1408, 1407] +Triangle: [1401, 1409, 1408] +Triangle: [1402, 1410, 1417] +Triangle: [1411, 1410, 1402] +Triangle: [1412, 1411, 1403] +Triangle: [1413, 1412, 1404] +Triangle: [1414, 1413, 1405] +Triangle: [1415, 1414, 1406] +Triangle: [1408, 1416, 1415] +Triangle: [1409, 1417, 1416] +Triangle: [1410, 1418, 1425] +Triangle: [1411, 1419, 1418] +Triangle: [1420, 1419, 1411] +Triangle: [1421, 1420, 1412] +Triangle: [1422, 1421, 1413] +Triangle: [1423, 1422, 1414] +Triangle: [1416, 1424, 1423] +Triangle: [1417, 1425, 1424] +Triangle: [1418, 1426, 1433] +Triangle: [1419, 1427, 1426] +Triangle: [1420, 1428, 1427] +Triangle: [1429, 1428, 1420] +Triangle: [1430, 1429, 1421] +Triangle: [1431, 1430, 1422] +Triangle: [1432, 1431, 1423] +Triangle: [1425, 1433, 1432] +Triangle: [1426, 1434, 1441] +Triangle: [1427, 1435, 1434] +Triangle: [1428, 1436, 1435] +Triangle: [1429, 1437, 1436] +Triangle: [1438, 1437, 1429] +Triangle: [1439, 1438, 1430] +Triangle: [1440, 1439, 1431] +Triangle: [1441, 1440, 1432] +Triangle: [1443, 1451, 1458] +Triangle: [1444, 1452, 1451] +Triangle: [1445, 1453, 1452] +Triangle: [1454, 1453, 1445] +Triangle: [1455, 1454, 1446] +Triangle: [1456, 1455, 1447] +Triangle: [1457, 1456, 1448] +Triangle: [1450, 1458, 1457] +Triangle: [1451, 1459, 1466] +Triangle: [1452, 1460, 1459] +Triangle: [1453, 1461, 1460] +Triangle: [1462, 1461, 1453] +Triangle: [1463, 1462, 1454] +Triangle: [1464, 1463, 1455] +Triangle: [1465, 1464, 1456] +Triangle: [1458, 1466, 1465] +Triangle: [1459, 1467, 1474] +Triangle: [1460, 1468, 1467] +Triangle: [1461, 1469, 1468] +Triangle: [1470, 1469, 1461] +Triangle: [1471, 1470, 1462] +Triangle: [1472, 1471, 1463] +Triangle: [1473, 1472, 1464] +Triangle: [1466, 1474, 1473] +Triangle: [1475, 1482, 1474] +Triangle: [1476, 1475, 1467] +Triangle: [1477, 1476, 1468] +Triangle: [1470, 1478, 1477] +Triangle: [1471, 1479, 1478] +Triangle: [1472, 1480, 1479] +Triangle: [1473, 1481, 1480] +Triangle: [1482, 1481, 1473] +Triangle: [1483, 1490, 1482] +Triangle: [1484, 1483, 1475] +Triangle: [1485, 1484, 1476] +Triangle: [1478, 1486, 1485] +Triangle: [1479, 1487, 1486] +Triangle: [1480, 1488, 1487] +Triangle: [1481, 1489, 1488] +Triangle: [1490, 1489, 1481] +Triangle: [1491, 1498, 1490] +Triangle: [1492, 1491, 1483] +Triangle: [1493, 1492, 1484] +Triangle: [1486, 1494, 1493] +Triangle: [1487, 1495, 1494] +Triangle: [1488, 1496, 1495] +Triangle: [1489, 1497, 1496] +Triangle: [1498, 1497, 1489] +Triangle: [1499, 1506, 1498] +Triangle: [1500, 1499, 1491] +Triangle: [1501, 1500, 1492] +Triangle: [1494, 1502, 1501] +Triangle: [1495, 1503, 1502] +Triangle: [1496, 1504, 1503] +Triangle: [1505, 1504, 1496] +Triangle: [1506, 1505, 1497] +Triangle: [1507, 1514, 1506] +Triangle: [1508, 1507, 1499] +Triangle: [1509, 1508, 1500] +Triangle: [1502, 1510, 1509] +Triangle: [1503, 1511, 1510] +Triangle: [1504, 1512, 1511] +Triangle: [1513, 1512, 1504] +Triangle: [1514, 1513, 1505] +Triangle: [1515, 1522, 1514] +Triangle: [1516, 1515, 1507] +Triangle: [1517, 1516, 1508] +Triangle: [1510, 1518, 1517] +Triangle: [1511, 1519, 1518] +Triangle: [1512, 1520, 1519] +Triangle: [1521, 1520, 1512] +Triangle: [1522, 1521, 1513] +Triangle: [1515, 1523, 1530] +Triangle: [1524, 1523, 1515] +Triangle: [1525, 1524, 1516] +Triangle: [1518, 1526, 1525] +Triangle: [1519, 1527, 1526] +Triangle: [1520, 1528, 1527] +Triangle: [1529, 1528, 1520] +Triangle: [1530, 1529, 1521] +Triangle: [1523, 1531, 1538] +Triangle: [1532, 1531, 1523] +Triangle: [1533, 1532, 1524] +Triangle: [1534, 1533, 1525] +Triangle: [1527, 1535, 1534] +Triangle: [1528, 1536, 1535] +Triangle: [1529, 1537, 1536] +Triangle: [1530, 1538, 1537] +Triangle: [1539, 1546, 1538] +Triangle: [1540, 1539, 1531] +Triangle: [1541, 1540, 1532] +Triangle: [1542, 1541, 1533] +Triangle: [1535, 1543, 1542] +Triangle: [1536, 1544, 1543] +Triangle: [1537, 1545, 1544] +Triangle: [1538, 1546, 1545] +Triangle: [1547, 1554, 1546] +Triangle: [1548, 1547, 1539] +Triangle: [1549, 1548, 1540] +Triangle: [1550, 1549, 1541] +Triangle: [1551, 1550, 1542] +Triangle: [1544, 1552, 1551] +Triangle: [1545, 1553, 1552] +Triangle: [1546, 1554, 1553] +Triangle: [1547, 1555, 1562] +Triangle: [1556, 1555, 1547] +Triangle: [1557, 1556, 1548] +Triangle: [1558, 1557, 1549] +Triangle: [1559, 1558, 1550] +Triangle: [1552, 1560, 1559] +Triangle: [1553, 1561, 1560] +Triangle: [1554, 1562, 1561] +Triangle: [1555, 1563, 1570] +Triangle: [1556, 1564, 1563] +Triangle: [1565, 1564, 1556] +Triangle: [1566, 1565, 1557] +Triangle: [1567, 1566, 1558] +Triangle: [1568, 1567, 1559] +Triangle: [1561, 1569, 1568] +Triangle: [1562, 1570, 1569] +Triangle: [1563, 1571, 1578] +Triangle: [1564, 1572, 1571] +Triangle: [1565, 1573, 1572] +Triangle: [1574, 1573, 1565] +Triangle: [1575, 1574, 1566] +Triangle: [1576, 1575, 1567] +Triangle: [1577, 1576, 1568] +Triangle: [1570, 1578, 1577] +Triangle: [1588, 1595, 1587] +Triangle: [1589, 1588, 1580] +Triangle: [1590, 1589, 1581] +Triangle: [1583, 1591, 1590] +Triangle: [1584, 1592, 1591] +Triangle: [1585, 1593, 1592] +Triangle: [1586, 1594, 1593] +Triangle: [1587, 1595, 1594] +Triangle: [1596, 1603, 1595] +Triangle: [1597, 1596, 1588] +Triangle: [1590, 1598, 1597] +Triangle: [1591, 1599, 1598] +Triangle: [1592, 1600, 1599] +Triangle: [1601, 1600, 1592] +Triangle: [1602, 1601, 1593] +Triangle: [1603, 1602, 1594] +Triangle: [1604, 1611, 1603] +Triangle: [1597, 1605, 1604] +Triangle: [1598, 1606, 1605] +Triangle: [1599, 1607, 1606] +Triangle: [1600, 1608, 1607] +Triangle: [1609, 1608, 1600] +Triangle: [1610, 1609, 1601] +Triangle: [1611, 1610, 1602] +Triangle: [1604, 1612, 1619] +Triangle: [1605, 1613, 1612] +Triangle: [1614, 1613, 1605] +Triangle: [1615, 1614, 1606] +Triangle: [1616, 1615, 1607] +Triangle: [1617, 1616, 1608] +Triangle: [1610, 1618, 1617] +Triangle: [1611, 1619, 1618] +Triangle: [1612, 1620, 1627] +Triangle: [1613, 1621, 1620] +Triangle: [1622, 1621, 1613] +Triangle: [1623, 1622, 1614] +Triangle: [1624, 1623, 1615] +Triangle: [1625, 1624, 1616] +Triangle: [1618, 1626, 1625] +Triangle: [1619, 1627, 1626] +Triangle: [1620, 1628, 1635] +Triangle: [1629, 1628, 1620] +Triangle: [1622, 1630, 1629] +Triangle: [1623, 1631, 1630] +Triangle: [1624, 1632, 1631] +Triangle: [1625, 1633, 1632] +Triangle: [1634, 1633, 1625] +Triangle: [1635, 1634, 1626] +Triangle: [1628, 1636, 1643] +Triangle: [1637, 1636, 1628] +Triangle: [1630, 1638, 1637] +Triangle: [1631, 1639, 1638] +Triangle: [1632, 1640, 1639] +Triangle: [1641, 1640, 1632] +Triangle: [1642, 1641, 1633] +Triangle: [1643, 1642, 1634] +Triangle: [1693, 1649, 1652] +Triangle: [1698, 1686, 1649] +Triangle: [1651, 1650, 1695] +Triangle: [1678, 1651, 1696] +Triangle: [1649, 1653, 1656] +Triangle: [1686, 1687, 1653] +Triangle: [1655, 1654, 1650] +Triangle: [1679, 1655, 1651] +Triangle: [1657, 1660, 1656] +Triangle: [1687, 1688, 1657] +Triangle: [1655, 1659, 1658] +Triangle: [1680, 1659, 1655] +Triangle: [1657, 1661, 1664] +Triangle: [1688, 1689, 1661] +Triangle: [1659, 1663, 1662] +Triangle: [1681, 1663, 1659] +Triangle: [1661, 1665, 1668] +Triangle: [1689, 1690, 1665] +Triangle: [1667, 1666, 1662] +Triangle: [1682, 1667, 1663] +Triangle: [1669, 1672, 1668] +Triangle: [1690, 1691, 1669] +Triangle: [1667, 1671, 1670] +Triangle: [1682, 1683, 1671] +Triangle: [1673, 1676, 1672] +Triangle: [1692, 1673, 1669] +Triangle: [1671, 1675, 1674] +Triangle: [1684, 1675, 1671] +Triangle: [1672, 1676, 1684] +Triangle: [1672, 1683, 1682] +Triangle: [1664, 1668, 1682] +Triangle: [1664, 1681, 1680] +Triangle: [1660, 1680, 1679] +Triangle: [1656, 1679, 1678] +Triangle: [1652, 1678, 1697] +Triangle: [1674, 1692, 1691] +Triangle: [1670, 1691, 1690] +Triangle: [1666, 1690, 1689] +Triangle: [1658, 1662, 1689] +Triangle: [1654, 1658, 1688] +Triangle: [1650, 1654, 1687] +Triangle: [1695, 1650, 1686] +Triangle: [1646, 1695, 1698] +Triangle: [1694, 1697, 1677] +Triangle: [1697, 1696, 1647] +Triangle: [1647, 1696, 1695] +Triangle: [1685, 1698, 1693] +Triangle: [1693, 1694, 1648] +Triangle: [1699, 1703, 1706] +Triangle: [1720, 1721, 1703] +Triangle: [1705, 1704, 1700] +Triangle: [1717, 1705, 1701] +Triangle: [1703, 1707, 1710] +Triangle: [1704, 1708, 1722] +Triangle: [1710, 1718, 1717] +Triangle: [1721, 1722, 1707] +Triangle: [1711, 1714, 1710] +Triangle: [1722, 1723, 1711] +Triangle: [1709, 1713, 1712] +Triangle: [1718, 1719, 1713] +Triangle: [1714, 1719, 1718] +Triangle: [1705, 1717, 1718] +Triangle: [1706, 1717, 1716] +Triangle: [1712, 1723, 1722] +Triangle: [1705, 1709, 1708] +Triangle: [1700, 1704, 1721] +Triangle: [1764, 1760, 1725] +Triangle: [1765, 1762, 1729] +Triangle: [1763, 1726, 1727] +Triangle: [1762, 1766, 1730] +Triangle: [1763, 1764, 1724] +Triangle: [1760, 1765, 1728] +Triangle: [1733, 1731, 1738] +Triangle: [1735, 1742, 1739] +Triangle: [1732, 1739, 1738] +Triangle: [1736, 1743, 1742] +Triangle: [1733, 1740, 1741] +Triangle: [1736, 1737, 1744] +Triangle: [1770, 1745, 1746] +Triangle: [1771, 1748, 1749] +Triangle: [1761, 1727, 1747] +Triangle: [2120, 1730, 1766] +Triangle: [1769, 1747, 1745] +Triangle: [1746, 1748, 1771] +Triangle: [1752, 1757, 1755] +Triangle: [1756, 1758, 1753] +Triangle: [1750, 1755, 1756] +Triangle: [1758, 1759, 1754] +Triangle: [1734, 1741, 1757] +Triangle: [2122, 1744, 1737] +Triangle: [1731, 1733, 1726] +Triangle: [1734, 1727, 1726] +Triangle: [1752, 1747, 1727] +Triangle: [1750, 1745, 1747] +Triangle: [1751, 1746, 1745] +Triangle: [1751, 1753, 1748] +Triangle: [1754, 1749, 1748] +Triangle: [2121, 1737, 1730] +Triangle: [1737, 1736, 1729] +Triangle: [1736, 1735, 1728] +Triangle: [1732, 1725, 1728] +Triangle: [1732, 1731, 1724] +Triangle: [1767, 1771, 2102] +Triangle: [1769, 1770, 2101] +Triangle: [2123, 1766, 2100] +Triangle: [1761, 1769, 2097] +Triangle: [1771, 1768, 2096] +Triangle: [1770, 1767, 2095] +Triangle: [2091, 2099, 1765] +Triangle: [2094, 2098, 1764] +Triangle: [2093, 2100, 1766] +Triangle: [2092, 2094, 1763] +Triangle: [2099, 2093, 1762] +Triangle: [2098, 2091, 1760] +Triangle: [1742, 1775, 1774] +Triangle: [1785, 1774, 1974] +Triangle: [1743, 1776, 1775] +Triangle: [1738, 1739, 1774] +Triangle: [1785, 1784, 1740] +Triangle: [1740, 1784, 1783] +Triangle: [1741, 1783, 1782] +Triangle: [1757, 1782, 1781] +Triangle: [1755, 1781, 1780] +Triangle: [1780, 1779, 1758] +Triangle: [1779, 1778, 1759] +Triangle: [2124, 1777, 1744] +Triangle: [1777, 1776, 1743] +Triangle: [2008, 2033, 2032] +Triangle: [1807, 1806, 2105] +Triangle: [1808, 2107, 2105] +Triangle: [2237, 1790, 1792] +Triangle: [2239, 1791, 1790] +Triangle: [1794, 1795, 1812] +Triangle: [1795, 1796, 1814] +Triangle: [1793, 1794, 1813] +Triangle: [1816, 1814, 1796] +Triangle: [1811, 1791, 1793] +Triangle: [1816, 1797, 1792] +Triangle: [2241, 2240, 1798] +Triangle: [2242, 2241, 1799] +Triangle: [2240, 1793, 1791] +Triangle: [1800, 1801, 2230] +Triangle: [1801, 1800, 1804] +Triangle: [2112, 2108, 1804] +Triangle: [1773, 1808, 1806] +Triangle: [1772, 1806, 1807] +Triangle: [1789, 1801, 2235] +Triangle: [2114, 1798, 1788] +Triangle: [1791, 1811, 1809] +Triangle: [1790, 1809, 1810] +Triangle: [1823, 1821, 1820] +Triangle: [2127, 1825, 1820] +Triangle: [2126, 1817, 1825] +Triangle: [1819, 1823, 1825] +Triangle: [1880, 1845, 1846] +Triangle: [1859, 1837, 2130] +Triangle: [1864, 1863, 1839] +Triangle: [2141, 2132, 1849] +Triangle: [1858, 1838, 1837] +Triangle: [1842, 1844, 1879] +Triangle: [1879, 1844, 1845] +Triangle: [1876, 1874, 1831] +Triangle: [1829, 1828, 2387] +Triangle: [2392, 2129, 1830] +Triangle: [2140, 1875, 1833] +Triangle: [2390, 2389, 1864] +Triangle: [2387, 1828, 1827] +Triangle: [1875, 1878, 1829] +Triangle: [1874, 1877, 1832] +Triangle: [2385, 1827, 1826] +Triangle: [2126, 2132, 1846] +Triangle: [1824, 1848, 1849] +Triangle: [1822, 1847, 1848] +Triangle: [2133, 1847, 1822] +Triangle: [1817, 1846, 1845] +Triangle: [1845, 1844, 1823] +Triangle: [1844, 1842, 1821] +Triangle: [1842, 1843, 1820] +Triangle: [1855, 1857, 1866] +Triangle: [1857, 1851, 1868] +Triangle: [2135, 1850, 1869] +Triangle: [1871, 1854, 1853] +Triangle: [1872, 1856, 1854] +Triangle: [1873, 1852, 1856] +Triangle: [1869, 1850, 1852] +Triangle: [2138, 2134, 1855] +Triangle: [1865, 1864, 1841] +Triangle: [1836, 1860, 1861] +Triangle: [1840, 1862, 1860] +Triangle: [2131, 2136, 1865] +Triangle: [1858, 1862, 1840] +Triangle: [2383, 1858, 1859] +Triangle: [2389, 2388, 1863] +Triangle: [2384, 1859, 2137] +Triangle: [2138, 1867, 1839] +Triangle: [1834, 1869, 1873] +Triangle: [1836, 1873, 1872] +Triangle: [1840, 1872, 1871] +Triangle: [1838, 1871, 1870] +Triangle: [2139, 1869, 1834] +Triangle: [1866, 1868, 1835] +Triangle: [1867, 1866, 1841] +Triangle: [1847, 1877, 1874] +Triangle: [1843, 1842, 1878] +Triangle: [2133, 1843, 1875] +Triangle: [1848, 1874, 1876] +Triangle: [1828, 1879, 1880] +Triangle: [1878, 1879, 1828] +Triangle: [2129, 2141, 1876] +Triangle: [1827, 1880, 1881] +Triangle: [2152, 2151, 1902] +Triangle: [2150, 2152, 1901] +Triangle: [1899, 1898, 1906] +Triangle: [1898, 1900, 1904] +Triangle: [1926, 1927, 1962] +Triangle: [1940, 1918, 1920] +Triangle: [1944, 1920, 2155] +Triangle: [1927, 1930, 1957] +Triangle: [1939, 1919, 1918] +Triangle: [2166, 2158, 1925] +Triangle: [1960, 1925, 1926] +Triangle: [1955, 1912, 1911] +Triangle: [2161, 2154, 1909] +Triangle: [1907, 1911, 1946] +Triangle: [1956, 1914, 1913] +Triangle: [1911, 1912, 1945] +Triangle: [1943, 1909, 1908] +Triangle: [1956, 1959, 1910] +Triangle: [1958, 1913, 2153] +Triangle: [1941, 1908, 1907] +Triangle: [1899, 1930, 1927] +Triangle: [1929, 1930, 1899] +Triangle: [2150, 2157, 1929] +Triangle: [1924, 1928, 1903] +Triangle: [1927, 1926, 1900] +Triangle: [1900, 1926, 1925] +Triangle: [2158, 1923, 1902] +Triangle: [1923, 1924, 1901] +Triangle: [2159, 1938, 1947] +Triangle: [1947, 1938, 1932] +Triangle: [1949, 1932, 1931] +Triangle: [1935, 1934, 1951] +Triangle: [2163, 2160, 1935] +Triangle: [1954, 1933, 1937] +Triangle: [1950, 1931, 1933] +Triangle: [1934, 1936, 1948] +Triangle: [1945, 1922, 1916] +Triangle: [1941, 1942, 1915] +Triangle: [1943, 1941, 1917] +Triangle: [1942, 1946, 1916] +Triangle: [2161, 1943, 1921] +Triangle: [1910, 1939, 1940] +Triangle: [1913, 1944, 2162] +Triangle: [1914, 1940, 1944] +Triangle: [1951, 1948, 1920] +Triangle: [1950, 1954, 1917] +Triangle: [1917, 1954, 1953] +Triangle: [2156, 2163, 1952] +Triangle: [1919, 1952, 1951] +Triangle: [1916, 1949, 1950] +Triangle: [1922, 1947, 1949] +Triangle: [2164, 1947, 1922] +Triangle: [1928, 1958, 2165] +Triangle: [1924, 1923, 1959] +Triangle: [1924, 1956, 1958] +Triangle: [1929, 1955, 1957] +Triangle: [1909, 1960, 1961] +Triangle: [2154, 2166, 1960] +Triangle: [1962, 1957, 1911] +Triangle: [1908, 1961, 1962] +Triangle: [1857, 1855, 1888] +Triangle: [1887, 1896, 1892] +Triangle: [1895, 1937, 1933] +Triangle: [1964, 1938, 2159] +Triangle: [2168, 1966, 1964] +Triangle: [1988, 2024, 2023] +Triangle: [1782, 2023, 2024] +Triangle: [2169, 1968, 1966] +Triangle: [1971, 1970, 1965] +Triangle: [2169, 1967, 1777] +Triangle: [1974, 1772, 1786] +Triangle: [1969, 1976, 1977] +Triangle: [2171, 2050, 2067] +Triangle: [1987, 1985, 2049] +Triangle: [1971, 1982, 1981] +Triangle: [1970, 1969, 1967] +Triangle: [1971, 1983, 1984] +Triangle: [1986, 1980, 1977] +Triangle: [1986, 1976, 1981] +Triangle: [1985, 1986, 1982] +Triangle: [1853, 2067, 2050] +Triangle: [2025, 1780, 1781] +Triangle: [1783, 2022, 2023] +Triangle: [2024, 1988, 2011] +Triangle: [2022, 1990, 1989] +Triangle: [2145, 1883, 1992] +Triangle: [1882, 1991, 1993] +Triangle: [1883, 1889, 1994] +Triangle: [2135, 1851, 1996] +Triangle: [1850, 1995, 1997] +Triangle: [1851, 1857, 1998] +Triangle: [1891, 2000, 2174] +Triangle: [1890, 1999, 2001] +Triangle: [1891, 1897, 2002] +Triangle: [2001, 1994, 1889] +Triangle: [1857, 1884, 1993] +Triangle: [1932, 2004, 2003] +Triangle: [1931, 2003, 2005] +Triangle: [1932, 1938, 1964] +Triangle: [2005, 2002, 1897] +Triangle: [2000, 2002, 2005] +Triangle: [1994, 2001, 1999] +Triangle: [1991, 1996, 1998] +Triangle: [1807, 1805, 2115] +Triangle: [2119, 2006, 2009] +Triangle: [2010, 1990, 2009] +Triangle: [2176, 2010, 2006] +Triangle: [1780, 2025, 2026] +Triangle: [2025, 2011, 2021] +Triangle: [2177, 2012, 2018] +Triangle: [1989, 1990, 2180] +Triangle: [2013, 2019, 2018] +Triangle: [2177, 2010, 2176] +Triangle: [2013, 2012, 2182] +Triangle: [2178, 2013, 2183] +Triangle: [2015, 2014, 2184] +Triangle: [2224, 2179, 2015] +Triangle: [2187, 2017, 2016] +Triangle: [2188, 2020, 2017] +Triangle: [2004, 2021, 2011] +Triangle: [1966, 2021, 2004] +Triangle: [1966, 1968, 2026] +Triangle: [1779, 2026, 1968] +Triangle: [2034, 2009, 1990] +Triangle: [1784, 2031, 2022] +Triangle: [2189, 2188, 2011] +Triangle: [2017, 2020, 2027] +Triangle: [2016, 2027, 2191] +Triangle: [2223, 2192, 2029] +Triangle: [2181, 2019, 2029] +Triangle: [2193, 2019, 2013] +Triangle: [2029, 2019, 2193] +Triangle: [2015, 2028, 2030] +Triangle: [1785, 1975, 2031] +Triangle: [1772, 1974, 1973] +Triangle: [2031, 1975, 2032] +Triangle: [2031, 2033, 2034] +Triangle: [2037, 1773, 1973] +Triangle: [2009, 2034, 2033] +Triangle: [2035, 2104, 1804] +Triangle: [1979, 2109, 2111] +Triangle: [2037, 1802, 1808] +Triangle: [1980, 1986, 1985] +Triangle: [1980, 1979, 2036] +Triangle: [1977, 1980, 2228] +Triangle: [2038, 1963, 1936] +Triangle: [1963, 2038, 1983] +Triangle: [1937, 1895, 2039] +Triangle: [2195, 2194, 2041] +Triangle: [2147, 2194, 2039] +Triangle: [2195, 2042, 1935] +Triangle: [2043, 1983, 2038] +Triangle: [1934, 1935, 2042] +Triangle: [1983, 2043, 2044] +Triangle: [2046, 2045, 2042] +Triangle: [2045, 2044, 2043] +Triangle: [2198, 2057, 2063] +Triangle: [2049, 1985, 1984] +Triangle: [2048, 1984, 2044] +Triangle: [2047, 2044, 2045] +Triangle: [1896, 1887, 2052] +Triangle: [2196, 2197, 2054] +Triangle: [2196, 2055, 1894] +Triangle: [2143, 2197, 2052] +Triangle: [1855, 2063, 2057] +Triangle: [2202, 2062, 2056] +Triangle: [2198, 2059, 1886] +Triangle: [2199, 2054, 1885] +Triangle: [1979, 1980, 1987] +Triangle: [2148, 1894, 2055] +Triangle: [2060, 2046, 2041] +Triangle: [2048, 2047, 2046] +Triangle: [2201, 2048, 2060] +Triangle: [2202, 2201, 2061] +Triangle: [2062, 2061, 2055] +Triangle: [2204, 2065, 2050] +Triangle: [1978, 1987, 2066] +Triangle: [2204, 2062, 2054] +Triangle: [2058, 2050, 2065] +Triangle: [1970, 1981, 1976] +Triangle: [2203, 2170, 2056] +Triangle: [2134, 2205, 2063] +Triangle: [1854, 1856, 2069] +Triangle: [1852, 1997, 2069] +Triangle: [1854, 2068, 2067] +Triangle: [2209, 2208, 2071] +Triangle: [2207, 2210, 2073] +Triangle: [2206, 2207, 2072] +Triangle: [2203, 2209, 2070] +Triangle: [2051, 2070, 2074] +Triangle: [2110, 1978, 2074] +Triangle: [2071, 2075, 2074] +Triangle: [2076, 2073, 2210] +Triangle: [2073, 2076, 2212] +Triangle: [2071, 2077, 2078] +Triangle: [2222, 2212, 2076] +Triangle: [2117, 2008, 2007] +Triangle: [2229, 2035, 2075] +Triangle: [1974, 1774, 1775] +Triangle: [1058, 2079, 2086] +Triangle: [1060, 2081, 2087] +Triangle: [1061, 2082, 2080] +Triangle: [1306, 2088, 2081] +Triangle: [1308, 2086, 2082] +Triangle: [1058, 1307, 2087] +Triangle: [2089, 2083, 1062] +Triangle: [1304, 2090, 2084] +Triangle: [2080, 2085, 1064] +Triangle: [1294, 2214, 2088] +Triangle: [2085, 2089, 1305] +Triangle: [1062, 2083, 2090] +Triangle: [2149, 1890, 1892] +Triangle: [2216, 1895, 1897] +Triangle: [2221, 2147, 1895] +Triangle: [2145, 1882, 1884] +Triangle: [1887, 1889, 2217] +Triangle: [2220, 2143, 1887] +Triangle: [2086, 2079, 2091] +Triangle: [2087, 2081, 2093] +Triangle: [2082, 2094, 2092] +Triangle: [2081, 2088, 2100] +Triangle: [2086, 2098, 2094] +Triangle: [2079, 2087, 2099] +Triangle: [2101, 2095, 2083] +Triangle: [2102, 2096, 2084] +Triangle: [2092, 2097, 2085] +Triangle: [2214, 2219, 2100] +Triangle: [2097, 2101, 2089] +Triangle: [2083, 2095, 2102] +Triangle: [2103, 2074, 2075] +Triangle: [1803, 2036, 2111] +Triangle: [1805, 2104, 2035] +Triangle: [1801, 2104, 1805] +Triangle: [2110, 2109, 1979] +Triangle: [2105, 1787, 1789] +Triangle: [2235, 1805, 1807] +Triangle: [2107, 1788, 1787] +Triangle: [2110, 2103, 1804] +Triangle: [2111, 2109, 1804] +Triangle: [1799, 1798, 2114] +Triangle: [1802, 2114, 2107] +Triangle: [2032, 1975, 2116] +Triangle: [2116, 1786, 2115] +Triangle: [2078, 2118, 2117] +Triangle: [2117, 2118, 2119] +Triangle: [2118, 2078, 2077] +Triangle: [2096, 2219, 2214] +Triangle: [2220, 2218, 1888] +Triangle: [1886, 2144, 2220] +Triangle: [2144, 1885, 2143] +Triangle: [2218, 2217, 1884] +Triangle: [1883, 2145, 2217] +Triangle: [2146, 2221, 2216] +Triangle: [1894, 2148, 2221] +Triangle: [2148, 1893, 2147] +Triangle: [1896, 2216, 2215] +Triangle: [1891, 2149, 2215] +Triangle: [1063, 2084, 2214] +Triangle: [2175, 2222, 2211] +Triangle: [2006, 2213, 2222] +Triangle: [2213, 2077, 2212] +Triangle: [2208, 2212, 2077] +Triangle: [2211, 2210, 2069] +Triangle: [2064, 2072, 2209] +Triangle: [2067, 2068, 2207] +Triangle: [2068, 2069, 2210] +Triangle: [2072, 2073, 2208] +Triangle: [2058, 2205, 2134] +Triangle: [2051, 2066, 2170] +Triangle: [2065, 2204, 2199] +Triangle: [2062, 2204, 2171] +Triangle: [2048, 2201, 2202] +Triangle: [2061, 2201, 2200] +Triangle: [1893, 2148, 2200] +Triangle: [2059, 2199, 2144] +Triangle: [2057, 2198, 2142] +Triangle: [2049, 2202, 2170] +Triangle: [1885, 2054, 2197] +Triangle: [2053, 2196, 2146] +Triangle: [2053, 2052, 2197] +Triangle: [2059, 2198, 2205] +Triangle: [2040, 2195, 2160] +Triangle: [1893, 2041, 2194] +Triangle: [2040, 2039, 2194] +Triangle: [2190, 2193, 2030] +Triangle: [2030, 2193, 2178] +Triangle: [1989, 2181, 2192] +Triangle: [2223, 2190, 2028] +Triangle: [2189, 2223, 2191] +Triangle: [1988, 2192, 2223] +Triangle: [2179, 2191, 2028] +Triangle: [2027, 2020, 2188] +Triangle: [2011, 2188, 2187] +Triangle: [2003, 2187, 2186] +Triangle: [2174, 2224, 2185] +Triangle: [2000, 2186, 2224] +Triangle: [2186, 2016, 2179] +Triangle: [2185, 2184, 1992] +Triangle: [2225, 2183, 1991] +Triangle: [2184, 2225, 2172] +Triangle: [2014, 2178, 2225] +Triangle: [2183, 2182, 1996] +Triangle: [2226, 2176, 1995] +Triangle: [2182, 2226, 2173] +Triangle: [2012, 2177, 2226] +Triangle: [2181, 2180, 2018] +Triangle: [2010, 2177, 2180] +Triangle: [1995, 2176, 2175] +Triangle: [2149, 2174, 1999] +Triangle: [1850, 2135, 2173] +Triangle: [1882, 2145, 2172] +Triangle: [2056, 2171, 2206] +Triangle: [1968, 2169, 2124] +Triangle: [1967, 2169, 2168] +Triangle: [1965, 2168, 2167] +Triangle: [2167, 2159, 1936] +Triangle: [1959, 2166, 2154] +Triangle: [2157, 2165, 1955] +Triangle: [1948, 2164, 2155] +Triangle: [1921, 1953, 2163] +Triangle: [2153, 2162, 1945] +Triangle: [1939, 2161, 2156] +Triangle: [1953, 1937, 2160] +Triangle: [1948, 1936, 2159] +Triangle: [1904, 1925, 2158] +Triangle: [1903, 1928, 2157] +Triangle: [2165, 2153, 1912] +Triangle: [1939, 1910, 2154] +Triangle: [1923, 2158, 2166] +Triangle: [2162, 2155, 1922] +Triangle: [1905, 1906, 2152] +Triangle: [1906, 1904, 2151] +Triangle: [1826, 1881, 2141] +Triangle: [1847, 2133, 2140] +Triangle: [1835, 1868, 2139] +Triangle: [1837, 1870, 2138] +Triangle: [2388, 2391, 2137] +Triangle: [1834, 1861, 2136] +Triangle: [1870, 1853, 2134] +Triangle: [1851, 2135, 2139] +Triangle: [1843, 2133, 2125] +Triangle: [1818, 1849, 2132] +Triangle: [1877, 2140, 2128] +Triangle: [2386, 1826, 2129] +Triangle: [1881, 1846, 2132] +Triangle: [2137, 2130, 1839] +Triangle: [1818, 2126, 2127] +Triangle: [1824, 2127, 2125] +Triangle: [1778, 2124, 2122] +Triangle: [1768, 2123, 2219] +Triangle: [2121, 2120, 1749] +Triangle: [1759, 2122, 2121] +Triangle: [1768, 1749, 2120] +Triangle: [2119, 2118, 2213] +Triangle: [2115, 1805, 2229] +Triangle: [2037, 2234, 2231] +Triangle: [2232, 2230, 1797] +Triangle: [1777, 1967, 1969] +Triangle: [1802, 2231, 2113] +Triangle: [1972, 2227, 2234] +Triangle: [1775, 1776, 1972] +Triangle: [1969, 2227, 1972] +Triangle: [2228, 2036, 2234] +Triangle: [1803, 2231, 2234] +Triangle: [2231, 1803, 2236] +Triangle: [2113, 2236, 2233] +Triangle: [1803, 2108, 2112] +Triangle: [1800, 2233, 2236] +Triangle: [1798, 2240, 2239] +Triangle: [1795, 1794, 2241] +Triangle: [1794, 1793, 2240] +Triangle: [1788, 2239, 2237] +Triangle: [1787, 2237, 2238] +Triangle: [2230, 1801, 1789] +Triangle: [1797, 2230, 2238] +Triangle: [2243, 1809, 1811] +Triangle: [2243, 1815, 1813] +Triangle: [1814, 1816, 2243] +Triangle: [1810, 1809, 2243] +Triangle: [1796, 1795, 2242] +Triangle: [2232, 2242, 2233] +Triangle: [2271, 2276, 915] +Triangle: [1124, 1111, 1132] +Triangle: [38, 1102, 2264] +Triangle: [1123, 2245, 2246] +Triangle: [1139, 2244, 2245] +Triangle: [1137, 2251, 2249] +Triangle: [1114, 2246, 1069] +Triangle: [1099, 1116, 2246] +Triangle: [1125, 2247, 1139] +Triangle: [2254, 2252, 1066] +Triangle: [1066, 2252, 2253] +Triangle: [1138, 1134, 2254] +Triangle: [2258, 2264, 1116] +Triangle: [1295, 2267, 2255] +Triangle: [1110, 2265, 2264] +Triangle: [1133, 2266, 2265] +Triangle: [33, 2257, 2255] +Triangle: [69, 2259, 2256] +Triangle: [2263, 2262, 1107] +Triangle: [2262, 2258, 1099] +Triangle: [1105, 2261, 2267] +Triangle: [1104, 2260, 2261] +Triangle: [1103, 2259, 2260] +Triangle: [1098, 2257, 2263] +Triangle: [1125, 2266, 1133] +Triangle: [2280, 2281, 1102] +Triangle: [2276, 912, 925] +Triangle: [2273, 2277, 1133] +Triangle: [2273, 2284, 2283] +Triangle: [2269, 1111, 1101] +Triangle: [2270, 2278, 1077] +Triangle: [2274, 2269, 1065] +Triangle: [2277, 2272, 1112] +Triangle: [2268, 925, 2288] +Triangle: [2278, 2274, 1129] +Triangle: [2275, 2272, 49] +Triangle: [1110, 1102, 2281] +Triangle: [2281, 2284, 2273] +Triangle: [2280, 912, 2276] +Triangle: [2282, 2285, 48] +Triangle: [2284, 2271, 1068] +Triangle: [2285, 2283, 1068] +Triangle: [2281, 2280, 2271] +Triangle: [1301, 2293, 2286] +Triangle: [176, 2289, 2286] +Triangle: [1236, 2289, 2288] +Triangle: [1237, 2290, 2291] +Triangle: [1238, 2291, 2292] +Triangle: [1239, 2292, 2293] +Triangle: [2287, 2290, 1237] +Triangle: [2279, 2288, 177] +Triangle: [932, 35, 924] +Triangle: [2294, 266, 267] +Triangle: [2296, 268, 266] +Triangle: [481, 269, 268] +Triangle: [2330, 343, 344] +Triangle: [2330, 2307, 2309] +Triangle: [342, 350, 2332] +Triangle: [341, 342, 2333] +Triangle: [2310, 2297, 2329] +Triangle: [2329, 2297, 2298] +Triangle: [2335, 2298, 2299] +Triangle: [2336, 2299, 2300] +Triangle: [2338, 2305, 2306] +Triangle: [2338, 2339, 2304] +Triangle: [2345, 2347, 2304] +Triangle: [2341, 2302, 2303] +Triangle: [2342, 2301, 2302] +Triangle: [2337, 2300, 2312] +Triangle: [2343, 2312, 2311] +Triangle: [2342, 2344, 2311] +Triangle: [2305, 2304, 2320] +Triangle: [2297, 2313, 2314] +Triangle: [2306, 2305, 2321] +Triangle: [2299, 2298, 2314] +Triangle: [2308, 2324, 2326] +Triangle: [2307, 2306, 2322] +Triangle: [2300, 2299, 2315] +Triangle: [2301, 2311, 2327] +Triangle: [2310, 2326, 2313] +Triangle: [2302, 2301, 2317] +Triangle: [2309, 2325, 2324] +Triangle: [2311, 2312, 2328] +Triangle: [2303, 2302, 2318] +Triangle: [2307, 2323, 2325] +Triangle: [2300, 2316, 2328] +Triangle: [2347, 2303, 2319] +Triangle: [337, 2344, 2342] +Triangle: [337, 335, 2343] +Triangle: [338, 2337, 2343] +Triangle: [347, 336, 2342] +Triangle: [347, 2341, 2340] +Triangle: [2346, 2345, 2339] +Triangle: [345, 2339, 2338] +Triangle: [352, 2338, 2331] +Triangle: [339, 2336, 2337] +Triangle: [340, 2335, 2336] +Triangle: [340, 348, 2329] +Triangle: [2334, 2329, 348] +Triangle: [2334, 2333, 2308] +Triangle: [2333, 2332, 2309] +Triangle: [343, 2330, 2332] +Triangle: [2307, 2330, 2331] +Triangle: [2347, 2349, 2320] +Triangle: [2347, 2345, 2340] +Triangle: [2348, 258, 346] +Triangle: [2345, 2346, 346] +Triangle: [269, 481, 258] +Triangle: [2353, 2355, 2354] +Triangle: [2355, 2357, 2356] +Triangle: [2357, 2359, 2358] +Triangle: [2358, 2359, 2361] +Triangle: [2360, 2361, 2363] +Triangle: [2362, 2363, 2365] +Triangle: [2365, 2367, 2366] +Triangle: [2367, 2369, 2368] +Triangle: [2369, 2371, 2370] +Triangle: [2371, 2373, 2372] +Triangle: [2372, 2373, 2375] +Triangle: [2374, 2375, 2377] +Triangle: [2376, 2377, 2379] +Triangle: [2378, 2379, 2381] +Triangle: [2381, 2382, 2350] +Triangle: [2350, 2382, 2353] +Triangle: [1861, 2386, 2392] +Triangle: [1832, 2128, 2391] +Triangle: [1833, 2384, 2391] +Triangle: [1831, 1832, 2388] +Triangle: [1833, 1829, 2383] +Triangle: [1860, 2385, 2386] +Triangle: [1862, 2387, 2385] +Triangle: [1830, 1831, 2389] +Triangle: [2136, 2392, 2390] +Triangle: [2383, 2387, 1862] +Triangle: [2395, 4, 6] +Triangle: [2400, 2402, 2401] +Triangle: [2398, 2399, 2401] +Triangle: [2397, 2398, 2403] +Triangle: [2404, 2406, 2405] +Triangle: [2405, 2406, 2408] +Triangle: [2420, 2414, 2464] +Triangle: [2414, 2420, 2419] +Triangle: [2413, 2419, 2418] +Triangle: [2540, 2417, 2410] +Triangle: [2417, 2416, 2411] +Triangle: [3541, 3533, 2415] +Triangle: [2402, 2400, 2412] +Triangle: [2415, 2422, 2421] +Triangle: [2559, 3220, 3219] +Triangle: [2426, 2425, 3391] +Triangle: [2401, 2402, 2421] +Triangle: [2424, 2423, 3505] +Triangle: [4512, 4518, 3221] +Triangle: [2403, 3185, 3186] +Triangle: [2403, 2401, 2427] +Triangle: [3189, 3187, 2430] +Triangle: [2395, 3180, 3181] +Triangle: [2431, 3188, 3185] +Triangle: [3183, 3184, 2432] +Triangle: [2408, 2406, 2432] +Triangle: [2396, 2433, 2432] +Triangle: [2557, 2559, 2431] +Triangle: [3474, 2435, 47] +Triangle: [2434, 3414, 3410] +Triangle: [3381, 4529, 4526] +Triangle: [2556, 2557, 2427] +Triangle: [2550, 2450, 2580] +Triangle: [4514, 4515, 2452] +Triangle: [2560, 2561, 2448] +Triangle: [2416, 2417, 2446] +Triangle: [2455, 2453, 2454] +Triangle: [2455, 2456, 2397] +Triangle: [2459, 2457, 2458] +Triangle: [2453, 2457, 2459] +Triangle: [2461, 2462, 2458] +Triangle: [2466, 2463, 2464] +Triangle: [2461, 2466, 2465] +Triangle: [2467, 2461, 2457] +Triangle: [2468, 2467, 2453] +Triangle: [2407, 2468, 2455] +Triangle: [2466, 2461, 2467] +Triangle: [2463, 2466, 2468] +Triangle: [2456, 2469, 2398] +Triangle: [2502, 2470, 2400] +Triangle: [2471, 2412, 2400] +Triangle: [2470, 2496, 2495] +Triangle: [2477, 2478, 2493] +Triangle: [2501, 2474, 2472] +Triangle: [2473, 2476, 2497] +Triangle: [2536, 2519, 2518] +Triangle: [2499, 2475, 2474] +Triangle: [2489, 2479, 2483] +Triangle: [2492, 2485, 2480] +Triangle: [2491, 2482, 2484] +Triangle: [2481, 2485, 2492] +Triangle: [2487, 2483, 2482] +Triangle: [2486, 2480, 2479] +Triangle: [3461, 2472, 2474] +Triangle: [3459, 3455, 2478] +Triangle: [3460, 2474, 2475] +Triangle: [2503, 2502, 2469] +Triangle: [3331, 3330, 2529] +Triangle: [3454, 3459, 2477] +Triangle: [3454, 2476, 2473] +Triangle: [2454, 2498, 2500] +Triangle: [2503, 2497, 2494] +Triangle: [2500, 2497, 2469] +Triangle: [2460, 2499, 2501] +Triangle: [2459, 2501, 2498] +Triangle: [2496, 2494, 2493] +Triangle: [2476, 2477, 2494] +Triangle: [2470, 2502, 2503] +Triangle: [2469, 2502, 2399] +Triangle: [2508, 2506, 2505] +Triangle: [2504, 2508, 2507] +Triangle: [2460, 2458, 2509] +Triangle: [2505, 2506, 2510] +Triangle: [2458, 2462, 2511] +Triangle: [2512, 2465, 2464] +Triangle: [2511, 2462, 2465] +Triangle: [2509, 2511, 2513] +Triangle: [2507, 2505, 2513] +Triangle: [2409, 2507, 2514] +Triangle: [2512, 2514, 2513] +Triangle: [2414, 2413, 2514] +Triangle: [2504, 2410, 2515] +Triangle: [2538, 2411, 2516] +Triangle: [3527, 3541, 2412] +Triangle: [2471, 2495, 3532] +Triangle: [2493, 2478, 3528] +Triangle: [2535, 2518, 2520] +Triangle: [2536, 2534, 2521] +Triangle: [2537, 2520, 2475] +Triangle: [2486, 2489, 3483] +Triangle: [3442, 3439, 2523] +Triangle: [3486, 3332, 2531] +Triangle: [2488, 2484, 3529] +Triangle: [2490, 3433, 3429] +Triangle: [2530, 2525, 2526] +Triangle: [2531, 3332, 3333] +Triangle: [3495, 3432, 3435] +Triangle: [3562, 3462, 2522] +Triangle: [3497, 3436, 3432] +Triangle: [2539, 2534, 2515] +Triangle: [3458, 2521, 2522] +Triangle: [3458, 3463, 2519] +Triangle: [2506, 2508, 2536] +Triangle: [2533, 2532, 2534] +Triangle: [2508, 2515, 2534] +Triangle: [2510, 2537, 2499] +Triangle: [2510, 2506, 2535] +Triangle: [2495, 2493, 3531] +Triangle: [2532, 2522, 2521] +Triangle: [2539, 2538, 2517] +Triangle: [2410, 2411, 2538] +Triangle: [2498, 2472, 2473] +Triangle: [2409, 2418, 2540] +Triangle: [2416, 2541, 2516] +Triangle: [2541, 2416, 2448] +Triangle: [2561, 2562, 2542] +Triangle: [4515, 4516, 2543] +Triangle: [3534, 3533, 2541] +Triangle: [3534, 2542, 2562] +Triangle: [3535, 2543, 4516] +Triangle: [2425, 2426, 3222] +Triangle: [3418, 3426, 3231] +Triangle: [3417, 3428, 3231] +Triangle: [2544, 2449, 3228] +Triangle: [3370, 3232, 3351] +Triangle: [3370, 3210, 3233] +Triangle: [3536, 2544, 3227] +Triangle: [2552, 2464, 2463] +Triangle: [2553, 2463, 2407] +Triangle: [3395, 1128, 63] +Triangle: [2560, 2446, 62] +Triangle: [61, 62, 2446] +Triangle: [2417, 2540, 2554] +Triangle: [4542, 2560, 181] +Triangle: [3538, 2562, 4544] +Triangle: [4543, 4544, 2562] +Triangle: [4542, 4543, 2561] +Triangle: [4541, 4540, 2557] +Triangle: [2558, 3218, 3224] +Triangle: [2555, 2556, 2421] +Triangle: [2430, 2431, 2559] +Triangle: [2419, 2420, 2585] +Triangle: [2554, 2826, 496] +Triangle: [2442, 2440, 3355] +Triangle: [2444, 2442, 2566] +Triangle: [3539, 3526, 2443] +Triangle: [2440, 2441, 3356] +Triangle: [3356, 2441, 54] +Triangle: [195, 59, 2579] +Triangle: [2443, 2444, 2567] +Triangle: [2571, 2439, 2438] +Triangle: [2571, 2569, 2551] +Triangle: [2568, 2567, 2545] +Triangle: [3421, 3369, 3357] +Triangle: [2565, 3369, 3421] +Triangle: [3539, 2568, 2546] +Triangle: [2567, 2566, 2547] +Triangle: [2566, 3355, 3352] +Triangle: [2576, 2574, 3063] +Triangle: [3064, 2575, 199] +Triangle: [3540, 2577, 3066] +Triangle: [2578, 2576, 3062] +Triangle: [753, 1, 2394] +Triangle: [2577, 2578, 3067] +Triangle: [2574, 2575, 3064] +Triangle: [2573, 2572, 3065] +Triangle: [206, 195, 2580] +Triangle: [2439, 2571, 2580] +Triangle: [3069, 2439, 2579] +Triangle: [63, 938, 3229] +Triangle: [2449, 2447, 3229] +Triangle: [2582, 2581, 2408] +Triangle: [2553, 2408, 2581] +Triangle: [2552, 2553, 2583] +Triangle: [291, 222, 2882] +Triangle: [2863, 2872, 2821] +Triangle: [2821, 2883, 2881] +Triangle: [286, 226, 2833] +Triangle: [244, 235, 2600] +Triangle: [3234, 946, 236] +Triangle: [3234, 2601, 2602] +Triangle: [3236, 2597, 2598] +Triangle: [3236, 2603, 2606] +Triangle: [3237, 3238, 2606] +Triangle: [236, 244, 2608] +Triangle: [2607, 2609, 2608] +Triangle: [2611, 2612, 2609] +Triangle: [2608, 2609, 2602] +Triangle: [2610, 2602, 2609] +Triangle: [267, 261, 2623] +Triangle: [2625, 265, 263] +Triangle: [261, 265, 2625] +Triangle: [2600, 235, 484] +Triangle: [2600, 2817, 2818] +Triangle: [2627, 2626, 2623] +Triangle: [2628, 2627, 2630] +Triangle: [2629, 2628, 2631] +Triangle: [2607, 2818, 2622] +Triangle: [2620, 4599, 2628] +Triangle: [280, 2896, 2901] +Triangle: [2901, 2900, 276] +Triangle: [214, 276, 2900] +Triangle: [2589, 2636, 2637] +Triangle: [2586, 2634, 2860] +Triangle: [218, 2731, 2896] +Triangle: [286, 2834, 2835] +Triangle: [2643, 2822, 2825] +Triangle: [2864, 2873, 2822] +Triangle: [485, 2880, 2882] +Triangle: [2806, 2807, 3466] +Triangle: [2648, 2647, 2865] +Triangle: [2866, 2864, 2643] +Triangle: [2645, 2649, 2648] +Triangle: [2649, 2645, 2640] +Triangle: [2647, 2648, 2649] +Triangle: [2640, 2652, 2651] +Triangle: [2645, 2654, 2653] +Triangle: [2825, 2824, 2644] +Triangle: [2653, 2654, 2655] +Triangle: [301, 2835, 2881] +Triangle: [2863, 2867, 2655] +Triangle: [2867, 2862, 2641] +Triangle: [2647, 2639, 2861] +Triangle: [2650, 2651, 2639] +Triangle: [2868, 2861, 2639] +Triangle: [2651, 2658, 2657] +Triangle: [2657, 2636, 2860] +Triangle: [2636, 2657, 2658] +Triangle: [2862, 2859, 2595] +Triangle: [2660, 2641, 2595] +Triangle: [2659, 2596, 2604] +Triangle: [2603, 2602, 2610] +Triangle: [2603, 2613, 2614] +Triangle: [2606, 2614, 2615] +Triangle: [2644, 2655, 2654] +Triangle: [3239, 3237, 2605] +Triangle: [3239, 2662, 2664] +Triangle: [2664, 2666, 3241] +Triangle: [3241, 2666, 2668] +Triangle: [2615, 2661, 2662] +Triangle: [2653, 2641, 2660] +Triangle: [2670, 2663, 2665] +Triangle: [2671, 2653, 2670] +Triangle: [2652, 2640, 2653] +Triangle: [2673, 2630, 2623] +Triangle: [2674, 2673, 2625] +Triangle: [2624, 263, 323] +Triangle: [2676, 323, 325] +Triangle: [368, 327, 2678] +Triangle: [2679, 2680, 2675] +Triangle: [2681, 2682, 2680] +Triangle: [2721, 2683, 2684] +Triangle: [2624, 2676, 2679] +Triangle: [2676, 2677, 2681] +Triangle: [2719, 2678, 2683] +Triangle: [2631, 2630, 2673] +Triangle: [2632, 2631, 2674] +Triangle: [2664, 2662, 2661] +Triangle: [2666, 2664, 2616] +Triangle: [2616, 2692, 2693] +Triangle: [2687, 2688, 2612] +Triangle: [2701, 2694, 2618] +Triangle: [2694, 2695, 2619] +Triangle: [2688, 2686, 2610] +Triangle: [2702, 2703, 2696] +Triangle: [2686, 2689, 2613] +Triangle: [2620, 2696, 4597] +Triangle: [2613, 2689, 2690] +Triangle: [2697, 2698, 2622] +Triangle: [2614, 2690, 2691] +Triangle: [2698, 2687, 2611] +Triangle: [2661, 2699, 2692] +Triangle: [2660, 2604, 2663] +Triangle: [2295, 4546, 2817] +Triangle: [4546, 4547, 2818] +Triangle: [2617, 2693, 2701] +Triangle: [2615, 2691, 2699] +Triangle: [2818, 2816, 2621] +Triangle: [2695, 2703, 2702] +Triangle: [2666, 2617, 2704] +Triangle: [2700, 2708, 2704] +Triangle: [2700, 2618, 2707] +Triangle: [2618, 2619, 2706] +Triangle: [2619, 2702, 2705] +Triangle: [2702, 2620, 2629] +Triangle: [2675, 2713, 2709] +Triangle: [2632, 2709, 2705] +Triangle: [2706, 2705, 2709] +Triangle: [2707, 2706, 2710] +Triangle: [2708, 2707, 2711] +Triangle: [2680, 2714, 2713] +Triangle: [2710, 2709, 2713] +Triangle: [2714, 2716, 2715] +Triangle: [2682, 2717, 2714] +Triangle: [2720, 2722, 2717] +Triangle: [2718, 2722, 2720] +Triangle: [2719, 2721, 2681] +Triangle: [2721, 2720, 2682] +Triangle: [2677, 325, 368] +Triangle: [2652, 2685, 2658] +Triangle: [2723, 2587, 2635] +Triangle: [2637, 2658, 2685] +Triangle: [2685, 2652, 2671] +Triangle: [2724, 2672, 2665] +Triangle: [2685, 2672, 2724] +Triangle: [2725, 2724, 2667] +Triangle: [2723, 2724, 2725] +Triangle: [2587, 2723, 2726] +Triangle: [2708, 2712, 2728] +Triangle: [2726, 2725, 2733] +Triangle: [2791, 2902, 3156] +Triangle: [2733, 2725, 2669] +Triangle: [2668, 2729, 3243] +Triangle: [2730, 2732, 2898] +Triangle: [2711, 2710, 2715] +Triangle: [2716, 2714, 2717] +Triangle: [2722, 2735, 2734] +Triangle: [2718, 2736, 2735] +Triangle: [2716, 2734, 2737] +Triangle: [2738, 2737, 2734] +Triangle: [2736, 2739, 2738] +Triangle: [2712, 2711, 2737] +Triangle: [2741, 2740, 2737] +Triangle: [2704, 2728, 2729] +Triangle: [2728, 2742, 2743] +Triangle: [2744, 2745, 2743] +Triangle: [2712, 2740, 2742] +Triangle: [2741, 2744, 2742] +Triangle: [3243, 3244, 2732] +Triangle: [2738, 2739, 2761] +Triangle: [3248, 2757, 2762] +Triangle: [2766, 2749, 3247] +Triangle: [2747, 2755, 3057] +Triangle: [2758, 2760, 2754] +Triangle: [2753, 2752, 2759] +Triangle: [3249, 2633, 2732] +Triangle: [2756, 2746, 2762] +Triangle: [2746, 2756, 2755] +Triangle: [2749, 2766, 2765] +Triangle: [2763, 2748, 2765] +Triangle: [2763, 2767, 2768] +Triangle: [2764, 2768, 420] +Triangle: [2769, 2766, 3250] +Triangle: [3252, 2770, 2769] +Triangle: [965, 423, 2770] +Triangle: [2769, 2767, 2765] +Triangle: [2767, 2769, 2770] +Triangle: [2768, 2770, 423] +Triangle: [2749, 2751, 3246] +Triangle: [2748, 2750, 2751] +Triangle: [3248, 3246, 2751] +Triangle: [2756, 2757, 2751] +Triangle: [2750, 2771, 2772] +Triangle: [2773, 2771, 2750] +Triangle: [2763, 2774, 2773] +Triangle: [2764, 2775, 2774] +Triangle: [415, 429, 2775] +Triangle: [432, 2777, 2775] +Triangle: [2777, 2776, 2774] +Triangle: [2773, 2774, 2776] +Triangle: [435, 2779, 2777] +Triangle: [2779, 2778, 2776] +Triangle: [2771, 2776, 2778] +Triangle: [2781, 2780, 2772] +Triangle: [2783, 2782, 3059] +Triangle: [2783, 2785, 2784] +Triangle: [2787, 2788, 2785] +Triangle: [3060, 2787, 2783] +Triangle: [446, 447, 2788] +Triangle: [741, 446, 2787] +Triangle: [2779, 2786, 2781] +Triangle: [2779, 435, 445] +Triangle: [2755, 2756, 2772] +Triangle: [2755, 2780, 3059] +Triangle: [2754, 2782, 2784] +Triangle: [2635, 2793, 2792] +Triangle: [2586, 3156, 2902] +Triangle: [3166, 2870, 2792] +Triangle: [3159, 2809, 2807] +Triangle: [2727, 2808, 3158] +Triangle: [2858, 2869, 3156] +Triangle: [2587, 3158, 2793] +Triangle: [2809, 2810, 3468] +Triangle: [3469, 2811, 2812] +Triangle: [3470, 2812, 2813] +Triangle: [2813, 2814, 3472] +Triangle: [2814, 478, 1199] +Triangle: [2806, 468, 859] +Triangle: [871, 478, 2814] +Triangle: [3164, 3165, 2814] +Triangle: [3164, 2813, 2812] +Triangle: [3163, 2812, 2811] +Triangle: [3159, 3160, 2810] +Triangle: [3166, 2793, 2795] +Triangle: [2797, 2795, 2808] +Triangle: [3157, 2791, 2869] +Triangle: [487, 2884, 2880] +Triangle: [487, 489, 2883] +Triangle: [2824, 2823, 2871] +Triangle: [2823, 2822, 2873] +Triangle: [2584, 2585, 2420] +Triangle: [212, 496, 2826] +Triangle: [447, 467, 2805] +Triangle: [2788, 2805, 2803] +Triangle: [2785, 2803, 2801] +Triangle: [2784, 2801, 2799] +Triangle: [3162, 2811, 2810] +Triangle: [2588, 2789, 2808] +Triangle: [450, 581, 2902] +Triangle: [2599, 2827, 500] +Triangle: [568, 500, 2827] +Triangle: [499, 2828, 2829] +Triangle: [498, 2829, 2830] +Triangle: [506, 497, 2830] +Triangle: [572, 506, 2831] +Triangle: [2854, 2833, 226] +Triangle: [2833, 2594, 2642] +Triangle: [2838, 2874, 2845] +Triangle: [2834, 2642, 2656] +Triangle: [2595, 2874, 2838] +Triangle: [2875, 2876, 2854] +Triangle: [2841, 2843, 2842] +Triangle: [2843, 2845, 2844] +Triangle: [2895, 2875, 2832] +Triangle: [2849, 2827, 2599] +Triangle: [2891, 2892, 2848] +Triangle: [2828, 2848, 2847] +Triangle: [2846, 2830, 2829] +Triangle: [2839, 2830, 2846] +Triangle: [2841, 2839, 2850] +Triangle: [2843, 2841, 2851] +Triangle: [2843, 2852, 2853] +Triangle: [2832, 2854, 531] +Triangle: [2857, 2856, 2594] +Triangle: [2871, 2873, 2819] +Triangle: [2872, 2871, 2820] +Triangle: [2589, 2792, 2869] +Triangle: [2594, 2859, 2862] +Triangle: [2590, 2868, 2860] +Triangle: [2638, 2861, 2868] +Triangle: [2591, 2865, 2861] +Triangle: [2656, 2642, 2862] +Triangle: [2593, 2656, 2867] +Triangle: [2646, 2592, 2864] +Triangle: [2866, 2865, 2591] +Triangle: [2592, 2819, 2873] +Triangle: [2858, 2860, 2636] +Triangle: [2644, 2824, 2872] +Triangle: [2859, 2594, 2856] +Triangle: [2595, 2859, 2855] +Triangle: [2874, 2855, 2844] +Triangle: [2833, 2854, 2876] +Triangle: [2878, 2839, 2841] +Triangle: [2839, 2878, 2877] +Triangle: [2877, 2836, 2831] +Triangle: [2835, 2656, 2593] +Triangle: [2821, 2820, 2884] +Triangle: [2883, 489, 224] +Triangle: [2819, 2592, 2882] +Triangle: [2592, 2646, 2879] +Triangle: [2850, 2846, 2847] +Triangle: [2820, 2819, 2880] +Triangle: [2848, 2885, 2837] +Triangle: [2892, 2893, 2885] +Triangle: [2886, 2849, 2598] +Triangle: [2837, 2885, 2851] +Triangle: [2849, 2886, 2893] +Triangle: [2852, 2887, 2888] +Triangle: [2853, 2888, 2659] +Triangle: [2596, 2659, 2888] +Triangle: [2889, 2888, 2887] +Triangle: [2596, 2889, 2890] +Triangle: [2890, 2887, 2886] +Triangle: [2849, 2892, 2891] +Triangle: [568, 2891, 2828] +Triangle: [2851, 2885, 2893] +Triangle: [2893, 2886, 2887] +Triangle: [2836, 2895, 2894] +Triangle: [509, 572, 2894] +Triangle: [2895, 2836, 2877] +Triangle: [2876, 2877, 2878] +Triangle: [2840, 2856, 2857] +Triangle: [2842, 2855, 2856] +Triangle: [581, 214, 2899] +Triangle: [2879, 2646, 2591] +Triangle: [2634, 2586, 2899] +Triangle: [2896, 2638, 2590] +Triangle: [2731, 2591, 2638] +Triangle: [2901, 2590, 2634] +Triangle: [291, 2879, 2731] +Triangle: [2905, 2904, 2898] +Triangle: [2898, 2904, 2903] +Triangle: [2904, 2752, 2588] +Triangle: [2727, 2726, 2903] +Triangle: [2904, 2905, 2759] +Triangle: [2633, 2897, 2898] +Triangle: [2897, 2906, 2907] +Triangle: [2908, 2909, 2907] +Triangle: [2908, 2910, 2911] +Triangle: [2912, 2913, 2911] +Triangle: [2914, 2915, 2913] +Triangle: [2916, 2917, 2915] +Triangle: [2918, 2919, 2917] +Triangle: [3254, 2920, 2921] +Triangle: [2920, 2922, 2923] +Triangle: [2924, 2925, 3255] +Triangle: [2924, 2926, 2927] +Triangle: [2928, 2929, 3257] +Triangle: [2930, 2931, 2929] +Triangle: [2930, 2932, 2933] +Triangle: [2932, 2934, 2935] +Triangle: [2957, 2936, 2937] +Triangle: [2936, 2938, 2939] +Triangle: [2940, 2941, 2939] +Triangle: [2942, 2943, 3259] +Triangle: [2946, 2947, 2926] +Triangle: [3260, 3263, 2955] +Triangle: [3256, 3261, 2946] +Triangle: [2938, 2953, 2954] +Triangle: [2920, 2944, 2945] +Triangle: [2936, 2952, 2953] +Triangle: [2958, 2952, 2936] +Triangle: [2932, 2950, 2951] +Triangle: [2949, 2950, 2932] +Triangle: [2948, 2949, 2930] +Triangle: [3262, 2948, 2928] +Triangle: [2951, 2958, 2957] +Triangle: [2934, 2957, 2956] +Triangle: [2961, 2962, 2947] +Triangle: [2953, 2968, 2969] +Triangle: [2965, 2966, 2951] +Triangle: [3265, 2963, 2948] +Triangle: [3263, 3266, 2970] +Triangle: [2944, 2959, 2960] +Triangle: [2966, 2971, 2958] +Triangle: [2963, 2964, 2949] +Triangle: [3264, 2961, 2946] +Triangle: [2958, 2971, 2967] +Triangle: [2952, 2967, 2968] +Triangle: [2964, 2965, 2950] +Triangle: [2980, 2906, 2897] +Triangle: [3254, 3270, 2944] +Triangle: [2916, 2995, 2994] +Triangle: [2914, 2993, 2995] +Triangle: [2914, 2912, 2996] +Triangle: [2910, 2992, 2996] +Triangle: [2908, 2991, 2992] +Triangle: [2906, 2990, 2991] +Triangle: [2980, 2981, 2990] +Triangle: [3021, 3020, 3023] +Triangle: [2983, 2982, 2979] +Triangle: [2977, 2984, 2983] +Triangle: [2976, 2985, 2984] +Triangle: [2975, 2986, 2985] +Triangle: [2974, 2987, 2986] +Triangle: [2988, 3174, 3178] +Triangle: [3010, 3179, 3168] +Triangle: [3271, 3270, 2994] +Triangle: [2995, 2998, 2997] +Triangle: [2999, 2998, 2995] +Triangle: [3000, 2999, 2993] +Triangle: [2992, 3001, 3000] +Triangle: [3001, 2992, 2991] +Triangle: [3002, 2991, 2990] +Triangle: [2979, 2982, 3004] +Triangle: [3004, 2981, 2980] +Triangle: [3002, 2981, 3004] +Triangle: [2983, 3001, 3002] +Triangle: [2984, 3000, 3001] +Triangle: [2984, 2985, 2999] +Triangle: [2985, 2986, 2998] +Triangle: [2987, 2997, 2998] +Triangle: [3175, 3176, 2989] +Triangle: [2988, 2959, 3271] +Triangle: [3296, 3175, 3007] +Triangle: [2959, 2988, 3006] +Triangle: [3264, 2960, 3006] +Triangle: [3277, 2965, 2964] +Triangle: [3267, 3293, 3172] +Triangle: [3274, 3022, 3023] +Triangle: [3276, 2966, 2965] +Triangle: [3013, 3014, 2974] +Triangle: [3267, 3280, 3015] +Triangle: [2973, 3015, 3016] +Triangle: [3283, 3281, 3016] +Triangle: [3018, 3008, 3272] +Triangle: [3297, 3266, 2969] +Triangle: [3268, 3020, 3019] +Triangle: [3275, 3023, 3020] +Triangle: [3021, 2972, 3008] +Triangle: [2972, 3021, 3022] +Triangle: [3276, 3009, 3022] +Triangle: [3278, 2964, 2963] +Triangle: [3018, 3019, 3020] +Triangle: [2962, 2961, 3007] +Triangle: [3012, 3013, 2975] +Triangle: [2977, 3011, 3012] +Triangle: [3024, 3017, 3016] +Triangle: [3282, 3017, 3024] +Triangle: [3280, 3284, 3024] +Triangle: [3013, 3026, 3025] +Triangle: [2970, 3025, 3026] +Triangle: [2955, 3026, 3011] +Triangle: [3012, 3011, 3026] +Triangle: [2978, 2942, 3011] +Triangle: [2943, 2942, 2978] +Triangle: [2907, 2909, 3027] +Triangle: [3027, 3028, 2759] +Triangle: [3029, 3030, 3028] +Triangle: [2909, 2911, 3029] +Triangle: [2758, 2759, 3028] +Triangle: [3029, 3031, 3032] +Triangle: [3033, 3034, 3032] +Triangle: [3033, 3035, 3036] +Triangle: [2913, 3031, 3029] +Triangle: [2915, 3033, 3031] +Triangle: [2915, 2917, 3035] +Triangle: [3035, 3037, 3038] +Triangle: [3286, 3039, 3040] +Triangle: [3039, 3041, 3042] +Triangle: [3043, 3044, 3287] +Triangle: [2917, 2919, 3037] +Triangle: [3253, 2921, 3039] +Triangle: [2921, 2923, 3041] +Triangle: [2925, 3043, 3288] +Triangle: [2939, 3052, 3051] +Triangle: [3053, 2745, 3051] +Triangle: [3290, 2980, 2633] +Triangle: [2937, 3051, 3050] +Triangle: [2956, 3050, 3049] +Triangle: [3049, 3048, 2933] +Triangle: [3048, 3047, 2931] +Triangle: [2931, 3047, 3046] +Triangle: [3257, 3289, 3045] +Triangle: [2927, 3045, 3043] +Triangle: [2745, 2744, 3050] +Triangle: [2744, 2741, 3049] +Triangle: [3055, 3054, 3047] +Triangle: [3048, 3049, 2741] +Triangle: [2741, 2761, 3054] +Triangle: [3047, 3054, 2761] +Triangle: [2762, 3045, 3289] +Triangle: [3045, 2762, 3044] +Triangle: [3040, 3042, 3287] +Triangle: [2762, 2746, 3038] +Triangle: [2747, 3036, 3038] +Triangle: [2758, 3030, 3032] +Triangle: [3057, 3059, 2782] +Triangle: [445, 741, 3060] +Triangle: [2786, 3060, 3058] +Triangle: [3058, 3059, 2780] +Triangle: [3056, 3057, 2754] +Triangle: [3034, 3056, 2760] +Triangle: [3056, 3034, 3036] +Triangle: [3053, 3052, 3291] +Triangle: [3292, 3259, 2943] +Triangle: [3052, 2939, 3292] +Triangle: [2826, 2554, 2540] +Triangle: [2563, 2418, 2419] +Triangle: [2563, 2445, 2826] +Triangle: [2394, 2573, 3069] +Triangle: [2439, 3069, 3065] +Triangle: [3063, 3064, 2441] +Triangle: [3066, 3067, 2444] +Triangle: [59, 753, 3068] +Triangle: [3067, 3062, 2442] +Triangle: [3542, 3066, 2443] +Triangle: [3064, 747, 54] +Triangle: [3062, 3063, 2440] +Triangle: [6, 743, 3061] +Triangle: [2396, 3061, 2582] +Triangle: [3077, 3082, 3449] +Triangle: [3446, 3078, 3084] +Triangle: [3083, 3085, 3452] +Triangle: [3451, 3084, 3079] +Triangle: [3085, 3077, 3445] +Triangle: [3082, 3078, 3446] +Triangle: [2523, 3441, 3431] +Triangle: [3448, 3453, 3087] +Triangle: [3083, 3450, 3088] +Triangle: [3450, 3437, 3088] +Triangle: [3447, 3079, 3543] +Triangle: [2527, 2524, 3431] +Triangle: [3439, 3444, 3441] +Triangle: [3089, 776, 759] +Triangle: [3090, 3089, 3073] +Triangle: [754, 776, 3089] +Triangle: [2393, 3089, 3090] +Triangle: [3075, 3090, 3091] +Triangle: [3091, 3090, 3074] +Triangle: [3076, 3091, 3545] +Triangle: [3545, 3091, 3072] +Triangle: [3547, 3098, 3133] +Triangle: [3548, 3099, 3141] +Triangle: [3553, 3549, 3097] +Triangle: [851, 790, 3102] +Triangle: [789, 3103, 3142] +Triangle: [787, 3101, 3134] +Triangle: [3150, 3102, 3106] +Triangle: [3103, 3107, 3143] +Triangle: [3101, 3105, 3135] +Triangle: [3152, 3111, 3114] +Triangle: [3110, 3115, 3145] +Triangle: [3108, 3113, 3137] +Triangle: [3153, 3114, 3118] +Triangle: [3115, 3119, 3146] +Triangle: [3113, 3117, 3138] +Triangle: [3151, 3106, 3099] +Triangle: [3107, 3098, 3141] +Triangle: [3105, 3096, 3133] +Triangle: [3110, 3095, 3132] +Triangle: [3111, 3094, 3140] +Triangle: [3152, 3109, 3092] +Triangle: [3123, 3119, 3138] +Triangle: [3122, 3118, 3146] +Triangle: [3155, 3120, 3116] +Triangle: [3155, 3122, 798] +Triangle: [3123, 797, 843] +Triangle: [3121, 795, 833] +Triangle: [3550, 3546, 3096] +Triangle: [3549, 3092, 3518] +Triangle: [3092, 3109, 3519] +Triangle: [3108, 3093, 3124] +Triangle: [3104, 3097, 3523] +Triangle: [3125, 3096, 3105] +Triangle: [788, 3100, 3520] +Triangle: [3101, 787, 823] +Triangle: [3105, 3101, 3128] +Triangle: [3100, 3104, 3524] +Triangle: [3525, 3120, 796] +Triangle: [795, 3121, 3129] +Triangle: [3109, 3112, 3521] +Triangle: [3113, 3108, 3126] +Triangle: [3117, 3113, 3130] +Triangle: [3112, 3116, 3522] +Triangle: [3121, 3117, 3131] +Triangle: [3116, 3120, 3525] +Triangle: [3129, 3131, 3074] +Triangle: [3131, 3130, 3072] +Triangle: [3130, 3126, 3070] +Triangle: [825, 3129, 3073] +Triangle: [3075, 3127, 3128] +Triangle: [2393, 3128, 823] +Triangle: [3076, 3125, 3127] +Triangle: [3126, 3124, 3071] +Triangle: [3544, 3550, 3125] +Triangle: [3139, 833, 797] +Triangle: [3139, 3138, 3117] +Triangle: [3136, 3132, 3093] +Triangle: [3135, 3133, 3098] +Triangle: [3137, 3138, 3119] +Triangle: [3136, 3137, 3115] +Triangle: [3134, 3135, 3107] +Triangle: [831, 3134, 3103] +Triangle: [3551, 3133, 3096] +Triangle: [3147, 843, 798] +Triangle: [3147, 3146, 3119] +Triangle: [3144, 3140, 3095] +Triangle: [3143, 3141, 3099] +Triangle: [3145, 3146, 3118] +Triangle: [3144, 3145, 3114] +Triangle: [3142, 3143, 3106] +Triangle: [841, 3142, 3102] +Triangle: [3552, 3141, 3098] +Triangle: [3120, 3155, 853] +Triangle: [3122, 3155, 3154] +Triangle: [3111, 3152, 3148] +Triangle: [3104, 3151, 3149] +Triangle: [3112, 3153, 3154] +Triangle: [3109, 3152, 3153] +Triangle: [3100, 3150, 3151] +Triangle: [788, 851, 3150] +Triangle: [3548, 3553, 3149] +Triangle: [468, 2806, 3473] +Triangle: [859, 861, 3157] +Triangle: [450, 2791, 3157] +Triangle: [2795, 2793, 3158] +Triangle: [2789, 2752, 3161] +Triangle: [2795, 2797, 3160] +Triangle: [3468, 2810, 2811] +Triangle: [2801, 3163, 3162] +Triangle: [2803, 3164, 3163] +Triangle: [2803, 2805, 3165] +Triangle: [467, 871, 3165] +Triangle: [2806, 2870, 3166] +Triangle: [2790, 2794, 3300] +Triangle: [1018, 3306, 3061] +Triangle: [2804, 466, 3303] +Triangle: [2797, 2799, 3162] +Triangle: [2585, 2584, 3299] +Triangle: [3306, 3305, 2582] +Triangle: [3301, 3299, 2584] +Triangle: [3304, 3298, 2564] +Triangle: [2794, 2796, 3301] +Triangle: [2753, 3167, 3161] +Triangle: [2799, 2797, 3161] +Triangle: [3293, 3294, 3173] +Triangle: [3174, 3171, 3170] +Triangle: [3296, 3178, 3170] +Triangle: [3176, 3175, 3177] +Triangle: [3169, 3168, 3179] +Triangle: [3172, 3173, 2987] +Triangle: [3169, 3177, 3008] +Triangle: [3168, 3169, 2972] +Triangle: [3005, 3170, 3171] +Triangle: [3269, 3294, 3174] +Triangle: [3176, 3179, 3010] +Triangle: [3295, 3170, 3005] +Triangle: [3200, 3196, 3185] +Triangle: [3191, 3193, 3182] +Triangle: [3186, 3197, 3194] +Triangle: [3193, 3201, 3189] +Triangle: [3185, 3196, 3197] +Triangle: [3201, 3199, 3187] +Triangle: [2430, 3187, 3188] +Triangle: [3184, 3180, 2395] +Triangle: [2404, 3186, 3183] +Triangle: [3191, 3190, 3192] +Triangle: [3196, 3200, 3198] +Triangle: [3195, 3194, 3197] +Triangle: [3200, 3199, 3192] +Triangle: [3190, 3195, 3198] +Triangle: [3192, 3199, 3201] +Triangle: [3180, 3190, 3191] +Triangle: [3195, 3190, 3180] +Triangle: [3194, 3195, 3184] +Triangle: [3199, 3200, 3188] +Triangle: [3225, 3223, 3209] +Triangle: [3208, 3220, 4523] +Triangle: [3226, 3219, 3207] +Triangle: [179, 914, 3212] +Triangle: [4513, 2428, 3203] +Triangle: [3349, 2435, 3207] +Triangle: [2546, 2545, 3209] +Triangle: [3215, 2550, 2551] +Triangle: [923, 206, 2450] +Triangle: [3537, 2546, 3202] +Triangle: [3213, 2450, 2550] +Triangle: [3218, 2558, 3219] +Triangle: [3212, 914, 927] +Triangle: [3221, 3203, 3206] +Triangle: [4517, 3203, 3221] +Triangle: [3220, 2559, 4533] +Triangle: [3220, 3208, 3207] +Triangle: [3222, 3202, 3209] +Triangle: [3205, 3216, 3225] +Triangle: [3204, 3218, 3226] +Triangle: [3215, 3214, 3227] +Triangle: [938, 923, 3213] +Triangle: [3555, 3554, 3202] +Triangle: [3213, 3215, 3228] +Triangle: [3209, 2545, 3233] +Triangle: [2545, 2547, 3232] +Triangle: [3426, 3367, 2548] +Triangle: [3232, 2547, 3352] +Triangle: [3231, 2548, 3361] +Triangle: [3008, 3177, 3295] +Triangle: [3173, 3294, 3269] +Triangle: [3175, 3296, 3295] +Triangle: [3171, 3174, 3294] +Triangle: [3291, 3292, 2979] +Triangle: [2941, 3259, 3292] +Triangle: [3290, 3291, 3003] +Triangle: [3285, 3287, 3044] +Triangle: [3245, 3289, 3046] +Triangle: [2929, 3046, 3289] +Triangle: [3053, 3290, 3249] +Triangle: [3255, 3288, 3041] +Triangle: [2919, 3253, 3286] +Triangle: [3288, 3287, 3042] +Triangle: [3037, 3286, 3285] +Triangle: [3014, 3025, 3284] +Triangle: [3025, 2970, 3282] +Triangle: [2989, 3278, 3265] +Triangle: [2966, 3276, 3274] +Triangle: [2967, 3275, 3268] +Triangle: [2968, 3268, 3279] +Triangle: [3282, 2970, 3266] +Triangle: [3017, 3282, 3297] +Triangle: [3283, 3297, 3279] +Triangle: [3281, 3272, 3005] +Triangle: [3019, 3018, 3281] +Triangle: [3014, 3280, 3267] +Triangle: [3009, 3276, 3277] +Triangle: [2971, 3274, 3275] +Triangle: [2973, 3171, 3293] +Triangle: [3010, 3277, 3278] +Triangle: [2961, 3264, 3273] +Triangle: [3178, 3296, 3273] +Triangle: [3269, 3271, 2997] +Triangle: [2959, 2944, 3270] +Triangle: [2918, 2994, 3270] +Triangle: [2960, 3264, 3261] +Triangle: [2954, 2969, 3266] +Triangle: [2962, 3265, 3262] +Triangle: [2947, 3262, 3258] +Triangle: [2922, 2945, 3261] +Triangle: [2940, 2954, 3263] +Triangle: [3260, 3259, 2941] +Triangle: [3258, 3257, 2927] +Triangle: [3256, 3255, 2923] +Triangle: [2918, 3254, 3253] +Triangle: [2739, 2736, 3246] +Triangle: [3247, 3246, 2736] +Triangle: [327, 965, 3252] +Triangle: [3252, 3251, 2683] +Triangle: [3251, 3250, 2684] +Triangle: [3249, 3244, 2743] +Triangle: [3250, 3247, 2718] +Triangle: [2761, 2739, 3248] +Triangle: [2729, 2743, 3244] +Triangle: [3242, 3243, 2730] +Triangle: [3241, 3242, 2669] +Triangle: [3240, 3241, 2667] +Triangle: [2663, 3239, 3240] +Triangle: [2663, 2604, 3237] +Triangle: [2604, 2596, 3238] +Triangle: [2597, 3236, 3238] +Triangle: [2603, 3236, 3235] +Triangle: [2599, 3234, 3235] +Triangle: [233, 946, 3234] +Triangle: [3302, 3298, 2802] +Triangle: [2563, 2564, 3298] +Triangle: [3300, 3301, 2583] +Triangle: [2800, 2802, 3298] +Triangle: [2796, 2798, 3299] +Triangle: [3304, 3299, 2798] +Triangle: [3302, 3303, 2445] +Triangle: [2815, 2790, 3305] +Triangle: [479, 2815, 3306] +Triangle: [3305, 3300, 2581] +Triangle: [3466, 3467, 2794] +Triangle: [3490, 3438, 3315] +Triangle: [3478, 3484, 3315] +Triangle: [3482, 3311, 3430] +Triangle: [3563, 3478, 3314] +Triangle: [3333, 3334, 2524] +Triangle: [3312, 3313, 3503] +Triangle: [3480, 3308, 3313] +Triangle: [3475, 3307, 3308] +Triangle: [3463, 3440, 3435] +Triangle: [3476, 3310, 3311] +Triangle: [3475, 3481, 3309] +Triangle: [3476, 3477, 3312] +Triangle: [3517, 3326, 3324] +Triangle: [3516, 3325, 3326] +Triangle: [3321, 3325, 3516] +Triangle: [3512, 3324, 1039] +Triangle: [3323, 3322, 3511] +Triangle: [1037, 3323, 3515] +Triangle: [3322, 3319, 3510] +Triangle: [3320, 3321, 3514] +Triangle: [3557, 3320, 3513] +Triangle: [3182, 3329, 3327] +Triangle: [1043, 1046, 3327] +Triangle: [3182, 3189, 3328] +Triangle: [3329, 3328, 1047] +Triangle: [4, 3181, 3327] +Triangle: [1047, 3328, 3189] +Triangle: [3488, 3330, 3335] +Triangle: [3335, 3334, 3333] +Triangle: [3330, 3331, 3334] +Triangle: [3486, 3336, 3337] +Triangle: [3485, 3488, 3338] +Triangle: [3318, 3338, 3337] +Triangle: [3317, 3337, 3336] +Triangle: [2524, 3334, 3331] +Triangle: [3086, 3081, 3568] +Triangle: [3080, 3569, 3345] +Triangle: [3543, 3079, 3570] +Triangle: [3088, 3345, 3340] +Triangle: [3081, 3087, 3344] +Triangle: [3086, 3343, 3569] +Triangle: [3082, 3339, 3571] +Triangle: [3342, 3572, 3077] +Triangle: [3341, 3570, 3079] +Triangle: [3340, 3342, 3085] +Triangle: [3078, 3571, 3341] +Triangle: [3572, 3339, 3082] +Triangle: [4503, 4504, 3350] +Triangle: [3348, 4538, 4536] +Triangle: [3230, 3351, 3352] +Triangle: [3354, 167, 943] +Triangle: [3352, 3355, 3368] +Triangle: [3362, 193, 167] +Triangle: [3356, 193, 3362] +Triangle: [3368, 3355, 3356] +Triangle: [3374, 3371, 3351] +Triangle: [3373, 1094, 46] +Triangle: [3380, 4532, 4528] +Triangle: [3422, 3354, 3360] +Triangle: [3357, 3362, 3354] +Triangle: [3373, 3347, 3359] +Triangle: [3358, 3348, 3363] +Triangle: [4502, 4503, 2437] +Triangle: [3363, 3348, 3364] +Triangle: [3366, 3230, 2549] +Triangle: [3423, 2549, 3368] +Triangle: [2570, 3362, 3357] +Triangle: [2565, 3368, 2570] +Triangle: [3427, 3374, 3230] +Triangle: [3365, 2437, 3374] +Triangle: [3353, 3360, 3373] +Triangle: [3360, 943, 1094] +Triangle: [2437, 3350, 3371] +Triangle: [2429, 3370, 3371] +Triangle: [3414, 2434, 3372] +Triangle: [2434, 3416, 3376] +Triangle: [2429, 3205, 3210] +Triangle: [3364, 4527, 4531] +Triangle: [4507, 3380, 3408] +Triangle: [3206, 3203, 2428] +Triangle: [2250, 1109, 3380] +Triangle: [3399, 3398, 3386] +Triangle: [3398, 3392, 3379] +Triangle: [4514, 2256, 1106] +Triangle: [3559, 3385, 3397] +Triangle: [3396, 3397, 3385] +Triangle: [3395, 3396, 3384] +Triangle: [3381, 3390, 3402] +Triangle: [4529, 4524, 3346] +Triangle: [3391, 3399, 3387] +Triangle: [3377, 3378, 4512] +Triangle: [2425, 3216, 3399] +Triangle: [3404, 4505, 3411] +Triangle: [2434, 3420, 3411] +Triangle: [2447, 2449, 3396] +Triangle: [2449, 2544, 3397] +Triangle: [3560, 3397, 2544] +Triangle: [3205, 2429, 3392] +Triangle: [3216, 3205, 3398] +Triangle: [2253, 1122, 3393] +Triangle: [4510, 4509, 3393] +Triangle: [4521, 4520, 3400] +Triangle: [4519, 3394, 3400] +Triangle: [3383, 1106, 1128] +Triangle: [3412, 3401, 3389] +Triangle: [3403, 3391, 3378] +Triangle: [3346, 3405, 3363] +Triangle: [3406, 3363, 3407] +Triangle: [3408, 4528, 4524] +Triangle: [2436, 3407, 4531] +Triangle: [3410, 4510, 3413] +Triangle: [3415, 4502, 3411] +Triangle: [4505, 3404, 3412] +Triangle: [4508, 3401, 4506] +Triangle: [3393, 1122, 2250] +Triangle: [4502, 3365, 3416] +Triangle: [3375, 3425, 3359] +Triangle: [3365, 3427, 3376] +Triangle: [3419, 3425, 3375] +Triangle: [3376, 3427, 3419] +Triangle: [3412, 3404, 4506] +Triangle: [4506, 3404, 3420] +Triangle: [2548, 3421, 3422] +Triangle: [3367, 3423, 3421] +Triangle: [3361, 3422, 3353] +Triangle: [3353, 3425, 3417] +Triangle: [3366, 3423, 3367] +Triangle: [3418, 3427, 3366] +Triangle: [3425, 3419, 3428] +Triangle: [3419, 3427, 3418] +Triangle: [3358, 1204, 1205] +Triangle: [212, 2445, 3303] +Triangle: [3433, 2531, 2527] +Triangle: [3456, 2475, 2520] +Triangle: [3429, 2527, 3434] +Triangle: [3431, 3080, 3088] +Triangle: [2520, 2518, 3464] +Triangle: [3489, 3430, 3316] +Triangle: [2484, 3447, 3561] +Triangle: [3498, 3440, 3443] +Triangle: [3441, 3086, 3080] +Triangle: [3444, 3448, 3081] +Triangle: [3081, 3086, 3444] +Triangle: [3485, 3318, 3438] +Triangle: [2528, 2526, 3439] +Triangle: [3498, 3318, 3317] +Triangle: [2525, 3453, 3448] +Triangle: [2479, 3449, 3446] +Triangle: [3452, 3445, 2480] +Triangle: [2482, 3451, 3447] +Triangle: [3450, 3452, 2485] +Triangle: [2483, 3446, 3451] +Triangle: [2480, 3445, 3449] +Triangle: [2526, 3448, 3444] +Triangle: [2481, 3429, 3437] +Triangle: [2472, 3461, 3457] +Triangle: [3504, 3458, 3462] +Triangle: [3564, 3494, 3462] +Triangle: [3500, 3454, 3457] +Triangle: [3491, 3459, 3454] +Triangle: [3492, 3460, 3456] +Triangle: [3491, 3501, 3455] +Triangle: [3492, 3493, 3461] +Triangle: [3432, 3465, 3464] +Triangle: [2518, 2519, 3463] +Triangle: [3443, 3440, 3463] +Triangle: [3436, 3456, 3465] +Triangle: [3504, 3499, 3443] +Triangle: [3502, 3456, 3436] +Triangle: [2807, 2809, 3467] +Triangle: [3468, 3469, 2798] +Triangle: [1191, 3473, 2815] +Triangle: [2804, 3472, 1199] +Triangle: [3471, 3472, 2804] +Triangle: [3470, 3471, 2802] +Triangle: [2798, 3469, 3470] +Triangle: [3467, 3468, 2796] +Triangle: [3473, 3466, 2790] +Triangle: [3204, 3211, 1201] +Triangle: [3211, 3207, 2435] +Triangle: [1201, 3211, 3474] +Triangle: [1109, 2270, 4532] +Triangle: [1205, 2282, 4538] +Triangle: [44, 2430, 3224] +Triangle: [3218, 3204, 3212] +Triangle: [2529, 3485, 3490] +Triangle: [3433, 3489, 3479] +Triangle: [3330, 3488, 3485] +Triangle: [3332, 3486, 3487] +Triangle: [3338, 3488, 3487] +Triangle: [2492, 2486, 3477] +Triangle: [2491, 2488, 3481] +Triangle: [2492, 3476, 3482] +Triangle: [2491, 3475, 3480] +Triangle: [2487, 3480, 3483] +Triangle: [3530, 2530, 3478] +Triangle: [2490, 3482, 3489] +Triangle: [2530, 2528, 3484] +Triangle: [3442, 3490, 3484] +Triangle: [3336, 3486, 3479] +Triangle: [3477, 3483, 3313] +Triangle: [3311, 3502, 3497] +Triangle: [3315, 3438, 3499] +Triangle: [3310, 3312, 3493] +Triangle: [3307, 3309, 3501] +Triangle: [3310, 3492, 3502] +Triangle: [3307, 3491, 3500] +Triangle: [3308, 3500, 3503] +Triangle: [3556, 3314, 3494] +Triangle: [3315, 3504, 3494] +Triangle: [3440, 3498, 3496] +Triangle: [3318, 3498, 3499] +Triangle: [3493, 3503, 3457] +Triangle: [3430, 3497, 3495] +Triangle: [3316, 3495, 3496] +Triangle: [2451, 2452, 3507] +Triangle: [2452, 2543, 3508] +Triangle: [3565, 3508, 2543] +Triangle: [2451, 3506, 1241] +Triangle: [3509, 3505, 4541] +Triangle: [2423, 3221, 3217] +Triangle: [3566, 3513, 2577] +Triangle: [3513, 3514, 2578] +Triangle: [3511, 3510, 2572] +Triangle: [1248, 3515, 2394] +Triangle: [3515, 3511, 2573] +Triangle: [2575, 3512, 1244] +Triangle: [3514, 3516, 2576] +Triangle: [3516, 3517, 2574] +Triangle: [2574, 3517, 3512] +Triangle: [3326, 3522, 3525] +Triangle: [3325, 3521, 3522] +Triangle: [3519, 3521, 3325] +Triangle: [3324, 3525, 1260] +Triangle: [3520, 3524, 3322] +Triangle: [1254, 3520, 3323] +Triangle: [3524, 3523, 3319] +Triangle: [3518, 3519, 3321] +Triangle: [3567, 3518, 3320] +Triangle: [3523, 3567, 3557] +Triangle: [3510, 3566, 3540] +Triangle: [3509, 3565, 3535] +Triangle: [3309, 3556, 3564] +Triangle: [2488, 3530, 3563] +Triangle: [3501, 3564, 3562] +Triangle: [2525, 3529, 3561] +Triangle: [3403, 3560, 3536] +Triangle: [3377, 3559, 3560] +Triangle: [3087, 3543, 3558] +Triangle: [3319, 3557, 3566] +Triangle: [3481, 3563, 3556] +Triangle: [3227, 3214, 3554] +Triangle: [3214, 2551, 3537] +Triangle: [3094, 3148, 3553] +Triangle: [3140, 3552, 3547] +Triangle: [3132, 3551, 3546] +Triangle: [3071, 3124, 3550] +Triangle: [3097, 3549, 3567] +Triangle: [3124, 3093, 3546] +Triangle: [3148, 3092, 3549] +Triangle: [3094, 3548, 3552] +Triangle: [3095, 3547, 3551] +Triangle: [3544, 3545, 3070] +Triangle: [3453, 3561, 3543] +Triangle: [3065, 3542, 3526] +Triangle: [2572, 3540, 3542] +Triangle: [2569, 3539, 3537] +Triangle: [2438, 3526, 3539] +Triangle: [2555, 3538, 4545] +Triangle: [3536, 3555, 3222] +Triangle: [2424, 3535, 4522] +Triangle: [2422, 3534, 3538] +Triangle: [2422, 2415, 3533] +Triangle: [3532, 3531, 2532] +Triangle: [3455, 3562, 3528] +Triangle: [3530, 3529, 2525] +Triangle: [3531, 3528, 2522] +Triangle: [3527, 3532, 2533] +Triangle: [2517, 2516, 3541] +Triangle: [2516, 2541, 3533] +Triangle: [3577, 3582, 3578] +Triangle: [3573, 3578, 3579] +Triangle: [1311, 3574, 3579] +Triangle: [1312, 1319, 3580] +Triangle: [3575, 3580, 3581] +Triangle: [3576, 3581, 3582] +Triangle: [3582, 3587, 3583] +Triangle: [3578, 3583, 3584] +Triangle: [1318, 3579, 3584] +Triangle: [1319, 1326, 3585] +Triangle: [3580, 3585, 3586] +Triangle: [3581, 3586, 3587] +Triangle: [3587, 3595, 3588] +Triangle: [3583, 3588, 3589] +Triangle: [3584, 3589, 3590] +Triangle: [1325, 323, 3590] +Triangle: [1325, 3591, 3592] +Triangle: [3585, 1326, 3592] +Triangle: [3585, 3593, 3594] +Triangle: [3586, 3594, 3595] +Triangle: [3595, 3603, 3596] +Triangle: [3588, 3596, 3597] +Triangle: [3589, 3597, 3598] +Triangle: [3591, 3590, 3598] +Triangle: [3592, 3591, 3599] +Triangle: [3593, 3592, 3600] +Triangle: [3594, 3593, 3601] +Triangle: [3594, 3602, 3603] +Triangle: [3603, 3611, 3604] +Triangle: [3596, 3604, 3605] +Triangle: [3597, 3605, 3606] +Triangle: [3598, 3606, 3607] +Triangle: [3600, 3599, 3607] +Triangle: [3601, 3600, 3608] +Triangle: [3602, 3601, 3609] +Triangle: [3603, 3602, 3610] +Triangle: [3604, 3611, 3619] +Triangle: [3604, 3612, 3613] +Triangle: [3605, 3613, 3614] +Triangle: [3606, 3614, 3615] +Triangle: [3607, 3615, 3616] +Triangle: [3609, 3608, 3616] +Triangle: [3610, 3609, 3617] +Triangle: [3611, 3610, 3618] +Triangle: [3612, 3619, 3627] +Triangle: [3612, 3620, 3621] +Triangle: [3613, 3621, 3622] +Triangle: [3614, 3622, 3623] +Triangle: [3615, 3623, 3624] +Triangle: [3617, 3616, 3624] +Triangle: [3618, 3617, 3625] +Triangle: [3619, 3618, 3626] +Triangle: [3620, 3627, 3635] +Triangle: [3620, 3628, 3629] +Triangle: [3621, 3629, 3630] +Triangle: [3622, 3630, 3631] +Triangle: [3623, 3631, 3632] +Triangle: [3625, 3624, 3632] +Triangle: [3626, 3625, 3633] +Triangle: [3627, 3626, 3634] +Triangle: [3628, 3635, 3643] +Triangle: [3628, 3636, 3637] +Triangle: [3629, 3637, 3638] +Triangle: [3630, 3638, 3639] +Triangle: [3631, 3639, 3640] +Triangle: [3633, 3632, 3640] +Triangle: [3634, 3633, 3641] +Triangle: [3635, 3634, 3642] +Triangle: [3636, 3643, 3651] +Triangle: [3636, 3644, 3645] +Triangle: [3637, 3645, 3646] +Triangle: [3638, 3646, 3647] +Triangle: [3639, 3647, 3648] +Triangle: [3641, 3640, 3648] +Triangle: [3642, 3641, 3649] +Triangle: [3643, 3642, 3650] +Triangle: [3644, 3651, 3659] +Triangle: [3644, 3652, 3653] +Triangle: [3645, 3653, 3654] +Triangle: [3646, 3654, 3655] +Triangle: [3647, 3655, 3656] +Triangle: [3649, 3648, 3656] +Triangle: [3650, 3649, 3657] +Triangle: [3651, 3650, 3658] +Triangle: [3652, 3659, 3667] +Triangle: [3652, 3660, 3661] +Triangle: [3653, 3661, 3662] +Triangle: [3654, 3662, 3663] +Triangle: [3655, 3663, 3664] +Triangle: [3657, 3656, 3664] +Triangle: [3658, 3657, 3665] +Triangle: [3659, 3658, 3666] +Triangle: [3660, 3667, 3675] +Triangle: [3660, 3668, 3669] +Triangle: [3661, 3669, 3670] +Triangle: [3662, 3670, 3671] +Triangle: [3663, 3671, 3672] +Triangle: [3664, 3672, 3673] +Triangle: [3666, 3665, 3673] +Triangle: [3667, 3666, 3674] +Triangle: [3668, 3675, 3683] +Triangle: [3669, 3668, 3676] +Triangle: [3669, 3677, 3678] +Triangle: [3670, 3678, 3679] +Triangle: [3671, 3679, 3680] +Triangle: [3672, 3680, 3681] +Triangle: [3674, 3673, 3681] +Triangle: [3675, 3674, 3682] +Triangle: [3676, 3683, 3691] +Triangle: [3677, 3676, 3684] +Triangle: [3678, 3677, 3685] +Triangle: [3678, 3686, 3687] +Triangle: [3679, 3687, 3688] +Triangle: [3680, 3688, 3689] +Triangle: [3681, 3689, 3690] +Triangle: [3683, 3682, 3690] +Triangle: [3684, 3691, 3699] +Triangle: [3685, 3684, 3692] +Triangle: [3686, 3685, 3693] +Triangle: [3687, 3686, 3694] +Triangle: [3687, 3695, 3696] +Triangle: [3688, 3696, 3697] +Triangle: [3689, 3697, 3698] +Triangle: [3690, 3698, 3699] +Triangle: [3701, 3708, 3716] +Triangle: [3702, 3701, 3709] +Triangle: [3703, 3702, 3710] +Triangle: [3703, 3711, 3712] +Triangle: [3704, 3712, 3713] +Triangle: [3705, 3713, 3714] +Triangle: [3706, 3714, 3715] +Triangle: [3708, 3707, 3715] +Triangle: [3709, 3716, 3724] +Triangle: [3710, 3709, 3717] +Triangle: [3711, 3710, 3718] +Triangle: [3711, 3719, 3720] +Triangle: [3712, 3720, 3721] +Triangle: [3713, 3721, 3722] +Triangle: [3714, 3722, 3723] +Triangle: [3716, 3715, 3723] +Triangle: [3717, 3724, 3732] +Triangle: [3718, 3717, 3725] +Triangle: [3719, 3718, 3726] +Triangle: [3719, 3727, 3728] +Triangle: [3720, 3728, 3729] +Triangle: [3721, 3729, 3730] +Triangle: [3722, 3730, 3731] +Triangle: [3724, 3723, 3731] +Triangle: [3732, 3740, 3733] +Triangle: [3725, 3733, 3734] +Triangle: [3726, 3734, 3735] +Triangle: [3728, 3727, 3735] +Triangle: [3729, 3728, 3736] +Triangle: [3730, 3729, 3737] +Triangle: [3731, 3730, 3738] +Triangle: [3731, 3739, 3740] +Triangle: [3740, 3748, 3741] +Triangle: [3733, 3741, 3742] +Triangle: [3734, 3742, 3743] +Triangle: [3736, 3735, 3743] +Triangle: [3737, 3736, 3744] +Triangle: [3738, 3737, 3745] +Triangle: [3739, 3738, 3746] +Triangle: [3739, 3747, 3748] +Triangle: [3748, 3756, 3749] +Triangle: [3741, 3749, 3750] +Triangle: [3742, 3750, 3751] +Triangle: [3744, 3743, 3751] +Triangle: [3745, 3744, 3752] +Triangle: [3746, 3745, 3753] +Triangle: [3747, 3746, 3754] +Triangle: [3747, 3755, 3756] +Triangle: [3756, 3764, 3757] +Triangle: [3749, 3757, 3758] +Triangle: [3750, 3758, 3759] +Triangle: [3752, 3751, 3759] +Triangle: [3753, 3752, 3760] +Triangle: [3754, 3753, 3761] +Triangle: [3754, 3762, 3763] +Triangle: [3755, 3763, 3764] +Triangle: [3764, 3772, 3765] +Triangle: [3757, 3765, 3766] +Triangle: [3758, 3766, 3767] +Triangle: [3760, 3759, 3767] +Triangle: [3761, 3760, 3768] +Triangle: [3762, 3761, 3769] +Triangle: [3762, 3770, 3771] +Triangle: [3763, 3771, 3772] +Triangle: [3772, 3780, 3773] +Triangle: [3765, 3773, 3774] +Triangle: [3766, 3774, 3775] +Triangle: [3768, 3767, 3775] +Triangle: [3769, 3768, 3776] +Triangle: [3770, 3769, 3777] +Triangle: [3770, 3778, 3779] +Triangle: [3771, 3779, 3780] +Triangle: [3773, 3780, 3788] +Triangle: [3773, 3781, 3782] +Triangle: [3774, 3782, 3783] +Triangle: [3776, 3775, 3783] +Triangle: [3777, 3776, 3784] +Triangle: [3778, 3777, 3785] +Triangle: [3778, 3786, 3787] +Triangle: [3779, 3787, 3788] +Triangle: [3781, 3788, 3796] +Triangle: [3781, 3789, 3790] +Triangle: [3782, 3790, 3791] +Triangle: [3783, 3791, 3792] +Triangle: [3785, 3784, 3792] +Triangle: [3786, 3785, 3793] +Triangle: [3787, 3786, 3794] +Triangle: [3788, 3787, 3795] +Triangle: [3796, 3804, 3797] +Triangle: [3789, 3797, 3798] +Triangle: [3790, 3798, 3799] +Triangle: [3791, 3799, 3800] +Triangle: [3793, 3792, 3800] +Triangle: [3794, 3793, 3801] +Triangle: [3795, 3794, 3802] +Triangle: [3796, 3795, 3803] +Triangle: [3804, 3812, 3805] +Triangle: [3797, 3805, 3806] +Triangle: [3798, 3806, 3807] +Triangle: [3799, 3807, 3808] +Triangle: [3800, 3808, 3809] +Triangle: [3802, 3801, 3809] +Triangle: [3803, 3802, 3810] +Triangle: [3804, 3803, 3811] +Triangle: [3805, 3812, 3820] +Triangle: [3805, 3813, 3814] +Triangle: [3806, 3814, 3815] +Triangle: [3807, 3815, 3816] +Triangle: [3808, 3816, 3817] +Triangle: [3810, 3809, 3817] +Triangle: [3811, 3810, 3818] +Triangle: [3812, 3811, 3819] +Triangle: [3813, 3820, 3828] +Triangle: [3814, 3813, 3821] +Triangle: [3814, 3822, 3823] +Triangle: [3815, 3823, 3824] +Triangle: [3816, 3824, 3825] +Triangle: [3817, 3825, 3826] +Triangle: [3819, 3818, 3826] +Triangle: [3820, 3819, 3827] +Triangle: [3821, 3828, 3836] +Triangle: [3822, 3821, 3829] +Triangle: [3823, 3822, 3830] +Triangle: [3823, 3831, 3832] +Triangle: [3824, 3832, 3833] +Triangle: [3825, 3833, 3834] +Triangle: [3826, 3834, 3835] +Triangle: [3828, 3827, 3835] +Triangle: [3845, 3853, 3846] +Triangle: [3838, 3846, 3847] +Triangle: [3839, 3847, 3848] +Triangle: [3841, 3840, 3848] +Triangle: [3842, 3841, 3849] +Triangle: [3843, 3842, 3850] +Triangle: [3844, 3843, 3851] +Triangle: [3845, 3844, 3852] +Triangle: [3853, 3861, 3854] +Triangle: [3846, 3854, 3855] +Triangle: [3848, 3847, 3855] +Triangle: [3849, 3848, 3856] +Triangle: [3850, 3849, 3857] +Triangle: [3850, 3858, 3859] +Triangle: [3851, 3859, 3860] +Triangle: [3852, 3860, 3861] +Triangle: [3861, 3869, 3862] +Triangle: [3855, 3854, 3862] +Triangle: [3856, 3855, 3863] +Triangle: [3857, 3856, 3864] +Triangle: [3858, 3857, 3865] +Triangle: [3858, 3866, 3867] +Triangle: [3859, 3867, 3868] +Triangle: [3860, 3868, 3869] +Triangle: [3862, 3869, 3877] +Triangle: [3863, 3862, 3870] +Triangle: [3863, 3871, 3872] +Triangle: [3864, 3872, 3873] +Triangle: [3865, 3873, 3874] +Triangle: [3866, 3874, 3875] +Triangle: [3868, 3867, 3875] +Triangle: [3869, 3868, 3876] +Triangle: [3870, 3877, 3885] +Triangle: [3871, 3870, 3878] +Triangle: [3871, 3879, 3880] +Triangle: [3872, 3880, 3881] +Triangle: [3873, 3881, 3882] +Triangle: [3874, 3882, 3883] +Triangle: [3876, 3875, 3883] +Triangle: [3877, 3876, 3884] +Triangle: [3878, 3885, 3893] +Triangle: [3878, 3886, 3887] +Triangle: [3880, 3879, 3887] +Triangle: [3881, 3880, 3888] +Triangle: [3882, 3881, 3889] +Triangle: [3883, 3882, 3890] +Triangle: [3883, 3891, 3892] +Triangle: [3884, 3892, 3893] +Triangle: [3886, 3893, 3901] +Triangle: [3886, 3894, 3895] +Triangle: [3888, 3887, 3895] +Triangle: [3889, 3888, 3896] +Triangle: [3890, 3889, 3897] +Triangle: [3890, 3898, 3899] +Triangle: [3891, 3899, 3900] +Triangle: [3892, 3900, 3901] +Triangle: [3951, 3952, 3910] +Triangle: [3956, 3951, 3907] +Triangle: [3953, 3908, 3909] +Triangle: [3954, 3909, 3936] +Triangle: [3907, 3910, 3914] +Triangle: [3944, 3907, 3911] +Triangle: [3908, 3912, 3913] +Triangle: [3909, 3913, 3937] +Triangle: [3914, 3918, 3915] +Triangle: [3945, 3911, 3915] +Triangle: [3913, 3912, 3916] +Triangle: [3913, 3917, 3938] +Triangle: [3915, 3918, 3922] +Triangle: [3946, 3915, 3919] +Triangle: [3917, 3916, 3920] +Triangle: [3917, 3921, 3939] +Triangle: [3919, 3922, 3926] +Triangle: [3947, 3919, 3923] +Triangle: [3920, 3924, 3925] +Triangle: [3921, 3925, 3940] +Triangle: [3926, 3930, 3927] +Triangle: [3948, 3923, 3927] +Triangle: [3925, 3924, 3928] +Triangle: [3940, 3925, 3929] +Triangle: [3930, 3934, 3931] +Triangle: [3927, 3931, 3950] +Triangle: [3929, 3928, 3932] +Triangle: [3929, 3933, 3942] +Triangle: [3930, 3941, 3942] +Triangle: [3940, 3941, 3930] +Triangle: [3922, 3939, 3940] +Triangle: [3938, 3939, 3922] +Triangle: [3937, 3938, 3918] +Triangle: [3936, 3937, 3914] +Triangle: [3955, 3936, 3910] +Triangle: [3949, 3950, 3932] +Triangle: [3948, 3949, 3928] +Triangle: [3947, 3948, 3924] +Triangle: [3916, 3946, 3947] +Triangle: [3912, 3945, 3946] +Triangle: [3908, 3944, 3945] +Triangle: [3953, 3956, 3944] +Triangle: [3904, 3943, 3956] +Triangle: [3935, 3955, 3952] +Triangle: [3905, 3954, 3955] +Triangle: [3905, 3904, 3953] +Triangle: [3943, 3903, 3951] +Triangle: [3906, 3952, 3951] +Triangle: [3957, 3960, 3964] +Triangle: [3978, 3957, 3961] +Triangle: [3958, 3962, 3963] +Triangle: [3959, 3963, 3975] +Triangle: [3961, 3964, 3968] +Triangle: [3962, 3979, 3980] +Triangle: [3975, 3976, 3968] +Triangle: [3965, 3980, 3979] +Triangle: [3968, 3972, 3969] +Triangle: [3980, 3965, 3969] +Triangle: [3967, 3966, 3970] +Triangle: [3976, 3967, 3971] +Triangle: [3976, 3977, 3972] +Triangle: [3963, 3967, 3976] +Triangle: [3974, 3975, 3964] +Triangle: [3980, 3981, 3970] +Triangle: [3963, 3962, 3966] +Triangle: [3958, 3978, 3979] +Triangle: [4022, 3982, 3983] +Triangle: [4023, 3986, 3987] +Triangle: [3985, 3984, 4021] +Triangle: [4020, 3987, 3988] +Triangle: [4021, 3984, 3982] +Triangle: [4018, 3983, 3986] +Triangle: [3991, 3998, 3996] +Triangle: [3997, 4000, 3993] +Triangle: [3996, 3997, 3990] +Triangle: [4000, 4001, 3994] +Triangle: [3999, 3998, 3991] +Triangle: [3994, 4001, 4002] +Triangle: [4028, 4025, 4004] +Triangle: [4029, 4026, 4007] +Triangle: [4019, 4027, 4005] +Triangle: [4024, 3988, 4378] +Triangle: [4027, 4028, 4003] +Triangle: [4029, 4006, 4004] +Triangle: [4010, 4008, 4013] +Triangle: [4011, 4016, 4014] +Triangle: [4008, 4009, 4014] +Triangle: [4012, 4017, 4016] +Triangle: [3992, 4010, 4015] +Triangle: [3995, 4002, 4380] +Triangle: [3989, 3982, 3984] +Triangle: [3984, 3985, 3992] +Triangle: [3985, 4005, 4010] +Triangle: [4005, 4003, 4008] +Triangle: [4003, 4004, 4009] +Triangle: [4009, 4004, 4006] +Triangle: [4006, 4007, 4012] +Triangle: [4379, 4378, 3988] +Triangle: [3995, 3988, 3987] +Triangle: [3994, 3987, 3986] +Triangle: [3986, 3983, 3990] +Triangle: [3990, 3983, 3982] +Triangle: [4360, 4029, 4025] +Triangle: [4359, 4028, 4027] +Triangle: [4358, 4024, 4381] +Triangle: [4355, 4027, 4019] +Triangle: [4354, 4026, 4029] +Triangle: [4353, 4025, 4028] +Triangle: [4349, 4018, 4023] +Triangle: [4352, 4021, 4022] +Triangle: [4351, 4020, 4024] +Triangle: [4350, 4019, 4021] +Triangle: [4357, 4023, 4020] +Triangle: [4356, 4022, 4018] +Triangle: [4000, 3997, 4032] +Triangle: [4232, 4032, 4043] +Triangle: [4033, 4034, 4001] +Triangle: [3996, 4043, 4032] +Triangle: [3998, 4042, 4043] +Triangle: [3998, 3999, 4041] +Triangle: [3999, 4015, 4040] +Triangle: [4015, 4013, 4039] +Triangle: [4013, 4014, 4038] +Triangle: [4016, 4037, 4038] +Triangle: [4017, 4036, 4037] +Triangle: [4002, 4035, 4382] +Triangle: [4001, 4034, 4035] +Triangle: [4290, 4291, 4266] +Triangle: [4065, 4364, 4363] +Triangle: [4363, 4365, 4066] +Triangle: [4050, 4048, 4495] +Triangle: [4048, 4049, 4497] +Triangle: [4070, 4053, 4052] +Triangle: [4072, 4054, 4053] +Triangle: [4071, 4052, 4051] +Triangle: [4074, 4055, 4054] +Triangle: [4069, 4073, 4051] +Triangle: [4050, 4055, 4074] +Triangle: [4499, 4057, 4056] +Triangle: [4500, 4491, 4057] +Triangle: [4049, 4051, 4498] +Triangle: [4058, 4490, 4488] +Triangle: [4059, 4362, 4062] +Triangle: [4062, 4366, 4370] +Triangle: [4064, 4066, 4031] +Triangle: [4065, 4064, 4030] +Triangle: [4047, 4364, 4493] +Triangle: [4046, 4056, 4372] +Triangle: [4067, 4069, 4049] +Triangle: [4068, 4067, 4048] +Triangle: [4078, 4079, 4081] +Triangle: [4385, 4383, 4078] +Triangle: [4384, 4385, 4083] +Triangle: [4083, 4081, 4077] +Triangle: [4138, 4139, 4104] +Triangle: [4388, 4095, 4117] +Triangle: [4122, 4099, 4097] +Triangle: [4399, 4134, 4107] +Triangle: [4095, 4096, 4116] +Triangle: [4137, 4102, 4100] +Triangle: [4137, 4138, 4103] +Triangle: [4134, 4088, 4089] +Triangle: [4638, 4086, 4087] +Triangle: [4643, 4641, 4088] +Triangle: [4398, 4386, 4091] +Triangle: [4641, 4123, 4122] +Triangle: [4638, 4636, 4085] +Triangle: [4133, 4091, 4087] +Triangle: [4132, 4089, 4090] +Triangle: [4636, 4637, 4084] +Triangle: [4384, 4075, 4104] +Triangle: [4082, 4076, 4107] +Triangle: [4080, 4082, 4106] +Triangle: [4080, 4105, 4391] +Triangle: [4075, 4077, 4103] +Triangle: [4081, 4102, 4103] +Triangle: [4079, 4100, 4102] +Triangle: [4078, 4101, 4100] +Triangle: [4124, 4115, 4113] +Triangle: [4126, 4109, 4115] +Triangle: [4127, 4108, 4393] +Triangle: [4129, 4128, 4111] +Triangle: [4130, 4129, 4112] +Triangle: [4131, 4130, 4114] +Triangle: [4127, 4131, 4110] +Triangle: [4396, 4125, 4113] +Triangle: [4123, 4093, 4099] +Triangle: [4094, 4092, 4119] +Triangle: [4098, 4094, 4118] +Triangle: [4389, 4093, 4123] +Triangle: [4098, 4120, 4116] +Triangle: [4117, 4116, 4634] +Triangle: [4640, 4122, 4121] +Triangle: [4395, 4117, 4635] +Triangle: [4097, 4125, 4396] +Triangle: [4092, 4094, 4131] +Triangle: [4094, 4098, 4130] +Triangle: [4098, 4096, 4129] +Triangle: [4096, 4095, 4128] +Triangle: [4092, 4127, 4397] +Triangle: [4093, 4126, 4124] +Triangle: [4099, 4124, 4125] +Triangle: [4132, 4135, 4105] +Triangle: [4101, 4133, 4136] +Triangle: [4391, 4398, 4133] +Triangle: [4134, 4132, 4106] +Triangle: [4086, 4085, 4138] +Triangle: [4086, 4137, 4136] +Triangle: [4387, 4088, 4134] +Triangle: [4085, 4084, 4139] +Triangle: [4410, 4159, 4160] +Triangle: [4408, 4161, 4159] +Triangle: [4157, 4163, 4164] +Triangle: [4156, 4164, 4162] +Triangle: [4220, 4185, 4184] +Triangle: [4178, 4176, 4198] +Triangle: [4413, 4178, 4202] +Triangle: [4215, 4188, 4185] +Triangle: [4176, 4177, 4197] +Triangle: [4424, 4218, 4183] +Triangle: [4218, 4219, 4184] +Triangle: [4169, 4170, 4213] +Triangle: [4419, 4201, 4167] +Triangle: [4204, 4169, 4165] +Triangle: [4171, 4172, 4214] +Triangle: [4169, 4204, 4203] +Triangle: [4201, 4199, 4166] +Triangle: [4214, 4172, 4168] +Triangle: [4411, 4171, 4216] +Triangle: [4199, 4200, 4165] +Triangle: [4157, 4156, 4185] +Triangle: [4157, 4188, 4187] +Triangle: [4408, 4163, 4187] +Triangle: [4161, 4186, 4182] +Triangle: [4158, 4184, 4185] +Triangle: [4158, 4162, 4183] +Triangle: [4160, 4181, 4416] +Triangle: [4159, 4182, 4181] +Triangle: [4205, 4196, 4417] +Triangle: [4205, 4207, 4190] +Triangle: [4207, 4208, 4189] +Triangle: [4209, 4192, 4193] +Triangle: [4421, 4210, 4193] +Triangle: [4212, 4211, 4195] +Triangle: [4208, 4212, 4191] +Triangle: [4206, 4194, 4192] +Triangle: [4174, 4180, 4203] +Triangle: [4173, 4200, 4199] +Triangle: [4175, 4199, 4201] +Triangle: [4174, 4204, 4200] +Triangle: [4179, 4201, 4419] +Triangle: [4198, 4197, 4168] +Triangle: [4420, 4202, 4171] +Triangle: [4202, 4198, 4172] +Triangle: [4178, 4206, 4209] +Triangle: [4175, 4212, 4208] +Triangle: [4175, 4179, 4211] +Triangle: [4414, 4177, 4210] +Triangle: [4177, 4176, 4209] +Triangle: [4174, 4173, 4208] +Triangle: [4180, 4174, 4207] +Triangle: [4180, 4205, 4422] +Triangle: [4423, 4216, 4186] +Triangle: [4182, 4214, 4217] +Triangle: [4216, 4214, 4182] +Triangle: [4215, 4213, 4187] +Triangle: [4167, 4166, 4219] +Triangle: [4412, 4167, 4218] +Triangle: [4169, 4215, 4220] +Triangle: [4166, 4165, 4220] +Triangle: [4115, 4142, 4146] +Triangle: [4150, 4154, 4145] +Triangle: [4191, 4195, 4153] +Triangle: [4417, 4196, 4222] +Triangle: [4426, 4425, 4222] +Triangle: [4281, 4282, 4246] +Triangle: [4040, 4039, 4282] +Triangle: [4427, 4426, 4224] +Triangle: [4223, 4228, 4229] +Triangle: [4035, 4225, 4427] +Triangle: [4232, 4233, 4044] +Triangle: [4235, 4234, 4227] +Triangle: [4325, 4308, 4429] +Triangle: [4245, 4324, 4307] +Triangle: [4239, 4240, 4229] +Triangle: [4225, 4227, 4228] +Triangle: [4242, 4241, 4229] +Triangle: [4235, 4238, 4244] +Triangle: [4244, 4240, 4239] +Triangle: [4243, 4242, 4240] +Triangle: [4111, 4316, 4308] +Triangle: [4039, 4038, 4283] +Triangle: [4041, 4040, 4281] +Triangle: [4269, 4246, 4282] +Triangle: [4280, 4281, 4247] +Triangle: [4403, 4430, 4250] +Triangle: [4251, 4249, 4140] +Triangle: [4141, 4250, 4252] +Triangle: [4393, 4431, 4254] +Triangle: [4255, 4253, 4108] +Triangle: [4109, 4254, 4256] +Triangle: [4432, 4258, 4149] +Triangle: [4259, 4257, 4148] +Triangle: [4149, 4258, 4260] +Triangle: [4147, 4252, 4259] +Triangle: [4115, 4256, 4251] +Triangle: [4261, 4262, 4190] +Triangle: [4263, 4261, 4189] +Triangle: [4190, 4262, 4222] +Triangle: [4155, 4260, 4263] +Triangle: [4258, 4261, 4263] +Triangle: [4257, 4259, 4252] +Triangle: [4249, 4251, 4256] +Triangle: [4373, 4063, 4065] +Triangle: [4267, 4264, 4377] +Triangle: [4268, 4264, 4267] +Triangle: [4434, 4433, 4264] +Triangle: [4038, 4037, 4284] +Triangle: [4283, 4284, 4279] +Triangle: [4435, 4438, 4276] +Triangle: [4438, 4248, 4247] +Triangle: [4271, 4270, 4276] +Triangle: [4434, 4268, 4435] +Triangle: [4440, 4270, 4271] +Triangle: [4441, 4271, 4436] +Triangle: [4442, 4272, 4273] +Triangle: [4482, 4443, 4273] +Triangle: [4445, 4444, 4274] +Triangle: [4446, 4445, 4275] +Triangle: [4262, 4261, 4269] +Triangle: [4224, 4222, 4262] +Triangle: [4224, 4279, 4284] +Triangle: [4037, 4036, 4226] +Triangle: [4292, 4280, 4248] +Triangle: [4280, 4289, 4042] +Triangle: [4447, 4246, 4269] +Triangle: [4285, 4278, 4275] +Triangle: [4449, 4285, 4274] +Triangle: [4481, 4448, 4287] +Triangle: [4287, 4277, 4439] +Triangle: [4271, 4277, 4451] +Triangle: [4451, 4277, 4287] +Triangle: [4288, 4286, 4273] +Triangle: [4289, 4233, 4043] +Triangle: [4231, 4232, 4030] +Triangle: [4289, 4291, 4290] +Triangle: [4292, 4291, 4289] +Triangle: [4231, 4031, 4295] +Triangle: [4291, 4292, 4267] +Triangle: [4062, 4362, 4293] +Triangle: [4369, 4367, 4237] +Triangle: [4066, 4060, 4295] +Triangle: [4243, 4244, 4238] +Triangle: [4238, 4486, 4294] +Triangle: [4486, 4238, 4235] +Triangle: [4194, 4221, 4296] +Triangle: [4221, 4229, 4241] +Triangle: [4195, 4298, 4297] +Triangle: [4453, 4300, 4299] +Triangle: [4405, 4153, 4297] +Triangle: [4193, 4300, 4453] +Triangle: [4301, 4192, 4296] +Triangle: [4192, 4301, 4300] +Triangle: [4302, 4301, 4241] +Triangle: [4304, 4299, 4300] +Triangle: [4301, 4302, 4303] +Triangle: [4321, 4315, 4456] +Triangle: [4307, 4306, 4242] +Triangle: [4302, 4242, 4306] +Triangle: [4303, 4302, 4305] +Triangle: [4154, 4311, 4310] +Triangle: [4454, 4313, 4312] +Triangle: [4152, 4313, 4454] +Triangle: [4401, 4145, 4310] +Triangle: [4315, 4321, 4113] +Triangle: [4314, 4320, 4460] +Triangle: [4144, 4317, 4456] +Triangle: [4143, 4312, 4457] +Triangle: [4245, 4238, 4237] +Triangle: [4313, 4152, 4406] +Triangle: [4299, 4304, 4318] +Triangle: [4306, 4318, 4304] +Triangle: [4318, 4306, 4459] +Triangle: [4460, 4320, 4319] +Triangle: [4313, 4319, 4320] +Triangle: [4308, 4323, 4462] +Triangle: [4236, 4309, 4324] +Triangle: [4312, 4320, 4462] +Triangle: [4316, 4317, 4323] +Triangle: [4228, 4227, 4234] +Triangle: [4461, 4322, 4314] +Triangle: [4392, 4113, 4321] +Triangle: [4112, 4326, 4327] +Triangle: [4327, 4255, 4110] +Triangle: [4112, 4111, 4325] +Triangle: [4467, 4328, 4329] +Triangle: [4465, 4330, 4331] +Triangle: [4464, 4322, 4330] +Triangle: [4461, 4309, 4328] +Triangle: [4332, 4328, 4309] +Triangle: [4332, 4236, 4368] +Triangle: [4329, 4328, 4332] +Triangle: [4468, 4331, 4334] +Triangle: [4470, 4334, 4331] +Triangle: [4336, 4335, 4329] +Triangle: [4480, 4469, 4334] +Triangle: [4265, 4266, 4375] +Triangle: [4487, 4336, 4333] +Triangle: [4033, 4032, 4232] +Triangle: [4344, 4337, 3339] +Triangle: [4345, 4339, 3341] +Triangle: [4338, 4340, 3342] +Triangle: [4339, 4346, 3570] +Triangle: [4340, 4344, 3572] +Triangle: [3339, 4337, 4345] +Triangle: [3343, 4341, 4347] +Triangle: [3568, 3344, 4342] +Triangle: [3345, 4343, 4338] +Triangle: [3558, 3570, 4346] +Triangle: [3569, 4347, 4343] +Triangle: [3343, 3568, 4348] +Triangle: [4407, 4473, 4150] +Triangle: [4474, 4473, 4155] +Triangle: [4479, 4474, 4153] +Triangle: [4403, 4475, 4142] +Triangle: [4475, 4147, 4145] +Triangle: [4478, 4476, 4145] +Triangle: [4344, 4356, 4349] +Triangle: [4345, 4357, 4351] +Triangle: [4350, 4352, 4340] +Triangle: [4339, 4351, 4358] +Triangle: [4352, 4356, 4344] +Triangle: [4337, 4349, 4357] +Triangle: [4341, 4353, 4359] +Triangle: [4342, 4354, 4360] +Triangle: [4343, 4355, 4350] +Triangle: [4472, 4346, 4358] +Triangle: [4347, 4359, 4355] +Triangle: [4341, 4348, 4360] +Triangle: [4333, 4332, 4361] +Triangle: [4061, 4366, 4369] +Triangle: [4063, 4487, 4293] +Triangle: [4059, 4493, 4063] +Triangle: [4368, 4236, 4237] +Triangle: [4047, 4045, 4363] +Triangle: [4065, 4063, 4493] +Triangle: [4045, 4046, 4365] +Triangle: [4062, 4361, 4368] +Triangle: [4062, 4367, 4369] +Triangle: [4057, 4371, 4372] +Triangle: [4365, 4372, 4060] +Triangle: [4290, 4265, 4374] +Triangle: [4373, 4044, 4374] +Triangle: [4375, 4376, 4336] +Triangle: [4375, 4266, 4377] +Triangle: [4376, 4471, 4335] +Triangle: [4472, 4477, 4354] +Triangle: [4146, 4476, 4478] +Triangle: [4144, 4400, 4478] +Triangle: [4402, 4478, 4401] +Triangle: [4142, 4475, 4476] +Triangle: [4141, 4147, 4475] +Triangle: [4404, 4154, 4474] +Triangle: [4152, 4404, 4479] +Triangle: [4406, 4479, 4405] +Triangle: [4154, 4150, 4473] +Triangle: [4149, 4155, 4473] +Triangle: [3344, 3558, 4472] +Triangle: [4433, 4255, 4469] +Triangle: [4264, 4433, 4480] +Triangle: [4471, 4480, 4470] +Triangle: [4335, 4470, 4466] +Triangle: [4327, 4468, 4469] +Triangle: [4322, 4461, 4467] +Triangle: [4325, 4464, 4465] +Triangle: [4326, 4465, 4468] +Triangle: [4330, 4467, 4466] +Triangle: [4392, 4463, 4316] +Triangle: [4309, 4461, 4428] +Triangle: [4457, 4462, 4323] +Triangle: [4429, 4462, 4320] +Triangle: [4460, 4459, 4306] +Triangle: [4458, 4459, 4319] +Triangle: [4458, 4406, 4151] +Triangle: [4402, 4457, 4317] +Triangle: [4400, 4456, 4315] +Triangle: [4428, 4460, 4307] +Triangle: [4143, 4401, 4455] +Triangle: [4404, 4454, 4311] +Triangle: [4311, 4454, 4455] +Triangle: [4463, 4456, 4317] +Triangle: [4418, 4453, 4298] +Triangle: [4151, 4405, 4452] +Triangle: [4298, 4453, 4452] +Triangle: [4288, 4451, 4448] +Triangle: [4436, 4451, 4288] +Triangle: [4450, 4439, 4247] +Triangle: [4286, 4448, 4481] +Triangle: [4449, 4481, 4447] +Triangle: [4481, 4450, 4246] +Triangle: [4286, 4449, 4437] +Triangle: [4285, 4447, 4446] +Triangle: [4269, 4261, 4445] +Triangle: [4261, 4258, 4444] +Triangle: [4432, 4257, 4443] +Triangle: [4258, 4432, 4482] +Triangle: [4444, 4482, 4437] +Triangle: [4250, 4442, 4443] +Triangle: [4249, 4441, 4483] +Triangle: [4430, 4483, 4442] +Triangle: [4483, 4436, 4272] +Triangle: [4254, 4440, 4441] +Triangle: [4253, 4434, 4484] +Triangle: [4431, 4484, 4440] +Triangle: [4484, 4435, 4270] +Triangle: [4276, 4438, 4439] +Triangle: [4268, 4248, 4438] +Triangle: [4253, 4255, 4433] +Triangle: [4257, 4432, 4407] +Triangle: [4108, 4253, 4431] +Triangle: [4140, 4249, 4430] +Triangle: [4464, 4429, 4314] +Triangle: [4382, 4427, 4226] +Triangle: [4225, 4223, 4426] +Triangle: [4223, 4221, 4425] +Triangle: [4194, 4417, 4425] +Triangle: [4412, 4424, 4217] +Triangle: [4213, 4423, 4415] +Triangle: [4413, 4422, 4206] +Triangle: [4179, 4414, 4421] +Triangle: [4203, 4420, 4411] +Triangle: [4414, 4419, 4197] +Triangle: [4211, 4421, 4418] +Triangle: [4206, 4422, 4417] +Triangle: [4162, 4409, 4416] +Triangle: [4161, 4408, 4415] +Triangle: [4170, 4411, 4423] +Triangle: [4197, 4419, 4412] +Triangle: [4424, 4416, 4181] +Triangle: [4180, 4413, 4420] +Triangle: [4163, 4408, 4410] +Triangle: [4164, 4410, 4409] +Triangle: [4084, 4387, 4399] +Triangle: [4105, 4135, 4398] +Triangle: [4093, 4389, 4397] +Triangle: [4095, 4388, 4396] +Triangle: [4639, 4121, 4395] +Triangle: [4092, 4389, 4394] +Triangle: [4128, 4396, 4392] +Triangle: [4397, 4393, 4109] +Triangle: [4383, 4391, 4101] +Triangle: [4076, 4384, 4390] +Triangle: [4135, 4090, 4386] +Triangle: [4637, 4643, 4387] +Triangle: [4139, 4399, 4390] +Triangle: [4097, 4388, 4395] +Triangle: [4076, 4082, 4385] +Triangle: [4082, 4080, 4383] +Triangle: [4380, 4382, 4036] +Triangle: [4477, 4381, 4026] +Triangle: [4007, 4378, 4379] +Triangle: [4379, 4380, 4017] +Triangle: [4026, 4381, 4378] +Triangle: [4377, 4264, 4471] +Triangle: [4487, 4063, 4373] +Triangle: [4489, 4492, 4295] +Triangle: [4055, 4488, 4490] +Triangle: [4227, 4225, 4035] +Triangle: [4060, 4372, 4371] +Triangle: [4492, 4485, 4230] +Triangle: [4033, 4231, 4230] +Triangle: [4227, 4034, 4230] +Triangle: [4486, 4485, 4492] +Triangle: [4492, 4489, 4061] +Triangle: [4494, 4061, 4489] +Triangle: [4371, 4057, 4491] +Triangle: [4061, 4494, 4370] +Triangle: [4494, 4491, 4058] +Triangle: [4497, 4498, 4056] +Triangle: [4053, 4500, 4499] +Triangle: [4052, 4499, 4498] +Triangle: [4495, 4497, 4046] +Triangle: [4496, 4495, 4045] +Triangle: [4047, 4059, 4488] +Triangle: [4055, 4050, 4496] +Triangle: [4501, 4073, 4069] +Triangle: [4071, 4073, 4501] +Triangle: [4072, 4070, 4501] +Triangle: [4501, 4067, 4068] +Triangle: [4054, 4490, 4500] +Triangle: [4491, 4500, 4490] +Triangle: [4525, 3349, 3208] +Triangle: [3408, 3389, 3401] +Triangle: [4519, 3382, 2428] +Triangle: [3400, 3394, 4504] +Triangle: [3415, 3400, 4503] +Triangle: [3413, 3393, 4507] +Triangle: [3350, 4504, 3392] +Triangle: [4504, 3394, 3379] +Triangle: [3402, 4521, 3415] +Triangle: [3347, 4509, 4510] +Triangle: [3347, 46, 2253] +Triangle: [3414, 3359, 4510] +Triangle: [3394, 4519, 4513] +Triangle: [4511, 4522, 3559] +Triangle: [3388, 3382, 4519] +Triangle: [3409, 3388, 4520] +Triangle: [4511, 4512, 2423] +Triangle: [2451, 173, 2256] +Triangle: [3386, 4517, 4518] +Triangle: [3379, 4513, 4517] +Triangle: [4522, 4516, 3385] +Triangle: [3384, 3385, 4516] +Triangle: [3383, 3384, 4515] +Triangle: [3378, 3387, 4518] +Triangle: [3409, 4521, 3402] +Triangle: [3382, 4535, 4534] +Triangle: [3217, 3206, 4530] +Triangle: [4527, 3388, 3409] +Triangle: [4527, 3364, 4536] +Triangle: [3381, 3389, 4524] +Triangle: [2270, 1204, 3358] +Triangle: [4528, 3405, 3346] +Triangle: [4531, 3409, 3390] +Triangle: [4540, 3217, 4523] +Triangle: [4532, 3358, 3405] +Triangle: [4529, 3406, 2436] +Triangle: [4535, 3382, 3388] +Triangle: [3388, 4527, 4535] +Triangle: [4534, 4525, 4530] +Triangle: [2282, 47, 2435] +Triangle: [3349, 4525, 4537] +Triangle: [4538, 2435, 3349] +Triangle: [4525, 4534, 4535] +Triangle: [4539, 4545, 3565] +Triangle: [4539, 4541, 2556] +Triangle: [3505, 3217, 4540] +Triangle: [3506, 3507, 4543] +Triangle: [3507, 3508, 4544] +Triangle: [4545, 4544, 3508] +Triangle: [3506, 4542, 2287] +Triangle: [2557, 4540, 4533] +Triangle: [3216, 2425, 3223] +Triangle: [267, 2626, 4546] +Triangle: [2626, 2627, 4547] +Triangle: [2627, 2628, 2816] +Triangle: [4581, 4582, 2695] +Triangle: [4560, 4558, 4581] +Triangle: [4583, 2701, 2693] +Triangle: [4584, 2693, 2692] +Triangle: [4580, 4548, 4561] +Triangle: [4549, 4548, 4580] +Triangle: [4550, 4549, 4586] +Triangle: [4551, 4550, 4587] +Triangle: [4557, 4556, 4589] +Triangle: [4589, 4556, 4555] +Triangle: [4555, 4598, 4596] +Triangle: [4554, 4553, 4592] +Triangle: [4553, 4552, 4593] +Triangle: [4563, 4551, 4588] +Triangle: [4562, 4563, 4594] +Triangle: [4593, 4552, 4562] +Triangle: [4556, 4572, 4571] +Triangle: [4565, 4564, 4548] +Triangle: [4557, 4573, 4572] +Triangle: [4550, 4566, 4565] +Triangle: [4577, 4575, 4559] +Triangle: [4558, 4574, 4573] +Triangle: [4551, 4567, 4566] +Triangle: [4552, 4568, 4578] +Triangle: [4564, 4577, 4561] +Triangle: [4553, 4569, 4568] +Triangle: [4575, 4576, 4560] +Triangle: [4562, 4578, 4579] +Triangle: [4554, 4570, 4569] +Triangle: [4576, 4574, 4558] +Triangle: [4579, 4567, 4551] +Triangle: [4598, 4600, 4570] +Triangle: [4593, 4595, 2688] +Triangle: [2688, 4595, 4594] +Triangle: [4594, 4588, 2689] +Triangle: [2698, 4592, 4593] +Triangle: [4591, 4592, 2698] +Triangle: [4590, 4596, 4597] +Triangle: [4589, 4590, 2696] +Triangle: [4582, 4589, 2703] +Triangle: [4588, 4587, 2690] +Triangle: [4587, 4586, 2691] +Triangle: [2691, 4586, 4580] +Triangle: [2699, 4580, 4585] +Triangle: [4559, 4584, 4585] +Triangle: [4560, 4583, 4584] +Triangle: [4583, 4581, 2694] +Triangle: [4558, 4557, 4582] +Triangle: [4571, 4600, 4598] +Triangle: [4598, 4554, 4591] +Triangle: [2697, 2621, 4599] +Triangle: [4596, 4591, 2697] +Triangle: [2621, 2816, 2628] +Triangle: [4604, 4603, 4605] +Triangle: [4607, 4608, 4606] +Triangle: [4609, 4610, 4608] +Triangle: [4609, 4611, 4612] +Triangle: [4611, 4613, 4614] +Triangle: [4613, 4615, 4616] +Triangle: [4617, 4618, 4616] +Triangle: [4619, 4620, 4618] +Triangle: [4621, 4622, 4620] +Triangle: [4623, 4624, 4622] +Triangle: [4623, 4625, 4626] +Triangle: [4625, 4627, 4628] +Triangle: [4627, 4629, 4630] +Triangle: [4629, 4631, 4632] +Triangle: [4601, 4633, 4632] +Triangle: [4601, 4603, 4604] +Triangle: [4119, 4394, 4643] +Triangle: [4090, 4639, 4642] +Triangle: [4642, 4635, 4091] +Triangle: [4089, 4640, 4639] +Triangle: [4091, 4635, 4634] +Triangle: [4118, 4119, 4637] +Triangle: [4120, 4118, 4636] +Triangle: [4088, 4641, 4640] +Triangle: [4394, 4123, 4641] +Triangle: [4120, 4638, 4634] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999425 +Vertex 1: +Vertex groups: 3 + Group: 'spine', Weight: 0.836326 + Group: 'spine.001', Weight: 0.090082 + Group: 'spine1', Weight: 0.043006 +Vertex 2: +Vertex groups: 3 + Group: 'spine', Weight: 0.835656 + Group: 'spine.001', Weight: 0.088611 + Group: 'spine1', Weight: 0.048553 +Vertex 3: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.115406 + Group: 'spine.003', Weight: 0.395058 + Group: 'shoulder.L', Weight: 0.368170 + Group: 'upper_arm.L', Weight: 0.051657 + Group: 'shoulder.R', Weight: 0.040754 +Vertex 4: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.148105 + Group: 'spine.003', Weight: 0.562162 + Group: 'shoulder.L', Weight: 0.122677 + Group: 'shoulder.R', Weight: 0.122677 +Vertex 5: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.068780 + Group: 'spine.003', Weight: 0.267383 + Group: 'shoulder.L', Weight: 0.534719 + Group: 'upper_arm.L', Weight: 0.035399 + Group: 'shoulder.R', Weight: 0.055499 +Vertex 6: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.068955 + Group: 'spine.003', Weight: 0.501343 + Group: 'shoulder.L', Weight: 0.191656 + Group: 'shoulder.R', Weight: 0.191656 +Vertex 7: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089033 + Group: 'spine.003', Weight: 0.177599 + Group: 'shoulder.L', Weight: 0.151872 + Group: 'upper_arm.L', Weight: 0.568838 +Vertex 8: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107712 + Group: 'spine.003', Weight: 0.181569 + Group: 'shoulder.L', Weight: 0.136085 + Group: 'upper_arm.L', Weight: 0.561274 +Vertex 9: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.115101 + Group: 'spine.003', Weight: 0.187309 + Group: 'shoulder.L', Weight: 0.101247 + Group: 'upper_arm.L', Weight: 0.582196 +Vertex 10: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131039 + Group: 'spine.003', Weight: 0.175148 + Group: 'shoulder.L', Weight: 0.085877 + Group: 'upper_arm.L', Weight: 0.591059 +Vertex 11: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.172420 + Group: 'spine.003', Weight: 0.286620 + Group: 'shoulder.L', Weight: 0.101674 + Group: 'upper_arm.L', Weight: 0.419574 +Vertex 12: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.200335 + Group: 'spine.003', Weight: 0.251630 + Group: 'shoulder.L', Weight: 0.092868 + Group: 'upper_arm.L', Weight: 0.430771 +Vertex 13: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.213215 + Group: 'spine.003', Weight: 0.310427 + Group: 'shoulder.L', Weight: 0.107280 + Group: 'upper_arm.L', Weight: 0.347048 +Vertex 14: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099976 + Group: 'spine.003', Weight: 0.209667 + Group: 'shoulder.L', Weight: 0.173509 + Group: 'upper_arm.L', Weight: 0.502421 +Vertex 15: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.021374 + Group: 'spine.003', Weight: 0.081696 + Group: 'shoulder.L', Weight: 0.323238 + Group: 'upper_arm.L', Weight: 0.547746 +Vertex 16: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.048436 + Group: 'spine.003', Weight: 0.118013 + Group: 'shoulder.L', Weight: 0.457418 + Group: 'upper_arm.L', Weight: 0.358557 +Vertex 17: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.762454 + Group: 'upper_arm.L', Weight: 0.193786 +Vertex 18: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.040194 + Group: 'shoulder.L', Weight: 0.797043 + Group: 'upper_arm.L', Weight: 0.118771 +Vertex 19: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.046894 + Group: 'spine.004', Weight: 0.052870 + Group: 'shoulder.L', Weight: 0.608209 + Group: 'upper_arm.L', Weight: 0.234217 +Vertex 20: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.085326 + Group: 'spine.003', Weight: 0.132797 + Group: 'shoulder.L', Weight: 0.333207 + Group: 'upper_arm.L', Weight: 0.392885 +Vertex 21: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131722 + Group: 'spine.003', Weight: 0.162370 + Group: 'shoulder.L', Weight: 0.285295 + Group: 'upper_arm.L', Weight: 0.369498 +Vertex 22: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.129775 + Group: 'spine.003', Weight: 0.143586 + Group: 'shoulder.L', Weight: 0.158616 + Group: 'upper_arm.L', Weight: 0.545842 +Vertex 23: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.010030 + Group: 'spine.004', Weight: 0.076530 + Group: 'shoulder.L', Weight: 0.662398 + Group: 'upper_arm.L', Weight: 0.183964 +Vertex 24: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.083912 + Group: 'shoulder.L', Weight: 0.688166 + Group: 'upper_arm.L', Weight: 0.181238 +Vertex 25: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.247815 + Group: 'spine.003', Weight: 0.245380 + Group: 'shoulder.L', Weight: 0.121382 + Group: 'upper_arm.L', Weight: 0.347911 +Vertex 26: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.203326 + Group: 'spine.003', Weight: 0.231959 + Group: 'shoulder.L', Weight: 0.242460 + Group: 'upper_arm.L', Weight: 0.257295 +Vertex 27: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.127108 + Group: 'spine.003', Weight: 0.207993 + Group: 'shoulder.L', Weight: 0.279030 + Group: 'upper_arm.L', Weight: 0.309946 + Group: 'shoulder.R', Weight: 0.005167 +Vertex 28: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.057672 + Group: 'spine.004', Weight: 0.119274 + Group: 'shoulder.L', Weight: 0.616171 + Group: 'upper_arm.L', Weight: 0.121978 + Group: 'shoulder.R', Weight: 0.040169 +Vertex 29: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.188896 + Group: 'shoulder.L', Weight: 0.620574 + Group: 'upper_arm.L', Weight: 0.095450 + Group: 'shoulder.R', Weight: 0.006317 +Vertex 30: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.121889 + Group: 'shoulder.L', Weight: 0.714066 + Group: 'upper_arm.L', Weight: 0.112689 +Vertex 31: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037620 + Group: 'spine.002', Weight: 0.615593 + Group: 'spine.003', Weight: 0.136524 + Group: 'shoulder.L', Weight: 0.047578 + Group: 'upper_arm.L', Weight: 0.140064 +Vertex 32: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040062 + Group: 'spine.002', Weight: 0.540467 + Group: 'spine.003', Weight: 0.165664 + Group: 'shoulder.L', Weight: 0.068285 + Group: 'upper_arm.L', Weight: 0.159374 +Vertex 33: +Vertex groups: 3 + Group: 'spine', Weight: 0.055545 + Group: 'spine.001', Weight: 0.335975 + Group: 'spine.002', Weight: 0.567258 +Vertex 34: +Vertex groups: 5 + Group: 'spine', Weight: 0.053970 + Group: 'spine.001', Weight: 0.240900 + Group: 'spine.002', Weight: 0.617407 + Group: 'spine.003', Weight: 0.032999 + Group: 'upper_arm.L', Weight: 0.002920 +Vertex 35: +Vertex groups: 3 + Group: 'spine', Weight: 0.225108 + Group: 'spine.001', Weight: 0.628920 + Group: 'spine.002', Weight: 0.132458 +Vertex 36: +Vertex groups: 3 + Group: 'spine', Weight: 0.228772 + Group: 'spine.001', Weight: 0.591090 + Group: 'spine.002', Weight: 0.160366 +Vertex 37: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.025667 + Group: 'spine.002', Weight: 0.624349 + Group: 'spine.003', Weight: 0.170238 + Group: 'shoulder.L', Weight: 0.047112 + Group: 'upper_arm.L', Weight: 0.106224 +Vertex 38: +Vertex groups: 3 + Group: 'spine', Weight: 0.072258 + Group: 'spine.001', Weight: 0.508373 + Group: 'spine.002', Weight: 0.398866 +Vertex 39: +Vertex groups: 3 + Group: 'spine', Weight: 0.273863 + Group: 'spine.001', Weight: 0.615550 + Group: 'spine.002', Weight: 0.099143 +Vertex 40: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.053154 + Group: 'spine.002', Weight: 0.782398 + Group: 'spine.003', Weight: 0.100473 +Vertex 41: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.030256 + Group: 'spine.002', Weight: 0.657454 + Group: 'spine.003', Weight: 0.183054 + Group: 'shoulder.L', Weight: 0.038030 + Group: 'upper_arm.L', Weight: 0.061579 +Vertex 42: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.067276 + Group: 'spine.003', Weight: 0.191444 + Group: 'shoulder.L', Weight: 0.579370 + Group: 'upper_arm.L', Weight: 0.123812 +Vertex 43: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.036560 + Group: 'spine.003', Weight: 0.135336 + Group: 'shoulder.L', Weight: 0.698335 + Group: 'upper_arm.L', Weight: 0.080269 +Vertex 44: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.045918 + Group: 'spine.002', Weight: 0.792086 + Group: 'spine.003', Weight: 0.103876 +Vertex 45: +Vertex groups: 3 + Group: 'spine', Weight: 0.197297 + Group: 'spine.001', Weight: 0.696585 + Group: 'spine.002', Weight: 0.097567 +Vertex 46: +Vertex groups: 3 + Group: 'spine', Weight: 0.208759 + Group: 'spine.001', Weight: 0.699277 + Group: 'spine.002', Weight: 0.084018 +Vertex 47: +Vertex groups: 2 + Group: 'spine.001', Weight: 0.259326 + Group: 'spine.002', Weight: 0.680355 +Vertex 48: +Vertex groups: 3 + Group: 'spine', Weight: 0.000206 + Group: 'spine.001', Weight: 0.280681 + Group: 'spine.002', Weight: 0.658539 +Vertex 49: +Vertex groups: 3 + Group: 'spine', Weight: 0.045113 + Group: 'spine.001', Weight: 0.493547 + Group: 'spine.002', Weight: 0.436937 +Vertex 50: +Vertex groups: 3 + Group: 'spine', Weight: 0.205276 + Group: 'spine.001', Weight: 0.677212 + Group: 'spine.002', Weight: 0.107656 +Vertex 51: +Vertex groups: 3 + Group: 'spine', Weight: 0.742425 + Group: 'spine.001', Weight: 0.191323 + Group: 'spine.002', Weight: 0.021880 +Vertex 52: +Vertex groups: 4 + Group: 'spine', Weight: 0.725094 + Group: 'spine.001', Weight: 0.205251 + Group: 'spine.002', Weight: 0.024484 + Group: 'spine1', Weight: 0.001281 +Vertex 53: +Vertex groups: 3 + Group: 'spine', Weight: 0.855750 + Group: 'spine.001', Weight: 0.058739 + Group: 'spine1', Weight: 0.074174 +Vertex 54: +Vertex groups: 3 + Group: 'spine', Weight: 0.877903 + Group: 'spine.001', Weight: 0.038352 + Group: 'spine1', Weight: 0.069707 +Vertex 55: +Vertex groups: 3 + Group: 'spine', Weight: 0.865988 + Group: 'spine.001', Weight: 0.045477 + Group: 'spine1', Weight: 0.076916 +Vertex 56: +Vertex groups: 3 + Group: 'spine', Weight: 0.849942 + Group: 'spine.001', Weight: 0.080407 + Group: 'spine1', Weight: 0.054881 +Vertex 57: +Vertex groups: 4 + Group: 'spine', Weight: 0.785702 + Group: 'spine.001', Weight: 0.158034 + Group: 'spine.002', Weight: 0.002761 + Group: 'spine1', Weight: 0.000783 +Vertex 58: +Vertex groups: 3 + Group: 'spine', Weight: 0.835423 + Group: 'spine.001', Weight: 0.096585 + Group: 'spine1', Weight: 0.048108 +Vertex 59: +Vertex groups: 3 + Group: 'spine', Weight: 0.756839 + Group: 'spine.001', Weight: 0.170307 + Group: 'spine.002', Weight: 0.032143 +Vertex 60: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.076488 + Group: 'spine.004', Weight: 0.397824 + Group: 'shoulder.L', Weight: 0.304120 + Group: 'upper_arm.L', Weight: 0.031881 + Group: 'shoulder.R', Weight: 0.114123 +Vertex 61: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.462725 + Group: 'shoulder.R', Weight: 0.182106 + Group: 'shoulder.L', Weight: 0.182103 + Group: 'spine.002', Weight: 0.109696 + Group: 'upper_arm.R', Weight: 0.063371 +Vertex 62: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.478502 + Group: 'spine.002', Weight: 0.259897 + Group: 'shoulder.L', Weight: 0.102224 + Group: 'shoulder.R', Weight: 0.102211 + Group: 'upper_arm.L', Weight: 0.057166 +Vertex 63: +Vertex groups: 4 + Group: 'spine', Weight: 0.080055 + Group: 'spine.001', Weight: 0.263059 + Group: 'spine.002', Weight: 0.578978 + Group: 'spine.003', Weight: 0.036341 +Vertex 64: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.167247 + Group: 'spine.003', Weight: 0.389941 + Group: 'shoulder.L', Weight: 0.187878 + Group: 'upper_arm.L', Weight: 0.131945 + Group: 'shoulder.R', Weight: 0.051824 +Vertex 65: +Vertex groups: 4 + Group: 'spine', Weight: 0.084576 + Group: 'spine.001', Weight: 0.283053 + Group: 'spine.002', Weight: 0.554929 + Group: 'spine.003', Weight: 0.033987 +Vertex 66: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.026031 + Group: 'spine.002', Weight: 0.335974 + Group: 'spine.003', Weight: 0.316051 + Group: 'shoulder.L', Weight: 0.124306 + Group: 'upper_arm.L', Weight: 0.137844 +Vertex 67: +Vertex groups: 4 + Group: 'spine', Weight: 0.131371 + Group: 'spine.001', Weight: 0.469006 + Group: 'spine.002', Weight: 0.348637 + Group: 'spine.003', Weight: 0.000622 +Vertex 68: +Vertex groups: 3 + Group: 'spine', Weight: 0.543293 + Group: 'spine.001', Weight: 0.342631 + Group: 'spine.002', Weight: 0.090051 +Vertex 69: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697635 + Group: 'spine.003', Weight: 0.149428 + Group: 'spine.001', Weight: 0.109506 + Group: 'upper_arm.L', Weight: 0.023570 + Group: 'shoulder.L', Weight: 0.019862 +Vertex 70: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.695958 + Group: 'spine.001', Weight: 0.153444 + Group: 'spine.003', Weight: 0.096064 + Group: 'spine', Weight: 0.028683 + Group: 'upper_arm.L', Weight: 0.025851 +Vertex 71: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.247882 + Group: 'upper_arm.L', Weight: 0.731331 +Vertex 72: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.088247 + Group: 'upper_arm.L', Weight: 0.886785 +Vertex 73: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.001239 + Group: 'spine.003', Weight: 0.056435 + Group: 'shoulder.L', Weight: 0.226595 + Group: 'upper_arm.L', Weight: 0.683407 +Vertex 74: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.071558 + Group: 'spine.003', Weight: 0.133413 + Group: 'shoulder.L', Weight: 0.106451 + Group: 'upper_arm.L', Weight: 0.678746 +Vertex 75: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.203379 + Group: 'upper_arm.L', Weight: 0.785124 +Vertex 76: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.198323 + Group: 'upper_arm.L', Weight: 0.786249 +Vertex 77: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.083054 + Group: 'upper_arm.L', Weight: 0.909609 +Vertex 78: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.062359 + Group: 'upper_arm.L', Weight: 0.931375 +Vertex 79: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.354783 + Group: 'upper_arm.L', Weight: 0.629871 +Vertex 80: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.320087 + Group: 'upper_arm.L', Weight: 0.657037 +Vertex 81: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.821501 + Group: 'upper_arm.L', Weight: 0.141762 +Vertex 82: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.043322 + Group: 'shoulder.L', Weight: 0.769709 + Group: 'upper_arm.L', Weight: 0.163474 +Vertex 83: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002326 + Group: 'shoulder.L', Weight: 0.657662 + Group: 'upper_arm.L', Weight: 0.302159 +Vertex 84: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.703228 + Group: 'upper_arm.L', Weight: 0.270690 +Vertex 85: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.574383 + Group: 'upper_arm.L', Weight: 0.408089 +Vertex 86: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.697939 + Group: 'upper_arm.L', Weight: 0.275640 +Vertex 87: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.084731 + Group: 'spine.003', Weight: 0.140543 + Group: 'shoulder.L', Weight: 0.097091 + Group: 'upper_arm.L', Weight: 0.666563 +Vertex 88: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089539 + Group: 'spine.003', Weight: 0.119107 + Group: 'shoulder.L', Weight: 0.075175 + Group: 'upper_arm.L', Weight: 0.703321 +Vertex 89: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.104393 + Group: 'spine.003', Weight: 0.118452 + Group: 'shoulder.L', Weight: 0.127160 + Group: 'upper_arm.L', Weight: 0.631541 +Vertex 90: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990396 +Vertex 91: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.975113 +Vertex 92: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994474 +Vertex 93: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996533 +Vertex 94: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.962558 +Vertex 95: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.959730 +Vertex 96: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.969580 +Vertex 97: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.617030 + Group: 'forearm.L', Weight: 0.382497 +Vertex 98: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.419600 + Group: 'forearm.L', Weight: 0.579913 +Vertex 99: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.608589 + Group: 'forearm.L', Weight: 0.391245 +Vertex 100: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.370374 + Group: 'forearm.L', Weight: 0.629241 +Vertex 101: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.410697 + Group: 'forearm.L', Weight: 0.588878 +Vertex 102: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.374896 + Group: 'forearm.L', Weight: 0.624742 +Vertex 103: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.412214 + Group: 'forearm.L', Weight: 0.587521 +Vertex 104: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.799033 + Group: 'forearm.L', Weight: 0.200503 +Vertex 105: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.729814 + Group: 'forearm.L', Weight: 0.269682 +Vertex 106: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.723087 + Group: 'forearm.L', Weight: 0.276304 +Vertex 107: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.754766 + Group: 'forearm.L', Weight: 0.244762 +Vertex 108: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.892860 + Group: 'forearm.L', Weight: 0.107041 +Vertex 109: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.749944 + Group: 'forearm.L', Weight: 0.249500 +Vertex 110: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.795341 + Group: 'forearm.L', Weight: 0.204393 +Vertex 111: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.002341 + Group: 'shoulder.L', Weight: 0.013730 + Group: 'upper_arm.L', Weight: 0.914452 +Vertex 112: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.016725 + Group: 'shoulder.L', Weight: 0.010144 + Group: 'upper_arm.L', Weight: 0.905797 +Vertex 113: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.059646 + Group: 'spine.003', Weight: 0.070426 + Group: 'shoulder.L', Weight: 0.077084 + Group: 'upper_arm.L', Weight: 0.780943 +Vertex 114: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.045216 + Group: 'spine.003', Weight: 0.061591 + Group: 'shoulder.L', Weight: 0.048710 + Group: 'upper_arm.L', Weight: 0.833099 +Vertex 115: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002683 + Group: 'spine.003', Weight: 0.028026 + Group: 'shoulder.L', Weight: 0.013758 + Group: 'upper_arm.L', Weight: 0.897857 +Vertex 116: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.971917 +Vertex 117: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990490 +Vertex 118: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.000746 + Group: 'shoulder.L', Weight: 0.008349 + Group: 'upper_arm.L', Weight: 0.927473 +Vertex 119: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.985854 +Vertex 120: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.090055 + Group: 'spine.003', Weight: 0.138833 + Group: 'shoulder.L', Weight: 0.085176 + Group: 'upper_arm.L', Weight: 0.674138 +Vertex 121: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.041746 + Group: 'spine.003', Weight: 0.066328 + Group: 'shoulder.L', Weight: 0.046083 + Group: 'upper_arm.L', Weight: 0.832449 +Vertex 122: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.025337 + Group: 'spine.003', Weight: 0.074588 + Group: 'spine.004', Weight: 0.004521 + Group: 'shoulder.L', Weight: 0.374069 + Group: 'upper_arm.L', Weight: 0.452107 +Vertex 123: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.212681 + Group: 'upper_arm.L', Weight: 0.752022 +Vertex 124: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.086627 + Group: 'upper_arm.L', Weight: 0.888727 +Vertex 125: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.008669 + Group: 'spine.004', Weight: 0.009307 + Group: 'shoulder.L', Weight: 0.538900 + Group: 'upper_arm.L', Weight: 0.368090 +Vertex 126: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002100 + Group: 'spine.003', Weight: 0.035467 + Group: 'shoulder.L', Weight: 0.257139 + Group: 'upper_arm.L', Weight: 0.643776 +Vertex 127: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.185788 + Group: 'upper_arm.L', Weight: 0.790940 +Vertex 128: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.046643 + Group: 'upper_arm.L', Weight: 0.944114 +Vertex 129: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.384843 + Group: 'upper_arm.L', Weight: 0.571450 +Vertex 130: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052395 + Group: 'shoulder.L', Weight: 0.644064 + Group: 'upper_arm.L', Weight: 0.270150 +Vertex 131: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012347 + Group: 'shoulder.L', Weight: 0.556416 + Group: 'upper_arm.L', Weight: 0.377203 +Vertex 132: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051981 + Group: 'shoulder.L', Weight: 0.641144 + Group: 'upper_arm.L', Weight: 0.250324 +Vertex 133: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063395 + Group: 'spine.003', Weight: 0.093602 + Group: 'shoulder.L', Weight: 0.307198 + Group: 'upper_arm.L', Weight: 0.495032 +Vertex 134: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.156085 + Group: 'spine.003', Weight: 0.169355 + Group: 'shoulder.L', Weight: 0.218966 + Group: 'upper_arm.L', Weight: 0.416452 +Vertex 135: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.112938 + Group: 'spine.003', Weight: 0.125573 + Group: 'shoulder.L', Weight: 0.198563 + Group: 'upper_arm.L', Weight: 0.534113 +Vertex 136: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.984690 +Vertex 137: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.971403 +Vertex 138: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.995215 +Vertex 139: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.963028 +Vertex 140: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.972514 +Vertex 141: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.537929 + Group: 'forearm.L', Weight: 0.461969 +Vertex 142: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.697578 + Group: 'forearm.L', Weight: 0.302321 +Vertex 143: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.368715 + Group: 'forearm.L', Weight: 0.630988 +Vertex 144: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.460740 + Group: 'forearm.L', Weight: 0.539022 +Vertex 145: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.728746 + Group: 'forearm.L', Weight: 0.271141 +Vertex 146: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.755897 + Group: 'forearm.L', Weight: 0.243784 +Vertex 147: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.810320 + Group: 'forearm.L', Weight: 0.189458 +Vertex 148: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.714610 + Group: 'forearm.L', Weight: 0.284938 +Vertex 149: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.902210 + Group: 'forearm.L', Weight: 0.097647 +Vertex 150: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.008088 + Group: 'shoulder.L', Weight: 0.051082 + Group: 'upper_arm.L', Weight: 0.886797 +Vertex 151: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.068757 + Group: 'spine.003', Weight: 0.078251 + Group: 'shoulder.L', Weight: 0.118842 + Group: 'upper_arm.L', Weight: 0.716707 +Vertex 152: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.016553 + Group: 'spine.003', Weight: 0.031645 + Group: 'shoulder.L', Weight: 0.089508 + Group: 'upper_arm.L', Weight: 0.823600 +Vertex 153: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.973470 +Vertex 154: +Vertex groups: 2 + Group: 'shoulder.L', Weight: 0.069645 + Group: 'upper_arm.L', Weight: 0.882112 +Vertex 155: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990221 +Vertex 156: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099941 + Group: 'spine.003', Weight: 0.123276 + Group: 'shoulder.L', Weight: 0.269761 + Group: 'upper_arm.L', Weight: 0.467892 +Vertex 157: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.073577 + Group: 'spine.003', Weight: 0.089013 + Group: 'shoulder.L', Weight: 0.180179 + Group: 'upper_arm.L', Weight: 0.631232 +Vertex 158: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.505117 + Group: 'upper_arm.L', Weight: 0.254649 + Group: 'spine.003', Weight: 0.146395 + Group: 'spine.002', Weight: 0.060672 + Group: 'shoulder.R', Weight: 0.033167 +Vertex 159: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.245408 + Group: 'spine.003', Weight: 0.253313 + Group: 'shoulder.L', Weight: 0.168811 + Group: 'upper_arm.L', Weight: 0.279049 +Vertex 160: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037469 + Group: 'spine.002', Weight: 0.419690 + Group: 'spine.003', Weight: 0.254370 + Group: 'shoulder.L', Weight: 0.095169 + Group: 'upper_arm.L', Weight: 0.155946 +Vertex 161: +Vertex groups: 5 + Group: 'spine', Weight: 0.037259 + Group: 'spine.001', Weight: 0.177205 + Group: 'spine.002', Weight: 0.649272 + Group: 'spine.003', Weight: 0.064183 + Group: 'upper_arm.L', Weight: 0.019965 +Vertex 162: +Vertex groups: 3 + Group: 'spine', Weight: 0.222577 + Group: 'spine.001', Weight: 0.548043 + Group: 'spine.002', Weight: 0.200581 +Vertex 163: +Vertex groups: 3 + Group: 'spine', Weight: 0.706284 + Group: 'spine.001', Weight: 0.235642 + Group: 'spine.002', Weight: 0.022420 +Vertex 164: +Vertex groups: 3 + Group: 'spine', Weight: 0.639856 + Group: 'spine.001', Weight: 0.290339 + Group: 'spine.002', Weight: 0.050086 +Vertex 165: +Vertex groups: 2 + Group: 'spine', Weight: 0.761773 + Group: 'spine.001', Weight: 0.188246 +Vertex 166: +Vertex groups: 2 + Group: 'spine', Weight: 0.729143 + Group: 'spine.001', Weight: 0.232875 +Vertex 167: +Vertex groups: 2 + Group: 'spine', Weight: 0.795713 + Group: 'spine.001', Weight: 0.168240 +Vertex 168: +Vertex groups: 2 + Group: 'spine', Weight: 0.762006 + Group: 'spine.001', Weight: 0.195093 +Vertex 169: +Vertex groups: 3 + Group: 'spine', Weight: 0.563564 + Group: 'spine.001', Weight: 0.334577 + Group: 'spine.002', Weight: 0.078078 +Vertex 170: +Vertex groups: 3 + Group: 'spine', Weight: 0.591492 + Group: 'spine.001', Weight: 0.313358 + Group: 'spine.002', Weight: 0.072856 +Vertex 171: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086472 + Group: 'shoulder.L', Weight: 0.786144 + Group: 'upper_arm.L', Weight: 0.095030 +Vertex 172: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.041705 + Group: 'shoulder.L', Weight: 0.875086 + Group: 'upper_arm.L', Weight: 0.056690 +Vertex 173: +Vertex groups: 4 + Group: 'spine', Weight: 0.006106 + Group: 'spine.001', Weight: 0.096685 + Group: 'spine.002', Weight: 0.648113 + Group: 'spine.003', Weight: 0.133873 +Vertex 174: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.449334 + Group: 'spine.003', Weight: 0.247193 + Group: 'upper_arm.L', Weight: 0.139266 + Group: 'shoulder.R', Weight: 0.084065 + Group: 'spine.002', Weight: 0.080142 +Vertex 175: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.085544 + Group: 'spine.002', Weight: 0.673573 + Group: 'spine.003', Weight: 0.097798 + Group: 'shoulder.L', Weight: 0.023192 + Group: 'upper_arm.L', Weight: 0.078906 +Vertex 176: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.094842 + Group: 'spine.002', Weight: 0.724418 + Group: 'spine.003', Weight: 0.073571 + Group: 'upper_arm.L', Weight: 0.059220 +Vertex 177: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.088001 + Group: 'spine.002', Weight: 0.764033 + Group: 'spine.003', Weight: 0.074578 + Group: 'upper_arm.L', Weight: 0.021018 +Vertex 178: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.078807 + Group: 'spine.002', Weight: 0.799922 + Group: 'spine.003', Weight: 0.070267 +Vertex 179: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.089078 + Group: 'spine.002', Weight: 0.810786 + Group: 'spine.003', Weight: 0.059180 +Vertex 180: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.082015 + Group: 'spine.002', Weight: 0.788597 + Group: 'spine.003', Weight: 0.070992 +Vertex 181: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.584791 + Group: 'spine.003', Weight: 0.276488 + Group: 'spine.001', Weight: 0.056453 + Group: 'shoulder.R', Weight: 0.041135 + Group: 'shoulder.L', Weight: 0.041134 +Vertex 182: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.448789 + Group: 'spine.003', Weight: 0.335927 + Group: 'shoulder.L', Weight: 0.086686 + Group: 'upper_arm.L', Weight: 0.080699 + Group: 'spine.001', Weight: 0.047899 +Vertex 183: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.070452 + Group: 'spine.002', Weight: 0.557707 + Group: 'spine.003', Weight: 0.188047 + Group: 'shoulder.L', Weight: 0.061851 + Group: 'upper_arm.L', Weight: 0.076810 +Vertex 184: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.080180 + Group: 'spine.002', Weight: 0.611425 + Group: 'spine.003', Weight: 0.140500 + Group: 'shoulder.L', Weight: 0.050254 + Group: 'upper_arm.L', Weight: 0.082673 +Vertex 185: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.508883 + Group: 'spine.004', Weight: 0.322153 + Group: 'upper_arm.L', Weight: 0.064601 + Group: 'shoulder.R', Weight: 0.064530 + Group: 'spine.003', Weight: 0.039834 +Vertex 186: +Vertex groups: 5 + Group: 'shoulder.L', Weight: 0.605659 + Group: 'spine.004', Weight: 0.282925 + Group: 'upper_arm.L', Weight: 0.079699 + Group: 'shoulder.R', Weight: 0.021375 + Group: 'spine.005', Weight: 0.010343 +Vertex 187: +Vertex groups: 3 + Group: 'spine', Weight: 0.818104 + Group: 'spine.001', Weight: 0.136615 + Group: 'spine1', Weight: 0.009114 +Vertex 188: +Vertex groups: 3 + Group: 'spine', Weight: 0.826207 + Group: 'spine.001', Weight: 0.118699 + Group: 'spine1', Weight: 0.022844 +Vertex 189: +Vertex groups: 3 + Group: 'spine', Weight: 0.783924 + Group: 'spine.001', Weight: 0.159831 + Group: 'spine1', Weight: 0.006555 +Vertex 190: +Vertex groups: 3 + Group: 'spine', Weight: 0.733120 + Group: 'spine.001', Weight: 0.208270 + Group: 'spine.002', Weight: 0.018962 +Vertex 191: +Vertex groups: 3 + Group: 'spine', Weight: 0.692626 + Group: 'spine.001', Weight: 0.235265 + Group: 'spine.002', Weight: 0.042489 +Vertex 192: +Vertex groups: 3 + Group: 'spine', Weight: 0.841354 + Group: 'spine.001', Weight: 0.112360 + Group: 'spine1', Weight: 0.017120 +Vertex 193: +Vertex groups: 3 + Group: 'spine', Weight: 0.864753 + Group: 'spine.001', Weight: 0.090884 + Group: 'spine1', Weight: 0.018059 +Vertex 194: +Vertex groups: 3 + Group: 'spine', Weight: 0.648221 + Group: 'spine.001', Weight: 0.275829 + Group: 'spine.002', Weight: 0.046057 +Vertex 195: +Vertex groups: 3 + Group: 'spine', Weight: 0.732512 + Group: 'spine.001', Weight: 0.191258 + Group: 'spine.002', Weight: 0.043794 +Vertex 196: +Vertex groups: 3 + Group: 'spine', Weight: 0.834612 + Group: 'spine.001', Weight: 0.073453 + Group: 'spine1', Weight: 0.071816 +Vertex 197: +Vertex groups: 3 + Group: 'spine', Weight: 0.827008 + Group: 'spine.001', Weight: 0.096090 + Group: 'spine1', Weight: 0.051956 +Vertex 198: +Vertex groups: 2 + Group: 'spine', Weight: 0.637811 + Group: 'spine1', Weight: 0.331537 +Vertex 199: +Vertex groups: 2 + Group: 'spine', Weight: 0.706787 + Group: 'spine1', Weight: 0.266398 +Vertex 200: +Vertex groups: 2 + Group: 'spine', Weight: 0.651356 + Group: 'spine1', Weight: 0.320029 +Vertex 201: +Vertex groups: 2 + Group: 'spine', Weight: 0.659751 + Group: 'spine1', Weight: 0.307312 +Vertex 202: +Vertex groups: 3 + Group: 'spine', Weight: 0.791768 + Group: 'spine.001', Weight: 0.023875 + Group: 'spine1', Weight: 0.153511 +Vertex 203: +Vertex groups: 2 + Group: 'spine', Weight: 0.698371 + Group: 'spine1', Weight: 0.264853 +Vertex 204: +Vertex groups: 3 + Group: 'spine', Weight: 0.751218 + Group: 'spine.001', Weight: 0.176141 + Group: 'spine.002', Weight: 0.031985 +Vertex 205: +Vertex groups: 3 + Group: 'spine', Weight: 0.714206 + Group: 'spine.001', Weight: 0.208221 + Group: 'spine.002', Weight: 0.047770 +Vertex 206: +Vertex groups: 3 + Group: 'spine', Weight: 0.553407 + Group: 'spine.001', Weight: 0.333268 + Group: 'spine.002', Weight: 0.089453 +Vertex 207: +Vertex groups: 2 + Group: 'spine.004', Weight: 0.080727 + Group: 'shoulder.L', Weight: 0.862345 +Vertex 208: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004300 + Group: 'spine.004', Weight: 0.072657 + Group: 'shoulder.L', Weight: 0.849531 +Vertex 209: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.113805 + Group: 'shoulder.L', Weight: 0.813474 + Group: 'upper_arm.L', Weight: 0.020196 +Vertex 210: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.145393 + Group: 'spine.005', Weight: 0.002737 + Group: 'shoulder.L', Weight: 0.739763 + Group: 'upper_arm.L', Weight: 0.065155 +Vertex 211: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.209292 + Group: 'spine.005', Weight: 0.014019 + Group: 'shoulder.L', Weight: 0.634274 + Group: 'upper_arm.L', Weight: 0.075906 +Vertex 212: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.435556 + Group: 'shoulder.L', Weight: 0.216386 + Group: 'shoulder.R', Weight: 0.216385 + Group: 'spine.003', Weight: 0.123091 + Group: 'upper_arm.R', Weight: 0.008581 +Vertex 213: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052095 + Group: 'spine.005', Weight: 0.567285 + Group: 'Head', Weight: 0.375973 +Vertex 214: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.050403 + Group: 'spine.005', Weight: 0.564038 + Group: 'Head', Weight: 0.381103 +Vertex 215: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.068324 + Group: 'spine.005', Weight: 0.664955 + Group: 'Head', Weight: 0.256811 +Vertex 216: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066909 + Group: 'spine.005', Weight: 0.567923 + Group: 'Head', Weight: 0.351489 +Vertex 217: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023926 + Group: 'spine.005', Weight: 0.590191 + Group: 'Head', Weight: 0.369456 +Vertex 218: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.552369 + Group: 'Head', Weight: 0.420717 +Vertex 219: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.060931 + Group: 'spine.005', Weight: 0.597684 + Group: 'Head', Weight: 0.335663 +Vertex 220: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.022392 + Group: 'spine.005', Weight: 0.588035 + Group: 'Head', Weight: 0.372398 +Vertex 221: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.522346 + Group: 'Head', Weight: 0.453027 +Vertex 222: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.490449 + Group: 'Head', Weight: 0.490722 +Vertex 223: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489957 + Group: 'Head', Weight: 0.490691 +Vertex 224: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.430563 + Group: 'Head', Weight: 0.555973 +Vertex 225: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.422736 + Group: 'Head', Weight: 0.564100 +Vertex 226: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.346949 + Group: 'Head', Weight: 0.642928 +Vertex 227: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352636 + Group: 'Head', Weight: 0.636953 +Vertex 228: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.334243 + Group: 'Head', Weight: 0.655445 +Vertex 229: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.263741 + Group: 'Head', Weight: 0.727872 +Vertex 230: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258323 + Group: 'Head', Weight: 0.733867 +Vertex 231: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.248660 + Group: 'Head', Weight: 0.744209 +Vertex 232: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.240736 + Group: 'Head', Weight: 0.752725 +Vertex 233: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.236853 + Group: 'Head', Weight: 0.756747 +Vertex 234: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114548 + Group: 'Head', Weight: 0.881480 +Vertex 235: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113144 + Group: 'Head', Weight: 0.882929 +Vertex 236: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177791 + Group: 'Head', Weight: 0.816831 +Vertex 237: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177975 + Group: 'Head', Weight: 0.816625 +Vertex 238: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177656 + Group: 'Head', Weight: 0.816856 +Vertex 239: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.188982 + Group: 'Head', Weight: 0.804904 +Vertex 240: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.261079 + Group: 'Head', Weight: 0.729636 +Vertex 241: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.187970 + Group: 'Head', Weight: 0.804762 +Vertex 242: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192679 + Group: 'Head', Weight: 0.800539 +Vertex 243: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125705 + Group: 'Head', Weight: 0.870012 +Vertex 244: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.135567 + Group: 'Head', Weight: 0.859961 +Vertex 245: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139190 + Group: 'Head', Weight: 0.856236 +Vertex 246: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143020 + Group: 'Head', Weight: 0.852255 +Vertex 247: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152478 + Group: 'Head', Weight: 0.842413 +Vertex 248: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128576 + Group: 'Head', Weight: 0.866959 +Vertex 249: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139274 + Group: 'Head', Weight: 0.855976 +Vertex 250: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169115 + Group: 'Head', Weight: 0.825197 +Vertex 251: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178288 + Group: 'Head', Weight: 0.815473 +Vertex 252: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178496 + Group: 'Head', Weight: 0.814617 +Vertex 253: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144578 + Group: 'Head', Weight: 0.848143 +Vertex 254: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118692 + Group: 'Head', Weight: 0.874306 +Vertex 255: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093873 + Group: 'Head', Weight: 0.900724 +Vertex 256: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089659 + Group: 'Head', Weight: 0.905543 +Vertex 257: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084540 + Group: 'Head', Weight: 0.911769 +Vertex 258: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093793 + Group: 'Head', Weight: 0.902554 +Vertex 259: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113393 + Group: 'Head', Weight: 0.882508 +Vertex 260: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065502 + Group: 'Head', Weight: 0.931820 +Vertex 261: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.063649 + Group: 'Head', Weight: 0.933770 +Vertex 262: +Vertex groups: 1 + Group: 'Head', Weight: 0.984502 +Vertex 263: +Vertex groups: 1 + Group: 'Head', Weight: 0.984509 +Vertex 264: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.000026 + Group: 'Head', Weight: 0.973705 +Vertex 265: +Vertex groups: 1 + Group: 'Head', Weight: 0.974220 +Vertex 266: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075655 + Group: 'Head', Weight: 0.921382 +Vertex 267: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074956 + Group: 'Head', Weight: 0.922137 +Vertex 268: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074754 + Group: 'Head', Weight: 0.922249 +Vertex 269: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078572 + Group: 'Head', Weight: 0.918188 +Vertex 270: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074465 + Group: 'Head', Weight: 0.922132 +Vertex 271: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065478 + Group: 'Head', Weight: 0.931764 +Vertex 272: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.063359 + Group: 'Head', Weight: 0.933777 +Vertex 273: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061854 + Group: 'Head', Weight: 0.934992 +Vertex 274: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179800 + Group: 'Head', Weight: 0.794376 +Vertex 275: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.036851 + Group: 'spine.005', Weight: 0.585686 + Group: 'Head', Weight: 0.366940 +Vertex 276: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.036099 + Group: 'spine.005', Weight: 0.584489 + Group: 'Head', Weight: 0.368586 +Vertex 277: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066517 + Group: 'spine.005', Weight: 0.639342 + Group: 'Head', Weight: 0.286816 +Vertex 278: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.045977 + Group: 'spine.005', Weight: 0.601044 + Group: 'Head', Weight: 0.346310 +Vertex 279: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.040293 + Group: 'spine.005', Weight: 0.612682 + Group: 'Head', Weight: 0.337281 +Vertex 280: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010837 + Group: 'spine.005', Weight: 0.580035 + Group: 'Head', Weight: 0.386688 +Vertex 281: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008456 + Group: 'spine.005', Weight: 0.570444 + Group: 'Head', Weight: 0.397529 +Vertex 282: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011012 + Group: 'spine.005', Weight: 0.570931 + Group: 'Head', Weight: 0.395571 +Vertex 283: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510476 + Group: 'Head', Weight: 0.463442 +Vertex 284: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.394134 + Group: 'Head', Weight: 0.593185 +Vertex 285: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.385943 + Group: 'Head', Weight: 0.602592 +Vertex 286: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.378793 + Group: 'Head', Weight: 0.610017 +Vertex 287: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.490931 + Group: 'Head', Weight: 0.488143 +Vertex 288: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.446949 + Group: 'Head', Weight: 0.537017 +Vertex 289: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.488354 + Group: 'Head', Weight: 0.489538 +Vertex 290: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.501522 + Group: 'Head', Weight: 0.477396 +Vertex 291: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.509260 + Group: 'Head', Weight: 0.469624 +Vertex 292: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.528757 + Group: 'Head', Weight: 0.445053 +Vertex 293: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.499719 + Group: 'Head', Weight: 0.478134 +Vertex 294: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510847 + Group: 'Head', Weight: 0.464750 +Vertex 295: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002962 + Group: 'spine.005', Weight: 0.542611 + Group: 'Head', Weight: 0.428161 +Vertex 296: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011937 + Group: 'spine.005', Weight: 0.564864 + Group: 'Head', Weight: 0.400962 +Vertex 297: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.484533 + Group: 'Head', Weight: 0.488702 +Vertex 298: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.429591 + Group: 'Head', Weight: 0.552179 +Vertex 299: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459047 + Group: 'Head', Weight: 0.521584 +Vertex 300: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425182 + Group: 'Head', Weight: 0.560342 +Vertex 301: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.405336 + Group: 'Head', Weight: 0.582540 +Vertex 302: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.405743 + Group: 'Head', Weight: 0.581998 +Vertex 303: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026507 + Group: 'spine.005', Weight: 0.587805 + Group: 'Head', Weight: 0.370237 +Vertex 304: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020311 + Group: 'spine.005', Weight: 0.577911 + Group: 'Head', Weight: 0.383204 +Vertex 305: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302601 + Group: 'Head', Weight: 0.687761 +Vertex 306: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310863 + Group: 'Head', Weight: 0.678143 +Vertex 307: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156925 + Group: 'Head', Weight: 0.836111 +Vertex 308: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.182749 + Group: 'Head', Weight: 0.809281 +Vertex 309: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258351 + Group: 'Head', Weight: 0.730402 +Vertex 310: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169059 + Group: 'Head', Weight: 0.822286 +Vertex 311: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.292447 + Group: 'Head', Weight: 0.693178 +Vertex 312: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153635 + Group: 'Head', Weight: 0.836908 +Vertex 313: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249769 + Group: 'Head', Weight: 0.735916 +Vertex 314: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138437 + Group: 'Head', Weight: 0.850921 +Vertex 315: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216881 + Group: 'Head', Weight: 0.766901 +Vertex 316: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.322560 + Group: 'Head', Weight: 0.663793 +Vertex 317: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.415825 + Group: 'Head', Weight: 0.563357 +Vertex 318: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352826 + Group: 'Head', Weight: 0.630414 +Vertex 319: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013444 + Group: 'Head', Weight: 0.966633 +Vertex 320: +Vertex groups: 1 + Group: 'Head', Weight: 0.974791 +Vertex 321: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.005277 + Group: 'Head', Weight: 0.970342 +Vertex 322: +Vertex groups: 1 + Group: 'Head', Weight: 0.990618 +Vertex 323: +Vertex groups: 1 + Group: 'Head', Weight: 0.986465 +Vertex 324: +Vertex groups: 1 + Group: 'Head', Weight: 0.995798 +Vertex 325: +Vertex groups: 1 + Group: 'Head', Weight: 0.999467 +Vertex 326: +Vertex groups: 1 + Group: 'Head', Weight: 0.988467 +Vertex 327: +Vertex groups: 1 + Group: 'Head', Weight: 0.989864 +Vertex 328: +Vertex groups: 1 + Group: 'Head', Weight: 0.985852 +Vertex 329: +Vertex groups: 1 + Group: 'Head', Weight: 0.982322 +Vertex 330: +Vertex groups: 1 + Group: 'Head', Weight: 0.990157 +Vertex 331: +Vertex groups: 1 + Group: 'Head', Weight: 0.985076 +Vertex 332: +Vertex groups: 1 + Group: 'Head', Weight: 0.984376 +Vertex 333: +Vertex groups: 1 + Group: 'Head', Weight: 0.979113 +Vertex 334: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.465326 + Group: 'Head', Weight: 0.508464 +Vertex 335: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146345 + Group: 'Head', Weight: 0.848600 +Vertex 336: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131076 + Group: 'Head', Weight: 0.864280 +Vertex 337: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138732 + Group: 'Head', Weight: 0.856426 +Vertex 338: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156808 + Group: 'Head', Weight: 0.837787 +Vertex 339: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169432 + Group: 'Head', Weight: 0.824595 +Vertex 340: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.171779 + Group: 'Head', Weight: 0.821666 +Vertex 341: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.140772 + Group: 'Head', Weight: 0.852642 +Vertex 342: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125454 + Group: 'Head', Weight: 0.868198 +Vertex 343: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104890 + Group: 'Head', Weight: 0.889647 +Vertex 344: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099619 + Group: 'Head', Weight: 0.895379 +Vertex 345: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.092393 + Group: 'Head', Weight: 0.903596 +Vertex 346: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104171 + Group: 'Head', Weight: 0.891763 +Vertex 347: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117873 + Group: 'Head', Weight: 0.877785 +Vertex 348: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156891 + Group: 'Head', Weight: 0.836366 +Vertex 349: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099857 + Group: 'Head', Weight: 0.893915 +Vertex 350: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115451 + Group: 'Head', Weight: 0.878445 +Vertex 351: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086248 + Group: 'Head', Weight: 0.909477 +Vertex 352: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093478 + Group: 'Head', Weight: 0.902080 +Vertex 353: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105025 + Group: 'Head', Weight: 0.886717 +Vertex 354: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074026 + Group: 'Head', Weight: 0.922097 +Vertex 355: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073662 + Group: 'Head', Weight: 0.921770 +Vertex 356: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074403 + Group: 'Head', Weight: 0.919954 +Vertex 357: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.083243 + Group: 'Head', Weight: 0.909892 +Vertex 358: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061896 + Group: 'Head', Weight: 0.934449 +Vertex 359: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050267 + Group: 'Head', Weight: 0.945729 +Vertex 360: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.054348 + Group: 'Head', Weight: 0.940417 +Vertex 361: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075793 + Group: 'Head', Weight: 0.916286 +Vertex 362: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.011455 + Group: 'Head', Weight: 0.966729 +Vertex 363: +Vertex groups: 1 + Group: 'Head', Weight: 0.976858 +Vertex 364: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021013 + Group: 'Head', Weight: 0.961244 +Vertex 365: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.017025 + Group: 'Head', Weight: 0.962714 +Vertex 366: +Vertex groups: 1 + Group: 'Head', Weight: 0.978402 +Vertex 367: +Vertex groups: 1 + Group: 'Head', Weight: 0.971826 +Vertex 368: +Vertex groups: 1 + Group: 'Head', Weight: 0.995013 +Vertex 369: +Vertex groups: 1 + Group: 'Head', Weight: 0.992902 +Vertex 370: +Vertex groups: 1 + Group: 'Head', Weight: 0.982613 +Vertex 371: +Vertex groups: 1 + Group: 'Head', Weight: 0.987908 +Vertex 372: +Vertex groups: 1 + Group: 'Head', Weight: 0.975699 +Vertex 373: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026054 + Group: 'spine.005', Weight: 0.610202 + Group: 'Head', Weight: 0.346697 +Vertex 374: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.387844 + Group: 'Head', Weight: 0.591779 +Vertex 375: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.362228 + Group: 'Head', Weight: 0.610869 +Vertex 376: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.031346 + Group: 'spine.005', Weight: 0.562388 + Group: 'Head', Weight: 0.389798 +Vertex 377: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.065088 + Group: 'spine.005', Weight: 0.614982 + Group: 'Head', Weight: 0.307875 +Vertex 378: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.096742 + Group: 'Head', Weight: 0.893417 +Vertex 379: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128453 + Group: 'Head', Weight: 0.859196 +Vertex 380: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.200080 + Group: 'Head', Weight: 0.781607 +Vertex 381: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.545890 + Group: 'Head', Weight: 0.427761 +Vertex 382: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177427 + Group: 'Head', Weight: 0.801740 +Vertex 383: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311372 + Group: 'Head', Weight: 0.659660 +Vertex 384: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.010860 + Group: 'Head', Weight: 0.964933 +Vertex 385: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013540 + Group: 'Head', Weight: 0.961928 +Vertex 386: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.019679 + Group: 'Head', Weight: 0.956805 +Vertex 387: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050348 + Group: 'Head', Weight: 0.942628 +Vertex 388: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.057382 + Group: 'Head', Weight: 0.932256 +Vertex 389: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064055 + Group: 'Head', Weight: 0.922755 +Vertex 390: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073975 + Group: 'Head', Weight: 0.916366 +Vertex 391: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087345 + Group: 'Head', Weight: 0.898772 +Vertex 392: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098429 + Group: 'Head', Weight: 0.889265 +Vertex 393: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126512 + Group: 'Head', Weight: 0.858296 +Vertex 394: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105020 + Group: 'Head', Weight: 0.879236 +Vertex 395: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124002 + Group: 'Head', Weight: 0.857766 +Vertex 396: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108584 + Group: 'Head', Weight: 0.863026 +Vertex 397: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010578 + Group: 'spine.005', Weight: 0.135061 + Group: 'Head', Weight: 0.828212 +Vertex 398: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.008298 + Group: 'Head', Weight: 0.960433 +Vertex 399: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.002604 + Group: 'Head', Weight: 0.965844 +Vertex 400: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.043094 + Group: 'Head', Weight: 0.937567 +Vertex 401: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.031362 + Group: 'Head', Weight: 0.947826 +Vertex 402: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.057896 + Group: 'spine.005', Weight: 0.446851 + Group: 'Head', Weight: 0.482833 +Vertex 403: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.062303 + Group: 'spine.005', Weight: 0.283650 + Group: 'Head', Weight: 0.640438 +Vertex 404: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051735 + Group: 'spine.005', Weight: 0.207519 + Group: 'Head', Weight: 0.729623 +Vertex 405: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002131 + Group: 'spine.005', Weight: 0.097675 + Group: 'Head', Weight: 0.870764 +Vertex 406: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078002 + Group: 'Head', Weight: 0.898960 +Vertex 407: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074753 + Group: 'Head', Weight: 0.907706 +Vertex 408: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035076 + Group: 'spine.005', Weight: 0.229757 + Group: 'Head', Weight: 0.718556 +Vertex 409: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030972 + Group: 'spine.005', Weight: 0.294780 + Group: 'Head', Weight: 0.656144 +Vertex 410: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026909 + Group: 'spine.005', Weight: 0.177490 + Group: 'Head', Weight: 0.775825 +Vertex 411: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082700 + Group: 'Head', Weight: 0.901775 +Vertex 412: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090234 + Group: 'Head', Weight: 0.890525 +Vertex 413: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.003384 + Group: 'Head', Weight: 0.962246 +Vertex 414: +Vertex groups: 1 + Group: 'Head', Weight: 0.964419 +Vertex 415: +Vertex groups: 1 + Group: 'Head', Weight: 0.965066 +Vertex 416: +Vertex groups: 1 + Group: 'Head', Weight: 0.969561 +Vertex 417: +Vertex groups: 1 + Group: 'Head', Weight: 0.974103 +Vertex 418: +Vertex groups: 1 + Group: 'Head', Weight: 0.972449 +Vertex 419: +Vertex groups: 1 + Group: 'Head', Weight: 0.975014 +Vertex 420: +Vertex groups: 1 + Group: 'Head', Weight: 0.976148 +Vertex 421: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 422: +Vertex groups: 1 + Group: 'Head', Weight: 0.982797 +Vertex 423: +Vertex groups: 1 + Group: 'Head', Weight: 0.983678 +Vertex 424: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.045371 + Group: 'Head', Weight: 0.933335 +Vertex 425: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064554 + Group: 'Head', Weight: 0.909212 +Vertex 426: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021592 + Group: 'Head', Weight: 0.950009 +Vertex 427: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.018074 + Group: 'Head', Weight: 0.951141 +Vertex 428: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.012025 + Group: 'Head', Weight: 0.954427 +Vertex 429: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.011291 + Group: 'Head', Weight: 0.954595 +Vertex 430: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.038348 + Group: 'Head', Weight: 0.935738 +Vertex 431: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.033368 + Group: 'Head', Weight: 0.937884 +Vertex 432: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.029805 + Group: 'Head', Weight: 0.939957 +Vertex 433: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060316 + Group: 'Head', Weight: 0.911242 +Vertex 434: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000546 + Group: 'spine.005', Weight: 0.059063 + Group: 'Head', Weight: 0.910456 +Vertex 435: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000948 + Group: 'spine.005', Weight: 0.057168 + Group: 'Head', Weight: 0.912123 +Vertex 436: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010937 + Group: 'spine.005', Weight: 0.087139 + Group: 'Head', Weight: 0.876029 +Vertex 437: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.019560 + Group: 'spine.005', Weight: 0.085076 + Group: 'Head', Weight: 0.872939 +Vertex 438: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.067229 + Group: 'spine.005', Weight: 0.187038 + Group: 'Head', Weight: 0.731514 +Vertex 439: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.081746 + Group: 'spine.005', Weight: 0.181042 + Group: 'Head', Weight: 0.720234 +Vertex 440: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099341 + Group: 'spine.005', Weight: 0.268418 + Group: 'Head', Weight: 0.611005 +Vertex 441: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.124925 + Group: 'spine.005', Weight: 0.258762 + Group: 'Head', Weight: 0.590318 +Vertex 442: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.027233 + Group: 'spine.005', Weight: 0.084614 + Group: 'Head', Weight: 0.868832 +Vertex 443: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093609 + Group: 'spine.005', Weight: 0.175734 + Group: 'Head', Weight: 0.711589 +Vertex 444: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.142770 + Group: 'spine.005', Weight: 0.245967 + Group: 'Head', Weight: 0.582388 +Vertex 445: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030188 + Group: 'spine.005', Weight: 0.083803 + Group: 'Head', Weight: 0.867893 +Vertex 446: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.098387 + Group: 'spine.005', Weight: 0.176485 + Group: 'Head', Weight: 0.705201 +Vertex 447: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.151409 + Group: 'spine.005', Weight: 0.247403 + Group: 'Head', Weight: 0.570825 +Vertex 448: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.087463 + Group: 'spine.005', Weight: 0.599435 + Group: 'Head', Weight: 0.294764 +Vertex 449: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.555112 + Group: 'spine.005', Weight: 0.060454 + Group: 'shoulder.L', Weight: 0.329383 +Vertex 450: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.111257 + Group: 'spine.005', Weight: 0.599160 + Group: 'Head', Weight: 0.280627 +Vertex 451: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.108522 + Group: 'spine.005', Weight: 0.598522 + Group: 'Head', Weight: 0.284145 +Vertex 452: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.101552 + Group: 'spine.005', Weight: 0.659781 + Group: 'Head', Weight: 0.228934 +Vertex 453: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093312 + Group: 'spine.005', Weight: 0.697713 + Group: 'Head', Weight: 0.197332 +Vertex 454: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.566757 + Group: 'spine.005', Weight: 0.086388 + Group: 'shoulder.L', Weight: 0.306328 +Vertex 455: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.117273 + Group: 'spine.005', Weight: 0.664707 + Group: 'Head', Weight: 0.195558 +Vertex 456: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.543647 + Group: 'spine.005', Weight: 0.102769 + Group: 'shoulder.L', Weight: 0.306232 +Vertex 457: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.120933 + Group: 'spine.005', Weight: 0.628573 + Group: 'Head', Weight: 0.224458 +Vertex 458: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.519289 + Group: 'spine.005', Weight: 0.110389 + Group: 'Head', Weight: 0.018357 + Group: 'shoulder.L', Weight: 0.295594 +Vertex 459: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.161086 + Group: 'spine.005', Weight: 0.521005 + Group: 'Head', Weight: 0.281157 + Group: 'shoulder.L', Weight: 0.005508 +Vertex 460: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.537110 + Group: 'spine.005', Weight: 0.101660 + Group: 'Head', Weight: 0.027665 + Group: 'shoulder.L', Weight: 0.263815 +Vertex 461: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.202947 + Group: 'spine.005', Weight: 0.460019 + Group: 'Head', Weight: 0.293145 + Group: 'shoulder.L', Weight: 0.011469 +Vertex 462: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.586149 + Group: 'spine.005', Weight: 0.097345 + Group: 'Head', Weight: 0.041167 + Group: 'shoulder.L', Weight: 0.190812 + Group: 'shoulder.R', Weight: 0.027748 +Vertex 463: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.232029 + Group: 'spine.005', Weight: 0.409043 + Group: 'Head', Weight: 0.310801 + Group: 'shoulder.L', Weight: 0.010375 +Vertex 464: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.611669 + Group: 'spine.005', Weight: 0.093929 + Group: 'Head', Weight: 0.047874 + Group: 'shoulder.L', Weight: 0.139835 + Group: 'shoulder.R', Weight: 0.062190 +Vertex 465: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.238690 + Group: 'spine.005', Weight: 0.367793 + Group: 'Head', Weight: 0.345807 + Group: 'shoulder.L', Weight: 0.000083 +Vertex 466: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.632750 + Group: 'spine.005', Weight: 0.091068 + Group: 'Head', Weight: 0.047685 + Group: 'shoulder.L', Weight: 0.091640 + Group: 'shoulder.R', Weight: 0.091639 +Vertex 467: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.247909 + Group: 'spine.005', Weight: 0.358056 + Group: 'Head', Weight: 0.345128 +Vertex 468: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.298334 + Group: 'spine.005', Weight: 0.633037 + Group: 'Head', Weight: 0.036379 +Vertex 469: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.354909 + Group: 'spine.005', Weight: 0.574933 + Group: 'Head', Weight: 0.049727 +Vertex 470: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.242193 + Group: 'spine.005', Weight: 0.663568 + Group: 'Head', Weight: 0.062975 + Group: 'shoulder.L', Weight: 0.002858 +Vertex 471: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088518 + Group: 'spine.005', Weight: 0.619605 + Group: 'Head', Weight: 0.275014 +Vertex 472: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.229809 + Group: 'spine.005', Weight: 0.630962 + Group: 'Head', Weight: 0.094080 + Group: 'shoulder.L', Weight: 0.028930 +Vertex 473: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.215394 + Group: 'spine.005', Weight: 0.618862 + Group: 'Head', Weight: 0.118131 + Group: 'shoulder.L', Weight: 0.031861 +Vertex 474: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295443 + Group: 'spine.005', Weight: 0.491117 + Group: 'Head', Weight: 0.140228 + Group: 'shoulder.L', Weight: 0.058967 +Vertex 475: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.414663 + Group: 'spine.005', Weight: 0.351694 + Group: 'Head', Weight: 0.144775 + Group: 'shoulder.L', Weight: 0.066502 +Vertex 476: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.443027 + Group: 'spine.005', Weight: 0.305248 + Group: 'Head', Weight: 0.160132 + Group: 'shoulder.L', Weight: 0.060494 +Vertex 477: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.437991 + Group: 'spine.005', Weight: 0.292472 + Group: 'Head', Weight: 0.184884 + Group: 'shoulder.L', Weight: 0.040118 + Group: 'shoulder.R', Weight: 0.003793 +Vertex 478: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.441652 + Group: 'spine.005', Weight: 0.285788 + Group: 'Head', Weight: 0.188665 + Group: 'shoulder.L', Weight: 0.020975 + Group: 'shoulder.R', Weight: 0.020974 +Vertex 479: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.073689 + Group: 'spine.004', Weight: 0.606315 + Group: 'spine.005', Weight: 0.007308 + Group: 'shoulder.L', Weight: 0.141897 + Group: 'shoulder.R', Weight: 0.141896 +Vertex 480: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.024386 + Group: 'spine.004', Weight: 0.597902 + Group: 'spine.005', Weight: 0.026245 + Group: 'shoulder.L', Weight: 0.258818 + Group: 'shoulder.R', Weight: 0.058581 +Vertex 481: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086745 + Group: 'Head', Weight: 0.909881 +Vertex 482: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097583 + Group: 'Head', Weight: 0.898865 +Vertex 483: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098882 + Group: 'Head', Weight: 0.897487 +Vertex 484: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099363 + Group: 'Head', Weight: 0.897065 +Vertex 485: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.478140 + Group: 'Head', Weight: 0.504361 +Vertex 486: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.476310 + Group: 'Head', Weight: 0.505893 +Vertex 487: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.464921 + Group: 'Head', Weight: 0.518859 +Vertex 488: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459871 + Group: 'Head', Weight: 0.524016 +Vertex 489: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.443628 + Group: 'Head', Weight: 0.541970 +Vertex 490: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.438711 + Group: 'Head', Weight: 0.547050 +Vertex 491: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.480740 + Group: 'Head', Weight: 0.499818 +Vertex 492: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.470653 + Group: 'Head', Weight: 0.511041 +Vertex 493: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.458463 + Group: 'Head', Weight: 0.524382 +Vertex 494: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.481728 + Group: 'Head', Weight: 0.497947 +Vertex 495: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.126579 + Group: 'spine.004', Weight: 0.175172 + Group: 'shoulder.L', Weight: 0.461434 + Group: 'upper_arm.L', Weight: 0.068807 + Group: 'shoulder.R', Weight: 0.105889 +Vertex 496: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.288390 + Group: 'shoulder.L', Weight: 0.243889 + Group: 'shoulder.R', Weight: 0.243887 + Group: 'spine.004', Weight: 0.193473 + Group: 'upper_arm.R', Weight: 0.030363 +Vertex 497: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.301851 + Group: 'Head', Weight: 0.689868 +Vertex 498: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298445 + Group: 'Head', Weight: 0.693639 +Vertex 499: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.288919 + Group: 'Head', Weight: 0.703576 +Vertex 500: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.261577 + Group: 'Head', Weight: 0.731578 +Vertex 501: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260691 + Group: 'Head', Weight: 0.732407 +Vertex 502: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285801 + Group: 'Head', Weight: 0.706682 +Vertex 503: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.295622 + Group: 'Head', Weight: 0.696403 +Vertex 504: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.300715 + Group: 'Head', Weight: 0.691012 +Vertex 505: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306705 + Group: 'Head', Weight: 0.684720 +Vertex 506: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306727 + Group: 'Head', Weight: 0.684732 +Vertex 507: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325721 + Group: 'Head', Weight: 0.664929 +Vertex 508: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.349080 + Group: 'Head', Weight: 0.640697 +Vertex 509: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.323323 + Group: 'Head', Weight: 0.667430 +Vertex 510: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.384061 + Group: 'Head', Weight: 0.604603 +Vertex 511: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.406154 + Group: 'Head', Weight: 0.581656 +Vertex 512: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311748 + Group: 'Head', Weight: 0.679425 +Vertex 513: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293276 + Group: 'Head', Weight: 0.698475 +Vertex 514: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306633 + Group: 'Head', Weight: 0.683684 +Vertex 515: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302269 + Group: 'Head', Weight: 0.689284 +Vertex 516: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.317559 + Group: 'Head', Weight: 0.673128 +Vertex 517: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310714 + Group: 'Head', Weight: 0.680152 +Vertex 518: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.324092 + Group: 'Head', Weight: 0.666187 +Vertex 519: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315360 + Group: 'Head', Weight: 0.675040 +Vertex 520: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330141 + Group: 'Head', Weight: 0.659899 +Vertex 521: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.320943 + Group: 'Head', Weight: 0.669172 +Vertex 522: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298434 + Group: 'Head', Weight: 0.693392 +Vertex 523: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293956 + Group: 'Head', Weight: 0.698097 +Vertex 524: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.282764 + Group: 'Head', Weight: 0.709540 +Vertex 525: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259568 + Group: 'Head', Weight: 0.733215 +Vertex 526: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298449 + Group: 'Head', Weight: 0.693213 +Vertex 527: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.296050 + Group: 'Head', Weight: 0.695081 +Vertex 528: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.288900 + Group: 'Head', Weight: 0.702194 +Vertex 529: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298305 + Group: 'Head', Weight: 0.692315 +Vertex 530: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.340373 + Group: 'Head', Weight: 0.649718 +Vertex 531: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.338072 + Group: 'Head', Weight: 0.652123 +Vertex 532: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.338404 + Group: 'Head', Weight: 0.651426 +Vertex 533: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341554 + Group: 'Head', Weight: 0.648320 +Vertex 534: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341748 + Group: 'Head', Weight: 0.648241 +Vertex 535: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.054471 + Group: 'spine.005', Weight: 0.570816 + Group: 'Head', Weight: 0.369811 +Vertex 536: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.347827 + Group: 'Head', Weight: 0.641729 +Vertex 537: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.038932 + Group: 'spine.005', Weight: 0.587193 + Group: 'Head', Weight: 0.364241 +Vertex 538: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006882 + Group: 'spine.005', Weight: 0.563145 + Group: 'Head', Weight: 0.405641 +Vertex 539: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.393032 + Group: 'Head', Weight: 0.594911 +Vertex 540: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.433498 + Group: 'Head', Weight: 0.552217 +Vertex 541: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489175 + Group: 'Head', Weight: 0.490975 +Vertex 542: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.511864 + Group: 'Head', Weight: 0.464612 +Vertex 543: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.495970 + Group: 'Head', Weight: 0.483075 +Vertex 544: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.413547 + Group: 'Head', Weight: 0.573414 +Vertex 545: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.021335 + Group: 'spine.005', Weight: 0.584833 + Group: 'Head', Weight: 0.376132 +Vertex 546: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.105670 + Group: 'spine.005', Weight: 0.606496 + Group: 'Head', Weight: 0.278922 +Vertex 547: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.183947 + Group: 'spine.005', Weight: 0.664981 + Group: 'Head', Weight: 0.138132 +Vertex 548: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459480 + Group: 'Head', Weight: 0.524091 +Vertex 549: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.443050 + Group: 'Head', Weight: 0.542036 +Vertex 550: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.477048 + Group: 'Head', Weight: 0.504781 +Vertex 551: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325957 + Group: 'Head', Weight: 0.663974 +Vertex 552: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330085 + Group: 'Head', Weight: 0.660371 +Vertex 553: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.337327 + Group: 'Head', Weight: 0.652840 +Vertex 554: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.309753 + Group: 'Head', Weight: 0.681488 +Vertex 555: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.312283 + Group: 'Head', Weight: 0.678779 +Vertex 556: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.507301 + Group: 'Head', Weight: 0.471562 +Vertex 557: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.475126 + Group: 'Head', Weight: 0.507576 +Vertex 558: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425809 + Group: 'Head', Weight: 0.560953 +Vertex 559: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489503 + Group: 'Head', Weight: 0.491591 +Vertex 560: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.441261 + Group: 'Head', Weight: 0.544452 +Vertex 561: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.460252 + Group: 'Head', Weight: 0.523871 +Vertex 562: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285782 + Group: 'Head', Weight: 0.705960 +Vertex 563: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267348 + Group: 'Head', Weight: 0.724662 +Vertex 564: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.272272 + Group: 'Head', Weight: 0.719249 +Vertex 565: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.281721 + Group: 'Head', Weight: 0.709329 +Vertex 566: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267564 + Group: 'Head', Weight: 0.723985 +Vertex 567: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.265061 + Group: 'Head', Weight: 0.726716 +Vertex 568: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.277724 + Group: 'Head', Weight: 0.715080 +Vertex 569: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.274919 + Group: 'Head', Weight: 0.717862 +Vertex 570: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.271267 + Group: 'Head', Weight: 0.721301 +Vertex 571: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.275541 + Group: 'Head', Weight: 0.716310 +Vertex 572: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.313384 + Group: 'Head', Weight: 0.677775 +Vertex 573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315515 + Group: 'Head', Weight: 0.675536 +Vertex 574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.321677 + Group: 'Head', Weight: 0.669109 +Vertex 575: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010495 + Group: 'spine.005', Weight: 0.578235 + Group: 'Head', Weight: 0.388665 +Vertex 576: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.003737 + Group: 'spine.005', Weight: 0.222371 + Group: 'Head', Weight: 0.745200 +Vertex 577: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002323 + Group: 'spine.005', Weight: 0.262816 + Group: 'Head', Weight: 0.705784 +Vertex 578: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051058 + Group: 'spine.005', Weight: 0.565367 + Group: 'Head', Weight: 0.379053 +Vertex 579: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.037479 + Group: 'spine.005', Weight: 0.583941 + Group: 'Head', Weight: 0.368377 +Vertex 580: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023374 + Group: 'spine.005', Weight: 0.589710 + Group: 'Head', Weight: 0.370225 +Vertex 581: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.085318 + Group: 'spine.005', Weight: 0.566759 + Group: 'Head', Weight: 0.340827 +Vertex 582: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086698 + Group: 'spine.005', Weight: 0.570254 + Group: 'Head', Weight: 0.335830 +Vertex 583: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030152 + Group: 'spine.005', Weight: 0.477193 + Group: 'Head', Weight: 0.474900 +Vertex 584: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030589 + Group: 'spine.005', Weight: 0.373944 + Group: 'Head', Weight: 0.577487 +Vertex 585: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016985 + Group: 'spine.005', Weight: 0.265243 + Group: 'Head', Weight: 0.694259 +Vertex 586: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005269 + Group: 'spine.005', Weight: 0.215723 + Group: 'Head', Weight: 0.750879 +Vertex 587: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011202 + Group: 'spine.005', Weight: 0.237749 + Group: 'Head', Weight: 0.725251 +Vertex 588: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009946 + Group: 'spine.005', Weight: 0.212611 + Group: 'Head', Weight: 0.751100 +Vertex 589: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.015044 + Group: 'spine.005', Weight: 0.230354 + Group: 'Head', Weight: 0.730257 +Vertex 590: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008435 + Group: 'spine.005', Weight: 0.191155 + Group: 'Head', Weight: 0.773445 +Vertex 591: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012533 + Group: 'spine.005', Weight: 0.198653 + Group: 'Head', Weight: 0.763447 +Vertex 592: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.007169 + Group: 'spine.005', Weight: 0.172965 + Group: 'Head', Weight: 0.792388 +Vertex 593: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009646 + Group: 'spine.005', Weight: 0.175846 + Group: 'Head', Weight: 0.787995 +Vertex 594: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002778 + Group: 'spine.005', Weight: 0.153497 + Group: 'Head', Weight: 0.814520 +Vertex 595: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.004462 + Group: 'spine.005', Weight: 0.153896 + Group: 'Head', Weight: 0.813094 +Vertex 596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131549 + Group: 'Head', Weight: 0.840794 +Vertex 597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129902 + Group: 'Head', Weight: 0.842176 +Vertex 598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115337 + Group: 'Head', Weight: 0.860886 +Vertex 599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115375 + Group: 'Head', Weight: 0.860490 +Vertex 600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111066 + Group: 'Head', Weight: 0.866946 +Vertex 601: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111232 + Group: 'Head', Weight: 0.866430 +Vertex 602: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110457 + Group: 'Head', Weight: 0.868085 +Vertex 603: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110528 + Group: 'Head', Weight: 0.867850 +Vertex 604: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110322 + Group: 'Head', Weight: 0.868573 +Vertex 605: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110297 + Group: 'Head', Weight: 0.868533 +Vertex 606: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109709 + Group: 'Head', Weight: 0.869966 +Vertex 607: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110430 + Group: 'Head', Weight: 0.869354 +Vertex 608: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101559 + Group: 'Head', Weight: 0.880109 +Vertex 609: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099846 + Group: 'Head', Weight: 0.882114 +Vertex 610: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095644 + Group: 'Head', Weight: 0.887540 +Vertex 611: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093182 + Group: 'Head', Weight: 0.890408 +Vertex 612: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095738 + Group: 'Head', Weight: 0.888122 +Vertex 613: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.094157 + Group: 'Head', Weight: 0.890054 +Vertex 614: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100467 + Group: 'Head', Weight: 0.883145 +Vertex 615: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099523 + Group: 'Head', Weight: 0.884401 +Vertex 616: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114515 + Group: 'Head', Weight: 0.866902 +Vertex 617: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114449 + Group: 'Head', Weight: 0.867351 +Vertex 618: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124338 + Group: 'Head', Weight: 0.855229 +Vertex 619: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125713 + Group: 'Head', Weight: 0.853865 +Vertex 620: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133195 + Group: 'Head', Weight: 0.844527 +Vertex 621: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.137769 + Group: 'Head', Weight: 0.839509 +Vertex 622: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146368 + Group: 'Head', Weight: 0.828978 +Vertex 623: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148556 + Group: 'Head', Weight: 0.827052 +Vertex 624: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111201 + Group: 'Head', Weight: 0.866899 +Vertex 625: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110436 + Group: 'Head', Weight: 0.868132 +Vertex 626: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109956 + Group: 'Head', Weight: 0.869116 +Vertex 627: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109015 + Group: 'Head', Weight: 0.870844 +Vertex 628: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101381 + Group: 'Head', Weight: 0.880386 +Vertex 629: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098513 + Group: 'Head', Weight: 0.884175 +Vertex 630: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099972 + Group: 'Head', Weight: 0.882808 +Vertex 631: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102387 + Group: 'Head', Weight: 0.880415 +Vertex 632: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115297 + Group: 'Head', Weight: 0.865511 +Vertex 633: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122322 + Group: 'Head', Weight: 0.857327 +Vertex 634: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129751 + Group: 'Head', Weight: 0.848360 +Vertex 635: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134885 + Group: 'Head', Weight: 0.841972 +Vertex 636: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107821 + Group: 'Head', Weight: 0.875026 +Vertex 637: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107910 + Group: 'Head', Weight: 0.874707 +Vertex 638: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109851 + Group: 'Head', Weight: 0.871883 +Vertex 639: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111059 + Group: 'Head', Weight: 0.867219 +Vertex 640: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109837 + Group: 'Head', Weight: 0.869003 +Vertex 641: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108783 + Group: 'Head', Weight: 0.870772 +Vertex 642: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107298 + Group: 'Head', Weight: 0.872929 +Vertex 643: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102137 + Group: 'Head', Weight: 0.879546 +Vertex 644: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100392 + Group: 'Head', Weight: 0.881975 +Vertex 645: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100960 + Group: 'Head', Weight: 0.881596 +Vertex 646: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104000 + Group: 'Head', Weight: 0.878272 +Vertex 647: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114242 + Group: 'Head', Weight: 0.866590 +Vertex 648: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119672 + Group: 'Head', Weight: 0.860162 +Vertex 649: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125397 + Group: 'Head', Weight: 0.853327 +Vertex 650: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129495 + Group: 'Head', Weight: 0.848199 +Vertex 651: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110033 + Group: 'Head', Weight: 0.871474 +Vertex 652: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109301 + Group: 'Head', Weight: 0.871567 +Vertex 653: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119989 + Group: 'Head', Weight: 0.858261 +Vertex 654: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126981 + Group: 'Head', Weight: 0.849389 +Vertex 655: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.135049 + Group: 'Head', Weight: 0.840029 +Vertex 656: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146041 + Group: 'Head', Weight: 0.827381 +Vertex 657: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152959 + Group: 'Head', Weight: 0.820229 +Vertex 658: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157303 + Group: 'Head', Weight: 0.816175 +Vertex 659: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161691 + Group: 'Head', Weight: 0.812134 +Vertex 660: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179433 + Group: 'Head', Weight: 0.793124 +Vertex 661: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.184621 + Group: 'Head', Weight: 0.786227 +Vertex 662: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.174644 + Group: 'Head', Weight: 0.796692 +Vertex 663: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168584 + Group: 'Head', Weight: 0.802124 +Vertex 664: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157668 + Group: 'Head', Weight: 0.813176 +Vertex 665: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.145171 + Group: 'Head', Weight: 0.827258 +Vertex 666: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132025 + Group: 'Head', Weight: 0.842639 +Vertex 667: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124112 + Group: 'Head', Weight: 0.851746 +Vertex 668: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115253 + Group: 'Head', Weight: 0.862502 +Vertex 669: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103701 + Group: 'Head', Weight: 0.877644 +Vertex 670: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001852 + Group: 'spine.005', Weight: 0.196210 + Group: 'Head', Weight: 0.772445 +Vertex 671: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005317 + Group: 'spine.005', Weight: 0.198833 + Group: 'Head', Weight: 0.767695 +Vertex 672: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006611 + Group: 'spine.005', Weight: 0.187285 + Group: 'Head', Weight: 0.778427 +Vertex 673: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001245 + Group: 'spine.005', Weight: 0.152757 + Group: 'Head', Weight: 0.816195 +Vertex 674: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116437 + Group: 'Head', Weight: 0.859757 +Vertex 675: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133161 + Group: 'Head', Weight: 0.839504 +Vertex 676: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005341 + Group: 'spine.005', Weight: 0.170389 + Group: 'Head', Weight: 0.796078 +Vertex 677: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120166 + Group: 'Head', Weight: 0.855586 +Vertex 678: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132079 + Group: 'Head', Weight: 0.841428 +Vertex 679: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.149723 + Group: 'Head', Weight: 0.820553 +Vertex 680: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001553 + Group: 'spine.005', Weight: 0.164125 + Group: 'Head', Weight: 0.804651 +Vertex 681: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002279 + Group: 'spine.005', Weight: 0.177669 + Group: 'Head', Weight: 0.790681 +Vertex 682: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000958 + Group: 'spine.005', Weight: 0.185258 + Group: 'Head', Weight: 0.783920 +Vertex 683: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166345 + Group: 'Head', Weight: 0.807461 +Vertex 684: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177932 + Group: 'Head', Weight: 0.793824 +Vertex 685: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115986 + Group: 'Head', Weight: 0.863206 +Vertex 686: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110951 + Group: 'Head', Weight: 0.867983 +Vertex 687: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108175 + Group: 'Head', Weight: 0.871753 +Vertex 688: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112661 + Group: 'Head', Weight: 0.867363 +Vertex 689: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106015 + Group: 'Head', Weight: 0.875622 +Vertex 690: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103612 + Group: 'Head', Weight: 0.878222 +Vertex 691: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144934 + Group: 'Head', Weight: 0.829962 +Vertex 692: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143685 + Group: 'Head', Weight: 0.830633 +Vertex 693: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134918 + Group: 'Head', Weight: 0.840862 +Vertex 694: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126355 + Group: 'Head', Weight: 0.851042 +Vertex 695: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122281 + Group: 'Head', Weight: 0.855928 +Vertex 696: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118747 + Group: 'Head', Weight: 0.860289 +Vertex 697: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122585 + Group: 'Head', Weight: 0.856213 +Vertex 698: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115420 + Group: 'Head', Weight: 0.864426 +Vertex 699: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119357 + Group: 'Head', Weight: 0.860136 +Vertex 700: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116416 + Group: 'Head', Weight: 0.863698 +Vertex 701: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112833 + Group: 'Head', Weight: 0.867710 +Vertex 702: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110474 + Group: 'Head', Weight: 0.870687 +Vertex 703: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114189 + Group: 'Head', Weight: 0.866471 +Vertex 704: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123989 + Group: 'Head', Weight: 0.854259 +Vertex 705: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129060 + Group: 'Head', Weight: 0.848343 +Vertex 706: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.136277 + Group: 'Head', Weight: 0.839970 +Vertex 707: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020672 + Group: 'spine.005', Weight: 0.254440 + Group: 'Head', Weight: 0.702756 +Vertex 708: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.028223 + Group: 'spine.005', Weight: 0.269596 + Group: 'Head', Weight: 0.682981 +Vertex 709: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.018453 + Group: 'spine.005', Weight: 0.209246 + Group: 'Head', Weight: 0.749240 +Vertex 710: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.029056 + Group: 'spine.005', Weight: 0.226009 + Group: 'Head', Weight: 0.725994 +Vertex 711: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.013472 + Group: 'spine.005', Weight: 0.179630 + Group: 'Head', Weight: 0.781878 +Vertex 712: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023015 + Group: 'spine.005', Weight: 0.189416 + Group: 'Head', Weight: 0.766272 +Vertex 713: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008412 + Group: 'spine.005', Weight: 0.157454 + Group: 'Head', Weight: 0.807131 +Vertex 714: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016526 + Group: 'spine.005', Weight: 0.162333 + Group: 'Head', Weight: 0.797309 +Vertex 715: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131545 + Group: 'Head', Weight: 0.838856 +Vertex 716: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006329 + Group: 'spine.005', Weight: 0.135787 + Group: 'Head', Weight: 0.830064 +Vertex 717: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120884 + Group: 'Head', Weight: 0.852494 +Vertex 718: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115982 + Group: 'Head', Weight: 0.855428 +Vertex 719: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111117 + Group: 'Head', Weight: 0.866253 +Vertex 720: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110862 + Group: 'Head', Weight: 0.865548 +Vertex 721: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110427 + Group: 'Head', Weight: 0.867929 +Vertex 722: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106428 + Group: 'Head', Weight: 0.872267 +Vertex 723: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110286 + Group: 'Head', Weight: 0.868717 +Vertex 724: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097875 + Group: 'Head', Weight: 0.881924 +Vertex 725: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108314 + Group: 'Head', Weight: 0.871777 +Vertex 726: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093616 + Group: 'Head', Weight: 0.889358 +Vertex 727: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089397 + Group: 'Head', Weight: 0.894815 +Vertex 728: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089975 + Group: 'Head', Weight: 0.895067 +Vertex 729: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097738 + Group: 'Head', Weight: 0.886782 +Vertex 730: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108497 + Group: 'Head', Weight: 0.874622 +Vertex 731: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118586 + Group: 'Head', Weight: 0.862894 +Vertex 732: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127385 + Group: 'Head', Weight: 0.852579 +Vertex 733: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132535 + Group: 'Head', Weight: 0.847160 +Vertex 734: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087321 + Group: 'Head', Weight: 0.897214 +Vertex 735: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087969 + Group: 'Head', Weight: 0.897275 +Vertex 736: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.017320 + Group: 'spine.005', Weight: 0.151439 + Group: 'Head', Weight: 0.807728 +Vertex 737: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.024822 + Group: 'spine.005', Weight: 0.139045 + Group: 'Head', Weight: 0.815603 +Vertex 738: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.049671 + Group: 'spine.005', Weight: 0.117132 + Group: 'Head', Weight: 0.822698 +Vertex 739: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035897 + Group: 'spine.005', Weight: 0.120634 + Group: 'Head', Weight: 0.827409 +Vertex 740: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.055752 + Group: 'spine.005', Weight: 0.115113 + Group: 'Head', Weight: 0.817707 +Vertex 741: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.059984 + Group: 'spine.005', Weight: 0.117298 + Group: 'Head', Weight: 0.810487 +Vertex 742: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.097796 + Group: 'spine.004', Weight: 0.066981 + Group: 'shoulder.L', Weight: 0.645160 + Group: 'shoulder.R', Weight: 0.159214 +Vertex 743: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.121516 + Group: 'spine.004', Weight: 0.057665 + Group: 'shoulder.L', Weight: 0.399429 + Group: 'shoulder.R', Weight: 0.399429 +Vertex 744: +Vertex groups: 3 + Group: 'spine', Weight: 0.808373 + Group: 'spine.001', Weight: 0.007280 + Group: 'spine1', Weight: 0.149864 +Vertex 745: +Vertex groups: 2 + Group: 'spine', Weight: 0.798030 + Group: 'spine1', Weight: 0.167124 +Vertex 746: +Vertex groups: 2 + Group: 'spine', Weight: 0.806930 + Group: 'spine1', Weight: 0.160914 +Vertex 747: +Vertex groups: 2 + Group: 'spine', Weight: 0.818408 + Group: 'spine1', Weight: 0.151226 +Vertex 748: +Vertex groups: 3 + Group: 'spine', Weight: 0.815118 + Group: 'spine.001', Weight: 0.112948 + Group: 'spine1', Weight: 0.041022 +Vertex 749: +Vertex groups: 3 + Group: 'spine', Weight: 0.834869 + Group: 'spine.001', Weight: 0.074073 + Group: 'spine1', Weight: 0.072374 +Vertex 750: +Vertex groups: 3 + Group: 'spine', Weight: 0.824579 + Group: 'spine.001', Weight: 0.027281 + Group: 'spine1', Weight: 0.122800 +Vertex 751: +Vertex groups: 4 + Group: 'spine', Weight: 0.798481 + Group: 'spine.001', Weight: 0.132298 + Group: 'spine.002', Weight: 0.010029 + Group: 'spine1', Weight: 0.014796 +Vertex 752: +Vertex groups: 4 + Group: 'spine', Weight: 0.784958 + Group: 'spine.001', Weight: 0.146693 + Group: 'spine.002', Weight: 0.004893 + Group: 'spine1', Weight: 0.019211 +Vertex 753: +Vertex groups: 4 + Group: 'spine', Weight: 0.801474 + Group: 'spine.001', Weight: 0.129162 + Group: 'spine.002', Weight: 0.010060 + Group: 'spine1', Weight: 0.014927 +Vertex 754: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999681 +Vertex 755: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 756: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.008355 + Group: 'spine2', Weight: 0.970725 +Vertex 757: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 758: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 759: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 760: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 761: +Vertex groups: 1 + Group: 'spine2', Weight: 0.998267 +Vertex 762: +Vertex groups: 1 + Group: 'spine2', Weight: 0.993944 +Vertex 763: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.099610 + Group: 'forearm.L', Weight: 0.898211 +Vertex 764: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.107240 + Group: 'forearm.L', Weight: 0.891806 +Vertex 765: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.102333 + Group: 'forearm.L', Weight: 0.897176 +Vertex 766: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.071469 + Group: 'forearm.L', Weight: 0.928212 +Vertex 767: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.071145 + Group: 'forearm.L', Weight: 0.928428 +Vertex 768: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.090626 + Group: 'forearm.L', Weight: 0.907586 +Vertex 769: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.164569 + Group: 'forearm.L', Weight: 0.834927 +Vertex 770: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.116966 + Group: 'forearm.L', Weight: 0.882429 +Vertex 771: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.144250 + Group: 'forearm.L', Weight: 0.855124 +Vertex 772: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.066144 + Group: 'forearm.L', Weight: 0.933524 +Vertex 773: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.086965 + Group: 'forearm.L', Weight: 0.912619 +Vertex 774: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.128606 + Group: 'forearm.L', Weight: 0.870986 +Vertex 775: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 776: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 777: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 778: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 779: +Vertex groups: 4 + Group: 'spine', Weight: 0.042333 + Group: 'spine1', Weight: 0.679071 + Group: 'spine1.001', Weight: 0.240729 + Group: 'spine1.002', Weight: 0.015081 +Vertex 780: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.763769 + Group: 'spine2', Weight: 0.232587 +Vertex 781: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.152644 + Group: 'spine1.002', Weight: 0.812575 +Vertex 782: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.202816 + Group: 'spine1.003', Weight: 0.795117 +Vertex 783: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.837299 + Group: 'spine2', Weight: 0.158755 +Vertex 784: +Vertex groups: 4 + Group: 'spine', Weight: 0.058472 + Group: 'spine1', Weight: 0.686359 + Group: 'spine1.001', Weight: 0.213887 + Group: 'spine1.002', Weight: 0.028639 +Vertex 785: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.372473 + Group: 'spine1.003', Weight: 0.625931 +Vertex 786: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.126597 + Group: 'spine1.002', Weight: 0.841655 +Vertex 787: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.901854 + Group: 'spine2', Weight: 0.092942 +Vertex 788: +Vertex groups: 4 + Group: 'spine', Weight: 0.066831 + Group: 'spine1', Weight: 0.561228 + Group: 'spine1.001', Weight: 0.331488 + Group: 'spine1.002', Weight: 0.026556 +Vertex 789: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.480997 + Group: 'spine1.003', Weight: 0.517794 +Vertex 790: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.106491 + Group: 'spine1.002', Weight: 0.866540 +Vertex 791: +Vertex groups: 4 + Group: 'spine', Weight: 0.065921 + Group: 'spine1', Weight: 0.637333 + Group: 'spine1.001', Weight: 0.255765 + Group: 'spine1.002', Weight: 0.027637 +Vertex 792: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.894876 + Group: 'spine2', Weight: 0.100155 +Vertex 793: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.108238 + Group: 'spine1.002', Weight: 0.864214 +Vertex 794: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.474729 + Group: 'spine1.003', Weight: 0.524044 +Vertex 795: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.066531 + Group: 'spine2', Weight: 0.933399 +Vertex 796: +Vertex groups: 2 + Group: 'spine1', Weight: 0.495896 + Group: 'spine1.001', Weight: 0.483221 +Vertex 797: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.059040 + Group: 'spine1.003', Weight: 0.933620 +Vertex 798: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.540319 + Group: 'spine1.002', Weight: 0.429447 +Vertex 799: +Vertex groups: 4 + Group: 'spine', Weight: 0.063350 + Group: 'spine1', Weight: 0.672511 + Group: 'spine1.001', Weight: 0.221529 + Group: 'spine1.002', Weight: 0.030960 +Vertex 800: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.873761 + Group: 'spine2', Weight: 0.121804 +Vertex 801: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.114721 + Group: 'spine1.002', Weight: 0.855951 +Vertex 802: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.449004 + Group: 'spine1.003', Weight: 0.549661 +Vertex 803: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.600491 + Group: 'spine2', Weight: 0.398401 +Vertex 804: +Vertex groups: 2 + Group: 'spine1', Weight: 0.544240 + Group: 'spine1.001', Weight: 0.414183 +Vertex 805: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.129599 + Group: 'spine1.003', Weight: 0.866799 +Vertex 806: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.207393 + Group: 'spine1.002', Weight: 0.755282 +Vertex 807: +Vertex groups: 2 + Group: 'spine1', Weight: 0.517995 + Group: 'spine1.001', Weight: 0.451218 +Vertex 808: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.317571 + Group: 'spine2', Weight: 0.682181 +Vertex 809: +Vertex groups: 3 + Group: 'spine1', Weight: 0.000199 + Group: 'spine1.001', Weight: 0.304138 + Group: 'spine1.002', Weight: 0.657653 +Vertex 810: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.096093 + Group: 'spine1.003', Weight: 0.897500 +Vertex 811: +Vertex groups: 2 + Group: 'spine1', Weight: 0.510793 + Group: 'spine1.001', Weight: 0.463003 +Vertex 812: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.164309 + Group: 'spine2', Weight: 0.835645 +Vertex 813: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.455408 + Group: 'spine1.002', Weight: 0.507965 +Vertex 814: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.077017 + Group: 'spine1.003', Weight: 0.915078 +Vertex 815: +Vertex groups: 2 + Group: 'spine1', Weight: 0.499287 + Group: 'spine1.001', Weight: 0.477997 +Vertex 816: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.088990 + Group: 'spine2', Weight: 0.910957 +Vertex 817: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.404124 + Group: 'spine1.002', Weight: 0.563139 +Vertex 818: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064193 + Group: 'spine1.003', Weight: 0.928123 +Vertex 819: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.148665 + Group: 'spine2', Weight: 0.850762 +Vertex 820: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.083283 + Group: 'spine2', Weight: 0.916384 +Vertex 821: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.052262 + Group: 'spine2', Weight: 0.947735 +Vertex 822: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.045034 + Group: 'spine2', Weight: 0.952280 +Vertex 823: +Vertex groups: 1 + Group: 'spine2', Weight: 0.976105 +Vertex 824: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.009059 + Group: 'spine2', Weight: 0.970329 +Vertex 825: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999624 +Vertex 826: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 827: +Vertex groups: 1 + Group: 'spine2', Weight: 0.989229 +Vertex 828: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 829: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.017375 + Group: 'spine1.003', Weight: 0.969022 +Vertex 830: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.043734 + Group: 'spine1.003', Weight: 0.950372 +Vertex 831: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.066857 + Group: 'spine1.003', Weight: 0.928312 +Vertex 832: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064554 + Group: 'spine1.003', Weight: 0.930735 +Vertex 833: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.943390 + Group: 'spine2', Weight: 0.052933 +Vertex 834: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.058033 + Group: 'spine1.003', Weight: 0.937666 +Vertex 835: +Vertex groups: 1 + Group: 'spine1.003', Weight: 0.968650 +Vertex 836: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.947161 + Group: 'spine2', Weight: 0.033220 +Vertex 837: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.936006 + Group: 'spine2', Weight: 0.057138 +Vertex 838: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.938937 + Group: 'spine2', Weight: 0.056590 +Vertex 839: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.905466 + Group: 'spine1.003', Weight: 0.069656 +Vertex 840: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.919835 + Group: 'spine1.003', Weight: 0.060331 +Vertex 841: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.933647 + Group: 'spine1.003', Weight: 0.050663 +Vertex 842: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.932614 + Group: 'spine1.003', Weight: 0.051446 +Vertex 843: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.029723 + Group: 'spine1.002', Weight: 0.876684 + Group: 'spine1.003', Weight: 0.081181 +Vertex 844: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.928450 + Group: 'spine1.003', Weight: 0.054324 +Vertex 845: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.008946 + Group: 'spine1.002', Weight: 0.888770 + Group: 'spine1.003', Weight: 0.078598 +Vertex 846: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.026651 + Group: 'spine1.002', Weight: 0.874765 + Group: 'spine1.003', Weight: 0.083676 +Vertex 847: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.037107 + Group: 'spine1.002', Weight: 0.868564 + Group: 'spine1.003', Weight: 0.084892 +Vertex 848: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.029220 + Group: 'spine1.002', Weight: 0.874252 + Group: 'spine1.003', Weight: 0.083621 +Vertex 849: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131817 + Group: 'spine1.001', Weight: 0.693219 + Group: 'spine1.002', Weight: 0.163279 +Vertex 850: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132102 + Group: 'spine1.001', Weight: 0.681385 + Group: 'spine1.002', Weight: 0.173301 +Vertex 851: +Vertex groups: 3 + Group: 'spine1', Weight: 0.121047 + Group: 'spine1.001', Weight: 0.696517 + Group: 'spine1.002', Weight: 0.168481 +Vertex 852: +Vertex groups: 3 + Group: 'spine1', Weight: 0.124607 + Group: 'spine1.001', Weight: 0.692846 + Group: 'spine1.002', Weight: 0.168570 +Vertex 853: +Vertex groups: 3 + Group: 'spine1', Weight: 0.095450 + Group: 'spine1.001', Weight: 0.821215 + Group: 'spine1.002', Weight: 0.079164 +Vertex 854: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131357 + Group: 'spine1.001', Weight: 0.684969 + Group: 'spine1.002', Weight: 0.169689 +Vertex 855: +Vertex groups: 3 + Group: 'spine1', Weight: 0.123557 + Group: 'spine1.001', Weight: 0.730305 + Group: 'spine1.002', Weight: 0.137299 +Vertex 856: +Vertex groups: 3 + Group: 'spine1', Weight: 0.117894 + Group: 'spine1.001', Weight: 0.761368 + Group: 'spine1.002', Weight: 0.113876 +Vertex 857: +Vertex groups: 3 + Group: 'spine1', Weight: 0.112860 + Group: 'spine1.001', Weight: 0.782157 + Group: 'spine1.002', Weight: 0.099259 +Vertex 858: +Vertex groups: 3 + Group: 'spine1', Weight: 0.101073 + Group: 'spine1.001', Weight: 0.803583 + Group: 'spine1.002', Weight: 0.090643 +Vertex 859: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.177290 + Group: 'spine.005', Weight: 0.675833 + Group: 'Head', Weight: 0.132787 +Vertex 860: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082680 + Group: 'spine.005', Weight: 0.575184 + Group: 'Head', Weight: 0.335123 +Vertex 861: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.136595 + Group: 'spine.005', Weight: 0.644563 + Group: 'Head', Weight: 0.208135 +Vertex 862: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.137579 + Group: 'spine.005', Weight: 0.642438 + Group: 'Head', Weight: 0.209367 +Vertex 863: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082978 + Group: 'spine.005', Weight: 0.658943 + Group: 'Head', Weight: 0.245583 +Vertex 864: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.185796 + Group: 'spine.005', Weight: 0.659274 + Group: 'Head', Weight: 0.118621 + Group: 'shoulder.L', Weight: 0.013009 +Vertex 865: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.178737 + Group: 'spine.005', Weight: 0.636401 + Group: 'Head', Weight: 0.145655 + Group: 'shoulder.L', Weight: 0.016712 +Vertex 866: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088664 + Group: 'spine.005', Weight: 0.503139 + Group: 'Head', Weight: 0.388636 +Vertex 867: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.245675 + Group: 'spine.005', Weight: 0.520224 + Group: 'Head', Weight: 0.175202 + Group: 'shoulder.L', Weight: 0.043137 +Vertex 868: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.332062 + Group: 'spine.005', Weight: 0.416022 + Group: 'Head', Weight: 0.180149 + Group: 'shoulder.L', Weight: 0.052588 +Vertex 869: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.366635 + Group: 'spine.005', Weight: 0.361346 + Group: 'Head', Weight: 0.196312 + Group: 'shoulder.L', Weight: 0.048356 +Vertex 870: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.365631 + Group: 'spine.005', Weight: 0.337537 + Group: 'Head', Weight: 0.225289 + Group: 'shoulder.L', Weight: 0.025768 +Vertex 871: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.371067 + Group: 'spine.005', Weight: 0.328773 + Group: 'Head', Weight: 0.228668 + Group: 'shoulder.L', Weight: 0.010731 + Group: 'shoulder.R', Weight: 0.010730 +Vertex 872: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.147256 + Group: 'spine.005', Weight: 0.716056 + Group: 'Head', Weight: 0.118318 +Vertex 873: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099367 + Group: 'spine.005', Weight: 0.463324 + Group: 'Head', Weight: 0.415090 +Vertex 874: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106722 + Group: 'Head', Weight: 0.874549 +Vertex 875: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108374 + Group: 'Head', Weight: 0.872402 +Vertex 876: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113637 + Group: 'Head', Weight: 0.865628 +Vertex 877: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117949 + Group: 'Head', Weight: 0.860168 +Vertex 878: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122393 + Group: 'Head', Weight: 0.854709 +Vertex 879: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119866 + Group: 'Head', Weight: 0.857522 +Vertex 880: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116513 + Group: 'Head', Weight: 0.861518 +Vertex 881: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109454 + Group: 'Head', Weight: 0.870453 +Vertex 882: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106285 + Group: 'Head', Weight: 0.874668 +Vertex 883: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110851 + Group: 'Head', Weight: 0.869175 +Vertex 884: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112987 + Group: 'Head', Weight: 0.865807 +Vertex 885: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105208 + Group: 'Head', Weight: 0.876226 +Vertex 886: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.160577 + Group: 'spine.003', Weight: 0.437655 + Group: 'shoulder.L', Weight: 0.284048 + Group: 'upper_arm.L', Weight: 0.059965 + Group: 'shoulder.R', Weight: 0.022551 +Vertex 887: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.239846 + Group: 'spine.003', Weight: 0.531916 + Group: 'shoulder.L', Weight: 0.116634 + Group: 'upper_arm.L', Weight: 0.000045 + Group: 'shoulder.R', Weight: 0.061678 +Vertex 888: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.582120 + Group: 'spine.003', Weight: 0.281972 + Group: 'shoulder.L', Weight: 0.050376 + Group: 'shoulder.R', Weight: 0.023924 +Vertex 889: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.087883 + Group: 'spine.003', Weight: 0.206572 + Group: 'shoulder.L', Weight: 0.386074 + Group: 'upper_arm.L', Weight: 0.298862 +Vertex 890: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.102017 + Group: 'spine.003', Weight: 0.271941 + Group: 'shoulder.L', Weight: 0.468483 + Group: 'upper_arm.L', Weight: 0.119081 +Vertex 891: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.321653 + Group: 'spine.003', Weight: 0.342230 + Group: 'shoulder.L', Weight: 0.101565 + Group: 'upper_arm.L', Weight: 0.204819 +Vertex 892: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142029 + Group: 'spine.003', Weight: 0.299118 + Group: 'shoulder.L', Weight: 0.202931 + Group: 'upper_arm.L', Weight: 0.336048 +Vertex 893: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.037852 + Group: 'spine.002', Weight: 0.763405 + Group: 'spine.003', Weight: 0.119659 + Group: 'shoulder.L', Weight: 0.009227 +Vertex 894: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.019402 + Group: 'spine.002', Weight: 0.611010 + Group: 'spine.003', Weight: 0.220037 + Group: 'shoulder.L', Weight: 0.050899 + Group: 'upper_arm.L', Weight: 0.069305 +Vertex 895: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.017403 + Group: 'spine.002', Weight: 0.749942 + Group: 'spine.003', Weight: 0.142797 + Group: 'shoulder.L', Weight: 0.005382 +Vertex 896: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.222118 + Group: 'spine.003', Weight: 0.466623 + Group: 'shoulder.L', Weight: 0.197707 + Group: 'upper_arm.L', Weight: 0.064275 + Group: 'shoulder.R', Weight: 0.008322 +Vertex 897: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.293596 + Group: 'spine.003', Weight: 0.490521 + Group: 'shoulder.L', Weight: 0.115285 + Group: 'upper_arm.L', Weight: 0.012127 + Group: 'shoulder.R', Weight: 0.041811 +Vertex 898: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.578227 + Group: 'spine.003', Weight: 0.253021 + Group: 'shoulder.L', Weight: 0.075976 + Group: 'upper_arm.L', Weight: 0.047355 +Vertex 899: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.595619 + Group: 'spine.003', Weight: 0.265804 + Group: 'shoulder.L', Weight: 0.056523 + Group: 'shoulder.R', Weight: 0.008522 +Vertex 900: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.121208 + Group: 'spine.003', Weight: 0.284634 + Group: 'shoulder.L', Weight: 0.315931 + Group: 'upper_arm.L', Weight: 0.254532 +Vertex 901: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.158143 + Group: 'spine.003', Weight: 0.378056 + Group: 'shoulder.L', Weight: 0.299270 + Group: 'upper_arm.L', Weight: 0.129423 +Vertex 902: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.346955 + Group: 'spine.003', Weight: 0.352317 + Group: 'shoulder.L', Weight: 0.102668 + Group: 'upper_arm.L', Weight: 0.166623 +Vertex 903: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.183527 + Group: 'spine.003', Weight: 0.349220 + Group: 'shoulder.L', Weight: 0.202225 + Group: 'upper_arm.L', Weight: 0.240773 +Vertex 904: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.312846 + Group: 'spine.003', Weight: 0.392211 + Group: 'shoulder.L', Weight: 0.135620 + Group: 'upper_arm.L', Weight: 0.126780 +Vertex 905: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.022654 + Group: 'spine.002', Weight: 0.728058 + Group: 'spine.003', Weight: 0.146378 + Group: 'shoulder.L', Weight: 0.026175 + Group: 'upper_arm.L', Weight: 0.013308 +Vertex 906: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.005479 + Group: 'spine.002', Weight: 0.568450 + Group: 'spine.003', Weight: 0.242578 + Group: 'shoulder.L', Weight: 0.063760 + Group: 'upper_arm.L', Weight: 0.082600 +Vertex 907: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.009694 + Group: 'spine.002', Weight: 0.716154 + Group: 'spine.003', Weight: 0.167107 + Group: 'shoulder.L', Weight: 0.022809 +Vertex 908: +Vertex groups: 3 + Group: 'spine', Weight: 0.371022 + Group: 'spine.001', Weight: 0.521174 + Group: 'spine.002', Weight: 0.091308 +Vertex 909: +Vertex groups: 3 + Group: 'spine', Weight: 0.076232 + Group: 'spine.001', Weight: 0.511969 + Group: 'spine.002', Weight: 0.390729 +Vertex 910: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.099468 + Group: 'spine.002', Weight: 0.804575 + Group: 'spine.003', Weight: 0.054592 +Vertex 911: +Vertex groups: 3 + Group: 'spine', Weight: 0.240316 + Group: 'spine.001', Weight: 0.630233 + Group: 'spine.002', Weight: 0.117160 +Vertex 912: +Vertex groups: 3 + Group: 'spine', Weight: 0.056309 + Group: 'spine.001', Weight: 0.416120 + Group: 'spine.002', Weight: 0.501785 +Vertex 913: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.225950 + Group: 'spine.002', Weight: 0.708157 + Group: 'spine.003', Weight: 0.003126 +Vertex 914: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.068329 + Group: 'spine.002', Weight: 0.811124 + Group: 'spine.003', Weight: 0.074683 +Vertex 915: +Vertex groups: 3 + Group: 'spine', Weight: 0.017616 + Group: 'spine.001', Weight: 0.303815 + Group: 'spine.002', Weight: 0.627016 +Vertex 916: +Vertex groups: 3 + Group: 'spine', Weight: 0.326539 + Group: 'spine.001', Weight: 0.570256 + Group: 'spine.002', Weight: 0.089633 +Vertex 917: +Vertex groups: 3 + Group: 'spine', Weight: 0.329571 + Group: 'spine.001', Weight: 0.571622 + Group: 'spine.002', Weight: 0.086340 +Vertex 918: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.179598 + Group: 'spine.002', Weight: 0.751249 + Group: 'spine.003', Weight: 0.014744 +Vertex 919: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.072964 + Group: 'spine.002', Weight: 0.807003 + Group: 'spine.003', Weight: 0.072459 +Vertex 920: +Vertex groups: 3 + Group: 'spine', Weight: 0.370351 + Group: 'spine.001', Weight: 0.474381 + Group: 'spine.002', Weight: 0.129699 +Vertex 921: +Vertex groups: 3 + Group: 'spine', Weight: 0.459929 + Group: 'spine.001', Weight: 0.412057 + Group: 'spine.002', Weight: 0.106189 +Vertex 922: +Vertex groups: 3 + Group: 'spine', Weight: 0.378863 + Group: 'spine.001', Weight: 0.474356 + Group: 'spine.002', Weight: 0.122285 +Vertex 923: +Vertex groups: 3 + Group: 'spine', Weight: 0.335185 + Group: 'spine.001', Weight: 0.498681 + Group: 'spine.002', Weight: 0.140089 +Vertex 924: +Vertex groups: 3 + Group: 'spine', Weight: 0.233003 + Group: 'spine.001', Weight: 0.629977 + Group: 'spine.002', Weight: 0.124214 +Vertex 925: +Vertex groups: 3 + Group: 'spine', Weight: 0.029575 + Group: 'spine.001', Weight: 0.283986 + Group: 'spine.002', Weight: 0.635364 +Vertex 926: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.089187 + Group: 'spine.002', Weight: 0.803541 + Group: 'spine.003', Weight: 0.061560 +Vertex 927: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.058482 + Group: 'spine.002', Weight: 0.804833 + Group: 'spine.003', Weight: 0.086623 +Vertex 928: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.149342 + Group: 'spine.002', Weight: 0.769719 + Group: 'spine.003', Weight: 0.029353 +Vertex 929: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.174107 + Group: 'spine.002', Weight: 0.744651 + Group: 'spine.003', Weight: 0.020113 +Vertex 930: +Vertex groups: 3 + Group: 'spine', Weight: 0.067056 + Group: 'spine.001', Weight: 0.482939 + Group: 'spine.002', Weight: 0.423413 +Vertex 931: +Vertex groups: 3 + Group: 'spine', Weight: 0.285479 + Group: 'spine.001', Weight: 0.572294 + Group: 'spine.002', Weight: 0.124660 +Vertex 932: +Vertex groups: 3 + Group: 'spine', Weight: 0.274856 + Group: 'spine.001', Weight: 0.603298 + Group: 'spine.002', Weight: 0.108445 +Vertex 933: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.061993 + Group: 'spine.002', Weight: 0.798725 + Group: 'spine.003', Weight: 0.085087 +Vertex 934: +Vertex groups: 3 + Group: 'spine', Weight: 0.282574 + Group: 'spine.001', Weight: 0.601548 + Group: 'spine.002', Weight: 0.103161 +Vertex 935: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.136928 + Group: 'spine.002', Weight: 0.780809 + Group: 'spine.003', Weight: 0.034911 +Vertex 936: +Vertex groups: 3 + Group: 'spine', Weight: 0.324774 + Group: 'spine.001', Weight: 0.505769 + Group: 'spine.002', Weight: 0.145494 +Vertex 937: +Vertex groups: 3 + Group: 'spine', Weight: 0.228402 + Group: 'spine.001', Weight: 0.526339 + Group: 'spine.002', Weight: 0.211989 +Vertex 938: +Vertex groups: 3 + Group: 'spine', Weight: 0.166614 + Group: 'spine.001', Weight: 0.532130 + Group: 'spine.002', Weight: 0.262544 +Vertex 939: +Vertex groups: 3 + Group: 'spine', Weight: 0.158517 + Group: 'spine.001', Weight: 0.508018 + Group: 'spine.002', Weight: 0.290591 +Vertex 940: +Vertex groups: 3 + Group: 'spine', Weight: 0.674366 + Group: 'spine.001', Weight: 0.281727 + Group: 'spine.002', Weight: 0.004279 +Vertex 941: +Vertex groups: 2 + Group: 'spine', Weight: 0.654050 + Group: 'spine.001', Weight: 0.306483 +Vertex 942: +Vertex groups: 3 + Group: 'spine', Weight: 0.680839 + Group: 'spine.001', Weight: 0.264551 + Group: 'spine.002', Weight: 0.018999 +Vertex 943: +Vertex groups: 2 + Group: 'spine', Weight: 0.656718 + Group: 'spine.001', Weight: 0.305004 +Vertex 944: +Vertex groups: 3 + Group: 'spine', Weight: 0.603581 + Group: 'spine.001', Weight: 0.330811 + Group: 'spine.002', Weight: 0.046164 +Vertex 945: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.208716 + Group: 'Head', Weight: 0.785322 +Vertex 946: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.210393 + Group: 'Head', Weight: 0.783640 +Vertex 947: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.210600 + Group: 'Head', Weight: 0.783208 +Vertex 948: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.217569 + Group: 'Head', Weight: 0.775627 +Vertex 949: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220100 + Group: 'Head', Weight: 0.771713 +Vertex 950: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220493 + Group: 'Head', Weight: 0.772106 +Vertex 951: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216586 + Group: 'Head', Weight: 0.773890 +Vertex 952: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.214608 + Group: 'Head', Weight: 0.774439 +Vertex 953: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192375 + Group: 'Head', Weight: 0.795897 +Vertex 954: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.181309 + Group: 'Head', Weight: 0.804814 +Vertex 955: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168972 + Group: 'Head', Weight: 0.815175 +Vertex 956: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.151168 + Group: 'Head', Weight: 0.830971 +Vertex 957: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088539 + Group: 'Head', Weight: 0.894333 +Vertex 958: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.025752 + Group: 'Head', Weight: 0.952300 +Vertex 959: +Vertex groups: 1 + Group: 'Head', Weight: 0.968853 +Vertex 960: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.070922 + Group: 'Head', Weight: 0.913727 +Vertex 961: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.147991 + Group: 'Head', Weight: 0.830634 +Vertex 962: +Vertex groups: 1 + Group: 'Head', Weight: 0.976689 +Vertex 963: +Vertex groups: 1 + Group: 'Head', Weight: 0.982057 +Vertex 964: +Vertex groups: 1 + Group: 'Head', Weight: 0.985793 +Vertex 965: +Vertex groups: 1 + Group: 'Head', Weight: 0.986948 +Vertex 966: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112667 + Group: 'Head', Weight: 0.864277 +Vertex 967: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112448 + Group: 'Head', Weight: 0.864855 +Vertex 968: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110276 + Group: 'Head', Weight: 0.868355 +Vertex 969: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110315 + Group: 'Head', Weight: 0.868425 +Vertex 970: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106433 + Group: 'Head', Weight: 0.874415 +Vertex 971: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106698 + Group: 'Head', Weight: 0.873921 +Vertex 972: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142632 + Group: 'Head', Weight: 0.833922 +Vertex 973: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139533 + Group: 'Head', Weight: 0.837071 +Vertex 974: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110153 + Group: 'Head', Weight: 0.868689 +Vertex 975: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105568 + Group: 'Head', Weight: 0.875278 +Vertex 976: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132314 + Group: 'Head', Weight: 0.845185 +Vertex 977: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109489 + Group: 'Head', Weight: 0.869672 +Vertex 978: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104748 + Group: 'Head', Weight: 0.876237 +Vertex 979: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127453 + Group: 'Head', Weight: 0.850758 +Vertex 980: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123517 + Group: 'Head', Weight: 0.853833 +Vertex 981: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118053 + Group: 'Head', Weight: 0.861924 +Vertex 982: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118955 + Group: 'Head', Weight: 0.857988 +Vertex 983: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112478 + Group: 'Head', Weight: 0.865005 +Vertex 984: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113894 + Group: 'Head', Weight: 0.863491 +Vertex 985: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114346 + Group: 'Head', Weight: 0.865264 +Vertex 986: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109580 + Group: 'Head', Weight: 0.869855 +Vertex 987: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110241 + Group: 'Head', Weight: 0.871092 +Vertex 988: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114203 + Group: 'Head', Weight: 0.866545 +Vertex 989: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105035 + Group: 'Head', Weight: 0.876908 +Vertex 990: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102314 + Group: 'Head', Weight: 0.879863 +Vertex 991: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102072 + Group: 'Head', Weight: 0.879784 +Vertex 992: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122334 + Group: 'Head', Weight: 0.856782 +Vertex 993: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124314 + Group: 'Head', Weight: 0.853497 +Vertex 994: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117103 + Group: 'Head', Weight: 0.862335 +Vertex 995: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125964 + Group: 'Head', Weight: 0.852292 +Vertex 996: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120956 + Group: 'Head', Weight: 0.858192 +Vertex 997: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126489 + Group: 'Head', Weight: 0.851343 +Vertex 998: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112948 + Group: 'Head', Weight: 0.861130 +Vertex 999: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113972 + Group: 'Head', Weight: 0.861750 +Vertex 1000: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102687 + Group: 'Head', Weight: 0.876483 +Vertex 1001: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109963 + Group: 'Head', Weight: 0.868712 +Vertex 1002: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102032 + Group: 'Head', Weight: 0.879542 +Vertex 1003: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153308 + Group: 'Head', Weight: 0.823357 +Vertex 1004: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144605 + Group: 'Head', Weight: 0.832729 +Vertex 1005: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141021 + Group: 'Head', Weight: 0.836243 +Vertex 1006: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120019 + Group: 'Head', Weight: 0.857626 +Vertex 1007: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118184 + Group: 'Head', Weight: 0.859533 +Vertex 1008: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112270 + Group: 'Head', Weight: 0.867377 +Vertex 1009: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111235 + Group: 'Head', Weight: 0.868132 +Vertex 1010: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124128 + Group: 'Head', Weight: 0.854564 +Vertex 1011: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.450474 + Group: 'spine.005', Weight: 0.054166 + Group: 'shoulder.L', Weight: 0.361415 + Group: 'upper_arm.L', Weight: 0.032205 + Group: 'shoulder.R', Weight: 0.028035 +Vertex 1012: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295668 + Group: 'spine.005', Weight: 0.056605 + Group: 'shoulder.L', Weight: 0.572874 + Group: 'upper_arm.L', Weight: 0.026153 +Vertex 1013: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.263298 + Group: 'spine.005', Weight: 0.027415 + Group: 'shoulder.L', Weight: 0.654599 +Vertex 1014: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.275280 + Group: 'spine.005', Weight: 0.047789 + Group: 'shoulder.L', Weight: 0.627527 +Vertex 1015: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.559867 + Group: 'shoulder.L', Weight: 0.297023 + Group: 'shoulder.R', Weight: 0.070348 + Group: 'spine.005', Weight: 0.055829 + Group: 'upper_arm.L', Weight: 0.016933 +Vertex 1016: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.029706 + Group: 'spine.004', Weight: 0.556568 + Group: 'spine.005', Weight: 0.039959 + Group: 'shoulder.L', Weight: 0.182459 + Group: 'shoulder.R', Weight: 0.108140 +Vertex 1017: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.341782 + Group: 'spine.005', Weight: 0.056512 + Group: 'shoulder.L', Weight: 0.497622 + Group: 'upper_arm.L', Weight: 0.040606 +Vertex 1018: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.267423 + Group: 'spine.004', Weight: 0.218177 + Group: 'shoulder.L', Weight: 0.246023 + Group: 'shoulder.R', Weight: 0.246023 +Vertex 1019: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.255169 + Group: 'spine.005', Weight: 0.002223 + Group: 'shoulder.L', Weight: 0.656139 + Group: 'shoulder.R', Weight: 0.000433 +Vertex 1020: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.078072 + Group: 'spine.004', Weight: 0.209696 + Group: 'shoulder.L', Weight: 0.591683 + Group: 'shoulder.R', Weight: 0.094900 +Vertex 1021: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.936108 + Group: 'forearm.L', Weight: 0.061422 +Vertex 1022: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.934021 + Group: 'forearm.L', Weight: 0.063852 +Vertex 1023: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.933614 + Group: 'forearm.L', Weight: 0.063902 +Vertex 1024: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.977393 +Vertex 1025: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.985446 +Vertex 1026: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.940199 + Group: 'forearm.L', Weight: 0.059033 +Vertex 1027: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.927276 + Group: 'forearm.L', Weight: 0.071270 +Vertex 1028: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.922242 + Group: 'forearm.L', Weight: 0.075728 +Vertex 1029: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.940923 + Group: 'forearm.L', Weight: 0.057334 +Vertex 1030: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.983291 +Vertex 1031: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.977754 +Vertex 1032: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.964000 + Group: 'forearm.L', Weight: 0.019054 +Vertex 1033: +Vertex groups: 2 + Group: 'spine', Weight: 0.529300 + Group: 'spine1', Weight: 0.425430 +Vertex 1034: +Vertex groups: 3 + Group: 'spine', Weight: 0.307028 + Group: 'spine1', Weight: 0.629954 + Group: 'spine1.001', Weight: 0.048555 +Vertex 1035: +Vertex groups: 3 + Group: 'spine', Weight: 0.178170 + Group: 'spine1', Weight: 0.744802 + Group: 'spine1.001', Weight: 0.068680 +Vertex 1036: +Vertex groups: 2 + Group: 'spine', Weight: 0.651978 + Group: 'spine1', Weight: 0.301610 +Vertex 1037: +Vertex groups: 2 + Group: 'spine', Weight: 0.710286 + Group: 'spine1', Weight: 0.243907 +Vertex 1038: +Vertex groups: 2 + Group: 'spine', Weight: 0.695576 + Group: 'spine1', Weight: 0.258602 +Vertex 1039: +Vertex groups: 3 + Group: 'spine', Weight: 0.155815 + Group: 'spine1', Weight: 0.776709 + Group: 'spine1.001', Weight: 0.062635 +Vertex 1040: +Vertex groups: 3 + Group: 'spine', Weight: 0.148425 + Group: 'spine1', Weight: 0.778291 + Group: 'spine1.001', Weight: 0.068326 +Vertex 1041: +Vertex groups: 3 + Group: 'spine', Weight: 0.147791 + Group: 'spine1', Weight: 0.769354 + Group: 'spine1.001', Weight: 0.076758 +Vertex 1042: +Vertex groups: 3 + Group: 'spine', Weight: 0.145658 + Group: 'spine1', Weight: 0.775120 + Group: 'spine1.001', Weight: 0.073874 +Vertex 1043: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.556822 + Group: 'spine.003', Weight: 0.305270 + Group: 'shoulder.L', Weight: 0.040501 + Group: 'shoulder.R', Weight: 0.040501 +Vertex 1044: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.265691 + Group: 'spine.003', Weight: 0.522460 + Group: 'shoulder.L', Weight: 0.094913 + Group: 'shoulder.R', Weight: 0.070032 +Vertex 1045: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.006289 + Group: 'spine.002', Weight: 0.715795 + Group: 'spine.003', Weight: 0.173528 + Group: 'shoulder.L', Weight: 0.009386 +Vertex 1046: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.244698 + Group: 'spine.003', Weight: 0.537743 + Group: 'shoulder.L', Weight: 0.085857 + Group: 'shoulder.R', Weight: 0.085857 +Vertex 1047: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.007886 + Group: 'spine.002', Weight: 0.721465 + Group: 'spine.003', Weight: 0.169019 + Group: 'shoulder.L', Weight: 0.003227 + Group: 'shoulder.R', Weight: 0.003227 +Vertex 1048: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.566858 + Group: 'spine.003', Weight: 0.295743 + Group: 'shoulder.L', Weight: 0.046931 + Group: 'shoulder.R', Weight: 0.032383 +Vertex 1049: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.873770 + Group: 'forearm.L', Weight: 0.125991 +Vertex 1050: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.746445 + Group: 'forearm.L', Weight: 0.253406 +Vertex 1051: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.910110 + Group: 'forearm.L', Weight: 0.089679 +Vertex 1052: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.839638 + Group: 'forearm.L', Weight: 0.160229 +Vertex 1053: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.814775 + Group: 'forearm.L', Weight: 0.185085 +Vertex 1054: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.897328 + Group: 'forearm.L', Weight: 0.102442 +Vertex 1055: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.958796 + Group: 'forearm.L', Weight: 0.031657 +Vertex 1056: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.955047 + Group: 'forearm.L', Weight: 0.038901 +Vertex 1057: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.946941 + Group: 'forearm.L', Weight: 0.052377 +Vertex 1058: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.973044 +Vertex 1059: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.046557 + Group: 'forearm.L', Weight: 0.949598 +Vertex 1060: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.010515 + Group: 'forearm.L', Weight: 0.968152 +Vertex 1061: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.036897 + Group: 'forearm.L', Weight: 0.952955 +Vertex 1062: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.987422 +Vertex 1063: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.974782 +Vertex 1064: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.016390 + Group: 'forearm.L', Weight: 0.965230 +Vertex 1065: +Vertex groups: 3 + Group: 'spine', Weight: 0.044110 + Group: 'spine.001', Weight: 0.521459 + Group: 'spine.002', Weight: 0.412215 +Vertex 1066: +Vertex groups: 3 + Group: 'spine', Weight: 0.207869 + Group: 'spine.001', Weight: 0.699408 + Group: 'spine.002', Weight: 0.084753 +Vertex 1067: +Vertex groups: 3 + Group: 'spine', Weight: 0.009978 + Group: 'spine.001', Weight: 0.336645 + Group: 'spine.002', Weight: 0.602853 +Vertex 1068: +Vertex groups: 3 + Group: 'spine', Weight: 0.021261 + Group: 'spine.001', Weight: 0.347042 + Group: 'spine.002', Weight: 0.586551 +Vertex 1069: +Vertex groups: 3 + Group: 'spine', Weight: 0.202390 + Group: 'spine.001', Weight: 0.676083 + Group: 'spine.002', Weight: 0.111450 +Vertex 1070: +Vertex groups: 3 + Group: 'spine', Weight: 0.659964 + Group: 'spine.001', Weight: 0.294424 + Group: 'spine.002', Weight: 0.008103 +Vertex 1071: +Vertex groups: 2 + Group: 'spine', Weight: 0.760217 + Group: 'spine.001', Weight: 0.195752 +Vertex 1072: +Vertex groups: 3 + Group: 'spine', Weight: 0.642548 + Group: 'spine.001', Weight: 0.318385 + Group: 'spine.002', Weight: 0.001181 +Vertex 1073: +Vertex groups: 2 + Group: 'spine', Weight: 0.783176 + Group: 'spine.001', Weight: 0.180839 +Vertex 1074: +Vertex groups: 3 + Group: 'spine', Weight: 0.839232 + Group: 'spine.001', Weight: 0.108492 + Group: 'spine1', Weight: 0.026036 +Vertex 1075: +Vertex groups: 3 + Group: 'spine', Weight: 0.856409 + Group: 'spine.001', Weight: 0.090107 + Group: 'spine1', Weight: 0.034295 +Vertex 1076: +Vertex groups: 2 + Group: 'spine', Weight: 0.818858 + Group: 'spine.001', Weight: 0.142205 +Vertex 1077: +Vertex groups: 3 + Group: 'spine', Weight: 0.023528 + Group: 'spine.001', Weight: 0.444010 + Group: 'spine.002', Weight: 0.497185 +Vertex 1078: +Vertex groups: 3 + Group: 'spine', Weight: 0.210158 + Group: 'spine.001', Weight: 0.696556 + Group: 'spine.002', Weight: 0.085228 +Vertex 1079: +Vertex groups: 2 + Group: 'spine', Weight: 0.652928 + Group: 'spine.001', Weight: 0.308606 +Vertex 1080: +Vertex groups: 2 + Group: 'spine', Weight: 0.717951 + Group: 'spine.001', Weight: 0.244767 +Vertex 1081: +Vertex groups: 3 + Group: 'spine', Weight: 0.848522 + Group: 'spine.001', Weight: 0.109950 + Group: 'spine1', Weight: 0.009505 +Vertex 1082: +Vertex groups: 3 + Group: 'spine', Weight: 0.024577 + Group: 'spine.001', Weight: 0.426497 + Group: 'spine.002', Weight: 0.511791 +Vertex 1083: +Vertex groups: 3 + Group: 'spine', Weight: 0.024953 + Group: 'spine.001', Weight: 0.378277 + Group: 'spine.002', Weight: 0.555827 +Vertex 1084: +Vertex groups: 3 + Group: 'spine', Weight: 0.211113 + Group: 'spine.001', Weight: 0.674408 + Group: 'spine.002', Weight: 0.104675 +Vertex 1085: +Vertex groups: 3 + Group: 'spine', Weight: 0.679906 + Group: 'spine.001', Weight: 0.277538 + Group: 'spine.002', Weight: 0.001539 +Vertex 1086: +Vertex groups: 2 + Group: 'spine', Weight: 0.739549 + Group: 'spine.001', Weight: 0.221169 +Vertex 1087: +Vertex groups: 3 + Group: 'spine', Weight: 0.825393 + Group: 'spine.001', Weight: 0.126577 + Group: 'spine1', Weight: 0.015345 +Vertex 1088: +Vertex groups: 3 + Group: 'spine', Weight: 0.819153 + Group: 'spine.001', Weight: 0.138877 + Group: 'spine1', Weight: 0.004756 +Vertex 1089: +Vertex groups: 3 + Group: 'spine', Weight: 0.474096 + Group: 'spine.001', Weight: 0.453060 + Group: 'spine.002', Weight: 0.059954 +Vertex 1090: +Vertex groups: 3 + Group: 'spine', Weight: 0.381029 + Group: 'spine.001', Weight: 0.554203 + Group: 'spine.002', Weight: 0.053997 +Vertex 1091: +Vertex groups: 3 + Group: 'spine', Weight: 0.285461 + Group: 'spine.001', Weight: 0.639348 + Group: 'spine.002', Weight: 0.066465 +Vertex 1092: +Vertex groups: 3 + Group: 'spine', Weight: 0.374473 + Group: 'spine.001', Weight: 0.571132 + Group: 'spine.002', Weight: 0.040410 +Vertex 1093: +Vertex groups: 3 + Group: 'spine', Weight: 0.382152 + Group: 'spine.001', Weight: 0.553979 + Group: 'spine.002', Weight: 0.053124 +Vertex 1094: +Vertex groups: 3 + Group: 'spine', Weight: 0.376369 + Group: 'spine.001', Weight: 0.569739 + Group: 'spine.002', Weight: 0.039367 +Vertex 1095: +Vertex groups: 3 + Group: 'spine', Weight: 0.286762 + Group: 'spine.001', Weight: 0.639523 + Group: 'spine.002', Weight: 0.065154 +Vertex 1096: +Vertex groups: 3 + Group: 'spine', Weight: 0.286198 + Group: 'spine.001', Weight: 0.633566 + Group: 'spine.002', Weight: 0.071027 +Vertex 1097: +Vertex groups: 3 + Group: 'spine', Weight: 0.110210 + Group: 'spine.001', Weight: 0.489712 + Group: 'spine.002', Weight: 0.360734 +Vertex 1098: +Vertex groups: 3 + Group: 'spine', Weight: 0.113324 + Group: 'spine.001', Weight: 0.591347 + Group: 'spine.002', Weight: 0.275452 +Vertex 1099: +Vertex groups: 3 + Group: 'spine', Weight: 0.119337 + Group: 'spine.001', Weight: 0.632972 + Group: 'spine.002', Weight: 0.232602 +Vertex 1100: +Vertex groups: 3 + Group: 'spine', Weight: 0.061246 + Group: 'spine.001', Weight: 0.613750 + Group: 'spine.002', Weight: 0.310015 +Vertex 1101: +Vertex groups: 3 + Group: 'spine', Weight: 0.059915 + Group: 'spine.001', Weight: 0.588566 + Group: 'spine.002', Weight: 0.334774 +Vertex 1102: +Vertex groups: 3 + Group: 'spine', Weight: 0.073921 + Group: 'spine.001', Weight: 0.548982 + Group: 'spine.002', Weight: 0.358339 +Vertex 1103: +Vertex groups: 4 + Group: 'spine', Weight: 0.032207 + Group: 'spine.001', Weight: 0.142362 + Group: 'spine.002', Weight: 0.653943 + Group: 'spine.003', Weight: 0.091942 +Vertex 1104: +Vertex groups: 4 + Group: 'spine', Weight: 0.060568 + Group: 'spine.001', Weight: 0.223816 + Group: 'spine.002', Weight: 0.609471 + Group: 'spine.003', Weight: 0.055195 +Vertex 1105: +Vertex groups: 4 + Group: 'spine', Weight: 0.079190 + Group: 'spine.001', Weight: 0.332907 + Group: 'spine.002', Weight: 0.516376 + Group: 'spine.003', Weight: 0.020052 +Vertex 1106: +Vertex groups: 4 + Group: 'spine', Weight: 0.030569 + Group: 'spine.001', Weight: 0.136572 + Group: 'spine.002', Weight: 0.663241 + Group: 'spine.003', Weight: 0.092538 +Vertex 1107: +Vertex groups: 3 + Group: 'spine', Weight: 0.118653 + Group: 'spine.001', Weight: 0.621770 + Group: 'spine.002', Weight: 0.243093 +Vertex 1108: +Vertex groups: 3 + Group: 'spine', Weight: 0.117183 + Group: 'spine.001', Weight: 0.610480 + Group: 'spine.002', Weight: 0.254375 +Vertex 1109: +Vertex groups: 3 + Group: 'spine', Weight: 0.055743 + Group: 'spine.001', Weight: 0.593141 + Group: 'spine.002', Weight: 0.335217 +Vertex 1110: +Vertex groups: 3 + Group: 'spine', Weight: 0.073741 + Group: 'spine.001', Weight: 0.570802 + Group: 'spine.002', Weight: 0.337674 +Vertex 1111: +Vertex groups: 3 + Group: 'spine', Weight: 0.064240 + Group: 'spine.001', Weight: 0.616459 + Group: 'spine.002', Weight: 0.304228 +Vertex 1112: +Vertex groups: 3 + Group: 'spine', Weight: 0.063530 + Group: 'spine.001', Weight: 0.567561 + Group: 'spine.002', Weight: 0.350811 +Vertex 1113: +Vertex groups: 3 + Group: 'spine', Weight: 0.154414 + Group: 'spine.001', Weight: 0.631021 + Group: 'spine.002', Weight: 0.198355 +Vertex 1114: +Vertex groups: 3 + Group: 'spine', Weight: 0.173450 + Group: 'spine.001', Weight: 0.658505 + Group: 'spine.002', Weight: 0.155618 +Vertex 1115: +Vertex groups: 3 + Group: 'spine', Weight: 0.112594 + Group: 'spine.001', Weight: 0.713394 + Group: 'spine.002', Weight: 0.164258 +Vertex 1116: +Vertex groups: 3 + Group: 'spine', Weight: 0.110476 + Group: 'spine.001', Weight: 0.649158 + Group: 'spine.002', Weight: 0.226570 +Vertex 1117: +Vertex groups: 4 + Group: 'spine', Weight: 0.054338 + Group: 'spine.001', Weight: 0.186172 + Group: 'spine.002', Weight: 0.636445 + Group: 'spine.003', Weight: 0.068620 +Vertex 1118: +Vertex groups: 4 + Group: 'spine', Weight: 0.080250 + Group: 'spine.001', Weight: 0.294886 + Group: 'spine.002', Weight: 0.544611 + Group: 'spine.003', Weight: 0.032469 +Vertex 1119: +Vertex groups: 3 + Group: 'spine', Weight: 0.124401 + Group: 'spine.001', Weight: 0.483889 + Group: 'spine.002', Weight: 0.345200 +Vertex 1120: +Vertex groups: 3 + Group: 'spine', Weight: 0.162066 + Group: 'spine.001', Weight: 0.648166 + Group: 'spine.002', Weight: 0.175819 +Vertex 1121: +Vertex groups: 3 + Group: 'spine', Weight: 0.158026 + Group: 'spine.001', Weight: 0.640074 + Group: 'spine.002', Weight: 0.186892 +Vertex 1122: +Vertex groups: 3 + Group: 'spine', Weight: 0.112364 + Group: 'spine.001', Weight: 0.714435 + Group: 'spine.002', Weight: 0.163498 +Vertex 1123: +Vertex groups: 3 + Group: 'spine', Weight: 0.103818 + Group: 'spine.001', Weight: 0.653284 + Group: 'spine.002', Weight: 0.229389 +Vertex 1124: +Vertex groups: 3 + Group: 'spine', Weight: 0.086204 + Group: 'spine.001', Weight: 0.677217 + Group: 'spine.002', Weight: 0.224544 +Vertex 1125: +Vertex groups: 3 + Group: 'spine', Weight: 0.086770 + Group: 'spine.001', Weight: 0.647609 + Group: 'spine.002', Weight: 0.251803 +Vertex 1126: +Vertex groups: 3 + Group: 'spine', Weight: 0.165477 + Group: 'spine.001', Weight: 0.577133 + Group: 'spine.002', Weight: 0.231466 +Vertex 1127: +Vertex groups: 3 + Group: 'spine', Weight: 0.112239 + Group: 'spine.001', Weight: 0.699280 + Group: 'spine.002', Weight: 0.177844 +Vertex 1128: +Vertex groups: 4 + Group: 'spine', Weight: 0.053165 + Group: 'spine.001', Weight: 0.177982 + Group: 'spine.002', Weight: 0.648341 + Group: 'spine.003', Weight: 0.068685 +Vertex 1129: +Vertex groups: 3 + Group: 'spine', Weight: 0.034763 + Group: 'spine.001', Weight: 0.483495 + Group: 'spine.002', Weight: 0.453711 +Vertex 1130: +Vertex groups: 3 + Group: 'spine', Weight: 0.042168 + Group: 'spine.001', Weight: 0.506724 + Group: 'spine.002', Weight: 0.426545 +Vertex 1131: +Vertex groups: 3 + Group: 'spine', Weight: 0.033863 + Group: 'spine.001', Weight: 0.439793 + Group: 'spine.002', Weight: 0.493347 +Vertex 1132: +Vertex groups: 3 + Group: 'spine', Weight: 0.064541 + Group: 'spine.001', Weight: 0.622966 + Group: 'spine.002', Weight: 0.297855 +Vertex 1133: +Vertex groups: 3 + Group: 'spine', Weight: 0.072331 + Group: 'spine.001', Weight: 0.574083 + Group: 'spine.002', Weight: 0.335916 +Vertex 1134: +Vertex groups: 3 + Group: 'spine', Weight: 0.147822 + Group: 'spine.001', Weight: 0.714851 + Group: 'spine.002', Weight: 0.128401 +Vertex 1135: +Vertex groups: 3 + Group: 'spine', Weight: 0.145054 + Group: 'spine.001', Weight: 0.702704 + Group: 'spine.002', Weight: 0.142400 +Vertex 1136: +Vertex groups: 3 + Group: 'spine', Weight: 0.087782 + Group: 'spine.001', Weight: 0.670782 + Group: 'spine.002', Weight: 0.228956 +Vertex 1137: +Vertex groups: 3 + Group: 'spine', Weight: 0.112489 + Group: 'spine.001', Weight: 0.710584 + Group: 'spine.002', Weight: 0.167011 +Vertex 1138: +Vertex groups: 3 + Group: 'spine', Weight: 0.204320 + Group: 'spine.001', Weight: 0.697042 + Group: 'spine.002', Weight: 0.090404 +Vertex 1139: +Vertex groups: 3 + Group: 'spine', Weight: 0.114984 + Group: 'spine.001', Weight: 0.670914 + Group: 'spine.002', Weight: 0.201753 +Vertex 1140: +Vertex groups: 3 + Group: 'spine', Weight: 0.199067 + Group: 'spine.001', Weight: 0.691609 + Group: 'spine.002', Weight: 0.100390 +Vertex 1141: +Vertex groups: 3 + Group: 'spine', Weight: 0.517562 + Group: 'spine.001', Weight: 0.436104 + Group: 'spine.002', Weight: 0.019875 +Vertex 1142: +Vertex groups: 3 + Group: 'spine', Weight: 0.514845 + Group: 'spine.001', Weight: 0.439128 + Group: 'spine.002', Weight: 0.018803 +Vertex 1143: +Vertex groups: 3 + Group: 'spine', Weight: 0.369808 + Group: 'spine.001', Weight: 0.571339 + Group: 'spine.002', Weight: 0.048810 +Vertex 1144: +Vertex groups: 3 + Group: 'spine', Weight: 0.141931 + Group: 'spine.001', Weight: 0.710492 + Group: 'spine.002', Weight: 0.138191 +Vertex 1145: +Vertex groups: 2 + Group: 'spine', Weight: 0.778457 + Group: 'spine.001', Weight: 0.182740 +Vertex 1146: +Vertex groups: 2 + Group: 'spine', Weight: 0.760416 + Group: 'spine.001', Weight: 0.203130 +Vertex 1147: +Vertex groups: 2 + Group: 'spine', Weight: 0.775022 + Group: 'spine.001', Weight: 0.183104 +Vertex 1148: +Vertex groups: 3 + Group: 'spine', Weight: 0.649218 + Group: 'spine.001', Weight: 0.311894 + Group: 'spine.002', Weight: 0.000015 +Vertex 1149: +Vertex groups: 3 + Group: 'spine', Weight: 0.374612 + Group: 'spine.001', Weight: 0.569892 + Group: 'spine.002', Weight: 0.042605 +Vertex 1150: +Vertex groups: 2 + Group: 'spine', Weight: 0.673546 + Group: 'spine.001', Weight: 0.286376 +Vertex 1151: +Vertex groups: 3 + Group: 'spine', Weight: 0.374563 + Group: 'spine.001', Weight: 0.565938 + Group: 'spine.002', Weight: 0.048905 +Vertex 1152: +Vertex groups: 3 + Group: 'spine', Weight: 0.508747 + Group: 'spine.001', Weight: 0.445647 + Group: 'spine.002', Weight: 0.019014 +Vertex 1153: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.035101 + Group: 'spine.004', Weight: 0.561136 + Group: 'spine.005', Weight: 0.039042 + Group: 'shoulder.L', Weight: 0.142018 + Group: 'shoulder.R', Weight: 0.142018 +Vertex 1154: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.685228 + Group: 'forearm.L', Weight: 0.314642 +Vertex 1155: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.984939 +Vertex 1156: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.234557 + Group: 'forearm.L', Weight: 0.765309 +Vertex 1157: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994091 +Vertex 1158: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.902456 + Group: 'forearm.L', Weight: 0.097428 +Vertex 1159: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.308013 + Group: 'forearm.L', Weight: 0.691800 +Vertex 1160: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.987977 +Vertex 1161: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994153 +Vertex 1162: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.342349 + Group: 'forearm.L', Weight: 0.657434 +Vertex 1163: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.950900 + Group: 'forearm.L', Weight: 0.044809 +Vertex 1164: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.510261 + Group: 'forearm.L', Weight: 0.489612 +Vertex 1165: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.977275 +Vertex 1166: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.296761 + Group: 'forearm.L', Weight: 0.703057 +Vertex 1167: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.790645 + Group: 'forearm.L', Weight: 0.209090 +Vertex 1168: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.970906 +Vertex 1169: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.267171 + Group: 'forearm.L', Weight: 0.732624 +Vertex 1170: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.190264 + Group: 'forearm.L', Weight: 0.808689 +Vertex 1171: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.185927 + Group: 'forearm.L', Weight: 0.813427 +Vertex 1172: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.194031 + Group: 'forearm.L', Weight: 0.805630 +Vertex 1173: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.206530 + Group: 'forearm.L', Weight: 0.793255 +Vertex 1174: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.203487 + Group: 'forearm.L', Weight: 0.795595 +Vertex 1175: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.268172 + Group: 'forearm.L', Weight: 0.731490 +Vertex 1176: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.185993 + Group: 'forearm.L', Weight: 0.813549 +Vertex 1177: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.214186 + Group: 'forearm.L', Weight: 0.785403 +Vertex 1178: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.161792 + Group: 'forearm.L', Weight: 0.837927 +Vertex 1179: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.976125 +Vertex 1180: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.974206 +Vertex 1181: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996447 +Vertex 1182: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.978547 +Vertex 1183: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.972509 +Vertex 1184: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.975010 +Vertex 1185: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.994486 +Vertex 1186: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.988876 +Vertex 1187: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.972967 +Vertex 1188: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.978767 +Vertex 1189: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990288 +Vertex 1190: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996131 +Vertex 1191: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.772349 + Group: 'spine.005', Weight: 0.111165 + Group: 'shoulder.L', Weight: 0.041254 + Group: 'shoulder.R', Weight: 0.041252 +Vertex 1192: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.691659 + Group: 'spine.005', Weight: 0.167931 + Group: 'shoulder.L', Weight: 0.104321 +Vertex 1193: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.618193 + Group: 'spine.005', Weight: 0.219579 + Group: 'Head', Weight: 0.018567 + Group: 'shoulder.L', Weight: 0.114825 +Vertex 1194: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.584129 + Group: 'spine.005', Weight: 0.235831 + Group: 'Head', Weight: 0.043137 + Group: 'shoulder.L', Weight: 0.119348 +Vertex 1195: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.557318 + Group: 'spine.005', Weight: 0.210053 + Group: 'Head', Weight: 0.063246 + Group: 'shoulder.L', Weight: 0.143773 +Vertex 1196: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.571509 + Group: 'spine.005', Weight: 0.173887 + Group: 'Head', Weight: 0.068211 + Group: 'shoulder.L', Weight: 0.147083 +Vertex 1197: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.588817 + Group: 'spine.005', Weight: 0.159945 + Group: 'Head', Weight: 0.077838 + Group: 'shoulder.L', Weight: 0.118451 + Group: 'shoulder.R', Weight: 0.009818 +Vertex 1198: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.597447 + Group: 'spine.005', Weight: 0.155865 + Group: 'Head', Weight: 0.087226 + Group: 'shoulder.L', Weight: 0.088108 + Group: 'shoulder.R', Weight: 0.040791 +Vertex 1199: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.603244 + Group: 'spine.005', Weight: 0.153221 + Group: 'Head', Weight: 0.088973 + Group: 'shoulder.L', Weight: 0.064121 + Group: 'shoulder.R', Weight: 0.064120 +Vertex 1200: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.752629 + Group: 'spine.005', Weight: 0.127895 + Group: 'shoulder.L', Weight: 0.076301 +Vertex 1201: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.161307 + Group: 'spine.002', Weight: 0.766082 + Group: 'spine.003', Weight: 0.022793 +Vertex 1202: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.207163 + Group: 'spine.002', Weight: 0.728710 + Group: 'spine.003', Weight: 0.006557 +Vertex 1203: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.220397 + Group: 'spine.002', Weight: 0.715919 + Group: 'spine.003', Weight: 0.004203 +Vertex 1204: +Vertex groups: 3 + Group: 'spine', Weight: 0.019329 + Group: 'spine.001', Weight: 0.412072 + Group: 'spine.002', Weight: 0.529779 +Vertex 1205: +Vertex groups: 3 + Group: 'spine', Weight: 0.005450 + Group: 'spine.001', Weight: 0.321799 + Group: 'spine.002', Weight: 0.620523 +Vertex 1206: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.860499 + Group: 'forearm.L', Weight: 0.138453 +Vertex 1207: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.917858 + Group: 'forearm.L', Weight: 0.081882 +Vertex 1208: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.874613 + Group: 'forearm.L', Weight: 0.124807 +Vertex 1209: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.835604 + Group: 'forearm.L', Weight: 0.163541 +Vertex 1210: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.950481 + Group: 'forearm.L', Weight: 0.048644 +Vertex 1211: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.847666 + Group: 'forearm.L', Weight: 0.151487 +Vertex 1212: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.852048 + Group: 'forearm.L', Weight: 0.146845 +Vertex 1213: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.950821 + Group: 'forearm.L', Weight: 0.048125 +Vertex 1214: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.843208 + Group: 'forearm.L', Weight: 0.156165 +Vertex 1215: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.867770 + Group: 'forearm.L', Weight: 0.131617 +Vertex 1216: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.911309 + Group: 'forearm.L', Weight: 0.088227 +Vertex 1217: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.936666 + Group: 'forearm.L', Weight: 0.063064 +Vertex 1218: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.927902 + Group: 'forearm.L', Weight: 0.071776 +Vertex 1219: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.914835 + Group: 'forearm.L', Weight: 0.084796 +Vertex 1220: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.954044 + Group: 'forearm.L', Weight: 0.041625 +Vertex 1221: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.891420 + Group: 'forearm.L', Weight: 0.108016 +Vertex 1222: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.965327 + Group: 'forearm.L', Weight: 0.008609 +Vertex 1223: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990254 +Vertex 1224: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.974062 +Vertex 1225: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.958360 + Group: 'forearm.L', Weight: 0.025149 +Vertex 1226: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.990436 +Vertex 1227: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.984409 +Vertex 1228: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.991225 +Vertex 1229: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.972129 + Group: 'forearm.L', Weight: 0.001135 +Vertex 1230: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.962359 + Group: 'forearm.L', Weight: 0.019713 +Vertex 1231: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.965335 + Group: 'forearm.L', Weight: 0.009916 +Vertex 1232: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.962861 + Group: 'forearm.L', Weight: 0.014192 +Vertex 1233: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.993350 +Vertex 1234: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.965225 + Group: 'forearm.L', Weight: 0.013773 +Vertex 1235: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.968452 + Group: 'forearm.L', Weight: 0.003660 +Vertex 1236: +Vertex groups: 5 + Group: 'spine', Weight: 0.009866 + Group: 'spine.001', Weight: 0.170687 + Group: 'spine.002', Weight: 0.708324 + Group: 'spine.003', Weight: 0.036776 + Group: 'upper_arm.L', Weight: 0.009416 +Vertex 1237: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.067468 + Group: 'spine.002', Weight: 0.546880 + Group: 'spine.003', Weight: 0.215925 + Group: 'shoulder.L', Weight: 0.055199 + Group: 'upper_arm.L', Weight: 0.054544 +Vertex 1238: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.657971 + Group: 'spine.003', Weight: 0.142788 + Group: 'spine.001', Weight: 0.102673 + Group: 'upper_arm.L', Weight: 0.058878 + Group: 'shoulder.L', Weight: 0.037690 +Vertex 1239: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697724 + Group: 'spine.001', Weight: 0.121026 + Group: 'spine.003', Weight: 0.103669 + Group: 'upper_arm.L', Weight: 0.059099 + Group: 'shoulder.L', Weight: 0.018482 +Vertex 1240: +Vertex groups: 5 + Group: 'spine', Weight: 0.013138 + Group: 'spine.001', Weight: 0.136213 + Group: 'spine.002', Weight: 0.688802 + Group: 'spine.003', Weight: 0.066372 + Group: 'upper_arm.L', Weight: 0.043293 +Vertex 1241: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.669730 + Group: 'spine.003', Weight: 0.214352 + Group: 'spine.001', Weight: 0.077716 + Group: 'shoulder.R', Weight: 0.019101 + Group: 'shoulder.L', Weight: 0.019101 +Vertex 1242: +Vertex groups: 3 + Group: 'spine', Weight: 0.778970 + Group: 'spine.001', Weight: 0.026891 + Group: 'spine1', Weight: 0.163683 +Vertex 1243: +Vertex groups: 3 + Group: 'spine', Weight: 0.822525 + Group: 'spine.001', Weight: 0.041361 + Group: 'spine1', Weight: 0.112372 +Vertex 1244: +Vertex groups: 3 + Group: 'spine', Weight: 0.360651 + Group: 'spine1', Weight: 0.604626 + Group: 'spine1.001', Weight: 0.004437 +Vertex 1245: +Vertex groups: 3 + Group: 'spine', Weight: 0.329338 + Group: 'spine1', Weight: 0.631655 + Group: 'spine1.001', Weight: 0.013825 +Vertex 1246: +Vertex groups: 3 + Group: 'spine', Weight: 0.566364 + Group: 'spine1', Weight: 0.387173 + Group: 'spine1.001', Weight: 0.001562 +Vertex 1247: +Vertex groups: 3 + Group: 'spine', Weight: 0.337947 + Group: 'spine1', Weight: 0.616086 + Group: 'spine1.001', Weight: 0.021243 +Vertex 1248: +Vertex groups: 3 + Group: 'spine', Weight: 0.840898 + Group: 'spine.001', Weight: 0.041663 + Group: 'spine1', Weight: 0.093148 +Vertex 1249: +Vertex groups: 3 + Group: 'spine', Weight: 0.835792 + Group: 'spine.001', Weight: 0.039664 + Group: 'spine1', Weight: 0.099348 +Vertex 1250: +Vertex groups: 3 + Group: 'spine', Weight: 0.292182 + Group: 'spine1', Weight: 0.660977 + Group: 'spine1.001', Weight: 0.028650 +Vertex 1251: +Vertex groups: 3 + Group: 'spine', Weight: 0.302592 + Group: 'spine1', Weight: 0.653898 + Group: 'spine1.001', Weight: 0.023130 +Vertex 1252: +Vertex groups: 3 + Group: 'spine', Weight: 0.131471 + Group: 'spine1', Weight: 0.749934 + Group: 'spine1.001', Weight: 0.101889 +Vertex 1253: +Vertex groups: 3 + Group: 'spine', Weight: 0.079552 + Group: 'spine1', Weight: 0.759647 + Group: 'spine1.001', Weight: 0.150249 +Vertex 1254: +Vertex groups: 3 + Group: 'spine', Weight: 0.219823 + Group: 'spine1', Weight: 0.686044 + Group: 'spine1.001', Weight: 0.077285 +Vertex 1255: +Vertex groups: 3 + Group: 'spine', Weight: 0.214616 + Group: 'spine1', Weight: 0.693877 + Group: 'spine1.001', Weight: 0.074461 +Vertex 1256: +Vertex groups: 3 + Group: 'spine', Weight: 0.063234 + Group: 'spine1', Weight: 0.761213 + Group: 'spine1.001', Weight: 0.167840 +Vertex 1257: +Vertex groups: 3 + Group: 'spine', Weight: 0.059946 + Group: 'spine1', Weight: 0.769741 + Group: 'spine1.001', Weight: 0.163861 +Vertex 1258: +Vertex groups: 3 + Group: 'spine', Weight: 0.204086 + Group: 'spine1', Weight: 0.705809 + Group: 'spine1.001', Weight: 0.072701 +Vertex 1259: +Vertex groups: 3 + Group: 'spine', Weight: 0.219934 + Group: 'spine1', Weight: 0.691704 + Group: 'spine1.001', Weight: 0.070568 +Vertex 1260: +Vertex groups: 3 + Group: 'spine', Weight: 0.057019 + Group: 'spine1', Weight: 0.786686 + Group: 'spine1.001', Weight: 0.151012 +Vertex 1261: +Vertex groups: 3 + Group: 'spine', Weight: 0.056860 + Group: 'spine1', Weight: 0.778491 + Group: 'spine1.001', Weight: 0.158949 +Vertex 1262: +Vertex groups: 4 + Group: 'spine', Weight: 0.761168 + Group: 'spine.001', Weight: 0.177786 + Group: 'spine.002', Weight: 0.011694 + Group: 'spine1', Weight: 0.000090 +Vertex 1263: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107878 + Group: 'spine.003', Weight: 0.119026 + Group: 'shoulder.L', Weight: 0.149435 + Group: 'upper_arm.L', Weight: 0.601252 +Vertex 1264: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.970717 +Vertex 1265: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.372525 + Group: 'forearm.L', Weight: 0.627144 +Vertex 1266: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.721791 + Group: 'forearm.L', Weight: 0.277673 +Vertex 1267: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004210 + Group: 'shoulder.L', Weight: 0.029487 + Group: 'upper_arm.L', Weight: 0.903311 +Vertex 1268: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063809 + Group: 'spine.003', Weight: 0.073213 + Group: 'shoulder.L', Weight: 0.093576 + Group: 'upper_arm.L', Weight: 0.755221 +Vertex 1269: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.249001 + Group: 'spine.003', Weight: 0.246589 + Group: 'shoulder.L', Weight: 0.143977 + Group: 'upper_arm.L', Weight: 0.315682 +Vertex 1270: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040080 + Group: 'spine.002', Weight: 0.490315 + Group: 'spine.003', Weight: 0.198410 + Group: 'shoulder.L', Weight: 0.081137 + Group: 'upper_arm.L', Weight: 0.159506 +Vertex 1271: +Vertex groups: 5 + Group: 'spine', Weight: 0.048214 + Group: 'spine.001', Weight: 0.209664 + Group: 'spine.002', Weight: 0.635133 + Group: 'spine.003', Weight: 0.051066 + Group: 'upper_arm.L', Weight: 0.011198 +Vertex 1272: +Vertex groups: 3 + Group: 'spine', Weight: 0.242314 + Group: 'spine.001', Weight: 0.563305 + Group: 'spine.002', Weight: 0.170788 +Vertex 1273: +Vertex groups: 3 + Group: 'spine', Weight: 0.602967 + Group: 'spine.001', Weight: 0.309197 + Group: 'spine.002', Weight: 0.066393 +Vertex 1274: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.083839 + Group: 'spine.002', Weight: 0.646205 + Group: 'spine.003', Weight: 0.114600 + Group: 'shoulder.L', Weight: 0.035548 + Group: 'upper_arm.L', Weight: 0.081609 +Vertex 1275: +Vertex groups: 3 + Group: 'spine', Weight: 0.691939 + Group: 'spine.001', Weight: 0.242080 + Group: 'spine.002', Weight: 0.032572 +Vertex 1276: +Vertex groups: 3 + Group: 'spine', Weight: 0.810019 + Group: 'spine.001', Weight: 0.050750 + Group: 'spine1', Weight: 0.121007 +Vertex 1277: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142121 + Group: 'spine.003', Weight: 0.151699 + Group: 'shoulder.L', Weight: 0.182617 + Group: 'upper_arm.L', Weight: 0.494371 +Vertex 1278: +Vertex groups: 3 + Group: 'spine', Weight: 0.823657 + Group: 'spine.001', Weight: 0.098811 + Group: 'spine1', Weight: 0.054737 +Vertex 1279: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.103725 + Group: 'forearm.L', Weight: 0.895890 +Vertex 1280: +Vertex groups: 1 + Group: 'spine2', Weight: 0.985816 +Vertex 1281: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 1282: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.806102 + Group: 'spine2', Weight: 0.190188 +Vertex 1283: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.269530 + Group: 'spine1.003', Weight: 0.728594 +Vertex 1284: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.136715 + Group: 'spine1.002', Weight: 0.830054 +Vertex 1285: +Vertex groups: 4 + Group: 'spine', Weight: 0.052035 + Group: 'spine1', Weight: 0.689816 + Group: 'spine1.001', Weight: 0.219964 + Group: 'spine1.002', Weight: 0.022958 +Vertex 1286: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.114443 + Group: 'spine2', Weight: 0.885106 +Vertex 1287: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.028340 + Group: 'spine1.003', Weight: 0.959829 +Vertex 1288: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.912321 + Group: 'spine1.003', Weight: 0.065832 +Vertex 1289: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132562 + Group: 'spine1.001', Weight: 0.685427 + Group: 'spine1.002', Weight: 0.169450 +Vertex 1290: +Vertex groups: 3 + Group: 'spine', Weight: 0.459960 + Group: 'spine.001', Weight: 0.419347 + Group: 'spine.002', Weight: 0.100268 +Vertex 1291: +Vertex groups: 3 + Group: 'spine', Weight: 0.342839 + Group: 'spine.001', Weight: 0.508438 + Group: 'spine.002', Weight: 0.127657 +Vertex 1292: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.926847 + Group: 'forearm.L', Weight: 0.070899 +Vertex 1293: +Vertex groups: 3 + Group: 'spine', Weight: 0.409949 + Group: 'spine1', Weight: 0.537718 + Group: 'spine1.001', Weight: 0.022015 +Vertex 1294: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.002391 + Group: 'forearm.L', Weight: 0.972582 +Vertex 1295: +Vertex groups: 4 + Group: 'spine', Weight: 0.095895 + Group: 'spine.001', Weight: 0.420951 + Group: 'spine.002', Weight: 0.429436 + Group: 'spine.003', Weight: 0.000997 +Vertex 1296: +Vertex groups: 3 + Group: 'spine', Weight: 0.145790 + Group: 'spine.001', Weight: 0.535125 + Group: 'spine.002', Weight: 0.284078 +Vertex 1297: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.179094 + Group: 'forearm.L', Weight: 0.820603 +Vertex 1298: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.973469 +Vertex 1299: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.838959 + Group: 'forearm.L', Weight: 0.160062 +Vertex 1300: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.960124 + Group: 'forearm.L', Weight: 0.020774 +Vertex 1301: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.714602 + Group: 'spine.001', Weight: 0.134474 + Group: 'spine.003', Weight: 0.084785 + Group: 'upper_arm.L', Weight: 0.054692 + Group: 'spine', Weight: 0.011447 +Vertex 1302: +Vertex groups: 2 + Group: 'spine', Weight: 0.680803 + Group: 'spine1', Weight: 0.271224 +Vertex 1303: +Vertex groups: 3 + Group: 'spine', Weight: 0.164296 + Group: 'spine1', Weight: 0.732616 + Group: 'spine1.001', Weight: 0.085956 +Vertex 1304: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.980847 +Vertex 1305: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.985917 +Vertex 1306: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.009618 + Group: 'forearm.L', Weight: 0.969020 +Vertex 1307: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.017872 + Group: 'forearm.L', Weight: 0.963738 +Vertex 1308: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.971983 +Vertex 1309: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013587 + Group: 'Head', Weight: 0.968089 +Vertex 1310: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.034632 + Group: 'Head', Weight: 0.957557 +Vertex 1311: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.038668 + Group: 'Head', Weight: 0.955536 +Vertex 1312: +Vertex groups: 1 + Group: 'Head', Weight: 0.981628 +Vertex 1313: +Vertex groups: 1 + Group: 'Head', Weight: 0.981409 +Vertex 1314: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 1315: +Vertex groups: 1 + Group: 'Head', Weight: 0.975647 +Vertex 1316: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.004109 + Group: 'Head', Weight: 0.972807 +Vertex 1317: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021524 + Group: 'Head', Weight: 0.964078 +Vertex 1318: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.022938 + Group: 'Head', Weight: 0.963354 +Vertex 1319: +Vertex groups: 1 + Group: 'Head', Weight: 0.982183 +Vertex 1320: +Vertex groups: 1 + Group: 'Head', Weight: 0.981767 +Vertex 1321: +Vertex groups: 1 + Group: 'Head', Weight: 0.980399 +Vertex 1322: +Vertex groups: 1 + Group: 'Head', Weight: 0.977530 +Vertex 1323: +Vertex groups: 1 + Group: 'Head', Weight: 0.980551 +Vertex 1324: +Vertex groups: 1 + Group: 'Head', Weight: 0.980001 +Vertex 1325: +Vertex groups: 1 + Group: 'Head', Weight: 0.986819 +Vertex 1326: +Vertex groups: 1 + Group: 'Head', Weight: 0.985855 +Vertex 1327: +Vertex groups: 1 + Group: 'Head', Weight: 0.984899 +Vertex 1328: +Vertex groups: 1 + Group: 'Head', Weight: 0.983770 +Vertex 1329: +Vertex groups: 1 + Group: 'Head', Weight: 0.982237 +Vertex 1330: +Vertex groups: 1 + Group: 'Head', Weight: 0.985156 +Vertex 1331: +Vertex groups: 1 + Group: 'Head', Weight: 0.985279 +Vertex 1332: +Vertex groups: 1 + Group: 'Head', Weight: 0.987319 +Vertex 1333: +Vertex groups: 1 + Group: 'Head', Weight: 0.988391 +Vertex 1334: +Vertex groups: 1 + Group: 'Head', Weight: 0.988680 +Vertex 1335: +Vertex groups: 1 + Group: 'Head', Weight: 0.987940 +Vertex 1336: +Vertex groups: 1 + Group: 'Head', Weight: 0.987098 +Vertex 1337: +Vertex groups: 1 + Group: 'Head', Weight: 0.986033 +Vertex 1338: +Vertex groups: 1 + Group: 'Head', Weight: 0.988269 +Vertex 1339: +Vertex groups: 1 + Group: 'Head', Weight: 0.988379 +Vertex 1340: +Vertex groups: 1 + Group: 'Head', Weight: 0.989432 +Vertex 1341: +Vertex groups: 1 + Group: 'Head', Weight: 0.990345 +Vertex 1342: +Vertex groups: 1 + Group: 'Head', Weight: 0.990951 +Vertex 1343: +Vertex groups: 1 + Group: 'Head', Weight: 0.990979 +Vertex 1344: +Vertex groups: 1 + Group: 'Head', Weight: 0.990386 +Vertex 1345: +Vertex groups: 1 + Group: 'Head', Weight: 0.989131 +Vertex 1346: +Vertex groups: 1 + Group: 'Head', Weight: 0.990757 +Vertex 1347: +Vertex groups: 1 + Group: 'Head', Weight: 0.990635 +Vertex 1348: +Vertex groups: 1 + Group: 'Head', Weight: 0.991244 +Vertex 1349: +Vertex groups: 1 + Group: 'Head', Weight: 0.992020 +Vertex 1350: +Vertex groups: 1 + Group: 'Head', Weight: 0.992651 +Vertex 1351: +Vertex groups: 1 + Group: 'Head', Weight: 0.992857 +Vertex 1352: +Vertex groups: 1 + Group: 'Head', Weight: 0.992536 +Vertex 1353: +Vertex groups: 1 + Group: 'Head', Weight: 0.991704 +Vertex 1354: +Vertex groups: 1 + Group: 'Head', Weight: 0.992826 +Vertex 1355: +Vertex groups: 1 + Group: 'Head', Weight: 0.992520 +Vertex 1356: +Vertex groups: 1 + Group: 'Head', Weight: 0.992798 +Vertex 1357: +Vertex groups: 1 + Group: 'Head', Weight: 0.993372 +Vertex 1358: +Vertex groups: 1 + Group: 'Head', Weight: 0.993915 +Vertex 1359: +Vertex groups: 1 + Group: 'Head', Weight: 0.994161 +Vertex 1360: +Vertex groups: 1 + Group: 'Head', Weight: 0.994019 +Vertex 1361: +Vertex groups: 1 + Group: 'Head', Weight: 0.993502 +Vertex 1362: +Vertex groups: 1 + Group: 'Head', Weight: 0.994295 +Vertex 1363: +Vertex groups: 1 + Group: 'Head', Weight: 0.993991 +Vertex 1364: +Vertex groups: 1 + Group: 'Head', Weight: 0.994066 +Vertex 1365: +Vertex groups: 1 + Group: 'Head', Weight: 0.994437 +Vertex 1366: +Vertex groups: 1 + Group: 'Head', Weight: 0.994853 +Vertex 1367: +Vertex groups: 1 + Group: 'Head', Weight: 0.995085 +Vertex 1368: +Vertex groups: 1 + Group: 'Head', Weight: 0.995048 +Vertex 1369: +Vertex groups: 1 + Group: 'Head', Weight: 0.994745 +Vertex 1370: +Vertex groups: 1 + Group: 'Head', Weight: 0.995283 +Vertex 1371: +Vertex groups: 1 + Group: 'Head', Weight: 0.995035 +Vertex 1372: +Vertex groups: 1 + Group: 'Head', Weight: 0.995015 +Vertex 1373: +Vertex groups: 1 + Group: 'Head', Weight: 0.995236 +Vertex 1374: +Vertex groups: 1 + Group: 'Head', Weight: 0.995538 +Vertex 1375: +Vertex groups: 1 + Group: 'Head', Weight: 0.995736 +Vertex 1376: +Vertex groups: 1 + Group: 'Head', Weight: 0.995750 +Vertex 1377: +Vertex groups: 1 + Group: 'Head', Weight: 0.995578 +Vertex 1378: +Vertex groups: 1 + Group: 'Head', Weight: 0.995929 +Vertex 1379: +Vertex groups: 1 + Group: 'Head', Weight: 0.995740 +Vertex 1380: +Vertex groups: 1 + Group: 'Head', Weight: 0.995685 +Vertex 1381: +Vertex groups: 1 + Group: 'Head', Weight: 0.995809 +Vertex 1382: +Vertex groups: 1 + Group: 'Head', Weight: 0.996024 +Vertex 1383: +Vertex groups: 1 + Group: 'Head', Weight: 0.996187 +Vertex 1384: +Vertex groups: 1 + Group: 'Head', Weight: 0.996222 +Vertex 1385: +Vertex groups: 1 + Group: 'Head', Weight: 0.996124 +Vertex 1386: +Vertex groups: 1 + Group: 'Head', Weight: 0.996349 +Vertex 1387: +Vertex groups: 1 + Group: 'Head', Weight: 0.996209 +Vertex 1388: +Vertex groups: 1 + Group: 'Head', Weight: 0.996146 +Vertex 1389: +Vertex groups: 1 + Group: 'Head', Weight: 0.996208 +Vertex 1390: +Vertex groups: 1 + Group: 'Head', Weight: 0.996364 +Vertex 1391: +Vertex groups: 1 + Group: 'Head', Weight: 0.996494 +Vertex 1392: +Vertex groups: 1 + Group: 'Head', Weight: 0.996536 +Vertex 1393: +Vertex groups: 1 + Group: 'Head', Weight: 0.996479 +Vertex 1394: +Vertex groups: 1 + Group: 'Head', Weight: 0.996622 +Vertex 1395: +Vertex groups: 1 + Group: 'Head', Weight: 0.996521 +Vertex 1396: +Vertex groups: 1 + Group: 'Head', Weight: 0.996465 +Vertex 1397: +Vertex groups: 1 + Group: 'Head', Weight: 0.996494 +Vertex 1398: +Vertex groups: 1 + Group: 'Head', Weight: 0.996602 +Vertex 1399: +Vertex groups: 1 + Group: 'Head', Weight: 0.996703 +Vertex 1400: +Vertex groups: 1 + Group: 'Head', Weight: 0.996743 +Vertex 1401: +Vertex groups: 1 + Group: 'Head', Weight: 0.996710 +Vertex 1402: +Vertex groups: 1 + Group: 'Head', Weight: 0.996798 +Vertex 1403: +Vertex groups: 1 + Group: 'Head', Weight: 0.996728 +Vertex 1404: +Vertex groups: 1 + Group: 'Head', Weight: 0.996683 +Vertex 1405: +Vertex groups: 1 + Group: 'Head', Weight: 0.996694 +Vertex 1406: +Vertex groups: 1 + Group: 'Head', Weight: 0.996765 +Vertex 1407: +Vertex groups: 1 + Group: 'Head', Weight: 0.996841 +Vertex 1408: +Vertex groups: 1 + Group: 'Head', Weight: 0.996876 +Vertex 1409: +Vertex groups: 1 + Group: 'Head', Weight: 0.996858 +Vertex 1410: +Vertex groups: 1 + Group: 'Head', Weight: 0.996911 +Vertex 1411: +Vertex groups: 1 + Group: 'Head', Weight: 0.996863 +Vertex 1412: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 1413: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 1414: +Vertex groups: 1 + Group: 'Head', Weight: 0.996874 +Vertex 1415: +Vertex groups: 1 + Group: 'Head', Weight: 0.996928 +Vertex 1416: +Vertex groups: 1 + Group: 'Head', Weight: 0.996957 +Vertex 1417: +Vertex groups: 1 + Group: 'Head', Weight: 0.996949 +Vertex 1418: +Vertex groups: 1 + Group: 'Head', Weight: 0.996981 +Vertex 1419: +Vertex groups: 1 + Group: 'Head', Weight: 0.996952 +Vertex 1420: +Vertex groups: 1 + Group: 'Head', Weight: 0.996929 +Vertex 1421: +Vertex groups: 1 + Group: 'Head', Weight: 0.996924 +Vertex 1422: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 1423: +Vertex groups: 1 + Group: 'Head', Weight: 0.996982 +Vertex 1424: +Vertex groups: 1 + Group: 'Head', Weight: 0.997005 +Vertex 1425: +Vertex groups: 1 + Group: 'Head', Weight: 0.997003 +Vertex 1426: +Vertex groups: 1 + Group: 'Head', Weight: 0.997026 +Vertex 1427: +Vertex groups: 1 + Group: 'Head', Weight: 0.997011 +Vertex 1428: +Vertex groups: 1 + Group: 'Head', Weight: 0.996999 +Vertex 1429: +Vertex groups: 1 + Group: 'Head', Weight: 0.996994 +Vertex 1430: +Vertex groups: 1 + Group: 'Head', Weight: 0.997002 +Vertex 1431: +Vertex groups: 1 + Group: 'Head', Weight: 0.997020 +Vertex 1432: +Vertex groups: 1 + Group: 'Head', Weight: 0.997035 +Vertex 1433: +Vertex groups: 1 + Group: 'Head', Weight: 0.997036 +Vertex 1434: +Vertex groups: 1 + Group: 'Head', Weight: 0.997054 +Vertex 1435: +Vertex groups: 1 + Group: 'Head', Weight: 0.997050 +Vertex 1436: +Vertex groups: 1 + Group: 'Head', Weight: 0.997047 +Vertex 1437: +Vertex groups: 1 + Group: 'Head', Weight: 0.997045 +Vertex 1438: +Vertex groups: 1 + Group: 'Head', Weight: 0.997047 +Vertex 1439: +Vertex groups: 1 + Group: 'Head', Weight: 0.997052 +Vertex 1440: +Vertex groups: 1 + Group: 'Head', Weight: 0.997056 +Vertex 1441: +Vertex groups: 1 + Group: 'Head', Weight: 0.997057 +Vertex 1442: +Vertex groups: 1 + Group: 'Head', Weight: 0.997063 +Vertex 1443: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078156 + Group: 'Head', Weight: 0.921843 +Vertex 1444: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072807 + Group: 'Head', Weight: 0.927192 +Vertex 1445: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.066087 + Group: 'Head', Weight: 0.933912 +Vertex 1446: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061519 + Group: 'Head', Weight: 0.938480 +Vertex 1447: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.059701 + Group: 'Head', Weight: 0.940299 +Vertex 1448: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060764 + Group: 'Head', Weight: 0.939236 +Vertex 1449: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064771 + Group: 'Head', Weight: 0.935228 +Vertex 1450: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071584 + Group: 'Head', Weight: 0.928415 +Vertex 1451: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088659 + Group: 'Head', Weight: 0.911340 +Vertex 1452: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090111 + Group: 'Head', Weight: 0.909888 +Vertex 1453: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077926 + Group: 'Head', Weight: 0.922073 +Vertex 1454: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074114 + Group: 'Head', Weight: 0.925885 +Vertex 1455: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071818 + Group: 'Head', Weight: 0.928181 +Vertex 1456: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071055 + Group: 'Head', Weight: 0.928944 +Vertex 1457: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071676 + Group: 'Head', Weight: 0.928323 +Vertex 1458: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078405 + Group: 'Head', Weight: 0.921594 +Vertex 1459: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084981 + Group: 'Head', Weight: 0.915018 +Vertex 1460: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082712 + Group: 'Head', Weight: 0.917287 +Vertex 1461: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079558 + Group: 'Head', Weight: 0.920441 +Vertex 1462: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077245 + Group: 'Head', Weight: 0.922755 +Vertex 1463: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075609 + Group: 'Head', Weight: 0.924390 +Vertex 1464: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074897 + Group: 'Head', Weight: 0.925103 +Vertex 1465: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075759 + Group: 'Head', Weight: 0.924240 +Vertex 1466: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079239 + Group: 'Head', Weight: 0.920760 +Vertex 1467: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.080428 + Group: 'Head', Weight: 0.919571 +Vertex 1468: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079809 + Group: 'Head', Weight: 0.920190 +Vertex 1469: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078676 + Group: 'Head', Weight: 0.921323 +Vertex 1470: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077581 + Group: 'Head', Weight: 0.922418 +Vertex 1471: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076630 + Group: 'Head', Weight: 0.923369 +Vertex 1472: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076081 + Group: 'Head', Weight: 0.923918 +Vertex 1473: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076597 + Group: 'Head', Weight: 0.923402 +Vertex 1474: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078479 + Group: 'Head', Weight: 0.921521 +Vertex 1475: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078654 + Group: 'Head', Weight: 0.921345 +Vertex 1476: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078395 + Group: 'Head', Weight: 0.921604 +Vertex 1477: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077881 + Group: 'Head', Weight: 0.922118 +Vertex 1478: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077340 + Group: 'Head', Weight: 0.922659 +Vertex 1479: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076838 + Group: 'Head', Weight: 0.923161 +Vertex 1480: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076529 + Group: 'Head', Weight: 0.923470 +Vertex 1481: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076843 + Group: 'Head', Weight: 0.923156 +Vertex 1482: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077908 + Group: 'Head', Weight: 0.922091 +Vertex 1483: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077639 + Group: 'Head', Weight: 0.922360 +Vertex 1484: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077515 + Group: 'Head', Weight: 0.922484 +Vertex 1485: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077257 + Group: 'Head', Weight: 0.922742 +Vertex 1486: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076988 + Group: 'Head', Weight: 0.923011 +Vertex 1487: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076755 + Group: 'Head', Weight: 0.923243 +Vertex 1488: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076644 + Group: 'Head', Weight: 0.923355 +Vertex 1489: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076836 + Group: 'Head', Weight: 0.923163 +Vertex 1490: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077343 + Group: 'Head', Weight: 0.922656 +Vertex 1491: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076935 + Group: 'Head', Weight: 0.923063 +Vertex 1492: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076867 + Group: 'Head', Weight: 0.923132 +Vertex 1493: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076732 + Group: 'Head', Weight: 0.923267 +Vertex 1494: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076605 + Group: 'Head', Weight: 0.923394 +Vertex 1495: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076518 + Group: 'Head', Weight: 0.923480 +Vertex 1496: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076505 + Group: 'Head', Weight: 0.923493 +Vertex 1497: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076615 + Group: 'Head', Weight: 0.923384 +Vertex 1498: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076824 + Group: 'Head', Weight: 0.923174 +Vertex 1499: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076385 + Group: 'Head', Weight: 0.923613 +Vertex 1500: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076337 + Group: 'Head', Weight: 0.923661 +Vertex 1501: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076261 + Group: 'Head', Weight: 0.923738 +Vertex 1502: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076206 + Group: 'Head', Weight: 0.923792 +Vertex 1503: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076187 + Group: 'Head', Weight: 0.923811 +Vertex 1504: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076208 + Group: 'Head', Weight: 0.923791 +Vertex 1505: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076270 + Group: 'Head', Weight: 0.923729 +Vertex 1506: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076352 + Group: 'Head', Weight: 0.923646 +Vertex 1507: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075914 + Group: 'Head', Weight: 0.924084 +Vertex 1508: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075876 + Group: 'Head', Weight: 0.924122 +Vertex 1509: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075827 + Group: 'Head', Weight: 0.924172 +Vertex 1510: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075803 + Group: 'Head', Weight: 0.924196 +Vertex 1511: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075809 + Group: 'Head', Weight: 0.924190 +Vertex 1512: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075835 + Group: 'Head', Weight: 0.924163 +Vertex 1513: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075873 + Group: 'Head', Weight: 0.924125 +Vertex 1514: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075910 + Group: 'Head', Weight: 0.924088 +Vertex 1515: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075482 + Group: 'Head', Weight: 0.924516 +Vertex 1516: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075456 + Group: 'Head', Weight: 0.924542 +Vertex 1517: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075418 + Group: 'Head', Weight: 0.924580 +Vertex 1518: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075400 + Group: 'Head', Weight: 0.924598 +Vertex 1519: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075408 + Group: 'Head', Weight: 0.924591 +Vertex 1520: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075430 + Group: 'Head', Weight: 0.924568 +Vertex 1521: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075458 + Group: 'Head', Weight: 0.924541 +Vertex 1522: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075481 + Group: 'Head', Weight: 0.924517 +Vertex 1523: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075058 + Group: 'Head', Weight: 0.924940 +Vertex 1524: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075047 + Group: 'Head', Weight: 0.924951 +Vertex 1525: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075016 + Group: 'Head', Weight: 0.924982 +Vertex 1526: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074991 + Group: 'Head', Weight: 0.925007 +Vertex 1527: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074989 + Group: 'Head', Weight: 0.925009 +Vertex 1528: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075004 + Group: 'Head', Weight: 0.924995 +Vertex 1529: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075026 + Group: 'Head', Weight: 0.924972 +Vertex 1530: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075049 + Group: 'Head', Weight: 0.924950 +Vertex 1531: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074618 + Group: 'Head', Weight: 0.925380 +Vertex 1532: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074621 + Group: 'Head', Weight: 0.925377 +Vertex 1533: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074596 + Group: 'Head', Weight: 0.925402 +Vertex 1534: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074561 + Group: 'Head', Weight: 0.925437 +Vertex 1535: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074547 + Group: 'Head', Weight: 0.925452 +Vertex 1536: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074553 + Group: 'Head', Weight: 0.925445 +Vertex 1537: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074573 + Group: 'Head', Weight: 0.925425 +Vertex 1538: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074598 + Group: 'Head', Weight: 0.925400 +Vertex 1539: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074150 + Group: 'Head', Weight: 0.925848 +Vertex 1540: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074167 + Group: 'Head', Weight: 0.925832 +Vertex 1541: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074149 + Group: 'Head', Weight: 0.925849 +Vertex 1542: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074105 + Group: 'Head', Weight: 0.925893 +Vertex 1543: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074077 + Group: 'Head', Weight: 0.925922 +Vertex 1544: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074074 + Group: 'Head', Weight: 0.925925 +Vertex 1545: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074090 + Group: 'Head', Weight: 0.925909 +Vertex 1546: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074119 + Group: 'Head', Weight: 0.925879 +Vertex 1547: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073647 + Group: 'Head', Weight: 0.926352 +Vertex 1548: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073690 + Group: 'Head', Weight: 0.926308 +Vertex 1549: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073691 + Group: 'Head', Weight: 0.926307 +Vertex 1550: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073639 + Group: 'Head', Weight: 0.926359 +Vertex 1551: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073590 + Group: 'Head', Weight: 0.926409 +Vertex 1552: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073558 + Group: 'Head', Weight: 0.926441 +Vertex 1553: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073553 + Group: 'Head', Weight: 0.926446 +Vertex 1554: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073590 + Group: 'Head', Weight: 0.926408 +Vertex 1555: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073091 + Group: 'Head', Weight: 0.926908 +Vertex 1556: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073190 + Group: 'Head', Weight: 0.926808 +Vertex 1557: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073224 + Group: 'Head', Weight: 0.926774 +Vertex 1558: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073158 + Group: 'Head', Weight: 0.926840 +Vertex 1559: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073092 + Group: 'Head', Weight: 0.926906 +Vertex 1560: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072988 + Group: 'Head', Weight: 0.927010 +Vertex 1561: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072853 + Group: 'Head', Weight: 0.927145 +Vertex 1562: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072935 + Group: 'Head', Weight: 0.927063 +Vertex 1563: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072625 + Group: 'Head', Weight: 0.927374 +Vertex 1564: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072713 + Group: 'Head', Weight: 0.927286 +Vertex 1565: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072748 + Group: 'Head', Weight: 0.927250 +Vertex 1566: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072695 + Group: 'Head', Weight: 0.927303 +Vertex 1567: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072573 + Group: 'Head', Weight: 0.927425 +Vertex 1568: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072449 + Group: 'Head', Weight: 0.927549 +Vertex 1569: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072415 + Group: 'Head', Weight: 0.927583 +Vertex 1570: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072496 + Group: 'Head', Weight: 0.927502 +Vertex 1571: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072272 + Group: 'Head', Weight: 0.927726 +Vertex 1572: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072302 + Group: 'Head', Weight: 0.927696 +Vertex 1573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072311 + Group: 'Head', Weight: 0.927687 +Vertex 1574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072288 + Group: 'Head', Weight: 0.927710 +Vertex 1575: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072241 + Group: 'Head', Weight: 0.927758 +Vertex 1576: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072197 + Group: 'Head', Weight: 0.927801 +Vertex 1577: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072193 + Group: 'Head', Weight: 0.927805 +Vertex 1578: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072225 + Group: 'Head', Weight: 0.927773 +Vertex 1579: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072151 + Group: 'Head', Weight: 0.927847 +Vertex 1580: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246544 + Group: 'Head', Weight: 0.753455 +Vertex 1581: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256958 + Group: 'Head', Weight: 0.743041 +Vertex 1582: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246330 + Group: 'Head', Weight: 0.753668 +Vertex 1583: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235216 + Group: 'Head', Weight: 0.764783 +Vertex 1584: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.228879 + Group: 'Head', Weight: 0.771119 +Vertex 1585: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.227396 + Group: 'Head', Weight: 0.772602 +Vertex 1586: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.229229 + Group: 'Head', Weight: 0.770770 +Vertex 1587: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235251 + Group: 'Head', Weight: 0.764747 +Vertex 1588: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260810 + Group: 'Head', Weight: 0.739189 +Vertex 1589: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267887 + Group: 'Head', Weight: 0.732111 +Vertex 1590: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.264154 + Group: 'Head', Weight: 0.735844 +Vertex 1591: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251489 + Group: 'Head', Weight: 0.748509 +Vertex 1592: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245201 + Group: 'Head', Weight: 0.754798 +Vertex 1593: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242709 + Group: 'Head', Weight: 0.757290 +Vertex 1594: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242944 + Group: 'Head', Weight: 0.757055 +Vertex 1595: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245809 + Group: 'Head', Weight: 0.754189 +Vertex 1596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256310 + Group: 'Head', Weight: 0.743688 +Vertex 1597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259172 + Group: 'Head', Weight: 0.740826 +Vertex 1598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.257418 + Group: 'Head', Weight: 0.742580 +Vertex 1599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253305 + Group: 'Head', Weight: 0.746693 +Vertex 1600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250434 + Group: 'Head', Weight: 0.749564 +Vertex 1601: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249005 + Group: 'Head', Weight: 0.750993 +Vertex 1602: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249036 + Group: 'Head', Weight: 0.750962 +Vertex 1603: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250987 + Group: 'Head', Weight: 0.749011 +Vertex 1604: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255022 + Group: 'Head', Weight: 0.744976 +Vertex 1605: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256369 + Group: 'Head', Weight: 0.743629 +Vertex 1606: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255394 + Group: 'Head', Weight: 0.744605 +Vertex 1607: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253691 + Group: 'Head', Weight: 0.746308 +Vertex 1608: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252407 + Group: 'Head', Weight: 0.747591 +Vertex 1609: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251666 + Group: 'Head', Weight: 0.748333 +Vertex 1610: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251549 + Group: 'Head', Weight: 0.748449 +Vertex 1611: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252508 + Group: 'Head', Weight: 0.747490 +Vertex 1612: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254451 + Group: 'Head', Weight: 0.745547 +Vertex 1613: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255030 + Group: 'Head', Weight: 0.744968 +Vertex 1614: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254607 + Group: 'Head', Weight: 0.745392 +Vertex 1615: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253845 + Group: 'Head', Weight: 0.746153 +Vertex 1616: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253185 + Group: 'Head', Weight: 0.746813 +Vertex 1617: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252755 + Group: 'Head', Weight: 0.747243 +Vertex 1618: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252682 + Group: 'Head', Weight: 0.747316 +Vertex 1619: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253262 + Group: 'Head', Weight: 0.746737 +Vertex 1620: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253960 + Group: 'Head', Weight: 0.746038 +Vertex 1621: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254141 + Group: 'Head', Weight: 0.745857 +Vertex 1622: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254048 + Group: 'Head', Weight: 0.745950 +Vertex 1623: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253782 + Group: 'Head', Weight: 0.746216 +Vertex 1624: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253464 + Group: 'Head', Weight: 0.746534 +Vertex 1625: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253231 + Group: 'Head', Weight: 0.746767 +Vertex 1626: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253246 + Group: 'Head', Weight: 0.746752 +Vertex 1627: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253563 + Group: 'Head', Weight: 0.746435 +Vertex 1628: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253694 + Group: 'Head', Weight: 0.746304 +Vertex 1629: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253736 + Group: 'Head', Weight: 0.746262 +Vertex 1630: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253723 + Group: 'Head', Weight: 0.746275 +Vertex 1631: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253661 + Group: 'Head', Weight: 0.746337 +Vertex 1632: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253573 + Group: 'Head', Weight: 0.746425 +Vertex 1633: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253505 + Group: 'Head', Weight: 0.746493 +Vertex 1634: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253518 + Group: 'Head', Weight: 0.746480 +Vertex 1635: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253604 + Group: 'Head', Weight: 0.746394 +Vertex 1636: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253623 + Group: 'Head', Weight: 0.746375 +Vertex 1637: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253628 + Group: 'Head', Weight: 0.746370 +Vertex 1638: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253626 + Group: 'Head', Weight: 0.746372 +Vertex 1639: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253620 + Group: 'Head', Weight: 0.746378 +Vertex 1640: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253611 + Group: 'Head', Weight: 0.746387 +Vertex 1641: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253604 + Group: 'Head', Weight: 0.746394 +Vertex 1642: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253605 + Group: 'Head', Weight: 0.746393 +Vertex 1643: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253614 + Group: 'Head', Weight: 0.746384 +Vertex 1644: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253615 + Group: 'Head', Weight: 0.746383 +Vertex 1645: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996387 +Vertex 1646: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998831 +Vertex 1647: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998529 +Vertex 1648: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.992881 +Vertex 1649: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997754 +Vertex 1650: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998484 +Vertex 1651: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998443 +Vertex 1652: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997223 +Vertex 1653: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998161 +Vertex 1654: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998335 +Vertex 1655: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998335 +Vertex 1656: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998018 +Vertex 1657: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998205 +Vertex 1658: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998276 +Vertex 1659: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998264 +Vertex 1660: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998165 +Vertex 1661: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998224 +Vertex 1662: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998246 +Vertex 1663: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998237 +Vertex 1664: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998207 +Vertex 1665: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998236 +Vertex 1666: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998241 +Vertex 1667: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998239 +Vertex 1668: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998233 +Vertex 1669: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998242 +Vertex 1670: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998242 +Vertex 1671: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998245 +Vertex 1672: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998245 +Vertex 1673: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1674: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1675: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1676: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1677: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996554 +Vertex 1678: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997844 +Vertex 1679: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998094 +Vertex 1680: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998198 +Vertex 1681: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998221 +Vertex 1682: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998234 +Vertex 1683: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998247 +Vertex 1684: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998267 +Vertex 1685: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998363 +Vertex 1686: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998325 +Vertex 1687: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998275 +Vertex 1688: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998256 +Vertex 1689: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998241 +Vertex 1690: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998239 +Vertex 1691: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998242 +Vertex 1692: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998268 +Vertex 1693: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997599 +Vertex 1694: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.996199 +Vertex 1695: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998727 +Vertex 1696: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998549 +Vertex 1697: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.997513 +Vertex 1698: +Vertex groups: 1 + Group: 'upper_arm.L', Weight: 0.998557 +Vertex 1699: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.161395 + Group: 'forearm.L', Weight: 0.838605 +Vertex 1700: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.255578 + Group: 'forearm.L', Weight: 0.744422 +Vertex 1701: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.376758 + Group: 'forearm.L', Weight: 0.623242 +Vertex 1702: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.165084 + Group: 'forearm.L', Weight: 0.834916 +Vertex 1703: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.348389 + Group: 'forearm.L', Weight: 0.651611 +Vertex 1704: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.357753 + Group: 'forearm.L', Weight: 0.642247 +Vertex 1705: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.336438 + Group: 'forearm.L', Weight: 0.663563 +Vertex 1706: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.405302 + Group: 'forearm.L', Weight: 0.594699 +Vertex 1707: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.350290 + Group: 'forearm.L', Weight: 0.649711 +Vertex 1708: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347924 + Group: 'forearm.L', Weight: 0.652077 +Vertex 1709: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.345928 + Group: 'forearm.L', Weight: 0.654073 +Vertex 1710: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.352565 + Group: 'forearm.L', Weight: 0.647436 +Vertex 1711: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347350 + Group: 'forearm.L', Weight: 0.652651 +Vertex 1712: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347162 + Group: 'forearm.L', Weight: 0.652839 +Vertex 1713: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347025 + Group: 'forearm.L', Weight: 0.652976 +Vertex 1714: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347319 + Group: 'forearm.L', Weight: 0.652682 +Vertex 1715: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347079 + Group: 'forearm.L', Weight: 0.652922 +Vertex 1716: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.255748 + Group: 'forearm.L', Weight: 0.744252 +Vertex 1717: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.367159 + Group: 'forearm.L', Weight: 0.632841 +Vertex 1718: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.345766 + Group: 'forearm.L', Weight: 0.654235 +Vertex 1719: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347004 + Group: 'forearm.L', Weight: 0.652997 +Vertex 1720: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.199665 + Group: 'forearm.L', Weight: 0.800335 +Vertex 1721: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.341802 + Group: 'forearm.L', Weight: 0.658198 +Vertex 1722: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.348569 + Group: 'forearm.L', Weight: 0.651432 +Vertex 1723: +Vertex groups: 2 + Group: 'upper_arm.L', Weight: 0.347245 + Group: 'forearm.L', Weight: 0.652756 +Vertex 1724: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.746386 + Group: 'hand.L', Weight: 0.205328 + Group: 'thumb.01.L', Weight: 0.041462 +Vertex 1725: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.704755 + Group: 'hand.L', Weight: 0.194581 + Group: 'thumb.01.L', Weight: 0.097458 +Vertex 1726: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.753070 + Group: 'hand.L', Weight: 0.225666 +Vertex 1727: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.774396 + Group: 'hand.L', Weight: 0.217108 +Vertex 1728: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.702511 + Group: 'hand.L', Weight: 0.194801 + Group: 'thumb.01.L', Weight: 0.097155 +Vertex 1729: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.708446 + Group: 'hand.L', Weight: 0.236045 + Group: 'thumb.01.L', Weight: 0.046806 +Vertex 1730: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.708817 + Group: 'hand.L', Weight: 0.258991 + Group: 'thumb.01.L', Weight: 0.000360 +Vertex 1731: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.253823 + Group: 'hand.L', Weight: 0.640354 + Group: 'thumb.01.L', Weight: 0.099725 +Vertex 1732: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.293182 + Group: 'hand.L', Weight: 0.443804 + Group: 'thumb.01.L', Weight: 0.257204 +Vertex 1733: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.197743 + Group: 'hand.L', Weight: 0.756481 + Group: 'thumb.01.L', Weight: 0.029948 +Vertex 1734: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.181200 + Group: 'hand.L', Weight: 0.800078 +Vertex 1735: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.251546 + Group: 'hand.L', Weight: 0.440949 + Group: 'thumb.01.L', Weight: 0.294258 +Vertex 1736: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.242724 + Group: 'hand.L', Weight: 0.626099 + Group: 'thumb.01.L', Weight: 0.111167 +Vertex 1737: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.288314 + Group: 'hand.L', Weight: 0.638636 + Group: 'thumb.01.L', Weight: 0.053631 +Vertex 1738: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.141568 + Group: 'hand.L', Weight: 0.679864 + Group: 'thumb.01.L', Weight: 0.167236 +Vertex 1739: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.198830 + Group: 'hand.L', Weight: 0.392784 + Group: 'thumb.01.L', Weight: 0.399716 +Vertex 1740: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.085263 + Group: 'hand.L', Weight: 0.825284 + Group: 'thumb.01.L', Weight: 0.073666 +Vertex 1741: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.061354 + Group: 'hand.L', Weight: 0.890106 + Group: 'thumb.01.L', Weight: 0.019761 +Vertex 1742: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.122148 + Group: 'hand.L', Weight: 0.321470 + Group: 'thumb.01.L', Weight: 0.531758 +Vertex 1743: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.090665 + Group: 'hand.L', Weight: 0.623575 + Group: 'thumb.01.L', Weight: 0.233322 + Group: 'palm.03.L', Weight: 0.033692 +Vertex 1744: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.151019 + Group: 'hand.L', Weight: 0.736903 + Group: 'thumb.01.L', Weight: 0.074610 + Group: 'palm.03.L', Weight: 0.016941 +Vertex 1745: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.866040 + Group: 'hand.L', Weight: 0.131851 +Vertex 1746: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.860274 + Group: 'hand.L', Weight: 0.136182 +Vertex 1747: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.812465 + Group: 'hand.L', Weight: 0.183907 +Vertex 1748: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.742326 + Group: 'hand.L', Weight: 0.248874 +Vertex 1749: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.724031 + Group: 'hand.L', Weight: 0.260388 +Vertex 1750: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.224992 + Group: 'hand.L', Weight: 0.768880 +Vertex 1751: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.613876 + Group: 'hand.L', Weight: 0.380048 +Vertex 1752: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.171688 + Group: 'hand.L', Weight: 0.818939 +Vertex 1753: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.380411 + Group: 'hand.L', Weight: 0.605285 +Vertex 1754: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.340649 + Group: 'hand.L', Weight: 0.633999 +Vertex 1755: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.069093 + Group: 'hand.L', Weight: 0.918748 +Vertex 1756: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.213719 + Group: 'hand.L', Weight: 0.775295 +Vertex 1757: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.039967 + Group: 'hand.L', Weight: 0.927837 +Vertex 1758: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.220534 + Group: 'hand.L', Weight: 0.759275 +Vertex 1759: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.198651 + Group: 'hand.L', Weight: 0.762049 +Vertex 1760: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.850674 + Group: 'hand.L', Weight: 0.101054 + Group: 'thumb.01.L', Weight: 0.041711 +Vertex 1761: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.933401 + Group: 'hand.L', Weight: 0.061744 +Vertex 1762: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.883553 + Group: 'hand.L', Weight: 0.094974 +Vertex 1763: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.911103 + Group: 'hand.L', Weight: 0.077436 +Vertex 1764: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.883673 + Group: 'hand.L', Weight: 0.091397 +Vertex 1765: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.862471 + Group: 'hand.L', Weight: 0.096519 + Group: 'thumb.01.L', Weight: 0.026076 +Vertex 1766: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.881885 + Group: 'hand.L', Weight: 0.103854 +Vertex 1767: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.927211 + Group: 'hand.L', Weight: 0.070218 +Vertex 1768: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.884454 + Group: 'hand.L', Weight: 0.106762 +Vertex 1769: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.945962 + Group: 'hand.L', Weight: 0.051545 +Vertex 1770: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.944471 + Group: 'hand.L', Weight: 0.053999 +Vertex 1771: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.891034 + Group: 'hand.L', Weight: 0.103428 +Vertex 1772: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.931301 + Group: 'thumb.02.L', Weight: 0.039899 +Vertex 1773: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.859475 + Group: 'thumb.02.L', Weight: 0.123358 +Vertex 1774: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.115199 + Group: 'hand.L', Weight: 0.261527 + Group: 'thumb.01.L', Weight: 0.612216 +Vertex 1775: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.069852 + Group: 'hand.L', Weight: 0.237106 + Group: 'thumb.01.L', Weight: 0.659709 +Vertex 1776: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.073284 + Group: 'hand.L', Weight: 0.629181 + Group: 'thumb.01.L', Weight: 0.234689 + Group: 'palm.03.L', Weight: 0.050718 +Vertex 1777: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.089404 + Group: 'hand.L', Weight: 0.763313 + Group: 'thumb.01.L', Weight: 0.082440 + Group: 'palm.03.L', Weight: 0.059304 +Vertex 1778: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.117521 + Group: 'hand.L', Weight: 0.824878 + Group: 'palm.03.L', Weight: 0.015876 +Vertex 1779: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.126667 + Group: 'hand.L', Weight: 0.841172 +Vertex 1780: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.104835 + Group: 'hand.L', Weight: 0.875616 +Vertex 1781: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.051230 + Group: 'hand.L', Weight: 0.934156 +Vertex 1782: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.002412 + Group: 'hand.L', Weight: 0.938778 +Vertex 1783: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.017340 + Group: 'hand.L', Weight: 0.884869 + Group: 'thumb.01.L', Weight: 0.052680 + Group: 'palm.02.L', Weight: 0.001129 +Vertex 1784: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.034088 + Group: 'hand.L', Weight: 0.794188 + Group: 'thumb.01.L', Weight: 0.129149 + Group: 'palm.02.L', Weight: 0.010232 +Vertex 1785: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.070210 + Group: 'hand.L', Weight: 0.609418 + Group: 'thumb.01.L', Weight: 0.297203 +Vertex 1786: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.021747 + Group: 'thumb.01.L', Weight: 0.808288 + Group: 'thumb.02.L', Weight: 0.125972 + Group: 'palm.02.L', Weight: 0.000390 +Vertex 1787: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.457445 + Group: 'thumb.03.L', Weight: 0.534351 +Vertex 1788: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.171000 + Group: 'thumb.03.L', Weight: 0.834187 +Vertex 1789: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.002551 + Group: 'thumb.02.L', Weight: 0.820008 + Group: 'thumb.03.L', Weight: 0.147909 +Vertex 1790: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.993989 +Vertex 1791: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1792: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.975546 +Vertex 1793: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.999654 +Vertex 1794: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998498 +Vertex 1795: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.995506 +Vertex 1796: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.976657 +Vertex 1797: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.034584 + Group: 'thumb.03.L', Weight: 0.956616 +Vertex 1798: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.102908 + Group: 'thumb.03.L', Weight: 0.896142 +Vertex 1799: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.184346 + Group: 'thumb.03.L', Weight: 0.808527 +Vertex 1800: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.142121 + Group: 'thumb.02.L', Weight: 0.866177 + Group: 'palm.02.L', Weight: 0.002940 +Vertex 1801: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.176626 + Group: 'thumb.02.L', Weight: 0.869372 + Group: 'palm.02.L', Weight: 0.024124 +Vertex 1802: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.181651 + Group: 'thumb.02.L', Weight: 0.773578 + Group: 'thumb.03.L', Weight: 0.012458 +Vertex 1803: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.273586 + Group: 'thumb.02.L', Weight: 0.648183 +Vertex 1804: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.019248 + Group: 'thumb.01.L', Weight: 0.465291 + Group: 'thumb.02.L', Weight: 0.371003 + Group: 'palm.02.L', Weight: 0.110353 + Group: 'palm.03.L', Weight: 0.026332 +Vertex 1805: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.510727 + Group: 'thumb.02.L', Weight: 0.371644 + Group: 'palm.02.L', Weight: 0.099699 +Vertex 1806: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.692903 + Group: 'thumb.02.L', Weight: 0.303441 +Vertex 1807: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.253212 + Group: 'thumb.02.L', Weight: 0.724332 +Vertex 1808: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.235434 + Group: 'thumb.02.L', Weight: 0.751528 +Vertex 1809: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1810: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998709 +Vertex 1811: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1812: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1813: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1814: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998517 +Vertex 1815: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 1816: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.998412 +Vertex 1817: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1818: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1819: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1820: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1821: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1822: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999994 +Vertex 1823: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1824: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1825: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1826: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.048289 + Group: 'f_middle.02.L', Weight: 0.950832 +Vertex 1827: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.046321 + Group: 'f_middle.02.L', Weight: 0.951812 +Vertex 1828: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.050453 + Group: 'f_middle.02.L', Weight: 0.949526 +Vertex 1829: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.104740 + Group: 'f_middle.02.L', Weight: 0.895141 +Vertex 1830: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.049373 + Group: 'f_middle.02.L', Weight: 0.950303 +Vertex 1831: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.082750 + Group: 'f_middle.02.L', Weight: 0.917259 +Vertex 1832: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.113381 + Group: 'f_middle.02.L', Weight: 0.886628 +Vertex 1833: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.099826 + Group: 'f_middle.02.L', Weight: 0.900139 +Vertex 1834: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.067395 + Group: 'f_middle.01.L', Weight: 0.931715 +Vertex 1835: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.075471 + Group: 'f_middle.01.L', Weight: 0.923335 +Vertex 1836: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.071145 + Group: 'f_middle.01.L', Weight: 0.927626 +Vertex 1837: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.985501 +Vertex 1838: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.065635 + Group: 'f_middle.01.L', Weight: 0.931101 +Vertex 1839: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 1.000000 +Vertex 1840: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.090934 + Group: 'f_middle.01.L', Weight: 0.906561 +Vertex 1841: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.034507 + Group: 'f_middle.01.L', Weight: 0.954482 +Vertex 1842: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999587 +Vertex 1843: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999597 +Vertex 1844: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1845: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1846: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1847: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999344 +Vertex 1848: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999694 +Vertex 1849: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999982 +Vertex 1850: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.040750 + Group: 'palm.02.L', Weight: 0.938234 +Vertex 1851: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.033180 + Group: 'palm.02.L', Weight: 0.952756 +Vertex 1852: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.014145 + Group: 'palm.02.L', Weight: 0.927799 +Vertex 1853: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.867827 + Group: 'f_middle.01.L', Weight: 0.094791 + Group: 'palm.03.L', Weight: 0.006378 +Vertex 1854: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.886294 + Group: 'f_middle.01.L', Weight: 0.030034 + Group: 'palm.03.L', Weight: 0.015982 +Vertex 1855: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.742937 + Group: 'f_middle.01.L', Weight: 0.175173 + Group: 'palm.03.L', Weight: 0.062795 +Vertex 1856: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.000191 + Group: 'palm.02.L', Weight: 0.917554 +Vertex 1857: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.022902 + Group: 'palm.02.L', Weight: 0.880912 + Group: 'palm.03.L', Weight: 0.059501 +Vertex 1858: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.973423 +Vertex 1859: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.989146 +Vertex 1860: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.985807 +Vertex 1861: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.989188 +Vertex 1862: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.974290 +Vertex 1863: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.979185 +Vertex 1864: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.991278 +Vertex 1865: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.992005 +Vertex 1866: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.689450 + Group: 'f_middle.01.L', Weight: 0.282871 +Vertex 1867: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.285107 + Group: 'f_middle.01.L', Weight: 0.704058 +Vertex 1868: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.921939 + Group: 'f_middle.01.L', Weight: 0.068266 +Vertex 1869: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.954642 + Group: 'f_middle.01.L', Weight: 0.024313 +Vertex 1870: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.105630 + Group: 'f_middle.01.L', Weight: 0.890221 +Vertex 1871: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.749378 + Group: 'f_middle.01.L', Weight: 0.240262 +Vertex 1872: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.875203 + Group: 'f_middle.01.L', Weight: 0.113398 +Vertex 1873: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.931198 + Group: 'f_middle.01.L', Weight: 0.059230 +Vertex 1874: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.995228 +Vertex 1875: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.995063 +Vertex 1876: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.998390 +Vertex 1877: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.992978 +Vertex 1878: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.994042 +Vertex 1879: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 1880: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999451 +Vertex 1881: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.998586 +Vertex 1882: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.179262 + Group: 'palm.02.L', Weight: 0.720162 + Group: 'palm.03.L', Weight: 0.090433 +Vertex 1883: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.233716 + Group: 'palm.02.L', Weight: 0.598120 + Group: 'palm.03.L', Weight: 0.154973 +Vertex 1884: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.086772 + Group: 'palm.02.L', Weight: 0.774405 + Group: 'palm.03.L', Weight: 0.120596 +Vertex 1885: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.649022 + Group: 'f_middle.01.L', Weight: 0.043096 + Group: 'palm.03.L', Weight: 0.256727 +Vertex 1886: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.710629 + Group: 'f_middle.01.L', Weight: 0.058228 + Group: 'palm.03.L', Weight: 0.191958 +Vertex 1887: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.027843 + Group: 'palm.02.L', Weight: 0.595108 + Group: 'f_middle.01.L', Weight: 0.028428 + Group: 'palm.03.L', Weight: 0.299198 +Vertex 1888: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.732246 + Group: 'f_middle.01.L', Weight: 0.070489 + Group: 'palm.03.L', Weight: 0.157817 +Vertex 1889: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.121158 + Group: 'palm.02.L', Weight: 0.610262 + Group: 'palm.03.L', Weight: 0.243922 +Vertex 1890: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.317917 + Group: 'palm.02.L', Weight: 0.361211 + Group: 'palm.03.L', Weight: 0.302050 +Vertex 1891: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.285043 + Group: 'palm.02.L', Weight: 0.226474 + Group: 'palm.03.L', Weight: 0.465738 +Vertex 1892: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.125674 + Group: 'palm.02.L', Weight: 0.491094 + Group: 'palm.03.L', Weight: 0.354385 +Vertex 1893: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.269248 + Group: 'palm.03.L', Weight: 0.634916 + Group: 'f_ring.01.L', Weight: 0.055379 +Vertex 1894: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.412226 + Group: 'palm.03.L', Weight: 0.494617 + Group: 'f_ring.01.L', Weight: 0.029488 +Vertex 1895: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.273649 + Group: 'palm.03.L', Weight: 0.612102 + Group: 'f_ring.01.L', Weight: 0.070295 +Vertex 1896: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.018711 + Group: 'palm.02.L', Weight: 0.488814 + Group: 'f_middle.01.L', Weight: 0.012406 + Group: 'palm.03.L', Weight: 0.406701 + Group: 'f_ring.01.L', Weight: 0.019015 +Vertex 1897: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.088222 + Group: 'palm.02.L', Weight: 0.236262 + Group: 'palm.03.L', Weight: 0.635343 + Group: 'f_ring.01.L', Weight: 0.011583 +Vertex 1898: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999608 +Vertex 1899: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999541 +Vertex 1900: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999609 +Vertex 1901: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999484 +Vertex 1902: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999569 +Vertex 1903: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999451 +Vertex 1904: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999629 +Vertex 1905: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999533 +Vertex 1906: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999602 +Vertex 1907: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.025050 + Group: 'f_ring.02.L', Weight: 0.962469 +Vertex 1908: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.030021 + Group: 'f_ring.02.L', Weight: 0.959979 +Vertex 1909: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.000119 + Group: 'f_ring.02.L', Weight: 0.974934 +Vertex 1910: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.034767 + Group: 'f_ring.02.L', Weight: 0.957593 +Vertex 1911: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.002724 + Group: 'f_ring.02.L', Weight: 0.973633 +Vertex 1912: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.020269 + Group: 'f_ring.02.L', Weight: 0.964855 +Vertex 1913: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.063346 + Group: 'f_ring.02.L', Weight: 0.936611 +Vertex 1914: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.070797 + Group: 'f_ring.02.L', Weight: 0.929152 +Vertex 1915: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.960011 + Group: 'f_ring.02.L', Weight: 0.025822 +Vertex 1916: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.964814 + Group: 'f_ring.02.L', Weight: 0.016719 +Vertex 1917: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.972696 +Vertex 1918: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.986864 +Vertex 1919: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.988955 +Vertex 1920: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.985424 +Vertex 1921: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.986859 +Vertex 1922: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.987642 +Vertex 1923: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999455 +Vertex 1924: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999127 +Vertex 1925: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999590 +Vertex 1926: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999470 +Vertex 1927: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999472 +Vertex 1928: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999085 +Vertex 1929: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999444 +Vertex 1930: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999507 +Vertex 1931: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.917217 + Group: 'f_ring.01.L', Weight: 0.040744 +Vertex 1932: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.933050 + Group: 'f_ring.01.L', Weight: 0.045041 +Vertex 1933: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.066200 + Group: 'palm.03.L', Weight: 0.829746 + Group: 'f_ring.01.L', Weight: 0.076416 +Vertex 1934: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.882562 + Group: 'f_ring.01.L', Weight: 0.096251 +Vertex 1935: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.735762 + Group: 'f_ring.01.L', Weight: 0.237308 +Vertex 1936: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.923984 + Group: 'f_ring.01.L', Weight: 0.055611 +Vertex 1937: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.065876 + Group: 'palm.03.L', Weight: 0.738396 + Group: 'f_ring.01.L', Weight: 0.185134 +Vertex 1938: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.914852 + Group: 'f_ring.01.L', Weight: 0.072392 +Vertex 1939: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.951915 + Group: 'f_ring.02.L', Weight: 0.045176 +Vertex 1940: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.924542 + Group: 'f_ring.02.L', Weight: 0.074719 +Vertex 1941: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.583968 + Group: 'f_ring.02.L', Weight: 0.415821 +Vertex 1942: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.536156 + Group: 'f_ring.02.L', Weight: 0.463829 +Vertex 1943: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.911634 + Group: 'f_ring.02.L', Weight: 0.088151 +Vertex 1944: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.910917 + Group: 'f_ring.02.L', Weight: 0.088328 +Vertex 1945: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.838613 + Group: 'f_ring.02.L', Weight: 0.161195 +Vertex 1946: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.553514 + Group: 'f_ring.02.L', Weight: 0.446435 +Vertex 1947: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.096072 + Group: 'f_ring.01.L', Weight: 0.901710 +Vertex 1948: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.088732 + Group: 'f_ring.01.L', Weight: 0.908761 +Vertex 1949: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.010572 + Group: 'f_ring.01.L', Weight: 0.967588 +Vertex 1950: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.009031 + Group: 'f_ring.01.L', Weight: 0.966835 +Vertex 1951: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.061429 + Group: 'f_ring.01.L', Weight: 0.935966 +Vertex 1952: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.073504 + Group: 'f_ring.01.L', Weight: 0.922318 +Vertex 1953: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.075166 + Group: 'f_ring.01.L', Weight: 0.917623 +Vertex 1954: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.071456 + Group: 'f_ring.01.L', Weight: 0.921031 +Vertex 1955: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999100 +Vertex 1956: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.995329 +Vertex 1957: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999305 +Vertex 1958: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.996489 +Vertex 1959: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.997841 +Vertex 1960: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.998714 +Vertex 1961: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.997771 +Vertex 1962: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.997945 +Vertex 1963: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.048343 + Group: 'palm.03.L', Weight: 0.926340 +Vertex 1964: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.008765 + Group: 'palm.03.L', Weight: 0.947803 +Vertex 1965: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.576373 + Group: 'thumb.01.L', Weight: 0.025769 + Group: 'palm.03.L', Weight: 0.360325 +Vertex 1966: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.786741 + Group: 'palm.03.L', Weight: 0.169085 +Vertex 1967: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.033063 + Group: 'hand.L', Weight: 0.733457 + Group: 'thumb.01.L', Weight: 0.078274 + Group: 'palm.03.L', Weight: 0.138375 +Vertex 1968: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.058568 + Group: 'hand.L', Weight: 0.850161 + Group: 'palm.03.L', Weight: 0.064474 +Vertex 1969: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.015131 + Group: 'hand.L', Weight: 0.600624 + Group: 'thumb.01.L', Weight: 0.212217 + Group: 'palm.03.L', Weight: 0.133190 +Vertex 1970: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.537539 + Group: 'thumb.01.L', Weight: 0.110302 + Group: 'palm.03.L', Weight: 0.319560 +Vertex 1971: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.238132 + Group: 'thumb.01.L', Weight: 0.066358 + Group: 'palm.03.L', Weight: 0.671330 +Vertex 1972: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.113496 + Group: 'thumb.01.L', Weight: 0.761193 + Group: 'thumb.02.L', Weight: 0.066716 + Group: 'palm.03.L', Weight: 0.026846 +Vertex 1973: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.081562 + Group: 'thumb.01.L', Weight: 0.844771 + Group: 'thumb.02.L', Weight: 0.029397 +Vertex 1974: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.023958 + Group: 'hand.L', Weight: 0.099506 + Group: 'thumb.01.L', Weight: 0.845175 +Vertex 1975: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.219121 + Group: 'thumb.01.L', Weight: 0.711565 + Group: 'palm.02.L', Weight: 0.013011 +Vertex 1976: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.467341 + Group: 'thumb.01.L', Weight: 0.241788 + Group: 'palm.03.L', Weight: 0.245537 +Vertex 1977: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.288420 + Group: 'thumb.01.L', Weight: 0.448981 + Group: 'thumb.02.L', Weight: 0.036126 + Group: 'palm.03.L', Weight: 0.188879 +Vertex 1978: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.166340 + Group: 'thumb.01.L', Weight: 0.274272 + Group: 'thumb.02.L', Weight: 0.099723 + Group: 'palm.02.L', Weight: 0.261299 + Group: 'palm.03.L', Weight: 0.195614 +Vertex 1979: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.105507 + Group: 'thumb.01.L', Weight: 0.498859 + Group: 'thumb.02.L', Weight: 0.144804 + Group: 'palm.02.L', Weight: 0.122069 + Group: 'palm.03.L', Weight: 0.127192 +Vertex 1980: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.180449 + Group: 'thumb.01.L', Weight: 0.463517 + Group: 'thumb.02.L', Weight: 0.064230 + Group: 'palm.02.L', Weight: 0.043026 + Group: 'palm.03.L', Weight: 0.240046 +Vertex 1981: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.453718 + Group: 'thumb.01.L', Weight: 0.164567 + Group: 'palm.03.L', Weight: 0.343632 +Vertex 1982: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.225258 + Group: 'thumb.01.L', Weight: 0.118596 + Group: 'palm.03.L', Weight: 0.619658 +Vertex 1983: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.040847 + Group: 'palm.03.L', Weight: 0.907871 +Vertex 1984: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.052077 + Group: 'thumb.01.L', Weight: 0.022821 + Group: 'palm.02.L', Weight: 0.016874 + Group: 'palm.03.L', Weight: 0.863025 +Vertex 1985: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.127948 + Group: 'thumb.01.L', Weight: 0.112784 + Group: 'palm.02.L', Weight: 0.072970 + Group: 'palm.03.L', Weight: 0.658205 +Vertex 1986: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.312117 + Group: 'thumb.01.L', Weight: 0.225437 + Group: 'thumb.02.L', Weight: 0.006410 + Group: 'palm.03.L', Weight: 0.404454 +Vertex 1987: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.214528 + Group: 'thumb.01.L', Weight: 0.224661 + Group: 'thumb.02.L', Weight: 0.053396 + Group: 'palm.02.L', Weight: 0.155664 + Group: 'palm.03.L', Weight: 0.347051 +Vertex 1988: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.942778 + Group: 'palm.03.L', Weight: 0.001045 +Vertex 1989: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.886052 + Group: 'palm.02.L', Weight: 0.079985 +Vertex 1990: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.661644 + Group: 'thumb.01.L', Weight: 0.066686 + Group: 'palm.02.L', Weight: 0.260115 +Vertex 1991: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.225313 + Group: 'palm.02.L', Weight: 0.734677 + Group: 'palm.03.L', Weight: 0.026014 +Vertex 1992: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.422137 + Group: 'palm.02.L', Weight: 0.447618 + Group: 'palm.03.L', Weight: 0.123147 +Vertex 1993: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.139216 + Group: 'palm.02.L', Weight: 0.796850 + Group: 'palm.03.L', Weight: 0.057882 +Vertex 1994: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.259318 + Group: 'palm.02.L', Weight: 0.531476 + Group: 'palm.03.L', Weight: 0.194128 +Vertex 1995: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.130830 + Group: 'palm.02.L', Weight: 0.836403 +Vertex 1996: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.154602 + Group: 'palm.02.L', Weight: 0.823960 +Vertex 1997: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.076866 + Group: 'thumb.01.L', Weight: 0.059210 + Group: 'palm.02.L', Weight: 0.846834 +Vertex 1998: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.103881 + Group: 'palm.02.L', Weight: 0.856956 + Group: 'palm.03.L', Weight: 0.025064 +Vertex 1999: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.473985 + Group: 'palm.02.L', Weight: 0.324947 + Group: 'palm.03.L', Weight: 0.192201 +Vertex 2000: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.457582 + Group: 'palm.02.L', Weight: 0.118655 + Group: 'palm.03.L', Weight: 0.412517 +Vertex 2001: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.284050 + Group: 'palm.02.L', Weight: 0.462505 + Group: 'palm.03.L', Weight: 0.236537 +Vertex 2002: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.218656 + Group: 'palm.02.L', Weight: 0.152690 + Group: 'palm.03.L', Weight: 0.602453 +Vertex 2003: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.251494 + Group: 'palm.02.L', Weight: 0.038187 + Group: 'palm.03.L', Weight: 0.701620 +Vertex 2004: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.108515 + Group: 'palm.03.L', Weight: 0.875475 +Vertex 2005: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.167595 + Group: 'palm.02.L', Weight: 0.083424 + Group: 'palm.03.L', Weight: 0.714659 + Group: 'f_ring.01.L', Weight: 0.013131 +Vertex 2006: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.190647 + Group: 'thumb.01.L', Weight: 0.119594 + Group: 'palm.02.L', Weight: 0.669193 +Vertex 2007: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.136464 + Group: 'thumb.01.L', Weight: 0.619601 + Group: 'thumb.02.L', Weight: 0.080581 + Group: 'palm.02.L', Weight: 0.156278 +Vertex 2008: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.303793 + Group: 'thumb.01.L', Weight: 0.356061 + Group: 'palm.02.L', Weight: 0.310563 +Vertex 2009: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.462870 + Group: 'thumb.01.L', Weight: 0.163654 + Group: 'palm.02.L', Weight: 0.356283 +Vertex 2010: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.287111 + Group: 'thumb.01.L', Weight: 0.047166 + Group: 'palm.02.L', Weight: 0.654692 +Vertex 2011: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.882330 + Group: 'palm.03.L', Weight: 0.095301 +Vertex 2012: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.438157 + Group: 'palm.02.L', Weight: 0.529934 +Vertex 2013: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.623100 + Group: 'palm.02.L', Weight: 0.346661 +Vertex 2014: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.758596 + Group: 'palm.02.L', Weight: 0.182663 + Group: 'palm.03.L', Weight: 0.053763 +Vertex 2015: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.787859 + Group: 'palm.02.L', Weight: 0.127289 + Group: 'palm.03.L', Weight: 0.080617 +Vertex 2016: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.774099 + Group: 'palm.02.L', Weight: 0.060387 + Group: 'palm.03.L', Weight: 0.161710 +Vertex 2017: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.751366 + Group: 'palm.02.L', Weight: 0.042867 + Group: 'palm.03.L', Weight: 0.198209 +Vertex 2018: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.625614 + Group: 'thumb.01.L', Weight: 0.003522 + Group: 'palm.02.L', Weight: 0.334505 +Vertex 2019: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.776084 + Group: 'palm.02.L', Weight: 0.194068 +Vertex 2020: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.811993 + Group: 'palm.02.L', Weight: 0.030325 + Group: 'palm.03.L', Weight: 0.143277 +Vertex 2021: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.801533 + Group: 'palm.03.L', Weight: 0.170452 +Vertex 2022: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.832196 + Group: 'thumb.01.L', Weight: 0.078696 + Group: 'palm.02.L', Weight: 0.070495 +Vertex 2023: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.932708 + Group: 'palm.02.L', Weight: 0.008220 +Vertex 2024: +Vertex groups: 1 + Group: 'hand.L', Weight: 0.961628 +Vertex 2025: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.000925 + Group: 'hand.L', Weight: 0.923144 + Group: 'palm.03.L', Weight: 0.033094 +Vertex 2026: +Vertex groups: 3 + Group: 'forearm.L', Weight: 0.048776 + Group: 'hand.L', Weight: 0.891573 + Group: 'palm.03.L', Weight: 0.040741 +Vertex 2027: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.843776 + Group: 'palm.02.L', Weight: 0.046079 + Group: 'palm.03.L', Weight: 0.103839 +Vertex 2028: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.836079 + Group: 'palm.02.L', Weight: 0.103559 + Group: 'palm.03.L', Weight: 0.055292 +Vertex 2029: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.852829 + Group: 'palm.02.L', Weight: 0.113321 +Vertex 2030: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.805563 + Group: 'palm.02.L', Weight: 0.143627 + Group: 'palm.03.L', Weight: 0.039731 +Vertex 2031: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.653945 + Group: 'thumb.01.L', Weight: 0.247863 + Group: 'palm.02.L', Weight: 0.071044 +Vertex 2032: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.221798 + Group: 'thumb.01.L', Weight: 0.633062 + Group: 'thumb.02.L', Weight: 0.017282 + Group: 'palm.02.L', Weight: 0.101264 +Vertex 2033: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.403062 + Group: 'thumb.01.L', Weight: 0.413324 + Group: 'palm.02.L', Weight: 0.159426 +Vertex 2034: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.598538 + Group: 'thumb.01.L', Weight: 0.204518 + Group: 'palm.02.L', Weight: 0.179681 +Vertex 2035: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.051809 + Group: 'thumb.01.L', Weight: 0.407100 + Group: 'thumb.02.L', Weight: 0.199175 + Group: 'palm.02.L', Weight: 0.306340 + Group: 'palm.03.L', Weight: 0.036188 +Vertex 2036: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.064536 + Group: 'thumb.01.L', Weight: 0.641867 + Group: 'thumb.02.L', Weight: 0.189697 + Group: 'palm.02.L', Weight: 0.020693 + Group: 'palm.03.L', Weight: 0.063231 +Vertex 2037: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.002405 + Group: 'thumb.01.L', Weight: 0.739507 + Group: 'thumb.02.L', Weight: 0.207506 +Vertex 2038: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.022318 + Group: 'palm.03.L', Weight: 0.920870 +Vertex 2039: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.140333 + Group: 'palm.03.L', Weight: 0.729631 + Group: 'f_ring.01.L', Weight: 0.107101 +Vertex 2040: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.074592 + Group: 'palm.03.L', Weight: 0.762548 + Group: 'f_ring.01.L', Weight: 0.149628 +Vertex 2041: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.127469 + Group: 'palm.03.L', Weight: 0.766768 + Group: 'f_ring.01.L', Weight: 0.082553 +Vertex 2042: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.049811 + Group: 'palm.03.L', Weight: 0.835159 + Group: 'f_ring.01.L', Weight: 0.102178 +Vertex 2043: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.910619 + Group: 'f_ring.01.L', Weight: 0.038288 +Vertex 2044: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.038007 + Group: 'palm.03.L', Weight: 0.890844 + Group: 'f_ring.01.L', Weight: 0.006392 +Vertex 2045: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.064026 + Group: 'palm.03.L', Weight: 0.849781 + Group: 'f_ring.01.L', Weight: 0.061972 +Vertex 2046: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.111383 + Group: 'palm.03.L', Weight: 0.806513 + Group: 'f_ring.01.L', Weight: 0.053720 +Vertex 2047: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.091687 + Group: 'palm.03.L', Weight: 0.837099 + Group: 'f_ring.01.L', Weight: 0.014422 +Vertex 2048: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.001228 + Group: 'thumb.01.L', Weight: 0.006985 + Group: 'palm.02.L', Weight: 0.141437 + Group: 'palm.03.L', Weight: 0.772475 +Vertex 2049: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.053858 + Group: 'thumb.01.L', Weight: 0.064060 + Group: 'palm.02.L', Weight: 0.231507 + Group: 'palm.03.L', Weight: 0.617825 +Vertex 2050: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.766563 + Group: 'f_middle.01.L', Weight: 0.015192 + Group: 'palm.03.L', Weight: 0.153855 +Vertex 2051: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.082141 + Group: 'thumb.01.L', Weight: 0.145871 + Group: 'thumb.02.L', Weight: 0.052343 + Group: 'palm.02.L', Weight: 0.489054 + Group: 'palm.03.L', Weight: 0.222452 +Vertex 2052: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.590043 + Group: 'f_middle.01.L', Weight: 0.028009 + Group: 'palm.03.L', Weight: 0.315655 +Vertex 2053: +Vertex groups: 4 + Group: 'palm.02.L', Weight: 0.535040 + Group: 'f_middle.01.L', Weight: 0.015951 + Group: 'palm.03.L', Weight: 0.371350 + Group: 'f_ring.01.L', Weight: 0.008119 +Vertex 2054: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.600153 + Group: 'f_middle.01.L', Weight: 0.019206 + Group: 'palm.03.L', Weight: 0.314246 +Vertex 2055: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.454127 + Group: 'palm.03.L', Weight: 0.459681 + Group: 'f_ring.01.L', Weight: 0.010565 +Vertex 2056: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.014581 + Group: 'thumb.01.L', Weight: 0.053901 + Group: 'palm.02.L', Weight: 0.606761 + Group: 'palm.03.L', Weight: 0.267683 +Vertex 2057: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.750563 + Group: 'f_middle.01.L', Weight: 0.080175 + Group: 'palm.03.L', Weight: 0.138706 +Vertex 2058: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.800329 + Group: 'f_middle.01.L', Weight: 0.067848 + Group: 'palm.03.L', Weight: 0.107933 +Vertex 2059: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.720487 + Group: 'f_middle.01.L', Weight: 0.052587 + Group: 'palm.03.L', Weight: 0.191771 +Vertex 2060: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.241481 + Group: 'palm.03.L', Weight: 0.675819 + Group: 'f_ring.01.L', Weight: 0.026994 +Vertex 2061: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.362672 + Group: 'palm.03.L', Weight: 0.549652 +Vertex 2062: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.003613 + Group: 'palm.02.L', Weight: 0.515864 + Group: 'palm.03.L', Weight: 0.396128 +Vertex 2063: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.773552 + Group: 'f_middle.01.L', Weight: 0.108419 + Group: 'palm.03.L', Weight: 0.095675 +Vertex 2064: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.017292 + Group: 'thumb.01.L', Weight: 0.071831 + Group: 'thumb.02.L', Weight: 0.003011 + Group: 'palm.02.L', Weight: 0.686987 + Group: 'palm.03.L', Weight: 0.165052 +Vertex 2065: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.698096 + Group: 'f_middle.01.L', Weight: 0.017833 + Group: 'palm.03.L', Weight: 0.221100 +Vertex 2066: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.083483 + Group: 'thumb.01.L', Weight: 0.114270 + Group: 'thumb.02.L', Weight: 0.021003 + Group: 'palm.02.L', Weight: 0.391698 + Group: 'palm.03.L', Weight: 0.364957 +Vertex 2067: +Vertex groups: 4 + Group: 'thumb.01.L', Weight: 0.012236 + Group: 'palm.02.L', Weight: 0.816152 + Group: 'f_middle.01.L', Weight: 0.000186 + Group: 'palm.03.L', Weight: 0.097491 +Vertex 2068: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.046434 + Group: 'palm.02.L', Weight: 0.833164 + Group: 'palm.03.L', Weight: 0.059209 +Vertex 2069: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.002379 + Group: 'thumb.01.L', Weight: 0.052712 + Group: 'palm.02.L', Weight: 0.870961 +Vertex 2070: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.045844 + Group: 'thumb.01.L', Weight: 0.142933 + Group: 'thumb.02.L', Weight: 0.056595 + Group: 'palm.02.L', Weight: 0.620327 + Group: 'palm.03.L', Weight: 0.124385 +Vertex 2071: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.032990 + Group: 'thumb.01.L', Weight: 0.168151 + Group: 'thumb.02.L', Weight: 0.068196 + Group: 'palm.02.L', Weight: 0.662045 + Group: 'palm.03.L', Weight: 0.054938 +Vertex 2072: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.007303 + Group: 'thumb.01.L', Weight: 0.081398 + Group: 'thumb.02.L', Weight: 0.012430 + Group: 'palm.02.L', Weight: 0.755642 + Group: 'palm.03.L', Weight: 0.088431 +Vertex 2073: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.009569 + Group: 'thumb.01.L', Weight: 0.092463 + Group: 'thumb.02.L', Weight: 0.016934 + Group: 'palm.02.L', Weight: 0.796859 + Group: 'palm.03.L', Weight: 0.023570 +Vertex 2074: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.080970 + Group: 'thumb.01.L', Weight: 0.219775 + Group: 'thumb.02.L', Weight: 0.087234 + Group: 'palm.02.L', Weight: 0.481178 + Group: 'palm.03.L', Weight: 0.126772 +Vertex 2075: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.052475 + Group: 'thumb.01.L', Weight: 0.269766 + Group: 'thumb.02.L', Weight: 0.117148 + Group: 'palm.02.L', Weight: 0.511773 + Group: 'palm.03.L', Weight: 0.048342 +Vertex 2076: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.069035 + Group: 'thumb.01.L', Weight: 0.112924 + Group: 'thumb.02.L', Weight: 0.002225 + Group: 'palm.02.L', Weight: 0.775287 +Vertex 2077: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.070286 + Group: 'thumb.01.L', Weight: 0.184481 + Group: 'thumb.02.L', Weight: 0.052309 + Group: 'palm.02.L', Weight: 0.669387 +Vertex 2078: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.075335 + Group: 'thumb.01.L', Weight: 0.294359 + Group: 'thumb.02.L', Weight: 0.097915 + Group: 'palm.02.L', Weight: 0.508730 +Vertex 2079: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.977791 +Vertex 2080: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.978572 +Vertex 2081: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.988613 +Vertex 2082: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.975277 +Vertex 2083: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.990084 +Vertex 2084: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.988964 +Vertex 2085: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.985470 +Vertex 2086: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.974200 +Vertex 2087: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.984524 +Vertex 2088: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.989062 +Vertex 2089: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.991098 +Vertex 2090: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.989078 +Vertex 2091: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.951362 + Group: 'hand.L', Weight: 0.015733 +Vertex 2092: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.975311 +Vertex 2093: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.968883 +Vertex 2094: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.966203 +Vertex 2095: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.975196 +Vertex 2096: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.967157 + Group: 'hand.L', Weight: 0.008597 +Vertex 2097: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.979075 +Vertex 2098: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.954048 + Group: 'hand.L', Weight: 0.017292 +Vertex 2099: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.963720 + Group: 'hand.L', Weight: 0.001604 +Vertex 2100: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.967066 + Group: 'hand.L', Weight: 0.006024 +Vertex 2101: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.979401 +Vertex 2102: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.968539 + Group: 'hand.L', Weight: 0.007731 +Vertex 2103: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.077690 + Group: 'thumb.01.L', Weight: 0.359027 + Group: 'thumb.02.L', Weight: 0.155685 + Group: 'palm.02.L', Weight: 0.312432 + Group: 'palm.03.L', Weight: 0.097145 +Vertex 2104: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.001978 + Group: 'thumb.01.L', Weight: 0.468279 + Group: 'thumb.02.L', Weight: 0.393838 + Group: 'palm.02.L', Weight: 0.115988 +Vertex 2105: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.115922 + Group: 'thumb.02.L', Weight: 0.868523 +Vertex 2106: +Vertex groups: 2 + Group: 'thumb.01.L', Weight: 0.071226 + Group: 'thumb.02.L', Weight: 0.911166 +Vertex 2107: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.902109 + Group: 'thumb.03.L', Weight: 0.080403 +Vertex 2108: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.005824 + Group: 'thumb.01.L', Weight: 0.434176 + Group: 'thumb.02.L', Weight: 0.460455 + Group: 'palm.02.L', Weight: 0.042461 + Group: 'palm.03.L', Weight: 0.010549 +Vertex 2109: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.082941 + Group: 'thumb.01.L', Weight: 0.491672 + Group: 'thumb.02.L', Weight: 0.193984 + Group: 'palm.02.L', Weight: 0.133498 + Group: 'palm.03.L', Weight: 0.098952 +Vertex 2110: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.110364 + Group: 'thumb.01.L', Weight: 0.371604 + Group: 'thumb.02.L', Weight: 0.147995 + Group: 'palm.02.L', Weight: 0.237870 + Group: 'palm.03.L', Weight: 0.132186 +Vertex 2111: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.060059 + Group: 'thumb.01.L', Weight: 0.530612 + Group: 'thumb.02.L', Weight: 0.258328 + Group: 'palm.02.L', Weight: 0.081985 + Group: 'palm.03.L', Weight: 0.067848 +Vertex 2112: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.239551 + Group: 'thumb.02.L', Weight: 0.707628 + Group: 'palm.02.L', Weight: 0.006744 +Vertex 2113: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.051955 + Group: 'thumb.02.L', Weight: 0.823810 + Group: 'thumb.03.L', Weight: 0.114459 +Vertex 2114: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.825312 + Group: 'thumb.03.L', Weight: 0.148022 +Vertex 2115: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.054409 + Group: 'thumb.01.L', Weight: 0.600275 + Group: 'thumb.02.L', Weight: 0.182780 + Group: 'palm.02.L', Weight: 0.157591 +Vertex 2116: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.115528 + Group: 'thumb.01.L', Weight: 0.738027 + Group: 'thumb.02.L', Weight: 0.065613 + Group: 'palm.02.L', Weight: 0.073095 +Vertex 2117: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.141365 + Group: 'thumb.01.L', Weight: 0.437677 + Group: 'thumb.02.L', Weight: 0.064600 + Group: 'palm.02.L', Weight: 0.343755 +Vertex 2118: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.124255 + Group: 'thumb.01.L', Weight: 0.308221 + Group: 'thumb.02.L', Weight: 0.053158 + Group: 'palm.02.L', Weight: 0.499923 +Vertex 2119: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.209433 + Group: 'thumb.01.L', Weight: 0.254031 + Group: 'palm.02.L', Weight: 0.502269 +Vertex 2120: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.720065 + Group: 'hand.L', Weight: 0.260359 +Vertex 2121: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.322503 + Group: 'hand.L', Weight: 0.642295 +Vertex 2122: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.165083 + Group: 'hand.L', Weight: 0.772276 + Group: 'thumb.01.L', Weight: 0.016702 + Group: 'palm.03.L', Weight: 0.004060 +Vertex 2123: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.884937 + Group: 'hand.L', Weight: 0.104748 +Vertex 2124: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.107528 + Group: 'hand.L', Weight: 0.809020 + Group: 'thumb.01.L', Weight: 0.027026 + Group: 'palm.03.L', Weight: 0.033863 +Vertex 2125: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2126: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2127: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2128: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.105281 + Group: 'f_middle.02.L', Weight: 0.894711 +Vertex 2129: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.035285 + Group: 'f_middle.02.L', Weight: 0.957342 +Vertex 2130: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.995117 +Vertex 2131: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.060672 + Group: 'f_middle.01.L', Weight: 0.938486 +Vertex 2132: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 1.000000 +Vertex 2133: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.999547 +Vertex 2134: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.791277 + Group: 'f_middle.01.L', Weight: 0.146409 + Group: 'palm.03.L', Weight: 0.049087 +Vertex 2135: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.042822 + Group: 'palm.02.L', Weight: 0.943514 +Vertex 2136: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.991228 +Vertex 2137: +Vertex groups: 1 + Group: 'f_middle.01.L', Weight: 0.983149 +Vertex 2138: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.150941 + Group: 'f_middle.01.L', Weight: 0.841808 +Vertex 2139: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.943804 + Group: 'f_middle.01.L', Weight: 0.048872 +Vertex 2140: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.994511 +Vertex 2141: +Vertex groups: 1 + Group: 'f_middle.02.L', Weight: 0.998732 +Vertex 2142: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.715593 + Group: 'f_middle.01.L', Weight: 0.063925 + Group: 'palm.03.L', Weight: 0.180713 +Vertex 2143: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.003662 + Group: 'palm.02.L', Weight: 0.629526 + Group: 'f_middle.01.L', Weight: 0.039566 + Group: 'palm.03.L', Weight: 0.271958 +Vertex 2144: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.682272 + Group: 'f_middle.01.L', Weight: 0.051994 + Group: 'palm.03.L', Weight: 0.222386 +Vertex 2145: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.210334 + Group: 'palm.02.L', Weight: 0.660132 + Group: 'palm.03.L', Weight: 0.118365 +Vertex 2146: +Vertex groups: 4 + Group: 'palm.02.L', Weight: 0.448475 + Group: 'f_middle.01.L', Weight: 0.003492 + Group: 'palm.03.L', Weight: 0.454599 + Group: 'f_ring.01.L', Weight: 0.026698 +Vertex 2147: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.278268 + Group: 'palm.03.L', Weight: 0.618456 + Group: 'f_ring.01.L', Weight: 0.061589 +Vertex 2148: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.340866 + Group: 'palm.03.L', Weight: 0.564914 + Group: 'f_ring.01.L', Weight: 0.044173 +Vertex 2149: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.314740 + Group: 'palm.02.L', Weight: 0.294370 + Group: 'palm.03.L', Weight: 0.370567 +Vertex 2150: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999514 +Vertex 2151: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999612 +Vertex 2152: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999570 +Vertex 2153: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.046756 + Group: 'f_ring.02.L', Weight: 0.951601 +Vertex 2154: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.000196 + Group: 'f_ring.02.L', Weight: 0.974892 +Vertex 2155: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.987439 +Vertex 2156: +Vertex groups: 1 + Group: 'f_ring.01.L', Weight: 0.989789 +Vertex 2157: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999334 +Vertex 2158: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.999580 +Vertex 2159: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.912446 + Group: 'f_ring.01.L', Weight: 0.072803 +Vertex 2160: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.029571 + Group: 'palm.03.L', Weight: 0.751960 + Group: 'f_ring.01.L', Weight: 0.200885 +Vertex 2161: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.960812 + Group: 'f_ring.02.L', Weight: 0.027961 +Vertex 2162: +Vertex groups: 2 + Group: 'f_ring.01.L', Weight: 0.887697 + Group: 'f_ring.02.L', Weight: 0.111912 +Vertex 2163: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.071552 + Group: 'f_ring.01.L', Weight: 0.923166 +Vertex 2164: +Vertex groups: 2 + Group: 'palm.03.L', Weight: 0.084764 + Group: 'f_ring.01.L', Weight: 0.913037 +Vertex 2165: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.998114 +Vertex 2166: +Vertex groups: 1 + Group: 'f_ring.02.L', Weight: 0.998766 +Vertex 2167: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.032926 + Group: 'palm.03.L', Weight: 0.935202 +Vertex 2168: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.696983 + Group: 'thumb.01.L', Weight: 0.005122 + Group: 'palm.03.L', Weight: 0.250266 +Vertex 2169: +Vertex groups: 4 + Group: 'forearm.L', Weight: 0.058595 + Group: 'hand.L', Weight: 0.812439 + Group: 'thumb.01.L', Weight: 0.029112 + Group: 'palm.03.L', Weight: 0.084954 +Vertex 2170: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.051305 + Group: 'thumb.01.L', Weight: 0.079606 + Group: 'thumb.02.L', Weight: 0.003068 + Group: 'palm.02.L', Weight: 0.498625 + Group: 'palm.03.L', Weight: 0.329278 +Vertex 2171: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.018045 + Group: 'palm.02.L', Weight: 0.691011 + Group: 'palm.03.L', Weight: 0.213434 +Vertex 2172: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.341961 + Group: 'palm.02.L', Weight: 0.582376 + Group: 'palm.03.L', Weight: 0.071045 +Vertex 2173: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.150684 + Group: 'palm.02.L', Weight: 0.825936 +Vertex 2174: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.525515 + Group: 'palm.02.L', Weight: 0.198797 + Group: 'palm.03.L', Weight: 0.266254 +Vertex 2175: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.127702 + Group: 'thumb.01.L', Weight: 0.086152 + Group: 'palm.02.L', Weight: 0.767146 +Vertex 2176: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.198568 + Group: 'thumb.01.L', Weight: 0.020882 + Group: 'palm.02.L', Weight: 0.757260 +Vertex 2177: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.353178 + Group: 'thumb.01.L', Weight: 0.012000 + Group: 'palm.02.L', Weight: 0.606007 +Vertex 2178: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.714014 + Group: 'palm.02.L', Weight: 0.246619 + Group: 'palm.03.L', Weight: 0.015102 +Vertex 2179: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.793394 + Group: 'palm.02.L', Weight: 0.086437 + Group: 'palm.03.L', Weight: 0.116295 +Vertex 2180: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.638149 + Group: 'thumb.01.L', Weight: 0.033883 + Group: 'palm.02.L', Weight: 0.308507 +Vertex 2181: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.835901 + Group: 'palm.02.L', Weight: 0.132604 +Vertex 2182: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.301353 + Group: 'palm.02.L', Weight: 0.673251 +Vertex 2183: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.412217 + Group: 'palm.02.L', Weight: 0.556598 +Vertex 2184: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.649469 + Group: 'palm.02.L', Weight: 0.269819 + Group: 'palm.03.L', Weight: 0.076174 +Vertex 2185: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.691045 + Group: 'palm.02.L', Weight: 0.184533 + Group: 'palm.03.L', Weight: 0.119738 +Vertex 2186: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.671285 + Group: 'palm.02.L', Weight: 0.075932 + Group: 'palm.03.L', Weight: 0.248564 +Vertex 2187: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.656084 + Group: 'palm.02.L', Weight: 0.038018 + Group: 'palm.03.L', Weight: 0.296143 +Vertex 2188: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.830599 + Group: 'palm.02.L', Weight: 0.011567 + Group: 'palm.03.L', Weight: 0.133208 +Vertex 2189: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.896708 + Group: 'palm.02.L', Weight: 0.020652 + Group: 'palm.03.L', Weight: 0.062686 +Vertex 2190: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.857045 + Group: 'palm.02.L', Weight: 0.100646 + Group: 'palm.03.L', Weight: 0.021109 +Vertex 2191: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.851169 + Group: 'palm.02.L', Weight: 0.069580 + Group: 'palm.03.L', Weight: 0.074734 +Vertex 2192: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.896243 + Group: 'palm.02.L', Weight: 0.070409 +Vertex 2193: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.802025 + Group: 'palm.02.L', Weight: 0.160317 + Group: 'palm.03.L', Weight: 0.009472 +Vertex 2194: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.134917 + Group: 'palm.03.L', Weight: 0.748141 + Group: 'f_ring.01.L', Weight: 0.094051 +Vertex 2195: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.062342 + Group: 'palm.03.L', Weight: 0.795288 + Group: 'f_ring.01.L', Weight: 0.129684 +Vertex 2196: +Vertex groups: 4 + Group: 'palm.02.L', Weight: 0.497252 + Group: 'f_middle.01.L', Weight: 0.006949 + Group: 'palm.03.L', Weight: 0.412982 + Group: 'f_ring.01.L', Weight: 0.012555 +Vertex 2197: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.596129 + Group: 'f_middle.01.L', Weight: 0.025509 + Group: 'palm.03.L', Weight: 0.313725 +Vertex 2198: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.736687 + Group: 'f_middle.01.L', Weight: 0.066993 + Group: 'palm.03.L', Weight: 0.163698 +Vertex 2199: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.664877 + Group: 'f_middle.01.L', Weight: 0.034585 + Group: 'palm.03.L', Weight: 0.249718 +Vertex 2200: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.337383 + Group: 'palm.03.L', Weight: 0.577467 + Group: 'f_ring.01.L', Weight: 0.019502 +Vertex 2201: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.003031 + Group: 'palm.02.L', Weight: 0.237719 + Group: 'palm.03.L', Weight: 0.674384 +Vertex 2202: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.018180 + Group: 'thumb.01.L', Weight: 0.040171 + Group: 'palm.02.L', Weight: 0.353447 + Group: 'palm.03.L', Weight: 0.530605 +Vertex 2203: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.051561 + Group: 'thumb.01.L', Weight: 0.104059 + Group: 'thumb.02.L', Weight: 0.026356 + Group: 'palm.02.L', Weight: 0.597608 + Group: 'palm.03.L', Weight: 0.197114 +Vertex 2204: +Vertex groups: 2 + Group: 'palm.02.L', Weight: 0.616663 + Group: 'palm.03.L', Weight: 0.300551 +Vertex 2205: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.785127 + Group: 'f_middle.01.L', Weight: 0.089112 + Group: 'palm.03.L', Weight: 0.103134 +Vertex 2206: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.048290 + Group: 'palm.02.L', Weight: 0.756918 + Group: 'palm.03.L', Weight: 0.131696 +Vertex 2207: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.063571 + Group: 'palm.02.L', Weight: 0.798016 + Group: 'palm.03.L', Weight: 0.073059 +Vertex 2208: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.021297 + Group: 'thumb.01.L', Weight: 0.126575 + Group: 'thumb.02.L', Weight: 0.046861 + Group: 'palm.02.L', Weight: 0.735691 + Group: 'palm.03.L', Weight: 0.041614 +Vertex 2209: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.024702 + Group: 'thumb.01.L', Weight: 0.109405 + Group: 'thumb.02.L', Weight: 0.035556 + Group: 'palm.02.L', Weight: 0.693053 + Group: 'palm.03.L', Weight: 0.106556 +Vertex 2210: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.005806 + Group: 'thumb.01.L', Weight: 0.070753 + Group: 'palm.02.L', Weight: 0.837885 + Group: 'palm.03.L', Weight: 0.004374 +Vertex 2211: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.072442 + Group: 'thumb.01.L', Weight: 0.082967 + Group: 'palm.02.L', Weight: 0.816340 +Vertex 2212: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.069830 + Group: 'thumb.01.L', Weight: 0.145576 + Group: 'thumb.02.L', Weight: 0.023933 + Group: 'palm.02.L', Weight: 0.727979 +Vertex 2213: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.108304 + Group: 'thumb.01.L', Weight: 0.180400 + Group: 'thumb.02.L', Weight: 0.013073 + Group: 'palm.02.L', Weight: 0.666298 +Vertex 2214: +Vertex groups: 1 + Group: 'forearm.L', Weight: 0.989052 +Vertex 2215: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.097710 + Group: 'palm.02.L', Weight: 0.369606 + Group: 'palm.03.L', Weight: 0.495024 +Vertex 2216: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.010781 + Group: 'palm.02.L', Weight: 0.382004 + Group: 'palm.03.L', Weight: 0.511282 + Group: 'f_ring.01.L', Weight: 0.046072 +Vertex 2217: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.094854 + Group: 'palm.02.L', Weight: 0.693089 + Group: 'palm.03.L', Weight: 0.186302 +Vertex 2218: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.020402 + Group: 'palm.02.L', Weight: 0.674775 + Group: 'f_middle.01.L', Weight: 0.050698 + Group: 'palm.03.L', Weight: 0.219372 +Vertex 2219: +Vertex groups: 2 + Group: 'forearm.L', Weight: 0.967376 + Group: 'hand.L', Weight: 0.007385 +Vertex 2220: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.000640 + Group: 'palm.02.L', Weight: 0.678205 + Group: 'f_middle.01.L', Weight: 0.053754 + Group: 'palm.03.L', Weight: 0.220949 +Vertex 2221: +Vertex groups: 3 + Group: 'palm.02.L', Weight: 0.362499 + Group: 'palm.03.L', Weight: 0.537657 + Group: 'f_ring.01.L', Weight: 0.048378 +Vertex 2222: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.091341 + Group: 'thumb.01.L', Weight: 0.115385 + Group: 'palm.02.L', Weight: 0.760354 +Vertex 2223: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.886397 + Group: 'palm.02.L', Weight: 0.062420 + Group: 'palm.03.L', Weight: 0.040157 +Vertex 2224: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.700761 + Group: 'palm.02.L', Weight: 0.120889 + Group: 'palm.03.L', Weight: 0.173703 +Vertex 2225: +Vertex groups: 3 + Group: 'hand.L', Weight: 0.571703 + Group: 'palm.02.L', Weight: 0.379562 + Group: 'palm.03.L', Weight: 0.037692 +Vertex 2226: +Vertex groups: 2 + Group: 'hand.L', Weight: 0.242521 + Group: 'palm.02.L', Weight: 0.726768 +Vertex 2227: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.181584 + Group: 'thumb.01.L', Weight: 0.642423 + Group: 'thumb.02.L', Weight: 0.060446 + Group: 'palm.03.L', Weight: 0.091464 +Vertex 2228: +Vertex groups: 5 + Group: 'hand.L', Weight: 0.135033 + Group: 'thumb.01.L', Weight: 0.609641 + Group: 'thumb.02.L', Weight: 0.093329 + Group: 'palm.02.L', Weight: 0.006460 + Group: 'palm.03.L', Weight: 0.126680 +Vertex 2229: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.080914 + Group: 'thumb.01.L', Weight: 0.431512 + Group: 'thumb.02.L', Weight: 0.155280 + Group: 'palm.02.L', Weight: 0.317200 +Vertex 2230: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.011010 + Group: 'thumb.02.L', Weight: 0.649240 + Group: 'thumb.03.L', Weight: 0.310794 +Vertex 2231: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.225463 + Group: 'thumb.02.L', Weight: 0.714452 + Group: 'thumb.03.L', Weight: 0.003814 +Vertex 2232: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.004098 + Group: 'thumb.02.L', Weight: 0.644354 + Group: 'thumb.03.L', Weight: 0.320194 +Vertex 2233: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.022088 + Group: 'thumb.02.L', Weight: 0.715531 + Group: 'thumb.03.L', Weight: 0.238356 +Vertex 2234: +Vertex groups: 4 + Group: 'hand.L', Weight: 0.048353 + Group: 'thumb.01.L', Weight: 0.688014 + Group: 'thumb.02.L', Weight: 0.206819 + Group: 'palm.03.L', Weight: 0.018207 +Vertex 2235: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.228487 + Group: 'thumb.02.L', Weight: 0.733556 + Group: 'palm.02.L', Weight: 0.035967 +Vertex 2236: +Vertex groups: 3 + Group: 'thumb.01.L', Weight: 0.118630 + Group: 'thumb.02.L', Weight: 0.789004 + Group: 'thumb.03.L', Weight: 0.063997 +Vertex 2237: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.085967 + Group: 'thumb.03.L', Weight: 0.917992 +Vertex 2238: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.247461 + Group: 'thumb.03.L', Weight: 0.762813 +Vertex 2239: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.983834 +Vertex 2240: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 0.985250 +Vertex 2241: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.019659 + Group: 'thumb.03.L', Weight: 0.964767 +Vertex 2242: +Vertex groups: 2 + Group: 'thumb.02.L', Weight: 0.177295 + Group: 'thumb.03.L', Weight: 0.823284 +Vertex 2243: +Vertex groups: 1 + Group: 'thumb.03.L', Weight: 1.000000 +Vertex 2244: +Vertex groups: 3 + Group: 'spine', Weight: 0.157332 + Group: 'spine.001', Weight: 0.689207 + Group: 'spine.002', Weight: 0.142942 +Vertex 2245: +Vertex groups: 3 + Group: 'spine', Weight: 0.153367 + Group: 'spine.001', Weight: 0.687854 + Group: 'spine.002', Weight: 0.148043 +Vertex 2246: +Vertex groups: 3 + Group: 'spine', Weight: 0.151600 + Group: 'spine.001', Weight: 0.683079 + Group: 'spine.002', Weight: 0.154163 +Vertex 2247: +Vertex groups: 3 + Group: 'spine', Weight: 0.110185 + Group: 'spine.001', Weight: 0.683652 + Group: 'spine.002', Weight: 0.194555 +Vertex 2248: +Vertex groups: 3 + Group: 'spine', Weight: 0.112345 + Group: 'spine.001', Weight: 0.706145 + Group: 'spine.002', Weight: 0.171321 +Vertex 2249: +Vertex groups: 3 + Group: 'spine', Weight: 0.086754 + Group: 'spine.001', Weight: 0.686590 + Group: 'spine.002', Weight: 0.215178 +Vertex 2250: +Vertex groups: 3 + Group: 'spine', Weight: 0.086270 + Group: 'spine.001', Weight: 0.686780 + Group: 'spine.002', Weight: 0.215487 +Vertex 2251: +Vertex groups: 3 + Group: 'spine', Weight: 0.086382 + Group: 'spine.001', Weight: 0.682458 + Group: 'spine.002', Weight: 0.219447 +Vertex 2252: +Vertex groups: 3 + Group: 'spine', Weight: 0.146737 + Group: 'spine.001', Weight: 0.720574 + Group: 'spine.002', Weight: 0.124076 +Vertex 2253: +Vertex groups: 3 + Group: 'spine', Weight: 0.145465 + Group: 'spine.001', Weight: 0.721487 + Group: 'spine.002', Weight: 0.124452 +Vertex 2254: +Vertex groups: 3 + Group: 'spine', Weight: 0.148725 + Group: 'spine.001', Weight: 0.718241 + Group: 'spine.002', Weight: 0.124340 +Vertex 2255: +Vertex groups: 4 + Group: 'spine', Weight: 0.079140 + Group: 'spine.001', Weight: 0.364446 + Group: 'spine.002', Weight: 0.498786 + Group: 'spine.003', Weight: 0.004426 +Vertex 2256: +Vertex groups: 4 + Group: 'spine', Weight: 0.017938 + Group: 'spine.001', Weight: 0.116056 + Group: 'spine.002', Weight: 0.660857 + Group: 'spine.003', Weight: 0.110406 +Vertex 2257: +Vertex groups: 3 + Group: 'spine', Weight: 0.081031 + Group: 'spine.001', Weight: 0.496362 + Group: 'spine.002', Weight: 0.395032 +Vertex 2258: +Vertex groups: 3 + Group: 'spine', Weight: 0.094078 + Group: 'spine.001', Weight: 0.589855 + Group: 'spine.002', Weight: 0.298775 +Vertex 2259: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.715826 + Group: 'spine.001', Weight: 0.131907 + Group: 'spine.003', Weight: 0.121435 + Group: 'spine', Weight: 0.020689 + Group: 'upper_arm.L', Weight: 0.010142 +Vertex 2260: +Vertex groups: 5 + Group: 'spine', Weight: 0.047689 + Group: 'spine.001', Weight: 0.181152 + Group: 'spine.002', Weight: 0.637658 + Group: 'spine.003', Weight: 0.069350 + Group: 'upper_arm.L', Weight: 0.007981 +Vertex 2261: +Vertex groups: 4 + Group: 'spine', Weight: 0.059935 + Group: 'spine.001', Weight: 0.249062 + Group: 'spine.002', Weight: 0.596626 + Group: 'spine.003', Weight: 0.043054 +Vertex 2262: +Vertex groups: 3 + Group: 'spine', Weight: 0.096393 + Group: 'spine.001', Weight: 0.584554 + Group: 'spine.002', Weight: 0.300679 +Vertex 2263: +Vertex groups: 3 + Group: 'spine', Weight: 0.090024 + Group: 'spine.001', Weight: 0.561188 + Group: 'spine.002', Weight: 0.327340 +Vertex 2264: +Vertex groups: 3 + Group: 'spine', Weight: 0.088733 + Group: 'spine.001', Weight: 0.602039 + Group: 'spine.002', Weight: 0.292906 +Vertex 2265: +Vertex groups: 3 + Group: 'spine', Weight: 0.087817 + Group: 'spine.001', Weight: 0.620393 + Group: 'spine.002', Weight: 0.276481 +Vertex 2266: +Vertex groups: 3 + Group: 'spine', Weight: 0.089172 + Group: 'spine.001', Weight: 0.629901 + Group: 'spine.002', Weight: 0.266123 +Vertex 2267: +Vertex groups: 4 + Group: 'spine', Weight: 0.070042 + Group: 'spine.001', Weight: 0.308323 + Group: 'spine.002', Weight: 0.547772 + Group: 'spine.003', Weight: 0.020925 +Vertex 2268: +Vertex groups: 4 + Group: 'spine', Weight: 0.008644 + Group: 'spine.001', Weight: 0.225399 + Group: 'spine.002', Weight: 0.694816 + Group: 'spine.003', Weight: 0.006647 +Vertex 2269: +Vertex groups: 3 + Group: 'spine', Weight: 0.053494 + Group: 'spine.001', Weight: 0.565569 + Group: 'spine.002', Weight: 0.363574 +Vertex 2270: +Vertex groups: 3 + Group: 'spine', Weight: 0.040923 + Group: 'spine.001', Weight: 0.532298 + Group: 'spine.002', Weight: 0.403755 +Vertex 2271: +Vertex groups: 3 + Group: 'spine', Weight: 0.051435 + Group: 'spine.001', Weight: 0.438761 + Group: 'spine.002', Weight: 0.485346 +Vertex 2272: +Vertex groups: 3 + Group: 'spine', Weight: 0.054839 + Group: 'spine.001', Weight: 0.533340 + Group: 'spine.002', Weight: 0.391958 +Vertex 2273: +Vertex groups: 3 + Group: 'spine', Weight: 0.054393 + Group: 'spine.001', Weight: 0.488345 + Group: 'spine.002', Weight: 0.435267 +Vertex 2274: +Vertex groups: 3 + Group: 'spine', Weight: 0.051614 + Group: 'spine.001', Weight: 0.560497 + Group: 'spine.002', Weight: 0.370511 +Vertex 2275: +Vertex groups: 3 + Group: 'spine', Weight: 0.053582 + Group: 'spine.001', Weight: 0.556526 + Group: 'spine.002', Weight: 0.371601 +Vertex 2276: +Vertex groups: 3 + Group: 'spine', Weight: 0.038169 + Group: 'spine.001', Weight: 0.357785 + Group: 'spine.002', Weight: 0.567426 +Vertex 2277: +Vertex groups: 3 + Group: 'spine', Weight: 0.055729 + Group: 'spine.001', Weight: 0.515481 + Group: 'spine.002', Weight: 0.408076 +Vertex 2278: +Vertex groups: 3 + Group: 'spine', Weight: 0.045833 + Group: 'spine.001', Weight: 0.544317 + Group: 'spine.002', Weight: 0.389785 +Vertex 2279: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.128630 + Group: 'spine.002', Weight: 0.764515 + Group: 'spine.003', Weight: 0.050807 +Vertex 2280: +Vertex groups: 3 + Group: 'spine', Weight: 0.062129 + Group: 'spine.001', Weight: 0.468236 + Group: 'spine.002', Weight: 0.447164 +Vertex 2281: +Vertex groups: 3 + Group: 'spine', Weight: 0.067148 + Group: 'spine.001', Weight: 0.523377 + Group: 'spine.002', Weight: 0.389459 +Vertex 2282: +Vertex groups: 3 + Group: 'spine', Weight: 0.000986 + Group: 'spine.001', Weight: 0.292315 + Group: 'spine.002', Weight: 0.649126 +Vertex 2283: +Vertex groups: 3 + Group: 'spine', Weight: 0.022968 + Group: 'spine.001', Weight: 0.361254 + Group: 'spine.002', Weight: 0.572622 +Vertex 2284: +Vertex groups: 3 + Group: 'spine', Weight: 0.052971 + Group: 'spine.001', Weight: 0.462109 + Group: 'spine.002', Weight: 0.461724 +Vertex 2285: +Vertex groups: 3 + Group: 'spine', Weight: 0.005969 + Group: 'spine.001', Weight: 0.312791 + Group: 'spine.002', Weight: 0.626628 +Vertex 2286: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.106346 + Group: 'spine.002', Weight: 0.688712 + Group: 'spine.003', Weight: 0.081698 + Group: 'shoulder.L', Weight: 0.009361 + Group: 'upper_arm.L', Weight: 0.061522 +Vertex 2287: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.627915 + Group: 'spine.003', Weight: 0.245744 + Group: 'spine.001', Weight: 0.065846 + Group: 'shoulder.R', Weight: 0.030248 + Group: 'shoulder.L', Weight: 0.030247 +Vertex 2288: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.156072 + Group: 'spine.002', Weight: 0.743782 + Group: 'spine.003', Weight: 0.034438 +Vertex 2289: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.125541 + Group: 'spine.002', Weight: 0.727687 + Group: 'spine.003', Weight: 0.057659 + Group: 'upper_arm.L', Weight: 0.035265 +Vertex 2290: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.056144 + Group: 'spine.002', Weight: 0.486369 + Group: 'spine.003', Weight: 0.263162 + Group: 'shoulder.L', Weight: 0.067749 + Group: 'upper_arm.L', Weight: 0.064950 +Vertex 2291: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.081994 + Group: 'spine.002', Weight: 0.593023 + Group: 'spine.003', Weight: 0.161194 + Group: 'shoulder.L', Weight: 0.052060 + Group: 'upper_arm.L', Weight: 0.066162 +Vertex 2292: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.094742 + Group: 'spine.002', Weight: 0.638965 + Group: 'spine.003', Weight: 0.118525 + Group: 'shoulder.L', Weight: 0.033391 + Group: 'upper_arm.L', Weight: 0.068802 +Vertex 2293: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.101964 + Group: 'spine.002', Weight: 0.665405 + Group: 'spine.003', Weight: 0.097096 + Group: 'shoulder.L', Weight: 0.020421 + Group: 'upper_arm.L', Weight: 0.065815 +Vertex 2294: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.085124 + Group: 'Head', Weight: 0.911654 +Vertex 2295: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086409 + Group: 'Head', Weight: 0.910365 +Vertex 2296: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082596 + Group: 'Head', Weight: 0.914199 +Vertex 2297: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.154121 + Group: 'Head', Weight: 0.839491 +Vertex 2298: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165709 + Group: 'Head', Weight: 0.828103 +Vertex 2299: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165504 + Group: 'Head', Weight: 0.828663 +Vertex 2300: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155291 + Group: 'Head', Weight: 0.839335 +Vertex 2301: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133880 + Group: 'Head', Weight: 0.861322 +Vertex 2302: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123022 + Group: 'Head', Weight: 0.872430 +Vertex 2303: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111958 + Group: 'Head', Weight: 0.883709 +Vertex 2304: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099577 + Group: 'Head', Weight: 0.896167 +Vertex 2305: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098473 + Group: 'Head', Weight: 0.896982 +Vertex 2306: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103937 + Group: 'Head', Weight: 0.891109 +Vertex 2307: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113956 + Group: 'Head', Weight: 0.880619 +Vertex 2308: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133220 + Group: 'Head', Weight: 0.860725 +Vertex 2309: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124055 + Group: 'Head', Weight: 0.870088 +Vertex 2310: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141531 + Group: 'Head', Weight: 0.852243 +Vertex 2311: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142622 + Group: 'Head', Weight: 0.852364 +Vertex 2312: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148503 + Group: 'Head', Weight: 0.846321 +Vertex 2313: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150723 + Group: 'Head', Weight: 0.843138 +Vertex 2314: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161240 + Group: 'Head', Weight: 0.832768 +Vertex 2315: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.160039 + Group: 'Head', Weight: 0.834282 +Vertex 2316: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150785 + Group: 'Head', Weight: 0.843915 +Vertex 2317: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132111 + Group: 'Head', Weight: 0.863057 +Vertex 2318: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124856 + Group: 'Head', Weight: 0.870470 +Vertex 2319: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115741 + Group: 'Head', Weight: 0.879745 +Vertex 2320: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105365 + Group: 'Head', Weight: 0.890161 +Vertex 2321: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104969 + Group: 'Head', Weight: 0.890265 +Vertex 2322: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111311 + Group: 'Head', Weight: 0.883537 +Vertex 2323: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.121916 + Group: 'Head', Weight: 0.872545 +Vertex 2324: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132739 + Group: 'Head', Weight: 0.861409 +Vertex 2325: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127087 + Group: 'Head', Weight: 0.867199 +Vertex 2326: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139867 + Group: 'Head', Weight: 0.854127 +Vertex 2327: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139116 + Group: 'Head', Weight: 0.855888 +Vertex 2328: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144933 + Group: 'Head', Weight: 0.849923 +Vertex 2329: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155604 + Group: 'Head', Weight: 0.837876 +Vertex 2330: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108891 + Group: 'Head', Weight: 0.885704 +Vertex 2331: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101871 + Group: 'Head', Weight: 0.893176 +Vertex 2332: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118894 + Group: 'Head', Weight: 0.875175 +Vertex 2333: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128669 + Group: 'Head', Weight: 0.865183 +Vertex 2334: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141188 + Group: 'Head', Weight: 0.852460 +Vertex 2335: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.167857 + Group: 'Head', Weight: 0.825831 +Vertex 2336: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166153 + Group: 'Head', Weight: 0.827969 +Vertex 2337: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155663 + Group: 'Head', Weight: 0.838944 +Vertex 2338: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095648 + Group: 'Head', Weight: 0.899889 +Vertex 2339: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095431 + Group: 'Head', Weight: 0.900464 +Vertex 2340: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107329 + Group: 'Head', Weight: 0.888496 +Vertex 2341: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119805 + Group: 'Head', Weight: 0.875769 +Vertex 2342: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131994 + Group: 'Head', Weight: 0.863300 +Vertex 2343: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146676 + Group: 'Head', Weight: 0.848224 +Vertex 2344: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139689 + Group: 'Head', Weight: 0.855411 +Vertex 2345: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101069 + Group: 'Head', Weight: 0.894817 +Vertex 2346: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098371 + Group: 'Head', Weight: 0.897608 +Vertex 2347: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104757 + Group: 'Head', Weight: 0.890992 +Vertex 2348: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088506 + Group: 'Head', Weight: 0.907844 +Vertex 2349: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109390 + Group: 'Head', Weight: 0.886154 +Vertex 2350: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2351: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2352: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2353: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2354: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2355: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2356: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2357: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2358: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2359: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2360: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2361: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2362: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2363: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2364: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2365: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2366: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2367: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2368: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2370: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2372: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2373: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2374: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2375: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2376: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2377: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2378: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2379: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2380: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2381: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2382: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2383: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.865204 + Group: 'f_middle.02.L', Weight: 0.133564 +Vertex 2384: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.901075 + Group: 'f_middle.02.L', Weight: 0.098779 +Vertex 2385: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.874365 + Group: 'f_middle.02.L', Weight: 0.125195 +Vertex 2386: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.957049 + Group: 'f_middle.02.L', Weight: 0.035052 +Vertex 2387: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.828876 + Group: 'f_middle.02.L', Weight: 0.170537 +Vertex 2388: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.857761 + Group: 'f_middle.02.L', Weight: 0.142457 +Vertex 2389: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.916974 + Group: 'f_middle.02.L', Weight: 0.083159 +Vertex 2390: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.960783 + Group: 'f_middle.02.L', Weight: 0.028005 +Vertex 2391: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.877555 + Group: 'f_middle.02.L', Weight: 0.122514 +Vertex 2392: +Vertex groups: 2 + Group: 'f_middle.01.L', Weight: 0.957608 + Group: 'f_middle.02.L', Weight: 0.034157 +Vertex 2393: +Vertex groups: 1 + Group: 'spine2', Weight: 0.999425 +Vertex 2394: +Vertex groups: 3 + Group: 'spine', Weight: 0.835656 + Group: 'spine.001', Weight: 0.088611 + Group: 'spine1', Weight: 0.048552 +Vertex 2395: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.115407 + Group: 'spine.003', Weight: 0.395060 + Group: 'shoulder.L', Weight: 0.040753 + Group: 'shoulder.R', Weight: 0.368169 + Group: 'upper_arm.R', Weight: 0.051656 +Vertex 2396: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.068780 + Group: 'spine.003', Weight: 0.267384 + Group: 'shoulder.L', Weight: 0.055498 + Group: 'shoulder.R', Weight: 0.534719 + Group: 'upper_arm.R', Weight: 0.035398 +Vertex 2397: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089035 + Group: 'spine.003', Weight: 0.177600 + Group: 'shoulder.R', Weight: 0.151872 + Group: 'upper_arm.R', Weight: 0.568838 +Vertex 2398: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107714 + Group: 'spine.003', Weight: 0.181570 + Group: 'shoulder.R', Weight: 0.136085 + Group: 'upper_arm.R', Weight: 0.561274 +Vertex 2399: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.115103 + Group: 'spine.003', Weight: 0.187310 + Group: 'shoulder.R', Weight: 0.101247 + Group: 'upper_arm.R', Weight: 0.582195 +Vertex 2400: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131041 + Group: 'spine.003', Weight: 0.175149 + Group: 'shoulder.R', Weight: 0.085877 + Group: 'upper_arm.R', Weight: 0.591059 +Vertex 2401: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.172424 + Group: 'spine.003', Weight: 0.286623 + Group: 'shoulder.R', Weight: 0.101673 + Group: 'upper_arm.R', Weight: 0.419573 +Vertex 2402: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.200339 + Group: 'spine.003', Weight: 0.251632 + Group: 'shoulder.R', Weight: 0.092867 + Group: 'upper_arm.R', Weight: 0.430770 +Vertex 2403: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.213220 + Group: 'spine.003', Weight: 0.310429 + Group: 'shoulder.R', Weight: 0.107279 + Group: 'upper_arm.R', Weight: 0.347047 +Vertex 2404: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099978 + Group: 'spine.003', Weight: 0.209668 + Group: 'shoulder.R', Weight: 0.173508 + Group: 'upper_arm.R', Weight: 0.502421 +Vertex 2405: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.021375 + Group: 'spine.003', Weight: 0.081696 + Group: 'shoulder.R', Weight: 0.323239 + Group: 'upper_arm.R', Weight: 0.547746 +Vertex 2406: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.048437 + Group: 'spine.003', Weight: 0.118014 + Group: 'shoulder.R', Weight: 0.457419 + Group: 'upper_arm.R', Weight: 0.358556 +Vertex 2407: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.762455 + Group: 'upper_arm.R', Weight: 0.193785 +Vertex 2408: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.040194 + Group: 'shoulder.R', Weight: 0.797044 + Group: 'upper_arm.R', Weight: 0.118770 +Vertex 2409: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.046895 + Group: 'spine.004', Weight: 0.052870 + Group: 'shoulder.R', Weight: 0.608208 + Group: 'upper_arm.R', Weight: 0.234217 +Vertex 2410: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.085327 + Group: 'spine.003', Weight: 0.132797 + Group: 'shoulder.R', Weight: 0.333206 + Group: 'upper_arm.R', Weight: 0.392886 +Vertex 2411: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.131724 + Group: 'spine.003', Weight: 0.162370 + Group: 'shoulder.R', Weight: 0.285294 + Group: 'upper_arm.R', Weight: 0.369499 +Vertex 2412: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.129777 + Group: 'spine.003', Weight: 0.143587 + Group: 'shoulder.R', Weight: 0.158615 + Group: 'upper_arm.R', Weight: 0.545842 +Vertex 2413: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.010031 + Group: 'spine.004', Weight: 0.076530 + Group: 'shoulder.R', Weight: 0.662397 + Group: 'upper_arm.R', Weight: 0.183965 +Vertex 2414: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.083912 + Group: 'shoulder.R', Weight: 0.688165 + Group: 'upper_arm.R', Weight: 0.181238 +Vertex 2415: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.247819 + Group: 'spine.003', Weight: 0.245381 + Group: 'shoulder.R', Weight: 0.121381 + Group: 'upper_arm.R', Weight: 0.347910 +Vertex 2416: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.203329 + Group: 'spine.003', Weight: 0.231960 + Group: 'shoulder.R', Weight: 0.242459 + Group: 'upper_arm.R', Weight: 0.257295 +Vertex 2417: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.127110 + Group: 'spine.003', Weight: 0.207992 + Group: 'shoulder.L', Weight: 0.005168 + Group: 'shoulder.R', Weight: 0.279028 + Group: 'upper_arm.R', Weight: 0.309947 +Vertex 2418: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.057672 + Group: 'spine.004', Weight: 0.119274 + Group: 'shoulder.L', Weight: 0.040170 + Group: 'shoulder.R', Weight: 0.616169 + Group: 'upper_arm.R', Weight: 0.121978 +Vertex 2419: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.188897 + Group: 'shoulder.L', Weight: 0.006318 + Group: 'shoulder.R', Weight: 0.620573 + Group: 'upper_arm.R', Weight: 0.095450 +Vertex 2420: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.121891 + Group: 'shoulder.R', Weight: 0.714065 + Group: 'upper_arm.R', Weight: 0.112689 +Vertex 2421: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037592 + Group: 'spine.002', Weight: 0.615609 + Group: 'spine.003', Weight: 0.136524 + Group: 'shoulder.R', Weight: 0.047577 + Group: 'upper_arm.R', Weight: 0.140063 +Vertex 2422: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040045 + Group: 'spine.002', Weight: 0.540477 + Group: 'spine.003', Weight: 0.165664 + Group: 'shoulder.R', Weight: 0.068284 + Group: 'upper_arm.R', Weight: 0.159373 +Vertex 2423: +Vertex groups: 3 + Group: 'spine', Weight: 0.055545 + Group: 'spine.001', Weight: 0.335872 + Group: 'spine.002', Weight: 0.567362 +Vertex 2424: +Vertex groups: 5 + Group: 'spine', Weight: 0.053969 + Group: 'spine.001', Weight: 0.240867 + Group: 'spine.002', Weight: 0.617441 + Group: 'spine.003', Weight: 0.032999 + Group: 'upper_arm.R', Weight: 0.002919 +Vertex 2425: +Vertex groups: 3 + Group: 'spine', Weight: 0.225107 + Group: 'spine.001', Weight: 0.628855 + Group: 'spine.002', Weight: 0.132525 +Vertex 2426: +Vertex groups: 3 + Group: 'spine', Weight: 0.228771 + Group: 'spine.001', Weight: 0.591053 + Group: 'spine.002', Weight: 0.160404 +Vertex 2427: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.025627 + Group: 'spine.002', Weight: 0.624370 + Group: 'spine.003', Weight: 0.170239 + Group: 'shoulder.R', Weight: 0.047111 + Group: 'upper_arm.R', Weight: 0.106223 +Vertex 2428: +Vertex groups: 3 + Group: 'spine', Weight: 0.072265 + Group: 'spine.001', Weight: 0.507898 + Group: 'spine.002', Weight: 0.399332 +Vertex 2429: +Vertex groups: 3 + Group: 'spine', Weight: 0.273862 + Group: 'spine.001', Weight: 0.615482 + Group: 'spine.002', Weight: 0.099213 +Vertex 2430: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.053127 + Group: 'spine.002', Weight: 0.782426 + Group: 'spine.003', Weight: 0.100473 +Vertex 2431: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.030209 + Group: 'spine.002', Weight: 0.657479 + Group: 'spine.003', Weight: 0.183054 + Group: 'shoulder.R', Weight: 0.038029 + Group: 'upper_arm.R', Weight: 0.061578 +Vertex 2432: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.067277 + Group: 'spine.003', Weight: 0.191445 + Group: 'shoulder.R', Weight: 0.579370 + Group: 'upper_arm.R', Weight: 0.123812 +Vertex 2433: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.036560 + Group: 'spine.003', Weight: 0.135337 + Group: 'shoulder.R', Weight: 0.698336 + Group: 'upper_arm.R', Weight: 0.080268 +Vertex 2434: +Vertex groups: 3 + Group: 'spine', Weight: 0.197296 + Group: 'spine.001', Weight: 0.696526 + Group: 'spine.002', Weight: 0.097628 +Vertex 2435: +Vertex groups: 3 + Group: 'spine', Weight: 0.000205 + Group: 'spine.001', Weight: 0.280578 + Group: 'spine.002', Weight: 0.658642 +Vertex 2436: +Vertex groups: 3 + Group: 'spine', Weight: 0.045116 + Group: 'spine.001', Weight: 0.493107 + Group: 'spine.002', Weight: 0.437376 +Vertex 2437: +Vertex groups: 3 + Group: 'spine', Weight: 0.205274 + Group: 'spine.001', Weight: 0.677118 + Group: 'spine.002', Weight: 0.107753 +Vertex 2438: +Vertex groups: 3 + Group: 'spine', Weight: 0.742426 + Group: 'spine.001', Weight: 0.191317 + Group: 'spine.002', Weight: 0.021889 +Vertex 2439: +Vertex groups: 4 + Group: 'spine', Weight: 0.725094 + Group: 'spine.001', Weight: 0.205249 + Group: 'spine.002', Weight: 0.024488 + Group: 'spine1', Weight: 0.001281 +Vertex 2440: +Vertex groups: 3 + Group: 'spine', Weight: 0.855752 + Group: 'spine.001', Weight: 0.058736 + Group: 'spine1', Weight: 0.074173 +Vertex 2441: +Vertex groups: 3 + Group: 'spine', Weight: 0.865989 + Group: 'spine.001', Weight: 0.045474 + Group: 'spine1', Weight: 0.076916 +Vertex 2442: +Vertex groups: 3 + Group: 'spine', Weight: 0.849944 + Group: 'spine.001', Weight: 0.080402 + Group: 'spine1', Weight: 0.054881 +Vertex 2443: +Vertex groups: 4 + Group: 'spine', Weight: 0.785703 + Group: 'spine.001', Weight: 0.158027 + Group: 'spine.002', Weight: 0.002774 + Group: 'spine1', Weight: 0.000782 +Vertex 2444: +Vertex groups: 3 + Group: 'spine', Weight: 0.835425 + Group: 'spine.001', Weight: 0.096579 + Group: 'spine1', Weight: 0.048107 +Vertex 2445: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.076488 + Group: 'spine.004', Weight: 0.397825 + Group: 'shoulder.L', Weight: 0.114124 + Group: 'shoulder.R', Weight: 0.304119 + Group: 'upper_arm.R', Weight: 0.031882 +Vertex 2446: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.167250 + Group: 'spine.003', Weight: 0.389939 + Group: 'shoulder.L', Weight: 0.051825 + Group: 'shoulder.R', Weight: 0.187876 + Group: 'upper_arm.R', Weight: 0.131945 +Vertex 2447: +Vertex groups: 4 + Group: 'spine', Weight: 0.084576 + Group: 'spine.001', Weight: 0.283049 + Group: 'spine.002', Weight: 0.554933 + Group: 'spine.003', Weight: 0.033987 +Vertex 2448: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.026025 + Group: 'spine.002', Weight: 0.335978 + Group: 'spine.003', Weight: 0.316052 + Group: 'shoulder.R', Weight: 0.124305 + Group: 'upper_arm.R', Weight: 0.137844 +Vertex 2449: +Vertex groups: 4 + Group: 'spine', Weight: 0.131371 + Group: 'spine.001', Weight: 0.468998 + Group: 'spine.002', Weight: 0.348646 + Group: 'spine.003', Weight: 0.000622 +Vertex 2450: +Vertex groups: 3 + Group: 'spine', Weight: 0.543293 + Group: 'spine.001', Weight: 0.342630 + Group: 'spine.002', Weight: 0.090052 +Vertex 2451: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697639 + Group: 'spine.003', Weight: 0.149427 + Group: 'spine.001', Weight: 0.109503 + Group: 'upper_arm.R', Weight: 0.023569 + Group: 'shoulder.R', Weight: 0.019862 +Vertex 2452: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.695967 + Group: 'spine.001', Weight: 0.153436 + Group: 'spine.003', Weight: 0.096064 + Group: 'spine', Weight: 0.028682 + Group: 'upper_arm.R', Weight: 0.025850 +Vertex 2453: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.247883 + Group: 'upper_arm.R', Weight: 0.731330 +Vertex 2454: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.088248 + Group: 'upper_arm.R', Weight: 0.886784 +Vertex 2455: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.001240 + Group: 'spine.003', Weight: 0.056436 + Group: 'shoulder.R', Weight: 0.226596 + Group: 'upper_arm.R', Weight: 0.683407 +Vertex 2456: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.071559 + Group: 'spine.003', Weight: 0.133414 + Group: 'shoulder.R', Weight: 0.106451 + Group: 'upper_arm.R', Weight: 0.678746 +Vertex 2457: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.203380 + Group: 'upper_arm.R', Weight: 0.785124 +Vertex 2458: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.198324 + Group: 'upper_arm.R', Weight: 0.786249 +Vertex 2459: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.083055 + Group: 'upper_arm.R', Weight: 0.909608 +Vertex 2460: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.062360 + Group: 'upper_arm.R', Weight: 0.931375 +Vertex 2461: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.354784 + Group: 'upper_arm.R', Weight: 0.629870 +Vertex 2462: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.320088 + Group: 'upper_arm.R', Weight: 0.657036 +Vertex 2463: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.821501 + Group: 'upper_arm.R', Weight: 0.141761 +Vertex 2464: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.043323 + Group: 'shoulder.R', Weight: 0.769708 + Group: 'upper_arm.R', Weight: 0.163473 +Vertex 2465: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002327 + Group: 'shoulder.R', Weight: 0.657663 + Group: 'upper_arm.R', Weight: 0.302159 +Vertex 2466: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.703229 + Group: 'upper_arm.R', Weight: 0.270689 +Vertex 2467: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.574385 + Group: 'upper_arm.R', Weight: 0.408087 +Vertex 2468: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.697940 + Group: 'upper_arm.R', Weight: 0.275639 +Vertex 2469: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.084732 + Group: 'spine.003', Weight: 0.140544 + Group: 'shoulder.R', Weight: 0.097091 + Group: 'upper_arm.R', Weight: 0.666563 +Vertex 2470: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.089541 + Group: 'spine.003', Weight: 0.119107 + Group: 'shoulder.R', Weight: 0.075175 + Group: 'upper_arm.R', Weight: 0.703322 +Vertex 2471: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.104395 + Group: 'spine.003', Weight: 0.118452 + Group: 'shoulder.R', Weight: 0.127159 + Group: 'upper_arm.R', Weight: 0.631542 +Vertex 2472: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990396 +Vertex 2473: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.975115 +Vertex 2474: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994473 +Vertex 2475: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996532 +Vertex 2476: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.962561 +Vertex 2477: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.959735 +Vertex 2478: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.969588 +Vertex 2479: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.616981 + Group: 'forearm.R', Weight: 0.382546 +Vertex 2480: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.419321 + Group: 'forearm.R', Weight: 0.580191 +Vertex 2481: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.607139 + Group: 'forearm.R', Weight: 0.392696 +Vertex 2482: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.370612 + Group: 'forearm.R', Weight: 0.629003 +Vertex 2483: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.410784 + Group: 'forearm.R', Weight: 0.588791 +Vertex 2484: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.375452 + Group: 'forearm.R', Weight: 0.624186 +Vertex 2485: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.411395 + Group: 'forearm.R', Weight: 0.588341 +Vertex 2486: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.798988 + Group: 'forearm.R', Weight: 0.200548 +Vertex 2487: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.729866 + Group: 'forearm.R', Weight: 0.269630 +Vertex 2488: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.723438 + Group: 'forearm.R', Weight: 0.275953 +Vertex 2489: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.754757 + Group: 'forearm.R', Weight: 0.244771 +Vertex 2490: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.892572 + Group: 'forearm.R', Weight: 0.107330 +Vertex 2491: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.750078 + Group: 'forearm.R', Weight: 0.249366 +Vertex 2492: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.795176 + Group: 'forearm.R', Weight: 0.204559 +Vertex 2493: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.002341 + Group: 'shoulder.R', Weight: 0.013730 + Group: 'upper_arm.R', Weight: 0.914455 +Vertex 2494: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.016725 + Group: 'shoulder.R', Weight: 0.010143 + Group: 'upper_arm.R', Weight: 0.905799 +Vertex 2495: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.059647 + Group: 'spine.003', Weight: 0.070426 + Group: 'shoulder.R', Weight: 0.077084 + Group: 'upper_arm.R', Weight: 0.780944 +Vertex 2496: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.045218 + Group: 'spine.003', Weight: 0.061592 + Group: 'shoulder.R', Weight: 0.048710 + Group: 'upper_arm.R', Weight: 0.833100 +Vertex 2497: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002684 + Group: 'spine.003', Weight: 0.028027 + Group: 'shoulder.R', Weight: 0.013757 + Group: 'upper_arm.R', Weight: 0.897858 +Vertex 2498: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.971917 +Vertex 2499: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990490 +Vertex 2500: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.000746 + Group: 'shoulder.R', Weight: 0.008349 + Group: 'upper_arm.R', Weight: 0.927473 +Vertex 2501: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.985854 +Vertex 2502: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.090056 + Group: 'spine.003', Weight: 0.138834 + Group: 'shoulder.R', Weight: 0.085176 + Group: 'upper_arm.R', Weight: 0.674138 +Vertex 2503: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.041748 + Group: 'spine.003', Weight: 0.066328 + Group: 'shoulder.R', Weight: 0.046082 + Group: 'upper_arm.R', Weight: 0.832450 +Vertex 2504: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.025338 + Group: 'spine.003', Weight: 0.074588 + Group: 'spine.004', Weight: 0.004522 + Group: 'shoulder.R', Weight: 0.374068 + Group: 'upper_arm.R', Weight: 0.452108 +Vertex 2505: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.212681 + Group: 'upper_arm.R', Weight: 0.752022 +Vertex 2506: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.086627 + Group: 'upper_arm.R', Weight: 0.888727 +Vertex 2507: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.008669 + Group: 'spine.004', Weight: 0.009307 + Group: 'shoulder.R', Weight: 0.538900 + Group: 'upper_arm.R', Weight: 0.368091 +Vertex 2508: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.002101 + Group: 'spine.003', Weight: 0.035467 + Group: 'shoulder.R', Weight: 0.257138 + Group: 'upper_arm.R', Weight: 0.643777 +Vertex 2509: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.185788 + Group: 'upper_arm.R', Weight: 0.790940 +Vertex 2510: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.046643 + Group: 'upper_arm.R', Weight: 0.944114 +Vertex 2511: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.384844 + Group: 'upper_arm.R', Weight: 0.571450 +Vertex 2512: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052395 + Group: 'shoulder.R', Weight: 0.644064 + Group: 'upper_arm.R', Weight: 0.270150 +Vertex 2513: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012347 + Group: 'shoulder.R', Weight: 0.556416 + Group: 'upper_arm.R', Weight: 0.377202 +Vertex 2514: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051982 + Group: 'shoulder.R', Weight: 0.641143 + Group: 'upper_arm.R', Weight: 0.250324 +Vertex 2515: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063396 + Group: 'spine.003', Weight: 0.093602 + Group: 'shoulder.R', Weight: 0.307197 + Group: 'upper_arm.R', Weight: 0.495032 +Vertex 2516: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.156088 + Group: 'spine.003', Weight: 0.169356 + Group: 'shoulder.R', Weight: 0.218965 + Group: 'upper_arm.R', Weight: 0.416452 +Vertex 2517: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.112940 + Group: 'spine.003', Weight: 0.125573 + Group: 'shoulder.R', Weight: 0.198562 + Group: 'upper_arm.R', Weight: 0.534114 +Vertex 2518: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.984694 +Vertex 2519: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.971411 +Vertex 2520: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.995216 +Vertex 2521: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.963039 +Vertex 2522: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.972525 +Vertex 2523: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.538736 + Group: 'forearm.R', Weight: 0.461162 +Vertex 2524: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.697765 + Group: 'forearm.R', Weight: 0.302133 +Vertex 2525: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.369998 + Group: 'forearm.R', Weight: 0.629703 +Vertex 2526: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.463943 + Group: 'forearm.R', Weight: 0.535815 +Vertex 2527: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.728478 + Group: 'forearm.R', Weight: 0.271410 +Vertex 2528: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.757121 + Group: 'forearm.R', Weight: 0.242559 +Vertex 2529: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.810817 + Group: 'forearm.R', Weight: 0.188961 +Vertex 2530: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.715341 + Group: 'forearm.R', Weight: 0.284206 +Vertex 2531: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.902127 + Group: 'forearm.R', Weight: 0.097730 +Vertex 2532: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.008088 + Group: 'shoulder.R', Weight: 0.051082 + Group: 'upper_arm.R', Weight: 0.886800 +Vertex 2533: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.068758 + Group: 'spine.003', Weight: 0.078252 + Group: 'shoulder.R', Weight: 0.118841 + Group: 'upper_arm.R', Weight: 0.716708 +Vertex 2534: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.016554 + Group: 'spine.003', Weight: 0.031645 + Group: 'shoulder.R', Weight: 0.089507 + Group: 'upper_arm.R', Weight: 0.823601 +Vertex 2535: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.973471 +Vertex 2536: +Vertex groups: 2 + Group: 'shoulder.R', Weight: 0.069644 + Group: 'upper_arm.R', Weight: 0.882113 +Vertex 2537: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990221 +Vertex 2538: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.099942 + Group: 'spine.003', Weight: 0.123276 + Group: 'shoulder.R', Weight: 0.269760 + Group: 'upper_arm.R', Weight: 0.467892 +Vertex 2539: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.073578 + Group: 'spine.003', Weight: 0.089013 + Group: 'shoulder.R', Weight: 0.180178 + Group: 'upper_arm.R', Weight: 0.631233 +Vertex 2540: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.505114 + Group: 'upper_arm.R', Weight: 0.254650 + Group: 'spine.003', Weight: 0.146396 + Group: 'spine.002', Weight: 0.060672 + Group: 'shoulder.L', Weight: 0.033168 +Vertex 2541: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.245411 + Group: 'spine.003', Weight: 0.253314 + Group: 'shoulder.R', Weight: 0.168810 + Group: 'upper_arm.R', Weight: 0.279049 +Vertex 2542: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.037458 + Group: 'spine.002', Weight: 0.419696 + Group: 'spine.003', Weight: 0.254370 + Group: 'shoulder.R', Weight: 0.095168 + Group: 'upper_arm.R', Weight: 0.155946 +Vertex 2543: +Vertex groups: 5 + Group: 'spine', Weight: 0.037258 + Group: 'spine.001', Weight: 0.177190 + Group: 'spine.002', Weight: 0.649288 + Group: 'spine.003', Weight: 0.064182 + Group: 'upper_arm.R', Weight: 0.019965 +Vertex 2544: +Vertex groups: 3 + Group: 'spine', Weight: 0.222576 + Group: 'spine.001', Weight: 0.548026 + Group: 'spine.002', Weight: 0.200599 +Vertex 2545: +Vertex groups: 3 + Group: 'spine', Weight: 0.706285 + Group: 'spine.001', Weight: 0.235627 + Group: 'spine.002', Weight: 0.022448 +Vertex 2546: +Vertex groups: 3 + Group: 'spine', Weight: 0.639857 + Group: 'spine.001', Weight: 0.290324 + Group: 'spine.002', Weight: 0.050101 +Vertex 2547: +Vertex groups: 2 + Group: 'spine', Weight: 0.761774 + Group: 'spine.001', Weight: 0.188233 +Vertex 2548: +Vertex groups: 2 + Group: 'spine', Weight: 0.729144 + Group: 'spine.001', Weight: 0.232868 +Vertex 2549: +Vertex groups: 2 + Group: 'spine', Weight: 0.762008 + Group: 'spine.001', Weight: 0.195082 +Vertex 2550: +Vertex groups: 3 + Group: 'spine', Weight: 0.563564 + Group: 'spine.001', Weight: 0.334574 + Group: 'spine.002', Weight: 0.078082 +Vertex 2551: +Vertex groups: 3 + Group: 'spine', Weight: 0.591492 + Group: 'spine.001', Weight: 0.313350 + Group: 'spine.002', Weight: 0.072864 +Vertex 2552: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086473 + Group: 'shoulder.R', Weight: 0.786143 + Group: 'upper_arm.R', Weight: 0.095030 +Vertex 2553: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.041707 + Group: 'shoulder.R', Weight: 0.875085 + Group: 'upper_arm.R', Weight: 0.056690 +Vertex 2554: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.449330 + Group: 'spine.003', Weight: 0.247195 + Group: 'upper_arm.R', Weight: 0.139267 + Group: 'shoulder.L', Weight: 0.084065 + Group: 'spine.002', Weight: 0.080143 +Vertex 2555: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.085529 + Group: 'spine.002', Weight: 0.673590 + Group: 'spine.003', Weight: 0.097798 + Group: 'shoulder.R', Weight: 0.023191 + Group: 'upper_arm.R', Weight: 0.078905 +Vertex 2556: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.094811 + Group: 'spine.002', Weight: 0.724452 + Group: 'spine.003', Weight: 0.073570 + Group: 'upper_arm.R', Weight: 0.059219 +Vertex 2557: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.087944 + Group: 'spine.002', Weight: 0.764092 + Group: 'spine.003', Weight: 0.074578 + Group: 'upper_arm.R', Weight: 0.021017 +Vertex 2558: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.078764 + Group: 'spine.002', Weight: 0.799966 + Group: 'spine.003', Weight: 0.070267 +Vertex 2559: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.081953 + Group: 'spine.002', Weight: 0.788660 + Group: 'spine.003', Weight: 0.070992 +Vertex 2560: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.448792 + Group: 'spine.003', Weight: 0.335928 + Group: 'shoulder.R', Weight: 0.086686 + Group: 'upper_arm.R', Weight: 0.080699 + Group: 'spine.001', Weight: 0.047895 +Vertex 2561: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.070447 + Group: 'spine.002', Weight: 0.557713 + Group: 'spine.003', Weight: 0.188047 + Group: 'shoulder.R', Weight: 0.061851 + Group: 'upper_arm.R', Weight: 0.076809 +Vertex 2562: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.080172 + Group: 'spine.002', Weight: 0.611435 + Group: 'spine.003', Weight: 0.140500 + Group: 'shoulder.R', Weight: 0.050254 + Group: 'upper_arm.R', Weight: 0.082673 +Vertex 2563: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.508881 + Group: 'spine.004', Weight: 0.322154 + Group: 'upper_arm.R', Weight: 0.064601 + Group: 'shoulder.L', Weight: 0.064531 + Group: 'spine.003', Weight: 0.039834 +Vertex 2564: +Vertex groups: 5 + Group: 'shoulder.R', Weight: 0.605657 + Group: 'spine.004', Weight: 0.282927 + Group: 'upper_arm.R', Weight: 0.079699 + Group: 'shoulder.L', Weight: 0.021376 + Group: 'spine.005', Weight: 0.010342 +Vertex 2565: +Vertex groups: 3 + Group: 'spine', Weight: 0.818105 + Group: 'spine.001', Weight: 0.136609 + Group: 'spine1', Weight: 0.009114 +Vertex 2566: +Vertex groups: 3 + Group: 'spine', Weight: 0.826209 + Group: 'spine.001', Weight: 0.118691 + Group: 'spine1', Weight: 0.022843 +Vertex 2567: +Vertex groups: 3 + Group: 'spine', Weight: 0.783926 + Group: 'spine.001', Weight: 0.159821 + Group: 'spine1', Weight: 0.006554 +Vertex 2568: +Vertex groups: 3 + Group: 'spine', Weight: 0.733121 + Group: 'spine.001', Weight: 0.208260 + Group: 'spine.002', Weight: 0.018981 +Vertex 2569: +Vertex groups: 3 + Group: 'spine', Weight: 0.692627 + Group: 'spine.001', Weight: 0.235259 + Group: 'spine.002', Weight: 0.042500 +Vertex 2570: +Vertex groups: 3 + Group: 'spine', Weight: 0.841355 + Group: 'spine.001', Weight: 0.112356 + Group: 'spine1', Weight: 0.017119 +Vertex 2571: +Vertex groups: 3 + Group: 'spine', Weight: 0.648221 + Group: 'spine.001', Weight: 0.275826 + Group: 'spine.002', Weight: 0.046063 +Vertex 2572: +Vertex groups: 3 + Group: 'spine', Weight: 0.834613 + Group: 'spine.001', Weight: 0.073451 + Group: 'spine1', Weight: 0.071816 +Vertex 2573: +Vertex groups: 3 + Group: 'spine', Weight: 0.827009 + Group: 'spine.001', Weight: 0.096089 + Group: 'spine1', Weight: 0.051956 +Vertex 2574: +Vertex groups: 2 + Group: 'spine', Weight: 0.637811 + Group: 'spine1', Weight: 0.331536 +Vertex 2575: +Vertex groups: 2 + Group: 'spine', Weight: 0.651356 + Group: 'spine1', Weight: 0.320029 +Vertex 2576: +Vertex groups: 2 + Group: 'spine', Weight: 0.659752 + Group: 'spine1', Weight: 0.307311 +Vertex 2577: +Vertex groups: 3 + Group: 'spine', Weight: 0.791770 + Group: 'spine.001', Weight: 0.023872 + Group: 'spine1', Weight: 0.153510 +Vertex 2578: +Vertex groups: 2 + Group: 'spine', Weight: 0.698372 + Group: 'spine1', Weight: 0.264852 +Vertex 2579: +Vertex groups: 3 + Group: 'spine', Weight: 0.751218 + Group: 'spine.001', Weight: 0.176140 + Group: 'spine.002', Weight: 0.031987 +Vertex 2580: +Vertex groups: 3 + Group: 'spine', Weight: 0.714206 + Group: 'spine.001', Weight: 0.208219 + Group: 'spine.002', Weight: 0.047772 +Vertex 2581: +Vertex groups: 2 + Group: 'spine.004', Weight: 0.080729 + Group: 'shoulder.R', Weight: 0.862344 +Vertex 2582: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004299 + Group: 'spine.004', Weight: 0.072657 + Group: 'shoulder.R', Weight: 0.849531 +Vertex 2583: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.113807 + Group: 'shoulder.R', Weight: 0.813472 + Group: 'upper_arm.R', Weight: 0.020196 +Vertex 2584: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.145395 + Group: 'spine.005', Weight: 0.002736 + Group: 'shoulder.R', Weight: 0.739762 + Group: 'upper_arm.R', Weight: 0.065155 +Vertex 2585: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.209294 + Group: 'spine.005', Weight: 0.014019 + Group: 'shoulder.R', Weight: 0.634272 + Group: 'upper_arm.R', Weight: 0.075906 +Vertex 2586: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.052095 + Group: 'spine.005', Weight: 0.567285 + Group: 'Head', Weight: 0.375972 +Vertex 2587: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.068323 + Group: 'spine.005', Weight: 0.664961 + Group: 'Head', Weight: 0.256808 +Vertex 2588: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066907 + Group: 'spine.005', Weight: 0.567929 + Group: 'Head', Weight: 0.351486 +Vertex 2589: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.060930 + Group: 'spine.005', Weight: 0.597686 + Group: 'Head', Weight: 0.335662 +Vertex 2590: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.022392 + Group: 'spine.005', Weight: 0.588036 + Group: 'Head', Weight: 0.372398 +Vertex 2591: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.522346 + Group: 'Head', Weight: 0.453027 +Vertex 2592: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489957 + Group: 'Head', Weight: 0.490691 +Vertex 2593: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.422736 + Group: 'Head', Weight: 0.564101 +Vertex 2594: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352635 + Group: 'Head', Weight: 0.636953 +Vertex 2595: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.334243 + Group: 'Head', Weight: 0.655445 +Vertex 2596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.263741 + Group: 'Head', Weight: 0.727873 +Vertex 2597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258323 + Group: 'Head', Weight: 0.733868 +Vertex 2598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.248660 + Group: 'Head', Weight: 0.744209 +Vertex 2599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.240736 + Group: 'Head', Weight: 0.752725 +Vertex 2600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114548 + Group: 'Head', Weight: 0.881480 +Vertex 2601: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177975 + Group: 'Head', Weight: 0.816625 +Vertex 2602: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177656 + Group: 'Head', Weight: 0.816856 +Vertex 2603: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.188982 + Group: 'Head', Weight: 0.804904 +Vertex 2604: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.261078 + Group: 'Head', Weight: 0.729637 +Vertex 2605: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.187969 + Group: 'Head', Weight: 0.804763 +Vertex 2606: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192679 + Group: 'Head', Weight: 0.800540 +Vertex 2607: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125705 + Group: 'Head', Weight: 0.870012 +Vertex 2608: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139190 + Group: 'Head', Weight: 0.856236 +Vertex 2609: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143020 + Group: 'Head', Weight: 0.852255 +Vertex 2610: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152477 + Group: 'Head', Weight: 0.842414 +Vertex 2611: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128576 + Group: 'Head', Weight: 0.866960 +Vertex 2612: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139273 + Group: 'Head', Weight: 0.855977 +Vertex 2613: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169114 + Group: 'Head', Weight: 0.825198 +Vertex 2614: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178287 + Group: 'Head', Weight: 0.815474 +Vertex 2615: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.178495 + Group: 'Head', Weight: 0.814618 +Vertex 2616: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144577 + Group: 'Head', Weight: 0.848145 +Vertex 2617: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118691 + Group: 'Head', Weight: 0.874308 +Vertex 2618: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093872 + Group: 'Head', Weight: 0.900726 +Vertex 2619: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089658 + Group: 'Head', Weight: 0.905545 +Vertex 2620: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084540 + Group: 'Head', Weight: 0.911770 +Vertex 2621: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093792 + Group: 'Head', Weight: 0.902555 +Vertex 2622: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113392 + Group: 'Head', Weight: 0.882508 +Vertex 2623: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065502 + Group: 'Head', Weight: 0.931820 +Vertex 2624: +Vertex groups: 1 + Group: 'Head', Weight: 0.984502 +Vertex 2625: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.000026 + Group: 'Head', Weight: 0.973705 +Vertex 2626: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075654 + Group: 'Head', Weight: 0.921382 +Vertex 2627: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074753 + Group: 'Head', Weight: 0.922249 +Vertex 2628: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078572 + Group: 'Head', Weight: 0.918189 +Vertex 2629: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074465 + Group: 'Head', Weight: 0.922132 +Vertex 2630: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.065478 + Group: 'Head', Weight: 0.931764 +Vertex 2631: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.063358 + Group: 'Head', Weight: 0.933778 +Vertex 2632: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061853 + Group: 'Head', Weight: 0.934993 +Vertex 2633: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179798 + Group: 'Head', Weight: 0.794379 +Vertex 2634: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.036850 + Group: 'spine.005', Weight: 0.585687 + Group: 'Head', Weight: 0.366939 +Vertex 2635: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.066516 + Group: 'spine.005', Weight: 0.639345 + Group: 'Head', Weight: 0.286814 +Vertex 2636: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.045976 + Group: 'spine.005', Weight: 0.601046 + Group: 'Head', Weight: 0.346309 +Vertex 2637: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.040291 + Group: 'spine.005', Weight: 0.612684 + Group: 'Head', Weight: 0.337279 +Vertex 2638: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008456 + Group: 'spine.005', Weight: 0.570445 + Group: 'Head', Weight: 0.397529 +Vertex 2639: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011011 + Group: 'spine.005', Weight: 0.570932 + Group: 'Head', Weight: 0.395570 +Vertex 2640: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510477 + Group: 'Head', Weight: 0.463442 +Vertex 2641: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.394134 + Group: 'Head', Weight: 0.593185 +Vertex 2642: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.385943 + Group: 'Head', Weight: 0.602592 +Vertex 2643: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.490931 + Group: 'Head', Weight: 0.488143 +Vertex 2644: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.446949 + Group: 'Head', Weight: 0.537017 +Vertex 2645: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.488354 + Group: 'Head', Weight: 0.489538 +Vertex 2646: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.501522 + Group: 'Head', Weight: 0.477396 +Vertex 2647: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.528758 + Group: 'Head', Weight: 0.445052 +Vertex 2648: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.499719 + Group: 'Head', Weight: 0.478134 +Vertex 2649: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.510848 + Group: 'Head', Weight: 0.464750 +Vertex 2650: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002961 + Group: 'spine.005', Weight: 0.542612 + Group: 'Head', Weight: 0.428161 +Vertex 2651: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011936 + Group: 'spine.005', Weight: 0.564865 + Group: 'Head', Weight: 0.400961 +Vertex 2652: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.484535 + Group: 'Head', Weight: 0.488702 +Vertex 2653: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.429591 + Group: 'Head', Weight: 0.552179 +Vertex 2654: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459048 + Group: 'Head', Weight: 0.521584 +Vertex 2655: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425182 + Group: 'Head', Weight: 0.560343 +Vertex 2656: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.405743 + Group: 'Head', Weight: 0.581998 +Vertex 2657: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026506 + Group: 'spine.005', Weight: 0.587806 + Group: 'Head', Weight: 0.370237 +Vertex 2658: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020310 + Group: 'spine.005', Weight: 0.577913 + Group: 'Head', Weight: 0.383203 +Vertex 2659: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302600 + Group: 'Head', Weight: 0.687761 +Vertex 2660: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310862 + Group: 'Head', Weight: 0.678144 +Vertex 2661: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156924 + Group: 'Head', Weight: 0.836113 +Vertex 2662: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.182748 + Group: 'Head', Weight: 0.809282 +Vertex 2663: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.258350 + Group: 'Head', Weight: 0.730403 +Vertex 2664: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169058 + Group: 'Head', Weight: 0.822287 +Vertex 2665: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.292446 + Group: 'Head', Weight: 0.693179 +Vertex 2666: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153634 + Group: 'Head', Weight: 0.836910 +Vertex 2667: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249768 + Group: 'Head', Weight: 0.735917 +Vertex 2668: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138435 + Group: 'Head', Weight: 0.850924 +Vertex 2669: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216880 + Group: 'Head', Weight: 0.766904 +Vertex 2670: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.322560 + Group: 'Head', Weight: 0.663794 +Vertex 2671: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.415826 + Group: 'Head', Weight: 0.563357 +Vertex 2672: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.352825 + Group: 'Head', Weight: 0.630415 +Vertex 2673: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013443 + Group: 'Head', Weight: 0.966633 +Vertex 2674: +Vertex groups: 1 + Group: 'Head', Weight: 0.974792 +Vertex 2675: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.005276 + Group: 'Head', Weight: 0.970343 +Vertex 2676: +Vertex groups: 1 + Group: 'Head', Weight: 0.990618 +Vertex 2677: +Vertex groups: 1 + Group: 'Head', Weight: 0.995798 +Vertex 2678: +Vertex groups: 1 + Group: 'Head', Weight: 0.988467 +Vertex 2679: +Vertex groups: 1 + Group: 'Head', Weight: 0.985852 +Vertex 2680: +Vertex groups: 1 + Group: 'Head', Weight: 0.982322 +Vertex 2681: +Vertex groups: 1 + Group: 'Head', Weight: 0.990157 +Vertex 2682: +Vertex groups: 1 + Group: 'Head', Weight: 0.985077 +Vertex 2683: +Vertex groups: 1 + Group: 'Head', Weight: 0.984377 +Vertex 2684: +Vertex groups: 1 + Group: 'Head', Weight: 0.979113 +Vertex 2685: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.465327 + Group: 'Head', Weight: 0.508463 +Vertex 2686: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146344 + Group: 'Head', Weight: 0.848600 +Vertex 2687: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131076 + Group: 'Head', Weight: 0.864280 +Vertex 2688: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.138732 + Group: 'Head', Weight: 0.856427 +Vertex 2689: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156808 + Group: 'Head', Weight: 0.837788 +Vertex 2690: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.169431 + Group: 'Head', Weight: 0.824595 +Vertex 2691: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.171778 + Group: 'Head', Weight: 0.821667 +Vertex 2692: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.140771 + Group: 'Head', Weight: 0.852644 +Vertex 2693: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125453 + Group: 'Head', Weight: 0.868200 +Vertex 2694: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104888 + Group: 'Head', Weight: 0.889648 +Vertex 2695: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099618 + Group: 'Head', Weight: 0.895381 +Vertex 2696: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.092393 + Group: 'Head', Weight: 0.903597 +Vertex 2697: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104170 + Group: 'Head', Weight: 0.891764 +Vertex 2698: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117873 + Group: 'Head', Weight: 0.877786 +Vertex 2699: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.156890 + Group: 'Head', Weight: 0.836367 +Vertex 2700: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099856 + Group: 'Head', Weight: 0.893917 +Vertex 2701: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115450 + Group: 'Head', Weight: 0.878446 +Vertex 2702: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086247 + Group: 'Head', Weight: 0.909478 +Vertex 2703: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093477 + Group: 'Head', Weight: 0.902081 +Vertex 2704: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105023 + Group: 'Head', Weight: 0.886720 +Vertex 2705: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074025 + Group: 'Head', Weight: 0.922098 +Vertex 2706: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073661 + Group: 'Head', Weight: 0.921772 +Vertex 2707: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074402 + Group: 'Head', Weight: 0.919956 +Vertex 2708: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.083241 + Group: 'Head', Weight: 0.909894 +Vertex 2709: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061895 + Group: 'Head', Weight: 0.934450 +Vertex 2710: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050266 + Group: 'Head', Weight: 0.945730 +Vertex 2711: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.054347 + Group: 'Head', Weight: 0.940419 +Vertex 2712: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075791 + Group: 'Head', Weight: 0.916288 +Vertex 2713: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.011454 + Group: 'Head', Weight: 0.966730 +Vertex 2714: +Vertex groups: 1 + Group: 'Head', Weight: 0.976859 +Vertex 2715: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021011 + Group: 'Head', Weight: 0.961245 +Vertex 2716: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.017023 + Group: 'Head', Weight: 0.962716 +Vertex 2717: +Vertex groups: 1 + Group: 'Head', Weight: 0.978403 +Vertex 2718: +Vertex groups: 1 + Group: 'Head', Weight: 0.971827 +Vertex 2719: +Vertex groups: 1 + Group: 'Head', Weight: 0.992903 +Vertex 2720: +Vertex groups: 1 + Group: 'Head', Weight: 0.982614 +Vertex 2721: +Vertex groups: 1 + Group: 'Head', Weight: 0.987908 +Vertex 2722: +Vertex groups: 1 + Group: 'Head', Weight: 0.975700 +Vertex 2723: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026052 + Group: 'spine.005', Weight: 0.610206 + Group: 'Head', Weight: 0.346694 +Vertex 2724: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.387845 + Group: 'Head', Weight: 0.591780 +Vertex 2725: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.362228 + Group: 'Head', Weight: 0.610870 +Vertex 2726: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.031343 + Group: 'spine.005', Weight: 0.562393 + Group: 'Head', Weight: 0.389795 +Vertex 2727: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.065086 + Group: 'spine.005', Weight: 0.614989 + Group: 'Head', Weight: 0.307872 +Vertex 2728: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.096740 + Group: 'Head', Weight: 0.893420 +Vertex 2729: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128451 + Group: 'Head', Weight: 0.859199 +Vertex 2730: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.200078 + Group: 'Head', Weight: 0.781609 +Vertex 2731: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.545890 + Group: 'Head', Weight: 0.427761 +Vertex 2732: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177425 + Group: 'Head', Weight: 0.801743 +Vertex 2733: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311372 + Group: 'Head', Weight: 0.659662 +Vertex 2734: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.010858 + Group: 'Head', Weight: 0.964934 +Vertex 2735: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013539 + Group: 'Head', Weight: 0.961929 +Vertex 2736: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.019678 + Group: 'Head', Weight: 0.956807 +Vertex 2737: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.050346 + Group: 'Head', Weight: 0.942629 +Vertex 2738: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.057381 + Group: 'Head', Weight: 0.932257 +Vertex 2739: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064054 + Group: 'Head', Weight: 0.922756 +Vertex 2740: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073974 + Group: 'Head', Weight: 0.916368 +Vertex 2741: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087343 + Group: 'Head', Weight: 0.898774 +Vertex 2742: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098427 + Group: 'Head', Weight: 0.889267 +Vertex 2743: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126510 + Group: 'Head', Weight: 0.858299 +Vertex 2744: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105018 + Group: 'Head', Weight: 0.879239 +Vertex 2745: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124000 + Group: 'Head', Weight: 0.857769 +Vertex 2746: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108583 + Group: 'Head', Weight: 0.863028 +Vertex 2747: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010577 + Group: 'spine.005', Weight: 0.135060 + Group: 'Head', Weight: 0.828214 +Vertex 2748: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.008297 + Group: 'Head', Weight: 0.960434 +Vertex 2749: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.002603 + Group: 'Head', Weight: 0.965845 +Vertex 2750: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.043092 + Group: 'Head', Weight: 0.937568 +Vertex 2751: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.031361 + Group: 'Head', Weight: 0.947827 +Vertex 2752: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.057894 + Group: 'spine.005', Weight: 0.446854 + Group: 'Head', Weight: 0.482832 +Vertex 2753: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.062301 + Group: 'spine.005', Weight: 0.283651 + Group: 'Head', Weight: 0.640439 +Vertex 2754: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051734 + Group: 'spine.005', Weight: 0.207519 + Group: 'Head', Weight: 0.729624 +Vertex 2755: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002130 + Group: 'spine.005', Weight: 0.097674 + Group: 'Head', Weight: 0.870765 +Vertex 2756: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078001 + Group: 'Head', Weight: 0.898961 +Vertex 2757: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074752 + Group: 'Head', Weight: 0.907707 +Vertex 2758: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035074 + Group: 'spine.005', Weight: 0.229757 + Group: 'Head', Weight: 0.718558 +Vertex 2759: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030970 + Group: 'spine.005', Weight: 0.294780 + Group: 'Head', Weight: 0.656145 +Vertex 2760: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.026908 + Group: 'spine.005', Weight: 0.177489 + Group: 'Head', Weight: 0.775827 +Vertex 2761: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082699 + Group: 'Head', Weight: 0.901777 +Vertex 2762: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090233 + Group: 'Head', Weight: 0.890527 +Vertex 2763: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.003383 + Group: 'Head', Weight: 0.962247 +Vertex 2764: +Vertex groups: 1 + Group: 'Head', Weight: 0.964419 +Vertex 2765: +Vertex groups: 1 + Group: 'Head', Weight: 0.969561 +Vertex 2766: +Vertex groups: 1 + Group: 'Head', Weight: 0.974104 +Vertex 2767: +Vertex groups: 1 + Group: 'Head', Weight: 0.972450 +Vertex 2768: +Vertex groups: 1 + Group: 'Head', Weight: 0.975014 +Vertex 2769: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 2770: +Vertex groups: 1 + Group: 'Head', Weight: 0.982798 +Vertex 2771: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.045370 + Group: 'Head', Weight: 0.933335 +Vertex 2772: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064553 + Group: 'Head', Weight: 0.909213 +Vertex 2773: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021591 + Group: 'Head', Weight: 0.950010 +Vertex 2774: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.018074 + Group: 'Head', Weight: 0.951141 +Vertex 2775: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.012025 + Group: 'Head', Weight: 0.954427 +Vertex 2776: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.038347 + Group: 'Head', Weight: 0.935738 +Vertex 2777: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.033368 + Group: 'Head', Weight: 0.937885 +Vertex 2778: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060316 + Group: 'Head', Weight: 0.911243 +Vertex 2779: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000546 + Group: 'spine.005', Weight: 0.059063 + Group: 'Head', Weight: 0.910457 +Vertex 2780: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010936 + Group: 'spine.005', Weight: 0.087139 + Group: 'Head', Weight: 0.876030 +Vertex 2781: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.019559 + Group: 'spine.005', Weight: 0.085076 + Group: 'Head', Weight: 0.872939 +Vertex 2782: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.067228 + Group: 'spine.005', Weight: 0.187038 + Group: 'Head', Weight: 0.731515 +Vertex 2783: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.081745 + Group: 'spine.005', Weight: 0.181042 + Group: 'Head', Weight: 0.720235 +Vertex 2784: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099341 + Group: 'spine.005', Weight: 0.268419 + Group: 'Head', Weight: 0.611005 +Vertex 2785: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.124924 + Group: 'spine.005', Weight: 0.258763 + Group: 'Head', Weight: 0.590319 +Vertex 2786: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.027233 + Group: 'spine.005', Weight: 0.084614 + Group: 'Head', Weight: 0.868832 +Vertex 2787: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093609 + Group: 'spine.005', Weight: 0.175734 + Group: 'Head', Weight: 0.711589 +Vertex 2788: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.142770 + Group: 'spine.005', Weight: 0.245967 + Group: 'Head', Weight: 0.582388 +Vertex 2789: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.087461 + Group: 'spine.005', Weight: 0.599441 + Group: 'Head', Weight: 0.294760 +Vertex 2790: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.555120 + Group: 'spine.005', Weight: 0.060452 + Group: 'shoulder.R', Weight: 0.329378 +Vertex 2791: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.108521 + Group: 'spine.005', Weight: 0.598523 + Group: 'Head', Weight: 0.284145 +Vertex 2792: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.101551 + Group: 'spine.005', Weight: 0.659784 + Group: 'Head', Weight: 0.228932 +Vertex 2793: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.093310 + Group: 'spine.005', Weight: 0.697718 + Group: 'Head', Weight: 0.197329 +Vertex 2794: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.566766 + Group: 'spine.005', Weight: 0.086386 + Group: 'shoulder.R', Weight: 0.306322 +Vertex 2795: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.117270 + Group: 'spine.005', Weight: 0.664714 + Group: 'Head', Weight: 0.195555 +Vertex 2796: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.543655 + Group: 'spine.005', Weight: 0.102767 + Group: 'shoulder.R', Weight: 0.306226 +Vertex 2797: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.120931 + Group: 'spine.005', Weight: 0.628580 + Group: 'Head', Weight: 0.224454 +Vertex 2798: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.519295 + Group: 'spine.005', Weight: 0.110388 + Group: 'Head', Weight: 0.018355 + Group: 'shoulder.R', Weight: 0.295590 +Vertex 2799: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.161085 + Group: 'spine.005', Weight: 0.521009 + Group: 'Head', Weight: 0.281155 + Group: 'shoulder.R', Weight: 0.005506 +Vertex 2800: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.537114 + Group: 'spine.005', Weight: 0.101659 + Group: 'Head', Weight: 0.027663 + Group: 'shoulder.R', Weight: 0.263813 +Vertex 2801: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.202946 + Group: 'spine.005', Weight: 0.460022 + Group: 'Head', Weight: 0.293144 + Group: 'shoulder.R', Weight: 0.011467 +Vertex 2802: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.586151 + Group: 'spine.005', Weight: 0.097345 + Group: 'Head', Weight: 0.041167 + Group: 'shoulder.L', Weight: 0.027749 + Group: 'shoulder.R', Weight: 0.190810 +Vertex 2803: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.232028 + Group: 'spine.005', Weight: 0.409045 + Group: 'Head', Weight: 0.310800 + Group: 'shoulder.R', Weight: 0.010374 +Vertex 2804: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.611670 + Group: 'spine.005', Weight: 0.093929 + Group: 'Head', Weight: 0.047873 + Group: 'shoulder.L', Weight: 0.062191 + Group: 'shoulder.R', Weight: 0.139834 +Vertex 2805: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.238689 + Group: 'spine.005', Weight: 0.367794 + Group: 'Head', Weight: 0.345807 + Group: 'shoulder.R', Weight: 0.000082 +Vertex 2806: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.354911 + Group: 'spine.005', Weight: 0.574934 + Group: 'Head', Weight: 0.049723 +Vertex 2807: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.242191 + Group: 'spine.005', Weight: 0.663574 + Group: 'Head', Weight: 0.062973 + Group: 'shoulder.R', Weight: 0.002854 +Vertex 2808: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088516 + Group: 'spine.005', Weight: 0.619611 + Group: 'Head', Weight: 0.275012 +Vertex 2809: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.229807 + Group: 'spine.005', Weight: 0.630970 + Group: 'Head', Weight: 0.094076 + Group: 'shoulder.R', Weight: 0.028926 +Vertex 2810: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.215392 + Group: 'spine.005', Weight: 0.618870 + Group: 'Head', Weight: 0.118128 + Group: 'shoulder.R', Weight: 0.031857 +Vertex 2811: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295443 + Group: 'spine.005', Weight: 0.491121 + Group: 'Head', Weight: 0.140225 + Group: 'shoulder.R', Weight: 0.058966 +Vertex 2812: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.414664 + Group: 'spine.005', Weight: 0.351695 + Group: 'Head', Weight: 0.144773 + Group: 'shoulder.R', Weight: 0.066500 +Vertex 2813: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.443028 + Group: 'spine.005', Weight: 0.305248 + Group: 'Head', Weight: 0.160131 + Group: 'shoulder.R', Weight: 0.060492 +Vertex 2814: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.437991 + Group: 'spine.005', Weight: 0.292473 + Group: 'Head', Weight: 0.184884 + Group: 'shoulder.L', Weight: 0.003794 + Group: 'shoulder.R', Weight: 0.040116 +Vertex 2815: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.024385 + Group: 'spine.004', Weight: 0.597908 + Group: 'spine.005', Weight: 0.026243 + Group: 'shoulder.L', Weight: 0.058580 + Group: 'shoulder.R', Weight: 0.258814 +Vertex 2816: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.086745 + Group: 'Head', Weight: 0.909882 +Vertex 2817: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097583 + Group: 'Head', Weight: 0.898865 +Vertex 2818: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098882 + Group: 'Head', Weight: 0.897487 +Vertex 2819: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.476310 + Group: 'Head', Weight: 0.505893 +Vertex 2820: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459871 + Group: 'Head', Weight: 0.524016 +Vertex 2821: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.438711 + Group: 'Head', Weight: 0.547050 +Vertex 2822: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.480740 + Group: 'Head', Weight: 0.499818 +Vertex 2823: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.470653 + Group: 'Head', Weight: 0.511041 +Vertex 2824: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.458463 + Group: 'Head', Weight: 0.524382 +Vertex 2825: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.481728 + Group: 'Head', Weight: 0.497947 +Vertex 2826: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.126579 + Group: 'spine.004', Weight: 0.175172 + Group: 'shoulder.L', Weight: 0.105889 + Group: 'shoulder.R', Weight: 0.461432 + Group: 'upper_arm.R', Weight: 0.068807 +Vertex 2827: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260691 + Group: 'Head', Weight: 0.732407 +Vertex 2828: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285801 + Group: 'Head', Weight: 0.706682 +Vertex 2829: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.295622 + Group: 'Head', Weight: 0.696403 +Vertex 2830: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.300715 + Group: 'Head', Weight: 0.691013 +Vertex 2831: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306705 + Group: 'Head', Weight: 0.684721 +Vertex 2832: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325721 + Group: 'Head', Weight: 0.664929 +Vertex 2833: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.349080 + Group: 'Head', Weight: 0.640697 +Vertex 2834: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.384061 + Group: 'Head', Weight: 0.604603 +Vertex 2835: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.406154 + Group: 'Head', Weight: 0.581656 +Vertex 2836: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.311748 + Group: 'Head', Weight: 0.679425 +Vertex 2837: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293276 + Group: 'Head', Weight: 0.698475 +Vertex 2838: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.306633 + Group: 'Head', Weight: 0.683685 +Vertex 2839: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.302269 + Group: 'Head', Weight: 0.689284 +Vertex 2840: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.317559 + Group: 'Head', Weight: 0.673128 +Vertex 2841: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.310714 + Group: 'Head', Weight: 0.680152 +Vertex 2842: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.324092 + Group: 'Head', Weight: 0.666187 +Vertex 2843: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315360 + Group: 'Head', Weight: 0.675040 +Vertex 2844: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330140 + Group: 'Head', Weight: 0.659899 +Vertex 2845: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.320943 + Group: 'Head', Weight: 0.669172 +Vertex 2846: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298434 + Group: 'Head', Weight: 0.693392 +Vertex 2847: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.293956 + Group: 'Head', Weight: 0.698097 +Vertex 2848: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.282764 + Group: 'Head', Weight: 0.709540 +Vertex 2849: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259568 + Group: 'Head', Weight: 0.733216 +Vertex 2850: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298449 + Group: 'Head', Weight: 0.693213 +Vertex 2851: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.296050 + Group: 'Head', Weight: 0.695081 +Vertex 2852: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.288900 + Group: 'Head', Weight: 0.702194 +Vertex 2853: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.298305 + Group: 'Head', Weight: 0.692316 +Vertex 2854: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.340373 + Group: 'Head', Weight: 0.649718 +Vertex 2855: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.338404 + Group: 'Head', Weight: 0.651426 +Vertex 2856: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341554 + Group: 'Head', Weight: 0.648320 +Vertex 2857: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.341748 + Group: 'Head', Weight: 0.648241 +Vertex 2858: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.054470 + Group: 'spine.005', Weight: 0.570817 + Group: 'Head', Weight: 0.369811 +Vertex 2859: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.347826 + Group: 'Head', Weight: 0.641730 +Vertex 2860: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.038931 + Group: 'spine.005', Weight: 0.587193 + Group: 'Head', Weight: 0.364241 +Vertex 2861: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006882 + Group: 'spine.005', Weight: 0.563146 + Group: 'Head', Weight: 0.405641 +Vertex 2862: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.393031 + Group: 'Head', Weight: 0.594911 +Vertex 2863: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.433498 + Group: 'Head', Weight: 0.552217 +Vertex 2864: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489176 + Group: 'Head', Weight: 0.490975 +Vertex 2865: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.511864 + Group: 'Head', Weight: 0.464612 +Vertex 2866: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.495970 + Group: 'Head', Weight: 0.483075 +Vertex 2867: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.413547 + Group: 'Head', Weight: 0.573414 +Vertex 2868: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.021335 + Group: 'spine.005', Weight: 0.584834 + Group: 'Head', Weight: 0.376131 +Vertex 2869: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.105669 + Group: 'spine.005', Weight: 0.606498 + Group: 'Head', Weight: 0.278921 +Vertex 2870: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.183947 + Group: 'spine.005', Weight: 0.664983 + Group: 'Head', Weight: 0.138130 +Vertex 2871: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.459480 + Group: 'Head', Weight: 0.524091 +Vertex 2872: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.443051 + Group: 'Head', Weight: 0.542036 +Vertex 2873: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.477048 + Group: 'Head', Weight: 0.504781 +Vertex 2874: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.325957 + Group: 'Head', Weight: 0.663975 +Vertex 2875: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.330085 + Group: 'Head', Weight: 0.660371 +Vertex 2876: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.337327 + Group: 'Head', Weight: 0.652840 +Vertex 2877: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.309753 + Group: 'Head', Weight: 0.681488 +Vertex 2878: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.312283 + Group: 'Head', Weight: 0.678779 +Vertex 2879: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.507301 + Group: 'Head', Weight: 0.471562 +Vertex 2880: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.475126 + Group: 'Head', Weight: 0.507576 +Vertex 2881: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.425809 + Group: 'Head', Weight: 0.560953 +Vertex 2882: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.489503 + Group: 'Head', Weight: 0.491591 +Vertex 2883: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.441261 + Group: 'Head', Weight: 0.544452 +Vertex 2884: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.460252 + Group: 'Head', Weight: 0.523871 +Vertex 2885: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.285781 + Group: 'Head', Weight: 0.705960 +Vertex 2886: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267348 + Group: 'Head', Weight: 0.724662 +Vertex 2887: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.272272 + Group: 'Head', Weight: 0.719250 +Vertex 2888: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.281721 + Group: 'Head', Weight: 0.709329 +Vertex 2889: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267563 + Group: 'Head', Weight: 0.723986 +Vertex 2890: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.265060 + Group: 'Head', Weight: 0.726716 +Vertex 2891: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.274918 + Group: 'Head', Weight: 0.717863 +Vertex 2892: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.271267 + Group: 'Head', Weight: 0.721301 +Vertex 2893: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.275540 + Group: 'Head', Weight: 0.716311 +Vertex 2894: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.315515 + Group: 'Head', Weight: 0.675536 +Vertex 2895: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.321677 + Group: 'Head', Weight: 0.669109 +Vertex 2896: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.010495 + Group: 'spine.005', Weight: 0.578235 + Group: 'Head', Weight: 0.388664 +Vertex 2897: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.003735 + Group: 'spine.005', Weight: 0.222370 + Group: 'Head', Weight: 0.745203 +Vertex 2898: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002321 + Group: 'spine.005', Weight: 0.262815 + Group: 'Head', Weight: 0.705786 +Vertex 2899: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.051057 + Group: 'spine.005', Weight: 0.565367 + Group: 'Head', Weight: 0.379052 +Vertex 2900: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.037479 + Group: 'spine.005', Weight: 0.583942 + Group: 'Head', Weight: 0.368377 +Vertex 2901: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023374 + Group: 'spine.005', Weight: 0.589710 + Group: 'Head', Weight: 0.370225 +Vertex 2902: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.086698 + Group: 'spine.005', Weight: 0.570255 + Group: 'Head', Weight: 0.335830 +Vertex 2903: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030149 + Group: 'spine.005', Weight: 0.477197 + Group: 'Head', Weight: 0.474898 +Vertex 2904: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.030586 + Group: 'spine.005', Weight: 0.373946 + Group: 'Head', Weight: 0.577488 +Vertex 2905: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016983 + Group: 'spine.005', Weight: 0.265243 + Group: 'Head', Weight: 0.694261 +Vertex 2906: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005267 + Group: 'spine.005', Weight: 0.215722 + Group: 'Head', Weight: 0.750881 +Vertex 2907: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.011199 + Group: 'spine.005', Weight: 0.237748 + Group: 'Head', Weight: 0.725253 +Vertex 2908: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009944 + Group: 'spine.005', Weight: 0.212610 + Group: 'Head', Weight: 0.751102 +Vertex 2909: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.015042 + Group: 'spine.005', Weight: 0.230353 + Group: 'Head', Weight: 0.730259 +Vertex 2910: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008433 + Group: 'spine.005', Weight: 0.191154 + Group: 'Head', Weight: 0.773447 +Vertex 2911: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.012531 + Group: 'spine.005', Weight: 0.198652 + Group: 'Head', Weight: 0.763449 +Vertex 2912: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.007167 + Group: 'spine.005', Weight: 0.172964 + Group: 'Head', Weight: 0.792390 +Vertex 2913: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.009645 + Group: 'spine.005', Weight: 0.175846 + Group: 'Head', Weight: 0.787997 +Vertex 2914: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002777 + Group: 'spine.005', Weight: 0.153496 + Group: 'Head', Weight: 0.814522 +Vertex 2915: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.004461 + Group: 'spine.005', Weight: 0.153895 + Group: 'Head', Weight: 0.813096 +Vertex 2916: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131547 + Group: 'Head', Weight: 0.840796 +Vertex 2917: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129901 + Group: 'Head', Weight: 0.842178 +Vertex 2918: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115336 + Group: 'Head', Weight: 0.860888 +Vertex 2919: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115373 + Group: 'Head', Weight: 0.860492 +Vertex 2920: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111065 + Group: 'Head', Weight: 0.866948 +Vertex 2921: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111231 + Group: 'Head', Weight: 0.866432 +Vertex 2922: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110456 + Group: 'Head', Weight: 0.868086 +Vertex 2923: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110527 + Group: 'Head', Weight: 0.867851 +Vertex 2924: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110321 + Group: 'Head', Weight: 0.868574 +Vertex 2925: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110296 + Group: 'Head', Weight: 0.868534 +Vertex 2926: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109708 + Group: 'Head', Weight: 0.869968 +Vertex 2927: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110429 + Group: 'Head', Weight: 0.869356 +Vertex 2928: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101558 + Group: 'Head', Weight: 0.880111 +Vertex 2929: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099845 + Group: 'Head', Weight: 0.882115 +Vertex 2930: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095643 + Group: 'Head', Weight: 0.887542 +Vertex 2931: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093180 + Group: 'Head', Weight: 0.890410 +Vertex 2932: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095737 + Group: 'Head', Weight: 0.888124 +Vertex 2933: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.094156 + Group: 'Head', Weight: 0.890056 +Vertex 2934: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100466 + Group: 'Head', Weight: 0.883147 +Vertex 2935: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099521 + Group: 'Head', Weight: 0.884403 +Vertex 2936: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114514 + Group: 'Head', Weight: 0.866905 +Vertex 2937: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114447 + Group: 'Head', Weight: 0.867354 +Vertex 2938: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124336 + Group: 'Head', Weight: 0.855232 +Vertex 2939: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125711 + Group: 'Head', Weight: 0.853867 +Vertex 2940: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133194 + Group: 'Head', Weight: 0.844529 +Vertex 2941: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.137767 + Group: 'Head', Weight: 0.839511 +Vertex 2942: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146367 + Group: 'Head', Weight: 0.828981 +Vertex 2943: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148554 + Group: 'Head', Weight: 0.827054 +Vertex 2944: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111199 + Group: 'Head', Weight: 0.866901 +Vertex 2945: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110434 + Group: 'Head', Weight: 0.868134 +Vertex 2946: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109955 + Group: 'Head', Weight: 0.869118 +Vertex 2947: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109014 + Group: 'Head', Weight: 0.870846 +Vertex 2948: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101379 + Group: 'Head', Weight: 0.880387 +Vertex 2949: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098512 + Group: 'Head', Weight: 0.884177 +Vertex 2950: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099970 + Group: 'Head', Weight: 0.882810 +Vertex 2951: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102386 + Group: 'Head', Weight: 0.880418 +Vertex 2952: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115295 + Group: 'Head', Weight: 0.865514 +Vertex 2953: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122321 + Group: 'Head', Weight: 0.857329 +Vertex 2954: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129750 + Group: 'Head', Weight: 0.848362 +Vertex 2955: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134884 + Group: 'Head', Weight: 0.841974 +Vertex 2956: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107819 + Group: 'Head', Weight: 0.875029 +Vertex 2957: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107909 + Group: 'Head', Weight: 0.874709 +Vertex 2958: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109849 + Group: 'Head', Weight: 0.871885 +Vertex 2959: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111058 + Group: 'Head', Weight: 0.867220 +Vertex 2960: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109835 + Group: 'Head', Weight: 0.869005 +Vertex 2961: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108782 + Group: 'Head', Weight: 0.870774 +Vertex 2962: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107297 + Group: 'Head', Weight: 0.872931 +Vertex 2963: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102136 + Group: 'Head', Weight: 0.879548 +Vertex 2964: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100391 + Group: 'Head', Weight: 0.881977 +Vertex 2965: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.100958 + Group: 'Head', Weight: 0.881598 +Vertex 2966: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103999 + Group: 'Head', Weight: 0.878274 +Vertex 2967: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114241 + Group: 'Head', Weight: 0.866593 +Vertex 2968: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119670 + Group: 'Head', Weight: 0.860164 +Vertex 2969: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125395 + Group: 'Head', Weight: 0.853329 +Vertex 2970: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129494 + Group: 'Head', Weight: 0.848201 +Vertex 2971: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110031 + Group: 'Head', Weight: 0.871476 +Vertex 2972: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109300 + Group: 'Head', Weight: 0.871569 +Vertex 2973: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119988 + Group: 'Head', Weight: 0.858263 +Vertex 2974: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126980 + Group: 'Head', Weight: 0.849391 +Vertex 2975: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.135048 + Group: 'Head', Weight: 0.840031 +Vertex 2976: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146040 + Group: 'Head', Weight: 0.827383 +Vertex 2977: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.152958 + Group: 'Head', Weight: 0.820232 +Vertex 2978: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157302 + Group: 'Head', Weight: 0.816177 +Vertex 2979: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161690 + Group: 'Head', Weight: 0.812137 +Vertex 2980: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.179431 + Group: 'Head', Weight: 0.793126 +Vertex 2981: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.184620 + Group: 'Head', Weight: 0.786230 +Vertex 2982: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.174643 + Group: 'Head', Weight: 0.796694 +Vertex 2983: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168582 + Group: 'Head', Weight: 0.802126 +Vertex 2984: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.157667 + Group: 'Head', Weight: 0.813178 +Vertex 2985: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.145170 + Group: 'Head', Weight: 0.827260 +Vertex 2986: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132023 + Group: 'Head', Weight: 0.842641 +Vertex 2987: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124111 + Group: 'Head', Weight: 0.851748 +Vertex 2988: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115252 + Group: 'Head', Weight: 0.862504 +Vertex 2989: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103700 + Group: 'Head', Weight: 0.877646 +Vertex 2990: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001850 + Group: 'spine.005', Weight: 0.196209 + Group: 'Head', Weight: 0.772447 +Vertex 2991: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005315 + Group: 'spine.005', Weight: 0.198832 + Group: 'Head', Weight: 0.767697 +Vertex 2992: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006609 + Group: 'spine.005', Weight: 0.187284 + Group: 'Head', Weight: 0.778429 +Vertex 2993: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001243 + Group: 'spine.005', Weight: 0.152756 + Group: 'Head', Weight: 0.816197 +Vertex 2994: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116435 + Group: 'Head', Weight: 0.859759 +Vertex 2995: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133160 + Group: 'Head', Weight: 0.839506 +Vertex 2996: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.005339 + Group: 'spine.005', Weight: 0.170388 + Group: 'Head', Weight: 0.796080 +Vertex 2997: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120164 + Group: 'Head', Weight: 0.855587 +Vertex 2998: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132078 + Group: 'Head', Weight: 0.841430 +Vertex 2999: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.149722 + Group: 'Head', Weight: 0.820555 +Vertex 3000: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.001551 + Group: 'spine.005', Weight: 0.164123 + Group: 'Head', Weight: 0.804653 +Vertex 3001: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.002278 + Group: 'spine.005', Weight: 0.177668 + Group: 'Head', Weight: 0.790684 +Vertex 3002: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.000956 + Group: 'spine.005', Weight: 0.185257 + Group: 'Head', Weight: 0.783922 +Vertex 3003: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166344 + Group: 'Head', Weight: 0.807464 +Vertex 3004: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.177931 + Group: 'Head', Weight: 0.793826 +Vertex 3005: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115984 + Group: 'Head', Weight: 0.863208 +Vertex 3006: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110950 + Group: 'Head', Weight: 0.867985 +Vertex 3007: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108174 + Group: 'Head', Weight: 0.871754 +Vertex 3008: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112660 + Group: 'Head', Weight: 0.867365 +Vertex 3009: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106014 + Group: 'Head', Weight: 0.875624 +Vertex 3010: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103610 + Group: 'Head', Weight: 0.878224 +Vertex 3011: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144933 + Group: 'Head', Weight: 0.829965 +Vertex 3012: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.143684 + Group: 'Head', Weight: 0.830635 +Vertex 3013: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.134917 + Group: 'Head', Weight: 0.840864 +Vertex 3014: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126354 + Group: 'Head', Weight: 0.851045 +Vertex 3015: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122280 + Group: 'Head', Weight: 0.855930 +Vertex 3016: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118745 + Group: 'Head', Weight: 0.860291 +Vertex 3017: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122583 + Group: 'Head', Weight: 0.856216 +Vertex 3018: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115419 + Group: 'Head', Weight: 0.864428 +Vertex 3019: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119355 + Group: 'Head', Weight: 0.860138 +Vertex 3020: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116415 + Group: 'Head', Weight: 0.863700 +Vertex 3021: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112831 + Group: 'Head', Weight: 0.867713 +Vertex 3022: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110472 + Group: 'Head', Weight: 0.870689 +Vertex 3023: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114187 + Group: 'Head', Weight: 0.866474 +Vertex 3024: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123988 + Group: 'Head', Weight: 0.854261 +Vertex 3025: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.129059 + Group: 'Head', Weight: 0.848346 +Vertex 3026: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.136276 + Group: 'Head', Weight: 0.839972 +Vertex 3027: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.020669 + Group: 'spine.005', Weight: 0.254440 + Group: 'Head', Weight: 0.702757 +Vertex 3028: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.028221 + Group: 'spine.005', Weight: 0.269596 + Group: 'Head', Weight: 0.682982 +Vertex 3029: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.018451 + Group: 'spine.005', Weight: 0.209245 + Group: 'Head', Weight: 0.749242 +Vertex 3030: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.029053 + Group: 'spine.005', Weight: 0.226009 + Group: 'Head', Weight: 0.725995 +Vertex 3031: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.013470 + Group: 'spine.005', Weight: 0.179629 + Group: 'Head', Weight: 0.781880 +Vertex 3032: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.023013 + Group: 'spine.005', Weight: 0.189415 + Group: 'Head', Weight: 0.766274 +Vertex 3033: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.008410 + Group: 'spine.005', Weight: 0.157453 + Group: 'Head', Weight: 0.807132 +Vertex 3034: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.016525 + Group: 'spine.005', Weight: 0.162332 + Group: 'Head', Weight: 0.797311 +Vertex 3035: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131543 + Group: 'Head', Weight: 0.838858 +Vertex 3036: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.006327 + Group: 'spine.005', Weight: 0.135786 + Group: 'Head', Weight: 0.830066 +Vertex 3037: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120883 + Group: 'Head', Weight: 0.852495 +Vertex 3038: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115981 + Group: 'Head', Weight: 0.855430 +Vertex 3039: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111116 + Group: 'Head', Weight: 0.866254 +Vertex 3040: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110861 + Group: 'Head', Weight: 0.865550 +Vertex 3041: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110426 + Group: 'Head', Weight: 0.867931 +Vertex 3042: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106427 + Group: 'Head', Weight: 0.872269 +Vertex 3043: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110285 + Group: 'Head', Weight: 0.868718 +Vertex 3044: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097874 + Group: 'Head', Weight: 0.881926 +Vertex 3045: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108313 + Group: 'Head', Weight: 0.871779 +Vertex 3046: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.093615 + Group: 'Head', Weight: 0.889360 +Vertex 3047: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089396 + Group: 'Head', Weight: 0.894816 +Vertex 3048: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.089974 + Group: 'Head', Weight: 0.895069 +Vertex 3049: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.097736 + Group: 'Head', Weight: 0.886784 +Vertex 3050: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108495 + Group: 'Head', Weight: 0.874624 +Vertex 3051: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118584 + Group: 'Head', Weight: 0.862896 +Vertex 3052: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127383 + Group: 'Head', Weight: 0.852582 +Vertex 3053: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132533 + Group: 'Head', Weight: 0.847162 +Vertex 3054: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087319 + Group: 'Head', Weight: 0.897215 +Vertex 3055: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.087967 + Group: 'Head', Weight: 0.897277 +Vertex 3056: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.017319 + Group: 'spine.005', Weight: 0.151438 + Group: 'Head', Weight: 0.807729 +Vertex 3057: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.024821 + Group: 'spine.005', Weight: 0.139044 + Group: 'Head', Weight: 0.815605 +Vertex 3058: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.049670 + Group: 'spine.005', Weight: 0.117132 + Group: 'Head', Weight: 0.822699 +Vertex 3059: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.035896 + Group: 'spine.005', Weight: 0.120634 + Group: 'Head', Weight: 0.827411 +Vertex 3060: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.055752 + Group: 'spine.005', Weight: 0.115113 + Group: 'Head', Weight: 0.817708 +Vertex 3061: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.097796 + Group: 'spine.004', Weight: 0.066981 + Group: 'shoulder.L', Weight: 0.159214 + Group: 'shoulder.R', Weight: 0.645160 +Vertex 3062: +Vertex groups: 3 + Group: 'spine', Weight: 0.808374 + Group: 'spine.001', Weight: 0.007277 + Group: 'spine1', Weight: 0.149863 +Vertex 3063: +Vertex groups: 2 + Group: 'spine', Weight: 0.798032 + Group: 'spine1', Weight: 0.167123 +Vertex 3064: +Vertex groups: 2 + Group: 'spine', Weight: 0.806931 + Group: 'spine1', Weight: 0.160913 +Vertex 3065: +Vertex groups: 3 + Group: 'spine', Weight: 0.815119 + Group: 'spine.001', Weight: 0.112945 + Group: 'spine1', Weight: 0.041022 +Vertex 3066: +Vertex groups: 3 + Group: 'spine', Weight: 0.834870 + Group: 'spine.001', Weight: 0.074069 + Group: 'spine1', Weight: 0.072374 +Vertex 3067: +Vertex groups: 3 + Group: 'spine', Weight: 0.824581 + Group: 'spine.001', Weight: 0.027276 + Group: 'spine1', Weight: 0.122799 +Vertex 3068: +Vertex groups: 4 + Group: 'spine', Weight: 0.798481 + Group: 'spine.001', Weight: 0.132297 + Group: 'spine.002', Weight: 0.010031 + Group: 'spine1', Weight: 0.014795 +Vertex 3069: +Vertex groups: 4 + Group: 'spine', Weight: 0.784959 + Group: 'spine.001', Weight: 0.146691 + Group: 'spine.002', Weight: 0.004896 + Group: 'spine1', Weight: 0.019210 +Vertex 3070: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3071: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.008355 + Group: 'spine2', Weight: 0.970725 +Vertex 3072: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3073: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3074: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3075: +Vertex groups: 1 + Group: 'spine2', Weight: 0.998267 +Vertex 3076: +Vertex groups: 1 + Group: 'spine2', Weight: 0.993944 +Vertex 3077: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.099355 + Group: 'forearm.R', Weight: 0.898466 +Vertex 3078: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.107324 + Group: 'forearm.R', Weight: 0.891722 +Vertex 3079: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.102878 + Group: 'forearm.R', Weight: 0.896631 +Vertex 3080: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.071659 + Group: 'forearm.R', Weight: 0.928021 +Vertex 3081: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.074321 + Group: 'forearm.R', Weight: 0.925248 +Vertex 3082: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.090568 + Group: 'forearm.R', Weight: 0.907645 +Vertex 3083: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.162365 + Group: 'forearm.R', Weight: 0.837131 +Vertex 3084: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.117214 + Group: 'forearm.R', Weight: 0.882181 +Vertex 3085: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.143438 + Group: 'forearm.R', Weight: 0.855936 +Vertex 3086: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.066401 + Group: 'forearm.R', Weight: 0.933267 +Vertex 3087: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.088614 + Group: 'forearm.R', Weight: 0.910968 +Vertex 3088: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.129156 + Group: 'forearm.R', Weight: 0.870436 +Vertex 3089: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3090: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3091: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3092: +Vertex groups: 4 + Group: 'spine', Weight: 0.042332 + Group: 'spine1', Weight: 0.679072 + Group: 'spine1.001', Weight: 0.240729 + Group: 'spine1.002', Weight: 0.015080 +Vertex 3093: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.763770 + Group: 'spine2', Weight: 0.232587 +Vertex 3094: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.152643 + Group: 'spine1.002', Weight: 0.812576 +Vertex 3095: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.202815 + Group: 'spine1.003', Weight: 0.795118 +Vertex 3096: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.837299 + Group: 'spine2', Weight: 0.158755 +Vertex 3097: +Vertex groups: 4 + Group: 'spine', Weight: 0.058471 + Group: 'spine1', Weight: 0.686360 + Group: 'spine1.001', Weight: 0.213886 + Group: 'spine1.002', Weight: 0.028639 +Vertex 3098: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.372473 + Group: 'spine1.003', Weight: 0.625931 +Vertex 3099: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.126596 + Group: 'spine1.002', Weight: 0.841656 +Vertex 3100: +Vertex groups: 4 + Group: 'spine', Weight: 0.065921 + Group: 'spine1', Weight: 0.637334 + Group: 'spine1.001', Weight: 0.255764 + Group: 'spine1.002', Weight: 0.027637 +Vertex 3101: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.894876 + Group: 'spine2', Weight: 0.100155 +Vertex 3102: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.108238 + Group: 'spine1.002', Weight: 0.864215 +Vertex 3103: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.474729 + Group: 'spine1.003', Weight: 0.524044 +Vertex 3104: +Vertex groups: 4 + Group: 'spine', Weight: 0.063350 + Group: 'spine1', Weight: 0.672512 + Group: 'spine1.001', Weight: 0.221528 + Group: 'spine1.002', Weight: 0.030960 +Vertex 3105: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.873761 + Group: 'spine2', Weight: 0.121804 +Vertex 3106: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.114721 + Group: 'spine1.002', Weight: 0.855952 +Vertex 3107: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.449004 + Group: 'spine1.003', Weight: 0.549661 +Vertex 3108: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.600491 + Group: 'spine2', Weight: 0.398401 +Vertex 3109: +Vertex groups: 2 + Group: 'spine1', Weight: 0.544240 + Group: 'spine1.001', Weight: 0.414183 +Vertex 3110: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.129598 + Group: 'spine1.003', Weight: 0.866799 +Vertex 3111: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.207393 + Group: 'spine1.002', Weight: 0.755283 +Vertex 3112: +Vertex groups: 2 + Group: 'spine1', Weight: 0.517995 + Group: 'spine1.001', Weight: 0.451218 +Vertex 3113: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.317571 + Group: 'spine2', Weight: 0.682182 +Vertex 3114: +Vertex groups: 3 + Group: 'spine1', Weight: 0.000198 + Group: 'spine1.001', Weight: 0.304138 + Group: 'spine1.002', Weight: 0.657654 +Vertex 3115: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.096092 + Group: 'spine1.003', Weight: 0.897501 +Vertex 3116: +Vertex groups: 2 + Group: 'spine1', Weight: 0.510793 + Group: 'spine1.001', Weight: 0.463003 +Vertex 3117: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.164309 + Group: 'spine2', Weight: 0.835646 +Vertex 3118: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.455408 + Group: 'spine1.002', Weight: 0.507964 +Vertex 3119: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.077017 + Group: 'spine1.003', Weight: 0.915078 +Vertex 3120: +Vertex groups: 2 + Group: 'spine1', Weight: 0.499287 + Group: 'spine1.001', Weight: 0.477997 +Vertex 3121: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.088990 + Group: 'spine2', Weight: 0.910957 +Vertex 3122: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.404124 + Group: 'spine1.002', Weight: 0.563140 +Vertex 3123: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064193 + Group: 'spine1.003', Weight: 0.928124 +Vertex 3124: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.148664 + Group: 'spine2', Weight: 0.850763 +Vertex 3125: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.083283 + Group: 'spine2', Weight: 0.916384 +Vertex 3126: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.052262 + Group: 'spine2', Weight: 0.947735 +Vertex 3127: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.045033 + Group: 'spine2', Weight: 0.952280 +Vertex 3128: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.009059 + Group: 'spine2', Weight: 0.970329 +Vertex 3129: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3130: +Vertex groups: 1 + Group: 'spine2', Weight: 0.989229 +Vertex 3131: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3132: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.017375 + Group: 'spine1.003', Weight: 0.969023 +Vertex 3133: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.043734 + Group: 'spine1.003', Weight: 0.950372 +Vertex 3134: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.064554 + Group: 'spine1.003', Weight: 0.930735 +Vertex 3135: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.058033 + Group: 'spine1.003', Weight: 0.937666 +Vertex 3136: +Vertex groups: 1 + Group: 'spine1.003', Weight: 0.968650 +Vertex 3137: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.947161 + Group: 'spine2', Weight: 0.033219 +Vertex 3138: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.936006 + Group: 'spine2', Weight: 0.057138 +Vertex 3139: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.938937 + Group: 'spine2', Weight: 0.056590 +Vertex 3140: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.905467 + Group: 'spine1.003', Weight: 0.069656 +Vertex 3141: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.919835 + Group: 'spine1.003', Weight: 0.060330 +Vertex 3142: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.932614 + Group: 'spine1.003', Weight: 0.051445 +Vertex 3143: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.928450 + Group: 'spine1.003', Weight: 0.054324 +Vertex 3144: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.008946 + Group: 'spine1.002', Weight: 0.888770 + Group: 'spine1.003', Weight: 0.078598 +Vertex 3145: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.026651 + Group: 'spine1.002', Weight: 0.874765 + Group: 'spine1.003', Weight: 0.083675 +Vertex 3146: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.037107 + Group: 'spine1.002', Weight: 0.868565 + Group: 'spine1.003', Weight: 0.084892 +Vertex 3147: +Vertex groups: 3 + Group: 'spine1.001', Weight: 0.029220 + Group: 'spine1.002', Weight: 0.874252 + Group: 'spine1.003', Weight: 0.083621 +Vertex 3148: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131817 + Group: 'spine1.001', Weight: 0.693220 + Group: 'spine1.002', Weight: 0.163279 +Vertex 3149: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132101 + Group: 'spine1.001', Weight: 0.681386 + Group: 'spine1.002', Weight: 0.173301 +Vertex 3150: +Vertex groups: 3 + Group: 'spine1', Weight: 0.124607 + Group: 'spine1.001', Weight: 0.692846 + Group: 'spine1.002', Weight: 0.168570 +Vertex 3151: +Vertex groups: 3 + Group: 'spine1', Weight: 0.131357 + Group: 'spine1.001', Weight: 0.684970 + Group: 'spine1.002', Weight: 0.169689 +Vertex 3152: +Vertex groups: 3 + Group: 'spine1', Weight: 0.123557 + Group: 'spine1.001', Weight: 0.730306 + Group: 'spine1.002', Weight: 0.137298 +Vertex 3153: +Vertex groups: 3 + Group: 'spine1', Weight: 0.117894 + Group: 'spine1.001', Weight: 0.761369 + Group: 'spine1.002', Weight: 0.113875 +Vertex 3154: +Vertex groups: 3 + Group: 'spine1', Weight: 0.112859 + Group: 'spine1.001', Weight: 0.782158 + Group: 'spine1.002', Weight: 0.099258 +Vertex 3155: +Vertex groups: 3 + Group: 'spine1', Weight: 0.101073 + Group: 'spine1.001', Weight: 0.803584 + Group: 'spine1.002', Weight: 0.090643 +Vertex 3156: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082680 + Group: 'spine.005', Weight: 0.575184 + Group: 'Head', Weight: 0.335123 +Vertex 3157: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.137578 + Group: 'spine.005', Weight: 0.642439 + Group: 'Head', Weight: 0.209366 +Vertex 3158: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.082976 + Group: 'spine.005', Weight: 0.658948 + Group: 'Head', Weight: 0.245580 +Vertex 3159: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.185793 + Group: 'spine.005', Weight: 0.659282 + Group: 'Head', Weight: 0.118617 + Group: 'shoulder.R', Weight: 0.013005 +Vertex 3160: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.178735 + Group: 'spine.005', Weight: 0.636409 + Group: 'Head', Weight: 0.145651 + Group: 'shoulder.R', Weight: 0.016709 +Vertex 3161: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.088662 + Group: 'spine.005', Weight: 0.503144 + Group: 'Head', Weight: 0.388633 +Vertex 3162: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.245675 + Group: 'spine.005', Weight: 0.520229 + Group: 'Head', Weight: 0.175200 + Group: 'shoulder.R', Weight: 0.043134 +Vertex 3163: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.332063 + Group: 'spine.005', Weight: 0.416025 + Group: 'Head', Weight: 0.180147 + Group: 'shoulder.R', Weight: 0.052587 +Vertex 3164: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.366635 + Group: 'spine.005', Weight: 0.361348 + Group: 'Head', Weight: 0.196311 + Group: 'shoulder.R', Weight: 0.048354 +Vertex 3165: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.365631 + Group: 'spine.005', Weight: 0.337537 + Group: 'Head', Weight: 0.225289 + Group: 'shoulder.R', Weight: 0.025767 +Vertex 3166: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.147254 + Group: 'spine.005', Weight: 0.716063 + Group: 'Head', Weight: 0.118315 +Vertex 3167: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.099365 + Group: 'spine.005', Weight: 0.463328 + Group: 'Head', Weight: 0.415088 +Vertex 3168: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106721 + Group: 'Head', Weight: 0.874551 +Vertex 3169: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108372 + Group: 'Head', Weight: 0.872404 +Vertex 3170: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113635 + Group: 'Head', Weight: 0.865630 +Vertex 3171: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117948 + Group: 'Head', Weight: 0.860170 +Vertex 3172: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122392 + Group: 'Head', Weight: 0.854711 +Vertex 3173: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119864 + Group: 'Head', Weight: 0.857524 +Vertex 3174: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.116512 + Group: 'Head', Weight: 0.861519 +Vertex 3175: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109452 + Group: 'Head', Weight: 0.870455 +Vertex 3176: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106284 + Group: 'Head', Weight: 0.874670 +Vertex 3177: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110849 + Group: 'Head', Weight: 0.869177 +Vertex 3178: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112986 + Group: 'Head', Weight: 0.865809 +Vertex 3179: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105207 + Group: 'Head', Weight: 0.876228 +Vertex 3180: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.160578 + Group: 'spine.003', Weight: 0.437657 + Group: 'shoulder.L', Weight: 0.022551 + Group: 'shoulder.R', Weight: 0.284048 + Group: 'upper_arm.R', Weight: 0.059965 +Vertex 3181: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.239847 + Group: 'spine.003', Weight: 0.531917 + Group: 'shoulder.L', Weight: 0.061678 + Group: 'shoulder.R', Weight: 0.116633 + Group: 'upper_arm.R', Weight: 0.000044 +Vertex 3182: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.582122 + Group: 'spine.003', Weight: 0.281972 + Group: 'shoulder.L', Weight: 0.023924 + Group: 'shoulder.R', Weight: 0.050375 +Vertex 3183: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.087885 + Group: 'spine.003', Weight: 0.206573 + Group: 'shoulder.R', Weight: 0.386075 + Group: 'upper_arm.R', Weight: 0.298861 +Vertex 3184: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.102018 + Group: 'spine.003', Weight: 0.271942 + Group: 'shoulder.R', Weight: 0.468483 + Group: 'upper_arm.R', Weight: 0.119081 +Vertex 3185: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.321662 + Group: 'spine.003', Weight: 0.342232 + Group: 'shoulder.R', Weight: 0.101564 + Group: 'upper_arm.R', Weight: 0.204817 +Vertex 3186: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142031 + Group: 'spine.003', Weight: 0.299121 + Group: 'shoulder.R', Weight: 0.202931 + Group: 'upper_arm.R', Weight: 0.336046 +Vertex 3187: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.037809 + Group: 'spine.002', Weight: 0.763427 + Group: 'spine.003', Weight: 0.119659 + Group: 'shoulder.R', Weight: 0.009227 +Vertex 3188: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.019363 + Group: 'spine.002', Weight: 0.611030 + Group: 'spine.003', Weight: 0.220038 + Group: 'shoulder.R', Weight: 0.050899 + Group: 'upper_arm.R', Weight: 0.069304 +Vertex 3189: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.017392 + Group: 'spine.002', Weight: 0.749948 + Group: 'spine.003', Weight: 0.142797 + Group: 'shoulder.R', Weight: 0.005382 +Vertex 3190: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.222120 + Group: 'spine.003', Weight: 0.466626 + Group: 'shoulder.L', Weight: 0.008322 + Group: 'shoulder.R', Weight: 0.197706 + Group: 'upper_arm.R', Weight: 0.064274 +Vertex 3191: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.293597 + Group: 'spine.003', Weight: 0.490522 + Group: 'shoulder.L', Weight: 0.041811 + Group: 'shoulder.R', Weight: 0.115285 + Group: 'upper_arm.R', Weight: 0.012126 +Vertex 3192: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.578235 + Group: 'spine.003', Weight: 0.253022 + Group: 'shoulder.R', Weight: 0.075976 + Group: 'upper_arm.R', Weight: 0.047354 +Vertex 3193: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.595623 + Group: 'spine.003', Weight: 0.265804 + Group: 'shoulder.L', Weight: 0.008522 + Group: 'shoulder.R', Weight: 0.056522 +Vertex 3194: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.121210 + Group: 'spine.003', Weight: 0.284636 + Group: 'shoulder.R', Weight: 0.315931 + Group: 'upper_arm.R', Weight: 0.254531 +Vertex 3195: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.158145 + Group: 'spine.003', Weight: 0.378058 + Group: 'shoulder.R', Weight: 0.299269 + Group: 'upper_arm.R', Weight: 0.129422 +Vertex 3196: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.346964 + Group: 'spine.003', Weight: 0.352319 + Group: 'shoulder.R', Weight: 0.102668 + Group: 'upper_arm.R', Weight: 0.166621 +Vertex 3197: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.183531 + Group: 'spine.003', Weight: 0.349222 + Group: 'shoulder.R', Weight: 0.202224 + Group: 'upper_arm.R', Weight: 0.240772 +Vertex 3198: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.312852 + Group: 'spine.003', Weight: 0.392213 + Group: 'shoulder.R', Weight: 0.135619 + Group: 'upper_arm.R', Weight: 0.126779 +Vertex 3199: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.022620 + Group: 'spine.002', Weight: 0.728076 + Group: 'spine.003', Weight: 0.146378 + Group: 'shoulder.R', Weight: 0.026174 + Group: 'upper_arm.R', Weight: 0.013308 +Vertex 3200: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.005449 + Group: 'spine.002', Weight: 0.568466 + Group: 'spine.003', Weight: 0.242579 + Group: 'shoulder.R', Weight: 0.063759 + Group: 'upper_arm.R', Weight: 0.082599 +Vertex 3201: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.009678 + Group: 'spine.002', Weight: 0.716163 + Group: 'spine.003', Weight: 0.167107 + Group: 'shoulder.R', Weight: 0.022808 +Vertex 3202: +Vertex groups: 3 + Group: 'spine', Weight: 0.371022 + Group: 'spine.001', Weight: 0.521148 + Group: 'spine.002', Weight: 0.091335 +Vertex 3203: +Vertex groups: 3 + Group: 'spine', Weight: 0.076236 + Group: 'spine.001', Weight: 0.511611 + Group: 'spine.002', Weight: 0.391083 +Vertex 3204: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.099433 + Group: 'spine.002', Weight: 0.804610 + Group: 'spine.003', Weight: 0.054592 +Vertex 3205: +Vertex groups: 3 + Group: 'spine', Weight: 0.240315 + Group: 'spine.001', Weight: 0.630162 + Group: 'spine.002', Weight: 0.117232 +Vertex 3206: +Vertex groups: 3 + Group: 'spine', Weight: 0.056313 + Group: 'spine.001', Weight: 0.415648 + Group: 'spine.002', Weight: 0.502251 +Vertex 3207: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.225808 + Group: 'spine.002', Weight: 0.708301 + Group: 'spine.003', Weight: 0.003126 +Vertex 3208: +Vertex groups: 3 + Group: 'spine', Weight: 0.017612 + Group: 'spine.001', Weight: 0.303432 + Group: 'spine.002', Weight: 0.627403 +Vertex 3209: +Vertex groups: 3 + Group: 'spine', Weight: 0.326538 + Group: 'spine.001', Weight: 0.570214 + Group: 'spine.002', Weight: 0.089677 +Vertex 3210: +Vertex groups: 3 + Group: 'spine', Weight: 0.329570 + Group: 'spine.001', Weight: 0.571575 + Group: 'spine.002', Weight: 0.086388 +Vertex 3211: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.179535 + Group: 'spine.002', Weight: 0.751313 + Group: 'spine.003', Weight: 0.014744 +Vertex 3212: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.072943 + Group: 'spine.002', Weight: 0.807024 + Group: 'spine.003', Weight: 0.072458 +Vertex 3213: +Vertex groups: 3 + Group: 'spine', Weight: 0.370350 + Group: 'spine.001', Weight: 0.474379 + Group: 'spine.002', Weight: 0.129701 +Vertex 3214: +Vertex groups: 3 + Group: 'spine', Weight: 0.459929 + Group: 'spine.001', Weight: 0.412047 + Group: 'spine.002', Weight: 0.106200 +Vertex 3215: +Vertex groups: 3 + Group: 'spine', Weight: 0.378863 + Group: 'spine.001', Weight: 0.474351 + Group: 'spine.002', Weight: 0.122290 +Vertex 3216: +Vertex groups: 3 + Group: 'spine', Weight: 0.233002 + Group: 'spine.001', Weight: 0.629908 + Group: 'spine.002', Weight: 0.124285 +Vertex 3217: +Vertex groups: 3 + Group: 'spine', Weight: 0.029576 + Group: 'spine.001', Weight: 0.283763 + Group: 'spine.002', Weight: 0.635587 +Vertex 3218: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.089144 + Group: 'spine.002', Weight: 0.803585 + Group: 'spine.003', Weight: 0.061559 +Vertex 3219: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.149239 + Group: 'spine.002', Weight: 0.769824 + Group: 'spine.003', Weight: 0.029352 +Vertex 3220: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.173940 + Group: 'spine.002', Weight: 0.744819 + Group: 'spine.003', Weight: 0.020112 +Vertex 3221: +Vertex groups: 3 + Group: 'spine', Weight: 0.067057 + Group: 'spine.001', Weight: 0.482713 + Group: 'spine.002', Weight: 0.423638 +Vertex 3222: +Vertex groups: 3 + Group: 'spine', Weight: 0.285478 + Group: 'spine.001', Weight: 0.572262 + Group: 'spine.002', Weight: 0.124694 +Vertex 3223: +Vertex groups: 3 + Group: 'spine', Weight: 0.274855 + Group: 'spine.001', Weight: 0.603245 + Group: 'spine.002', Weight: 0.108498 +Vertex 3224: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.061969 + Group: 'spine.002', Weight: 0.798749 + Group: 'spine.003', Weight: 0.085086 +Vertex 3225: +Vertex groups: 3 + Group: 'spine', Weight: 0.282573 + Group: 'spine.001', Weight: 0.601493 + Group: 'spine.002', Weight: 0.103218 +Vertex 3226: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.136857 + Group: 'spine.002', Weight: 0.780881 + Group: 'spine.003', Weight: 0.034911 +Vertex 3227: +Vertex groups: 3 + Group: 'spine', Weight: 0.324774 + Group: 'spine.001', Weight: 0.505755 + Group: 'spine.002', Weight: 0.145509 +Vertex 3228: +Vertex groups: 3 + Group: 'spine', Weight: 0.228401 + Group: 'spine.001', Weight: 0.526332 + Group: 'spine.002', Weight: 0.211997 +Vertex 3229: +Vertex groups: 3 + Group: 'spine', Weight: 0.158517 + Group: 'spine.001', Weight: 0.508015 + Group: 'spine.002', Weight: 0.290594 +Vertex 3230: +Vertex groups: 3 + Group: 'spine', Weight: 0.674367 + Group: 'spine.001', Weight: 0.281711 + Group: 'spine.002', Weight: 0.004310 +Vertex 3231: +Vertex groups: 2 + Group: 'spine', Weight: 0.654050 + Group: 'spine.001', Weight: 0.306473 +Vertex 3232: +Vertex groups: 3 + Group: 'spine', Weight: 0.680841 + Group: 'spine.001', Weight: 0.264532 + Group: 'spine.002', Weight: 0.019036 +Vertex 3233: +Vertex groups: 3 + Group: 'spine', Weight: 0.603582 + Group: 'spine.001', Weight: 0.330786 + Group: 'spine.002', Weight: 0.046213 +Vertex 3234: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.208716 + Group: 'Head', Weight: 0.785322 +Vertex 3235: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.210600 + Group: 'Head', Weight: 0.783208 +Vertex 3236: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.217569 + Group: 'Head', Weight: 0.775627 +Vertex 3237: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220099 + Group: 'Head', Weight: 0.771714 +Vertex 3238: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.220492 + Group: 'Head', Weight: 0.772107 +Vertex 3239: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.216585 + Group: 'Head', Weight: 0.773892 +Vertex 3240: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.214607 + Group: 'Head', Weight: 0.774441 +Vertex 3241: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.192374 + Group: 'Head', Weight: 0.795899 +Vertex 3242: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.181307 + Group: 'Head', Weight: 0.804817 +Vertex 3243: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.168970 + Group: 'Head', Weight: 0.815178 +Vertex 3244: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.151166 + Group: 'Head', Weight: 0.830974 +Vertex 3245: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088539 + Group: 'Head', Weight: 0.894335 +Vertex 3246: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.025750 + Group: 'Head', Weight: 0.952302 +Vertex 3247: +Vertex groups: 1 + Group: 'Head', Weight: 0.968854 +Vertex 3248: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.070921 + Group: 'Head', Weight: 0.913728 +Vertex 3249: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.147989 + Group: 'Head', Weight: 0.830637 +Vertex 3250: +Vertex groups: 1 + Group: 'Head', Weight: 0.976689 +Vertex 3251: +Vertex groups: 1 + Group: 'Head', Weight: 0.982058 +Vertex 3252: +Vertex groups: 1 + Group: 'Head', Weight: 0.985793 +Vertex 3253: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112666 + Group: 'Head', Weight: 0.864278 +Vertex 3254: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112446 + Group: 'Head', Weight: 0.864857 +Vertex 3255: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110275 + Group: 'Head', Weight: 0.868357 +Vertex 3256: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110314 + Group: 'Head', Weight: 0.868426 +Vertex 3257: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106432 + Group: 'Head', Weight: 0.874417 +Vertex 3258: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.106697 + Group: 'Head', Weight: 0.873923 +Vertex 3259: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142631 + Group: 'Head', Weight: 0.833925 +Vertex 3260: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139532 + Group: 'Head', Weight: 0.837073 +Vertex 3261: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110152 + Group: 'Head', Weight: 0.868690 +Vertex 3262: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105567 + Group: 'Head', Weight: 0.875279 +Vertex 3263: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132312 + Group: 'Head', Weight: 0.845187 +Vertex 3264: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109488 + Group: 'Head', Weight: 0.869674 +Vertex 3265: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104747 + Group: 'Head', Weight: 0.876238 +Vertex 3266: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127452 + Group: 'Head', Weight: 0.850760 +Vertex 3267: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123516 + Group: 'Head', Weight: 0.853836 +Vertex 3268: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118051 + Group: 'Head', Weight: 0.861926 +Vertex 3269: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118954 + Group: 'Head', Weight: 0.857990 +Vertex 3270: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112477 + Group: 'Head', Weight: 0.865006 +Vertex 3271: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113893 + Group: 'Head', Weight: 0.863493 +Vertex 3272: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114344 + Group: 'Head', Weight: 0.865266 +Vertex 3273: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109579 + Group: 'Head', Weight: 0.869857 +Vertex 3274: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.110240 + Group: 'Head', Weight: 0.871095 +Vertex 3275: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.114202 + Group: 'Head', Weight: 0.866548 +Vertex 3276: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105033 + Group: 'Head', Weight: 0.876910 +Vertex 3277: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102313 + Group: 'Head', Weight: 0.879865 +Vertex 3278: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102071 + Group: 'Head', Weight: 0.879786 +Vertex 3279: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.122333 + Group: 'Head', Weight: 0.856785 +Vertex 3280: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124313 + Group: 'Head', Weight: 0.853499 +Vertex 3281: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.117102 + Group: 'Head', Weight: 0.862338 +Vertex 3282: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.125963 + Group: 'Head', Weight: 0.852294 +Vertex 3283: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120955 + Group: 'Head', Weight: 0.858195 +Vertex 3284: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.126487 + Group: 'Head', Weight: 0.851345 +Vertex 3285: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112947 + Group: 'Head', Weight: 0.861132 +Vertex 3286: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113971 + Group: 'Head', Weight: 0.861752 +Vertex 3287: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102686 + Group: 'Head', Weight: 0.876484 +Vertex 3288: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109962 + Group: 'Head', Weight: 0.868713 +Vertex 3289: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.102031 + Group: 'Head', Weight: 0.879543 +Vertex 3290: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.153307 + Group: 'Head', Weight: 0.823360 +Vertex 3291: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144604 + Group: 'Head', Weight: 0.832732 +Vertex 3292: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141019 + Group: 'Head', Weight: 0.836245 +Vertex 3293: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.120018 + Group: 'Head', Weight: 0.857628 +Vertex 3294: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118183 + Group: 'Head', Weight: 0.859535 +Vertex 3295: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.112269 + Group: 'Head', Weight: 0.867379 +Vertex 3296: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111234 + Group: 'Head', Weight: 0.868133 +Vertex 3297: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124127 + Group: 'Head', Weight: 0.854566 +Vertex 3298: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.450477 + Group: 'spine.005', Weight: 0.054166 + Group: 'shoulder.L', Weight: 0.028036 + Group: 'shoulder.R', Weight: 0.361413 + Group: 'upper_arm.R', Weight: 0.032205 +Vertex 3299: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.295672 + Group: 'spine.005', Weight: 0.056604 + Group: 'shoulder.R', Weight: 0.572871 + Group: 'upper_arm.R', Weight: 0.026153 +Vertex 3300: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.263303 + Group: 'spine.005', Weight: 0.027414 + Group: 'shoulder.R', Weight: 0.654596 +Vertex 3301: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.275285 + Group: 'spine.005', Weight: 0.047788 + Group: 'shoulder.R', Weight: 0.627524 +Vertex 3302: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.559869 + Group: 'shoulder.R', Weight: 0.297021 + Group: 'shoulder.L', Weight: 0.070348 + Group: 'spine.005', Weight: 0.055829 + Group: 'upper_arm.R', Weight: 0.016933 +Vertex 3303: +Vertex groups: 5 + Group: 'spine.003', Weight: 0.029706 + Group: 'spine.004', Weight: 0.556569 + Group: 'spine.005', Weight: 0.039959 + Group: 'shoulder.L', Weight: 0.108141 + Group: 'shoulder.R', Weight: 0.182457 +Vertex 3304: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.341785 + Group: 'spine.005', Weight: 0.056512 + Group: 'shoulder.R', Weight: 0.497620 + Group: 'upper_arm.R', Weight: 0.040606 +Vertex 3305: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.255173 + Group: 'spine.005', Weight: 0.002222 + Group: 'shoulder.L', Weight: 0.000433 + Group: 'shoulder.R', Weight: 0.656137 +Vertex 3306: +Vertex groups: 4 + Group: 'spine.003', Weight: 0.078072 + Group: 'spine.004', Weight: 0.209698 + Group: 'shoulder.L', Weight: 0.094900 + Group: 'shoulder.R', Weight: 0.591681 +Vertex 3307: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.936152 + Group: 'forearm.R', Weight: 0.061378 +Vertex 3308: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.934043 + Group: 'forearm.R', Weight: 0.063831 +Vertex 3309: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.933686 + Group: 'forearm.R', Weight: 0.063830 +Vertex 3310: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.977373 +Vertex 3311: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.985422 +Vertex 3312: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.940175 + Group: 'forearm.R', Weight: 0.059058 +Vertex 3313: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.927278 + Group: 'forearm.R', Weight: 0.071269 +Vertex 3314: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.922377 + Group: 'forearm.R', Weight: 0.075592 +Vertex 3315: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.941083 + Group: 'forearm.R', Weight: 0.057174 +Vertex 3316: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.983274 +Vertex 3317: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.977771 +Vertex 3318: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.964079 + Group: 'forearm.R', Weight: 0.018896 +Vertex 3319: +Vertex groups: 2 + Group: 'spine', Weight: 0.529300 + Group: 'spine1', Weight: 0.425431 +Vertex 3320: +Vertex groups: 3 + Group: 'spine', Weight: 0.307028 + Group: 'spine1', Weight: 0.629955 + Group: 'spine1.001', Weight: 0.048554 +Vertex 3321: +Vertex groups: 3 + Group: 'spine', Weight: 0.178169 + Group: 'spine1', Weight: 0.744804 + Group: 'spine1.001', Weight: 0.068680 +Vertex 3322: +Vertex groups: 2 + Group: 'spine', Weight: 0.651978 + Group: 'spine1', Weight: 0.301610 +Vertex 3323: +Vertex groups: 2 + Group: 'spine', Weight: 0.695576 + Group: 'spine1', Weight: 0.258602 +Vertex 3324: +Vertex groups: 3 + Group: 'spine', Weight: 0.148425 + Group: 'spine1', Weight: 0.778291 + Group: 'spine1.001', Weight: 0.068326 +Vertex 3325: +Vertex groups: 3 + Group: 'spine', Weight: 0.147790 + Group: 'spine1', Weight: 0.769355 + Group: 'spine1.001', Weight: 0.076758 +Vertex 3326: +Vertex groups: 3 + Group: 'spine', Weight: 0.145657 + Group: 'spine1', Weight: 0.775121 + Group: 'spine1.001', Weight: 0.073874 +Vertex 3327: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.265691 + Group: 'spine.003', Weight: 0.522461 + Group: 'shoulder.L', Weight: 0.070032 + Group: 'shoulder.R', Weight: 0.094913 +Vertex 3328: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.006285 + Group: 'spine.002', Weight: 0.715797 + Group: 'spine.003', Weight: 0.173528 + Group: 'shoulder.R', Weight: 0.009385 +Vertex 3329: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.566859 + Group: 'spine.003', Weight: 0.295743 + Group: 'shoulder.L', Weight: 0.032383 + Group: 'shoulder.R', Weight: 0.046931 +Vertex 3330: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.874041 + Group: 'forearm.R', Weight: 0.125720 +Vertex 3331: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.746854 + Group: 'forearm.R', Weight: 0.252997 +Vertex 3332: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.910120 + Group: 'forearm.R', Weight: 0.089669 +Vertex 3333: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.839607 + Group: 'forearm.R', Weight: 0.160259 +Vertex 3334: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.814956 + Group: 'forearm.R', Weight: 0.184904 +Vertex 3335: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.897448 + Group: 'forearm.R', Weight: 0.102321 +Vertex 3336: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.958799 + Group: 'forearm.R', Weight: 0.031651 +Vertex 3337: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.955095 + Group: 'forearm.R', Weight: 0.038804 +Vertex 3338: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.947046 + Group: 'forearm.R', Weight: 0.052272 +Vertex 3339: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.973037 +Vertex 3340: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.045767 + Group: 'forearm.R', Weight: 0.949993 +Vertex 3341: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.010870 + Group: 'forearm.R', Weight: 0.967974 +Vertex 3342: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.036497 + Group: 'forearm.R', Weight: 0.953156 +Vertex 3343: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.987312 +Vertex 3344: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.974139 +Vertex 3345: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.016427 + Group: 'forearm.R', Weight: 0.965212 +Vertex 3346: +Vertex groups: 3 + Group: 'spine', Weight: 0.044110 + Group: 'spine.001', Weight: 0.521290 + Group: 'spine.002', Weight: 0.412385 +Vertex 3347: +Vertex groups: 3 + Group: 'spine', Weight: 0.207869 + Group: 'spine.001', Weight: 0.699399 + Group: 'spine.002', Weight: 0.084763 +Vertex 3348: +Vertex groups: 3 + Group: 'spine', Weight: 0.009977 + Group: 'spine.001', Weight: 0.336493 + Group: 'spine.002', Weight: 0.603006 +Vertex 3349: +Vertex groups: 3 + Group: 'spine', Weight: 0.021258 + Group: 'spine.001', Weight: 0.346661 + Group: 'spine.002', Weight: 0.586935 +Vertex 3350: +Vertex groups: 3 + Group: 'spine', Weight: 0.202389 + Group: 'spine.001', Weight: 0.675986 + Group: 'spine.002', Weight: 0.111550 +Vertex 3351: +Vertex groups: 3 + Group: 'spine', Weight: 0.659965 + Group: 'spine.001', Weight: 0.294406 + Group: 'spine.002', Weight: 0.008137 +Vertex 3352: +Vertex groups: 2 + Group: 'spine', Weight: 0.760218 + Group: 'spine.001', Weight: 0.195741 +Vertex 3353: +Vertex groups: 3 + Group: 'spine', Weight: 0.642548 + Group: 'spine.001', Weight: 0.318381 + Group: 'spine.002', Weight: 0.001190 +Vertex 3354: +Vertex groups: 2 + Group: 'spine', Weight: 0.783177 + Group: 'spine.001', Weight: 0.180838 +Vertex 3355: +Vertex groups: 3 + Group: 'spine', Weight: 0.839233 + Group: 'spine.001', Weight: 0.108486 + Group: 'spine1', Weight: 0.026035 +Vertex 3356: +Vertex groups: 3 + Group: 'spine', Weight: 0.856410 + Group: 'spine.001', Weight: 0.090104 + Group: 'spine1', Weight: 0.034294 +Vertex 3357: +Vertex groups: 2 + Group: 'spine', Weight: 0.818859 + Group: 'spine.001', Weight: 0.142203 +Vertex 3358: +Vertex groups: 3 + Group: 'spine', Weight: 0.023528 + Group: 'spine.001', Weight: 0.443932 + Group: 'spine.002', Weight: 0.497264 +Vertex 3359: +Vertex groups: 3 + Group: 'spine', Weight: 0.210158 + Group: 'spine.001', Weight: 0.696534 + Group: 'spine.002', Weight: 0.085250 +Vertex 3360: +Vertex groups: 2 + Group: 'spine', Weight: 0.652928 + Group: 'spine.001', Weight: 0.308604 +Vertex 3361: +Vertex groups: 2 + Group: 'spine', Weight: 0.717951 + Group: 'spine.001', Weight: 0.244761 +Vertex 3362: +Vertex groups: 3 + Group: 'spine', Weight: 0.848522 + Group: 'spine.001', Weight: 0.109949 + Group: 'spine1', Weight: 0.009505 +Vertex 3363: +Vertex groups: 3 + Group: 'spine', Weight: 0.024577 + Group: 'spine.001', Weight: 0.426284 + Group: 'spine.002', Weight: 0.512004 +Vertex 3364: +Vertex groups: 3 + Group: 'spine', Weight: 0.024952 + Group: 'spine.001', Weight: 0.377893 + Group: 'spine.002', Weight: 0.556212 +Vertex 3365: +Vertex groups: 3 + Group: 'spine', Weight: 0.211112 + Group: 'spine.001', Weight: 0.674317 + Group: 'spine.002', Weight: 0.104769 +Vertex 3366: +Vertex groups: 3 + Group: 'spine', Weight: 0.679907 + Group: 'spine.001', Weight: 0.277523 + Group: 'spine.002', Weight: 0.001567 +Vertex 3367: +Vertex groups: 2 + Group: 'spine', Weight: 0.739550 + Group: 'spine.001', Weight: 0.221161 +Vertex 3368: +Vertex groups: 3 + Group: 'spine', Weight: 0.825394 + Group: 'spine.001', Weight: 0.126571 + Group: 'spine1', Weight: 0.015344 +Vertex 3369: +Vertex groups: 3 + Group: 'spine', Weight: 0.819154 + Group: 'spine.001', Weight: 0.138873 + Group: 'spine1', Weight: 0.004756 +Vertex 3370: +Vertex groups: 3 + Group: 'spine', Weight: 0.474096 + Group: 'spine.001', Weight: 0.453023 + Group: 'spine.002', Weight: 0.059991 +Vertex 3371: +Vertex groups: 3 + Group: 'spine', Weight: 0.381028 + Group: 'spine.001', Weight: 0.554166 + Group: 'spine.002', Weight: 0.054035 +Vertex 3372: +Vertex groups: 3 + Group: 'spine', Weight: 0.285460 + Group: 'spine.001', Weight: 0.639313 + Group: 'spine.002', Weight: 0.066501 +Vertex 3373: +Vertex groups: 3 + Group: 'spine', Weight: 0.374473 + Group: 'spine.001', Weight: 0.571127 + Group: 'spine.002', Weight: 0.040420 +Vertex 3374: +Vertex groups: 3 + Group: 'spine', Weight: 0.382151 + Group: 'spine.001', Weight: 0.553943 + Group: 'spine.002', Weight: 0.053161 +Vertex 3375: +Vertex groups: 3 + Group: 'spine', Weight: 0.286761 + Group: 'spine.001', Weight: 0.639499 + Group: 'spine.002', Weight: 0.065179 +Vertex 3376: +Vertex groups: 3 + Group: 'spine', Weight: 0.286197 + Group: 'spine.001', Weight: 0.633518 + Group: 'spine.002', Weight: 0.071078 +Vertex 3377: +Vertex groups: 3 + Group: 'spine', Weight: 0.110209 + Group: 'spine.001', Weight: 0.489664 + Group: 'spine.002', Weight: 0.360784 +Vertex 3378: +Vertex groups: 3 + Group: 'spine', Weight: 0.113323 + Group: 'spine.001', Weight: 0.591243 + Group: 'spine.002', Weight: 0.275556 +Vertex 3379: +Vertex groups: 3 + Group: 'spine', Weight: 0.119337 + Group: 'spine.001', Weight: 0.632771 + Group: 'spine.002', Weight: 0.232804 +Vertex 3380: +Vertex groups: 3 + Group: 'spine', Weight: 0.061246 + Group: 'spine.001', Weight: 0.613705 + Group: 'spine.002', Weight: 0.310060 +Vertex 3381: +Vertex groups: 3 + Group: 'spine', Weight: 0.059915 + Group: 'spine.001', Weight: 0.588295 + Group: 'spine.002', Weight: 0.335044 +Vertex 3382: +Vertex groups: 3 + Group: 'spine', Weight: 0.073931 + Group: 'spine.001', Weight: 0.548393 + Group: 'spine.002', Weight: 0.358915 +Vertex 3383: +Vertex groups: 4 + Group: 'spine', Weight: 0.032206 + Group: 'spine.001', Weight: 0.142359 + Group: 'spine.002', Weight: 0.653947 + Group: 'spine.003', Weight: 0.091942 +Vertex 3384: +Vertex groups: 4 + Group: 'spine', Weight: 0.060567 + Group: 'spine.001', Weight: 0.223808 + Group: 'spine.002', Weight: 0.609481 + Group: 'spine.003', Weight: 0.055195 +Vertex 3385: +Vertex groups: 4 + Group: 'spine', Weight: 0.079189 + Group: 'spine.001', Weight: 0.332887 + Group: 'spine.002', Weight: 0.516397 + Group: 'spine.003', Weight: 0.020051 +Vertex 3386: +Vertex groups: 3 + Group: 'spine', Weight: 0.118653 + Group: 'spine.001', Weight: 0.621608 + Group: 'spine.002', Weight: 0.243255 +Vertex 3387: +Vertex groups: 3 + Group: 'spine', Weight: 0.117182 + Group: 'spine.001', Weight: 0.610349 + Group: 'spine.002', Weight: 0.254507 +Vertex 3388: +Vertex groups: 3 + Group: 'spine', Weight: 0.073713 + Group: 'spine.001', Weight: 0.570416 + Group: 'spine.002', Weight: 0.338094 +Vertex 3389: +Vertex groups: 3 + Group: 'spine', Weight: 0.064240 + Group: 'spine.001', Weight: 0.616310 + Group: 'spine.002', Weight: 0.304377 +Vertex 3390: +Vertex groups: 3 + Group: 'spine', Weight: 0.063530 + Group: 'spine.001', Weight: 0.566974 + Group: 'spine.002', Weight: 0.351397 +Vertex 3391: +Vertex groups: 3 + Group: 'spine', Weight: 0.154413 + Group: 'spine.001', Weight: 0.630935 + Group: 'spine.002', Weight: 0.198443 +Vertex 3392: +Vertex groups: 3 + Group: 'spine', Weight: 0.173449 + Group: 'spine.001', Weight: 0.658385 + Group: 'spine.002', Weight: 0.155740 +Vertex 3393: +Vertex groups: 3 + Group: 'spine', Weight: 0.112594 + Group: 'spine.001', Weight: 0.713368 + Group: 'spine.002', Weight: 0.164284 +Vertex 3394: +Vertex groups: 3 + Group: 'spine', Weight: 0.110474 + Group: 'spine.001', Weight: 0.648902 + Group: 'spine.002', Weight: 0.226828 +Vertex 3395: +Vertex groups: 4 + Group: 'spine', Weight: 0.054338 + Group: 'spine.001', Weight: 0.186168 + Group: 'spine.002', Weight: 0.636450 + Group: 'spine.003', Weight: 0.068620 +Vertex 3396: +Vertex groups: 4 + Group: 'spine', Weight: 0.080250 + Group: 'spine.001', Weight: 0.294877 + Group: 'spine.002', Weight: 0.544622 + Group: 'spine.003', Weight: 0.032469 +Vertex 3397: +Vertex groups: 3 + Group: 'spine', Weight: 0.124401 + Group: 'spine.001', Weight: 0.483868 + Group: 'spine.002', Weight: 0.345222 +Vertex 3398: +Vertex groups: 3 + Group: 'spine', Weight: 0.162065 + Group: 'spine.001', Weight: 0.648056 + Group: 'spine.002', Weight: 0.175930 +Vertex 3399: +Vertex groups: 3 + Group: 'spine', Weight: 0.158025 + Group: 'spine.001', Weight: 0.639975 + Group: 'spine.002', Weight: 0.186992 +Vertex 3400: +Vertex groups: 3 + Group: 'spine', Weight: 0.103813 + Group: 'spine.001', Weight: 0.653013 + Group: 'spine.002', Weight: 0.229666 +Vertex 3401: +Vertex groups: 3 + Group: 'spine', Weight: 0.086204 + Group: 'spine.001', Weight: 0.677100 + Group: 'spine.002', Weight: 0.224661 +Vertex 3402: +Vertex groups: 3 + Group: 'spine', Weight: 0.086767 + Group: 'spine.001', Weight: 0.647291 + Group: 'spine.002', Weight: 0.252124 +Vertex 3403: +Vertex groups: 3 + Group: 'spine', Weight: 0.165476 + Group: 'spine.001', Weight: 0.577090 + Group: 'spine.002', Weight: 0.231511 +Vertex 3404: +Vertex groups: 3 + Group: 'spine', Weight: 0.112237 + Group: 'spine.001', Weight: 0.699143 + Group: 'spine.002', Weight: 0.177982 +Vertex 3405: +Vertex groups: 3 + Group: 'spine', Weight: 0.034763 + Group: 'spine.001', Weight: 0.483363 + Group: 'spine.002', Weight: 0.453844 +Vertex 3406: +Vertex groups: 3 + Group: 'spine', Weight: 0.042168 + Group: 'spine.001', Weight: 0.506465 + Group: 'spine.002', Weight: 0.426804 +Vertex 3407: +Vertex groups: 3 + Group: 'spine', Weight: 0.033864 + Group: 'spine.001', Weight: 0.439386 + Group: 'spine.002', Weight: 0.493754 +Vertex 3408: +Vertex groups: 3 + Group: 'spine', Weight: 0.064541 + Group: 'spine.001', Weight: 0.622875 + Group: 'spine.002', Weight: 0.297946 +Vertex 3409: +Vertex groups: 3 + Group: 'spine', Weight: 0.072315 + Group: 'spine.001', Weight: 0.573588 + Group: 'spine.002', Weight: 0.336431 +Vertex 3410: +Vertex groups: 3 + Group: 'spine', Weight: 0.147821 + Group: 'spine.001', Weight: 0.714789 + Group: 'spine.002', Weight: 0.128463 +Vertex 3411: +Vertex groups: 3 + Group: 'spine', Weight: 0.145052 + Group: 'spine.001', Weight: 0.702574 + Group: 'spine.002', Weight: 0.142532 +Vertex 3412: +Vertex groups: 3 + Group: 'spine', Weight: 0.087781 + Group: 'spine.001', Weight: 0.670598 + Group: 'spine.002', Weight: 0.229143 +Vertex 3413: +Vertex groups: 3 + Group: 'spine', Weight: 0.112488 + Group: 'spine.001', Weight: 0.710530 + Group: 'spine.002', Weight: 0.167066 +Vertex 3414: +Vertex groups: 3 + Group: 'spine', Weight: 0.204319 + Group: 'spine.001', Weight: 0.697005 + Group: 'spine.002', Weight: 0.090441 +Vertex 3415: +Vertex groups: 3 + Group: 'spine', Weight: 0.114981 + Group: 'spine.001', Weight: 0.670685 + Group: 'spine.002', Weight: 0.201986 +Vertex 3416: +Vertex groups: 3 + Group: 'spine', Weight: 0.199066 + Group: 'spine.001', Weight: 0.691530 + Group: 'spine.002', Weight: 0.100472 +Vertex 3417: +Vertex groups: 3 + Group: 'spine', Weight: 0.517562 + Group: 'spine.001', Weight: 0.436094 + Group: 'spine.002', Weight: 0.019897 +Vertex 3418: +Vertex groups: 3 + Group: 'spine', Weight: 0.514845 + Group: 'spine.001', Weight: 0.439110 + Group: 'spine.002', Weight: 0.018839 +Vertex 3419: +Vertex groups: 3 + Group: 'spine', Weight: 0.369808 + Group: 'spine.001', Weight: 0.571315 + Group: 'spine.002', Weight: 0.048859 +Vertex 3420: +Vertex groups: 3 + Group: 'spine', Weight: 0.141930 + Group: 'spine.001', Weight: 0.710396 + Group: 'spine.002', Weight: 0.138288 +Vertex 3421: +Vertex groups: 2 + Group: 'spine', Weight: 0.778458 + Group: 'spine.001', Weight: 0.182735 +Vertex 3422: +Vertex groups: 2 + Group: 'spine', Weight: 0.760416 + Group: 'spine.001', Weight: 0.203126 +Vertex 3423: +Vertex groups: 2 + Group: 'spine', Weight: 0.775023 + Group: 'spine.001', Weight: 0.183095 +Vertex 3424: +Vertex groups: 3 + Group: 'spine', Weight: 0.649219 + Group: 'spine.001', Weight: 0.311888 + Group: 'spine.002', Weight: 0.000029 +Vertex 3425: +Vertex groups: 3 + Group: 'spine', Weight: 0.374612 + Group: 'spine.001', Weight: 0.569880 + Group: 'spine.002', Weight: 0.042631 +Vertex 3426: +Vertex groups: 2 + Group: 'spine', Weight: 0.673547 + Group: 'spine.001', Weight: 0.286364 +Vertex 3427: +Vertex groups: 3 + Group: 'spine', Weight: 0.374562 + Group: 'spine.001', Weight: 0.565907 + Group: 'spine.002', Weight: 0.048970 +Vertex 3428: +Vertex groups: 3 + Group: 'spine', Weight: 0.508747 + Group: 'spine.001', Weight: 0.445633 + Group: 'spine.002', Weight: 0.019043 +Vertex 3429: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.684213 + Group: 'forearm.R', Weight: 0.315658 +Vertex 3430: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.984915 +Vertex 3431: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.234893 + Group: 'forearm.R', Weight: 0.764973 +Vertex 3432: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994088 +Vertex 3433: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.902279 + Group: 'forearm.R', Weight: 0.097605 +Vertex 3434: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.308429 + Group: 'forearm.R', Weight: 0.691381 +Vertex 3435: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.987988 +Vertex 3436: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994146 +Vertex 3437: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.337531 + Group: 'forearm.R', Weight: 0.662258 +Vertex 3438: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.951032 + Group: 'forearm.R', Weight: 0.044546 +Vertex 3439: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.512656 + Group: 'forearm.R', Weight: 0.487215 +Vertex 3440: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.977317 +Vertex 3441: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.298095 + Group: 'forearm.R', Weight: 0.701723 +Vertex 3442: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.791517 + Group: 'forearm.R', Weight: 0.208217 +Vertex 3443: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.970965 +Vertex 3444: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.278604 + Group: 'forearm.R', Weight: 0.721180 +Vertex 3445: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.189894 + Group: 'forearm.R', Weight: 0.809059 +Vertex 3446: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.186001 + Group: 'forearm.R', Weight: 0.813353 +Vertex 3447: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.194680 + Group: 'forearm.R', Weight: 0.804980 +Vertex 3448: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.213466 + Group: 'forearm.R', Weight: 0.786310 +Vertex 3449: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.203395 + Group: 'forearm.R', Weight: 0.795687 +Vertex 3450: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.265690 + Group: 'forearm.R', Weight: 0.733974 +Vertex 3451: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.186246 + Group: 'forearm.R', Weight: 0.813296 +Vertex 3452: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.213220 + Group: 'forearm.R', Weight: 0.786369 +Vertex 3453: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.163860 + Group: 'forearm.R', Weight: 0.835855 +Vertex 3454: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.976132 +Vertex 3455: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.974224 +Vertex 3456: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996445 +Vertex 3457: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.978549 +Vertex 3458: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.972543 +Vertex 3459: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.975021 +Vertex 3460: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.994484 +Vertex 3461: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.988872 +Vertex 3462: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.972998 +Vertex 3463: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.978791 +Vertex 3464: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990296 +Vertex 3465: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996130 +Vertex 3466: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.691667 + Group: 'spine.005', Weight: 0.167929 + Group: 'shoulder.R', Weight: 0.104317 +Vertex 3467: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.618202 + Group: 'spine.005', Weight: 0.219577 + Group: 'Head', Weight: 0.018564 + Group: 'shoulder.R', Weight: 0.114821 +Vertex 3468: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.584137 + Group: 'spine.005', Weight: 0.235830 + Group: 'Head', Weight: 0.043133 + Group: 'shoulder.R', Weight: 0.119344 +Vertex 3469: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.557324 + Group: 'spine.005', Weight: 0.210052 + Group: 'Head', Weight: 0.063245 + Group: 'shoulder.R', Weight: 0.143770 +Vertex 3470: +Vertex groups: 4 + Group: 'spine.004', Weight: 0.571513 + Group: 'spine.005', Weight: 0.173887 + Group: 'Head', Weight: 0.068210 + Group: 'shoulder.R', Weight: 0.147080 +Vertex 3471: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.588819 + Group: 'spine.005', Weight: 0.159945 + Group: 'Head', Weight: 0.077837 + Group: 'shoulder.L', Weight: 0.009818 + Group: 'shoulder.R', Weight: 0.118449 +Vertex 3472: +Vertex groups: 5 + Group: 'spine.004', Weight: 0.597448 + Group: 'spine.005', Weight: 0.155865 + Group: 'Head', Weight: 0.087225 + Group: 'shoulder.L', Weight: 0.040792 + Group: 'shoulder.R', Weight: 0.088107 +Vertex 3473: +Vertex groups: 3 + Group: 'spine.004', Weight: 0.752635 + Group: 'spine.005', Weight: 0.127893 + Group: 'shoulder.R', Weight: 0.076298 +Vertex 3474: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.220355 + Group: 'spine.002', Weight: 0.715962 + Group: 'spine.003', Weight: 0.004203 +Vertex 3475: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.860582 + Group: 'forearm.R', Weight: 0.138370 +Vertex 3476: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.917787 + Group: 'forearm.R', Weight: 0.081954 +Vertex 3477: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.874580 + Group: 'forearm.R', Weight: 0.124840 +Vertex 3478: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.835956 + Group: 'forearm.R', Weight: 0.163188 +Vertex 3479: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.950433 + Group: 'forearm.R', Weight: 0.048739 +Vertex 3480: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.847700 + Group: 'forearm.R', Weight: 0.151453 +Vertex 3481: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.852232 + Group: 'forearm.R', Weight: 0.146661 +Vertex 3482: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.950714 + Group: 'forearm.R', Weight: 0.048339 +Vertex 3483: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.843200 + Group: 'forearm.R', Weight: 0.156173 +Vertex 3484: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.868255 + Group: 'forearm.R', Weight: 0.131132 +Vertex 3485: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.911553 + Group: 'forearm.R', Weight: 0.087982 +Vertex 3486: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.936667 + Group: 'forearm.R', Weight: 0.063063 +Vertex 3487: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.927981 + Group: 'forearm.R', Weight: 0.071697 +Vertex 3488: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.915011 + Group: 'forearm.R', Weight: 0.084620 +Vertex 3489: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.953963 + Group: 'forearm.R', Weight: 0.041787 +Vertex 3490: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.891799 + Group: 'forearm.R', Weight: 0.107637 +Vertex 3491: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.965351 + Group: 'forearm.R', Weight: 0.008561 +Vertex 3492: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990247 +Vertex 3493: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.974051 +Vertex 3494: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.958424 + Group: 'forearm.R', Weight: 0.025020 +Vertex 3495: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.990428 +Vertex 3496: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.984422 +Vertex 3497: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.991213 +Vertex 3498: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.972186 + Group: 'forearm.R', Weight: 0.001021 +Vertex 3499: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.962449 + Group: 'forearm.R', Weight: 0.019532 +Vertex 3500: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.965349 + Group: 'forearm.R', Weight: 0.009887 +Vertex 3501: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.962897 + Group: 'forearm.R', Weight: 0.014119 +Vertex 3502: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.993342 +Vertex 3503: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.965228 + Group: 'forearm.R', Weight: 0.013768 +Vertex 3504: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.968515 + Group: 'forearm.R', Weight: 0.003534 +Vertex 3505: +Vertex groups: 5 + Group: 'spine', Weight: 0.009865 + Group: 'spine.001', Weight: 0.170627 + Group: 'spine.002', Weight: 0.708385 + Group: 'spine.003', Weight: 0.036775 + Group: 'upper_arm.R', Weight: 0.009415 +Vertex 3506: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.067466 + Group: 'spine.002', Weight: 0.546883 + Group: 'spine.003', Weight: 0.215925 + Group: 'shoulder.R', Weight: 0.055199 + Group: 'upper_arm.R', Weight: 0.054544 +Vertex 3507: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.657979 + Group: 'spine.003', Weight: 0.142787 + Group: 'spine.001', Weight: 0.102667 + Group: 'upper_arm.R', Weight: 0.058878 + Group: 'shoulder.R', Weight: 0.037689 +Vertex 3508: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.697737 + Group: 'spine.001', Weight: 0.121015 + Group: 'spine.003', Weight: 0.103668 + Group: 'upper_arm.R', Weight: 0.059098 + Group: 'shoulder.R', Weight: 0.018482 +Vertex 3509: +Vertex groups: 5 + Group: 'spine', Weight: 0.013138 + Group: 'spine.001', Weight: 0.136193 + Group: 'spine.002', Weight: 0.688823 + Group: 'spine.003', Weight: 0.066372 + Group: 'upper_arm.R', Weight: 0.043292 +Vertex 3510: +Vertex groups: 3 + Group: 'spine', Weight: 0.778971 + Group: 'spine.001', Weight: 0.026889 + Group: 'spine1', Weight: 0.163683 +Vertex 3511: +Vertex groups: 3 + Group: 'spine', Weight: 0.822526 + Group: 'spine.001', Weight: 0.041359 + Group: 'spine1', Weight: 0.112371 +Vertex 3512: +Vertex groups: 3 + Group: 'spine', Weight: 0.329338 + Group: 'spine1', Weight: 0.631655 + Group: 'spine1.001', Weight: 0.013825 +Vertex 3513: +Vertex groups: 3 + Group: 'spine', Weight: 0.566365 + Group: 'spine1', Weight: 0.387173 + Group: 'spine1.001', Weight: 0.001561 +Vertex 3514: +Vertex groups: 3 + Group: 'spine', Weight: 0.337946 + Group: 'spine1', Weight: 0.616087 + Group: 'spine1.001', Weight: 0.021243 +Vertex 3515: +Vertex groups: 3 + Group: 'spine', Weight: 0.835793 + Group: 'spine.001', Weight: 0.039663 + Group: 'spine1', Weight: 0.099348 +Vertex 3516: +Vertex groups: 3 + Group: 'spine', Weight: 0.292182 + Group: 'spine1', Weight: 0.660978 + Group: 'spine1.001', Weight: 0.028649 +Vertex 3517: +Vertex groups: 3 + Group: 'spine', Weight: 0.302592 + Group: 'spine1', Weight: 0.653899 + Group: 'spine1.001', Weight: 0.023130 +Vertex 3518: +Vertex groups: 3 + Group: 'spine', Weight: 0.131470 + Group: 'spine1', Weight: 0.749936 + Group: 'spine1.001', Weight: 0.101889 +Vertex 3519: +Vertex groups: 3 + Group: 'spine', Weight: 0.079551 + Group: 'spine1', Weight: 0.759648 + Group: 'spine1.001', Weight: 0.150248 +Vertex 3520: +Vertex groups: 3 + Group: 'spine', Weight: 0.214616 + Group: 'spine1', Weight: 0.693877 + Group: 'spine1.001', Weight: 0.074460 +Vertex 3521: +Vertex groups: 3 + Group: 'spine', Weight: 0.063234 + Group: 'spine1', Weight: 0.761214 + Group: 'spine1.001', Weight: 0.167840 +Vertex 3522: +Vertex groups: 3 + Group: 'spine', Weight: 0.059945 + Group: 'spine1', Weight: 0.769742 + Group: 'spine1.001', Weight: 0.163861 +Vertex 3523: +Vertex groups: 3 + Group: 'spine', Weight: 0.204085 + Group: 'spine1', Weight: 0.705810 + Group: 'spine1.001', Weight: 0.072701 +Vertex 3524: +Vertex groups: 3 + Group: 'spine', Weight: 0.219934 + Group: 'spine1', Weight: 0.691705 + Group: 'spine1.001', Weight: 0.070568 +Vertex 3525: +Vertex groups: 3 + Group: 'spine', Weight: 0.056860 + Group: 'spine1', Weight: 0.778492 + Group: 'spine1.001', Weight: 0.158949 +Vertex 3526: +Vertex groups: 4 + Group: 'spine', Weight: 0.761169 + Group: 'spine.001', Weight: 0.177780 + Group: 'spine.002', Weight: 0.011705 + Group: 'spine1', Weight: 0.000089 +Vertex 3527: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.107879 + Group: 'spine.003', Weight: 0.119027 + Group: 'shoulder.R', Weight: 0.149434 + Group: 'upper_arm.R', Weight: 0.601253 +Vertex 3528: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.970726 +Vertex 3529: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.373364 + Group: 'forearm.R', Weight: 0.626304 +Vertex 3530: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.722308 + Group: 'forearm.R', Weight: 0.277156 +Vertex 3531: +Vertex groups: 3 + Group: 'spine.003', Weight: 0.004210 + Group: 'shoulder.R', Weight: 0.029486 + Group: 'upper_arm.R', Weight: 0.903314 +Vertex 3532: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.063810 + Group: 'spine.003', Weight: 0.073213 + Group: 'shoulder.R', Weight: 0.093575 + Group: 'upper_arm.R', Weight: 0.755223 +Vertex 3533: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.249005 + Group: 'spine.003', Weight: 0.246591 + Group: 'shoulder.R', Weight: 0.143976 + Group: 'upper_arm.R', Weight: 0.315682 +Vertex 3534: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.040067 + Group: 'spine.002', Weight: 0.490323 + Group: 'spine.003', Weight: 0.198410 + Group: 'shoulder.R', Weight: 0.081136 + Group: 'upper_arm.R', Weight: 0.159505 +Vertex 3535: +Vertex groups: 5 + Group: 'spine', Weight: 0.048212 + Group: 'spine.001', Weight: 0.209642 + Group: 'spine.002', Weight: 0.635156 + Group: 'spine.003', Weight: 0.051066 + Group: 'upper_arm.R', Weight: 0.011197 +Vertex 3536: +Vertex groups: 3 + Group: 'spine', Weight: 0.242313 + Group: 'spine.001', Weight: 0.563282 + Group: 'spine.002', Weight: 0.170812 +Vertex 3537: +Vertex groups: 3 + Group: 'spine', Weight: 0.602968 + Group: 'spine.001', Weight: 0.309187 + Group: 'spine.002', Weight: 0.066402 +Vertex 3538: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.083827 + Group: 'spine.002', Weight: 0.646219 + Group: 'spine.003', Weight: 0.114600 + Group: 'shoulder.R', Weight: 0.035547 + Group: 'upper_arm.R', Weight: 0.081609 +Vertex 3539: +Vertex groups: 3 + Group: 'spine', Weight: 0.691940 + Group: 'spine.001', Weight: 0.242073 + Group: 'spine.002', Weight: 0.032586 +Vertex 3540: +Vertex groups: 3 + Group: 'spine', Weight: 0.810020 + Group: 'spine.001', Weight: 0.050748 + Group: 'spine1', Weight: 0.121006 +Vertex 3541: +Vertex groups: 4 + Group: 'spine.002', Weight: 0.142123 + Group: 'spine.003', Weight: 0.151700 + Group: 'shoulder.R', Weight: 0.182616 + Group: 'upper_arm.R', Weight: 0.494372 +Vertex 3542: +Vertex groups: 3 + Group: 'spine', Weight: 0.823659 + Group: 'spine.001', Weight: 0.098808 + Group: 'spine1', Weight: 0.054736 +Vertex 3543: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.104816 + Group: 'forearm.R', Weight: 0.894798 +Vertex 3544: +Vertex groups: 1 + Group: 'spine2', Weight: 0.985816 +Vertex 3545: +Vertex groups: 1 + Group: 'spine2', Weight: 1.000000 +Vertex 3546: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.806102 + Group: 'spine2', Weight: 0.190187 +Vertex 3547: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.269529 + Group: 'spine1.003', Weight: 0.728594 +Vertex 3548: +Vertex groups: 2 + Group: 'spine1.001', Weight: 0.136714 + Group: 'spine1.002', Weight: 0.830055 +Vertex 3549: +Vertex groups: 4 + Group: 'spine', Weight: 0.052035 + Group: 'spine1', Weight: 0.689817 + Group: 'spine1.001', Weight: 0.219964 + Group: 'spine1.002', Weight: 0.022958 +Vertex 3550: +Vertex groups: 2 + Group: 'spine1.003', Weight: 0.114443 + Group: 'spine2', Weight: 0.885106 +Vertex 3551: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.028340 + Group: 'spine1.003', Weight: 0.959829 +Vertex 3552: +Vertex groups: 2 + Group: 'spine1.002', Weight: 0.912322 + Group: 'spine1.003', Weight: 0.065831 +Vertex 3553: +Vertex groups: 3 + Group: 'spine1', Weight: 0.132561 + Group: 'spine1.001', Weight: 0.685428 + Group: 'spine1.002', Weight: 0.169449 +Vertex 3554: +Vertex groups: 3 + Group: 'spine', Weight: 0.459960 + Group: 'spine.001', Weight: 0.419333 + Group: 'spine.002', Weight: 0.100282 +Vertex 3555: +Vertex groups: 3 + Group: 'spine', Weight: 0.342838 + Group: 'spine.001', Weight: 0.508420 + Group: 'spine.002', Weight: 0.127676 +Vertex 3556: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.926947 + Group: 'forearm.R', Weight: 0.070799 +Vertex 3557: +Vertex groups: 3 + Group: 'spine', Weight: 0.409949 + Group: 'spine1', Weight: 0.537719 + Group: 'spine1.001', Weight: 0.022014 +Vertex 3558: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.003384 + Group: 'forearm.R', Weight: 0.972084 +Vertex 3559: +Vertex groups: 4 + Group: 'spine', Weight: 0.095894 + Group: 'spine.001', Weight: 0.420920 + Group: 'spine.002', Weight: 0.429469 + Group: 'spine.003', Weight: 0.000996 +Vertex 3560: +Vertex groups: 3 + Group: 'spine', Weight: 0.145789 + Group: 'spine.001', Weight: 0.535095 + Group: 'spine.002', Weight: 0.284110 +Vertex 3561: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.180216 + Group: 'forearm.R', Weight: 0.819480 +Vertex 3562: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.973494 +Vertex 3563: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.839217 + Group: 'forearm.R', Weight: 0.159803 +Vertex 3564: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.960174 + Group: 'forearm.R', Weight: 0.020674 +Vertex 3565: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.714619 + Group: 'spine.001', Weight: 0.134458 + Group: 'spine.003', Weight: 0.084785 + Group: 'upper_arm.R', Weight: 0.054691 + Group: 'spine', Weight: 0.011446 +Vertex 3566: +Vertex groups: 2 + Group: 'spine', Weight: 0.680804 + Group: 'spine1', Weight: 0.271223 +Vertex 3567: +Vertex groups: 3 + Group: 'spine', Weight: 0.164295 + Group: 'spine1', Weight: 0.732618 + Group: 'spine1.001', Weight: 0.085956 +Vertex 3568: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.980386 +Vertex 3569: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.985890 +Vertex 3570: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.010351 + Group: 'forearm.R', Weight: 0.968653 +Vertex 3571: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.018012 + Group: 'forearm.R', Weight: 0.963668 +Vertex 3572: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.971998 +Vertex 3573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.013587 + Group: 'Head', Weight: 0.968089 +Vertex 3574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.034632 + Group: 'Head', Weight: 0.957557 +Vertex 3575: +Vertex groups: 1 + Group: 'Head', Weight: 0.981409 +Vertex 3576: +Vertex groups: 1 + Group: 'Head', Weight: 0.979509 +Vertex 3577: +Vertex groups: 1 + Group: 'Head', Weight: 0.975647 +Vertex 3578: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.004109 + Group: 'Head', Weight: 0.972807 +Vertex 3579: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.021524 + Group: 'Head', Weight: 0.964078 +Vertex 3580: +Vertex groups: 1 + Group: 'Head', Weight: 0.981767 +Vertex 3581: +Vertex groups: 1 + Group: 'Head', Weight: 0.980399 +Vertex 3582: +Vertex groups: 1 + Group: 'Head', Weight: 0.977530 +Vertex 3583: +Vertex groups: 1 + Group: 'Head', Weight: 0.980551 +Vertex 3584: +Vertex groups: 1 + Group: 'Head', Weight: 0.980001 +Vertex 3585: +Vertex groups: 1 + Group: 'Head', Weight: 0.984899 +Vertex 3586: +Vertex groups: 1 + Group: 'Head', Weight: 0.983770 +Vertex 3587: +Vertex groups: 1 + Group: 'Head', Weight: 0.982237 +Vertex 3588: +Vertex groups: 1 + Group: 'Head', Weight: 0.985156 +Vertex 3589: +Vertex groups: 1 + Group: 'Head', Weight: 0.985279 +Vertex 3590: +Vertex groups: 1 + Group: 'Head', Weight: 0.987319 +Vertex 3591: +Vertex groups: 1 + Group: 'Head', Weight: 0.988391 +Vertex 3592: +Vertex groups: 1 + Group: 'Head', Weight: 0.988680 +Vertex 3593: +Vertex groups: 1 + Group: 'Head', Weight: 0.987940 +Vertex 3594: +Vertex groups: 1 + Group: 'Head', Weight: 0.987098 +Vertex 3595: +Vertex groups: 1 + Group: 'Head', Weight: 0.986034 +Vertex 3596: +Vertex groups: 1 + Group: 'Head', Weight: 0.988269 +Vertex 3597: +Vertex groups: 1 + Group: 'Head', Weight: 0.988379 +Vertex 3598: +Vertex groups: 1 + Group: 'Head', Weight: 0.989432 +Vertex 3599: +Vertex groups: 1 + Group: 'Head', Weight: 0.990345 +Vertex 3600: +Vertex groups: 1 + Group: 'Head', Weight: 0.990951 +Vertex 3601: +Vertex groups: 1 + Group: 'Head', Weight: 0.990980 +Vertex 3602: +Vertex groups: 1 + Group: 'Head', Weight: 0.990386 +Vertex 3603: +Vertex groups: 1 + Group: 'Head', Weight: 0.989131 +Vertex 3604: +Vertex groups: 1 + Group: 'Head', Weight: 0.990757 +Vertex 3605: +Vertex groups: 1 + Group: 'Head', Weight: 0.990635 +Vertex 3606: +Vertex groups: 1 + Group: 'Head', Weight: 0.991244 +Vertex 3607: +Vertex groups: 1 + Group: 'Head', Weight: 0.992020 +Vertex 3608: +Vertex groups: 1 + Group: 'Head', Weight: 0.992651 +Vertex 3609: +Vertex groups: 1 + Group: 'Head', Weight: 0.992857 +Vertex 3610: +Vertex groups: 1 + Group: 'Head', Weight: 0.992537 +Vertex 3611: +Vertex groups: 1 + Group: 'Head', Weight: 0.991704 +Vertex 3612: +Vertex groups: 1 + Group: 'Head', Weight: 0.992826 +Vertex 3613: +Vertex groups: 1 + Group: 'Head', Weight: 0.992520 +Vertex 3614: +Vertex groups: 1 + Group: 'Head', Weight: 0.992798 +Vertex 3615: +Vertex groups: 1 + Group: 'Head', Weight: 0.993373 +Vertex 3616: +Vertex groups: 1 + Group: 'Head', Weight: 0.993915 +Vertex 3617: +Vertex groups: 1 + Group: 'Head', Weight: 0.994161 +Vertex 3618: +Vertex groups: 1 + Group: 'Head', Weight: 0.994019 +Vertex 3619: +Vertex groups: 1 + Group: 'Head', Weight: 0.993502 +Vertex 3620: +Vertex groups: 1 + Group: 'Head', Weight: 0.994295 +Vertex 3621: +Vertex groups: 1 + Group: 'Head', Weight: 0.993991 +Vertex 3622: +Vertex groups: 1 + Group: 'Head', Weight: 0.994066 +Vertex 3623: +Vertex groups: 1 + Group: 'Head', Weight: 0.994437 +Vertex 3624: +Vertex groups: 1 + Group: 'Head', Weight: 0.994854 +Vertex 3625: +Vertex groups: 1 + Group: 'Head', Weight: 0.995085 +Vertex 3626: +Vertex groups: 1 + Group: 'Head', Weight: 0.995048 +Vertex 3627: +Vertex groups: 1 + Group: 'Head', Weight: 0.994745 +Vertex 3628: +Vertex groups: 1 + Group: 'Head', Weight: 0.995283 +Vertex 3629: +Vertex groups: 1 + Group: 'Head', Weight: 0.995035 +Vertex 3630: +Vertex groups: 1 + Group: 'Head', Weight: 0.995015 +Vertex 3631: +Vertex groups: 1 + Group: 'Head', Weight: 0.995236 +Vertex 3632: +Vertex groups: 1 + Group: 'Head', Weight: 0.995538 +Vertex 3633: +Vertex groups: 1 + Group: 'Head', Weight: 0.995736 +Vertex 3634: +Vertex groups: 1 + Group: 'Head', Weight: 0.995750 +Vertex 3635: +Vertex groups: 1 + Group: 'Head', Weight: 0.995579 +Vertex 3636: +Vertex groups: 1 + Group: 'Head', Weight: 0.995930 +Vertex 3637: +Vertex groups: 1 + Group: 'Head', Weight: 0.995740 +Vertex 3638: +Vertex groups: 1 + Group: 'Head', Weight: 0.995685 +Vertex 3639: +Vertex groups: 1 + Group: 'Head', Weight: 0.995809 +Vertex 3640: +Vertex groups: 1 + Group: 'Head', Weight: 0.996025 +Vertex 3641: +Vertex groups: 1 + Group: 'Head', Weight: 0.996187 +Vertex 3642: +Vertex groups: 1 + Group: 'Head', Weight: 0.996223 +Vertex 3643: +Vertex groups: 1 + Group: 'Head', Weight: 0.996124 +Vertex 3644: +Vertex groups: 1 + Group: 'Head', Weight: 0.996349 +Vertex 3645: +Vertex groups: 1 + Group: 'Head', Weight: 0.996209 +Vertex 3646: +Vertex groups: 1 + Group: 'Head', Weight: 0.996147 +Vertex 3647: +Vertex groups: 1 + Group: 'Head', Weight: 0.996209 +Vertex 3648: +Vertex groups: 1 + Group: 'Head', Weight: 0.996364 +Vertex 3649: +Vertex groups: 1 + Group: 'Head', Weight: 0.996495 +Vertex 3650: +Vertex groups: 1 + Group: 'Head', Weight: 0.996537 +Vertex 3651: +Vertex groups: 1 + Group: 'Head', Weight: 0.996480 +Vertex 3652: +Vertex groups: 1 + Group: 'Head', Weight: 0.996622 +Vertex 3653: +Vertex groups: 1 + Group: 'Head', Weight: 0.996521 +Vertex 3654: +Vertex groups: 1 + Group: 'Head', Weight: 0.996465 +Vertex 3655: +Vertex groups: 1 + Group: 'Head', Weight: 0.996495 +Vertex 3656: +Vertex groups: 1 + Group: 'Head', Weight: 0.996602 +Vertex 3657: +Vertex groups: 1 + Group: 'Head', Weight: 0.996703 +Vertex 3658: +Vertex groups: 1 + Group: 'Head', Weight: 0.996743 +Vertex 3659: +Vertex groups: 1 + Group: 'Head', Weight: 0.996711 +Vertex 3660: +Vertex groups: 1 + Group: 'Head', Weight: 0.996799 +Vertex 3661: +Vertex groups: 1 + Group: 'Head', Weight: 0.996728 +Vertex 3662: +Vertex groups: 1 + Group: 'Head', Weight: 0.996683 +Vertex 3663: +Vertex groups: 1 + Group: 'Head', Weight: 0.996695 +Vertex 3664: +Vertex groups: 1 + Group: 'Head', Weight: 0.996766 +Vertex 3665: +Vertex groups: 1 + Group: 'Head', Weight: 0.996841 +Vertex 3666: +Vertex groups: 1 + Group: 'Head', Weight: 0.996876 +Vertex 3667: +Vertex groups: 1 + Group: 'Head', Weight: 0.996858 +Vertex 3668: +Vertex groups: 1 + Group: 'Head', Weight: 0.996911 +Vertex 3669: +Vertex groups: 1 + Group: 'Head', Weight: 0.996864 +Vertex 3670: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 3671: +Vertex groups: 1 + Group: 'Head', Weight: 0.996830 +Vertex 3672: +Vertex groups: 1 + Group: 'Head', Weight: 0.996874 +Vertex 3673: +Vertex groups: 1 + Group: 'Head', Weight: 0.996929 +Vertex 3674: +Vertex groups: 1 + Group: 'Head', Weight: 0.996957 +Vertex 3675: +Vertex groups: 1 + Group: 'Head', Weight: 0.996949 +Vertex 3676: +Vertex groups: 1 + Group: 'Head', Weight: 0.996982 +Vertex 3677: +Vertex groups: 1 + Group: 'Head', Weight: 0.996953 +Vertex 3678: +Vertex groups: 1 + Group: 'Head', Weight: 0.996930 +Vertex 3679: +Vertex groups: 1 + Group: 'Head', Weight: 0.996924 +Vertex 3680: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 3681: +Vertex groups: 1 + Group: 'Head', Weight: 0.996983 +Vertex 3682: +Vertex groups: 1 + Group: 'Head', Weight: 0.997005 +Vertex 3683: +Vertex groups: 1 + Group: 'Head', Weight: 0.997003 +Vertex 3684: +Vertex groups: 1 + Group: 'Head', Weight: 0.997027 +Vertex 3685: +Vertex groups: 1 + Group: 'Head', Weight: 0.997012 +Vertex 3686: +Vertex groups: 1 + Group: 'Head', Weight: 0.997000 +Vertex 3687: +Vertex groups: 1 + Group: 'Head', Weight: 0.996995 +Vertex 3688: +Vertex groups: 1 + Group: 'Head', Weight: 0.997003 +Vertex 3689: +Vertex groups: 1 + Group: 'Head', Weight: 0.997021 +Vertex 3690: +Vertex groups: 1 + Group: 'Head', Weight: 0.997035 +Vertex 3691: +Vertex groups: 1 + Group: 'Head', Weight: 0.997036 +Vertex 3692: +Vertex groups: 1 + Group: 'Head', Weight: 0.997054 +Vertex 3693: +Vertex groups: 1 + Group: 'Head', Weight: 0.997050 +Vertex 3694: +Vertex groups: 1 + Group: 'Head', Weight: 0.997047 +Vertex 3695: +Vertex groups: 1 + Group: 'Head', Weight: 0.997046 +Vertex 3696: +Vertex groups: 1 + Group: 'Head', Weight: 0.997048 +Vertex 3697: +Vertex groups: 1 + Group: 'Head', Weight: 0.997052 +Vertex 3698: +Vertex groups: 1 + Group: 'Head', Weight: 0.997057 +Vertex 3699: +Vertex groups: 1 + Group: 'Head', Weight: 0.997057 +Vertex 3700: +Vertex groups: 1 + Group: 'Head', Weight: 0.997064 +Vertex 3701: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078155 + Group: 'Head', Weight: 0.921844 +Vertex 3702: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072806 + Group: 'Head', Weight: 0.927193 +Vertex 3703: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.066086 + Group: 'Head', Weight: 0.933913 +Vertex 3704: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.061518 + Group: 'Head', Weight: 0.938482 +Vertex 3705: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.059699 + Group: 'Head', Weight: 0.940300 +Vertex 3706: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.060762 + Group: 'Head', Weight: 0.939237 +Vertex 3707: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.064770 + Group: 'Head', Weight: 0.935229 +Vertex 3708: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071583 + Group: 'Head', Weight: 0.928416 +Vertex 3709: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088658 + Group: 'Head', Weight: 0.911341 +Vertex 3710: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.090111 + Group: 'Head', Weight: 0.909888 +Vertex 3711: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077925 + Group: 'Head', Weight: 0.922074 +Vertex 3712: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074113 + Group: 'Head', Weight: 0.925887 +Vertex 3713: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071817 + Group: 'Head', Weight: 0.928182 +Vertex 3714: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071054 + Group: 'Head', Weight: 0.928945 +Vertex 3715: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.071675 + Group: 'Head', Weight: 0.928324 +Vertex 3716: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078404 + Group: 'Head', Weight: 0.921595 +Vertex 3717: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.084980 + Group: 'Head', Weight: 0.915019 +Vertex 3718: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082711 + Group: 'Head', Weight: 0.917288 +Vertex 3719: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079557 + Group: 'Head', Weight: 0.920442 +Vertex 3720: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077243 + Group: 'Head', Weight: 0.922756 +Vertex 3721: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075608 + Group: 'Head', Weight: 0.924391 +Vertex 3722: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074895 + Group: 'Head', Weight: 0.925104 +Vertex 3723: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075758 + Group: 'Head', Weight: 0.924241 +Vertex 3724: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079238 + Group: 'Head', Weight: 0.920761 +Vertex 3725: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.080427 + Group: 'Head', Weight: 0.919572 +Vertex 3726: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.079808 + Group: 'Head', Weight: 0.920191 +Vertex 3727: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078675 + Group: 'Head', Weight: 0.921323 +Vertex 3728: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077580 + Group: 'Head', Weight: 0.922419 +Vertex 3729: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076628 + Group: 'Head', Weight: 0.923370 +Vertex 3730: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076080 + Group: 'Head', Weight: 0.923919 +Vertex 3731: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076596 + Group: 'Head', Weight: 0.923403 +Vertex 3732: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078477 + Group: 'Head', Weight: 0.921521 +Vertex 3733: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078652 + Group: 'Head', Weight: 0.921346 +Vertex 3734: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.078394 + Group: 'Head', Weight: 0.921605 +Vertex 3735: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077880 + Group: 'Head', Weight: 0.922119 +Vertex 3736: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077339 + Group: 'Head', Weight: 0.922660 +Vertex 3737: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076837 + Group: 'Head', Weight: 0.923162 +Vertex 3738: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076527 + Group: 'Head', Weight: 0.923471 +Vertex 3739: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076842 + Group: 'Head', Weight: 0.923157 +Vertex 3740: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077906 + Group: 'Head', Weight: 0.922092 +Vertex 3741: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077638 + Group: 'Head', Weight: 0.922361 +Vertex 3742: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077514 + Group: 'Head', Weight: 0.922484 +Vertex 3743: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077256 + Group: 'Head', Weight: 0.922743 +Vertex 3744: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076986 + Group: 'Head', Weight: 0.923012 +Vertex 3745: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076754 + Group: 'Head', Weight: 0.923244 +Vertex 3746: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076643 + Group: 'Head', Weight: 0.923356 +Vertex 3747: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076835 + Group: 'Head', Weight: 0.923164 +Vertex 3748: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.077342 + Group: 'Head', Weight: 0.922657 +Vertex 3749: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076934 + Group: 'Head', Weight: 0.923064 +Vertex 3750: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076866 + Group: 'Head', Weight: 0.923132 +Vertex 3751: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076731 + Group: 'Head', Weight: 0.923268 +Vertex 3752: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076604 + Group: 'Head', Weight: 0.923395 +Vertex 3753: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076517 + Group: 'Head', Weight: 0.923481 +Vertex 3754: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076504 + Group: 'Head', Weight: 0.923494 +Vertex 3755: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076614 + Group: 'Head', Weight: 0.923385 +Vertex 3756: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076823 + Group: 'Head', Weight: 0.923175 +Vertex 3757: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076384 + Group: 'Head', Weight: 0.923614 +Vertex 3758: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076336 + Group: 'Head', Weight: 0.923662 +Vertex 3759: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076260 + Group: 'Head', Weight: 0.923739 +Vertex 3760: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076205 + Group: 'Head', Weight: 0.923793 +Vertex 3761: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076186 + Group: 'Head', Weight: 0.923812 +Vertex 3762: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076207 + Group: 'Head', Weight: 0.923792 +Vertex 3763: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076268 + Group: 'Head', Weight: 0.923730 +Vertex 3764: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.076351 + Group: 'Head', Weight: 0.923647 +Vertex 3765: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075913 + Group: 'Head', Weight: 0.924085 +Vertex 3766: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075875 + Group: 'Head', Weight: 0.924123 +Vertex 3767: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075826 + Group: 'Head', Weight: 0.924173 +Vertex 3768: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075802 + Group: 'Head', Weight: 0.924197 +Vertex 3769: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075808 + Group: 'Head', Weight: 0.924191 +Vertex 3770: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075834 + Group: 'Head', Weight: 0.924164 +Vertex 3771: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075872 + Group: 'Head', Weight: 0.924126 +Vertex 3772: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075909 + Group: 'Head', Weight: 0.924089 +Vertex 3773: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075481 + Group: 'Head', Weight: 0.924517 +Vertex 3774: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075455 + Group: 'Head', Weight: 0.924543 +Vertex 3775: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075417 + Group: 'Head', Weight: 0.924581 +Vertex 3776: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075399 + Group: 'Head', Weight: 0.924599 +Vertex 3777: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075406 + Group: 'Head', Weight: 0.924592 +Vertex 3778: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075429 + Group: 'Head', Weight: 0.924569 +Vertex 3779: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075457 + Group: 'Head', Weight: 0.924542 +Vertex 3780: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075480 + Group: 'Head', Weight: 0.924518 +Vertex 3781: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075057 + Group: 'Head', Weight: 0.924941 +Vertex 3782: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075046 + Group: 'Head', Weight: 0.924952 +Vertex 3783: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075015 + Group: 'Head', Weight: 0.924983 +Vertex 3784: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074990 + Group: 'Head', Weight: 0.925008 +Vertex 3785: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074988 + Group: 'Head', Weight: 0.925010 +Vertex 3786: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075002 + Group: 'Head', Weight: 0.924995 +Vertex 3787: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075025 + Group: 'Head', Weight: 0.924973 +Vertex 3788: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.075048 + Group: 'Head', Weight: 0.924950 +Vertex 3789: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074617 + Group: 'Head', Weight: 0.925381 +Vertex 3790: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074620 + Group: 'Head', Weight: 0.925378 +Vertex 3791: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074595 + Group: 'Head', Weight: 0.925403 +Vertex 3792: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074560 + Group: 'Head', Weight: 0.925438 +Vertex 3793: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074546 + Group: 'Head', Weight: 0.925452 +Vertex 3794: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074552 + Group: 'Head', Weight: 0.925446 +Vertex 3795: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074572 + Group: 'Head', Weight: 0.925426 +Vertex 3796: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074597 + Group: 'Head', Weight: 0.925401 +Vertex 3797: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074149 + Group: 'Head', Weight: 0.925849 +Vertex 3798: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074166 + Group: 'Head', Weight: 0.925832 +Vertex 3799: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074148 + Group: 'Head', Weight: 0.925850 +Vertex 3800: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074104 + Group: 'Head', Weight: 0.925894 +Vertex 3801: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074076 + Group: 'Head', Weight: 0.925922 +Vertex 3802: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074072 + Group: 'Head', Weight: 0.925926 +Vertex 3803: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074089 + Group: 'Head', Weight: 0.925909 +Vertex 3804: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.074118 + Group: 'Head', Weight: 0.925880 +Vertex 3805: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073646 + Group: 'Head', Weight: 0.926352 +Vertex 3806: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073689 + Group: 'Head', Weight: 0.926309 +Vertex 3807: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073690 + Group: 'Head', Weight: 0.926308 +Vertex 3808: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073638 + Group: 'Head', Weight: 0.926360 +Vertex 3809: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073589 + Group: 'Head', Weight: 0.926410 +Vertex 3810: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073556 + Group: 'Head', Weight: 0.926442 +Vertex 3811: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073552 + Group: 'Head', Weight: 0.926447 +Vertex 3812: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073589 + Group: 'Head', Weight: 0.926409 +Vertex 3813: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073090 + Group: 'Head', Weight: 0.926909 +Vertex 3814: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073189 + Group: 'Head', Weight: 0.926809 +Vertex 3815: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073223 + Group: 'Head', Weight: 0.926775 +Vertex 3816: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073157 + Group: 'Head', Weight: 0.926841 +Vertex 3817: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.073091 + Group: 'Head', Weight: 0.926907 +Vertex 3818: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072987 + Group: 'Head', Weight: 0.927011 +Vertex 3819: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072852 + Group: 'Head', Weight: 0.927146 +Vertex 3820: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072934 + Group: 'Head', Weight: 0.927064 +Vertex 3821: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072623 + Group: 'Head', Weight: 0.927375 +Vertex 3822: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072712 + Group: 'Head', Weight: 0.927287 +Vertex 3823: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072747 + Group: 'Head', Weight: 0.927251 +Vertex 3824: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072694 + Group: 'Head', Weight: 0.927304 +Vertex 3825: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072572 + Group: 'Head', Weight: 0.927426 +Vertex 3826: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072448 + Group: 'Head', Weight: 0.927550 +Vertex 3827: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072414 + Group: 'Head', Weight: 0.927584 +Vertex 3828: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072495 + Group: 'Head', Weight: 0.927503 +Vertex 3829: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072271 + Group: 'Head', Weight: 0.927727 +Vertex 3830: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072301 + Group: 'Head', Weight: 0.927697 +Vertex 3831: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072310 + Group: 'Head', Weight: 0.927688 +Vertex 3832: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072287 + Group: 'Head', Weight: 0.927711 +Vertex 3833: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072240 + Group: 'Head', Weight: 0.927758 +Vertex 3834: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072196 + Group: 'Head', Weight: 0.927802 +Vertex 3835: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072192 + Group: 'Head', Weight: 0.927806 +Vertex 3836: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072224 + Group: 'Head', Weight: 0.927774 +Vertex 3837: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.072150 + Group: 'Head', Weight: 0.927848 +Vertex 3838: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246538 + Group: 'Head', Weight: 0.753460 +Vertex 3839: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256952 + Group: 'Head', Weight: 0.743046 +Vertex 3840: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.246325 + Group: 'Head', Weight: 0.753674 +Vertex 3841: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235210 + Group: 'Head', Weight: 0.764788 +Vertex 3842: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.228873 + Group: 'Head', Weight: 0.771125 +Vertex 3843: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.227390 + Group: 'Head', Weight: 0.772608 +Vertex 3844: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.229223 + Group: 'Head', Weight: 0.770775 +Vertex 3845: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.235245 + Group: 'Head', Weight: 0.764753 +Vertex 3846: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.260805 + Group: 'Head', Weight: 0.739193 +Vertex 3847: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.267883 + Group: 'Head', Weight: 0.732116 +Vertex 3848: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.264149 + Group: 'Head', Weight: 0.735849 +Vertex 3849: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251484 + Group: 'Head', Weight: 0.748514 +Vertex 3850: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245195 + Group: 'Head', Weight: 0.754803 +Vertex 3851: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242703 + Group: 'Head', Weight: 0.757295 +Vertex 3852: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.242938 + Group: 'Head', Weight: 0.757060 +Vertex 3853: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.245804 + Group: 'Head', Weight: 0.754194 +Vertex 3854: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256305 + Group: 'Head', Weight: 0.743693 +Vertex 3855: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.259167 + Group: 'Head', Weight: 0.740831 +Vertex 3856: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.257413 + Group: 'Head', Weight: 0.742585 +Vertex 3857: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253300 + Group: 'Head', Weight: 0.746698 +Vertex 3858: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250429 + Group: 'Head', Weight: 0.749569 +Vertex 3859: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249000 + Group: 'Head', Weight: 0.750998 +Vertex 3860: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.249031 + Group: 'Head', Weight: 0.750967 +Vertex 3861: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.250982 + Group: 'Head', Weight: 0.749016 +Vertex 3862: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255017 + Group: 'Head', Weight: 0.744981 +Vertex 3863: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.256364 + Group: 'Head', Weight: 0.743634 +Vertex 3864: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255388 + Group: 'Head', Weight: 0.744610 +Vertex 3865: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253685 + Group: 'Head', Weight: 0.746313 +Vertex 3866: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252402 + Group: 'Head', Weight: 0.747596 +Vertex 3867: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251660 + Group: 'Head', Weight: 0.748338 +Vertex 3868: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.251544 + Group: 'Head', Weight: 0.748454 +Vertex 3869: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252503 + Group: 'Head', Weight: 0.747495 +Vertex 3870: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254446 + Group: 'Head', Weight: 0.745552 +Vertex 3871: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.255025 + Group: 'Head', Weight: 0.744973 +Vertex 3872: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254601 + Group: 'Head', Weight: 0.745396 +Vertex 3873: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253840 + Group: 'Head', Weight: 0.746158 +Vertex 3874: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253180 + Group: 'Head', Weight: 0.746818 +Vertex 3875: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252750 + Group: 'Head', Weight: 0.747248 +Vertex 3876: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.252677 + Group: 'Head', Weight: 0.747321 +Vertex 3877: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253256 + Group: 'Head', Weight: 0.746742 +Vertex 3878: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253955 + Group: 'Head', Weight: 0.746043 +Vertex 3879: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254136 + Group: 'Head', Weight: 0.745862 +Vertex 3880: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.254043 + Group: 'Head', Weight: 0.745955 +Vertex 3881: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253776 + Group: 'Head', Weight: 0.746221 +Vertex 3882: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253458 + Group: 'Head', Weight: 0.746539 +Vertex 3883: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253226 + Group: 'Head', Weight: 0.746772 +Vertex 3884: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253241 + Group: 'Head', Weight: 0.746757 +Vertex 3885: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253557 + Group: 'Head', Weight: 0.746440 +Vertex 3886: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253688 + Group: 'Head', Weight: 0.746309 +Vertex 3887: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253730 + Group: 'Head', Weight: 0.746267 +Vertex 3888: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253717 + Group: 'Head', Weight: 0.746280 +Vertex 3889: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253656 + Group: 'Head', Weight: 0.746342 +Vertex 3890: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253568 + Group: 'Head', Weight: 0.746430 +Vertex 3891: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253500 + Group: 'Head', Weight: 0.746498 +Vertex 3892: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253513 + Group: 'Head', Weight: 0.746485 +Vertex 3893: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253599 + Group: 'Head', Weight: 0.746399 +Vertex 3894: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253618 + Group: 'Head', Weight: 0.746380 +Vertex 3895: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253622 + Group: 'Head', Weight: 0.746375 +Vertex 3896: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253621 + Group: 'Head', Weight: 0.746377 +Vertex 3897: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253615 + Group: 'Head', Weight: 0.746383 +Vertex 3898: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253605 + Group: 'Head', Weight: 0.746392 +Vertex 3899: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253598 + Group: 'Head', Weight: 0.746399 +Vertex 3900: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253600 + Group: 'Head', Weight: 0.746398 +Vertex 3901: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253609 + Group: 'Head', Weight: 0.746389 +Vertex 3902: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.253610 + Group: 'Head', Weight: 0.746388 +Vertex 3903: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996386 +Vertex 3904: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998830 +Vertex 3905: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998527 +Vertex 3906: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.992879 +Vertex 3907: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997752 +Vertex 3908: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998480 +Vertex 3909: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998439 +Vertex 3910: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997220 +Vertex 3911: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998156 +Vertex 3912: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998329 +Vertex 3913: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998329 +Vertex 3914: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998013 +Vertex 3915: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998198 +Vertex 3916: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998269 +Vertex 3917: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998257 +Vertex 3918: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998158 +Vertex 3919: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998215 +Vertex 3920: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998237 +Vertex 3921: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3922: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998199 +Vertex 3923: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998225 +Vertex 3924: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998229 +Vertex 3925: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998227 +Vertex 3926: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998222 +Vertex 3927: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3928: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3929: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998229 +Vertex 3930: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998229 +Vertex 3931: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3932: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3933: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3934: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3935: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996552 +Vertex 3936: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997841 +Vertex 3937: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998090 +Vertex 3938: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998191 +Vertex 3939: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998212 +Vertex 3940: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998223 +Vertex 3941: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998230 +Vertex 3942: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3943: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998362 +Vertex 3944: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998322 +Vertex 3945: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998269 +Vertex 3946: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998248 +Vertex 3947: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998232 +Vertex 3948: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998227 +Vertex 3949: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998228 +Vertex 3950: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998239 +Vertex 3951: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997597 +Vertex 3952: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.996198 +Vertex 3953: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998724 +Vertex 3954: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998546 +Vertex 3955: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.997510 +Vertex 3956: +Vertex groups: 1 + Group: 'upper_arm.R', Weight: 0.998555 +Vertex 3957: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.161385 + Group: 'forearm.R', Weight: 0.838615 +Vertex 3958: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.255574 + Group: 'forearm.R', Weight: 0.744426 +Vertex 3959: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.376758 + Group: 'forearm.R', Weight: 0.623242 +Vertex 3960: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.165071 + Group: 'forearm.R', Weight: 0.834929 +Vertex 3961: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.348389 + Group: 'forearm.R', Weight: 0.651612 +Vertex 3962: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.357752 + Group: 'forearm.R', Weight: 0.642248 +Vertex 3963: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.336434 + Group: 'forearm.R', Weight: 0.663566 +Vertex 3964: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.405303 + Group: 'forearm.R', Weight: 0.594697 +Vertex 3965: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.350288 + Group: 'forearm.R', Weight: 0.649712 +Vertex 3966: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347922 + Group: 'forearm.R', Weight: 0.652078 +Vertex 3967: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.345926 + Group: 'forearm.R', Weight: 0.654075 +Vertex 3968: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.352563 + Group: 'forearm.R', Weight: 0.647437 +Vertex 3969: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347348 + Group: 'forearm.R', Weight: 0.652652 +Vertex 3970: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347159 + Group: 'forearm.R', Weight: 0.652841 +Vertex 3971: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347023 + Group: 'forearm.R', Weight: 0.652978 +Vertex 3972: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347317 + Group: 'forearm.R', Weight: 0.652683 +Vertex 3973: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347077 + Group: 'forearm.R', Weight: 0.652924 +Vertex 3974: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.255732 + Group: 'forearm.R', Weight: 0.744269 +Vertex 3975: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.367157 + Group: 'forearm.R', Weight: 0.632843 +Vertex 3976: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.345763 + Group: 'forearm.R', Weight: 0.654237 +Vertex 3977: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347002 + Group: 'forearm.R', Weight: 0.652999 +Vertex 3978: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.199659 + Group: 'forearm.R', Weight: 0.800341 +Vertex 3979: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.341801 + Group: 'forearm.R', Weight: 0.658200 +Vertex 3980: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.348567 + Group: 'forearm.R', Weight: 0.651434 +Vertex 3981: +Vertex groups: 2 + Group: 'upper_arm.R', Weight: 0.347243 + Group: 'forearm.R', Weight: 0.652758 +Vertex 3982: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.746382 + Group: 'hand.R', Weight: 0.205330 + Group: 'thumb.01.R', Weight: 0.041466 +Vertex 3983: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.704752 + Group: 'hand.R', Weight: 0.194582 + Group: 'thumb.01.R', Weight: 0.097460 +Vertex 3984: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.753067 + Group: 'hand.R', Weight: 0.225669 +Vertex 3985: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.774396 + Group: 'hand.R', Weight: 0.217108 +Vertex 3986: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.702507 + Group: 'hand.R', Weight: 0.194802 + Group: 'thumb.01.R', Weight: 0.097157 +Vertex 3987: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.708444 + Group: 'hand.R', Weight: 0.236045 + Group: 'thumb.01.R', Weight: 0.046808 +Vertex 3988: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.708816 + Group: 'hand.R', Weight: 0.258990 + Group: 'thumb.01.R', Weight: 0.000361 +Vertex 3989: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.253826 + Group: 'hand.R', Weight: 0.640348 + Group: 'thumb.01.R', Weight: 0.099728 +Vertex 3990: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.293185 + Group: 'hand.R', Weight: 0.443799 + Group: 'thumb.01.R', Weight: 0.257206 +Vertex 3991: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.197744 + Group: 'hand.R', Weight: 0.756479 + Group: 'thumb.01.R', Weight: 0.029951 +Vertex 3992: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.181197 + Group: 'hand.R', Weight: 0.800080 +Vertex 3993: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.251548 + Group: 'hand.R', Weight: 0.440944 + Group: 'thumb.01.R', Weight: 0.294260 +Vertex 3994: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.242725 + Group: 'hand.R', Weight: 0.626096 + Group: 'thumb.01.R', Weight: 0.111169 +Vertex 3995: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.288314 + Group: 'hand.R', Weight: 0.638635 + Group: 'thumb.01.R', Weight: 0.053631 +Vertex 3996: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.141571 + Group: 'hand.R', Weight: 0.679858 + Group: 'thumb.01.R', Weight: 0.167239 +Vertex 3997: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.198833 + Group: 'hand.R', Weight: 0.392780 + Group: 'thumb.01.R', Weight: 0.399715 +Vertex 3998: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.085264 + Group: 'hand.R', Weight: 0.825281 + Group: 'thumb.01.R', Weight: 0.073668 +Vertex 3999: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.061353 + Group: 'hand.R', Weight: 0.890105 + Group: 'thumb.01.R', Weight: 0.019763 +Vertex 4000: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.122150 + Group: 'hand.R', Weight: 0.321469 + Group: 'thumb.01.R', Weight: 0.531757 +Vertex 4001: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.090666 + Group: 'hand.R', Weight: 0.623572 + Group: 'thumb.01.R', Weight: 0.233325 + Group: 'palm.03.R', Weight: 0.033691 +Vertex 4002: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.151018 + Group: 'hand.R', Weight: 0.736903 + Group: 'thumb.01.R', Weight: 0.074610 + Group: 'palm.03.R', Weight: 0.016940 +Vertex 4003: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.866042 + Group: 'hand.R', Weight: 0.131849 +Vertex 4004: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.860277 + Group: 'hand.R', Weight: 0.136178 +Vertex 4005: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.812467 + Group: 'hand.R', Weight: 0.183905 +Vertex 4006: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.742327 + Group: 'hand.R', Weight: 0.248872 +Vertex 4007: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.724032 + Group: 'hand.R', Weight: 0.260386 +Vertex 4008: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.224986 + Group: 'hand.R', Weight: 0.768886 +Vertex 4009: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.613878 + Group: 'hand.R', Weight: 0.380045 +Vertex 4010: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.171684 + Group: 'hand.R', Weight: 0.818943 +Vertex 4011: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.380409 + Group: 'hand.R', Weight: 0.605288 +Vertex 4012: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.340646 + Group: 'hand.R', Weight: 0.634002 +Vertex 4013: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.069090 + Group: 'hand.R', Weight: 0.918752 +Vertex 4014: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.213714 + Group: 'hand.R', Weight: 0.775301 +Vertex 4015: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.039964 + Group: 'hand.R', Weight: 0.927838 +Vertex 4016: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.220530 + Group: 'hand.R', Weight: 0.759279 +Vertex 4017: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.198648 + Group: 'hand.R', Weight: 0.762053 +Vertex 4018: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.850670 + Group: 'hand.R', Weight: 0.101056 + Group: 'thumb.01.R', Weight: 0.041714 +Vertex 4019: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.933404 + Group: 'hand.R', Weight: 0.061744 +Vertex 4020: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.883550 + Group: 'hand.R', Weight: 0.094974 +Vertex 4021: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.911105 + Group: 'hand.R', Weight: 0.077437 +Vertex 4022: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.883670 + Group: 'hand.R', Weight: 0.091399 +Vertex 4023: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.862467 + Group: 'hand.R', Weight: 0.096520 + Group: 'thumb.01.R', Weight: 0.026078 +Vertex 4024: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.881882 + Group: 'hand.R', Weight: 0.103853 +Vertex 4025: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.927211 + Group: 'hand.R', Weight: 0.070215 +Vertex 4026: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.884451 + Group: 'hand.R', Weight: 0.106760 +Vertex 4027: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.945963 + Group: 'hand.R', Weight: 0.051544 +Vertex 4028: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.944471 + Group: 'hand.R', Weight: 0.053996 +Vertex 4029: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.891033 + Group: 'hand.R', Weight: 0.103426 +Vertex 4030: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.931290 + Group: 'thumb.02.R', Weight: 0.039914 +Vertex 4031: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.859472 + Group: 'thumb.02.R', Weight: 0.123362 +Vertex 4032: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.115202 + Group: 'hand.R', Weight: 0.261528 + Group: 'thumb.01.R', Weight: 0.612211 +Vertex 4033: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.069854 + Group: 'hand.R', Weight: 0.237105 + Group: 'thumb.01.R', Weight: 0.659709 +Vertex 4034: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.073285 + Group: 'hand.R', Weight: 0.629178 + Group: 'thumb.01.R', Weight: 0.234692 + Group: 'palm.03.R', Weight: 0.050717 +Vertex 4035: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.089404 + Group: 'hand.R', Weight: 0.763313 + Group: 'thumb.01.R', Weight: 0.082440 + Group: 'palm.03.R', Weight: 0.059303 +Vertex 4036: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.117519 + Group: 'hand.R', Weight: 0.824882 + Group: 'palm.03.R', Weight: 0.015873 +Vertex 4037: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.126663 + Group: 'hand.R', Weight: 0.841177 +Vertex 4038: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.104831 + Group: 'hand.R', Weight: 0.875621 +Vertex 4039: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.051227 + Group: 'hand.R', Weight: 0.934160 +Vertex 4040: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.002410 + Group: 'hand.R', Weight: 0.938780 +Vertex 4041: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.017340 + Group: 'hand.R', Weight: 0.884868 + Group: 'thumb.01.R', Weight: 0.052681 + Group: 'palm.02.R', Weight: 0.001130 +Vertex 4042: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.034089 + Group: 'hand.R', Weight: 0.794184 + Group: 'thumb.01.R', Weight: 0.129152 + Group: 'palm.02.R', Weight: 0.010232 +Vertex 4043: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.070213 + Group: 'hand.R', Weight: 0.609413 + Group: 'thumb.01.R', Weight: 0.297206 +Vertex 4044: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.021749 + Group: 'thumb.01.R', Weight: 0.808285 + Group: 'thumb.02.R', Weight: 0.125975 + Group: 'palm.02.R', Weight: 0.000389 +Vertex 4045: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.457443 + Group: 'thumb.03.R', Weight: 0.534351 +Vertex 4046: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.171010 + Group: 'thumb.03.R', Weight: 0.834178 +Vertex 4047: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.002549 + Group: 'thumb.02.R', Weight: 0.820018 + Group: 'thumb.03.R', Weight: 0.147900 +Vertex 4048: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.993986 +Vertex 4049: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4050: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.975542 +Vertex 4051: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.999654 +Vertex 4052: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998498 +Vertex 4053: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.995509 +Vertex 4054: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.976662 +Vertex 4055: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.034584 + Group: 'thumb.03.R', Weight: 0.956616 +Vertex 4056: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.102912 + Group: 'thumb.03.R', Weight: 0.896139 +Vertex 4057: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.184339 + Group: 'thumb.03.R', Weight: 0.808536 +Vertex 4058: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.142115 + Group: 'thumb.02.R', Weight: 0.866205 + Group: 'palm.02.R', Weight: 0.002935 +Vertex 4059: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.176622 + Group: 'thumb.02.R', Weight: 0.869390 + Group: 'palm.02.R', Weight: 0.024118 +Vertex 4060: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.181649 + Group: 'thumb.02.R', Weight: 0.773584 + Group: 'thumb.03.R', Weight: 0.012454 +Vertex 4061: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.273582 + Group: 'thumb.02.R', Weight: 0.648198 +Vertex 4062: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.019244 + Group: 'thumb.01.R', Weight: 0.465302 + Group: 'thumb.02.R', Weight: 0.371005 + Group: 'palm.02.R', Weight: 0.110348 + Group: 'palm.03.R', Weight: 0.026328 +Vertex 4063: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.510735 + Group: 'thumb.02.R', Weight: 0.371645 + Group: 'palm.02.R', Weight: 0.099693 +Vertex 4064: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.692877 + Group: 'thumb.02.R', Weight: 0.303466 +Vertex 4065: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.253208 + Group: 'thumb.02.R', Weight: 0.724337 +Vertex 4066: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.235439 + Group: 'thumb.02.R', Weight: 0.751522 +Vertex 4067: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4068: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998709 +Vertex 4069: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4070: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4071: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4072: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998517 +Vertex 4073: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4074: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.998413 +Vertex 4075: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4076: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4077: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4078: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4079: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4080: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999994 +Vertex 4081: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4082: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4083: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4084: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.048285 + Group: 'f_middle.02.R', Weight: 0.950834 +Vertex 4085: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.046338 + Group: 'f_middle.02.R', Weight: 0.951804 +Vertex 4086: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.050467 + Group: 'f_middle.02.R', Weight: 0.949512 +Vertex 4087: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.104762 + Group: 'f_middle.02.R', Weight: 0.895119 +Vertex 4088: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.049345 + Group: 'f_middle.02.R', Weight: 0.950317 +Vertex 4089: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.082734 + Group: 'f_middle.02.R', Weight: 0.917276 +Vertex 4090: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.113374 + Group: 'f_middle.02.R', Weight: 0.886635 +Vertex 4091: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.099831 + Group: 'f_middle.02.R', Weight: 0.900135 +Vertex 4092: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.067396 + Group: 'f_middle.01.R', Weight: 0.931714 +Vertex 4093: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.075462 + Group: 'f_middle.01.R', Weight: 0.923345 +Vertex 4094: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.071150 + Group: 'f_middle.01.R', Weight: 0.927621 +Vertex 4095: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.985500 +Vertex 4096: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.065643 + Group: 'f_middle.01.R', Weight: 0.931093 +Vertex 4097: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 1.000000 +Vertex 4098: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.090942 + Group: 'f_middle.01.R', Weight: 0.906553 +Vertex 4099: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.034496 + Group: 'f_middle.01.R', Weight: 0.954489 +Vertex 4100: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999587 +Vertex 4101: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999597 +Vertex 4102: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4103: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4104: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4105: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999344 +Vertex 4106: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999694 +Vertex 4107: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999982 +Vertex 4108: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.040751 + Group: 'palm.02.R', Weight: 0.938233 +Vertex 4109: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.033173 + Group: 'palm.02.R', Weight: 0.952763 +Vertex 4110: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.014150 + Group: 'palm.02.R', Weight: 0.927792 +Vertex 4111: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.867822 + Group: 'f_middle.01.R', Weight: 0.094795 + Group: 'palm.03.R', Weight: 0.006379 +Vertex 4112: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.886283 + Group: 'f_middle.01.R', Weight: 0.030042 + Group: 'palm.03.R', Weight: 0.015986 +Vertex 4113: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.742945 + Group: 'f_middle.01.R', Weight: 0.175169 + Group: 'palm.03.R', Weight: 0.062790 +Vertex 4114: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.000198 + Group: 'palm.02.R', Weight: 0.917544 +Vertex 4115: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.022897 + Group: 'palm.02.R', Weight: 0.880926 + Group: 'palm.03.R', Weight: 0.059495 +Vertex 4116: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.973416 +Vertex 4117: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.989146 +Vertex 4118: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.985804 +Vertex 4119: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.989188 +Vertex 4120: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.974284 +Vertex 4121: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.979190 +Vertex 4122: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.991282 +Vertex 4123: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.992007 +Vertex 4124: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.689461 + Group: 'f_middle.01.R', Weight: 0.282864 +Vertex 4125: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.285103 + Group: 'f_middle.01.R', Weight: 0.704064 +Vertex 4126: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.921950 + Group: 'f_middle.01.R', Weight: 0.068258 +Vertex 4127: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.954642 + Group: 'f_middle.01.R', Weight: 0.024314 +Vertex 4128: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.105631 + Group: 'f_middle.01.R', Weight: 0.890219 +Vertex 4129: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.749360 + Group: 'f_middle.01.R', Weight: 0.240278 +Vertex 4130: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.875191 + Group: 'f_middle.01.R', Weight: 0.113408 +Vertex 4131: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.931191 + Group: 'f_middle.01.R', Weight: 0.059236 +Vertex 4132: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.995230 +Vertex 4133: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.995062 +Vertex 4134: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.998391 +Vertex 4135: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.992979 +Vertex 4136: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.994039 +Vertex 4137: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4138: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999451 +Vertex 4139: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.998586 +Vertex 4140: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.179258 + Group: 'palm.02.R', Weight: 0.720175 + Group: 'palm.03.R', Weight: 0.090425 +Vertex 4141: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.233717 + Group: 'palm.02.R', Weight: 0.598132 + Group: 'palm.03.R', Weight: 0.154963 +Vertex 4142: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.086769 + Group: 'palm.02.R', Weight: 0.774419 + Group: 'palm.03.R', Weight: 0.120587 +Vertex 4143: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.649028 + Group: 'f_middle.01.R', Weight: 0.043094 + Group: 'palm.03.R', Weight: 0.256720 +Vertex 4144: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.710636 + Group: 'f_middle.01.R', Weight: 0.058227 + Group: 'palm.03.R', Weight: 0.191951 +Vertex 4145: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.027842 + Group: 'palm.02.R', Weight: 0.595118 + Group: 'f_middle.01.R', Weight: 0.028425 + Group: 'palm.03.R', Weight: 0.299188 +Vertex 4146: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.732256 + Group: 'f_middle.01.R', Weight: 0.070486 + Group: 'palm.03.R', Weight: 0.157810 +Vertex 4147: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.121158 + Group: 'palm.02.R', Weight: 0.610274 + Group: 'palm.03.R', Weight: 0.243913 +Vertex 4148: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.317925 + Group: 'palm.02.R', Weight: 0.361215 + Group: 'palm.03.R', Weight: 0.302040 +Vertex 4149: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.285050 + Group: 'palm.02.R', Weight: 0.226475 + Group: 'palm.03.R', Weight: 0.465730 +Vertex 4150: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.125674 + Group: 'palm.02.R', Weight: 0.491105 + Group: 'palm.03.R', Weight: 0.354376 +Vertex 4151: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.269255 + Group: 'palm.03.R', Weight: 0.634901 + Group: 'f_ring.01.R', Weight: 0.055383 +Vertex 4152: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.412233 + Group: 'palm.03.R', Weight: 0.494606 + Group: 'f_ring.01.R', Weight: 0.029495 +Vertex 4153: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.273658 + Group: 'palm.03.R', Weight: 0.612087 + Group: 'f_ring.01.R', Weight: 0.070300 +Vertex 4154: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.018712 + Group: 'palm.02.R', Weight: 0.488823 + Group: 'f_middle.01.R', Weight: 0.012404 + Group: 'palm.03.R', Weight: 0.406690 + Group: 'f_ring.01.R', Weight: 0.019019 +Vertex 4155: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.088225 + Group: 'palm.02.R', Weight: 0.236268 + Group: 'palm.03.R', Weight: 0.635335 + Group: 'f_ring.01.R', Weight: 0.011584 +Vertex 4156: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999607 +Vertex 4157: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999541 +Vertex 4158: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999609 +Vertex 4159: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999484 +Vertex 4160: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999569 +Vertex 4161: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999451 +Vertex 4162: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999629 +Vertex 4163: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999533 +Vertex 4164: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999601 +Vertex 4165: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.025033 + Group: 'f_ring.02.R', Weight: 0.962477 +Vertex 4166: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.030012 + Group: 'f_ring.02.R', Weight: 0.959984 +Vertex 4167: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.000133 + Group: 'f_ring.02.R', Weight: 0.974927 +Vertex 4168: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.034794 + Group: 'f_ring.02.R', Weight: 0.957579 +Vertex 4169: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.002703 + Group: 'f_ring.02.R', Weight: 0.973643 +Vertex 4170: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.020257 + Group: 'f_ring.02.R', Weight: 0.964861 +Vertex 4171: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.063347 + Group: 'f_ring.02.R', Weight: 0.936611 +Vertex 4172: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.070807 + Group: 'f_ring.02.R', Weight: 0.929141 +Vertex 4173: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.960014 + Group: 'f_ring.02.R', Weight: 0.025816 +Vertex 4174: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.964819 + Group: 'f_ring.02.R', Weight: 0.016709 +Vertex 4175: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.972696 +Vertex 4176: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.986861 +Vertex 4177: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.988951 +Vertex 4178: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.985424 +Vertex 4179: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.986857 +Vertex 4180: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.987645 +Vertex 4181: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999455 +Vertex 4182: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999126 +Vertex 4183: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999590 +Vertex 4184: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999470 +Vertex 4185: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999472 +Vertex 4186: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999085 +Vertex 4187: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999444 +Vertex 4188: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999507 +Vertex 4189: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.917223 + Group: 'f_ring.01.R', Weight: 0.040737 +Vertex 4190: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.933057 + Group: 'f_ring.01.R', Weight: 0.045032 +Vertex 4191: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.066202 + Group: 'palm.03.R', Weight: 0.829741 + Group: 'f_ring.01.R', Weight: 0.076418 +Vertex 4192: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.882556 + Group: 'f_ring.01.R', Weight: 0.096254 +Vertex 4193: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.735744 + Group: 'f_ring.01.R', Weight: 0.237321 +Vertex 4194: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.923983 + Group: 'f_ring.01.R', Weight: 0.055611 +Vertex 4195: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.065880 + Group: 'palm.03.R', Weight: 0.738380 + Group: 'f_ring.01.R', Weight: 0.185146 +Vertex 4196: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.914856 + Group: 'f_ring.01.R', Weight: 0.072390 +Vertex 4197: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.951900 + Group: 'f_ring.02.R', Weight: 0.045206 +Vertex 4198: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.924535 + Group: 'f_ring.02.R', Weight: 0.074726 +Vertex 4199: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.583955 + Group: 'f_ring.02.R', Weight: 0.415834 +Vertex 4200: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.536146 + Group: 'f_ring.02.R', Weight: 0.463839 +Vertex 4201: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.911624 + Group: 'f_ring.02.R', Weight: 0.088161 +Vertex 4202: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.910919 + Group: 'f_ring.02.R', Weight: 0.088326 +Vertex 4203: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.838626 + Group: 'f_ring.02.R', Weight: 0.161181 +Vertex 4204: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.553503 + Group: 'f_ring.02.R', Weight: 0.446447 +Vertex 4205: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.096068 + Group: 'f_ring.01.R', Weight: 0.901715 +Vertex 4206: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.088732 + Group: 'f_ring.01.R', Weight: 0.908761 +Vertex 4207: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.010560 + Group: 'f_ring.01.R', Weight: 0.967594 +Vertex 4208: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.009024 + Group: 'f_ring.01.R', Weight: 0.966840 +Vertex 4209: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.061435 + Group: 'f_ring.01.R', Weight: 0.935960 +Vertex 4210: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.073514 + Group: 'f_ring.01.R', Weight: 0.922307 +Vertex 4211: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.075171 + Group: 'f_ring.01.R', Weight: 0.917617 +Vertex 4212: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.071456 + Group: 'f_ring.01.R', Weight: 0.921030 +Vertex 4213: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999101 +Vertex 4214: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.995328 +Vertex 4215: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999306 +Vertex 4216: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.996489 +Vertex 4217: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.997840 +Vertex 4218: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.998713 +Vertex 4219: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.997771 +Vertex 4220: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.997946 +Vertex 4221: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.048343 + Group: 'palm.03.R', Weight: 0.926339 +Vertex 4222: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.008760 + Group: 'palm.03.R', Weight: 0.947806 +Vertex 4223: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.576377 + Group: 'thumb.01.R', Weight: 0.025771 + Group: 'palm.03.R', Weight: 0.360321 +Vertex 4224: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.786747 + Group: 'palm.03.R', Weight: 0.169080 +Vertex 4225: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.033062 + Group: 'hand.R', Weight: 0.733458 + Group: 'thumb.01.R', Weight: 0.078276 + Group: 'palm.03.R', Weight: 0.138373 +Vertex 4226: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.058566 + Group: 'hand.R', Weight: 0.850165 + Group: 'palm.03.R', Weight: 0.064471 +Vertex 4227: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.015131 + Group: 'hand.R', Weight: 0.600622 + Group: 'thumb.01.R', Weight: 0.212221 + Group: 'palm.03.R', Weight: 0.133188 +Vertex 4228: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.537541 + Group: 'thumb.01.R', Weight: 0.110305 + Group: 'palm.03.R', Weight: 0.319555 +Vertex 4229: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.238134 + Group: 'thumb.01.R', Weight: 0.066361 + Group: 'palm.03.R', Weight: 0.671325 +Vertex 4230: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.113493 + Group: 'thumb.01.R', Weight: 0.761200 + Group: 'thumb.02.R', Weight: 0.066714 + Group: 'palm.03.R', Weight: 0.026842 +Vertex 4231: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.081561 + Group: 'thumb.01.R', Weight: 0.844772 + Group: 'thumb.02.R', Weight: 0.029397 +Vertex 4232: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.023964 + Group: 'hand.R', Weight: 0.099511 + Group: 'thumb.01.R', Weight: 0.845165 +Vertex 4233: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.219120 + Group: 'thumb.01.R', Weight: 0.711565 + Group: 'palm.02.R', Weight: 0.013010 +Vertex 4234: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.467339 + Group: 'thumb.01.R', Weight: 0.241794 + Group: 'palm.03.R', Weight: 0.245533 +Vertex 4235: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.288416 + Group: 'thumb.01.R', Weight: 0.448992 + Group: 'thumb.02.R', Weight: 0.036123 + Group: 'palm.03.R', Weight: 0.188874 +Vertex 4236: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.166332 + Group: 'thumb.01.R', Weight: 0.274284 + Group: 'thumb.02.R', Weight: 0.099724 + Group: 'palm.02.R', Weight: 0.261296 + Group: 'palm.03.R', Weight: 0.195612 +Vertex 4237: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.105501 + Group: 'thumb.01.R', Weight: 0.498874 + Group: 'thumb.02.R', Weight: 0.144802 + Group: 'palm.02.R', Weight: 0.122066 + Group: 'palm.03.R', Weight: 0.127188 +Vertex 4238: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.180444 + Group: 'thumb.01.R', Weight: 0.463531 + Group: 'thumb.02.R', Weight: 0.064228 + Group: 'palm.02.R', Weight: 0.043026 + Group: 'palm.03.R', Weight: 0.240040 +Vertex 4239: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.453719 + Group: 'thumb.01.R', Weight: 0.164572 + Group: 'palm.03.R', Weight: 0.343627 +Vertex 4240: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.225262 + Group: 'thumb.01.R', Weight: 0.118603 + Group: 'palm.03.R', Weight: 0.619645 +Vertex 4241: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.040849 + Group: 'palm.03.R', Weight: 0.907866 +Vertex 4242: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.052080 + Group: 'thumb.01.R', Weight: 0.022829 + Group: 'palm.02.R', Weight: 0.016879 + Group: 'palm.03.R', Weight: 0.863014 +Vertex 4243: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.127950 + Group: 'thumb.01.R', Weight: 0.112794 + Group: 'palm.02.R', Weight: 0.072973 + Group: 'palm.03.R', Weight: 0.658188 +Vertex 4244: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.312116 + Group: 'thumb.01.R', Weight: 0.225446 + Group: 'thumb.02.R', Weight: 0.006409 + Group: 'palm.03.R', Weight: 0.404446 +Vertex 4245: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.214521 + Group: 'thumb.01.R', Weight: 0.224672 + Group: 'thumb.02.R', Weight: 0.053397 + Group: 'palm.02.R', Weight: 0.155664 + Group: 'palm.03.R', Weight: 0.347046 +Vertex 4246: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.942784 + Group: 'palm.03.R', Weight: 0.001039 +Vertex 4247: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.886053 + Group: 'palm.02.R', Weight: 0.079984 +Vertex 4248: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.661642 + Group: 'thumb.01.R', Weight: 0.066688 + Group: 'palm.02.R', Weight: 0.260116 +Vertex 4249: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.225307 + Group: 'palm.02.R', Weight: 0.734689 + Group: 'palm.03.R', Weight: 0.026004 +Vertex 4250: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.422144 + Group: 'palm.02.R', Weight: 0.447620 + Group: 'palm.03.R', Weight: 0.123138 +Vertex 4251: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.139210 + Group: 'palm.02.R', Weight: 0.796863 + Group: 'palm.03.R', Weight: 0.057876 +Vertex 4252: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.259321 + Group: 'palm.02.R', Weight: 0.531483 + Group: 'palm.03.R', Weight: 0.194118 +Vertex 4253: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.130831 + Group: 'palm.02.R', Weight: 0.836400 +Vertex 4254: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.154596 + Group: 'palm.02.R', Weight: 0.823968 +Vertex 4255: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.076869 + Group: 'thumb.01.R', Weight: 0.059215 + Group: 'palm.02.R', Weight: 0.846824 +Vertex 4256: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.103875 + Group: 'palm.02.R', Weight: 0.856969 + Group: 'palm.03.R', Weight: 0.025054 +Vertex 4257: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.473997 + Group: 'palm.02.R', Weight: 0.324947 + Group: 'palm.03.R', Weight: 0.192191 +Vertex 4258: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.457596 + Group: 'palm.02.R', Weight: 0.118651 + Group: 'palm.03.R', Weight: 0.412508 +Vertex 4259: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.284056 + Group: 'palm.02.R', Weight: 0.462510 + Group: 'palm.03.R', Weight: 0.236528 +Vertex 4260: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.218663 + Group: 'palm.02.R', Weight: 0.152693 + Group: 'palm.03.R', Weight: 0.602445 +Vertex 4261: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.251490 + Group: 'palm.02.R', Weight: 0.038180 + Group: 'palm.03.R', Weight: 0.701628 +Vertex 4262: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.108507 + Group: 'palm.03.R', Weight: 0.875485 +Vertex 4263: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.167596 + Group: 'palm.02.R', Weight: 0.083424 + Group: 'palm.03.R', Weight: 0.714658 + Group: 'f_ring.01.R', Weight: 0.013131 +Vertex 4264: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.190650 + Group: 'thumb.01.R', Weight: 0.119602 + Group: 'palm.02.R', Weight: 0.669181 +Vertex 4265: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.136462 + Group: 'thumb.01.R', Weight: 0.619608 + Group: 'thumb.02.R', Weight: 0.080581 + Group: 'palm.02.R', Weight: 0.156273 +Vertex 4266: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.303789 + Group: 'thumb.01.R', Weight: 0.356069 + Group: 'palm.02.R', Weight: 0.310558 +Vertex 4267: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.462866 + Group: 'thumb.01.R', Weight: 0.163659 + Group: 'palm.02.R', Weight: 0.356281 +Vertex 4268: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.287113 + Group: 'thumb.01.R', Weight: 0.047171 + Group: 'palm.02.R', Weight: 0.654688 +Vertex 4269: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.882338 + Group: 'palm.03.R', Weight: 0.095295 +Vertex 4270: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.438158 + Group: 'palm.02.R', Weight: 0.529934 +Vertex 4271: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.623102 + Group: 'palm.02.R', Weight: 0.346661 +Vertex 4272: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.758609 + Group: 'palm.02.R', Weight: 0.182657 + Group: 'palm.03.R', Weight: 0.053757 +Vertex 4273: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.787875 + Group: 'palm.02.R', Weight: 0.127282 + Group: 'palm.03.R', Weight: 0.080609 +Vertex 4274: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.774114 + Group: 'palm.02.R', Weight: 0.060382 + Group: 'palm.03.R', Weight: 0.161701 +Vertex 4275: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.751380 + Group: 'palm.02.R', Weight: 0.042858 + Group: 'palm.03.R', Weight: 0.198200 +Vertex 4276: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.625615 + Group: 'thumb.01.R', Weight: 0.003524 + Group: 'palm.02.R', Weight: 0.334504 +Vertex 4277: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.776088 + Group: 'palm.02.R', Weight: 0.194066 +Vertex 4278: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.812006 + Group: 'palm.02.R', Weight: 0.030317 + Group: 'palm.03.R', Weight: 0.143269 +Vertex 4279: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.801539 + Group: 'palm.03.R', Weight: 0.170448 +Vertex 4280: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.832193 + Group: 'thumb.01.R', Weight: 0.078698 + Group: 'palm.02.R', Weight: 0.070495 +Vertex 4281: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.932709 + Group: 'palm.02.R', Weight: 0.008219 +Vertex 4282: +Vertex groups: 1 + Group: 'hand.R', Weight: 0.961631 +Vertex 4283: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.000921 + Group: 'hand.R', Weight: 0.923149 + Group: 'palm.03.R', Weight: 0.033089 +Vertex 4284: +Vertex groups: 3 + Group: 'forearm.R', Weight: 0.048771 + Group: 'hand.R', Weight: 0.891577 + Group: 'palm.03.R', Weight: 0.040737 +Vertex 4285: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.843789 + Group: 'palm.02.R', Weight: 0.046070 + Group: 'palm.03.R', Weight: 0.103832 +Vertex 4286: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.836091 + Group: 'palm.02.R', Weight: 0.103554 + Group: 'palm.03.R', Weight: 0.055286 +Vertex 4287: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.852836 + Group: 'palm.02.R', Weight: 0.113318 +Vertex 4288: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.805573 + Group: 'palm.02.R', Weight: 0.143622 + Group: 'palm.03.R', Weight: 0.039720 +Vertex 4289: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.653940 + Group: 'thumb.01.R', Weight: 0.247867 + Group: 'palm.02.R', Weight: 0.071044 +Vertex 4290: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.221795 + Group: 'thumb.01.R', Weight: 0.633067 + Group: 'thumb.02.R', Weight: 0.017282 + Group: 'palm.02.R', Weight: 0.101261 +Vertex 4291: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.403056 + Group: 'thumb.01.R', Weight: 0.413331 + Group: 'palm.02.R', Weight: 0.159424 +Vertex 4292: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.598534 + Group: 'thumb.01.R', Weight: 0.204523 + Group: 'palm.02.R', Weight: 0.179681 +Vertex 4293: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.051808 + Group: 'thumb.01.R', Weight: 0.407110 + Group: 'thumb.02.R', Weight: 0.199176 + Group: 'palm.02.R', Weight: 0.306332 + Group: 'palm.03.R', Weight: 0.036187 +Vertex 4294: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.064532 + Group: 'thumb.01.R', Weight: 0.641881 + Group: 'thumb.02.R', Weight: 0.189695 + Group: 'palm.02.R', Weight: 0.020689 + Group: 'palm.03.R', Weight: 0.063227 +Vertex 4295: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.002401 + Group: 'thumb.01.R', Weight: 0.739515 + Group: 'thumb.02.R', Weight: 0.207503 +Vertex 4296: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.022319 + Group: 'palm.03.R', Weight: 0.920867 +Vertex 4297: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.140340 + Group: 'palm.03.R', Weight: 0.729614 + Group: 'f_ring.01.R', Weight: 0.107108 +Vertex 4298: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.074598 + Group: 'palm.03.R', Weight: 0.762530 + Group: 'f_ring.01.R', Weight: 0.149638 +Vertex 4299: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.127476 + Group: 'palm.03.R', Weight: 0.766751 + Group: 'f_ring.01.R', Weight: 0.082561 +Vertex 4300: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.049821 + Group: 'palm.03.R', Weight: 0.835142 + Group: 'f_ring.01.R', Weight: 0.102188 +Vertex 4301: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.910611 + Group: 'f_ring.01.R', Weight: 0.038295 +Vertex 4302: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.038015 + Group: 'palm.03.R', Weight: 0.890834 + Group: 'f_ring.01.R', Weight: 0.006397 +Vertex 4303: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.064031 + Group: 'palm.03.R', Weight: 0.849767 + Group: 'f_ring.01.R', Weight: 0.061978 +Vertex 4304: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.111388 + Group: 'palm.03.R', Weight: 0.806499 + Group: 'f_ring.01.R', Weight: 0.053726 +Vertex 4305: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.091692 + Group: 'palm.03.R', Weight: 0.837086 + Group: 'f_ring.01.R', Weight: 0.014430 +Vertex 4306: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.001230 + Group: 'thumb.01.R', Weight: 0.006991 + Group: 'palm.02.R', Weight: 0.141442 + Group: 'palm.03.R', Weight: 0.772462 +Vertex 4307: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.053859 + Group: 'thumb.01.R', Weight: 0.064065 + Group: 'palm.02.R', Weight: 0.231510 + Group: 'palm.03.R', Weight: 0.617814 +Vertex 4308: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.766560 + Group: 'f_middle.01.R', Weight: 0.015194 + Group: 'palm.03.R', Weight: 0.153853 +Vertex 4309: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.082139 + Group: 'thumb.01.R', Weight: 0.145878 + Group: 'thumb.02.R', Weight: 0.052344 + Group: 'palm.02.R', Weight: 0.489048 + Group: 'palm.03.R', Weight: 0.222450 +Vertex 4310: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.590048 + Group: 'f_middle.01.R', Weight: 0.028007 + Group: 'palm.03.R', Weight: 0.315649 +Vertex 4311: +Vertex groups: 4 + Group: 'palm.02.R', Weight: 0.535049 + Group: 'f_middle.01.R', Weight: 0.015950 + Group: 'palm.03.R', Weight: 0.371339 + Group: 'f_ring.01.R', Weight: 0.008123 +Vertex 4312: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.600157 + Group: 'f_middle.01.R', Weight: 0.019206 + Group: 'palm.03.R', Weight: 0.314238 +Vertex 4313: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.454133 + Group: 'palm.03.R', Weight: 0.459670 + Group: 'f_ring.01.R', Weight: 0.010570 +Vertex 4314: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.014581 + Group: 'thumb.01.R', Weight: 0.053905 + Group: 'palm.02.R', Weight: 0.606757 + Group: 'palm.03.R', Weight: 0.267681 +Vertex 4315: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.750570 + Group: 'f_middle.01.R', Weight: 0.080173 + Group: 'palm.03.R', Weight: 0.138700 +Vertex 4316: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.800329 + Group: 'f_middle.01.R', Weight: 0.067849 + Group: 'palm.03.R', Weight: 0.107930 +Vertex 4317: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.720493 + Group: 'f_middle.01.R', Weight: 0.052587 + Group: 'palm.03.R', Weight: 0.191763 +Vertex 4318: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.241490 + Group: 'palm.03.R', Weight: 0.675803 + Group: 'f_ring.01.R', Weight: 0.027002 +Vertex 4319: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.362677 + Group: 'palm.03.R', Weight: 0.549642 +Vertex 4320: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.003618 + Group: 'palm.02.R', Weight: 0.515865 + Group: 'palm.03.R', Weight: 0.396121 +Vertex 4321: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.773559 + Group: 'f_middle.01.R', Weight: 0.108417 + Group: 'palm.03.R', Weight: 0.095670 +Vertex 4322: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.017293 + Group: 'thumb.01.R', Weight: 0.071837 + Group: 'thumb.02.R', Weight: 0.003013 + Group: 'palm.02.R', Weight: 0.686979 + Group: 'palm.03.R', Weight: 0.165052 +Vertex 4323: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.698097 + Group: 'f_middle.01.R', Weight: 0.017834 + Group: 'palm.03.R', Weight: 0.221096 +Vertex 4324: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.083481 + Group: 'thumb.01.R', Weight: 0.114277 + Group: 'thumb.02.R', Weight: 0.021005 + Group: 'palm.02.R', Weight: 0.391697 + Group: 'palm.03.R', Weight: 0.364951 +Vertex 4325: +Vertex groups: 4 + Group: 'thumb.01.R', Weight: 0.012243 + Group: 'palm.02.R', Weight: 0.816144 + Group: 'f_middle.01.R', Weight: 0.000190 + Group: 'palm.03.R', Weight: 0.097492 +Vertex 4326: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.046443 + Group: 'palm.02.R', Weight: 0.833153 + Group: 'palm.03.R', Weight: 0.059211 +Vertex 4327: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.002383 + Group: 'thumb.01.R', Weight: 0.052718 + Group: 'palm.02.R', Weight: 0.870950 +Vertex 4328: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.045843 + Group: 'thumb.01.R', Weight: 0.142941 + Group: 'thumb.02.R', Weight: 0.056597 + Group: 'palm.02.R', Weight: 0.620317 + Group: 'palm.03.R', Weight: 0.124386 +Vertex 4329: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.032991 + Group: 'thumb.01.R', Weight: 0.168160 + Group: 'thumb.02.R', Weight: 0.068198 + Group: 'palm.02.R', Weight: 0.662032 + Group: 'palm.03.R', Weight: 0.054939 +Vertex 4330: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.007304 + Group: 'thumb.01.R', Weight: 0.081404 + Group: 'thumb.02.R', Weight: 0.012433 + Group: 'palm.02.R', Weight: 0.755630 + Group: 'palm.03.R', Weight: 0.088432 +Vertex 4331: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.009572 + Group: 'thumb.01.R', Weight: 0.092471 + Group: 'thumb.02.R', Weight: 0.016938 + Group: 'palm.02.R', Weight: 0.796846 + Group: 'palm.03.R', Weight: 0.023573 +Vertex 4332: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.080967 + Group: 'thumb.01.R', Weight: 0.219785 + Group: 'thumb.02.R', Weight: 0.087235 + Group: 'palm.02.R', Weight: 0.481170 + Group: 'palm.03.R', Weight: 0.126771 +Vertex 4333: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.052475 + Group: 'thumb.01.R', Weight: 0.269776 + Group: 'thumb.02.R', Weight: 0.117149 + Group: 'palm.02.R', Weight: 0.511762 + Group: 'palm.03.R', Weight: 0.048343 +Vertex 4334: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.069037 + Group: 'thumb.01.R', Weight: 0.112931 + Group: 'thumb.02.R', Weight: 0.002228 + Group: 'palm.02.R', Weight: 0.775275 +Vertex 4335: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.070288 + Group: 'thumb.01.R', Weight: 0.184490 + Group: 'thumb.02.R', Weight: 0.052310 + Group: 'palm.02.R', Weight: 0.669374 +Vertex 4336: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.075336 + Group: 'thumb.01.R', Weight: 0.294370 + Group: 'thumb.02.R', Weight: 0.097916 + Group: 'palm.02.R', Weight: 0.508717 +Vertex 4337: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.977783 +Vertex 4338: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.978653 +Vertex 4339: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988571 +Vertex 4340: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.975329 +Vertex 4341: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.990057 +Vertex 4342: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988898 +Vertex 4343: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.985469 +Vertex 4344: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.974195 +Vertex 4345: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.984500 +Vertex 4346: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988993 +Vertex 4347: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.991090 +Vertex 4348: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.989033 +Vertex 4349: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.951357 + Group: 'hand.R', Weight: 0.015736 +Vertex 4350: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.975332 +Vertex 4351: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.968873 +Vertex 4352: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.966220 +Vertex 4353: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.975188 +Vertex 4354: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.967142 + Group: 'hand.R', Weight: 0.008596 +Vertex 4355: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.979075 +Vertex 4356: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.954044 + Group: 'hand.R', Weight: 0.017294 +Vertex 4357: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.963714 + Group: 'hand.R', Weight: 0.001606 +Vertex 4358: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.967052 + Group: 'hand.R', Weight: 0.006023 +Vertex 4359: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.979398 +Vertex 4360: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.968526 + Group: 'hand.R', Weight: 0.007728 +Vertex 4361: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.077687 + Group: 'thumb.01.R', Weight: 0.359038 + Group: 'thumb.02.R', Weight: 0.155685 + Group: 'palm.02.R', Weight: 0.312426 + Group: 'palm.03.R', Weight: 0.097144 +Vertex 4362: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.001976 + Group: 'thumb.01.R', Weight: 0.468289 + Group: 'thumb.02.R', Weight: 0.393840 + Group: 'palm.02.R', Weight: 0.115983 +Vertex 4363: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.115935 + Group: 'thumb.02.R', Weight: 0.868508 +Vertex 4364: +Vertex groups: 2 + Group: 'thumb.01.R', Weight: 0.071225 + Group: 'thumb.02.R', Weight: 0.911169 +Vertex 4365: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.902105 + Group: 'thumb.03.R', Weight: 0.080403 +Vertex 4366: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.005819 + Group: 'thumb.01.R', Weight: 0.434185 + Group: 'thumb.02.R', Weight: 0.460459 + Group: 'palm.02.R', Weight: 0.042454 + Group: 'palm.03.R', Weight: 0.010544 +Vertex 4367: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.082936 + Group: 'thumb.01.R', Weight: 0.491686 + Group: 'thumb.02.R', Weight: 0.193983 + Group: 'palm.02.R', Weight: 0.133494 + Group: 'palm.03.R', Weight: 0.098949 +Vertex 4368: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.110359 + Group: 'thumb.01.R', Weight: 0.371617 + Group: 'thumb.02.R', Weight: 0.147996 + Group: 'palm.02.R', Weight: 0.237865 + Group: 'palm.03.R', Weight: 0.132183 +Vertex 4369: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.060056 + Group: 'thumb.01.R', Weight: 0.530625 + Group: 'thumb.02.R', Weight: 0.258327 + Group: 'palm.02.R', Weight: 0.081981 + Group: 'palm.03.R', Weight: 0.067845 +Vertex 4370: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.239549 + Group: 'thumb.02.R', Weight: 0.707645 + Group: 'palm.02.R', Weight: 0.006739 +Vertex 4371: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.051950 + Group: 'thumb.02.R', Weight: 0.823825 + Group: 'thumb.03.R', Weight: 0.114450 +Vertex 4372: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.825319 + Group: 'thumb.03.R', Weight: 0.148017 +Vertex 4373: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.054408 + Group: 'thumb.01.R', Weight: 0.600283 + Group: 'thumb.02.R', Weight: 0.182779 + Group: 'palm.02.R', Weight: 0.157586 +Vertex 4374: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.115527 + Group: 'thumb.01.R', Weight: 0.738029 + Group: 'thumb.02.R', Weight: 0.065614 + Group: 'palm.02.R', Weight: 0.073094 +Vertex 4375: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.141363 + Group: 'thumb.01.R', Weight: 0.437687 + Group: 'thumb.02.R', Weight: 0.064601 + Group: 'palm.02.R', Weight: 0.343746 +Vertex 4376: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.124256 + Group: 'thumb.01.R', Weight: 0.308231 + Group: 'thumb.02.R', Weight: 0.053159 + Group: 'palm.02.R', Weight: 0.499910 +Vertex 4377: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.209433 + Group: 'thumb.01.R', Weight: 0.254039 + Group: 'palm.02.R', Weight: 0.502260 +Vertex 4378: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.720066 + Group: 'hand.R', Weight: 0.260357 +Vertex 4379: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.322500 + Group: 'hand.R', Weight: 0.642298 +Vertex 4380: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.165081 + Group: 'hand.R', Weight: 0.772279 + Group: 'thumb.01.R', Weight: 0.016702 + Group: 'palm.03.R', Weight: 0.004058 +Vertex 4381: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.884934 + Group: 'hand.R', Weight: 0.104747 +Vertex 4382: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.107526 + Group: 'hand.R', Weight: 0.809022 + Group: 'thumb.01.R', Weight: 0.027027 + Group: 'palm.03.R', Weight: 0.033860 +Vertex 4383: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4384: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4385: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4386: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.105277 + Group: 'f_middle.02.R', Weight: 0.894715 +Vertex 4387: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.035269 + Group: 'f_middle.02.R', Weight: 0.957350 +Vertex 4388: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.995119 +Vertex 4389: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.060668 + Group: 'f_middle.01.R', Weight: 0.938491 +Vertex 4390: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 1.000000 +Vertex 4391: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.999547 +Vertex 4392: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.791282 + Group: 'f_middle.01.R', Weight: 0.146407 + Group: 'palm.03.R', Weight: 0.049081 +Vertex 4393: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.042818 + Group: 'palm.02.R', Weight: 0.943516 +Vertex 4394: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.991228 +Vertex 4395: +Vertex groups: 1 + Group: 'f_middle.01.R', Weight: 0.983152 +Vertex 4396: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.150932 + Group: 'f_middle.01.R', Weight: 0.841818 +Vertex 4397: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.943808 + Group: 'f_middle.01.R', Weight: 0.048865 +Vertex 4398: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.994511 +Vertex 4399: +Vertex groups: 1 + Group: 'f_middle.02.R', Weight: 0.998732 +Vertex 4400: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.715600 + Group: 'f_middle.01.R', Weight: 0.063923 + Group: 'palm.03.R', Weight: 0.180707 +Vertex 4401: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.003661 + Group: 'palm.02.R', Weight: 0.629533 + Group: 'f_middle.01.R', Weight: 0.039563 + Group: 'palm.03.R', Weight: 0.271950 +Vertex 4402: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.682278 + Group: 'f_middle.01.R', Weight: 0.051992 + Group: 'palm.03.R', Weight: 0.222379 +Vertex 4403: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.210332 + Group: 'palm.02.R', Weight: 0.660144 + Group: 'palm.03.R', Weight: 0.118357 +Vertex 4404: +Vertex groups: 4 + Group: 'palm.02.R', Weight: 0.448483 + Group: 'f_middle.01.R', Weight: 0.003491 + Group: 'palm.03.R', Weight: 0.454588 + Group: 'f_ring.01.R', Weight: 0.026703 +Vertex 4405: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.278275 + Group: 'palm.03.R', Weight: 0.618442 + Group: 'f_ring.01.R', Weight: 0.061594 +Vertex 4406: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.340876 + Group: 'palm.03.R', Weight: 0.564898 + Group: 'f_ring.01.R', Weight: 0.044180 +Vertex 4407: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.314748 + Group: 'palm.02.R', Weight: 0.294372 + Group: 'palm.03.R', Weight: 0.370558 +Vertex 4408: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999514 +Vertex 4409: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999612 +Vertex 4410: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999570 +Vertex 4411: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.046751 + Group: 'f_ring.02.R', Weight: 0.951603 +Vertex 4412: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.000225 + Group: 'f_ring.02.R', Weight: 0.974878 +Vertex 4413: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.987441 +Vertex 4414: +Vertex groups: 1 + Group: 'f_ring.01.R', Weight: 0.989785 +Vertex 4415: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999334 +Vertex 4416: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.999579 +Vertex 4417: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.912448 + Group: 'f_ring.01.R', Weight: 0.072802 +Vertex 4418: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.029581 + Group: 'palm.03.R', Weight: 0.751942 + Group: 'f_ring.01.R', Weight: 0.200897 +Vertex 4419: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.960794 + Group: 'f_ring.02.R', Weight: 0.027997 +Vertex 4420: +Vertex groups: 2 + Group: 'f_ring.01.R', Weight: 0.887704 + Group: 'f_ring.02.R', Weight: 0.111904 +Vertex 4421: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.071560 + Group: 'f_ring.01.R', Weight: 0.923156 +Vertex 4422: +Vertex groups: 2 + Group: 'palm.03.R', Weight: 0.084763 + Group: 'f_ring.01.R', Weight: 0.913039 +Vertex 4423: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.998114 +Vertex 4424: +Vertex groups: 1 + Group: 'f_ring.02.R', Weight: 0.998765 +Vertex 4425: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.032924 + Group: 'palm.03.R', Weight: 0.935203 +Vertex 4426: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.696989 + Group: 'thumb.01.R', Weight: 0.005123 + Group: 'palm.03.R', Weight: 0.250261 +Vertex 4427: +Vertex groups: 4 + Group: 'forearm.R', Weight: 0.058594 + Group: 'hand.R', Weight: 0.812442 + Group: 'thumb.01.R', Weight: 0.029112 + Group: 'palm.03.R', Weight: 0.084952 +Vertex 4428: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.051305 + Group: 'thumb.01.R', Weight: 0.079612 + Group: 'thumb.02.R', Weight: 0.003069 + Group: 'palm.02.R', Weight: 0.498621 + Group: 'palm.03.R', Weight: 0.329274 +Vertex 4429: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.018051 + Group: 'palm.02.R', Weight: 0.691007 + Group: 'palm.03.R', Weight: 0.213432 +Vertex 4430: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.341962 + Group: 'palm.02.R', Weight: 0.582384 + Group: 'palm.03.R', Weight: 0.071038 +Vertex 4431: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.150682 + Group: 'palm.02.R', Weight: 0.825938 +Vertex 4432: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.525531 + Group: 'palm.02.R', Weight: 0.198793 + Group: 'palm.03.R', Weight: 0.266243 +Vertex 4433: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.127705 + Group: 'thumb.01.R', Weight: 0.086158 + Group: 'palm.02.R', Weight: 0.767136 +Vertex 4434: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.198570 + Group: 'thumb.01.R', Weight: 0.020887 + Group: 'palm.02.R', Weight: 0.757256 +Vertex 4435: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.353180 + Group: 'thumb.01.R', Weight: 0.012004 + Group: 'palm.02.R', Weight: 0.606003 +Vertex 4436: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.714022 + Group: 'palm.02.R', Weight: 0.246615 + Group: 'palm.03.R', Weight: 0.015094 +Vertex 4437: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.793410 + Group: 'palm.02.R', Weight: 0.086431 + Group: 'palm.03.R', Weight: 0.116285 +Vertex 4438: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.638148 + Group: 'thumb.01.R', Weight: 0.033887 + Group: 'palm.02.R', Weight: 0.308507 +Vertex 4439: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.835904 + Group: 'palm.02.R', Weight: 0.132602 +Vertex 4440: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.301351 + Group: 'palm.02.R', Weight: 0.673254 +Vertex 4441: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.412217 + Group: 'palm.02.R', Weight: 0.556602 +Vertex 4442: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.649483 + Group: 'palm.02.R', Weight: 0.269812 + Group: 'palm.03.R', Weight: 0.076166 +Vertex 4443: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.691063 + Group: 'palm.02.R', Weight: 0.184525 + Group: 'palm.03.R', Weight: 0.119728 +Vertex 4444: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.671303 + Group: 'palm.02.R', Weight: 0.075926 + Group: 'palm.03.R', Weight: 0.248554 +Vertex 4445: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.656099 + Group: 'palm.02.R', Weight: 0.038010 + Group: 'palm.03.R', Weight: 0.296133 +Vertex 4446: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.830609 + Group: 'palm.02.R', Weight: 0.011560 + Group: 'palm.03.R', Weight: 0.133202 +Vertex 4447: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.896717 + Group: 'palm.02.R', Weight: 0.020645 + Group: 'palm.03.R', Weight: 0.062681 +Vertex 4448: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.857053 + Group: 'palm.02.R', Weight: 0.100641 + Group: 'palm.03.R', Weight: 0.021102 +Vertex 4449: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.851182 + Group: 'palm.02.R', Weight: 0.069575 + Group: 'palm.03.R', Weight: 0.074727 +Vertex 4450: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.896248 + Group: 'palm.02.R', Weight: 0.070407 +Vertex 4451: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.802032 + Group: 'palm.02.R', Weight: 0.160313 + Group: 'palm.03.R', Weight: 0.009465 +Vertex 4452: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.134926 + Group: 'palm.03.R', Weight: 0.748122 + Group: 'f_ring.01.R', Weight: 0.094058 +Vertex 4453: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.062348 + Group: 'palm.03.R', Weight: 0.795271 + Group: 'f_ring.01.R', Weight: 0.129694 +Vertex 4454: +Vertex groups: 4 + Group: 'palm.02.R', Weight: 0.497258 + Group: 'f_middle.01.R', Weight: 0.006948 + Group: 'palm.03.R', Weight: 0.412971 + Group: 'f_ring.01.R', Weight: 0.012560 +Vertex 4455: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.596133 + Group: 'f_middle.01.R', Weight: 0.025507 + Group: 'palm.03.R', Weight: 0.313718 +Vertex 4456: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.736693 + Group: 'f_middle.01.R', Weight: 0.066992 + Group: 'palm.03.R', Weight: 0.163691 +Vertex 4457: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.664881 + Group: 'f_middle.01.R', Weight: 0.034584 + Group: 'palm.03.R', Weight: 0.249712 +Vertex 4458: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.337386 + Group: 'palm.03.R', Weight: 0.577458 + Group: 'f_ring.01.R', Weight: 0.019509 +Vertex 4459: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.003036 + Group: 'palm.02.R', Weight: 0.237723 + Group: 'palm.03.R', Weight: 0.674373 +Vertex 4460: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.018181 + Group: 'thumb.01.R', Weight: 0.040178 + Group: 'palm.02.R', Weight: 0.353449 + Group: 'palm.03.R', Weight: 0.530596 +Vertex 4461: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.051560 + Group: 'thumb.01.R', Weight: 0.104065 + Group: 'thumb.02.R', Weight: 0.026358 + Group: 'palm.02.R', Weight: 0.597602 + Group: 'palm.03.R', Weight: 0.197114 +Vertex 4462: +Vertex groups: 2 + Group: 'palm.02.R', Weight: 0.616664 + Group: 'palm.03.R', Weight: 0.300545 +Vertex 4463: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.785131 + Group: 'f_middle.01.R', Weight: 0.089111 + Group: 'palm.03.R', Weight: 0.103129 +Vertex 4464: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.048299 + Group: 'palm.02.R', Weight: 0.756910 + Group: 'palm.03.R', Weight: 0.131697 +Vertex 4465: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.063576 + Group: 'palm.02.R', Weight: 0.798005 + Group: 'palm.03.R', Weight: 0.073061 +Vertex 4466: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.021299 + Group: 'thumb.01.R', Weight: 0.126583 + Group: 'thumb.02.R', Weight: 0.046864 + Group: 'palm.02.R', Weight: 0.735678 + Group: 'palm.03.R', Weight: 0.041617 +Vertex 4467: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.024702 + Group: 'thumb.01.R', Weight: 0.109412 + Group: 'thumb.02.R', Weight: 0.035558 + Group: 'palm.02.R', Weight: 0.693042 + Group: 'palm.03.R', Weight: 0.106557 +Vertex 4468: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.005809 + Group: 'thumb.01.R', Weight: 0.070760 + Group: 'palm.02.R', Weight: 0.837872 + Group: 'palm.03.R', Weight: 0.004376 +Vertex 4469: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.072444 + Group: 'thumb.01.R', Weight: 0.082973 + Group: 'palm.02.R', Weight: 0.816329 +Vertex 4470: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.069832 + Group: 'thumb.01.R', Weight: 0.145585 + Group: 'thumb.02.R', Weight: 0.023936 + Group: 'palm.02.R', Weight: 0.727965 +Vertex 4471: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.108306 + Group: 'thumb.01.R', Weight: 0.180409 + Group: 'thumb.02.R', Weight: 0.013076 + Group: 'palm.02.R', Weight: 0.666285 +Vertex 4472: +Vertex groups: 1 + Group: 'forearm.R', Weight: 0.988986 +Vertex 4473: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.097712 + Group: 'palm.02.R', Weight: 0.369618 + Group: 'palm.03.R', Weight: 0.495011 +Vertex 4474: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.010782 + Group: 'palm.02.R', Weight: 0.382013 + Group: 'palm.03.R', Weight: 0.511270 + Group: 'f_ring.01.R', Weight: 0.046078 +Vertex 4475: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.094853 + Group: 'palm.02.R', Weight: 0.693100 + Group: 'palm.03.R', Weight: 0.186295 +Vertex 4476: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.020400 + Group: 'palm.02.R', Weight: 0.674785 + Group: 'f_middle.01.R', Weight: 0.050695 + Group: 'palm.03.R', Weight: 0.219365 +Vertex 4477: +Vertex groups: 2 + Group: 'forearm.R', Weight: 0.967361 + Group: 'hand.R', Weight: 0.007384 +Vertex 4478: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.000639 + Group: 'palm.02.R', Weight: 0.678214 + Group: 'f_middle.01.R', Weight: 0.053752 + Group: 'palm.03.R', Weight: 0.220941 +Vertex 4479: +Vertex groups: 3 + Group: 'palm.02.R', Weight: 0.362508 + Group: 'palm.03.R', Weight: 0.537643 + Group: 'f_ring.01.R', Weight: 0.048385 +Vertex 4480: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.091343 + Group: 'thumb.01.R', Weight: 0.115392 + Group: 'palm.02.R', Weight: 0.760342 +Vertex 4481: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.886406 + Group: 'palm.02.R', Weight: 0.062416 + Group: 'palm.03.R', Weight: 0.040147 +Vertex 4482: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.700780 + Group: 'palm.02.R', Weight: 0.120882 + Group: 'palm.03.R', Weight: 0.173691 +Vertex 4483: +Vertex groups: 3 + Group: 'hand.R', Weight: 0.571711 + Group: 'palm.02.R', Weight: 0.379559 + Group: 'palm.03.R', Weight: 0.037681 +Vertex 4484: +Vertex groups: 2 + Group: 'hand.R', Weight: 0.242521 + Group: 'palm.02.R', Weight: 0.726767 +Vertex 4485: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.181580 + Group: 'thumb.01.R', Weight: 0.642434 + Group: 'thumb.02.R', Weight: 0.060444 + Group: 'palm.03.R', Weight: 0.091460 +Vertex 4486: +Vertex groups: 5 + Group: 'hand.R', Weight: 0.135028 + Group: 'thumb.01.R', Weight: 0.609656 + Group: 'thumb.02.R', Weight: 0.093327 + Group: 'palm.02.R', Weight: 0.006458 + Group: 'palm.03.R', Weight: 0.126675 +Vertex 4487: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.080914 + Group: 'thumb.01.R', Weight: 0.431522 + Group: 'thumb.02.R', Weight: 0.155280 + Group: 'palm.02.R', Weight: 0.317191 +Vertex 4488: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.011002 + Group: 'thumb.02.R', Weight: 0.649283 + Group: 'thumb.03.R', Weight: 0.310757 +Vertex 4489: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.225458 + Group: 'thumb.02.R', Weight: 0.714464 + Group: 'thumb.03.R', Weight: 0.003807 +Vertex 4490: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.004090 + Group: 'thumb.02.R', Weight: 0.644392 + Group: 'thumb.03.R', Weight: 0.320162 +Vertex 4491: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.022077 + Group: 'thumb.02.R', Weight: 0.715558 + Group: 'thumb.03.R', Weight: 0.238337 +Vertex 4492: +Vertex groups: 4 + Group: 'hand.R', Weight: 0.048348 + Group: 'thumb.01.R', Weight: 0.688025 + Group: 'thumb.02.R', Weight: 0.206815 + Group: 'palm.03.R', Weight: 0.018202 +Vertex 4493: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.228485 + Group: 'thumb.02.R', Weight: 0.733566 + Group: 'palm.02.R', Weight: 0.035960 +Vertex 4494: +Vertex groups: 3 + Group: 'thumb.01.R', Weight: 0.118623 + Group: 'thumb.02.R', Weight: 0.789025 + Group: 'thumb.03.R', Weight: 0.063988 +Vertex 4495: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.085985 + Group: 'thumb.03.R', Weight: 0.917974 +Vertex 4496: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.247496 + Group: 'thumb.03.R', Weight: 0.762780 +Vertex 4497: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.983827 +Vertex 4498: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 0.985249 +Vertex 4499: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.019651 + Group: 'thumb.03.R', Weight: 0.964772 +Vertex 4500: +Vertex groups: 2 + Group: 'thumb.02.R', Weight: 0.177275 + Group: 'thumb.03.R', Weight: 0.823306 +Vertex 4501: +Vertex groups: 1 + Group: 'thumb.03.R', Weight: 1.000000 +Vertex 4502: +Vertex groups: 3 + Group: 'spine', Weight: 0.157330 + Group: 'spine.001', Weight: 0.689067 + Group: 'spine.002', Weight: 0.143085 +Vertex 4503: +Vertex groups: 3 + Group: 'spine', Weight: 0.153365 + Group: 'spine.001', Weight: 0.687708 + Group: 'spine.002', Weight: 0.148193 +Vertex 4504: +Vertex groups: 3 + Group: 'spine', Weight: 0.151598 + Group: 'spine.001', Weight: 0.682928 + Group: 'spine.002', Weight: 0.154316 +Vertex 4505: +Vertex groups: 3 + Group: 'spine', Weight: 0.110182 + Group: 'spine.001', Weight: 0.683443 + Group: 'spine.002', Weight: 0.194767 +Vertex 4506: +Vertex groups: 3 + Group: 'spine', Weight: 0.112345 + Group: 'spine.001', Weight: 0.706055 + Group: 'spine.002', Weight: 0.171412 +Vertex 4507: +Vertex groups: 3 + Group: 'spine', Weight: 0.086754 + Group: 'spine.001', Weight: 0.686555 + Group: 'spine.002', Weight: 0.215212 +Vertex 4508: +Vertex groups: 3 + Group: 'spine', Weight: 0.086382 + Group: 'spine.001', Weight: 0.682386 + Group: 'spine.002', Weight: 0.219520 +Vertex 4509: +Vertex groups: 3 + Group: 'spine', Weight: 0.146737 + Group: 'spine.001', Weight: 0.720556 + Group: 'spine.002', Weight: 0.124094 +Vertex 4510: +Vertex groups: 3 + Group: 'spine', Weight: 0.148724 + Group: 'spine.001', Weight: 0.718203 + Group: 'spine.002', Weight: 0.124378 +Vertex 4511: +Vertex groups: 4 + Group: 'spine', Weight: 0.079139 + Group: 'spine.001', Weight: 0.364403 + Group: 'spine.002', Weight: 0.498831 + Group: 'spine.003', Weight: 0.004425 +Vertex 4512: +Vertex groups: 3 + Group: 'spine', Weight: 0.081031 + Group: 'spine.001', Weight: 0.496253 + Group: 'spine.002', Weight: 0.395142 +Vertex 4513: +Vertex groups: 3 + Group: 'spine', Weight: 0.094079 + Group: 'spine.001', Weight: 0.589551 + Group: 'spine.002', Weight: 0.299077 +Vertex 4514: +Vertex groups: 5 + Group: 'spine.002', Weight: 0.715830 + Group: 'spine.001', Weight: 0.131904 + Group: 'spine.003', Weight: 0.121435 + Group: 'spine', Weight: 0.020689 + Group: 'upper_arm.R', Weight: 0.010142 +Vertex 4515: +Vertex groups: 5 + Group: 'spine', Weight: 0.047688 + Group: 'spine.001', Weight: 0.181144 + Group: 'spine.002', Weight: 0.637668 + Group: 'spine.003', Weight: 0.069350 + Group: 'upper_arm.R', Weight: 0.007980 +Vertex 4516: +Vertex groups: 4 + Group: 'spine', Weight: 0.059935 + Group: 'spine.001', Weight: 0.249044 + Group: 'spine.002', Weight: 0.596646 + Group: 'spine.003', Weight: 0.043053 +Vertex 4517: +Vertex groups: 3 + Group: 'spine', Weight: 0.096394 + Group: 'spine.001', Weight: 0.584319 + Group: 'spine.002', Weight: 0.300913 +Vertex 4518: +Vertex groups: 3 + Group: 'spine', Weight: 0.090024 + Group: 'spine.001', Weight: 0.561013 + Group: 'spine.002', Weight: 0.327515 +Vertex 4519: +Vertex groups: 3 + Group: 'spine', Weight: 0.088734 + Group: 'spine.001', Weight: 0.601657 + Group: 'spine.002', Weight: 0.293287 +Vertex 4520: +Vertex groups: 3 + Group: 'spine', Weight: 0.087807 + Group: 'spine.001', Weight: 0.620047 + Group: 'spine.002', Weight: 0.276839 +Vertex 4521: +Vertex groups: 3 + Group: 'spine', Weight: 0.089163 + Group: 'spine.001', Weight: 0.629563 + Group: 'spine.002', Weight: 0.266471 +Vertex 4522: +Vertex groups: 4 + Group: 'spine', Weight: 0.070041 + Group: 'spine.001', Weight: 0.308295 + Group: 'spine.002', Weight: 0.547801 + Group: 'spine.003', Weight: 0.020924 +Vertex 4523: +Vertex groups: 4 + Group: 'spine', Weight: 0.008642 + Group: 'spine.001', Weight: 0.225174 + Group: 'spine.002', Weight: 0.695043 + Group: 'spine.003', Weight: 0.006646 +Vertex 4524: +Vertex groups: 3 + Group: 'spine', Weight: 0.053494 + Group: 'spine.001', Weight: 0.565409 + Group: 'spine.002', Weight: 0.363734 +Vertex 4525: +Vertex groups: 3 + Group: 'spine', Weight: 0.051418 + Group: 'spine.001', Weight: 0.437767 + Group: 'spine.002', Weight: 0.486364 +Vertex 4526: +Vertex groups: 3 + Group: 'spine', Weight: 0.054842 + Group: 'spine.001', Weight: 0.532767 + Group: 'spine.002', Weight: 0.392528 +Vertex 4527: +Vertex groups: 3 + Group: 'spine', Weight: 0.054410 + Group: 'spine.001', Weight: 0.487094 + Group: 'spine.002', Weight: 0.436496 +Vertex 4528: +Vertex groups: 3 + Group: 'spine', Weight: 0.051614 + Group: 'spine.001', Weight: 0.560393 + Group: 'spine.002', Weight: 0.370615 +Vertex 4529: +Vertex groups: 3 + Group: 'spine', Weight: 0.053582 + Group: 'spine.001', Weight: 0.556257 + Group: 'spine.002', Weight: 0.371870 +Vertex 4530: +Vertex groups: 3 + Group: 'spine', Weight: 0.038161 + Group: 'spine.001', Weight: 0.357226 + Group: 'spine.002', Weight: 0.567992 +Vertex 4531: +Vertex groups: 3 + Group: 'spine', Weight: 0.055738 + Group: 'spine.001', Weight: 0.514551 + Group: 'spine.002', Weight: 0.408994 +Vertex 4532: +Vertex groups: 3 + Group: 'spine', Weight: 0.045833 + Group: 'spine.001', Weight: 0.544262 + Group: 'spine.002', Weight: 0.389840 +Vertex 4533: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.128529 + Group: 'spine.002', Weight: 0.764618 + Group: 'spine.003', Weight: 0.050806 +Vertex 4534: +Vertex groups: 3 + Group: 'spine', Weight: 0.062144 + Group: 'spine.001', Weight: 0.467573 + Group: 'spine.002', Weight: 0.447808 +Vertex 4535: +Vertex groups: 3 + Group: 'spine', Weight: 0.067188 + Group: 'spine.001', Weight: 0.522452 + Group: 'spine.002', Weight: 0.390332 +Vertex 4536: +Vertex groups: 3 + Group: 'spine', Weight: 0.022966 + Group: 'spine.001', Weight: 0.360868 + Group: 'spine.002', Weight: 0.573010 +Vertex 4537: +Vertex groups: 3 + Group: 'spine', Weight: 0.052946 + Group: 'spine.001', Weight: 0.460947 + Group: 'spine.002', Weight: 0.462921 +Vertex 4538: +Vertex groups: 3 + Group: 'spine', Weight: 0.005968 + Group: 'spine.001', Weight: 0.312656 + Group: 'spine.002', Weight: 0.626762 +Vertex 4539: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.106329 + Group: 'spine.002', Weight: 0.688732 + Group: 'spine.003', Weight: 0.081697 + Group: 'shoulder.R', Weight: 0.009360 + Group: 'upper_arm.R', Weight: 0.061521 +Vertex 4540: +Vertex groups: 3 + Group: 'spine.001', Weight: 0.155957 + Group: 'spine.002', Weight: 0.743899 + Group: 'spine.003', Weight: 0.034437 +Vertex 4541: +Vertex groups: 4 + Group: 'spine.001', Weight: 0.125498 + Group: 'spine.002', Weight: 0.727732 + Group: 'spine.003', Weight: 0.057659 + Group: 'upper_arm.R', Weight: 0.035263 +Vertex 4542: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.056142 + Group: 'spine.002', Weight: 0.486372 + Group: 'spine.003', Weight: 0.263162 + Group: 'shoulder.R', Weight: 0.067749 + Group: 'upper_arm.R', Weight: 0.064950 +Vertex 4543: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.081989 + Group: 'spine.002', Weight: 0.593029 + Group: 'spine.003', Weight: 0.161194 + Group: 'shoulder.R', Weight: 0.052059 + Group: 'upper_arm.R', Weight: 0.066162 +Vertex 4544: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.094732 + Group: 'spine.002', Weight: 0.638976 + Group: 'spine.003', Weight: 0.118525 + Group: 'shoulder.R', Weight: 0.033390 + Group: 'upper_arm.R', Weight: 0.068802 +Vertex 4545: +Vertex groups: 5 + Group: 'spine.001', Weight: 0.101951 + Group: 'spine.002', Weight: 0.665420 + Group: 'spine.003', Weight: 0.097095 + Group: 'shoulder.R', Weight: 0.020420 + Group: 'upper_arm.R', Weight: 0.065814 +Vertex 4546: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.085124 + Group: 'Head', Weight: 0.911655 +Vertex 4547: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.082596 + Group: 'Head', Weight: 0.914199 +Vertex 4548: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.154120 + Group: 'Head', Weight: 0.839492 +Vertex 4549: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165708 + Group: 'Head', Weight: 0.828104 +Vertex 4550: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.165504 + Group: 'Head', Weight: 0.828664 +Vertex 4551: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155290 + Group: 'Head', Weight: 0.839336 +Vertex 4552: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133879 + Group: 'Head', Weight: 0.861323 +Vertex 4553: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.123022 + Group: 'Head', Weight: 0.872431 +Vertex 4554: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111957 + Group: 'Head', Weight: 0.883710 +Vertex 4555: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.099577 + Group: 'Head', Weight: 0.896168 +Vertex 4556: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098472 + Group: 'Head', Weight: 0.896984 +Vertex 4557: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.103936 + Group: 'Head', Weight: 0.891111 +Vertex 4558: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.113955 + Group: 'Head', Weight: 0.880621 +Vertex 4559: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.133219 + Group: 'Head', Weight: 0.860727 +Vertex 4560: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124054 + Group: 'Head', Weight: 0.870090 +Vertex 4561: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141530 + Group: 'Head', Weight: 0.852245 +Vertex 4562: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.142622 + Group: 'Head', Weight: 0.852365 +Vertex 4563: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.148502 + Group: 'Head', Weight: 0.846322 +Vertex 4564: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150722 + Group: 'Head', Weight: 0.843139 +Vertex 4565: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.161239 + Group: 'Head', Weight: 0.832769 +Vertex 4566: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.160038 + Group: 'Head', Weight: 0.834283 +Vertex 4567: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.150784 + Group: 'Head', Weight: 0.843916 +Vertex 4568: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132111 + Group: 'Head', Weight: 0.863058 +Vertex 4569: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.124855 + Group: 'Head', Weight: 0.870471 +Vertex 4570: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.115740 + Group: 'Head', Weight: 0.879746 +Vertex 4571: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.105364 + Group: 'Head', Weight: 0.890162 +Vertex 4572: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104968 + Group: 'Head', Weight: 0.890266 +Vertex 4573: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.111310 + Group: 'Head', Weight: 0.883539 +Vertex 4574: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.121915 + Group: 'Head', Weight: 0.872546 +Vertex 4575: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.132738 + Group: 'Head', Weight: 0.861410 +Vertex 4576: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.127086 + Group: 'Head', Weight: 0.867201 +Vertex 4577: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139867 + Group: 'Head', Weight: 0.854129 +Vertex 4578: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139116 + Group: 'Head', Weight: 0.855888 +Vertex 4579: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.144932 + Group: 'Head', Weight: 0.849924 +Vertex 4580: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155603 + Group: 'Head', Weight: 0.837877 +Vertex 4581: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.108890 + Group: 'Head', Weight: 0.885705 +Vertex 4582: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101870 + Group: 'Head', Weight: 0.893178 +Vertex 4583: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.118893 + Group: 'Head', Weight: 0.875177 +Vertex 4584: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.128668 + Group: 'Head', Weight: 0.865185 +Vertex 4585: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.141187 + Group: 'Head', Weight: 0.852462 +Vertex 4586: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.167856 + Group: 'Head', Weight: 0.825832 +Vertex 4587: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.166152 + Group: 'Head', Weight: 0.827970 +Vertex 4588: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.155662 + Group: 'Head', Weight: 0.838944 +Vertex 4589: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095647 + Group: 'Head', Weight: 0.899890 +Vertex 4590: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.095430 + Group: 'Head', Weight: 0.900465 +Vertex 4591: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.107329 + Group: 'Head', Weight: 0.888497 +Vertex 4592: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.119804 + Group: 'Head', Weight: 0.875770 +Vertex 4593: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.131993 + Group: 'Head', Weight: 0.863301 +Vertex 4594: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.146676 + Group: 'Head', Weight: 0.848224 +Vertex 4595: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.139688 + Group: 'Head', Weight: 0.855411 +Vertex 4596: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.101068 + Group: 'Head', Weight: 0.894818 +Vertex 4597: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.098370 + Group: 'Head', Weight: 0.897609 +Vertex 4598: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.104756 + Group: 'Head', Weight: 0.890993 +Vertex 4599: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.088505 + Group: 'Head', Weight: 0.907845 +Vertex 4600: +Vertex groups: 2 + Group: 'spine.005', Weight: 0.109389 + Group: 'Head', Weight: 0.886155 +Vertex 4601: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4602: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4603: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4604: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4605: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4606: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4607: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4608: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4609: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4610: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4611: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4612: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4613: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4614: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4615: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4616: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4617: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4618: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4619: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4620: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4621: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4622: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4623: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4624: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4625: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4626: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4627: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4628: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4629: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4630: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4631: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4632: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4633: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4634: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.865184 + Group: 'f_middle.02.R', Weight: 0.133583 +Vertex 4635: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.901072 + Group: 'f_middle.02.R', Weight: 0.098783 +Vertex 4636: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.874345 + Group: 'f_middle.02.R', Weight: 0.125216 +Vertex 4637: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.957046 + Group: 'f_middle.02.R', Weight: 0.035057 +Vertex 4638: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.828853 + Group: 'f_middle.02.R', Weight: 0.170559 +Vertex 4639: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.857769 + Group: 'f_middle.02.R', Weight: 0.142449 +Vertex 4640: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.916989 + Group: 'f_middle.02.R', Weight: 0.083144 +Vertex 4641: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.960789 + Group: 'f_middle.02.R', Weight: 0.027993 +Vertex 4642: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.877561 + Group: 'f_middle.02.R', Weight: 0.122508 +Vertex 4643: +Vertex groups: 2 + Group: 'f_middle.01.R', Weight: 0.957612 + Group: 'f_middle.02.R', Weight: 0.034151 +=== Animation Keyframes === +=== Bone Transforms per Keyframe === +Keyframes: 51 +Frame: 0 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 1 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 2 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 3 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 4 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 5 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 6 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 7 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 8 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 9 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 10 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 11 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 12 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 13 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 14 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 15 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 16 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 17 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 18 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 19 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 20 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 21 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 22 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 23 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 24 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 25 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 26 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 27 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 28 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 29 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 30 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 31 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 32 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 33 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 34 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 35 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 36 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 37 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 38 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 39 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 40 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 41 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 42 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 43 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 44 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 45 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 46 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 47 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 48 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 49 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + +Frame: 50 + Bone: spine + Location: + Rotation: + Matrix: + + + + + Bone: spine.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine.004 + Location: + Rotation: + Matrix: + + + + + Bone: spine.005 + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.L + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.L + Location: + Rotation: + Matrix: + + + + + Bone: forearm.L + Location: + Rotation: + Matrix: + + + + + Bone: hand.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.L + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.L + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.L + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.L + Location: + Rotation: + Matrix: + + + + + Bone: shoulder.R + Location: + Rotation: + Matrix: + + + + + Bone: upper_arm.R + Location: + Rotation: + Matrix: + + + + + Bone: forearm.R + Location: + Rotation: + Matrix: + + + + + Bone: hand.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.01.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.02.R + Location: + Rotation: + Matrix: + + + + + Bone: thumb.03.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.02.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_middle.02.R + Location: + Rotation: + Matrix: + + + + + Bone: palm.03.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.01.R + Location: + Rotation: + Matrix: + + + + + Bone: f_ring.02.R + Location: + Rotation: + Matrix: + + + + + Bone: spine1 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.001 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.002 + Location: + Rotation: + Matrix: + + + + + Bone: spine1.003 + Location: + Rotation: + Matrix: + + + + + Bone: spine2 + Location: + Rotation: + Matrix: + + + + diff --git a/resources/w/ui/hud_skip.json b/resources/w/ui/hud_skip.json new file mode 100644 index 0000000..e2a476e --- /dev/null +++ b/resources/w/ui/hud_skip.json @@ -0,0 +1,27 @@ +{ + "root": { + "type": "FrameLayout", + "name": "hud_root", + "width": "match_parent", + "height": "match_parent", + "children": [ + { + "type": "Button", + "name": "skipButton", + "horizontal_gravity": "right", + "vertical_gravity": "top", + "x": -23, + "y": -35, + "width": 200, + "height": 200, + "clickZoneWidth": 176, + "clickZoneHeight": 176, + "textures": { + "normal": "resources/w/ui/img/RedClose001_State=Default001.png", + "hover": "resources/w/ui/img/RedClose001_State=Selected001.png", + "pressed": "resources/w/ui/img/RedClose001_State=Tap001.png" + } + } + ] + } +} \ No newline at end of file diff --git a/src/Game.cpp b/src/Game.cpp index 164b503..ebbd7fd 100644 --- a/src/Game.cpp +++ b/src/Game.cpp @@ -653,7 +653,7 @@ namespace ZL Environment::width = event.window.data1; Environment::height = event.window.data2; Environment::computeProjectionDimensions(); - //menuManager.uiManager.updateAllLayouts(); + menuManager.uiManager.updateAllLayouts(); std::cout << "Window resized: " << Environment::width << "x" << Environment::height << std::endl; //space.clearTextRendererCache(); diff --git a/src/UiManager.cpp b/src/UiManager.cpp index 4f9a9ad..4b7b2de 100644 --- a/src/UiManager.cpp +++ b/src/UiManager.cpp @@ -2161,16 +2161,28 @@ namespace ZL { node->name = nodeName; node->width = bubble->computeWidth(); node->height = bubble->computeHeight(); - node->localX = 430.0f; + + if (incoming) { + node->localX = -node->width * 0.5+110 - (UiChatBubble::MAX_WIDTH - node->width);// +(425.f - node->width); + } + else + { + node->localX = node->width * 0.5-110 - (UiChatBubble::MAX_WIDTH - node->width);// -(425.f - node->width); + } + //430 + //1280 + node->localY = 0.0f; node->visible = true; node->chatBubble = bubble; + node->layoutSettings.hGravity = HorizontalGravity::Center; + /* if (incoming) { node->layoutSettings.hGravity = HorizontalGravity::Left; } else { node->layoutSettings.hGravity = HorizontalGravity::Right; - } + }*/ // Bottom gravity means localY is used as-is for screenRect.y (no parentH transform). // The original static chat nodes all had "vertical_gravity": "bottom" for the same reason. node->layoutSettings.vGravity = VerticalGravity::Bottom; diff --git a/src/main.cpp b/src/main.cpp index c17c847..2cafc56 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -259,7 +259,7 @@ int main(int argc, char *argv[]) { }*/ const Uint32 windowFlags = SDL_WINDOW_OPENGL | SDL_WINDOW_SHOWN | SDL_WINDOW_FULLSCREEN_DESKTOP; #else - const Uint32 windowFlags = SDL_WINDOW_OPENGL | SDL_WINDOW_SHOWN; + const Uint32 windowFlags = SDL_WINDOW_OPENGL | SDL_WINDOW_SHOWN | SDL_WINDOW_ALLOW_HIGHDPI; #endif ZL::Environment::window = SDL_CreateWindow( @@ -272,6 +272,16 @@ int main(int argc, char *argv[]) { SDL_GLContext ctx = SDL_GL_CreateContext(ZL::Environment::window); SDL_GL_MakeCurrent(ZL::Environment::window, ctx); + // On HiDPI displays the drawable (physical) size is larger than the + // logical window size. Use the drawable size so the GL framebuffer + // covers every physical pixel and the image stays sharp. + { + int drawW, drawH; + SDL_GL_GetDrawableSize(ZL::Environment::window, &drawW, &drawH); + ZL::Environment::width = drawW; + ZL::Environment::height = drawH; + } + game.setup(); while (!game.shouldExit()) {