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-08-26Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-26Fix T55284: error in Hybrid MultiFractal Musgrave textureLuis Pereira
2022-08-26Cleanup: reduce variable scopeCampbell Barton
2022-08-25Cleanup: rename mat3_to_quat_is_ok to mat3_to_quat_legacyCampbell Barton
2022-08-25BLI_math: ensure non-negative matrices for mat3_to_quat calculationsCampbell Barton
2022-08-25Cleanup: remove outdated, unhelpful commentsCampbell Barton
2022-08-24BLI_math: assert mat3_normalized_to_quat doesn't use a negative matrixCampbell Barton
2022-08-24Cleanup: use determinant_m3(m) < 0 to implement is_negative_m3/m4Campbell Barton
2022-08-23Cleanup: simplify partition functionsCampbell Barton
2022-08-22Cleanup: match names between functions & declarationsCampbell Barton
2022-08-18CMake: support building with musl libclistout
2022-08-17Cleanup: strip blank lines around comment blocksCampbell Barton
2022-08-15Cleanup: simplify sin_cos_from_fractionChris Blackbourn
2022-08-12Cleanup: repeated words in commentsCampbell Barton
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-07-30UI: UI_MENU_ARROW_SEP Unicode CharacterHarley Acheson
2022-07-28BLI_math: improve symmetrical values from sin_cos_from_fractionCampbell Barton
2022-07-28BLI_math: improve symmetrical values from sin_cos_from_fractionCampbell Barton
2022-07-26Cleanup: spelling in commentsCampbell Barton
2022-07-23Fix an assert trip in boolean tickled by D11272 example.Howard Trickey
2022-07-22Fix T87779: Asymmetric vertex positions in circles primitivesCampbell Barton
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: 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-07BLI: make some spans default constructibleJacques Lucke
2022-07-04BLI: Use simpler sliced generic virtual arrays when possibleHans 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-29Cleanup: Fix mul_v2_v2_ccw for repeated arguments (no functional changes)Chris Blackbourn
2022-06-27BLI: Math: Add ceil_to_multiple_u()Clément Foucault
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-21Fix T99033: KDTree deduplication can erase valuesChris Blackbourn
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-07Cleanup: spelling in comments, additional white spaceCampbell Barton