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
2020-09-05Math Utils: Add bitscan 64bit versionClément
2020-09-04BLI: Math: Add equals_v3v3_intClément Foucault
2020-09-02Cleanup: Correction to previous cleanup commitJulian Eisel
2020-09-02Cleanup: Correct argument names in commentJulian Eisel
2020-09-02Make rigidbody simulation handle animated objects gracefullySebastian Parborg
2020-09-02Cleanup: spellingCampbell Barton
2020-09-01Fix errors ensuring grease pencil paletteCampbell Barton
2020-08-30New boolean: silence an "unused" warning.Howard Trickey
2020-08-30New boolean: another performance improvement.Howard Trickey
2020-08-30BLI_math_vector: Add equals_v4v4_intClément Foucault
2020-08-30New Boolean: performance improvement.Howard Trickey
2020-08-29New boolean: fixed a bug in coplanar intersect.Howard Trickey
2020-08-29Cleanup: spellingCampbell Barton
2020-08-29Clang Tidy: Fix readability-delete-null-pointer warningHans Goudey
2020-08-29Clang Tidy: Fix no lint marker placementHans Goudey
2020-08-28Cleanup: clang-formatRay Molenkamp
2020-08-28Fix to previous commit to allow building without WITH_GMP.Howard Trickey
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-26Cleanup: better naming and no bad level access in BLI_winstuffBrecht Van Lommel
2020-08-25BLI_math_matrix: add invert_m4_m4_safe_ortho (m3 version too)Campbell Barton
2020-08-19BLI: fix memory leak in delaunay 2dJacques Lucke
2020-08-19Cleanup: spellingCampbell Barton
2020-08-18BLI_kdopbvh: Adjust epsilon according to the axisGermano Cavalcante
2020-08-10Merge branch 'blender-v2.90-release'Germano Cavalcante
2020-08-10Fix T78113: Random explosions of cloth with self collisionGermano Cavalcante
2020-08-08Cleanup: replace sizeof division with ARRAY_SIZE macroCampbell Barton
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-08Clenup: use STREQ macroCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Cleanup: fix some clang tidy warningsJacques Lucke
2020-08-07Cleanup: use C++ style casts in various placesJacques Lucke
2020-08-07Cleanup: added explanation of why `incircleadapt` is allowed to be longSybren A. Stüvel
2020-08-07Cleanup: Delaunay 2D, silence Clang-Tidy readability-function-sizeSybren A. Stüvel
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-08-06Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-06Cleanup: avoid debug-only includes for BLI_assert.hCampbell Barton
2020-08-05BLI: improve dot exporter interfaceJacques Lucke
2020-08-04Merge branch 'blender-v2.90-release'Bastien Montagne
2020-08-04Cleanup: typos & co in UI messages (and some other places).Bastien Montagne
2020-08-04Merge branch 'blender-v2.90-release'Hans Goudey
2020-08-03Cleanup: Typos in comments.Bastien Montagne
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-08-01Cleanup: spellingCampbell Barton
2020-07-31Fix build error with clangBrecht Van Lommel
2020-07-31BLI: Initial implementation of generic session UUID APISergey Sharybin
2020-07-28Fix precision issues in 'interp_weights_poly_v2'Germano Cavalcante