Blender Git Commit Log
Git Commits -> Revision b6fb3d9
Revision b6fb3d9 by Alex Fraser (master) January 2, 2012, 11:46 (GMT) |
SPH particle simulation fixes: - Using correct frame to update particle system tree for SPH simulation (i.e. psys_update_particle_bvhtree(psys, cfra)). - Increased SPH neighbour count to 512 - this greatly reduces BVH tree search bias, and makes simulations more symmetrical. Adaptive time step improvements: - Fix for relative velocities based on previous state (fixes fast-moving particle clusters). - Only reporting on element size once per time step. Prevents incorrect Courant number from being calculated when using multiple-step integration. |
Commit Details:
Full Hash: b6fb3d97f1d0fb6825f02f9e4b38bf4f4de147d5
SVN Revision: 43068
Parent Commit: 9a37e26
Lines Changed: +43, -25
1 Modified Path:
/source/blender/blenkernel/intern/particle_system.c (+43, -25) (Diff)