bdunderscore / modular-avatar

Other
496 stars 66 forks source link

fix: scale adjuster preview destroys proxy renderers inappropriately #1213

Closed bdunderscore closed 1 week ago

bdunderscore commented 1 week ago

The scale adjuster preview system reparented proxy renderers under proxy bones, in order to handle null root bones and MeshRenderers. However, it then destroyed the entire proxy bone hierarchy, taking all proxy renderers with it. This change instead tracks proxies, and reparents them back to the root to avoid this issue.

Closes: #1177