Pyroevil / Blender-Molecular-Script

This is my molecular python script for blender. A bit similar to Lagoa Multiphysic in Softimage.
http://blenderartists.org/forum/showthread.php?233643-SCRIPT-Moleculars-physics
107 stars 73 forks source link

Segfault memory error with kdtree nodes #1

Closed Pyroevil closed 11 years ago

Pyroevil commented 11 years ago

memory node index go to numberofnodes + 1 for the empty node but it's wrong and create a segfault error.

Pyroevil commented 11 years ago

index need to go numberofnodes max ( remove the +1 )