Zbuffer
@zbuffer
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 300
Reply
RE: Need help with Vector stuff (mesh from curve)

Hi all, thx for the input. lol max can’t do it So I guess i need to check for bottom verts crossing, and welding or spacing them. The outline appro…

8 years ago
Forum
Reply
RE: Need help with Vector stuff (mesh from curve)

Hi, I’m coming back for a more general question: As you can see in the attached image, when the curve changes rapîdly (points are close to each other,…

8 years ago
Forum
Reply
RE: Need help with Vector stuff (mesh from curve)

thanks denis, works great this is what i came up with: upNormal = Vector3.Cross(segmentEnd – segmentStart, Vector3.forward).normalized*height; an…

8 years ago
Forum
Topic
Forum
Replies: 11
Views: 53
Reply
RE: MAX Script needs revision!

my #1 is a proper debugger: breakpoints step by step execution watch variables

10 years ago
Forum
Reply
RE: String and some character of string

Hi, look for filterstring in the mxs help … A=”c:/001/fooolder” Arr=filterstring A “/” last = arr[arr.count]

10 years ago
Forum
Reply
RE: MaxScript 2012-2015 CHM Help

Hi, Thanks very much for this ! At (…) last) we can have a proper local help file. Great job !

10 years ago
Forum
Reply
RE: DevXpress TreeList – accessing node during Drag&Drop

can’t read your script (bad formating…) I think you must use the treeview coordonate system, not screen coordonates something like: p = tl.PointToCl…

11 years ago
Forum
Reply
RE: [Plugin] DLU doesn't load on in Max 14

Hi, You probably need to instal the Microsoft Visual C++ Redistributable Package, on the target machine matching the version of visual studio (2008, 2…

11 years ago
Forum
Reply
RE: an idea for script

I think you are trying to drag the code to a new button … You should either open the script in editor and evaluate it, then look for it in the ‘howto’…

11 years ago
Forum
Reply
RE: simple script problem, export to file…

Openfile MaxINIfile mode:”a” this appends to the existing file

11 years ago
Forum
Reply
RE: simple script problem, export to file…

Hi, you create and delete the file every time you run the script… once run, the script closes the file but never reopens it, hence the error. ro…

11 years ago
Forum
Reply
RE: CSV Data with filterString not working

g = filterString d “;”[i] splitEmptyTokens:true[/i]

11 years ago
Forum
Reply
RE: mmMaxControls : 3dsmax style .NET controls

Hi, This is very interesting ! I don’t understand how to make a handler for the flyout buttons. Could you please show a simple example ? How to wrtie…

12 years ago
Forum
Reply
RE: submenu for context menu [.net]

Hi, DropDownItems.Add() Laugh.DropDownItems.Add MoreLaugh

12 years ago
Forum
Page 1 / 22