Blender Git Commit Log
Git Commits -> Revision c16049a
Revision c16049a by Nicholas Bishop (soc-2010-nicolasbishop) July 21, 2010, 00:47 (GMT) |
== VPaint == Work-in-progress, vpaint + multires. This commit just adds gpu drawing and vpaint editing of the multires colors through the PBVH. The colors aren't stored or subdivided yet though, so as soon as you switch levels or otherwise rebuild the PBVH the painted colors will disappear. |
Commit Details:
Full Hash: c16049ab5ce509897cddd0872effd883aaa2b9c8
SVN Revision: 30560
Parent Commit: 5c51671
Lines Changed: +276, -65
8 Modified Paths:
/source/blender/blenkernel/BKE_dmgrid.h (+11, -6) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+4, -1) (Diff)
/source/blender/blenkernel/intern/multires.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+91, -20) (Diff)
/source/blender/blenlib/intern/pbvh.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+116, -34) (Diff)
/source/blender/gpu/GPU_buffers.h (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+46, -1) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+4, -1) (Diff)
/source/blender/blenkernel/intern/multires.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+91, -20) (Diff)
/source/blender/blenlib/intern/pbvh.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+116, -34) (Diff)
/source/blender/gpu/GPU_buffers.h (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+46, -1) (Diff)