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-28BLI_math: improve symmetrical values from sin_cos_from_fractionCampbell Barton
2022-07-21Fix build error in tests binary after previous commitHans Goudey
2022-07-21Cleanup: Remove debug print in testHans Goudey
2022-07-20Curves: Port fillet node to the new data-blockHans Goudey
2022-07-15BLI_bitmap: ability to declare by-value, and function to find lowest unset bitAras Pranckevicius
2022-07-07BLI: make some spans default constructibleJacques Lucke
2022-07-02BLI: refactor length parameterizationJacques Lucke
2022-07-02BLI: improve span access to virtual arraysJacques Lucke
2022-06-29BLI: add Vector.append_and_get_index with rvalue parameterJacques Lucke
2022-06-23Cleanup: Clang tidyHans Goudey
2022-06-21Fix T99033: KDTree deduplication can erase valuesChris Blackbourn
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