Files
test2/source/blender/blenkernel/intern
Charlie Jolly 266cd7bb82 Nodes: Add support to mute node wires
This patch adds the ability to mute individual wires in the node editor.
This is invoked like the cut links operator but with a new shortcut.

Mute = Ctrl + Alt
Cut = Ctrl

Dragging over wires will toggle the mute state for that wire.
The muted wires are drawn in red with a bar across the center.
Red is used in the nodes context to indicate invalid links, muted links and internal links.

When a wire is muted it exposes the original node buttons which are normally hidden when a wire is connected.

Downstream and upstream links connected using reroute nodes are also muted.

Outside scope of patch:
- Add support for pynodes e.g. Animation Nodes
- Requires minor change to check for muted links using the `is_muted` link property or the `is_linked` socket property.

Maniphest Tasks: T52659

Differential Revision: https://developer.blender.org/D2807
2021-03-17 11:54:16 +00:00
..
2021-03-06 16:54:09 +01:00
2021-02-15 15:30:17 +01:00
2020-11-06 12:32:54 +11:00
2020-11-06 12:32:54 +11:00
2020-10-14 15:12:40 +11:00
2021-02-05 19:08:14 -08:00
2021-02-20 15:38:14 +11:00
2021-03-16 19:59:09 +01:00
2020-09-09 16:36:57 +02:00
2020-12-16 21:03:42 -07:00
2021-03-05 14:44:28 +11:00
2020-11-20 11:39:22 +11:00
2021-02-13 17:44:51 +11:00
2021-02-24 15:53:03 +11:00
2021-02-17 14:50:08 +11:00
2021-01-13 13:21:29 +11:00
2021-03-17 11:54:16 +00:00
2020-08-08 13:38:00 +10:00
2021-03-15 10:00:02 +01:00
2020-10-22 17:08:37 -04:00
2021-03-07 17:03:20 +01:00
2021-03-04 16:58:03 +11:00
2020-10-11 13:00:49 -04:00
2021-02-13 17:40:03 +11:00
2021-02-13 15:23:49 -08:00