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-10 08:43:18 +0400
committerJoshua Leung <aligorith@gmail.com>2009-06-10 08:43:18 +0400
commit2f8290434ca1e36c8a60ebc405a3edaacd41e9a9 (patch)
treef02a5244445c1b296ef482d7ff77d0df8a0881ae /source/blender/editors/space_nla/nla_intern.h
parent7dbc21ae3cfe54db4ad1e0d68cde44667533eaef (diff)
NLA SoC: Added BorderSelect operators (BKEY and Alt-BKEY)
These work in the same way as the ones in the Action Editor...
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 abbb7331e28..94e907a59db 100644
--- a/source/blender/editors/space_nla/nla_intern.h
+++ b/source/blender/editors/space_nla/nla_intern.h
@@ -81,6 +81,7 @@ enum {
/* --- */
void NLAEDIT_OT_select_all_toggle(wmOperatorType *ot);
+void NLAEDIT_OT_select_border(wmOperatorType *ot);
void NLAEDIT_OT_click_select(wmOperatorType *ot);
/* **************************************** */