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-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for 'nodes'Campbell Barton
2021-11-03Fix T91862: do type conversion when data enters or exists node groupJacques Lucke
2021-10-05Cleanup: use doxygen sectionsCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-11Nodes: cache socket identifier to index mappingJacques Lucke
2021-06-11Nodes: add utilities to check if there are undefined nodes/socketsJacques Lucke
2021-05-13Nodes: add utility method to get input/output of a DNodeJacques Lucke
2021-04-01Geometry Nodes: add socket value logging capabilityJacques Lucke
2021-03-25BLI: simplify using DefaultHashJacques Lucke
2021-03-20Nodes: implement dot graph exporter for derived node treeJacques Lucke
2021-03-19Nodes: make distinction between directly and logically linked sockets more clearJacques Lucke
2021-03-09Fix: only follow first input of multi-input-socket when mutedJacques Lucke
2021-03-06Cleanup: use class instead of struct in forward declarationJacques Lucke
2021-03-06Nodes: refactor derived node treeJacques Lucke
2021-03-04Nodes: improve NodeTreeRefJacques Lucke
2021-02-03Geometry Nodes: Multi-Input SocketsFabian Schempp
2020-12-02Geometry Nodes: support muted nodesJacques Lucke
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-08-07Cleanup: use C++ style casts in various placesJacques Lucke
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-05Cleanup: remove some private fields that are currently unusedJacques Lucke
2020-07-24BLI: add MultiValueMapJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-17BLI: add StringRefNull.c_str() methodJacques Lucke
2020-07-17Nodes: move some code from blenkernel directory to nodesJacques Lucke