General Category > ASL Scripts

Script Request: untriangulate faces

<< < (2/4) > >>

Kubajzz:
NickE, you rock! This script is really great, it works perfectly even with huge models!

I have only one minor suggestion - if there are more meshes in your object, the script will untriangulate one of them, but as far as I understand the code, it will choose the mesh to untriangulate no matter what user wants. It's really just a detail, but I think it would be better if it worked with a mesh selected by user. I personally would do this on line 79:

--- Code: ---if ($shape.GetKind() == SHAPE_KIND_MESH)    -->    if ($shape.GetKind() == SHAPE_KIND_MESH && $shape.Selected)
--- End code ---

NickE:
Kubajzz,

Excellent suggestion!  I have made the change and have attached the updated script.

Add to the instructions posted earlier:
"Select the mesh you would like to untriangulate."

neirao:
Perfect!! :D

congratulations..!!!! :o

neirão Brazil..

Kubajzz:
To make the toolbox kinda complete, here's a link to old triangulation plugin written by Claude:
http://www.anim8or.com/ubb/Forum6/HTML/000143.html

headwax:
thanks nicke  well done. :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version