Thanks Eric! I’ll give that a shot. Denis, I’m trying to create something similar to the channel box for Maya. I want a place for the user to define …
Nevermind, figured out how to do it using an autoResetEvent, and its waitone() and set() methods.
There are two reasons why it’s bumpy: For a high amount of precision, you’ll need to save your images with a floating point format. A 255 color sca…
Thanks Denis I’ll post my result if I get it working.
3rd Dimentia: Nice one, I had the same problem a few months ago where it would take 18 minutes to attach 2040 objects. That was for 3.1mill polys. I…
You can use point cache to bake deformations but it does not create keyframes or bake transforms, which is what you requested in your first post. Als…
Oh well I opened your scene and you’re not even using a noise controller. You’re using a noise modifier which is not what you want to do because it wo…
Here you go. Just select the object and run the script. obj = $ max create mode transArr = #() count = 1 for q in 0 to 100 do ( at ti…
JHN: Tyson, I think you mean updateShape $ -Johan Sorry, you’re right
Are you making sure to run update [spline] After knot operations?