= Add visual warning for links between incompatible node sockets
== Motivation
Currently, if a node link is between two sockets that are not compatible with each other, the link has no effect without making the user aware of it.
== Proposal
Draw node links between incompatible sockets red. Additionally, a warning could appear after connecting the node.
{F217395}
----
Basic implementation for the red colored node links: P244