Wahooney
@wahooney
New Member
Joined: Feb 14, 2024
Topics: 60 / Replies: 278
Reply
RE: Pose saver tool – where to store data?

Cool script. You could add the data to a ‘key’ object in the scene using custom attributes, this will even allow you to import a character from one s…

18 years ago
Forum
Reply
RE: .NET and it's Implications for Maxscript [Max 9]

I finally got it! Wooohooo! DotNet access is cool, but it is alot more cumbersome than the rollout system, but I’m sure someone can write wrappers to…

18 years ago
Forum
Reply
RE: .NET and it's Implications for Maxscript [Max 9]

Never thought of that, I used different addies but all on the same server… I’ll give it a try with my webmail. Sorry for jacking your thread guys. U…

18 years ago
Forum
Reply
RE: .NET and it's Implications for Maxscript [Max 9]

I don’t know, I’ve made about 20 requests since I found out about Max9 and I still haven’t received an email with the link. It’s frustrating! I don’t …

18 years ago
Forum
Reply
RE: .NET and it's Implications for Maxscript [Max 9]

You guys all suck!!! I still can’t download the Max 9 Demo!! :banghead: And I REALLY want to test this stuff…

18 years ago
Forum
Reply
RE: need a script that name object the same name that the object they are linked to !

You could always try Renaming Army Knife… It can do everything you need and more. If it doesn’t, tell me what you need and I’ll add it

18 years ago
Forum
Reply
RE: what happens at when render is pressed

I don’t know exactly, but I would imagine that Max, goes through each object, invalidates and subsequently recomputes all modifiers and controllers. A…

18 years ago
Forum
Reply
RE: How to: Polygonizing Point Clouds

Ok, I kind of figured it out. The point cloud polygonization is a bit of overkill. The way ZBrush does it is that a zSphere can be no more complex t…

18 years ago
Forum
Reply
RE: How to: Polygonizing Point Clouds

Thanks Blue, I’ll think along those lines, but I’m not sure if it’s going to work for me… I’d best explain what I want to do. I’m in the process of m…

18 years ago
Forum
Topic
Forum
Replies: 4
Views: 7
Reply
RE: How can i use addbone in the skin modifier to use objects with a specific prefix ?

modPanel.addModToSelection (Skin ()) ui:on arrBones = $char_* as array for b in arrBones do ( skinOps.addBone $.modifiers[#Skin] b 1 ) should wo…

18 years ago
Forum
Topic
Forum
Replies: 0
Views: 9
Reply
RE: Adding a rollout to controllers / motion panel

As far as I can tell you can’t add anything to the motion panel, at least not through script.

18 years ago
Forum
Reply
RE: Automatic Line Drawing Tool

It’s quite a simple process, you need to calculate your points (via slopes and distances) yourself, but making a spline is easy. Here is some sample …

18 years ago
Forum
Reply
RE: Material Baking in Maxscript

Thanks stev, but that still doesn’t give me the correct results, ie. If I use a normal map it just saves the image as rendered in the VFB… This is an…

18 years ago
Forum
Page 5 / 23