You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:pybullet

See all merge proposals.

pybullet has 9 active branches owned by 4 people. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:pybullet
Series: trunk
1 Development 2012-11-14 22:32:48 UTC
54. Manage the lifetime of CollisionObjec...

Author: Jean-Paul Calderone
Revision Date: 2012-11-14 22:32:48 UTC

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.

lp:~exarkun/pybullet/collision-flags 1 Development 2012-11-21 01:50:19 UTC
56. start of a thing, unless I can do better

Author: Jean-Paul Calderone
Revision Date: 2012-11-21 01:50:19 UTC

start of a thing, unless I can do better

lp:~exarkun/pybullet/shortened-weakref-crash-example 1 Development 2012-10-11 12:13:06 UTC
58. the generated code

Author: Jean-Paul Calderone
Revision Date: 2012-10-11 12:13:06 UTC

the generated code

lp:~exarkun/pybullet/near-callback 1 Development 2012-09-08 14:52:15 UTC
47. Start of support for near callbacks, ...

Author: Jean-Paul Calderone
Revision Date: 2012-09-08 14:51:58 UTC

Start of support for near callbacks, but they probably aren't useful for anything

lp:~exarkun/pybullet/expose-kinematic-ghost 1 Development 2012-09-08 14:38:17 UTC
21. Expose btDynamicsWorld::addAction

Author: Jean-Paul Calderone
Revision Date: 2010-12-31 19:29:39 UTC

Expose btDynamicsWorld::addAction

lp:~wcdolphin/pybullet/constraints 1 Development 2011-11-17 00:39:48 UTC
46. modified Vector3 __repr__ and __str__...

Author: Cory Dolphin
Revision Date: 2011-11-17 00:39:48 UTC

modified Vector3 __repr__ and __str__ to be more pythonic; __repr__ returns valid python, __str__ is human readable

lp:~jceipek/pybullet/constraints 1 Development 2011-11-10 04:39:08 UTC
42. Added some documentation to motors

Author: Julian Ceipek
Revision Date: 2011-11-10 04:39:08 UTC

Added some documentation to motors

lp:~exarkun/pybullet/vehicles 1 Development 2011-09-06 22:03:20 UTC
39. Catch up to trunk

Author: Jean-Paul Calderone
Revision Date: 2011-09-06 22:03:10 UTC

Catch up to trunk

lp:~sastraxi/pybullet/vehicles 1 Development 2011-04-05 16:34:41 UTC
38. Ported over a few more methods. Also ...

Author: Cameron Gorrie
Revision Date: 2011-04-05 16:34:41 UTC

Ported over a few more methods.
Also changed reference to shape to _shape in RigidBody so that we can access it with
methods inherited from CollisionObject.

19 of 9 results
You can't create new branches for pybullet.