spiderman3
05-17-2007, 04:28 AM
Hi guys I have created a menu innside maya as shown below, now i want to a autoload it when maya is open can anyone help me out.
global proc spiderman(){
menu -label "S3"
-tearOff true
mainTrigMenu;
menuItem -label "Leg Rig"
-annotation ""
-command "tlegrig;";
menuItem -label "Hand Rig"
-annotation ""
-command "thandrig;";
menuItem -label "Spine Rig"
-annotation ""
-command "tRig;";
}
global proc spiderman(){
menu -label "S3"
-tearOff true
mainTrigMenu;
menuItem -label "Leg Rig"
-annotation ""
-command "tlegrig;";
menuItem -label "Hand Rig"
-annotation ""
-command "thandrig;";
menuItem -label "Spine Rig"
-annotation ""
-command "tRig;";
}
