From 22335caa355f4357360b20cb95bb10f09fa62594 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Tue, 6 Nov 2018 16:35:59 +0100 Subject: [PATCH] icon update --- ui_panel_controls.py | 240 +++++++++++++++++++++---------------------- 1 file changed, 120 insertions(+), 120 deletions(-) diff --git a/ui_panel_controls.py b/ui_panel_controls.py index cd94afd..2f3c1f5 100644 --- a/ui_panel_controls.py +++ b/ui_panel_controls.py @@ -489,7 +489,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): row_neck_scale.scale_x = 1 row_neck_scale.scale_y = 0.75 row_neck_scale.alignment = 'CENTER' - row_neck_scale.operator("operator.head_scale", text = "", icon = "UV_SYNC_SELECT", emboss = 1) + row_neck_scale.operator("operator.head_scale", text = "", icon = "NONE", emboss = 1) row_shoulder_L = col_2.row(align = 1) row_shoulder_L.scale_x = 1 @@ -538,7 +538,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_arm_toon_R.operator("operator.arm_toon_r", text="", icon = "KEYFRAME_HLT", emboss = 0) col_arm_toon_R.separator() col_arm_toon_R.separator() - col_arm_toon_R.operator("operator.elbow_pole_r", text="", icon = "PROP_ON", emboss = 0) + col_arm_toon_R.operator("operator.elbow_pole_r", text="", icon = "NONE", emboss = 0) col_arm_toon_R.separator() col_arm_toon_R.separator() col_arm_toon_R.separator() @@ -553,7 +553,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_arm_scale_R.scale_x = 1.2 col_arm_scale_R.scale_y = 1 col_arm_scale_R.alignment = 'CENTER' - col_arm_scale_R.operator("operator.arm_scale_r", text = "", icon = "UV_SYNC_SELECT", emboss = 1) + col_arm_scale_R.operator("operator.arm_scale_r", text = "", icon = "NONE", emboss = 1) col_arm_fk_R = col_arm_main_R.row(align = 1) col_arm_fk_R.scale_x = 1 @@ -614,7 +614,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_arm_toon_R.operator("operator.arm_toon_r", text="", icon = "KEYFRAME_HLT", emboss = 0) col_arm_toon_R.separator() col_arm_toon_R.separator() - col_arm_toon_R.operator("operator.elbow_pole_r", text="", icon = "PROP_ON", emboss = 0) + col_arm_toon_R.operator("operator.elbow_pole_r", text="", icon = "NONE", emboss = 0) col_arm_toon_R.separator() col_arm_toon_R.operator("operator.forearm_toon_r", text="", icon = "KEYFRAME_HLT", emboss = 0) col_arm_toon_R.separator() @@ -631,7 +631,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_arm_scale_R.scale_x = 1.2 col_arm_scale_R.scale_y = 1 col_arm_scale_R.alignment = 'CENTER' - col_arm_scale_R.operator("operator.arm_scale_r", text = "", icon = "UV_SYNC_SELECT", emboss = 1) + col_arm_scale_R.operator("operator.arm_scale_r", text = "", icon = "NONE", emboss = 1) col_arm_fk_R = col_arm_main_R.row(align = 1) col_arm_fk_R.scale_x = 1 @@ -835,7 +835,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_arm_scale_L.scale_x = 1.2 col_arm_scale_L.scale_y = 1 col_arm_scale_L.alignment = 'CENTER' - col_arm_scale_L.operator("operator.arm_scale_l", text = "", icon = "UV_SYNC_SELECT", emboss = 1) + col_arm_scale_L.operator("operator.arm_scale_l", text = "", icon = "NONE", emboss = 1) col_arm_fk_L = col_arm_main_L.row(align = 1) col_arm_fk_L.scale_x = 1 @@ -885,7 +885,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_arm_toon_L.operator("operator.arm_toon_l", text="", icon = "KEYFRAME_HLT", emboss = 0) col_arm_toon_L.separator() col_arm_toon_L.separator() - col_arm_toon_L.operator("operator.elbow_pole_l", text="", icon = "PROP_ON", emboss = 0) + col_arm_toon_L.operator("operator.elbow_pole_l", text="", icon = "NONE", emboss = 0) col_arm_toon_L.separator() col_arm_toon_L.separator() @@ -909,7 +909,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_arm_scale_L.scale_x = 1.2 col_arm_scale_L.scale_y = 1 col_arm_scale_L.alignment = 'CENTER' - col_arm_scale_L.operator("operator.arm_scale_l", text = "", icon = "UV_SYNC_SELECT", emboss = 1) + col_arm_scale_L.operator("operator.arm_scale_l", text = "", icon = "NONE", emboss = 1) col_arm_fk_L = col_arm_main_L.row(align = 1) col_arm_fk_L.scale_x = 1 @@ -975,7 +975,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_arm_toon_L.operator("operator.arm_toon_l", text="", icon = "KEYFRAME_HLT", emboss = 0) col_arm_toon_L.separator() col_arm_toon_L.separator() - col_arm_toon_L.operator("operator.elbow_pole_l", text="", icon = "PROP_ON", emboss = 0) + col_arm_toon_L.operator("operator.elbow_pole_l", text="", icon = "NONE", emboss = 0) col_arm_toon_L.separator() col_arm_toon_L.operator("operator.forearm_toon_l", text="", icon = "KEYFRAME_HLT", emboss = 0) col_arm_toon_L.separator() @@ -1253,7 +1253,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_leg_toon_R.separator() col_leg_toon_R.separator() col_leg_toon_R.separator() - col_leg_toon_R.operator("operator.knee_pole_r", text="", icon = "PROP_ON", emboss = 0) + col_leg_toon_R.operator("operator.knee_pole_r", text="", icon = "NONE", emboss = 0) col_leg_toon_R.separator() col_leg_toon_R.separator() col_leg_toon_R.separator() @@ -1274,7 +1274,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_leg_scale_R.scale_x = 2 col_leg_scale_R.scale_y = 1 col_leg_scale_R.alignment = 'CENTER' - col_leg_scale_R.operator("operator.leg_scale_r", text = "", icon = "UV_SYNC_SELECT", emboss = 1) + col_leg_scale_R.operator("operator.leg_scale_r", text = "", icon = "NONE", emboss = 1) col_leg_fk_R = col_leg_main_R.row(align = 1) col_leg_fk_R.scale_x = 1 @@ -1336,7 +1336,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_leg_toon_R.operator("operator.thigh_toon_r", text="", icon = "KEYFRAME_HLT", emboss = 0) col_leg_toon_R.separator() col_leg_toon_R.separator() - col_leg_toon_R.operator("operator.knee_pole_r", text="", icon = "PROP_ON", emboss = 0) + col_leg_toon_R.operator("operator.knee_pole_r", text="", icon = "NONE", emboss = 0) col_leg_toon_R.separator() col_leg_toon_R.operator("operator.shin_toon_r", text="", icon = "KEYFRAME_HLT", emboss = 0) col_leg_toon_R.separator() @@ -1360,7 +1360,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_leg_scale_R.scale_x = 2 col_leg_scale_R.scale_y = 1 col_leg_scale_R.alignment = 'CENTER' - col_leg_scale_R.operator("operator.leg_scale_r", text = "", icon = "UV_SYNC_SELECT", emboss = 1) + col_leg_scale_R.operator("operator.leg_scale_r", text = "", icon = "NONE", emboss = 1) col_leg_fk_R = col_leg_main_R.row(align = 1) col_leg_fk_R.scale_x = 1 @@ -1439,7 +1439,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_leg_scale_L.scale_x = 2 col_leg_scale_L.scale_y = 1 col_leg_scale_L.alignment = 'CENTER' - col_leg_scale_L.operator("operator.leg_scale_l", text = "", icon = "UV_SYNC_SELECT", emboss = 1) + col_leg_scale_L.operator("operator.leg_scale_l", text = "", icon = "NONE", emboss = 1) col_leg_fk_L = col_leg_main_L.row(align = 1) col_leg_fk_L.scale_x = 1 @@ -1493,7 +1493,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_leg_toon_L.separator() col_leg_toon_L.separator() col_leg_toon_L.separator() - col_leg_toon_L.operator("operator.knee_pole_l", text="", icon = "PROP_ON", emboss = 0) + col_leg_toon_L.operator("operator.knee_pole_l", text="", icon = "NONE", emboss = 0) col_leg_toon_L.separator() col_leg_toon_L.separator() col_leg_toon_L.separator() @@ -1526,7 +1526,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_leg_scale_L.scale_x = 2 col_leg_scale_L.scale_y = 1 col_leg_scale_L.alignment = 'CENTER' - col_leg_scale_L.operator("operator.leg_scale_l", text = "", icon = "UV_SYNC_SELECT", emboss = 1) + col_leg_scale_L.operator("operator.leg_scale_l", text = "", icon = "NONE", emboss = 1) col_leg_fk_L = col_leg_main_L.row(align = 1) col_leg_fk_L.scale_x = 1 @@ -1595,7 +1595,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): col_leg_toon_L.operator("operator.thigh_toon_l", text="", icon = "KEYFRAME_HLT", emboss = 0) col_leg_toon_L.separator() col_leg_toon_L.separator() - col_leg_toon_L.operator("operator.knee_pole_l", text="", icon = "PROP_ON", emboss = 0) + col_leg_toon_L.operator("operator.knee_pole_l", text="", icon = "NONE", emboss = 0) col_leg_toon_L.separator() col_leg_toon_L.operator("operator.shin_toon_l", text="", icon = "KEYFRAME_HLT", emboss = 0) col_leg_toon_L.separator() @@ -2612,10 +2612,10 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): brow_ctrls_R.scale_x = 1 brow_ctrls_R.scale_y = 0.5 brow_ctrls_R.alignment = 'CENTER' - brow_ctrls_R.operator("operator.brow_ctrl_4_r", text="", icon='DOT', emboss=0) - brow_ctrls_R.operator("operator.brow_ctrl_3_r", text="", icon='DOT', emboss=0) - brow_ctrls_R.operator("operator.brow_ctrl_2_r", text="", icon='DOT', emboss=0) - brow_ctrls_R.operator("operator.brow_ctrl_1_r", text="", icon='DOT', emboss=0) + brow_ctrls_R.operator("operator.brow_ctrl_4_r", text="", icon='NONE', emboss=0) + brow_ctrls_R.operator("operator.brow_ctrl_3_r", text="", icon='NONE', emboss=0) + brow_ctrls_R.operator("operator.brow_ctrl_2_r", text="", icon='NONE', emboss=0) + brow_ctrls_R.operator("operator.brow_ctrl_1_r", text="", icon='NONE', emboss=0) # Brow Ctrl R brow_ctrl_R = brow_R.row() @@ -2636,7 +2636,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): brow_frown.scale_x = 2 brow_frown.scale_y = 0.5 brow_frown.alignment = 'CENTER' - brow_frown.operator("operator.frown_ctrl", text="", icon='DOT', emboss=0) + brow_frown.operator("operator.frown_ctrl", text="", icon='NONE', emboss=0) brow_frown.separator() brow_frown.operator("operator.nose_bridge_1_ctrl", text="") @@ -2646,10 +2646,10 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): brow_ctrls_L.scale_x = 1 brow_ctrls_L.scale_y = 0.5 brow_ctrls_L.alignment = 'CENTER' - brow_ctrls_L.operator("operator.brow_ctrl_1_l", text="", icon='DOT', emboss=0) - brow_ctrls_L.operator("operator.brow_ctrl_2_l", text="", icon='DOT', emboss=0) - brow_ctrls_L.operator("operator.brow_ctrl_3_l", text="", icon='DOT', emboss=0) - brow_ctrls_L.operator("operator.brow_ctrl_4_l", text="", icon='DOT', emboss=0) + brow_ctrls_L.operator("operator.brow_ctrl_1_l", text="", icon='NONE', emboss=0) + brow_ctrls_L.operator("operator.brow_ctrl_2_l", text="", icon='NONE', emboss=0) + brow_ctrls_L.operator("operator.brow_ctrl_3_l", text="", icon='NONE', emboss=0) + brow_ctrls_L.operator("operator.brow_ctrl_4_l", text="", icon='NONE', emboss=0) # Brow Ctrl R brow_ctrl_L = brow_L.row() @@ -2705,9 +2705,9 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): eyelid_up_ctrls_R.scale_x = 1.2 eyelid_up_ctrls_R.scale_y = 0.5 eyelid_up_ctrls_R.alignment = 'CENTER' - eyelid_up_ctrls_R.operator("operator.eyelid_up_ctrl_3_r", text="", icon='DOT', emboss=0) - eyelid_up_ctrls_R.operator("operator.eyelid_up_ctrl_2_r", text="", icon='DOT', emboss=0) - eyelid_up_ctrls_R.operator("operator.eyelid_up_ctrl_1_r", text="", icon='DOT', emboss=0) + eyelid_up_ctrls_R.operator("operator.eyelid_up_ctrl_3_r", text="", icon='NONE', emboss=0) + eyelid_up_ctrls_R.operator("operator.eyelid_up_ctrl_2_r", text="", icon='NONE', emboss=0) + eyelid_up_ctrls_R.operator("operator.eyelid_up_ctrl_1_r", text="", icon='NONE', emboss=0) # Eye_R eye_R_row_1 = col_R.row() @@ -2729,7 +2729,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): eye_R = eye_R_box.row() eye_R.operator("operator.pupil_ctrl_r", text="", icon='RADIOBUT_ON', emboss=0) eye_R.operator("operator.eye_ctrl_r", text="", icon='RESTRICT_VIEW_OFF', emboss=0) - eye_R.operator("operator.iris_ctrl_r", text="", icon='INLINK', emboss=0) + eye_R.operator("operator.iris_ctrl_r", text="", icon='NONE', emboss=0) eye_R_row_2.operator("operator.toon_eye_in_r", text="", icon='KEYFRAME_HLT', emboss=0) eye_R_row_3 = col_R.row() @@ -2743,11 +2743,11 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): eyelid_low_ctrls_R.scale_x = 0.8 eyelid_low_ctrls_R.scale_y = 0.5 eyelid_low_ctrls_R.alignment = 'CENTER' - eyelid_low_ctrls_R.operator("operator.eyelid_ctrl_out_r", text="", icon='DOT', emboss=0) - eyelid_low_ctrls_R.operator("operator.eyelid_low_ctrl_3_r", text="", icon='DOT', emboss=0) - eyelid_low_ctrls_R.operator("operator.eyelid_low_ctrl_2_r", text="", icon='DOT', emboss=0) - eyelid_low_ctrls_R.operator("operator.eyelid_low_ctrl_1_r", text="", icon='DOT', emboss=0) - eyelid_low_ctrls_R.operator("operator.eyelid_ctrl_in_r", text="", icon='DOT', emboss=0) + eyelid_low_ctrls_R.operator("operator.eyelid_ctrl_out_r", text="", icon='NONE', emboss=0) + eyelid_low_ctrls_R.operator("operator.eyelid_low_ctrl_3_r", text="", icon='NONE', emboss=0) + eyelid_low_ctrls_R.operator("operator.eyelid_low_ctrl_2_r", text="", icon='NONE', emboss=0) + eyelid_low_ctrls_R.operator("operator.eyelid_low_ctrl_1_r", text="", icon='NONE', emboss=0) + eyelid_low_ctrls_R.operator("operator.eyelid_ctrl_in_r", text="", icon='NONE', emboss=0) # Eyelid Low Ctrl R eyelid_low_R = col_R.row() @@ -2787,9 +2787,9 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): eyelid_up_ctrls_L.scale_x = 1.2 eyelid_up_ctrls_L.scale_y = 0.5 eyelid_up_ctrls_L.alignment = 'CENTER' - eyelid_up_ctrls_L.operator("operator.eyelid_up_ctrl_1_l", text="", icon='DOT', emboss=0) - eyelid_up_ctrls_L.operator("operator.eyelid_up_ctrl_2_l", text="", icon='DOT', emboss=0) - eyelid_up_ctrls_L.operator("operator.eyelid_up_ctrl_3_l", text="", icon='DOT', emboss=0) + eyelid_up_ctrls_L.operator("operator.eyelid_up_ctrl_1_l", text="", icon='NONE', emboss=0) + eyelid_up_ctrls_L.operator("operator.eyelid_up_ctrl_2_l", text="", icon='NONE', emboss=0) + eyelid_up_ctrls_L.operator("operator.eyelid_up_ctrl_3_l", text="", icon='NONE', emboss=0) # Eye_L eye_L_row_1 = col_L.row() @@ -2809,8 +2809,8 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): eye_L_box.scale_y = 1 eye_L_box.alignment = 'CENTER' eye_L = eye_L_box.row() - eye_L.operator("operator.iris_ctrl_l", text="", icon='PROP_ON', emboss=0) - eye_L.operator("operator.eye_ctrl_l", text="", icon='HIDE_OFF', emboss=0) + eye_L.operator("operator.iris_ctrl_l", text="", icon='NONE', emboss=0) + eye_L.operator("operator.eye_ctrl_l", text="", icon='RESTRICT_VIEW_OFF', emboss=0) eye_L.operator("operator.pupil_ctrl_l", text="", icon='RADIOBUT_ON', emboss=0) eye_L_row_2.operator("operator.toon_eye_out_l", text="", icon='KEYFRAME_HLT', emboss=0) @@ -2825,11 +2825,11 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): eyelid_low_ctrls_L.scale_x = 0.8 eyelid_low_ctrls_L.scale_y = 0.5 eyelid_low_ctrls_L.alignment = 'CENTER' - eyelid_low_ctrls_L.operator("operator.eyelid_ctrl_in_l", text="", icon='DOT', emboss=0) - eyelid_low_ctrls_L.operator("operator.eyelid_low_ctrl_1_l", text="", icon='DOT', emboss=0) - eyelid_low_ctrls_L.operator("operator.eyelid_low_ctrl_2_l", text="", icon='DOT', emboss=0) - eyelid_low_ctrls_L.operator("operator.eyelid_low_ctrl_3_l", text="", icon='DOT', emboss=0) - eyelid_low_ctrls_L.operator("operator.eyelid_ctrl_out_l", text="", icon='DOT', emboss=0) + eyelid_low_ctrls_L.operator("operator.eyelid_ctrl_in_l", text="", icon='NONE', emboss=0) + eyelid_low_ctrls_L.operator("operator.eyelid_low_ctrl_1_l", text="", icon='NONE', emboss=0) + eyelid_low_ctrls_L.operator("operator.eyelid_low_ctrl_2_l", text="", icon='NONE', emboss=0) + eyelid_low_ctrls_L.operator("operator.eyelid_low_ctrl_3_l", text="", icon='NONE', emboss=0) + eyelid_low_ctrls_L.operator("operator.eyelid_ctrl_out_l", text="", icon='NONE', emboss=0) # Eyelid Low Ctrl L eyelid_low_L = col_L.row() @@ -2902,9 +2902,9 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): cheek_ctrls_R.scale_x = 1.5 cheek_ctrls_R.scale_y = 0.5 cheek_ctrls_R.alignment = 'CENTER' - cheek_ctrls_R.operator("operator.cheek_ctrl_3_r", text="", icon='DOT', emboss=0) - cheek_ctrls_R.operator("operator.cheek_ctrl_2_r", text="", icon='DOT', emboss=0) - cheek_ctrls_R.operator("operator.cheek_ctrl_1_r", text="", icon='DOT', emboss=0) + cheek_ctrls_R.operator("operator.cheek_ctrl_3_r", text="", icon='NONE', emboss=0) + cheek_ctrls_R.operator("operator.cheek_ctrl_2_r", text="", icon='NONE', emboss=0) + cheek_ctrls_R.operator("operator.cheek_ctrl_1_r", text="", icon='NONE', emboss=0) # Cheek Ctrls 2 R col_R.separator() @@ -2912,9 +2912,9 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): cheek_ctrls_2_R.scale_x = 1.5 cheek_ctrls_2_R.scale_y = 0.5 cheek_ctrls_2_R.alignment = 'CENTER' - cheek_ctrls_2_R.operator("operator.cheek2_ctrl_3_r", text="", icon='DOT', emboss=0) - cheek_ctrls_2_R.operator("operator.cheek2_ctrl_2_r", text="", icon='DOT', emboss=0) - cheek_ctrls_2_R.operator("operator.cheek2_ctrl_1_r", text="", icon='DOT', emboss=0) + cheek_ctrls_2_R.operator("operator.cheek2_ctrl_3_r", text="", icon='NONE', emboss=0) + cheek_ctrls_2_R.operator("operator.cheek2_ctrl_2_r", text="", icon='NONE', emboss=0) + cheek_ctrls_2_R.operator("operator.cheek2_ctrl_1_r", text="", icon='NONE', emboss=0) # Cheek Ctrls 3 R col_R.separator() @@ -2922,9 +2922,9 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): cheek_ctrls_3_R.scale_x = 1.5 cheek_ctrls_3_R.scale_y = 0.5 cheek_ctrls_3_R.alignment = 'CENTER' - cheek_ctrls_3_R.operator("operator.lip_up3_ctrl_3_r", text="", icon='DOT', emboss=0) - cheek_ctrls_3_R.operator("operator.lip_up3_ctrl_2_r", text="", icon='DOT', emboss=0) - cheek_ctrls_3_R.operator("operator.lip_up3_ctrl_1_r", text="", icon='DOT', emboss=0) + cheek_ctrls_3_R.operator("operator.lip_up3_ctrl_3_r", text="", icon='NONE', emboss=0) + cheek_ctrls_3_R.operator("operator.lip_up3_ctrl_2_r", text="", icon='NONE', emboss=0) + cheek_ctrls_3_R.operator("operator.lip_up3_ctrl_1_r", text="", icon='NONE', emboss=0) # Cheek Ctrls 4 R col_R.separator() @@ -2932,9 +2932,9 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): cheek_ctrls_4_R.scale_x = 1.5 cheek_ctrls_4_R.scale_y = 0.5 cheek_ctrls_4_R.alignment = 'CENTER' - cheek_ctrls_4_R.operator("operator.lip_up2_ctrl_3_r", text="", icon='DOT', emboss=0) - cheek_ctrls_4_R.operator("operator.lip_up2_ctrl_2_r", text="", icon='DOT', emboss=0) - cheek_ctrls_4_R.operator("operator.lip_up2_ctrl_1_r", text="", icon='DOT', emboss=0) + cheek_ctrls_4_R.operator("operator.lip_up2_ctrl_3_r", text="", icon='NONE', emboss=0) + cheek_ctrls_4_R.operator("operator.lip_up2_ctrl_2_r", text="", icon='NONE', emboss=0) + cheek_ctrls_4_R.operator("operator.lip_up2_ctrl_1_r", text="", icon='NONE', emboss=0) # Nose col_mid.separator() @@ -2944,16 +2944,16 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): nose.scale_x = 1.2 nose.scale_y = 0.8 nose.alignment = 'CENTER' - nose.operator("operator.nostril_ctrl_r", text="", icon='DOT', emboss=0) + nose.operator("operator.nostril_ctrl_r", text="", icon='NONE', emboss=0) nose.operator("operator.nose_ctrl", text="") - nose.operator("operator.nostril_ctrl_l", text="", icon='DOT', emboss=0) + nose.operator("operator.nostril_ctrl_l", text="", icon='NONE', emboss=0) # Lip Up Ctrls col_mid.separator() lip_up_ctrls = col_mid.column() lip_up_ctrls.scale_x = 0.25 lip_up_ctrls.scale_y = 0.5 - lip_up_ctrls.operator("operator.lip_up3_ctrl_mid", text="", icon='DOT', emboss=0) + lip_up_ctrls.operator("operator.lip_up3_ctrl_mid", text="", icon='NONE', emboss=0) lip_up_3_ctrl = col_mid.column() lip_up_3_ctrl.scale_x = 0.25 @@ -2963,7 +2963,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): lip_up_2_ctrl = col_mid.column() lip_up_2_ctrl.scale_x = 0.25 lip_up_2_ctrl.scale_y = 0.3 - lip_up_2_ctrl.operator("operator.lip_up2_ctrl_mid", text="", icon='DOT', emboss=0) + lip_up_2_ctrl.operator("operator.lip_up2_ctrl_mid", text="", icon='NONE', emboss=0) lip_up_2_ctrl.operator("operator.lip_up2_ctrl", text="") # Cheek Ctrl L @@ -2978,9 +2978,9 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): cheek_ctrls_L.scale_x = 1.5 cheek_ctrls_L.scale_y = 0.5 cheek_ctrls_L.alignment = 'CENTER' - cheek_ctrls_L.operator("operator.cheek_ctrl_1_l", text="", icon='DOT', emboss=0) - cheek_ctrls_L.operator("operator.cheek_ctrl_2_l", text="", icon='DOT', emboss=0) - cheek_ctrls_L.operator("operator.cheek_ctrl_3_l", text="", icon='DOT', emboss=0) + cheek_ctrls_L.operator("operator.cheek_ctrl_1_l", text="", icon='NONE', emboss=0) + cheek_ctrls_L.operator("operator.cheek_ctrl_2_l", text="", icon='NONE', emboss=0) + cheek_ctrls_L.operator("operator.cheek_ctrl_3_l", text="", icon='NONE', emboss=0) # Cheek Ctrls 2 L col_L.separator() @@ -2988,9 +2988,9 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): cheek_ctrls_2_L.scale_x = 1.5 cheek_ctrls_2_L.scale_y = 0.5 cheek_ctrls_2_L.alignment = 'CENTER' - cheek_ctrls_2_L.operator("operator.cheek2_ctrl_1_l", text="", icon='DOT', emboss=0) - cheek_ctrls_2_L.operator("operator.cheek2_ctrl_2_l", text="", icon='DOT', emboss=0) - cheek_ctrls_2_L.operator("operator.cheek2_ctrl_3_l", text="", icon='DOT', emboss=0) + cheek_ctrls_2_L.operator("operator.cheek2_ctrl_1_l", text="", icon='NONE', emboss=0) + cheek_ctrls_2_L.operator("operator.cheek2_ctrl_2_l", text="", icon='NONE', emboss=0) + cheek_ctrls_2_L.operator("operator.cheek2_ctrl_3_l", text="", icon='NONE', emboss=0) # Cheek Ctrls 3 L col_L.separator() @@ -2998,9 +2998,9 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): cheek_ctrls_3_L.scale_x = 1.5 cheek_ctrls_3_L.scale_y = 0.5 cheek_ctrls_3_L.alignment = 'CENTER' - cheek_ctrls_3_L.operator("operator.lip_up3_ctrl_1_l", text="", icon='DOT', emboss=0) - cheek_ctrls_3_L.operator("operator.lip_up3_ctrl_2_l", text="", icon='DOT', emboss=0) - cheek_ctrls_3_L.operator("operator.lip_up3_ctrl_3_l", text="", icon='DOT', emboss=0) + cheek_ctrls_3_L.operator("operator.lip_up3_ctrl_1_l", text="", icon='NONE', emboss=0) + cheek_ctrls_3_L.operator("operator.lip_up3_ctrl_2_l", text="", icon='NONE', emboss=0) + cheek_ctrls_3_L.operator("operator.lip_up3_ctrl_3_l", text="", icon='NONE', emboss=0) # Cheek Ctrls 4 L col_L.separator() @@ -3008,9 +3008,9 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): cheek_ctrls_4_L.scale_x = 1.5 cheek_ctrls_4_L.scale_y = 0.5 cheek_ctrls_4_L.alignment = 'CENTER' - cheek_ctrls_4_L.operator("operator.lip_up2_ctrl_1_l", text="", icon='DOT', emboss=0) - cheek_ctrls_4_L.operator("operator.lip_up2_ctrl_2_l", text="", icon='DOT', emboss=0) - cheek_ctrls_4_L.operator("operator.lip_up2_ctrl_3_l", text="", icon='DOT', emboss=0) + cheek_ctrls_4_L.operator("operator.lip_up2_ctrl_1_l", text="", icon='NONE', emboss=0) + cheek_ctrls_4_L.operator("operator.lip_up2_ctrl_2_l", text="", icon='NONE', emboss=0) + cheek_ctrls_4_L.operator("operator.lip_up2_ctrl_3_l", text="", icon='NONE', emboss=0) col_space = box_face.column() col_space.scale_y = 4 @@ -3049,10 +3049,10 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): lip_mid_ctrls_R.scale_x = 1.5 lip_mid_ctrls_R.scale_y = 0.5 lip_mid_ctrls_R.alignment = 'CENTER' - lip_mid_ctrls_R.operator("operator.cheek_ctrl_4_r", text="", icon='DOT', emboss=0) - lip_mid_ctrls_R.operator("operator.cheek2_ctrl_4_r", text="", icon='DOT', emboss=0) - lip_mid_ctrls_R.operator("operator.lip_up3_ctrl_4_r", text="", icon='DOT', emboss=0) - lip_mid_ctrls_R.operator("operator.lip_up2_ctrl_4_r", text="", icon='DOT', emboss=0) + lip_mid_ctrls_R.operator("operator.cheek_ctrl_4_r", text="", icon='NONE', emboss=0) + lip_mid_ctrls_R.operator("operator.cheek2_ctrl_4_r", text="", icon='NONE', emboss=0) + lip_mid_ctrls_R.operator("operator.lip_up3_ctrl_4_r", text="", icon='NONE', emboss=0) + lip_mid_ctrls_R.operator("operator.lip_up2_ctrl_4_r", text="", icon='NONE', emboss=0) # Mouth Ctrls @@ -3116,13 +3116,13 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): lip_up_ctrls.scale_x = 0.3 lip_up_ctrls.scale_y = 0.4 lip_up_ctrls.alignment = 'CENTER' - lip_up_ctrls.operator("operator.lip_up_ctrl_3_r", text="", icon='DOT', emboss=0) - lip_up_ctrls.operator("operator.lip_up_ctrl_2_r", text="", icon='DOT', emboss=0) - lip_up_ctrls.operator("operator.lip_up_ctrl_1_r", text="", icon='DOT', emboss=0) - lip_up_ctrls.operator("operator.lip_up_ctrl_mid", text="", icon='DOT', emboss=0) - lip_up_ctrls.operator("operator.lip_up_ctrl_1_l", text="", icon='DOT', emboss=0) - lip_up_ctrls.operator("operator.lip_up_ctrl_2_l", text="", icon='DOT', emboss=0) - lip_up_ctrls.operator("operator.lip_up_ctrl_3_l", text="", icon='DOT', emboss=0) + lip_up_ctrls.operator("operator.lip_up_ctrl_3_r", text="", icon='NONE', emboss=0) + lip_up_ctrls.operator("operator.lip_up_ctrl_2_r", text="", icon='NONE', emboss=0) + lip_up_ctrls.operator("operator.lip_up_ctrl_1_r", text="", icon='NONE', emboss=0) + lip_up_ctrls.operator("operator.lip_up_ctrl_mid", text="", icon='NONE', emboss=0) + lip_up_ctrls.operator("operator.lip_up_ctrl_1_l", text="", icon='NONE', emboss=0) + lip_up_ctrls.operator("operator.lip_up_ctrl_2_l", text="", icon='NONE', emboss=0) + lip_up_ctrls.operator("operator.lip_up_ctrl_3_l", text="", icon='NONE', emboss=0) lip_up_col.separator() # Mouth Ctrl @@ -3143,7 +3143,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): mouth_ctrl_row_1.scale_x = 0.5 mouth_ctrl_row_1.scale_y = 1 mouth_ctrl_row_1.alignment = 'CENTER' - mouth_ctrl_row_1.operator("operator.lip_up_ctrl_4_r", text="", icon='DOT', emboss=0) + mouth_ctrl_row_1.operator("operator.lip_up_ctrl_4_r", text="", icon='NONE', emboss=0) mouth_ctrl_row_2 = mouth_ctrl_row.row(align=1) mouth_ctrl_row_2.scale_x = 1 @@ -3155,7 +3155,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): mouth_ctrl_row_3.scale_x = 0.5 mouth_ctrl_row_3.scale_y = 1 mouth_ctrl_row_3.alignment = 'CENTER' - mouth_ctrl_row_3.operator("operator.lip_up_ctrl_4_l", text="", icon='DOT', emboss=0) + mouth_ctrl_row_3.operator("operator.lip_up_ctrl_4_l", text="", icon='NONE', emboss=0) mouth_low_ctrl = mouth_ctrl_col.row() mouth_low_ctrl.scale_x = 1.5 @@ -3172,13 +3172,13 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): lip_low_ctrls.scale_x = 0.3 lip_low_ctrls.scale_y = 0.5 lip_low_ctrls.alignment = 'CENTER' - lip_low_ctrls.operator("operator.lip_low_ctrl_3_r", text="", icon='DOT', emboss=0) - lip_low_ctrls.operator("operator.lip_low_ctrl_2_r", text="", icon='DOT', emboss=0) - lip_low_ctrls.operator("operator.lip_low_ctrl_1_r", text="", icon='DOT', emboss=0) - lip_low_ctrls.operator("operator.lip_low_ctrl_mid", text="", icon='DOT', emboss=0) - lip_low_ctrls.operator("operator.lip_low_ctrl_1_l", text="", icon='DOT', emboss=0) - lip_low_ctrls.operator("operator.lip_low_ctrl_2_l", text="", icon='DOT', emboss=0) - lip_low_ctrls.operator("operator.lip_low_ctrl_3_l", text="", icon='DOT', emboss=0) + lip_low_ctrls.operator("operator.lip_low_ctrl_3_r", text="", icon='NONE', emboss=0) + lip_low_ctrls.operator("operator.lip_low_ctrl_2_r", text="", icon='NONE', emboss=0) + lip_low_ctrls.operator("operator.lip_low_ctrl_1_r", text="", icon='NONE', emboss=0) + lip_low_ctrls.operator("operator.lip_low_ctrl_mid", text="", icon='NONE', emboss=0) + lip_low_ctrls.operator("operator.lip_low_ctrl_1_l", text="", icon='NONE', emboss=0) + lip_low_ctrls.operator("operator.lip_low_ctrl_2_l", text="", icon='NONE', emboss=0) + lip_low_ctrls.operator("operator.lip_low_ctrl_3_l", text="", icon='NONE', emboss=0) mouth_mstr_low = mouth_col_mid.column(align=1) mouth_mstr_low.scale_x = 1 @@ -3224,10 +3224,10 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): lip_mid_ctrls_L.scale_x = 1.5 lip_mid_ctrls_L.scale_y = 0.5 lip_mid_ctrls_L.alignment = 'CENTER' - lip_mid_ctrls_L.operator("operator.lip_up2_ctrl_4_l", text="", icon='DOT', emboss=0) - lip_mid_ctrls_L.operator("operator.lip_up3_ctrl_4_l", text="", icon='DOT', emboss=0) - lip_mid_ctrls_L.operator("operator.cheek2_ctrl_4_l", text="", icon='DOT', emboss=0) - lip_mid_ctrls_L.operator("operator.cheek_ctrl_4_l", text="", icon='DOT', emboss=0) + lip_mid_ctrls_L.operator("operator.lip_up2_ctrl_4_l", text="", icon='NONE', emboss=0) + lip_mid_ctrls_L.operator("operator.lip_up3_ctrl_4_l", text="", icon='NONE', emboss=0) + lip_mid_ctrls_L.operator("operator.cheek2_ctrl_4_l", text="", icon='NONE', emboss=0) + lip_mid_ctrls_L.operator("operator.cheek_ctrl_4_l", text="", icon='NONE', emboss=0) # Jaw jaw = box_face.row() @@ -3262,9 +3262,9 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): cheek_ctrls_R.scale_x = 1.5 cheek_ctrls_R.scale_y = 0.5 cheek_ctrls_R.alignment = 'CENTER' - cheek_ctrls_R.operator("operator.lip_low2_ctrl_3_r", text="", icon='DOT', emboss=0) - cheek_ctrls_R.operator("operator.lip_low2_ctrl_2_r", text="", icon='DOT', emboss=0) - cheek_ctrls_R.operator("operator.lip_low2_ctrl_1_r", text="", icon='DOT', emboss=0) + cheek_ctrls_R.operator("operator.lip_low2_ctrl_3_r", text="", icon='NONE', emboss=0) + cheek_ctrls_R.operator("operator.lip_low2_ctrl_2_r", text="", icon='NONE', emboss=0) + cheek_ctrls_R.operator("operator.lip_low2_ctrl_1_r", text="", icon='NONE', emboss=0) # Jaw Ctrls 2 R col_R.separator() @@ -3272,9 +3272,9 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): cheek_ctrls_2_R.scale_x = 1.5 cheek_ctrls_2_R.scale_y = 0.5 cheek_ctrls_2_R.alignment = 'CENTER' - cheek_ctrls_2_R.operator("operator.lip_low3_ctrl_3_r", text="", icon='DOT', emboss=0) - cheek_ctrls_2_R.operator("operator.lip_low3_ctrl_2_r", text="", icon='DOT', emboss=0) - cheek_ctrls_2_R.operator("operator.lip_low3_ctrl_1_r", text="", icon='DOT', emboss=0) + cheek_ctrls_2_R.operator("operator.lip_low3_ctrl_3_r", text="", icon='NONE', emboss=0) + cheek_ctrls_2_R.operator("operator.lip_low3_ctrl_2_r", text="", icon='NONE', emboss=0) + cheek_ctrls_2_R.operator("operator.lip_low3_ctrl_1_r", text="", icon='NONE', emboss=0) # Jaw Ctrls 3 R col_R.separator() @@ -3282,10 +3282,10 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): cheek_ctrls_3_R.scale_x = 1 cheek_ctrls_3_R.scale_y = 0.5 cheek_ctrls_3_R.alignment = 'CENTER' - cheek_ctrls_3_R.operator("operator.cheek_ctrl_5_r", text="", icon='DOT', emboss=0) - cheek_ctrls_3_R.operator("operator.chin_ctrl_3_r", text="", icon='DOT', emboss=0) - cheek_ctrls_3_R.operator("operator.chin_ctrl_2_r", text="", icon='DOT', emboss=0) - cheek_ctrls_3_R.operator("operator.chin_ctrl_1_r", text="", icon='DOT', emboss=0) + cheek_ctrls_3_R.operator("operator.cheek_ctrl_5_r", text="", icon='NONE', emboss=0) + cheek_ctrls_3_R.operator("operator.chin_ctrl_3_r", text="", icon='NONE', emboss=0) + cheek_ctrls_3_R.operator("operator.chin_ctrl_2_r", text="", icon='NONE', emboss=0) + cheek_ctrls_3_R.operator("operator.chin_ctrl_1_r", text="", icon='NONE', emboss=0) # Lip Low Ctrls col_mid.separator() @@ -3293,7 +3293,7 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): lip_low_ctrls = col_mid.column() lip_low_ctrls.scale_x = 0.25 lip_low_ctrls.scale_y = 1 - lip_low_ctrls.operator("operator.lip_low2_ctrl_mid", text="", icon='DOT', emboss=0) + lip_low_ctrls.operator("operator.lip_low2_ctrl_mid", text="", icon='NONE', emboss=0) lip_low_2_ctrl = col_mid.column() lip_low_2_ctrl.scale_x = 0.25 @@ -3303,9 +3303,9 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): lip_low_3_ctrl = col_mid.column() lip_low_3_ctrl.scale_x = 0.25 lip_low_3_ctrl.scale_y = 0.3 - lip_low_3_ctrl.operator("operator.lip_low3_ctrl_mid", text="", icon='DOT', emboss=0) + lip_low_3_ctrl.operator("operator.lip_low3_ctrl_mid", text="", icon='NONE', emboss=0) lip_low_3_ctrl.operator("operator.lip_low3_ctrl", text="") - lip_low_3_ctrl.operator("operator.chin_ctrl_mid", text="", icon='DOT', emboss=0) + lip_low_3_ctrl.operator("operator.chin_ctrl_mid", text="", icon='NONE', emboss=0) # Mouth Frown L cheek_ctrl_L = col_L.row() @@ -3319,9 +3319,9 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): cheek_ctrls_L.scale_x = 1.5 cheek_ctrls_L.scale_y = 0.5 cheek_ctrls_L.alignment = 'CENTER' - cheek_ctrls_L.operator("operator.lip_low2_ctrl_1_l", text="", icon='DOT', emboss=0) - cheek_ctrls_L.operator("operator.lip_low2_ctrl_2_l", text="", icon='DOT', emboss=0) - cheek_ctrls_L.operator("operator.lip_low2_ctrl_3_l", text="", icon='DOT', emboss=0) + cheek_ctrls_L.operator("operator.lip_low2_ctrl_1_l", text="", icon='NONE', emboss=0) + cheek_ctrls_L.operator("operator.lip_low2_ctrl_2_l", text="", icon='NONE', emboss=0) + cheek_ctrls_L.operator("operator.lip_low2_ctrl_3_l", text="", icon='NONE', emboss=0) # Jaw Ctrls 2 L col_L.separator() @@ -3329,9 +3329,9 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): cheek_ctrls_2_L.scale_x = 1.5 cheek_ctrls_2_L.scale_y = 0.5 cheek_ctrls_2_L.alignment = 'CENTER' - cheek_ctrls_2_L.operator("operator.lip_low3_ctrl_1_l", text="", icon='DOT', emboss=0) - cheek_ctrls_2_L.operator("operator.lip_low3_ctrl_2_l", text="", icon='DOT', emboss=0) - cheek_ctrls_2_L.operator("operator.lip_low3_ctrl_3_l", text="", icon='DOT', emboss=0) + cheek_ctrls_2_L.operator("operator.lip_low3_ctrl_1_l", text="", icon='NONE', emboss=0) + cheek_ctrls_2_L.operator("operator.lip_low3_ctrl_2_l", text="", icon='NONE', emboss=0) + cheek_ctrls_2_L.operator("operator.lip_low3_ctrl_3_l", text="", icon='NONE', emboss=0) # Jaw Ctrls 3 L col_L.separator() @@ -3339,10 +3339,10 @@ class BLENRIG_PT_BlenRig_5_Interface(bpy.types.Panel): cheek_ctrls_3_L.scale_x = 1 cheek_ctrls_3_L.scale_y = 0.5 cheek_ctrls_3_L.alignment = 'CENTER' - cheek_ctrls_3_L.operator("operator.chin_ctrl_1_l", text="", icon='DOT', emboss=0) - cheek_ctrls_3_L.operator("operator.chin_ctrl_2_l", text="", icon='DOT', emboss=0) - cheek_ctrls_3_L.operator("operator.chin_ctrl_3_l", text="", icon='DOT', emboss=0) - cheek_ctrls_3_L.operator("operator.cheek_ctrl_5_l", text="", icon='DOT', emboss=0) + cheek_ctrls_3_L.operator("operator.chin_ctrl_1_l", text="", icon='NONE', emboss=0) + cheek_ctrls_3_L.operator("operator.chin_ctrl_2_l", text="", icon='NONE', emboss=0) + cheek_ctrls_3_L.operator("operator.chin_ctrl_3_l", text="", icon='NONE', emboss=0) + cheek_ctrls_3_L.operator("operator.cheek_ctrl_5_l", text="", icon='NONE', emboss=0) col_space = box_face.column() col_space.scale_y = 4