blender/extern/bullet2
Sergej Reich 451b60f1a3 Fix building with scons
Can't actually test here so hope this is enough.
2013-10-25 03:56:17 +00:00
..
patches bullet: Update to version 2.82 (bullet revision 2705) 2013-10-25 03:43:20 +00:00
src Fix building with scons 2013-10-25 03:56:17 +00:00
CMakeLists.txt bullet: Update to version 2.82 (bullet revision 2705) 2013-10-25 03:43:20 +00:00
readme.txt bullet: Update to version 2.82 (bullet revision 2705) 2013-10-25 03:43:20 +00:00

This is the new refactored version of Bullet physics library version 2.x

Questions? mail blender at erwincoumans.com, or check the bf-blender mailing list.
Thanks,
Erwin

Apply patches/ghost_softbody.patch to prevent softbodies being hit by ghost objects.
Originally committed in blender svn revision: 43905.

Apply patches/convex_hull.patch to add access to the convex hull
operation, used in the BMesh convex hull operator.