Blender Git Loki
Git Commits -> Revision e699546
Revision e699546 by Jacques Lucke (master) November 3, 2020, 14:11 (GMT) |
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. |
Commit Details:
Full Hash: e699546bdeccd79d28d14a04cfdf1849ff6caed0
Parent Commit: 313086e
Lines Changed: +2, -2
1 Modified Path:
/source/blender/nodes/intern/node_socket.cc (+2, -2) (Diff)