Blender Git Commit Log
Git Commits -> Revision dc75023
Revision dc75023 by Janne Karhu (master) August 2, 2009, 19:39 (GMT) |
Softbody now uses the new pointcache code. Note: Rna access to softbody point cache is through softbody modifier although the point cache is in softbody settings. This is to make it similar to cloth. Bugfix: Softbody rna was trying to get "ob->soft->softflag" instead of the correct "ob->softflag". |
Commit Details:
Full Hash: dc75023f6ff54d1b7c99360260fa3e70a4e42005
SVN Revision: 22154
Parent Commit: 7b123ff
Lines Changed: +282, -84
8 Modified Paths:
/release/ui/buttons_physics_softbody.py (+48, -0) (Diff)
/source/blender/blenkernel/BKE_softbody.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+5, -3) (Diff)
/source/blender/blenkernel/intern/softbody.c (+91, -65) (Diff)
/source/blender/editors/mesh/editmesh.c (+1, -1) (Diff)
/source/blender/editors/physics/ed_pointcache.c (+110, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_object_force.c (+14, -14) (Diff)
/source/blender/blenkernel/BKE_softbody.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+5, -3) (Diff)
/source/blender/blenkernel/intern/softbody.c (+91, -65) (Diff)
/source/blender/editors/mesh/editmesh.c (+1, -1) (Diff)
/source/blender/editors/physics/ed_pointcache.c (+110, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_object_force.c (+14, -14) (Diff)