Maya 2020 fundamentals - modelling the real world
Get halfway through a model and find it's an unworkable mess? Can't add edge loops where you need them? Can't subdivide a mesh properly? If any of this sounds familiar check this course out.
# 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