forked from bartvdbraak/blender
Tinsy wee buggie; added 'extrude vertices only' to menu that appears when
only 1 face is selected.
This commit is contained in:
parent
1d7a8cf86f
commit
b775055107
@ -545,7 +545,7 @@ void extrude_mesh(void)
|
|||||||
else if(G.totfacesel==0)
|
else if(G.totfacesel==0)
|
||||||
nr= pupmenu("Extrude %t|Only Edges%x3|Only Vertices%x4");
|
nr= pupmenu("Extrude %t|Only Edges%x3|Only Vertices%x4");
|
||||||
else if(G.totfacesel==1)
|
else if(G.totfacesel==1)
|
||||||
nr= pupmenu("Extrude %t|Region %x1|Only Edges%x3");
|
nr= pupmenu("Extrude %t|Region %x1|Only Edges%x3|Only Vertices%x4");
|
||||||
else
|
else
|
||||||
nr= pupmenu("Extrude %t|Region %x1||Individual Faces %x2|Only Edges%x3|Only Vertices%x4");
|
nr= pupmenu("Extrude %t|Region %x1||Individual Faces %x2|Only Edges%x3|Only Vertices%x4");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user