Revision: 23843
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23843
Author:   billrey
Date:     2009-10-14 17:37:10 +0200 (Wed, 14 Oct 2009)

Log Message:
-----------
Fixed shape key mute icon.

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/buttons_data_mesh.py

Modified: trunk/blender/release/scripts/ui/buttons_data_mesh.py
===================================================================
--- trunk/blender/release/scripts/ui/buttons_data_mesh.py       2009-10-14 
15:28:57 UTC (rev 23842)
+++ trunk/blender/release/scripts/ui/buttons_data_mesh.py       2009-10-14 
15:37:10 UTC (rev 23843)
@@ -131,7 +131,7 @@
 
                        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()


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to