Blender Git Loki
Git Commits -> Revision 96a9a31
Revision 96a9a31 by Bastien Montagne (soc-2021-curves) June 21, 2021, 14:31 (GMT) |
DataTransfer: Fix vertices being wrongly added to vgroup. Previously, a vertex from destination mesh would always be added to all transferred vgroup (with a 0.0 weight), even if none of its matching sources in source mesh belonged to the matching source vgroups. Now a destination vertex is only added to a given destination vgroup if at least one of its source vertices belong to the matching source vgroup. Issue found and initial investigation by @pls in D11524, thanks! |
Commit Details:
Full Hash: 96a9a31492fe2fa8cfb2d6720ae843b7c99a24d9
Parent Commit: d25bf67
Committed By: Dilith Jayakody
Lines Changed: +10, -1
1 Modified Path:
/source/blender/blenkernel/intern/deform.c (+10, -1) (Diff)