kees
@kees
New Member
Joined: Feb 14, 2024
Topics: 3 / Replies: 92
Reply
RE: Preventing node deletion

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…

17 years ago
Forum
Reply
RE: Preventing node deletion

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…

17 years ago
Forum
Reply
RE: skinOps, clothOps, cacheOps…

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…

17 years ago
Forum
Reply
RE: Average transform?

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…

17 years ago
Forum
Reply
RE: Average transform?

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 …

17 years ago
Forum
Reply
RE: Average transform?

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…

17 years ago
Forum
Reply
RE: Average transform?

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).

17 years ago
Forum
Reply
RE: XML Menu Sytem

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…

17 years ago
Forum
Reply
RE: format to file with ""

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…

17 years ago
Forum
Reply
RE: PuppetShop Linker script – help needed

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…

17 years ago
Forum
Reply
RE: rotation controller returns wrong values occasionally

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…

17 years ago
Forum
Reply
RE: callBacks.addScript #anyTransformChange?

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…

18 years ago
Forum
Reply
RE: Visual C++ Express and SDK

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…

18 years ago
Forum
Reply
RE: Visual C++ Express and SDK

Thanks Yannick. That’s the page I used to get Standard to work for max plugins. So I know it works

18 years ago
Forum
Reply
RE: Schematic Material Editor Progress

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…

18 years ago
Forum
Page 4 / 7