Blender Git Commit Log

Git Commits -> Revision 0371e6c

Revision 0371e6c by Ton Roosendaal (master)
December 31, 2008, 17:50 (GMT)
2.5

Added extend-select for edit mesh.

Note for operator design; you cannot give operators hardcoded
properties like "SHIFT" or "ALT", that conflicts with the idea
of keymaps. Instead the properties have to be functional, like
setting 'extend' on or off.

I also think mouse select could get these operators:

- activate/select, option 'extend'
- activate/select on object center, option 'extend'
- activate/select, with menu, option 'extend'

and of course loop-select, group-select, and so on.

BTW: border-select could also get 'extend' option :)




Commit Details:

Full Hash: 0371e6cb21bcd16e80803a0c6f1b71edc81c04d2
SVN Revision: 18199
Parent Commit: b54d8f3
Lines Changed: +29, -61

4 Modified Paths:

/source/blender/editors/include/ED_mesh.h (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_mods.c (+6, -6) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+1, -6) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+21, -48) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021