Digital humans the art of the digital double
Ever wanted to know how digital doubles are created in the movie industry? This course will give you an insight into how it's done.
# 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

# 2 20-03-2004 , 01:42 AM
Dann's Avatar
Registered User
Join Date: Feb 2003
Location: Los Angeles
Posts: 695

Posting Rules Forum Rules
You may not post new threads | You may not post replies | You may not post attachments | You may not edit your posts | BB code is On | Smilies are On | [IMG] code is On | HTML code is Off

Similar Threads