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
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-09-23 14:13:23 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-09-23 14:13:23 +0300
commitd430c462a3d288827a1e427ebe826150ed277bfe (patch)
tree854506a0cfc4d4e9e29efad957d05747f53546e2
parent840cce840e00cbd722feae585963eb4e01bc3033 (diff)
Fix T52851: Per-frame traking is broken when sequence doesn't start at frame 1
-rw-r--r--source/blender/editors/space_clip/tracking_ops_track.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/space_clip/tracking_ops_track.c b/source/blender/editors/space_clip/tracking_ops_track.c
index 83462a85be3..8168c514cf8 100644
--- a/source/blender/editors/space_clip/tracking_ops_track.c
+++ b/source/blender/editors/space_clip/tracking_ops_track.c
@@ -196,8 +196,6 @@ static int track_markers_initjob(bContext *C,
}
}
- tmj->efra = BKE_movieclip_remap_scene_to_clip_frame(clip, tmj->efra);
-
if (settings->speed != TRACKING_SPEED_FASTEST) {
tmj->delay = 1.0f / scene->r.frs_sec * 1000.0f;