Notifications
Clear all
[Closed] Make unique material problem
Aug 06, 2008 8:50 pm
When I run the script, the colors of No.1 slot and No.3 slot get changed.
So I run the assignNewName, but it still happens.
What should I do if I want to do(get?) Make Unique on No.3 slot?
meditMaterials[1] = Multimaterial ()
meditMaterials[1][1] = Architectural ()
setSubMtl (meditMaterials[1]) 3 (meditMaterials[1][1])
assignNewName (meditMaterials[1][3])
meditMaterials[1].material1.Diffuse = color 0 0 0
1 Reply
1 Reply
try something along the lines of
meditMaterials[1] = Multimaterial ()
meditMaterials[1][1] = Architectural ()
setSubMtl (meditMaterials[1]) 3 [b](copy (meditMaterials[1][1]))[/b]
assignNewName (meditMaterials[1][3])
meditMaterials[1].material1.Diffuse = color 0 0 0
Shane