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
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
2012-07-17code cleanup: spellingCampbell Barton
2012-06-13yse BLI_math for the compositor in more places.Campbell Barton
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-04-16inline function for "Newell's Method" used for normal calc.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-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-29Add blenlib function to initialize vectors from a single float.Nicholas Bishop
2012-02-25code cleanupCampbell Barton
2012-01-20misc changes from bmesh, syncing across to trunk, no functional changesCampbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2011-11-13new math utility function isect_plane_plane_v3Campbell Barton
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-08-27sub_v4_v4v4 was taking float[3] arguments.Campbell Barton
2011-06-07fix for float projection painting, now updating correctly. Antony Riakiotakis
2011-04-27remove normalize call in derived mesh GetNormal, its not done anywhere else.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-08fix [#25975] Quaternion/Vector.negated() isn't availableCampbell Barton