mustan9
@mustan9
New Member
Joined: Feb 15, 2024
Topics: 18 / Replies: 151
Topic
Forum
Replies: 3
Views: 35
Reply
RE: New param blocks causing crashes

I think you need to define a “on update” event handler for your scripted material. Max calls this even when it notices that the script has changed sin…

19 years ago
Forum
Reply
RE: How to tell in MaxScript if Max is rendering.

I understand what your saying, but I’m lazy :shrug: Having a little variable to check would be really handy. I solved my problem a different way in …

19 years ago
Forum
Reply
RE: How to tell in MaxScript if Max is rendering.

Thanks that will work. So it’s safe to assume that there is no system varaible to check then. To bad.

19 years ago
Forum
Topic
Forum
Replies: 6
Views: 37
Reply
RE: Delete Visibility Track

You could assign it a new controller, or try assigning it “undefined” (if that’s possible?) $mynode.visibility = bezier_float()

19 years ago
Forum
Reply
RE: obj import, please help

That’s an even cooler idea. Thanks.

19 years ago
Forum
Reply
RE: obj import, please help

That’s a cool idea. Thanks.

19 years ago
Forum
Reply
RE: obj import, please help

That importer can not be parameterized via MaxScript. It will use the settings from the “last time” it was used by a user. So if someone imports an O…

19 years ago
Forum
Reply
RE: Custom Attribute "Node" to Script Controller

Hi Paul, I was trying to link a variable in the scripted controller to a custom attribute on another object. An attribute that was a node picker, but…

19 years ago
Forum
Topic
Forum
Replies: 2
Views: 16
Reply
RE: Smart Normal Flipper

The script calculates the average center of each element, and uses that. But it’s not the boxes center. So if an element has most vertexs on the left …

19 years ago
Forum
Reply
RE: Smart Normal Flipper

It’s not, because the unify feature (which in the documation states it should work) doesn’t work the same way. It runs alone the surface of geometry f…

19 years ago
Forum
Reply
RE: Smart Normal Flipper

Thanks, I have finished the script, and ran it on my problem model. Here’s the before image of the model. Here’s the after image of the model aft…

19 years ago
Forum
Reply
RE: Smart Normal Flipper

Wow! Thanks for the source code. I had some playing around with MaxScript yesterday, and came up with this function. It calculates the center of the …

19 years ago
Forum
Page 11 / 12