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
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-03-25Cleanup: use count or num instead of nbrCampbell Barton
2022-03-11Cleanup: use M_PI_2 and M_PI_4 where possibleHallam Roberts
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: remove "The Original Code is: ..." from code commentsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-06-14BLI_math: Cleanup: Use `mul_`/`madd_` functions.Bastien Montagne
2021-06-14BLI_math: Fix several division-by-zero cases.Bastien Montagne
2021-05-21Cleanup: spellingLeon Zandman
2021-02-11Merge branch 'blender-v2.92-release'Campbell Barton
2021-02-11BLI_math: add mid_v2_v2v2v2Campbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-02Cleanup: Correction to previous cleanup commitJulian Eisel
2020-09-02Cleanup: Correct argument names in commentJulian Eisel
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-07-07Cleanup: spellingCampbell Barton
2020-05-27CD_PROP_COL datalayerPablo Dobarro
2020-04-05Cleanup: spellingCampbell Barton
2020-03-04BLI_math: inline clamp functionsCampbell Barton
2020-03-04BLI_math: add clamp_v# and clamp_v#_v#v# utility functionsTiago Chaves
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2019-11-21Cleanup: spellingCampbell Barton
2019-08-20BLI: double version of some math functions.YimingWu
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-08-09Math Lib: varied size vector multiplyAndrew Hale
2018-02-15Blenlib: Assert when attempting to rotate point around vector and store resul...Sergey Sharybin
2017-11-14BLI: sync changes from 2.8Campbell Barton
2017-09-06Math Lib: normalized vector project functionsCampbell Barton
2017-06-15Math Lib: add angle_on_axis_v3v3_v3Campbell Barton
2017-04-21Docs: diagram for reflect_v3_v3v3Campbell Barton
2017-01-11Add mid_v3_v3_array function and remove redundant functionsLuca Rood
2016-07-11BLI_math: move interp_*_cubic to its own functionCampbell Barton
2016-06-12BLI_math: cleanup arg namesCampbell Barton
2016-05-18Fix GCC/Linux build error after finite/isfinite changes.Brecht Van Lommel
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-05-03Math Lib: inline project_plane_v3_v3v3Campbell Barton
2016-04-20Minor optimization for scanfillCampbell Barton
2015-09-24Quiet warningCampbell Barton
2015-05-21Math Lib: double versions of vector funcsCampbell Barton
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-04-27Math Lib: add range_vn_uCampbell Barton
2015-04-08Math Lib: add project_plane_v3_v3v3Campbell Barton
2015-03-09Math Lib: add mid_v3_v3v3v3v3Campbell Barton