[Bf-blender-cvs] CVS commit: blender/intern/decimation/intern LOD_MeshPrimitives.cpp

Brecht Van Lommel brechtvanlommel at pandora.be
Sat Jul 1 19:51:48 CEST 2006


blendix (Brecht Van Lommel) 2006/07/01 19:51:48 CEST

  Modified files:
    blender/intern/decimation/intern LOD_MeshPrimitives.cpp 
  
  Log:
  Fix for bug #4425:
  - Assert was causing blender to crash on non-manifold meshes with a decimation
    modifier. Even in a debug build, there's no reason to crash blender then,
    because the modifier handles this ok and displays a warning message.
  
    Part of the problem is NDEBUG not being set in scons/linux for release builds,
    but always enabled for makefiles even in debug builds.
  
  Revision  Changes    Path
  1.5       +1 -3      blender/intern/decimation/intern/LOD_MeshPrimitives.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/decimation/intern/LOD_MeshPrimitives.cpp.diff?r1=1.4&r2=1.5&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list