Kickflipkid687: You can do multi-threaded like that!? Would this work on other intensive maxscripts, like getting alot of object positions or ver…
I better sit back and watch
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…
whats wrong with the random function? edit: so it’s necessary that there are no duplicate numbers in the resulting array? ( start = timeStamp() mem …
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…
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…
“theObjects = objects as array” replace “objects” with “geometry”
Poly.faces as bitarray liquidgraph: How can I normalize every planar-mapped polygon so that UVs on smaller polygons use up proportionately le…
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…
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…
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
Those planes in your video, I guess they are geometry planes your script creates temporarily? I’d wrap this around the generation code: suspendEdit…
the reason I asked about viewport redraw is because I had similar problems when using redrawView() suspendEditing() etc. in a loop… when creating nod…
are you using dotNet elements? what is the script doing? generating objects? are you controlling viewport redraw with the script?