Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: How to prevent mouse "busy" when using webbrowser open a url?

try w_b.Refresh() instead of changing url. I’d also try to move checks/updates to a background thread.

7 years ago
Forum
Reply
RE: Close a dialog/rollout without destroydialog?

yep, I was mistaken that it was just not documented

7 years ago
Forum
Reply
RE: Close a dialog/rollout without destroydialog?

[b]showDialog [/b]<rollout> <boolean>

7 years ago
Forum
Reply
RE: WebClient DownloadProgressChanged event in maxscript?

( url = @”http://speedtest.ftp.otenet.gr/files/test10Mb.db” wc = dotnetobject “System.Net.WebClient” fn get_download_data sender ev = ( for…

7 years ago
Forum
Reply
RE: How to find if the object is cylinder?

Only open verts should be used. Valid circular cap should have all radiuses of equal length and this is another thing we need to check when calculatin…

7 years ago
Forum
Reply
RE: How to find if the object is cylinder?

in my previous example we should check not the total distance sum but average distance since caps may have different number of vertices.

7 years ago
Forum
Reply
RE: How to find if the object is cylinder?

another one ( obj = snapshotAsMesh $ meshop.autoSmooth obj #{1..obj.numfaces} 89.9 smoothGroups = #() for i=1 to obj.numfaces…

7 years ago
Forum
Reply
RE: How to find if the object is cylinder?

just an idea maybe we can use smoothgroups to determine if mesh has two caps? and I think .numberset isn’t a way to go. using dot product of element a…

7 years ago
Forum
Reply
RE: How to find if the object is cylinder?

I think there’s a lot of corner cases possible: can it have zero height or four sides? can it have one or zero caps? can it be composed of multiple el…

7 years ago
Forum
Reply
RE: Access instances of Scatter

I don’t know if it is possible. Maybe you can use speedBySurface as a substitution? btw.If all you need is a closest face normal then look for MeshP…

7 years ago
Forum
Reply
RE: Access instances of Scatter

.row3 of particle TM but you’ll need to normalize it

7 years ago
Forum
Reply
RE: Access instances of Scatter

try pflow instead of scatter you can easily get all transform data from particles ( – selection[1] is a pflow node obj = teapot radius:3…

7 years ago
Forum
Reply
RE: C++ style map in maxscript

what about a bit modified handmade binary search? fn binarySearchLowerIndex arr val = ( local count = arr.count local found = false…

7 years ago
Forum
Reply
RE: Background thread with loop stops Maxscript Listener

how do you fire this event from external app?

7 years ago
Forum
Reply
RE: Background thread with loop stops Maxscript Listener

What about organizing simple message queue in main thread and check for unhandled messages using dotnet timer? Background thread will only receive and…

7 years ago
Forum
Page 60 / 84