Hi all,
When opening a TXT group, I encountered the following issue: the TXT group cannot be played , but a VTK group opened using the same method can be played.
By comparing the information of the two groups, I noticed that the VTK group includes two lines of information: “# of Time Steps” and “Current Time”, while the TXT group lacks these. What causes this difference? Is there a way to enable playback for the TXT group, similar to how it works for the VTK group?(ParaView-5.13.1, MacOs)
I couldn’t find a TXT reader that supports reading multiple files as a time series, so I generated a .vtt file based on my .txt files. When I open the .vtt file, the “Supported Types” section lists .vtt as a valid format. However, after opening it, ParaView reports that a reader for .vtt file could not be found.
Is this issue caused by using an older version (5.13.1) of ParaView? Or do I need to download an additional plugin to support .vtt files?