Blender Git Loki
Git Commits -> Revision ab2a7aa
Revision ab2a7aa by Omar Emara (master) November 29, 2021, 10:34 (GMT) |
Fix T93438: Auto linking do not work for custom sockets Currently, custom sockets are no longer supported for automatic linking when dropping a node on a link. This is because SOCK_CUSTOM is given a negative priority and is ignored. To fix this, SOCK_CUSTOM is now given the lowest priority and the rest of the sockets got their priority incremented. Reviewed By: Jacques Lucke Differential Revision: https://developer.blender.org/D13403 |
Commit Details:
Full Hash: ab2a7aa0da81678b19e3362b93f89e8302da65d8
Parent Commit: cebe5f5
Lines Changed: +8, -7
1 Modified Path:
/source/blender/editors/space_node/node_relationships.cc (+8, -7) (Diff)