UuuNyaa / blender_mmd_tools

MMD Tools is a blender addon for importing/exporting Models and Motions of MikuMikuDance.
GNU General Public License v3.0
1.91k stars 91 forks source link

Blender v4 #136

Closed kafuji closed 3 months ago

kafuji commented 3 months ago

To adapt Blender 4.1's Mesh.use_auto_smooth and corresponding feature removals and changes, and Pose.bone_groups -> Armature.collections changes, a little fixtures added to the code. It now properly exports PMX model. (I only fixed codes for PMX, therefore PMD codes still remain as is)

Additionally, fixed PMX Importer to properly works on Blendere 4.1. (Just skip use_auto_smooth=True)

kafuji commented 3 months ago

Thank you for the review. Unfortunately I need backward compatibility for this. So I will simply close this request.

UuuNyaa commented 3 months ago

@kafuji Thank you for your reply 😀 I will refer to the code for the upcoming 4.2 LTS.