blender/extern/bullet2
Jens Verwiebe d0ad48fdc9 OSX/bullet: i have to use -O0 again, else weird bullet behaviour comes back.
I overlooked in cmake my fix same time changed the optimization level to 0,
so not use optimization is the real fix ( postponed for after 2.70 ).
I appears we should investigate scons anyway: compileflags does not apply to c and c++ same time as expected.
2014-03-12 13:04:31 +01:00
..
patches bullet: Remove patch applied upstream 2013-11-04 17:02:01 +00:00
src OSX/bullet: i have to use -O0 again, else weird bullet behaviour comes back. 2014-03-12 13:04:31 +01:00
CMakeLists.txt CMake: add fastmath for gcc release flags (OSX had already) 2014-03-12 03:39:12 +11:00
readme.txt bullet: Remove patch applied upstream 2013-11-04 17:02:01 +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/convex_hull.patch to add access to the convex hull
operation, used in the BMesh convex hull operator.