[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [14831] branches/cloth/blender/source/ blender/blenlib/intern/BLI_kdopbvh.c: stupid me - i left the wrong line in.

Daniel Genrich daniel.genrich at gmx.net
Wed May 14 00:30:59 CEST 2008


Revision: 14831
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14831
Author:   genscher
Date:     2008-05-14 00:30:59 +0200 (Wed, 14 May 2008)

Log Message:
-----------
stupid me - i left the wrong line in.

Modified Paths:
--------------
    branches/cloth/blender/source/blender/blenlib/intern/BLI_kdopbvh.c

Modified: branches/cloth/blender/source/blender/blenlib/intern/BLI_kdopbvh.c
===================================================================
--- branches/cloth/blender/source/blender/blenlib/intern/BLI_kdopbvh.c	2008-05-13 22:29:50 UTC (rev 14830)
+++ branches/cloth/blender/source/blender/blenlib/intern/BLI_kdopbvh.c	2008-05-13 22:30:59 UTC (rev 14831)
@@ -487,7 +487,6 @@
 			tree->totbranch++;
 			tnode->parent = node;
 
-			partition_nth_element(tree->nodes, start, end, tend, laxis);
 			refit_kdop_hull(tree, tnode, start, tend);
 			bvh_div_nodes(tree, tnode, start, tend, laxis);
 		}





More information about the Bf-blender-cvs mailing list