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-07-09 05:32:13 +0400
committerJoshua Leung <aligorith@gmail.com>2009-07-09 05:32:13 +0400
commit27d80365fa3abf5db3ebf509d712d947564d8447 (patch)
tree2b59965b1626b8c76c6e46589a7e0ffde1e024b9 /source/blender/editors/space_nla/nla_intern.h
parent518911e78c2ae4511cbb9261c5cca410c0a77d73 (diff)
NLA SoC: Toggle muting operator - HKEY
This operator provides a quick way of toggling the muted-status of several strips at the same time.
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 3d8bfcd0546..7cc09707ba7 100644
--- a/source/blender/editors/space_nla/nla_intern.h
+++ b/source/blender/editors/space_nla/nla_intern.h
@@ -98,6 +98,8 @@ void NLA_OT_duplicate(wmOperatorType *ot);
void NLA_OT_delete(wmOperatorType *ot);
void NLA_OT_split(wmOperatorType *ot);
+void NLA_OT_mute_toggle(wmOperatorType *ot);
+
void NLA_OT_move_up(wmOperatorType *ot);
void NLA_OT_move_down(wmOperatorType *ot);