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-24 16:12:11 +0400
committerJoshua Leung <aligorith@gmail.com>2009-06-24 16:12:11 +0400
commit3533cda80c7b52f8ffca3e3928bedb5bfa96b320 (patch)
treecd28e8b31fd30b8a52efb9f15a1cd4be615fb704 /source/blender/editors/space_nla/nla_intern.h
parente5119ee2c0d5b9510d89364600e08e40a4407f40 (diff)
NLA SoC: Delete Tracks Operator (XKEY / DELKEY) over the channel list
This deletes all the strips in the relevant (selected) tracks too.
Diffstat (limited to 'source/blender/editors/space_nla/nla_intern.h')
-rw-r--r--source/blender/editors/space_nla/nla_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_nla/nla_intern.h b/source/blender/editors/space_nla/nla_intern.h
index 79ee5396f36..ef37185fd10 100644
--- a/source/blender/editors/space_nla/nla_intern.h
+++ b/source/blender/editors/space_nla/nla_intern.h
@@ -106,6 +106,7 @@ void NLAEDIT_OT_split(wmOperatorType *ot);
void NLA_OT_channels_click(wmOperatorType *ot);
void NLA_OT_add_tracks(wmOperatorType *ot);
+void NLA_OT_delete_tracks(wmOperatorType *ot);
/* **************************************** */
/* nla_ops.c */