If I have a model with heaps of meshes, and I want to find all big meshes (let’s say meshes with more than 20000 faces), is there a command to do it?
I’ve tried SelMesh but it just selects all meshes and don’t have a filter option.
Thanks
If I have a model with heaps of meshes, and I want to find all big meshes (let’s say meshes with more than 20000 faces), is there a command to do it?
I’ve tried SelMesh but it just selects all meshes and don’t have a filter option.
Thanks
Here is a quick n easy one that may do -
SelMeshByFaceCount.py (736 Bytes)
To use the Python script use RunPythonScript
, or a macro:
_-RunPythonScript "Full path to py file inside double-quotes"
Somewhat misleading name - it finds meshes with the same or more faces as the number you give it…
-Pascal
Thanks mate, it worked perfectly!
I…guess, you aren’t going to show us : (