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-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-05New math function to add small bias to zero axisAntonio Vazquez
2022-10-05Fix: Crash when reininitializing empty generic arrayHans Goudey
2022-10-04BLI: Unroll vector loops for better performance on GCCHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-03Cleanup: sort cmake file listsCampbell Barton
2022-10-03CMake: add missing headersCampbell Barton
2022-10-03Cleanup: spelling in commentsCampbell Barton
2022-09-30Cleanup: use function style casts for C++Campbell Barton
2022-09-29Sculpt: Rewrite PBVH drawJoseph Eagar
2022-09-28Fix compiler warnings with clangBrecht Van Lommel
2022-09-28Cleanup: spelling in commentsCampbell Barton
2022-09-28Cleanup: formatCampbell Barton
2022-09-28Correct sign conversion errors in convexhull_2d.cCampbell Barton
2022-09-28Cleanup: improve 2D convex hullChris Blackbourn
2022-09-27BLF: Editing Text with Combining CharactersHarley Acheson
2022-09-27Fix T101231: Console flooded with warnings when fluid type is DomainGermano Cavalcante
2022-09-27Cleanup: remove workarounds and version checks for unsupported compilersCampbell Barton
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-26Cleanup: use ELEM/STR_ELEM/STREQ macrosCampbell Barton
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-26Cleanup: replace unsigned with uint, use function style casts for C++Campbell Barton
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25BLI: simplify removing elements from containers with predicateJacques Lucke
2022-09-25Cleanup: follow C++ type cast style guide in some filesJacques Lucke
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-23Cleanup: use lowercase function calls & macros in for CMakeCampbell Barton
2022-09-23Cleanup: spelling in commentsCampbell Barton
2022-09-21Refactor: Move file browser filelist.c to C++Julian Eisel
2022-09-21Cleanup: remove vector adaptor data structureJacques Lucke
2022-09-21Cleanup: spelling in commentsCampbell Barton
2022-09-20Move workspace.c to C++Jacques Lucke
2022-09-20Geometry Nodes: improve evaluator with lazy threadingJacques Lucke
2022-09-20Cleanup: quite compiler warningJacques Lucke
2022-09-19Cleanup: spellingCampbell Barton
2022-09-19Cleanup: Fix grammar in IndexRange headerHans Goudey
2022-09-18Build: fix gtest build flags affecting actual libraryBrecht Van Lommel
2022-09-18BLI: Add generic utlity for gathering values with indicesMattias Fredriksson
2022-09-17IndexRange: Add new `intersect` methodClément Foucault
2022-09-17Cleanup: spelling, punctuation & repeated words in commentsCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-15Cleanup: quiet sign-conversion warning in OFFSETOF_STRUCT_AFTERCampbell Barton
2022-09-15Cleanup: spelling in comments, comment blocksCampbell Barton
2022-09-14Cleanup: Add missing licence headersHans Goudey
2022-09-13Geometry Nodes: Port the trim curve node to the new data-blockMattias Fredriksson
2022-09-13CMake: exclude BLI_args when building as a Python moduleCampbell Barton