[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22198] branches/soc-2009-jaguarandi/ source/blender/render/intern/source/rayshade.c: (fix)

André Pinto andresusanopinto at gmail.com
Tue Aug 4 02:00:05 CEST 2009


Revision: 22198
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22198
Author:   jaguarandi
Date:     2009-08-04 02:00:05 +0200 (Tue, 04 Aug 2009)

Log Message:
-----------
(fix)

Modified Paths:
--------------
    branches/soc-2009-jaguarandi/source/blender/render/intern/source/rayshade.c

Modified: branches/soc-2009-jaguarandi/source/blender/render/intern/source/rayshade.c
===================================================================
--- branches/soc-2009-jaguarandi/source/blender/render/intern/source/rayshade.c	2009-08-03 23:25:38 UTC (rev 22197)
+++ branches/soc-2009-jaguarandi/source/blender/render/intern/source/rayshade.c	2009-08-04 00:00:05 UTC (rev 22198)
@@ -369,7 +369,7 @@
 	int i;
 	const char *tree_type = "Tree(unknown)";
 
-	re->r.raytrace_tree_type = R_RAYSTRUCTURE_SINGLE_BVH;
+	re->r.raystructure = R_RAYSTRUCTURE_SINGLE_BVH;
 #ifdef RE_RAYCOUNTER
 	if(re->r.raytrace_tree_type == R_RAYTRACE_TREE_BVH)
 		tree_type = "BVH";





More information about the Bf-blender-cvs mailing list