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.95k stars 92 forks source link

bones in envelope view are too big #93

Closed macfifa closed 2 months ago

macfifa commented 1 year ago

i m trying to write a script that take the size of the bone and use it after i test it on mmd model imported by your addon the bone size are very big. you can see it in envelope view and edit it also in envelope mode(strange) so i fix the size by alt S but can you see why it is imported that big? 1 2

nagadomi commented 1 year ago

Envelope is a mesh deformation method, not just a bone display mode. mmd_tools does not use Envelope, instead it uses Vertex Weight. So mmd_tools does not change its unused values, I guess. It means that you should not use the Envelope display mode.