[Bf-blender-cvs] [5c7cdfc] master: OpenSubdiv: Remove debug-only leftover

Sergey Sharybin noreply at git.blender.org
Thu Jul 30 10:25:50 CEST 2015


Commit: 5c7cdfcb42d0afd781bfbec6e2445678e8f21995
Author: Sergey Sharybin
Date:   Thu Jul 30 10:22:31 2015 +0200
Branches: master
https://developer.blender.org/rB5c7cdfcb42d0afd781bfbec6e2445678e8f21995

OpenSubdiv: Remove debug-only leftover

===================================================================

M	intern/opensubdiv/opensubdiv_converter.cc

===================================================================

diff --git a/intern/opensubdiv/opensubdiv_converter.cc b/intern/opensubdiv/opensubdiv_converter.cc
index b818c84..119a7bf 100644
--- a/intern/opensubdiv/opensubdiv_converter.cc
+++ b/intern/opensubdiv/opensubdiv_converter.cc
@@ -141,7 +141,6 @@ inline bool TopologyRefinerFactory<OpenSubdiv_Converter>::assignComponentTopolog
 		memset(face_used, 0, sizeof(bool) * num_faces);
 		std::stack<StackElem> stack;
 		int edge_count_ordered = 0, face_count_ordered = 0;
-		bool print = vert == 6;
 		if (num_vert_edges == num_vert_faces) {
 			/* Manifold vertex, start with any face and perform traversal. */
 			int face_start = vert_faces[0];




More information about the Bf-blender-cvs mailing list