How to programatically assign random colors to objects in 3ds max?
|
feedback
|
|
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.
| |||
|
feedback
|
|
This is what I found online as a solution:
| |||
|
feedback
|
|
Various ways: For wirecolor changes (i.e.-objects with no scene material on them) you can do, (for mesh objects only)
for all scene objects you can do
for all objects that are selected you can do
for only a single object, you can do
| |||
|
feedback
|