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-15math: improve accuracy of Linear->sRGB conversion SIMD pathAras Pranckevicius
2022-06-08Fix: Incorrect curves and pointcloud bounding boxesHans Goudey
2022-06-07BLI: Math: Add description and test to `ceil_to_multiple` and `divide_ceil`Clément Foucault
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
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-06BLI: Add float3x3Omar Emara
2022-04-25BLI: optimize constructing new virtual arrayJacques Lucke
2022-04-15Fix: Apply tilt in curves data-block normals calculationHans Goudey
2022-04-08Add a utility for sampling segment indices and factors from arbitraryHans Goudey
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-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-03-30Curves: Add length cache, length paramerterize utilityHans Goudey
2022-03-29BLI: support value initialization in CPPTypeJacques Lucke
2022-03-25BLI: Adjust interpolation to support integers, other tweaksHans Goudey
2022-03-25Cleanup: use count or num instead of nbrCampbell Barton
2022-03-23Cleanup: spelling in commentsCampbell Barton
2022-03-19BLI: generalize converting CPPType to static typeJacques Lucke
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-03-17Cleanup: spelling in commentsCampbell Barton
2022-03-11Cleanup: fix source typos homogenous->homogeneousBrecht Van Lommel
2022-03-03BLI: Add functions to IndexRange to mirror SpanHans Goudey
2022-03-03Fix: BLI math clamp doesn't workHans Goudey
2022-03-02BLI: add scoped-defer utility to add RAII-like behavior to C typesJacques Lucke
2022-02-24BLI: support accessing nth last element in Array/Span/VectorJacques Lucke
2022-02-23BLI: add index mask utilitiesJacques Lucke
2022-02-17Fix: Debug build error with vector type divisionHans Goudey
2022-02-17License headers: use SPDX identifiersCampbell Barton
2022-02-16BLI: Generalize short algorithm for finding boundsHans Goudey
2022-02-16BLI: Implement templated math functions for basic typesHans Goudey
2022-02-11File headers: add missing copyright, add MIT to SPDX licensesCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10GPencil: Update-on-write using update cacheFalk David
2022-02-09BLI: wrap parallel_invoke from tbbJacques Lucke
2022-02-02BLI: fix memory leak in VectorSetJacques Lucke
2022-01-18Cleanup: spelling in commentsCampbell Barton
2022-01-14blenlib Any tests: Fix unknown pragma warning on Windows.Ankit Meel
2022-01-14Cleanup: compiler warnings with clangBrecht Van Lommel
2022-01-14blenlib/ Any tests: fix self-assignment warning and typoAnkit Meel
2022-01-13Build: remove usage of link_directoriesBrecht Van Lommel
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-10Fix compile error with msvcJacques Lucke
2022-01-03Cleanup: Rename ObjectValue to DictionaryValue (Serialization).Jeroen Bakker