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:
authorThomas Dinges <blender@dingto.org>2013-10-14 02:33:30 +0400
committerThomas Dinges <blender@dingto.org>2013-10-14 02:33:30 +0400
commit014318370da2a038bb791aa0ea1c84f0a1e061d8 (patch)
treea6f6fc64a5657b9104dfb10e1d8e115595d4f3ab /source/blender/render
parent56e326caf1eb912246957b5a4e4b0d3e177b4225 (diff)
* Silence Blender Internal / Volumetric printf.
Diffstat (limited to 'source/blender/render')
-rw-r--r--source/blender/render/intern/source/volume_precache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/intern/source/volume_precache.c b/source/blender/render/intern/source/volume_precache.c
index 6912f998e7a..539422a96fb 100644
--- a/source/blender/render/intern/source/volume_precache.c
+++ b/source/blender/render/intern/source/volume_precache.c
@@ -513,7 +513,7 @@ static void vol_precache_part(TaskPool *pool, void *taskdata, int threadid)
if (re->test_break && re->test_break(re->tbh))
return;
- printf("thread id %d\n", threadid);
+ //printf("thread id %d\n", threadid);
res[0]= pa->res[0];
res[1]= pa->res[1];