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>2006-12-18 08:15:17 +0300
committerJoshua Leung <aligorith@gmail.com>2006-12-18 08:15:17 +0300
commitabda07819627e327023b2d4012e75f433eb02ca4 (patch)
tree9ba012eea83506d71e8bcd85e28344566718f137 /source/blender/include/BIF_editnla.h
parent26a7d5fe6b98c22c7ce17ab8c629bcf2be1e4b9a (diff)
== NLA Editor ==
Todo Tracker Item: #4754 Now the 'Convert Action to NLA Strip' command (CKEY) is able to be found in the NLA editor's header in the Strip Menu. It now tries to add a convert the active action of the active object (so it is no longer dependant on mouse location).
Diffstat (limited to 'source/blender/include/BIF_editnla.h')
-rw-r--r--source/blender/include/BIF_editnla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editnla.h b/source/blender/include/BIF_editnla.h
index 88abf2f83f1..bc6ea8b9752 100644
--- a/source/blender/include/BIF_editnla.h
+++ b/source/blender/include/BIF_editnla.h
@@ -54,6 +54,7 @@ void reset_action_strips(int val);
void synchronize_action_strips(void);
void snap_action_strips(int snap_mode);
void add_nlablock(void);
+void convert_nla(void);
void copy_action_modifiers(void);
/* Baking */