Does anyone definitavely know which physics library will be used inside Blender 2.27 ( and onwards ) ???
I was looking forward to using ODE, but have just found out that the original SOLID library is now open source ( QPL ).
Hi Hos, thanks for the feedback !!!
On a side note...
How's your new guy getting along, fixing the bugs in ODE ???
Um, these aren't at all the same thing.
ODE is a great open source physics library that includes rudimentary collision detection. It is designed to help projects put great physics into their games, preferably using their own, better, collision detection library.
SOLID is a great soon-to-be collision detection library designed with speed in mind. SOLID doesn't have anything to do directly with physics.
So my guess, is that since no one is working on ODE support wholeheartedly at the moment, is that SOLID will be coded back in as soon as it is open sourced. This would be the easiest, since the blender code is already integrated with an old version of SOLID. Then we can use the regular old blender physics, until someone has the time and energy to finish ODE integration.
ODE and SOLID go hand-in-hand, because ODE's collision detection isn't the best, and SOLID has no physics.