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>2020-11-03 17:09:14 +0300
committerJacques Lucke <jacques@blender.org>2020-11-03 17:11:40 +0300
commite699546bdeccd79d28d14a04cfdf1849ff6caed0 (patch)
tree507596d50ee9dd82bcdcad02952316ff9ae7a841 /source/blender/editors/gpencil
parent313086e2129721135e4eec1ce08fd9d12e197efd (diff)
Fix T81756: relinking multiple links to group input removes links
The links where added to the socket one after the other. However, the virtual socket had a link limit of 1, so whenever a new link was added, the previously added one was removed. There is not really a reason for why the link limit should be 1 instead of something higher. I'm setting it to the max value: `0xFFF`. I'm also setting the `input_link_limit` to that value. Blender does not need this currently, but addons might have input sockets that allow more than one incident link.
Diffstat (limited to 'source/blender/editors/gpencil')
0 files changed, 0 insertions, 0 deletions