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
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2012-10-08 08:42:06 +0400
committerJoshua Leung <aligorith@gmail.com>2012-10-08 08:42:06 +0400
commit718dea866588b13af6c362bed1bc6e33588fafe3 (patch)
tree5afcbe17fb1ce3323abd3153c15ab97f7596d33c /source/blender/editors/armature
parentd0f702df8f5c483d3617a25c50076e97060b991a (diff)
Patch [#32639] Pose breakdown confirm by Return Key
Thanks Julien DUROURE (julien)
Diffstat (limited to 'source/blender/editors/armature')
-rw-r--r--source/blender/editors/armature/poseSlide.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/armature/poseSlide.c b/source/blender/editors/armature/poseSlide.c
index cdcb3ab4683..31398948b82 100644
--- a/source/blender/editors/armature/poseSlide.c
+++ b/source/blender/editors/armature/poseSlide.c
@@ -631,6 +631,7 @@ static int pose_slide_modal(bContext *C, wmOperator *op, wmEvent *evt)
switch (evt->type) {
case LEFTMOUSE: /* confirm */
+ case RETKEY:
{
/* return to normal cursor and header status */
ED_area_headerprint(pso->sa, NULL);