plastic
@plastic
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 154
Reply
RE: Maxscript challenge ideas

Kickflipkid687: You can do multi-threaded like that!? Would this work on other intensive maxscripts, like getting alot of object positions or ver…

14 years ago
Forum
Reply
RE: Maxscript challenge ideas

I better sit back and watch

14 years ago
Forum
Reply
RE: Free But Encrypted

I agree that it doesn’t make sense to post encrypted code in the maxscript forum here, because it’s a place where scripters exchange knowledge. It’s n…

14 years ago
Forum
Reply
RE: Maxscript challenge ideas

whats wrong with the random function? edit: so it’s necessary that there are no duplicate numbers in the resulting array? ( start = timeStamp() mem …

14 years ago
Forum
Reply
RE: Maxscript read DWG properties before import

When importing DWG you’ll get the name of each object and the layer it resides in. You can easily create an array of the names and store it into a lis…

14 years ago
Forum
Reply
RE: Maxscript read DWG properties before import

As far as I know it is not possible to do that directly with maxscript. All you can do is importing a DWG file with the same possibilities the DWG imp…

14 years ago
Forum
Reply
RE: Script to Planar Map UVs of Each Poly in a Mesh

“theObjects = objects as array” replace “objects” with “geometry”

14 years ago
Forum
Reply
RE: Script to Planar Map UVs of Each Poly in a Mesh

Poly.faces as bitarray liquidgraph: How can I normalize every planar-mapped polygon so that UVs on smaller polygons use up proportionately le…

14 years ago
Forum
Reply
RE: Free But Encrypted

I release free scripts, both open sourced and encrypted. There are different reasons why I chose to encrypt certain scripts: -) I don’t want my scrip…

14 years ago
Forum
Reply
RE: Generic maxscript installer – Open Source project

I’m using the nullsoft install system, with some additional mzp to create menu entries. It’s free and very robust. It seems to work well for my latest…

14 years ago
Forum
Topic
14 years ago
Forum
Replies: 0
Views: 12
Reply
RE: Is there a script for rotating 90 degree for groups?

we never do how about this: for i in selection where (isGroupHead i and not isGroupMember i) or not isGroupMember i do rotate i 90 z_axis

14 years ago
Forum
Reply
RE: plugin crashes max

Those planes in your video, I guess they are geometry planes your script creates temporarily? I’d wrap this around the generation code: suspendEdit…

14 years ago
Forum
Reply
RE: plugin crashes max

the reason I asked about viewport redraw is because I had similar problems when using redrawView() suspendEditing() etc. in a loop… when creating nod…

14 years ago
Forum
Reply
RE: plugin crashes max

are you using dotNet elements? what is the script doing? generating objects? are you controlling viewport redraw with the script?

14 years ago
Forum
Page 6 / 12