I have a sequence of numbered .obj files which contain a mesh for a building. The .obj files have slightly deformed mesh and are spaced at .1 seconds. I am looking to write a script to import 100 Obj files into Blender, set a camera angle, create a 10 second animation of the building deformation and output this to a movie file.
I want to automate this and do this with scripts. Is this possible without interacting with the GUI? What would be the best approach?
Any advice on how I should tackle this issue will be greatly appreciated.