Previous Thread  Next Thread

chat icon Reduce a model to the exact number of vertices

roy-t

Posted: Wed Oct 03, 2012 1:05 pm
Joined: 03 Oct 2012
Posts: 1
For a research project we have to compare several meshes, unfortunately our method works best if the meshes have exactly the same number of vertices (faces are not important). Is there any way in Blender to reduce a model to an exact number of vertices? All I have seen so far is based on ratios, are inexact and usually involve faces not vertices.
Reply with quote


CoDEmanX

Posted: Wed Oct 03, 2012 10:51 pm
Joined: 05 Apr 2009
Posts: 694
maybe export to PLY or similar and try meshlab?

i dunno any built-in method to reduce to an exact amount of verts...
_________________
I'm sitting, waiting, wishing, building Blender in superstition...
Reply with quote


Creedo

Posted: Fri Oct 05, 2012 8:42 am
Joined: 05 Jun 2005
Posts: 9
roy-t wrote:
For a research project we have to compare several meshes, unfortunately our method works best if the meshes have exactly the same number of vertices (faces are not important). Is there any way in Blender to reduce a model to an exact number of vertices? All I have seen so far is based on ratios, are inexact and usually involve faces not vertices.


I don't think that's possible. If it works, then it will only be by coincidence.

Meshes are usually reduced by collapsing edges, so one or more vertices might be removed
when a single edge is collapsed.
Reply with quote


jaxteeth

Posted: Wed Nov 28, 2012 9:39 am
Joined: 28 Nov 2012
Posts: 3
Actually how to count vertex number in Blender?
Reply with quote


CoDEmanX

Posted: Wed Nov 28, 2012 7:46 pm
Joined: 05 Apr 2009
Posts: 694
for a single object:
Code:
len(Ob.data.vertices)

_________________
I'm sitting, waiting, wishing, building Blender in superstition...
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group