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-08-02Fix: Incorrect coordinates used in BLI_rct*_isect_segment functionsSiddhartha Jejurkar
2021-11-02Fix missing null-terminator in BLI_string_join_arrayNKévin Dietrich
2021-08-23BLI_math: Fix several division-by-zero cases.Bastien Montagne
2021-08-09Fix broken logic in Windows directory query functionJulian Eisel
2021-05-04Fix (unreported): 'CoInitializeEx' being called without 'CoUninitialize'Germano Cavalcante
2021-05-02Fix T87554 Exact Boolean performance bug.Howard Trickey
2021-04-24Fix T87682 Boolean Exact crash.Howard Trickey
2021-04-21BLI_string: add a utility to replace strings using a tableCampbell Barton
2021-04-17Fix T86805 Inconsistent results for exact boolean.Howard Trickey
2021-04-08Cleanup: spellingCampbell Barton
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-04-05BLI: fix axis order in 'BLI_array_iter_spiral_square'Germano Cavalcante
2021-04-01Curve: Remove 'CU_2D' flag used for nurbsGermano Cavalcante
2021-04-01Cleanup: spellingCampbell Barton
2021-04-01BLI_math: add orthogonalize_m#_zero_axesCampbell Barton
2021-03-29Compositor: Add Anti-Aliasing nodeHabib Gahbiche
2021-03-25BLI: simplify using DefaultHashJacques Lucke
2021-03-24Fix T86891: only sort query results for shortest string if there is a queryDirk
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2021-03-23BLI: add macro to indicate unreachable codeJacques Lucke
2021-03-21Cleanup: correct variable name mixup in BLI_str_quoted_substrNCampbell Barton
2021-03-21Cleanup: use static local variablesCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-03-14Fix T86390 Exact Boolean crash.Howard Trickey
2021-03-10Cleanup: spellingCampbell Barton
2021-03-10Cleanup: compiler warning (ignored-qualifiers)Campbell Barton
2021-03-09BLI: New 'BLI_array_iter_spiral_square'Germano Cavalcante
2021-03-08Geometry Nodes: Improve performance of point distribute nodeHans Goudey
2021-03-08Cleanup: rename offs to offsetCampbell Barton
2021-03-08Speedup for usual non-manifold exact boolean case.Howard Trickey
2021-03-07Fix T85632 Improve Exact boolean in cell fracture of Suzanne.Howard Trickey
2021-03-07Cleanup: use POINTER_OFFSET macroCampbell Barton
2021-03-04UI: prefer shorter search items in fuzzy searchJacques Lucke
2021-03-04Cleanup: number literalsCampbell Barton
2021-02-28Fix T85948 Exact boolean crash with some nonplanar ngons.Howard Trickey
2021-02-25Cleanup: spellingCampbell Barton
2021-02-24Fix T85726 Workbench: Orthographic view is blurryClément Foucault
2021-02-22Cleanup: unused variableJacques Lucke
2021-02-22Change Exact Boolean modifier to skip round trip through BMesh.Howard Trickey
2021-02-20Cleanup: doxygen sectionsCampbell Barton
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