From f18dab65ad4af5e96ac439b68a773ddbb9c0074c Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 19 Mar 2012 21:09:16 +0000 Subject: Fix #30531: mirror modifier with vertex groups did not add both the left and right groups to merged vertices, only one. This made the result asymmetric, now merged vertices will be part of both groups with half weight. --- source/blender/blenkernel/BKE_deform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenkernel/BKE_deform.h') diff --git a/source/blender/blenkernel/BKE_deform.h b/source/blender/blenkernel/BKE_deform.h index 2e9c94a3bb1..96bad493a3e 100644 --- a/source/blender/blenkernel/BKE_deform.h +++ b/source/blender/blenkernel/BKE_deform.h @@ -64,6 +64,7 @@ void defvert_sync_mapped(struct MDeformVert *dvert_dst, const struct MDeformVert const int *flip_map, const int flip_map_len, const int use_verify); void defvert_remap (struct MDeformVert *dvert, int *map, const int map_len); void defvert_flip(struct MDeformVert *dvert, const int *flip_map, const int flip_map_len); +void defvert_flip_merged(struct MDeformVert *dvert, const int *flip_map, const int flip_map_len); void defvert_normalize(struct MDeformVert *dvert); void defvert_normalize_lock(struct MDeformVert *dvert, const int def_nr_lock); -- cgit v1.2.3