Blender Git Commit Log

Git Commits -> Revision e4ac8ab

Revision e4ac8ab by Campbell Barton (master)
May 28, 2019, 14:52 (GMT)
WM: support X/Y axis cursor wrapping

Operator flags to wrap on a single axis.

D4865 by @Gvgeo with updates.

Resolves T64585

Commit Details:

Full Hash: e4ac8ab212769b569334d0cd15d4bf04f42cbc89
Parent Commit: a7ebb4b
Lines Changed: +149, -81

33 Modified Paths:

/intern/ghost/GHOST_C-api.h (+1, -0) (Diff)
/intern/ghost/GHOST_IWindow.h (+1, -0) (Diff)
/intern/ghost/GHOST_Rect.h (+21, -10) (Diff)
/intern/ghost/GHOST_Types.h (+7, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+2, -1) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+3, -1) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.cpp (+3, -3) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+3, -4) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+4, -3) (Diff)
/intern/ghost/intern/GHOST_Window.cpp (+4, -1) (Diff)
/intern/ghost/intern/GHOST_Window.h (+10, -0) (Diff)
/source/blender/editors/animation/anim_markers.c (+1, -1) (Diff)
/source/blender/editors/animation/anim_ops.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_handlers.c (+1, -1) (Diff)
/source/blender/editors/interface/view2d_ops.c (+2, -2) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_inset.c (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+2, -2) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+1, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops_plane.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+1, -1) (Diff)
/source/blender/editors/space_image/image_ops.c (+2, -2) (Diff)
/source/blender/editors/space_node/node_view.c (+1, -1) (Diff)
/source/blender/editors/space_text/text_ops.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+4, -4) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+3, -1) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_cursors.c (+14, -4) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+19, -20) (Diff)
/source/blender/windowmanager/intern/wm_operator_type.c (+12, -3) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -1) (Diff)
/source/blender/windowmanager/WM_types.h (+19, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021