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-09-08Merge branch 'master' into soc-2014-viewport_fxsoc-2014-viewport_fxAntony Riakiotakis
2014-07-30Cleanup: general cleanup in BLI_math code (mostly, use 'const' where possible...Bastien Montagne
2014-07-11Merge remote-tracking branch 'origin' into soc-2014-viewport_fxJason Wilkins
2014-07-09Math Lib: add function to get signed angle about an axisCampbell Barton
2014-06-26New Matrix and Vector Operations for Viewport FXJason Wilkins
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-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-30Code cleanup: reflect_v3_v3v3 made redundant copiesCampbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-16Fix T39210: Grid Fill is generating mesh that's inconsistent with selected ed...Bastien Montagne
2014-02-14Code clearnup: warningsCampbell Barton
2014-02-10UI: panel tabs, use simple color interpolation that ignores alphaCampbell Barton
2014-01-14Correct bad mistake in own recent to commit to angle calculationCampbell Barton
2014-01-14Math Lib: minor optimization for angle functionsCampbell Barton
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton
2013-07-11fix [#36105] Bevel UV FlickerCampbell Barton
2013-07-11utility function for printing arbitrary sizes vectors.Campbell Barton
2013-06-06style cleanupCampbell Barton
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-04improved method of getting the tangent axis from a bmesh triangle,Campbell Barton
2013-02-19make asserts that check for unit length vectors into a macro.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-16BLI_assert() when math functions that require are normalize vector are called...Campbell Barton
2012-11-15code cleanup: move local math functions into math_geom.c, math_vector.c, no f...Campbell Barton
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-10-26code cleanup: use min_/max_ math functions, add minmax_v2_v2v2.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-05-31math lib changes from tomatoCampbell Barton
2012-04-29bmesh: new wireframe toolCampbell Barton
2012-04-24fix for invalid use of memset when loading tiff imagesCampbell Barton
2012-04-11fix [#30897] UVEditor: Snap Cursor to SelectedCampbell Barton
2012-03-26rename lattice influence to strength from r45144 (other deform modifiers call...Campbell Barton
2012-03-25Fix #30638 and part of #30646.Antony Riakiotakis
2012-03-25style cleanup: issues missed last commitCampbell Barton
2012-03-25style cleanup: conform to style guide - mostly operator whitespace changesCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-14mathutils py api:Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-17add note to avoid confusion with angle_v3v3v3, also minor change with angle c...Campbell Barton
2012-01-20misc changes from bmesh, syncing across to trunk, no functional changesCampbell Barton
2011-12-18Support for arbitrary sized vectors - (was limited by 2-4 previously)Campbell Barton
2011-11-24patch: [#29382] Arbitrary Length Array Function Additions and ModificationsCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne