Blender Git Commit Log
Git Commits -> Revision 264e132
Revision 264e132 by Campbell Barton (master) January 13, 2012, 05:52 (GMT) |
fix [#29832] Weightpainting with "x-mirror" and "auto normalize" fails for center bones normalize function simply wasn't called on the mirror vertex. also fix 3 other bugs / inconsistencies * when mirror is enabled, center verts get themselves as the mirror vertex, wpaint code didn't check for this case, mirroring the vertex to it self (would work, but unneeded). * normalizing after painting would scale the active weight too, now keep the painted weight and adjust others when normalizing. * VP_ONLYVGROUP wasn't respected for mirror (mirror vertex group would always be added). |
Commit Details:
Full Hash: 264e132cfa8c81610b11b3c031c6ddecd6016f36
SVN Revision: 43342
Parent Commit: 6fee796
Lines Changed: +155, -23
1 Modified Path:
/source/blender/editors/sculpt_paint/paint_vertex.c (+155, -23) (Diff)