Wow, this is opening up a massive can of worms (and possibilities) ! Where is the best place to look for practical examples of working with paramet…
Thanks Dennis! I was looking for the ‘get’ accessor in the huge list of properties, but somehow missed it!!!
I think The second occurrence of cylinderOffset doesn’t need the radToDeg() in the Engine_H_position point z position expression controller ((cos(ra…
Meh, I’m in the ‘fix what you got first’ camp. The day I can write a new animation controller without c++, or messy hacking, will be the day 3ds Max …
I was at Autodesk U last year looking into exactly this with the autodesk devs. Doesn’t really look possible at the moment was how I came away feelin…
*googles “break all” * slaps forehead So that’s what that little pause button is for… thanks!!!
what a slog. after much error trapping, I found a while loop in some code I did not write which was not exiting in certain situations. It was about …
how odd. it still hangs when I run the loop in maxscript, at exactly the same point in the loop (the 13th iteration), even when I run windows.process…
I think I need to invoke and thread it properly. As I compile to a library .dll I don’t think I can reference Application (afaik). The only differen…
wow… beautiful
if (this == defined) then that = this; format “Is that defined? -% ” (if (that == defined) then “Yes” else “No”)