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-11-08BLI: new basic CacheMutexJacques Lucke
2022-10-03Cleanup: sort cmake file listsCampbell Barton
2022-10-03CMake: add missing headersCampbell Barton
2022-09-21Cleanup: remove vector adaptor data structureJacques Lucke
2022-09-20Geometry Nodes: improve evaluator with lazy threadingJacques Lucke
2022-09-18Build: fix gtest build flags affecting actual libraryBrecht Van Lommel
2022-09-13Geometry Nodes: Port the trim curve node to the new data-blockMattias Fredriksson
2022-09-13CMake: exclude BLI_args when building as a Python moduleCampbell Barton
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-07BLI: new C++ BitVector data structureJacques Lucke
2022-09-06BLI: Add new `blender::Pool` containerClément Foucault
2022-08-18CMake: support building with musl libclistout
2022-07-15BLI_bitmap: ability to declare by-value, and function to find lowest unset bitAras Pranckevicius
2022-06-21Fix T99033: KDTree deduplication can erase valuesChris Blackbourn
2022-05-06BLI: Add float3x3Omar Emara
2022-05-05Cleanup: sort cmake file listsCampbell Barton
2022-04-26Geometry Nodes: refactor array devirtualizationJacques Lucke
2022-04-21Commit D14179: Revamp Vertex Paint With C++Joseph Eagar
2022-04-15Fix: Apply tilt in curves data-block normals calculationHans Goudey
2022-03-30Curves: Add length cache, length paramerterize utilityHans Goudey
2022-03-25Cleanup: sort cmake file listsCampbell Barton
2022-03-22Fix build when using WITH_TBB=OFF after recent changesBrecht Van Lommel
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-02-23Curves: initial brush implementations for curves sculpt modeJacques Lucke
2022-02-23CMake: include missing filesCampbell 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: SPDX License migrationCampbell Barton
2022-01-28Cleanup: indentation for CMake filesCampbell Barton
2022-01-24Cleanup: sort cmake file listsCampbell Barton
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-07Remove dead numaapi code in blenlibSergey Sharybin
2022-01-06Cleanup: sort cmake file listsCampbell Barton
2021-12-21Fix T93960: Asset Catalogs I/O fails with unicode file paths on WindowsSybren A. Stüvel
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-10-28Fix install paths for blender thumbnailer when not building a portable installSebastian Parborg
2021-10-26BlenLib: Add JSON Serialization/Deserialization Abstraction Layer.Jeroen Bakker
2021-10-06Cleanup: move BLI_vfontdata.h to BKE_vfontdata.hCampbell Barton
2021-10-03Cleanup: move resource scope method definitions out of classJacques Lucke
2021-09-17Blenlib: introduce a UUID typeSybren A. Stüvel
2021-09-15Geometry Nodes: multi threaded field evaluationJacques Lucke
2021-09-10BLI: Add Cycles compatible Perlin noiseOmar Emara
2021-08-26Cleanup: soft CMake file listsCampbell Barton
2021-08-21Add support for Zstandard compression for .blend filesLukas Stockner
2021-08-21Refactor low-level blendfile reading into separate filesLukas Stockner