Move along with the transform for me. Gives a better sense direction and distance. I wonder why you ask?
Changsoo, internally max converts the degree values to radians, I think for reasons of ease of use for the artist. You have to do a radToDeg or degToR…
The way I auto generate macroscripts is to generate simply macroscripts with a fileIn statement. That way I never touch or read the actual maxscript f…
Seems right, I would do something similar.
Looking at the url call the flash button makes, it seems be using the clipboard to signal a listening tool in max to the the heavy lifting. Yep, just…
More object oriented approach and less global variables. And I wonder why not python, like maya has pymel, and I mean that hypothetically and if it wa…
Have you seen this mxs extension by Kees Rijnen and now maintained by maxplugins, if I’m correct :
The problem is that there is no explicit relation between a vert and a tvert. Only faces are related between geo and UV. So via faces you can get to g…
I believe so, I use c#.net inside maxscript, had some high hopes on maxsharp and python, but that seems to stagnate at this point in time. Also lack o…
There are tools out there that do c# obfuscation (I think even in VS there such a tool), you could write a c# assembly or maxplus maybe and obfuscate …
Hi Denis, Yeah, I found that interface too and figured it out, not thanks to the manual, there’s no mention of any of those interfaces. And the help …
Yeah, I don’t foresee a lot of problems with the logics, more with max… just found a nice bug. If you have an instanced skin over multiple objects, l…
Hi Pete, hope all is well! I figured something like that too, but hoped to have missed that one obvious global max function that would save me… but a…
denisT: but… several month ago i found a new technique… better than structure. sorry, but i’m not ready to share it yet. This is just torture, a…