From 32d6f853f33c107fd3afbff7845269c41c2686d4 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Thu, 20 Feb 2014 16:11:36 +1100 Subject: Transform: revert to 2.69 numeric input behavior by default This allows to get the same "quickies" as in previous (2.69) code, (XYZ, -/, etc.), yet keeping nice non-conflicting new stuff like cursor navigation or copy/paste. You can switch to full mode hitting '=', and back to simple mode hitting 'ctrl ='. --- source/blender/editors/include/ED_numinput.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/include/ED_numinput.h') diff --git a/source/blender/editors/include/ED_numinput.h b/source/blender/editors/include/ED_numinput.h index e44dab7bff0..9d8c2ae99ac 100644 --- a/source/blender/editors/include/ED_numinput.h +++ b/source/blender/editors/include/ED_numinput.h @@ -51,6 +51,7 @@ typedef struct NumInput { /* NumInput.flag */ enum { NUM_AFFECT_ALL = (1 << 0), + /* (1 << 9) and above are reserved for internal flags! */ }; /* NumInput.val_flag[] */ -- cgit v1.2.3