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
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-09-05BLI: Math: Add equals_v3v3_intClément Foucault
2020-09-04Cleanup: fix compiler warnings for MSVCBrecht Van Lommel
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-07-28Fix precision issues in 'interp_weights_poly_v2'Germano Cavalcante
2020-05-01Cleanup: improve readability for color assignmentCampbell Barton
2020-03-04BLI_math: inline clamp functionsCampbell Barton
2020-02-11Sculpt: Split normal radius and area radiusPablo Dobarro
2020-01-16Fix T73133: UDIM texture count in Eevee is limited by OpenGLLukas Stockner
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
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-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
2017-11-14BLI: sync changes from 2.8Campbell Barton
2017-05-15Mesh Batch Cache: get rid of the ORCO VBO data, and reconstruct it in shader.Clément Foucault
2017-05-15Mesh Batch Cache: Define Compressed format for shading data.Clément Foucault
2017-01-20Fix compilation error with strict flags and gcc-6Sergey Sharybin
2016-12-28Comments: mul_project_m4_v3_zfacCampbell Barton
2016-07-08BLI_math: add normalize functions which fit to a lengthCampbell Barton
2016-06-16BLI_math: Add double versions of functionsCampbell 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-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2015-10-11Fix warnings and remove casts by adding copy_vx_vx_uchar() functions.Brecht Van Lommel
2015-07-10BLI_math 'compare' cleanup & enhancements.Bastien Montagne
2015-05-21Math Lib: double versions of vector funcsCampbell Barton
2015-03-18Use fabsf for floatsCampbell Barton
2015-03-17BLI math vec: add 'abs' functions to get absolute values of a vector.Bastien Montagne
2015-01-09BLI_math: add vector's dot_v3v3v3() func, for when you have three points inst...Bastien Montagne
2014-09-28Comments: clarify math libCampbell Barton
2014-08-17Knife tool: simplify hit-depth calculationCampbell Barton
2014-07-30Cleanup: general cleanup in BLI_math code (mostly, use 'const' where possible...Bastien Montagne