Aether-Tools / CustomizePlus

Dalamud plugin designed to give you better control over your Final Fantasy XIV character appearance.
Apache License 2.0
21 stars 10 forks source link

Add names for face bones introduced in Dawntrail #23

Closed kaze-xiv closed 3 months ago

kaze-xiv commented 3 months ago

This patch moves some bones from the Unknown Category to their own categories. This patch contains the following bones:

Added bones | bone codename | annotated name | | --- | --- | `j_f_face` | Face (DT) `j_f_hana` | Nose `j_f_hana_l` | Nose Left `j_f_hana_r` | Nose Right `j_f_uhana` | Bridge `j_f_hoho_l` | Cheek Left `j_f_hoho_r` | Cheek Right `j_f_dhoho_l` | Outer Cheek Left `j_f_dhoho_r` | Outer Cheek Right `j_f_shoho_l` | Middle Cheek Left `j_f_shoho_r` | Middle Cheek Right `j_f_dmemoto_l` | Inner Cheek Left `j_f_dmemoto_r` | Inner Cheek Right `j_f_dmiken_l` | Glabella Left `j_f_dmiken_r` | Glabella Right `j_f_ago` | Jaw `j_f_dago` | Lower Jaw `j_f_hagukiup` | Upper Teeth `j_f_hagukidn` | Lower Teeth `j_f_bero_01` | Tongue A `j_f_bero_02` | Tongue B `j_f_bero_03` | Tongue C `j_f_dmlip_01_l` | Lip Lower Left A `j_f_dmlip_02_l` | Lip Lower Left B `j_f_umlip_01_l` | Lip Upper Left A `j_f_umlip_02_l` | Lip Upper Left B `j_f_dmlip_01_r` | Lip Lower Right A `j_f_dmlip_02_r` | Lip Lower Right B `j_f_umlip_01_r` | Lip Upper Right A `j_f_umlip_02_r` | Lip Upper Right B `j_f_dlip_01_l` | Lip Lower Left Center A `j_f_dlip_02_l` | Lip Lower Left Center B `j_f_ulip_01_l` | Lip Upper Left Center A `j_f_ulip_02_l` | Lip Upper Left Center B `j_f_dlip_01_r` | Lip Lower Right Center A `j_f_dlip_02_r` | Lip Lower Right Center B `j_f_ulip_01_r` | Lip Upper Right Center A `j_f_ulip_02_r` | Lip Upper Right Center B `j_f_uslip_l` | Lip Upper Left Corner A `j_f_dslip_l` | Lip Lower Left Corner A `j_f_uslip_r` | Lip Upper Right Corner A `j_f_dslip_r` | Lip Lower Right Corner A `j_f_mab_l` | Eye Socket Left `j_f_eyepuru_l` | Iris Left `j_f_mabdn_01_l` | Lower Eyelid Left `j_f_mabup_01_l` | Upper Eyelid Left `j_f_mabdn_02out_l` | Lower Eyelid Outer Left `j_f_mabdn_03in_l` | Lower Eyelid Inner Left `j_f_mabup_02out_l` | Upper Eyelid Outer Left `j_f_mabup_03in_l` | Upper Eyelid Inner Left `j_f_mab_r` | Eye Socket Right `j_f_eyepuru_r` | Iris Right `j_f_mabdn_01_r` | Lower Eyelid Right `j_f_mabup_01_r` | Upper Eyelid Right `j_f_mabdn_02out_r` | Lower Eyelid Outer Right `j_f_mabdn_03in_r` | Lower Eyelid Inner Right `j_f_mabup_02out_r` | Upper Eyelid Outer Right `j_f_mabup_03in_r` | Upper Eyelid Inner Right `j_f_mmayu_l` | Eyebrow B Left `j_f_miken_01_l` | Brow Ridge A Left `j_f_miken_02_l` | Brow Ridge B Left `j_f_mmayu_r` | Eyebrow B Right `j_f_miken_01_r` | Brow Ridge A Right `j_f_miken_02_r` | Brow Ridge B Right

image

Only tested with the base Midlander armature.

These bones remain in the unknown category, but I can't tell what they do.

image

Fixes #14.

RisaDev commented 3 months ago

This PR crashes Customize+ image

kaze-xiv commented 3 months ago

Sorry, my partial stage was bad. Please retry with 2c833f2.