[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35500] trunk/blender: update Bullet physics sdk to latest trunk/version 2.78

Sergey I. Sharybin g.ulairi at gmail.com
Sat Mar 12 23:49:26 CET 2011


  Hi,

This commit broked compilation with cmake. First issue was fixed by me 
in rev35501 (simple typo in sources list).

But the second issue is related to function prototype. It should be 
foo(void) (not foo()) if function takes no arguments.

There are two ways:
1. Remove such restriction in extern/bullet2/CMakeLists.txt
2. Change prototypes in extern/bullet2/src/Bullet-C-Api.h to this rule.

-------- Original Message --------
*Subject: *[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35500] 
trunk/blender: update Bullet physics sdk to latest trunk/version 2.78
*From: *Erwin Coumans <blender at erwincoumans.com>
*To: *bf-blender-cvs at blender.org
*Date: *03/13/2011 01:34 AM
> Revision: 35500
>            http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35500
> Author:   erwin
> Date:     2011-03-12 20:34:17 +0000 (Sat, 12 Mar 2011)
> Log Message:
> -----------
> update Bullet physics sdk to latest trunk/version 2.78
> add PhysicsConstraints.exportBulletFile(char* fileName) python command
> I'll be checking the bf-committers mailing list, in case this commit broke stuff
> scons needs to be updated, I'll do that in a second.
>
> ...
>
> @@ Diff output truncated at 10240 characters. @@
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at blender.org
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>


-- 
With best regards, Sergey I. Sharybin



More information about the Bf-committers mailing list