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-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-26Merge branch 'blender-v2.92-release'Sebastian Parborg
2021-01-26Fix T85049: Geometry Nodes: How to handle instances with shear?Sebastian Parborg
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-22Merge branch 'blender-v2.92-release'Jacques Lucke
2021-01-22Revert "BLI: add conversion from float2 to float3"Jacques Lucke
2021-01-22Merge branch 'blender-v2.92-release'Jacques Lucke
2021-01-22BLI: add conversion from float2 to float3Jacques Lucke
2021-01-20Cleanup: clang-formatCampbell Barton
2021-01-20Cleanup: spellingCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-20Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-20CMake: add missing headersCampbell 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-15Cleanup: use 'pragma once'Campbell Barton
2021-01-15Use mmap() IO for reading uncompressed .blendsLukas Stockner
2021-01-14Geometry Nodes: add implicit conversions for float2 and othersJacques Lucke
2021-01-13Transform: geodesic distances for proportional edit connected modeBrecht Van Lommel
2021-01-11BLI: fix math operationJacques Lucke
2021-01-05Cleanup: remove UNUSED(..) from public function declarationsCampbell Barton
2021-01-04Cleanup: use 'pragma once'Campbell Barton
2020-12-17Geometry Nodes: Make random attribute node stableHans Goudey
2020-12-16Geometry Nodes: Poisson disk point distribution node/methodDalai Felinto
2020-12-16BLI: remove implicit casts between some span typesJacques Lucke
2020-12-16BLI: add new InplacePriorityQueue data structureJacques Lucke
2020-12-16BLI: constexpr Span, IndexRange, StringRef(Null/Base)Ankit Meel
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-14Fix windows build.Alexander Gavrilov
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
2020-12-10Fix BLI_str_quoted_substrN use with escaped stringsCampbell Barton
2020-12-10BLI_string: extract quote utility into BLI_str_escape_find_quoteCampbell Barton
2020-12-10Cleanup: avoid '_ln' suffixCampbell Barton
2020-12-10Cleanup: use snake-case instead of camel-caseCampbell Barton
2020-12-10BLI_string: support escaping additional control characterCampbell Barton
2020-12-10BLI_string: add BLI_str_unescape utility functionCampbell Barton
2020-12-10Fix BLI_str_escape with control characters, add unit testsCampbell Barton
2020-12-10Cleanup: rename BLI_strescape to BLI_str_escapeCampbell Barton