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-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-23Cleanup: use lowercase function calls & macros in for CMakeCampbell Barton
2022-09-23Cleanup: spelling in commentsCampbell Barton
2022-09-21Refactor: Move file browser filelist.c to C++Julian Eisel
2022-09-21Cleanup: remove vector adaptor data structureJacques Lucke
2022-09-21Cleanup: spelling in commentsCampbell Barton
2022-09-20Move workspace.c to C++Jacques Lucke
2022-09-20Geometry Nodes: improve evaluator with lazy threadingJacques Lucke
2022-09-20Cleanup: quite compiler warningJacques Lucke
2022-09-19Cleanup: spellingCampbell Barton
2022-09-19Cleanup: Fix grammar in IndexRange headerHans Goudey
2022-09-18Build: fix gtest build flags affecting actual libraryBrecht Van Lommel
2022-09-18BLI: Add generic utlity for gathering values with indicesMattias Fredriksson
2022-09-17IndexRange: Add new `intersect` methodClément Foucault
2022-09-17Cleanup: spelling, punctuation & repeated words in commentsCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-15Cleanup: quiet sign-conversion warning in OFFSETOF_STRUCT_AFTERCampbell Barton
2022-09-15Cleanup: spelling in comments, comment blocksCampbell Barton
2022-09-14Cleanup: Add missing licence headersHans Goudey
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-12BLI: Add utility functions to generic spansHans Goudey
2022-09-12Tests: add tests for leading (relative) slashes for BLI_path_joinCampbell Barton
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-09-09Cleanup: remove BLI_make_file_stringCampbell Barton
2022-09-09Realtime Compositor: Implement pixelate nodeOmar Emara
2022-09-09Cleanup: remove paranoid NULL checksCampbell Barton
2022-09-09License headers: use SPDX identifiersCampbell Barton
2022-09-09Cleanup: spelling in commentsCampbell Barton
2022-09-08Fix: Integer type in linear probing strategyHans Goudey
2022-09-07BLI: new C++ BitVector data structureJacques Lucke
2022-09-07Cleanup: spelling in comments, correct doxy slashes, replace '/w'Campbell Barton
2022-09-06BLI: Add new `blender::Pool` containerClément Foucault
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-31Cleanup: reduce scope, quiet unused variable warningsCampbell Barton
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-30Cleanup: formatCampbell Barton
2022-08-28Cleanup: Slightly improve virtual array implementation consistencyHans Goudey
2022-08-28Curves: Avoid creating types array when unnecessaryHans Goudey
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton
2022-08-27Cleanup: rename filename to filepath when used for full pathsCampbell Barton
2022-08-26Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-26Fix T55284: error in Hybrid MultiFractal Musgrave textureLuis Pereira
2022-08-26Cleanup: reduce variable scopeCampbell Barton