Klunk1
@klunk1
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 650
Reply
RE: [SDK] Add keys to controllers

I know it doesn’t solve the issues you have but why are you creating pointers ? A better way to approach it would be… Matrix3 objMat = obj->GetNod…

11 years ago
Forum
Reply
RE: [SDK] Add keys to controllers

you can only reference an actual object (lvalue) in c++ the function return is a rvalue until it’s assigned to an object. matrix3 tm = obj->GetNo…

11 years ago
Forum
Reply
RE: [SDK] Add keys to controllers

you should have a look at maxsdk\howto\import_export\asciimp\import.cpp it uses (in edited shorthand) posCont->SetNumKeys(numofkeys); then for…

11 years ago
Forum
Reply
RE: select object with missing bitmaps

I see you gays don’t quite believe it can take so long for max to check node in this way shouldn’t that read “guys”

11 years ago
Forum
Reply
RE: Master Point Controller Keys with Unwrap UVW modifier

try $mainObj.baseobject.mesh[1].keys.count

11 years ago
Forum
Reply
RE: Type error: Call needs function or class, got undefined

the plugin containing the function is missing/not loaded then.

11 years ago
Forum
Reply
RE: Type error: Call needs function or class, got undefined

how is “DoGamebryoView” shaded in the mxs editor ? is it coloured ?

11 years ago
Forum
Reply
RE: Get interpolation points from spline

you can if you use the sdkotherwise you’ll need to compute the points yourself. oops that looked better in the edit box :shrug: or use these funct…

11 years ago
Forum
Reply
RE: Need help finishing / debugging script

Do you know if it is a 100% safe to assume that the face normal would be [0,0,0] for any face with area 0? i guess so, it’s what max uses in the mes…

11 years ago
Forum
Reply
RE: Need help finishing / debugging script

something like this possibly ? def_visible_primitive(deleteZeroAreaFaces, “deleteZeroAreaFaces”); Value* deleteZeroAreaFaces_cf(Va…

11 years ago
Forum
Reply
RE: Need help finishing / debugging script

for what it’s worth here the source for it. Value* meshop_getFaceArea_cf(Value** arg_list, int arg_count) { check_arg_count(getFaceArea, 2, arg_c…

11 years ago
Forum
Topic
Forum
Replies: 1
Views: 18
Reply
RE: Loading HWInfo dll problem…

Zed鈥檚 dead baby, Zed鈥檚 dead. i like xp it鈥檚 very robust when it comes to C++ development.

11 years ago
Forum
Reply
RE: About 3dMax export Skeleton

sorry, there is no ISkin at all. I use the SDK of 2010, whether an problem with that version? I use 2010, a lot and it’s there for me. did you add ?…

11 years ago
Forum
Reply
RE: About 3dMax export Skeleton

what happens when you try something like this ? matrix3 tm; Modifier *mod = igameSkin->GetMaxModifier(); ISkin *skin = (ISkin *)mod->GetInterf…

11 years ago
Forum
Page 1 / 46