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:
authorDalai Felinto <dfelinto@gmail.com>2018-05-31 15:34:16 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-05-31 15:52:05 +0300
commit25e5ec245c17c95480acbc231600d581a53702c0 (patch)
tree964eb5ded781bf00f6799a83ab05b2d9bf202b25 /source/blender/editors/include/ED_outliner.h
parentd0af8edcd12a4b3bebd1bd202eebdb36b3c21141 (diff)
Support Move / Link to collection in the outliner as well
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 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__ */