[Bf-blender-cvs] [aad0907] master: Get rid of custom tooltip for pushdown button

Joshua Leung noreply at git.blender.org
Wed May 7 04:23:26 CEST 2014


Commit: aad0907644aad567b56e5baeffbf463acfa97af4
Author: Joshua Leung
Date:   Mon May 5 15:10:35 2014 +1200
https://developer.blender.org/rBaad0907644aad567b56e5baeffbf463acfa97af4

Get rid of custom tooltip for pushdown button

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

M	source/blender/editors/animation/anim_channels_defines.c

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

diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c
index 6262994..97e18ff 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -3938,8 +3938,7 @@ void ANIM_channel_draw_widgets(bContext *C, bAnimContext *ac, bAnimListElem *ale
 				
 				offset += UI_UNIT_X;
 				but = uiDefIconButO(block, BUT, "NLA_OT_action_pushdown", WM_OP_INVOKE_DEFAULT, ICON_NLA_PUSHDOWN, 
-				                   (int)v2d->cur.xmax - offset, ymid, UI_UNIT_X, UI_UNIT_X, 
-				                   "Push action on to the top of the NLA stack as a new NLA Strip");
+				                   (int)v2d->cur.xmax - offset, ymid, UI_UNIT_X, UI_UNIT_X, NULL);
 				
 				opptr_b = uiButGetOperatorPtrRNA(but);
 				RNA_int_set(opptr_b, "channel_index", channel_index);




More information about the Bf-blender-cvs mailing list