Blender Git Commit Log

Git Commits -> Revision 661dcd8

October 25, 2020, 02:41 (GMT)
Merge performance improvements from trimesh branch into this one.

Commit Details:

Full Hash: 661dcd813cccff1e8f3a75a459af3e09e9a7faf6
Parent Commit: 5541de9
Lines Changed: +1528, -472

25 Modified Paths:

/.clang-format (+1, -0) (Diff)
/source/blender/blenkernel/BKE_collection.h (+4, -2) (Diff)
/source/blender/blenkernel/BKE_lib_id.h (+2, -1) (Diff)
/source/blender/blenkernel/BKE_object.h (+4, -2) (Diff)
/source/blender/blenkernel/BKE_paint.h (+12, -9) (Diff)
/source/blender/blenkernel/BKE_pbvh.h (+46, -18) (Diff)
/source/blender/blenkernel/intern/anim_data.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/mesh_validate.cc (+159, -77) (Diff)
/source/blender/blenkernel/intern/paint.c (+3, -1) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+32, -22) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+754, -153) (Diff)
/source/blender/blenkernel/intern/pbvh_intern.h (+11, -5) (Diff)
/source/blender/blenlib/BLI_ghash.h (+43, -0) (Diff)
/source/blender/blenlib/intern/BLI_ghash_utils.c (+112, -0) (Diff)
/source/blender/blenlib/intern/task_pool.cc (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+148, -80) (Diff)
/source/blender/editors/sculpt_paint/sculpt_automasking.c (+3, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_boundary.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_detail.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+58, -12) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+37, -37) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+6, -6) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+5, -5) (Diff)
/source/blender/gpu/GPU_buffers.h (+6, -4) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+77, -33) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021