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-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
2021-12-27BLI: add utility to check if type is any specific typeJacques Lucke
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-21Fix T93960: Asset Catalogs I/O fails with unicode file paths on WindowsSybren A. Stüvel
2021-12-20BLI: fix Vector.prepend declarationJacques Lucke
2021-12-17Fix T94116: Drivers can have multiple variables with same nameSybren A. Stüvel
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-11-23Cleanup: Suppress clang-tidy warning.Jeroen Bakker
2021-11-19Merge branch 'blender-v3.0-release'Bastien Montagne
2021-11-19BLI_listbase: Add utils to search from string or index.Bastien Montagne
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-10-26Cleanup: clang-formatBrecht Van Lommel
2021-10-26BlenLib: Add JSON Serialization/Deserialization Abstraction Layer.Jeroen Bakker
2021-10-24Cleanup: cross-reference right pointing arrow literalCampbell Barton
2021-10-22Cleanup: spelling in comments, use C style commentsCampbell Barton