From 472f7464856dd4c6edb6885b99e57041a229e31c Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Mon, 1 Jul 2013 14:58:59 +0000 Subject: 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) --- source/blender/editors/space_nla/nla_intern.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/space_nla/nla_intern.h') 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); -- cgit v1.2.3