blender/release
Janne Karhu 9231ff4160 Viscoelastic springs for sph particle fluids, original patch by Stephen Whitehorn (chickencoop)
* Viscoelastic springs between the fluid particles can simulate all kinds
  of viscous and elastic substances, such as jelly and honey. This is
  achieved by creating springs dynamically between neighboring particles
  and adjusting their rest length based on stretching/compression.
* This nearly completes the currently intended functionality for particle
  fluids. The last missing thing is a surfacing extraction algorithm,
  which is needed for a proper representation of a sph fluid.
* I also cleaned up and renamed some of the fluid parameters to make the
  ui a bit easier to understand.
* One addition to the patch is an option to use "initial rest length" for
  the springs, which uses the lengths between the particles at the time of
  spring creation as the spring rest lengths instead of interaction radius/2.
  This makes the fluid keep it's original shape better (good for very
  viscoelastic materials), but can create large density differences inside
  the fluid (not really physically correct for a fluid).
* Viscoelastic springs are stored in point cache as extra data.
2011-01-09 19:09:41 +00:00
..
bin remove redundant []'s for list comprehension's, py2.4+ supports this. 2010-09-19 07:07:14 +00:00
datafiles Part two of 2.56 beta, VERSION for make and splash itself. 2010-12-29 19:05:58 +00:00
freedesktop == blender icon == 2011-01-05 20:18:16 +00:00
irix-6.2-mips correct fsf address 2010-02-12 13:34:04 +00:00
plugins remove some paranoid NULL checks, since the pointers are used already. 2010-12-17 19:05:10 +00:00
scripts Viscoelastic springs for sph particle fluids, original patch by Stephen Whitehorn (chickencoop) 2011-01-09 19:09:41 +00:00
test pep8 cleanup 2011-01-01 07:20:34 +00:00
text Fixed readme.html only went to the tag branch, now in trunk. 2011-01-04 17:49:43 +00:00
windows By default install to the user profile instead of Program Files. This because right now the installer 2010-12-27 12:42:51 +00:00
environment-macosx Continue development of bfile system. 2009-10-19 18:44:09 +00:00
environment-mswindows Continue development of bfile system. 2009-10-19 18:44:09 +00:00
environment-unix Continue development of bfile system. 2009-10-19 18:44:09 +00:00
getversion.py pep8 cleanup 2011-01-01 07:20:34 +00:00
Makefile Makefile fix, the getversion.py was using minor release numbers, 2010-11-29 17:23:06 +00:00
VERSION Note sure if this file is used still... named it 2.56a 2011-01-04 17:53:02 +00:00