Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2020-06-05 09:27:42 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-06-05 09:27:52 +0300
commite3a32a22bf9dbed18d7718ea4a0d66759c933a3b (patch)
treeaff533bcd4f914341e5a9f04266f1fadfe519afa /source/blender
parent0aa2c10ad1934e63c185bc98fbc68d43293d6faa (diff)
GPencil: Channel Lock tooltip
After talking with UI team, we decided to change the tooltip.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/animation/anim_channels_defines.c3
1 files changed, 2 insertions, 1 deletions
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)");