gloupi
03-15-2004, 10:40 AM
Hi cdinic,
At first, i would check if you are talking about the way to choose an object color in max.When you choose your color, there is a small Checkbox AssignRandomColor, to prevent on creation to have the same color.
Or script way, try this:
o = selection as array
for i = 1 to o.count do
(
o[i].wireColor = [random 0 255,random 0 255,random 0 255]
)
CGTalk Moderation
01-17-2006, 05:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.