Max provides Double, Integer64, and IntegerPtr. You could potentially also use DotNet instead and use their numbers, such as Decimal, which may be be…
So, I created the ‘toggle’ macro that works on the selected object. I then ran this macro over all the geometry I needed (yikes, running a macro via…
It doesn’t… does it work for you? I will try again at home, but it isn’t working at work. So I found something else totally awesome. The off-move-o…
Clicking the checkbox and setting it true/false via script definitely behave differently. Using Max 2008, and others seem to have an issue with it as…
Yeah, I’ve tried selecting, deselecting, classof, forcecompleteredraw, etc. But I’m doing the script interactively/line-by-line, so none of that real…
I believe the fourth column is generated automatically by Max. I’m sure Bobo has some posts on the subject. You can check out the BigMatrix, though,…
However, in this particular case, MXS has already overloaded ‘*’ on Point3’s for you, so it returns the results you would expect. I am probably wron…
Awesome stuff… I needed a way to do this a while ago for something I can’t remember, but I’ll keep this in mind if I remember or if I need to do it ag…
lol My first post was much in the same vein, but I realized he was talking about the linked site, not CGTalk, so I edited it. If you don’t understan…
Look closer. There is enough documentation for BVH out there already. Just search for “bvh file format”
We had this problem with our function library- our ‘stringOps’ use ‘arrayOps’ and ‘arrayOps’ use ‘stringOps’. There was no ordering solution possible…
The ‘return’ issue is a bit strange. According to a PM Bobo sent to me, the MXS help isn’t accurate anymore. If you put ‘return’ at the end of a fun…
You could make local variables for the rollout, one for each button, that will store whatever you need… then when you click or rightclick the button, …