[Bf-blender-cvs] [69bc2cb5380] greasepencil-object: Remove DNADEPRECATED Scene->gpd from library_query.c

Bastien Montagne noreply at git.blender.org
Mon May 14 18:33:05 CEST 2018


Commit: 69bc2cb5380d66393678742354323976a437b8b6
Author: Bastien Montagne
Date:   Mon May 14 18:31:53 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rB69bc2cb5380d66393678742354323976a437b8b6

Remove DNADEPRECATED Scene->gpd from library_query.c

Deprecated DNA shall only be used in readfile?versionning code...

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

M	source/blender/blenkernel/intern/library_query.c

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

diff --git a/source/blender/blenkernel/intern/library_query.c b/source/blender/blenkernel/intern/library_query.c
index c07dbd6589a..5bf48919a02 100644
--- a/source/blender/blenkernel/intern/library_query.c
+++ b/source/blender/blenkernel/intern/library_query.c
@@ -407,8 +407,6 @@ void BKE_library_foreach_ID_link(Main *bmain, ID *id, LibraryIDLinkCallback call
 					SEQ_END
 				}
 
-				CALLBACK_INVOKE(scene->gpd, IDWALK_CB_USER);
-
 				FOREACH_SCENE_COLLECTION_BEGIN(scene, sc)
 				{
 					for (LinkData *link = sc->objects.first; link; link = link->next) {



More information about the Bf-blender-cvs mailing list