10
$\begingroup$

I can't seem to figure out the right term, but basically I have a mesh like this:

mesh1

and I want to make a face, but when I press F I get a triangle like this:

mesh2

When I want it to make a quad like this:

mesh3

Is there some easy way to do this? My process is usually making the face, subdividing the triangle edge, manually copying the coordinates of the vertex I want to line it up with, and then moving the vertex via entering the coordinates. Is there some kind of 'make vertex where these two edges will intersect' function that I'm missing? I feel like I'm doing this the incredibly long way.

$\endgroup$

3 Answers 3

22
$\begingroup$

If you have the F2 addon enabled (comes bundled with blender), you can do exactly what you are looking for.

To enable the F2 addon, open up the user preferences with CtrlAltU or File > User preferences. Then in the Addons tab, search for f2. Enable the addon by checking the check box.

Now you can simply select the corner vertex, and press F. Done.

animated gif

Do note that the addon decides which direction to make the new face based off of the mouse position.

Direction control

If there are multiple ways to create a new quad, the position of the mouse cursor is taken into account. Of the multiple new faces which are possible, the one which will be closest to the mouse cursor (in 2d screen-space) is the one which will be created.

Quoted from the wiki

Further documentation can be found on the addon's home page.

$\endgroup$
5
  • $\begingroup$ Oh my god, this is exactly what I'm looking for. It's.. It's beautiful! Thank you! I had never heard of this addon. $\endgroup$
    – shan
    Commented Nov 24, 2015 at 2:49
  • $\begingroup$ That's pretty sweet, never knew this existed! Does this addon do anything else? $\endgroup$
    – PGmath
    Commented Nov 24, 2015 at 3:21
  • $\begingroup$ @PGmath vimeo.com/57686760 Not much else, but it is quite good at adding faces. $\endgroup$
    – David
    Commented Nov 24, 2015 at 3:28
  • $\begingroup$ What is this magic! I have been missing out! $\endgroup$
    – J Sargent
    Commented Nov 24, 2015 at 12:32
  • $\begingroup$ @David wow! I use F2 for quite a long time (usually for retopo), but never knew about this kind of 'diagonal based' face creation functionality. UVed. $\endgroup$
    – Paul Gonet
    Commented Nov 24, 2015 at 13:21
4
$\begingroup$

Messing around and Googling a little bit more I think I found maybe a better way to do this:

  1. Select the vertex you want to extrude enter image description here

  2. Enable Vertex Snap mode like so (Shift + Tab is the default Snap hotkey)

enter image description here

  1. Hit E to Extrude the vertex, then hit the hotkey of the axis you want to extend it along (in this case, I'm extending on the Y axis so I hit E + Y), and then hover over the vertex you want to align it to

enter image description here

  1. Now the vertex is there, all you have to do is select the two parallel edges and hit F to create a face

enter image description here

This is quite a bit faster than what I was doing, but I'd still like to see if there's a faster method.

$\endgroup$
1
  • 2
    $\begingroup$ This is, as far as I know, the best "purist" way to do this. That is, without the use of add-ons. And if you have assigned custom keyboard shortcuts to switch between snapping modes it is quite a quick operation. I use Alt and ~, 1, 2, 3, 4 for Grid, Vert, Edge, Face, All, respectively. $\endgroup$
    – Mentalist
    Commented Nov 24, 2015 at 3:08
1
$\begingroup$

Here's the way I usually accomplish this (though I would love to know if there is an easier way).

  1. Take one of the edges and extrude it (with E) to approximately where the end of the new face should be.
    enter image description here
  2. Change the pivot point to Active Element.
    enter image description here
  3. Select the extruded edge and then the vertex to align it with (make sure it is white), and then hit S > Y (or X or Z, depending on which way you extruded the edge) > 0.
    enter image description here
  4. Finally, select the overlapping vertices at that corner and hit Alt+M to merge them.

That seems like a long process in a text explanation, but it really doesn't take too long in practice, though it would be nice if someone knows a faster way. The only other downside is that the face's sides must be orthogonal to the coordinate axes.

$\endgroup$
1
  • $\begingroup$ For some reason LICEcap doesn't work properly on my tablet, so I can't add a GIF of the process ATM. I'll try to remember to add it later when I get on my desktop. $\endgroup$
    – PGmath
    Commented Nov 24, 2015 at 2:28

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .