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
2017-09-06Merge branch 'master' into blender2.8Brecht Van Lommel
2017-09-06Math Lib: normalized vector project functionsCampbell Barton
2017-06-15Merge branch 'master' into blender2.8Campbell Barton
2017-06-15Math Lib: add angle_on_axis_v3v3_v3Campbell 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
2017-01-11Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-01-11Add mid_v3_v3_array function and remove redundant functionsLuca Rood
2016-12-29Merge branch 'master' into blender2.8Bastien Montagne
2016-10-07Custom Manipulators Core BackendJulian Eisel
2016-09-24constify BLI_math_matrix inputsMike Erwin
2016-07-11BLI_math: move interp_*_cubic to its own functionCampbell 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-06-12BLI_math: cleanup arg namesCampbell Barton
2016-05-18Fix GCC/Linux build error after finite/isfinite changes.Brecht Van Lommel
2016-04-20Minor optimization for scanfillCampbell Barton
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-09-24Quiet warningCampbell Barton
2015-07-10BLI_math 'compare' cleanup & enhancements.Bastien Montagne
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-17BLI math vec: add 'abs' functions to get absolute values of a vector.Bastien Montagne
2015-03-09Math Lib: add mid_v3_v3v3v3v3Campbell Barton
2015-02-23Fix interpolation functions ignoring number of components when doing early ou...Sergey Sharybin
2015-02-05BLI_math vectors: add minmax_v3v3_v3_array to get min and max values on each ...Bastien Montagne
2015-01-09BLI_math: add vector's dot_v3v3v3() func, for when you have three points inst...Bastien Montagne
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-09Math Lib: add function to get signed angle about an axisCampbell Barton
2014-05-27Correct ortho_v2_v2 arg sizeCampbell Barton
2014-05-06Fix for uninitialized unit_use_radians variable with inset and bevelCampbell Barton
2014-04-16Math Lib: increase epsilon for ortho_basis_v3v3_v3Campbell Barton
2014-04-03Optimize BLI_convexhull_aabb_fit_hull_2d, avoid atan2, sin, cosCampbell Barton
2014-03-31Py API: Vector.slerp(). also added interp_v3_v3v3_slerp(_safe) functionsCampbell Barton
2014-03-31Fix for error in normalize_vn_vn(), add len_squared_vnCampbell Barton
2014-03-30Convenience macro for print_ funcs, saves passing id each timeCampbell Barton
2014-03-28Code cleanup: use len_v2v2_int for view zoom-scaleCampbell Barton
2014-03-16Fix T39210: Grid Fill is generating mesh that's inconsistent with selected ed...Bastien Montagne
2014-02-10UI: panel tabs, use simple color interpolation that ignores alphaCampbell 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-09-01Move GCC attributes into a centraized definesSergey Sharybin