Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-03-01 14:47:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-01 14:47:46 +0400
commit6b693ab7bf0ed7fdc30cdf7cecf85471aa208e59 (patch)
treedba745847d17defaba8213f9020bc04a4c6d9630 /source/blender/render
parent176f1aad3dc44d3c7ad0a188fea04beef8980180 (diff)
NDOF: add navigation modes to user preferences
also comment debug prints for raytracing
Diffstat (limited to 'source/blender/render')
-rw-r--r--source/blender/render/intern/raytrace/svbvh.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/render/intern/raytrace/svbvh.h b/source/blender/render/intern/raytrace/svbvh.h
index a3ef166e6b2..292b93c445f 100644
--- a/source/blender/render/intern/raytrace/svbvh.h
+++ b/source/blender/render/intern/raytrace/svbvh.h
@@ -36,7 +36,6 @@
#include "bvh.h"
#include "BLI_memarena.h"
-#include <stdio.h>
#include <algorithm>
struct SVBVHNode {
@@ -214,7 +213,7 @@ struct Reorganize_SVBVH {
~Reorganize_SVBVH()
{
-#ifdef DEBUG
+#if 0
{
printf("%f childs per node\n", childs_per_node / nodes);
printf("%d childs BB are useless\n", useless_bb);