Blender Git Commit Log

Git Commits -> Revision 7167f3b

July 7, 2010, 22:55 (GMT)
Some more changes for improving non-sculpt paint modes:

�?� Add face customdata to the pbvh
�?� Return more data from BLI_pbvh_node_get_faces
�?� Add some drawing flags for the pbvh/VBO drawing code
�?� Some initial support for drawing mesh colors (not used yet)
�?� Abstracted sculpt's get_location a bit so it can be used for other types of paint strokes
�?� Moved and renamed unproject_brush_radius so other paint modes can use it
�?� There should be no visible changes from this commit

Commit Details:

Full Hash: 7167f3b75ac28b6371757fddf8696e7535b177cf
SVN Revision: 30096
Parent Commit: 8514290
Lines Changed: +284, -159

13 Modified Paths:

/source/blender/blenkernel/intern/cdderivedmesh.c (+6, -4) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+7, -4) (Diff)
/source/blender/blenlib/BLI_pbvh.h (+14, -4) (Diff)
/source/blender/blenlib/intern/pbvh.c (+51, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+20, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+3, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+41, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+16, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+27, -105) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+22, -19) (Diff)
/source/blender/gpu/GPU_buffers.h (+13, -4) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+63, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021