The joys of hex! (get a hex editor) Glad you liked it
Some small differences in “newline” chars seem to mess it up. This works for me: ( local out_name = getSaveFileName types: “Portable Floatmap…
How about this one (in maxscript): windows.processPostedMessages() I gave it an occational call within my loop, seemed to work wonders for me… btw,…
Hopefully it is not just about “knowing” that an application is “not responding”, but also about taking precautions so that the application in questio…
Well, max does “freeze”, but that is ok, I don’t really want to be doing other stuff in max while my script is running. The problem is that Windows 7 …
Yeah, disabling that service seems to disable everthing “Aero”, so I guess many would shy away from that. It saves me rewriting all my old scripts tho…
Thanks for the link. I also found some info on the net. Disabling the following service seems to do the trick, although I’m uncertain about any side e…
Unless (I suppose) the vertex normal data contain duplicate normals for vertices that are part of a hard edge? Which I guess they must, if there has e…
I guess you are referring to my thread The arrays I’ve used aren’t actually huge; I think the problem is more related to the modification of arrays (…
Equals? “currentMatrix.rotation=(euler…”
Well, back at work. Although your rewrite is clearly better in many details, it still suffers the same insane memory leak when used against my real da…
Yes, I tried my original algorithm again. Appearantly there is no memory problems with max 2008, or they are orders of magnitude smaller than for 2009…
Yes, thanks again. My testing suggests there is still something fishy going on with the triangle culling (the removal of triangles if center+radius<…