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-04-02code cleanup: replace inline axis angle conversion with axis_angle_to_mat3()Campbell Barton
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-09style cleanup: spelling.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-01-21quiet warnings and possible NULL checking crash fix for indentation functions.Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-11-19replace fabs with fabsf where both input and output are floats.Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-04Configurable sensor size:Sergey Sharybin
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-19Move function out of mathutils to: BLI_math_rotation --- single_axis_angle_to...Campbell Barton
2011-08-27remove deprecated & unused mat3_to_vec_rot and mat4_to_vec_rot functions.Campbell Barton
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-04-02add angle wrapping functions: angle_wrap_rad(), angle_wrap_deg().Campbell Barton
2011-03-27math lib and UV project: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-08remove unused RegionView3D retopo pointer and set quat printing to const args. 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-18- clear some warningsCampbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-02- some parts of the code to remove rotation were not removing axis/angle rota...Campbell Barton
2011-01-13feature request from colin levy, camera lens stamp.Campbell Barton
2010-12-08use prints rather then asserts when normalized quats are expected.Campbell Barton
2010-12-07Added an assert() check for normalized quats which exposed a number of bugs w...Campbell Barton
2010-11-16fix for fix, r33086.Campbell Barton
2010-11-15Bugfix, reported in IRCTon Roosendaal
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-30change mat4_to_eulO, mat3_to_eulO to calculate 2 rotations and return the sma...Campbell Barton
2010-10-30Fix for [#24458] Problem with Axis Angle rotationJanne Karhu
2010-10-22Add some missing const'sNathan Letwory
2010-10-22Fix for snapping pose bones with axis-angle rotation.Campbell Barton
2010-10-22eulO_to_quat wasn't functional for XZY, YXZ, ZYX rotation orders.Campbell Barton
2010-10-08quat_apply_track had incomplete commentsCampbell Barton
2010-10-08bugfix [#21483] Twisting when Dupliframing a Surface Circle (Nurbs) along a C...Campbell Barton
2010-10-08fix for error in track rotation, found while looking into adding an up axis t...Campbell Barton
2010-10-08move tracking functions into math_rotation.c (no functional changes)Campbell Barton
2010-09-24Fix for [#21875] Copy rotation only on y axiesJanne Karhu
2010-08-15use more BLI math functions.Campbell Barton
2010-08-02python mathutils changeCampbell Barton
2010-07-26bugfix [#22836] Alt+MMB view alignment don't respect all axes directionsCampbell Barton
2010-04-25minor mathutils updateCampbell Barton
2010-04-17move camera lens/angle conversion to BLI_mathCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton