[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [14055] branches/soc-2007-joeedh/source/ blender/render/intern/source/zbuf.c: commit of working copy for transference to other computer.

Joseph Eagar joeedh at gmail.com
Tue Mar 11 04:30:39 CET 2008


Revision: 14055
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14055
Author:   joeedh
Date:     2008-03-11 04:30:28 +0100 (Tue, 11 Mar 2008)

Log Message:
-----------
commit of working copy for transference to other computer.

Modified Paths:
--------------
    branches/soc-2007-joeedh/source/blender/render/intern/source/zbuf.c

Modified: branches/soc-2007-joeedh/source/blender/render/intern/source/zbuf.c
===================================================================
--- branches/soc-2007-joeedh/source/blender/render/intern/source/zbuf.c	2008-03-11 02:49:36 UTC (rev 14054)
+++ branches/soc-2007-joeedh/source/blender/render/intern/source/zbuf.c	2008-03-11 03:30:28 UTC (rev 14055)
@@ -3486,7 +3486,7 @@
 
 						if(apn->next==0) {
 							apn->next= addpsA(zspan);
-							if (x % 4==0 || *lastbuf == NULL) *lastbuf = apn;
+							*lastbuf = apn->next;
 						}
 						apn= apn->next;
 					}
@@ -3567,7 +3567,7 @@
 
 						if(apn->next==0) {
 							apn->next= addpsA(zspan);
-							if (y % 4==0 || *lastbuf == NULL) *lastbuf = apn;
+							*lastbuf = apn->next;
 						}
 						apn= apn->next;
 					}





More information about the Bf-blender-cvs mailing list