Blender Git Commit Log

Git Commits -> Revision 288b2d0

Revision 288b2d0 by Campbell Barton (master)
September 29, 2017, 07:56 (GMT)
Vertex Paint: Alpha Support

GSOC 2017 by Darshan Kadu, see: D2859.

This is a partial merge of some of the features from
the soc-2017-vertex_paint branch.

- Alpha painting & drawing.
- 10 new color blending modes.
- Support for vertex select in vertex paint mode.

Commit Details:

Full Hash: 288b2d0aa6bc8097f92e85f8d16fd2125d6eb2e9
Parent Commit: 97eefc1
Lines Changed: +650, -89

1 Added Path:

/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c (+111, -0) (View)

18 Modified Paths:

/release/scripts/startup/bl_ui/space_view3d.py (+3, -2) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/cdderivedmesh.c (+12, -2) (Diff)
/source/blender/blenkernel/intern/paint.c (+6, -2) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+17, -0) (Diff)
/source/blender/editors/include/ED_mesh.h (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_data.c (+14, -0) (Diff)
/source/blender/editors/sculpt_paint/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+444, -73) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+2, -2) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+16, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021