[Bf-blender-cvs] [c5a946b] master: Tweaking tooltip for NLA tweakmode enter to be a bit more descriptive

Joshua Leung noreply at git.blender.org
Fri May 9 06:19:39 CEST 2014


Commit: c5a946b2b8baa0330237db724e5af383a9ae3088
Author: Joshua Leung
Date:   Fri May 9 16:18:28 2014 +1200
https://developer.blender.org/rBc5a946b2b8baa0330237db724e5af383a9ae3088

Tweaking tooltip for NLA tweakmode enter to be a bit more descriptive

===================================================================

M	source/blender/editors/space_nla/nla_edit.c

===================================================================

diff --git a/source/blender/editors/space_nla/nla_edit.c b/source/blender/editors/space_nla/nla_edit.c
index 51a8413..93d0f75 100644
--- a/source/blender/editors/space_nla/nla_edit.c
+++ b/source/blender/editors/space_nla/nla_edit.c
@@ -162,7 +162,7 @@ void NLA_OT_tweakmode_enter(wmOperatorType *ot)
 	/* identifiers */
 	ot->name = "Enter Tweak Mode";
 	ot->idname = "NLA_OT_tweakmode_enter";
-	ot->description = "Enter tweaking mode for the action referenced by the active strip";
+	ot->description = "Enter tweaking mode for the action referenced by the active strip to edit its keyframes";
 	
 	/* api callbacks */
 	ot->exec = nlaedit_enable_tweakmode_exec;




More information about the Bf-blender-cvs mailing list