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 vmd importer when a vmd needs ik toggle #187

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

Conversation

keroberotte
Copy link

@keroberotte keroberotte commented Jan 6, 2025

v2.2.3 の mmd_tools/core/vmd/importer.py の438行目の削除によって、vmdをインポート時にIKをオフにするタイプのvmdでもIKがオフにならない問題が発生しています。

ad38eec#diff-c51bd41b801e84de74a398107f070f78aebf7792e5392e8340b121157930eedfL438

image

bone.mmd_ik_toggle = enable を復活させることにより問題を修正できることがわかったため、プルリクエストを作成しました。
ただし、その他の影響範囲などについては調査できていないため、(1行だけの変更ではありますが)新たなバグの原因となってしまわないか少し心配しています。

以下、補足情報です。

現象の再現に使用したblenderバージョン:3.6.19
現象の再現に使用したvmdモーション:Marine Bloomin’(規約的に問題なさそうなので添付します:Marine_Bloomin'_dance_ApMiku.zip

修正前のスクリーンショット:
before-fix

修正後のスクリーンショット:
after-fix

discordに同内容を報告済です。( https://discord.com/channels/854835858837340211/902023888937058374/1325647169939705887 )。
よろしくお願いいたします。

追伸:いつも使用させていただいています。長期にわたる継続的なメンテナンス、ありがとうございます。

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