Blender Git Commit Log
Git Commits -> Revision 0b295e8
Revision 0b295e8 by Lukas Toenne (node-scrolling-improvements) June 29, 2021, 11:38 (GMT) |
Improvements to edge panning in the node editor. - New operator property to toggle edge panning in the keymap. This is disabled by default to avoid edge-panning in cases where it gets distracting, such as adding a new node. Only the explicit translate operator(s) (GKEY or drag) have this enabled now. - Restore the initial view rect on edge pan cancel. The initial view rect is now stored in the edge pan operator data. When an operator with edge panning is cancelled it can now call the UI_view2d_edge_pan_cancel function to restore the original View2D rect. Differential Revision: https://developer.blender.org/D11736 |
Commit Details:
Full Hash: 0b295e886e73c4aaee88e746b0b59b35ac88b38c
Parent Commit: 53d1c5a
Lines Changed: +46, -16