blender/extern/bullet2
Nathan Letwory d5ddc9eadb Fix [#23569] Convex hull bounds crash Blender
Reported by dobz116

This appears to happen only on 64bit Windows. An issue for this part of code was
reported at http://code.google.com/p/bullet/issues/detail?id=204 and fixed at
http://code.google.com/p/bullet/source/detail?r=1650 . The code change also fixes
the crash we experience: merged changes.
2010-09-03 05:18:36 +00:00
..
make 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD 2009-04-20 15:06:46 +00:00
src Fix [#23569] Convex hull bounds crash Blender 2010-09-03 05:18:36 +00:00
CMakeLists.txt Revert changes back to original state, before 29506. 2010-06-17 03:29:16 +00:00
Makefile Revert changes back to original state, before 29506. 2010-06-17 03:29:16 +00:00
readme.txt Bullet patch for compound ray cast. The patch is filed in Bullet patch tracker for inclusion in later revision. If it is not included, apply manually extern/bullet2/bullet_compound_raycast.patch 2008-09-11 20:09:07 +00:00

***
Apply bullet_compound_raycast.patch if not already applied in Bullet source
This patch is needed to return correct raycast results on compound shape.
/ben


*** These files in extern/bullet2 are NOT part of the Blender build yet ***

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

Soon this will replace the old Bullet version in extern/bullet.
First the integration in Blender Game Engine needs to be updated.
Once that is done all build systems can be updated to use/build extern/bullet2 files.

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