last minute fixes, Blender 2.42 release 42 (newer then RC1)

Physics APIs, Physics file formats, Maya, Max, XSI, Cinema 4D, Lightwave, Blender, thinkingParticles™ and other simulation tools, exporters and importers
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

last minute fixes, Blender 2.42 release 42 (newer then RC1)

Post by Erwin Coumans »

Here some last minute Bullet fixes, thanks for reporting!


- PhysicsConstraints.setDebugMode(1) : extra debug mode feature, rendering raycast. this is useful to setup the raycast vehicle

- Added Objects have a proper getPhysicsId()
You can create constraints on added objects now.

- PhysicsConstraints.setSolverTau/setSolverDamping was not hooked up properly (internal use)

- Fixed some freeze, that allows to play this train game until the end
(Local copy PackedTrain2006beta.zip from http://www.bentstraight.org/Games.htm, also some other interesting realtime .blend files there!)

- suspendDynamics / restoreDynamics works now
- setMargin, tweaking the collision margin, for the people who like to live life dangerously (advanced use only, no support for this feature!)


http://www.continuousphysics.com/ftp/pu ... view42.zip
Last edited by Erwin Coumans on Thu Jun 29, 2006 5:33 pm, edited 4 times in total.
goldentaiji
Posts: 15
Joined: Mon Nov 07, 2005 8:36 pm

Post by goldentaiji »

:D Thanks Erwin. This preview works great. Hehe, finally able to get the basic setup for TIM working.

Jason Lin
calli
Posts: 34
Joined: Tue Jul 12, 2005 1:15 pm

Post by calli »

where is that train file?

Regards,
Carsten
tostlame
Posts: 3
Joined: Mon Jul 03, 2006 10:16 am

Post by tostlame »

Hello,

maybe i found a bug when the added mesh is colliding the beldner will be frozen, this occured the preview43 too.

http://www.savefile.com/files/1724878

thx

tL
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Post by Erwin Coumans »

calli wrote: where is that train file?
Added the link in the original topic.
tostlame wrote: maybe i found a bug when the added mesh is colliding the beldner will be frozen, this occured the preview43 too.
You linked the End Object actuator to the object in the hidden layer. It destroyed the 'blue print' object. This linking should not be allowed in the UI, but unfortunately Blender UI doesn't catch this, and neither does the conversion layer in the game engine.

Please remove the cross-link from an object in an active layer to an object in an inactive layer.
tostlame
Posts: 3
Joined: Mon Jul 03, 2006 10:16 am

Post by tostlame »

thx :wink: