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-03-01 15:52:38 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-03-01 15:52:38 +0400
commit9da36d3ab1cbc34968350fe0440528016d8fa423 (patch)
treea28a701e5e4664b72cc4e3b43e6b89453949630e /extern/libmv/patches/v3d_verbosity.patch
parent032923a9f5162e0d6ff158b095b252ad361698d3 (diff)
Updates to libmv's bundle.sh to make sure libmv upstream
is copying properly to our sources.
Diffstat (limited to 'extern/libmv/patches/v3d_verbosity.patch')
-rw-r--r--extern/libmv/patches/v3d_verbosity.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/extern/libmv/patches/v3d_verbosity.patch b/extern/libmv/patches/v3d_verbosity.patch
deleted file mode 100644
index f5c6afbd0b5..00000000000
--- a/extern/libmv/patches/v3d_verbosity.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/libmv/simple_pipeline/bundle.cc b/src/libmv/simple_pipeline/bundle.cc
-index fa0b6cc..d382cd5 100644
---- a/src/libmv/simple_pipeline/bundle.cc
-+++ b/src/libmv/simple_pipeline/bundle.cc
-@@ -194,7 +194,6 @@ void EuclideanBundleCommonIntrinsics(const Tracks &tracks,
- double v3d_inlier_threshold = 500000.0;
-
- // Finally, run the bundle adjustment.
-- V3D::optimizerVerbosenessLevel = 1;
- V3D::CommonInternalsMetricBundleOptimizer opt(v3d_bundle_intrinsics,
- v3d_inlier_threshold,
- v3d_K,