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-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
2011-02-06bugfix [#25824] Quats + Camera + Fly = MadnessCampbell Barton
2011-02-02- some parts of the code to remove rotation were not removing axis/angle rota...Campbell Barton
2011-01-15remove/comment unused defines.Campbell 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-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-07-27bugfix [#21754] Smooth view + repeeted view orbit results in slow orbiting.Campbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-03-22Math Lib: make some more vector functions use const arguments.Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-06reprojectCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-22Math Lib:Brecht Van Lommel
2010-01-12Math lib: added normalize_v3_v3 in addition to normalize_v3.Brecht Van Lommel
2010-01-07fix for painting bug added since 25391 (own fault)Campbell Barton
2009-12-29* speedup for animating bones, in one scene with sintel and a dragon animated...Campbell Barton
2009-12-27barycentric transform utility geometry function.Campbell Barton
2009-11-28Math Lib: merging over some changes from the sculpt branch:Brecht Van Lommel
2009-11-10Math LibBrecht Van Lommel