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
path: root/extern
AgeCommit message (Expand)Author
2013-10-13svn merge -r60422:60726 ^/trunk/blenderSergej Reich
2013-10-10Libmv: make sure CmakeList.txt is re-created with all needed headers on re-bu...Sergey Sharybin
2013-10-10Libmv: move platform-specific defines into own fileSergey Sharybin
2013-10-09Fix compilation error after recent libmv changeSergey Sharybin
2013-10-09Move guarded objetc allocation to a guardedalloc headerSergey Sharybin
2013-10-02libmv: fix matrix address being printed instead of actual valuesSergey Sharybin
2013-10-01Optimization for recent changes in keyframe selectionSergey Sharybin
2013-10-01Fix issues according to codereview pageSergey Sharybin
2013-09-30Fix for plane track jitteringSergey Sharybin
2013-09-21svn merge -r59869:60272 ^/trunk/blenderSergej Reich
2013-09-14Code cleanup: spelling correctionJoseph Mansfield
2013-09-13correct error in libmv stub, also correct typo.Campbell Barton
2013-09-09OSX/clang5: revert 59960, todo: make it global Jens Verwiebe
2013-09-09OSX/clang5: fix broken compilingJens Verwiebe
2013-09-09Code cleanup: Minor function capitalization fixJoseph Mansfield
2013-09-06svn merge -r59229:59868 ^/trunk/blenderSergej Reich
2013-09-05Update Ceres to 1.7.0 releaseSergey Sharybin
2013-08-19Use reentrant qsort() in particle codesSergey Sharybin
2013-08-18svn merge -r58494:59227 ^/trunk/blenderSergej Reich
2013-08-16* Compile fix, so disabling libmw works again. Thomas Dinges
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-16Add Procrustes PNP ("PPnP") resection algorithm to libmvSergey Sharybin
2013-08-14Fix for uninitialized covariance matrixSergey Sharybin
2013-08-01Potential fix for wrogn k3 value after solveSergey Sharybin
2013-07-31Code cleanup: libmv C APIJoseph Mansfield
2013-07-22Add HACD (Hierarchical Approximate Convex Decomposition) librarySergej Reich
2013-07-15== libredcode / licence cleanup ==Peter Schlaile
2013-06-01Update libmv from own branchSergey Sharybin
2013-05-30Fixed compilation error after recent keyframes commit.Sergey Sharybin
2013-05-30Remove files unused by blender's trackerSergey Sharybin
2013-05-30Motion tracking: automatic keyframe selectionSergey Sharybin
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-16quiet warnings from r56825Campbell Barton
2013-05-15Libmv internal compiler error workaround for VC2012.Jürgen Herrmann
2013-05-14update libmv stub.Campbell Barton
2013-05-13Cleanup and small improvements to libmvSergey Sharybin
2013-05-13Headers cleanup.Sergey Sharybin
2013-05-13Forgot this in one of previous commitsSergey Sharybin
2013-05-13Compilation fix for recent commit.Sergey Sharybin
2013-05-13Remplace bunch of annoying ifdefs in tracking.c with a libmv-capi_stub.ccSergey Sharybin
2013-05-12Update bundled version of libmvSergey Sharybin
2013-05-12Documentation for functions inside tracking.cSergey Sharybin
2013-05-11Fix libmv build with visual studio 2012.Brecht Van Lommel
2013-05-10Left extra logging print by accident.Sergey Sharybin
2013-05-10Remove check for zero focal length in BA cost functorSergey Sharybin
2013-05-10Synchronize changes between bunded libmv and own libmv branch.Sergey Sharybin
2013-05-09Add check for points behind camera in euclidan BA cost functorSergey Sharybin
2013-05-09Reconstructed scene scale ambiguity improvementSergey Sharybin
2013-05-07bullet: Don't use sse in api for windows.Sergej Reich
2013-04-29bullet: Fix avoiding collision response between static/kinematic objectsSergej Reich