How do I create a single vertex (not connected to another vertex) on the cursor position?
Asked
Active
Viewed 6.2k times
26
-
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 Answers
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.
To create unconnected vertices only you would need to deselect the previous vertex.
-
The question has changed to creating a vertex at the cursor position. Any ideas? – Steven Dec 16 '15 at 09:10
-
-
@prolink007 Just tried it on version 2.79b and it works fine. What version of Blender are you running? – M - Apr 27 '18 at 23:58
-
3
-
1@TavernSenses Why not just use Snap Selection to Cursor after creating the vertex? – Sparkette Jul 04 '20 at 20:45
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.
-
-
well, if you do it in edit mode it will make only one vertex at the cursor position – ruckus Dec 16 '15 at 16:27
-
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

