Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: MA MeshSettings forget to keep the inverse root bone. #1356

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ReinaS-64892
Copy link
Contributor

ctx related #1355

#1355 にて MA Merge Armature が RootBone を保持するようになって、反転した RootBone が保持されたとしても MA Mesh Settings がそれを破壊してしまうので MeshSettings にそれを維持させるようにする PR です!

具体的には 設定しようとしている RootBone と もともと割り当たってる RootBone を比較して、反転の値が一致していない場合に 設定しようとしている RootBone をクローンして反転して子としてわりてたものを生成しそれを、レンダラーに割り当てるようにしています。(バウンスも同時に反転するようにも補正しています。)

@ReinaS-64892 ReinaS-64892 changed the title fix: Forget to keep the inverse root bone. fix: MA MeshSettings forget to keep the inverse root bone. Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant