Rivendale
@rivendale
New Member
Joined: Feb 15, 2024
Topics: 27 / Replies: 154
Reply
RE: Refresh viewport issues…..

Hey Gibbz, try using update $ to see the changes. cheers, CML

19 years ago
Forum
Reply
RE: alternative to intersectRayEx

Hmm I just realized that the code I posted is not failsafe, sometimes it creates a hit outside the object. It always intersects correctly when it inte…

19 years ago
Forum
Reply
RE: alternative to intersectRayEx

Hey I wrote this script a while back to perform intersection on a poly object. Supposedly the intersection code should be as optimized as possible acc…

19 years ago
Forum
Reply
RE: alternative to intersectRayEx

Haha, funny image, thanks. I certainly enjoy a mouse who can entertain like that!

19 years ago
Forum
Reply
RE: alternative to intersectRayEx

Hey here is an alternative you could build further on. This function gets vertices under the mouse. It compares the distance from the mouse to each ve…

19 years ago
Forum
Reply
RE: Parametrical slide

Hi Media, there is a feature in PolyBoost called SwiftLoop with wich you can slide loops interactively and also place a loop at a specific point. The …

19 years ago
Forum
Reply
RE: help with array orders

Hey, here is an alternative version using qsort like Bobo suggested: allobjs = $ as array –array of selected objects fn Namesort obj1 obj2 = stricmp…

19 years ago
Forum
Reply
RE: Memory management techniques

Ok yes I see, that’s true. Maxscript could use some better ways of dealing with memory. I read somewhere in the reference that this could possibly be …

19 years ago
Forum
Reply
RE: Memory management techniques

hey stuh505, you can say: array1 = undefined That should be all you need to do for your example. cheers, CML

19 years ago
Forum
Reply
RE: Script-problems! Please help. (Rivendale)

Hey , I have posted an update for the script in the challenge thread: here is also a link to the new version of the script: Let me know if there are…

19 years ago
Forum
Reply
RE: Script-problems! Please help. (Rivendale)

Hi, Lassjus, are you using max 7? If you are not I believe the script will not work. I will take a look at that script soon and post an update that ca…

19 years ago
Forum
Reply
RE: Script Request: DirectCut

Hi Jhotun, there is that exact feature in the PolyBoost tools called DistanceConnect. Connects over distance and geometry between vertices or edges. T…

19 years ago
Forum
Reply
RE: viewport not repainting fast enough

Hey Andreas, the gw. functions only work in the active viewport as far as I know. You could try something like this: nv = viewport.numViews curview …

19 years ago
Forum
Reply
RE: viewport not repainting fast enough

Hey Andreas, have you tried something like this: gw.enlargeUpdateRect #whole gw.updateScreen() The reason gw.update does nothing sometimes is beca…

19 years ago
Forum
Reply
RE: Barycentric coordinates?

Sweet! Now it’s working great. Thanks a lot for taking the time Bobo. edit: one small optimization would be to loose the acos part since it should be…

19 years ago
Forum
Page 3 / 13