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:
authorJulian Eisel <eiseljulian@gmail.com>2017-03-01 15:10:29 +0300
committerJulian Eisel <eiseljulian@gmail.com>2017-03-01 17:35:21 +0300
commitb00b9dadd819d3b94405f755131e609afa827438 (patch)
treeea73eb72a089799151299e32d861e60f1af94cb9 /source/blender/editors/space_outliner/outliner_intern.h
parentc1f43c9dc654f5257790654f4b77c7e55c137a19 (diff)
Outliner: Support dragging object into collection
Doing this will add the object to the collection.
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_intern.h')
-rw-r--r--source/blender/editors/space_outliner/outliner_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h
index 096af698506..731b5041bd9 100644
--- a/source/blender/editors/space_outliner/outliner_intern.h
+++ b/source/blender/editors/space_outliner/outliner_intern.h
@@ -297,6 +297,8 @@ void outliner_keymap(struct wmKeyConfig *keyconf);
/* outliner_collections.c */
+struct SceneCollection *outliner_scene_collection_from_tree_element(TreeElement *te);
+
void OUTLINER_OT_collections_delete(struct wmOperatorType *ot);
void OUTLINER_OT_collection_select(struct wmOperatorType *ot);
void OUTLINER_OT_collection_link(struct wmOperatorType *ot);