WooHoo! Thanks man, here is the finished code that works great for my needs. ( Objs = for o in objects collect o for o in Objs do ( x = copy o x.n…
here is what I have so far… x = dave ( Objs = for o in objects collect o for o in Objs do ( copy o x = o.name addmodifier o (skin()) skinOps.addbone…
ah! I killed the 3dsmax task and restored the backup. CODE=INSERTED! Thanks guys!
OK now I am trying to save the file after importing all the xrefs. Again this should be simple but the methods I have tried aren’t working. They are…
works perfectly, thanks ZeBoxx2!!
That’s it!! Thanks for all your help guys (and gals?) final script: ( Objs = for o in objects collect o for o in Objs do ( if matchpattern o.nam…
I found the apropos() object instpector function[b][b] I ran this but it appears to be in an endless loop… [/b][/b]( Objs = for o in objects collect…
Thanks for that Zbuffer, is there a “Like” or “Contains” operator in maxscript?
for i = 1 to objects.count do ( if objects[i].name == “Layer:Level 13” do ( clearSelection() select #($’Layer:Level 13′) $.material = meditMateria…
yeah sure thing. I dont have it here so I will have to post the file when I get to work tomorrow. Thanks dude!