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
2021-07-08Cleanup: spellingCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-21Fix T89291: Objects with rotation deltas don't rotate in correct axesGermano Cavalcante
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-24Cleanup: email address formattingCampbell Barton
2020-12-13Fix weird Swing+Twist decomposition with noncanonical quaternions.Alexander Gavrilov
2020-11-30Fix T83196: bad matrix to quaternion precision near 180 degrees rotation.Alexander Gavrilov
2020-10-10Cleanup: remove unnecessary commentsCampbell Barton
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-08Cleanup: replace sizeof division with ARRAY_SIZE macroCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-07-01Cleanup: spellingCampbell Barton
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2019-11-26Fix quaternion compatibility functionCampbell Barton
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-09-05Cleanup: use backslash for doxygen commandsCampbell Barton
2019-09-03Drivers: support decomposing rotation into swing followed by twist.Alexander Gavrilov
2019-08-26Cleanup: use BLI_assertCampbell Barton
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