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-07-23Fix T99905: wrong toposort when the node tree is cyclicJacques Lucke
2022-04-18Nodes: Remove unnecessary RNA pointer creationHans Goudey
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-24Fix T94162: incorrect handling when there are multiple group outputsJacques Lucke
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
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-10-27Fix T92328: crash during field inferencing when there is a link cycleJacques Lucke
2021-10-21Nodes: add utility to find NodeRef for nodeJacques Lucke
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-23Geometry Nodes: Initial socket visualization for fields.Jacques Lucke
2021-07-21Fix T89881: ignore unavailable sockets when searching for link cyclesJacques Lucke
2021-07-14Fix T89851: Geometry nodes: wrongly detected "Node group has unidentifiedPhilipp Oeser
2021-06-24Fix T89390: crash when join geometry node has only muted inputsJacques Lucke
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell 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-26Fix T88588: crash when muting node with multi input socketJacques Lucke
2021-05-13Nodes: ignore unavailable sockets in logically linked sockets iteratorJacques Lucke
2021-04-21Fix T87659: crash when creating reroute loop in geometry nodesJacques Lucke
2021-04-01Geometry Nodes: add socket value logging capabilityJacques Lucke
2021-03-23Cleanup: use BLI_assert_unreachable in some placesJacques Lucke
2021-03-19Nodes: make distinction between directly and logically linked sockets more clearJacques Lucke
2021-03-17Nodes: make derived link data more obvious in NodeTreeRefJacques Lucke
2021-03-17Nodes: Add support to mute node wiresCharlie Jolly
2021-03-11Geometry Nodes: improve handling when the same socket is connected twiceJacques Lucke
2021-03-10Nodes: Sortable Multi Input SocketsFabian Schempp
2021-03-07Cleanup: compiler warningsJacques Lucke
2021-03-04Nodes: improve NodeTreeRefJacques Lucke
2021-03-03Nodes: store references to bNodeLinks in NodeTreeRefJacques Lucke
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-08-07Cleanup: use C++ style casts in various placesJacques Lucke
2020-07-24BLI: add MultiValueMapJacques Lucke
2020-07-17Nodes: move some code from blenkernel directory to nodesJacques Lucke