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

Ton Roosendaal ton at blender.org
Sun Jul 10 11:32:30 CEST 2005


ton (Ton Roosendaal) 2005/07/10 11:32:30 CEST

  Modified files:
    blender/source/blender/src editmesh_tools.c 
  
  Log:
  Bugfix #2797
  
  Editmesh SHIFT+F "Fill" used an unsigned char to count amount of selected
  edges linking to vertices, but also subtracted... causing the char to
  become 255. Gave crashes (or infinite loops) when using "Fill" on random
  input of solid meshes.
  
  Revision  Changes    Path
  1.53      +9 -9      blender/source/blender/src/editmesh_tools.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editmesh_tools.c.diff?r1=1.52&r2=1.53&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list