Blender Git Commit Log
Git Commits -> Revision 7dfc131
Revision 7dfc131 by Nicholas Bishop (master) August 20, 2009, 05:13 (GMT) |
2.5/Paint: * Converted vertex paint to use the new stroke system. Now supports the same smooth stroke and stroke spacing as sculpt mode. * Refactored the paint cursor a bit, just sculpt for now but other modes soon. * A couple warning fixes |
Commit Details:
Full Hash: 7dfc1317acc63aea67d4ebd5db8d64c5bef4b8c8
SVN Revision: 22646
Parent Commit: 2878eed
Lines Changed: +207, -143
15 Modified Paths:
/release/ui/space_view3d_toolbar.py (+1, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/paint.c (+11, -2) (Diff)
/source/blender/editors/object/object_edit.c (+26, -14) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+0, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+76, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+63, -64) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+12, -48) (Diff)
/source/blender/gpu/GPU_draw.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -1) (Diff)
/source/blender/windowmanager/WM_types.h (+5, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/paint.c (+11, -2) (Diff)
/source/blender/editors/object/object_edit.c (+26, -14) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+0, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+76, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+63, -64) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+12, -48) (Diff)
/source/blender/gpu/GPU_draw.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -1) (Diff)
/source/blender/windowmanager/WM_types.h (+5, -0) (Diff)