Blender Git Commit Log
Git Commits -> Revision 1fa7307
August 9, 2021, 06:18 (GMT) |
Fix T88807: crash when there are multiple links between the same sockets This commit does two things: * Disallows creating more than one link from one socket to a multi socket input. * Properly count links if there happen to be more than one link between the same sockets. The new link counting should also be more efficient asymptotically. Differential Revision: https://developer.blender.org/D11570 |
Commit Details:
Full Hash: 1fa73076ca26df2a0b5e6aca7816263d68f837a3
Parent Commit: 4e14fe1
Committed By: Jeroen Bakker
Lines Changed: +27, -18