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-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-02-13Cleanup: use doxy sectionsCampbell Barton
2020-12-03Tracking: Improve multithreading of tracking many markersSergey Sharybin
2020-11-30Tracking: Make image accessor own what it needsSergey Sharybin
2020-11-30Tracking: Cleanup, remove unused argument from image accessorSergey Sharybin
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-09-30Tracking: Implement Brown-Conrady distortion modelIvan Perevala
2020-05-20Cleanup: remove legacy mmap memory allocation for 32 bitBrecht Van Lommel
2020-04-29Tracking: Implement Nuke/Natron distortion modelSergey Sharybin
2020-04-09Tracking: Forward compatibility code for distortion modelsSergey Sharybin
2020-04-06Tracking: Fix (un)distortion happen in single threadSergey Sharybin
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-07Cleanup: Tracking, reduce scope of variablesSergey Sharybin
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-08-24Cleanup: indentation, styleCampbell Barton
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2017-08-21Fix T52479: Regression: Motion Tracking no longer worksSergey Sharybin
2017-08-14Fix T51850: Motion tracking - poor performance with keyframe matching on larg...Sergey Sharybin
2017-08-14Tracking: Make frame accessor cache safe for threadingSergey Sharybin
2017-08-14Tracking: Cleanup, newlines and commentsSergey Sharybin
2017-08-14Tracking: Cleanup, de-duplicate codeSergey Sharybin
2017-08-14Trackign: Add some basic logging about caching in frame accessorSergey Sharybin
2017-08-14Tracking: Make frame access cache aware of regionSergey Sharybin
2017-08-14Tracking: Correct comparison in cache keysSergey Sharybin
2017-08-12Cleanup: whitespaceCampbell Barton
2017-05-26Fix T50908: Motion Tracker ignored grease pencil maskSergey Sharybin
2017-01-20Fix float buffer of tracking image accessed outside of check that it has been...Bastien Montagne
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-07-22fix null pointer dereferencesMike Erwin
2016-06-08Cleanup: typosCampbell Barton
2016-01-28Cleanup: warnings & styleCampbell Barton
2016-01-24Fix T47217: Crash when tracking specific sceneSergey Sharybin
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-03-27Tracking: Code cleanup, missing break statementsSergey Sharybin
2015-01-08GHash: use reinsert instead of remove/insertCampbell Barton
2014-11-02Cleanup: styleCampbell Barton
2014-10-30Libmv: Support disabled color channels in tracking settingsSergey Sharybin
2014-10-30Libmv: Replace region tracker with autotracker in BlenderSergey Sharybin
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-04-17Support multiple distortion models, including a new division modelSergey Sharybin
2014-02-13Fix race condition between tracking thread and tracks map syncSergey Sharybin