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
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-10-01 12:42:00 +0300
committerJacques Lucke <jacques@blender.org>2021-10-01 12:42:00 +0300
commitaf0b7925db517ebe4637cca90f9dfa8056656b3e (patch)
tree0f24eeb60cea2767775ed0fea35c6342695cc325 /source/blender/blenloader/intern/readfile.c
parent7843cd63d8bbf15b1c6c2e68bee34546966d4a6b (diff)
Fix T87536: incorrect socket types in reroute nodes
This refactors and fixes the code that propagates socket types through reroute nodes. In my tests it is faster than the previous code. The difference becomes larger the more reroute nodes there are, because the old code had O(n^2) runtime, while the new code runs in linear time. Differential Revision: https://developer.blender.org/D12716
Diffstat (limited to 'source/blender/blenloader/intern/readfile.c')
0 files changed, 0 insertions, 0 deletions