martinB
@martinb
New Member
Joined: Feb 14, 2024
Topics: 35 / Replies: 187
Reply
RE: Opensource Maxscript Layer System?

Have a look at The Onion – MartinB

18 years ago
Forum
Reply
RE: Calculating the projection matrix in MaxScript

If you multiply your point with (inverse camera.transform), you get the point’s coordinates in the camera coordinate system ([0,0,-z] in the image cen…

18 years ago
Forum
Reply
RE: import simulation data [scripting noob]

Don’t know about remeshing a point cloud inside 3ds Max but otherwise, you could take a look at what Realflow does. They have a fairly simple file for…

18 years ago
Forum
Reply
RE: Collect and Move Maps to Folder

Tom, try this: files = #() numOk = ATSOps.GetFilesByFileSystemStatus #Ok &files format “Found % assets with status OK ” numOk for i = 1 to file…

18 years ago
Forum
Reply
RE: Collect and Move Maps to Folder

So far, I find that either files =() ATSOps.GetFilesByFileSystemStatus #Ok &files — replace #Ok with #Missing if you’re after the missing bitma…

18 years ago
Forum
Reply
RE: Attach objects to nearest face

Is the mesh deforming? If not, just do a simple link. If it is deforming, you probably want to use the Attachment Constraint? – MartinB

18 years ago
Forum
Reply
RE: scriptmodifier vertconstaint

I haven’t read your entire post, but you need to put the on map event into the plugin itself, not into the rollout. Here’s some code from the MXS onl…

18 years ago
Forum
Reply
RE: scriptmodifier vertconstaint

Have you considered just using the SkinWrap modifier? bloggs: i want to know how you call the object with the modifier on it i thout it was “m…

18 years ago
Forum
Reply
RE: Python + MXS

Dave & Joel, thanks for the info! – MartinB

18 years ago
Forum
Reply
RE: Python + MXS

Just a quick post to say Hi and Thanks very much! This has been very interesting to read along, even though I have very little experience with COM, .N…

18 years ago
Forum
Reply
RE: "MaxScript for Speed" Carbon 😉

Fabiomussarela: Hi Well, I don´t think this kind of approach is good for production, but it´s something I was thinking about how to do it and…

18 years ago
Forum
Reply
RE: How to create a curve which follows the position of severals points ?

Rivendale: My idea is to generate smooth curves of edges/edgeloops where the curvature is based on the position of the selected verticses along the …

18 years ago
Forum
Page 15 / 15