Blender Git Loki
Git Commits -> Revision cb9a24a
Revision cb9a24a by Jacques Lucke (soc-2021-curves) June 21, 2021, 14:31 (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: cb9a24a2165e12000f52f5c948d577d1f7e19519
Parent Commit: 74292e2
Committed By: Dilith Jayakody
Lines Changed: +27, -18