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
2015-10-15Error in last commitCampbell Barton
2015-10-15Error in last commitCampbell Barton
2015-10-15BLI_math: add normalize_m#_ex functionsCampbell Barton
2015-10-11Fix T46085: UV project modifier artifacts with vertices behind the camera.Brecht Van Lommel
2015-10-09BLI_math: add mat3_polar_decompose, interp_m3_m3m3 and interp_m4_m4m4.Bastien Montagne
2015-07-11BLI_matrix space_transform: Add a 'local-invariant' setter.Bastien Montagne
2015-05-04Fix T44592: Zero scale on an axis, zeros allCampbell Barton
2015-05-04Fixed comment.Lukas Tönne
2015-05-01Fix T43711: dual quaternion deform bug with shearing in deform matrix.Brecht Van Lommel
2015-04-27Math Lib: add mul_v3_mat3_m4v3Campbell Barton
2014-12-01Cleanup: hopefully last int->bool one in this area!Bastien Montagne
2014-11-29Cleanup: use const, avoid float -> double in matrix invertCampbell Barton
2014-11-22Math Lib: add constant: M_SQRT1_3 1/sqrt(3)Campbell Barton
2014-10-30Complementary fix for rB8054372: Follow the common naming scheme byLukas Tönne
2014-10-30Math Lib: pseudoinverse_m4_m4 changed input matrixCampbell Barton
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton
2014-10-30Fix for mat3_to_rot_size modifying input matrixCampbell Barton
2014-10-30Fix negate_m3 (taking 4x4 matrix)Campbell Barton
2014-09-16Math Lib: add mul_v3_project_m4_v3Campbell Barton
2014-09-06Math Lib: Add copy_m2_m2, unit_m2, zero_m2Campbell Barton
2014-08-12Cleanup: magic numbersCampbell Barton
2014-08-01Cleanup: Move SpaceTransform helpers from `BKE_shrinkwrap` to `BLI_math_matrix`.Bastien Montagne
2014-07-30Cleanup: general cleanup in BLI_math code (mostly, use 'const' where possible...Bastien Montagne
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-20Correction to 7c7b730, multiplication order was flippedSergey Sharybin
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-05-29Math lib: add negate_m3, negate_m4Campbell Barton
2014-05-23Bake-API: relaxing in the check for scale uniformityDalai Felinto
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-25Correction to the previous commitSergey Sharybin
2014-03-25Fix T38870: Freezes when jumping in front of a keyframe.Sergey Sharybin
2014-02-01Math lib: simplify size_to_mat4 and use in b_bone_spline_setupCampbell Barton
2014-01-05Text3d: selection in editmode now follows rotated text along pathCampbell Barton
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-10-26correct typoCampbell Barton
2013-10-20Code cleanup: added generic function copt_m3_m3dSergey Sharybin
2013-10-19Move utility functions from mball to mathutilsSergey Sharybin
2013-09-11Fix #36701: Mask pivioting doesnt honor parentingSergey Sharybin
2013-08-06Add assert to mul_v3_m3v3 and mul_v2_m3v3,Sergey Sharybin
2013-07-30function renaming for own recently added BLI_math functions, suggested by Bre...Campbell Barton
2013-07-26fix [#36282] Spin error with non uniform scaleCampbell Barton
2013-07-26optimization: call one bmesh operator for rotate (not 3).Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-16correct own incorrect check bmesh edgerin subdivide, also add missing break i...Campbell Barton
2013-07-13fix for orthogonalize_m3,4, missing break statements in switch.Campbell Barton
2013-07-10no need to copy mat4x4 -> 3x3 in mat4_to_scaleCampbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-12Fix #35319: python 2x2 matrix inverse and adjugate were wrong.Brecht Van Lommel
2013-05-08add matrix multiply for projection that outputs 2d values.Campbell Barton