Blender Git Loki
Git Commits -> Revision 02ca0fd
January 20, 2010, 08:30 (GMT) |
Moved the image paint tool and the vertex/weight paint tool (blend mode?) to the Brush data. This now works the same way as sculpt, with named preset brushes that retain settings. |
Commit Details:
Full Hash: 02ca0fda8ea86c5b5b05b8d1ef6cc81e8f280523
SVN Revision: 26132
Parent Commit: e8b123a
Lines Changed: +9575, -8022
9 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+17, -17) (Diff)
/source/blender/editors/datafiles/B.blend.c (+9472, -7923) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+2, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+37, -36) (Diff)
/source/blender/editors/space_image/image_draw.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+4, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+38, -11) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+2, -26) (Diff)
/source/blender/editors/datafiles/B.blend.c (+9472, -7923) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+2, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+37, -36) (Diff)
/source/blender/editors/space_image/image_draw.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+4, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+38, -11) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+2, -26) (Diff)