i'd like to be able to do this in maxscript:
Maxscript complains that it's not "mappable" or something.
Explicitly iterating over each one (ie. "multiTex.id_1 = 5") is really awful.
Code:
for m in multiTex do ( m.texmap = someTex )
Explicitly iterating over each one (ie. "multiTex.id_1 = 5") is really awful.
Comment