Hey Jordan, you could take a look at the two latest scripts I’ve written. I’m taking advantage of some of the features the treelist has to offer, inc…
Hey reecpj, I’ve tried your functions. You’re using bitarrays, but you’re treating them as normal arrays. A bitarray is a collection of boolean-value…
Hey Eric, thanks for the tip about Brazil. I’m rendering a lot of images for use in an online shop. I’m compositing separate passes from VRay with max…
Aha, I’m seeing that in max2012 the exrio-interface has been replaced by the fopenexr-interface. Just as you said Eric, the methods are slightly diff…
Hey Eric, good point. At work I’m using max 2010 with the connection extension. It has the newer exr-gui. At home I’m using max 2010 without this exte…
Exactly, outputgamma is 1.0 when saving the render. But if I’m comping the files later on in maxscript, the INPUTgamma needs to be 1.0 as well. That o…
Artur, That’s a very good tip. I thought that rule only was relevant when adjusting rendersettings, but I didn’t know it also worked when adjusting bi…
Hey Alex, I’ve had to edit the lines of code you posted a little bit, but it really works for me: actual contextual, local maxscript help: yay! # po…
Nice Alex Mak, this was missing from my solution. The ability to have the help point directly to the item you want help for. I’ll update my article to…
Actually, I’ve tested again and must revoke the initial results. The method from denisT contains a slight mistake. The line (getpixels bmp [y,0] bmp….
@JHN: you might want to delete the comma after my function. I copied it out of a struct, sorry. I made that method in max 2010 and it works for me. @D…