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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-06-22 08:04:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-22 08:04:46 +0300
commit4774657370e005b3c2b7e4c76885e5ca55a63ccd (patch)
tree72a5fa149b91e1619353cae452d4e6f878db7ed1 /source
parent2642ba13b4639fc524bc77e30c112942cd3f5355 (diff)
UI: remove Visible IPO icons
These are duplicates of HIDE_ON/OFF.
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/animation/anim_channels_defines.c4
-rw-r--r--source/blender/editors/datafiles/CMakeLists.txt2
-rw-r--r--source/blender/editors/include/UI_icons.h4
3 files changed, 4 insertions, 6 deletions
diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c
index 00025112835..7a7769ccc90 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -4520,8 +4520,8 @@ static void draw_setting_widget(bAnimContext *ac,
/* get the base icon for the setting */
switch (setting) {
case ACHANNEL_SETTING_VISIBLE: /* visibility eyes */
- // icon = ((enabled) ? ICON_VISIBLE_IPO_ON : ICON_VISIBLE_IPO_OFF);
- icon = ICON_VISIBLE_IPO_OFF;
+ // icon = ((enabled) ? ICON_HIDE_OFF : ICON_HIDE_ON);
+ icon = ICON_HIDE_ON;
if (ELEM(ale->type, ANIMTYPE_FCURVE, ANIMTYPE_NLACURVE)) {
tooltip = TIP_("F-Curve is visible in Graph Editor for editing");
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index fc94db1cd71..69738d2e008 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -431,8 +431,6 @@ set(ICON_NAMES
key_hlt
mute_ipo_off
mute_ipo_on
- visible_ipo_off
- visible_ipo_on
driver
solo_off
solo_on
diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h
index 340b0f70987..3d2052f1fa9 100644
--- a/source/blender/editors/include/UI_icons.h
+++ b/source/blender/editors/include/UI_icons.h
@@ -601,8 +601,8 @@ DEF_ICON(KEY_DEHLT)
DEF_ICON(KEY_HLT)
DEF_ICON(MUTE_IPO_OFF)
DEF_ICON(MUTE_IPO_ON)
-DEF_ICON(VISIBLE_IPO_OFF)
-DEF_ICON(VISIBLE_IPO_ON)
+DEF_ICON_BLANK(517)
+DEF_ICON_BLANK(516)
DEF_ICON(DRIVER)
/* ANIMATION */