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
2019-03-19BLI_kdtree: add 2D kdtree supportCampbell Barton
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton
2019-03-19BLI_kdtree: refactor to support different numbers of dimensionsCampbell Barton
2019-03-19BLI_math: use fallback for compatible quaternion calculationCampbell Barton
2019-03-19BLI_math: add utility to calculate compatible quaternionsCampbell Barton
2019-03-19Cleanup: comment blocksCampbell Barton
2019-03-18Cleanup: remove compare_len_squared utilityCampbell Barton
2019-03-18Cleanup: rename BLI_kdtree vars & args for clarityCampbell Barton
2019-03-18BLI_kdtree: refactor boids specific logic into callbackCampbell Barton
2019-03-17Cleanup: use braces for BLI_kdtreeCampbell Barton
2019-03-17Cleanup: remove redundant checkCampbell Barton
2019-03-15Cleanup: indentation, wrappingCampbell Barton
2019-03-08Cleanup: spellingCampbell Barton
2019-03-06Cleanup: unused function warningCampbell Barton
2019-03-06Fix T62210: endless loop in kd tree lookupCampbell Barton
2019-03-06Revert "Fix T62210: endless loop in kd tree lookup"Campbell Barton
2019-03-05BLI_memiter: use ASAN memory poisonCampbell Barton
2019-03-05Cleanup: warning in release buildsCampbell Barton
2019-03-05Fix T62210: endless loop in kd tree lookupJacques Lucke
2019-03-05Fix T60585: threadripper CPU only using 16 threads for e.g. sculpting.Brecht Van Lommel
2019-03-02Fix BLI_mempool incorrect slop-space calculationCampbell Barton
2019-03-02Cleanup: code style & commentsCampbell Barton
2019-03-02Cleanup: remove unused defineCampbell Barton
2019-03-02Cleanup: comments, assert align is a power of twoCampbell Barton
2019-03-02BLI_memarena: use ASAN memory poisonCampbell Barton
2019-03-02Cleanup: use dummy valgrind macros instead of ifdef'sCampbell Barton
2019-02-28Fix T62050: remove non-persistent timers in load-pre callbackJacques Lucke
2019-02-26BLI_math: quat_to_axis_angle was zeroing the axisCampbell Barton
2019-02-25Cleanup: use const args for BLI_math_rotationCampbell Barton
2019-02-23Cleanup: use specific names for global variablesCampbell Barton
2019-02-18Fix T61473: Crash particle system is updatingSergey Sharybin
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-18Cleanup: conform headers to have license firstCampbell Barton
2019-02-17Merge branch 'blender2.7'Brecht Van Lommel
2019-02-16Blenlib/Windows: Fix Build error with clang.Ray Molenkamp
2019-02-12BLI_memarena: remove use of BLI_linklistCampbell Barton
2019-02-11Cleanup: comment indentation & spellingCampbell Barton
2019-02-06Fix T61190: Crash in particles distributionSergey Sharybin
2019-02-06Fix T60935: More numerically stable distance to ray computationJacques Lucke
2019-02-06Cleanup: manually apply changes missed last commitCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-22Fix potential invalid memory access in surface force field BVH tree.Andrew Williams
2019-01-20Cleanup: remove all BLI_utiledefines' ugly vectorial macros.Bastien Montagne