Blender Git Loki
Git Commits -> Revision cccf56b
Revision cccf56b by Nicholas Bishop (soc-2010-nicolasbishop) July 2, 2010, 00:38 (GMT) |
Some cleanups and optimizations for masks: * Mesh/grid VBO buffers can now be updated separately for coord/normal data and mask data * Added a typedef for GPU_Buffers so we don't have the void* cast * Changed the PBVH update to allow separate updating of mask data * Fixed a memory leak for the mask_set operator |
Commit Details:
Full Hash: cccf56b0cf7e7fcb608304c74e66ca8cdeecdebb
SVN Revision: 29860
Parent Commit: b1414eb
Lines Changed: +95, -61
6 Modified Paths:
/source/blender/blenlib/BLI_pbvh.h (+9, -3) (Diff)
/source/blender/blenlib/intern/pbvh.c (+41, -21) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+5, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -1) (Diff)
/source/blender/gpu/GPU_buffers.h (+16, -7) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+23, -26) (Diff)
/source/blender/blenlib/intern/pbvh.c (+41, -21) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+5, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -1) (Diff)
/source/blender/gpu/GPU_buffers.h (+16, -7) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+23, -26) (Diff)