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
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-11Update Ceres to latest upstream version 2.1.0Sergey Sharybin
2022-02-11File headers: add missing copyright, add MIT to SPDX licensesCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-13Build: remove usage of link_directoriesBrecht Van Lommel
2022-01-05Cleanup: fix typos in source code in intern/Brecht Van Lommel
2021-12-17Allocator: simplify using guarded allocator in C++ codeJacques Lucke
2021-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-10-21Re-bundle Libmv to ensure it is in sync with the repoSergey Sharybin
2021-07-24GTest: Use INC/INC_SYS for Libmv/OSD testsRay Molenkamp
2021-07-13Fix x/y mismatch in retract region trackerCampbell Barton
2021-07-13Cleanup: Use correct _WIN32/64 defines for MSVCJesse Yurkovich
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-13Fix libmv new[]/delete[] mismatchCampbell Barton
2021-04-01Libmv: Add clang-format for third party sourcesSergey Sharybin
2021-03-22Fix T86591: Tracking backwards is slowerSergey Sharybin
2021-03-22Cleanup: disable clang-format for 'intern/libmv/third_party' headersCampbell Barton
2021-03-15Fix Libmv tests after recent fixSergey Sharybin
2021-03-15Fix T86262: Tracking backwards fails after gap in trackSergey Sharybin
2021-03-15Refactor Libmv C-API motion model conversionSergey Sharybin
2021-03-15Cleanup: Spelling in Libmv commentsSergey Sharybin
2021-03-05Cleanup: Libmv, clang-formatSergey Sharybin
2021-03-01GLog: Lower default logging severity to INFOSergey Sharybin
2021-03-01Libmv: Avoid use of LOG(INFO) in solverSergey Sharybin
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-01Libmv: Tweak default logging verbosity levelSergey Sharybin
2020-12-01Libmv: Cleanup, remove unused logging macrosSergey Sharybin
2020-11-30Libmv: Add threading primitivesSergey Sharybin
2020-11-30Libmv: Add build configuration headerSergey Sharybin
2020-11-30Libmv: add missing files to bundlerSergey Sharybin
2020-11-09Libmv: Fix warning about unused parameter in CeresSergey Sharybin
2020-11-06Cleanup: doxygen commentsCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-29Libmv: Fix clang inconsistent-missing-override warnings.Ivan Perevala
2020-10-28Tracking: Simplify configuration of intrinsics to refineSergey Sharybin
2020-10-28Libmv: Fix typo in packed intrinsicsSergey Sharybin
2020-10-20Libmv: Refactor camera intrinsics parameter blockSergey Sharybin
2020-10-20Libmv: Add generic class for packed intrinsicsSergey Sharybin
2020-10-20Libmv: Add array<type, size> to libmv namespaceSergey Sharybin
2020-10-20Fix libmv test on windowsSebastian Parborg
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-19Fix libmv eigen alignment issues when compiling with AVX supportSebastian Parborg
2020-10-12Libmv: Remove array access from camera intrinsicsSergey Sharybin
2020-10-12Libmv: Fix wrong packing order of intrinsics for BA stepSergey Sharybin
2020-10-12Revert "Fix critical lens distortion bug in libmv after rB3a7d62cd1f5e."Sergey Sharybin
2020-10-12Libmv: Fix memory leak in modal solverSergey Sharybin
2020-10-12Libmv: Cleanup, spelling in function nameSergey Sharybin
2020-10-05Fix critical lens distortion bug in libmv after rB3a7d62cd1f5e.Bastien Montagne