Blender Git Commit Log

Git Commits -> Revision e8027ec

Revision e8027ec by Germano Cavalcante (master)
October 25, 2021, 14:57 (GMT)
UI Drag Drop: allow customizable drawing

No functional changes.

This commit adds 3 callbacks for `wmDropBox` which allow custom drawing
without affecting the internal dropbox API.

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

Commit Details:

Full Hash: e8027ec2a0cac4b0e92d51a64ccc40fd3f190a20
Parent Commit: 2a7b9f2
Lines Changed: +188, -135

10 Modified Paths:

/source/blender/editors/include/ED_object.h (+1, -1) (Diff)
/source/blender/editors/interface/interface_dropboxes.cc (+2, -3) (Diff)
/source/blender/editors/object/object_relations.c (+2, -2) (Diff)
/source/blender/editors/space_outliner/outliner_dragdrop.c (+5, -3) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+8, -3) (Diff)
/source/blender/windowmanager/intern/wm_dragdrop.c (+145, -117) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+2, -2) (Diff)
/source/blender/windowmanager/WM_api.h (+4, -0) (Diff)
/source/blender/windowmanager/wm_event_system.h (+1, -1) (Diff)
/source/blender/windowmanager/WM_types.h (+18, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021