Blender Git Loki

Git Commits -> Revision 3180afe

Revision 3180afe by Chris Want (master)
January 29, 2005, 21:34 (GMT)
Correcting the logic of the hotkey modifiers for select
non-manifold. If you want it so all three modifiers are needed
(e.g. ctrl-alt-shift-MKEY) use:

if ( !(~G.qual & (LR_SHIFTKEY | LR_ALTKEY | LR_CTRLKEY)) )

instead of

if ( G.qual & (LR_SHIFTKEY | LR_ALTKEY | LR_CTRLKEY) )

(which really allows any modifier, alone or in combination, to work).

Commit Details:

Full Hash: 3180afe2cffd05f8cae26744c41a638b3168d51b
SVN Revision: 3800
Parent Commit: a238e7b
Lines Changed: +2, -1

1 Modified Path:

/source/blender/src/space.c (+2, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021