Files
test/source/blender/blenkernel
Ton Roosendaal bdb86d7c67 Integration stage of Softbody project
User level notes are in Wiki here;
http://wiki.blender.org/bin/view.pl/Blenderdev/Softbodies
And will be added in blender3d.org CMS later.

Tech level notes are still pending, but here's the most relevant ones;

- made ob->soft struct SoftBody to hold all settings, and read/save in
  files
- added (temporal!) conversion for the old settings. So: read old files
  with softbody experiments now, and save over!
- cleaned API calls for softbody, which are only 5 of them now:
  sbNew()
  sbFree()
  sbObjectStep()          (animation steps)
  sbObjectToSoftbody()    (full re-initialize data)
  sbObjectReset()         (only reset motion)
- API calls accepts time in frames now, within softbody.c it converts

Further, internally code was cleaned some (missing tabs etc). Also tried
to keep a well defined structure with hints how to add support for more
objects. Can write notes about that...
2005-04-02 13:57:23 +00:00
..
2004-11-11 15:31:44 +00:00
2004-12-21 16:23:24 +00:00
2003-03-24 16:08:15 +00:00
2005-03-29 17:20:28 +00:00
2005-03-25 21:18:14 +00:00
2004-04-22 20:37:24 +00:00
2004-09-14 19:03:11 +00:00
2005-03-09 19:45:59 +00:00
2004-07-26 21:44:55 +00:00
2004-01-05 00:06:11 +00:00
2005-03-28 02:05:36 +00:00