From 3b8e0606e1cfa484971d09c5060a78dbadbe1569 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 11 Jul 2016 21:03:02 +0200 Subject: Cleanup: remove call to BKE_id_lib_local_paths() in make_local functions. This one is already called by matching copy functions, no need to call it twice! --- source/blender/blenkernel/intern/mball.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/blenkernel/intern/mball.c') diff --git a/source/blender/blenkernel/intern/mball.c b/source/blender/blenkernel/intern/mball.c index e615c229a13..b65df04804d 100644 --- a/source/blender/blenkernel/intern/mball.c +++ b/source/blender/blenkernel/intern/mball.c @@ -149,9 +149,6 @@ void BKE_mball_make_local(Main *bmain, MetaBall *mb) mb_new->id.us = 0; - /* Remap paths of new ID using old library as base. */ - BKE_id_lib_local_paths(bmain, mb->id.lib, &mb_new->id); - BKE_libblock_remap(bmain, mb, mb_new, ID_REMAP_SKIP_INDIRECT_USAGE); } } -- cgit v1.2.3