I have a ten frame .fbx file of an animal walking. This file includes a rigged model with textures, but I am only interested in the mesh of the model at each frame.
How can I use Python FBX SDK or Python Blender SDK to export each frame of the fbx file into an obj file?
Am I approaching this the wrong way? Should I try to find a way to do this manually in Maya/Blender first?