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.
Loading both provided file sequences (grain_step*.vtk and pv_loading_issue.tar.xz) in ParaView 5.13.2 on macOS on my Intel MacBook Pro works as expected in built-in server mode and in remote server mode, when both are on the same MacBook Pro.
It does not matter if I run with custom settings, reset my settings to default, run with --dry-run or without it, the sequence is loaded as a time series. I cannot get them to load as separate files.
I also tried a remote 5.13.2 server on a separate linux system, but the files still loaded as a time series as expected.
I might not be executing the same interactions as either of you, @ewquon or @mingwang. Could you reply with exact steps, for example, whether you double-click the group in the file browser of select it and click the Open button (that kind of level of detail)? Thanks in advance.