Hello, I have written a function in the Max SDK that takes a delta offset and applies it to all verts in the given editable poly. It works as expecte…
After much trial and error, here is a python function that will remove a menu and all it’s sub menu’s, resulting in a non-polluted .mnux file: from …
denisT: do you have Havok installed in you system? ok. here is a thing. Havok, Physics, and Cloth as you know force creating their toolbars in max …
Yeah, quite honestly, it has been nonsense that it took this long. But so far it all seems pretty viable.
Thanks Denis, Effectively, I am wanting to reproduce (via maxScript) the behavior of xReffing objects via the xRef Objects interface that has been (f…
You are a hero lo, I looked into the region class many months back but gave up as I was still fairly new to dotNet. I will give this a play around a…
it normally means you are trying to access a number(Index) that does not exist. I normally see this error when using a for loop like the one bellow: …