PDA

View Full Version : Diferent Dummy colors plz.....


cdinic
03-10-2004, 11:04 PM
Call me crazy, but I don't want all my dummies to be green.. any way to color each differently?

-Chris

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.