Figured it out. Had to multiply the inverse quaternion of the lattice in the equation. I also fixed a bug or two when converting back. Hope this he…
Cool, they worked. Gravey’s sort of inflated the object. Bobo’s scaled as max normally does. Is there any way to do these scale operations in the E…
Awesome, but it appears to be scaling around [0, 0, 0] instead of the selection center like the scale tool does. Do you know how to scale it around t…
I still can’t figure this out. I’ve found these types of controllers: float_script : floatController point3_script : point3Controller position_scrip…
How do you assign a node to a user variable and get the updating to work. I read the help document and it says exactly what you said, but it doesn’t …
Okay, I found AVg (7.0.9) but I’m having problems with it. I can’t seem to get my numbers to 2 decimal places without getting scientific notation. H…
What is this free plugin? I’m stuck using max8 because I can’t seem to get a working serial number from Autodesk for 9.
Awesome thanks. And yes, I noticed your subtle hint to buy the DVD I may just buy it.
Apparently what I was looking for was: r = copy constraint.rotation dirX = 2 * (r.x * r.y + r.z * r.w) dirY = 1 – 2 * (r.x * r.x + r.z * r.z) dirZ = …