Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2003-10-22 05:25:11 +0400
committerMartin Poirier <theeth@yahoo.com>2003-10-22 05:25:11 +0400
commitc7bf552213d567d7c7667d8a7cf0100b8417ab7f (patch)
tree6273f827fb0172f45dcf7a354d628946275c1205 /source
parented290ebf19409c53f1c04c38402477a8d3b45657 (diff)
Added PADENTER confirmation to transform.
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/editobject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editobject.c b/source/blender/src/editobject.c
index b68c2b8ebba..7ae87244876 100644
--- a/source/blender/src/editobject.c
+++ b/source/blender/src/editobject.c
@@ -4906,6 +4906,7 @@ void transform(int mode)
case LEFTMOUSE:
case RIGHTMOUSE:
case SPACEKEY:
+ case PADENTER:
case RETKEY:
afbreek= 1;
break;