And, does the .NET garbage collection collect the same garbage as maxScript gc()? Look at the example. I create an array of max-strings and try to cle…
Well, when i do the .NET garbage thing from the maxscript-docs i at least don’t get an error message. On the other hand i don’t know if i can prevent…
Thanks Pete for the explanation. This sounds logical to me. So by assigning nothing or undefined to a variable you queue it up for the next round of …
Hey Pete, could you explain that a bit more? The gc() i do in this example is hand-triggered. But max will do automatic garbage-collection at moments…
Well, it turns out the comboboxes on the .NET form were the cause of errors. I had to move all my controls onto a standard max-rollout to avoid these …
Well, i have a question. The script shows a preview of the renaming action. It’s a listview with the original name and the new name shown in two colu…
Hello, i’ve updated the renaming script. The script enables the user to apply names and wirecolors to objects in a scene. The names and colors are st…
Well, I’ve found a solution to fix images in buttons related to gamma settings. When max is set to gamma 2.2 it seems that images in script-buttons a…
Yes, we’re having the same issues here. It’s hard to see the previews from our libraries because they’re so dark. I’d be very happy to script my way a…
I would continue with the shorter deadlines. These challenges aren’t meant for building full-fledged tools with slick interfaces but for capturing a g…
Hi, indeed, when you create 500 random numbers between 1 and 5000 you’re bound to create some duplicates. So to avoid collecting the same object twi…
We’ve reinstalled new mouse-drivers on two of the failing machines. It fixed the problem on one of these machines (leaving my IT-guy flabbergasted) bu…