How to programatically assign random colors to objects in 3ds max?
That works well if you just want to assign a random wire color. Here is some code for creating a standard material with a random diffuse color.
for o in $* do
(
m = standard
m.diffuse = random white black
o.material = m
)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With