Re: [Paraview] CGNS files

2011-06-27 Thread Robert Maynard
Can you please email me your CMakeCache.txt please. On Sun, Jun 26, 2011 at 5:12 PM, Fred Fred wrote: > Si I finally did it, skipping cmake to build cgns library, toggled options > as written below and finally... still not abe to read any cgns file! > I mean, same issue as before, ie if I selec

[Paraview] readers with the parallel server

2011-06-27 Thread Paul Edwards
Hi, I've just noticed that some of my readers aren't working in parallel. These are readers that I didn't intend to have parallel reading capabilities but I did want just one process to read it in so the results that are returned are correct. I *thought* I could do this by adding the following t

[Paraview] OpenFOAM reader parser error

2011-06-27 Thread Takuya OSHIMA
Hi, A user reported a parser error in OpenFOAM reader http://www.cfd-online.com/Forums/openfoam/89890-openfoam-2-0-opensuse-11-4-a.html#post313489 for which I filed a bug with a testcase and a proposed fix http://paraview.org/Bug/view.php?id=12318 . Thanks, Takuya Takuya OSHIMA, Ph.D. Faculty of

Re: [Paraview] Colormap opacity / transparency

2011-06-27 Thread Utkarsh Ayachit
Ah! Now you are getting into murky waters :). Volume rendering together with translucent geometry is difficult thing to do with OpenGL. You need a full fledged ray-tracer for that to work correctly. You are correct, in VTK/ParaView, the geometries are rendered (including translucent geometry) befor

Re: [Paraview] CGNS files

2011-06-27 Thread Fred Fred
Actually I finally got it!So now I have a CGNS reader but when I apply, I got the following errors: ERROR: In /usr/local/ParaView-3.10.1/Utilities/VisItBridge/AvtAlgorithms/vtkAvtSTMDFileFormatAlgorithm.cxx, line 409 vtkVisItCGNSReader (0x121f1b970): VisIt Exception caught. even with a - supp

Re: [Paraview] Python WriteImage with PNGWriter and select left or right eye for stereo rendering (Crystal Eyes)

2011-06-27 Thread pat marion
Hi Vincent, Unfortunately python trace does not capture all the screenshot parameters. However, if you modify your python script you can accomplish this by setting the view.StereoType property before the call to WriteImage(). Try: view.StereoType = "Left" WriteImage("left.png") view.StereoType =