From 25e5ec245c17c95480acbc231600d581a53702c0 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 31 May 2018 14:34:16 +0200 Subject: Support Move / Link to collection in the outliner as well --- 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 bb4730fab52..c1b3c3e9e1c 100644 --- a/source/blender/editors/include/ED_outliner.h +++ b/source/blender/editors/include/ED_outliner.h @@ -32,4 +32,6 @@ struct ListBase; int ED_outliner_collections_editor_poll(struct bContext *C); +void ED_outliner_selected_objects_get(const struct bContext *C, struct ListBase *objects); + #endif /* __ED_OUTLINER_H__ */ -- cgit v1.2.3