Thx! but there was a slight timing measurement issue… while it is fast, DenisT’s clusters script is faster and scales better with large object count…
btw… I was able to optimize it a bit and get rid of the for/next loop by directly feeding it an array of nodes: fn booleanAttach source nodes = ( …
Ahh, my bad… I found the timings to a bit one the fast side. I wonder how both scale and if there is a tipping point somewhere…
denisT: you do wrong test for the performance… the ProBoolean attach method is much slower then smart poly attach and much more expensive for memory…
gazybara: And how can I perform this “attach” method in this example if is not a secret Like so: delete objects shift = on teamain = teapot …
It’s a secret method But you can see them UI for ProBoolean, just count the radio button starting at 0, somehow 4 and 5 aren’t listen in the docs. 0…
See this video for an early prototype of what I’m building in my spare time where the snippet is from: With ‘shelllaunch’ you can start any program,…
I could be of use for heavy calculations with little output but ‘m using it for socket communications. A background thread receives maxscript commands…
I can be done indirectly… but you’ll loose any advantages of multi threading and it’s not very efficient but for small things it works great. If you …
JohnnyRandom: Just thought I would share what for me is some great news. The max team has finally released a CHM version of 2014 MaxScript help for…
Ahh that is how it’s done I planned on ploughing through mc = windows.getChildrenHWND (windows.getMaxHWND()) and search for something with the ri…
make this: args = @” -v quiet -print_format json -show_format -show_streams ” + theFile like this: args = @” -v quiet -print_format json -sho…