yes i have, just try the script and you will see that it renders fine, but it dosent create the element but a complete render. Guillermo Leal.
has anyone ever done anything related to Texture Baking in Maxscript? I would really appreciate any input you could give me. Thanks, Guillermo Leal.
One more question Please open the points.max file and run the f7.ms it works correctly it goes trough the points, finds the closest point to the on…
Light, thanks a lot. I was trying with functions with out success and you figured out with a single line. I modify it like this FoundIndex = findIte…
Bobo, Please take a look at this code, I think i´m able to find the first point but if I try to put that code inside another loop to get all points…
Bobo, Great explanation, it make sense. But unfortunately I havent been able to figure out how to do transfer your explanation into maxscript, Im r…
Pjanssen, yes i went trough the pixels and where there is a white pixel i put a point in it. here is the code: — Puts Point in white pixels from im…
I have attached now the max8 file(LeafPoints.zip ) with the points and the result after running the script . as you can see the spline its created in …
Thanks for yours suggestions. Its now working correctly, it turns out I was moving the pivot when trying to move the object. Now I setup the pivot of…