em3
@em3
New Member
Joined: Feb 14, 2024
Topics: 70 / Replies: 148
Topic
Forum
Replies: 2
Views: 13
Reply
RE: duplicate mesh and assign duplicated mesh as bone

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…

15 years ago
Forum
Reply
RE: duplicate mesh and assign duplicated mesh as bone

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…

15 years ago
Forum
Topic
Forum
Replies: 7
Views: 16
Topic
Forum
Replies: 0
Views: 8
Reply
RE: How to break a endless loop??

ah! I killed the 3dsmax task and restored the backup. CODE=INSERTED! Thanks guys!

16 years ago
Forum
Topic
Forum
Replies: 7
Views: 24
Reply
RE: Loop through files in folder, add xrefs

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…

16 years ago
Forum
Reply
RE: Loop through files in folder, add xrefs

works perfectly, thanks ZeBoxx2!!

16 years ago
Forum
Topic
Forum
Replies: 5
Views: 2
Reply
RE: renaming autocad layers

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…

16 years ago
Forum
Reply
RE: renaming autocad layers

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…

16 years ago
Forum
Reply
RE: renaming autocad layers

Thanks for that Zbuffer, is there a “Like” or “Contains” operator in maxscript?

16 years ago
Forum
Reply
RE: renaming autocad layers

for i = 1 to objects.count do ( if objects[i].name == “Layer:Level 13” do ( clearSelection() select #($’Layer:Level 13′) $.material = meditMateria…

16 years ago
Forum
Reply
RE: renaming autocad layers

yeah sure thing. I dont have it here so I will have to post the file when I get to work tomorrow. Thanks dude!

16 years ago
Forum
Page 14 / 15