Blender Git Commit Log

Git Commits -> Revision c2b0c64

Revision c2b0c64 by Hans Goudey (master)
July 21, 2020, 14:12 (GMT)
UI: Add an outer boundary for edge panning, use in outliner

Currently if you drag and drop an item from the outliner elsewhere in
the Blender window, the outliner will scroll the entire time, even if the
mouse is far away. This commit adds optional behavior for the edge pan
operator that makes it only act if the mouse is close enough to the region.

Differential Revision: https://developer.blender.org/D8193

Commit Details:

Full Hash: c2b0c64843084b6e4189d289fd2d201257fd9448
Parent Commit: 696c23f
Lines Changed: +54, -14

4 Modified Paths:

/source/blender/blenlib/BLI_rect.h (+1, -0) (Diff)
/source/blender/blenlib/intern/rct.c (+8, -0) (Diff)
/source/blender/editors/interface/view2d_ops.c (+31, -12) (Diff)
/source/blender/editors/space_outliner/outliner_dragdrop.c (+14, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021