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-10Cleanup: move public doc-strings into headers for 'nodes'Campbell Barton
2021-12-02Fix T93555: crash when muting nodes with multiple internal linksJacques Lucke
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-19Fix T93054: crash when deleting a missed linked fileJacques Lucke
2021-11-03Fix: muted nodes not handled correctlyJacques Lucke
2021-11-03Fix T91862: do type conversion when data enters or exists node groupJacques Lucke
2021-07-21Fix T89881: ignore unavailable sockets when searching for link cyclesJacques Lucke
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-11Nodes: add utilities to check if there are undefined nodes/socketsJacques Lucke
2021-04-01Geometry Nodes: add socket value logging capabilityJacques Lucke
2021-03-20Cleanup: quiet warningJacques 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-07Cleanup: fix compiler warningJacques Lucke
2021-03-06Nodes: refactor derived node treeJacques Lucke
2021-03-04Nodes: improve NodeTreeRefJacques Lucke
2021-03-04Fix T86204: support multiple group inputs in node groupJacques 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-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-17Nodes: move some code from blenkernel directory to nodesJacques Lucke