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
2020-07-15Cleanup: spellingCampbell Barton
2020-07-14Cleanup: sort header, cmake pathsCampbell Barton
2020-07-13Cleanup: remove some incorrectly placed constsJacques Lucke
2020-07-13MSVC: Fix build error with the 8.1 SDKRay Molenkamp
2020-07-13Fix T78855: Knife tool crashes when the geometry has no faceGermano Cavalcante
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-10BLI: add C++ random number generatorJacques Lucke
2020-07-10Fix for building on systems besides apple/windows/linuxCampbell Barton
2020-07-10Cleanup: spellingCampbell Barton
2020-07-10Cleanup: add BLI_linklist_find_lastCampbell Barton
2020-07-10Cleanup: spellingCampbell Barton
2020-07-09Fix: add missing extern "C"Jacques Lucke
2020-07-09BLI: rename rand.c to rand.ccJacques Lucke
2020-07-07BLI: Fix mistake in SpinLock TBB migrationSergey Sharybin
2020-07-07Optimization: use `BLI_bvhtree_intersect_plane` to detect faces that will be ...Germano Cavalcante
2020-07-07Cleanup: spellingCampbell Barton
2020-07-06Cleanup: Use the BLI_edgehash API in the sewing simulation of clothsGermano Cavalcante
2020-07-06Cleanup: spelling, commentsCampbell Barton
2020-07-06Cleanup: rename namespace TimeIt to timeitJacques Lucke
2020-07-06Cleanup: warnings, spellingCampbell Barton
2020-07-03Clang-tidy: Enable braces-around-statements warningSebastian Parborg
2020-07-03Clang-Tidy: enable readability-named-parameterJacques Lucke
2020-07-03Cleanup: use nested namespacesJacques Lucke
2020-07-03Cleanup: Use trailing underscore for non-public data membersJacques Lucke
2020-07-03BLI: Use TBB spin_mutex as SpinLock implementationSergey Sharybin
2020-07-03BLI: Switch threads implementation file to C++Sergey Sharybin
2020-07-03Cleanup: spellingCampbell Barton
2020-07-02Cleanup: spellingCampbell Barton
2020-07-01Cleanup: spellingCampbell Barton
2020-06-29Fix compile error on Apple ClangJulian Eisel
2020-06-29Cleanup: rename namespace DotExport to dotJacques Lucke
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-25Cleanup: spellingCampbell Barton
2020-06-18Allow interpolation of matrices with negative scale / axis flipsSybren A. Stüvel
2020-06-18Transform: Snap to the intersection between constraint and geometryGermano Cavalcante
2020-06-16Fix bitscan_reverse_uint on MSVC compilerSergey Sharybin
2020-06-09BLI: rename ArrayRef to SpanJacques Lucke
2020-06-09BLI: put C++ data structures in "blender" namespace instead of "BLI"Jacques Lucke
2020-06-09BLI: generally improve C++ data structuresJacques Lucke
2020-06-05Cleanup: use 'r_' prefix for return arguments in math_colorCampbell Barton
2020-06-05Cleanup: maybe uninitialized variable warningCampbell Barton
2020-06-05Cleanup: spellingCampbell Barton
2020-05-28Cleanup: spellingCampbell Barton
2020-05-27CD_PROP_COL datalayerPablo Dobarro
2020-05-26UI: Windows Shell Links & Improved Mac AliasesHarley Acheson
2020-05-25Calculate epsilon values for interp_weights_poly to improve accuracySebastian Parborg
2020-05-25Cleanup: unused variable warningsCampbell Barton
2020-05-25Task: Graph Flow Task SchedulingJeroen Bakker
2020-05-20Cleanup: make guarded memory allocation always thread safeBrecht Van Lommel
2020-05-20Merge branch 'blender-v2.83-release'Brecht Van Lommel