jonadb
@jonadb
New Member
Joined: Feb 14, 2024
Topics: 35 / Replies: 211
Reply
RE: MS + DotNet MultiThreading with objects creation

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…

13 years ago
Forum
Reply
RE: MS + DotNet MultiThreading with objects creation

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 = ( …

13 years ago
Forum
Reply
RE: MS + DotNet MultiThreading with objects creation

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…

13 years ago
Forum
Reply
RE: MS + DotNet MultiThreading with objects creation

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…

13 years ago
Forum
Reply
RE: MS + DotNet MultiThreading with objects creation

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 …

13 years ago
Forum
Reply
RE: MS + DotNet MultiThreading with objects creation

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…

13 years ago
Forum
Reply
RE: MS + DotNet MultiThreading with objects creation

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,…

13 years ago
Forum
Reply
RE: MS + DotNet MultiThreading with objects creation

I could be of use for heavy calculations with little output but ‘m using it for socket communications. A background thread receives maxscript commands…

13 years ago
Forum
Reply
RE: MS + DotNet MultiThreading with objects creation

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 …

13 years ago
Forum
Topic
Forum
Replies: 1
Views: 28
Reply
RE: MAXScript Help CHM is back!

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…

13 years ago
Forum
Reply
RE: Makepreview probs

Ahh that is how it’s done I planned on ploughing through mc = windows.getChildrenHWND (windows.getMaxHWND()) and search for something with the ri…

13 years ago
Forum
Topic
13 years ago
Forum
Replies: 2
Views: 44
Reply
RE: video metadata

make this: args = @” -v quiet -print_format json -show_format -show_streams ” + theFile like this: args = @” -v quiet -print_format json -sho…

13 years ago
Forum
Page 7 / 17