Blender Git Loki
Git Commits -> Revision 7906ff6
Revision 7906ff6 by Nicholas Bishop (soc-2010-nicolasbishop) August 9, 2010, 01:20 (GMT) |
== Ptex == * Enabled drawing of ptex on a multires mesh * Enabled ptex painting on a multires mesh Note that the multires level doesn't effect the ptex resolution; multires has no effect on ptex other than making the display smoother. |
Commit Details:
Full Hash: 7906ff692404c140bf6063ef15bb17a3865ba273
SVN Revision: 31182
Parent Commit: 1f1d2e2
Lines Changed: +349, -79
6 Modified Paths:
/source/blender/blenkernel/intern/subsurf_ccg.c (+9, -2) (Diff)
/source/blender/blenlib/BLI_pbvh.h (+9, -2) (Diff)
/source/blender/blenlib/intern/pbvh.c (+44, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+161, -24) (Diff)
/source/blender/gpu/GPU_buffers.h (+2, -5) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+124, -36) (Diff)
/source/blender/blenlib/BLI_pbvh.h (+9, -2) (Diff)
/source/blender/blenlib/intern/pbvh.c (+44, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+161, -24) (Diff)
/source/blender/gpu/GPU_buffers.h (+2, -5) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+124, -36) (Diff)