PolyTools3D
@polytools3d
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 1674
Reply
RE: Maxscript Array / For Loop assistance

To create the array of nodes you could use something like this: ( — Delete all objects in scene delete objects — Define some variables local …

9 years ago
Forum
Reply
RE: dotNet MouseUp and DoubleClick Conflicts….

Have you tried with the Click event?

9 years ago
Forum
Reply
RE: Execute script via Hotkey problem.

miauu: The script select edge loops. Can’t test it with Editable mesh obejcts. But it ot works with Edit POly modifier too. Trying to narrow the …

9 years ago
Forum
Reply
RE: Execute script via Hotkey problem.

Don’t know what could be. I see no problems on my side. Have you tried temporarily renaming the ENU folder so a new one is created? Does this also ha…

9 years ago
Forum
Reply
RE: Execute script via Hotkey problem.

I just tested this in Max 2014, 2016 and 2017 and it works fine with Shift+D. Any of the commented options also works. The only difference I see is t…

9 years ago
Forum
Reply
RE: MaxScript MATTE Global Override

Probably not exactly what you want, as the description is a little confusing, but hopefully you can get some useful thing out of it. try destroydialo…

9 years ago
Forum
Reply
RE: Pixel value

There is one good and fast solution in this thread.

9 years ago
Forum
Reply
RE: 3ds max sdk .NET

For this specific task, among others, it might be easier to use IObjectWrapper. <IObjectWrapper>.FaceSel It provides a unified interface to wo…

9 years ago
Forum
Reply
RE: 3ds Max SDK C# – Get the value of a IBitArray (array.Get() / array[index]) HELP!

BitArray indexers where removed from the C# wrapper in Max 2013 and later on implemented in Max 2016.

9 years ago
Forum
Reply
RE: Get the right MacAddress

denisT: i spent about 2 month making my own encrypting system. the most complicated part was to hide “key” in my c++ plugin’s code. the second time…

9 years ago
Forum
Reply
RE: Get the right MacAddress

Yeah, today I woke up feeling a writer. I know what you mean. I just tried to elaborate on the subject “time==money” because there are many people t…

9 years ago
Forum
Reply
RE: degradation override with script?

You can also try: ( — Anything that sets the focus on the viewport or max toolmode.commandmode = toolmode.commandmode max override ) Or if you d…

9 years ago
Forum
Reply
RE: Struct creation leaks

You are right, we shouldn’t have called it a leak if we stick to the strict definition of memory leaking, as we can reclaim the memory by using gc() o…

9 years ago
Forum
Reply
RE: Struct creation leaks

undefined variables also seems to have the same effect than OK. For example: ( count = 10000000 gc(); st=timestamp(); sh=heapfree for k=1 to cou…

9 years ago
Forum
Reply
RE: Get the right MacAddress

Andres, First of all, let me say that I agree with most of what you say. I say most because this discussion is about Software Protection and not abou…

9 years ago
Forum
Page 36 / 113