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-01-13Build: remove usage of link_directoriesBrecht Van Lommel
2022-01-12BLI_math: Fix building when WITH_GMP is offClément Foucault
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-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-11Explicit Color OCIO role comment fix.Evan Wilson
2022-01-10Fix compile error with msvcJacques Lucke
2022-01-10Cleanup: add utility macro to simplify using std::enable_ifJacques Lucke
2022-01-07Remove dead numaapi code in blenlibSergey Sharybin
2022-01-07Fix BKE_image_ensure_tile_token being called with a full pathCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: move public doc-strings into headersCampbell Barton
2022-01-06Cleanup: sort cmake file listsCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-06Cleanup: Spelling/grammar in commentsHans Goudey
2022-01-04Fix soft light blend mode mathRichard Antalik
2022-01-04Fix out of range color in blend modesRichard Antalik
2022-01-04BLI: Add slice method to MutableSpanHans Goudey
2022-01-03Cleanup: Renamed to_object_value to to_dictionary_value.Jeroen Bakker
2022-01-03Cleanup: rename ValueType.Object to ValueType.Dictionary.Jeroen Bakker
2022-01-03Cleanup: Rename ObjectValue to DictionaryValue (Serialization).Jeroen Bakker
2022-01-03UDIM: Support virtual filenamesJesse Yurkovich
2021-12-30Cleanup: clang-tidy modernize-redundant-void-argAaron Carlisle
2021-12-29Geometry Nodes: Accumulate Fields NodeJohnny Matthews
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-22Mesh: Parallelize bounding box calculation (WIP)Hans Goudey
2021-12-22Fix: Build issue on 32 bit archsRay Molenkamp
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-20Docs: use doxygen formatting for BLICampbell Barton
2021-12-17Fix T94116: Drivers can have multiple variables with same nameSybren A. Stüvel
2021-12-17Allocator: simplify using guarded allocator in C++ codeJacques Lucke
2021-12-16Docs: add doc-strings for BLI_path functionsCampbell Barton
2021-12-16Fix compile error on Windows.Thomas Dinges
2021-12-16WM: various changes to file writing behaviorCampbell Barton
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-13UI: String Search: Add an optional weight parameterHans Goudey
2021-12-13Cleanup: spelling in commentsCampbell Barton
2021-12-11macOS: add tilde-based path expanderAnkit Meel
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-12-10Cleanup: spelling in commentsCampbell Barton
2021-12-09Cleanup: spelling in commentsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-12-09Fix T93858: Zstd-compressed .blend files from external tools aren't recognizedLukas Stockner
2021-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle