Updating Graph editor channels pin tool tip
Reviewed By: Blendify Maniphest Tasks: T97631 Differential Revision: https://developer.blender.org/D14766
This commit is contained in:
committed by
Aaron Carlisle
parent
12217714c7
commit
5ff931149b
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user