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>2011-07-20 04:36:28 +0400
committerJoshua Leung <aligorith@gmail.com>2011-07-20 04:36:28 +0400
commit57fe73b3ac6ba6d7a0c3903318d9f0675e18338a (patch)
tree89b6d353e6296a08979442d5e6bed888d5766087 /source/blender/editors/space_nla/nla_intern.h
parentddbfcacfa074ed301df3dd5e90a9d717ef56c352 (diff)
View All/Selected tools for NLA Editor
Diffstat (limited to 'source/blender/editors/space_nla/nla_intern.h')
-rw-r--r--source/blender/editors/space_nla/nla_intern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/space_nla/nla_intern.h b/source/blender/editors/space_nla/nla_intern.h
index dba7fca8d0f..43ef5beb216 100644
--- a/source/blender/editors/space_nla/nla_intern.h
+++ b/source/blender/editors/space_nla/nla_intern.h
@@ -94,6 +94,9 @@ void NLA_OT_tweakmode_exit(wmOperatorType *ot);
/* --- */
+void NLA_OT_view_all(wmOperatorType *ot);
+void NLA_OT_view_selected(wmOperatorType *ot);
+
void NLA_OT_actionclip_add(wmOperatorType *ot);
void NLA_OT_transition_add(wmOperatorType *ot);