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>2014-05-05 05:59:36 +0400
committerJoshua Leung <aligorith@gmail.com>2014-05-05 06:16:41 +0400
commit4e0aa0e7f23fae72c469262d4aab751fc6d642de (patch)
treebfbecbcd1c11a5e583fed60a3ef8e5fb5e27a9f6 /source/blender/editors/space_nla/nla_intern.h
parente5c306b101a093521368810202b4c826fecb18a1 (diff)
NLA Editor: Added dedicated operator for the pushdown operation
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 ad1a4dfa432..b89d816cfad 100644
--- a/source/blender/editors/space_nla/nla_intern.h
+++ b/source/blender/editors/space_nla/nla_intern.h
@@ -134,6 +134,8 @@ bool nlaedit_add_tracks_empty(bAnimContext *ac);
void NLA_OT_channels_click(wmOperatorType *ot);
+void NLA_OT_action_pushdown(wmOperatorType *ot);
+
void NLA_OT_tracks_add(wmOperatorType *ot);
void NLA_OT_tracks_delete(wmOperatorType *ot);