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
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-07Cleanup: add comments about dual quaternion scale handling.Brecht Van Lommel
2019-03-27Cleanup: style, use braces for blenlibCampbell Barton
2019-03-19BLI_math: use fallback for compatible quaternion calculationCampbell Barton
2019-03-19BLI_math: add utility to calculate compatible quaternionsCampbell Barton
2019-03-19Cleanup: comment blocksCampbell Barton
2019-02-26BLI_math: quat_to_axis_angle was zeroing the axisCampbell Barton
2019-02-25Cleanup: use const args for BLI_math_rotationCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (blenlib)Campbell Barton
2018-12-23BLI_math_rotation: properly name the quaternion power function.Alexander Gavrilov
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-06Implement an Armature constraint that mimics the modifier.Alexander Gavrilov
2017-12-19Math Lib: signed versions of quaternion angleCampbell Barton
2017-06-09Math Lib: Add mat3_from_axis_conversion_singleCampbell Barton
2017-04-20Docs: move note (was mixed up)Campbell Barton
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2015-11-12Correct error in own matrix normalize commitCampbell Barton
2015-10-23BLI_math: add mat3_normalized_to_* functionsCampbell Barton
2015-10-23Cleanup: remove redundant math callsCampbell Barton
2015-10-23BLI_math: add invert_qt_normalizedCampbell Barton
2015-10-22BLI_math: axis_angle_to_quat_singleCampbell Barton
2015-09-18Use squared length where possibleCampbell Barton
2015-05-01Fix T43711: dual quaternion deform bug with shearing in deform matrix.Brecht Van Lommel
2015-04-08Partial fix for T44219Joshua Leung
2015-04-04Cleanup: redundant normalize in expmap_to_quatCampbell Barton
2015-02-01mathutils: added exponential map to QuaternionSybren A. Stüvel
2014-11-20Fix T42638: Roll angle inconsistent flip in edit mode.Bastien Montagne
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
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-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-06-14Math Lib: mat3_to_eulo2 & mat3_to_eul2 mixed float/double differentlyCampbell Barton
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-04-20Code cleanup: correct abs useCampbell Barton
2014-04-20Math Lib: faster version of rotation_between_vecs_to_mat3Campbell Barton
2014-04-19Minor change to recent commit (avoid transpose)Campbell Barton
2014-04-19Math Lib: add rotation_between_vecs_to_mat3Campbell Barton
2014-04-19Math Lib: minor optimization for axis_angle_normalized_to_mat3Campbell Barton
2014-03-31Tweak slerp assert to be less pickyCampbell Barton
2014-03-31Py API: Vector.slerp(). also added interp_v3_v3v3_slerp(_safe) functionsCampbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton