lo1
@lo1
New Member
Joined: Feb 14, 2024
Topics: 44 / Replies: 1920
Reply
RE: How to Install Encrypted Script?

Drag them to a viewport, or use MaxScript -> Run Script from the main menu.

11 years ago
Forum
Reply
RE: Middle Middle Middle

Ahh well I’m not sure where to start, I’m at 25k lines of code :argh: The structure is not unlike backburner. There’s a manager component, a server …

11 years ago
Forum
Reply
RE: Middle Middle Middle

How exactly are you implementing it? I’m building one myself at the moment.

11 years ago
Forum
Reply
RE: Middle Middle Middle

Seems you’re right. The following variation uses a bitarray for index tracking, ignoring the values altogether, and allows duplicates in the source ar…

11 years ago
Forum
Reply
RE: Middle Middle Middle

The issue is I called this a sorting function. It’s actually a reorder function. Who says the caller would want the output sorted? It’s about taking o…

11 years ago
Forum
Reply
RE: Middle Middle Middle

As I understand it, the input is by definition a sorted unique list – a range of frames… I can just call sort() on the list before this function if ne…

11 years ago
Forum
Reply
RE: Middle Middle Middle

It was a typo, fixed.

11 years ago
Forum
Reply
RE: Middle Middle Middle

Sorry, my previous function was indeed incorrect. This one seems to work fine: fn sortMiddle2 arr = ( local sorted = #(arr[1]) local pairs = #(#(1,…

11 years ago
Forum
Reply
RE: Middle Middle Middle

That’s quite a lot of code fn sortByMiddle arr = ( local sorted = #() local stepSize = amax 1 (arr.count – 1) while (stepSize > 0) do ( loc…

11 years ago
Forum
Reply
RE: [SDK] [c#] Iterating on a DLL using Visual Studio ('unload'/'reload' Assemblies)

Mambo4: Any hint for #2? My test static class won’t instantiate via CreatInstance I assume It’s because Static Classes aren’t meant to instantiate …

11 years ago
Forum
Reply
RE: [SDK] [c#] Iterating on a DLL using Visual Studio ('unload'/'reload' Assemblies)

assembly.createInstance can also do it, though the signature is more tedious:

11 years ago
Forum
Reply
RE: [SDK] [c#] Iterating on a DLL using Visual Studio ('unload'/'reload' Assemblies)

Looks cool. Two other useful methods that you can add are: Create instance with parameters. Invoke a method or property on a static class.

11 years ago
Forum
Reply
RE: [SDK] [c#] Iterating on a DLL using Visual Studio ('unload'/'reload' Assemblies)

There’s no way to unload an assembly, unless you create it in a new AppDomain, which is usually counterproductive. What you could do though is keep r…

11 years ago
Forum
Reply
RE: render via script brings different output (pay for help)

If you can recreate the problem with a simple scene and provide the actual code you’re using then someone can try to help you (most likely for free), …

11 years ago
Forum
Reply
RE: render via script brings different output (pay for help)

Is the problem that the vrmeshes are not replaced correctly, or is it some gamma related issue? Please post right output image vs. wrong output image.

11 years ago
Forum
Page 25 / 131