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/src/editnla.c
parent94042b0fef154aeac5571134099163776054c4e4 (diff)
* Added 'Transform' menus to Ipo, OOPS, Action, NLA, and
Sequence spaces * And a few small tweaks
Diffstat (limited to 'source/blender/src/editnla.c')
-rw-r--r--source/blender/src/editnla.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/src/editnla.c b/source/blender/src/editnla.c
index f6ba41a6c9f..c4f85c1ef5d 100644
--- a/source/blender/src/editnla.c
+++ b/source/blender/src/editnla.c
@@ -90,7 +90,6 @@
/* Note: A lot of these pretty much duplicate the behaviour of the
action windows. The functions should be shared, not copy-pasted */
-static void transform_nlachannel_keys(char mode);
static void mouse_nla(int selectmode);
static Base *get_nearest_nlachannel_ob_key (float *index, short *sel);
static bAction *get_nearest_nlachannel_ac_key (float *index, short *sel);
@@ -720,7 +719,7 @@ void deselect_nlachannel_keys (int test)
}
-static void transform_nlachannel_keys(char mode)
+void transform_nlachannel_keys(char mode)
{
Base *base;
TransVert *tv;