From d430c462a3d288827a1e427ebe826150ed277bfe Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 23 Sep 2017 16:13:23 +0500 Subject: Fix T52851: Per-frame traking is broken when sequence doesn't start at frame 1 --- source/blender/editors/space_clip/tracking_ops_track.c | 2 -- 1 file changed, 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; -- cgit v1.2.3