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>2004-06-03 18:29:14 +0400
committerMatt Ebb <matt@mke3.net>2004-06-03 18:29:14 +0400
commit5926231d1287feab952fed91e858ee871c2b79e6 (patch)
tree10feb3f68d2f3c51722e89fcd1e57e1478c0573a /source/blender/include/BIF_editaction.h
parent94042b0fef154aeac5571134099163776054c4e4 (diff)
* Added 'Transform' menus to Ipo, OOPS, Action, NLA, and
Sequence spaces * And a few small tweaks
Diffstat (limited to 'source/blender/include/BIF_editaction.h')
-rw-r--r--source/blender/include/BIF_editaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editaction.h b/source/blender/include/BIF_editaction.h
index 0e56a2464d2..e0e1d3cc6c6 100644
--- a/source/blender/include/BIF_editaction.h
+++ b/source/blender/include/BIF_editaction.h
@@ -43,6 +43,8 @@ void delete_meshchannel_keys(struct Key *key);
void delete_actionchannel_keys(void);
void duplicate_meshchannel_keys(struct Key *key);
void duplicate_actionchannel_keys(void);
+void transform_actionchannel_keys(char mode);
+void transform_meshchannel_keys(char mode, Key *key);
/* Handles */
void sethandles_meshchannel_keys(int code, struct Key *key);