See this scirpt: It connects Processing to 3dsmax but the idea is the same . The client part is in maxscript so you can use that as a guide.
There could be a lot of small reasons for the decline of this forum but I don’t think there is one definitive one. Could be a demographic shift in us…
Yeah, I did end up solving the issue a while back. I didn’t know the well known trick of pointer function but that is what I ended up discovering for …
Seen something similar done with connecting Processing to 3dsmax through sockets. You will need to write your own scripts for sending and receiving me…
maybe some kind of callback function that assigns a custom attribute to the object when rotated. there is something in the help about event handling o…
For the most part a good effort but I really hate the way the reply textbox functions. It’s ok on mobile but on desktop, squeezed all the way the bott…
thanks that did the trick, the other mistake I was making is that maxscript sine function needs degrees not rad
ok, so I converted the javascript I found here to a maxscript. But now i’m having problems with the precision. I am almost exact on the x value but th…
thanks again, I was using the wrong search term – conversion to UTM is the proper term not Cartesian. There is a javascript version of the script I ne…
thanks Klaas, this is a different formula than I was using – it could be more accurate. I will try it out.
I am using inches as the system unit scale.