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>2013-02-25 14:02:43 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-02-25 14:02:43 +0400
commit18fd4bd9f48112fae9f7d29ee88d39cdf5d3a95f (patch)
tree950919f9f3b6831b5d097b7abbce57049db000ca /extern/carve/lib/intersect.cpp
parent0479f785ca7c17e037a15286da4440724286eda4 (diff)
Update Carve to newest upstream version with some assorted fixes
Perhaps some warnings could be silenced, but not in mood of writing local patches at this moment. They're all harmless anyway.
Diffstat (limited to 'extern/carve/lib/intersect.cpp')
-rw-r--r--extern/carve/lib/intersect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/extern/carve/lib/intersect.cpp b/extern/carve/lib/intersect.cpp
index b92dbcfe24c..b468e4addc7 100644
--- a/extern/carve/lib/intersect.cpp
+++ b/extern/carve/lib/intersect.cpp
@@ -1320,8 +1320,8 @@ void carve::csg::CSG::calc(meshset_t *a,
}
#endif
- checkFaceLoopIntegrity(a_face_loops);
- checkFaceLoopIntegrity(b_face_loops);
+ // checkFaceLoopIntegrity(a_face_loops);
+ // checkFaceLoopIntegrity(b_face_loops);
#if defined(CARVE_DEBUG)
std::cerr << "classify" << std::endl;