Klvnk
@klvnk
New Member
Joined: Feb 14, 2024
Topics: 50 / Replies: 1212
Topic
Forum
Replies: 1
Views: 23
Reply
RE: Can't access mixin interface functions in MaxScript

not a solution to your problem, just a suggestion really that including code that requires 3rd party libraries to compile may limit the number of peo…

3 years ago
Forum
Reply
RE: Event Callback Mechanism

something like this ? ( fn PreSaveHandler param = if param[1] == 1 do ( savefileName = param[2]; — do what ever here ) callbacks.removeScr…

3 years ago
Forum
Reply
RE: Event Callback Mechanism

try using #filePreSaveProcess: #(integer, string) Sent before the save process has started. Calling callbacks.notificationParam() returns a 2 eleme…

3 years ago
Forum
Reply
RE: Get UV Area Ratio XY and Scale

Is it somehow possible to calculate and compare the uv area ratio to the geometry area ratio. as uv is unitary i.e usually in the range 0 to 1, the …

3 years ago
Forum
Reply
RE: [Solved] 3dsmax 2022 sdk language MUI file does not generate

think of all those disappointed german speakers

3 years ago
Forum
Reply
RE: [Solved] 3dsmax 2022 sdk language MUI file does not generate

have you tried deleting the post build event calling RunMUIRCT.exe language packs

3 years ago
Forum
Reply
RE: [Solved] 3dsmax 2022 sdk language MUI file does not generate

well a mui file is for Multilingual User Interface so have you some localization thing going on ? or some multi language option checked ?

3 years ago
Forum
Reply
RE: SDK-C# Set transform controller value

have you tried setting the sub controllers (position rotation scale) from a decomp_affine of the transform matrix ? virtual Control * GetPositionCon…

3 years ago
Forum
Reply
RE: Connect vertives – clean mesh as a result?

do those poly objects originally start as spline shapes ? and if so would you mind posting them up ?

3 years ago
Forum
Reply
RE: Connect vertives – clean mesh as a result?

it’s a retriangulation issue, don’t think your going to get better than subdivide with a large value… Sweepline is similar can give good and bad resul…

3 years ago
Forum
Reply
RE: [SOLVED] SimpleSpline plugin update on time change

not looked at it but has anyone tried using… on attachedToNode <nodeVar> do … and notifyDependents <MAXObject> partID:<name> ms…

3 years ago
Forum
Reply
RE: Export X Z Y position of objects to CSV

i think you need to move printToFile to above exportAs in the file as the function would need to be “seen” before it is called

3 years ago
Forum
Reply
RE: Maxscript issue – distance

you could achieve the same effect as a surface constraint on point002 to a sphere centered on point001 (or position constrained to point001 or parente…

3 years ago
Forum
Reply
RE: Calling C++ function inside C#

you can wrap the c++ as if it was native c# then compile with CLI option set then you can call from c# blog

3 years ago
Forum
Page 6 / 85