[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26327] trunk/blender/source/blender/ render/intern/source/strand.c: Attempt to fix strand + new bump crash ( they can't work together).

Brecht Van Lommel brecht at blender.org
Wed Jan 27 11:30:11 CET 2010


Revision: 26327
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26327
Author:   blendix
Date:     2010-01-27 11:30:10 +0100 (Wed, 27 Jan 2010)

Log Message:
-----------
Attempt to fix strand + new bump crash (they can't work together).

Modified Paths:
--------------
    trunk/blender/source/blender/render/intern/source/strand.c

Modified: trunk/blender/source/blender/render/intern/source/strand.c
===================================================================
--- trunk/blender/source/blender/render/intern/source/strand.c	2010-01-27 09:42:17 UTC (rev 26326)
+++ trunk/blender/source/blender/render/intern/source/strand.c	2010-01-27 10:30:10 UTC (rev 26327)
@@ -270,6 +270,9 @@
 		vlr.flag |= R_TANGENT;
 
 	shi->vlr= &vlr;
+	shi->v1= NULL;
+	shi->v2= NULL;
+	shi->v3= NULL;
 	shi->strand= sseg->strand;
 	shi->obi= sseg->obi;
 	shi->obr= sseg->obi->obr;





More information about the Bf-blender-cvs mailing list