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-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-04-05Curves: new Grow/Shrink brushJacques Lucke
2022-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-03-23Curves: improve Comb brushJacques Lucke
2022-02-23Curves: initial brush implementations for curves sculpt modeJacques Lucke
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: remove "The Original Code is: ..." from code commentsCampbell Barton
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2022-01-20Cleanup: spelling in commentsCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-08-13Revert "Mesh: replace saacos with acosf for normal calculation"Campbell Barton
2021-08-13Mesh: replace saacos with acosf for normal calculationCampbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-03Fix calculation of 'projmat_dimensions'Germano Cavalcante
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-21Cleanup: swap top/bottom args to planes_from_projmatCampbell Barton
2021-06-20Mesh: minor optimization to concave quad check for tessellationCampbell Barton
2021-06-14BLI_math: Fix several division-by-zero cases.Bastien Montagne
2021-05-21Cleanup: spellingLeon Zandman
2021-04-30Cleanup: Mismatched array bounds in function declarationHans Goudey
2021-02-24Fix T85726 Workbench: Orthographic view is blurryClément Foucault
2021-02-17BLI: add BLI_simd.h header to wrap SSE includesBrecht Van Lommel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-24Cleanup: email address formattingCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-15Cleanup: spellingCampbell Barton
2021-01-13Transform: geodesic distances for proportional edit connected modeBrecht Van Lommel
2020-11-20Cleanup: spellingCampbell Barton
2020-11-07Cleanup: move plane array intersection into a functionCampbell Barton
2020-11-06Cleanup: doxygen commentsCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-09-22Fix T80444: Triangle-Triangle intersection regression in 2.90Germano Cavalcante
2020-09-21Fix T80899: Crash on editing multiple UVs of multiple different objects at th...Sebastian Parborg
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-10Merge branch 'blender-v2.90-release'Germano Cavalcante
2020-08-10Fix T78113: Random explosions of cloth with self collisionGermano Cavalcante
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton