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
2021-02-17Cleanup: fix compiler warningsBrecht Van Lommel
2021-02-17BLI: add BLI_simd.h header to wrap SSE includesBrecht Van Lommel
2021-02-17Cleanup: spellingCampbell Barton
2021-02-15Cleanup: clang tidyJacques Lucke
2021-02-14Cleanup: spellingCampbell Barton
2021-02-14Cleanup: use doxy sectionsCampbell Barton
2021-02-13Cleanup: macro hygiene, use parenthesis around operatorsCampbell Barton
2021-02-11Merge branch 'blender-v2.92-release'Campbell Barton
2021-02-11BLI_math: add mid_v2_v2v2v2Campbell Barton
2021-02-10TBB: fix deprecation warnings with newer TBB versionsBrecht Van Lommel
2021-02-10Merge branch 'blender-v2.92-release'Jacques Lucke
2021-02-10Fix T85514: exact match is not showing up in search menuJacques Lucke
2021-02-10Cleanup: typoJacques Lucke
2021-02-10Cleanup: spellingCampbell Barton
2021-02-09Cleanup: spellingCampbell Barton
2021-02-08Forgot to free a bvhtree with previous commit.Howard Trickey
2021-02-07Fix T84493 et al: New Boolean on Suzanne.Howard Trickey
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Cleanup: Use raw string literalSergey Sharybin
2021-02-05Cleanup: Use lambda instead of function bindSergey Sharybin
2021-02-05Cleanup: Use transparent functorSergey Sharybin
2021-02-05Cleanup: Clang-tidy modernize-use-default-member-initAnkit Meel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-02Merge branch 'blender-v2.92-release'Robert Guetzkow
2021-02-02Fix T85225: Variable scope in ridged multi-fractal noiseRobert Guetzkow
2021-02-02Merge branch 'blender-v2.92-release'Campbell Barton
2021-02-02creator: add missing '--debug-*' arguments under debugging optionsCampbell Barton
2021-01-28Fix unused result from mmap() callSergey Sharybin
2021-01-27Cleanup: spellingCampbell Barton
2021-01-27Merge remote-tracking branch 'origin/blender-v2.92-release'Ray Molenkamp
2021-01-27Windows: Fix wchar_t truncationRay Molenkamp
2021-01-25Windows: Remove zero terminator from stack traceRay Molenkamp
2021-01-24Cleanup: email address formattingCampbell Barton
2021-01-22Merge branch 'blender-v2.92-release'Brecht Van Lommel
2021-01-22Fix T84745: more build errors with TBB 2021Brecht Van Lommel
2021-01-20Cleanup: clang-formatCampbell Barton
2021-01-20Cleanup: spellingCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-15Merge branch 'blender-v2.92-release'Hans Goudey
2021-01-15Fix T84745: build error with TBB 2021Brecht Van Lommel
2021-01-15Cleanup: spellingCampbell Barton
2021-01-15Use mmap() IO for reading uncompressed .blendsLukas Stockner
2021-01-13Transform: geodesic distances for proportional edit connected modeBrecht Van Lommel
2020-12-16Geometry Nodes: Poisson disk point distribution node/methodDalai Felinto
2020-12-14Cleanup: path_util.c commentsCampbell Barton
2020-12-13Fix weird Swing+Twist decomposition with noncanonical quaternions.Alexander Gavrilov
2020-12-11Fix: Fix potential memory leak in BLI_getenvRay Molenkamp
2020-12-11Fix: BLI_getenv returns ascii not UTF8 on windowsRay Molenkamp
2020-12-10Fix T83630 Exact Boolean assert failure in Debug build.Howard Trickey
2020-12-10BLI_string: return NULL from BLI_str_quoted_substrN on failureCampbell Barton