[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [14105] trunk/blender/source/blender/ blenloader/intern/readfile.c: my last commit to readfile. c crashes some files, must look further into this.

Campbell Barton ideasman42 at gmail.com
Fri Mar 14 10:46:56 CET 2008


Revision: 14105
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14105
Author:   campbellbarton
Date:     2008-03-14 10:46:53 +0100 (Fri, 14 Mar 2008)

Log Message:
-----------
my last commit to readfile.c crashes some files, must look further into this.

Modified Paths:
--------------
    trunk/blender/source/blender/blenloader/intern/readfile.c

Modified: trunk/blender/source/blender/blenloader/intern/readfile.c
===================================================================
--- trunk/blender/source/blender/blenloader/intern/readfile.c	2008-03-14 01:08:23 UTC (rev 14104)
+++ trunk/blender/source/blender/blenloader/intern/readfile.c	2008-03-14 09:46:53 UTC (rev 14105)
@@ -7794,7 +7794,8 @@
 					 * user.blend, lib.blend and lib_indirect.blend - if user.blend alredy references a "tree" from
 					 * lib_indirect.blend but lib.blend does too, linking in a Scene or Group from lib.blend can result in an
 					 * empty without the dupli group referenced. Once you save and reload the group would appier. - Campbell */
-					oldnewmap_insert(fd->libmap, bhead->old, id, 1);
+					/* This crashes files, must look further into it */
+					/*oldnewmap_insert(fd->libmap, bhead->old, id, 1);*/
 					
 					change_idid_adr_fd(fd, bhead->old, id);
 					if(G.f & G_DEBUG) printf("expand_doit: already linked: %s lib: %s\n", id->name, lib->name);





More information about the Bf-blender-cvs mailing list