Blender Git Commit Log

Git Commits -> Revision ab9b89a

March 24, 2021, 21:09 (GMT)
Fixed two remaining performance bugs with dyntopo:

* Normals are now updated in threads.
* The sculpt neighbor code was using the slower BM_LOOPS_OF_VERT
instead of BM_EDGES_OF_VERT, fixed.

Commit Details:

Full Hash: ab9b89ac5d80c7c44e096d226a5e31578527ada3
Parent Commit: 924b13b
Lines Changed: +78, -18

4 Modified Paths:

/source/blender/blenkernel/intern/pbvh_bmesh.c (+47, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+29, -16) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021