Blender Git Loki
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