[Bf-blender-cvs] CVS commit: blender/source/blender/src editmesh.c header_view3d.c

Roel Spruit Roel at spruitje.nl
Sat Oct 25 02:37:15 CEST 2003


goofster (Roel Spruit) 2003/10/25 02:37:15 CEST

  Modified files:
    blender/source/blender/src editmesh.c header_view3d.c 
  
  Log:
  Final (hopefully) commit for faceloop select and loop subdivide
  
  Loop Select:
  
  Selects a row (or loop) of faces in a mesh, keeps searching till it
  finds a loop (End face == Start Face) or till it finds a dead end.
  
  Loop Subdivide:
  
  Searches for the same row/loop as loop select but inmediately
  splits it in half.
  
  Usage:
  - Loop select:
    Shift-R (or select->faceloop)
    move mouse over mesh to see preview of selection
    LMB to confirm selection, RMB or ESC to cancel
  
  - Loop Subdivide:
    Ctrl-R (or Mesh->Edges-> Loop Subdivide)
    move mouse over mesh to see preview of the newly cut loop
    LMB to confirm selection, RMB or ESC to cancel
  
  Please test! (besides, it's fun to play with :)
  
  Roel
  
  Revision  Changes    Path
  1.28      +387 -186  blender/source/blender/src/editmesh.c
  1.16      +9 -2      blender/source/blender/src/header_view3d.c



More information about the Bf-blender-cvs mailing list