26

How do I create a single vertex (not connected to another vertex) on the cursor position?

Steven
  • 2,010
  • 8
  • 23
  • 38
  • Changed the question. Is it still a duplicate? – Steven Dec 16 '15 at 08:54
  • I typically add something like a plane then use Alt M > merge at center. Perhaps that's too much of a workaround.. – gandalf3 Dec 16 '15 at 11:17
  • For a simple vertex, that's indeed a serious workaround. Alternatively, I could create a vertex (ctrl+LMB), position the cursor where a want it, select the vertex, execute "selection to cursor" and voilà, but that's a hassle as well. – Steven Dec 16 '15 at 16:16

3 Answers3

18

If you press the left mouse button while holding Ctrl you can add vertices at will. Any subsequent vertices created will be connected by an edge.

enter image description here

To create unconnected vertices only you would need to deselect the previous vertex.

enter image description here

18

The "extra objects" addon (included in the latest release of blender) has a add object> single vertex option. See the second half of this answer to learn how to enable the addon. the Shift+A>Single Vertex.

ruckus
  • 7,633
  • 26
  • 56
5

To expand on @cegaton's answer:

After creating a vertex with Ctrl+Left Mouse, you can use Shift+S > "Selection to Cursor" to move the vertex to the 3D cursor's position.

If you want to move several vertices to the cursor position but keep their relative shape, use Shift+S > "Selection to Cursor (Offset)"

Tagglink
  • 51
  • 1
  • 1