From 7609370d504de51371b96d8e6807ec6f62ee6c69 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Mon, 14 Mar 2011 10:45:42 +0000 Subject: Bugfixes: - Sync Markers option works for local markers (or any other list of markers in future) too now. - Apply Pose to Restpose operator now displays a warning if an action was found (warning about the action now being invalid) --- source/blender/editors/include/ED_markers.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors/include/ED_markers.h') diff --git a/source/blender/editors/include/ED_markers.h b/source/blender/editors/include/ED_markers.h index 728d9253760..f804e052301 100644 --- a/source/blender/editors/include/ED_markers.h +++ b/source/blender/editors/include/ED_markers.h @@ -36,6 +36,7 @@ struct wmKeyConfig; struct bContext; struct bAnimContext; +struct Scene; struct TimeMarker; /* Drawing API ------------------------------ */ @@ -53,6 +54,8 @@ void draw_markers_time(const struct bContext *C, int flag); ListBase *ED_context_get_markers(const struct bContext *C); ListBase *ED_animcontext_get_markers(const struct bAnimContext *ac); +int ED_markers_post_apply_transform(ListBase *markers, struct Scene *scene, int mode, float value, char side); + struct TimeMarker *ED_markers_find_nearest_marker(ListBase *markers, float x); int ED_markers_find_nearest_marker_time(ListBase *markers, float x); -- cgit v1.2.3