Blender Git Loki
Git Commits -> Revision f1118ee
Revision f1118ee by Omar Emara (master) November 29, 2021, 11:01 (GMT) |
Nodes: Support internal links for custom sockets Currently, nodes with custom sockets do not get their internal links populated. So operators like Delete And Reconnect don't work with such nodes. This patch put custom sockets into consideration when computing priorities for internal links such that sockets of the same idname get connected. Additionally, the patch cleanup the function in the process to avoid redundant code repetition. Reviewed By: Jacques Lucke Differential Revision: https://developer.blender.org/D13386 |
Commit Details:
Full Hash: f1118ee51ea02c3c4ca6f088e81dc6dbba1ba7fe
Parent Commit: ab2a7aa
Lines Changed: +20, -81
1 Modified Path:
/source/blender/nodes/intern/node_util.c (+20, -81) (Diff)