0

How, in Python, could I add an object with a specified number of vertices n, all of which are at, say, the origin (0,0,0)?

Geremia
  • 213
  • 1
  • 9
  • Related http://blender.stackexchange.com/questions/414/how-to-use-bmesh-to-add-verts-faces-and-edges-to-existing-geometry?rq=1 http://blender.stackexchange.com/questions/2407/how-to-create-a-mesh-programmatically-without-bmesh/2416#2416 – batFINGER Jan 11 '17 at 06:50

1 Answers1

0

To do this:

  1. Press Shift+C to position your cursor at the origin (0,0,0)
  2. Follow this answer to create a mesh with a certain number of vertices
Tak
  • 6,293
  • 7
  • 43
  • 85