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-05-28Cleanup: spellingCampbell Barton
2020-05-13Merge branch 'blender-v2.83-release'Antonio Vazquez
2020-05-13Fix T76665: Wrong files selected when using box selectJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-14BLI_math: add min/max utils for chars.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-02-13Cleanup: pass const variablesCampbell Barton
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2019-12-07Maths Node: Additional functionsCharlie Jolly
2019-11-27Sculpt/Paint: Move Elastic Deform Kelvinlets to BKEPablo Dobarro
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-09-13BLI: new C++ hash table data structuresJacques Lucke
2019-08-29Move math and vector double routines into blenlib from delaunay codeHoward Trickey
2019-08-20BLI: double version of some math functions.YimingWu
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-04-21Cleanup: comments (long lines) in blenlibCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for blenlibCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-05-24Fix T55137: Compilation failing on non-x86-64 architecturesLukas Stockner
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-05-07Cleanup: move unit char/short/float to functionsCampbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
2018-03-20Fix BLI_assert for MSVCCampbell Barton
2018-03-20Fix compile error with MSVC2013 - Can't use __func__ (from BLI_assert) in inl...Joshua Leung
2018-03-15BLI_assert: extract from BLI_utildefinesCampbell Barton
2018-02-15Cleanup: styleCampbell Barton
2018-02-14Math utils: Add clamping functionsSergey Sharybin
2018-01-22Fix windows building (log10)Dalai Felinto
2018-01-19Util function to determine number of digits from an integerDalai Felinto
2018-01-10math utils: Add size_t version of min and max functionsSergey Sharybin
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-18Math Lib: clamped rounding utility functionsCampbell Barton
2017-09-18Math Lib: add divide_floor_iCampbell Barton
2017-08-01BLI_math: add simple helper to get amount of 'integer' digits in a float number.Bastien Montagne
2016-05-05Cleanup: styleCampbell Barton
2016-05-05Transform/Snap: EditMesh/BKE_bvhutils API improvementsGermano Cavalcante
2016-05-05Optimize linear<->sRGB conversion for SSE2 processorsSergey Sharybin
2015-07-10BLI_math 'compare' cleanup & enhancements.Bastien Montagne
2015-04-21Math Lib: handling bits handling into own fileCampbell Barton
2014-12-27Fix T43034: beautify-fill leaves zero area tri'sCampbell Barton
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich
2014-04-19Math Lib: add shell_v3v3_normalized_to_dist and v2 versionCampbell Barton
2014-04-05Math Lib: add power of 2 min/max for unsigned intsCampbell Barton
2014-01-15Math Lib: add iroundf function for: (int)floorf(a + 0.5f)Campbell Barton
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton