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
2022-01-28DrawManager: Image engine support huge images.Jeroen Bakker
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-20Docs: use doxygen formatting for BLICampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-10-20Split and extend unit tests for vec_roll_to_mat3_normalized.Alexander Gavrilov
2021-10-16Remove math for 2D affine transformRichard Antalik
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Copy Transforms: implement Remove Target Shear and more Mix options.Alexander Gavrilov
2021-04-28Cleanup: Fix inconcistent array lengths in function declarationsHans Goudey
2021-04-01BLI_math: add orthogonalize_m#_zero_axesCampbell Barton
2021-03-08Geometry Nodes: Improve performance of point distribute nodeHans Goudey
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-11-03VSE: Media transform redesignRichard Antalik
2020-11-02Revert "VSE: Media transform redesign"Richard Antalik
2020-11-02VSE: Media transform redesignRichard Antalik
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-25BLI_math_matrix: add invert_m4_m4_safe_ortho (m3 version too)Campbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2020-02-20BLI_math: add 2x2 matrix utilitiesTiago Chaves
2020-02-20Cleanup: rename mul_m2v2 to mul_m2_v2Campbell Barton
2020-02-15Modifiers: Add option to directly specify a 2D transform for UVWarpLukas Stockner
2019-12-24Action Constraint: introduce a mix mode setting.Alexander Gavrilov
2019-09-06Copy Rotation: implement new mixing modes that actually work.Alexander Gavrilov
2019-09-04Armature: add Inherit Scale options to remove shear or average the scale.Alexander Gavrilov
2019-08-20BLI: double version of some math functions.YimingWu
2019-05-07Fix T57767: Pivot point broken after scaling to 0 in a dimensionPhilipp Oeser
2019-05-06Drivers: add an Average Scale option to the Transform Channel driver vars.Alexander Gavrilov
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14Complete the set of matrix multiplication functions.Alexander Gavrilov
2019-04-13Fix T37500: implement Bendy bone segment deformation interpolation.Alexander Gavrilov
2019-03-19Cleanup: comment blocksCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for BLICampbell Barton
2017-11-14BLI: sync changes from 2.8Campbell Barton
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-08-04BLI_math: use const args for mul_m#_seriesCampbell Barton
2017-04-26BLI_math: add helper function to extract XY 2D scale from a 4D matrix.Bastien Montagne
2016-12-01Merge branch 'master' into blender2.8Lukas Tönne
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-09-25port math function from Viewport FXMike Erwin
2016-09-25specialize mat3 multiply routinesMike Erwin