Cleanup: Sculpt: Simplify enabling BVH build debug time prints
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user