[Bf-blender-cvs] [5ff931149b3] master: Updating Graph editor channels pin tool tip

Nate Rupsis noreply at git.blender.org
Sun May 1 05:13:07 CEST 2022


Commit: 5ff931149b3967005054dbda2a81bf7f593ff03b
Author: Nate Rupsis
Date:   Sat Apr 30 23:11:48 2022 -0400
Branches: master
https://developer.blender.org/rB5ff931149b3967005054dbda2a81bf7f593ff03b

Updating Graph editor channels pin tool tip

Reviewed By: Blendify

Maniphest Tasks: T97631

Differential Revision: https://developer.blender.org/D14766

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

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 9722de0ce3c..7bb1d652bf1 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -4937,7 +4937,7 @@ static void draw_setting_widget(bAnimContext *ac,
 
     case ACHANNEL_SETTING_ALWAYS_VISIBLE:
       icon = ICON_UNPINNED;
-      tooltip = TIP_("Channels are visible in Graph Editor for editing");
+      tooltip = TIP_("Display channel regardless of object selection");
       break;
 
     case ACHANNEL_SETTING_MOD_OFF: /* modifiers disabled */



More information about the Bf-blender-cvs mailing list