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-07-06Curves: Port subdivide node to the new data-blockHans Goudey
2022-07-05BLI: add float3x3 * float3 operator overloadJacques Lucke
2022-07-04BLI: Use simpler sliced generic virtual arrays when possibleHans Goudey
2022-07-04Cleanup: Rename curve segment count functionHans Goudey
2022-07-02BLI: refactor length parameterizationJacques Lucke
2022-07-02BLI: improve span access to virtual arraysJacques Lucke
2022-07-01Cleanup: Simplify logic building in length parameterizationHans Goudey
2022-07-01IO: print import & export times of Alembic & USDAras Pranckevicius
2022-07-01Metal: MTLMemoryManager implementation includes functions which manage alloca...Jason Fielder
2022-06-29LineArt: Shadow and related functionalities.Yiming Wu
2022-06-29BLI: add Vector.append_and_get_index with rvalue parameterJacques Lucke
2022-06-29Cleanup: Fix mul_v2_v2_ccw for repeated arguments (no functional changes)Chris Blackbourn
2022-06-28BLI: add kdtree range search method that accepts c++ lambdaJacques Lucke
2022-06-27BLI: Math: Add ceil_to_multiple_u()Clément Foucault
2022-06-27Cleanup: spelling in commentsCampbell Barton
2022-06-25BLI: improve support for trivial virtual arraysJacques Lucke
2022-06-25Functions: avoid using Map for small valuesJacques Lucke
2022-06-25Cleanup: add missing overrideJacques Lucke
2022-06-25BLI: improve check for common virtual array implementationsJacques Lucke
2022-06-23Geometry Nodes: Optimize selection for virtual array inputHans Goudey
2022-06-23Cleanup: Clang tidyHans Goudey
2022-06-21Cleanup: Grammar in commentsHans Goudey
2022-06-21Fix T99033: KDTree deduplication can erase valuesChris Blackbourn
2022-06-20BLI: add min_inplace and max_inplace functionsJacques Lucke
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