[Paraview] error with python state file

2011-05-11 Thread Fabian Braennstroem
Hello, I am trying to adjust the filename of the python state file when using the openfoam reader. I adjusted the FileName entry to read the declared FILE: FILE="/home/gcae504/HOME/scr/ceplx049/scr2/gcae504/Dissertation/3D_Nielsen/OpenFoam/01_SAS_SSTF_URANS/01__56T_SST_1.7/.foam" a_foam =

Re: [Paraview] error with python state file

2011-05-11 Thread pat marion
Hi Fabian, Does the answer provided in the last paragraph of this email help? http://markmail.org/message/sq7dafegnrh7exth Could you let me know, for each .foam file, what data types the multiblock dataset contains? Are the blocks unstructured grid, polydata, other? You should be able to

Re: [Paraview] error with python state file

2011-05-11 Thread Fabian Braennstroem
Hello Pat, On 05/11/2011 10:12 PM, pat marion wrote: Hi Fabian, Does the answer provided in the last paragraph of this email help? http://markmail.org/message/sq7dafegnrh7exth This was obviously a similar problem, but now it is not the trace, but the state file in 3.10.1. Could you let m

Re: [Paraview] error with python state file

2011-05-11 Thread pat marion
The problem in general is- the script calls Show() and depending on the dataset, paraview creates either a "GeometryRepresentation" or a "UnstructuredGridRepresentation". The script expects one type of display to be created, but when it is executed with a different dataset (or possibly the same d

Re: [Paraview] error with python state file

2011-05-12 Thread pat marion
Turns out I already made a bug report for this last time it came up. If you're interested, the bug report is: http://www.vtk.org/Bug/view.php?id=11765 Pat On Wed, May 11, 2011 at 4:48 PM, pat marion wrote: > The problem in general is- the script calls Show() and depending on the > dataset, p