[Bf-blender-cvs] [c1cdce3] master: Fix T38743: Modal input feature appears to be missing from 2.70 test builds

Bastien Montagne noreply at git.blender.org
Sat Feb 22 12:09:22 CET 2014


Commit: c1cdce364bc1f122db2ce72a15fc969a375d0f4e
Author: Bastien Montagne
Date:   Sat Feb 22 12:08:39 2014 +0100
https://developer.blender.org/rBc1cdce364bc1f122db2ce72a15fc969a375d0f4e

Fix T38743: Modal input feature appears to be missing from 2.70 test builds

Add 'pad *' in addition to '=' to toggle basic/advanced numinput modes.

===================================================================

M	source/blender/editors/util/numinput.c

===================================================================

diff --git a/source/blender/editors/util/numinput.c b/source/blender/editors/util/numinput.c
index 158ff42..4260433 100644
--- a/source/blender/editors/util/numinput.c
+++ b/source/blender/editors/util/numinput.c
@@ -334,6 +334,7 @@ bool handleNumInput(bContext *C, NumInput *n, const wmEvent *event)
 			utf8_buf = ascii;
 			break;
 		case EQUALKEY:
+		case PADASTERKEY:
 			if (!(n->flag & NUM_EDIT_FULL)) {
 				n->flag |= NUM_EDIT_FULL;
 				return true;




More information about the Bf-blender-cvs mailing list