Blender Git Commit Log
Git Commits -> Revision 9d2d3a8
Revision 9d2d3a8 by Nicholas Bishop (master) August 17, 2009, 02:49 (GMT) |
2.5 Paint: * Converted vertex paint and weight paint to use the new Paint type |
Commit Details:
Full Hash: 9d2d3a8be7c3c0b101e7f0f33bb1a04c69deaf67
SVN Revision: 22549
Parent Commit: 1e0fd0d
Lines Changed: +144, -86
17 Modified Paths:
/release/ui/space_view3d_toolbar.py (+7, -5) (Diff)
/source/blender/blenkernel/BKE_brush.h (+2, -2) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/paint.c (+20, -7) (Diff)
/source/blender/blenkernel/intern/scene.c (+8, -4) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -9) (Diff)
/source/blender/blenloader/intern/writefile.c (+6, -2) (Diff)
/source/blender/editors/object/object_vgroup.c (+3, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+44, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+37, -23) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -6) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -3) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+1, -5) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -1) (Diff)
/source/blender/blenkernel/BKE_brush.h (+2, -2) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/paint.c (+20, -7) (Diff)
/source/blender/blenkernel/intern/scene.c (+8, -4) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -9) (Diff)
/source/blender/blenloader/intern/writefile.c (+6, -2) (Diff)
/source/blender/editors/object/object_vgroup.c (+3, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+44, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+37, -23) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -6) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -3) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+1, -5) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -1) (Diff)