From c175ed8b9bb5075df557791edca5b04e30e2206b Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 10 Mar 2012 16:55:09 +0000 Subject: Forgot to remove code used for debuggning in previous commit. --- source/blender/blenkernel/intern/tracking.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source') diff --git a/source/blender/blenkernel/intern/tracking.c b/source/blender/blenkernel/intern/tracking.c index 66d85db6dd3..8166e5ebaa3 100644 --- a/source/blender/blenkernel/intern/tracking.c +++ b/source/blender/blenkernel/intern/tracking.c @@ -2518,9 +2518,6 @@ static float stabilization_auto_scale_factor(MovieTracking *tracking, int width, float points[4][2]={{0.0f, 0.0f}, {0.0f, height}, {width, height}, {width, 0.0f}}; float si, co; - if(cfra != 208) - continue; - stabilization_median_point(tracking, cfra, median); calculate_stabdata(tracking, cfra, width, height, firstmedian, median, loc, &tmp_scale, &angle); -- cgit v1.2.3