[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [20181] branches/soc-2009-jaguarandi/ source/blender/render/intern/source/rayshade.c: I think this fix the black dots problem

André Pinto andresusanopinto at gmail.com
Wed May 13 04:01:06 CEST 2009


Revision: 20181
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=20181
Author:   jaguarandi
Date:     2009-05-13 04:01:04 +0200 (Wed, 13 May 2009)

Log Message:
-----------
I think this fix the black dots problem
(ZanQdo machine is just faster than mine.. so he will test :) )

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-05-13 01:56:03 UTC (rev 20180)
+++ branches/soc-2009-jaguarandi/source/blender/render/intern/source/rayshade.c	2009-05-13 02:01:04 UTC (rev 20181)
@@ -1890,7 +1890,7 @@
 	
 	VECCOPY(vec, lampco);
 	
-	
+	isec->skip = RE_SKIP_VLR_NEIGHBOUR;
 	while (samples < max_samples) {
 
 		isec->orig.ob   = shi->obi;





More information about the Bf-blender-cvs mailing list