[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17192] branches/sim_physics/source/ blender/render/intern/source/volumetric.c: Debugging tests paid off, fixed a ridiculously silly bug

Matt Ebb matt at mke3.net
Thu Oct 23 04:15:37 CEST 2008


Revision: 17192
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17192
Author:   broken
Date:     2008-10-23 04:15:36 +0200 (Thu, 23 Oct 2008)

Log Message:
-----------
Debugging tests paid off, fixed a ridiculously silly bug 
that was preventing light cache from working on some 
people's systems (but went just fine on both my windows pc 
and mac). I have no idea how the original code even worked 
at all, it really shouldn't have.

But fixed now anyway! Thanks a bunch to Zanqdo for patience
in helping me pinpoint this.

Modified Paths:
--------------
    branches/sim_physics/source/blender/render/intern/source/volumetric.c

Modified: branches/sim_physics/source/blender/render/intern/source/volumetric.c
===================================================================
--- branches/sim_physics/source/blender/render/intern/source/volumetric.c	2008-10-23 02:03:54 UTC (rev 17191)
+++ branches/sim_physics/source/blender/render/intern/source/volumetric.c	2008-10-23 02:15:36 UTC (rev 17192)
@@ -844,6 +844,8 @@
 	}
 	
 	RE_ray_tree_done(tree);
+	
+	return tree;
 }
 
 /* Precache a volume into a 3D voxel grid.





More information about the Bf-blender-cvs mailing list