Re: [Paraview] reading multiple files

2010-04-14 Thread Moreland, Kenneth
You need to add an ExposedProperties tag under the SubProxy tag in the FileSeriesReaderProxy. In the ExposedProperties tag, list all properties you want to show up in the object inspector. See XMLPolyDataReader in Servers/ServerManager/Resources/readers.xml for an example. -Ken On 4/13/10

Re: [Paraview] reading multiple files

2010-04-13 Thread Paul Edwards
Is there a way to display all the options for my standard reader here? At the moment the object inspector is empty for my file series reader. Thanks in advance, Paul On Mar 25, 2010 10:08 AM, Paul Edwards paul.m.edwa...@gmail.com wrote: Thanks for the link Ken - exactly what I needed :) On 24

Re: [Paraview] reading multiple files

2010-03-24 Thread Moreland, Kenneth
Paul, If you are trying to get ParaView to use a simple reader that only knows how to read a single file to read in a sequence of files as a time series, you can leverage the file-series meta reader. This Wiki page gives information on how to do that.