magicm
@magicm
New Member
Joined: Feb 14, 2024
Topics: 8 / Replies: 546
Reply
RE: inverted archs

Hey John, Had some time to look at this again, and as I said the method I posted earlier is wrong, here is one of the possible ways to do it: /* Inv…

12 years ago
Forum
Reply
RE: inverted archs

Never mind my previous post, that will obviously not return the correct position. Next time I should actually test it in max before posting

12 years ago
Forum
Reply
RE: inverted archs

Hi John, Since you already have the position on the outer circle circularPos and the line linearPos, you should be able to simply use: circularInvPo…

12 years ago
Forum
Reply
RE: Useful mxs sdk extension functions

I think you may have a typo in there, you probably meant to say != NULL instead of == NULL. Martijn

12 years ago
Forum
Reply
RE: getFilenamePath on load problem?

Hard to say what causes this, could you give more information about your script? For example why Scriptname and Scriptpath are defined as global and w…

12 years ago
Forum
Reply
RE: Align two objects without using their pivots

This should do it (assuming that the objects haven’t been scaled non-uniformly): ( — compute matrix from A1,B1 and C1 v1_ab = $B1.pos – $A1.pos n…

12 years ago
Forum
Reply
RE: about how to deal with multi-texture

Hi zydgyy, I think we need a bit more information to be able to answer your question, could you explain what you are trying to do and what isn’t work…

12 years ago
Forum
Reply
RE: Birth on spline vertexes (script op)

avolution: this line wrong —pCont.particlePosition=getknotpoint splineindex knotindex You forgot the first argument, which should be the shape ob…

14 years ago
Forum
Reply
RE: Birth on spline vertexes (script op)

If your shape only contains one spline, you can use knotCount = numKnots pflowguide for knotIndex = 1 to knotCount do ( getKnotPoint pflowguide 1 kn…

14 years ago
Forum
Reply
RE: Birth on spline vertexes (script op)

splineCount = numSplines pflowguide for splineIndex = 1 to splineCount do ( knotCount = numKnots pflowguide splineIndex for knotIndex = 1 to knotCou…

14 years ago
Forum
Reply
RE: Birth on spline vertexes (script op)

getKnotPoint expects these 3 arguments: shape object, spline index and knot index. Martijn

14 years ago
Forum
Reply
RE: Cancel Deletion

Kees Rijnen wrote a plugin (mxs extension) called “Delete Protection” which you can find on maxplugins.de. Haven’t tried it myself but maybe that work…

14 years ago
Forum
Reply
RE: Module_Snooper_Interface

It’s in the docs, but I guess it never made it into the actual release as the interface doesn’t exist. FYI: You can quickly check if a function, inte…

14 years ago
Forum
Reply
RE: dotnet xml – Couldn't resolve assembly?

It seems there’s something wrong with your .NET installation, you could try an installation repair or update to the latest version. 3dsmax comes with …

14 years ago
Forum
Reply
RE: Saving Data in a MaxFile?

You might not want this anyway, but something to keep in mind is that cloning a node does not clone the appdata settings for that node. Martijn

14 years ago
Forum
Page 1 / 37