[Bf-blender-cvs] [a40f15d04f5] master: Fix T51158: Motion Tracking Movie clip editor graph

Sergey Sharybin noreply at git.blender.org
Mon Apr 10 16:16:24 CEST 2017


Commit: a40f15d04f534d929509388592ee6288229e9e3c
Author: Sergey Sharybin
Date:   Mon Apr 10 16:16:12 2017 +0200
Branches: master
https://developer.blender.org/rBa40f15d04f534d929509388592ee6288229e9e3c

Fix T51158: Motion Tracking Movie clip editor graph

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

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

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

diff --git a/source/blender/editors/space_clip/clip_utils.c b/source/blender/editors/space_clip/clip_utils.c
index be1fffec609..e901b9f8026 100644
--- a/source/blender/editors/space_clip/clip_utils.c
+++ b/source/blender/editors/space_clip/clip_utils.c
@@ -72,7 +72,7 @@ void clip_graph_tracking_values_iterate_track(
 	BKE_movieclip_get_size(clip, &sc->user, &width, &height);
 
 	for (coord = 0; coord < 2; coord++) {
-		int i, prevfra = 0;
+		int i, prevfra = track->markers[0].framenr;
 		bool open = false;
 		float prevval = 0.0f;




More information about the Bf-blender-cvs mailing list