Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-07-30 11:22:31 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-07-30 11:22:31 +0300
commit5c7cdfcb42d0afd781bfbec6e2445678e8f21995 (patch)
tree996f9254bb348436ffa16c0c915baf086a4c95ca /intern/opensubdiv
parent7b8230898e396230efc85750f8de47727be9f6cd (diff)
OpenSubdiv: Remove debug-only leftover
Diffstat (limited to 'intern/opensubdiv')
-rw-r--r--intern/opensubdiv/opensubdiv_converter.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/opensubdiv/opensubdiv_converter.cc b/intern/opensubdiv/opensubdiv_converter.cc
index b818c849cce..119a7bf9340 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];