Blender Git Loki
Git Commits -> Revision fc377c1
Revision fc377c1 by Sergej Reich (master) January 23, 2013, 05:56 (GMT) |
rigidbody: Add force field support Force fields work with rigid bodies just like they do with other simulations. Increase min and max strength of force fields so they can influence heavy rigid bodies. TODO: Adjust force field strength based on the time step taken. Part of GSoC 2010 and 2012. Authors: Joshua Leung (aligorith), Sergej Reich (sergof) |
Commit Details:
Full Hash: fc377c17e3d4803ef4db7a72daae629a322ffde8
SVN Revision: 54021
Parent Commit: 27601aa
Lines Changed: +63, -1
6 Modified Paths:
/source/blender/blenkernel/intern/rigidbody.c (+44, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+7, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_rigidbody_types.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_object_force.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_rigidbody.c (+6, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+7, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_rigidbody_types.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_object_force.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_rigidbody.c (+6, -0) (Diff)