Commit: 4141fd6be6355c0d92e3b1a3526762fa1e3ab4f4
Author: Antonio Vazquez
Date:   Thu Apr 26 16:54:15 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rB4141fd6be6355c0d92e3b1a3526762fa1e3ab4f4

Undo previous commit for newlibadr_us

I added this by error.

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

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

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

diff --git a/source/blender/blenloader/intern/readfile.c 
b/source/blender/blenloader/intern/readfile.c
index 14c708274f2..afacc4acc6a 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -6310,7 +6310,7 @@ static void lib_link_gpencil(FileData *fd, Main *main)
                        /* Layers */
                        for (bGPDlayer *gpl = gpd->layers.first; gpl; gpl = 
gpl->next) {
                                /* Layer -> Parent References */
-                               gpl->parent = newlibadr_us(fd, gpd->id.lib, 
gpl->parent);
+                               gpl->parent = newlibadr(fd, gpd->id.lib, 
gpl->parent);
                        }
                        
                        /* Datablock Stuff */

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to