Blender Git Commit Log
Git Commits -> Revision 01105dd
Revision 01105dd by Nicholas Bishop (soc-2010-nicolasbishop) July 27, 2010, 19:56 (GMT) |
== VPaint == Masking for vpaint * Enabled combined display of masks and vertex colors * Added mask painting to vpaint * VPaint factors masks into strength * Added functions in BKE paint to find the combined mask value for an element TODO: * Because vpaint doesn't have proper undo yet, and mask painting is shared between sculpt and vpaint, undoing the effects of the mask brush is disabled for now. |
Commit Details:
Full Hash: 01105dd937134950d3e2df5021505bd172b43785
SVN Revision: 30815
Parent Commit: 99a161f
Lines Changed: +418, -358
12 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+3, -2) (Diff)
/source/blender/blenkernel/BKE_paint.h (+9, -1) (Diff)
/source/blender/blenkernel/intern/paint.c (+46, -0) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+1, -1) (Diff)
/source/blender/blenlib/BLI_pbvh.h (+8, -17) (Diff)
/source/blender/blenlib/intern/pbvh.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+20, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+68, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+86, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+40, -19) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+78, -199) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+58, -109) (Diff)
/source/blender/blenkernel/BKE_paint.h (+9, -1) (Diff)
/source/blender/blenkernel/intern/paint.c (+46, -0) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+1, -1) (Diff)
/source/blender/blenlib/BLI_pbvh.h (+8, -17) (Diff)
/source/blender/blenlib/intern/pbvh.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+20, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+68, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+86, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+40, -19) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+78, -199) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+58, -109) (Diff)