Blender Git Commit Log
Git Commits -> Revision b130243
October 11, 2017, 18:28 (GMT) |
Fix several issues found while working on drag and drop linking. Append/link exec code was not handling correctly asset cases in 'single item' case. Also, first drag'n'drop code was slitghly too much simple, losing uuid's on the way, had to make things a bit more convoluted... |
Commit Details:
Full Hash: b13024327ac4387d1c4b812a3f35a1cf5b611fe6
Parent Commit: c6d11f8
Lines Changed: +120, -55
7 Modified Paths:
/source/blender/editors/include/UI_interface.h (+17, -3) (Diff)
/source/blender/editors/interface/interface.c (+23, -4) (Diff)
/source/blender/editors/space_file/file_draw.c (+26, -11) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+12, -4) (Diff)
/source/blender/windowmanager/intern/wm_dragdrop.c (+6, -7) (Diff)
/source/blender/windowmanager/intern/wm_files_link.c (+33, -22) (Diff)
/source/blender/windowmanager/WM_types.h (+3, -4) (Diff)
/source/blender/editors/interface/interface.c (+23, -4) (Diff)
/source/blender/editors/space_file/file_draw.c (+26, -11) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+12, -4) (Diff)
/source/blender/windowmanager/intern/wm_dragdrop.c (+6, -7) (Diff)
/source/blender/windowmanager/intern/wm_files_link.c (+33, -22) (Diff)
/source/blender/windowmanager/WM_types.h (+3, -4) (Diff)