Blender Git Commit Log
Git Commits -> Revision ca51930
Revision ca51930 by Campbell Barton (master) June 26, 2013, 18:40 (GMT) |
fix [#33068] Can't paint weights of some vertices in some situations. old limitation where you could only paint onto one side of a mirrored mesh (weight paint, vertex paint). |
Commit Details:
Full Hash: ca51930a90056aa3a65dcfc086ddd9ad19dcdf0f
SVN Revision: 57781
Parent Commit: 9c85cdc
Lines Changed: +286, -22
1 Added Path:
/source/blender/editors/sculpt_paint/paint_vertex_proj.c (+244, -0) (View)
5 Modified Paths:
/source/blender/blenkernel/BKE_DerivedMesh.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+15, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+19, -22) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+15, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+19, -22) (Diff)