Maya for 3D Printing - Rapid Prototyping
In this course we're going to look at something a little different, creating technically accurate 3D printed parts.
# 1 26-10-2008 , 12:33 PM
bendingiscool's Avatar
Subscriber
Join Date: Jul 2006
Location: London
Posts: 567

connecting floatFields and proc inputs

Hey,

I was wondering how to make floatFields in a UI that are connected to the inputs in the brackets after a procedure's name, for instance...

//////////
proc blah ( in here, like variables etc ){
do stuff...
}


Say I have a AI like this from the help files...

////////////
string $window = `window`;
columnLayout;
floatField -minValue -10 -maxValue 10 -value 0;
showWindow $window;


How would I hook that up to be connected with
the procedure inputs, am confused about this one

Many thanks
Chris

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