Blender Git Commit Log

Git Commits -> Revision fd3f75a

Revision fd3f75a by Bastien Montagne (master)
May 23, 2019, 14:37 (GMT)
Fix several issues with recent node selection changes.

Root of the issue (beside lack of control over operators evaluation in
keymaps, since tools always get tried first), is that wurrent WM code
only allows one modal op to start from a single event (returning
`PASSTHROUGH` in that case is useless, WM code still considers event as
consumed and does not try any further handling of it).

Solution is then to change trigger events of resize/link operators from
`LEFTMOUSE` to `EVT_TWEAK_L`, which makes more sense anyway, imho, for
drag operations...

Fix T64693: Can't resize selected node.
Fix T64933: "Dots" in node editor can no longer be selected by just clicking on them.
Fix T64660: no access to node connectors when a node is inside a layout frame.

Commit Details:

Full Hash: fd3f75a02cf9c40c7ba0d15f2c55188b18662a93
Parent Commit: 5c0e282
Lines Changed: +3, -3

1 Modified Path:

/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+3, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021