From 35a5dee2ef7303124259e660f85c337289b78403 Mon Sep 17 00:00:00 2001 From: Nathan Craddock Date: Thu, 8 Aug 2019 13:40:00 -0600 Subject: Eyedropper: Support datadropper in the outliner Adds support for using the eyedropper in the outliner in addition to the 3D view. --- source/blender/editors/include/ED_outliner.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/include/ED_outliner.h') diff --git a/source/blender/editors/include/ED_outliner.h b/source/blender/editors/include/ED_outliner.h index a28b1b8483a..30e2624604c 100644 --- a/source/blender/editors/include/ED_outliner.h +++ b/source/blender/editors/include/ED_outliner.h @@ -30,6 +30,8 @@ bool ED_outliner_collections_editor_poll(struct bContext *C); void ED_outliner_selected_objects_get(const struct bContext *C, struct ListBase *objects); +Base *ED_outliner_give_base_under_cursor(struct bContext *C, const int mval[2]); + void ED_outliner_select_sync_from_object_tag(struct bContext *C); void ED_outliner_select_sync_from_edit_bone_tag(struct bContext *C); void ED_outliner_select_sync_from_pose_bone_tag(struct bContext *C); -- cgit v1.2.3