Blender Git Commit Log

Git Commits -> Revision 8e41a21

Revision 8e41a21 by Brecht Van Lommel (master)
February 19, 2009, 23:53 (GMT)
2.5:
* Image painting back. 2d paint, 3d paint and projection, undo,
pressure, repeating paint operations, etc should all work.
Drawing cursor needs a bit of work, only gets shown when enabling
texture paint mode now.

* Move sculpt, image paint, and vertex/weight paint into a single
sculpt_paint module. Doesn't make much difference now, but nice
to have it together for better integration and consistency in
the future.

Commit Details:

Full Hash: 8e41a21607231b733ef0f5469be90ca4715e9afa
SVN Revision: 19047
Parent Commit: 2cb5af5
Lines Changed: +9951, -4741

10 Added Paths:

/source/blender/editors/sculpt_paint/Makefile (+57, -0)
/source/blender/editors/sculpt_paint/paint_image.c (+5078, -0) (View)
/source/blender/editors/sculpt_paint/paint_intern.h (+62, -0) (View)
/source/blender/editors/sculpt_paint/paint_ops.c (+30, -0) (View)
/source/blender/editors/sculpt_paint/paint_utils.c (+191, -0) (View)
/source/blender/editors/sculpt_paint/paint_vertex.c (+1908, -0) (View)
/source/blender/editors/sculpt_paint/SConscript (+11, -0) (View)
/source/blender/editors/sculpt_paint/sculpt.c (+2176, -0) (View)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+67, -0) (View)
/source/blender/editors/sculpt_paint/sculpt_stroke.c (+274, -0) (View)

6 Deleted Paths:

/source/blender/editors/sculpt/Makefile (+0, -57)
/source/blender/editors/sculpt/SConscript (+0, -11)
/source/blender/editors/sculpt/sculpt.c (+0, -2176)
/source/blender/editors/sculpt/sculpt_intern.h (+0, -67)
/source/blender/editors/sculpt/stroke.c (+0, -274)
/source/blender/editors/space_view3d/vpaint.c (+0, -1943)

26 Modified Paths:

/source/blender/editors/include/ED_screen.h (+1, -0) (Diff)
/source/blender/editors/include/ED_sculpt.h (+9, -1) (Diff)
/source/blender/editors/include/ED_view3d.h (+3, -1) (Diff)
/source/blender/editors/Makefile (+1, -1) (Diff)
/source/blender/editors/mesh/editface.c (+0, -161) (Diff)
/source/blender/editors/SConscript (+1, -1) (Diff)
/source/blender/editors/screen/screen_ops.c (+8, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+1, -0) (Diff)
/source/blender/editors/space_image/space_image.c (+8, -0) (Diff)
/source/blender/editors/space_view3d/drawmesh.c (+5, -4) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+5, -4) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+8, -0) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+8, -6) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+2, -8) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+12, -14) (Diff)
/source/blender/editors/util/ed_util.c (+2, -0) (Diff)
/source/blender/editors/util/undo.c (+1, -1) (Diff)
/source/blender/editors/uvedit/Makefile (+1, -0) (Diff)
/source/blender/editors/uvedit/SConscript (+1, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/makesrna.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+7, -5) (Diff)
/source/blender/windowmanager/wm_event_types.h (+5, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021