Blender Git Loki

Git Commits -> Revision 42126cb

Revision 42126cb by Ton Roosendaal (master)
May 2, 2005, 13:28 (GMT)
Added baking for softbodies.

Works as follows;
- press the 'show bake settings' button (no space left... :)
- define start/end frame for bake, and an interval step.
The baked result interpolates nicely (Bspline, 4 keys) so in general a
step size of 2 or 3 still gives OK results.
- Press "BAKE". This will do a full animation + playback. Press ESC if it
you don't want it.

Once Baked, the BAKE button becomes a FREE BAKE. As reminder the softbody
buttons get blocked with error() menu.

This saves OK in a file. Renders any frame, including fields and moblur.
You can also set a "Timeoffs" for the softbody. And yes, this should be
in the NLA once... :)

NOTE! With this commit, files saved with the old (first commit) version by
Jens Ole won't read the settings back... he stored all sofbody variables in
Object, which was moved to a new struct when I did my first commit on SB
(over a month ago)

Also note that I moved particle deflecting & softbody to a new include.

Commit Details:

Full Hash: 42126cb5fcceda5485d02af7efbfe996b4aae160
SVN Revision: 4355
Parent Commit: 2606a5c
Lines Changed: +517, -213

1 Added Path:

/source/blender/makesdna/DNA_object_force.h (+126, -0) (View)

20 Modified Paths:

/source/blender/blenkernel/intern/deform.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/displist.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/effect.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/ipo.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/softbody.c (+138, -5) (Diff)
/source/blender/blenloader/intern/readfile.c (+47, -46) (Diff)
/source/blender/blenloader/intern/writefile.c (+36, -25) (Diff)
/source/blender/include/butspace.h (+4, -2) (Diff)
/source/blender/makesdna/DNA_object_types.h (+7, -82) (Diff)
/source/blender/makesdna/intern/makesdna.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+5, -0) (Diff)
/source/blender/renderconverter/intern/convertBlenderScene.c (+8, -7) (Diff)
/source/blender/src/buttons_editing.c (+1, -0) (Diff)
/source/blender/src/buttons_object.c (+123, -41) (Diff)
/source/blender/src/drawobject.c (+1, -0) (Diff)
/source/blender/src/editobject.c (+1, -0) (Diff)
/source/blender/src/interface.c (+10, -4) (Diff)
/source/blender/src/space.c (+1, -1) (Diff)
/source/blender/src/vpaint.c (+1, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021