[Bf-blender-cvs] [c7a2ed69be6] master: GPencil: Fix Lock Frame Dopesheet tooltip

Antonio Vazquez noreply at git.blender.org
Thu Jun 4 16:55:41 CEST 2020


Commit: c7a2ed69be6ef23a62e3570dc1475dae2c2171cc
Author: Antonio Vazquez
Date:   Thu Jun 4 16:55:19 2020 +0200
Branches: master
https://developer.blender.org/rBc7a2ed69be6ef23a62e3570dc1475dae2c2171cc

GPencil: Fix Lock Frame Dopesheet tooltip

The old tooltip was not clear enough

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

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 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)");



More information about the Bf-blender-cvs mailing list