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
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
2021-11-02Fix T77681, T92634: noise texture artifacts with high detailBrecht Van Lommel
2021-11-02Fix T92736: Hole in mesh after Set PositionCharlie Jolly
2021-11-02BLI: avoid passing nullptr to strncmpJacques Lucke
2021-11-01Fix crash when "HOME" environment variable isn't definedCampbell Barton
2021-11-01BLI_path_util: assert to ensure BLI_join_dirfile is used correctlyCampbell Barton
2021-10-28Fix install paths for blender thumbnailer when not building a portable installSebastian Parborg
2021-10-27Cleanup: clang-format, clang-tidy, spellingCampbell Barton
2021-10-26Cleanup: clang-formatBrecht Van Lommel
2021-10-26Cleanup: spelling in commentsCampbell Barton
2021-10-26BlenLib: Add JSON Serialization/Deserialization Abstraction Layer.Jeroen Bakker
2021-10-26Geometry Nodes: Optimise Voronoi texture nodeCharlie Jolly
2021-10-24Cleanup: cross-reference right pointing arrow literalCampbell Barton
2021-10-24Cleanup: spelling in commentsCampbell Barton
2021-10-22Cleanup: spelling in comments, use C style commentsCampbell Barton
2021-10-21Docs: note why BLI_string_join_arrayN needs to nil terminateCampbell Barton
2021-10-20Fix missing null-terminator in BLI_string_join_arrayNKévin Dietrich
2021-10-20Split and extend unit tests for vec_roll_to_mat3_normalized.Alexander Gavrilov
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-20Cleanup: spelling in commentsCampbell Barton
2021-10-19Geometry Nodes: Add Wave texture nodeCharlie Jolly
2021-10-19Cleanup: use 'e' prefix for enum typesCampbell Barton
2021-10-19BLI: Support removing keys from a set during iterationHans Goudey
2021-10-19Fix: Build error with MSVCRay Molenkamp
2021-10-18Geometry Nodes: Add shader Musgrave texture nodeCharlie Jolly
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-10-16Remove math for 2D affine transformRichard Antalik
2021-10-15Geometry Nodes: Add Voronoi TextureCharlie Jolly