View Single Post
# 1 19-03-2004 , 10:26 PM
Registered User
Join Date: Dec 2003
Location: Nebraska
Posts: 6

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