Neuro69
@neuro69
New Member
Joined: Feb 15, 2024
Topics: 7 / Replies: 54
Reply
RE: Save PFM files from MaxScript

The joys of hex! (get a hex editor) Glad you liked it

13 years ago
Forum
Reply
RE: Save PFM files from MaxScript

Some small differences in “newline” chars seem to mess it up. This works for me: ( local out_name = getSaveFileName types: “Portable Floatmap…

13 years ago
Forum
Topic
Forum
Replies: 0
Views: 14
Reply
RE: Interface updates while busy

How about this one (in maxscript): windows.processPostedMessages() I gave it an occational call within my loop, seemed to work wonders for me… btw,…

14 years ago
Forum
Reply
RE: Interface updates while busy

Hopefully it is not just about “knowing” that an application is “not responding”, but also about taking precautions so that the application in questio…

14 years ago
Forum
Reply
RE: Interface updates while busy

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 …

14 years ago
Forum
Reply
RE: Interface updates while busy

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…

14 years ago
Forum
Reply
RE: Interface updates while busy

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…

14 years ago
Forum
Topic
Forum
Replies: 21
Views: 55
Reply
RE: Smooth groups from normals?

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…

15 years ago
Forum
Reply
RE: Memory leakage: what is considered a "large" array?

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 (…

15 years ago
Forum
Reply
RE: Controlling a rotation by a spinner value

Equals? “currentMatrix.rotation=(euler…”

15 years ago
Forum
Reply
RE: Leaking memory with large arrays

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…

15 years ago
Forum
Reply
RE: Leaking memory with large arrays

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…

15 years ago
Forum
Reply
RE: Leaking memory with large arrays

Yes, thanks again. My testing suggests there is still something fishy going on with the triangle culling (the removal of triangles if center+radius&lt…

15 years ago
Forum
Page 2 / 5