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
2012-10-10Merge from trunk r51234-r51251soc-2012-fried_chickenDaniel Genrich
2012-10-05Merge with trunk r51077Miika Hamalainen
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-27Merge with trunk r50245 + fixed issues caused by previous (failed?) merge.Miika Hamalainen
2012-08-27Alternate mask spline feather offset calculation method: now there are 2 [Eve...Campbell Barton
2012-08-10* Some improvements to fire simulation code.Miika Hamalainen
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
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-29bmesh: new wireframe toolCampbell Barton
2012-04-24fix for invalid use of memset when loading tiff imagesCampbell Barton
2012-04-16inline function for "Newell's Method" used for normal calc.Campbell Barton
2012-04-11fix [#30897] UVEditor: Snap Cursor to SelectedCampbell Barton
2012-03-25Fix #30638 and part of #30646.Antony Riakiotakis
2012-03-14mathutils py api:Campbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-02-29Add blenlib function to initialize vectors from a single float.Nicholas Bishop
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-20misc changes from bmesh, syncing across to trunk, no functional changesCampbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
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-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-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
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-02-18doxygen: add blenlib under core as module.Nathan Letwory
2011-02-08fix [#25975] Quaternion/Vector.negated() isn't availableCampbell Barton
2011-02-06bugfix [#25824] Quats + Camera + Fly = MadnessCampbell Barton
2011-02-05Rename python mathutils functions and split in-place methods from those that ...Campbell Barton
2011-02-02- some parts of the code to remove rotation were not removing axis/angle rota...Campbell Barton
2011-01-23bugfix + minor mathutils.Vector edits.Campbell Barton
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-09cleanup for mathutils multiplication functions, a little faster in some cases...Campbell Barton
2010-12-19bugfix [#25290] Align on text gives a tracebackCampbell Barton
2010-12-12New math util funcitons:Sergey Sharybin
2010-11-25bugfix [#24907] bone roll z up broken and python script showing correct metho...Campbell Barton
2010-11-12take delta's into account when applying the objects matrix (dloc, drot, dsize).Campbell Barton
2010-10-22Add some missing const'sNathan Letwory
2010-10-20[#24267] Hook fails after SolidifyCampbell Barton
2010-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-10-03added len_squared_v2v2, use instead of len_v3v3 for font handle tests, also f...Campbell Barton
2010-09-29patch from Dan Eicher with some edirts.Campbell Barton
2010-09-28[#24028] Minor fixes to BLI_math_vectorCampbell Barton