And Max got it from XSI.
Same here. If I’m checking to see if it found something (finditem) I use !=. If I’m counting array items I use > 0. Which doesn’t really make an…
Just a quick performance question. You use if > 0 and I use != 0. Is one or the other faster or less memory intensive? I imagine it’s marginal on…
Also I think you can store the object variable directly IN a dotNET item if I remember correctly. I did it in a tree view where every tree item had th…
That really really needs to be fixed ASAP. It’s retarded that all of my buttons etc are wackobizzaro gamma-ed.
FYI the ghost’s paths in pacman were hardcoded. So in that respect their AI should be pretty easy.
Probably falls in line with this thread: which unfortunately the best solution for actaully getting the name was the same as yours. It would be nic…
IkerCLoN: I found this piece of code on the .net thread some weeks ago. It creates some UI stuff inside the tab page. Not MAX rollouts, but I guess …
I usually use the background color as transparent. it’s like 124 or something. That way if it’s transparent… they see the exact same color. or else pu…
imgbox’s have no border.
Just to be clear here is the directory structure it expects: …\LibraryPath<Category Names>\filename.jpg&.max just did a cursory glance…
Ok. I added a button which parses a directory full of directories… which is full of scenes and thumbnails (100×100 pixels) Or you can hard code in yo…
I don’t know what VRay Scatter does. I presume it’s more sophisticated than this. But this’ll merge in a file from a small asset library. Note you’ll …