mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-06 04:28:59 +08:00
* feat: support merging humanoid bones with PBs in limited cases This change adds support for merging humanoid bones that are a target of PhysBones, provided that all humanoid children are excluded from that PhysBone (either with a direct ignores field, or using PB Blocker). Note: Because this is a significant expansion of support, this will need to wait for a minor release to maintain semver semantics. Closes: #1406