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:
authorMatt Ebb <matt@mke3.net>2005-12-18 21:05:14 +0300
committerMatt Ebb <matt@mke3.net>2005-12-18 21:05:14 +0300
commitc33831ac1632ac0a0e42e174035dd0d0ea15a087 (patch)
treecb53bba3d773d49360d9e45f219d333010373b75 /source/blender/include/BIF_editaction.h
parent6f422a749ae8689d95cb8587f828553ef8811223 (diff)
* Updates for missing menu items
Diffstat (limited to 'source/blender/include/BIF_editaction.h')
-rw-r--r--source/blender/include/BIF_editaction.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editaction.h b/source/blender/include/BIF_editaction.h
index 74ffbca1b9b..7471e80baa9 100644
--- a/source/blender/include/BIF_editaction.h
+++ b/source/blender/include/BIF_editaction.h
@@ -78,6 +78,10 @@ void transform_meshchannel_keys(char mode, struct Key *key);
struct Key *get_action_mesh_key(void);
int get_nearest_key_num(struct Key *key, short *mval, float *x);
void set_snap_actionchannels(void);
+void up_sel_action(void);
+void down_sel_action(void);
+void top_sel_action(void);
+void bottom_sel_action(void);
/* Handles */
void sethandles_meshchannel_keys(int code, struct Key *key);