Blender Git Commit Log
Git Commits -> Revision 33509e8
Revision 33509e8 by Nicholas Bishop (master) March 11, 2009, 00:43 (GMT) |
Changed vertexpaint and weightpaint to use the standard Brush struct, so they too work with the brush panel. Note: these modes are only using color/alpha/size from Brush, so there's more integration work todo yet. |
Commit Details:
Full Hash: 33509e851077fa108bfb1e8934098d67e6b1b16f
SVN Revision: 19252
Parent Commit: 4731147
Lines Changed: +67, -94
9 Modified Paths:
/source/blender/blenkernel/BKE_brush.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+13, -0) (Diff)
/source/blender/editors/mesh/editdeform.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+6, -15) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+27, -33) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+3, -5) (Diff)
/source/blender/editors/space_view3d/view3d_buttons.c (+11, -21) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -4) (Diff)
/source/blender/makesrna/intern/rna_vpaint.c (+0, -14) (Diff)
/source/blender/blenkernel/intern/brush.c (+13, -0) (Diff)
/source/blender/editors/mesh/editdeform.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+6, -15) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+27, -33) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+3, -5) (Diff)
/source/blender/editors/space_view3d/view3d_buttons.c (+11, -21) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -4) (Diff)
/source/blender/makesrna/intern/rna_vpaint.c (+0, -14) (Diff)