From fc5ba7e0bdc9379f71a524314850ceabda41bf2f Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sun, 28 Jul 2019 17:03:03 +0200 Subject: Tracking: Support selecting tracks by their reprojection error curve Quite straightforward after previous refactor: now speed and error curves are handled in the same exact manner. --- source/blender/editors/space_clip/clip_intern.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/space_clip/clip_intern.h') diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h index 3f8ac2bb7c2..8599de9f16f 100644 --- a/source/blender/editors/space_clip/clip_intern.h +++ b/source/blender/editors/space_clip/clip_intern.h @@ -134,6 +134,8 @@ typedef void (*ClipTrackValueSegmentStartCallback)(void *userdata, typedef void (*ClipTrackValueSegmentEndCallback)(void *userdata, eClipCurveValueSource value_source); +bool clip_graph_value_visible(struct SpaceClip *sc, eClipCurveValueSource value_source); + void clip_graph_tracking_values_iterate_track(struct SpaceClip *sc, struct MovieTrackingTrack *track, void *userdata, -- cgit v1.2.3