ivanisavich
@ivanisavich
New Member
Joined: Feb 15, 2024
Topics: 63 / Replies: 313
Reply
RE: Calculate angle of a corner knot (spline)

Yes very easily. Basically create 2 vectors (one using the current point and the previous point, and one using the current point and the next point) …

15 years ago
Forum
Reply
RE: Find verts inside other mesh

Here’s a very simple implementation: try(destroydialog insideOutside)catch() rollout insideOutside “Inside or Outside?” –main rollout ( …

15 years ago
Forum
Reply
RE: Find verts inside other mesh

I think something like this might work: Get position of vert in question Cycle through all faces of volume object and find the closest face to that …

15 years ago
Forum
Reply
RE: Finally some Progress!

Yup, that’s what the help file’s for. Here are two other ways to divide integers and return a float: 30/7 –result is an integer…but we want a fl…

15 years ago
Forum
Reply
RE: how to change scale value to 100,100,100

You can press the buttons in the hierarchy/utility panels as the other user mentioned, but maxscript also has functions you can call to do the same th…

15 years ago
Forum
Reply
RE: Press a button programmatically

[buttonName].pressed() Most UI object events can be triggered like any other function.

15 years ago
Forum
Reply
RE: Terminate script execution?

Return only works inside functions, and even if it was inside a function it doesn’t stop the code after that function from evaluating… I don’t just n…

15 years ago
Forum
Topic
Forum
Replies: 4
Views: 40
Reply
RE: object replacer -keep modifiers/help please

Copying and pasting modifiers is easy. Grab and apply like this: obj1 = $Sphere01 –sphere with meshsmooth modifier applied obj2 = $Teapot01 mod …

15 years ago
Forum
Reply
RE: wanted , got Problem

Ah sorry bro, I wasn’t paying attention very well to the code in your OP it seems

15 years ago
Forum
Reply
15 years ago
Forum
Reply
RE: SDK help….compiled plugin doesn't work on other machines?

Nope…and this same error occurs even with the example plugins included with the max SDK. For example, if I load up the intervalArray.vcproj file incl…

15 years ago
Forum
Reply
RE: SDK help….compiled plugin doesn't work on other machines?

Hey Yannick, Thanks for the response… Yep, the .dlx is compiled with multithreaded DLL I ran dependency walker but it didn’t come up with anything….

15 years ago
Forum
Page 20 / 26