Blender Git Commit Log
Git Commits -> Revision 085c94e
Revision 085c94e by Lukas Toenne (master) March 8, 2012, 12:04 (GMT) |
Modified behaviour of the link-insertion operator (drag on link, request by Sebastian Koenig). This would previously attempt to find a socket with exactly matching type to the from/to sockets of the cut link, but this is annoying because it often links to the "secondary" sockets, such as Factor input in the Mix node. New behaviour is to choose the input/output for reconnection based on the "highest" (= most important) socket types (in order color, vector, value), like the autoconnect operator (FKEY) also does. It is far from ideal and will probably not work in all situations either, but until we have a detailed design for "best sockets to auto-link" this will have to do. |
Commit Details:
Full Hash: 085c94e09dd6e3e9fa9988ce320f0b5e5986eab4
SVN Revision: 44740
Parent Commit: c6d80d1
Lines Changed: +23, -22
1 Modified Path:
/source/blender/editors/space_node/node_edit.c (+23, -22) (Diff)