Cleanup: Sculpt: Simplify enabling BVH build debug time prints

This commit is contained in:
Hans Goudey
2025-03-04 12:03:10 -05:00
parent ba4cf3f738
commit a2386789da

View File

@@ -37,10 +37,14 @@
#include "pbvh_intern.hh"
namespace blender::bke::pbvh {
// #define DEBUG_BUILD_TIME
#ifdef DEBUG_BUILD_TIME
# include "BLI_timeit.hh"
#endif
namespace blender::bke::pbvh {
#define STACK_FIXED_DEPTH 100
/** Create invalid bounds for use with #math::min_max. */