/* setup guide - total manual way in hotkey editor // yourMM_press if (`popupMenu -exists tempMM`) { deleteUI tempMM; } popupMenu -button 1 -ctl false -alt false -allowOptionBoxes true -parent viewPanes -mm 1 tempMM; source "mm_shi_cc_assign.mel"; // only to change this // yourMM_release if (`popupMenu -exists tempMM`) { deleteUI tempMM; } */ menuItem -label "ccRed" -command "hyperShade -assign ccRed;" mmCCAmi_red; menuItem -label "ccGreen" -command "hyperShade -assign ccGreen;" mmCCAmi_green; menuItem -label "ccBlue" -command "hyperShade -assign ccBlue;" mmCCAmi_blue; menuItem -label "ccWhite" -command "hyperShade -assign ccWhite;" mmCCAmi_white; menuItem -label "ccGrey" -command "hyperShade -assign ccGrey;" mmCCAmi_grey; menuItem -label "ccBlack" -command "hyperShade -assign ccBlack;" mmCCAmi_black; menuItem -label "ccYellow" -command "hyperShade -assign ccYellow;" mmCCAmi_yellow; menuItem -label "---------" -command "" mmCCAmi_dash; menuItem -label "ccMatSetup" -command "ccMatSetup" mmCCAmi_ccMatSetup; setParent -m ..;