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-01-12 05:34:47 +0300
committerJoshua Leung <aligorith@gmail.com>2007-01-12 05:34:47 +0300
commitbff2dcc6d87e6fac87c787979faff82aa5546648 (patch)
tree1c7100222e8e10d506f22ef6d27202204704d8c8 /source/blender/include/BIF_editnla.h
parent7bcfc5be3fbc421b3151e16a1b5cd0d5da48c2fd (diff)
== NLA Editor ==
Minor workflow tweak - Add New Empty Action as New Action Strip. Hotkey: Shift N. Menu Entry: 'Strip' menu Creates a new action, and adds it as an action strip at the bottom of the list nla-strips for an object. Useful for creating additional strips to correct poses of prior strips.
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 bc6ea8b9752..f12a313b903 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 add_empty_nlablock(void);
void convert_nla(void);
void copy_action_modifiers(void);