[Bf-blender-cvs] [f8872e85761] topbar: Fix error from one of the merges, this line should have been removed.

Brecht Van Lommel noreply at git.blender.org
Fri Apr 20 14:35:07 CEST 2018


Commit: f8872e85761c72f4d8a48dfa4e2c946e0a6a32c5
Author: Brecht Van Lommel
Date:   Fri Apr 20 13:45:54 2018 +0200
Branches: topbar
https://developer.blender.org/rBf8872e85761c72f4d8a48dfa4e2c946e0a6a32c5

Fix error from one of the merges, this line should have been removed.

===================================================================

M	source/blender/blenloader/intern/readfile.c

===================================================================

diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index fc989ce198b..2efd6bc7e7e 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -8289,7 +8289,6 @@ static BHead *read_libblock(FileData *fd, Main *main, BHead *bhead, const short
 	if (!id)
 		return blo_nextbhead(fd, bhead);
 	
-	id->tag = tag | LIB_TAG_NEED_LINK;
 	id->lib = main->curlib;
 	id->us = ID_FAKE_USERS(id);
 	id->icon_id = 0;



More information about the Bf-blender-cvs mailing list