Files
test/source
YimingWu f436f67663 Fix #139773: Grease Pencil: Copy vgroup names when converting from mesh
Apparently the vertex group list were missing when converting meshes to
grease pencil while all the attributes seems to be transferring just
fine. This is because of a missing `BKE_defgroup_copy_list` call. Now
all vertex group names show up correctly in the list after conversion.

Pull Request: https://projects.blender.org/blender/blender/pulls/139786
2025-06-03 16:34:14 +02:00
..