icon update fix
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user