Specify a precise number of vertices?

Hi folks,

Imagine this:

I’ve created a path that has 5 points.

I now convert it to a mesh, and it has about 50 vertices.

But say i want it (the mesh) to have exactly 200 vertices. So, keep the exact same length and position, only i need to very accurately specify how many verts it should have.

Is there any way to do that?

Thanks!

Looks like its the number of segments x this number plus 1, so I just tried with a curve with two control points and a setting of 199 and got 200 verts.

ctrl-points

1 Like

Ah, great, many thanks!