<integer>GetNumVerticesnode:<node>

How to use this method to realy get the count of vertices of an object with Edit Poly Modifier on top?

It seems I'm today to stupid even for the basics.

So as an answer please try to write a short script based on this not working code:

p = selection as array
p = p[1]
count = GetNumVerticesnode: p

(selection is a geosphere - $GeoSphere001 - with edit poly modifier on top)

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
kilad's picture

count =

count = GetNumVertices()
count = GetNumVertices node:p

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.