I am sorry, it seems that I explain very poorly.
I have a bunch of object files: example_1.obj, example_2.obj, example_3.obj etc. which corresponds to different times (let’s say t=1, 2, 3, correspondingly), then I want to create an animation using these files.
However, I faced with the problem: Paraview can’t interpret 1, 2, 3 in filenames example_1.obj, example_2.obj, example_3.obj as a timestep and Paraview opens only
- first obj file OR
- when I select a list of files and open them. Then all files are open immediately, not sequentially (at time 1: example_1.obj, at time 2: example_2.obj and so on)
It works perfectly for vtk and csv but not for obj file.