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
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
2013-08-20add is_finite_v# functions, use bool'sCampbell Barton
2013-08-05Fix build warnings with clang and UNUSED_RESULT_ATTR (attribute declaration m...Brecht Van Lommel
2013-08-01code cleanup: remove unused functionsCampbell 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-07-11utility function for printing arbitrary sizes vectors.Campbell Barton
2013-06-13Fix #35634: weight paint did not do z-buffer culling anymore on Windows after...Brecht Van Lommel
2013-05-08more optimal method of calculating the normal for the solidify modifier.Campbell Barton
2013-04-17add interp_v3_v3v3v3_uv() to use for use with uv value from isect_ray_tri_v3(...Campbell Barton
2013-04-12code cleanup: warnings and style.Campbell Barton
2013-04-11add 2d length functions for testing pixel coords. len_manhattan_v2_int, len_m...Campbell Barton
2013-04-04improved method of getting the tangent axis from a bmesh triangle,Campbell Barton
2013-03-31Woot woot commit.Antony Riakiotakis
2013-03-13attempt to quiet warnings for gcc4.2Campbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-03-09add inline function mul_project_m4_v3_zfac() to get the z-depth value from a ...Campbell Barton
2013-01-21add an influence slider to mesh cache.Campbell Barton
2013-01-19utility vector functions for flipping one vector about another:Campbell Barton
2012-11-23Patch [#33196] Warning Fixes 11-16-2012Jason Wilkins
2012-11-15code cleanup: move local math functions into math_geom.c, math_vector.c, no f...Campbell Barton
2012-10-26code cleanup: use min_/max_ math functions, add minmax_v2_v2v2.Campbell Barton
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-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
2012-08-27Alternate mask spline feather offset calculation method: now there are 2 [Eve...Campbell Barton
2012-06-24Fix [#31807] Ngon triangulation errorBastien Montagne
2012-06-13yse BLI_math for the compositor in more places.Campbell Barton
2012-05-31math lib changes from tomatoCampbell Barton
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton