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

Apply rotation and position changes to local space #36

Closed d87 closed 1 month ago

d87 commented 1 month ago

Say I want to permanently rotate first two tail joints by 15deg each and extend them by some amount. I'd like to be able to input this for it A Joint: Translate X: 0.1 Rotate Y: 15deg B Joint: Translate X: 0.1 Rotate Y: 15deg Like you rotate and extend bones in gpose

Right now position as I understand is applied as an offset to original bone position and rotation just god knows when, but it doesn't impact child bones. And in short, rotation and position settings are almost unusable

StoiaCode commented 1 month ago

You mean parenting. You are welcome to PR it if you figure out how!

5