A simple script to rattle through the material editor and copy the diffuse map to the bump map. Script with errors below. Any help would be appreciated.
for i = 1 to 24 do (
for t = 1 to meditMaterials[i].materialList.count do (
meditMaterials[i].materialList[t].bumpMap = meditMaterials[i].materialList[t].diffuseMap
)
)
-- Syntax error: at ), expected
-- In line: )
real08121985 · 2009-05-29