Blender Git Loki
Git Commits -> Revision 4d8c49b
Revision 4d8c49b by Lukas Toenne (master) April 29, 2014, 09:28 (GMT) |
Reimplemented the earlier feature of swapping existing links to neighboring sockets when connecting to an occupied input. This now works based on socket names rather than types, which helps to avoid unwanted connections to arbitrary sockets. Sockets are considered swappable when their names match, based on an alphabetic prefix followed by non-alphabetic suffix. For example: Image - Image : matches Color1 - Color2 : matches (used e.g. in cycles mix nodes) Roughness - Rotation : does not match (suffix is still alphabetic) |
Commit Details:
Full Hash: 4d8c49bfd0d1e2b8d365493e9a73f9aba2da5861
Parent Commit: 55c720f
Lines Changed: +206, -101
1 Modified Path:
/source/blender/editors/space_node/node_relationships.c (+206, -101) (Diff)