From 8e4066b9d335d9e38d0f77e3cf69cd7b8f03a606 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 11 Nov 2016 18:58:00 +0100 Subject: Switch to unsafe but quick freeing of archipelagos of linked data. This *should* work, but do not hesitate to revert in case it creates new crashes in append or makelocal processes. --- source/blender/blenkernel/intern/library.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/library.c') diff --git a/source/blender/blenkernel/intern/library.c b/source/blender/blenkernel/intern/library.c index fc87dade891..8d7c7d81bd4 100644 --- a/source/blender/blenkernel/intern/library.c +++ b/source/blender/blenkernel/intern/library.c @@ -1822,7 +1822,7 @@ void BKE_library_make_local( * directly wipe them out without caring about clearing their usages. * However, this is a highly-risky presumption, and nice crasher in case something goes wrong here. * So for 2.78a will keep the safe option, and switch to more efficient one in master later. */ -#if 0 +#if 1 BKE_libblock_free_ex(bmain, id, false); #else BKE_libblock_unlink(bmain, id, false, false); -- cgit v1.2.3