Klvnk
@klvnk
New Member
Joined: Feb 14, 2024
Topics: 50 / Replies: 1212
Reply
RE: SDK ParamBlock2 DlgProc

think the preferred way (as it’s the most useful way) define the dialog like this…. then in BeginEditParams function after the call to myclassDe…

10 years ago
Forum
Reply
RE: Tool Gizmo Design

the weight of each vector segment in the final normal is derived from the distance of the normals vertex from the starting point of the vector segmen…

10 years ago
Forum
Reply
RE: Tool Gizmo Design

so the spherical one is like this created in the sdk btw… //youtu.be/-5JHXDu9fcg each line represents a direction in vector field and that manipulat…

10 years ago
Forum
Topic
10 years ago
Forum
Replies: 6
Views: 68
Reply
RE: Checking selection type

use the global max variable subObjectLevel the level is then dependent on the type of object the with a mesh object 0 == object level 1 == vertex l…

10 years ago
Forum
Reply
RE: PreTranslate

yes prerotate would be equivalent to a local rotation but the “pre” refers to multiply on the left tm * pt as opposed to pt * tm

10 years ago
Forum
Reply
RE: PreTranslate

pretranslate is equivalent to a local space translation $.transform = pretranslate $.transform [10,0,0] move 10 along local x, where as translate wo…

10 years ago
Forum
Reply
RE: "More" or "Less"

theres no difference in the number of items in the stack just in the number of modifiers available to pick from

10 years ago
Forum
Topic
10 years ago
Forum
Replies: 8
Views: 18
Reply
RE: String-Variable "Data bleed" bug.

The messagebox is displaying the first variable (which isn’t referenced in the code that deletes half the string). The messagbox should display exactl…

10 years ago
Forum
Reply
RE: String-Variable "Data bleed" bug.

works as expected here, what’s it supposed to do again ?

10 years ago
Forum
Reply
RE: Tips of working on a large MaxScript projects

never liked (and never use) the “include” and “filein” functionality in max found they cause more issues than they solve especially when there are m…

10 years ago
Forum
Reply
RE: Point Cloud object C++

pretty simple object for c++ and mxs plugin simpleObject pointcloud name:”pointcloud” classID:#(0x68021925, 0x627ffe68) category…

10 years ago
Forum
Reply
RE: SDK equivalent of ReplaceInstances?

don’t you just use INode::SetMtl (Mtl *matl) ?

10 years ago
Forum
Reply
RE: Output SDK variables to Maxscript?

point3 i; mprintf(L”Here is the point3: %f,%f,%f “,i.x,i.y,i.z); i like to output in an mxs “format” so you can cut and paste mprintf(L”Here is the…

10 years ago
Forum
Page 41 / 85