From a98f9e603deab4a32e9987c95fb91b8eaef3f37c Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Wed, 10 Oct 2018 15:35:25 +0200 Subject: [PATCH] icon update fix --- ui_panel_controls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui_panel_controls.py b/ui_panel_controls.py index 5c0774c..301640c 100644 --- a/ui_panel_controls.py +++ b/ui_panel_controls.py @@ -332,7 +332,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_toon.scale_y = 0.5 col_toon.alignment = 'CENTER' col_toon.operator("operator.head_stretch", text="", icon = "KEYFRAME_HLT", emboss = 0) - col_toon.operator("operator.head_toon", text="", icon = "SPACE3", emboss = 0) + col_toon.operator("operator.head_toon", text="", icon = "KEYFRAME", emboss = 0) row_head_main = col_head_main.row(align = 1) row_head_main.alignment = 'CENTER'