[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28312] branches/render25/source/blender/ blenloader/intern/readfile.c: reverted link fix yet again til tomorrow, need to find a good way to propegate a pointer to the host main through lib filedata 's

Joseph Eagar joeedh at gmail.com
Tue Apr 20 23:09:57 CEST 2010


Revision: 28312
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28312
Author:   joeedh
Date:     2010-04-20 23:09:57 +0200 (Tue, 20 Apr 2010)

Log Message:
-----------
reverted link fix yet again til tomorrow, need to find a good way to propegate a pointer to the host main through lib filedata's

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

Modified: branches/render25/source/blender/blenloader/intern/readfile.c
===================================================================
--- branches/render25/source/blender/blenloader/intern/readfile.c	2010-04-20 20:52:16 UTC (rev 28311)
+++ branches/render25/source/blender/blenloader/intern/readfile.c	2010-04-20 21:09:57 UTC (rev 28312)
@@ -11157,6 +11157,7 @@
 
 					/*if linked file references something in the host .blend, insert it into the map.
 					  this exception should be safe to the "don't tun oldnewmap_insert here" problem. */
+					/*oookkkkay this code needs the root fd to work, will have to work on it later.
 					if (ptr == fd->mainlist.first) {
 						int i = 0;
 						OldNew *entry = NULL;
@@ -11174,6 +11175,7 @@
 
 						id_allow_self_ref(fd, bhead->old);
 					}
+					*/
 
 					change_idid_adr_fd(fd, bhead->old, id);
 





More information about the Bf-blender-cvs mailing list