blender/source
Geoffrey Bantle 3662ce0045 -> Loop MultiSelect
Added new function in editmesh_mods.c, "loop multiselect" and can be
accessed via the CTRL-E popup menu in editmode. It is used to select
multiple edge loops/rings based upon the current selection set. It does
this simply by looping through a list of currently selected edges and
calls 'edge_loop_select' or 'edge_ring_select' for each one. This can
be used to build large selection sets quickly, as can be seen in
the following example images...

step 1 - http://www.umsl.edu/~gcbq44/multiselectA.jpg
step 2 - http://www.umsl.edu/~gcbq44/multiselectB.jpg
step 3 - http://www.umsl.edu/~gcbq44/multiselectC.jpg

-> Misc

While I was in there I fixed a couple of existing issues as well...

- "Select Less" now gets a proper undo push.
- countall() wasn't being called after inclusive selection mode conversion
- some strange formatting in EM_convertsel() in editmesh_lib.c fixed.
2006-02-28 02:28:45 +00:00
..
blender -> Loop MultiSelect 2006-02-28 02:28:45 +00:00
creator == SCons == 2006-02-04 14:15:10 +00:00
darwin Updated Mac OS X icons courtesy of Erik Mendoza, re. this thread on blender.org: 2006-02-13 21:08:43 +00:00
gameengine Some issues compiling on Irix: 2006-02-22 23:34:12 +00:00
icons - Revert to NaN makefiles 2004-01-05 00:06:11 +00:00
kernel ==SCons== 2006-02-07 21:24:36 +00:00
Makefile pthreads for Makefiles/cygwin (don't forget to update lib/windows). 2006-02-27 00:03:18 +00:00
nan_compile.mk Some issues compiling on Irix: 2006-02-22 23:34:12 +00:00
nan_definitions.mk pthreads for Makefiles/cygwin (don't forget to update lib/windows). 2006-02-27 00:03:18 +00:00
nan_link.mk Using NAN_FFMPEG_CFLAGS to find the right headers, and making linking 2006-02-06 06:22:39 +00:00
nan_subdirs.mk Clean up for Makefiles: some of the directories were being printed 2005-04-09 22:40:34 +00:00
nan_warn.mk big warning hunt commit 2005-03-09 19:45:59 +00:00
SConscript == SCons == 2006-02-04 14:15:10 +00:00