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-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-20Docs: use doxygen formatting for BLICampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-10-04Cleanup: pass arguments as constCampbell Barton
2021-08-03Fix T90387: division by zero when trying to invert scaleSybren A. Stüvel
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell 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-04-28Cleanup: Fix inconcistent array lengths in function declarationsHans Goudey
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-09-05BLI: Math: Add equals_v3v3_intClément Foucault
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-02Make rigidbody simulation handle animated objects gracefullySebastian Parborg
2020-08-30BLI_math_vector: Add equals_v4v4_intClément Foucault
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-28Fix precision issues in 'interp_weights_poly_v2'Germano Cavalcante
2020-05-27CD_PROP_COL datalayerPablo Dobarro
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-05-01Fix: Fix build error on windowsRay Molenkamp
2020-05-01Cleanup: improve readability for color assignmentCampbell Barton
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
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-11Sculpt: Split normal radius and area radiusPablo Dobarro
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-11-13Cleanup: correct mul_v4_v4fl declarationJorge Bernal
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-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-18Cleanup: remove compare_len_squared utilityCampbell 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
2019-01-20Cleanup: remove all BLI_utiledefines' ugly vectorial macros.Bastien Montagne
2019-01-18Math: Make it possible to use vector for both input and outputSergey Sharybin
2018-11-17BLI: Math: Add normal_float_to_short_v4Clément Foucault
2018-11-04Merge branch 'master' into blender2.8Campbell Barton
2018-11-01Fix T57529: 2D image paint fill tool not taking into account alpha.Brecht Van Lommel
2018-10-01BLI: Add mul_v2_v2v2 functionClément Foucault
2018-09-27UI: draw mono icons with button type text color, instead of area text color.Brecht Van Lommel
2018-08-09Merge branch 'master' into blender2.8Campbell Barton
2018-08-09Math Lib: varied size vector multiplyAndrew Hale
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-20Merge branch 'master' into blender2.8Bastien Montagne
2018-07-19Resolve the opposite vector ambiguity in Damped Track constraint.Alexander Gavrilov
2018-05-15Cleanup: compiler warnings, use constCampbell Barton