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

Roel Spruit Roel at spruitje.nl
Sun Jan 11 02:31:25 CET 2004


goofster (Roel Spruit) 2004/01/11 02:31:24 CET

  Modified files:
    tuhopuu2/source/blender/include BIF_editmesh.h 
    tuhopuu2/source/blender/src editmesh.c header_view3d.c space.c 
  
  Log:
  Preparing Loopcut for bf-blender..
  
  - Changed the name of the function to loopoperations (people found "loop" quirky...whatever)
  - function parameters are now defines LOOP_CUT to cut, LOOP_SELECT to select.
  - changed some comments from // to /**/ (note to guitargeek: please use /* :)
  - improved the calculation of the exact cut-point by using code from arithb.c (works much nicer imho, I hope you don't mind me fiddling with that)
  - changed some while loops to for loops (I have too much time) this is a little clearer when you have biiiig loops (where did that eve=eve->next come from?...etc.)
  - it's late now :) goodnight
  
  Roel
  
  Revision  Changes    Path
  1.14      +5 -2      tuhopuu2/source/blender/include/BIF_editmesh.h
  1.56      +114 -83   tuhopuu2/source/blender/src/editmesh.c
  1.5       +3 -3      tuhopuu2/source/blender/src/header_view3d.c
  1.35      +3 -3      tuhopuu2/source/blender/src/space.c



More information about the tuhopuu-cvs mailing list