A few additions/changes suggested by Chris Burt

1. Return and PADENTER confirm loopcut and edgeslide
2. When choosing loop to cut in loopcut, can use numeric entry for number of cuts (less than 130)
3. Number of Cuts in loopcut printed in header
This commit is contained in:
2005-07-14 02:52:51 +00:00
parent 76b89fb445
commit 1bfd0eae14
2 changed files with 71 additions and 7 deletions

View File

@@ -4436,7 +4436,7 @@ void EdgeSlide(short immediate, float imperc){
/* val==0 on key-release event */
if(val && (event==ESCKEY || ( event==LEFTMOUSE || event==RETKEY ))){
if(val && ((event==ESCKEY || event==PADENTER)|| ( event==LEFTMOUSE || event==RETKEY ))){
draw = 0;
}
if(val && (event==RIGHTMOUSE || event==ESCKEY || (event==MIDDLEMOUSE) )){