Here you go: www.lumonix.net/DeleteProtection_MXS.zip The zip contains a text file that explains how to use it in Maxscript, it should be pretty str…
Hi James, I’ve never found a really stable, satisfying way to handle this through MXS. However it would take me only a few minutes to give you the ab…
it shouldn’t be significantly slower as long as you properly turn off various things. Such as ‘with redraw off ()’ and a few others. But it is a pai…
I dont know if the average of that ends up properly back on the imaginary ‘sphere’ that you always see when they explain the difference between linear…
Paul, If speed is what matters, then linear interpolation is the fastest that I know of. So yes, then row by row is what you do. I still think there …
That’s right. I believe you have to slerp all of them from 0 rotation (quat 0 0 0 1). So it you have 4 rotations, then you slerp each one with (quat…
instead of adding the rows i think using slerp for rotation is better. So lerp the position and scale, and slerp the rotation (as a quat).
I vaguely remember doing this via the SDK when i was still at Bioware…so i believe you can do it there. But in maxscript, I believe you can only do i…
MoonDoggie: so adding additional quote brackets is serving no purpose. In some cases, yes. But not in all cases. For example XML requires the da…
If I understand the problem correctly you are trying to connect the weight controller to a scripted UI? In that case the ‘controller’ function of a sp…
I have had to deal with this misery A LOT with Puppetshop. It is a pain in the butt. Usually you can get the value from the subAnim instead of the co…
It would be nice if you could make a reference to the scene root’s transform or something and have it send you a message if any of the nodes change tr…
No offense intended, Kameleon. I couldn’t remember where the page was and didn’t have time to dig around. I know its kinda hard to find the informati…
Thanks Yannick. That’s the page I used to get Standard to work for max plugins. So I know it works
Well that is an interesting comment. I’m not familiar with SME or NodeJoe in-depth (have not used them in production is what that means) but in my bas…