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:
authorWilliam Reynish <william@reynish.com>2009-10-14 19:37:10 +0400
committerWilliam Reynish <william@reynish.com>2009-10-14 19:37:10 +0400
commit59e3a08c8c9af8a7b8ca2a6a9c444369be80db36 (patch)
tree02f7d7544162317d351cf49e371af4fbed938fbe /release
parente2ae8843d746b5d4cab0ecdc0ab8641114661f9e (diff)
Fixed shape key mute icon.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/buttons_data_mesh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/buttons_data_mesh.py b/release/scripts/ui/buttons_data_mesh.py
index 78c675e618f..108b4ef4371 100644
--- a/release/scripts/ui/buttons_data_mesh.py
+++ b/release/scripts/ui/buttons_data_mesh.py
@@ -131,7 +131,7 @@ class DATA_PT_shape_keys(DataButtonsPanel):
subcol = col.column(align=True)
subcol.itemR(ob, "shape_key_lock", icon='ICON_UNPINNED', text="")
- subcol.itemR(kb, "mute", icon='ICON_MUTE_IPO_ON', text="")
+ subcol.itemR(kb, "mute", icon='ICON_MUTE_IPO_OFF', text="")
if key.relative:
row = layout.row()