Blender Git Loki
Git Commits -> Revision be46799
Revision be46799 by Jacques Lucke (override-recursive-resync) June 14, 2021, 14:34 (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: be4679918e421b735912e2561125ea58bca2d052
Parent Commit: 2bd3c10
Committed By: Bastien Montagne
Lines Changed: +27, -18