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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-09-05 19:03:31 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-09-05 19:03:31 +0400
commitcc1c8268f755adfcf02085251e095b0589548719 (patch)
treed09e6cca615663faa36131e8441db44f1e7b00a5 /source/blender/collada
parentd91587752c1a27e0569dec4ea24a682e7ea51007 (diff)
Left debug print accidently enabled.
Diffstat (limited to 'source/blender/collada')
-rw-r--r--source/blender/collada/MeshImporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/MeshImporter.cpp b/source/blender/collada/MeshImporter.cpp
index 01eff8069c1..15bd9c48f12 100644
--- a/source/blender/collada/MeshImporter.cpp
+++ b/source/blender/collada/MeshImporter.cpp
@@ -220,7 +220,7 @@ void MeshImporter::set_face_uv(MTFace *mtface, UVDataWrapper &uvs,
if (quad) uvs.getUV(indices[index + 3], mtface->uv[3]);
-#if 1 // #ifdef COLLADA_DEBUG
+#ifdef COLLADA_DEBUG
if (quad) {
fprintf(stderr, "face uv:\n"
"((%d, %d, %d, %d))\n"