Files
test2/source/blender/blenkernel
Pratik Borhade 97a1b9b473 Fix #134003: Grease Pencil: Deleting vgroup shifts other vgroup content
`def_nr` is decremented twice, this results in shuffling of vgroupdata.
`remove_from_vertex_group` should only deal with weights and not tweak
`def_nr` as defgroup name index is updated in `remove_defgroup_index`
after deletion of selected vgroup. So just remove the code from
`remove_from_vertex_group`.

Pull Request: https://projects.blender.org/blender/blender/pulls/134015
2025-02-04 12:40:44 +01:00
..
2025-01-29 12:31:19 +11:00