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-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-07-02Cleanup: spelling in commentsCampbell Barton
2021-01-18Tracking: Implement tracks average operatorSergey Sharybin
2021-01-18Tracking: Add interpolated accessor for markersSergey Sharybin
2020-11-30Tracking: Cleanup, clear variable names and indentationSergey Sharybin
2020-11-30Tracking: Cleanup, unused field in autotrack contextSergey Sharybin
2020-11-23Tracking: Refactor, move track allocation to helper functionSergey Sharybin
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-04-20Tracking: Specify image image for (un)distortion modelSergey Sharybin
2020-04-05Cleanup: macro hygiene, parenthesize argumentsCampbell Barton
2020-03-02Cleanup: make remaining blenkernel headers work in C++Jacques Lucke
2020-02-10Tracking: Cleanup, more clear variable nameSergey Sharybin
2020-02-10Tracking: Fix usage PLACEHOLDER functionSergey Sharybin
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-07-23Tracking: Give more reasonable error message directly in the interfaceSergey Sharybin
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-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-12-19Fix T59237: Instancing on a path doesn't do anythingSergey Sharybin
2018-05-29Use correct time for curve parent evaluationDalai Felinto
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2017-12-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-19Tracking: Add utility function to get RNA path prefix for given trackSergey Sharybin
2017-12-19Tracking: Add utility function to get RNA path for given trackSergey Sharybin
2017-12-19Tracking: Add plane tracks equivalents to previous commitSergey Sharybin
2017-12-19Tracking: Add utility function to get tracks list for given trackSergey Sharybin
2017-12-19Tracking: Add utility function to find tracking object from a given trackSergey Sharybin
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2016-08-16Rework 2D stabilizatorIchthyostega
2016-07-30Add copy/make_local to movieclip datablock.Bastien Montagne
2016-01-26Compositor: Speedup movie (un)distortion operationSergey Sharybin
2015-07-13Fix T45394: Motion tracking constraints did not work with Cycles motion blurSergey Sharybin
2015-05-08Cleanup: use r_* prefix for return argsCampbell Barton
2015-04-22Tracking: Add missing plane track remapping when joining two point tracksSergey Sharybin
2015-04-22Tracking: Cleanup, move some plane tracks code to utility functionsSergey Sharybin
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-11-18Fix T42585: Mask motion blur is wrong when parented to plane trackSergey Sharybin
2014-10-30Libmv: Replace region tracker with autotracker in BlenderSergey Sharybin
2014-09-11Fix wrong area of interest for movie undistortionSergey Sharybin
2014-04-17Support multiple distortion models, including a new division modelSergey Sharybin
2014-03-06Hiding plane tracks was never implementedSergey Sharybin
2014-02-03Code cleanup: use bools where possibleCampbell Barton