11

There are some operations I'd like to do that depend on the vertex count of a mesh. But I don't know how to find the total number of vertices.

TheJeran
  • 2,601
  • 1
  • 8
  • 24

1 Answers1

20

In 3.0, you could use the Attribute Statistic node:

enter image description here

In 3.1a, there's an explicit Domain Size node:

enter image description here

Robin Betts
  • 76,260
  • 8
  • 77
  • 190