Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Bantle <hairbat@yahoo.com>2006-02-28 05:28:45 +0300
committerGeoffrey Bantle <hairbat@yahoo.com>2006-02-28 05:28:45 +0300
commit3662ce0045d7347cf6b05069772de630efc68c49 (patch)
tree893bd70f748eaae917b29fe1435d8e0f44c054fe /projectfiles
parent4de6d54eec9dfd6d111f8bccc639d8c08900ff2a (diff)
-> 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.
Diffstat (limited to 'projectfiles')
0 files changed, 0 insertions, 0 deletions