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-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
2022-04-26BLI: small optimization to retrieving CPPType from static typeJacques Lucke
2022-04-26Utils: Add macro for C++ default arguments in C headersJulian Eisel
2022-04-25Fix build error on Linux + Clang 10 after recent changes to BLI_anyBrecht Van Lommel
2022-04-25BLI: optimize constructing new virtual arrayJacques Lucke
2022-04-24Cleanup: remove special cases for getting internal span or singleJacques Lucke
2022-04-24BLI: prioritize detecting single values higher than detecting spansJacques Lucke
2022-04-24Cleanup: various minor changesCampbell Barton
2022-04-22Cleanup: spelling in commentsCampbell Barton
2022-04-21Geometry Nodes: better support for byte color attributesJacques Lucke
2022-04-21Cleanup: fix various warnings after recent commitJacques Lucke
2022-04-21Commit D14179: Revamp Vertex Paint With C++Joseph Eagar
2022-04-19Fix T97338: Correct reference count for COM handling and removal of gotosRobert Guetzkow
2022-04-15Curves: Port curve to mesh node to the new data-blockHans Goudey
2022-04-15Fix: Apply tilt in curves data-block normals calculationHans Goudey
2022-04-14Metal: GPU_PRIM_LINE_LOOP alternative implementations.Jason Fielder
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-08Add a utility for sampling segment indices and factors from arbitraryHans Goudey
2022-04-07BLI: inline fast path of IndexRange::as_spanJacques Lucke
2022-04-07Cleanup: Compilation warning about virtual functionsSergey Sharybin
2022-04-07BLI: add missing materialize methods for virtual arraysJacques Lucke
2022-04-07BLI: add CPPType utility to copy elements to a shorter arrayJacques Lucke
2022-04-07Cleanup: Incorrect comment in IndexRange headerMattias Fredriksson
2022-04-05Cleanup: fix various typosBrecht Van Lommel
2022-04-05Curves: new Grow/Shrink brushJacques Lucke