“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…
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…
Modifier *tMod = D_obj->GetModifier(i); tMod->EnableMod(); tMod->DisableMod();
here we go… Control *c = node->GetTMController()->GetPositionController(); if(c->SuperClassID()==CTRL_POSITION_CLASS_ID && c->…
would be something like this: Control *c = camNode->GetTMController()->GetPositionController(); if(c->ClassID() == Class_ID(PATH_CONTROL_…
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…
// stuff to do before rendering void NotifyRenderBegin(void* param, NotifyInfo *info) { } // stuff to do after rendering void NotifyRenderEnd(void* p…
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…
ok, what i did to work with nirous too i added: NotifyDependents(FOREVER, PART_GEOM, REFMSG_CHANGE, NOTIFY_ALL, TRUE); hope that helps… guruware
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 …
not sure… InvalidateTopoCache() should do it gw
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…
sent… guruware
so… do you want the altered sources and/or the compiled dlc ?
compiled and linked… how to use that thing now ? guruware