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-04-16ClangFormat: add comments to ignore formattingCampbell Barton
2019-04-16Fix BLI_path test of BLI_path_frame_strip.Bastien Montagne
2019-04-16Cleanup: trailing commasCampbell Barton
2019-04-16UI: Refactor View2D number drawingJacques Lucke
2019-04-16CMake: fix WIN32 linking without sorted libsSergey Sharybin
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-14Complete the set of matrix multiplication functions.Alexander Gavrilov
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-04-13Fix T37500: implement Bendy bone segment deformation interpolation.Alexander Gavrilov
2019-04-10BLI_string: Add STR_ELEM macroCampbell Barton
2019-04-09Cleanup: spellingCampbell Barton
2019-04-07Cleanup: add comments about dual quaternion scale handling.Brecht Van Lommel
2019-04-02Cleanup: Fix compiler warningAntonioya
2019-04-02Fix Linux build error after recent changes.Brecht Van Lommel
2019-04-02Fix broken BLI_STATIC_ASSERT on Visual Studio.Brecht Van Lommel
2019-04-02Cleanup: empty expression statement warningCampbell Barton
2019-03-27Cleanup: style, use braces for blenlibCampbell Barton
2019-03-26Fix T62958: Improve exponential easing formulaJacques Lucke
2019-03-26Fix T62946: function abs() not working in driver expressions.Brecht Van Lommel
2019-03-22BLI Math: Add and use new `projmat_dimensions` utility.mano-wii
2019-03-20BLI_kdtree: add deduplicate functionCampbell Barton
2019-03-20Cleanup: styleCampbell Barton
2019-03-20Cleanup: return early in BLI_path_frame_getSybren A. Stüvel
2019-03-20Fix BLI_path_frame_stripSybren A. Stüvel
2019-03-20Cleanup: use lowercase for dimensions in function namesCampbell Barton
2019-03-19BLI_kdtree: add 1d kdtree supportCampbell Barton
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-12Cleanup: use doxygen sections for BLI_utildefinesCampbell Barton
2019-03-12Cleanup: BLI_utildefines struct macrosCampbell Barton
2019-03-08Cleanup: spellingCampbell Barton
2019-03-07Refactor building the draw string for floats and intsJacques Lucke
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