gralha
10-17-2010, 02:42 AM
Hi guys, I'm trying to do as a synoptic vew in XSI, but I'm having a problem ... I'm not getting to put the background image in the GUI that I did .
instead of "image", I'm putting the place where image is located ... but maya can not find the path :(
... could someone help me?
I am sending the script you guys take a look ...
thanks to all.......... gralha
// Spidy GUI
//
string $window =`window -title "Spidy_GUI"
-widthHeight 183 394`;
setParent..;
shelfTabLayout
-imageVisible true mainShelfTab;
shelfLayout MainBody;
image -image "image";
setParent..;
shelfLayout Hands;
setParent ..;
shelfLayout Face;
setParent ..;
showWindow $window;
instead of "image", I'm putting the place where image is located ... but maya can not find the path :(
... could someone help me?
I am sending the script you guys take a look ...
thanks to all.......... gralha
// Spidy GUI
//
string $window =`window -title "Spidy_GUI"
-widthHeight 183 394`;
setParent..;
shelfTabLayout
-imageVisible true mainShelfTab;
shelfLayout MainBody;
image -image "image";
setParent..;
shelfLayout Hands;
setParent ..;
shelfLayout Face;
setParent ..;
showWindow $window;
