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>2009-06-11 07:19:08 +0400
committerJoshua Leung <aligorith@gmail.com>2009-06-11 07:19:08 +0400
commitf0f9034966be8692250686aee74048294960aad3 (patch)
tree52ff0d77a378dee974752f258067b4842ddee2ff /source/blender/editors/space_nla/nla_intern.h
parent4a29d0c1a36359c3e08a90beb80cd40857305c80 (diff)
NLA SoC: Operator for adding new NLA-Tracks
New tracks can be added in the following ways (with the mouse hovering over the channels-list): * Shift-A - this will add a new track at the top of the stack (i.e. above all the existing NLA-tracks but below the Active Action) for every AnimData block where there was a selected NLA-Track * Ctrl-Shift-A - this will add a new track above every selected one
Diffstat (limited to 'source/blender/editors/space_nla/nla_intern.h')
-rw-r--r--source/blender/editors/space_nla/nla_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_nla/nla_intern.h b/source/blender/editors/space_nla/nla_intern.h
index 9511f67f824..b0a9ba5b182 100644
--- a/source/blender/editors/space_nla/nla_intern.h
+++ b/source/blender/editors/space_nla/nla_intern.h
@@ -102,6 +102,8 @@ void NLAEDIT_OT_split(wmOperatorType *ot);
void NLA_OT_channels_select_border(wmOperatorType *ot);
void NLA_OT_channels_click(wmOperatorType *ot);
+void NLA_OT_add_tracks(wmOperatorType *ot);
+
/* **************************************** */
/* nla_ops.c */