I guess its not needed now, the problem was solved by setting the speed to 0 at birth. pCont.particleSpeed = [0,0,0] Very silly of me to assume that m…
Max 2012 hot fix 2 will patch the problem.
TheGrak: Nice script! Reminds me of Logo Tools by David Mackenzie. And also Bitmap2Maxscript convertor by Andru Phoenix. That one’s pretty cool c…
bit.intAsHex (bit.floatAsInt 1.0) gives “3f800000”, which is a f32 version of the number 1.0 Now you should be able to extract the exponent and the nu…
You will need to write a plugin using the SDK to get your own custom shapes. The scripted plugins only extend the existing primitives/modifiers.
Cool. I used the same example and improved on it.
This looks great, can’t wait to test it out. PSD support is a great idea. I have two suggestions I thought of when I was looking at the screenshots. 1…
I really liked the idea of using 3d elements to draw the UI. Great job ! The first thing that can be improved in the code is that the repetition of s…