Blender Git Loki
Git Commits -> Revision 198e571
Revision 198e571 by Jacques Lucke (master) December 2, 2021, 08:41 (GMT) |
Fix T93555: crash when muting nodes with multiple internal links The crash happened because I was incorrectly and inconsistently assuming that a socket is part of at most one internal link. However, this is not the case. In geometry nodes, an input socket can be internally linked to multiple output sockets. In the general case, an output could also be linked to multiple input sockets, even though we don't have that in Blender yet. |
Commit Details:
Full Hash: 198e571e87eaefb7b7a89afcf5d44cfd24da7b2f
Parent Commit: f1b0b0f
Lines Changed: +0, -2