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…
Never mind my previous post, that will obviously not return the correct position. Next time I should actually test it in max before posting
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…
I think you may have a typo in there, you probably meant to say != NULL instead of == NULL. Martijn
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…
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…
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…
avolution: this line wrong —pCont.particlePosition=getknotpoint splineindex knotindex You forgot the first argument, which should be the shape ob…
If your shape only contains one spline, you can use knotCount = numKnots pflowguide for knotIndex = 1 to knotCount do ( getKnotPoint pflowguide 1 kn…
splineCount = numSplines pflowguide for splineIndex = 1 to splineCount do ( knotCount = numKnots pflowguide splineIndex for knotIndex = 1 to knotCou…
getKnotPoint expects these 3 arguments: shape object, spline index and knot index. Martijn
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…
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…
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 …
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