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_ops.c
parente5c306b101a093521368810202b4c826fecb18a1 (diff)
NLA Editor: Added dedicated operator for the pushdown operation
Diffstat (limited to 'source/blender/editors/space_nla/nla_ops.c')
-rw-r--r--source/blender/editors/space_nla/nla_ops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_nla/nla_ops.c b/source/blender/editors/space_nla/nla_ops.c
index 55658c87925..295a7ab2e04 100644
--- a/source/blender/editors/space_nla/nla_ops.c
+++ b/source/blender/editors/space_nla/nla_ops.c
@@ -117,6 +117,8 @@ void nla_operatortypes(void)
/* channels */
WM_operatortype_append(NLA_OT_channels_click);
+ WM_operatortype_append(NLA_OT_action_pushdown);
+
WM_operatortype_append(NLA_OT_tracks_add);
WM_operatortype_append(NLA_OT_tracks_delete);