subdivide an edge and subdivide without auto-maked-face,how?

  1. for example, I want to subdivide 2 parallel lines

------------

------------

into 3


----+----+----
    |    |     
----+----+---- 

is there a shortcut?

WKey only subdivides into 2*n parts.

For the Knife, even I draw the cut line as


    ~~~~~~
    |    |
----+----+----
    |    |     
----+----+----
    |    |

it only gives


----+--------
    |           
----+--------

2.when we use WKey or Knife to subdivide, Blender breaks down some original faces to generate trifaces. These faces are often arranged ugly and need to be reconstructed by hand. How to only subdivide the edges and leave the regeneration work to ourselves?

Thank you.

You can’t, as Blender does not yet support polygons with more than 4 verticies (n-gons).

For now you either have to accept the triangular faces or convert them into rectangles either manualy (usually best) or with Alt+J in edit mode (select all verts first).

Have you tried Loop Subdivide or Face Loop Cut? (Ctrl+R),(K)
These might be a better way to get the detail you want.

There are also Ngon’s in Blender now, limited but useful. Like take a tube, select all the verts at one end, hit Shift F to make the ugly faces, then hit F to make an Ngon that covers the end nicely with no leaks.

Grap the latest BF Blender here

Yeah, I neglected to mention “F-gons” as Ton calls them.
You can effectively convert polygons to n-gons as long as your mesh meets certain conditions.

About F-gons (scroll down):
http://www.blender3d.org/cms/Mesh_editing_rewrite.425.0.html