[Bf-blender-cvs] CVS commit: blender/intern/bsp/intern BSP_CSGMesh_CFIterator.h

Ken Hughes khughes at pacific.edu
Thu Jun 8 05:10:27 CEST 2006


khughes (Ken Hughes) 2006/06/08 05:10:26 CEST

  Modified files:
    blender/intern/bsp/intern BSP_CSGMesh_CFIterator.h 
  
  Log:
  ===Tools===
  Previous patch for "problems with STL iterators/vectors that only show up under
  Visual Studio 2005" could cause a crash when object used as a boolean modifier
  was changed (for example, flipping all the normals).  The problem is that result
  of boolean operations (apparently) can result in empty meshes.  Patched to
  use the vector::size operator to check for empty vectors before trying to
  check the iterator.
  
  Revision  Changes    Path
  1.15      +10 -3     blender/intern/bsp/intern/BSP_CSGMesh_CFIterator.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/bsp/intern/BSP_CSGMesh_CFIterator.h.diff?r1=1.14&r2=1.15&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list