guruware
@guruware
New Member
Joined: Feb 14, 2024
Topics: 1 / Replies: 118
Reply
RE: SDK issue: Cannot find or open the PDB file

“best” way to debug is NOT to start a debugsession with F5 inside VC compile your hybrid version start max normaly (NOT F5) in VC hit Ctrl+ALT+P (that…

9 years ago
Forum
Reply
RE: Viewoirt TOP-LEFT and BOTTOM-RIGHT pos

windows.getChildrenHWND #max gives you a list of max’s child-windows one of them has a classname = “ViewPanel” that’s the one you want get its’ HWND…

9 years ago
Forum
Reply
RE: C++ Modifiers Turn on/off

Modifier *tMod = D_obj->GetModifier(i); tMod->EnableMod(); tMod->DisableMod();

9 years ago
Forum
Reply
RE: SDK Path Controller

here we go… Control *c = node->GetTMController()->GetPositionController(); if(c->SuperClassID()==CTRL_POSITION_CLASS_ID && c->…

9 years ago
Forum
Reply
RE: SDK Path Controller

would be something like this: Control *c = camNode->GetTMController()->GetPositionController(); if(c->ClassID() == Class_ID(PATH_CONTROL_…

9 years ago
Forum
Reply
RE: Change SuperClass C++

do NOT create a static mesh as a class member, such a mesh would be manipulated by each instance of your MYCLASS-objects SimpleObject has a dat…

10 years ago
Forum
Reply
RE: Render Callback c++ SDK

// stuff to do before rendering void NotifyRenderBegin(void* param, NotifyInfo *info) { } // stuff to do after rendering void NotifyRenderEnd(void* p…

10 years ago
Forum
Reply
RE: (3ds max SDK) How do I get the node of a Control?

Interface::GetModContexts(…) gives you a list of nodes being edited if list-size is 1, that’s your node if list-size is >1, then there is no way to…

11 years ago
Forum
Reply
RE: MNMesh cheapest update

ok, what i did to work with nirous too i added: NotifyDependents(FOREVER, PART_GEOM, REFMSG_CHANGE, NOTIFY_ALL, TRUE); hope that helps… guruware

11 years ago
Forum
Reply
RE: MNMesh cheapest update

assuming you’re using nitrous viewports… can you try if it works with a DX viewport ? once i had a similar problem mesh changes were not updating in …

11 years ago
Forum
Reply
RE: MNMesh cheapest update

not sure… InvalidateTopoCache() should do it gw

11 years ago
Forum
Reply
RE: Doubleclick anomaly

a button never fired a double-click event when using old win32-api (old but still useful and fast) wild guess: also not in .net try to use another con…

11 years ago
Forum
Reply
Reply
RE: re-compiling Blurs TransformCache for 2013

so… do you want the altered sources and/or the compiled dlc ?

11 years ago
Forum
Reply
RE: re-compiling Blurs TransformCache for 2013

compiled and linked… how to use that thing now ? guruware

11 years ago
Forum
Page 5 / 8