lp:pybullet

Created by Jean-Paul Calderone and last modified
Get this branch:
bzr branch lp:pybullet
Only Jean-Paul Calderone can upload to this branch. If you are Jean-Paul Calderone please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jean-Paul Calderone
Project:
pybullet
Status:
Development

Recent revisions

54. By Jean-Paul Calderone

Manage the lifetime of CollisionObject instances by manually reference counting them and keeping them in the user data pointer supported by btCollisionObject. Also manage action objects in a similar way, but using a global dictionary since action objects have no user data pointer support. This fixes a number of crashes caused by deallocation of worlds and objects in a particular order.

53. By Jean-Paul Calderone

Make DiscreteDynamicsWorld.addRigidBody more consistent.

52. By Jean-Paul Calderone

Wrap btDiscreteDynamicsWorld::addRigidBody, supporting collision groups and masks.

51. By Jean-Paul Calderone

Add Vector3.length for computing length/magnitude of a vector

50. By Jean-Paul Calderone

Some improvements to KinematicCharacterController and a demo of its usage

49. By Jean-Paul Calderone

Add support for a controller object to handle input to the silly demo helper module.

48. By Jean-Paul Calderone

Expose btKinematicCharacterController::{get,set}Gravity.

47. By Jean-Paul Calderone

Add a mediocre wrapper for btCollisionObject::getBroadphaseHandle and use it to help out with the tests for a fix for btCollisionWorld::addCollisionObject's handling of the filter and mask arguments (which are now supported as parameters).

46. By Jean-Paul Calderone

Fix a bug which caused RigidBody.getCollision to return None when the body's shape was given to its initializer rather than via a setCollisionShape call.

45. By Jean-Paul Calderone

Change the order in which bullet libraries are linked, fixing usage with a static build of bullet.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.