Simply Maya User Community

Simply Maya User Community (https://simplymaya.com/forum/index.php)
-   Programming (https://simplymaya.com/forum/forumdisplay.php?f=32)
-   -   Making a GUI for a particular command, Help Please (https://simplymaya.com/forum/showthread.php?t=11053)

Tattrpuff 19-03-2004 10:26 PM

Making a GUI for a particular command, Help Please
 
I need to make a GUI Window for the shaveWriteRib command. All though I have made a shelf button for this command. I need to make a GUI for mutiple frames and possibly saving. This is my looping Script:

int $f;

for ($f = 1; $f <= 10; $f++)
{
currentTime $f;
shaveWriteRib -frame $f ("c:\\file." + $f + ".rib");
}

Now I want a GUI that is a pop up window that would prompt me to determine the frame number and possibly the save location.

I could use any help here, a point in the right direction of a good tutorial, or any thing will help

Dann 20-03-2004 01:42 AM

Take a look at some of the UI building tools at

http://www.highend3d.com/maya/tools/


All times are GMT. The time now is 11:39 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Simply Maya 2018