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:
Diffstat (limited to 'intern/libmv/libmv/simple_pipeline/bundle.cc')
-rw-r--r--intern/libmv/libmv/simple_pipeline/bundle.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/libmv/libmv/simple_pipeline/bundle.cc b/intern/libmv/libmv/simple_pipeline/bundle.cc
index 4e76ae1f473..c055846318a 100644
--- a/intern/libmv/libmv/simple_pipeline/bundle.cc
+++ b/intern/libmv/libmv/simple_pipeline/bundle.cc
@@ -47,10 +47,6 @@ enum {
OFFSET_PRINCIPAL_POINT_Y,
// Distortion model coefficients.
- // WARNING: camera intrinsics are not required to define/use all of those,
- // but they have to define all of them up to the last one they need, in that
- // exact same order. See e.g. how `PolynomialCameraIntrinsics` needs to define
- // `OFFSET_K4`, even though it does not use it.
OFFSET_K1,
OFFSET_K2,
OFFSET_K3,