I've come across an issue working with script files When creating a material or object via script, and just script (ala transient), having numbers in the generated object's name seems to make things screwy. IE, if I had a loop to create several materials like so for(%i = 0; %i < 4; %i++) { %newmat =...