rigidbody: Add rigidbody module

It's mostly a C API for bullet that interfaces nicely with blender.
It could act as a generic interface for rigid body simulations but right
now it's very specific to bullet.

TODO: Fix building without bullet.

Part of GSoC 2010 and 2012.
Authors: Joshua Leung (aligorith), Sergej Reich (sergof)
This commit is contained in:
Sergej Reich
2013-01-23 05:56:13 +00:00
parent e83e3b0cf7
commit 5c85deb285
7 changed files with 1334 additions and 0 deletions

View File

@@ -856,6 +856,7 @@ endif()
bf_modifiers
bf_bmesh
bf_blenkernel
bf_rigidbody
bf_nodes
bf_gpu
bf_blenloader