Fixed a bug where weighting information would be lost when exporting non-raw mesh data
This commit is contained in:
@@ -162,7 +162,7 @@ class PskBuilder(object):
|
||||
mesh_object.matrix_world = input_mesh_object.matrix_world
|
||||
|
||||
# Copy the vertex groups
|
||||
for vertex_group in mesh_object.vertex_groups:
|
||||
for vertex_group in input_mesh_object.vertex_groups:
|
||||
mesh_object.vertex_groups.new(name=vertex_group.name)
|
||||
|
||||
# Reactivate previously active armature modifiers
|
||||
|
||||
Reference in New Issue
Block a user