you need to use different mapchannels for connecting quads … meshop.setMapVert $ 1 mapverts[1] (point3 0 1 0) meshop.setMapVert $ 2 mapverts[1] (poin…
as said above… guruware
1.) some definitions // the rollup template HGLOBAL hTemplate = NULL; // control-IDs #define IDC_PUSHME 2000 // di…
That’s a problem because I don’t have the SDK for Max 7.0. that shouldn’t be a problem you can send me some source to compile it for any max versi…
with max-sdk GetCoreInterface()->RedrawViews(…);
thanks chris for confirmation, was a bit scared if my plugin is leaking i tried to send another bug report, but after filling in all this infos and …
well… usually i don’t remove garbage produced by others but gc() doesn’t change anything guruware
the lighning bolt is made of spline the vertices are animated k a knot is a vertex a knot has an in-vector & an out-vector (aka. bezier-handles) …
SDK: // build strips Mesh::BuildStrips(); acess to built strips (public Mesh members): // Derived table of TriStrips, depends on topology Tab<Tri…
hi, i would check the scripts where you do divisions, maybe you divide something by a very small value or they changed something in the script-engine,…
QNAN – Quiet Not A Number you objects are realy lightyears away does this happen in max9-32bit or x64 ?
this might be due to new MaxHeapOperators in Max9 eq. you do something like: ptr = malloc(…) delete ptr; crash ! sometimes, but not always, like …
is there another method to call the Api? yes, CreateProcess check 3dsmax9\maxsdk\samples\utilities\umaxfind\umaxfind.cpp last function