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-05-27Cleanup: Fix warning in blenlib with MSVCRay Molenkamp
2019-05-26Fix: BLI_task_test deadlock on windows.Ray Molenkamp
2019-05-25blenlib: Fix build warning with MSVCRay Molenkamp
2019-05-25blenlib: Fix debug build warning with MSVC.Ray Molenkamp
2019-05-25Cleanup: warnings building without ASANCampbell Barton
2019-05-22BLI_memblock: Refactor for faster iteration and allocationClément Foucault
2019-05-22BLI_memiter: unpoison memory before freeing itJacques Lucke
2019-05-21Cleanup: use term pad instead of paddingCampbell Barton
2019-05-21Graph Editor: view-selected takes scrubbing and marker region into accountJacques Lucke
2019-05-17Fix T63981: Factory default memory cache limit is 4096 MB (32bit builds)Sergey Sharybin
2019-05-16BLI_memarena: unpoison memory before freeing itJacques Lucke
2019-05-14BLI_memblock: Add more optionsClément Foucault
2019-05-08BLI_memblock: New memory allocatorClément Foucault
2019-05-08Cleanup: unused var, doxy syntax for math_matrix.cCampbell Barton
2019-05-07Fix T57767: Pivot point broken after scaling to 0 in a dimensionPhilipp Oeser
2019-05-06Drivers: add an Average Scale option to the Transform Channel driver vars.Alexander Gavrilov
2019-05-03Cleanup: warningsCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-29Cleanup: comments (long lines) in misc librariesCampbell Barton
2019-04-26Fix T63853: BLI_current_working_dir did not return utf8 encoding on windows.Ray Molenkamp
2019-04-22Cleanup: style, use bracesCampbell Barton
2019-04-21Cleanup: comments (long lines) in blenlibCampbell Barton
2019-04-21Fix T63681: bad clipping of very long tooltipsBrecht Van Lommel
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
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-14Complete the set of matrix multiplication functions.Alexander Gavrilov
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-04-13Fix T37500: implement Bendy bone segment deformation interpolation.Alexander Gavrilov
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-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