Files
Nexus/2025/shelves/shelf_Nexus_DevTools.mel
2025-12-06 18:23:17 +08:00

44 lines
1.1 KiB
Plaintext

global proc shelf_Nexus_DevTools () {
global string $gBuffStr;
global string $gBuffStr0;
global string $gBuffStr1;
shelfButton
-enableCommandRepeat 1
-flexibleWidthType 3
-flexibleWidthValue 32
-enable 1
-width 35
-height 34
-manage 1
-visible 1
-preventOverride 0
-annotation "Export Skin Weights - Export skin weights to file"
-enableBackground 0
-backgroundColor 0 0 0
-highlightColor 0.321569 0.521569 0.65098
-align "center"
-label "ICON"
-labelOffset 0
-rotation 0
-flipX 0
-flipY 0
-useAlpha 1
-font "plainLabelFont"
-imageOverlayLabel "ICON"
-overlayLabelColor 0.8 0.8 0.8
-overlayLabelBackColor 0 0 0 0.5
-image "iconviewer.png"
-image1 "iconviewer.png"
-style "iconOnly"
-marginWidth 0
-marginHeight 1
-command "from dev_tools import mayaiconview\nmayaiconview.create_icon_viewer()"
-sourceType "python"
-commandRepeatable 1
-flat 1
;
}