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:
authorJoshua Leung <aligorith@gmail.com>2008-03-22 14:06:51 +0300
committerJoshua Leung <aligorith@gmail.com>2008-03-22 14:06:51 +0300
commit95e781c6015a9a061d496e705efe878a83020c27 (patch)
treef30ca02ed91c2bb3ab9c28d3f5add6ea23319731 /source/blender/include
parenta7ee2674db4536f279a344b06070cfb214d2426b (diff)
== Action Editor - Preview Range (Ctrl-Alt-P) ==
Quick feature for setting Preview Range in Action Editor: the hotkey Ctrl-Alt-P sets the Preview Range so that it matches the extents of the active action.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_editaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editaction.h b/source/blender/include/BIF_editaction.h
index 7fb2a6b2dde..87b3f45299b 100644
--- a/source/blender/include/BIF_editaction.h
+++ b/source/blender/include/BIF_editaction.h
@@ -190,6 +190,7 @@ void actdata_filter(ListBase *act_data, int filter_mode, void *data, short datat
void *get_action_context(short *datatype);
void remake_action_ipos(struct bAction *act);
+void action_previewrange_set(struct bAction *act);
/* event handling */
void winqreadactionspace(struct ScrArea *sa, void *spacedata, struct BWinEvent *evt);