Blender Git Commit Log
Git Commits -> Revision 688a6de
July 16, 2004, 01:34 (GMT) |
* User preference to select with the left mouse button instead of right. This basically swaps left and right, in most window spaces so you can choose between: LMB: Cursor/time slider/paint - RMB: Select or LMB: Select - RMB: Cursor/time slider/paint Aimed at: 1. Newbies 2. 1 button mouse mac users 3. People like me who are sick of having to constantly keep putting their brains into different modes when switching between other apps and Blender :) Yes, the User Preferences window is a bit of a nightmare now, a layout cleanup will be forthcoming soon... |
Commit Details:
Full Hash: 688a6de8789989522d1faf61349fc864b962137e
SVN Revision: 2819
Parent Commit: e926d39
Lines Changed: +201, -55
10 Modified Paths:
/source/blender/makesdna/DNA_userdef_types.h (+1, -0) (Diff)
/source/blender/src/drawipo.c (+9, -6) (Diff)
/source/blender/src/editaction.c (+23, -10) (Diff)
/source/blender/src/editface.c (+6, -1) (Diff)
/source/blender/src/editnla.c (+19, -5) (Diff)
/source/blender/src/editobject.c (+7, -2) (Diff)
/source/blender/src/editsound.c (+14, -1) (Diff)
/source/blender/src/editview.c (+5, -2) (Diff)
/source/blender/src/space.c (+106, -24) (Diff)
/source/blender/src/vpaint.c (+11, -4) (Diff)
/source/blender/src/drawipo.c (+9, -6) (Diff)
/source/blender/src/editaction.c (+23, -10) (Diff)
/source/blender/src/editface.c (+6, -1) (Diff)
/source/blender/src/editnla.c (+19, -5) (Diff)
/source/blender/src/editobject.c (+7, -2) (Diff)
/source/blender/src/editsound.c (+14, -1) (Diff)
/source/blender/src/editview.c (+5, -2) (Diff)
/source/blender/src/space.c (+106, -24) (Diff)
/source/blender/src/vpaint.c (+11, -4) (Diff)