From 09cd651bb7e59044cbcd0664e8b1064cb37734ed Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Tue, 16 Oct 2018 11:17:32 +0200 Subject: View 3D: fix image dropping in 3d view Reviewers: brecht Differential Revision: https://developer.blender.org/D3798 --- source/blender/editors/include/ED_view3d.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/include/ED_view3d.h') diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h index 88e914288d5..0b87a5e57f0 100644 --- a/source/blender/editors/include/ED_view3d.h +++ b/source/blender/editors/include/ED_view3d.h @@ -470,6 +470,7 @@ struct ImBuf *ED_view3d_draw_offscreen_imbuf_simple( struct Base *ED_view3d_give_base_under_cursor(struct bContext *C, const int mval[2]); struct Object *ED_view3d_give_object_under_cursor(struct bContext *C, const int mval[2]); +bool ED_view3d_there_is_an_object_under_cursor(struct bContext *C, const int mval[2]); void ED_view3d_quadview_update(struct ScrArea *sa, struct ARegion *ar, bool do_clip); void ED_view3d_update_viewmat( struct Depsgraph *depsgraph, struct Scene *scene, struct View3D *v3d, struct ARegion *ar, -- cgit v1.2.3