From 8608a0f4f0e17e14d0b2d560914767c776778619 Mon Sep 17 00:00:00 2001 From: Martin Felke Date: Mon, 4 Jan 2016 14:02:05 +0100 Subject: added new "Fake User" option for appending objects, this sets a fake user on each newly appended item except Groups and Objects. --- source/blender/editors/object/object_relations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/object') diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c index 32a7806907b..b390fc1bfea 100644 --- a/source/blender/editors/object/object_relations.c +++ b/source/blender/editors/object/object_relations.c @@ -2220,7 +2220,7 @@ static int make_local_exec(bContext *C, wmOperator *op) "Orphan library objects added to the current scene to avoid loss"); } - BKE_library_make_local(bmain, NULL, false); /* NULL is all libs */ + BKE_library_make_local(bmain, NULL, false, false); /* NULL is all libs */ WM_event_add_notifier(C, NC_WINDOW, NULL); return OPERATOR_FINISHED; } -- cgit v1.2.3