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-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
2021-12-07Cleanup: Use rcti marking dirty regions when texture painting.Jeroen Bakker
2021-12-02BLI: avoid invoking tbb for small workloadsJacques Lucke
2021-11-30Cleanup: capitalize NOTE tagCampbell Barton
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-27Merge branch 'blender-v3.0-release'Brecht Van Lommel
2021-11-27Fix build error with TBB 2021 and booleansBrecht Van Lommel
2021-11-26Cleanup: remove warningsJacques Lucke
2021-11-26Geometry Nodes: optimize Set Position nodeJacques Lucke
2021-11-26Geometry Nodes: deduplicate virtual array implementationsJacques Lucke
2021-11-25BLI: remove special cases for is_span and is_single methodsJacques Lucke
2021-11-24Fix T92962 Boolean output indices unstable.Howard Trickey
2021-11-24BLI: add slice method to index mask and generic spanJacques Lucke
2021-11-24Geometry Nodes: use simpler types when devirtualizing virtual arrayJacques Lucke
2021-11-23Cleanup: clang tidyJacques Lucke
2021-11-23Clean-up: Fix BLI_rect.h collision with windows.hRay Molenkamp
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-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-11-12Cleanup: Improve commentHans Goudey
2021-11-03Cleanup: Remove effect-less constJulian Eisel
2021-11-03Cleanup: Avoid redundant template parameter in BLI serializing APIJulian Eisel