Blender Git Loki
Git Commits -> Revision 6a3abe3
Revision 6a3abe3 by Joseph Eagar October 2, 2020, 04:34 (GMT) |
More trimesh stuff. Yeesh, the pbvh leaf limit in both trimesh and the original bmesh code seems to be a bit low. eek |
Commit Details:
Full Hash: 6a3abe3d81677df9345e7e7eb6dec5f9b3f2091c
Parent Commit: 27e47dd
Lines Changed: +349, -144
14 Modified Paths:
/source/blender/blenkernel/intern/pbvh_trimesh.c (+59, -71) (Diff)
/source/blender/blenlib/BLI_ghash.h (+56, -1) (Diff)
/source/blender/blenlib/intern/BLI_ghash.c (+3, -35) (Diff)
/source/blender/blenlib/intern/BLI_threadsafe_mempool.c (+6, -1) (Diff)
/source/blender/bmesh/operators/bmo_fill_grid.c (+1, -0) (Diff)
/source/blender/bmesh/operators/bmo_hull.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+5, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+134, -2) (Diff)
/source/blender/trimesh/intern/trimesh.c (+33, -19) (Diff)
/source/blender/trimesh/intern/trimesh_conv.c (+2, -2) (Diff)
/source/blender/trimesh/intern/trimesh_log.c (+12, -2) (Diff)
/source/blender/trimesh/intern/trimesh_private.h (+2, -1) (Diff)
/source/blender/trimesh/intern/trimesh_thread.c (+8, -6) (Diff)
/source/blender/trimesh/trimesh.h (+27, -2) (Diff)
/source/blender/blenlib/BLI_ghash.h (+56, -1) (Diff)
/source/blender/blenlib/intern/BLI_ghash.c (+3, -35) (Diff)
/source/blender/blenlib/intern/BLI_threadsafe_mempool.c (+6, -1) (Diff)
/source/blender/bmesh/operators/bmo_fill_grid.c (+1, -0) (Diff)
/source/blender/bmesh/operators/bmo_hull.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+5, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+134, -2) (Diff)
/source/blender/trimesh/intern/trimesh.c (+33, -19) (Diff)
/source/blender/trimesh/intern/trimesh_conv.c (+2, -2) (Diff)
/source/blender/trimesh/intern/trimesh_log.c (+12, -2) (Diff)
/source/blender/trimesh/intern/trimesh_private.h (+2, -1) (Diff)
/source/blender/trimesh/intern/trimesh_thread.c (+8, -6) (Diff)
/source/blender/trimesh/trimesh.h (+27, -2) (Diff)