Fix vmd importer when a vmd needs ik toggle #187
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v2.2.3 の mmd_tools/core/vmd/importer.py の438行目の削除によって、vmdをインポート時にIKをオフにするタイプのvmdでもIKがオフにならない問題が発生しています。
ad38eec#diff-c51bd41b801e84de74a398107f070f78aebf7792e5392e8340b121157930eedfL438
bone.mmd_ik_toggle = enable を復活させることにより問題を修正できることがわかったため、プルリクエストを作成しました。
ただし、その他の影響範囲などについては調査できていないため、(1行だけの変更ではありますが)新たなバグの原因となってしまわないか少し心配しています。
以下、補足情報です。
現象の再現に使用したblenderバージョン:3.6.19
現象の再現に使用したvmdモーション:Marine Bloomin’(規約的に問題なさそうなので添付します:Marine_Bloomin'_dance_ApMiku.zip)
修正前のスクリーンショット:
修正後のスクリーンショット:
discordに同内容を報告済です。( https://discord.com/channels/854835858837340211/902023888937058374/1325647169939705887 )。
よろしくお願いいたします。
追伸:いつも使用させていただいています。長期にわたる継続的なメンテナンス、ありがとうございます。