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
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
2014-07-14Math Lib: add compare_len_squared_v3v3 from paint branchCampbell Barton
2014-07-14Math Lib: accept a limit of 0.0 when comparing vectorsCampbell Barton
2014-04-03Optimize BLI_convexhull_aabb_fit_hull_2d, avoid atan2, sin, cosCampbell Barton
2014-03-28Code cleanup: use len_v2v2_int for view zoom-scaleCampbell Barton
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton
2013-12-04Code Cleanup: correct fabsf/fabs/abs useCampbell Barton
2013-11-26Math library: minor additions sqrtf_signed and copy_v2_fl2Campbell Barton
2013-11-20Math Library: add dot_m4_v3_row_x/y/zCampbell Barton
2013-10-22add copy_v4_fl4, replace QUATSET macro.Campbell Barton
2013-10-19Move utility functions from mball to mathutilsSergey Sharybin
2013-08-20add is_finite_v# functions, use bool'sCampbell Barton
2013-07-30function renaming for own recently added BLI_math functions, suggested by Bre...Campbell Barton
2013-07-28add inline functions getting a single axis from mul_m3_v3()Campbell Barton
2013-06-13Fix #35634: weight paint did not do z-buffer culling anymore on Windows after...Brecht Van Lommel
2013-04-11add 2d length functions for testing pixel coords. len_manhattan_v2_int, len_m...Campbell Barton
2013-03-31Woot woot commit.Antony Riakiotakis
2013-03-09add inline function mul_project_m4_v3_zfac() to get the z-depth value from a ...Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-01-29fix for fix, ugh!, vertex slide with concave/convex ngons & normal flipping s...Campbell Barton
2012-12-23code cleanupCampbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-23Patch [#33196] Warning Fixes 11-16-2012Jason Wilkins
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-10-10refactor screen foreach functions to accept float[2] arguments rather then in...Campbell Barton
2012-10-06fix writing past array bounds in imagewraposa().Campbell Barton
2012-09-19fix MESH_OT_tris_convert_to_quads() limit options (uv and vertex color) were ...Campbell Barton
2012-09-06code cleanup: BM_face_legal_splits() was doing some redundant assignments.Campbell Barton