slow print, only debug mode

This commit is contained in:
Campbell Barton 2009-12-08 16:39:00 +00:00
parent 45509f129d
commit 7235e681b9

@ -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 */