plastic
@plastic
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 154
Reply
RE: alternative to hardwarelockid?

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 …

14 years ago
Forum
Reply
RE: getting the face color value

There was a long thread about this and I posted a solution. It’s not exactly straightforward though…

14 years ago
Forum
Reply
RE: Interface updates while busy

That’s very cool, it fixes hanging windows and status bar. windows.processPostedMessages() does nothing for me, my dialog still freezes with heavy cal…

14 years ago
Forum
Reply
RE: slice selected polygon

Yes, use polyop.tesselate, there was a thread about it recently.

14 years ago
Forum
Topic
Forum
Replies: 0
Views: 8
Reply
RE: Tessellate

If you look up polyop.tesselatebyface in the maxscript reference you will find: “Uses the tesselateBy and tessTension properties of the editable poly….

14 years ago
Forum
Reply
RE: Tessellate

whats wrong with polyop.tessellatebyface? you want to tesselate the currently selected face of a poly? this works for me: polyop.tessellatebyface $…

14 years ago
Forum
Reply
RE: SHA1 and MD5

Thats very cool. Would you mind sharing the php code you’re using for encoding the string?

14 years ago
Forum
Reply
RE: Dot NET tab rows

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.

14 years ago
Forum
Reply
RE: Treeview node checking on formload

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 …

14 years ago
Forum
Reply
RE: Treeview node checking on formload

you need to look up global and local variable scope basics.

14 years ago
Forum
Reply
RE: Treeview node checking on formload

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…

14 years ago
Forum
Reply
RE: Changing value of WPF property

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 …

14 years ago
Forum
Reply
RE: Changing value of WPF property

great stuff! thank you for permanently killing the stupid info center for me!

14 years ago
Forum
Reply
RE: Vray 2 MAXScript

You don’t need this link, read the maxscript reference, for basic instructions how to access objects and properties.

14 years ago
Forum
Page 7 / 12