blender/extern/libmv
Sergey Sharybin 1e7ccbba3a Camera tracking integration
===========================

Fix for camera solver on windows.

There were two problems:
- Static align in Eigen should be also disabled for libmv.
- SSBA doesn't work correct for windows when optimization is
  turned on.

There's no other way rather than disable optimization for
the whole extern/libmv. This leads to 3-4x slowdown, but it's
really the only thing we could do now.

Keir is going to drop SSBA out and replace it with Bundler,
so it shouldn't be a major problem.
2011-07-15 16:50:12 +00:00
..
libmv Camera tracking integration 2011-07-08 08:38:54 +00:00
patches Camera tracking integration 2011-07-07 17:58:33 +00:00
third_party Camera tracking integration 2011-07-08 08:38:54 +00:00
bundle.sh Camera tracking integration 2011-07-15 16:50:12 +00:00
ChangeLog Camera tracking integration 2011-07-08 08:38:54 +00:00
CMakeLists.txt Camera tracking integration 2011-07-15 16:50:12 +00:00
files.txt Camera tracking integration 2011-07-07 17:58:33 +00:00
libmv-capi.cpp Camera tracking integration 2011-07-11 09:04:00 +00:00
libmv-capi.h Camera tracking integration 2011-07-11 09:04:00 +00:00
mkfiles.sh Camera tracking integration 2011-07-07 17:58:33 +00:00
SConscript Camera tracking integration 2011-07-15 16:50:12 +00:00