I have a mesh with two coplanar, unequal quads. One edge of the smaller one is part of an edge of the larger one.
In order to join them, I am currently doing this:
- subdivide the larger edge for two more vertices
- snap these onto the location of the smaller edge’s endpoints
- select the two faces
- press delete/x and choose ‘dissolve faces’
Is there a more straightforward way?