Blender Git Commit Log
Git Commits -> Revision 2cc6d56
Revision 2cc6d56 by Erwin Coumans (master) August 3, 2005, 18:22 (GMT) |
moved some hardcoded constants into tweaking tresholds exposed those tresholds to python (more 'expert' settings) |
Commit Details:
Full Hash: 2cc6d565cbc9da005e1c13828c6b3a3d46cd32cb
SVN Revision: 5003
Parent Commit: 8a58197
Lines Changed: +349, -51
16 Modified Paths:
/extern/bullet/Bullet/Bullet3_vc8.vcproj (+9, -12) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/PersistentManifold.cpp (+2, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/PersistentManifold.h (+3, -0) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ToiContactDispatcher.cpp (+9, -4) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ToiContactDispatcher.h (+20, -0) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/ContactSolverInfo.h (+2, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/OdeConstraintSolver.cpp (+6, -6) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/OdeConstraintSolver.h (+17, -0) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/SorLcp.cpp (+3, -3) (Diff)
/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp (+177, -1) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp (+9, -13) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsController.h (+5, -0) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp (+53, -8) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.h (+12, -0) (Diff)
/source/gameengine/Physics/common/PHY_IPhysicsController.h (+2, -2) (Diff)
/source/gameengine/Physics/common/PHY_IPhysicsEnvironment.h (+20, -0) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/PersistentManifold.cpp (+2, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/PersistentManifold.h (+3, -0) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ToiContactDispatcher.cpp (+9, -4) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ToiContactDispatcher.h (+20, -0) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/ContactSolverInfo.h (+2, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/OdeConstraintSolver.cpp (+6, -6) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/OdeConstraintSolver.h (+17, -0) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/SorLcp.cpp (+3, -3) (Diff)
/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp (+177, -1) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp (+9, -13) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsController.h (+5, -0) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp (+53, -8) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.h (+12, -0) (Diff)
/source/gameengine/Physics/common/PHY_IPhysicsController.h (+2, -2) (Diff)
/source/gameengine/Physics/common/PHY_IPhysicsEnvironment.h (+20, -0) (Diff)