Blender Git Commit Log
Git Commits -> Revision 68e3755
Revision 68e3755 by Jacques Lucke (master) December 2, 2021, 10:10 (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. Dalai gave green light to cherry pick this fix for 3.0. |
Commit Details:
Full Hash: 68e37552099231ff2b1beb6c7135dfa7fcc418e9
Parent Commit: 594656e
Lines Changed: +0, -2