Hello!
I have a bunch of files like this:
scene_110_0.obj
scene_110_1.obj
scene_110_2.obj
scene_110_3.obj
how to open them a group of files? Right now the paraview opens only the first file: scene_110_0.obj.
Similar naming works with pvtu files, but why does not work with obj files?
Dan,
Paraview ‘Group Dataset’ combines/merges all my dataset into one dataset in one timestep (as different partitions). However, I need separate file representation for different timesteps.
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.
You are right, support is not there for reading a time series of OBJs. It should not be hard to add, unless there is a specific reason why it wasn’t added already.
I would file a bug report about that, as the UI suggests it was open as a file series.
To get around this, I would convert your files to vtp using a VTK or ParaView script.