[Bf-blender-cvs] [874062b6abe] master: Tracking: Followup to previous fix, need to remap frame number for sequence tracking

Sergey Sharybin noreply at git.blender.org
Sat Sep 23 13:18:49 CEST 2017


Commit: 874062b6abe601f0c3e10ae1d9254d1c0c9ad5a9
Author: Sergey Sharybin
Date:   Sat Sep 23 16:18:27 2017 +0500
Branches: master
https://developer.blender.org/rB874062b6abe601f0c3e10ae1d9254d1c0c9ad5a9

Tracking: Followup to previous fix, need to remap frame number for sequence tracking

===================================================================

M	source/blender/editors/space_clip/tracking_ops_track.c

===================================================================

diff --git a/source/blender/editors/space_clip/tracking_ops_track.c b/source/blender/editors/space_clip/tracking_ops_track.c
index ec4e40fc2e5..0dd0ee8c7d4 100644
--- a/source/blender/editors/space_clip/tracking_ops_track.c
+++ b/source/blender/editors/space_clip/tracking_ops_track.c
@@ -176,6 +176,7 @@ static int track_markers_initjob(bContext *C,
 		else {
 			tmj->efra = EFRA;
 		}
+		tmj->efra = BKE_movieclip_remap_scene_to_clip_frame(clip, tmj->efra);
 	}
 	else {
 		if (backwards) {



More information about the Bf-blender-cvs mailing list