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>2013-07-01 18:58:59 +0400
committerJoshua Leung <aligorith@gmail.com>2013-07-01 18:58:59 +0400
commit472f7464856dd4c6edb6885b99e57041a229e31c (patch)
treea15125b84f1f92b77b6c2619b3dd9dfc3574c474 /source/blender/editors/space_nla/nla_intern.h
parente6830300b7fbc03f72fbc35cafd35a147bf590dd (diff)
NLA Bugfix: When clicking on a channel name in the channel list while still in
tweakmode, this will now result in tweakmode being exited instead of going into a weird limbo-land where channel selection has changed (but tweakmode is still active but not drawn)
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 e78187cef39..2ad2418fc77 100644
--- a/source/blender/editors/space_nla/nla_intern.h
+++ b/source/blender/editors/space_nla/nla_intern.h
@@ -81,6 +81,8 @@ enum eNlaEdit_Snap_Mode {
/* --- */
+bool nlaedit_disable_tweakmode(bAnimContext *ac);
+
void NLA_OT_tweakmode_enter(wmOperatorType *ot);
void NLA_OT_tweakmode_exit(wmOperatorType *ot);