#pragma once #include #include namespace sdk { struct a_camper_player; } namespace bones::survivor { void initialize(); std::vector < std::pair < int, int > >& get_bone_array(const sdk::a_camper_player* camper); } namespace bones::survivor::dwight { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_kneert_01 = 4, joint_footrt_01 = 5, joint_toert_01 = 6, joint_kneerollrt_01 = 7, joint_hiprollrt_01 = 8, joint_hiplt_01 = 9, joint_kneelt_01 = 10, joint_footlt_01 = 11, joint_toelt_01 = 12, joint_kneerolllt_01 = 13, joint_hiprolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_elbowlt_01 = 20, joint_handlt_01 = 21, joint_weaponlt_01 = 22, joint_thumbalt_01 = 23, joint_thumbblt_01 = 24, joint_thumbclt_01 = 25, joint_indexalt_01 = 26, joint_indexblt_01 = 27, joint_indexclt_01 = 28, joint_fingeralt_01 = 29, joint_fingerblt_01 = 30, joint_fingerclt_01 = 31, joint_ringalt_01 = 32, joint_ringblt_01 = 33, joint_ringclt_01 = 34, joint_pinkyalt_01 = 35, joint_pinkyblt_01 = 36, joint_pinkyclt_01 = 37, joint_elbowrolllt_01 = 38, joint_handroll01lt_01 = 39, joint_handroll02lt_01 = 40, joint_shoulderrolllt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_elbowrt_01 = 44, joint_handrt_01 = 45, joint_weaponrt_01 = 46, joint_thumbart_01 = 47, joint_thumbbrt_01 = 48, joint_thumbcrt_01 = 49, joint_indexart_01 = 50, joint_indexbrt_01 = 51, joint_indexcrt_01 = 52, joint_fingerart_01 = 53, joint_fingerbrt_01 = 54, joint_fingercrt_01 = 55, joint_ringart_01 = 56, joint_ringbrt_01 = 57, joint_ringcrt_01 = 58, joint_pinkyart_01 = 59, joint_pinkybrt_01 = 60, joint_pinkycrt_01 = 61, joint_elbowrollrt_01 = 62, joint_handroll01rt_01 = 63, joint_handroll02rt_01 = 64, joint_shoulderrollrt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_eyelt_01 = 68, joint_cheeklt_01 = 69, joint_dimplelt_01 = 70, joint_eyebrowinnerlt_01 = 71, joint_eyebrowouterlt_01 = 72, joint_eyeliduplt_01 = 73, joint_eyeliddownlt_01 = 74, joint_lipcornerlt_01 = 75, joint_lipupperlt_01 = 76, joint_lipupper_01 = 77, joint_nosesidelt_01 = 78, joint_nosemain_01 = 79, joint_jaw_01 = 80, joint_liplowerlt_01 = 81, joint_liplower_01 = 82, joint_tongue1_01 = 83, joint_tongue2_01 = 84, joint_liplowerrt_01 = 85, joint_eyert_01 = 86, joint_cheekrt_01 = 87, joint_dimplert_01 = 88, joint_eyebrowinnerrt_01 = 89, joint_eyebrowouterrt_01 = 90, joint_eyeliduprt_01 = 91, joint_eyeliddownrt_01 = 92, joint_lipcornerrt_01 = 93, joint_lipupperrt_01 = 94, joint_nosesidert_01 = 95, joint_facialgroup = 96, cheek_lt_01 = 97, cheek_rt_01 = 98, cheekbone_lt_01 = 99, cheekbone_lt_02 = 100, cheekbone_lt_03 = 101, cheekbone_lt_04 = 102, cheekbone_rt_01 = 103, cheekbone_rt_02 = 104, cheekbone_rt_03 = 105, cheekbone_rt_04 = 106, eye_lt = 107, eye_rt = 108, eyebrows_lt_01 = 109, eyebrows_lt_02 = 110, eyebrows_lt_03 = 111, eyebrows_lt_04 = 112, eyebrows_rt_01 = 113, eyebrows_rt_02 = 114, eyebrows_rt_03 = 115, eyebrows_rt_04 = 116, eyelids_down_lt = 117, eyelids_down_rt = 118, eyelids_up_lt = 119, eyelids_up_rt = 120, forehead_lt = 121, forehead_rt = 122, jaw = 123, chin = 124, lips_down_lt_01 = 125, lips_down_lt_02 = 126, lips_down_lt_03 = 127, lips_down_rt_01 = 128, lips_down_rt_02 = 129, lips_down_rt_03 = 130, lips_down_mid = 131, sneer_lt_04 = 132, sneer_rt_04 = 133, tongue_01 = 134, tongue_02 = 135, tongue_03 = 136, lips_corner_lt = 137, lips_corner_rt = 138, lips_up_lt_01 = 139, lips_up_lt_02 = 140, lips_up_lt_03 = 141, lips_up_rt_01 = 142, lips_up_rt_02 = 143, lips_up_rt_03 = 144, lips_up_mid = 145, nose = 146, sneer_lt_01 = 147, sneer_lt_02 = 148, sneer_lt_03 = 149, sneer_rt_01 = 150, sneer_rt_02 = 151, sneer_rt_03 = 152, joint_hand_rt_01_ik = 153, joint_hand_lt_01_ik = 154, joint_cam_01 = 155, joint_cam_02 = 156, joint_cam_03 = 157, joint_camperattach_01 = 158, joint_slasherattach_01 = 159, joint_foot_lt_01_ik = 160, joint_foot_rt_01_ik = 161, joint_harpoon = 162 }; } namespace bones::survivor::meg { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiplt_roll_01 = 3, joint_hiprt_roll_01 = 4, joint_hiprt_01 = 5, joint_kneert_roll_01 = 6, joint_kneert_01 = 7, joint_footrt_roll_01 = 8, joint_footrt_01 = 9, joint_toert_01 = 10, joint_hiplt_01 = 11, joint_kneelt_roll_01 = 12, joint_kneelt_01 = 13, joint_footlt_roll_01 = 14, joint_footlt_01 = 15, joint_toelt_01 = 16, joint_torsoa_01 = 17, joint_torsob_01 = 18, joint_torsoc_01 = 19, joint_claviclelt_01 = 20, joint_shoulderlt_01 = 21, joint_elbowlt_roll_01 = 22, joint_elbowlt_01 = 23, joint_handlt_01 = 24, joint_weaponlt_01 = 25, joint_thumbalt_01 = 26, joint_thumbblt_01 = 27, joint_thumbclt_01 = 28, joint_indexalt_01 = 29, joint_indexblt_01 = 30, joint_indexclt_01 = 31, joint_fingeralt_01 = 32, joint_fingerblt_01 = 33, joint_fingerclt_01 = 34, joint_ringalt_01 = 35, joint_ringblt_01 = 36, joint_ringclt_01 = 37, joint_pinkyalt_01 = 38, joint_pinkyblt_01 = 39, joint_pinkyclt_01 = 40, joint_wristlt_roll_01 = 41, joint_forearmlt_roll_01 = 42, joint_shoulderlt_roll_01 = 43, joint_claviclert_01 = 44, joint_shoulderrt_01 = 45, joint_elbowrt_roll_01 = 46, joint_elbowrt_01 = 47, joint_handrt_01 = 48, joint_weaponrt_01 = 49, joint_thumbart_01 = 50, joint_thumbbrt_01 = 51, joint_thumbcrt_01 = 52, joint_indexart_01 = 53, joint_indexbrt_01 = 54, joint_indexcrt_01 = 55, joint_fingerart_01 = 56, joint_fingerbrt_01 = 57, joint_fingercrt_01 = 58, joint_ringart_01 = 59, joint_ringbrt_01 = 60, joint_ringcrt_01 = 61, joint_pinkyart_01 = 62, joint_pinkybrt_01 = 63, joint_pinkycrt_01 = 64, joint_wristrt_roll_01 = 65, joint_forearmrt_roll_01 = 66, joint_shoulderrt_roll_01 = 67, joint_necka_01 = 68, joint_head_01 = 69, joint_eyelt_01 = 70, joint_cheeklt_01 = 71, joint_dimplelt_01 = 72, joint_eyebrowinnerlt_01 = 73, joint_eyebrowouterlt_01 = 74, joint_eyeliduplt_01 = 75, joint_eyeliddownlt_01 = 76, joint_lipcornerlt_01 = 77, joint_lipupperlt_01 = 78, joint_lipupper_01 = 79, joint_nosesidelt_01 = 80, joint_nosemain_01 = 81, joint_jaw_01 = 82, joint_liplowerlt_01 = 83, joint_liplower_01 = 84, joint_tongue1_01 = 85, joint_tongue2_01 = 86, joint_liplowerrt_01 = 87, joint_eyert_01 = 88, joint_cheekrt_01 = 89, joint_dimplert_01 = 90, joint_eyebrowinnerrt_01 = 91, joint_eyebrowouterrt_01 = 92, joint_eyeliduprt_01 = 93, joint_eyeliddownrt_01 = 94, joint_lipcornerrt_01 = 95, joint_lipupperrt_01 = 96, joint_nosesidert_01 = 97, joint_facialgroup = 98, cheek_lt_01 = 99, cheek_rt_01 = 100, cheekbone_lt_01 = 101, cheekbone_lt_02 = 102, cheekbone_lt_03 = 103, cheekbone_lt_04 = 104, cheekbone_rt_01 = 105, cheekbone_rt_02 = 106, cheekbone_rt_03 = 107, cheekbone_rt_04 = 108, eye_lt = 109, eye_rt = 110, eyebrows_lt_01 = 111, eyebrows_lt_02 = 112, eyebrows_lt_03 = 113, eyebrows_lt_04 = 114, eyebrows_rt_01 = 115, eyebrows_rt_02 = 116, eyebrows_rt_03 = 117, eyebrows_rt_04 = 118, eyelids_down_lt = 119, eyelids_down_rt = 120, eyelids_up_lt = 121, eyelids_up_rt = 122, forehead_lt = 123, forehead_rt = 124, jaw = 125, chin = 126, lips_down_lt_01 = 127, lips_down_lt_02 = 128, lips_down_lt_03 = 129, lips_down_rt_01 = 130, lips_down_rt_02 = 131, lips_down_rt_03 = 132, lips_down_mid = 133, tongue_01 = 134, tongue_02 = 135, tongue_03 = 136, sneer_rt_04 = 137, sneer_lt_04 = 138, lips_corner_lt = 139, lips_corner_rt = 140, lips_up_lt_01 = 141, lips_up_lt_02 = 142, lips_up_lt_03 = 143, lips_up_rt_01 = 144, lips_up_rt_02 = 145, lips_up_rt_03 = 146, lips_up_mid = 147, nose = 148, sneer_lt_01 = 149, sneer_lt_02 = 150, sneer_lt_03 = 151, sneer_rt_01 = 152, sneer_rt_02 = 153, sneer_rt_03 = 154, joint_hand_rt_01_ik = 155, joint_hand_lt_01_ik = 156, joint_cam_01 = 157, joint_cam_02 = 158, joint_cam_03 = 159, joint_camperattach_01 = 160, joint_slasherattach_01 = 161, joint_foot_lt_01_ik = 162, joint_foot_rt_01_ik = 163 }; } namespace bones::survivor::claudette { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_hiprollrt_01 = 4, joint_kneert_01 = 5, joint_footrt_01 = 6, joint_toert_01 = 7, joint_kneerollrt_01 = 8, joint_hiplt_01 = 9, joint_hiprolllt_01 = 10, joint_kneelt_01 = 11, joint_footlt_01 = 12, joint_toelt_01 = 13, joint_kneerolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_handlt_01 = 22, joint_weaponlt_01 = 23, joint_thumbalt_01 = 24, joint_thumbblt_01 = 25, joint_thumbclt_01 = 26, joint_indexalt_01 = 27, joint_indexblt_01 = 28, joint_indexclt_01 = 29, joint_fingeralt_01 = 30, joint_fingerblt_01 = 31, joint_fingerclt_01 = 32, joint_ringalt_01 = 33, joint_ringblt_01 = 34, joint_ringclt_01 = 35, joint_pinkyalt_01 = 36, joint_pinkyblt_01 = 37, joint_pinkyclt_01 = 38, joint_elbowrolllt_01 = 39, joint_handroll01lt_01 = 40, joint_handroll02lt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_shoulderrollrt_01 = 44, joint_elbowrt_01 = 45, joint_handrt_01 = 46, joint_weaponrt_01 = 47, joint_thumbart_01 = 48, joint_thumbbrt_01 = 49, joint_thumbcrt_01 = 50, joint_indexart_01 = 51, joint_indexbrt_01 = 52, joint_indexcrt_01 = 53, joint_fingerart_01 = 54, joint_fingerbrt_01 = 55, joint_fingercrt_01 = 56, joint_ringart_01 = 57, joint_ringbrt_01 = 58, joint_ringcrt_01 = 59, joint_pinkyart_01 = 60, joint_pinkybrt_01 = 61, joint_pinkycrt_01 = 62, joint_elbowrollrt_01 = 63, joint_handroll01rt_01 = 64, joint_handroll02rt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_eyelt_01 = 68, joint_cheeklt_01 = 69, joint_dimplelt_01 = 70, joint_eyebrowinnerlt_01 = 71, joint_eyebrowouterlt_01 = 72, joint_eyeliduplt_01 = 73, joint_eyeliddownlt_01 = 74, joint_lipcornerlt_01 = 75, joint_lipupperlt_01 = 76, joint_lipupper_01 = 77, joint_nosesidelt_01 = 78, joint_nosemain_01 = 79, joint_jaw_01 = 80, joint_liplowerlt_01 = 81, joint_liplower_01 = 82, joint_tongue1_01 = 83, joint_tongue2_01 = 84, joint_liplowerrt_01 = 85, joint_eyert_01 = 86, joint_cheekrt_01 = 87, joint_dimplert_01 = 88, joint_eyebrowinnerrt_01 = 89, joint_eyebrowouterrt_01 = 90, joint_eyeliduprt_01 = 91, joint_eyeliddownrt_01 = 92, joint_lipcornerrt_01 = 93, joint_lipupperrt_01 = 94, joint_nosesidert_01 = 95, joint_facialgroup = 96, cheek_lt_01 = 97, cheek_rt_01 = 98, cheekbone_lt_01 = 99, cheekbone_lt_02 = 100, cheekbone_lt_03 = 101, cheekbone_lt_04 = 102, cheekbone_rt_01 = 103, cheekbone_rt_02 = 104, cheekbone_rt_03 = 105, cheekbone_rt_04 = 106, eye_lt = 107, eye_rt = 108, eyebrows_lt_01 = 109, eyebrows_lt_02 = 110, eyebrows_lt_03 = 111, eyebrows_lt_04 = 112, eyebrows_rt_01 = 113, eyebrows_rt_02 = 114, eyebrows_rt_03 = 115, eyebrows_rt_04 = 116, eyelids_down_lt = 117, eyelids_down_rt = 118, eyelids_up_lt = 119, eyelids_up_rt = 120, forehead_lt = 121, forehead_rt = 122, jaw = 123, chin = 124, tongue_01 = 125, tongue_02 = 126, tongue_03 = 127, sneer_rt_04 = 128, sneer_lt_04 = 129, lips_down_rt_03 = 130, lips_down_rt_02 = 131, lips_down_rt_01 = 132, lips_down_lt_03 = 133, lips_down_lt_02 = 134, lips_down_lt_01 = 135, lips_down_mid = 136, nose = 137, sneer_lt_01 = 138, sneer_lt_02 = 139, sneer_lt_03 = 140, sneer_rt_01 = 141, sneer_rt_02 = 142, sneer_rt_03 = 143, lips_up_mid = 144, lips_up_rt_01 = 145, lips_up_rt_02 = 146, lips_up_lt_01 = 147, lips_up_lt_02 = 148, lips_up_lt_03 = 149, lips_corner_lt = 150, lips_up_rt_03 = 151, lips_corner_rt = 152, joint_hand_rt_01_ik = 153, joint_hand_lt_01_ik = 154, joint_cam_01 = 155, joint_cam_02 = 156, joint_cam_03 = 157, joint_camperattach_01 = 158, joint_slasherattach_01 = 159, joint_foot_lt_01_ik = 160, joint_foot_rt_01_ik = 161 }; } namespace bones::survivor::jake { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_tummy01 = 3, joint_back01 = 4, joint_hiplt_01 = 5, joint_hiprolllt_01 = 6, joint_kneelt_01 = 7, joint_kneerolllt_01 = 8, joint_footlt_01 = 9, joint_toelt_01 = 10, joint_hiprt_01 = 11, joint_hiprollrt_01 = 12, joint_kneert_01 = 13, joint_kneerollrt_01 = 14, joint_footrt_01 = 15, joint_toert_01 = 16, joint_torsoa_01 = 17, joint_torsob_01 = 18, joint_torsoc_01 = 19, joint_claviclelt_01 = 20, joint_shoulderlt_01 = 21, joint_shoulderrolllt_01 = 22, joint_elbowlt_01 = 23, joint_elbowrolllt_01 = 24, joint_handroll01lt_01 = 25, joint_handroll02lt_01 = 26, joint_handlt_01 = 27, joint_weaponlt_01 = 28, joint_thumbalt_01 = 29, joint_thumbblt_01 = 30, joint_thumbclt_01 = 31, joint_indexalt_01 = 32, joint_indexblt_01 = 33, joint_indexclt_01 = 34, joint_fingeralt_01 = 35, joint_fingerblt_01 = 36, joint_fingerclt_01 = 37, joint_ringalt_01 = 38, joint_ringblt_01 = 39, joint_ringclt_01 = 40, joint_pinkyalt_01 = 41, joint_pinkyblt_01 = 42, joint_pinkyclt_01 = 43, joint_necka_01 = 44, joint_head_01 = 45, joint_eyelt_01 = 46, joint_cheeklt_01 = 47, joint_dimplelt_01 = 48, joint_eyebrowinnerlt_01 = 49, joint_eyebrowouterlt_01 = 50, joint_eyeliduplt_01 = 51, joint_eyeliddownlt_01 = 52, joint_lipcornerlt_01 = 53, joint_lipupperlt_01 = 54, joint_lipupper_01 = 55, joint_nosesidelt_01 = 56, joint_nosemain_01 = 57, joint_jaw_01 = 58, joint_liplowerlt_01 = 59, joint_liplower_01 = 60, joint_tongue1_01 = 61, joint_tongue2_01 = 62, joint_liplowerrt_01 = 63, joint_eyert_01 = 64, joint_cheekrt_01 = 65, joint_dimplert_01 = 66, joint_eyebrowinnerrt_01 = 67, joint_eyebrowouterrt_01 = 68, joint_eyeliduprt_01 = 69, joint_eyeliddownrt_01 = 70, joint_lipcornerrt_01 = 71, joint_lipupperrt_01 = 72, joint_nosesidert_01 = 73, joint_facialgroup = 74, cheek_lt_01 = 75, cheek_rt_01 = 76, cheekbone_lt_01 = 77, cheekbone_lt_02 = 78, cheekbone_lt_03 = 79, cheekbone_lt_04 = 80, cheekbone_rt_01 = 81, cheekbone_rt_02 = 82, cheekbone_rt_03 = 83, cheekbone_rt_04 = 84, eye_lt = 85, eye_rt = 86, eyebrows_lt_01 = 87, eyebrows_lt_02 = 88, eyebrows_lt_03 = 89, eyebrows_lt_04 = 90, eyebrows_rt_01 = 91, eyebrows_rt_02 = 92, eyebrows_rt_03 = 93, eyebrows_rt_04 = 94, eyelids_down_lt = 95, eyelids_down_rt = 96, eyelids_up_lt = 97, eyelids_up_rt = 98, forehead_lt = 99, forehead_rt = 100, jaw = 101, chin = 102, lips_down_lt_01 = 103, lips_down_lt_02 = 104, lips_down_lt_03 = 105, lips_down_rt_01 = 106, lips_down_rt_02 = 107, lips_down_rt_03 = 108, lips_down_mid = 109, tongue_01 = 110, tongue_02 = 111, tongue_03 = 112, sneer_rt_04 = 113, sneer_lt_04 = 114, lips_corner_lt = 115, lips_corner_rt = 116, lips_up_lt_01 = 117, lips_up_lt_02 = 118, lips_up_lt_03 = 119, lips_up_rt_01 = 120, lips_up_rt_02 = 121, lips_up_rt_03 = 122, lips_up_mid = 123, nose = 124, sneer_lt_01 = 125, sneer_lt_02 = 126, sneer_lt_03 = 127, sneer_rt_01 = 128, sneer_rt_02 = 129, sneer_rt_03 = 130, joint_claviclert_01 = 131, joint_shoulderrt_01 = 132, joint_shoulderrollrt_01 = 133, joint_elbowrt_01 = 134, joint_elbowrollrt_01 = 135, joint_handroll01rt_01 = 136, joint_handroll02rt_01 = 137, joint_handrt_01 = 138, joint_weaponrt_01 = 139, joint_thumbart_01 = 140, joint_thumbbrt_01 = 141, joint_thumbcrt_01 = 142, joint_indexart_01 = 143, joint_indexbrt_01 = 144, joint_indexcrt_01 = 145, joint_fingerart_01 = 146, joint_fingerbrt_01 = 147, joint_fingercrt_01 = 148, joint_ringart_01 = 149, joint_ringbrt_01 = 150, joint_ringcrt_01 = 151, joint_pinkyart_01 = 152, joint_pinkybrt_01 = 153, joint_pinkycrt_01 = 154, joint_hand_rt_01_ik = 155, joint_hand_lt_01_ik = 156, joint_cam_01 = 157, joint_cam_02 = 158, joint_cam_03 = 159, joint_camperattach_01 = 160, joint_slasherattach_01 = 161, joint_foot_lt_01_ik = 162, joint_foot_rt_01_ik = 163 }; } namespace bones::survivor::nea { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_hiprollrt_01 = 4, joint_kneert_01 = 5, joint_footrt_01 = 6, joint_toert_01 = 7, joint_kneerollrt_01 = 8, joint_hiplt_01 = 9, joint_hiprolllt_01 = 10, joint_kneelt_01 = 11, joint_footlt_01 = 12, joint_toelt_01 = 13, joint_kneerolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_handlt_01 = 22, joint_weaponlt_01 = 23, joint_thumbalt_01 = 24, joint_thumbblt_01 = 25, joint_thumbclt_01 = 26, joint_indexalt_01 = 27, joint_indexblt_01 = 28, joint_indexclt_01 = 29, joint_fingeralt_01 = 30, joint_fingerblt_01 = 31, joint_fingerclt_01 = 32, joint_ringalt_01 = 33, joint_ringblt_01 = 34, joint_ringclt_01 = 35, joint_pinkyalt_01 = 36, joint_pinkyblt_01 = 37, joint_pinkyclt_01 = 38, joint_elbowrolllt_01 = 39, joint_handroll01lt_01 = 40, joint_handroll02lt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_shoulderrollrt_01 = 44, joint_elbowrt_01 = 45, joint_handrt_01 = 46, joint_weaponrt_01 = 47, joint_thumbart_01 = 48, joint_thumbbrt_01 = 49, joint_thumbcrt_01 = 50, joint_indexart_01 = 51, joint_indexbrt_01 = 52, joint_indexcrt_01 = 53, joint_fingerart_01 = 54, joint_fingerbrt_01 = 55, joint_fingercrt_01 = 56, joint_ringart_01 = 57, joint_ringbrt_01 = 58, joint_ringcrt_01 = 59, joint_pinkyart_01 = 60, joint_pinkybrt_01 = 61, joint_pinkycrt_01 = 62, joint_elbowrollrt_01 = 63, joint_handroll01rt_01 = 64, joint_handroll02rt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_eyelt_01 = 68, joint_cheeklt_01 = 69, joint_dimplelt_01 = 70, joint_eyebrowinnerlt_01 = 71, joint_eyebrowouterlt_01 = 72, joint_eyeliduplt_01 = 73, joint_eyeliddownlt_01 = 74, joint_lipcornerlt_01 = 75, joint_lipupperlt_01 = 76, joint_lipupper_01 = 77, joint_nosesidelt_01 = 78, joint_nosemain_01 = 79, joint_jaw_01 = 80, joint_liplowerlt_01 = 81, joint_liplower_01 = 82, joint_tongue1_01 = 83, joint_tongue2_01 = 84, joint_liplowerrt_01 = 85, joint_eyert_01 = 86, joint_cheekrt_01 = 87, joint_dimplert_01 = 88, joint_eyebrowinnerrt_01 = 89, joint_eyebrowouterrt_01 = 90, joint_eyeliduprt_01 = 91, joint_eyeliddownrt_01 = 92, joint_lipcornerrt_01 = 93, joint_lipupperrt_01 = 94, joint_nosesidert_01 = 95, joint_facialgroup = 96, cheek_lt_01 = 97, cheek_rt_01 = 98, cheekbone_lt_01 = 99, cheekbone_lt_02 = 100, cheekbone_lt_03 = 101, cheekbone_lt_04 = 102, cheekbone_rt_01 = 103, cheekbone_rt_02 = 104, cheekbone_rt_03 = 105, cheekbone_rt_04 = 106, eye_lt = 107, eye_rt = 108, eyebrows_lt_01 = 109, eyebrows_lt_02 = 110, eyebrows_lt_03 = 111, eyebrows_lt_04 = 112, eyebrows_rt_01 = 113, eyebrows_rt_02 = 114, eyebrows_rt_03 = 115, eyebrows_rt_04 = 116, eyelids_down_lt = 117, eyelids_down_rt = 118, eyelids_up_lt = 119, eyelids_up_rt = 120, forehead_lt = 121, forehead_rt = 122, jaw = 123, chin = 124, tongue_01 = 125, tongue_02 = 126, tongue_03 = 127, sneer_rt_04 = 128, sneer_lt_04 = 129, lips_down_rt_03 = 130, lips_down_rt_02 = 131, lips_down_rt_01 = 132, lips_down_lt_03 = 133, lips_down_lt_02 = 134, lips_down_lt_01 = 135, lips_down_mid = 136, nose = 137, sneer_lt_01 = 138, sneer_lt_02 = 139, sneer_lt_03 = 140, sneer_rt_01 = 141, sneer_rt_02 = 142, sneer_rt_03 = 143, lips_up_mid = 144, lips_up_rt_01 = 145, lips_up_rt_02 = 146, lips_up_lt_01 = 147, lips_up_lt_02 = 148, lips_up_lt_03 = 149, lips_corner_lt = 150, lips_up_rt_03 = 151, lips_corner_rt = 152, joint_hand_rt_01_ik = 153, joint_hand_lt_01_ik = 154, joint_cam_01 = 155, joint_cam_02 = 156, joint_cam_03 = 157, joint_camperattach_01 = 158, joint_slasherattach_01 = 159, joint_foot_lt_01_ik = 160, joint_foot_rt_01_ik = 161 }; } namespace bones::survivor::bill { enum { joint_char = 0, joint_pelvis_01 = 1, joint_torsoa_01 = 2, joint_torsob_01 = 3, joint_torsoc_01 = 4, joint_claviclelt_01 = 5, joint_shoulderlt_01 = 6, joint_shoulderrolllt_01 = 7, joint_elbowlt_01 = 8, joint_elbowrolllt_01 = 9, joint_handroll01lt_01 = 10, joint_handroll02lt_01 = 11, joint_handlt_01 = 12, joint_weaponlt_01 = 13, joint_thumbalt_01 = 14, joint_thumbblt_01 = 15, joint_thumbclt_01 = 16, joint_indexalt_01 = 17, joint_indexblt_01 = 18, joint_indexclt_01 = 19, joint_fingeralt_01 = 20, joint_fingerblt_01 = 21, joint_fingerclt_01 = 22, joint_ringalt_01 = 23, joint_ringblt_01 = 24, joint_ringclt_01 = 25, joint_pinkyalt_01 = 26, joint_pinkyblt_01 = 27, joint_pinkyclt_01 = 28, joint_necka_01 = 29, joint_head_01 = 30, joint_eyelt_01 = 31, joint_cheeklt_01 = 32, joint_dimplelt_01 = 33, joint_eyebrowinnerlt_01 = 34, joint_eyebrowouterlt_01 = 35, joint_eyeliduplt_01 = 36, joint_eyeliddownlt_01 = 37, joint_lipcornerlt_01 = 38, joint_lipupperlt_01 = 39, joint_lipupper_01 = 40, joint_nosesidelt_01 = 41, joint_nosemain_01 = 42, joint_jaw_01 = 43, joint_liplowerlt_01 = 44, joint_liplower_01 = 45, joint_tongue1_01 = 46, joint_tongue2_01 = 47, joint_liplowerrt_01 = 48, joint_eyert_01 = 49, joint_cheekrt_01 = 50, joint_dimplert_01 = 51, joint_eyebrowinnerrt_01 = 52, joint_eyebrowouterrt_01 = 53, joint_eyeliduprt_01 = 54, joint_eyeliddownrt_01 = 55, joint_lipcornerrt_01 = 56, joint_lipupperrt_01 = 57, joint_nosesidert_01 = 58, joint_facialgroup = 59, cheek_lt_01 = 60, cheek_rt_01 = 61, cheekbone_lt_01 = 62, cheekbone_lt_02 = 63, cheekbone_lt_03 = 64, cheekbone_lt_04 = 65, cheekbone_rt_01 = 66, cheekbone_rt_02 = 67, cheekbone_rt_03 = 68, cheekbone_rt_04 = 69, eye_lt = 70, eye_rt = 71, eyebrows_lt_01 = 72, eyebrows_lt_02 = 73, eyebrows_lt_03 = 74, eyebrows_lt_04 = 75, eyebrows_rt_01 = 76, eyebrows_rt_02 = 77, eyebrows_rt_03 = 78, eyebrows_rt_04 = 79, eyelids_down_lt = 80, eyelids_down_rt = 81, eyelids_up_lt = 82, eyelids_up_rt = 83, forehead_lt = 84, forehead_rt = 85, jaw = 86, chin = 87, tongue_01 = 88, tongue_02 = 89, tongue_03 = 90, sneer_rt_04 = 91, sneer_lt_04 = 92, lips_down_rt_03 = 93, lips_down_rt_02 = 94, lips_down_rt_01 = 95, lips_down_lt_03 = 96, lips_down_lt_02 = 97, lips_down_lt_01 = 98, lips_down_mid = 99, nose = 100, sneer_lt_01 = 101, sneer_lt_02 = 102, sneer_lt_03 = 103, sneer_rt_01 = 104, sneer_rt_02 = 105, sneer_rt_03 = 106, lips_up_mid = 107, lips_up_rt_01 = 108, lips_up_rt_02 = 109, lips_up_lt_01 = 110, lips_up_lt_02 = 111, lips_up_lt_03 = 112, lips_up_rt_03 = 113, joint_claviclert_01 = 114, joint_shoulderrt_01 = 115, joint_shoulderrollrt_01 = 116, joint_elbowrt_01 = 117, joint_elbowrollrt_01 = 118, joint_handroll01rt_01 = 119, joint_handroll02rt_01 = 120, joint_handrt_01 = 121, joint_weaponrt_01 = 122, joint_thumbart_01 = 123, joint_thumbbrt_01 = 124, joint_thumbcrt_01 = 125, joint_indexart_01 = 126, joint_indexbrt_01 = 127, joint_indexcrt_01 = 128, joint_fingerart_01 = 129, joint_fingerbrt_01 = 130, joint_fingercrt_01 = 131, joint_ringart_01 = 132, joint_ringbrt_01 = 133, joint_ringcrt_01 = 134, joint_pinkyart_01 = 135, joint_pinkybrt_01 = 136, joint_pinkycrt_01 = 137, joint_hipmaster_01 = 138, joint_tummy01 = 139, joint_back01 = 140, joint_hiplt_01 = 141, joint_hiprolllt_01 = 142, joint_kneelt_01 = 143, joint_kneerolllt_01 = 144, joint_footlt_01 = 145, joint_toelt_01 = 146, joint_hiprt_01 = 147, joint_hiprollrt_01 = 148, joint_kneert_01 = 149, joint_kneerollrt_01 = 150, joint_footrt_01 = 151, joint_toert_01 = 152, joint_hand_rt_01_ik = 153, joint_hand_lt_01_ik = 154, joint_cam_01 = 155, joint_cam_02 = 156, joint_cam_03 = 157, joint_camperattach_01 = 158, joint_slasherattach_01 = 159, joint_foot_lt_01_ik = 160, joint_foot_rt_01_ik = 161 }; } namespace bones::survivor::laurie { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_hiprollrt_01 = 4, joint_kneert_01 = 5, joint_footrt_01 = 6, joint_toert_01 = 7, joint_kneerollrt_01 = 8, joint_hiplt_01 = 9, joint_hiprolllt_01 = 10, joint_kneelt_01 = 11, joint_footlt_01 = 12, joint_toelt_01 = 13, joint_kneerolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_handlt_01 = 22, joint_weaponlt_01 = 23, joint_thumbalt_01 = 24, joint_thumbblt_01 = 25, joint_thumbclt_01 = 26, joint_indexalt_01 = 27, joint_indexblt_01 = 28, joint_indexclt_01 = 29, joint_fingeralt_01 = 30, joint_fingerblt_01 = 31, joint_fingerclt_01 = 32, joint_ringalt_01 = 33, joint_ringblt_01 = 34, joint_ringclt_01 = 35, joint_pinkyalt_01 = 36, joint_pinkyblt_01 = 37, joint_pinkyclt_01 = 38, joint_elbowrolllt_01 = 39, joint_handroll01lt_01 = 40, joint_handroll02lt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_shoulderrollrt_01 = 44, joint_elbowrt_01 = 45, joint_handrt_01 = 46, joint_weaponrt_01 = 47, joint_thumbart_01 = 48, joint_thumbbrt_01 = 49, joint_thumbcrt_01 = 50, joint_indexart_01 = 51, joint_indexbrt_01 = 52, joint_indexcrt_01 = 53, joint_fingerart_01 = 54, joint_fingerbrt_01 = 55, joint_fingercrt_01 = 56, joint_ringart_01 = 57, joint_ringbrt_01 = 58, joint_ringcrt_01 = 59, joint_pinkyart_01 = 60, joint_pinkybrt_01 = 61, joint_pinkycrt_01 = 62, joint_elbowrollrt_01 = 63, joint_handroll01rt_01 = 64, joint_handroll02rt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_eyelt_01 = 68, joint_cheeklt_01 = 69, joint_dimplelt_01 = 70, joint_eyebrowinnerlt_01 = 71, joint_eyebrowouterlt_01 = 72, joint_eyeliduplt_01 = 73, joint_eyeliddownlt_01 = 74, joint_lipcornerlt_01 = 75, joint_lipupperlt_01 = 76, joint_lipupper_01 = 77, joint_nosesidelt_01 = 78, joint_nosemain_01 = 79, joint_jaw_01 = 80, joint_liplowerlt_01 = 81, joint_liplower_01 = 82, joint_tongue1_01 = 83, joint_tongue2_01 = 84, joint_liplowerrt_01 = 85, joint_eyert_01 = 86, joint_cheekrt_01 = 87, joint_dimplert_01 = 88, joint_eyebrowinnerrt_01 = 89, joint_eyebrowouterrt_01 = 90, joint_eyeliduprt_01 = 91, joint_eyeliddownrt_01 = 92, joint_lipcornerrt_01 = 93, joint_lipupperrt_01 = 94, joint_nosesidert_01 = 95, joint_facialgroup = 96, cheek_lt_01 = 97, cheek_rt_01 = 98, cheekbone_lt_01 = 99, cheekbone_lt_02 = 100, cheekbone_lt_03 = 101, cheekbone_lt_04 = 102, cheekbone_rt_01 = 103, cheekbone_rt_02 = 104, cheekbone_rt_03 = 105, cheekbone_rt_04 = 106, eye_lt = 107, eye_rt = 108, eyebrows_lt_01 = 109, eyebrows_lt_02 = 110, eyebrows_lt_03 = 111, eyebrows_lt_04 = 112, eyebrows_rt_01 = 113, eyebrows_rt_02 = 114, eyebrows_rt_03 = 115, eyebrows_rt_04 = 116, eyelids_down_lt = 117, eyelids_down_rt = 118, eyelids_up_lt = 119, eyelids_up_rt = 120, forehead_lt = 121, forehead_rt = 122, jaw = 123, chin = 124, tongue_01 = 125, tongue_02 = 126, tongue_03 = 127, sneer_rt_04 = 128, sneer_lt_04 = 129, lips_down_rt_03 = 130, lips_down_rt_02 = 131, lips_down_rt_01 = 132, lips_down_lt_03 = 133, lips_down_lt_02 = 134, lips_down_lt_01 = 135, lips_down_mid = 136, nose = 137, sneer_lt_01 = 138, sneer_lt_02 = 139, sneer_lt_03 = 140, sneer_rt_01 = 141, sneer_rt_02 = 142, sneer_rt_03 = 143, lips_up_mid = 144, lips_up_rt_01 = 145, lips_up_rt_02 = 146, lips_up_lt_01 = 147, lips_up_lt_02 = 148, lips_up_lt_03 = 149, lips_up_rt_03 = 150, joint_hand_rt_01_ik = 151, joint_hand_lt_01_ik = 152, joint_cam_01 = 153, joint_cam_02 = 154, joint_cam_03 = 155, joint_camperattach_01 = 156, joint_slasherattach_01 = 157, joint_foot_lt_01_ik = 158, joint_foot_rt_01_ik = 159 }; } namespace bones::survivor::ace { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_tummy01 = 3, joint_back01 = 4, joint_hiplt_01 = 5, joint_hiprolllt_01 = 6, joint_kneelt_01 = 7, joint_kneerolllt_01 = 8, joint_footlt_01 = 9, joint_toelt_01 = 10, joint_hiprt_01 = 11, joint_hiprollrt_01 = 12, joint_kneert_01 = 13, joint_kneerollrt_01 = 14, joint_footrt_01 = 15, joint_toert_01 = 16, joint_torsoa_01 = 17, joint_torsob_01 = 18, joint_torsoc_01 = 19, joint_claviclelt_01 = 20, joint_shoulderlt_01 = 21, joint_shoulderrolllt_01 = 22, joint_elbowlt_01 = 23, joint_elbowrolllt_01 = 24, joint_handroll01lt_01 = 25, joint_handroll02lt_01 = 26, joint_handlt_01 = 27, joint_weaponlt_01 = 28, joint_thumbalt_01 = 29, joint_thumbblt_01 = 30, joint_thumbclt_01 = 31, joint_indexalt_01 = 32, joint_indexblt_01 = 33, joint_indexclt_01 = 34, joint_fingeralt_01 = 35, joint_fingerblt_01 = 36, joint_fingerclt_01 = 37, joint_ringalt_01 = 38, joint_ringblt_01 = 39, joint_ringclt_01 = 40, joint_pinkyalt_01 = 41, joint_pinkyblt_01 = 42, joint_pinkyclt_01 = 43, joint_necka_01 = 44, joint_head_01 = 45, joint_eyelt_01 = 46, joint_cheeklt_01 = 47, joint_dimplelt_01 = 48, joint_eyebrowinnerlt_01 = 49, joint_eyebrowouterlt_01 = 50, joint_eyeliduplt_01 = 51, joint_eyeliddownlt_01 = 52, joint_lipcornerlt_01 = 53, joint_lipupperlt_01 = 54, joint_lipupper_01 = 55, joint_nosesidelt_01 = 56, joint_nosemain_01 = 57, joint_jaw_01 = 58, joint_liplowerlt_01 = 59, joint_liplower_01 = 60, joint_tongue1_01 = 61, joint_tongue2_01 = 62, joint_liplowerrt_01 = 63, joint_eyert_01 = 64, joint_cheekrt_01 = 65, joint_dimplert_01 = 66, joint_eyebrowinnerrt_01 = 67, joint_eyebrowouterrt_01 = 68, joint_eyeliduprt_01 = 69, joint_eyeliddownrt_01 = 70, joint_lipcornerrt_01 = 71, joint_lipupperrt_01 = 72, joint_nosesidert_01 = 73, joint_facialgroup = 74, cheek_lt_01 = 75, cheek_rt_01 = 76, cheekbone_lt_01 = 77, cheekbone_lt_02 = 78, cheekbone_lt_03 = 79, cheekbone_lt_04 = 80, cheekbone_rt_01 = 81, cheekbone_rt_02 = 82, cheekbone_rt_03 = 83, cheekbone_rt_04 = 84, eye_lt = 85, eye_rt = 86, eyebrows_lt_01 = 87, eyebrows_lt_02 = 88, eyebrows_lt_03 = 89, eyebrows_lt_04 = 90, eyebrows_rt_01 = 91, eyebrows_rt_02 = 92, eyebrows_rt_03 = 93, eyebrows_rt_04 = 94, eyelids_down_lt = 95, eyelids_down_rt = 96, eyelids_up_lt = 97, eyelids_up_rt = 98, forehead_lt = 99, forehead_rt = 100, jaw = 101, chin = 102, tongue_01 = 103, tongue_02 = 104, tongue_03 = 105, sneer_rt_04 = 106, sneer_lt_04 = 107, lips_down_rt_03 = 108, lips_down_rt_02 = 109, lips_down_rt_01 = 110, lips_down_lt_03 = 111, lips_down_lt_02 = 112, lips_down_lt_01 = 113, lips_down_mid = 114, nose = 115, sneer_lt_01 = 116, sneer_lt_02 = 117, sneer_lt_03 = 118, sneer_rt_01 = 119, sneer_rt_02 = 120, sneer_rt_03 = 121, lips_up_mid = 122, lips_up_rt_01 = 123, lips_up_rt_02 = 124, lips_up_lt_01 = 125, lips_up_lt_02 = 126, lips_up_lt_03 = 127, lips_up_rt_03 = 128, joint_claviclert_01 = 129, joint_shoulderrt_01 = 130, joint_shoulderrollrt_01 = 131, joint_elbowrt_01 = 132, joint_elbowrollrt_01 = 133, joint_handroll01rt_01 = 134, joint_handroll02rt_01 = 135, joint_handrt_01 = 136, joint_weaponrt_01 = 137, joint_thumbart_01 = 138, joint_thumbbrt_01 = 139, joint_thumbcrt_01 = 140, joint_indexart_01 = 141, joint_indexbrt_01 = 142, joint_indexcrt_01 = 143, joint_fingerart_01 = 144, joint_fingerbrt_01 = 145, joint_fingercrt_01 = 146, joint_ringart_01 = 147, joint_ringbrt_01 = 148, joint_ringcrt_01 = 149, joint_pinkyart_01 = 150, joint_pinkybrt_01 = 151, joint_pinkycrt_01 = 152, joint_hand_rt_01_ik = 153, joint_hand_lt_01_ik = 154, joint_cam_01 = 155, joint_cam_02 = 156, joint_cam_03 = 157, joint_camperattach_01 = 158, joint_slasherattach_01 = 159, joint_foot_lt_01_ik = 160, joint_foot_rt_01_ik = 161 }; } namespace bones::survivor::feng { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_hiprollrt_01 = 4, joint_kneert_01 = 5, joint_footrt_01 = 6, joint_toert_01 = 7, joint_kneerollrt_01 = 8, joint_hiplt_01 = 9, joint_hiprolllt_01 = 10, joint_kneelt_01 = 11, joint_footlt_01 = 12, joint_toelt_01 = 13, joint_kneerolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_handlt_01 = 22, joint_weaponlt_01 = 23, joint_thumbalt_01 = 24, joint_thumbblt_01 = 25, joint_thumbclt_01 = 26, joint_indexalt_01 = 27, joint_indexblt_01 = 28, joint_indexclt_01 = 29, joint_fingeralt_01 = 30, joint_fingerblt_01 = 31, joint_fingerclt_01 = 32, joint_ringalt_01 = 33, joint_ringblt_01 = 34, joint_ringclt_01 = 35, joint_pinkyalt_01 = 36, joint_pinkyblt_01 = 37, joint_pinkyclt_01 = 38, joint_elbowrolllt_01 = 39, joint_handroll01lt_01 = 40, joint_handroll02lt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_shoulderrollrt_01 = 44, joint_elbowrt_01 = 45, joint_handrt_01 = 46, joint_weaponrt_01 = 47, joint_thumbart_01 = 48, joint_thumbbrt_01 = 49, joint_thumbcrt_01 = 50, joint_indexart_01 = 51, joint_indexbrt_01 = 52, joint_indexcrt_01 = 53, joint_fingerart_01 = 54, joint_fingerbrt_01 = 55, joint_fingercrt_01 = 56, joint_ringart_01 = 57, joint_ringbrt_01 = 58, joint_ringcrt_01 = 59, joint_pinkyart_01 = 60, joint_pinkybrt_01 = 61, joint_pinkycrt_01 = 62, joint_elbowrollrt_01 = 63, joint_handroll01rt_01 = 64, joint_handroll02rt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_eyelt_01 = 68, joint_cheeklt_01 = 69, joint_dimplelt_01 = 70, joint_eyebrowinnerlt_01 = 71, joint_eyebrowouterlt_01 = 72, joint_eyeliduplt_01 = 73, joint_eyeliddownlt_01 = 74, joint_lipcornerlt_01 = 75, joint_lipupperlt_01 = 76, joint_lipupper_01 = 77, joint_nosesidelt_01 = 78, joint_nosemain_01 = 79, joint_jaw_01 = 80, joint_liplowerlt_01 = 81, joint_liplower_01 = 82, joint_tongue1_01 = 83, joint_tongue2_01 = 84, joint_liplowerrt_01 = 85, joint_eyert_01 = 86, joint_cheekrt_01 = 87, joint_dimplert_01 = 88, joint_eyebrowinnerrt_01 = 89, joint_eyebrowouterrt_01 = 90, joint_eyeliduprt_01 = 91, joint_eyeliddownrt_01 = 92, joint_lipcornerrt_01 = 93, joint_lipupperrt_01 = 94, joint_nosesidert_01 = 95, joint_facialgroup = 96, cheek_lt_01 = 97, cheek_rt_01 = 98, cheekbone_lt_01 = 99, cheekbone_lt_02 = 100, cheekbone_lt_03 = 101, cheekbone_lt_04 = 102, cheekbone_rt_01 = 103, cheekbone_rt_02 = 104, cheekbone_rt_03 = 105, cheekbone_rt_04 = 106, eye_lt = 107, eye_rt = 108, eyebrows_lt_01 = 109, eyebrows_lt_02 = 110, eyebrows_lt_03 = 111, eyebrows_lt_04 = 112, eyebrows_rt_01 = 113, eyebrows_rt_02 = 114, eyebrows_rt_03 = 115, eyebrows_rt_04 = 116, eyelids_down_lt = 117, eyelids_down_rt = 118, eyelids_up_lt = 119, eyelids_up_rt = 120, forehead_lt = 121, forehead_rt = 122, jaw = 123, chin = 124, tongue_01 = 125, tongue_02 = 126, tongue_03 = 127, sneer_rt_04 = 128, sneer_lt_04 = 129, lips_down_rt_03 = 130, lips_down_rt_02 = 131, lips_down_rt_01 = 132, lips_down_lt_03 = 133, lips_down_lt_02 = 134, lips_down_lt_01 = 135, lips_down_mid = 136, nose = 137, sneer_lt_01 = 138, sneer_lt_02 = 139, sneer_lt_03 = 140, sneer_rt_01 = 141, sneer_rt_02 = 142, sneer_rt_03 = 143, lips_up_mid = 144, lips_up_rt_01 = 145, lips_up_rt_02 = 146, lips_up_lt_01 = 147, lips_up_lt_02 = 148, lips_up_lt_03 = 149, lips_corner_lt = 150, lips_up_rt_03 = 151, lips_corner_rt = 152, joint_hand_rt_01_ik = 153, joint_hand_lt_01_ik = 154, joint_cam_01 = 155, joint_cam_02 = 156, joint_cam_03 = 157, joint_camperattach_01 = 158, joint_slasherattach_01 = 159, joint_foot_lt_01_ik = 160, joint_foot_rt_01_ik = 161 }; } namespace bones::survivor::quentin { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_tummy01 = 3, joint_back01 = 4, joint_hiplt_01 = 5, joint_hiprolllt_01 = 6, joint_kneelt_01 = 7, joint_kneerolllt_01 = 8, joint_footlt_01 = 9, joint_toelt_01 = 10, joint_hiprt_01 = 11, joint_hiprollrt_01 = 12, joint_kneert_01 = 13, joint_kneerollrt_01 = 14, joint_footrt_01 = 15, joint_toert_01 = 16, joint_torsoa_01 = 17, joint_torsob_01 = 18, joint_torsoc_01 = 19, joint_claviclelt_01 = 20, joint_shoulderlt_01 = 21, joint_shoulderrolllt_01 = 22, joint_elbowlt_01 = 23, joint_elbowrolllt_01 = 24, joint_handroll01lt_01 = 25, joint_handroll02lt_01 = 26, joint_handlt_01 = 27, joint_weaponlt_01 = 28, joint_thumbalt_01 = 29, joint_thumbblt_01 = 30, joint_thumbclt_01 = 31, joint_indexalt_01 = 32, joint_indexblt_01 = 33, joint_indexclt_01 = 34, joint_fingeralt_01 = 35, joint_fingerblt_01 = 36, joint_fingerclt_01 = 37, joint_ringalt_01 = 38, joint_ringblt_01 = 39, joint_ringclt_01 = 40, joint_pinkyalt_01 = 41, joint_pinkyblt_01 = 42, joint_pinkyclt_01 = 43, joint_necka_01 = 44, joint_head_01 = 45, joint_eyelt_01 = 46, joint_cheeklt_01 = 47, joint_dimplelt_01 = 48, joint_eyebrowinnerlt_01 = 49, joint_eyebrowouterlt_01 = 50, joint_eyeliduplt_01 = 51, joint_eyeliddownlt_01 = 52, joint_lipcornerlt_01 = 53, joint_lipupperlt_01 = 54, joint_lipupper_01 = 55, joint_nosesidelt_01 = 56, joint_nosemain_01 = 57, joint_jaw_01 = 58, joint_liplowerlt_01 = 59, joint_liplower_01 = 60, joint_tongue1_01 = 61, joint_tongue2_01 = 62, joint_liplowerrt_01 = 63, joint_eyert_01 = 64, joint_cheekrt_01 = 65, joint_dimplert_01 = 66, joint_eyebrowinnerrt_01 = 67, joint_eyebrowouterrt_01 = 68, joint_eyeliduprt_01 = 69, joint_eyeliddownrt_01 = 70, joint_lipcornerrt_01 = 71, joint_lipupperrt_01 = 72, joint_nosesidert_01 = 73, joint_facialgroup = 74, cheek_lt_01 = 75, cheek_rt_01 = 76, cheekbone_lt_01 = 77, cheekbone_lt_02 = 78, cheekbone_lt_03 = 79, cheekbone_lt_04 = 80, cheekbone_rt_01 = 81, cheekbone_rt_02 = 82, cheekbone_rt_03 = 83, cheekbone_rt_04 = 84, eye_lt = 85, eye_rt = 86, eyebrows_lt_01 = 87, eyebrows_lt_02 = 88, eyebrows_lt_03 = 89, eyebrows_lt_04 = 90, eyebrows_rt_01 = 91, eyebrows_rt_02 = 92, eyebrows_rt_03 = 93, eyebrows_rt_04 = 94, eyelids_down_lt = 95, eyelids_down_rt = 96, eyelids_up_lt = 97, eyelids_up_rt = 98, forehead_lt = 99, forehead_rt = 100, jaw = 101, chin = 102, tongue_01 = 103, tongue_02 = 104, tongue_03 = 105, sneer_rt_04 = 106, sneer_lt_04 = 107, lips_down_rt_03 = 108, lips_down_rt_02 = 109, lips_down_rt_01 = 110, lips_down_lt_03 = 111, lips_down_lt_02 = 112, lips_down_lt_01 = 113, lips_down_mid = 114, nose = 115, sneer_lt_01 = 116, sneer_lt_02 = 117, sneer_lt_03 = 118, sneer_rt_01 = 119, sneer_rt_02 = 120, sneer_rt_03 = 121, lips_up_mid = 122, lips_up_rt_01 = 123, lips_up_rt_02 = 124, lips_up_lt_01 = 125, lips_up_lt_02 = 126, lips_up_lt_03 = 127, lips_corner_lt = 128, lips_up_rt_03 = 129, lips_corner_rt = 130, joint_claviclert_01 = 131, joint_shoulderrt_01 = 132, joint_shoulderrollrt_01 = 133, joint_elbowrt_01 = 134, joint_elbowrollrt_01 = 135, joint_handroll01rt_01 = 136, joint_handroll02rt_01 = 137, joint_handrt_01 = 138, joint_weaponrt_01 = 139, joint_thumbart_01 = 140, joint_thumbbrt_01 = 141, joint_thumbcrt_01 = 142, joint_indexart_01 = 143, joint_indexbrt_01 = 144, joint_indexcrt_01 = 145, joint_fingerart_01 = 146, joint_fingerbrt_01 = 147, joint_fingercrt_01 = 148, joint_ringart_01 = 149, joint_ringbrt_01 = 150, joint_ringcrt_01 = 151, joint_pinkyart_01 = 152, joint_pinkybrt_01 = 153, joint_pinkycrt_01 = 154, joint_hand_rt_01_ik = 155, joint_hand_lt_01_ik = 156, joint_cam_01 = 157, joint_cam_02 = 158, joint_cam_03 = 159, joint_camperattach_01 = 160, joint_slasherattach_01 = 161, joint_foot_lt_01_ik = 162, joint_foot_rt_01_ik = 163 }; } namespace bones::survivor::tapp { enum { joint_char = 0, joint_pelvis_01 = 1, joint_torsoa_01 = 2, joint_torsob_01 = 3, joint_torsoc_01 = 4, joint_claviclelt_01 = 5, joint_shoulderlt_01 = 6, joint_elbowlt_01 = 7, joint_handlt_01 = 8, joint_weaponlt_01 = 9, joint_thumbalt_01 = 10, joint_thumbblt_01 = 11, joint_thumbclt_01 = 12, joint_indexalt_01 = 13, joint_indexblt_01 = 14, joint_indexclt_01 = 15, joint_fingeralt_01 = 16, joint_fingerblt_01 = 17, joint_fingerclt_01 = 18, joint_ringalt_01 = 19, joint_ringblt_01 = 20, joint_ringclt_01 = 21, joint_pinkyalt_01 = 22, joint_pinkyblt_01 = 23, joint_pinkyclt_01 = 24, joint_elbowrolllt_01 = 25, joint_handroll01lt_01 = 26, joint_handroll02lt_01 = 27, joint_shoulderrolllt_01 = 28, joint_claviclert_01 = 29, joint_shoulderrt_01 = 30, joint_elbowrt_01 = 31, joint_handrt_01 = 32, joint_weaponrt_01 = 33, joint_thumbart_01 = 34, joint_thumbbrt_01 = 35, joint_thumbcrt_01 = 36, joint_indexart_01 = 37, joint_indexbrt_01 = 38, joint_indexcrt_01 = 39, joint_fingerart_01 = 40, joint_fingerbrt_01 = 41, joint_fingercrt_01 = 42, joint_ringart_01 = 43, joint_ringbrt_01 = 44, joint_ringcrt_01 = 45, joint_pinkyart_01 = 46, joint_pinkybrt_01 = 47, joint_pinkycrt_01 = 48, joint_elbowrollrt_01 = 49, joint_handroll01rt_01 = 50, joint_handroll02rt_01 = 51, joint_shoulderrollrt_01 = 52, joint_necka_01 = 53, joint_head_01 = 54, joint_eyelt_01 = 55, joint_cheeklt_01 = 56, joint_dimplelt_01 = 57, joint_eyebrowinnerlt_01 = 58, joint_eyebrowouterlt_01 = 59, joint_eyeliduplt_01 = 60, joint_eyeliddownlt_01 = 61, joint_lipcornerlt_01 = 62, joint_lipupperlt_01 = 63, joint_lipupper_01 = 64, joint_nosesidelt_01 = 65, joint_nosemain_01 = 66, joint_jaw_01 = 67, joint_liplowerlt_01 = 68, joint_liplower_01 = 69, joint_tongue1_01 = 70, joint_tongue2_01 = 71, joint_liplowerrt_01 = 72, joint_eyert_01 = 73, joint_cheekrt_01 = 74, joint_dimplert_01 = 75, joint_eyebrowinnerrt_01 = 76, joint_eyebrowouterrt_01 = 77, joint_eyeliduprt_01 = 78, joint_eyeliddownrt_01 = 79, joint_lipcornerrt_01 = 80, joint_lipupperrt_01 = 81, joint_nosesidert_01 = 82, joint_facialgroup = 83, cheek_lt_01 = 84, cheek_rt_01 = 85, cheekbone_lt_01 = 86, cheekbone_lt_02 = 87, cheekbone_lt_03 = 88, cheekbone_lt_04 = 89, cheekbone_rt_01 = 90, cheekbone_rt_02 = 91, cheekbone_rt_03 = 92, cheekbone_rt_04 = 93, eye_lt = 94, eye_rt = 95, eyebrows_lt_01 = 96, eyebrows_lt_02 = 97, eyebrows_lt_03 = 98, eyebrows_lt_04 = 99, eyebrows_rt_01 = 100, eyebrows_rt_02 = 101, eyebrows_rt_03 = 102, eyebrows_rt_04 = 103, eyelids_down_lt = 104, eyelids_down_rt = 105, eyelids_up_lt = 106, eyelids_up_rt = 107, forehead_lt = 108, forehead_rt = 109, jaw = 110, chin = 111, tongue_01 = 112, tongue_02 = 113, tongue_03 = 114, sneer_rt_04 = 115, sneer_lt_04 = 116, lips_down_rt_03 = 117, lips_down_rt_02 = 118, lips_down_rt_01 = 119, lips_down_lt_03 = 120, lips_down_lt_02 = 121, lips_down_lt_01 = 122, lips_down_mid = 123, nose = 124, sneer_lt_01 = 125, sneer_lt_02 = 126, sneer_lt_03 = 127, sneer_rt_01 = 128, sneer_rt_02 = 129, sneer_rt_03 = 130, lips_up_mid = 131, lips_up_rt_01 = 132, lips_up_rt_02 = 133, lips_up_lt_01 = 134, lips_up_lt_02 = 135, lips_up_lt_03 = 136, lips_corner_lt = 137, lips_up_rt_03 = 138, lips_corner_rt = 139, joint_hipmaster_01 = 140, joint_hiprt_01 = 141, joint_kneert_01 = 142, joint_footrt_01 = 143, joint_toert_01 = 144, joint_kneerollrt_01 = 145, joint_hiprollrt_01 = 146, joint_hiplt_01 = 147, joint_kneelt_01 = 148, joint_footlt_01 = 149, joint_toelt_01 = 150, joint_kneerolllt_01 = 151, joint_hiprolllt_01 = 152, joint_hand_rt_01_ik = 153, joint_hand_lt_01_ik = 154, joint_cam_01 = 155, joint_cam_02 = 156, joint_cam_03 = 157, joint_camperattach_01 = 158, joint_slasherattach_01 = 159, joint_foot_lt_01_ik = 160, joint_foot_rt_01_ik = 161 }; } namespace bones::survivor::kate { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_hiprollrt_01 = 4, joint_kneert_01 = 5, joint_footrt_01 = 6, joint_toert_01 = 7, joint_kneerollrt_01 = 8, joint_hiplt_01 = 9, joint_hiprolllt_01 = 10, joint_kneelt_01 = 11, joint_footlt_01 = 12, joint_toelt_01 = 13, joint_kneerolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_handlt_01 = 22, joint_weaponlt_01 = 23, joint_thumbalt_01 = 24, joint_thumbblt_01 = 25, joint_thumbclt_01 = 26, joint_indexalt_01 = 27, joint_indexblt_01 = 28, joint_indexclt_01 = 29, joint_fingeralt_01 = 30, joint_fingerblt_01 = 31, joint_fingerclt_01 = 32, joint_ringalt_01 = 33, joint_ringblt_01 = 34, joint_ringclt_01 = 35, joint_pinkyalt_01 = 36, joint_pinkyblt_01 = 37, joint_pinkyclt_01 = 38, joint_elbowrolllt_01 = 39, joint_handroll01lt_01 = 40, joint_handroll02lt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_shoulderrollrt_01 = 44, joint_elbowrt_01 = 45, joint_handrt_01 = 46, joint_weaponrt_01 = 47, joint_thumbart_01 = 48, joint_thumbbrt_01 = 49, joint_thumbcrt_01 = 50, joint_indexart_01 = 51, joint_indexbrt_01 = 52, joint_indexcrt_01 = 53, joint_fingerart_01 = 54, joint_fingerbrt_01 = 55, joint_fingercrt_01 = 56, joint_ringart_01 = 57, joint_ringbrt_01 = 58, joint_ringcrt_01 = 59, joint_pinkyart_01 = 60, joint_pinkybrt_01 = 61, joint_pinkycrt_01 = 62, joint_elbowrollrt_01 = 63, joint_handroll01rt_01 = 64, joint_handroll02rt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_facialgroup = 68, cheek_lt_01 = 69, cheek_rt_01 = 70, cheekbone_lt_01 = 71, cheekbone_lt_02 = 72, cheekbone_lt_03 = 73, cheekbone_lt_04 = 74, cheekbone_rt_01 = 75, cheekbone_rt_02 = 76, cheekbone_rt_03 = 77, cheekbone_rt_04 = 78, eye_lt = 79, eye_rt = 80, eyebrows_lt_01 = 81, eyebrows_lt_02 = 82, eyebrows_lt_03 = 83, eyebrows_lt_04 = 84, eyebrows_rt_01 = 85, eyebrows_rt_02 = 86, eyebrows_rt_03 = 87, eyebrows_rt_04 = 88, eyelids_down_lt = 89, eyelids_down_rt = 90, eyelids_up_lt = 91, eyelids_up_rt = 92, forehead_lt = 93, forehead_rt = 94, jaw = 95, chin = 96, lips_down_lt_01 = 97, lips_down_lt_02 = 98, lips_down_lt_03 = 99, lips_down_rt_01 = 100, lips_down_rt_02 = 101, lips_down_rt_03 = 102, lips_down_mid = 103, sneer_lt_04 = 104, sneer_rt_04 = 105, tongue_01 = 106, tongue_02 = 107, tongue_03 = 108, lips_corner_lt = 109, lips_corner_rt = 110, lips_up_lt_01 = 111, lips_up_lt_02 = 112, lips_up_lt_03 = 113, lips_up_rt_01 = 114, lips_up_rt_02 = 115, lips_up_rt_03 = 116, lips_up_mid = 117, nose = 118, sneer_lt_01 = 119, sneer_lt_02 = 120, sneer_lt_03 = 121, sneer_rt_01 = 122, sneer_rt_02 = 123, sneer_rt_03 = 124, joint_eyelt_01 = 125, joint_cheeklt_01 = 126, joint_dimplelt_01 = 127, joint_eyebrowinnerlt_01 = 128, joint_eyebrowouterlt_01 = 129, joint_eyeliduplt_01 = 130, joint_eyeliddownlt_01 = 131, joint_lipcornerlt_01 = 132, joint_lipupperlt_01 = 133, joint_lipupper_01 = 134, joint_nosesidelt_01 = 135, joint_nosemain_01 = 136, joint_jaw_01 = 137, joint_liplowerlt_01 = 138, joint_liplower_01 = 139, joint_tongue1_01 = 140, joint_tongue2_01 = 141, joint_liplowerrt_01 = 142, joint_eyert_01 = 143, joint_cheekrt_01 = 144, joint_dimplert_01 = 145, joint_eyebrowinnerrt_01 = 146, joint_eyebrowouterrt_01 = 147, joint_eyeliduprt_01 = 148, joint_eyeliddownrt_01 = 149, joint_lipcornerrt_01 = 150, joint_lipupperrt_01 = 151, joint_nosesidert_01 = 152, joint_cheslt_01 = 153, joint_chestrt_01 = 154, joint_hand_rt_01_ik = 155, joint_hand_lt_01_ik = 156, joint_cam_01 = 157, joint_cam_02 = 158, joint_cam_03 = 159, joint_camperattach_01 = 160, joint_slasherattach_01 = 161, joint_foot_lt_01_ik = 162, joint_foot_rt_01_ik = 163 }; } namespace bones::survivor::adam { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_kneert_01 = 4, joint_footrt_01 = 5, joint_toert_01 = 6, joint_kneerollrt_01 = 7, joint_hiprollrt_01 = 8, joint_hiplt_01 = 9, joint_kneelt_01 = 10, joint_footlt_01 = 11, joint_toelt_01 = 12, joint_kneerolllt_01 = 13, joint_hiprolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_elbowlt_01 = 20, joint_handlt_01 = 21, joint_weaponlt_01 = 22, joint_thumbalt_01 = 23, joint_thumbblt_01 = 24, joint_thumbclt_01 = 25, joint_indexalt_01 = 26, joint_indexblt_01 = 27, joint_indexclt_01 = 28, joint_fingeralt_01 = 29, joint_fingerblt_01 = 30, joint_fingerclt_01 = 31, joint_ringalt_01 = 32, joint_ringblt_01 = 33, joint_ringclt_01 = 34, joint_pinkyalt_01 = 35, joint_pinkyblt_01 = 36, joint_pinkyclt_01 = 37, joint_elbowrolllt_01 = 38, joint_handroll01lt_01 = 39, joint_handroll02lt_01 = 40, joint_shoulderrolllt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_elbowrt_01 = 44, joint_handrt_01 = 45, joint_weaponrt_01 = 46, joint_thumbart_01 = 47, joint_thumbbrt_01 = 48, joint_thumbcrt_01 = 49, joint_indexart_01 = 50, joint_indexbrt_01 = 51, joint_indexcrt_01 = 52, joint_fingerart_01 = 53, joint_fingerbrt_01 = 54, joint_fingercrt_01 = 55, joint_ringart_01 = 56, joint_ringbrt_01 = 57, joint_ringcrt_01 = 58, joint_pinkyart_01 = 59, joint_pinkybrt_01 = 60, joint_pinkycrt_01 = 61, joint_elbowrollrt_01 = 62, joint_handroll01rt_01 = 63, joint_handroll02rt_01 = 64, joint_shoulderrollrt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_eyelt_01 = 68, joint_cheeklt_01 = 69, joint_dimplelt_01 = 70, joint_eyebrowinnerlt_01 = 71, joint_eyebrowouterlt_01 = 72, joint_eyeliduplt_01 = 73, joint_eyeliddownlt_01 = 74, joint_lipcornerlt_01 = 75, joint_lipupperlt_01 = 76, joint_lipupper_01 = 77, joint_nosesidelt_01 = 78, joint_nosemain_01 = 79, joint_jaw_01 = 80, joint_liplowerlt_01 = 81, joint_liplower_01 = 82, joint_tongue1_01 = 83, joint_tongue2_01 = 84, joint_liplowerrt_01 = 85, joint_eyert_01 = 86, joint_cheekrt_01 = 87, joint_dimplert_01 = 88, joint_eyebrowinnerrt_01 = 89, joint_eyebrowouterrt_01 = 90, joint_eyeliduprt_01 = 91, joint_eyeliddownrt_01 = 92, joint_lipcornerrt_01 = 93, joint_lipupperrt_01 = 94, joint_nosesidert_01 = 95, joint_facialgroup = 96, cheek_lt_01 = 97, cheek_rt_01 = 98, cheekbone_lt_01 = 99, cheekbone_lt_02 = 100, cheekbone_lt_03 = 101, cheekbone_lt_04 = 102, cheekbone_rt_01 = 103, cheekbone_rt_02 = 104, cheekbone_rt_03 = 105, cheekbone_rt_04 = 106, eye_lt = 107, eye_rt = 108, eyebrows_lt_01 = 109, eyebrows_lt_02 = 110, eyebrows_lt_03 = 111, eyebrows_lt_04 = 112, eyebrows_rt_01 = 113, eyebrows_rt_02 = 114, eyebrows_rt_03 = 115, eyebrows_rt_04 = 116, eyelids_down_lt = 117, eyelids_down_rt = 118, eyelids_up_lt = 119, eyelids_up_rt = 120, forehead_lt = 121, forehead_rt = 122, jaw = 123, chin = 124, tongue_01 = 125, tongue_02 = 126, tongue_03 = 127, sneer_rt_04 = 128, sneer_lt_04 = 129, lips_down_rt_03 = 130, lips_down_rt_02 = 131, lips_down_rt_01 = 132, lips_down_lt_03 = 133, lips_down_lt_02 = 134, lips_down_lt_01 = 135, lips_down_mid = 136, nose = 137, sneer_lt_01 = 138, sneer_lt_02 = 139, sneer_lt_03 = 140, sneer_rt_01 = 141, sneer_rt_02 = 142, sneer_rt_03 = 143, lips_up_mid = 144, lips_up_rt_01 = 145, lips_up_rt_02 = 146, lips_up_lt_01 = 147, lips_up_lt_02 = 148, lips_up_lt_03 = 149, lips_up_rt_03 = 150, joint_tiebase_01 = 151, joint_tummy = 152, joint_flap = 153, joint_back = 154, joint_hand_rt_01_ik = 155, joint_hand_lt_01_ik = 156, joint_cam_01 = 157, joint_cam_02 = 158, joint_cam_03 = 159, joint_camperattach_01 = 160, joint_slasherattach_01 = 161, joint_foot_lt_01_ik = 162, joint_foot_rt_01_ik = 163 }; } namespace bones::survivor::jeff { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_kneert_01 = 4, joint_footrt_01 = 5, joint_toert_01 = 6, joint_kneerollrt_01 = 7, joint_hiprollrt_01 = 8, joint_hiplt_01 = 9, joint_kneelt_01 = 10, joint_footlt_01 = 11, joint_toelt_01 = 12, joint_kneerolllt_01 = 13, joint_hiprolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_elbowlt_01 = 20, joint_handlt_01 = 21, joint_weaponlt_01 = 22, joint_thumbalt_01 = 23, joint_thumbblt_01 = 24, joint_thumbclt_01 = 25, joint_indexalt_01 = 26, joint_indexblt_01 = 27, joint_indexclt_01 = 28, joint_fingeralt_01 = 29, joint_fingerblt_01 = 30, joint_fingerclt_01 = 31, joint_ringalt_01 = 32, joint_ringblt_01 = 33, joint_ringclt_01 = 34, joint_pinkyalt_01 = 35, joint_pinkyblt_01 = 36, joint_pinkyclt_01 = 37, joint_elbowrolllt_01 = 38, joint_handroll01lt_01 = 39, joint_handroll02lt_01 = 40, joint_shoulderrolllt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_elbowrt_01 = 44, joint_handrt_01 = 45, joint_weaponrt_01 = 46, joint_thumbart_01 = 47, joint_thumbbrt_01 = 48, joint_thumbcrt_01 = 49, joint_indexart_01 = 50, joint_indexbrt_01 = 51, joint_indexcrt_01 = 52, joint_fingerart_01 = 53, joint_fingerbrt_01 = 54, joint_fingercrt_01 = 55, joint_ringart_01 = 56, joint_ringbrt_01 = 57, joint_ringcrt_01 = 58, joint_pinkyart_01 = 59, joint_pinkybrt_01 = 60, joint_pinkycrt_01 = 61, joint_elbowrollrt_01 = 62, joint_handroll01rt_01 = 63, joint_handroll02rt_01 = 64, joint_shoulderrollrt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_facialgroup = 68, cheek_lt_01 = 69, cheek_rt_01 = 70, cheekbone_lt_01 = 71, cheekbone_lt_02 = 72, cheekbone_lt_03 = 73, cheekbone_lt_04 = 74, cheekbone_rt_01 = 75, cheekbone_rt_02 = 76, cheekbone_rt_03 = 77, cheekbone_rt_04 = 78, eye_lt = 79, eye_rt = 80, eyebrows_lt_01 = 81, eyebrows_lt_02 = 82, eyebrows_lt_03 = 83, eyebrows_lt_04 = 84, eyebrows_rt_01 = 85, eyebrows_rt_02 = 86, eyebrows_rt_03 = 87, eyebrows_rt_04 = 88, eyelids_down_lt = 89, eyelids_down_rt = 90, eyelids_up_lt = 91, eyelids_up_rt = 92, forehead_lt = 93, forehead_rt = 94, jaw = 95, chin = 96, tongue_01 = 97, tongue_02 = 98, tongue_03 = 99, sneer_rt_04 = 100, sneer_lt_04 = 101, lips_down_rt_03 = 102, lips_down_rt_02 = 103, lips_down_rt_01 = 104, lips_down_lt_03 = 105, lips_down_lt_02 = 106, lips_down_lt_01 = 107, lips_down_mid = 108, nose = 109, sneer_lt_01 = 110, sneer_lt_02 = 111, sneer_lt_03 = 112, sneer_rt_01 = 113, sneer_rt_02 = 114, sneer_rt_03 = 115, lips_up_mid = 116, lips_up_rt_01 = 117, lips_up_rt_02 = 118, lips_up_lt_01 = 119, lips_up_lt_02 = 120, lips_up_lt_03 = 121, lips_corner_lt = 122, lips_up_rt_03 = 123, lips_corner_rt = 124, joint_eyelt_01 = 125, joint_cheeklt_01 = 126, joint_dimplelt_01 = 127, joint_eyebrowinnerlt_01 = 128, joint_eyebrowouterlt_01 = 129, joint_lipcornerlt_01 = 130, joint_lipupperlt_01 = 131, joint_lipupper_01 = 132, joint_eyert_01 = 133, joint_cheekrt_01 = 134, joint_dimplert_01 = 135, joint_eyebrowinnerrt_01 = 136, joint_eyebrowouterrt_01 = 137, joint_lipcornerrt_01 = 138, joint_lipupperrt_01 = 139, joint_jaw_01 = 140, joint_tongue1_01 = 141, joint_tongue2_01 = 142, joint_liplowerrt_01 = 143, joint_liplower_01 = 144, joint_liplowerlt_01 = 145, joint_nosemain_01 = 146, joint_nosesidert_01 = 147, joint_nosesidelt_01 = 148, joint_eyeliduprt_01 = 149, joint_eyeliddownrt_01 = 150, joint_eyeliduplt_01 = 151, joint_eyeliddownlt_01 = 152, joint_hand_rt_01_ik = 153, joint_hand_lt_01_ik = 154, joint_cam_01 = 155, joint_cam_02 = 156, joint_cam_03 = 157, joint_camperattach_01 = 158, joint_slasherattach_01 = 159, joint_foot_lt_01_ik = 160, joint_foot_rt_01_ik = 161 }; } namespace bones::survivor::jane { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_hiprollrt_01 = 4, joint_kneert_01 = 5, joint_footrt_01 = 6, joint_toert_01 = 7, joint_kneerollrt_01 = 8, joint_hiplt_01 = 9, joint_hiprolllt_01 = 10, joint_kneelt_01 = 11, joint_footlt_01 = 12, joint_toelt_01 = 13, joint_kneerolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_handlt_01 = 22, joint_weaponlt_01 = 23, joint_thumbalt_01 = 24, joint_thumbblt_01 = 25, joint_thumbclt_01 = 26, joint_indexalt_01 = 27, joint_indexblt_01 = 28, joint_indexclt_01 = 29, joint_fingeralt_01 = 30, joint_fingerblt_01 = 31, joint_fingerclt_01 = 32, joint_ringalt_01 = 33, joint_ringblt_01 = 34, joint_ringclt_01 = 35, joint_pinkyalt_01 = 36, joint_pinkyblt_01 = 37, joint_pinkyclt_01 = 38, joint_elbowrolllt_01 = 39, joint_handroll01lt_01 = 40, joint_handroll02lt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_shoulderrollrt_01 = 44, joint_elbowrt_01 = 45, joint_handrt_01 = 46, joint_weaponrt_01 = 47, joint_thumbart_01 = 48, joint_thumbbrt_01 = 49, joint_thumbcrt_01 = 50, joint_indexart_01 = 51, joint_indexbrt_01 = 52, joint_indexcrt_01 = 53, joint_fingerart_01 = 54, joint_fingerbrt_01 = 55, joint_fingercrt_01 = 56, joint_ringart_01 = 57, joint_ringbrt_01 = 58, joint_ringcrt_01 = 59, joint_pinkyart_01 = 60, joint_pinkybrt_01 = 61, joint_pinkycrt_01 = 62, joint_elbowrollrt_01 = 63, joint_handroll01rt_01 = 64, joint_handroll02rt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_facialgroup = 68, cheek_lt_01 = 69, cheek_rt_01 = 70, cheekbone_lt_01 = 71, cheekbone_lt_02 = 72, cheekbone_lt_03 = 73, cheekbone_lt_04 = 74, cheekbone_rt_01 = 75, cheekbone_rt_02 = 76, cheekbone_rt_03 = 77, cheekbone_rt_04 = 78, eye_lt = 79, eye_rt = 80, eyebrows_lt_01 = 81, eyebrows_lt_02 = 82, eyebrows_lt_03 = 83, eyebrows_lt_04 = 84, eyebrows_rt_01 = 85, eyebrows_rt_02 = 86, eyebrows_rt_03 = 87, eyebrows_rt_04 = 88, eyelids_down_lt = 89, eyelids_down_rt = 90, eyelids_up_lt = 91, eyelids_up_rt = 92, forehead_lt = 93, forehead_rt = 94, jaw = 95, chin = 96, tongue_01 = 97, tongue_02 = 98, tongue_03 = 99, sneer_rt_04 = 100, sneer_lt_04 = 101, lips_down_rt_03 = 102, lips_down_rt_02 = 103, lips_down_rt_01 = 104, lips_down_lt_03 = 105, lips_down_lt_02 = 106, lips_down_lt_01 = 107, lips_down_mid = 108, nose = 109, sneer_lt_01 = 110, sneer_lt_02 = 111, sneer_lt_03 = 112, sneer_rt_01 = 113, sneer_rt_02 = 114, sneer_rt_03 = 115, lips_up_mid = 116, lips_up_rt_01 = 117, lips_up_rt_02 = 118, lips_up_lt_01 = 119, lips_up_lt_02 = 120, lips_up_lt_03 = 121, lips_corner_lt = 122, lips_up_rt_03 = 123, lips_corner_rt = 124, joint_eyelt_01 = 125, joint_cheeklt_01 = 126, joint_dimplelt_01 = 127, joint_eyebrowinnerlt_01 = 128, joint_eyebrowouterlt_01 = 129, joint_eyeliduplt_01 = 130, joint_eyeliddownlt_01 = 131, joint_lipcornerlt_01 = 132, joint_lipupperlt_01 = 133, joint_lipupper_01 = 134, joint_nosesidelt_01 = 135, joint_nosemain_01 = 136, joint_jaw_01 = 137, joint_liplowerrt_01 = 138, joint_liplower_01 = 139, joint_liplowerlt_01 = 140, joint_tongue1_01 = 141, joint_tongue2_01 = 142, joint_eyert_01 = 143, joint_cheekrt_01 = 144, joint_dimplert_01 = 145, joint_eyebrowinnerrt_01 = 146, joint_eyebrowouterrt_01 = 147, joint_eyeliduprt_01 = 148, joint_eyeliddownrt_01 = 149, joint_lipcornerrt_01 = 150, joint_lipupperrt_01 = 151, joint_nosesidert_01 = 152, joint_gs_chestlt_01 = 153, joint_gs_chestrt_01 = 154, joint_hand_rt_01_ik = 155, joint_hand_lt_01_ik = 156, joint_cam_01 = 157, joint_cam_02 = 158, joint_cam_03 = 159, joint_camperattach_01 = 160, joint_slasherattach_01 = 161, joint_foot_lt_01_ik = 162, joint_foot_rt_01_ik = 163 }; } namespace bones::survivor::ashley { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_kneert_01 = 4, joint_footrt_01 = 5, joint_toert_01 = 6, joint_kneerollrt_01 = 7, joint_hiprollrt_01 = 8, joint_hiplt_01 = 9, joint_kneelt_01 = 10, joint_footlt_01 = 11, joint_toelt_01 = 12, joint_kneerolllt_01 = 13, joint_hiprolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_elbowlt_01 = 20, joint_handlt_01 = 21, joint_weaponlt_01 = 22, joint_thumbalt_01 = 23, joint_thumbblt_01 = 24, joint_thumbclt_01 = 25, joint_indexalt_01 = 26, joint_indexblt_01 = 27, joint_indexclt_01 = 28, joint_fingeralt_01 = 29, joint_fingerblt_01 = 30, joint_fingerclt_01 = 31, joint_ringalt_01 = 32, joint_ringblt_01 = 33, joint_ringclt_01 = 34, joint_pinkyalt_01 = 35, joint_pinkyblt_01 = 36, joint_pinkyclt_01 = 37, joint_elbowrolllt_01 = 38, joint_handroll01lt_01 = 39, joint_handroll02lt_01 = 40, joint_shoulderrolllt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_elbowrt_01 = 44, joint_handrt_01 = 45, joint_weaponrt_01 = 46, joint_thumbart_01 = 47, joint_thumbbrt_01 = 48, joint_thumbcrt_01 = 49, joint_indexart_01 = 50, joint_indexbrt_01 = 51, joint_indexcrt_01 = 52, joint_fingerart_01 = 53, joint_fingerbrt_01 = 54, joint_fingercrt_01 = 55, joint_ringart_01 = 56, joint_ringbrt_01 = 57, joint_ringcrt_01 = 58, joint_pinkyart_01 = 59, joint_pinkybrt_01 = 60, joint_pinkycrt_01 = 61, joint_elbowrollrt_01 = 62, joint_handroll01rt_01 = 63, joint_handroll02rt_01 = 64, joint_shoulderrollrt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_eyelt_01 = 68, joint_cheeklt_01 = 69, joint_dimplelt_01 = 70, joint_eyebrowinnerlt_01 = 71, joint_eyebrowouterlt_01 = 72, joint_eyeliduplt_01 = 73, joint_eyeliddownlt_01 = 74, joint_lipcornerlt_01 = 75, joint_lipupperlt_01 = 76, joint_lipupper_01 = 77, joint_nosesidelt_01 = 78, joint_nosemain_01 = 79, joint_jaw_01 = 80, joint_liplowerlt_01 = 81, joint_liplower_01 = 82, joint_tongue1_01 = 83, joint_tongue2_01 = 84, joint_liplowerrt_01 = 85, joint_eyert_01 = 86, joint_cheekrt_01 = 87, joint_dimplert_01 = 88, joint_eyebrowinnerrt_01 = 89, joint_eyebrowouterrt_01 = 90, joint_eyeliduprt_01 = 91, joint_eyeliddownrt_01 = 92, joint_lipcornerrt_01 = 93, joint_lipupperrt_01 = 94, joint_nosesidert_01 = 95, joint_facialgroup = 96, cheek_lt_01 = 97, cheek_rt_01 = 98, cheekbone_lt_01 = 99, cheekbone_lt_02 = 100, cheekbone_lt_03 = 101, cheekbone_lt_04 = 102, cheekbone_rt_01 = 103, cheekbone_rt_02 = 104, cheekbone_rt_03 = 105, cheekbone_rt_04 = 106, eye_lt = 107, eye_rt = 108, eyebrows_lt_01 = 109, eyebrows_lt_02 = 110, eyebrows_lt_03 = 111, eyebrows_lt_04 = 112, eyebrows_rt_01 = 113, eyebrows_rt_02 = 114, eyebrows_rt_03 = 115, eyebrows_rt_04 = 116, eyelids_down_lt = 117, eyelids_down_rt = 118, eyelids_up_lt = 119, eyelids_up_rt = 120, forehead_lt = 121, forehead_rt = 122, jaw = 123, chin = 124, tongue_01 = 125, tongue_02 = 126, tongue_03 = 127, sneer_rt_04 = 128, sneer_lt_04 = 129, lips_down_rt_03 = 130, lips_down_rt_02 = 131, lips_down_rt_01 = 132, lips_down_lt_03 = 133, lips_down_lt_02 = 134, lips_down_lt_01 = 135, lips_down_mid = 136, nose = 137, sneer_lt_01 = 138, sneer_lt_02 = 139, sneer_lt_03 = 140, sneer_rt_01 = 141, sneer_rt_02 = 142, sneer_rt_03 = 143, lips_up_mid = 144, lips_up_rt_01 = 145, lips_up_rt_02 = 146, lips_up_lt_01 = 147, lips_up_lt_02 = 148, lips_up_lt_03 = 149, lips_corner_lt = 150, lips_up_rt_03 = 151, lips_corner_rt = 152, joint_hand_rt_01_ik = 153, joint_hand_lt_01_ik = 154, joint_cam_01 = 155, joint_cam_02 = 156, joint_cam_03 = 157, joint_camperattach_01 = 158, joint_slasherattach_01 = 159, joint_foot_lt_01_ik = 160, joint_foot_rt_01_ik = 161 }; } namespace bones::survivor::yui { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_hiprollrt_01 = 4, joint_kneert_01 = 5, joint_footrt_01 = 6, joint_toert_01 = 7, joint_kneerollrt_01 = 8, joint_hiplt_01 = 9, joint_hiprolllt_01 = 10, joint_kneelt_01 = 11, joint_footlt_01 = 12, joint_toelt_01 = 13, joint_kneerolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_handlt_01 = 22, joint_weaponlt_01 = 23, joint_thumbalt_01 = 24, joint_thumbblt_01 = 25, joint_thumbclt_01 = 26, joint_indexalt_01 = 27, joint_indexblt_01 = 28, joint_indexclt_01 = 29, joint_fingeralt_01 = 30, joint_fingerblt_01 = 31, joint_fingerclt_01 = 32, joint_ringalt_01 = 33, joint_ringblt_01 = 34, joint_ringclt_01 = 35, joint_pinkyalt_01 = 36, joint_pinkyblt_01 = 37, joint_pinkyclt_01 = 38, joint_elbowrolllt_01 = 39, joint_handroll01lt_01 = 40, joint_handroll02lt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_shoulderrollrt_01 = 44, joint_elbowrt_01 = 45, joint_handrt_01 = 46, joint_weaponrt_01 = 47, joint_thumbart_01 = 48, joint_thumbbrt_01 = 49, joint_thumbcrt_01 = 50, joint_indexart_01 = 51, joint_indexbrt_01 = 52, joint_indexcrt_01 = 53, joint_fingerart_01 = 54, joint_fingerbrt_01 = 55, joint_fingercrt_01 = 56, joint_ringart_01 = 57, joint_ringbrt_01 = 58, joint_ringcrt_01 = 59, joint_pinkyart_01 = 60, joint_pinkybrt_01 = 61, joint_pinkycrt_01 = 62, joint_elbowrollrt_01 = 63, joint_handroll01rt_01 = 64, joint_handroll02rt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_eyelt_01 = 68, joint_cheeklt_01 = 69, joint_dimplelt_01 = 70, joint_eyebrowinnerlt_01 = 71, joint_eyebrowouterlt_01 = 72, joint_eyeliduplt_01 = 73, joint_eyeliddownlt_01 = 74, joint_lipcornerlt_01 = 75, joint_lipupperlt_01 = 76, joint_lipupper_01 = 77, joint_nosesidelt_01 = 78, joint_nosemain_01 = 79, joint_jaw_01 = 80, joint_liplowerrt_01 = 81, joint_liplower_01 = 82, joint_liplowerlt_01 = 83, joint_tongue1_01 = 84, joint_tongue2_01 = 85, joint_eyert_01 = 86, joint_cheekrt_01 = 87, joint_dimplert_01 = 88, joint_eyebrowinnerrt_01 = 89, joint_eyebrowouterrt_01 = 90, joint_eyeliduprt_01 = 91, joint_eyeliddownrt_01 = 92, joint_lipcornerrt_01 = 93, joint_lipupperrt_01 = 94, joint_nosesidert_01 = 95, joint_facialgroup = 96, cheek_lt_01 = 97, cheek_rt_01 = 98, cheekbone_lt_01 = 99, cheekbone_lt_02 = 100, cheekbone_lt_03 = 101, cheekbone_lt_04 = 102, cheekbone_rt_01 = 103, cheekbone_rt_02 = 104, cheekbone_rt_03 = 105, cheekbone_rt_04 = 106, eye_lt = 107, eye_rt = 108, eyebrows_lt_01 = 109, eyebrows_lt_02 = 110, eyebrows_lt_03 = 111, eyebrows_lt_04 = 112, eyebrows_rt_01 = 113, eyebrows_rt_02 = 114, eyebrows_rt_03 = 115, eyebrows_rt_04 = 116, eyelids_down_lt = 117, eyelids_down_rt = 118, eyelids_up_lt = 119, eyelids_up_rt = 120, forehead_lt = 121, forehead_rt = 122, jaw = 123, chin = 124, tongue_01 = 125, tongue_02 = 126, tongue_03 = 127, sneer_rt_04 = 128, sneer_lt_04 = 129, lips_down_rt_03 = 130, lips_down_rt_02 = 131, lips_down_rt_01 = 132, lips_down_lt_03 = 133, lips_down_lt_02 = 134, lips_down_lt_01 = 135, lips_down_mid = 136, nose = 137, sneer_lt_02 = 138, sneer_lt_03 = 139, sneer_rt_01 = 140, sneer_rt_02 = 141, sneer_rt_03 = 142, lips_up_mid = 143, lips_up_rt_01 = 144, lips_up_rt_02 = 145, lips_up_lt_01 = 146, lips_up_lt_02 = 147, lips_up_lt_03 = 148, lips_corner_lt = 149, lips_up_rt_03 = 150, lips_corner_rt = 151, sneer_lt_01 = 152, joint_hand_rt_01_ik = 153, joint_hand_lt_01_ik = 154, joint_cam_01 = 155, joint_cam_02 = 156, joint_cam_03 = 157, joint_camperattach_01 = 158, joint_slasherattach_01 = 159, joint_foot_lt_01_ik = 160, joint_foot_rt_01_ik = 161 }; } namespace bones::survivor::zarina { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiplt_roll_01 = 3, joint_hiprt_roll_01 = 4, joint_hiprt_01 = 5, joint_kneert_roll_01 = 6, joint_kneert_01 = 7, joint_footrt_roll_01 = 8, joint_footrt_01 = 9, joint_toert_01 = 10, joint_hiplt_01 = 11, joint_kneelt_roll_01 = 12, joint_kneelt_01 = 13, joint_footlt_roll_01 = 14, joint_footlt_01 = 15, joint_toelt_01 = 16, joint_torsoa_01 = 17, joint_torsob_01 = 18, joint_torsoc_01 = 19, joint_claviclelt_01 = 20, joint_shoulderlt_01 = 21, joint_elbowlt_roll_01 = 22, joint_elbowlt_01 = 23, joint_handlt_01 = 24, joint_weaponlt_01 = 25, joint_thumbalt_01 = 26, joint_thumbblt_01 = 27, joint_thumbclt_01 = 28, joint_indexalt_01 = 29, joint_indexblt_01 = 30, joint_indexclt_01 = 31, joint_fingeralt_01 = 32, joint_fingerblt_01 = 33, joint_fingerclt_01 = 34, joint_ringalt_01 = 35, joint_ringblt_01 = 36, joint_ringclt_01 = 37, joint_pinkyalt_01 = 38, joint_pinkyblt_01 = 39, joint_pinkyclt_01 = 40, joint_wristlt_roll_01 = 41, joint_forearmlt_roll_01 = 42, joint_shoulderlt_roll_01 = 43, joint_claviclert_01 = 44, joint_shoulderrt_01 = 45, joint_elbowrt_roll_01 = 46, joint_elbowrt_01 = 47, joint_handrt_01 = 48, joint_weaponrt_01 = 49, joint_thumbart_01 = 50, joint_thumbbrt_01 = 51, joint_thumbcrt_01 = 52, joint_indexart_01 = 53, joint_indexbrt_01 = 54, joint_indexcrt_01 = 55, joint_fingerart_01 = 56, joint_fingerbrt_01 = 57, joint_fingercrt_01 = 58, joint_ringart_01 = 59, joint_ringbrt_01 = 60, joint_ringcrt_01 = 61, joint_pinkyart_01 = 62, joint_pinkybrt_01 = 63, joint_pinkycrt_01 = 64, joint_wristrt_roll_01 = 65, joint_forearmrt_roll_01 = 66, joint_shoulderrt_roll_01 = 67, joint_necka_01 = 68, joint_head_01 = 69, joint_eyelt_01 = 70, joint_cheeklt_01 = 71, joint_dimplelt_01 = 72, joint_eyebrowinnerlt_01 = 73, joint_eyebrowouterlt_01 = 74, joint_lipcornerlt_01 = 75, joint_lipupperlt_01 = 76, joint_lipupper_01 = 77, joint_nosesidelt_01 = 78, joint_jaw_01 = 79, joint_tongue1_01 = 80, joint_tongue2_01 = 81, joint_liplowerrt_01 = 82, joint_liplower_01 = 83, joint_liplowerlt_01 = 84, joint_eyert_01 = 85, joint_cheekrt_01 = 86, joint_dimplert_01 = 87, joint_eyebrowinnerrt_01 = 88, joint_eyebrowouterrt_01 = 89, joint_lipcornerrt_01 = 90, joint_lipupperrt_01 = 91, joint_nosesidert_01 = 92, joint_eyeliduprt_01 = 93, joint_eyeliddownlt_01 = 94, joint_eyeliduplt_01 = 95, joint_eyeliddownrt_01 = 96, joint_cheekbonert_01 = 97, joint_cheekbonelt_01 = 98, joint_facialgroup = 99, cheek_lt_01 = 100, cheek_rt_01 = 101, cheekbone_lt_01 = 102, cheekbone_lt_02 = 103, cheekbone_lt_03 = 104, cheekbone_lt_04 = 105, cheekbone_rt_01 = 106, cheekbone_rt_02 = 107, cheekbone_rt_03 = 108, cheekbone_rt_04 = 109, eye_lt = 110, eye_rt = 111, eyebrows_lt_01 = 112, eyebrows_lt_02 = 113, eyebrows_lt_03 = 114, eyebrows_lt_04 = 115, eyebrows_rt_01 = 116, eyebrows_rt_02 = 117, eyebrows_rt_03 = 118, eyebrows_rt_04 = 119, eyelids_down_lt = 120, eyelids_down_rt = 121, eyelids_up_lt = 122, eyelids_up_rt = 123, forehead_lt = 124, forehead_rt = 125, jaw = 126, chin = 127, tongue_01 = 128, tongue_02 = 129, tongue_03 = 130, sneer_rt_04 = 131, sneer_lt_04 = 132, lips_down_rt_03 = 133, lips_down_rt_02 = 134, lips_down_rt_01 = 135, lips_down_lt_03 = 136, lips_down_lt_02 = 137, lips_down_lt_01 = 138, lips_down_mid = 139, nose = 140, sneer_lt_01 = 141, sneer_lt_02 = 142, sneer_lt_03 = 143, sneer_rt_01 = 144, sneer_rt_02 = 145, sneer_rt_03 = 146, lips_up_mid = 147, lips_up_rt_01 = 148, lips_up_rt_02 = 149, lips_up_lt_01 = 150, lips_up_lt_02 = 151, lips_up_lt_03 = 152, lips_up_rt_03 = 153, joint_hand_rt_01_ik = 154, joint_hand_lt_01_ik = 155, joint_cam_01 = 156, joint_cam_02 = 157, joint_cam_03 = 158, joint_camperattach_01 = 159, joint_slasherattach_01 = 160, joint_foot_lt_01_ik = 161, joint_foot_rt_01_ik = 162 }; } namespace bones::survivor::cheryl { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_hiprollrt_01 = 4, joint_kneert_01 = 5, joint_footrt_01 = 6, joint_toert_01 = 7, joint_kneerollrt_01 = 8, joint_hiplt_01 = 9, joint_hiprolllt_01 = 10, joint_kneelt_01 = 11, joint_footlt_01 = 12, joint_toelt_01 = 13, joint_kneerolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_handlt_01 = 22, joint_weaponlt_01 = 23, joint_thumbalt_01 = 24, joint_thumbblt_01 = 25, joint_thumbclt_01 = 26, joint_indexalt_01 = 27, joint_indexblt_01 = 28, joint_indexclt_01 = 29, joint_fingeralt_01 = 30, joint_fingerblt_01 = 31, joint_fingerclt_01 = 32, joint_ringalt_01 = 33, joint_ringblt_01 = 34, joint_ringclt_01 = 35, joint_pinkyalt_01 = 36, joint_pinkyblt_01 = 37, joint_pinkyclt_01 = 38, joint_elbowrolllt_01 = 39, joint_handroll01lt_01 = 40, joint_handroll02lt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_shoulderrollrt_01 = 44, joint_elbowrt_01 = 45, joint_handrt_01 = 46, joint_weaponrt_01 = 47, joint_thumbart_01 = 48, joint_thumbbrt_01 = 49, joint_thumbcrt_01 = 50, joint_indexart_01 = 51, joint_indexbrt_01 = 52, joint_indexcrt_01 = 53, joint_fingerart_01 = 54, joint_fingerbrt_01 = 55, joint_fingercrt_01 = 56, joint_ringart_01 = 57, joint_ringbrt_01 = 58, joint_ringcrt_01 = 59, joint_pinkyart_01 = 60, joint_pinkybrt_01 = 61, joint_pinkycrt_01 = 62, joint_elbowrollrt_01 = 63, joint_handroll01rt_01 = 64, joint_handroll02rt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_eyelt_01 = 68, joint_cheeklt_01 = 69, joint_dimplelt_01 = 70, joint_eyebrowinnerlt_01 = 71, joint_eyebrowouterlt_01 = 72, joint_eyeliduplt_01 = 73, joint_eyeliddownlt_01 = 74, joint_lipcornerlt_01 = 75, joint_lipupperlt_01 = 76, joint_lipupper_01 = 77, joint_nosesidelt_01 = 78, joint_nosemain_01 = 79, joint_jaw_01 = 80, joint_liplowerrt_01 = 81, joint_liplower_01 = 82, joint_liplowerlt_01 = 83, joint_tongue1_01 = 84, joint_tongue2_01 = 85, joint_eyert_01 = 86, joint_cheekrt_01 = 87, joint_dimplert_01 = 88, joint_eyebrowinnerrt_01 = 89, joint_eyebrowouterrt_01 = 90, joint_eyeliduprt_01 = 91, joint_eyeliddownrt_01 = 92, joint_lipcornerrt_01 = 93, joint_lipupperrt_01 = 94, joint_nosesidert_01 = 95, joint_facialgroup = 96, cheek_lt_01 = 97, cheek_rt_01 = 98, cheekbone_lt_01 = 99, cheekbone_lt_02 = 100, cheekbone_lt_03 = 101, cheekbone_lt_04 = 102, cheekbone_rt_01 = 103, cheekbone_rt_02 = 104, cheekbone_rt_03 = 105, cheekbone_rt_04 = 106, eye_lt = 107, eye_rt = 108, eyebrows_lt_01 = 109, eyebrows_lt_02 = 110, eyebrows_lt_03 = 111, eyebrows_lt_04 = 112, eyebrows_rt_01 = 113, eyebrows_rt_02 = 114, eyebrows_rt_03 = 115, eyebrows_rt_04 = 116, eyelids_down_lt = 117, eyelids_down_rt = 118, eyelids_up_lt = 119, eyelids_up_rt = 120, forehead_lt = 121, forehead_rt = 122, jaw = 123, chin = 124, tongue_01 = 125, tongue_02 = 126, tongue_03 = 127, sneer_rt_04 = 128, sneer_lt_04 = 129, lips_down_rt_03 = 130, lips_down_rt_02 = 131, lips_down_rt_01 = 132, lips_down_lt_03 = 133, lips_down_lt_02 = 134, lips_down_lt_01 = 135, lips_down_mid = 136, nose = 137, sneer_lt_01 = 138, sneer_lt_02 = 139, sneer_lt_03 = 140, sneer_rt_01 = 141, sneer_rt_02 = 142, sneer_rt_03 = 143, lips_up_mid = 144, lips_up_rt_01 = 145, lips_up_rt_02 = 146, lips_up_lt_01 = 147, lips_up_lt_02 = 148, lips_up_lt_03 = 149, lips_corner_lt = 150, lips_up_rt_03 = 151, lips_corner_rt = 152, joint_hand_rt_01_ik = 153, joint_hand_lt_01_ik = 154, joint_cam_01 = 155, joint_cam_02 = 156, joint_cam_03 = 157, joint_camperattach_01 = 158, joint_slasherattach_01 = 159, joint_foot_lt_01_ik = 160, joint_foot_rt_01_ik = 161 }; } namespace bones::survivor::felix { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiplt_01 = 3, joint_hiprolllt_01 = 4, joint_kneelt_01 = 5, joint_kneerolllt_01 = 6, joint_footlt_01 = 7, joint_toelt_01 = 8, joint_hiprt_01 = 9, joint_hiprollrt_01 = 10, joint_kneert_01 = 11, joint_kneerollrt_01 = 12, joint_footrt_01 = 13, joint_toert_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_elbowrolllt_01 = 22, joint_handroll01lt_01 = 23, joint_handroll02lt_01 = 24, joint_handlt_01 = 25, joint_weaponlt_01 = 26, joint_thumbalt_01 = 27, joint_thumbblt_01 = 28, joint_thumbclt_01 = 29, joint_indexalt_01 = 30, joint_indexblt_01 = 31, joint_indexclt_01 = 32, joint_fingeralt_01 = 33, joint_fingerblt_01 = 34, joint_fingerclt_01 = 35, joint_ringalt_01 = 36, joint_ringblt_01 = 37, joint_ringclt_01 = 38, joint_pinkyalt_01 = 39, joint_pinkyblt_01 = 40, joint_pinkyclt_01 = 41, joint_necka_01 = 42, joint_head_01 = 43, joint_eyelt_01 = 44, joint_cheeklt_01 = 45, joint_dimplelt_01 = 46, joint_eyebrowinnerlt_01 = 47, joint_eyebrowouterlt_01 = 48, joint_eyeliduplt_01 = 49, joint_eyeliddownlt_01 = 50, joint_lipcornerlt_01 = 51, joint_lipupperlt_01 = 52, joint_lipupper_01 = 53, joint_nosesidelt_01 = 54, joint_nosemain_01 = 55, joint_jaw_01 = 56, joint_liplowerlt_01 = 57, joint_liplower_01 = 58, joint_tongue1_01 = 59, joint_tongue2_01 = 60, joint_liplowerrt_01 = 61, joint_nosesidert_01 = 62, joint_eyebrowinnerrt_01 = 63, joint_eyeliduprt_01 = 64, joint_eyert_01 = 65, joint_eyeliddownrt_01 = 66, joint_lipcornerrt_01 = 67, joint_lipupperrt_01 = 68, joint_dimplert_01 = 69, joint_cheekrt_01 = 70, joint_eyebrowouterrt_01 = 71, joint_facialgroup = 72, cheek_lt_01 = 73, cheek_rt_01 = 74, cheekbone_lt_01 = 75, cheekbone_lt_02 = 76, cheekbone_lt_03 = 77, cheekbone_lt_04 = 78, cheekbone_rt_01 = 79, cheekbone_rt_02 = 80, cheekbone_rt_03 = 81, cheekbone_rt_04 = 82, eye_lt = 83, eye_rt = 84, eyebrows_lt_01 = 85, eyebrows_lt_02 = 86, eyebrows_lt_03 = 87, eyebrows_lt_04 = 88, eyebrows_rt_01 = 89, eyebrows_rt_02 = 90, eyebrows_rt_03 = 91, eyebrows_rt_04 = 92, eyelids_down_lt = 93, eyelids_down_rt = 94, eyelids_up_lt = 95, eyelids_up_rt = 96, forehead_lt = 97, forehead_rt = 98, jaw = 99, chin = 100, tongue_01 = 101, tongue_02 = 102, tongue_03 = 103, sneer_rt_04 = 104, sneer_lt_04 = 105, lips_down_rt_03 = 106, lips_down_rt_02 = 107, lips_down_rt_01 = 108, lips_down_lt_03 = 109, lips_down_lt_02 = 110, lips_down_lt_01 = 111, lips_down_mid = 112, nose = 113, sneer_lt_01 = 114, sneer_lt_02 = 115, sneer_lt_03 = 116, sneer_rt_01 = 117, sneer_rt_02 = 118, sneer_rt_03 = 119, lips_up_mid = 120, lips_up_rt_01 = 121, lips_up_rt_02 = 122, lips_up_lt_01 = 123, lips_up_lt_02 = 124, lips_up_lt_03 = 125, lips_up_rt_03 = 126, joint_claviclert_01 = 127, joint_shoulderrt_01 = 128, joint_shoulderrollrt_01 = 129, joint_elbowrt_01 = 130, joint_elbowrollrt_01 = 131, joint_handroll01rt_01 = 132, joint_handroll02rt_01 = 133, joint_handrt_01 = 134, joint_weaponrt_01 = 135, joint_thumbart_01 = 136, joint_thumbbrt_01 = 137, joint_thumbcrt_01 = 138, joint_indexart_01 = 139, joint_indexbrt_01 = 140, joint_indexcrt_01 = 141, joint_fingerart_01 = 142, joint_fingerbrt_01 = 143, joint_fingercrt_01 = 144, joint_ringart_01 = 145, joint_ringbrt_01 = 146, joint_ringcrt_01 = 147, joint_pinkyart_01 = 148, joint_pinkybrt_01 = 149, joint_pinkycrt_01 = 150, joint_hand_rt_01_ik = 151, joint_hand_lt_01_ik = 152, joint_cam_01 = 153, joint_cam_02 = 154, joint_cam_03 = 155, joint_camperattach_01 = 156, joint_slasherattach_01 = 157, joint_foot_lt_01_ik = 158, joint_foot_rt_01_ik = 159 }; } namespace bones::survivor::elodie { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_hiprollrt_01 = 4, joint_kneert_01 = 5, joint_footrt_01 = 6, joint_toert_01 = 7, joint_kneerollrt_01 = 8, joint_hiplt_01 = 9, joint_hiprolllt_01 = 10, joint_kneelt_01 = 11, joint_footlt_01 = 12, joint_toelt_01 = 13, joint_kneerolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_handlt_01 = 22, joint_weaponlt_01 = 23, joint_thumbalt_01 = 24, joint_thumbblt_01 = 25, joint_thumbclt_01 = 26, joint_indexalt_01 = 27, joint_indexblt_01 = 28, joint_indexclt_01 = 29, joint_fingeralt_01 = 30, joint_fingerblt_01 = 31, joint_fingerclt_01 = 32, joint_ringalt_01 = 33, joint_ringblt_01 = 34, joint_ringclt_01 = 35, joint_pinkyalt_01 = 36, joint_pinkyblt_01 = 37, joint_pinkyclt_01 = 38, joint_elbowrolllt_01 = 39, joint_handroll01lt_01 = 40, joint_handroll02lt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_shoulderrollrt_01 = 44, joint_elbowrt_01 = 45, joint_handrt_01 = 46, joint_weaponrt_01 = 47, joint_thumbart_01 = 48, joint_thumbbrt_01 = 49, joint_thumbcrt_01 = 50, joint_indexart_01 = 51, joint_indexbrt_01 = 52, joint_indexcrt_01 = 53, joint_fingerart_01 = 54, joint_fingerbrt_01 = 55, joint_fingercrt_01 = 56, joint_ringart_01 = 57, joint_ringbrt_01 = 58, joint_ringcrt_01 = 59, joint_pinkyart_01 = 60, joint_pinkybrt_01 = 61, joint_pinkycrt_01 = 62, joint_elbowrollrt_01 = 63, joint_handroll01rt_01 = 64, joint_handroll02rt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_facialgroup = 68, cheek_lt_01 = 69, cheek_rt_01 = 70, cheekbone_lt_01 = 71, cheekbone_lt_02 = 72, cheekbone_lt_03 = 73, cheekbone_lt_04 = 74, cheekbone_rt_01 = 75, cheekbone_rt_02 = 76, cheekbone_rt_03 = 77, cheekbone_rt_04 = 78, eye_lt = 79, eye_rt = 80, eyebrows_lt_01 = 81, eyebrows_lt_02 = 82, eyebrows_lt_03 = 83, eyebrows_lt_04 = 84, eyebrows_rt_01 = 85, eyebrows_rt_02 = 86, eyebrows_rt_03 = 87, eyebrows_rt_04 = 88, eyelids_down_lt = 89, eyelids_down_rt = 90, eyelids_up_lt = 91, eyelids_up_rt = 92, forehead_lt = 93, forehead_rt = 94, jaw = 95, chin = 96, tongue_01 = 97, tongue_02 = 98, tongue_03 = 99, sneer_rt_04 = 100, sneer_lt_04 = 101, lips_down_rt_03 = 102, lips_down_rt_02 = 103, lips_down_rt_01 = 104, lips_down_lt_03 = 105, lips_down_lt_02 = 106, lips_down_lt_01 = 107, lips_down_mid = 108, nose = 109, sneer_lt_01 = 110, sneer_lt_02 = 111, sneer_lt_03 = 112, sneer_rt_01 = 113, sneer_rt_02 = 114, sneer_rt_03 = 115, lips_up_mid = 116, lips_up_rt_01 = 117, lips_up_rt_02 = 118, lips_up_lt_01 = 119, lips_up_lt_02 = 120, lips_up_lt_03 = 121, lips_up_rt_03 = 122, joint_hand_rt_01_ik = 123, joint_hand_lt_01_ik = 124, joint_cam_01 = 125, joint_cam_02 = 126, joint_cam_03 = 127, joint_camperattach_01 = 128, joint_slasherattach_01 = 129, joint_foot_lt_01_ik = 130, joint_foot_rt_01_ik = 131 }; } namespace bones::survivor::yun { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_hiprollrt_01 = 4, joint_kneert_01 = 5, joint_footrt_01 = 6, joint_toert_01 = 7, joint_kneerollrt_01 = 8, joint_hiplt_01 = 9, joint_hiprolllt_01 = 10, joint_kneelt_01 = 11, joint_footlt_01 = 12, joint_toelt_01 = 13, joint_kneerolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_handlt_01 = 22, joint_weaponlt_01 = 23, joint_thumbalt_01 = 24, joint_thumbblt_01 = 25, joint_thumbclt_01 = 26, joint_indexalt_01 = 27, joint_indexblt_01 = 28, joint_indexclt_01 = 29, joint_fingeralt_01 = 30, joint_fingerblt_01 = 31, joint_fingerclt_01 = 32, joint_ringalt_01 = 33, joint_ringblt_01 = 34, joint_ringclt_01 = 35, joint_pinkyalt_01 = 36, joint_pinkyblt_01 = 37, joint_pinkyclt_01 = 38, joint_elbowrolllt_01 = 39, joint_handroll01lt_01 = 40, joint_handroll02lt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_shoulderrollrt_01 = 44, joint_elbowrt_01 = 45, joint_handrt_01 = 46, joint_weaponrt_01 = 47, joint_thumbart_01 = 48, joint_thumbbrt_01 = 49, joint_thumbcrt_01 = 50, joint_indexart_01 = 51, joint_indexbrt_01 = 52, joint_indexcrt_01 = 53, joint_fingerart_01 = 54, joint_fingerbrt_01 = 55, joint_fingercrt_01 = 56, joint_ringart_01 = 57, joint_ringbrt_01 = 58, joint_ringcrt_01 = 59, joint_pinkyart_01 = 60, joint_pinkybrt_01 = 61, joint_pinkycrt_01 = 62, joint_elbowrollrt_01 = 63, joint_handroll01rt_01 = 64, joint_handroll02rt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_eyelt_01 = 68, joint_cheeklt_01 = 69, joint_dimplelt_01 = 70, joint_eyebrowinnerlt_01 = 71, joint_eyebrowouterlt_01 = 72, joint_eyeliduplt_01 = 73, joint_eyeliddownlt_01 = 74, joint_lipcornerlt_01 = 75, joint_lipupperlt_01 = 76, joint_lipupper_01 = 77, joint_nosesidelt_01 = 78, joint_nosemain_01 = 79, joint_jaw_01 = 80, joint_liplowerlt_01 = 81, joint_liplower_01 = 82, joint_tongue1_01 = 83, joint_tongue2_01 = 84, joint_liplowerrt_01 = 85, joint_eyebrowinnerrt_01 = 86, joint_eyebrowouterrt_01 = 87, joint_eyert_01 = 88, joint_eyeliduprt_01 = 89, joint_eyeliddownrt_01 = 90, joint_dimplert_01 = 91, joint_cheekrt_01 = 92, joint_nosesidert_01 = 93, joint_lipcornerrt_01 = 94, joint_lipupperrt_01 = 95, joint_facialgroup = 96, cheek_lt_01 = 97, cheek_rt_01 = 98, cheekbone_lt_01 = 99, cheekbone_lt_02 = 100, cheekbone_lt_03 = 101, cheekbone_lt_04 = 102, cheekbone_rt_01 = 103, cheekbone_rt_02 = 104, cheekbone_rt_03 = 105, cheekbone_rt_04 = 106, eye_lt = 107, eye_rt = 108, eyebrows_lt_01 = 109, eyebrows_lt_02 = 110, eyebrows_lt_03 = 111, eyebrows_lt_04 = 112, eyebrows_rt_01 = 113, eyebrows_rt_02 = 114, eyebrows_rt_03 = 115, eyebrows_rt_04 = 116, eyelids_down_lt = 117, eyelids_down_rt = 118, eyelids_up_lt = 119, eyelids_up_rt = 120, forehead_lt = 121, forehead_rt = 122, jaw = 123, chin = 124, tongue_01 = 125, tongue_02 = 126, tongue_03 = 127, sneer_rt_04 = 128, sneer_lt_04 = 129, lips_down_rt_03 = 130, lips_down_rt_02 = 131, lips_down_rt_01 = 132, lips_down_lt_03 = 133, lips_down_lt_02 = 134, lips_down_lt_01 = 135, lips_down_mid = 136, nose = 137, sneer_lt_01 = 138, sneer_lt_02 = 139, sneer_lt_03 = 140, sneer_rt_01 = 141, sneer_rt_02 = 142, sneer_rt_03 = 143, lips_up_mid = 144, lips_up_rt_01 = 145, lips_up_rt_02 = 146, lips_up_lt_01 = 147, lips_up_lt_02 = 148, lips_up_lt_03 = 149, lips_corner_lt = 150, lips_up_rt_03 = 151, lips_corner_rt = 152, joint_hand_rt_01_ik = 153, joint_hand_lt_01_ik = 154, joint_cam_01 = 155, joint_cam_02 = 156, joint_cam_03 = 157, joint_camperattach_01 = 158, joint_slasherattach_01 = 159, joint_foot_lt_01_ik = 160, joint_foot_rt_01_ik = 161 }; } namespace bones::survivor::jill { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_hiprollrt_01 = 4, joint_kneert_01 = 5, joint_footrt_01 = 6, joint_toert_01 = 7, joint_kneerollrt_01 = 8, joint_hiplt_01 = 9, joint_hiprolllt_01 = 10, joint_kneelt_01 = 11, joint_footlt_01 = 12, joint_toelt_01 = 13, joint_kneerolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_handlt_01 = 22, joint_weaponlt_01 = 23, joint_thumbalt_01 = 24, joint_thumbblt_01 = 25, joint_thumbclt_01 = 26, joint_indexalt_01 = 27, joint_indexblt_01 = 28, joint_indexclt_01 = 29, joint_fingeralt_01 = 30, joint_fingerblt_01 = 31, joint_fingerclt_01 = 32, joint_ringalt_01 = 33, joint_ringblt_01 = 34, joint_ringclt_01 = 35, joint_pinkyalt_01 = 36, joint_pinkyblt_01 = 37, joint_pinkyclt_01 = 38, joint_elbowrolllt_01 = 39, joint_handroll01lt_01 = 40, joint_handroll02lt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_shoulderrollrt_01 = 44, joint_elbowrt_01 = 45, joint_handrt_01 = 46, joint_weaponrt_01 = 47, joint_thumbart_01 = 48, joint_thumbbrt_01 = 49, joint_thumbcrt_01 = 50, joint_indexart_01 = 51, joint_indexbrt_01 = 52, joint_indexcrt_01 = 53, joint_fingerart_01 = 54, joint_fingerbrt_01 = 55, joint_fingercrt_01 = 56, joint_ringart_01 = 57, joint_ringbrt_01 = 58, joint_ringcrt_01 = 59, joint_pinkyart_01 = 60, joint_pinkybrt_01 = 61, joint_pinkycrt_01 = 62, joint_elbowrollrt_01 = 63, joint_handroll01rt_01 = 64, joint_handroll02rt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_eyelt_01 = 68, joint_cheeklt_01 = 69, joint_dimplelt_01 = 70, joint_eyebrowinnerlt_01 = 71, joint_eyebrowouterlt_01 = 72, joint_eyeliduplt_01 = 73, joint_eyeliddownlt_01 = 74, joint_lipcornerlt_01 = 75, joint_lipupperlt_01 = 76, joint_lipupper_01 = 77, joint_nosesidelt_01 = 78, joint_nosemain_01 = 79, joint_jaw_01 = 80, joint_liplowerlt_01 = 81, joint_liplower_01 = 82, joint_tongue1_01 = 83, joint_tongue2_01 = 84, joint_liplowerrt_01 = 85, joint_eyert_01 = 86, joint_cheekrt_01 = 87, joint_dimplert_01 = 88, joint_eyebrowinnerrt_01 = 89, joint_eyebrowouterrt_01 = 90, joint_eyeliduprt_01 = 91, joint_eyeliddownrt_01 = 92, joint_lipcornerrt_01 = 93, joint_lipupperrt_01 = 94, joint_nosesidert_01 = 95, joint_facialgroup = 96, cheek_lt_01 = 97, cheek_rt_01 = 98, cheekbone_lt_01 = 99, cheekbone_lt_02 = 100, cheekbone_lt_03 = 101, cheekbone_lt_04 = 102, cheekbone_rt_01 = 103, cheekbone_rt_02 = 104, cheekbone_rt_03 = 105, cheekbone_rt_04 = 106, eye_lt = 107, eye_rt = 108, eyebrows_lt_01 = 109, eyebrows_lt_02 = 110, eyebrows_lt_03 = 111, eyebrows_lt_04 = 112, eyebrows_rt_01 = 113, eyebrows_rt_02 = 114, eyebrows_rt_03 = 115, eyebrows_rt_04 = 116, eyelids_down_lt = 117, eyelids_down_rt = 118, eyelids_up_lt = 119, eyelids_up_rt = 120, forehead_lt = 121, forehead_rt = 122, jaw = 123, chin = 124, tongue_01 = 125, tongue_02 = 126, tongue_03 = 127, sneer_rt_04 = 128, sneer_lt_04 = 129, lips_down_rt_03 = 130, lips_down_rt_02 = 131, lips_down_rt_01 = 132, lips_down_lt_03 = 133, lips_down_lt_02 = 134, lips_down_lt_01 = 135, lips_down_mid = 136, nose = 137, sneer_lt_01 = 138, sneer_lt_02 = 139, sneer_lt_03 = 140, sneer_rt_01 = 141, sneer_rt_02 = 142, sneer_rt_03 = 143, lips_up_mid = 144, lips_up_rt_01 = 145, lips_up_rt_02 = 146, lips_up_lt_01 = 147, lips_up_lt_02 = 148, lips_up_lt_03 = 149, lips_up_rt_03 = 150, joint_hand_rt_01_ik = 151, joint_hand_lt_01_ik = 152, joint_cam_01 = 153, joint_cam_02 = 154, joint_cam_03 = 155, joint_camperattach_01 = 156, joint_slasherattach_01 = 157, joint_foot_lt_01_ik = 158, joint_foot_rt_01_ik = 159 }; } namespace bones::survivor::leon { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiplt_01 = 3, joint_hiprolllt_01 = 4, joint_kneelt_01 = 5, joint_kneerolllt_01 = 6, joint_footlt_01 = 7, joint_toelt_01 = 8, joint_hiprt_01 = 9, joint_hiprollrt_01 = 10, joint_kneert_01 = 11, joint_kneerollrt_01 = 12, joint_footrt_01 = 13, joint_toert_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_elbowrolllt_01 = 22, joint_handroll01lt_01 = 23, joint_handroll02lt_01 = 24, joint_handlt_01 = 25, joint_weaponlt_01 = 26, joint_thumbalt_01 = 27, joint_thumbblt_01 = 28, joint_thumbclt_01 = 29, joint_indexalt_01 = 30, joint_indexblt_01 = 31, joint_indexclt_01 = 32, joint_fingeralt_01 = 33, joint_fingerblt_01 = 34, joint_fingerclt_01 = 35, joint_ringalt_01 = 36, joint_ringblt_01 = 37, joint_ringclt_01 = 38, joint_pinkyalt_01 = 39, joint_pinkyblt_01 = 40, joint_pinkyclt_01 = 41, joint_necka_01 = 42, joint_head_01 = 43, joint_eyebrowouterrt_01 = 44, joint_lipupperrt_01 = 45, joint_eyebrowinnerrt_01 = 46, joint_jaw_01 = 47, joint_liplowerlt_01 = 48, joint_liplower_01 = 49, joint_tongue1_01 = 50, joint_tongue2_01 = 51, joint_liplowerrt_01 = 52, joint_nosemain_01 = 53, joint_nosesidelt_01 = 54, joint_lipupper_01 = 55, joint_lipupperlt_01 = 56, joint_lipcornerlt_01 = 57, joint_eyeliddownlt_01 = 58, joint_eyeliduplt_01 = 59, joint_eyebrowouterlt_01 = 60, joint_eyebrowinnerlt_01 = 61, joint_dimplelt_01 = 62, joint_cheeklt_01 = 63, joint_eyelt_01 = 64, joint_cheekrt_01 = 65, joint_nosesidert_01 = 66, joint_lipcornerrt_01 = 67, joint_dimplert_01 = 68, joint_eyeliddownrt_01 = 69, joint_eyeliduprt_01 = 70, joint_eyert_01 = 71, joint_facialgroup = 72, cheek_lt_01 = 73, cheek_rt_01 = 74, cheekbone_lt_01 = 75, cheekbone_lt_02 = 76, cheekbone_lt_03 = 77, cheekbone_lt_04 = 78, cheekbone_rt_01 = 79, cheekbone_rt_02 = 80, cheekbone_rt_03 = 81, cheekbone_rt_04 = 82, eye_lt = 83, eye_rt = 84, eyebrows_lt_01 = 85, eyebrows_lt_02 = 86, eyebrows_lt_03 = 87, eyebrows_lt_04 = 88, eyebrows_rt_01 = 89, eyebrows_rt_02 = 90, eyebrows_rt_03 = 91, eyebrows_rt_04 = 92, eyelids_down_lt = 93, eyelids_down_rt = 94, eyelids_up_lt = 95, eyelids_up_rt = 96, forehead_lt = 97, forehead_rt = 98, jaw = 99, chin = 100, tongue_01 = 101, tongue_02 = 102, tongue_03 = 103, sneer_rt_04 = 104, sneer_lt_04 = 105, lips_down_rt_03 = 106, lips_down_rt_02 = 107, lips_down_rt_01 = 108, lips_down_lt_03 = 109, lips_down_lt_02 = 110, lips_down_lt_01 = 111, lips_down_mid = 112, nose = 113, sneer_lt_01 = 114, sneer_lt_02 = 115, sneer_lt_03 = 116, sneer_rt_01 = 117, sneer_rt_02 = 118, sneer_rt_03 = 119, lips_up_mid = 120, lips_up_rt_01 = 121, lips_up_rt_02 = 122, lips_up_lt_01 = 123, lips_up_lt_02 = 124, lips_up_lt_03 = 125, lips_corner_lt = 126, lips_up_rt_03 = 127, lips_corner_rt = 128, joint_claviclert_01 = 129, joint_shoulderrt_01 = 130, joint_shoulderrollrt_01 = 131, joint_elbowrt_01 = 132, joint_elbowrollrt_01 = 133, joint_handroll01rt_01 = 134, joint_handroll02rt_01 = 135, joint_handrt_01 = 136, joint_weaponrt_01 = 137, joint_thumbart_01 = 138, joint_thumbbrt_01 = 139, joint_thumbcrt_01 = 140, joint_indexart_01 = 141, joint_indexbrt_01 = 142, joint_indexcrt_01 = 143, joint_fingerart_01 = 144, joint_fingerbrt_01 = 145, joint_fingercrt_01 = 146, joint_ringart_01 = 147, joint_ringbrt_01 = 148, joint_ringcrt_01 = 149, joint_pinkyart_01 = 150, joint_pinkybrt_01 = 151, joint_pinkycrt_01 = 152, joint_hand_rt_01_ik = 153, joint_hand_lt_01_ik = 154, joint_cam_01 = 155, joint_cam_02 = 156, joint_cam_03 = 157, joint_camperattach_01 = 158, joint_slasherattach_01 = 159, joint_foot_lt_01_ik = 160, joint_foot_rt_01_ik = 161 }; } namespace bones::survivor::mikaela { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_hiprollrt_01 = 4, joint_kneert_01 = 5, joint_footrt_01 = 6, joint_toert_01 = 7, joint_kneerollrt_01 = 8, joint_hiplt_01 = 9, joint_hiprolllt_01 = 10, joint_kneelt_01 = 11, joint_footlt_01 = 12, joint_toelt_01 = 13, joint_kneerolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_handlt_01 = 22, joint_weaponlt_01 = 23, joint_thumbalt_01 = 24, joint_thumbblt_01 = 25, joint_thumbclt_01 = 26, joint_indexalt_01 = 27, joint_indexblt_01 = 28, joint_indexclt_01 = 29, joint_fingeralt_01 = 30, joint_fingerblt_01 = 31, joint_fingerclt_01 = 32, joint_ringalt_01 = 33, joint_ringblt_01 = 34, joint_ringclt_01 = 35, joint_pinkyalt_01 = 36, joint_pinkyblt_01 = 37, joint_pinkyclt_01 = 38, joint_elbowrolllt_01 = 39, joint_handroll01lt_01 = 40, joint_handroll02lt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_shoulderrollrt_01 = 44, joint_elbowrt_01 = 45, joint_handrt_01 = 46, joint_weaponrt_01 = 47, joint_thumbart_01 = 48, joint_thumbbrt_01 = 49, joint_thumbcrt_01 = 50, joint_indexart_01 = 51, joint_indexbrt_01 = 52, joint_indexcrt_01 = 53, joint_fingerart_01 = 54, joint_fingerbrt_01 = 55, joint_fingercrt_01 = 56, joint_ringart_01 = 57, joint_ringbrt_01 = 58, joint_ringcrt_01 = 59, joint_pinkyart_01 = 60, joint_pinkybrt_01 = 61, joint_pinkycrt_01 = 62, joint_elbowrollrt_01 = 63, joint_handroll01rt_01 = 64, joint_handroll02rt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_facialgroup = 68, cheek_lt_01 = 69, cheek_rt_01 = 70, cheekbone_lt_01 = 71, cheekbone_lt_02 = 72, cheekbone_lt_03 = 73, cheekbone_lt_04 = 74, cheekbone_rt_01 = 75, cheekbone_rt_02 = 76, cheekbone_rt_03 = 77, cheekbone_rt_04 = 78, eye_lt = 79, eye_rt = 80, eyebrows_lt_01 = 81, eyebrows_lt_02 = 82, eyebrows_lt_03 = 83, eyebrows_lt_04 = 84, eyebrows_rt_01 = 85, eyebrows_rt_02 = 86, eyebrows_rt_03 = 87, eyebrows_rt_04 = 88, eyelids_down_lt = 89, eyelids_down_rt = 90, eyelids_up_lt = 91, eyelids_up_rt = 92, forehead_lt = 93, forehead_rt = 94, jaw = 95, chin = 96, tongue_01 = 97, tongue_02 = 98, tongue_03 = 99, sneer_rt_04 = 100, sneer_lt_04 = 101, lips_down_rt_03 = 102, lips_down_rt_02 = 103, lips_down_rt_01 = 104, lips_down_lt_03 = 105, lips_down_lt_02 = 106, lips_down_lt_01 = 107, lips_down_mid = 108, nose = 109, sneer_lt_01 = 110, sneer_lt_02 = 111, sneer_lt_03 = 112, sneer_rt_01 = 113, sneer_rt_02 = 114, sneer_rt_03 = 115, lips_up_mid = 116, lips_up_rt_01 = 117, lips_up_rt_02 = 118, lips_up_lt_01 = 119, lips_up_lt_02 = 120, lips_up_lt_03 = 121, lips_up_rt_03 = 122, joint_hand_rt_01_ik = 123, joint_hand_lt_01_ik = 124, joint_cam_01 = 125, joint_cam_02 = 126, joint_cam_03 = 127, joint_camperattach_01 = 128, joint_slasherattach_01 = 129, joint_foot_lt_01_ik = 130, joint_foot_rt_01_ik = 131 }; } namespace bones::survivor::jonah { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_tummy01 = 3, joint_back01 = 4, joint_hiplt_01 = 5, joint_hiprolllt_01 = 6, joint_kneelt_01 = 7, joint_kneerolllt_01 = 8, joint_footlt_01 = 9, joint_toelt_01 = 10, joint_hiprt_01 = 11, joint_hiprollrt_01 = 12, joint_kneert_01 = 13, joint_kneerollrt_01 = 14, joint_footrt_01 = 15, joint_toert_01 = 16, joint_torsoa_01 = 17, joint_torsob_01 = 18, joint_torsoc_01 = 19, joint_claviclelt_01 = 20, joint_shoulderlt_01 = 21, joint_shoulderrolllt_01 = 22, joint_elbowlt_01 = 23, joint_elbowrolllt_01 = 24, joint_handroll01lt_01 = 25, joint_handroll02lt_01 = 26, joint_handlt_01 = 27, joint_weaponlt_01 = 28, joint_thumbalt_01 = 29, joint_thumbblt_01 = 30, joint_thumbclt_01 = 31, joint_indexalt_01 = 32, joint_indexblt_01 = 33, joint_indexclt_01 = 34, joint_fingeralt_01 = 35, joint_fingerblt_01 = 36, joint_fingerclt_01 = 37, joint_ringalt_01 = 38, joint_ringblt_01 = 39, joint_ringclt_01 = 40, joint_pinkyalt_01 = 41, joint_pinkyblt_01 = 42, joint_pinkyclt_01 = 43, joint_necka_01 = 44, joint_head_01 = 45, joint_eyelt_01 = 46, joint_cheeklt_01 = 47, joint_dimplelt_01 = 48, joint_eyebrowinnerlt_01 = 49, joint_eyebrowouterlt_01 = 50, joint_eyeliduplt_01 = 51, joint_eyeliddownlt_01 = 52, joint_lipcornerlt_01 = 53, joint_lipupperlt_01 = 54, joint_lipupper_01 = 55, joint_nosesidelt_01 = 56, joint_nosemain_01 = 57, joint_jaw_01 = 58, joint_liplowerlt_01 = 59, joint_liplower_01 = 60, joint_tongue1_01 = 61, joint_tongue2_01 = 62, joint_liplowerrt_01 = 63, joint_eyert_01 = 64, joint_cheekrt_01 = 65, joint_dimplert_01 = 66, joint_eyebrowinnerrt_01 = 67, joint_eyebrowouterrt_01 = 68, joint_eyeliduprt_01 = 69, joint_eyeliddownrt_01 = 70, joint_lipcornerrt_01 = 71, joint_lipupperrt_01 = 72, joint_nosesidert_01 = 73, joint_facialgroup = 74, cheek_lt_01 = 75, cheek_rt_01 = 76, cheekbone_lt_01 = 77, cheekbone_lt_02 = 78, cheekbone_lt_03 = 79, cheekbone_lt_04 = 80, cheekbone_rt_01 = 81, cheekbone_rt_02 = 82, cheekbone_rt_03 = 83, cheekbone_rt_04 = 84, eye_lt = 85, eye_rt = 86, eyebrows_lt_02 = 87, eyebrows_lt_03 = 88, eyebrows_lt_04 = 89, eyebrows_rt_01 = 90, eyebrows_rt_02 = 91, eyebrows_rt_03 = 92, eyebrows_rt_04 = 93, eyelids_down_lt = 94, eyelids_down_rt = 95, eyelids_up_lt = 96, eyelids_up_rt = 97, forehead_lt = 98, forehead_rt = 99, jaw = 100, chin = 101, tongue_01 = 102, tongue_02 = 103, tongue_03 = 104, sneer_rt_04 = 105, sneer_lt_04 = 106, lips_down_rt_03 = 107, lips_down_rt_02 = 108, lips_down_rt_01 = 109, lips_down_lt_03 = 110, lips_down_lt_02 = 111, lips_down_lt_01 = 112, lips_down_mid = 113, nose = 114, sneer_lt_01 = 115, sneer_lt_02 = 116, sneer_lt_03 = 117, sneer_rt_01 = 118, sneer_rt_02 = 119, sneer_rt_03 = 120, lips_up_mid = 121, lips_up_rt_01 = 122, lips_up_rt_02 = 123, lips_up_lt_01 = 124, lips_up_lt_02 = 125, lips_up_lt_03 = 126, lips_up_rt_03 = 127, joint_claviclert_01 = 128, joint_shoulderrt_01 = 129, joint_shoulderrollrt_01 = 130, joint_elbowrt_01 = 131, joint_elbowrollrt_01 = 132, joint_handroll01rt_01 = 133, joint_handroll02rt_01 = 134, joint_handrt_01 = 135, joint_weaponrt_01 = 136, joint_thumbart_01 = 137, joint_thumbbrt_01 = 138, joint_thumbcrt_01 = 139, joint_indexart_01 = 140, joint_indexbrt_01 = 141, joint_indexcrt_01 = 142, joint_fingerart_01 = 143, joint_fingerbrt_01 = 144, joint_fingercrt_01 = 145, joint_ringart_01 = 146, joint_ringbrt_01 = 147, joint_ringcrt_01 = 148, joint_pinkyart_01 = 149, joint_pinkybrt_01 = 150, joint_pinkycrt_01 = 151, joint_hand_rt_01_ik = 152, joint_hand_lt_01_ik = 153, joint_cam_01 = 154, joint_cam_02 = 155, joint_cam_03 = 156, joint_camperattach_01 = 157, joint_slasherattach_01 = 158, joint_foot_lt_01_ik = 159, joint_foot_rt_01_ik = 160 }; } namespace bones::survivor::david { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiplt_01 = 3, joint_hiprolllt_01 = 4, joint_kneelt_01 = 5, joint_kneerolllt_01 = 6, joint_footlt_01 = 7, joint_toelt_01 = 8, joint_hiprt_01 = 9, joint_hiprollrt_01 = 10, joint_kneert_01 = 11, joint_kneerollrt_01 = 12, joint_footrt_01 = 13, joint_toert_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_elbowrolllt_01 = 22, joint_handroll01lt_01 = 23, joint_handroll02lt_01 = 24, joint_handlt_01 = 25, joint_weaponlt_01 = 26, joint_thumbalt_01 = 27, joint_thumbblt_01 = 28, joint_thumbclt_01 = 29, joint_indexalt_01 = 30, joint_indexblt_01 = 31, joint_indexclt_01 = 32, joint_fingeralt_01 = 33, joint_fingerblt_01 = 34, joint_fingerclt_01 = 35, joint_ringalt_01 = 36, joint_ringblt_01 = 37, joint_ringclt_01 = 38, joint_pinkyalt_01 = 39, joint_pinkyblt_01 = 40, joint_pinkyclt_01 = 41, joint_necka_01 = 42, joint_head_01 = 43, joint_eyelt_01 = 44, joint_cheeklt_01 = 45, joint_dimplelt_01 = 46, joint_eyebrowinnerlt_01 = 47, joint_eyebrowouterlt_01 = 48, joint_eyeliduplt_01 = 49, joint_eyeliddownlt_01 = 50, joint_lipcornerlt_01 = 51, joint_lipupperlt_01 = 52, joint_lipupper_01 = 53, joint_nosesidelt_01 = 54, joint_nosemain_01 = 55, joint_jaw_01 = 56, joint_liplowerlt_01 = 57, joint_liplower_01 = 58, joint_tongue1_01 = 59, joint_tongue2_01 = 60, joint_liplowerrt_01 = 61, joint_eyert_01 = 62, joint_cheekrt_01 = 63, joint_dimplert_01 = 64, joint_eyebrowinnerrt_01 = 65, joint_eyebrowouterrt_01 = 66, joint_eyeliduprt_01 = 67, joint_eyeliddownrt_01 = 68, joint_lipcornerrt_01 = 69, joint_lipupperrt_01 = 70, joint_nosesidert_01 = 71, joint_facialgroup = 72, cheek_lt_01 = 73, cheek_rt_01 = 74, cheekbone_lt_01 = 75, cheekbone_lt_02 = 76, cheekbone_lt_03 = 77, cheekbone_lt_04 = 78, cheekbone_rt_01 = 79, cheekbone_rt_02 = 80, cheekbone_rt_03 = 81, cheekbone_rt_04 = 82, eye_lt = 83, eye_rt = 84, eyebrows_lt_01 = 85, eyebrows_lt_02 = 86, eyebrows_lt_03 = 87, eyebrows_lt_04 = 88, eyebrows_rt_01 = 89, eyebrows_rt_02 = 90, eyebrows_rt_03 = 91, eyebrows_rt_04 = 92, eyelids_down_lt = 93, eyelids_down_rt = 94, eyelids_up_lt = 95, eyelids_up_rt = 96, forehead_lt = 97, forehead_rt = 98, jaw = 99, chin = 100, tongue_01 = 101, tongue_02 = 102, tongue_03 = 103, sneer_rt_04 = 104, sneer_lt_04 = 105, lips_down_rt_03 = 106, lips_down_rt_02 = 107, lips_down_rt_01 = 108, lips_down_lt_03 = 109, lips_down_lt_02 = 110, lips_down_lt_01 = 111, lips_down_mid = 112, nose = 113, sneer_lt_01 = 114, sneer_lt_02 = 115, sneer_lt_03 = 116, sneer_rt_01 = 117, sneer_rt_02 = 118, sneer_rt_03 = 119, lips_up_mid = 120, lips_up_rt_01 = 121, lips_up_rt_02 = 122, lips_up_lt_01 = 123, lips_up_lt_02 = 124, lips_up_lt_03 = 125, lips_up_rt_03 = 126, joint_claviclert_01 = 127, joint_shoulderrt_01 = 128, joint_shoulderrollrt_01 = 129, joint_elbowrt_01 = 130, joint_elbowrollrt_01 = 131, joint_handroll01rt_01 = 132, joint_handroll02rt_01 = 133, joint_handrt_01 = 134, joint_weaponrt_01 = 135, joint_thumbart_01 = 136, joint_thumbbrt_01 = 137, joint_thumbcrt_01 = 138, joint_indexart_01 = 139, joint_indexbrt_01 = 140, joint_indexcrt_01 = 141, joint_fingerart_01 = 142, joint_fingerbrt_01 = 143, joint_fingercrt_01 = 144, joint_ringart_01 = 145, joint_ringbrt_01 = 146, joint_ringcrt_01 = 147, joint_pinkyart_01 = 148, joint_pinkybrt_01 = 149, joint_pinkycrt_01 = 150, joint_hand_rt_01_ik = 151, joint_hand_lt_01_ik = 152, joint_cam_01 = 153, joint_cam_02 = 154, joint_cam_03 = 155, joint_camperattach_01 = 156, joint_slasherattach_01 = 157, joint_foot_lt_01_ik = 158, joint_foot_rt_01_ik = 159 }; } namespace bones::survivor::nancy { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiplt_roll_01 = 3, joint_hiprt_roll_01 = 4, joint_hiprt_01 = 5, joint_kneert_roll_01 = 6, joint_kneert_01 = 7, joint_footrt_roll_01 = 8, joint_footrt_01 = 9, joint_toert_01 = 10, joint_hiplt_01 = 11, joint_kneelt_roll_01 = 12, joint_kneelt_01 = 13, joint_footlt_roll_01 = 14, joint_footlt_01 = 15, joint_toelt_01 = 16, joint_torsoa_01 = 17, joint_torsob_01 = 18, joint_torsoc_01 = 19, joint_claviclelt_01 = 20, joint_shoulderlt_01 = 21, joint_elbowlt_roll_01 = 22, joint_elbowlt_01 = 23, joint_handlt_01 = 24, joint_weaponlt_01 = 25, joint_thumbalt_01 = 26, joint_thumbblt_01 = 27, joint_thumbclt_01 = 28, joint_indexalt_01 = 29, joint_indexblt_01 = 30, joint_indexclt_01 = 31, joint_fingeralt_01 = 32, joint_fingerblt_01 = 33, joint_fingerclt_01 = 34, joint_ringalt_01 = 35, joint_ringblt_01 = 36, joint_ringclt_01 = 37, joint_pinkyalt_01 = 38, joint_pinkyblt_01 = 39, joint_pinkyclt_01 = 40, joint_wristlt_roll_01 = 41, joint_forearmlt_roll_01 = 42, joint_shoulderlt_roll_01 = 43, joint_claviclert_01 = 44, joint_shoulderrt_01 = 45, joint_elbowrt_roll_01 = 46, joint_elbowrt_01 = 47, joint_handrt_01 = 48, joint_weaponrt_01 = 49, joint_thumbart_01 = 50, joint_thumbbrt_01 = 51, joint_thumbcrt_01 = 52, joint_indexart_01 = 53, joint_indexbrt_01 = 54, joint_indexcrt_01 = 55, joint_fingerart_01 = 56, joint_fingerbrt_01 = 57, joint_fingercrt_01 = 58, joint_ringart_01 = 59, joint_ringbrt_01 = 60, joint_ringcrt_01 = 61, joint_pinkyart_01 = 62, joint_pinkybrt_01 = 63, joint_pinkycrt_01 = 64, joint_wristrt_roll_01 = 65, joint_forearmrt_roll_01 = 66, joint_shoulderrt_roll_01 = 67, joint_necka_01 = 68, joint_head_01 = 69, joint_eyelt_01 = 70, joint_cheeklt_01 = 71, joint_dimplelt_01 = 72, joint_eyebrowinnerlt_01 = 73, joint_eyebrowouterlt_01 = 74, joint_eyeliduplt_01 = 75, joint_eyeliddownlt_01 = 76, joint_lipupperlt_01 = 77, joint_lipupper_01 = 78, joint_nosesidelt_01 = 79, joint_nosemain_01 = 80, joint_jaw_01 = 81, joint_liplowerrt_01 = 82, joint_liplower_01 = 83, joint_liplowerlt_01 = 84, joint_tongue1_01 = 85, joint_tongue2_01 = 86, joint_eyert_01 = 87, joint_cheekrt_01 = 88, joint_dimplert_01 = 89, joint_eyebrowinnerrt_01 = 90, joint_eyebrowouterrt_01 = 91, joint_eyeliduprt_01 = 92, joint_eyeliddownrt_01 = 93, joint_lipupperrt_01 = 94, joint_nosesidert_01 = 95, joint_lipcornerlt_01 = 96, joint_lipcornerrt_01 = 97, joint_facialgroup = 98, cheek_lt_01 = 99, cheek_rt_01 = 100, cheekbone_lt_01 = 101, cheekbone_lt_02 = 102, cheekbone_lt_03 = 103, cheekbone_lt_04 = 104, cheekbone_rt_01 = 105, cheekbone_rt_02 = 106, cheekbone_rt_03 = 107, cheekbone_rt_04 = 108, eye_lt = 109, eye_rt = 110, eyebrows_lt_01 = 111, eyebrows_lt_02 = 112, eyebrows_lt_03 = 113, eyebrows_lt_04 = 114, eyebrows_rt_01 = 115, eyebrows_rt_02 = 116, eyebrows_rt_03 = 117, eyebrows_rt_04 = 118, eyelids_down_lt = 119, eyelids_down_rt = 120, eyelids_up_lt = 121, eyelids_up_rt = 122, forehead_lt = 123, forehead_rt = 124, jaw = 125, chin = 126, tongue_01 = 127, tongue_02 = 128, tongue_03 = 129, sneer_rt_04 = 130, sneer_lt_04 = 131, lips_down_rt_03 = 132, lips_down_rt_02 = 133, lips_down_rt_01 = 134, lips_down_lt_03 = 135, lips_down_lt_02 = 136, lips_down_lt_01 = 137, lips_down_mid = 138, nose = 139, sneer_lt_01 = 140, sneer_lt_02 = 141, sneer_lt_03 = 142, sneer_rt_01 = 143, sneer_rt_02 = 144, sneer_rt_03 = 145, lips_up_mid = 146, lips_up_rt_01 = 147, lips_up_rt_02 = 148, lips_up_lt_01 = 149, lips_up_lt_02 = 150, lips_up_lt_03 = 151, lips_corner_lt = 152, lips_up_rt_03 = 153, lips_corner_rt = 154, joint_hand_rt_01_ik = 155, joint_hand_lt_01_ik = 156, joint_cam_01 = 157, joint_cam_02 = 158, joint_cam_03 = 159, joint_camperattach_01 = 160, joint_slasherattach_01 = 161, joint_foot_lt_01_ik = 162, joint_foot_rt_01_ik = 163 }; } namespace bones::survivor::steve { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiprt_01 = 3, joint_kneert_01 = 4, joint_footrt_01 = 5, joint_toert_01 = 6, joint_kneerollrt_01 = 7, joint_hiprollrt_01 = 8, joint_hiplt_01 = 9, joint_kneelt_01 = 10, joint_footlt_01 = 11, joint_toelt_01 = 12, joint_kneerolllt_01 = 13, joint_hiprolllt_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_elbowlt_01 = 20, joint_handlt_01 = 21, joint_weaponlt_01 = 22, joint_thumbalt_01 = 23, joint_thumbblt_01 = 24, joint_thumbclt_01 = 25, joint_indexalt_01 = 26, joint_indexblt_01 = 27, joint_indexclt_01 = 28, joint_fingeralt_01 = 29, joint_fingerblt_01 = 30, joint_fingerclt_01 = 31, joint_ringalt_01 = 32, joint_ringblt_01 = 33, joint_ringclt_01 = 34, joint_pinkyalt_01 = 35, joint_pinkyblt_01 = 36, joint_pinkyclt_01 = 37, joint_elbowrolllt_01 = 38, joint_handroll01lt_01 = 39, joint_handroll02lt_01 = 40, joint_shoulderrolllt_01 = 41, joint_claviclert_01 = 42, joint_shoulderrt_01 = 43, joint_elbowrt_01 = 44, joint_handrt_01 = 45, joint_weaponrt_01 = 46, joint_thumbart_01 = 47, joint_thumbbrt_01 = 48, joint_thumbcrt_01 = 49, joint_indexart_01 = 50, joint_indexbrt_01 = 51, joint_indexcrt_01 = 52, joint_fingerart_01 = 53, joint_fingerbrt_01 = 54, joint_fingercrt_01 = 55, joint_ringart_01 = 56, joint_ringbrt_01 = 57, joint_ringcrt_01 = 58, joint_pinkyart_01 = 59, joint_pinkybrt_01 = 60, joint_pinkycrt_01 = 61, joint_elbowrollrt_01 = 62, joint_handroll01rt_01 = 63, joint_handroll02rt_01 = 64, joint_shoulderrollrt_01 = 65, joint_necka_01 = 66, joint_head_01 = 67, joint_eyelt_01 = 68, joint_cheeklt_01 = 69, joint_dimplelt_01 = 70, joint_eyebrowinnerlt_01 = 71, joint_eyebrowouterlt_01 = 72, joint_lipcornerlt_01 = 73, joint_lipupperlt_01 = 74, joint_lipupper_01 = 75, joint_eyert_01 = 76, joint_cheekrt_01 = 77, joint_dimplert_01 = 78, joint_eyebrowinnerrt_01 = 79, joint_eyebrowouterrt_01 = 80, joint_lipcornerrt_01 = 81, joint_lipupperrt_01 = 82, joint_jaw_01 = 83, joint_tongue1_01 = 84, joint_tongue2_01 = 85, joint_liplowerrt_01 = 86, joint_liplower_01 = 87, joint_liplowerlt_01 = 88, joint_nosemain_01 = 89, joint_nosesidert_01 = 90, joint_nosesidelt_01 = 91, joint_eyeliduplt_01 = 92, joint_eyeliddownlt_01 = 93, joint_eyeliddownrt_01 = 94, joint_eyeliduprt_01 = 95, joint_facialgroup = 96, cheek_lt_01 = 97, cheek_rt_01 = 98, cheekbone_lt_01 = 99, cheekbone_lt_02 = 100, cheekbone_lt_03 = 101, cheekbone_lt_04 = 102, cheekbone_rt_01 = 103, cheekbone_rt_02 = 104, cheekbone_rt_03 = 105, cheekbone_rt_04 = 106, eye_lt = 107, eye_rt = 108, eyebrows_lt_01 = 109, eyebrows_lt_02 = 110, eyebrows_lt_03 = 111, eyebrows_lt_04 = 112, eyebrows_rt_01 = 113, eyebrows_rt_02 = 114, eyebrows_rt_03 = 115, eyebrows_rt_04 = 116, eyelids_down_lt = 117, eyelids_down_rt = 118, eyelids_up_lt = 119, eyelids_up_rt = 120, forehead_lt = 121, forehead_rt = 122, jaw = 123, chin = 124, tongue_01 = 125, tongue_02 = 126, tongue_03 = 127, sneer_rt_04 = 128, sneer_lt_04 = 129, lips_down_rt_03 = 130, lips_down_rt_02 = 131, lips_down_rt_01 = 132, lips_down_lt_03 = 133, lips_down_lt_02 = 134, lips_down_lt_01 = 135, lips_down_mid = 136, nose = 137, sneer_lt_01 = 138, sneer_lt_02 = 139, sneer_lt_03 = 140, sneer_rt_01 = 141, sneer_rt_02 = 142, sneer_rt_03 = 143, lips_up_mid = 144, lips_up_rt_01 = 145, lips_up_rt_02 = 146, lips_up_lt_01 = 147, lips_up_lt_02 = 148, lips_up_lt_03 = 149, lips_corner_lt = 150, lips_up_rt_03 = 151, lips_corner_rt = 152, joint_hand_rt_01_ik = 153, joint_hand_lt_01_ik = 154, joint_cam_01 = 155, joint_cam_02 = 156, joint_cam_03 = 157, joint_camperattach_01 = 158, joint_slasherattach_01 = 159, joint_foot_lt_01_ik = 160, joint_foot_rt_01_ik = 161 }; } namespace bones::survivor::yoichi { enum { joint_char = 0, joint_pelvis_01 = 1, joint_hipmaster_01 = 2, joint_hiplt_01 = 3, joint_hiprolllt_01 = 4, joint_kneelt_01 = 5, joint_kneerolllt_01 = 6, joint_footlt_01 = 7, joint_toelt_01 = 8, joint_hiprt_01 = 9, joint_hiprollrt_01 = 10, joint_kneert_01 = 11, joint_kneerollrt_01 = 12, joint_footrt_01 = 13, joint_toert_01 = 14, joint_torsoa_01 = 15, joint_torsob_01 = 16, joint_torsoc_01 = 17, joint_claviclelt_01 = 18, joint_shoulderlt_01 = 19, joint_shoulderrolllt_01 = 20, joint_elbowlt_01 = 21, joint_elbowrolllt_01 = 22, joint_handroll01lt_01 = 23, joint_handroll02lt_01 = 24, joint_handlt_01 = 25, joint_weaponlt_01 = 26, joint_thumbalt_01 = 27, joint_thumbblt_01 = 28, joint_thumbclt_01 = 29, joint_indexalt_01 = 30, joint_indexblt_01 = 31, joint_indexclt_01 = 32, joint_fingeralt_01 = 33, joint_fingerblt_01 = 34, joint_fingerclt_01 = 35, joint_ringalt_01 = 36, joint_ringblt_01 = 37, joint_ringclt_01 = 38, joint_pinkyalt_01 = 39, joint_pinkyblt_01 = 40, joint_pinkyclt_01 = 41, joint_necka_01 = 42, joint_head_01 = 43, joint_facialgroup = 44, cheek_lt_01 = 45, cheek_rt_01 = 46, cheekbone_lt_01 = 47, cheekbone_lt_02 = 48, cheekbone_lt_03 = 49, cheekbone_lt_04 = 50, cheekbone_rt_01 = 51, cheekbone_rt_02 = 52, cheekbone_rt_03 = 53, cheekbone_rt_04 = 54, eye_lt = 55, eye_rt = 56, eyebrows_lt_01 = 57, eyebrows_lt_02 = 58, eyebrows_lt_03 = 59, eyebrows_lt_04 = 60, eyebrows_rt_01 = 61, eyebrows_rt_02 = 62, eyebrows_rt_03 = 63, eyebrows_rt_04 = 64, eyelids_down_lt = 65, eyelids_down_rt = 66, eyelids_up_lt = 67, eyelids_up_rt = 68, forehead_lt = 69, forehead_rt = 70, jaw = 71, chin = 72, tongue_01 = 73, tongue_02 = 74, tongue_03 = 75, sneer_rt_04 = 76, sneer_lt_04 = 77, lips_down_rt_03 = 78, lips_down_rt_02 = 79, lips_down_rt_01 = 80, lips_down_lt_03 = 81, lips_down_lt_02 = 82, lips_down_lt_01 = 83, lips_down_mid = 84, nose = 85, sneer_lt_01 = 86, sneer_lt_02 = 87, sneer_lt_03 = 88, sneer_rt_01 = 89, sneer_rt_02 = 90, sneer_rt_03 = 91, lips_up_mid = 92, lips_up_rt_01 = 93, lips_up_rt_02 = 94, lips_up_lt_01 = 95, lips_up_lt_02 = 96, lips_up_lt_03 = 97, lips_up_rt_03 = 98, joint_claviclert_01 = 99, joint_shoulderrt_01 = 100, joint_shoulderrollrt_01 = 101, joint_elbowrt_01 = 102, joint_elbowrollrt_01 = 103, joint_handroll01rt_01 = 104, joint_handroll02rt_01 = 105, joint_handrt_01 = 106, joint_weaponrt_01 = 107, joint_thumbart_01 = 108, joint_thumbbrt_01 = 109, joint_thumbcrt_01 = 110, joint_indexart_01 = 111, joint_indexbrt_01 = 112, joint_indexcrt_01 = 113, joint_fingerart_01 = 114, joint_fingerbrt_01 = 115, joint_fingercrt_01 = 116, joint_ringart_01 = 117, joint_ringbrt_01 = 118, joint_ringcrt_01 = 119, joint_pinkyart_01 = 120, joint_pinkybrt_01 = 121, joint_pinkycrt_01 = 122, joint_hand_rt_01_ik = 123, joint_hand_lt_01_ik = 124, joint_cam_01 = 125, joint_cam_02 = 126, joint_cam_03 = 127, joint_camperattach_01 = 128, joint_slasherattach_01 = 129, joint_foot_lt_01_ik = 130, joint_foot_rt_01_ik = 131 }; }