Blender Git Loki
Git Commits -> Revision 5352328
Revision 5352328 by Nicholas Bishop (soc-2010-nicolasbishop) July 9, 2010, 21:27 (GMT) |
Begin updating vpaint to use the PBVH * Added a new flag (plus RNA/UI) to switch between old vpaint and new vpaint * For new vpaint, draw using the PBVH. Lighting is enabled for new vpaint. * Note that the full model is still being redrawn, partial redraw isn't enabled yet. * For new vpaint, use the PBVH to determine which faces to paint on. Only mix brush works right now. |
Commit Details:
Full Hash: 5352328af086ef91639094b1475fdc19cfc0cf3b
SVN Revision: 30162
Parent Commit: 7167f3b
Lines Changed: +217, -54
8 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/cdderivedmesh.c (+38, -15) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+162, -33) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+5, -4) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+5, -0) (Diff)
/source/blender/blenkernel/intern/cdderivedmesh.c (+38, -15) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+162, -33) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+5, -4) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+5, -0) (Diff)