Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: How to find inner contour of an object?

@AEI Do you have any idea why could it be so imprecise at low point count? Gif

4 years ago
Forum
Reply
RE: How to find inner contour of an object?

miauu: If you want to share the secret, feel free to do it. if you want pure mxs solution look at this one as well. Not really fast even with sim…

4 years ago
Forum
Reply
RE: How to find inner contour of an object?

Yeah, actually brand new compound shape union fails exactly as the old shape boolean in the simplest case. Perhaps the only way to go is to refine se…

4 years ago
Forum
Reply
RE: How to find inner contour of an object?

Did you try shape booleans introduced in newer max versions? If shape boolean isn’t an option you could start with something like this delete objects…

4 years ago
Forum
Reply
RE: Max 2022 New "Security Feature" – What do you think?

btw, I’ve managed to download all the ~18000 threads (raw .json). So if anyone wants to make an offline search index you can PM me. </offtop>

4 years ago
Forum
Reply
RE: Max 2022 New "Security Feature" – What do you think?

Wire Parameters Not really much. But even a single entry point is enough to do some bad stuff.

4 years ago
Forum
Reply
RE: Max 2022 New "Security Feature" – What do you think?

Maybe I’m overly optimistic about the execution, but there’re plenty of places to store bytes. Starting from appdata to directly putting the payload i…

4 years ago
Forum
Reply
RE: Max 2022 New "Security Feature" – What do you think?

AD could have legal reasons to implement this feature. Not that they wanted to add this Disable Maxscript checkbox. I was amazed what you can do to a …

4 years ago
Forum
Reply
RE: Max 2022 New "Security Feature" – What do you think?

Exactly my thoughts. I can’t see how is it any safer than before. Perhaps it is just a first step and more restrictions to come. PolyTools3D: …

4 years ago
Forum
Reply
RE: Broadcast Time Changed

3dsmax.exe.pdb symbol is available so perhaps you can set a breakpoint on FlagFGAnimated call and step-into the max native code to see how the time va…

4 years ago
Forum
Reply
RE: Broadcast Time Changed

This one doesn’t trigger time change callback, but somehow updates helpers positions. g = (dotNetClass “Autodesk.Max.GlobalInterface”).Instance g.cor…

4 years ago
Forum
Reply
RE: Broadcast Time Changed

What about starting and cancelling animation? fn NotifyTimeChange = ( local _realTimePlayback = realTimePlayback realTimePlayback = true fn time…

4 years ago
Forum
Reply
RE: Random strings

like this? random_mtl = mtl_lib[ strings_array[ random 1 strings_array.Count ] ]

4 years ago
Forum
Reply
RE: Access subtex diffuse properties

I did call getclassinstances on material again instead of the property. It should work now. Updated my previous post

4 years ago
Forum
Reply
RE: Access subtex diffuse properties

So you need to find and manipulate only the maps related to a particular material property? fn GetMaterialPropertyBitmaps mtlclass propname target = …

4 years ago
Forum
Page 27 / 84