[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49907] branches/cloth-eltopo/extern/ eltopo/eltopo3d/dynamicsurface.cpp: Disable debugging code which leads to a (wanted) crash when collision failed.

Daniel Genrich daniel.genrich at gmx.net
Wed Aug 15 01:08:20 CEST 2012


Revision: 49907
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49907
Author:   genscher
Date:     2012-08-14 23:08:20 +0000 (Tue, 14 Aug 2012)
Log Message:
-----------
Disable debugging code which leads to a (wanted) crash when collision failed.

Modified Paths:
--------------
    branches/cloth-eltopo/extern/eltopo/eltopo3d/dynamicsurface.cpp

Modified: branches/cloth-eltopo/extern/eltopo/eltopo3d/dynamicsurface.cpp
===================================================================
--- branches/cloth-eltopo/extern/eltopo/eltopo3d/dynamicsurface.cpp	2012-08-14 23:05:29 UTC (rev 49906)
+++ branches/cloth-eltopo/extern/eltopo/eltopo3d/dynamicsurface.cpp	2012-08-14 23:08:20 UTC (rev 49907)
@@ -520,7 +520,7 @@
                 std::cout << "Intersection in predicted mesh." << std::endl;
  
 				std::cout << "Intersection in predicted mesh but no collisions detected." << std::endl;
-
+				/*
 				
 				write_binary_file( m_mesh, pm_positions, m_masses, 0.0, "e:\\current.bin" );
 				write_binary_file( m_mesh, pm_newpositions, m_masses, curr_dt, "e:\\predicted.bin" );
@@ -528,7 +528,7 @@
 				assert( false );
 
 				exit(0);
-				
+				*/
   
                 if ( all_collisions_handled )
                 {




More information about the Bf-blender-cvs mailing list