I had to do something simular a while back, there is no way to read the data directly from the hair and fur modifier afaik. However, you can use maxsc…
Thanks for the confirmation, I suspected it was a bug but wanted to be sure. -bnvm
If I remember correctly in previous versions intersectRay did not work on editiable poly objects only editable mesh. This may be why you are getting s…
One way to do this is to add the variable as in input to the function. Example, fn doSomething myVar = ( returnVal = myVar * 2 return returnVal ) on…
You can also but them in an array and use the amin and amax commands to get the max or min values. test = #(10,20) minVal = amin test -bnvm
Since you cannot create dynamic rollouts another option would be to create a button that acts as a preview window since you can assign a bitmap to a b…
In order for this expression not to snap back up after leaving the roof you need to keep track of the previous offset “dist” so you can assign it on f…
The expression works the reason why it doesn’t appear to work is because the cylinder is linked to the point object. I never use expressions for this …
I had to do a simular thing a while back but my objects had vertex animation on them. If you want to combine animated objects into a single object tha…
That worked great thanks for the advise. -bnvm