Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Intersection between vectors – proper method?

can you reupload or give permission to googledisk?

7 years ago
Forum
Reply
RE: Using dotNet to protect maxscripts.

or (dotNetClass “Autodesk.Max.GlobalInterface”).Instance.executeMaxscriptScript I see absolutely no secure ways to do it without compiling a c++ plu…

7 years ago
Forum
Reply
RE: dotNet: unzip base64 encoded data

control-flow obfuscation is removed pretty easily

7 years ago
Forum
Reply
RE: Is setAsBackground broken??

actionMan.executeAction 0 “620” — Tools: Use Files Toggle

7 years ago
Forum
Reply
RE: Convert Line to SplineShape (IShapeObject to ISplineShape)

Hi, aandres! Casting to some other type is a dead end. createInstance returns IntPtr which I can’t cast to linearshape. Maybe we can directly create …

7 years ago
Forum
Reply
Reply
RE: Convert Line to SplineShape (IShapeObject to ISplineShape)

Thanks, Denis. Sounds like a way to go, but MakePolyShape needs IPolyShape passed as reference and I can’t seem to find a constructor for it.

7 years ago
Forum
Reply
RE: Convert Line to SplineShape (IShapeObject to ISplineShape)

It depends whether this shape has self intersections or not. If it has no intersections and there are some other modifiers in stack then edit_spline c…

7 years ago
Forum
Reply
RE: Convert Line to SplineShape (IShapeObject to ISplineShape)

Thanks. I tried that too. That’s ridiculous how could I forget about edit_spline modifier . ln = line() addNewSpline ln addKnot ln 1 #corner #line […

7 years ago
Forum
Topic
Reply
RE: Trying to simulate a mouse click in dotnet WebBrowser

Do you know what hwnd stands for? It is a window handle. You need to provide it in order to send your message to a particular window rollout X “” ( …

7 years ago
Forum
Reply
RE: Trying to simulate a mouse click in dotnet WebBrowser

I’d suggest you to use Spy++ and investigate what is happening when you click browser manually. Doing so will save you a lot of time. ps. make sure t…

7 years ago
Forum
Reply
RE: UVW mapping Rollercoaster track

Try Sweep modifier with Banking:on on these rails splines.

7 years ago
Forum
Reply
RE: UVW mapping Rollercoaster track

You can use matrix as a coordsys to create rails. delete objects p = Circle radius:250 displayrendermesh:false addModifier p ( Normalize_Spl length:…

7 years ago
Forum
Reply
RE: Add RMB – event Help ?

that’s how you rightclick a control windows.sendMessage (::_netForm.controls.item 0).Handle 0x204 0x2 0xF0038 windows.sendMessage (::_netForm.contro…

7 years ago
Forum
Page 62 / 84