I am trying to load a temporal series of files as a group. While these files appear grouped in the Open File dialog (the first image below), after clicking OK to load them, they are displayed separately in the Pipeline Browser (the second image below).
I have been using ParaView for many years, and this functionality has always worked fine. I am not sure why it is suddenly behaving unexpectedly.
I tried to start paraview using the command on Terminal: /Applications/ParaView-5.13.1.app/Contents/MacOS/paraview --dry-run, but paraview still does not group the files.
In the directory ~/Library/Preferences/, I also removed the file containing “paraview”, and the problem still exists.
Your response made me realize that the problem might be caused by the *.vtk files themselves rather than ParaView. I tried loading files from another directory, and those files were grouped successfully!
It is strange that the attached vtk files cannot be grouped in Paraview since I used the the same format when writing them.
Hi Mingwang,
The issue is with your file names I believe. When I renamed grain_step10000.vtk to grain_step1.vtk, it loaded as a time series of two timesteps. I believe the numbers need to be consecutive, i.e., 1,2,3,4, etc.
Alan