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
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-08remove unused code & variables.Campbell Barton
2011-01-06print_m3/m4 didnt use const char *, which gave an errror with passing strings...Campbell Barton
2010-11-22- blend_m3_m3m3 and blend_m4_m4m4 now support matrices with negative scales.Campbell Barton
2010-11-16fix for fix, r33086.Campbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-30fix for own mistake with mat4_to_loc_rot_size(), flipping the scale on negati...Campbell Barton
2010-10-27dont use const for matrix arg, since it needs to be cast in most cases.Campbell Barton
2010-10-26move matrix decomposition out of object.c into BLI_math_matrix function: mat4...Campbell Barton
2010-10-22Fix for snapping pose bones with axis-angle rotation.Campbell Barton
2010-10-18enable DEBUG define in CMake and scons, also change booleans debug option to ...Campbell Barton
2010-10-18bugfix [#24291] Error parenting a child with any negative scaling coordinateCampbell Barton
2010-09-15Two small bugfixes:Joshua Leung
2010-08-15use more BLI math functions.Campbell Barton
2010-07-26[#23008] Wrong numbers in Edge LengthCampbell Barton
2010-06-22Merge a few small blenlib changes from the render25 branch:Brecht Van Lommel
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-22rotate_m4 was using degrees rather then radians.Campbell Barton
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-30utility functions is_negative_m3 & is_negative_m4, added python Mathutils acc...Campbell Barton
2009-11-28Math Lib: merging over some changes from the sculpt branch:Brecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-10Math Lib ReorganizationBrecht Van Lommel