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

Log Message:
-----------
bug in bvhkdop (bad diff merged, pointed out by jaguarandi)

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 20:32:52 UTC (rev 14829)
+++ branches/cloth/blender/source/blender/blenlib/intern/BLI_kdopbvh.c  
2008-05-13 22:29:50 UTC (rev 14830)
@@ -488,6 +488,7 @@
                        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);
                }
                node->totnode++;


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to