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 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