Blender Git Commit Log

Git Commits -> Revision 9f0123d

Revision 9f0123d by Chris Want (master)
January 3, 2004, 06:01 (GMT)
Three new selection techniques in mesh edit mode, two of which are
controversial:

* "Select non-manifold geometry" via ctrl-alt-shift-M, or through
the menu or toolbox. Great for troubleshooting weirdness on a
subsurf, or for preparing a mesh for decimation or for rapid
prototyping.

* "Select more" via ctrl-PADPLUS, or through the menu or toolbox.
If a selected vert shares an edge with an unselected vert, the
unselected one gets selected too. Similar to PADPLUS in wings3d.
This is controversial because maybe it would be more useful to
select all of the verts that share a face (instead of just an
edge) with a selected vert -- what do *you* think?

* "Select less" via ctrl-PADMINUS, or through the menu or toolbox.
If a selected vert shares an edge with an unselected vert, the
selected one gets unselected too. Similar to PADMINUS in wings3d.
Also, selected non-manifold geometry becomes unselected. This is
controversial because of the non-manifold stuff ... is it needed?
What do *you* think?

Commit Details:

Full Hash: 9f0123d0c793ae4289dcd9906ced8e832cadce64
SVN Revision: 1804
Parent Commit: 0857306
Lines Changed: +234, -5

5 Modified Paths:

/source/blender/include/BIF_editmesh.h (+6, -1) (Diff)
/source/blender/src/editmesh.c (+177, -0) (Diff)
/source/blender/src/header_view3d.c (+23, -2) (Diff)
/source/blender/src/space.c (+24, -2) (Diff)
/source/blender/src/toolbox.c (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021