[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59345] branches/soc-2013-cycles_mblur/ intern/cycles/render/mesh.cpp: Got rid of debugging code for the Mesh:: compute_bounds() function.

Gavin Howard gavin.d.howard at gmail.com
Wed Aug 21 07:33:55 CEST 2013


Revision: 59345
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59345
Author:   gdh
Date:     2013-08-21 05:33:54 +0000 (Wed, 21 Aug 2013)
Log Message:
-----------
Got rid of debugging code for the Mesh::compute_bounds() function.

Modified Paths:
--------------
    branches/soc-2013-cycles_mblur/intern/cycles/render/mesh.cpp

Modified: branches/soc-2013-cycles_mblur/intern/cycles/render/mesh.cpp
===================================================================
--- branches/soc-2013-cycles_mblur/intern/cycles/render/mesh.cpp	2013-08-21 05:20:57 UTC (rev 59344)
+++ branches/soc-2013-cycles_mblur/intern/cycles/render/mesh.cpp	2013-08-21 05:33:54 UTC (rev 59345)
@@ -188,9 +188,6 @@
 	}
 
 	bounds = bnds;
-	
-	cout << "Bounds min: " << bounds.min.x << "," << bounds.min.y << "," << bounds.min.z;
-	cout << "\nBounds max: " << bounds.max.x << "," << bounds.max.y << "," << bounds.max.z << endl;
 }
 
 void Mesh::add_face_normals()




More information about the Bf-blender-cvs mailing list