Blender Git Loki
Git Commits -> Revision cd3d261
Revision cd3d261 by Nathan Craddock (soc-2020-outliner) July 4, 2020, 02:56 (GMT) |
Outliner modifier drop Initial implementation. Experimentation to see what types of data are needed. |
Commit Details:
Full Hash: cd3d261e3c86d75af93cdd66f30b620b2a5f7c5a
Parent Commit: abf079b
Lines Changed: +127, -4
6 Modified Paths:
/source/blender/editors/space_outliner/outliner_dragdrop.c (+110, -4) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_dragdrop.c (+11, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_dragdrop.c (+11, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+2, -0) (Diff)