View Single Post
# 1 07-12-2004 , 10:56 AM
Registered User
Join Date: Jul 2003
Posts: 5

Newbie question about polySmoothing multiple objects..

Right, just starting scripting/writing expressions and got this resolution change thing that's a bit too long.

Basicly I'm changing all polysmooth divisions in a character (30+ of them) and currently just using a 'if (res == 1) { polySmoothFace1 = 1;polySmoothFace2 = 1; etc etc.. } which is a rather long list in the end.

I'd like to do a simple for loop instead and going through the number 1 to 30 but don't know how to add that number into the polySmoothFace[X] command to get it to work.

Any help would be greatly appreciated.