A little tip. When you have progress bars, dont update them every step. Update them every 10 steps or so. The graphical update of the progress bar ta…
It would still be useful to figure out how to do this. I had problems with projecting the 2d bitmap on the 3 dimensional uvw coordinats. Does anyone …
Thanks Rob. I almost thought there should exist a tool like that. He, well guess it didn’t hurt to program vertex colors and uvw mapping for a day any…
Thanks for the pointers. I have managed to create a tool for baking. However it only works on planar mapping as it is now. I use the function polyOp…
Yea. Fortunately ProBoolean could do exactly what I wanted anyway. Phef, that was a relief. Hehe, I’m having so much fun in blowing stuff up here. Ver…
It seems to be no support for ProCutter in maxScript8. However I can use the ProBoolean to do nearly the same thing it seems. Hmm /Andreas
NET seems promising allthough I’m not completely sure what we can do with it when it’s connected to Max. Interfaces sounds like the most useful, but I…
Yikes, that is a big program. We must have the source code so we can run it. It shouldn’t be that hard to find a webhost that is cheap. /Andreas
Create an editable_poly object Select ALL Edges Create Selection From Edges Change Interpolation Steps to 0. You may want to change Display Render Me…
I think you would have to look through all the points in the mesh and check each of them if they are the closest. It’s not gonna be that fast I’m afri…
Yes, it’s much easier to understand the problem someone has if he explains it more in detail. At work I often force our artists to write down a textf…
Begin with the MaxScript help, and read the tutorials there. Also check out the MaxScript resources thread in the top of this forum. Good luck /Andr…