ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
not sure is there a script for this task, but if not, here is a bit of help:
-- Note: getClassInstances function was fixed in Max 2011-- Also in Max 2011 was added new optional arguments-- (check "getClassInstances" in the help for details)
allStdMats = getClassInstances standardMaterial
-- loop through and swap:for m in allStdMats do(swap m.maps[1] m.maps[5])/*
m.maps[1] -- #diffuseMap
m.maps[5] -- #selfIllumMap
*/
Comments
not sure is there a script
not sure is there a script for this task, but if not, here is a bit of help:
my recent MAXScripts RSS (archive here)