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-27Fix: add missing returnJacques Lucke
2022-07-26BLI: add use_threading parameter to parallel_invokeIliay Katueshenock
2022-07-26Cleanup: spelling in commentsCampbell Barton
2022-07-23Fix an assert trip in boolean tickled by D11272 example.Howard Trickey
2022-07-22Geometry Nodes: Port sample curves node to new data-blockHans Goudey
2022-07-22Curves: support sculpting on deformed curvesJacques Lucke
2022-07-22Fix T87779: Asymmetric vertex positions in circles primitivesCampbell Barton
2022-07-21Fix build error in tests binary after previous commitHans Goudey
2022-07-21Cleanup: Rename length parameterization interpolation functionHans Goudey
2022-07-21Cleanup: Remove debug print in testHans Goudey
2022-07-21Geometry Nodes: add debug check for whether AttributeWriter.finish is calledJacques Lucke
2022-07-20Curves: Port fillet node to the new data-blockHans Goudey
2022-07-16Fix T99744: NULL pointer free with corrupt zSTD readingCampbell Barton
2022-07-15BLI_bitmap: fix _BITMAP_NUM_BLOCKS to not over-count by one blockAras Pranckevicius
2022-07-15BLI_bitmap: ability to declare by-value, and function to find lowest unset bitAras Pranckevicius
2022-07-14BLI: fix finding indices from virtual arrayJacques Lucke
2022-07-14Fix T99684: Upgrade Averages Island Scale with options Scale UV and ShearChris Blackbourn
2022-07-12Fix: set dangling pointer to nullJacques Lucke
2022-07-12Fix: Incorrect coordinates used in BLI_rct*_isect_segment functionsSiddhartha Jejurkar
2022-07-11Revert "Fix an assert trip in boolean tickled by D11272 example."Howard Trickey
2022-07-10Fix an assert trip in boolean tickled by D11272 example.Howard Trickey
2022-07-08Fix bug in recently added MutableVArraySpan move constructorBrecht Van Lommel
2022-07-07Cleanup: improve asserts in generic spanJacques Lucke
2022-07-07BLI: make some spans default constructibleJacques Lucke
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