Blender Git Commit Log
Git Commits -> Revision 83bb096
Revision 83bb096 by Erwin Coumans (master) May 24, 2009, 06:31 (GMT) |
+ renamed pad3 to m_contactProcessingThreshold (thanks Campbell Barton/ideasman for confirming it is ok to rename it) + fixed Python method, PyArg_ParseTuple already checks for errors, no returning of NULL, thanks Campbell too) + added linear/angular spring for each of the 6DOFs of a generic 6dof constraint. This makes the generic 6dof constraint very versatile. |
Commit Details:
Full Hash: 83bb096f24cb2252f90a77923bd1818930a2fed2
SVN Revision: 20374
Parent Commit: 45f2463
Lines Changed: +172, -21
9 Modified Paths:
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp (+119, -1) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h (+16, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_object_types.h (+1, -1) (Diff)
/source/blender/src/buttons_logic.c (+2, -2) (Diff)
/source/gameengine/Converter/BL_BlenderDataConversion.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_ConstraintWrapper.cpp (+6, -11) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp (+25, -3) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h (+16, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_object_types.h (+1, -1) (Diff)
/source/blender/src/buttons_logic.c (+2, -2) (Diff)
/source/gameengine/Converter/BL_BlenderDataConversion.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_ConstraintWrapper.cpp (+6, -11) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp (+25, -3) (Diff)