[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39137] branches/soc-2011-onion/source/ blender/blenloader/intern/writefile.c: Revision: 30849

Jason Wilkins Jason.A.Wilkins at gmail.com
Sun Aug 7 14:19:08 CEST 2011


Revision: 39137
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39137
Author:   jwilkins
Date:     2011-08-07 12:19:07 +0000 (Sun, 07 Aug 2011)
Log Message:
-----------
Revision: 30849
Author: nicholasbishop
Date: 2:43:48 PM, Wednesday, July 28, 2010
Message:

----
Modified : /branches/soc-2010-nicolasbishop/source/blender/blenloader/intern/writefile.c

--
jwilkins: I edited the comment above to only show this one edit.  It seems important, but unrelated to the other edits in this revision, so I'm committing it separately.

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/blenloader/intern/writefile.c

Modified: branches/soc-2011-onion/source/blender/blenloader/intern/writefile.c
===================================================================
--- branches/soc-2011-onion/source/blender/blenloader/intern/writefile.c	2011-08-07 12:09:56 UTC (rev 39136)
+++ branches/soc-2011-onion/source/blender/blenloader/intern/writefile.c	2011-08-07 12:19:07 UTC (rev 39137)
@@ -1546,6 +1546,9 @@
 	writestruct(wd, DATA, "CustomDataMultires", count, grids);
 
 	for(i = 0; i < count; ++i) {
+		writestruct(wd, DATA, "CustomDataMultiresLayer",
+			    grids[i].totlayer, grids[i].layers);
+
 		for(j = 0; j < grids[i].totlayer; ++j) {
 			CustomDataMultiresLayer *l = &grids[i].layers[j];
 




More information about the Bf-blender-cvs mailing list