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
path: root/source
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2019-11-11 19:38:07 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2019-11-11 19:38:07 +0300
commit37bfb1fe17840fcdf90704cbee5904ac2f6b788c (patch)
tree40994f5b63fb6bc61de95362e8ef263802522ca9 /source
parentfc79d2795169b1c389aacd7a17ab7fc75a1ff57f (diff)
parenta97cc5389ae8d9ca8cc76a959f7edf4d38c50b88 (diff)
Merge branch 'blender-v2.81-release'
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/space_outliner/outliner_collections.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/outliner_collections.c b/source/blender/editors/space_outliner/outliner_collections.c
index 03606282fcd..183a96d1325 100644
--- a/source/blender/editors/space_outliner/outliner_collections.c
+++ b/source/blender/editors/space_outliner/outliner_collections.c
@@ -676,6 +676,7 @@ static int collection_instance_exec(bContext *C, wmOperator *UNUSED(op))
ob->instance_collection = collection;
ob->transflag |= OB_DUPLICOLLECTION;
id_lib_extern(&collection->id);
+ id_us_plus(&collection->id);
}
BLI_gset_free(data.collections_to_edit, NULL);