[Bf-blender-cvs] CVS commit: blender/source/blender/include BIF_editmesh.h blender/source/blender/src editmesh.c header_view3d.c space.c toolbox.c

Chris Want cwant at ualberta.ca
Sat Jan 3 07:01:16 CET 2004


hos (Chris Want) 2004/01/03 07:01:16 CET

  Modified files:
    blender/source/blender/include BIF_editmesh.h 
    blender/source/blender/src editmesh.c header_view3d.c space.c 
                               toolbox.c 
  
  Log:
  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?
  
  Revision  Changes    Path
  1.15      +7 -2      blender/source/blender/include/BIF_editmesh.h
  1.62      +178 -1    blender/source/blender/src/editmesh.c
  1.27      +24 -3     blender/source/blender/src/header_view3d.c
  1.113     +25 -3     blender/source/blender/src/space.c
  1.36      +5 -1      blender/source/blender/src/toolbox.c



More information about the Bf-blender-cvs mailing list