Blender Git Loki
Git Commits -> Revision 556590f
Revision 556590f by Antonis Ryakiotakis (master) April 16, 2014, 02:31 (GMT) |
Dyntopo: Store PBVH node ID in CustomData. This avoids a number of hash deletions and checks/insertions on big hashes. |
Commit Details:
Full Hash: 556590fa3a9757f5ee21d923ce38471c343495b7
Parent Commit: b179647
Lines Changed: +143, -98
9 Modified Paths:
/source/blender/blenkernel/intern/customdata.c (+14, -0) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+0, -5) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+87, -87) (Diff)
/source/blender/blenkernel/intern/pbvh_intern.h (+0, -2) (Diff)
/source/blender/bmesh/bmesh_class.h (+6, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+22, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+3, -2) (Diff)
/source/blender/makesdna/DNA_customdata_types.h (+9, -2) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+0, -5) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+87, -87) (Diff)
/source/blender/blenkernel/intern/pbvh_intern.h (+0, -2) (Diff)
/source/blender/bmesh/bmesh_class.h (+6, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+22, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+3, -2) (Diff)
/source/blender/makesdna/DNA_customdata_types.h (+9, -2) (Diff)