Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Craddock <nzcraddock@gmail.com>2019-08-08 22:40:00 +0300
committerNathan Craddock <nzcraddock@gmail.com>2019-08-16 21:30:53 +0300
commit35a5dee2ef7303124259e660f85c337289b78403 (patch)
tree1d1abb1584f8ad389b4799e871e37a6be9ea4402 /source/blender/editors/include/ED_outliner.h
parent0a903e7ab101a27b4bba47dd12005311147e7b1a (diff)
Eyedropper: Support datadropper in the outliner
Adds support for using the eyedropper in the outliner in addition to the 3D view.
Diffstat (limited to 'source/blender/editors/include/ED_outliner.h')
-rw-r--r--source/blender/editors/include/ED_outliner.h2
1 files changed, 2 insertions, 0 deletions
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);