I do most of my scripting in plain maxscript in 3dsmax 9 and I’ve had the listener stop working many times. Quite annoying, altho I’m beginning to re…
Have a look at using getNumSubMtls and getNumSubTexmaps with getSubMtl and getSubTexmap
What about QT?
for o in (polyop.getvertselection $) do $.vertices[o].pos = [0,0,0]
This will work on an editable_poly object. $.vertices[1].pos = [10,10,10]
Actually Get/SetPixels wasn’t as slow as I thought it’d be, is there any way to make this any quicker than I’ve written it? –adjust gamma g…
At worst case I could possibly use GetPixel/SetPixel to do the adjustment but that’ll be far far too slow for what I need it for… pcolor = 128 gamma …
I’ve found that Gamma information… but it doesn’t do what I need it to. I’ve found this which seems like it’ll be a good place to start… but it’s not…
Everything in Max has a Class, you can find out what class your object is by typing the following into your listener with the object selected. Classo…
There’s quite a few of these in development, I’ve yet to see one that actually deals with coastline issues, beaches, shallows, reefs, cliffs, rocks et…