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-06-19BLI: avoid unnecessary allocation when converting virtual arrayJacques Lucke
2022-06-17BLF: Fallback Font StackHarley Acheson
2022-06-15math: improve accuracy of Linear->sRGB conversion SIMD pathAras Pranckevicius
2022-06-11Fix T98517: Curve Fill Node creating extra edges.Howard Trickey
2022-06-09Cleanup: use const variables & argumentsCampbell Barton
2022-06-09Cleanup: spelling in comments & variablesCampbell Barton
2022-06-08Fix: Incorrect curves and pointcloud bounding boxesHans Goudey
2022-06-08Curves: Port set type node to new data-blockHans Goudey
2022-06-07BLI: Math: Add description and test to `ceil_to_multiple` and `divide_ceil`Clément Foucault
2022-06-07BLI: Math: Add `math::divide_ceil` and `math::ceil_to_multiple`Clément Foucault
2022-06-07Cleanup: spelling in comments, minor formatting tweaksCampbell Barton
2022-06-07Cleanup: spelling in comments, additional white spaceCampbell Barton
2022-06-06BLI: fix memory error when moving VArray_SpanJacques Lucke
2022-06-05Curves: use uv coordinates to attach curves to meshJacques Lucke
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-05-31Functions: speedup preparing multi-function parametersJacques Lucke
2022-05-31Cleanup: Simplify dependencies for GMP math headerHans Goudey
2022-05-30Cleanup: fix various typosBrecht Van Lommel
2022-05-30Merge branch 'blender-v3.2-release'Jacques Lucke
2022-05-30Curves: make tangent computation more robustJacques Lucke
2022-05-25BLI: use no_unique_address attributeJacques Lucke
2022-05-23Merge branch 'blender-v3.2-release'Brecht Van Lommel
2022-05-23Fix Eevee blackbody wrong with non-default scene linear color spaceBrecht Van Lommel
2022-05-20Cleanup: don't use variable name that matches type aliasJacques Lucke
2022-05-19Cleanup: BLI_math_base.h: Document `power_of_2_max|min()`Clément Foucault
2022-05-19BLI: float4x4: Add == and != operatorsClément Foucault
2022-05-19BLI: float4x4: Add << operatorClément Foucault
2022-05-18Merge branch 'blender-v3.2-release'Sergey Sharybin
2022-05-18Fix T97761: incorrect mixing of integersJacques Lucke
2022-05-18Cleanup: use "filepath" instead of "filename" for full paths, fileops.cCampbell Barton
2022-05-18Cleanup: suppress dangling-pointer warning for GCC 12.1+Campbell Barton
2022-05-17Cleanup: Use `BLI_assert_unreachable()` as example in comment of `_BLI_assert...Bastien Montagne
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-11Fix: Build error on windows.Ray Molenkamp
2022-05-11Cleanup: rename BLI_str_format_attribute_domain_sizeCampbell Barton
2022-05-11Cleanup: spelling in comments/stringsCampbell Barton
2022-05-11Cleanup: use 'num' / 'size' suffix instead of 'sz'Campbell Barton
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-05-10Merge branch 'blender-v3.2-release'Clément Foucault
2022-05-09Fix T97906: OpenEXR files with lower case xyz channel names not read correctlyBrecht Van Lommel
2022-05-09BLI: Avoid invoking tbb for small parallel_reduce callsHans Goudey
2022-05-06BLI: Add float3x3Omar Emara
2022-05-05Cleanup: sort cmake file listsCampbell Barton
2022-05-04Nodes: Add general Combine/Separate Color nodesHallam Roberts
2022-05-02EEVEE: Rewrite: Implement nodetree support with every geometry typesClément Foucault
2022-04-28Cleanup: fix warning due to unused variableJacques Lucke
2022-04-28Cleanup: spelling in commentsCampbell Barton
2022-04-26Fix: some multi-functions are executed more than onceJacques Lucke
2022-04-26Geometry Nodes: refactor array devirtualizationJacques Lucke