probably the mac address… you can also fetch it with dotNet, there was a thread about it… The CPU ID can be disabled in the bios on some systems, as …
There was a long thread about this and I posted a solution. It’s not exactly straightforward though…
That’s very cool, it fixes hanging windows and status bar. windows.processPostedMessages() does nothing for me, my dialog still freezes with heavy cal…
Yes, use polyop.tesselate, there was a thread about it recently.
If you look up polyop.tesselatebyface in the maxscript reference you will find: “Uses the tesselateBy and tessTension properties of the editable poly….
whats wrong with polyop.tessellatebyface? you want to tesselate the currently selected face of a poly? this works for me: polyop.tessellatebyface $…
Thats very cool. Would you mind sharing the php code you’re using for encoding the string?
I avoid dll extensions like the plague, as long as it’s possible. One day you’re going to regret it, unless you can recompile it by yourself.
well, look up “scope of variables” in the maxscript help. there are global and local variables/objects. it’s very important that you understand how …
you need to look up global and local variable scope basics.
Every time you call the function tvRootNodes() a new dotNetObject is generated. The for loop runs on this empty TreeNode. I guess you want to use an e…
What about a startup script? i did it with your snipplet to remove the call center stuff, it’s in my stdscripts folder and works great. The whole max …
great stuff! thank you for permanently killing the stupid info center for me!
You don’t need this link, read the maxscript reference, for basic instructions how to access objects and properties.