to not enable an object to be picked again, freeze it. to make it appear like it isn’t frozen, in object properties uncheck “Display Frozen in Gray” …
wtb integrated Node based material editor please. PS. anyone write a script so I can link the coordinates for some of my materials? If it was node b…
Thanks for the response Soulburn. Glad I’m not the only one who has problems with this. -Colin
enumerateFiles should be the most effective use of collecting missing maps. Although I don’t like to use it mostly because it does things I don’t ex…
I have had great success with it reporting bitmaps included in VRayDisplacement Modifier…not exactly sure what problems you’ve had soulburn. It works…
for like a selectByName() dialog box where the user chooses objects/lights/cameras etc from the scene? What do you mean? -Colin
This indeed was the solution. I have some error checking code to make sure the rollout and checkbox is not undefined so if they don’t have Isolate ru…
Thanks for bug testing it! I will post v1.06 here today and always keep the latest version on scriptspot! Thanks a ton, the rlt_MissingMaps fix will…
Looks great! Grats
absolutely! For the fading part have your script create the materials in the medit slots 1-10. Alternatively you could just create an array of materi…
I would create 10 separate materials, and assign them self-illuminated values from 0 to 100 in increments of 10, then randomly apply a different mater…
All good code is self-contained and re-useable It’s all about the basics. -Colin
First Read in Maxscript Reference: “Scope of Variables” global variables can cause problems. When you start programming alot, you start to develop y…