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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-12-08 19:39:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-08 19:39:00 +0300
commit7235e681b96097fc859335d750365d1013dcc0f3 (patch)
tree7fa73fb2e97d6ca70eff6c47e523bda36b9da55d /source
parent45509f129d8c32d0432ad905aeb1ea7490784c5a (diff)
slow print, only debug mode
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/animation/keyframes_draw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/animation/keyframes_draw.c b/source/blender/editors/animation/keyframes_draw.c
index 15ca0fab35f..4fd9295792b 100644
--- a/source/blender/editors/animation/keyframes_draw.c
+++ b/source/blender/editors/animation/keyframes_draw.c
@@ -231,7 +231,8 @@ static void nupdate_abk_bezt (void *node, void *data)
// TODO: need to allocate new array to cater...
// FIXME: urgent... is a problem when working with duplicate keyframes
//bezts_extra= MEM_callocN(...);
- printf("FIXME: nupdate_abk_bezt() missing case for too many overlapping BezTriples \n");
+ if(G.f & G_DEBUG)
+ printf("FIXME: nupdate_abk_bezt() missing case for too many overlapping BezTriples \n");
}
else {
/* just store an extra one */