[Bf-blender-cvs] CVS commit: blender/source/blender/blenlib BLI_editVert.h blender/source/blender/blenlib/intern arithb.c blender/source/blender/src editmesh_mods.c

Campbell Barton cbarton at metavr.com
Sun Mar 26 03:02:23 CEST 2006


campbellbarton (Campbell Barton) 2006/03/26 03:02:23 CEST

  Modified files:
    blender/source/blender/blenlib BLI_editVert.h 
    blender/source/blender/blenlib/intern arithb.c 
    blender/source/blender/src editmesh_mods.c 
  
  Log:
  Made group work from multiple selection's (before it used the first selected face/vert/edge)
  so you can select 2 faces and then get all coplaner faces around both.
  Added fp to face and edge edit data so as to store edge length and face area/perimeter. (in the union so minimal overhead)
  current implimentation is fairly optimized.
  
  Change to arithb.c was just to command Inpf as being the dot producr.
  
  Revision  Changes    Path
  1.24      +14 -8     blender/source/blender/blenlib/BLI_editVert.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenlib/BLI_editVert.h.diff?r1=1.23&r2=1.24&cvsroot=bf-blender>
  1.37      +2 -1      blender/source/blender/blenlib/intern/arithb.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenlib/intern/arithb.c.diff?r1=1.36&r2=1.37&cvsroot=bf-blender>
  1.89      +191 -154  blender/source/blender/src/editmesh_mods.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editmesh_mods.c.diff?r1=1.88&r2=1.89&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list