Fix T52851: Per-frame traking is broken when sequence doesn't start at frame 1

This commit is contained in:
Sergey Sharybin 2017-09-23 16:13:23 +05:00
parent 840cce840e
commit d430c462a3
Notes: blender-bot 2023-02-14 06:32:27 +01:00
Referenced by issue #53683, 2.79a release
Referenced by issue #52851, Per-frame traking is broken
1 changed files with 0 additions and 2 deletions

View File

@ -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;