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-01-27 00:41:45 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-01-27 00:42:42 +0300
commit492145f8acb09c9aa234208cc7605e3b69cb8311 (patch)
tree7e5642663e70f427fabdfb4139874264103a2f57 /source/blender/editors
parent6634eb34908c970025de69bc6875fbb72174a079 (diff)
Collections: As it turned out, this is quite harmless to have accessible everwhere
I think ultimately we may move these operators from the outliner space to scene. Partial revert of a08f687b91a2a7880889.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_outliner/outliner_collections.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_collections.c b/source/blender/editors/space_outliner/outliner_collections.c
index 8aacc0a4368..8999555521a 100644
--- a/source/blender/editors/space_outliner/outliner_collections.c
+++ b/source/blender/editors/space_outliner/outliner_collections.c
@@ -238,7 +238,6 @@ void OUTLINER_OT_collection_link(wmOperatorType *ot)
/* api callbacks */
ot->exec = collection_link_exec;
ot->invoke = collection_link_invoke;
- ot->poll = view_layer_editor_poll;
/* flags */
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;