PolyTools3D
@polytools3d
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 1674
Reply
RE: NEW LOOK of this site. Do you like it?

It would be good to have the possibility to download this whole forum, even in plain text.

6 years ago
Forum
Reply
RE: Dotnet list texture name only in cell [SOLVED]

filenamefrompath (x.material.diffusemap.filename) File Name Parsing

6 years ago
Forum
Reply
RE: Create a helper point in a selected vertex?

One simple way of doing it, while avoiding working with different objects classes, transforms and modifier stack would be to snapshot the node and get…

6 years ago
Forum
Reply
RE: Simple filestream script crashes max

If you just need to append some text to a file, I would use “a+” mode: for j = 1 to 256 do ( stream = openfile @”C:\test.csv” mode:”a+” encoding:#ut…

6 years ago
Forum
Reply
RE: (new 2019) Security and Protecting Against Malicious Code

“…Only two things are infinite, the universe and human stupidity, and I’m not sure about the former…”

6 years ago
Forum
Reply
RE: Retrieving all keyframes (regardless of type)

Have never done this, but see if this code works. ( fn GetStartEndKeys = with undo off ( mapkeys objects (fn CollectKeys t k = (append k t; t)) (…

6 years ago
Forum
Reply
RE: MXS unexplained problem… memory leaking

Yes, I think I remember it MXS 2017 ‘For Loop’ performance 3ds Max SDK and MaxScript Do you guys get the same ‘for loop…

6 years ago
Forum
Reply
RE: MXS unexplained problem… memory leaking

Yes, you can put ok or 0 or 1 or ? and all will free the heap. But there is still a penalty in the time, I guess it forces the gc() to kick in somewhe…

6 years ago
Forum
Reply
RE: Collect

Try this: ( newLayer = “SA_TEST” layer = layermanager.getlayerfromname newLayer if layer == undefined do layer = layermanager.newlayerfromname…

6 years ago
Forum
Reply
RE: MXS unexplained problem… memory leaking

I could finally reproduce it in Max 2012 and 2013. Could not find a fix for this in Max 2012, but weirdly, in Max 2013, deactivating “Load/Save Scene…

6 years ago
Forum
Reply
RE: MXS unexplained problem… memory leaking

It must be something on your end. Tested on Max 2010 to 2019 and the results are pretty much the same, no leak at all with 10M iterations. time:959 h…

6 years ago
Forum
Reply
RE: 3dsmax changes casing of struct property names

Yes, pretty common, not only in structures. ( fn myfunction_1 MY_VARIABLE_1: mY_vAriAbLE_2: = ( ) print #my_variable_1 print #my_variable_2 …

6 years ago
Forum
Reply
RE: Select VrayProxy

select (for j in geometry where iskindof j vrayproxy collect j)

6 years ago
Forum
Reply
RE: NEW LOOK of this site. Do you like it?

The visual “improvements” are terrible and the functionality is even worse.

7 years ago
Forum
Reply
RE: Maxscript polyop.getvert

There are several ways to do it. You can clone the object and delete faces, create meshes, etc. Here is one simple option: ( — obj: is the combine…

7 years ago
Forum
Page 20 / 113