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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-05 20:09:14 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-09 19:56:54 +0300
commit96cb6c06685869cc76ba23155b63a91227a50629 (patch)
tree1c931bf9495086725182bad2434e20e632642b94 /development_icon_get.py
parent9a578cb56610e7f7ec8c9349b77c9cd970b17c8d (diff)
Update for new icon set.
Diffstat (limited to 'development_icon_get.py')
-rw-r--r--development_icon_get.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/development_icon_get.py b/development_icon_get.py
index ea175539..c8360e88 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -399,7 +399,7 @@ class IV_OT_icons_show(bpy.types.Operator):
header = header.split(factor=0.75) if self.selected_icon else \
header.row()
row = header.row(align=True)
- row.prop(pr, "show_matcap_icons", text="", icon='SMOOTH')
+ row.prop(pr, "show_matcap_icons", text="", icon='SHADING_RENDERED')
row.prop(pr, "show_brush_icons", text="", icon='BRUSH_DATA')
row.prop(pr, "show_colorset_icons", text="", icon='COLOR')
row.prop(pr, "show_event_icons", text="", icon='HAND')