From c7a2ed69be6ef23a62e3570dc1475dae2c2171cc Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Thu, 4 Jun 2020 16:55:19 +0200 Subject: GPencil: Fix Lock Frame Dopesheet tooltip The old tooltip was not clear enough --- source/blender/editors/animation/anim_channels_defines.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/animation') diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c index cd17a490240..6033523630d 100644 --- a/source/blender/editors/animation/anim_channels_defines.c +++ b/source/blender/editors/animation/anim_channels_defines.c @@ -4959,7 +4959,8 @@ static void draw_setting_widget(bAnimContext *ac, "Temporarily disable NLA stack evaluation (i.e. only the active action is evaluated)"); } else if (ale->type == ANIMTYPE_GPLAYER) { - tooltip = TIP_("Lock current frame displayed by layer (i.e. disable animation playback)"); + tooltip = TIP_( + "All keyframes contribute to the result (uncheck to use the current frame only)"); } else { tooltip = TIP_("Do channels contribute to result (toggle channel muting)"); -- cgit v1.2.3