I know there’s allready a topic “save video from gameengine”… just ODE is a bit diffrent.
Now… lets start. I would like to record a collision that happens in ODE. Do you guys know a script? Or an option? I know this script here: http://olivierblin.free.fr/blender/python/
It’s just not really for ODE (doesnt work) and… bit too complicated
That script records the position and rotation of each object for each frame. So it doesn’t really matter what physics system it uses and it works with ODE.
The problem is that the IPO python api has changed/doesn’t work - so once you dump the simulation, you can’t load it in again. EDIT: macblender figured it out for his ODE script, so there must be a way…
actually my ODE is different, it works usign a seperate Library of functions. it lets the Library do all of the calculations so it has nothing to do with blender and would actually work for any python program, with the right script.