Blender Git Commit Log

Git Commits -> Revision a20e703

Revision a20e703 by Omar Emara (master)
November 19, 2021, 13:55 (GMT)
Fix T93184: Link color not used for custom sockets

D13044 allowed the link color overlay to be used with custom sockets.
This no longer works due to a condition that checks if the socket is
standard or not, which was in place to avoid bad indexing of the
std_node_socket_colors array. Since that array is no longer used, this
condition needs to be removed.

Differential Revision: https://developer.blender.org/D13274

Reviewed By: Hans Goudey

Commit Details:

Full Hash: a20e703d1a5cc0d3e4294825e31609d9b92da06d
Parent Commit: fa6a913
Lines Changed: +1, -3

1 Modified Path:

/source/blender/editors/space_node/drawnode.cc (+1, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021