blender-to-gmstudio / blender-to-smf

Import-Export of Blender model from/to SMF model format
MIT License
11 stars 2 forks source link

Use ArmatureModifier.use_vertex_groups #23

Closed bartteunis closed 2 years ago

bartteunis commented 2 years ago

Blender 'MESH' objects' vertex weights are only mapped to an 'ARMATURE' object's when the armature modifier's Bind to Vertex Groups option is enabled, i.e. ArmatureModifier.use_vertex_groups == True

The above is the default option, though to be fully in line with how Blender handles armature modifiers a check on this should be added to the SMF exporter.

bartteunis commented 2 years ago

Look into #28 instead

bartteunis commented 2 years ago

Tested that this won't work. Closing this issue. See #28 as an alternative