[Bf-blender-cvs] [5a64ca2755f] temp-sculpt-normals-masking: temp-sculpt-normals-masking: Undo pbvh leaf limit change

Joseph Eagar noreply at git.blender.org
Thu Jul 28 19:13:55 CEST 2022


Commit: 5a64ca2755fdee8ca7481ce913e349a9e152a37b
Author: Joseph Eagar
Date:   Mon Jul 25 13:52:02 2022 -0700
Branches: temp-sculpt-normals-masking
https://developer.blender.org/rB5a64ca2755fdee8ca7481ce913e349a9e152a37b

temp-sculpt-normals-masking: Undo pbvh leaf limit change

===================================================================

M	source/blender/blenkernel/intern/pbvh.c

===================================================================

diff --git a/source/blender/blenkernel/intern/pbvh.c b/source/blender/blenkernel/intern/pbvh.c
index 13a67080a17..00a4eee47e3 100644
--- a/source/blender/blenkernel/intern/pbvh.c
+++ b/source/blender/blenkernel/intern/pbvh.c
@@ -37,7 +37,7 @@
 
 #include <limits.h>
 
-#define LEAF_LIMIT 400
+#define LEAF_LIMIT 10000
 
 //#define PERFCNTRS



More information about the Bf-blender-cvs mailing list