Blender Git Commit Log
Git Commits -> Revision f849df7
Revision f849df7 by Jacques Lucke (lineart-shadow) December 8, 2021, 06:53 (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: f849df78c7ee33ebd99b353efd4273753265d28f
Parent Commit: dbc1521
Committed By: YimingWu
Lines Changed: +0, -2