Hi,
I’m still quite new to Blender programming but I’m still curious if blender can solve my problem.
I have a series of .off files containing the development of a time-dependend triangle-mesh deformation with consistens connectivity and I want to render a movie of this series of meshes in an automatic way. I have already looked at the shape-keys blender is offering, but didn’t manage to achieve a serialized animation of consecutive meshes using absolute shape keys. Blending between the meshes shouldn’t be a problem as consecutive time steps are very close beneath each other… It would be cool if I could youst specify the files in an python plugin and produce a video of the deformation, no other fancy stuff is required…
Do you have some tips very I should look for an solution? Any help is apprechiated ;D
bye ph03