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:18:27 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-09-23 14:18:27 +0300
commit874062b6abe601f0c3e10ae1d9254d1c0c9ad5a9 (patch)
treeddb91a91346f7868d24f4ab37f883a00ca2dc018 /source/blender/editors/space_clip/tracking_ops_track.c
parent92aff05a7c1cc995bf97933c23a4966b333ef2e3 (diff)
Tracking: Followup to previous fix, need to remap frame number for sequence tracking
Diffstat (limited to 'source/blender/editors/space_clip/tracking_ops_track.c')
-rw-r--r--source/blender/editors/space_clip/tracking_ops_track.c1
1 files changed, 1 insertions, 0 deletions
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) {