forked from bartvdbraak/blender
c3d74547be
* giving compileflags, cc_compileflags and cxx_compileflags to BlenderLib() now actually overrides any other setting (so there's no unclarity when ie. conflicting options are being specified in REL_CFLAGS et al). These are set after either release or debug flags, but before any *_WARN flags (so those stay maintained). * add cxx_compileflags for GE parts on win32-vc to have better performance. * NOTE: if platform maintainers (OSX and Linux) could check and do the same for their systems. Not vital, but probably very, very much welcomed by GE users. |
||
---|---|---|
.. | ||
make | ||
src | ||
CMakeLists.txt | ||
Makefile | ||
readme.txt |
*** 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