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
Thanks for your response. I tried renaming the files as you suggested, but unfortunately it still does not work.
These files are stored on a remote cluster. After downloading them on my Mac, ParaView successfully groups them. Although it does not fully resolve the issue, it works well enough for now.
I am also experiencing this issue with my data. The data appear grouped in the Open dialog box but then are loaded as separated datasets in the Pipeline Browser. Renaming makes no difference. The issue shows up sporadically when I use a remote linux pvserver (v5.11.0) but have no issues when downloading the data and running locally on my mac (v5.11.1).
I am also experiencing this issue with my data. The data appear grouped in the Open dialog box but then are loaded as separated datasets in the Pipeline Browser. Renaming makes no difference. The issue shows up sporadically when I use a remote linux pvserver (v5.11.0) but have no issues when downloading the data and running locally on my mac (v5.11.1).
Just verified that the issue persists with the latest 5.13.2 release.