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
AgeCommit message (Expand)Author
2012-09-20Make Euclidean resection "always" succeed.Keir Mierle
2012-09-20Fix variable naming in the planar tracker.Keir Mierle
2012-09-20Add smarter tolerance checking in the planar tracker.Keir Mierle
2012-09-20Detect too-small planar tracking patches.Keir Mierle
2012-09-20Cleanup for when trackers fall out of the search window.Keir Mierle
2012-09-19Fix crash when tracking in planar motion model (and maybe some other)Sergey Sharybin
2012-09-18Ceres: resolve no previous declarations warningsSergey Sharybin
2012-09-18Libmv: resolved some compilation warnings (missed prototypes)Sergey Sharybin
2012-09-18Libmv: fixed wrong function prototypesSergey Sharybin
2012-09-17code cleanup: correct include paths and commentCampbell Barton
2012-09-16Real fix for OSX CMake -- was a typo in build file generation fileSergey Sharybin
2012-09-16Fix OSX compileJens Verwiebe
2012-09-16Fix typo in one of previous commitsSergey Sharybin
2012-09-16Ceres: tweak namespace for hash classes for MSVC2010Sergey Sharybin
2012-09-16Ceres: reshuffle include order to solve compilation error with MSVCSergey Sharybin
2012-09-16Libmv: remove unwind hack from CMake rules.Sergey Sharybin
2012-09-16Ceres: upgrade to version 1.3.0Sergey Sharybin
2012-09-16Ceres: remove debug-only code from bundling script, also move osx workaround ...Sergey Sharybin
2012-09-11Fix libmv build on OS X with 10.5 SDK. The tr1::unordered_map implementationBrecht Van Lommel
2012-08-01Code cleanup: silence some -Wnarrowing warnings from C++11Sergey Sharybin
2012-07-27Fix compile errors on VC++ 2012 RC1.Daniel Genrich
2012-06-14Disable fixed-sized specializations for schur solverSergey Sharybin
2012-06-12Masking support for motion tracksSergey Sharybin
2012-06-11Fix compilation of new tracker for MinGW/MinGW64Antony Riakiotakis
2012-06-11Scale search area when doing planar trackingSergey Sharybin
2012-06-11SVN maintenance.Guillermo S. Romero
2012-06-10Commit patch from Stephan Kassemeyer sent to MLSergey Sharybin
2012-06-10Planar tracking support for motion trackingSergey Sharybin
2012-06-10Initial Ceres integration into BlenderSergey Sharybin
2012-05-10Style cleanup: use 2 spaces for indentation in bundle scriptsSergey Sharybin
2012-05-10Carve and libmv bundling scripts: should work with svn checkout nowSergey Sharybin
2012-05-10Synchronize libmv with changes in git branchSergey Sharybin
2012-05-09Remove unneeded and unused patch for libmvSergey Sharybin
2012-05-09Enhance logging in libmv's trackers.Keir Mierle
2012-04-28Camera tracking: support of tripod motion solvingSergey Sharybin
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2012-04-14Camera tracking: support of tripod motion solvingSergey Sharybin
2012-04-14libmv: bundle new upstream version of libmv from own branchSergey Sharybin
2012-04-14Merging r44227 through r45619 from trunk into soc-2011-tomatoSergey Sharybin
2012-04-12libmv: bundle new upstream version from own branch with rigid registration im...Sergey Sharybin
2012-04-11libmv: bundle new upstream version from own branch which should supportSergey Sharybin
2012-03-30Camera tracking refactoring:Sergey Sharybin
2012-03-23fix for cmake error on non osx systemsCampbell Barton
2012-03-21modify osx CMake hack so the CMake files can be parsed more easily by naive m...Campbell Barton
2012-03-12Re-bundle libmv from own branch.Sergey Sharybin
2012-03-12SVN maintenance.Guillermo S. Romero
2012-03-12Port changes from libmv/CMakeLists.txt to build rules files generator scriptSergey Sharybin
2012-03-11Bundle new upstream version of libmv from own branchSergey Sharybin
2012-03-11OSX/libmv: restrict the unwind.h workaround to 10.6.sdk onlyJens Verwiebe
2012-03-11OSX/libmv: added a ahck to fix compiling with 10.6.sdk, unwind.h relatedJens Verwiebe