[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25215] trunk/blender/source/blender/ editors/animation/keyframes_draw.c: slow print, only debug mode

Campbell Barton ideasman42 at gmail.com
Tue Dec 8 17:39:02 CET 2009


Revision: 25215
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25215
Author:   campbellbarton
Date:     2009-12-08 17:39:00 +0100 (Tue, 08 Dec 2009)

Log Message:
-----------
slow print, only debug mode

Modified Paths:
--------------
    trunk/blender/source/blender/editors/animation/keyframes_draw.c

Modified: trunk/blender/source/blender/editors/animation/keyframes_draw.c
===================================================================
--- trunk/blender/source/blender/editors/animation/keyframes_draw.c	2009-12-08 15:20:57 UTC (rev 25214)
+++ trunk/blender/source/blender/editors/animation/keyframes_draw.c	2009-12-08 16:39:00 UTC (rev 25215)
@@ -231,7 +231,8 @@
 		// 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 */





More information about the Bf-blender-cvs mailing list