3662ce0045d7347cf6b05069772de630efc68c49
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.
Welcome to the fun world of open source. For instructions on building and installing Blender, please see the file named INSTALL. ---------------------.Blanguages and the .blender directory--------------------- The .blender directory holds various data files for Blender. In the 2.28a release those are the .Blanguages file containing a list of translations, the translations themselves and a default ttf font. Blender checks for the presence of this directory in several locations: - the current directory - your home directory - On OSX, the blender bundle is also checked - On Windows, the installation dir is checked. If you get a 'File ".Blanguages" not found' warning, try to copy the .blender dir to one of these locations (your home directory being recommended). -------------------------------------Links-------------------------------------- Getting Involved: http://www.blender.org/docs/get_involved.html Community: http://www.blender3d.org/Community/ Main blender development site: http://www.blender.org/ The Blender project homepage: http://projects.blender.org/projects/bf-blender/ Documentation: http://www.blender.org/modules.php?op=modload&name=documentation&file=index Bug tracker: http://projects.blender.org/tracker/?atid=125&group_id=9&func=browse Feature request tracker: http://projects.blender.org/tracker/?atid=128&group_id=9&func=browse
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%