Blender Git Commit Log
Git Commits -> Revision c822133
Revision c822133 by Sergej Reich (master) February 23, 2013, 23:04 (GMT) |
rigidbody: Add motor constraint It's implemented as a separate constraint instead of adding properties to the existing constraints. Motors only apply linear and angular impulses and don't limit the movement of rigid bodies, so it's best to use them in conjunction with other constraints to limit the degrees of freedom. Thanks to Markus Kasten (markus111) for the initial patch. |
Commit Details:
Full Hash: c82213359aa8bc2a762dc0a76c813d46c159a291
SVN Revision: 54798
Parent Commit: 47bd908
Lines Changed: +234, -7
6 Modified Paths:
/intern/rigidbody/RBI_api.h (+6, -0) (Diff)
/intern/rigidbody/rb_bullet_api.cpp (+45, -0) (Diff)
/release/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py (+30, -5) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+12, -0) (Diff)
/source/blender/makesdna/DNA_rigidbody_types.h (+13, -2) (Diff)
/source/blender/makesrna/intern/rna_rigidbody.c (+128, -0) (Diff)
/intern/rigidbody/rb_bullet_api.cpp (+45, -0) (Diff)
/release/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py (+30, -5) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+12, -0) (Diff)
/source/blender/makesdna/DNA_rigidbody_types.h (+13, -2) (Diff)
/source/blender/makesrna/intern/rna_rigidbody.c (+128, -0) (Diff)