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:
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 /release/scripts/startup/bl_ui/space_clip.py
parent2642ba13b4639fc524bc77e30c112942cd3f5355 (diff)
UI: remove Visible IPO icons
These are duplicates of HIDE_ON/OFF.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_clip.py')
-rw-r--r--release/scripts/startup/bl_ui/space_clip.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_clip.py b/release/scripts/startup/bl_ui/space_clip.py
index f653f8f738f..63db987a620 100644
--- a/release/scripts/startup/bl_ui/space_clip.py
+++ b/release/scripts/startup/bl_ui/space_clip.py
@@ -106,7 +106,7 @@ class CLIP_PT_clip_display(Panel):
row.separator()
row.prop(sc, "use_grayscale_preview", text="B/W", toggle=True)
row.separator()
- row.prop(sc, "use_mute_footage", text="", icon='VISIBLE_IPO_ON', toggle=True)
+ row.prop(sc, "use_mute_footage", text="", icon='HIDE_OFF', toggle=True)
layout.separator()
@@ -1633,7 +1633,7 @@ class CLIP_MT_tracking_pie(Menu):
prop.backwards = False
prop.sequence = True
# Disable Marker
- pie.operator("clip.disable_markers", icon='VISIBLE_IPO_ON').action = 'TOGGLE'
+ pie.operator("clip.disable_markers", icon='HIDE_OFF').action = 'TOGGLE'
# Detect Features
pie.operator("clip.detect_features", icon='ZOOM_SELECTED')
# Clear Path Backwards