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-03-08Revert "Fix modernize-raw-string-literal complaints from clang-tidy."Howard Trickey
2021-03-08Cleanup: rename offs to offsetCampbell Barton
2021-03-08Speedup for usual non-manifold exact boolean case.Howard Trickey
2021-03-08Fix modernize-raw-string-literal complaints from clang-tidy.Howard Trickey
2021-03-07Geometry Nodes: simplify allocating dynamically sized buffer on stackJacques Lucke
2021-03-07Fix T85632 Improve Exact boolean in cell fracture of Suzanne.Howard Trickey
2021-03-07Cleanup: fix implicit conversion warningJacques Lucke
2021-03-07BLI: make it harder to forget to destruct a valueJacques Lucke
2021-03-07BLI: reduce wasted memory in linear allocatorJacques Lucke
2021-03-07Cleanup: use POINTER_OFFSET macroCampbell Barton
2021-03-04UI: prefer shorter search items in fuzzy searchJacques Lucke
2021-03-04BLI: support mutable lookup from multi value mapJacques Lucke
2021-03-04Cleanup: number literalsCampbell Barton
2021-02-28Fix T85948 Exact boolean crash with some nonplanar ngons.Howard Trickey
2021-02-25BLI: simplify adding an arbitrary value to a resource containerJacques Lucke
2021-02-25Cleanup: spellingCampbell Barton
2021-02-24Fix T85726 Workbench: Orthographic view is blurryClément Foucault
2021-02-24Cleanup: spellingCampbell Barton
2021-02-23BLI: new FunctionRef typeJacques Lucke
2021-02-22Cleanup: unused variableJacques Lucke
2021-02-22Change Exact Boolean modifier to skip round trip through BMesh.Howard Trickey
2021-02-21BLI: cleanup StringRef and Span and improve parameter validationJacques Lucke
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-17Cleanup: fix compiler warningsBrecht Van Lommel
2021-02-17BLI: use sse2neon to emulate SSE instructions with Arm NeonBrecht 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-12Geometry Nodes: Add operation setting to attribute randomize nodeHans Goudey
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-06Cleanup: malformed web addresses in commentsCampbell Barton
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