Blender Git Commit Log
Git Commits -> Revision 5304c6e
Revision 5304c6e by Bastien Montagne (master) June 10, 2021, 09:33 (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: 5304c6ed7d6288ac40bbc79391668c397e30afb8
Parent Commit: b669fd3
Lines Changed: +10, -1
1 Modified Path:
/source/blender/blenkernel/intern/deform.c (+10, -1) (Diff)