Blender Git Loki
Git Commits -> Revision 59b7f3a
Revision 59b7f3a by Bastien Montagne (master) May 16, 2019, 09:13 (GMT) |
Fix T64660: no access to node connectors when a node is inside a layout frame. Note that the same issue actually showed without a frame node, when trying to click-drag on a socket on its 'inside node' part, you would get same behavior. Only solution I can see here is to prevent Node selection to go on when user clicks on one of its sockets, there is no way afaik to make drag-from-socket to start if we keep select-node operator running modal, since both operators (NODE_OT_select and NODE_OT_link) use the same shortcut, if select (which is checked first, being a Tool) returns modal, then event is considered handled it seems, even though Passthrough is also returned... |
Commit Details:
Full Hash: 59b7f3a16463f2286a8349028f15e7e7a3be06dc
Parent Commit: b05038f
Lines Changed: +11, -1
1 Modified Path:
/source/blender/editors/space_node/node_select.c (+11, -1) (Diff)