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 committed by Bastien Montagne
parent 350f5c6894
commit f0743b56ec
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;