Welllllllllllll… I completed it and managed to get everything working. But I’m finding out the timer method isn’t working well enough. It’s not a fas…
Thanks a lot Denis, I’ll learn from it. Callbacks are a tad obscure to me right now, I have some reading to do.
denisT: your delay calculation is wrong. interval for the timer ticking must be <key_distance_in_frames>*1000./<frame_rate> also you do…
Well, I updated it, it does work, but as I previously said the timer is rather imprecise in maxscript. The timer function in MEL seems 10 times more p…
I’ve done something tonight which is a start, I guess. But I’m having problems with the timing. the timer requires an interval in milliseconds, but it…
Awesome thanks a lot!
Thanks, it’s actually not a bad solution. After the scripts files inside the mzp file are run they are deleted, so it’s not invasive.
Well I do find it annoying… I’m doing something similar than what you said. It works with most biped parts, but as soon as I use .setTransform on the…
thank you in pointing me to the right direction
thanks ZeBoxx2 for that deeper explanation. In the end I went with $[#transform][#rotation], it works perfectly with what I’m trying to do and it’s s…
no, not too late, drdubosc. Funny I was reading about this method before ZeBoxx2 posted his answer. It looks like another good method to get the same…
Thanks ZeBoxx2, this really is what I was looking for! And it works very well. Quick question, in this example Test = &$.rotation *Test.control…