[Bf-blender-cvs] [e3a32a22bf9] master: GPencil: Channel Lock tooltip

Antonio Vazquez noreply at git.blender.org
Fri Jun 5 08:27:57 CEST 2020


Commit: e3a32a22bf9dbed18d7718ea4a0d66759c933a3b
Author: Antonio Vazquez
Date:   Fri Jun 5 08:27:42 2020 +0200
Branches: master
https://developer.blender.org/rBe3a32a22bf9dbed18d7718ea4a0d66759c933a3b

GPencil: Channel Lock tooltip

After talking with UI team, we decided to change the tooltip.

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

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 6033523630d..0947023e071 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -4960,7 +4960,8 @@ static void draw_setting_widget(bAnimContext *ac,
       }
       else if (ale->type == ANIMTYPE_GPLAYER) {
         tooltip = TIP_(
-            "All keyframes contribute to the result (uncheck to use the current frame only)");
+            "Shows all keyframes during animation playback and enabled all frames for editing "
+            "(uncheck to use only the current keyframe during animation playback and editing)");
       }
       else {
         tooltip = TIP_("Do channels contribute to result (toggle channel muting)");



More information about the Bf-blender-cvs mailing list