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>2007-05-31 15:47:04 +0400
committerJoshua Leung <aligorith@gmail.com>2007-05-31 15:47:04 +0400
commit2d8dd194ccd2aec3b27f145c488354fbc81b41fa (patch)
tree9451c400a52a4390d52f4a9176fd59df8e2d7a5c /source/blender/include/BIF_editaction.h
parent57a91d7659a60933e76a761c1eb7000f9496773a (diff)
== Action Editor ==
Small Action Editor feature to hopefully make keyframing quicker. Just press the IKEY in the Action Editor. Feedback on the (annoyance factor of the) popups welcome.
Diffstat (limited to 'source/blender/include/BIF_editaction.h')
-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 2d92b120b9a..6e180418cd8 100644
--- a/source/blender/include/BIF_editaction.h
+++ b/source/blender/include/BIF_editaction.h
@@ -92,6 +92,7 @@ void snap_keys_to_frame(int snap_mode);
void mirror_action_keys(short mirror_mode);
void clean_shapekeys(struct Key *key);
void clean_actionchannels(struct bAction *act);
+void insertkey_action(void);
/* Marker Operations */
void column_select_shapekeys(struct Key *key, int mode);