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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-03-10 20:55:09 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-03-10 20:55:09 +0400
commitc175ed8b9bb5075df557791edca5b04e30e2206b (patch)
tree88163f001c0af10acdc877c40777483a81d9eb78 /source
parent24ea07154e33e4fa4187ebea46cae976762f9ec7 (diff)
Forgot to remove code used for debuggning in previous commit.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/intern/tracking.c3
1 files changed, 0 insertions, 3 deletions
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);