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-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'functions'Campbell Barton
2021-11-26Geometry Nodes: refactor multi-threading in field evaluationJacques Lucke
2021-11-21Functions: use static names for multi-functionsJacques Lucke
2021-11-17Cleanup: remove dummy multi functionJacques Lucke
2021-09-14Functions: support optional outputs in multi-functionJacques Lucke
2021-03-25BLI: simplify using DefaultHashJacques Lucke
2021-03-22Functions: make multi functions smaller and cheaper to construct in many casesJacques Lucke
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-21Particles: initial object socket and emitter node supportJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-12Functions: minor improvementsJacques Lucke
2020-07-08Functions: allow multi-functions to override a hash and equals functionJacques Lucke
2020-07-03Cleanup: use nested namespacesJacques Lucke
2020-07-03Cleanup: use trailing underscore for non-public data membersJacques Lucke
2020-06-30Functions: provide dummy multi functionJacques Lucke
2020-06-16Functions: Multi FunctionJacques Lucke