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-12Cleanup: missing-variable-declarations warningCampbell Barton
2020-09-11Cleanup: make formatJacques Lucke
2020-09-11Cleanup: spelling, correct commentsCampbell Barton
2020-09-10Cleanup: Fix bad spelling in previous commit.Ray Molenkamp
2020-09-10Cleanup: Update doc string for BLI_getenvRay Molenkamp
2020-09-10Cleanup: spellingCampbell Barton
2020-09-09BLI: new string search api that supports fuzzy and prefix matchingJacques Lucke
2020-09-09Fix T80604: BLI_polyfill_calc exceeds stack size allocating pointsCampbell Barton
2020-09-07Cleanup: Fix clang-tidy warning in the new boolean codeSebastian Parborg
2020-09-07Cleanup: spellingCampbell Barton
2020-09-05Fix T75827, boolean of non-manifold objects leaves stray edges.Howard Trickey
2020-09-05Cleanup: spellingCampbell Barton
2020-09-05Math Utils: Add bitscan 64bit versionClément Foucault
2020-09-05BLI: Math: Add equals_v3v3_intClément Foucault
2020-09-05New boolean: Fix second example in T79404.Howard Trickey
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Cleanup: fix compiler warnings for MSVCBrecht Van Lommel
2020-09-04Cleanup: more Clang-Tidy readability-const-return-type fixesSybren A. Stüvel
2020-09-04Fix T78084: Search does not accept text fragments everywherePhilipp Oeser
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