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
2012-12-09Fix for camera solver not working properly when built with sconsSergey Sharybin
2012-12-07Camera tracking: fixed type in camera intrinsics update functionSergey Sharybin
2012-12-04cmake was missing some header files.Campbell Barton
2012-11-27remove unmaintained eltopo, keeping scons/cmake entries, but commenting out u...Campbell Barton
2012-11-20Motion tracking: dump mask image when dump images is enabledSergey Sharybin
2012-11-16Fix #33192: Opening Blender breaks drag-and-drop support on the KDE desktopSergey Sharybin
2012-11-06OSX: substitute all MAC_OS_X_VERSION defines with MAC_OS_X_VERSION_MIN_REQUIR...Jens Verwiebe
2012-11-05Fix/workaround for carve aborts on windowsSergey Sharybin
2012-11-05Camera Tracking: allow fallback to reprojection resection by user demandSergey Sharybin
2012-10-24Patch Bullet to make it's convex hull implementation usable in BMeshNicholas Bishop
2012-10-20style cleanupCampbell Barton
2012-10-17code cleanup:Campbell Barton
2012-10-15Update to stable Eigen 3.1.1Daniel Genrich
2012-10-14code cleanup: remove redundant castsCampbell Barton
2012-10-02correct some include dirs not being included as SYSTEM paths in cmake.Campbell Barton
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-09-05add missing files from cmakes listsCampbell Barton
2012-08-25style cleanup: also spellingCampbell Barton
2012-08-02Remove old boolean operation moduleSergey Sharybin
2012-08-01Code cleanup: silence some -Wnarrowing warnings from C++11Sergey Sharybin
2012-07-30Fixing [#32210] "Character physics type colliding with sensor type" reported ...Mitchell Stokes
2012-07-29code cleanup:Campbell Barton
2012-07-27Fix compile errors on VC++ 2012 RC1.Daniel Genrich
2012-07-04fix for carve memory leak, update carve to hg bf36d92ff093Campbell Barton
2012-06-23add cmake option WITH_SYSTEM_OPENJPEG so linux can build cycles without havin...Campbell Barton
2012-06-23rename WITH_BUILTIN_GLEW, WITH_SYSTEM_GLEW & negate.Campbell Barton
2012-06-21update libopenjpeg from 1.3 to 1.5, since 1.3 has a bug saving alpha channels.Campbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-14Disable fixed-sized specializations for schur solverSergey Sharybin
2012-06-14quiet compiler warningCampbell Barton
2012-06-12Masking support for motion tracksSergey Sharybin
2012-06-11Fix compilation of new tracker for MinGW/MinGW64Antony Riakiotakis