Blender Git Loki

Git Commits -> Revision c5871b8

Revision c5871b8 by Janne Karhu (master)
April 4, 2010, 12:29 (GMT)
Fluid physics for particles by Raul Fernandez Hernandez (Farsthary) and Stephen Swhitehorn:

This patch add SPH (Smoothed Particle Hydrodynamics)fluid dynamics to the
blender particle system. SPH is an boundless Lagrangian interpolation
technique to solve the fluid motion equations.

From liquids to sand, goo and gases could be simulated using the particle
system.

It features internal viscosity, a double density relaxation that accounts
for surface tension effects, static internal springs for plastic fluids,
and buoyancy for gases.

---------------------------------------

This is a commit of the core fluid physics. Raul will work on proper
documentation soon and more features such as surface extraction from
the particle point cloud and increasing stability by sub-frame calculations
later.

Commit Details:

Full Hash: c5871b87502cfd35fa14881f1bcadbd5564e658f
SVN Revision: 27986
Parent Commit: d574e8b
Lines Changed: +322, -8

8 Modified Paths:

/release/scripts/ui/properties_particle.py (+45, -2) (Diff)
/source/blender/blenkernel/intern/particle.c (+7, -0) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+176, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+79, -4) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021