grabjacket
@grabjacket
New Member
Joined: Feb 14, 2024
Topics: 51 / Replies: 199
Topic
Forum
Replies: 7
Views: 4
Reply
RE: memory issue getelementsusingface

Thanks for the explanation Denis. On a sidenote, you probably have collected and evolved a whole bunch of functions and code snippets over the years….

11 years ago
Forum
Reply
RE: memory issue getelementsusingface

Aren’t you collecting the elements of half of the faces in a node? Possibly these faces could get you all elements or only one with some bad luck, isn…

11 years ago
Forum
Reply
RE: memory issue getelementsusingface

It’s the exact method fromthis postin this thread but with your diagnostic scene inserted. For the 50 teapots your code creates I’m seeing the 200 res…

11 years ago
Forum
Reply
RE: memory issue getelementsusingface

@DenisT: Between 5.4 and 5.5 seconds for the 900k triangles generated by your code. The trick by polytools3d to use the converttopoly before adding th…

11 years ago
Forum
Reply
RE: memory issue getelementsusingface

I’ve tested on an object of about 400 elements with in total 1 mln triangles. Elements varied in size. If you use the test-script in my second post he…

11 years ago
Forum
Reply
RE: memory issue getelementsusingface

Thanks guys for the feedback, maybe the leak is somewhere else in the method or it is inevitable. I’ll post the entire method here, maybe you see an …

11 years ago
Forum
Topic
Forum
Replies: 28
Views: 54
Topic
Forum
Replies: 1
Views: 1
Reply
RE: maxunzip woes

One more thing: when using maxunzip, either from within maxscript or directly from the commandline, I’m unable to retain the original folder structure…

11 years ago
Forum
Reply
RE: maxunzip woes

I’d like to add that it seems wise to add proc.WaitForExit() after proc.start() If code depends on files being unzipped we have to wait for this p…

11 years ago
Forum
Reply
RE: maxunzip woes

Thanks Denis for verifying that it should work. I’ve tried Lo’s suggestion and implemented something based on this. And it works! sourcePath = @”C:/T…

11 years ago
Forum
Reply
RE: maxunzip woes

Thanks Denis, I’ve tried the following sourcePath = @”C:/Temp/TestData.zip” unzipUtil = @”C:/Program Files/Autodesk/3ds Max 2013/maxunzip.exe” cmd …

11 years ago
Forum
Topic
11 years ago
Forum
Replies: 7
Views: 17
Reply
RE: [SDK] [c#] Iterating on a DLL using Visual Studio ('unload'/'reload' Assemblies)

To answer my own question I’ve finally found out how to use multiple referenced assemblies in 3dsMax without locking them. It’s a rather lengthy proce…

11 years ago
Forum
Page 6 / 17